/* ==========================================================================
   Istanbul Village Grill & Wine
   Lightweight PHP site styling based on the existing coming-soon palette.
   ========================================================================== */

:root {
  --c-paper: #fbf6e8;
  --c-cream: #f6efde;
  --c-cream-deep: #ecddbe;
  --c-ink: #221610;
  --c-ink-soft: #36251a;
  --c-muted: #7a6047;
  --c-muted-strong: #54402c;
  --c-green: #214030;
  --c-green-deep: #142a20;
  --c-green-mid: #2d5340;
  --c-green-soft: rgba(33, 64, 48, 0.08);
  --c-gold: #c2974f;
  --c-gold-bright: #dfb874;
  --c-gold-deep: #976f33;
  --c-gold-soft: rgba(194, 151, 79, 0.18);
  --c-line: rgba(151, 111, 51, 0.28);
  --c-line-strong: rgba(151, 111, 51, 0.45);
  --ff-display: "Playfair Display", "Cormorant Garamond", Georgia, serif;
  --ff-serif: "Cormorant Garamond", "Playfair Display", Georgia, serif;
  --ff-body: "Figtree", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  --r-sm: 8px;
  --r-md: 12px;
  --r-lg: 20px;
  --r-xl: 28px;
  --r-pill: 999px;
  --sidebar: 236px;
  --content-max: 1220px;
  --content-inset: clamp(20px, 4vw, 40px);
  --section-space: clamp(56px, 7vw, 88px);
  --mobile-header-h: 80px;
  --shadow-card: 0 22px 50px -28px rgba(60, 35, 12, 0.35),
    0 6px 16px -8px rgba(60, 35, 12, 0.16);
  --shadow-soft: 0 14px 36px -24px rgba(60, 35, 12, 0.28);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: smooth;
  overflow-x: hidden;
  max-width: 100%;
}

body {
  margin: 0;
  color: var(--c-ink);
  font-family: var(--ff-body);
  font-size: clamp(15px, 0.35vw + 14px, 16.5px);
  line-height: 1.6;
  background-color: var(--c-cream);
  background-image:
    radial-gradient(900px 600px at 8% -10%, rgba(194, 151, 79, 0.32), transparent 60%),
    radial-gradient(700px 500px at 110% 0%, rgba(33, 64, 48, 0.1), transparent 65%),
    radial-gradient(900px 700px at 50% 110%, rgba(194, 151, 79, 0.22), transparent 60%),
    linear-gradient(180deg, var(--c-paper) 0%, var(--c-cream) 45%, var(--c-cream-deep) 100%);
  background-attachment: fixed;
  overflow-x: hidden;
  max-width: 100%;
}

body.is-nav-open {
  overflow: hidden;
}

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

img {
  height: auto;
}

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

button {
  border: 0;
  font: inherit;
  cursor: pointer;
}

code {
  padding: 0.12rem 0.32rem;
  border-radius: 6px;
  background: rgba(33, 64, 48, 0.08);
  color: var(--c-green-deep);
  font-size: 0.92em;
}

:focus-visible {
  outline: 2px solid var(--c-green);
  outline-offset: 3px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: fixed;
  top: -100px;
  left: 12px;
  z-index: 200;
  padding: 10px 16px;
  border-radius: var(--r-sm);
  background: var(--c-green);
  color: var(--c-paper);
  font-weight: 700;
  transition: top 0.2s ease;
}

.skip-link:focus {
  top: 12px;
}

.page-grain {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 0.42;
  mix-blend-mode: multiply;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='220' height='220'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 0.34  0 0 0 0 0.22  0 0 0 0 0.10  0 0 0 0.15 0'/></filter><rect width='100%' height='100%' filter='url(%23n)'/></svg>");
}

.container {
  /* Shared content grid — every section’s content snaps to these edges */
  width: 100%;
  max-width: var(--content-max);
  margin-inline: auto;
  padding-inline: var(--content-inset);
  position: relative;
  z-index: 1;
  min-width: 0;
}

.container.narrow {
  max-width: 860px;
  text-align: center;
}

.site-main {
  position: relative;
  z-index: 1;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  min-width: 0;
  max-width: 100%;
  overflow-x: hidden;
}

@media (min-width: 1024px) {
  .site-main {
    margin-left: var(--sidebar);
  }
}

.section-pad {
  padding: var(--section-space) 0;
}

.section-pad--topless {
  padding-top: 0;
}

.section-muted {
  background: linear-gradient(180deg, rgba(251, 246, 232, 0.52), rgba(236, 221, 190, 0.56));
  border-block: 1px solid var(--c-line);
}

h1,
h2 {
  margin: 0;
  font-family: var(--ff-display);
  font-weight: 600;
  line-height: 1.12;
  color: var(--c-ink);
  text-wrap: balance;
}

h3 {
  margin: 0;
  font-family: var(--ff-body);
  font-weight: 600;
  line-height: 1.35;
  color: var(--c-ink-soft);
  text-wrap: pretty;
}

h1 {
  font-size: clamp(38px, 4.8vw, 68px);
  letter-spacing: -0.025em;
}

