:root {
  --cream:        #f5ece0;
  --cream-light:  #fbf6ed;
  --cream-deeper: #ead9c2;
  --espresso:     #2c1a10;
  --espresso-soft:#3d2817;
  /* Sea-glass accent, replaces default cafe terracotta. Name kept for churn. */
  --terracotta:   #4d857c;
  --terracotta-d: #386661;
  --muted:        #6e5a48;
  --rule:         #d7c6ad;
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Inter', system-ui, sans-serif;
  background: var(--cream);
  color: var(--espresso);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  position: relative;
}
/* Printed-paper grain */
body::after {
  content: ""; position: fixed; inset: 0; pointer-events: none; z-index: 200;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='240' height='240'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='3' stitchTiles='stitch'/%3E%3CfeColorMatrix values='0 0 0 0 0.17 0 0 0 0 0.10 0 0 0 0 0.06 0 0 0 0.08 0'/%3E%3C/filter%3E%3Crect width='240' height='240' filter='url(%23n)'/%3E%3C/svg%3E");
  opacity: 0.55; mix-blend-mode: multiply;
}
h1, h2, h3, h4 { font-family: 'Fraunces', Georgia, serif; font-weight: 500; line-height: 1.02; letter-spacing: -0.015em; }
a { color: inherit; text-decoration: none; }
img, svg { max-width: 100%; display: block; }

/* ── Masthead ─────────────────────────────────────────── */
.masthead { padding: 1.5rem 1.5rem 0; }
.masthead-inner { max-width: 1140px; margin: 0 auto; text-align: center; }
.masthead-brand { display: inline-flex; align-items: center; gap: 0.55rem; font-family: 'Fraunces', serif; font-weight: 600; font-size: 1.6rem; letter-spacing: -0.01em; color: var(--espresso); }
.masthead-mark { width: 40px; height: 40px; flex-shrink: 0; }
.masthead-tag { margin-top: 0.55rem; font-family: 'Fraunces', serif; font-style: italic; color: var(--terracotta); font-size: 0.95rem; letter-spacing: 0.01em; }

.masthead-nav {
  margin-top: 1.3rem;
  padding: 0.75rem 0;
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
  display: flex; justify-content: center; gap: 2.5rem;
  font-size: 0.82rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.22em;
  flex-wrap: wrap;
}
.masthead-nav a { color: var(--espresso-soft); transition: color 0.2s; position: relative; }
.masthead-nav a:hover { color: var(--terracotta); }
.masthead-nav a[aria-current="page"] { color: var(--terracotta); }
.masthead-nav a[aria-current="page"]::after {
  content: ""; position: absolute;
  left: 50%; transform: translateX(-50%);
  bottom: -6px; width: 4px; height: 4px;
  border-radius: 50%; background: var(--terracotta);
}
.masthead-nav .dot { color: var(--terracotta); }

