/* ============================================================
   FORKCAST DEMO · 03a · THE CAFE · WARM
   Shared stylesheet for all 5 pages of this skin.

   Palette: warm cream, pumpkin, mustard, deep mocha. First
   light-palette skin in the lineup. Sunday-at-your-nan's voice.
   Type: Fraunces (70s revival display), Lora (warm body),
   JetBrains Mono (labels).
   Pattern: GRID hero (not full-bleed). Friendlier rounded
   corners. Coffee-cup icon family. Neighbourhood warmth.
   ============================================================ */

:root {
  /* Warm cream base */
  --bg: #F5EBD8;
  --bg-soft: #FAF1E0;
  --bg-warm: #EAD9BD;
  --bg-tile: #E5D2B5;

  /* Deep mocha (used for footer + final cta inversion) */
  --bg-deep: #3D2A1F;
  --bg-deepest: #2D1F15;

  /* Mocha ink family on cream */
  --ink: #2D1F15;
  --ink-soft: #5C4534;
  --ink-dim: #8C7560;
  --ink-faint: #B8A48C;

  /* Pumpkin primary accent + mustard secondary */
  --accent: #D4732C;
  --accent-deep: #A8501D;
  --accent-soft: #C28760;
  --accent-glow: rgba(212, 115, 44, 0.20);
  --mustard: #D9A52E;
  --mustard-soft: #E6BC5A;

  /* Lines */
  --line: rgba(45, 31, 21, 0.18);
  --line-strong: rgba(45, 31, 21, 0.32);

  /* Type stack */
  --display: 'Fraunces', 'Georgia', serif;
  --body: 'Lora', 'Georgia', serif;
  --mono: 'JetBrains Mono', 'SF Mono', Menlo, monospace;

  /* Layout */
  --gutter: clamp(24px, 5vw, 96px);
  --content-max: 1320px;
  --section-pad: clamp(80px, 10vw, 180px);
  --radius: 6px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; scroll-padding-top: 120px; }
body {
  font-family: var(--body);
  background: var(--bg);
  color: var(--ink);
  line-height: 1.7;
  font-weight: 400;
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; transition: color 0.2s; }
a:hover { color: var(--accent); }

/* ---------- DEMO BANNER ---------- */
.demo-banner {
  background: var(--bg-deepest);
  color: var(--bg);
  padding: 10px var(--gutter);
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 1.5px;
  text-align: center;
  text-transform: uppercase;
}
.demo-banner strong { color: var(--mustard); font-weight: 500; }
.demo-banner a {
  color: var(--bg);
  border-bottom: 1px solid var(--mustard);
  padding-bottom: 2px;
  margin-left: 8px;
}
.demo-banner a:hover { color: var(--mustard-soft); }

/* ---------- NAV ---------- */
.nav {
  position: sticky; top: 0; z-index: 90;
  background: rgba(245, 235, 216, 0.96);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
}
.nav-inner {
  max-width: var(--content-max);
  margin: 0 auto;
  padding: 22px var(--gutter);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.nav-brand {
  font-family: var(--display);
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 1px;
  color: var(--ink);
  font-variation-settings: "opsz" 144, "SOFT" 100;
}
.nav-brand .amp {
  font-style: italic;
  color: var(--accent);
}
.nav-links {
  display: flex;
  gap: clamp(20px, 3vw, 44px);
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
}
.nav-links a { opacity: 0.75; color: var(--ink); }
.nav-links a:hover, .nav-links a.active { opacity: 1; color: var(--accent); }
.nav-cta {
  font-family: var(--display);
  font-style: italic;
  font-size: 18px;
  font-weight: 500;
  color: var(--ink);
  border-bottom: 2px solid var(--accent);
  padding-bottom: 2px;
}
.nav-cta:hover { color: var(--accent); }
@media (max-width: 880px) { .nav-links { display: none; } }

/* ---------- BREADCRUMB ---------- */
.breadcrumb {
  max-width: var(--content-max);
  margin: 0 auto;
  padding: clamp(20px, 2.5vw, 32px) var(--gutter) 0;
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  color: var(--ink-soft);
}
.breadcrumb a { padding-bottom: 1px; border-bottom: 1px solid transparent; transition: border 0.2s; }
.breadcrumb a:hover { border-bottom-color: var(--accent); color: var(--accent); }
.breadcrumb .sep { padding: 0 12px; opacity: 0.55; color: var(--accent); }

/* ---------- CAFE ICONS (inline SVG via background-image) ---------- */
.cafe-icon {
  width: 32px;
  height: 32px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: 0.85;
  flex-shrink: 0;
}
/* Coffee cup */
.cafe-icon.coffee {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' fill='none' stroke='%23D4732C' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'><path d='M6 12 L24 12 L23 24 Q23 26 21 26 L9 26 Q7 26 7 24 Z'/><path d='M24 14 Q28 14 28 18 Q28 22 24 22'/><path d='M11 7 Q11 9 12 10'/><path d='M16 6 Q16 9 17 10'/></svg>");
}
/* Fork (lunch) */
.cafe-icon.fork {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' fill='none' stroke='%23D4732C' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'><line x1='12' y1='4' x2='12' y2='16'/><line x1='16' y1='4' x2='16' y2='16'/><line x1='20' y1='4' x2='20' y2='16'/><path d='M10 16 L22 16 L20 28 L12 28 Z'/></svg>");
}
/* Croissant (sweet) */
.cafe-icon.croissant {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' fill='none' stroke='%23D4732C' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'><path d='M4 20 Q4 14 10 12 Q16 10 22 12 Q28 14 28 20 L24 22 L20 20 L16 22 L12 20 L8 22 Z'/><path d='M10 17 L12 19'/><path d='M16 16 L18 18'/><path d='M22 17 L24 19'/></svg>");
}
/* Wine glass (drinks) */
.cafe-icon.wine {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 40' fill='none' stroke='%23D4732C' stroke-width='1.4' stroke-linecap='round'><path d='M8 6 L24 6 L22 18 Q22 22 16 22 Q10 22 10 18 Z'/><line x1='16' y1='22' x2='16' y2='34'/><line x1='10' y1='34' x2='22' y2='34'/></svg>");
}

/* ---------- OPEN SINCE BADGE (signature visual move) ---------- */
.since-badge {
  position: absolute;
  top: clamp(20px, 4vh, 48px);
  right: clamp(20px, 4vw, 64px);
  width: clamp(96px, 11vw, 132px);
  height: clamp(96px, 11vw, 132px);
  border-radius: 50%;
  background: var(--accent);
  color: var(--bg-soft);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  z-index: 5;
  transform: rotate(-8deg);
  box-shadow: 0 4px 16px rgba(168, 80, 29, 0.32);
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
  line-height: 1.4;
  padding: 12px;
}
.since-badge .open {
  font-family: var(--display);
  font-weight: 500;
  font-style: italic;
  font-size: clamp(13px, 1.2vw, 16px);
  letter-spacing: 0;
  text-transform: none;
  margin-bottom: 4px;
  color: var(--bg-soft);
}
.since-badge .year {
  font-family: var(--display);
  font-weight: 600;
  font-size: clamp(24px, 2.8vw, 36px);
  letter-spacing: 0;
  line-height: 1;
  margin: 4px 0;
}
.since-badge .suburb {
  font-size: 9px;
  letter-spacing: 1.5px;
}

/* ============================================================
   GRID HERO (home page) - text + image side-by-side
   Distinguishes Cafe Warm from full-bleed dark skins.
   ============================================================ */
.hero-grid {
  position: relative;
  background: var(--bg);
  overflow: hidden;
  min-height: 88vh;
  display: flex;
  align-items: stretch;
}
.hero-grid-inner {
  max-width: var(--content-max);
  margin: 0 auto;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(40px, 5vw, 88px);
  padding: clamp(64px, 9vh, 128px) var(--gutter) clamp(56px, 8vh, 96px);
  align-items: center;
}
.hero-grid-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.hero-grid-eyebrow {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 28px;
  display: flex;
  align-items: center;
  gap: 14px;
}
.hero-grid-eyebrow::before {
  content: '';
  width: 36px;
  height: 2px;
  background: var(--accent);
}
.hero-grid h1 {
  font-family: var(--display);
  font-weight: 500;
  font-size: clamp(44px, 6.5vw, 84px);
  line-height: 1.02;
  letter-spacing: -0.5px;
  color: var(--ink);
  margin-bottom: 28px;
  font-variation-settings: "opsz" 144, "SOFT" 100;
}
.hero-grid h1 em {
  font-style: italic;
  font-weight: 500;
  color: var(--accent);
}
.hero-grid-sub {
  font-family: var(--display);
  font-style: italic;
  font-size: clamp(19px, 1.8vw, 24px);
  font-weight: 400;
  line-height: 1.5;
  color: var(--ink-soft);
  max-width: 540px;
  margin-bottom: 36px;
}
.hero-grid-meta {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--ink-soft);
  margin-bottom: 36px;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.hero-grid-meta span::before { content: "·"; margin-right: 24px; color: var(--accent); }
.hero-grid-meta span:first-child::before { content: ""; margin: 0; }
.hero-grid-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
}
.hero-grid-image {
  aspect-ratio: 4/5;
  background: var(--bg-warm);
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--line);
}
.hero-grid-image .image-placeholder {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 32px;
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--ink-soft);
  opacity: 0.85;
  gap: 14px;
}
.hero-grid-image .image-placeholder .label { color: var(--accent); font-weight: 500; }
.hero-grid-image .image-placeholder .intent {
  max-width: 340px;
  line-height: 1.6;
  font-family: var(--display);
  font-style: italic;
  font-size: 16px;
  text-transform: none;
  letter-spacing: 0;
  color: var(--ink-soft);
}
@media (max-width: 880px) {
  .hero-grid-inner { grid-template-columns: 1fr; gap: 48px; }
  .hero-grid-image { aspect-ratio: 4/3; order: -1; }
}

