@font-face {
  font-family: "Pacos Display";
  src: url("assets/lithos-black.ttf") format("truetype");
  font-display: swap;
}

:root {
  --ink: #080807;
  --ink-soft: #11110f;
  --paper: #f3eee4;
  --muted: #aaa69e;
  --line: rgba(243, 238, 228, 0.16);
  --red: #ec2b21;
  --gold: #f3c536;
  --shell: min(1280px, calc(100vw - 64px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--ink); }
body { margin: 0; background: var(--ink); color: var(--paper); font-family: Arial, Helvetica, sans-serif; font-size: 16px; line-height: 1.6; overflow-x: hidden; }
body::before,
body::after { position: fixed; z-index: 0; inset: -24vh -18vw; pointer-events: none; content: ""; }
body::before { background: radial-gradient(circle at 22% 25%, rgba(236,43,33,.16), transparent 24%), radial-gradient(circle at 76% 55%, rgba(243,197,54,.1), transparent 20%), radial-gradient(circle at 48% 88%, rgba(236,43,33,.08), transparent 27%); filter: blur(28px); opacity: .55; animation: atmosphere-float 18s ease-in-out infinite alternate; }
body::after { inset: 0; background-image: radial-gradient(circle, rgba(243,238,228,.16) 0 1px, transparent 1.3px); background-size: 44px 44px; mask-image: linear-gradient(90deg, transparent, #000 20%, #000 80%, transparent); opacity: .07; animation: atmosphere-grid 24s linear infinite; }
body > main,
body > footer { position: relative; z-index: 1; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, textarea { font: inherit; }
.shell { width: var(--shell); margin-inline: auto; }
.section { padding-block: clamp(90px, 12vw, 180px); }
.brand-type { font-family: "Pacos Display", Arial, sans-serif; letter-spacing: -0.045em; }
.eyebrow { margin: 0 0 22px; color: var(--gold); font-size: 0.72rem; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; }

.site-header { position: fixed; z-index: 50; top: 0; left: 0; right: 0; border-bottom: 1px solid rgba(255,255,255,.1); background: rgba(8,8,7,.62); backdrop-filter: blur(18px); }
.header-inner { height: 82px; display: flex; align-items: center; justify-content: space-between; }
.logo-link img { width: 142px; height: auto; }
.desktop-nav { display: flex; align-items: center; gap: 24px; font-size: .78rem; font-weight: 700; letter-spacing: .04em; }
.desktop-nav > a:not(.nav-cta) { position: relative; color: rgba(255,255,255,.78); transition: color .25s ease; }
.desktop-nav > a:not(.nav-cta)::after { position: absolute; left: 0; right: 100%; bottom: -9px; height: 1px; background: var(--gold); content: ""; transition: right .3s ease; }
.desktop-nav > a:hover { color: #fff; }
.desktop-nav > a:hover::after { right: 0; }
.nav-cta { padding: 11px 17px; border: 1px solid rgba(255,255,255,.28); border-radius: 999px; }
.mobile-nav { display: none; position: relative; }

.hero { position: relative; min-height: 100svh; overflow: hidden; isolation: isolate; }
.hero-slides { position: absolute; z-index: -3; inset: 0; background: #050504; }
.hero-slide { position: absolute; inset: -2%; width: 104%; height: 104%; object-fit: cover; object-position: center; opacity: 0; will-change: opacity, transform; animation: hero-slide 24s linear infinite; }
.hero-slide.slide-a { animation-delay: 0s; }
.hero-slide.slide-b { object-position: 63% 42%; animation-delay: -18s; }
.hero-slide.slide-c { object-position: 52% 55%; animation-delay: -12s; }
.hero-slide.slide-d { object-position: 56% 45%; animation-delay: -6s; }
.hero-shade { position: absolute; inset: 0; z-index: -2; background: linear-gradient(90deg, rgba(0,0,0,.94) 0%, rgba(0,0,0,.68) 42%, rgba(0,0,0,.18) 78%), linear-gradient(0deg, rgba(0,0,0,.72), transparent 55%); }
.ambient { position: absolute; z-index: -1; border-radius: 50%; filter: blur(90px); opacity: .25; pointer-events: none; }
.ambient-one { width: 34vw; height: 34vw; top: 12%; right: 6%; background: var(--red); animation: drift-one 12s ease-in-out infinite alternate; }
.ambient-two { width: 25vw; height: 25vw; bottom: -8%; left: 30%; background: var(--gold); animation: drift-two 14s ease-in-out infinite alternate; }
.hero-content { min-height: 100svh; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; padding-top: 100px; }
.hero h1, .page-hero h1, .contact-hero h1, .reservation-intro h1, .menu-intro h1 { margin: 0; max-width: 1050px; font-size: clamp(4rem, 9vw, 9rem); line-height: .87; letter-spacing: -.075em; }
.hero h1 span, .page-hero h1 span, .contact-hero h1 span, .reservation-intro h1 span, .menu-intro h1 span { color: var(--red); font-size: .87em; text-shadow: 3px 3px 0 var(--gold); }
.hero-copy { max-width: 600px; margin: 35px 0 0; color: rgba(255,255,255,.76); font-size: clamp(1.05rem, 1.6vw, 1.3rem); }
.button-row { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 38px; }
.button { display: inline-flex; justify-content: center; align-items: center; gap: 18px; min-height: 52px; padding: 13px 23px; border: 1px solid transparent; border-radius: 999px; font-size: .78rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; transition: transform .25s ease, background .25s ease, color .25s ease, border-color .25s ease; }
.button:hover { transform: translateY(-3px); }
.button-primary { background: var(--red); color: #fff; }
.button-primary:hover { background: var(--gold); color: var(--ink); }
.button-ghost { border-color: rgba(255,255,255,.3); background: rgba(255,255,255,.04); backdrop-filter: blur(10px); }
.button-ghost:hover { border-color: var(--paper); background: var(--paper); color: var(--ink); }
.button:disabled { cursor: wait; opacity: .72; transform: none; }
.hero-meta { position: absolute; bottom: 28px; left: 50%; display: flex; gap: 34px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.2); transform: translateX(-50%); color: rgba(255,255,255,.52); font-size: .7rem; letter-spacing: .08em; text-transform: uppercase; }
.hero-meta .scroll-hint { margin-left: auto; color: var(--paper); }
.slider-dots { display: flex; align-items: center; gap: 6px; }
.slider-dots i { display: block; width: 18px; height: 2px; overflow: hidden; background: rgba(255,255,255,.24); }
.slider-dots i::after { display: block; width: 100%; height: 100%; background: var(--gold); transform: scaleX(0); transform-origin: left; content: ""; animation: slider-progress 24s linear infinite; }
.slider-dots i:nth-child(1)::after { animation-delay: 0s; }
.slider-dots i:nth-child(2)::after { animation-delay: -18s; }
.slider-dots i:nth-child(3)::after { animation-delay: -12s; }
.slider-dots i:nth-child(4)::after { animation-delay: -6s; }

.statement { display: grid; grid-template-columns: 1.2fr .8fr; gap: 70px; align-items: end; }
.statement .eyebrow { grid-column: 1 / -1; }
.statement h2 { margin: 0; font-size: clamp(3rem, 6vw, 6.8rem); line-height: .96; letter-spacing: -.065em; }
.statement h2 span { color: var(--muted); }
.statement-copy { max-width: 530px; margin: 0; color: var(--muted); font-size: clamp(1.05rem, 1.5vw, 1.28rem); }
.split-feature { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: clamp(55px, 8vw, 130px); align-items: center; }
.image-card { position: relative; overflow: hidden; border-radius: 4px; }
.image-card.portrait { aspect-ratio: .78; }
.image-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s cubic-bezier(.2,.7,.2,1); }
.image-card:hover img { transform: scale(1.035); }
.image-index { position: absolute; bottom: 16px; left: 16px; padding: 8px 12px; background: rgba(0,0,0,.62); backdrop-filter: blur(8px); font-size: .65rem; letter-spacing: .15em; text-transform: uppercase; }
.feature-copy h2, .hours h2, .wide-cta h2, .visit h2, .menu-photo-copy h2, .menu-note h2 { margin: 0 0 28px; font-size: clamp(2.8rem, 5vw, 5.6rem); line-height: 1; letter-spacing: -.06em; }
.feature-copy > p:not(.eyebrow) { max-width: 610px; color: var(--muted); font-size: 1.15rem; }
.text-link { display: inline-flex; gap: 28px; align-items: center; margin-top: 20px; padding-bottom: 7px; border-bottom: 1px solid var(--gold); color: var(--paper); font-size: .75rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.editorial-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 18px; }
.editorial-card { position: relative; min-height: 620px; overflow: hidden; border-radius: 4px; }
.editorial-card.large { min-height: 720px; }
.editorial-card img { width: 100%; height: 100%; object-fit: cover; transition: transform 1s cubic-bezier(.2,.7,.2,1); }
.editorial-card:hover img { transform: scale(1.04); }
.editorial-card::after { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(0,0,0,.8), transparent 60%); content: ""; }
.card-overlay { position: absolute; z-index: 1; bottom: 0; left: 0; padding: clamp(26px, 4vw, 55px); }
.card-overlay h3 { margin: 0; font-size: clamp(2.1rem, 3.3vw, 4rem); line-height: 1; letter-spacing: -.05em; }
.bull-section { position: relative; min-height: 820px; display: flex; align-items: center; overflow: hidden; }
.bull-section > img { position: absolute; inset: -10% 0; width: 100%; height: 120%; object-fit: cover; object-position: center; opacity: .86; transform: translateY(-5%) scale(1.06); will-change: transform; }
.bull-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.92), rgba(0,0,0,.15) 70%), linear-gradient(0deg, var(--ink), transparent 35%, transparent 70%, var(--ink)); }
.bull-copy { position: relative; }
.bull-copy h2 { max-width: 750px; margin: 0; color: var(--red); font-size: clamp(3.2rem, 6vw, 7rem); line-height: .9; text-shadow: 3px 3px 0 var(--gold); }
.bull-copy > p:last-child { max-width: 560px; margin-top: 34px; color: rgba(255,255,255,.7); font-size: 1.15rem; }
.visit, .wide-cta { display: flex; align-items: flex-end; justify-content: space-between; gap: 45px; border-top: 1px solid var(--line); }
.visit h2, .wide-cta h2 { max-width: 760px; margin-bottom: 0; }
.visit-actions { display: flex; flex-wrap: wrap; gap: 12px; justify-content: flex-end; }

.page-hero, .contact-hero { position: relative; min-height: 82svh; display: flex; align-items: flex-end; overflow: hidden; }
.page-hero > img, .contact-hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.page-hero-shade { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(0,0,0,.9), rgba(0,0,0,.15) 72%), linear-gradient(90deg, rgba(0,0,0,.8), transparent 60%); }
.page-hero-content, .contact-hero-copy { position: relative; padding-bottom: clamp(60px, 9vw, 120px); }
.page-hero-content > p:last-child { max-width: 560px; margin: 28px 0 0; color: rgba(255,255,255,.74); font-size: 1.15rem; }
.story-row { display: grid; grid-template-columns: 70px minmax(0, .8fr) minmax(0, .7fr); gap: clamp(30px, 5vw, 80px); align-items: center; border-top: 1px solid var(--line); }
.story-row.reverse .story-copy { grid-column: 3; }
.story-row.reverse .story-image { grid-column: 2; grid-row: 1; }
.story-number { align-self: start; color: var(--gold); font-size: .72rem; font-weight: 700; letter-spacing: .15em; }
.story-copy h2 { margin: 0 0 30px; font-size: clamp(2.8rem, 5vw, 5.8rem); line-height: .96; letter-spacing: -.06em; }
.story-copy > p:not(.eyebrow) { max-width: 620px; color: var(--muted); font-size: 1.12rem; }
.story-image { aspect-ratio: .78; overflow: hidden; }
.story-image.landscape { aspect-ratio: 1.08; }
.story-image img { width: 100%; height: 100%; object-fit: cover; }

