/* ==========================================================================
   Off the Felt  ·  store  ·  preview build
   Palette and type follow the Leeside house brand:
   ground #080d08 · card #0f160f · gold #c9a84c · ink #f3ecd8 · muted #9a9484
   Font files sit in assets/fonts/, so these url() values are relative to
   THIS file and must stay that way.
   ========================================================================== */

@font-face{font-family:'Playfair Display';font-style:normal;font-weight:400 900;font-display:swap;src:url('fonts/playfair-var.woff2') format('woff2')}
@font-face{font-family:'Inter';font-style:normal;font-weight:400 700;font-display:swap;src:url('fonts/inter-var.woff2') format('woff2')}

:root{
  --ground:#080d08;
  --card:#0f160f;
  --raise:#1a251a;
  --gold:#c9a84c;
  --gold-hi:#d6b75f;
  --ink:#f3ecd8;
  --muted:#9a9484;
  --line:#232e23;
  --display:'Playfair Display',Georgia,serif;
  --body:'Inter',system-ui,-apple-system,sans-serif;
  --wrap:1280px;
  --sec:clamp(64px,9vw,96px);
  --gap:16px;
  --btn-h:52px;
  --r:6px;
  --r-card:8px;
  --r-modal:12px;
  --cookie-h:0px;
}

*,*::before,*::after{box-sizing:border-box}
html{-webkit-text-size-adjust:100%}
body{
  margin:0;background:var(--ground);color:var(--ink);
  font-family:var(--body);font-size:16px;line-height:1.65;font-weight:400;
  -webkit-font-smoothing:antialiased;overflow-x:hidden;
}
body.locked{overflow:hidden}
img,svg,video{max-width:100%;height:auto;display:block}
a{color:inherit}
h1,h2,h3,h4{font-family:var(--display);font-weight:600;line-height:1.15;letter-spacing:-.01em;margin:0}
p{margin:0}
ul{margin:0}

/* ---------- skip link ---------- */
.skip{position:absolute;left:-9999px;top:0;z-index:200;background:var(--gold);color:var(--ground);
  padding:.75rem 1.25rem;border-radius:0 0 var(--r) 0;font-weight:600}
.skip:focus{left:0}

:where(a,button,input,select,textarea,summary,[tabindex]):focus-visible{
  outline:2px solid var(--gold);outline-offset:3px;border-radius:2px}

/* ---------- layout ---------- */
.wrap{width:100%;max-width:var(--wrap);margin-inline:auto;padding-inline:20px}
@media(min-width:760px){.wrap{padding-inline:32px}}
.sec{padding-block:var(--sec);border-top:1px solid var(--line)}
.sec:first-of-type{border-top:0}
.sec-alt{background:var(--card)}
.sec-head{text-align:center;max-width:62ch;margin-inline:auto;margin-block-end:clamp(28px,4vw,44px)}
.sec-head h2{font-size:clamp(26px,3.6vw,40px)}
.sec-head p{margin-block-start:14px;color:var(--muted)}
.eyebrow{font-size:11px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--gold);margin-block-end:14px}

/* ---------- buttons ---------- */
.btn{
  display:inline-flex;align-items:center;justify-content:center;
  min-height:var(--btn-h);padding:0 1.9rem;border-radius:var(--r);
  font-family:var(--body);font-size:15px;font-weight:600;letter-spacing:.02em;
  border:1px solid transparent;cursor:pointer;text-decoration:none;
  transition:background .2s,border-color .2s,color .2s;
}
.btn-gold{background:var(--gold);color:#12100a;border-color:var(--gold)}
.btn-gold:hover{background:var(--gold-hi);border-color:var(--gold-hi)}
.btn-ghost{background:var(--card);color:var(--ink);border-color:var(--line)}
.btn-ghost:hover{border-color:var(--gold);color:var(--gold)}
.btn-wide{width:100%}
.btn[disabled]{opacity:.55;cursor:not-allowed}
.tlink{color:var(--ink);text-decoration:underline;text-decoration-color:var(--muted);
  text-decoration-thickness:1px;text-underline-offset:3px;background:none;border:0;
  font:inherit;padding:0;cursor:pointer}
.tlink:hover{text-decoration-color:var(--gold);color:var(--gold)}

/* ---------- header ---------- */
.hdr{position:sticky;top:0;z-index:60;background:rgba(8,13,8,.94);
  backdrop-filter:blur(8px);border-bottom:1px solid var(--line)}
.hdr-in{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:68px}
.brand{display:flex;align-items:center;gap:12px;text-decoration:none;flex:0 0 auto}
.mark{width:74px;height:auto}
.wordmark{font-family:var(--display);font-weight:700;font-size:19px;letter-spacing:.1em;color:var(--ink)}
.nav-links{display:none;gap:28px;list-style:none;padding:0;margin:0}
.nav-links a{text-decoration:none;font-size:14px;letter-spacing:.03em;color:var(--ink)}
.nav-links a:hover,.nav-links a[aria-current="page"]{color:var(--gold)}
.hdr-end{display:flex;align-items:center;gap:8px;flex:0 0 auto}
.icon-btn{display:flex;align-items:center;justify-content:center;min-width:44px;min-height:44px;
  background:none;border:1px solid transparent;border-radius:var(--r);color:var(--ink);cursor:pointer}
.icon-btn:hover{border-color:var(--line);color:var(--gold)}
.icon-btn svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.6}
.cart-btn{position:relative;text-decoration:none}
.cart-count{position:absolute;top:4px;right:4px;min-width:18px;height:18px;padding:0 4px;
  border-radius:9px;background:var(--gold);color:#12100a;font-size:11px;font-weight:700;
  line-height:18px;text-align:center}