/* ---------- BUTTONS ---------- */
.btn-primary {
  background: var(--accent);
  color: var(--bg-soft);
  padding: 22px 38px;
  font-family: var(--mono);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  transition: background 0.25s, color 0.25s;
  cursor: pointer;
  border: none;
  border-radius: var(--radius);
}
.btn-primary:hover { background: var(--accent-deep); color: var(--bg-soft); }

.btn-outline {
  background: transparent;
  color: var(--ink);
  padding: 21px 38px;
  font-family: var(--mono);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  transition: all 0.25s;
  cursor: pointer;
  border: 2px solid var(--accent);
  border-radius: var(--radius);
}
.btn-outline:hover { background: var(--accent); color: var(--bg-soft); }

.btn-ghost {
  font-family: var(--display);
  font-style: italic;
  font-size: 20px;
  color: var(--ink);
  border-bottom: 2px solid var(--accent);
  padding-bottom: 4px;
  font-weight: 500;
}
.btn-ghost:hover { color: var(--accent); }

/* On dark (mocha) backgrounds */
.on-dark .btn-primary { background: var(--mustard); color: var(--bg-deepest); }
.on-dark .btn-primary:hover { background: var(--mustard-soft); }
.on-dark .btn-ghost { color: var(--bg-soft); border-bottom-color: var(--mustard); }
.on-dark .btn-ghost:hover { color: var(--mustard); }

/* ---------- SECTION SCAFFOLDING ---------- */
.section-eyebrow {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  gap: 14px;
}
.section-eyebrow::before {
  content: '';
  width: 32px;
  height: 2px;
  background: var(--accent);
}
.section-heading {
  font-family: var(--display);
  font-weight: 500;
  font-size: clamp(40px, 6vw, 76px);
  line-height: 1.05;
  letter-spacing: -0.5px;
  margin-bottom: 28px;
  color: var(--ink);
  font-variation-settings: "opsz" 144, "SOFT" 100;
}
.section-heading em {
  font-style: italic;
  font-weight: 500;
  color: var(--accent);
}
.section-lede {
  font-family: var(--display);
  font-style: italic;
  font-size: clamp(20px, 2.2vw, 28px);
  font-weight: 400;
  line-height: 1.5;
  color: var(--ink-soft);
  max-width: 720px;
}

/* ============================================================
   PRESS STRIP (home page, trust signals under hero)
   ============================================================ */
.press-strip {
  background: var(--bg-warm);
  padding: clamp(40px, 5vw, 64px) var(--gutter);
  position: relative;
  border-top: 2px solid var(--accent);
  border-bottom: 2px solid var(--accent);
}
.press-strip-inner {
  max-width: var(--content-max);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(28px, 4vw, 44px);
}
.press-strip-eyebrow {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--accent);
  text-align: center;
}
.press-logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: clamp(36px, 5vw, 72px);
  width: 100%;
}
.press-logo-slot {
  text-align: center;
  max-width: 220px;
}
.press-logo-slot .label {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--accent-deep);
  display: block;
  margin-bottom: 10px;
  font-weight: 500;
}
.press-logo-slot .quote {
  font-family: var(--display);
  font-style: italic;
  font-size: clamp(17px, 1.5vw, 21px);
  line-height: 1.4;
  color: var(--ink);
  opacity: 0.88;
}
@media (max-width: 760px) {
  .press-logos { gap: 24px; }
  .press-logo-slot { max-width: 160px; }
}

/* ============================================================
   SUNDAY'S SPECIALS (three dishes, image-led grid)
   ============================================================ */
.specials {
  background: var(--bg);
}
.specials-inner {
  max-width: var(--content-max);
  margin: 0 auto;
  padding: var(--section-pad) var(--gutter);
}
.specials-header {
  text-align: center;
  margin-bottom: clamp(56px, 7vw, 96px);
}
.specials-header .section-eyebrow { justify-content: center; }
.specials-header .section-eyebrow::after {
  content: '';
  width: 32px;
  height: 2px;
  background: var(--accent);
}
.specials-header .section-lede { margin: 0 auto; }
.specials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(32px, 4vw, 64px);
}
.special-card {
  background: var(--bg-soft);
  border-radius: var(--radius);
  border: 1px solid var(--line);
  border-top: 4px solid var(--accent);
  padding: clamp(24px, 2.5vw, 36px);
  display: flex;
  flex-direction: column;
}
.special-image {
  aspect-ratio: 4/3;
  background: var(--bg-warm);
  margin-bottom: 24px;
  position: relative;
  overflow: hidden;
  border-radius: var(--radius);
}
.special-image .image-placeholder {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 24px;
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--ink-soft);
  opacity: 0.85;
  gap: 12px;
}
.special-image .image-placeholder .label { color: var(--accent); font-weight: 500; }
.special-image .image-placeholder .intent {
  max-width: 260px;
  line-height: 1.55;
  font-family: var(--display);
  font-style: italic;
  font-size: 14px;
  text-transform: none;
  letter-spacing: 0;
  color: var(--ink-soft);
}
.special-tag {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--bg-soft);
  background: var(--mustard);
  padding: 5px 12px;
  border-radius: 3px;
  display: inline-block;
  margin-bottom: 14px;
  align-self: flex-start;
}
.special-icon-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
}
.special-icon-label {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--accent);
}
.special-name {
  font-family: var(--display);
  font-weight: 500;
  font-size: clamp(24px, 2.4vw, 32px);
  line-height: 1.15;
  color: var(--ink);
  margin-bottom: 14px;
  font-variation-settings: "opsz" 72, "SOFT" 80;
}
.special-name em {
  font-style: italic;
  font-weight: 500;
  color: var(--accent);
}
.special-desc {
  font-size: 15px;
  line-height: 1.7;
  color: var(--ink-soft);
  margin-bottom: 18px;
  max-width: 340px;
}
.special-meta {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--accent-deep);
  margin-top: auto;
  padding-top: 18px;
  border-top: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}
.special-price {
  font-family: var(--display);
  font-size: 18px;
  color: var(--ink);
  letter-spacing: 0;
  font-weight: 500;
}
@media (max-width: 880px) {
  .specials-grid { grid-template-columns: 1fr; gap: 48px; }
}

/* ============================================================
   THE COURTYARD (room feature, wide warm photo)
   ============================================================ */
