:root {
  --cream: #fff7eb;
  --paper: #fffdf8;
  --ink: #17120f;
  --muted: #6f6257;
  --red: #9f221f;
  --red-dark: #681512;
  --wood: #b66a32;
  --gold: #e6b05c;
  --line: rgba(23, 18, 15, 0.14);
  --shadow: 0 22px 60px rgba(35, 18, 8, 0.18);
}

* {
  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;
}

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

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

.site-header {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 16px clamp(18px, 4vw, 56px);
  color: #fff;
  background: linear-gradient(180deg, rgba(12, 8, 6, 0.78), rgba(12, 8, 6, 0.18));
  backdrop-filter: blur(10px);
}

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

.brand-mark {
  display: block;
  width: 52px;
  height: 52px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
}

.brand-mark img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.brand strong,
.brand small {
  display: block;
  letter-spacing: 0;
}

.brand small {
  color: rgba(255, 255, 255, 0.74);
  font-size: 12px;
  text-transform: uppercase;
}

.nav-links {
  display: flex;
  gap: clamp(14px, 2.6vw, 34px);
  color: rgba(255, 255, 255, 0.88);
  font-size: 14px;
  font-weight: 700;
}

.header-order {
  border: 1px solid rgba(255, 255, 255, 0.55);
  padding: 10px 16px;
  background: rgba(255, 247, 235, 0.12);
  font-weight: 800;
}

.hero {
  position: relative;
  min-height: 92vh;
  display: grid;
  align-items: end;
  overflow: hidden;
  color: #fff;
}

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

.hero img {
  object-fit: cover;
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(10, 5, 3, 0.9) 0%, rgba(20, 8, 4, 0.64) 42%, rgba(20, 8, 4, 0.1) 100%),
    linear-gradient(0deg, rgba(14, 8, 5, 0.84) 0%, rgba(14, 8, 5, 0) 44%);
}

.hero-content {
  position: relative;
  z-index: 1;
  width: min(840px, calc(100% - 36px));
  margin: 0 clamp(18px, 7vw, 88px) clamp(44px, 8vw, 92px);
}

.eyebrow,
.section-kicker {
  margin: 0 0 12px;
  color: var(--gold);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

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

.hero h1 {
  max-width: 760px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(48px, 7vw, 86px);
  line-height: 0.98;
}

.hero-copy {
  max-width: 620px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(18px, 2vw, 23px);
}

.hero-actions,
.inline-actions,
.order-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;
  padding: 13px 20px;
  font-size: 15px;
  font-weight: 800;
}

.btn.primary {
  background: var(--red);
  color: #fff;
}

.btn.secondary {
  border-color: var(--red);
  background: var(--paper);
  color: var(--red-dark);
}

.btn.secondary.dark {
  border-color: rgba(255, 255, 255, 0.34);
  background: #17120f;
  color: #fff;
}

.btn.light {
  border-color: rgba(255, 255, 255, 0.45);
  background: rgba(255, 255, 255, 0.16);
  color: #fff;
}

.btn.light.warm {
  background: var(--gold);
  color: #1b120c;
}

.btn.outline {
  border-color: var(--line);
  background: transparent;
  color: var(--ink);
}

.section-pad {
  padding: clamp(64px, 8vw, 108px) clamp(18px, 5vw, 72px);
}

.intro {
  background: var(--cream);
}

.intro-grid {
  display: grid;
  max-width: 1180px;
  margin: 0 auto;
  grid-template-columns: minmax(260px, 0.82fr) 1fr;
  gap: clamp(32px, 6vw, 86px);
  align-items: start;
}

.intro h2,
.section-heading h2,
.order-band h2,
.text-panel h2,
.location-info h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(30px, 4vw, 52px);
  line-height: 1.08;
}

.intro p,
.section-heading p,
.text-panel p {
  margin: 0;
  color: var(--muted);
  font-size: 18px;
}

.menu-preview {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background: #120c08;
}

.menu-preview article {
  position: relative;
  min-height: 410px;
  overflow: hidden;
  color: #fff;
}

.menu-preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 400ms ease;
}

.menu-preview article:hover img {
  transform: scale(1.04);
}

.menu-preview article::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(0deg, rgba(10, 5, 3, 0.88), rgba(10, 5, 3, 0.08));
}

