:root {
  --ink: #102322;
  --ink-2: #25413e;
  --paper: #f7f1e7;
  --paper-2: #fffaf1;
  --line: rgba(16, 35, 34, .14);
  --copper: #b95f30;
  --coral: #e66d4b;
  --teal: #0e7668;
  --gold: #d4a017;
  --white: #ffffff;
  --shadow: 0 24px 60px rgba(16, 35, 34, .18);
  --radius: 8px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  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;
  text-decoration: none;
}

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

button,
input,
textarea {
  font: inherit;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  padding: 14px clamp(16px, 4vw, 46px);
  color: var(--white);
  transition: background .25s ease, color .25s ease, box-shadow .25s ease;
}

.site-header.scrolled {
  background: rgba(255, 250, 241, .94);
  color: var(--ink);
  box-shadow: 0 10px 30px rgba(16, 35, 34, .08);
  backdrop-filter: blur(14px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: max-content;
}

.brand-mark {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid currentColor;
  border-radius: 50%;
  font-family: Georgia, serif;
  font-size: 24px;
  line-height: 1;
}

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

.brand strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 20px;
  line-height: 1;
}

.brand small {
  margin-top: 3px;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.nav {
  display: flex;
  justify-content: center;
  gap: clamp(14px, 2vw, 28px);
  font-size: 14px;
  font-weight: 700;
}

.nav a {
  padding: 8px 0;
}

.header-actions {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.lang-toggle,
.header-call,
.sticky-cta button {
  border: 1px solid currentColor;
  border-radius: 999px;
  background: transparent;
  color: inherit;
  cursor: pointer;
  font-weight: 800;
}

.lang-toggle,
.header-call {
  min-height: 38px;
  padding: 8px 14px;
}

.hero {
  position: relative;
  display: grid;
  min-height: 92svh;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
  align-items: end;
  gap: clamp(18px, 3vw, 36px);
  padding: 120px clamp(16px, 5vw, 72px) 40px;
  overflow: hidden;
  color: var(--white);
}

.hero-media,
.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.08) contrast(1.03);
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(9, 24, 23, .88), rgba(9, 24, 23, .52) 48%, rgba(9, 24, 23, .18)),
    linear-gradient(0deg, rgba(9, 24, 23, .72), rgba(9, 24, 23, .05) 48%);
}

.hero-content,
.reservation-panel {
  position: relative;
  z-index: 1;
}

.hero-content {
  max-width: 820px;
}

.eyebrow,
.panel-kicker {
  margin: 0 0 12px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}

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

h1,
h2,
h3 {
  letter-spacing: 0;
}

h1,
h2 {
  font-family: Georgia, "Times New Roman", serif;
}

h1 {
  max-width: 800px;
  margin-bottom: 18px;
  font-size: clamp(44px, 7vw, 96px);
  line-height: .94;
}

h2 {
  margin-bottom: 16px;
  font-size: clamp(32px, 4.4vw, 62px);
  line-height: 1;
}

h3 {
  font-size: 22px;
}

.hero-copy {
  max-width: 680px;
  color: rgba(255, 255, 255, .86);
  font-size: clamp(17px, 2vw, 21px);
}

.hero-actions,
.visit-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.btn {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 13px 20px;
  font-weight: 900;
}

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

.btn.secondary {
  border-color: currentColor;
  color: inherit;
  background: rgba(255, 255, 255, .06);
}

.hero-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.hero-facts span {
  border: 1px solid rgba(255, 255, 255, .26);
  border-radius: 999px;
  padding: 8px 12px;
  background: rgba(255, 255, 255, .08);
  color: rgba(255, 255, 255, .9);
  font-size: 13px;
  font-weight: 800;
}

.reservation-panel {
  align-self: end;
  margin-bottom: 6px;
  border: 1px solid rgba(255, 255, 255, .24);
  border-radius: var(--radius);
  padding: 24px;
  background: rgba(16, 35, 34, .72);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.reservation-panel h2 {
  font-size: 30px;
}

.reservation-panel p {
  color: rgba(255, 255, 255, .78);
}

.panel-actions {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}

.panel-link {
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: var(--radius);
  padding: 12px;
  background: rgba(255, 255, 255, .08);
  font-weight: 850;
  overflow-wrap: anywhere;
}

.quick-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--line);
}

