
:root{
  --bg:#f6f7f9;
  --surface:#ffffff;
  --surface-2:#f2f4f7;
  --text:#0f1720;
  --muted:#617083;
  --line:#e6ebf1;
  --line-strong:#cfd8e3;
  --brand:#1e3a8a;
  --brand-2:#3767df;
  --shadow:0 18px 50px rgba(15,23,32,.08);
  --radius:22px;
  --radius-sm:14px;
  --container:min(1240px, calc(100% - 40px));
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
  color:var(--text);
  background:
    radial-gradient(circle at top left, rgba(55,103,223,.08), transparent 30%),
    radial-gradient(circle at top right, rgba(30,58,138,.06), transparent 28%),
    var(--bg);
}
img{max-width:100%;display:block}
a{text-decoration:none;color:inherit}
button{font:inherit}
.container{width:var(--container);margin:0 auto}
.announcement{
  background:#0f1720;
  color:#e9eef5;
  text-align:center;
  padding:10px 16px;
  font-size:13px;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.site-header{
  position:sticky;
  top:0;
  z-index:30;
  backdrop-filter:saturate(180%) blur(10px);
  background:rgba(246,247,249,.82);
  border-bottom:1px solid rgba(207,216,227,.7);
}
.site-header__inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  min-height:82px;
}
.logo-wrap img{height:52px;width:auto}
.desktop-nav{
  display:flex;align-items:center;gap:28px;
  color:#1e293b;font-weight:600;font-size:15px;
}
.desktop-nav a{opacity:.88}
.desktop-nav a:hover{opacity:1;color:var(--brand)}
.header-actions{display:flex;align-items:center;gap:12px}
.button{
  border:0;
  border-radius:999px;
  padding:12px 18px;
  background:linear-gradient(135deg, var(--brand), var(--brand-2));
  color:white;
  font-weight:700;
  box-shadow:0 10px 30px rgba(30,58,138,.18);
  cursor:pointer;
}
.button:hover{transform:translateY(-1px)}
.button--ghost{
  background:transparent;
  color:var(--text);
  border:1px solid var(--line-strong);
  box-shadow:none;
}
.button--large{padding:15px 22px}
.icon-button{
  border:1px solid var(--line);
  background:rgba(255,255,255,.9);
  border-radius:999px;
  padding:12px 16px;
  cursor:pointer;
  font-weight:700;
}
.cart-button{position:relative}
.cart-count{
  position:absolute;
  top:-5px;right:-4px;
  min-width:20px;height:20px;
  padding:0 5px;
  border-radius:999px;
  display:grid;place-items:center;
  font-size:12px;font-weight:800;
  background:var(--brand);color:white;
}
.mobile-nav-toggle{display:none}
.mobile-nav{
  display:none;
  padding:0 20px 16px;
}
.mobile-nav.is-open{display:grid;gap:12px}
.hero{
  padding:52px 0 36px;
}
.hero-grid{
  display:grid;
  grid-template-columns:1.12fr .88fr;
  gap:28px;
  align-items:stretch;
}
.hero-copy,.hero-visual{
  background:rgba(255,255,255,.82);
  border:1px solid rgba(230,235,241,.85);
  border-radius:32px;
  box-shadow:var(--shadow);
}
.hero-copy{
  padding:56px;
  position:relative;
  overflow:hidden;
}
.hero-copy::after{
  content:"";
  position:absolute;
  inset:auto -110px -110px auto;
  width:280px;height:280px;
  border-radius:50%;
  background:radial-gradient(circle, rgba(55,103,223,.18), transparent 68%);
}
.eyebrow{
  display:inline-flex;
  align-items:center;
  gap:8px;
  font-size:12px;
  letter-spacing:.12em;
  text-transform:uppercase;
  color:var(--brand);
  font-weight:800;
}
.hero-logo{margin:18px 0 24px}
.hero-logo img{height:78px;width:auto}
.hero h1{
  margin:0 0 18px;
  font-size:clamp(44px, 6vw, 76px);
  line-height:.95;
  letter-spacing:-.04em;
}
.hero p{
  margin:0 0 26px;
  max-width:640px;
  color:var(--muted);
  font-size:18px;
  line-height:1.65;
}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap}
.hero-points{
  display:grid;
  grid-template-columns:repeat(3, minmax(0,1fr));
  gap:14px;
  margin-top:32px;
}
.point-card{
  border:1px solid var(--line);
  border-radius:18px;
  padding:16px;
  background:rgba(255,255,255,.86);
}
.point-card strong{display:block;margin-bottom:4px}
.point-card span{color:var(--muted);font-size:14px}
.hero-visual{
  padding:26px;
  display:grid;
  grid-template-rows:auto 1fr;
  gap:18px;
}
.trust-strip{
  display:flex;justify-content:space-between;gap:10px;flex-wrap:wrap;
  color:#334155;font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;
}
.trust-strip span{
  border:1px solid var(--line);
  background:white;
  border-radius:999px;
  padding:10px 12px;
}
.visual-stage{
  border-radius:28px;
  background:linear-gradient(180deg,#fbfcfe,#eef3f8);
  border:1px solid var(--line);
  display:grid;
  place-items:center;
  min-height:460px;
  position:relative;
  overflow:hidden;
}
.visual-stage::before,.visual-stage::after{
  content:"";
  position:absolute;border-radius:50%;filter:blur(2px)
}
.visual-stage::before{width:420px;height:420px;background:radial-gradient(circle, rgba(55,103,223,.12), transparent 72%);top:-80px;right:-80px}
.visual-stage::after{width:300px;height:300px;background:radial-gradient(circle, rgba(15,23,32,.07), transparent 70%);bottom:-60px;left:-80px}
.hero-product{
  position:relative;
  z-index:2;
  width:min(88%, 520px);
  filter:drop-shadow(0 24px 40px rgba(15,23,32,.16));
}
.section{padding:48px 0}
.section--muted{background:rgba(255,255,255,.6);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.section-head{
  display:flex;align-items:end;justify-content:space-between;gap:20px; margin-bottom:26px
}
.section-head h2{
  margin:8px 0 0;
  font-size:clamp(28px,3vw,42px);
  letter-spacing:-.03em;
}
.section-head p{margin:0;color:var(--muted);max-width:580px}
.section-head--left{display:block}
.product-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:22px;
}
.product-card{
  display:flex;flex-direction:column;
  border:1px solid var(--line);
  background:rgba(255,255,255,.92);
  border-radius:26px;
  overflow:hidden;
  box-shadow:0 14px 40px rgba(15,23,32,.05);
}
.product-card__image-wrap{
  position:relative;
  display:grid;place-items:center;
  min-height:330px;
  background:linear-gradient(180deg,#f8fbff,#eef3f8);
  border-bottom:1px solid var(--line);
  padding:26px;
}
.product-card__image{
  max-height:270px;
  object-fit:contain;
  filter:drop-shadow(0 18px 30px rgba(15,23,32,.14));
}
.pill{
  position:absolute;top:16px;left:16px;
  display:inline-flex;
  padding:8px 12px;
  border-radius:999px;
  background:white;
  border:1px solid var(--line);
  font-size:12px;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.product-card__body{padding:22px}
.product-card__title{
  display:block;
  font-size:26px;
  font-weight:800;
  letter-spacing:-.03em;
  margin:8px 0 10px;
}
.product-card__desc{margin:0;color:var(--muted);line-height:1.65;min-height:82px}
.product-card__meta{
  margin-top:14px;color:#334155;font-size:14px;font-weight:600;
  display:flex;align-items:center;gap:10px;flex-wrap:wrap
}
.dot{width:5px;height:5px;background:#94a3b8;border-radius:50%}
.product-card__footer{
  display:flex;align-items:end;justify-content:space-between;gap:12px;
  margin-top:18px
}
.price-wrap{display:flex;align-items:center;gap:10px;flex-wrap:wrap}
.price{font-size:24px;font-weight:900;letter-spacing:-.03em}
.compare-price{text-decoration:line-through;color:#94a3b8;font-weight:700}
.card-actions{display:flex;gap:10px}
.value-grid{
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:24px;
}
.value-panel,.quote-panel,.faq-card,.ingredient-card,.detail-panel,.facts-card,.story-card,.category-card{
  background:rgba(255,255,255,.9);
  border:1px solid var(--line);
  border-radius:26px;
  box-shadow:0 14px 40px rgba(15,23,32,.05);
}
.value-panel{padding:34px}
.value-panel h3,.quote-panel h3,.story-card h3{margin:0 0 14px;font-size:28px;letter-spacing:-.03em}
.value-panel p,.quote-panel p,.story-card p{margin:0;color:var(--muted);line-height:1.7}
.feature-list{margin:22px 0 0;padding:0;list-style:none;display:grid;gap:14px}
.feature-list li{display:grid;grid-template-columns:18px 1fr;gap:12px;color:#334155}
.feature-list li::before{
  content:"";
  width:10px;height:10px;border-radius:50%;background:linear-gradient(135deg,var(--brand),var(--brand-2));margin-top:8px
}
.quote-panel{padding:34px;display:flex;flex-direction:column;justify-content:space-between}
.quote-mark{font-size:56px;line-height:1;color:var(--brand);font-weight:800}
.category-grid,.ingredient-grid,.story-grid,.faq-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:20px;
}
.category-card,.ingredient-card,.story-card,.faq-card{padding:24px}
.category-card h3,.ingredient-card h3,.faq-card h3{margin:0 0 10px;font-size:24px;letter-spacing:-.03em}
.category-card p,.ingredient-card p,.faq-card p{margin:0;color:var(--muted);line-height:1.65}
.category-card .button,.story-card .button{margin-top:18px}
.ingredient-card__amount{
  font-size:12px;font-weight:900;letter-spacing:.12em;text-transform:uppercase;color:var(--brand);margin-bottom:12px
}
.story-card img{
  border-radius:18px;
  aspect-ratio:1.15/1;
  object-fit:cover;
  margin-bottom:18px;
  border:1px solid var(--line)
}
.newsletter{
  padding:46px 0 70px;
}
.newsletter-card{
  display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap;
  background:linear-gradient(135deg,#0f1720,#1b2d59);
  color:white;border-radius:30px;padding:34px;border:1px solid rgba(255,255,255,.08)
}
.newsletter-card p{margin:8px 0 0;color:#cfdbf4;max-width:560px}
.newsletter-form{
  display:flex;gap:12px;flex-wrap:wrap
}
.newsletter-form input{
  min-width:280px;padding:14px 16px;border-radius:999px;border:1px solid rgba(255,255,255,.18);background:rgba(255,255,255,.12);color:white
}
.newsletter-form input::placeholder{color:#cfdbf4}
.site-footer{
  padding:28px 0 40px;
  color:#64748b;
}
.site-footer__inner{
  display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap;
  border-top:1px solid var(--line);padding-top:26px
}
.pdp-hero{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:28px;
  padding:32px 0 20px;
}
.pdp-media,.pdp-content{
  background:rgba(255,255,255,.92);
  border:1px solid var(--line);
  border-radius:30px;
  box-shadow:var(--shadow);
}
.pdp-media{padding:26px}
.media-frame{
  min-height:560px;
  display:grid;place-items:center;
  background:linear-gradient(180deg,#f8fbff,#eef3f8);
  border:1px solid var(--line);
  border-radius:24px;
  position:relative;
  overflow:hidden;
}
.media-frame img{
  max-height:460px;
  object-fit:contain;
  filter:drop-shadow(0 22px 36px rgba(15,23,32,.16));
}
.pdp-content{padding:42px}
.pdp-content h1{
  margin:8px 0 14px;
  font-size:clamp(38px,4vw,62px);
  line-height:1;
  letter-spacing:-.04em
}
.pdp-sub{margin:0;color:var(--muted);font-size:17px;line-height:1.7}
.benefit-row{display:flex;gap:10px;flex-wrap:wrap;margin:22px 0}
.benefit-row span{
  padding:10px 14px;border-radius:999px;background:#f8fbff;border:1px solid var(--line);font-weight:700;font-size:14px
}
.price-block{display:flex;align-items:center;gap:12px;margin-bottom:22px}
.purchase-panel{
  border:1px solid var(--line);
  background:#fbfcfe;
  border-radius:24px;
  padding:20px
}
.purchase-panel__line{display:flex;justify-content:space-between;gap:10px;margin-bottom:18px;color:#334155}
.purchase-panel__actions{display:flex;gap:12px;flex-wrap:wrap}
.mini-points{display:grid;gap:10px;margin-top:16px;color:#64748b;font-size:14px}
.pdp-details{padding:26px 0 0}
.detail-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:22px
}
.detail-panel{padding:28px}
.detail-panel h2,.facts-panel h2{margin:0 0 14px;font-size:28px;letter-spacing:-.03em}
.detail-list{margin:0;padding-left:18px;color:var(--muted);line-height:1.8}
.stats-list{display:grid;gap:12px}
.stat-row{
  display:flex;justify-content:space-between;gap:12px;
  border-top:1px solid var(--line);
  padding-top:12px;color:#334155
}
.facts-panel{
  display:grid;
  grid-template-columns:1fr .8fr;
  gap:24px;
  align-items:start
}
.facts-card{padding:24px}
.facts-card__row{
  display:flex;justify-content:space-between;gap:14px;
  padding:14px 0;border-top:1px solid var(--line)
}
.cart-drawer{
  position:fixed;top:0;right:0;height:100dvh;width:min(430px,100%);
  background:rgba(255,255,255,.98);
  border-left:1px solid var(--line);
  box-shadow:-24px 0 60px rgba(15,23,32,.12);
  transform:translateX(102%);
  transition:transform .28s ease;
  z-index:60;
  display:flex;flex-direction:column
}
.cart-drawer.is-open{transform:translateX(0)}
.cart-drawer__header,.cart-drawer__footer{
  padding:18px 18px;
  border-bottom:1px solid var(--line)
}
.cart-drawer__header{display:flex;justify-content:space-between;align-items:center}
.cart-drawer__body{padding:10px 18px 18px;overflow:auto;flex:1}
.cart-line{
  display:grid;
  grid-template-columns:86px 1fr auto;
  gap:14px;
  padding:16px 0;
  border-bottom:1px solid var(--line)
}
.cart-line img{
  width:86px;height:86px;object-fit:contain;border-radius:16px;background:#f7f9fb;border:1px solid var(--line)
}
.cart-line__title{font-weight:800}
.cart-line__sub{font-size:13px;color:var(--muted);margin-top:4px}
.cart-line__qty{display:flex;align-items:center;gap:10px;margin-top:10px}
.cart-line__qty button{
  width:28px;height:28px;border-radius:999px;border:1px solid var(--line);background:white;cursor:pointer
}
.cart-line__side{display:grid;justify-items:end;align-content:start;gap:8px;font-weight:700}
.text-link{border:0;background:transparent;color:#64748b;cursor:pointer;padding:0}
.cart-empty{padding:20px 0;color:var(--muted)}
.cart-drawer__footer{
  border-top:1px solid var(--line);
  border-bottom:0
}
.cart-summary{display:flex;justify-content:space-between;align-items:center;margin-bottom:14px;font-size:18px;font-weight:800}
.overlay{
  position:fixed;inset:0;background:rgba(15,23,32,.38);
  opacity:0;visibility:hidden;transition:.24s ease;z-index:50
}
.overlay.is-visible{opacity:1;visibility:visible}
@media (max-width: 1080px){
  .hero-grid,.value-grid,.pdp-hero,.detail-grid,.facts-panel{grid-template-columns:1fr}
  .product-grid,.category-grid,.ingredient-grid,.story-grid,.faq-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media (max-width: 780px){
  .desktop-nav,.header-actions .button--ghost{display:none}
  .mobile-nav-toggle{display:inline-flex}
  .hero-copy,.pdp-content{padding:28px}
  .hero-points{grid-template-columns:1fr}
  .product-grid,.category-grid,.ingredient-grid,.story-grid,.faq-grid{grid-template-columns:1fr}
  .section-head{display:block}
  .hero-logo img{height:64px}
  .site-header__inner{min-height:74px}
  .logo-wrap img{height:44px}
}