.cart-count[hidden]{display:none}
@media(min-width:900px){
  .nav-links{display:flex}
  .burger{display:none}
}

/* mobile menu */
.menu{display:none;border-top:1px solid var(--line);background:var(--card)}
.menu.open{display:block}
@media(min-width:900px){.menu{display:none !important}}
.menu ul{list-style:none;margin:0;padding:8px 0 20px;text-align:center}
.menu a{display:block;padding:14px 20px;text-decoration:none;font-size:16px}
.menu a:hover{color:var(--gold)}

/* ---------- hero ---------- */
.hero{text-align:center;padding-block:clamp(64px,12vw,132px);border-bottom:1px solid var(--line)}
.hero h1{font-size:clamp(38px,7vw,72px);line-height:1.05;font-weight:600}
.hero p{margin-block-start:20px;color:var(--muted);font-size:clamp(16px,1.7vw,19px);
  max-width:42ch;margin-inline:auto}
.hero .btn{margin-block-start:32px}
.hero-rule{width:64px;height:1px;background:var(--gold);margin:28px auto 0}

/* ---------- product cards ---------- */
.grid{display:grid;gap:var(--gap);grid-template-columns:repeat(2,1fr)}
@media(min-width:900px){.grid{gap:24px;grid-template-columns:repeat(4,1fr)}}
.grid-3{display:grid;gap:var(--gap);grid-template-columns:1fr}
@media(min-width:760px){.grid-3{gap:24px;grid-template-columns:repeat(3,1fr)}}
.grid-2{display:grid;gap:var(--gap);grid-template-columns:1fr}
@media(min-width:760px){.grid-2{gap:24px;grid-template-columns:repeat(2,1fr)}}

.pcard{background:var(--card);border:1px solid var(--line);border-radius:var(--r-card);
  padding:12px 12px 20px;text-align:center;display:flex;flex-direction:column}
.pcard:hover{background:var(--raise)}
.pcard-media{display:block;border-radius:var(--r);overflow:hidden;background:var(--ground)}
.pcard-media img{width:100%;height:auto;aspect-ratio:1/1;object-fit:cover}
.pcard h3{margin-block-start:16px;font-size:17px;font-weight:600}
.pcard h3 a{text-decoration:none}
.pcard h3 a:hover{color:var(--gold)}
.pcard .price{margin-block-start:6px;font-size:14px;color:var(--muted)}
.pcard .swatches{display:flex;justify-content:center;gap:7px;margin-block-start:12px}
.dot{width:12px;height:12px;border-radius:50%;border:1px solid var(--line)}
.pcard .btn{margin-block-start:16px}
.pcard-foot{margin-block-start:auto}

.tag{display:inline-block;border:1px solid rgba(201,168,76,.3);background:rgba(201,168,76,.08);
  color:var(--gold);border-radius:var(--r);padding:4px 10px;
  font-size:11px;font-weight:600;letter-spacing:.12em;text-transform:uppercase}

