/* Texas Tower — v3 design system
   Navy & gold, from the printed menu card (cover navy, gold foil, cream paper, royal-navy ink). */

:root {
  --bg: #0f1a23;
  --bg-2: #132230;
  --surface: #182939;
  --surface-2: #1f3244;
  --line: rgba(230, 200, 150, .14);
  --line-strong: rgba(230, 200, 150, .30);
  --text: #f7f1e3;
  --muted: #c3bcab;
  --accent: #dcb682;
  --accent-ink: #0f1a23;
  --brass: #efd3a4;
  --ok: #8fd19a;
  --paper: #fbf8ee;
  --paper-2: #f1e9d6;
  --ink: #12265a;
  --ink-muted: #45506b;

  /* Derived colours (tokens so a design direction can restyle everything). */
  --bg-rgb: 15, 26, 35;
  --accent-rgb: 220, 182, 130;
  --brass-rgb: 239, 211, 164;
  --text-rgb: 247, 241, 227;
  --accent-hover: #e9c897;
  --hero-lede: #e9e2d2;
  --hero-eyebrow: #efd3a4;
  --paper-em: #7a4e1d;
  --paper-eyebrow: #7a4e1d;
  --paper-sub: #12265a;
  --footer-bg: #0a121a;
  --bar-bg: rgba(19, 34, 48, .94);

  --f-display: "Fraunces", "Fraunces Fallback", Georgia, serif;
  --f-body: "Manrope", "Manrope Fallback", Arial, sans-serif;

  --step--1: clamp(.83rem, .8rem + .15vw, .92rem);
  --step-0: clamp(1rem, .96rem + .2vw, 1.1rem);
  --step-1: clamp(1.2rem, 1.1rem + .45vw, 1.45rem);
  --step-2: clamp(1.5rem, 1.3rem + .9vw, 2.1rem);
  --step-3: clamp(2rem, 1.6rem + 1.8vw, 3.1rem);
  --step-4: clamp(2.6rem, 1.9rem + 3.4vw, 5.2rem);

  --radius: 10px;
  --radius-sm: 6px;
  --wrap: 1200px;
  --gutter: clamp(16px, 4vw, 40px);
  --header-h: 72px;
  --shadow: 0 20px 50px -20px rgba(0, 0, 0, .6);
  --ease: cubic-bezier(.2, .7, .2, 1);
  --ink-rgb: 18, 38, 90;
  --shade-rgb: 8, 14, 20;
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: calc(var(--header-h) + 16px); }
body {
  margin: 0; background: var(--bg); color: var(--text);
  font: 400 var(--step-0)/1.65 var(--f-body);
  -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
img, video { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration-color: var(--brass); text-underline-offset: .2em; }
a:hover { color: var(--brass); }
h1, h2, h3 { font-family: var(--f-display); font-weight: 400; line-height: 1.08; letter-spacing: -.015em; margin: 0 0 .5em; font-variation-settings: "SOFT" 50; font-optical-sizing: auto; }
h1 { font-size: var(--step-4); }
h2 { font-size: var(--step-3); }
h3 { font-size: var(--step-1); line-height: 1.25; }
h1 em, h2 em { font-style: italic; color: var(--brass); font-weight: 300; }
p { margin: 0 0 1em; }
address { font-style: normal; }
:focus-visible { outline: 2px solid var(--brass); outline-offset: 3px; border-radius: 4px; }
.sr-only, .skip:not(:focus) { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.skip:focus { position: fixed; top: 8px; left: 8px; z-index: 100; background: var(--text); color: var(--bg); padding: .6em 1em; border-radius: 8px; }

.wrap { width: min(100% - 2 * var(--gutter), var(--wrap)); margin-inline: auto; }
.wrap.narrow { max-width: 820px; }
.i { width: 1.15em; height: 1.15em; flex: none; vertical-align: -.2em; }
.eyebrow { font: 600 var(--step--1)/1.2 var(--f-body); letter-spacing: .18em; text-transform: uppercase; color: var(--accent); margin-bottom: 1rem; }
.lede { font-size: var(--step-1); color: var(--muted); max-width: 60ch; line-height: 1.55; }

/* Buttons */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .5em;
  min-height: 48px; padding: .75em 1.5em; border-radius: 999px;
  background: var(--accent); color: var(--accent-ink); border: 1px solid var(--accent);
  font: 700 .95rem/1 var(--f-body); letter-spacing: .01em; text-decoration: none; cursor: pointer;
  transition: transform .2s var(--ease), background .2s, color .2s, border-color .2s;
}
.btn:hover { background: var(--accent-hover); color: var(--accent-ink); transform: translateY(-1px); }
.btn-ghost { background: transparent; color: var(--text); border-color: var(--line-strong); }
.btn-ghost:hover { background: rgba(var(--text-rgb), .08); color: var(--text); border-color: var(--text); }
.btn-sm { min-height: 40px; padding: .55em 1.1em; font-size: .88rem; }
.btn-row { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 1.75rem; }
.btn-row.center { justify-content: center; }
.link-arrow { display: inline-flex; gap: .4em; align-items: center; font-weight: 600; text-decoration: none; color: var(--brass); }
.link-arrow .i { transition: transform .2s var(--ease); }
.link-arrow:hover .i { transform: translateX(4px); }

.status { display: inline-flex; align-items: center; gap: .45em; font-size: .82rem; font-weight: 600; color: var(--muted); white-space: nowrap; }
.status::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: #b85c4a; }
.status.is-open { color: var(--ok); }
.status.is-open::before { background: var(--ok); box-shadow: 0 0 0 4px rgba(134, 201, 138, .18); }

/* Header */
.site-header {
  position: fixed; inset: 0 0 auto; z-index: 50; height: var(--header-h); isolation: isolate;
  transition: border-color .3s;
  border-bottom: 1px solid transparent;
}
/* The frosted background sits on a layer behind the header: a backdrop-filter on the header itself would
   make it the containing block for the fixed mobile menu, which then collapses to a sliver. */
.site-header::before {
  content: ""; position: absolute; inset: 0; z-index: -1; pointer-events: none;
  transition: background .3s, backdrop-filter .3s;
}
.site-header.is-solid, body:not(.has-hero) .site-header { border-color: var(--line); }
.site-header.is-solid::before, body:not(.has-hero) .site-header::before {
  background: rgba(var(--bg-rgb), .86); backdrop-filter: blur(14px) saturate(1.2);
}
body:not(.has-hero) main { padding-top: var(--header-h); }
.header-row { height: 100%; display: flex; align-items: center; gap: 1.5rem; }
.brand { text-decoration: none; color: var(--text); flex: none; }
.brand-mark { display: flex; align-items: center; gap: .6rem; }
.brand-star { width: 30px; height: 30px; color: var(--brass); fill: var(--brass); stroke: none; }
.brand-words { display: grid; line-height: 1.05; }
.brand-words b { font: 500 1.28rem/1 var(--f-display); letter-spacing: .01em; }
.brand-words small { font-size: .66rem; letter-spacing: .22em; text-transform: uppercase; color: var(--muted); margin-top: 4px; }
.nav { margin-left: auto; }
.nav > ul { display: flex; gap: .25rem; list-style: none; margin: 0; padding: 0; }
.nav a { display: block; padding: .55rem .8rem; border-radius: 999px; text-decoration: none; font-weight: 500; font-size: .95rem; }
.nav a:hover, .nav a[aria-current] { color: var(--text); background: rgba(var(--text-rgb), .08); }
.has-sub { position: relative; }
.sub { position: absolute; top: 100%; left: 0; min-width: 190px; list-style: none; margin: 0; padding: .5rem; background: var(--surface); border: 1px solid var(--line); border-radius: 14px; box-shadow: var(--shadow); opacity: 0; visibility: hidden; transform: translateY(6px); transition: .2s var(--ease); }
.has-sub:hover .sub, .has-sub:focus-within .sub { opacity: 1; visibility: visible; transform: none; }
.sub a { border-radius: 8px; }
.nav-foot { display: none; }
.header-cta { display: flex; align-items: center; gap: 1rem; }
.nav-toggle { display: none; width: 44px; height: 44px; border-radius: 50%; border: 1px solid var(--line-strong); background: transparent; color: var(--text); cursor: pointer; }
.nav-toggle .i { width: 22px; height: 22px; margin: auto; }

@media (max-width: 1080px) {
  .header-cta .status { display: none; }
}
@media (max-width: 960px) {
  .nav-toggle { display: grid; place-items: center; }
  .header-cta .btn { display: none; }
  .nav {
    position: fixed; inset: var(--header-h) 0 0; background: var(--bg); padding: 1.5rem var(--gutter) 7rem;
    overflow-y: auto; transform: translateX(100%); transition: transform .35s var(--ease); visibility: hidden;
  }
  .nav.is-open { transform: none; visibility: visible; }
  .nav > ul { flex-direction: column; gap: 0; }
  .nav > ul > li { border-bottom: 1px solid var(--line); }
  .nav a { font: 400 var(--step-2)/1.2 var(--f-display); padding: 1rem 0; border-radius: 0; }
  .nav a:hover, .nav a[aria-current] { background: none; color: var(--brass); }
  .sub { position: static; opacity: 1; visibility: inherit; transform: none; background: none; border: 0; box-shadow: none; padding: 0 0 1rem 1rem; }
  .sub a { font: 500 1rem/1.4 var(--f-body); padding: .45rem 0; color: var(--muted); }
  .nav-foot { display: grid; gap: 1rem; margin-top: 2rem; }
  .nav-foot a { font: 600 1.1rem var(--f-body); display: flex; gap: .5rem; align-items: center; }
}

/* Breadcrumbs */
.crumbs ol { display: flex; flex-wrap: wrap; gap: .4rem; list-style: none; margin: 0; padding: 1.25rem 0 0; font-size: .85rem; color: var(--muted); }
.crumbs li + li::before { content: "/"; margin-right: .4rem; opacity: .5; }
.crumbs a { text-decoration: none; }

/* Home hero */
.hero { position: relative; min-height: min(100svh, 920px); display: grid; align-items: end; isolation: isolate; overflow: hidden; }
.hero-media, .hero-media video, .hero-media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -2; }
.hero::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(var(--bg-rgb), .72) 0%, rgba(var(--bg-rgb), .2) 60%, transparent), linear-gradient(180deg, rgba(var(--bg-rgb), .55) 0%, rgba(var(--bg-rgb), .15) 35%, rgba(var(--bg-rgb), .75) 75%, var(--bg) 100%); }
.hero-inner { padding: calc(var(--header-h) + 4rem) 0 clamp(2.5rem, 6vw, 5rem); }
.hero h1 { max-width: 13ch; margin-bottom: .35em; text-wrap: balance; }
.hero .lede { color: var(--hero-lede); }
.hero .eyebrow { color: var(--hero-eyebrow); text-shadow: 0 1px 12px rgba(0, 0, 0, .6); }
.stack { display: grid; gap: 1rem; }
.stack > img { border-radius: var(--radius); width: 100%; aspect-ratio: 16 / 10; object-fit: cover; }
.hero-facts { display: flex; flex-wrap: wrap; gap: .5rem 1.5rem; margin: 2rem 0 0; padding: 1.25rem 0 0; border-top: 1px solid var(--line-strong); list-style: none; font-size: .92rem; color: var(--hero-lede); }
.hero-facts li { display: flex; gap: .45rem; align-items: center; }
.hero-facts .i { color: var(--brass); }

