@font-face{font-family:"Instrument Serif";font-style:normal;font-weight:400;font-display:swap;src:url(/assets/fonts/instrument-serif-latin-400-normal.5eb09b5ac0.woff2) format("woff2")}@font-face{font-family:"Instrument Serif";font-style:italic;font-weight:400;font-display:swap;src:url(/assets/fonts/instrument-serif-latin-400-italic.5a51946dff.woff2) format("woff2")}@font-face{font-family:"Instrument Sans";font-style:normal;font-weight:400 700;font-display:swap;src:url(/assets/fonts/instrument-sans-latin-wght-normal.2ee17598a9.woff2) format("woff2")}@font-face{font-family:"DM Mono";font-style:normal;font-weight:400;font-display:swap;src:url(/assets/fonts/dm-mono-latin-400-normal.e1896b13b2.woff2) format("woff2")}@font-face{font-family:"DM Mono";font-style:normal;font-weight:500;font-display:swap;src:url(/assets/fonts/dm-mono-latin-500-normal.9964608a84.woff2) format("woff2")}
/* ==========================================================================
   Jamba — storefront v3
   Night green + highland mist, photography-led.
   Type: Instrument Serif (display) · Instrument Sans (text/UI) · DM Mono (provenance details)
   ========================================================================== */

:root {
  --paper: #EDEFE9;
  --paper-2: #E2E6DD;
  --card: #F6F7F3;
  --ink: #0F1712;
  --ink-2: #3E4A41;
  --ink-3: #56625A;
  --line: rgba(15, 23, 18, .13);
  --line-strong: rgba(15, 23, 18, .3);
  --night: #0B1510;
  --night-2: #12201A;
  --on-night: #EDF0E8;
  --on-night-2: #A9B5A6;
  --night-line: rgba(237, 240, 232, .14);
  --leaf: #2F5F1F;
  --leaf-bright: #B9D47E;
  --red: #B3261E;
  --btn: #0F1712;
  --btn-ink: #F4F5F0;
  --scrim: rgba(6, 12, 8, .56);
  --grain-opacity: .035;
  --grain-invert: 0;
  --on-dark-focus: #B9D47E;
  --curtain-edge: #2F5F1F;
  --lift-shadow: rgba(6, 12, 8, .42);

  /* cups, drawn from above (finder, bag, chips) */
  --cup-saucer: #E1E5DC;
  --cup-body: #FAFAF6;
  --cup-line: rgba(15, 23, 18, .14);
  --cup-empty: #ECEEE8;
  --liq-black: #8A3B12;
  --liq-bold-tea: #5A2208;
  --liq-milk: #C8956A;
  --liq-green: #B3A443;
  --liq-herbal: #A5303D;
  --liq-coffee: #2B160C;
  --liq-latte: #B7875C;
  --liq-bold-coffee: #1A0D06;
  --liq-light-coffee: #6A3C1E;
  --liq-crema: #8A5530;

  /* steep timer ring: pale at the start of the steep, full colour at the end */
  --ring-black-a: #E2BD8C; --ring-black-b: #8A3B12;
  --ring-milk-a: #EBD6B5; --ring-milk-b: #B07A4C;
  --ring-green-a: #E0DCA6; --ring-green-b: #7F7C22;
  --ring-herbal-a: #EDB9B3; --ring-herbal-b: #A5303D;
  --ring-coffee-a: #C9A27F; --ring-coffee-b: #3A1E0E;
  /* the same ring on night-green surfaces (both themes) */
  --ringn-black-a: #6E4A2A; --ringn-black-b: #E08A4A;
  --ringn-milk-a: #6B5540; --ringn-milk-b: #E8BE8E;
  --ringn-green-a: #5B5A2E; --ringn-green-b: #D6CF72;
  --ringn-herbal-a: #6A2F36; --ringn-herbal-b: #EE7F8C;
  --ringn-coffee-a: #5A3C28; --ringn-coffee-b: #D7A073;

  --night-ink: #0B1510;
  --mist: #EDF0E8;
  --mist-btn: #F4F5F0;
  --em-on-dark: #DDE9C4;
  --ink-on-leaf: #1C2A21;
  --veil-1: rgba(237, 240, 232, .03);
  --veil-2: rgba(237, 240, 232, .06);
  --veil-faint: rgba(237, 240, 232, .1);
  --veil-line: rgba(237, 240, 232, .16);
  --veil-strong: rgba(237, 240, 232, .28);
  --veil-hover: rgba(237, 240, 232, .42);
  --leaf-glow: rgba(185, 212, 126, .08);
  --red-glow: rgba(179, 38, 30, .06);
  --shade-strong: rgba(6, 12, 8, .86);
  --shade-soft: rgba(6, 12, 8, .42);
  --shade-faint: rgba(6, 12, 8, .1);
  --shade-0: rgba(6, 12, 8, 0);
  --on-photo: #fff;
  --on-photo-2: rgba(255, 255, 255, .8);
  --sheen: rgba(255, 255, 255, .34);
  --sheen-empty: rgba(15, 23, 18, .06);

  --gutter: clamp(16px, 3.6vw, 56px);
  --maxw: 1440px;
  --rail-pad: max(var(--gutter), calc((100% - var(--maxw)) / 2 + var(--gutter)));
  --header-h: 84px;
  --f-display: "Instrument Serif", "Iowan Old Style", "Palatino Linotype", Georgia, serif;
  --f-body: "Instrument Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  --f-mono: "DM Mono", ui-monospace, "SFMono-Regular", Menlo, Consolas, monospace;
  --ease: cubic-bezier(.19, 1, .22, 1);
  --ease-soft: cubic-bezier(.33, 1, .68, 1);
}

@media (prefers-color-scheme: dark) {
  :root:not([data-theme="light"]) {
    --paper: #0C1510;
    --paper-2: #121E17;
    --card: #16231B;
    --ink: #E9EEE4;
    --ink-2: #B5C0B0;
    --ink-3: #94A190;
    --line: rgba(233, 238, 228, .12);
    --line-strong: rgba(233, 238, 228, .26);
    --night: #070E0A;
    --night-2: #0F1A13;
    --leaf: #B9D47E;
    --btn: #E9EEE4;
    --btn-ink: #0C1510;
    --scrim: rgba(0, 0, 0, .62);
    --grain-opacity: .055;
    --grain-invert: 1;
    --curtain-edge: #24481A;
    --lift-shadow: rgba(0, 0, 0, .6);
    --cup-saucer: #1A281F;
    --cup-body: #E6E9E1;
    --cup-line: rgba(233, 238, 228, .18);
    --cup-empty: #CDD3C8;
    --ring-black-a: #6E4A2A; --ring-black-b: #E08A4A;
    --ring-milk-a: #6B5540; --ring-milk-b: #E8BE8E;
    --ring-green-a: #5B5A2E; --ring-green-b: #D6CF72;
    --ring-herbal-a: #6A2F36; --ring-herbal-b: #EE7F8C;
    --ring-coffee-a: #5A3C28; --ring-coffee-b: #D7A073;
    --night-ink: #070E0A;
    --mist: #EDF0E8;
    --mist-btn: #EDF0E8;
    --em-on-dark: #DDE9C4;
    --ink-on-leaf: #0F1712;
    --veil-1: rgba(237, 240, 232, .03);
    --veil-2: rgba(237, 240, 232, .06);
    --veil-faint: rgba(237, 240, 232, .1);
    --veil-line: rgba(237, 240, 232, .16);
    --veil-strong: rgba(237, 240, 232, .28);
    --veil-hover: rgba(237, 240, 232, .42);
    --leaf-glow: rgba(185, 212, 126, .1);
    --red-glow: rgba(179, 38, 30, .08);
    --shade-strong: rgba(0, 0, 0, .86);
    --shade-soft: rgba(0, 0, 0, .45);
    --shade-faint: rgba(0, 0, 0, .12);
    --shade-0: rgba(0, 0, 0, 0);
    --on-photo: #fff;
    --on-photo-2: rgba(255, 255, 255, .82);
    --sheen: rgba(255, 255, 255, .3);
    --sheen-empty: rgba(15, 23, 18, .12);
    color-scheme: dark;
  }
}
:root[data-theme="dark"] {
  --paper: #0C1510;
  --paper-2: #121E17;
  --card: #16231B;
  --ink: #E9EEE4;
  --ink-2: #B5C0B0;
  --ink-3: #94A190;
  --line: rgba(233, 238, 228, .12);
  --line-strong: rgba(233, 238, 228, .26);
  --night: #070E0A;
  --night-2: #0F1A13;
  --leaf: #B9D47E;
  --btn: #E9EEE4;
  --btn-ink: #0C1510;
  --scrim: rgba(0, 0, 0, .62);
  --grain-opacity: .055;
  --grain-invert: 1;
  --curtain-edge: #24481A;
  --lift-shadow: rgba(0, 0, 0, .6);
  --cup-saucer: #1A281F;
  --cup-body: #E6E9E1;
  --cup-line: rgba(233, 238, 228, .18);
  --cup-empty: #CDD3C8;
  --ring-black-a: #6E4A2A; --ring-black-b: #E08A4A;
  --ring-milk-a: #6B5540; --ring-milk-b: #E8BE8E;
  --ring-green-a: #5B5A2E; --ring-green-b: #D6CF72;
  --ring-herbal-a: #6A2F36; --ring-herbal-b: #EE7F8C;
  --ring-coffee-a: #5A3C28; --ring-coffee-b: #D7A073;
  --night-ink: #070E0A;
  --mist: #EDF0E8;
  --mist-btn: #EDF0E8;
  --em-on-dark: #DDE9C4;
  --ink-on-leaf: #0F1712;
  --veil-1: rgba(237, 240, 232, .03);
  --veil-2: rgba(237, 240, 232, .06);
  --veil-faint: rgba(237, 240, 232, .1);
  --veil-line: rgba(237, 240, 232, .16);
  --veil-strong: rgba(237, 240, 232, .28);
  --veil-hover: rgba(237, 240, 232, .42);
  --leaf-glow: rgba(185, 212, 126, .1);
  --red-glow: rgba(179, 38, 30, .08);
  --shade-strong: rgba(0, 0, 0, .86);
  --shade-soft: rgba(0, 0, 0, .45);
  --shade-faint: rgba(0, 0, 0, .12);
  --shade-0: rgba(0, 0, 0, 0);
  --on-photo: #fff;
  --on-photo-2: rgba(255, 255, 255, .82);
  --sheen: rgba(255, 255, 255, .3);
  --sheen-empty: rgba(15, 23, 18, .12);
  color-scheme: dark;
}

