:root {
  color-scheme: dark;
  --jet: #050505;
  --black: #0a0a0a;
  --carbon: #151515;
  --graphite: #1f1f1f;
  --gold: #c9a85d;
  --gold-bright: #e4c476;
  --champagne: #e8ddc5;
  --soft-white: #f6f4ef;
  --muted: #aaa69e;
  --muted-2: #77736c;
  --teal: #0f6e6e;
  --success: #6cc7aa;
  --border: rgba(232, 221, 197, 0.15);
  --border-strong: rgba(201, 168, 93, 0.48);
  --surface: #111111;
  --surface-2: #171717;
  --radius-xl: 26px;
  --radius-lg: 20px;
  --radius-md: 16px;
  --radius-sm: 12px;
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  --shadow: 0 28px 80px rgba(0,0,0,.52);
  --safe-bottom: max(14px, env(safe-area-inset-bottom));
}

* { box-sizing: border-box; }
html { background: var(--jet); scroll-behavior: smooth; }
body {
  margin: 0;
  min-height: 100vh;
  font-family: var(--sans);
  color: var(--soft-white);
  background:
    radial-gradient(circle at 8% 17%, rgba(201,168,93,.11), transparent 25rem),
    radial-gradient(circle at 92% 72%, rgba(15,110,110,.08), transparent 28rem),
    #050505;
  overflow-x: hidden;
}
button, input, select, textarea { font: inherit; }
button { color: inherit; }
button, article, [data-route] { -webkit-tap-highlight-color: transparent; }
img { display: block; max-width: 100%; }
h1,h2,h3,h4,p { overflow-wrap: anywhere; }

.ambient { position: fixed; z-index: -1; pointer-events: none; border-radius: 50%; filter: blur(90px); opacity: .3; }
.ambient-one { width: 250px; height: 250px; left: -160px; top: 18vh; background: rgba(201,168,93,.24); }
.ambient-two { width: 350px; height: 350px; right: -230px; bottom: 6vh; background: rgba(15,110,110,.18); }

.app-shell {
  width: min(100%, 760px);
  min-height: 100vh;
  margin: 0 auto;
  position: relative;
  background: linear-gradient(180deg, rgba(7,7,7,.985), rgba(5,5,5,.998));
  box-shadow: var(--shadow);
  border-inline: 1px solid rgba(255,255,255,.035);
}
.app-shell:has(.partner-shell) { width: min(100%, 1180px); }
.screen { min-height: 100vh; padding: 0 20px calc(98px + var(--safe-bottom)); }
.screen.no-nav { padding-bottom: 42px; }

