/* ============================================================
   Eddie Classic — Editorial Luxury Design System
   ============================================================ */

:root {
  /* Type */
  --f-display: 'Cormorant Garamond', 'EB Garamond', Georgia, serif;
  --f-ui: 'Manrope', ui-sans-serif, system-ui, -apple-system, sans-serif;
  --f-mono: 'JetBrains Mono', ui-monospace, 'SF Mono', Menlo, monospace;

  /* Scale (fluid) */
  --t-mono: clamp(10px, 0.72vw, 12px);
  --t-body: clamp(15px, 1.05vw, 17px);
  --t-lead: clamp(18px, 1.25vw, 21px);
  --t-h4: clamp(20px, 1.45vw, 24px);
  --t-h3: clamp(28px, 2.4vw, 40px);
  --t-h2: clamp(40px, 4.4vw, 76px);
  --t-h1: clamp(64px, 9vw, 168px);

  /* Linen — default light */
  --bg: #f3ecdf;
  --bg-2: #ebe3d2;
  --bg-3: #dfd4bd;
  --fg: #1a1612;
  --fg-2: #4a3f33;
  --fg-3: #7b6c58;
  --accent: #8a6a3f;
  --accent-2: #b89569;
  --line: rgba(26, 22, 18, 0.14);
  --line-strong: rgba(26, 22, 18, 0.32);
  --tint: rgba(26, 22, 18, 0.04);

  --maxw: 1440px;
  --gutter: clamp(20px, 4vw, 64px);
}

/* ========== PALETTES ========== */
[data-palette="linen"][data-mode="light"] {
  --bg:#f3ecdf; --bg-2:#ebe3d2; --bg-3:#dfd4bd;
  --fg:#1a1612; --fg-2:#4a3f33; --fg-3:#7b6c58;
  --accent:#8a6a3f; --accent-2:#b89569;
  --line:rgba(26,22,18,.14); --line-strong:rgba(26,22,18,.32); --tint:rgba(26,22,18,.04);
}
[data-palette="linen"][data-mode="dark"] {
  --bg:#161310; --bg-2:#1f1b16; --bg-3:#2a241d;
  --fg:#ece4d2; --fg-2:#c2b69d; --fg-3:#8a7d65;
  --accent:#c9a55c; --accent-2:#e2c489;
  --line:rgba(236,228,210,.12); --line-strong:rgba(236,228,210,.28); --tint:rgba(236,228,210,.04);
}
[data-palette="sage"][data-mode="light"] {
  --bg:#ece5d6; --bg-2:#e1d9c5; --bg-3:#d3c9b1;
  --fg:#1e2620; --fg-2:#3d4a3e; --fg-3:#6b7a68;
  --accent:#5e7050; --accent-2:#8a9d78;
  --line:rgba(30,38,32,.14); --line-strong:rgba(30,38,32,.32); --tint:rgba(30,38,32,.04);
}
[data-palette="sage"][data-mode="dark"] {
  --bg:#141815; --bg-2:#1c211c; --bg-3:#272d25;
  --fg:#e3dcc7; --fg-2:#b8b29b; --fg-3:#7d8474;
  --accent:#aebd92; --accent-2:#c8d4ad;
  --line:rgba(227,220,199,.12); --line-strong:rgba(227,220,199,.28); --tint:rgba(227,220,199,.04);
}
[data-palette="noir"][data-mode="light"] {
  --bg:#f7f3ea; --bg-2:#ede8db; --bg-3:#dfd7c4;
  --fg:#0e0d0b; --fg-2:#363229; --fg-3:#6d6452;
  --accent:#1a1814; --accent-2:#86714a;
  --line:rgba(14,13,11,.16); --line-strong:rgba(14,13,11,.36); --tint:rgba(14,13,11,.04);
}
[data-palette="noir"][data-mode="dark"] {
  --bg:#0b0a08; --bg-2:#121110; --bg-3:#1c1a16;
  --fg:#f1ead7; --fg-2:#c6bda2; --fg-3:#8a8068;
  --accent:#d8b97a; --accent-2:#efd9a1;
  --line:rgba(241,234,215,.10); --line-strong:rgba(241,234,215,.24); --tint:rgba(241,234,215,.03);
}

/* ── Per-section tone overrides (intermix dark + light within one page) ── */
[data-palette="linen"] [data-tone="dark"] {
  --bg:#161310; --bg-2:#1f1b16; --bg-3:#2a241d;
  --fg:#ece4d2; --fg-2:#c2b69d; --fg-3:#8a7d65;
  --accent:#c9a55c; --accent-2:#e2c489;
  --line:rgba(236,228,210,.12); --line-strong:rgba(236,228,210,.28); --tint:rgba(236,228,210,.04);
}
[data-palette="linen"] [data-tone="light"] {
  --bg:#f3ecdf; --bg-2:#ebe3d2; --bg-3:#dfd4bd;
  --fg:#1a1612; --fg-2:#4a3f33; --fg-3:#7b6c58;
  --accent:#8a6a3f; --accent-2:#b89569;
  --line:rgba(26,22,18,.14); --line-strong:rgba(26,22,18,.32); --tint:rgba(26,22,18,.04);
}
[data-palette="sage"] [data-tone="dark"] {
  --bg:#141815; --bg-2:#1c211c; --bg-3:#272d25;
  --fg:#e3dcc7; --fg-2:#b8b29b; --fg-3:#7d8474;
  --accent:#aebd92; --accent-2:#c8d4ad;
  --line:rgba(227,220,199,.12); --line-strong:rgba(227,220,199,.28); --tint:rgba(227,220,199,.04);
}
[data-palette="sage"] [data-tone="light"] {
  --bg:#ece5d6; --bg-2:#e1d9c5; --bg-3:#d3c9b1;
  --fg:#1e2620; --fg-2:#3d4a3e; --fg-3:#6b7a68;
  --accent:#5e7050; --accent-2:#8a9d78;
  --line:rgba(30,38,32,.14); --line-strong:rgba(30,38,32,.32); --tint:rgba(30,38,32,.04);
}
[data-palette="noir"] [data-tone="dark"] {
  --bg:#0b0a08; --bg-2:#121110; --bg-3:#1c1a16;
  --fg:#f1ead7; --fg-2:#c6bda2; --fg-3:#8a8068;
  --accent:#d8b97a; --accent-2:#efd9a1;
  --line:rgba(241,234,215,.10); --line-strong:rgba(241,234,215,.24); --tint:rgba(241,234,215,.03);
}
[data-palette="noir"] [data-tone="light"] {
  --bg:#f7f3ea; --bg-2:#ede8db; --bg-3:#dfd7c4;
  --fg:#0e0d0b; --fg-2:#363229; --fg-3:#6d6452;
  --accent:#1a1814; --accent-2:#86714a;
  --line:rgba(14,13,11,.16); --line-strong:rgba(14,13,11,.36); --tint:rgba(14,13,11,.04);
}
[data-tone] {
  background-color: var(--bg);
  color: var(--fg);
  transition: background-color 600ms ease, color 600ms ease;
}