.quick-strip div {
  padding: 22px clamp(16px, 4vw, 46px);
  background: var(--paper-2);
}

.quick-strip strong,
.quick-strip span {
  display: block;
}

.quick-strip strong {
  font-size: 15px;
}

.quick-strip span {
  margin-top: 4px;
  color: #5b6b68;
  font-size: 13px;
}

.section {
  padding: clamp(64px, 9vw, 110px) clamp(16px, 5vw, 72px);
}

.split {
  display: grid;
  grid-template-columns: minmax(260px, .82fr) minmax(300px, 1fr);
  gap: clamp(28px, 6vw, 86px);
  align-items: start;
}

.section-copy {
  position: sticky;
  top: 104px;
}

.section-copy p,
.story-copy p,
.visit p {
  max-width: 620px;
  color: #53635f;
  font-size: 17px;
}

.menu-board {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 20px 50px rgba(16, 35, 34, .08);
  overflow: hidden;
}

.menu-tabs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-bottom: 1px solid var(--line);
}

.menu-tabs button {
  min-height: 54px;
  border: 0;
  border-right: 1px solid var(--line);
  background: #fff;
  color: var(--ink);
  cursor: pointer;
  font-weight: 900;
}

.menu-tabs button:last-child {
  border-right: 0;
}

.menu-tabs button.active {
  background: var(--ink);
  color: var(--white);
}

.menu-list {
  display: grid;
}

.menu-list article {
  display: grid;
  gap: 4px;
  padding: 22px;
  border-bottom: 1px solid var(--line);
}

.menu-list article:last-child {
  border-bottom: 0;
}

.menu-list span {
  font-size: 19px;
  font-weight: 900;
}

.menu-list small {
  color: #65736f;
  font-size: 14px;
}

.image-band {
  display: grid;
  grid-template-columns: 1.15fr .85fr 1fr;
  gap: 1px;
  background: var(--ink);
}

.image-band figure {
  position: relative;
  margin: 0;
  min-height: 420px;
  overflow: hidden;
}

.image-band img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.image-band figcaption {
  position: absolute;
  left: 18px;
  bottom: 18px;
  border-radius: 999px;
  padding: 9px 13px;
  background: rgba(16, 35, 34, .76);
  color: var(--white);
  font-size: 13px;
  font-weight: 900;
}

.story {
  display: grid;
  grid-template-columns: minmax(280px, 1fr) minmax(320px, .9fr);
  gap: clamp(28px, 6vw, 80px);
  background: #102322;
  color: var(--white);
}

.story .story-copy p {
  color: rgba(255, 255, 255, .74);
}

.proof-grid {
  display: grid;
  gap: 14px;
}

.proof-grid article {
  border: 1px solid rgba(255, 255, 255, .15);
  border-radius: var(--radius);
  padding: 24px;
  background: rgba(255, 255, 255, .06);
}

.proof-grid strong {
  display: block;
  margin-bottom: 6px;
  color: var(--gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 52px;
  line-height: 1;
}

.proof-grid span {
  color: rgba(255, 255, 255, .8);
}

.section-heading {
  max-width: 760px;
  margin-bottom: 28px;
}

.gallery {
  display: grid;
  grid-template-columns: 1.1fr .9fr 1fr .85fr;
  gap: 12px;
}

.gallery button {
  min-height: 360px;
  border: 0;
  border-radius: var(--radius);
  padding: 0;
  background: var(--ink);
  cursor: zoom-in;
  overflow: hidden;
}

.gallery button:nth-child(2),
.gallery button:nth-child(4) {
  margin-top: 42px;
}

.gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .35s ease;
}

.gallery button:hover img {
  transform: scale(1.04);
}