/* ---------- base ---------- */
[hidden] { display: none !important; }
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font: 400 1.0625rem/1.6 var(--f-body);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-synthesis: none;
  overflow-x: clip;
}
body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 95;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E %3Cfilter id='g' color-interpolation-filters='sRGB'%3E %3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E %3CfeColorMatrix values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1.4 -.2'/%3E %3C/filter%3E %3Crect width='100%25' height='100%25' filter='url(%23g)'/%3E %3C/svg%3E");
  background-size: 200px;
  opacity: var(--grain-opacity);
  filter: invert(var(--grain-invert));
  mix-blend-mode: multiply;
}
img { max-width: 100%; display: block; }
picture { display: contents; }
a { color: inherit; }
button, input, select, textarea { font: inherit; color: inherit; }
button { cursor: pointer; }
::selection { background: var(--leaf-bright); color: #0B1510; }
:focus-visible { outline: 2px solid var(--leaf); outline-offset: 3px; }
[tabindex="-1"]:focus { outline: none; }
h1, h2, h3, h4 { font-weight: 400; margin: 0; }
p, figure, blockquote { margin: 0; }
em { font-style: italic; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
.skip { position: absolute; left: 12px; top: -64px; z-index: 200; background: var(--ink); color: var(--paper); padding: 10px 14px; font-weight: 600; text-decoration: none; border-radius: 999px; }
.skip:focus { top: 12px; }
.wrap { width: 100%; max-width: var(--maxw); margin-inline: auto; padding-inline: var(--gutter); }
[id] { scroll-margin-top: calc(var(--header-h) + 20px); }

/* ---------- type ---------- */
.label {
  display: inline-flex;
  align-items: center;
  gap: .7em;
  font: 400 .74rem/1.2 var(--f-mono);
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--ink-3);
}
.label::before { content: ""; width: 18px; height: 1px; background: currentColor; opacity: .7; }
.label.plain::before { display: none; }
.mono { font-family: var(--f-mono); font-size: .76rem; letter-spacing: .1em; text-transform: uppercase; }
.d-xl { font: 400 clamp(2.9rem, .9rem + 8.2vw, 10.4rem)/.9 var(--f-display); letter-spacing: -.022em; }
.d-l { font: 400 clamp(2.6rem, 1.3rem + 4.8vw, 6.6rem)/.95 var(--f-display); letter-spacing: -.02em; text-wrap: balance; }
.d-m { font: 400 clamp(2.1rem, 1.25rem + 2.8vw, 4rem)/1.02 var(--f-display); letter-spacing: -.014em; text-wrap: balance; }
.d-s { font: 400 clamp(1.55rem, 1.25rem + 1vw, 2.25rem)/1.1 var(--f-display); letter-spacing: -.005em; text-wrap: balance; }
.lede { font-size: clamp(1.1rem, 1rem + .4vw, 1.32rem); line-height: 1.5; color: var(--ink-2); max-width: 38ch; text-wrap: pretty; }
.copy { color: var(--ink-2); max-width: 60ch; text-wrap: pretty; }
.copy + .copy { margin-top: 1.1em; }

/* ---------- buttons & links ---------- */
.btn {
  --b: var(--btn);
  --bi: var(--btn-ink);
  display: inline-flex;
  align-items: center;
  gap: .8em;
  min-height: 52px;
  padding: 0 1.55em;
  border: 1px solid var(--b);
  border-radius: 999px;
  background: var(--b);
  color: var(--bi);
  font: 600 .95rem/1 var(--f-body);
  letter-spacing: .005em;
  text-decoration: none;
  white-space: nowrap;
  transition: background-color .35s var(--ease-soft), color .35s var(--ease-soft), border-color .35s var(--ease-soft), translate .7s var(--ease);
}
.btn:hover { --b: var(--leaf); --bi: var(--paper); }
.btn .arr { display: inline-block; transition: transform .5s var(--ease); }
.btn:hover .arr { transform: translateX(5px); }
.btn-outline { background: transparent; color: var(--b); }
.btn-outline:hover { background: var(--b); color: var(--bi); --b: var(--btn); --bi: var(--btn-ink); }
.btn-light { --b: #F4F5F0; --bi: #0B1510; }
.btn-light:hover { --b: #B9D47E; --bi: #0B1510; }
.btn-ghost-light { --b: rgba(255, 255, 255, .7); background: transparent; color: #fff; }
.btn-ghost-light:hover { --b: #fff; background: #fff; color: #0B1510; }
.btn-dark { --b: #0B1510; --bi: #F4F5F0; }
.btn-dark:hover { --b: #2F5F1F; --bi: #F4F5F0; }
.btn[disabled] { opacity: .42; cursor: not-allowed; }
.btn[disabled]:hover { --b: var(--btn); --bi: var(--btn-ink); }
.btn-block { width: 100%; justify-content: center; }
/* add buttons confirm in place: the label slides up, "Added" slides in */
.btn-swap { position: relative; overflow: hidden; }
.btn-swap .swap-a, .btn-swap .swap-b { display: inline-flex; align-items: center; gap: .5em; transition: transform .55s var(--ease); }
.btn-swap .swap-b { position: absolute; inset: 0; justify-content: center; transform: translateY(110%); }
.btn-swap.is-added { --b: var(--leaf); --bi: var(--paper); }
.btn-light.btn-swap.is-added { --b: var(--leaf-bright); --bi: var(--night-ink); }
.btn-swap.is-added .swap-a { transform: translateY(-160%); }
.btn-swap.is-added .swap-b { transform: none; }
.tick { font-size: .95em; }

.link {
  display: inline-flex;
  align-items: center;
  gap: .55em;
  font-weight: 600;
  text-decoration: none;
  padding-bottom: 4px;
  background: linear-gradient(currentColor, currentColor) 0 100% / 100% 1px no-repeat;
  transition: background-size .55s var(--ease);
}
.link:hover { background-size: 0 1px; background-position: 100% 100%; }
.link .arr { transition: transform .5s var(--ease); }
.link:hover .arr { transform: translateX(4px); }

.chips { display: flex; flex-wrap: wrap; gap: 8px; }
.chip {
  display: inline-flex;
  align-items: baseline;
  gap: .45em;
  padding: .72em 1.15em;
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  background: transparent;
  font: 600 .86rem/1 var(--f-body);
  transition: background-color .3s, color .3s, border-color .3s;
}
.chip:hover { border-color: var(--ink); }
.chip[aria-pressed="true"] { background: var(--ink); border-color: var(--ink); color: var(--paper); }
.chip .n { font: 400 .72rem/1 var(--f-mono); opacity: .66; }

.circle-btn {
  display: inline-grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border: 1px solid var(--line-strong);
  border-radius: 50%;
  background: transparent;
  font-size: 1.1rem;
  transition: background-color .3s, color .3s, border-color .3s, translate .7s var(--ease);
}
.circle-btn:hover { background: var(--ink); color: var(--paper); border-color: var(--ink); }
.link-btn { border: 0; border-radius: 0; background-color: transparent; color: inherit; font: inherit; font-weight: 600; padding: 0 0 4px; cursor: pointer; }

/* focus rings stay visible on night-green and photo surfaces */
.hero :focus-visible, .s-hero :focus-visible, .j-hero :focus-visible, .grades :focus-visible, .legs-dark :focus-visible,
.band.on-dark :focus-visible, .quote-band :focus-visible, .site-footer :focus-visible, .menu :focus-visible, .finder :focus-visible,
.steep-band :focus-visible, .steep-pill :focus-visible, .cat:focus-visible, .marquee :focus-visible,
html.overlay .site-header:not(.is-solid) :focus-visible, html.overlay-dark .site-header.is-solid :focus-visible { outline-color: var(--on-dark-focus); }

/* ---------- announcement + header ---------- */
.announce { background: var(--night); color: var(--on-night-2); font: 400 .72rem/1.2 var(--f-mono); letter-spacing: .12em; text-transform: uppercase; position: relative; z-index: 61; }
.announce-row { display: flex; justify-content: center; gap: 24px; padding-block: 10px; text-align: center; }
.announce a { color: var(--on-night); text-decoration: underline; text-decoration-color: var(--veil-hover); text-underline-offset: 3px; }
.announce a:hover { text-decoration-color: currentColor; }
.announce .sep { opacity: .5; }
@media (max-width: 640px) { .announce-extra { display: none; } }

.site-header {
  position: sticky;
  top: env(safe-area-inset-top, 0px);
  z-index: 60;
  height: var(--header-h);
  color: var(--ink);
  background: var(--paper);
  background: color-mix(in srgb, var(--paper) 88%, transparent);
  -webkit-backdrop-filter: blur(16px) saturate(1.25);
  backdrop-filter: blur(16px) saturate(1.25);
  border-bottom: 1px solid var(--line);
  transition: transform .6s var(--ease), background-color .45s var(--ease-soft), color .45s var(--ease-soft), border-color .45s var(--ease-soft);
}
html.overlay-dark .site-header.is-solid:not(.mega-open) {
  background: var(--night);
  background: color-mix(in srgb, var(--night) 86%, transparent);
  color: var(--on-night);
  border-bottom-color: var(--night-line);
}
html.overlay .site-header:not(.is-solid) {
  background: transparent;
  color: #fff;
  border-bottom-color: rgba(255, 255, 255, .18);
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}
.site-header.is-hidden { transform: translateY(-101%); }
.nav-row { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 20px; height: 100%; }
.nav { display: flex; align-items: center; gap: clamp(20px, 2.4vw, 38px); }
.nav-right { justify-content: flex-end; }
.nav a {
  position: relative;
  text-decoration: none;
  font-size: .95rem;
  font-weight: 500;
  padding-block: 6px;
}
.nav a::after {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: 0;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform .55s var(--ease);
}
.nav a:hover::after, .nav a[aria-current="page"]::after { transform: scaleX(1); transform-origin: left; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
.brand img { width: 44px; height: 44px; border-radius: 50%; transition: transform .8s var(--ease); }
.brand:hover img { transform: rotate(-12deg); }
.brand-word { font: 400 1.9rem/1 var(--f-display); letter-spacing: -.01em; }
.bag-btn, .menu-btn {
  display: inline-flex;
  align-items: center;
  gap: .55em;
  padding: 8px 0;
  border: 0;
  background: transparent;
  font-size: .95rem;
  font-weight: 500;
}
.bag-count {
  display: inline-grid;
  place-items: center;
  min-width: 1.75em;
  height: 1.75em;
  padding-inline: .4em;
  border-radius: 999px;
  border: 1px solid currentColor;
  font: 400 .74rem/1 var(--f-mono);
}
.bag-count.bump { animation: bump .6s var(--ease); }
@keyframes bump { 35% { transform: scale(1.35); } }
.bag-count { position: relative; }
.bag-count::after { content: ""; position: absolute; inset: -1px; border-radius: 999px; border: 1.5px solid currentColor; opacity: 0; pointer-events: none; }
.bag-btn.ring .bag-count::after { animation: ring .9s var(--ease-soft); }
@keyframes ring { from { transform: scale(1); opacity: .85; } to { transform: scale(2.3); opacity: 0; } }
.search-btn {
  display: inline-flex;
  align-items: center;
  gap: .5em;
  padding: 8px 0;
  border: 0;
  background: transparent;
  font-size: .95rem;
  font-weight: 500;
}
.search-btn svg, .menu-search svg, .search-field svg { width: 18px; height: 18px; flex: none; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; }
.search-hint { display: inline-grid; place-items: center; min-width: 1.6em; height: 1.6em; padding: 0 .35em; border: 1px solid currentColor; border-radius: 6px; font: 400 .66rem/1 var(--f-mono); opacity: .55; }
@media (max-width: 1180px) {
  .search-label { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
  .search-hint { display: none; }
}
@media (hover: none) { .search-hint { display: none; } }
.menu-btn { display: none; }
.menu-lines { display: grid; gap: 5px; width: 22px; }
.menu-lines span { height: 1.5px; background: currentColor; }
@media (max-width: 920px) {
  :root { --header-h: 68px; }
  .nav a:not(.keep) { display: none; }
  .menu-btn { display: inline-flex; }
  .brand img { width: 38px; height: 38px; }
  .brand-word { font-size: 1.6rem; }
  .nav-right { gap: 18px; }
  .search-btn { padding: 10px 2px; }
  .search-btn svg { width: 20px; height: 20px; }
}

/* desktop shop mega-menu */
.mega { display: none; }
@media (min-width: 921px) {
  .mega {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    background: var(--paper);
    color: var(--ink);
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    box-shadow: 0 50px 90px -60px var(--lift-shadow);
    clip-path: inset(0 0 100% 0);
    transition: clip-path .6s var(--ease);
  }
  .mega.open { clip-path: inset(0 0 -120px 0); }
}
.mega-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(260px, .82fr); gap: clamp(28px, 3.4vw, 56px); padding-block: 34px 38px; }
.mega-col { display: grid; gap: 14px; align-content: start; justify-items: start; }
.mega-col ul { list-style: none; margin: 0; padding: 0; width: 100%; border-top: 1px solid var(--line-strong); }
.nav .mega a { position: relative; font-size: 1rem; font-weight: 400; padding-block: 0; }
.nav .mega a::after { content: none; }
.nav .mega .mega-all { font-weight: 600; padding-bottom: 4px; font-size: .92rem; }
.nav .mega .mega-item { display: grid; grid-template-columns: 56px minmax(0, 1fr) auto; gap: 16px; align-items: center; padding: 10px 0; border-bottom: 1px solid var(--line); }
.mega-thumb { width: 56px; height: 70px; overflow: hidden; background: var(--paper-2); }
.mega-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform 1s var(--ease); }
.mega-text { display: grid; gap: 4px; min-width: 0; }
.mega-name { font: 400 1.4rem/1.05 var(--f-display); letter-spacing: -.005em; }
.mega-sub { font: 400 .64rem/1.3 var(--f-mono); letter-spacing: .12em; text-transform: uppercase; color: var(--ink-3); }
.mega-price { font-weight: 600; font-variant-numeric: tabular-nums; }
.mega-item:hover .mega-name { font-style: italic; }
.mega-item:hover .mega-thumb img { transform: scale(1.08); }
.nav .mega .mega-feature { position: relative; display: flex; align-items: flex-end; min-height: 300px; overflow: hidden; color: var(--on-photo); background: var(--night-ink); isolation: isolate; }
.mega-feature-media { position: absolute; inset: 0; z-index: -2; }
.mega-feature-media img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.6s var(--ease); }
.mega-feature::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(0deg, var(--shade-strong), var(--shade-faint) 70%); }
.mega-feature:hover .mega-feature-media img { transform: scale(1.05); }
.mega-feature-copy { display: grid; gap: 8px; padding: 22px; }
.mega-feature .label { color: var(--on-photo-2); }
.mega-feature-title { font: 400 2.4rem/1 var(--f-display); letter-spacing: -.015em; }
.mega-feature-title em { color: var(--em-on-dark); }
.mega-feature-sub { font-weight: 600; font-size: .92rem; display: inline-flex; gap: .5em; align-items: center; }
@media (prefers-reduced-motion: no-preference) {
  .mega.open .mega-col > *, .mega.open .mega-item, .mega.open .mega-feature { animation: megaIn .7s var(--ease) backwards; }
  .mega.open li:nth-child(2) .mega-item { animation-delay: .05s; }
  .mega.open li:nth-child(3) .mega-item { animation-delay: .1s; }
  .mega.open .mega-col:nth-child(2) > *, .mega.open .mega-col:nth-child(2) .mega-item { animation-delay: .08s; }
  .mega.open .mega-feature { animation-delay: .14s; }
}
@keyframes megaIn { from { translate: 0 14px; } }

/* mobile menu */
.menu {
  position: fixed;
  inset: 0;
  z-index: 70;
  background: var(--night);
  color: var(--on-night);
  display: grid;
  grid-template-rows: auto 1fr auto;
  padding: calc(env(safe-area-inset-top, 0px) + 14px) var(--gutter) calc(env(safe-area-inset-bottom, 0px) + 28px);
  opacity: 0;
  transition: opacity .45s var(--ease-soft);
}
.menu.open { opacity: 1; }
.menu-top { display: flex; justify-content: space-between; align-items: center; }
.menu-close { border: 0; background: transparent; color: var(--on-night); font-weight: 600; padding: 12px 0 12px 12px; }
.menu nav { display: grid; align-content: center; gap: 0; min-height: 0; overflow-y: auto; padding-block: 12px; }
.menu nav a { font: 400 clamp(2.3rem, 10vw, 3.4rem)/1.12 var(--f-display); text-decoration: none; color: var(--on-night); }
.menu nav a:hover { font-style: italic; }
.menu-foot { display: grid; gap: 6px; justify-items: start; color: var(--on-night-2); font: 400 .74rem/1.4 var(--f-mono); letter-spacing: .1em; text-transform: uppercase; }
.menu-search { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 12px; padding: 12px 18px; border: 1px solid var(--night-line); border-radius: 999px; background: transparent; color: var(--on-night); font: 600 .95rem/1 var(--f-body); letter-spacing: 0; text-transform: none; }

/* ---------- seal ---------- */
.seal { position: relative; width: clamp(116px, 10.5vw, 156px); aspect-ratio: 1; flex: none; }
.seal svg { position: absolute; inset: 0; width: 100%; height: 100%; overflow: visible; }
.seal text { font: 500 11.5px var(--f-mono); letter-spacing: .2em; fill: currentColor; }
.seal img { position: absolute; inset: 22%; width: 56%; height: 56%; border-radius: 50%; box-shadow: 0 10px 30px -12px rgba(0, 0, 0, .5); }

/* ---------- photo frames ---------- */
.frame { position: relative; overflow: hidden; background: var(--paper-2); }
.frame > img, .frame > picture > img { width: 100%; height: 100%; object-fit: cover; }
.cap { display: flex; justify-content: space-between; gap: 16px; margin-top: 12px; font: 400 .7rem/1.4 var(--f-mono); letter-spacing: .12em; text-transform: uppercase; color: var(--ink-3); }

/* ---------- hero ---------- */
.hero {
  position: relative;
  isolation: isolate;
  margin-top: calc(-1 * var(--header-h));
  min-height: clamp(640px, 96svh, 1060px);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: #fff;
  background: #0B1510;
  overflow: hidden;
}
.hero-media { position: absolute; inset: 0; z-index: -2; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 45%; }
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(180deg, rgba(6, 12, 8, .55) 0%, rgba(6, 12, 8, 0) 26%),
    linear-gradient(0deg, rgba(6, 12, 8, .86) 0%, rgba(6, 12, 8, .45) 38%, rgba(6, 12, 8, 0) 66%),
    linear-gradient(90deg, rgba(6, 12, 8, .35) 0%, rgba(6, 12, 8, 0) 55%);
}
.hero-inner { padding-top: calc(var(--header-h) + 48px); padding-bottom: clamp(20px, 3vw, 36px); display: grid; gap: clamp(22px, 3vw, 40px); }
.hero .label { color: rgba(255, 255, 255, .82); }
.hero-title .line { display: block; overflow: hidden; padding-block: .04em .12em; margin-block: -.04em -.12em; }
.hero-title .line > span { display: inline-block; }
.hero-title em { color: #DDE9C4; }
.hero-row { display: flex; justify-content: space-between; align-items: flex-end; gap: 32px; flex-wrap: wrap; }
.hero-lede { font-size: clamp(1.05rem, .98rem + .35vw, 1.28rem); line-height: 1.5; color: rgba(255, 255, 255, .88); max-width: 40ch; text-wrap: pretty; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }
.hero-foot {
  display: flex;
  justify-content: space-between;
  gap: 12px 28px;
  flex-wrap: wrap;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, .24);
  font: 400 .7rem/1.4 var(--f-mono);
  letter-spacing: .14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .78);
}
.hero-foot ul { display: flex; flex-wrap: wrap; gap: 8px 28px; list-style: none; margin: 0; padding: 0; }
.hero-foot li { display: inline-flex; align-items: center; gap: .7em; }
.hero-foot li::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: #B9D47E; }
.hero .seal { color: #fff; }
@media (max-width: 760px) {
  .hero { min-height: max(640px, 100svh); }
  .hero .seal { position: absolute; top: calc(var(--header-h) + 22px); right: var(--gutter); width: 104px; }
  .hero-foot .cap-place { display: none; }
}

/* ---------- marquee ---------- */
.marquee { background: var(--night); color: var(--on-night); overflow: hidden; padding-block: clamp(18px, 2.2vw, 28px); border-top: 1px solid var(--night-line); }
.marquee-track { display: flex; width: max-content; }
.marquee-group { display: flex; align-items: center; flex: none; }
.marquee-item { font: italic 400 clamp(1.8rem, 1.2rem + 1.9vw, 3.1rem)/1.1 var(--f-display); white-space: nowrap; padding-inline: clamp(18px, 2.2vw, 34px); }
.marquee-item.dim { color: var(--on-night-2); font-style: normal; }
.marquee-dot { width: 9px; height: 9px; border-radius: 50%; border: 1.5px solid #B9D47E; flex: none; }

/* ---------- sections ---------- */
.section { padding-block: clamp(96px, 11vw, 176px); }
.section-tight { padding-top: clamp(40px, 5vw, 72px); }
.head { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 22px 24px; align-items: end; margin-bottom: clamp(36px, 4.4vw, 64px); }
.head-main { grid-column: 1 / span 7; display: grid; gap: 20px; justify-items: start; }
.head-side { grid-column: 9 / -1; display: grid; gap: 20px; justify-items: start; }
.head-side p { color: var(--ink-2); max-width: 40ch; }
@media (max-width: 900px) { .head-main, .head-side { grid-column: 1 / -1; } }

/* statement */
.statement { padding-block: clamp(100px, 12vw, 190px) clamp(80px, 9vw, 140px); }
.statement-text {
  font: 400 clamp(2rem, .95rem + 3.1vw, 4.3rem)/1.1 var(--f-display);
  letter-spacing: -.015em;
  max-width: 20.5em;
  margin-top: 26px;
  text-wrap: pretty;
}
.statement-text em { color: var(--leaf); }
.pic {
  display: inline-block;
  width: 2.2em;
  height: .82em;
  border-radius: 999px;
  vertical-align: -.06em;
  margin-inline: .05em;
  background-size: cover;
  background-position: center;
  background-color: var(--paper-2);
}
.pillars { list-style: none; margin: clamp(64px, 8vw, 120px) 0 0; padding: 0; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 30px clamp(20px, 3vw, 48px); }
.pillar { border-top: 1px solid var(--line-strong); padding-top: 22px; display: grid; gap: 12px; align-content: start; }
.pillar h3 { font: 400 clamp(1.5rem, 1.2rem + .8vw, 2rem)/1.1 var(--f-display); }
.pillar p { color: var(--ink-2); max-width: 34ch; }
@media (max-width: 760px) { .pillars { grid-template-columns: 1fr; } }

/* categories */
.cats { display: grid; grid-template-columns: 1fr 1fr; gap: 3px; background: var(--paper); }
.cat {
  position: relative;
  isolation: isolate;
  display: flex;
  align-items: flex-end;
  min-height: clamp(560px, 82vh, 900px);
  overflow: hidden;
  color: #fff;
  text-decoration: none;
  background: #0B1510;
}
.cat img { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; object-fit: cover; transition: transform 1.8s var(--ease); }
.cat:hover img { transform: scale(1.045); }
.cat::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(0deg, rgba(6, 12, 8, .82) 0%, rgba(6, 12, 8, .3) 42%, rgba(6, 12, 8, 0) 70%); }
.cat-copy { display: grid; gap: 14px; justify-items: start; padding: clamp(24px, 3.6vw, 60px); width: 100%; }
.cat .label { color: rgba(255, 255, 255, .8); }
.cat-title { font: italic 400 clamp(4.2rem, 2rem + 7.4vw, 10rem)/.85 var(--f-display); letter-spacing: -.03em; }
.cat-meta { display: flex; justify-content: space-between; align-items: center; gap: 16px; width: 100%; padding-top: 16px; border-top: 1px solid rgba(255, 255, 255, .28); color: rgba(255, 255, 255, .88); }
.cat-meta .go { display: inline-flex; align-items: center; gap: .6em; font-weight: 600; }
.cat-meta .go .arr { transition: transform .5s var(--ease); }
.cat:hover .cat-meta .go .arr { transform: translateX(6px); }
@media (max-width: 760px) {
  .cats { grid-template-columns: 1fr; }
  .cat { min-height: 0; aspect-ratio: 4 / 5; }
}

/* product rail + cards */
.rail-wrap { position: relative; }
.rail {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: clamp(250px, 23.5vw, 356px);
  gap: clamp(14px, 1.6vw, 24px);
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scroll-snap-type: x mandatory;
  scroll-padding-inline: var(--rail-pad);
  padding-inline: var(--rail-pad);
  padding-bottom: 8px;
  scrollbar-width: none;
}
.rail::-webkit-scrollbar { display: none; }
.rail > * { scroll-snap-align: start; }
.rail-controls { display: flex; align-items: center; gap: 10px; }
.rail-controls .link { margin-left: 12px; }
.spacer { height: clamp(96px, 11vw, 176px); }

.products { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(44px, 5vw, 72px) clamp(14px, 1.6vw, 24px); }
@media (max-width: 1000px) { .products { grid-template-columns: repeat(2, minmax(0, 1fr)); } }

.card { display: flex; flex-direction: column; gap: 16px; min-width: 0; }
.card-media { position: relative; aspect-ratio: 4 / 5; overflow: hidden; background: var(--paper-2); }
.card-link { position: absolute; inset: 0; display: block; }
.card-link img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: opacity .7s var(--ease-soft), transform 1.6s var(--ease); }
.card-link img.alt { opacity: 0; }
@media (hover: hover) {
  .card:hover .card-link img { transform: scale(1.045); }
  .card:hover .card-link img.alt { opacity: 1; }
}
.card-tag {
  position: absolute;
  left: 12px;
  top: 12px;
  z-index: 2;
  padding: .55em .8em .5em;
  border-radius: 999px;
  background: rgba(246, 247, 243, .92);
  color: #0F1712;
  font: 400 .66rem/1 var(--f-mono);
  letter-spacing: .12em;
  text-transform: uppercase;
  pointer-events: none;
}
.qa {
  position: absolute;
  right: 12px;
  bottom: 12px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 0;
  height: 46px;
  min-width: 46px;
  padding: 0 15px;
  border: 0;
  border-radius: 999px;
  background: #F6F7F3;
  color: #0F1712;
  font: 600 .84rem/1 var(--f-body);
  box-shadow: 0 10px 24px -14px rgba(0, 0, 0, .5);
  transition: background-color .3s, color .3s, gap .45s var(--ease);
}
.qa .qa-label { max-width: 0; overflow: hidden; white-space: nowrap; transition: max-width .55s var(--ease); }
.qa .plus { font-size: 1.15rem; line-height: 1; }
.card:hover .qa, .qa:focus-visible { gap: .55em; }
.card:hover .qa .qa-label, .qa:focus-visible .qa-label { max-width: 8em; }
.qa:hover { background: #0F1712; color: #F6F7F3; }
.qa.is-added { background: #2F5F1F; color: #F6F7F3; gap: .55em; }
.qa.is-added .qa-label { max-width: 8em; }
.card-body { display: grid; gap: 6px; }
.card-row { display: flex; justify-content: space-between; align-items: baseline; gap: 14px; }
.card-title { font: 400 clamp(1.45rem, 1.2rem + .7vw, 1.9rem)/1.08 var(--f-display); letter-spacing: -.008em; min-width: 0; }
.card-title a { text-decoration: none; }
.card-title a:hover { font-style: italic; }
.price { flex: none; white-space: nowrap; font-weight: 600; font-variant-numeric: tabular-nums; }
.card-meta { font: 400 .7rem/1.4 var(--f-mono); letter-spacing: .12em; text-transform: uppercase; color: var(--ink-3); }
@media (max-width: 560px) {
  .products { gap: 36px 12px; }
  .card { gap: 12px; }
  .card-row { flex-direction: column; gap: 2px; }
  .card-tag { left: 8px; top: 8px; font-size: .6rem; }
  .qa { right: 8px; bottom: 8px; height: 40px; min-width: 40px; padding: 0 12px; }
}

/* photo band */
.band {
  position: relative;
  isolation: isolate;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: clamp(580px, 90svh, 960px);
  overflow: hidden;
  background: #a9c2d6;
  color: #0B1510;
}
.band-media { position: absolute; inset: 0; z-index: -1; overflow: hidden; }
.band-media img { width: 100%; height: 100%; object-fit: cover; }
.band-copy { padding-top: clamp(64px, 9vw, 140px); display: grid; gap: 22px; justify-items: start; }
.band-copy p { font-size: clamp(1.05rem, 1rem + .3vw, 1.22rem); max-width: 36ch; color: #1C2A21; }
.band-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 6px; }
.band:not(.on-dark)::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 26%; z-index: -1; pointer-events: none; background: linear-gradient(0deg, var(--shade-soft), var(--shade-0)); }
.band-foot { display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; padding-block: 22px; font: 400 .7rem/1.4 var(--f-mono); letter-spacing: .14em; text-transform: uppercase; color: rgba(255, 255, 255, .9); text-shadow: 0 1px 8px rgba(0, 0, 0, .35); }
.band .label { color: #27352C; }
.band:not(.on-dark) .d-l { font-size: clamp(2.5rem, 1.4rem + 3.6vw, 5.2rem); max-width: 7.2em; }
.btn-outline-dark { --b: #0B1510; --bi: #F4F5F0; background: transparent; color: #0B1510; }
.btn-outline-dark:hover { --b: #0B1510; --bi: #F4F5F0; background: #0B1510; color: #F4F5F0; }
.band.on-dark { color: #fff; background: #0B1510; justify-content: flex-end; }
.band.on-dark .band-copy { padding-top: 0; padding-bottom: 10px; }
.band.on-dark .band-foot { border-top: 1px solid rgba(255, 255, 255, .22); margin-top: clamp(28px, 4vw, 48px); }
.band.on-dark .band-copy p { color: rgba(255, 255, 255, .88); }
.band.on-dark::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: linear-gradient(0deg, rgba(6, 12, 8, .78) 0%, rgba(6, 12, 8, .2) 50%, rgba(6, 12, 8, .35) 100%);
}
.band.on-dark > .wrap { position: relative; z-index: 1; }
.band.on-dark .label { color: rgba(255, 255, 255, .8); }

/* join */
.join-grid { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 36px 24px; align-items: end; }
.join-main { grid-column: 1 / span 7; display: grid; gap: 22px; justify-items: start; }
.join-form { grid-column: 8 / -1; display: grid; gap: 14px; }
.field-label { font: 400 .72rem/1.2 var(--f-mono); letter-spacing: .14em; text-transform: uppercase; color: var(--ink-3); }
.join-row { display: flex; align-items: center; gap: 12px; border-bottom: 1.5px solid var(--ink); padding-bottom: 10px; }
.join-row input { flex: 1; min-width: 0; border: 0; background: transparent; padding: 10px 0; font-size: 1.2rem; outline: none; }
.join-row input::placeholder { color: var(--ink-3); }
.join-row:focus-within { border-bottom-color: var(--leaf); }
.form-note { font-size: .92rem; color: var(--ink-3); min-height: 1.5em; }
.form-note.ok { color: var(--leaf); }
.form-note.err { color: var(--red); }
@media (max-width: 900px) { .join-main, .join-form { grid-column: 1 / -1; } }

/* ---------- footer ---------- */
.site-footer { background: var(--night); color: var(--on-night); overflow: hidden; }
.footer-top { display: flex; justify-content: space-between; align-items: flex-end; gap: 32px; flex-wrap: wrap; padding-block: clamp(80px, 9vw, 140px) clamp(44px, 5vw, 72px); border-bottom: 1px solid var(--night-line); }
.footer-top .d-xl { font-style: italic; }
.footer-top p { color: var(--on-night-2); max-width: 34ch; margin-top: 18px; }
.site-footer .seal { color: var(--on-night-2); }
.footer-grid { display: grid; grid-template-columns: 1.2fr repeat(3, minmax(0, 1fr)); gap: 40px 28px; padding-block: clamp(48px, 5vw, 72px); }
.footer-col { display: grid; gap: 4px; align-content: start; justify-items: start; }
.footer-col h2 { font: 400 .72rem/1.2 var(--f-mono); letter-spacing: .14em; text-transform: uppercase; color: var(--on-night-2); margin-bottom: 14px; }
.footer-col a { text-decoration: none; padding-block: 4px; }
.footer-col a:hover { text-decoration: underline; text-underline-offset: 4px; }
.footer-col p { color: var(--on-night-2); max-width: 30ch; }
.copy-line { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; padding-block: 4px; }
.copy-line span { overflow-wrap: anywhere; }
.copy-btn {
  border: 1px solid currentColor;
  border-radius: 999px;
  background: transparent;
  font: 400 .62rem/1 var(--f-mono);
  letter-spacing: .14em;
  text-transform: uppercase;
  padding: .6em .85em;
  opacity: .8;
}
.copy-btn:hover { opacity: 1; }
.footer-word {
  font: 400 min(31vw, 30rem)/.76 var(--f-display);
  letter-spacing: -.05em;
  margin-left: -.03em;
  padding-bottom: .08em;
  color: var(--on-night);
  background: url("/images/v3/texture-rows-1400.webp") center 60% / cover;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  user-select: none;
}
.footer-base { display: flex; justify-content: space-between; gap: 8px 28px; flex-wrap: wrap; padding-block: 22px calc(30px + env(safe-area-inset-bottom, 0px)); border-top: 1px solid var(--night-line); font: 400 .7rem/1.5 var(--f-mono); letter-spacing: .12em; text-transform: uppercase; color: var(--on-night-2); }
@media (max-width: 900px) { .footer-grid { grid-template-columns: 1fr 1fr; } .footer-grid > :first-child { grid-column: 1 / -1; } }
@media (max-width: 480px) { .footer-grid { grid-template-columns: 1fr; } }

/* ---------- inner page heads ---------- */
.page-head { padding-block: clamp(56px, 7vw, 112px) clamp(40px, 5vw, 72px); display: grid; gap: 24px; }
.page-head .d-l { max-width: 14em; }
.shop-bar { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 14px 24px; margin-bottom: clamp(28px, 3.4vw, 48px); padding-bottom: 22px; border-bottom: 1px solid var(--line); }
.notes-row { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; margin-top: clamp(72px, 8vw, 120px); }
.note { border-top: 1px solid var(--line-strong); padding-top: 18px; display: grid; gap: 10px; align-content: start; }
.note h3 { font: 400 1.5rem/1.1 var(--f-display); }
.note p { color: var(--ink-2); max-width: 34ch; }
@media (max-width: 760px) { .notes-row { grid-template-columns: 1fr; } }

/* ---------- product page ---------- */
.crumbs { display: flex; gap: 10px; flex-wrap: wrap; padding-block: clamp(22px, 3vw, 36px); font: 400 .7rem/1.4 var(--f-mono); letter-spacing: .12em; text-transform: uppercase; color: var(--ink-3); }
.crumbs a { text-decoration: none; color: var(--ink-2); }
.crumbs a:hover { text-decoration: underline; text-underline-offset: 3px; }
.pdp { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 28px; align-items: start; }
.gallery { grid-column: 1 / span 7; display: grid; gap: 12px; }
.gallery .frame { aspect-ratio: 4 / 5; }
.pdp-info { grid-column: 9 / -1; position: sticky; top: calc(var(--header-h) + 28px); display: grid; gap: 22px; align-content: start; padding-bottom: 24px; }
.pdp-type { color: var(--leaf); }
.pdp-title { font: 400 clamp(2.7rem, 1.6rem + 3vw, 4.6rem)/.95 var(--f-display); letter-spacing: -.02em; text-wrap: balance; }
.pdp-price { display: flex; align-items: baseline; gap: 12px; font-size: 1.35rem; font-weight: 600; font-variant-numeric: tabular-nums; }
.pdp-price small { font: 400 .7rem/1 var(--f-mono); letter-spacing: .12em; text-transform: uppercase; color: var(--ink-3); }
.notes-line { font: italic 400 1.35rem/1.3 var(--f-display); color: var(--ink-2); }
.sizes { border: 0; margin: 0; padding: 0; display: grid; gap: 10px; }
.sizes legend { padding: 0; margin-bottom: 10px; font: 400 .72rem/1.2 var(--f-mono); letter-spacing: .14em; text-transform: uppercase; color: var(--ink-3); }
.size-opts { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 8px; }
.size-opt { position: relative; }
.size-opt input { position: absolute; opacity: 0; inset: 0; margin: 0; cursor: pointer; }
.size-opt span { display: grid; gap: 4px; justify-items: center; padding: .8em .4em; border: 1px solid var(--line-strong); border-radius: 12px; font-weight: 600; font-size: .95rem; text-align: center; }
.size-opt span small { font: 400 .62rem/1 var(--f-mono); letter-spacing: .12em; text-transform: uppercase; color: var(--ink-3); }
.size-opt input:checked + span { border-color: var(--ink); box-shadow: inset 0 0 0 1px var(--ink); }
.size-opt input:disabled + span { color: var(--ink-3); border-style: dashed; cursor: not-allowed; }
.size-opt input:focus-visible + span { outline: 2px solid var(--leaf); outline-offset: 2px; }
.buy-row { display: grid; grid-template-columns: auto 1fr; gap: 10px; }
.qty { display: grid; grid-template-columns: 46px 40px 46px; align-items: center; border: 1px solid var(--line-strong); border-radius: 999px; }
.qty button { height: 50px; border: 0; background: transparent; font-size: 1.2rem; border-radius: 999px; }
.qty button:hover { background: var(--paper-2); }
.qty output { text-align: center; font-weight: 600; font-variant-numeric: tabular-nums; }
.buy-row .btn { justify-content: center; }
.assurances { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 8px 20px; font: 400 .68rem/1.4 var(--f-mono); letter-spacing: .12em; text-transform: uppercase; color: var(--ink-2); }
.assurances li { display: inline-flex; align-items: center; gap: .6em; }
.assurances li::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--leaf); }
.acc { border-top: 1px solid var(--line-strong); }
.acc details { border-bottom: 1px solid var(--line); }
.acc summary { list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 16px; padding: 18px 0; cursor: pointer; font-weight: 600; }
.acc summary::-webkit-details-marker { display: none; }
.acc summary::after { content: "+"; font: 300 1.5rem/1 var(--f-body); color: var(--ink-3); transition: transform .45s var(--ease); }
.acc details[open] summary::after { transform: rotate(45deg); }
.acc-body { padding-bottom: 22px; color: var(--ink-2); display: grid; gap: 12px; }
.brew-table { display: grid; gap: 12px; margin: 0; }
.brew-table div { display: grid; grid-template-columns: 8.5em 1fr; gap: 12px; }
.brew-table dt { font-weight: 600; color: var(--ink); }
.brew-table dd { margin: 0; }
@media (max-width: 960px) {
  .gallery, .pdp-info { grid-column: 1 / -1; }
  .pdp-info { position: relative; top: auto; }
  .gallery { display: grid; grid-auto-flow: column; grid-auto-columns: 86%; overflow-x: auto; scroll-snap-type: x mandatory; gap: 10px; margin-inline: calc(-1 * var(--gutter)); padding-inline: var(--gutter); scroll-padding-inline: var(--gutter); scrollbar-width: none; }
  .gallery::-webkit-scrollbar { display: none; }
  .gallery .frame { scroll-snap-align: start; }
}
@media (max-width: 420px) {
  .size-opts { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .brew-table div { grid-template-columns: 1fr; gap: 2px; }
}

/* origin + grade bands on product pages */
.origin { margin-top: clamp(88px, 10vw, 150px); }
.split { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 28px; align-items: center; }
.split-media { grid-column: 1 / span 6; }
.split-media .frame { aspect-ratio: 4 / 5; }
.split-copy { grid-column: 8 / -1; display: grid; gap: 22px; justify-items: start; }
.split.reverse .split-media { grid-column: 7 / -1; grid-row: 1; }
.split.reverse .split-copy { grid-column: 1 / span 5; grid-row: 1; }
@media (max-width: 900px) {
  .split-media, .split-copy, .split.reverse .split-media, .split.reverse .split-copy { grid-column: 1 / -1; grid-row: auto; }
}
.grade-big { font: italic 400 clamp(6rem, 3rem + 9vw, 12rem)/.8 var(--f-display); letter-spacing: -.04em; color: var(--leaf); }
.related { padding-block: clamp(88px, 10vw, 150px); }

/* ---------- journey ---------- */
.j-hero { background: var(--night); color: var(--on-night); margin-top: calc(-1 * var(--header-h)); padding-top: calc(var(--header-h) + clamp(56px, 7vw, 110px)); padding-bottom: clamp(56px, 6vw, 96px); }
.j-hero .label { color: var(--on-night-2); }
.j-hero .lede { color: var(--on-night-2); }
.j-hero-grid { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 24px; align-items: end; }
.j-hero-main { grid-column: 1 / span 8; display: grid; gap: 24px; justify-items: start; }
.j-hero-side { grid-column: 9 / -1; }
@media (max-width: 900px) { .j-hero-main, .j-hero-side { grid-column: 1 / -1; } }
.route-map { margin-top: clamp(40px, 5vw, 72px); border-top: 1px solid var(--night-line); border-bottom: 1px solid var(--night-line); overflow-x: auto; scrollbar-width: thin; }
.route-map svg { display: block; width: 100%; min-width: 720px; height: auto; }
.route-map .grat { stroke: rgba(237, 240, 232, .1); stroke-width: 1; }
.route-map .eq { stroke: rgba(185, 212, 126, .55); stroke-width: 1; stroke-dasharray: 2 6; }
.route-map .tropic { stroke: rgba(237, 240, 232, .22); stroke-width: 1; stroke-dasharray: 2 6; }
.route-map .t-grat { font: 400 11px var(--f-mono); fill: rgba(237, 240, 232, .42); letter-spacing: .08em; }
.route-map .t-line { font: 400 11px var(--f-mono); fill: rgba(185, 212, 126, .85); letter-spacing: .12em; }
.route-map .t-place { font: 500 12px var(--f-mono); fill: #EDF0E8; letter-spacing: .14em; }
.route-map .t-coord { font: 400 11px var(--f-mono); fill: rgba(237, 240, 232, .55); letter-spacing: .08em; }
.route-map .t-route { font: italic 400 22px var(--f-display); fill: #EDF0E8; }
.route-map .sea { fill: none; stroke: #EDF0E8; stroke-width: 1.6; stroke-dasharray: 6 7; }
.route-map .air { fill: none; stroke: #B9D47E; stroke-width: 1.4; stroke-dasharray: 1 6; stroke-linecap: round; }
.route-map .pt { fill: #0B1510; stroke: #EDF0E8; stroke-width: 1.6; }
.route-map .pt-home { fill: #B9D47E; stroke: none; }
.route-map .halo { fill: none; stroke: rgba(185, 212, 126, .5); stroke-width: 1; }
.route-map .fill-night { fill: #0B1510; }
.map-note { padding-block: 14px; font: 400 .68rem/1.4 var(--f-mono); letter-spacing: .12em; text-transform: uppercase; color: var(--on-night-2); }

.leg-row { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 28px; align-items: center; padding-block: clamp(80px, 9vw, 140px); }
.leg-row .leg-media { grid-column: 1 / span 7; }
.leg-row .leg-copy { grid-column: 9 / -1; }
.leg-row.reverse .leg-media { grid-column: 6 / -1; grid-row: 1; }
.leg-row.reverse .leg-copy { grid-column: 1 / span 4; grid-row: 1; }
.leg-row .frame { aspect-ratio: 3 / 2; }
.leg-row.reverse .frame { aspect-ratio: 4 / 5; }
.leg-copy { display: grid; gap: 16px; justify-items: start; }
.leg-no { color: var(--leaf); }
.leg-copy p { color: var(--ink-2); max-width: 40ch; }
.leg-where { padding-top: 14px; border-top: 1px solid var(--line); width: 100%; font: 400 .7rem/1.6 var(--f-mono); letter-spacing: .12em; text-transform: uppercase; color: var(--ink-3); }
@media (max-width: 900px) {
  .leg-row .leg-media, .leg-row .leg-copy, .leg-row.reverse .leg-media, .leg-row.reverse .leg-copy { grid-column: 1 / -1; grid-row: auto; }
}
.legs-dark { background: var(--night); color: var(--on-night); padding-block: clamp(80px, 9vw, 140px); }
.legs-dark-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px clamp(28px, 5vw, 96px); }
.legs-dark .leg-copy p { color: var(--on-night-2); }
.legs-dark .leg-no { color: #B9D47E; }
.legs-dark .leg-where { border-top-color: var(--night-line); color: var(--on-night-2); }
@media (max-width: 760px) { .legs-dark-grid { grid-template-columns: 1fr; } }

/* ---------- guide ---------- */
.brew-grid { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 28px; align-items: start; }
.brew-figure { grid-column: 1 / span 6; position: sticky; top: calc(var(--header-h) + 28px); }
.brew-figure .frame { aspect-ratio: 4 / 5; }
.brew-figure .frame > img { transition: opacity .5s var(--ease-soft); }
.brew-figure .frame > img.swap { opacity: 0; }
.brew-copy { grid-column: 8 / -1; display: grid; gap: 24px; align-content: start; }
.tabs { display: inline-flex; justify-self: start; padding: 4px; border: 1px solid var(--line-strong); border-radius: 999px; }
.tab { padding: .85em 1.3em; border: 0; border-radius: 999px; background: transparent; color: var(--ink-2); font: 600 .9rem/1 var(--f-body); transition: background-color .3s, color .3s; }
.tab[aria-selected="true"] { background: var(--ink); color: var(--paper); }
.panel { display: grid; gap: 20px; }
.recipe-sub { font: 400 .72rem/1.4 var(--f-mono); letter-spacing: .12em; text-transform: uppercase; color: var(--ink-3); }
.ingredients { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 8px; }
.ingredients li { border: 1px solid var(--line-strong); border-radius: 999px; padding: .5em .9em; font-size: .92rem; }
.steps { list-style: none; margin: 0; padding: 0; counter-reset: step; }
.steps li { counter-increment: step; display: grid; grid-template-columns: 3.2rem 1fr; gap: 12px; padding: 18px 0; border-top: 1px solid var(--line); color: var(--ink-2); }
.steps li:last-child { border-bottom: 1px solid var(--line); }
.steps li::before { content: counter(step, decimal-leading-zero); font: italic 400 1.6rem/1 var(--f-display); color: var(--leaf); }
@media (max-width: 900px) {
  .brew-figure, .brew-copy { grid-column: 1 / -1; }
  .brew-figure { position: relative; top: auto; }
}
.grades { background: var(--night); color: var(--on-night); padding-block: clamp(88px, 10vw, 150px); }
.grades .label { color: var(--on-night-2); }
.grades .copy { color: var(--on-night-2); }
.grade-list { display: grid; margin-top: 8px; }
.grade { display: grid; grid-template-columns: minmax(5.4rem, auto) 1fr; gap: 6px 26px; align-items: baseline; padding-block: 24px; border-top: 1px solid var(--night-line); }
.grade:last-child { border-bottom: 1px solid var(--night-line); }
.grade-mark { grid-row: span 3; font: italic 400 clamp(3.4rem, 2.4rem + 3vw, 5.4rem)/.85 var(--f-display); letter-spacing: -.03em; color: #B9D47E; }
.grade.muted .grade-mark { color: var(--on-night-2); }
.grade h3 { font: 400 1.6rem/1.1 var(--f-display); }
.grade p { color: var(--on-night-2); max-width: 44ch; }
.grade .mono { color: var(--on-night-2); }
.grade a { color: var(--on-night); justify-self: start; }

/* ---------- story ---------- */
.s-hero { position: relative; isolation: isolate; margin-top: calc(-1 * var(--header-h)); min-height: clamp(620px, 92svh, 1000px); display: flex; flex-direction: column; justify-content: flex-end; color: #fff; background: #0B1510; overflow: hidden; }
.s-hero .hero-media img { object-position: 50% 50%; }
.s-hero::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(6, 12, 8, .5) 0%, rgba(6, 12, 8, 0) 28%), linear-gradient(0deg, rgba(6, 12, 8, .85) 0%, rgba(6, 12, 8, .35) 45%, rgba(6, 12, 8, 0) 70%); }
.s-hero .d-l { max-width: 13.5em; }
.s-hero .label { color: rgba(255, 255, 255, .82); }
.story-body { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 24px; }
.story-body-head { grid-column: 1 / span 4; display: grid; gap: 18px; align-content: start; justify-items: start; }
.story-body-text { grid-column: 6 / span 6; font-size: clamp(1.06rem, 1rem + .25vw, 1.2rem); }
.story-body-text p { color: var(--ink-2); max-width: 62ch; text-wrap: pretty; }
.story-body-text p + p { margin-top: 1.15em; }
.story-body-text p:first-child { color: var(--ink); font: 400 clamp(1.7rem, 1.3rem + 1.2vw, 2.4rem)/1.2 var(--f-display); letter-spacing: -.01em; }
@media (max-width: 900px) { .story-body-head, .story-body-text { grid-column: 1 / -1; } }
.fact { display: flex; flex-wrap: wrap; gap: 10px 32px; margin-top: 8px; }
.fact div { display: grid; gap: 4px; }
.fact b { font: italic 400 clamp(2.2rem, 1.6rem + 1.8vw, 3.4rem)/1 var(--f-display); font-weight: 400; }
.fact span { font: 400 .68rem/1.4 var(--f-mono); letter-spacing: .14em; text-transform: uppercase; opacity: .82; }
.principles { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 30px clamp(18px, 2.4vw, 36px); }
.principle { border-top: 1px solid var(--line-strong); padding-top: 22px; display: grid; gap: 12px; align-content: start; }
.principle h3 { font: 400 1.6rem/1.1 var(--f-display); }
.principle p { color: var(--ink-2); }
@media (max-width: 1000px) { .principles { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 560px) { .principles { grid-template-columns: 1fr; } }
.quote-band { position: relative; isolation: isolate; min-height: clamp(560px, 88svh, 920px); display: flex; align-items: flex-end; color: #fff; background: #1a0d06; overflow: hidden; }
.quote-band::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(0deg, rgba(10, 5, 2, .75) 0%, rgba(10, 5, 2, 0) 55%); }
.quote-band blockquote { font: 400 clamp(2.3rem, 1.2rem + 3.9vw, 5.6rem)/1.02 var(--f-display); letter-spacing: -.02em; max-width: 13em; text-wrap: balance; }
.quote-band blockquote em { color: #F7C98F; }
.quote-inner { display: grid; gap: 22px; padding-bottom: clamp(48px, 7vw, 110px); }
.quote-inner .label { color: rgba(255, 255, 255, .8); }
.cta-band { padding-block: clamp(96px, 11vw, 176px); display: grid; gap: 28px; justify-items: start; }
.cta-band .actions { display: flex; flex-wrap: wrap; align-items: center; gap: 14px 24px; }

/* ---------- wholesale ---------- */
.ws-hero { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 28px; align-items: center; padding-block: clamp(40px, 5vw, 80px) clamp(72px, 8vw, 120px); }
.ws-hero-copy { grid-column: 1 / span 6; display: grid; gap: 24px; justify-items: start; }
.ws-hero-media { grid-column: 8 / -1; }
.ws-hero-media .frame { aspect-ratio: 4 / 5; }
@media (max-width: 900px) { .ws-hero-copy, .ws-hero-media { grid-column: 1 / -1; } }
.ws-grid { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 44px 24px; align-items: start; padding-bottom: clamp(80px, 9vw, 140px); }
.ws-form-wrap { grid-column: 1 / span 7; }
.ws-side { grid-column: 9 / -1; display: grid; gap: 28px; }
@media (max-width: 960px) { .ws-form-wrap, .ws-side { grid-column: 1 / -1; } }
.form { display: grid; grid-template-columns: 1fr 1fr; gap: 24px 20px; }
.field { display: grid; gap: 8px; }
.field.full { grid-column: 1 / -1; }
.field input, .field select, .field textarea { width: 100%; border: 0; border-bottom: 1.5px solid var(--line-strong); border-radius: 0; background: transparent; padding: 12px 0; font-size: 1.05rem; outline: none; transition: border-color .3s; }
.field textarea { resize: vertical; min-height: 130px; }
.field select { appearance: none; -webkit-appearance: none; background-image: linear-gradient(45deg, transparent 50%, currentColor 50%), linear-gradient(135deg, currentColor 50%, transparent 50%); background-position: calc(100% - 12px) 55%, calc(100% - 7px) 55%; background-size: 5px 5px, 5px 5px; background-repeat: no-repeat; padding-right: 28px; }
.field select option { color: #0F1712; background: #F6F7F3; }
.field input:focus, .field select:focus, .field textarea:focus { border-bottom-color: var(--leaf); }
.field [aria-invalid="true"] { border-bottom-color: var(--red); }
.form-actions { grid-column: 1 / -1; display: grid; gap: 14px; justify-items: start; }
.form-result { border: 1px solid var(--line-strong); border-radius: 16px; background: var(--card); padding: 18px 20px; display: grid; gap: 10px; max-width: 58ch; }
.form-result p { color: var(--ink-2); }
@media (max-width: 560px) { .form { grid-template-columns: 1fr; } }
.contact-card { border-top: 1px solid var(--line-strong); padding-top: 18px; display: grid; gap: 8px; }
.contact-card .copy-line span { font-size: 1.1rem; font-weight: 600; }
.contact-card p { color: var(--ink-2); }
.supply { list-style: none; margin: 0; padding: 0; }
.supply li { display: grid; grid-template-columns: minmax(7rem, 14rem) 1fr; gap: 16px; padding: 20px 0; border-top: 1px solid var(--line); color: var(--ink-2); align-items: baseline; }
.supply li:last-child { border-bottom: 1px solid var(--line); }
.supply li b { font: italic 400 1.6rem/1 var(--f-display); color: var(--ink); font-weight: 400; }
@media (max-width: 560px) { .supply li { grid-template-columns: 1fr; gap: 4px; } }
.faq { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 24px; padding-block: clamp(72px, 8vw, 120px) clamp(88px, 10vw, 150px); }
.faq-head { grid-column: 1 / span 4; display: grid; gap: 18px; align-content: start; justify-items: start; }
.faq .acc { grid-column: 6 / -1; }
@media (max-width: 900px) { .faq-head, .faq .acc { grid-column: 1 / -1; } }

/* ---------- bag drawer ---------- */
.scrim { position: fixed; inset: 0; z-index: 80; background: var(--scrim); opacity: 0; transition: opacity .45s var(--ease-soft); }
.scrim.open { opacity: 1; }
.drawer {
  position: fixed;
  top: 0; right: 0; bottom: 0;
  z-index: 85;
  width: min(460px, 100%);
  background: var(--paper);
  color: var(--ink);
  display: grid;
  grid-template-rows: auto 1fr auto;
  padding-top: env(safe-area-inset-top, 0px);
  padding-bottom: env(safe-area-inset-bottom, 0px);
  transform: translateX(100%);
  transition: transform .7s var(--ease);
  box-shadow: -40px 0 80px -40px rgba(0, 0, 0, .4);
}
.drawer.open { transform: none; }
.drawer-head { display: flex; justify-content: space-between; align-items: center; padding: 22px 26px; border-bottom: 1px solid var(--line); }
.drawer-head h2 { font: 400 2rem/1 var(--f-display); }
.drawer-close { border: 0; background: transparent; font-weight: 600; padding: 8px 0 8px 8px; }
.drawer-items { overflow-y: auto; padding: 6px 26px; }
.line-item { display: grid; grid-template-columns: 80px 1fr auto; gap: 16px; padding: 18px 0; border-bottom: 1px solid var(--line); align-items: start; }
.line-item img { width: 80px; height: 100px; object-fit: cover; }
.line-name { font: 400 1.3rem/1.1 var(--f-display); text-decoration: none; }
.line-meta { font: 400 .66rem/1.4 var(--f-mono); letter-spacing: .12em; text-transform: uppercase; color: var(--ink-3); margin-top: 6px; }
.line-controls { display: flex; align-items: center; gap: 14px; margin-top: 12px; }
.mini-qty { display: inline-grid; grid-template-columns: 32px 30px 32px; border: 1px solid var(--line-strong); border-radius: 999px; align-items: center; }
.mini-qty button { border: 0; background: transparent; height: 32px; border-radius: 999px; }
.mini-qty output { text-align: center; font-size: .88rem; font-weight: 600; font-variant-numeric: tabular-nums; }
.remove { border: 0; background: transparent; font-size: .82rem; color: var(--ink-3); text-decoration: underline; text-underline-offset: 3px; padding: 4px 0; }
.line-price { font-weight: 600; font-variant-numeric: tabular-nums; }
.drawer-foot { padding: 20px 26px 26px; border-top: 1px solid var(--line); display: grid; gap: 12px; }
.subtotal { display: flex; justify-content: space-between; font-weight: 600; font-size: 1.08rem; font-variant-numeric: tabular-nums; }
.drawer-note { font-size: .86rem; color: var(--ink-3); }
.empty { padding: 56px 0; display: grid; gap: 18px; justify-items: start; }
.empty p { font: italic 400 1.6rem/1.2 var(--f-display); color: var(--ink-2); }

.toast {
  position: fixed;
  left: 50%;
  bottom: calc(22px + env(safe-area-inset-bottom, 0px));
  z-index: 90;
  max-width: calc(100% - 32px);
  padding: 14px 20px;
  border-radius: 999px;
  background: var(--ink);
  color: var(--paper);
  font-size: .9rem;
  font-weight: 600;
  transform: translate(-50%, 18px);
  opacity: 0;
  pointer-events: none;
  transition: opacity .4s var(--ease-soft), transform .5s var(--ease);
}
.toast.show { opacity: 1; transform: translate(-50%, 0); }

/* custom cursor */
.cursor {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  width: 112px;
  height: 112px;
  margin: -56px 0 0 -56px;
  padding: 14px;
  border-radius: 50%;
  background: #F6F7F3;
  color: #0B1510;
  text-align: center;
  box-shadow: 0 16px 40px -18px rgba(0, 0, 0, .55);
  pointer-events: none;
  opacity: 0;
  translate: -200px -200px;
  scale: .35;
  transition: opacity .3s var(--ease-soft), scale .55s var(--ease);
}
.cursor.on { opacity: 1; scale: 1; }
.c-kicker { font: 500 .6rem/1 var(--f-mono); letter-spacing: .18em; text-transform: uppercase; color: #3E4A41; }
.c-label { font: italic 400 1.22rem/1 var(--f-display); letter-spacing: -.005em; }
html.has-cursor [data-cursor] { cursor: none; }
html.has-cursor [data-cursor] button, html.has-cursor [data-cursor] a:not(.card-link):not(.cat) { cursor: pointer; }

/* ---------- cups (drawn from above) ---------- */
.cup { display: block; width: 100%; height: auto; overflow: visible; }
.cup-saucer { fill: var(--cup-saucer); }
.cup-saucer-ring { fill: none; stroke: var(--cup-line); stroke-width: 1.5; }
.cup-handle, .cup-body { fill: var(--cup-body); stroke: var(--cup-line); stroke-width: 1.5; }
.cup-liquor { fill: var(--liq, var(--liq-black)); }
.cup-crema { fill: none; stroke: var(--liq-crema); stroke-width: 8; opacity: .85; }
.cup-sheen { fill: none; stroke: var(--sheen); stroke-width: 5; stroke-linecap: round; }
.cup-swirl { transform-origin: 100px 100px; transition: transform 1.4s var(--ease); }
.liq-black { --liq: var(--liq-black); }
.liq-bold-tea { --liq: var(--liq-bold-tea); }
.liq-milk { --liq: var(--liq-milk); }
.liq-green { --liq: var(--liq-green); }
.liq-herbal { --liq: var(--liq-herbal); }
.liq-coffee { --liq: var(--liq-coffee); }
.liq-latte { --liq: var(--liq-latte); }
.liq-bold-coffee { --liq: var(--liq-bold-coffee); }
.liq-light-coffee { --liq: var(--liq-light-coffee); }
.liq-empty { --liq: var(--cup-empty); }
.liq-empty .cup-sheen { stroke: var(--sheen-empty); }

.finder-chip {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 6px 20px 6px 6px;
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  text-decoration: none;
  transition: border-color .3s, background-color .3s, translate .7s var(--ease);
}
.finder-chip .cup { width: 42px; flex: none; }
.finder-chip-copy { display: grid; gap: 4px; }
.finder-chip-kicker { font: 400 .6rem/1 var(--f-mono); letter-spacing: .14em; text-transform: uppercase; color: var(--ink-3); }
.finder-chip-label { font: italic 400 1.2rem/1 var(--f-display); }
.finder-chip .arr { transition: transform .5s var(--ease); }
.finder-chip:hover { border-color: var(--ink); background: var(--card); }
.finder-chip:hover .arr { transform: translateX(4px); }
.finder-chip:hover .cup-swirl { transform: rotate(70deg); }
.shop-bar-end { display: flex; align-items: center; gap: 12px 24px; flex-wrap: wrap; }

/* ---------- steep timer ---------- */
.steep { --liq-a: var(--ring-black-a); --liq-b: var(--ring-black-b); }
.steep.liq-milk { --liq-a: var(--ring-milk-a); --liq-b: var(--ring-milk-b); }
.steep.liq-green { --liq-a: var(--ring-green-a); --liq-b: var(--ring-green-b); }
.steep.liq-herbal { --liq-a: var(--ring-herbal-a); --liq-b: var(--ring-herbal-b); }
.steep.liq-coffee { --liq-a: var(--ring-coffee-a); --liq-b: var(--ring-coffee-b); }
.steep-band { --liq-a: var(--ringn-black-a); --liq-b: var(--ringn-black-b); }
.steep-band.liq-milk { --liq-a: var(--ringn-milk-a); --liq-b: var(--ringn-milk-b); }
.steep-band.liq-green { --liq-a: var(--ringn-green-a); --liq-b: var(--ringn-green-b); }
.steep-band.liq-herbal { --liq-a: var(--ringn-herbal-a); --liq-b: var(--ringn-herbal-b); }
.steep-band.liq-coffee { --liq-a: var(--ringn-coffee-a); --liq-b: var(--ringn-coffee-b); }
.steep.section { padding-block: clamp(72px, 8vw, 132px); }
.steep + .origin { margin-top: 0; }
.steep-grid { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 40px 24px; align-items: center; }
.steep-copy { grid-column: 1 / span 6; display: grid; gap: 22px; justify-items: start; align-content: center; }
.steep-stage { grid-column: 8 / -1; display: grid; justify-items: center; gap: 18px; }
.steep-methods { display: flex; flex-wrap: wrap; gap: 8px; max-width: 560px; }
.steep-m {
  display: inline-flex;
  align-items: baseline;
  gap: .65em;
  padding: .8em 1.1em;
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  background: transparent;
  font: 600 .9rem/1 var(--f-body);
  transition: background-color .3s, color .3s, border-color .3s;
}
.steep-m .t, .steep-one .t { font: 400 .72rem/1 var(--f-mono); letter-spacing: .04em; color: var(--ink-2); font-variant-numeric: tabular-nums; }
.steep-m[aria-checked="true"] .t { color: inherit; }
.steep-band .steep-m .t, .steep-band .steep-one .t { color: var(--on-night-2); }
.steep-band .steep-m[aria-checked="true"] .t { color: inherit; }
.steep-m:hover { border-color: var(--ink); }
.steep-m[aria-checked="true"] { background: var(--ink); color: var(--paper); border-color: var(--ink); }
.steep-one { display: inline-flex; align-items: baseline; gap: .8em; padding: .8em 1.1em; border: 1px solid var(--line-strong); border-radius: 999px; font-weight: 600; font-size: .9rem; }
.steep-note { color: var(--ink-2); max-width: 46ch; min-height: 3.2em; padding-left: 16px; border-left: 2px solid var(--leaf); text-wrap: pretty; }
.dial-wrap { position: relative; width: min(100%, 400px); aspect-ratio: 1; }
.dial { display: block; width: 100%; height: 100%; overflow: visible; }
.dial-ticks line { stroke: var(--line-strong); stroke-width: 1; }
.dial-ticks .tk-l { stroke: var(--ink-3); stroke-width: 1.5; }
.dial-track { fill: none; stroke: var(--line); stroke-width: 7; }
.dial-ring {
  fill: none;
  stroke: var(--liq-b);
  stroke: color-mix(in oklab, var(--liq-b) calc(var(--p, 0) * 100%), var(--liq-a));
  stroke-width: 7;
  stroke-linecap: round;
}
.dial-head { transform-origin: 120px 120px; }
.dial-head circle { fill: var(--paper); stroke: var(--liq-b); stroke: color-mix(in oklab, var(--liq-b) calc(var(--p, 0) * 100%), var(--liq-a)); stroke-width: 3; }
.steep:not(.is-running) .dial-ring { transition: stroke-dashoffset .9s var(--ease); }
.steep:not(.is-running) .dial-head { transition: transform .9s var(--ease); }
.dial-steam path { fill: none; stroke: var(--ink-3); stroke-width: 2; stroke-linecap: round; opacity: 0; }
.dial-read { position: absolute; inset: 0; display: grid; place-content: center; justify-items: center; gap: 8px; text-align: center; pointer-events: none; }
.dial-state { font: 400 .7rem/1 var(--f-mono); letter-spacing: .18em; text-transform: uppercase; color: var(--ink-3); }
.dial-time { display: flex; justify-content: center; font: 400 clamp(4rem, 2.8rem + 4.4vw, 7rem)/.9 var(--f-display); letter-spacing: -.01em; color: var(--ink); }
.dial-time span { display: inline-block; width: .52em; text-align: center; }
.dial-time .col { width: .24em; }
.dial-sub { font: italic 400 1.15rem/1.2 var(--f-display); color: var(--ink-2); max-width: 13ch; min-height: 1.2em; text-wrap: balance; }
.steep-controls { display: flex; align-items: center; justify-content: center; gap: 10px; flex-wrap: wrap; }
.steep-nudge { min-width: 66px; height: 48px; padding: 0 12px; border: 1px solid var(--line-strong); border-radius: 999px; background: transparent; font: 400 .74rem/1 var(--f-mono); letter-spacing: .06em; transition: border-color .3s, background-color .3s; }
.steep-nudge:hover:not(:disabled) { border-color: var(--ink); }
.steep-nudge:disabled { opacity: .35; cursor: not-allowed; }
.steep-go { min-width: 148px; justify-content: center; }
.steep-reset { border: 0; background: transparent; color: var(--ink-3); font-size: .88rem; text-decoration: underline; text-underline-offset: 3px; padding: 6px 10px; }
.steep-reset:disabled { opacity: .35; cursor: default; text-decoration: none; }
.steep.is-done .dial-time { color: var(--leaf); }
.steep.is-done .dial-state { visibility: hidden; }
.steep.is-done .dial-head { opacity: 0; }
.steep.is-done .dial-steam path { opacity: .5; }
@media (max-width: 900px) {
  .steep-copy, .steep-stage { grid-column: 1 / -1; }
  .steep-stage { justify-items: center; }
}
@media (max-width: 560px) {
  .dial-wrap { width: min(100%, 320px); }
  .steep-controls { gap: 8px; }
  .steep-nudge { min-width: 58px; }
  .steep-go { min-width: 128px; }
}
/* night-green band version (guide) */
.steep-band { background: var(--night); color: var(--on-night); }
.steep-band .label, .steep-band .dial-state { color: var(--on-night-2); }
.steep-band .copy, .steep-band .steep-note, .steep-band .dial-sub { color: var(--on-night-2); }
.steep-band .steep-note { border-left-color: var(--leaf-bright); }
.steep-band .steep-m, .steep-band .steep-nudge, .steep-band .steep-one { border-color: var(--veil-strong); color: var(--on-night); }
.steep-band .steep-m:hover, .steep-band .steep-nudge:hover:not(:disabled) { border-color: var(--on-night); }
.steep-band .steep-m[aria-checked="true"] { background: var(--mist); color: var(--night-ink); border-color: var(--mist); }
.steep-band .dial-ticks line { stroke: var(--veil-line); }
.steep-band .dial-ticks .tk-l { stroke: var(--veil-hover); }
.steep-band .dial-track { stroke: var(--veil-faint); }
.steep-band .dial-head circle { fill: var(--night-ink); }
.steep-band .dial-time { color: var(--on-night); }
.steep-band .steep-go { --b: var(--mist-btn); --bi: var(--night-ink); }
.steep-band .steep-go:hover { --b: var(--leaf-bright); --bi: var(--night-ink); }
.steep-band .steep-reset { color: var(--on-night-2); }
.steep-band.is-done .dial-time { color: var(--leaf-bright); }
.steep-band .dial-steam path { stroke: var(--on-night-2); }
/* soft band version (guide) */
.steep-soft { background: var(--paper-2); }
.steep-soft .steep-m[aria-checked="true"] { background: var(--ink); }
.steep-soft .dial-head circle { fill: var(--paper-2); }
/* inline version (journal) */
.steep-inline { margin-block: 2.4em !important; padding: clamp(20px, 3vw, 36px); border: 1px solid var(--line-strong); border-radius: 28px; background: var(--card); }
.steep-inline .steep-grid { gap: 24px; }
.steep-inline .steep-copy { grid-column: 1 / span 6; gap: 16px; }
.steep-inline .steep-stage { grid-column: 7 / -1; }
.steep-inline .dial-wrap { width: min(100%, 260px); }
.steep-inline .dial-time { font-size: clamp(3.2rem, 2.4rem + 2vw, 4.4rem); }
.steep-inline .steep-note { min-height: 0; }
@media (max-width: 1100px) { .steep-inline .steep-copy, .steep-inline .steep-stage { grid-column: 1 / -1; } }

/* ---------- find your cup ---------- */
.finder {
  --cup-saucer: #17251C;
  --cup-body: #EEF0E8;
  --cup-line: rgba(237, 240, 232, .16);
  position: relative;
  isolation: isolate;
  margin-top: calc(-1 * var(--header-h));
  padding-top: calc(var(--header-h) + clamp(36px, 5vw, 72px));
  padding-bottom: clamp(72px, 9vw, 140px);
  min-height: 100svh;
  background: var(--night);
  background: linear-gradient(180deg, var(--night) 30%, var(--night-2) 100%);
  color: var(--on-night);
  border-bottom: 1px solid var(--night-line);
  overflow: hidden;
}
.finder::before { content: ""; position: absolute; inset: 0; z-index: -1; background: radial-gradient(60% 50% at 78% 8%, var(--leaf-glow), transparent 70%), radial-gradient(50% 40% at 0% 100%, var(--red-glow), transparent 70%); }
.finder .label { color: var(--on-night-2); }
.finder-top { display: flex; justify-content: space-between; align-items: flex-end; gap: 20px 32px; flex-wrap: wrap; padding-bottom: 22px; border-bottom: 1px solid var(--night-line); }
.finder-top-main { display: grid; gap: 14px; justify-items: start; }
.finder-h1 { font: 400 clamp(1.7rem, 1.3rem + 1.3vw, 2.5rem)/1.05 var(--f-display); letter-spacing: -.01em; }
.finder-h1 em, .fq-title em { color: var(--em-on-dark); }
.finder-progress { display: grid; gap: 10px; justify-items: end; }
.fp-count { font: 400 .72rem/1 var(--f-mono); letter-spacing: .16em; text-transform: uppercase; color: var(--on-night-2); }
.fp-track { display: block; width: 200px; height: 2px; background: var(--night-line); overflow: hidden; }
.fp-fill { display: block; height: 100%; background: var(--leaf-bright); transform-origin: left; transform: scaleX(.125); transition: transform .9s var(--ease); }
.finder-stage { padding-top: clamp(32px, 5vw, 72px); }
.fq-count { font: 400 .72rem/1 var(--f-mono); letter-spacing: .16em; text-transform: uppercase; color: var(--on-night-2); }
.fq-title { font: 400 clamp(3rem, 1.5rem + 5.6vw, 7.6rem)/.92 var(--f-display); letter-spacing: -.028em; margin: 16px 0 clamp(28px, 4vw, 56px); }
.fq-opts { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(12px, 2vw, 28px); }
.fq-opt {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  grid-template-rows: auto auto;
  column-gap: clamp(16px, 2.4vw, 36px);
  align-items: center;
  padding: clamp(16px, 2.2vw, 30px);
  border: 1px solid var(--night-line);
  border-radius: 30px;
  background: var(--veil-1);
  color: inherit;
  text-align: left;
  transition: border-color .35s, background-color .35s, translate .7s var(--ease);
}
.fq-cup { grid-row: span 2; width: clamp(92px, 10.5vw, 164px); transition: transform .8s var(--ease); }
.fq-label { align-self: end; font: italic 400 clamp(2rem, 1.3rem + 2.2vw, 3.6rem)/1 var(--f-display); letter-spacing: -.01em; }
.fq-sub { align-self: start; margin-top: 10px; color: var(--on-night-2); font-size: .98rem; }
.fq-opt:hover { border-color: var(--veil-hover); background: var(--veil-2); }
.fq-opt:hover .fq-cup { transform: translateY(-4px) rotate(-6deg); }
.fq-opt:hover .cup-swirl { transform: rotate(80deg); }
.fq-opt[aria-pressed="true"], .fq-opt.picked { border-color: var(--leaf-bright); background: var(--leaf-glow); }
.fq-opt.picked .fq-cup { transform: scale(1.06); }
.fq-foot { display: flex; justify-content: space-between; align-items: center; gap: 12px 20px; flex-wrap: wrap; margin-top: 26px; min-height: 44px; }
.fq-back { display: inline-flex; gap: .5em; align-items: center; border: 0; background: transparent; color: var(--on-night); font-weight: 600; padding: 10px 0; }
.fq-back:hover { text-decoration: underline; text-underline-offset: 4px; }
.fq-hint { font: 400 .7rem/1 var(--f-mono); letter-spacing: .14em; text-transform: uppercase; color: var(--on-night-2); }
.fq-sofar, .fr-answers { list-style: none; display: flex; flex-wrap: wrap; gap: 8px; margin: 0; padding: 0; }
.fq-sofar li, .fr-answers li { padding: .5em .9em; border: 1px solid var(--night-line); border-radius: 999px; font: 400 .64rem/1 var(--f-mono); letter-spacing: .12em; text-transform: uppercase; color: var(--on-night-2); }
@media (max-width: 640px) {
  .fq-opts { grid-template-columns: minmax(0, 1fr); }
  .fq-opt { padding: 14px 18px 14px 14px; border-radius: 24px; }
  .fq-cup { width: 84px; }
  .fq-label { font-size: 2.1rem; }
  .fq-sub { margin-top: 4px; font-size: .92rem; }
  .finder-progress { justify-items: start; }
}
.fr { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: clamp(28px, 4vw, 56px) 24px; }
.fr-main { grid-column: 1 / span 8; display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 6fr); gap: clamp(20px, 3vw, 44px); align-items: end; }
.fr-media { display: block; aspect-ratio: 4 / 5; }
.fr-media img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.6s var(--ease); }
.fr-media:hover img { transform: scale(1.04); }
.fr-copy { display: grid; gap: 16px; justify-items: start; }
.fr-title { font: 400 clamp(2.7rem, 1.6rem + 3.2vw, 5.2rem)/.94 var(--f-display); letter-spacing: -.022em; text-wrap: balance; }
.fr-title a { text-decoration: none; }
.fr-title a:hover { font-style: italic; }
.fr-type { font: 400 .7rem/1.4 var(--f-mono); letter-spacing: .12em; text-transform: uppercase; color: var(--on-night-2); }
.fr-why { font: italic 400 clamp(1.35rem, 1.15rem + .6vw, 1.75rem)/1.3 var(--f-display); max-width: 30ch; text-wrap: pretty; }
.fr-price { display: flex; align-items: baseline; gap: 10px; font-size: 1.35rem; font-weight: 600; font-variant-numeric: tabular-nums; }
.fr-price small { font: 400 .68rem/1 var(--f-mono); letter-spacing: .12em; text-transform: uppercase; color: var(--on-night-2); }
.fr-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 14px 26px; }
.fr-second { grid-column: 9 / -1; display: grid; gap: 16px; align-content: end; }
.fr-second-card { display: grid; grid-template-columns: 88px minmax(0, 1fr) auto; gap: 16px; align-items: center; padding: 12px 14px 12px 12px; border: 1px solid var(--night-line); border-radius: 22px; background: var(--veil-1); }
.fr-second-media { display: block; width: 88px; height: 110px; overflow: hidden; border-radius: 12px; }
.fr-second-media img { width: 100%; height: 100%; object-fit: cover; }
.fr-second-copy { display: grid; gap: 6px; min-width: 0; }
.fr-second-copy h3 { font: 400 1.45rem/1.05 var(--f-display); }
.fr-second-copy h3 a { text-decoration: none; }
.fr-second-copy h3 a:hover { font-style: italic; }
.fr-second-copy p { color: var(--on-night-2); font-size: .92rem; line-height: 1.45; }
.fr-second-copy .fr-second-price { color: var(--on-night); font-weight: 600; font-variant-numeric: tabular-nums; }
.finder .circle-btn { border-color: var(--veil-strong); color: var(--on-night); }
.finder .circle-btn:hover { background: var(--mist); color: var(--night-ink); border-color: var(--mist); }
.fr-foot { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 12px 20px; }
@media (max-width: 1000px) { .fr-main, .fr-second { grid-column: 1 / -1; } }
@media (max-width: 640px) {
  .fr-main { grid-template-columns: minmax(0, 1fr); }
  .fr-media { aspect-ratio: 5 / 4; }
  .fr-second-card { grid-template-columns: 72px minmax(0, 1fr) auto; }
  .fr-second-media { width: 72px; height: 90px; }
}

/* ---------- journal teaser (home) ---------- */
.jt { position: relative; padding-top: clamp(72px, 8vw, 128px); }
.jt-head { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: flex-end; gap: 18px 32px; margin-bottom: clamp(24px, 3vw, 40px); }
.jt-head .label { flex-basis: 100%; }
.jt-list { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--line-strong); }
.jt-row { display: grid; grid-template-columns: 4.5rem minmax(0, 1fr) auto 2rem; gap: 20px; align-items: baseline; padding: 26px 0; border-bottom: 1px solid var(--line); text-decoration: none; transition: padding-left .7s var(--ease); }
.jt-no { font: italic 400 1.5rem/1 var(--f-display); color: var(--leaf); }
.jt-title { font: 400 clamp(1.55rem, 1.1rem + 1.4vw, 2.6rem)/1.08 var(--f-display); letter-spacing: -.012em; text-wrap: balance; }
.jt-meta { font: 400 .7rem/1.4 var(--f-mono); letter-spacing: .12em; text-transform: uppercase; color: var(--ink-3); white-space: nowrap; }
.jt-go { justify-self: end; font-size: 1.2rem; transition: transform .6s var(--ease); }
.jt-row:hover { padding-left: 16px; }
.jt-row:hover .jt-title { font-style: italic; }
.jt-row:hover .jt-go { transform: translateX(6px); }
.jt-float { position: absolute; left: 0; top: 0; z-index: 3; width: 210px; aspect-ratio: 4 / 5; overflow: hidden; pointer-events: none; opacity: 0; scale: .82; rotate: -4deg; box-shadow: 0 30px 60px -30px var(--lift-shadow); transition: opacity .3s var(--ease-soft), scale .6s var(--ease), rotate .6s var(--ease); }
.jt-float.on { opacity: 1; scale: 1; rotate: 0deg; }
.jt-float img { width: 100%; height: 100%; object-fit: cover; }
@media (max-width: 760px) {
  .jt-row { grid-template-columns: 2.6rem minmax(0, 1fr) 1.4rem; gap: 6px 12px; padding: 20px 0; }
  .jt-meta { grid-column: 2; grid-row: 2; }
  .jt-go { grid-column: 3; grid-row: 1; }
  .jt-float { display: none; }
}

/* ---------- journal index ---------- */
.j-head .d-l { max-width: 12em; }
.j-card { display: grid; gap: 18px; align-content: start; }
.j-card-media { position: relative; display: block; aspect-ratio: 3 / 2; overflow: hidden; }
.j-card-media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform 1.6s var(--ease); }
.j-card:hover .j-card-media img { transform: scale(1.04); }
.j-card-copy { display: grid; gap: 14px; justify-items: start; }
.j-card-title a { text-decoration: none; background: linear-gradient(currentColor, currentColor) 0 100% / 0 1px no-repeat; transition: background-size .7s var(--ease); }
.j-card:hover .j-card-title a { background-size: 100% 1px; }
.j-card-title em { color: var(--leaf); }
.j-card-dek { color: var(--ink-2); max-width: 46ch; text-wrap: pretty; }
.j-card-lead { grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 24px; align-items: end; margin-bottom: clamp(64px, 8vw, 120px); }
.j-card-lead .j-card-media { grid-column: 1 / span 8; aspect-ratio: 2.1; }
.j-card-lead .j-card-copy { grid-column: 9 / -1; }
.j-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(48px, 5vw, 72px) clamp(14px, 2vw, 28px); }
@media (max-width: 900px) {
  .j-card-lead .j-card-media, .j-card-lead .j-card-copy { grid-column: 1 / -1; }
  .j-card-lead .j-card-media { aspect-ratio: 4 / 5; }
}
@media (max-width: 640px) { .j-grid { grid-template-columns: minmax(0, 1fr); } }

/* ---------- article ---------- */
.post-progress { position: fixed; left: 0; right: 0; top: 0; z-index: 62; height: 3px; pointer-events: none; }
.post-progress span { display: block; height: 100%; background: var(--leaf); transform-origin: left; transform: scaleX(0); }
.post-head { display: grid; gap: 22px; justify-items: start; padding-bottom: clamp(32px, 4vw, 56px); }
.post-head .crumbs { padding-bottom: 0; }
.post-title { font: 400 clamp(2.9rem, 1.3rem + 5.8vw, 7.6rem)/.92 var(--f-display); letter-spacing: -.026em; max-width: 12.5em; text-wrap: balance; }
.post-title em { color: var(--leaf); }
.post-meta { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 16px 24px; align-items: end; width: 100%; padding-top: 22px; border-top: 1px solid var(--line); }
.post-dek { grid-column: 1 / span 7; font-size: clamp(1.1rem, 1rem + .4vw, 1.32rem); line-height: 1.5; color: var(--ink-2); max-width: 44ch; text-wrap: pretty; }
.post-facts { grid-column: 9 / -1; justify-self: end; list-style: none; display: flex; flex-wrap: wrap; gap: 8px 22px; margin: 0; padding: 0; font: 400 .7rem/1.4 var(--f-mono); letter-spacing: .12em; text-transform: uppercase; color: var(--ink-3); }
.post-facts li { display: inline-flex; align-items: center; gap: .6em; }
.post-facts li::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--leaf); }
@media (max-width: 900px) { .post-dek, .post-facts { grid-column: 1 / -1; justify-self: start; } }
.post-hero { overflow: hidden; background: var(--paper-2); }
.post-hero img { width: 100%; height: auto; aspect-ratio: 2.1; object-fit: cover; }
@media (max-width: 760px) { .post-hero img { aspect-ratio: 4 / 5; } }
.post-body { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 48px 24px; align-items: start; padding-block: clamp(56px, 7vw, 112px); }
.post-text { grid-column: 2 / span 7; font-size: clamp(1.06rem, 1rem + .25vw, 1.2rem); line-height: 1.7; color: var(--ink-2); min-width: 0; }
.post-text > * + * { margin-top: 1.2em; }
.post-text p { max-width: 64ch; text-wrap: pretty; }
.post-text p a { color: var(--ink); text-decoration: underline; text-decoration-color: var(--leaf); text-underline-offset: 3px; text-decoration-thickness: 1px; }
.post-text p a:hover { color: var(--leaf); }
.post-lede { color: var(--ink); font: 400 clamp(1.5rem, 1.2rem + 1vw, 2.1rem)/1.36 var(--f-display); letter-spacing: -.005em; }
.post-lede::first-letter { float: left; font-size: 3.35em; line-height: .8; padding: .07em .09em 0 0; color: var(--leaf); }
.post-h { font: 400 clamp(1.8rem, 1.3rem + 1.6vw, 2.8rem)/1.05 var(--f-display); letter-spacing: -.012em; color: var(--ink); margin-top: 1.9em !important; text-wrap: balance; }
.pull { position: relative; margin-block: 2em !important; padding: 30px 0 30px clamp(34px, 4vw, 52px); border-top: 1px solid var(--line-strong); border-bottom: 1px solid var(--line-strong); }
.pull::before { content: "“"; position: absolute; left: 0; top: 22px; font: 400 clamp(3.6rem, 3rem + 2vw, 5rem)/1 var(--f-display); color: var(--leaf); }
.pull p { font: italic 400 clamp(1.9rem, 1.3rem + 2vw, 3.2rem)/1.1 var(--f-display); letter-spacing: -.015em; color: var(--ink); max-width: none; }
.post-list { list-style: none; padding: 0; border-top: 1px solid var(--line); }
.post-list li { position: relative; padding: 14px 0 14px 34px; border-bottom: 1px solid var(--line); }
.post-list li::before { content: ""; position: absolute; left: 2px; top: 1.45em; width: 16px; height: 1px; background: var(--leaf); }
.post-fig { margin-block: 2.2em !important; }
.post-fig .frame { aspect-ratio: 3 / 2; }
.post-recipe { display: grid; gap: 18px; padding: clamp(20px, 3vw, 36px); border: 1px solid var(--line-strong); border-radius: 28px; background: var(--card); }
.post-recipe .ingredients li { font-size: .92rem; }
.post-sources { margin-top: 3.2em !important; padding-top: 22px; border-top: 1px solid var(--line-strong); }
.post-sources ol { list-style: none; counter-reset: src; margin: 14px 0 0; padding: 0; }
.post-sources li { counter-increment: src; border-bottom: 1px solid var(--line); }
.post-sources a { display: grid; grid-template-columns: 2.6rem minmax(0, 1fr); gap: 2px 10px; padding: 12px 0; text-decoration: none; font-size: .96rem; line-height: 1.4; }
.post-sources a::before { content: counter(src, decimal-leading-zero); grid-row: span 2; padding-top: .25em; font: 400 .7rem/1 var(--f-mono); color: var(--ink-3); }
.src-pub { font: 400 .64rem/1.4 var(--f-mono); letter-spacing: .12em; text-transform: uppercase; color: var(--ink-3); }
.src-title { color: var(--ink); overflow-wrap: anywhere; }
.post-sources a:hover .src-title { text-decoration: underline; text-underline-offset: 3px; }
.post-aside { grid-column: 10 / -1; align-self: stretch; }
.post-product { position: sticky; top: calc(var(--header-h) + 28px); display: grid; gap: 12px; padding: 16px; border: 1px solid var(--line); border-radius: 24px; background: var(--card); }
.post-product-media { display: block; aspect-ratio: 4 / 5; overflow: hidden; border-radius: 14px; background: var(--paper-2); }
.post-product-media img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.4s var(--ease); }
.post-product-media:hover img { transform: scale(1.04); }
.post-product-name { font: 400 1.55rem/1.05 var(--f-display); }
.post-product-name a { text-decoration: none; }
.post-product-name a:hover { font-style: italic; }
.post-product-row { display: flex; justify-content: space-between; align-items: center; gap: 10px; flex-wrap: wrap; margin-top: 4px; }
.post-product .btn { min-height: 44px; padding-inline: 1.15em; }
.post-more { padding-bottom: clamp(88px, 10vw, 150px); }
@media (max-width: 1100px) { .post-text { grid-column: 1 / span 8; } .post-aside { grid-column: 9 / -1; } }
@media (max-width: 860px) {
  .post-text, .post-aside { grid-column: 1 / -1; }
  .post-product { position: static; grid-template-columns: 96px minmax(0, 1fr); column-gap: 16px; align-items: center; }
  .post-product .label { grid-column: 1 / -1; }
  .post-product-media { grid-row: span 3; }
}
.g-table { margin-block: 1.8em !important; border-top: 1px solid var(--line-strong); }
.g-row { display: grid; grid-template-columns: 6.2rem minmax(0, 1fr); gap: 6px 20px; align-items: baseline; padding: 18px 0; border-bottom: 1px solid var(--line); }
.g-row-head { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; padding: 0; border: 0; }
.g-mark { grid-row: span 2; font: italic 400 2.4rem/1 var(--f-display); letter-spacing: -.02em; color: var(--leaf); }
.g-spec { font: 400 .72rem/1.4 var(--f-mono); letter-spacing: .08em; text-transform: uppercase; color: var(--ink); }
.g-note { font-size: 1rem; line-height: 1.55; }
.g-note a { display: block; width: max-content; max-width: 100%; margin-top: 6px; font-weight: 600; color: var(--ink); text-decoration: underline; text-decoration-color: var(--leaf); text-underline-offset: 3px; }
@media (max-width: 560px) { .g-row { grid-template-columns: 4.6rem minmax(0, 1fr); gap: 4px 14px; } .g-mark { font-size: 2rem; } }

/* ---------- not found ---------- */
.nf { display: grid; gap: 22px; justify-items: start; padding-block: clamp(56px, 8vw, 140px); }
.nf-seal { width: 118px; color: var(--ink-3); margin-bottom: 6px; }
.nf .d-l { max-width: 12em; }
.nf-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 6px; }
.nf-links { list-style: none; display: flex; flex-wrap: wrap; gap: 14px 30px; width: 100%; margin: 22px 0 0; padding: 24px 0 0; border-top: 1px solid var(--line); }

/* ---------- empty bag ---------- */
.empty .empty-cup { width: 88px; margin-bottom: 4px; }
.empty .link { font-size: .95rem; }

/* ---------- guide extras ---------- */
.brew-links { display: flex; flex-wrap: wrap; align-items: center; gap: 14px 28px; }

/* ---------- search overlay ---------- */
.search { position: fixed; inset: 0; z-index: 110; display: flex; flex-direction: column; background: var(--scrim); opacity: 0; transition: opacity .35s var(--ease-soft); }
.search.open { opacity: 1; }
.search-panel { display: flex; flex-direction: column; height: 100%; background: var(--paper); color: var(--ink); translate: 0 -18px; transition: translate .7s var(--ease); }
.search.open .search-panel { translate: none; }
.search-top { padding-top: calc(env(safe-area-inset-top, 0px) + 18px); }
.search-field { display: flex; align-items: center; gap: 16px; padding-block: 18px 16px; border-bottom: 1.5px solid var(--ink); }
.search-field svg { width: 26px; height: 26px; }
.search-field input { flex: 1; min-width: 0; border: 0; padding: 0; background: transparent; outline: none; font: 400 clamp(1.8rem, 1.1rem + 2.6vw, 3.6rem)/1.15 var(--f-display); letter-spacing: -.012em; }
.search-field input::placeholder { color: var(--ink-3); }
.search-field:focus-within { border-bottom-color: var(--leaf); }
.search-kbd, .search-help kbd { font: 400 .68rem/1 var(--f-mono); letter-spacing: .06em; border: 1px solid var(--line-strong); border-radius: 6px; padding: 5px 7px; color: var(--ink-3); }
.search-close { flex: none; border: 0; background: transparent; font-weight: 600; padding: 10px 0 10px 8px; }
.search-body { flex: 1; min-height: 0; overflow-y: auto; overscroll-behavior: contain; padding-block: 22px 32px; }
.s-try { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin-bottom: 14px; }
.s-try .label { margin-right: 6px; }
.s-chip { padding: .55em .95em; border: 1px solid var(--line-strong); border-radius: 999px; background: transparent; font: 500 .88rem/1 var(--f-body); }
.s-chip:hover { border-color: var(--ink); }
.s-group { display: grid; grid-template-columns: repeat(auto-fill, minmax(min(100%, 340px), 1fr)); column-gap: 28px; padding-block: 8px 14px; }
.s-group-label { grid-column: 1 / -1; padding: 10px 0 8px; margin-bottom: 4px; border-bottom: 1px solid var(--line); font: 400 .66rem/1.2 var(--f-mono); letter-spacing: .16em; text-transform: uppercase; color: var(--ink-3); }
.s-opt { display: grid; grid-template-columns: 48px minmax(0, 1fr) auto; gap: 16px; align-items: center; margin-inline: -12px; padding: 10px 12px; border-radius: 16px; cursor: pointer; transition: background-color .2s; }
.s-opt:hover, .s-opt[aria-selected="true"] { background: var(--paper-2); }
.s-opt[aria-selected="true"] { box-shadow: inset 0 0 0 1.5px var(--leaf); }
.s-thumb img { width: 48px; height: 60px; object-fit: cover; border-radius: 8px; }
.s-kind { display: grid; place-items: center; width: 48px; height: 48px; border: 1px solid var(--line-strong); border-radius: 50%; font: italic 400 1.35rem/1 var(--f-display); color: var(--leaf); }
.s-text { display: grid; gap: 3px; min-width: 0; }
.s-title { font: 400 1.35rem/1.15 var(--f-display); letter-spacing: -.005em; }
.s-title mark { background: none; color: var(--leaf); text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 4px; }
.s-sub { font-size: .88rem; color: var(--ink-3); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.s-go { color: var(--ink-3); opacity: 0; transition: opacity .2s, transform .4s var(--ease); }
.s-opt:hover .s-go, .s-opt[aria-selected="true"] .s-go { opacity: 1; transform: translateX(4px); }
.s-empty { padding-block: 24px; display: grid; gap: 10px; }
.s-empty p:first-child { font: italic 400 clamp(1.6rem, 1.2rem + 1.2vw, 2.4rem)/1.15 var(--f-display); color: var(--ink); }
.s-empty p { color: var(--ink-2); }
.search-help { display: flex; flex-wrap: wrap; gap: 8px 22px; margin-top: 18px; font: 400 .66rem/1 var(--f-mono); letter-spacing: .12em; text-transform: uppercase; color: var(--ink-3); }
.search-help span { display: inline-flex; align-items: center; gap: 6px; }
@media (hover: none), (max-width: 640px) { .search-help, .search-kbd { display: none; } }

/* ---------- sticky add-to-bag bar ---------- */
.buybar { position: fixed; left: 50%; bottom: calc(16px + env(safe-area-inset-bottom, 0px)); z-index: 58; width: min(740px, calc(100% - 32px)); visibility: hidden; transform: translate(-50%, calc(100% + 48px)); transition: transform .7s var(--ease), visibility 0s .7s; }
.buybar.on { visibility: visible; transform: translate(-50%, 0); transition: transform .7s var(--ease), visibility 0s 0s; }
.buybar:empty { display: none; }
.buybar-inner { display: grid; grid-template-columns: 48px minmax(0, 1fr) auto auto; gap: 14px; align-items: center; padding: 8px 8px 8px 10px; border: 1px solid var(--line); border-radius: 22px; background: var(--card); color: var(--ink); box-shadow: 0 26px 60px -26px var(--lift-shadow); }
.buybar-thumb { width: 48px; height: 60px; object-fit: cover; border-radius: 12px; }
.buybar-info { min-width: 0; display: grid; gap: 4px; }
.buybar-name { font: 400 1.3rem/1.05 var(--f-display); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.buybar-meta { font: 400 .64rem/1.2 var(--f-mono); letter-spacing: .12em; text-transform: uppercase; color: var(--ink-3); }
.qty-sm { grid-template-columns: 38px 30px 38px; }
.qty-sm button { height: 44px; }
.buybar .btn { min-height: 48px; padding-inline: 1.25em; }
html.bb-on .toast { bottom: calc(104px + env(safe-area-inset-bottom, 0px)); }
@media (max-width: 560px) {
  .buybar { width: 100%; bottom: 0; }
  .buybar-inner { grid-template-columns: 40px minmax(0, 1fr) auto auto; gap: 10px; padding: 10px 16px calc(10px + env(safe-area-inset-bottom, 0px)); border-width: 1px 0 0; border-radius: 20px 20px 0 0; }
  .buybar-thumb { width: 40px; height: 50px; border-radius: 10px; }
  .buybar-name { font-size: 1.08rem; }
  .qty-sm { grid-template-columns: 32px 24px 32px; }
  .qty-sm button { height: 40px; font-size: 1.05rem; }
  .buybar .btn { min-height: 44px; padding-inline: 1em; font-size: .88rem; gap: .4em; }
  .bb-long { display: none; }
  html.bb-on .toast { bottom: calc(92px + env(safe-area-inset-bottom, 0px)); }
}

/* ---------- steep timer pill ---------- */
.steep-pill { position: fixed; left: 16px; bottom: calc(16px + env(safe-area-inset-bottom, 0px)); z-index: 57; display: inline-flex; align-items: center; border-radius: 999px; background: var(--night); color: var(--on-night); border: 1px solid var(--night-line); box-shadow: 0 18px 40px -18px var(--lift-shadow); }
.steep-pill-link { display: inline-flex; align-items: center; gap: 10px; padding: 12px 4px 12px 16px; text-decoration: none; font: 600 .9rem/1 var(--f-body); font-variant-numeric: tabular-nums; }
.steep-pill-kicker { font: 400 .6rem/1 var(--f-mono); letter-spacing: .14em; text-transform: uppercase; color: var(--on-night-2); }
.steep-pill-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--leaf-bright); }
.steep-pill-x { width: 40px; height: 40px; border: 0; border-radius: 50%; background: transparent; color: var(--on-night-2); font-size: 1.2rem; }
.steep-pill-x:hover { color: var(--on-night); }
.steep-pill.is-done { background: var(--leaf-bright); color: var(--night-ink); border-color: var(--leaf-bright); }
.steep-pill.is-done .steep-pill-kicker, .steep-pill.is-done .steep-pill-x { color: var(--ink-on-leaf); }
html.bb-on .steep-pill { bottom: calc(96px + env(safe-area-inset-bottom, 0px)); }
@media (max-width: 560px) {
  .steep-pill-kicker { display: none; }
  html.pill-on .toast { bottom: calc(76px + env(safe-area-inset-bottom, 0px)); }
  html.pill-on.bb-on .toast { bottom: calc(150px + env(safe-area-inset-bottom, 0px)); }
}

/* ---------- flying thumbnail ---------- */
.fly { position: fixed; left: 0; top: 0; z-index: 100; overflow: hidden; pointer-events: none; border-radius: 8%; background: var(--paper-2); box-shadow: 0 20px 44px -16px var(--lift-shadow); will-change: transform; }
.fly img { width: 100%; height: 100%; object-fit: cover; }

/* ---------- page curtain ---------- */
.curtain { position: fixed; inset: 0; z-index: 150; overflow: hidden; }
.curtain-layer { position: absolute; inset: 0; transform: translateY(100%); will-change: transform; }
.curtain-a { background: var(--curtain-edge); }
.curtain-b { display: grid; place-items: center; background: var(--night); color: var(--on-night); }
.curtain-inner { display: grid; justify-items: center; gap: 20px; padding-inline: var(--gutter); text-align: center; opacity: 0; }
.curtain-seal { width: clamp(92px, 8vw, 124px); color: var(--on-night-2); }
.curtain-label { font: italic 400 clamp(2.1rem, 1.4rem + 2.6vw, 3.8rem)/1.02 var(--f-display); letter-spacing: -.012em; max-width: 14em; text-wrap: balance; }
html.is-routing { cursor: progress; }
main.hold, main.hold * { animation-play-state: paused !important; }

/* ---------- motion ---------- */
@media (prefers-reduced-motion: no-preference) {
  /* intro zoom, then a slow breath that never stops */
  .hero-media img, .s-hero .hero-media img { animation: heroZoom 2.8s var(--ease) both, breathe 26s 2.8s ease-in-out infinite alternate; }
  .hero-title .line > span { animation: rise 1.25s var(--ease) both; }
  .hero-title .line:nth-child(2) > span { animation-delay: .1s; }
  .hero-title .line:nth-child(3) > span { animation-delay: .2s; }
  .hero-fade { animation: fadeUp 1.2s .45s var(--ease) both; }
  .seal svg { animation: spin 36s linear infinite; }
  .curtain .seal svg { animation-duration: 7s; }
  .marquee-track { animation: tick 70s linear infinite; }
  .marquee:hover .marquee-track { animation-play-state: paused; }
  .view-enter { animation: viewIn 1s var(--ease) both; }
  .route-map .sea, .route-map .air { animation: dash 2.8s .3s var(--ease-soft) both; }

  /* reveal on scroll: rise and unclip, never fade */
  .rv-on .rv { translate: 0 var(--rv-y, 34px); }
  .rv-on .rv.in { translate: none; animation: rvRise 1.15s var(--ease) var(--rd, 0s) backwards; }
  .rv-on .card.rv, .rv-on .j-grid > .rv, .rv-on .pillars > .rv, .rv-on .principles > .rv { --rv-y: 52px; }
  .rv-on .rv-media { clip-path: inset(2.5%); }
  .rv-on .rv-media.in { clip-path: inset(0); animation: rvClip 1.5s var(--ease) var(--rd, 0s) backwards; }
  .rv-on .rv-media:not(.drift) img { scale: 1.05; }
  .rv-on .rv-media.in:not(.drift) img { scale: none; animation: rvScale 1.9s var(--ease) var(--rd, 0s) backwards; }

  .steep.is-done .dial-steam path { animation: steam 2.8s ease-in-out infinite; }
  .steep.is-done .dial-steam path:nth-child(2) { animation-delay: .45s; }
  .steep.is-done .dial-steam path:nth-child(3) { animation-delay: .9s; }
  .steep.is-done .dial-wrap { animation: donePulse 1.4s var(--ease) 2; }
  .steep-pill:not(.is-done) .steep-pill-dot { animation: dotPulse 1.6s ease-in-out infinite; }
}
@keyframes heroZoom { from { transform: scale(1.12); } to { transform: none; } }
@keyframes breathe { from { transform: none; } to { transform: scale(1.07) translate3d(-.8%, -.6%, 0); } }
@keyframes rise { from { transform: translateY(108%); } to { transform: none; } }
@keyframes fadeUp { from { transform: translateY(18px); } to { transform: none; } }
@keyframes spin { to { transform: rotate(360deg); } }
@keyframes tick { to { transform: translateX(-50%); } }
@keyframes viewIn { from { transform: translateY(56px); } to { transform: none; } }
@keyframes dash { from { stroke-dashoffset: 900; } to { stroke-dashoffset: 0; } }
@keyframes rvRise { from { translate: 0 var(--rv-y, 34px); } }
@keyframes rvClip { from { clip-path: inset(2.5%); } }
@keyframes rvScale { from { scale: 1.05; } }
@keyframes steam { 0% { opacity: 0; transform: translateY(10px); } 35% { opacity: .7; } 100% { opacity: 0; transform: translateY(-14px); } }
@keyframes donePulse { 40% { transform: scale(1.03); } }
@keyframes dotPulse { 50% { transform: scale(.55); } }

@supports (animation-timeline: view()) {
  @media (prefers-reduced-motion: no-preference) {
    .footer-word {
      animation: wordRise linear both;
      animation-timeline: view();
      animation-range: entry 0% cover 45%;
    }
    @keyframes wordRise { from { translate: 0 22%; } to { translate: none; } }
    .drift img {
      animation: drift linear both;
      animation-timeline: view();
      animation-range: cover 0% cover 100%;
    }
    @keyframes drift {
      from { transform: translateY(-5%) scale(1.12); }
      to { transform: translateY(5%) scale(1.12); }
    }
  }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