/* ========== RESET ========== */
* { box-sizing: border-box; margin: 0; padding: 0; }
html, body { background: var(--bg); color: var(--fg); }
body {
  font-family: var(--f-ui);
  font-size: var(--t-body);
  font-weight: 400;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  transition: background-color 600ms ease, color 600ms ease;
  overflow-x: hidden;
}
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; background: none; border: 0; cursor: default; }
::selection { background: var(--accent); color: var(--bg); }

/* ========== UTILITIES ========== */
.wrap { max-width: var(--maxw); margin: 0 auto; padding: 0 var(--gutter); }
.mono { font-family: var(--f-mono); font-size: var(--t-mono); letter-spacing: 0.14em; text-transform: uppercase; font-weight: 500; }
.serif { font-family: var(--f-display); font-weight: 400; }
.italic { font-style: italic; }
.fg-2 { color: var(--fg-2); }
.fg-3 { color: var(--fg-3); }

.divider {
  height: 1px;
  background: var(--line);
  width: 100%;
}

.eyebrow {
  font-family: var(--f-mono);
  font-size: var(--t-mono);
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--fg-3);
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.eyebrow::before {
  content: '';
  width: 22px;
  height: 1px;
  background: currentColor;
  opacity: 0.5;
}

/* ========== NAV ========== */
.nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 50;
  transition: background-color 400ms ease, border-color 400ms ease, backdrop-filter 400ms ease;
  border-bottom: 1px solid transparent;
}
.nav--scrolled {
  background: color-mix(in oklab, var(--bg) 82%, transparent);
  backdrop-filter: blur(20px) saturate(140%);
  -webkit-backdrop-filter: blur(20px) saturate(140%);
  border-bottom: 1px solid var(--line);
}
.nav__inner {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 18px var(--gutter);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
}
.nav__brand {
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: default;
}
.nav__mono {
  width: 38px; height: 38px;
  border: 1px solid var(--line-strong);
  border-radius: 50%;
  display: grid; place-items: center;
  font-family: var(--f-display);
  font-style: italic;
  font-size: 17px;
  color: var(--fg);
}
.nav__wordmark { display: flex; flex-direction: column; line-height: 1; gap: 4px; }
.nav__wordmark .a { font-family: var(--f-display); font-style: italic; font-size: 19px; }
.nav__wordmark .b { font-family: var(--f-mono); font-size: 9px; letter-spacing: 0.32em; color: var(--fg-3); }

.nav__links { display: flex; gap: 28px; justify-content: center; }
.nav__link {
  font-family: var(--f-mono);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--fg-2);
  position: relative;
  padding: 6px 0;
  transition: color 200ms ease;
}
.nav__link:hover { color: var(--fg); }
.nav__link.is-active { color: var(--fg); }
.nav__link.is-active::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 1px;
  background: var(--accent);
}

.nav__cta-wrap { justify-self: end; }

/* ========== BUTTONS ========== */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 22px;
  font-family: var(--f-mono);
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  border: 1px solid var(--fg);
  background: var(--fg);
  color: var(--bg);
  cursor: default;
  transition: background-color 250ms ease, color 250ms ease, border-color 250ms ease, transform 250ms ease;
  border-radius: 0;
}
.btn:hover { background: transparent; color: var(--fg); }
.btn .arrow { transition: transform 250ms ease; }
.btn:hover .arrow { transform: translateX(4px); }

.btn--ghost {
  background: transparent;
  color: var(--fg);
  border-color: var(--line-strong);
}
.btn--ghost:hover {
  background: var(--fg);
  color: var(--bg);
  border-color: var(--fg);
}

.btn--small { padding: 10px 16px; font-size: 10px; }

.linklink {
  display: inline-flex;
  gap: 12px;
  align-items: center;
  font-family: var(--f-mono);
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  padding-bottom: 4px;
  border-bottom: 1px solid var(--line-strong);
  cursor: default;
  color: var(--fg);
  transition: gap 250ms ease, border-color 250ms ease;
}
.linklink:hover { gap: 18px; border-color: var(--accent); }

/* ========== SECTIONS ========== */
/* Use padding-block (longhand) so this rule doesn't reset the horizontal
   gutter that .wrap supplies when the same element carries both classes
   (e.g. <section class="section wrap">). With shorthand `padding: V 0`
   the inline padding would silently revert to zero and the content would
   slam into the viewport edge. */
.section { padding-block: clamp(80px, 9vw, 160px); position: relative; }
.section--tight { padding-block: clamp(50px, 6vw, 100px); }
.section__head {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: clamp(24px, 5vw, 80px);
  padding-bottom: clamp(40px, 5vw, 80px);
  align-items: start;
}
.section__head .num {
  font-family: var(--f-mono);
  font-size: var(--t-mono);
  letter-spacing: 0.2em;
  color: var(--fg-3);
}
.section__head h2 {
  font-family: var(--f-display);
  font-weight: 400;
  font-size: var(--t-h2);
  line-height: 0.95;
  letter-spacing: -0.015em;
  color: var(--fg);
  text-wrap: balance;
}
.section__head h2 em { font-style: italic; color: var(--accent); }

/* ========== HERO ========== */
.hero {
  min-height: 100svh;
  padding-top: clamp(120px, 14vw, 200px);
  padding-bottom: clamp(60px, 8vw, 120px);
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.hero__meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: clamp(60px, 8vw, 120px);
  flex-wrap: wrap;
  gap: 16px;
}
.hero__meta .dot {
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--accent);
  display: inline-block;
  margin-right: 10px;
  animation: pulse 2.4s ease-in-out infinite;
  vertical-align: middle;
}
@keyframes pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.55; transform: scale(1.3); }
}

