:root {
  --ink: #070604;
  --charcoal: #15120d;
  --gold: #d7aa2f;
  --gold-soft: #f1d36b;
  --ivory: #fff8ec;
  --cream: #f4eadb;
  --sand: #d8c3a4;
  --walnut: #5b3828;
  --pomegranate: #8e332a;
  --olive: #596347;
  --bg: #f4eadb;
  --surface: rgba(216, 195, 164, 0.18);
  --surface-strong: #fff8ec;
  --text: #231a12;
  --muted: #6d6255;
  --line: rgba(35, 26, 18, 0.12);
  --paprika: var(--pomegranate);
  --honey: var(--gold);
  --stone: var(--sand);
  --shadow: 0 20px 60px rgba(21, 18, 13, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: "Outfit", sans-serif;
  color: var(--text);
  overflow-x: hidden;
  background:
    radial-gradient(circle at top left, rgba(215, 170, 47, 0.16), transparent 34%),
    radial-gradient(circle at top right, rgba(142, 51, 42, 0.1), transparent 26%),
    linear-gradient(180deg, var(--ivory) 0%, var(--bg) 48%, #ead9bf 100%);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.24) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.2) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.45), transparent 80%);
}

.page-shell {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 24px 0 48px;
}

.site-header {
  position: sticky;
  top: 16px;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 16px 18px;
  border: 1px solid rgba(216, 195, 164, 0.46);
  border-radius: 999px;
  background: rgba(255, 248, 236, 0.86);
  backdrop-filter: blur(18px);
  box-shadow: var(--shadow);
}

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

.brand-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  overflow: hidden;
  background: var(--ink);
  border: 1px solid rgba(215, 170, 47, 0.58);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 8px 18px rgba(7, 6, 4, 0.2);
}

.site-nav a,
.button {
  letter-spacing: 0.02em;
}

.brand-logo {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.28);
  transform-origin: center;
}

.brand-logo-picture {
  display: block;
  width: 100%;
  height: 100%;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 12px;
}

.site-nav a {
  padding: 10px 14px;
  color: var(--text);
  text-decoration: none;
  border-radius: 999px;
  transition:
    background-color 180ms ease,
    transform 180ms ease;
}

.site-nav a:hover {
  background: rgba(215, 170, 47, 0.12);
  transform: translateY(-1px);
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible {
  outline: 2px solid var(--honey);
  outline-offset: 3px;
}

.nav-cta,
.button {
  border-radius: 999px;
}

.nav-cta {
  background: var(--ink);
  color: var(--ivory) !important;
  box-shadow: 0 10px 22px rgba(7, 6, 4, 0.16);
}

.nav-toggle {
  display: none;
  border: 0;
  background: transparent;
  padding: 0;
}

.nav-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  margin: 5px 0;
  background: var(--text);
  transition: transform 180ms ease, opacity 180ms ease;
}

main {
  display: grid;
  gap: 28px;
  min-width: 0;
  margin-top: 28px;
}

section {
  position: relative;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  overflow: hidden;
  border-radius: 32px;
}

.hero,
.feature-strip,
.menu-section,
.story-section,
.experience-section,
.visit-section,
.reserve-section {
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(255, 248, 236, 0.86), rgba(244, 234, 219, 0.74));
  box-shadow: var(--shadow);
}

.hero {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 24px;
  padding: 48px;
  background:
    radial-gradient(circle at top left, rgba(215, 170, 47, 0.14), transparent 30%),
    linear-gradient(180deg, rgba(255, 248, 236, 0.96), rgba(244, 234, 219, 0.82));
}

.hero::after {
  content: "";
  position: absolute;
  right: -60px;
  top: 50%;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(215, 170, 47, 0.18), transparent 70%);
  transform: translateY(-50%);
}

.eyebrow,
.feature-kicker,
.menu-type,
.card-label {
  margin: 0 0 10px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.72rem;
  font-weight: 700;
  color: var(--paprika);
}

h1,
h2,
h3 {
  margin: 0;
}

h1,
h2 {
  font-family: "Cormorant Garamond", serif;
  line-height: 0.92;
}

h1 {
  max-width: 10ch;
  font-size: clamp(4rem, 9vw, 7rem);
}

h2 {
  font-size: clamp(2.6rem, 5vw, 4.4rem);
}

h3 {
  font-size: 1.3rem;
}

.hero-text,
.menu-card p,
.story-panel p,
.visit-grid p,
.hero-card p,
.feature-strip p {
  color: var(--muted);
  line-height: 1.65;
}

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

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  min-width: 0;
  max-width: 100%;
  padding: 0 22px;
  text-decoration: none;
  text-align: center;
  font-weight: 600;
  white-space: normal;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease;
}

.button:hover {
  transform: translateY(-1px);
}

.button-primary {
  background: linear-gradient(135deg, var(--ink), var(--walnut));
  color: var(--ivory);
  box-shadow: 0 14px 30px rgba(7, 6, 4, 0.22);
}

.button-secondary {
  border: 1px solid rgba(91, 56, 40, 0.18);
  color: var(--text);
  background: rgba(255, 248, 236, 0.74);
}

.hero-details {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.hero-details li {
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(215, 170, 47, 0.1);
  border: 1px solid rgba(215, 170, 47, 0.16);
}

.hero-card {
  display: flex;
  align-items: stretch;
}

.image-card {
  position: relative;
  min-height: 560px;
  border-radius: 30px;
  overflow: hidden;
}

.image-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-card-inner {
  position: relative;
  margin-top: auto;
  width: 100%;
  padding: 28px;
  border-radius: 28px 28px 0 0;
  background:
    linear-gradient(180deg, rgba(7, 6, 4, 0.12), rgba(7, 6, 4, 0.9)),
    linear-gradient(120deg, rgba(215, 170, 47, 0.12), rgba(142, 51, 42, 0.14));
  color: var(--ivory);
}

.hero-card-inner p,
.hero-card-inner h2,
.hero-card-inner small,
.quote-card,
.quote-text {
  color: inherit;
}

.hero-card-inner h2 {
  margin-bottom: 14px;
}

.hero-metrics {
  display: flex;
  gap: 16px;
  margin-top: 28px;
}

.hero-metrics div {
  flex: 1;
  padding: 16px;
  border: 1px solid rgba(255, 248, 239, 0.14);
  border-radius: 18px;
  background: rgba(255, 248, 239, 0.06);
}

.hero-metrics span {
  display: block;
  margin-bottom: 4px;
  font-size: 1.8rem;
  font-weight: 700;
}

.feature-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  padding: 22px;
}

.photo-strip {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr 0.85fr;
  gap: 18px;
}

.photo-card {
  overflow: hidden;
  border-radius: 30px;
  border: 1px solid var(--line);
  background: rgba(255, 248, 236, 0.76);
  box-shadow: var(--shadow);
}