h1 span,
.accent {
  font-style: italic;
  font-weight: 500;
  background: linear-gradient(135deg, var(--c-gold-bright) 0%, var(--c-gold-deep) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

h2 {
  font-size: clamp(28px, 2.8vw, 44px);
  letter-spacing: -0.015em;
  line-height: 1.15;
}

h3 {
  font-size: 1.125rem;
}

p {
  margin: 0;
}

/* Vertical rhythm between headings, copy and actions */
.eyebrow + :is(h1, h2, h3) {
  margin-top: 0;
}

:is(h1, h2, h3) + p {
  margin-top: clamp(16px, 2.2vw, 22px);
}

:is(h1, h2, h3) + :is(.button-row, .button, a.button) {
  margin-top: clamp(20px, 3vw, 28px);
}

p + :is(.button-row, .button, a.button, .text-link) {
  margin-top: clamp(20px, 3vw, 28px);
}

:is(h1, h2, h3) + :is(ul, ol, .contact-list, .hours-list, .category-list, .social-row) {
  margin-top: clamp(18px, 2.4vw, 24px);
}

.feature-item :is(h3) + p,
.menu-card__title + .menu-card__desc,
.menu-item :is(h3) + p,
.notice-card :is(h3) + p {
  margin-top: 10px;
}

.menu-card__section + .menu-card__title {
  margin-top: 0;
}

.copy-stack {
  display: grid;
  gap: clamp(18px, 2.4vw, 24px);
}

.copy-stack > * {
  margin-top: 0;
}

.eyebrow {
  margin: 0;
  color: var(--c-gold-deep);
  font-family: var(--ff-body);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.icon {
  width: 18px;
  height: 18px;
}

.icon--star {
  width: 24px;
  height: 24px;
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.button-row--center {
  justify-content: center;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 22px;
  border-radius: var(--r-pill);
  font-weight: 700;
  letter-spacing: 0.01em;
  transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease;
}

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

.button--primary {
  background: linear-gradient(135deg, var(--c-green), var(--c-green-deep));
  color: var(--c-paper);
  box-shadow: 0 16px 28px -18px rgba(20, 42, 32, 0.7);
}

.button--ghost {
  border: 1px solid var(--c-line-strong);
  background: rgba(251, 246, 232, 0.7);
  color: var(--c-green-deep);
}

.button--disabled {
  background: rgba(122, 96, 71, 0.12);
  color: var(--c-muted);
  cursor: not-allowed;
}

.text-link {
  color: var(--c-green);
  font-weight: 600;
  border-bottom: 1px solid rgba(33, 64, 48, 0.3);
}

.section-link {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 10px 18px;
  border: 1px solid var(--c-line-strong);
  border-radius: var(--r-pill);
  background: rgba(251, 246, 232, 0.82);
  color: var(--c-green-deep);
  font-size: 0.92rem;
  font-weight: 600;
  white-space: nowrap;
  transition: transform 0.22s ease, border-color 0.22s ease, background 0.22s ease;
}

.section-link:hover {
  transform: translateY(-1px);
  border-color: var(--c-green);
  background: var(--c-paper);
  color: var(--c-green);
}

/* Desktop sidebar */
.sidebar {
  display: none;
}

@media (min-width: 1024px) {
  .sidebar {
    position: fixed;
    inset: 0 auto 0 0;
    z-index: 80;
    display: flex;
    width: var(--sidebar);
    padding: 30px 22px 24px;
    flex-direction: column;
    border-right: 1px solid rgba(151, 111, 51, 0.22);
    background:
      linear-gradient(180deg, rgba(251, 246, 232, 0.98) 0%, rgba(246, 239, 222, 0.94) 100%);
  }
}

.sidebar__brand {
  display: grid;
  gap: 6px;
  justify-items: center;
  text-align: center;
  color: var(--c-green-deep);
}

.sidebar__brand img {
  width: 92px;
  margin-bottom: 4px;
  filter: drop-shadow(0 5px 12px rgba(60, 35, 12, 0.14));
}

.sidebar__brand-name {
  font-family: var(--ff-display);
  font-size: 1.05rem;
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: 0.01em;
}

.sidebar__brand-tag {
  color: var(--c-gold-deep);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.sidebar__rule {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  margin: 22px 0 8px;
  color: var(--c-gold-deep);
}

.sidebar__rule span {
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, transparent, currentColor, transparent);
  opacity: 0.55;
}

.sidebar__rule .icon {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  opacity: 0.8;
}

.sidebar__nav {
  display: grid;
  gap: 0;
  margin-top: 8px;
}

.sidebar__nav a {
  position: relative;
  display: block;
  padding: 12px 4px 12px 14px;
  color: var(--c-muted-strong);
  font-family: var(--ff-display);
  font-size: 1.05rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 1.2;
  border-bottom: 1px solid rgba(151, 111, 51, 0.12);
  transition: color 0.2s ease, padding-left 0.2s ease;
}

.sidebar__nav a:last-child {
  border-bottom: 0;
}

.sidebar__nav a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 2px;
  height: 0;
  border-radius: 2px;
  background: var(--c-gold);
  transform: translateY(-50%);
  transition: height 0.2s ease;
}

.sidebar__nav a:hover {
  color: var(--c-green);
  padding-left: 18px;
}

.sidebar__nav a.is-active {
  color: var(--c-green-deep);
  font-weight: 600;
}

.sidebar__nav a.is-active::before {
  height: 18px;
}

.sidebar__cta {
  display: grid;
  gap: 22px;
  margin-top: 28px;
  justify-items: stretch;
}

.sidebar__book {
  width: 100%;
  min-height: 48px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-size: 0.82rem;
  gap: 8px;
}

.sidebar__book .icon {
  width: 1.05rem;
  height: 1.05rem;
}

.sidebar__phone {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: var(--c-green-deep);
  font-size: 0.9rem;
  font-weight: 600;
}

.sidebar__bottom {
  margin-top: auto;
  padding-top: 28px;
  text-align: center;
}

.sidebar__bottom .social-row {
  margin-top: 0;
}

.social-row {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-top: 14px;
}

.social-row a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--c-ink-soft);
  transition: transform 0.2s ease, color 0.2s ease;
}

.social-row a .icon,
.site-footer__socials a .icon {
  width: 26px;
  height: 26px;
}

.social-row a:hover {
  transform: translateY(-1px);
  color: var(--c-green);
}

.social-row--large {
  justify-content: flex-start;
}

/* Mobile navigation */
.mobile-nav {
  position: sticky;
  top: 0;
  z-index: 90;
}

.mobile-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: var(--mobile-header-h);
  padding: 10px 18px;
  border-bottom: 1px solid var(--c-line);
  background: var(--c-paper);
  backdrop-filter: blur(12px);
}

.mobile-header__brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--c-green-deep);
  font-family: var(--ff-display);
  font-weight: 600;
}

.mobile-header__brand img {
  width: 48px;
}

.mobile-header__actions {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.mobile-book {
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--c-green);
  color: var(--c-paper);
}

.mobile-book .icon {
  width: 18px;
  height: 18px;
}

.nav-toggle {
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--c-line);
  border-radius: 50%;
  background: var(--c-paper);
  color: var(--c-green);
}

.nav-toggle .icon--close,
.nav-toggle.is-open .icon--open {
  display: none;
}

.nav-toggle.is-open .icon--close {
  display: block;
}

.mobile-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 91;
  padding: 4px 18px 18px;
  border-bottom: 1px solid var(--c-line);
  background: rgba(251, 246, 232, 0.98);
  box-shadow: 0 18px 36px -24px rgba(34, 22, 16, 0.45);
  backdrop-filter: blur(12px);
}

.mobile-menu:not([hidden]) {
  display: block;
}

.mobile-menu nav {
  display: grid;
  gap: 0;
}

