/* =============================================================
   IRO TEA — SHARED STYLESHEET
   v2 · Apr 2026
   ============================================================= */

:root {
  --bg: #F4EDDC;
  --bg-warm: #EFE6D2;
  --bg-deep: #E8DEC4;
  --ink: #1F1A14;
  --ink-soft: #4A4238;
  --ink-faint: #8C8170;
  --rule: #C9BFA8;
  --matcha: #3D5A3D;
  --matcha-deep: #28401F;
  --matcha-soft: #5C7A4F;
  --gold: #9D7E4F;
  --gold-soft: #B89868;
  --rust: #A0432A;
  --rust-soft: #B85A3F;
  --logo-red: #BD0E0E;
  --logo-red-soft: #DE7B78;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }

body {
  background: var(--bg);
  color: var(--ink);
  font-family: 'Karla', system-ui, sans-serif;
  font-weight: 400;
  line-height: 1.6;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-image:
    radial-gradient(circle at 20% 10%, rgba(61, 90, 61, 0.04) 0%, transparent 40%),
    radial-gradient(circle at 80% 70%, rgba(157, 126, 79, 0.05) 0%, transparent 50%);
  background-attachment: fixed;
}

/* paper grain */
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.4;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='200' height='200'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' seed='3'/><feColorMatrix values='0 0 0 0 0.12  0 0 0 0 0.10  0 0 0 0 0.08  0 0 0 0.04 0'/></filter><rect width='100%25' height='100%25' filter='url(%23n)'/></svg>");
  z-index: 1;
}

main { position: relative; z-index: 2; }
a { color: inherit; }

/* Global focus style — keyboard navigation */
:focus-visible {
  outline: 2px solid var(--matcha);
  outline-offset: 3px;
  border-radius: 2px;
}

/* Skip-to-content link — visible on keyboard focus only */
.skip-link {
  position: absolute;
  top: 0;
  left: 12px;
  transform: translateY(-110%);
  background: var(--matcha-deep);
  color: var(--bg);
  padding: 10px 18px;
  text-decoration: none;
  font-family: 'Karla', sans-serif;
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-weight: 600;
  z-index: 100;
  border-radius: 0 0 4px 4px;
  transition: transform 0.18s ease;
}
.skip-link:focus,
.skip-link:focus-visible {
  transform: translateY(0);
  outline: 2px solid var(--bg);
  outline-offset: 0;
}

/* ITALIC SPACING FIX — em forms in Fraunces lean right; this gives breathing room */
em {
  font-style: italic;
  margin-right: 0.05em;
  margin-left: 0.02em;
}

/* exception: don't add space when em is at end of phrase or wrapped */
em:last-child { margin-right: 0; }

/* =============================================================
   NAV
   ============================================================= */
nav.topnav {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(244, 237, 220, 0.85);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--rule);
}

.nav-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 16px 6vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.nav-logo {
  position: relative;
  display: inline-block;
  text-decoration: none;
  height: 36px;
}

.nav-logo img {
  height: 100%;
  width: auto;
  display: block;
  transition: opacity 0.5s ease;
}

.nav-logo .logo-black {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.topnav.scrolled .logo-color { opacity: 0; }
.topnav.scrolled .logo-black { opacity: 1; }

.nav-links {
  display: flex;
  align-items: center;
  gap: 28px;
  list-style: none;
}

/* visual grouping: thin rule between page groups */
.nav-links .nav-divider {
  width: 1px;
  height: 18px;
  background: var(--rule);
  margin: 0 4px;
}

.nav-links a {
  font-size: 11px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--ink-soft);
  text-decoration: none;
  font-weight: 500;
  transition: color 0.2s ease;
  position: relative;
}

.nav-links a:hover { color: var(--matcha); }

.nav-links a::after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 0;
  height: 1px;
  width: 0;
  background: var(--matcha);
  transition: width 0.3s ease;
}

.nav-links a:hover::after { width: 100%; }

.nav-links a.active {
  color: var(--matcha-deep);
  font-weight: 600;
}

.nav-links a.active::after { width: 100%; background: var(--matcha-deep); }

.nav-links a.nav-cta {
  border: 1px solid var(--matcha);
  padding: 10px 18px;
  color: var(--matcha);
  border-radius: 999px;
  transition: all 0.25s ease;
}

.nav-links a.nav-cta:hover {
  background: var(--matcha);
  color: var(--bg);
}

.nav-cta::after { display: none; }

@media (max-width: 880px) {
  .nav-links { gap: 16px; }
  .nav-links a:not(.nav-cta) { font-size: 10px; letter-spacing: 0.20em; }
  .nav-links .nav-divider { display: none; }
}