.photo-card img {
  display: block;
  width: 100%;
  height: 320px;
  object-fit: cover;
  transition: transform 260ms ease;
}

.photo-card:hover img {
  transform: scale(1.03);
}

.photo-card.tall img {
  height: 100%;
  min-height: 420px;
}

.photo-card figcaption {
  padding: 14px 18px 18px;
  color: var(--muted);
  line-height: 1.5;
  background: linear-gradient(180deg, rgba(255, 248, 236, 0), rgba(255, 248, 236, 0.92));
}

.feature-strip article,
.visit-grid article {
  padding: 18px;
  border-radius: 24px;
  background: rgba(255, 248, 236, 0.72);
  border: 1px solid var(--line);
}

.menu-section,
.visit-section {
  padding: 40px;
}

.section-heading {
  display: grid;
  gap: 8px;
  width: min(760px, 100%);
  max-width: 100%;
  margin-bottom: 26px;
}

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

.menu-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 18px;
}

.menu-nav a {
  padding: 9px 14px;
  border-radius: 999px;
  border: 1px solid rgba(42, 32, 24, 0.08);
  background: rgba(255, 248, 236, 0.76);
  color: var(--text);
  text-decoration: none;
}

.menu-card {
  padding: 22px;
  border-radius: 28px;
  min-height: 250px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  border: 1px solid rgba(42, 32, 24, 0.08);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.28);
}

.menu-card span {
  margin-top: auto;
  font-size: 2rem;
  font-family: "Cormorant Garamond", serif;
  font-weight: 700;
}

.menu-photo {
  display: block;
  width: 100%;
  height: 170px;
  object-fit: cover;
  border-radius: 18px;
  border: 1px solid rgba(42, 32, 24, 0.08);
}

.accent-coral {
  background: linear-gradient(180deg, rgba(142, 51, 42, 0.11), rgba(255, 248, 236, 0.94));
}

.accent-gold {
  background: linear-gradient(180deg, rgba(215, 170, 47, 0.18), rgba(255, 248, 236, 0.94));
}

.accent-sand {
  background: linear-gradient(180deg, rgba(91, 56, 40, 0.14), rgba(255, 248, 236, 0.94));
}

.accent-olive {
  background: linear-gradient(180deg, rgba(89, 99, 71, 0.18), rgba(255, 248, 236, 0.94));
}

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

.menu-categories {
  display: grid;
  gap: 16px;
}

.menu-preview-callout {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 24px 26px;
  border: 1px solid var(--line);
  border-radius: 28px;
  background:
    radial-gradient(circle at top right, rgba(215, 170, 47, 0.12), transparent 32%),
    rgba(255, 248, 236, 0.86);
}

.menu-preview-callout h3 {
  margin-bottom: 8px;
}

.menu-preview-callout p:last-child {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

.menu-list,
.moment-card {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: rgba(255, 248, 236, 0.86);
}

.menu-list ul {
  padding: 0;
  margin: 18px 0 0;
  list-style: none;
}

.menu-list li {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 0;
  border-bottom: 1px solid rgba(36, 18, 13, 0.08);
}

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

.menu-list strong {
  font-weight: 600;
}

.menu-list::before,
.moment-card::before {
  content: "";
  display: block;
  width: 42px;
  height: 3px;
  margin-bottom: 18px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--gold), var(--gold-soft));
}

.menu-category {
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: rgba(255, 248, 236, 0.86);
}

.menu-category-featured {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 18px;
  align-items: stretch;
}

.menu-category-featured.reverse {
  grid-template-columns: 0.95fr 1.05fr;
}

.menu-category-copy {
  display: grid;
  align-content: start;
}

.menu-category-kicker {
  margin: 0 0 10px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.72rem;
  font-weight: 700;
  color: var(--paprika);
}

.menu-category h3 {
  margin-bottom: 14px;
}

.menu-category ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.menu-category li {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: start;
  column-gap: 16px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(42, 32, 24, 0.08);
}

.menu-category li span {
  flex: 1;
  min-width: 0;
  line-height: 1.4;
}

.menu-category li strong {
  flex-shrink: 0;
  white-space: nowrap;
  color: #5b3a2a;
}

.menu-category li:last-child {
  border-bottom: 0;
}

.menu-category-photo {
  width: 100%;
  height: 100%;
  min-height: 320px;
  object-fit: cover;
  border-radius: 22px;
  border: 1px solid rgba(42, 32, 24, 0.08);
}

.story-section {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 18px;
  padding: 22px;
}

.story-panel,
.quote-card,
.reserve-section {
  padding: 32px;
}

.story-panel {
  border-radius: 28px;
  background:
    radial-gradient(circle at top right, rgba(215, 170, 47, 0.12), transparent 32%),
    linear-gradient(135deg, rgba(255, 248, 236, 0.94), rgba(244, 234, 219, 0.84));
}

.quote-card {
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(89, 99, 71, 0.96), rgba(44, 53, 33, 0.98)),
    linear-gradient(135deg, rgba(215, 170, 47, 0.14), transparent);
}

.quote-mark {
  margin: 0;
  font-size: 5rem;
  line-height: 0.9;
  font-family: "Cormorant Garamond", serif;
}

.quote-text {
  margin: 0;
  font-size: 1.5rem;
  line-height: 1.35;
}

.experience-section {
  padding: 40px;
}

.experience-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 0.8fr;
  gap: 16px;
  margin-bottom: 16px;
}

.gallery-card {
  min-height: 240px;
  padding: 24px;
  border-radius: 28px;
  border: 1px solid rgba(255, 248, 239, 0.16);
  color: var(--ivory);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background-size: cover;
}

.gallery-large {
  background:
    linear-gradient(180deg, rgba(7, 6, 4, 0.08), rgba(7, 6, 4, 0.9)),
    radial-gradient(circle at top left, rgba(215, 170, 47, 0.32), transparent 42%),
    linear-gradient(135deg, var(--walnut), var(--charcoal));
}

.gallery-small.warm {
  background:
    linear-gradient(180deg, rgba(7, 6, 4, 0.08), rgba(7, 6, 4, 0.86)),
    linear-gradient(135deg, var(--gold), var(--walnut));
}