.hero__statement {
  font-family: var(--f-display);
  font-weight: 300;
  font-size: var(--t-h1);
  line-height: 0.92;
  letter-spacing: -0.025em;
  color: var(--fg);
  text-wrap: balance;
}
.hero__statement em {
  font-style: italic;
  color: var(--accent);
  font-weight: 400;
}
.hero__statement .am {
  display: inline-block;
  position: relative;
}

.hero__foot {
  margin-top: clamp(60px, 8vw, 120px);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(24px, 5vw, 80px);
  align-items: end;
}
.hero__lede {
  font-family: var(--f-display);
  font-style: italic;
  font-weight: 300;
  font-size: var(--t-lead);
  line-height: 1.4;
  color: var(--fg-2);
  max-width: 44ch;
}
.hero__actions {
  display: flex;
  gap: 14px;
  justify-content: flex-end;
  flex-wrap: wrap;
}

/* ========== HERO VARIANTS ========== */
/* Variant: logomark (animated wordmark) */
.hero[data-variant="logomark"] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  min-height: 100svh;
  padding-top: clamp(120px, 14vw, 200px);
  text-align: center;
}
.hero[data-variant="logomark"] .hero__meta {
  width: 100%;
  margin-bottom: clamp(28px, 4vw, 56px);
}
.hero__lede--center {
  margin: clamp(28px, 4vw, 56px) auto 0;
  text-align: center;
  max-width: 52ch;
}
.hero__foot--center {
  display: flex !important;
  justify-content: center;
  margin-top: clamp(36px, 5vw, 64px);
  width: 100%;
  grid-template-columns: none !important;
}
.hero__actions--center { justify-content: center; }

/* ── Animated logomark ── */
.logomark {
  position: relative;
  width: min(96%, 920px);
  margin: 0 auto;
  aspect-ratio: 16 / 10;
  display: grid;
  place-items: center;
  isolation: isolate;
}
.logomark__shadow {
  position: absolute;
  width: 46%; aspect-ratio: 8/1;
  bottom: 22%;
  background: radial-gradient(50% 50% at 50% 50%, color-mix(in oklab, var(--fg) 30%, transparent), transparent 70%);
  opacity: 0;
  filter: blur(10px);
  animation: lm-shadow-in 1.6s cubic-bezier(.2,.7,.2,1) .15s forwards;
  z-index: 0;
}
@keyframes lm-shadow-in { to { opacity: .55; } }

.logomark__plate {
  position: absolute;
  width: 56%; aspect-ratio: 1;
  border-radius: 50%;
  background:
    radial-gradient(circle at 38% 32%,
      color-mix(in oklab, var(--bg) 92%, white) 0%,
      color-mix(in oklab, var(--bg) 80%, white) 55%,
      color-mix(in oklab, var(--bg-2) 70%, white) 100%);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, .55) inset,
    0 -8px 24px color-mix(in oklab, var(--fg) 6%, transparent) inset,
    0 30px 60px -25px color-mix(in oklab, var(--fg) 28%, transparent),
    0 90px 140px -50px color-mix(in oklab, var(--fg) 22%, transparent);
  opacity: 0;
  transform: scale(.6) translateY(40px);
  animation: lm-plate-in 1.4s cubic-bezier(.2,.75,.2,1) .2s forwards;
  z-index: 1;
}
@keyframes lm-plate-in {
  to { opacity: 1; transform: scale(1) translateY(0); }
}

.logomark__text {
  position: relative;
  z-index: 2;
  text-align: center;
  line-height: 1;
}
.logomark__eddie-wrap {
  position: relative;
  display: inline-block;
  line-height: 0;
  filter:
    drop-shadow(0 1px 0 color-mix(in oklab, var(--fg) 10%, transparent))
    drop-shadow(0 0 .5px color-mix(in oklab, var(--fg) 50%, transparent));
}
.logomark__eddie {
  font-family: 'Pinyon Script', 'Cormorant Garamond', cursive;
  font-weight: 400;
  font-size: clamp(76px, 12vw, 180px);
  color: var(--fg);
  line-height: .85;
  letter-spacing: .005em;
  display: inline-block;
  padding: 0 .12em .04em;
  white-space: nowrap;
}
/* Per-letter stagger: each glyph fades up from below with a tiny
   blur clearing, as if the calligrapher is setting one letter at a
   time onto the plate. Stagger ≈ 220ms keeps the cadence confident,
   not mechanical. */
.logomark__ch {
  display: inline-block;
  opacity: 0;
  transform: translateY(28px) scale(.96);
  filter: blur(6px);
  animation: lm-ch-in 1.4s cubic-bezier(.2,.7,.2,1) forwards;
  animation-delay: calc(1.1s + var(--i, 0) * .22s);
  transform-origin: 50% 100%;
}
@keyframes lm-ch-in {
  0%   { opacity: 0; transform: translateY(28px) scale(.96); filter: blur(6px); }
  60%  { opacity: 1; filter: blur(.4px); }
  100% { opacity: 1; transform: translateY(0)    scale(1);   filter: blur(0); }
}
/* one subtle final settling shadow once all letters have arrived */
.logomark__settle {
  position: absolute;
  left: 50%; bottom: -2%;
  width: 60%; height: 4px;
  transform: translateX(-50%);
  background: radial-gradient(60% 100% at 50% 50%,
    color-mix(in oklab, var(--fg) 18%, transparent), transparent 75%);
  opacity: 0;
  filter: blur(3px);
  animation: lm-settle-in .9s ease-out 2.4s forwards;
  pointer-events: none;
}
@keyframes lm-settle-in { to { opacity: 1; } }