.mobile-menu nav a {
  display: block;
  padding: 14px 2px;
  border-bottom: 1px solid rgba(151, 111, 51, 0.14);
  color: var(--c-green-deep);
  font-family: var(--ff-display);
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.2;
}

.mobile-menu nav a:last-child {
  border-bottom: 0;
}

.mobile-menu nav a.is-active {
  color: var(--c-gold-deep);
}

.mobile-menu__contact {
  display: grid;
  gap: 8px;
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid var(--c-line);
  color: var(--c-muted-strong);
  font-size: 0.94rem;
  font-weight: 600;
}

.mobile-menu__contact a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.mobile-menu__contact a:hover {
  color: var(--c-green);
}

@media (min-width: 1024px) {
  .mobile-nav {
    display: none;
  }
}

/* Hero */
.hero,
.page-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

.hero--video {
  min-height: clamp(480px, 68vh, 720px);
  display: flex;
  align-items: center;
  padding-bottom: clamp(56px, 8vw, 96px);
}

.hero--video + .section-pad {
  padding-top: clamp(56px, 8vw, 96px);
}

.hero__media {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}

.hero__video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hero__overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(100deg, rgba(20, 42, 32, 0.48) 0%, rgba(34, 22, 16, 0.28) 42%, rgba(20, 42, 32, 0.18) 68%, rgba(20, 42, 32, 0.32) 100%),
    linear-gradient(180deg, rgba(251, 246, 232, 0.06) 0%, transparent 35%, rgba(20, 42, 32, 0.38) 100%);
}

.hero--video .hero__grid {
  position: relative;
  z-index: 1;
}

.hero--video .eyebrow {
  color: var(--c-gold-bright);
}

.hero--video h1,
.hero--video .hero__subtitle {
  color: var(--c-paper);
}

.hero--video .hero__intro {
  color: rgba(251, 246, 232, 0.88);
}

.hero--video .button--ghost {
  border-color: rgba(251, 246, 232, 0.45);
  background: rgba(251, 246, 232, 0.12);
  color: var(--c-paper);
}

.hero--video .button--ghost:hover {
  border-color: var(--c-gold-bright);
  background: rgba(251, 246, 232, 0.2);
  color: var(--c-paper);
}

.hero__pattern {
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0.38;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 80 80'><g fill='none' stroke='%23976f33' stroke-width='0.6' stroke-opacity='0.18'><circle cx='40' cy='40' r='20'/><circle cx='40' cy='40' r='10'/><path d='M40,12 L40,68 M12,40 L68,40 M20,20 L60,60 M20,60 L60,20'/><circle cx='40' cy='40' r='2.5' fill='%23976f33' fill-opacity='0.2' stroke='none'/></g></svg>");
  background-size: 80px 80px;
  mask-image: radial-gradient(ellipse at 50% 30%, black 8%, transparent 72%);
}

.hero__glow {
  position: absolute;
  z-index: -1;
  pointer-events: none;
  filter: blur(48px);
}

.hero__glow--top {
  top: -140px;
  left: -100px;
  width: 540px;
  height: 540px;
  background: radial-gradient(circle, rgba(223, 184, 116, 0.5) 0%, transparent 65%);
}

.hero__glow--bottom {
  right: -120px;
  bottom: -200px;
  width: 620px;
  height: 620px;
  background: radial-gradient(circle, rgba(194, 151, 79, 0.32) 0%, transparent 65%);
}

.hero__grid {
  display: grid;
  gap: clamp(28px, 4vw, 48px);
  align-items: end;
}

.page-home .hero__grid {
  grid-template-columns: 1fr;
}

@media (min-width: 920px) {
  .page-home .hero__grid {
    grid-template-columns: minmax(0, 1.15fr) minmax(220px, 0.55fr);
    align-items: end;
    gap: clamp(40px, 6vw, 80px);
  }
}

.page-home .hero__content {
  align-items: flex-start;
  text-align: left;
  max-width: 580px;
}

.hero__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}

.hero__aside {
  justify-self: end;
  max-width: 240px;
  padding: 18px 20px;
  border: 1px solid rgba(251, 246, 232, 0.28);
  border-radius: var(--r-md);
  background: rgba(20, 42, 32, 0.28);
  color: var(--c-paper);
  backdrop-filter: blur(8px);
}

.hero__aside-label {
  margin: 0 0 8px;
  color: var(--c-gold-bright);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hero__aside-hours {
  margin: 0;
  font-family: var(--ff-display);
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.25;
}

.hero__aside-note {
  margin: 8px 0 0;
  color: rgba(251, 246, 232, 0.78);
  font-size: 0.84rem;
  line-height: 1.45;
}

.hero__subtitle {
  font-family: var(--ff-serif);
  font-size: clamp(18px, 1.6vw, 24px);
  font-style: italic;
  font-weight: 500;
  line-height: 1.35;
  color: rgba(251, 246, 232, 0.92);
}

.hero__intro,
.page-hero p,
.intro-copy {
  max-width: 52ch;
  color: var(--c-muted);
  line-height: 1.65;
}

.page-hero .container.narrow > p {
  margin-inline: auto;
}

.hero--video .hero__intro {
  max-width: 48ch;
}

.ornament {
  display: flex;
  width: min(250px, 80%);
  align-items: center;
  gap: 10px;
  margin-top: 18px;
  color: var(--c-gold-deep);
}

.ornament span {
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, transparent, currentColor, transparent);
  opacity: 0.65;
}

@media (max-width: 919px) {
  .ornament {
    margin-inline: auto;
  }
}

/* Cards and panels */
.intro-grid,
.split-panel,
.contact-grid {
  display: grid;
  gap: clamp(24px, 4vw, 44px);
}

@media (min-width: 860px) {
  .intro-grid,
  .split-panel,
  .contact-grid {
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1fr);
    align-items: start;
  }
}

.intro-grid > p,
.split-panel p {
  color: var(--c-muted);
}

.home-atmosphere__grid {
  display: grid;
  gap: clamp(22px, 4vw, 40px);
  align-items: center;
}

@media (min-width: 860px) {
  .home-atmosphere__grid {
    grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  }
}

.home-atmosphere__media {
  margin: 0;
  overflow: hidden;
  border-radius: 18px;
  box-shadow: 0 24px 48px -36px rgba(20, 42, 32, 0.55);
}

.home-atmosphere__media img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.home-atmosphere__copy p {
  color: var(--c-muted);
  max-width: 38ch;
}

.feature-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(22px, 3vw, 36px);
  margin-top: clamp(32px, 4vw, 44px);
  padding-top: clamp(28px, 3.5vw, 36px);
  border-top: 1px solid var(--c-line);
}