/* ---------- joke strip ---------- */
.joke{text-align:center;border-block:1px solid var(--gold);background:var(--card)}
.joke-in{max-width:720px;margin-inline:auto;padding-block:clamp(48px,7vw,80px)}
.joke blockquote{margin:0;font-family:var(--display);font-style:italic;font-weight:500;
  font-size:clamp(24px,4vw,38px);line-height:1.3}
.joke img,.joke svg{width:200px;height:120px;margin:26px auto 0}
.joke figcaption{margin-block-start:18px;color:var(--muted);font-size:14px}

/* ---------- collection cards ---------- */
.ccard{position:relative;border:1px solid var(--line);border-radius:var(--r-card);
  overflow:hidden;background:var(--card);text-align:center;
  display:flex;flex-direction:column;align-items:center;justify-content:center;
  padding:clamp(36px,6vw,64px) 24px;min-height:240px}
.ccard h3{font-size:clamp(22px,3vw,30px)}
.ccard p{margin-block-start:12px;color:var(--muted);font-size:15px;max-width:38ch}
.ccard .btn{margin-block-start:22px}

/* ---------- about strip ---------- */
.split{display:grid;gap:clamp(28px,5vw,64px);align-items:center;grid-template-columns:1fr}
@media(min-width:900px){.split{grid-template-columns:1fr 1fr}}
.split .fig{margin:0;border:1px solid var(--line);border-radius:var(--r-card);overflow:hidden}
.split .fig img{width:100%;height:auto}
.split .copy{text-align:center}
.split .copy h2{font-size:clamp(26px,3.6vw,40px)}
.split .copy p{margin-block-start:16px;color:var(--muted)}
.split .copy .btn{margin-block-start:26px}
.temp-note{margin-block-start:10px;font-size:12px;letter-spacing:.08em;text-transform:uppercase;color:var(--muted)}

/* ---------- info cards ---------- */
.icard{background:var(--card);border:1px solid var(--line);border-radius:var(--r-card);
  padding:28px 22px;text-align:center}
.icard h3{font-size:19px}
.icard p{margin-block-start:10px;color:var(--muted);font-size:15px}

/* ---------- forms ---------- */
.form{max-width:520px;margin-inline:auto;text-align:left}
.field{margin-block-end:18px}
.field label{display:block;font-size:14px;font-weight:600;margin-block-end:8px;color:var(--ink)}
.field .hint{font-size:13px;color:var(--muted);margin-block-end:8px}
input[type=text],input[type=email],textarea,select{
  width:100%;min-height:var(--btn-h);background:var(--ground);color:var(--ink);
  border:1px solid var(--line);border-radius:var(--r);padding:.85rem 1rem;
  font-family:var(--body);font-size:16px;line-height:1.5}
textarea{min-height:150px;resize:vertical}
input::placeholder,textarea::placeholder{color:var(--muted)}
input:focus,textarea:focus,select:focus{border-color:var(--gold);outline:none}
.hp,.vh{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}
.notice{margin-block-start:14px;font-size:14px;color:var(--gold);text-align:left}
.notice[hidden]{display:none}
.consent{display:flex;gap:10px;align-items:flex-start;font-size:14px;color:var(--muted);text-align:left}
.consent input{width:18px;height:18px;min-height:0;margin-block-start:4px;flex:0 0 auto;accent-color:var(--gold)}

/* newsletter */
.news{display:flex;flex-direction:column;gap:12px;max-width:460px;margin-inline:auto}
@media(min-width:620px){.news{flex-direction:row}.news input{flex:1}}
.news-line{margin-block-start:14px;font-size:14px;color:var(--muted);text-align:center}

/* ---------- FAQ / accordions (left aligned on purpose) ---------- */
.acc{max-width:760px;margin-inline:auto;text-align:left;border-top:1px solid var(--line)}
.acc-q{width:100%;display:flex;align-items:center;justify-content:space-between;gap:16px;
  background:none;border:0;border-bottom:1px solid var(--line);
  padding:20px 4px;min-height:56px;color:var(--ink);
  font-family:var(--body);font-size:16px;font-weight:600;text-align:left;cursor:pointer}
.acc-q:hover{color:var(--gold)}
.acc-q .pm{flex:0 0 auto;color:var(--gold);font-size:22px;line-height:1;font-weight:400}
.acc-q[aria-expanded="true"] .pm{transform:rotate(45deg)}
.acc-p{display:none;padding:4px 4px 22px;border-bottom:1px solid var(--line);
  color:var(--muted);font-size:15px;text-align:left}
.acc-p.open{display:block}
.acc-p p+p{margin-block-start:12px}