/* Page hero (inner pages) */
.page-hero { padding: clamp(1.5rem, 4vw, 3.5rem) 0 clamp(2.5rem, 6vw, 5rem); }
.page-hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(2rem, 5vw, 4.5rem); align-items: center; }
.page-hero h1 { font-size: var(--step-4); text-wrap: balance; }
.page-hero-media { margin: 0; position: relative; }
.page-hero-media img { width: 100%; aspect-ratio: 4 / 3.4; object-fit: cover; border-radius: var(--radius); box-shadow: var(--shadow); }
.page-hero-media::before { content: ""; position: absolute; inset: 14px -14px -14px 14px; border: 1px solid var(--brass); border-radius: var(--radius); opacity: .45; z-index: -1; }
@media (max-width: 860px) {
  .page-hero-grid { grid-template-columns: 1fr; }
  .page-hero-media { order: -1; }
  .page-hero-media img { aspect-ratio: 16 / 10; }
  .page-hero-media::before { display: none; }
}

/* Sections */
.section { padding: clamp(3.5rem, 8vw, 7rem) 0; }
.section + .section { padding-top: 0; }
.section.alt, .section.light { padding-top: clamp(3.5rem, 8vw, 7rem); }
.section.alt { background: var(--bg-2); border-block: 1px solid var(--line); }
.section.light { background: var(--paper); color: var(--ink); }
.section.light .lede, .section.light p { color: var(--ink-muted); }
.section.light h2 em, .section.light h1 em { color: var(--paper-em); }
.section.light .eyebrow, .section.light .tag, .section.light .menu-sub { color: var(--paper-eyebrow); }
.section-head { margin-bottom: clamp(2rem, 4vw, 3rem); max-width: 760px; }
.section-head.center, .center .section-head { text-align: center; margin-inline: auto; }
.section-head .lede { margin-top: .5rem; }
.prose p { color: var(--muted); max-width: 68ch; }
.prose > h2 + p, .prose > p:first-child:not(.eyebrow) { color: var(--text); font-size: var(--step-1); line-height: 1.55; }
.section.light .prose > h2 + p { color: var(--ink); }

.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 6vw, 5rem); align-items: center; }
.split.flip > :first-child { order: 2; }
.split img { border-radius: var(--radius); width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
@media (max-width: 860px) { .split { grid-template-columns: 1fr; } .split.flip > :first-child { order: 0; } }

/* Marquee of cuisines */
.marquee { overflow: hidden; border-block: 1px solid var(--line); padding: 1.1rem 0; -webkit-mask: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); mask: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); }
.marquee-track { display: flex; gap: 2.5rem; width: max-content; animation: marquee 40s linear infinite; font: italic 300 var(--step-2)/1 var(--f-display); color: var(--muted); }
.marquee-track span::after { content: "✦"; font-style: normal; font-size: .5em; color: var(--accent); margin-left: 2.5rem; vertical-align: middle; }
@keyframes marquee { to { transform: translateX(-50%); } }