/* Shared controls */
button { cursor: pointer; }
.icon-button,
.circle-button,
.text-button,
.city-button,
.nav-item,
.category-card,
.heart-button,
.mini-button,
.menu-button,
.partner-action,
.payment-choice button {
  appearance: none;
  border: 0;
  background: none;
}
.icon-button,
.circle-button {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  color: var(--soft-white);
  border: 1px solid transparent;
  transition: transform .2s ease, color .2s ease, border-color .2s ease, background .2s ease;
}
.icon-button:hover,
.circle-button:hover { color: var(--gold-bright); border-color: var(--border); background: rgba(255,255,255,.035); }
.icon-button:active,
.circle-button:active { transform: scale(.96); }
.circle-button { border-color: var(--border); background: rgba(5,5,5,.64); backdrop-filter: blur(10px); }
.btn {
  appearance: none;
  min-height: 44px;
  padding: 10px 18px;
  border: 1px solid var(--border-strong);
  border-radius: 999px;
  background: rgba(5,5,5,.66);
  color: var(--gold-bright);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  font-weight: 650;
  font-size: 12px;
  text-decoration: none;
  transition: transform .2s ease, background .2s ease, border-color .2s ease, filter .2s ease;
}
.btn:hover { background: rgba(201,168,93,.1); border-color: var(--gold-bright); transform: translateY(-1px); }
.btn:active { transform: scale(.985); }
.btn-primary {
  color: #090909;
  background: linear-gradient(135deg, #ead18c 0%, #c79e4c 100%);
  border-color: #e4c476;
  box-shadow: 0 10px 28px rgba(201,168,93,.14);
}
.btn-primary:hover { background: linear-gradient(135deg, #f1d99a, #cda551); filter: brightness(1.03); }
.btn-small { min-height: 36px; padding: 7px 13px; font-size: 10px; }
.btn-block { width: 100%; }
.text-button {
  padding: 4px 0;
  color: var(--gold-bright);
  font-size: 12px;
  white-space: nowrap;
}
.text-button:hover { color: var(--champagne); }
.normal-case { text-transform: none !important; letter-spacing: -.01em !important; }

/* Home header */
.topbar {
  min-height: 76px;
  margin-inline: -20px;
  padding: 14px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  position: sticky;
  top: 0;
  z-index: 25;
  background: rgba(5,5,5,.86);
  border-bottom: 1px solid rgba(255,255,255,.045);
  backdrop-filter: blur(22px);
  -webkit-backdrop-filter: blur(22px);
}
.logo-lockup { width: 164px; height: auto; flex: 0 0 auto; }
.header-actions { display: flex; align-items: center; justify-content: flex-end; gap: 3px; min-width: 0; }
.city-button {
  height: 42px;
  padding: 0 12px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  border: 1px solid var(--border);
  border-radius: 999px;
  background: rgba(255,255,255,.022);
  color: var(--soft-white);
  font-size: 13px;
  font-weight: 560;
  transition: border-color .2s ease, background .2s ease;
}
.city-button:hover { border-color: var(--border-strong); background: rgba(201,168,93,.06); }
.city-button .fa-map-marker { color: var(--gold-bright); }
.notification-dot { position: relative; }
.notification-dot::after {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  top: 7px;
  right: 7px;
  background: var(--gold-bright);
  box-shadow: 0 0 0 3px var(--jet);
}

/* Hero and AI entry */
.hero { padding: 44px 0 25px; position: relative; overflow: hidden; }
.hero::after {
  content: "";
  position: absolute;
  width: 285px;
  height: 190px;
  right: -56px;
  top: 18px;
  opacity: .28;
  background: linear-gradient(90deg, transparent, rgba(5,5,5,.1)), url("assets/skyline.jpg") center/cover no-repeat;
  filter: grayscale(.3) contrast(1.1);
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, black 45%, black 100%);
  mask-image: linear-gradient(90deg, transparent 0%, black 45%, black 100%);
  pointer-events: none;
}
.eyebrow,
.kicker,
.partner-label {
  display: inline-block;
  margin: 0 0 11px;
  color: var(--gold-bright);
  text-transform: uppercase;
  letter-spacing: .17em;
  font-size: 10px;
  font-weight: 750;
}
.hero h1 {
  position: relative;
  z-index: 1;
  margin: 0;
  max-width: 590px;
  font-family: var(--serif);
  font-size: clamp(48px, 8vw, 70px);
  line-height: .97;
  letter-spacing: -.045em;
  font-weight: 400;
}
.hero h1 span { color: var(--gold-bright); }
.tagline { margin: 18px 0 0; color: var(--champagne); font-size: 15px; letter-spacing: .02em; }
.ai-entry {
  min-height: 86px;
  display: grid;
  grid-template-columns: 54px minmax(0,1fr) 104px;
  gap: 12px;
  align-items: center;
  padding: 12px;
  border: 1px solid var(--border-strong);
  border-radius: var(--radius-lg);
  background: linear-gradient(135deg, rgba(255,255,255,.044), rgba(255,255,255,.008)), rgba(10,10,10,.96);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.035), 0 17px 38px rgba(0,0,0,.25);
}
.mark-wrap { width: 54px; height: 54px; display: grid; place-items: center; border-radius: 50%; border: 1px solid rgba(201,168,93,.34); background: rgba(201,168,93,.04); }
.mark-wrap img { width: 42px; height: 42px; object-fit: contain; }
.ai-entry > input {
  min-width: 0;
  width: 100%;
  min-height: 50px;
  padding: 8px 4px;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--soft-white);
  font-size: 14px;
  line-height: 1.35;
}
.ai-entry > input::placeholder { color: rgba(246,244,239,.46); }
.ai-submit {
  align-self: stretch;
  appearance: none;
  border: 0;
  border-left: 1px solid rgba(255,255,255,.08);
  background: transparent;
  color: var(--gold-bright);
  text-transform: uppercase;
  letter-spacing: .1em;
  font-size: 10px;
  font-weight: 700;
  border-radius: 0 12px 12px 0;
}
.ai-submit .fa { display: inline-block; margin-bottom: 5px; font-size: 18px; }
.ai-submit:hover { background: rgba(201,168,93,.06); }

.section { margin-top: 36px; }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 14px; margin-bottom: 14px; }
.section-heading h2 { margin: 0; font-size: 18px; line-height: 1.15; font-weight: 620; letter-spacing: -.015em; }

/* Category grid */
.category-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 9px; }
.category-card {
  min-width: 0;
  min-height: 94px;
  padding: 12px 6px;
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  background: linear-gradient(145deg, rgba(255,255,255,.038), rgba(255,255,255,.005)), rgba(13,13,13,.96);
  color: var(--soft-white);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 9px;
  text-align: center;
  transition: transform .2s ease, border-color .2s ease, background .2s ease;
}
.category-card:hover { transform: translateY(-2px); border-color: var(--border-strong); background: rgba(201,168,93,.055); }
.category-card .fa { color: var(--gold-bright); font-size: 24px; }
.category-card img { width: 28px; height: 28px; object-fit: contain; }
.category-card span { font-size: 10.5px; line-height: 1.18; }
.category-card.reserve { border-color: rgba(201,168,93,.43); }

/* Horizontal experience cards */
.card-row {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(220px, 39%);
  gap: 12px;
  overflow-x: auto;
  padding: 2px 1px 7px;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}
