@font-face{font-family:'Fraunces';font-style:italic;font-weight:300 700;font-display:swap;src:url(/fonts/fraunces-italic-300-700-latin-ext.woff2) format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}
@font-face{font-family:'Fraunces';font-style:italic;font-weight:300 700;font-display:swap;src:url(/fonts/fraunces-italic-300-700-latin.woff2) format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}
@font-face{font-family:'Fraunces';font-style:normal;font-weight:300 700;font-display:swap;src:url(/fonts/fraunces-normal-300-700-latin-ext.woff2) format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}
@font-face{font-family:'Fraunces';font-style:normal;font-weight:300 700;font-display:swap;src:url(/fonts/fraunces-normal-300-700-latin.woff2) format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}
@font-face{font-family:'IBM Plex Mono';font-style:normal;font-weight:400;font-display:swap;src:url(/fonts/ibmplexmono-normal-400-latin-ext.woff2) format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}
@font-face{font-family:'IBM Plex Mono';font-style:normal;font-weight:400;font-display:swap;src:url(/fonts/ibmplexmono-normal-400-latin.woff2) format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}
@font-face{font-family:'IBM Plex Mono';font-style:normal;font-weight:500;font-display:swap;src:url(/fonts/ibmplexmono-normal-500-latin-ext.woff2) format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}
@font-face{font-family:'IBM Plex Mono';font-style:normal;font-weight:500;font-display:swap;src:url(/fonts/ibmplexmono-normal-500-latin.woff2) format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}

/* Coffee Snobs website. Warm Paper design system (tokens from strategy/DESIGN.md).
   0px radius everywhere, Fraunces for display and reading, IBM Plex Mono (lowercase) for labels. */

:root {
  --wp-bg: #ddd2bb;
  --wp-surface: #f5f3ed;
  --wp-surface-container: #eeeade;
  --wp-ink: #2e241c;
  --wp-ink-rgb: 46, 36, 28;
  --wp-accent: #8a6a1f;
  --wp-accent-rgb: 138, 106, 31;
  --wp-muted: #6a5441;
  --wp-label: #8a6a4a;
  --wp-line-strong: rgba(46, 36, 28, 0.14);
  --wp-line-soft: rgba(46, 36, 28, 0.08);
  --wp-accent-on-ink: rgba(214, 181, 110, 0.95);
  --wp-quote-bg: rgba(138, 106, 31, 0.06);
  --wp-quote-border: rgba(138, 106, 31, 0.35);
  --wp-bar-track: #d8cdbb;
  --wp-bar-fill: #b7a996;
  --serif: "Fraunces", Georgia, "Times New Roman", serif;
  --mono: "IBM Plex Mono", ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  --max: 1120px;
  --read: 680px;
  --gutter: clamp(20px, 5vw, 48px);
  color-scheme: light;
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; text-size-adjust: 100%; }
body {
  margin: 0;
  background: var(--wp-surface);
  color: var(--wp-ink);
  font-family: var(--serif);
  font-size: 1.0625rem;
  line-height: 1.6;
  font-weight: 400;
  font-variation-settings: "SOFT" 50, "opsz" 16;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
@media (min-width: 720px) { body { font-size: 1.125rem; } }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration-line: underline; text-decoration-thickness: 1px; text-decoration-color: rgba(var(--wp-accent-rgb), 0.55); text-underline-offset: 0.2em; }
a:hover { text-decoration-color: var(--wp-accent); }
:focus-visible { outline: 2px solid var(--wp-accent); outline-offset: 3px; }
strong, b { font-weight: 560; }
p { margin: 0 0 1em; }
h1, h2, h3, h4 { margin: 0; font-weight: 440; color: var(--wp-ink); letter-spacing: -0.01em; }
h1 em, h2 em, h3 em { font-style: italic; color: var(--wp-accent); font-variation-settings: "SOFT" 100, "opsz" 144; }
::selection { background: rgba(var(--wp-accent-rgb), 0.22); }