/* Stats */
.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.stat { background: var(--bg); padding: clamp(1.25rem, 3vw, 2rem); }
.stat b { display: block; font: 300 var(--step-3)/1 var(--f-display); color: var(--brass); margin-bottom: .35rem; }
.stat span { color: var(--muted); font-size: .92rem; }
@media (max-width: 760px) { .stats { grid-template-columns: repeat(2, 1fr); } }

/* Feature tiles */
.features { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; }
.feature { padding: 1.75rem; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); }
.feature h3 { margin-bottom: .4rem; }
.feature p { color: var(--muted); margin: 0; font-size: .96rem; }
.feature .num { font: italic 300 1.1rem var(--f-display); color: var(--accent); display: block; margin-bottom: 1rem; }
@media (max-width: 900px) { .features { grid-template-columns: 1fr 1fr; } }
@media (max-width: 600px) { .features { grid-template-columns: 1fr; } }

/* Space showcase (asymmetric photo grid) */
.spaces { display: grid; grid-template-columns: 1.3fr 1fr 1fr; grid-template-rows: auto auto; gap: 1rem; }
.space { position: relative; margin: 0; border-radius: var(--radius); overflow: hidden; }
.space img { width: 100%; height: 100%; object-fit: cover; aspect-ratio: 3 / 2; transition: transform .8s var(--ease); }
.space:hover img { transform: scale(1.04); }
.space:first-child { grid-row: span 2; }
.space:first-child img { aspect-ratio: auto; min-height: 100%; }
.space figcaption { position: absolute; inset: auto 0 0; padding: 2.5rem 1.25rem 1.1rem; background: linear-gradient(transparent, rgba(0, 0, 0, .78)); }
.space figcaption b { display: block; font: 400 var(--step-1)/1.2 var(--f-display); }
.space figcaption span { font-size: .88rem; color: #ddd2bf; }
@media (max-width: 860px) { .spaces { grid-template-columns: 1fr 1fr; } .space:first-child { grid-column: span 2; grid-row: auto; } .space:first-child img { aspect-ratio: 16 / 10; } }


/* Cards */
.cards { display: grid; grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); gap: 1rem; }
.card { position: relative; display: block; border-radius: var(--radius); overflow: hidden; text-decoration: none; color: var(--text); background: var(--surface); isolation: isolate; }
.card img { width: 100%; aspect-ratio: 4 / 3.2; object-fit: cover; transition: transform .7s var(--ease); }
.card:hover { color: var(--text); }
.card:hover img { transform: scale(1.05); }
.card-body { position: absolute; inset: auto 0 0; padding: 3rem 1.1rem 1.1rem; background: linear-gradient(transparent, rgba(var(--shade-rgb), .88) 55%); display: grid; grid-template-columns: 1fr auto; align-items: end; }
.card-eyebrow { grid-column: 1; font-size: .72rem; letter-spacing: .16em; text-transform: uppercase; color: var(--brass); }
.card-title { grid-column: 1; font: 400 var(--step-1)/1.2 var(--f-display); }
.card-go { grid-column: 2; grid-row: 1 / span 2; width: 40px; height: 40px; border-radius: 50%; display: grid; place-items: center; border: 1px solid var(--line-strong); transition: .25s var(--ease); }
.card:hover .card-go { background: var(--accent); border-color: var(--accent); color: var(--accent-ink); }

/* Menu / dishes */
.dishes { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 0 clamp(2rem, 5vw, 4rem); }
.dish { padding: 1.1rem 0; border-bottom: 1px solid var(--line); break-inside: avoid; }
.section.light .dish { border-color: rgba(var(--ink-rgb), .14); }
.dish-line { display: flex; align-items: baseline; gap: .6rem; }
.dish h3 { font: 500 1.12rem/1.3 var(--f-display); margin: 0; }
.dish .dots { flex: 1; border-bottom: 1px dotted currentColor; opacity: .35; transform: translateY(-.3em); min-width: 1rem; }
.dish .price { font-weight: 700; font-variant-numeric: tabular-nums; white-space: nowrap; }
.dish p { margin: .3rem 0 0; font-size: .92rem; color: var(--muted); max-width: 52ch; }
.section.light .dish p { color: var(--ink-muted); }
.veg { display: inline-block; width: 13px; height: 13px; border: 1.5px solid #2e8b3a; border-radius: 2px; position: relative; vertical-align: 1px; margin-left: .15rem; }
.veg::after { content: ""; position: absolute; inset: 2.5px; border-radius: 50%; background: #2e8b3a; }
.tag { font: 700 .62rem/1 var(--f-body); letter-spacing: .1em; text-transform: uppercase; color: var(--accent); border: 1px solid currentColor; padding: .3em .55em; border-radius: 999px; vertical-align: 3px; margin-left: .3rem; white-space: nowrap; }
@media (max-width: 760px) { .dishes { grid-template-columns: 1fr; } }

.menu-nav { position: sticky; top: var(--header-h); z-index: 20; background: var(--paper); border-bottom: 1px solid rgba(var(--ink-rgb), .12); }
.menu-nav ul { display: flex; gap: .4rem; overflow-x: auto; list-style: none; margin: 0; padding: .8rem 0; scrollbar-width: none; }
.menu-nav a { display: block; white-space: nowrap; padding: .5rem 1rem; border-radius: 999px; border: 1px solid rgba(var(--ink-rgb), .18); color: var(--ink); text-decoration: none; font-weight: 600; font-size: .88rem; }
.menu-nav a:hover, .menu-nav a.is-active { background: var(--ink); color: var(--paper); }
.menu-cat { padding: clamp(2.5rem, 5vw, 4rem) 0 0; }
.menu-cat-head { display: grid; grid-template-columns: 1fr auto; gap: 1.5rem; align-items: end; margin-bottom: .5rem; }
.menu-cat-head h2 { font-size: var(--step-2); margin: 0; }
.menu-cat-head p { margin: .3rem 0 0; }
.menu-cat-head img { width: 140px; aspect-ratio: 1; object-fit: cover; border-radius: 50%; }
@media (max-width: 600px) { .menu-cat-head img { width: 84px; } }
.legend { display: flex; flex-wrap: wrap; gap: 1.25rem; font-size: .88rem; margin-top: 1rem; }

/* Offers strip */
.offers { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 1rem; }
.offer { padding: 1.5rem; border-radius: var(--radius); background: linear-gradient(135deg, rgba(var(--accent-rgb), .16), rgba(var(--brass-rgb), .08)); border: 1px solid rgba(var(--accent-rgb), .35); }
.offer h3 { margin-bottom: .3rem; }
.offer p { margin: 0; color: var(--muted); }

/* Packages */
.packages { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 1.25rem; }
.package { display: flex; flex-direction: column; padding: 2rem; border-radius: var(--radius); border: 1px solid var(--line); background: var(--surface); }
.package.featured { border-color: var(--brass); background: linear-gradient(180deg, rgba(var(--brass-rgb), .12), var(--surface) 40%); }
.package h3 { font-size: var(--step-2); margin-bottom: .2rem; }
.package .price { font: 300 var(--step-3)/1 var(--f-display); color: var(--brass); margin: .75rem 0 .25rem; }
.package .per { color: var(--muted); font-size: .9rem; }
.package ul { list-style: none; padding: 0; margin: 1.25rem 0 1.5rem; display: grid; gap: .55rem; }
.package li { padding-left: 1.5rem; position: relative; color: var(--muted); font-size: .95rem; }
.package li::before { content: "✦"; position: absolute; left: 0; color: var(--accent); font-size: .8em; top: .15em; }
.package .btn { margin-top: auto; }

/* FAQ */
.faq-list { border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { list-style: none; cursor: pointer; padding: 1.35rem 2.5rem 1.35rem 0; position: relative; font: 400 var(--step-1)/1.35 var(--f-display); }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; position: absolute; right: .25rem; top: 1.1rem; font: 300 1.8rem/1 var(--f-body); color: var(--accent); transition: transform .25s var(--ease); }
.faq details[open] summary::after { transform: rotate(45deg); }
.faq details p { color: var(--muted); padding: 0 2.5rem 1.4rem 0; margin: 0; max-width: 70ch; }

/* CTA band */
.cta-band { padding: clamp(2rem, 5vw, 4rem) 0; }
.cta-band-inner { display: grid; grid-template-columns: 1fr auto; gap: 2rem; align-items: center; padding: clamp(2rem, 5vw, 3.5rem); border-radius: calc(var(--radius) * 1.4); background: radial-gradient(120% 140% at 0% 0%, rgba(var(--accent-rgb), .35), transparent 55%), radial-gradient(90% 120% at 100% 100%, rgba(var(--brass-rgb), .22), transparent 60%), var(--surface); border: 1px solid var(--line); }
.cta-band h2 { margin-bottom: .3em; }
.cta-band p { color: var(--muted); margin: 0; max-width: 52ch; }
.cta-band .btn-row { margin-top: 0; }
@media (max-width: 860px) { .cta-band-inner { grid-template-columns: 1fr; } }

/* Visit */
.visit-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: clamp(2rem, 5vw, 4rem); align-items: center; }
.visit-nap p { display: flex; gap: .8rem; align-items: flex-start; margin-bottom: 1rem; }
.visit-nap .i { color: var(--brass); margin-top: .25em; }
.visit-nap a { text-decoration: none; font-weight: 600; }
.visit-nap .status { margin-left: .5rem; }
.landmarks { list-style: none; padding: 0; margin: 1.5rem 0 0; display: flex; flex-wrap: wrap; gap: .5rem; }
.landmarks li { padding: .45rem .9rem; border-radius: 999px; border: 1px solid var(--line); font-size: .88rem; color: var(--muted); }
.landmarks b { color: var(--text); font-weight: 600; }
.map { position: relative; border-radius: var(--radius); overflow: hidden; aspect-ratio: 4 / 3.3; background: var(--surface); }
.map img, .map iframe { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; border: 0; }
.map img { filter: brightness(.55); }
.map .btn { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); }
@media (max-width: 860px) { .visit-grid { grid-template-columns: 1fr; } }

