:root {
  --ink: #1a1e1b;
  --ink-2: #2a3129;
  --muted: #5f675d;
  --paper: #f6f1e7;
  --panel: #fdf8ee;
  --panel-2: #ede6d7;
  --line: rgba(26, 30, 27, 0.13);
  --line-soft: rgba(26, 30, 27, 0.08);
  --green: #1e3129;
  --green-deep: #14211c;
  --sage: #8a9682;
  --wine: #7a2e26;
  --wine-deep: #632019;
  --ochre: #b8874d;
  --gold: #c9a25e;
  --cream: #fbf3e3;
  --radius: 8px;
  --serif: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  --sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  --shadow-sm: 0 1px 2px rgba(20, 25, 23, 0.08);
  --shadow-md: 0 12px 30px rgba(20, 25, 23, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.66;
  text-rendering: optimizeLegibility;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

a {
  color: inherit;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 66px;
  padding: 10px clamp(16px, 4vw, 42px);
  color: var(--cream);
  background: rgba(20, 33, 28, 0.95);
  backdrop-filter: blur(12px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  text-decoration: none;
}

.mark {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid rgba(184, 135, 77, 0.75);
  border-radius: 50%;
  color: #e5c58a;
  font-family: var(--serif);
  font-size: 14px;
}

.brand strong {
  display: block;
  font-family: var(--serif);
  font-size: 22px;
  line-height: 1.05;
  letter-spacing: 0;
}

.brand small {
  display: block;
  margin-top: 2px;
  color: rgba(251, 243, 227, 0.74);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.nav {
  display: flex;
  align-items: center;
  gap: clamp(12px, 2.5vw, 28px);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.nav a {
  text-decoration: none;
}

.nav .phone {
  padding: 9px 14px;
  border: 1px solid rgba(255, 248, 237, 0.35);
  border-radius: 999px;
  background: linear-gradient(180deg, var(--wine), var(--wine-deep));
  letter-spacing: 0;
  text-transform: none;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
  min-height: calc(100vh - 66px);
  background: var(--green-deep);
}

.hero-photo {
  min-height: 520px;
}

.hero-photo img {
  height: 100%;
  object-fit: cover;
}

.hero-copy {
  align-self: center;
  padding: clamp(28px, 5vw, 70px);
  color: var(--cream);
}

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

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

h1,
h2 {
  font-family: var(--serif);
  font-weight: 700;
  letter-spacing: 0;
}

h1 {
  max-width: 610px;
  margin-bottom: 18px;
  font-size: clamp(32px, 3.6vw, 46px);
  line-height: 1.06;
}

h2 {
  margin-bottom: 14px;
  font-size: clamp(27px, 2.8vw, 38px);
  line-height: 1.14;
}

h3 {
  margin-bottom: 6px;
  font-size: 19px;
  line-height: 1.25;
}

.intro {
  max-width: 560px;
  color: rgba(251, 243, 227, 0.84);
  font-size: 17px;
}

.actions,
.booking-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 11px 17px;
  border: 1px solid transparent;
  border-radius: 7px;
  font-weight: 800;
  text-decoration: none;
  box-shadow: var(--shadow-sm);
}

.btn.primary {
  color: #fffaf0;
  background: linear-gradient(180deg, var(--wine), var(--wine-deep));
}

.btn.secondary {
  color: inherit;
  border-color: currentColor;
  background: transparent;
}

.btn.wide {
  width: 100%;
  margin-top: 8px;
}

.quick {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-bottom: 1px solid var(--line);
  background: var(--panel);
}

.quick > * {
  padding: 18px clamp(16px, 3vw, 32px);
  border-right: 1px solid var(--line);
  text-decoration: none;
}

.quick span,
.visit-card span {
  display: block;
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.quick strong,
.visit-card strong {
  display: block;
  margin-top: 4px;
  font-size: 17px;
  line-height: 1.25;
}

.section {
  padding: clamp(46px, 7vw, 92px) clamp(18px, 5vw, 72px);
}

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

.intro-grid,
.visit {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(300px, 1fr);
  gap: clamp(24px, 5vw, 60px);
  align-items: center;
}

.copy p,
.visit p {
  color: var(--muted);
  font-size: 17px;
}

.photo-card,
.menu-grid article,
.visit-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--panel);
  box-shadow: var(--shadow-sm);
}

.photo-card img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.menu {
  background: #ecefe4;
}

.menu-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.menu-grid article {
  display: grid;
  grid-template-rows: auto 1fr;
}

.menu-grid img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.menu-grid div {
  padding: 18px 18px 20px;
}

.menu-grid p {
  margin-bottom: 0;
  color: var(--muted);
}

.booking {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  color: var(--cream);
  background: linear-gradient(135deg, var(--green-deep), var(--green));
}

.booking h2 {
  max-width: 620px;
  margin-bottom: 0;
}

.booking .btn.secondary {
  color: var(--cream);
}

.gallery-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 1fr;
  grid-auto-rows: 230px;
  gap: 12px;
}

.gallery-grid img {
  height: 100%;
  border-radius: var(--radius);
  object-fit: cover;
  box-shadow: var(--shadow-sm);
}

.gallery-grid img:first-child {
  grid-row: span 2;
}

.gallery-grid img:nth-child(2) {
  grid-column: span 2;
}

.visit {
  background: var(--panel);
}

.visit-card {
  padding: 24px;
}

.visit-card p {
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid var(--line);
}

footer {
  padding: 28px clamp(18px, 5vw, 72px) 86px;
  color: var(--muted);
  background: #efe5d7;
  font-size: 13px;
}

footer p {
  max-width: 850px;
  margin: 0;
}

.mobile-actions {
  position: fixed;
  z-index: 30;
  right: 10px;
  bottom: 10px;
  left: 10px;
  display: none;
  grid-template-columns: repeat(3, 1fr);
  overflow: hidden;
  border-radius: 8px;
  box-shadow: var(--shadow-md);
}

.mobile-actions a {
  min-height: 48px;
  display: grid;
  place-items: center;
  color: var(--cream);
  background: var(--green-deep);
  font-weight: 900;
  text-decoration: none;
}

.mobile-actions a:nth-child(2) {
  background: var(--wine);
}

.mobile-actions a:nth-child(3) {
  background: var(--green);
}

@media (max-width: 900px) {
  .nav a:not(.phone) {
    display: none;
  }

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

  .hero {
    min-height: auto;
  }

  .hero-photo {
    min-height: 390px;
  }

  .hero-copy {
    padding: 28px 18px 34px;
  }

  h1 {
    font-size: 34px;
  }

  h2 {
    font-size: 29px;
  }

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

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

  .gallery-grid {
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 190px;
  }

  .gallery-grid img:first-child,
  .gallery-grid img:nth-child(2) {
    grid-column: auto;
    grid-row: auto;
  }
}

@media (max-width: 560px) {
  body {
    font-size: 15px;
  }

  .topbar {
    min-height: 62px;
    padding: 9px 13px;
  }

  .brand strong {
    font-size: 18px;
  }

  .brand small {
    font-size: 10px;
  }

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

  .nav .phone {
    min-height: 34px;
    padding: 7px 11px;
    font-size: 12px;
  }

  .hero-photo {
    min-height: 320px;
  }

  h1 {
    max-width: 360px;
    font-size: 30px;
  }

  h2 {
    font-size: 26px;
  }

  .intro {
    font-size: 16px;
  }

  .actions .btn {
    flex: 1 1 150px;
  }

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

  .quick > * {
    padding: 15px 18px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .section {
    padding: 42px 18px;
  }

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

  .booking {
    align-items: stretch;
    flex-direction: column;
  }

  .booking-actions .btn {
    flex: 1 1 100%;
  }

  .gallery-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: 235px;
  }

  .mobile-actions {
    display: grid;
  }
}