.skip { position: absolute; left: -9999px; top: 0; background: var(--wp-ink); color: var(--wp-surface); padding: 10px 14px; z-index: 10; font-family: var(--mono); font-size: 0.8125rem; text-decoration: none; }
.skip:focus { left: 12px; top: 12px; }

.wrap { width: 100%; max-width: var(--max); margin: 0 auto; padding-left: var(--gutter); padding-right: var(--gutter); }
.wrap-read { width: 100%; max-width: calc(var(--read) + 2 * var(--gutter)); margin: 0 auto; padding-left: var(--gutter); padding-right: var(--gutter); }

/* Mono labels: always lowercase. Small text uses --wp-muted for contrast (label tone is 4.46:1). */
.label {
  font-family: var(--mono);
  font-size: 0.75rem;
  line-height: 1.5;
  letter-spacing: 0.12em;
  text-transform: lowercase;
  color: var(--wp-muted);
  font-weight: 400;
  margin: 0;
}
.small {
  font-family: var(--mono);
  font-size: 0.75rem;
  line-height: 1.7;
  letter-spacing: 0.06em;
  text-transform: lowercase;
  color: var(--wp-muted);
  margin: 0;
}
.lead { font-size: 1.1875rem; line-height: 1.55; color: var(--wp-muted); font-variation-settings: "SOFT" 60, "opsz" 24; }
.lead strong { color: var(--wp-ink); font-weight: 500; }
@media (min-width: 720px) { .lead { font-size: 1.3125rem; } }

.display {
  font-size: clamp(2.5rem, 1.05rem + 6.2vw, 5.75rem);
  line-height: 1.02;
  letter-spacing: -0.025em;
  word-spacing: 0.06em;  /* Fraunces at large sizes sets words close: "Want in?" read as one word */
  font-weight: 430;
  font-variation-settings: "SOFT" 70, "opsz" 144;
  text-wrap: balance;
}
.h2 {
  font-size: clamp(1.875rem, 1.2rem + 2.6vw, 3.125rem);
  line-height: 1.08;
  letter-spacing: -0.018em;
  word-spacing: 0.06em;
  font-weight: 430;
  font-variation-settings: "SOFT" 70, "opsz" 96;
  text-wrap: balance;
}
.h3 {
  font-size: 1.4375rem;
  line-height: 1.2;
  font-weight: 450;
  font-variation-settings: "SOFT" 70, "opsz" 36;
}
.rule-accent { width: 64px; height: 0; border: 0; border-top: 1px solid var(--wp-accent); margin: 0; }
.hairline { border: 0; border-top: 1px solid var(--wp-line-strong); margin: 0; }

