/* Layout & components — tokens in brand.css */

*, *::before, *::after { box-sizing: border-box; }
    html {
      scroll-behavior: smooth;
      -webkit-text-size-adjust: 100%;
      text-size-adjust: 100%;
    }
    body {
      margin: 0;
      background: var(--black);
      color: var(--white);
      font-family: var(--font-headline);
      font-weight: 400;
      font-size: 1.25rem;
      line-height: 1.45;
      overflow-x: hidden;
    }

    /* Location landings: full burgundy shell + cream color blocks */
    body.location-page {
      --shell-bg: var(--burgundy);
      --shell-bar: var(--burgundy);
      background: var(--burgundy);
      color: var(--cream);
    }
    body.location-page .site-header {
      background: var(--burgundy);
      border-bottom: none;
    }
    body.location-page .header-inner,
    body.location-page .header-subline {
      background: transparent;
      border-top-color: var(--border-on-dark-15);
    }
    body.location-page .band--lead {
      background: transparent;
      color: var(--cream);
      max-width: none;
      margin: 0;
      position: relative;
      z-index: 1;
    }
    body.location-page .band p {
      color: color-mix(in srgb, var(--cream) 90%, var(--burgundy));
    }
    body.location-page .band--lead .location-marker__art {
      filter: brightness(0) invert(1);
      opacity: 0.96;
    }
    body.location-page .btn {
      color: var(--cream);
      border-color: var(--cream);
    }
    body.location-page .btn:hover {
      background: var(--cream);
      color: var(--burgundy);
    }
    body.location-page .btn-fill {
      background: var(--cream);
      border-color: var(--cream);
      color: var(--burgundy);
    }
    body.location-page .btn-fill:hover {
      background: color-mix(in srgb, var(--cream) 88%, var(--burgundy));
      border-color: color-mix(in srgb, var(--cream) 88%, var(--burgundy));
      color: var(--burgundy);
    }
    body.location-page .hero-delivery__link:focus-visible {
      outline-color: var(--cream);
    }
    body.location-page .reserve {
      background: var(--burgundy);
      border-top: none;
    }
    body.location-page .reserve-panel {
      background: var(--cream);
      border-color: rgb(var(--burgundy-rgb) / 0.22);
      color: var(--burgundy);
    }
    body.location-page .reserve-panel p {
      color: color-mix(in srgb, var(--burgundy) 72%, var(--cream));
    }
    body.location-page .pax-footer,
    body.location-page .pax-footer__body,
    body.location-page .pax-footer__mega-wrap {
      background: transparent;
      border: none;
      border-top: none;
      border-bottom: none;
    }
    body.location-page .pax-footer__body {
      padding-top: clamp(0.55rem, 1.4vw, 0.8rem);
      padding-bottom: clamp(0.4rem, 1vw, 0.55rem);
    }
    body.location-page .header-inner {
      border: none;
    }

    /* Location name — top of hero */
    .band--lead .location-marker {
      display: flex;
      justify-content: center;
      margin: 0 0 clamp(0.75rem, 2vw, 1.125rem);
      padding: 0;
      pointer-events: none;
    }
    .location-marker__art {
      display: block;
      width: min(92vw, 38rem);
      height: auto;
      object-fit: contain;
    }
    .location-marker__art--wide {
      width: min(96vw, 52rem);
    }
    .band--lead:has(.location-marker) {
      padding-top: clamp(1rem, 2.5vw, 1.5rem);
      padding-left: clamp(0.625rem, 2vw, 1rem);
      padding-right: clamp(0.625rem, 2vw, 1rem);
    }

    .skip {
      position: absolute;
      left: -9999px;
      top: auto;
      width: 1px;
      height: 1px;
      overflow: hidden;
    }
    .skip:focus {
      position: fixed;
      left: 1rem;
      top: 1rem;
      z-index: 100000;
      width: auto;
      height: auto;
      padding: 0.75rem 1.25rem;
      background: var(--white);
      color: var(--black);
      text-decoration: none;
      font-weight: 600;
    }

    /* —— Header (Pax-style: burgundy bar, cream serif type) —— */
    .site-header {
      position: sticky;
      top: 0;
      z-index: 9000;
      background: var(--shell-bg);
      color: var(--shell-cream);
      border-bottom: 1px solid var(--border-ink-35);
      padding-top: env(safe-area-inset-top, 0px);
    }
    .header-inner {
      max-width: 1600px;
      margin: 0 auto;
      padding: 0.85rem max(0.75rem, env(safe-area-inset-left)) 0.85rem max(0.75rem, env(safe-area-inset-right));
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 0.75rem 1rem;
      background: var(--shell-bar);
    }
    .brand {
      display: flex;
      align-items: center;
      flex-shrink: 0;
      text-decoration: none;
      color: var(--shell-cream);
      line-height: 0;
    }
    .brand__logo {
      width: auto;
      height: clamp(2.58rem, 7.2vw, 3.72rem);
      max-width: min(240px, 62vw);
    }

    .nav-desktop {
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      justify-content: flex-end;
      gap: clamp(0.65rem, 2vw, 1.75rem);
    }
    .nav-desktop a {
      font-family: var(--font-subhead);
      font-weight: 900;
      font-size: clamp(1rem, 1.8vw, 1.2rem);
      letter-spacing: 0.04em;
      text-transform: uppercase;
      transform: scaleX(0.58);
      transform-origin: center center;
      display: inline-block;
      color: var(--shell-cream);
      text-decoration: none;
      transition: opacity 0.25s var(--ease-out);
    }
    .nav-desktop a:hover { opacity: 0.65; }
    .nav-cta {
      border: none;
      padding: 0;
      font-weight: 600;
    }

    .header-subline {
      max-width: 1600px;
      margin: 0 auto;
      padding: 0.55rem max(0.75rem, env(safe-area-inset-left)) 0.65rem max(0.75rem, env(safe-area-inset-right));
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      gap: 0.35rem 0.65rem;
      font-family: var(--font-headline);
      font-weight: 400;
      font-size: clamp(0.88rem, 1.35vw, 1.05rem);
      letter-spacing: 0.06em;
      color: var(--text-on-dark-soft);
      text-align: center;
      border-top: 1px solid var(--border-ink-20);
      background: var(--shell-bg);
    }
    .header-subline a {
      color: inherit;
      text-decoration: none;
    }
    .header-subline a:hover { text-decoration: underline; text-underline-offset: 3px; }
    .header-subline__sep {
      opacity: 0.45;
      user-select: none;
    }

    .burger {
      display: none;
      background: none;
      border: none;
      cursor: pointer;
      min-width: 44px;
      min-height: 44px;
      padding: 10px;
      margin: -6px -10px -6px 0;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      gap: 6px;
      -webkit-tap-highlight-color: transparent;
      touch-action: manipulation;
    }
    .burger span {
      display: block;
      width: 24px;
      height: 2px;
      background: var(--shell-cream);
      border-radius: 1px;
    }

    .menu-overlay {
      position: fixed;
      inset: 0;
      background: var(--overlay-menu);
      z-index: 9500;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: flex-start;
      gap: 0.25rem;
      padding: max(3.5rem, env(safe-area-inset-top)) 1.25rem max(2rem, env(safe-area-inset-bottom));
      overflow-y: auto;
      -webkit-overflow-scrolling: touch;
      opacity: 0;
      pointer-events: none;
      transition: opacity 0.35s var(--ease-out);
    }
    .menu-overlay.open {
      opacity: 1;
      pointer-events: auto;
    }
    .menu-overlay__brand {
      display: flex;
      justify-content: center;
      width: 100%;
      margin-bottom: 1.5rem;
      padding-bottom: 1rem;
      border-bottom: 1px solid var(--border-on-dark-10);
    }
    .menu-overlay__brand img {
      height: clamp(3rem, 13.2vw, 4.2rem);
      max-width: min(264px, 86vw);
    }
    .menu-overlay a {
      font-family: var(--font-headline);
      font-weight: 700;
      font-size: clamp(0.95rem, 4.2vw, 1.35rem);
      letter-spacing: 0.14em;
      text-transform: uppercase;
      color: var(--shell-cream);
      text-decoration: none;
      padding: 0.65rem 1rem;
      min-height: 44px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      -webkit-tap-highlight-color: transparent;
      touch-action: manipulation;
    }
    .menu-overlay .close {
      position: absolute;
      top: max(0.75rem, env(safe-area-inset-top));
      right: max(0.75rem, env(safe-area-inset-right));
      min-width: 48px;
      min-height: 48px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 1.75rem;
      line-height: 1;
      background: none;
      border: none;
      color: var(--shell-cream);
      cursor: pointer;
      -webkit-tap-highlight-color: transparent;
    }

    @media (max-width: 900px) {
      .nav-desktop { display: none; }
      .burger { display: flex; }
      :root {
        --site-header-offset: calc(env(safe-area-inset-top, 0px) + 8.5rem);
      }
    }

    /* —— Full-bleed imagery (Pax fluid blocks) —— */
    .hero-stack { background: var(--black); }

    .fluid-frame {
      position: relative;
      width: 100%;
      overflow: hidden;
      min-height: clamp(50vh, 85vw, 92vh);
    }
    .fluid-frame::after {
      content: "";
      position: absolute;
      inset: 0;
      background: var(--overlay-scrim);
      mix-blend-mode: multiply;
      pointer-events: none;
    }
    .fluid-frame .grain {
      position: absolute;
      inset: -50%;
      opacity: 0.07;
      pointer-events: none;
      background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
      animation: drift 18s linear infinite;
    }
    @keyframes drift {
      from { transform: translate(0, 0); }
      to { transform: translate(5%, 5%); }
    }

    .fluid-frame img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
      transform: scale(1.06);
      animation: ken 22s ease-in-out infinite alternate;
    }
    @keyframes ken {
      from { transform: scale(1.04) translate(0, 0); }
      to { transform: scale(1.12) translate(-1.5%, -1%); }
    }

    @media (max-width: 767px) {
      body { font-size: 1.1rem; }
      .fluid-frame {
        min-height: min(68vh, 520px);
      }
      .split .fluid-frame {
        min-height: min(52vh, 420px);
      }
    }
    @supports (height: 100dvh) {
      @media (max-width: 767px) {
        .fluid-frame {
          min-height: min(68dvh, 520px);
        }
        .split .fluid-frame {
          min-height: min(52dvh, 420px);
        }
      }
    }

    @media (max-width: 380px) {
      .fluid-frame { min-height: min(62vh, 480px); }
    }
    @supports (height: 100dvh) {
      @media (max-width: 380px) {
        .fluid-frame { min-height: min(62dvh, 480px); }
      }
    }

    .reveal {
      opacity: 0;
      transform: translateY(28px);
      transition: opacity 0.8s var(--ease-out), transform 0.8s var(--ease-out);
    }
    .reveal.visible {
      opacity: 1;
      transform: translateY(0);
    }

    /* —— Intro band —— */
    .band {
      max-width: 920px;
      margin: 0 auto;
      padding: clamp(3rem, 8vw, 5.5rem) clamp(1.25rem, 4vw, 2rem);
      text-align: center;
    }
    .band p {
      margin: 0;
      font-size: clamp(1.2rem, 2.4vw, 1.55rem);
      color: var(--muted);
    }

    .btn-row {
      margin-top: 2.25rem;
      display: flex;
      flex-wrap: wrap;
      gap: 1rem;
      justify-content: center;
    }
    .btn {
      font-family: var(--font-headline);
      font-weight: 700;
      font-size: clamp(1.15rem, 4vw, 1.5rem);
      letter-spacing: 0.12em;
      text-transform: uppercase;
      text-decoration: none;
      color: var(--white);
      border: 2px solid var(--white);
      padding: 0.75rem 1.5rem 0.85rem;
      min-height: 48px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      transition: background 0.25s, color 0.25s;
      -webkit-tap-highlight-color: transparent;
      touch-action: manipulation;
    }
    .btn:hover {
      background: var(--white);
      color: var(--black);
    }
    .btn-fill {
      background: var(--accent);
      border-color: var(--accent);
    }
    .btn-fill:hover {
      background: var(--accent-dark);
      border-color: var(--accent-dark);
      color: var(--white);
    }

    .hero-delivery {
      display: flex;
      flex-wrap: wrap;
      gap: 0.85rem;
      justify-content: center;
      align-items: center;
      margin-top: 1.35rem;
    }
    .hero-delivery__link {
      display: block;
      width: 3.5rem;
      height: 3.5rem;
      border-radius: 0.65rem;
      overflow: hidden;
      box-shadow: 0 2px 10px rgb(34 31 32 / 0.12);
      transition: transform 0.2s var(--ease-out), box-shadow 0.2s var(--ease-out);
      -webkit-tap-highlight-color: transparent;
    }
    .hero-delivery__link:hover,
    .hero-delivery__link:focus-visible {
      transform: scale(1.06);
      box-shadow: 0 4px 14px rgb(34 31 32 / 0.18);
    }
    .hero-delivery__link:focus-visible {
      outline: 2px solid var(--burgundy);
      outline-offset: 3px;
    }
    .hero-delivery__link img {
      width: 100%;
      height: 100%;
      display: block;
      object-fit: contain;
    }

    /* —— Yaletown menu (from thegreekbyanatoli.com/menu-yaletown/) —— */
    .menu-full {
      background: var(--black);
      color: var(--white);
      padding: clamp(2.25rem, 6vw, 4rem) max(1rem, env(safe-area-inset-left)) clamp(2.5rem, 7vw, 4.5rem) max(1rem, env(safe-area-inset-right));
      border-top: 1px solid var(--border-on-dark-08);
    }
    #menu {
      scroll-margin-top: var(--site-header-offset);
    }
    .menu-full h2 {
      font-family: var(--font-headline);
      font-weight: 700;
      font-size: clamp(2rem, 5vw, 3rem);
      letter-spacing: 0.08em;
      text-transform: uppercase;
      text-align: center;
      margin: 0 0 0.5rem;
    }
    .menu-full .menu-source {
      text-align: center;
      color: var(--muted);
      font-size: clamp(0.95rem, 2.5vw, 1.1rem);
      margin: 0 0 1.5rem;
    }
    .menu-full .menu-source a {
      color: var(--white);
    }
    .menu-jump {
      display: flex;
      flex-wrap: wrap;
      gap: 0.5rem 0.65rem;
      justify-content: center;
      margin: 0 0 2rem;
      padding: 0.65rem max(0.25rem, env(safe-area-inset-left)) 0.75rem max(0.25rem, env(safe-area-inset-right));
      position: sticky;
      top: var(--site-header-offset);
      z-index: 50;
      background: var(--overlay-menu-sticky);
      backdrop-filter: blur(10px);
      -webkit-backdrop-filter: blur(10px);
      border-bottom: 1px solid var(--border-on-dark-08);
    }
    .menu-jump a {
      font-family: var(--font-subhead);
      font-size: clamp(0.95rem, 3.2vw, 1.1rem);
      font-weight: 900;
      transform: scaleX(0.58);
      transform-origin: center center;
      letter-spacing: 0.12em;
      text-transform: uppercase;
      color: var(--shell-cream);
      text-decoration: none;
      padding: 0.45rem 0.65rem;
      border: 1px solid var(--border-cream-25);
      border-radius: 2px;
      min-height: 44px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      -webkit-tap-highlight-color: transparent;
      touch-action: manipulation;
    }
    .menu-jump a:hover { border-color: var(--shell-cream); }
    .menu-full details {
      border: 1px solid var(--border-on-dark-10);
      border-radius: 4px;
      margin-bottom: 0.75rem;
      background: var(--surface-on-dark-02);
    }
    .menu-full summary {
      font-family: var(--font-headline);
      font-weight: 700;
      letter-spacing: 0.14em;
      font-size: clamp(0.82rem, 3vw, 0.95rem);
      padding: 0.85rem 1rem;
      min-height: 48px;
      display: flex;
      align-items: center;
      cursor: pointer;
      list-style: none;
      text-transform: uppercase;
      -webkit-tap-highlight-color: transparent;
      touch-action: manipulation;
    }
    .menu-full summary::-webkit-details-marker { display: none; }
    .menu-full details[open] summary {
      border-bottom: 1px solid var(--border-on-dark-08);
    }
    .menu-full .menu-panel-inner {
      padding: 0.75rem 1rem 1.25rem;
      max-width: 720px;
      margin: 0 auto;
    }
    .menu-full h4 {
      font-family: var(--font-subhead);
      font-weight: 900;
      transform: scaleX(0.58);
      transform-origin: left center;
      font-size: 0.72rem;
      letter-spacing: 0.16em;
      text-transform: uppercase;
      margin: 1.25rem 0 0.5rem;
      color: var(--text-on-dark-faint);
    }
    .menu-full h4:first-child { margin-top: 0; }
    .menu-full ul.menu-items {
      list-style: none;
      margin: 0;
      padding: 0;
    }
    .menu-full ul.menu-items > li {
      display: grid;
      grid-template-columns: 1fr auto;
      gap: 0.35rem 0.75rem;
      padding: 0.55rem 0;
      border-bottom: 1px solid var(--border-on-dark-06);
      font-size: clamp(0.98rem, 3.2vw, 1.08rem);
      align-items: baseline;
    }
    .menu-full .mi-name {
      font-weight: 700;
      min-width: 0;
      overflow-wrap: anywhere;
      hyphens: auto;
    }
    .menu-full .mi-price {
      font-variant-numeric: tabular-nums;
      opacity: 0.9;
      white-space: nowrap;
      justify-self: end;
      text-align: right;
    }
    .menu-full .mi-desc {
      grid-column: 1 / -1;
      font-size: 0.88em;
      color: var(--muted);
      line-height: 1.35;
      margin: 0;
    }
    .menu-full .menu-note-small {
      font-size: 0.85rem;
      color: var(--muted);
      margin-top: 0.75rem;
      line-height: 1.4;
    }
    .menu-full .menu-anchor {
      scroll-margin-top: calc(var(--site-header-offset) + var(--menu-jump-strip));
    }

    #story,
    #locations,
    #reserve,
    #contact {
      scroll-margin-top: var(--site-header-offset);
    }

    /* —— Locations + catering —— */
    .loc-picker {
      padding: clamp(3rem, 8vw, 5rem) clamp(1rem, 4vw, 2rem);
      background: linear-gradient(180deg, var(--black) 0%, var(--black-soft) 100%);
      border-top: 1px solid var(--border-on-dark-08);
      text-align: center;
    }
    .loc-picker h2 {
      font-family: var(--font-headline);
      font-weight: 700;
      font-size: clamp(2rem, 4.5vw, 3rem);
      letter-spacing: 0.05em;
      text-transform: uppercase;
      margin: 0 0 0.65rem;
    }
    .loc-picker .loc-lead {
      margin: 0 auto;
      max-width: 36rem;
      color: var(--muted);
      font-size: clamp(1rem, 3.5vw, 1.15rem);
      padding: 0 0.25rem;
    }
    .loc-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: clamp(0.75rem, 2vw, 1.25rem);
      max-width: 1040px;
      margin: 2.25rem auto 0;
    }
    @media (max-width: 768px) {
      .loc-grid { grid-template-columns: 1fr; max-width: 420px; }
    }
    .loc-card {
      display: block;
      padding: clamp(1.5rem, 4vw, 2.25rem) 1.25rem;
      border: 2px solid var(--border-on-dark-22);
      text-decoration: none;
      color: var(--white);
      transition: border-color 0.25s var(--ease-out), background 0.25s var(--ease-out), transform 0.25s var(--ease-out);
      -webkit-tap-highlight-color: transparent;
      touch-action: manipulation;
    }
    .loc-card:hover {
      border-color: var(--border-on-dark-55);
      background: var(--surface-on-dark-04);
      transform: translateY(-2px);
    }
    .loc-card:active {
      opacity: 0.92;
      transform: translateY(0);
    }
    .loc-card h3 {
      font-family: var(--font-subhead);
      font-weight: 900;
      transform: scaleX(0.58);
      transform-origin: center center;
      display: inline-block;
      font-size: clamp(2rem, 4vw, 2.6rem);
      letter-spacing: 0.06em;
      margin: 0 0 0.4rem;
      text-transform: uppercase;
    }
    .loc-card p {
      margin: 0;
      font-size: 1.05rem;
      color: var(--muted);
      line-height: 1.35;
    }
    .catering-band {
      margin-top: 2.75rem;
      padding-top: 2.5rem;
      border-top: 1px solid var(--border-on-dark-10);
      max-width: 640px;
      margin-left: auto;
      margin-right: auto;
    }
    .catering-band p {
      margin: 0 0 1.25rem;
      color: var(--muted);
    }

    .band--lead {
      padding-top: clamp(2.75rem, 7vw, 4.5rem);
    }

    /* —— Mid lockup (replaces Pax wordmark image) —— */
    .lockup-section {
      padding: clamp(2rem, 5vw, 4rem) 1rem;
      text-align: center;
      background: linear-gradient(180deg, var(--black-soft) 0%, var(--black) 100%);
    }
    .lockup-section .logo-img--lockup {
      width: min(640px, 92vw);
      max-width: 100%;
      margin: 0 auto;
      opacity: 0.98;
    }

    /* —— Two-up gallery —— */
    .split {
      display: grid;
      grid-template-columns: 1fr 1fr;
    }
    @media (max-width: 768px) {
      .split { grid-template-columns: 1fr; }
    }
    .split .fluid-frame { min-height: clamp(42vh, 70vw, 70vh); }

    /* —— Reserve —— */
    .reserve {
      padding: clamp(3rem, 8vw, 5rem) clamp(1rem, 4vw, 2rem);
      padding-bottom: calc(clamp(3rem, 8vw, 5rem) + env(safe-area-inset-bottom, 0px));
      background: var(--black);
      border-top: 1px solid var(--border-on-dark-08);
    }
    .reserve h2 {
      font-family: var(--font-headline);
      font-weight: 700;
      font-size: clamp(2.25rem, 5vw, 3.25rem);
      letter-spacing: 0.06em;
      text-align: center;
      margin: 0 0 0.5rem;
      text-transform: uppercase;
    }
    .reserve .sub {
      text-align: center;
      color: var(--muted);
      margin-bottom: 2rem;
    }
    .reserve-panel {
      max-width: 640px;
      margin: 0 auto;
      border: 1px solid var(--border-on-dark-15);
      padding: clamp(2rem, 5vw, 3rem);
      background: var(--black-soft);
      text-align: center;
    }
    .reserve-panel p {
      margin: 0 0 1.5rem;
      color: var(--muted);
    }
    .reserve-btns {
      margin-top: 0;
    }

    /* —— Pax-style footer (burgundy + cream + mega wordmark) —— */
    .pax-footer {
      background: var(--shell-bg);
      color: var(--shell-cream);
      margin-top: 0;
    }
    .pax-footer__bar {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: space-between;
      gap: 1rem 1.5rem;
      padding: 1rem clamp(1rem, 3vw, 2.5rem);
      background: var(--shell-bar);
      border-bottom: 1px solid var(--border-ink-25);
    }
    .pax-footer__wordmark-sm {
      display: block;
      line-height: 0;
      text-decoration: none;
    }
    .pax-footer__wordmark-sm img {
      height: clamp(1.35rem, 3vw, 1.75rem);
      width: auto;
      max-width: min(180px, 42vw);
    }
    .pax-footer__wordmark-sm:hover { opacity: 0.85; }
    .pax-footer__nav {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      gap: 0.75rem 1.35rem;
      font-size: 1.2rem;
      letter-spacing: 0.06em;
      text-transform: uppercase;
    }
    .pax-footer__nav a {
      font-family: var(--font-subhead);
      font-weight: 900;
      transform: scaleX(0.58);
      transform-origin: center center;
      display: inline-block;
      color: var(--shell-cream);
      text-decoration: none;
      opacity: 0.95;
    }
    .pax-footer__nav a:hover { opacity: 0.65; }

    .pax-footer__body {
      display: flex;
      align-items: flex-start;
      justify-content: center;
      gap: clamp(0.85rem, 2.5vw, 1.75rem);
      width: 100%;
      max-width: none;
      margin: 0;
      padding: clamp(1rem, 2.5vw, 1.35rem) clamp(1.25rem, 4vw, 3rem) clamp(0.75rem, 2vw, 1rem);
      box-sizing: border-box;
    }
    .pax-footer__cols {
      display: grid;
      grid-template-columns: minmax(0, 1fr) minmax(0, min(24rem, 34vw)) minmax(0, 1fr);
      gap: clamp(1.25rem, 4vw, 3.5rem);
      flex: 1 1 auto;
      min-width: 0;
      max-width: none;
      align-items: center;
    }
    .pax-footer__cols--compact {
      grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
      max-width: 52rem;
      margin: 0 auto;
    }
    @media (min-width: 901px) {
      .pax-footer__cols--compact .pax-footer__delivery {
        text-align: right;
      }
      .pax-footer__cols--compact .pax-footer__delivery .pax-footer__label {
        transform-origin: right center;
      }
    }
    @media (max-width: 900px) {
      .pax-footer__body {
        flex-direction: column;
        align-items: center;
        text-align: center;
      }
      .pax-footer__cols {
        grid-template-columns: 1fr;
        width: 100%;
      }
      .pax-footer__delivery {
        padding-top: 0.15rem;
        border-top: 1px solid var(--border-on-dark-15);
      }
      .pax-footer__switch {
        padding: 0;
        gap: 0.35rem 0.55rem;
      }
      .pax-footer__switch-tag {
        white-space: normal;
      }
      .pax-footer__label {
        transform-origin: center center;
      }
      .pax-hours-list { text-align: left; margin-left: auto; margin-right: auto; }
      .pax-footer__main { text-align: center; }
      .pax-footer__main .pax-hours-list { display: inline-block; text-align: left; }
    }
    .pax-footer__label {
      display: block;
      margin: 0 0 0.35rem;
      font-size: clamp(0.92rem, 2.1vw, 1.05rem);
      letter-spacing: 0.14em;
      line-height: 1.15;
      color: var(--shell-cream);
      transform: scaleX(var(--subhead-scale-x));
      transform-origin: left center;
    }
    .pax-footer__main {
      text-align: left;
      align-self: start;
    }
    .pax-footer__main .pax-footer__addr + .pax-footer__label {
      margin-top: 0.55rem;
    }
    .pax-footer__delivery {
      text-align: left;
      align-self: start;
    }
    .pax-footer__delivery .pax-footer__label {
      transform-origin: left center;
    }
    @media (min-width: 901px) {
      .pax-footer__delivery {
        text-align: right;
      }
      .pax-footer__delivery .pax-footer__label {
        transform-origin: right center;
      }
    }
    .pax-footer__col h4 + .pax-loc-label { margin-top: 0; }
    .pax-footer__col p {
      margin: 0 0 0.4rem;
      font-size: 0.95rem;
      line-height: 1.4;
      color: var(--text-on-dark);
    }
    .pax-footer__col a {
      color: var(--shell-cream);
      text-decoration: none;
    }
    .pax-footer__col a:hover { text-decoration: underline; text-underline-offset: 3px; }
    .pax-loc-label {
      font-family: var(--font-subhead);
      font-weight: 900;
      transform: scaleX(0.58);
      transform-origin: left center;
      display: inline-block;
      font-size: 1.15rem;
      letter-spacing: 0.06em;
      text-transform: uppercase;
      margin: 1.35rem 0 0.35rem;
      color: var(--shell-cream);
    }
    .pax-footer__hours .pax-loc-label:first-of-type { margin-top: 0; }
    .pax-hours-list {
      list-style: none;
      margin: 0 0 0.5rem;
      padding: 0;
      font-size: 0.88rem;
      line-height: 1.35;
      color: var(--text-on-dark-soft);
    }
    .pax-hours-list li {
      margin: 0 0 0.2rem;
    }
    .pax-hours-list li span {
      color: var(--text-on-dark);
      white-space: nowrap;
    }
    .pax-footer__main .pax-footer__label:not(:first-child) {
      margin-top: 0.55rem;
    }
    .pax-footer__addr {
      margin: 0 0 0.35rem;
      font-size: 0.9rem;
      line-height: 1.35;
      opacity: 0.88;
    }
    .pax-footer__cater {
      margin: 0.65rem 0 0;
    }
    .pax-footer__cater-link {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 44px;
      padding: 0.55rem 1rem;
      border: 1px solid var(--shell-cream);
      font-family: var(--font-headline);
      font-weight: 700;
      text-transform: uppercase;
      font-size: clamp(0.95rem, 2.2vw, 1.1rem);
      letter-spacing: 0.1em;
      color: var(--shell-cream);
      text-decoration: none;
      transition: opacity 0.2s ease, background 0.2s ease;
    }
    .pax-footer__cater-link:hover,
    .pax-footer__cater-link:focus-visible {
      background: rgb(var(--cream-rgb) / 0.12);
      text-decoration: none;
      outline: none;
    }
    .pax-footer__cater-link:focus-visible {
      outline: 2px solid var(--shell-cream);
      outline-offset: 3px;
    }
    .pax-footer__delivery .pax-footer__label.pax-h4-first { margin-top: 0; }
    .pax-footer__delivery .pax-footer__label:not(.pax-h4-first) {
      margin-top: 0.55rem;
    }
    .pax-ig {
      display: inline-flex;
      margin-top: 0.65rem;
      padding: 0.35rem;
      border: 1px solid var(--shell-cream);
      border-radius: 50%;
      line-height: 0;
      opacity: 0.95;
      color: var(--shell-cream);
    }
    .pax-ig:hover { opacity: 0.7; }
    .pax-ig svg { display: block; }
    .pax-footer__legal {
      position: absolute;
      left: clamp(1.25rem, 4vw, 3rem);
      bottom: max(clamp(0.9rem, 2.5vw, 1.15rem), env(safe-area-inset-bottom));
      z-index: 2;
      margin: 0;
      padding: 0;
      max-width: min(42vw, 14rem);
      font-size: clamp(0.65rem, 1.6vw, 0.72rem);
      letter-spacing: 0.04em;
      opacity: 0.65;
      line-height: 1.35;
      text-align: left;
      box-sizing: border-box;
    }

    .pax-footer__switch {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      gap: 0.4rem 0.7rem;
      padding: 0 clamp(0.5rem, 2vw, 1rem);
      border-top: none;
      text-align: center;
      width: 100%;
      max-width: min(64rem, 100%);
      margin: 0 auto;
      box-sizing: border-box;
    }
    .pax-footer__switch-tag {
      margin: 0;
      color: var(--shell-cream);
      font-size: clamp(1.45rem, 4.5vw, 2.65rem);
      line-height: 1.15;
      transform-origin: center center;
      white-space: nowrap;
      flex-shrink: 0;
    }
    .pax-footer__switch-locs {
      display: inline-flex;
      flex-wrap: nowrap;
      align-items: center;
      justify-content: center;
      gap: 0.35rem 0.55rem;
      white-space: nowrap;
      flex-shrink: 0;
    }
    .pax-footer__switch-locs .pax-footer__switch-link {
      white-space: nowrap;
    }
    .pax-footer__switch-nav {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      gap: 0.65rem 1.5rem;
    }
    .pax-footer__switch-link {
      font-size: clamp(0.9rem, 2.2vw, 1.2rem);
      letter-spacing: 0.1em;
      color: var(--shell-cream);
      text-decoration: none;
      transition: opacity 0.2s ease;
    }
    .pax-footer__switch-link:hover,
    .pax-footer__switch-link:focus-visible {
      opacity: 0.72;
      text-decoration: underline;
      text-underline-offset: 5px;
    }
    .pax-footer__switch-link:focus-visible {
      outline: 2px solid var(--shell-cream);
      outline-offset: 4px;
    }
    .pax-footer__switch-sep {
      opacity: 0.4;
      font-family: var(--font-headline);
      font-size: 1.1em;
      line-height: 1;
      user-select: none;
      flex-shrink: 0;
    }

    .pax-footer__mega-wrap {
      position: relative;
      width: 100%;
      max-width: none;
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      align-items: center;
      min-height: clamp(5.5rem, 18vw, 9rem);
      padding: clamp(1rem, 3vw, 1.75rem) clamp(1.25rem, 4vw, 3rem);
      padding-bottom: max(clamp(0.9rem, 2.5vw, 1.15rem), env(safe-area-inset-bottom));
      border-top: 1px solid var(--border-on-dark-07);
      box-sizing: border-box;
    }
    .pax-footer__mega-wrap .pax-footer__ig {
      margin-top: 0.55rem;
      flex-shrink: 0;
    }
    .pax-footer__lockup {
      display: block;
      width: min(92vw, 52rem);
      max-width: 100%;
      height: auto;
      margin: 0 auto;
      opacity: 0.98;
    }

    /* —— Mobile layout & touch —— */
    @media (max-width: 640px) {
      :root {
        --site-header-offset: calc(env(safe-area-inset-top, 0px) + 11rem);
        --menu-jump-strip: 4.5rem;
      }
      .header-subline {
        flex-direction: column;
        gap: 0.35rem;
        font-size: 0.95rem;
        line-height: 1.4;
      }
      .header-subline__sep { display: none; }
      .brand__logo {
        height: clamp(2.22rem, 9.6vw, 3.18rem);
        max-width: min(216px, 82vw);
      }
      .band {
        padding-left: max(1rem, env(safe-area-inset-left));
        padding-right: max(1rem, env(safe-area-inset-right));
      }
      .location-marker__art {
        width: min(94vw, 30rem);
      }
      .location-marker__art--wide {
        width: min(96vw, 34rem);
      }
      .btn-row {
        flex-direction: column;
        align-items: stretch;
        gap: 0.75rem;
      }
      .btn-row .btn {
        width: 100%;
        max-width: none;
      }
      .loc-picker {
        padding-left: max(1rem, env(safe-area-inset-left));
        padding-right: max(1rem, env(safe-area-inset-right));
      }
      .catering-band .btn { width: 100%; max-width: none; }
      .reserve {
        padding-left: max(1rem, env(safe-area-inset-left));
        padding-right: max(1rem, env(safe-area-inset-right));
      }
      .reserve-btns {
        flex-direction: column;
        align-items: stretch;
        gap: 0.75rem;
      }
      .reserve-btns .btn {
        width: 100%;
        max-width: none;
      }
    }

    @media (max-width: 600px) {
      .pax-footer__bar {
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding-left: max(1rem, env(safe-area-inset-left));
        padding-right: max(1rem, env(safe-area-inset-right));
      }
      .pax-footer__nav {
        justify-content: center;
        font-size: clamp(0.95rem, 3.8vw, 1.15rem);
        gap: 0.5rem 1rem;
      }
      .pax-footer__body {
        padding-left: max(1rem, env(safe-area-inset-left));
        padding-right: max(1rem, env(safe-area-inset-right));
      }
      .pax-footer__mega-wrap {
        padding-left: max(0.5rem, env(safe-area-inset-left));
        padding-right: max(0.5rem, env(safe-area-inset-right));
        padding-bottom: max(0.85rem, env(safe-area-inset-bottom));
        min-height: clamp(4.5rem, 22vw, 7rem);
      }
      .pax-footer__legal {
        left: max(0.75rem, env(safe-area-inset-left));
        bottom: max(0.85rem, env(safe-area-inset-bottom));
        max-width: min(46vw, 11rem);
      }
      .pax-footer__lockup {
        width: min(96vw, 36rem);
      }
    }

    @media (max-width: 900px) {
      .pax-footer__main,
      .pax-footer__delivery { text-align: center; }
      .pax-footer__main .pax-footer__label,
      .pax-footer__delivery .pax-footer__label {
        transform-origin: center center;
      }
    }

    @media (max-width: 480px) {
      .menu-full ul.menu-items > li {
        grid-template-columns: 1fr;
        gap: 0.15rem 0;
      }
      .menu-full .mi-price {
        justify-self: start;
        white-space: normal;
        text-align: left;
      }
    }

    @media (prefers-reduced-motion: reduce) {
      html { scroll-behavior: auto; }
      .fluid-frame img {
        animation: none !important;
        transform: none !important;
      }
      .fluid-frame .grain {
        animation: none !important;
      }
      .reveal {
        opacity: 1 !important;
        transform: none !important;
        transition: none !important;
      }
    }