.card-row::-webkit-scrollbar { display: none; }
.experience-card,
.special-card,
.talent-card {
  min-height: 252px;
  position: relative;
  overflow: hidden;
  scroll-snap-align: start;
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  background: var(--surface);
  cursor: pointer;
  transition: transform .24s ease, border-color .24s ease;
}
.experience-card:hover,
.special-card:hover,
.talent-card:hover { transform: translateY(-2px); border-color: var(--border-strong); }
.card-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: saturate(.72) contrast(1.07); transition: transform .35s ease, filter .35s ease; }
.experience-card:hover .card-image,
.special-card:hover .card-image,
.talent-card:hover .card-image { transform: scale(1.035); filter: saturate(.9) contrast(1.08); }
.card-scrim { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,.06) 4%, rgba(0,0,0,.18) 36%, rgba(0,0,0,.92) 79%, #070707 100%); }
.card-tag {
  position: absolute;
  z-index: 2;
  left: 11px;
  top: 11px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  min-height: 25px;
  padding: 5px 8px;
  border: 1px solid rgba(201,168,93,.29);
  border-radius: 999px;
  background: rgba(5,5,5,.76);
  color: var(--gold-bright);
  font-size: 8.5px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  backdrop-filter: blur(8px);
}
.heart-button {
  position: absolute;
  z-index: 3;
  top: 10px;
  right: 10px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(5,5,5,.68);
  color: var(--soft-white);
  display: grid;
  place-items: center;
}
.heart-button.saved { color: var(--gold-bright); }
.card-content { position: absolute; z-index: 2; inset: auto 0 0; padding: 15px 13px 14px; }
.card-content h3 { margin: 0 0 5px; font-size: 16px; font-weight: 620; line-height: 1.1; }
.card-content p { margin: 0 0 8px; color: rgba(246,244,239,.72); font-size: 11px; line-height: 1.38; }
.card-price { color: var(--gold-bright); font-size: 12px; font-weight: 650; }
.savings-pill { display: inline-block; margin-left: 5px; padding: 4px 6px; border-radius: 999px; color: #8de3c5; background: rgba(72,169,139,.13); font-size: 8px; font-weight: 700; }
.countdown { margin-top: 7px; color: var(--champagne); font-size: 9px; }

/* Promos */
.promo-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 12px; }
.promo-card {
  min-height: 230px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--border-strong);
  border-radius: var(--radius-lg);
  cursor: pointer;
  background: var(--surface);
}
.promo-card > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: saturate(.58) contrast(1.08); }
.promo-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,5,5,.96), rgba(5,5,5,.68) 67%, rgba(5,5,5,.28)); }
.promo-card-content { position: relative; z-index: 2; width: 78%; padding: 22px; }
.promo-card-content h3 { margin: 0 0 7px; font-family: var(--serif); font-size: 25px; font-weight: 400; line-height: 1.02; }
.promo-card-content p { margin: 0 0 15px; color: rgba(246,244,239,.68); font-size: 11px; line-height: 1.45; }
.last-minute {
  width: 100%;
  min-height: 78px;
  margin: 17px 0 0;
  padding: 15px 17px;
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  background: linear-gradient(90deg, rgba(201,168,93,.07), rgba(255,255,255,.016));
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 14px;
  text-align: left;
}
.last-minute > .fa { width: 43px; height: 43px; border: 1px solid var(--border-strong); border-radius: 50%; display: grid; place-items: center; color: var(--gold-bright); font-size: 20px; }
.last-minute h3 { margin: 0 0 3px; font-size: 12px; text-transform: uppercase; letter-spacing: .08em; }
.last-minute p { margin: 0; color: var(--muted); font-size: 11px; }

/* Bottom navigation */
.bottom-nav {
  position: fixed;
  z-index: 40;
  left: 50%;
  bottom: 0;
  width: min(100%, 760px);
  transform: translateX(-50%);
  min-height: 78px;
  padding: 8px 10px var(--safe-bottom);
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 3px;
  background: rgba(5,5,5,.93);
  border-top: 1px solid rgba(255,255,255,.07);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
}
.nav-item {
  min-height: 55px;
  border-radius: 14px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  color: rgba(246,244,239,.58);
  font-size: 9px;
}
.nav-item .fa { font-size: 19px; }
.nav-item img { width: 24px; height: 24px; object-fit: contain; }
.nav-item.active { color: var(--gold-bright); background: rgba(201,168,93,.055); }