/* ─── Hamburger toggle (mobile only) ───────────────────────────────
   Hidden on desktop; activates at the same 560px breakpoint where
   the link row used to wrap. Animates to an X when open. */
.nav-toggle {
  display: none;
  background: transparent;
  border: 0;
  padding: 0;
  width: 32px;
  height: 32px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
}
.nav-toggle-line {
  display: block;
  width: 20px;
  height: 1.5px;
  background: var(--ink);
  border-radius: 1px;
  transition: transform 0.25s ease, opacity 0.2s ease;
}
.nav-toggle:focus-visible {
  outline: 2px solid var(--matcha);
  outline-offset: 3px;
  border-radius: 2px;
}

@media (max-width: 560px) {
  .nav-inner { padding: 12px 5vw; gap: 12px; flex-wrap: nowrap; position: relative; }
  .nav-logo { height: 26px; }
  .nav-toggle { display: flex; }
  .nav-links {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: rgba(244, 237, 220, 0.96);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-bottom: 1px solid var(--rule);
    flex-direction: column;
    align-items: flex-end;
    padding: 18px 6vw 22px;
    gap: 14px;
    display: none;
  }
  .nav-toggle[aria-expanded="true"] + .nav-links {
    display: flex;
  }
  /* hamburger lines morph into an × when open */
  .nav-toggle[aria-expanded="true"] .nav-toggle-line:nth-child(1) {
    transform: translateY(6.5px) rotate(45deg);
  }
  .nav-toggle[aria-expanded="true"] .nav-toggle-line:nth-child(2) {
    opacity: 0;
  }
  .nav-toggle[aria-expanded="true"] .nav-toggle-line:nth-child(3) {
    transform: translateY(-6.5px) rotate(-45deg);
  }
  /* drawer item typography — larger and more tappable than the
     desktop nav, since hit targets matter more on touch */
  .nav-links a:not(.nav-cta) {
    font-size: 12px;
    letter-spacing: 0.18em;
    padding: 4px 0;
  }
  .nav-links .nav-divider { display: none; }
  .nav-links a.nav-cta {
    padding: 8px 16px;
    font-size: 10.5px;
    letter-spacing: 0.18em;
    margin-top: 6px;
  }
}

/* =============================================================
   HERO — with photo
   ============================================================= */
.hero {
  padding: 80px 6vw 64px;
  max-width: 1280px;
  margin: 0 auto;
  border-bottom: 1px solid var(--rule);
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 64px;
  align-items: center;
}

/* Text-only hero (menu, reports) — single column, constrained width */
.hero--text-only .hero-grid { grid-template-columns: 1fr; }
.hero--text-only .hero-text { max-width: 760px; }

.hero-text { min-width: 0; }

.hero-eyebrow {
  font-family: 'Karla', sans-serif;
  font-size: 11px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--ink-faint);
  margin-bottom: 28px;
  display: flex;
  align-items: center;
  gap: 16px;
  font-weight: 500;
}

.hero-eyebrow::after {
  content: "";
  flex: 1;
  height: 1px;
  background: var(--rule);
}

.hero-title {
  font-family: 'Fraunces', serif;
  font-weight: 300;
  font-size: clamp(44px, 6.4vw, 92px);
  line-height: 0.95;
  letter-spacing: -0.022em;
  color: var(--ink);
  margin-bottom: 28px;
  font-variation-settings: "opsz" 144, "SOFT" 50;
}

.hero-title em {
  font-style: italic;
  color: var(--matcha);
  font-variation-settings: "opsz" 144, "SOFT" 100, "WONK" 1;
}

.hero-lede {
  font-family: 'Fraunces', serif;
  font-weight: 300;
  font-size: clamp(17px, 1.4vw, 21px);
  line-height: 1.5;
  color: var(--ink-soft);
  font-variation-settings: "opsz" 18;
  margin-top: 8px;
  max-width: 520px;
}

.hero-lede em { font-style: italic; color: var(--matcha); }

.hero-meta {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 24px;
  margin-top: 48px;
  padding-top: 28px;
  border-top: 1px solid var(--rule);
}

.meta-item .meta-label {
  font-size: 10px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--ink-faint);
  margin-bottom: 6px;
  font-weight: 500;
}

.meta-item .meta-value {
  font-family: 'Fraunces', serif;
  font-size: 19px;
  font-weight: 400;
  color: var(--ink);
  font-variation-settings: "opsz" 24;
}

.meta-item .meta-value .accent {
  color: var(--matcha);
  font-style: italic;
  font-weight: 500;
}

/* =============================================================
   HERO PHOTO — masked, framed, editorially captioned
   ============================================================= */
.hero-photo {
  position: relative;
}

