/* Dar's Country Market — "The Till Tape".
   Thermal-paper logic in the store's own colours: Paper White, Market Black ink, Wheat Gold highlighter + prices,
   Leaf Teal biro + links. The smokehouse flips to charcoal and ember. Heavy italic serif for headlines and prices,
   a receipt mono for every list/price/time, a humanist sans for reading. */

/* ---------- fonts (self-hosted) ---------- */
@font-face { font-family: 'Bespoke Serif'; src: url(fonts/bespoke-serif-800i.woff2) format('woff2'); font-weight: 800; font-style: italic; font-display: swap; }
@font-face { font-family: 'Bespoke Serif'; src: url(fonts/bespoke-serif-700i.woff2) format('woff2'); font-weight: 700; font-style: italic; font-display: swap; }
@font-face { font-family: 'Bespoke Serif'; src: url(fonts/bespoke-serif-800.woff2) format('woff2'); font-weight: 800; font-style: normal; font-display: swap; }
@font-face { font-family: 'Bespoke Serif'; src: url(fonts/bespoke-serif-500.woff2) format('woff2'); font-weight: 500; font-style: normal; font-display: swap; }
@font-face { font-family: 'Chivo Mono'; src: url(fonts/chivo-mono.woff2) format('woff2'); font-weight: 100 900; font-style: normal; font-display: swap; }
@font-face { font-family: 'Source Sans 3'; src: url(fonts/source-sans-3.woff2) format('woff2'); font-weight: 200 900; font-style: normal; font-display: swap; }
@font-face { font-family: 'Source Sans 3'; src: url(fonts/source-sans-3-italic.woff2) format('woff2'); font-weight: 200 900; font-style: italic; font-display: swap; }
@font-face { font-family: 'Dar Pen'; src: url(fonts/nanum-pen-script-latin.woff2) format('woff2'); font-weight: 400; font-style: normal; font-display: swap; }

/* ---------- tokens ---------- */
:root {
  --paper: #ffffff;
  --tape: #fdfcf8;           /* thermal paper, a hair off the page white */
  --counter: #f4f2ee;         /* the counter the receipts lie on */
  --ink: #111110;             /* thermal black */
  --ink-2: #3b3936;
  --ink-3: #66625d;           /* 5.6:1 on white */
  --rule: #e4e0da;
  --rule-2: #cdc7bf;
  --gold: #f0b040;            /* Wheat Gold: highlighter, prices, primary stubs */
  --gold-2: #f6c96c;
  --gold-ink: #573c00;        /* text on gold that isn't black (5.4:1) */
  --teal: #007060;            /* Leaf Teal: Dar's biro, links */
  --teal-2: #005a4d;
  --teal-3: #e3f1ee;
  --char: #161311;            /* the smokehouse */
  --char-2: #201b18;
  --char-3: #2c2622;
  --ember: #d0632a;
  --ember-2: #ec7f45;
  --ember-ink: #a8481a;       /* ember for text on paper (5.7:1) */
  --ticket: #fbf6ec;          /* smoker order-ticket paper */
  --field: #f6f3ec;           /* form field fill */
  --cream: #f6e2c4;
  --smoke: #a39a92;           /* secondary text on charcoal (6.9:1) */
  --steel: #8d8f92;

  --f-display: 'Bespoke Serif', 'Iowan Old Style', Georgia, serif;
  --f-mono: 'Chivo Mono', ui-monospace, 'SF Mono', Menlo, monospace;
  --f-sans: 'Source Sans 3', 'Segoe UI', system-ui, -apple-system, sans-serif;
  --f-pen: 'Dar Pen', 'Bradley Hand', 'Segoe Print', cursive;

  --gut: clamp(16px, 4vw, 48px);
  --max: 1320px;
  --sec: clamp(72px, 9vw, 136px);   /* section rhythm */
  --r: 12px;                 /* buttons, fields and boxes */
  --r-photo: 18px;            /* photos and the map */
  --shadow-paper: drop-shadow(0 1px 1px rgba(17, 17, 16, .08)) drop-shadow(0 14px 22px rgba(17, 17, 16, .13));
  --ease: cubic-bezier(.2, .7, .1, 1);
  --hdr-h: 112px;
}

/* ---------- base ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; text-size-adjust: 100%; scroll-padding-top: 24px; }
body { margin: 0; background: var(--paper); color: var(--ink); font: 400 1.0625rem/1.58 var(--f-sans); font-kerning: normal; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; overflow-x: clip; }
img, svg, video { display: block; max-width: 100%; }
img { height: auto; }
picture { display: block; }
a { color: inherit; text-decoration-thickness: 1.5px; text-underline-offset: .22em; }
p, h1, h2, h3, h4, ul, ol, figure, blockquote { margin: 0; }
ul[role='list'], ol[role='list'] { list-style: none; padding: 0; }
button, input, select, textarea { font: inherit; color: inherit; }
button { cursor: pointer; }
hr { border: 0; margin: 0; }
[hidden] { display: none !important; }
main:focus { outline: none; }
::selection { background: var(--gold); color: var(--ink); }
:root { caret-color: var(--teal); accent-color: var(--teal); scrollbar-color: #b9b2a8 var(--counter); }
:focus-visible { outline: 3px solid var(--teal); outline-offset: 3px; border-radius: 2px; }
.dark :focus-visible, .smoker :focus-visible, .band-black :focus-visible, .ftr :focus-visible { outline-color: var(--gold); }
.skip { position: absolute; left: 12px; top: -80px; z-index: 100; background: var(--ink); color: #fff; padding: 10px 16px; font: 600 .9rem var(--f-mono); text-transform: uppercase; letter-spacing: .06em; }
.skip:focus { top: 12px; }
.sr { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.wrap { width: 100%; max-width: calc(var(--max) + 2 * var(--gut)); margin-inline: auto; padding-inline: var(--gut); }
.ic { width: 1.15em; height: 1.15em; flex: none; }
.num { font-variant-numeric: tabular-nums lining-nums; }

/* ---------- type ---------- */
.d1, .d2, .d3, h1, h2, h3 { font-family: var(--f-display); font-style: italic; font-weight: 800; letter-spacing: -.018em; text-wrap: balance; }
.d1 { font-size: clamp(2.85rem, 1.1rem + 5.2vw, 6rem); line-height: .94; }
.d2, h2 { font-size: clamp(2.15rem, 1.1rem + 3.4vw, 4.2rem); line-height: .98; }
.d3, h3 { font-size: clamp(1.4rem, 1.05rem + 1.1vw, 2rem); line-height: 1.06; letter-spacing: -.01em; }
h4 { font: 600 1.0625rem/1.3 var(--f-sans); }
.lede { font-size: clamp(1.15rem, 1rem + .45vw, 1.35rem); line-height: 1.5; color: var(--ink-2); max-width: 38em; text-wrap: pretty; }
.mono, .t-ln, .t-c, .t-h, .t-fine { font-family: var(--f-mono); }
.cap { font: 500 .8125rem/1.35 var(--f-mono); letter-spacing: .06em; text-transform: uppercase; }
.fine { font-size: .9rem; color: var(--ink-3); }
.pen-note, .note { font: 400 clamp(1.45rem, 1.2rem + .6vw, 1.8rem)/1.05 var(--f-pen); color: var(--teal); }
.prose { max-width: 42rem; }
.prose > * + * { margin-top: 1em; }
.prose h2 { font-size: clamp(1.8rem, 1.2rem + 1.8vw, 2.6rem); margin-top: 1.6em; }
.prose h3 { margin-top: 1.4em; }
.prose h2 + *, .prose h3 + * { margin-top: .5em; }
.prose ul, .prose ol { padding-left: 1.25em; }
.prose li + li { margin-top: .35em; }
.prose a, .link { color: var(--teal); font-weight: 600; }
.prose a:hover, .link:hover { color: var(--teal-2); text-decoration-thickness: 2.5px; }
.prose blockquote { border-left: 1px solid var(--ink); padding-left: 1.1em; font: italic 700 1.3rem/1.35 var(--f-display); }
.prose strong { font-weight: 700; }

