    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

    :root {
      --bg:      #1A160F;
      --surface: #221D14;
      --lift:    #2A2419;
      --gold:    #C9A84C;
      --gold-lt: #E8C97A;
      --gold-dk: #9A7830;
      --cream:   #F0E8D8;
      --muted:   #9A8A78;
      --dim:     #6A5E50;
      --red:     #C8102E;
      --white:   #FDFAF6;
      --tab-h:   68px;
      --safe-t:  env(safe-area-inset-top, 0px);
      --safe-b:  env(safe-area-inset-bottom, 0px);
    }

    html, body { height: 100%; overscroll-behavior: none; }

    body {
      background: #12100A;
      font-family: 'Cormorant Garamond', Georgia, serif;
      color: var(--cream);
      display: flex;
      justify-content: center;
      align-items: stretch;
      min-height: 100vh;
    }

    #menu-shell {
      position: relative;
      width: 100%;
      max-width: 430px;
      min-height: 100vh;
      background: var(--bg);
      display: flex;
      flex-direction: column;
      overflow: hidden;
      box-shadow: 0 0 60px rgba(0,0,0,.6), 0 0 120px rgba(0,0,0,.3);
    }

    #menu-shell::before {
      content: '';
      position: fixed;
      inset: 0;
      z-index: 800;
      pointer-events: none;
      background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='1'/%3E%3C/svg%3E");
      opacity: .028;
    }

    #pages {
      flex: 1;
      overflow: hidden;
      position: relative;
    }

    .page {
      position: absolute;
      inset: 0;
      overflow-y: auto;
      overflow-x: hidden;
      -webkit-overflow-scrolling: touch;
      scrollbar-width: none;
      padding-bottom: calc(var(--tab-h) + var(--safe-b) + 1.5rem);
      opacity: 0;
      transform: translateX(28px);
      pointer-events: none;
      transition: opacity .32s cubic-bezier(.4,0,.2,1), transform .32s cubic-bezier(.4,0,.2,1);
      will-change: opacity, transform;
    }
    .page::-webkit-scrollbar { display: none; }
    .page.active { opacity: 1; transform: translateX(0); pointer-events: auto; }
    .page.exit-left { opacity: 0; transform: translateX(-28px); }

    /* ── COVER ── */
    #page-cover { background: var(--bg); overflow: hidden; }

    .cover-hero {
      position: relative;
      min-height: 100dvh;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      text-align: center;
      padding: calc(3rem + var(--safe-t)) 2rem 7rem;
      overflow: hidden;
    }

    .cover-hero-bg {
      position: absolute; inset: 0;
      background: url('assets/interior.jpg') center / cover no-repeat;
      filter: brightness(.45) saturate(1.15) sepia(.15);
      transform: scale(1.06);
      animation: heroBreath 20s ease-in-out infinite alternate;
    }
    @keyframes heroBreath {
      from { transform: scale(1.06); }
      to   { transform: scale(1.13); }
    }

    .cover-vignette {
      position: absolute; inset: 0;
      background:
        radial-gradient(ellipse 90% 90% at 50% 50%, transparent 25%, rgba(26,22,15,.45) 100%),
        linear-gradient(to bottom, rgba(26,22,15,.3) 0%, transparent 25%, transparent 68%, rgba(26,22,15,.65) 100%);
    }

    .cover-frame {
      position: absolute;
      inset: 24px;
      border: 1px solid rgba(201,168,76,.22);
      pointer-events: none;
    }
    .cover-frame::before {
      content: '';
      position: absolute;
      inset: 6px;
      border: 1px solid rgba(201,168,76,.1);
    }
    .cover-frame::after {
      content: '✦';
      position: absolute;
      top: -8px; left: 50%;
      transform: translateX(-50%);
      font-size: .7rem;
      color: var(--gold);
      background: var(--bg);
      padding: 0 .5rem;
    }

    .cover-content {
      position: relative;
      z-index: 2;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      gap: 1rem;
      flex: 1;
      width: 100%;
      max-width: 320px;
    }

    .cover-est {
      font-family: 'Cormorant Garamond', serif;
      font-size: .72rem;
      letter-spacing: .38em;
      text-transform: uppercase;
      color: var(--gold-dk);
      animation: fadeUp .7s .1s both;
    }

    .cover-logo-wrap {
      position: relative;
      animation: fadeUp .7s .22s both;
    }
    .cover-logo-wrap img {
      width: 88px; height: 88px;
      border-radius: 50%;
      border: 1.5px solid var(--gold);
      object-fit: cover;
      display: block;
    }
    .cover-logo-glow {
      position: absolute; inset: -12px;
      border-radius: 50%;
      background: radial-gradient(circle, rgba(201,168,76,.18) 0%, transparent 70%);
      pointer-events: none;
    }

    .cover-script {
      font-family: 'Great Vibes', cursive;
      font-size: 4.4rem;
      line-height: 1;
      color: var(--gold-lt);
      text-shadow: 0 2px 30px rgba(201,168,76,.35);
      animation: fadeUp .7s .36s both;
    }

    .cover-sub {
      font-family: 'Bebas Neue', sans-serif;
      font-size: 1.1rem;
      letter-spacing: .35em;
      color: rgba(240,232,216,.55);
      animation: fadeUp .7s .46s both;
    }

    .cover-ornament {
      display: flex;
      align-items: center;
      gap: .8rem;
      max-width: 200px;
      width: 100%;
      animation: fadeUp .7s .54s both;
    }
    .orn-line { flex: 1; height: 1px; background: var(--gold-dk); opacity: .6; }
    .orn-diamond {
      width: 6px; height: 6px;
      background: var(--gold);
      transform: rotate(45deg);
      flex-shrink: 0;
    }

    .cover-tagline {
      font-style: italic;
      font-size: 1.05rem;
      font-weight: 300;
      color: rgba(240,232,216,.55);
      max-width: 280px;
      width: 100%;
      line-height: 1.6;
      text-align: center;
      animation: fadeUp .7s .62s both;
    }

    .cover-open-btn {
      margin-top: .6rem;
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: .45rem;
      background: none;
      border: none;
      cursor: pointer;
      padding: .5rem 1rem;
      animation: fadeUp .7s .78s both;
    }
    .cover-open-btn span {
      font-size: .66rem;
      letter-spacing: .3em;
      text-transform: uppercase;
      color: var(--gold-dk);
    }
    .open-btn-circle {
      width: 44px; height: 44px;
      border-radius: 50%;
      border: 1px solid rgba(201,168,76,.4);
      display: flex; align-items: center; justify-content: center;
      color: var(--gold);
      font-size: 1.1rem;
      transition: border-color .25s, background .25s;
      animation: pulseRing 2s 1.5s ease-in-out infinite;
    }
    @keyframes pulseRing {
      0%,100% { box-shadow: 0 0 0 0 rgba(201,168,76,.25); }
      50%      { box-shadow: 0 0 0 10px rgba(201,168,76,0); }
    }

    .cover-bottom {
      position: absolute;
      bottom: 2.5rem;
      left: 0; right: 0;
      display: flex;
      justify-content: center;
      gap: 2.5rem;
      z-index: 2;
      animation: fadeUp .6s 1s both;
    }
    .cover-stat { display: flex; flex-direction: column; align-items: center; gap: .15rem; }
    .cover-stat-n { font-family: 'Bebas Neue', sans-serif; font-size: 1.5rem; color: var(--gold); line-height: 1; }
    .cover-stat-l { font-size: .6rem; letter-spacing: .18em; text-transform: uppercase; color: var(--muted); }

    /* ── PAGE STRUCTURE ── */
    .menu-page-header {
      position: relative;
      height: 210px;
      overflow: hidden;
      flex-shrink: 0;
    }
    .mph-img {
      width: 100%; height: 100%;
      object-fit: cover;
      filter: brightness(.55) saturate(1.1);
      cursor: pointer;
      -webkit-tap-highlight-color: transparent;
    }
    .mph-video-bg {
      position: absolute;
      top: 0; left: 0;
      width: 100%; height: 100%;
      object-fit: cover;
      filter: brightness(.55) saturate(1.1);
    }
    .mph-overlay {
      position: absolute; inset: 0;
      background: linear-gradient(to bottom, rgba(26,22,15,.1) 0%, transparent 40%, rgba(26,22,15,.5) 100%);
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: flex-end;
      padding-bottom: 1.8rem;
      text-align: center;
      pointer-events: none;
    }
    .mph-eyebrow {
      font-size: .62rem;
      letter-spacing: .35em;
      text-transform: uppercase;
      color: var(--gold-dk);
      margin-bottom: .4rem;
    }
    .mph-title {
      font-family: 'Playfair Display', serif;
      font-size: 2.4rem;
      font-weight: 400;
      line-height: 1;
      color: var(--white);
    }
    .mph-title em { color: var(--gold-lt); font-style: normal; }

    .menu-body { padding: 0 1.5rem; }

    /* ── CATEGORY HEADER ── */
    .cat-head {
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
      padding: 2.2rem 0 1.4rem;
    }
    .cat-head-orn {
      display: flex;
      align-items: center;
      gap: .6rem;
      width: 100%;
      margin-bottom: .8rem;
    }
    .cat-head-line { flex: 1; height: 1px; background: linear-gradient(to right, transparent, rgba(201,168,76,.35)); }
    .cat-head-line.right { background: linear-gradient(to left, transparent, rgba(201,168,76,.35)); }
    .cat-head-gem { font-size: .55rem; color: var(--gold); letter-spacing: .05em; }
    .cat-head-title { font-family: 'Bebas Neue', sans-serif; font-size: 1.05rem; letter-spacing: .32em; color: var(--gold); }
    .cat-head-sub { font-style: italic; font-size: .88rem; color: var(--muted); font-weight: 300; }

    /* ── MENU ITEM ── */
    .item-list { display: flex; flex-direction: column; }

    .menu-item {
      padding: 1.15rem 0;
      border-bottom: 1px solid rgba(201,168,76,.08);
      position: relative;
    }
    .menu-item:last-child { border-bottom: none; }

    .item-name-row {
      display: flex;
      align-items: baseline;
      justify-content: space-between;
      gap: .4rem;
      margin-bottom: .3rem;
      min-width: 0;
    }

    .item-name {
      font-family: 'Playfair Display', serif;
      font-size: 1.06rem;
      font-weight: 400;
      color: var(--white);
      line-height: 1.3;
      flex: 1;
      min-width: 0;
      overflow-wrap: break-word;
    }

    .item-leader {
      flex: 1;
      border-bottom: 1px dotted rgba(201,168,76,.25);
      margin-bottom: .22rem;
      min-width: 20px;
    }

    .item-price {
      font-family: 'Cormorant Garamond', serif;
      font-size: 1.06rem;
      font-weight: 500;
      color: var(--gold);
      white-space: nowrap;
      flex-shrink: 0;
    }

    .item-desc {
      font-style: italic;
      font-size: .88rem;
      color: var(--muted);
      line-height: 1.65;
      font-weight: 300;
    }

    .item-badges { display: flex; gap: .4rem; flex-wrap: wrap; margin-top: .55rem; }

    .ibadge {
      font-family: 'Cormorant Garamond', serif;
      font-style: italic;
      font-size: .72rem;
      color: var(--gold-dk);
      border: 1px solid rgba(201,168,76,.25);
      padding: .12rem .55rem;
      border-radius: 2px;
      letter-spacing: .06em;
    }
    .ibadge.red { color: #e05070; border-color: rgba(200,16,46,.3); }
    .ibadge.green { color: #7abf8a; border-color: rgba(122,191,138,.3); }

    /* ── FEATURED ITEM ── */
    .featured-item {
      margin: .5rem 0 1.2rem;
      border: 1px solid rgba(201,168,76,.2);
      border-radius: 4px;
      overflow: hidden;
      position: relative;
    }
    .fi-img {
      width: 100%; height: 160px;
      object-fit: cover;
      filter: brightness(.7) saturate(1.1);
      display: block;
      cursor: pointer;
      -webkit-tap-highlight-color: transparent;
    }
    .fi-overlay {
      position: absolute;
      inset: 0;
      background: linear-gradient(to top, rgba(12,9,6,.95) 0%, transparent 55%);
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      padding: 1.1rem;
      pointer-events: none;
    }
    .fi-eyebrow {
      font-size: .6rem;
      letter-spacing: .3em;
      text-transform: uppercase;
      color: var(--gold);
      margin-bottom: .3rem;
    }
    .fi-name {
      font-family: 'Playfair Display', serif;
      font-size: 1.3rem;
      color: var(--white);
      line-height: 1.2;
    }
    .fi-desc-overlay {
      font-style: italic;
      font-size: .82rem;
      color: var(--cream);
      line-height: 1.5;
      margin-top: .4rem;
      opacity: .85;
      max-width: 80%;
    }
    .fi-price {
      position: absolute;
      top: .75rem; right: .75rem;
      font-family: 'Cormorant Garamond', serif;
      font-size: 1.1rem;
      font-weight: 500;
      color: var(--gold-lt);
      background: rgba(12,9,6,.65);
      backdrop-filter: blur(8px);
      padding: .2rem .7rem;
      border: 1px solid rgba(201,168,76,.25);
      border-radius: 2px;
    }
    .fi-desc {
      padding: .9rem 1.1rem 1.1rem;
      background: var(--lift);
      font-style: italic;
      font-size: .88rem;
      color: var(--muted);
      line-height: 1.65;
    }

    /* ── SECTION DIVIDER ── */
    .section-break {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 1rem;
      padding: 1.2rem 0;
    }
    .sb-line { flex: 1; height: 1px; background: rgba(201,168,76,.1); }
    .sb-orn { font-size: .65rem; color: rgba(201,168,76,.35); letter-spacing: .1em; }

    /* ── TAB BAR ── */
    #tab-bar {
      position: fixed;
      bottom: 0; left: 50%;
      transform: translateX(-50%);
      width: 100%;
      max-width: 430px;
      height: calc(var(--tab-h) + var(--safe-b));
      padding-bottom: var(--safe-b);
      background: rgba(10, 8, 5, 0.96);
      backdrop-filter: blur(20px);
      border-top: 1px solid rgba(201,168,76,.12);
      display: flex;
      align-items: stretch;
      z-index: 500;
      overflow-x: auto;
      overflow-y: hidden;
      -webkit-overflow-scrolling: touch;
      scrollbar-width: none;
    }
    #tab-bar::-webkit-scrollbar { display: none; }

    .tab-btn {
      flex: 0 0 auto;
      min-width: 54px;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      gap: .2rem;
      background: none;
      border: none;
      cursor: pointer;
      padding: .5rem .2rem;
      position: relative;
      -webkit-tap-highlight-color: transparent;
      transition: opacity .2s;
    }
    .tab-btn::before {
      content: '';
      position: absolute;
      top: 0; left: 50%;
      transform: translateX(-50%) scaleX(0);
      width: 28px; height: 1.5px;
      background: var(--gold);
      transition: transform .25s cubic-bezier(.4,0,.2,1);
    }
    .tab-btn.active::before { transform: translateX(-50%) scaleX(1); }
    .tab-icon { font-size: 1.25rem; line-height: 1; transition: transform .2s, color .2s; color: var(--muted); }
    .tab-btn.active .tab-icon { transform: translateY(-1px); color: var(--gold); }
    .tab-label {
      font-family: 'Cormorant Garamond', serif;
      font-size: .7rem;
      letter-spacing: .12em;
      text-transform: uppercase;
      color: var(--muted);
      transition: color .2s;
      white-space: nowrap;
    }
    .tab-btn.active .tab-label { color: var(--gold); }

    /* ── UTILITY ── */
    @keyframes fadeUp {
      from { opacity: 0; transform: translateY(16px); }
      to   { opacity: 1; transform: translateY(0); }
    }

    hr.orn {
      border: none;
      height: 1px;
      background: linear-gradient(to right, transparent, rgba(201,168,76,.2), transparent);
      margin: .2rem 0;
    }

    .note {
      font-style: italic;
      font-size: .78rem;
      color: var(--dim);
      text-align: center;
      padding: 1rem 0 .5rem;
      line-height: 1.6;
    }

    .page-top-strip {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 1rem 1.5rem .2rem;
    }
    .pts-brand { font-family: 'Great Vibes', cursive; font-size: 1.4rem; color: var(--gold-dk); opacity: .8; }
    .pts-cover-btn {
      font-size: .62rem;
      letter-spacing: .22em;
      text-transform: uppercase;
      color: var(--dim);
      background: none;
      border: none;
      cursor: pointer;
      display: flex;
      align-items: center;
      gap: .35rem;
      padding: 0;
      -webkit-tap-highlight-color: transparent;
    }
    .pts-cover-btn span { font-size: .7rem; }

    /* ── IMAGE LIGHTBOX ── */
    #img-lightbox {
      position: fixed;
      inset: 0;
      z-index: 9999;
      background: rgba(0,0,0,.92);
      display: flex;
      align-items: center;
      justify-content: center;
      opacity: 0;
      pointer-events: none;
      transition: opacity .25s ease;
    }
    #img-lightbox.open {
      opacity: 1;
      pointer-events: auto;
    }
    #img-lightbox img {
      max-width: 95vw;
      max-height: 85vh;
      object-fit: contain;
      border-radius: 4px;
      box-shadow: 0 0 60px rgba(0,0,0,.8);
    }
    #img-lightbox-close {
      position: absolute;
      top: 1.2rem;
      right: 1.2rem;
      width: 40px;
      height: 40px;
      border-radius: 50%;
      border: 1px solid rgba(201,168,76,.4);
      background: rgba(12,9,6,.8);
      color: var(--cream);
      font-size: 1.2rem;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      -webkit-tap-highlight-color: transparent;
    }

    /* Availability tag */
    .avail-tag {
      display: inline-block;
      font-family: 'Cormorant Garamond', serif;
      font-style: italic;
      font-size: .75rem;
      letter-spacing: .15em;
      color: var(--gold-dk);
      border: 1px solid rgba(201,168,76,.2);
      padding: .18rem .7rem;
      border-radius: 2px;
      margin-bottom: 1.1rem;
    }
  /* ── DESKTOP SIDEBAR ── */
  @media (min-width: 900px) {
    body {
      background: #0A0805;
    }

    #menu-shell {
      max-width: 1200px;
      flex-direction: row;
      min-height: 100dvh;
      border-radius: 0;
      box-shadow: 0 0 80px rgba(0,0,0,.7);
      overflow: visible;
    }

    #menu-shell::before {
      position: absolute;
    }

    #pages {
      flex: 1;
      order: 2;
      overflow: visible;
    }

    .page {
      padding-bottom: 1.5rem;
    }

    .page-top-strip .pts-cover-btn {
      display: none;
    }

    /* Sidebar: tab-bar becomes left nav */
    #tab-bar {
      position: static;
      transform: none;
      width: 200px;
      max-width: 200px;
      height: auto;
      min-height: 100dvh;
      padding: calc(3rem + var(--safe-t)) 0 var(--safe-b);
      flex-direction: column;
      align-items: stretch;
      justify-content: flex-start;
      gap: .25rem;
      border-top: none;
      border-right: 1px solid rgba(201,168,76,.12);
      flex-shrink: 0;
      order: 1;
      overflow-y: auto;
    }

    .tab-btn {
      flex: 0 0 auto;
      min-width: 0;
      flex-direction: row;
      justify-content: flex-start;
      gap: .75rem;
      padding: .7rem 1.2rem;
      border-left: 2px solid transparent;
      transition: border-color .2s, background .2s;
    }

    .tab-btn::before {
      display: none;
    }

    .tab-btn.active {
      border-left-color: var(--gold);
      background: rgba(201,168,76,.06);
    }

    .tab-icon {
      font-size: 1.15rem;
      width: 1.4rem;
      text-align: center;
    }

    .tab-btn.active .tab-icon {
      transform: none;
    }

    .tab-label {
      font-size: .8rem;
      letter-spacing: .08em;
    }

    /* Cover on desktop */
    .cover-hero {
      min-height: 100dvh;
    }

    .cover-content {
      max-width: 400px;
    }

    .cover-script {
      font-size: 5rem;
    }

    .cover-bottom {
      bottom: 3rem;
    }
  }