/* ---------- breadcrumb ---------- */
.crumb{font-size:13px;color:var(--muted);text-align:center;padding-block-start:24px}
.crumb a{text-decoration:underline;text-decoration-color:var(--line);text-underline-offset:3px}
.crumb a:hover{color:var(--gold)}

/* ---------- product page ---------- */
.pdp{display:grid;gap:clamp(28px,5vw,56px);grid-template-columns:1fr;align-items:start}
@media(min-width:960px){.pdp{grid-template-columns:55fr 45fr}}
.gallery{text-align:center}
.gallery-main{border:1px solid var(--line);border-radius:var(--r-card);overflow:hidden;background:var(--card)}
.gallery-main img{width:100%;aspect-ratio:1/1;object-fit:cover}
.thumbs{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-block-start:12px}
.thumb{padding:0;background:var(--card);border:1px solid var(--line);border-radius:var(--r);
  overflow:hidden;cursor:pointer}
.thumb[aria-current="true"]{border-color:var(--gold)}
.thumb img{width:100%;aspect-ratio:1/1;object-fit:cover}
.buy{text-align:center}
.buy h1{font-size:clamp(28px,4vw,40px)}
.buy .price{margin-block-start:12px;font-size:20px;color:var(--gold);font-weight:600}
.buy .line{margin-block-start:14px;color:var(--muted)}
.opt{margin-block-start:26px}
.opt-label{font-size:11px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;
  color:var(--muted);margin-block-end:10px}
.chips{display:flex;flex-wrap:wrap;justify-content:center;gap:8px}
.chip{min-width:52px;min-height:44px;padding:0 12px;background:transparent;color:var(--muted);
  border:1px solid var(--line);border-radius:var(--r);font-family:var(--body);font-size:14px;
  cursor:pointer}
.chip[aria-pressed="true"]{border-color:var(--gold);background:var(--raise);color:var(--ink)}
.qty{display:flex;align-items:center;justify-content:center;gap:0;
  border:1px solid var(--line);border-radius:var(--r);width:150px;margin-inline:auto;overflow:hidden}
.qty button{width:48px;height:48px;background:none;border:0;color:var(--ink);font-size:20px;cursor:pointer}
.qty button:hover{background:var(--raise);color:var(--gold)}
.qty output{flex:1;text-align:center;font-size:16px;font-weight:600}
.buy .btn-wide{margin-block-start:26px}
.buy .made{margin-block-start:14px;font-size:14px;color:var(--muted)}

/* sticky product bar */
.pbar{position:fixed;left:0;right:0;bottom:var(--cookie-h);z-index:55;
  display:flex;align-items:center;gap:12px;
  background:var(--card);border-top:1px solid var(--line);
  padding:12px 20px calc(12px + env(safe-area-inset-bottom))}
.pbar .p{flex:1;text-align:left;font-size:15px;font-weight:600;color:var(--gold)}
.pbar .btn{flex:0 0 auto}
@media(min-width:960px){.pbar{display:none}}
body.has-pbar{padding-block-end:96px}
@media(min-width:960px){body.has-pbar{padding-block-end:0}}

/* ---------- shop controls ---------- */
.controls{display:flex;flex-direction:column;gap:16px;align-items:center;
  margin-block-end:clamp(24px,4vw,40px)}
.filters{display:flex;flex-wrap:wrap;justify-content:center;gap:8px}
.controls .sort{display:flex;align-items:center;gap:10px;font-size:14px;color:var(--muted)}
.controls .sort select{width:auto;min-height:44px;padding:.5rem 2rem .5rem .8rem}
.count{font-size:14px;color:var(--muted);text-align:center;margin-block-start:24px}

/* ---------- cart ---------- */
.cart-list{max-width:820px;margin-inline:auto;display:flex;flex-direction:column;gap:var(--gap)}
.cline{display:grid;grid-template-columns:72px 1fr;gap:16px;align-items:center;
  background:var(--card);border:1px solid var(--line);border-radius:var(--r-card);padding:14px;text-align:left}
.cline img{width:72px;height:72px;border-radius:var(--r);object-fit:cover}
.cline h3{font-size:16px}
.cline .meta{font-size:13px;color:var(--muted);margin-block-start:4px}
.cline-row{display:flex;flex-wrap:wrap;align-items:center;gap:12px;margin-block-start:12px}
.cline .qty{width:120px;margin-inline:0}
.cline .qty button{width:38px;height:38px}
.cart-sum{max-width:820px;margin:clamp(24px,4vw,36px) auto 0;background:var(--card);
  border:1px solid var(--line);border-radius:var(--r-card);padding:24px;text-align:center}
