@import url('https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,400;0,9..144,600;0,9..144,700;0,9..144,800;1,9..144,400;1,9..144,600&family=Plus+Jakarta+Sans:ital,wght@0,400;0,500;0,600;0,700;1,400&display=swap');

:root {
  --cream:       #f4f6f9;
  --cream-2:     #e8edf4;
  --cream-3:     #dce4ee;
  --parchment:   #cfd8e6;
  --terracotta:  #0d9488;
  --terra-d:     #0f766e;
  --terra-soft:  #ccfbf1;
  --olive:       #1e3a5f;
  --olive-d:     #0f2744;
  --olive-soft:  #dbeafe;
  --ink:         #0f172a;
  --ink-2:       #1e293b;
  --muted:       #64748b;
  --line:        #cbd5e1;
  --gold:        #d97706;
  --gold-soft:   #fff7ed;
  --white:       #ffffff;
  --max:         1100px;
  --max-text:    720px;
  --fh:          'Plus Jakarta Sans', system-ui, sans-serif;
  --fd:          'Fraunces', Georgia, serif;
  --ease:        cubic-bezier(0.25, 1, 0.5, 1);
  --radius-sm:   10px;
  --radius-md:   14px;
  --radius-lg:   18px;
}

*,*::before,*::after{box-sizing:border-box;margin:0;padding:0;}
html{scroll-behavior:smooth;}
body{font-family:var(--fh);background:var(--cream);color:var(--ink-2);overflow-x:hidden;line-height:1.65;}
img{max-width:100%;display:block;}
a{color:var(--terracotta);text-underline-offset:3px;}
a:hover{color:var(--terra-d);}
.wrap{width:min(100% - 32px,var(--max));margin-inline:auto;}

/* ── HEADER ── */
.site-header{
  position:sticky;top:0;z-index:200;
  background:rgba(255,255,255,0.88);backdrop-filter:blur(12px);
  border-bottom:1px solid transparent;
  transition:border-color .3s,box-shadow .3s;
}
.site-header.scrolled{border-color:var(--line);box-shadow:0 1px 0 rgba(15,23,42,.04),0 12px 40px rgba(15,23,42,.06);}
.header-inner{
  display:flex;align-items:center;justify-content:space-between;
  height:64px;gap:24px;
}
.logo{text-decoration:none;display:flex;align-items:center;gap:10px;}
.logo-leaf{font-size:20px;line-height:1;}
.logo-name{font-family:var(--fd);font-size:21px;font-weight:700;color:var(--ink);letter-spacing:-0.02em;font-style:normal;}
.logo-name b{font-weight:800;color:var(--olive);}
.nav-links{display:flex;gap:26px;list-style:none;}
.nav-links a{font-size:13px;font-weight:600;color:var(--muted);text-decoration:none;transition:color .2s;}
.nav-links a:hover{color:var(--olive);}
.btn-nav{
  background:var(--ink);color:var(--white);
  font-family:var(--fh);font-weight:600;font-size:13px;
  padding:10px 20px;border-radius:var(--radius-sm);text-decoration:none;
  transition:background .2s,transform .15s;
  box-shadow:none;
}
.btn-nav:hover{background:var(--olive);color:var(--white);transform:translateY(-1px);}

