    @font-face { font-family: 'Miraj Display'; src: url('../fonts/Anton-Regular.ttf') format('truetype'); font-weight: 400; font-display: swap; }
    @font-face { font-family: 'Miraj Sans'; src: url('../fonts/Arimo-Regular.ttf') format('truetype'); font-weight: 400; font-display: swap; }
    @font-face { font-family: 'Miraj Sans'; src: url('../fonts/Arimo-Bold.ttf') format('truetype'); font-weight: 700; font-display: swap; }
    /* Homepage only. Approved layout retained; photography comes from client assets.
       Change the tokens below to tune spacing and colour; no build step is required. */
    :root {
      color-scheme: dark;
      --bg: #0b0c0c;
      --panel: #101111;
      --cream: #f2eee6;
      --muted: #bdb9b0;
      --gold: #d5b075;
      --gold-light: #f0d1a0;
      --line: rgba(213,176,117,.21);
      --serif: 'Miraj Display', Georgia, 'Times New Roman', serif;
      --sans: 'Miraj Sans', Arial, Helvetica, sans-serif;
      --page: 1280px;
      --gutter: clamp(24px,5.55vw,100px);
      --header: 104px;
      --section: clamp(78px,8.35vw,132px);
    }
    * { box-sizing: border-box; scrollbar-width: thin; scrollbar-color: #8b744e #111212; }
    .bar.bar-evening { display: grid; grid-template-columns: minmax(0,.9fr) minmax(0,1.1fr); gap: clamp(32px,6vw,100px); align-items: center; padding: 64px var(--gutter); max-width: 1480px; margin: 0 auto 72px; background: #141515; border-block: 1px solid var(--line); }
    .bar-evening .bar-image { position: relative; min-height: 0; height: auto; margin: 0; overflow: hidden; }
    .bar-evening .bar-image img { position: static; display: block; width: 100%; height: auto; max-height: 560px; object-fit: contain; }
    .bar-evening .bar-image::after { display: none; }
    .story-image:has(.location-map)::after { display: none; }
    .location-map { position: relative; height: 100%; min-height: 560px; background: #171918; border: 1px solid var(--line); }
    .location-map iframe { display: block; width: 100%; height: 100%; min-height: 560px; border: 0; filter: grayscale(1) invert(.9) sepia(.22); }
    .location-map-card { position: absolute; left: 24px; right: 24px; bottom: 48px; display: grid; gap: 8px; padding: 22px 26px; background: #0b0c0cf2; border: 1px solid var(--line); box-shadow: 0 12px 40px #0006; width: fit-content; max-width: calc(100% - 48px); }
    .location-map-card strong { font: 38px/1.1 var(--serif); }
    .location-map-card > span:not(.eyebrow) { color: var(--muted); }
    .location-map-card a { padding-top: 10px; color: var(--gold-light); font-weight: 700; }
    .bar.bar-evening { background: radial-gradient(ellipse at 23% 45%,#49361d55,transparent 60%),#101111; }
    .bar-evening .bar-image:has(.record-player) { overflow: visible; align-self: center; }
    .record-player { position: relative; width: 100%; padding: 8% 24% 8% 0; isolation: isolate; }
    .record-halo { position: absolute; inset: 0 -5%; background: radial-gradient(ellipse,#d5b07526,transparent 68%); z-index: -2; }
    .record-sleeve { position: relative; display: block; z-index: 2; transform: rotate(-5deg); box-shadow: -8px 20px 40px #0009,2px 0 0 #d5b07580; transition: transform .4s ease; background: #191918; }
    .bar-evening .record-sleeve img { position: static; width: 100%; height: auto; max-height: none; display: block; }
    .record-sleeve-edge { position: absolute; inset: 0; box-shadow: inset 6px 0 10px #ffffff12,inset -4px 0 8px #0009; pointer-events: none; }
    .vinyl-disc { position: absolute; width: 74%; aspect-ratio: 1; right: 0; top: 50%; translate: 0 -50%; border-radius: 50%; border: 2px solid #444; background: repeating-radial-gradient(circle at center,#141414 0 2px,#303030 3px,#101010 4px 6px); box-shadow: 8px 18px 35px #000b; animation: vinyl-spin 14s linear infinite; animation-play-state: paused; }
    .vinyl-disc::before { content: ''; position: absolute; inset: 0; border-radius: inherit; background: conic-gradient(from 30deg,transparent,#ffffff24 14%,transparent 28%,#ffffff05 45%,transparent 55%,#ffffff24 68%,transparent 84%); }
    .vinyl-label { position: absolute; inset: 34%; border-radius: 50%; background: #d5b075; color: #151515; display: flex; flex-direction: column; align-items: center; justify-content: center; border: 6px double #191919; text-align: center; }
    .vinyl-label span { font: clamp(18px,2.5vw,32px) var(--serif); }
    .vinyl-label small { font: 7px var(--sans); letter-spacing: 1px; padding: 5px 12px; }
    .vinyl-label::after { content: ''; width: 8px; height: 8px; border-radius: 50%; background: #111; border: 1px solid #f3d79e; }
    .record-player.is-visible .vinyl-disc { animation-play-state: running; }
    .record-player:hover .record-sleeve { transform: rotate(-8deg) translateX(-2%); }
    .record-sleeve:focus-visible { outline: 3px solid var(--gold-light); outline-offset: 6px; }
    .bar-evening .event-primary { display: flex; width: fit-content; }
    @keyframes vinyl-spin { to { transform: rotate(360deg); } }
    @media(max-width:640px) {
      .location-map,.location-map iframe { min-height: 460px; }
      .vinyl-label span { font-size: 22px; }
    }
    @media(prefers-reduced-motion:reduce) {
      .vinyl-disc { animation: none; }
      .record-sleeve { transition: none; }
      .record-player:hover .record-sleeve { transform: rotate(-5deg); }
    }
    .bar-evening .photo-caption { position: static; padding: 14px 0 0; color: var(--gold-light); }
    .bar-evening .bar-copy { padding: 20px 0; }
    .bar-evening .botanical { display: none; }
    .bar-evening .bar-copy h2 { font-size: clamp(44px,5vw,76px); line-height: 1.08; }
    .evening-gallery-link { display: block; width: fit-content; margin-top: 20px; padding-block: 10px; color: var(--gold-light); font-size: 18px; }
    .evening-note { border-top: 1px solid var(--line); padding-top: 24px; margin-top: 24px; color: var(--muted); font-size: 16px; line-height: 1.6; }
    .evening-note a { color: var(--gold-light); text-decoration: underline; }
    .miraj-gallery { columns: 3; column-gap: 24px; }
    .gallery-tile { display: block; break-inside: avoid; border: 1px solid var(--line); background: #141515; margin-bottom: 24px; }
    .gallery-tile img { display: block; width: 100%; height: auto; }
    .gallery-tile-copy { display: grid; grid-template-columns: 1fr auto; gap: 12px; padding: 22px; }
    .gallery-tile-copy .eyebrow { grid-column: 1/-1; font-size: 13px; }
    .gallery-tile-title { font: 26px/1.25 var(--serif); }
    .gallery-tile:hover { border-color: var(--gold); }
    .gallery-instagram { padding: 64px 0 80px; text-align: center; }
    .gallery-instagram h2 { font-size: clamp(32px,4vw,52px); margin: 16px 0; }
    .gallery-instagram p:not(.eyebrow) { color: var(--muted); font-size: 18px; margin-bottom: 24px; }
    @media(max-width:1000px) { .miraj-gallery { columns: 2; } }
    @media(max-width:640px) {
      .bar.bar-evening { grid-template-columns: 1fr; gap: 20px; padding-block: 32px; margin-bottom: 48px; }
      .bar-evening .bar-image img { max-height: 420px; }
      .miraj-gallery { columns: 1; }
    }
    ::-webkit-scrollbar { width: 6px; height: 6px; }
    ::-webkit-scrollbar-track { background: #111212; }
    ::-webkit-scrollbar-thumb { background: #8b744e; border-radius: 10px; border: 1px solid #111212; }
    ::-webkit-scrollbar-thumb:hover { background: #d5b075; }
    ::-webkit-scrollbar-corner { background: #111212; }
    html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header) + 24px); }
    body { margin: 0; background: var(--bg); color: var(--cream); font: 16px/1.65 var(--sans); -webkit-font-smoothing: antialiased; }
    body::before { content: ''; position: fixed; inset: 0; z-index: 5; opacity: .038; pointer-events: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='170' height='170'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.82' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' opacity='.55' filter='url(%23n)'/%3E%3C/svg%3E"); }
    ::selection { background: var(--gold); color: var(--bg); }
    a { color: inherit; text-decoration: none; }
    button { font: inherit; color: inherit; cursor: pointer; }
    a,button { -webkit-tap-highlight-color: transparent; touch-action: manipulation; }
    button,figure { margin: 0; }
    img { display: block; max-width: 100%; height: auto; }
    h1,h2,h3,p { margin: 0; }
    h1,h2,h3 { font-family: var(--serif); font-weight: 400; }
    button:focus-visible,a:focus-visible { outline: 2px solid var(--gold-light); outline-offset: 6px; }
    .wrap { width: min(var(--page),calc(100% - var(--gutter)*2)); margin-inline: auto; }
    .icon { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; flex-shrink: 0; }
    .sr-only { position: absolute; width: 1px; height: 1px; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
    .skip-link { position: fixed; z-index: 100; left: 20px; top: 12px; padding: 12px 20px; background: var(--gold); color: #111; transform: translateY(-180%); }
    .skip-link:focus { transform: none; }
    .eyebrow { font: 11px/1.6 var(--serif); letter-spacing: .28em; text-transform: uppercase; color: var(--gold); }
    .button { display: inline-flex; align-items: center; justify-content: center; gap: 24px; min-height: 55px; padding: 17px 28px; border: 1px solid var(--gold); font: 700 11px/1.4 var(--sans); letter-spacing: .085em; text-transform: uppercase; white-space: nowrap; transition: background .2s,border-color .2s,box-shadow .2s; }
    .button .icon { width: 18px; height: 18px; }
    .button--gold { color: #17130d; background: linear-gradient(115deg,#eccb94 0%,#dfb879 58%,#c49b61 100%); box-shadow: inset 0 0 0 3px #f8ddb326; }
    .button--gold:hover { background: linear-gradient(115deg,#f5d8ab,#e9c58e); box-shadow: 0 5px 25px #b78b3b20,inset 0 0 0 3px #f8ddb350; }
    .button--line { color: var(--cream); background: #090a0a30; border-color: #d5b07580; }
    .button--line:hover { background: #d5b07514; border-color: var(--gold); }
    .button--small { min-height: 48px; padding: 13px 23px; font-size: 10px; }
    .text-link { display: inline-flex; align-items: center; gap: 22px; color: var(--gold); font-size: 10px; line-height: 1.8; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; min-height: 44px; }
    .text-link .icon { transition: transform .2s; }
    .text-link:hover .icon { transform: translateX(5px); }
    .rule { display: block; width: 44px; height: 1px; background: var(--gold); opacity: .85; }

    /* Fixed header. Glass strength is driven by scroll progress; the layout never shifts. */
    .site-header {
      --glass-blur: 6px;
      --glass-alpha: .16;
      position: fixed; inset: 0 0 auto; width: 100%; height: var(--header); z-index: 30;
      border-bottom: 1px solid #d5b07520; background: rgba(9,10,10,.94);
      transition: border-color .25s, box-shadow .25s;
    }
    @supports ((backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px))) {
      .site-header {
        background: rgba(9,10,10,var(--glass-alpha));
        -webkit-backdrop-filter: blur(var(--glass-blur)) saturate(120%);
        backdrop-filter: blur(var(--glass-blur)) saturate(120%);
      }
    }
    .site-header.is-scrolled { border-bottom-color: #d5b07540; box-shadow: 0 8px 32px #00000024; }
    .site-header.menu-open { background: rgba(9,10,10,.94); }

    .header-inner { display: flex; align-items: center; justify-content: space-between; height: 100%; gap: 30px; }
    .brand { display: inline-block; flex-shrink: 0; }
    .brand img { width: 204px; height: auto; }
    .main-nav { display: flex; align-items: center; gap: 29px; }
    .main-nav a { padding: 17px 0; font-size: 10px; line-height: 1.4; letter-spacing: .085em; text-transform: uppercase; position: relative; }
    .main-nav a::after { content: ''; height: 1px; background: var(--gold); position: absolute; bottom: 7px; left: 0; width: 0; transition: width .2s; }
    .main-nav a:hover::after,.main-nav a[aria-current='location']::after { width: 100%; }
    .main-nav a[aria-current='location'] { color: var(--gold-light); }
    .header-actions { display: flex; align-items: center; gap: 22px; }
    .header-phone { display: flex; align-items: center; gap: 10px; font-size: 12px; white-space: nowrap; }
    .header-phone .icon { color: var(--gold); }
    .nav-toggle { display: none; background: none; border: 1px solid var(--line); width: 46px; height: 46px; align-items: center; justify-content: center; }
    .nav-toggle .close-icon { display: none; }
    .nav-toggle[aria-expanded='true'] .menu-icon { display: none; }
    .nav-toggle[aria-expanded='true'] .close-icon { display: block; }

    /* Real client photography. Only the image layer moves; text and page scroll stay native. */
    .hero { min-height: 800px; height: min(100svh,960px); position: relative; isolation: isolate; background: #070808; overflow: hidden; }
    .hero-visual { position: absolute; z-index: -3; top: 48px; bottom: 0; right: 0; width: 66%; -webkit-mask-image: linear-gradient(90deg,transparent,#000 16%); mask-image: linear-gradient(90deg,transparent,#000 16%); }
    /* Overscan contains the parallax travel; it does not enlarge the source file. */
    .hero-media { position: absolute; inset: -90px 0; transform: translate3d(0,var(--hero-shift,0px),0); }
    .hero.in-view .hero-media { will-change: transform; }
    .hero-visual img { width: 100%; height: 100%; object-fit: cover; object-position: 61% 48%; }
    .hero-visual { top: 60px; bottom: -45px; }
    .hero-media { -webkit-mask-image: linear-gradient(180deg,transparent,#000 22%,#000 82%,transparent); mask-image: linear-gradient(180deg,transparent,#000 22%,#000 82%,transparent); }
    .hero::before { content: ''; position: absolute; inset: 0; z-index: -2; background: linear-gradient(90deg,#070808 1%,#070808 29%,#070808ec 35%,#07080892 46%,#0708081c 61%,transparent 78%); }
    .hero::after { content: ''; position: absolute; inset: 0; z-index: -1; background: linear-gradient(0deg,#0b0c0c 0%,#0b0c0c66 9%,transparent 28%,transparent 77%,#04050533 100%); }
    .hero-inner { height: 100%; min-height: inherit; display: flex; flex-direction: column; justify-content: center; padding-top: 155px; padding-bottom: 136px; }
    .hero .eyebrow { color: var(--cream); font-size: 12px; margin-bottom: 22px; }
    .hero .eyebrow::after { content: ''; display: block; width: 40px; height: 1px; background: var(--gold); margin-top: 19px; }
    .hero h1 { font-size: clamp(55px,5.17vw,82px); line-height: 1.07; letter-spacing: -.035em; text-transform: uppercase; }
    .hero h1 span { display: block; }
    .hero h1 .gold { color: var(--gold-light); }
    .hero-copy { margin-top: 30px; color: #d1cfc7; font-family: var(--serif); font-size: 18px; line-height: 1.55; max-width: 340px; }
    .hero-actions { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; margin-top: 37px; }
    .hero-floor { position: absolute; bottom: 46px; left: 0; right: 0; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
    .scroll-cue { display: flex; align-items: center; gap: 17px; font-size: 9px; letter-spacing: .17em; text-transform: uppercase; min-height: 44px; }
    .scroll-cue .icon { width: 15px; color: var(--gold); }
    .hero-location { display: flex; align-items: center; gap: 18px; font-size: 9px; letter-spacing: .17em; text-transform: uppercase; }
    .hero-location::before { content: ''; width: 54px; height: 1px; background: #d5b07566; }

    /* Approved spacing, real HTML cards and selectable labels. */
    .recommendations { padding-top: var(--section); padding-bottom: 85px; }
    .section-head { position: relative; text-align: center; margin-bottom: 56px; }
    .section-head .eyebrow { margin-bottom: 18px; }
    .section-head h2 { font-size: clamp(30px,3.25vw,48px); line-height: 1.17; letter-spacing: -.025em; text-transform: uppercase; }
    .section-head .rule { margin: 22px auto 0; width: 35px; }
    .section-subtitle { color: #c1bfb7; font: 16px/1.65 var(--serif); margin-top: 20px; }
    .section-head .text-link { position: absolute; right: 0; top: 37px; text-align: left; font-size: 9px; gap: 18px; }
    .dish-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 28px; }
    .dish-card { border: 1px solid var(--line); background: #0c0d0d; min-width: 0; transition: border-color .25s,transform .25s; }
    .dish-card:hover { border-color: #d5b07570; transform: translateY(-4px); }
    .dish-image { overflow: hidden; background: #e9e3df; }
    .dish-image img { display: block; width: 100%; height: auto; aspect-ratio: auto; object-fit: contain; }
    .dish-card:hover .dish-image img { transform: none; }
    .dish-body { padding: 23px 23px 24px; }
    .dish-title-row { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; }
    .dish-title-row h3 { font-size: 16px; line-height: 1.4; text-transform: uppercase; letter-spacing: .005em; }
    .dish-price { color: var(--gold-light); font-size: 18px; white-space: nowrap; font-family: var(--serif); line-height: 1.2; }
    .dish-price small { font: 9px var(--sans); text-transform: uppercase; letter-spacing: .04em; margin-left: 3px; color: var(--cream); }
    .dish-body p { color: #bdbab2; font-size: 12px; line-height: 1.7; margin-top: 9px; }
    .categories { padding-bottom: var(--section); }
    .categories-inner { border-top: 1px solid var(--line); padding-top: 72px; }
    .categories .section-head { margin-bottom: 46px; }
    .categories .section-head h2 { font-size: clamp(29px,2.9vw,42px); }
    .category-track { display: grid; grid-template-columns: repeat(7,minmax(0,1fr)); gap: 16px; }
    .category-card { padding: 0; border: 1px solid var(--line); background: #090a0a; text-align: left; min-width: 0; overflow: hidden; transition: border-color .2s,background .2s; }
    .category-card:hover { border-color: var(--gold); background: #171610; }
    .category-photo { display: block; overflow: hidden; background: #e9e3df; }
    .category-card img { width: 100%; aspect-ratio: .98; object-fit: cover; transition: transform .45s; }
    .category-card:hover img { transform: scale(1.045); }
    .category-label { min-height: 59px; padding: 15px 13px; display: flex; align-items: center; justify-content: space-between; gap: 7px; font: 13px/1.4 var(--serif); text-transform: uppercase; }
    .category-label .icon { color: var(--gold); width: 16px; height: 16px; }
    .swipe-hint { display: none; color: var(--muted); font-size: 10px; letter-spacing: .07em; margin-top: 18px; }

    /* Atmosphere and bar keep the original alternating photographic composition. */
    .story { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); display: grid; grid-template-columns: 40% 60%; min-height: 580px; background: #090b0b; position: relative; }
    .story-copy { align-self: center; padding: 80px 48px 80px max(var(--gutter),calc((100vw - var(--page))/2)); z-index: 1; }
    .story-copy h2 { font-size: clamp(42px,4.2vw,63px); line-height: 1.08; letter-spacing: -.025em; margin-top: 22px; text-transform: uppercase; }
    .story-copy .rule { margin-top: 28px; }
    .story-copy .copy { font-size: 14px; line-height: 1.85; color: var(--muted); max-width: 330px; margin-top: 25px; }
    .story-copy .button { margin-top: 33px; }
    .story-image { position: relative; min-height: 100%; overflow: hidden; }
    .story-image img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; object-position: 54% 37%; }
    .story-image::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg,#090b0b 0%,#090b0b5c 12%,transparent 32%); }
    .bar { display: grid; grid-template-columns: 51% 49%; min-height: 470px; border-bottom: 1px solid var(--line); background: #090b0b; }
    .bar-image { position: relative; overflow: hidden; background: radial-gradient(ellipse at 60% 50%,#30251866,#090b0b 76%); }
    .bar-image img { position: absolute; width: 100%; height: 100%; object-fit: contain; object-position: center; }
    .bar-image::after { content: ''; position: absolute; inset: 0; background: linear-gradient(270deg,#090b0b,transparent 18%); }
    .bar-copy { padding: 88px max(var(--gutter),calc((100vw - var(--page))/2)) 88px 64px; align-self: center; position: relative; overflow: hidden; }
    .bar-copy h2 { text-transform: uppercase; font-size: clamp(32px,3vw,44px); line-height: 1.18; margin-top: 23px; }
    .bar-copy .copy { color: var(--muted); font: 16px/1.7 var(--serif); max-width: 360px; margin-top: 25px; }
    .bar-copy .button { margin-top: 32px; }
    .botanical { position: absolute; right: -50px; top: 35px; width: 200px; height: 300px; opacity: .19; color: var(--gold); pointer-events: none; transform: rotate(-12deg); }

    /* Contact is a single uncluttered band, not a booking system. */
    .contact-band { border-bottom: 1px solid var(--line); padding: 70px 0; position: relative; background: radial-gradient(ellipse at 15% 35%,#25221b45,transparent 55%),linear-gradient(120deg,#121311,#0a0b0b 70%); }
    .contact-inner { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 55px; }
    .contact-details { display: flex; align-items: center; gap: 44px; margin-top: 24px; flex-wrap: wrap; }
    .contact-details a { display: inline-flex; align-items: center; gap: 14px; font: 21px/1.5 var(--serif); min-height: 44px; }
    .contact-details a:hover { color: var(--gold-light); }
    .contact-details .icon { color: var(--gold); width: 25px; height: 25px; }
    .booking { border-left: 1px solid var(--line); padding-left: 65px; text-align: center; }
    .booking .button { min-width: 262px; }
    .booking p { font: 9px/1.7 var(--serif); color: var(--gold); text-transform: uppercase; letter-spacing: .085em; margin-top: 15px; }
    .site-footer { padding: 46px 0 25px; background: #080909; }
    .footer-main { display: flex; align-items: center; justify-content: space-between; gap: 45px; padding-bottom: 36px; }
    .footer-brand img { width: 173px; }
    .footer-nav { display: flex; align-items: center; gap: 25px; }
    .footer-nav a { font-size: 9px; letter-spacing: .08em; text-transform: uppercase; padding: 15px 0; }
    .footer-nav a:hover { color: var(--gold); }
    .footer-right { display: flex; align-items: center; gap: 43px; }
    .social-link { display: inline-flex; width: 44px; height: 44px; align-items: center; justify-content: center; color: #d5d2ca; }
    .social-link:hover { color: var(--gold); }
    .footer-location { font-size: 9px; line-height: 1.8; color: var(--gold); text-transform: uppercase; letter-spacing: .075em; text-align: right; }
    .footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding-top: 22px; border-top: 1px solid #ffffff0b; color: #94938d; font-size: 10px; }
    .toast { position: fixed; z-index: 50; bottom: 24px; left: 50%; width: max-content; max-width: calc(100% - 32px); transform: translate(-50%,20px); background: #1b1b18; border: 1px solid #d5b07560; padding: 17px 25px; box-shadow: 0 8px 50px #0008; color: var(--cream); font-size: 13px; opacity: 0; visibility: hidden; transition: opacity .2s,transform .2s,visibility .2s; pointer-events: none; text-align: center; }
    .toast.is-visible { opacity: 1; transform: translate(-50%,0); visibility: visible; }

    /* The same content reflows for touch screens, rather than shrinking the desktop. */
    @media (min-width: 1700px) {
      .hero-visual { width: 63%; }
      .hero h1 { font-size: 86px; }
    }
    @media (max-width: 1250px) {
      .header-phone { display: none; }
      .main-nav { gap: 24px; }
      .brand img { width: 180px; }
      .section-head .text-link { position: static; margin-top: 21px; }
      .section-head .text-link br { display: none; }
      .contact-details { gap: 24px; }
      .booking { padding-left: 32px; }
      .contact-details a { font-size: 18px; }
      .footer-main { gap: 25px; }
      .footer-nav { gap: 20px; }
      .footer-right { gap: 20px; }
    }
    @media (max-width: 1000px) {
      :root { --header: 90px; }
      .header-inner { gap: 20px; }
      .nav-toggle { display: inline-flex; }
      .main-nav { display: none; position: absolute; top: calc(var(--header) - 1px); left: 0; right: 0; background: #0d0e0efc; border-bottom: 1px solid var(--line); padding: 20px var(--gutter) 28px; }
      .main-nav.is-open { display: grid; grid-template-columns: 1fr; gap: 0; max-height: calc(100dvh - var(--header)); overflow-y: auto; overscroll-behavior: contain; }
      .main-nav a { min-height: 48px; font-size: 12px; }
      .main-nav a::after { max-width: 48px; }
      .header-actions { margin-left: auto; gap: 13px; }
      .hero { min-height: 750px; max-height: 900px; }
      .hero h1 { font-size: clamp(51px,6.6vw,69px); }
      .hero-visual { width: 80%; right: -7%; opacity: .85; }
      .hero::before { background: linear-gradient(90deg,#070808 0%,#070808ed 25%,#0708088f 44%,#07080830 72%,transparent); }
      .hero-copy { font-size: 17px; }
      .dish-grid { gap: 19px; }
      .dish-body { padding: 20px 17px; }
      .dish-title-row { display: block; }
      .dish-price { display: block; margin-top: 12px; }
      .dish-title-row h3 { font-size: 16px; min-height: 44px; }
      .category-track { display: grid; grid-template-columns: none; grid-auto-flow: column; grid-auto-columns: 150px; overflow-x: auto; padding: 4px 0 14px; scroll-snap-type: x mandatory; scrollbar-width: thin; scrollbar-color: #b59b6570 transparent; }
      .category-card { scroll-snap-align: start; }
      .swipe-hint { display: block; }
      .story { grid-template-columns: 45% 55%; min-height: 550px; }
      .story-copy { padding-top: 65px; padding-bottom: 65px; padding-right: 25px; }
      .story-copy h2 { font-size: 44px; }
      .story-copy .copy { font-size: 13px; }
      .story-copy .button { padding-inline: 16px; gap: 15px; }
      .bar-copy { padding: 65px var(--gutter) 65px 38px; }
      .bar-copy h2 { font-size: 34px; }
      .bar { min-height: 420px; }
      .contact-inner { grid-template-columns: 1fr; gap: 35px; }
      .booking { border-left: 0; padding-left: 0; text-align: left; }
      .contact-details { gap: 36px; }
      .footer-nav { gap: 17px; }
      .footer-location { display: none; }
    }
    @media (max-width: 640px) {
      :root { --header: 85px; --gutter: 24px; --section: 78px; }
      .brand img { width: 145px; }
      .header-inner { gap: 12px; }
      .header-actions { gap: 10px; }
      .header-actions .button { display: none; }
      .hero { height: 100svh; min-height: 790px; max-height: 980px; }
      .hero-inner { padding-top: 140px; padding-bottom: 150px; justify-content: flex-start; }
      .hero .eyebrow { font-size: 10px; margin-bottom: 25px; }
      .hero .eyebrow::after { margin-top: 14px; }
      .hero h1 { font-size: clamp(36px,9.4vw,59px); line-height: 1.11; letter-spacing: -.03em; }
      .hero-copy { font-size: 15px; line-height: 1.65; max-width: 265px; margin-top: 26px; }
      .hero-actions { gap: 11px; margin-top: 28px; }
      .hero-actions .button { min-height: 49px; padding: 14px 16px; gap: 11px; font-size: 9px; letter-spacing: .03em; }
      .hero-actions .button .icon { width: 16px; }
      .hero-visual { width: 130%; height: 65%; top: auto; right: -27%; bottom: 0; opacity: 1; }
      .hero-visual img { object-fit: cover; object-position: 50% 100%; }
      .hero::before { background: linear-gradient(180deg,#070808 0%,#070808 16%,#070808cf 37%,#07080855 54%,transparent 68%),linear-gradient(90deg,#070808d9,#07080835 76%); }
      .hero::after { background: linear-gradient(0deg,#0b0c0c,#0b0c0c80 9%,transparent 30%); }
      .hero-floor { bottom: 28px; gap: 10px; }
      .hero-location { font-size: 8px; gap: 9px; }
      .hero-location::before { width: 22px; }
      .scroll-cue { font-size: 8px; gap: 9px; letter-spacing: .10em; }
      .recommendations { padding-bottom: 65px; }
      .section-head { margin-bottom: 36px; }
      .section-head .eyebrow { font-size: 9px; letter-spacing: .21em; margin-bottom: 16px; }
      .section-head h2 { font-size: 31px; line-height: 1.23; max-width: 330px; margin-inline: auto; }
      .section-subtitle { max-width: 280px; font-size: 15px; margin: 19px auto 0; }
      .section-head .text-link { font-size: 9px; }
      .dish-grid { grid-template-columns: 1fr; gap: 28px; }
      .dish-body { padding: 22px 21px 24px; }
      .dish-title-row { display: flex; align-items: baseline; }
      .dish-title-row h3 { min-height: 0; font-size: 16px; }
      .dish-price { display: inline; font-size: 21px; margin-top: 0; }
      .dish-body p { font-size: 12px; }
      .categories-inner { padding-top: 60px; }
      .categories .section-head { margin-bottom: 31px; }
      .categories .section-head h2 { font-size: 31px; max-width: 290px; }
      .category-track { grid-auto-columns: 143px; gap: 14px; }
      .category-label { min-height: 56px; padding: 13px; font-size: 12px; }
      .swipe-hint { font-size: 9px; }
      .story { display: flex; flex-direction: column; }
      .story-copy { padding: 72px var(--gutter) 46px; width: 100%; }
      .story-copy h2 { font-size: clamp(38px,12.8vw,50px); line-height: 1.06; margin-top: 24px; }
      .story-copy .copy { max-width: 360px; font-size: 14px; line-height: 1.85; margin-top: 25px; }
      .story-copy .button { padding-inline: 22px; margin-top: 29px; }
      .story-image { min-height: 320px; }
      .story-image::after { background: linear-gradient(180deg,#090b0b,transparent 23%,transparent 85%,#090b0b66); }
      .story-image img { object-position: 61% 50%; }
      .bar { display: flex; flex-direction: column; }
      .bar-copy { order: 1; padding: 71px var(--gutter) 37px; width: 100%; }
      .bar-copy h2 { font-size: clamp(31px,9.5vw,37px); line-height: 1.2; }
      .bar-copy .copy { font-size: 16px; }
      .bar-copy .button { margin-top: 28px; }
      .bar-image { order: 2; min-height: 460px; }
      .bar-image img { object-position: center; }
      .bar-image::after { background: linear-gradient(180deg,#090b0b,transparent 18%); }
      .botanical { top: 35px; right: -56px; width: 170px; opacity: .14; }
      .contact-band { padding: 61px 0; }
      .contact-inner { gap: 29px; }
      .contact-band .eyebrow { font-size: 10px; letter-spacing: .20em; }
      .contact-details { flex-direction: column; align-items: flex-start; gap: 12px; margin-top: 19px; }
      .contact-details a { font-size: 19px; }
      .booking .button { min-width: 0; width: 100%; }
      .booking p { text-align: center; font-size: 8px; }
      .site-footer { padding-top: 38px; }
      .footer-main { display: grid; grid-template-columns: 1fr auto; gap: 21px; padding-bottom: 21px; }
      .footer-brand img { width: 148px; }
      .footer-nav { order: 3; grid-column: 1/-1; justify-content: space-between; gap: 10px; flex-wrap: wrap; }
      .footer-nav a { font-size: 9px; }
      .footer-right { justify-content: flex-end; gap: 0; }
      .footer-bottom { flex-direction: column; align-items: flex-start; gap: 8px; font-size: 9px; padding-top: 19px; }
      .toast { bottom: 18px; font-size: 12px; }
    }
    @media (max-width: 360px) {
      .hero h1 { font-size: 34px; }
      .hero-actions { align-items: flex-start; }
      .hero-actions .button { font-size: 8px; padding-inline: 13px; gap: 8px; }
      .hero-location { display: none; }
      .dish-title-row h3 { font-size: 14px; }
      .dish-price { font-size: 18px; }
    }
    @media (max-height: 570px) and (orientation: landscape) {
      .hero { height: auto; min-height: 690px; max-height: none; }
      .hero-inner { padding-top: 150px; padding-bottom: 130px; }
      .hero h1 { font-size: clamp(43px,5.5vw,65px); }
      .main-nav.is-open { grid-template-columns: repeat(3,1fr); }
    }
    @media (prefers-reduced-motion: reduce) {
      html { scroll-behavior: auto; }
      *,*::before,*::after { transition: none !important; animation: none !important; }
      .dish-card:hover,.dish-card:hover img,.category-card:hover img { transform: none; }
    }

    .photo-caption { position: absolute; z-index: 2; right: 24px; bottom: 18px; left: 24px; color: #e5d8be; font: 9px/1.7 var(--sans); letter-spacing: .12em; text-transform: uppercase; text-shadow: 0 2px 8px #000; text-align: right; }
    .photo-caption a { border-bottom: 1px solid #d5b07560; padding-block: 5px; }
    .hero-media img { display: block; }
    @media (max-width:640px) {
      .hero-visual { top: 235px; bottom: -50px; }
      .hero-media { inset: -42px 0; }
      .hero-visual img { object-position: 57% 66%; }
      .hero-media { -webkit-mask-image: linear-gradient(180deg,transparent,#000 20%,#000 78%,transparent); mask-image: linear-gradient(180deg,transparent,#000 20%,#000 78%,transparent); }
      .photo-caption { font-size: 8px; bottom: 14px; }
      .bar-image::after { pointer-events: none; }
    }
    @media (prefers-reduced-motion:reduce) {
      .hero-media { transform: none !important; will-change: auto !important; }
    }

    /* Interior pages share the approved homepage palette and spacing. */
    [hidden] { display: none !important; }
    .main-nav a[aria-current='page'] { color: var(--gold-light); }
    .main-nav a[aria-current='page']::after { width: 100%; }
    .inner-page .site-header { --glass-alpha: .94; }
    .inner-page main { padding-top: var(--header); }
    .page-intro { padding-block: 90px 60px; }
    .page-intro h1 { font-size: clamp(42px,5.8vw,78px); line-height: 1.1; text-transform: uppercase; letter-spacing: -.035em; margin-top: 24px; }
    .page-intro h1 span { color: var(--gold-light); }
    .page-intro > p:not(.eyebrow) { color: var(--muted); max-width: 600px; margin-top: 28px; font-size: 17px; }
    .page-intro .rule { margin-top: 32px; }
    .menu-switch { display: flex; gap: 30px; border-bottom: 1px solid var(--line); margin-bottom: 38px; }
    .menu-switch a { padding-block: 14px; font-size: 13px; }
    .menu-switch a[aria-current] { border-bottom: 2px solid var(--gold); color: var(--gold-light); }
    .catalog { padding-bottom: 85px; }
    .menu-controls { display: grid; grid-template-columns: 2fr 1fr 1.2fr auto; align-items: end; gap: 18px; padding: 24px; background: var(--panel); border: 1px solid var(--line); }
    .menu-controls > div { min-width: 0; }
    .menu-controls label { display: block; color: var(--muted); font-size: 12px; margin-bottom: 9px; }
    .menu-controls input,.menu-controls select { width: 100%; min-height: 52px; background: var(--bg); color: var(--cream); border: 1px solid #d5b07560; padding: 12px; border-radius: 0; font: 16px var(--sans); }
    :is(input,select,summary):focus-visible { outline: 2px solid var(--gold-light); outline-offset: 4px; }
    .results-count { color: var(--muted); font-size: 12px; margin: 14px 0; }
    .category-index { display: flex; flex-wrap: wrap; gap: 8px; padding-block: 16px 36px; }
    .category-index a { font-size: 11px; padding: 10px 14px; border: 1px solid var(--line); min-height: 44px; display: inline-flex; align-items: center; }
    .category-index a:hover { background: #d5b07515; border-color: var(--gold); }
    .menu-group { margin-top: 38px; scroll-margin-top: calc(var(--header) + 24px); }
    .menu-group-heading { margin-bottom: 26px; padding-top: 28px; border-top: 1px solid var(--line); }
    .menu-group h2 { font-size: clamp(25px,3vw,38px); line-height: 1.25; margin-top: 10px; }
    .menu-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 22px; align-items: start; }
    .menu-item { scroll-margin-top: calc(var(--header) + 24px); }
    .menu-item:target { outline: 2px solid var(--gold); outline-offset: 5px; }
    .menu-item .dish-title-row { display: block; }
    .menu-item .dish-title-row h3 { min-height: 0; overflow-wrap: anywhere; }
    .menu-item .dish-price { display: block; margin-top: 12px; font-size: 20px; white-space: normal; }
    .menu-item .dish-body > p { overflow-wrap: anywhere; }
    .menu-item .menu-quantity { color: var(--gold-light); font-size: 12px; }
    [data-featured] .dish-title-row { display: flex; }
    [data-featured] .dish-price { white-space: nowrap; font-size: 18px; margin: 0; }
    .product-details { margin-top: 18px; border-top: 1px solid var(--line); padding-top: 5px; font-size: 12px; }
    summary { cursor: pointer; padding-block: 12px; color: var(--gold-light); }
    .product-details dl { margin: 8px 0; }
    .product-details dl > div { display: flex; justify-content: space-between; gap: 16px; padding-block: 5px; }
    .product-details dd { margin: 0; text-align: right; color: var(--muted); }
    .menu-note { font-size: 13px; color: var(--muted); max-width: 850px; margin: 20px 0; }
    .menu-empty { padding: 70px 24px; text-align: center; border: 1px solid var(--line); }
    .menu-empty h2 { font-size: 32px; margin-bottom: 14px; }
    [data-catalog='drinks'] .menu-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
    [data-catalog='drinks'] .dish-title-row { display: flex; }
    [data-catalog='drinks'] .dish-price { margin: 0; flex-shrink: 0; }
    .event-section { margin-bottom: 0; }
    .editorial { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; align-items: center; padding-bottom: 90px; }
    .editorial > img { width: 100%; max-height: 650px; object-fit: cover; }
    .editorial h2 { font-size: clamp(32px,4vw,50px); line-height: 1.15; text-transform: uppercase; margin-top: 24px; }
    .editorial p:not(.eyebrow) { color: var(--muted); margin-top: 22px; }
    .editorial .button { margin-top: 32px; }
    .social-gallery { padding-bottom: 100px; }
    .social-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
    .social-grid a { border: 1px solid var(--line); }
    .social-grid img { width: 100%; height: 450px; object-fit: cover; }
    .social-grid span { display: block; padding: 20px; color: var(--gold-light); font-family: var(--serif); }
    .contact-page-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; padding-bottom: 75px; }
    .contact-card { border: 1px solid var(--line); padding: 40px; }
    .contact-card h2 { font-size: 36px; margin-top: 15px; }
    .contact-card address { color: var(--muted); font-style: normal; margin: 14px 0 25px; }
    .contact-card hr { border: 0; border-top: 1px solid var(--line); margin-block: 30px; }
    .contact-number { display: block; font: 32px/1.4 var(--serif); margin-block: 15px; color: var(--gold-light); }
    .contact-card p:not(.eyebrow) { color: var(--muted); font-size: 14px; margin-top: 12px; }
    .contact-page-grid .story-image { min-height: 400px; }
    .faq { padding-bottom: 100px; }
    .faq h2 { font-size: 36px; margin: 18px 0 30px; }
    .faq details { border-top: 1px solid var(--line); padding-block: 12px; }
    .faq summary { font-family: var(--serif); font-size: 20px; }
    .faq details p { color: var(--muted); max-width: 760px; padding-block: 12px; }
    .faq a { color: var(--gold-light); text-decoration: underline; }
    @media(max-width:1000px) {
      .menu-controls { grid-template-columns: 1fr 1fr; }
      .menu-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
      .editorial { gap: 40px; }
      .contact-page-grid { gap: 25px; }
      .contact-card { padding: 25px; }
    }
    @media(max-width:640px) {
      .page-intro { padding-block: 55px 40px; }
      .page-intro h1 { font-size: clamp(34px,8.5vw,48px); }
      .page-intro > p:not(.eyebrow) { font-size: 15px; }
      .menu-controls { padding: 18px; gap: 16px; grid-template-columns: 1fr; }
      .menu-controls .button { width: 100%; }
      .menu-grid,[data-catalog='drinks'] .menu-grid { grid-template-columns: 1fr; }
      .menu-switch { gap: 20px; }
      .menu-switch a { font-size: 12px; }
      .category-index { flex-wrap: nowrap; overflow-x: auto; padding-bottom: 18px; }
      .category-index a { flex-shrink: 0; }
      .editorial,.contact-page-grid { grid-template-columns: minmax(0,1fr); gap: 30px; }
      .contact-card { min-width: 0; padding: 22px; }
      .contact-card .button { width: 100%; white-space: normal; text-align: center; padding-inline: 12px; }
      .contact-number { font-size: clamp(24px,7vw,32px); }
      .editorial > img { max-height: 420px; }
      .social-grid { gap: 16px; }
      .social-grid img { height: 250px; }
      .social-grid span { padding: 12px; font-size: 13px; }
      [data-catalog='drinks'] .dish-title-row { flex-wrap: wrap; }
      .contact-page-grid .story-image { min-height: 320px; }
    }

    /* Brand typography: tall, heavy display letters, generous readable supporting text. */
    body { font-size: 18px; }
    h1,h2,h3 { font-family: 'Miraj Display',Impact,'Arial Narrow',sans-serif; font-weight: 400; letter-spacing: .015em; }
    .eyebrow,.hero .eyebrow,.contact-band .eyebrow { font: 700 14px/1.6 var(--sans); letter-spacing: .16em; }
    .button,.button--small { font-size: 14px; min-height: 54px; letter-spacing: .065em; }
    .text-link,.section-head .text-link { font-size: 14px; letter-spacing: .08em; }
    .main-nav { gap: 24px; }
    .main-nav a { font-size: 16px; font-weight: 700; letter-spacing: .045em; }
    .header-phone { font-size: 16px; }
    .header-inner { gap: 24px; }
    .header-actions { gap: 18px; }
    .hero h1 { font-size: clamp(68px,7.2vw,110px); line-height: 1.08; letter-spacing: .01em; }
    .hero-copy { font: 20px/1.6 var(--sans); max-width: 460px; }
    .hero-inner { padding-top: 150px; padding-bottom: 135px; }
    .hero { min-height: 870px; }
    .hero-visual { width: 70%; top: 75px; bottom: 0; right: 0; }
    .hero-media { inset: -200px 0; -webkit-mask-image: linear-gradient(180deg,transparent 8%,#000 28%,#000 74%,transparent 95%); mask-image: linear-gradient(180deg,transparent 8%,#000 28%,#000 74%,transparent 95%); }
    .hero-visual img,.hero-visual video { width: 100%; height: 100%; object-fit: contain; object-position: center; }
    .hero--ribs .hero-visual { max-width: 1440px; }
    .hero--ribs .hero-visual img {
      width: 80%;
      right: 3%;
      -webkit-mask-image: linear-gradient(90deg,transparent 0%,#000 16%,#000 84%,transparent 100%),linear-gradient(180deg,transparent 0%,#000 18%,#000 80%,transparent 100%);
      mask-image: linear-gradient(90deg,transparent 0%,#000 16%,#000 84%,transparent 100%),linear-gradient(180deg,transparent 0%,#000 18%,#000 80%,transparent 100%);
      -webkit-mask-composite: source-in;
      mask-composite: intersect;
      -webkit-mask-repeat: no-repeat;
      mask-repeat: no-repeat;
    }
    .hero-visual img { position: absolute; top: 50%; height: auto; transform: translateY(-50%); -webkit-mask-image: linear-gradient(180deg,transparent,#000 16%,#000 83%,transparent); mask-image: linear-gradient(180deg,transparent,#000 16%,#000 83%,transparent); }
    .hero::before { background: linear-gradient(90deg,#070808 0%,#070808 23%,#070808dc 35%,#07080870 47%,#07080810 67%,transparent 90%); }
    .scroll-cue,.hero-location { font-size: 13px; letter-spacing: .09em; }
    .section-head h2,.categories .section-head h2 { font-size: clamp(38px,4.8vw,66px); line-height: 1.12; letter-spacing: .015em; }
    .section-head .text-link { position: static; margin-top: 22px; }
    .section-head .text-link br { display: none; }
    .section-subtitle { font: 18px/1.7 var(--sans); }
    .dish-title-row h3 { font-size: 25px; letter-spacing: .02em; }
    .dish-body p { font-size: 16px; line-height: 1.7; }
    .dish-price,.menu-item .dish-price,[data-featured] .dish-price { font: 700 20px/1.4 var(--sans); }
    .dish-price small { font-size: 14px; }
    [data-featured] .dish-title-row { flex-wrap: wrap; }
    .category-track { display: flex; flex-wrap: wrap; justify-content: center; gap: 24px; }
    .category-card { flex: 0 0 calc((100% - 72px)/4); }
    .category-photo { aspect-ratio: 3/2; }
    .category-card img { width: 100%; height: 100%; aspect-ratio: 3/2; object-fit: contain; object-position: center; }
    .category-card:hover img { transform: none; }
    .category-label { font: 400 23px/1.3 'Miraj Display',Impact,sans-serif; letter-spacing: .04em; padding: 18px; min-height: 68px; }
    .category-label .icon { width: 20px; height: 20px; }
    .swipe-hint { font-size: 14px; letter-spacing: .025em; }
    .story-copy h2 { font-size: clamp(48px,5.2vw,74px); line-height: 1.12; letter-spacing: .015em; }
    .story-copy .copy,.bar-copy .copy { font: 18px/1.75 var(--sans); max-width: 430px; }
    .bar-copy h2 { font-size: clamp(40px,4.6vw,64px); letter-spacing: .015em; }
    .contact-details a { font: 700 21px/1.5 var(--sans); }
    .booking p { font: 400 14px/1.6 var(--sans); letter-spacing: .025em; }
    .footer-nav { flex-wrap: wrap; gap: 24px; }
    .footer-nav a { font-size: 16px; font-weight: 700; letter-spacing: .035em; }
    .footer-location { font-size: 14px; letter-spacing: .035em; }
    .footer-bottom { font-size: 14px; }
    .photo-caption,.photo-caption a { font: 700 13px/1.7 var(--sans); letter-spacing: .07em; }
    .page-intro h1 { font-size: clamp(48px,6.5vw,90px); letter-spacing: .015em; }
    .page-intro > p:not(.eyebrow) { font-size: 19px; }
    .menu-switch a { font-size: 17px; font-weight: 700; }
    .menu-controls label,.results-count,.category-index a,.menu-note,.product-details,.menu-item .menu-quantity { font-size: 15px; }
    .menu-group h2 { font-size: clamp(34px,3.5vw,46px); }
    .editorial h2 { font-size: clamp(40px,4.5vw,62px); }
    .contact-card p:not(.eyebrow),.social-grid span { font: 16px/1.7 var(--sans); }
    .contact-card h2,.faq h2 { font-size: 44px; }
    .faq summary { font: 700 20px/1.5 var(--sans); }
    @media (min-width:1001px) and (max-width:1450px) {
      .header-phone { display: none; }
      .brand img { width: 175px; }
      .main-nav { gap: 21px; }
      .header-actions .button { padding-inline: 18px; }
      .footer-main { flex-wrap: wrap; }
    }
    @media (max-width:1000px) {
      .main-nav a { font-size: 18px; min-height: 52px; }
      .hero h1 { font-size: clamp(62px,8vw,86px); }
      .hero-visual { width: 90%; right: -10%; }
      .hero--ribs .hero-visual { width: 90%; right: 0; }
      .category-track { flex-wrap: nowrap; justify-content: flex-start; overflow-x: auto; scroll-snap-type: x mandatory; }
      .category-card { flex: 0 0 260px; scroll-snap-align: start; }
      .story-copy .button { white-space: normal; }
      .footer-main { flex-wrap: wrap; }
    }
    @media (max-width:640px) {
      .hero { height: auto; min-height: 940px; max-height: none; }
      .hero-inner { padding-top: 130px; padding-bottom: 370px; }
      .hero h1 { font-size: clamp(42px,11.7vw,68px); line-height: 1.13; }
      .hero-copy { font-size: 18px; max-width: 340px; margin-top: 24px; }
      .hero .eyebrow { font-size: 14px; }
      .hero-actions { gap: 12px; }
      .hero-actions .button { font-size: 14px; min-height: 52px; padding: 14px 18px; }
      .hero-actions .button { width: 100%; max-width: 340px; }
      .hero-visual { width: 115%; height: 350px; top: auto; right: -10%; bottom: 70px; opacity: 1; }
      .hero--ribs .hero-visual { width: 100%; right: 0; }
      .hero-media { inset: -125px 0; }
      .hero-visual img { object-fit: contain; object-position: center; }
      .hero::before { background: linear-gradient(180deg,#070808 0%,#070808 30%,#070808d9 45%,#07080830 70%,transparent 88%); }
      .hero-floor { flex-wrap: wrap; bottom: 20px; gap: 0; }
      .scroll-cue,.hero-location { font-size: 12px; }
      .hero-location { display: flex; }
      .hero-location::before { display: none; }
      .section-head .eyebrow,.contact-band .eyebrow { font-size: 14px; }
      .section-head h2,.categories .section-head h2 { font-size: 40px; max-width: none; }
      .section-subtitle { font-size: 18px; max-width: none; }
      .category-card { flex-basis: 250px; }
      .category-label { font-size: 23px; }
      .story-copy h2 { font-size: 52px; }
      .story-copy .copy,.bar-copy .copy { font-size: 18px; }
      .bar-copy h2 { font-size: 46px; }
      .contact-details a { font-size: 18px; }
      .footer-nav { justify-content: flex-start; gap: 4px 22px; }
      .footer-nav a { font-size: 16px; }
      .footer-bottom { font-size: 14px; }
      .booking p,.photo-caption { font-size: 13px; }
      .dish-title-row h3 { font-size: 25px; }
      .dish-body p { font-size: 16px; }
      .page-intro h1 { font-size: clamp(42px,10.5vw,60px); overflow-wrap: anywhere; }
      .page-intro > p:not(.eyebrow) { font-size: 18px; }
      .menu-switch { flex-wrap: wrap; gap: 10px 20px; }
      .menu-switch a { font-size: 16px; }
      .menu-group h2 { overflow-wrap: anywhere; }
    }
/* Unified menu: compact browsing, progressively enhanced from static HTML. */
.menu-pending .catalog { visibility: hidden; min-height: 100vh; }
.menu-pending main > .page-intro,.menu-pending main > .menu-switch { display: none; }
.menu-page-title { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
.menu-app { --menu-tools: 106px; }
.menu-app [hidden] { display: none !important; }
.menu-app-toolbar { position: sticky; top: var(--header); z-index: 20; background: #0b0c0cf5; backdrop-filter: blur(16px); display: flex; gap: 24px; align-items: center; padding: 14px 0; border-bottom: 1px solid var(--line); }
.menu-tabs { display: flex; gap: 8px; flex-shrink: 0; }
.menu-tabs button,.all-categories { background: transparent; color: var(--cream); border: 1px solid var(--line); cursor: pointer; padding: 14px 22px; min-height: 48px; font: 18px var(--sans); }
.menu-tabs button { font-weight: 700; }
.menu-tabs button[aria-pressed="true"] { background: var(--gold); color: #111; border-color: var(--gold); }
.menu-search-wrap { display: grid; gap: 6px; flex: 1; font-size: 14px; color: var(--muted); }
.menu-search-wrap input { width: 100%; min-width: 0; background: #171818; border: 1px solid var(--line); padding: 12px 16px; color: var(--cream); font: 16px var(--sans); }
.all-categories { display: none; }
.menu-chooser { padding: 48px 0 72px; }
.menu-chooser h2 { font-size: clamp(28px,4vw,48px); margin: 16px 0; }
.menu-chooser > p:last-child { color: var(--muted); }
.menu-app-layout { display: grid; grid-template-columns: 280px minmax(0,1fr); gap: 32px; align-items: start; }
html:has(.menu-page) { scroll-padding-top: 0; overflow-anchor: none; }
.menu-page { overflow-anchor: none; }
.menu-app .category-index { position: sticky; top: calc(var(--header) + var(--menu-tools)); max-height: calc(100dvh - var(--header) - var(--menu-tools) - 12px); overflow: auto; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 4px; padding: 24px 8px 24px 0; }
.menu-app .category-index a { flex-shrink: 0; border: 0; font-size: 16px; line-height: 1.35; padding: 12px; }
.menu-app .category-index a[aria-current] { background: #d5b0751c; color: var(--gold-light); box-shadow: inset 3px 0 var(--gold); }
.menu-results { min-width: 0; }
.menu-app .menu-group,.menu-app .menu-item { scroll-margin-top: calc(var(--header) + var(--menu-tools) + 24px); }
.menu-app .menu-group { margin-top: 12px; }
.menu-app .menu-group-heading { padding-top: 24px; margin-bottom: 20px; }
.menu-app .menu-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 14px; align-items: stretch; }
.menu-app .menu-item { position: relative; display: flex; flex-direction: column; align-items: stretch; padding: 0; gap: 0; background: #141515; min-height: 170px; border: 1px solid var(--line); overflow: hidden; }
.menu-app .menu-item:hover { border-color: var(--gold); }
.menu-app .dish-image { width: 100%; height: auto; aspect-ratio: auto; flex: none; overflow: hidden; }
.menu-app .dish-image img { display: block; width: 100%; height: auto; aspect-ratio: auto; object-fit: contain; transform: none; }
.menu-app .dish-body { padding: 20px; flex: 1; min-width: 0; }
.menu-app .dish-title-row { display: block; }
.menu-app .dish-title-row h3 { font-size: 22px; line-height: 1.25; }
.menu-app .dish-price { font: 700 18px var(--sans); color: var(--gold-light); margin-top: 10px; }
.menu-app .dish-body > p { font-size: 15px; line-height: 1.5; margin-top: 8px; }
.menu-app .dish-body > p:not(.menu-quantity) { display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.menu-app .product-details { display: none; }
.product-open { position: absolute; inset: 0; width: 100%; background: transparent; border: 0; cursor: pointer; }
.product-open:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; }
body:has(.menu-dialog[open]) { overflow: hidden; }
.menu-dialog { background: #141515; color: var(--cream); border: 1px solid var(--line); padding: 24px; width: min(620px,calc(100% - 32px)); max-height: 88dvh; margin: auto; overflow: auto; }
.menu-dialog::backdrop { background: #000b; backdrop-filter: blur(5px); }
.dialog-close { display: block; margin: 0 0 20px auto; padding: 12px 18px; min-height: 44px; background: transparent; border: 1px solid var(--line); color: var(--cream); cursor: pointer; font: 16px var(--sans); }
.menu-dialog .dish-card { border: 0; background: transparent; }
.menu-dialog .dish-image { height: auto; aspect-ratio: auto; }
.menu-dialog .dish-image img { display: block; height: auto; width: 100%; aspect-ratio: auto; object-fit: contain; transform: none; }
.menu-dialog .dish-body { padding: 24px 0 0; }
.menu-dialog h3 { font-size: 30px; }
.menu-dialog .dish-body p,.menu-dialog .product-details { font-size: 16px; line-height: 1.6; }
.menu-dialog .dish-title-row { display: block; }
.category-picker { display: grid; margin-top: 20px; }
.category-picker a { padding: 14px 8px; border-bottom: 1px solid var(--line); font-size: 18px; }
.category-picker [hidden] { display: none; }
@media (max-width: 1150px) and (min-width: 900px) {
  .menu-app .menu-grid { grid-template-columns: 1fr; }
}
@media (max-width: 899px) {
  .menu-app { --menu-tools: 183px; }
  .menu-app-toolbar { flex-wrap: wrap; gap: 12px; padding: 12px 0; }
  .menu-tabs { flex: 1; }
  .menu-tabs button { flex: 1; padding: 12px 16px; }
  .menu-search-wrap { flex-basis: 100%; order: 2; }
  .all-categories { display: block; font-size: 14px; padding: 12px; }
  .menu-app-layout { display: block; }
  .menu-app .category-index { top: calc(var(--header) + var(--menu-tools)); z-index: 19; background: #0b0c0c; flex-direction: row; flex-wrap: nowrap; max-height: none; padding: 10px 0; gap: 4px; border-bottom: 1px solid var(--line); scrollbar-width: none; }
  .menu-app .category-index::-webkit-scrollbar { display: none; }
  .menu-app .category-index a { white-space: nowrap; flex-shrink: 0; }
  .menu-app .category-index a[aria-current] { box-shadow: inset 0 -2px var(--gold); }
  .menu-app .menu-group,.menu-app .menu-item { scroll-margin-top: calc(var(--header) + var(--menu-tools) + 80px); }
  .menu-app .menu-grid { grid-template-columns: 1fr; }
  .menu-dialog { max-height: 90dvh; width: 100%; margin: auto 0 0; border-radius: 18px 18px 0 0; padding: 20px; }
}
@media (max-width: 480px) {
  .menu-app { --menu-tools: 178px; }
  .menu-app .menu-item { padding: 0; gap: 0; }
  .menu-app .dish-image { width: 100%; height: auto; flex-basis: auto; }
  .menu-app .dish-title-row h3 { font-size: 21px; }
  .menu-tabs button { font-size: 17px; padding-inline: 12px; }
  .all-categories { max-width: 110px; font-size: 13px; }
}

/* Product stories: manual browsing, with full readable ingredient details. */
.story-dialog { width: min(1100px,calc(100% - 32px)); max-height: 94dvh; padding: 0 230px; background: transparent; border: 0; overflow: hidden; }
.story-dialog .dialog-close { margin: 0 0 8px auto; background: #141515; }
.story-dialog .dialog-content { background: #141515; border: 1px solid var(--line); max-height: calc(94dvh - 100px); overflow-y: auto; overscroll-behavior: contain; touch-action: pan-y; }
.story-dialog .dish-body { padding: 24px; }
.story-position { color: var(--gold-light); font-size: 15px; position: absolute; top: 12px; left: 230px; }
.story-preview { position: absolute; top: 50%; transform: translateY(-50%); width: 205px; padding: 14px; background: #191a1a; border: 1px solid var(--line); color: var(--cream); cursor: pointer; text-align: left; }
.story-prev { left: 0; }
.story-next { right: 0; }
.story-preview img { width: 100%; aspect-ratio: 4/3; object-fit: cover; margin: 12px 0; }
.story-arrow { display: block; font: 16px var(--sans); color: var(--gold-light); }
.story-preview-title { display: block; font: 22px var(--serif); margin-top: 12px; }
.story-preview:disabled { opacity: .3; cursor: default; }
.story-preview:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; }
@media (min-width: 1001px) {
  .header-inner { display: grid; grid-template-columns: minmax(0,1fr) auto minmax(0,1fr); gap: 20px; }
  .header-inner > .brand { justify-self: start; max-width: 100%; }
  .header-inner > .main-nav { justify-self: center; }
  .header-inner > .header-actions { justify-self: end; }
}
@media (min-width: 1001px) and (max-width: 1200px) {
  .header-inner > .main-nav { gap: 14px; }
  .header-inner > .main-nav a { font-size: 14px; }
  .header-actions .header-call { padding-inline: 12px; font-size: 14px; white-space: nowrap; }
}
.menu-app { --sidebar-width: 280px; }
.menu-app-layout { grid-template-columns: var(--sidebar-width) minmax(0,1fr); }
.menu-app-toolbar { gap: 32px; }
.menu-tabs { flex: 0 0 var(--sidebar-width); width: var(--sidebar-width); }
.menu-tabs button { flex: 1 1 0; width: 0; height: 52px; min-height: 52px; padding: 0 12px; border: 1px solid var(--line); box-sizing: border-box; line-height: 1; }
.menu-tabs button[aria-pressed="true"] { border-width: 1px; }
.menu-search-wrap input { height: 52px; }
.search-toggle,.search-submit,.search-close { display: none; }
.menu-placeholder img { object-fit: contain !important; }
.menu-placeholder { background: #191a19; }
.story-dialog { width: min(680px,calc(100% - 32px)); padding: 16px 0 80px; background: #141515; }
.story-dialog .dialog-close { margin-right: 16px; }
.story-position { left: 20px; top: 28px; }
.story-category { padding: 8px 20px 16px; color: var(--gold-light); font-size: 15px; line-height: 1.4; }
.story-dialog .dialog-content { max-height: calc(94dvh - 220px); }
.story-preview { top: auto; bottom: 12px; transform: none; width: calc(50% - 24px); height: 48px; min-height: 48px; text-align: center; padding: 12px; }
.story-prev { left: 16px; }
.story-next { right: 16px; }
@media (max-width: 899px) {
  .story-dialog { width: 100%; max-width: none; height: 100dvh; max-height: 100dvh; margin: 0; border-radius: 0; padding: 12px 0 72px; background: #141515; }
  .story-dialog .dialog-close { margin-right: 16px; }
  .story-position { left: 20px; top: 26px; }
  .story-dialog .dialog-content { max-height: calc(100dvh - 205px); border: 0; }
  .story-preview { top: auto; bottom: max(12px,env(safe-area-inset-bottom)); transform: none; width: calc(50% - 24px); min-height: 48px; text-align: center; padding: 12px; }
  .story-prev { left: 16px; }
  .story-next { right: 16px; }
  .story-preview img,.story-preview-title { display: none; }
}
@media (max-width: 899px) {
  .menu-app .all-categories { display: none !important; }
  .menu-app-toolbar { flex-wrap: nowrap; gap: 10px; transition: transform .18s ease; }
  .menu-tabs { flex: 1 1 auto; width: auto; min-width: 0; }
  .menu-tabs button { height: 48px; min-height: 48px; }
  .search-toggle,.search-submit,.search-close { display: block; flex: 0 0 48px; height: 48px; padding: 0; background: #171818; color: var(--cream); border: 1px solid var(--line); font: 28px var(--sans); cursor: pointer; }
  .menu-app .menu-search-wrap { display: none; order: 0; flex: 1; }
  .menu-app .search-open .menu-search-wrap { display: flex; gap: 8px; }
  .menu-app .search-open .menu-tabs,.menu-app .search-open .search-toggle { display: none; }
  .menu-search-wrap input { height: 48px; flex: 1; width: 0; }
  .menu-page .site-header { transition: transform .18s ease; }
  .menu-app .category-index { transition: top .18s ease; }
  .menu-scroll-down .site-header { transform: translateY(-100%); }
  .menu-scroll-down .menu-app-toolbar { transform: translateY(calc(-100% - var(--header))); pointer-events: none; }
  .menu-scroll-down .menu-app .category-index { top: 0; }
}
@media (prefers-reduced-motion: reduce) {
  .menu-app-toolbar,.menu-page .site-header,.menu-app .category-index { transition: none; }
}