.courtyard-feature {
  background: var(--bg-warm);
  position: relative;
  overflow: hidden;
}
.courtyard-image {
  position: relative;
  aspect-ratio: 21/9;
  background: var(--bg-tile);
}
.courtyard-image .image-placeholder {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 32px;
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--ink-soft);
  gap: 12px;
}
.courtyard-image .image-placeholder .label { color: var(--accent); font-weight: 500; }
.courtyard-image .image-placeholder .intent {
  max-width: 440px;
  font-family: var(--display);
  font-style: italic;
  font-size: 17px;
  text-transform: none;
  letter-spacing: 0;
  line-height: 1.55;
  color: var(--ink-soft);
}
.courtyard-caption {
  max-width: var(--content-max);
  margin: 0 auto;
  padding: clamp(40px, 5vw, 72px) var(--gutter) clamp(48px, 6vw, 88px);
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: clamp(32px, 5vw, 96px);
  flex-wrap: wrap;
}
.courtyard-caption h2 {
  font-family: var(--display);
  font-weight: 500;
  font-size: clamp(36px, 5vw, 64px);
  line-height: 1.05;
  letter-spacing: -0.5px;
  max-width: 560px;
  color: var(--ink);
  font-variation-settings: "opsz" 144, "SOFT" 100;
}
.courtyard-caption h2 em { font-style: italic; font-weight: 500; color: var(--accent); }
.courtyard-caption p {
  font-family: var(--display);
  font-style: italic;
  font-size: clamp(17px, 1.6vw, 21px);
  line-height: 1.55;
  max-width: 380px;
  color: var(--ink-soft);
}
@media (max-width: 880px) {
  .courtyard-image { aspect-ratio: 4/5; }
  .courtyard-caption { flex-direction: column; align-items: flex-start; }
}

/* ============================================================
   STORY SNIPPET (home tease for Hello page)
   ============================================================ */
.story-snippet {
  background: var(--bg);
}
.story-snippet-inner {
  max-width: var(--content-max);
  margin: 0 auto;
  padding: var(--section-pad) var(--gutter);
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: clamp(48px, 7vw, 120px);
  align-items: center;
}
.story-snippet-image {
  aspect-ratio: 4/5;
  background: var(--bg-warm);
  position: relative;
  border-radius: var(--radius);
  border: 1px solid var(--accent);
  overflow: hidden;
}
.story-snippet-image .image-placeholder {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 28px;
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--ink-soft);
  gap: 12px;
}
.story-snippet-image .image-placeholder .label { color: var(--accent); font-weight: 500; }
.story-snippet-image .image-placeholder .intent {
  max-width: 300px;
  line-height: 1.55;
  font-family: var(--display);
  font-style: italic;
  font-size: 16px;
  text-transform: none;
  letter-spacing: 0;
  color: var(--ink-soft);
}
.story-snippet .copy h2 {
  font-family: var(--display);
  font-weight: 500;
  font-size: clamp(36px, 5vw, 64px);
  line-height: 1.05;
  letter-spacing: -0.5px;
  margin-bottom: 28px;
  padding-bottom: 20px;
  border-bottom: 2px solid var(--accent);
  color: var(--ink);
  font-variation-settings: "opsz" 144, "SOFT" 100;
}
.story-snippet .copy h2 em { font-style: italic; font-weight: 500; color: var(--accent); }
.story-snippet .copy p {
  font-size: 17px;
  line-height: 1.85;
  color: var(--ink-soft);
  margin-bottom: 22px;
  max-width: 500px;
}
.story-snippet .copy .sig {
  font-family: var(--display);
  font-style: italic;
  font-size: 22px;
  color: var(--ink);
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
  display: inline-block;
  border-bottom: 2px solid var(--accent);
  padding-bottom: 4px;
  font-weight: 500;
}
.story-snippet .copy .sig:hover { color: var(--accent); }
@media (max-width: 880px) {
  .story-snippet-inner { grid-template-columns: 1fr; }
  .story-snippet-image { max-width: 480px; margin: 0 auto; order: -1; }
}

/* ============================================================
   FINAL CTA (deep mocha inversion of light palette)
   ============================================================ */
.final-cta {
  background: var(--bg-deep);
  color: var(--bg-soft);
  padding: var(--section-pad) var(--gutter);
  text-align: center;
  position: relative;
}
.final-cta::before, .final-cta::after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: clamp(80px, 12vw, 200px);
  height: 2px;
  background: var(--mustard);
}
.final-cta::before { top: clamp(32px, 5vw, 64px); }
.final-cta::after { bottom: clamp(32px, 5vw, 64px); }
.final-cta .eyebrow {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--mustard);
  margin-bottom: 32px;
}
.final-cta h2 {
  font-family: var(--display);
  font-weight: 500;
  font-size: clamp(48px, 7vw, 96px);
  line-height: 1.05;
  letter-spacing: -0.5px;
  margin-bottom: 28px;
  color: var(--bg-soft);
  font-variation-settings: "opsz" 144, "SOFT" 100;
}
.final-cta h2 em { font-style: italic; font-weight: 500; color: var(--mustard); }
.final-cta p {
  font-family: var(--display);
  font-style: italic;
  font-size: clamp(20px, 2vw, 26px);
  max-width: 560px;
  margin: 0 auto 44px;
  opacity: 0.95;
  color: var(--bg-soft);
}
.final-cta .btn-primary {
  background: var(--mustard);
  color: var(--bg-deepest);
}
.final-cta .btn-primary:hover { background: var(--mustard-soft); color: var(--bg-deepest); }

/* ============================================================
   PAGE-LEVEL HERO (other pages: grid variant or short version)
   ============================================================ */
.page-hero {
  position: relative;
  background: var(--bg);
  padding: clamp(56px, 8vw, 112px) var(--gutter) clamp(48px, 6vw, 80px);
  border-bottom: 2px solid var(--accent);
}
.page-hero-inner {
  max-width: var(--content-max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 0.8fr;
  gap: clamp(40px, 5vw, 88px);
  align-items: center;
}
.page-hero-copy {
  display: flex;
  flex-direction: column;
}
.page-hero-eyebrow {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  gap: 14px;
}
.page-hero-eyebrow::before {
  content: "";
  width: 36px;
  height: 2px;
  background: var(--accent);
}
.page-hero h1 {
  font-family: var(--display);
  font-weight: 500;
  font-size: clamp(40px, 5.8vw, 72px);
  line-height: 1.02;
  letter-spacing: -0.3px;
  color: var(--ink);
  margin-bottom: 24px;
  font-variation-settings: "opsz" 144, "SOFT" 100;
}
.page-hero h1 em { font-style: italic; font-weight: 500; color: var(--accent); }
.page-hero-lede {
  font-family: var(--display);
  font-style: italic;
  font-size: clamp(18px, 1.7vw, 22px);
  line-height: 1.5;
  color: var(--ink-soft);
  max-width: 540px;
}
.page-hero-image {
  aspect-ratio: 4/5;
  background: var(--bg-warm);
  position: relative;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  overflow: hidden;
}
.page-hero-image .image-placeholder {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 32px;
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--ink-soft);
  gap: 14px;
}
.page-hero-image .image-placeholder .label { color: var(--accent); font-weight: 500; }
.page-hero-image .image-placeholder .intent {
  max-width: 320px;
  font-family: var(--display);
  font-style: italic;
  font-size: 15px;
  text-transform: none;
  letter-spacing: 0;
  line-height: 1.6;
  color: var(--ink-soft);
}
@media (max-width: 880px) {
  .page-hero-inner { grid-template-columns: 1fr; }
  .page-hero-image { max-width: 480px; margin: 0 auto; }
}

/* ============================================================
   MENU PAGE (warm printed-menu card)
   ============================================================ */
.menu-canvas {
  max-width: 980px;
  margin: 0 auto;
  padding: clamp(48px, 6vw, 96px) var(--gutter) clamp(72px, 9vw, 140px);
}
.menu-course {
  padding: clamp(48px, 6vw, 80px) 0;
  border-top: 2px solid var(--accent);
}
.menu-course:first-child { border-top: none; padding-top: 0; }
.menu-course-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 16px;
}
.menu-course-head .head-left {
  display: flex;
  align-items: center;
  gap: 16px;
}
.menu-course-head h2 {
  font-family: var(--display);
  font-weight: 500;
  font-size: clamp(34px, 5vw, 56px);
  line-height: 1;
  letter-spacing: -0.4px;
  color: var(--ink);
  font-variation-settings: "opsz" 144, "SOFT" 100;
}
.menu-course-head h2 em { font-style: italic; font-weight: 500; color: var(--accent); }
.menu-course-head .glass-icon, .menu-course-head .cafe-icon { width: 38px; height: 38px; }
.menu-course-head .course-tag {
  font-family: var(--mono);
  font-style: normal;
  font-size: 11px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--accent);
  border: 2px solid var(--accent);
  padding: 6px 12px;
  border-radius: 3px;
}
.menu-course-note {
  font-family: var(--display);
  font-style: italic;
  font-size: 19px;
  color: var(--ink-soft);
  margin-bottom: 40px;
  max-width: 620px;
  line-height: 1.55;
}