/* ── Hero (home) ──────────────────────────────────────── */
.hero {
  text-align: center;
  padding: clamp(3rem, 7vw, 6rem) 1.5rem clamp(3.5rem, 7vw, 6rem);
  max-width: 980px; margin: 0 auto;
  position: relative;
}
.bake-note {
  position: absolute;
  top: 28%; right: clamp(0.5rem, 4vw, 3rem);
  transform: rotate(7deg);
  background: var(--cream-light);
  border: 1px dashed var(--terracotta);
  padding: 1rem 1.1rem 1.05rem;
  max-width: 180px;
  box-shadow: 0 12px 24px rgba(44,26,16,0.14);
  text-align: center;
  z-index: 3;
}
.bake-note::before {
  content: ""; position: absolute; top: -10px; left: 50%; transform: translateX(-50%);
  width: 36px; height: 16px;
  background: rgba(77,133,124,0.28);
  border-radius: 2px;
  box-shadow: 0 2px 4px rgba(44,26,16,0.18);
}
.bake-note .bake-label {
  font-family: 'Inter', sans-serif;
  font-size: 0.62rem; letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--muted); margin-bottom: 0.35rem;
}
.bake-note .bake-script {
  font-family: 'Caveat', cursive;
  font-weight: 700; font-size: 1.5rem; line-height: 1.05;
  color: var(--terracotta);
}
.bake-note .bake-mark {
  font-family: 'Fraunces', serif; font-style: italic;
  color: var(--terracotta); opacity: 0.7;
  font-size: 0.95rem; margin-top: 0.45rem;
}
@media (max-width: 880px) { .bake-note { display: none; } }
.hero-cup { width: clamp(120px, 16vw, 170px); margin: 0 auto 1.6rem; }
.hero-eyebrow {
  display: inline-flex; align-items: center; gap: 0.8rem;
  font-size: 0.78rem; font-weight: 600; letter-spacing: 0.32em; text-transform: uppercase;
  color: var(--terracotta); margin-bottom: 1.3rem;
}
.hero-eyebrow::before, .hero-eyebrow::after {
  content: ""; width: 32px; height: 1px; background: var(--terracotta); opacity: 0.65;
}
.hero-title {
  font-size: clamp(3rem, 7vw, 5.5rem);
  line-height: 0.98;
  margin-bottom: 1.4rem;
}
.hero-title em { font-style: italic; color: var(--terracotta); font-weight: 400; }
.hero-sub { font-size: 1.15rem; color: var(--muted); margin: 0 auto 2.25rem; max-width: 52ch; }
.hero-ctas { display: inline-flex; gap: 0.8rem; flex-wrap: wrap; justify-content: center; }
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 0.5rem;
  padding: 0.85rem 1.6rem; border-radius: 999px;
  font-size: 0.95rem; font-weight: 600;
  transition: transform 0.2s, background 0.2s, color 0.2s, border-color 0.2s;
  border: 1px solid transparent; cursor: pointer;
}
.btn-primary { background: var(--terracotta); color: var(--cream-light); }
.btn-primary:hover { background: var(--terracotta-d); transform: translateY(-1px); }
.btn-ghost { background: transparent; color: var(--espresso); border-color: var(--espresso); }
.btn-ghost:hover { background: var(--espresso); color: var(--cream-light); }

/* ── Marquee ──────────────────────────────────────────── */
.strip { background: var(--espresso); color: var(--cream-light); padding: 1rem 0; overflow: hidden; }
.strip-track { display: flex; gap: 3.5rem; white-space: nowrap; animation: strip 28s linear infinite; font-family: 'Fraunces', serif; font-style: italic; font-size: 1.05rem; }
.strip-track span { display: inline-flex; align-items: center; gap: 1rem; }
.strip-track span::after { content: "✦"; color: var(--terracotta); font-style: normal; }
@keyframes strip { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ── Section base ─────────────────────────────────────── */
.section { max-width: 760px; margin: 0 auto; padding: clamp(4rem, 8vw, 6.5rem) 1.5rem; }
.section-wide { max-width: 1140px; }
.section-head { text-align: center; margin-bottom: 3.5rem; }
.section-eyebrow {
  display: inline-flex; align-items: center; gap: 0.7rem;
  font-size: 0.78rem; font-weight: 600; letter-spacing: 0.3em; text-transform: uppercase;
  color: var(--terracotta); margin-bottom: 1rem;
}
.section-eyebrow::before, .section-eyebrow::after { content: ""; width: 28px; height: 1px; background: var(--terracotta); opacity: 0.65; }
.section-title { font-size: clamp(2.4rem, 4.8vw, 3.6rem); max-width: 22ch; margin: 0 auto 1rem; }
.section-title em { font-style: italic; color: var(--terracotta); font-weight: 400; }
.section-lead { font-size: 1.05rem; color: var(--muted); max-width: 48ch; margin: 0 auto; }

/* ── Menu grid ────────────────────────────────────────── */
.menu-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(2.5rem, 5vw, 4.5rem);
  align-items: start;
  position: relative;
}
.menu-grid::before {
  content: ""; position: absolute; left: 50%; top: 2.2rem; bottom: 2.2rem;
  width: 1px; background: var(--rule); transform: translateX(-50%);
}
@media (max-width: 760px) {
  .menu-grid { grid-template-columns: 1fr; gap: 0; }
  .menu-grid::before { display: none; }
}
.menu-block { margin-bottom: 3rem; }
.menu-block:last-child { margin-bottom: 0; }
.menu-block h3 {
  font-family: 'Fraunces', serif; font-style: italic; font-weight: 400;
  font-size: 1.8rem; color: var(--espresso);
  text-align: center; margin-bottom: 1.8rem;
  position: relative;
}
.menu-block h3::after {
  content: ""; display: block;
  width: 60px; height: 1px;
  background: var(--terracotta); opacity: 0.55;
  margin: 0.75rem auto 0;
}
.menu-item {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 0.6rem;
  align-items: end;
  padding: 0.85rem 0;
  font-size: 1.05rem;
}
.menu-item .name { font-weight: 500; }
.menu-item .name .diet {
  font-family: 'Inter', sans-serif;
  font-size: 0.7rem; font-weight: 600; letter-spacing: 0.08em;
  color: var(--terracotta); text-transform: uppercase;
  margin-left: 0.35rem; vertical-align: middle;
}
.menu-item .dots { border-bottom: 1px dotted var(--rule); height: 0.85em; }
.menu-item .price { font-family: 'Fraunces', serif; color: var(--terracotta); font-weight: 600; font-size: 1.05rem; }
.menu-item .desc { grid-column: 1 / -1; font-size: 0.93rem; color: var(--muted); margin-top: -0.1rem; }

