/* TruVista — staging rebuild design system
   Accessibility-first: 18px base, AA contrast, large targets (ICP is 58-80, often low vision) */
:root{
  --blue:#0A4A78; --blue-d:#08304F; --blue-l:#2E7BB0;
  --green:#5E9430; --green-d:#3F6A1F; --green-l:#EAF4E2;
  --gold:#D99B12; --gold-l:#FBF1DA;
  --sand:#F6EEE1; --sand-2:#EFE2CE; --sand-3:#E2CFB2;
  --ink:#16232D; --ink-2:#3E5060; --ink-3:#66788A;
  --line:#E3D9C9; --white:#fff; --bg:#FCFAF6;
  --r:14px; --r-lg:24px;
  --sh:0 1px 2px rgba(16,35,50,.06),0 8px 28px rgba(16,35,50,.07);
  --sh-lg:0 2px 6px rgba(16,35,50,.07),0 24px 60px rgba(16,35,50,.11);
  --max:1180px;
  --ff:'Source Serif 4',Georgia,'Times New Roman',serif;
  --fs:'Inter','Helvetica Neue',Arial,sans-serif;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}
body{margin:0;background:var(--bg);color:var(--ink);font:400 18px/1.65 var(--fs);
     -webkit-font-smoothing:antialiased}
img{max-width:100%;height:auto;display:block}
h1,h2,h3,h4{font-family:var(--ff);font-weight:600;line-height:1.15;letter-spacing:-.015em;margin:0 0 .5em}
h1{font-size:clamp(2.4rem,5.2vw,4rem)}
h2{font-size:clamp(1.9rem,3.6vw,2.9rem)}
h3{font-size:clamp(1.25rem,2vw,1.6rem)}
p{margin:0 0 1.1em;max-width:68ch}
a{color:var(--blue);text-underline-offset:3px}
.wrap{max-width:var(--max);margin:0 auto;padding:0 24px}
.narrow{max-width:820px;margin-inline:auto}
section{padding:clamp(56px,7vw,104px) 0}
.eyebrow{font:600 .78rem/1.4 var(--fs);letter-spacing:.14em;text-transform:uppercase;
  color:var(--green-d);margin:0 0 .9rem}
.eyebrow.b{color:var(--blue-l)}
.lead{font-size:1.22rem;color:var(--ink-2);max-width:62ch}

/* ---- buttons ---- */
.btn{display:inline-flex;align-items:center;justify-content:center;gap:.55em;
  font:600 1.03rem/1 var(--fs);padding:1.05em 2em;border-radius:100px;border:2px solid transparent;
  cursor:pointer;text-decoration:none;transition:.18s ease;min-height:56px}
