/* ==========================================================
   NOA SEBIOCLEAR PAGE
   Scoped ONLY to #noa-sebioclear-page
========================================================== */

#noa-sebioclear-page {
  --noa-green: #174f32;
  --noa-green-dark: #103923;
  --noa-blue: #22CBFF;
  --noa-cream: #f7f4ee;
  --noa-soft: #edf4ef;
  --noa-text: #171917;
  --noa-muted: #606762;

  width: 100%;
  overflow: hidden;
  color: var(--noa-text);
  font-family: inherit;
}

#noa-sebioclear-page,
#noa-sebioclear-page * {
  box-sizing: border-box;
}

#noa-sebioclear-page h1,
#noa-sebioclear-page h2,
#noa-sebioclear-page h3,
#noa-sebioclear-page p {
  margin-top: 0;
}

#noa-sebioclear-page .noa-wrap {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

#noa-sebioclear-page .noa-eyebrow,
#noa-sebioclear-page .noa-step-label {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--noa-green);
}

#noa-sebioclear-page .noa-light-label {
  color: #a9ebff;
}


/* HERO */

#noa-sebioclear-page .noa-why-hero {
  padding: 90px 0;
  background:
    radial-gradient(circle at 80% 20%, rgba(34,203,255,.16), transparent 28%),
    linear-gradient(135deg, #faf8f3 0%, #edf4ef 100%);
}

#noa-sebioclear-page .noa-hero-grid {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 55px;
  align-items: center;
}

#noa-sebioclear-page .noa-hero-copy h1 {
  margin: 18px 0 26px;
  max-width: 760px;
  font-size: clamp(48px, 6vw, 82px);
  line-height: .98;
  letter-spacing: -3px;
}

#noa-sebioclear-page .noa-hero-copy h1 span {
  color: var(--noa-green);
}

#noa-sebioclear-page .noa-hero-copy > p {
  max-width: 690px;
  color: var(--noa-muted);
  font-size: 18px;
  line-height: 1.8;
}

#noa-sebioclear-page .noa-steps-inline {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 28px;
  color: var(--noa-green);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 1px;
}

#noa-sebioclear-page .noa-steps-inline b {
  color: var(--noa-blue);
}

#noa-sebioclear-page .noa-hero-products {
  min-height: 470px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

#noa-sebioclear-page .noa-prod {
  position: absolute;
  object-fit: contain;
  filter: drop-shadow(0 25px 30px rgba(0,0,0,.11));
}

#noa-sebioclear-page .noa-prod-cleanser {
  width: 37%;
  left: 4%;
  bottom: 0;
  z-index: 1;
}

#noa-sebioclear-page .noa-prod-serum {
  width: 32%;
  left: 36%;
  bottom: 18px;
  z-index: 3;
}

#noa-sebioclear-page .noa-prod-moisturizer {
  width: 34%;
  right: 2%;
  bottom: 5px;
  z-index: 2;
}


/* INTRO */

#noa-sebioclear-page .noa-balance-intro {
  padding: 100px 0;
  background: #fff;
}

#noa-sebioclear-page .noa-two-col {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 80px;
}

#noa-sebioclear-page .noa-two-col h2 {
  margin: 14px 0 0;
  font-size: clamp(37px, 5vw, 60px);
  line-height: 1.05;
  letter-spacing: -2px;
}

#noa-sebioclear-page .noa-body-copy p {
  color: var(--noa-muted);
  font-size: 17px;
  line-height: 1.85;
}


/* PHILOSOPHY */

#noa-sebioclear-page .noa-three-philosophy {
  padding: 100px 0;
  background: var(--noa-green);
  color: #fff;
}

#noa-sebioclear-page .noa-three-philosophy h2 {
  margin: 15px 0 50px;
  color: #fff;
  font-size: clamp(38px, 5vw, 64px);
  line-height: 1.04;
}