.gallery-teaser { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: clamp(42px, 7vw, 110px); align-items: center; border-top: 1px solid var(--line); }
.gallery-teaser-copy h2 { max-width: 780px; margin: 0; font-size: clamp(3rem, 6vw, 6.8rem); line-height: .94; letter-spacing: -.065em; }
.gallery-teaser-copy > p:not(.eyebrow) { max-width: 570px; margin: 30px 0 0; color: var(--muted); font-size: 1.12rem; }
.gallery-preview { position: relative; min-height: 650px; display: block; color: inherit; }
.gallery-preview img { position: absolute; object-fit: cover; box-shadow: 0 30px 90px rgba(0,0,0,.38); transition: transform .6s cubic-bezier(.2,.7,.2,1), filter .3s ease; }
.gallery-preview:hover img { filter: saturate(1.08) contrast(1.05); }
.gallery-preview:hover .preview-main { transform: scale(1.015); }
.preview-main { inset: 7% 6% 7% 17%; width: 77%; height: 86%; }
.preview-float { border: 8px solid #080807; }
.float-one { left: 0; top: 2%; width: 32%; height: 34%; transform: rotate(-5deg); }
.float-two { right: 0; bottom: 0; width: 36%; height: 35%; transform: rotate(5deg); }
.float-three { left: 8%; bottom: 8%; width: 30%; height: 30%; transform: rotate(-2deg); }
.gallery-preview:hover .float-one { transform: translate(-6px, -8px) rotate(-7deg); }
.gallery-preview:hover .float-two { transform: translate(6px, 8px) rotate(7deg); }
.gallery-preview:hover .float-three { transform: translate(-4px, 8px) rotate(-4deg); }
.gallery-preview span { position: absolute; right: 28px; top: 28px; z-index: 2; padding: 11px 14px; background: var(--gold); color: var(--ink); font-size: .72rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.gallery-hero > img { object-position: center 56%; }
.gallery-section { overflow: hidden; background: linear-gradient(180deg, transparent, rgba(236,43,33,.06) 38%, transparent); }
.gallery-heading { display: grid; grid-template-columns: minmax(0, 1fr) minmax(300px, 470px); gap: clamp(34px, 6vw, 90px); align-items: end; margin-bottom: 46px; }
.gallery-heading h2, .tour-copy h2 { margin: 0; font-size: clamp(3rem, 6vw, 6.8rem); line-height: .94; letter-spacing: -.065em; }
.gallery-heading > p { margin: 0; color: var(--muted); font-size: 1.12rem; }
.gallery-wall { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); grid-auto-flow: dense; gap: 16px; }
.gallery-tile { position: relative; min-height: 300px; border: 0; border-radius: 0; padding: 0; overflow: hidden; background: #11100e; cursor: zoom-in; color: inherit; box-shadow: 0 24px 80px rgba(0,0,0,.16); }
.gallery-tile.tile-wide { grid-column: span 2; }
.gallery-tile.tile-tall { grid-row: span 2; min-height: 616px; }
.gallery-tile img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.7,.2,1), filter .3s ease; }
.gallery-tile::before { position: absolute; z-index: 2; left: 18px; right: 18px; bottom: 16px; content: attr(data-gallery-caption); color: #fff; font-size: .78rem; font-weight: 850; letter-spacing: .08em; line-height: 1.3; text-transform: uppercase; opacity: 0; transform: translateY(10px); transition: opacity .25s ease, transform .25s ease; }
.gallery-tile::after { position: absolute; z-index: 1; inset: 0; background: linear-gradient(0deg, rgba(0,0,0,.62), transparent 58%); opacity: .22; content: ""; transition: opacity .25s ease; }
.gallery-tile:hover img { transform: scale(1.045); filter: saturate(1.08) contrast(1.05); }
.gallery-tile:hover::before, .gallery-tile:focus-visible::before { opacity: 1; transform: translateY(0); }
.gallery-tile:hover::after, .gallery-tile:focus-visible::after { opacity: .78; }
.gallery-lightbox { width: min(1120px, calc(100vw - 36px)); max-height: calc(100svh - 36px); border: 1px solid rgba(255,255,255,.18); padding: 0; background: #050504; color: var(--paper); overflow: hidden; }
.gallery-lightbox::backdrop { background: rgba(0,0,0,.82); backdrop-filter: blur(8px); }
.gallery-lightbox img { width: 100%; max-height: calc(100svh - 118px); object-fit: contain; background: #050504; }
.gallery-lightbox p { margin: 0; padding: 16px 22px 20px; color: var(--muted); }
.gallery-close { position: absolute; z-index: 2; top: 12px; right: 12px; width: 42px; height: 42px; border: 1px solid rgba(255,255,255,.3); border-radius: 999px; background: rgba(0,0,0,.62); color: #fff; cursor: pointer; font-size: 1.5rem; line-height: 1; }
.gallery-close:hover { background: var(--paper); color: var(--ink); }
.tour-section { display: grid; grid-template-columns: minmax(0, .72fr) minmax(0, 1.28fr); gap: clamp(36px, 6vw, 90px); align-items: center; border-top: 1px solid var(--line); }
.tour-copy p:not(.eyebrow) { max-width: 560px; margin: 28px 0 0; color: var(--muted); font-size: 1.12rem; }
.tour-frame { position: relative; min-height: 620px; overflow: hidden; border: 1px solid rgba(255,255,255,.16); background: #11100e; box-shadow: 0 34px 100px rgba(0,0,0,.34); }
.tour-frame::before { position: absolute; z-index: 1; top: 0; left: 0; right: 0; height: 5px; background: linear-gradient(90deg, var(--red), var(--gold)); content: ""; pointer-events: none; }
.tour-frame iframe { width: 100%; height: 100%; min-height: 620px; border: 0; display: block; background: #050504; }
.tour-consent { min-height: 620px; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: clamp(32px, 5vw, 70px); background: linear-gradient(135deg, rgba(236,43,33,.16), rgba(17,16,14,.95) 48%, rgba(243,197,54,.1)), url("assets/hero-interior.jpg") center / cover; background-blend-mode: normal, multiply; }
.tour-consent h3 { margin: 0; font-size: clamp(2.4rem, 4vw, 4.7rem); line-height: .98; letter-spacing: -.055em; }
.tour-consent p:not(.eyebrow) { max-width: 540px; margin: 22px 0 0; color: rgba(255,255,255,.78); font-size: 1.08rem; }

.menu-page { background: linear-gradient(180deg, #17130e, var(--ink) 34%); }
.menu-showcase { position: relative; min-height: 100svh; display: flex; align-items: flex-end; overflow: hidden; isolation: isolate; }
.menu-showcase-media { position: absolute; inset: 0; z-index: -3; background: #050504; }
.menu-showcase-media img { width: 100%; height: 100%; object-fit: cover; object-position: center; filter: saturate(1.08) contrast(1.08); transform: scale(1.03); }
.menu-showcase-shade { position: absolute; inset: 0; z-index: -2; background: linear-gradient(90deg, rgba(0,0,0,.94) 0%, rgba(0,0,0,.72) 46%, rgba(0,0,0,.24) 100%), linear-gradient(0deg, #080807 0%, rgba(8,8,7,.2) 36%, rgba(8,8,7,.5) 100%); }
.menu-showcase-inner { display: grid; grid-template-columns: minmax(0, 1fr) 340px; gap: clamp(34px, 6vw, 90px); align-items: end; padding-top: 150px; padding-bottom: clamp(54px, 9vw, 110px); }
.menu-showcase-copy h1 { margin: 0; max-width: 980px; font-size: clamp(4rem, 9vw, 9rem); line-height: .87; letter-spacing: -.075em; }
.menu-showcase-copy h1 span { color: var(--red); font-size: .87em; text-shadow: 3px 3px 0 var(--gold); }
.menu-showcase-copy > p:not(.eyebrow) { max-width: 650px; margin: 34px 0 0; color: rgba(255,255,255,.78); font-size: clamp(1.05rem, 1.7vw, 1.32rem); }
.menu-price-board { position: relative; overflow: hidden; padding: 28px; border: 1px solid rgba(255,255,255,.24); background: linear-gradient(135deg, rgba(236,43,33,.22), rgba(8,8,7,.82) 48%, rgba(243,197,54,.16)); box-shadow: 0 28px 90px rgba(0,0,0,.42); backdrop-filter: blur(18px); }
.menu-price-board::before { position: absolute; inset: 0; border-top: 4px solid var(--red); background-image: linear-gradient(90deg, transparent, rgba(255,255,255,.13), transparent); content: ""; pointer-events: none; }
.menu-price-board > span { display: block; margin-bottom: 22px; color: var(--gold); font-size: .72rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.menu-price-board p { display: flex; justify-content: space-between; gap: 24px; margin: 0; padding: 16px 0; border-top: 1px solid rgba(255,255,255,.16); color: rgba(255,255,255,.76); }
.menu-price-board strong { color: var(--paper); font-size: 1.45rem; line-height: 1; }
.menu-specials { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: -1px; background: var(--line); }
.menu-specials article { position: relative; min-height: 170px; display: flex; flex-direction: column; justify-content: center; overflow: hidden; padding: clamp(24px, 4vw, 42px); background: linear-gradient(135deg, #17110d, #0c0b0a 64%); }
.menu-specials article::before { position: absolute; top: 0; left: 0; bottom: 0; width: 5px; background: var(--red); content: ""; }
.menu-specials article::after { position: absolute; inset: auto 20px 16px auto; width: 80px; height: 3px; background: var(--gold); content: ""; opacity: .82; }
.menu-specials span { color: var(--gold); font-size: .72rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.menu-specials p { margin: 13px 0 0; color: rgba(255,255,255,.76); }
.menu-moments { display: grid; grid-template-columns: 1.16fr .84fr; gap: 18px; padding-top: clamp(70px, 9vw, 120px); }
.menu-moment { position: relative; min-height: 360px; overflow: hidden; display: flex; align-items: flex-end; background: #11100e; }
.menu-moment-large { grid-row: span 2; min-height: 740px; }
.menu-moment img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .8s cubic-bezier(.2,.7,.2,1); }
.menu-moment:hover img { transform: scale(1.04); }
.menu-moment::after { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(0,0,0,.88), rgba(0,0,0,.22) 62%, rgba(0,0,0,.12)); content: ""; }
.menu-moment > div { position: relative; z-index: 1; padding: clamp(25px, 4vw, 54px); }
.menu-moment h2, .menu-moment h3 { max-width: 760px; margin: 0; line-height: .98; letter-spacing: -.055em; }
.menu-moment h2 { font-size: clamp(3rem, 5.2vw, 6.1rem); }
.menu-moment h3 { font-size: clamp(2rem, 3vw, 3.5rem); }
.menu-moment p:not(.eyebrow) { max-width: 560px; margin: 22px 0 0; color: rgba(255,255,255,.78); font-size: 1.06rem; }
.menu-board { padding-block: clamp(80px, 10vw, 145px); }
.menu-board-heading { display: grid; grid-template-columns: 1fr minmax(260px, 380px); gap: 34px; align-items: end; margin-bottom: 36px; }
.menu-board-heading h2 { margin: 0; font-size: clamp(2.9rem, 6vw, 6.7rem); line-height: .95; letter-spacing: -.065em; }
.menu-board-heading > div > p:not(.eyebrow) { max-width: 660px; margin: 22px 0 0; color: var(--muted); font-size: 1.08rem; }
.menu-search { display: grid; gap: 10px; }
.menu-search span { color: var(--gold); font-size: .7rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.menu-search input { width: 100%; min-height: 60px; border: 1px solid rgba(255,255,255,.24); border-radius: 0; padding: 0 18px; background: rgba(255,255,255,.08); color: var(--paper); outline: none; box-shadow: 0 22px 70px rgba(0,0,0,.18); }
.menu-search input:focus { border-color: var(--gold); background: rgba(255,255,255,.09); }
.menu-tabs { position: sticky; z-index: 5; top: 82px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; margin-bottom: 28px; padding: 8px; border: 1px solid rgba(255,255,255,.14); background: rgba(8,8,7,.74); backdrop-filter: blur(16px); }
.menu-tabs button { position: relative; min-height: 132px; overflow: hidden; border: 0; border-radius: 4px; padding: 18px; background: #11100e; color: rgba(255,255,255,.86); cursor: pointer; text-align: left; font-weight: 800; letter-spacing: .03em; isolation: isolate; }
.menu-tabs button::before { position: absolute; inset: 0; z-index: -2; background: center / cover no-repeat; opacity: .5; filter: saturate(.9); content: ""; transition: transform .55s cubic-bezier(.2,.7,.2,1), opacity .25s ease; }
.menu-tabs button::after { position: absolute; inset: 0; z-index: -1; background: linear-gradient(0deg, rgba(0,0,0,.84), rgba(0,0,0,.34)); content: ""; }
.menu-tabs button[data-menu-tab="cocktails"]::before { background-image: url("assets/cocktails-group.jpg"); }
.menu-tabs button[data-menu-tab="drinks"]::before { background-image: url("assets/craft-drinks.jpg"); }
.menu-tabs button[data-menu-tab="shots"]::before { background-image: url("assets/bartender.jpg"); }
.menu-tabs button[data-menu-tab="food"]::before { background-image: url("assets/tapas.jpg"); }
.menu-tabs button:hover::before, .menu-tabs button.is-active::before { opacity: .78; transform: scale(1.05); }
.menu-tabs button span { display: block; margin-bottom: 5px; color: var(--gold); font-size: .64rem; letter-spacing: .14em; text-transform: uppercase; }
.menu-tabs button em { position: absolute; right: 18px; bottom: 16px; color: rgba(255,255,255,.7); font-size: .7rem; font-style: normal; letter-spacing: .08em; text-transform: uppercase; }
.menu-tabs button.is-active { color: #fff; box-shadow: inset 0 -4px 0 var(--gold); }
.menu-tabs button.is-active span { color: var(--gold); }
.menu-results-note { min-height: 28px; margin-bottom: 34px; color: var(--muted); }
.menu-render { display: grid; gap: 52px; }
.menu-section { position: relative; display: grid; grid-template-columns: 300px minmax(0, 1fr); gap: clamp(28px, 5vw, 72px); padding-top: 44px; border-top: 1px solid var(--line); }
.menu-section::before { position: absolute; top: -1px; left: 0; width: 132px; height: 3px; background: var(--red); content: ""; }
.menu-section-heading { position: sticky; top: 188px; align-self: start; }
.menu-section-heading p { margin: 0 0 12px; color: var(--gold); font-size: .68rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.menu-section-heading h3 { margin: 0; font-size: clamp(2rem, 3.3vw, 4rem); line-height: .96; letter-spacing: -.055em; }
.menu-card-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; background: transparent; }
.menu-card { position: relative; min-height: 154px; overflow: hidden; padding: 24px; border: 1px solid rgba(255,255,255,.1); background: linear-gradient(150deg, rgba(255,255,255,.07), rgba(17,16,14,.94) 38%, rgba(236,43,33,.08)); box-shadow: 0 24px 70px rgba(0,0,0,.16); transition: transform .22s ease, border-color .22s ease, background .22s ease; }
.menu-card::before { position: absolute; top: 0; left: 0; right: 0; height: 2px; background: linear-gradient(90deg, var(--red), var(--gold)); content: ""; opacity: .7; }
.menu-card:hover { transform: translateY(-3px); border-color: rgba(243,197,54,.34); background: linear-gradient(150deg, rgba(255,255,255,.09), rgba(17,16,14,.92) 36%, rgba(236,43,33,.13)); }
.menu-card-top { display: flex; align-items: flex-start; justify-content: space-between; gap: 18px; }
.menu-card h4 { margin: 0; color: var(--red); font-size: clamp(1.15rem, 1.8vw, 1.6rem); line-height: 1.08; letter-spacing: -.03em; }
.menu-price { flex: 0 0 auto; color: var(--paper); font-size: 1.2rem; line-height: 1.1; white-space: nowrap; }
.menu-ingredients, .menu-card-note { margin: 12px 0 0; color: rgba(243,197,54,.86); font-size: .92rem; line-height: 1.45; }
.menu-card-note { color: var(--muted); }
.menu-size-list { display: grid; gap: 6px; flex: 0 0 auto; min-width: 112px; color: rgba(255,255,255,.68); font-size: .86rem; text-align: right; }
.menu-size-list span { display: flex; justify-content: space-between; gap: 14px; }
.menu-size-list strong { color: var(--paper); white-space: nowrap; }
.menu-empty { padding: 50px; border: 1px solid var(--line); background: rgba(255,255,255,.04); }
.menu-empty h3 { margin: 0 0 10px; font-size: 2rem; }
.menu-empty p { margin: 0; color: var(--muted); }
.menu-intro { padding-top: clamp(170px, 19vw, 260px); display: grid; grid-template-columns: 1fr .55fr; gap: 60px; align-items: end; }
.menu-intro .eyebrow { grid-column: 1 / -1; }
.menu-lead { max-width: 500px; margin: 0; color: var(--muted); font-size: 1.15rem; }
.menu-list { border-top: 1px solid var(--line); }
.menu-item { display: grid; grid-template-columns: 70px .8fr 1fr; gap: 30px; align-items: center; min-height: 180px; border-bottom: 1px solid var(--line); }
.menu-item > span { color: var(--gold); font-size: .7rem; letter-spacing: .15em; }
.menu-item h2 { margin: 0; font-size: clamp(1.8rem, 3vw, 3.3rem); letter-spacing: -.04em; }
.menu-item p { max-width: 570px; margin: 0; color: var(--muted); }
.menu-photo { display: grid; grid-template-columns: 1fr 1fr; min-height: 680px; margin-top: 120px; background: var(--paper); color: var(--ink); }
.menu-photo > img { width: 100%; height: 100%; object-fit: cover; }
.menu-photo-copy { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: clamp(38px, 7vw, 100px); }
.menu-photo-copy .eyebrow { color: #9b7400; }
.menu-photo-copy p:not(.eyebrow) { color: #625e56; }
.menu-note { text-align: center; }
.menu-note > p { color: var(--gold); font-size: .75rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.menu-note h2 { max-width: 900px; margin-inline: auto; }

.contact-hero { min-height: 72svh; }
.contact-hero > img { filter: saturate(.75); }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: var(--line); padding-block: 0; margin-top: 120px; }
.contact-card { min-height: 440px; padding: clamp(35px, 6vw, 80px); background: var(--ink-soft); display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.contact-card h2 { margin: 0 0 30px; font-size: clamp(2rem, 3.5vw, 4rem); letter-spacing: -.05em; }
.contact-card address, .contact-card > a:not(.text-link) { display: block; margin: 0 0 10px; color: var(--muted); font-size: 1.15rem; font-style: normal; }
.small-note { margin-top: 20px; color: #6f6c65; font-size: .82rem; }
.hours { display: grid; grid-template-columns: .85fr 1fr; gap: clamp(50px, 8vw, 120px); }
.hours-list > div { display: flex; justify-content: space-between; gap: 30px; padding: 22px 0; border-bottom: 1px solid var(--line); }
.hours-list span { color: var(--muted); }
.hours-list strong { font-weight: 600; }
.hours-list > p { color: #6f6c65; font-size: .8rem; }

.reservation-page { background: radial-gradient(circle at 90% 20%, rgba(236,43,33,.14), transparent 24%), var(--ink); }
.reservation-intro { padding-top: clamp(180px, 20vw, 280px); display: grid; grid-template-columns: 1.2fr .8fr; gap: 80px; align-items: end; }
.reservation-copy { max-width: 580px; color: var(--muted); }
.form-section { margin-bottom: 120px; border: 1px solid var(--line); background: rgba(255,255,255,.025); }
.form-heading { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 28px 34px; border-bottom: 1px solid var(--line); }
.form-heading span { font-size: 1.25rem; font-weight: 700; }
.form-heading p { margin: 0; color: var(--muted); font-size: .85rem; }
.reservation-form { padding: clamp(28px, 5vw, 65px); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 30px 22px; }
.form-grid label { display: grid; gap: 9px; }
.form-grid label.full { grid-column: 1 / -1; }
.form-grid label span { color: var(--muted); font-size: .72rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.form-grid input, .form-grid textarea { width: 100%; border: 0; border-bottom: 1px solid rgba(255,255,255,.25); border-radius: 0; padding: 12px 0; background: transparent; color: var(--paper); outline: none; }
.form-grid textarea { border: 1px solid rgba(255,255,255,.25); padding: 16px; resize: vertical; }
.form-grid input:focus, .form-grid textarea:focus { border-color: var(--gold); }
.form-footer { display: flex; justify-content: space-between; align-items: center; gap: 35px; margin-top: 38px; }
.form-footer p { max-width: 570px; color: #706c65; font-size: .76rem; }
.form-status { min-height: 24px; color: var(--gold); font-size: .82rem; }
.reservation-drawer { display: none; }
.reservation-photo { padding-top: 0; }
.reservation-photo img { width: 100%; max-height: 650px; object-fit: cover; }
.reservation-photo p { margin: 26px 0 0; color: var(--muted); text-align: right; }
.confirmation-page { min-height: 78svh; display: flex; align-items: center; padding-top: clamp(160px, 18vw, 240px); }
.confirmation-card { position: relative; max-width: 920px; padding: clamp(38px, 7vw, 90px); overflow: hidden; border: 1px solid rgba(255,255,255,.16); background: linear-gradient(135deg, rgba(236,43,33,.18), rgba(17,16,14,.96) 44%, rgba(243,197,54,.12)); box-shadow: 0 34px 120px rgba(0,0,0,.26); }
.confirmation-card::before { position: absolute; top: 0; left: 0; right: 0; height: 5px; background: linear-gradient(90deg, var(--red), var(--gold)); content: ""; }
.confirmation-card h1 { max-width: 760px; margin: 0; color: var(--red); font-size: clamp(3.1rem, 7vw, 7.4rem); line-height: .9; letter-spacing: -.07em; text-shadow: 3px 3px 0 var(--gold); }
.confirmation-card p:not(.eyebrow) { max-width: 620px; margin: 28px 0 0; color: var(--muted); font-size: 1.12rem; }
.confirmation-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 38px; }

.legal-page { padding-top: clamp(180px, 20vw, 280px); }
.legal-page > h1 { margin: 0 0 100px; font-size: clamp(4rem, 10vw, 10rem); line-height: .9; letter-spacing: -.075em; }
.legal-grid { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.legal-grid section { min-height: 280px; padding: clamp(28px, 5vw, 65px); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.legal-grid h2, .privacy-list h2, .legal-copy h2 { margin: 0 0 20px; font-size: 1.1rem; }
.legal-grid p, .legal-copy p, .privacy-list p, .legal-lead { color: var(--muted); }
.legal-copy { max-width: 850px; margin-top: 100px; }
.legal-lead { max-width: 820px; margin: -60px 0 100px; font-size: 1.15rem; }
.privacy-list { border-top: 1px solid var(--line); }
.privacy-list section { display: grid; grid-template-columns: .7fr 1.3fr; gap: 50px; padding: 45px 0; border-bottom: 1px solid var(--line); }
.privacy-list p { margin: 0; }

.site-footer { border-top: 1px solid var(--line); background: #050504; }
.footer-top { display: grid; grid-template-columns: 1.4fr repeat(3, 1fr); gap: 50px; padding-block: 80px; }
.footer-brand img { width: 180px; }
.footer-brand p { max-width: 310px; color: var(--muted); }
.footer-label { margin: 0 0 20px; color: var(--gold); font-size: .68rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.footer-top address { color: var(--muted); font-style: normal; }
.footer-top > div > a { display: block; margin-bottom: 7px; color: var(--muted); }
.footer-top > div > a:hover { color: var(--paper); }
.footer-bottom { display: flex; justify-content: space-between; padding-block: 24px; border-top: 1px solid var(--line); color: #68655e; font-size: .72rem; }
.footer-bottom div { display: flex; gap: 25px; }

@supports (animation-timeline: view()) {
  .reveal { opacity: 0; transform: translateY(45px); animation: reveal linear both; animation-timeline: view(); animation-range: entry 8% cover 32%; }
  .reveal.delay-one { animation-range: entry 16% cover 40%; }
  .bull-section > img { animation: bull-parallax linear both; animation-timeline: view(); animation-range: entry 0% exit 100%; }
}

@supports (animation-timeline: scroll()) {
  body::before { animation: atmosphere-scroll linear both; animation-timeline: scroll(root block); }
  body::after { animation: atmosphere-grid-scroll linear both; animation-timeline: scroll(root block); }
}

@keyframes reveal { to { opacity: 1; transform: translateY(0); } }
@keyframes hero-slide {
  0% { opacity: 1; transform: scale(1.02); }
  20% { opacity: 1; transform: scale(1.075); }
  25% { opacity: 0; transform: scale(1.09); }
  95% { opacity: 0; transform: scale(1.015); }
  100% { opacity: 1; transform: scale(1.02); }
}
@keyframes slider-progress {
  0% { transform: scaleX(0); }
  20% { transform: scaleX(1); }
  25%, 100% { transform: scaleX(0); }
}
@keyframes drift-one { to { transform: translate(-7vw, 7vh) scale(1.15); } }
@keyframes drift-two { to { transform: translate(8vw, -6vh) scale(.85); } }
@keyframes atmosphere-float { from { transform: translate3d(-2vw, -2vh, 0) rotate(-2deg); } to { transform: translate3d(4vw, 5vh, 0) rotate(3deg); } }
@keyframes atmosphere-grid { to { transform: translate3d(44px, 44px, 0); } }
@keyframes atmosphere-scroll { from { transform: translate3d(-3vw, -10vh, 0) rotate(-3deg); } to { transform: translate3d(4vw, 12vh, 0) rotate(4deg); } }
@keyframes atmosphere-grid-scroll { from { transform: translateY(-80px); } to { transform: translateY(80px); } }
@keyframes bull-parallax { from { transform: translateY(-7%) scale(1.08); } to { transform: translateY(7%) scale(1.08); } }

@media (min-width: 901px) {
  .reservation-drawer { position: fixed; z-index: 70; top: 50%; right: 0; display: block; transform: translateY(-50%); pointer-events: none; }
  .reservation-drawer-tab { position: absolute; right: 0; top: 50%; min-width: 54px; min-height: 188px; border: 1px solid rgba(255,255,255,.22); border-right: 0; border-radius: 4px 0 0 4px; padding: 0; background: linear-gradient(180deg, var(--red), #9f1711); color: #fff; box-shadow: 0 18px 55px rgba(0,0,0,.35); cursor: pointer; pointer-events: auto; transform: translateY(-50%); }
  .reservation-drawer-tab span { display: block; writing-mode: vertical-rl; transform: rotate(180deg); font-size: .72rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
  .reservation-drawer-panel { width: 430px; max-height: calc(100svh - 44px); overflow: auto; padding: 30px; border: 1px solid rgba(255,255,255,.18); border-right: 0; background: linear-gradient(145deg, rgba(17,16,14,.98), rgba(8,8,7,.98) 58%, rgba(236,43,33,.16)); box-shadow: 0 30px 110px rgba(0,0,0,.45); transform: translateX(100%); transition: transform .32s cubic-bezier(.2,.7,.2,1); pointer-events: auto; }
  .reservation-drawer.is-open .reservation-drawer-panel { transform: translateX(0); }
  .reservation-drawer.is-open .reservation-drawer-tab { opacity: 0; pointer-events: none; }
  .reservation-drawer-close { position: absolute; top: 14px; right: 14px; width: 38px; height: 38px; border: 1px solid rgba(255,255,255,.24); border-radius: 999px; background: rgba(255,255,255,.04); color: var(--paper); cursor: pointer; font-size: 1.35rem; line-height: 1; }
  .reservation-drawer-close:hover { background: var(--paper); color: var(--ink); }
  .reservation-drawer-panel h2 { margin: 0; padding-right: 44px; color: var(--red); font-size: 2.7rem; line-height: .98; letter-spacing: -.055em; text-shadow: 2px 2px 0 var(--gold); }
  .reservation-drawer-panel > p:not(.eyebrow) { margin: 18px 0 24px; color: var(--muted); font-size: .95rem; }
  .reservation-drawer-form { padding: 0; }
  .reservation-drawer-form .form-grid { grid-template-columns: 1fr 1fr; gap: 18px 14px; }
  .reservation-drawer-form .form-grid label span { font-size: .62rem; }
  .reservation-drawer-form .form-grid input,
  .reservation-drawer-form .form-grid textarea { font-size: .95rem; }
  .reservation-drawer-form .form-footer { display: grid; gap: 16px; margin-top: 24px; }
  .reservation-drawer-form .form-footer p { margin: 0; font-size: .72rem; }
  .reservation-drawer-form .form-footer .button { width: 100%; }
  .reservation-drawer-phone { display: inline-flex; margin-top: 12px; color: var(--gold); font-size: .75rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
}

@media (max-width: 900px) {
  :root { --shell: min(100% - 40px, 760px); }
  .desktop-nav { display: none; }
  .mobile-nav { display: block; }
  .mobile-nav summary { list-style: none; cursor: pointer; font-size: .75rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
  .mobile-nav summary::-webkit-details-marker { display: none; }
  .mobile-panel { position: fixed; top: 82px; left: 0; right: 0; display: grid; gap: 0; padding: 18px 20px 28px; border-bottom: 1px solid var(--line); background: rgba(8,8,7,.96); backdrop-filter: blur(20px); }
  .mobile-panel a { padding: 14px 0; border-bottom: 1px solid var(--line); font-size: 1.1rem; }
  .statement, .split-feature, .menu-intro, .reservation-intro, .hours { grid-template-columns: 1fr; }
  .statement { gap: 35px; }
  .editorial-card, .editorial-card.large { min-height: 600px; }
  .gallery-teaser { grid-template-columns: 1fr; }
  .gallery-preview { min-height: 560px; }
  .gallery-heading, .tour-section { grid-template-columns: 1fr; }
  .gallery-wall { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .tour-frame, .tour-frame iframe { min-height: 520px; }
  .story-row { grid-template-columns: 45px 1fr; }
  .story-image, .story-row.reverse .story-image { grid-column: 2; grid-row: auto; max-width: 560px; }
  .story-row.reverse .story-copy { grid-column: 2; }
  .menu-intro .eyebrow { grid-column: auto; }
  .menu-list { margin-top: 40px; }
  .menu-item { grid-template-columns: 45px 1fr; padding: 30px 0; }
  .menu-item p { grid-column: 2; }
  .menu-showcase { min-height: auto; }
  .menu-showcase-inner { grid-template-columns: 1fr; padding-top: 150px; }
  .menu-price-board { max-width: 420px; }
  .menu-specials { grid-template-columns: 1fr; }
  .menu-moments { grid-template-columns: 1fr; }
  .menu-moment, .menu-moment-large { min-height: 520px; grid-row: auto; }
  .menu-board-heading { grid-template-columns: 1fr; }
  .menu-tabs { top: 82px; grid-template-columns: repeat(2, 1fr); }
  .menu-section { grid-template-columns: 1fr; gap: 22px; }
  .menu-section-heading { position: static; }
  .menu-card-grid { grid-template-columns: 1fr; }
  .menu-photo { grid-template-columns: 1fr; }
  .menu-photo > img { min-height: 500px; }
  .footer-top { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 650px) {
  :root { --shell: calc(100% - 32px); }
  .header-inner { height: 72px; }
  .logo-link img { width: 118px; }
  .mobile-panel { top: 72px; }
  .hero-content { padding-top: 85px; padding-bottom: 125px; }
  .hero h1, .page-hero h1, .contact-hero h1, .reservation-intro h1, .menu-intro h1 { font-size: clamp(3.3rem, 18vw, 5.2rem); }
  .hero-meta { bottom: 18px; gap: 14px; flex-wrap: wrap; }
  .slider-dots { order: 3; width: 100%; }
  .hero-meta .scroll-hint { display: none; }
  .section { padding-block: 90px; }
  .statement h2 { font-size: 3.4rem; }
  .split-feature { gap: 45px; }
  .editorial-grid { grid-template-columns: 1fr; }
  .editorial-card, .editorial-card.large { min-height: 520px; }
  .gallery-teaser-copy h2 { font-size: 3.45rem; }
  .gallery-preview { min-height: 430px; }
  .preview-main { inset: 9% 0 8% 13%; width: 82%; height: 83%; }
  .preview-float { border-width: 5px; }
  .float-one { width: 34%; height: 32%; }
  .float-two { width: 38%; height: 32%; }
  .float-three { width: 31%; height: 28%; }
  .gallery-preview span { right: 12px; top: 14px; }
  .gallery-heading h2, .tour-copy h2 { font-size: 3.45rem; }
  .gallery-wall { grid-template-columns: 1fr; }
  .gallery-tile, .gallery-tile.tile-tall { min-height: 390px; grid-column: auto; grid-row: auto; }
  .gallery-tile.tile-wide { grid-column: auto; }
  .tour-frame, .tour-frame iframe { min-height: 440px; }
  .bull-section { min-height: 700px; }
  .bull-section > img { object-position: 58% center; }
  .visit, .wide-cta { align-items: flex-start; flex-direction: column; }
  .visit-actions { justify-content: flex-start; }
  .page-hero { min-height: 74svh; }
  .story-row { grid-template-columns: 1fr; gap: 28px; }
  .story-copy, .story-image, .story-row.reverse .story-copy, .story-row.reverse .story-image { grid-column: 1; }
  .story-number { display: none; }
  .story-image { aspect-ratio: .9; }
  .menu-item { grid-template-columns: 35px 1fr; }
  .menu-showcase-copy h1 { font-size: clamp(3.3rem, 18vw, 5.2rem); }
  .menu-showcase-copy > p:not(.eyebrow) { font-size: 1rem; }
  .menu-price-board { padding: 22px; }
  .menu-specials article { min-height: 145px; }
  .menu-moment, .menu-moment-large { min-height: 430px; }
  .menu-moment > div { padding: 26px; }
  .menu-moment h2 { font-size: 3.35rem; }
  .menu-board-heading h2 { font-size: 3.4rem; }
  .menu-tabs { top: 72px; overflow-x: auto; display: flex; scrollbar-width: none; }
  .menu-tabs::-webkit-scrollbar { display: none; }
  .menu-tabs button { flex: 0 0 210px; min-height: 116px; }
  .menu-tabs button em { position: static; display: block; margin-top: 26px; }
  .menu-card { padding: 20px; }
  .menu-card-top { display: grid; gap: 12px; }
  .menu-size-list { min-width: 0; text-align: left; }
  .menu-photo { width: 100%; }
  .contact-grid { grid-template-columns: 1fr; margin-top: 70px; }
  .contact-card { min-height: 350px; }
  .form-grid { grid-template-columns: 1fr; }
  .form-grid label.full { grid-column: 1; }
  .form-heading, .form-footer { align-items: flex-start; flex-direction: column; }
  .form-footer .button { width: 100%; }
  .reservation-photo { width: 100%; }
  .legal-page > h1 { margin-bottom: 65px; }
  .legal-grid { grid-template-columns: 1fr; }
  .privacy-list section { grid-template-columns: 1fr; gap: 8px; }
  .legal-lead { margin-top: -30px; margin-bottom: 65px; }
  .footer-top { grid-template-columns: 1fr; }
  .footer-bottom { gap: 18px; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1 !important; transform: none !important; }
  .hero-slide { opacity: 0 !important; transform: none !important; }
  .hero-slide.slide-a { opacity: 1 !important; }
  .slider-dots i::after { display: none; }
  .bull-section > img { transform: scale(1.06) !important; }
}
.menu-footnotes { margin-top: 2rem; font-size: 14px; line-height: 1.6; }
.menu-footnotes p { margin: .4rem 0; }
.menu-additives { margin-top: 1rem; font-size: 14px; line-height: 1.6; }
.menu-additives summary { cursor: pointer; padding: .75rem 0; }
.menu-additives ul { columns: 2 260px; padding-left: 1.25rem; }
.menu-additives li { break-inside: avoid; }
[data-tour-visible][hidden] { display: none !important; }
