﻿:root {
  --ink: #1b1814;
  --muted: #5f564d;
  --paper: #fffaf2;
  --cream: #f4eadb;
  --cream-strong: #eee0cc;
  --sage: #2f3f35;
  --sage-deep: #213129;
  --clay: #bd6f48;
  --gold: #d9ad68;
  --line: rgba(27, 24, 20, 0.14);
  --shadow: 0 24px 70px rgba(45, 35, 24, 0.16);
  --container: min(1120px, calc(100vw - 32px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: linear-gradient(180deg, #fffaf2 0%, #f8efe2 48%, #fffaf2 100%);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}
body.nav-open { overflow: hidden; }
.page-top { position: absolute; top: 0; left: 0; width: 1px; height: 1px; }
img { display: block; width: 100%; height: 100%; object-fit: cover; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  width: min(1180px, calc(100vw - 24px));
  min-height: 72px;
  margin: 12px auto 0;
  padding: 10px 12px 10px 16px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  color: #fff;
  background: rgba(31, 34, 28, 0.38);
  backdrop-filter: blur(18px);
  transition: background 200ms ease, color 200ms ease, border-color 200ms ease, box-shadow 200ms ease;
}
.site-header.is-scrolled,
.site-header.is-open {
  color: var(--ink);
  background: rgba(255, 250, 242, 0.94);
  border-color: var(--line);
  box-shadow: 0 16px 45px rgba(29, 24, 18, 0.12);
}
.brand { display: inline-flex; align-items: center; gap: 11px; min-width: 0; }
.brand-mark {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  color: #fff;
  background: var(--sage);
  font-family: Georgia, serif;
  font-size: 1.35rem;
}
.brand strong,
.brand small { display: block; }
.brand strong { font-size: 1rem; letter-spacing: 0.08em; text-transform: uppercase; }
.brand small { color: currentColor; opacity: 0.72; font-size: 0.76rem; }
.site-nav { display: flex; align-items: center; gap: 8px; }
.site-nav a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  padding: 0 14px;
  border-radius: 8px;
  font-weight: 700;
  font-size: 0.9rem;
}
.site-nav a:hover,
.site-nav a:focus-visible { background: rgba(217, 173, 104, 0.16); outline: 0; }
.site-nav .nav-cta { color: #fff; background: var(--clay); box-shadow: 0 10px 26px rgba(189, 111, 72, 0.2); }
.menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  border: 0;
  border-radius: 8px;
  color: currentColor;
  background: rgba(255, 255, 255, 0.12);
}
.menu-toggle span { display: block; width: 22px; height: 2px; margin: 5px auto; background: currentColor; transition: transform 180ms ease; }
.menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(3.5px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-3.5px) rotate(-45deg); }

.hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  align-items: center;
  padding: 132px max(20px, calc((100vw - 1120px) / 2)) 70px;
  overflow: hidden;
  color: #fff;
}
.hero-image,
.hero-overlay { position: absolute; inset: 0; }
.hero-overlay {
  background:
    linear-gradient(90deg, rgba(18, 21, 17, 0.9), rgba(18, 21, 17, 0.58) 50%, rgba(18, 21, 17, 0.22)),
    linear-gradient(180deg, rgba(18, 21, 17, 0.18), rgba(18, 21, 17, 0.84));
}
.hero-content { position: relative; z-index: 1; max-width: 760px; }
.eyebrow {
  margin: 0 0 12px;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { letter-spacing: 0; line-height: 1.02; }
h1 {
  max-width: 790px;
  margin-bottom: 18px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3rem, 8vw, 6.6rem);
  font-weight: 700;
}
h2 { margin-bottom: 16px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2rem, 4vw, 3.4rem); }
h3 { margin-bottom: 8px; font-size: 1.18rem; }
p { color: var(--muted); }
.hero-copy { max-width: 620px; margin-bottom: 26px; color: rgba(255, 255, 255, 0.9); font-size: clamp(1.08rem, 2vw, 1.25rem); }
.hero-actions,
.final-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 8px;
  font-weight: 800;
  text-align: center;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
}
.button:hover,
.button:focus-visible { transform: translateY(-2px); outline: 0; }
.button-primary { color: #fff; background: var(--clay); box-shadow: 0 12px 30px rgba(189, 111, 72, 0.2); }
.button-light { color: #fff; border-color: rgba(255, 255, 255, 0.34); background: rgba(255, 255, 255, 0.12); }
.button-dark { color: #fff; background: var(--sage); }
.quick-facts { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 30px; }
.quick-facts span {
  padding: 10px 13px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  color: rgba(255, 255, 255, 0.9);
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(12px);
}

.info-strip {
  width: var(--container);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin: 0 auto;
  position: relative;
  z-index: 3;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  border-radius: 0;
  box-shadow: none;
}
.info-strip a { display: grid; gap: 4px; min-height: 92px; padding: 20px; background: rgba(255, 250, 242, 0.86); }
.info-strip strong { font-size: 0.82rem; letter-spacing: 0.1em; text-transform: uppercase; }
.info-strip span { color: var(--muted); }
.section { width: var(--container); margin: 0 auto; padding: 88px 0; }
.about,
.menu-section,
.contact-panel,
.gallery,
.trust {
  border-top: 1px solid rgba(27, 24, 20, 0.08);
}
.about { display: grid; grid-template-columns: 0.9fr 1fr; gap: 54px; align-items: start; }
.about-text { display: grid; gap: 18px; padding-top: 34px; }
.about-text p,
.section-heading p,
.final-cta p { font-size: 1.05rem; }
.section-heading { max-width: 720px; margin-bottom: 34px; }
.menu-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.dish-card { overflow: hidden; border: 1px solid var(--line); border-radius: 8px; background: rgba(255, 250, 242, 0.9); box-shadow: none; }
.dish-card img { aspect-ratio: 1.2; }
.dish-card div { padding: 22px; }
.dish-card span { display: inline-block; margin-bottom: 12px; color: var(--clay); font-size: 0.78rem; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; }
.dish-card p { min-height: 48px; margin-bottom: 16px; }
.dish-card strong { font-size: 1.1rem; }
.reservation-section {
  width: var(--container);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 380px;
  gap: 34px;
  align-items: center;
  padding: clamp(32px, 5vw, 56px);
  border-radius: 8px;
  color: #fff;
  background:
    linear-gradient(135deg, rgba(33, 49, 41, 0.96), rgba(47, 63, 53, 0.92)),
    url("https://images.unsplash.com/photo-1551218808-94e220e084d2?auto=format&fit=crop&w=1400&q=72") center/cover no-repeat;
}
.reservation-section .eyebrow { color: var(--gold); }
.reservation-section h2 { max-width: 680px; }
.reservation-section p { max-width: 680px; color: rgba(255, 255, 255, 0.88); font-size: 1.08rem; }
.reservation-actions {
  display: grid;
  gap: 12px;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(12px);
}
.contact-panel { display: grid; grid-template-columns: 1fr 0.82fr; gap: 18px; }
.contact-card,
.map-preview { border-radius: 8px; background: var(--cream); }
.contact-card { padding: clamp(28px, 5vw, 52px); }
.details-list { display: grid; gap: 20px; margin: 28px 0 0; }
.details-list div { display: grid; grid-template-columns: 150px 1fr; gap: 20px; padding-top: 20px; border-top: 1px solid var(--line); }
.details-list dt { font-weight: 800; }
.details-list dd { margin: 0; color: var(--muted); }
.details-list a { text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 4px; }
.map-preview { min-height: 430px; position: relative; display: grid; place-items: center; overflow: hidden; background: #e3d5c0; }
.map-lines {
  position: absolute;
  inset: -20%;
  background-image:
    linear-gradient(35deg, transparent 45%, rgba(47, 63, 53, 0.18) 46%, rgba(47, 63, 53, 0.18) 48%, transparent 49%),
    linear-gradient(105deg, transparent 42%, rgba(189, 111, 72, 0.2) 43%, rgba(189, 111, 72, 0.2) 45%, transparent 46%),
    linear-gradient(rgba(47, 63, 53, 0.11) 1px, transparent 1px),
    linear-gradient(90deg, rgba(47, 63, 53, 0.11) 1px, transparent 1px);
  background-size: 220px 220px, 260px 260px, 42px 42px, 42px 42px;
  transform: rotate(-4deg);
}
.map-pin { position: relative; z-index: 1; display: grid; justify-items: center; gap: 5px; padding: 22px 24px; border-radius: 8px; background: rgba(255, 250, 242, 0.92); box-shadow: var(--shadow); }
.map-pin span { width: 18px; height: 18px; border-radius: 50%; background: var(--clay); box-shadow: 0 0 0 9px rgba(189, 111, 72, 0.18); }
.map-pin small { color: var(--muted); }
.gallery { padding-top: 48px; }
.gallery-grid { display: grid; grid-template-columns: 1.25fr 0.8fr 0.95fr; grid-template-rows: 260px 260px; gap: 14px; }
.gallery-grid img { border-radius: 8px; }
.gallery-grid img:first-child { grid-row: span 2; }
.gallery-grid img:nth-child(4) { grid-column: span 2; }
.trust { padding-top: 38px; }
.trust-grid { display: grid; grid-template-columns: 1fr 1fr 0.72fr; gap: 18px; }
.trust-grid figure,
.rating-box { margin: 0; min-height: 230px; display: flex; flex-direction: column; justify-content: space-between; padding: 26px; border-radius: 8px; color: #fff; background: var(--sage-deep); }
blockquote { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: 1.36rem; line-height: 1.25; }
figcaption { color: rgba(255, 255, 255, 0.72); }
.rating-box { align-items: flex-start; background: var(--clay); }
.rating-box strong { font-size: clamp(3rem, 7vw, 4.8rem); line-height: 0.95; }
.rating-box span { color: rgba(255, 255, 255, 0.82); }
.final-cta { width: var(--container); margin: 32px auto 0; display: flex; align-items: center; justify-content: space-between; gap: 28px; padding: clamp(30px, 5vw, 56px); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: transparent; }
.final-cta div:first-child { max-width: 640px; }
.footer { width: var(--container); margin: 0 auto; padding: 34px 0 42px; display: flex; align-items: center; justify-content: space-between; gap: 22px; color: var(--muted); }
.footer strong,
.footer span { display: block; }
.footer strong { color: var(--ink); }
.footer nav { display: flex; flex-wrap: wrap; gap: 16px; }
.footer a { text-decoration: underline; text-underline-offset: 4px; }

@media (max-width: 900px) {
  .menu-toggle { display: block; }
  .site-nav {
    position: fixed;
    top: 86px;
    left: 12px;
    right: 12px;
    display: grid;
    gap: 4px;
    padding: 12px;
    border: 1px solid var(--line);
    border-radius: 8px;
    color: var(--ink);
    background: rgba(255, 250, 242, 0.98);
    box-shadow: var(--shadow);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-8px);
    transition: opacity 180ms ease, transform 180ms ease;
  }
  .site-nav.is-open { opacity: 1; pointer-events: auto; transform: translateY(0); }
  .site-nav a { width: 100%; }
  .info-strip,
  .about,
  .menu-grid,
  .reservation-section,
  .contact-panel,
  .trust-grid { grid-template-columns: 1fr; }
  .about { gap: 4px; }
  .about-text { padding-top: 0; }
  .final-cta { display: grid; }
  .gallery-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 260px 220px 220px; }
  .gallery-grid img:first-child,
  .gallery-grid img:nth-child(4) { grid-column: auto; grid-row: auto; }
}

@media (max-width: 620px) {
  :root { --container: min(100vw - 24px, 1120px); }
  .site-header { width: calc(100vw - 20px); margin-top: 10px; }
  .brand small { display: none; }
  .hero { min-height: 92svh; align-items: center; padding: 112px 16px 56px; }
  .hero-overlay {
    background:
      linear-gradient(180deg, rgba(18, 21, 17, 0.28), rgba(18, 21, 17, 0.88)),
      linear-gradient(90deg, rgba(18, 21, 17, 0.68), rgba(18, 21, 17, 0.34));
  }
  .hero-actions,
  .final-actions { display: grid; }
  .button { width: 100%; }
  .quick-facts { display: grid; }
  .info-strip { margin-top: 0; width: 100%; border-radius: 0; }
  .section { padding: 64px 0; }
  .reservation-section { width: calc(100vw - 24px); padding: 28px 20px; }
  .reservation-actions { padding: 14px; }
  .details-list div { grid-template-columns: 1fr; gap: 6px; }
  .map-preview { min-height: 320px; }
  .gallery-grid { grid-template-columns: 1fr; grid-template-rows: repeat(4, 230px); }
  blockquote { font-size: 1.2rem; }
  .footer { display: grid; }
}
