:root {
  --ink: #1c120d;
  --cream: #fff6e5;
  --paper: #f9ecd2;
  --gold: #c89537;
  --gold-soft: #f5cf7a;
  --terracotta: #a53a24;
  --tomato: #d93a25;
  --basil: #174b31;
  --shadow: 0 24px 70px rgba(41, 20, 9, .24);
  --radius: 8px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: linear-gradient(180deg, #fffaf0 0%, var(--paper) 45%, #2a160f 100%);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  overflow-x: hidden;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
.wrap { width: min(1120px, calc(100% - 32px)); margin: 0 auto; }

.nav {
  position: fixed;
  top: 12px;
  left: 50%;
  transform: translateX(-50%);
  width: min(1120px, calc(100% - 24px));
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 9px 10px 9px 14px;
  border: 1px solid rgba(255, 235, 191, .28);
  border-radius: 999px;
  color: #fff7e7;
  background: rgba(28, 18, 13, .78);
  backdrop-filter: blur(18px);
  box-shadow: 0 12px 35px rgba(0, 0, 0, .25);
}

.brand {
  display: flex;
  align-items: center;
  gap: 9px;
  min-width: 0;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
  font-size: .76rem;
  white-space: nowrap;
}

.brand-mark {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--ink);
  background: radial-gradient(circle, #ffe7a8 0 36%, var(--gold) 38% 100%);
  box-shadow: inset 0 0 0 2px rgba(255,255,255,.5);
}

.nav-links { display: none; align-items: center; gap: 18px; font-size: .82rem; color: rgba(255, 247, 231, .86); }

.pill, .ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  border-radius: 999px;
  font-weight: 800;
  border: 0;
  cursor: pointer;
}

.pill {
  background: linear-gradient(135deg, var(--gold-soft), var(--gold));
  color: #241109;
  box-shadow: 0 12px 28px rgba(200, 149, 55, .32);
  transition: transform .25s ease, box-shadow .25s ease;
}

.pill:hover { transform: translateY(-2px); box-shadow: 0 18px 36px rgba(200, 149, 55, .42); }
.ghost { border: 1px solid rgba(255, 246, 229, .30); color: #fff7e7; background: rgba(255, 246, 229, .08); }

.hero {
  min-height: 100svh;
  position: relative;
  display: grid;
  align-items: end;
  color: #fff8eb;
  isolation: isolate;
  overflow: hidden;
  background: #1c120d;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(180deg, rgba(20, 10, 5, .16), rgba(20, 10, 5, .88) 68%, #1c120d 100%),
    radial-gradient(circle at 70% 40%, rgba(217, 58, 37, .34), transparent 18rem);
}

.hero-media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -2;
  filter: saturate(1.06) contrast(1.06);
}

.hero-inner { padding: 128px 0 42px; }
.eyebrow {
  display: inline-flex;
  padding: 8px 12px;
  margin-bottom: 18px;
  border-radius: 999px;
  border: 1px solid rgba(255, 231, 168, .30);
  background: rgba(255, 246, 229, .10);
  color: #ffe7a8;
  font-size: .75rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .14em;
  animation: rise .8s ease both;
}

h1, h2, h3 { margin: 0; line-height: .96; }
h1 {
  max-width: 850px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(4rem, 17vw, 10.5rem);
  font-weight: 700;
  letter-spacing: -.055em;
  text-wrap: balance;
  text-shadow: 0 18px 40px rgba(0,0,0,.45);
  animation: rise .9s .06s ease both;
}

.tagline {
  max-width: 660px;
  margin: 18px 0 26px;
  font-size: clamp(1.05rem, 4vw, 1.55rem);
  line-height: 1.38;
  color: rgba(255, 248, 235, .9);
  animation: rise .9s .12s ease both;
}

.hero-actions { display: flex; flex-direction: column; gap: 12px; animation: rise .9s .18s ease both; }
.hero-card {
  margin-top: 34px;
  display: grid;
  gap: 10px;
  padding: 13px;
  border: 1px solid rgba(255, 231, 168, .18);
  border-radius: var(--radius);
  background: rgba(28, 18, 13, .58);
  backdrop-filter: blur(16px);
  box-shadow: var(--shadow);
  animation: rise .9s .24s ease both;
}
.hero-card strong { color: #ffe7a8; }
.hero-card span { color: rgba(255, 248, 235, .82); font-size: .92rem; }

section { position: relative; padding: 68px 0; }
.section-kicker { margin-bottom: 10px; color: var(--terracotta); font-size: .76rem; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.section-title { max-width: 850px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.2rem, 10vw, 5.6rem); letter-spacing: -.055em; color: var(--ink); }

.story { background: linear-gradient(90deg, rgba(255, 246, 229, .86), rgba(255, 246, 229, .56)); }
.story-grid { display: grid; gap: 24px; align-items: center; }
.story p { font-size: 1.08rem; line-height: 1.72; color: rgba(28, 18, 13, .78); }
.story-photo { margin: 0; position: relative; overflow: hidden; min-height: 330px; border-radius: var(--radius); background: #2a160f; box-shadow: var(--shadow); }
.story-photo img { width: 100%; height: 100%; min-height: 330px; object-fit: cover; }
.story-photo figcaption { position: absolute; left: 18px; bottom: 16px; color: #fff6e5; font-family: Georgia, "Times New Roman", serif; font-size: 2rem; letter-spacing: -.04em; }

.menu { background: #1c120d; color: #fff6e5; }
.menu .section-kicker { color: var(--gold-soft); }
.menu .section-title { color: #fff6e5; }
.menu-note { max-width: 720px; color: rgba(255,246,229,.72); line-height: 1.6; }
.menu-tabs { display: flex; gap: 8px; overflow-x: auto; padding: 10px 0 20px; margin-top: 14px; }
.menu-tab { flex: 0 0 auto; padding: 10px 14px; border-radius: 999px; border: 1px solid rgba(255,231,168,.18); color: #fff6e5; background: rgba(255,255,255,.05); font: inherit; font-weight: 800; cursor: pointer; }
.menu-tab.active { color: #241109; background: var(--gold-soft); border-color: transparent; }
.menu-board { display: grid; gap: 14px; margin-top: 12px; }
.menu-category { padding: 20px; border-radius: var(--radius); border: 1px solid rgba(255, 231, 168, .15); background: linear-gradient(135deg, rgba(255,255,255,.09), rgba(255,255,255,.03)); }
.menu-category.is-hidden { display: none; }
.menu-category h3 { color: var(--gold-soft); font-size: 1.35rem; letter-spacing: -.03em; margin-bottom: 14px; }
.menu-category ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 12px; }
.menu-category li { display: grid; grid-template-columns: 1fr auto; gap: 4px 14px; padding-bottom: 12px; border-bottom: 1px solid rgba(255,231,168,.12); }
.menu-category li:last-child { border-bottom: 0; padding-bottom: 0; }
.menu-category span { font-weight: 900; }
.menu-category em { grid-column: 1 / 2; color: rgba(255, 246, 229, .68); font-size: .92rem; font-style: normal; line-height: 1.4; }
.menu-category strong { grid-column: 2; grid-row: 1 / span 2; align-self: center; color: var(--gold-soft); font-size: 1rem; white-space: nowrap; }

.gallery { background: var(--cream); }
.photo-grid { display: grid; grid-template-columns: 1fr; gap: 12px; margin-top: 26px; }
.photo { min-height: 260px; margin: 0; position: relative; overflow: hidden; border-radius: var(--radius); background: linear-gradient(135deg, #3b1d12, #120905); box-shadow: 0 14px 32px rgba(41, 20, 9, .18); }
.photo img { width: 100%; height: 100%; min-height: 260px; object-fit: cover; opacity: 0; transition: opacity .45s ease; }
.photo img.loaded { opacity: 1; }

.booking { background: linear-gradient(180deg, rgba(255,246,229,.96), rgba(249,236,210,.96)); }
.booking-panel { display: grid; gap: 18px; padding: 20px; border-radius: var(--radius); background: rgba(255, 250, 240, .94); box-shadow: var(--shadow); border: 1px solid rgba(200, 149, 55, .25); }
.booking p { line-height: 1.6; color: rgba(28,18,13,.72); }
.form-grid { display: grid; gap: 10px; }
input, select, textarea { width: 100%; min-height: 48px; border: 1px solid rgba(28, 18, 13, .18); border-radius: var(--radius); padding: 12px 13px; color: var(--ink); background: #fffdf7; font: inherit; outline: none; }
textarea { min-height: 96px; resize: vertical; }
input:focus, select:focus, textarea:focus { border-color: var(--gold); box-shadow: 0 0 0 4px rgba(200,149,55,.16); }

.contacts { background: #26140d; color: #fff6e5; }
.contacts .section-kicker { color: var(--gold-soft); }
.contacts .section-title { color: #fff6e5; }
.contact-grid { display: grid; gap: 18px; margin-top: 24px; }
.contact-card, .map { border-radius: var(--radius); border: 1px solid rgba(255, 231, 168, .16); background: rgba(255, 246, 229, .07); box-shadow: 0 20px 50px rgba(0,0,0,.22); overflow: hidden; }
.contact-card { padding: 20px; }
.contact-card p { margin: 0 0 14px; color: rgba(255,246,229,.76); line-height: 1.6; }
.big-phone { display: block; margin: 8px 0 16px; color: #ffe7a8; font-size: clamp(1.8rem, 9vw, 3.2rem); font-family: Georgia, "Times New Roman", serif; letter-spacing: -.05em; }
.map { min-height: 360px; position: relative; background: linear-gradient(135deg, rgba(28,18,13,.42), rgba(28,18,13,.8)); }
.map iframe { width: 100%; height: 360px; border: 0; filter: saturate(.8) contrast(1.05); }
.map-placeholder { min-height: 360px; display: grid; place-items: center; align-content: center; gap: 12px; padding: 24px; text-align: center; }
.map-placeholder strong { font-family: Georgia, "Times New Roman", serif; font-size: 2rem; color: #ffe7a8; }
.map-placeholder span { color: rgba(255,246,229,.76); }

footer { padding: 30px 0; color: rgba(255, 246, 229, .78); background: #1c120d; border-top: 1px solid rgba(255, 231, 168, .14); }
.footer-grid { display: grid; gap: 18px; }
.socials { display: flex; gap: 10px; flex-wrap: wrap; }
.socials a { padding: 9px 12px; border-radius: 999px; border: 1px solid rgba(255, 231, 168, .18); background: rgba(255,255,255,.04); color: #fff6e5; font-weight: 800; font-size: .85rem; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
@keyframes rise { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: translateY(0); } }

@media (min-width: 680px) {
  .nav-links { display: flex; }
  .hero-actions { flex-direction: row; align-items: center; }
  .hero-card { grid-template-columns: repeat(3, 1fr); }
  .menu-board { grid-template-columns: repeat(2, 1fr); }
  .photo-grid { grid-template-columns: repeat(2, 1fr); }
  .booking-panel { grid-template-columns: .85fr 1.15fr; align-items: start; padding: 30px; }
  .form-grid { grid-template-columns: repeat(2, 1fr); }
  .form-grid .wide { grid-column: 1 / -1; }
  .footer-grid { grid-template-columns: 1fr 1fr; align-items: end; }
}

@media (min-width: 900px) {
  .story-grid, .contact-grid { grid-template-columns: .9fr 1.1fr; }
  .photo-grid { grid-template-columns: repeat(4, 1fr); grid-auto-rows: 190px; }
  .photo { min-height: 0; }
  .photo img { min-height: 190px; }
  .photo:nth-child(1), .photo:nth-child(6) { grid-row: span 2; }
  .photo:nth-child(4), .photo:nth-child(8) { grid-column: span 2; }
  section { padding: 96px 0; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .01ms !important; }
}
