:root {
  --brand-primary: #1f1a17;
  --brand-secondary: #6f4e37;
  --brand-accent: #c9a227;
  --brand-surface: #fff7ed;
  --brand-surface-dark: #2c211c;
  --text-color: #211b18;
  --text-muted: #6f6259;
  --bg-color: #fffaf3;
  --bg-alt: #f3eadf;
  --card-color: #ffffff;
  --line-color: #ded0c2;
  --font-heading: 'Playfair Display', serif;
  --font-body: 'Inter', sans-serif;
  --font-size-base: 16px;
  --border-radius: 24px;
  --btn-radius: 999px;
  --section-padding: 96px;
  --container-width: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font-body);
  font-size: var(--font-size-base);
  line-height: 1.6;
  color: var(--text-color);
  background: var(--bg-color);
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
.container { width: min(var(--container-width), calc(100% - 40px)); margin-inline: auto; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; color: var(--brand-secondary); font-weight: 800; letter-spacing: .12em; text-transform: uppercase; font-size: .78rem; }
.eyebrow::before { content: ''; width: 32px; height: 2px; background: var(--brand-accent); display: inline-block; }
h1, h2, h3 { font-family: var(--font-heading); line-height: 1.05; margin: 0; letter-spacing: -.02em; }
h1 { font-size: clamp(3rem, 9vw, 7.4rem); }
h2 { font-size: clamp(2.25rem, 5vw, 4.8rem); }
h3 { font-size: clamp(1.35rem, 2.5vw, 2rem); }
p { margin: 0; color: var(--text-muted); }
.section { padding: var(--section-padding) 0; }
.section-header { display: grid; grid-template-columns: 1fr .9fr; gap: 36px; align-items: end; margin-bottom: 36px; }
.section-header p { font-size: 1.05rem; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 22px; border-radius: var(--btn-radius); font-weight: 800; border: 1px solid transparent; cursor: pointer; transition: transform .18s ease, background .18s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--brand-accent); color: #18110d; }
.btn-secondary { background: var(--brand-primary); color: #fffaf3; }
.btn-ghost { border-color: rgba(255,255,255,.45); color: #fffaf3; background: rgba(255,255,255,.08); }
.card { background: var(--card-color); border: 1px solid var(--line-color); border-radius: var(--border-radius); box-shadow: 0 18px 42px rgba(44, 33, 28, .08); overflow: hidden; }

.site-header { position: sticky; top: 0; z-index: 30; background: rgba(255,250,243,.96); border-bottom: 1px solid var(--line-color); }
.nav-wrap { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.logo { display: flex; align-items: center; gap: 12px; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.logo-mark { width: 42px; height: 42px; border-radius: 14px; background: var(--brand-primary); color: var(--brand-accent); display: grid; place-items: center; font-weight: 900; }
.site-nav { display: flex; gap: 24px; align-items: center; font-weight: 700; color: var(--text-muted); }
.site-nav a:hover { color: var(--brand-primary); }
.nav-actions { display: flex; gap: 10px; align-items: center; }
.menu-toggle { display: none; border: 0; background: var(--brand-primary); color: white; border-radius: 14px; width: 46px; height: 46px; align-items: center; justify-content: center; }
.menu-toggle span { width: 21px; height: 2px; background: currentColor; display: block; position: relative; }
.menu-toggle span::before, .menu-toggle span::after { content: ''; position: absolute; left: 0; width: 21px; height: 2px; background: currentColor; }
.menu-toggle span::before { top: -7px; }
.menu-toggle span::after { top: 7px; }

.hero { background: var(--brand-primary); color: #fffaf3; padding: 80px 0 42px; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.02fr .98fr; gap: 46px; align-items: center; }
.hero h1 { margin: 18px 0 24px; color: #fffaf3; }
.hero p { color: #eadccd; font-size: clamp(1.05rem, 2vw, 1.25rem); max-width: 640px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 30px; }
.hero-meta { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 32px; color: #d5c5b6; }
.hero-meta strong { color: var(--brand-accent); display: block; font-size: 1.05rem; }
.hero-photo { border-radius: 36px; overflow: hidden; min-height: 520px; position: relative; border: 1px solid rgba(255,255,255,.15); box-shadow: 0 28px 68px rgba(0,0,0,.35); }
.hero-photo img { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; }
.hero-badge { position: absolute; right: 22px; bottom: 22px; background: var(--brand-surface); color: var(--brand-primary); padding: 18px 20px; border-radius: 22px; max-width: 230px; font-weight: 800; box-shadow: 0 18px 38px rgba(0,0,0,.22); }

.feature-strip { background: var(--brand-surface); border-bottom: 1px solid var(--line-color); }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.feature { padding: 26px 28px; border-right: 1px solid var(--line-color); }
.feature:last-child { border-right: 0; }
.feature strong { display: block; font-size: 1rem; margin-bottom: 4px; }

.story-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 40px; align-items: center; }
.story-photo { aspect-ratio: 4/5; border-radius: var(--border-radius); overflow: hidden; }
.story-photo img { width: 100%; height: 100%; object-fit: cover; }
.story-copy { display: grid; gap: 22px; }
.story-points { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.point { padding: 18px; background: var(--brand-surface); border: 1px solid var(--line-color); border-radius: 18px; }
.point strong { display: block; margin-bottom: 4px; }

.menu-section { background: var(--bg-alt); }
.menu-tabs { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.menu-card { padding: 28px; }
.menu-card h3 { margin-bottom: 20px; }
.menu-list { display: grid; gap: 18px; }
.menu-item { padding-bottom: 18px; border-bottom: 1px solid var(--line-color); }
.menu-item:last-child { border-bottom: 0; padding-bottom: 0; }
.menu-item-top { display: flex; justify-content: space-between; gap: 20px; align-items: baseline; }
.menu-item h4 { margin: 0; font-size: 1.08rem; letter-spacing: -.01em; }
.menu-price { color: var(--brand-secondary); font-weight: 900; white-space: nowrap; }
.menu-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 9px; }
.tag { font-size: .74rem; font-weight: 800; background: var(--brand-surface); color: var(--brand-secondary); border-radius: 999px; padding: 4px 9px; }

.gallery-grid { display: grid; grid-template-columns: 1.2fr .8fr .8fr; grid-auto-rows: 250px; gap: 16px; }
.gallery-grid figure { margin: 0; border-radius: var(--border-radius); overflow: hidden; position: relative; background: #ddd; }
.gallery-grid figure:first-child { grid-row: span 2; }
.gallery-grid img { width: 100%; height: 100%; object-fit: cover; }
.gallery-grid figcaption { position: absolute; left: 14px; bottom: 14px; background: rgba(31,26,23,.82); color: #fffaf3; padding: 8px 12px; border-radius: 999px; font-size: .82rem; font-weight: 800; }

.reviews { background: var(--brand-primary); color: #fffaf3; }
.reviews .eyebrow { color: var(--brand-accent); }
.reviews p { color: #dfd0c0; }
.review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 34px; }
.review-card { background: var(--brand-surface-dark); border: 1px solid rgba(255,255,255,.12); border-radius: var(--border-radius); padding: 24px; }
.stars { color: var(--brand-accent); letter-spacing: .08em; margin-bottom: 16px; }
.review-card blockquote { margin: 0; color: #fffaf3; font-size: 1.02rem; }
.review-card cite { display: block; margin-top: 18px; color: #cfbdad; font-style: normal; font-weight: 800; }

.visit-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: 24px; align-items: stretch; }
.map-outline { min-height: 460px; background: #efe1d1; position: relative; border-radius: var(--border-radius); overflow: hidden; border: 1px solid var(--line-color); }
.map-outline::before { content: ''; position: absolute; inset: 36px; border: 2px solid rgba(111,78,55,.42); border-radius: 40% 60% 54% 46%; transform: rotate(-8deg); }
.map-outline::after { content: ''; position: absolute; width: 54px; height: 54px; border-radius: 50% 50% 50% 0; background: var(--brand-accent); left: 50%; top: 48%; transform: translate(-50%, -50%) rotate(-45deg); box-shadow: 0 14px 30px rgba(44,33,28,.22); }
.map-lines { position: absolute; inset: 0; background-image: linear-gradient(90deg, rgba(111,78,55,.18) 1px, transparent 1px), linear-gradient(rgba(111,78,55,.18) 1px, transparent 1px); background-size: 80px 80px; opacity: .65; }
.map-card { position: absolute; left: 24px; bottom: 24px; right: 24px; background: #fffaf3; border-radius: 22px; padding: 20px; border: 1px solid var(--line-color); box-shadow: 0 18px 42px rgba(44,33,28,.12); }
.visit-card { padding: 30px; display: grid; gap: 24px; }
.hours { display: grid; gap: 10px; }
.hours-row { display: flex; justify-content: space-between; border-bottom: 1px solid var(--line-color); padding-bottom: 10px; gap: 20px; }
.hours-row span:last-child { font-weight: 800; color: var(--text-color); }

.reserve { background: var(--bg-alt); }
.reserve-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 28px; align-items: start; }
.form-card { padding: 28px; }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.field { display: grid; gap: 7px; }
.field.full { grid-column: 1 / -1; }
label { font-weight: 800; font-size: .88rem; }
input, select, textarea { width: 100%; border: 1px solid var(--line-color); border-radius: 16px; min-height: 52px; padding: 0 14px; background: #fffdf8; color: var(--text-color); }
textarea { min-height: 126px; padding-top: 14px; resize: vertical; }
.form-note { font-size: .9rem; margin-top: 12px; }

.footer { background: var(--brand-primary); color: #fffaf3; padding: 50px 0 24px; }
.footer-grid { display: grid; grid-template-columns: 1.3fr repeat(3, 1fr); gap: 30px; }
.footer p, .footer a { color: #d7c7b8; }
.footer h3, .footer strong { color: #fffaf3; }
.footer-links { display: grid; gap: 10px; }
.footer-bottom { margin-top: 36px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.12); display: flex; justify-content: space-between; gap: 18px; color: #bda998; font-size: .9rem; }

@media (max-width: 920px) {
  :root { --section-padding: 72px; }
  .section-header, .hero-grid, .story-grid, .visit-grid, .reserve-grid { grid-template-columns: 1fr; }
  .hero { padding-top: 52px; }
  .hero-photo { min-height: 430px; }
  .feature-grid, .review-grid, .footer-grid { grid-template-columns: 1fr; }
  .feature { border-right: 0; border-bottom: 1px solid var(--line-color); }
  .menu-tabs { grid-template-columns: 1fr; }
  .gallery-grid { grid-template-columns: 1fr 1fr; }
  .gallery-grid figure:first-child { grid-row: span 1; }
  .site-nav, .nav-actions { display: none; }
  .menu-toggle { display: inline-flex; }
  .site-header.nav-open .site-nav { display: grid; position: absolute; top: 76px; left: 0; right: 0; background: var(--bg-color); border-bottom: 1px solid var(--line-color); padding: 22px 20px; gap: 16px; box-shadow: 0 18px 38px rgba(44,33,28,.08); }
}

@media (max-width: 620px) {
  .container { width: min(100% - 28px, var(--container-width)); }
  .hero-photo { min-height: 330px; border-radius: 24px; }
  .hero-badge { left: 14px; right: 14px; bottom: 14px; max-width: none; }
  .hero-actions, .footer-bottom { flex-direction: column; align-items: stretch; }
  .btn { width: 100%; }
  .story-points, .gallery-grid, .form-grid { grid-template-columns: 1fr; }
  .field.full { grid-column: auto; }
  .gallery-grid { grid-auto-rows: 230px; }
  .menu-card, .visit-card, .form-card { padding: 22px; }
}