/* Dietary key ─────────────────────────────────────────── */
.diet-key {
  display: flex; flex-wrap: wrap; gap: 1rem 1.4rem;
  justify-content: center;
  font-size: 0.85rem; color: var(--muted);
  padding: 1rem 0;
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
  margin: 2.5rem 0 3rem;
  font-family: 'Fraunces', serif; font-style: italic;
}
.diet-key strong { font-family: 'Inter', sans-serif; font-style: normal; font-weight: 600; color: var(--terracotta); letter-spacing: 0.08em; text-transform: uppercase; font-size: 0.75rem; margin-right: 0.3rem; }

/* ── About-band ───────────────────────────────────────── */
.about-band {
  background-color: var(--cream-light);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='130' height='130' viewBox='0 0 130 130'%3E%3Cg fill='%23a64d22' fill-opacity='0.09'%3E%3Cg transform='translate(28,32) rotate(-22)'%3E%3Cellipse cx='-5' cy='0' rx='3.8' ry='6.4'/%3E%3Cellipse cx='5' cy='0' rx='3.8' ry='6.4'/%3E%3C/g%3E%3Cg transform='translate(95,95) rotate(34)'%3E%3Cellipse cx='-5' cy='0' rx='3.8' ry='6.4'/%3E%3Cellipse cx='5' cy='0' rx='3.8' ry='6.4'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-repeat: repeat;
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
}
.about-pullquote {
  font-family: 'Fraunces', serif; font-style: italic; font-weight: 400;
  font-size: clamp(1.7rem, 3.5vw, 2.5rem); line-height: 1.25;
  text-align: center; color: var(--espresso);
  max-width: 24ch; margin: 0 auto 2.5rem;
  position: relative;
}
.about-pullquote::before, .about-pullquote::after {
  content: "\201C"; color: var(--terracotta); opacity: 0.4;
  font-family: 'Fraunces', serif; font-size: 3.5rem; line-height: 1;
  display: block; margin: 0 auto 0.5rem;
}
.about-pullquote::after { content: ""; }
.about-body { display: grid; grid-template-columns: 1fr 1fr; gap: 2.5rem; max-width: 880px; margin: 0 auto; }
.about-body p { color: var(--muted); font-size: 1rem; margin-bottom: 1rem; }
.about-body p:first-child::first-letter {
  font-family: 'Fraunces', serif; font-size: 3.6rem;
  float: left; line-height: 0.85; padding: 0.25rem 0.55rem 0 0;
  color: var(--terracotta); font-weight: 500;
}
@media (max-width: 720px) { .about-body { grid-template-columns: 1fr; } }

