/* ============================================================
   ODYSSEY DINING - extracted site styles
   Extracted verbatim from index.html inline <style> blocks,
   in original document order. No rules changed.
   ============================================================ */

/* ---- from index.html <style> @ line 12 ---- */
  :root {
    --bg: #0a0908; --bg-2: #14110f; --bg-3: #1a1614;
    --ink: #f2ede4; --ink-mute: #a39d92; --ink-dim: #6b665e;
    --gold: #c9a961; --gold-deep: #8c7438; --gold-soft: rgba(201,169,97,0.15);
    --line: #2a2520;
    --serif: 'Cormorant Garamond', 'Times New Roman', serif;
    --sans: 'Manrope', system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  }
  * { box-sizing: border-box; margin: 0; padding: 0; }
  html { scroll-behavior: smooth; }
  html { background: var(--bg); }
  body { background: var(--bg); color: var(--ink); font-family: var(--sans); font-weight: 300; line-height: 1.6; overflow-x: hidden; -webkit-font-smoothing: antialiased; min-height: 100vh; }
  section, footer, main, article { background-color: var(--bg); }
  .dish { background: var(--bg-2); }
  .dish-card { background: var(--bg-2); }
  body::before { content: ""; position: fixed; inset: 0; pointer-events: none; z-index: 100; opacity: 0.035; 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.9' numOctaves='3' /%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E"); }
  body.locked { overflow: hidden; }
  button { font-family: inherit; }

  /* NAV */
  nav { position: fixed; top: 0; left: 0; right: 0; padding: 1.1rem 2.5rem; display: flex; justify-content: space-between; align-items: center; z-index: 60; background: linear-gradient(to bottom, rgba(10,9,8,0.96), rgba(10,9,8,0.88) 70%, rgba(10,9,8,0)); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); }
  .brand { font-family: var(--serif); font-size: 1.4rem; font-weight: 400; letter-spacing: 0.18em; text-transform: uppercase; }
  .brand-mark { color: var(--gold); font-style: italic; }
  .nav-right { display: flex; gap: 0.75rem; align-items: center; }
  .nav-cta, .nav-cart { color: var(--gold); border: 1px solid var(--gold-deep); padding: 0.55rem 1.3rem; font-size: 0.68rem; letter-spacing: 0.3em; text-transform: uppercase; background: transparent; cursor: pointer; transition: all 0.25s; position: relative; }
  .nav-cta:hover, .nav-cart:hover { background: var(--gold); color: var(--bg); }
  .cart-count { color: var(--gold); font-weight: 600; letter-spacing: 0; }
  .cart-count:empty { display: none; }
  @media (max-width: 700px) { nav { padding: 1rem 1.25rem; } .brand { font-size: 1.05rem; } .nav-cta, .nav-cart { font-size: 0.6rem; padding: 0.45rem 0.85rem; } }

  /* HERO */
  .hero { min-height: 100vh; padding: 8rem 2rem 6rem; display: flex; flex-direction: column; align-items: center; text-align: center; justify-content: center; background: radial-gradient(ellipse at top, rgba(201,169,97,0.10), transparent 60%), var(--bg); }
  .hero-mark { font-size: 0.7rem; letter-spacing: 0.5em; text-transform: uppercase; color: var(--gold); margin-bottom: 2.5rem; }
  .hero-mark::before, .hero-mark::after { content: "—"; color: var(--gold-deep); margin: 0 1rem; }
  .hero-headline { font-family: var(--serif); font-size: clamp(1.8rem, 3.5vw, 2.6rem); font-weight: 400; line-height: 1.35; letter-spacing: 0.04em; text-transform: uppercase; max-width: 48rem; margin: 0 auto 4rem; }
  .hero-welcome-mark { font-size: 0.7rem; letter-spacing: 0.4em; text-transform: uppercase; color: var(--gold); margin: 4rem 0 1.5rem; }
  .hero-welcome { font-family: var(--serif); font-size: clamp(1rem, 1.6vw, 1.15rem); color: var(--ink-mute); line-height: 1.8; max-width: 38rem; margin: 0 auto 3rem; }
  .hero-welcome em { color: var(--gold); font-style: italic; }
  /* ─── HERO CREDENTIALS ─── */
  .hero-credentials { display: flex; align-items: flex-start; gap: 0; margin-top: 2.5rem; border-top: 1px solid var(--line); padding-top: 1.75rem; }
  .cred-item { flex: 1; padding-right: 1.75rem; }
  .cred-item:last-child { padding-right: 0; }
  .cred-divider { width: 1px; background: var(--line); align-self: stretch; flex-shrink: 0; margin: 0 2rem; }
  .cred-stars { font-size: 2.4rem; color: var(--gold); letter-spacing: 0.2em; margin-bottom: 0.85rem; line-height: 1; text-align: center; animation: star-glow 3.5s ease-in-out infinite; }
  @keyframes star-glow {
    0%, 100% { text-shadow: 0 0 8px rgba(201,169,97,0.2); }
    50% { text-shadow: 0 0 22px rgba(201,169,97,0.65), 0 0 40px rgba(201,169,97,0.25); }
  }
  .cred-logo { height: 32px; display: flex; align-items: center; margin-bottom: 0.65rem; }
  .cred-logo img { height: 100%; width: auto; max-width: 140px; object-fit: contain; filter: invert(1); mix-blend-mode: screen; opacity: 0.82; }
  .cred-logo-text { font-family: var(--sans); font-size: 0.65rem; letter-spacing: 0.5em; text-transform: uppercase; font-weight: 300; color: var(--ink); }
  .cred-logo-text.maaemo { border-top: 1px solid rgba(184,168,132,0.45); border-bottom: 1px solid rgba(184,168,132,0.45); padding: 0.22rem 0; }
  .cred-logo-text.aimsir { font-weight: 500; letter-spacing: 0.42em; color: var(--ink); }
  .cred-title { font-size: 0.5rem; letter-spacing: 0.38em; text-transform: uppercase; color: var(--ink-dim); margin-bottom: 0.45rem; }
  .cred-desc { font-size: 0.72rem; color: var(--ink-mute); line-height: 1.55; }
  .cred-item.michelin { text-align: center; display: flex; flex-direction: column; align-items: center; }
  @media (max-width: 900px) { .hero-credentials { flex-direction: column; gap: 1.25rem; } .cred-divider { display: none; } .cred-item { padding-right: 0; } }

  /* FILTER BAR */
  .filter-bar { position: sticky; top: 64px; z-index: 40; background: rgba(10,9,8,0.97); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 1.25rem 2rem; transition: opacity 0.25s ease, transform 0.3s ease; }
  body.past-menu .filter-bar { opacity: 0; transform: translateY(-100%); pointer-events: none; }
  .filter-bar-inner { max-width: 1100px; margin: 0 auto; display: flex; align-items: end; justify-content: flex-start; gap: 1.5rem; flex-wrap: wrap; }
  .filter-block { display: flex; flex-direction: column; gap: 0.5rem; flex: 1 1 320px; min-width: 280px; }
  .filter-label { font-size: 0.6rem; letter-spacing: 0.35em; text-transform: uppercase; color: var(--ink-dim); white-space: nowrap; }
  .filter-divider { font-family: var(--serif); font-style: italic; color: var(--gold); font-size: 0.95rem; padding-bottom: 0.7rem; flex: 0 0 auto; }
  @media (max-width: 760px) { .filter-divider { display: none; } .filter-block { flex: 1 1 100%; max-width: 100%; } }

  /* TAIL INPUT */
  .tail-input-group { display: flex; align-items: stretch; min-width: 260px; border: 1px solid var(--line); background: var(--bg-2); transition: border-color 0.25s; }
  .tail-input-group:focus-within { border-color: var(--gold-deep); }
  .tail-input-group input { background: transparent; border: none; padding: 0.7rem 1rem; color: var(--ink); font-family: var(--sans); font-weight: 400; font-size: 0.92rem; letter-spacing: 0.04em; flex: 1; outline: none; text-transform: uppercase; min-width: 0; }
  .tail-input-group input::placeholder { color: var(--ink-dim); text-transform: none; letter-spacing: 0.02em; font-weight: 300; }
  .tail-input-group button { background: var(--gold); color: var(--bg); border: none; padding: 0 1.4rem; font-size: 0.66rem; letter-spacing: 0.3em; text-transform: uppercase; cursor: pointer; font-weight: 500; transition: background 0.25s; white-space: nowrap; }
  .tail-input-group button:hover { background: var(--gold-deep); color: var(--ink); }

  /* CUSTOM DROPDOWN — replaces native <select> */
  .dropdown { position: relative; }
  .dd-trigger { width: 100%; min-width: 240px; background: var(--bg-2); border: 1px solid var(--line); color: var(--ink); padding: 0.7rem 2.5rem 0.7rem 1rem; font-family: var(--sans); font-weight: 400; font-size: 0.92rem; letter-spacing: 0.04em; cursor: pointer; text-align: left; transition: border-color 0.25s; position: relative; display: flex; align-items: center; justify-content: space-between; gap: 0.5rem; }
  .dd-trigger:focus, .dd-trigger.open { outline: none; border-color: var(--gold-deep); }
  .dd-trigger::after { content: ""; width: 12px; height: 8px; background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23c9a961' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat center; flex-shrink: 0; transition: transform 0.25s; }
  .dd-trigger.open::after { transform: rotate(180deg); }
  .dd-menu { position: absolute; top: calc(100% + 4px); left: 0; right: 0; background: var(--bg-2); border: 1px solid var(--gold-deep); box-shadow: 0 20px 50px rgba(0,0,0,0.6); z-index: 50; max-height: 0; overflow: hidden; opacity: 0; pointer-events: none; transition: max-height 0.3s cubic-bezier(0.16,1,0.3,1), opacity 0.2s; }
  .dd-menu.open { max-height: 400px; opacity: 1; pointer-events: auto; }
  .dd-option { display: block; width: 100%; background: transparent; border: none; color: var(--ink); font-family: var(--sans); font-weight: 400; font-size: 0.88rem; padding: 0.75rem 1rem; text-align: left; cursor: pointer; transition: background 0.15s; letter-spacing: 0.02em; }
  .dd-option:hover { background: var(--gold-soft); color: var(--gold); }
  .dd-option.selected { color: var(--gold); }
  .dd-hint { color: var(--ink-dim); font-size: 0.8rem; font-style: italic; font-family: var(--serif); margin-left: 0.5rem; }
  .dd-option:hover .dd-hint { color: var(--gold-deep); }

  .filter-status { margin-top: 1.25rem; font-size: 1rem; color: var(--ink); font-family: var(--serif); font-style: italic; text-align: center; min-height: 1.2rem; line-height: 1.6; letter-spacing: 0.01em; padding: 0.5rem 1rem; }
  .filter-status:empty { display: none; }
  .filter-status strong { color: var(--gold); font-weight: 500; font-style: normal; letter-spacing: 0.05em; }
  .filter-status em { color: var(--ink-mute); font-style: italic; }
  .filter-status.warning { color: var(--ink-mute); font-size: 0.85rem; }
  .filter-status .reset { background: none; border: 1px solid var(--gold-deep); color: var(--gold); cursor: pointer; margin-left: 0.75rem; font: inherit; font-style: normal; font-size: 0.7rem; letter-spacing: 0.2em; text-transform: uppercase; padding: 0.3rem 0.8rem; transition: all 0.25s; }
  .filter-status .reset:hover { background: var(--gold); color: var(--bg); }
  .filter-status .status-identity { font-size: 1.15rem; font-style: normal; color: var(--ink); font-family: var(--serif); margin-bottom: 0.4rem; letter-spacing: 0.02em; }
  .filter-status .status-identity strong { color: var(--gold); font-weight: 500; }
  .filter-status .status-identity em { color: var(--ink-mute); font-style: italic; font-weight: 400; }
  .filter-status .status-identity .status-class { color: var(--gold); font-style: italic; font-weight: 500; }
  .filter-status .status-meta { font-size: 0.85rem; color: var(--ink-mute); font-style: italic; }


  .allergen-bar { width: 100%; margin: 0.75rem 0 0; display: flex; flex-wrap: nowrap; gap: 0.3rem; align-items: center; justify-content: flex-start; overflow-x: auto; -webkit-overflow-scrolling: touch; scrollbar-width: none; }
  .allergen-bar::-webkit-scrollbar { display: none; }
  .allergen-bar-label { font-size: 0.6rem; letter-spacing: 0.3em; text-transform: uppercase; color: var(--ink-dim); margin-right: 0.5rem; }
  .dietary-disclaimer { max-width: 60ch; margin: 0.85rem 0 0; font-size: 0.72rem; line-height: 1.6; letter-spacing: 0.01em; color: var(--ink-dim); font-style: italic; }
  .allergen-chip { font-size: 0.63rem; letter-spacing: 0.12em; text-transform: uppercase; border: 1px solid var(--line); background: var(--bg-2); color: var(--ink-mute); padding: 0.35rem 0.55rem; cursor: pointer; transition: all 0.25s; white-space: nowrap; }
  .allergen-chip:hover { color: var(--ink); border-color: var(--ink-dim); }
  .allergen-chip.active { background: rgba(201,80,80,0.15); color: #d97a7a; border-color: #8c4848; }

  /* SECTIONS */
  .section { padding: 5rem 0 3rem; }
  .section.hidden { display: none; }
  .section-head { text-align: center; max-width: 56rem; margin: 0 auto 2.5rem; padding: 0 2rem; }
  .section-num { display: none; }
  .section-title { font-family: var(--serif); font-size: clamp(2.5rem, 6vw, 4.5rem); font-weight: 300; line-height: 1; margin-bottom: 1rem; letter-spacing: -0.01em; }
  .section-rule { display: none; }
  .section-intro { font-family: var(--serif); font-style: italic; font-size: 1.05rem; color: var(--ink-mute); max-width: 28rem; margin: 0 auto; }

  /* DISH GRID */
  /* ─── CAROUSEL ─── */
  .carousel-wrap { position: relative; }
  .dishes-grid { display: flex; flex-wrap: nowrap; overflow-x: auto; scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch; scrollbar-width: none; gap: 1.25rem; padding: 0.5rem 2rem 1.75rem; }
  .dishes-grid::-webkit-scrollbar { display: none; }
  .carousel-btn { position: absolute; top: calc(50% - 2.5rem); transform: translateY(-50%); width: 40px; height: 40px; border-radius: 50%; background: rgba(24,24,32,0.9); border: 1px solid var(--gold-deep); color: var(--gold); cursor: pointer; z-index: 10; display: flex; align-items: center; justify-content: center; font-size: 1rem; opacity: 0; pointer-events: none; transition: opacity 0.2s, background 0.2s; backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px); }
  .carousel-wrap:hover .carousel-btn { opacity: 1; pointer-events: auto; }
  .carousel-btn:hover { background: var(--gold); color: var(--bg); }
  .carousel-btn.at-edge { opacity: 0 !important; pointer-events: none !important; }
  .carousel-btn-prev { left: 0.5rem; }
  .dishes-grid.carousel-centered { justify-content: center; scroll-snap-type: none; }
  .carousel-btn-next { right: 0.5rem; }
  @media (hover: none) { .carousel-btn { display: none; } }
  /* ─── CART BOTTOM BAR ─── */
  .cart-bottom-bar { display: none; position: fixed; bottom: 0; left: 0; right: 0; z-index: 90; background: var(--bg-2); border-top: 1px solid var(--gold-deep); padding: 0.85rem 1.5rem; align-items: center; gap: 1rem; }
  .cart-bottom-bar.visible { display: flex; }
  .cbb-label { font-family: var(--sans); font-size: 0.65rem; letter-spacing: 0.25em; text-transform: uppercase; color: var(--ink-mute); flex: 1; }
  .cbb-total { font-family: var(--serif); font-size: 1rem; color: var(--gold); }
  .cbb-open { font-family: var(--sans); font-size: 0.65rem; letter-spacing: 0.25em; text-transform: uppercase; background: var(--gold); color: var(--bg); border: none; padding: 0.65rem 1.25rem; cursor: pointer; transition: background 0.2s; }
  .cbb-open:hover { background: var(--gold-deep); }
  /* ─── MOBILE: revert to single-column at 480px ─── */
  @media (max-width: 480px) {
    .section { padding: 3.5rem 0 2rem; }
    .dishes-grid { display: grid; grid-template-columns: 1fr; overflow-x: visible; scroll-snap-type: none; padding: 0 1.25rem 1rem; gap: 1rem; }
    .dish { flex: unset !important; min-width: 0 !important; scroll-snap-align: none !important; }
  }
  .dish { background: var(--bg-2); border: 1px solid var(--line); display: flex; flex-direction: column; transition: transform 0.4s cubic-bezier(0.16,1,0.3,1), border-color 0.3s, box-shadow 0.3s; box-shadow: 0 4px 20px rgba(0,0,0,0.25); flex: 0 0 340px; min-width: 0; scroll-snap-align: start; cursor: pointer; }
  .dish:hover { transform: translateY(-4px); border-color: var(--gold-deep); box-shadow: 0 12px 40px rgba(0,0,0,0.4); }
  .dish.hidden { display: none; }

  .dish-image-btn { cursor: pointer; display: block; width: 100%; -webkit-tap-highlight-color: rgba(201,169,97,0.2); }
  .dish-image { aspect-ratio: 16 / 11; position: relative; overflow: hidden; background: linear-gradient(135deg, #1a1612, #0f0d0a); }
  .dish-image img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s cubic-bezier(0.16,1,0.3,1); display: block; }
  .dish:hover .dish-image img { transform: scale(1.04); }
  .dish-image::after { content: ""; position: absolute; inset: auto 0 0 0; height: 30%; background: linear-gradient(to bottom, transparent, var(--bg-2)); pointer-events: none; }
  .dish-hover-hint { position: absolute; bottom: 1rem; left: 50%; transform: translateX(-50%) translateY(8px); background: rgba(10,9,8,0.85); backdrop-filter: blur(6px); color: var(--gold); border: 1px solid var(--gold-deep); padding: 0.5rem 1rem; font-size: 0.62rem; letter-spacing: 0.25em; text-transform: uppercase; opacity: 0; transition: all 0.3s; z-index: 3; }
  .dish:hover .dish-hover-hint { opacity: 1; transform: translateX(-50%) translateY(0); }

  .dish-badge { position: absolute; top: 1rem; right: 1rem; background: rgba(10,9,8,0.82); backdrop-filter: blur(6px); color: var(--gold); font-size: 0.58rem; letter-spacing: 0.25em; text-transform: uppercase; padding: 0.35rem 0.7rem; border: 1px solid var(--gold-deep); z-index: 2; }

  .dish-body { padding: 1.5rem; flex: 1; display: flex; flex-direction: column; }
  .dish-header { display: flex; justify-content: space-between; align-items: baseline; gap: 1rem; margin-bottom: 0.65rem; }
  .dish-name { font-family: var(--serif); font-size: 1.35rem; font-weight: 400; line-height: 1.2; flex: 1; }
  .dish-price { font-family: var(--serif); font-size: 1.15rem; color: var(--gold); font-weight: 400; white-space: nowrap; }
  .dish-desc { font-size: 0.83rem; line-height: 1.55; color: var(--ink-mute); margin-bottom: 1.1rem; flex: 1; }
  .dish-tags { display: flex; flex-wrap: wrap; gap: 0.35rem; margin-bottom: 1.25rem; }
  .tag { font-size: 0.55rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--ink-dim); border: 1px solid var(--line); padding: 0.25rem 0.6rem; background: transparent; cursor: pointer; transition: all 0.25s; }
  .tag:hover { color: var(--ink); border-color: var(--ink-dim); }
  .tag.tag-sig { color: var(--gold); border-color: var(--gold-deep); }
  .tag.tag-sig:hover { background: var(--gold-soft); }
  .dish-actions { display: flex; gap: 0.5rem; }
  .btn-details, .btn-add { font-size: 0.62rem; letter-spacing: 0.22em; text-transform: uppercase; padding: 0.85rem 1rem; cursor: pointer; transition: all 0.25s; font-weight: 500; border: 1px solid var(--line); min-height: 44px; -webkit-tap-highlight-color: rgba(201,169,97,0.2); }
  .btn-details { flex: 1; background: transparent; color: var(--ink-mute); }
  .btn-details:hover { color: var(--gold); border-color: var(--gold-deep); }
  .btn-add { background: var(--gold); color: var(--bg); border-color: var(--gold); }
  .btn-add:hover { background: transparent; color: var(--gold); }
  .btn-add.added { background: transparent; color: var(--gold); }
  .btn-add.added::before { content: "✓ "; }

  /* ─── DETAIL VIEW: full-screen slide-up ─── */
  .detail-overlay { position: fixed; inset: 0; background: rgba(10,9,8,0.85); backdrop-filter: blur(10px); z-index: 180; opacity: 0; pointer-events: none; transition: opacity 0.4s; }
  .detail-overlay.open { opacity: 1; pointer-events: auto; }

  .detail-view { position: fixed; inset: 0; z-index: 190; background: var(--bg-2); border-top: 1px solid var(--gold-deep); box-shadow: 0 -20px 60px rgba(0,0,0,0.7); transform: translateY(40px); opacity: 0; transition: transform 0.55s cubic-bezier(0.22,1,0.36,1), opacity 0.38s ease; pointer-events: none; overflow-y: auto; -webkit-overflow-scrolling: touch; }
  .detail-view.open { transform: translateY(0); opacity: 1; pointer-events: auto; }

  .detail-close { position: fixed; top: 1rem; right: 1rem; z-index: 250; background: rgba(10,9,8,0.92); -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px); color: var(--ink); border: 1px solid var(--gold-deep); width: 52px; height: 52px; border-radius: 50%; cursor: pointer; display: none; align-items: center; justify-content: center; font-size: 1.8rem; line-height: 1; transition: all 0.25s; padding: 0; font-family: inherit; -webkit-tap-highlight-color: rgba(201,169,97,0.3); } .detail-close.open { display: flex; } .detail-close:hover, .detail-close:active { background: var(--gold); color: var(--bg); border-color: var(--gold); }
  
  

  .detail-inner { max-width: 1100px; margin: 0 auto; padding: 0; }
  .detail-hero { position: relative; aspect-ratio: 21 / 9; overflow: hidden; background: var(--bg-3); }
  @media (max-width: 700px) { .detail-hero { aspect-ratio: 4 / 3; } }
  .detail-hero img { width: 100%; height: 100%; object-fit: cover; }
  .detail-hero::after { content: ""; position: absolute; inset: auto 0 0 0; height: 50%; background: linear-gradient(to bottom, transparent, rgba(20,17,15,0.85), var(--bg-2)); pointer-events: none; }
  .detail-hero-text { position: absolute; bottom: 0; left: 0; right: 0; padding: 2rem 2.5rem; z-index: 2; }
  .detail-category { font-family: var(--serif); font-style: italic; color: var(--gold); font-size: 0.95rem; margin-bottom: 0.5rem; }
  .detail-title { font-family: var(--serif); font-size: clamp(2rem, 5vw, 3.5rem); font-weight: 400; line-height: 1.05; letter-spacing: -0.01em; margin-bottom: 0.75rem; }
  .detail-price-row { display: flex; align-items: baseline; gap: 1.5rem; flex-wrap: wrap; }
  .detail-price { font-family: var(--serif); font-size: 1.6rem; color: var(--gold); font-weight: 400; }
  .detail-tags { display: flex; flex-wrap: wrap; gap: 0.4rem; }
  .detail-tags .tag { font-size: 0.6rem; }

  .detail-body { padding: 2.5rem; display: grid; grid-template-columns: 2fr 1fr; gap: 3rem; }
  @media (max-width: 900px) { .detail-body { grid-template-columns: 1fr; gap: 2rem; padding: 2rem 1.5rem; } }

  .detail-section { margin-bottom: 2.5rem; }
  .detail-section:last-child { margin-bottom: 0; }
  .detail-section h4 { font-family: var(--serif); font-style: italic; font-size: 1.15rem; color: var(--gold); font-weight: 400; margin-bottom: 1rem; }
  .detail-description { font-size: 1rem; line-height: 1.7; color: var(--ink-mute); margin-bottom: 2rem; font-family: var(--serif); font-style: italic; padding-bottom: 1.5rem; border-bottom: 1px solid var(--line); }
  .plating-list { font-size: 0.92rem; color: var(--ink); line-height: 1.6; padding-left: 1.5rem; }
  .plating-list li { margin-bottom: 0.7rem; padding-left: 0.3rem; }
  .plating-list li::marker { color: var(--gold); font-weight: 500; font-family: var(--serif); font-style: italic; }
  .bullet-list { font-size: 0.88rem; color: var(--ink-mute); line-height: 1.6; padding-left: 1.4rem; }
  .bullet-list li { margin-bottom: 0.4rem; }
  .bullet-list li::marker { color: var(--gold-deep); }

  .pill-row { display: flex; flex-wrap: wrap; gap: 0.4rem; }
  .pill { font-size: 0.62rem; letter-spacing: 0.18em; text-transform: uppercase; padding: 0.4rem 0.8rem; cursor: pointer; border: 1px solid; background: transparent; transition: all 0.25s; }
  .pill-allergen { color: var(--ink); border-color: var(--line); background: var(--bg-3); }
  .pill-allergen:hover { border-color: #8c4848; color: #d97a7a; }
  .pill-jet { color: var(--gold); border-color: var(--gold-deep); }
  .pill-jet:hover { background: var(--gold-soft); }
  .pill-empty { color: var(--ink-dim); font-style: italic; font-size: 0.85rem; }

  .detail-cta-row { display: flex; gap: 0.75rem; margin-top: 2rem; padding-top: 2rem; border-top: 1px solid var(--line); flex-wrap: wrap; }
  .detail-cta-row button { flex: 1; min-width: 200px; padding: 1.1rem 1.5rem; font-size: 0.7rem; letter-spacing: 0.3em; text-transform: uppercase; font-weight: 500; cursor: pointer; transition: all 0.25s; border: 1px solid; }
  .detail-cta-add { background: var(--gold); color: var(--bg); border-color: var(--gold); }
  .detail-cta-add:hover { background: transparent; color: var(--gold); }
  .detail-cta-inquire { background: transparent; color: var(--gold); border-color: var(--gold-deep); }
  .detail-cta-inquire:hover { background: var(--gold-soft); }

  /* CHEF / CLOSING / FOOTER */
  .chef { padding: 7rem 2rem; max-width: 56rem; margin: 4rem auto 0; text-align: center; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
  .chef-eyebrow { font-size: 0.7rem; letter-spacing: 0.4em; text-transform: uppercase; color: var(--gold); margin-bottom: 2rem; }
  .chef-quote { font-family: var(--serif); font-style: italic; font-size: clamp(1.4rem, 2.8vw, 2rem); font-weight: 300; line-height: 1.4; margin-bottom: 2rem; }
  .chef-attr { font-size: 0.72rem; letter-spacing: 0.3em; text-transform: uppercase; color: var(--ink-mute); }
  .chef-attr strong { color: var(--gold); font-weight: 500; }

  .closing { padding: 8rem 2rem; text-align: center; background: radial-gradient(ellipse at center, rgba(201,169,97,0.06), transparent 70%), var(--bg); border-top: 1px solid var(--line); margin-top: 6rem; }
  .closing-mark { font-family: var(--serif); font-style: italic; color: var(--gold); font-size: 1rem; margin-bottom: 2rem; }
  .closing-title { font-family: var(--serif); font-size: clamp(2.5rem, 6vw, 4rem); font-weight: 300; line-height: 1.1; margin-bottom: 2rem; }
  .closing-title em { font-style: italic; color: var(--gold); }
  .closing-sub { font-family: var(--serif); font-style: italic; color: var(--ink-mute); font-size: 1.2rem; max-width: 30rem; margin: 0 auto 3rem; }
  .closing-cta { display: inline-block; color: var(--bg); background: var(--gold); border: 1px solid var(--gold); padding: 1.1rem 3rem; font-size: 0.72rem; letter-spacing: 0.35em; text-transform: uppercase; cursor: pointer; font-weight: 500; transition: all 0.25s; }
  .closing-cta:hover { background: transparent; color: var(--gold); }
  .closing-details { margin-top: 3rem; font-size: 0.68rem; letter-spacing: 0.3em; text-transform: uppercase; color: var(--ink-dim); }


  footer { padding: 3rem 2rem; text-align: center; border-top: 1px solid var(--line); font-size: 0.68rem; letter-spacing: 0.25em; text-transform: uppercase; color: var(--ink-dim); }
  footer a { color: var(--gold); text-decoration: none; }
  footer .airports { margin-top: 1rem; font-size: 0.6rem; letter-spacing: 0.2em; }

  /* CART DRAWER */
  .cart-drawer { position: fixed; top: 0; right: 0; bottom: 0; width: 440px; max-width: 100vw; background: var(--bg-2); border-left: 1px solid var(--gold-deep); box-shadow: -20px 0 60px rgba(0,0,0,0.5); z-index: 150; transform: translateX(100%); transition: transform 0.45s cubic-bezier(0.16,1,0.3,1); display: flex; flex-direction: column; }
  .cart-drawer.open { transform: translateX(0); }
  .cart-overlay { position: fixed; inset: 0; background: rgba(10,9,8,0.7); backdrop-filter: blur(6px); z-index: 145; opacity: 0; pointer-events: none; transition: opacity 0.45s; }
  .cart-overlay.active { opacity: 1; pointer-events: auto; }
  .cart-header { padding: 2rem 2rem 1.5rem; border-bottom: 1px solid var(--line); display: flex; justify-content: space-between; align-items: center; }
  .cart-title { font-family: var(--serif); font-size: 1.5rem; font-weight: 400; }
  .cart-title em { color: var(--gold); font-style: italic; }
  .cart-close { background: none; border: none; color: var(--ink-mute); font-size: 1.6rem; cursor: pointer; padding: 0 0.5rem; line-height: 1; }
  .cart-close:hover { color: var(--gold); }
  .cart-items { flex: 1; overflow-y: auto; padding: 1rem 2rem; }
  .cart-empty { padding: 3rem 1rem; text-align: center; color: var(--ink-dim); font-style: italic; font-family: var(--serif); font-size: 1rem; }
  .cart-item { padding: 1.25rem 0; border-bottom: 1px solid var(--line); display: grid; grid-template-columns: 1fr auto; gap: 0.5rem 1rem; align-items: start; }
  .cart-item:last-child { border-bottom: none; }
  .cart-item-name { font-family: var(--serif); font-size: 1.05rem; line-height: 1.3; }
  .cart-item-price { font-family: var(--serif); color: var(--gold); font-size: 1rem; white-space: nowrap; }
  .cart-item-controls { display: flex; align-items: center; gap: 0.75rem; grid-column: 1 / -1; margin-top: 0.25rem; }
  .qty-btn { width: 28px; height: 28px; border: 1px solid var(--line); background: var(--bg-3); color: var(--ink); cursor: pointer; display: flex; align-items: center; justify-content: center; transition: all 0.25s; font-size: 0.95rem; }
  .qty-btn:hover { border-color: var(--gold-deep); color: var(--gold); }
  .qty-value { font-size: 0.85rem; min-width: 24px; text-align: center; }
  .cart-item-remove { margin-left: auto; background: none; border: none; color: var(--ink-dim); font-size: 0.7rem; letter-spacing: 0.2em; text-transform: uppercase; cursor: pointer; }
  .cart-item-remove:hover { color: #d97a7a; }
  .cart-fields { padding: 1.25rem 2rem 0.5rem; border-top: 1px solid var(--line); overflow-y: auto; }
  .cart-field { margin-bottom: 1.1rem; }
  .cart-field label { display: block; font-size: 0.56rem; letter-spacing: 0.3em; text-transform: uppercase; color: var(--ink-dim); margin-bottom: 0.4rem; }
  .cart-field label .req { color: var(--gold); margin-left: 0.1rem; }
  .cart-field label .opt { font-size: 0.5rem; letter-spacing: 0.15em; color: var(--ink-dim); font-style: italic; text-transform: none; margin-left: 0.4rem; opacity: 0.65; }
  .cart-field input, .cart-field select { width: 100%; background: transparent; border: none; border-bottom: 1px solid var(--line); padding: 0.4rem 0; color: var(--ink); font-family: var(--sans); font-size: 0.88rem; }
  .cart-field input:focus, .cart-field select:focus { outline: none; border-bottom-color: var(--gold); }
  .cart-field input[type="date"]::-webkit-calendar-picker-indicator { filter: invert(0.6); cursor: pointer; }
  .cart-field select { appearance: none; -webkit-appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath fill='%23b8a884' d='M5 6L0 0h10z'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 0.25rem center; padding-right: 1.25rem; cursor: pointer; }
  .cart-field select option { background: #1a1820; color: var(--ink); }
  .cart-fields-row { display: grid; grid-template-columns: 1fr 1fr; gap: 0 1.25rem; }
  .cart-footer { border-top: 1px solid var(--line); padding: 1.25rem 2rem 2rem; }
  .cart-totals { margin-bottom: 1.25rem; }
  .cart-row { display: flex; justify-content: space-between; font-size: 0.85rem; padding: 0.3rem 0; color: var(--ink-mute); }
  .cart-row.total { border-top: 1px solid var(--line); margin-top: 0.5rem; padding-top: 0.8rem; font-family: var(--serif); font-size: 1.3rem; color: var(--ink); }
  .cart-row.total .total-value { color: var(--gold); }
  .cart-submit { width: 100%; background: var(--gold); color: var(--bg); border: 1px solid var(--gold); padding: 1.1rem; font-size: 0.7rem; letter-spacing: 0.35em; text-transform: uppercase; cursor: pointer; font-weight: 500; transition: all 0.25s; }
  .cart-submit:hover { background: transparent; color: var(--gold); }
  .cart-disclaimer { margin-top: 1rem; font-size: 0.7rem; color: var(--ink-dim); font-style: italic; font-family: var(--serif); text-align: center; }

  /* INQUIRY MODAL */
  .modal { position: fixed; inset: 0; background: rgba(10,9,8,0.96); backdrop-filter: blur(12px); z-index: 200; display: none; align-items: center; justify-content: center; padding: 2rem; opacity: 0; transition: opacity 0.4s; overflow-y: auto; -webkit-overflow-scrolling: touch; }
  .modal.active { display: flex; opacity: 1; }
  .modal-content { background: var(--bg-2); border: 1px solid var(--gold-deep); max-width: 580px; width: 100%; padding: 3rem; text-align: center; position: relative; transform: scale(0.95); transition: transform 0.4s; margin: auto; }
  .modal.active .modal-content { transform: scale(1); }
  .modal-close { position: absolute; top: 1rem; right: 1.25rem; background: none; border: none; color: var(--ink-mute); font-size: 1.5rem; cursor: pointer; }
  .modal-close:hover { color: var(--gold); }
  .modal-title { font-family: var(--serif); font-size: 2rem; font-weight: 300; margin-bottom: 1rem; }
  .modal-title em { color: var(--gold); font-style: italic; }
  .modal-sub { color: var(--ink-mute); font-style: italic; font-family: var(--serif); margin-bottom: 2rem; }
  .modal-field { margin-bottom: 1.25rem; text-align: left; }
  .modal-field label { display: block; font-size: 0.62rem; letter-spacing: 0.3em; text-transform: uppercase; color: var(--ink-dim); margin-bottom: 0.5rem; }
  .modal-field label .req { color: var(--gold); margin-left: 0.15rem; }
  .modal-field label .opt { font-size: 0.55rem; letter-spacing: 0.18em; color: var(--ink-dim); font-style: italic; text-transform: none; margin-left: 0.5rem; opacity: 0.7; }
  .modal-field input, .modal-field textarea, .modal-field select { width: 100%; background: transparent; border: none; border-bottom: 1px solid var(--line); padding: 0.5rem 0; color: var(--ink); font-family: var(--sans); font-size: 0.95rem; resize: none; }
  .modal-field select { appearance: none; -webkit-appearance: none; background-color: #14110f; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath fill='%23b8a884' d='M5 6L0 0h10z'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 0.25rem center; padding-right: 1.5rem; cursor: pointer; color: var(--ink); }
  .modal-field select option { background: #14110f; color: var(--ink); }
  .modal-field select option:first-child { color: var(--ink-dim); }
  .modal-field input:focus, .modal-field textarea:focus, .modal-field select:focus { outline: none; border-bottom-color: var(--gold); }
  .modal-submit { margin-top: 1rem; width: 100%; background: var(--gold); color: var(--bg); border: 1px solid var(--gold); padding: 1rem; font-size: 0.7rem; letter-spacing: 0.3em; text-transform: uppercase; cursor: pointer; font-weight: 500; transition: all 0.3s; }
  .modal-submit:hover { background: transparent; color: var(--gold); }

  .dd-option { display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
  .dd-label-text { font-weight: 400; }
  .dd-hint { color: var(--ink-dim); font-size: 0.75rem; font-style: italic; font-family: var(--serif); white-space: nowrap; }
  .dd-option:hover .dd-hint { color: var(--gold-deep); }
  .dd-option.selected .dd-label-text { color: var(--gold); }
  @media (max-width: 500px) {
    .dd-hint { display: none; }
  }

  /* Mobile-specific tap fixes */
  @media (max-width: 700px) {
    .detail-view { top: 0; }
    
    .dish-actions { flex-direction: column; gap: 0.5rem; }
    .dish-actions button { width: 100%; }
    .nav-cta, .nav-cart { min-height: 40px; }
    .detail-cta-row { flex-direction: column; }
    .detail-cta-row button { min-width: 0; width: 100%; }
  }
  /* iOS tap-target safety */
  button, [role="button"] { -webkit-tap-highlight-color: rgba(201,169,97,0.2); touch-action: manipulation; }

  /* ORDER CONFIRMATION */
  .order-confirm-overlay { position: fixed; inset: 0; background: rgba(10,9,8,0.96); backdrop-filter: blur(14px); z-index: 220; display: none; align-items: center; justify-content: center; padding: 2rem; opacity: 0; transition: opacity 0.4s; }
  .order-confirm-overlay.open { display: flex; opacity: 1; }
  .order-confirm-card { background: var(--bg-2); border: 1px solid var(--gold-deep); max-width: 520px; width: 100%; padding: 3rem 2.5rem; text-align: center; box-shadow: 0 30px 80px rgba(0,0,0,0.6); }
  .confirm-mark { font-family: var(--serif); font-style: italic; color: var(--gold); font-size: 0.85rem; letter-spacing: 0.3em; text-transform: uppercase; margin-bottom: 1.25rem; }
  .confirm-title { font-family: var(--serif); font-size: 2.5rem; font-weight: 300; margin-bottom: 1rem; }
  .confirm-sub { font-family: var(--serif); font-style: italic; color: var(--ink-mute); font-size: 1.05rem; line-height: 1.5; margin-bottom: 2rem; }
  .confirm-ref { font-size: 0.72rem; letter-spacing: 0.25em; text-transform: uppercase; color: var(--ink-dim); margin-bottom: 1.5rem; }
  .confirm-ref strong { color: var(--gold); }
  .confirm-list { list-style: none; padding: 1.25rem 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); margin-bottom: 1.25rem; text-align: left; }
  .confirm-list li { font-size: 0.92rem; color: var(--ink-mute); padding: 0.3rem 0; display: flex; justify-content: space-between; align-items: baseline; }
  .confirm-total { font-family: var(--serif); font-size: 1.15rem; color: var(--ink); margin-bottom: 2rem; }
  .confirm-total strong { color: var(--gold); }
  .confirm-close-btn { background: var(--gold); color: var(--bg); border: 1px solid var(--gold); padding: 1rem 2rem; font-size: 0.7rem; letter-spacing: 0.3em; text-transform: uppercase; cursor: pointer; font-weight: 500; font-family: var(--sans); transition: all 0.3s; }
  .confirm-close-btn:hover { background: transparent; color: var(--gold); }
  .confirm-actions { display: flex; flex-direction: column; gap: 0.75rem; align-items: center; }
  .confirm-receipt-btn { background: transparent; color: var(--gold); border: 1px solid var(--gold); padding: 0.85rem 1.75rem; font-size: 0.7rem; letter-spacing: 0.3em; text-transform: uppercase; cursor: pointer; font-weight: 500; font-family: var(--sans); transition: all 0.3s; }
  .confirm-receipt-btn:hover { background: var(--gold); color: var(--bg); }

  /* ─── INVOICE / PRINT RECEIPT (NetJets style) ─── */
  .invoice-receipt-overlay { position: fixed; inset: 0; background: rgba(10,9,8,0.97); z-index: 240; display: none; overflow-y: auto; padding: 2rem 1rem 4rem; }
  .invoice-receipt-overlay.open { display: block; }
  .invoice-toolbar { max-width: 8.5in; margin: 0 auto 1.25rem; display: flex; justify-content: space-between; align-items: center; gap: 1rem; }
  .invoice-toolbar button { background: transparent; color: var(--ink); border: 1px solid var(--ink-dim); padding: 0.7rem 1.5rem; font-size: 0.7rem; letter-spacing: 0.25em; text-transform: uppercase; cursor: pointer; font-family: var(--sans); transition: all 0.25s; }
  .invoice-toolbar button.invoice-print { background: var(--gold); color: var(--bg); border-color: var(--gold); }
  .invoice-toolbar button:hover { color: var(--gold); border-color: var(--gold); }
  .invoice-toolbar button.invoice-print:hover { background: transparent; color: var(--gold); }
  .invoice-sheet { max-width: 8.5in; margin: 0 auto; background: #fff; color: #1a1a1a; padding: 0.65in 0.75in; font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif; font-size: 10.5pt; line-height: 1.4; box-shadow: 0 30px 80px rgba(0,0,0,0.5); }
  .invoice-sheet .invoice-header { display: grid; grid-template-columns: 1fr auto; gap: 2rem; padding-bottom: 1rem; border-bottom: 2px solid #1a1a1a; margin-bottom: 1.5rem; }
  .invoice-vendor-name { font-size: 18pt; font-weight: 700; letter-spacing: 0.02em; }
  .invoice-vendor-sub { font-size: 9pt; color: #555; margin-top: 0.15rem; }
  .invoice-vendor-meta { font-size: 8.5pt; color: #666; margin-top: 0.5rem; }
  .invoice-meta-block { min-width: 240px; font-size: 9.5pt; }
  .invoice-no-row { display: flex; justify-content: space-between; gap: 1.5rem; padding: 0.18rem 0; border-bottom: 1px dotted #ccc; }
  .invoice-no-row:last-child { border-bottom: none; }
  .invoice-no-row span { color: #666; }
  .invoice-no-row strong { color: #1a1a1a; font-weight: 700; }
  .invoice-billto { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; padding-bottom: 1rem; border-bottom: 1px solid #ccc; margin-bottom: 1.25rem; }
  .invoice-label { font-size: 8pt; font-weight: 700; letter-spacing: 0.15em; text-transform: uppercase; color: #666; margin-bottom: 0.4rem; }
  .invoice-billto-name { font-weight: 700; font-size: 11pt; margin-bottom: 0.2rem; }
  .invoice-meta-table { width: 100%; font-size: 9.5pt; }
  .invoice-meta-table td { padding: 0.18rem 0; }
  .invoice-meta-table td:first-child { color: #666; width: 45%; }
  .invoice-meta-table td:last-child { text-align: right; }
  .invoice-table { width: 100%; border-collapse: collapse; margin-top: 0.5rem; font-size: 10pt; }
  .invoice-table th { text-align: left; padding: 0.4rem 0.5rem; background: #1a1a1a; color: #fff; font-size: 8.5pt; letter-spacing: 0.08em; text-transform: uppercase; font-weight: 700; }
  .invoice-table td { padding: 0.5rem 0.5rem; border-bottom: 1px solid #e5e5e5; }
  .invoice-table .num { text-align: right; }
  .invoice-table tfoot td { border-bottom: none; padding: 0.32rem 0.5rem; font-size: 9.5pt; }
  .invoice-table tr.invoice-total-row td { border-top: 2px solid #1a1a1a; padding-top: 0.65rem; font-size: 11pt; }
  .invoice-note { font-size: 8.5pt; color: #666; font-style: italic; margin-top: 0.85rem; }
  .invoice-terms { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; margin-top: 1.75rem; padding-top: 1rem; border-top: 1px solid #ccc; font-size: 9pt; }
  .invoice-terms-col div { padding: 0.12rem 0; }
  .invoice-footer { margin-top: 2rem; padding-top: 0.85rem; border-top: 2px solid #1a1a1a; font-size: 8pt; color: #555; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 1rem; }

  @media print {
    body.invoice-mode > *:not(.invoice-receipt-overlay) { display: none !important; }
    .invoice-receipt-overlay { position: static !important; background: #fff !important; padding: 0 !important; overflow: visible !important; }
    .no-print { display: none !important; }
    .invoice-sheet { box-shadow: none !important; margin: 0 !important; max-width: 100% !important; padding: 0.5in !important; }
    @page { size: letter; margin: 0.5in; }
  }
  body.invoice-mode { overflow: hidden; }

  /* Photo placeholder for dishes without source imagery */
  .dish-image-placeholder { width: 100%; aspect-ratio: 16 / 11; display: flex; align-items: center; justify-content: center; padding: 1.5rem; background: linear-gradient(135deg, var(--bg-2) 0%, var(--bg-3) 50%, #1c1815 100%); position: relative; overflow: hidden; }
  .dish-image-placeholder::before { content: ""; position: absolute; inset: 0; background: radial-gradient(ellipse at center, rgba(201,169,97,0.04) 0%, transparent 70%); pointer-events: none; }
  .dish-image-placeholder::after { content: "Photograph forthcoming"; position: absolute; top: 1rem; right: 1rem; font-size: 0.55rem; letter-spacing: 0.25em; text-transform: uppercase; color: var(--ink-dim); font-family: var(--sans); }
  .dish-image-placeholder span { font-family: var(--serif); font-style: italic; font-size: clamp(1.4rem, 2.5vw, 1.8rem); color: var(--gold); text-align: center; line-height: 1.2; letter-spacing: 0.01em; position: relative; z-index: 1; }

  .detail-hero-placeholder { background: linear-gradient(135deg, var(--bg-2) 0%, var(--bg-3) 50%, #1c1815 100%); }
  .detail-hero-placeholder-inner { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; padding: 2rem; position: relative; }
  .detail-hero-placeholder-inner::before { content: "Photograph forthcoming"; position: absolute; top: 1.5rem; right: 1.5rem; font-size: 0.65rem; letter-spacing: 0.3em; text-transform: uppercase; color: var(--ink-dim); font-family: var(--sans); }
  .detail-hero-placeholder-inner span { font-family: var(--serif); font-style: italic; font-size: clamp(2rem, 5vw, 3.5rem); color: var(--gold); text-align: center; line-height: 1.1; }

  /* TOOLBAR — PRIMARY: segmented toggle */
  .menu-type-toggle { display: flex; flex-direction: column; align-items: center; gap: 0.65rem; padding: 1.1rem 0 0.9rem; }
  .seg-toggle { display: inline-flex; border: 1px solid var(--gold-deep); overflow: hidden; }
  .seg-btn { background: transparent; border: none; color: var(--ink-mute); font-family: var(--sans); font-size: 0.7rem; letter-spacing: 0.25em; text-transform: uppercase; padding: 0.6rem 1.6rem; cursor: pointer; transition: background 0.2s, color 0.2s; font-weight: 500; white-space: nowrap; }
  .seg-btn:first-child { border-right: 1px solid var(--gold-deep); }
  .seg-btn.active { background: var(--gold); color: var(--bg); }

  /* TOOLBAR — SECONDARY: contextual download link */
  .menu-dl-link { font-family: var(--sans); font-size: 0.6rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--ink-dim); text-decoration: none; transition: color 0.2s; }
  .menu-dl-link:hover { color: var(--gold); }

  /* TOOLBAR — DIVIDER */
  .menu-toolbar-divider { display: none; }

  /* TOOLBAR — TERTIARY: category nav (center-aligned, lighter) */
  .cat-pill-sub { font-size: 0.58rem; letter-spacing: 0.15em; color: var(--gold); border-color: var(--gold-deep); opacity: 0.75; }

  /* SUBSECTION HEADERS */
  .subsection-header { font-family: var(--sans); font-size: 0.58rem; letter-spacing: 0.45em; text-transform: uppercase; color: var(--ink-dim); padding: 2.5rem 2rem 1.25rem; border-bottom: 1px solid var(--line); margin: 0 0 0; }

  /* CATEGORY JUMP NAV */
  .filter-lower { max-width: 1100px; margin: 0 auto; width: 100%; }
  .category-nav { margin: 1rem 0 0; display: flex; align-items: center; gap: 0.85rem; padding-top: 0.85rem; border-top: 1px solid var(--line); flex-wrap: nowrap; overflow-x: auto; -webkit-overflow-scrolling: touch; scrollbar-width: none; }
  .category-nav::-webkit-scrollbar { display: none; }
  .category-nav-label { font-size: 0.6rem; letter-spacing: 0.35em; text-transform: uppercase; color: var(--ink-dim); flex: 0 0 auto; white-space: nowrap; display: none; }
  .category-nav-list { display: flex; gap: 0.3rem; flex: 1 1 auto; flex-wrap: nowrap; padding-right: 1rem; }
  .cat-pill { background: transparent; border: 1px solid var(--line); color: var(--ink-mute); font-family: var(--sans); font-size: 0.62rem; letter-spacing: 0.18em; text-transform: uppercase; padding: 0.4rem 0.65rem; cursor: pointer; white-space: nowrap; transition: all 0.25s; font-weight: 400; }
  .cat-pill:hover { color: var(--ink); border-color: var(--ink-dim); }
  .cat-pill.active { background: var(--gold-soft); color: var(--gold); border-color: var(--gold-deep); }
  @media (max-width: 760px) {
    .category-nav { padding-bottom: 0.25rem; }
    .category-nav-label { display: none; }
  }
  /* ===================================================================
   ODYSSEY MIAMI MENU - DECK-ALIGNED PALETTE PATCH
   Paste at the END of the existing style block, before the closing tag.
   These rules override the original :root by appearing later in cascade.

   Palette sampled from the V2 Jets broker deck:
     bg          #181820   cool near-black (deck base)
     bg-2 / 3    #1f1f28 / #252531   lifted surfaces
     ink         #f0f0e8   primary bone/cream
     ink-mute    #b8b8b8   neutral mid (was warm gray)
     ink-dim     #909090   neutral label gray
     gold        #b8a884   champagne (was honey #c9a961)
     gold-deep   #8c846c   hover/border state
     line        #303038   cool hairline
   =================================================================== */

:root {
  --bg:        #181820;
  --bg-2:      #1f1f28;
  --bg-3:      #252531;
  --ink:       #f0f0e8;
  --ink-mute:  #d8d4c8;
  --ink-dim:   #a8a496;
  --gold:      #b8a884;
  --gold-deep: #8c846c;
  --gold-soft: rgba(184, 168, 132, 0.14);
  --line:      #303038;
  --line-soft: #25252e;
}

/* Body baseline */
body { color: var(--ink); background: var(--bg); }

/* NAV */
.brand-mark { color: var(--gold); }
.nav-cta { color: var(--gold); border-color: var(--gold-deep); }
.nav-cta:hover { background: var(--gold-soft); color: var(--ink); }

/* HERO */
.hero-title em { color: var(--gold); }
.hero-sub { color: var(--ink-mute); }
.hero-welcome, .welcome-text, p.hero-welcome { color: var(--ink); line-height: 1.7; }
.hero-mark { color: var(--ink-dim); }
.scroll-cue { color: var(--ink-dim); }

/* FILTER BAR */
.filter-bar {
  background: linear-gradient(to bottom, rgba(24,24,32,0.97), rgba(24,24,32,0.92));
  border-color: var(--line);
}
.filter-label { color: var(--ink-dim); }
.filter-divider { color: var(--gold); }
.tail-input-group { background: var(--bg-2); border-color: var(--line); }
.tail-input-group:focus-within { border-color: var(--gold-deep); }
.tail-input-group input { color: var(--ink); }
.tail-input-group input::placeholder { color: var(--ink-dim); }
.tail-input-group button { background: var(--gold); color: var(--bg); }
.tail-input-group button:hover { background: var(--gold-deep); color: var(--ink); }
.jet-select,
.filter-bar select,
.filter-bar input[type="text"] {
  background: var(--bg-2);
  color: var(--ink);
  border-color: var(--line);
}
.filter-status { color: var(--ink-mute); }
.filter-status.warning { color: var(--gold); }
.filter-status strong { color: var(--ink); }

/* Category jump-nav */
.category-nav { border-color: var(--line); }
.category-nav-label { color: var(--ink-dim); }
.cat-pill {
  color: var(--ink-mute);
  border-color: var(--line);
  background: transparent;
}
.cat-pill:hover { color: var(--ink); border-color: var(--ink-dim); }
.cat-pill.active {
  background: var(--gold-soft);
  color: var(--gold);
  border-color: var(--gold-deep);
}

/* Allergen exclusion chips */
.allergen-toggle, .exclude-chip {
  color: var(--ink-mute);
  border-color: var(--line);
}
.allergen-toggle.active, .exclude-chip.active {
  background: var(--gold-soft);
  color: var(--gold);
  border-color: var(--gold-deep);
}

/* Category section headers */
.category-header, .cat-header, h2.section-title { color: var(--ink); }
.category-header em, .cat-header em { color: var(--gold); }
.category-mark, .category-eyebrow { color: var(--ink-dim); }

/* DISH CARD */
.dish { background: var(--bg-2); border-color: var(--line); }
.dish-name { color: var(--ink); }
.dish-desc { color: var(--ink-mute); line-height: 1.55; }
.dish-price { color: var(--gold); }
.dish-badge {
  background: var(--gold-soft);
  color: var(--gold);
  border: 1px solid var(--gold-deep);
}
.dish-expand { color: var(--ink-mute); }
.dish-expand:hover { color: var(--gold); }

/* Tag pills */
.tag { color: var(--ink-mute); border-color: var(--line); background: transparent; }
.tag-sig { color: var(--gold); border-color: var(--gold-deep); background: var(--gold-soft); }

/* DETAILS PANEL */
.dish-details { background: var(--bg-3); border-color: var(--line); }
.details-h { color: var(--ink-dim); letter-spacing: 0.28em; }
.details-list, .details-list li {
  color: var(--ink);
  line-height: 1.6;
}

.allergen-pill {
  background: transparent;
  color: var(--ink-mute);
  border: 1px solid var(--line);
}
.jet-pill {
  background: var(--gold-soft);
  color: var(--gold);
  border: 1px solid var(--gold-deep);
}

.inquire-btn {
  background: transparent;
  color: var(--gold);
  border: 1px solid var(--gold-deep);
}
.inquire-btn:hover { background: var(--gold); color: var(--bg); }

/* CHEF NOTE */
.chef { background: var(--bg-2); border-color: var(--line); }
.chef-eyebrow { color: var(--ink-dim); }
.chef-quote { color: var(--ink); }
.chef-attr { color: var(--ink-mute); }
.chef-attr strong { color: var(--gold); }

/* CLOSING */
.closing-mark { color: var(--ink-dim); }
.closing-title em { color: var(--gold); }
.closing-sub { color: var(--ink-mute); }
.closing-cta {
  background: var(--gold);
  color: var(--bg);
  border: 1px solid var(--gold);
}
.closing-cta:hover { background: transparent; color: var(--gold); }
.closing-details { color: var(--ink-dim); }

/* FOOTER */
footer { color: var(--ink-mute); border-color: var(--line); }
footer a { color: var(--gold); }
.airports { color: var(--ink-dim); }

/* MODAL */
.modal { background: rgba(10, 10, 14, 0.85); }
.modal-content { background: var(--bg-2); border: 1px solid var(--line); }
.modal-close { color: var(--ink-mute); }
.modal-close:hover { color: var(--gold); }
.modal-title em { color: var(--gold); }
.modal-sub { color: var(--ink-mute); }
.modal-field label { color: var(--ink-dim); }
.modal-field input,
.modal-field textarea {
  color: var(--ink);
  border-bottom-color: var(--line);
}
.modal-field input:focus,
.modal-field textarea:focus { border-bottom-color: var(--gold); }
.modal-submit {
  background: var(--gold);
  color: var(--bg);
  border: 1px solid var(--gold);
}
.modal-submit:hover { background: transparent; color: var(--gold); }

/* CART / ORDER BAR */
.cart-bar, .cart-summary {
  background: var(--bg-2);
  border-color: var(--line);
  color: var(--ink);
}
.nav-cart { color: var(--gold); }
.cart-count { color: var(--gold); }
.cart-item { color: var(--ink); border-color: var(--line-soft); }
.cart-item-meta { color: var(--ink-mute); }
.cart-total { color: var(--gold); }
.cart-submit, .request-order-btn {
  background: var(--gold);
  color: var(--bg);
  border: 1px solid var(--gold);
}
.cart-submit:hover, .request-order-btn:hover {
  background: transparent;
  color: var(--gold);
}

/* DISH PLACEHOLDER cards (the 9 "photograph forthcoming") */
.dish-placeholder, .placeholder-card {
  background: linear-gradient(155deg, #1f1f28 0%, #252531 100%);
  color: var(--gold);
  border: 1px solid var(--line);
}
.dish-placeholder .placeholder-name,
.placeholder-card em {
  color: var(--gold);
  font-style: italic;
}
.dish-placeholder .placeholder-label,
.placeholder-card .label {
  color: var(--ink-dim);
  letter-spacing: 0.3em;
}

/* Misc */
.scroll-cue::after { background: var(--ink-dim); }
::selection { background: var(--gold-soft); color: var(--ink); }

/* DETAIL VIEW CONTENT FADE */
.detail-inner { opacity: 0; transform: translateY(10px); transition: opacity 0.45s ease 0.18s, transform 0.45s cubic-bezier(0.22,1,0.36,1) 0.18s; }
.detail-view.open .detail-inner { opacity: 1; transform: none; }

/* GOLD SCROLLBAR */
::-webkit-scrollbar { width: 5px; }
::-webkit-scrollbar-track { background: transparent; }
::-webkit-scrollbar-thumb { background: var(--gold); border-radius: 3px; }
::-webkit-scrollbar-thumb:hover { background: var(--gold-deep); }
* { scrollbar-width: thin; scrollbar-color: var(--gold) transparent; }

/* SECTION HOVER EFFECTS */
.hiw-step { transition: transform 0.35s cubic-bezier(0.22,1,0.36,1); }
.hiw-step:hover { transform: scale(1.06); }
.apart-qa { transition: border-color 0.35s; }
.apart-qa:hover { border-color: rgba(184,168,132,0.3); }

/* End of patch */

/* ─── CUSTOM CURSOR ─── */
body { cursor: none; }
a, button, [role="button"], .dish, .tag, .cat-pill, .allergen-chip { cursor: none; }
.cursor-dot { position: fixed; width: 6px; height: 6px; background: var(--gold); border-radius: 50%; pointer-events: none; z-index: 9999; transform: translate(-50%,-50%); transition: transform 0.12s; will-change: left,top; }
.cursor-ring { position: fixed; width: 34px; height: 34px; border: 1px solid rgba(184,168,132,0.42); border-radius: 50%; pointer-events: none; z-index: 9998; transform: translate(-50%,-50%); transition: width 0.28s cubic-bezier(0.16,1,0.3,1), height 0.28s cubic-bezier(0.16,1,0.3,1), border-color 0.28s; will-change: left,top; }
.cursor-ring.expand { width: 52px; height: 52px; border-color: rgba(184,168,132,0.85); }
@media (hover: none) { body { cursor: auto; } a,button,[role="button"],.dish,.tag,.cat-pill,.allergen-chip { cursor: auto; } .cursor-dot,.cursor-ring { display: none; } }

/* ─── SCROLL FADE-IN ─── */
.fade-up { opacity: 0; transform: translateY(22px); transition: opacity 0.72s cubic-bezier(0.16,1,0.3,1), transform 0.72s cubic-bezier(0.16,1,0.3,1); }
.fade-up.in-view { opacity: 1; transform: none; }
.fade-up[data-d="1"] { transition-delay: 0.1s; }
.fade-up[data-d="2"] { transition-delay: 0.2s; }
.fade-up[data-d="3"] { transition-delay: 0.3s; }
.fade-up[data-d="4"] { transition-delay: 0.42s; }

/* ─── LANDING HERO (split) ─── */
.landing-hero { min-height: 100vh; display: grid; grid-template-columns: 1fr 1fr; background: var(--bg); }
@media (max-width: 900px) { .landing-hero { grid-template-columns: 1fr; min-height: auto; } }
.lh-text { padding: 9rem 3.5rem 5rem 3rem; display: flex; flex-direction: column; justify-content: center; text-align: left; }
.lh-text .hero-mark { text-align: left; }
.lh-text .hero-headline { text-align: left; max-width: none; margin-left: 0; margin-right: 0; }
.lh-text .hero-welcome-mark { text-align: left; }
.lh-text .hero-welcome { text-align: left; max-width: none; margin-left: 0; margin-right: 0; }
.lh-text .hero-meta { justify-content: flex-start; }
@media (max-width: 900px) { .lh-text { padding: 7rem 1.75rem 3rem; order: 2; } }
.lh-eyebrow { font-size: 0.61rem; letter-spacing: 0.46em; text-transform: uppercase; color: var(--gold); margin-bottom: 2rem; }
.lh-title { font-family: var(--serif); font-size: clamp(2.8rem, 4.2vw, 4rem); font-weight: 300; line-height: 1.06; letter-spacing: -0.01em; margin-bottom: 0; }
.lh-title em { color: var(--gold); font-style: italic; }
.lh-divider { width: 100%; max-width: 280px; height: 1px; background: rgba(184,168,132,0.26); margin: 2rem 0; }
.lh-sub { font-family: var(--serif); font-weight: 300; font-size: clamp(1.35rem, 2vw, 1.8rem); line-height: 1.16; color: var(--ink); margin-bottom: 1.5rem; }
.lh-sub em { color: var(--gold); font-style: italic; }
.lh-body { font-size: 0.86rem; line-height: 1.75; color: var(--ink-mute); max-width: 400px; margin-bottom: 3rem; }
.lh-programs { display: flex; border-top: 1px solid var(--line); padding-top: 1.5rem; }
.lh-programs a { font-size: 0.59rem; letter-spacing: 0.36em; text-transform: uppercase; color: var(--ink-dim); text-decoration: none; padding-right: 1.5rem; border-right: 1px solid var(--line); transition: color 0.25s; }
.lh-programs a:last-child { border-right: none; padding-left: 1.5rem; padding-right: 0; }
.lh-programs a:hover { color: var(--gold); }
.lh-img { position: relative; overflow: hidden; }
@media (max-width: 900px) { .lh-img { min-height: 55vw; } }
.lh-img img { width: 100%; height: 100%; object-fit: cover; object-position: center top; display: block; }
.lh-img::before { content: ''; position: absolute; inset: 0; background: linear-gradient(270deg, transparent 25%, rgba(24,24,32,0.65) 70%, var(--bg) 100%); pointer-events: none; z-index: 1; }
.lh-img-attr { position: absolute; bottom: 2rem; right: 2rem; z-index: 2; font-family: var(--serif); font-style: italic; font-size: 0.78rem; color: rgba(184,168,132,0.6); text-align: right; line-height: 1.4; }
.lh-img-attr strong { display: block; font-style: normal; font-size: 0.92rem; color: var(--ink); }

/* ─── THESIS / STATS ─── */
.thesis-section { padding: 5rem 2rem 4.25rem; text-align: center; background: var(--bg); }
.thesis-inner { max-width: 860px; margin: 0 auto; }
.thesis-eyebrow { font-size: 0.61rem; letter-spacing: 0.46em; text-transform: uppercase; color: var(--ink-dim); margin-bottom: 2rem; }
.thesis-headline { font-family: var(--serif); font-size: clamp(2rem, 4.5vw, 3.1rem); font-weight: 300; line-height: 1.1; letter-spacing: -0.01em; margin-bottom: 1.5rem; }
.thesis-headline em { color: var(--gold); font-style: italic; }
.thesis-text { font-size: 0.88rem; line-height: 1.78; color: var(--ink-mute); max-width: 610px; margin: 0 auto 4rem; }
.thesis-rule { width: 100%; height: 1px; background: rgba(184,168,132,0.18); margin-bottom: 4rem; }
.thesis-stats { display: grid; grid-template-columns: repeat(3,1fr); gap: 2.5rem; }
@media (max-width: 680px) { .thesis-stats { grid-template-columns: 1fr; gap: 3rem; } }
.t-stat-num { font-family: var(--serif); font-weight: 300; font-size: clamp(2.8rem, 6vw, 4.4rem); color: var(--gold); line-height: 1; margin-bottom: 0.7rem; letter-spacing: -1px; }
.t-stat-label { font-size: 0.57rem; letter-spacing: 0.42em; text-transform: uppercase; color: var(--ink-dim); margin-bottom: 0.7rem; }
.t-stat-desc { font-size: 0.82rem; color: var(--ink-mute); line-height: 1.62; max-width: 210px; margin: 0 auto; }

/* ─── HOW IT WORKS ─── */
.hiw-section { padding: 6rem 2rem 6.5rem; background: var(--bg-2); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.hiw-inner { max-width: 1200px; margin: 0 auto; }
.hiw-head { margin-bottom: 3.5rem; }
.hiw-eyebrow { font-size: 0.61rem; letter-spacing: 0.46em; text-transform: uppercase; color: var(--ink-dim); margin-bottom: 1.75rem; }
.hiw-title { font-family: var(--serif); font-size: clamp(2.8rem, 5.5vw, 4.8rem); font-weight: 300; line-height: 1.04; }
.hiw-title em { color: var(--gold); font-style: italic; }
.hiw-steps { display: grid; grid-template-columns: repeat(5,1fr); gap: 0; }
@media (max-width: 860px) { .hiw-steps { grid-template-columns: 1fr; gap: 3rem; } }
.hiw-step { display: flex; flex-direction: column; align-items: center; text-align: center; position: relative; padding: 0 1rem; isolation: isolate; }
.hiw-step::after { content: ''; position: absolute; top: 28px; left: calc(50% + 28px); right: calc(-50% + 28px); height: 1px; background: rgba(184,168,132,0.2); z-index: -1; }
.hiw-step:last-child::after { display: none; }
@media (max-width: 860px) { .hiw-step::after { display: none; } }
.hiw-num { width: 56px; height: 56px; border: 1px solid rgba(184,168,132,0.36); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 0.75rem; letter-spacing: 0.08em; color: rgba(184,168,132,0.68); margin-bottom: 2.5rem; background: var(--bg-2); position: relative; z-index: 1; flex-shrink: 0; }
.hiw-step-label { font-size: 0.62rem; letter-spacing: 0.38em; text-transform: uppercase; color: var(--gold); margin-bottom: 1rem; }
.hiw-step-desc { font-size: 0.88rem; line-height: 1.72; color: var(--ink-mute); max-width: 180px; }
.hiw-step--hero .hiw-num { width: 64px; height: 64px; font-size: 0.82rem; background: var(--gold); border-color: var(--gold); color: var(--bg); box-shadow: 0 0 0 6px rgba(184,168,132,0.12); font-weight: 600; margin-bottom: 2.5rem; }
.hiw-step--hero .hiw-step::after { top: 32px; }

/* ─── WHAT SETS US APART ─── */
.apart-section { background: var(--bg); border-top: 1px solid var(--line); }
.apart-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 0; align-items: stretch; }
.apart-img-col { position: relative; }
.apart-img-sticky { position: sticky; top: 0; height: 100vh; overflow: hidden; }
.apart-img-sticky img { width: 100%; height: 100%; object-fit: cover; object-position: center top; display: block; }
.apart-content-col { padding: 5rem 4rem 6rem 4.5rem; }
.apart-eyebrow { font-size: 0.61rem; letter-spacing: 0.46em; text-transform: uppercase; color: var(--ink-dim); margin-bottom: 1.5rem; }
.apart-title { font-family: var(--serif); font-size: clamp(1.9rem, 3.5vw, 2.8rem); font-weight: 300; line-height: 1.1; margin-bottom: 1.75rem; }
.apart-title em { color: var(--gold); font-style: italic; }
.apart-body { font-size: 0.85rem; line-height: 1.78; color: var(--ink-mute); }
.apart-subhead { font-size: 0.65rem; letter-spacing: 0.28em; text-transform: uppercase; color: var(--gold); margin-bottom: 1.5rem; margin-top: -1rem; }
.apart-attr { margin-top: 2.5rem; padding-top: 1.5rem; border-top: 1px solid var(--line); font-size: 0.65rem; letter-spacing: 0.3em; text-transform: uppercase; color: var(--ink-dim); }
.apart-attr strong { color: var(--ink); font-weight: 400; display: block; font-family: var(--serif); font-size: 1rem; letter-spacing: 0.04em; text-transform: none; margin-bottom: 0.2rem; }
.apart-attribution { margin-top: 2rem; padding-top: 1.5rem; border-top: 1px solid var(--line); font-size: 0.72rem; color: var(--ink-dim); line-height: 1.6; }
.apart-attribution a { color: var(--gold); text-decoration: none; }
.apart-attribution a:hover { text-decoration: underline; }
.apart-qas { display: flex; flex-direction: column; gap: 0; margin-top: 2rem; }
.apart-qa { border-top: 1px solid var(--line); padding: 1.5rem 0; }
.apart-q { font-size: 0.6rem; letter-spacing: 0.3em; text-transform: uppercase; color: var(--gold); margin-bottom: 0.6rem; }
.apart-a { font-size: 0.85rem; line-height: 1.72; color: var(--ink-mute); }
@media (max-width: 768px) {
  .apart-inner { grid-template-columns: 1fr; }
  .apart-img-col { height: 60vh; }
  .apart-img-sticky { position: relative; height: 100%; }
  .apart-content-col { padding: 3rem 1.5rem 4rem; }
}
/* ─── MENU TICKER ─── */
.menu-ticker-wrap { background: var(--bg-2); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); display: flex; align-items: center; gap: 0; height: 48px; overflow: hidden; position: relative; }
.ticker-label { font-size: 0.52rem; letter-spacing: 0.44em; text-transform: uppercase; color: var(--gold); white-space: nowrap; padding: 0 1.5rem 0 2rem; border-right: 1px solid var(--line); flex-shrink: 0; height: 100%; display: flex; align-items: center; }
.ticker-track-outer { flex: 1; overflow: hidden; position: relative; }
.ticker-track-outer::before, .ticker-track-outer::after { content: ''; position: absolute; top: 0; bottom: 0; width: 60px; z-index: 2; pointer-events: none; }
.ticker-track-outer::before { left: 0; background: linear-gradient(to right, var(--bg-2), transparent); }
.ticker-track-outer::after { right: 0; background: linear-gradient(to left, var(--bg-2), transparent); }
.ticker-track { display: flex; align-items: center; gap: 0; white-space: nowrap; animation: ticker-scroll 38s linear infinite; width: max-content; }
.ticker-track:hover { animation-play-state: paused; }
@keyframes ticker-scroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
.ticker-item { background: transparent; border: none; color: var(--ink-mute); font-family: var(--serif); font-size: 0.85rem; font-weight: 300; cursor: pointer; padding: 0 1rem; white-space: nowrap; transition: color 0.25s; letter-spacing: 0.02em; }
.ticker-item:hover { color: var(--gold); }
.ticker-item.rts { color: var(--gold); font-style: italic; }
.ticker-item.rts:hover { color: var(--ink); }
.ticker-dot { color: rgba(184,168,132,0.3); font-size: 1.2rem; padding: 0 0.1rem; flex-shrink: 0; }

/* ─── READY TO SERVE BADGE ─── */
.dish-badge-rts { position: absolute; top: 1rem; right: 1rem; background: rgba(10,9,8,0.85); backdrop-filter: blur(6px); color: var(--gold); font-size: 0.52rem; letter-spacing: 0.28em; text-transform: uppercase; padding: 0.3rem 0.65rem; border: 1px solid rgba(184,168,132,0.5); z-index: 2; font-style: normal; }

/* HERO BG OVERRIDE - force cool palette over hardcoded gradients */
.hero {
  background: radial-gradient(ellipse at center top, #1f1f28 0%, #181820 50%, #14141c 100%) !important;
}
html, section, footer, main, article {
  background-color: var(--bg);
}
.dish-image {
  background: linear-gradient(155deg, #1f1f28, #252531) !important;
}

/* ─── PORTAL LAYOUT: hide INQUIRE in portal ─── */
.mode-portal .nav-cta { display: none !important; }
.mode-showcase .nav-cta, html.mode-showcase .nav-cta { display: inline-flex !important; }

/* ─── PARTNER ACCENT COLOR (applied via JS CSS variable) ─── */
:root { --partner-accent: var(--gold); --partner-accent-glow: rgba(201,169,97,0.35); }

/* ═══════════════════════════════════════════════════════
   CONFIG-DRIVEN VISIBILITY
   Body gets .mode-showcase (public) or .mode-portal (partner)
   Default (no class) = full site, current behavior
   ═══════════════════════════════════════════════════════ */

/* SHOWCASE: hide pricing, cart, operational filters
   Applied to both html (early phase) and body (after config loads) */
.mode-showcase .dish-price,
html.mode-showcase .dish-price,
.mode-showcase .btn-add,
html.mode-showcase .btn-add,
.mode-showcase .nav-cart,
html.mode-showcase .nav-cart,
.mode-showcase .cart-drawer,
html.mode-showcase .cart-drawer,
.mode-showcase .cart-overlay,
html.mode-showcase .cart-overlay,
.mode-showcase .filter-block,
html.mode-showcase .filter-block,
.mode-showcase .filter-divider,
html.mode-showcase .filter-divider,
.mode-showcase .allergen-bar,
html.mode-showcase .allergen-bar,
.mode-showcase .filter-status,
html.mode-showcase .filter-status,
.mode-showcase .detail-cta-add,
html.mode-showcase .detail-cta-add,
.mode-showcase .detail-price,
html.mode-showcase .detail-price,
.mode-showcase .portal-section,
html.mode-showcase .portal-section { display: none !important; }
/* Full-width details button when Add is hidden */
.mode-showcase .dish-actions .btn-details,
html.mode-showcase .dish-actions .btn-details { flex: 1 1 100% !important; }
/* Tighten filter-bar when operational rows are hidden */
.mode-showcase .filter-bar,
html.mode-showcase .filter-bar { padding: 0.75rem 2rem; }
.mode-showcase .filter-lower,
html.mode-showcase .filter-lower { margin-top: 0.5rem; }

/* PORTAL: show partner sections, discount badge */
.portal-section { display: none; }
.mode-portal .portal-section { display: block; }
.partner-logo-wrap { display: none; align-items: center; gap: 0.75rem; }
.mode-portal .partner-logo-wrap { display: flex; }
.partner-divider { width: 1px; height: 1.2rem; background: var(--line); flex-shrink: 0; }
.partner-name { font-size: 0.58rem; letter-spacing: 0.28em; text-transform: uppercase; color: var(--ink-dim); }

/* Discount badge in cart */
.cart-discount-row { display: none; }
.mode-portal .cart-discount-row { display: flex; }
.cart-discount-badge { font-size: 0.55rem; letter-spacing: 0.22em; text-transform: uppercase; color: var(--gold); border: 1px solid var(--gold-deep); padding: 0.2rem 0.5rem; margin-bottom: 0.75rem; display: inline-block; }

/* Portal sections */
.portal-section { background: var(--bg-2); border-top: 1px solid var(--line); padding: 3rem 2rem; }
.portal-hero-section { background: linear-gradient(135deg, var(--partner-hero-bg, var(--bg-3)) 0%, var(--bg-3) 100%); padding: 3.5rem 2rem; border-top: 2px solid var(--partner-accent, var(--gold-deep)); }
.portal-section-inner { max-width: 1100px; margin: 0 auto; }
.portal-section-title { font-family: var(--serif); font-size: 1.6rem; font-weight: 400; margin-bottom: 0.5rem; }
.portal-section-title em { color: var(--partner-accent, var(--gold)); font-style: italic; }
.portal-section-sub { font-size: 0.78rem; color: var(--ink-dim); letter-spacing: 0.08em; margin-bottom: 2rem; }

/* ─── LUXURY AMENITIES (NetJets dining-tier pitch section) ─── */
.luxury-amenities-section { background: linear-gradient(160deg, var(--bg-2) 0%, var(--bg) 100%); padding: 4rem 2rem; border-top: 1px solid var(--line); }
.luxury-amenities-grid { display: grid; grid-template-columns: 1fr 1.05fr; gap: 3rem; align-items: center; max-width: 1100px; margin: 0 auto; }
.luxury-amenities-image { position: relative; }
.luxury-amenities-image img { width: 100%; height: 100%; min-height: 380px; max-height: 520px; object-fit: cover; display: block; box-shadow: 0 30px 60px rgba(0,0,0,0.45); }
.luxury-amenities-image::after { content: ''; position: absolute; inset: 0; border: 1px solid rgba(255,255,255,0.08); pointer-events: none; }
.luxury-amenities-body { padding: 1rem 0; }
.luxury-eyebrow { font-size: 0.62rem; letter-spacing: 0.32em; text-transform: uppercase; color: var(--partner-accent, var(--ink-dim)); margin-bottom: 1rem; }
.luxury-title { font-family: var(--serif); font-size: 2.1rem; font-weight: 300; line-height: 1.15; margin-bottom: 1.25rem; color: var(--ink); }
.luxury-title em { font-style: italic; color: var(--partner-accent, var(--gold)); }
.luxury-lede { font-family: var(--serif); font-style: italic; color: var(--ink-mute); font-size: 1.02rem; line-height: 1.55; margin-bottom: 1.75rem; max-width: 38em; }
.luxury-features { list-style: none; padding: 0; margin: 0; }
.luxury-features li { font-size: 0.85rem; color: var(--ink-mute); line-height: 1.55; padding: 0.6rem 0 0.6rem 1.5rem; border-bottom: 1px solid var(--line); position: relative; }
.luxury-features li:last-child { border-bottom: none; }
.luxury-features li::before { content: '—'; position: absolute; left: 0; color: var(--partner-accent, var(--gold)); font-weight: 300; }
.luxury-callouts { grid-column: 1 / -1; display: grid; grid-template-columns: 1fr 1fr; gap: 2.5rem; margin-top: 2.5rem; padding-top: 2rem; border-top: 1px solid var(--line); }
.luxury-callout-name { font-family: var(--serif); font-size: 1.6rem; font-weight: 300; margin-bottom: 0.35rem; }
.luxury-callout-name em { font-style: italic; color: var(--partner-accent, var(--gold)); }
.luxury-callout-role { font-size: 0.7rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--ink-dim); }
@media (max-width: 860px) {
  .luxury-amenities-grid { grid-template-columns: 1fr; gap: 2rem; }
  .luxury-amenities-image img { min-height: 280px; max-height: 400px; }
  .luxury-title { font-size: 1.65rem; }
  .luxury-callouts { grid-template-columns: 1fr; gap: 1.5rem; }
}
.portal-hero-header { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 2rem; flex-wrap: wrap; gap: 1rem; }
.portal-live-dot-wrap { display: flex; align-items: center; gap: 0.5rem; }
.portal-live-dot { width: 8px; height: 8px; border-radius: 50%; background: #6dc98a; animation: pulse-dot 2s ease-in-out infinite; }
@keyframes pulse-dot { 0%,100% { box-shadow: 0 0 0 0 rgba(109,201,138,0.5); } 50% { box-shadow: 0 0 0 6px rgba(109,201,138,0); } }
.portal-live-label { font-size: 0.55rem; letter-spacing: 0.3em; text-transform: uppercase; color: #6dc98a; }
.portal-action-btn { font-size: 0.6rem; letter-spacing: 0.25em; text-transform: uppercase; background: transparent; border: 1px solid var(--partner-accent, var(--gold-deep)); color: var(--partner-accent, var(--gold)); padding: 0.55rem 1.1rem; cursor: pointer; transition: all 0.2s; white-space: nowrap; }
.portal-action-btn:hover { background: var(--partner-accent, var(--gold)); color: var(--bg); }

/* Order History table */
.order-history-table { width: 100%; border-collapse: collapse; }
.order-history-table th { font-size: 0.55rem; letter-spacing: 0.3em; text-transform: uppercase; color: var(--ink-dim); text-align: left; padding: 0.6rem 1rem 0.6rem 0; border-bottom: 1px solid var(--line); font-weight: 400; }
.order-history-table td { font-size: 0.85rem; color: var(--ink-mute); padding: 1rem 1rem 1rem 0; border-bottom: 1px solid rgba(255,255,255,0.04); vertical-align: top; }
.order-history-table tr:hover td { color: var(--ink); cursor: pointer; }
.order-ref { font-size: 0.72rem; letter-spacing: 0.1em; color: var(--gold); font-family: var(--serif); }
.order-status-pill { font-size: 0.5rem; letter-spacing: 0.22em; text-transform: uppercase; padding: 0.2rem 0.65rem; border: 1px solid var(--line); color: var(--ink-dim); cursor: pointer; transition: opacity 0.15s; }
.order-status-pill:hover { opacity: 0.75; }
.order-status-pill.status-submitted     { border-color: #6B7280; color: #9CA3AF; background: rgba(107,114,128,0.08); }
.order-status-pill.status-confirmed     { border-color: #3B82F6; color: #60A5FA; background: rgba(59,130,246,0.08); }
.order-status-pill.status-in-production { border-color: #F59E0B; color: #FBBF34; background: rgba(245,158,11,0.08); }
.order-status-pill.status-out-for-delivery { border-color: #8B5CF6; color: #A78BFA; background: rgba(139,92,246,0.08); }
.order-status-pill.status-delivered     { border-color: #10B981; color: #34D399; background: rgba(16,185,129,0.08); }
.reorder-btn { font-size: 0.55rem; letter-spacing: 0.22em; text-transform: uppercase; background: transparent; border: 1px solid var(--line); color: var(--ink-dim); padding: 0.3rem 0.7rem; cursor: pointer; transition: all 0.2s; }
.reorder-btn:hover { border-color: var(--gold-deep); color: var(--gold); }
.portal-loading { color: var(--ink-dim); font-style: italic; font-size: 0.9rem; padding: 2rem 0; }
.portal-empty { color: var(--ink-dim); font-style: italic; font-family: var(--serif); font-size: 1rem; padding: 2rem 0; }

/* Live Tracking kanban */
.tracking-kanban { display: grid; grid-template-columns: repeat(5, 1fr); gap: 1rem; overflow-x: auto; padding-bottom: 0.5rem; }
@media (max-width: 900px) { .tracking-kanban { grid-template-columns: repeat(3, minmax(180px, 1fr)); } }
.kanban-col { background: rgba(255,255,255,0.02); border: 1px solid var(--line); padding: 1rem; }
.kanban-col-title { font-size: 0.52rem; letter-spacing: 0.3em; text-transform: uppercase; color: var(--ink-dim); margin-bottom: 1rem; padding-bottom: 0.5rem; border-bottom: 1px solid var(--line); }
.kanban-col.active-col .kanban-col-title { color: var(--partner-accent, var(--gold)); border-bottom-color: var(--partner-accent, var(--gold-deep)); }
.kanban-card { background: var(--bg-3); border: 1px solid var(--line); padding: 0.75rem; margin-bottom: 0.6rem; }
.kanban-card-ref { font-size: 0.62rem; letter-spacing: 0.1em; color: var(--partner-accent, var(--gold)); margin-bottom: 0.3rem; font-family: var(--serif); }
.kanban-card-tail { font-size: 0.72rem; color: var(--ink); font-weight: 500; margin-bottom: 0.2rem; }
.kanban-card-date { font-size: 0.62rem; color: var(--ink-dim); }

/* Invoice / Receipt rows */
.order-invoice { display: none; background: rgba(255,255,255,0.02); border-top: 1px solid var(--line); padding: 1.25rem 1rem 1.25rem 0; }
.order-invoice.open { display: table-row; }
.invoice-inner { padding: 0; }
.invoice-items { width: 100%; border-collapse: collapse; margin-bottom: 1rem; }
.invoice-items td { font-size: 0.8rem; color: var(--ink-mute); padding: 0.3rem 0; border-bottom: 1px solid rgba(255,255,255,0.03); }
.invoice-items td:last-child { text-align: right; color: var(--ink); }
.invoice-total-row td { font-size: 0.82rem; color: var(--ink); font-weight: 500; padding-top: 0.6rem; border-bottom: none; }
.invoice-total-row td:last-child { color: var(--partner-accent, var(--gold)); }
.invoice-actions { display: flex; gap: 0.75rem; margin-top: 0.75rem; }
.invoice-btn { font-size: 0.55rem; letter-spacing: 0.22em; text-transform: uppercase; background: transparent; border: 1px solid var(--line); color: var(--ink-dim); padding: 0.35rem 0.85rem; cursor: pointer; transition: all 0.2s; }
.invoice-btn:hover { border-color: var(--partner-accent, var(--gold-deep)); color: var(--partner-accent, var(--gold)); }
.order-row-toggle { cursor: pointer; }
.order-row-toggle:hover td { background: rgba(255,255,255,0.015); }
.order-toggle-icon { font-size: 0.65rem; color: var(--ink-dim); transition: transform 0.2s; display: inline-block; margin-left: 0.4rem; }
.order-row-toggle.expanded .order-toggle-icon { transform: rotate(180deg); }

/* ─── TRACKING DETAIL PANEL ─── */
.kanban-card { cursor: pointer; transition: border-color 0.2s, background 0.15s; }
.kanban-card:hover { border-color: rgba(201,169,97,0.5); }
.kanban-card.selected { border-left: 2px solid var(--gold); background: rgba(201,169,97,0.05); }
.tracking-detail-wrap { margin-top: 1.5rem; border: 1px solid var(--line); background: var(--bg); padding: 1.75rem 2rem; animation: fadeIn 0.2s ease; }
.tracking-detail-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 1.5rem; }
.tracking-detail-ref { font-family: var(--serif); font-size: 1.05rem; font-style: italic; color: var(--gold); }
.tracking-detail-close { background: none; border: none; color: var(--ink-dim); font-size: 1.1rem; cursor: pointer; line-height: 1; padding: 0; }
.tracking-detail-close:hover { color: var(--ink); }
.tracking-pipeline { display: flex; align-items: flex-start; margin-bottom: 2rem; }
.pipeline-node { flex: 1; display: flex; flex-direction: column; align-items: center; }
.pipeline-dot { width: 10px; height: 10px; border-radius: 50%; background: rgba(255,255,255,0.12); flex-shrink: 0; margin-bottom: 0.55rem; }
.pipeline-node.done .pipeline-dot { background: var(--gold); }
.pipeline-node.current .pipeline-dot { background: var(--gold); width: 14px; height: 14px; margin-top: -2px; box-shadow: 0 0 0 4px rgba(201,169,97,0.2); }
.pipeline-node-label { font-size: 0.46rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--ink-dim); text-align: center; max-width: 72px; line-height: 1.4; }
.pipeline-node.done .pipeline-node-label,.pipeline-node.current .pipeline-node-label { color: var(--gold); }
.pipeline-line { flex: 1; height: 1px; background: rgba(255,255,255,0.1); margin-top: 5px; flex-shrink: 0; align-self: flex-start; }
.pipeline-line.done { background: var(--gold); opacity: 0.55; }
.tracking-detail-meta { display: grid; grid-template-columns: repeat(4,1fr); gap: 1.5rem; padding-bottom: 1.5rem; border-bottom: 1px solid var(--line); margin-bottom: 1.5rem; }
.tracking-meta-label { font-size: 0.46rem; letter-spacing: 0.28em; text-transform: uppercase; color: var(--ink-dim); margin-bottom: 0.3rem; }
.tracking-meta-value { font-size: 0.88rem; color: var(--ink); }
.tracking-location-bar { display: flex; align-items: center; gap: 1rem; padding: 1rem 1.25rem; border: 1px solid rgba(201,169,97,0.25); background: rgba(201,169,97,0.04); margin-bottom: 1.5rem; }
.tracking-location-icon { color: var(--gold); font-size: 1rem; line-height: 1; flex-shrink: 0; }
.tracking-location-text { font-size: 0.82rem; color: var(--ink); }
.tracking-location-text strong { color: var(--gold); display: block; font-weight: 500; margin-bottom: 0.15rem; }
.tracking-photos-label { font-size: 0.48rem; letter-spacing: 0.28em; text-transform: uppercase; color: var(--ink-dim); margin-bottom: 0.75rem; }
.tracking-photos-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 0.5rem; }
.tracking-photos-grid img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }

/* Passenger cards */
.passenger-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 1.25rem; }
.passenger-card { background: var(--bg-3); border: 1px solid var(--line); padding: 1.5rem; position: relative; }
.passenger-card-header { display: flex; align-items: center; gap: 1rem; margin-bottom: 1rem; }
.passenger-initials { width: 42px; height: 42px; border-radius: 50%; background: var(--partner-accent, var(--gold-deep)); color: var(--bg); display: flex; align-items: center; justify-content: center; font-size: 0.75rem; letter-spacing: 0.1em; font-weight: 600; flex-shrink: 0; }
.passenger-name { font-family: var(--serif); font-size: 1.05rem; font-weight: 400; line-height: 1.2; }
.passenger-role { font-size: 0.58rem; letter-spacing: 0.22em; text-transform: uppercase; color: var(--ink-dim); margin-top: 0.2rem; }
.passenger-dietary { display: flex; flex-wrap: wrap; gap: 0.3rem; margin-bottom: 0.85rem; }
.dietary-tag { font-size: 0.5rem; letter-spacing: 0.18em; text-transform: uppercase; border: 1px solid rgba(217,122,122,0.4); color: #d97a7a; background: rgba(217,122,122,0.08); padding: 0.18rem 0.45rem; }
.passenger-pref { font-size: 0.78rem; color: var(--ink-mute); line-height: 1.55; margin-bottom: 0.85rem; font-family: var(--serif); font-style: italic; }
.passenger-favorites-label { font-size: 0.52rem; letter-spacing: 0.28em; text-transform: uppercase; color: var(--ink-dim); margin-bottom: 0.45rem; }
.passenger-favorites { display: flex; flex-wrap: wrap; gap: 0.3rem; }
.passenger-fav-pill { font-size: 0.55rem; letter-spacing: 0.1em; background: rgba(255,255,255,0.04); border: 1px solid var(--line); color: var(--ink-mute); padding: 0.2rem 0.5rem; }
.passenger-notes { margin-top: 0.85rem; padding-top: 0.85rem; border-top: 1px solid var(--line); font-size: 0.72rem; color: var(--ink-dim); line-height: 1.5; }

/* ---- from index.html <style> @ line 1038 ---- */
.nav-right{display:flex;align-items:center;gap:1.1rem}
.loc-toggle{display:inline-flex;gap:.2rem;border:1px solid var(--line);border-radius:3px;padding:.2rem;background:rgba(255,255,255,.02)}
.loc-btn{font-family:inherit;font-size:.6rem;letter-spacing:.2em;text-transform:uppercase;
  color:var(--ink-dim);background:transparent;border:none;padding:.5rem .95rem;border-radius:2px;cursor:pointer;transition:all .2s ease;white-space:nowrap}
.loc-btn:hover{color:var(--ink)}
.loc-btn.is-active{color:var(--bg);background:var(--gold);font-weight:500}
body.loc-miami  .dish:not([data-city="miami"]){display:none!important}
body.loc-paris  .dish:not([data-city="paris"]){display:none!important}
body.loc-london .dish:not([data-city="london"]){display:none!important}
/* San Francisco = coming soon: hide menu + controls, show teaser panel */
body.loc-sf .dish{display:none!important}
body.loc-sf .section[data-category]{display:none!important}
body.loc-sf #filter-bar{display:none!important}
.sf-soon{display:none;padding:10rem 2rem 12rem;background:var(--bg);text-align:center;border-bottom:1px solid var(--line)}
body.loc-sf #sf-coming-soon{display:block}
.sf-soon-inner{max-width:760px;margin:0 auto}
.sf-soon-eyebrow{font-size:.61rem;letter-spacing:.46em;text-transform:uppercase;color:var(--gold);margin-bottom:2rem}
.sf-soon-title{font-family:var(--serif);font-weight:300;font-size:clamp(2.8rem,6vw,5rem);line-height:1.04}
.sf-soon-title em{color:var(--gold);font-style:italic}
.sf-soon-body{font-size:.95rem;line-height:1.85;color:var(--ink-mute);margin:2.25rem auto 0;max-width:620px}
.sf-soon-cta{margin-top:3rem}
@media (max-width:760px){
  .nav-right{gap:.5rem;flex-wrap:wrap;justify-content:flex-end}
  .loc-btn{padding:.45rem .55rem;font-size:.52rem;letter-spacing:.1em}
  .sf-soon{padding:6rem 1.5rem 7rem}
}

/* ---- from index.html <style> @ line 1088 ---- */
html{scroll-behavior:smooth;}
.nav-jump{display:flex;gap:1.5rem;align-items:center;}
.nav-jump a{font-family:var(--sans);font-size:0.62rem;letter-spacing:0.17em;text-transform:uppercase;color:var(--ink-mute);text-decoration:none;transition:color .2s;white-space:nowrap;}
.nav-jump a:hover{color:var(--gold);}
html.mode-portal .nav-jump{display:none !important;}
@media(max-width:1240px){.nav-jump{display:none;}}
.vset-section,#process,.net-section,#about{scroll-margin-top:88px;}
#filter-bar{scroll-margin-top:78px;}
.hiw-lead{font-size:0.9rem;line-height:1.78;color:var(--ink-mute);max-width:660px;margin-top:1.5rem;}
.avx-sub{font-size:0.61rem;letter-spacing:0.46em;text-transform:uppercase;color:var(--ink-dim);margin:4.5rem 0 2.25rem;}

/* ---- from index.html <style> @ line 1100 ---- */
.hiw-steps{align-items:start;}
.hiw-step{cursor:pointer;}
.hiw-step:hover{transform:none;}
.hiw-step:not(.hiw-step--hero):hover .hiw-num,.hiw-step:not(.hiw-step--hero).open .hiw-num,.hiw-step:not(.hiw-step--hero):focus-within .hiw-num{border-color:var(--gold);color:var(--gold);}
.hiw-step-detail{max-height:0;overflow:hidden;opacity:0;transition:max-height .42s cubic-bezier(0.16,1,0.3,1),opacity .3s ease,margin .42s ease;font-size:0.78rem;line-height:1.68;color:var(--ink-mute);max-width:210px;text-align:center;}
.hiw-step:hover .hiw-step-detail,.hiw-step.open .hiw-step-detail,.hiw-step:focus-within .hiw-step-detail{max-height:300px;opacity:1;margin-top:0.95rem;}
.hiw-step-more{margin-top:1.05rem;width:24px;height:24px;border:1px solid var(--gold-deep);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--gold);font-size:0.95rem;line-height:1;transition:transform .35s cubic-bezier(0.16,1,0.3,1),border-color .2s;flex-shrink:0;}
.hiw-step-more::before{content:"+";}
.hiw-step:hover .hiw-step-more,.hiw-step.open .hiw-step-more,.hiw-step:focus-within .hiw-step-more{transform:rotate(135deg);border-color:var(--gold);}

/* ---- from index.html <style> @ line 1111 ---- */
.vset-item{cursor:pointer;transition:background .25s;}
.vset-item.active{background:rgba(201,169,97,.05);}
.vset-explore{display:inline-block;margin-top:1.5rem;font-family:var(--sans);font-size:0.6rem;letter-spacing:0.26em;text-transform:uppercase;color:var(--gold);border-bottom:1px solid var(--gold-deep);padding-bottom:0.28rem;transition:color .2s,border-color .2s;}
.vset-explore::after{content:" \2192";}
.vset-item:hover .vset-explore{color:var(--ink);border-color:var(--gold);}
.vset-item.active .vset-explore::after{content:" \2014 close";color:var(--ink-dim);letter-spacing:0.12em;}
.vset-panel{max-height:0;overflow:hidden;opacity:0;transition:max-height .55s cubic-bezier(0.16,1,0.3,1),opacity .4s ease,margin .4s ease;}
.vset-panel.active{max-height:1600px;opacity:1;margin-top:2.5rem;border-top:1px solid var(--line);}
.vp-inner{padding-top:2.6rem;}
.vp-title{font-family:var(--serif);font-weight:300;font-size:clamp(1.8rem,3vw,2.6rem);line-height:1.1;margin-bottom:1.9rem;color:var(--ink);}
.vp-grid{display:grid;grid-template-columns:1.12fr 0.88fr;gap:3.5rem;align-items:start;}
.vp-lead{font-size:0.92rem;line-height:1.8;color:var(--ink-mute);}
.vp-incl-label{font-size:0.58rem;letter-spacing:0.3em;text-transform:uppercase;color:var(--ink-dim);margin-bottom:0.6rem;}
.vp-incl ul{list-style:none;margin:0;padding:0;}
.vp-incl li{font-size:0.82rem;line-height:1.5;color:var(--ink-mute);padding:0.6rem 0 0.6rem 1.1rem;border-bottom:1px solid var(--line);position:relative;}
.vp-incl li::before{content:"";position:absolute;left:0;top:1.1em;width:4px;height:4px;background:var(--gold);border-radius:50%;}
.vp-actions{display:flex;gap:0.9rem;flex-wrap:wrap;margin-top:2.6rem;}
.vp-btn{font-family:var(--sans);font-size:0.62rem;letter-spacing:0.22em;text-transform:uppercase;padding:0.9rem 1.6rem;text-decoration:none;cursor:pointer;border:1px solid var(--gold);transition:all .2s;display:inline-block;}
.vp-btn-gold{background:var(--gold);color:var(--bg);}
.vp-btn-gold:hover{background:transparent;color:var(--gold);}
.vp-btn-ghost{background:transparent;color:var(--gold);border-color:var(--gold-deep);}
.vp-btn-ghost:hover{border-color:var(--gold);color:var(--ink);}
@media(max-width:780px){.vp-grid{grid-template-columns:1fr;gap:2rem;}}
.nav-dd{position:relative;display:flex;align-items:center;}
.nav-dd-btn{background:none;border:none;cursor:pointer;font-family:var(--sans);font-size:0.62rem;letter-spacing:0.17em;text-transform:uppercase;color:var(--ink-mute);transition:color .2s;padding:0;}
.nav-dd-btn::after{content:"";display:inline-block;margin-left:0.4rem;border-left:3px solid transparent;border-right:3px solid transparent;border-top:4px solid currentColor;vertical-align:middle;}
.nav-dd:hover .nav-dd-btn{color:var(--gold);}
.nav-dd-menu{position:absolute;top:100%;left:0;margin-top:0.7rem;background:var(--bg-2);border:1px solid var(--line);min-width:250px;padding:0.5rem 0;opacity:0;visibility:hidden;transform:translateY(6px);transition:opacity .2s,transform .2s,visibility .2s;z-index:300;box-shadow:0 16px 40px rgba(0,0,0,0.5);}
.nav-dd:hover .nav-dd-menu{opacity:1;visibility:visible;transform:translateY(0);}
.nav-dd-menu a{display:block;padding:0.62rem 1.2rem;font-family:var(--sans);font-size:0.63rem;letter-spacing:0.1em;text-transform:uppercase;color:var(--ink-mute);text-decoration:none;transition:color .2s,background .2s;white-space:nowrap;}
.nav-dd-menu a:hover{color:var(--gold);background:rgba(201,169,97,.06);}

/* ---- from index.html <style> @ line 1144 ---- */
.vset-stage{position:relative;transition:height .55s cubic-bezier(0.16,1,0.3,1);}
.vset-panel{position:absolute;inset:0;max-height:none;margin:0;overflow:hidden;background:var(--bg-2);border:1px solid var(--gold-deep);opacity:0;transform:scale(0.22);transition:transform .55s cubic-bezier(0.16,1,0.3,1),opacity .4s ease;pointer-events:none;z-index:4;}
.vset-panel[data-vertical="aviation"]{transform-origin:top left;}
.vset-panel[data-vertical="marine"]{transform-origin:top right;}
.vset-panel[data-vertical="events"]{transform-origin:bottom left;}
.vset-panel[data-vertical="partnerships"]{transform-origin:bottom right;}
.vset-panel.active{opacity:1;transform:scale(1);pointer-events:auto;margin:0;border:1px solid var(--gold-deep);}
.vp-inner{height:100%;overflow:auto;padding:2.7rem 3rem;}
.vp-close{position:absolute;top:1.1rem;right:1.3rem;width:34px;height:34px;border:1px solid var(--gold-deep);border-radius:50%;background:none;color:var(--gold);font-size:1.15rem;line-height:1;cursor:pointer;z-index:6;transition:all .2s;display:flex;align-items:center;justify-content:center;}
.vp-close:hover{border-color:var(--gold);color:var(--ink);background:rgba(201,169,97,.08);}
@media(max-width:780px){
  .vset-panel{position:fixed;inset:0;transform:scale(1);transform-origin:center;border:none;z-index:1000;border-radius:0;}
  .vp-inner{padding:4.75rem 1.5rem 2rem;}
}

/* ---- from index.html <style> @ line 1160 ---- */
.vp-cols{display:grid;grid-template-columns:1fr 1fr;gap:3.5rem;align-items:start;margin-top:0.4rem;}
.vp-col-label{font-size:0.58rem;letter-spacing:0.3em;text-transform:uppercase;color:var(--ink-dim);margin-bottom:1rem;}
.vp-list{list-style:none;margin:0;padding:0;}
.vp-list li{font-size:0.82rem;line-height:1.5;color:var(--ink-mute);padding:0.55rem 0 0.55rem 1.1rem;border-bottom:1px solid var(--line);position:relative;}
.vp-list li::before{content:"";position:absolute;left:0;top:1.0em;width:4px;height:4px;background:var(--gold);border-radius:50%;}
.vp-tags{display:flex;flex-wrap:wrap;gap:0.5rem;}
.vp-tag{font-family:var(--sans);font-size:0.62rem;letter-spacing:0.06em;color:var(--ink);border:1px solid var(--line);padding:0.42rem 0.85rem;border-radius:2px;}
.vp-pkgs{list-style:none;margin:0;padding:0;}
.vp-pkg{display:flex;justify-content:space-between;gap:1rem;font-size:0.82rem;color:var(--ink-mute);padding:0.52rem 0;border-bottom:1px solid var(--line);}
.vp-pkg .vp-pkg-p{color:var(--gold);white-space:nowrap;}
.vp-note{font-size:0.78rem;line-height:1.65;color:var(--ink-mute);margin-top:1.2rem;}
.vp-note a{color:var(--gold);text-decoration:none;border-bottom:1px solid var(--gold-deep);}
.vp-note a:hover{color:var(--ink);}
@media(max-width:780px){.vp-cols{grid-template-columns:1fr;gap:2rem;}}
.vp-block{margin-top:2.4rem;padding-top:2.4rem;border-top:1px solid var(--line);}
.vp-block .vp-note{margin-top:0.9rem;}
.vp-pos{font-size:0.7rem;letter-spacing:0.28em;text-transform:uppercase;color:var(--gold);margin-bottom:1rem;}

/* ---- from index.html <style> @ line 1469 ---- */
.net-section{display:none;padding:6rem 2rem 6.5rem;background:var(--bg);border-bottom:1px solid var(--line);}
body.loc-miami .net-section{display:block;}
html.mode-portal .net-section{display:none !important;}
.net-inner{max-width:1240px;margin:0 auto;display:grid;grid-template-columns:1.2fr .8fr;gap:4rem;align-items:start;}
.net-eyebrow{font-size:.61rem;letter-spacing:.46em;text-transform:uppercase;color:var(--ink-dim);margin-bottom:1.5rem;}
.net-title{font-family:var(--serif);font-weight:300;font-size:clamp(2.1rem,3.8vw,3.2rem);line-height:1.07;}
.net-title em{color:var(--gold);font-style:italic;}
.net-intro{font-size:.86rem;line-height:1.78;color:var(--ink-mute);margin:1.4rem 0 2rem;max-width:430px;}
.net-mapwrap{position:relative;position:sticky;top:6rem;}
.net-svg{width:100%;height:auto;display:block;overflow:visible;}
.net-land{fill:rgba(201,169,97,.022);stroke:var(--gold);stroke-width:1;stroke-linejoin:round;opacity:.55;}
.net-ln{stroke:var(--gold);stroke-width:1;opacity:0;transition:opacity .25s;} .net-ln.hot{opacity:.5;}
.net-ring{fill:none;stroke:var(--gold);stroke-width:1.3;opacity:.65;transition:all .2s;}
.net-dot{fill:var(--gold);opacity:.9;transition:all .2s;}
.net-pin.hot .net-ring{opacity:1;stroke-width:1.6;r:8.5;} .net-pin.hot .net-dot{r:2.4;}
.net-hit{fill:transparent;cursor:pointer;}
.net-khalo{fill:var(--gold);opacity:.08;}.net-kring{fill:none;stroke:var(--gold);stroke-width:1;opacity:.5;}
.net-kdot{fill:var(--gold);}.net-klabel{font-family:var(--sans);font-size:11px;letter-spacing:.22em;fill:var(--gold);}
.net-callout{position:absolute;transform:translate(-50%,-122%);background:var(--bg-2);border:1px solid var(--gold-deep);border-radius:4px;padding:.9rem 1.1rem;min-width:200px;opacity:0;pointer-events:none;transition:opacity .18s;z-index:5;box-shadow:0 12px 30px rgba(0,0,0,.5);}
.net-callout.show{opacity:1;}
.net-callout .c-code{font-family:var(--sans);font-size:.7rem;font-weight:600;letter-spacing:.08em;color:var(--gold);}
.net-callout .c-name{font-size:.72rem;color:var(--ink);margin:.15rem 0 .5rem;}
.net-callout .c-lbl{font-size:.52rem;letter-spacing:.24em;text-transform:uppercase;color:var(--ink-dim);border-top:1px solid var(--line);padding-top:.5rem;}
.net-callout ul{list-style:none;margin:.35rem 0 0;padding:0;} .net-callout li{font-size:.7rem;color:var(--ink-mute);line-height:1.65;}
.net-list{border-top:1px solid var(--line);}
.net-row{border-bottom:1px solid var(--line);cursor:pointer;outline:none;transition:background .2s;}
.net-row:hover,.net-row.hot,.net-row:focus-visible{background:rgba(201,169,97,.05);}
.net-rowhead{display:flex;align-items:center;gap:.8rem;padding:.8rem .5rem;}
.net-code{font-family:var(--sans);font-size:.72rem;font-weight:600;letter-spacing:.07em;color:var(--gold);min-width:46px;}
.net-meta{display:flex;flex-direction:column;gap:.08rem;flex:1;}
.net-name{font-size:.78rem;color:var(--ink);line-height:1.2;}
.net-city{font-size:.62rem;letter-spacing:.04em;text-transform:uppercase;color:var(--ink-dim);}
.net-chev{color:var(--ink-dim);font-size:1rem;line-height:1;transition:transform .2s,color .2s;}
.net-row.open .net-chev{transform:rotate(45deg);color:var(--gold);}
.net-fbos{list-style:none;margin:0;padding:0 .5rem;max-height:0;overflow:hidden;transition:max-height .3s ease,padding .3s ease;}
.net-row.open .net-fbos{max-height:320px;padding:0 .5rem .85rem 2.3rem;}
.net-fbos li{font-size:.72rem;color:var(--ink-mute);line-height:1.95;} .net-fbos li::before{content:"·";color:var(--gold);margin-right:.5rem;}
.net-foot{margin-top:1.6rem;font-size:.7rem;letter-spacing:.04em;color:var(--ink-dim);}
@media (max-width:880px){.net-section{padding:5.5rem 1.4rem 6rem;}.net-inner{grid-template-columns:1fr;gap:2.5rem;}.net-mapwrap{position:relative;top:0;}}

/* ---- from index.html <style> @ line 1524 ---- */
.vset-section{padding:6rem 2rem 6.5rem;background:var(--bg);border-bottom:1px solid var(--line);}
.vset-inner{max-width:1200px;margin:0 auto;}
.vset-head{margin-bottom:3rem;max-width:820px;}
.vset-eyebrow{font-size:0.61rem;letter-spacing:0.46em;text-transform:uppercase;color:var(--ink-dim);margin-bottom:1.75rem;}
.vset-title{font-family:var(--serif);font-size:clamp(2.4rem,4.8vw,3.9rem);font-weight:300;line-height:1.05;}
.vset-title em{color:var(--gold);font-style:italic;}
.vset-intro{font-size:0.9rem;line-height:1.8;color:var(--ink-mute);margin-top:1.9rem;max-width:660px;}
.vset-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:0;border-top:1px solid var(--line);}
.vset-item{padding:2.9rem 2.6rem 2.9rem 0;border-bottom:1px solid var(--line);}
.vset-item:nth-child(even){padding-left:2.6rem;border-left:1px solid var(--line);}
.vset-bullets{list-style:none;margin:1.15rem 0 0;padding:0;}
.vset-bullets li{font-size:0.78rem;line-height:1.85;color:var(--ink-mute);padding-left:1rem;position:relative;}
.vset-bullets li::before{content:"";position:absolute;left:0;top:0.72em;width:4px;height:4px;background:var(--gold);border-radius:50%;}
.vset-cta{display:inline-block;margin-top:1.5rem;font-family:var(--sans);font-size:0.6rem;letter-spacing:0.26em;text-transform:uppercase;color:var(--gold);text-decoration:none;border-bottom:1px solid var(--gold-deep);padding-bottom:0.28rem;transition:color .2s,border-color .2s;cursor:pointer;}
.vset-cta:hover{color:var(--ink);border-color:var(--gold);}
.vset-cta::after{content:" \2192";}
.vset-num{font-family:var(--serif);font-style:italic;font-size:1.25rem;color:var(--gold);margin-bottom:1.1rem;}
.vset-name{font-family:var(--serif);font-size:1.55rem;font-weight:300;color:var(--ink);margin-bottom:0.95rem;line-height:1.1;}
.vset-desc{font-size:0.85rem;line-height:1.76;color:var(--ink-mute);}
@media(max-width:820px){
  .vset-section{padding:5.5rem 1.5rem 6rem;}
  .vset-grid{grid-template-columns:1fr;border-top:none;}
  .vset-item{padding:2.25rem 0 2.25rem;border-left:none;}
  .vset-item:nth-child(even){padding-left:0;border-left:none;}
}
/* Public homepage only — hidden inside co-branded partner portals (NetJets, V2, Magnifica) */
html.mode-portal .vset-section{display:none !important;}

/* ---- from index.html <style> @ line 1556 ---- */
.avx-section{padding:6rem 2rem 6.5rem;background:var(--bg-2);border-bottom:1px solid var(--line);}
html.mode-portal .avx-section{display:none !important;}
.avx-inner{max-width:1200px;margin:0 auto;}
.avx-head{max-width:820px;margin-bottom:2.75rem;}
.avx-eyebrow{font-size:0.61rem;letter-spacing:0.46em;text-transform:uppercase;color:var(--ink-dim);margin-bottom:1.6rem;}
.avx-title{font-family:var(--serif);font-size:clamp(2.2rem,4.4vw,3.5rem);font-weight:300;line-height:1.06;}
.avx-title em{color:var(--gold);font-style:italic;}
.avx-intro{font-size:0.9rem;line-height:1.8;color:var(--ink-mute);margin-top:1.7rem;max-width:640px;}
.avx-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:0;border-top:1px solid var(--line);}
.avx-cell{padding:2.4rem 2.2rem 2.6rem 0;border-bottom:1px solid var(--line);}
.avx-cell:not(:nth-child(3n+1)){padding-left:2.2rem;border-left:1px solid var(--line);}
.avx-n{font-family:var(--sans);font-size:0.62rem;letter-spacing:0.26em;color:var(--gold);margin-bottom:1rem;}
.avx-h{font-family:var(--serif);font-size:1.2rem;font-weight:300;color:var(--ink);margin-bottom:0.7rem;line-height:1.18;}
.avx-d{font-size:0.8rem;line-height:1.78;color:var(--ink-mute);}
@media(max-width:820px){.avx-section{padding:5rem 1.5rem 5.5rem;}.avx-grid{grid-template-columns:1fr;}.avx-cell{padding:2rem 0 2rem;border-left:none;}.avx-cell:not(:nth-child(3n+1)){padding-left:0;border-left:none;}}

/* =====================================================================
   Visual-QA fixes — 2026-06-23
   Scope: a11y focus visibility, reduced-motion, mobile nav polish,
   touch-target sizing. Colour-only overrides still belong in
   odyssey-palette.css; these are behaviour/layout/a11y only.
   ===================================================================== */

/* 1. Wordmark must never break to two lines (was wrapping <=~900px) */
.brand { white-space: nowrap; }

/* 2. Let the nav wrap cleanly instead of squashing the wordmark.
      On desktop the row still fits, so this is a no-op there. */
nav { flex-wrap: wrap; row-gap: 0.5rem; }

/* 3. Small screens: drop the city toggle + Inquire onto their own
      full-width row beneath the wordmark — no overlap, no cramping. */
@media (max-width: 600px) {
  nav { padding-top: 0.85rem; padding-bottom: 0.85rem; }
  /* Row 1: wordmark (left) + hamburger (right). Row 2: full-width controls.
     `nav` prefix raises specificity over the base .nav-burger{order:3}. */
  nav .nav-burger { order: 1; }
  nav .nav-right { order: 2; width: 100%; justify-content: space-between; flex-wrap: nowrap; gap: 0.5rem; }
  .loc-toggle { flex: 1 1 auto; justify-content: space-between; }
  .loc-btn { flex: 1 1 0; padding: 0 0.4rem; }
}

/* 4. Touch targets >= 44px (WCAG 2.5.5). Keyed off both viewport width
      (small screens) and coarse pointers (touch devices of any size). */
@media (max-width: 900px), (pointer: coarse) {
  .loc-btn { min-height: 44px; display: inline-flex; align-items: center; justify-content: center; }
  .nav-cta, .nav-cart { min-height: 44px; display: inline-flex; align-items: center; justify-content: center; }
  .vp-close { width: 44px; height: 44px; }
}

/* 5. Visible keyboard focus indicator (WCAG 2.4.7) — none existed before */
:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 3px;
  border-radius: 2px;
}
/* keep inputs' existing underline treatment but still show a ring */
.cart-field input:focus-visible,
.modal-field input:focus-visible,
.modal-field textarea:focus-visible,
.modal-field select:focus-visible,
.dd-trigger:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 2px;
}

/* 6. Respect prefers-reduced-motion — neutralise fades, marquee, cursor */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }
  html { scroll-behavior: auto !important; }
  .fade-up { opacity: 1 !important; transform: none !important; }
  .ticker-track { animation: none !important; }
  .cursor-dot, .cursor-ring { display: none !important; }
  .nav-drawer { transition: none !important; }
}

/* 7. Mobile / tablet section navigation — hamburger + slide-in drawer.
      Fills the gap where .nav-jump is hidden (<=1240px) with no other
      way to reach Capabilities / Process / Coverage / Menu / About. */
.nav-burger {
  display: none; order: 3;
  flex-direction: column; justify-content: center; align-items: center; gap: 5px;
  width: 44px; height: 44px; padding: 0;
  background: transparent; border: 1px solid var(--gold-deep); border-radius: 3px; cursor: pointer;
}
.nav-burger span { display: block; width: 20px; height: 1.5px; background: var(--gold); transition: transform .25s, opacity .25s; }
@media (max-width: 1240px) { .nav-burger { display: inline-flex; } }
/* keep the burger out of portal mode (ordering UI uses its own chrome) */
html.mode-portal .nav-burger { display: none !important; }

.nav-drawer-backdrop {
  position: fixed; inset: 0; z-index: 90;
  background: rgba(10, 9, 8, .6); backdrop-filter: blur(4px); -webkit-backdrop-filter: blur(4px);
  opacity: 0; pointer-events: none; transition: opacity .3s;
}
.nav-drawer-backdrop.open { opacity: 1; pointer-events: auto; }

.nav-drawer {
  position: fixed; top: 0; right: 0; height: 100%; width: min(86vw, 340px); z-index: 95;
  background: var(--bg-2, #181820); border-left: 1px solid var(--line);
  transform: translateX(100%); transition: transform .32s cubic-bezier(.4, 0, .2, 1);
  display: flex; flex-direction: column; padding: 5rem 2rem 2rem; overflow-y: auto;
}
.nav-drawer.open { transform: translateX(0); box-shadow: -24px 0 60px rgba(0, 0, 0, .45); }
.nav-drawer-close {
  position: absolute; top: 1.25rem; right: 1.25rem; width: 44px; height: 44px;
  display: inline-flex; align-items: center; justify-content: center;
  border: 1px solid var(--gold-deep); border-radius: 50%; background: transparent;
  color: var(--gold); font-size: 1.3rem; line-height: 1; cursor: pointer;
}
.nav-drawer-eyebrow { font-family: var(--sans); font-size: .6rem; letter-spacing: .42em; text-transform: uppercase; color: var(--gold); margin-bottom: 1.5rem; }
.nav-drawer-links { display: flex; flex-direction: column; }
.nav-drawer-links a {
  font-family: var(--serif); font-size: 1.45rem; font-weight: 300; letter-spacing: .02em;
  color: var(--ink); text-decoration: none; padding: .95rem 0; border-bottom: 1px solid var(--line);
  transition: color .2s;
}
.nav-drawer-links a:hover { color: var(--gold); }
.nav-drawer-cta {
  margin-top: 1.75rem; padding: 1rem 1.3rem; min-height: 44px;
  background: var(--gold); color: var(--bg); border: none; cursor: pointer;
  font-family: var(--sans); font-size: .68rem; letter-spacing: .3em; text-transform: uppercase;
}
.nav-drawer-cta:hover { background: var(--gold-soft, var(--gold)); }

/* =====================================================================
   Agency polish — 2026-06-23
   Typographic refinement + a11y landmark/skip-link.
   Behaviour/layout/type only; colour overrides stay in odyssey-palette.css.
   ===================================================================== */

/* Display type: balance line breaks so headlines never strand a lone word */
.hero-headline, .vset-title, .sf-soon-title, .section-title,
#process h2, #coverage h2, #about h2, .closing h2,
.apart-section h2, .hiw-section h2, .net-section h2 {
  text-wrap: balance;
}
/* Body copy: prettier rag, no single-word last lines */
.hero-welcome, .vset-intro, .section-intro, .hiw-lead, .dish-desc,
.sf-soon-body, .cred-desc, .net-intro {
  text-wrap: pretty;
}
/* Hold the process lead to a comfortable reading measure (was ~92ch) */
.hiw-lead { max-width: 54ch; }

/* Skip link — keyboard users jump past the fixed nav to the content */
.skip-link {
  position: fixed; top: 0; left: 0; z-index: 200;
  transform: translateY(-120%); transition: transform .2s ease;
  background: var(--gold); color: var(--bg);
  padding: .85rem 1.5rem; font-family: var(--sans); font-size: .68rem;
  font-weight: 600; letter-spacing: .26em; text-transform: uppercase; text-decoration: none;
}
.skip-link:focus-visible, .skip-link:focus { transform: translateY(0); outline: 2px solid var(--bg); outline-offset: -5px; }

/* Sectors dropdown: open on keyboard focus too, not hover-only */
.nav-dd:focus-within .nav-dd-btn { color: var(--gold); }
.nav-dd:focus-within .nav-dd-menu { opacity: 1; visibility: visible; transform: translateY(0); }

/* Caviar is offered across all active locations, but its 2 dishes carry no
   data-city, so the per-city filter was hiding them everywhere. Keep them
   visible in each active city (SF still hides the whole menu via its own rule). */
body.loc-miami  .dish[data-category="Caviar"],
body.loc-london .dish[data-category="Caviar"],
body.loc-paris  .dish[data-category="Caviar"] { display: flex !important; }


/* ============================================================
   Signature Service Sets + lean inquiry row
   ============================================================ */

/* ─── Signature Service Sets (inside sector capability pop-out panels) ─── */
.vp-divider { height: 1px; background: var(--line); margin: 2.6rem 0 0; }
.vp-sets { margin-top: 2.4rem; }
.vp-sets-head { margin-bottom: 1.6rem; }
.vp-sets-title { font-family: var(--serif); font-weight: 400; font-size: 1.5rem; line-height: 1.2; margin: 0 0 0.4rem; }
.vp-sets-sub { font-size: 0.84rem; line-height: 1.6; color: var(--ink-mute); margin: 0; }
.vp-sets-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.vset-card { display: flex; flex-direction: column; background: var(--bg); border: 1px solid var(--line); padding: 1.4rem 1.25rem 1.25rem; transition: border-color 0.25s, transform 0.25s, box-shadow 0.3s; box-shadow: 0 4px 18px rgba(0,0,0,0.22); }
.vset-card:hover { border-color: var(--gold-deep); transform: translateY(-3px); box-shadow: 0 12px 34px rgba(0,0,0,0.38); }
.vset-card-name { font-family: var(--serif); font-weight: 400; font-size: 1.18rem; line-height: 1.22; margin: 0 0 0.55rem; }
.vset-card-meta { font-size: 0.6rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--gold); line-height: 1.5; margin-bottom: 0.55rem; }
.vset-card-price { font-family: var(--serif); font-size: 1rem; color: var(--gold); margin-bottom: 0.55rem; }
.vset-card-inc { font-size: 0.8rem; line-height: 1.55; color: var(--ink-mute); margin-bottom: 1.2rem; }
.vset-card-cta { margin-top: auto; font-family: var(--sans); font-size: 0.6rem; letter-spacing: 0.2em; text-transform: uppercase; padding: 0.8rem 0.9rem; cursor: pointer; transition: all 0.2s; border: 1px solid var(--gold-deep); background: transparent; color: var(--gold); text-align: center; width: 100%; }
.vset-card-cta:hover { background: var(--gold); color: var(--bg); border-color: var(--gold); }
.vp-sets-foot { margin-top: 1.6rem; display: flex; flex-wrap: wrap; gap: 0.4rem 1.6rem; font-size: 0.82rem; color: var(--ink-mute); }
.vp-sets-foot a { color: var(--gold); text-decoration: none; border-bottom: 1px solid var(--gold-deep); cursor: pointer; }
.vp-sets-foot a:hover { color: var(--ink); }
@media (max-width: 1080px) { .vp-sets-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .vp-sets-grid { grid-template-columns: 1fr; } }

/* Two-up row inside the inquiry modal (Phase 4) */
.modal-row { display: grid; grid-template-columns: 1fr 1fr; gap: 0.9rem; }
@media (max-width: 520px) { .modal-row { grid-template-columns: 1fr; gap: 0; } }
/* When the inquiry modal is taller than the viewport (mobile / short screens),
   top-align the overlay so it scrolls and the Submit button is always reachable. */
@media (max-width: 640px), (max-height: 820px) {
  .modal { align-items: flex-start; padding: 1.25rem; }
  .modal-content { padding: 2.25rem 1.5rem; }
}

/* Broker / trip-support teaser (Phase 5) */
.broker-teaser { padding: 4.5rem 2rem; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: radial-gradient(ellipse at center, rgba(201,169,97,0.05), transparent 70%); }
.broker-teaser-inner { max-width: 46rem; margin: 0 auto; text-align: center; }
.broker-teaser-eyebrow { font-size: 0.62rem; letter-spacing: 0.36em; text-transform: uppercase; color: var(--gold); margin-bottom: 1.1rem; }
.broker-teaser-title { font-family: var(--serif); font-weight: 300; font-size: clamp(1.6rem, 3.5vw, 2.3rem); line-height: 1.15; margin-bottom: 1.1rem; }
.broker-teaser-body { font-size: 0.95rem; line-height: 1.75; color: var(--ink-mute); max-width: 40rem; margin: 0 auto 1rem; }
.broker-teaser-small { font-size: 0.78rem; line-height: 1.6; color: var(--ink-dim); margin: 0 auto 2rem; }
.broker-teaser-cta { font-family: var(--sans); font-size: 0.66rem; letter-spacing: 0.3em; text-transform: uppercase; color: var(--gold); background: transparent; border: 1px solid var(--gold-deep); padding: 0.95rem 2.4rem; cursor: pointer; transition: all 0.22s; }
.broker-teaser-cta:hover { background: var(--gold); color: var(--bg); }
@media (max-width: 700px) { .broker-teaser { padding: 3.25rem 1.25rem; } }