.feature-item h3 {
  font-size: 1.02rem;
  color: var(--c-green-deep);
}

.feature-item p {
  margin-top: 10px;
  color: var(--c-muted);
  font-size: 0.95rem;
  line-height: 1.55;
}

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

.menu-card,
.notice-card,
.contact-card,
.hours-card {
  border: 1px solid var(--c-line);
  border-radius: var(--r-lg);
  background: rgba(251, 246, 232, 0.76);
  box-shadow: var(--shadow-soft);
  padding: clamp(22px, 2.6vw, 28px);
}

.surface-panel {
  width: 100%;
  padding: clamp(28px, 4vw, 40px);
  border: 1px solid var(--c-line);
  border-radius: var(--r-xl);
  background: rgba(251, 246, 232, 0.86);
  box-shadow: var(--shadow-card);
}

.contact-card,
.hours-card {
  display: grid;
  gap: clamp(18px, 2.4vw, 24px);
}

.contact-card > *,
.hours-card > * {
  margin-top: 0;
}

.feature-item p,
.menu-card__desc,
.notice-card p,
.contact-card p,
.hours-card p,
.booking-panel__note {
  color: var(--c-muted);
}

.contact-strip__copy {
  display: grid;
  gap: clamp(12px, 1.6vw, 16px);
  min-width: 0;
  flex: 1 1 auto;
}

.contact-strip__copy > * {
  margin-top: 0;
}

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: clamp(18px, 3vw, 28px);
  margin-bottom: 26px;
  flex-wrap: wrap;
}

.section-heading .copy-stack {
  gap: clamp(12px, 1.6vw, 16px);
}

.menu-card {
  display: grid;
  gap: 8px;
  align-content: start;
  height: 100%;
  min-width: 0;
}

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

.menu-card__section {
  margin: 0;
  color: var(--c-gold-deep);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.menu-card__price {
  flex-shrink: 0;
  color: var(--c-green);
  font-family: var(--ff-body);
  font-size: 1.05rem;
  font-weight: 700;
  white-space: nowrap;
}

.menu-card__title {
  font-size: 1.12rem;
  font-weight: 600;
  line-height: 1.3;
  color: var(--c-ink-soft);
  text-wrap: pretty;
}

.menu-card__desc {
  color: var(--c-muted);
  font-size: 0.94rem;
  line-height: 1.55;
  text-wrap: pretty;
}

.drinks-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0;
  border-top: 1px solid var(--c-line);
}

.drinks-list li {
  border-bottom: 1px solid var(--c-line);
}

.drinks-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 54px;
  padding: 14px 2px;
  color: var(--c-green-deep);
  font-size: 1rem;
  font-weight: 600;
  transition: color 0.2s ease, padding-left 0.2s ease;
}

.drinks-link:hover {
  color: var(--c-green);
  padding-left: 6px;
}

.drinks-link .icon {
  flex-shrink: 0;
  color: var(--c-gold-deep);
}

.contact-strip {
  padding: clamp(32px, 4.5vw, 52px) 0;
  background: linear-gradient(135deg, var(--c-green-deep) 0%, var(--c-green) 55%, var(--c-green-mid) 100%);
  color: var(--c-paper);
}

.contact-strip h2,
.contact-strip .eyebrow {
  color: inherit;
}

.contact-strip .eyebrow {
  opacity: 0.78;
}

.contact-strip__inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: clamp(24px, 4vw, 48px);
}

.contact-strip__address {
  display: grid;
  gap: 4px;
  font-family: var(--ff-display);
  font-size: clamp(24px, 2.6vw, 38px);
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: -0.01em;
  overflow-wrap: anywhere;
}

.contact-strip__links {
  display: grid;
  gap: 8px;
  flex: 0 0 auto;
  padding-top: 4px;
  color: var(--c-gold-bright);
  font-size: clamp(15px, 1.2vw, 17px);
  font-weight: 600;
  text-align: right;
}

.contact-strip__links a:hover {
  color: var(--c-paper);
}

.booking-section {
  padding-bottom: clamp(28px, 4vw, 40px);
}

.booking-intro {
  max-width: 40rem;
  margin-inline: auto;
  text-align: center;
  margin-bottom: clamp(24px, 3.5vw, 36px);
}

.booking-intro h2 {
  max-width: 28ch;
  margin-inline: auto;
}

.booking-panel__note {
  color: var(--c-muted);
  font-size: 0.94rem;
}

.booking-panel__note a {
  color: var(--c-green);
  font-weight: 600;
}

.book-table-widget {
  max-width: 560px;
  margin-inline: auto;
}

.book-table-widget > iframe {
  width: 100%;
  max-width: 560px;
  min-height: 460px;
  display: block;
  margin: 0 auto;
  border: none;
}

.book-table-note {
  margin-top: 20px;
  color: var(--c-muted);
  font-size: 0.94rem;
  line-height: 1.6;
  text-align: center;
}

.book-table-note a {
  color: var(--c-green);
  font-weight: 600;
}

/* Google reviews */
.reviews-section {
  padding-bottom: clamp(20px, 3vw, 32px);
}

.reviews-head {
  display: grid;
  justify-items: center;
  text-align: center;
  gap: 10px;
  margin-bottom: clamp(18px, 2.8vw, 26px);
}