.gallery-small.olive {
  background:
    linear-gradient(180deg, rgba(7, 6, 4, 0.08), rgba(7, 6, 4, 0.86)),
    linear-gradient(135deg, var(--olive), #252e1d);
}

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

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

.visit-grid a,
.site-footer a {
  color: inherit;
}

.reserve-section {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 20px;
  background:
    radial-gradient(circle at top right, rgba(215, 170, 47, 0.18), transparent 30%),
    linear-gradient(135deg, rgba(7, 6, 4, 0.98), rgba(91, 56, 40, 0.96));
  color: var(--ivory);
}

.reserve-section .eyebrow {
  color: var(--gold-soft);
}

.reserve-copy p:last-child {
  color: rgba(255, 248, 239, 0.76);
  line-height: 1.6;
}

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

.reserve-form label {
  display: grid;
  gap: 8px;
}

.reserve-form span {
  font-size: 0.86rem;
  font-weight: 600;
}

.reserve-form input,
.reserve-form select {
  min-height: 50px;
  border: 1px solid rgba(255, 248, 239, 0.18);
  border-radius: 16px;
  padding: 0 14px;
  background: rgba(255, 248, 239, 0.1);
  color: var(--ivory);
  font: inherit;
}

.reserve-form option {
  color: var(--text);
}

.reserve-form input::placeholder {
  color: rgba(255, 248, 239, 0.54);
}

.reserve-form button {
  border: 0;
  cursor: pointer;
}

.reserve-form button[disabled] {
  opacity: 0.72;
  cursor: default;
}

.site-footer {
  display: grid;
  gap: 28px;
  margin-top: 28px;
  padding: 32px;
  border: 1px solid var(--line);
  border-radius: 32px;
  background:
    radial-gradient(circle at top left, rgba(215, 170, 47, 0.12), transparent 26%),
    rgba(255, 248, 236, 0.78);
  color: var(--muted);
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 16px;
}

.footer-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 64px;
  height: 64px;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid rgba(215, 170, 47, 0.34);
  background: var(--ink);
}

.footer-logo picture,
.footer-logo img {
  display: block;
  width: 100%;
  height: 100%;
}

.footer-logo img {
  object-fit: contain;
  padding: 6px;
}

.site-footer p,
.site-footer address {
  margin: 0;
}

.footer-brand p {
  margin-bottom: 4px;
  font-family: "Cormorant Garamond", serif;
  font-size: 2rem;
  line-height: 1;
  color: var(--text);
}

.footer-brand span,
.footer-grid p,
.footer-grid address,
.footer-bottom {
  line-height: 1.55;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.95fr 0.95fr 1.05fr;
  gap: 18px;
}

.footer-grid > div {
  padding: 20px;
  border: 1px solid rgba(42, 32, 24, 0.08);
  border-radius: 24px;
  background: rgba(255, 248, 236, 0.54);
}

.footer-grid h2 {
  margin: 0 0 12px;
  font-family: "Outfit", sans-serif;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  line-height: 1.3;
  text-transform: uppercase;
  color: var(--paprika);
}

.footer-grid p + p {
  margin-top: 4px;
}

.site-footer address {
  font-style: normal;
}

.social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.social-links a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 40px;
  padding: 8px 13px;
  border: 1px solid rgba(42, 32, 24, 0.08);
  border-radius: 999px;
  background: rgba(255, 248, 236, 0.62);
  color: inherit;
  text-decoration: none;
  transition:
    background-color 180ms ease,
    border-color 180ms ease,
    transform 180ms ease;
}

.social-links a:hover {
  border-color: rgba(215, 170, 47, 0.28);
  background: rgba(215, 170, 47, 0.12);
  transform: translateY(-1px);
}

.social-icon {
  display: block;
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.social-icon path {
  fill: currentColor;
  stroke: none;
}

.social-icon circle,
.social-icon rect {
  fill: none;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding-top: 20px;
  border-top: 1px solid rgba(42, 32, 24, 0.08);
  font-size: 0.92rem;
}

.menu-page .menu-section {
  padding-top: 34px;
}

.menu-hero .hero-copy {
  display: grid;
  align-content: start;
}

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

.footer-links a {
  text-decoration: none;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 248, 236, 0.66);
  border: 1px solid rgba(42, 32, 24, 0.08);
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition:
    opacity 500ms ease,
    transform 500ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.home-page {
  background:
    radial-gradient(circle at top left, rgba(215, 170, 47, 0.1), transparent 24%),
    linear-gradient(180deg, var(--ivory) 0%, #f6eedf 34%, var(--cream) 100%);
}

.home-page .site-header {
  border: 1px solid rgba(42, 32, 24, 0.08);
  background: rgba(255, 248, 236, 0.9);
  box-shadow: 0 18px 36px rgba(21, 18, 13, 0.1);
}

.home-page .brand-logo {
  width: 92px;
  height: 92px;
}

.home-page .hero {
  min-height: 68vh;
  align-items: center;
  background:
    radial-gradient(circle at top right, rgba(215, 170, 47, 0.12), transparent 26%),
    linear-gradient(180deg, rgba(255, 248, 236, 0.96), rgba(244, 234, 219, 0.84));
}

.home-page .hero-copy {
  max-width: 560px;
}

.home-page .hero-text {
  max-width: 50ch;
  font-size: 1.05rem;
}

.home-page .hero::after {
  right: -40px;
  left: auto;
  width: 280px;
  height: 280px;
  background: radial-gradient(circle, rgba(215, 170, 47, 0.14), transparent 70%);
}

.home-page .image-card {
  min-height: 600px;
  border-radius: 36px;
}

.home-page .hero-card-inner {
  width: calc(100% - 32px);
  margin: auto 16px 16px;
  border-radius: 26px;
  background:
    linear-gradient(180deg, rgba(7, 6, 4, 0.1), rgba(7, 6, 4, 0.84)),
    linear-gradient(135deg, rgba(215, 170, 47, 0.08), rgba(142, 51, 42, 0.06));
}

.home-page .photo-strip {
  gap: 22px;
}

.home-page .photo-card {
  background: rgba(255, 248, 236, 0.84);
}

.home-page .photo-card figcaption {
  font-size: 0.92rem;
}

.home-page .feature-strip,
.home-page .menu-section,
.home-page .story-section,
.home-page .experience-section,
.home-page .visit-section {
  border: 0;
  box-shadow: none;
  background: transparent;
}

.home-page .feature-strip {
  padding: 10px 0 0;
}

.home-page .feature-strip article {
  background: rgba(255, 248, 236, 0.74);
}

.home-page .menu-section,
.home-page .story-section,
.home-page .experience-section,
.home-page .visit-section {
  padding-left: 0;
  padding-right: 0;
}

.home-page .menu-preview-callout {
  padding: 28px 30px;
  background:
    radial-gradient(circle at top right, rgba(215, 170, 47, 0.12), transparent 26%),
    linear-gradient(180deg, rgba(255, 248, 236, 0.94), rgba(244, 234, 219, 0.86));
  color: var(--text);
}

.home-page .menu-preview-callout p:last-child {
  color: var(--muted);
}

.home-page .reserve-section {
  border-radius: 36px;
}

.menu-page .site-header {
  background: rgba(255, 248, 236, 0.9);
}

.menu-page .brand-badge {
  width: 56px;
  height: 56px;
  border-radius: 18px;
  background: #050402;
}

.menu-page .brand-logo {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 5px;
  transform: none;
}

.menu-page .menu-hero {
  min-height: 58vh;
}

.menu-page .hero-card.image-card {
  min-height: 460px;
}

.menu-page .hero-brand-panel {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  padding: 8px;
  margin: 8px 0 12px;
  border-radius: 18px;
  background: rgba(255, 248, 236, 0.74);
  border: 1px solid rgba(42, 32, 24, 0.08);
}

.menu-page .hero-logo {
  display: block;
  width: min(220px, 48vw);
  height: auto;
  border-radius: 12px;
}

.menu-page .menu-categories {
  gap: 20px;
}

.menu-page .menu-category {
  padding: 30px;
}

.menu-page .menu-category h3 {
  margin-bottom: 16px;
  line-height: 1.08;
}

.menu-page .reveal {
  opacity: 1;
  transform: none;
}

.menu-page .menu-detail {
  overflow: visible;
  padding: clamp(26px, 4vw, 44px);
  background:
    radial-gradient(circle at top right, rgba(215, 170, 47, 0.1), transparent 26%),
    linear-gradient(180deg, rgba(255, 248, 236, 0.92), rgba(244, 234, 219, 0.78));
}

.menu-page .section-heading p:last-child {
  margin: 0;
  max-width: 66ch;
  color: var(--muted);
  line-height: 1.65;
}

.menu-tools {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}

.menu-note {
  display: inline-flex;
  width: fit-content;
  max-width: 100%;
  margin: 0;
  padding: 10px 14px;
  border: 1px solid rgba(89, 99, 71, 0.18);
  border-radius: 999px;
  background: rgba(89, 99, 71, 0.1);
  font-size: 0.92rem;
}

.alcohol-note {
  display: block;
  width: auto;
  margin: 0 0 10px;
  border-radius: 18px;
  line-height: 1.5;
}

.language-toggle {
  display: inline-grid;
  grid-template-columns: repeat(2, 1fr);
  min-height: 42px;
  padding: 4px;
  border: 1px solid rgba(89, 99, 71, 0.18);
  border-radius: 999px;
  background: rgba(89, 99, 71, 0.1);
}

.language-toggle a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 52px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: inherit;
  text-decoration: none;
  font: inherit;
  font-size: 0.82rem;
  font-weight: 700;
}

.language-toggle a[aria-current="true"] {
  background: var(--olive);
  color: var(--ivory);
}

.menu-detail-nav {
  position: sticky;
  top: 104px;
  z-index: 5;
  align-items: center;
  width: 100%;
  min-width: 0;
  padding: 10px;
  border: 1px solid rgba(42, 32, 24, 0.08);
  border-radius: 24px;
  background: rgba(255, 248, 236, 0.88);
  backdrop-filter: blur(16px);
  box-shadow: 0 16px 34px rgba(21, 18, 13, 0.08);
}

.menu-detail-nav a {
  font-size: 0.92rem;
  font-weight: 600;
}

.menu-detail-nav .language-toggle {
  margin-right: 4px;
}

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

.menu-detail-card {
  scroll-margin-top: 190px;
  padding: clamp(22px, 3vw, 32px);
  border: 1px solid rgba(42, 32, 24, 0.08);
  border-radius: 28px;
  background: rgba(255, 248, 236, 0.88);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
}

.featured-menu-card {
  grid-column: 1 / -1;
}

#additional-services {
  grid-column: 1 / -1;
}