/* Reviews */
.review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; }
.review { margin: 0; padding: 1.75rem; border-radius: var(--radius); background: var(--surface); border: 1px solid var(--line); }
.review blockquote { margin: .9rem 0 1rem; font: 400 1.08rem/1.55 var(--f-display); }
.review figcaption { color: var(--muted); font-size: .85rem; }
.stars { display: flex; gap: 2px; color: var(--brass); }
.star-fill { fill: currentColor; stroke: none; width: 16px; height: 16px; }
@media (max-width: 860px) { .review-grid { grid-template-columns: 1fr; } }

/* Gallery */
.gallery { columns: 3 280px; column-gap: 1rem; }
.gallery figure { margin: 0 0 1rem; break-inside: avoid; border-radius: var(--radius-sm); overflow: hidden; }
.gallery img { width: 100%; }
.filters { display: flex; flex-wrap: wrap; gap: .5rem; margin-bottom: 2rem; }
.filters button { padding: .5rem 1rem; border-radius: 999px; border: 1px solid var(--line-strong); background: none; color: var(--text); cursor: pointer; font: 600 .88rem var(--f-body); }
.filters button[aria-pressed="true"] { background: var(--text); color: var(--bg); }

/* Forms */
.form-card { padding: clamp(1.5rem, 4vw, 2.5rem); border-radius: calc(var(--radius) * 1.2); background: var(--surface); border: 1px solid var(--line); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem 1.25rem; }
.field { display: grid; gap: .4rem; }
.field.full { grid-column: 1 / -1; }
.field label { font-size: .85rem; font-weight: 600; color: var(--muted); }
.field input, .field select, .field textarea {
  width: 100%; min-height: 50px; padding: .8rem 1rem; border-radius: 12px; border: 1px solid var(--line-strong);
  background: var(--bg); color: var(--text); font: 500 1rem var(--f-body);
}
.field textarea { min-height: 110px; resize: vertical; }
.field input:focus, .field input:focus-within, .field select:focus, .field textarea:focus { outline: none; border-color: var(--brass); box-shadow: 0 0 0 3px rgba(var(--brass-rgb), .2); }
.field .err { color: #f09a7f; font-size: .82rem; min-height: 0; }
.check { display: flex; gap: .7rem; align-items: flex-start; font-size: .9rem; color: var(--muted); }
.check input { margin-top: .3em; accent-color: var(--accent); width: 18px; height: 18px; }
.hp { position: absolute; left: -9999px; }
.form-note { font-size: .85rem; color: var(--muted); margin-top: 1rem; }
.form-status { margin-top: 1rem; padding: 1rem 1.25rem; border-radius: 12px; display: none; }
.form-status.ok { display: block; background: rgba(134, 201, 138, .12); border: 1px solid rgba(134, 201, 138, .4); }
.form-status.bad { display: block; background: rgba(var(--accent-rgb), .12); border: 1px solid rgba(var(--accent-rgb), .4); }
@media (max-width: 640px) { .form-grid { grid-template-columns: 1fr; } }

/* Footer */
.site-footer { background: var(--footer-bg); border-top: 1px solid var(--line); padding: clamp(3rem, 7vw, 5rem) 0 calc(2rem + env(safe-area-inset-bottom)); font-size: .93rem; }
.footer-top { display: grid; grid-template-columns: 1.2fr 1.2fr repeat(3, 1fr); gap: 2rem; }
.footer-brand img { width: 120px; margin-bottom: 1rem; }
.footer-brand p, .nap address, .hours { color: var(--muted); }
.footer-h { font: 700 .75rem/1 var(--f-body); letter-spacing: .18em; text-transform: uppercase; color: var(--brass); margin: 0 0 1.1rem; }
.nap address { line-height: 1.7; margin-bottom: 1rem; }
.nap strong { color: var(--text); }
.nap address a { text-decoration: none; color: var(--text); }
.hours { display: flex; gap: .5rem; align-items: center; }
.footer-links ul { list-style: none; margin: 0; padding: 0; display: grid; gap: .5rem; }
.footer-links a { text-decoration: none; color: var(--muted); }
.footer-links a:hover, .footer-links .more { color: var(--text); }
.socials { display: flex; gap: .5rem; }
.socials a { width: 42px; height: 42px; border-radius: 50%; border: 1px solid var(--line-strong); display: grid; place-items: center; }
.footer-base { margin-top: 3rem; padding-top: 1.5rem; border-top: 1px solid var(--line); display: flex; flex-wrap: wrap; justify-content: space-between; gap: 1rem; color: var(--muted); font-size: .82rem; }
.footer-base p { margin: 0; }
.footer-base a { text-decoration: none; }
@media (max-width: 1000px) { .footer-top { grid-template-columns: 1fr 1fr; } .footer-brand { grid-column: 1 / -1; } }
@media (max-width: 560px) { .footer-top { grid-template-columns: 1fr; } }

/* Mobile action bar — the map-pack actions (call, directions) one tap away */
.action-bar { display: none; }
@media (max-width: 960px) {
  .action-bar {
    display: grid; grid-template-columns: repeat(4, 1fr); position: fixed; z-index: 45; left: 10px; right: 10px;
    bottom: calc(10px + env(safe-area-inset-bottom)); padding: 6px; border-radius: 20px;
    background: var(--bar-bg); backdrop-filter: blur(12px); border: 1px solid var(--line-strong); box-shadow: var(--shadow);
  }
  .action-bar a { display: grid; justify-items: center; gap: 2px; padding: .5rem 0; border-radius: 14px; text-decoration: none; font-size: .72rem; font-weight: 600; color: var(--text); }
  .action-bar .i { width: 22px; height: 22px; }
  .action-bar .primary { background: var(--accent); color: var(--accent-ink); }
  body { padding-bottom: 90px; }
}

/* AI concierge */
.concierge-fab { position: fixed; right: 18px; bottom: 18px; z-index: 46; display: flex; align-items: center; gap: .5rem; padding: .85rem 1.2rem; border-radius: 999px; border: 0; background: var(--text); color: var(--bg); font: 700 .9rem var(--f-body); box-shadow: var(--shadow); cursor: pointer; }
.concierge-panel { position: fixed; right: 18px; bottom: 18px; z-index: 47; width: min(380px, calc(100vw - 24px)); height: min(560px, calc(100svh - 120px)); display: flex; flex-direction: column; border-radius: 20px; background: var(--surface); border: 1px solid var(--line-strong); box-shadow: var(--shadow); overflow: hidden; }
.concierge-panel[hidden] { display: none; }
.concierge-panel header { display: flex; justify-content: space-between; align-items: center; padding: 1rem 1.1rem; border-bottom: 1px solid var(--line); }
.concierge-panel header button { background: none; border: 0; color: var(--text); cursor: pointer; width: 36px; height: 36px; }
.concierge-log { flex: 1; overflow-y: auto; overflow-x: hidden; padding: 1rem; display: grid; grid-template-columns: minmax(0, 1fr); align-content: start; gap: .6rem; }
.msg { margin: 0; padding: .7rem .95rem; border-radius: 14px; max-width: 88%; min-width: 0; font-size: .93rem; line-height: 1.5; white-space: pre-line; overflow-wrap: anywhere; justify-self: start; }
.msg.bot { background: var(--surface-2); }
.msg.me { background: var(--accent); color: var(--accent-ink); justify-self: end; }
.msg a { color: inherit; font-weight: 700; }
.concierge-panel form { display: flex; gap: .5rem; padding: .75rem; border-top: 1px solid var(--line); }
.concierge-panel input { flex: 1; min-height: 44px; padding: 0 .9rem; border-radius: 12px; border: 1px solid var(--line-strong); background: var(--bg); color: var(--text); font: 500 .95rem var(--f-body); }
.concierge-panel form button { width: 44px; border-radius: 12px; border: 0; background: var(--accent); color: var(--accent-ink); cursor: pointer; }
@media (max-width: 960px) { .concierge-fab { bottom: calc(96px + env(safe-area-inset-bottom)); right: 14px; padding: .75rem; } .concierge-fab span { display: none; } }

/* Reveal on scroll */
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .8s var(--ease), transform .8s var(--ease); }
.reveal.is-in { opacity: 1; transform: none; }
.no-js .reveal { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; scroll-behavior: auto !important; }
  .reveal { opacity: 1; transform: none; }
}