.visit {
  display: grid;
  grid-template-columns: minmax(280px, 1fr) minmax(300px, 420px);
  gap: clamp(28px, 6vw, 80px);
  align-items: start;
  background: var(--paper-2);
}

.visit .btn.secondary {
  color: var(--ink);
  background: transparent;
}

.contact-form {
  display: grid;
  gap: 14px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 24px;
  background: var(--white);
  box-shadow: 0 16px 40px rgba(16, 35, 34, .08);
}

.contact-form h3 {
  margin-bottom: 2px;
}

.contact-form label {
  display: grid;
  gap: 6px;
  color: #566561;
  font-size: 13px;
  font-weight: 850;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 12px;
  background: #fffdf8;
  color: var(--ink);
}

.contact-form textarea {
  resize: vertical;
}

.full {
  width: 100%;
  border: 0;
  cursor: pointer;
}

.footer {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 28px clamp(16px, 5vw, 72px) 96px;
  background: var(--ink);
  color: var(--white);
}

.footer span,
.footer a {
  color: rgba(255, 255, 255, .78);
}

.footer strong,
.footer span {
  display: block;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 14px;
}

.sticky-cta {
  position: fixed;
  right: 16px;
  bottom: 16px;
  z-index: 18;
  display: none;
  grid-template-columns: 1fr 1fr auto;
  gap: 8px;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 999px;
  padding: 8px;
  background: rgba(16, 35, 34, .92);
  color: var(--white);
  box-shadow: var(--shadow);
  backdrop-filter: blur(12px);
}

.sticky-cta a,
.sticky-cta button {
  display: grid;
  min-width: 68px;
  min-height: 40px;
  place-items: center;
  border-radius: 999px;
  font-weight: 900;
}

.sticky-cta a:first-child {
  background: var(--coral);
}

.lightbox {
  width: min(880px, calc(100vw - 28px));
  border: 0;
  border-radius: var(--radius);
  padding: 0;
  background: transparent;
}

.lightbox::backdrop {
  background: rgba(4, 11, 10, .82);
}

.lightbox img {
  width: 100%;
  max-height: 86vh;
  object-fit: contain;
  border-radius: var(--radius);
}

.lightbox-close {
  position: fixed;
  top: 18px;
  right: 18px;
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .3);
  border-radius: 50%;
  background: rgba(16, 35, 34, .88);
  color: var(--white);
  cursor: pointer;
  font-size: 28px;
  line-height: 1;
}

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

  .nav {
    display: none;
  }

  .hero,
  .split,
  .story,
  .visit {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
    padding-top: 112px;
  }

  .reservation-panel {
    max-width: 560px;
  }

  .quick-strip,
  .image-band {
    grid-template-columns: 1fr;
  }

  .image-band figure {
    min-height: 320px;
  }

  .section-copy {
    position: static;
  }

  .gallery {
    grid-template-columns: repeat(2, 1fr);
  }

  .gallery button:nth-child(2),
  .gallery button:nth-child(4) {
    margin-top: 0;
  }
}

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

  .brand small,
  .header-call {
    display: none;
  }

  .brand-mark {
    width: 34px;
    height: 34px;
    font-size: 20px;
  }

  .hero {
    padding: 94px 14px 28px;
  }

  h1 {
    font-size: 44px;
  }

  h2 {
    font-size: 34px;
  }

  .hero-facts {
    gap: 8px;
  }

  .hero-facts span {
    max-width: 100%;
  }

  .reservation-panel {
    padding: 18px;
  }

  .quick-strip div,
  .section {
    padding-left: 14px;
    padding-right: 14px;
  }

  .menu-tabs {
    grid-template-columns: 1fr;
  }

  .menu-tabs button {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .gallery {
    grid-template-columns: 1fr;
  }

  .gallery button {
    min-height: 300px;
  }

  .footer {
    display: grid;
    padding-bottom: 92px;
  }

  .footer-links {
    justify-content: flex-start;
  }

  .sticky-cta {
    display: grid;
    right: 10px;
    left: 10px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}