#wine-beer {
  grid-column: 1 / -1;
}

.menu-detail-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 12px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(42, 32, 24, 0.08);
}

.menu-detail-heading h3 {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 0.98;
}

.menu-items {
  display: grid;
  gap: 0;
  padding: 0;
  margin: 0;
  list-style: none;
}

.featured-menu-card .menu-items,
#beverages .compact-items,
#additional-services .compact-items,
#wine-beer .compact-items {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 28px;
}

.menu-items li {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  padding: 17px 0;
  border-bottom: 1px solid rgba(42, 32, 24, 0.08);
}

.menu-items li:last-child,
.featured-menu-card .menu-items li:nth-last-child(2),
.compact-items li:nth-last-child(2) {
  border-bottom: 0;
}

.menu-items h4 {
  margin: 0 0 6px;
  font-size: 1.03rem;
  line-height: 1.25;
  overflow-wrap: anywhere;
}

.diet-tag {
  position: relative;
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-left: 8px;
  border-radius: 50%;
  background: rgba(89, 99, 71, 0.14);
  vertical-align: middle;
}

.diet-tag::before {
  content: "";
  position: absolute;
  left: 5px;
  top: 4px;
  width: 9px;
  height: 11px;
  border-radius: 9px 0 9px 0;
  background: var(--olive);
  transform: rotate(-38deg);
}

.diet-tag::after {
  content: "";
  position: absolute;
  left: 9px;
  top: 7px;
  width: 1px;
  height: 8px;
  border-radius: 999px;
  background: rgba(255, 248, 236, 0.72);
  transform: rotate(42deg);
}

.menu-items p {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.menu-items strong {
  white-space: nowrap;
  color: #5b3a2a;
  font-size: 1rem;
}

.raw-note {
  margin-top: 9px !important;
  color: rgba(241, 211, 107, 0.78) !important;
  font-size: 0.88rem;
}

.site-page.menu-page .menu-detail,
.site-page.menu-page .visit-section {
  border: 1px solid rgba(255, 248, 236, 0.12);
  background:
    radial-gradient(circle at top right, rgba(215, 170, 47, 0.12), transparent 28%),
    linear-gradient(135deg, rgba(255, 248, 236, 0.1), rgba(255, 248, 236, 0.04)),
    #15120d;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.24);
}

.site-page.menu-page .section-heading h2,
.site-page.menu-page .menu-detail-heading h3,
.site-page.menu-page .menu-items h4,
.site-page.menu-page .visit-grid h3 {
  color: var(--ivory);
}

.site-page.menu-page .section-heading p:last-child,
.site-page.menu-page .menu-items p,
.site-page.menu-page .visit-grid p {
  color: rgba(255, 248, 236, 0.72);
}

.site-page.menu-page .menu-note {
  border-color: rgba(241, 211, 107, 0.2);
  background: rgba(241, 211, 107, 0.1);
  color: rgba(255, 248, 236, 0.78);
}

.site-page.menu-page .language-toggle {
  border-color: rgba(241, 211, 107, 0.2);
  background: rgba(241, 211, 107, 0.1);
}

.site-page.menu-page .language-toggle a {
  color: rgba(255, 248, 236, 0.82);
}

.site-page.menu-page .language-toggle a[aria-current="true"] {
  background: var(--gold);
  color: var(--ink);
}

.site-page.menu-page .menu-detail-nav,
.site-page.menu-page .menu-detail-card,
.site-page.menu-page .visit-grid article {
  border-color: rgba(255, 248, 236, 0.12);
  background: rgba(255, 248, 236, 0.08);
}

.site-page.menu-page .menu-detail-nav {
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.22);
}