/* ── HERO ── */
.hero{
  display:grid;grid-template-columns:1fr 1fr;
  min-height:90vh;position:relative;overflow:hidden;
}
.hero-left{
  background:var(--white);
  display:flex;flex-direction:column;justify-content:center;
  padding:76px 56px 76px max(32px,calc((100vw - 1100px)/2 + 32px));
  position:relative;
  border-right:1px solid var(--line);
}
.hero-left::after{
  content:'';position:absolute;top:0;right:-1px;bottom:0;width:48px;
  background:linear-gradient(90deg,rgba(255,255,255,0),var(--cream));
  pointer-events:none;z-index:1;
}
.hero-right{
  background:var(--olive-d);
  position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center;
}
.hero-right-img{
  position:absolute;inset:0;
  background:linear-gradient(160deg,#0c1929 0%,#1a365d 45%,#0f2744 100%);
  display:flex;align-items:center;justify-content:center;font-size:72px;opacity:.25;
}
.hero-right-photo{
  position:absolute;inset:0;width:100%;height:100%;object-fit:cover;
  opacity:.38;mix-blend-mode:soft-light;z-index:0;
}
.hero-right::after{
  content:'';position:absolute;inset:0;
  background:linear-gradient(200deg,rgba(12,25,41,.5) 0%,rgba(15,39,68,.65) 100%);
  pointer-events:none;z-index:1;
}
.hero-overlay{
  position:relative;z-index:2;text-align:center;padding:40px;
}
.hero-product-float{
  background:var(--white);border-radius:var(--radius-lg);
  padding:24px;border:1px solid var(--line);
  box-shadow:0 20px 50px rgba(0,0,0,.2);
  max-width:272px;margin:0 auto;
  animation:floatY 5s ease-in-out infinite;
}
@keyframes floatY{0%,100%{transform:translateY(0)}50%{transform:translateY(-10px)}}
.hero-product-float img{width:100%;aspect-ratio:1;object-fit:contain;margin-bottom:12px;}
.hero-product-float .prod-name{font-family:var(--fd);font-size:15px;font-weight:700;color:var(--ink);margin-bottom:6px;}
.hero-product-float .prod-sub{font-size:12px;color:var(--muted);margin-bottom:10px;}
.hero-product-float .prod-price{font-family:var(--fd);font-size:21px;font-weight:700;color:var(--terracotta);}
.hero-tag-float{
  position:absolute;top:28px;right:28px;
  background:var(--terracotta);color:var(--white);
  border-radius:var(--radius-sm);padding:12px 14px;
  box-shadow:0 6px 20px rgba(13,148,136,.35);
  font-family:var(--fh);font-size:11px;font-weight:700;
  text-align:left;animation:floatY 5s ease-in-out .6s infinite;
  max-width:140px;line-height:1.35;
}
.hero-tag-float strong{display:block;font-size:17px;letter-spacing:-0.03em;margin-bottom:2px;}
.hero-kicker{
  display:inline-flex;align-items:center;gap:8px;
  background:var(--olive-soft);border:1px solid rgba(30,58,95,.12);
  padding:7px 14px;border-radius:var(--radius-sm);
  font-size:10px;font-weight:700;letter-spacing:0.14em;
  text-transform:uppercase;color:var(--olive);margin-bottom:20px;
}
.kicker-dot{width:6px;height:6px;background:var(--terracotta);border-radius:50%;animation:pulse 2.5s infinite;}
@keyframes pulse{0%,100%{opacity:1;transform:scale(1)}50%{opacity:.45;transform:scale(.65)}}
.hero h1{
  font-family:var(--fd);font-size:clamp(2.1rem,4.2vw,3.15rem);
  font-weight:700;color:var(--ink);line-height:1.1;
  letter-spacing:-0.03em;margin-bottom:16px;
}
.hero h1 em{font-style:italic;color:var(--olive);}
.hero-deck{font-size:16px;color:var(--muted);line-height:1.7;margin-bottom:28px;max-width:420px;}
.price-row{
  display:inline-flex;align-items:baseline;gap:10px;flex-wrap:wrap;
  background:var(--cream-2);border:1px solid var(--line);
  border-left:4px solid var(--terracotta);
  border-radius:var(--radius-sm);padding:12px 18px;margin-bottom:26px;
  box-shadow:none;
}
.price-main{font-family:var(--fd);font-size:24px;font-weight:700;color:var(--ink);letter-spacing:-0.02em;}
.price-note{font-size:12px;color:var(--muted);}
.cta-row{display:flex;gap:12px;align-items:center;flex-wrap:wrap;}
.btn-primary{
  display:inline-flex;align-items:center;gap:8px;
  background:var(--terracotta);color:var(--white);
  font-family:var(--fh);font-weight:700;font-size:14px;
  padding:13px 22px;border-radius:var(--radius-sm);text-decoration:none;
  transition:background .2s,transform .15s,box-shadow .2s;
  box-shadow:0 4px 14px rgba(13,148,136,.25);
}
.btn-primary:hover{background:var(--terra-d);color:var(--white);transform:translateY(-1px);box-shadow:0 8px 24px rgba(13,148,136,.3);}
.btn-ghost{
  display:inline-flex;align-items:center;gap:6px;
  color:var(--muted);font-size:13px;font-weight:600;text-decoration:none;transition:color .2s;
  border-bottom:2px solid transparent;padding-bottom:1px;
}
.btn-ghost:hover{color:var(--olive);border-bottom-color:var(--line);}
.hero-note{margin-top:14px;font-size:11px;color:var(--muted);}

/* ── DIVIDER ── */
.marquee-strip{
  background:var(--ink);padding:12px 0;overflow:hidden;
  border-top:1px solid var(--line);border-bottom:1px solid var(--line);
}
.marquee-inner{
  display:flex;gap:0;white-space:nowrap;
  animation:marquee 26s linear infinite;
}
@keyframes marquee{from{transform:translateX(0)}to{transform:translateX(-50%)}}
.marquee-item{
  display:inline-flex;align-items:center;gap:10px;
  font-family:var(--fh);font-size:12px;font-weight:600;font-style:normal;
  letter-spacing:0.04em;text-transform:uppercase;
  color:rgba(248,250,252,.55);padding:0 28px;
}
.marquee-dot{color:var(--terracotta);font-style:normal;opacity:.9;}

/* ── SECTIONS ── */
.section{padding:88px 0;}
.section-alt{background:var(--cream-2);}
.section-white{background:var(--white);}
.section-olive{background:linear-gradient(165deg,#134e4a 0%,#0f766e 50%,#115e59 100%);color:rgba(255,255,255,.78);}
.section-kicker{
  font-size:10px;font-weight:700;letter-spacing:0.18em;
  text-transform:uppercase;color:var(--terracotta);
  display:block;margin-bottom:10px;
}
.section-olive .section-kicker{color:#99f6e4;}
.section-h2{
  font-family:var(--fd);font-size:clamp(1.75rem,3.2vw,2.5rem);
  font-weight:700;color:var(--ink);line-height:1.15;
  letter-spacing:-0.02em;margin-bottom:10px;
}
.section-olive .section-h2{color:var(--white);}
.section-sub{font-size:15px;color:var(--muted);line-height:1.7;max-width:500px;}
.section-olive .section-sub{color:rgba(255,255,255,.58);}

/* ── WHY SODIUM ── */
.sodium-grid{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center;}
.sodium-visual{
  border-radius:var(--radius-lg);overflow:hidden;
  background:var(--white);
  padding:32px;display:flex;align-items:center;justify-content:center;
  box-shadow:0 1px 0 var(--line),0 16px 48px rgba(15,23,42,.06);
  aspect-ratio:4/3;position:relative;border:1px solid var(--line);
}
.sodium-visual::before{
  content:'🧂';font-size:64px;opacity:.1;
  position:absolute;top:16px;right:16px;line-height:1;
}
.sodium-img{position:relative;z-index:1;width:100%;max-height:240px;object-fit:contain;filter:drop-shadow(0 8px 16px rgba(15,23,42,.08));}
.sodium-copy .lead{
  font-family:var(--fd);font-size:18px;font-style:italic;
  color:var(--ink);line-height:1.55;margin-bottom:18px;
  border-left:3px solid var(--terracotta);padding-left:16px;
}
.sodium-copy p{font-size:14px;color:var(--muted);line-height:1.75;margin-bottom:12px;}
.fact-chips{display:flex;flex-wrap:wrap;gap:8px;margin:18px 0;}
.fact-chip{
  background:var(--white);border:1px solid var(--line);
  border-radius:var(--radius-sm);padding:6px 12px;
  font-size:12px;font-weight:600;color:var(--ink-2);
  display:flex;align-items:center;gap:6px;
}
.fact-chip span{color:var(--terracotta);font-weight:800;}

/* ── PRODUCT FEATURE ── */
.product-section{padding:88px 0;}
.product-grid{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center;}
.product-visual{display:grid;grid-template-columns:1fr 1fr;gap:12px;}
.product-img-main{
  grid-column:span 2;background:var(--white);
  border-radius:var(--radius-lg);border:1px solid var(--line);
  padding:28px;display:flex;align-items:center;justify-content:center;
  box-shadow:0 1px 0 var(--line),0 12px 40px rgba(15,23,42,.05);
  aspect-ratio:16/10;
}
.product-img-main img{max-height:200px;object-fit:contain;filter:drop-shadow(0 6px 12px rgba(15,23,42,.06));}
.product-img-sub{
  background:var(--cream-2);border-radius:var(--radius-md);
  border:1px solid var(--line);padding:14px;
  display:flex;align-items:center;justify-content:center;
  aspect-ratio:1;
}
.product-img-sub img{max-height:100px;object-fit:contain;}
.product-img-sub .placeholder-icon{font-size:36px;opacity:.35;}
.product-copy .prod-brand{
  font-size:10px;font-weight:700;letter-spacing:0.16em;
  text-transform:uppercase;color:var(--muted);margin-bottom:6px;
}
.product-copy .prod-name{
  font-family:var(--fd);font-size:clamp(1.45rem,2.8vw,1.85rem);
  font-weight:700;color:var(--ink);letter-spacing:-0.02em;margin-bottom:8px;
}
.rating-row{display:flex;align-items:center;gap:8px;margin-bottom:14px;}
.stars{color:var(--gold);font-size:14px;letter-spacing:1.5px;}
.rating-score{font-size:13px;font-weight:700;color:var(--ink);}
.rating-count{font-size:12px;color:var(--muted);}
.prod-chips{display:flex;flex-wrap:wrap;gap:6px;margin:12px 0 18px;}
.chip{
  background:var(--cream);color:var(--ink-2);
  font-size:11px;font-weight:600;padding:5px 11px;
  border-radius:6px;border:1px solid var(--line);
}
.chip.terra{background:var(--terra-soft);color:var(--terra-d);border-color:rgba(13,148,136,.25);}
.chip.olive{background:var(--olive-soft);color:var(--olive);border-color:rgba(30,58,95,.15);}
.spec-list{list-style:none;display:grid;gap:10px;margin:14px 0 22px;}
.spec-list li{
  display:flex;align-items:flex-start;gap:10px;font-size:14px;color:var(--ink-2);
  padding-left:4px;
}
.spec-list li::before{content:'';width:6px;height:6px;border-radius:50%;background:var(--terracotta);flex-shrink:0;margin-top:7px;}

/* ── HOW TO USE ── */
.steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:44px;}
.step-card{
  background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.1);
  border-radius:var(--radius-md);padding:24px 20px;position:relative;overflow:hidden;
  transition:background .25s,border-color .25s;
}
.step-card:hover{background:rgba(255,255,255,.1);border-color:rgba(255,255,255,.18);}
.step-num{
  font-family:var(--fd);font-size:56px;font-weight:700;
  color:rgba(255,255,255,.05);position:absolute;
  top:10px;right:12px;line-height:1;letter-spacing:-2px;
}
.step-icon{font-size:26px;margin-bottom:12px;position:relative;z-index:1;}
.step-card h3{font-size:14px;font-weight:700;color:var(--white);margin-bottom:8px;position:relative;z-index:1;}
.step-card p{font-size:12px;color:rgba(255,255,255,.52);line-height:1.65;position:relative;z-index:1;}

/* ── RECIPES TEASER ── */
.recipes-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:40px;}
.recipe-card{
  background:var(--white);border:1px solid var(--line);
  border-radius:var(--radius-md);overflow:hidden;
  transition:box-shadow .25s,transform .25s,border-color .25s;
}
.recipe-card:hover{box-shadow:0 16px 48px rgba(15,23,42,.08);transform:translateY(-3px);border-color:var(--parchment);}
.recipe-img{
  height:152px;background:var(--cream-2);
  display:flex;align-items:center;justify-content:center;font-size:44px;
  border-bottom:1px solid var(--line);
  overflow:hidden;
}
.recipe-img img{width:100%;height:100%;object-fit:cover;}
.step-photo{
  width:100%;height:112px;object-fit:cover;border-radius:var(--radius-sm);
  margin-bottom:12px;border:1px solid rgba(255,255,255,.12);
}
.dash-inline-photo{
  border-radius:var(--radius-md);overflow:hidden;margin:20px 0 8px;
  border:1px solid var(--line);aspect-ratio:16/9;max-height:260px;
}
.dash-inline-photo img{width:100%;height:100%;object-fit:cover;}
.amazon-strip{
  display:flex;flex-wrap:wrap;gap:14px;justify-content:center;align-items:center;
  margin:32px 0 8px;
}
.amazon-strip img{
  width:88px;height:88px;object-fit:contain;background:var(--white);
  border-radius:var(--radius-sm);padding:8px;border:1px solid var(--line);
}
.inner-page-banner{
  width:100%;aspect-ratio:21/9;border-radius:var(--radius-md);overflow:hidden;
  margin-bottom:24px;border:1px solid var(--line);max-height:200px;
}
.inner-page-banner img{width:100%;height:100%;object-fit:cover;}
.cta-product-visual{
  display:flex;justify-content:center;margin-bottom:24px;
}
.cta-product-visual img{
  width:min(192px,44vw);height:auto;object-fit:contain;
  background:var(--white);border-radius:var(--radius-md);padding:14px;
  border:1px solid rgba(255,255,255,.25);box-shadow:0 10px 36px rgba(0,0,0,.18);
}
.shop-gallery{
  display:flex;flex-wrap:wrap;gap:10px;justify-content:center;margin-top:8px;
}
.shop-gallery img{
  width:52px;height:52px;object-fit:contain;background:var(--white);
  border-radius:6px;padding:4px;border:1px solid var(--line);
}
.recipe-body{padding:16px;}
.recipe-tag{
  font-size:9px;font-weight:700;letter-spacing:0.12em;text-transform:uppercase;
  color:var(--terracotta);margin-bottom:5px;
}
.recipe-title{font-family:var(--fd);font-size:15px;font-weight:700;color:var(--ink);line-height:1.35;margin-bottom:6px;}
.recipe-meta{font-size:11px;color:var(--muted);}

/* ── DASH INFO ── */
.dash-grid{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:start;}
.dash-copy h2{font-family:var(--fd);}
.dash-copy p{font-size:14px;color:var(--muted);line-height:1.75;margin-bottom:12px;}
.dash-sidebar{display:grid;gap:12px;}
.dash-card{
  background:var(--white);border:1px solid var(--line);
  border-radius:var(--radius-sm);padding:16px;
  display:flex;align-items:flex-start;gap:12px;
  transition:box-shadow .2s,border-color .2s;
}
.dash-card:hover{box-shadow:0 6px 20px rgba(15,23,42,.06);border-color:var(--terracotta);}
.dash-icon{font-size:20px;flex-shrink:0;margin-top:2px;}
.dash-card strong{display:block;font-size:13px;font-weight:700;color:var(--ink);margin-bottom:3px;}
.dash-card span{font-size:12px;color:var(--muted);line-height:1.55;}

/* ── REVIEWS ── */
.reviews-masonry{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:40px;}
.review-card{
  background:var(--cream-2);border:1px solid var(--line);
  border-radius:var(--radius-md);padding:20px;
  transition:box-shadow .2s,transform .2s,background .2s;
}
.review-card:hover{box-shadow:0 10px 32px rgba(15,23,42,.06);transform:translateY(-2px);background:var(--white);}
.review-stars{color:var(--gold);font-size:12px;letter-spacing:2px;margin-bottom:8px;}
.review-text{font-family:var(--fd);font-size:14px;font-style:italic;color:var(--ink-2);line-height:1.62;margin-bottom:12px;}
.review-author{font-size:11px;font-weight:600;color:var(--muted);}

/* ── FAQ ── */
.faq{display:grid;gap:8px;margin-top:36px;}
.faq-item{
  background:var(--white);border:1px solid var(--line);
  border-radius:var(--radius-sm);overflow:hidden;transition:border-color .2s,box-shadow .2s;
}
.faq-item.open{border-color:var(--olive);box-shadow:0 4px 16px rgba(15,23,42,.04);}
.faq-q{
  width:100%;background:none;border:none;text-align:left;
  padding:18px 20px;font-family:var(--fh);font-size:14px;
  font-weight:600;color:var(--ink);cursor:pointer;
  display:flex;justify-content:space-between;align-items:center;gap:14px;
}
.faq-icon{font-size:18px;color:var(--olive);flex-shrink:0;transition:transform .3s var(--ease);}
.faq-item.open .faq-icon{transform:rotate(45deg);color:var(--terracotta);}
.faq-a{
  max-height:0;overflow:hidden;font-size:13px;color:var(--muted);
  line-height:1.7;padding:0 20px;transition:max-height .4s var(--ease),padding .25s;
}
.faq-item.open .faq-a{max-height:280px;padding:0 20px 18px;}

/* ── CTA BAND ── */
.cta-section{
  background:linear-gradient(135deg,#0f172a 0%,#1e3a5f 55%,#134e4a 100%);
  padding:80px 0;text-align:center;position:relative;overflow:hidden;
}
.cta-section::before{
  content:'';position:absolute;inset:0;
  background:radial-gradient(ellipse 80% 50% at 50% 0%,rgba(45,212,191,.12) 0%,transparent 55%);
}
.cta-section h2{
  font-family:var(--fd);font-size:clamp(1.75rem,3.2vw,2.6rem);
  font-weight:700;color:var(--white);letter-spacing:-0.02em;margin-bottom:10px;position:relative;
}
.cta-section p{font-size:15px;color:rgba(248,250,252,.65);margin-bottom:28px;position:relative;}
.btn-cta-white{
  display:inline-flex;align-items:center;gap:8px;
  background:var(--white);color:var(--ink);
  font-family:var(--fh);font-weight:700;font-size:15px;
  padding:14px 28px;border-radius:var(--radius-sm);text-decoration:none;
  box-shadow:0 8px 32px rgba(0,0,0,.15);
  transition:transform .15s,box-shadow .2s,color .2s;position:relative;
}
.btn-cta-white:hover{color:var(--terracotta);transform:translateY(-2px);box-shadow:0 14px 44px rgba(0,0,0,.2);}
.btn-cta-white small{display:block;font-size:10px;font-weight:500;color:var(--muted);margin-top:2px;}

/* ── FOOTER ── */
.site-footer{background:var(--olive-d);color:rgba(248,250,252,.42);padding:48px 0;font-size:12px;}
.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:36px;margin-bottom:32px;}
.footer-logo{font-family:var(--fd);font-size:19px;font-weight:700;font-style:normal;color:rgba(248,250,252,.92);margin-bottom:8px;letter-spacing:-0.02em;}
.footer-brand p{font-size:12px;line-height:1.65;max-width:260px;color:rgba(248,250,252,.38);}
.footer-col h4{font-size:10px;font-weight:700;letter-spacing:0.14em;text-transform:uppercase;color:rgba(248,250,252,.75);margin-bottom:12px;}
.footer-col ul{list-style:none;display:grid;gap:8px;}
.footer-col ul a{color:rgba(248,250,252,.38);text-decoration:none;transition:color .2s;}
.footer-col ul a:hover{color:#99f6e4;}
.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:22px;display:flex;justify-content:space-between;font-size:11px;flex-wrap:wrap;gap:10px;color:rgba(248,250,252,.32);}
.footer-bottom a{color:rgba(248,250,252,.32);}

/* ── REVEAL ── */
.reveal{opacity:0;transform:translateY(24px);transition:opacity .65s var(--ease),transform .65s var(--ease);}
.reveal.visible{opacity:1;transform:none;}
.reveal-l{opacity:0;transform:translateX(-24px);transition:opacity .65s var(--ease),transform .65s var(--ease);}
.reveal-l.visible{opacity:1;transform:none;}
.reveal-r{opacity:0;transform:translateX(24px);transition:opacity .65s var(--ease),transform .65s var(--ease);}
.reveal-r.visible{opacity:1;transform:none;}
.reveal-s{opacity:0;transform:scale(.97);transition:opacity .55s var(--ease),transform .55s var(--ease);}
.reveal-s.visible{opacity:1;transform:none;}
.d1{transition-delay:.08s;} .d2{transition-delay:.15s;} .d3{transition-delay:.22s;} .d4{transition-delay:.3s;}

/* ── RESPONSIVE ── */
@media(max-width:960px){
  .hero{grid-template-columns:1fr;min-height:auto;}
  .hero-left{padding:56px 28px;border-right:none;border-bottom:1px solid var(--line);}
  .hero-right{min-height:52vw;}
  .sodium-grid,.product-grid,.dash-grid{grid-template-columns:1fr;gap:36px;}
  .steps-grid,.recipes-grid,.reviews-masonry{grid-template-columns:1fr 1fr;}
  .footer-grid{grid-template-columns:1fr 1fr;}
}
@media(max-width:600px){
  .steps-grid,.recipes-grid,.reviews-masonry{grid-template-columns:1fr;}
  .product-visual{grid-template-columns:1fr;}
  .product-img-main{grid-column:span 1;}
  .nav-links,.btn-nav{display:none;}
  .cta-row{flex-direction:column;align-items:flex-start;}
  .footer-grid{grid-template-columns:1fr;gap:22px;}
  .footer-bottom{flex-direction:column;text-align:center;}
}