/* Landing extras */
.menu-sub { font: 700 .78rem/1 var(--f-body); letter-spacing: .16em; text-transform: uppercase; color: var(--paper-sub); margin: 2.5rem 0 .25rem; }
.btn-ghost-dark { background: transparent; color: var(--ink); border-color: rgba(var(--ink-rgb), .3); }
.btn-ghost-dark:hover { background: var(--ink); color: var(--paper); }
.steps { counter-reset: s; list-style: none; padding: 0; margin: 0; display: grid; gap: .9rem; }
.steps li { counter-increment: s; display: grid; grid-template-columns: 2.2rem 1fr; gap: .8rem; color: var(--muted); }
.steps li::before { content: counter(s); width: 2.2rem; height: 2.2rem; border-radius: 50%; display: grid; place-items: center; border: 1px solid var(--brass); color: var(--brass); font: 600 .9rem var(--f-body); }
.landmark-list { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--line); }
.landmark-list li { display: grid; gap: .2rem; padding: 1.1rem 0; border-bottom: 1px solid var(--line); }
.landmark-list b { font: 400 var(--step-1)/1.25 var(--f-display); }
.landmark-list span { color: var(--muted); font-size: .92rem; }
.hub-list { display: grid; gap: 1rem; }
.hub-item { display: grid; grid-template-columns: 180px 1fr auto; gap: 1.5rem; align-items: center; padding: 1rem; border-radius: var(--radius); border: 1px solid var(--line); background: var(--surface); text-decoration: none; color: var(--text); transition: border-color .25s, transform .25s var(--ease); }
.hub-item:hover { color: var(--text); border-color: var(--brass); transform: translateY(-2px); }
.hub-item img { width: 180px; aspect-ratio: 4 / 3; object-fit: cover; border-radius: var(--radius-sm); }
.hub-item > span:nth-child(2) { display: grid; gap: .25rem; }
.hub-item b { font: 400 var(--step-2)/1.1 var(--f-display); }
.hub-text { color: var(--muted); font-size: .95rem; }
.hub-meta { font-size: .85rem; color: var(--brass); }
.hub-item:hover .card-go { background: var(--accent); border-color: var(--accent); color: var(--accent-ink); }
@media (max-width: 640px) { .hub-item { grid-template-columns: 1fr; } .hub-item img { width: 100%; aspect-ratio: 16 / 9; } .hub-item .card-go { display: none; } }
.featured-pack { display: grid; grid-template-columns: 1fr 1.2fr; gap: 2rem; align-items: center; margin-bottom: 2rem; padding: 1.25rem; border-radius: calc(var(--radius) * 1.2); background: linear-gradient(135deg, rgba(var(--accent-rgb), .18), rgba(var(--brass-rgb), .06)); border: 1px solid rgba(var(--accent-rgb), .35); text-decoration: none; color: var(--text); }
.featured-pack:hover { color: var(--text); }
.featured-pack img { border-radius: var(--radius); width: 100%; aspect-ratio: 16 / 10; object-fit: cover; }
.featured-pack > span { display: grid; gap: .5rem; }
.featured-pack b { font: 400 var(--step-2)/1.15 var(--f-display); }
.featured-price { font: italic 400 var(--step-1) var(--f-display); color: var(--brass); }
@media (max-width: 760px) { .featured-pack { grid-template-columns: 1fr; } }
@media (max-width: 600px) {
  .cards { grid-template-columns: 1fr 1fr; gap: .6rem; }
  .card img { aspect-ratio: 1 / 1.1; }
  .card-body { padding: 2.5rem .75rem .75rem; grid-template-columns: 1fr; }
  .card-title { font-size: 1.05rem; }
  .card-eyebrow { font-size: .6rem; }
  .card-go { display: none; }
  .spaces { grid-template-columns: 1fr 1fr; gap: .6rem; }
  .space:first-child { grid-column: span 2; }
  .space figcaption { padding: 2rem .75rem .75rem; }
  .space figcaption span { display: none; }
}