.site-page.menu-page .menu-detail-nav a {
  border-color: rgba(255, 248, 236, 0.12);
  background: rgba(255, 248, 236, 0.08);
  color: rgba(255, 248, 236, 0.86);
}

.site-page.menu-page .menu-detail-nav a:hover {
  background: rgba(215, 170, 47, 0.14);
}

.site-page.menu-page .menu-detail-heading,
.site-page.menu-page .menu-items li {
  border-bottom-color: rgba(255, 248, 236, 0.1);
}

.site-page.menu-page .menu-items strong {
  color: var(--gold-soft);
}

.site-page.menu-page .diet-tag {
  background: rgba(241, 211, 107, 0.12);
}

.site-page.menu-page .diet-tag::before {
  background: var(--gold-soft);
}

.site-page.menu-page .hero-details li {
  border-color: rgba(255, 248, 236, 0.16);
  background: rgba(255, 248, 236, 0.1);
  color: rgba(255, 248, 236, 0.86);
}

.site-page {
  min-height: 100vh;
  background: var(--ink);
  color: var(--ivory);
}

.site-page::before {
  display: none;
}

.site-shell {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 24px 0 42px;
}

.site-page main {
  gap: 18px;
}

.site-page .site-header {
  border-color: rgba(255, 248, 236, 0.16);
  background: rgba(7, 6, 4, 0.7);
  color: var(--ivory);
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.24);
}

.site-page .brand-badge {
  width: 56px;
  height: 56px;
  border-radius: 18px;
  background: #050402;
}

.site-page .brand-logo {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 5px;
  transform: none;
}

.site-page .site-nav a {
  color: rgba(255, 248, 236, 0.86);
}

.site-page .site-nav a:hover {
  background: rgba(255, 248, 236, 0.1);
}

.site-page .site-nav .menu-link {
  color: var(--gold-soft);
  background: rgba(215, 170, 47, 0.12);
}

.site-page .nav-cta {
  background: var(--gold);
  color: var(--ink) !important;
}

.site-page .hero-details {
  margin-top: 6px;
}

.restaurant-hero {
  min-height: 72vh;
  display: grid;
  align-items: end;
  padding: clamp(28px, 6vw, 70px);
  border-radius: 36px;
  border: 1px solid rgba(255, 248, 236, 0.14);
  background: var(--charcoal);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.32);
  isolation: isolate;
}

.restaurant-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(7, 6, 4, 0.88) 0%, rgba(7, 6, 4, 0.52) 48%, rgba(7, 6, 4, 0.16) 100%),
    linear-gradient(180deg, rgba(7, 6, 4, 0.18) 0%, rgba(7, 6, 4, 0.82) 100%);
}

.restaurant-hero-media {
  position: absolute;
  inset: 0;
  z-index: -2;
}

.restaurant-hero-media picture,
.restaurant-photo-strip picture {
  display: block;
  width: 100%;
  height: 100%;
}

.restaurant-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(1.04) contrast(1.02);
}

.restaurant-hero-copy {
  width: min(680px, 100%);
  min-width: 0;
  max-width: 680px;
}

.site-page .eyebrow {
  color: var(--gold-soft);
}

.site-page h1 {
  max-width: 10ch;
  color: var(--ivory);
  text-wrap: balance;
}

.site-page .hero-text {
  max-width: 48ch;
  color: rgba(255, 248, 236, 0.8);
  font-size: 1.08rem;
}

.site-page .button-primary {
  background: var(--gold);
  color: var(--ink);
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.28);
}

.site-page .button-secondary {
  border-color: rgba(255, 248, 236, 0.24);
  color: var(--ivory);
  background: rgba(255, 248, 236, 0.1);
  backdrop-filter: blur(14px);
}

.home-menu-preview {
  display: grid;
  gap: 24px;
  padding: 36px;
  border-radius: 32px;
  border: 1px solid rgba(255, 248, 236, 0.12);
  background:
    radial-gradient(circle at top right, rgba(215, 170, 47, 0.12), transparent 28%),
    linear-gradient(135deg, rgba(255, 248, 236, 0.1), rgba(255, 248, 236, 0.045)),
    #15120d;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.24);
}

.home-menu-preview .section-heading {
  margin-bottom: 0;
}

.home-menu-preview .section-heading h2 {
  color: var(--ivory);
  line-height: 0.98;
}

.home-menu-preview .section-heading p:last-child {
  max-width: 64ch;
  margin: 0;
  color: rgba(255, 248, 236, 0.72);
  line-height: 1.65;
}

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

.home-menu-card {
  display: grid;
  align-content: space-between;
  min-height: 250px;
  padding: 24px;
  border: 1px solid rgba(255, 248, 236, 0.12);
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(255, 248, 236, 0.105), rgba(255, 248, 236, 0.055)),
    rgba(7, 6, 4, 0.18);
  color: inherit;
  text-decoration: none;
  transition:
    border-color 180ms ease,
    transform 180ms ease,
    background-color 180ms ease;
}

.home-menu-card:hover {
  border-color: rgba(241, 211, 107, 0.34);
  background-color: rgba(215, 170, 47, 0.07);
  transform: translateY(-2px);
}

.home-menu-card span {
  display: block;
  color: var(--gold-soft);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.home-menu-card h3 {
  max-width: 20ch;
  color: var(--ivory);
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.65rem, 2.4vw, 2.25rem);
  line-height: 1.02;
}

.trust-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.trust-strip span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 13px;
  border: 1px solid rgba(241, 211, 107, 0.18);
  border-radius: 999px;
  background: rgba(241, 211, 107, 0.08);
  color: rgba(255, 248, 236, 0.82);
  font-size: 0.86rem;
  font-weight: 600;
}

.home-menu-action {
  display: flex;
  justify-content: flex-start;
}

.restaurant-photo-strip {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr 1fr 0.9fr;
  gap: 12px;
  border-radius: 28px;
}

.restaurant-photo-strip figure {
  position: relative;
  min-width: 0;
  margin: 0;
}

.restaurant-photo-strip img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  border-radius: 24px;
  border: 1px solid rgba(255, 248, 236, 0.12);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.22);
}

.restaurant-photo-strip figure:nth-child(2),
.restaurant-photo-strip figure:nth-child(4) {
  margin-top: 28px;
}

.home-gallery figcaption {
  position: absolute;
  left: 14px;
  bottom: 14px;
  max-width: calc(100% - 28px);
  padding: 8px 11px;
  border: 1px solid rgba(255, 248, 236, 0.16);
  border-radius: 999px;
  background: rgba(7, 6, 4, 0.54);
  color: rgba(255, 248, 236, 0.9);
  backdrop-filter: blur(14px);
  font-size: 0.84rem;
  font-weight: 600;
  line-height: 1.1;
}

