/* ==========================================================
   Northway Goods — demo storefront
   An independent DTC look on purpose: warm white paper, forest green,
   serif display. Everything Protecht inside the store (top banner, the
   protection pitch, the protection line at checkout, the hosted-checkout
   note, the "what just happened" strip, the demo-email box, the cart hint)
   is composed from the Protecht shell tokens in /css/tokens.css: navy,
   copper, hairline rules, radius 4/8, no glows.
   ========================================================== */
:root{
  --nw-bg:#FBF8F2;--nw-paper:#FFFFFF;--nw-sand:#F1EBE0;--nw-sand-2:#E6DECF;
  --nw-forest:#1E4A38;--nw-forest-2:#163A2C;--nw-moss:#5F8A6E;--nw-sage:#DCE7D6;--nw-sage-2:#EEF3EA;
  --nw-ink:#1B1F1C;--nw-ink-2:#49524C;--nw-ink-3:#6B746C;--nw-line:#E7E1D6;--nw-line-2:#D6CEBF;
  --nw-clay:#B85C38;--nw-ok:#2F7A56;--nw-ok-soft:#E3F1E8;--nw-err:#B23A2A;--nw-err-soft:#FBEAE6;
  --nw-display:'Fraunces','Iowan Old Style',Georgia,serif;--nw-body:'DM Sans',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;
  --nw-r:12px;--nw-r-lg:18px;--nw-r-xl:26px;
  --nw-sh:0 1px 2px rgba(27,31,28,.05),0 6px 20px -8px rgba(27,31,28,.12);
  --nw-sh-lg:0 24px 50px -20px rgba(27,31,28,.28);
  --nw-ease:cubic-bezier(.2,.7,.2,1);--nw-max:1160px;
  /* Protecht shell, aliased for the components below (fallbacks mirror tokens.css) */
  --pt-ink:var(--ink,#0C1226);--pt-ink-2:var(--ink-2,#141C36);--pt-ink-3:var(--ink-3,#1D2748);
  --pt-rule:var(--ink-3,#1D2748);--pt-rule-2:var(--ink-4,#2A365F);
  --pt-fg:var(--text-on-dark,#F5F0E8);--pt-fg-2:var(--text-on-dark-2,#C9CEDC);--pt-muted:var(--steel,#8E97AD);
  --pt-copper:var(--copper,#D8925B);--pt-copper-hi:var(--copper-3,#F0BC8A);--pt-copper-2:var(--copper-2,#C27A44);
  --pt-copper-soft:var(--copper-soft,rgba(216,146,91,.12));--pt-copper-ink:#8A4E22;
  --pt-ok:var(--mint,#3EC79A);--pt-err:var(--coral,#F0614F);
  --pt-font:var(--font-body,'Hanken Grotesk',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif);
  --pt-mono:var(--font-mono,'IBM Plex Mono',ui-monospace,Menlo,monospace);
  --pt-r:var(--r-2,8px);--pt-r-sm:var(--r-1,4px);--pt-ease:var(--ease,cubic-bezier(.2,.7,.2,1));
}
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}
body{font-family:var(--nw-body);color:var(--nw-ink);background:var(--nw-bg);line-height:1.5;-webkit-font-smoothing:antialiased;min-height:100vh;font-size:15px}
body.drawer-open{overflow:hidden}
img,svg{display:block;max-width:100%}
a{color:inherit;text-decoration:none}
button,input,select{font:inherit;color:inherit}
button{cursor:pointer;background:none;border:0}
h1,h2,h3{font-family:var(--nw-display);font-weight:600;letter-spacing:-.02em;line-height:1.1;color:var(--nw-ink)}
p{max-width:62ch}
:focus-visible{outline:2px solid var(--nw-forest);outline-offset:3px;border-radius:4px}
.skip-link{position:absolute;left:-999px;top:8px;background:var(--nw-forest);color:#fff;padding:8px 14px;border-radius:8px;z-index:200}
.skip-link:focus{left:8px}
.wrap{width:100%;max-width:var(--nw-max);margin:0 auto;padding:0 24px}
@media(max-width:640px){.wrap{padding:0 18px}}
.sr{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}

/* ---------- Protecht banner (the only Protecht-coloured chrome) ---------- */
.pt-banner{background:var(--pt-ink);color:var(--pt-fg);font-family:var(--pt-font);font-size:12.5px;font-weight:500;min-height:38px;display:flex;align-items:center;border-bottom:1px solid var(--pt-rule)}
.pt-banner .wrap{display:flex;align-items:center;justify-content:space-between;gap:14px;padding-top:7px;padding-bottom:7px}
.pt-banner__l{display:inline-flex;align-items:center;gap:9px;min-width:0}
.pt-banner__l img{width:18px;height:18px;flex-shrink:0}
.pt-banner__l b{font-weight:600;color:var(--pt-copper-hi)}
.pt-banner__r{display:flex;gap:18px;flex-shrink:0}
.pt-banner__r a{color:var(--pt-fg-2);white-space:nowrap;border-bottom:1px solid transparent;transition:color .15s,border-color .15s}
.pt-banner__r a:hover{color:var(--pt-fg);border-bottom-color:var(--pt-copper)}
@media(max-width:560px){.pt-banner__r a:first-child{display:none}}

/* ---------- store header ---------- */
.nw-head{position:sticky;top:0;z-index:40;background:rgba(251,248,242,.86);backdrop-filter:blur(12px) saturate(1.3);-webkit-backdrop-filter:blur(12px) saturate(1.3);border-bottom:1px solid transparent;transition:border-color .2s}
.nw-head.scrolled{border-bottom-color:var(--nw-line)}
.nw-head .wrap{display:flex;align-items:center;justify-content:space-between;gap:20px;height:68px}
.nw-logo{white-space:nowrap;font-family:var(--nw-display);font-weight:700;font-size:1.45rem;letter-spacing:-.02em;color:var(--nw-forest);display:inline-flex;align-items:center;gap:9px}
.nw-logo svg{width:24px;height:24px}
.nw-nav{display:flex;gap:28px;font-size:14px;font-weight:500;color:var(--nw-ink-2)}
.nw-nav a:hover{color:var(--nw-forest)}
@media(max-width:720px){.nw-nav{display:none}}
.nw-cart{display:inline-flex;align-items:center;gap:8px;height:40px;padding:0 12px 0 10px;border-radius:999px;border:1px solid var(--nw-line-2);background:var(--nw-paper);font-size:13px;font-weight:600;color:var(--nw-ink);transition:border-color .15s,box-shadow .15s}
.nw-cart:hover{border-color:var(--nw-forest);box-shadow:var(--nw-sh)}
.nw-cart svg{width:18px;height:18px}
.nw-cart .n{min-width:20px;height:20px;padding:0 6px;border-radius:999px;background:var(--nw-sand);color:var(--nw-ink-2);font-size:11px;font-weight:700;display:inline-flex;align-items:center;justify-content:center;transition:background .15s,color .15s}
.nw-cart .n.has{background:var(--nw-forest);color:#fff}
.nw-head--co .wrap{height:64px}
.nw-secure{display:inline-flex;align-items:center;gap:6px;font-size:12px;font-weight:500;color:var(--nw-ink-3)}
.nw-secure svg{width:14px;height:14px;color:var(--nw-forest)}
@media(max-width:520px){.nw-logo{font-size:1.2rem}.nw-secure{display:none}.nw-head .wrap{gap:10px}.nw-cart{padding:0 10px}}

/* ---------- buttons ---------- */
.nw-btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;height:48px;padding:0 22px;border-radius:999px;font-weight:600;font-size:14.5px;border:1.5px solid transparent;white-space:nowrap;transition:background .15s,border-color .15s,color .15s,transform .1s,box-shadow .15s;line-height:1}
.nw-btn svg{width:18px;height:18px;flex-shrink:0}
.nw-btn:active{transform:translateY(1px)}
.nw-btn--primary{background:var(--nw-forest);color:#fff;box-shadow:0 10px 24px -12px rgba(30,74,56,.6)}
.nw-btn--primary:hover{background:var(--nw-forest-2)}
.nw-btn--outline{background:var(--nw-paper);border-color:var(--nw-forest);color:var(--nw-forest)}
.nw-btn--outline:hover{background:var(--nw-sage-2)}
.nw-btn--text{color:var(--nw-ink-2);height:40px}
.nw-btn--text:hover{color:var(--nw-forest)}
.nw-btn--block{width:100%}
.nw-btn--lg{height:54px;padding:0 28px;font-size:15.5px}
.nw-btn:disabled{opacity:.55;cursor:not-allowed;transform:none}
.nw-spin{width:18px;height:18px;border:2px solid rgba(255,255,255,.35);border-top-color:#fff;border-radius:50%;animation:nwspin .7s linear infinite}
@keyframes nwspin{to{transform:rotate(360deg)}}

/* ---------- Protecht buttons (mirror the shell .btn) ---------- */
.pt-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;height:44px;padding:0 18px;border-radius:var(--pt-r-sm);font-family:var(--pt-font);font-weight:600;font-size:14px;border:1px solid transparent;white-space:nowrap;line-height:1;letter-spacing:.005em;transition:background .15s,border-color .15s,color .15s,transform .1s}
.pt-btn:active{transform:translateY(1px)}
.pt-btn svg{width:18px;height:18px;flex-shrink:0}
.pt-btn--copper{background:var(--pt-copper);color:#1A0F07}
.pt-btn--copper:hover{background:var(--pt-copper-hi)}
.pt-btn--line{background:transparent;color:var(--pt-fg);border-color:var(--pt-rule-2)}
.pt-btn--line:hover{border-color:var(--pt-copper);color:var(--pt-copper-hi)}
.pt-btn--block{width:100%}
.pt-btn:disabled{opacity:.55;cursor:not-allowed;transform:none}
.pt-btn:focus-visible{outline:2px solid var(--pt-copper);outline-offset:3px}
.pt-btn .nw-spin{border-color:rgba(26,15,7,.25);border-top-color:#1A0F07}

/* ---------- product art ---------- */
.art{position:relative;aspect-ratio:1;border-radius:var(--nw-r-lg);overflow:hidden;background:var(--nw-sand)}
.art svg{width:100%;height:100%}
.art__img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;border-radius:inherit}
.art--headphones{background:radial-gradient(120% 90% at 20% 10%,#E6EDDF 0%,#CFDCCB 60%,#BFCFBC 100%)}
.art--bottle{background:radial-gradient(120% 90% at 80% 10%,#F6EEDD 0%,#EADFC6 60%,#DDD0B3 100%)}
.art--backpack{background:radial-gradient(120% 90% at 20% 0%,#F4E6DC 0%,#E9D6C8 60%,#DCC6B5 100%)}
.art--charger{background:radial-gradient(120% 90% at 70% 10%,#E4E8E2 0%,#D2D9D0 60%,#C3CCC1 100%)}
.art--thumb{width:64px;height:64px;border-radius:12px;flex-shrink:0}

/* ---------- hero ---------- */
.hero{padding:64px 0 40px}
.hero .wrap{display:grid;grid-template-columns:1.05fr 1fr;gap:48px;align-items:center}
.hero__kicker{display:inline-flex;align-items:center;gap:8px;font-size:12px;font-weight:600;letter-spacing:.04em;color:var(--nw-forest);background:var(--nw-sage);padding:6px 12px;border-radius:999px;margin-bottom:22px}
.hero h1{font-size:clamp(2.5rem,5.2vw,4.1rem);margin-bottom:18px;font-weight:500}
.hero h1 em{font-style:italic;color:var(--nw-forest)}
.hero p{font-size:1.1rem;color:var(--nw-ink-2);line-height:1.6;margin-bottom:28px;max-width:46ch}
.hero__ctas{display:flex;gap:12px;flex-wrap:wrap}
.hero__still{position:relative;display:grid;grid-template-columns:1fr 1fr;gap:14px}
.hero__still .art{box-shadow:var(--nw-sh)}
.hero__still .art:nth-child(1){grid-row:span 2;aspect-ratio:auto;min-height:320px}
.hero__still .art:nth-child(2){transform:translateY(24px)}
.hero__still .art:nth-child(3){transform:translateY(24px)}
@media(max-width:900px){.hero .wrap{grid-template-columns:1fr;gap:36px}.hero{padding:44px 0 24px}.hero__still .art:nth-child(1){min-height:240px}}
@media(max-width:480px){.hero__still{grid-template-columns:1fr 1fr}.hero__still .art:nth-child(1){grid-column:span 2;grid-row:auto;aspect-ratio:1.6;min-height:0}.hero__still .art:nth-child(2),.hero__still .art:nth-child(3){transform:none}}

/* ---------- sections ---------- */
.sec{padding:56px 0}
.sec__head{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:26px}
.sec__head h2{font-size:clamp(1.7rem,3vw,2.25rem);font-weight:500}
.sec__head p{color:var(--nw-ink-2);font-size:14.5px;margin-top:6px}
.sec__head a{font-size:14px;font-weight:600;color:var(--nw-forest);white-space:nowrap}
.pgrid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}
@media(max-width:960px){.pgrid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:420px){.pgrid{grid-template-columns:1fr}}
.pcard{display:flex;flex-direction:column;gap:12px;border-radius:var(--nw-r-xl);padding:10px;background:var(--nw-paper);border:1px solid var(--nw-line);transition:transform .25s var(--nw-ease),box-shadow .25s var(--nw-ease)}
.pcard:hover{transform:translateY(-3px);box-shadow:var(--nw-sh-lg)}
.pcard__media{position:relative}
.pcard .art{border-radius:var(--nw-r-lg)}
.pcard__tag{position:absolute;top:12px;left:12px;background:var(--nw-paper);color:var(--nw-forest);font-size:11px;font-weight:700;letter-spacing:.02em;padding:5px 10px;border-radius:999px;box-shadow:var(--nw-sh)}
.pcard__body{padding:4px 8px 10px;display:flex;flex-direction:column;flex:1}
.pcard__cat{font-size:12px;color:var(--nw-ink-3);font-weight:500;margin-bottom:4px}
.pcard__name{font-family:var(--nw-display);font-size:1.15rem;font-weight:600;color:var(--nw-ink);line-height:1.2;margin-bottom:8px}
.pcard__row{display:flex;justify-content:space-between;align-items:center;margin-top:auto}
.pcard__price{font-weight:600;font-size:15px}
.pcard__go{font-size:13px;font-weight:600;color:var(--nw-forest)}
.perks{background:var(--nw-paper);border-top:1px solid var(--nw-line);border-bottom:1px solid var(--nw-line)}
.perks .wrap{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;padding-top:44px;padding-bottom:44px}
@media(max-width:760px){.perks .wrap{grid-template-columns:1fr;gap:22px}}
.perk{display:flex;gap:14px;align-items:flex-start}
.perk__ic{width:44px;height:44px;border-radius:12px;background:var(--nw-sage);color:var(--nw-forest);display:flex;align-items:center;justify-content:center;flex-shrink:0}
.perk__ic svg{width:20px;height:20px}
.perk h3{font-family:var(--nw-body);font-size:15px;font-weight:600;margin-bottom:3px;letter-spacing:0}
.perk p{font-size:13.5px;color:var(--nw-ink-2);line-height:1.55}
.perk--pt .perk__ic{background:var(--pt-ink);color:var(--pt-copper-hi);border-radius:var(--pt-r)}
.about{padding:64px 0}
.about .wrap{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}
.about h2{font-size:clamp(1.7rem,3vw,2.25rem);font-weight:500;margin-bottom:14px}
.about p{color:var(--nw-ink-2);line-height:1.65;margin-bottom:12px}
.about__panel{border-radius:var(--nw-r-xl);background:linear-gradient(135deg,var(--nw-forest) 0%,var(--nw-forest-2) 100%);color:#EEF3EA;padding:34px;min-height:260px;display:flex;flex-direction:column;justify-content:flex-end;position:relative;overflow:hidden}
.about__panel::before{content:'';position:absolute;inset:-40% -20% auto auto;width:70%;aspect-ratio:1;border-radius:50%;background:radial-gradient(circle,rgba(220,231,214,.28),transparent 65%)}
.about__panel blockquote{font-family:var(--nw-display);font-size:1.35rem;line-height:1.35;font-style:italic;font-weight:400;margin-bottom:14px;position:relative}
.about__panel cite{font-style:normal;font-size:13px;opacity:.8;position:relative}
@media(max-width:820px){.about .wrap{grid-template-columns:1fr;gap:28px}}

/* ---------- footer ---------- */
.nw-foot{background:var(--nw-forest-2);color:#B9CBBF;padding:44px 0 28px;font-size:13.5px}
.nw-foot .wrap{display:flex;flex-wrap:wrap;justify-content:space-between;gap:20px;align-items:flex-start}
.nw-foot .nw-logo{color:#fff}
.nw-foot p{margin-top:10px;max-width:40ch;line-height:1.6}
.nw-foot nav{display:flex;flex-wrap:wrap;gap:6px 22px}
.nw-foot nav a:hover{color:#fff}
.nw-foot__bottom{width:100%;border-top:1px solid rgba(255,255,255,.12);margin-top:26px;padding-top:18px;font-size:12px;display:flex;justify-content:space-between;flex-wrap:wrap;gap:8px}

/* ---------- product page ---------- */
.crumbs{padding:22px 0 8px;font-size:13px;color:var(--nw-ink-3);display:flex;gap:8px;flex-wrap:wrap}
.crumbs a:hover{color:var(--nw-forest)}
.crumbs b{color:var(--nw-ink);font-weight:500}
.pdp{padding:14px 0 64px}
.pdp .wrap{display:grid;grid-template-columns:1.05fr 1fr;gap:56px;align-items:start}
.pdp__gallery{position:sticky;top:96px}
.pdp__gallery .art{box-shadow:var(--nw-sh)}
.pdp__cat{font-size:13px;color:var(--nw-ink-3);font-weight:500;margin-bottom:8px}
.pdp h1{font-size:clamp(1.9rem,3.6vw,2.6rem);margin-bottom:12px;font-weight:500}
.pdp__short{color:var(--nw-ink-2);font-size:16px;margin-bottom:16px}
.pdp__price{font-size:1.6rem;font-weight:600;margin-bottom:22px;display:flex;align-items:baseline;gap:12px}
.pdp__price small{font-size:13px;color:var(--nw-ok);font-weight:500}
.pdp__desc{color:var(--nw-ink-2);line-height:1.7;font-size:14.5px;margin-bottom:22px}
.qtyrow{display:flex;align-items:center;gap:14px;margin-bottom:14px;font-size:14px;font-weight:500}
.qty{display:inline-flex;align-items:center;border:1.5px solid var(--nw-line-2);border-radius:999px;background:var(--nw-paper);height:44px}
.qty button{width:40px;height:100%;font-size:18px;color:var(--nw-ink-2);border-radius:999px}
.qty button:hover{color:var(--nw-forest)}
.qty span{min-width:28px;text-align:center;font-weight:600;font-variant-numeric:tabular-nums}
.qty--sm{height:32px;margin-top:6px}
.qty--sm button{width:30px;font-size:15px}
.pdp__ctas{display:grid;gap:10px;margin-bottom:14px}
/* "Order with Protecht Protection": the one Protecht-styled control on the page. Navy, 8px, no glow. */
.nw-btn--pt{background:var(--pt-ink);color:var(--pt-fg);position:relative;border-radius:var(--pt-r);font-family:var(--pt-font);box-shadow:none;border-color:var(--pt-ink)}
.nw-btn--pt:hover{background:var(--pt-ink-3);border-color:var(--pt-ink-3)}
.nw-btn--pt[aria-expanded="true"]{border-radius:var(--pt-r) var(--pt-r) 0 0}
.nw-btn--pt .pt-mark{width:20px;height:20px;border-radius:var(--pt-r-sm);background:var(--pt-copper);display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}
.nw-btn--pt .pt-mark svg{width:13px;height:13px;color:#1A0F07}
/* the pitch drawer opens as a navy panel directly under that button */
.pitch{display:none;margin:-10px 0 18px;border:1px solid var(--pt-rule);border-top:0;border-radius:0 0 var(--pt-r) var(--pt-r);background:var(--pt-ink);color:var(--pt-fg);font-family:var(--pt-font);overflow:hidden}
.pitch.show{display:block;animation:pitchIn .28s var(--pt-ease)}
@keyframes pitchIn{from{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:none}}
.pitch__head{display:flex;align-items:center;gap:10px;padding:14px 18px;border-top:1px solid var(--pt-rule);border-bottom:1px solid var(--pt-rule)}
.pitch__head img{width:22px;height:22px}
.pitch__head b{font-weight:600;font-size:14.5px;color:var(--pt-fg)}
.pitch__head span{margin-left:auto;font-size:12px;color:var(--pt-copper-hi);font-weight:500}
.pitch__body{padding:16px 18px 18px}
.pitch__body p{font-size:13.5px;color:var(--pt-fg-2);margin-bottom:12px;line-height:1.55}
.pitch ul{list-style:none;display:grid;gap:0;margin-bottom:14px;border-top:1px solid var(--pt-rule)}
.pitch li{display:flex;gap:10px;align-items:flex-start;font-size:13.5px;color:var(--pt-fg-2);line-height:1.5;padding:9px 0;border-bottom:1px solid var(--pt-rule)}
.pitch li svg{width:16px;height:16px;flex-shrink:0;margin-top:2px;color:var(--pt-ok)}
.pitch li b{color:var(--pt-fg);font-weight:600}
.pitch__line{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:12px 0;font-size:13.5px;color:var(--pt-fg-2);margin-bottom:12px}
.pitch__line b{font-family:var(--pt-mono);font-size:16px;color:var(--pt-fg);font-variant-numeric:tabular-nums}
.pitch__line span span{font-family:var(--pt-mono);font-variant-numeric:tabular-nums}
.pitch__line i{font-style:normal;color:var(--pt-copper-hi);font-weight:500}
.pitch__fine{font-size:12px;color:var(--pt-muted);margin-top:10px;line-height:1.5}
.pitch__fine a{color:var(--pt-copper-hi);font-weight:500;border-bottom:1px solid transparent}
.pitch__fine a:hover{border-bottom-color:var(--pt-copper)}
.specs{border-top:1px solid var(--nw-line);margin-top:8px}
.specs h2{font-family:var(--nw-body);font-size:13px;letter-spacing:0;color:var(--nw-ink-3);font-weight:600;padding:18px 0 8px}
.spec{display:flex;justify-content:space-between;gap:16px;padding:10px 0;border-bottom:1px solid var(--nw-line);font-size:13.5px}
.spec span:first-child{color:var(--nw-ink-2)}
.spec span:last-child{font-weight:500;text-align:right}
.also{padding:0 0 72px}
@media(max-width:860px){.pdp .wrap{grid-template-columns:1fr;gap:28px}.pdp__gallery{position:static}}

/* ---------- cart drawer ---------- */
.drawer-bg{position:fixed;inset:0;background:rgba(27,31,28,.45);opacity:0;pointer-events:none;transition:opacity .25s;z-index:90}
.drawer-bg.open{opacity:1;pointer-events:auto}
.drawer{position:fixed;top:0;right:0;bottom:0;width:min(420px,100%);background:var(--nw-bg);z-index:91;transform:translateX(102%);transition:transform .32s var(--nw-ease);display:flex;flex-direction:column;box-shadow:var(--nw-sh-lg)}
.drawer.open{transform:none}
.drawer__head{display:flex;align-items:center;justify-content:space-between;padding:20px 22px;border-bottom:1px solid var(--nw-line)}
.drawer__head h2{font-size:1.35rem;display:flex;align-items:center;gap:10px}
.drawer__n{font-family:var(--nw-body);font-size:12px;font-weight:700;background:var(--nw-forest);color:#fff;border-radius:999px;min-width:22px;height:22px;padding:0 7px;display:inline-flex;align-items:center;justify-content:center}
.drawer__x{width:38px;height:38px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--nw-ink-2)}
.drawer__x:hover{background:var(--nw-sand)}
.drawer__x svg{width:20px;height:20px}
.drawer__empty{padding:48px 22px;text-align:center;color:var(--nw-ink-2);display:grid;gap:18px;justify-items:center}
.drawer__items{flex:1;overflow-y:auto;padding:8px 22px}
.drawer__item{display:grid;grid-template-columns:64px 1fr auto;gap:14px;padding:16px 0;border-bottom:1px solid var(--nw-line);align-items:start}
.drawer__name{font-weight:600;font-size:14px;line-height:1.3;display:block}
.drawer__name:hover{color:var(--nw-forest)}
.drawer__price{font-size:13.5px;color:var(--nw-ink-2);margin-top:2px}
.drawer__rm{font-size:12.5px;color:var(--nw-ink-3);text-decoration:underline;text-underline-offset:3px;padding:2px 0}
.drawer__rm:hover{color:var(--nw-err)}
.drawer__foot{padding:18px 22px 22px;border-top:1px solid var(--nw-line);background:var(--nw-paper);display:grid;gap:10px}
.drawer__row{display:flex;justify-content:space-between;font-size:15px}
.drawer__row b{font-weight:600}
.drawer__hint{display:flex;gap:9px;align-items:flex-start;font-family:var(--pt-font);font-size:12.5px;color:var(--nw-ink-2);line-height:1.45;margin:0 0 4px;padding:6px 0 6px 12px;border-left:3px solid var(--pt-copper);max-width:none}
.drawer__hint svg{width:16px;height:16px;flex-shrink:0;color:var(--pt-copper-ink);margin-top:1px}
.drawer__hint b{color:var(--nw-ink);font-weight:600}

/* ---------- toast ---------- */
.nw-toast{position:fixed;left:50%;bottom:26px;transform:translateX(-50%) translateY(16px);background:var(--nw-ink);color:#fff;padding:11px 18px;border-radius:999px;font-size:13.5px;font-weight:500;opacity:0;transition:opacity .25s,transform .25s;z-index:120;pointer-events:none;box-shadow:var(--nw-sh-lg);max-width:calc(100% - 32px);text-align:center}
.nw-toast.show{opacity:1;transform:translateX(-50%)}

/* ---------- checkout ---------- */
.co{padding:34px 0 72px}
.co h1{font-size:clamp(1.7rem,3vw,2.2rem);font-weight:500;margin-bottom:6px}
.co__sub{color:var(--nw-ink-2);font-size:14px;margin-bottom:28px}
.co__layout{display:grid;grid-template-columns:1.15fr .95fr;gap:36px;align-items:start}
@media(max-width:900px){.co__layout{grid-template-columns:1fr;gap:24px}.co__side{order:-1}}
.co-card{background:var(--nw-paper);border:1px solid var(--nw-line);border-radius:var(--nw-r-xl);padding:24px;margin-bottom:18px;box-shadow:var(--nw-sh)}
.co-card h2{font-family:var(--nw-body);font-size:15px;font-weight:600;letter-spacing:0;display:flex;align-items:center;gap:10px;margin-bottom:16px}
.co-card h2 .n{width:24px;height:24px;border-radius:50%;background:var(--nw-forest);color:#fff;font-size:12px;display:inline-flex;align-items:center;justify-content:center;font-weight:700}
.f{display:flex;flex-direction:column;gap:6px;margin-bottom:14px}
.f label{font-size:12.5px;font-weight:600;color:var(--nw-ink-2)}
.f .err{display:none;font-size:12px;color:var(--nw-err);font-weight:500}
.f.invalid .err{display:block}
.f.invalid .in{border-color:var(--nw-err)}
.in{width:100%;height:46px;padding:0 14px;border:1.5px solid var(--nw-line-2);border-radius:var(--nw-r);background:var(--nw-paper);font-size:14px;transition:border-color .15s,box-shadow .15s}
.in:focus{outline:none;border-color:var(--nw-forest);box-shadow:0 0 0 4px rgba(30,74,56,.12)}
.in::placeholder{color:#858D86}
.fr{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.fr--3{grid-template-columns:2fr 1fr 1fr}
@media(max-width:560px){.fr,.fr--3{grid-template-columns:1fr}}
.ship-opt{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 16px;border:1.5px solid var(--nw-forest);background:var(--nw-sage-2);border-radius:var(--nw-r);font-size:14px}
.ship-opt b{display:block;font-weight:600}
.ship-opt small{color:var(--nw-ink-2);font-size:12.5px}
.ship-opt .free{color:var(--nw-ok);font-weight:600}
.pay-note{display:flex;gap:14px;align-items:flex-start;padding:16px 18px;border-radius:var(--pt-r);background:var(--pt-ink);border:1px solid var(--pt-rule);font-family:var(--pt-font);font-size:13.5px;color:var(--pt-fg-2);line-height:1.6}
.pay-note img{width:26px;height:26px;flex-shrink:0;margin-top:2px}
.pay-note b{color:var(--pt-fg);font-weight:600}
.pay-note code{white-space:nowrap;font-family:var(--pt-mono);font-size:12.5px;background:var(--pt-ink-2);border:1px solid var(--pt-rule-2);padding:2px 7px;border-radius:var(--pt-r-sm);color:var(--pt-copper-hi)}
.co__side{position:sticky;top:88px}
@media(max-width:900px){.co__side{position:static}}
.sum h2{margin-bottom:6px}
.sum__items{border-bottom:1px solid var(--nw-line);margin-bottom:6px}
.sum__item{display:grid;grid-template-columns:56px 1fr auto;gap:12px;align-items:center;padding:12px 0;font-size:14px}
.sum__item .art--thumb{width:56px;height:56px;border-radius:10px;overflow:visible}
.sum__item .art--thumb svg{border-radius:10px}
.sum__item .art--thumb::after{content:attr(data-qty);position:absolute;top:-6px;right:-6px;min-width:20px;height:20px;padding:0 6px;border-radius:999px;background:var(--nw-ink-2);color:#fff;font-size:11px;font-weight:700;display:flex;align-items:center;justify-content:center}
.sum__name{font-weight:600;line-height:1.3}
.sum__meta{font-size:12.5px;color:var(--nw-ink-3)}
.sum__amt{font-weight:600;text-align:right;font-variant-numeric:tabular-nums}
/* the protection line: a navy panel with the copper shield; when switched off it goes quiet */
.prot{display:flex;gap:12px;align-items:flex-start;padding:14px;margin:10px 0 6px;border-radius:var(--pt-r);border:1px solid var(--pt-rule);background:var(--pt-ink);color:var(--pt-fg);font-family:var(--pt-font);transition:border-color .2s,background .2s,color .2s}
.prot.off{border-color:var(--nw-line-2);background:var(--nw-paper);color:var(--nw-ink)}
.prot__ic{width:36px;height:36px;border-radius:var(--pt-r-sm);background:var(--pt-copper);display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background .2s}
.prot__ic svg{width:20px;height:20px;color:#1A0F07}
.prot.off .prot__ic{background:var(--nw-sand-2)}
.prot.off .prot__ic svg{color:var(--nw-ink-3)}
.prot__body{flex:1;min-width:0}
.prot__t{display:flex;align-items:center;justify-content:space-between;gap:10px;font-weight:600;font-size:14px}
.prot__fee{font-family:var(--pt-mono);font-weight:600;color:var(--pt-copper-hi);font-variant-numeric:tabular-nums;transition:color .2s}
.prot.off .prot__fee{color:var(--nw-ink-3)}
.prot__d{font-size:12.5px;color:var(--pt-fg-2);margin-top:3px;line-height:1.45;transition:color .2s}
.prot.off .prot__d{color:var(--nw-ink-2)}
.prot__d a{color:var(--pt-copper-hi);font-weight:500;border-bottom:1px solid transparent}
.prot__d a:hover{border-bottom-color:var(--pt-copper)}
.prot.off .prot__d a{color:var(--pt-copper-ink)}
/* switch: rectangular, 4px, no pill */
.sw{position:relative;display:inline-flex;align-items:center;cursor:pointer;flex-shrink:0;margin-top:2px}
.sw input{position:absolute;opacity:0;width:0;height:0}
.sw__track{width:44px;height:24px;border-radius:var(--pt-r-sm);background:var(--pt-rule-2);position:relative;transition:background .2s}
.prot.off .sw__track{background:var(--nw-line-2)}
.sw__track::after{content:'';position:absolute;top:3px;left:3px;width:18px;height:18px;border-radius:3px;background:#fff;transition:transform .2s var(--pt-ease)}
.sw input:checked+.sw__track{background:var(--pt-copper)}
.sw input:checked+.sw__track::after{transform:translateX(20px)}
.sw input:focus-visible+.sw__track{outline:2px solid var(--pt-copper);outline-offset:3px}
.tot{padding-top:8px}
.tot__row{display:flex;justify-content:space-between;padding:6px 0;font-size:14px;color:var(--nw-ink-2)}
.tot__row .free{color:var(--nw-ok);font-weight:600}
.tot__row--fee{color:var(--pt-copper-ink)}
.tot__row--fee b{font-weight:600;font-variant-numeric:tabular-nums}
.tot__row--total{border-top:1px solid var(--nw-line);margin-top:8px;padding-top:14px;font-size:17px;color:var(--nw-ink);font-weight:600}
.tot__row--total b{font-family:var(--nw-display);font-size:1.5rem;font-weight:600}
.place{margin-top:16px}
.fine{font-size:12px;color:var(--nw-ink-3);text-align:center;margin-top:12px;line-height:1.55}
.fine a{color:var(--nw-forest);font-weight:600}
.co-err{display:none;gap:10px;align-items:flex-start;padding:12px 14px;border-radius:var(--nw-r);background:var(--nw-err-soft);color:var(--nw-err);font-size:13.5px;font-weight:500;margin-top:12px;line-height:1.45}
.co-err.show{display:flex}
.co-err svg{width:18px;height:18px;flex-shrink:0;margin-top:1px}

/* demo email box: a Protecht panel (it talks to the Protecht API) */
.demo-mail{border:1px solid var(--pt-rule);background:var(--pt-ink);color:var(--pt-fg);font-family:var(--pt-font);border-radius:var(--pt-r);padding:18px;margin-top:18px}
.demo-mail h3{font-family:var(--pt-font);font-size:14px;font-weight:600;color:var(--pt-fg);display:flex;gap:8px;align-items:center;margin-bottom:4px;letter-spacing:0}
.demo-mail h3 svg{width:16px;height:16px;color:var(--pt-copper-hi)}
.demo-mail p{font-size:12.5px;color:var(--pt-fg-2);margin-bottom:12px;line-height:1.5}
.demo-mail form{display:flex;gap:8px}
.demo-mail .in{height:42px;font-size:13.5px;background:var(--pt-ink-2);border:1px solid var(--pt-rule-2);border-radius:var(--pt-r-sm);color:var(--pt-fg);font-family:var(--pt-font)}
.demo-mail .in::placeholder{color:var(--placeholder,#5F6A87)}
.demo-mail .in:focus{border-color:var(--pt-copper);box-shadow:0 0 0 3px var(--pt-copper-soft)}
.demo-mail .nw-btn{height:42px;padding:0 16px;font-size:13.5px;font-family:var(--pt-font);border-radius:var(--pt-r-sm);background:transparent;border:1px solid var(--pt-rule-2);color:var(--pt-fg);box-shadow:none}
.demo-mail .nw-btn:hover{border-color:var(--pt-copper);color:var(--pt-copper-hi);background:transparent}
.demo-mail .nw-btn:focus-visible{outline-color:var(--pt-copper)}
.demo-mail .co-err{background:transparent;border-left:3px solid var(--pt-err);border-radius:0;color:var(--pt-err);padding:8px 12px;font-family:var(--pt-font)}
@media(max-width:480px){.demo-mail form{flex-direction:column}}
.demo-mail__ok{display:none;margin-top:12px;padding:14px;border-radius:var(--pt-r-sm);background:var(--pt-ink-2);border:1px solid var(--pt-rule)}
.demo-mail__ok.show{display:block}
.demo-mail__ok .lbl{font-size:12px;color:var(--pt-muted);font-weight:500}
.demo-mail__ok .code{font-family:var(--pt-mono);font-size:1.35rem;font-weight:600;letter-spacing:.14em;color:var(--pt-copper-hi);margin:4px 0 8px}
.demo-mail__ok .links{display:flex;gap:16px;flex-wrap:wrap;font-size:13px;font-weight:500}
.demo-mail__ok .links a{color:var(--pt-copper-hi);border-bottom:1px solid transparent}
.demo-mail__ok .links a:hover{border-bottom-color:var(--pt-copper)}
.demo-mail__ok small{display:block;font-size:12px;color:var(--pt-muted);margin-top:8px;line-height:1.45}

/* empty / done states */
.state{max-width:640px;margin:0 auto;padding:56px 0 40px;text-align:center}
.state__ic{width:72px;height:72px;border-radius:50%;margin:0 auto 20px;display:flex;align-items:center;justify-content:center;background:var(--nw-sage);color:var(--nw-forest)}
.state__ic svg{width:34px;height:34px}
.state__ic--pt{border-radius:var(--pt-r);background:var(--pt-ink);color:var(--pt-copper-hi)}
.state h1{font-size:clamp(1.8rem,3.4vw,2.4rem);font-weight:500;margin-bottom:10px}
.state p{color:var(--nw-ink-2);font-size:15px;line-height:1.6;margin:0 auto 10px}
.state__order{display:inline-flex;gap:8px;align-items:center;font-size:13px;font-weight:600;background:var(--nw-paper);border:1px solid var(--nw-line);border-radius:999px;padding:7px 14px;margin:8px 0 18px}
.state__order code{font-family:'IBM Plex Mono',ui-monospace,Menlo,monospace;font-weight:600}
.state__ctas{display:flex;gap:10px;justify-content:center;flex-wrap:wrap;margin:22px 0 10px}
.state .co-card{text-align:left;margin-top:26px}
.state .sum__items{border-bottom:0;margin-bottom:0}
/* "what just happened": the Protecht explainer, on navy */
.pt-strip{display:flex;gap:14px;align-items:flex-start;text-align:left;padding:16px 18px;border-radius:var(--pt-r);background:var(--pt-ink);border:1px solid var(--pt-rule);margin-top:22px;font-family:var(--pt-font);font-size:13.5px;color:var(--pt-fg-2);line-height:1.6}
.pt-strip img{width:26px;height:26px;flex-shrink:0;margin-top:2px}
.pt-strip b{color:var(--pt-fg);font-weight:600}
.pt-strip a{color:var(--pt-copper-hi);font-weight:500;border-bottom:1px solid transparent}
.pt-strip a:hover{border-bottom-color:var(--pt-copper)}

@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important}}