.menu-item {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 32px;
  padding: 26px 0;
  border-bottom: 1px solid var(--line);
  align-items: baseline;
}
.menu-item:last-child { border-bottom: none; }
.menu-item-name {
  font-family: var(--display);
  font-weight: 500;
  font-size: clamp(22px, 2vw, 28px);
  line-height: 1.2;
  color: var(--ink);
  margin-bottom: 8px;
  font-variation-settings: "opsz" 72, "SOFT" 80;
}
.menu-item-name em { font-style: italic; font-weight: 500; color: var(--accent); }
.menu-item-desc {
  font-size: 15px;
  line-height: 1.75;
  color: var(--ink-soft);
  max-width: 580px;
  font-style: italic;
  font-family: var(--display);
}
.menu-item-tags {
  display: inline-flex;
  gap: 8px;
  margin-top: 12px;
}
.menu-tag {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 2px;
  color: var(--accent);
  text-transform: uppercase;
  border: 1px solid var(--accent);
  padding: 4px 10px;
  border-radius: 3px;
}
.menu-tag.mustard { color: var(--bg-deepest); border-color: var(--mustard); background: var(--mustard); }
.menu-item-price {
  font-family: var(--display);
  font-size: 17px;
  letter-spacing: 0;
  color: var(--ink);
  white-space: nowrap;
  font-weight: 500;
}
@media (max-width: 600px) {
  .menu-item { grid-template-columns: 1fr; gap: 8px; }
}

.menu-finale {
  background: var(--bg-warm);
  padding: var(--section-pad) var(--gutter);
  border-top: 2px solid var(--accent);
  border-bottom: 2px solid var(--accent);
}
.menu-finale-inner {
  max-width: 920px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(32px, 4vw, 64px);
}
.finale-block h3 {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 16px;
}
.finale-block p {
  font-size: 15px;
  line-height: 1.75;
  color: var(--ink-soft);
}
@media (max-width: 760px) {
  .menu-finale-inner { grid-template-columns: 1fr; gap: 32px; }
}

/* ============================================================
   STORY PAGE (Hello)
   ============================================================ */
.story-prose {
  max-width: 760px;
  margin: 0 auto;
  padding: clamp(56px, 7vw, 96px) var(--gutter) clamp(48px, 6vw, 96px);
}
.story-prose p {
  font-size: clamp(18px, 1.5vw, 20px);
  line-height: 1.9;
  color: var(--ink);
  margin-bottom: 32px;
}
.story-prose p:first-of-type {
  font-family: var(--display);
  font-style: italic;
  font-size: clamp(22px, 2.2vw, 30px);
  line-height: 1.5;
  color: var(--ink-soft);
  font-weight: 500;
}
.story-prose h2 {
  font-family: var(--display);
  font-weight: 500;
  font-size: clamp(32px, 4vw, 48px);
  line-height: 1.1;
  letter-spacing: -0.3px;
  margin-top: 64px;
  margin-bottom: 24px;
  padding-bottom: 16px;
  border-bottom: 2px solid var(--accent);
  color: var(--ink);
  font-variation-settings: "opsz" 144, "SOFT" 100;
}
.story-prose h2 em { font-style: italic; font-weight: 500; color: var(--accent); }

.pull-quote {
  background: var(--mustard);
  color: var(--bg-deepest);
  padding: clamp(72px, 9vw, 128px) var(--gutter);
  text-align: center;
  position: relative;
}
.pull-quote::before, .pull-quote::after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: clamp(80px, 12vw, 200px);
  height: 2px;
  background: var(--bg-deepest);
}
.pull-quote::before { top: clamp(40px, 5vw, 72px); opacity: 0.32; }
.pull-quote::after { bottom: clamp(40px, 5vw, 72px); opacity: 0.32; }
.pull-quote blockquote {
  max-width: 920px;
  margin: 0 auto;
  font-family: var(--display);
  font-style: italic;
  font-weight: 500;
  font-size: clamp(28px, 4.5vw, 56px);
  line-height: 1.25;
  color: var(--bg-deepest);
}
.pull-quote blockquote em { color: var(--accent-deep); font-weight: 600; }
.pull-quote cite {
  font-family: var(--mono);
  font-style: normal;
  font-size: 11px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--bg-deepest);
  display: block;
  margin-top: 40px;
  opacity: 0.85;
}

.story-photos {
  max-width: var(--content-max);
  margin: 0 auto;
  padding: var(--section-pad) var(--gutter);
}
.story-photos-header {
  text-align: center;
  margin-bottom: clamp(48px, 6vw, 80px);
}
.story-photos-header .section-eyebrow { justify-content: center; }
.story-photos-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(24px, 3vw, 48px);
}
.story-photo {
  aspect-ratio: 4/5;
  background: var(--bg-warm);
  position: relative;
  border-radius: var(--radius);
  border: 1px solid var(--accent);
  overflow: hidden;
}
.story-photo.tall { grid-row: span 2; aspect-ratio: 4/6; }
.story-photo .image-placeholder {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 28px;
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--ink-soft);
  gap: 12px;
}
.story-photo .image-placeholder .label { color: var(--accent); font-weight: 500; }
.story-photo .image-placeholder .intent {
  max-width: 300px;
  font-family: var(--display);
  font-style: italic;
  font-size: 15px;
  text-transform: none;
  letter-spacing: 0;
  line-height: 1.55;
  color: var(--ink-soft);
}
@media (max-width: 760px) {
  .story-photos-grid { grid-template-columns: 1fr; }
  .story-photo.tall { grid-row: auto; aspect-ratio: 4/5; }
}

.story-press {
  background: var(--bg-warm);
  padding: var(--section-pad) var(--gutter);
  text-align: center;
  border-top: 2px solid var(--accent);
  border-bottom: 2px solid var(--accent);
}
.press-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: 48px;
}
.press-logo {
  aspect-ratio: 4/2;
  background: var(--bg-soft);
  border: 2px solid var(--mustard);
  border-radius: var(--radius);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--ink-soft);
}
@media (max-width: 760px) {
  .press-grid { grid-template-columns: repeat(2, 1fr); gap: 18px; }
}

/* ============================================================
   BOOKINGS PAGE
   ============================================================ */
.booking-canvas {
  max-width: 920px;
  margin: 0 auto;
  padding: clamp(48px, 6vw, 96px) var(--gutter);
}
.booking-widget {
  aspect-ratio: 4/3;
  background: var(--bg-soft);
  border-radius: var(--radius);
  border: 2px solid var(--accent);
  position: relative;
}
.booking-widget .image-placeholder {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 32px;
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--ink-soft);
  gap: 12px;
}
.booking-widget .image-placeholder .label { color: var(--accent); font-weight: 500; }
.booking-widget .image-placeholder .intent {
  max-width: 380px;
  font-family: var(--display);
  font-style: italic;
  font-size: 17px;
  text-transform: none;
  letter-spacing: 0;
  line-height: 1.65;
  color: var(--ink-soft);
}
@media (max-width: 600px) {
  .booking-widget { aspect-ratio: 3/4; }
}

.bookings-split {
  background: var(--bg-warm);
  padding: var(--section-pad) var(--gutter);
  border-top: 2px solid var(--accent);
  border-bottom: 2px solid var(--accent);
}
.bookings-split-inner {
  max-width: var(--content-max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(48px, 6vw, 96px);
}
.bookings-split-inner h2 {
  font-family: var(--display);
  font-weight: 500;
  font-size: clamp(32px, 4vw, 48px);
  line-height: 1.1;
  letter-spacing: -0.3px;
  margin-bottom: 20px;
  padding-bottom: 16px;
  border-bottom: 2px solid var(--accent);
  color: var(--ink);
  font-variation-settings: "opsz" 144, "SOFT" 100;
}
.bookings-split-inner h2 em { font-style: italic; font-weight: 500; color: var(--accent); }
.bookings-split-inner p {
  font-size: 16px;
  line-height: 1.85;
  color: var(--ink-soft);
  margin-bottom: 18px;
  max-width: 480px;
}
@media (max-width: 760px) {
  .bookings-split-inner { grid-template-columns: 1fr; gap: 40px; }
}

.community-feature {
  position: relative;
  background: var(--bg-deep);
  color: var(--bg-soft);
  overflow: hidden;
}
.community-image {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #5C4534 0%, #3D2A1F 100%);
  z-index: 1;
}
.community-image .image-placeholder {
  position: absolute;
  top: clamp(20px, 3vh, 36px);
  right: clamp(20px, 3vw, 48px);
  inset: auto;
  display: block;
  text-align: right;
  padding: 0;
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--mustard);
  opacity: 0.55;
  z-index: 3;
  max-width: 320px;
  pointer-events: none;
}
.community-image .image-placeholder .label { color: var(--mustard); font-weight: 500; }
.community-image .image-placeholder .intent { display: none; }
.community-image::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(45,31,21,0.55) 0%, rgba(45,31,21,0.40) 100%);
  z-index: 2;
}
.community-content {
  position: relative;
  z-index: 3;
  max-width: var(--content-max);
  margin: 0 auto;
  padding: var(--section-pad) var(--gutter);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(40px, 5vw, 96px);
  align-items: center;
}
.community-content .copy h2 {
  font-family: var(--display);
  font-weight: 500;
  font-size: clamp(40px, 5.5vw, 72px);
  line-height: 1.05;
  letter-spacing: -0.5px;
  margin-bottom: 24px;
  color: var(--bg-soft);
  font-variation-settings: "opsz" 144, "SOFT" 100;
}
.community-content .copy h2 em { font-style: italic; font-weight: 500; color: var(--mustard); }
.community-content .copy p {
  font-family: var(--display);
  font-style: italic;
  font-size: clamp(18px, 1.8vw, 22px);
  line-height: 1.55;
  margin-bottom: 32px;
  opacity: 0.95;
  max-width: 480px;
  color: var(--bg-soft);
}
.community-content .copy .btn-outline {
  border-color: var(--mustard);
  color: var(--bg-soft);
}
.community-content .copy .btn-outline:hover {
  background: var(--mustard);
  color: var(--bg-deepest);
}
@media (max-width: 880px) {
  .community-content { grid-template-columns: 1fr; }
}