.logomark__rule {
  display: block;
  width: 0;
  height: 1px;
  margin: clamp(2px, 0.4vw, 6px) auto clamp(6px, 0.8vw, 10px);
  background: linear-gradient(90deg,
    transparent,
    var(--accent) 30%,
    var(--accent-2) 50%,
    var(--accent) 70%,
    transparent);
  animation: lm-rule-in 1.4s cubic-bezier(.2,.75,.2,1) 2.6s forwards;
}
@keyframes lm-rule-in {
  to { width: clamp(90px, 13vw, 180px); }
}
.logomark__classic {
  display: inline-block;
  font-family: var(--f-display);
  font-weight: 300;
  font-size: clamp(18px, 2.2vw, 30px);
  letter-spacing: 0.62em;
  margin-right: -0.62em;
  opacity: 0;
  transform: translateY(8px);
  filter: blur(4px);
  animation: lm-classic-in 1.6s cubic-bezier(.2,.75,.2,1) 2.9s forwards;
  background: linear-gradient(180deg,
    var(--accent-2),
    var(--accent) 55%,
    color-mix(in oklab, var(--accent) 60%, var(--fg)));
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  color: var(--accent);
}
@keyframes lm-classic-in {
  to { opacity: 1; transform: translateY(0); filter: blur(0); }
}
.logomark__replay {
  position: absolute;
  right: clamp(16px, 2vw, 28px);
  bottom: clamp(16px, 2vw, 28px);
  font-family: var(--f-display);
  font-style: italic;
  font-size: 13px;
  color: var(--fg);
  background: transparent;
  border: 0;
  cursor: default;
  opacity: 0;
  letter-spacing: .02em;
  animation: lm-replay-in .8s ease-out 4.2s forwards;
  transition: opacity 250ms ease;
}
.logomark__replay:hover { opacity: 1 !important; }
@keyframes lm-replay-in { to { opacity: .45; } }

@media (prefers-reduced-motion: reduce) {
  .logomark__shadow, .logomark__plate, .logomark__ch, .logomark__settle,
  .logomark__rule, .logomark__classic, .logomark__replay {
    animation-duration: .01s !important; animation-delay: 0s !important;
  }
}

/* Variant: pair (split editorial) */
.hero[data-variant="pair"] { display: block; }
.hero[data-variant="pair"] .hero__pair {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: clamp(28px, 5vw, 72px);
  align-items: end;
  margin-top: clamp(40px, 6vw, 100px);
}
.hero[data-variant="pair"] .hero__statement { font-size: clamp(56px, 7.5vw, 132px); }
.hero[data-variant="pair"] .hero__pair-img {
  aspect-ratio: 3/4;
  width: 100%;
}

/* Variant: silent */
.hero[data-variant="silent"] .hero__statement { font-size: clamp(52px, 6.5vw, 116px); }
.hero[data-variant="silent"] .hero__statement-wrap { max-width: 18ch; margin: clamp(40px, 8vw, 120px) 0; }
.hero[data-variant="silent"] .hero__meta { margin-bottom: clamp(100px, 14vw, 200px); }

/* ========== STATEMENT BLOCK (between hero and marquee) ========== */
.statement-block {
  padding: clamp(80px, 12vw, 180px) var(--gutter);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: clamp(24px, 3vw, 48px);
  position: relative;
}
.statement-block::before,
.statement-block::after {
  content: '';
  width: 1px;
  height: clamp(40px, 5vw, 72px);
  background: var(--line-strong);
  opacity: 0.6;
}
.statement-block__eyebrow {
  letter-spacing: 0.32em;
}
.statement-block__quote {
  font-family: var(--f-display);
  font-weight: 300;
  font-size: clamp(36px, 5.2vw, 92px);
  line-height: 1.02;
  letter-spacing: -0.022em;
  color: var(--fg);
  text-wrap: balance;
  max-width: 22ch;
}
.statement-block__quote em {
  font-style: italic;
  color: var(--accent);
  font-weight: 400;
}

/* ========== PLACEHOLDER IMAGERY ========== */
.ph {
  position: relative;
  background:
    repeating-linear-gradient(135deg,
      var(--bg-2) 0px, var(--bg-2) 14px,
      var(--bg-3) 14px, var(--bg-3) 15px);
  overflow: hidden;
  isolation: isolate;
}
.ph::before {
  content: '';
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse at 30% 20%, color-mix(in oklab, var(--accent) 15%, transparent), transparent 60%),
    radial-gradient(ellipse at 80% 80%, color-mix(in oklab, var(--fg) 12%, transparent), transparent 55%);
  pointer-events: none;
}
.ph__label {
  position: absolute;
  left: 16px; bottom: 14px;
  font-family: var(--f-mono);
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--fg-2);
  background: var(--bg);
  padding: 6px 10px;
  border: 1px solid var(--line);
}
.ph__corner {
  position: absolute;
  right: 16px; top: 14px;
  font-family: var(--f-mono);
  font-size: 9px;
  color: var(--fg-3);
  letter-spacing: 0.18em;
}

/* When a photo is present, the image fills the slot and the stripe
   pattern + interior vignette stand down; the corner mark and bottom
   label become small pills with the brand cream behind them so they
   remain legible regardless of what's behind. */
.ph--photo { background: var(--bg-3); }
.ph--photo::before { display: none; }
.ph__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  z-index: 0;
}
.ph--photo .ph__corner {
  background: var(--bg);
  color: var(--fg-2);
  padding: 5px 9px;
  border: 1px solid var(--line);
  z-index: 2;
}
.ph--photo .ph__label { z-index: 2; }