#noa-sebioclear-page .noa-philosophy-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

#noa-sebioclear-page .noa-dark-card {
  min-height: 285px;
  padding: 32px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 24px;
  background: rgba(255,255,255,.05);
}

#noa-sebioclear-page .noa-dark-card > span {
  color: #a9ebff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1.8px;
}

#noa-sebioclear-page .noa-dark-card h3 {
  margin: 40px 0 13px;
  color: #fff;
  font-size: 25px;
}

#noa-sebioclear-page .noa-dark-card p {
  color: rgba(255,255,255,.72);
  font-size: 15px;
  line-height: 1.75;
}


/* PRODUCT STORY */

#noa-sebioclear-page .noa-product-story {
  padding: 95px 0;
}

#noa-sebioclear-page .noa-story-light {
  background: #fff;
}

#noa-sebioclear-page .noa-story-soft {
  background: var(--noa-cream);
}

#noa-sebioclear-page .noa-story-green {
  background: var(--noa-green-dark);
  color: #fff;
}

#noa-sebioclear-page .noa-product-story-grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 85px;
  align-items: center;
}

#noa-sebioclear-page .noa-reverse .noa-story-image {
  order: 2;
}

#noa-sebioclear-page .noa-reverse .noa-story-copy {
  order: 1;
}

#noa-sebioclear-page .noa-story-image {
  min-height: 520px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background:
    radial-gradient(circle, rgba(34,203,255,.12), transparent 35%),
    #f7f7f4;
}

#noa-sebioclear-page .noa-story-green .noa-story-image {
  background:
    radial-gradient(circle, rgba(34,203,255,.13), transparent 35%),
    rgba(255,255,255,.06);
}

#noa-sebioclear-page .noa-story-image img {
  width: auto;
  max-width: 72%;
  max-height: 470px;
  object-fit: contain;
  filter: drop-shadow(0 25px 28px rgba(0,0,0,.13));
}

#noa-sebioclear-page .noa-story-copy h2 {
  margin: 15px 0 17px;
  font-size: clamp(37px, 4.7vw, 58px);
  line-height: 1.05;
  letter-spacing: -2px;
}

#noa-sebioclear-page .noa-story-green .noa-story-copy h2 {
  color: #fff;
}

#noa-sebioclear-page .noa-step-light {
  color: #a9ebff;
}

#noa-sebioclear-page .noa-lead {
  font-size: 21px !important;
  color: var(--noa-green) !important;
  font-weight: 600;
}

#noa-sebioclear-page .noa-story-green .noa-lead {
  color: #a9ebff !important;
}

#noa-sebioclear-page .noa-story-copy > p {
  max-width: 650px;
  color: var(--noa-muted);
  font-size: 16px;
  line-height: 1.8;
}

#noa-sebioclear-page .noa-story-green .noa-story-copy > p {
  color: rgba(255,255,255,.74);
}

#noa-sebioclear-page .noa-ingredient-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 26px 0;
}

#noa-sebioclear-page .noa-ingredient-row span {
  padding: 9px 14px;
  border: 1px solid rgba(23,79,50,.15);
  border-radius: 999px;
  color: var(--noa-green);
  background: #fff;
  font-size: 12px;
  font-weight: 700;
}

#noa-sebioclear-page .noa-light-pills span {
  background: rgba(255,255,255,.08);
  border-color: rgba(255,255,255,.14);
  color: #fff;
}

#noa-sebioclear-page .noa-story-tagline {
  margin-top: 28px;
  color: var(--noa-green);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 1.2px;
}

#noa-sebioclear-page .noa-story-green .noa-story-tagline {
  color: #a9ebff;
}


/* ACTIVES */

#noa-sebioclear-page .noa-actives-section {
  padding: 100px 0;
  background: var(--noa-green);
  color: #fff;
}

