:root {
  --ink: #171413;
  --coal: #26211e;
  --cream: #fbf4e9;
  --paper: #fffaf1;
  --salt: #fffdf8;
  --olive: #687642;
  --tomato: #c4452d;
  --teal: #126a73;
  --gold: #e4a331;
  --line: rgba(23, 20, 19, 0.14);
  --shadow: 0 22px 70px rgba(18, 14, 11, 0.18);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

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

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  min-height: 76px;
  padding: 14px clamp(16px, 4vw, 48px);
  color: var(--salt);
  background: linear-gradient(180deg, rgba(19, 15, 12, 0.86), rgba(19, 15, 12, 0.18));
}

.brand,
.header-actions,
.nav-links,
.hero-actions,
.hero-facts,
.strip-actions,
.mobile-cta {
  display: flex;
  align-items: center;
}

.brand {
  gap: 12px;
  font-weight: 800;
  letter-spacing: 0;
}

.brand-mark {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(255, 253, 248, 0.38);
  background: rgba(255, 253, 248, 0.13);
  font-weight: 900;
}

.nav-links {
  justify-content: center;
  gap: clamp(14px, 3vw, 34px);
  font-size: 0.94rem;
  color: rgba(255, 253, 248, 0.88);
}

.header-actions {
  gap: 10px;
}

.lang-toggle,
.ghost-link {
  border: 1px solid rgba(255, 253, 248, 0.36);
  background: rgba(255, 253, 248, 0.11);
  color: var(--salt);
  min-height: 42px;
  padding: 0 15px;
  font: inherit;
  font-weight: 750;
  cursor: pointer;
}

.ghost-link {
  display: inline-flex;
  align-items: center;
}

.hero {
  position: relative;
  min-height: 94vh;
  display: grid;
  align-items: end;
  isolation: isolate;
  background: var(--coal);
}

.hero-image,
.hero-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-image {
  object-fit: cover;
}

.hero-overlay {
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(15, 12, 10, 0.88) 0%, rgba(15, 12, 10, 0.62) 36%, rgba(15, 12, 10, 0.08) 76%),
    linear-gradient(0deg, rgba(15, 12, 10, 0.72) 0%, rgba(15, 12, 10, 0.06) 45%);
}

.hero-content {
  position: relative;
  z-index: 2;
  width: min(760px, calc(100% - 32px));
  margin: 0 clamp(16px, 6vw, 76px) clamp(64px, 10vh, 112px);
  color: var(--salt);
}

