:root {
  --ink: #1e2025;
  --muted: #626a70;
  --paper: #f2f0eb;
  --surface: #fbfaf7;
  --burgundy: #6f2633;
  --burgundy-deep: #4d1824;
  --gold: #d99a42;
  --line: #d8d5ce;
  --radius: 18px;
  --shadow: 0 20px 50px rgba(41, 32, 25, .14);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Georgia, 'Times New Roman', serif; line-height: 1.55; }
a { color: inherit; }
a:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }
.skip-link { position: absolute; left: 1rem; top: -4rem; padding: .7rem 1rem; background: var(--burgundy); color: white; z-index: 10; }
.skip-link:focus { top: 1rem; }
.site-header { position: sticky; top: 0; z-index: 5; background: rgba(242,240,235,.94); border-bottom: 1px solid var(--line); backdrop-filter: blur(12px); }
.header-inner { max-width: 1240px; min-height: 72px; margin: auto; padding: 0 28px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 30px; }
.wordmark { text-decoration: none; display: inline-flex; align-items: baseline; gap: 10px; width: fit-content; color: var(--burgundy-deep); }
.wordmark-main { font-size: 1.6rem; font-style: italic; font-weight: 700; }
.wordmark-sub { font-family: Arial, sans-serif; font-size: .62rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.desktop-nav { display: flex; gap: 28px; font-family: Arial, sans-serif; font-size: .82rem; }
.desktop-nav a, .header-cta { text-decoration: none; }
.desktop-nav a:hover { color: var(--burgundy); }
.header-cta { justify-self: end; padding: 10px 16px; border: 1px solid var(--burgundy); border-radius: 999px; color: var(--burgundy); font-family: Arial, sans-serif; font-size: .78rem; font-weight: 700; white-space: nowrap; }
.header-cta:hover, .button-secondary:hover { background: var(--burgundy); color: white; }
.hero { max-width: 1240px; min-height: calc(100dvh - 72px); margin: auto; padding: 64px 28px 72px; display: grid; grid-template-columns: minmax(0, .88fr) minmax(320px, 1.12fr); gap: clamp(40px, 7vw, 110px); align-items: center; }
.hero-copy { max-width: 520px; animation: rise .7s ease both; }
.kicker { margin: 0 0 18px; color: var(--burgundy); font-family: Arial, sans-serif; font-size: .7rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
h1, h2 { margin: 0; color: var(--burgundy-deep); font-weight: 700; line-height: .98; letter-spacing: -.035em; }
h1 { max-width: 580px; font-size: clamp(3.5rem, 7vw, 6.7rem); }
h2 { font-size: clamp(2.5rem, 5vw, 4.8rem); }
.hero-intro { max-width: 390px; margin: 28px 0 30px; font-size: 1.15rem; color: #4d4e4d; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { min-height: 46px; display: inline-flex; align-items: center; justify-content: center; padding: 12px 19px; border-radius: 999px; border: 1px solid var(--burgundy); font-family: Arial, sans-serif; font-size: .78rem; font-weight: 700; text-decoration: none; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--burgundy); color: white; }
.button-primary:hover { background: var(--burgundy-deep); }
.button-secondary { color: var(--burgundy); }
.hero-image { margin: 0; position: relative; }
.hero-image img { display: block; width: 100%; max-height: 690px; object-fit: cover; object-position: center 42%; border-radius: var(--radius); box-shadow: var(--shadow); }
.hero-image figcaption { position: absolute; right: 16px; bottom: 16px; padding: 7px 10px; background: rgba(251,250,247,.9); color: var(--burgundy-deep); font-family: Arial, sans-serif; font-size: .68rem; font-weight: 700; }
.table-section, .place-section, .visit-section { max-width: 1240px; margin: auto; padding: 120px 28px; }
.table-section { border-top: 1px solid var(--line); }
.section-heading { max-width: 690px; }
.section-heading > p:last-child, .visit-heading > p:last-of-type { max-width: 520px; margin: 24px 0 0; font-size: 1.1rem; color: var(--muted); }
.food-feature { margin-top: 60px; display: grid; grid-template-columns: minmax(0, 1.65fr) minmax(220px, .7fr); gap: 34px; align-items: end; }
.food-image-wrap { overflow: hidden; border-radius: var(--radius); }
.food-image-wrap img { display: block; width: 100%; height: 390px; object-fit: cover; }
.food-note { border-left: 4px solid var(--gold); padding: 8px 0 8px 26px; }
.pull-quote { margin: 0 0 22px; color: var(--burgundy-deep); font-size: 1.6rem; line-height: 1.15; }
.source-note { margin: 0; color: var(--muted); font-family: Arial, sans-serif; font-size: .74rem; line-height: 1.5; }
.place-section { display: grid; grid-template-columns: 1.1fr .9fr; gap: 80px; background: var(--burgundy); color: #f7eee4; }
.place-section h2, .place-section .kicker { color: #fff2de; }
.place-copy { max-width: 360px; margin: 54px 0 0; font-size: 1.16rem; }
.place-details { display: grid; gap: 0; align-content: center; }
.detail-block { padding: 22px 0; border-bottom: 1px solid rgba(255,255,255,.25); }
.detail-block:first-child { border-top: 1px solid rgba(255,255,255,.25); }
.detail-block span { display: block; margin-bottom: 6px; color: #e5b96f; font-family: Arial, sans-serif; font-size: .68rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.detail-block strong { display: block; font-size: 1.12rem; font-weight: 400; }
.detail-block a { color: white; text-decoration-color: var(--gold); text-underline-offset: 4px; }
.detail-block small { display: block; margin-top: 9px; color: #eeded3; font-family: Arial, sans-serif; font-size: .72rem; line-height: 1.45; }
.visit-section { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; align-items: center; }
.visit-heading h2 { max-width: 460px; }
.visit-heading > p:last-of-type { margin-bottom: 28px; }
.map-frame { min-height: 390px; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); background: #d7d2ca; }
.map-frame iframe { width: 100%; height: 390px; border: 0; display: block; }
.site-footer { display: flex; justify-content: space-between; gap: 30px; padding: 30px max(28px, calc((100vw - 1184px) / 2)); border-top: 1px solid var(--line); font-family: Arial, sans-serif; font-size: .72rem; color: var(--muted); }
.site-footer > div { display: flex; flex-wrap: wrap; gap: 20px; }
.footer-name { color: var(--burgundy-deep); font-weight: 700; }
.footer-right { justify-content: flex-end; }
.footer-right a { color: var(--burgundy); font-weight: 700; }
@keyframes rise { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; transition-duration: .01ms !important; } }
@media (max-width: 800px) {
  .header-inner { grid-template-columns: 1fr auto; min-height: 64px; padding: 0 18px; }
  .desktop-nav { display: none; }
  .hero { min-height: auto; padding: 52px 18px 72px; grid-template-columns: 1fr; gap: 40px; }
  h1 { font-size: clamp(3.2rem, 14vw, 5rem); }
  .hero-image img { max-height: 560px; }
  .table-section, .place-section, .visit-section { padding: 84px 18px; }
  .food-feature, .place-section, .visit-section { grid-template-columns: 1fr; gap: 36px; }
  .food-image-wrap img { height: auto; min-height: 220px; }
  .place-copy { margin-top: 0; }
  .visit-section { gap: 40px; }
  .map-frame, .map-frame iframe { min-height: 320px; height: 320px; }
  .site-footer { padding: 28px 18px; flex-direction: column; }
  .footer-right { justify-content: flex-start; }
}
@media (max-width: 420px) {
  .wordmark { gap: 6px; }
  .wordmark-sub { display: none; }
  .header-cta { padding: 9px 12px; }
  .hero-actions .button { width: 100%; }
}