/* ── Visit block ──────────────────────────────────────── */
.visit { text-align: center; }
.visit .visit-meta { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 2rem; max-width: 880px; margin: 3rem auto 0; }
.visit-meta > div { padding: 1.5rem 1rem; }
.visit-meta h4 {
  font-family: 'Fraunces', serif; font-style: italic; font-weight: 400;
  font-size: 1.25rem; margin-bottom: 1rem; color: var(--terracotta);
}
.visit-meta p { font-size: 0.98rem; color: var(--espresso-soft); margin-bottom: 0.2rem; }
.visit-meta a { color: var(--terracotta); font-weight: 500; }
.hours-row { display: flex; justify-content: space-between; gap: 1rem; padding: 0.45rem 0; font-size: 0.95rem; color: var(--espresso-soft); }
.hours-row .day { font-weight: 500; }
.hours-row .time { font-family: 'Fraunces', serif; color: var(--muted); }
@media (max-width: 720px) { .visit .visit-meta { grid-template-columns: 1fr; } }

/* ── Footer ───────────────────────────────────────────── */
.footer {
  background: var(--espresso); color: var(--cream-light);
  padding: clamp(3rem, 6vw, 4.5rem) 1.5rem 1.5rem;
  text-align: center;
  margin-top: clamp(2rem, 5vw, 4rem);
}
.footer-brand { font-family: 'Fraunces', serif; font-size: 1.5rem; font-weight: 600; margin-bottom: 0.4rem; }
.footer-tag { font-family: 'Fraunces', serif; font-style: italic; color: var(--terracotta); margin-bottom: 2rem; font-size: 1rem; }
.footer-meta { font-size: 0.92rem; color: rgba(245,236,224,0.7); }
.footer-meta p { margin-bottom: 0.3rem; }
.footer-nav {
  margin-top: 2rem;
  display: flex; justify-content: center; gap: 1.6rem;
  flex-wrap: wrap;
  font-size: 0.78rem; letter-spacing: 0.22em; text-transform: uppercase;
}
.footer-nav a { color: rgba(245,236,224,0.75); transition: color 0.2s; }
.footer-nav a:hover { color: var(--terracotta); }
.footer-bottom { margin-top: 2.5rem; padding-top: 1.5rem; border-top: 1px solid rgba(245,236,224,0.18); font-size: 0.85rem; color: rgba(245,236,224,0.55); display: flex; justify-content: space-between; max-width: 1140px; margin-left: auto; margin-right: auto; flex-wrap: wrap; gap: 0.5rem; }
.footer-bottom a { color: rgba(245,236,224,0.78); }
.footer-bottom a:hover { color: var(--terracotta); }

/* ── Back-to-studio ribbon ────────────────────────────── */
.ribbon { position: fixed; bottom: 1.2rem; right: 1.2rem; z-index: 60; background: var(--espresso); color: var(--cream-light); padding: 0.65rem 1rem; border-radius: 999px; font-size: 0.82rem; font-weight: 500; box-shadow: 0 6px 18px rgba(44,26,16,0.35); display: inline-flex; align-items: center; gap: 0.5rem; transition: transform 0.2s, background 0.2s; }
.ribbon:hover { background: var(--terracotta); transform: translateY(-2px); }
.ribbon::before { content: "\2190"; }