.hero-photo-frame {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 5;
  background: var(--bg-warm);
  overflow: hidden;
  /* slight asymmetric mask — small radius top-left + bottom-right; sharp top-right + bottom-left */
  border-radius: 2px;
  box-shadow:
    0 1px 0 rgba(31, 26, 20, 0.04),
    inset 0 0 0 1px rgba(31, 26, 20, 0.06);
}

/* the photo itself */
.hero-photo-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  /* "printed on uncoated paper" treatment: slight desaturation, gentle warm cast */
  filter: saturate(0.88) contrast(0.96) brightness(1.02);
  transition: filter 0.6s ease, transform 0.8s ease;
}

.hero-photo-frame:hover img {
  filter: saturate(0.95) contrast(1) brightness(1.0);
  transform: scale(1.015);
}

/* multiply overlay to bind the image to the paper background */
.hero-photo-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--bg);
  mix-blend-mode: multiply;
  opacity: 0.10;
  pointer-events: none;
}

/* small editorial corner tag — top right */
.hero-photo-tag {
  position: absolute;
  top: 14px;
  right: 14px;
  background: var(--bg);
  color: var(--ink-faint);
  padding: 6px 12px;
  font-size: 9px;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  font-weight: 600;
  border: 1px solid var(--rule);
  z-index: 2;
}

.hero-photo-tag .red-dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  background: var(--logo-red);
  border-radius: 50%;
  margin-right: 8px;
  vertical-align: middle;
  transform: translateY(-1px);
}

/* caption beneath photo */
.hero-photo-caption {
  margin-top: 14px;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  font-size: 10px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--ink-faint);
  font-weight: 500;
  border-top: 1px solid var(--rule);
  padding-top: 12px;
}

.hero-photo-caption .plate {
  font-family: 'Fraunces', serif;
  font-style: italic;
  font-size: 14px;
  letter-spacing: 0.02em;
  text-transform: none;
  color: var(--matcha);
  font-variation-settings: "opsz" 18;
}

@media (max-width: 880px) {
  .hero-grid { grid-template-columns: 1fr; gap: 48px; }
  .hero-photo-frame { aspect-ratio: 4 / 3; max-height: 420px; }
}

/* =============================================================
   SECTION SCAFFOLDING
   ============================================================= */
section.section {
  padding: 100px 6vw;
  max-width: 1280px;
  margin: 0 auto;
  border-bottom: 1px solid var(--rule);
}

.section-eyebrow {
  font-size: 11px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--ink-faint);
  margin-bottom: 16px;
  font-weight: 500;
}

.section-title {
  font-family: 'Fraunces', serif;
  font-weight: 300;
  font-size: clamp(32px, 4.8vw, 56px);
  line-height: 1.02;
  letter-spacing: -0.015em;
  margin-bottom: 16px;
  font-variation-settings: "opsz" 72;
  max-width: 920px;
}

.section-title em { font-style: italic; color: var(--matcha); }

.section-sub {
  font-family: 'Karla', sans-serif;
  color: var(--ink-soft);
  max-width: 680px;
  margin-bottom: 56px;
  font-size: 15px;
}

/* =============================================================
   ABOUT — with mobile prose collapse
   ============================================================= */
.about-grid {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 80px;
  align-items: start;
  margin-top: 32px;
}

.about-pullquote {
  font-family: 'Fraunces', serif;
  font-weight: 300;
  font-style: italic;
  font-size: clamp(24px, 2.4vw, 34px);
  line-height: 1.3;
  color: var(--matcha-deep);
  font-variation-settings: "opsz" 60, "SOFT" 80;
  border-left: 2px solid var(--matcha);
  padding-left: 24px;
}

.about-pullquote .small-mark {
  display: block;
  font-family: 'Karla', sans-serif;
  font-style: normal;
  font-size: 10px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--ink-faint);
  margin-top: 24px;
  font-weight: 500;
}

.about-body {
  font-family: 'Fraunces', serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.65;
  color: var(--ink-soft);
  font-variation-settings: "opsz" 18;
}

.about-body p + p { margin-top: 1.2em; }
.about-body em { font-style: italic; color: var(--matcha); }

.about-collapse {
  /* collapsed paragraphs hidden on mobile by default */
  margin-top: 1.8em;
}

.about-toggle {
  display: none;
  margin-top: 20px;
  padding: 10px 18px;
  background: transparent;
  border: 1px solid var(--matcha);
  color: var(--matcha);
  font-family: 'Karla', sans-serif;
  font-size: 10px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  font-weight: 600;
  cursor: pointer;
  border-radius: 999px;
  transition: all 0.2s ease;
}

.about-toggle:hover {
  background: var(--matcha);
  color: var(--bg);
}

@media (max-width: 720px) {
  .about-collapse { display: none; }
  .about-collapse.is-open { display: block; }
  .about-toggle { display: inline-block; }
}