/* ========== PHILOSOPHY ========== */
.philo {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(40px, 8vw, 120px);
  align-items: start;
}
.philo__body {
  font-family: var(--f-display);
  font-weight: 300;
  font-size: clamp(22px, 1.9vw, 32px);
  line-height: 1.35;
  color: var(--fg);
  letter-spacing: -0.005em;
  text-wrap: pretty;
}
.philo__body p + p { margin-top: 1em; }
.philo__body em { font-style: italic; color: var(--accent); }
.philo__aside {
  border-left: 1px solid var(--line);
  padding-left: clamp(24px, 3vw, 40px);
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.philo__aside .row { display: flex; flex-direction: column; gap: 6px; }
.philo__aside .row .k { font-family: var(--f-mono); font-size: var(--t-mono); letter-spacing: 0.18em; text-transform: uppercase; color: var(--fg-3); }
.philo__aside .row .v { font-family: var(--f-display); font-style: italic; font-size: 20px; color: var(--fg); }

/* ========== SIGNATURES (dish gallery) ========== */
.signatures {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: clamp(16px, 1.5vw, 24px);
}
.sig {
  cursor: default;
  display: flex;
  flex-direction: column;
  gap: 16px;
  transition: transform 400ms ease;
}
.sig:hover { transform: translateY(-4px); }
.sig:nth-child(1) { grid-column: 1 / span 5; }
.sig:nth-child(2) { grid-column: 6 / span 4; margin-top: clamp(40px, 6vw, 80px); }
.sig:nth-child(3) { grid-column: 10 / span 3; }
.sig:nth-child(4) { grid-column: 2 / span 4; margin-top: clamp(40px, 6vw, 80px); }
.sig:nth-child(5) { grid-column: 6 / span 4; }
.sig:nth-child(6) { grid-column: 10 / span 3; margin-top: clamp(40px, 6vw, 80px); }

.sig__img { aspect-ratio: 3/4; width: 100%; }
.sig__no { font-family: var(--f-mono); font-size: var(--t-mono); letter-spacing: 0.2em; color: var(--fg-3); }
.sig__title { font-family: var(--f-display); font-style: italic; font-size: clamp(22px, 1.8vw, 30px); line-height: 1.15; color: var(--fg); }
.sig__sub { font-family: var(--f-display); font-size: clamp(14px, 1vw, 16px); color: var(--fg-2); font-style: italic; }
.sig__line { font-size: 14px; color: var(--fg-2); line-height: 1.5; }

/* ========== SERVICES ========== */
.services {
  border-top: 1px solid var(--line);
}
.service {
  border-bottom: 1px solid var(--line);
  display: grid;
  grid-template-columns: 100px 1fr 1.4fr 1fr 200px;
  gap: clamp(20px, 3vw, 48px);
  padding: clamp(28px, 4vw, 48px) 0;
  align-items: center;
  cursor: default;
  transition: padding 350ms ease, background-color 350ms ease;
  position: relative;
}
.service:hover {
  padding-left: 24px;
  padding-right: 24px;
}
.service__num { font-family: var(--f-mono); font-size: var(--t-mono); letter-spacing: 0.2em; color: var(--fg-3); }
.service__title {
  font-family: var(--f-display);
  font-size: clamp(28px, 3vw, 52px);
  line-height: 1;
  color: var(--fg);
  font-weight: 400;
  letter-spacing: -0.015em;
}
.service__title em { font-style: italic; color: var(--accent); }
.service__desc { color: var(--fg-2); font-size: 15px; line-height: 1.55; max-width: 44ch; }
.service__meta { font-family: var(--f-mono); font-size: var(--t-mono); letter-spacing: 0.16em; text-transform: uppercase; color: var(--fg-3); }
.service__arrow {
  justify-self: end;
  width: 56px; height: 56px;
  border: 1px solid var(--line-strong);
  border-radius: 50%;
  display: grid; place-items: center;
  transition: background-color 300ms ease, color 300ms ease, transform 300ms ease;
}
.service:hover .service__arrow { background: var(--accent); color: var(--bg); border-color: var(--accent); transform: rotate(-45deg); }

/* ========== SOURCING ========== */
.sourcing {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: clamp(40px, 6vw, 100px);
  align-items: start;
}
.sourcing__map {
  position: relative;
  aspect-ratio: 4/3;
  width: 100%;
}
.sourcing__list { display: flex; flex-direction: column; gap: 0; }
.sourcing__item {
  display: grid;
  grid-template-columns: 60px 1fr auto;
  gap: 24px;
  padding: 22px 0;
  border-bottom: 1px solid var(--line);
  align-items: center;
  transition: padding 300ms ease;
  cursor: default;
}
.sourcing__item:hover { padding-left: 8px; }
.sourcing__item:first-child { border-top: 1px solid var(--line); }
.sourcing__item .k { font-family: var(--f-mono); font-size: var(--t-mono); color: var(--fg-3); letter-spacing: 0.18em; }
.sourcing__item .n { font-family: var(--f-display); font-style: italic; font-size: 22px; color: var(--fg); line-height: 1.2; }
.sourcing__item .n small { display: block; font-family: var(--f-ui); font-style: normal; font-size: 12px; color: var(--fg-3); letter-spacing: 0.05em; margin-top: 4px; }
.sourcing__item .m { font-family: var(--f-mono); font-size: 10px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--fg-2); }

/* ========== EXPERIENCE / PROCESS ========== */
.process {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(16px, 2vw, 32px);
}
.step {
  border-top: 1px solid var(--line-strong);
  padding-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-height: 280px;
}
.step__num {
  font-family: var(--f-display);
  font-style: italic;
  font-size: 56px;
  line-height: 1;
  color: var(--accent);
  font-weight: 300;
}
.step__title {
  font-family: var(--f-display);
  font-size: 24px;
  line-height: 1.15;
  color: var(--fg);
  margin-top: auto;
}
.step__desc { font-size: 14px; color: var(--fg-2); line-height: 1.55; }
.step__when {
  font-family: var(--f-mono);
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--fg-3);
}

/* ========== DISCRETION / TESTIMONIAL ========== */
.discretion {
  background: var(--bg-2);
  position: relative;
  border-block: 1px solid var(--line);
}
.testimonial {
  text-align: left;
  padding: clamp(40px, 5vw, 80px) 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(40px, 6vw, 100px);
  align-items: center;
}
.testimonial__quote {
  font-family: var(--f-display);
  font-weight: 300;
  font-style: italic;
  font-size: clamp(28px, 2.6vw, 44px);
  line-height: 1.25;
  color: var(--fg);
  letter-spacing: -0.005em;
  text-wrap: balance;
  position: relative;
}
.testimonial__quote::before {
  content: '"';
  position: absolute;
  left: -0.4em; top: -0.3em;
  font-family: var(--f-display);
  font-size: 1.6em;
  color: var(--accent);
  line-height: 1;
  opacity: 0.5;
}
.testimonial__byline {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-top: 30px;
}
.testimonial__byline .k { font-family: var(--f-mono); font-size: var(--t-mono); letter-spacing: 0.18em; text-transform: uppercase; color: var(--fg-3); }
.testimonial__byline .v { font-family: var(--f-display); font-style: italic; font-size: 18px; color: var(--fg); }

.testimonial__nav {
  display: flex;
  gap: 14px;
  margin-top: 32px;
}
.testimonial__nav button {
  width: 48px; height: 48px;
  border: 1px solid var(--line-strong);
  border-radius: 50%;
  display: grid; place-items: center;
  cursor: default;
  transition: background-color 250ms ease, color 250ms ease, border-color 250ms ease;
}
.testimonial__nav button:hover { background: var(--fg); color: var(--bg); border-color: var(--fg); }
.testimonial__nav .dots { display: flex; gap: 8px; align-items: center; padding: 0 8px; font-family: var(--f-mono); font-size: var(--t-mono); color: var(--fg-3); letter-spacing: 0.15em; }