/* ══════════════════════════════════════════════════════
   PAGE HERO (dedicated subpages, quieter than home)
══════════════════════════════════════════════════════ */
.page-hero {
  text-align: center;
  padding: clamp(2.5rem, 5vw, 4rem) 1.5rem clamp(2rem, 4vw, 3rem);
  max-width: 780px; margin: 0 auto;
  border-bottom: 1px solid var(--rule);
}
.page-hero .kicker {
  display: inline-flex; align-items: center; gap: 0.7rem;
  font-size: 0.75rem; font-weight: 600; letter-spacing: 0.32em; text-transform: uppercase;
  color: var(--terracotta); margin-bottom: 1.2rem;
}
.page-hero .kicker::before, .page-hero .kicker::after {
  content: ""; width: 24px; height: 1px; background: var(--terracotta); opacity: 0.65;
}
.page-hero h1 {
  font-size: clamp(2.6rem, 5.5vw, 4.2rem);
  margin-bottom: 1rem;
}
.page-hero h1 em { font-style: italic; color: var(--terracotta); font-weight: 400; }
.page-hero p {
  font-size: 1.1rem; color: var(--muted);
  max-width: 52ch; margin: 0 auto;
}

/* Breadcrumb ─────────────────────────────────────────── */
.crumb {
  text-align: center;
  font-family: 'Fraunces', serif; font-style: italic;
  color: var(--muted); font-size: 0.9rem;
  padding: 1rem 1.5rem 0;
}
.crumb a { color: var(--terracotta); }
.crumb a:hover { text-decoration: underline; }
.crumb .sep { margin: 0 0.55rem; opacity: 0.55; }

/* ══════════════════════════════════════════════════════
   MENU PAGE
══════════════════════════════════════════════════════ */
.menu-anchors {
  display: flex; flex-wrap: wrap; justify-content: center;
  gap: 0.5rem 1.4rem;
  padding: 1.5rem 0;
  border-bottom: 1px solid var(--rule);
  font-size: 0.82rem; font-weight: 600;
  letter-spacing: 0.16em; text-transform: uppercase;
}
.menu-anchors a { color: var(--espresso-soft); transition: color 0.2s; }
.menu-anchors a:hover { color: var(--terracotta); }
.menu-full { max-width: 900px; margin: 0 auto; padding: clamp(3rem, 6vw, 4.5rem) 1.5rem; }
.menu-cat {
  scroll-margin-top: 2rem;
  padding: 2rem 0 3rem;
  border-top: 1px solid var(--rule);
}
.menu-cat:first-child { border-top: none; padding-top: 0; }
.menu-cat-head { text-align: center; margin-bottom: 2rem; }
.menu-cat-head .kicker {
  font-family: 'Inter', sans-serif;
  font-size: 0.72rem; font-weight: 600; letter-spacing: 0.28em;
  text-transform: uppercase; color: var(--terracotta);
  display: block; margin-bottom: 0.6rem;
}
.menu-cat-head h2 {
  font-family: 'Fraunces', serif; font-weight: 500;
  font-size: clamp(2rem, 4vw, 2.75rem);
  letter-spacing: -0.015em;
}
.menu-cat-head h2 em { font-style: italic; color: var(--terracotta); font-weight: 400; }
.menu-cat-lead {
  font-family: 'Fraunces', serif; font-style: italic;
  color: var(--muted); font-size: 1rem;
  margin: 0.75rem auto 0; max-width: 44ch;
}

/* ══════════════════════════════════════════════════════
   STORY PAGE
══════════════════════════════════════════════════════ */
.story-lede {
  max-width: 640px; margin: 0 auto;
  padding: clamp(3rem, 6vw, 4.5rem) 1.5rem clamp(2rem, 4vw, 3rem);
  font-family: 'Fraunces', serif; font-weight: 400;
  font-size: clamp(1.35rem, 2.5vw, 1.6rem);
  line-height: 1.5; color: var(--espresso);
  text-align: center;
}
.story-lede em { font-style: italic; color: var(--terracotta); }