/* ---------- the today strip (a printer strip across the top) ---------- */
.today { background: var(--ink); color: #fff; font: 500 .8125rem/1.2 var(--f-mono); letter-spacing: .05em; text-transform: uppercase; position: relative; z-index: 31; }
.today-in { display: flex; align-items: center; gap: 12px; min-height: 38px; }
.today-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--ember-2); box-shadow: 0 0 0 3px rgba(236, 127, 69, .25); flex: none; }
.today-dot.is-quiet { background: var(--smoke); box-shadow: none; }
.today-lines { flex: 1; min-width: 0; height: 38px; overflow: hidden; position: relative; display: flex; align-items: center; gap: 0 38px; }
.today-lines > a, .today-lines > span { display: block; flex: none; height: 100%; text-decoration: none; position: relative; }
.today-lines > a[hidden] { display: none; } /* a line that doesn't fit whole is left out (site.js fitStrip) */
.today-lines > a:first-child { flex: 0 1 auto; min-width: 0; }
.today-lines.is-measuring > a:first-child { flex: none; }
.today-lines > a:first-child .today-line, .today-lines > a:first-child .tl-l { overflow: hidden; text-overflow: ellipsis; }
.today-lines > a + a::before { content: ''; position: absolute; left: -21px; top: 50%; width: 4px; height: 4px; margin-top: -2px; border-radius: 50%; background: var(--smoke); }
.today-line { display: flex; align-items: center; gap: 8px; height: 38px; white-space: nowrap; }
.today-line .ic { color: var(--ember-2); width: 15px; height: 15px; flex: none; }
.tl-s { display: none; }
@media (max-width: 900px) { .tl-l { display: none; } .tl-s { display: inline; } .today-call span { display: none; } } /* short lines; the header has the phone */
@media (max-width: 600px) {
  .today-lines { display: block; height: auto; }
  .today-lines > a:not(:first-child) { display: none; }
  .today-line { height: auto; min-height: 38px; align-items: flex-start; padding-block: 9px; white-space: normal; line-height: 1.4; }
  .today-line .ic { margin-top: 1px; }
}
.today a:hover .today-line span { text-decoration: underline; text-underline-offset: 3px; }
.today-feed { transition: transform .32s steps(3, end); }
.today-call { display: inline-flex; align-items: center; gap: 7px; text-decoration: none; color: var(--gold); flex: none; font-weight: 600; }
.today-call .ic { width: 14px; height: 14px; }
.today-call:hover span { text-decoration: underline; text-underline-offset: 3px; }