.about-tenets {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1px;
  background: var(--rule);
  border: 1px solid var(--rule);
  margin-top: 64px;
}

.tenet {
  background: var(--bg-warm);
  padding: 28px 24px;
}

.tenet-num {
  font-family: 'Fraunces', serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.18em;
  color: var(--gold);
  margin-bottom: 12px;
  font-variation-settings: "opsz" 14;
}

.tenet-title {
  font-family: 'Fraunces', serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 1.2;
  margin-bottom: 10px;
  color: var(--ink);
  font-variation-settings: "opsz" 36, "SOFT" 60;
}

.tenet-title em { font-style: italic; color: var(--matcha); }

.tenet-body {
  font-family: 'Fraunces', serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.55;
  color: var(--ink-soft);
  font-variation-settings: "opsz" 14;
}

@media (max-width: 880px) {
  .about-grid { grid-template-columns: 1fr; gap: 40px; }
}

/* =============================================================
   RESEARCH
   ============================================================= */
.research-card {
  margin-top: 32px;
  padding: 48px;
  background: var(--bg-warm);
  border: 1px solid var(--rule);
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 56px;
  align-items: center;
  position: relative;
}

/* corner tab — red accent that ties to the logo */
.research-card::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 32px;
  width: 42px;
  height: 4px;
  background: var(--logo-red);
}

.research-meta {
  font-size: 10px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--ink-faint);
  font-weight: 600;
  margin-bottom: 16px;
}

.research-meta .red {
  color: var(--logo-red);
  font-weight: 600;
}

.research-title {
  font-family: 'Fraunces', serif;
  font-weight: 300;
  font-size: clamp(28px, 3.2vw, 40px);
  line-height: 1.1;
  color: var(--ink);
  font-variation-settings: "opsz" 60, "SOFT" 60;
  margin-bottom: 16px;
}

.research-title em { font-style: italic; color: var(--matcha); }

.research-desc {
  font-family: 'Fraunces', serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.6;
  color: var(--ink-soft);
  font-style: italic;
  font-variation-settings: "opsz" 18;
  margin-bottom: 32px;
  max-width: 480px;
}

.research-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 32px;
  padding-top: 24px;
  border-top: 1px solid var(--rule);
}

.research-stat-num {
  font-family: 'Fraunces', serif;
  font-weight: 300;
  font-size: 36px;
  line-height: 1;
  color: var(--matcha);
  font-variation-settings: "opsz" 60;
}

.research-stat-label {
  font-size: 10px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--ink-faint);
  margin-top: 8px;
  font-weight: 500;
}

.research-cta {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 14px 24px;
  background: var(--matcha);
  color: var(--bg);
  font-size: 11px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  font-weight: 600;
  text-decoration: none;
  border-radius: 999px;
  transition: all 0.25s ease;
}

.research-cta:hover {
  background: var(--matcha-deep);
  transform: translateY(-1px);
}

.research-cta .arrow { transition: transform 0.25s ease; }
.research-cta:hover .arrow { transform: translateX(4px); }

.research-radar {
  display: flex;
  align-items: center;
  justify-content: center;
}

.research-radar svg {
  max-width: 320px;
  width: 100%;
  height: auto;
}

@media (max-width: 880px) {
  .research-card { grid-template-columns: 1fr; gap: 40px; padding: 32px; }
}

/* =============================================================
   FIND US
   ============================================================= */
.markets-list {
  margin-top: 32px;
  border-top: 1px solid var(--rule);
}

.market-row {
  display: grid;
  grid-template-columns: 80px 1.2fr 1fr 1fr auto;
  gap: 32px;
  align-items: baseline;
  padding: 28px 0;
  border-bottom: 1px solid var(--rule);
}

.market-num {
  font-family: 'Fraunces', serif;
  font-weight: 300;
  font-style: italic;
  font-size: 28px;
  color: var(--gold);
  line-height: 1;
  font-variation-settings: "opsz" 36;
}

.market-name {
  font-family: 'Fraunces', serif;
  font-weight: 400;
  font-size: 24px;
  color: var(--ink);
  line-height: 1.2;
  font-variation-settings: "opsz" 36, "SOFT" 60;
}

.market-name em { font-style: italic; color: var(--matcha); }

.market-meta {
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ink-faint);
  line-height: 1.6;
  font-weight: 500;
}

.market-meta .meta-emphasis {
  font-family: 'Fraunces', serif;
  font-style: italic;
  font-size: 14px;
  text-transform: none;
  letter-spacing: 0;
  color: var(--ink-soft);
  display: block;
  margin-top: 4px;
  font-variation-settings: "opsz" 18;
}