.booking-faq {
  max-width: 920px;
  margin: 0 auto;
  padding: var(--section-pad) var(--gutter);
}
.booking-faq h2 {
  font-family: var(--display);
  font-weight: 500;
  font-size: clamp(40px, 5vw, 60px);
  line-height: 1;
  letter-spacing: -0.3px;
  margin-bottom: 16px;
  padding-bottom: 20px;
  border-bottom: 2px solid var(--accent);
  color: var(--ink);
  font-variation-settings: "opsz" 144, "SOFT" 100;
}
.booking-faq h2 em { font-style: italic; font-weight: 500; color: var(--accent); }
.booking-faq .lede {
  font-family: var(--display);
  font-style: italic;
  font-size: 21px;
  color: var(--ink-soft);
  margin-bottom: 48px;
}
.booking-faq details {
  border-bottom: 1px solid var(--line);
  padding: 28px 0;
}
.booking-faq details:last-child { border-bottom-color: var(--accent); border-bottom-width: 2px; }
.booking-faq summary {
  font-family: var(--display);
  font-weight: 500;
  font-size: clamp(20px, 2vw, 26px);
  color: var(--ink);
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 16px;
  font-variation-settings: "opsz" 72, "SOFT" 80;
}
.booking-faq summary::-webkit-details-marker { display: none; }
.booking-faq summary::after {
  content: "+";
  font-family: var(--display);
  font-style: italic;
  font-size: 28px;
  color: var(--accent);
  transition: transform 0.2s;
  font-weight: 500;
}
.booking-faq details[open] summary::after { content: "-"; }
.booking-faq details p {
  margin-top: 16px;
  font-size: 16px;
  line-height: 1.85;
  color: var(--ink-soft);
  max-width: 720px;
}

/* ============================================================
   CONTACT (VISIT) PAGE
   ============================================================ */
.contact-map {
  aspect-ratio: 21/9;
  background: var(--bg-warm);
  border-top: 2px solid var(--accent);
  border-bottom: 2px solid var(--accent);
  position: relative;
}
.contact-map .image-placeholder {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 32px;
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--ink-soft);
  gap: 12px;
}
.contact-map .image-placeholder .label { color: var(--accent); font-weight: 500; }
.contact-map .image-placeholder .intent {
  max-width: 460px;
  font-family: var(--display);
  font-style: italic;
  font-size: 17px;
  text-transform: none;
  letter-spacing: 0;
  line-height: 1.65;
  color: var(--ink-soft);
}
@media (max-width: 760px) { .contact-map { aspect-ratio: 4/3; } }

.contact-grid {
  max-width: var(--content-max);
  margin: 0 auto;
  padding: var(--section-pad) var(--gutter);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(40px, 5vw, 80px);
}
.contact-block {
  background: var(--bg-soft);
  border-radius: var(--radius);
  border: 1px solid var(--line);
  border-top: 3px solid var(--accent);
  padding: 28px 28px 32px;
}
.contact-block h3 {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 18px;
}
.contact-block .big {
  font-family: var(--display);
  font-weight: 500;
  font-size: clamp(22px, 2vw, 28px);
  line-height: 1.25;
  color: var(--ink);
  margin-bottom: 12px;
  font-variation-settings: "opsz" 72, "SOFT" 80;
}
.contact-block a.big { transition: color 0.2s; }
.contact-block a.big:hover { color: var(--accent); }
.contact-block .small {
  font-size: 14px;
  line-height: 1.7;
  color: var(--ink-soft);
}
@media (max-width: 760px) { .contact-grid { grid-template-columns: 1fr; gap: 24px; } }

.press-block {
  background: var(--bg-warm);
  padding: var(--section-pad) var(--gutter);
  text-align: center;
  border-top: 2px solid var(--accent);
  border-bottom: 2px solid var(--accent);
}
.press-block .section-eyebrow { justify-content: center; }
.press-block h2 {
  font-family: var(--display);
  font-weight: 500;
  font-size: clamp(36px, 4.5vw, 56px);
  line-height: 1.1;
  letter-spacing: -0.3px;
  margin-bottom: 16px;
  color: var(--ink);
  font-variation-settings: "opsz" 144, "SOFT" 100;
}
.press-block h2 em { font-style: italic; font-weight: 500; color: var(--accent); }
.press-block p {
  font-family: var(--display);
  font-style: italic;
  font-size: 19px;
  color: var(--ink-soft);
  margin-bottom: 24px;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}
.press-block .email-big {
  font-family: var(--display);
  font-size: clamp(24px, 2.5vw, 34px);
  font-weight: 500;
  color: var(--ink);
  border-bottom: 2px solid var(--accent);
  padding-bottom: 4px;
  font-variation-settings: "opsz" 144, "SOFT" 100;
}
.press-block .email-big:hover { color: var(--accent); }

/* ============================================================
   FOOTER (deep mocha, warm cream type)
   ============================================================ */
.footer {
  background: var(--bg-deepest);
  color: var(--bg-soft);
  padding: 88px var(--gutter) 36px;
  border-top: 4px solid var(--mustard);
}
.footer-inner { max-width: var(--content-max); margin: 0 auto; }
.footer-grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1fr;
  gap: clamp(32px, 4vw, 64px);
  padding-bottom: 56px;
  border-bottom: 1px solid rgba(245, 235, 216, 0.18);
}
.footer-brand .wordmark {
  font-family: var(--display);
  font-size: 32px;
  font-weight: 500;
  letter-spacing: 1px;
  margin-bottom: 16px;
  color: var(--bg-soft);
  font-variation-settings: "opsz" 144, "SOFT" 100;
}
.footer-brand .wordmark .amp { font-style: italic; color: var(--mustard); }
.footer-brand p {
  font-family: var(--display);
  font-style: italic;
  font-size: 16px;
  line-height: 1.65;
  color: var(--bg-soft);
  max-width: 300px;
  opacity: 0.9;
  margin-top: 16px;
}
.footer-col h4 {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--mustard);
  margin-bottom: 18px;
}
.footer-col a, .footer-col p {
  display: block;
  font-size: 14px;
  line-height: 1.9;
  color: var(--bg-soft);
  opacity: 0.85;
}
.footer-col a:hover { opacity: 1; color: var(--mustard); }
.footer-bottom {
  padding-top: 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 1.5px;
  color: var(--bg-soft);
  opacity: 0.6;
}
.footer-bottom .built-by a {
  color: var(--mustard);
  border-bottom: 1px solid var(--mustard);
  padding-bottom: 1px;
}
.footer-bottom .built-by a:hover { color: var(--bg-soft); }
@media (max-width: 880px) {
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-bottom { flex-direction: column; align-items: flex-start; }
}
@media (max-width: 540px) {
  .footer-grid { grid-template-columns: 1fr; }
}

/* ============================================================
   WORLD-CLASS ELEVATION LAYER (Cycle 7)
   6 moves layered on top of canon: scroll-driven reveals,
   hand-drawn steaming-cup monogram, pumpkin STAY cursor accent,
   Fraunces italic marquee press ticker, broken-grid story snippet,
   cream-on-cream editorial pause.
   All CSS-first, JS-light. Respects prefers-reduced-motion.
   Tuned for Cafe Warm voice: round soft shapes, italic warmth,
   pumpkin + cream + mocha, lived-in not loud.
   ============================================================ */

