:root {
  --red: #a02c2c;
  --red-dark: #7e1f24;
  --beige: #e9d8c6;
  --beige-light: #f2eae1;
  --cream: #f8f3ee;
  --ink: #232323;
  --muted: #625e5a;
  --line: rgba(35, 35, 35, .14);
  --shadow: 0 24px 70px rgba(35, 35, 35, .14);
  --shell: min(1240px, calc(100vw - 48px));
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --block-red: var(--red);
  --block-dark-red: var(--red-dark);
  --block-beige: var(--beige);
  --block-lighter-beige: var(--cream);
  --block-dark: var(--ink);
}

* { box-sizing: border-box; }
html { max-width: 100%; overflow-x: hidden; overflow-x: clip; scroll-behavior: smooth; scroll-padding-top: 92px; }
body { max-width: 100%; margin: 0; overflow-x: hidden; overflow-x: clip; background: var(--cream) !important; color: var(--ink); font-family: var(--sans); line-height: 1.6; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
body.app-banner-visible { padding-top: var(--app-banner-height, 0); }
body.app-banner-visible .site-header { top: var(--app-banner-height, 0); }
body.app-banner-visible .mobile-menu { top: calc(74px + var(--app-banner-height, 0)); }
@media (max-width: 1100px) {
  body.app-banner-visible .mobile-menu {
    height: calc(100vh - 74px - var(--app-banner-height, 0));
    height: calc(100dvh - 74px - var(--app-banner-height, 0));
    max-height: calc(100vh - 74px - var(--app-banner-height, 0));
    max-height: calc(100dvh - 74px - var(--app-banner-height, 0));
  }
}
body::before { display: none !important; }
main { min-height: 60vh; }
body:not(.home-page):not(.account-page):not(.booking-page):not(.invoice-page) main { padding-top: 112px; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, select { cursor: pointer; }
.shell { width: var(--shell); margin-inline: auto; }
.section { padding: 128px 0; }
.page-hero-offset { padding-top: 180px; padding-bottom: 110px; }
.skip-link { position: fixed; z-index: 1000; top: 10px; left: 16px; padding: 10px 16px; background: white; transform: translateY(-150%); }
.skip-link:focus { transform: none; }
.eyebrow { margin: 0 0 14px; color: var(--red); font-size: .72rem; font-weight: 800; letter-spacing: .19em; text-transform: uppercase; }
.eyebrow.light { color: var(--beige); }
.display-title { max-width: 780px; margin: 0; font: 500 clamp(2.8rem, 5vw, 5.2rem)/1.02 var(--serif); letter-spacing: -.045em; }
.large-copy { font-size: 1.16rem; line-height: 1.75; }
.button { min-height: 50px; padding: 13px 26px; border: 1px solid transparent; display: inline-flex; align-items: center; justify-content: center; gap: 8px; font-size: .92rem; font-weight: 760; transition: transform .18s ease, background .18s ease, color .18s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary, .red-button { background: var(--red) !important; color: white !important; border-color: var(--red) !important; border-radius: 0 !important; }
.button-primary:hover, .red-button:hover { background: var(--red-dark) !important; }
.button-ghost { color: white; border-color: rgba(255,255,255,.65); background: rgba(255,255,255,.05); }
.button-ghost:hover { color: var(--ink); background: white; }
.button-outline { color: var(--red); border-color: var(--red); background: transparent; }
.button-outline:hover { color: white; background: var(--red); }
.button-small { min-height: 42px; padding: 9px 18px; }
.button-wide { width: 100%; }
.button:disabled { opacity: .65; cursor: wait; }
.text-link, .text-button { color: var(--red); font-weight: 750; }
.text-link { display: inline-flex; gap: 9px; align-items: center; border-bottom: 1px solid rgba(160,44,44,.35); }
.text-button { padding: 0; border: 0; background: transparent; }
.text-button.danger { color: #9b1c1c; }

.site-header { position: fixed; z-index: 100; inset: 0 0 auto; height: 92px; background: rgba(233,216,198,.95); border-bottom: 1px solid rgba(160,44,44,.2); backdrop-filter: blur(16px); transition: height .22s ease, box-shadow .22s ease, background .22s ease; }
.site-header.is-scrolled { height: 76px; background: rgba(248,243,238,.97); box-shadow: 0 8px 30px rgba(35,35,35,.1); }
.header-inner { position: relative; width: min(1380px, calc(100vw - 40px)); height: 100%; margin-inline: auto; display: flex; align-items: center; justify-content: center; }
.brand-flag { position: absolute; z-index: 2; top: 0; left: 0; width: 170px; height: 158px; display: grid; place-items: center; background: white; border: 1px solid rgba(160,44,44,.14); border-top: 0; box-shadow: 0 3px 8px rgba(35,35,35,.18); transition: width .22s, height .22s, opacity .22s; }
.brand-flag img { width: 78%; max-height: 82%; object-fit: contain; }
.site-header.is-scrolled .brand-flag { width: 118px; height: 110px; }
.desktop-nav { display: flex; align-items: center; justify-content: center; gap: clamp(18px, 2.2vw, 38px); }
.desktop-nav > a, .nav-dropdown-toggle, .account-link { position: relative; font-size: .9rem; font-weight: 680; white-space: nowrap; }
.desktop-nav > a::after, .nav-dropdown-toggle::after, .account-link::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 2px; background: var(--red); transition: right .18s; }
.desktop-nav > a:hover::after, .desktop-nav > a.is-active::after, .nav-dropdown:hover .nav-dropdown-toggle::after, .nav-dropdown:focus-within .nav-dropdown-toggle::after, .nav-dropdown.is-active .nav-dropdown-toggle::after, .account-link:hover::after, .account-link.is-active::after { right: 0; }
.nav-dropdown { position: relative; display: flex; align-items: center; }
.nav-dropdown-toggle { padding: 10px 0; display: inline-flex; align-items: center; gap: 8px; color: inherit; background: transparent; border: 0; cursor: pointer; }
.nav-chevron { width: 8px; height: 8px; display: inline-block; border-right: 1.5px solid currentColor; border-bottom: 1.5px solid currentColor; transform: translateY(-2px) rotate(45deg); transition: transform .18s; }
.nav-dropdown:hover .nav-chevron, .nav-dropdown:focus-within .nav-chevron, .nav-dropdown.is-open .nav-chevron, .mobile-nav-group[open] .nav-chevron { transform: translateY(2px) rotate(225deg); }
.nav-submenu { position: absolute; z-index: 110; top: calc(100% + 18px); left: 50%; width: 245px; padding: 10px; display: grid; background: #fff; border: 1px solid var(--line); box-shadow: 0 18px 40px rgba(35,35,35,.16); opacity: 0; visibility: hidden; transform: translate(-50%,-8px); transition: opacity .16s, transform .16s, visibility .16s; }
.nav-submenu::before { content: ""; position: absolute; inset: -22px 0 auto; height: 22px; }
.nav-dropdown:hover .nav-submenu, .nav-dropdown:focus-within .nav-submenu, .nav-dropdown.is-open .nav-submenu { opacity: 1; visibility: visible; transform: translate(-50%,0); }
.nav-submenu a { padding: 12px 14px; display: block; color: var(--ink); font-size: .86rem; font-weight: 650; }
.nav-submenu a:hover, .nav-submenu a.is-active { color: var(--red); background: var(--cream); }
.header-actions { position: absolute; right: 0; display: flex; align-items: center; justify-content: flex-end; gap: 16px; }
.language-switcher { display: flex; gap: 1px; }
.language-button { padding: 4px; color: var(--muted); font-size: .7rem; font-weight: 800; }
.language-button.is-active { color: var(--red); text-decoration: underline; text-underline-offset: 4px; }
.account-link { display: inline-flex; align-items: center; gap: 7px; }
.account-icon { width: 18px; height: 18px; border: 1.8px solid currentColor; border-radius: 50%; position: relative; }
.account-icon::after { content: ""; position: absolute; left: 3px; right: 3px; bottom: 2px; height: 5px; border: 1.5px solid currentColor; border-radius: 7px 7px 4px 4px; border-bottom: 0; }
.account-icon::before { content: ""; position: absolute; left: 6px; top: 3px; width: 4px; height: 4px; background: currentColor; border-radius: 50%; }
.menu-toggle, .mobile-menu { display: none; }

.hero { min-height: 820px; height: 100svh; position: relative; display: grid; align-items: center; overflow: hidden; color: white; padding-top: 158px; }
.hero-video, .hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-video { object-fit: cover; }
.hero-shade { background: linear-gradient(90deg, rgba(18,15,13,.94), rgba(20,16,13,.72) 43%, rgba(20,16,13,.28) 75%), linear-gradient(0deg, rgba(16,13,11,.58), transparent 45%); }
.hero-content { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0,1.35fr) minmax(340px,.65fr); gap: clamp(55px,7vw,120px); align-items: center; }
.hero-copy { max-width: 780px; }
.hero h1 { margin: 0; max-width: 770px; font: 500 clamp(3.7rem,6.2vw,6.5rem)/.95 var(--serif); letter-spacing: -.052em; text-wrap: balance; }
.hero-lead { max-width: 650px; margin: 28px 0 34px; color: rgba(255,255,255,.84); font-size: 1.08rem; line-height: 1.72; }
.hero-buttons { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.hero-facts { display: flex; gap: 42px; margin-top: 48px; }
.hero-facts div { display: grid; }
.hero-facts strong { font: 500 1.65rem var(--serif); }
.hero-facts span { color: rgba(255,255,255,.68); font-size: .78rem; }
.booking-card { padding: 34px; background: rgba(248,243,238,.97); color: var(--ink); box-shadow: var(--shadow); }
.booking-heading h2 { margin: 0 0 24px; font: 500 2rem var(--serif); }
.field { min-width: 0; display: grid; gap: 7px; }
.field > span { font-size: .76rem; font-weight: 780; letter-spacing: .06em; text-transform: uppercase; }
.field input, .field select, .field textarea { width: 100%; min-width: 0; max-width: 100%; min-height: 51px; padding: 12px 14px; color: var(--ink); background: white; border: 1px solid rgba(35,35,35,.22); border-radius: 0; }
.field textarea { min-height: 110px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { outline: 2px solid rgba(160,44,44,.22); border-color: var(--red); }
.field small { color: var(--muted); }
.field-date { overflow: hidden; }
.field-date input[type="date"] { display: block; inline-size: 100%; min-inline-size: 0; max-inline-size: 100%; box-sizing: border-box; }
.field-date input[type="date"]::-webkit-date-and-time-value { min-width: 0; text-align: center; }
.form-two { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1fr); gap: 14px; }
.booking-card .form-two { margin: 15px 0; }
.booking-note { margin: 12px 0 0; color: var(--muted); text-align: center; font-size: .74rem; }
.large-party-card { padding: 22px; display: grid; gap: 10px; border-left: 4px solid var(--red); background: var(--beige-light); }
.large-party-card[hidden], #home-booking-submit[hidden], #booking-submit[hidden], #booking-details-step[hidden], #availability-status[hidden], #booking-times[hidden] { display: none !important; }
.large-party-card .eyebrow { margin: 0; }
.large-party-card h3 { margin: 0; font: 600 1.45rem/1.15 var(--serif); }
.large-party-card > p:not(.eyebrow) { margin: 2px 0 8px; color: var(--muted); line-height: 1.55; }
.large-party-address { color: var(--muted); font-size: .82rem; line-height: 1.45; white-space: pre-line; }
.large-party-card .button { width: fit-content; }
.large-party-card .button[hidden] { display: none !important; }

.app-promo { position: relative; padding: 92px 0; overflow: hidden; background: var(--red); color: white; }
.app-promo::before { content: ""; position: absolute; width: 620px; height: 620px; right: -190px; top: -330px; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; box-shadow: 0 0 0 80px rgba(255,255,255,.025), 0 0 0 160px rgba(255,255,255,.02); }
.app-promo-grid { position: relative; display: grid; grid-template-columns: minmax(0,1.1fr) minmax(380px,.9fr); gap: clamp(60px,9vw,130px); align-items: center; }
.app-promo-copy { max-width: 690px; }
.app-promo-copy h2 { max-width: 680px; margin: 0; font: 500 clamp(3rem,5vw,5.2rem)/1 var(--serif); letter-spacing: -.045em; text-wrap: balance; }
.app-promo-copy > .app-promo-body { max-width: 620px; margin: 26px 0 18px; color: rgba(255,255,255,.78); font-size: 1.08rem; }
.app-promo-web-note { max-width: 620px; margin: 0 0 32px; display: flex; align-items: center; gap: 10px; color: rgba(255,255,255,.9); font-size: .9rem; font-weight: 650; }
.app-promo-web-note i { font-size: .78rem; }
.app-store-links { display: flex; flex-wrap: wrap; gap: 12px; }
.app-store-link { min-width: 190px; min-height: 62px; padding: 9px 18px 9px 15px; display: flex; align-items: center; gap: 13px; background: #090909; color: white; border: 1px solid rgba(255,255,255,.34); border-radius: 9px; transition: transform .18s ease, background .18s ease; }
.app-store-link:hover { transform: translateY(-2px); background: #1b1b1b; }
.app-store-link > i { width: 30px; text-align: center; font-size: 2rem; }
.app-store-link span { display: grid; line-height: 1.08; }
.app-store-link small { font-size: .65rem; }
.app-store-link strong { margin-top: 3px; font-size: 1.08rem; letter-spacing: -.015em; }
.app-promo-card { position: relative; padding: 34px; background: var(--cream); color: var(--ink); box-shadow: 0 30px 75px rgba(68,13,13,.28); }
.app-promo-card::after { content: ""; position: absolute; inset: 12px; pointer-events: none; border: 1px solid rgba(160,44,44,.12); }
.app-promo-card-heading { position: relative; z-index: 1; display: grid; grid-template-columns: 92px minmax(0,1fr); align-items: center; gap: 20px; margin-top: 20px; }
.app-promo-card-heading img { width: 92px; height: 92px; object-fit: cover; border: 1px solid var(--line); border-radius: 21px; box-shadow: 0 12px 28px rgba(35,35,35,.16); }
.app-promo-card-heading div { min-width: 0; display: grid; align-content: center; }
.app-promo-card-heading span { color: var(--red); font-size: .68rem; font-weight: 850; letter-spacing: .17em; }
.app-promo-card-heading strong { margin-top: 5px; font: 500 1.65rem/1.15 var(--serif); text-wrap: balance; }
.app-promo-card ul { position: relative; z-index: 1; margin: 30px 0 22px; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.app-promo-card li { padding: 15px 0; display: flex; align-items: center; gap: 15px; border-bottom: 1px solid var(--line); font-weight: 700; }
.app-promo-card li i { width: 24px; color: var(--red); text-align: center; font-size: 1.05rem; }
.app-platforms { position: relative; z-index: 1; display: flex; gap: 10px; }
.app-platforms span { padding: 7px 12px; display: inline-flex; align-items: center; gap: 7px; background: white; border: 1px solid var(--line); color: var(--muted); font-size: .72rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }

.story-grid, .experience-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(60px,9vw,140px); align-items: center; }
.story-copy > p:not(.eyebrow) { max-width: 620px; color: var(--muted); }
.story-copy .large-copy { margin: 30px 0 18px; color: var(--ink) !important; }
.story-copy .text-link { margin-top: 22px; }
.story-visual { margin: 0; position: relative; }
.story-visual img { width: 100%; min-height: 570px; object-fit: cover; }
.story-visual figcaption { position: absolute; right: -22px; bottom: -22px; padding: 22px 26px; display: grid; background: var(--red); color: white; }
.story-visual figcaption span { font-size: .78rem; opacity: .75; }
.principles { padding: 70px 0; background: var(--ink); color: white; }
.principles-grid { display: grid; grid-template-columns: repeat(3,1fr); }
.principles article { min-height: 180px; padding: 10px 50px; border-left: 1px solid rgba(255,255,255,.16); }
.principles article:first-child { border-left: 0; padding-left: 0; }
.principles article > span { color: var(--beige); font: 500 1.2rem var(--serif); }
.principles h2 { margin: 14px 0 8px; font: 500 2rem var(--serif); }
.principles p { color: rgba(255,255,255,.68); }
.menu-showcase { background: var(--beige-light); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 55px; }
.dish-grid { display: grid; grid-template-columns: 1.35fr 1fr 1fr; gap: 20px; }
.dish-card { min-height: 520px; background: white; overflow: hidden; position: relative; }
.dish-card > img { width: 100%; height: 310px; object-fit: cover; }
.dish-featured > img { height: 100%; position: absolute; inset: 0; }
.dish-overlay { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(20,16,13,.88), transparent 70%); }
.dish-content { position: absolute; z-index: 2; left: 30px; right: 30px; bottom: 28px; color: white; }
.dish-card h3 { margin: 0 0 8px; font: 500 2rem var(--serif); }
.dish-detail { padding: 28px; }
.dish-detail p:last-child { color: var(--muted); }
.experience { background: white; }
.experience-photo { position: relative; }
.experience-photo img { width: 100%; min-height: 620px; object-fit: cover; }
.experience-photo > div { position: absolute; left: -20px; bottom: 36px; width: 124px; height: 124px; display: grid; place-content: center; text-align: center; background: var(--red); color: white; }
.experience-photo strong { font: 500 2rem var(--serif); }
.experience-copy .large-copy { color: var(--muted); margin: 28px 0; }
.experience-copy ul { list-style: none; padding: 0; margin: 0 0 35px; }
.experience-copy li { padding: 16px 0; border-bottom: 1px solid var(--line); font-weight: 700; }
.experience-copy li span { margin-right: 18px; color: var(--red); font: 500 1rem var(--serif); }
.location-cta { min-height: 560px; position: relative; display: grid; place-items: center; overflow: hidden; color: white; text-align: center; }
.location-bg { position: absolute; inset: 0; background: linear-gradient(rgba(20,16,13,.68),rgba(20,16,13,.72)), url('/img/mid2026/family.jpg') center/cover; }
.location-content { position: relative; z-index: 2; max-width: 850px; }
.location-content h2 { margin: 0; font: 500 clamp(2.8rem,5vw,5rem)/1 var(--serif); }
.location-content p:not(.eyebrow) { margin: 24px auto 30px; color: rgba(255,255,255,.8); }

.site-footer { background: #1e1d1c; color: white; }
.footer-main { padding: 75px 0 60px; display: grid; grid-template-columns: 1.5fr repeat(3,1fr); gap: 60px; }
.footer-brand img { width: 110px; padding: 9px; background: white; }
.footer-brand p { color: rgba(255,255,255,.58); }
.footer-main h2 { margin: 0 0 15px; font-size: .74rem; letter-spacing: .14em; text-transform: uppercase; color: var(--beige); }
.footer-main > div:not(.footer-brand) { display: flex; flex-direction: column; align-items: flex-start; gap: 9px; }
.footer-main a { color: rgba(255,255,255,.72); font-size: .9rem; }
.footer-main a:hover { color: white; }
.footer-legal { padding: 20px 0 26px; display: flex; justify-content: space-between; gap: 25px; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.48); font-size: .72rem; }
.footer-legal div { display: flex; gap: 18px; }
.cookie-banner { position: fixed; z-index: 300; left: 20px; right: 20px; bottom: 20px; margin: auto; max-width: 1100px; padding: 16px 18px; display: flex; gap: 25px; align-items: center; justify-content: space-between; background: #232323; color: white; box-shadow: var(--shadow); }
.cookie-banner[hidden] { display: none; }
.cookie-banner p { margin: 0; font-size: .82rem; }
.cookie-banner p a { text-decoration: underline; }
.cookie-banner > div { display: flex; gap: 8px; }

.account-auth { width: var(--shell); margin-inline: auto; min-height: 760px; display: grid; grid-template-columns: 1fr minmax(360px,500px); gap: clamp(60px,10vw,150px); align-items: center; }
.account-auth-copy h1, .account-heading h1 { margin: 0; font: 500 clamp(3rem,5vw,5rem)/1 var(--serif); letter-spacing: -.045em; }
.account-auth-copy > p:not(.eyebrow) { max-width: 560px; color: var(--muted); font-size: 1.08rem; }
.account-benefits { list-style: none; padding: 0; margin: 35px 0 0; display: grid; gap: 14px; }
.account-benefits li::before { content: "✓"; margin-right: 12px; color: var(--red); font-weight: 900; }
.account-auth-card { width: 100%; max-width: 500px; padding: 42px 50px; justify-self: center; background: white; box-shadow: var(--shadow); }
.account-auth-card h2, .account-panel h2 { margin: 0 0 8px; font: 500 2.15rem var(--serif); }
.account-auth-card > p:not(.eyebrow) { color: var(--muted); }
.form-stack { display: grid; gap: 17px; }
.form-stack small { color: var(--muted); text-align: center; }
.form-divider { margin: 24px 0; display: flex; align-items: center; gap: 12px; color: var(--muted); font-size: .76rem; text-transform: uppercase; }
.form-divider::before, .form-divider::after { content: ""; height: 1px; flex: 1; background: var(--line); }
.social-provider { width: 100%; margin: 15px 0 10px; min-height: 44px; display: flex; justify-content: center; }
.social-apple { width: 100%; min-height: 44px; border: 0; display: flex; align-items: center; justify-content: center; gap: 11px; background: black; color: white; font-weight: 650; }
.social-apple i { font-size: 1.25em; }
.inline-actions { margin-top: 18px; display: flex; justify-content: center; gap: 18px; }
.change-identity-form { margin-top: 8px; text-align: center; }
.g_id_signin, .g_id_signin > div { max-width: 100%; }
.hp-field { position: absolute; left: -10000px; }
.otp-input { text-align: center; font-size: 2rem !important; letter-spacing: .42em; }
.notice { margin: 0 0 20px; padding: 13px 15px; border-left: 3px solid; font-size: .9rem; }
.notice-error { color: #7c1717; background: #fff0f0; border-color: #b91c1c; }
.notice-success { color: #24572d; background: #effaf0; border-color: #398448; }

.account-shell { width: var(--shell); margin-inline: auto; }
.account-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 42px; }
.account-heading h1 { font-size: clamp(2.8rem,4.5vw,4.6rem); }
.account-heading p:last-child { color: var(--muted); }
.account-heading-actions { display: flex; align-items: center; gap: 20px; }
.account-logout-form { margin: 0; }
.account-logout-form .text-button { white-space: nowrap; text-decoration: underline; text-underline-offset: 4px; }
.account-tabs { display: flex; gap: 34px; overflow-x: auto; border-bottom: 1px solid var(--line); }
.account-tabs a { padding: 13px 0; color: var(--muted); font-weight: 700; white-space: nowrap; border-bottom: 3px solid transparent; }
.account-tabs a.is-active { color: var(--red); border-color: var(--red); }
.account-metrics { margin: 40px 0 22px; display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.account-metrics a { min-height: 145px; padding: 28px; display: grid; align-content: center; background: var(--beige-light); }
.account-metrics strong { color: var(--red); font: 500 2.6rem var(--serif); }
.account-metrics span { color: var(--muted); }
.account-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.account-panel { padding: 34px; background: white; box-shadow: 0 10px 38px rgba(35,35,35,.07); }
.panel-wide { margin-top: 36px; }
.panel-profile { margin-top: 36px; max-width: 780px; }
.panel-heading { margin-bottom: 25px; display: flex; align-items: center; justify-content: space-between; gap: 25px; }
.panel-heading h2 { margin: 0; }
.panel-heading > a:not(.button) { color: var(--red); font-weight: 700; font-size: .84rem; }
.panel-intro { max-width: 700px; color: var(--muted); }
.record-list { display: grid; gap: 10px; }
.record-card { min-height: 86px; padding: 15px; display: flex; gap: 16px; align-items: center; border: 1px solid var(--line); background: white; transition: border .18s, transform .18s; }
a.record-card:hover { border-color: var(--red); transform: translateY(-1px); }
.reservation-record time { width: 64px; flex: 0 0 64px; display: grid; text-align: center; color: var(--red); border-right: 1px solid var(--line); }
.reservation-record time strong { font: 500 2rem/1 var(--serif); }
.reservation-record time span { font-size: .68rem; text-transform: uppercase; }
.record-main { min-width: 0; flex: 1; }
.record-main h3 { margin: 0; font: 600 1.1rem var(--serif); }
.record-main p, .record-main small { margin: 3px 0 0; color: var(--muted); font-size: .8rem; }
.invoice-icon { width: 43px; height: 50px; display: grid; place-items: center; background: var(--beige-light); color: var(--red); font-size: .65rem; font-weight: 900; }
.record-amount { white-space: nowrap; }
.record-arrow { color: var(--red); }
.list-section-title { margin: 32px 0 12px; color: var(--muted); font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; }
.empty-state { min-height: 135px; display: grid; place-content: center; text-align: center; color: var(--muted); }
.empty-state p { margin: 0 0 7px; }
.empty-state a { color: var(--red); font-weight: 700; }
.profile-form { margin-top: 28px; display: grid; gap: 20px; }
.form-phone { display: grid; grid-template-columns: 130px 1fr; gap: 14px; }
.account-loading-list { display: grid; gap: 10px; }
.account-loading-list span { min-height: 86px; border: 1px solid var(--line); background: linear-gradient(100deg,#faf8f5 20%,#f1ece6 40%,#faf8f5 60%); background-size: 220% 100%; animation: account-loading 1.35s ease-in-out infinite; }
@keyframes account-loading { to { background-position-x: -220%; } }

.flow-hero { padding-bottom: 70px; background: var(--beige); }
.flow-heading h1 { max-width: 900px; margin: 0; font: 500 clamp(3.3rem,6vw,6.2rem)/.96 var(--serif); letter-spacing: -.05em; }
.flow-heading > p:last-child { max-width: 650px; margin: 24px 0 0; color: var(--muted); font-size: 1.08rem; }
.flow-section { padding: 80px 0 120px; }
.flow-layout { display: grid; grid-template-columns: minmax(260px,.55fr) minmax(0,1.45fr); gap: clamp(50px,8vw,120px); align-items: start; }
.flow-aside { position: sticky; top: 130px; }
.flow-aside h2 { margin: 0; font: 500 2.5rem/1.08 var(--serif); }
.flow-aside > p:not(.eyebrow) { color: var(--muted); }
.flow-aside ol { margin: 28px 0; padding: 0; list-style-position: inside; display: grid; gap: 12px; color: var(--muted); }
.flow-card { padding: 42px; background: white; box-shadow: var(--shadow); }
.flow-form { display: grid; gap: 36px; }
.flow-form fieldset { margin: 0; padding: 0 0 34px; display: grid; gap: 18px; border: 0; border-bottom: 1px solid var(--line); }
.flow-form legend { width: 100%; margin: 0 0 22px; font: 600 1.45rem var(--serif); }
.flow-form legend span { margin-right: 12px; color: var(--red); font-size: 1rem; }
.availability-status { padding: 12px 15px; color: var(--muted); background: var(--beige-light); font-size: .86rem; }
.time-options { display: grid; grid-template-columns: repeat(auto-fill,minmax(78px,1fr)); gap: 8px; }
.time-option { min-height: 45px; border: 1px solid var(--line); background: white; font-weight: 700; }
.time-option:hover, .time-option.is-selected { color: white; border-color: var(--red); background: var(--red); }
.guest-field { max-width: 190px; }
.success-state { padding: 35px 5px; text-align: center; }
.success-state > span { width: 68px; height: 68px; margin: 0 auto 24px; display: grid; place-items: center; border-radius: 50%; background: var(--red); color: white; font-size: 2rem; }
.success-state h2 { margin: 0; font: 500 2.6rem var(--serif); }
.success-state > p:not(.eyebrow) { max-width: 560px; margin: 18px auto 28px; color: var(--muted); }
.success-state > div { display: flex; justify-content: center; flex-wrap: wrap; gap: 10px; }
.money-input { display: flex; align-items: center; border: 1px solid rgba(35,35,35,.22); background: white; }
.money-input input { border: 0 !important; }
.money-input span { padding-right: 15px; color: var(--muted); }
.ticket-summary { margin-bottom: 35px; padding: 20px; display: flex; justify-content: space-between; align-items: center; gap: 20px; background: var(--beige-light); }
.ticket-summary > div { display: grid; }
.ticket-summary span { color: var(--red); font-size: .7rem; font-weight: 800; text-transform: uppercase; }
.ticket-summary strong { font: 500 1.4rem var(--serif); }
.ticket-summary small { color: var(--muted); }
.address-autocomplete { position: relative; z-index: 4; }
.address-options { position: absolute; z-index: 10; top: calc(100% - 22px); left: 0; right: 0; max-height: 310px; overflow-y: auto; border: 1px solid rgba(35,35,35,.22); background: white; box-shadow: 0 18px 35px rgba(35,35,35,.15); }
.address-option { width: 100%; padding: 14px 16px; display: grid; gap: 3px; border: 0; border-bottom: 1px solid var(--line); background: white; color: var(--ink); text-align: left; cursor: pointer; }
.address-option[hidden], .address-no-results[hidden], .address-options[hidden] { display: none; }
.address-option:last-of-type { border-bottom: 0; }
.address-option:hover, .address-option:focus-visible { outline: 0; background: var(--beige-light); }
.address-option strong { font-size: .95rem; }
.address-option small { color: var(--muted); line-height: 1.35; white-space: normal; }
.address-selection { margin: 7px 0 0; color: var(--muted); font-size: .78rem; }
.address-selection.is-new { color: var(--red); font-weight: 800; }
.address-no-results { margin: 0; padding: 16px; color: var(--muted); }
.address-change-dialog { width: min(620px,calc(100% - 28px)); padding: 34px; border: 0; background: var(--cream); color: var(--ink); box-shadow: 0 24px 70px rgba(0,0,0,.3); }
.address-change-dialog::backdrop { background: rgba(20,18,16,.58); }
.address-change-dialog h2 { margin: 0 0 14px; font: 500 2.1rem/1.05 var(--serif); }
.address-change-dialog p:not(.eyebrow) { color: var(--muted); }
.address-dialog-actions { margin-top: 26px; display: flex; flex-wrap: wrap; gap: 10px; align-items: center; }
.address-dialog-actions .text-button { padding: 12px; }
.billing-fields { display: grid; gap: 18px; }
.check-field { display: flex; gap: 10px; align-items: center; }
.check-field input { accent-color: var(--red); }
.form-privacy { margin: -20px 0 0; color: var(--muted); text-align: center; font-size: .74rem; }

.sticky-menu-nav {
  position: sticky !important;
  top: 76px;
  z-index: 80 !important;
  background: rgba(233,216,198,.98) !important;
  border-bottom: 1px solid rgba(160,44,44,.18);
  box-shadow: 0 8px 22px rgba(35,35,35,.08);
}
body.app-banner-visible .sticky-menu-nav { top: calc(76px + var(--app-banner-height, 0)); }
.sticky-menu-nav .menu-nav { border-bottom: 3px solid transparent; color: var(--red-dark) !important; transition: color .18s, background .18s, border-color .18s; }
.sticky-menu-nav .menu-nav:hover { color: var(--red) !important; background: rgba(255,255,255,.42); }
.sticky-menu-nav .menu-nav.active { color: var(--red) !important; background: rgba(255,255,255,.68); border-bottom-color: var(--red); font-weight: 800; }
.menu-content, [id^="section_"] { scroll-margin-top: 170px; }

.reveal { opacity: 0; transform: translateY(20px); transition: opacity .65s ease, transform .65s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1180px) {
  .brand-flag { width: 150px; height: 140px; }
  .desktop-nav { gap: 17px; }
  .account-link span:last-child { display: none; }
  .hero-content { grid-template-columns: 1.15fr minmax(330px,.7fr); gap: 42px; }
}

@media (max-width: 1100px) {
  .site-header, .site-header.is-scrolled { height: 74px; }
  .header-inner { width: calc(100% - 28px); display: flex; justify-content: flex-end; }
  .brand-flag, .site-header.is-scrolled .brand-flag { position: absolute; left: 0; top: 0; width: 104px; height: 98px; transform: none; }
  .desktop-nav, .account-link, .language-switcher { display: none; }
  .menu-toggle { width: 42px; height: 42px; padding: 9px; border: 0; display: grid; align-content: center; gap: 5px; background: transparent; }
  .menu-toggle span { height: 2px; display: block; background: var(--ink); }
  .mobile-menu { position: fixed; z-index: 99; inset: 74px 0 auto; width: 100%; height: calc(100vh - 74px); height: calc(100dvh - 74px); max-height: calc(100vh - 74px); max-height: calc(100dvh - 74px); padding: 48px 24px; display: flex; flex-direction: column; gap: 18px; background: var(--cream); transform: translateX(100%); transition: transform .25s ease; overflow-x: hidden; overflow-y: auto; }
  .mobile-menu.is-open { transform: none; }
  .mobile-menu a:not(.button) { font: 500 1.65rem var(--serif); }
  .mobile-nav-group { border-bottom: 1px solid var(--line); }
  .mobile-nav-group summary { padding-bottom: 14px; display: flex; align-items: center; justify-content: space-between; font: 500 1.65rem var(--serif); cursor: pointer; list-style: none; }
  .mobile-nav-group summary::-webkit-details-marker { display: none; }
  .mobile-nav-group > div { padding: 0 0 18px 18px; display: grid; gap: 11px; }
  .mobile-nav-group > div a:not(.button) { font-size: 1.15rem; }
  .sticky-menu-nav { top: 74px; }
  body.app-banner-visible .sticky-menu-nav { top: calc(74px + var(--app-banner-height, 0)); }
}

@media (max-width: 900px) {
  :root { --shell: min(100% - 32px, 720px); }
  .section { padding: 88px 0; }
  .site-header, .site-header.is-scrolled { height: 74px; }
  .header-inner { width: calc(100% - 28px); display: flex; justify-content: flex-end; }
  .brand-flag, .site-header.is-scrolled .brand-flag { position: absolute; left: 0; top: 0; width: 104px; height: 98px; transform: none; }
  .desktop-nav, .account-link, .language-switcher { display: none; }
  .menu-toggle { width: 42px; height: 42px; padding: 9px; border: 0; display: grid; align-content: center; gap: 5px; background: transparent; }
  .menu-toggle span { height: 2px; display: block; background: var(--ink); }
  .mobile-menu { position: fixed; z-index: 99; inset: 74px 0 auto; width: 100%; height: calc(100vh - 74px); height: calc(100dvh - 74px); max-height: calc(100vh - 74px); max-height: calc(100dvh - 74px); padding: 48px 24px; display: flex; flex-direction: column; gap: 18px; background: var(--cream); transform: translateX(100%); transition: transform .25s ease; overflow-x: hidden; overflow-y: auto; }
  .mobile-menu.is-open { transform: none; }
  body:not(.home-page):not(.account-page):not(.booking-page):not(.invoice-page) main { padding-top: 94px; }
  .mobile-menu a:not(.button) { font: 500 1.65rem var(--serif); }
  .mobile-nav-group { border-bottom: 1px solid var(--line); }
  .mobile-nav-group summary { padding-bottom: 14px; display: flex; align-items: center; justify-content: space-between; font: 500 1.65rem var(--serif); cursor: pointer; list-style: none; }
  .mobile-nav-group summary::-webkit-details-marker { display: none; }
  .mobile-nav-group > div { padding: 0 0 18px 18px; display: grid; gap: 11px; }
  .mobile-nav-group > div a:not(.button) { font-size: 1.15rem; }
  .hero { min-height: 1050px; height: auto; padding: 170px 0 80px; }
  .hero-content { grid-template-columns: 1fr; }
  .hero h1 { font-size: clamp(3.2rem,10vw,5rem); }
  .hero-facts { gap: 24px; }
  .booking-card { max-width: 560px; }
  .app-promo-grid { grid-template-columns: 1fr; }
  .app-promo-card { max-width: 580px; }
  .story-grid, .experience-grid { grid-template-columns: 1fr; }
  .story-visual img, .experience-photo img { min-height: 470px; }
  .principles-grid { grid-template-columns: 1fr; }
  .principles article, .principles article:first-child { min-height: auto; padding: 28px 0; border-left: 0; border-top: 1px solid rgba(255,255,255,.16); }
  .principles article:first-child { border-top: 0; }
  .dish-grid { grid-template-columns: 1fr 1fr; }
  .dish-featured { grid-column: 1 / -1; }
  .footer-main { grid-template-columns: 1.3fr 1fr 1fr; }
  .footer-main > div:last-child { display: none; }
  .account-auth { grid-template-columns: 1fr; padding-top: 145px; }
  .account-auth-copy { max-width: 650px; }
  .account-grid { grid-template-columns: 1fr; }
  .flow-layout { grid-template-columns: 1fr; }
  .flow-aside { position: static; }
}

@media (max-width: 620px) {
  :root { --shell: calc(100% - 24px); }
  .page-hero-offset { padding-top: 135px; padding-bottom: 75px; }
  .brand-flag, .site-header.is-scrolled .brand-flag { width: 92px; height: 86px; }
  .hero { min-height: 1000px; padding-top: 140px; }
  .hero h1 { font-size: 3.35rem; }
  .hero-facts { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; }
  .hero-facts strong { font-size: 1.25rem; }
  .hero-facts span { font-size: .65rem; }
  .booking-card { padding: 25px 20px; }
  .form-two { grid-template-columns: 1fr; }
  .app-promo { padding: 72px 0; }
  .app-promo-copy h2 { font-size: 3.15rem; }
  .app-store-links { display: grid; grid-template-columns: 1fr 1fr; }
  .app-store-link { min-width: 0; padding-inline: 12px; }
  .app-store-link > i { width: 25px; font-size: 1.7rem; }
  .app-store-link small { font-size: .57rem; }
  .app-store-link strong { font-size: .94rem; }
  .app-promo-card { padding: 25px 22px; }
  .app-promo-card-heading { grid-template-columns: 80px minmax(0,1fr); gap: 16px; }
  .app-promo-card-heading img { width: 80px; height: 80px; border-radius: 18px; }
  .app-promo-card-heading strong { font-size: clamp(1.25rem,5.5vw,1.4rem); }
  .field-date input[type="date"] { width: 100% !important; min-width: 0 !important; max-width: 100% !important; -webkit-appearance: none; appearance: none; }
  .story-visual figcaption { right: 0; bottom: 0; }
  .dish-grid { grid-template-columns: 1fr; }
  .dish-featured { grid-column: auto; }
  .dish-card { min-height: 460px; }
  .experience-photo img { min-height: 430px; }
  .section-heading, .account-heading, .panel-heading { align-items: flex-start; flex-direction: column; }
  .account-heading-actions { width: 100%; flex-wrap: wrap; }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 38px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-legal { flex-direction: column; }
  .footer-legal div { flex-wrap: wrap; }
  .cookie-banner { flex-direction: column; align-items: stretch; }
  .account-auth { gap: 35px; }
  .account-auth-card, .account-panel { padding: 25px 19px; }
  .account-metrics { grid-template-columns: 1fr; }
  .account-metrics a { min-height: 105px; }
  .account-tabs { gap: 24px; }
  .record-card { align-items: flex-start; flex-wrap: wrap; }
  .reservation-record form { width: 100%; text-align: right; }
  .record-amount { margin-left: 59px; }
  .form-phone { grid-template-columns: 105px 1fr; }
  .flow-card { padding: 26px 18px; }
  .flow-hero { padding-bottom: 50px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
  .reveal { opacity: 1; transform: none; }
}
