:root {
  --ink: #10211c;
  --ivory: #f7f1e8;
  --paper: #fffaf3;
  --muted: #6c6359;
  --line: rgba(16, 33, 28, 0.16);
  --copper: #b65f3d;
  --adriatic: #1e6074;
  --plum: #683f55;
  --white: #ffffff;
  --shadow: 0 22px 70px rgba(16, 33, 28, 0.18);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--ivory);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}

a {
  color: inherit;
}

img {
  display: block;
  max-width: 100%;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  display: grid;
  grid-template-columns: minmax(180px, 1fr) auto minmax(180px, 1fr);
  align-items: center;
  gap: 24px;
  padding: 14px 54px;
  border-bottom: 1px solid var(--line);
  background: rgba(247, 241, 232, 0.92);
  backdrop-filter: blur(18px);
}

.brand,
.reserve-link,
.nav a,
.btn,
.contact-list a,
.booking-strip a,
.menu-card,
.mobile-bar a,
.text-link {
  text-decoration: none;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--ink);
  color: var(--ivory);
  font-family: Georgia, serif;
  font-size: 26px;
}

.brand strong,
.brand small {
  display: block;
}

.brand small {
  color: var(--muted);
  font-size: 12px;
  text-transform: uppercase;
}

.nav {
  display: flex;
  justify-content: center;
  gap: 18px;
  color: var(--muted);
  font-size: 14px;
}

.nav a:hover,
.text-link:hover {
  color: var(--copper);
}

.header-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
}

.lang-btn,
.reserve-link {
  min-width: 40px;
  min-height: 38px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.7);
  color: var(--ink);
  font: inherit;
  font-size: 13px;
  cursor: pointer;
}

.lang-btn.active,
.reserve-link {
  background: var(--ink);
  color: var(--ivory);
  border-color: var(--ink);
}

.reserve-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 9px 16px;
  font-weight: 800;
}

.hero,
.booking-strip,
.dining-section,
.story-band,
.menus-section,
.gallery-section,
.contact-section {
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(380px, 0.82fr);
  gap: 44px;
  align-items: center;
  min-height: calc(100svh - 72px);
  padding: 42px 0 34px;
}

.hero-media {
  min-height: 640px;
}

.hero-media img {
  width: 100%;
  height: min(78svh, 720px);
  min-height: 640px;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--copper);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 20px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 82px;
  font-weight: 500;
  line-height: 0.95;
}

h2 {
  margin-bottom: 14px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 56px;
  font-weight: 500;
  line-height: 1.02;
}

h3 {
  margin-bottom: 10px;
  font-size: 24px;
}

.hero-text {
  color: var(--muted);
  font-size: 21px;
}

.hero-actions,
.panel-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-top: 26px;
}

.btn {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 12px 20px;
  font-weight: 900;
  transition: transform 180ms ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn.primary {
  background: var(--copper);
  color: var(--white);
}

.btn.secondary {
  background: var(--adriatic);
  color: var(--white);
}

.btn.ghost {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.7);
}

.proof-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 34px 0 0;
}

.proof-grid div,
.booking-strip a,
.mode-panel,
.story-band article,
.contact-list a {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
}

.proof-grid div {
  padding: 18px;
}

.proof-grid dt {
  font-size: 32px;
  font-weight: 900;
}

.proof-grid dd {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  text-transform: uppercase;
}

.booking-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  padding: 18px 0 32px;
}

.booking-strip a {
  display: grid;
  gap: 5px;
  min-height: 88px;
  padding: 18px;
}

.booking-strip span,
.contact-list span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.booking-strip strong,
.contact-list strong {
  font-size: 20px;
  word-break: break-word;
}

.dining-section,
.menus-section,
.gallery-section,
.contact-section {
  padding: 72px 0;
}

.section-head {
  max-width: 820px;
  margin-bottom: 28px;
}

.dining-layout {
  display: grid;
  grid-template-columns: 300px minmax(0, 1fr);
  gap: 18px;
}

.mode-tabs {
  display: grid;
  gap: 10px;
}

.mode-tab {
  width: 100%;
  min-height: 58px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.75);
  color: var(--ink);
  font: inherit;
  font-weight: 900;
  text-align: left;
  padding: 14px 16px;
  cursor: pointer;
}

.mode-tab.active {
  background: var(--ink);
  color: var(--ivory);
  border-color: var(--ink);
}