/* --- Move 1: Scroll-driven entrance --- */
.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 1s cubic-bezier(0.22, 1, 0.36, 1),
              transform 1s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, transform;
}
.reveal.in-view {
  opacity: 1;
  transform: translateY(0);
}
.reveal-delay-1 { transition-delay: 0.08s; }
.reveal-delay-2 { transition-delay: 0.16s; }
.reveal-delay-3 { transition-delay: 0.24s; }
.reveal-delay-4 { transition-delay: 0.32s; }
.reveal-delay-5 { transition-delay: 0.40s; }

.reveal-image {
  opacity: 0;
  transform: scale(1.04);
  transition: opacity 1.3s cubic-bezier(0.22, 1, 0.36, 1),
              transform 1.3s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, transform;
}
.reveal-image.in-view {
  opacity: 1;
  transform: scale(1);
}

@media (prefers-reduced-motion: reduce) {
  .reveal, .reveal-image {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

/* --- Move 2: Hand-drawn steaming-cup monogram --- */
.nav-brand-monogram {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}
.nav-brand-monogram svg {
  width: 32px;
  height: 32px;
  display: block;
  flex-shrink: 0;
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}
.nav-brand-monogram:hover svg { transform: rotate(-6deg); }
.nav-brand-monogram svg path,
.nav-brand-monogram svg line { stroke: var(--accent); fill: none; }

.footer-brand .wordmark {
  display: inline-flex;
  align-items: center;
  gap: 14px;
}
.footer-brand .wordmark svg {
  width: 38px;
  height: 38px;
  display: block;
  flex-shrink: 0;
}
.footer-brand .wordmark svg path,
.footer-brand .wordmark svg line { stroke: var(--mustard); fill: none; }

/* --- Move 3: Pumpkin STAY cursor accent (round, warm voice) --- */
.cursor-accent {
  position: fixed;
  top: 0;
  left: 0;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: var(--accent);
  color: var(--bg-soft);
  font-family: var(--mono);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  z-index: 9999;
  transform: translate(-50%, -50%) scale(0);
  opacity: 0;
  transition: opacity 0.3s cubic-bezier(0.22, 1, 0.36, 1),
              transform 0.3s cubic-bezier(0.22, 1, 0.36, 1);
  box-shadow: 0 4px 16px rgba(168, 80, 29, 0.32);
}
.cursor-accent.active {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}
@media (hover: none), (prefers-reduced-motion: reduce) {
  .cursor-accent { display: none; }
}

/* --- Move 4: Fraunces italic marquee press ticker --- */
.press-marquee {
  background: var(--bg-warm);
  border-top: 2px solid var(--accent);
  border-bottom: 2px solid var(--accent);
  padding: 36px 0;
  overflow: hidden;
  position: relative;
}
.press-marquee-eyebrow {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--accent);
  text-align: center;
  margin-bottom: 24px;
}
.press-marquee-track {
  display: flex;
  width: max-content;
  animation: marquee-scroll-cafe 56s linear infinite;
  align-items: center;
}
.press-marquee-track > .marquee-block {
  display: inline-flex;
  align-items: center;
  gap: 32px;
  padding: 0 32px;
  font-family: var(--display);
  font-size: clamp(22px, 2.6vw, 36px);
  color: var(--ink);
  letter-spacing: 0;
  white-space: nowrap;
  font-weight: 500;
  font-variation-settings: "opsz" 144, "SOFT" 100;
}
.press-marquee-track .sep {
  display: inline-block;
  width: 12px;
  height: 12px;
  background: var(--accent);
  transform: rotate(45deg);
  flex-shrink: 0;
}
.press-marquee-track em {
  font-style: italic;
  color: var(--accent);
}
@keyframes marquee-scroll-cafe {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}
.press-marquee:hover .press-marquee-track { animation-play-state: paused; }
@media (prefers-reduced-motion: reduce) {
  .press-marquee-track { animation: none; transform: translateX(0); }
}

/* --- Move 5: Broken-grid story snippet modifier --- */
.story-snippet.broken-grid {
  overflow: hidden;
  position: relative;
}
.story-snippet.broken-grid .story-snippet-inner {
  grid-template-columns: 1fr 1.25fr;
  align-items: center;
  position: relative;
  gap: clamp(56px, 8vw, 140px);
}
.story-snippet.broken-grid .story-snippet-image {
  margin-right: calc(-1 * var(--gutter) - 24px);
  aspect-ratio: 5/6;
  position: relative;
}
.story-snippet.broken-grid .story-snippet-image::after {
  content: '';
  position: absolute;
  bottom: -36px;
  left: -56px;
  width: 68%;
  height: 2px;
  background: var(--accent);
  opacity: 0.55;
}
.story-snippet.broken-grid .copy {
  position: relative;
  z-index: 2;
}
.story-snippet.broken-grid .copy::before {
  content: 'Hello.';
  position: absolute;
  top: -64px;
  left: -8px;
  font-family: var(--display);
  font-style: italic;
  font-weight: 500;
  font-size: clamp(48px, 5vw, 72px);
  color: var(--accent);
  opacity: 0.42;
  letter-spacing: -1px;
  line-height: 1;
  font-variation-settings: "opsz" 144, "SOFT" 100;
}
@media (max-width: 880px) {
  .story-snippet.broken-grid .story-snippet-inner { grid-template-columns: 1fr; }
  .story-snippet.broken-grid .story-snippet-image { margin-right: 0; aspect-ratio: 4/5; }
  .story-snippet.broken-grid .story-snippet-image::after { display: none; }
  .story-snippet.broken-grid .copy::before { top: -56px; }
}

/* --- Move 6: Editorial pause (cream-on-cream silence) --- */
.editorial-pause {
  background: var(--bg-soft);
  color: var(--ink);
  min-height: 78vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(64px, 9vw, 128px) var(--gutter);
  text-align: center;
  position: relative;
  overflow: hidden;
}
.editorial-pause::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 42% 50% at 50% 50%, rgba(212, 115, 44, 0.10) 0%, transparent 70%);
  pointer-events: none;
}
.editorial-pause-inner {
  position: relative;
  z-index: 1;
  max-width: 900px;
}
.editorial-pause-rule {
  display: block;
  width: 72px;
  height: 2px;
  background: var(--accent);
  margin: 0 auto 56px;
  opacity: 0.6;
}
.editorial-pause-rule.below {
  margin: 56px auto 0;
}
.editorial-pause blockquote {
  font-family: var(--display);
  font-style: italic;
  font-weight: 500;
  font-size: clamp(36px, 6vw, 84px);
  line-height: 1.15;
  color: var(--ink);
  letter-spacing: -0.5px;
  font-variation-settings: "opsz" 144, "SOFT" 100;
}
.editorial-pause blockquote em {
  color: var(--accent);
}
.editorial-pause cite {
  display: block;
  font-family: var(--mono);
  font-style: normal;
  font-size: 11px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--accent);
  margin-top: 32px;
}

/* ============================================================
   CYCLE 9 - CAFE WARM INTERACTIVE LAYER
   Pull the Shot signature, opt-in sound toggle, toast reward,
   commentary dock, Find Us SVG map, visit-map-link helper.
   Appended; no existing rules altered.
   ============================================================ */

/* ---- PULL THE SHOT signature section ---- */
.pull-the-shot {
  background: var(--bg-warm);
  padding: var(--section-pad) var(--gutter);
  position: relative;
  overflow: hidden;
  border-top: 2px solid var(--accent);
  border-bottom: 2px solid var(--accent);
}
.pull-the-shot::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 50% 60% at 50% 50%, rgba(212,115,44,0.08) 0%, transparent 70%);
  pointer-events: none;
}
.pull-the-shot-inner {
  max-width: var(--content-max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(48px, 7vw, 120px);
  align-items: center;
  position: relative;
  z-index: 1;
}
.pull-the-shot-copy {
  display: flex;
  flex-direction: column;
}
.pull-the-shot-copy .section-eyebrow { margin-bottom: 20px; }
.pull-the-shot-copy h2 {
  font-family: var(--display);
  font-weight: 500;
  font-size: clamp(36px, 5vw, 62px);
  line-height: 1.05;
  letter-spacing: -0.4px;
  color: var(--ink);
  margin-bottom: 20px;
  font-variation-settings: "opsz" 144, "SOFT" 100;
}
.pull-the-shot-copy h2 em { font-style: italic; font-weight: 500; color: var(--accent); }
.shot-drink-name {
  font-family: var(--display);
  font-weight: 500;
  font-size: clamp(22px, 2.5vw, 32px);
  color: var(--ink);
  font-variation-settings: "opsz" 72, "SOFT" 80;
  min-height: 1.3em;
  transition: opacity 0.35s;
}
.shot-drink-name.changing { opacity: 0; }
.shot-drink-note {
  font-family: var(--display);
  font-style: italic;
  font-size: clamp(16px, 1.6vw, 20px);
  color: var(--ink-soft);
  margin-top: 8px;
  min-height: 1.5em;
  transition: opacity 0.35s;
}
.shot-drink-note.changing { opacity: 0; }
.shot-hint {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--accent-soft);
  margin-top: 28px;
}
.shot-hint::before { content: ''; display: inline-block; width: 28px; height: 1px; background: var(--accent); vertical-align: middle; margin-right: 10px; opacity: 0.55; }