.btn-p{background:var(--green);color:#fff;box-shadow:0 6px 20px rgba(93,158,56,.32)}
.btn-p:hover{background:var(--green-d);transform:translateY(-2px);box-shadow:0 10px 28px rgba(93,158,56,.4)}
.btn-s{background:#fff;color:var(--blue);border-color:var(--blue)}
.btn-s:hover{background:var(--blue);color:#fff}
.btn-g{background:var(--blue);color:#fff}
.btn-g:hover{background:var(--blue-d)}
.btn-w{width:100%}
a.btn:focus-visible,button:focus-visible,a:focus-visible{outline:3px solid var(--gold);outline-offset:3px}

/* ---- header ---- */
header{position:sticky;top:0;z-index:60;background:rgba(252,250,246,.94);
  backdrop-filter:blur(12px);border-bottom:1px solid var(--line)}
.ann{background:var(--blue-d);color:#fff;text-align:center;font:500 .88rem/1 var(--fs);padding:.7em 1em}
.nav{display:flex;align-items:center;justify-content:space-between;gap:24px;
  max-width:var(--max);margin:0 auto;padding:14px 24px}
.logo{display:flex;align-items:center;gap:11px;text-decoration:none;color:var(--blue-d)}
.logo b{font:700 1.5rem/1 var(--ff);letter-spacing:-.02em}
.logo b i{font-style:normal;color:var(--green)}
.logo small{display:block;font:600 .58rem/1 var(--fs);letter-spacing:.22em;color:var(--ink-3);margin-top:3px}
.nav ul{display:flex;gap:30px;list-style:none;margin:0;padding:0}
.nav ul a{color:var(--ink-2);text-decoration:none;font-weight:500;font-size:1rem}
.nav ul a:hover{color:var(--blue)}
@media(max-width:900px){.nav ul{display:none}}

/* ---- hero ---- */
.hero{position:relative;min-height:min(84vh,760px);display:grid;align-content:center;
  color:#fff;overflow:hidden}
.hero img.bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.hero .scrim{position:absolute;inset:0;
  background:linear-gradient(100deg,rgba(9,32,50,.90) 0%,rgba(9,32,50,.74) 42%,rgba(9,32,50,.18) 100%)}
.hero .wrap{position:relative;z-index:2;padding-block:80px;width:100%}
.hero h1{color:#fff;max-width:15ch;text-shadow:0 2px 24px rgba(0,0,0,.35)}
.hero p{color:#F0E9DC;font-size:1.24rem;max-width:52ch}
.hero-cta{display:flex;gap:14px;flex-wrap:wrap;margin-top:32px}
.hero-badges{display:flex;gap:26px;flex-wrap:wrap;margin-top:44px;padding-top:26px;
  border-top:1px solid rgba(255,255,255,.22)}
.hero-badges div{font:500 .93rem/1.4 var(--fs);color:#E6DCCA;max-width:20ch}
.hero-badges b{display:block;color:#fff;font-weight:700}

/* ---- cards / grid ---- */
.grid{display:grid;gap:26px}
.g2{grid-template-columns:repeat(2,1fr)}
.g3{grid-template-columns:repeat(3,1fr)}
.g4{grid-template-columns:repeat(4,1fr)}
@media(max-width:900px){.g3,.g4{grid-template-columns:repeat(2,1fr)}}
@media(max-width:660px){.g2,.g3,.g4{grid-template-columns:1fr}}
.card{background:#fff;border:1px solid var(--line);border-radius:var(--r-lg);padding:32px;box-shadow:var(--sh)}
.card h3{margin-bottom:.4em}
.card p:last-child{margin-bottom:0}

.split{display:grid;grid-template-columns:1fr 1fr;gap:clamp(32px,5vw,72px);align-items:center}
@media(max-width:900px){.split{grid-template-columns:1fr}}
.media{border-radius:var(--r-lg);overflow:hidden;box-shadow:var(--sh-lg)}

/* ---- evidence tag (regulatory honesty) ---- */
.tag{display:inline-flex;align-items:center;gap:.45em;font:600 .72rem/1 var(--fs);
  letter-spacing:.06em;text-transform:uppercase;padding:.5em .85em;border-radius:100px}
.tag-lab{background:#FDF0E3;color:#9A5B12;border:1px solid #F0CDA4}
.tag-clin{background:#E4F0E0;color:#3F7324;border:1px solid #BCDCAE}
.tag-trad{background:#EAF0F6;color:#124E7C;border:1px solid #C2D6E6}

.note{background:var(--gold-l);border:1px solid #EBD5A2;border-left:5px solid var(--gold);
  border-radius:12px;padding:20px 24px;font-size:.98rem;color:#5C4410}
.note strong{color:#3F2E06}
.note p:last-child{margin-bottom:0}

/* ---- tables ---- */
table{width:100%;border-collapse:collapse;background:#fff;border-radius:var(--r);overflow:hidden;
  box-shadow:var(--sh);font-size:1.02rem}
th,td{padding:16px 18px;text-align:left;border-bottom:1px solid var(--line)}
thead th{background:var(--blue-d);color:#fff;font:600 .88rem/1.3 var(--fs);
  letter-spacing:.05em;text-transform:uppercase}
tbody tr:last-child td{border-bottom:0}
tbody tr:nth-child(even){background:#FBF8F2}
td.num{font-variant-numeric:tabular-nums;font-weight:600}
.chk{color:var(--green-d);font-weight:700}
.no{color:#B4453A;font-weight:700}

/* ---- product ---- */
.pdp{display:grid;grid-template-columns:1.05fr .95fr;gap:clamp(30px,4vw,64px);align-items:start}
@media(max-width:960px){.pdp{grid-template-columns:1fr}}
.gal img{border-radius:var(--r-lg);box-shadow:var(--sh-lg);background:#fff}
.thumbs{display:flex;gap:12px;margin-top:14px}
.thumbs img{width:84px;height:84px;object-fit:cover;border-radius:12px;border:2px solid var(--line);
  cursor:pointer;box-shadow:none}
.thumbs img[aria-current="true"]{border-color:var(--green)}
.buy{position:sticky;top:110px}
.price{display:flex;align-items:baseline;gap:14px;margin:.3em 0 1em}
.price b{font:700 2.5rem/1 var(--ff);color:var(--ink)}
.price s{color:var(--ink-3);font-size:1.15rem}
.price .save{background:var(--green-l);color:var(--green-d);font:700 .82rem/1 var(--fs);
  padding:.5em .8em;border-radius:100px}
.opt{display:block;border:2px solid var(--line);border-radius:var(--r);padding:18px 20px;
  margin-bottom:12px;cursor:pointer;background:#fff;transition:.15s}
.opt:hover{border-color:var(--blue-l)}
.opt input{accent-color:var(--green);width:20px;height:20px;margin-right:12px;vertical-align:-4px}
.opt.sel{border-color:var(--green);background:var(--green-l)}
.opt .row{display:flex;justify-content:space-between;align-items:center;gap:12px}
.opt .row b{font-size:1.06rem}
.opt small{display:block;color:var(--ink-3);margin-left:32px;font-size:.92rem}
.trust{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;margin-top:26px;
  padding-top:24px;border-top:1px solid var(--line)}
.trust div{display:flex;gap:10px;font-size:.94rem;color:var(--ink-2);line-height:1.4}
.trust svg{flex:none;margin-top:2px}
details{background:#fff;border:1px solid var(--line);border-radius:var(--r);margin-bottom:12px}
summary{padding:20px 24px;font-weight:600;cursor:pointer;font-size:1.06rem;list-style:none;
  display:flex;justify-content:space-between;align-items:center;gap:16px}
summary::-webkit-details-marker{display:none}
summary::after{content:"+";font:300 1.7rem/1 var(--fs);color:var(--blue-l)}
details[open] summary::after{content:"–"}
details .body{padding:0 24px 22px;color:var(--ink-2)}
details .body p:last-child{margin-bottom:0}

/* ---- misc ---- */
.bg-sand{background:var(--sand)}
.bg-white{background:#fff}
.bg-deep{background:var(--blue-d);color:#F0E9DC}
.bg-deep h2,.bg-deep h3{color:#fff}
.bg-deep .lead{color:#C9D8E4}
.stat{text-align:center}
.stat b{display:block;font:700 clamp(2.4rem,4.6vw,3.4rem)/1 var(--ff);color:var(--blue)}
.bg-deep .stat b{color:var(--gold)}
.stat span{font-size:.95rem;color:var(--ink-3)}
.bg-deep .stat span{color:#B7C8D6}
.center{text-align:center}
.center p{margin-inline:auto}
footer{background:var(--blue-d);color:#B7C8D6;padding:64px 0 34px;font-size:.95rem}
footer a{color:#E6DCCA;text-decoration:none}
footer a:hover{text-decoration:underline}
footer h4{color:#fff;font:600 1rem/1.3 var(--fs);margin:0 0 1em;letter-spacing:.04em}
.disclaimer{border-top:1px solid rgba(255,255,255,.15);margin-top:44px;padding-top:26px;
  font-size:.85rem;line-height:1.65;color:#93A8B8}
.skip{position:absolute;left:-9999px;background:#fff;padding:1em;z-index:100}
.skip:focus{left:12px;top:12px}
/* staging banner */
.stg{background:#7A2E2E;color:#fff;font:600 .82rem/1.4 var(--fs);text-align:center;padding:.7em 1.2em}
.stg a{color:#FFD9A0}

/* ---- fundamentals pass ---- */
h1,h2,h3{text-wrap:balance}
.lead,p{text-wrap:pretty}
td.num,.price b,table td{font-variant-numeric:tabular-nums}
/* wide content must scroll in its own container, never the page body */
.tscroll{overflow-x:auto;-webkit-overflow-scrolling:touch;border-radius:var(--r)}
.tscroll table{min-width:560px}
@media (prefers-reduced-motion:reduce){
  *,*::before,*::after{animation-duration:.001ms!important;animation-iteration-count:1!important;
    transition-duration:.001ms!important;scroll-behavior:auto!important}
  .btn-p:hover{transform:none}
}
/* Deliberate single-theme design: this mock-up must render exactly as the
   storefront will, so the warm desert palette is fixed rather than theme-reactive.
   Every colour is an explicit token and body paints its own ground. */

/* ---- image placement pass ----
   Generated photography arrives at assorted aspect ratios. Pin every slot to a
   ratio so rows align and captions sit on a shared baseline. */
.media img{aspect-ratio:4/3;object-fit:cover;width:100%}
.hero img.bg{object-position:58% 52%}
.gal > img,.card > img{aspect-ratio:1/1;object-fit:cover;width:100%}

/* caption belongs under the frame, not inside its shadow */
figure.fig{margin:0;display:flex;flex-direction:column;gap:14px}
figure.fig img{aspect-ratio:3/2;object-fit:cover;width:100%;
  border-radius:var(--r-lg);box-shadow:var(--sh-lg)}
figure.fig figcaption b{display:block;font-size:1.05rem;color:var(--ink)}
figure.fig figcaption p{margin:5px 0 0;font-size:.95rem;color:var(--ink-2);max-width:34ch}

/* product cards: equal height with price + CTA locked to a shared baseline */
#products .card{display:flex;flex-direction:column}
#products .card .body{display:flex;flex-direction:column;flex:1;padding:28px 30px 32px}
#products .card .body .price{margin-top:auto}

/* ================= split hero ================= */
.hero-split{display:grid;grid-template-columns:1.02fr .98fr;min-height:min(88vh,780px);
  background:var(--blue-d);color:#fff;overflow:hidden}
.hero-split .copy{display:flex;flex-direction:column;justify-content:center;
  padding:clamp(48px,6vw,88px) clamp(28px,5vw,80px)}
.hero-split .copy h1{color:#fff;max-width:16ch;margin-bottom:.35em}
.hero-split .copy .lead{color:#C9D8E4;font-size:1.2rem;max-width:44ch}
.hero-split .shot{position:relative;background:var(--sand-2)}
.hero-split .shot img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.hero-split .price-tag{position:absolute;left:24px;bottom:24px;background:rgba(255,255,255,.94);
  border-radius:14px;padding:14px 20px;box-shadow:var(--sh-lg);color:var(--ink);backdrop-filter:blur(6px)}
.hero-split .price-tag b{display:block;font:700 1.45rem/1 var(--ff)}
.hero-split .price-tag span{font-size:.86rem;color:var(--ink-3)}
@media(max-width:900px){
  .hero-split{grid-template-columns:1fr;min-height:0}
  .hero-split .shot{aspect-ratio:4/3;order:-1}
}
.badges{display:grid;grid-template-columns:1fr 1fr;gap:18px 28px;margin-top:34px;padding-top:26px;
  border-top:1px solid rgba(255,255,255,.2);max-width:520px}
.badges div{font:500 .92rem/1.45 var(--fs);color:#B7C8D6}
.badges b{display:block;color:#fff;font-weight:700}

/* ================= outcome grid ================= */
.joy{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.joy figure{margin:0;position:relative;border-radius:var(--r-lg);overflow:hidden;
  box-shadow:var(--sh);aspect-ratio:3/4}
.joy figure:nth-child(1),.joy figure:nth-child(4){aspect-ratio:3/4}
.joy figure img{width:100%;height:100%;object-fit:cover}
.joy figcaption{position:absolute;inset:auto 0 0 0;padding:44px 20px 18px;color:#fff;
  font:600 1.02rem/1.35 var(--fs);
  background:linear-gradient(to top,rgba(9,32,50,.86),rgba(9,32,50,0))}
@media(max-width:900px){.joy{grid-template-columns:repeat(2,1fr)}}
@media(max-width:560px){.joy{grid-template-columns:1fr}}

/* ================= page header ================= */
.page-head{background:var(--blue-d);color:#fff;padding:clamp(52px,6vw,88px) 0 clamp(48px,5vw,72px)}
.page-head h1{color:#fff;margin-bottom:.3em}
.page-head .lead{color:#C9D8E4}
.crumb{font-size:.9rem;color:#8FB0C8;margin-bottom:20px}
.crumb a{color:#C9D8E4}
.nav ul a[aria-current="page"]{color:var(--blue);font-weight:700;
  box-shadow:inset 0 -2px 0 var(--green)}

/* ================= article ================= */
.article{max-width:720px;margin-inline:auto}
.article p,.article li{font-size:1.09rem;line-height:1.75;color:#22323F}
.article h2{margin-top:2.1em;font-size:clamp(1.5rem,2.4vw,2rem)}
.article h3{margin-top:1.7em}
.article ul{padding-left:1.25em}
.article li{margin-bottom:.6em}
.article strong{color:var(--ink)}
.meta{display:flex;gap:14px;align-items:center;font-size:.93rem;color:var(--ink-3);
  margin-bottom:28px;flex-wrap:wrap}
.pill{background:var(--green-l);color:var(--green-d);font:600 .76rem/1 var(--fs);
  padding:.5em .85em;border-radius:100px;letter-spacing:.04em;text-transform:uppercase}

/* ================= post cards ================= */
.posts{display:grid;grid-template-columns:repeat(3,1fr);gap:26px}
@media(max-width:900px){.posts{grid-template-columns:1fr}}
.post{display:flex;flex-direction:column;background:#fff;border:1px solid var(--line);
  border-radius:var(--r-lg);overflow:hidden;box-shadow:var(--sh);text-decoration:none;color:inherit;
  transition:.18s}
.post:hover{transform:translateY(-3px);box-shadow:var(--sh-lg)}
.post img{aspect-ratio:16/9;object-fit:cover;width:100%}
.post .body{padding:26px 28px 30px;display:flex;flex-direction:column;flex:1}
.post h3{font-size:1.2rem;margin-bottom:.4em}
.post p{font-size:.97rem;color:var(--ink-2);margin-bottom:1em}
.post .more{margin-top:auto;font-weight:600;color:var(--blue);font-size:.96rem}

/* ================= shop grid ================= */
.shop-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:26px}
@media(max-width:1000px){.shop-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:640px){.shop-grid{grid-template-columns:1fr}}
.shop-grid .card{display:flex;flex-direction:column;padding:0;overflow:hidden}
.shop-grid .card .body{display:flex;flex-direction:column;flex:1;padding:26px 28px 30px}
.shop-grid .card .price{margin-top:auto}
.ribbon{position:absolute;top:16px;left:16px;background:var(--green);color:#fff;
  font:700 .72rem/1 var(--fs);letter-spacing:.06em;text-transform:uppercase;
  padding:.6em .9em;border-radius:100px}
.card.rel{position:relative}

/* ================= form ================= */
.field{display:flex;flex-direction:column;gap:7px;margin-bottom:18px}
.field label{font-weight:600;font-size:.97rem}
.field input,.field textarea,.field select{font:400 1.02rem/1.5 var(--fs);padding:.85em 1em;
  border:2px solid var(--line);border-radius:12px;background:#fff;color:var(--ink);width:100%}
.field input:focus,.field textarea:focus,.field select:focus{outline:none;border-color:var(--blue-l)}
.field textarea{min-height:150px;resize:vertical}
.req{color:#B4453A}


/* ================= brand logo ================= */
.logo{display:inline-flex;align-items:center;text-decoration:none}
.logo img{height:44px;width:auto;display:block}
footer .logo img{height:46px}
@media(max-width:600px){.logo img{height:36px}}

/* desert blended behind the hero copy panel — heavy navy scrim keeps text at AA */
.hero-split .copy{
  position:relative;
  background-image:
    linear-gradient(102deg, rgba(8,48,79,.965) 0%, rgba(8,48,79,.925) 48%, rgba(8,48,79,.855) 100%),
    url('img/desert-after-rain.jpg');
  background-size:cover;
  background-position:60% 55%;
}
.hero-split .copy > *{position:relative;z-index:2}
@media(max-width:900px){.hero-split .copy{background-position:60% 50%}}

/* ================= dream hero ================= */
.hero-dream{position:relative;min-height:min(86vh,760px);display:grid;align-content:center;
  overflow:hidden;background:var(--sand)}
.hero-dream img.bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;
  object-position:65% 50%}
.hero-dream::after{content:"";position:absolute;inset:0;z-index:1;pointer-events:none;
  background:linear-gradient(97deg,rgba(255,252,246,.93) 0%,rgba(255,251,243,.86) 26%,
             rgba(255,250,240,.52) 46%,rgba(255,250,240,0) 62%)}
.hero-dream .wrap{position:relative;z-index:2;width:100%;padding-block:clamp(48px,6vw,90px)}
.hero-dream .copy{max-width:min(50%,560px)}
.hero-dream h1{color:var(--blue-d);max-width:14ch;margin-bottom:.32em}
.hero-dream .eyebrow{color:var(--green-d)}
.hero-dream .lead{color:#3B4A55;max-width:40ch}
.hero-dream .badges{border-top:1px solid rgba(10,74,120,.22);max-width:500px}
.hero-dream .badges div{color:#4A5A66}
.hero-dream .badges b{color:var(--blue-d)}
.hero-dream .btn-s{background:rgba(255,255,255,.86);color:var(--blue-d);border-color:var(--blue-d)}
.hero-dream .btn-s:hover{background:var(--blue-d);color:#fff}
@media(max-width:900px){
  .hero-dream{min-height:0}
  .hero-dream img.bg{position:relative;height:auto;aspect-ratio:16/10;object-position:78% 50%}
  .hero-dream .wrap{padding-block:36px 48px}
  .hero-dream .copy{max-width:none}
  .hero-dream h1{max-width:none}
}

/* ================= navigation ================= */
.nav .menu{display:flex;gap:4px;list-style:none;margin:0;padding:0;align-items:center}
.nav .menu > li{position:relative}
.nav .menu > li > a{display:inline-flex;align-items:center;gap:6px;color:var(--ink-2);
  text-decoration:none;font-weight:600;font-size:1rem;padding:.75em .95em;border-radius:10px}
.nav .menu > li > a:hover{color:var(--blue);background:rgba(10,74,120,.06)}
.nav .menu a[aria-current="page"]{color:var(--blue);background:rgba(10,74,120,.08)}
.nav .menu > li > a svg{opacity:.55;transition:transform .16s}
.has-sub:hover > a svg,.has-sub:focus-within > a svg{transform:rotate(180deg)}

.sub{position:absolute;top:calc(100% + 10px);left:0;min-width:330px;background:#fff;
  border:1px solid var(--line);border-radius:16px;box-shadow:var(--sh-lg);padding:12px;
  opacity:0;visibility:hidden;transform:translateY(-6px);transition:.16s ease;z-index:80}
.has-sub:hover > .sub,.has-sub:focus-within > .sub{opacity:1;visibility:visible;transform:none}
.sub::before{content:"";position:absolute;top:-10px;left:0;right:0;height:10px}
.sub-h{font:700 .68rem/1 var(--fs);letter-spacing:.13em;text-transform:uppercase;
  color:var(--ink-3);margin:10px 12px 8px;max-width:none}
.sub-h:first-child{margin-top:4px}
.sub a{display:block;padding:9px 12px;border-radius:10px;text-decoration:none;color:var(--ink)}
.sub a:hover{background:var(--green-l)}
.sub a b{display:block;font-size:.97rem;font-weight:600}
.sub a span{display:block;font-size:.85rem;color:var(--ink-3);margin-top:2px}
.sub-all{margin-top:6px;border-top:1px solid var(--line);border-radius:0 0 10px 10px;
  font-weight:600;color:var(--blue)!important;font-size:.92rem;padding-top:14px!important}
.nav-cta{padding:.8em 1.6em;min-height:48px}
@media(max-width:1080px){.nav .menu > li > a{padding:.7em .7em;font-size:.95rem}.sub{min-width:300px}}
@media(max-width:920px){.nav .menu{display:none}}

/* ================= mobile navigation ================= */
.burger{display:none;flex-direction:column;justify-content:center;gap:5px;width:48px;height:48px;
  padding:0 12px;background:none;border:0;cursor:pointer;border-radius:10px}
.burger span{display:block;height:2.5px;background:var(--blue-d);border-radius:2px;transition:.2s}
.burger[aria-expanded="true"] span:nth-child(1){transform:translateY(7.5px) rotate(45deg)}
.burger[aria-expanded="true"] span:nth-child(2){opacity:0}
.burger[aria-expanded="true"] span:nth-child(3){transform:translateY(-7.5px) rotate(-45deg)}
.mnav{display:none;border-top:1px solid var(--line);background:#fff;padding:14px 20px 26px;
  max-height:calc(100vh - 130px);overflow-y:auto}
.mnav a{display:flex;justify-content:space-between;gap:16px;align-items:center;
  padding:14px 4px;border-bottom:1px solid var(--line);text-decoration:none;color:var(--ink);
  font-weight:600;font-size:1.05rem;min-height:52px}
.mnav a em{font-style:normal;color:var(--ink-3);font-weight:500;font-size:.95rem}
.mnav a.btn{justify-content:center;border-bottom:0}
.mnav .sub-h{margin:18px 4px 2px}
.mnav .sub-h:first-child{margin-top:4px}
@media(max-width:920px){
  .burger{display:flex}
  .nav-cta{display:none}
  .mnav[hidden]{display:none}
  .mnav{display:block}
  .nav{padding:10px 18px}
}

/* ================= responsive integrity =================
   Grid/flex children default to min-width:auto, so a wide child (a table with a
   min-width inside .tscroll, a long word, an image) inflates the track and pushes
   the page sideways. Let every track shrink, and keep the scroll container itself
   from reporting its content's width. */
.split > *,.grid > *,.pdp > *,.posts > *,.shop-grid > *,.joy > *,.hero-dream .copy{min-width:0}
.tscroll{min-width:0;max-width:100%}
.article img,.card img{max-width:100%;height:auto}
/* thumbnail strip scrolls rather than pushing the page sideways */
.thumbs{overflow-x:auto;padding-bottom:4px;scrollbar-width:thin;-webkit-overflow-scrolling:touch}
.thumbs img{flex:0 0 auto}
@media(max-width:560px){
  .thumbs img{width:70px;height:70px}
  .buy{position:static}
  .price b{font-size:2.1rem}
  .opt{padding:15px 16px}
  .trust{grid-template-columns:1fr}
}

/* ================= shop grid: consistent cards, full-width bottom row =================
   6 tracks so 3 cards (span 2) fill row one and the two 3-month packs (span 3)
   fill row two edge to edge. */
.shop-grid{grid-template-columns:repeat(6,1fr)}
.shop-grid > .card{grid-column:span 2}
.shop-grid > .card:nth-child(4),.shop-grid > .card:nth-child(5){grid-column:span 3}
.shop-grid .card .desc{font-size:.97rem;color:var(--ink-2);margin-bottom:20px}
/* price, unit and CTA share a baseline across every card */
.shop-grid .card .foot{margin-top:auto}
.price{display:flex;align-items:baseline;gap:12px;flex-wrap:wrap;margin:0 0 4px}
.price .save{white-space:nowrap}
.unit{font-size:.93rem;color:var(--ink-3);margin:0 0 18px;max-width:none}
@media(max-width:1000px){
  .shop-grid{grid-template-columns:repeat(2,1fr)}
  .shop-grid > .card,
  .shop-grid > .card:nth-child(4),.shop-grid > .card:nth-child(5){grid-column:span 1}
}
@media(max-width:640px){
  .shop-grid{grid-template-columns:1fr}
  .shop-grid > .card,
  .shop-grid > .card:nth-child(4),.shop-grid > .card:nth-child(5){grid-column:span 1}
}
/* identical foot block on every card, with or without a strike-through + save pill */
.shop-grid .price{min-height:52px;align-items:center}
.shop-grid .unit{min-height:2.6em}
/* at two columns the fifth card would sit alone — let it fill the row */
@media(max-width:1000px) and (min-width:641px){
  .shop-grid > .card:last-child{grid-column:span 2}
}
/* keep price, strike-through and save pill on one line at every card width */
.shop-grid .price{flex-wrap:nowrap}
.shop-grid .price b{font-size:clamp(1.85rem,2.2vw,2.4rem)}
.shop-grid .price s{font-size:1.02rem}
.shop-grid .price .save{font-size:.76rem;padding:.45em .7em}

/* thumbnails are a fixed size — never inherit the main image's full-width rule */
.thumbs img{width:84px;height:84px;flex:0 0 84px;object-fit:cover;aspect-ratio:auto}
@media(max-width:560px){.thumbs img{width:70px;height:70px;flex:0 0 70px}}