.menu-preview div {
  position: absolute;
  z-index: 1;
  left: 24px;
  right: 24px;
  bottom: 26px;
}

.menu-preview span {
  color: var(--gold);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.menu-preview h3 {
  margin-top: 8px;
  font-size: clamp(22px, 2vw, 30px);
  line-height: 1.12;
}

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

.section-heading {
  max-width: 760px;
  margin: 0 auto 34px;
  text-align: center;
}

.section-heading p:last-child {
  margin-top: 14px;
}

.category-grid {
  display: grid;
  max-width: 1180px;
  margin: 0 auto 54px;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.category-grid span,
.feature-list span {
  border: 1px solid var(--line);
  padding: 16px 18px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(35, 18, 8, 0.06);
  font-weight: 800;
}

.recommendations {
  max-width: 1180px;
  margin: 0 auto;
}

.recommendations h3 {
  margin-bottom: 18px;
  font-size: 26px;
}

.dish-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.dish-grid article {
  min-height: 118px;
  border: 1px solid var(--line);
  padding: 20px;
  background: var(--cream);
}

.dish-grid strong,
.dish-grid span {
  display: block;
}

.dish-grid strong {
  font-size: 17px;
}

.dish-grid span {
  margin-top: 8px;
  color: var(--muted);
  font-size: 14px;
}

.order-band {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: clamp(54px, 7vw, 82px) clamp(18px, 5vw, 72px);
  background: var(--red-dark);
  color: #fff;
}

.order-band .section-kicker {
  color: var(--gold);
}

.split-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) 1fr;
  gap: clamp(30px, 6vw, 84px);
  align-items: center;
  background: var(--cream);
}

.text-panel {
  max-width: 650px;
}

.text-panel p {
  margin-top: 18px;
}

.feature-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.location-section {
  display: grid;
  grid-template-columns: minmax(300px, 0.52fr) 1fr;
  min-height: 520px;
  background: #15100d;
  color: #fff;
}

.location-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(42px, 6vw, 72px);
}

.location-info address {
  margin: 22px 0 26px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 20px;
  font-style: normal;
}

.location-section iframe {
  width: 100%;
  height: 100%;
  min-height: 420px;
  border: 0;
  filter: saturate(0.82) contrast(1.04);
}

.contact-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
  background: var(--paper);
}

.contact-strip a {
  min-height: 118px;
  border-right: 1px solid var(--line);
  padding: 28px clamp(18px, 4vw, 48px);
}

.contact-strip a:last-child {
  border-right: 0;
}

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

.contact-strip strong {
  color: var(--red-dark);
  font-size: 13px;
  text-transform: uppercase;
}

.contact-strip span {
  margin-top: 8px;
  font-size: 18px;
  font-weight: 800;
  overflow-wrap: anywhere;
}

footer {
  padding: 28px 18px;
  background: #100b08;
  color: rgba(255, 255, 255, 0.68);
  text-align: center;
}

footer p {
  margin: 0;
}

@media (max-width: 900px) {
  .site-header {
    position: absolute;
    flex-wrap: wrap;
  }

  .brand {
    min-width: 0;
  }

  .nav-links {
    order: 3;
    width: 100%;
    justify-content: space-between;
    gap: 10px;
  }

  .header-order {
    padding: 9px 12px;
  }

  .hero {
    min-height: 780px;
  }

  .intro-grid,
  .split-section,
  .location-section {
    grid-template-columns: 1fr;
  }

  .menu-preview,
  .category-grid,
  .dish-grid,
  .contact-strip {
    grid-template-columns: 1fr;
  }

  .menu-preview article {
    min-height: 330px;
  }

  .order-band {
    align-items: flex-start;
    flex-direction: column;
  }

  .feature-list {
    grid-template-columns: 1fr;
  }

  .contact-strip a {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
}

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

  .brand span:last-child {
    display: none;
  }

  .nav-links {
    font-size: 13px;
  }

  .hero-content {
    width: calc(100% - 32px);
    margin: 0 16px 42px;
  }

  .hero h1 {
    font-size: 42px;
  }

  .hero-actions .btn,
  .order-actions .btn,
  .inline-actions .btn {
    width: 100%;
  }

  .category-grid span,
  .feature-list span,
  .dish-grid article {
    padding: 16px;
  }
}