/* ===== v3.1 — editorial hero, answer box, pillars, kitchen, moments ===== */
.hero-ed { position: relative; padding: calc(var(--header-h) + clamp(2rem, 5vw, 4rem)) 0 clamp(3rem, 6vw, 5rem); overflow: hidden; isolation: isolate; }
.hero-ed::before { content: ""; position: absolute; inset: 0; z-index: -1; background: radial-gradient(60% 70% at 85% 30%, rgba(var(--accent-rgb), .18), transparent 70%), radial-gradient(50% 60% at 10% 90%, rgba(var(--brass-rgb), .10), transparent 70%); }
.hero-ed-grid { display: grid; grid-template-columns: 1.05fr 1fr; gap: clamp(2rem, 5vw, 5rem); align-items: center; }
.hero-ed h1 { font-size: clamp(2.7rem, 1.6rem + 4.2vw, 5.6rem); line-height: 1.02; margin-bottom: .4em; text-wrap: balance; }
.hero-ed .lede { color: var(--hero-lede); max-width: 34rem; }
.hero-facts.plain { border-top: 1px solid var(--line); margin-top: 2.25rem; color: var(--muted); }

.collage { position: relative; aspect-ratio: 1 / 1.02; }
.collage figure { position: absolute; margin: 0; border-radius: var(--radius); overflow: hidden; box-shadow: 0 30px 60px -25px rgba(0, 0, 0, .8); }
.collage img { width: 100%; height: 100%; object-fit: cover; }
.collage .c1 { inset: 0 12% 22% 0; }
.collage .c2 { width: 46%; aspect-ratio: 4 / 3; right: 0; bottom: 4%; border: 6px solid var(--bg); }
.collage .c3 { width: 30%; aspect-ratio: 1; left: 6%; bottom: 0; border: 6px solid var(--bg); border-radius: 50%; }
.collage .badge-card { position: absolute; top: 6%; right: 2%; padding: .9rem 1.1rem; border-radius: 14px; background: rgba(var(--bg-rgb), .82); backdrop-filter: blur(10px); border: 1px solid var(--line-strong); font-size: .85rem; line-height: 1.4; }
.badge-card b { display: block; font: 400 1.15rem/1.2 var(--f-display); }
@media (max-width: 900px) {
  .hero-ed-grid { grid-template-columns: 1fr; }
  .collage { aspect-ratio: 1 / .8; max-width: 560px; }
}

.answer-box { display: grid; grid-template-columns: 1.1fr 1.4fr; gap: clamp(1.5rem, 4vw, 3.5rem); padding: clamp(1.5rem, 4vw, 2.75rem); border-radius: calc(var(--radius) * 1.3); background: var(--surface); border: 1px solid var(--line); }
.answer-box h2 { font-size: var(--step-2); }
.answer-box .answer { font: 400 var(--step-1)/1.5 var(--f-display); color: var(--text); margin: 0; }
.facts { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0 2rem; margin: 0; }
.facts div { padding: .8rem 0; border-bottom: 1px solid var(--line); }
.facts dt { font: 700 .72rem/1 var(--f-body); letter-spacing: .14em; text-transform: uppercase; color: var(--brass); margin-bottom: .35rem; }
.facts dd { margin: 0; font-size: .96rem; }
.facts a { text-decoration: none; font-weight: 600; }
@media (max-width: 860px) { .answer-box { grid-template-columns: 1fr; } }
@media (max-width: 520px) { .facts { grid-template-columns: 1fr; } }

.pillars { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; counter-reset: p; }
.pillar { display: flex; flex-direction: column; border-radius: var(--radius); overflow: hidden; background: var(--surface); border: 1px solid var(--line); text-decoration: none; color: var(--text); transition: transform .3s var(--ease), border-color .3s; }
.pillar:hover { color: var(--text); transform: translateY(-4px); border-color: var(--brass); }
.pillar img { aspect-ratio: 4 / 3.3; object-fit: cover; width: 100%; }
.pillar-body { padding: 1.25rem 1.25rem 1.4rem; display: grid; gap: .45rem; flex: 1; }
.pillar-body::before { counter-increment: p; content: "0" counter(p); font: italic 300 1rem var(--f-display); color: var(--accent); }
.pillar h3 { margin: 0; font-size: 1.4rem; }
.pillar p { margin: 0; color: var(--muted); font-size: .94rem; }
.pillar .link-arrow { margin-top: auto; padding-top: .5rem; font-size: .9rem; }
@media (max-width: 1000px) { .pillars { grid-template-columns: 1fr 1fr; } }
@media (max-width: 520px) { .pillars { grid-template-columns: 1fr; } .pillar { flex-direction: row; } .pillar img { width: 38%; aspect-ratio: 3 / 4; height: auto; align-self: stretch; } }