.reviews-head__label {
  margin: 0;
  color: var(--c-muted);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.reviews-head__title {
  margin: 0;
  color: var(--c-ink);
  font-family: var(--font-body);
  font-size: clamp(1.7rem, 3.8vw, 2.45rem);
  font-weight: 800;
  letter-spacing: 0em;
  line-height: 1;
  text-transform: uppercase;
}

.reviews-summary {
  display: grid;
  gap: 8px;
  justify-items: center;
}

.reviews-stars {
  display: inline-flex;
  align-items: center;
  gap: 0;
  color: #fbbc04;
}

.reviews-stars--lg {
  gap: 0px;
}

.reviews-stars--lg .reviews-star {
  width: 38px;
  height: 38px;
}

.reviews-stars--sm .reviews-star {
  width: 16px;
  height: 16px;
}

.reviews-star {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.reviews-summary__based {
  margin: 0;
  color: var(--c-ink-soft);
  font-size: 0.98rem;
  font-weight: 600;
}

.reviews-summary__based a {
  color: inherit;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.reviews-summary__based a:hover {
  color: var(--c-green);
}

.reviews-summary__brand {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 4px;
}

.reviews-google-logo {
  width: auto;
  height: 28px;
  display: block;
}

.reviews-carousel {
  position: relative;
}

.reviews-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(250px, 300px);
  gap: 12px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  padding: 2px 2px 12px;
  margin: 0 -2px;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.reviews-track::-webkit-scrollbar {
  display: none;
}

.reviews-track:focus-visible {
  outline: 2px solid var(--c-green);
  outline-offset: 4px;
}

.review-card {
  scroll-snap-align: start;
  display: grid;
  gap: 8px;
  align-content: start;
  min-height: 100%;
  padding: 14px 14px 12px;
  border: 1px solid rgba(34, 22, 16, 0.08);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 14px 28px -28px rgba(20, 42, 32, 0.5);
  color: #3c4043;
}

.review-card__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
}

.review-card__who {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.review-card__avatar {
  position: relative;
  flex: 0 0 auto;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--avatar, #5f6368);
  color: #fff;
  font-weight: 700;
  font-size: 0.92rem;
  line-height: 1;
}

.review-card__avatar--guide::after {
  content: "";
  position: absolute;
  right: -1px;
  bottom: -1px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background:
    radial-gradient(circle at center, #fbbc04 0 42%, transparent 43%),
    linear-gradient(#fff, #fff);
  box-shadow: 0 0 0 1.5px #fff, 0 0 0 2.5px #fbbc04;
}

.review-card__name {
  margin: 0;
  color: #202124;
  font-weight: 700;
  font-size: 0.9rem;
  line-height: 1.2;
}

.review-card__meta {
  margin: 1px 0 0;
  color: #70757a;
  font-size: 0.72rem;
  line-height: 1.3;
}

.review-card__google {
  width: 15px;
  height: 15px;
  flex: 0 0 auto;
  margin-top: 1px;
}

.review-card__rating {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
}

.review-card__when {
  color: #70757a;
  font-size: 0.76rem;
}

.review-card__new {
  display: inline-flex;
  align-items: center;
  min-height: 18px;
  padding: 0 5px;
  border: 1px solid #dadce0;
  border-radius: 3px;
  color: #202124;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.review-card__visit {
  margin: 0;
  color: #70757a;
  font-size: 0.78rem;
}

.review-card__text {
  margin: 0;
  color: #3c4043;
  font-size: 0.86rem;
  line-height: 1.45;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}

.review-card__scores {
  margin: 0;
  padding: 7px 10px;
  border-radius: 10px;
  background: #f1f3f4;
  color: #5f6368;
  font-size: 0.76rem;
  line-height: 1.35;
}

.reviews-nav {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  margin-top: 2px;
}

.reviews-nav__btn {
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--c-line-strong);
  border-radius: 50%;
  background: rgba(251, 246, 232, 0.85);
  color: var(--c-green-deep);
  transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.reviews-nav__btn:hover {
  transform: translateY(-1px);
  border-color: var(--c-green);
  background: #fff;
}

.reviews-nav__btn:disabled {
  opacity: 0.4;
  pointer-events: none;
}

.reviews-cta {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 16px;
}

.reviews-cta .button {
  min-height: 42px;
  padding: 10px 18px;
  font-size: 0.9rem;
}

@media (max-width: 700px) {
  .reviews-track {
    grid-auto-columns: minmax(240px, 82vw);
  }
}

/* Menu pages */
.menu-layout {
  display: grid;
  gap: 26px;
  width: 100%;
  min-width: 0;
  max-width: 100%;
}

@media (min-width: 920px) {
  .menu-layout {
    grid-template-columns: 220px minmax(0, 1fr);
    align-items: start;
  }
}

.menu-cats {
  position: sticky;
  top: 24px;
  z-index: 2;
  min-width: 0;
  max-width: 100%;
  padding: 16px;
  border: 1px solid var(--c-line);
  border-radius: var(--r-lg);
  background: rgba(251, 246, 232, 0.92);
  box-shadow: var(--shadow-card);
}

.menu-cats p {
  margin: 0 0 10px;
  color: var(--c-gold-deep);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.menu-cats nav {
  display: grid;
  gap: 6px;
}

.menu-cats a {
  display: block;
  padding: 9px 11px;
  border-radius: var(--r-pill);
  color: var(--c-muted-strong);
  font-weight: 700;
  text-decoration: none;
}

.menu-cats a:hover,
.menu-cats a.is-active,
.menu-cats a[aria-current="true"] {
  background: var(--c-green-soft);
  color: var(--c-green);
}

.menu-sections {
  display: grid;
  gap: 22px;
  min-width: 0;
  max-width: 100%;
}

.allergy-note {
  padding: 14px 16px;
  border: 1px solid rgba(151, 111, 51, 0.42);
  border-radius: var(--r-lg);
  background: rgba(194, 151, 79, 0.13);
  color: var(--c-muted-strong);
  font-weight: 700;
  line-height: 1.45;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.menu-section {
  scroll-margin-top: 110px;
  padding: clamp(18px, 3vw, 32px);
  border: 1px solid var(--c-line);
  border-radius: var(--r-xl);
  background: rgba(251, 246, 232, 0.76);
  box-shadow: var(--shadow-card);
  min-width: 0;
  max-width: 100%;
  overflow: hidden;
}

.menu-section__heading {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--c-line);
  min-width: 0;
}

.menu-section__heading h2 {
  margin: 0;
  font-size: clamp(1.45rem, 2.4vw, 2.4rem);
  line-height: 1.15;
  overflow-wrap: anywhere;
}

.menu-items {
  display: grid;
  min-width: 0;
}

.menu-item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: start;
  gap: 12px 16px;
  padding: 18px 0;
  border-bottom: 1px solid rgba(151, 111, 51, 0.18);
  min-width: 0;
}

.menu-item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.menu-item__main {
  min-width: 0;
}

.menu-item h3 {
  margin: 0;
  font-size: clamp(1.02rem, 1.5vw, 1.15rem);
  color: var(--c-ink-soft);
  line-height: 1.3;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.menu-item__title-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 10px;
  min-width: 0;
}

.menu-item__title-row h3 {
  margin: 0;
}

.menu-item p {
  margin: 6px 0 0;
  color: var(--c-muted);
  line-height: 1.45;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.menu-item__price {
  color: var(--c-green);
  font-family: var(--ff-serif);
  font-size: clamp(1.12rem, 1.7vw, 1.28rem);
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 1.2;
  font-variant-numeric: lining-nums tabular-nums;
  white-space: nowrap;
  justify-self: end;
}

.drink-item {
  align-items: start;
}

.drink-prices {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: max-content;
  gap: 10px 14px;
  justify-content: end;
  align-content: start;
  min-width: 0;
}

.drink-prices__cell {
  display: grid;
  gap: 2px;
  justify-items: end;
  text-align: right;
}

.drink-prices__label {
  color: var(--c-muted);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  line-height: 1.2;
}

.drink-prices__value {
  color: var(--c-green);
  font-family: var(--ff-serif);
  font-size: 1.08rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 1.2;
  font-variant-numeric: lining-nums tabular-nums;
  white-space: nowrap;
}

.tag-row {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  max-width: 100%;
}

.diet-badge {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  min-height: 24px;
  padding: 3px 8px 3px 6px;
  border: 1px solid transparent;
  border-radius: var(--r-pill);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
}

.diet-badge__icon {
  width: 13px;
  height: 13px;
  flex-shrink: 0;
  stroke-width: 2.2;
}

.diet-badge__label {
  transform: translateY(0.5px);
}

.diet-badge--v {
  border-color: rgba(45, 122, 74, 0.28);
  background: rgba(45, 122, 74, 0.1);
  color: #1f6b3f;
}

.diet-badge--vgn {
  border-color: rgba(33, 64, 48, 0.28);
  background: rgba(33, 64, 48, 0.1);
  color: var(--c-green-deep);
}

.diet-badge--gf {
  border-color: rgba(151, 111, 51, 0.32);
  background: rgba(194, 151, 79, 0.14);
  color: var(--c-gold-deep);
}

.diet-badge--nuts {
  border-color: rgba(140, 84, 42, 0.3);
  background: rgba(140, 84, 42, 0.1);
  color: #8c542a;
}

.diet-badge--chilli {
  border-color: rgba(163, 47, 31, 0.28);
  background: rgba(163, 47, 31, 0.1);
  color: #a32f1f;
}

.empty-menu {
  margin-top: 18px;
  padding: 18px;
  border: 1px dashed var(--c-line-strong);
  border-radius: var(--r-lg);
  background: rgba(255, 250, 240, 0.52);
  color: var(--c-muted);
}

@media (max-width: 919px) {
  .container.menu-layout {
    padding-inline: 0;
  }

  .menu-layout {
    gap: 0;
  }

  .menu-cats {
    top: calc(var(--mobile-header-h, 72px) + 1px);
    z-index: 5;
    width: 100%;
    margin: 0;
    padding: 12px var(--content-inset) 10px;
    border: 0;
    border-bottom: 1px solid var(--c-line);
    border-radius: 0;
    background: var(--c-paper);
    box-shadow: 0 10px 24px -18px rgba(34, 22, 16, 0.35);
  }

  .menu-cats nav {
    display: flex;
    gap: 6px;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x proximity;
    padding-bottom: 2px;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .menu-cats nav::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0;
  }

  .menu-cats a {
    flex: 0 0 auto;
    white-space: nowrap;
    scroll-snap-align: start;
  }

  .menu-sections {
    padding: 18px var(--content-inset) 0;
  }

  .menu-section {
    scroll-margin-top: calc(var(--mobile-header-h, 72px) + 96px);
    padding: 16px 14px;
    border-radius: 18px;
  }
}

@media (max-width: 760px) {
  .page-menu .button-row--center,
  .page-drinks .button-row--center {
    flex-direction: column;
    align-items: stretch;
  }

  .page-menu .button-row--center .button,
  .page-drinks .button-row--center .button,
  .page-menu .button-row--center .button--disabled,
  .page-drinks .button-row--center .button--disabled {
    flex: 1 1 auto;
    width: 100%;
  }

  .menu-item,
  .drink-item {
    grid-template-columns: minmax(0, 1fr);
    gap: 8px;
  }

  .menu-item__price {
    justify-self: start;
  }

  .drink-prices {
    justify-content: start;
    grid-auto-flow: row;
    grid-template-columns: repeat(auto-fit, minmax(4.5rem, max-content));
    width: 100%;
  }

  .drink-prices__cell {
    justify-items: start;
    text-align: left;
  }

  .allergy-note {
    padding: 12px 14px;
    font-size: 0.92rem;
  }
}

@media (max-width: 420px) {
  .menu-section__heading h2 {
    font-size: 1.35rem;
  }

  .menu-item {
    padding: 14px 0;
  }

  .diet-badge {
    min-height: 22px;
    padding: 2px 7px 2px 5px;
    font-size: 0.62rem;
  }
}

/* Gallery */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 18px;
}

.gallery-card {
  position: relative;
  display: block;
  width: 100%;
  min-height: 260px;
  padding: 0;
  overflow: hidden;
  border: 1px solid var(--c-line);
  border-radius: var(--r-xl);
  background: var(--c-cream);
  box-shadow: var(--shadow-card);
  cursor: pointer;
}

.gallery-card:nth-child(3n + 1) {
  grid-row: span 2;
  min-height: 390px;
}

.gallery-card img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  border: 0;
  border-radius: inherit;
  transition: transform 0.35s ease;
}

.gallery-card:hover img,
.gallery-card:focus-visible img {
  transform: scale(1.03);
}

.gallery-card__hint {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: grid;
  place-items: center;
  background: rgba(20, 42, 32, 0.28);
  color: var(--c-paper);
  opacity: 0;
  transition: opacity 0.28s ease;
}

.gallery-card__hint .icon {
  width: 28px;
  height: 28px;
  padding: 12px;
  box-sizing: content-box;
  border: 1px solid rgba(251, 246, 232, 0.55);
  border-radius: 50%;
  background: rgba(20, 42, 32, 0.42);
  backdrop-filter: blur(4px);
}

.gallery-card:hover .gallery-card__hint,
.gallery-card:focus-visible .gallery-card__hint {
  opacity: 1;
}

@media (hover: none) {
  .gallery-card__hint {
    inset: auto 14px 14px auto;
    place-items: center;
    width: auto;
    height: auto;
    background: transparent;
    opacity: 1;
  }

  .gallery-card__hint .icon {
    width: 18px;
    height: 18px;
    padding: 10px;
    border-color: rgba(251, 246, 232, 0.7);
    background: rgba(20, 42, 32, 0.55);
  }
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 400;
  display: grid;
  place-items: center;
  padding: clamp(18px, 4vw, 40px);
  background: rgba(20, 42, 32, 0.88);
  touch-action: pan-y;
  user-select: none;
}

.lightbox[hidden] {
  display: none !important;
}

.lightbox__stage {
  margin: 0;
  max-width: 100%;
  max-height: 100%;
  cursor: grab;
}

.lightbox__stage.is-dragging {
  cursor: grabbing;
}

.lightbox img {
  display: block;
  width: auto;
  height: auto;
  max-width: min(1100px, calc(100vw - 48px));
  max-height: calc(100vh - 96px);
  margin: 0 auto;
  border: 0;
  border-radius: var(--r-md);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.34);
  object-fit: contain;
  pointer-events: none;
}

.lightbox__close,
.lightbox__nav {
  position: fixed;
  z-index: 401;
  display: inline-flex;
  width: 46px;
  height: 46px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--c-paper);
  color: var(--c-green);
  box-shadow: 0 10px 28px -16px rgba(0, 0, 0, 0.45);
}

.lightbox__close {
  top: max(14px, env(safe-area-inset-top, 0px));
  right: max(14px, env(safe-area-inset-right, 0px));
}

.lightbox__nav--prev {
  left: max(14px, env(safe-area-inset-left, 0px));
  top: 50%;
  transform: translateY(-50%);
}

.lightbox__nav--next {
  right: max(14px, env(safe-area-inset-right, 0px));
  top: 50%;
  transform: translateY(-50%);
}

.lightbox__nav .icon,
.lightbox__close .icon {
  width: 20px;
  height: 20px;
}

@media (min-width: 1024px) {
  .lightbox img {
    max-width: min(1100px, calc(100vw - 140px));
    max-height: calc(100vh - 80px);
  }
}

@media (max-width: 760px) {
  .gallery-card:nth-child(3n + 1) {
    grid-row: auto;
    min-height: 260px;
  }
}

/* About page */
.about-story,
.about-atmosphere {
  display: grid;
  gap: clamp(28px, 4vw, 48px);
  align-items: center;
}

@media (min-width: 900px) {
  .about-story,
  .about-atmosphere {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: clamp(36px, 5vw, 64px);
  }

  .about-atmosphere {
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  }
}

.about-story__copy p,
.about-atmosphere__copy p {
  color: var(--c-muted);
  max-width: 54ch;
  line-height: 1.65;
}

.about-story__media,
.about-atmosphere__media,
.about-highlight img {
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--c-line);
  border-radius: var(--r-xl);
  background: var(--c-cream);
  box-shadow: var(--shadow-soft);
}

.about-story__media img,
.about-atmosphere__media img,
.about-highlight img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-story__media {
  min-height: clamp(280px, 42vw, 460px);
}

.about-atmosphere__media {
  min-height: clamp(260px, 38vw, 420px);
}

.about-highlights {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(16px, 2.2vw, 24px);
}

.about-highlight {
  display: grid;
  gap: 14px;
  align-content: start;
}

.about-highlight img {
  aspect-ratio: 4 / 3;
  min-height: 180px;
}

.about-highlight__copy h3 {
  color: var(--c-green-deep);
}

.about-highlight__copy p {
  margin-top: 8px;
  color: var(--c-muted);
  font-size: 0.95rem;
  line-height: 1.55;
}

.about-banner {
  position: relative;
  isolation: isolate;
  min-height: clamp(360px, 52vw, 520px);
  overflow: hidden;
  margin-bottom: clamp(28px, 4vw, 48px);
}

.about-banner.reveal {
  opacity: 0;
  transform: none;
}

.about-banner.reveal.is-visible {
  opacity: 1;
}

.about-banner.reveal--media > img {
  transform: scale(1.04);
  transition: transform 1.5s cubic-bezier(0.22, 1, 0.36, 1);
}

.about-banner.reveal--media.is-visible > img {
  transform: scale(1);
}

.about-banner > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-banner__overlay {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: end;
  min-height: inherit;
  padding: clamp(36px, 6vw, 72px) 0;
  background:
    linear-gradient(180deg, rgba(20, 42, 32, 0.18) 0%, rgba(20, 42, 32, 0.72) 100%);
  color: var(--c-paper);
}

.about-banner__inner {
  max-width: 640px;
}

.about-banner .eyebrow {
  color: var(--c-gold-bright);
}

.about-banner h2 {
  color: var(--c-paper);
}

.about-banner p {
  color: rgba(251, 246, 232, 0.88);
  max-width: 46ch;
}

.about-banner a {
  color: var(--c-gold-bright);
}

.about-banner .button--ghost {
  border-color: rgba(251, 246, 232, 0.45);
  background: rgba(251, 246, 232, 0.12);
  color: var(--c-paper);
}

.about-banner .button--ghost:hover {
  border-color: var(--c-gold-bright);
  background: rgba(251, 246, 232, 0.2);
  color: var(--c-paper);
}

.about-fallback {
  text-align: center;
  justify-items: center;
}

.about-fallback p {
  color: var(--c-muted);
}

@media (max-width: 900px) {
  .about-highlights {
    grid-template-columns: 1fr;
  }

  .about-atmosphere {
    display: flex;
    flex-direction: column-reverse;
  }
}

/* Contact */
.contact-list {
  display: grid;
  gap: 14px;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.contact-list li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  color: var(--c-green-deep);
  font-weight: 700;
}

.contact-list .icon {
  margin-top: 4px;
  color: var(--c-gold-deep);
  flex: 0 0 auto;
}

.hours-list {
  display: grid;
  gap: 9px;
  margin-top: 18px;
}

.hours-list p {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  padding-bottom: 9px;
  border-bottom: 1px solid rgba(151, 111, 51, 0.18);
}

.hours-list strong {
  color: var(--c-green-deep);
  text-align: right;
}


.contact-map {
  width: 100%;
  margin-bottom: clamp(28px, 4vw, 48px);
  border-top: 1px solid var(--c-line);
  background: var(--c-cream);
}

.contact-map iframe {
  display: block;
  width: 100%;
  height: clamp(380px, 52vh, 560px);
  border: 0;
}

/* Footer */
.site-footer {
  margin-top: auto;
  padding: 0 0 clamp(28px, 4vw, 40px);
  background: transparent;
}

.site-footer .container {
  display: grid;
  gap: 0;
}

.site-footer__panel {
  margin-top: 0;
}

.site-footer__main {
  display: grid;
  grid-template-columns: minmax(140px, 200px) minmax(0, 1fr);
  gap: clamp(32px, 5vw, 72px);
  align-items: start;
}

.site-footer__brand {
  display: grid;
  gap: 12px;
  justify-items: start;
  text-align: left;
}

.site-footer__brand img {
  width: clamp(118px, 12vw, 156px);
  filter: drop-shadow(0 8px 18px rgba(60, 35, 12, 0.16));
}

.site-footer__tagline {
  max-width: 20ch;
  color: var(--c-muted-strong);
  font-family: var(--ff-serif);
  font-size: 0.98rem;
  font-style: italic;
  line-height: 1.4;
}

.site-footer__details {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) max-content max-content;
  gap: clamp(28px, 4vw, 56px);
  align-items: start;
}