/* Buttons: ink with a gold chevron, like the app's main button (BA2-1a / OW1-5a). */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 0.45em;
  min-height: 56px; padding: 0 30px;
  background: var(--wp-ink); color: var(--wp-surface);
  font-family: var(--serif); font-size: 1.25rem; font-weight: 500; line-height: 1;
  font-variation-settings: "SOFT" 70, "opsz" 36;
  text-decoration: none; border: 0; border-radius: 0; cursor: pointer;
  transition: background-color .15s ease;
}
.btn em { font-style: italic; color: var(--wp-accent-on-ink); font-variation-settings: "SOFT" 100, "opsz" 36; }
.btn .chev { color: var(--wp-accent-on-ink); font-size: 1.1em; transform: translateY(-0.02em); }
.btn:hover { background: #45372b; }
.btn:focus-visible { outline-color: var(--wp-accent); }
.btn-small { min-height: 40px; padding: 0 16px; font-size: 1rem; }
.btn-line { background: transparent; color: var(--wp-ink); border: 1px solid var(--wp-ink); }
.btn-line:hover { background: rgba(var(--wp-ink-rgb), 0.04); }
.visually-hidden { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
.cta-row { display: flex; flex-wrap: wrap; align-items: center; gap: 14px 22px; }

/* Header */
.site-header { border-bottom: 1px solid var(--wp-line-strong); background: var(--wp-surface); }
.site-header .bar { display: flex; align-items: center; justify-content: space-between; min-height: 68px; gap: 16px; }
.wordmark {
  font-family: var(--serif); font-size: 1.5rem; line-height: 1; letter-spacing: -0.01em;
  font-weight: 500; font-variation-settings: "SOFT" 70, "opsz" 72;
  color: var(--wp-ink); text-decoration: none; white-space: nowrap;
}
.wordmark em { font-style: italic; color: var(--wp-accent); font-variation-settings: "SOFT" 100, "opsz" 72; }
.nav { display: flex; align-items: center; gap: 22px; }
.nav a.nav-link { font-family: var(--mono); font-size: 0.8125rem; letter-spacing: 0.08em; text-transform: lowercase; color: var(--wp-ink); text-decoration: none; padding: 8px 0; }
.nav a.nav-link:hover { color: var(--wp-accent); }
/* The waitlist button stays in the header on phones too (Codex review, 25 Sep 2026). */
@media (max-width: 480px) { .nav { gap: 14px; } .nav .btn-small { min-height: 38px; padding: 0 11px; font-size: 0.9375rem; } }
@media (max-width: 380px) { .site-header .wordmark { font-size: 1.3rem; } }  /* header only: the footer wordmark must stay large text for contrast on --wp-bg */

/* Footer */
.site-footer { background: var(--wp-bg); color: var(--wp-ink); margin-top: 0; }
.site-footer .inner { padding-top: 56px; padding-bottom: 40px; display: grid; gap: 32px; }
.site-footer .top { display: grid; gap: 24px; }
@media (min-width: 820px) { .site-footer .top { grid-template-columns: 1fr auto; align-items: start; } }
.site-footer .tagline { font-size: 1rem; color: var(--wp-muted); margin: 10px 0 0; font-variation-settings: "SOFT" 60, "opsz" 16; }
.footer-links { display: flex; flex-wrap: wrap; gap: 10px 22px; list-style: none; margin: 0; padding: 0; }
.footer-links a { font-family: var(--mono); font-size: 0.8125rem; letter-spacing: 0.06em; text-transform: lowercase; color: var(--wp-ink); text-decoration: none; }
.footer-links a:hover { text-decoration: underline; text-decoration-color: var(--wp-ink); }
.imprint { border-top: 1px solid rgba(var(--wp-ink-rgb), 0.18); padding-top: 20px; font-family: var(--serif); font-size: 0.875rem; line-height: 1.7; color: var(--wp-ink); font-variation-settings: "SOFT" 50, "opsz" 14; }
.imprint p { margin: 0; }
.imprint a { text-decoration-color: rgba(var(--wp-ink-rgb), 0.4); }

.term { font-family: var(--mono); font-size: 0.86em; letter-spacing: 0.02em; text-transform: lowercase; background: var(--wp-surface-container); padding: 0.08em 0.4em; }

/* Flavour plates */
.plate { display: block; width: 100%; height: auto; }
.plate-cap { font-family: var(--serif); font-size: 0.875rem; font-variation-settings: "SOFT" 60, "opsz" 14; color: var(--wp-ink); text-align: center; margin-top: 4px; }

/* Documents: faq, privacy, delete account, terms */
.doc-head { padding: 56px 0 32px; }
@media (min-width: 720px) { .doc-head { padding: 88px 0 40px; } }
.doc-head .label { margin-bottom: 18px; }
.doc-head h1 { font-size: clamp(2.25rem, 1.4rem + 3.6vw, 3.75rem); line-height: 1.04; letter-spacing: -0.02em; font-weight: 430; font-variation-settings: "SOFT" 70, "opsz" 144; }
.doc-head .lead { margin: 20px 0 0; }
.doc-meta { margin-top: 18px; }
.doc { padding-bottom: 88px; }
.doc h2 { font-size: 1.625rem; line-height: 1.2; font-weight: 450; font-variation-settings: "SOFT" 70, "opsz" 48; margin: 56px 0 14px; scroll-margin-top: 24px; }
.doc h2 .num { font-family: var(--mono); font-size: 0.8125rem; letter-spacing: 0.08em; color: var(--wp-muted); display: block; margin-bottom: 8px; font-weight: 400; }
.doc h3 { font-size: 1.1875rem; font-weight: 500; font-variation-settings: "SOFT" 60, "opsz" 24; margin: 28px 0 8px; }
.doc p, .doc li { color: var(--wp-ink); }
.doc ul, .doc ol { padding-left: 1.2em; margin: 0 0 1em; }
.doc li { margin-bottom: 0.45em; }
.doc li::marker { color: var(--wp-accent); }
.doc .muted { color: var(--wp-muted); }
.doc hr { border: 0; border-top: 1px solid var(--wp-line-strong); margin: 48px 0; }
.summary-box { background: var(--wp-quote-bg); border-left: 2px solid var(--wp-quote-border); padding: 22px 24px; margin: 8px 0 8px; }
.summary-box .label { margin-bottom: 10px; }
.summary-box ul { margin: 0; }
.summary-box li:last-child { margin-bottom: 0; }
.doc .toc, .toc { list-style: none; padding: 0; margin: 28px 0 0; columns: 1; column-gap: 32px; }
@media (min-width: 720px) { .toc { columns: 2; } }
.toc li { break-inside: avoid; margin: 0 0 8px; }
.toc a { font-family: var(--mono); font-size: 0.8125rem; letter-spacing: 0.04em; text-transform: lowercase; text-decoration: none; color: var(--wp-ink); }
.toc a:hover { color: var(--wp-accent); }
.table-wrap { overflow-x: auto; margin: 8px 0 20px; -webkit-overflow-scrolling: touch; }
table.data { width: 100%; border-collapse: collapse; font-size: 0.9375rem; line-height: 1.5; min-width: 560px; }
table.data th, table.data td { text-align: left; vertical-align: top; padding: 12px 14px 12px 0; border-top: 1px solid var(--wp-line-strong); }
table.data th { font-family: var(--mono); font-size: 0.75rem; letter-spacing: 0.08em; text-transform: lowercase; color: var(--wp-muted); font-weight: 400; border-top: 0; padding-top: 0; }
table.data td:first-child { font-weight: 500; }
@media (max-width: 639px) {
  .table-wrap { overflow: visible; }
  table.data { min-width: 0; }
  table.data thead { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
  table.data, table.data tbody, table.data tr, table.data td { display: block; width: 100%; }
  table.data tr { border-top: 1px solid var(--wp-line-strong); padding: 14px 0 10px; }
  table.data td { border: 0; padding: 0 0 8px; }
  table.data td[data-label]::before { content: attr(data-label); display: block; font-family: var(--mono); font-size: 0.6875rem; letter-spacing: 0.08em; text-transform: lowercase; color: var(--wp-muted); font-weight: 400; margin-bottom: 2px; }
  table.data td:first-child::before { display: none; }
}
.doc .steps-list, .steps-list { counter-reset: s; list-style: none; padding: 0; margin: 20px 0 24px; }
.steps-list li { counter-increment: s; position: relative; padding: 0 0 0 44px; margin-bottom: 18px; }
.steps-list li::before { content: counter(s); position: absolute; left: 0; top: -2px; width: 30px; height: 30px; border: 1px solid var(--wp-ink); font-family: var(--mono); font-size: 0.8125rem; display: flex; align-items: center; justify-content: center; }
.callout { border: 1px solid var(--wp-line-strong); background: var(--wp-surface-container); padding: 22px 24px; margin: 24px 0; }
.callout p:last-child { margin-bottom: 0; }

/* FAQ */
.qa { border-top: 1px solid var(--wp-line-strong); padding-top: 32px; margin-top: 44px; scroll-margin-top: 16px; }
.qa::before { content: ""; display: block; width: 40px; border-top: 1px solid var(--wp-accent); margin: -33px 0 32px; }
.qa h2 { margin: 0 0 14px; }

/* 404 */
.notfound { padding-top: 96px; padding-bottom: 120px; text-align: center; }  /* padding-top/bottom only: keeps the .wrap side gutters */
.notfound .plates-row { display: flex; justify-content: center; gap: 10px; margin: 0 auto 28px; }
.notfound .plates-row img { width: 64px; opacity: .9; }
.notfound-title { margin: 14px 0 16px; }

@media (prefers-reduced-motion: reduce) { * { transition: none !important; animation: none !important; scroll-behavior: auto !important; } }
@media print { .site-header .nav, .site-footer .footer-links, .btn { display: none !important; } body { background: #fff; } }

/* Waitlist confirmation page and legal notice */
.notfound .small { margin-top: 18px; }
.notfound .back-home { margin: 28px 0 0; font-family: var(--mono); font-size: 0.875rem; letter-spacing: 0.06em; text-transform: lowercase; }
.notfound .back-home a { color: var(--wp-ink); text-decoration: none; }
.notfound .back-home a:hover { text-decoration: underline; }
.notfound .confirm-form { margin: 28px 0 0; }
.notfound .confirm-form + .small { margin-top: 14px; }

/* Homepage (direction C: flavour plates). The app's watercolour plates carry the page.
   Restructured 25 Sep 2026: the waitlist form sits in the first screen on phones (checked at 360x780 and 375x667). */

/* Hero */
.hero { padding: 28px 0 56px; }
@media (min-width: 720px) { .hero { padding: 72px 0 112px; } }
.hero-c { position: relative; overflow: hidden; }
.hero-inner { position: relative; z-index: 1; display: flex; flex-direction: column; align-items: center; text-align: center; }
.hero-inner .display { margin: 0 auto; max-width: 11.5em; }
.hero-inner .lead { margin: 18px auto 0; max-width: 32em; }
.hero-inner .waitlist { margin-top: 26px; }
@media (min-width: 720px) { .hero-inner .lead { margin-top: 26px; } .hero-inner .waitlist { margin-top: 34px; } }

.plate-strip { display: flex; justify-content: center; margin-bottom: 20px; }
.plate-strip img { width: 52px; height: 52px; margin: 0 -4px; }
@media (min-width: 400px) { .plate-strip img { width: 60px; height: 60px; } }
@media (min-width: 720px) { .plate-strip { margin-bottom: 26px; } .plate-strip img { width: 68px; height: 68px; margin: 0 -5px; } }
.plate-field { display: none; }
@media (min-width: 1100px) {
  .plate-strip { display: none; }
  .hero-c { padding: 120px 0 150px; }
  .plate-field { display: block; position: absolute; inset: 0; pointer-events: none; }
  .fp { position: absolute; height: auto; }
  .fp.p1 { left: calc(50% - 700px); top: 4%; width: 210px; transform: rotate(-6deg); }
  .fp.p2 { left: calc(50% - 560px); top: 30%; width: 190px; transform: rotate(5deg); }
  .fp.p3 { left: calc(50% - 690px); top: 52%; width: 200px; transform: rotate(-3deg); }
  .fp.p4 { left: calc(50% - 540px); top: 72%; width: 180px; transform: rotate(8deg); }
  .fp.p5 { left: calc(50% - 430px); top: 2%; width: 150px; transform: rotate(3deg); }
  .fp.p6 { right: calc(50% - 690px); top: 5%; width: 200px; transform: rotate(6deg); }
  .fp.p7 { right: calc(50% - 560px); top: 29%; width: 180px; transform: rotate(-5deg); }
  .fp.p8 { right: calc(50% - 700px); top: 50%; width: 220px; transform: rotate(2deg); }
  .fp.p9 { right: calc(50% - 550px); top: 72%; width: 190px; transform: rotate(-8deg); }
  .fp.p10 { right: calc(50% - 420px); top: 1%; width: 140px; transform: rotate(-3deg); }
}
@media (min-width: 1100px) and (max-width: 1399px) {
  .fp.p5, .fp.p10 { display: none; }
  .fp.p1 { left: -30px; } .fp.p3 { left: -40px; } .fp.p2 { left: 70px; } .fp.p4 { left: 60px; }
  .fp.p6 { right: -30px; } .fp.p8 { right: -40px; } .fp.p7 { right: 70px; } .fp.p9 { right: 60px; }
}

/* Sections */
section.how, section.roasters, section.quote { border-top: 1px solid var(--wp-line-strong); }
section.how, section.roasters { padding: 56px 0 64px; }
@media (min-width: 720px) { section.how, section.roasters { padding: 96px 0 104px; } }
.section-label::before { content: ""; display: block; width: 44px; border-top: 1px solid var(--wp-accent); margin-bottom: 18px; }
.body-lg { font-size: 1.125rem; line-height: 1.6; max-width: 36em; margin: 18px 0 0; }
@media (min-width: 720px) { .body-lg { font-size: 1.1875rem; } }

/* How it works: three steps (plate beside the text) and one example card */
.how-grid { display: grid; gap: 36px; align-items: center; }
@media (min-width: 900px) { .how-grid { grid-template-columns: 1.05fr 0.95fr; gap: 64px; } }
.steps { list-style: none; margin: 28px 0 0; padding: 0; }
.step { display: grid; grid-template-columns: 76px 1fr; column-gap: 16px; align-items: start; border-top: 1px solid var(--wp-line-strong); padding: 22px 0 24px; }
.step-plate { grid-row: span 3; width: 76px; height: 76px; margin: 2px 0 0 -6px; }
.step-num { display: block; font-family: var(--serif); font-style: italic; font-size: 1.75rem; line-height: 1; color: var(--wp-accent); font-variation-settings: "SOFT" 100, "opsz" 72; margin-bottom: 6px; }
.step .h3 { margin: 0 0 8px; }
.step p:last-child { margin: 0; font-size: 1.0625rem; line-height: 1.55; color: var(--wp-ink); }
@media (min-width: 720px) {
  .step { grid-template-columns: 96px 1fr; column-gap: 20px; }
  .step-plate { width: 96px; height: 96px; margin-left: -8px; }
}

.bag-card { margin: 0; background: var(--wp-surface-container); border: 1px solid var(--wp-line-strong); padding: 22px 22px 20px; max-width: 480px; width: 100%; justify-self: center; }
@media (min-width: 900px) { .bag-card { justify-self: end; padding: 28px 28px 24px; } }
.bag-card-head { display: flex; justify-content: space-between; align-items: baseline; padding-bottom: 14px; border-bottom: 1px solid var(--wp-line-strong); }
.bag-card .example { border: 1px solid var(--wp-line-strong); padding: 1px 7px; font-size: 0.6875rem; }
.bag-list { list-style: none; margin: 0; padding: 0; }
.bag-list li { display: grid; grid-template-columns: auto 1fr; column-gap: 14px; row-gap: 8px; align-items: center; padding: 14px 0; border-bottom: 1px solid var(--wp-line-soft); }
.bag-plate { width: 52px; height: 52px; grid-row: span 2; }
.bag-name { font-family: var(--serif); font-size: 1.25rem; line-height: 1.2; font-variation-settings: "SOFT" 60, "opsz" 24; }
.chips { display: flex; flex-wrap: wrap; gap: 6px; }
.chip { font-family: var(--mono); font-size: 0.75rem; letter-spacing: 0.04em; text-transform: lowercase; line-height: 1; padding: 7px 9px; border: 1px solid var(--wp-line-strong); color: var(--wp-muted); background: transparent; white-space: nowrap; }
.chip.on { border-color: var(--wp-ink); color: var(--wp-ink); background: rgba(var(--wp-accent-rgb), 0.14); }
.bag-foot { padding-top: 14px; display: flex; flex-direction: column; gap: 8px; }
.meter { display: block; height: 4px; background: var(--wp-bar-track); }
.meter i { display: block; height: 100%; background: var(--wp-accent); }
@media (min-width: 480px) { .chips { flex-wrap: nowrap; } .bag-list li { grid-template-columns: auto 1fr auto; } .bag-plate { grid-row: auto; } }

/* The roasters */
.roasters-grid { display: grid; gap: 28px; }
@media (min-width: 900px) { .roasters-grid { grid-template-columns: 0.8fr 1.2fr; gap: 64px; align-items: start; } }
.roasters-stat { display: flex; flex-direction: column; gap: 6px; }
.roasters-stat .big { font-family: var(--serif); font-style: italic; font-size: clamp(5rem, 3rem + 8vw, 10rem); line-height: 0.9; letter-spacing: -0.03em; color: var(--wp-accent); font-variation-settings: "SOFT" 100, "opsz" 144; font-weight: 400; }
.roasters .h2 { margin-top: 0; }

/* Jasper's line */
section.quote { padding: 64px 0; }
@media (min-width: 720px) { section.quote { padding: 104px 0; } }
.quote blockquote { margin: 0; text-align: center; }
.quote blockquote p { font-family: var(--serif); font-style: italic; font-size: clamp(1.5rem, 1.05rem + 1.9vw, 2.375rem); line-height: 1.32; letter-spacing: -0.01em; font-variation-settings: "SOFT" 100, "opsz" 72; color: var(--wp-ink); margin: 0 auto 22px; max-width: 26em; text-wrap: balance; }
.quote blockquote footer::before { content: ""; display: block; width: 44px; border-top: 1px solid var(--wp-accent); margin: 0 auto 14px; }

/* The waitlist again */
section.final { background: var(--wp-surface-container); border-top: 1px solid var(--wp-line-strong); padding: 64px 0 72px; }
@media (min-width: 720px) { section.final { padding: 104px 0 112px; } }
.final-inner { text-align: center; display: flex; flex-direction: column; align-items: center; }
.final-inner .body-lg { margin: 14px auto 0; }
.final-inner .waitlist { margin-top: 28px; }
.final-contact { margin-top: 22px; }
.final-contact a { color: var(--wp-ink); }

/* Waitlist form (closed test). 0 radius, ink button, works without JavaScript. */
.waitlist { width: 100%; max-width: 560px; text-align: left; }
.waitlist.center { margin-left: auto; margin-right: auto; }
.waitlist.center .wl-fine, .waitlist.center .wl-status { text-align: center; }
.wl-row { display: flex; flex-wrap: wrap; gap: 10px; }
.wl-input {
  flex: 1 1 240px; min-width: 0; min-height: 56px; padding: 0 16px; margin: 0;
  font-family: var(--serif); font-size: 1.125rem; color: var(--wp-ink);
  background: var(--wp-surface); border: 1px solid rgba(var(--wp-ink-rgb), 0.35); border-radius: 0;
  -webkit-appearance: none; appearance: none;
}
.wl-input::placeholder { color: var(--wp-muted); opacity: 1; }
.wl-input:focus { outline: 2px solid var(--wp-accent); outline-offset: 0; border-color: var(--wp-ink); }
.wl-row .btn { flex: 0 0 auto; }
.wl-row .btn:disabled { opacity: .6; cursor: default; }
@media (max-width: 480px) { .wl-row .btn { flex: 1 1 100%; } }
.wl-fine { margin-top: 12px; }
.wl-fine a { color: var(--wp-ink); }
.wl-status { margin: 12px 0 0; font-size: 1.0625rem; line-height: 1.5; color: var(--wp-ink); }
.wl-status:empty { margin: 0; }
.waitlist.is-done .wl-row { display: none; }
.waitlist.is-done .wl-status { margin-top: 0; }
.hp { position: absolute; left: -10000px; top: auto; width: 1px; height: 1px; overflow: hidden; }