.market-cta {
  font-size: 10px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--matcha);
  text-decoration: none;
  font-weight: 600;
  border-bottom: 1px solid var(--matcha);
  padding-bottom: 4px;
  transition: all 0.2s ease;
  white-space: nowrap;
}

.market-cta:hover {
  color: var(--matcha-deep);
  border-color: var(--matcha-deep);
}

.market-schedule-note {
  margin-top: 24px;
  font-size: 13px;
  font-style: italic;
  font-family: 'Fraunces', serif;
  color: var(--ink-soft);
}

.market-schedule-note a {
  color: var(--matcha);
  font-weight: 500;
  font-style: normal;
}

@media (max-width: 880px) {
  .market-row { grid-template-columns: 60px 1fr; gap: 16px 20px; }
  .market-name, .market-meta { grid-column: 2; }
  .market-cta { grid-column: 2; justify-self: start; }
}

.events-callout {
  margin-top: 64px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background: var(--rule);
  border: 1px solid var(--rule);
}

.event-cell {
  background: var(--bg-warm);
  padding: 32px;
}

.event-eyebrow {
  font-size: 10px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 600;
  margin-bottom: 12px;
}

.event-title {
  font-family: 'Fraunces', serif;
  font-weight: 300;
  font-style: italic;
  font-size: 28px;
  color: var(--ink);
  line-height: 1.15;
  margin-bottom: 12px;
  font-variation-settings: "opsz" 36, "SOFT" 80;
}

.event-body {
  font-family: 'Fraunces', serif;
  font-weight: 300;
  font-size: 15px;
  line-height: 1.55;
  color: var(--ink-soft);
  font-variation-settings: "opsz" 18;
}

@media (max-width: 720px) {
  .events-callout { grid-template-columns: 1fr; }
}

/* =============================================================
   CONTACT
   ============================================================= */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 80px;
  margin-top: 32px;
}

.contact-info { font-family: 'Fraunces', serif; font-weight: 300; }

.contact-channel {
  padding: 20px 0;
  border-bottom: 1px solid var(--rule);
}

.contact-channel:first-child { border-top: 1px solid var(--rule); }

.channel-label {
  font-family: 'Karla', sans-serif;
  font-size: 10px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--ink-faint);
  margin-bottom: 8px;
  font-weight: 600;
}

.channel-value { font-size: 18px; color: var(--ink); line-height: 1.4; }

.channel-value a {
  color: var(--matcha);
  text-decoration: none;
  border-bottom: 1px solid transparent;
  font-style: italic;
  transition: border-color 0.2s ease;
}

.channel-value a:hover { border-color: var(--matcha); }

.contact-form {
  display: flex;
  flex-direction: column;
  background: var(--bg-warm);
  border: 1px solid var(--rule);
  padding: 32px;
  position: relative;
}

.contact-form::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 32px;
  width: 42px;
  height: 4px;
  background: var(--logo-red);
}

.form-eyebrow {
  font-size: 10px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--ink-faint);
  margin-bottom: 8px;
  font-weight: 600;
}

.form-head {
  font-family: 'Fraunces', serif;
  font-weight: 300;
  font-size: 26px;
  color: var(--ink);
  line-height: 1.2;
  margin-bottom: 24px;
  font-variation-settings: "opsz" 36, "SOFT" 60;
}

.form-head em { font-style: italic; color: var(--matcha); }

.form-row { display: flex; flex-direction: column; gap: 6px; margin-bottom: 18px; }

.form-row label {
  font-size: 10px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--ink-faint);
  font-weight: 600;
}

.form-row input,
.form-row select,
.form-row textarea {
  background: transparent;
  border: none;
  border-bottom: 1px solid var(--rule);
  padding: 10px 0;
  font-family: 'Fraunces', serif;
  font-weight: 300;
  font-size: 16px;
  color: var(--ink);
  font-variation-settings: "opsz" 18;
  transition: border-color 0.2s ease;
  outline: none;
  width: 100%;
}

.form-row input:focus,
.form-row select:focus,
.form-row textarea:focus {
  border-bottom-color: var(--matcha);
  outline: none;
}

.form-row input:focus-visible,
.form-row select:focus-visible,
.form-row textarea:focus-visible {
  outline: 2px solid var(--matcha);
  outline-offset: 2px;
  border-radius: 2px;
}

.form-row textarea {
  resize: vertical;
  min-height: 100px;
  font-family: 'Karla', sans-serif;
  font-size: 14px;
}

.form-submit {
  margin-top: 12px;
  padding: 14px 28px;
  background: var(--matcha);
  color: var(--bg);
  border: none;
  cursor: pointer;
  font-family: 'Karla', sans-serif;
  font-size: 11px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 999px;
  transition: all 0.25s ease;
  align-self: flex-start;
}