.story-two-col {
  max-width: 980px; margin: 0 auto;
  padding: clamp(2rem, 5vw, 3.5rem) 1.5rem;
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 3rem;
}
.story-two-col p { color: var(--muted); font-size: 1.02rem; margin-bottom: 1rem; }
.story-two-col p:first-child::first-letter {
  font-family: 'Fraunces', serif; font-size: 3.6rem;
  float: left; line-height: 0.85; padding: 0.25rem 0.55rem 0 0;
  color: var(--terracotta); font-weight: 500;
}
@media (max-width: 760px) { .story-two-col { grid-template-columns: 1fr; gap: 1.5rem; } }

/* Timeline ──────────────────────────────────────────── */
.timeline {
  max-width: 780px; margin: 0 auto;
  padding: clamp(2rem, 5vw, 3.5rem) 1.5rem;
}
.timeline-row {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 1.5rem;
  padding: 1.5rem 0;
  border-bottom: 1px dashed var(--rule);
  align-items: baseline;
}
.timeline-row:last-child { border-bottom: none; }
.timeline-year {
  font-family: 'Fraunces', serif; font-weight: 600;
  font-size: 1.8rem; color: var(--terracotta);
  letter-spacing: -0.02em;
}
.timeline-body h3 {
  font-family: 'Fraunces', serif; font-weight: 500;
  font-size: 1.25rem; margin-bottom: 0.4rem;
  color: var(--espresso);
}
.timeline-body p { color: var(--muted); font-size: 0.98rem; }
@media (max-width: 640px) {
  .timeline-row { grid-template-columns: 1fr; gap: 0.3rem; padding: 1.2rem 0; }
  .timeline-year { font-size: 1.4rem; }
}

/* Team grid ─────────────────────────────────────────── */
.team-band { background: var(--cream-light); border-top: 1px solid var(--rule); border-bottom: 1px solid var(--rule); padding: clamp(3rem, 6vw, 4.5rem) 1.5rem; }
.team-grid {
  max-width: 980px; margin: 2.5rem auto 0;
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 2.5rem;
}
.team-card { text-align: center; }
.team-avatar {
  width: 130px; height: 130px; border-radius: 50%;
  margin: 0 auto 1.2rem;
  background: var(--cream-deeper);
  display: flex; align-items: center; justify-content: center;
  overflow: hidden;
  border: 1px solid var(--rule);
}
.team-name {
  font-family: 'Fraunces', serif; font-weight: 500;
  font-size: 1.35rem; margin-bottom: 0.25rem;
}
.team-role {
  font-family: 'Fraunces', serif; font-style: italic;
  color: var(--terracotta); font-size: 0.95rem;
  margin-bottom: 0.75rem;
}
.team-bio { color: var(--muted); font-size: 0.95rem; }
@media (max-width: 760px) { .team-grid { grid-template-columns: 1fr; gap: 2rem; max-width: 340px; } }

/* Sourcing card ─────────────────────────────────────── */
.sourcing {
  max-width: 780px; margin: 0 auto;
  padding: clamp(2rem, 5vw, 3.5rem) 1.5rem;
}
.sourcing-row {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 1.5rem;
  padding: 1.5rem 0;
  border-bottom: 1px solid var(--rule);
  align-items: start;
}
.sourcing-row:last-child { border-bottom: none; }
.sourcing-origin {
  font-family: 'Fraunces', serif; font-weight: 500;
  font-size: 1.15rem; color: var(--espresso);
}
.sourcing-origin small {
  display: block;
  font-family: 'Inter', sans-serif;
  font-size: 0.72rem; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--terracotta); margin-bottom: 0.3rem; font-weight: 600;
}
.sourcing-notes { color: var(--muted); font-size: 0.98rem; }
.sourcing-notes strong { color: var(--espresso); font-weight: 600; }
@media (max-width: 640px) {
  .sourcing-row { grid-template-columns: 1fr; gap: 0.3rem; }
}