.kitchen { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 5vw, 4.5rem); align-items: center; }
.kitchen-media { position: relative; border-radius: var(--radius); overflow: hidden; aspect-ratio: 4 / 3; background: #000; }
.kitchen-media video, .kitchen-media img { width: 100%; height: 100%; object-fit: cover; }
.kitchen-media::after { content: ""; position: absolute; inset: 0; box-shadow: inset 0 0 80px rgba(0, 0, 0, .55); pointer-events: none; }
.signatures { list-style: none; margin: 1.5rem 0 0; padding: 0; display: grid; gap: .1rem; }
.signatures li { display: flex; justify-content: space-between; gap: 1rem; padding: .7rem 0; border-bottom: 1px solid var(--line); font: 400 1.08rem var(--f-display); }
.signatures span { font: 700 .95rem var(--f-body); color: var(--brass); }
@media (max-width: 860px) { .kitchen { grid-template-columns: 1fr; } }

.moments { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.moment { position: relative; border-radius: var(--radius); overflow: hidden; min-height: 360px; display: flex; align-items: flex-end; text-decoration: none; color: var(--text); isolation: isolate; }
.moment img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -2; transition: transform .8s var(--ease); }
.moment::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, transparent 30%, rgba(var(--shade-rgb), .92)); }
.moment:hover { color: var(--text); }
.moment:hover img { transform: scale(1.05); }
.moment-body { padding: 1.4rem; display: grid; gap: .35rem; }
.moment-time { font: 700 .7rem/1 var(--f-body); letter-spacing: .16em; text-transform: uppercase; color: var(--brass); }
.moment h3 { margin: 0; font-size: 1.55rem; }
.moment p { margin: 0; font-size: .9rem; color: #d9cfbd; }
@media (max-width: 1000px) { .moments { grid-template-columns: 1fr 1fr; } .moment { min-height: 300px; } }
@media (max-width: 520px) { .moment { min-height: 240px; } .moment p { display: none; } }

.positioning { text-align: center; max-width: 900px; margin-inline: auto; }
.positioning p { font: 300 clamp(1.6rem, 1.1rem + 2vw, 2.7rem)/1.3 var(--f-display); color: var(--text); margin: 0; text-wrap: balance; }
.positioning em { color: var(--brass); }
/* A contrasting (alt / light) section never shares spacing with its neighbour. */
.section.alt + .section, .section.light + .section, .section + .section.alt, .section + .section.light { padding-top: clamp(3.5rem, 8vw, 7rem); }
.collage .badge-card { max-width: 48%; }
@media (max-width: 520px) { .collage .badge-card { top: 4%; right: 3%; padding: .6rem .75rem; font-size: .75rem; } .badge-card b { font-size: 1rem; } }

/* ===== Design review fixes: forms & system (F2–F12, S1–S2) ===== */
:root { color-scheme: dark; --radius-lg: 22px; }
.section.light { color-scheme: light; }
.field input[type=range] { accent-color: var(--accent); min-height: 0; height: 28px; padding: 0; border: 0; background: none; box-shadow: none; }
.check input { flex: none; }
.package { position: relative; }
.package .tag { position: absolute; top: 0; left: 2rem; transform: translateY(-50%); margin: 0; background: var(--bg); }
.field :is(input:not([type=range]):not([type=checkbox]), select) { height: 52px; }
.field ::placeholder { color: var(--muted); opacity: .75; }
.field :is(input, select, textarea):user-invalid { border-color: #f09a7f; box-shadow: 0 0 0 3px rgba(240, 154, 127, .16); }
.btn:disabled { opacity: .6; cursor: progress; transform: none; }
.field input[type=date]:invalid::-webkit-datetime-edit { color: var(--muted); opacity: .75; }
.field select:invalid { color: var(--muted); }
.field select option { color: var(--text); background: var(--surface); }
@media (max-width: 960px) { body:has(.form-card :focus) .concierge-fab { opacity: 0; pointer-events: none; } }
[data-estimator] .per { color: var(--muted); font-size: .9rem; }
.form-card, .featured-pack, .answer-box, .cta-band-inner, .feature, .package { border-radius: var(--radius-lg); }
.lede, .hero-ed h1, .page-hero h1 { text-wrap: pretty; }
/* Eyebrows keep their accent colour inside prose and on paper sections (p-level rules outrank .eyebrow). */
p.eyebrow, .prose p.eyebrow { color: var(--accent); }
.section.light p.eyebrow { color: var(--paper-eyebrow); }

/* ===== Design review fixes: menus & cuisine (M1–M12) ===== */
.menu-nav ul { width: auto; max-width: none; padding-inline: max(var(--gutter), calc((100% - var(--wrap)) / 2)); scroll-padding-inline: var(--gutter); }
.section.light > .menu-nav:first-child + .wrap { display: flow-root; }
.menu-cat { scroll-margin-top: 1.75rem; }
@media (min-width: 761px) { .dishes { display: block; columns: 2; column-gap: clamp(2rem, 5vw, 4rem); } }
.favs .dish .tag { display: none; }
@media (max-width: 600px) { .dish .tag { font-size: .56rem; letter-spacing: .06em; padding: .28em .5em; margin-left: .2rem; } }
@media (max-width: 640px) {
  .hub-item { grid-template-columns: 104px 1fr; gap: 1rem; padding: .75rem; align-items: start; }
  .hub-item img { width: 104px; aspect-ratio: 1; }
  .hub-item b { font-size: 1.35rem; }
}
@media (max-width: 600px) { .split > .card img { aspect-ratio: 16 / 10; } }
@media (min-width: 601px) and (max-width: 860px) { .split:has(> .card) { grid-template-columns: 1fr 1fr; gap: 1rem; } }
.features-2 { grid-template-columns: 1fr 1fr; }
@media (max-width: 520px) { .features-2 { grid-template-columns: 1fr; gap: .75rem; } .features-2 .feature { padding: 1.25rem 1.35rem; } }
.menu-cat-head { align-items: center; }
.menu-cat-head img { width: 112px; }
.facts > div:last-child { border-bottom: 0; }
@media (min-width: 521px) { .facts > div:nth-last-child(2):nth-child(odd) { border-bottom: 0; } }

/* ===== Design review fixes: events, locations, about, gallery (E1–E13) ===== */
.hub-item .card-go { grid-column: 3; grid-row: 1; }
@media (min-width: 700px) and (max-width: 1000px) {
  .packages:has(> :nth-child(3):last-child) { grid-template-columns: repeat(3, 1fr); gap: 1rem; }
  .packages:has(> :nth-child(3):last-child) .package { padding: 1.5rem 1.25rem; }
  .packages:has(> :nth-child(3):last-child) .package h3 { font-size: var(--step-1); }
}
@media (min-width: 1100px) { .features:not(.features-2):has(> :nth-child(4):last-child), .features:not(.features-2):has(> :nth-child(8):last-child) { grid-template-columns: repeat(4, 1fr); } }
.split > .landmark-list { align-self: start; }
.reviews .section-head + .btn-row.center { justify-content: flex-start; margin-top: 0; }
.package .price + .per { margin-top: -.1rem; }

/* ===== Design review fixes: homepage & global chrome (H1–H15) ===== */
@media (max-width: 960px) {
  .header-cta { margin-left: auto; }
  body { padding-bottom: 0; }
  .site-footer { padding-bottom: calc(2rem + 90px + env(safe-area-inset-bottom)); }
  .concierge-fab { min-width: 48px; min-height: 48px; justify-content: center; }
  .concierge-panel input { font-size: 16px; }
}
.nav-toggle .i + .i { display: none; }
.nav-toggle[aria-expanded="true"] .i:first-child { display: none; }
.nav-toggle[aria-expanded="true"] .i + .i { display: block; }
.site-header:has(.nav.is-open) { background: var(--bg); border-color: var(--line); }
body:has(.nav.is-open) .action-bar { z-index: 51; }
.concierge-fab[hidden] { display: none; }
@media (max-width: 520px) {
  .concierge-panel { left: 10px; right: 10px; width: auto; bottom: calc(10px + env(safe-area-inset-bottom)); }
  .collage .badge-card { max-width: none; white-space: nowrap; }
  .moment-body { padding: 1rem; }
  .moment h3 { font-size: 1.3rem; }
}
@media (min-width: 961px) { .site-footer { padding-bottom: calc(5.5rem + env(safe-area-inset-bottom)); } }
h2 { text-wrap: balance; }
.section:not(.light):not(.alt) + .cta-band { padding-top: 0; }
.moment-time { line-height: 1.35; }
.nap address { text-wrap: pretty; }
@media (min-width: 1001px) { .footer-top { grid-template-columns: 1.1fr 1.4fr repeat(3, 1fr); } }
@media (max-width: 560px) {
  .footer-links ul { grid-template-columns: 1fr 1fr; gap: 0 1rem; }
  .footer-links a { display: block; padding: .55rem 0; line-height: 1.3; }
  .footer-links li:last-child { grid-column: 1 / -1; }
}
@media (min-width: 600px) and (max-width: 960px) { .action-bar { left: 50%; right: auto; width: min(520px, calc(100% - 20px)); transform: translateX(-50%); } }
/* Book page: intro + extras on the left, form on the right; on phones the form comes straight after the heading. */
.book-grid { display: grid; grid-template-columns: 1fr 1fr; grid-template-areas: "intro form" "extra form"; gap: 0 clamp(2rem, 6vw, 5rem); align-items: start; }
.book-intro { grid-area: intro; }
.book-extra { grid-area: extra; }
.book-form { grid-area: form; }
@media (max-width: 860px) { .book-grid { grid-template-columns: 1fr; grid-template-areas: "intro" "form" "extra"; gap: 2rem; } .book-intro .landmarks { margin-bottom: 0 !important; } }
@media (max-width: 400px) { .moment-time { letter-spacing: .1em; } }
/* Round-2 fixes: no lone tiles at tablet / small-desktop widths; 4 related cards stay 4-up; FAB visible on cream. */
@media (min-width: 901px) and (max-width: 1099px) { .features:not(.features-2):is(:has(> :nth-child(4):last-child), :has(> :nth-child(8):last-child)) { grid-template-columns: 1fr 1fr; } }
@media (min-width: 601px) and (max-width: 900px) { .features:not(.features-2):has(> :nth-child(3):last-child) { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 901px) { .cards:has(> :nth-child(4):last-child) { grid-template-columns: repeat(4, 1fr); } }
.concierge-fab { box-shadow: 0 0 0 1px rgba(var(--bg-rgb), .28), 0 10px 30px rgba(0, 0, 0, .35); }

/* Header: the real badge logo left, actions (and the mobile menu button) pinned right. */
:root { --header-h: 76px; }
.brand { display: flex; align-items: center; height: 100%; }
.brand-logo { height: 60px; width: auto; display: block; }
@media (max-width: 960px) { .brand-logo { height: 54px; } }
.header-row { justify-content: space-between; }
.brand-logo { height: 64px; }
@media (max-width: 960px) { .brand-logo { height: 58px; } }
@media (max-width: 860px) { .split.form-first > .form-card { order: -1; } }

/* Today's offers (Zomato / District, cached by offers_sync) */
.offer-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); gap: 1rem; }
.offer { display: flex; flex-direction: column; gap: .35rem; padding: 1.35rem; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); }
.offer h3 { font: 500 var(--step-2)/1.1 var(--f-display); color: var(--accent); margin: 0; }
.offer p { margin: 0; color: var(--muted); font-size: .95rem; }
.offer .offer-src { font: 600 var(--step--1)/1.2 var(--f-body); letter-spacing: .14em; text-transform: uppercase; color: var(--text); }
.offer .btn { margin-top: auto; align-self: flex-start; }
.offer p + .btn { margin-top: .9rem; }
.offers .form-note { margin-top: 1rem; }