.mode-panel {
  min-height: 340px;
  padding: 40px;
  box-shadow: 0 16px 46px rgba(16, 33, 28, 0.11);
}

.panel-kicker {
  color: var(--copper);
  font-weight: 900;
}

.mode-panel h3 {
  max-width: 800px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 54px;
  font-weight: 500;
  line-height: 1.02;
}

.mode-panel p,
.story-band p,
.contact-copy p {
  color: var(--muted);
}

.story-band {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  padding: 48px 0;
}

.story-band article {
  min-height: 270px;
  padding: 22px;
}

.story-band span {
  display: inline-block;
  margin-bottom: 52px;
  color: var(--copper);
  font-weight: 900;
}

.menu-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.menu-card {
  position: relative;
  min-height: 430px;
  overflow: hidden;
  border-radius: 8px;
  background: var(--ink);
  color: var(--white);
}

.menu-card img {
  width: 100%;
  height: 100%;
  min-height: 430px;
  object-fit: cover;
  opacity: 0.78;
  transition: transform 240ms ease, opacity 240ms ease;
}

.menu-card:hover img {
  transform: scale(1.04);
  opacity: 0.9;
}

.menu-card span {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  padding: 16px;
  border-radius: 8px;
  background: rgba(16, 33, 28, 0.86);
  font-size: 20px;
  font-weight: 900;
}

.gallery-grid {
  display: grid;
  grid-template-columns: 1.3fr 0.85fr 0.85fr;
  grid-auto-rows: 230px;
  gap: 12px;
}

.gallery-grid figure {
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  background: var(--paper);
}

.gallery-grid .wide {
  grid-row: span 2;
}

.gallery-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contact-section {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(340px, 1fr);
  gap: 54px;
  border-top: 1px solid var(--line);
}

.contact-list {
  display: grid;
  gap: 12px;
}

.contact-list a {
  display: grid;
  gap: 5px;
  min-height: 88px;
  padding: 18px;
}

.site-footer {
  display: grid;
  gap: 8px;
  padding: 26px 54px 96px;
  background: var(--ink);
  color: rgba(247, 241, 232, 0.78);
}

.site-footer p {
  max-width: 980px;
  margin: 0;
}

.mobile-bar {
  position: fixed;
  left: 10px;
  right: 10px;
  bottom: 10px;
  z-index: 40;
  display: none;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  padding: 8px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(247, 241, 232, 0.95);
  box-shadow: var(--shadow);
  backdrop-filter: blur(14px);
}

.mobile-bar a {
  min-height: 46px;
  display: grid;
  place-items: center;
  border-radius: 6px;
  background: var(--ink);
  color: var(--ivory);
  font-weight: 900;
}

@media (max-width: 980px) {
  .site-header {
    grid-template-columns: 1fr auto;
    padding: 12px 22px;
  }

  .nav {
    display: none;
  }

  .hero,
  .dining-layout,
  .contact-section {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: 0;
  }

  .hero-media,
  .hero-media img {
    min-height: 520px;
  }

  h1 {
    font-size: 62px;
  }

  h2,
  .mode-panel h3 {
    font-size: 44px;
  }

  .hero-text {
    font-size: 19px;
  }

  .booking-strip,
  .story-band,
  .menu-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .site-header {
    padding: 10px 14px;
  }

  .brand-mark {
    width: 38px;
    height: 38px;
  }

  .brand small,
  .reserve-link {
    display: none;
  }

  .hero,
  .booking-strip,
  .dining-section,
  .story-band,
  .menus-section,
  .gallery-section,
  .contact-section {
    width: min(100% - 24px, 1180px);
  }

  .hero {
    gap: 28px;
    padding-top: 24px;
  }

  .hero-media,
  .hero-media img {
    min-height: 420px;
    height: 420px;
  }

  h1 {
    font-size: 42px;
  }

  h2,
  .mode-panel h3 {
    font-size: 34px;
  }

  .hero-text {
    font-size: 18px;
  }

  .proof-grid,
  .booking-strip,
  .story-band,
  .menu-grid,
  .gallery-grid {
    grid-template-columns: 1fr;
  }

  .mode-panel {
    padding: 24px;
  }

  .menu-card,
  .menu-card img {
    min-height: 330px;
  }

  .gallery-grid {
    grid-auto-rows: 290px;
  }

  .gallery-grid .wide {
    grid-row: auto;
  }

  .site-footer {
    padding: 26px 14px 96px;
  }

  .mobile-bar {
    display: grid;
  }
}