/* The espresso machine stage */
.pull-the-shot-stage {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  position: relative;
}
.shot-machine {
  position: relative;
  width: clamp(180px, 22vw, 260px);
  height: clamp(240px, 30vw, 340px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  gap: 0;
}

/* Portafilter / spout - CSS drawn */
.shot-portafilter {
  position: relative;
  width: 64px;
  height: 40px;
  background: var(--ink);
  border-radius: 6px 6px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
  box-shadow: 0 2px 8px rgba(45,31,21,0.25);
  flex-shrink: 0;
}
.shot-portafilter::after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 4px;
  height: 12px;
  background: var(--ink-soft);
  border-radius: 0 0 2px 2px;
}
.shot-lever-btn {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.shot-lever {
  width: 26px;
  height: 14px;
  background: var(--accent);
  border-radius: 3px;
  transition: transform 0.18s cubic-bezier(0.22, 1, 0.36, 1);
  box-shadow: 0 2px 6px rgba(168,80,29,0.35);
}
.shot-lever-btn.pulling .shot-lever { transform: translateY(3px); }

/* Espresso stream */
.shot-stream {
  width: 4px;
  height: 0;
  background: linear-gradient(to bottom, #5C3A1E, #7A4A28, #9B6040);
  border-radius: 2px;
  margin: 0 auto;
  transition: height 0.7s cubic-bezier(0.4, 0, 0.2, 1);
  flex-shrink: 0;
  position: relative;
  z-index: 2;
}
.shot-stream.flowing { height: clamp(48px, 7vw, 80px); }

/* The cup */
.shot-cup-wrap {
  position: relative;
  z-index: 2;
}
.shot-cup {
  position: relative;
  width: clamp(80px, 10vw, 112px);
  height: clamp(56px, 7vw, 78px);
  background: var(--bg-soft);
  border: 2px solid var(--line-strong);
  border-radius: 4px 4px 10px 10px;
  overflow: hidden;
  transition: box-shadow 0.3s;
}
.shot-cup:hover { box-shadow: 0 4px 18px rgba(168,80,29,0.18); }

/* Coffee fill - rises from bottom */
.shot-fill {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 0;
  background: linear-gradient(to top, #3D1C0B 0%, #6B3520 60%, #8B4A2A 100%);
  transition: height 0.9s cubic-bezier(0.4, 0, 0.2, 1);
}
.shot-fill.full { height: 65%; }

/* Crema layer */
.shot-crema {
  position: absolute;
  bottom: 65%;
  left: 0; right: 0;
  height: 0;
  background: linear-gradient(to top, #C8884A 0%, #D4A060 50%, #E0B870 100%);
  border-radius: 0 0 2px 2px;
  transition: height 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.7s,
              bottom 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.7s,
              opacity 0.3s;
  opacity: 0;
}
.shot-crema.show {
  height: 16%;
  opacity: 1;
}

/* Latte-art heart (CSS shape) */
.shot-heart {
  position: absolute;
  bottom: 72%;
  left: 50%;
  transform: translateX(-50%) scale(0);
  width: 18px;
  height: 16px;
  opacity: 0;
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1) 1.15s,
              opacity 0.4s 1.15s;
}
.shot-heart.show { transform: translateX(-50%) scale(1); opacity: 1; }
.shot-heart::before, .shot-heart::after {
  content: '';
  position: absolute;
  top: 0;
  width: 9px;
  height: 9px;
  border-radius: 50% 50% 0 0;
  background: rgba(195,130,80,0.75);
}
.shot-heart::before { left: 0; transform: rotate(-45deg); transform-origin: bottom right; }
.shot-heart::after { right: 0; transform: rotate(45deg); transform-origin: bottom left; }

/* Cup handle */
.shot-cup::after {
  content: '';
  position: absolute;
  right: -12px; top: 50%;
  transform: translateY(-50%);
  width: 10px; height: 18px;
  border: 2px solid var(--line-strong);
  border-left: none;
  border-radius: 0 8px 8px 0;
  background: transparent;
}

/* Steam wisps */
.shot-steam {
  display: flex;
  gap: 10px;
  justify-content: center;
  height: 32px;
  align-items: flex-end;
  margin-bottom: 4px;
}
.shot-steam-wisp {
  width: 3px;
  height: 0;
  background: var(--ink-faint);
  border-radius: 2px;
  opacity: 0;
  transform-origin: bottom center;
  transition: opacity 0.3s;
}
.shot-steam-wisp.show {
  opacity: 0.45;
  animation: steamRise 1.8s ease-in-out infinite;
}
.shot-steam-wisp:nth-child(2) { animation-delay: 0.5s; height: 0; }
.shot-steam-wisp:nth-child(3) { animation-delay: 1.1s; height: 0; }
@keyframes steamRise {
  0% { height: 0; opacity: 0; transform: scaleX(1) translateY(0); }
  30% { height: 22px; opacity: 0.45; }
  60% { height: 28px; opacity: 0.3; transform: scaleX(1.4) translateY(-4px); }
  100% { height: 32px; opacity: 0; transform: scaleX(0.8) translateY(-8px); }
}

/* Saucer */
.shot-saucer {
  width: clamp(96px, 12vw, 136px);
  height: 8px;
  background: var(--bg-tile);
  border: 1px solid var(--line);
  border-radius: 50%;
  margin-top: 2px;
  box-shadow: 0 2px 8px rgba(45,31,21,0.12);
}

/* Drink counter dots */
.shot-dots {
  display: flex;
  gap: 8px;
  justify-content: center;
  margin-top: 8px;
}
.shot-dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: var(--line-strong);
  transition: background 0.3s;
}
.shot-dot.done { background: var(--accent); }

@media (max-width: 880px) {
  .pull-the-shot-inner {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .pull-the-shot-stage { order: -1; }
  .pull-the-shot-copy .section-eyebrow { justify-content: center; }
  .shot-hint { text-align: center; }
}

/* prefers-reduced-motion: cup renders pre-filled, no pour/steam */
@media (prefers-reduced-motion: reduce) {
  .shot-stream { transition: none; height: 0 !important; }
  .shot-fill { transition: none; height: 65% !important; }
  .shot-crema { transition: none; height: 16% !important; opacity: 1 !important; bottom: 65% !important; }
  .shot-heart { transition: none; transform: translateX(-50%) scale(1) !important; opacity: 1 !important; }
  .shot-steam-wisp { animation: none !important; opacity: 0 !important; }
}

/* ---- Opt-in sound toggle chip (bottom-left) ---- */
.sound-toggle {
  position: fixed;
  bottom: 24px;
  left: 24px;
  z-index: 1100;
  display: flex;
  align-items: center;
  gap: 8px;
  background: var(--bg-deepest);
  color: var(--bg-soft);
  border: 1px solid rgba(245,235,216,0.18);
  border-radius: 32px;
  padding: 9px 16px 9px 12px;
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.2s, border-color 0.2s;
  box-shadow: 0 2px 12px rgba(45,31,21,0.25);
}
.sound-toggle:hover { background: var(--bg-deep); border-color: var(--accent); }
.sound-toggle .led {
  width: 7px; height: 7px;
  border-radius: 50%;
  background: var(--ink-dim);
  transition: background 0.2s;
  flex-shrink: 0;
}
.sound-toggle.on .led { background: var(--accent); box-shadow: 0 0 6px var(--accent); }
.sound-toggle.on { border-color: var(--accent); }
@media (max-width: 540px) {
  .sound-toggle { bottom: 16px; left: 12px; padding: 8px 14px 8px 10px; }
}

/* ---- Toast reward ---- */
.toast {
  position: fixed;
  bottom: 64px;
  left: 50%;
  transform: translateX(-50%) translateY(24px);
  background: var(--bg-deepest);
  color: var(--bg-soft);
  font-family: var(--display);
  font-style: italic;
  font-size: 17px;
  padding: 14px 28px;
  border-radius: var(--radius);
  border-left: 4px solid var(--accent);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s, transform 0.3s cubic-bezier(0.22, 1, 0.36, 1);
  z-index: 1200;
  white-space: nowrap;
  box-shadow: 0 4px 20px rgba(45,31,21,0.35);
}
.toast.show { opacity: 1; transform: translateX(-50%) translateY(0); }

/* Bean motes for the toast shimmer */
.bean-shimmer {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 1150;
  overflow: hidden;
}
.bean-shimmer i {
  position: absolute;
  bottom: 0;
  width: 8px; height: 12px;
  background: var(--accent);
  border-radius: 50% 50% 50% 50% / 60% 60% 40% 40%;
  opacity: 0;
  will-change: transform, opacity;
}

/* ---- Commentary dock ---- */
.cx {
  position: fixed;
  right: 20px;
  bottom: 24px;
  z-index: 1080;
  width: clamp(280px, 30vw, 340px);
  background: var(--bg-deepest);
  color: var(--bg-soft);
  border-radius: 10px;
  border: 1px solid rgba(245,235,216,0.14);
  box-shadow: 0 6px 32px rgba(45,31,21,0.35);
  transform: translateY(120%) scale(0.96);
  opacity: 0;
  pointer-events: none;
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1),
              opacity 0.35s;
  overflow: hidden;
}
.cx.show { transform: translateY(0) scale(1); opacity: 1; pointer-events: auto; }
.cx.swapping .cx-body { opacity: 0; }
.cx.cx-hidden { display: none; }
.cx-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 14px 10px;
  border-bottom: 1px solid rgba(245,235,216,0.1);
}
.cx-tag {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--mustard);
  opacity: 0.9;
}
.cx-close {
  background: none;
  border: none;
  color: var(--bg-soft);
  opacity: 0.5;
  font-size: 20px;
  cursor: pointer;
  padding: 0 2px;
  line-height: 1;
  transition: opacity 0.2s;
}
.cx-close:hover { opacity: 1; }
.cx-body {
  padding: 14px 16px 10px;
  transition: opacity 0.17s;
}
.cx-feel {
  font-family: var(--display);
  font-style: italic;
  font-size: 18px;
  line-height: 1.3;
  color: var(--mustard-soft);
  margin-bottom: 8px;
  font-weight: 500;
  font-variation-settings: "opsz" 72, "SOFT" 80;
}
.cx-feel em { color: var(--accent); font-style: italic; }
.cx-text {
  font-size: 13.5px;
  line-height: 1.65;
  color: var(--bg-soft);
  opacity: 0.9;
}
.cx-dots {
  display: flex;
  gap: 5px;
  padding: 10px 16px 14px;
}
.cx-dots span {
  width: 6px; height: 6px;
  border-radius: 50%;
  background: rgba(245,235,216,0.2);
  transition: background 0.2s;
}
.cx-dots span.on { background: var(--accent); }