.site-footer__block {
  display: grid;
  gap: 10px;
  align-content: start;
}

.site-footer__block > * {
  margin-top: 0;
}

.site-footer__subblock {
  display: grid;
  gap: 8px;
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid rgba(151, 111, 51, 0.18);
}

.site-footer__nav {
  display: grid;
  gap: 8px;
  align-content: start;
  justify-items: start;
}

.site-footer__label {
  margin: 0;
  color: var(--c-gold-deep);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.site-footer__name {
  margin: 0;
  color: var(--c-green-deep);
  font-family: var(--ff-display);
  font-size: 1.08rem;
  font-weight: 600;
  line-height: 1.25;
}

.site-footer__link {
  display: inline-block;
  color: var(--c-muted);
  line-height: 1.5;
  transition: color 0.22s ease;
}

.site-footer__link:hover {
  color: var(--c-green);
}

.site-footer__link--strong {
  color: var(--c-ink-soft);
  font-weight: 600;
}

.site-footer__socials {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.site-footer__socials a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--c-green-deep);
  transition: transform 0.22s ease, color 0.22s ease;
}

.site-footer__socials a:hover {
  transform: translateY(-2px);
  color: var(--c-green);
}

.site-footer__divider {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: clamp(28px, 4vw, 40px) 0 clamp(18px, 2.4vw, 24px);
  color: var(--c-gold-deep);
}

