@font-face {
  font-family: 'Cinzel Decorative';
  src: url('assets/fonts/cinzel-decorative-700.ttf') format('truetype');
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

:root {
  --blue: #123f56;
  --blue-deep: #082c3d;
  --blue-light: #dcebf0;
  --cream: #f4efe5;
  --paper: #fffdf8;
  --ink: #20201d;
  --muted: #6d6b64;
  --terracotta: #c86e45;
  --gold: #cfa86c;
  --line: rgba(18, 63, 86, .18);
  --serif: Georgia, 'Times New Roman', serif;
  --sans: 'Segoe UI', Arial, sans-serif;
  --max: 1140px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; font-size: 15px; }
body { margin: 0; overflow-x: clip; color: var(--ink); background: var(--cream); font-family: var(--sans); line-height: 1.65; }
body.nav-open { overflow: hidden; }
img { display: block; width: 100%; }
a { color: inherit; }
button, input, textarea { font: inherit; }
::selection { background: var(--gold); color: var(--blue-deep); }
.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: 1rem; z-index: 999; background: var(--paper); padding: .7rem 1rem; border-radius: 0 0 .4rem .4rem; }
.skip-link:focus { top: 0; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; color: #fff; transition: background .3s, box-shadow .3s; }
.site-header.scrolled, .site-header.nav-active { background: rgba(8, 44, 61, .96); box-shadow: 0 8px 28px rgba(0,0,0,.18); backdrop-filter: blur(12px); }
.header-inner { width: min(calc(100% - 48px), 1260px); height: 84px; margin: auto; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; margin-left: 1rem; text-decoration: none; letter-spacing: .08em; }
.brand-copy { display: grid; justify-items: center; line-height: 1; }
.brand-symbol { width: 38px; height: 23px; margin-bottom: -.05rem; color: var(--gold); fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.brand-copy b { padding-left: .26em; font-family: var(--serif); font-size: 1.72rem; font-weight: 400; letter-spacing: .26em; text-shadow: 0 3px 18px rgba(0,0,0,.22); }
.brand-copy small { margin-top: .38rem; padding-left: .23em; color: var(--gold); font-size: .59rem; font-weight: 600; text-transform: uppercase; letter-spacing: .23em; opacity: .96; }
.main-nav { display: flex; align-items: center; gap: 2.5rem; font-size: .75rem; line-height: 1; text-transform: uppercase; letter-spacing: .14em; }
.main-nav a { text-decoration: none; transition: color .28s ease; }
.main-nav > a { display: inline-flex; align-items: center; min-height: 48px; }
.main-nav a:hover { color: var(--gold); }
.main-nav > a:not(.nav-cta) { position: relative; }
.main-nav > a:not(.nav-cta)::after { content: ''; position: absolute; right: 0; bottom: -.55rem; left: 0; height: 1px; background: var(--gold); opacity: 0; transform: scaleX(.35); transition: opacity .28s ease, transform .28s ease; }
.main-nav > a:not(.nav-cta):hover::after, .main-nav > a:not(.nav-cta):focus-visible::after { opacity: .72; transform: scaleX(1); }
.main-nav .nav-cta { display: inline-flex; align-items: center; justify-content: center; gap: .65rem; min-height: 48px; padding: .8rem 1.15rem; color: var(--blue-deep); background: var(--gold); border: 1px solid #dfc18f; box-shadow: 0 10px 26px rgba(0,0,0,.2), inset 0 1px rgba(255,255,255,.34); font-weight: 800; transition: color .28s ease, background .28s ease, border-color .28s ease, box-shadow .28s ease, transform .28s ease; }
.main-nav .nav-cta svg { width: 17px; height: 17px; flex: 0 0 auto; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.main-nav .nav-cta:hover { color: var(--blue-deep); background: #dab981; border-color: #ead4ad; box-shadow: 0 13px 30px rgba(0,0,0,.22); transform: translate3d(0,-3px,0); }
.main-nav .nav-cta:focus-visible { outline: 3px solid #fff; outline-offset: 3px; }
.nav-toggle { display: none; color: inherit; background: none; border: 0; padding: .5rem; }
.nav-toggle > span:not(.sr-only) { display: block; width: 27px; height: 1px; margin: 6px; background: currentColor; }

.hero { position: relative; min-height: 700px; height: 94svh; color: #fff; overflow: hidden; display: flex; align-items: center; }
.hero-image { position: absolute; inset: 0; height: 100%; object-fit: cover; object-position: center 44%; filter: brightness(1.035) contrast(1.055) saturate(1.045) sepia(.024); animation: hero-image-breathe 20s ease-in-out infinite alternate; will-change: transform; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(115deg, rgba(184,132,78,.035), transparent 54%), linear-gradient(90deg, rgba(5,30,42,.68) 0%, rgba(5,30,42,.48) 44%, rgba(5,30,42,.08) 78%), linear-gradient(0deg, rgba(0,0,0,.31), transparent 38%); }
.hero-shade::before { content: ''; position: absolute; inset: 0 50% 0 0; background: linear-gradient(118deg, transparent 0 28%, rgba(255,255,255,.22) 28.3%, transparent 28.8% 57%, rgba(212,173,103,.18) 57.3%, transparent 57.8%), linear-gradient(72deg, transparent 0 44%, rgba(255,255,255,.12) 44.25%, transparent 44.7%); background-size: 520px 420px, 410px 360px; opacity: .055; }
.hero-shade::after { content: ''; position: absolute; right: 0; bottom: 1.1rem; left: 0; height: 18px; background: url('assets/images/hero-meander.svg') repeat-x center / 128px 18px; opacity: .08; }
.hero-ornament { position: absolute; top: 23%; right: 3%; width: min(36vw, 520px); aspect-ratio: 1; border: 1px solid rgba(255,255,255,.38); border-radius: 50%; box-shadow: 0 0 0 45px rgba(255,255,255,.075), 0 0 0 90px rgba(255,255,255,.05); opacity: .28; pointer-events: none; }
.hero-ornament::after { content: ''; position: absolute; inset: 16%; background: url('assets/images/hero-olive.svg') no-repeat center / contain; opacity: .22; transform: rotate(-10deg); }
.hero-content { position: relative; z-index: 2; width: min(calc(100% - 48px), var(--max)); margin: calc(4.3rem + 20px) auto 0; }
.eyebrow { margin: 0 0 1.3rem; color: var(--gold); font-size: .72rem; font-weight: 700; letter-spacing: .25em; text-transform: uppercase; }
.hero .eyebrow { margin-bottom: 2rem; font-size: 1.07rem; letter-spacing: .35em; text-shadow: 0 2px 18px rgba(0,0,0,.22); }
.eyebrow.dark { color: var(--terracotta); }
.hero h1, h2 { font-family: var(--serif); font-weight: 400; line-height: .98; letter-spacing: -.04em; }
.hero h1 { max-width: 780px; margin: 0; font-size: clamp(4rem, 6.4vw, 6.65rem); line-height: .92; text-shadow: 0 3px 28px rgba(0,0,0,.3); }
.hero-title-main { display: block; font-size: .95em; }
.hero h1 > em { display: block; margin-top: -.075em; }
.hero-content.visible h1 { animation: hero-title-arrive .9s cubic-bezier(.22,.61,.36,1) .08s both; }
h1 em, h2 em { color: var(--gold); font-weight: 400; }
.hero-lead { max-width: 570px; margin: 2.65rem 0 1.8rem; font-size: 1.08rem; color: rgba(255,255,255,.92); text-shadow: 0 2px 16px rgba(0,0,0,.3); }
.hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 1.5rem; text-decoration: none; text-transform: uppercase; letter-spacing: .14em; font-size: .71rem; font-weight: 700; transition: transform .28s ease, background .28s ease, color .28s ease, border-color .28s ease, box-shadow .28s ease; }
.button:hover { transform: translate3d(0,-3px,0); }
.button-primary { position: relative; overflow: hidden; color: var(--blue-deep); background: var(--gold); box-shadow: 0 10px 24px rgba(0,0,0,.14), inset 0 1px rgba(255,255,255,.3); }
.button-primary::after { content: ''; position: absolute; top: -45%; bottom: -45%; left: -35%; width: 18%; background: rgba(255,255,255,.2); transform: rotate(16deg) translateX(-220%); transition: transform .75s ease; pointer-events: none; }
.button-primary:hover { background: #dab981; box-shadow: 0 14px 28px rgba(0,0,0,.19); }
.button-primary:hover::after { transform: rotate(16deg) translateX(800%); }
.button-ghost { color: #fff; border: 1px solid rgba(255,255,255,.55); }
.hero-reserve { display: inline-flex; align-items: center; gap: 1.2rem; min-height: 52px; padding: .45rem .55rem .45rem 1.15rem; color: #fff; background: rgba(8,44,61,.25); border: 1px solid rgba(255,255,255,.54); text-decoration: none; backdrop-filter: blur(8px); box-shadow: 0 10px 24px rgba(0,0,0,.1); transition: background .28s ease, border-color .28s ease, box-shadow .28s ease, transform .28s ease; }
.hero-reserve span { display: grid; gap: .18rem; }
.hero-reserve small { font-size: .58rem; text-transform: uppercase; letter-spacing: .16em; color: rgba(255,255,255,.68); }
.hero-reserve strong { font-family: var(--serif); font-size: 1rem; font-weight: 500; letter-spacing: .08em; }
.hero-reserve i { display: grid; place-items: center; width: 38px; aspect-ratio: 1; color: var(--blue-deep); background: var(--gold); font-style: normal; transition: transform .2s; }
.hero-reserve i svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.hero-reserve:hover { background: rgba(8,44,61,.46); border-color: rgba(255,255,255,.82); box-shadow: 0 14px 28px rgba(0,0,0,.18); transform: translate3d(0,-3px,0); }
.hero-reserve:hover i { transform: translateX(2px); }
.google-rating { position: relative; isolation: isolate; overflow: hidden; display: inline-flex; align-items: center; gap: 1rem; width: fit-content; margin-top: 1.55rem; padding: .82rem 1rem; color: #fff; background: rgba(5,30,42,.62); border: 1px solid rgba(255,255,255,.32); text-decoration: none; backdrop-filter: blur(12px); box-shadow: 0 14px 34px rgba(0,0,0,.18), inset 0 1px rgba(255,255,255,.04); transition: transform .28s ease, border-color .28s ease, background .28s ease, box-shadow .28s ease; }
.google-rating::before { content: ''; position: absolute; z-index: -1; top: -45%; bottom: -45%; left: -35%; width: 34%; background: linear-gradient(100deg, transparent 8%, rgba(255,255,255,.055) 38%, rgba(207,168,108,.15) 52%, rgba(255,255,255,.075) 66%, transparent 92%); transform: translate3d(-180%,0,0) skewX(-16deg); animation: google-rating-shimmer 6.2s ease-in-out infinite; pointer-events: none; will-change: transform; }
.google-rating:hover { transform: translate3d(0,-3px,0); border-color: rgba(255,255,255,.58); background: rgba(5,30,42,.74); box-shadow: 0 17px 36px rgba(0,0,0,.22); }
.google-rating-mark { display: grid; flex: 0 0 auto; place-items: center; width: 46px; aspect-ratio: 1; border-radius: 50%; background: #fff; box-shadow: 0 4px 14px rgba(0,0,0,.12); }
.google-rating-mark img { display: block; width: 26px; height: 26px; }
.google-rating-copy { display: grid; line-height: 1.15; }
.google-rating-copy small { margin-bottom: .15rem; color: rgba(255,255,255,.64); font-size: .55rem; font-weight: 700; text-transform: uppercase; letter-spacing: .14em; }
.google-rating-line { display: flex; align-items: center; gap: .5rem; }
.google-rating-line strong { font-family: var(--serif); font-size: 1.34rem; font-weight: 400; }
.google-stars { display: inline-block; color: #fbbc04; font-size: .83rem; letter-spacing: .08em; }
.google-rating-copy > span:last-child { margin-top: .28rem; color: rgba(255,255,255,.76); font-size: .65rem; }
.google-rating-copy b { color: #fff; }
.google-rating-copy i { display: none; }
.google-rating > svg { width: 17px; height: 17px; margin-left: .25rem; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.button-ghost:hover { background: #fff; color: var(--blue-deep); }
.button-blue { background: var(--blue); color: #fff; }

@keyframes hero-image-breathe {
  from { transform: scale(1); }
  to { transform: scale(1.025); }
}

@keyframes hero-title-arrive {
  from { opacity: 0; transform: translate3d(0, 12px, 0); }
  to { opacity: 1; transform: translate3d(0, 0, 0); }
}

@keyframes google-rating-shimmer {
  0%, 68% { transform: translate3d(-180%,0,0) skewX(-16deg); }
  100% { transform: translate3d(570%,0,0) skewX(-16deg); }
}

.meander { height: 18px; background-color: var(--paper); background-image: linear-gradient(135deg, var(--blue) 25%, transparent 25%), linear-gradient(225deg, var(--blue) 25%, transparent 25%), linear-gradient(315deg, var(--blue) 25%, transparent 25%), linear-gradient(45deg, var(--blue) 25%, transparent 25%); background-position: 9px 0, 9px 0, 0 0, 0 0; background-size: 18px 18px; opacity: .95; }
.meander.light { background-color: var(--blue-deep); filter: brightness(1.7); opacity: .45; }
.section { padding: 7.4rem 0; }
.section-inner { width: min(calc(100% - 48px), var(--max)); margin: auto; }
.intro { background: var(--paper); }
.intro-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: clamp(4rem, 8vw, 9rem); }
.intro-copy h2, .section-heading h2, .visit-copy h2 { margin: 0 0 2rem; font-size: clamp(3.2rem, 5vw, 5.7rem); color: var(--blue-deep); }
.intro-copy h2 em, .visit-copy h2 em { color: var(--terracotta); }
.lead { font-size: 1.17rem; color: #484741; }
.intro-copy > p:not(.eyebrow) { max-width: 610px; }
.intro-visual { position: relative; padding: 1rem 0 2rem 2rem; }
.arch-frame { position: relative; overflow: hidden; aspect-ratio: .86; border-radius: 280px 280px 0 0; box-shadow: 0 28px 55px rgba(8,44,61,.16); }
.arch-frame img { height: 100%; object-fit: cover; }
.seal { position: absolute; right: -1rem; bottom: 0; display: grid; place-items: center; width: 130px; aspect-ratio: 1; border-radius: 50%; background: var(--terracotta); color: #fff; transform: rotate(8deg); box-shadow: 0 10px 30px rgba(0,0,0,.15); }
.seal::before { content: ''; position: absolute; inset: 8px; border: 1px dashed rgba(255,255,255,.65); border-radius: inherit; }
.seal b { align-self: end; font-family: var(--serif); letter-spacing: .12em; }
.seal span { align-self: start; font-size: .65rem; text-transform: uppercase; letter-spacing: .18em; }

.visit-showcase { position: relative; min-height: 820px; padding: 6.8rem 0 5.3rem; overflow: hidden; background: radial-gradient(circle at 75% 28%, rgba(255,255,255,.98), rgba(255,252,246,.88) 38%, transparent 68%), linear-gradient(110deg, #fbfaf6, #fffdf8 55%, #f8f3ea); }
.visit-showcase::before { content: ''; position: absolute; inset: -4% 39% -3% -7%; background: url('assets/images/visit-flag-waves.svg') no-repeat center / cover; filter: blur(2.2px); opacity: .045; transform: rotate(-1deg) scale(1.08); pointer-events: none; -webkit-mask-image: linear-gradient(90deg,#000 0 68%,transparent 100%); mask-image: linear-gradient(90deg,#000 0 68%,transparent 100%); }
.visit-showcase::after { content: ''; position: absolute; z-index: 0; right: -1.5rem; bottom: -1rem; width: min(31vw,430px); aspect-ratio: 460 / 330; background: url('assets/images/visit-ornament.svg') no-repeat right bottom / contain; opacity: .92; pointer-events: none; }
.visit-showcase-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0,1.08fr) minmax(0,.92fr); gap: clamp(4.2rem,7vw,8rem); }
.visit-showcase-grid::before { content: ''; position: absolute; top: -4rem; left: 0; right: 0; height: 12px; background: url('assets/images/hero-meander.svg') repeat-x center / 84px 12px; opacity: .18; pointer-events: none; }
.visit-showcase-grid::after { content: ''; position: absolute; left: 3rem; right: 33%; bottom: -2.5rem; height: 1px; border-top: 2px dotted rgba(200,110,69,.22); pointer-events: none; }
.visit-showcase-main { padding-top: .75rem; }
.visit-showcase-main .eyebrow { margin-bottom: 1.25rem; }
.visit-showcase-main h2 { position: relative; width: max-content; max-width: 100%; margin: 0 0 4rem; color: var(--blue-deep); font-size: clamp(4.35rem,6vw,6.45rem); line-height: .9; }
.visit-showcase-main h2 em { color: #c25521; }
.visit-showcase-main h2::after { content: ''; position: absolute; left: .1rem; bottom: -1.25rem; width: 72%; height: 18px; border-top: 4px solid #c25521; border-radius: 50%; transform: rotate(-2deg) skewX(-18deg); opacity: .92; }
.showcase-reservation { display: grid; gap: .7rem; margin-bottom: 1.45rem; }
.showcase-label { color: #c25521; font-size: .71rem; font-weight: 800; letter-spacing: .22em; text-transform: uppercase; }
.showcase-phone { display: inline-flex; align-items: center; gap: 1.15rem; width: max-content; color: var(--blue-deep); text-decoration: none; }
.showcase-phone-icon { display: grid; flex: 0 0 auto; place-items: center; width: 66px; aspect-ratio: 1; color: #c25521; background: rgba(210,124,72,.1); border-radius: 50%; transition: transform .28s ease, background .28s ease; }
.showcase-phone-icon svg, .showcase-actions svg, .showcase-benefits svg, .showcase-detail-icon svg { fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; }
.showcase-phone-icon svg { width: 31px; height: 31px; stroke-width: 1.6; }
.showcase-phone strong { font-family: var(--serif); font-size: clamp(2.8rem,4.6vw,4rem); font-weight: 400; line-height: 1; letter-spacing: .025em; }
.showcase-phone:hover .showcase-phone-icon { background: rgba(210,124,72,.17); transform: translate3d(0,-2px,0); }
.showcase-actions { display: flex; gap: 1.15rem; }
.showcase-actions .button { min-height: 62px; padding: 1rem 1.65rem; gap: .85rem; }
.showcase-actions svg { width: 25px; height: 25px; stroke-width: 1.65; }
.showcase-route { min-width: 285px; color: #fff; background: var(--blue-deep); box-shadow: 0 12px 25px rgba(8,44,61,.15); }
.showcase-route b { margin-left: auto; font-size: 1.7rem; font-weight: 300; line-height: .5; }
.showcase-call { min-width: 215px; color: #c25521; background: rgba(255,253,248,.66); border: 1px solid #c25521; }
.showcase-call:hover { color: #fff; background: #c25521; border-color: #c25521; }
.showcase-benefits { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); max-width: 670px; margin-top: 3.2rem; }
.showcase-benefits > div { display: grid; justify-items: center; align-content: start; gap: .65rem; min-width: 0; padding: 0 .8rem; color: #111d24; text-align: center; font-size: .76rem; line-height: 1.45; }
.showcase-benefits > div + div { border-left: 1px solid rgba(200,110,69,.27); }
.showcase-benefits svg { width: 41px; height: 41px; color: #c25521; stroke-width: 1.35; transition: transform .28s ease; }
.showcase-benefits > div:hover svg { transform: translate3d(0,-3px,0); }
.visit-showcase-details { padding-top: 1.6rem; }
.showcase-detail { display: grid; grid-template-columns: 30px 72px minmax(0,1fr); gap: 1rem 1.25rem; min-height: 230px; padding: 2.5rem 0 3.5rem; border-top: 1px solid rgba(166,113,70,.28); }
.showcase-detail + .showcase-detail { min-height: 310px; padding-top: 3.6rem; }
.showcase-number { padding-top: .55rem; color: #c25521; font-size: .78rem; font-weight: 800; }
.showcase-detail-icon { display: grid; place-items: center; width: 66px; aspect-ratio: 1; color: #c25521; background: rgba(210,124,72,.1); border-radius: 50%; }
.showcase-detail-icon svg { width: 31px; height: 31px; stroke-width: 1.65; }
.showcase-detail h3 { margin: .5rem 0 1.55rem; color: var(--blue-deep); font-family: var(--serif); font-size: 2rem; font-weight: 400; }
.showcase-detail p { margin: 0; color: #111d24; line-height: 1.7; }
.showcase-hours dl { margin: 0; }
.showcase-hours dl > div { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 1rem; padding: .5rem 0; }
.showcase-hours dt, .showcase-hours dd { margin: 0; }
.showcase-hours dd { text-align: right; }
.showcase-hours .closed { margin-top: .45rem; color: #c25521; }

.section-blue { padding: 7.4rem 0; color: #fff; background: var(--blue); }
.section-heading { max-width: 900px; margin-bottom: 4rem; }
.section-heading.light h2 { color: #fff; }
.section-heading.light p:not(.eyebrow) { color: rgba(255,255,255,.7); }
.signature { position: relative; overflow: hidden; padding: 4.2rem 0 4.8rem; background: radial-gradient(circle at 55% 110%, rgba(7,65,84,.42), transparent 48%), linear-gradient(135deg,#001d2a,#032d3d 58%,#001d2a); }
.signature::before { content: ''; position: absolute; inset: 0; background: radial-gradient(circle at 30% 35%, rgba(255,255,255,.025), transparent 35%), repeating-linear-gradient(115deg, rgba(255,255,255,.012) 0 1px, transparent 1px 4px); opacity: .75; pointer-events: none; }
.signature::after { content: ''; position: absolute; top: -3rem; right: -1rem; width: min(33vw,470px); aspect-ratio: 160 / 230; background: url('assets/images/hero-olive.svg') no-repeat center / contain; opacity: .075; transform: rotate(68deg); pointer-events: none; }
.signature .section-inner { position: relative; z-index: 1; }
.signature .section-heading { max-width: 700px; margin-bottom: 2rem; }
.signature .section-heading .eyebrow { margin-bottom: 1.25rem; }
.signature .section-heading h2 { margin-bottom: 1rem; font-size: clamp(3.7rem,5.25vw,5.55rem); line-height: .91; }
.signature .section-heading h2 em { color: #dda74c; }
.signature-flourish { display: block; width: 78px; height: 28px; margin: .4rem 0 .75rem; color: #dda74c; }
.signature-flourish svg { width: 100%; height: 100%; fill: none; stroke: currentColor; stroke-width: 1.35; stroke-linecap: round; stroke-linejoin: round; }
.signature-lead { margin: 0; color: rgba(255,255,255,.91) !important; font-size: 1rem; line-height: 1.65; }
.signature-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: clamp(1rem,1.7vw,1.45rem); width: min(100%, 820px); margin: 0 auto; }
.dish-card, .dish-card-large { position: relative; grid-column: auto; grid-row: auto; min-width: 0; min-height: 0; padding: 0; overflow: hidden; background: linear-gradient(180deg,#042f3d,#002331); border: 1px solid rgba(218,161,62,.88); border-radius: 4px; box-shadow: 0 18px 38px rgba(0,0,0,.16); }
.dish-card::after { display: none; }
.dish-card img, .dish-card img.crop-ui-right { display: block; width: 100% !important; max-width: 100%; height: auto; aspect-ratio: 1.25; object-fit: cover; object-position: center !important; transform: none; background: #111; transition: filter .4s ease, transform .55s ease; }
.dish-card:hover img, .dish-card:hover img.crop-ui-right { transform: scale(1.025); filter: brightness(1.04) saturate(1.04); }
.dish-photo { width: 100%; aspect-ratio: 1.25; background-image: url('assets/images/lieblingsgerichte-vorlage.png'); background-repeat: no-repeat; background-size: 425.5% auto; filter: brightness(1.02) saturate(1.04); transform: scale(1.002); transition: filter .4s ease, transform .55s ease; }
.dish-photo-gyros { background-position: 2.55% 49.6%; }
.dish-photo-saganaki { background-position: 34.8% 49.6%; }
.dish-photo-steak { background-position: 66% 49.6%; }
.dish-photo-galaktoboureko { background-position: 97.9% 49.6%; }
.dish-video-frame { position: relative; width: 100%; aspect-ratio: 1.25; overflow: hidden; background-color: #111; }
.dish-video-frame.is-interactive { cursor: pointer; touch-action: manipulation; }
.dish-video-frame-gyros { background: #111 url('assets/images/gyros-video-poster.jpg') no-repeat center / cover; }
.dish-video-frame-steak { background: #111 url('assets/images/steak-video-poster.jpg') no-repeat center / cover; }
.dish-video { position: absolute; inset: 0; display: block; width: 100%; height: 100%; object-position: center; opacity: 0; transition: opacity .18s ease; }
.dish-video-frame.is-video-ready .dish-video { opacity: 1; }
.dish-video-backdrop { object-fit: cover; filter: blur(15px) brightness(.5) saturate(.9); transform: scale(1.09); }
.dish-video-main { z-index: 1; object-fit: contain; transform: scale(1.08); transition: opacity .18s ease, filter .4s ease; }
.dish-card:hover .dish-photo { filter: brightness(1.06) saturate(1.06); transform: scale(1.025); }
.dish-card:hover .dish-video-main { filter: brightness(1.04) saturate(1.04); }
.dish-icon { position: relative; z-index: 2; display: grid; place-items: center; width: 70px; aspect-ratio: 1; margin: -35px auto 0; color: #dda22f; background: #002838; border: 1px solid #dda22f; border-radius: 50%; }
.dish-icon svg { width: 37px; height: 37px; fill: none; stroke: currentColor; stroke-width: 1.35; stroke-linecap: round; stroke-linejoin: round; }
.dish-card-copy { position: static; min-height: 175px; padding: .75rem 1rem 1.1rem; text-align: center; }
.dish-card-copy h3 { margin: 0 0 1.25rem; color: #fff; font-family: var(--serif); font-size: clamp(1.3rem,1.75vw,1.65rem); font-weight: 400; line-height: 1.16; }
.dish-card-copy h3::after { content: ''; display: block; width: 42px; height: 2px; margin: 1rem auto 0; background: #dda22f; }
.dish-card-copy p { max-width: 330px; margin: 0 auto; color: rgba(255,255,255,.84); font-size: .9rem; line-height: 1.55; }

.gallery { position: relative; isolation: isolate; overflow: hidden; padding: 4.8rem 0 4.6rem; background: #faf7f0; }
.gallery::before { content: ''; position: absolute; z-index: -2; top: -1.5rem; right: -3%; left: 14%; height: 405px; background: url('assets/images/gallery-flag.svg') no-repeat center top / 100% 100%; filter: blur(.65px); opacity: .16; transform: rotate(-.25deg); pointer-events: none; -webkit-mask-image: linear-gradient(180deg,#000 0 67%,rgba(0,0,0,.7) 78%,transparent 100%); mask-image: linear-gradient(180deg,#000 0 67%,rgba(0,0,0,.7) 78%,transparent 100%); }
.gallery::after { content: ''; position: absolute; z-index: -1; top: -3rem; right: -1rem; width: min(31vw,430px); aspect-ratio: 1.3; background: url('assets/images/hero-olive.svg') no-repeat right top / contain; opacity: .33; transform: rotate(12deg); pointer-events: none; }
.gallery .section-inner { position: relative; z-index: 1; }
.gallery-heading { display: grid; grid-template-columns: minmax(0,1.15fr) minmax(300px,.85fr); align-items: end; gap: clamp(3rem,7vw,7rem); margin-bottom: 1.6rem; }
.gallery-heading h2 { margin: 0; color: var(--blue-deep); font-size: clamp(3.45rem,4.7vw,4.95rem); line-height: .91; }
.gallery-heading h2 em { color: #bd9254; }
.gallery-heading > p { max-width: 390px; margin: 0 0 1rem; color: #272724; font-size: 1rem; line-height: 1.65; }
.gallery-divider { display: grid; grid-template-columns: minmax(40px,145px) 40px minmax(40px,145px); align-items: center; gap: 1rem; width: 360px; max-width: 46%; margin: .25rem 0 2.1rem; color: #be6a45; }
.gallery-divider span { height: 1px; background: rgba(190,106,69,.46); }
.gallery-divider svg { width: 40px; height: 40px; fill: none; stroke: currentColor; stroke-width: 1.35; stroke-linecap: round; stroke-linejoin: round; }
.section-heading.split { max-width: none; display: grid; grid-template-columns: 1.3fr .7fr; align-items: end; gap: 4rem; }
.section-heading.split h2 { margin: 0; }
.section-heading.split > p { max-width: 430px; margin: 0 0 .75rem; color: var(--muted); }
.gallery-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(1.2rem,2.4vw,2rem); }
.gallery-grid figure { position: relative; margin: 0; padding: 0; overflow: hidden; background: rgba(255,253,248,.95); border: 1px solid rgba(190,137,72,.16); border-radius: 10px; box-shadow: 0 15px 30px rgba(45,36,25,.13); transition: transform .35s ease, box-shadow .35s ease; }
.gallery-grid figure:hover { transform: translate3d(0,-4px,0); box-shadow: 0 20px 38px rgba(45,36,25,.17); }
.gallery-a { grid-row: auto; }
.gallery-grid img, .gallery-grid img.crop-ui-right-heavy { width: 100% !important; max-width: 100%; height: 255px; object-fit: cover; object-position: center !important; transform: none; background: #eef0eb; filter: brightness(.84) contrast(1.08) saturate(1.12) sepia(.08); transition: filter .4s ease, transform .55s ease; }
.gallery-c img { background: var(--paper); }
.gallery-grid figure:hover img, .gallery-grid figure:hover img.crop-ui-right-heavy { transform: scale(1.02); filter: brightness(.9) contrast(1.08) saturate(1.14) sepia(.06); }
.crop-ui-right { width: 120% !important; max-width: none; object-position: left center !important; }
.crop-ui-right-heavy { width: 138% !important; max-width: none; object-position: left center !important; }
.crop-quad { position: absolute; width: 200%; max-width: none; height: 200% !important; object-fit: cover; transform: none !important; transition: filter .35s !important; }
.crop-tl { left: 0; top: 0; }
.crop-tr { left: -100%; top: 0; }
.crop-bl { left: 0; top: -100%; }
.crop-br { left: -100%; top: -100%; }
.dish-card:hover img.crop-quad, .gallery-grid figure:hover img.crop-quad { filter: brightness(1.04) saturate(1.04); }
.gallery-card-icon { position: relative; z-index: 3; display: grid; place-items: center; width: 64px; aspect-ratio: 1; margin: -32px auto 0; color: #d89e42; background: var(--blue-deep); border: 1px solid #d89e42; border-radius: 50%; box-shadow: 0 6px 16px rgba(8,44,61,.18); }
.gallery-card-icon svg { width: 34px; height: 34px; fill: none; stroke: currentColor; stroke-width: 1.35; stroke-linecap: round; stroke-linejoin: round; }
.gallery-grid figcaption { position: relative; z-index: 2; display: grid; gap: 1rem; min-height: 190px; padding: .8rem 1.4rem 1.55rem; color: #191817; background: transparent; text-align: center; }
.gallery-grid figcaption strong { color: var(--blue-deep); font-family: var(--serif); font-size: clamp(1.15rem,1.7vw,1.42rem); font-weight: 400; text-transform: uppercase; line-height: 1.2; letter-spacing: .015em; }
.gallery-grid figcaption strong::after { content: ''; display: block; width: 38px; height: 2px; margin: .9rem auto 0; background: var(--terracotta); }
.gallery-grid figcaption span { max-width: 315px; margin: 0 auto; font-size: .91rem; line-height: 1.6; }

.menu-section { color: #fff; background: var(--blue-deep); padding-bottom: 6.5rem; }
.menu-inner { padding-top: 6.5rem; }
.section-heading.centered { max-width: 780px; margin: 0 auto 3.5rem; text-align: center; }
.section-heading.centered h2 { font-size: clamp(3rem, 5vw, 5rem); }
.menu-tools { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin-bottom: 1.5rem; }
.menu-search { display: flex; align-items: center; width: min(100%, 440px); border-bottom: 1px solid rgba(255,255,255,.35); }
.menu-search svg { width: 20px; fill: none; stroke: var(--gold); stroke-width: 1.6; }
.menu-search input { width: 100%; color: #fff; background: transparent; border: 0; outline: 0; padding: .9rem; }
.menu-search input::placeholder { color: rgba(255,255,255,.5); }
.pdf-link { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: .85rem 1.15rem; color: var(--blue-deep); background: var(--gold); border: 1px solid var(--gold); text-decoration: none; font-size: .72rem; font-weight: 700; text-transform: uppercase; letter-spacing: .13em; transition: color .2s, background .2s; }
.pdf-link:hover, .pdf-link:focus-visible { color: var(--gold); background: transparent; outline: none; }
.menu-filters { display: flex; flex-wrap: wrap; gap: .55rem; margin-bottom: 3rem; }
.filter-button { color: rgba(255,255,255,.72); background: transparent; border: 1px solid rgba(255,255,255,.2); border-radius: 99px; padding: .62rem 1rem; cursor: pointer; font-size: .68rem; letter-spacing: .08em; transition: .2s; }
.filter-button:hover, .filter-button.active { color: var(--blue-deep); background: var(--gold); border-color: var(--gold); }
.menu-status { min-height: 1.5rem; color: rgba(255,255,255,.55); font-size: .8rem; }
.menu-groups { display: grid; grid-template-columns: 1fr 1fr; column-gap: 5rem; }
.menu-group { break-inside: avoid; margin-bottom: 3.5rem; }
.menu-group h3 { display: flex; align-items: center; gap: 1rem; margin: 0 0 1.2rem; color: var(--gold); font-family: var(--serif); font-size: 1.75rem; font-weight: 400; }
.menu-group h3::after { content: ''; height: 1px; flex: 1; background: rgba(212,173,103,.35); }
.menu-item { display: grid; grid-template-columns: auto 1fr auto; gap: .8rem; align-items: baseline; padding: .65rem 0; border-bottom: 1px solid rgba(255,255,255,.09); }
.menu-item-name { font-size: .9rem; }
.menu-item-dots { border-bottom: 1px dotted rgba(255,255,255,.25); transform: translateY(-3px); }
.menu-item-price { color: var(--gold); font-family: var(--serif); font-size: 1rem; }
.menu-note { max-width: 780px; margin: 2rem auto 0; color: rgba(255,255,255,.48); font-size: .72rem; text-align: center; }

.visit { position: relative; overflow: hidden; background: linear-gradient(120deg, rgba(244,239,229,.72), rgba(255,253,248,.95) 48%, rgba(244,239,229,.8)), var(--paper); }
.visit::before { content: ''; position: absolute; inset: -5%; background: url('assets/images/visit-flag-waves.svg') no-repeat center / cover; filter: blur(2px); opacity: .035; transform: scale(1.04) rotate(-.6deg); pointer-events: none; }
.visit::after { content: ''; position: absolute; top: 2.4rem; right: 0; left: 0; height: 10px; background: url('assets/images/hero-meander.svg') repeat-x center / 86px 12px; opacity: .16; pointer-events: none; }
.visit-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0,.96fr) minmax(0,1.04fr); gap: clamp(4rem, 8vw, 8.5rem); align-items: start; }
.visit-grid::before, .visit-grid::after { content: ''; position: absolute; z-index: -1; width: 125px; height: 180px; background: url('assets/images/hero-olive.svg') no-repeat center / contain; opacity: .065; pointer-events: none; }
.visit-grid::before { top: -5rem; right: -3.5rem; transform: rotate(38deg); }
.visit-grid::after { bottom: -6rem; left: -4rem; transform: rotate(214deg); }
.visit-copy { position: relative; align-self: start; }
.visit-copy h2 { margin-bottom: 1.6rem; }
.visit-copy .lead { max-width: 540px; color: var(--muted); }
.visit-phone { display: inline-flex; align-items: center; gap: 1rem; margin: 2.25rem 0 1.5rem; color: var(--blue-deep); text-decoration: none; }
.visit-phone-icon { display: grid; flex: 0 0 auto; place-items: center; width: 58px; aspect-ratio: 1; color: var(--terracotta); background: rgba(200,110,69,.085); border: 1px solid rgba(200,110,69,.14); border-radius: 50%; transition: color .28s ease, background .28s ease, transform .28s ease; }
.visit-phone-icon svg { width: 25px; height: 25px; fill: none; stroke: currentColor; stroke-width: 1.65; stroke-linecap: round; stroke-linejoin: round; }
.visit-phone > span:last-child { display: grid; gap: .28rem; }
.visit-phone small { color: var(--terracotta); font-family: var(--sans); font-size: .64rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.visit-phone strong { font-family: var(--serif); font-size: clamp(2.35rem, 4vw, 3.35rem); font-weight: 400; line-height: .95; letter-spacing: .025em; }
.visit-phone:hover .visit-phone-icon { color: var(--paper); background: var(--terracotta); transform: translate3d(0,-2px,0); }
.visit-actions { display: flex; flex-wrap: wrap; gap: .8rem; }
.visit-action { gap: .75rem; min-width: 190px; min-height: 54px; }
.visit-action svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.visit-action-call { color: var(--terracotta); background: rgba(255,253,248,.48); border: 1px solid rgba(200,110,69,.68); }
.visit-action-call:hover { color: #fff; background: var(--terracotta); border-color: var(--terracotta); box-shadow: 0 12px 25px rgba(115,58,36,.14); }
.visit-benefits { position: relative; display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 0; margin-top: 3.4rem; padding-top: 2.15rem; border-top: 1px solid rgba(200,110,69,.2); }
.visit-benefits::before { content: ''; position: absolute; top: -5px; left: 50%; width: 78px; height: 10px; background: var(--paper) url('assets/images/hero-meander.svg') no-repeat center / 70px 10px; opacity: .72; transform: translateX(-50%); }
.visit-benefit { display: grid; justify-items: center; align-content: start; gap: .75rem; min-width: 0; padding: .15rem .8rem; color: var(--blue-deep); text-align: center; font-size: .7rem; line-height: 1.35; }
.visit-benefit + .visit-benefit { border-left: 1px solid rgba(18,63,86,.13); }
.visit-benefit svg { width: 36px; height: 36px; color: var(--terracotta); fill: none; stroke: currentColor; stroke-width: 1.35; stroke-linecap: round; stroke-linejoin: round; transition: transform .28s ease, color .28s ease; }
.visit-benefit:hover svg { color: var(--blue); transform: translate3d(0,-3px,0); }
.visit-details { position: relative; padding-top: 1rem; }
.detail-block { padding: 2.55rem 0; border-top: 1px solid rgba(18,63,86,.16); }
.detail-block:last-child { border-bottom: 1px solid rgba(18,63,86,.16); }
.detail-heading { display: flex; align-items: center; gap: 1rem; margin-bottom: 1.25rem; }
.detail-icon { display: grid; flex: 0 0 auto; place-items: center; width: 54px; aspect-ratio: 1; color: var(--terracotta); background: rgba(200,110,69,.075); border: 1px solid rgba(200,110,69,.12); border-radius: 50%; transition: transform .28s ease, background .28s ease; }
.detail-icon svg { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 1.65; stroke-linecap: round; stroke-linejoin: round; }
.detail-block:hover .detail-icon { background: rgba(200,110,69,.12); transform: translate3d(0,-2px,0); }
.detail-block h3 { margin: 0; color: var(--blue-deep); font-family: var(--serif); font-size: 1.75rem; font-weight: 400; }
.detail-block > p, .detail-block > .hours { margin-left: 4.4rem; }
.detail-block p { color: var(--muted); }
.hours { margin-top: 0; margin-bottom: 0; }
.hours > div { display: grid; grid-template-columns: 1fr auto; gap: 1rem; padding: .45rem 0; }
.hours dt, .hours dd { margin: 0; }
.hours dd { text-align: right; }
.hours .closed { color: var(--terracotta); }

.closing { position: relative; min-height: clamp(380px, 34vw, 480px); display: grid; place-items: center; overflow: hidden; color: #fff; }
.closing > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 55%; filter: brightness(.68) saturate(1.16) contrast(1.06) sepia(.08); transform: scale(1.01); }
.closing-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(2,18,27,.36), rgba(2,18,27,.18) 50%, rgba(2,18,27,.4)), linear-gradient(0deg, rgba(2,22,31,.28), rgba(2,22,31,.12)); }
.closing-copy { position: relative; z-index: 1; width: min(calc(100% - 48px), 1100px); text-align: center; text-shadow: 0 3px 22px rgba(0,0,0,.34); }
.closing-copy .eyebrow { margin-bottom: 1rem; color: var(--gold); }
.closing-copy h2 { margin: 0 0 2rem; color: #fff; font-size: clamp(3.7rem, 6.25vw, 6.2rem); line-height: .9; }
.closing-copy h2 em { color: var(--gold); }
.closing-copy .button { text-shadow: none; }
.site-footer { color: rgba(255,255,255,.86); background: radial-gradient(circle at 20% 12%, rgba(18,63,86,.22), transparent 38%), #031c28; padding: 2.65rem 0 1.5rem; border-top: 1px solid rgba(212,173,103,.34); }
.footer-info-grid { display: grid; grid-template-columns: .95fr 1fr 1.1fr; gap: 0 clamp(2.3rem, 4.5vw, 5.4rem); align-items: start; }
.footer-services, .footer-column { min-width: 0; }
.footer-column { min-height: 225px; padding-left: clamp(2rem, 3.6vw, 3.8rem); border-left: 1px solid rgba(212,173,103,.34); }
.footer-brand { display: inline-flex; margin-bottom: 1.4rem; color: #fff; }
.footer-brand .brand-copy b { font-size: 1.8rem; }
.footer-brand .brand-copy small { color: var(--gold); }
.site-footer p { margin: 0; }
.site-footer a { color: inherit; text-decoration: none; }
.site-footer svg { fill: none; stroke: currentColor; stroke-width: 1.45; stroke-linecap: round; stroke-linejoin: round; }
.footer-service-list { display: grid; gap: 0; margin: 0; padding: 0; list-style: none; }
.footer-service-list li { display: grid; grid-template-columns: 42px 1fr; align-items: center; min-height: 44px; border-bottom: 1px solid rgba(212,173,103,.3); }
.footer-service-list svg { width: 30px; height: 30px; color: var(--gold); }
.footer-service-list span { font-size: .87rem; }
.footer-column h3 { margin: .35rem 0 1.75rem; color: #dfa83f; font-family: var(--sans); font-size: 1rem; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.footer-contact { display: grid; align-content: start; gap: 1.25rem; }
.footer-contact h3 { margin-bottom: .4rem; }
.footer-contact a { display: grid; grid-template-columns: 28px minmax(0,1fr); align-items: start; gap: .8rem; font-size: .98rem; line-height: 1.55; transition: color .25s ease, transform .25s ease; }
.footer-contact a:hover { color: var(--gold); transform: translate3d(2px,0,0); }
.footer-contact svg { width: 23px; height: 23px; margin-top: .15rem; color: #e0a236; }
.footer-hours dl { margin: 0; }
.footer-hours dl > div { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 1.5rem; padding: 1rem 0; border-bottom: 1px solid rgba(212,173,103,.34); }
.footer-hours dl > div:first-child { padding-top: 0; }
.footer-hours dt, .footer-hours dd { margin: 0; }
.footer-hours dt { color: #e0a236; }
.footer-hours dl > div:nth-child(2) dt { color: #fff; }
.footer-hours dd { text-align: right; }
.footer-hours .closed { border-bottom: 0; }
.footer-bottom { grid-column: 1 / -1; display: flex; align-items: center; justify-content: space-between; gap: 2rem; margin-top: 1.7rem; padding-top: 1.05rem; border-top: 1px solid rgba(212,173,103,.35); font-size: .76rem; }
.footer-bottom nav { display: flex; flex-wrap: wrap; align-items: center; justify-content: flex-end; gap: 1.3rem; font-size: .86rem; }
.footer-bottom nav i { color: #dfa83f; font-style: normal; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .75s ease, transform .75s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 960px) {
  .header-inner { height: 76px; }
  .site-header.nav-active { height: 100svh; }
  .header-inner .brand { position: relative; z-index: 2; }
  .nav-toggle { display: block; z-index: 2; }
  .main-nav { position: absolute; inset: 0; min-height: 100svh; display: flex; flex-direction: column; justify-content: center; gap: 2rem; background: var(--blue-deep); font-size: 1rem; transform: translateX(100%); transition: transform .35s; }
  .main-nav .nav-cta { min-width: 230px; margin-top: .25rem; }
  .nav-active .main-nav { transform: none; }
  .nav-active .nav-toggle > span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .nav-active .nav-toggle > span:nth-child(2) { opacity: 0; }
  .nav-active .nav-toggle > span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .nav-toggle > span { transition: .25s; }
  .hero h1 { font-size: clamp(3.8rem, 10vw, 6rem); }
  .intro-grid, .visit-grid { grid-template-columns: 1fr; }
  .intro-copy { max-width: 720px; }
  .intro-visual { max-width: 680px; }
  .signature-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-template-rows: none; width: min(100%, 760px); }
  .menu-groups { column-gap: 2.5rem; }
  .visit-grid { gap: 4.5rem; }
  .visit-copy { position: static; max-width: 720px; }
  .visit-details { max-width: 720px; }
  .footer-info-grid { grid-template-columns: 1fr 1fr; gap: 3.5rem 2.5rem; }
  .footer-services { grid-column: 1 / -1; }
  .footer-service-list { grid-template-columns: 1fr 1fr; column-gap: 2rem; }
  .footer-column { padding-left: 0; border-left: 0; }
  .footer-contact { padding-right: 2.5rem; border-right: 1px solid rgba(212,173,103,.34); }
  .visit-showcase { padding-block: 6rem; }
  .visit-showcase::before { right: 12%; opacity: .038; }
  .visit-showcase::after { width: 300px; opacity: .6; }
  .visit-showcase-grid { grid-template-columns: 1fr; gap: 4rem; }
  .visit-showcase-main { max-width: 700px; }
  .visit-showcase-details { display: grid; grid-template-columns: 1fr 1fr; gap: 2.5rem; padding-top: 0; }
  .showcase-detail, .showcase-detail + .showcase-detail { min-height: 0; padding: 2.5rem 0; }
}

@media (min-width: 961px) and (max-width: 1180px) {
  .main-nav { gap: 1.75rem; font-size: .71rem; }
  .main-nav .nav-cta { padding-inline: .9rem; }
}

@media (max-width: 700px) {
  .site-header { background: linear-gradient(180deg, rgba(3,28,40,.88) 0%, rgba(3,28,40,.56) 72%, transparent 100%); }
  .header-inner, .hero-content, .section-inner { width: min(calc(100% - 32px), var(--max)); }
  .brand { margin-left: .25rem; }
  .brand-symbol { width: 31px; height: 18px; }
  .brand-copy b { font-size: 1.5rem; text-shadow: 0 2px 12px rgba(0,0,0,.72), 0 0 2px rgba(0,0,0,.9); }
  .brand-copy small { display: block; margin-top: .28rem; color: #dfb66f; font-size: .48rem; letter-spacing: .2em; text-shadow: 0 2px 8px rgba(0,0,0,.8); }
  .hero { min-height: 620px; height: auto; max-height: none; align-items: flex-start; background: var(--blue-deep); }
  .hero-image { inset: 0 0 auto; height: 258px; object-fit: cover; object-position: center; animation: none; }
  .hero-shade { background: linear-gradient(180deg, rgba(5,30,42,.16) 0, rgba(5,30,42,.22) 30%, rgba(8,44,61,.94) 41%, var(--blue-deep) 47%, var(--blue-deep) 100%); }
  .hero-shade::before, .hero-shade::after { display: none; }
  .hero-ornament { top: 40%; right: -12%; width: 230px; opacity: .16; }
  .hero-content { margin-top: 15.1rem; padding-bottom: 2.1rem; }
  .hero h1 { max-width: 340px; font-size: clamp(2.45rem, 10.5vw, 2.8rem); line-height: .9; }
  .hero .eyebrow { margin-bottom: 1.25rem; font-size: .78rem; letter-spacing: .3em; }
  .hero-lead { max-width: 345px; margin: 1.45rem 0 1.25rem; font-size: .9rem; line-height: 1.52; }
  .hero-actions { display: grid; grid-template-columns: minmax(0,1.08fr) minmax(0,.92fr); gap: .55rem; }
  .hero-actions { width: min(100%, 286px); }
  .hero-actions .button { min-height: 44px; padding-inline: .55rem; font-size: .54rem; letter-spacing: .09em; white-space: nowrap; }
  .hero-reserve { min-height: 44px; gap: .38rem; padding: .3rem .32rem .3rem .55rem; }
  .hero-reserve small { font-size: .44rem; letter-spacing: .09em; }
  .hero-reserve strong { font-size: .82rem; }
  .hero-reserve i { width: 31px; }
  .google-rating { width: fit-content; max-width: min(100%, 238px); margin-top: .62rem; padding: .5rem .58rem; gap: .52rem; }
  .google-rating-mark { width: 35px; }
  .google-rating-mark img { width: 20px; height: 20px; }
  .google-rating-copy small { font-size: .48rem; }
  .google-rating-line strong { font-size: 1.04rem; }
  .google-stars { font-size: .65rem; }
  .google-rating-copy > span:last-child { margin-top: .42rem; font-size: .57rem; line-height: 1.15; }
  .google-rating > svg { margin-left: auto; }
  .section, .section-blue { padding: 4rem 0; }
  .intro-grid { gap: 3rem; }
  .intro-copy h2, .section-heading h2, .visit-copy h2 { font-size: clamp(2.8rem, 13vw, 4rem); }
  .section-blue .section-heading h2 { font-size: clamp(2.55rem, 11.5vw, 3.35rem); }
  .intro-visual { padding-left: 0; }
  .seal { right: -.4rem; width: 105px; }
  .signature { padding: 3rem 0 3.25rem; }
  .signature::after { width: 230px; opacity: .05; }
  .signature .section-heading { margin-bottom: 1.3rem; }
  .signature .section-heading h2 { font-size: clamp(2.25rem,9.7vw,2.8rem); }
  .signature-flourish { width: 58px; height: 21px; margin-bottom: .45rem; }
  .signature-lead { font-size: .8rem; line-height: 1.5; }
  .signature-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: .55rem; width: 100%; margin: 0; padding: 0; overflow: visible; scroll-snap-type: none; }
  .dish-card, .dish-card-large { width: auto; min-width: 0; min-height: 0; }
  .dish-card img, .dish-card img.crop-ui-right { height: auto; aspect-ratio: 1.12; object-fit: cover; }
  .dish-photo { aspect-ratio: 1.25; }
  .dish-icon { display: none; }
  .dish-card-copy { display: grid; place-items: center; min-height: 72px; padding: .52rem .3rem .58rem; }
  .dish-card-copy h3 { margin: 0; font-size: clamp(.76rem,3.45vw,.94rem); line-height: 1.12; overflow-wrap: anywhere; }
  .dish-card-copy h3::after { width: 24px; height: 1px; margin-top: .42rem; }
  .dish-card-copy p { display: none; }
  .gallery { padding-block: 3.1rem; }
  .gallery::before { top: -.5rem; right: -72%; left: 12%; height: 190px; background-size: auto 190px; background-position: left top; opacity: .14; }
  .gallery::after { top: -1.5rem; right: -3rem; width: 190px; opacity: .2; }
  .gallery-heading { grid-template-columns: 1fr; gap: .8rem; margin-bottom: .8rem; }
  .gallery-heading h2 { font-size: clamp(1.95rem,8.4vw,2.35rem); }
  .gallery-heading > p { margin: 0; font-size: .75rem; line-height: 1.45; }
  .gallery-heading > p br { display: none; }
  .gallery-divider { grid-template-columns: 42px 26px 42px; gap: .5rem; width: 126px; max-width: none; margin: .25rem 0 1.15rem; }
  .gallery-divider svg { width: 26px; height: 26px; }
  .section-heading.split { grid-template-columns: 1fr; gap: .75rem; margin-bottom: 1.55rem; }
  .section-heading.split h2 { font-size: clamp(2.2rem,9.5vw,2.7rem); }
  .section-heading.split > p { font-size: .8rem; line-height: 1.48; }
  .gallery-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: .65rem; margin: 0; padding: 0; overflow: visible; scroll-snap-type: none; }
  .gallery-grid figure { width: auto; min-width: 0; padding: 0; border-radius: 5px; }
  .gallery-a { grid-row: auto; }
  .gallery-grid img, .gallery-grid img.crop-ui-right-heavy { height: 132px; object-fit: cover; }
  .gallery-card-icon { width: 38px; margin-top: -19px; }
  .gallery-card-icon svg { width: 21px; height: 21px; }
  .gallery-grid figcaption { display: block; min-height: 68px; padding: .58rem .32rem .65rem; }
  .gallery-grid figcaption strong { font-size: clamp(.74rem,3.3vw,.9rem); line-height: 1.2; }
  .gallery-grid figcaption strong::after { width: 22px; height: 1px; margin-top: .42rem; }
  .gallery-grid figcaption span { display: none; }
  .menu-inner { padding-top: 5.2rem; }
  .menu-tools { align-items: stretch; flex-direction: column; }
  .menu-search { width: 100%; }
  .pdf-link { align-self: flex-end; }
  .menu-filters { flex-wrap: nowrap; overflow-x: auto; padding-bottom: .6rem; margin-right: -16px; }
  .menu-filters { scrollbar-width: none; -ms-overflow-style: none; }
  .menu-filters::-webkit-scrollbar { display: none; }
  .filter-button { flex: 0 0 auto; }
  .menu-groups { grid-template-columns: 1fr; }
  .menu-group { margin-bottom: 2.5rem; }
  .menu-item { grid-template-columns: 1fr auto; gap: .6rem; }
  .menu-item-dots { display: none; }
  .visit::before { opacity: .028; }
  .visit-grid { gap: 3.5rem; }
  .visit-grid::before, .visit-grid::after { width: 90px; height: 135px; opacity: .05; }
  .visit-phone { margin-top: 2rem; }
  .visit-phone-icon { width: 52px; }
  .visit-phone strong { font-size: clamp(2.25rem, 11vw, 2.8rem); }
  .visit-actions { display: grid; grid-template-columns: 1fr; }
  .visit-action { width: 100%; min-width: 0; }
  .visit-benefits { grid-template-columns: repeat(2,minmax(0,1fr)); row-gap: 1.5rem; margin-top: 3rem; }
  .visit-benefit { padding: .25rem 1rem; }
  .visit-benefit:nth-child(3) { border-left: 0; }
  .visit-benefit:nth-child(n+3) { padding-top: 1.5rem; border-top: 1px solid rgba(18,63,86,.13); }
  .detail-block { padding: 2.1rem 0; }
  .detail-block > p, .detail-block > .hours { margin-left: 0; }
  .closing { min-height: 350px; }
  .closing-copy { width: min(calc(100% - 32px), 1100px); }
  .closing-copy h2 { font-size: clamp(2.7rem, 12vw, 4rem); line-height: .94; }
  .site-footer { padding-top: 2.1rem; }
  .footer-info-grid { grid-template-columns: 1fr; gap: 1.7rem; }
  .footer-services { grid-column: auto; }
  .footer-brand { margin-bottom: .9rem; }
  .footer-brand .brand-symbol { width: 28px; height: 17px; }
  .footer-brand .brand-copy b { font-size: 1.45rem; }
  .footer-service-list { grid-template-columns: 1fr 1fr; column-gap: 1rem; }
  .footer-service-list li { grid-template-columns: 34px 1fr; min-height: 54px; }
  .footer-service-list li:nth-child(5) { grid-column: 1 / -1; }
  .footer-service-list svg { width: 25px; height: 25px; }
  .footer-service-list span { font-size: .74rem; line-height: 1.3; }
  .footer-column { min-height: 0; padding: 1.4rem 0 0; border-top: 1px solid rgba(212,173,103,.34); }
  .footer-contact { gap: .85rem; padding-right: 0; border-right: 0; }
  .footer-column h3 { margin-bottom: 1.1rem; }
  .footer-contact a { font-size: .88rem; }
  .footer-hours dl > div { gap: 1rem; }
  .footer-bottom { display: grid; justify-content: stretch; gap: 1rem; margin-top: 1.1rem; }
  .footer-bottom nav { justify-content: flex-start; gap: .75rem 1rem; }
  .visit-showcase { min-height: 0; padding: 5.5rem 0 6rem; }
  .visit-showcase::before { inset: -2% -25% 38% -18%; opacity: .042; -webkit-mask-image: linear-gradient(90deg,#000 0 72%,transparent 100%); mask-image: linear-gradient(90deg,#000 0 72%,transparent 100%); }
  .visit-showcase::after { right: -4rem; bottom: -1rem; width: 220px; opacity: .38; }
  .visit-showcase-grid::before { top: -3.5rem; }
  .visit-showcase-grid::after { left: 1rem; right: 1rem; bottom: -3rem; }
  .visit-showcase-grid { gap: 3.8rem; }
  .visit-showcase-main h2 { margin-bottom: 3.7rem; font-size: clamp(3.3rem,15vw,4.3rem); }
  .visit-showcase-main h2::after { bottom: -1rem; height: 14px; border-top-width: 3px; }
  .showcase-phone-icon { width: 56px; }
  .showcase-phone strong { font-size: clamp(2.45rem,11vw,3.2rem); }
  .showcase-actions { display: grid; gap: .8rem; }
  .showcase-actions .button, .showcase-route, .showcase-call { width: 100%; min-width: 0; }
  .showcase-benefits { grid-template-columns: repeat(2,minmax(0,1fr)); row-gap: 1.5rem; margin-top: 2.8rem; }
  .showcase-benefits > div { min-height: 102px; padding: .2rem .6rem; }
  .showcase-benefits > div:nth-child(3) { border-left: 0; }
  .showcase-benefits > div:nth-child(n+3) { padding-top: 1.4rem; border-top: 1px solid rgba(200,110,69,.27); }
  .visit-showcase-details { grid-template-columns: 1fr; gap: 0; }
  .showcase-detail, .showcase-detail + .showcase-detail { grid-template-columns: 24px 56px minmax(0,1fr); gap: .8rem; padding: 2.4rem 0; }
  .showcase-detail-icon { width: 54px; }
  .showcase-detail-icon svg { width: 26px; height: 26px; }
  .showcase-detail h3 { font-size: 1.75rem; }
  .showcase-hours dl > div { grid-template-columns: 1fr auto; gap: .7rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
  .google-stars { animation: none !important; opacity: 1; transform: none; }
  .google-rating::before { animation: none !important; display: none; }
  .dish-video { display: none; }
  .reveal { opacity: 1; transform: none; }
}