/* ---------- header (the printer) ---------- */
.hdr { position: relative; z-index: 30; background: var(--paper); }
.hdr-in { display: flex; align-items: center; gap: clamp(16px, 2.4vw, 40px); min-height: var(--hdr-h); padding-block: 9px; }
.hdr-logo { flex: none; display: block; }
.hdr-logo img { width: 160px; height: auto; }
.hdr-nav { flex: 1; }
.hdr-nav ul { display: flex; gap: clamp(14px, 1.9vw, 30px); justify-content: center; }
.hdr-nav a { display: inline-flex; align-items: center; gap: 6px; text-decoration: none; font: 600 .875rem/1 var(--f-mono); letter-spacing: .06em; text-transform: uppercase; padding: 12px 0; position: relative; }
.hdr-nav a::after { content: ''; position: absolute; left: 0; right: 0; bottom: 5px; height: 2px; background: currentColor; transform: scaleX(0); transform-origin: left; transition: transform .2s steps(3, end); }
.hdr-nav a:hover::after, .hdr-nav a[aria-current]::after { transform: scaleX(1); }
.hdr-nav a[aria-current]::after { background: var(--teal); }
.hdr-flame .ic { width: 15px; height: 15px; color: var(--ember); }
.hdr-act { display: flex; align-items: center; gap: 18px; flex: none; }
.hdr-tel { display: inline-flex; align-items: center; gap: 8px; text-decoration: none; font: 600 .95rem var(--f-mono); letter-spacing: .02em; }
.hdr-tel:hover span { text-decoration: underline; text-underline-offset: 4px; }
.hdr-menu { display: none; align-items: center; gap: 8px; background: none; border: 1.5px solid var(--ink); border-radius: var(--r); padding: 9px 12px; font: 600 .8rem var(--f-mono); letter-spacing: .08em; text-transform: uppercase; min-height: 44px; }
.hdr-slot { height: 7px; background: var(--ink); position: relative; box-shadow: inset 0 -2px 0 #3a3733; }
@media (max-width: 1180px) { .hdr-tel span { display: none; } .hdr-tel { width: 44px; height: 44px; justify-content: center; border: 1.5px solid var(--ink); border-radius: var(--r); } }
@media (max-width: 1040px) {
  .hdr-nav { display: none; }
  .hdr-menu { display: inline-flex; }
  .hdr-in { justify-content: space-between; }
}
@media (max-width: 640px) {
  :root { --hdr-h: 84px; }
  .hdr-logo img { width: 128px; }
  .hdr-stub { display: none !important; }
  .hdr-act { gap: 10px; }
  .today-call span { display: none; }
}

/* ---------- menu sheet (the whole site as one long receipt) ---------- */
.menu { position: fixed; inset: 0; z-index: 60; }
.menu-scrim { position: absolute; inset: 0; background: rgba(17, 17, 16, .55); }
.menu-sheet { position: absolute; top: 10px; right: 10px; bottom: 10px; width: min(460px, calc(100% - 20px)); overflow: auto; overscroll-behavior: contain; filter: var(--shadow-paper); }
.menu-sheet .tape { min-height: 100%; font-size: .9375rem; }
.menu-top { display: flex; justify-content: center; position: relative; }
.menu-close { position: absolute; right: 0; top: -2px; display: inline-flex; align-items: center; gap: 6px; background: var(--ink); color: #fff; border: 0; border-radius: var(--r); padding: 9px 12px; font: 600 .75rem var(--f-mono); letter-spacing: .08em; text-transform: uppercase; min-height: 44px; }
.menu-list > li { border-bottom: 1px dashed var(--rule-2); }
.menu-list .t-ln { text-decoration: none; padding: 13px 0; font-weight: 600; }
.menu-list .t-ln:hover .t-l { text-decoration: underline; text-underline-offset: 4px; }
.menu-kids { margin: -4px 0 12px 1.5ch; display: grid; gap: 2px; }
.menu-kids a { font: 400 1rem/1.3 var(--f-sans); color: var(--teal); text-decoration: none; display: block; padding: 7px 0; }
.menu-kids a::before { content: '— '; color: var(--ink-3); }
.menu-kids a:hover { text-decoration: underline; }
.menu-stubs { display: grid; gap: 10px; margin-top: 18px; }
body.is-menu { overflow: hidden; }

/* ---------- the tape (receipt paper) ---------- */
.tape-wrap { filter: var(--shadow-paper); }
.tape {
  --tear: 9px;
  position: relative; background: var(--tape); color: var(--ink);
  padding: calc(var(--tear) + 18px) clamp(18px, 1.6vw, 26px) calc(var(--tear) + 20px);
  font: 500 .875rem/1.62 var(--f-mono); letter-spacing: .035em; text-transform: uppercase; font-variant-numeric: tabular-nums;
  -webkit-mask: conic-gradient(from 135deg at top, #0000, #000 1deg 89deg, #0000 90deg) top / calc(2 * var(--tear)) 51% repeat-x, conic-gradient(from -45deg at bottom, #0000, #000 1deg 89deg, #0000 90deg) bottom / calc(2 * var(--tear)) 51% repeat-x;
          mask: conic-gradient(from 135deg at top, #0000, #000 1deg 89deg, #0000 90deg) top / calc(2 * var(--tear)) 51% repeat-x, conic-gradient(from -45deg at bottom, #0000, #000 1deg 89deg, #0000 90deg) bottom / calc(2 * var(--tear)) 51% repeat-x;
}
.tape--flat-top { -webkit-mask: linear-gradient(#000 0 0) top / 100% 51% no-repeat, conic-gradient(from -45deg at bottom, #0000, #000 1deg 89deg, #0000 90deg) bottom / calc(2 * var(--tear)) 51% repeat-x; mask: linear-gradient(#000 0 0) top / 100% 51% no-repeat, conic-gradient(from -45deg at bottom, #0000, #000 1deg 89deg, #0000 90deg) bottom / calc(2 * var(--tear)) 51% repeat-x; padding-top: 18px; }
.t-ln { display: flex; align-items: baseline; gap: .6ch; margin: 0; }
.t-l { min-width: 0; flex: 0 1 auto; }
.t-dots { flex: 1 1 1ch; min-width: 1ch; border-bottom: 2px dotted currentColor; opacity: .45; transform: translateY(-.28em); }
.t-r { text-align: right; min-width: 0; flex: 0 1 auto; }
.t-r .t-price, .t-r small { white-space: nowrap; }
.t-r small { font-size: max(11px, .72em); }
.t-r:has(.t-price) { flex-shrink: 0; } /* a price never squeezes out of its line */
.t-c { text-align: center; }
.t-h { font-weight: 700; letter-spacing: .08em; margin-top: .4em; }
.t-fine { font-size: .75rem; line-height: 1.5; color: var(--ink-3); letter-spacing: .02em; text-transform: none; }
.t-rule { height: 0; margin: .75em 0; border: 0; border-top: 2px dashed var(--ink); opacity: .55; }
.t-rule--double { border-top: 2px solid var(--ink); border-bottom: 2px solid var(--ink); height: 6px; opacity: .85; }
.t-rule--stars { border: 0; opacity: 1; height: auto; text-align: center; }
.t-total { font-weight: 800; font-size: 1.08em; }
.t-total .t-r { font-family: var(--f-display); font-style: italic; font-weight: 800; letter-spacing: -.01em; font-size: 1.35em; text-transform: none; }
.t-logo { margin: 0 auto 10px; width: min(128px, 55%); height: auto; }
.t-barcode { width: 100%; height: 42px; margin-top: 14px; color: var(--ink); }
.t-price { font-family: var(--f-display); font-style: italic; font-weight: 800; font-size: 1.4em; letter-spacing: -.01em; text-transform: none; line-height: 1; }
.t-strong { font-weight: 700; }
.t-live { color: var(--ember-ink); font-weight: 700; }
.t-live .ic { display: inline-block; width: 1em; height: 1em; vertical-align: -.12em; margin-right: .25ch; }
.tape a:not(.stub) { color: inherit; }
.tape .t-ln a { text-decoration: none; }

/* ---------- stubs (tear-off buttons) ---------- */
.stub {
  --stub-bg: var(--gold); --stub-fg: var(--ink); --perf: rgba(17, 17, 16, .45);
  position: relative; display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 52px; padding: 12px 22px 12px 30px;
  background: var(--stub-bg); color: var(--stub-fg); text-decoration: none; border: 0; border-radius: var(--r);
  font: 700 .875rem/1.1 var(--f-mono); letter-spacing: .08em; text-transform: uppercase;
  -webkit-mask: radial-gradient(circle 6px at 0 50%, #0000 98%, #000) left / 51% 100% no-repeat, radial-gradient(circle 6px at 100% 50%, #0000 98%, #000) right / 51% 100% no-repeat;
          mask: radial-gradient(circle 6px at 0 50%, #0000 98%, #000) left / 51% 100% no-repeat, radial-gradient(circle 6px at 100% 50%, #0000 98%, #000) right / 51% 100% no-repeat;
  transition: transform .18s var(--ease), background-color .18s;
}
.stub::before { content: ''; position: absolute; top: 7px; bottom: 7px; left: 14px; border-left: 2px dotted var(--perf); }
.stub .ic { width: 18px; height: 18px; margin-left: 2px; }
.stub-v { font-weight: 500; letter-spacing: .03em; opacity: .9; }
.stub-k + .stub-v::before { content: '·'; margin-right: 10px; opacity: .6; }
.stub:hover { transform: translateY(-2px) rotate(-.6deg); }
.stub:active { transform: translateY(1px); }
.stub--gold:hover { background: var(--gold-2); }
.stub--ink { --stub-bg: var(--ink); --stub-fg: #fff; --perf: rgba(255, 255, 255, .45); }
.stub--ink:hover { --stub-bg: #2b2926; }
.stub--paper { --stub-bg: var(--tape); --stub-fg: var(--ink); box-shadow: inset 0 0 0 1.5px var(--ink); }
.stub--teal { --stub-bg: var(--teal); --stub-fg: #fff; --perf: rgba(255, 255, 255, .5); }
.stub--teal:hover { --stub-bg: var(--teal-2); }
.stub--ember { --stub-bg: var(--ember-ink); --stub-fg: #fff; --perf: rgba(255, 255, 255, .5); }
.stub--cream { --stub-bg: var(--cream); --stub-fg: var(--char); }
.stub-row { display: flex; flex-wrap: wrap; gap: 12px; }
@media (max-width: 480px) { .stub--long .stub-v { display: none; } }
.hdr-stub { min-height: 46px; padding: 10px 18px 10px 26px; }

.more { display: inline-flex; align-items: center; gap: 10px; color: var(--teal); text-decoration: none; font: 700 .875rem/1.2 var(--f-mono); letter-spacing: .07em; text-transform: uppercase; padding: 10px 0; border-bottom: 2px solid currentColor; }
.more .ic { transition: transform .2s var(--ease); }
.more:hover .ic { transform: translateX(4px); }
.more--light { color: var(--gold); }
.more--ink { color: var(--ink); }

/* ---------- stamps, highlighter, Dar's pen ---------- */
.stamp {
  --stamp: var(--ember-ink);
  display: inline-block; color: var(--stamp); font: 800 .9rem/1 var(--f-mono); letter-spacing: .12em; text-transform: uppercase; white-space: nowrap;
  padding: .52em .75em .46em; border: 2.5px solid currentColor; border-radius: 5px; box-shadow: 0 0 0 2px var(--stamp-gap, var(--tape)), 0 0 0 4px currentColor;
  transform: rotate(-6deg);
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='60'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='2' seed='7'/%3E%3CfeColorMatrix values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 -2.6 2.2'/%3E%3C/filter%3E%3Crect width='120' height='60' filter='url(%23n)'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='60'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='2' seed='7'/%3E%3CfeColorMatrix values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 -2.6 2.2'/%3E%3C/filter%3E%3Crect width='120' height='60' filter='url(%23n)'/%3E%3C/svg%3E");
  -webkit-mask-size: 120px 60px; mask-size: 120px 60px;
}
.stamp--ember { --stamp: var(--ember-ink); }
.stamp--teal { --stamp: var(--teal); }
.stamp--ink { --stamp: var(--ink); }
.stamp--gold { --stamp: var(--gold); }
.stamp--big { font-size: 1.35rem; }
.stamp.is-slam { animation: slam .34s cubic-bezier(.16, 1, .3, 1) both; }
@keyframes slam { 0% { transform: scale(2.1) rotate(-14deg); opacity: 0; } 55% { transform: scale(.94) rotate(-5deg); opacity: 1; } 100% { transform: scale(1) rotate(-6deg); opacity: 1; } }
.hl { background: linear-gradient(100deg, transparent .15em, var(--gold) .25em calc(100% - .3em), transparent calc(100% - .15em)) 0 72% / 100% 58% no-repeat; color: inherit; padding: 0 .12em; -webkit-box-decoration-break: clone; box-decoration-break: clone; }
.pen { position: relative; display: inline-block; white-space: nowrap; }
.pen-loop { position: absolute; left: -9%; top: -26%; width: 118%; max-width: none; height: 152%; overflow: visible; pointer-events: none; }
.pen-loop path, .pen-arrow path { fill: none; stroke: var(--teal); stroke-width: 2.4; stroke-linecap: round; stroke-linejoin: round; vector-effect: non-scaling-stroke; }
.pen-loop path { stroke-dasharray: 640; stroke-dashoffset: 0; }
.js .pen-loop path { stroke-dashoffset: 640; transition: stroke-dashoffset 1.1s var(--ease) .15s; }
.js .is-in .pen-loop path, .js .pen.is-in .pen-loop path { stroke-dashoffset: 0; }
.pen-arrow { width: 88px; height: 52px; overflow: visible; }
.pen-link { position: absolute; left: -22px; top: 80%; width: 22px; max-width: none; height: 116px; overflow: visible; pointer-events: none; }
.pen-link path { fill: none; stroke: var(--teal); stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; stroke-dasharray: 160; stroke-dashoffset: 0; }
.js .pen-link path { stroke-dashoffset: 160; transition: stroke-dashoffset .9s var(--ease) 1.1s; }
.js .is-in .pen-link path, .js .pen.is-in .pen-link path { stroke-dashoffset: 0; }

/* ---------- photos ---------- */
.shot { position: relative; }
.shot img { width: 100%; height: 100%; object-fit: cover; background: #e9e5df; border-radius: var(--r-photo); }
.shot-cap { display: flex; justify-content: space-between; gap: 12px; margin-top: 10px; font: 500 .75rem/1.4 var(--f-mono); letter-spacing: .07em; text-transform: uppercase; color: var(--ink-3); }
.shot-stock { color: var(--ink-3); white-space: nowrap; }
.dark .shot-cap, .smoker .shot-cap { color: var(--smoke); }

/* ---------- section scaffolding ---------- */
.sec { padding-block: var(--sec); }
.sec-head { display: grid; gap: 18px; max-width: 46rem; margin-bottom: clamp(36px, 5vw, 64px); }
.sec-head--split { max-width: none; grid-template-columns: minmax(0, 1.25fr) minmax(0, 1fr); align-items: end; gap: 24px 64px; }
@media (max-width: 860px) { .sec-head--split { grid-template-columns: 1fr; } }
.band-black { background: var(--ink); color: #fff; }
.band-gold { background: var(--gold); color: var(--ink); }
.band-teal { background: var(--teal); color: #fff; }
.band-counter { background: var(--counter); }

/* ---------- home: hero ---------- */
.hero { position: relative; display: grid; grid-template-columns: minmax(0, 47fr) minmax(0, 53fr); min-height: max(660px, min(700px, calc(100svh - 210px))); }
.hero-copy { padding: clamp(32px, 3.4vw, 56px) clamp(24px, 4vw, 64px) clamp(36px, 3.6vw, 60px) max(var(--gut), calc((100vw - var(--max)) / 2)); display: flex; flex-direction: column; justify-content: center; gap: 26px; position: relative; z-index: 2; }
.hero-copy { container-type: inline-size; }
.hero h1 { max-width: 12ch; font-size: clamp(2.85rem, 13.4cqi, 5.5rem); } /* sized to its column, so it always sets in four lines */
@media (min-width: 1041px) { .hero .hero-proof { display: none; } } /* the proof strip carries it in the first screen */
.hero .lede { max-width: 34rem; }
.hero-proof { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 18px; font: 500 .8125rem/1.35 var(--f-mono); letter-spacing: .05em; text-transform: uppercase; color: var(--ink-2); }
.hero-proof a { text-decoration: none; display: inline-flex; align-items: center; gap: 8px; }
.hero-proof a:hover span { text-decoration: underline; text-underline-offset: 3px; }
.hero-live { display: none; }
@media (max-width: 1040px) {
  .hero-live.tape { display: block; --tear: 7px; padding: calc(var(--tear) + 9px) 14px; background: var(--counter); color: var(--ink); text-decoration: none; font-size: .8125rem; }
  .hero-live .t-ln { margin: 0; }
}
.stars { display: inline-flex; gap: 1px; color: var(--gold); }
.stars .ic { width: 15px; height: 15px; }
.hero-photo { position: relative; min-height: 460px; margin: 18px max(var(--gut), calc((100vw - var(--max)) / 2)) 18px 0; border-radius: var(--r-photo); overflow: hidden; }
.hero-photo .shot, .hero-photo picture, .hero-photo img { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-photo img { object-fit: cover; }
.hero-photo .shot-cap { position: absolute; left: 16px; right: auto; bottom: 16px; margin: 0; background: var(--ink); color: #fff; padding: 6px 10px; border-radius: 8px; }
@media (max-width: 1040px) { .hero-photo .shot-cap { top: 16px; bottom: auto; } }
.hero-tape { position: absolute; z-index: 3; top: -1px; right: max(var(--gut), calc((100vw - var(--max)) / 2)); width: clamp(300px, 24vw, 356px); }
.hero-tape .tape { padding-top: 16px; }
.hero-tape .stub { width: 100%; }
.tape-stubs { display: grid; gap: 8px; margin-top: 16px; }
.tape-stubs .stub { min-height: 48px; font-size: .8125rem; }
.hero-tape .tape { overflow: hidden; }
.js .hero-tape .tape:not(.is-fed) { max-height: 44px; animation: unclip 0s 3s forwards; } /* site.js feedTape prints it row by row */
.hero-tape .tape.is-fed { max-height: none; }
@keyframes unclip { to { max-height: 2000px; } }
@media (prefers-reduced-motion: reduce) { .js .hero-tape .tape:not(.is-fed) { max-height: none; animation: none; } }
.hero-tape::before { content: ''; position: absolute; z-index: 1; top: -5px; left: -8px; right: -8px; height: 3px; background: #857f77; border-radius: 2px; } /* the printer's paper slot, in the header's bar */
.hero-tape .tape { box-shadow: inset 0 9px 8px -8px rgba(0, 0, 0, .3); }
@media (max-width: 1040px) {
  .hero { grid-template-columns: 1fr; min-height: 0; }
  .hero-copy { padding: 28px var(--gut) 32px; gap: 22px; }
  .hero h1 { max-width: 12ch; }
  .hero-photo { min-height: 0; height: clamp(360px, 74vw, 620px); margin: 0 var(--gut); }
  .hero-tape { position: relative; left: auto; right: auto; top: auto; transform: none; width: min(420px, calc(100% - 2 * var(--gut))); margin: -110px auto 0; }
  .hero-tape::before { display: none; }
  .hero-tape .tape { padding-top: calc(var(--tear) + 16px); }
}

/* ---------- proof strip ---------- */
.proof { background: var(--ink); color: #fff; }
.proof ul { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px 0; padding-block: 18px; font: 500 .8125rem/1.3 var(--f-mono); letter-spacing: .06em; text-transform: uppercase; }
.proof li { display: inline-flex; align-items: center; gap: 8px; padding-inline: 18px; }
.proof li + li { border-left: 1px solid rgba(255, 255, 255, .28); }
.proof .ic { color: var(--gold); width: 15px; height: 15px; }
.proof a { color: inherit; text-decoration: none; }
.proof a:hover { text-decoration: underline; text-underline-offset: 3px; }
@media (max-width: 720px) { .proof li { padding-inline: 12px; } .proof li + li { border-left: 0; } .proof ul { justify-content: flex-start; } }

/* ---------- home: this is Dar's (departments) ---------- */
.depts { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: clamp(14px, 1.6vw, 24px); }
.dept { position: relative; display: grid; grid-template-rows: auto auto; color: inherit; text-decoration: none; }
.dept-photo { position: relative; overflow: hidden; background: #e9e5df; border-radius: var(--r-photo); }
.dept-photo picture, .dept-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform .9s var(--ease); }
.dept-body { display: grid; gap: 4px; padding-top: 14px; }
.dept-name { font: italic 800 clamp(1.5rem, 1.1rem + 1vw, 2.1rem)/1.02 var(--f-display); letter-spacing: -.01em; }
.dept .t-ln { font-size: .8125rem; letter-spacing: .05em; text-transform: uppercase; color: var(--ink-2); }
.dept-label { position: absolute; left: 14px; bottom: 14px; right: 14px; max-width: 290px; padding: 12px 14px 10px; background: #f3ece2; color: var(--ink); font: 500 .75rem/1.55 var(--f-mono); letter-spacing: .05em; text-transform: uppercase; transform: translateY(calc(100% + 20px)); transition: transform .36s steps(4, end); box-shadow: 0 10px 22px rgba(0, 0, 0, .18); }
.dept-stock { position: absolute; right: 12px; bottom: 12px; border-radius: 6px; z-index: 1; padding: 3px 7px; background: rgba(17, 17, 16, .74); color: #fff; font: 500 .6875rem/1.2 var(--f-mono); letter-spacing: .06em; text-transform: uppercase; }
.dept-label b { display: block; font-weight: 700; border-bottom: 1.5px solid var(--ink); padding-bottom: 5px; margin-bottom: 5px; }
.dept:hover .dept-label, .dept:focus-visible .dept-label { transform: translateY(0); }
.dept:nth-child(1) { grid-column: span 7; } .dept:nth-child(1) .dept-photo { aspect-ratio: 16 / 11; }
.dept:nth-child(2) { grid-column: span 5; } .dept:nth-child(2) .dept-photo { aspect-ratio: 4 / 4.6; }
.dept:nth-child(3) { grid-column: span 4; } .dept:nth-child(4) { grid-column: span 4; } .dept:nth-child(5) { grid-column: span 4; }
.dept:nth-child(3) .dept-photo, .dept:nth-child(4) .dept-photo, .dept:nth-child(5) .dept-photo { aspect-ratio: 4 / 4.4; }
.dept:nth-child(6) { grid-column: span 5; } .dept:nth-child(6) .dept-photo { aspect-ratio: 4 / 3.6; }
.dept:nth-child(7) { grid-column: span 7; } .dept:nth-child(7) .dept-photo { aspect-ratio: 16 / 9.6; }
@media (max-width: 860px) {
  .depts { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .dept, .dept:nth-child(n) { grid-column: span 1; }
  .dept:nth-child(1) { grid-column: span 2; }
  .dept:nth-child(n) .dept-photo { aspect-ratio: 4 / 4.6; }
  .dept:nth-child(1) .dept-photo { aspect-ratio: 16 / 11; }
  .dept-label { display: none; }
  .dept:nth-child(n+2) .t-dots, .dept:nth-child(n+2) .t-r { display: none; }
}
@media (max-width: 520px) { .dept-name { font-size: 1.35rem; } .dept .t-ln { font-size: .72rem; } }

/* ---------- the smokehouse (the page changes personality) ---------- */
.smoker { background: var(--char); color: var(--cream); position: relative; overflow: hidden; isolation: isolate; }
.smoker::before { content: ''; position: absolute; inset: 0; z-index: -1; background: radial-gradient(1200px 520px at 18% 0%, rgba(208, 99, 42, .16), transparent 62%), radial-gradient(900px 600px at 100% 100%, rgba(208, 99, 42, .09), transparent 60%); }
.smoker h2, .smoker h3 { color: #fff; }
.smoker .lede { color: #e9d9c1; max-width: 62ch; }
.smoker-top { display: grid; grid-template-columns: auto minmax(0, 1fr); gap: clamp(24px, 4vw, 56px); align-items: center; margin-bottom: clamp(40px, 5vw, 64px); }
.smoker-badge { position: relative; width: clamp(150px, 16vw, 220px); }
.smoker-badge img { width: 100%; height: auto; }
.wisp { position: absolute; left: 21%; top: -8%; width: 22%; height: 34%; overflow: visible; opacity: .8; }
.wisp path { fill: none; stroke: #d9c9b2; stroke-width: 1.6; stroke-linecap: round; opacity: .55; }
.js .wisp path { animation: wisp 6.5s ease-in-out infinite; }
.js .wisp path:nth-child(2) { animation-delay: -3.2s; }
@keyframes wisp { 0% { transform: translate(0, 8px); opacity: 0; } 25% { opacity: .6; } 100% { transform: translate(6px, -26px); opacity: 0; } }
.smoker-lines { display: grid; gap: 14px; }
.smoker-lines .cap { color: var(--smoke); }
.rail { position: relative; padding-top: 34px; }
.rail::before { content: ''; position: absolute; left: calc(-1 * var(--gut)); right: calc(-1 * var(--gut)); top: 10px; height: 14px; background: #9b968f; border-bottom: 5px solid #5f5a54; }
.tickets { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: clamp(12px, 1.6vw, 22px); align-items: start; }
.ticket { position: relative; transform-origin: 50% 0; filter: drop-shadow(0 14px 16px rgba(0, 0, 0, .5)); }
.ticket-paper { position: relative; background: var(--ticket); color: var(--ink); padding: 30px 18px 24px; font: 500 .8125rem/1.55 var(--f-mono); letter-spacing: .04em; text-transform: uppercase; --stamp-gap: #fbf6ec;
  -webkit-mask: linear-gradient(#000 0 0) top / 100% 51% no-repeat, conic-gradient(from -45deg at bottom, #0000, #000 1deg 89deg, #0000 90deg) bottom / 16px 51% repeat-x;
          mask: linear-gradient(#000 0 0) top / 100% 51% no-repeat, conic-gradient(from -45deg at bottom, #0000, #000 1deg 89deg, #0000 90deg) bottom / 16px 51% repeat-x; }
.ticket::before { content: ''; position: absolute; z-index: 2; top: -4px; left: 50%; width: 44px; height: 18px; margin-left: -22px; background: #c9c4bd; border-bottom: 3px solid #8a857f; border-radius: 0 0 3px 3px; }
.ticket:nth-child(1) { transform: rotate(-1.4deg); } .ticket:nth-child(2) { transform: rotate(.9deg); } .ticket:nth-child(3) { transform: rotate(-.6deg); } .ticket:nth-child(4) { transform: rotate(1.3deg); }
.ticket-day { display: flex; justify-content: space-between; font-weight: 700; letter-spacing: .1em; border-bottom: 2px solid var(--ink); padding-bottom: 8px; }
.ticket-name { font: italic 800 1.55rem/1.02 var(--f-display); letter-spacing: -.01em; text-transform: none; margin: 12px 0 10px; }
.smoker .ticket-name, .ticket-name a { color: var(--ink); }
.ticket-name a:hover { text-decoration: underline; text-decoration-thickness: 2px; }
.ticket .t-ln { font-size: .8125rem; }
.ticket .t-price { font-size: 1.3em; }
.ticket-note { color: var(--ink-3); font-size: .8rem; line-height: 1.45; margin-top: 10px; letter-spacing: .01em; text-transform: none; }
.ticket-status { display: flex; justify-content: center; margin-top: 16px; min-height: 46px; align-items: center; }
.ticket.is-today .ticket-day { background: var(--gold); margin: -30px -18px 0; padding: 30px 18px 8px; }
.ticket-now { position: absolute; z-index: 3; top: 8px; right: 12px; color: var(--ember); display: none; }
.ticket.is-today .ticket-now { display: block; }
.ticket-now .ic { width: 18px; height: 18px; }
.smoker-foot { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr); gap: clamp(28px, 4vw, 64px); margin-top: clamp(48px, 6vw, 80px); align-items: center; }
.lanes { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.lane { border: 1.5px solid rgba(246, 226, 196, .35); padding: 18px; border-radius: var(--r); }
.lane h3 { font-size: 1.3rem; color: #fff; margin-bottom: 6px; }
.lane p { color: #e7d6be; font-size: 1rem; }
.lane { position: relative; }
.lane h3 { padding-right: 120px; }
.lane-stamp { --stamp-gap: var(--char); position: absolute; top: 14px; right: 12px; font-size: .75rem; transform: rotate(-5deg); }
.smoker-photos { display: grid; grid-template-columns: 1.1fr 1fr; gap: 14px; }
.smoker-photos .shot img { aspect-ratio: 4 / 5; }
.smoker .stub-row { margin-top: 26px; }
@media (max-width: 1040px) {
  .tickets { grid-template-columns: repeat(4, minmax(250px, 1fr)); overflow-x: auto; scroll-snap-type: x mandatory; padding: 4px var(--gut) 34px; margin-inline: calc(-1 * var(--gut)); scrollbar-width: thin; }
  .ticket { scroll-snap-align: center; }
  .smoker-foot { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  .smoker-top { grid-template-columns: 1fr; }
  .smoker-badge { width: 150px; }
  .lanes { grid-template-columns: 1fr; }
  .tickets { grid-template-columns: repeat(4, minmax(78vw, 1fr)); }
}

/* ---------- why Dar's ---------- */
.why { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(32px, 6vw, 96px); align-items: center; }
.why-photo { position: relative; }
.why-photo .shot img { aspect-ratio: 4 / 4.3; }
.why-quote { position: absolute; right: -6%; bottom: -8%; max-width: 330px; background: var(--paper); padding: 18px 20px 16px; box-shadow: 0 16px 34px rgba(0, 0, 0, .16); }
.why-quote p { font: 400 1.6rem/1.12 var(--f-pen); color: var(--teal); }
.why-quote cite { display: block; margin-top: 10px; font: 500 .72rem/1.4 var(--f-mono); letter-spacing: .06em; text-transform: uppercase; color: var(--ink-3); font-style: normal; }
.why-tape { max-width: 440px; margin-top: 30px; }
@media (max-width: 900px) { .why { grid-template-columns: 1fr; } .why-photo .shot figcaption { display: none; } .why-quote { position: relative; right: auto; bottom: auto; margin: -48px 12px 0 auto; max-width: 88%; } }

/* ---------- counters (butcher + seafood) ---------- */
.counters { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr); gap: clamp(28px, 4vw, 64px); }
.counter-main { display: grid; gap: 28px; }
.counter-main .shot img { aspect-ratio: 16 / 10.5; }
.counter-side { display: grid; gap: 22px; align-content: start; }
.counter-side .shot img { aspect-ratio: 4 / 3.3; }
.counter-list { columns: 2; column-gap: 32px; }
.counter-list li { break-inside: avoid; padding: 10px 0; border-top: 1px solid var(--rule); }
.counter-list b { display: block; font: 700 .8125rem/1.3 var(--f-mono); letter-spacing: .06em; text-transform: uppercase; }
.counter-list span { color: var(--ink-2); font-size: 1rem; }
@media (max-width: 900px) { .counters { grid-template-columns: 1fr; } }
@media (max-width: 520px) { .counter-list { columns: 1; } }

/* ---------- small makers (shelf talkers) ---------- */
.makers { display: grid; grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); gap: 16px; }
@media (min-width: 1000px) { .makers--four { grid-template-columns: repeat(4, minmax(0, 1fr)); } }
.talker { position: relative; background: var(--paper); border: 1.5px solid var(--ink); padding: 16px 16px 14px; display: grid; gap: 6px; align-content: start; }
.talker::before { content: ''; position: absolute; left: -1.5px; right: -1.5px; top: -1.5px; height: 8px; background: var(--gold); }
.talker-name { font: italic 800 1.35rem/1.05 var(--f-display); margin-top: 6px; }
.talker-where { font: 500 .75rem/1.4 var(--f-mono); letter-spacing: .06em; text-transform: uppercase; color: var(--teal); }
.talker-what { color: var(--ink-2); font-size: 1rem; line-height: 1.45; }
.talker a { color: inherit; }
.talker-pick { position: absolute; right: -8px; top: -14px; font: 400 1.35rem/1 var(--f-pen); color: var(--teal); transform: rotate(6deg); background: var(--paper); padding: 0 6px; }

/* ---------- discovery (came for / left with) ---------- */
.discover { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 480px); gap: clamp(32px, 6vw, 96px); align-items: start; }
.discover h2 { max-width: 13ch; }
.discover-photo { margin-top: 36px; max-width: 560px; }
.discover-photo .shot img { aspect-ratio: 16 / 10.5; }
.discover .tape { font-size: .9rem; }
.discover .t-ln + .t-ln { margin-top: 2px; }
.discover .t-sub { color: var(--ink-3); font-size: .75rem; margin: 6px 0 8px; letter-spacing: .04em; }
.discover .pen { white-space: normal; }
.discover .note { margin: 8px 0 4px; font-size: 1.55rem; text-transform: none; letter-spacing: 0; }
.band-gold .shot-cap { color: var(--gold-ink); }
.band-gold .lede { color: #3d2c06; }
@media (max-width: 900px) { .discover { grid-template-columns: 1fr; } .discover-tape { max-width: 480px; } }

/* ---------- reviews ---------- */
.rv { display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(0, 1fr); gap: clamp(28px, 5vw, 80px); align-items: start; }
.rv-big { position: relative; min-height: 360px; }
.rv-big blockquote { font: italic 700 clamp(1.8rem, 1.1rem + 2.3vw, 3.3rem)/1.08 var(--f-display); letter-spacing: -.012em; text-wrap: balance; }
.rv-big blockquote::before { content: '“'; display: block; font-size: 2.2em; line-height: .6; color: var(--gold); margin-bottom: .1em; }
.rv-who { display: flex; flex-wrap: wrap; align-items: center; gap: 6px 16px; margin-top: 26px; font: 500 .8125rem/1.4 var(--f-mono); letter-spacing: .06em; text-transform: uppercase; color: #d7d4cf; }
.rv-who .stars .ic { width: 14px; height: 14px; }
.rv-tag { color: var(--gold); }
.rv-reply { margin-top: 22px; border-top: 1px solid rgba(255, 255, 255, .22); padding-top: 16px; max-width: 38rem; color: #cfcac3; font-size: 1rem; }
.rv-reply b { font: 700 .75rem var(--f-mono); letter-spacing: .08em; text-transform: uppercase; color: #fff; margin-right: 8px; }
.rv-side { display: grid; gap: 16px; }
.rv-score { display: flex; align-items: baseline; gap: 14px; padding-bottom: 18px; border-bottom: 1px solid rgba(255, 255, 255, .22); }
.rv-score b { font: italic 800 4rem/1 var(--f-display); color: #fff; }
.rv-score span { font: 500 .8125rem/1.45 var(--f-mono); letter-spacing: .05em; text-transform: uppercase; color: #cfcac3; }
.rv-slips { display: grid; gap: 10px; }
.rv-slip { width: 100%; text-align: left; background: #1f1e1c; color: #efece8; border: 1px solid rgba(255, 255, 255, .14); padding: 12px 14px; display: grid; gap: 4px; font: inherit; border-radius: var(--r); transition: background-color .2s, border-color .2s; }
.rv-slip:hover { border-color: rgba(255, 255, 255, .4); }
.rv-slip[aria-pressed='true'] { background: var(--tape); color: var(--ink); border-color: var(--tape); }
.rv-slip q { font-size: .98rem; line-height: 1.35; quotes: '“' '”'; }
.rv-slip span { font: 500 .7rem/1.3 var(--f-mono); letter-spacing: .06em; text-transform: uppercase; opacity: .75; }
.rv-actions { display: flex; flex-wrap: wrap; gap: 12px 22px; align-items: center; margin-top: 10px; }
.js .rv-big.is-feed blockquote { animation: printIn .5s steps(5, end) both; }
@keyframes printIn { from { clip-path: inset(0 0 100% 0); } to { clip-path: inset(0 0 0 0); } }
@media (max-width: 900px) { .rv { grid-template-columns: 1fr; } .rv-big { min-height: 0; } }

/* ---------- story ---------- */
.story { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr); gap: clamp(32px, 6vw, 96px); align-items: center; }
.story-photo .shot img { aspect-ratio: 4 / 4.3; }
.story-body { display: grid; gap: 20px; }
.story-body p { max-width: 36rem; }
.story-sign { font: 400 2.1rem/1 var(--f-pen); color: var(--teal); }
.timeline { display: grid; gap: 0; margin-top: 8px; max-width: 32rem; }
.timeline .t-ln { font-size: .8125rem; letter-spacing: .04em; text-transform: uppercase; padding: 8px 0; border-top: 1px dashed var(--rule-2); }
@media (max-width: 900px) { .story { grid-template-columns: 1fr; } }

/* ---------- join the list ---------- */
.join { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 560px); gap: clamp(32px, 6vw, 96px); align-items: start; }
.join h2 { color: #fff; max-width: 14ch; }
.join .lede { color: #d9efe9; }
.join-promise { margin-top: 26px; display: grid; gap: 10px; max-width: 30rem; }
.join-promise li { display: flex; gap: 12px; color: #e3f4f0; }
.join-promise .ic { color: var(--gold); margin-top: 3px; }
@media (max-width: 900px) { .join { grid-template-columns: 1fr; } }

/* ---------- forms (slips) ---------- */
.slip { background: var(--tape); color: var(--ink); }
.slip .tape, .tape.form { text-transform: none; letter-spacing: 0; font: 400 1rem/1.5 var(--f-sans); }
.tape.form .t-h { font-family: var(--f-mono); text-transform: uppercase; letter-spacing: .08em; }
.form { display: grid; gap: 18px; }
.field { display: grid; gap: 6px; }
.field > label, .legend { font: 700 .75rem/1.3 var(--f-mono); letter-spacing: .08em; text-transform: uppercase; }
.field .hint { font-size: .875rem; color: var(--ink-3); }
.input, .select, .textarea { width: 100%; min-height: 48px; padding: 11px 12px; border: 0; border-bottom: 2px solid var(--ink); border-radius: 0; background: var(--field); font: 400 1.0625rem/1.3 var(--f-sans); color: var(--ink); appearance: none; transition: background-color .15s, border-color .15s; }
.textarea { min-height: 110px; resize: vertical; line-height: 1.45; }
.select { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='9' viewBox='0 0 14 9'%3E%3Cpath d='M1 1l6 6 6-6' fill='none' stroke='%23111110' stroke-width='2'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 12px center; padding-right: 38px; }
.input:hover, .select:hover, .textarea:hover { background-color: #efeae1; }
.input:focus, .select:focus, .textarea:focus { outline: none; background-color: #fff; border-bottom-color: var(--teal); box-shadow: 0 2px 0 var(--teal); }
.input::placeholder, .textarea::placeholder { color: #6b675f; }
.input[aria-invalid='true'], .select[aria-invalid='true'], .textarea[aria-invalid='true'] { border-bottom-color: #b3261e; background-color: #fbf0ee; }
.field-err { color: #b3261e; font-size: .9rem; font-weight: 600; }
.row2 { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
@media (max-width: 520px) { .row2 { grid-template-columns: 1fr; } }
.checks { display: grid; gap: 2px; }
.check { display: grid; grid-template-columns: 26px minmax(0, 1fr); gap: 10px; align-items: start; padding: 9px 0; cursor: pointer; font-size: 1rem; line-height: 1.4; }
.check input { appearance: none; width: 22px; height: 22px; margin: 1px 0 0; border: 2px solid var(--ink); border-radius: 6px; background: #fff; display: grid; place-content: center; cursor: pointer; }
.check input::before { content: ''; width: 12px; height: 12px; background: var(--ink); clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%); transform: scale(0); transition: transform .12s var(--ease); }
.check input:checked::before { transform: scale(1); }
.check input:checked { background: var(--gold); }
.check small { display: block; color: var(--ink-3); font-size: .875rem; }
.check--line { border-top: 1px dashed var(--rule-2); font: 500 .875rem/1.35 var(--f-mono); letter-spacing: .04em; text-transform: uppercase; }
.check--line small { font-family: var(--f-sans); letter-spacing: 0; text-transform: none; }
.consent { border: 1.5px solid var(--ink); padding: 14px 16px; display: grid; gap: 4px; background: #fff; border-radius: var(--r); }
.consent .check { padding: 4px 0; }
.consent-fine { font-size: .8125rem; color: var(--ink-3); line-height: 1.45; }
.hp { position: absolute !important; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.form-status { padding: 14px 16px; font-weight: 600; border-radius: var(--r); }
.form-status.is-err { background: #fbf0ee; color: #8f1d17; border: 1.5px solid #b3261e; }
.form-status.is-ok { background: var(--teal-3); color: var(--teal-2); border: 1.5px solid var(--teal); }
.opts { display: grid; grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); gap: 8px; }
.opt { position: relative; }
.opt input { position: absolute; opacity: 0; inset: 0; }
.opt span { display: grid; gap: 4px; min-height: 64px; padding: 12px; border: 1.5px solid var(--ink); border-radius: var(--r); background: #fff; font: 700 .8125rem/1.25 var(--f-mono); letter-spacing: .05em; text-transform: uppercase; cursor: pointer; transition: background-color .15s; }
.opt span small { font: 400 .875rem/1.3 var(--f-sans); letter-spacing: 0; text-transform: none; color: var(--ink-3); }
.opt input:checked + span { background: var(--gold); }
.opt input:focus-visible + span { outline: 3px solid var(--teal); outline-offset: 2px; }
.opt span:hover { background: #fbf3e0; }

/* ---------- instagram strip ---------- */
.gram { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }
.gram a { display: block; position: relative; overflow: hidden; border-radius: var(--r-photo); }
.gram img { aspect-ratio: 1; object-fit: cover; width: 100%; transition: transform .6s var(--ease); }
.gram a:hover img { filter: saturate(1.15) contrast(1.05); }
@media (max-width: 860px) { .gram { grid-template-columns: repeat(2, minmax(0, 1fr)); } }

/* ---------- visit ---------- */
.visit { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr); gap: clamp(28px, 5vw, 80px); align-items: start; }
.map { position: relative; background: #f1eee8; border: 1.5px solid var(--ink); overflow: hidden; border-radius: var(--r-photo); }
.map svg { width: 100%; height: auto; }
@media (max-width: 640px) { .map-cap { display: none; } }
.map-credit { position: absolute; right: 0; bottom: 0; padding: 3px 7px; background: rgba(241, 238, 232, .9); font: 500 .6875rem/1.3 var(--f-sans); color: var(--ink-2); }
.map-credit a { color: inherit; }
.map-cap { position: absolute; left: 12px; bottom: 12px; background: var(--paper); padding: 6px 10px; font: 500 .72rem/1.3 var(--f-mono); letter-spacing: .05em; text-transform: uppercase; border: 1px solid var(--ink); }
.visit-facts { display: grid; gap: 22px; }
.visit-addr { font: italic 800 clamp(1.6rem, 1.2rem + 1.2vw, 2.3rem)/1.05 var(--f-display); }
.drive { display: grid; gap: 0; }
.drive .t-ln { font-size: .8125rem; letter-spacing: .04em; text-transform: uppercase; padding: 7px 0; border-top: 1px dashed var(--rule-2); }
.openbadge { display: inline-flex; align-items: center; gap: 8px; font: 700 .8125rem/1 var(--f-mono); letter-spacing: .08em; text-transform: uppercase; padding: 9px 12px; background: var(--ink); color: #fff; }
.openbadge::before { content: ''; width: 8px; height: 8px; border-radius: 50%; background: var(--smoke); }
.openbadge.is-open::before { background: #4cd08a; box-shadow: 0 0 0 3px rgba(76, 208, 138, .25); }
.hours .t-ln { font-size: .875rem; letter-spacing: .04em; padding: 6px 0; border-top: 1px dashed var(--rule-2); text-transform: uppercase; }
.hours .t-ln.is-today { font-weight: 800; }
.hours .t-ln.is-today .t-l::after { content: ' ← TODAY'; color: var(--teal); }
@media (max-width: 900px) { .visit { grid-template-columns: 1fr; } }

/* ---------- inner pages ---------- */
.crumbs { padding-top: 18px; font: 500 .75rem/1.4 var(--f-mono); letter-spacing: .06em; text-transform: uppercase; color: var(--ink-3); }
.crumbs ol { display: flex; flex-wrap: wrap; gap: 4px 0; }
.crumbs li + li::before { content: '/'; margin: 0 10px; opacity: .6; }
.crumbs a { text-decoration: none; }
.crumbs a:hover { text-decoration: underline; text-underline-offset: 3px; }
.phead { padding-block: clamp(32px, 5vw, 72px) clamp(40px, 5vw, 72px); display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr); gap: clamp(28px, 5vw, 80px); align-items: end; }
.phead h1 { font-size: clamp(2.6rem, 1.2rem + 4.4vw, 5.4rem); line-height: .95; }
.phead .lede { margin-top: 20px; }
.phead-aside { display: grid; gap: 14px; justify-items: start; }
.phead-aside.steps { justify-items: stretch; align-self: center; }
.phead--solo { grid-template-columns: minmax(0, 1fr); max-width: 60rem; }
@media (max-width: 900px) { .phead { grid-template-columns: 1fr; align-items: start; } }
.pbanner { position: relative; }
.pbanner .shot img { width: 100%; aspect-ratio: 21 / 8; max-height: 560px; }
@media (max-width: 640px) { .pbanner .shot img { aspect-ratio: 4 / 3; } }
.split { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(28px, 5vw, 80px); align-items: start; }
.split--wide { grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr); }
@media (max-width: 900px) { .split, .split--wide { grid-template-columns: 1fr; } }
.cards { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: clamp(18px, 2vw, 28px); }
.card { display: grid; gap: 12px; align-content: start; text-decoration: none; color: inherit; }
.card .shot img { aspect-ratio: 4 / 3; }
.card h3 { font-size: clamp(1.35rem, 1.1rem + .6vw, 1.7rem); }
.card p { color: var(--ink-2); }
.card:hover h3 { text-decoration: underline; text-decoration-thickness: 2px; text-underline-offset: 5px; }
.stack > * + * { margin-top: var(--gap, 18px); }
.aside-tape { position: sticky; top: 24px; }
.qa { border-top: 1.5px solid var(--ink); }
.qa details { border-bottom: 1px solid var(--rule-2); }
.qa summary { list-style: none; cursor: pointer; display: grid; grid-template-columns: minmax(0, 1fr) 28px; gap: 16px; align-items: center; padding: 18px 0; font: 600 1.15rem/1.35 var(--f-sans); }
.qa summary::-webkit-details-marker { display: none; }
.qa summary::after { content: '+'; font: 500 1.6rem/1 var(--f-mono); text-align: center; transition: transform .2s steps(2, end); }
.qa details[open] summary::after { transform: rotate(45deg); }
.qa summary:hover { color: var(--teal); }
.qa .prose { padding: 0 0 22px; color: var(--ink-2); }
.qa-group + .qa-group { margin-top: 48px; }
.qa-group h2 { font-size: clamp(1.6rem, 1.2rem + 1.2vw, 2.3rem); margin-bottom: 14px; }
.toc { display: flex; flex-wrap: wrap; gap: 8px; }
.toc a { font: 600 .75rem/1 var(--f-mono); letter-spacing: .07em; text-transform: uppercase; text-decoration: none; border: 1.5px solid var(--ink); padding: 10px 12px; }
.toc a:hover { background: var(--gold); }
.chips { display: flex; flex-wrap: wrap; gap: 8px; }
.chip { font: 600 .75rem/1 var(--f-mono); letter-spacing: .07em; text-transform: uppercase; border: 1.5px solid currentColor; padding: 10px 12px; background: transparent; border-radius: 999px; min-height: 40px; }
.chip[aria-pressed='true'] { background: var(--ink); color: #fff; border-color: var(--ink); }
.band-black .chip[aria-pressed='true'] { background: var(--gold); color: var(--ink); border-color: var(--gold); }
.wall { columns: 3 300px; column-gap: 18px; }
.wall-card { break-inside: avoid; margin-bottom: 18px; padding: 20px 20px 18px; background: var(--tape); border: 1px solid var(--rule); display: grid; gap: 12px; }
.wall-card blockquote { font-size: 1.06rem; line-height: 1.5; }
.wall-card .wall-pull { font: italic 800 1.35rem/1.15 var(--f-display); }
.wall-meta { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 6px 12px; font: 500 .72rem/1.35 var(--f-mono); letter-spacing: .06em; text-transform: uppercase; color: var(--ink-3); }
.wall-reply { border-top: 1px dashed var(--rule-2); padding-top: 10px; font-size: .95rem; color: var(--ink-2); }
.wall-reply b { font: 700 .7rem var(--f-mono); letter-spacing: .08em; text-transform: uppercase; color: var(--teal); display: block; margin-bottom: 2px; }
.art-meta { display: flex; flex-wrap: wrap; gap: 8px 18px; font: 500 .75rem/1.4 var(--f-mono); letter-spacing: .06em; text-transform: uppercase; color: var(--ink-3); margin-top: 18px; }
.callout { border: 1.5px solid var(--ink); padding: 18px 20px; background: var(--paper); border-radius: var(--r); }
.callout h3 { font-size: 1.35rem; margin-bottom: 6px; }
.sticky-note { background: #fff; padding: 16px 18px; box-shadow: 0 12px 26px rgba(0, 0, 0, .14); transform: rotate(-1.2deg); max-width: 320px; }
.notfound { min-height: 60vh; display: grid; align-content: center; gap: 22px; padding-block: 80px; }
.thanks-ticket { max-width: 460px; }

/* ---------- smoker page extras ---------- */
.board-note { margin-top: 28px; color: var(--smoke); font: 500 .8125rem/1.55 var(--f-mono); letter-spacing: .02em; }
.menu-block { display: grid; grid-row: span 3; grid-template-rows: subgrid; row-gap: 12px; align-content: start; }
@supports not (grid-template-rows: subgrid) { .menu-block { grid-row: auto; grid-template-rows: none; } }
.menu-block h3 { font-size: clamp(1.6rem, 1.2rem + 1vw, 2.2rem); }
.menu-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(40px, 4.4vw, 64px) clamp(20px, 3vw, 44px); }
@media (max-width: 860px) { .menu-grid { grid-template-columns: 1fr; } }

/* ---------- campaign ---------- */
.deadline { display: inline-flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.count { font: italic 800 clamp(2.4rem, 1.4rem + 3vw, 4rem)/1 var(--f-display); }
.steps { counter-reset: s; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.steps li { counter-increment: s; border-top: 2px solid var(--ink); padding-top: 14px; display: grid; gap: 6px; }
.steps li::before { content: counter(s); font: italic 800 2.2rem/1 var(--f-display); color: var(--teal); }
.steps b { font: 700 .8125rem var(--f-mono); letter-spacing: .07em; text-transform: uppercase; }
@media (max-width: 760px) { .steps { grid-template-columns: 1fr; } }

/* ---------- footer (the end of the receipt) ---------- */
.ftr { background: var(--ink); color: #eae7e2; padding-block: clamp(64px, 8vw, 110px) 120px; }
.ftr-in { display: grid; grid-template-columns: minmax(0, 380px) minmax(0, 1fr); gap: clamp(36px, 6vw, 96px); align-items: start; }
.ftr-receipt .tape { font-size: .8125rem; }
.ftr-hours .t-ln.is-today { font-weight: 800; }
.ftr-cols { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(150px, 100%), 1fr)); gap: 28px 24px; }
.ftr-col ul { display: grid; gap: 8px; }
.ftr-col a { color: #fff; text-decoration: none; }
.ftr-col a:hover { text-decoration: underline; text-underline-offset: 4px; color: var(--gold); }
.ftr-h { font: 700 .75rem/1.3 var(--f-mono); letter-spacing: .09em; text-transform: uppercase; color: var(--gold); margin-bottom: 14px; }
.ftr-h a { color: var(--gold) !important; }
.ftr-addr { margin-bottom: 10px; }
.ftr-big { font: italic 800 1.5rem/1.1 var(--f-display); white-space: nowrap; }
.ftr-col p + p { margin-top: 8px; }
.ftr-links { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 16px !important; }
.ftr-links a { display: inline-flex; align-items: center; gap: 6px; font: 600 .75rem var(--f-mono); letter-spacing: .06em; text-transform: uppercase; }
.ftr-fine { grid-column: 1 / -1; display: flex; flex-wrap: wrap; justify-content: space-between; gap: 10px 24px; border-top: 1px solid rgba(255, 255, 255, .18); padding-top: 22px; font-size: .875rem; color: #bdb8b1; }
.ftr-fine a { color: #fff; }
@media (max-width: 900px) { .ftr-in { grid-template-columns: 1fr; } .ftr-receipt { max-width: 420px; } }
@media (min-width: 1101px) { .ftr-cols { grid-template-columns: minmax(0, 2fr) repeat(4, minmax(0, 1fr)); } }
@media (max-width: 1100px) { .ftr-col:first-child { grid-column: 1 / -1; } }
.ftr-col a { overflow-wrap: anywhere; }

/* ---------- phone bar ---------- */
.pbar { display: none; }
@media (max-width: 860px) {
  .pbar { position: fixed; left: 8px; right: 8px; bottom: max(8px, env(safe-area-inset-bottom)); z-index: 40; display: grid; grid-template-columns: repeat(4, 1fr); background: var(--ink); color: #fff; border-radius: 16px; overflow: hidden; box-shadow: 0 10px 30px rgba(0, 0, 0, .35); transform: translateY(0); transition: transform .3s var(--ease); }
  .pbar.is-hidden { transform: translateY(calc(100% + 20px)); }
  .pbar a { position: relative; display: grid; justify-items: center; gap: 3px; padding: 9px 4px 8px; text-decoration: none; font: 600 .71875rem/1 var(--f-mono); letter-spacing: .05em; text-transform: uppercase; min-height: 56px; align-content: center; }
  .pbar a + a { border-left: 1px solid rgba(255, 255, 255, .15); }
  .pbar .ic { width: 20px; height: 20px; }
  .pbar-call { background: var(--gold); color: var(--ink); }
  .pbar-smoke .ic { color: var(--ember-2); }
  .pbar-dot { position: absolute; top: 7px; right: calc(50% - 18px); width: 8px; height: 8px; border-radius: 50%; background: var(--smoke); }
  .pbar-dot.is-on { background: var(--ember-2); box-shadow: 0 0 0 3px rgba(236, 127, 69, .3); }
}

/* ---------- reveal (content is visible by default; JS adds the motion) ---------- */
.js [data-reveal] { opacity: 0; transform: translateY(18px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.js [data-reveal].is-in { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; scroll-behavior: auto !important; }
  .js [data-reveal] { opacity: 1; transform: none; }
  .js .pen-loop path, .js .pen-link path { stroke-dashoffset: 0; }
  .js .hero-tape .tape { animation: none; }
  .wisp { display: none; }
}

@media print {
  .today, .hdr, .ftr, .pbar, .menu, .skip, .crumbs { display: none !important; }
  body { padding: 0; }
}

/* ---------- guides ---------- */
.phead .art-h1 { font-size: clamp(2.3rem, 1.2rem + 3.4vw, 4.4rem); }
.phead .art-h1--long { font-size: clamp(2.2rem, 1.2rem + 2.4vw, 3.5rem); line-height: 1; }
.art-shot img { width: 100%; aspect-ratio: 4 / 3.3; object-fit: cover; }

/* ---------- label grid: one ruled row per line (name · from · what · end) ---------- */
.lg { border-top: 3px double var(--ink); }
.lg-row { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(0, .8fr) minmax(0, 2.2fr) minmax(64px, auto); gap: 6px 26px; align-items: baseline; padding: 15px 0 14px; border-bottom: 1px dashed var(--rule-2); }
.lg-name { font: italic 800 1.2rem/1.15 var(--f-display); letter-spacing: -.005em; }
.lg-name a { color: inherit; text-decoration: underline; text-decoration-thickness: 1.5px; text-underline-offset: 4px; }
.lg-name a:hover { color: var(--teal); }
.lg-pick { font: 400 1.2rem/1 var(--f-pen); color: var(--teal); white-space: nowrap; letter-spacing: 0; }
.lg-from { font: 600 .78rem/1.4 var(--f-mono); letter-spacing: .06em; text-transform: uppercase; color: var(--teal); }
.lg-what { color: var(--ink-2); line-height: 1.5; }
.lg-detail { display: block; margin-top: 4px; font-size: .9375rem; line-height: 1.5; color: var(--ink-3); }
.lg-end { font: 600 .78rem/1.4 var(--f-mono); letter-spacing: .06em; text-transform: uppercase; text-align: right; white-space: nowrap; color: var(--ink); }
.band-counter .lg-row { border-bottom-color: #c3bcb2; }
.lg-note { margin-top: 20px; }
.sea-tape { max-width: 440px; }
@media (max-width: 760px) {
  .lg-row { grid-template-columns: minmax(0, 1fr) auto; gap: 4px 16px; }
  .lg-name { grid-column: 1; }
  .lg-end { grid-column: 2; grid-row: 1; }
  .lg-from { grid-column: 1 / -1; }
  .lg-what { grid-column: 1 / -1; }
}