.story-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.86fr);
  gap: 22px;
  padding: 36px;
  border: 1px solid rgba(255, 248, 236, 0.12);
  border-radius: 32px;
  background:
    radial-gradient(circle at bottom left, rgba(142, 51, 42, 0.18), transparent 30%),
    linear-gradient(135deg, rgba(255, 248, 236, 0.11), rgba(255, 248, 236, 0.05)),
    #15120d;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.2);
}

.story-copy {
  display: grid;
  align-content: center;
}

.story-copy h2 {
  max-width: 10ch;
  color: var(--ivory);
  line-height: 0.98;
}

.story-copy p:last-child {
  max-width: 68ch;
  color: rgba(255, 248, 236, 0.75);
  line-height: 1.7;
}

.story-points {
  display: grid;
  gap: 12px;
}

.story-points article {
  padding: 20px;
  border: 1px solid rgba(241, 211, 107, 0.16);
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255, 248, 236, 0.1), rgba(255, 248, 236, 0.045)),
    rgba(7, 6, 4, 0.18);
}

.story-points span {
  display: block;
  color: var(--gold-soft);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.story-points p {
  margin: 10px 0 0;
  color: rgba(255, 248, 236, 0.76);
  line-height: 1.58;
}

.reviews-section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 20px;
  padding: 36px;
  border: 1px solid rgba(255, 248, 236, 0.12);
  border-radius: 32px;
  background:
    linear-gradient(135deg, rgba(255, 248, 236, 0.1), rgba(255, 248, 236, 0.045)),
    #15120d;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.2);
}

.reviews-copy {
  display: grid;
  align-content: center;
}

.reviews-copy h2 {
  color: var(--ivory);
  line-height: 0.98;
}

.reviews-copy p {
  max-width: 58ch;
  color: rgba(255, 248, 236, 0.74);
  line-height: 1.65;
}

.review-source-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.review-source-links a {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 13px;
  border: 1px solid rgba(241, 211, 107, 0.2);
  border-radius: 999px;
  background: rgba(241, 211, 107, 0.08);
  color: rgba(255, 248, 236, 0.88);
  font-size: 0.86rem;
  font-weight: 700;
  text-decoration: none;
  transition:
    background-color 180ms ease,
    transform 180ms ease;
}

.review-source-links a:hover {
  background: rgba(241, 211, 107, 0.14);
  transform: translateY(-1px);
}

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

.review-theme-grid article {
  display: grid;
  align-content: space-between;
  min-height: 245px;
  padding: 22px;
  border: 1px solid rgba(241, 211, 107, 0.16);
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(255, 248, 236, 0.1), rgba(255, 248, 236, 0.04)),
    rgba(7, 6, 4, 0.22);
}

.review-theme-grid article::before {
  content: "Review theme";
  color: var(--gold-soft);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.review-theme-grid span {
  color: var(--gold-soft);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.review-theme-grid h3 {
  color: var(--ivory);
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.65rem, 2.3vw, 2.18rem);
  line-height: 1.02;
}

.conversion-section {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
  gap: 18px;
  padding: 36px;
  border-radius: 32px;
  border: 1px solid rgba(255, 248, 236, 0.12);
  background:
    radial-gradient(circle at top left, rgba(89, 99, 71, 0.22), transparent 30%),
    linear-gradient(135deg, rgba(255, 248, 236, 0.11), rgba(255, 248, 236, 0.052)),
    #15120d;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.22);
}

.conversion-copy {
  align-self: center;
}

.conversion-copy h2,
.faq-section .section-heading h2 {
  color: var(--ivory);
  line-height: 0.98;
}

.conversion-copy p {
  max-width: 62ch;
  color: rgba(255, 248, 236, 0.74);
  line-height: 1.65;
}

.conversion-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.review-callout {
  display: grid;
  align-content: space-between;
  min-height: 310px;
  padding: 24px;
  border: 1px solid rgba(241, 211, 107, 0.16);
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(255, 248, 236, 0.11), rgba(255, 248, 236, 0.055)),
    rgba(7, 6, 4, 0.2);
}

.review-callout span {
  color: var(--gold-soft);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.review-callout h3 {
  max-width: 12ch;
  color: var(--ivory);
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2rem, 3vw, 2.75rem);
  line-height: 0.98;
}

.review-callout p {
  color: rgba(255, 248, 236, 0.72);
  line-height: 1.58;
}

.review-callout .button {
  justify-self: start;
}

.faq-section {
  display: grid;
  grid-template-columns: minmax(220px, 0.55fr) minmax(0, 1.45fr);
  gap: 24px;
  padding: 36px;
  border-radius: 32px;
  border: 1px solid rgba(255, 248, 236, 0.12);
  background:
    radial-gradient(circle at bottom right, rgba(142, 51, 42, 0.16), transparent 30%),
    linear-gradient(135deg, rgba(255, 248, 236, 0.1), rgba(255, 248, 236, 0.05)),
    #15120d;
}

.faq-section .section-heading {
  margin: 0;
}

.faq-list {
  display: grid;
  gap: 10px;
}

.faq-list details {
  border: 1px solid rgba(255, 248, 236, 0.12);
  border-radius: 20px;
  background: rgba(255, 248, 236, 0.08);
  color: rgba(255, 248, 236, 0.78);
}

.faq-list summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 58px;
  padding: 16px 18px;
  color: var(--ivory);
  font-weight: 700;
  cursor: pointer;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  content: "+";
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(241, 211, 107, 0.12);
  color: var(--gold-soft);
  font-weight: 800;
}

.faq-list details[open] summary::after {
  content: "-";
}

.faq-list p {
  margin: 0;
  padding: 0 18px 18px;
  color: rgba(255, 248, 236, 0.72);
  line-height: 1.6;
}

.home-visit {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 24px;
  padding: 36px;
  border-radius: 32px;
  border: 1px solid rgba(255, 248, 236, 0.12);
  background:
    linear-gradient(135deg, rgba(255, 248, 236, 0.11), rgba(255, 248, 236, 0.05)),
    #15120d;
}

.home-visit-heading h2 {
  color: var(--ivory);
  font-size: clamp(2.2rem, 4vw, 3.7rem);
  line-height: 0.98;
}

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

.visit-panel {
  display: grid;
  gap: 14px;
}

.map-frame {
  min-height: 330px;
  overflow: hidden;
  border: 1px solid rgba(255, 248, 236, 0.12);
  border-radius: 24px;
  background: rgba(255, 248, 236, 0.08);
}

.map-frame iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 330px;
  border: 0;
  filter: saturate(0.92) contrast(0.96);
}

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