.form-submit:hover { background: var(--matcha-deep); transform: translateY(-1px); }

@media (max-width: 880px) {
  .contact-grid { grid-template-columns: 1fr; gap: 40px; }
}

/* =============================================================
   NEWSLETTER SIGNUP
   ============================================================= */
.newsletter {
  padding: 72px 8vw 64px;
  border-top: 1px solid var(--rule);
  background: var(--bg-warm);
}
.newsletter-inner {
  max-width: 640px;
  margin: 0 auto;
  text-align: center;
}
.newsletter-eyebrow {
  font-size: 10px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--ink-faint);
  font-weight: 600;
  margin-bottom: 14px;
}
.newsletter-title {
  font-family: 'Fraunces', serif;
  font-weight: 300;
  font-size: 28px;
  color: var(--ink);
  line-height: 1.25;
  margin-bottom: 12px;
  font-variation-settings: "opsz" 36, "SOFT" 60;
  letter-spacing: -0.01em;
}
.newsletter-title em { font-style: italic; color: var(--matcha); }
.newsletter-sub {
  font-family: 'Karla', sans-serif;
  font-size: 13px;
  line-height: 1.55;
  color: var(--ink-soft);
  margin-bottom: 28px;
}
.newsletter-form {
  display: flex;
  gap: 12px;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
}
.newsletter-form input[type="email"] {
  flex: 1 1 280px;
  min-width: 220px;
  background: transparent;
  border: none;
  border-bottom: 1px solid var(--rule);
  padding: 10px 0;
  font-family: 'Fraunces', serif;
  font-weight: 300;
  font-size: 16px;
  color: var(--ink);
  outline: none;
  transition: border-color 0.2s ease;
  font-variation-settings: "opsz" 18;
}
.newsletter-form input[type="email"]::placeholder {
  color: var(--ink-faint);
  font-style: italic;
}
.newsletter-form input[type="email"]:focus {
  border-bottom-color: var(--matcha);
}
.newsletter-form input[type="email"]:focus-visible {
  outline: 2px solid var(--matcha);
  outline-offset: 2px;
  border-radius: 2px;
}
.newsletter-submit {
  padding: 12px 26px;
  background: var(--matcha);
  color: var(--bg);
  border: none;
  cursor: pointer;
  font-family: 'Karla', sans-serif;
  font-size: 11px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 999px;
  transition: all 0.25s ease;
  white-space: nowrap;
}
.newsletter-submit:hover {
  background: var(--matcha-deep);
  transform: translateY(-1px);
}
.newsletter-fineprint {
  margin-top: 18px;
  font-family: 'Karla', sans-serif;
  font-size: 10.5px;
  letter-spacing: 0.04em;
  color: var(--ink-faint);
}
.visually-hidden {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border: 0;
}
@media (max-width: 560px) {
  .newsletter { padding: 56px 6vw 48px; }
  .newsletter-form { flex-direction: column; }
  .newsletter-form input[type="email"] { text-align: center; flex-basis: auto; }
  .newsletter-submit { width: 100%; }
}

/* =============================================================
   MENU PAGE
   ============================================================= */
.menu-category {
  border-top: 1px solid var(--rule);
  padding: 56px 0;
}

.menu-category:first-of-type { border-top: none; padding-top: 32px; }

.menu-category-head {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 24px;
  margin-bottom: 40px;
}

.category-label {
  font-family: 'Fraunces', serif;
  font-weight: 300;
  font-size: clamp(28px, 3.2vw, 40px);
  line-height: 1;
  color: var(--ink);
  font-variation-settings: "opsz" 60, "SOFT" 60;
}

.category-label em { font-style: italic; color: var(--matcha); }

.category-roman {
  font-family: 'Fraunces', serif;
  font-style: italic;
  font-weight: 300;
  font-size: 18px;
  color: var(--ink-faint);
  margin-right: 8px;
  font-variation-settings: "opsz" 24;
}

.category-pricing {
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ink-faint);
  text-align: right;
  line-height: 1.6;
  font-weight: 500;
}

.category-pricing .price-num {
  font-family: 'Fraunces', serif;
  font-size: 16px;
  color: var(--matcha);
  font-style: italic;
  letter-spacing: 0.02em;
  text-transform: none;
  font-variation-settings: "opsz" 24;
  font-weight: 500;
}

.menu-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  border-top: 1px solid var(--rule);
}

.menu-item {
  padding: 28px 32px 28px 0;
  border-bottom: 1px solid var(--rule);
  position: relative;
}

.menu-item:nth-child(odd) {
  padding-right: 32px;
  border-right: 1px solid var(--rule);
}

.menu-item:nth-child(even) { padding-left: 32px; }

.menu-item.full-width {
  grid-column: 1 / -1;
  border-right: none;
  padding-right: 0;
  padding-left: 0;
}