.discretion__stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border-top: 1px solid var(--line);
}
.discretion__stats .stat {
  padding: clamp(28px, 4vw, 48px) clamp(20px, 3vw, 36px);
  border-right: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.discretion__stats .stat:last-child { border-right: 0; }
.discretion__stats .stat .v {
  font-family: var(--f-display);
  font-size: clamp(40px, 4vw, 64px);
  line-height: 1;
  color: var(--fg);
  letter-spacing: -0.02em;
}
.discretion__stats .stat .v em { font-style: italic; color: var(--accent); }
.discretion__stats .stat .k {
  font-family: var(--f-mono);
  font-size: var(--t-mono);
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--fg-3);
}

/* ========== INQUIRY ========== */
.inquiry {
  background: var(--bg-2);
}
.inquiry__inner {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: clamp(40px, 6vw, 100px);
}
.inquiry__head h2 {
  font-family: var(--f-display);
  font-weight: 300;
  font-size: clamp(40px, 4.5vw, 76px);
  line-height: 0.95;
  letter-spacing: -0.02em;
}
.inquiry__head h2 em { font-style: italic; color: var(--accent); }
.inquiry__head p {
  font-family: var(--f-display);
  font-style: italic;
  font-size: clamp(17px, 1.2vw, 20px);
  color: var(--fg-2);
  margin-top: 24px;
  max-width: 38ch;
  line-height: 1.4;
}
.inquiry__contact {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-top: 1px solid var(--line);
  padding-top: 28px;
}
.inquiry__contact .row { display: flex; flex-direction: column; gap: 4px; }
.inquiry__contact .k { font-family: var(--f-mono); font-size: var(--t-mono); letter-spacing: 0.18em; text-transform: uppercase; color: var(--fg-3); }
.inquiry__contact .v { font-family: var(--f-display); font-size: 18px; font-style: italic; color: var(--fg); }

/* form */
.form {
  background: var(--bg);
  padding: clamp(28px, 3.5vw, 48px);
  border: 1px solid var(--line);
}
.form__steps {
  display: flex;
  gap: 18px;
  margin-bottom: 32px;
  font-family: var(--f-mono);
  font-size: var(--t-mono);
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--fg-3);
  flex-wrap: wrap;
}
.form__steps .s { display: flex; align-items: center; gap: 8px; transition: color 300ms ease; }
.form__steps .s.is-active { color: var(--fg); }
.form__steps .s.is-done { color: var(--accent); }
.form__steps .s .b {
  width: 22px; height: 22px;
  border: 1px solid currentColor;
  border-radius: 50%;
  display: grid; place-items: center;
  font-size: 9px;
}
.form__steps .s.is-done .b { background: var(--accent); color: var(--bg); border-color: var(--accent); }
.form__steps .sep { opacity: 0.4; }

.form__title {
  font-family: var(--f-display);
  font-size: clamp(26px, 2.4vw, 38px);
  line-height: 1.05;
  margin-bottom: 32px;
  font-weight: 400;
  letter-spacing: -0.01em;
}
.form__title em { font-style: italic; color: var(--accent); }

.field {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 22px;
}
.field__label {
  font-family: var(--f-mono);
  font-size: var(--t-mono);
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--fg-3);
}
.field__input,
.field__textarea {
  font-family: var(--f-ui);
  font-size: 16px;
  color: var(--fg);
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--line-strong);
  padding: 12px 0;
  outline: none;
  transition: border-color 250ms ease;
  width: 100%;
}
.field__input:focus, .field__textarea:focus { border-color: var(--accent); }
.field__textarea { resize: vertical; min-height: 100px; line-height: 1.55; }
.field__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}

.chips { display: flex; flex-wrap: wrap; gap: 8px; }
.chip {
  font-family: var(--f-mono);
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  padding: 9px 14px;
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  color: var(--fg-2);
  cursor: default;
  transition: all 200ms ease;
  user-select: none;
}
.chip:hover { color: var(--fg); border-color: var(--fg); }
.chip.is-on { background: var(--fg); color: var(--bg); border-color: var(--fg); }

.form__actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 32px;
}
.form__back {
  font-family: var(--f-mono);
  font-size: var(--t-mono);
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--fg-3);
  cursor: default;
  transition: color 200ms ease;
}
.form__back:hover { color: var(--fg); }
.form__back[hidden] { visibility: hidden; }

.form__success {
  display: flex; flex-direction: column;
  gap: 24px;
  padding: 8px 0;
}
.form__success .mark {
  width: 56px; height: 56px;
  border: 1px solid var(--accent);
  color: var(--accent);
  border-radius: 50%;
  display: grid; place-items: center;
}
.form__success h3 {
  font-family: var(--f-display);
  font-size: clamp(28px, 2.4vw, 40px);
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: -0.01em;
}
.form__success h3 em { font-style: italic; color: var(--accent); }
.form__success p {
  font-family: var(--f-display);
  font-style: italic;
  font-size: 18px;
  line-height: 1.45;
  color: var(--fg-2);
  max-width: 46ch;
}
.form__success .ref {
  font-family: var(--f-mono);
  font-size: var(--t-mono);
  letter-spacing: 0.2em;
  color: var(--fg-3);
  padding-top: 18px;
  border-top: 1px solid var(--line);
}

/* ========== FOOTER ========== */
.footer {
  padding: clamp(60px, 7vw, 100px) 0 30px;
  border-top: 1px solid var(--line);
}
.footer__big {
  font-family: var(--f-display);
  font-weight: 300;
  font-size: clamp(80px, 14vw, 280px);
  line-height: 0.85;
  letter-spacing: -0.04em;
  color: var(--fg);
  text-align: center;
  padding: clamp(40px, 6vw, 100px) 0;
  position: relative;
}
.footer__big em { font-style: italic; color: var(--accent); }

.footer__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(20px, 3vw, 48px);
  padding-top: 50px;
  border-top: 1px solid var(--line);
}
.footer__col { display: flex; flex-direction: column; gap: 10px; }
.footer__col .h { font-family: var(--f-mono); font-size: var(--t-mono); letter-spacing: 0.2em; text-transform: uppercase; color: var(--fg-3); margin-bottom: 8px; }
.footer__col a, .footer__col .item { font-family: var(--f-display); font-size: 17px; font-style: italic; color: var(--fg); cursor: default; transition: color 200ms ease; }
.footer__col a:hover { color: var(--accent); }
.footer__col .item small { display: block; font-family: var(--f-ui); font-style: normal; font-size: 12px; color: var(--fg-3); margin-top: 2px; letter-spacing: 0.04em; }