.home-visit-grid article {
  min-height: 190px;
  padding: 22px;
  border-radius: 24px;
  border: 1px solid rgba(255, 248, 236, 0.12);
  background: rgba(255, 248, 236, 0.08);
}

.home-visit-grid span {
  display: block;
  margin-bottom: 16px;
  color: var(--gold-soft);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.home-visit-grid h3 {
  color: var(--ivory);
  line-height: 1.12;
}

.home-visit-grid p {
  color: rgba(255, 248, 236, 0.72);
  line-height: 1.55;
}

.home-visit-grid a,
.site-page .site-footer a {
  color: inherit;
}

.site-page .site-footer {
  border-color: rgba(255, 248, 236, 0.12);
  background:
    radial-gradient(circle at top left, rgba(215, 170, 47, 0.14), transparent 28%),
    linear-gradient(135deg, rgba(255, 248, 236, 0.1), rgba(255, 248, 236, 0.05)),
    #15120d;
  color: rgba(255, 248, 236, 0.62);
}

.site-page .footer-brand p {
  color: var(--ivory);
}

.site-page .footer-logo {
  border-color: rgba(215, 170, 47, 0.42);
  background: #050402;
}

.site-page .footer-grid > div {
  border-color: rgba(255, 248, 236, 0.12);
  background: rgba(255, 248, 236, 0.08);
}

.site-page .social-links a {
  border-color: rgba(255, 248, 236, 0.12);
  background: rgba(255, 248, 236, 0.08);
}

.site-page .social-links a:hover {
  border-color: rgba(241, 211, 107, 0.4);
  background: rgba(241, 211, 107, 0.14);
}

.site-page .footer-grid h2 {
  color: var(--gold-soft);
}

.site-page .footer-bottom {
  border-top-color: rgba(255, 248, 236, 0.12);
}

.visit-assistant {
  position: fixed;
  right: max(18px, calc((100vw - 1180px) / 2 + 18px));
  bottom: 18px;
  z-index: 30;
  display: grid;
  justify-items: end;
  gap: 12px;
  width: min(380px, calc(100vw - 28px));
  pointer-events: none;
}

.assistant-toggle,
.assistant-panel {
  pointer-events: auto;
}

.assistant-toggle {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 54px;
  padding: 8px 16px 8px 8px;
  border: 1px solid rgba(241, 211, 107, 0.34);
  border-radius: 999px;
  background: rgba(7, 6, 4, 0.88);
  color: var(--ivory);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.34);
  font: inherit;
  font-weight: 700;
  cursor: pointer;
  backdrop-filter: blur(16px);
  transition:
    border-color 180ms ease,
    transform 180ms ease,
    background-color 180ms ease;
}

.assistant-toggle:hover {
  border-color: rgba(241, 211, 107, 0.7);
  background: rgba(21, 18, 13, 0.94);
  transform: translateY(-1px);
}

.assistant-toggle-icon {
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--gold);
  color: var(--ink);
  font-weight: 800;
}

.assistant-panel {
  order: -1;
  display: grid;
  gap: 14px;
  width: 100%;
  padding: 18px;
  border: 1px solid rgba(255, 248, 236, 0.16);
  border-radius: 24px;
  background:
    radial-gradient(circle at top right, rgba(215, 170, 47, 0.16), transparent 36%),
    linear-gradient(135deg, rgba(255, 248, 236, 0.12), rgba(255, 248, 236, 0.055)),
    rgba(7, 6, 4, 0.96);
  color: var(--ivory);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.42);
  backdrop-filter: blur(20px);
}

.assistant-panel[hidden] {
  display: none;
}

.assistant-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}