.eyebrow,
.section-kicker {
  margin: 0 0 14px;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hero h1 {
  margin: 0;
  font-size: clamp(4.4rem, 14vw, 10.5rem);
  line-height: 0.82;
  letter-spacing: 0;
}

.hero-copy {
  max-width: 630px;
  margin: 28px 0 0;
  color: rgba(255, 253, 248, 0.9);
  font-size: clamp(1.06rem, 2vw, 1.28rem);
  line-height: 1.55;
}

.hero-actions {
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.primary-btn,
.secondary-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border: 1px solid transparent;
  font-weight: 850;
  white-space: nowrap;
}

.primary-btn {
  background: var(--gold);
  color: #211407;
}

.secondary-btn {
  border-color: rgba(255, 253, 248, 0.38);
  color: var(--salt);
  background: rgba(255, 253, 248, 0.08);
}

.secondary-btn.light {
  border-color: rgba(255, 253, 248, 0.46);
}

.primary-btn.dark {
  background: var(--ink);
  color: var(--salt);
}

.hero-facts {
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 24px;
}

.hero-facts span {
  border: 1px solid rgba(255, 253, 248, 0.32);
  background: rgba(255, 253, 248, 0.12);
  padding: 8px 11px;
  font-size: 0.83rem;
  color: rgba(255, 253, 248, 0.9);
}

.section-band {
  background: var(--cream);
}

.section-inner {
  width: min(1160px, calc(100% - 32px));
  margin: 0 auto;
}

.intro,
.menu-section,
.visit-section,
.reviews-section,
.conversion-strip {
  padding: clamp(64px, 9vw, 116px) 0;
}

.intro-grid,
.visit-grid,
.reviews-grid,
.strip-inner {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(28px, 6vw, 78px);
  align-items: start;
}

.section-kicker {
  color: var(--tomato);
}

h2 {
  margin: 0;
  font-size: clamp(2rem, 5vw, 4.4rem);
  line-height: 0.98;
  letter-spacing: 0;
}

.intro p:last-child,
.reviews-grid > div:first-child p {
  margin: 0;
  font-size: clamp(1.02rem, 1.7vw, 1.25rem);
  line-height: 1.75;
  color: rgba(23, 20, 19, 0.75);
}

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

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

.menu-card {
  min-height: 290px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 26px;
  background: var(--salt);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.card-number {
  color: var(--teal);
  font-weight: 900;
}

.menu-card h3 {
  margin: auto 0 16px;
  font-size: clamp(1.38rem, 2.1vw, 2rem);
}

.menu-card p {
  margin: 0;
  color: rgba(23, 20, 19, 0.72);
  line-height: 1.62;
}

.visit-panel,
.map-panel {
  min-height: 520px;
}

.visit-panel {
  padding: clamp(28px, 5vw, 54px);
  background: var(--salt);
  border: 1px solid var(--line);
}

.info-list {
  display: grid;
  gap: 0;
  margin: 34px 0 0;
}

.info-list div {
  padding: 18px 0;
  border-top: 1px solid var(--line);
}

.info-list dt {
  margin-bottom: 7px;
  color: var(--olive);
  font-weight: 900;
  text-transform: uppercase;
  font-size: 0.76rem;
  letter-spacing: 0.12em;
}

.info-list dd {
  margin: 0;
  line-height: 1.45;
}

.info-list span {
  color: rgba(23, 20, 19, 0.58);
}

.map-panel {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  padding: 34px;
  color: var(--salt);
  background:
    linear-gradient(135deg, rgba(18, 106, 115, 0.95), rgba(38, 33, 30, 0.95)),
    var(--teal);
}

.map-lines {
  position: absolute;
  inset: -10%;
  background:
    linear-gradient(32deg, transparent 0 45%, rgba(255, 253, 248, 0.24) 45% 46%, transparent 46%),
    linear-gradient(100deg, transparent 0 54%, rgba(255, 253, 248, 0.18) 54% 55%, transparent 55%),
    linear-gradient(150deg, transparent 0 32%, rgba(255, 253, 248, 0.16) 32% 33%, transparent 33%);
  opacity: 0.9;
}

.pin {
  position: relative;
  z-index: 1;
  display: grid;
  width: 86px;
  height: 86px;
  place-items: center;
  margin-bottom: auto;
  background: var(--gold);
  color: #1a1008;
  font-size: 2rem;
  font-weight: 950;
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.28);
}

.map-panel p,
.map-panel a {
  position: relative;
  z-index: 1;
}

.map-panel p {
  max-width: 440px;
  margin: 0 0 20px;
  font-size: 1.08rem;
  line-height: 1.65;
}

.reviews-section {
  background: var(--paper);
}

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

.review-stats div {
  min-height: 168px;
  display: grid;
  align-content: center;
  padding: 20px;
  background: var(--salt);
  border: 1px solid var(--line);
}

.review-stats strong {
  font-size: clamp(2.4rem, 5vw, 4.2rem);
  line-height: 1;
}

.review-stats span {
  margin-top: 10px;
  color: rgba(23, 20, 19, 0.68);
  line-height: 1.45;
}

.conversion-strip {
  color: var(--salt);
  background: var(--coal);
}

.strip-inner {
  align-items: center;
}

.strip-actions {
  justify-content: end;
  gap: 12px;
  flex-wrap: wrap;
}

.site-footer {
  padding: 30px 0 92px;
  background: #120f0d;
  color: rgba(255, 253, 248, 0.78);
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  gap: 24px;
}

.footer-inner p {
  margin: 0;
  max-width: 560px;
  line-height: 1.5;
}

.mobile-cta {
  display: none;
}

@media (max-width: 860px) {
  .site-header {
    grid-template-columns: auto auto;
    min-height: 66px;
    gap: 12px;
  }

  .nav-links {
    display: none;
  }

  .header-actions {
    justify-content: end;
  }

  .ghost-link {
    display: none;
  }

  .hero {
    min-height: 92svh;
  }

  .hero-overlay {
    background:
      linear-gradient(0deg, rgba(15, 12, 10, 0.9) 0%, rgba(15, 12, 10, 0.55) 60%, rgba(15, 12, 10, 0.12)),
      linear-gradient(90deg, rgba(15, 12, 10, 0.74), rgba(15, 12, 10, 0.2));
  }

  .hero-image {
    object-position: 61% center;
  }

  .hero-content {
    width: calc(100% - 28px);
    margin: 0 14px 86px;
  }

  .hero h1 {
    font-size: clamp(4.2rem, 23vw, 6.5rem);
  }

  .hero-copy {
    font-size: 1rem;
  }

  .primary-btn,
  .secondary-btn {
    width: 100%;
  }

  .hero-actions .secondary-btn:last-child {
    display: none;
  }

  .intro-grid,
  .visit-grid,
  .reviews-grid,
  .strip-inner,
  .menu-grid,
  .review-stats {
    grid-template-columns: 1fr;
  }

  .menu-card {
    min-height: 230px;
  }

  .visit-panel,
  .map-panel {
    min-height: auto;
  }

  .map-panel {
    min-height: 420px;
  }

  .strip-actions {
    justify-content: stretch;
  }

  .footer-inner {
    display: grid;
  }

  .mobile-cta {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 25;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    min-height: 60px;
    padding: 8px;
    gap: 8px;
    background: rgba(18, 15, 13, 0.94);
    backdrop-filter: blur(14px);
  }

  .mobile-cta a {
    display: grid;
    place-items: center;
    background: var(--gold);
    color: #1d1208;
    font-weight: 900;
    font-size: 0.92rem;
  }
}

@media (max-width: 430px) {
  .brand span:last-child {
    display: none;
  }

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

  .review-stats div {
    min-height: 138px;
  }
}
