:root{
  --ink:#1c1c1c; --muted:#7e7e7e; --line:#ececec; --card:#fff; --soft:#f8f8f8;
  --ok:#1ba672; --bad:#e23744; --r:14px;
  --shadow:0 1px 3px rgba(28,28,28,.06);
  --lift:0 4px 18px -6px rgba(28,28,28,.18);
  --wa:#25d366;
  --sidebar:248px;
  --tabbar:62px;
}
*{box-sizing:border-box}
/* The hidden attribute must beat any component display rule. Without this a
   later `.add{display:block}` silently defeats `[hidden]`, since author styles
   win ties against the UA stylesheet. */
[hidden]{display:none !important}
html{scroll-behavior:smooth;scroll-padding-top:130px}
body{margin:0;color:var(--ink);background:var(--surface,#fff);
  font:15px/1.5 "Inter",system-ui,-apple-system,"Segoe UI",Roboto,sans-serif;-webkit-font-smoothing:antialiased}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
h1,h2,h3,h4{margin:0;letter-spacing:-.02em;line-height:1.2}
main{min-height:60vh;padding-bottom:calc(var(--tabbar) + 96px)}
.wrap{max-width:1180px;margin:0 auto;padding:0 1rem}
.muted{color:var(--muted)}
.right{text-align:right}

/* ============ header ============ */
.store-topbar{background:#111827;color:#e8edf8;font-size:.76rem}
.store-topbar-inner{display:flex;align-items:center;justify-content:space-between;gap:.8rem;max-width:1180px;margin:0 auto;padding:.38rem 1rem}
.store-notice{font-weight:600;letter-spacing:.01em}.store-contact-strip{display:flex;align-items:center;gap:.9rem;white-space:nowrap}.store-contact-strip a{color:#e8edf8}.store-contact-strip a:hover{color:var(--brand-2)}
.nav{position:sticky;top:0;z-index:40;display:flex;align-items:center;gap:.6rem;
  padding:.6rem .8rem;background:#fff;border-bottom:1px solid var(--line)}
.burger{display:grid;place-items:center;width:38px;height:38px;padding:0;border:0;
  border-radius:9px;background:transparent;color:var(--ink);cursor:pointer}
.burger:hover{background:var(--soft)}
.burger svg{width:24px;height:24px}
.logo{display:flex;align-items:center;gap:.55rem;font-size:1.05rem;flex:1;min-width:0}
.logo img{width:36px;height:36px;border-radius:9px;object-fit:cover;flex:0 0 36px}
.logo-mark{flex:0 0 36px;width:36px;height:36px;border-radius:9px;background:var(--brand);
  color:var(--brand-fg);display:grid;place-items:center;font-weight:800}
.logo strong{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.nav-links{display:none}
.nav-actions{display:flex;gap:.3rem;align-items:center;flex:0 0 auto}
.ic{position:relative;display:grid;place-items:center;width:38px;height:38px;border-radius:9px;
  color:#3d3d3d;border:0;background:transparent;cursor:pointer;padding:0}
.ic:hover{background:var(--soft)}
.ic svg{width:22px;height:22px}
.cart-count{display:inline-grid;place-items:center;min-width:19px;height:19px;padding:0 5px;
  border-radius:999px;background:var(--brand);color:var(--brand-fg);font-size:.72rem;font-weight:800}
.cart-ic .cart-count{position:absolute;top:-2px;right:-2px}
.wa-btn{display:inline-flex;align-items:center;justify-content:center;gap:.35rem;
  width:40px;height:40px;padding:0;border-radius:50%;background:var(--wa);color:#fff;
  font-weight:700;font-size:.86rem;flex:0 0 40px}
.wa-btn svg{width:20px;height:20px}
.wa-txt{display:none}
.wa-btn.block{width:100%;height:auto;flex:none;border-radius:10px;padding:.7rem}
.wa-btn.block .wa-txt{display:inline}
.icon-btn{display:none}

/* ============ drawer ============ */
.drawer-scrim{position:fixed;inset:0;z-index:60;background:rgba(0,0,0,.45)}
.drawer{position:fixed;top:0;left:0;bottom:0;width:min(82vw,320px);z-index:61;background:#fff;
  padding:1rem;display:flex;flex-direction:column;gap:.7rem;overflow:auto;
  box-shadow:0 0 40px rgba(0,0,0,.25)}
.drawer-head{display:flex;justify-content:space-between;align-items:center;gap:.6rem;
  padding-bottom:.8rem;border-bottom:1px solid var(--line)}
.drawer-nav{display:grid;gap:.1rem;margin-bottom:.4rem}
.drawer-nav a{padding:.72rem .65rem;border-radius:9px;font-weight:600}
.drawer-nav a:hover{background:var(--soft)}
.drawer-nav a.on{background:color-mix(in oklab,var(--brand) 12%,white);color:var(--brand);font-weight:700}

/* ============ hero ============ */
.hero-slider{position:relative;overflow:hidden;background:var(--soft)}
.hero-track{display:flex;transition:transform .5s cubic-bezier(.4,0,.2,1)}
.hero-track img{flex:0 0 100%;width:100%;height:clamp(180px,30vw,420px);object-fit:cover}
.hero-cap{position:absolute;inset:auto 0 0 0;padding:1.6rem 1.2rem 1.3rem;color:#fff;text-align:center;
  background:linear-gradient(transparent,rgba(0,0,0,.62))}
.hero-cap h1{font-size:clamp(1.5rem,4vw,2.6rem)}
.hero-cap p{margin:.3rem 0 0;opacity:.92;font-size:.95rem}
.hero-dots{position:absolute;left:0;right:0;bottom:.6rem;display:flex;gap:.35rem;justify-content:center}
.hero-dots i{width:7px;height:7px;border-radius:50%;background:rgba(255,255,255,.5);cursor:pointer}
.hero-dots i.on{background:#fff;width:18px;border-radius:999px}

.hero-plain{padding:2.4rem 1rem;text-align:center;
  background:linear-gradient(135deg,color-mix(in oklab,var(--brand) 10%,white),
    color-mix(in oklab,var(--brand-2) 14%,white))}
.hero-plain h1{font-size:clamp(1.7rem,4.5vw,2.7rem)}
.hero-plain p{max-width:52ch;margin:.6rem auto 1.2rem;color:#5c5c5c}
.pagehead{padding:1.4rem 1rem .2rem;text-align:center}
.pagehead h1{font-size:clamp(1.4rem,3.6vw,2rem)}
.eyebrow{display:inline-block;padding:.22rem .7rem;border-radius:6px;background:var(--soft);
  color:var(--brand);font-size:.68rem;font-weight:800;letter-spacing:.09em;text-transform:uppercase}

/* ============ search + chips ============ */
.searchrow{position:sticky;top:53px;z-index:30;background:#fff;padding:.7rem .8rem .5rem;
  border-bottom:1px solid var(--line)}
.searchrow .inner{max-width:1180px;margin:0 auto}
.searchwrap{position:relative;display:block;margin:0}
.searchwrap svg{position:absolute;left:1rem;top:50%;transform:translateY(-50%);
  width:18px;height:18px;color:var(--muted);pointer-events:none}
.searchbar{width:100%;margin:0;padding:.8rem 1rem .8rem 2.7rem;border:1px solid var(--line);
  border-radius:14px;font:inherit;background:#fff}
.searchbar:focus{outline:none;border-color:var(--brand)}
.chips{display:flex;gap:.5rem;overflow-x:auto;padding:.7rem 0 .15rem;scrollbar-width:none}
.chips::-webkit-scrollbar{display:none}
.chip{flex:0 0 auto;display:inline-flex;align-items:center;gap:.4rem;padding:.52rem .95rem;
  border:1px solid var(--line);border-radius:999px;font-size:.88rem;font-weight:700;
  white-space:nowrap;background:#fff}
.chip.on{background:var(--brand);color:var(--brand-fg);border-color:transparent}
.chip-ic{display:inline-grid;place-items:center;font-size:1rem;line-height:1}
.chip-ic img{width:18px;height:18px;object-fit:contain;border-radius:4px}

/* ============ layout ============ */
.shop{display:block;max-width:1180px;margin:0 auto;padding:.9rem .8rem 1rem}
.side{display:none}

/* ============ section header ============ */
.sec{margin-bottom:1.5rem;scroll-margin-top:135px}
.sec-bar{display:flex;justify-content:space-between;align-items:center;gap:.8rem;padding:.2rem .1rem .6rem}
.sec-bar h2{display:flex;align-items:center;gap:.5rem;font-size:1rem;font-weight:800;
  letter-spacing:.02em;text-transform:uppercase}
.sec-ic{font-size:1.15rem;line-height:1}
.sec-more{display:inline-flex;align-items:center;gap:.25rem;color:var(--brand);
  font-size:.85rem;font-weight:700;white-space:nowrap}
.sec-more span{font-size:1.15rem;line-height:1}

/* ============ product tile ============
   Mobile: image | details | stepper. At >=901px the same three children stack
   into an image-forward card (see the grid override further down). */
.rows{border:1px solid var(--line);border-radius:12px;overflow:hidden;background:#fff}
.row{position:relative;display:flex;gap:.75rem;align-items:center;padding:.8rem;
  border-top:1px solid var(--line);background:#fff}
.row:first-child{border-top:0}
.row.gone{opacity:.55}

.row-media{position:relative;flex:0 0 96px;width:96px}
.row-media .ph{width:96px;height:96px;border-radius:10px;background:var(--soft);
  border:1px solid var(--line);display:grid;place-items:center;overflow:hidden;color:var(--muted)}
.row-media .ph img{width:100%;height:100%;object-fit:cover}
.row-media .ph svg{width:32px;height:32px;opacity:.28}
.badge-off{position:absolute;left:.35rem;bottom:.35rem;padding:.2rem .45rem;border-radius:6px;
  background:var(--ok);color:#fff;font-size:.66rem;font-weight:800}
.badge-green{display:none}

.row-main{flex:1;min-width:0;display:flex;flex-direction:column;gap:.16rem}
.row-name{font-weight:700;font-size:1rem;line-height:1.3}
.row-ta{font-size:.85rem;color:var(--muted)}
.row-unit{display:inline-flex;align-items:center;gap:.35rem;font-size:.8rem;color:var(--muted);margin-top:.1rem}
.row-unit svg{width:14px;height:14px;flex:0 0 14px}
.row-price{display:flex;align-items:baseline;gap:.45rem;flex-wrap:wrap;margin-top:.1rem}
.row-price s{color:var(--muted);font-size:.86rem}
.row-price b{color:var(--bad);font-size:1.08rem;font-weight:800}
.off{display:none}
.oos{font-size:.8rem;font-weight:700;color:var(--muted)}

.row-actions{flex:0 0 auto}
.add{padding:.55rem 1.05rem;border:1.5px solid var(--brand);border-radius:10px;background:#fff;
  color:var(--brand);font:inherit;font-weight:800;font-size:.85rem;cursor:pointer;white-space:nowrap}
.add:hover{background:color-mix(in oklab,var(--brand) 8%,white)}

.stepper{display:flex;align-items:center;gap:.15rem;padding:.18rem;border-radius:10px;
  background:color-mix(in oklab,var(--brand) 14%,white)}
.stepper button{flex:0 0 30px;width:30px;height:32px;padding:0;border:0;border-radius:7px;
  background:transparent;color:var(--brand);font-size:1.15rem;font-weight:800;cursor:pointer;line-height:1}
.stepper button:hover{background:rgba(255,255,255,.65)}
/* min-width:0 is load-bearing: a number input's intrinsic min-width is wider
   than the card, and flex items won't shrink past it — which pushed the "+"
   button outside the pill, where overflow clipped it. */
.stepper input[type=number]{width:42px;min-width:0;height:32px;margin:0;padding:0;border:0;
  border-radius:7px;background:#fff;text-align:center;color:var(--brand);font:inherit;
  font-weight:800;font-size:.95rem;-moz-appearance:textfield}
.stepper input[type=number]:focus{outline:none;border:0}
.stepper input::-webkit-outer-spin-button,.stepper input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}

/* ============ tracking: delivery + history ============ */
.deliv{background:color-mix(in oklab,var(--brand) 8%,white);border-radius:10px;
  padding:.8rem .9rem;margin-bottom:1rem}
.deliv-row{display:flex;justify-content:space-between;align-items:baseline;gap:1rem}
.deliv-row span{font-size:.78rem;color:var(--muted);text-transform:uppercase;letter-spacing:.05em}
.deliv-row strong{font-size:1rem;color:var(--brand)}
.deliv-note{margin:.45rem 0 0;font-size:.88rem;color:#5c5c5c}
.deliv-meta{display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));
  margin-top:1.1rem;padding-top:1rem;border-top:1px solid var(--line)}
.deliv-meta span{display:block;font-size:.72rem;color:var(--muted);
  text-transform:uppercase;letter-spacing:.06em;margin-bottom:.25rem}
.deliv-meta p{margin:0;font-size:.88rem;line-height:1.5}
.hist{margin-top:1rem;border-top:1px solid var(--line);padding-top:.8rem}
.hist summary{cursor:pointer;font-weight:700;font-size:.9rem}
.hist-row{display:flex;flex-wrap:wrap;gap:.5rem;align-items:baseline;padding:.45rem 0;
  border-bottom:1px solid var(--line);font-size:.86rem}
.hist-row:last-child{border-bottom:0}
.hist-row em{font-style:normal;color:var(--muted)}
.hist-row span{margin-left:auto;color:var(--muted);font-size:.78rem;white-space:nowrap}

/* ============ generic ============ */
.btn{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;
  padding:.7rem 1.3rem;border-radius:10px;border:1px solid var(--line);background:#fff;
  font:inherit;font-weight:700;font-size:.92rem;cursor:pointer}
.btn.primary{background:var(--brand);color:var(--brand-fg);border-color:transparent}
.btn.light{background:#fff;color:#1c1c1c;border-color:#fff}
.btn.wa{background:var(--wa);color:#fff;border-color:transparent}
.btn.block{width:100%}
.btn:disabled{opacity:.5;cursor:not-allowed}

.panel{background:#fff;border:1px solid var(--line);border-radius:var(--r);padding:1.2rem;box-shadow:var(--shadow)}
label{display:block;font-size:.86rem;font-weight:700;margin-bottom:.85rem}
input[type=text],input[type=tel],input[type=search],input[type=number],input[type=file],select,textarea{
  width:100%;margin-top:.32rem;padding:.68rem .85rem;border:1px solid var(--line);border-radius:10px;
  font:inherit;font-weight:400;background:#fff;color:var(--ink)}
input:focus,select:focus,textarea:focus{outline:none;border-color:var(--brand)}
textarea{min-height:88px;resize:vertical}
.req{color:var(--bad)}

.flash{padding:.7rem 1rem;text-align:center;font-size:.9rem;font-weight:600}
.flash.ok{background:#e8f7f1;color:#0d7a55}
.flash.bad{background:#fdecec;color:#b3212c}
.empty{text-align:center;padding:3rem 1rem;color:var(--muted)}
.notice{background:#fffaf0;border:1px solid #f2e3c8;border-radius:10px;padding:.85rem 1rem;
  font-size:.86rem;color:#6b5a44}

.summary{display:grid;gap:.4rem}
.summary .line{display:flex;justify-content:space-between;padding:.25rem 0}
.summary .total{border-top:1px solid var(--line);padding-top:.6rem;font-size:1.1rem;font-weight:800}
.summary .total strong{color:var(--bad)}

.table-wrap{overflow-x:auto;background:#fff;border:1px solid var(--line);border-radius:var(--r)}
table{width:100%;border-collapse:collapse}
th{text-align:left;font-size:.7rem;letter-spacing:.06em;text-transform:uppercase;color:var(--muted);
  padding:.65rem .8rem;border-bottom:1px solid var(--line);white-space:nowrap}
td{padding:.7rem .8rem;border-bottom:1px solid var(--line);vertical-align:middle}
tr:last-child td{border-bottom:0}
.thumb-sm{width:44px;height:44px;border-radius:8px;object-fit:cover;background:var(--soft)}

.timeline{display:grid}
.step{display:flex;gap:.8rem;align-items:flex-start;padding:.5rem 0}
.step .bullet{width:25px;height:25px;border-radius:50%;background:#efefef;flex:0 0 25px;
  display:grid;place-items:center;font-size:.72rem;color:var(--muted)}
.step.done .bullet{background:var(--brand);color:var(--brand-fg)}
.step.done strong{color:var(--ink)}
.step strong{display:block;color:var(--muted)}
.step small{color:var(--brand);font-weight:700}

.cards{display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(230px,1fr))}
.info{background:#fff;border:1px solid var(--line);border-radius:var(--r);padding:1.1rem}
.info strong{display:block;margin-bottom:.3rem}
.info p{margin:0;font-size:.88rem;color:var(--muted)}

/* ============ floating cart pill ============ */
.cart-bar{position:fixed;left:.75rem;right:.75rem;bottom:calc(var(--tabbar) + .6rem);z-index:45;
  display:flex;align-items:center;gap:.7rem;padding:.62rem .7rem;border:1px solid rgba(255,255,255,.12);border-radius:15px;
  background:#101d35;color:#fff;box-shadow:0 14px 36px -8px rgba(5,15,35,.48)}
.cart-bar-summary{display:flex;align-items:center;gap:.65rem;flex:1;min-width:0}
.cart-bar-ic-wrap{display:grid;place-items:center;flex:0 0 38px;width:38px;height:38px;border-radius:11px;
  background:rgba(255,255,255,.11);color:#fff}
.cart-bar-ic{width:21px;height:21px}
.cart-bar .info-txt{display:block;flex:1;min-width:0;font-size:.78rem}
.cart-bar .info-txt strong{display:block;overflow:hidden;color:#fff;font-size:.83rem;line-height:1.25;white-space:nowrap;text-overflow:ellipsis}
.cart-bar-metrics{display:block;margin-top:.12rem;color:#c9d5e8;font-weight:700;white-space:nowrap}
.cart-bar-metrics i{font-style:normal;opacity:.55;margin:0 .2rem}
.cart-bar-process,.cart-bar-view{display:none}
.cart-bar-actions{display:flex;align-items:center;gap:.45rem;flex:0 0 auto}
.cart-bar .go{display:inline-flex;align-items:center;justify-content:center;gap:.32rem;min-height:38px;padding:.52rem .9rem;
  border-radius:10px;background:var(--brand);color:var(--brand-fg);font-weight:800;font-size:.82rem;white-space:nowrap}
.cart-bar .go:hover{filter:brightness(1.08)}
.cart-bar-notifying .cart-bar-ic-wrap{background:#dff8e9;color:#087b43;animation:cart-pop .34s ease-out}
@keyframes cart-pop{50%{transform:scale(1.13)}}

/* ============ bottom tab bar ============ */
.tabbar{position:fixed;left:0;right:0;bottom:0;z-index:44;display:flex;background:#fff;
  border-top:1px solid var(--line);padding:.35rem .2rem calc(.35rem + env(safe-area-inset-bottom))}
.tabbar a{flex:1;display:flex;flex-direction:column;align-items:center;gap:.18rem;
  padding:.3rem .15rem;color:var(--muted);font-size:.67rem;font-weight:700;text-align:center}
.tabbar svg{width:22px;height:22px}
.tabbar a.on{color:var(--brand)}

/* ============ footer ============ */
.foot{margin-top:2.5rem;background:#1f1f1f;color:#dcdcdc;padding:2.4rem 1rem 1rem}
.foot-grid{max-width:1180px;margin:0 auto;display:grid;gap:1.6rem;
  grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}
.foot h4{font-size:.7rem;letter-spacing:.1em;text-transform:uppercase;color:var(--brand-2);margin-bottom:.6rem}
.foot a{display:block;padding:.14rem 0;color:#dcdcdc;font-size:.9rem}
.foot p{margin:.25rem 0;font-size:.9rem;color:#a8a8a8}
.foot-brand{font-size:1.1rem;color:#fff}
.foot-logo{color:#fff;margin-bottom:.6rem}
.foot-logo strong{color:#fff}
.socials{display:flex;gap:.45rem;margin-top:.8rem}
.socials a{display:grid;place-items:center;width:32px;height:32px;border-radius:8px;
  background:#2e2e2e;color:#dcdcdc;font-size:.7rem;font-weight:800;padding:0}
.socials a:hover{background:var(--brand);color:var(--brand-fg)}
.pays{display:flex;gap:.4rem;flex-wrap:wrap;margin-bottom:.6rem}
.pays span{padding:.3rem .6rem;border-radius:6px;background:#fff;color:#1c1c1c;font-size:.72rem;font-weight:800}
.fine{font-size:.76rem;color:#8a8a8a}
.foot-base{max-width:1180px;margin:1.8rem auto 0;padding-top:.9rem;border-top:1px solid #333;
  font-size:.8rem;color:#8a8a8a}

/* Compact legal warning shown in the footer and optional session popup. */
.foot-legal-notice{display:flex;align-items:flex-start;gap:.65rem;max-width:1180px;margin:1.35rem auto 0;padding:.72rem .82rem;border:1px solid rgba(255,190,74,.28);border-radius:9px;background:rgba(255,178,36,.07);color:#c9c9c9}
.foot-legal-notice p{margin:0!important;color:#b8b8b8!important;font-size:.68rem!important;line-height:1.55}
.foot-legal-symbol,.legal-notice-symbol{display:grid;place-items:center;flex:0 0 21px;width:21px;height:21px;border-radius:50%;background:#f3a51b;color:#231706;font-size:.75rem;font-weight:900}
.legal-notice-modal{position:fixed;inset:0;z-index:1000;display:grid;place-items:center;padding:1rem}
.legal-notice-modal[hidden]{display:none}
.legal-notice-backdrop{position:absolute;inset:0;background:rgba(5,12,27,.68);backdrop-filter:blur(3px)}
.legal-notice-dialog{position:relative;width:min(560px,100%);max-height:min(82vh,640px);overflow:auto;padding:1.25rem 1.3rem 1.15rem;border:1px solid #f0d395;border-radius:15px;background:#fffdf8;color:var(--ink);box-shadow:0 25px 70px rgba(0,0,0,.28)}
.legal-notice-title-row{display:flex;align-items:center;gap:.65rem;padding-right:2rem}
.legal-notice-title-row h2{margin:0;font-size:1rem;color:#432b08}
.legal-notice-dialog>p{margin:.85rem 0 1rem;color:#5e5547;font-size:.76rem;line-height:1.65}
.legal-notice-close{position:absolute;right:.75rem;top:.7rem;display:grid;place-items:center;width:31px;height:31px;padding:0;border:0;border-radius:8px;background:#f7ecd5;color:#6f5425;font-size:1.25rem;cursor:pointer}
.legal-notice-close:hover{background:#f0dfbd}
.legal-notice-accept{min-width:118px;justify-content:center}
body.legal-notice-open{overflow:hidden}
@media(max-width:600px){.legal-notice-dialog{padding:1.05rem}.legal-notice-dialog>p{font-size:.72rem}.foot-legal-notice{margin-top:1rem;padding:.65rem}.foot-legal-notice p{font-size:.64rem!important}}

/* ============ home ============ */
.hero2{background:#140d08;color:#fff;overflow:hidden;position:relative}
.hero2::before{content:"";position:absolute;inset:0;
  background:radial-gradient(120% 90% at 78% 40%,color-mix(in oklab,var(--brand) 42%,transparent),transparent 62%)}
.hero2-inner{position:relative;max-width:1180px;margin:0 auto;padding:2rem .9rem;
  display:grid;grid-template-columns:1fr;gap:1.3rem;align-items:center}
.hero2-art{order:-1;position:relative;border-radius:16px;overflow:hidden}
.hero2-art .hero-track img{height:clamp(200px,42vw,360px)}
.hero2-copy h1{font-size:clamp(1.7rem,7vw,3.2rem);line-height:1.12;margin:.9rem 0 .7rem}
.hero2-copy h1 em{font-style:normal;color:var(--brand)}
.hero2-copy p{margin:0 0 1.4rem;color:#d7cabf;font-size:.98rem}
.pill{display:inline-block;padding:.36rem .95rem;border-radius:999px;background:var(--brand);
  color:var(--brand-fg);font-size:.7rem;font-weight:800;letter-spacing:.09em}
.hero2-cta{display:flex;gap:.7rem;flex-wrap:wrap}
.hero2-cta .btn{flex:1;justify-content:center}

.band{padding:1.5rem 0 .3rem}
.sec-head{display:flex;justify-content:space-between;align-items:center;gap:.6rem;
  margin-bottom:1rem;flex-wrap:wrap}
.sec-head h2{font-size:1.1rem;padding-left:.7rem;border-left:4px solid var(--brand);line-height:1.25}
.ghost-btn{padding:.5rem 1rem;border:1px solid var(--line);border-radius:9px;
  font-size:.85rem;font-weight:700;white-space:nowrap;background:#fff}
.ghost-btn:hover{border-color:var(--brand);color:var(--brand)}

.catgrid{display:grid;gap:.7rem;grid-template-columns:repeat(auto-fit,minmax(112px,1fr))}
.catcard{display:flex;flex-direction:column;align-items:center;gap:.4rem;text-align:center;
  padding:1rem .5rem .8rem;border:1px solid var(--line);border-radius:12px;background:#fff;
  transition:box-shadow .16s,transform .16s,border-color .16s}
.catcard:hover{box-shadow:var(--lift);transform:translateY(-2px);
  border-color:color-mix(in oklab,var(--brand) 40%,var(--line))}
.catcard-ic{display:grid;place-items:center;width:48px;height:48px;font-size:1.6rem;line-height:1}
.catcard-ic img{width:48px;height:48px;object-fit:contain}
.catcard strong{font-size:.9rem}
.catcard small{color:var(--brand);font-weight:700;font-size:.78rem}

.pgrid{display:grid;gap:.7rem;grid-template-columns:repeat(auto-fill,minmax(150px,1fr))}
.pcard{display:flex;flex-direction:column;border:1px solid var(--line);border-radius:12px;
  background:#fff;overflow:hidden;box-shadow:var(--shadow);transition:box-shadow .16s,transform .16s}
.pcard:hover{box-shadow:var(--lift);transform:translateY(-2px)}
.pcard.gone{opacity:.55}
.pcard-media{position:relative;display:grid;place-items:center;aspect-ratio:1;
  background:var(--soft);color:var(--muted);border-bottom:1px solid var(--line);overflow:hidden}
.pcard-media img{width:100%;height:100%;object-fit:cover}
.pcard-media svg{width:40px;height:40px;opacity:.28}
.pcard-off,.pcard-green{position:absolute;top:.55rem;padding:.2rem .5rem;border-radius:6px;
  font-size:.68rem;font-weight:800}
.pcard-off{left:.55rem;background:var(--ok);color:#fff}
.pcard-green{right:.55rem;background:rgba(255,255,255,.94);color:var(--ok)}
.pcard-body{padding:.75rem .8rem .2rem;display:flex;flex-direction:column;gap:.14rem;flex:1}
.pcard-name{font-weight:700;font-size:.92rem;line-height:1.3}
.pcard-ta{font-size:.8rem;color:var(--muted)}
.pcard-price{display:flex;align-items:baseline;gap:.4rem;flex-wrap:wrap;margin-top:.25rem}
.pcard-price s{color:var(--muted);font-size:.82rem}
.pcard-price b{color:var(--brand);font-size:1.02rem;font-weight:800}
.pcard-unit{font-size:.76rem;color:var(--muted)}
.pcard-foot{padding:.55rem .8rem .8rem}
.pcard-oos{display:block;text-align:center;padding:.55rem;font-size:.82rem;font-weight:700;color:var(--muted)}
.addcart{display:flex;align-items:center;justify-content:center;gap:.4rem;width:100%;padding:.58rem;
  border:0;border-radius:8px;background:var(--brand);color:var(--brand-fg);
  font:inherit;font-weight:700;font-size:.86rem;cursor:pointer}
.addcart:hover{filter:brightness(1.07)}
.addcart svg{width:16px;height:16px}
.pcard-foot .stepper{width:100%}
.pcard-foot .stepper input[type=number]{flex:1;width:auto}

.trust{display:grid;gap:.9rem;grid-template-columns:repeat(auto-fit,minmax(215px,1fr));
  padding:1rem;margin-top:1.6rem;border-radius:14px;background:color-mix(in oklab,var(--brand) 7%,white)}
.trust-item{display:flex;gap:.75rem;align-items:flex-start}
.trust-ic{flex:0 0 40px;display:grid;place-items:center;width:40px;height:40px;border-radius:10px;
  background:#fff;color:var(--brand)}
.trust-ic svg{width:21px;height:21px}
.trust-item strong{display:block;font-size:.92rem}
.trust-item p{margin:.1rem 0 0;font-size:.82rem;color:var(--muted)}

.steps{display:flex;align-items:flex-start;gap:.8rem;flex-wrap:wrap}
.step-item{flex:1 1 240px;display:flex;gap:.85rem;align-items:flex-start}
.step-ic{position:relative;flex:0 0 60px;display:grid;place-items:center;width:60px;height:60px;
  border-radius:50%;background:color-mix(in oklab,var(--brand) 10%,white);font-size:1.5rem}
.step-num{position:absolute;top:-3px;left:-3px;display:grid;place-items:center;width:23px;height:23px;
  border-radius:50%;background:var(--brand);color:var(--brand-fg);
  font-size:.72rem;font-weight:800;font-style:normal}
.step-item strong{display:block;font-size:.95rem;margin-bottom:.15rem}
.step-item p{margin:0;font-size:.84rem;color:var(--muted)}
.step-link{display:none}

/* ============ secondary pages ============ */
.hero{padding:1.8rem 1rem;text-align:center;
  background:linear-gradient(135deg,color-mix(in oklab,var(--brand) 10%,white),
    color-mix(in oklab,var(--brand-2) 14%,white))}
.hero h1{font-size:clamp(1.5rem,4vw,2.3rem)}
.hero p{max-width:52ch;margin:.5rem auto 0;color:#5c5c5c}
.section{padding:1.6rem 0}
.section-title{text-align:center;margin-bottom:1.2rem}
.section-title h2{font-size:clamp(1.3rem,3vw,1.8rem)}

.card{background:#fff;border:1px solid var(--line);border-radius:var(--r);overflow:hidden;
  display:flex;flex-direction:column}
.card-media{aspect-ratio:1;background:var(--soft);display:grid;place-items:center;
  color:var(--muted);font-weight:700;position:relative;overflow:hidden}
.card-media img{width:100%;height:100%;object-fit:cover}
.card-body{padding:.85rem;display:flex;flex-direction:column;gap:.3rem;flex:1}
.card-cat{font-size:.68rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:var(--brand)}
.card-name{font-weight:700;line-height:1.3}
.price{font-size:1.1rem;font-weight:800;color:var(--bad)}
.price s{font-size:.82rem;font-weight:500;color:var(--muted);margin-left:.3rem}
.per{font-size:.8rem;color:var(--muted)}
.tag{position:absolute;top:.5rem;padding:.18rem .5rem;border-radius:6px;font-size:.66rem;font-weight:800}
.tag.green{left:.5rem;background:rgba(27,166,114,.94);color:#fff}
.tag.off{right:.5rem;background:rgba(255,255,255,.94);color:var(--bad)}
.cat-head{font-weight:800;font-size:1rem;margin:1.4rem 0 .5rem;padding-left:.6rem;
  border-left:4px solid var(--brand)}

/* inline stepper on quick-order, cart and product pages */
.qty{display:flex;align-items:center;justify-content:space-between;gap:.3rem;
  background:var(--brand);border-radius:9px;padding:.18rem;max-width:118px}
.qty button{flex:0 0 28px;width:28px;height:28px;padding:0;border:0;border-radius:7px;
  background:rgba(255,255,255,.22);color:var(--brand-fg);font-size:1rem;font-weight:800;
  cursor:pointer;line-height:1}
.qty input[type=number]{flex:1;width:38px;min-width:0;margin:0;padding:0;border:0;border-radius:0;
  background:transparent;text-align:center;color:var(--brand-fg);font:inherit;font-weight:800;
  font-size:.85rem;-moz-appearance:textfield}
.qty input[type=number]:focus{outline:none;border:0}
.qty input::-webkit-outer-spin-button,.qty input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}

/* ================================================================
   DESKTOP — sidebar layout, orange section bars, card grid
   ================================================================ */
@media(min-width:901px){
  main{padding-bottom:1.5rem}
  body.cart-has-items main{padding-bottom:6.5rem}
  .burger,.drawer,.drawer-scrim,.tabbar{display:none}

  .cart-bar{
    left:50%;right:auto;bottom:1.25rem;width:min(920px,calc(100% - 2.5rem));
    gap:1rem;padding:.7rem .75rem .7rem .85rem;border-color:rgba(255,255,255,.16);
    border-radius:17px;transform:translateX(-50%);box-shadow:0 18px 48px -12px rgba(5,15,35,.55)
  }
  .cart-bar-summary{flex:0 1 280px}
  .cart-bar-ic-wrap{width:42px;height:42px;flex-basis:42px}
  .cart-bar .info-txt strong{font-size:.86rem}
  .cart-bar-metrics{font-size:.78rem}
  .cart-bar-process{display:flex;align-items:center;justify-content:center;gap:.45rem;flex:1;color:#aebdd4;font-size:.72rem;font-weight:700;white-space:nowrap}
  .cart-bar-process span{display:inline-flex;align-items:center;gap:.32rem}
  .cart-bar-process b{display:grid;place-items:center;width:20px;height:20px;border-radius:50%;background:rgba(255,255,255,.1);color:#fff;font-size:.65rem}
  .cart-bar-process>i{font-style:normal;color:#7083a2}
  .cart-bar-view{display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:.5rem .8rem;border:1px solid rgba(255,255,255,.22);border-radius:10px;color:#fff;font-size:.79rem;font-weight:750;white-space:nowrap}
  .cart-bar-view:hover{background:rgba(255,255,255,.1)}
  .cart-bar .go{min-height:40px;padding:.55rem 1rem;font-size:.84rem}

  .nav{gap:1rem;padding:.65rem 1rem}
  .logo{flex:0 0 auto}
  .nav-links{display:flex;gap:.15rem;margin-left:auto}
  .nav-links a{padding:.4rem .7rem;border-radius:8px;font-size:.9rem;font-weight:600;color:#4a4a4a}
  .nav-links a:hover{background:var(--soft)}
  .nav-links a.on{color:var(--brand);position:relative}
  .nav-links a.on::after{content:"";position:absolute;left:.7rem;right:.7rem;bottom:.1rem;
    height:2px;border-radius:2px;background:var(--brand)}
  .icon-btn{display:inline-flex;align-items:center;gap:.35rem;padding:.42rem .75rem;
    border:1px solid var(--line);border-radius:9px;font-weight:600;font-size:.86rem;white-space:nowrap}
  .pdf-btn{background:var(--brand);color:var(--brand-fg);border-color:transparent}
  .wa-btn{width:auto;height:auto;flex:none;padding:.45rem .8rem;border-radius:9px}
  .wa-txt{display:inline}

  .searchrow{top:57px;padding:.7rem 1rem .5rem}
  .chips{display:none}

  .shop{display:grid;grid-template-columns:var(--sidebar) minmax(0,1fr);gap:1.6rem;padding:1.2rem 1rem}
  .side{display:block;position:sticky;top:132px;align-self:start;
    max-height:calc(100vh - 150px);overflow:auto}
  .side h4{font-size:.7rem;letter-spacing:.09em;text-transform:uppercase;color:var(--muted);padding:0 .6rem .5rem}
  .side a{display:flex;justify-content:space-between;gap:.6rem;padding:.55rem .6rem;border-radius:8px;
    font-size:.9rem;font-weight:600;color:#4a4a4a}
  .side a:hover{background:var(--soft)}
  .side a.on{background:color-mix(in oklab,var(--brand) 12%,white);color:var(--brand)}
  .side a span{color:var(--muted);font-weight:600}
  .side a.on span{color:var(--brand)}

  .sec{margin-bottom:1.8rem}
  .sec-bar{background:var(--brand);color:var(--brand-fg);padding:.62rem 1rem;border-radius:8px;margin-bottom:.2rem}
  .sec-bar h2{font-size:.98rem;letter-spacing:.03em}
  .sec-ic{display:none}
  .sec-more{color:inherit;opacity:.9;font-size:.82rem}
  .sec-more span{display:none}

  .rows{display:grid;grid-template-columns:repeat(auto-fill,minmax(178px,1fr));
    gap:1rem;padding:1.1rem 0 0;border:0;background:transparent;border-radius:0;overflow:visible}
  .row{flex-direction:column;align-items:stretch;gap:0;padding:0;border:1px solid var(--line);
    border-radius:12px;overflow:hidden;box-shadow:var(--shadow);transition:box-shadow .16s,transform .16s}
  .row:hover{box-shadow:var(--lift);transform:translateY(-2px)}
  .row-media{flex:none;width:100%}
  .row-media .ph{width:100%;height:auto;aspect-ratio:1;border:0;border-radius:0;
    border-bottom:1px solid var(--line)}
  .row-media .ph svg{width:40px;height:40px}
  .badge-off,.badge-green{display:block;position:absolute;top:.5rem;bottom:auto;
    padding:.2rem .5rem;border-radius:6px;font-size:.68rem;font-weight:800;letter-spacing:.02em}
  .badge-off{right:.5rem;left:auto;background:var(--ok);color:#fff}
  .badge-green{left:.5rem;background:rgba(255,255,255,.94);color:var(--ok)}
  .row-main{padding:.7rem .75rem .1rem;gap:.14rem}
  .row-name{font-size:.9rem;min-height:2.3em}
  .row-price b{font-size:1rem}
  .row-unit{font-size:.76rem}

  .row-actions{padding:.35rem .75rem .75rem;margin-top:auto}
  .add{display:block;width:100%;padding:.55rem;border-radius:8px;border-color:transparent;
    background:var(--brand);color:var(--brand-fg)}
  .add:hover{background:var(--brand);filter:brightness(1.07)}
  .stepper{width:100%;padding:0;gap:0;border-radius:8px;overflow:hidden;
    background:var(--brand);border:1px solid var(--brand)}
  .stepper button{flex:0 0 32px;width:32px;height:34px;border-radius:0;color:var(--brand-fg)}
  .stepper button:hover{background:rgba(255,255,255,.18)}
  .stepper input[type=number]{flex:1;width:auto;height:34px;border-radius:0;
    background:transparent;color:var(--brand-fg);font-size:.88rem}

  /* home */
  .hero2{max-width:1180px;margin:.75rem auto 0;border-radius:16px}
  .hero2-inner{grid-template-columns:minmax(0,1fr) minmax(0,1fr);padding:3.2rem 1rem;gap:2rem}
  .hero2-art{order:0}
  .hero2-art .hero-track img{height:clamp(220px,26vw,360px)}
  .hero2-copy p{font-size:1.02rem}
  .hero2-cta .btn{flex:0 0 auto}
  .band{padding:2rem 0 .4rem}
  .sec-head h2{font-size:1.22rem}
  .catgrid{gap:1rem;grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}
  .catcard{padding:1.5rem .8rem 1.2rem}
  .catcard-ic{width:66px;height:66px;font-size:2.1rem}
  .catcard-ic img{width:66px;height:66px}
  .catcard strong{font-size:.94rem}
  .pgrid{gap:1rem;grid-template-columns:repeat(auto-fill,minmax(178px,1fr))}
  .pcard-foot .stepper{background:var(--brand)}
  .trust{gap:1.2rem;padding:1.3rem}
  .step-link{display:block;flex:0 0 46px;height:1px;margin-top:30px;border-top:2px dashed var(--line)}
  .wrap{padding:0 1rem}
}
@media(max-width:600px){.store-topbar-inner{align-items:flex-start;flex-direction:column;padding:.45rem .8rem;gap:.22rem}.store-contact-strip{gap:.65rem;width:100%;max-width:100%;overflow-x:auto;padding-bottom:.12rem;scrollbar-width:none}.store-contact-strip::-webkit-scrollbar{display:none}.store-contact-strip a{flex:0 0 auto}.store-notice{line-height:1.35}}

/* ============================================================ templates
 *
 * Structure a shop can change without a developer: how wide the page runs,
 * which header it wears and which footer. Everything below is additive — a
 * shop that has never opened these settings gets the classic look, because
 * the defaults resolve to what the storefront always did.
 */

/* ---- container width ---- */
body.w-wide .wrap { max-width: 1360px; }
body.w-full .wrap { max-width: none; padding-left: 2rem; padding-right: 2rem; }

@media (max-width: 640px) {
  body.w-full .wrap { padding-left: 1rem; padding-right: 1rem; }
}

/* ---- the four-column footer ---- */
.foot-cols { background: #10233f; color: #b8c7de; }

.fc-grid {
  display: grid;
  gap: 2rem;
  grid-template-columns: 1.6fr 1fr 1fr 1.2fr 1fr;
  padding: 3rem 0 2rem;
}

.fc-about p { margin: .8rem 0 1rem; font-size: .88rem; max-width: 32ch; }
.fc-about .wa-btn { margin-bottom: 1rem; }

.foot-cols h4 {
  margin: 0 0 .9rem;
  color: #fff;
  font-size: .74rem;
  font-weight: 700;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.foot-cols ul { list-style: none; margin: 0; padding: 0; display: grid; gap: .45rem; }
.foot-cols li { font-size: .88rem; }
.foot-cols a { color: #b8c7de; text-decoration: none; }
.foot-cols a:hover { color: #fff; text-decoration: underline; }
.foot-cols .fine { margin: .8rem 0 0; font-size: .78rem; color: #8ea3c2; }

.fc-bottom {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem 1rem;
  align-items: center;
  padding: 1.1rem 0 2rem;
  border-top: 1px solid rgba(255, 255, 255, .14);
  font-size: .84rem;
}

/*
 * Explicit tracks, never auto-fit after a sized column: that combination
 * collapses to a single column and stacks the whole footer.
 */
@media (max-width: 1080px) { .fc-grid { grid-template-columns: 1.4fr 1fr 1fr; } }
@media (max-width: 720px)  { .fc-grid { grid-template-columns: 1fr 1fr; gap: 1.6rem; } }
@media (max-width: 460px)  { .fc-grid { grid-template-columns: 1fr; } }

/* ============================================ home template: "shop front"
 *
 * Categories down the side, products beside them. Only loaded in the sense
 * that it is only *used* when the template setting says so — it is a few
 * hundred bytes either way, and one stylesheet is one request.
 */
.sf-hero { padding: 1.2rem 0 0; }

.sf-hero-box {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
  gap: 1.5rem;
  align-items: center;
  padding: 2.4rem 2rem;
  border-radius: 16px;
  background: linear-gradient(120deg, #10233f 0%, #1b3a73 100%);
  color: #fff;
  overflow: hidden;
}

.sf-eyebrow {
  display: inline-block;
  margin-bottom: .9rem;
  padding: .3rem .8rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, .16);
  font-size: .74rem;
  font-weight: 600;
}

.sf-hero-text h1 {
  margin: 0 0 .6rem;
  font-size: clamp(1.6rem, 4vw, 2.5rem);
  line-height: 1.15;
  letter-spacing: -.03em;
}
.sf-hero-text h1 em { font-style: normal; color: var(--brand-2, #ffb800); display: block; }
.sf-hero-text p { margin: 0; color: #c7d5ea; font-size: .95rem; }

.sf-hero-actions { display: flex; flex-wrap: wrap; gap: .6rem; margin-top: 1.5rem; }

.btn-solid, .btn-outline {
  display: inline-flex; align-items: center; gap: .5rem;
  padding: .7rem 1.2rem; border-radius: 10px;
  font-weight: 600; font-size: .92rem; text-decoration: none;
  border: 1px solid transparent;
}
.btn-solid { background: var(--brand); color: var(--brand-fg); }
.btn-outline { background: #fff; color: #10233f; }
.btn-solid svg, .btn-outline svg { width: 17px; height: 17px; }

.sf-hero-art img { width: 100%; border-radius: 12px; display: block; }

/* ---- promises ---- */
.sf-promises {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 1.2rem;
  border: 1px solid var(--line, #e6eaf2);
  border-radius: 16px;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 12px 32px rgba(31, 55, 95, .07);
}
.sf-promise { display: flex; align-items: center; gap: .8rem; min-width: 0; min-height: 88px; padding: 1.05rem 1.1rem; border-right: 1px solid var(--line, #e6eaf2); }
.sf-promise:last-child { border-right: 0; }
.sf-promise strong { display: block; margin-bottom: .12rem; color: #15294c; font-size: .9rem; }
.sf-promise small { display: block; color: #6b7280; font-size: .78rem; line-height: 1.4; }

.sf-ico {
  display: inline-grid; place-items: center; flex: 0 0 auto;
  width: 42px; height: 42px; border-radius: 12px;
  background: color-mix(in srgb, var(--brand) 9%, #fff); color: var(--brand);
}
.sf-ico svg { width: 20px; height: 20px; }

/* ---- the two columns ---- */
.sf-main {
  display: grid;
  grid-template-columns: 230px minmax(0, 1fr);
  gap: 1.25rem;
  margin-top: 1.8rem;
}

.sf-cats {
  padding: 1.2rem 1.1rem;
  border: 1px solid var(--line, #e6eaf2);
  border-radius: 16px;
  background: #fff;
  align-self: start;
  box-shadow: 0 10px 28px rgba(31, 55, 95, .055);
}
.sf-cats h2 { margin: 0 0 .9rem; color: #15294c; font-size: 1.02rem; }
.sf-cats ul { list-style: none; margin: 0; padding: 0; display: grid; gap: .3rem; }

.sf-cats a {
  display: flex; align-items: center; gap: .7rem;
  padding: .5rem; border-radius: 10px;
  color: inherit; text-decoration: none;
}
.sf-cats a:hover { background: #f5f8fd; }

.sf-cat-ico {
  display: inline-grid; place-items: center; flex: 0 0 auto;
  width: 38px; height: 38px; border-radius: 9px;
  background: #f2f5fa; font-size: 1.1rem; overflow: hidden;
}
.sf-cat-ico img { width: 100%; height: 100%; object-fit: cover; }

.sf-cat-name { flex: 1 1 auto; min-width: 0; }
.sf-cat-name strong { display: block; font-size: .88rem; }
.sf-cat-name small { color: #6b7280; font-size: .76rem; }
.sf-chev { color: #9aa5b5; }
.sf-chev svg { width: 15px; height: 15px; }

.sf-allcats {
  display: block; margin-top: .8rem; padding-top: .8rem;
  border-top: 1px solid var(--line, #e6eaf2);
  font-size: .86rem; font-weight: 600; text-align: center;
  color: var(--brand); text-decoration: none;
}

.sf-products {
  min-width: 0;
  padding: 1.25rem;
  border: 1px solid var(--line, #e6eaf2);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(31, 55, 95, .055);
}
.sf-prod-head { display: flex; align-items: center; gap: 1rem; margin-bottom: 1rem; }
.sf-prod-head h2 { margin: 0; color: #15294c; font-size: 1.08rem; }
.sf-viewall { margin-left: auto; font-size: .85rem; font-weight: 600; color: var(--brand); text-decoration: none; white-space: nowrap; }

.sf-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }

.sf-assure {
  display: flex; flex-wrap: wrap; gap: .8rem 1.6rem;
  margin-top: 1.2rem; padding: .9rem 1rem;
  border-radius: 10px; background: #f5f8fd;
  font-size: .83rem; color: #44506a;
}
.sf-assure span { display: inline-flex; align-items: center; gap: .45rem; }
.sf-assure svg { width: 16px; height: 16px; color: #1b3a73; }

/* ---- how it works ---- */
.sf-how { margin: 2.4rem auto; }
.sf-how h2 { margin: 0 0 1.25rem; color: #15294c; font-size: 1.2rem; text-align: center; }

.sf-steps { display: grid; gap: 1rem; grid-template-columns: repeat(3, minmax(0, 1fr)); }

.sf-step {
  position: relative;
  min-width: 0;
  min-height: 190px;
  padding: 1.35rem 1.2rem;
  border: 1px solid var(--line, #e6eaf2);
  border-radius: 16px;
  background: #fff;
  text-align: center;
  box-shadow: 0 10px 26px rgba(31, 55, 95, .05);
}
.sf-step-n {
  display: inline-grid; place-items: center;
  width: 24px; height: 24px; margin-bottom: .6rem;
  border-radius: 50%; background: var(--brand); color: var(--brand-fg);
  font-size: .74rem; font-weight: 700;
}
.sf-step-ico {
  display: grid; place-items: center;
  width: 52px; height: 52px; margin: 0 auto .7rem;
  border-radius: 50%; background: #eef3fb; color: #1b3a73;
}
.sf-step-ico svg { width: 22px; height: 22px; }
.sf-step strong { display: block; font-size: .93rem; margin-bottom: .2rem; }
.sf-step small { color: #6b7280; font-size: .83rem; }

@media (max-width: 900px) {
  .sf-main { grid-template-columns: 1fr; }
  .sf-hero-box { grid-template-columns: 1fr; padding: 1.8rem 1.3rem; }
  .sf-hero-art { display: none; }
  .sf-promises { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .sf-promise { border-right: 0; border-bottom: 1px solid var(--line, #e6eaf2); }
  .sf-promise:nth-child(odd) { border-right: 1px solid var(--line, #e6eaf2); }
  .sf-promise:nth-last-child(-n+2) { border-bottom: 0; }
  .sf-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 680px) {
  .sf-promises,
  .sf-steps { grid-template-columns: 1fr; }
  .sf-promise,
  .sf-promise:nth-child(odd),
  .sf-promise:nth-last-child(-n+2) { border-right: 0; border-bottom: 1px solid var(--line, #e6eaf2); }
  .sf-promise:last-child { border-bottom: 0; }
  .sf-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .sf-products { padding: 1rem; }
  .sf-step { min-height: 0; }
}

@media (max-width: 400px) {
  .sf-grid { grid-template-columns: 1fr; }
}

/* The footer's WhatsApp button is inline, not a full-width grid child. */
.fc-wa { display: inline-flex; width: auto; }

/* Social marks, not initials in grey boxes. */
.fc-socials { display: flex; gap: .5rem; margin-top: 1rem; }
.fc-socials a {
  display: inline-grid; place-items: center;
  width: 34px; height: 34px;
  border-radius: 9px;
  background: rgba(255, 255, 255, .1);
  color: #cfdcee;
}
.fc-socials a:hover { background: rgba(255, 255, 255, .2); color: #fff; }
.fc-socials svg { width: 17px; height: 17px; }

/* ---------------------------------------------- header width
 *
 * The bar itself is always full-bleed: it is the white band the page sits
 * under, and constraining it would leave gaps of background either side of a
 * sticky header. What moves is its contents.
 *
 * .nav keeps the sticky positioning, background and border; .nav-inner takes
 * over the flex row that used to be on .nav.
 */
.nav { display: block; }

.nav-inner {
  display: flex;
  align-items: center;
  gap: .6rem;
  width: 100%;
}

/* Boxed lines the header up with the page, at whatever width the page runs. */
body.hw-boxed .nav-inner,
body.hw-boxed .store-topbar-inner { max-width: 1180px; margin-inline: auto; }

body.hw-boxed.w-wide .nav-inner,
body.hw-boxed.w-wide .store-topbar-inner { max-width: 1360px; }

/* Full runs the contents to the edges, with breathing room. */
body.hw-full .nav-inner { max-width: none; }
body.hw-full .store-topbar-inner { max-width: none; }

/*
 * The desktop rule at the top of this file widens the header's gap. That gap
 * lives on .nav-inner now, so it has to be widened there too.
 */
@media (min-width: 901px) {
  .nav-inner { gap: 1rem; }
}

/* ---------------------------------------------- hero: slider only
 *
 * The banner on its own, with no wording over it. It sits inside .wrap so it
 * lines up with the page and follows the page width setting — on a full-width
 * page .wrap is the screen, so the banner runs edge to edge by itself.
 */
.hero-banner-sec { margin: .8rem 0 1.4rem; }

.hero-banner {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  background: var(--soft);
}

/*
 * Taller than the split hero's picture: with no column of wording beside it,
 * this is the whole top of the page and a short strip looks like a mistake.
 */
.hero-banner .hero-track img { height: clamp(200px, 46vw, 420px); }

@media (min-width: 901px) {
  .hero-banner .hero-track img { height: clamp(280px, 32vw, 520px); }
}

/* ---------------------------------------------- logo style
 *
 * Only 'wide' needs rules of its own. The other two are the square mark this
 * file already styles; 'logo only' just has no name to sit beside it, which the
 * template handles by not printing one.
 */
.logo-wide img {
  /* Square marks are given rounded corners; a wordmark is not a tile. */
  border-radius: 0;
}

/* The footer sits on a dark band, where a wordmark on white needs its own tile. */
.foot-cols .logo-wide img { background: #fff; border-radius: 8px; padding: .3rem .45rem; }

/* ---------------------------------------------- header colours
 *
 * --hdr-* are written into the page by the layout from the shop's settings, and
 * default to exactly what this bar has always been, so a shop that never opens
 * the setting sees no change at all.
 */
.nav { background: var(--hdr-bg, #fff); }
.nav-inner { color: var(--hdr-fg, var(--ink)); }

.nav .burger,
.nav .ic { color: var(--hdr-fg, #3d3d3d); }

.nav .burger:hover,
.nav .ic:hover { background: var(--hdr-soft, var(--soft)); }

.nav .logo,
.nav .logo strong { color: var(--hdr-fg, var(--ink)); }

@media (min-width: 901px) {
  .nav-links a { color: var(--hdr-fg, #4a4a4a); }
  .nav-links a:hover { color: var(--hdr-hover, var(--brand)); background: var(--hdr-soft, var(--soft)); }
  .nav-links a.on { color: var(--hdr-hover, var(--brand)); }
  .nav-links a.on::after { background: var(--hdr-hover, var(--brand)); }
}

/*
 * A dark header and a logo drawn in dark ink cancel each other out. The tile is
 * the same one the dark footer already puts behind a wordmark.
 */
body.hdrbg-dark .nav .logo-wide img {
  background: #fff;
  border-radius: 8px;
  padding: .25rem .4rem;
}

/* Refined footer brand block and configurable social icons. */
.foot{padding-top:2.7rem;background:linear-gradient(135deg,#181818,#222)}
.foot-grid{grid-template-columns:minmax(235px,1.35fr) repeat(3,minmax(155px,1fr));gap:clamp(1.5rem,4vw,3.4rem)}
.foot-grid>div{min-width:0}.foot .foot-logo{display:inline-flex;align-items:flex-start;flex-direction:column;width:auto;gap:0}.foot .foot-logo strong{display:block;margin-top:.55rem;line-height:1.25}.foot .foot-about-copy{max-width:34ch;line-height:1.55}
.foot .foot-wa{display:inline-flex;width:auto;height:auto;min-height:38px;margin-top:.8rem;padding:.55rem .9rem;border-radius:9px;line-height:1;color:#fff;box-shadow:0 7px 18px rgba(37,211,102,.16)}
.foot .foot-wa:hover{background:#20bd5a;color:#fff;text-decoration:none;transform:translateY(-1px)}.foot .foot-wa svg{width:18px;height:18px}
.footer-socials{display:flex;align-items:center;gap:.5rem;margin-top:.9rem}.footer-socials .social-link,.floating-socials .social-link{display:grid;place-items:center;width:35px;height:35px;padding:0;border:1px solid rgba(255,255,255,.11);border-radius:9px;background:rgba(255,255,255,.07);color:#d9d9d9;transition:transform .15s,background .15s,border-color .15s,color .15s}.footer-socials .social-link:hover{transform:translateY(-2px);border-color:transparent;color:#fff;text-decoration:none}.footer-socials svg,.floating-socials svg{width:18px;height:18px}.footer-socials .social-instagram:hover{background:#d62976}.footer-socials .social-facebook:hover{background:#1877f2}.footer-socials .social-youtube:hover{background:#f00}.footer-socials .social-twitter:hover{background:#050505}.footer-socials .social-whatsapp:hover{background:#25d366}
.floating-socials{position:fixed;right:14px;bottom:88px;z-index:43;display:grid;gap:8px;padding:7px;border:1px solid rgba(15,23,42,.1);border-radius:13px;background:rgba(255,255,255,.92);box-shadow:0 12px 32px rgba(15,23,42,.16);backdrop-filter:blur(10px)}.floating-socials .social-link{border-color:#e5e8ef;background:#fff;color:#334155}.floating-socials .social-link:hover{transform:translateX(-2px);border-color:var(--brand);color:var(--brand)}
.foot-legal-notice{margin-top:1.7rem;border-color:rgba(255,190,74,.38);background:rgba(255,178,36,.09)}.foot-legal-notice p{color:#d2ccc1!important;font-size:.7rem!important;line-height:1.6}.foot-base{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}
@media(max-width:900px){.foot-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:560px){.foot{padding-top:2rem}.foot-grid{grid-template-columns:1fr;gap:1.7rem}.floating-socials{right:10px;bottom:78px}.foot-legal-notice p{font-size:.66rem!important}}

/* Policy links and customer-facing policy pages. */
.foot-policy-links{order:2;display:flex;align-items:center;gap:.45rem 1rem;flex-wrap:wrap;margin-left:auto}.foot .foot-policy-links a{display:inline-block;padding:0;color:#aaa;font-size:.75rem}.foot .foot-policy-links a:hover{color:#fff}.foot-base>span{order:1}
.policy-page{padding:clamp(1.6rem,4vw,3.5rem) 0}.policy-page-wrap{max-width:900px}.policy-breadcrumb{display:flex;align-items:center;gap:.45rem;margin-bottom:1rem;color:#8490a2;font-size:.78rem}.policy-breadcrumb a{color:var(--brand);font-weight:700}.policy-page-head{display:flex;align-items:center;gap:14px;margin-bottom:1.25rem}.policy-page-head h1{margin:.25rem 0 0;font-size:clamp(1.65rem,4vw,2.4rem);color:#16233d}.policy-page-icon{display:grid;place-items:center;flex:0 0 48px;width:48px;height:48px;border-radius:13px;background:color-mix(in oklab,var(--brand) 12%,white);color:var(--brand);font-size:23px;font-weight:800}.policy-content{padding:clamp(1.2rem,3vw,2.1rem);border:1px solid #e2e7ef;border-radius:15px;background:#fff;box-shadow:0 8px 25px rgba(24,40,75,.055)}.policy-content h2{margin:1.65rem 0 .55rem;padding-top:1.35rem;border-top:1px solid #edf0f5;color:#1b2d4c;font-size:1.04rem}.policy-content h2:first-child{margin-top:0;padding-top:0;border-top:0}.policy-content p{margin:0 0 1rem;color:#59667a;font-size:.9rem;line-height:1.78}.policy-content p:last-child{margin-bottom:0}.policy-contact-card{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-top:16px;padding:17px 19px;border-radius:13px;background:linear-gradient(135deg,#f4f7fc,#fff);border:1px solid #e1e7f1}.policy-contact-card strong,.policy-contact-card span{display:block}.policy-contact-card strong{color:#1a2b49;font-size:.92rem}.policy-contact-card span{margin-top:3px;color:#75839a;font-size:.78rem}@media(max-width:560px){.foot-base{align-items:flex-start;flex-direction:column}.foot-base>span{margin-left:0}.policy-contact-card{align-items:flex-start;flex-direction:column}.policy-contact-card .btn{width:100%}.policy-page-icon{width:42px;height:42px;flex-basis:42px}}

/* ---------------------------------------------- images: never cropped
 *
 * Both rules below replace an object-fit:cover that was cutting the sides off
 * artwork whose whole point is what is drawn on it.
 */

/*
 * The logo. A square mark still comes out square — 'contain' at a fixed height
 * only changes anything for a logo that is not square, which is most of them:
 * shops upload a long wordmark with their name drawn into it, and forcing that
 * into a 36px square box cropped it to an unreadable sliver.
 *
 * The width is capped so a very long logo cannot push the shop name, or the
 * menu, off the side of a phone.
 */
.logo img {
  /*
   * Caps rather than fixed sizes, so the box hugs the picture. Fixing the height
   * and capping only the width leaves a long logo sitting in a box wider than
   * itself, padded with gaps that look like broken spacing.
   */
  width: auto;
  height: auto;

  /*
   * --logo-w and --logo-h are written into the page by the layout from the
   * shop's own settings, and fall back to the sizes the header has always used.
   */
  max-height: var(--logo-h, 36px);
  max-width: var(--logo-w, 120px);
  flex: 0 0 auto;
  object-fit: contain;
}

/*
 * The banner slider. These are 2.9:1 artwork with the shop's phone number and
 * offers drawn along the edges, dropped into a 2.6:1 box — so the phone number
 * was the first thing cropped away. Letting the height follow the width shows
 * the whole banner at its own shape.
 *
 * It also means a shop that mixes banner shapes gets a slider that changes
 * height as it moves. Consistent banners are the sane advice either way, and a
 * banner shown whole beats one shown tidily with its edges missing.
 */
.hero-banner .hero-track img {
  height: auto;
  object-fit: contain;
}

@media (min-width: 901px) {
  .hero-banner .hero-track img { height: auto; }
}

/* ---------------------------------------------- header height
 *
 * The bar has no height of its own: it is as tall as the tallest thing in it
 * plus its padding, so raising the logo height setting grows the header to
 * match with nothing further to configure.
 *
 * What did need saying is the floor. The bar used to be sized by the 38px
 * buttons, and a shop that sets a small logo should not get a cramped header —
 * so the row keeps the height those buttons always gave it.
 */
.nav-inner { min-height: 38px; }

/*
 * The wide wordmark had its own hardcoded sizes from before this was a setting.
 * It follows the setting now like every other style, so that changing the size
 * works whichever logo style is chosen.
 */
.logo-wide img { max-height: var(--logo-h, 36px); max-width: var(--logo-w, 220px); }

/* ---------------------------------------------- checkout
 *
 * One column on a phone, two on a desktop. This was an inline style on the
 * form, and an inline style carries no media query — so a phone got both
 * columns anyway, the delivery form squeezed into a 76px strip with its fields
 * spilling out from under the summary.
 */
.checkout-grid {
  display: grid;
  gap: 1.4rem;
  grid-template-columns: 1fr;
  align-items: start;
}

/* Grid children refuse to shrink below their content without this. */
.checkout-grid > .panel { min-width: 0; }

@media (min-width: 901px) {
  .checkout-grid { grid-template-columns: minmax(0, 1.4fr) minmax(260px, 1fr); }
}

/* What was wrong with the field, under the field. */
.field-err {
  display: block;
  margin-top: .3rem;
  font-size: .82rem;
  font-weight: 600;
  color: #c1121f;
}

.checkout-grid [aria-invalid="true"] { border-color: #c1121f; }
.checkout-grid [aria-invalid="true"]:focus { outline-color: #c1121f; }

/* The consignment block on the track page — same frame as the delivery box. */
.consign h3 { font-size: .95rem; margin: 0 0 .5rem; }
.consign .deliv-row + .deliv-row { margin-top: .3rem; }

@media(max-width:560px){.foot-policy-links{margin-left:0}}

/* Search field: keep the icon in its own visual slot, never over the text. */
.searchwrap .searchbar{min-height:48px;padding:.78rem 1rem .78rem 3rem;border-color:#dfe5ee;border-radius:12px;background:#fff;box-shadow:0 3px 12px rgba(26,45,78,.035)}
.searchwrap svg{left:1rem;z-index:1;width:19px;height:19px;color:#71829d;pointer-events:none}
.searchwrap:focus-within .searchbar{border-color:var(--brand);box-shadow:0 0 0 3px color-mix(in srgb,var(--brand) 12%,transparent)}
.searchwrap:focus-within svg{color:var(--brand)}
.store-contact-strip b{font-weight:700;color:var(--brand-2)}

/* Repeatable public contacts. */
.contact-channel-public-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.65rem;margin:1rem 0}
.contact-channel-public{display:flex;align-items:center;gap:.65rem;padding:.75rem;border:1px solid var(--line);border-radius:11px;background:#fbfcff}
.contact-channel-public>span{display:grid;place-items:center;flex:0 0 36px;width:36px;height:36px;border-radius:9px;background:color-mix(in srgb,var(--brand) 10%,#fff);color:var(--brand);font-size:.65rem;font-weight:800}
.contact-channel-public strong,.contact-channel-public small{display:block}.contact-channel-public small{margin-top:.1rem;color:var(--muted);overflow-wrap:anywhere}

/* Payment details page and reusable post-checkout/track cards. */
.payment-page-hero{padding:clamp(2.2rem,5vw,4rem) 1rem;text-align:center;background:linear-gradient(135deg,color-mix(in srgb,var(--brand) 8%,#fff),color-mix(in srgb,var(--brand-2) 10%,#fff))}
.payment-page-hero h1{margin:.45rem 0;font-size:clamp(1.8rem,4vw,2.7rem);color:#142441}.payment-page-hero p{max-width:720px;margin:.5rem auto 0;color:#65738a}
.payment-method-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;text-align:left}
.payment-method-card{min-width:0;padding:1.15rem;border:1px solid #e0e6ef;border-radius:15px;background:#fff;box-shadow:0 10px 28px rgba(28,49,85,.07)}
.payment-method-card header{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.payment-method-card header small,.payment-method-card header h3{display:block;margin:0}.payment-method-card header small{color:#7b8ba4;font-size:.66rem;font-weight:800;letter-spacing:.08em}.payment-method-card header h3{margin-top:.15rem;color:#172846;font-size:1.02rem}
.payment-method-icon{display:grid;place-items:center;flex:0 0 42px;width:42px;height:42px;border-radius:11px;background:color-mix(in srgb,var(--brand) 10%,#fff);color:var(--brand);font-weight:850}
.payment-method-body{display:flex;align-items:flex-start;gap:1rem}.payment-qr{width:128px;height:128px;object-fit:contain;border:1px solid var(--line);border-radius:11px;background:#fff}
.payment-method-card dl{display:grid;gap:.65rem;flex:1;min-width:0;margin:0}.payment-method-card dl>div{padding-bottom:.55rem;border-bottom:1px solid #edf0f5}.payment-method-card dl>div:last-child{border-bottom:0}.payment-method-card dt{color:#7c8aa0;font-size:.66rem;font-weight:800;letter-spacing:.05em;text-transform:uppercase}.payment-method-card dd{display:flex;align-items:center;justify-content:space-between;gap:.5rem;margin:.15rem 0 0;color:#1d304f;font-weight:700;overflow-wrap:anywhere}.payment-method-card dd button{flex:0 0 auto;padding:.28rem .48rem;border:1px solid #dce3ed;border-radius:6px;background:#f8faff;color:var(--brand);font:700 .7rem Inter,sans-serif;cursor:pointer}
.payment-method-card .btn{margin-top:1rem}.payment-safety-note{margin:1rem 0 0;padding:.85rem 1rem;border:1px solid #f2dfae;border-radius:11px;background:#fffbef;color:#67552a;font-size:.82rem}.payment-page-actions{display:flex;justify-content:center;gap:.65rem;flex-wrap:wrap;margin:1.4rem 0 0}.order-payment-block{margin:1.8rem 0}.order-payment-head{margin-bottom:1rem}.order-payment-head h2{margin:.35rem 0}.order-payment-head p{margin:.3rem auto;color:var(--muted);max-width:680px}

/* Quick list: desktop table, compact product cards on phones. */
.quick-order-hero p{max-width:620px;margin:.5rem auto 0;color:var(--muted)}
.quick-order-search{margin-bottom:1.25rem}.quick-order-search .searchwrap{max-width:760px;margin:0 auto}
.quick-order-page .cat-head{display:flex;align-items:center;justify-content:space-between;gap:.7rem;margin:1.6rem 0 .65rem;color:#172846}

@media(max-width:700px){
  .contact-channel-public-list,.payment-method-grid{grid-template-columns:1fr}
  .payment-method-body{flex-direction:column}.payment-qr{width:min(180px,100%);height:auto;aspect-ratio:1;margin:0 auto}
  .quick-order-hero{padding:1.5rem .9rem!important}.quick-order-hero h1{font-size:1.65rem}.quick-order-page{padding-top:1rem}.quick-order-page .wrap{padding:0 .75rem}.quick-order-search{position:sticky;top:62px;z-index:22;margin:0 -.75rem 1rem;padding:.65rem .75rem;background:rgba(255,255,255,.96);border-bottom:1px solid var(--line);backdrop-filter:blur(8px)}
  .quick-order-page .cat-head{margin:1.25rem 0 .55rem;font-size:1rem}.quick-order-table-wrap{overflow:visible;border:0;background:transparent}.quick-order-table,.quick-order-table tbody{display:block}.quick-order-table thead{display:none}.quick-order-table tbody{display:grid;gap:.7rem}.quick-order-table tr{display:grid;grid-template-columns:58px minmax(0,1fr) auto;gap:.35rem .7rem;padding:.75rem;border:1px solid var(--line);border-radius:13px;background:#fff;box-shadow:0 5px 18px rgba(29,48,82,.055)}
  .quick-order-table td{display:block;padding:0;border:0;white-space:normal}.quick-order-table .qo-media{grid-column:1;grid-row:1/3}.quick-order-table .qo-media .thumb-sm{width:58px;height:58px;border-radius:10px}.quick-order-table .qo-product{grid-column:2/4;grid-row:1;min-width:0}.quick-order-table .qo-product strong{font-size:.88rem;line-height:1.3}.quick-order-table .qo-product small{font-size:.7rem}.quick-order-table .qo-price{grid-column:2;grid-row:2;text-align:left}.quick-order-table .qo-price::before{content:attr(data-label);display:block;color:var(--muted);font-size:.62rem;font-weight:700;text-transform:uppercase}.quick-order-table .qo-qty{grid-column:3;grid-row:2}.quick-order-table .qo-qty::before{content:attr(data-label);display:block;margin-bottom:.22rem;color:var(--muted);font-size:.62rem;font-weight:700;text-transform:uppercase}.quick-order-table .qty{max-width:110px}.quick-order-table .qo-subtotal{display:flex;align-items:center;justify-content:space-between;grid-column:1/4;grid-row:3;margin-top:.35rem;padding-top:.6rem;border-top:1px solid var(--line);text-align:left}.quick-order-table .qo-subtotal::before{content:attr(data-label);color:var(--muted);font-size:.7rem;font-weight:700}.quick-order-table .qo-subtotal strong{color:var(--brand);font-size:.95rem}
}

/* ============ product gallery, magnifier and information ============ */
.product-gallery{min-width:0}.product-gallery-main,.product-gallery-empty{position:relative;display:grid;place-items:center;width:100%;aspect-ratio:4/3;overflow:hidden;border:1px solid var(--line);border-radius:var(--r);background:var(--soft)}
.product-gallery-main{padding:0;cursor:zoom-in}.product-gallery-main img{width:100%;height:100%;object-fit:contain;transition:transform .18s ease;transform-origin:var(--zoom-x,50%) var(--zoom-y,50%)}.product-gallery-empty span{padding:1rem;color:var(--muted);font-weight:800;text-align:center}
.product-zoom-hint{position:absolute;right:.7rem;bottom:.7rem;display:flex;align-items:center;gap:.35rem;padding:.48rem .65rem;border-radius:9px;background:rgba(10,20,38,.78);color:#fff;font-size:.7rem;font-weight:700;box-shadow:0 5px 16px rgba(0,0,0,.18);pointer-events:none}.product-zoom-hint svg{width:16px;height:16px}
@media(hover:hover) and (pointer:fine){.product-gallery-main:hover img{transform:scale(2.05)}.product-gallery-main:hover .product-zoom-hint{opacity:.18}}
.product-gallery-thumbs{display:flex;gap:.55rem;margin-top:.7rem;padding-bottom:.15rem;overflow-x:auto;scrollbar-width:thin}.product-gallery-thumb{flex:0 0 68px;width:68px;height:68px;padding:3px;overflow:hidden;border:2px solid transparent;border-radius:10px;background:#fff;cursor:pointer}.product-gallery-thumb img{width:100%;height:100%;border-radius:6px;object-fit:cover}.product-gallery-thumb:hover,.product-gallery-thumb.active{border-color:var(--brand);box-shadow:0 0 0 2px color-mix(in srgb,var(--brand) 12%,transparent)}
.product-description-card{margin-top:1.35rem;padding:1rem;border:1px solid var(--line);border-radius:13px;background:#fbfcff}.product-description-title{display:flex;align-items:center;gap:.65rem}.product-description-title>span{display:grid;place-items:center;width:34px;height:34px;border-radius:9px;background:color-mix(in srgb,var(--brand) 11%,#fff);color:var(--brand);font-family:serif;font-size:1.05rem;font-weight:800}.product-description-title small{display:block;color:var(--muted);font-size:.58rem;font-weight:800;letter-spacing:.1em}.product-description-title h2{margin:.1rem 0 0;font-size:1rem}.product-description-copy{margin:.85rem 0 0;color:#43516a;font-size:.88rem;line-height:1.7}.product-facts{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.55rem;margin:.9rem 0 0;padding-top:.85rem;border-top:1px solid var(--line)}.product-facts div{min-width:0}.product-facts dt{color:var(--muted);font-size:.62rem;font-weight:700;text-transform:uppercase}.product-facts dd{margin:.15rem 0 0;color:var(--ink);font-size:.8rem;font-weight:700;word-break:break-word}
.product-lightbox{position:fixed;inset:0;z-index:1200;display:grid;place-items:center;padding:1rem}.product-lightbox[hidden]{display:none}.product-lightbox-backdrop{position:absolute;inset:0;width:100%;height:100%;border:0;background:rgba(3,9,20,.88);cursor:zoom-out}.product-lightbox-dialog{position:relative;display:grid;place-items:center;width:min(1100px,96vw);height:min(820px,90vh)}.product-lightbox-dialog>img{max-width:100%;max-height:100%;object-fit:contain;filter:drop-shadow(0 20px 45px rgba(0,0,0,.32));touch-action:pinch-zoom}.product-lightbox-close,.product-lightbox-nav{position:absolute;z-index:2;display:grid;place-items:center;border:1px solid rgba(255,255,255,.22);border-radius:50%;background:rgba(16,25,42,.76);color:#fff;cursor:pointer}.product-lightbox-close{right:0;top:0;width:42px;height:42px;font-size:1.65rem}.product-lightbox-nav{top:50%;width:44px;height:52px;transform:translateY(-50%);font-size:2rem}.product-lightbox-nav.prev{left:0}.product-lightbox-nav.next{right:0}.product-lightbox-count{position:absolute;bottom:0;padding:.42rem .68rem;border-radius:999px;background:rgba(16,25,42,.76);color:#fff;font-size:.72rem;font-weight:700}.product-lightbox-open{overflow:hidden}
@media(max-width:600px){.product-zoom-hint{padding:.42rem;font-size:0}.product-gallery-thumb{flex-basis:58px;width:58px;height:58px}.product-facts{grid-template-columns:1fr 1fr}.product-lightbox{padding:.5rem}.product-lightbox-dialog{width:100%;height:88vh}.product-lightbox-close{right:.3rem;top:.3rem}.product-lightbox-nav{width:38px;height:46px}.product-lightbox-nav.prev{left:.2rem}.product-lightbox-nav.next{right:.2rem}}

/* Explicit marquee properties avoid shorthand resets in older browsers. */
.partner-marquee.is-moving .partner-track{animation-name:partner-scroll;animation-duration:var(--partners-duration,24s);animation-timing-function:linear;animation-iteration-count:infinite;animation-play-state:running;transform:translate3d(0,0,0)}
@keyframes partner-scroll{0%{transform:translate3d(0,0,0)}100%{transform:translate3d(-50%,0,0)}}
@media(prefers-reduced-motion:reduce){.partner-marquee.is-moving .partner-track{animation-play-state:paused}}

/* Shared trusted-partner marquee and testimonial sections for both home templates. */
.social-proof-section{padding:clamp(1.8rem,4vw,3.2rem) 0}.partner-section{border-top:1px solid #edf0f4;background:linear-gradient(180deg,#fff,#fafbfe)}.testimonial-section{background:#f7f9fc}.social-proof-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;margin-bottom:1.25rem}.social-proof-heading.centered{display:block;text-align:center}.social-proof-heading>span,.social-proof-heading>div>span{display:block;margin-bottom:.3rem;color:var(--brand);font-size:.68rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.social-proof-heading h2{margin:0;color:#172640;font-size:clamp(1.25rem,3vw,1.75rem)}
.partner-marquee{position:relative;overflow:hidden;padding:.55rem 0}.partner-marquee::before,.partner-marquee::after{content:"";position:absolute;top:0;bottom:0;z-index:2;width:clamp(28px,7vw,90px);pointer-events:none}.partner-marquee::before{left:0;background:linear-gradient(90deg,#fafbfe,transparent)}.partner-marquee::after{right:0;background:linear-gradient(270deg,#fafbfe,transparent)}.partner-track{display:flex;width:max-content;will-change:transform}.partner-logo-group{display:flex;align-items:center;gap:clamp(.7rem,2vw,1.2rem);padding-right:clamp(.7rem,2vw,1.2rem)}.partner-logo{display:grid;place-items:center;flex:0 0 clamp(128px,15vw,180px);height:82px;padding:14px 18px;border:1px solid #e5e9f0;border-radius:13px;background:#fff;box-shadow:0 5px 14px rgba(23,39,70,.04)}.partner-logo img{max-width:100%;max-height:52px;object-fit:contain;filter:grayscale(1);opacity:.68;transition:filter .18s,opacity .18s,transform .18s}.partner-logo:hover img{filter:none;opacity:1;transform:scale(1.04)}.partner-marquee.is-moving .partner-track{animation:partner-scroll var(--partners-duration,24s) linear infinite}.partner-marquee.is-moving:hover .partner-track{animation-play-state:paused}.partner-marquee.is-static .partner-track{width:100%;justify-content:center}.partner-marquee.is-static .partner-logo-group{justify-content:center;flex-wrap:wrap;padding:0}@keyframes partner-scroll{to{transform:translateX(-50%)}}
.testimonial-trust-line{margin:0!important;color:#738198!important;font-size:.75rem!important;font-weight:600!important;letter-spacing:0!important;text-transform:none!important}.testimonial-trust-line b{color:#e7a217}.testimonial-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.testimonial-card{display:flex;flex-direction:column;min-width:0;padding:20px;border:1px solid #e2e7ef;border-radius:15px;background:#fff;box-shadow:0 7px 20px rgba(24,40,75,.045)}.testimonial-stars{color:#f3ad1d;font-size:.8rem;letter-spacing:.08em}.testimonial-stars span{color:#dfe3e9}.testimonial-card blockquote{flex:1;margin:13px 0 18px;color:#445268;font-size:.88rem;line-height:1.65}.testimonial-person{display:flex;align-items:center;gap:9px;padding-top:13px;border-top:1px solid #edf0f4}.testimonial-avatar{display:grid;place-items:center;flex:0 0 35px;width:35px;height:35px;border-radius:50%;background:color-mix(in oklab,var(--brand) 12%,white);color:var(--brand);font-size:.8rem;font-weight:800}.testimonial-person>span:nth-child(2){min-width:0}.testimonial-person strong,.testimonial-person small{display:block}.testimonial-person strong{overflow:hidden;color:#1d2e4b;font-size:.78rem;text-overflow:ellipsis;white-space:nowrap}.testimonial-person small{margin-top:2px;color:#8793a4;font-size:.68rem}.testimonial-person i{display:grid;place-items:center;width:19px;height:19px;margin-left:auto;border-radius:50%;background:#e4f8ec;color:#13a65a;font-size:.65rem;font-style:normal}
@media(max-width:900px){.testimonial-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:620px){.social-proof-heading{align-items:flex-start;flex-direction:column}.testimonial-grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;padding:0 1rem .7rem;margin:0 -1rem}.testimonial-card{flex:0 0 min(86vw,330px);scroll-snap-align:start}.partner-logo{flex-basis:120px;height:70px;padding:11px}.partner-logo img{max-height:44px}}@media(prefers-reduced-motion:reduce){.partner-marquee.is-moving .partner-track{animation-play-state:paused}}