.assistant-kicker {
  margin: 0 0 4px;
  color: var(--gold-soft);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.assistant-header h2 {
  margin: 0;
  color: var(--ivory);
  font-family: "Cormorant Garamond", serif;
  font-size: 1.9rem;
  line-height: 0.98;
}

.assistant-close {
  min-width: 0;
  padding: 8px 10px;
  border: 1px solid rgba(255, 248, 236, 0.14);
  border-radius: 999px;
  background: rgba(255, 248, 236, 0.08);
  color: rgba(255, 248, 236, 0.72);
  font: inherit;
  font-size: 0.78rem;
  font-weight: 700;
  cursor: pointer;
}

.assistant-language {
  display: inline-flex;
  width: max-content;
  padding: 4px;
  border: 1px solid rgba(255, 248, 236, 0.12);
  border-radius: 999px;
  background: rgba(255, 248, 236, 0.07);
}

.assistant-language button {
  min-width: 44px;
  min-height: 32px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: rgba(255, 248, 236, 0.68);
  font: inherit;
  font-size: 0.78rem;
  font-weight: 800;
  cursor: pointer;
}

.assistant-language button[aria-pressed="true"] {
  background: var(--gold);
  color: var(--ink);
}

.assistant-answer {
  min-height: 104px;
  padding: 14px;
  border: 1px solid rgba(241, 211, 107, 0.16);
  border-radius: 18px;
  background: rgba(255, 248, 236, 0.08);
}

.assistant-answer p {
  margin: 0;
  color: rgba(255, 248, 236, 0.82);
  font-size: 0.94rem;
  line-height: 1.55;
}

.assistant-prompts {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.assistant-prompts button,
.assistant-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 8px 11px;
  border-radius: 999px;
  font: inherit;
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1.15;
  text-decoration: none;
}

.assistant-prompts button {
  border: 1px solid rgba(255, 248, 236, 0.14);
  background: rgba(255, 248, 236, 0.075);
  color: rgba(255, 248, 236, 0.82);
  cursor: pointer;
}

.assistant-prompts button:hover,
.assistant-close:hover {
  border-color: rgba(241, 211, 107, 0.38);
  background: rgba(241, 211, 107, 0.12);
  color: var(--ivory);
}

.assistant-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.assistant-actions a {
  border: 1px solid rgba(241, 211, 107, 0.26);
  background: rgba(241, 211, 107, 0.1);
  color: var(--ivory);
}

.assistant-actions a:nth-child(3) {
  background: var(--gold);
  color: var(--ink);
}

@media (max-width: 960px) {
  .hero,
  .photo-strip,
  .story-section,
  .menu-grid,
  .menu-columns,
  .menu-detail-grid,
  .featured-menu-card .menu-items,
  .compact-items,
  .menu-category-featured,
  .menu-category-featured.reverse,
  .experience-grid,
  .moments-grid,
  .visit-grid,
  .feature-strip,
  .menu-preview-callout,
  .home-menu-grid,
  .reserve-section,
  .reserve-form {
    grid-template-columns: 1fr;
  }

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

  .hero,
  .menu-section,
  .experience-section,
  .visit-section,
  .reserve-section {
    padding: 28px;
  }

  .photo-card img,
  .photo-card.tall img {
    height: 260px;
    min-height: 0;
  }

  .reserve-section {
    align-items: start;
  }

  .menu-preview-callout {
    flex-direction: column;
    align-items: flex-start;
  }

  .menu-detail-card {
    scroll-margin-top: 120px;
  }

  .featured-menu-card .menu-items li:nth-last-child(2),
  .compact-items li:nth-last-child(2) {
    border-bottom: 1px solid rgba(42, 32, 24, 0.08);
  }

  .image-card {
    min-height: 420px;
  }

  h1 {
    max-width: 11ch;
  }

  .home-page .hero {
    min-height: auto;
  }

  .home-page .image-card {
    min-height: 460px;
  }

  .home-visit,
  .home-visit-grid,
  .conversion-section,
  .faq-section,
  .story-section,
  .reviews-section,
  .restaurant-photo-strip {
    grid-template-columns: 1fr;
  }

  .review-theme-grid {
    grid-template-columns: 1fr;
  }

  .review-theme-grid article {
    min-height: 190px;
  }

  .home-menu-card {
    min-height: 190px;
  }

  .review-callout {
    min-height: 0;
  }

  .restaurant-hero {
    min-height: 66vh;
  }

  .restaurant-photo-strip img {
    height: 240px;
  }

  .restaurant-photo-strip figure:nth-child(2),
  .restaurant-photo-strip figure:nth-child(4) {
    margin-top: 0;
  }
}

@media (max-width: 720px) {
  .page-shell {
    width: min(100% - 20px, 100%);
    padding-top: 16px;
  }

  .site-header {
    top: 10px;
    border-radius: 28px;
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .nav-toggle {
    display: block;
  }

  .site-nav {
    display: none;
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    padding-top: 8px;
  }

  .brand-logo {
    width: 100%;
    height: 100%;
  }

  .home-page .brand-logo {
    width: 100%;
    height: 100%;
  }

  .brand-badge {
    width: 48px;
    height: 48px;
  }

  .site-header.is-open .site-nav {
    display: flex;
  }

  .site-header.is-open .nav-toggle span:first-child {
    transform: translateY(7px) rotate(45deg);
  }

  .site-header.is-open .nav-toggle span:last-child {
    transform: translateY(-7px) rotate(-45deg);
  }

  .hero {
    padding: 24px;
  }

  .menu-page .menu-detail {
    padding: 22px;
  }

  .menu-detail-nav {
    top: 82px;
    gap: 8px;
    flex-wrap: nowrap;
    max-height: none;
    overflow-x: auto;
    overflow-y: hidden;
    border-radius: 22px;
    scroll-padding-left: 10px;
    -webkit-overflow-scrolling: touch;
  }

  .menu-detail-nav a,
  .menu-detail-nav .language-toggle {
    flex: 0 0 auto;
  }

  .menu-detail-nav .language-toggle {
    position: sticky;
    left: 0;
    z-index: 1;
    margin-right: 4px;
  }

  #beverages .compact-items,
  #additional-services .compact-items,
  #wine-beer .compact-items {
    grid-template-columns: 1fr;
  }

  .compact-items li:nth-last-child(2) {
    border-bottom: 1px solid rgba(42, 32, 24, 0.08);
  }

  .menu-detail-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }

  .menu-items li {
    gap: 12px;
  }

  .home-page .site-header {
    background: rgba(255, 248, 236, 0.94);
  }

  .home-page .site-nav a {
    color: var(--text);
  }

  .home-page .site-nav a:hover {
    background: rgba(107, 70, 50, 0.08);
  }

  .site-footer {
    padding: 24px;
    border-radius: 28px;
  }

  .footer-brand,
  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  h1 {
    font-size: clamp(3.2rem, 16vw, 5rem);
  }

  h2 {
    line-height: 1;
  }

  .site-shell {
    width: min(100% - 20px, 100%);
    padding-top: 16px;
  }

  .site-page .site-header {
    background: rgba(7, 6, 4, 0.88);
  }

  .site-page .nav-toggle span {
    background: var(--ivory);
  }

  .site-page .brand-badge {
    width: 50px;
    height: 50px;
    border-radius: 16px;
  }

  .restaurant-hero {
    min-height: 68vh;
    border-radius: 30px;
  }

  .restaurant-hero::before {
    background:
      linear-gradient(180deg, rgba(7, 6, 4, 0.28) 0%, rgba(7, 6, 4, 0.88) 100%),
      linear-gradient(90deg, rgba(7, 6, 4, 0.68), rgba(7, 6, 4, 0.2));
  }

  .site-page h1 {
    max-width: 9.5ch;
    font-size: clamp(3.1rem, 15vw, 4.8rem);
  }

  .site-page .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .site-page .hero-actions .button {
    width: 100%;
  }

  .menu-page .restaurant-hero h1 {
    max-width: 12ch;
    font-size: clamp(2.75rem, 12.5vw, 4.15rem);
  }

  .menu-page .section-heading h2 {
    font-size: clamp(2.15rem, 11vw, 3.1rem);
    text-wrap: balance;
  }

  .home-visit {
    padding: 24px;
    border-radius: 28px;
  }

  .story-section,
  .reviews-section,
  .conversion-section,
  .faq-section {
    padding: 24px;
    border-radius: 28px;
  }

  .story-copy h2 {
    max-width: 11ch;
  }

  .review-theme-grid article {
    min-height: 170px;
  }

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

  .conversion-actions .button,
  .review-callout .button {
    width: 100%;
  }

  .home-menu-preview {
    padding: 24px;
    border-radius: 28px;
  }

  .home-menu-card {
    min-height: 170px;
  }

  .home-menu-card h3 {
    max-width: 24ch;
  }

  .restaurant-photo-strip {
    display: flex;
    grid-template-columns: none;
    gap: 12px;
    margin-inline: -10px;
    padding: 0 10px 10px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-padding-left: 10px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

  .restaurant-photo-strip::-webkit-scrollbar {
    display: none;
  }

  .restaurant-photo-strip figure {
    flex: 0 0 min(82vw, 330px);
    scroll-snap-align: start;
  }

  .restaurant-photo-strip figure:first-child {
    flex-basis: min(88vw, 350px);
  }

  .restaurant-photo-strip img {
    height: 260px;
  }

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

  .map-frame,
  .map-frame iframe {
    min-height: 280px;
  }

  .home-visit-grid article {
    min-height: 0;
  }

  .visit-assistant {
    right: 10px;
    bottom: 10px;
    width: min(370px, calc(100vw - 20px));
  }

  .assistant-panel {
    max-height: min(76vh, 600px);
    overflow-y: auto;
    border-radius: 22px;
  }

  .assistant-toggle {
    min-height: 50px;
    padding-right: 14px;
  }

  .assistant-toggle-icon {
    width: 34px;
    height: 34px;
  }

  .assistant-actions {
    grid-template-columns: 1fr;
  }
}