.footer__bottom {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: var(--f-mono);
  font-size: var(--t-mono);
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--fg-3);
  flex-wrap: wrap;
  gap: 16px;
}

/* ========== MAP / sourcing illustration ========== */
.map {
  position: relative;
  aspect-ratio: 4/3;
  width: 100%;
  background: var(--bg-2);
  border: 1px solid var(--line);
  overflow: hidden;
}
.map__grid {
  position: absolute; inset: 0;
  background-image:
    linear-gradient(to right, var(--line) 1px, transparent 1px),
    linear-gradient(to bottom, var(--line) 1px, transparent 1px);
  background-size: 8.333% 8.333%;
  opacity: 0.7;
}
.map__pin {
  position: absolute;
  width: 8px; height: 8px;
  border-radius: 50%;
  background: var(--accent);
  transform: translate(-50%, -50%);
  box-shadow: 0 0 0 6px color-mix(in oklab, var(--accent) 18%, transparent);
}
.map__pin::after {
  content: attr(data-label);
  position: absolute;
  left: 14px; top: -3px;
  white-space: nowrap;
  font-family: var(--f-mono);
  font-size: 9px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--fg-2);
}
.map__compass {
  position: absolute;
  right: 16px; bottom: 14px;
  font-family: var(--f-mono);
  font-size: 9px;
  letter-spacing: 0.18em;
  color: var(--fg-3);
}
.map__label {
  position: absolute;
  left: 16px; top: 14px;
  font-family: var(--f-mono);
  font-size: 9px;
  letter-spacing: 0.18em;
  color: var(--fg-3);
}

/* ========== MARQUEE ========== */
.marquee {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  overflow: hidden;
  background: var(--bg);
}
.marquee__track {
  display: flex;
  gap: 60px;
  padding: 26px 0;
  white-space: nowrap;
  animation: marquee 60s linear infinite;
  width: max-content;
}
.marquee__item {
  font-family: var(--f-display);
  font-style: italic;
  font-size: clamp(20px, 2vw, 32px);
  color: var(--fg);
  display: flex;
  align-items: center;
  gap: 60px;
}
.marquee__item::after {
  content: '✦';
  color: var(--accent);
  font-style: normal;
  font-size: 0.7em;
}
@keyframes marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

/* ========== REVEAL / TRANSITIONS ========== */
.reveal { opacity: 0; transform: translateY(20px); transition: opacity 900ms ease, transform 900ms ease; }
.reveal.is-in { opacity: 1; transform: none; }

/* ========== RESPONSIVE ========== */
/* ========== MANIFESTO (full-bleed interlude) ========== */
.manifesto {
  position: relative;
  padding: clamp(80px, 12vw, 180px) 0;
  overflow: hidden;
}
.manifesto__inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(32px, 4vw, 64px);
  position: relative;
}
.manifesto__eyebrow {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  border-bottom: 1px solid var(--line);
  padding-bottom: 18px;
}
.manifesto__quote {
  font-family: var(--f-display);
  font-weight: 300;
  font-style: italic;
  font-size: clamp(36px, 6vw, 112px);
  line-height: 1.02;
  letter-spacing: -0.025em;
  color: var(--fg);
  text-wrap: balance;
  max-width: 22ch;
}
.manifesto__quote strong {
  font-style: normal;
  font-weight: 400;
  color: var(--accent);
}
.manifesto__foot {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: clamp(20px, 3vw, 48px);
  padding-top: clamp(32px, 4vw, 56px);
  border-top: 1px solid var(--line);
  align-items: start;
}
.manifesto__foot .col { display: flex; flex-direction: column; gap: 8px; }
.manifesto__foot .col .k { font-family: var(--f-mono); font-size: var(--t-mono); letter-spacing: 0.2em; text-transform: uppercase; color: var(--fg-3); }
.manifesto__foot .col .v { font-family: var(--f-display); font-style: italic; font-size: clamp(17px, 1.2vw, 22px); color: var(--fg); line-height: 1.35; }

/* ========== SIGNATURES — featured mosaic ========== */
.sig-feature {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: clamp(24px, 4vw, 64px);
  align-items: end;
  padding-bottom: clamp(40px, 6vw, 80px);
  border-bottom: 1px solid var(--line);
  margin-bottom: clamp(40px, 5vw, 80px);
}
.sig-feature__img {
  aspect-ratio: 4/5;
  width: 100%;
}
.sig-feature__body { display: flex; flex-direction: column; gap: 20px; padding-bottom: 20px; }
.sig-feature__no { font-family: var(--f-mono); font-size: var(--t-mono); letter-spacing: 0.22em; color: var(--accent); }
.sig-feature__title {
  font-family: var(--f-display);
  font-size: clamp(40px, 4.5vw, 76px);
  line-height: 0.95;
  letter-spacing: -0.02em;
  color: var(--fg);
  font-weight: 400;
}
.sig-feature__title em { font-style: italic; color: var(--accent); }
.sig-feature__sub { font-family: var(--f-display); font-style: italic; font-size: clamp(18px, 1.4vw, 24px); color: var(--fg-2); }
.sig-feature__line { font-size: clamp(15px, 1vw, 17px); color: var(--fg-2); line-height: 1.55; max-width: 44ch; }
.sig-feature__meta {
  display: flex;
  gap: 24px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
  font-family: var(--f-mono);
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--fg-3);
  flex-wrap: wrap;
}
.sig-feature__meta span em { font-style: normal; color: var(--fg); }

