@import url('https://fonts.googleapis.com/css2?family=Amiri:wght@400;700&family=DM+Sans:wght@400;500;600&family=Manrope:wght@400;500;600&family=Playfair+Display:ital,wght@0,500;0,600;1,500&display=swap');

:root {
  --page-width: 1240px;
  --gutter: clamp(1rem, 4vw, 4rem);
  --radius: 1.15rem;
  --shadow: 0 24px 70px rgb(0 0 0 / .14);
}

* { box-sizing: border-box; }
html { overflow-x: clip; scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; overflow-x: hidden; font-family: var(--sans); font-variant-numeric: lining-nums tabular-nums; background: var(--bg); color: var(--text); line-height: 1.6; }
body.nav-open { overflow: hidden; }
img, video, iframe { display: block; max-width: 100%; }
img { height: auto; }
a { color: inherit; text-decoration-thickness: .08em; text-underline-offset: .2em; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }
:focus-visible { outline: 3px solid var(--accent); outline-offset: 4px; }
.skip-link { position: fixed; z-index: 9999; inset-inline-start: 1rem; top: -5rem; padding: .75rem 1rem; background: var(--accent); color: var(--accent-ink); border-radius: .35rem; }
.skip-link:focus { top: 1rem; }
.container { width: min(calc(100% - (var(--gutter) * 2)), var(--page-width)); margin-inline: auto; }
.section { padding-block: clamp(4.5rem, 9vw, 9rem); }
.section--tight { padding-block: clamp(3rem, 6vw, 6rem); }
.eyebrow { margin: 0 0 1rem; color: var(--accent); font-size: .74rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
h1, h2, h3 { margin: 0; font-family: var(--serif); font-weight: 500; font-variant-numeric: lining-nums; line-height: 1.06; text-wrap: balance; }
h1 { font-size: clamp(3.15rem, 8vw, 7rem); letter-spacing: -.045em; }
h2 { font-size: clamp(2.35rem, 5vw, 4.75rem); letter-spacing: -.035em; }
h3 { font-size: clamp(1.45rem, 2.7vw, 2.25rem); }
p { margin: 0 0 1rem; }
.lede { max-width: 42rem; font-size: clamp(1.08rem, 2vw, 1.35rem); line-height: 1.55; color: var(--muted); }
.kicker { max-width: 38rem; color: var(--muted); }
.button-row { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 1.6rem; }
.button { display: inline-flex; min-height: 3rem; align-items: center; justify-content: center; gap: .55rem; padding: .72rem 1.15rem; border: 1px solid var(--line); border-radius: 999px; background: transparent; color: var(--text); font-weight: 650; text-decoration: none; cursor: pointer; transition: transform .25s ease, background-color .25s ease, border-color .25s ease, color .25s ease; }
.button:hover { transform: translateY(-2px); border-color: var(--accent); }
.button--primary { border-color: var(--accent); background: var(--accent); color: var(--accent-ink); }
.button--quiet { border-color: transparent; padding-inline: .25rem; border-radius: .2rem; }
.button[hidden], [data-config-link][hidden] { display: none !important; }
.site-header { position: sticky; z-index: 100; top: 0; border-bottom: 1px solid var(--line); background: color-mix(in srgb, var(--bg) 92%, transparent); backdrop-filter: blur(12px); }
.site-header__inner { display: flex; min-width: 0; min-height: 5rem; align-items: center; justify-content: space-between; gap: 1.2rem; }
.brand-mark { display: inline-flex; align-items: center; gap: .75rem; font-family: var(--serif); font-size: 1.1rem; font-weight: 600; text-decoration: none; }
.brand-mark img { width: 3.15rem; height: 3.15rem; object-fit: contain; }
.main-nav { display: flex; align-items: center; gap: clamp(.8rem, 2vw, 1.7rem); }
.main-nav a { font-size: .92rem; font-weight: 650; text-decoration: none; }
.main-nav a:not(.button):hover, .main-nav a[aria-current="page"] { color: var(--accent); }
.language-link { padding-inline-start: 1rem; border-inline-start: 1px solid var(--line); }
.language-link--mobile { display: none; }
.nav-toggle { display: none; flex: 0 0 auto; width: 2.9rem; height: 2.9rem; margin-inline-start: auto; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: transparent; cursor: pointer; }
.nav-toggle span, .nav-toggle::before, .nav-toggle::after { width: 1.15rem; height: 1px; background: currentColor; content: ""; transition: transform .25s ease, opacity .25s ease; }
.nav-toggle { gap: .28rem; }
.nav-open .nav-toggle span { opacity: 0; }
.nav-open .nav-toggle::before { transform: translateY(.34rem) rotate(45deg); }
.nav-open .nav-toggle::after { transform: translateY(-.34rem) rotate(-45deg); }
.hero { position: relative; min-height: min(850px, calc(100svh - 5rem)); overflow: clip; }
.hero__inner { display: grid; min-height: inherit; align-items: center; gap: clamp(2rem, 6vw, 6rem); padding-block: clamp(3rem, 7vw, 7rem); }
.hero__copy { position: relative; z-index: 2; min-width: 0; }
.hero__copy .lede { margin-top: 1.35rem; }
.hero__media { position: relative; overflow: hidden; background: var(--surface); box-shadow: var(--shadow); }
.hero__media video, .hero__media img { width: 100%; height: 100%; object-fit: cover; }
.media-frame { position: relative; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); box-shadow: 0 18px 55px rgb(0 0 0 / .12); }
.media-frame img, .media-frame video { width: 100%; height: 100%; object-fit: cover; }
.media-frame--landscape { aspect-ratio: 16 / 10; }
.media-frame--portrait { aspect-ratio: 4 / 5; }
.grid-2 { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(2rem, 6vw, 6rem); align-items: center; }
.grid-3 { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(1rem, 2.6vw, 2rem); }
.feature-copy { min-width: 0; }
.feature-copy > * + * { margin-top: 1rem; }
.feature-copy > img { width: 100%; max-height: 24rem; object-fit: cover; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 16px 45px rgb(0 0 0 / .1); }
.feature-copy .button-row { margin-top: 1.75rem; }
.editorial-list { margin: 2.5rem 0 0; padding: 0; list-style: none; }
.editorial-list li { display: grid; grid-template-columns: 3rem 1fr; gap: 1rem; padding-block: 1.25rem; border-top: 1px solid var(--line); }
.editorial-list strong { color: var(--accent); font-size: .8rem; letter-spacing: .12em; }
.editorial-list p { margin: .35rem 0 0; color: var(--muted); }
.photo-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 1rem; }
.photo-grid .media-frame:first-child { grid-row: span 2; }
.reviews-shell { display: block; }
.reviews-shell > :first-child { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: .8rem 2rem; align-items: end; }
.reviews-shell > :first-child .eyebrow, .reviews-shell > :first-child h2 { grid-column: 1; }
.reviews-shell > :first-child .lede { grid-column: 1; }
.review-status { margin-top: 2rem; padding: 1.4rem; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); }
.review-status[hidden] { display: none; }
.review-grid { display: grid; grid-auto-flow: column; grid-auto-columns: calc((100% - 2rem) / 3); gap: 1rem; overflow-x: auto; margin-top: 2rem; padding: .2rem .1rem .8rem; scroll-snap-type: x mandatory; scrollbar-width: none; }
.review-grid::-webkit-scrollbar { display: none; }
.review-card { min-height: 17rem; padding: 1.3rem; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); box-shadow: 0 12px 34px rgb(0 0 0 / .07); scroll-snap-align: start; }
.review-card__header { display: flex; align-items: center; gap: .8rem; }
.review-card__header > div { display: grid; }
.review-card__header small { color: var(--muted); }
.review-avatar { width: 2.75rem; height: 2.75rem; flex: 0 0 auto; border-radius: 50%; object-fit: cover; }
.review-stars { color: #f6b900; letter-spacing: .08em; }
.review-card > .review-stars { margin: 1rem 0 .7rem; }
.review-card p { display: -webkit-box; margin: 0; overflow: hidden; color: var(--muted); -webkit-box-orient: vertical; -webkit-line-clamp: 6; }
.review-summary { display: flex; grid-column: 2; grid-row: 1 / span 3; flex-wrap: wrap; max-width: 18rem; align-items: center; justify-content: flex-end; gap: .35rem .7rem; text-align: end; }
.review-summary strong { font-family: var(--serif); font-size: 2rem; font-variant-numeric: lining-nums; }
.review-summary a { flex-basis: 100%; color: var(--accent); font-weight: 650; }
.review-controls { display: flex; justify-content: flex-end; gap: .5rem; margin-top: .6rem; }
.map-shell { display: grid; grid-template-columns: .78fr 1.22fr; gap: clamp(2rem, 5vw, 5rem); align-items: stretch; }
.map-frame { min-height: 28rem; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); }
.map-frame iframe { width: 100%; height: 100%; min-height: 28rem; border: 0; }
.map-fallback { display: grid; height: 100%; min-height: 28rem; place-items: center; padding: 2rem; text-align: center; }
.site-footer { padding-block: 2.5rem 1.2rem; border-top: 1px solid var(--line); }
.footer-top { display: grid; grid-template-columns: 1.2fr .8fr .9fr; gap: clamp(1.2rem, 3vw, 2.4rem); align-items: start; }
.footer-logo { width: 3.8rem; margin-bottom: .65rem; }
.footer-brand p { max-width: 24rem; margin-bottom: 0; color: var(--muted); font-size: .9rem; }
.footer-links { display: grid; gap: .55rem; align-content: start; }
.footer-links a { width: fit-content; color: var(--muted); text-decoration: none; }
.footer-links a:hover { color: var(--accent); }
.social-links { display: flex; flex-wrap: wrap; gap: .55rem; margin-top: .8rem; }
.social-link { display: grid; width: 2.5rem; height: 2.5rem; place-items: center; border: 1px solid rgb(255 255 255 / .14); border-radius: 50%; background: #171513; }
.social-link img { width: 1.25rem; height: 1.25rem; object-fit: contain; }
.footer-contact { display: grid; gap: .45rem; color: var(--muted); }
.footer-contact strong { color: var(--text); }
.footer-bottom { display: flex; justify-content: space-between; gap: 1rem; margin-top: 1.5rem; padding-top: 1rem; border-top: 1px solid var(--line); color: var(--muted); font-size: .82rem; }
.footer-bottom a { color: var(--text); font-weight: 650; }
.page-hero { padding-block: clamp(5rem, 10vw, 9rem) clamp(3rem, 7vw, 6rem); }
.page-hero__inner { display: grid; grid-template-columns: minmax(0, .85fr) minmax(20rem, 1.15fr); gap: clamp(2rem, 6vw, 6rem); align-items: end; }
.page-hero__inner > * { min-width: 0; }
.page-hero .lede { margin-top: 1.5rem; }
.page-hero__media { overflow: hidden; border-radius: var(--radius); background: var(--surface); }
.page-hero__media img, .page-hero__media video { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; }
.hero--cinematic { min-height: min(900px, calc(100svh - 5rem)); background: #0a0908; color: #fff; }
.hero--cinematic::after { position: absolute; z-index: 1; inset: 0; background: linear-gradient(90deg, rgb(0 0 0 / .82) 0%, rgb(0 0 0 / .48) 46%, rgb(0 0 0 / .12) 78%), linear-gradient(0deg, rgb(0 0 0 / .42), transparent 45%); content: ""; pointer-events: none; }
.hero--cinematic .hero__inner { position: relative; display: grid; width: 100%; max-width: none; min-height: inherit; align-items: end; padding: clamp(4rem, 9vw, 8rem) var(--gutter); }
.hero--cinematic .hero__copy { max-width: 58rem; padding: clamp(1rem, 2vw, 2rem) 0; }
.hero--cinematic .hero__copy .lede { color: rgb(255 255 255 / .82); }
.hero--cinematic .button { border-color: rgb(255 255 255 / .52); color: #fff; }
.hero--cinematic .button--primary { border-color: var(--accent); color: var(--accent-ink); }
.hero--cinematic .hero__media { position: absolute; z-index: 0; inset: 0; width: 100%; height: 100%; border-radius: 0 !important; box-shadow: none; }
.hero--cinematic .hero__media video { width: 100%; height: 100%; object-fit: cover; }
.page-hero--overlay { position: relative; display: grid; min-height: clamp(25rem, 52svh, 35rem); align-items: end; overflow: hidden; padding: 0; background: #111; color: #fff; }
.page-hero--overlay::after { position: absolute; z-index: 1; inset: 0; background: linear-gradient(90deg, rgb(0 0 0 / .78), rgb(0 0 0 / .32) 58%, rgb(0 0 0 / .12)), linear-gradient(0deg, rgb(0 0 0 / .55), transparent 55%); content: ""; pointer-events: none; }
.page-hero--overlay .page-hero__inner { position: relative; display: grid; width: 100%; max-width: none; min-height: inherit; grid-template-columns: 1fr; align-items: end; padding: clamp(3rem, 6vw, 5rem) var(--gutter); }
.page-hero--overlay .page-hero__inner > :first-child { position: relative; z-index: 2; max-width: 58rem; }
.page-hero--overlay .page-hero__media { position: absolute; z-index: 0; inset: 0; border-radius: 0 !important; }
.page-hero--overlay .page-hero__media img, .page-hero--overlay .page-hero__media video { width: 100%; height: 100%; aspect-ratio: auto; object-fit: cover; }
.page-hero--overlay .lede { color: rgb(255 255 255 / .82); }
.page-hero--overlay .button { border-color: rgb(255 255 255 / .52); color: #fff; }
.page-hero--overlay .button:hover { border-color: #fff; }
.seasonal-note { padding: clamp(1.4rem, 4vw, 2.5rem); border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); }
.hours-list { display: grid; gap: .5rem; margin: .35rem 0 0; padding: 0; list-style: none; }
.hours-list li { display: flex; justify-content: space-between; gap: 1rem; }
.hours-list span:last-child { color: var(--muted); }
.unit { font-family: var(--sans); font-size: 1em; font-weight: 700; font-variant-numeric: lining-nums; letter-spacing: 0; white-space: nowrap; }
.menu-intro-nav { display: flex; width: 100%; max-width: 100%; gap: .65rem; overflow-x: auto; padding-block: 1rem; scrollbar-width: none; }
.menu-intro-nav::-webkit-scrollbar, .carousel::-webkit-scrollbar, .gateway-grid::-webkit-scrollbar { display: none; }
.menu-intro-nav a { flex: 0 0 auto; }
.menu-category { padding-block: clamp(4rem, 8vw, 8rem); border-top: 1px solid var(--line); }
.category-hero { position: relative; display: grid; min-height: clamp(18rem, 42vw, 32rem); align-items: end; overflow: hidden; border-radius: var(--radius); background: var(--surface); }
.category-hero video, .category-hero img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.category-hero::after { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 25%, rgb(0 0 0 / .78)); content: ""; }
.category-hero__copy { position: relative; z-index: 1; max-width: 42rem; padding: clamp(1.4rem, 4vw, 3.5rem); color: #fff; }
.category-hero__copy p { margin: .8rem 0 0; color: rgb(255 255 255 / .78); }
.carousel-wrap { margin-top: 1.5rem; }
.carousel-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin-bottom: .8rem; }
.carousel-toolbar p { margin: 0; color: var(--muted); font-size: .86rem; }
.carousel-controls { display: flex; gap: .45rem; }
.carousel-button { display: grid; width: 2.75rem; height: 2.75rem; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: var(--surface); cursor: pointer; }
.carousel-button:hover { border-color: var(--accent); }
.carousel-button svg { width: 1rem; height: 1rem; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 2; }
.carousel { display: grid; grid-auto-flow: column; grid-auto-columns: clamp(15.5rem, 29vw, 23rem); gap: 1rem; overflow-x: auto; padding: .25rem .1rem 1rem; scroll-snap-type: x mandatory; scrollbar-width: none; }
.carousel-card { scroll-snap-align: start; }
.carousel-card img { width: 100%; aspect-ratio: 1 / 1; border-radius: .85rem; background: var(--surface); object-fit: cover; }
.carousel-card span { display: block; margin-top: .6rem; font-weight: 650; }
.menu-table { margin-top: clamp(2.5rem, 5vw, 4rem); }
.menu-table h3 { margin-bottom: 1rem; }
.menu-list { margin: 0; border-top: 1px solid var(--line); }
.menu-row { display: grid; grid-template-columns: 1fr auto; gap: 1rem; padding-block: .9rem; border-bottom: 1px solid var(--line); }
.menu-row dt, .menu-row dd { margin: 0; }
.menu-row dd { font-weight: 700; color: var(--accent); }
.allergen-note { margin-top: 1.5rem; padding: 1rem 1.2rem; border: 1px solid var(--line); border-radius: .7rem; color: var(--muted); font-size: .9rem; }
.offer-panel { position: relative; overflow: hidden; padding: clamp(2rem, 5vw, 4rem); border: 1px solid var(--accent); border-radius: var(--radius); background: var(--surface); }
.offer-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; margin-top: 2rem; }
.offer-item { padding: 1.2rem; border-top: 1px solid var(--line); }
.offer-item strong { display: block; font-family: var(--serif); font-size: 1.45rem; }
.menu-final { text-align: center; }
.menu-final .lede { margin-inline: auto; }
.platform-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; margin-top: 2rem; }
.platform-card { display: grid; min-height: 13rem; place-items: center; padding: 1.5rem; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); text-align: center; text-decoration: none; transition: transform .25s ease, border-color .25s ease; }
.platform-card:hover { transform: translateY(-4px); border-color: var(--accent); }
.platform-card strong { font-size: 1.2rem; }
.empty-platforms { margin-top: 2rem; padding: 1.5rem; border: 1px solid var(--line); border-radius: var(--radius); color: var(--muted); }
.contact-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(2rem, 7vw, 7rem); }
.contact-list { display: grid; gap: 1.2rem; margin-top: 2rem; }
.contact-list div { padding-bottom: 1.2rem; border-bottom: 1px solid var(--line); }
.contact-list strong { display: block; margin-bottom: .2rem; color: var(--accent); font-size: .8rem; letter-spacing: .1em; text-transform: uppercase; }
.form-card { padding: clamp(1.35rem, 4vw, 3rem); border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); }
.field { display: grid; gap: .45rem; margin-bottom: 1rem; }
.field label { font-weight: 650; }
.field input, .field select, .field textarea { width: 100%; border: 1px solid var(--line); border-radius: .55rem; background: var(--field); color: var(--text); padding: .8rem .9rem; }
.field textarea { min-height: 9rem; resize: vertical; }
.form-note { color: var(--muted); font-size: .88rem; }
.blog-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; margin-top: 3rem; background: var(--line); border: 1px solid var(--line); }
.blog-card { min-height: 19rem; padding: clamp(1.5rem, 4vw, 3rem); background: var(--bg); text-decoration: none; }
.blog-card:hover h2 { color: var(--accent); }
.blog-card h2 { font-size: clamp(1.8rem, 3vw, 2.8rem); transition: color .2s ease; }
.blog-card p { margin-top: 1rem; color: var(--muted); }
.article-shell { display: grid; grid-template-columns: minmax(0, 1fr) minmax(16rem, 22rem); gap: clamp(2rem, 7vw, 7rem); align-items: start; }
.article-body { max-width: 49rem; font-size: 1.06rem; }
.article-body h2 { margin: 3rem 0 1rem; font-size: clamp(2rem, 4vw, 3.2rem); }
.article-body h3 { margin: 2rem 0 .75rem; }
.article-body p, .article-body ul { margin-bottom: 1.25rem; }
.article-aside { position: sticky; top: 7rem; padding: 1.3rem; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); }
.article-aside a { display: block; margin-top: .75rem; }
.not-found { display: grid; min-height: 100svh; place-items: center; padding: var(--gutter); text-align: center; }
.not-found__inner { max-width: 46rem; }
.not-found__code { color: var(--accent); font-family: var(--serif); font-size: clamp(7rem, 22vw, 15rem); line-height: .75; opacity: .28; }
.home-loader { position: fixed; z-index: 1000; inset: 0; display: grid; place-items: center; visibility: hidden; opacity: 0; background: var(--bg); transition: opacity .18s ease, visibility .18s ease; }
.home-loader.is-visible { visibility: visible; opacity: 1; }
.home-loader__inner { width: min(18rem, calc(100% - 3rem)); text-align: center; }
.home-loader img { width: 5.5rem; margin: 0 auto 1rem; }
.loader-track { height: 2px; overflow: hidden; background: var(--line); }
.loader-progress { display: block; width: 0; height: 100%; background: var(--accent); transition: width .2s ease; }
.reveal { opacity: 0; transform: translateY(1.2rem); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
.gateway { min-height: 100svh; background: #11100e; color: #f7f0e4; }
.gateway-main { position: relative; display: flex; min-height: 100svh; flex-direction: column; align-items: center; justify-content: center; overflow: hidden; padding: clamp(1rem, 4vw, 3rem); isolation: isolate; }
.gateway-prompt { position: relative; z-index: 2; margin-bottom: .2rem; text-align: center; }
.gateway-prompt h1 { font-size: clamp(1.65rem, 4vw, 2.55rem); letter-spacing: -.025em; }
.gateway-prompt p { margin: .1rem 0 0; color: rgb(255 255 255 / .68); font-family: 'Amiri', serif; font-size: clamp(1.05rem, 2.6vw, 1.4rem); line-height: 1.35; }
.gateway-atmosphere { position: fixed; z-index: 0; inset: 0; overflow: hidden; pointer-events: none; }
.gateway-pastry { position: absolute; width: clamp(8rem, 18vw, 17rem); opacity: .25; transform-origin: center; will-change: transform, opacity; }
.gateway-pastry--1 { top: 8%; left: -3%; animation: gateway-drift-1 19s cubic-bezier(.45, .05, .55, .95) infinite alternate; }
.gateway-pastry--2 { top: 7%; right: 2%; width: clamp(6rem, 13vw, 12rem); filter: blur(5px); opacity: .16; animation: gateway-drift-2 27s cubic-bezier(.4, 0, .6, 1) -7s infinite alternate-reverse; }
.gateway-pastry--3 { right: -4%; bottom: 5%; animation: gateway-drift-3 23s cubic-bezier(.45, .05, .55, .95) -11s infinite alternate; }
.gateway-pastry--4 { bottom: 3%; left: 2%; width: clamp(7rem, 14vw, 13rem); filter: blur(3px); opacity: .18; animation: gateway-drift-4 31s cubic-bezier(.4, 0, .6, 1) -4s infinite alternate-reverse; }
@keyframes gateway-drift-1 { 0% { transform: translate3d(-1rem, 1.5rem, 0) rotate(-22deg) scale(.94); opacity: .2; } 52% { transform: translate3d(2.25rem, -2.75rem, 0) rotate(-8deg) scale(1.04); opacity: .28; } 100% { transform: translate3d(4rem, -.25rem, 0) rotate(2deg) scale(.98); opacity: .23; } }
@keyframes gateway-drift-2 { 0% { transform: translate3d(1.5rem, -1rem, 0) rotate(12deg) scale(.9); opacity: .12; } 48% { transform: translate3d(-2rem, 2.2rem, 0) rotate(-4deg) scale(.98); opacity: .18; } 100% { transform: translate3d(-4rem, -1.5rem, 0) rotate(-17deg) scale(.93); opacity: .14; } }
@keyframes gateway-drift-3 { 0% { transform: translate3d(1.25rem, 1.5rem, 0) rotate(24deg) scale(.97); opacity: .22; } 45% { transform: translate3d(-2.75rem, -2.3rem, 0) rotate(8deg) scale(1.06); opacity: .29; } 100% { transform: translate3d(-4rem, 1rem, 0) rotate(-6deg) scale(1); opacity: .24; } }
@keyframes gateway-drift-4 { 0% { transform: translate3d(-1.5rem, -1.25rem, 0) rotate(-8deg) scale(.88); opacity: .13; } 55% { transform: translate3d(1.7rem, 2.5rem, 0) rotate(9deg) scale(.96); opacity: .2; } 100% { transform: translate3d(3.25rem, -.75rem, 0) rotate(18deg) scale(.9); opacity: .16; } }
.gateway-grid { position: relative; z-index: 2; display: flex; width: min(100%, 760px); justify-content: center; gap: clamp(.8rem, 2.5vw, 1.5rem); overflow-x: auto; padding: .75rem; scroll-snap-type: x mandatory; scrollbar-width: none; }
.gateway-card { position: relative; flex: 0 0 min(43vw, 330px); aspect-ratio: 9 / 16; overflow: hidden; border: 1px solid rgb(255 255 255 / .16); border-radius: 1.15rem; background: #211f1b; box-shadow: 0 28px 80px rgb(0 0 0 / .32); color: #fff; scroll-snap-align: center; scroll-snap-stop: always; text-decoration: none; transition: transform .35s ease, border-color .35s ease; }
.gateway-card:hover { transform: translateY(-5px) scale(1.015); border-color: #ca9b55; }
.gateway-card video { width: 100%; height: 100%; object-fit: cover; transition: filter .35s ease, transform .5s ease; }
.gateway-card:hover video { filter: brightness(.86) saturate(1.05); transform: scale(1.025); }
.gateway-card::after { position: absolute; inset: 0; background: linear-gradient(180deg, rgb(0 0 0 / .05) 42%, rgb(0 0 0 / .82)); content: ""; }
.gateway-card__copy { position: absolute; z-index: 1; inset-inline: 1.2rem; bottom: 1.15rem; }
.gateway-card__copy img { width: 4.8rem; height: 4.8rem; margin-bottom: .7rem; object-fit: contain; }
.gateway-card__copy strong { display: block; font-family: 'Playfair Display', serif; font-size: clamp(1.35rem, 3vw, 2rem); line-height: 1.05; }
.gateway-card__copy small { display: block; margin-top: .35rem; color: rgb(255 255 255 / .68); }
.gateway-indicator { position: relative; z-index: 2; display: none; width: 4.25rem; height: .38rem; margin-top: .65rem; overflow: hidden; border-radius: 999px; background: rgb(255 255 255 / .18); }
.gateway-indicator i { position: absolute; inset-block: 0; inset-inline-start: 0; width: 50%; border-radius: inherit; background: #ca9b55; transform: translateX(0); transition: transform .32s ease; }
.gateway-indicator[data-active="1"] i { transform: translateX(100%); }
[dir="rtl"] { --sans: 'Amiri', serif; }
[dir="rtl"] body { letter-spacing: 0; }
[dir="rtl"] h1, [dir="rtl"] h2, [dir="rtl"] h3, [dir="rtl"] .brand-mark { font-family: 'Amiri', serif; line-height: 1.45; }
[dir="rtl"] .eyebrow { letter-spacing: 0; }
[dir="rtl"] .carousel { direction: rtl; }
[dir="rtl"] .carousel-controls svg { transform: scaleX(-1); }

@media (max-width: 920px) {
  .nav-toggle { display: grid; }
  .language-link--mobile { display: inline-flex; min-height: 2.7rem; align-items: center; justify-content: center; margin-inline-start: auto; padding: .45rem .8rem; border: 1px solid var(--line); border-radius: 999px; font-size: .9rem; font-weight: 650; text-decoration: none; }
  .nav-toggle { margin-inline-start: 0; }
  .main-nav { position: fixed; inset: 5rem 0 auto; display: grid; width: 100%; max-height: calc(100svh - 5rem); justify-items: stretch; gap: 0; overflow-y: auto; padding: 1.2rem var(--gutter) 2rem; border-bottom: 1px solid var(--line); background: var(--bg); transform: translateY(-120%); visibility: hidden; transition: transform .3s ease, visibility .3s ease; }
  .nav-open .main-nav { transform: none; visibility: visible; }
  .main-nav a { padding-block: .85rem; border-bottom: 1px solid var(--line); font-size: 1.08rem; }
  .main-nav .button { margin-top: .8rem; }
  .main-nav .language-link--desktop { display: none; }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .footer-top > :first-child { grid-column: 1 / -1; }
  .page-hero__inner { grid-template-columns: minmax(0, 1fr); }
  .article-shell { grid-template-columns: 1fr; }
  .article-aside { position: static; }
  .review-grid { grid-auto-columns: calc((100% - 1rem) / 2); }
}

@media (max-width: 700px) {
  :root { --gutter: 1rem; }
  h1 { font-size: clamp(2.9rem, 15vw, 4.6rem); }
  .hero h1 { max-width: 100%; overflow-wrap: break-word; text-wrap: wrap; }
  .hero { min-height: auto; }
  .hero__inner, .grid-2, .map-shell, .contact-layout { grid-template-columns: 1fr; }
  .grid-3 { grid-template-columns: 1fr; }
  .hero__inner { padding-block: 2.25rem 4rem; }
  .photo-grid { grid-template-columns: 1fr 1fr; }
  .photo-grid .media-frame:first-child { grid-column: 1 / -1; grid-row: auto; aspect-ratio: 16 / 11; }
  .map-frame, .map-frame iframe, .map-fallback { min-height: 23rem; }
  .footer-top { grid-template-columns: 1fr; }
  .footer-top > :first-child { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
  .offer-list, .platform-grid, .blog-grid { grid-template-columns: 1fr; }
  .carousel { grid-auto-columns: min(78vw, 20rem); }
  .gateway-main { padding-inline: 0; }
  .gateway-prompt { padding-inline: 1rem; }
  .gateway-grid { width: 100%; justify-content: flex-start; padding-inline: 11vw; scroll-padding-inline: 11vw; overscroll-behavior-inline: contain; -webkit-overflow-scrolling: touch; }
  .gateway-card { flex-basis: min(78vw, 315px); }
  .gateway-indicator { display: block; }
  .gateway-pastry { width: clamp(6rem, 29vw, 9rem); opacity: .18; }
  .gateway-pastry--2, .gateway-pastry--4 { opacity: .1; }
  .gateway-pastry--1 { animation-name: gateway-drift-mobile-1; }
  .gateway-pastry--2 { animation-name: gateway-drift-mobile-2; }
  .gateway-pastry--3 { animation-name: gateway-drift-mobile-3; }
  .gateway-pastry--4 { animation-name: gateway-drift-mobile-4; }
  .page-hero { padding-top: 3.4rem; }
  .article-body { font-size: 1rem; }
  .hero--cinematic { min-height: calc(100svh - 5rem); }
  .hero--cinematic::after { background: linear-gradient(0deg, rgb(0 0 0 / .82), rgb(0 0 0 / .14) 82%); }
  .hero--cinematic .hero__inner { align-items: end; padding: 4rem 1rem; }
  .page-hero--overlay { min-height: clamp(25rem, 58svh, 32rem); }
  .page-hero--overlay::after { background: linear-gradient(0deg, rgb(0 0 0 / .8), rgb(0 0 0 / .12) 78%); }
  .page-hero--overlay .page-hero__inner { padding: clamp(2.4rem, 8vw, 3rem) 1rem; }
  .reviews-shell > :first-child { grid-template-columns: 1fr; }
  .review-summary { grid-column: 1; grid-row: auto; justify-content: flex-start; text-align: start; }
  .review-grid { grid-auto-columns: min(86vw, 22rem); }
}

@keyframes gateway-drift-mobile-1 { 0% { transform: translate3d(-.35rem, .75rem, 0) rotate(-18deg) scale(.96); } 52% { transform: translate3d(1rem, -1.25rem, 0) rotate(-9deg) scale(1.02); } 100% { transform: translate3d(1.7rem, -.15rem, 0) rotate(-2deg) scale(.99); } }
@keyframes gateway-drift-mobile-2 { 0% { transform: translate3d(.6rem, -.4rem, 0) rotate(10deg) scale(.92); } 48% { transform: translate3d(-.8rem, 1rem, 0) rotate(-2deg) scale(.97); } 100% { transform: translate3d(-1.6rem, -.65rem, 0) rotate(-12deg) scale(.94); } }
@keyframes gateway-drift-mobile-3 { 0% { transform: translate3d(.5rem, .65rem, 0) rotate(20deg) scale(.98); } 45% { transform: translate3d(-1.1rem, -1.05rem, 0) rotate(10deg) scale(1.03); } 100% { transform: translate3d(-1.75rem, .4rem, 0) rotate(1deg) scale(1); } }
@keyframes gateway-drift-mobile-4 { 0% { transform: translate3d(-.6rem, -.55rem, 0) rotate(-6deg) scale(.9); } 55% { transform: translate3d(.75rem, 1.1rem, 0) rotate(7deg) scale(.95); } 100% { transform: translate3d(1.45rem, -.3rem, 0) rotate(14deg) scale(.92); } }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
  .gateway-pastry { animation: none !important; will-change: auto; }
  .gateway-pastry--1 { transform: translate3d(0, 0, 0) rotate(-14deg) scale(.98); }
  .gateway-pastry--2 { transform: translate3d(0, 0, 0) rotate(8deg) scale(.93); }
  .gateway-pastry--3 { transform: translate3d(0, 0, 0) rotate(16deg) scale(1); }
  .gateway-pastry--4 { transform: translate3d(0, 0, 0) rotate(-6deg) scale(.91); }
}