/* Secondary headers and pages */
.subbar {
  min-height: 72px;
  margin-inline: -20px;
  padding: 13px 20px;
  position: sticky;
  top: 0;
  z-index: 25;
  display: flex;
  align-items: center;
  gap: 12px;
  background: rgba(5,5,5,.89);
  border-bottom: 1px solid rgba(255,255,255,.045);
  backdrop-filter: blur(22px);
}
.subbar strong { font-size: 15px; }
.back-button { margin-left: -8px; }
.brand-mini { display: flex; align-items: center; gap: 9px; flex: 1; }
.brand-mini img { width: 32px; height: 32px; }
.brand-mini span { letter-spacing: .22em; color: var(--champagne); font-size: 18px; }
.page-title {
  margin: 38px 0 0;
  max-width: 650px;
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(42px, 7.2vw, 64px);
  line-height: .98;
  letter-spacing: -.04em;
}
.page-subtitle { color: var(--muted); font-size: 13px; line-height: 1.55; }
.search-wrap { margin-top: 22px; min-height: 52px; padding: 0 14px; display: flex; align-items: center; gap: 10px; border: 1px solid var(--border); border-radius: var(--radius-md); background: rgba(255,255,255,.025); }
.search-wrap > .fa { color: var(--gold-bright); }
.search-box { width: 100%; min-height: 50px; border: 0; outline: 0; color: var(--soft-white); background: transparent; }
.search-box::placeholder { color: var(--muted-2); }
.segmented { margin-top: 13px; padding: 4px; display: grid; grid-template-columns: repeat(3,1fr); gap: 4px; border: 1px solid var(--border); border-radius: 15px; background: rgba(255,255,255,.018); }
.segmented button { min-height: 39px; border: 0; border-radius: 11px; background: transparent; color: var(--muted); font-size: 11px; }
.segmented button.active { background: rgba(201,168,93,.11); color: var(--gold-bright); }
.chip-row { display: flex; gap: 8px; overflow-x: auto; padding-bottom: 5px; scrollbar-width: none; }
.chip-row::-webkit-scrollbar { display: none; }
.chip { flex: 0 0 auto; min-height: 37px; padding: 8px 13px; border: 1px solid var(--border); border-radius: 999px; background: rgba(255,255,255,.02); color: var(--muted); font-size: 10px; }
.chip.active { color: var(--gold-bright); border-color: var(--border-strong); background: rgba(201,168,93,.075); }

/* List cards */
.list-stack { display: grid; gap: 12px; }
.list-card {
  min-height: 168px;
  display: grid;
  grid-template-columns: minmax(128px, 34%) 1fr;
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  background: linear-gradient(145deg, rgba(255,255,255,.033), rgba(255,255,255,.008));
}
.list-card > img { width: 100%; height: 100%; min-height: 168px; object-fit: cover; filter: saturate(.7); }
.list-card-body { padding: 17px; align-self: center; }
.list-card-body h3 { margin: 4px 0 6px; font-size: 17px; }
.list-card-body p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.45; }
.list-meta { margin-top: 13px; display: flex; flex-wrap: wrap; gap: 8px 15px; color: var(--gold-bright); font-size: 10px; }
.list-actions { margin-top: 14px; display: flex; flex-wrap: wrap; gap: 7px; }
.verified-badge { display: inline-flex; align-items: center; gap: 5px; color: var(--gold-bright); font-size: 8.5px; text-transform: uppercase; letter-spacing: .08em; font-weight: 720; }

/* Forms, planner, plan */
.planner-brief,
.checkout-card,
.summary-card,
.loading-card {
  padding: 20px;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  background: linear-gradient(145deg, rgba(255,255,255,.035), rgba(255,255,255,.008));
}
.ai-line { display: flex; align-items: flex-start; gap: 13px; }
.ai-line > img { width: 50px; height: 50px; border: 1px solid var(--border-strong); border-radius: 50%; padding: 4px; background: rgba(201,168,93,.04); }
.form-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; }
.form-group { display: grid; gap: 7px; margin-bottom: 13px; }
.form-label { color: var(--champagne); font-size: 10px; font-weight: 650; letter-spacing: .04em; }
.form-control {
  width: 100%;
  min-height: 48px;
  padding: 11px 13px;
  border: 1px solid var(--border);
  border-radius: 13px;
  outline: 0;
  background: rgba(255,255,255,.025);
  color: var(--soft-white);
}
textarea.form-control { min-height: 100px; resize: vertical; line-height: 1.5; }
.form-control:focus { border-color: var(--border-strong); box-shadow: 0 0 0 3px rgba(201,168,93,.06); }
.planner-suggestions { margin-top: 11px; }
.plan-stop {
  position: relative;
  display: grid;
  grid-template-columns: 62px 1fr;
  gap: 13px;
  padding: 15px;
  margin-bottom: 10px;
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  background: rgba(255,255,255,.018);
}
.plan-time { color: var(--gold-bright); font-size: 9px; text-align: center; }
.plan-icon { width: 42px; height: 42px; margin: 7px auto 0; border: 1px solid var(--border-strong); border-radius: 50%; display: grid; place-items: center; color: var(--gold-bright); }
.plan-stop h3 { margin: 0 0 5px; font-size: 14px; }
.plan-stop p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.45; }
.plan-price { margin-top: 8px; color: var(--champagne); font-size: 10px; }
.plan-control { display: flex; gap: 6px; margin-top: 10px; }
.mini-button { min-height: 29px; padding: 6px 10px; border: 1px solid var(--border); border-radius: 999px; color: var(--muted); font-size: 8px; text-transform: uppercase; letter-spacing: .07em; }
.mini-button.active { color: var(--gold-bright); border-color: var(--border-strong); background: rgba(201,168,93,.075); }
.summary-card { margin-top: 15px; }
.summary-row { min-height: 44px; display: flex; align-items: center; justify-content: space-between; gap: 15px; border-bottom: 1px solid rgba(255,255,255,.055); color: var(--muted); font-size: 11px; }
.summary-row:last-child { border-bottom: 0; }
.summary-row strong { color: var(--champagne); text-align: right; }
.summary-row.total { min-height: 54px; color: var(--soft-white); font-weight: 700; }
.summary-row.total strong { color: var(--gold-bright); font-size: 18px; }
.loading-card { text-align: center; padding-block: 42px; }
.loader { width: 48px; height: 48px; margin: 0 auto 15px; border-radius: 50%; border: 2px solid rgba(201,168,93,.18); border-top-color: var(--gold-bright); animation: spin .8s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }

