/* =========================================================================
   THE BEAN ARCHIVES — V2 "The Dispatch"
   A curator's field-journal. Serif-led editorial, warm + grounded, global.
   Newsreader (display) + Mona Sans (UI/body) + Geist Mono (data/labels).
   Schoger playbook: low-opacity rings (no solid borders), canvas-grid rules,
   inline section headings, mono eyebrows, left-aligned, neutral-warm grays.
   Built to the brand brief: factual claim first, 60g-as-insurance through-line,
   founders named, Discord surfaced, global curation visible, honest voice.
   ========================================================================= */

/* ---- Tokens --------------------------------------------------------------- */
:root {
  /* warm paper + espresso ink — distinct from V1's cream/charcoal */
  --paper:      #f4ecdd;   /* warm ivory */
  --paper-2:    #efe5d2;   /* band alt */
  --paper-deep: #e9dcc4;   /* deeper panel */
  --ink:        #211a12;   /* espresso near-black */
  --ink-2:      #34291d;
  --espresso:   #2a2017;   /* dark band */
  --espresso-2: #1d160f;
  --ochre:      #c0732a;   /* single accent — warm, coffee, grounded */
  --ochre-deep: #a25c19;

  --rule:        color-mix(in srgb, var(--ink) 14%, transparent);
  --rule-soft:   color-mix(in srgb, var(--ink) 8%, transparent);
  --rule-strong: color-mix(in srgb, var(--ink) 24%, transparent);
  --ink-75:      color-mix(in srgb, var(--ink) 75%, transparent);
  --ink-60:      color-mix(in srgb, var(--ink) 58%, transparent);
  --ink-40:      color-mix(in srgb, var(--ink) 40%, transparent);
  --well:        color-mix(in srgb, var(--ink) 5%, transparent);
  --well-2:      color-mix(in srgb, var(--ink) 8%, transparent);

  --on-dark:     #f4ecdd;
  --on-dark-60:  color-mix(in srgb, #f4ecdd 58%, transparent);
  --rule-dark:   color-mix(in srgb, #f4ecdd 16%, transparent);
  --well-dark:   color-mix(in srgb, #f4ecdd 7%, transparent);

  /* type */
  --serif: "Newsreader", Georgia, "Times New Roman", serif;
  --sans:  "Hanken Grotesk", system-ui, sans-serif;
  --mono:  "Geist Mono", ui-monospace, "SFMono-Regular", monospace;

  --fs-xs:   0.75rem;
  --fs-sm:   0.875rem;
  --fs-base: 1.0625rem;
  --fs-lg:   1.2rem;
  --fs-lede: clamp(1.2rem, 1.9vw, 1.5rem);
  --fs-h3:   clamp(1.35rem, 2.2vw, 1.7rem);
  --fs-h2:   clamp(1.9rem, 4vw, 3rem);
  --fs-h1:   clamp(2.6rem, 6vw, 4.75rem);
  --fs-display: clamp(2.9rem, 7.5vw, 6.5rem);

  --container: 1200px;
  --pad-x: clamp(1.25rem, 4vw, 3rem);
  --r-sm: 5px;
  --r-md: 10px;
  --r-lg: 16px;
  --r-pill: 999px;

  --shadow-sm: 0 1px 2px color-mix(in srgb, var(--ink) 9%, transparent);
  --shadow-md: 0 1px 2px color-mix(in srgb, var(--ink) 7%, transparent),
               0 16px 34px -18px color-mix(in srgb, var(--ink) 42%, transparent);
  --shadow-lg: 0 2px 4px color-mix(in srgb, var(--ink) 7%, transparent),
               0 32px 64px -26px color-mix(in srgb, var(--ink) 48%, transparent);
  --ease: cubic-bezier(.2, .7, 0, 1);
}

/* ---- Reset ---------------------------------------------------------------- */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
html, body { overflow-x: clip; }
body {
  font-family: var(--sans);
  font-size: var(--fs-base);
  line-height: 1.55;
  color: var(--ink);
  background: var(--paper);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; cursor: pointer; background: none; border: 0; }
ul { list-style: none; padding: 0; }
:focus-visible { outline: 2px solid var(--ochre); outline-offset: 3px; border-radius: 3px; }

/* faint paper grain */
body::before {
  content: ""; position: fixed; inset: 0; pointer-events: none; z-index: 9999;
  opacity: .035; mix-blend-mode: multiply;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

/* ---- Canvas grid ---------------------------------------------------------- */
.band { border-bottom: 1px solid var(--rule); position: relative; }
.band:last-of-type { border-bottom: 0; }
.container {
  max-width: var(--container); margin-inline: auto;
  padding-inline: var(--pad-x); border-inline: 1px solid var(--rule);
}
.section { padding-block: clamp(3.25rem, 6.5vw, 6rem); }
.section--tight { padding-block: clamp(2rem, 4vw, 3rem); }
.band--dark { background: var(--espresso); color: var(--on-dark); border-color: var(--espresso-2); }
.band--dark .container { border-color: var(--rule-dark); }
.band--paper2 { background: var(--paper-2); }
.band--deep { background: var(--paper-deep); }

/* ---- Typography ----------------------------------------------------------- */
.eyebrow {
  font-family: var(--mono); font-size: var(--fs-xs);
  text-transform: uppercase; letter-spacing: .16em; color: var(--ink-60);
  display: inline-flex; align-items: center; gap: .6em;
}
.band--dark .eyebrow { color: var(--on-dark-60); }
.eyebrow::before { content: ""; width: 1.5em; height: 1px; background: currentColor; opacity: .55; }
.eyebrow--bare::before { display: none; }
.eyebrow--ochre { color: var(--ochre); }

/* serif display — the editorial voice of this version */
.display {
  font-family: var(--serif); font-optical-sizing: auto;
  font-weight: 500; font-size: var(--fs-display);
  line-height: .98; letter-spacing: -0.018em;
}
.h1 { font-family: var(--serif); font-weight: 500; font-size: var(--fs-h1);
  line-height: 1.0; letter-spacing: -0.018em; }
.h2 { font-family: var(--serif); font-weight: 500; font-size: var(--fs-h2);
  line-height: 1.03; letter-spacing: -0.015em; }
.h3 { font-family: var(--serif); font-weight: 550; font-size: var(--fs-h3);
  line-height: 1.12; letter-spacing: -0.01em; }
.ital { font-style: italic; }
.display .ital, .h1 .ital, .h2 .ital { font-weight: 400; }

/* sans utilities */
.kicker { font-family: var(--sans); font-weight: 680; font-size: var(--fs-h3);
  letter-spacing: -0.01em; line-height: 1.1; }
.lede { font-size: var(--fs-lede); line-height: 1.45; color: var(--ink-75);
  max-width: 50ch; text-wrap: pretty; }
.measure { max-width: 62ch; }
.muted { color: var(--ink-60); }
.notes { font-family: var(--serif); font-style: italic; color: var(--ink-75); }
.balance { text-wrap: balance; }
.pretty { text-wrap: pretty; }

/* inline section heading (serif title + sans support, same size, color split) */
.inline-head { font-family: var(--serif); font-weight: 500; font-size: var(--fs-h3);
  line-height: 1.28; letter-spacing: -0.012em; max-width: 42ch; text-wrap: pretty; }
.inline-head .said { color: var(--ink-40); font-style: italic; }
.band--dark .inline-head .said { color: var(--on-dark-60); }

.head { display: flex; flex-direction: column; gap: .85rem; }

/* ---- Buttons -------------------------------------------------------------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .5em;
  font-family: var(--sans); font-weight: 600; font-size: var(--fs-sm);
  padding: .72em 1.3em; border-radius: var(--r-pill);
  transition: transform .25s var(--ease), background .25s var(--ease),
              box-shadow .25s var(--ease), color .25s var(--ease);
}
.btn--primary { background: var(--ink); color: var(--paper); }
.btn--primary:hover { background: var(--ink-2); transform: translateY(-1px); box-shadow: var(--shadow-md); }
.btn--accent { background: var(--ochre); color: #fff; }
.btn--accent:hover { background: var(--ochre-deep); transform: translateY(-1px); box-shadow: var(--shadow-md); }
.btn--secondary { background: var(--paper); color: var(--ink);
  box-shadow: inset 0 0 0 1px var(--rule-strong), var(--shadow-sm); }
.btn--secondary:hover { background: var(--well); transform: translateY(-1px); }
.btn--ghost { color: var(--ink); padding-inline: .35em; }
.btn--ghost .arrow { transition: transform .25s var(--ease); }
.btn--ghost:hover .arrow { transform: translateX(4px); }
.btn--on-dark.btn--primary { background: var(--paper); color: var(--ink); }
.btn--on-dark.btn--secondary { background: transparent; color: var(--on-dark);
  box-shadow: inset 0 0 0 1px var(--rule-dark); }
.btn--on-dark.btn--secondary:hover { background: var(--well-dark); }
.btn--lg { font-size: var(--fs-base); padding: .85em 1.55em; }
.btn--block { width: 100%; }

.linky { font-family: var(--mono); font-size: var(--fs-xs); text-transform: uppercase;
  letter-spacing: .12em; padding-bottom: 2px;
  background: linear-gradient(currentColor, currentColor) left 100% / 100% 1px no-repeat;
  transition: background-size .3s var(--ease), color .2s; }
.linky:hover { color: var(--ochre); background-size: 0% 1px; }

/* ---- Logo + marks --------------------------------------------------------- */
.mark { display: inline-block; color: var(--ink); }
.mark svg { width: 100%; height: 100%; transition: transform 1s var(--ease); }
.mark:hover svg { transform: rotate(150deg); }
.lockup { display: inline-flex; align-items: center; }
.logo-h { display: block; height: 30px; width: auto; color: var(--ink);
  transition: opacity .25s var(--ease); }
.lockup:hover .logo-h { opacity: .7; }
.band--dark .logo-h, .band--dark .mark { color: var(--on-dark); }

/* ---- Tags / chips --------------------------------------------------------- */
.chip { font-family: var(--mono); font-size: 11px; letter-spacing: .06em;
  text-transform: uppercase; padding: .28em .6em; border-radius: var(--r-sm);
  box-shadow: inset 0 0 0 1px var(--rule); color: var(--ink-60); }
.chip--clean { color: #2f6b58; box-shadow: inset 0 0 0 1px color-mix(in srgb,#2f6b58 35%,transparent); }
.chip--mixed { color: var(--ochre-deep); box-shadow: inset 0 0 0 1px color-mix(in srgb,var(--ochre) 40%,transparent); }
.chip--funky { color: #a63b6a; box-shadow: inset 0 0 0 1px color-mix(in srgb,#a63b6a 38%,transparent); }
.tag { font-family: var(--mono); font-size: var(--fs-xs); letter-spacing: .03em;
  color: var(--ink-60); background: var(--well); padding: .3em .6em; border-radius: var(--r-sm); }
.band--dark .tag { color: var(--on-dark-60); background: var(--well-dark); }

.well { background: var(--well); border-radius: var(--r-lg); }

/* ---- Nav ------------------------------------------------------------------ */
.nav { position: sticky; top: 0; z-index: 100;
  background: color-mix(in srgb, var(--paper) 82%, transparent);
  backdrop-filter: saturate(1.3) blur(12px);
  border-bottom: 1px solid transparent; transition: border-color .3s, background .3s; }
.nav.is-stuck { border-bottom-color: var(--rule); background: color-mix(in srgb, var(--paper) 92%, transparent); }
.nav__inner { max-width: var(--container); margin-inline: auto;
  padding: .8rem var(--pad-x); display: flex; align-items: center; gap: 1.4rem; }
.nav__links { display: flex; align-items: center; gap: .15rem; margin-left: .6rem; }
.nav__links a { font-size: var(--fs-sm); font-weight: 550; color: var(--ink-60);
  padding: .45em .65em; border-radius: var(--r-sm); transition: color .2s, background .2s; }
.nav__links a:hover { color: var(--ink); background: var(--well); }
.nav__links a[aria-current="page"] { color: var(--ink); }
.nav__spacer { flex: 1; }
.nav__cta { display: flex; align-items: center; gap: .55rem; }
.nav__cta .btn { padding: .5em 1.05em; }
.nav__burger { display: none; width: 40px; height: 40px; border-radius: var(--r-sm);
  align-items: center; justify-content: center; box-shadow: inset 0 0 0 1px var(--rule); }
.nav__burger span, .nav__burger span::before, .nav__burger span::after {
  content: ""; display: block; width: 18px; height: 1.5px; background: var(--ink);
  transition: transform .3s var(--ease), opacity .2s; position: relative; }
.nav__burger span::before { position: absolute; top: -6px; }
.nav__burger span::after { position: absolute; top: 6px; }
body.menu-open .nav__burger span { background: transparent; }
body.menu-open .nav__burger span::before { transform: translateY(6px) rotate(45deg); }
body.menu-open .nav__burger span::after { transform: translateY(-6px) rotate(-45deg); }

.drawer { position: fixed; inset: 0 0 0 auto; width: min(86vw, 360px); z-index: 99;
  background: var(--paper); box-shadow: var(--shadow-lg); transform: translateX(100%);
  transition: transform .4s var(--ease); padding: 5.5rem var(--pad-x) 2rem;
  display: flex; flex-direction: column; gap: .15rem; border-left: 1px solid var(--rule); }
.drawer a { font-family: var(--serif); font-weight: 500; font-size: 1.5rem;
  padding: .5rem 0; border-bottom: 1px solid var(--rule-soft); letter-spacing: -0.01em; }
.drawer .btn { margin-top: 1.25rem; }
.scrim { position: fixed; inset: 0; background: color-mix(in srgb, var(--ink) 38%, transparent);
  opacity: 0; visibility: hidden; transition: opacity .4s, visibility .4s; z-index: 98; }
body.menu-open .drawer { transform: translateX(0); }
body.menu-open .scrim { opacity: 1; visibility: visible; }

/* ---- Hero ----------------------------------------------------------------- */
.hero { position: relative; overflow-x: clip; }
.hero__inner { padding-block: clamp(2.5rem, 5vw, 4.5rem) clamp(3rem, 5vw, 5rem); }
.hero__claim { display: block; }
.hero__claim .n { color: var(--ochre); font-style: italic; }
.hero__display { margin: 1.2rem 0 0; max-width: 16ch; }
.hero__sub { margin-top: 1.5rem; }
.hero__actions { display: flex; flex-wrap: wrap; gap: .75rem; align-items: center; margin-top: 1.8rem; }
.hero__assure { font-family: var(--mono); font-size: var(--fs-xs); color: var(--ink-60);
  letter-spacing: .04em; margin-top: 1.1rem; display: flex; align-items: center; gap: .5em; }
.hero__assure .dot { width: 6px; height: 6px; border-radius: 50%; background: #2f6b58; flex: none; }
.hero__pin { position: absolute; top: -4%; right: -7%; width: clamp(150px, 24vw, 330px);
  color: var(--ink); opacity: .055; pointer-events: none; }
.hero__pin svg { animation: spin 70s linear infinite; }

/* ---- Proof strip ---------------------------------------------------------- */
.proof { display: grid; grid-template-columns: repeat(4, 1fr); }
.proof__cell { padding: 1.5rem var(--pad-x); border-left: 1px solid var(--rule); }
.proof__cell:first-child { border-left: 0; padding-left: 0; }
.proof__v { font-family: var(--serif); font-weight: 500; font-size: clamp(2rem,4vw,3rem);
  line-height: 1; letter-spacing: -0.01em; }
.proof__v .unit { font-family: var(--sans); font-size: .4em; font-weight: 600; color: var(--ink-60); margin-left: .15em; }
.proof__k { font-family: var(--mono); font-size: var(--fs-xs); color: var(--ink-60); margin-top: .5rem; letter-spacing: .03em; }
.band--dark .proof__cell { border-color: var(--rule-dark); }
.band--dark .proof__k { color: var(--on-dark-60); }

/* ---- Curators (founders) -------------------------------------------------- */
.curators { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: clamp(2rem,4vw,3.5rem); align-items: center; }
.curators__faces { display: flex; gap: 1rem; }
.face { flex: 1; aspect-ratio: 4/5; border-radius: var(--r-md); overflow: hidden;
  background: var(--well-2); box-shadow: inset 0 0 0 1px var(--rule);
  display: flex; align-items: flex-end; position: relative; }
.face::after { content: attr(data-name); position: absolute; left: 0; right: 0; bottom: 0;
  font-family: var(--mono); font-size: var(--fs-xs); letter-spacing: .08em; text-transform: uppercase;
  color: var(--on-dark); padding: .7rem .8rem;
  background: linear-gradient(transparent, color-mix(in srgb, var(--ink) 72%, transparent)); }
.face .mark { width: 38%; margin: auto; color: var(--ink-40); opacity: .5; }
.byline { font-family: var(--mono); font-size: var(--fs-xs); letter-spacing: .06em;
  text-transform: uppercase; color: var(--ink-60); }

/* ---- Insurance feature ---------------------------------------------------- */
.insure { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: clamp(2rem,4vw,4rem); align-items: center; }
.bagrow { display: flex; gap: .5rem; align-items: flex-end; }
.bagrow .b { flex: 1; border-radius: var(--r-sm) var(--r-sm) 2px 2px; box-shadow: inset 0 0 0 1px var(--rule-dark);
  background: var(--well-dark); display: flex; align-items: flex-end; justify-content: center; padding-bottom: .5rem;
  font-family: var(--mono); font-size: 10px; color: var(--on-dark-60); letter-spacing: .05em; }
.bagrow .b.risk { background: color-mix(in srgb, var(--ochre) 28%, transparent);
  box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--ochre) 55%, transparent); color: var(--on-dark); }

/* ---- Lineup index --------------------------------------------------------- */
.lineup { border-top: 1px solid var(--rule); }
.coffee { display: grid; grid-template-columns: 3.2rem 1fr auto; gap: 1.25rem; align-items: baseline;
  padding: 1.25rem 0; border-bottom: 1px solid var(--rule); transition: background .25s; }
.coffee:hover { background: var(--well); }
.coffee__no { font-family: var(--mono); font-size: var(--fs-sm); color: var(--ink-40); }
.coffee__main { display: flex; flex-direction: column; gap: .35rem; }
.coffee__name { font-family: var(--serif); font-weight: 550; font-size: clamp(1.15rem,1.8vw,1.5rem);
  line-height: 1.05; letter-spacing: -0.01em; }
.coffee__meta { font-family: var(--mono); font-size: var(--fs-xs); color: var(--ink-60); letter-spacing: .03em; }
.coffee__roaster { color: var(--ink); }
.coffee__notes { font-family: var(--serif); font-style: italic; color: var(--ink-75); font-size: var(--fs-sm); }
.coffee__right { display: flex; align-items: center; gap: .5rem; justify-self: end; }
.band--dark .lineup, .band--dark .coffee { border-color: var(--rule-dark); }
.band--dark .coffee__notes { color: var(--on-dark-60); }
.band--dark .coffee__no { color: var(--on-dark-60); }

/* ---- Global cities marquee ------------------------------------------------ */
.globe { overflow: hidden; padding-block: 1.3rem; }
.globe__track { display: flex; gap: 2.6rem; width: max-content; animation: marquee 46s linear infinite; }
.globe:hover .globe__track { animation-play-state: paused; }
.globe__item { font-family: var(--serif); font-style: italic; font-weight: 400;
  font-size: 1.5rem; color: var(--ink); display: inline-flex; align-items: center; gap: 2.6rem; white-space: nowrap; }
.globe__item::after { content: ""; width: 5px; height: 5px; background: var(--ochre); border-radius: 50%; flex: none; }

/* ---- Quotes (subscriber voices) ------------------------------------------- */
.voices { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; }
.voice { padding: clamp(1.5rem,2.5vw,2.25rem); border-left: 1px solid var(--rule); display: flex; flex-direction: column; gap: 1rem; }
.voice:first-child { border-left: 0; padding-left: 0; }
.voice p { font-family: var(--serif); font-style: italic; font-size: clamp(1.1rem,1.5vw,1.3rem);
  line-height: 1.34; letter-spacing: -0.005em; text-wrap: pretty; }
.voice footer { font-family: var(--mono); font-size: var(--fs-xs); text-transform: uppercase;
  letter-spacing: .08em; color: var(--ink-60); margin-top: auto; }
.band--dark .voice { border-color: var(--rule-dark); }
.band--dark .voice footer { color: var(--on-dark-60); }
.voices--2 { grid-template-columns: 1fr 1fr; }

/* stars */
.stars { display: inline-flex; gap: 2px; color: var(--ochre); font-size: 1rem; letter-spacing: .05em; }
.rating { display: flex; align-items: center; gap: .65rem; font-family: var(--mono); font-size: var(--fs-sm); color: var(--ink-60); }
.rating b { font-family: var(--sans); color: var(--ink); }

/* ---- Discord / community -------------------------------------------------- */
.community { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem,4vw,3.5rem); align-items: center; }
.chatcard { background: var(--espresso-2); border-radius: var(--r-lg); padding: 1.4rem;
  display: flex; flex-direction: column; gap: .8rem; box-shadow: inset 0 0 0 1px var(--rule-dark); }
.msg { display: flex; gap: .7rem; align-items: flex-start; }
.msg__av { width: 32px; height: 32px; border-radius: 50%; flex: none; display: grid; place-items: center;
  font-family: var(--mono); font-size: 11px; color: var(--on-dark); }
.msg__b { display: flex; flex-direction: column; gap: .15rem; }
.msg__who { font-family: var(--mono); font-size: 11px; letter-spacing: .04em; }
.msg__who .t { color: var(--on-dark-60); margin-left: .5em; }
.msg__txt { font-size: var(--fs-sm); color: var(--on-dark); line-height: 1.4; }

/* ---- Plans ---------------------------------------------------------------- */
.plans { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; align-items: stretch; }
.plan { position: relative; padding: clamp(1.5rem,3vw,2.25rem); border-radius: var(--r-lg);
  box-shadow: inset 0 0 0 1px var(--rule); display: flex; flex-direction: column; gap: 1.1rem; }
.plan--feature { background: var(--espresso); color: var(--on-dark); box-shadow: none; }
.plan__head { display: flex; align-items: baseline; justify-content: space-between; gap: 1rem; }
.plan__name { font-family: var(--serif); font-weight: 550; font-size: 1.7rem; letter-spacing: -0.01em; }
.plan__price { font-family: var(--mono); font-size: 1rem; white-space: nowrap; }
.plan__price b { font-family: var(--serif); font-weight: 500; font-size: 1.9rem; }
.plan__price .per { color: var(--ink-60); }
.plan--feature .plan__price .per { color: var(--on-dark-60); }
.plan__list { display: flex; flex-direction: column; gap: .6rem; }
.plan__list li { display: flex; gap: .65rem; font-size: var(--fs-sm); color: var(--ink-75); }
.plan--feature .plan__list li { color: var(--on-dark-60); }
.plan__list .ok { color: var(--ochre); flex: none; font-family: var(--mono); }
.plan--feature .plan__list .ok { color: var(--paper); }
.plan .btn { margin-top: auto; }
.plan__assure { font-family: var(--mono); font-size: var(--fs-xs); color: var(--ink-60);
  text-align: center; letter-spacing: .03em; }
.plan--feature .plan__assure { color: var(--on-dark-60); }

/* lean toggle clean/mixed/funky */
.lean { display: inline-flex; padding: 4px; border-radius: var(--r-pill);
  box-shadow: inset 0 0 0 1px var(--rule); gap: 2px; }
.plan--feature .lean { box-shadow: inset 0 0 0 1px var(--rule-dark); }
.lean button { font-family: var(--mono); font-size: var(--fs-xs); text-transform: uppercase;
  letter-spacing: .1em; padding: .5em .95em; border-radius: var(--r-pill);
  color: var(--ink-60); transition: color .25s, background .25s; }
.lean button[aria-pressed="true"] { background: var(--ink); color: var(--paper); }
.lean button.funky[aria-pressed="true"] { background: #a63b6a; color: #fff; }
.lean button.clean[aria-pressed="true"] { background: #2f6b58; color: #fff; }
.lean-readout { font-size: var(--fs-sm); min-height: 1.5em; color: var(--ink-75); }

/* differentiators */
.diffs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; }
.diff { padding: 1.6rem; border-left: 1px solid var(--rule); }
.diff:first-child { border-left: 0; padding-left: 0; }
.diff__n { font-family: var(--mono); font-size: var(--fs-xs); color: var(--ochre); letter-spacing: .08em; }
.diff h3 { margin: .8rem 0 .45rem; }
.diff p { color: var(--ink-75); font-size: var(--fs-sm); max-width: 34ch; }
.band--dark .diff { border-color: var(--rule-dark); }
.band--dark .diff p { color: var(--on-dark-60); }

/* ---- Steps ---------------------------------------------------------------- */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; }
.step { padding: 1.6rem; border-left: 1px solid var(--rule); }
.step:first-child { border-left: 0; padding-left: 0; }
.step__no { font-family: var(--mono); font-size: var(--fs-xs); color: var(--ochre); letter-spacing: .08em; }
.step h3 { margin: .85rem 0 .5rem; }
.step p { color: var(--ink-75); font-size: var(--fs-sm); max-width: 34ch; }
.band--dark .step { border-color: var(--rule-dark); }
.band--dark .step p { color: var(--on-dark-60); }

/* ---- Split ---------------------------------------------------------------- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem,4vw,4rem); align-items: center; }
.grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(1.5rem,3vw,3rem); }
.flow > * + * { margin-top: 1.1rem; }
.flow-sm > * + * { margin-top: .55rem; }
.row { display: flex; gap: 1rem; flex-wrap: wrap; align-items: center; }
.between { justify-content: space-between; }
.center { text-align: center; }
.mt-2 { margin-top: 2rem; } .mt-3 { margin-top: 3rem; }
.ochre { color: var(--ochre); }
.grid-3 { display: grid; grid-template-columns: repeat(3,1fr); gap: 1rem; }

/* ---- FAQ ------------------------------------------------------------------ */
.faq { border-top: 1px solid var(--rule); }
.faq details { border-bottom: 1px solid var(--rule); }
.faq summary { display: flex; justify-content: space-between; align-items: center; gap: 2rem;
  padding: 1.3rem 0; cursor: pointer; list-style: none; font-family: var(--serif);
  font-weight: 550; font-size: var(--fs-lg); letter-spacing: -0.01em; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary .pm { font-family: var(--mono); color: var(--ink-60); transition: transform .3s var(--ease); flex: none; }
.faq details[open] summary .pm { transform: rotate(45deg); }
.faq p { color: var(--ink-75); padding: 0 0 1.4rem; max-width: 66ch; }
.faq p + p { padding-top: 0; }

/* ---- Bags / freezer ------------------------------------------------------- */
.shelf { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.bag { padding: 1.25rem; border-radius: var(--r-md); box-shadow: inset 0 0 0 1px var(--rule);
  display: flex; flex-direction: column; gap: .6rem; transition: box-shadow .3s, transform .3s var(--ease); }
.bag:hover { transform: translateY(-3px); box-shadow: inset 0 0 0 1px var(--rule-strong), var(--shadow-md); }
.bag__no { font-family: var(--mono); font-size: var(--fs-xs); color: var(--ink-60); letter-spacing: .06em; }
.bag__name { font-family: var(--serif); font-weight: 550; font-size: 1.25rem; line-height: 1.05; letter-spacing: -0.01em; }
.bag__roaster { font-family: var(--mono); font-size: var(--fs-xs); color: var(--ink-60); }
.bag__foot { display: flex; align-items: center; justify-content: space-between; margin-top: auto;
  padding-top: .8rem; border-top: 1px solid var(--rule-soft); }
.bag__price { font-family: var(--mono); font-weight: 700; }
.bag--sold { opacity: .55; }
.bag--sold .bag__price { text-decoration: line-through; color: var(--ink-60); }

/* ---- Index rows (archive) ------------------------------------------------- */
.index-row { display: grid; grid-template-columns: 8rem 1fr auto; gap: 1.5rem; align-items: center;
  padding: 1.15rem 0; border-bottom: 1px solid var(--rule); transition: background .25s; }
.index-row:hover { background: var(--well); }
.index-row:first-child { border-top: 1px solid var(--rule); }
.index-row .mo { font-family: var(--mono); font-size: var(--fs-sm); color: var(--ink-60); }
.index-row .ros { display: flex; flex-wrap: wrap; gap: .35rem .85rem; font-family: var(--serif); }
.index-row .ros span:not(:last-child)::after { content: "·"; margin-left: .85rem; color: var(--ink-40); }
.index-row .ct { font-family: var(--mono); font-size: var(--fs-xs); color: var(--ink-60); }

/* ---- Gift ----------------------------------------------------------------- */
.gift-card { background: var(--paper); border-radius: var(--r-lg); padding: clamp(1.5rem,3vw,2.5rem);
  box-shadow: inset 0 0 0 1px var(--rule), var(--shadow-md); display: flex; flex-direction: column; gap: 1rem; }

/* ---- Footer --------------------------------------------------------------- */
.footer { background: var(--paper); }
.footer__top { display: grid; grid-template-columns: 1.4fr repeat(3, 1fr); gap: 2rem;
  padding-block: clamp(2.5rem, 5vw, 4rem); }
.footer__brand .mark { width: 44px; height: 44px; color: var(--ink); }
.footer__brand p { color: var(--ink-60); font-size: var(--fs-sm); max-width: 32ch; margin-top: 1.1rem; }
.footer h4 { font-family: var(--mono); font-size: var(--fs-xs); text-transform: uppercase;
  letter-spacing: .1em; color: var(--ink-60); margin-bottom: 1rem; font-weight: 400; }
.footer__col a { display: block; font-size: var(--fs-sm); color: var(--ink-75); padding: .3rem 0; transition: color .2s; }
.footer__col a:hover { color: var(--ochre); }
.footer__bar { display: flex; justify-content: space-between; align-items: center; gap: 1rem;
  flex-wrap: wrap; padding-block: 1.5rem; border-top: 1px solid var(--rule);
  font-family: var(--mono); font-size: var(--fs-xs); color: var(--ink-60); letter-spacing: .03em; }

/* ---- Page hero ------------------------------------------------------------ */
.page-hero { padding-block: clamp(3rem, 6vw, 5rem) clamp(2rem, 4vw, 3rem); }
.page-hero .display, .page-hero .h1 { margin-top: 1rem; }
.page-hero .lede { margin-top: 1.3rem; }

.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
.hr { height: 1px; background: var(--rule); border: 0; margin: 0; }

/* ---- Motion --------------------------------------------------------------- */
[data-reveal] { opacity: 0; transform: translateY(15px); }
[data-reveal].is-in { opacity: 1; transform: none;
  transition: opacity .7s var(--ease), transform .7s var(--ease); transition-delay: var(--d, 0ms); }

@keyframes spin { to { transform: rotate(360deg); } }
@keyframes marquee { to { transform: translateX(-50%); } }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important;
    transition-duration: .001ms !important; scroll-behavior: auto !important; }
  [data-reveal] { opacity: 1; transform: none; }
  .hero__pin svg, .globe__track { animation: none !important; }
}

/* ---- Responsive ----------------------------------------------------------- */
@media (max-width: 1024px) {
  .curators, .insure, .community, .split, .grid-2 { grid-template-columns: 1fr; gap: 2.25rem; }
  .voices { grid-template-columns: 1fr; }
  .footer__top { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 860px) {
  .nav__links { display: none; }
  .nav__cta .btn--secondary { display: none; }
  .nav__burger { display: inline-flex; }
  .proof { grid-template-columns: 1fr 1fr; }
  .proof__cell { border-left: 0; padding-inline: 0; }
  .proof__cell:nth-child(even) { padding-left: 1.25rem; border-left: 1px solid var(--rule); }
  .steps, .diffs { grid-template-columns: 1fr; }
  .step, .diff { border-left: 0; padding-left: 0; border-top: 1px solid var(--rule); padding-top: 1.5rem; }
  .step:first-child, .diff:first-child { border-top: 0; padding-top: 0; }
  .plans, .shelf, .grid-3 { grid-template-columns: 1fr; }
  .voice { border-left: 0; padding-left: 0; border-top: 1px solid var(--rule); padding-top: 1.5rem; }
  .voice:first-child { border-top: 0; padding-top: 0; }
}
@media (max-width: 560px) {
  .display, .page-hero .display { font-size: clamp(2.3rem, 11vw, 3.2rem) !important; }
  .h1 { font-size: clamp(2.2rem, 10vw, 3rem) !important; }
  .coffee { grid-template-columns: 2.2rem 1fr; }
  .coffee__right { grid-column: 2; justify-self: start; margin-top: .2rem; }
  .footer__top { grid-template-columns: 1fr 1fr; }
  .footer__brand { grid-column: 1 / -1; }
  .index-row { grid-template-columns: 1fr auto; }
  .index-row .mo { grid-column: 1 / -1; }
  .shelf { grid-template-columns: 1fr; }
}

/* =========================================================================
   V3 additions — photo placeholders, roaster wall, 60g math, add-ons
   ========================================================================= */

/* ---- Photo placeholders (swap for real product / founder photos) --------- */
.ph { position: relative; display: flex; align-items: center; justify-content: center;
  background: var(--well); border-radius: var(--r-md);
  box-shadow: inset 0 0 0 1.5px var(--rule); color: var(--ink-40); overflow: hidden; }
.ph::after { content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .5;
  background-image: repeating-linear-gradient(135deg, transparent 0 11px, color-mix(in srgb,var(--ink) 4%,transparent) 11px 12px); }
.ph .mark { position: absolute; width: 30%; max-width: 90px; opacity: .14; color: var(--ink); }
.ph__label { position: relative; z-index: 1; font-family: var(--mono); font-size: var(--fs-xs);
  letter-spacing: .08em; text-transform: uppercase; text-align: center; padding: .5rem 1rem; line-height: 1.5; }
.ph--portrait { aspect-ratio: 4/5; }
.ph--square  { aspect-ratio: 1/1; }
.ph--wide    { aspect-ratio: 16/10; }
.ph--tall    { aspect-ratio: 3/4; }
.band--dark .ph { background: var(--well-dark); box-shadow: inset 0 0 0 1.5px var(--rule-dark); color: var(--on-dark-60); }
.band--dark .ph .mark { color: var(--on-dark); }

/* founder duo */
.founders { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.founder { position: relative; }
.founder .ph { aspect-ratio: 4/5; }
.founder figcaption { font-family: var(--mono); font-size: var(--fs-xs); letter-spacing: .06em;
  text-transform: uppercase; color: var(--ink-60); margin-top: .7rem; }
.band--dark .founder figcaption { color: var(--on-dark-60); }

/* ---- Roaster wall (scrolling logos) --------------------------------------- */
.roastwall { overflow: hidden; padding-block: .4rem; -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); }
.roastwall__track { display: flex; align-items: center; gap: .4rem; width: max-content; animation: marquee 64s linear infinite; }
.roastwall:hover .roastwall__track { animation-play-state: paused; }
/* tile-less logo cloud — uniform ink silhouettes (Schoger) */
.rlogo { flex: none; height: 64px; display: grid; place-items: center; padding: 0 1.65rem; }
.rlogo img { max-height: 30px; max-width: 132px; width: auto; height: auto; object-fit: contain;
  opacity: .78; transition: opacity .3s var(--ease); }
.rlogo:hover img { opacity: 1; }

/* ---- 60g brewing math ----------------------------------------------------- */
.brewmath { display: grid; grid-template-columns: repeat(3,1fr); gap: 1rem; }
.brewmath .bm { padding: 1.4rem; border-radius: var(--r-md); box-shadow: inset 0 0 0 1px var(--rule);
  display: flex; flex-direction: column; gap: .3rem; }
.brewmath .bm b { font-family: var(--serif); font-weight: 500; font-size: clamp(1.8rem,3vw,2.6rem); line-height: 1; }
.brewmath .bm span { font-family: var(--mono); font-size: var(--fs-xs); color: var(--ink-60); letter-spacing: .04em; }
.band--dark .brewmath .bm { box-shadow: inset 0 0 0 1px var(--rule-dark); }
.band--dark .brewmath .bm span { color: var(--on-dark-60); }

/* ---- This month card shots ------------------------------------------------ */
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.cardshot { display: flex; flex-direction: column; gap: .7rem; }
.cardshot figcaption { display: flex; flex-direction: column; gap: .15rem; }
.cardshot .cn { font-family: var(--mono); font-size: var(--fs-xs); color: var(--ink-60); letter-spacing: .04em; }
.cardshot .cname { font-family: var(--serif); font-weight: 550; font-size: 1.1rem; line-height: 1.05; }

@media (max-width: 860px) {
  .founders { grid-template-columns: 1fr 1fr; }
  .brewmath { grid-template-columns: 1fr; }
  .cards { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 560px) {
  .cards { grid-template-columns: 1fr; }
}

/* ---- Hero announcement pill (V3) ------------------------------------------ */
.hero__foot { display: flex; flex-wrap: wrap; align-items: center; gap: .65rem 1.1rem; margin-top: 1.5rem; }
.hero__notice { display: inline-flex; align-items: center; gap: .6em;
  font-family: var(--sans); font-size: var(--fs-sm); font-weight: 500; color: var(--ink-75);
  background: var(--well); box-shadow: inset 0 0 0 1px var(--rule);
  padding: .5em .95em; border-radius: var(--r-pill); }
.hero__notice b { color: var(--ink); font-weight: 650; }
.hero__notice .live { position: relative; width: 7px; height: 7px; border-radius: 50%;
  background: #2f6b58; flex: none; }
.hero__notice .live::after { content: ""; position: absolute; inset: 0; border-radius: 50%;
  background: #2f6b58; animation: livepulse 2.6s ease-out infinite; }
.hero__micro { font-family: var(--mono); font-size: var(--fs-xs); color: var(--ink-60); letter-spacing: .04em; }
@keyframes livepulse { 0% { transform: scale(1); opacity: .55; } 70%,100% { transform: scale(2.6); opacity: 0; } }
@media (prefers-reduced-motion: reduce) { .hero__notice .live::after { animation: none; } }

/* ---- 60g compact breakdown (replaces big boxes) --------------------------- */
.brewlist { display: flex; flex-direction: column; }
.brewlist .br { display: flex; align-items: center; gap: .9rem; padding: .8rem 0; border-bottom: 1px solid var(--rule); }
.brewlist .br:first-child { border-top: 1px solid var(--rule); }
.brewlist .br b { font-family: var(--serif); font-weight: 500; font-size: 1.45rem; line-height: 1; color: var(--ink); min-width: 2.3ch; }
.brewlist .br i { font-style: normal; font-family: var(--mono); font-size: var(--fs-sm); color: var(--ink-70); letter-spacing: .03em; }

/* ---- Tight quote stack: quote + author always together -------------------- */
.qstack { display: flex; flex-direction: column; gap: 1.7rem; }
.qstack .voice { border: 0; padding: 0; display: flex; flex-direction: column; gap: .7rem; }
.qstack .voice footer { margin-top: 0; }

/* ---- Real photo frames (object-fit cover) -------------------------------- */
.shot { position: relative; border-radius: var(--r-md); overflow: hidden;
  box-shadow: inset 0 0 0 1px var(--rule), var(--shadow-sm); background: var(--well); }
.shot img { width: 100%; height: 100%; object-fit: cover; display: block; }
.shot--portrait { aspect-ratio: 4/5; }
.shot--square   { aspect-ratio: 1/1; }
.shot--wide     { aspect-ratio: 16/10; }
.shot--tall     { aspect-ratio: 3/4; }
.band--dark .shot { box-shadow: inset 0 0 0 1px var(--rule-dark), var(--shadow-sm); }
.shot figcaption { position: absolute; left: 0; right: 0; bottom: 0; z-index: 1;
  font-family: var(--mono); font-size: 10px; letter-spacing: .08em; text-transform: uppercase;
  color: #f4ecdd; padding: .9rem .8rem .55rem;
  background: linear-gradient(transparent, color-mix(in srgb, #1a140d 78%, transparent)); }

/* ---- Founder duo photo (single shot of both) ----------------------------- */
.founder-photo { display: flex; flex-direction: column; gap: .7rem; }
.founder-photo .shot { aspect-ratio: 3/4; }
.founder-photo figcaption { font-family: var(--mono); font-size: var(--fs-xs); letter-spacing: .06em;
  text-transform: uppercase; color: var(--ink-60); }
.band--dark .founder-photo figcaption, .band--deep .founder-photo figcaption { color: var(--ink-60); }