.cart-sum .row{display:flex;justify-content:space-between;gap:16px;font-size:16px;text-align:left}
.cart-sum .row+.row{margin-block-start:10px}
.cart-sum .row b{font-family:var(--display);font-size:20px;color:var(--gold)}
.cart-sum .btn{margin-block-start:22px}
.cart-sum .small{margin-block-start:14px;font-size:13px;color:var(--muted)}
.empty{text-align:center;color:var(--muted)}
.empty .btn{margin-block-start:22px}

/* ---------- CTA band ---------- */
.cta{text-align:center;background:var(--card);border-top:1px solid var(--line)}
.cta h2{font-size:clamp(24px,3.4vw,36px)}
.cta p{margin-block-start:14px;color:var(--muted);max-width:52ch;margin-inline:auto}
.cta .btn{margin-block-start:26px}

/* ---------- footer ---------- */
.foot{background:var(--ground);border-top:1px solid var(--line);text-align:center}
.foot-in{padding-block:clamp(48px,7vw,72px) 32px}
.foot .brand{justify-content:center;display:inline-flex}
.foot-tag{margin-block-start:16px;color:var(--muted);font-size:15px}
.foot-nav{list-style:none;margin:26px 0 0;padding:0;display:flex;flex-wrap:wrap;
  justify-content:center;gap:14px 24px}
.foot-nav a,.foot-nav button{font-size:14px;line-height:1.6;text-decoration:underline;
  text-decoration-color:var(--line);text-decoration-thickness:1px;text-underline-offset:4px;
  background:none;border:0;font-family:var(--body);color:var(--ink);cursor:pointer;padding:0}
.foot-nav a:hover,.foot-nav button:hover{text-decoration-color:var(--gold);color:var(--gold)}
.foot-social{display:flex;justify-content:center;gap:16px;margin-block-start:26px}
.foot-social a{display:flex;align-items:center;justify-content:center;width:44px;height:44px;
  border:1px solid var(--line);border-radius:var(--r);color:var(--ink)}
.foot-social a:hover{border-color:var(--gold);color:var(--gold)}
.foot-social svg{width:20px;height:20px}
.foot-legal{border-top:1px solid var(--line);padding-block:24px 32px;
  display:flex;flex-direction:column;gap:8px;align-items:center;
  font-size:13px;color:var(--muted)}
.foot-legal a{color:var(--muted);text-decoration:underline;
  text-decoration-color:var(--line);text-decoration-thickness:1px;text-underline-offset:3px}
.foot-legal a:hover{color:var(--gold);text-decoration-color:var(--gold)}
.foot-legal .plain{text-decoration:none}

/* ---------- back to top ---------- */
.totop{position:fixed;right:16px;bottom:calc(var(--cookie-h) + 16px);z-index:50;
  width:44px;height:44px;border-radius:50%;background:var(--card);
  border:1px solid var(--line);color:var(--ink);font-size:18px;line-height:1;cursor:pointer;
  opacity:0;visibility:hidden;transition:opacity .2s}
.totop.show{opacity:1;visibility:visible}
.totop:hover{border-color:var(--gold);color:var(--gold)}
body.has-pbar .totop{bottom:calc(var(--cookie-h) + 84px)}
@media(min-width:960px){body.has-pbar .totop{bottom:calc(var(--cookie-h) + 16px)}}

/* ---------- cookie bar ---------- */
.cookie{position:fixed;left:0;right:0;bottom:0;z-index:95;background:var(--card);
  border-top:1px solid var(--gold);
  padding:18px 20px calc(18px + env(safe-area-inset-bottom));text-align:center}
.cookie[hidden]{display:none}
.cookie p{max-width:70ch;margin-inline:auto;font-size:14px;color:var(--muted)}
.cookie-btns{display:flex;flex-wrap:wrap;justify-content:center;gap:10px;margin-block-start:14px}
.cookie-btns .btn{padding:0 1.6rem;font-size:14px}

/* ---------- modals ---------- */
.modal{position:fixed;inset:0;z-index:120;display:none;align-items:center;justify-content:center;
  padding:20px;background:rgba(3,6,3,.82)}