/* Talent and benefits */
.talent-card { min-height: 310px; }
.talent-card .card-content { padding-bottom: 14px; }
.benefit-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; }
.benefit-card { padding: 18px; border: 1px solid var(--border); border-radius: var(--radius-md); background: rgba(255,255,255,.018); }
.benefit-card > .fa { color: var(--gold-bright); font-size: 24px; margin-bottom: 12px; }
.benefit-card h3 { margin: 0 0 6px; font-size: 13px; }
.benefit-card p { margin: 0; color: var(--muted); font-size: 10px; line-height: 1.45; }
.disclaimer { margin: 16px 0 0; color: var(--muted-2); font-size: 9px; line-height: 1.5; }
.empty-state { padding: 35px 20px; border: 1px dashed var(--border); border-radius: var(--radius-lg); text-align: center; color: var(--muted); }
.empty-state > .fa { display: block; margin-bottom: 12px; color: var(--gold-bright); font-size: 28px; }

/* Messages */
.message-list { display: grid; gap: 9px; }
.message-thread {
  width: 100%;
  min-height: 72px;
  padding: 12px;
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  background: rgba(255,255,255,.018);
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 12px;
  text-align: left;
}
.avatar { width: 44px; height: 44px; border: 1px solid var(--border-strong); border-radius: 50%; display: grid; place-items: center; color: var(--gold-bright); background: rgba(201,168,93,.06); font-size: 11px; font-weight: 700; }
.message-thread h3 { margin: 0 0 4px; font-size: 13px; }
.message-thread p { margin: 0; color: var(--muted); font-size: 10px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; max-width: 480px; }
.message-thread time { color: var(--muted-2); font-size: 9px; }
.chat-window { min-height: calc(100vh - 20px); display: flex; flex-direction: column; }
.chat-body { flex: 1; padding: 25px 0 100px; display: grid; align-content: start; gap: 10px; }
.bubble { max-width: 83%; padding: 11px 13px; border-radius: 16px; font-size: 11px; line-height: 1.5; }
.bubble.in { justify-self: start; border: 1px solid var(--border); background: rgba(255,255,255,.045); border-bottom-left-radius: 5px; }
.bubble.out { justify-self: end; border: 1px solid rgba(201,168,93,.28); background: rgba(201,168,93,.1); color: var(--champagne); border-bottom-right-radius: 5px; }
.chat-input { position: fixed; z-index: 35; bottom: calc(77px + var(--safe-bottom)); left: 50%; transform: translateX(-50%); width: min(calc(100% - 40px), 720px); padding: 10px; display: grid; grid-template-columns: 1fr auto; gap: 8px; background: rgba(5,5,5,.92); border: 1px solid var(--border); border-radius: 999px; backdrop-filter: blur(18px); }
.chat-input .form-control { border-radius: 999px; margin: 0; }

/* Reserve */
.reserve-hero { min-height: 505px; margin-top: 24px; position: relative; overflow: hidden; border: 1px solid var(--border-strong); border-radius: var(--radius-xl); display: flex; align-items: center; }
.reserve-hero .bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: saturate(.55) contrast(1.08); }
.reserve-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(95deg, rgba(5,5,5,.98), rgba(5,5,5,.75) 60%, rgba(5,5,5,.23)); }
.reserve-content { position: relative; z-index: 2; width: 72%; padding: 34px; }
.reserve-mark { width: 55px; height: 55px; margin-bottom: 22px; }
.reserve-content h1 { margin: 0; font-family: var(--serif); font-size: clamp(40px, 7vw, 60px); line-height: .98; font-weight: 400; letter-spacing: -.035em; }
.reserve-content p { color: rgba(246,244,239,.7); font-size: 12px; line-height: 1.58; }