.site-footer__divider span {
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, transparent, currentColor, transparent);
  opacity: 0.55;
}

.site-footer__credit {
  margin: 0;
  color: var(--c-muted);
  font-size: 0.86rem;
  letter-spacing: 0.02em;
  text-align: center;
  line-height: 1.6;
}

.site-footer__credit a {
  color: var(--c-green);
  font-weight: 700;
}

.footer-heart-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.05em;
  height: 1.05em;
  margin: 0 0.12em;
  vertical-align: -0.08em;
}

.footer-heart {
  display: block;
  width: 0.92em;
  height: 0.92em;
  color: var(--c-green);
  fill: currentColor;
  transform-origin: center;
  animation: heartPulse 1.7s ease-in-out infinite;
}

@keyframes heartPulse {
  0%,
  100% {
    transform: scale(1);
  }
  45% {
    transform: scale(1.14);
  }
}

.reveal {
  opacity: 0;
  transform: translate3d(0, 22px, 0);
  transition:
    opacity 0.9s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: var(--reveal-delay, 0ms);
  will-change: opacity, transform;
}

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

.reveal--soft {
  transform: translate3d(0, 14px, 0) scale(0.985);
}

.reveal--soft.is-visible {
  transform: translate3d(0, 0, 0) scale(1);
}