.modal[hidden]{display:none !important}
.modal.open{display:flex}
.modal-box{width:100%;max-width:720px;max-height:88vh;display:flex;flex-direction:column;
  background:#0b120b;border:1px solid var(--line);border-radius:var(--r-modal);
  box-shadow:0 16px 48px -8px rgba(0,0,0,.75)}
.modal-head{display:flex;align-items:center;justify-content:space-between;gap:16px;
  padding:20px 22px;border-bottom:1px solid var(--line)}
.modal-head h2{font-size:22px}
.modal-x{background:none;border:0;color:var(--ink);font-size:26px;line-height:1;
  min-width:44px;min-height:44px;cursor:pointer}
.modal-x:hover{color:var(--gold)}
.modal-body{padding:22px;overflow-y:auto;text-align:left;color:var(--muted);font-size:15px}
.modal-body h3{color:var(--ink);font-size:17px;margin-block-start:22px}
.modal-body h3:first-child{margin-block-start:0}
.modal-body p,.modal-body ul{margin-block-start:10px}
.modal-body ul{padding-inline-start:20px}
.modal-body li+li{margin-block-start:6px}
.modal-body a{color:var(--ink)}
.modal-foot{padding:18px 22px;border-top:1px solid var(--line);text-align:center}

/* ---------- misc ---------- */
.centre{text-align:center}
.lead{max-width:62ch;margin-inline:auto;color:var(--muted)}
/* The intro paragraph used to end flush on the divider below it. The bottom of
   this padding is what holds it off the rule, on every page that has a page
   head, so it is a token here rather than a fix on one page. */
.page-head{text-align:center;padding-block:clamp(48px,8vw,88px) clamp(32px,6vw,56px)}
.page-head h1{font-size:clamp(32px,5vw,52px)}
.page-head p{margin-block-start:16px;color:var(--muted);max-width:58ch;margin-inline:auto}
.tbc{color:var(--gold);font-weight:600}
.state{text-align:center;color:var(--muted);padding-block:40px}

@media (prefers-reduced-motion:reduce){
  *{animation-duration:.01ms !important;transition-duration:.01ms !important}
}

/* ==========================================================================
   Added 2026-09-08 with the brand, the extra pages and the US-first copy.
   These rules are injected after everything above, so where two rules touch
   the same property this block is the one that wins. That is deliberate.
   ========================================================================== */

/* ---------- the lockup ----------
   The mark is an image, the wordmark stays live text so it is selectable and
   searchable. Header sets them side by side; the footer stacks them, which is
   the real logo lockup. */
.brand{gap:10px}
.mark{width:52px;height:auto;opacity:.95}
.foot .brand{flex-direction:column;gap:14px;align-items:center}
.foot .mark{width:150px}
.foot .wordmark{font-size:22px}

/* ---------- one page-head rhythm ----------
   Every page opens the same way and with the same gaps: eyebrow, heading,
   one paragraph, then a button if the page has one. Without this the same
   three lines sit tighter on some pages than on others. */
.page-head .eyebrow,
.hero .eyebrow{margin-block-end:24px}
.page-head h1 + p,
.hero h1 + p{margin-block-start:16px}
.page-head .btn,
.hero .btn{margin-block-start:24px}
@media(min-width:900px){
  .page-head .eyebrow,
  .hero .eyebrow{margin-block-end:40px}
  .page-head h1 + p,
  .hero h1 + p{margin-block-start:20px}
}

/* ---------- collection marks ---------- */
.coll-mark{margin-inline:auto;margin-block-end:18px;opacity:.9}
.ccard .coll-mark{margin-block-end:16px}

/* ---------- tables: sizing and shipping ----------
   A wide table scrolls inside its own box. The page itself never scrolls
   sideways. */
.table-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch;
  border:1px solid var(--line);border-radius:var(--r-card);background:var(--card)}
.size-table{width:100%;border-collapse:collapse;min-width:420px;text-align:left}
.size-table caption{caption-side:top;padding:18px 18px 0;color:var(--muted);
  font-size:14px;text-align:center}
.size-table th,.size-table td{padding:14px 18px;border-block-end:1px solid var(--line);
  font-size:15px}
.size-table thead th{color:var(--gold);font-weight:600;font-size:12px;
  letter-spacing:.12em;text-transform:uppercase}
