:root{
  --display-font:"Montserrat",sans-serif;
  --display-weight:800;
  --display-style:normal;
  --bg:#fffdf8;
  --cream:#f8f2ea;
  --white:#fff;
  --text:#626262;
  --text-dark:#474747;

  --pink:#eba1bb;
  --pink-strong:#e9789d;
  --pink-soft:#fae9f0;

  --mint:#79c9d1;
  --mint-strong:#4fb8c3;
  --mint-soft:#e9f7f8;

  --purple:#b9acd8;
  --line:rgba(71,71,71,.10);
  --shadow:0 22px 58px rgba(65,65,65,.08);
  --radius-lg:34px;
  --radius-md:26px;
  --ease:cubic-bezier(.2,.8,.2,1);
}


*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:"Montserrat",sans-serif;
  color:var(--text);
  background:
    radial-gradient(circle at 6% 7%,rgba(235,161,187,.14),transparent 24%),
    radial-gradient(circle at 94% 11%,rgba(121,201,209,.15),transparent 24%),
    var(--bg);
  overflow-x:hidden;
}
img{display:block;max-width:100%}
a{text-decoration:none;color:inherit}
button{font:inherit}

.page-glow{position:fixed;z-index:-1;border-radius:50%;filter:blur(70px);pointer-events:none}
.glow-pink{width:260px;height:260px;background:rgba(235,161,187,.18);left:-100px;top:20vh}
.glow-mint{width:300px;height:300px;background:rgba(121,201,209,.16);right:-120px;top:12vh}

/* V5: logo only, scrolls away with the page; exactly 2x V4 width */
.site-header{
  position:absolute;
  top:24px;
  left:34px;
  z-index:100;
  background:transparent;
  border:0;
  padding:0;
  box-shadow:none;
  backdrop-filter:none;
}
.brand img{
  width:460px;
  max-height:144px;
  object-fit:contain;
}