.menu-item-head {
  display: flex;
  align-items: baseline;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 8px;
}

.item-cjk {
  font-family: 'Fraunces', serif;
  font-weight: 300;
  font-size: 26px;
  color: var(--ink);
  line-height: 1;
  font-variation-settings: "opsz" 36, "SOFT" 60;
}

.item-name {
  font-family: 'Fraunces', serif;
  font-weight: 400;
  font-size: 22px;
  color: var(--ink);
  line-height: 1.1;
  font-variation-settings: "opsz" 36;
}

.item-name em { font-style: italic; color: var(--matcha); }

.item-modifier {
  font-family: 'Fraunces', serif;
  font-style: italic;
  font-weight: 500;
  font-size: 13px;
  color: var(--gold);
  margin-left: 4px;
  font-variation-settings: "opsz" 14;
}

.item-tags { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 14px; }

.item-tag {
  font-size: 9px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--ink-faint);
  font-weight: 500;
  padding: 3px 8px;
  border: 1px solid var(--rule);
  border-radius: 999px;
}

.item-tag.tag-seasonal {
  color: var(--logo-red);
  border-color: var(--logo-red-soft);
  background: rgba(189, 14, 14, 0.06);
  font-weight: 600;
}

.item-tag.tag-signature {
  color: var(--matcha);
  border-color: var(--matcha);
  font-weight: 600;
}

.item-desc {
  font-family: 'Fraunces', serif;
  font-weight: 300;
  font-size: 15px;
  line-height: 1.55;
  color: var(--ink-soft);
  font-style: italic;
  font-variation-settings: "opsz" 18;
  max-width: 540px;
}

.menu-note {
  margin-top: 40px;
  padding: 24px 28px;
  background: var(--bg-warm);
  border: 1px solid var(--rule);
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 24px;
  align-items: center;
}

.menu-note-label {
  font-size: 10px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--ink-faint);
  font-weight: 600;
  border-right: 1px solid var(--rule);
  padding-right: 24px;
}

.menu-note-text {
  font-family: 'Fraunces', serif;
  font-style: italic;
  font-weight: 300;
  font-size: 15px;
  line-height: 1.55;
  color: var(--ink-soft);
  font-variation-settings: "opsz" 18;
}

.menu-note-text em { color: var(--matcha); }

.customization {
  margin-top: 64px;
  padding-top: 32px;
  border-top: 1px solid var(--rule);
}

.customization-head {
  font-family: 'Fraunces', serif;
  font-weight: 300;
  font-style: italic;
  font-size: 28px;
  color: var(--ink);
  margin-bottom: 32px;
  font-variation-settings: "opsz" 36, "SOFT" 80;
}

.custom-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 32px;
}

.custom-axis-label {
  font-size: 10px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--ink-faint);
  margin-bottom: 12px;
  font-weight: 600;
}

.custom-axis-options {
  font-family: 'Fraunces', serif;
  font-weight: 300;
  font-size: 15px;
  line-height: 1.7;
  color: var(--ink-soft);
  font-variation-settings: "opsz" 18;
}

.custom-axis-options span { display: block; }


.custom-axis-options span.default {
  color: var(--matcha);
  font-style: italic;
  font-weight: 500;
}

.custom-axis-options span.default::before { content: "→ "; color: var(--matcha); }

.toppings-row {
  margin-top: 40px;
  padding-top: 32px;
  border-top: 1px solid var(--rule);
  display: flex;
  align-items: baseline;
  gap: 32px;
  flex-wrap: wrap;
}

.toppings-label {
  font-size: 10px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--ink-faint);
  font-weight: 600;
}

.toppings-list { display: flex; gap: 28px; flex-wrap: wrap; }

.topping {
  font-family: 'Fraunces', serif;
  font-weight: 400;
  font-size: 16px;
  color: var(--ink);
  font-variation-settings: "opsz" 24;
}

.topping .price {
  color: var(--gold);
  font-style: italic;
  margin-left: 6px;
  font-weight: 500;
}

@media (max-width: 720px) {
  .menu-list { grid-template-columns: 1fr; }
  .menu-item:nth-child(odd) { border-right: none; padding-right: 0; }
  .menu-item:nth-child(even) { padding-left: 0; }
  .menu-category-head { grid-template-columns: 1fr; }
  .category-pricing { text-align: left; }
  .menu-note { grid-template-columns: 1fr; }
  .menu-note-label { border-right: none; border-bottom: 1px solid var(--rule); padding-right: 0; padding-bottom: 16px; }
}

/* =============================================================
   GALLERY
   ============================================================= */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 16px;
  margin-top: 32px;
}