.size-table tbody tr:last-child th,
.size-table tbody tr:last-child td{border-block-end:0}
.size-table tbody th{font-weight:600;color:var(--ink)}
.size-table tbody td{color:var(--muted)}
.note-line{margin-block-start:20px;color:var(--muted);font-size:14px;
  max-width:70ch;margin-inline:auto;text-align:center}

/* ---------- the legal pages ----------
   Policy is reading, not display, so it sits left inside a centred column. */
.legal{max-width:72ch;margin-inline:auto;text-align:left}
.legal h3{font-size:20px;margin-block:32px 10px}
.legal h3:first-of-type{margin-block-start:0}
.legal p{margin-block-end:14px;color:var(--muted)}
.legal ul{margin-block:0 18px;padding-inline-start:22px;color:var(--muted)}
.legal li{margin-block-end:8px}
.legal strong{color:var(--ink)}
.legal a{color:var(--ink);text-decoration:underline;text-decoration-color:var(--muted);
  text-decoration-thickness:1px;text-underline-offset:3px}
.legal a:hover{color:var(--gold);text-decoration-color:var(--gold)}
.draft{padding:16px 18px;border:1px solid var(--line);border-radius:var(--r);
  background:var(--card);margin-block-end:32px}

/* ---------- product buy box extras ---------- */
.opt-label{display:flex;align-items:baseline;justify-content:space-between;gap:12px}
.opt-aside{font-family:var(--body);font-size:13px;font-weight:400;letter-spacing:0;
  text-transform:none;color:var(--muted);text-decoration:underline;
  text-decoration-color:var(--muted);text-underline-offset:3px}
.opt-aside:hover{color:var(--gold);text-decoration-color:var(--gold)}
.opt-tag{color:var(--muted);font-weight:400;font-size:13px}

/* ---------- footer columns ----------
   Three columns on desktop, one on a phone, centred at every width.
   Ashton has said the centred footer twice; it is not a per-site choice. */
.foot-cols{display:grid;gap:32px;margin-block-start:34px;text-align:center}
.foot-cols h2{font-size:12px;letter-spacing:.14em;text-transform:uppercase;
  color:var(--gold);font-family:var(--body);font-weight:600;margin-block-end:12px}
.foot-cols .foot-nav{margin-block-start:0;flex-direction:column;align-items:center;gap:10px}
@media(min-width:760px){
  .foot-cols{grid-template-columns:repeat(3,1fr)}
}

/* A section whose whole content IS the heading block was leaving its own
   bottom margin under it, on top of the section padding, so a text-only
   section read as a heading with a hole beneath it. */
.sec .wrap > .sec-head:only-child{margin-block-end:0}

/* Three cards in the four column grid left a gap on the right. Centred and
   capped instead, so a short row reads as a row and not as a missing card. */
.grid-tri{display:grid;gap:var(--gap);grid-template-columns:repeat(2,1fr)}
@media(min-width:900px){
  .grid-tri{gap:24px;grid-template-columns:repeat(3,1fr);
    max-width:940px;margin-inline:auto}
}

/* The three footer columns were spreading the full 1280 and reading as three
   unrelated lists rather than one footer. */
.foot-cols{max-width:860px;margin-inline:auto}

/* ==========================================================================
   Header, logo and heroes. Added 2026-09-08 on Ashton's spec: the real logo
   centred, menu left, cart right, and no ground on the bar until you scroll.
   ========================================================================== */

:root{--hdr-h:66px}
@media(min-width:900px){:root{--hdr-h:80px}}

body{padding-block-start:var(--hdr-h)}

/* FIXED, not sticky. Sticky reserves its own row and the hero photograph could
   never run under it, which is the whole point of a transparent bar. */
.hdr{position:fixed;top:0;left:0;right:0;z-index:60;
  background:transparent;backdrop-filter:none;
  border-bottom:1px solid transparent;
  transition:background .25s ease,border-color .25s ease,backdrop-filter .25s ease}
.hdr.solid{background:rgba(8,13,8,.94);backdrop-filter:blur(8px);border-bottom-color:var(--line)}
@media(prefers-reduced-motion:reduce){.hdr{transition:none}}

/* Three columns with equal outer tracks, so the logo is centred on the PAGE and
   not merely between the two buttons. */
.hdr-in{display:grid;grid-template-columns:44px 1fr 44px;align-items:center;
  gap:8px;min-height:var(--hdr-h)}