/* Checkout and confirmation */
.checkout-card { margin-top: 13px; }
.checkout-card h3 { margin: 8px 0; font-size: 17px; }
.payment-choice { margin-top: 10px; display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.payment-choice button { min-height: 76px; padding: 12px; border: 1px solid var(--border); border-radius: var(--radius-md); background: rgba(255,255,255,.018); color: var(--muted); font-size: 10px; }
.payment-choice button strong { display: inline-block; margin-top: 5px; color: var(--champagne); font-size: 16px; }
.payment-choice button.active { border-color: var(--border-strong); background: rgba(201,168,93,.08); color: var(--gold-bright); }
.confirmation { min-height: calc(100vh - 120px); display: grid; place-items: center; text-align: center; }
.confirmation > div { max-width: 500px; }
.confirmation-icon { width: 74px; height: 74px; margin: 0 auto 22px; border: 1px solid var(--border-strong); border-radius: 50%; display: grid; place-items: center; color: var(--gold-bright); font-size: 29px; box-shadow: 0 0 0 12px rgba(201,168,93,.035); }
.confirmation h1 { margin: 0; font-family: var(--serif); font-size: 46px; line-height: 1; font-weight: 400; }
.confirmation > div > p { color: var(--muted); line-height: 1.55; }

/* Modal */
#modalRoot:empty { display: none; }
.modal-backdrop { position: fixed; z-index: 100; inset: 0; padding: 16px; display: flex; align-items: flex-end; justify-content: center; background: rgba(0,0,0,.74); backdrop-filter: blur(13px); animation: fade .18s ease both; }
.modal { width: min(100%, 700px); max-height: min(90vh, 860px); overflow: auto; border: 1px solid var(--border); border-radius: 26px 26px 18px 18px; background: #0c0c0c; box-shadow: 0 -30px 90px rgba(0,0,0,.55); animation: rise .24s ease both; }
.modal-handle { width: 43px; height: 4px; margin: 9px auto 2px; border-radius: 999px; background: rgba(255,255,255,.2); }
.modal-header { padding: 18px 20px 15px; display: flex; align-items: flex-start; justify-content: space-between; gap: 14px; border-bottom: 1px solid rgba(255,255,255,.055); }
.modal-header h2 { margin: 3px 0 5px; font-size: 20px; }
.modal-header p { margin: 0; color: var(--muted); font-size: 10px; line-height: 1.45; }
.modal-body { padding: 18px 20px 22px; }
.modal-footer { position: sticky; bottom: 0; padding: 13px 20px max(13px, env(safe-area-inset-bottom)); display: flex; justify-content: flex-end; gap: 8px; border-top: 1px solid rgba(255,255,255,.055); background: rgba(12,12,12,.94); backdrop-filter: blur(18px); }
.profile-menu { display: grid; gap: 8px; }
.menu-button { width: 100%; min-height: 55px; padding: 12px 14px; border: 1px solid var(--border); border-radius: var(--radius-md); background: rgba(255,255,255,.018); display: grid; grid-template-columns: 28px 1fr auto; align-items: center; gap: 10px; text-align: left; }
.menu-button > .fa:first-child { color: var(--gold-bright); }
@keyframes fade { from { opacity:0 } to { opacity:1 } }
@keyframes rise { from { opacity:0; transform:translateY(24px) } to { opacity:1; transform:none } }

/* Partner Command Center */
.partner-shell { padding-bottom: 30px; }
.partner-top { min-height: 72px; margin-inline: -20px; padding: 13px 20px; display: flex; align-items: center; justify-content: space-between; gap: 14px; position: sticky; top: 0; z-index: 25; background: rgba(5,5,5,.91); border-bottom: 1px solid var(--border); backdrop-filter: blur(22px); }
.metric-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 11px; }
.metric-card { padding: 17px; border: 1px solid var(--border); border-radius: var(--radius-md); background: linear-gradient(145deg, rgba(255,255,255,.035), rgba(255,255,255,.008)); }
.metric-card span { display: block; color: var(--muted); font-size: 9px; text-transform: uppercase; letter-spacing: .07em; }
.metric-card strong { display: block; margin: 10px 0 4px; color: var(--champagne); font-size: 24px; letter-spacing: -.03em; }
.metric-card small { color: var(--success); font-size: 9px; }
.partner-actions { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 10px; }
.partner-action { min-height: 165px; padding: 18px; border: 1px solid var(--border); border-radius: var(--radius-md); background: rgba(255,255,255,.018); text-align: left; transition: transform .2s ease, border-color .2s ease, background .2s ease; }
.partner-action:hover { transform: translateY(-2px); border-color: var(--border-strong); background: rgba(201,168,93,.05); }
.partner-action > .fa { color: var(--gold-bright); font-size: 25px; }
.partner-action h3 { margin: 16px 0 6px; font-size: 13px; }
.partner-action p { margin: 0; color: var(--muted); font-size: 10px; line-height: 1.45; }
.booking-row { min-height: 74px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 12px; padding: 10px 0; border-bottom: 1px solid rgba(255,255,255,.055); }
.booking-row:last-child { border-bottom: 0; }
.booking-icon { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid var(--border-strong); border-radius: 50%; color: var(--gold-bright); background: rgba(201,168,93,.05); }
.booking-row h4 { margin: 0 0 4px; font-size: 12px; }
.booking-row p { margin: 0; color: var(--muted); font-size: 9px; }
.booking-amount { display: grid; justify-items: end; color: var(--gold-bright); font-size: 13px; font-weight: 700; }
.booking-amount small { margin-top: 4px; color: var(--muted); font-size: 8px; font-weight: 500; }
.commission-bar { width: 100%; height: 4px; overflow: hidden; border-radius: 999px; background: rgba(255,255,255,.07); }
.commission-bar span { display: block; height: 100%; background: linear-gradient(90deg,var(--gold),var(--gold-bright)); border-radius: inherit; }

.toast {
  position: fixed;
  z-index: 150;
  left: 50%;
  bottom: calc(88px + var(--safe-bottom));
  transform: translate(-50%, 16px);
  max-width: calc(100% - 28px);
  padding: 11px 15px;
  border: 1px solid var(--border-strong);
  border-radius: 999px;
  background: rgba(15,15,15,.97);
  color: var(--champagne);
  box-shadow: 0 20px 55px rgba(0,0,0,.55);
  font-size: 11px;
  opacity: 0;
  pointer-events: none;
  transition: opacity .2s ease, transform .2s ease;
}
.toast.show { opacity: 1; transform: translate(-50%,0); }

@media (max-width: 700px) {
  .app-shell { border: 0; box-shadow: none; }
  .screen { padding-inline: 15px; }
  .topbar, .subbar, .partner-top { margin-inline: -15px; padding-inline: 15px; }
  .logo-lockup { width: 142px; }
  .header-actions { gap: 0; }
  .city-button { height: 39px; padding-inline: 10px; font-size: 11px; }
  .topbar .icon-button { width: 37px; height: 37px; flex-basis: 37px; }
  .hero { padding-top: 35px; }
  .hero h1 { font-size: clamp(43px, 12.2vw, 56px); max-width: 390px; }
  .hero::after { opacity: .18; right: -125px; }
  .ai-entry { grid-template-columns: 48px minmax(0,1fr) 82px; min-height: 80px; gap: 8px; padding: 10px; }
  .mark-wrap { width: 48px; height: 48px; }
  .mark-wrap img { width: 37px; height: 37px; }
  .ai-entry > input { font-size: 12px; }
  .ai-submit { font-size: 8px; }
  .category-grid { grid-template-columns: repeat(4,minmax(0,1fr)); gap: 7px; }
  .category-card { min-height: 87px; padding-inline: 4px; }
  .category-card .fa { font-size: 21px; }
  .category-card span { font-size: 9px; }
  .card-row { grid-auto-columns: minmax(205px, 68%); }
  .experience-card, .special-card { min-height: 245px; }
  .talent-card { min-height: 300px; }
  .promo-grid { grid-template-columns: 1fr; }
  .promo-card { min-height: 218px; }
  .last-minute { grid-template-columns: auto 1fr; }
  .last-minute > .btn { grid-column: 1/-1; width: 100%; }
  .page-title { font-size: clamp(40px, 11vw, 54px); }
  .list-card { grid-template-columns: 118px 1fr; }
  .list-card > img { min-height: 178px; }
  .list-card-body { padding: 14px; }
  .benefit-grid { grid-template-columns: 1fr; }
  .reserve-content { width: 88%; padding: 25px; }
  .reserve-content h1 { font-size: 43px; }
  .metric-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .partner-actions { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .modal-backdrop { padding: 8px; }
  .modal { border-radius: 24px 24px 15px 15px; max-height: 94vh; }
}

@media (max-width: 390px) {
  .logo-lockup { width: 134px; }
  .city-button .fa-angle-down { display: none; }
  .topbar .notification-dot { display: none; }
  .hero h1 { font-size: 45px; }
  .tagline { font-size: 13px; }
  .category-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .category-card { min-height: 90px; }
  .card-row { grid-auto-columns: 76%; }
  .form-grid { grid-template-columns: 1fr; }
  .list-card { grid-template-columns: 1fr; }
  .list-card > img { height: 175px; min-height: 0; }
  .message-thread { grid-template-columns: auto 1fr; }
  .message-thread time { display: none; }
  .metric-grid, .partner-actions { grid-template-columns: 1fr 1fr; }
  .booking-row { grid-template-columns: auto 1fr; }
  .booking-amount { grid-column: 2; justify-items: start; }
}

@media (max-width: 360px) {
  .logo-lockup { width: 122px; }
  .city-button { padding-inline: 8px; }
  .topbar .icon-button:last-child { display: none; }
  .category-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .hero h1 { font-size: 42px; }
}

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

/* v0.3.8 — promo card readability fix */
.promo-card { min-width: 0; }
.promo-card-content { box-sizing: border-box; max-width: 100%; }
.promo-card-content h3 {
  max-width: 100%;
  font-size: clamp(22px, 3.2vw, 34px);
  line-height: 1.04;
  overflow-wrap: break-word;
  word-break: normal;
  hyphens: none;
}

@media (max-width: 720px) {
  .promo-card {
    min-height: 0;
    display: grid;
    grid-template-rows: 150px auto;
    overflow: hidden;
  }
  .promo-card > img {
    position: relative;
    inset: auto;
    width: 100%;
    height: 150px;
    object-fit: cover;
    filter: saturate(.62) contrast(1.06);
  }
  .promo-card::after {
    display: none;
  }
  .promo-card-content {
    width: 100%;
    padding: 20px 20px 22px;
    background: linear-gradient(180deg, rgba(19,19,19,.98), rgba(8,8,8,1));
  }
  .promo-card-content h3 {
    margin-top: 5px;
    font-size: clamp(30px, 9vw, 42px);
    line-height: 1;
    letter-spacing: -.025em;
  }
  .promo-card-content p {
    max-width: 31ch;
    font-size: 13px;
    line-height: 1.5;
  }
  .promo-card-content .btn {
    width: 100%;
    justify-content: center;
  }
}


/* v0.3.9 — sitewide readability pass */
.hero-art,
.card-image,
.promo-card > img,
.reserve-hero > img,
.detail-hero img,
.booking-image,
.profile-photo,
.avatar,
img[class*="image"] {
  filter: brightness(.58) saturate(.66) contrast(1.12) !important;
}

.card-scrim {
  background: linear-gradient(180deg, rgba(0,0,0,.34) 0%, rgba(0,0,0,.48) 42%, rgba(0,0,0,.94) 78%, #050505 100%) !important;
}

.experience-card .card-content,
.special-card .card-content,
.talent-card .card-content {
  text-shadow: 0 2px 7px rgba(0,0,0,.95);
}

.card-content h3 { color: #fff; font-weight: 700; }
.card-content p { color: rgba(255,255,255,.88); }
.card-price { color: #f2cf72; text-shadow: 0 2px 6px rgba(0,0,0,.95); }

.reserve-hero::after {
  background: linear-gradient(95deg, rgba(0,0,0,.99), rgba(0,0,0,.91) 62%, rgba(0,0,0,.66)) !important;
}

.promo-card::after {
  background: linear-gradient(90deg, rgba(0,0,0,.99), rgba(0,0,0,.91) 70%, rgba(0,0,0,.72)) !important;
}

.promo-card-content h3,
.promo-card-content p,
.reserve-hero-content h1,
.reserve-hero-content p {
  text-shadow: 0 2px 10px rgba(0,0,0,1);
}

@media (max-width: 720px) {
  .promo-card > img {
    filter: brightness(.48) saturate(.62) contrast(1.12) !important;
  }
  .promo-card-content {
    background: #080808 !important;
  }
}

/* v0.4 — editorial visual system */
.category-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
.category-card {
  position: relative;
  min-height: 190px;
  padding: 0;
  overflow: hidden;
  align-items: stretch;
  justify-content: flex-end;
  border-radius: 20px;
  border: 1px solid rgba(255,255,255,.10);
  background: #0b0b0b;
  text-align: left;
}
.category-card:hover { transform: translateY(-2px); }
.category-image {
  position: absolute;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  filter: brightness(.54) saturate(.72) contrast(1.12) !important;
  transition: transform .35s ease, filter .35s ease;
}
.category-card:hover .category-image { transform: scale(1.035); filter: brightness(.62) saturate(.82) contrast(1.12) !important; }
.category-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,.08) 15%, rgba(0,0,0,.24) 48%, rgba(0,0,0,.96) 100%);
}
.category-copy {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 5px;
  width: 100%;
  padding: 17px;
}
.category-copy small {
  color: var(--gold-bright);
  font-size: 8px;
  font-weight: 750;
  letter-spacing: .15em;
  text-transform: uppercase;
}
.category-copy strong {
  color: #fff;
  font-family: var(--serif);
  font-size: clamp(20px, 4.7vw, 28px);
  font-weight: 400;
  line-height: 1.02;
  letter-spacing: -.02em;
  text-shadow: 0 2px 10px #000;
}
.category-copy em {
  margin-top: 3px;
  color: rgba(255,255,255,.75);
  font-size: 9px;
  font-style: normal;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.category-card.reserve { border-color: rgba(201,168,93,.5); }
.category-card.reserve .category-overlay { background: linear-gradient(180deg, rgba(0,0,0,.12), rgba(0,0,0,.95)); }

/* Give every horizontal collection more photography and less overlay copy. */
.card-row { grid-auto-columns: minmax(235px, 44%); gap: 14px; }
.experience-card, .special-card, .talent-card { min-height: 290px; border-radius: 20px; }
.card-content { padding: 18px 15px 16px; }
.card-content h3 { font-family: var(--serif); font-size: 19px; font-weight: 400; }
.card-content p { font-size: 11.5px; }

/* Editorial feature cards: image first, copy second. */
.promo-card {
  display: grid;
  grid-template-rows: 200px auto;
  min-height: 0;
  background: #090909;
}
.promo-card > img {
  position: relative;
  inset: auto;
  width: 100%;
  height: 200px;
  object-fit: cover;
  filter: brightness(.58) saturate(.72) contrast(1.12) !important;
}
.promo-card::after { display: none; }
.promo-card-content {
  width: 100%;
  padding: 22px;
  background: linear-gradient(180deg, #111, #070707);
}
.promo-card-content h3 { font-size: clamp(30px, 5vw, 42px); }
.promo-card-content p { max-width: 40ch; font-size: 13px; }

@media (min-width: 721px) {
  .category-grid { grid-template-columns: repeat(5, minmax(0,1fr)); }
  .category-card { min-height: 220px; }
}
@media (max-width: 480px) {
  .category-grid { grid-template-columns: 1fr 1fr; gap: 10px; }
  .category-card { min-height: 176px; }
  .category-copy { padding: 14px; }
  .category-copy strong { font-size: 22px; }
  .card-row { grid-auto-columns: 82%; }
  .promo-card { grid-template-rows: 180px auto; }
  .promo-card > img { height: 180px; }
}