/* shared */
.section{
  width:min(1220px,calc(100% - 32px));
  margin:0 auto;
  padding:94px 0;
}
.eyebrow{
  margin:0 0 18px;
  font-size:11px;
  font-weight:800;
  letter-spacing:.18em;
  color:#929292;
}
.display-title{
  font-family:var(--display-font);
  font-style:var(--display-style);
  font-weight:var(--display-weight);
  color:var(--text-dark);
  letter-spacing:-.018em;
  line-height:1.12;
}
.display-title span{color:var(--mint-strong)}
.section-heading{max-width:900px;margin-bottom:42px}
.section-heading h2{margin:0;font-size:clamp(40px,5.4vw,72px)}
.section-lead{margin:18px 0 0;line-height:1.75;color:#747474}

/* hero */
.hero{
  width:min(1220px,calc(100% - 32px));
  margin:0 auto;
  min-height:100vh;
  padding:122px 0 64px;
  display:grid;
  grid-template-columns:.94fr 1.06fr;
  gap:44px;
  align-items:center;
}
.hero-copy{position:relative;z-index:2}
.hero-title{margin:0;font-size:clamp(66px,8.6vw,118px);line-height:1.10}
.hero-subtitle{
  margin:16px 0 18px;
  font-size:clamp(24px,3vw,36px);
  font-weight:800;
  color:var(--pink-strong);
}
.hero-text{margin:0;max-width:570px;line-height:1.85;font-size:16px}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:30px}
.btn{
  min-height:52px;padding:0 22px;display:inline-flex;align-items:center;justify-content:center;
  border-radius:999px;font-weight:800;font-size:13px;
  transition:transform .24s var(--ease),box-shadow .24s var(--ease);
}
.btn:hover{transform:translateY(-2px)}
.btn-primary{background:var(--text-dark);color:#fff;box-shadow:0 12px 28px rgba(71,71,71,.14)}
.btn-soft{background:#fff;border:1px solid var(--line);color:var(--text-dark)}

.hero-visual{min-height:690px;position:relative;display:flex;align-items:center;justify-content:center}
.hero-soft-shape{
  position:absolute;width:510px;height:510px;
  border-radius:48% 52% 60% 40% / 45% 44% 56% 55%;
  background:linear-gradient(145deg,rgba(121,201,209,.22),rgba(235,161,187,.17));
  animation:blob 10s ease-in-out infinite;
}
@keyframes blob{0%,100%{transform:rotate(0) scale(1)}50%{transform:rotate(5deg) scale(1.04)}}
.hero-card{
  position:absolute;overflow:hidden;border-radius:28px;background:#fff;
  border:1px solid rgba(255,255,255,.85);box-shadow:var(--shadow)
}
.hero-card-main{width:min(650px,88%);transform:rotate(-3deg) translate(-18px,-2px)}
.hero-card-float{width:min(340px,46%);right:0;bottom:8%;transform:rotate(5deg)}
.hero-card img{width:100%;height:100%;object-fit:cover}

/* features */
.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.feature-card{
  min-height:235px;padding:28px;border-radius:var(--radius-md);background:rgba(255,255,255,.86);
  border:1px solid rgba(255,255,255,.9);box-shadow:0 14px 42px rgba(65,65,65,.05);
  transition:transform .32s var(--ease),box-shadow .32s var(--ease)
}
.feature-card:hover{transform:translateY(-6px);box-shadow:var(--shadow)}
.feature-icon{
  width:54px;height:54px;display:grid;place-items:center;border-radius:18px;
  margin-bottom:32px;
}
.feature-icon svg{
  width:30px;height:30px;fill:none;stroke:currentColor;stroke-width:2.3;
  stroke-linecap:round;stroke-linejoin:round;
}
.icon-pink{background:rgba(235,161,187,.18);color:#d97898}
.icon-mint{background:rgba(121,201,209,.18);color:#4ea6af}
.feature-card h3{margin:0 0 12px;color:var(--text-dark);font-size:18px}
.feature-card p{margin:0;font-size:13px;line-height:1.75}

/* research */
.research-card{
  min-height:500px;padding:56px;border-radius:var(--radius-lg);
  background:linear-gradient(130deg,var(--mint-soft),var(--pink-soft));
  display:grid;grid-template-columns:.72fr 1.28fr;gap:48px;align-items:center;
  box-shadow:var(--shadow);overflow:hidden
}
.research-number-wrap{display:flex;align-items:flex-end;gap:12px}
.research-number{
  /* V1-style elegant number, V3/V4 pink */
  font-family:"Cormorant Garamond",serif;
  font-style:italic;
  font-weight:600;
  font-size:clamp(150px,18vw,260px);
  letter-spacing:-.06em;
  line-height:.72;
  color:var(--pink-strong)
}
.research-number-wrap span{font-weight:800;color:var(--text-dark);padding-bottom:17px}
.research-copy h2{margin:0 0 20px;font-size:clamp(40px,5vw,66px)}
.research-copy p:last-child{margin:0;max-width:620px;line-height:1.85}

/* V5 ingredients: V1 sticky-switching structure with full real photos */
.ingredients-intro{
  padding-bottom:30px;
}

.ingredient-stage{
  width:min(1220px,calc(100% - 32px));
  margin:0 auto;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:64px;
  align-items:start;
}

.ingredient-visual{
  position:sticky;
  top:42px;
  height:calc(100vh - 84px);
  min-height:570px;
  border-radius:34px;
  overflow:hidden;
  background:#fff;
  box-shadow:var(--shadow);
}

.ingredient-photo-card{
  position:absolute;
  inset:0;
  padding:22px;
  opacity:0;
  transform:scale(1.02);
  transition:opacity .45s var(--ease),transform .7s var(--ease);
  display:block;
}
.ingredient-photo-card.is-active{
  opacity:1;
  transform:scale(1);
}

.ingredient-photo-area{
  width:100%;
  height:100%;
  border-radius:28px;
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:hidden;
  padding:10px;
}
.ingredient-photo-area img{
  width:100%;
  height:100%;
  object-fit:contain;
  object-position:center;
}

.photo-tea{background:#edf4e8}
.photo-seabuckthorn{background:#fff1e3}
.photo-seaweed{background:#e9f5f1}
.photo-salt{background:#f4f0ea}
.photo-olive{background:#f0f4e5}
.photo-blueberry{background:#f1edf8}
.photo-lingonberry{background:#f7ebe9}


.ingredient-copy-list{
  padding:12vh 0 15vh;
}
.ingredient-copy{
  min-height:74vh;
  display:flex;
  flex-direction:column;
  justify-content:center;
  opacity:.32;
  transition:opacity .35s var(--ease);
}
.ingredient-copy.is-active{opacity:1}
.ingredient-copy small{
  font-size:11px;
  letter-spacing:.18em;
  font-weight:800;
  color:var(--mint-strong);
  margin-bottom:18px;
}
.ingredient-copy h3{
  margin:0 0 22px;
  color:var(--text-dark);
  font-family:var(--display-font);
  font-style:var(--display-style);
  font-weight:var(--display-weight);
  font-size:clamp(46px,5vw,70px);
  line-height:1.12;
}
.ingredient-copy p{
  margin:0;
  max-width:570px;
  line-height:1.85;
}

/* products */
.products-section{padding-top:120px}
.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;align-items:start}
.product-card{border-radius:28px;overflow:hidden;background:#fff;box-shadow:0 18px 48px rgba(65,65,65,.06)}
.product-image{height:390px;padding:24px;display:flex;align-items:flex-end;justify-content:center}
.tint-mint{background:linear-gradient(180deg,rgba(121,201,209,.16),rgba(255,255,255,.96))}
.tint-pink{background:linear-gradient(180deg,rgba(235,161,187,.16),rgba(255,255,255,.96))}
.tint-purple{background:linear-gradient(180deg,rgba(185,172,216,.18),rgba(255,255,255,.96))}
.product-image img{max-height:100%;width:auto;object-fit:contain}
.product-info{padding:24px}
.product-tag{
  display:inline-flex;align-items:center;min-height:30px;padding:0 12px;border-radius:999px;
  font-size:10px;letter-spacing:.09em;font-weight:800
}
.tag-mint{background:rgba(121,201,209,.18);color:#438f98}
.tag-pink{background:rgba(235,161,187,.19);color:#af647d}
.tag-purple{background:rgba(185,172,216,.22);color:#77679c}
.product-info h3{margin:14px 0 18px;font-size:24px;color:var(--text-dark)}
.product-toggle{
  width:100%;border:0;border-top:1px solid var(--line);background:transparent;padding:18px 0 0;
  display:flex;justify-content:space-between;color:var(--text-dark);
  font-size:13px;font-weight:800;cursor:pointer
}
.product-toggle span{transition:transform .25s var(--ease)}
.product-card.is-open .product-toggle span{transform:rotate(45deg)}
.product-detail{display:grid;grid-template-rows:0fr;transition:grid-template-rows .38s var(--ease)}
.product-detail p{overflow:hidden;margin:0;font-size:13px;line-height:1.75}
.product-card.is-open .product-detail{grid-template-rows:1fr}
.product-card.is-open .product-detail p{padding-top:15px}

/* oral */
.oral-section{padding-top:100px}
.oral-top{display:grid;grid-template-columns:1fr 1fr;gap:32px;align-items:center}
.oral-copy h2{margin:0 0 18px;font-size:clamp(42px,5vw,68px)}
.oral-copy p{margin:0;line-height:1.85}
.oral-badges{display:flex;gap:10px;flex-wrap:wrap;margin-top:20px}
.oral-badges span{
  padding:9px 13px;border-radius:999px;font-size:11px;font-weight:800;
  background:#fff;border:1px solid var(--line)
}
.oral-group{margin:0;overflow:hidden;border-radius:30px;background:#fff;box-shadow:var(--shadow)}
.oral-group img{width:100%;height:auto}
.toothpaste-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:28px}
.tooth-card{border-radius:26px;overflow:hidden;background:#fff;box-shadow:0 16px 42px rgba(65,65,65,.05)}
.tooth-card img{width:100%;aspect-ratio:1/1;object-fit:cover}
.tooth-card-copy{padding:20px}
.tooth-dot{width:12px;height:12px;border-radius:50%;display:inline-block;margin-bottom:10px}
.dot-purple{background:#7257ac}.dot-red{background:#e2223e}.dot-orange{background:#ef8a00}
.tooth-card h3{margin:0 0 8px;color:var(--text-dark);font-size:20px}
.tooth-card p{margin:0;font-size:13px;line-height:1.65}

/* V6: V1 banner style, text changed to pink */
.brand-message{
  min-height:86vh;
  margin-top:130px;
  display:grid;
  place-items:center;
  position:relative;
  overflow:hidden;
  background:
    radial-gradient(circle at 18% 25%, rgba(255,255,255,.9), transparent 18%),
    radial-gradient(circle at 74% 36%, rgba(197,217,188,.85), transparent 27%),
    linear-gradient(120deg,#efe4d7,#dce8d7);
}
.brand-message::after{
  content:"";
  position:absolute;
  width:420px;
  height:420px;
  border-radius:50%;
  right:-70px;
  bottom:-120px;
  background:rgba(255,255,255,.35);
}
.banner-orb{
  display:none;
}
.brand-message-inner{
  position:relative;
  z-index:2;
  text-align:center;
  width:min(900px,calc(100% - 40px));
}
.editorial-title{
  margin:0;
  font-family:"Playfair Display",serif;
  font-weight:600;
  font-style:normal;
  color:var(--pink-strong);
  font-size:clamp(54px,7vw,100px);
  line-height:.96;
  letter-spacing:-.04em;
}

/* CTA */
.cta-card{
  padding:48px;border-radius:var(--radius-lg);background:var(--text-dark);color:#fff;
  display:flex;align-items:center;justify-content:space-between;gap:30px
}
.cta-card h2{margin:0;color:#fff;font-size:clamp(42px,5vw,66px)}
.cta-card h2 span{color:var(--pink)}
.cta-actions{display:flex;gap:10px;flex-wrap:wrap}
.btn-white{background:#fff;color:var(--text-dark)}
.btn-outline-white{border:1px solid rgba(255,255,255,.24);color:#fff;background:transparent}

/* footer */
.site-footer{
  width:min(1220px,calc(100% - 32px));margin:0 auto;padding:0 0 38px;
  display:flex;align-items:center;justify-content:space-between;gap:20px
}
.site-footer img{width:170px}
.site-footer p{margin:0;font-size:12px;color:#888}

/* responsive */
@media(max-width:1050px){
  .hero{grid-template-columns:1fr;min-height:auto}
  .hero-visual{order:-1;min-height:560px}
  .feature-grid{grid-template-columns:repeat(2,1fr)}
  .research-card{grid-template-columns:1fr}
  .product-grid{grid-template-columns:repeat(2,1fr)}
  .oral-top{grid-template-columns:1fr}
  .cta-card{flex-direction:column;align-items:flex-start}
}

@media(max-width:760px){
  .site-header{top:14px;left:14px}
  .brand img{width:370px;max-height:116px}

  .section{width:calc(100% - 24px);padding:70px 0}
  .hero{width:calc(100% - 24px);padding-top:96px;gap:12px}
  .hero-visual{min-height:430px}
  .hero-soft-shape{width:330px;height:330px}
  .hero-card-main{width:94%;transform:rotate(-2deg)}
  .hero-card-float{width:48%;bottom:1%}
  .hero-title{font-size:clamp(62px,19vw,90px);line-height:1.12}
  .hero-text{font-size:14px}
  .hero-actions .btn{flex:1 1 auto}

  .section-heading h2{font-size:clamp(42px,13vw,60px);line-height:1.14}
  .feature-grid{grid-template-columns:1fr}
  .feature-card{min-height:auto}

  .research-card{padding:30px;border-radius:28px}
  .research-number{font-size:160px}
  .research-copy h2{font-size:44px;line-height:1.14}

  .ingredient-stage{
    width:calc(100% - 24px);
    grid-template-columns:1fr;
    gap:0;
  }
  .ingredient-visual{
    top:12px;
    height:48vh;
    min-height:380px;
    z-index:2;
  }
  .ingredient-photo-card{
    padding:12px;
  }
  .ingredient-copy-list{
    padding:0 0 3vh;
  }
  .ingredient-copy{
    min-height:60vh;
    padding-top:34vh;
  }
  .ingredient-copy h3{
    font-size:44px;
    line-height:1.12;
  }

  .product-grid{grid-template-columns:1fr}
  .product-image{height:345px}

  .toothpaste-grid{grid-template-columns:1fr}
  .oral-copy h2{font-size:46px;line-height:1.14}

  .brand-message{min-height:72vh;margin-top:90px}
  .editorial-title{font-size:clamp(48px,14vw,72px);line-height:.96}

  .cta-card{padding:30px}
  .cta-actions{width:100%}
  .cta-actions .btn{flex:1 1 100%}

  .site-footer{width:calc(100% - 24px);flex-direction:column;align-items:flex-start}
}


/* =========================
   V8 requested refinements
   ========================= */

/* 1) Ingredient visual: remove extra CSS frame so the generated image's own single frame is the only one visible. */
.ingredient-visual{
  background:transparent;
  box-shadow:none;
  border-radius:0;
  overflow:hidden;
}
.ingredient-photo-card{
  padding:0;
}
.ingredient-photo-area,
.photo-tea,
.photo-seabuckthorn,
.photo-seaweed,
.photo-salt,
.photo-olive,
.photo-blueberry,
.photo-lingonberry{
  padding:0;
  border-radius:0;
  background:transparent;
}
.ingredient-photo-area img{
  width:100%;
  height:100%;
  object-fit:contain;
  object-position:center;
}

/* 2) Hero: one image at a time, auto-changing slider; no overlapping image. */
.hero-visual{
  overflow:visible;
}
.hero-slider{
  position:relative;
  z-index:2;
  width:min(590px,94%);
  aspect-ratio:1122 / 1402;
  border-radius:30px;
  overflow:hidden;
  background:#fff;
  box-shadow:var(--shadow);
  border:1px solid rgba(255,255,255,.88);
  touch-action:pan-y;
}
.hero-slide{
  position:absolute;
  inset:0;
  margin:0;
  opacity:0;
  transform:translateX(5%) scale(1.015);
  transition:opacity .75s var(--ease), transform .9s var(--ease);
  pointer-events:none;
}
.hero-slide.is-active{
  opacity:1;
  transform:translateX(0) scale(1);
  pointer-events:auto;
}
.hero-slide img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
}
.hero-slider-dots{
  position:absolute;
  left:50%;
  bottom:18px;
  z-index:4;
  transform:translateX(-50%);
  display:flex;
  gap:8px;
  padding:7px 10px;
  border-radius:999px;
  background:rgba(255,255,255,.72);
  backdrop-filter:blur(10px);
}
.hero-dot{
  width:8px;
  height:8px;
  padding:0;
  border:0;
  border-radius:50%;
  background:rgba(71,71,71,.25);
  cursor:pointer;
  transition:width .3s var(--ease), border-radius .3s var(--ease), background .3s var(--ease);
}
.hero-dot.is-active{
  width:24px;
  border-radius:999px;
  background:var(--pink-strong);
}

/* 3) Oral-care banner: crop out empty area and enlarge the products. */
.oral-group{
  height:430px;
  position:relative;
}
.oral-group img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:78% 50%;
  transform:scale(1.26);
  transform-origin:80% 52%;
}

/* 4) Creative but content-neutral reveal polish. */
.section-heading,
.research-card,
.oral-group,
.cta-card{
  will-change:transform,opacity;
}
.product-image img,
.tooth-card img{
  transition:transform .55s var(--ease);
}
@media (hover:hover){
  .product-card:hover .product-image img{transform:translateY(-5px) scale(1.025)}
  .tooth-card:hover img{transform:scale(1.035)}
}

/* Tablet/mobile: QR traffic is a primary use case. */
@media(max-width:1050px){
  .hero-visual{
    min-height:auto;
    padding:20px 0 30px;
  }
  .hero-slider{
    width:min(560px,88vw);
  }
  .oral-group{
    height:min(52vw,430px);
    min-height:330px;
  }
}

@media(max-width:760px){
  body{
    -webkit-text-size-adjust:100%;
  }
  .site-header{
    max-width:calc(100vw - 28px);
  }
  .brand img{
    width:min(370px,88vw);
    height:auto;
    max-height:none;
  }

  .hero{
    padding-top:142px;
    gap:20px;
  }
  .hero-visual{
    order:-1;
    min-height:auto;
    padding:0 0 22px;
  }
  .hero-soft-shape{
    width:78vw;
    height:78vw;
    max-width:350px;
    max-height:350px;
  }
  .hero-slider{
    width:94vw;
    max-width:430px;
    border-radius:24px;
  }
  .hero-slider-dots{
    bottom:12px;
  }
  .hero-title{
    font-size:clamp(58px,18vw,84px);
    line-height:1.1;
  }
  .hero-subtitle{
    font-size:clamp(22px,7vw,30px);
  }
  .hero-text{
    font-size:14px;
    line-height:1.75;
  }
  .hero-actions{
    gap:10px;
  }
  .hero-actions .btn{
    min-height:50px;
    flex:1 1 calc(50% - 5px);
    padding:0 14px;
  }

  .section{
    padding:62px 0;
  }
  .section-heading{
    margin-bottom:30px;
  }
  .section-heading h2{
    font-size:clamp(38px,12vw,56px);
  }
  .eyebrow{
    font-size:10px;
    line-height:1.5;
  }

  .feature-grid{
    gap:12px;
  }
  .feature-card{
    padding:22px;
    border-radius:22px;
  }
  .feature-icon{
    margin-bottom:22px;
  }

  .research-card{
    min-height:auto;
    padding:26px 22px;
    gap:30px;
  }
  .research-number-wrap{
    justify-content:center;
  }
  .research-number{
    font-size:clamp(130px,42vw,170px);
  }
  .research-copy h2{
    font-size:clamp(38px,12vw,48px);
  }

  .product-grid{
    gap:14px;
  }
  .product-card{
    border-radius:24px;
  }
  .product-image{
    height:min(92vw,360px);
    padding:18px;
  }
  .product-info{
    padding:20px;
  }
  .product-info h3{
    font-size:22px;
  }
  .product-toggle{
    min-height:46px;
    align-items:center;
  }

  .oral-section{
    padding-top:70px;
  }
  .oral-top{
    gap:24px;
  }
  .oral-copy h2{
    font-size:clamp(40px,12vw,52px);
  }
  .oral-badges{
    gap:7px;
  }
  .oral-badges span{
    padding:8px 10px;
    font-size:10px;
  }
  .oral-group{
    height:300px;
    min-height:0;
    border-radius:24px;
  }
  .oral-group img{
    object-position:78% 50%;
    transform:scale(1.20);
    transform-origin:80% 50%;
  }
  .toothpaste-grid{
    gap:14px;
  }
  .tooth-card{
    border-radius:22px;
  }

  .brand-message{
    min-height:62vh;
  }

  .ingredients-intro{
    padding-bottom:18px;
  }
  .ingredient-stage{
    width:calc(100% - 24px);
  }
  .ingredient-visual{
    top:10px;
    height:auto;
    min-height:0;
    aspect-ratio:1 / 1;
  }
  .ingredient-photo-card{
    padding:0;
  }
  .ingredient-copy-list{
    padding:0 0 2vh;
  }
  .ingredient-copy{
    min-height:58vh;
    padding-top:33vh;
  }
  .ingredient-copy h3{
    font-size:clamp(38px,12vw,48px);
  }
  .ingredient-copy p{
    font-size:14px;
    line-height:1.72;
  }

  .cta-card{
    padding:26px 22px;
    border-radius:26px;
  }
  .cta-actions .btn{
    min-height:52px;
  }
}

@media(max-width:430px){
  .hero-actions .btn{
    flex:1 1 100%;
  }
  .brand img{
    width:86vw;
  }
  .ingredient-copy{
    min-height:54vh;
    padding-top:31vh;
  }
}

@media (prefers-reduced-motion: reduce){
  html{scroll-behavior:auto}
  *,*::before,*::after{
    animation-duration:.01ms !important;
    animation-iteration-count:1 !important;
    transition-duration:.01ms !important;
    scroll-behavior:auto !important;
  }
}


/* V9 mobile header fix: keep logo in document flow so it never overlaps the hero slider. */
@media(max-width:760px){
  .site-header{
    position:relative;
    top:auto;
    left:auto;
    z-index:10;
    width:calc(100% - 24px);
    max-width:none;
    margin:22px auto 0;
    display:flex;
    justify-content:center;
    align-items:center;
  }
  .brand{
    display:block;
    width:100%;
    text-align:center;
  }
  .brand img{
    width:min(370px,86vw);
    max-height:none;
    height:auto;
    margin:0 auto;
  }
  .hero{
    padding-top:18px;
  }
}

@media(max-width:430px){
  .brand img{
    width:86vw;
  }
}


/* V12 mobile ingredient readability fix:
   On phones, ingredient text is always fully opaque.
   Desktop keeps the fade/active storytelling effect. */
@media(max-width:760px){
  .ingredient-copy,
  .ingredient-copy.is-active{
    opacity:1 !important;
  }
}


/* V13: GEEKS headline text is converted to real vector outlines.
   No font file is required for these headings on any device. */
.sr-only{
  position:absolute !important;
  width:1px !important;
  height:1px !important;
  padding:0 !important;
  margin:-1px !important;
  overflow:hidden !important;
  clip:rect(0,0,0,0) !important;
  white-space:nowrap !important;
  border:0 !important;
}
.outline-heading{
  line-height:0;
}
.outline-heading img{
  width:100%;
  height:auto;
  display:block;
}
.hero-outline{max-width:620px;}
.why-outline{max-width:860px;}
.research-outline{max-width:700px;}
.products-outline{max-width:760px;}
.oral-outline{max-width:800px;}
.ingredients-outline{max-width:800px;}
.cta-outline{max-width:560px;}
.ingredient-outline{
  max-width:560px;
  margin:0 0 22px;
}
.ingredient-outline img{
  max-height:84px;
  width:auto;
  max-width:100%;
}
@media(max-width:760px){
  .hero-outline,
  .why-outline,
  .research-outline,
  .products-outline,
  .oral-outline,
  .ingredients-outline,
  .cta-outline{
    max-width:100%;
  }
  .ingredient-outline{
    max-width:100%;
    margin-bottom:18px;
  }
  .ingredient-outline img{
    max-height:62px;
  }
}