/* ========== SOURCING — inset card ========== */
.sourcing-section {
  padding: clamp(60px, 7vw, 120px) 0;
}
.sourcing-card {
  position: relative;
  border-radius: clamp(20px, 2vw, 36px);
  padding: clamp(40px, 6vw, 100px) clamp(28px, 5vw, 80px);
  background-color: var(--bg);
  color: var(--fg);
  box-shadow:
    0 1px 0 color-mix(in oklab, var(--fg) 6%, transparent) inset,
    0 30px 70px -25px rgba(0, 0, 0, 0.45),
    0 80px 140px -50px rgba(0, 0, 0, 0.35),
    0 0 0 1px var(--line);
  transition: background-color 600ms ease, color 600ms ease, box-shadow 600ms ease;
  overflow: hidden;
}
.sourcing-card::before {
  /* subtle interior vignette to give the inset depth */
  content: '';
  position: absolute; inset: 0;
  pointer-events: none;
  border-radius: inherit;
  background:
    radial-gradient(120% 80% at 50% 0%, color-mix(in oklab, var(--accent) 8%, transparent) 0%, transparent 55%),
    radial-gradient(80% 60% at 100% 100%, color-mix(in oklab, var(--fg) 5%, transparent) 0%, transparent 60%);
  z-index: 0;
}
.sourcing-card > * { position: relative; z-index: 1; }
.sourcing-card__corner {
  position: absolute;
  top: clamp(20px, 2.5vw, 36px);
  right: clamp(24px, 3vw, 44px);
  color: var(--fg-3);
  letter-spacing: 0.22em;
  z-index: 2;
}
.sourcing-card .section__head {
  padding-bottom: clamp(32px, 4vw, 64px);
}
.sourcing-card .producers {
  margin-top: clamp(40px, 5vw, 72px);
  padding-top: clamp(32px, 4vw, 48px);
  border-top: 1px solid var(--line);
}

/* ========== SOURCING (legacy class kept for layout grid inside the card) ========== */
.producers {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(20px, 3vw, 40px);
  margin-top: clamp(40px, 5vw, 80px);
}
.producer {
  display: flex;
  flex-direction: column;
  gap: 14px;
  cursor: default;
  transition: transform 400ms ease;
}
.producer:hover { transform: translateY(-4px); }
.producer__img { aspect-ratio: 4/5; width: 100%; }
.producer__row { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; }
.producer__name { font-family: var(--f-display); font-style: italic; font-size: clamp(22px, 1.7vw, 28px); color: var(--fg); line-height: 1.1; }
.producer__where { font-family: var(--f-mono); font-size: var(--t-mono); letter-spacing: 0.18em; color: var(--fg-3); }
.producer__line { font-size: 14px; line-height: 1.55; color: var(--fg-2); max-width: 38ch; }

/* ========== EXPERIENCE — vertical staggered ========== */
.process-stagger {
  display: flex;
  flex-direction: column;
}
.proc {
  display: grid;
  grid-template-columns: 90px 100px 1fr 1.5fr;
  gap: clamp(20px, 3vw, 56px);
  padding: clamp(28px, 4vw, 48px) 0;
  border-top: 1px solid var(--line);
  align-items: start;
  cursor: default;
  transition: padding 350ms ease;
}
.proc:hover { padding-left: 16px; }
.proc:last-child { border-bottom: 1px solid var(--line); }
.proc__num {
  font-family: var(--f-display);
  font-style: italic;
  font-weight: 300;
  font-size: clamp(52px, 5vw, 88px);
  line-height: 0.9;
  color: var(--accent);
}
.proc__when {
  font-family: var(--f-mono);
  font-size: var(--t-mono);
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--fg-3);
  padding-top: 14px;
}
.proc__title {
  font-family: var(--f-display);
  font-size: clamp(26px, 2.4vw, 40px);
  line-height: 1.05;
  color: var(--fg);
  font-weight: 400;
  letter-spacing: -0.01em;
  padding-top: 8px;
}
.proc__title em { font-style: italic; color: var(--accent); }
.proc__desc {
  font-size: 15px;
  line-height: 1.6;
  color: var(--fg-2);
  max-width: 52ch;
  padding-top: 12px;
}

/* ========== SEASON STRIP ========== */
.season {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: clamp(36px, 5vw, 60px) 0;
}
.season__row {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: clamp(24px, 3vw, 48px);
  align-items: center;
}
.season__label {
  font-family: var(--f-mono);
  font-size: var(--t-mono);
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--fg-3);
}
.season__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(16px, 2vw, 32px);
}
.season__item {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding-left: 16px;
  border-left: 1px solid var(--line);
}
.season__item.is-now { border-left-color: var(--accent); }
.season__item .m { font-family: var(--f-mono); font-size: 10px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--fg-3); }
.season__item.is-now .m { color: var(--accent); }
.season__item .v { font-family: var(--f-display); font-style: italic; font-size: 19px; color: var(--fg); }

/* ========== Mode transitions for tone-scoped sections ========== */
.section, .manifesto, .discretion, .inquiry, .footer, .marquee, .season {
  transition: background-color 600ms ease, color 600ms ease, border-color 600ms ease;
}

@media (max-width: 900px) {
  .nav__inner { grid-template-columns: 1fr auto; }
  .nav__links { display: none; }
  .philo, .inquiry__inner, .sourcing, .testimonial { grid-template-columns: 1fr; }
  .philo__aside { border-left: 0; border-top: 1px solid var(--line); padding-left: 0; padding-top: 24px; }
  .process { grid-template-columns: repeat(2, 1fr); }
  .discretion__stats { grid-template-columns: repeat(2, 1fr); }
  .discretion__stats .stat:nth-child(2n) { border-right: 0; }
  .service { grid-template-columns: 60px 1fr auto; }
  .service__desc, .service__meta { display: none; }
  .section__head { grid-template-columns: 1fr; }
  .signatures { grid-template-columns: repeat(2, 1fr); }
  .sig:nth-child(n) { grid-column: span 1; margin-top: 0; }
  .footer__grid { grid-template-columns: repeat(2, 1fr); }
  .hero__foot { grid-template-columns: 1fr; }
  .hero__actions { justify-content: flex-start; }
  .hero[data-variant="pair"] .hero__pair { grid-template-columns: 1fr; }
  .field__row { grid-template-columns: 1fr; }
  .sig-feature { grid-template-columns: 1fr; }
  .producers { grid-template-columns: 1fr; }
  .proc { grid-template-columns: 60px 1fr; }
  .proc__when { grid-column: 2; padding-top: 0; }
  .proc__title { grid-column: 2; padding-top: 0; }
  .proc__desc { grid-column: 2; }
  .manifesto__foot { grid-template-columns: 1fr; }
  .season__row { grid-template-columns: 1fr; }
  .season__list { grid-template-columns: repeat(2, 1fr); }
}