/* Reopen button */
.cx-reopen {
  position: fixed;
  right: 20px;
  bottom: 24px;
  z-index: 1079;
  background: var(--bg-deepest);
  color: var(--mustard);
  border: 1px solid rgba(245,235,216,0.18);
  border-radius: 32px;
  padding: 9px 16px;
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
  transition: opacity 0.25s, transform 0.25s;
  box-shadow: 0 2px 12px rgba(45,31,21,0.25);
}
.cx-reopen.show { opacity: 1; pointer-events: auto; transform: translateY(0); }
.cx-reopen:hover { background: var(--bg-deep); color: var(--mustard-soft); }
@media (max-width: 600px) {
  .cx { right: 10px; bottom: 12px; width: calc(100vw - 20px); }
  .cx-reopen { right: 10px; bottom: 12px; }
}

/* ---- Find Us SVG map ---- */
.contact-map .map-svg {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0;
}
.contact-map .map-pin-label {
  position: absolute;
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--accent-deep);
  font-weight: 500;
  top: 38%;
  left: 54%;
  transform: translate(14px, -50%);
  background: rgba(245,235,216,0.92);
  padding: 4px 10px;
  border-radius: 3px;
  border-left: 3px solid var(--accent);
  pointer-events: none;
  box-shadow: 0 2px 8px rgba(45,31,21,0.12);
}
.contact-map .map-dir {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--accent);
  color: var(--bg-soft);
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 500;
  padding: 10px 20px;
  border-radius: 32px;
  text-decoration: none;
  transition: background 0.2s;
  box-shadow: 0 2px 12px rgba(168,80,29,0.3);
  white-space: nowrap;
}
.contact-map .map-dir:hover { background: var(--accent-deep); color: var(--bg-soft); }
.contact-map .map-pulse {
  animation: mapPulse 2s ease-out infinite;
}
@keyframes mapPulse {
  0% { r: 6; opacity: 0.85; }
  60% { r: 13; opacity: 0; }
  100% { r: 6; opacity: 0; }
}
@media (prefers-reduced-motion: reduce) {
  .contact-map .map-pulse { animation: none; }
}

/* ---- visit-map-link helper ---- */
.visit-map-link {
  display: inline-block;
  font-family: var(--display);
  font-style: italic;
  font-size: clamp(17px, 1.6vw, 21px);
  color: var(--ink);
  border-bottom: 2px solid var(--accent);
  padding-bottom: 3px;
  font-weight: 500;
  transition: color 0.2s;
  margin-top: 20px;
}
.visit-map-link:hover { color: var(--accent); }

/* ---- courtyard-caption visit link ---- */
.courtyard-caption .visit-map-link {
  display: block;
  margin-top: 24px;
  align-self: flex-start;
}

/* ============================================================
   FORKCAST BUY BAND · demo sales chrome (Cycle 9)
   Tasteful bottom CTA, attention sheen + pulse. Above the footer,
   never blocks content. Guarded.
   ============================================================ */
.fc-buy { background: var(--bg-soft); border-top: 1px solid var(--line); padding: clamp(44px, 6vw, 76px) var(--gutter); text-align: center; position: relative; overflow: hidden; }
.fc-buy-inner { max-width: 720px; margin: 0 auto; display: flex; flex-direction: column; align-items: center; gap: 22px; }
.fc-buy-text { font-family: var(--display); font-size: clamp(22px, 3vw, 34px); line-height: 1.2; color: var(--ink); }
.fc-buy-text strong { color: var(--accent); }
.fc-buy-actions { display: flex; flex-wrap: wrap; gap: 16px 22px; align-items: center; justify-content: center; }
.fc-buy-cta { position: relative; overflow: hidden; display: inline-flex; align-items: center; gap: 10px; background: var(--accent); color: var(--bg-soft); font-family: var(--mono); font-weight: 600; font-size: 14px; letter-spacing: 1.2px; text-transform: uppercase; padding: 16px 30px; border-radius: var(--radius); box-shadow: 0 0 0 0 rgba(212, 115, 44, 0.5); animation: fcBuyPulse 2.6s ease-in-out infinite; }
.fc-buy-cta span { transition: transform 0.25s; }
.fc-buy-cta:hover span { transform: translateX(4px); }
.fc-buy-cta:hover { filter: brightness(1.06); }
.fc-buy-cta::after { content: ""; position: absolute; top: 0; left: -60%; width: 40%; height: 100%; background: linear-gradient(110deg, transparent, rgba(255,255,255,0.45), transparent); transform: skewX(-18deg); animation: fcBuySheen 3.6s ease-in-out infinite; pointer-events: none; }
@keyframes fcBuyPulse { 0%, 100% { box-shadow: 0 0 0 0 rgba(212, 115, 44, 0.45); } 50% { box-shadow: 0 0 26px 4px rgba(212, 115, 44, 0.5); } }
@keyframes fcBuySheen { 0% { left: -60%; } 55%, 100% { left: 130%; } }
.fc-buy-back { font-family: var(--mono); font-size: 13px; letter-spacing: 1px; text-transform: uppercase; color: var(--ink-dim); border-bottom: 1px solid var(--accent); padding-bottom: 2px; }
.fc-buy-back:hover { color: var(--accent); }
@media (prefers-reduced-motion: reduce) { .fc-buy-cta { animation: none; } .fc-buy-cta::after { display: none; } }
