/* ===== Home page (index) styles, ported unchanged ===== */
/* ---------- HERO ---------- */
.hero{padding:clamp(30px,6vw,72px) 0 0}
.hero-top{display:grid;grid-template-columns:1.15fr .85fr;gap:clamp(26px,5vw,70px);align-items:start;margin-bottom:clamp(26px,4vw,48px)}
.hero h1{font-size:clamp(2.1rem,5.4vw,4.3rem);font-weight:600}
.hero h1 span{display:block;color:var(--terra)}
.hero .rt p{font-size:clamp(.98rem,1.35vw,1.16rem);color:var(--ink-2);max-width:47ch;margin-bottom:24px}
.promo{display:inline-flex;align-items:center;gap:.6rem;background:var(--honey);color:#4a2f0a;border-radius:100px;padding:.42rem 1rem;font-size:.8rem;font-weight:700;margin-bottom:16px}

/* ---------- CATEGORY FILTER ---------- */
.catfilter{display:flex;gap:9px;flex-wrap:wrap;margin-bottom:16px}
.catchip{border:1.5px solid var(--line);border-radius:100px;padding:.55rem 1.15rem;font-size:.86rem;font-weight:600;background:#fff;color:var(--ink-2);transition:.28s var(--e)}
.catchip:hover{border-color:var(--dim);color:var(--ink)}
.catchip.on{background:var(--ink);border-color:var(--ink);color:#fff}
.topbar{display:flex;justify-content:space-between;align-items:center;gap:10px;margin-bottom:14px;min-height:22px}
.coldbadge{
  background:#eaf2f7;color:#2f5f8a;border-radius:100px;padding:.3rem .7rem;
  font-size:.67rem;font-weight:700;display:flex;align-items:center;gap:.3rem;white-space:nowrap;
}

/* ---------- CAROUSEL ---------- */
.rail-h{display:flex;justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:14px}
.arrows{display:flex;gap:8px}
.arw{width:44px;height:44px;border-radius:50%;border:1px solid var(--line);background:#fff;display:grid;place-items:center;transition:.3s var(--e)}
.arw:hover{border-color:var(--ink);transform:scale(1.06)}
.arw:disabled{opacity:.3;cursor:default;transform:none;border-color:var(--line)}
.arw svg{width:16px;height:16px;stroke:var(--ink);fill:none;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}
.rail{display:flex;gap:18px;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:8px;scrollbar-width:none;margin-right:calc((100vw - min(1400px,92vw)) / -2);-webkit-overflow-scrolling:touch}
.rail::-webkit-scrollbar{display:none}
.card{
  flex:0 0 clamp(272px,28vw,376px);scroll-snap-align:start;position:relative;
  border-radius:var(--r);padding:26px;overflow:hidden;
  display:flex;flex-direction:column;min-height:592px;transition:transform .5s var(--e),box-shadow .5s var(--e);
}
.card:hover{transform:translateY(-5px);box-shadow:0 22px 46px -26px rgba(23,19,15,.5)}
.card .stretch{position:absolute;inset:0;z-index:1}
.card>*:not(.stretch){position:relative;z-index:2}
.card.lead{background:linear-gradient(150deg,var(--brown-1),var(--brown-2));color:#fff}
.badge{align-self:flex-start;background:var(--honey);color:#4a2f0a;border-radius:100px;padding:.34rem .82rem;font-size:.73rem;font-weight:700;margin-bottom:14px}
.card h3{font-size:clamp(1.38rem,2vw,1.75rem);margin-bottom:5px;font-weight:600}
.card .sub{font-size:.81rem;font-weight:600;color:var(--muted);margin-bottom:9px}
.card.lead .sub{color:rgba(255,255,255,.7)}
.card .price{font-size:1.5rem;font-weight:700;letter-spacing:-.04em;margin-bottom:7px}
.card .price s{font-size:.86rem;font-weight:600;color:var(--muted);margin-left:8px;letter-spacing:0}
.card p.d{font-size:.9rem;color:var(--ink-2);max-width:34ch}
.card.lead p.d{color:rgba(255,255,255,.82)}
.art{flex:1;display:grid;place-items:center;padding:8px 0 2px;min-height:190px;pointer-events:none}
.art svg{width:min(206px,72%);height:auto;transition:transform .6s var(--e)}
.card:hover .art svg{transform:translateY(-8px) rotate(-2deg)}
.viewd{font-size:.82rem;font-weight:700;text-decoration:underline;text-underline-offset:3px;margin-bottom:12px;display:inline-flex;align-items:center;gap:.35rem;align-self:flex-start}
.doses{display:flex;gap:7px;flex-wrap:wrap;margin-bottom:11px}
.dose{border:1.5px solid rgba(0,0,0,.14);border-radius:100px;padding:.42rem .85rem;font-size:.81rem;font-weight:600;background:rgba(255,255,255,.55);transition:.28s var(--e)}
.dose:hover{border-color:rgba(0,0,0,.4)}
.dose.on{background:var(--ink);border-color:var(--ink);color:#fff}
.card .white-btn{background:#fff;color:var(--ink);border-radius:100px;padding:1.02rem;text-align:center;font-weight:600;font-size:1rem;transition:.3s var(--e);width:100%}
.card .white-btn:hover{background:var(--honey)}
.cadd{background:var(--ink);color:#fff;border-radius:100px;padding:.95rem;font-weight:600;font-size:.93rem;width:100%;margin-bottom:3px;transition:.3s var(--e)}
.cadd:hover{background:var(--terra)}
.cadd.done{background:var(--green)}
.safety{text-align:center;font-size:.83rem;font-weight:600;color:var(--ink-2);text-decoration:underline;text-underline-offset:3px;padding:7px 0;width:100%;transition:color .25s}
.safety:hover{color:var(--ink)}
.card .stock{font-size:.71rem;font-weight:700;color:var(--green);display:flex;align-items:center;gap:.4rem;flex:none}
.card .stock i{width:7px;height:7px;border-radius:50%;background:var(--green);animation:blip 2.4s infinite}
@keyframes blip{0%,100%{opacity:1}50%{opacity:.3}}

/* ---------- STEPS / STATS ---------- */
.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.stp{background:var(--sand);border-radius:var(--r);padding:32px 28px 36px}
.stp .n{font-size:3.2rem;font-weight:700;letter-spacing:-.05em;color:var(--terra);line-height:1;margin-bottom:16px}
.stp h4{font-size:1.28rem;margin-bottom:8px}
.stp p{font-size:.93rem;color:var(--ink-2)}
.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.st{border-top:1.5px solid var(--ink);padding-top:16px}
.st b{display:block;font-size:clamp(1.8rem,3.4vw,2.9rem);font-weight:700;letter-spacing:-.045em;line-height:1}
.st span{font-size:.86rem;color:var(--muted);font-weight:500}

/* ---------- TABLE ---------- */
.tw{background:var(--sand);border-radius:var(--r);padding:clamp(18px,3vw,38px);overflow-x:auto}
table{width:100%;border-collapse:collapse;font-size:.92rem;min-width:660px}
th{text-align:left;font-size:.74rem;font-weight:700;color:var(--muted);padding:0 16px 14px 0;border-bottom:1.5px solid rgba(0,0,0,.14)}
td{padding:15px 16px 15px 0;border-bottom:1px solid rgba(0,0,0,.07)}
tbody tr:last-child td{border-bottom:0}
.nmc{display:flex;align-items:center;gap:11px;font-weight:700}
.nmc i{width:22px;height:22px;border-radius:7px;background:var(--c);flex:none}
.nmc a:hover{color:var(--terra)}
td.m{color:var(--ink-2);font-weight:500}
td:last-child{text-align:right;padding-right:0}
.tadd{font-weight:700;font-size:.85rem;border-bottom:2px solid var(--terra);padding-bottom:1px;transition:.25s;white-space:nowrap}
.tadd:hover{color:var(--terra)}

/* ---------- FAQ ---------- */
.faq{max-width:900px;margin-inline:auto}
.q{border-bottom:1px solid var(--line)}
.q button{width:100%;display:flex;justify-content:space-between;align-items:center;gap:20px;padding:24px 0;text-align:left;font-size:1.06rem;font-weight:600;transition:color .3s}
.q button:hover{color:var(--terra)}
.q .pm{flex:none;width:32px;height:32px;border-radius:50%;background:var(--sand);position:relative;transition:.4s var(--e)}
.q .pm::before,.q .pm::after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:var(--ink);border-radius:2px}
.q .pm::before{width:13px;height:2px}
.q .pm::after{width:2px;height:13px;transition:opacity .3s}
.q.open .pm{background:var(--ink);transform:rotate(180deg)}
.q.open .pm::before{background:#fff}
.q.open .pm::after{opacity:0}
.q .a{max-height:0;overflow:hidden;transition:max-height .5s var(--e)}
.q .a p{padding-bottom:24px;color:var(--ink-2);font-size:.96rem;max-width:74ch}

/* ---------- BIG CTA ---------- */
.bigcta{background:linear-gradient(150deg,var(--brown-1),var(--brown-2));color:#fff;border-radius:var(--r);padding:clamp(34px,6vw,82px);text-align:center}
.bigcta h2{font-size:clamp(1.8rem,4.2vw,3.1rem);margin-bottom:14px}
.bigcta p{color:rgba(255,255,255,.78);max-width:52ch;margin:0 auto 28px}
.bigcta .cta-dark{background:#fff;color:var(--ink)}
.bigcta .cta-dark:hover{background:var(--honey)}

/* ---------- MODAL ---------- */
.modal{position:fixed;z-index:97;left:50%;top:50%;transform:translate(-50%,-46%) scale(.97);width:min(560px,92vw);max-height:84vh;overflow-y:auto;background:var(--bg);border-radius:var(--r);padding:34px;opacity:0;visibility:hidden;transition:.45s var(--e)}
.modal.on{opacity:1;visibility:visible;transform:translate(-50%,-50%) scale(1)}
.modal h3{font-size:1.45rem;margin-bottom:6px}
.modal .sub{font-size:.85rem;color:var(--muted);font-weight:600;margin-bottom:18px}
.modal p{font-size:.91rem;color:var(--ink-2);margin-bottom:14px}
.modal .x{position:absolute;top:20px;right:20px;width:34px;height:34px;border-radius:50%;background:var(--sand);display:grid;place-items:center;transition:.3s}
.modal .x:hover{background:var(--ink);color:#fff}

@media(max-width:1024px){
  .hero-top{grid-template-columns:1fr;gap:22px}
  .steps{grid-template-columns:1fr}
  .stats{grid-template-columns:1fr 1fr}
}
@media(max-width:820px){
  .rail-h{align-items:center}
  .rail-h .fine{flex:1;min-width:0}
  .arrows{flex:none}
  .arw{width:40px;height:40px}
  .arw svg{width:14px;height:14px}
  .card{flex-basis:min(84vw,340px);min-height:auto;padding:22px}
  .art{min-height:170px}
  .rail{gap:14px;scroll-padding-left:4vw}
  .stats{grid-template-columns:1fr 1fr;gap:14px}
  .tw{padding:14px;border-radius:20px}
  .modal{padding:26px 22px;border-radius:24px;max-height:88vh}
  .bigcta{border-radius:24px}
  .dose{min-height:44px;padding:.5rem 1rem}
  .cadd,.card .white-btn{min-height:48px}
  .safety{min-height:44px}

  /* catalog table -> stacked cards, no sideways scrolling */
  .tw{overflow:visible}
  table{min-width:0}
  thead{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0)}
  tbody tr{display:block;background:#fff;border-radius:18px;padding:16px 18px;margin-bottom:10px}
  tbody tr:last-child{margin-bottom:0}
  td{display:flex;justify-content:space-between;align-items:center;gap:14px;padding:5px 0;border:0;font-size:.85rem}
  td::before{content:attr(data-l);color:var(--muted);font-weight:600;font-size:.78rem;flex:none}
  td:first-child{padding-bottom:10px;margin-bottom:6px;border-bottom:1px solid var(--line)}
  td:first-child::before{display:none}
  td:last-child{justify-content:flex-end;padding-top:12px;margin-top:6px;border-top:1px solid var(--line)}
  td:last-child::before{display:none}
  .tadd{min-height:44px;display:flex;align-items:center}
  .nmc{font-size:1rem}
}
@media(max-width:480px){
  .hero h1{font-size:2rem}
  .stats{grid-template-columns:1fr}
  .st b{font-size:2rem}
  .stp{padding:26px 22px 30px;border-radius:22px}
  .card{padding:20px}
}

/* ===== Product page (PDP) styles, ported unchanged ===== */
.crumb{padding:22px 0 18px;font-size:.83rem;font-weight:500;color:var(--muted);display:flex;gap:.5rem;flex-wrap:wrap}
.crumb a:hover{color:var(--ink)}
.crumb span{color:var(--dim)}
.pdp{display:grid;grid-template-columns:1.05fr .95fr;gap:clamp(24px,4vw,64px);align-items:start;padding-bottom:clamp(40px,7vw,90px)}

/* gallery */
.gal{position:sticky;top:96px}
.stage{background:var(--gtint,#f1e7d7);border-radius:var(--r);position:relative;overflow:hidden;display:grid;place-items:center;padding:clamp(20px,4vw,52px);min-height:min(540px,58vh)}
.stage svg{width:min(420px,88%);height:auto;transition:transform .7s var(--e)}
.stage:hover svg{transform:translateY(-10px) rotate(-1.5deg)}
.stage .zoom{position:absolute;top:18px;right:18px;width:42px;height:42px;border-radius:50%;background:#fff;display:grid;place-items:center;box-shadow:0 6px 18px -8px rgba(0,0,0,.35);transition:.3s var(--e)}
.stage .zoom:hover{transform:scale(1.08)}
.stage .zoom svg{width:17px;height:17px;stroke:var(--ink);fill:none;stroke-width:2;stroke-linecap:round;transform:none}
.stage .tagpill{position:absolute;top:20px;left:20px;background:#fff;border-radius:100px;padding:.38rem .85rem;font-size:.72rem;font-weight:700;display:flex;align-items:center;gap:.45rem}
.stage .tagpill i{width:7px;height:7px;border-radius:50%;background:var(--green);animation:blip 2.4s infinite}
@keyframes blip{0%,100%{opacity:1}50%{opacity:.3}}
.thumbs{display:flex;gap:10px;margin-top:12px}
.thumb{flex:1;background:#f6efe3;border:2px solid transparent;border-radius:18px;padding:10px;transition:.3s var(--e);aspect-ratio:1;display:grid;place-items:center}
.thumb svg{width:76%;height:auto}
.thumb:hover{border-color:var(--line)}
.thumb.on{border-color:var(--ink);background:var(--gtint,#f1e7d7)}

/* buy column */
.buy h1{font-size:clamp(1.65rem,3.4vw,2.6rem);margin-bottom:8px}
.sku-sub{font-size:.85rem;font-weight:600;color:var(--muted);margin-bottom:16px}
.bigprice{font-size:clamp(1.85rem,3.6vw,2.65rem);font-weight:700;letter-spacing:-.045em;line-height:1;margin-bottom:5px}
.bigprice s{font-size:.95rem;font-weight:600;color:var(--dim);margin-left:10px;letter-spacing:0}
.unitline{font-size:.84rem;font-weight:600;color:var(--muted);margin-bottom:18px}
.lead-d{font-size:.99rem;color:var(--ink-2);margin-bottom:20px;max-width:52ch}
.ship{background:var(--sand-2);border-radius:20px;padding:16px 18px;margin-bottom:14px;display:grid;gap:9px}
.ship .row{display:flex;gap:11px;align-items:flex-start;font-size:.9rem;font-weight:500;color:var(--ink-2)}
.ship .row svg{width:19px;height:19px;flex:none;margin-top:2px;stroke:var(--terra);fill:none;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.ship b{font-weight:700;color:var(--ink)}
.plaque{border:1.5px solid var(--line);border-radius:18px;padding:14px 17px;display:flex;gap:11px;align-items:flex-start;margin-bottom:22px}
.plaque svg{width:19px;height:19px;flex:none;margin-top:2px;stroke:var(--ink);fill:none;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.plaque p{font-size:.83rem;font-weight:600;color:var(--ink-2)}
.plabel{font-size:.87rem;font-weight:700;margin:20px 0 9px}
.sizes{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:4px}
.size{border:2px solid var(--line);border-radius:100px;padding:.6rem 1.15rem;font-size:.88rem;font-weight:600;background:#fff;transition:.28s var(--e)}
.size:hover{border-color:var(--dim)}
.size.on{border-color:var(--ink);background:var(--ink);color:#fff}
.packs{display:grid;grid-template-columns:repeat(3,1fr);gap:9px;margin-bottom:14px}
.pack{position:relative;border:2px solid var(--line);border-radius:20px;padding:32px 8px 16px;text-align:center;background:#fff;transition:.3s var(--e)}
.pack:hover{border-color:var(--dim)}
.pack.on{border-color:var(--ink);background:#faf6ee}
.pack .save{position:absolute;top:0;left:0;right:0;border-radius:17px 17px 0 0;padding:.26rem 0;font-size:.64rem;font-weight:800;letter-spacing:.08em;color:#fff;background:var(--green)}
.pack.tier3 .save{background:var(--ink)}
.pack .u{font-size:1rem;font-weight:700;margin-bottom:2px}
.pack .p{font-size:.92rem;font-weight:600;color:var(--ink-2)}
.pack .per{font-size:.71rem;font-weight:600;color:var(--dim);margin-top:2px}
.repeat{border:1.5px dashed var(--line);border-radius:20px;padding:15px 17px;display:flex;gap:12px;align-items:flex-start;margin-bottom:18px;cursor:pointer;transition:.3s var(--e)}
.repeat:hover{border-color:var(--green)}
.repeat.on{border-style:solid;border-color:var(--green);background:rgba(63,125,78,.05)}
.box{flex:none;width:22px;height:22px;border-radius:7px;border:2px solid var(--dim);margin-top:1px;display:grid;place-items:center;transition:.25s var(--e)}
.repeat.on .box{background:var(--green);border-color:var(--green)}
.box svg{width:12px;height:12px;stroke:#fff;fill:none;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;opacity:0;transition:opacity .2s}
.repeat.on .box svg{opacity:1}
.repeat b{display:block;font-size:.89rem;font-weight:700;color:var(--green);margin-bottom:2px}
.repeat span{font-size:.82rem;color:var(--ink-2);font-weight:500}
.addrow{display:flex;gap:11px;margin-bottom:9px}
.stepper{display:flex;align-items:center;border:1.5px solid var(--line);border-radius:100px;background:#fff;flex:none}
.stepper button{width:44px;height:56px;font-size:1.2rem;font-weight:600;color:var(--muted);transition:color .25s}
.stepper button:hover{color:var(--ink)}
.stepper span{min-width:26px;text-align:center;font-weight:700}
.reserve{flex:1;background:var(--ink);color:#fff;border-radius:100px;height:56px;font-size:.9rem;font-weight:700;letter-spacing:.09em;text-transform:uppercase;transition:.35s var(--e)}
.reserve:hover{background:var(--terra);transform:translateY(-2px);box-shadow:0 14px 30px -14px rgba(23,19,15,.6)}
.reserve.done{background:var(--green)}
.totline{font-size:.83rem;font-weight:600;color:var(--muted);margin-bottom:20px;text-align:center}
.totline b{color:var(--ink)}
.pay{display:flex;align-items:center;gap:7px;flex-wrap:wrap;margin-bottom:22px}
.pay .lb{font-size:.81rem;font-weight:600;color:var(--muted);margin-right:2px}
.pay i{font-style:normal;border:1px solid var(--line);background:#fff;border-radius:9px;padding:.4rem .7rem;font-size:.7rem;font-weight:800;letter-spacing:.04em}
.trust{background:var(--sand-2);border-radius:20px;padding:20px;display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-bottom:20px}
.tr{display:flex;gap:11px}
.tr svg{width:22px;height:22px;flex:none;stroke:var(--terra);fill:none;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}
.tr b{display:block;font-size:.86rem;font-weight:700;margin-bottom:2px}
.tr span{font-size:.79rem;color:var(--ink-2);font-weight:500;line-height:1.45}
.meta{font-size:.83rem;font-weight:500;color:var(--muted);padding-top:16px;border-top:1px solid var(--line)}
.meta b{color:var(--ink);font-weight:700}

/* tabs */
.tabs{border-top:1px solid var(--line);padding:clamp(34px,5vw,70px) 0}
.tabhead{display:flex;gap:8px;margin-bottom:28px;flex-wrap:wrap}
.tabhead button{border-radius:100px;padding:.68rem 1.35rem;font-size:.89rem;font-weight:600;border:1px solid var(--line);background:#fff;transition:.3s var(--e)}
.tabhead button:hover{border-color:var(--dim)}
.tabhead button.on{background:var(--ink);border-color:var(--ink);color:#fff}
.pane{display:none;max-width:78ch}
.pane.on{display:block;animation:fade .5s var(--e)}
@keyframes fade{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}
.pane h3{font-size:1.3rem;margin:24px 0 10px}
.pane h3:first-child{margin-top:0}
.pane p{color:var(--ink-2);margin-bottom:14px}
.pane ol{margin:8px 0 16px 18px;display:grid;gap:7px;color:var(--ink-2)}
.spec{width:100%;border-collapse:collapse;font-size:.91rem;max-width:640px}
.spec td{padding:13px 0;border-bottom:1px solid var(--line)}
.spec td:first-child{color:var(--muted);font-weight:600;width:46%}
.spec td:last-child{font-weight:600}
.norev{background:var(--sand);border-radius:20px;padding:32px;text-align:center}
.norev p{color:var(--ink-2);font-weight:500;margin-bottom:16px}

/* related */
.rel{padding-bottom:clamp(50px,7vw,90px)}
.rel h2{font-size:clamp(1.4rem,3vw,2.2rem);margin-bottom:20px}
.rail{display:flex;gap:16px;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:6px;scrollbar-width:none;margin-right:calc((100vw - min(1400px,92vw)) / -2);-webkit-overflow-scrolling:touch}
.rail::-webkit-scrollbar{display:none}
.rcard{flex:0 0 clamp(212px,21vw,282px);scroll-snap-align:start;border-radius:24px;padding:20px;display:flex;flex-direction:column;position:relative;transition:transform .5s var(--e)}
.rcard:hover{transform:translateY(-5px)}
.rcard .stretch{position:absolute;inset:0;z-index:1}
.rcard>*:not(.stretch){position:relative;z-index:2}
.rcard h4{font-size:1.08rem;margin-bottom:3px}
.rcard .s{font-size:.77rem;font-weight:600;color:var(--muted);margin-bottom:6px}
.rcard .art{flex:1;display:grid;place-items:center;min-height:140px;padding:4px 0;pointer-events:none}
.rcard .art svg{width:min(140px,72%);height:auto;transition:transform .6s var(--e)}
.rcard:hover .art svg{transform:translateY(-6px)}
.rcard .pr{font-size:1.1rem;font-weight:700;margin-bottom:9px}
.rcard button{background:var(--ink);color:#fff;border-radius:100px;padding:.72rem;font-weight:600;font-size:.85rem;transition:.3s var(--e)}
.rcard button:hover{background:var(--terra)}

/* lightbox */
.lb{position:fixed;inset:0;z-index:100;background:rgba(253,251,247,.97);display:grid;place-items:center;opacity:0;visibility:hidden;transition:.4s var(--e);padding:20px}
.lb.on{opacity:1;visibility:visible}
.lb svg{width:min(520px,86vw);height:auto}
.lb .x{position:absolute;top:20px;right:20px;width:44px;height:44px;border-radius:50%;background:var(--sand);display:grid;place-items:center;font-size:1.05rem;transition:.3s}
.lb .x:hover{background:var(--ink);color:#fff}

/* sticky mobile buy bar */
.mbar{
  position:fixed;left:0;right:0;bottom:0;z-index:75;display:none;
  background:rgba(253,251,247,.96);backdrop-filter:blur(14px);
  border-top:1px solid var(--line);padding:10px 4vw calc(10px + var(--safe-b));
  transform:translateY(120%);transition:transform .4s var(--e);gap:12px;align-items:center;
}
.mbar.on{transform:none}
.mbar .mp{flex:none}
.mbar .mp b{display:block;font-size:1.05rem;font-weight:700;line-height:1.1}
.mbar .mp span{font-size:.7rem;color:var(--muted);font-weight:600}
.mbar button{flex:1;background:var(--ink);color:#fff;border-radius:100px;height:50px;font-size:.85rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}
.mbar button.done{background:var(--green)}

@media(max-width:1024px){
  .pdp{grid-template-columns:1fr;gap:28px}
  .gal{position:static}
}
@media(max-width:820px){
  .crumb{padding:16px 0 14px;font-size:.78rem}
  .stage{min-height:340px;border-radius:24px;padding:20px}
  .stage svg{width:min(300px,78%)}
  .thumb{border-radius:15px;padding:8px}
  .packs{grid-template-columns:1fr;gap:8px}
  .pack{padding:14px 16px;text-align:left;display:flex;justify-content:space-between;align-items:center;gap:12px;border-radius:18px}
  .pack .save{position:static;border-radius:100px;padding:.24rem .7rem;order:3;flex:none}
  .pack .pinfo{display:flex;align-items:baseline;gap:10px;flex-wrap:wrap}
  .pack .per{margin-top:0}
  .trust{grid-template-columns:1fr;gap:14px;padding:18px;border-radius:18px}
  .mbar{display:flex}
  body{padding-bottom:78px}
  .rcard{flex-basis:min(70vw,260px)}
  .tabhead button{padding:.7rem 1.1rem;font-size:.84rem;min-height:44px}
  /* touch targets */
  .size{min-height:46px;padding:.6rem 1.2rem}
  .pack{min-height:56px}
  .repeat{min-height:56px}
  .thumb{min-height:76px}
  .stage .zoom{width:46px;height:46px}
  .rcard button{min-height:46px}
}
@media(max-width:480px){
  .buy h1{font-size:1.5rem}
  .addrow{gap:8px}
  .stepper button{width:38px;height:52px}
  .reserve{height:52px;font-size:.82rem}
  .pay i{padding:.35rem .55rem;font-size:.66rem}
}

/* ===== Checkout page styles, ported unchanged ===== */
.co{padding:22px 0 clamp(50px,7vw,90px)}

/* stepper */
.steps{display:flex;align-items:center;gap:6px;margin-bottom:clamp(24px,4vw,44px)}
.stepi{display:flex;align-items:center;gap:9px;flex:none}
.stepi .n{width:30px;height:30px;border-radius:50%;border:1.5px solid var(--line);display:grid;place-items:center;font-size:.8rem;font-weight:700;color:var(--dim);background:#fff;transition:.35s var(--e);flex:none}
.stepi .t{font-size:.85rem;font-weight:600;color:var(--dim);transition:color .35s;white-space:nowrap}
.stepi.on .n{border-color:var(--ink);background:var(--ink);color:#fff}
.stepi.on .t{color:var(--ink)}
.stepi.done .n{border-color:var(--green);background:var(--green);color:#fff}
.stepi.done .t{color:var(--ink-2)}
.stepbar{flex:1;height:1.5px;background:var(--line);position:relative;overflow:hidden;min-width:14px}
.stepbar i{position:absolute;inset:0;background:var(--green);transform:scaleX(0);transform-origin:left;transition:transform .5s var(--e)}
.stepbar.fill i{transform:none}

.grid{display:grid;grid-template-columns:1.35fr .65fr;gap:clamp(22px,3.5vw,50px);align-items:start}
.panel{display:none}
.panel.on{display:block;animation:fade .45s var(--e)}
@keyframes fade{from{opacity:0;transform:translateY(12px)}to{opacity:1;transform:none}}
.panel h2{font-size:clamp(1.35rem,2.6vw,1.85rem);margin-bottom:6px}
.panel .hint{font-size:.88rem;color:var(--muted);font-weight:500;margin-bottom:22px}

/* cart lines */
.line{display:flex;gap:16px;align-items:center;padding:18px 0;border-bottom:1px solid var(--line)}
.line .vart{width:74px;height:88px;border-radius:14px;background:var(--c-tint);display:grid;place-items:center;flex:none;overflow:hidden}
.line .vart svg{width:74%;height:auto}
.line .info{flex:1;min-width:0}
.line .info b{display:block;font-size:1rem;font-weight:700;line-height:1.25}
.line .info a:hover{color:var(--terra)}
.line .info span{font-size:.81rem;color:var(--muted);font-weight:500;display:block;margin-top:2px}
.line .tags{display:flex;gap:6px;flex-wrap:wrap;margin-top:6px}
.line .tags em{font-style:normal;font-size:.68rem;font-weight:700;border-radius:100px;padding:.2rem .6rem;background:var(--sand);color:var(--ink-2)}
.line .tags em.g{background:rgba(63,125,78,.13);color:var(--green)}
.line .rt{text-align:right;flex:none}
.line .rt b{display:block;font-size:1.02rem;font-weight:700}
.line .rt s{font-size:.78rem;color:var(--dim);font-weight:600}
.line .qy{margin-top:8px;justify-content:flex-end}
.rm{font-size:.76rem;font-weight:600;color:var(--muted);text-decoration:underline;text-underline-offset:3px;margin-top:6px;display:inline-block}
.rm:hover{color:var(--red)}
.emptybox{background:var(--sand);border-radius:24px;padding:50px 30px;text-align:center}
.emptybox p{color:var(--ink-2);font-weight:500;margin-bottom:18px}

/* promo */
.promo-row{display:flex;gap:9px;margin:22px 0 6px;flex-wrap:wrap}
.promo-row input{flex:1;min-width:160px;border:1.5px solid var(--line);border-radius:100px;padding:.85rem 1.2rem;font-size:.9rem;background:#fff;outline:none;transition:border-color .3s;text-transform:uppercase}
.promo-row input:focus{border-color:var(--ink)}
.promo-row button{border:1.5px solid var(--ink);border-radius:100px;padding:.85rem 1.5rem;font-size:.85rem;font-weight:700;transition:.3s var(--e)}
.promo-row button:hover{background:var(--ink);color:#fff}
.promo-msg{font-size:.8rem;font-weight:600;height:18px;margin-bottom:8px}

/* forms */
.fields{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.f{display:flex;flex-direction:column;gap:6px}
.f.full{grid-column:1/-1}
.f label{font-size:.78rem;font-weight:700;color:var(--ink-2)}
.f input,.f select{
  border:1.5px solid var(--line);border-radius:14px;padding:.88rem 1rem;font-size:.95rem;
  background:#fff;outline:none;transition:border-color .25s,background .25s;width:100%;
}
.f input:focus,.f select:focus{border-color:var(--ink)}
.f.err input,.f.err select{border-color:var(--red);background:rgba(192,57,43,.04)}
.f .msg{font-size:.74rem;font-weight:600;color:var(--red);min-height:14px}

/* choice cards */
.choices{display:grid;gap:10px;margin-bottom:20px}
.choice{border:2px solid var(--line);border-radius:20px;padding:16px 18px;display:flex;gap:13px;align-items:center;cursor:pointer;transition:.3s var(--e);background:#fff}
.choice:hover{border-color:var(--dim)}
.choice.on{border-color:var(--ink);background:#faf6ee}
.radio{width:20px;height:20px;border-radius:50%;border:2px solid var(--dim);flex:none;display:grid;place-items:center;transition:.25s}
.choice.on .radio{border-color:var(--ink)}
.radio i{width:9px;height:9px;border-radius:50%;background:var(--ink);transform:scale(0);transition:transform .25s var(--e)}
.choice.on .radio i{transform:scale(1)}
.choice .ct{flex:1}
.choice .ct b{display:block;font-size:.95rem;font-weight:700}
.choice .ct span{font-size:.81rem;color:var(--muted);font-weight:500}
.choice .cp{font-weight:700;font-size:.95rem;flex:none}
.choice .cp.free{color:var(--green)}

/* card form */
.cardbox{border:1.5px solid var(--line);border-radius:20px;padding:20px;background:#fff;margin-bottom:16px}
.brandrow{display:flex;gap:6px;margin-bottom:14px;align-items:center}
.brandrow i{font-style:normal;border:1px solid var(--line);border-radius:8px;padding:.32rem .6rem;font-size:.67rem;font-weight:800;color:var(--dim);transition:.3s}
.brandrow i.on{border-color:var(--ink);color:var(--ink);background:var(--sand)}
.cryptobox{background:var(--sand);border-radius:20px;padding:20px;margin-bottom:16px}
.cryptobox p{font-size:.87rem;color:var(--ink-2);margin-bottom:12px}
.addr{background:#fff;border:1px dashed var(--line-2,#cfc6b8);border-radius:14px;padding:12px 14px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.78rem;word-break:break-all;display:flex;justify-content:space-between;gap:10px;align-items:center}
.addr button{font-size:.72rem;font-weight:700;text-decoration:underline;flex:none}

/* nav buttons */
.navrow{display:flex;gap:11px;margin-top:26px;align-items:center}
.back{font-size:.87rem;font-weight:600;color:var(--muted);display:inline-flex;align-items:center;gap:.45rem;transition:color .25s}
.back:hover{color:var(--ink)}
.navrow .cta-dark{flex:1;max-width:340px}
.securenote{font-size:.75rem;color:var(--dim);font-weight:600;margin-top:14px;display:flex;align-items:center;gap:.45rem}
.securenote svg{width:14px;height:14px;stroke:var(--dim);fill:none;stroke-width:2}

/* summary */
.sum{position:sticky;top:96px;background:var(--sand);border-radius:24px;padding:24px}
.sum h3{font-size:1.08rem;margin-bottom:16px}
.sum .si{display:flex;gap:11px;align-items:center;padding:10px 0;border-bottom:1px solid rgba(0,0,0,.07)}
.sum .si .d{width:34px;height:34px;border-radius:10px;background:var(--c);flex:none;display:grid;place-items:center;color:#fff;font-size:.58rem;font-weight:800}
.sum .si .t{flex:1;min-width:0}
.sum .si .t b{display:block;font-size:.85rem;font-weight:700;line-height:1.3}
.sum .si .t span{font-size:.73rem;color:var(--muted);font-weight:500}
.sum .si .p{font-size:.85rem;font-weight:700;flex:none}
.sum .rows{margin-top:14px}
.sum .r{display:flex;justify-content:space-between;font-size:.86rem;font-weight:600;color:var(--muted);margin-bottom:7px}
.sum .r.g{color:var(--green)}
.sum .tt{display:flex;justify-content:space-between;font-size:1.2rem;font-weight:700;padding-top:12px;margin-top:6px;border-top:1.5px solid rgba(0,0,0,.14)}
.sumtoggle{display:none}

/* confirmation */
.confirm{text-align:center;max-width:640px;margin-inline:auto;padding:20px 0}
.tick{width:74px;height:74px;border-radius:50%;background:var(--green);display:grid;place-items:center;margin:0 auto 22px;animation:pop .6s var(--e)}
@keyframes pop{0%{transform:scale(.3);opacity:0}60%{transform:scale(1.08)}100%{transform:scale(1);opacity:1}}
.tick svg{width:34px;height:34px;stroke:#fff;fill:none;stroke-width:3;stroke-linecap:round;stroke-linejoin:round}
.confirm h2{font-size:clamp(1.6rem,3.4vw,2.4rem);margin-bottom:10px}
.confirm .ordno{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:1.05rem;font-weight:700;background:var(--sand);border-radius:100px;padding:.55rem 1.3rem;display:inline-block;margin-bottom:18px}
.confirm p{color:var(--ink-2);margin-bottom:20px}
.recap{background:var(--sand);border-radius:24px;padding:24px;text-align:left;margin:24px 0}
.recap .r{display:flex;justify-content:space-between;font-size:.88rem;font-weight:600;padding:7px 0}
.recap .r span:first-child{color:var(--muted)}
.recap .tt{display:flex;justify-content:space-between;font-size:1.1rem;font-weight:700;padding-top:12px;margin-top:8px;border-top:1.5px solid rgba(0,0,0,.14)}

@media(max-width:980px){
  .grid{grid-template-columns:1fr}
  .sum{position:static;order:-1;padding:18px 20px;border-radius:20px}
  .sumtoggle{display:flex;width:100%;justify-content:space-between;align-items:center;font-weight:700;font-size:.95rem}
  .sumtoggle .chev{width:10px;height:10px;border-right:2px solid var(--ink);border-bottom:2px solid var(--ink);transform:rotate(45deg);transition:transform .4s var(--e)}
  .sum.open .sumtoggle .chev{transform:rotate(-135deg)}
  .sum h3{display:none}
  .sumbody{max-height:0;overflow:hidden;transition:max-height .5s var(--e)}
  .sum.open .sumbody{max-height:900px}
  .sum .tt{display:flex}
}
@media(max-width:760px){
  .steps{gap:3px;overflow-x:auto;scrollbar-width:none;padding-bottom:4px}
  .steps::-webkit-scrollbar{display:none}
  .stepi .t{display:none}
  .stepi.on .t{display:block}
  .fields{grid-template-columns:1fr}
  .line .vart{width:58px;height:70px}
  .navrow{flex-wrap:wrap}
  .navrow .cta-dark{max-width:none;width:100%;order:-1}
  /* touch targets + no iOS zoom-on-focus (needs >=16px) */
  .f input,.f select,.promo-row input{font-size:16px;min-height:50px}
  .promo-row button{min-height:50px}
  .choice{min-height:62px}
  .back{min-height:44px;display:inline-flex;align-items:center}
  .rm{min-height:38px;display:inline-flex;align-items:center}
  .sumtoggle{min-height:44px}
  .stepi .n{width:34px;height:34px}
}

/* ===== NEW: expanded research content on product pages ===== */
.research{border-top:1px solid var(--line);padding:clamp(34px,5vw,70px) 0;max-width:78ch}
.research h2{font-size:clamp(1.5rem,3vw,2.2rem);margin:38px 0 14px}
.research h2:first-child{margin-top:0}
.research h3{font-size:1.15rem;margin:22px 0 8px}
.research p{color:var(--ink-2);margin-bottom:14px;font-size:.98rem}
.research .lede{font-size:1.08rem;color:var(--ink);font-weight:500}
.rarea{background:var(--sand);border-radius:20px;padding:20px 22px;margin-bottom:12px}
.rarea b{display:block;font-size:.98rem;margin-bottom:6px}
.rarea p{margin-bottom:0;font-size:.9rem}
.refbox{border:1px dashed var(--line);border-radius:18px;padding:18px 20px;margin-top:8px}
.refbox p{font-size:.86rem;color:var(--muted);margin-bottom:0}
.refbox a{text-decoration:underline;text-underline-offset:3px;font-weight:600;color:var(--ink)}
.pfaq{margin-top:10px}
.pfaq .q2{border-bottom:1px solid var(--line);padding:16px 0}
.pfaq .q2 b{display:block;font-size:.96rem;margin-bottom:6px}
.pfaq .q2 p{margin-bottom:0;font-size:.9rem;color:var(--ink-2)}
.hedge{font-size:.82rem;color:var(--muted);font-style:italic}

/* ===== NEW: breadcrumbs on product page ===== */
.jsonld-note{display:none}

/* ===== NEW: blog index + article ===== */
.blog-hero{padding:clamp(40px,7vw,90px) 0 20px}
.blog-hero h1{font-size:clamp(2rem,5vw,3.4rem)}
.blog-hero p{color:var(--ink-2);max-width:60ch;margin-top:12px;font-size:1.02rem}
.bgrid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;padding-bottom:clamp(50px,7vw,90px)}
.bcard{border-radius:24px;background:var(--sand-2);padding:26px;display:flex;flex-direction:column;transition:transform .4s var(--e),box-shadow .4s var(--e)}
.bcard:hover{transform:translateY(-4px);box-shadow:0 18px 40px -22px rgba(23,19,15,.4)}
.bcard .tag{font-size:.72rem;font-weight:700;color:var(--terra);text-transform:uppercase;letter-spacing:.06em;margin-bottom:10px}
.bcard h3{font-size:1.2rem;margin-bottom:8px}
.bcard p{color:var(--ink-2);font-size:.9rem;flex:1;margin-bottom:14px}
.bcard .rd{font-size:.85rem;font-weight:700;text-decoration:underline;text-underline-offset:3px}
@media(max-width:1024px){.bgrid{grid-template-columns:1fr 1fr}}
@media(max-width:640px){.bgrid{grid-template-columns:1fr}}

.article{padding:clamp(36px,6vw,70px) 0 clamp(50px,7vw,90px)}
.article .awrap{max-width:74ch;margin-inline:auto}
.article .tag{font-size:.76rem;font-weight:700;color:var(--terra);text-transform:uppercase;letter-spacing:.06em;margin-bottom:14px}
.article h1{font-size:clamp(1.9rem,4.4vw,3rem);margin-bottom:14px}
.article .meta{font-size:.86rem;color:var(--muted);font-weight:600;margin-bottom:32px}
.article h2{font-size:1.5rem;margin:34px 0 12px}
.article h3{font-size:1.18rem;margin:24px 0 8px}
.article p{color:var(--ink-2);margin-bottom:16px;font-size:1.02rem;line-height:1.65}
.article ul,.article ol{margin:0 0 16px 22px;color:var(--ink-2);display:grid;gap:8px}
.article a{text-decoration:underline;text-underline-offset:3px;font-weight:600;color:var(--ink)}
.article blockquote{border-left:3px solid var(--terra);padding-left:18px;color:var(--ink-2);font-style:italic;margin:20px 0}
.article .related-p{background:var(--sand);border-radius:20px;padding:20px 22px;margin:26px 0}