/* ══════════════════════════════════════════════════════
   VISIT PAGE
══════════════════════════════════════════════════════ */
.map-wrap {
  max-width: 1140px; margin: 0 auto;
  padding: clamp(2rem, 4vw, 3rem) 1.5rem;
}
.map-frame {
  width: 100%; height: 420px;
  border: 1px solid var(--rule);
  border-radius: 4px;
  overflow: hidden;
  background: var(--cream-deeper);
  box-shadow: 0 20px 45px -25px rgba(44,26,16,0.25);
}
.map-frame iframe { width: 100%; height: 100%; border: 0; display: block; filter: sepia(0.1) saturate(0.85); }

.visit-details {
  max-width: 980px; margin: 0 auto;
  padding: clamp(2rem, 5vw, 3.5rem) 1.5rem;
  display: grid; grid-template-columns: 1fr 1fr 1fr;
  gap: 2rem;
}
.visit-details h3 {
  font-family: 'Fraunces', serif; font-style: italic; font-weight: 400;
  font-size: 1.3rem; color: var(--terracotta);
  margin-bottom: 1rem;
}
.visit-details p { color: var(--espresso-soft); font-size: 0.98rem; margin-bottom: 0.4rem; }
.visit-details a { color: var(--terracotta); }
@media (max-width: 760px) { .visit-details { grid-template-columns: 1fr; gap: 2rem; } }

.transport-band {
  background: var(--cream-light);
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
  padding: clamp(3rem, 6vw, 4.5rem) 1.5rem;
}
.transport-grid {
  max-width: 980px; margin: 0 auto;
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem;
}
.transport-card {
  padding: 1.5rem;
  background: var(--cream);
  border: 1px solid var(--rule);
  border-radius: 4px;
  display: flex; gap: 1rem;
  align-items: flex-start;
}
.transport-card .tc-icon {
  width: 40px; height: 40px; flex-shrink: 0;
  border-radius: 4px;
  background: rgba(77,133,124,0.15);
  color: var(--terracotta);
  display: inline-flex; align-items: center; justify-content: center;
}
.transport-card h4 {
  font-family: 'Fraunces', serif; font-weight: 500;
  font-size: 1.1rem; margin-bottom: 0.35rem;
}
.transport-card p { color: var(--muted); font-size: 0.92rem; }
@media (max-width: 760px) { .transport-grid { grid-template-columns: 1fr; } }

/* ══════════════════════════════════════════════════════
   JOURNAL PAGE
══════════════════════════════════════════════════════ */
.journal-list {
  max-width: 860px; margin: 0 auto;
  padding: clamp(2rem, 5vw, 3.5rem) 1.5rem clamp(4rem, 8vw, 6rem);
}
.journal-post {
  padding: 2.5rem 0;
  border-bottom: 1px solid var(--rule);
}
.journal-post:last-child { border-bottom: none; }
.journal-meta {
  font-family: 'Fraunces', serif; font-style: italic;
  color: var(--muted); font-size: 0.9rem;
  margin-bottom: 0.6rem;
}
.journal-meta .cat {
  font-family: 'Inter', sans-serif; font-style: normal; font-weight: 600;
  letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--terracotta); font-size: 0.72rem;
  margin-right: 0.4rem;
}
.journal-post h2 {
  font-family: 'Fraunces', serif; font-weight: 500;
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  line-height: 1.15;
  margin-bottom: 0.8rem;
}
.journal-post h2 em { font-style: italic; color: var(--terracotta); font-weight: 400; }
.journal-excerpt {
  color: var(--espresso-soft);
  font-size: 1.05rem; line-height: 1.65;
  margin-bottom: 1rem;
}
.journal-excerpt p { margin-bottom: 0.8rem; }
.journal-read {
  font-family: 'Inter', sans-serif;
  font-size: 0.85rem; font-weight: 600;
  letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--terracotta);
  display: inline-flex; align-items: center; gap: 0.4rem;
}
.journal-read:hover { color: var(--terracotta-d); }

/* ══════════════════════════════════════════════════════
   REVEAL ANIMATIONS (IntersectionObserver-driven)
══════════════════════════════════════════════════════ */
.reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1), transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: opacity, transform;
}
.reveal.is-in {
  opacity: 1;
  transform: none;
}
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
}
