:root {
  --bg: #0b0907;
  --panel: #14100d;
  --text: #efe6d7;
  --muted: #9e9180;
  --line: rgba(239, 230, 215, .14);
  --accent: #b99662;
  --accent-bright: #d2b27b;
  --max: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--bg); }
body { margin: 0; background: radial-gradient(circle at 82% 12%, rgba(185,150,98,.07), transparent 28%), var(--bg); color: var(--text); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; letter-spacing: .01em; }
body::selection { background: var(--accent); color: var(--bg); }
a { color: inherit; text-decoration: none; }
.grain { position: fixed; inset: 0; pointer-events: none; opacity: .04; z-index: 10; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160' viewBox='0 0 160 160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E"); }
.site-header { width: min(var(--max), calc(100% - 48px)); margin: 0 auto; padding: 30px 0; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.wordmark { font-size: .78rem; letter-spacing: .24em; font-weight: 650; }
.wordmark span { color: var(--accent); font-weight: 450; }
nav { display: flex; gap: 30px; font-size: .72rem; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); }
nav a:hover, .text-link:hover { color: var(--text); }
main { width: min(var(--max), calc(100% - 48px)); margin: 0 auto; }
.hero { min-height: 77vh; display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(360px, .78fr); align-items: center; gap: 72px; padding: 9vh 0 13vh; }
.hero-copy-wrap { min-width: 0; }
.hero-media { margin: 0; align-self: stretch; min-height: 590px; position: relative; overflow: hidden; border: 1px solid var(--line); background: #100c09; }
.hero-media img { width: 100%; height: 100%; display: block; object-fit: cover; filter: saturate(.82) contrast(1.04); }
.hero-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(11,9,7,.04), rgba(11,9,7,.34)); pointer-events: none; }
.hero-media figcaption { position: absolute; z-index: 2; left: 22px; bottom: 18px; color: rgba(239,230,215,.66); font-size: .62rem; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow, .section-number { margin: 0 0 22px; color: var(--accent); font-size: .68rem; letter-spacing: .22em; text-transform: uppercase; }
h1, h2, h3, p, blockquote { margin-top: 0; }
h1, h2, blockquote { font-family: Georgia, "Times New Roman", serif; font-weight: 400; letter-spacing: -.035em; }
h1 { font-size: clamp(4rem, 8vw, 7.6rem); line-height: .91; max-width: 1000px; margin-bottom: 34px; }
h1 em, h2 em { color: var(--accent-bright); font-style: italic; }
.hero-copy { max-width: 510px; color: var(--muted); font-size: 1rem; line-height: 1.75; margin-bottom: 38px; }
.hero-actions { display: flex; align-items: center; gap: 24px; flex-wrap: wrap; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: 0 22px; border: 1px solid var(--accent); font-size: .68rem; letter-spacing: .15em; text-transform: uppercase; transition: .25s ease; }
.button-solid { background: var(--accent); color: var(--bg); }
.button-solid:hover { background: var(--accent-bright); border-color: var(--accent-bright); }
.button-outline:hover { background: var(--accent); color: var(--bg); }
.text-link { color: var(--muted); font-size: .7rem; letter-spacing: .14em; text-transform: uppercase; }
.intro, .menu, .visit, .newsletter { padding: 100px 0; }
.rule { height: 1px; background: var(--line); margin-bottom: 48px; }
.intro-grid { display: grid; grid-template-columns: 1fr 2fr; gap: 60px; }
.intro h2, .visit h2 { font-size: clamp(3rem, 5vw, 5.4rem); line-height: .96; margin-bottom: 25px; }
.intro-grid > div > p { max-width: 650px; color: var(--muted); line-height: 1.85; }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 42px; }
.section-head h2 { margin: 0; font-size: clamp(2.6rem, 4vw, 4rem); }
.section-head > p:last-child { color: var(--muted); font-size: .9rem; max-width: 260px; margin-bottom: 4px; }
.menu-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.menu-card { min-height: 540px; border-right: 1px solid var(--line); display: flex; flex-direction: column; overflow: hidden; }
.menu-card:last-child { border-right: 0; }
.menu-card.featured { background: linear-gradient(180deg, rgba(185,150,98,.08), rgba(185,150,98,.015)); }
.menu-image { height: 240px; overflow: hidden; background: #100c09; }
.menu-image img { width: 100%; height: 100%; object-fit: cover; display: block; filter: saturate(.78) contrast(1.03); transition: transform .55s ease, filter .55s ease; }
.menu-card:hover .menu-image img { transform: scale(1.025); filter: saturate(.9) contrast(1.04); }
.menu-content { padding: 28px 28px 30px; flex: 1; display: flex; flex-direction: column; }
.menu-index { color: var(--muted); font-size: .67rem; letter-spacing: .15em; }
.menu-card h3 { margin: auto 0 14px; font-family: Georgia, "Times New Roman", serif; font-size: 2rem; font-weight: 400; }
.menu-content > p:not(.menu-index) { max-width: 280px; color: var(--muted); line-height: 1.7; }
.menu-note { margin-top: 18px; color: var(--accent); font-size: .65rem; letter-spacing: .17em; text-transform: uppercase; }
.statement { padding: 150px 0 120px; text-align: center; }
.statement blockquote { font-size: clamp(3rem, 7vw, 7rem); line-height: .98; max-width: 980px; margin: 0 auto; }
.visit { display: grid; grid-template-columns: 1.4fr 1fr; gap: 80px; border-top: 1px solid var(--line); }
.visit-details { display: flex; flex-direction: column; justify-content: end; align-items: flex-start; color: var(--muted); line-height: 1.8; }
.visit-details .button { margin-top: 25px; }
.newsletter { border-top: 1px solid var(--line); display: grid; grid-template-columns: 1fr 1.1fr; gap: 50px; align-items: end; }
.newsletter h2 { font-size: clamp(2rem, 3.2vw, 3.2rem); margin: 0; }
.signup-form { display: flex; border-bottom: 1px solid var(--line); }
.signup-form input { flex: 1; min-width: 0; border: 0; outline: none; background: transparent; color: var(--text); padding: 15px 0; font-size: .95rem; }
.signup-form button { border: 0; background: transparent; color: var(--accent); padding: 15px 0 15px 18px; font: inherit; font-size: .68rem; letter-spacing: .16em; text-transform: uppercase; cursor: pointer; }
.form-status { grid-column: 2; min-height: 1.2em; margin: 10px 0 0; color: var(--muted); font-size: .75rem; }
.site-footer { width: min(var(--max), calc(100% - 48px)); margin: 0 auto; padding: 46px 0 54px; border-top: 1px solid var(--line); display: flex; align-items: end; justify-content: space-between; gap: 40px; }
.footer-mark { margin-bottom: 10px; }
.footer-muted, .footer-disclaimer { margin: 0; color: #776d60; font-size: .69rem; line-height: 1.6; }
.footer-disclaimer { max-width: 520px; text-align: right; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
@media (max-width: 760px) {
  .site-header, main, .site-footer { width: min(100% - 32px, var(--max)); }
  nav { gap: 14px; font-size: .62rem; }
  .hero { min-height: 78vh; grid-template-columns: 1fr; gap: 34px; padding-top: 7vh; }
  .hero-media { min-height: 420px; order: 2; }
  .intro-grid, .visit, .newsletter { grid-template-columns: 1fr; gap: 34px; }
  .menu-grid { grid-template-columns: 1fr; }
  .menu-card { min-height: 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .menu-image { height: 280px; }
  .menu-card:last-child { border-bottom: 0; }
  .section-head { display: block; }
  .section-head > p:last-child { margin-top: 12px; }
  .form-status { grid-column: auto; }
  .site-footer { align-items: start; flex-direction: column; }
  .footer-disclaimer { text-align: left; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { transition: none !important; } }