/* Announcement band (New Year's Eve etc.): call-first, big and unmissable */
.announce { padding: clamp(1.5rem, 4vw, 3rem) 0; }
.announce-inner { display: grid; grid-template-columns: 1.3fr 1fr; gap: clamp(1.5rem, 4vw, 3rem); align-items: center; padding: clamp(1.75rem, 5vw, 3.25rem); border-radius: calc(var(--radius) * 1.4); border: 1px solid var(--accent); background: radial-gradient(120% 160% at 0% 0%, rgba(var(--accent-rgb), .42), transparent 55%), radial-gradient(90% 120% at 100% 100%, rgba(var(--brass-rgb), .28), transparent 60%), var(--surface); }
.announce-label { display: inline-block; font: 700 var(--step--1)/1 var(--f-body); letter-spacing: .16em; text-transform: uppercase; color: var(--accent-ink); background: var(--accent); padding: .5em .9em; border-radius: 999px; margin: 0 0 1rem; }
.announce h2 { font-size: clamp(2rem, 5.5vw, 3.6rem); line-height: 1.02; margin-bottom: .4em; }
.announce-text { color: var(--muted); font-size: var(--step-1); max-width: 46ch; margin: 0; }
.announce-points { list-style: none; padding: 0; margin: 1.25rem 0 0; display: grid; gap: .45rem; }
.announce-points li::before { content: "✦"; color: var(--accent); margin-right: .6rem; }
.announce-cta { display: grid; gap: .75rem; justify-items: start; }
.announce-call-label { margin: 0; font: 600 var(--step--1)/1.2 var(--f-body); letter-spacing: .14em; text-transform: uppercase; color: var(--muted); }
.announce-phone { display: inline-flex; align-items: center; gap: .6rem; font: 500 clamp(1.7rem, 4.5vw, 2.6rem)/1.1 var(--f-display); color: var(--text); text-decoration: none; }
.announce-phone:hover, .announce-phone:focus-visible { color: var(--accent); }
.announce .btn-row { margin-top: .25rem; }
@media (max-width: 860px) { .announce-inner { grid-template-columns: 1fr; } }

/* Design preview picker (only rendered while previewing a direction: ?look= / ?logo= / ?design) */
.brand-logo.brand-lockup { height: 44px; }
@media (max-width: 960px) { .brand-logo.brand-lockup { height: 38px; } }
.design-picker { position: fixed; left: 12px; bottom: calc(12px + env(safe-area-inset-bottom, 0px)); z-index: 60; max-width: min(360px, calc(100vw - 24px)); display: grid; gap: .45rem; padding: .7rem .8rem; border-radius: 12px; background: var(--bar-bg); border: 1px solid var(--line-strong); box-shadow: var(--shadow); font-size: .8rem; color: var(--muted); }
.design-picker p { margin: 0; display: flex; justify-content: space-between; gap: 1rem; color: var(--text); }
.design-picker div { display: flex; flex-wrap: wrap; gap: .3rem; align-items: center; }
.design-picker span { width: 2.6rem; color: var(--muted); }
.design-picker a { color: var(--text); text-decoration: none; padding: .2rem .55rem; border-radius: 999px; border: 1px solid var(--line-strong); }
.design-picker a[aria-current] { background: var(--accent); color: var(--accent-ink); border-color: var(--accent); }
.design-picker a:focus-visible { outline: 2px solid var(--accent); outline-offset: 2px; }
@media (max-width: 960px) { .design-picker { bottom: calc(96px + env(safe-area-inset-bottom, 0px)); } }
.design-picker summary { cursor: pointer; color: var(--text); font-weight: 600; list-style: none; }
.design-picker summary::-webkit-details-marker { display: none; }
.design-picker summary::before { content: "◐ "; color: var(--accent); }
.design-picker:not([open]) { padding: .45rem .75rem; }
.design-picker[open] { gap: .5rem; }

/* Without JavaScript the header can't turn solid on scroll, so it starts solid. */
.no-js [data-header] { background: rgba(var(--bg-rgb), .94); border-color: var(--line); }
/* Keep form buttons clear of the floating "Ask us" button on phones. */
@media (max-width: 960px) { .form-card { margin-bottom: 72px; } }

/* Keyboard focus never lands under the sticky Call/Directions/Book bar on phones and tablets. */
@media (max-width: 960px) { html { scroll-padding-bottom: 160px; } }
/* Without JavaScript the menu button can't open the panel: it becomes a link to the footer's page list. */
.nav-nojs { display: none; }
@media (max-width: 960px) { .no-js [data-nav-toggle] { display: none; } .no-js .nav-nojs { display: inline-flex; align-items: center; padding: .55rem .9rem; border: 1px solid var(--line-strong); border-radius: 999px; color: var(--text); text-decoration: none; font-weight: 600; } }
.concierge-fab.is-aside { opacity: 0; pointer-events: none; transform: translateY(12px); transition: opacity .2s, transform .2s; }