.hdr .brand{justify-self:center;display:flex;align-items:center}
.hdr .cart-btn{justify-self:end}
.hdr .burger{justify-self:start}
.lockup{width:150px;height:auto}
@media(min-width:900px){.lockup{width:186px}}
.foot .lockup{width:240px}
.nav-links{display:none !important}
.burger{display:flex !important}

/* the menu panel hangs off a fixed bar, so it is fixed too */
.menu{position:fixed;top:var(--hdr-h);left:0;right:0;z-index:59;
  max-height:calc(100dvh - var(--hdr-h));overflow-y:auto;
  background:var(--card);border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);padding-block-end:12px}
.menu-head{margin-block:10px 2px;text-align:center;color:var(--gold);
  font-size:11px;font-weight:600;letter-spacing:.14em;text-transform:uppercase}
.menu-sub{list-style:none;margin:0;padding:0 0 8px;text-align:center}
.menu-sub a{display:block;padding:10px 20px;text-decoration:none;
  font-size:15px;color:var(--muted)}
.menu-sub a:hover{color:var(--gold)}

/* ---------- heroes ----------
   One photograph behind the copy, a scrim over it so the copy always wins,
   and the hero pulled up under the transparent bar. */
.hero,.page-head-img{position:relative;isolation:isolate;overflow:hidden;
  margin-block-start:calc(-1 * var(--hdr-h))}
.hero{padding-block:calc(var(--hdr-h) + clamp(64px,11vw,112px)) clamp(56px,9vw,88px)}
.page-head-img{padding-block:calc(var(--hdr-h) + clamp(56px,10vw,96px)) clamp(56px,10vw,96px)}
.hero-img{position:absolute;inset:0;z-index:-2;display:block}
.hero-img img{width:100%;height:100%;object-fit:cover;object-position:center}
/* Enough scrim that the copy always wins, not so much that the photograph
   turns into a flat dark panel. Measured against both heroes, not guessed. */
.hero::after,.page-head-img::after{content:"";position:absolute;inset:0;z-index:-1;
  background:
    radial-gradient(120% 78% at 50% 46%, rgba(8,13,8,.12) 0%, rgba(8,13,8,.48) 64%, rgba(8,13,8,.76) 100%),
    linear-gradient(to bottom, rgba(8,13,8,.62) 0%, rgba(8,13,8,.10) 38%, rgba(8,13,8,.72) 100%)}
/* The On the Felt photograph is a lit card face on a dark table, and its
   brightest area lands exactly where the eyebrow sits. Measured with the copy
   hidden: the eyebrow ran 2.85:1 at 1280 and 4.02:1 at 390, both under 4.5.
   This scrim is heavier than the mountain hero's on purpose, because the
   mountain is low contrast and does not need it. */
.page-head-img::after{
  background:
    radial-gradient(120% 78% at 50% 46%, rgba(8,13,8,.46) 0%, rgba(8,13,8,.70) 64%, rgba(8,13,8,.86) 100%),
    linear-gradient(to bottom, rgba(8,13,8,.74) 0%, rgba(8,13,8,.46) 38%, rgba(8,13,8,.84) 100%)}
.hero-copy,.page-head-img .wrap{position:relative;z-index:1}
.page-head-img{text-align:center;border-bottom:1px solid var(--line)}
.page-head-img h1{font-size:clamp(34px,5.4vw,56px)}
.page-head-img p{margin-block-start:16px;color:var(--ink);opacity:.86;
  max-width:58ch;margin-inline:auto}
@media(min-width:900px){.page-head-img p{margin-block-start:20px}}

/* The hero headline is a three-part line and rags badly left to itself, so the
   browser balances the lines rather than orphaning the last two words. */
.hero h1,.page-head h1,.page-head-img h1{text-wrap:balance}

/* ---------- On the Felt: the planned range ----------
   Slots, not products. Deliberately not styled as cards: a card reads as
   something you can buy, and none of these can be bought yet. */
.soon{list-style:none;padding:0;margin:0;display:grid;gap:1px;
  background:var(--line);border:1px solid var(--line);border-radius:10px;overflow:hidden}
@media(min-width:620px){.soon{grid-template-columns:1fr 1fr}}
@media(min-width:980px){.soon{grid-template-columns:repeat(4,1fr)}}
.soon li{background:var(--bg);padding:20px 18px;text-align:center}
.soon h3{font-size:17px;margin:0}
.soon p{color:var(--muted);font-size:14px;margin-block-start:6px}
.soon-note{margin-block-start:20px;text-align:center;color:var(--muted);font-size:14px}