.gal-cell {
  overflow: hidden;
  background: var(--bg-warm);
  border: 1px solid var(--rule);
  aspect-ratio: 1 / 1;
  position: relative;
}

.gal-1 { grid-column: span 7; aspect-ratio: 4 / 3; }
.gal-2 { grid-column: span 5; aspect-ratio: 3 / 4; }
.gal-3 { grid-column: span 4; aspect-ratio: 1 / 1; }
.gal-4 { grid-column: span 4; aspect-ratio: 1 / 1; }
.gal-5 { grid-column: span 4; aspect-ratio: 1 / 1; }
.gal-6 { grid-column: span 6; aspect-ratio: 4 / 3; }
.gal-7 { grid-column: span 6; aspect-ratio: 4 / 3; }

.gal-cell img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s ease, filter 0.4s ease;
  filter: saturate(0.88) contrast(0.96);
}

.gal-cell:hover img {
  transform: scale(1.04);
  filter: saturate(1) contrast(1);
}

.gal-cell .gal-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 16px 20px;
  background: linear-gradient(to top, rgba(31, 26, 20, 0.7), transparent);
  color: var(--bg);
  font-size: 10px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  font-weight: 500;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.gal-cell:hover .gal-caption { opacity: 1; transform: translateY(0); }

/* On touch/no-hover devices, captions are always visible */
@media (hover: none) {
  .gal-cell .gal-caption { opacity: 1; transform: translateY(0); }
}

.gal-caption .num {
  font-family: 'Fraunces', serif;
  font-style: italic;
  font-size: 13px;
  color: var(--gold-soft);
  margin-right: 10px;
  text-transform: none;
  letter-spacing: 0;
  font-variation-settings: "opsz" 18;
}

@media (max-width: 880px) {
  .gallery-grid { grid-template-columns: repeat(6, 1fr); }
  .gal-1, .gal-6, .gal-7 { grid-column: span 6; }
  .gal-2 { grid-column: span 6; aspect-ratio: 4 / 3; }
  .gal-3, .gal-4, .gal-5 { grid-column: span 2; }
}

@media (max-width: 480px) {
  .gallery-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; }
  .gal-1, .gal-2, .gal-6, .gal-7 { grid-column: span 2; aspect-ratio: 4/3; }
  .gal-3, .gal-4, .gal-5 { grid-column: span 1; }
}

/* =============================================================
   FOOTER
   ============================================================= */
footer {
  max-width: 1280px;
  margin: 0 auto;
  padding: 80px 6vw 60px;
  border-top: 1px solid var(--rule);
  position: relative;
  z-index: 2;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 48px;
}

.footer-mark { height: 44px; margin-bottom: 16px; display: block; }
.footer-mark img { height: 100%; width: auto; display: block; }

.footer-tagline {
  font-family: 'Fraunces', serif;
  font-weight: 300;
  font-style: italic;
  font-size: 15px;
  color: var(--ink-soft);
  line-height: 1.5;
  max-width: 280px;
  font-variation-settings: "opsz" 18;
}

.footer-section h3 {
  font-family: 'Karla', sans-serif;
  font-size: 11px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--ink-faint);
  margin-bottom: 16px;
  font-weight: 500;
}

.footer-section ul { list-style: none; }
.footer-section li { margin-bottom: 10px; }

.footer-section a {
  font-family: 'Fraunces', serif;
  font-weight: 300;
  font-size: 15px;
  color: var(--ink-soft);
  text-decoration: none;
  transition: color 0.2s ease;
  font-variation-settings: "opsz" 18;
}

.footer-section a:hover { color: var(--matcha); }

.colophon {
  margin-top: 64px;
  padding-top: 32px;
  border-top: 1px solid var(--rule);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ink-faint);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
  font-weight: 500;
}

.colophon .mark {
  font-family: 'Fraunces', serif;
  font-weight: 400;
  font-style: italic;
  font-size: 16px;
  letter-spacing: 0.02em;
  text-transform: none;
  color: var(--matcha);
}

@media (max-width: 880px) {
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
  .footer-section.brand-col { grid-column: 1 / -1; }
}

@media (max-width: 480px) {
  .footer-grid { grid-template-columns: 1fr; }
}

/* =============================================================
   ANIMATIONS
   ============================================================= */
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: translateY(0); }
}

.hero-eyebrow,
.hero-title,
.hero-lede,
.hero-meta,
.hero-photo,
.section-eyebrow,
.section-title,
.menu-item,
.market-row,
.gal-cell,
.tenet {
  animation: fadeUp 0.6s ease-out backwards;
}

.hero-title { animation-delay: 0.1s; }
.hero-lede { animation-delay: 0.2s; }
.hero-meta { animation-delay: 0.3s; }
.hero-photo { animation-delay: 0.15s; }