.reveal--media {
  transform: translate3d(0, 18px, 0);
}

.reveal--media img {
  transform: scale(1.045);
  transition: transform 1.35s cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: var(--reveal-delay, 0ms);
}

.reveal--media.is-visible img {
  transform: scale(1);
}

.reveal-stagger > .reveal:nth-child(1) { --reveal-delay: 0ms; }
.reveal-stagger > .reveal:nth-child(2) { --reveal-delay: 70ms; }
.reveal-stagger > .reveal:nth-child(3) { --reveal-delay: 140ms; }
.reveal-stagger > .reveal:nth-child(4) { --reveal-delay: 210ms; }
.reveal-stagger > .reveal:nth-child(5) { --reveal-delay: 280ms; }
.reveal-stagger > .reveal:nth-child(6) { --reveal-delay: 350ms; }
.reveal-stagger > .reveal:nth-child(7) { --reveal-delay: 420ms; }
.reveal-stagger > .reveal:nth-child(8) { --reveal-delay: 490ms; }
.reveal-stagger > .reveal:nth-child(9) { --reveal-delay: 560ms; }
.reveal-stagger > .reveal:nth-child(10) { --reveal-delay: 630ms; }
.reveal-stagger > .reveal:nth-child(11) { --reveal-delay: 700ms; }
.reveal-stagger > .reveal:nth-child(12) { --reveal-delay: 770ms; }

.page-hero .container,
.hero__content,
.hero__aside {
  animation: elegantRise 1s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.hero__aside {
  animation-delay: 140ms;
}

.page-hero .container {
  animation-delay: 40ms;
}

@keyframes elegantRise {
  from {
    opacity: 0;
    transform: translate3d(0, 18px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@media (max-width: 1024px) {
  .feature-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

@media (max-width: 767px) {
  .page-home .hero__content {
    align-items: center;
    text-align: center;
    max-width: none;
  }

  .page-home .hero__grid {
    justify-items: center;
  }

  .hero__aside {
    justify-self: center;
    max-width: none;
    width: min(100%, 320px);
    text-align: center;
  }

  .hero--video .hero__intro {
    max-width: none;
  }

  .hero__content .button-row {
    justify-content: center;
  }

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

  .contact-strip__inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .contact-strip__links {
    text-align: left;
    padding-top: 0;
  }

  .surface-panel {
    padding: 22px 18px;
  }

  .section-heading {
    align-items: flex-start;
  }
}

@media (max-width: 920px) {
  .site-footer__main {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .site-footer__brand {
    justify-items: center;
    text-align: center;
  }

  .site-footer__tagline {
    max-width: none;
  }

  .site-footer__details {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .site-footer__block {
    text-align: center;
  }

  .site-footer__nav {
    justify-items: center;
  }

  .site-footer__socials {
    justify-content: center;
  }
}

@media (max-width: 760px) {
  .section-heading,
  .contact-strip__inner,
  .hours-list p {
    align-items: flex-start;
    flex-direction: column;
  }

  .button-row {
    width: 100%;
  }

  .button {
    flex: 1 1 180px;
  }

  .gallery-card:nth-child(3n + 1) {
    grid-row: auto;
    min-height: 260px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }

  .reveal,
  .reveal--soft,
  .reveal--media,
  .reveal--media img,
  .page-hero .container,
  .hero__content,
  .hero__aside {
    opacity: 1;
    transform: none;
    animation: none;
    transition: none;
  }
}