#noa-sebioclear-page .noa-actives-section h2 {
  margin: 15px 0 50px;
  color: #fff;
  font-size: clamp(38px,5vw,62px);
  line-height: 1.05;
}

#noa-sebioclear-page .noa-actives-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid rgba(255,255,255,.16);
  border-left: 1px solid rgba(255,255,255,.16);
}

#noa-sebioclear-page .noa-actives-grid > div {
  padding: 28px;
  border-right: 1px solid rgba(255,255,255,.16);
  border-bottom: 1px solid rgba(255,255,255,.16);
}

#noa-sebioclear-page .noa-actives-grid h3 {
  margin-bottom: 8px;
  color: #fff;
  font-size: 19px;
}

#noa-sebioclear-page .noa-actives-grid p {
  color: rgba(255,255,255,.68);
  font-size: 14px;
  line-height: 1.65;
}


/* FINAL */

#noa-sebioclear-page .noa-final-routine {
  padding: 105px 0;
  background:
    radial-gradient(circle at 10% 15%, rgba(34,203,255,.13), transparent 25%),
    var(--noa-green-dark);
  color: #fff;
}

#noa-sebioclear-page .noa-final-routine > .noa-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: center;
}

#noa-sebioclear-page .noa-final-products {
  min-height: 430px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 6px;
}

#noa-sebioclear-page .noa-final-products img {
  width: 31%;
  max-height: 390px;
  object-fit: contain;
  filter: drop-shadow(0 25px 25px rgba(0,0,0,.2));
}

#noa-sebioclear-page .noa-final-copy h2 {
  margin: 15px 0 20px;
  color: #fff;
  font-size: clamp(44px, 5.5vw, 72px);
  line-height: .98;
}

#noa-sebioclear-page .noa-final-copy p {
  max-width: 600px;
  color: rgba(255,255,255,.72);
  font-size: 17px;
  line-height: 1.75;
}

#noa-sebioclear-page .noa-main-cta {
  display: inline-flex;
  margin-top: 18px;
  padding: 15px 26px;
  border-radius: 999px;
  background: var(--noa-blue);
  color: #0b2831 !important;
  text-decoration: none !important;
  font-size: 13px;
  font-weight: 800;
}


/* RESPONSIVE */

@media (max-width: 900px) {

  #noa-sebioclear-page .noa-hero-grid,
  #noa-sebioclear-page .noa-two-col,
  #noa-sebioclear-page .noa-product-story-grid,
  #noa-sebioclear-page .noa-final-routine > .noa-wrap {
    grid-template-columns: 1fr;
  }

  #noa-sebioclear-page .noa-philosophy-grid,
  #noa-sebioclear-page .noa-actives-grid {
    grid-template-columns: 1fr;
  }

  #noa-sebioclear-page .noa-reverse .noa-story-image,
  #noa-sebioclear-page .noa-reverse .noa-story-copy {
    order: initial;
  }

  #noa-sebioclear-page .noa-hero-products {
    min-height: 400px;
  }

}

@media (max-width: 600px) {

  #noa-sebioclear-page .noa-wrap {
    width: min(100% - 28px, 1180px);
  }

  #noa-sebioclear-page .noa-why-hero,
  #noa-sebioclear-page .noa-balance-intro,
  #noa-sebioclear-page .noa-three-philosophy,
  #noa-sebioclear-page .noa-product-story,
  #noa-sebioclear-page .noa-actives-section,
  #noa-sebioclear-page .noa-final-routine {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  #noa-sebioclear-page .noa-hero-copy h1 {
    font-size: 46px;
    letter-spacing: -1.7px;
  }

  #noa-sebioclear-page .noa-hero-products {
    min-height: 330px;
  }

  #noa-sebioclear-page .noa-story-image {
    min-height: 390px;
  }

  #noa-sebioclear-page .noa-story-image img {
    max-height: 350px;
  }

  #noa-sebioclear-page .noa-final-products {
    min-height: 330px;
  }

}
