/* ============================================================
   BanquetHub v4 — "Celebration"
   Vibrant Indian wedding palette: hot pink, marigold, teal, coral
   ============================================================ */

:root {
  /* CORE PALETTE — vibrant & trendy */
  --bg:           #FFFBF5;     /* warm off-white */
  --bg-2:         #FFF1E6;     /* peach cream */
  --bg-3:         #FFE8E8;     /* blush */
  --ink:          #1A0B1F;     /* deep aubergine ink */
  --ink-2:        #4A2C56;
  --ink-3:        #847290;

  --pink:         #FF1B6B;     /* hot fuchsia — primary */
  --pink-2:       #FF4D8D;
  --pink-soft:    #FFE5EF;

  --marigold:     #FFB627;     /* saffron yellow */
  --marigold-2:   #F39C12;

  --coral:        #FF6B47;     /* sunset coral */
  --coral-2:      #FF5050;

  --teal:         #00C9A7;     /* tropical mint */
  --teal-2:       #0FB8A1;

  --plum:         #5E0B6B;     /* deep magenta */
  --plum-2:       #3D0744;

  --gold:         #D4A024;
  --line:         #F2DDD0;
  --line-2:       #E5C7B9;

  /* GRADIENTS */
  --grad-sunset:  linear-gradient(135deg, #FFB627 0%, #FF6B47 50%, #FF1B6B 100%);
  --grad-tropical:linear-gradient(135deg, #00C9A7 0%, #FFB627 100%);
  --grad-magenta: linear-gradient(135deg, #FF1B6B 0%, #5E0B6B 100%);
  --grad-blush:   linear-gradient(180deg, #FFE5EF 0%, #FFF1E6 100%);
  --grad-night:   linear-gradient(135deg, #5E0B6B 0%, #1A0B1F 100%);

  --ease:         cubic-bezier(.2,.7,.2,1);
  --ease-out:     cubic-bezier(.16,1,.3,1);
  --r:            8px;
  --r-lg:         16px;
}

* { box-sizing: border-box; -webkit-font-smoothing: antialiased; margin: 0; padding: 0; }
html, body { background: var(--bg); color: var(--ink); font-family: 'Inter', system-ui, sans-serif; font-size: 16px; line-height: 1.55; min-height: 100vh; }
img { max-width: 100%; display: block; }
button { font: inherit; cursor: pointer; border: 0; background: none; }

/* ---------- TYPE ---------- */
h1, h2, h3, h4, h5, h6, .serif {
  font-family: 'Fraunces', 'Playfair Display', Georgia, serif;
  font-weight: 400; font-variation-settings: 'opsz' 144, 'SOFT' 30;
  color: var(--ink); letter-spacing: -.025em; line-height: 1; margin: 0;
}
.serif-italic, .it { font-style: italic; font-variation-settings: 'opsz' 144, 'SOFT' 100; }
.huge  { font-size: clamp(2.8rem, 8.4vw, 7.6rem); font-weight: 300; letter-spacing: -.045em; line-height: .94; }
.xl    { font-size: clamp(2.1rem, 4.6vw, 3.8rem); letter-spacing: -.03em; line-height: 1.02; }
.lg    { font-size: clamp(1.8rem, 3.4vw, 2.7rem); letter-spacing: -.02em; line-height: 1.05; }
.nowrap{ white-space: nowrap; }

.eyebrow {
  font-family: 'Inter', sans-serif; font-size: 11px; letter-spacing: .25em;
  text-transform: uppercase; font-weight: 700; color: var(--pink);
}
.eyebrow.ink { color: var(--ink); }
.eyebrow.muted { color: var(--ink-3); }
.eyebrow.marigold { color: var(--marigold-2); }
.eyebrow.teal { color: var(--teal-2); }

/* gradient text utility */
.grad-text {
  background: var(--grad-sunset); -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent;
}
.grad-text-magenta { background: var(--grad-magenta); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.text-pink { color: var(--pink); }
.text-marigold { color: var(--marigold-2); }
.text-teal { color: var(--teal-2); }
.text-coral { color: var(--coral); }
.text-plum { color: var(--plum); }

.vrule { display: inline-block; width: 32px; height: 2px; background: var(--pink); vertical-align: middle; margin-right: 12px; border-radius: 2px; }
.vrule.gold { background: var(--marigold); }
.vrule.teal { background: var(--teal); }

a { color: inherit; text-decoration: none; transition: color .25s var(--ease); }

/* ---------- LAYOUT ---------- */
.container { width: 100%; max-width: 1400px; margin: 0 auto; padding: 0 32px; }
.container-narrow { max-width: 920px; margin: 0 auto; padding: 0 32px; }
section { padding: clamp(60px, 7vw, 100px) 0; position: relative; }
hr.rule { border: 0; border-top: 1px solid var(--line); margin: 0; }

.bg-blush { background: var(--grad-blush); }
.bg-peach { background: var(--bg-2); }
.bg-pink-soft { background: var(--pink-soft); }
.bg-ink { background: var(--ink); color: var(--bg); }
.bg-ink h1, .bg-ink h2, .bg-ink h3 { color: var(--bg); }
.bg-magenta { background: var(--grad-magenta); color: #fff; }
.bg-sunset { background: var(--grad-sunset); color: #fff; }

main, header, footer, section { position: relative; z-index: 2; }

/* ---------- BUTTONS ---------- */
.btn {
  position: relative; display: inline-flex; align-items: center; gap: 10px;
  padding: 15px 28px; border-radius: 999px; font-weight: 600; font-size: 13px;
  letter-spacing: .08em; text-transform: uppercase; cursor: pointer;
  border: 2px solid var(--ink); background: var(--ink); color: var(--bg);
  transition: all .35s var(--ease); overflow: hidden; isolation: isolate;
  font-family: 'Inter', sans-serif;
}
.btn::before {
  content: ''; position: absolute; inset: 0; background: var(--grad-sunset);
  transform: translateY(101%); transition: transform .4s var(--ease-out); z-index: -1;
}
.btn:hover { color: #fff; border-color: var(--pink); }
.btn:hover::before { transform: translateY(0); }
.btn .arrow { transition: transform .35s var(--ease); }
.btn:hover .arrow { transform: translate(4px, -1px); }

.btn-ghost { background: transparent; color: var(--ink); }
.btn-ghost::before { background: var(--ink); }
.btn-ghost:hover { color: var(--bg); border-color: var(--ink); }

.btn-pink { background: var(--pink); border-color: var(--pink); color: #fff; }
.btn-pink::before { background: var(--plum); }
.btn-pink:hover { border-color: var(--plum); }

.btn-marigold { background: var(--marigold); border-color: var(--marigold); color: var(--ink); }
.btn-marigold::before { background: var(--pink); }
.btn-marigold:hover { color: #fff; border-color: var(--pink); }

.btn-white { background: #fff; color: var(--ink); border-color: #fff; }
.btn-white::before { background: var(--marigold); }
.btn-white:hover { color: var(--ink); border-color: var(--marigold); }

.btn-sm { padding: 11px 18px; font-size: 11px; }

/* ---------- CUSTOM CURSOR ---------- */
@media (pointer: fine) {
  .cursor-dot, .cursor-ring { position: fixed; left: 0; top: 0; pointer-events: none; z-index: 9999; border-radius: 50%; transition: width .3s, height .3s, background .3s, border-color .3s; transform: translate(-50%, -50%); }
  .cursor-dot { width: 5px; height: 5px; background: var(--pink); }
  .cursor-ring { width: 38px; height: 38px; border: 1.5px solid var(--pink); mix-blend-mode: multiply; }
  body.cursor-hover .cursor-ring { width: 64px; height: 64px; background: var(--marigold); border-color: var(--marigold); mix-blend-mode: normal; }
  body.cursor-hover .cursor-dot { opacity: 0; }
}

/* ---------- HEADER ---------- */
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,251,245,.92); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); border-bottom: 1px solid transparent; transition: border .3s var(--ease); }
.site-header.scrolled { border-color: var(--line); }
/* ====================================================
   PREMIUM TOP BANNER — editorial dark strip with a
   rotating ticker (4 messages × 5s each, fade transition)
   and Call / WhatsApp CTAs on the right.
   ==================================================== */
.topbar {
  position: relative; z-index: 3;
  background:
    radial-gradient(ellipse 80% 100% at 15% 0%, rgba(255,27,107,.18), transparent 60%),
    radial-gradient(ellipse 70% 120% at 90% 100%, rgba(255,122,61,.16), transparent 60%),
    linear-gradient(180deg, #15110f 0%, #1c1a18 100%);
  color: #fff;
  border-bottom: 1px solid rgba(255,255,255,.06);
  overflow: hidden;
}
/* Subtle "rolling-shimmer" highlight line — pure CSS, no JS */
.topbar::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255,210,77,.4), rgba(255,27,107,.4), transparent);
  background-size: 50% 100%; background-repeat: no-repeat;
  animation: tb-shimmer 7s linear infinite;
}
@keyframes tb-shimmer {
  0%   { background-position: -50% 0; }
  100% { background-position: 150% 0; }
}

.topbar .topbar-row {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 18px;
  padding: 7px 0;
  font-family: 'Inter', sans-serif;
  font-size: 13px;
}

/* "Live" badge */
.tb-live {
  display: inline-flex; align-items: center; gap: 7px;
  padding: 4px 10px 4px 8px;
  border-radius: 999px;
  background: rgba(34,197,94,.12);
  border: 1px solid rgba(34,197,94,.3);
}
.tb-live-dot {
  width: 7px; height: 7px; border-radius: 50%;
  background: #22c55e;
  box-shadow: 0 0 0 0 rgba(34,197,94,.6);
  animation: tb-pulse 2s infinite;
}
@keyframes tb-pulse {
  0%   { box-shadow: 0 0 0 0 rgba(34,197,94,.55); }
  70%  { box-shadow: 0 0 0 8px rgba(34,197,94,0); }
  100% { box-shadow: 0 0 0 0 rgba(34,197,94,0); }
}
.tb-live-text {
  color: #4ade80; font-weight: 700;
  font-size: 10.5px; letter-spacing: .14em; text-transform: uppercase;
}

/* Ticker — messages rotate via class toggling in JS (or pure-CSS fallback) */
.tb-ticker {
  position: relative;
  min-height: 22px;
  text-align: center;
  color: rgba(255,255,255,.78);
  overflow: hidden;
}
.tb-ticker .tb-msg {
  position: absolute; inset: 0;
  display: flex; align-items: center; justify-content: center;
  gap: 8px; white-space: nowrap;
  opacity: 0; transform: translateY(6px);
  transition: opacity .5s ease, transform .5s ease;
  pointer-events: none;
}
.tb-ticker .tb-msg.is-on {
  opacity: 1; transform: none;
  pointer-events: auto;
}
.tb-ticker em {
  font-style: normal; font-weight: 600;
  color: #fff;
  background: linear-gradient(135deg, #ffd24d, #ff7a3d 60%, #ff1b6b);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent;
}
.tb-spark {
  font-family: 'Fraunces', serif; font-style: italic;
  color: #ffd24d; font-size: 14px; line-height: 1;
}

/* Call / WhatsApp pills */
.tb-cta-row {
  display: inline-flex; gap: 8px; align-items: center;
}
.tb-cta {
  display: inline-flex; align-items: center; gap: 7px;
  padding: 5px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.12);
  color: #fff; text-decoration: none;
  font-weight: 600; font-size: 12px;
  transition: all .18s ease;
  white-space: nowrap;
}
.tb-cta i { font-size: 12px; opacity: .9; }
.tb-cta:hover {
  background: rgba(255,255,255,.12);
  border-color: rgba(255,255,255,.3);
  transform: translateY(-1px);
}
.tb-call:hover { color: #ffd24d; border-color: rgba(255,210,77,.5); }
.tb-call:hover i { color: #ffd24d; opacity: 1; }
.tb-wa {
  background: rgba(37,211,102,.12);
  border-color: rgba(37,211,102,.32);
}
.tb-wa i { color: #25d366; opacity: 1; }
.tb-wa:hover {
  background: rgba(37,211,102,.22);
  border-color: rgba(37,211,102,.6);
}

/* Tablet: ticker still visible but tighter spacing */
@media (max-width: 900px) {
  .topbar .topbar-row { gap: 12px; }
  .topbar .topbar-row { font-size: 12px; }
}
/* Phone: collapse ticker, keep CTAs (the most important part) */
@media (max-width: 560px) {
  .topbar .topbar-row {
    grid-template-columns: auto 1fr;
    gap: 10px;
  }
  .tb-ticker { display: none; }
  .tb-cta { padding: 6px 11px; font-size: 11.5px; }
  .tb-cta-row { justify-content: flex-end; }
}
@media (max-width: 420px) {
  .tb-call .tb-cta-text { display: none; } /* icon-only call on tiny screens */
  .tb-live-text { display: none; }
}

.nav-row { display: flex; align-items: center; justify-content: space-between; padding: 22px 0; gap: 28px; }
.brand { font-family: 'Fraunces', serif; font-size: 32px; font-weight: 400; letter-spacing: -.03em; color: var(--ink); line-height: 1; }
.brand .dot { color: var(--pink); }
.brand small { display: block; font-size: 9px; letter-spacing: .35em; text-transform: uppercase; font-family: 'Inter', sans-serif; color: var(--ink-3); margin-top: 4px; font-weight: 600; }

.nav-links { display: flex; gap: 30px; align-items: center; list-style: none; }
.nav-links > li > a { font-size: 13px; letter-spacing: .12em; text-transform: uppercase; font-weight: 600; color: var(--ink); position: relative; padding: 8px 0; }
.nav-links > li > a::after { content: ''; position: absolute; left: 0; right: 100%; bottom: 2px; height: 2px; background: var(--pink); transition: right .35s var(--ease); border-radius: 2px; }
.nav-links > li > a:hover { color: var(--pink); }
.nav-links > li > a:hover::after { right: 0; }
.nav-links .has-menu { position: relative; }
.nav-links .has-menu > a::before { content: '◆'; display: inline-block; margin-right: 7px; color: var(--marigold); font-size: 8px; vertical-align: 2px; transition: transform .3s var(--ease); }
.nav-links .has-menu:hover > a::before { transform: rotate(45deg); color: var(--pink); }
.megamenu {
  position: absolute; top: calc(100% + 18px); left: 50%; transform: translateX(-50%) translateY(8px);
  min-width: 580px; background: #fff; border-radius: 16px; padding: 28px;
  display: grid; grid-template-columns: 1fr 1fr; gap: 2px 24px; opacity: 0; pointer-events: none;
  transition: all .35s var(--ease); box-shadow: 0 20px 60px rgba(255,27,107,.12), 0 5px 16px rgba(0,0,0,.06);
  border: 1px solid var(--line);
}
/* Disclosure-driven: JS adds .open via aria-expanded/click. Hover still works on fine pointers via JS. */
.megamenu.open { opacity: 1; pointer-events: auto; transform: translateX(-50%) translateY(0); }
.megamenu a { font-size: 13px; padding: 9px 12px; color: var(--ink-2); display: flex; align-items: center; gap: 12px; border-radius: 8px; transition: all .2s var(--ease); }
.megamenu a:hover { background: var(--pink-soft); color: var(--pink); padding-left: 16px; }
.megamenu a .num { font-family: 'Fraunces', serif; font-style: italic; color: var(--marigold-2); font-size: 12px; min-width: 24px; font-weight: 500; }
.megamenu a:hover .num { color: var(--pink); }
.megamenu a::after { display: none; }

.nav-actions { display: flex; gap: 10px; align-items: center; }
.nav-toggle { display: none; background: none; width: 40px; height: 40px; }
.nav-toggle span { display: block; width: 22px; height: 2px; background: var(--ink); margin: 5px auto; border-radius: 2px; }

@media (max-width: 1080px) {
  .nav-links, .nav-actions .btn-text { display: none; }
  .nav-toggle { display: block; }
  .mobile-open .nav-links { display: flex; flex-direction: column; position: fixed; inset: 80px 0 0 0; background: var(--bg); padding: 32px; align-items: flex-start; z-index: 49; overflow-y: auto; gap: 0; }
  .mobile-open .nav-links > li { width: 100%; border-bottom: 1px solid var(--line); }
  .mobile-open .nav-links > li > a { display: block; padding: 20px 0; font-size: 24px; letter-spacing: -.01em; text-transform: none; font-family: 'Fraunces', serif; }
  .mobile-open .megamenu { display: none; }
}

/* ====== HERO ====== */
.hero { padding: 40px 0 24px; position: relative; overflow: hidden; }
.hero::before {
  content: ''; position: absolute; top: -180px; right: -180px; width: 560px; height: 560px;
  background: var(--grad-sunset); filter: blur(130px); opacity: .3; border-radius: 50%; z-index: 1;
}
.hero::after {
  content: ''; position: absolute; bottom: -280px; left: -200px; width: 640px; height: 640px;
  background: radial-gradient(circle, var(--teal) 0%, transparent 60%); filter: blur(120px); opacity: .22; border-radius: 50%; z-index: 1;
}

.hero-meta-line { display: flex; justify-content: space-between; align-items: center; padding-bottom: 20px; border-bottom: 1px solid var(--ink); margin-bottom: 44px; font-size: 11px; letter-spacing: .2em; text-transform: uppercase; color: var(--ink-2); font-weight: 600; }
.hero-meta-line .right { display: flex; gap: 22px; }

.hero-grid { display: grid; grid-template-columns: 1.1fr 380px; gap: 56px; align-items: end; margin-bottom: 48px; }

.hero-h { font-weight: 300; position: relative; }
.hero-h .line { display: block; }
.hero-h .indent { padding-left: .35em; }
.hero-h .ital { font-style: italic; color: var(--pink); font-variation-settings: 'opsz' 144, 'SOFT' 100; }
.hero-h .hl {
  display: inline-block; position: relative; z-index: 1; color: var(--ink);
}
.hero-h .hl::after {
  content: ''; position: absolute; left: -.06em; right: -.06em; bottom: .08em; height: .35em;
  background: var(--marigold); z-index: -1; transform: skew(-12deg); border-radius: 2px;
}
.hero-h .grad {
  background: var(--grad-sunset); -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero-side { border-left: 2px solid var(--ink); padding-left: 26px; padding-bottom: 8px; }
.hero-side .eyebrow { margin-bottom: 12px; }
.hero-side p { font-family: 'Fraunces', serif; font-style: italic; font-size: 17px; line-height: 1.45; color: var(--ink-2); }
.hero-side .signature { margin-top: 18px; font-family: 'Fraunces', serif; font-style: italic; color: var(--pink); font-size: 15px; }

/* Live ticker */
.live-ticker {
  margin-top: 28px; padding: 14px 18px; border-radius: 12px;
  background: #fff; display: flex; align-items: center; gap: 14px; position: relative; overflow: hidden;
  border: 1px solid var(--line);
  box-shadow: 0 8px 28px rgba(255,27,107,.08);
}
.live-ticker .live-dot { width: 7px; height: 7px; background: var(--pink); border-radius: 50%; animation: pulse-pink 1.5s infinite; flex-shrink: 0; }
@keyframes pulse-pink { 0%,100% { opacity: 1; box-shadow: 0 0 0 0 rgba(255,27,107,.6); } 50% { opacity: .4; box-shadow: 0 0 0 8px transparent; } }
.live-ticker .label { font-size: 9px; letter-spacing: .22em; text-transform: uppercase; color: var(--pink); font-weight: 700; flex-shrink: 0; }
.live-ticker .feed { font-family: 'Fraunces', serif; font-size: 14px; font-style: italic; color: var(--ink); overflow: hidden; white-space: nowrap; flex: 1; text-overflow: ellipsis; min-width: 0; }
.live-ticker .feed strong { font-weight: 600; }

/* Hero CTA bar */
.hero-bar {
  display: grid; grid-template-columns: repeat(5, 1fr) auto; gap: 0;
  background: #fff; border-radius: 24px; padding: 6px; margin-top: 48px;
  box-shadow: 0 12px 36px rgba(94,11,107,.09), 0 2px 6px rgba(0,0,0,.04);
  border: 1px solid var(--line);
}
@media (max-width: 1180px) { .hero-bar { grid-template-columns: repeat(3, 1fr); border-radius: 18px; } .hero-bar .submit { grid-column: 1 / -1; padding: 14px; border-radius: 999px; height: auto; justify-content: center; } }
.hero-bar .cell { padding: 10px 22px; border-right: 1px solid var(--line); display: flex; flex-direction: column; gap: 2px; }
.hero-bar .cell:last-of-type { border-right: 0; }
.hero-bar .cell:last-child { padding: 0; }
.hero-bar .cell label { font-size: 10px; letter-spacing: .22em; text-transform: uppercase; color: var(--ink-3); font-weight: 700; }
.hero-bar .cell select, .hero-bar .cell input { width: 100%; background: transparent; border: 0; font-family: 'Fraunces', serif; font-size: 16px; color: var(--ink); outline: none; padding: 0; font-weight: 500; cursor: pointer; }
.hero-bar .cell input::placeholder { color: var(--ink-3); }
.hero-bar .submit {
  background: var(--ink); color: #fff; padding: 0 30px; border-radius: 999px; font-size: 11px;
  letter-spacing: .15em; text-transform: uppercase; font-weight: 700; transition: background .3s var(--ease);
  display: flex; align-items: center; gap: 10px; height: 100%;
}
.hero-bar .submit:hover { background: var(--pink); }

@media (max-width: 980px) {
  .hero-grid { grid-template-columns: 1fr; gap: 32px; }
  .hero-side { border-left: 0; border-top: 2px solid var(--ink); padding-left: 0; padding-top: 24px; }
  .hero-bar { grid-template-columns: 1fr 1fr; border-radius: 18px; padding: 12px; }
  .hero-bar .cell { padding: 14px 18px; border-right: 0; border-bottom: 1px solid var(--line); }
  .hero-bar .cell:nth-child(odd) { border-right: 1px solid var(--line); }
  .hero-bar .cell:last-child { grid-column: 1 / -1; padding: 6px 0 0; }
  .hero-bar .submit { width: 100%; justify-content: center; padding: 16px; border-radius: 999px; height: auto; }
}

/* ===== STATS COUNTERS ===== */
.stat-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; padding: 28px 0 0; border-top: 1px solid var(--ink); }
.stat-row .stat { padding: 0 28px; border-right: 1px solid var(--line); }
.stat-row .stat:first-child { padding-left: 0; }
.stat-row .stat:last-child { border-right: 0; padding-right: 0; }
.stat-row .stat .v { font-family: 'Fraunces', serif; font-size: clamp(2.2rem, 3.6vw, 3.4rem); color: var(--ink); line-height: 1; font-weight: 400; letter-spacing: -.035em; }
.stat-row .stat .v .unit { font-style: italic; margin-right: 2px; }
.stat-row .stat:nth-child(1) .v .unit { color: var(--pink); }
.stat-row .stat:nth-child(2) .v .unit { color: var(--marigold-2); }
.stat-row .stat:nth-child(3) .v .unit { color: var(--teal-2); }
.stat-row .stat:nth-child(4) .v .unit { color: var(--coral); }
.stat-row .stat .l { font-size: 10px; letter-spacing: .22em; text-transform: uppercase; color: var(--ink-3); margin-top: 10px; font-weight: 600; }
@media (max-width: 768px) { .stat-row { grid-template-columns: 1fr 1fr; gap: 24px 0; } .stat-row .stat { padding: 16px; border-bottom: 1px solid var(--line); } }

/* ===== PRESS STRIP ===== */
.press { padding: 26px 0; background: var(--ink); color: var(--bg); overflow: hidden; }
.press-track { display: flex; gap: 70px; white-space: nowrap; animation: scroll-l 38s linear infinite; font-family: 'Fraunces', serif; font-size: 22px; font-style: italic; align-items: center; }
.press-track span { display: inline-flex; align-items: center; gap: 70px; flex-shrink: 0; }
.press-track .as-feat { font-family: 'Inter', sans-serif; font-size: 11px; letter-spacing: .3em; text-transform: uppercase; font-style: normal; color: var(--marigold); font-weight: 600; }
.press-track .div { width: 6px; height: 6px; background: var(--pink); border-radius: 50%; }
@keyframes scroll-l { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ===== SECTION HEAD ===== */
.sec-head { display: grid; grid-template-columns: 80px 1fr auto; gap: 32px; align-items: end; margin-bottom: 48px; padding-bottom: 24px; border-bottom: 1px solid var(--ink); }
.sec-head .chapter { font-family: 'Fraunces', serif; font-size: clamp(48px, 5.4vw, 80px); font-style: italic; color: var(--pink); line-height: .9; font-weight: 400; transform: rotate(-4deg); margin-bottom: -6px; }
.sec-head .title h2 { letter-spacing: -.03em; }
.sec-head .title .eyebrow { margin-bottom: 12px; }
.sec-head .action { white-space: nowrap; }
@media (max-width: 768px) { .sec-head { grid-template-columns: 1fr; gap: 14px; } .sec-head .chapter { font-size: 44px; transform: none; } }

/* ===== "THE INDEX" (printed book list) ===== */
.book-index { background: var(--grad-blush); padding: clamp(60px, 7vw, 100px) 0; position: relative; overflow: hidden; }
.book-index::before { content: ''; position: absolute; top: -120px; right: -80px; width: 360px; height: 360px; background: var(--grad-sunset); filter: blur(120px); opacity: .25; border-radius: 50%; }
.book-index .head-inner { display: flex; justify-content: space-between; align-items: end; margin-bottom: 48px; gap: 24px; flex-wrap: wrap; position: relative; z-index: 2; }
.book-index .head-inner h2 { font-style: italic; font-weight: 300; }
.book-index .head-inner p { max-width: 340px; font-family: 'Fraunces', serif; font-style: italic; color: var(--ink-2); font-size: 16px; line-height: 1.5; }

.index-list { border-top: 2px solid var(--ink); position: relative; z-index: 2; }
.index-row {
  display: grid; grid-template-columns: 50px 1fr auto 42px; align-items: center;
  border-bottom: 1px solid var(--ink); padding: 22px 12px; gap: 28px;
  position: relative; transition: padding .35s var(--ease), background .35s var(--ease);
}
.index-row:hover { background: #fff; padding-left: 32px; padding-right: 32px; }
.index-row .num { font-family: 'Fraunces', serif; font-style: italic; font-size: 22px; color: var(--marigold-2); font-weight: 400; }
.index-row .city { font-family: 'Fraunces', serif; font-size: clamp(1.7rem, 3.2vw, 2.8rem); font-weight: 400; color: var(--ink); letter-spacing: -.025em; line-height: 1; transition: all .35s var(--ease); }
.index-row:hover .city { font-style: italic; color: var(--pink); }
.index-row .count { font-family: 'Fraunces', serif; font-style: italic; font-size: 18px; color: var(--ink-2); }
.index-row .arrow { width: 36px; height: 36px; border-radius: 50%; border: 1.5px solid var(--ink); display: flex; align-items: center; justify-content: center; transition: all .3s var(--ease); }
.index-row:hover .arrow { background: var(--pink); border-color: var(--pink); color: #fff; transform: rotate(-45deg); }
.index-row .preview { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%) scale(.85); width: 300px; height: 220px; background-size: cover; background-position: center; border-radius: 12px; opacity: 0; pointer-events: none; box-shadow: 0 25px 60px rgba(255,27,107,.25); transition: opacity .4s var(--ease), transform .4s var(--ease); z-index: 3; }
.index-row:hover .preview { opacity: 1; transform: translate(calc(-50% + 80px), -50%) scale(1); }
@media (max-width: 768px) {
  .index-row { grid-template-columns: 40px 1fr 60px; padding: 20px 0; gap: 16px; }
  .index-row .arrow { display: none; }
  .index-row .preview { display: none; }
}

/* ===== FILM REEL ===== */
.reel-section { padding: clamp(60px, 7vw, 100px) 0 0; overflow: hidden; }
.reel { display: flex; gap: 20px; overflow-x: auto; scroll-snap-type: x mandatory; padding: 0 32px 56px; margin: 0 -32px; scrollbar-width: none; }
.reel::-webkit-scrollbar { display: none; }
.reel-card {
  flex: 0 0 320px; scroll-snap-align: start; position: relative; aspect-ratio: 3/4;
  border-radius: 14px; overflow: hidden; background: var(--ink-2);
  transition: transform .5s var(--ease);
}
.reel-card:hover { transform: translateY(-8px); }
.reel-card img { width: 100%; height: 100%; object-fit: cover; transition: transform 1s var(--ease); filter: saturate(1.15) contrast(1.05); }
.reel-card:hover img { transform: scale(1.06); }
.reel-card::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 35%, rgba(26,11,31,.85)); }
.reel-card .badge { position: absolute; top: 16px; left: 16px; background: var(--marigold); color: var(--ink); padding: 6px 14px; font-size: 10px; letter-spacing: .22em; text-transform: uppercase; font-weight: 700; border-radius: 999px; z-index: 2; }
.reel-card .rate { position: absolute; top: 16px; right: 16px; background: #fff; color: var(--ink); padding: 6px 12px; border-radius: 999px; font-family: 'Fraunces', serif; font-style: italic; font-size: 13px; z-index: 2; display: inline-flex; gap: 5px; align-items: center; }
.reel-card .rate i { color: var(--marigold-2); }
.reel-card .info { position: absolute; left: 22px; right: 22px; bottom: 22px; color: #fff; z-index: 2; }
.reel-card .info .loc { font-size: 11px; letter-spacing: .22em; text-transform: uppercase; color: var(--marigold); margin-bottom: 8px; font-weight: 600; }
.reel-card .info h3 { font-family: 'Fraunces', serif; color: #fff; font-size: 1.45rem; font-weight: 400; line-height: 1.08; letter-spacing: -.02em; }
.reel-card .info .price { margin-top: 10px; font-family: 'Fraunces', serif; font-style: italic; font-size: 15px; }
.reel-card .info .price small { font-family: 'Inter', sans-serif; font-style: normal; font-size: 10px; letter-spacing: .2em; text-transform: uppercase; color: #fff; opacity: .8; display: block; margin-top: 2px; }

/* ===== STICKY SCROLLY ===== */
.scrolly { padding: clamp(70px, 8vw, 120px) 0; background: var(--ink); color: var(--bg); position: relative; overflow: hidden; }
.scrolly::before { content: ''; position: absolute; top: 100px; right: -150px; width: 400px; height: 400px; background: var(--pink); filter: blur(140px); opacity: .25; border-radius: 50%; }
.scrolly::after { content: ''; position: absolute; bottom: 100px; left: -150px; width: 400px; height: 400px; background: var(--marigold); filter: blur(140px); opacity: .2; border-radius: 50%; }
.scrolly h2, .scrolly h3 { color: var(--bg); }
.scrolly-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 80px; align-items: start; position: relative; z-index: 2; }
.scrolly-sticky { position: sticky; top: 100px; aspect-ratio: 4/5; border-radius: 16px; overflow: hidden; background: var(--ink-2); }
.scrolly-sticky img { width: 100%; height: 100%; object-fit: cover; opacity: 0; position: absolute; inset: 0; transition: opacity .6s var(--ease); filter: saturate(1.18) contrast(1.05); }
.scrolly-sticky img.active { opacity: 1; }
.scrolly-sticky .frame { position: absolute; inset: 16px; border: 1px solid rgba(255,251,245,.25); border-radius: 12px; pointer-events: none; z-index: 2; }
.scrolly-sticky .stamp { position: absolute; top: 24px; right: 24px; width: 88px; height: 88px; border-radius: 50%; background: var(--marigold); display: flex; align-items: center; justify-content: center; font-family: 'Fraunces', serif; font-style: italic; color: var(--ink); font-size: 13px; line-height: 1.1; text-align: center; z-index: 3; transform: rotate(-8deg); box-shadow: 0 8px 24px rgba(255,182,39,.4); }
.scrolly-steps .step { padding: 64px 0; border-bottom: 1px solid rgba(255,251,245,.12); }
.scrolly-steps .step:first-child { padding-top: 0; }
.scrolly-steps .step:last-child { border-bottom: 0; }
.scrolly-steps .step .n { font-family: 'Fraunces', serif; font-style: italic; font-size: 12px; letter-spacing: .15em; color: var(--marigold); margin-bottom: 14px; text-transform: uppercase; font-weight: 500; }
.scrolly-steps .step h3 { font-size: clamp(1.7rem, 2.8vw, 2.4rem); font-weight: 400; margin-bottom: 14px; letter-spacing: -.025em; }
.scrolly-steps .step h3 .it-pink { font-style: italic; color: var(--pink); }
.scrolly-steps .step p { color: rgba(255,251,245,.78); font-size: 15.5px; line-height: 1.65; max-width: 460px; }
@media (max-width: 980px) { .scrolly-grid { grid-template-columns: 1fr; gap: 40px; } .scrolly-sticky { position: static; aspect-ratio: 4/3; } .scrolly-steps .step { padding: 32px 0; } }

/* ===== BENTO ATLAS ===== */
.atlas-grid { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 24px 20px; }
.v-card { position: relative; display: flex; flex-direction: column; background: transparent; color: var(--ink); text-decoration: none; }
.v-card .img-frame { position: relative; aspect-ratio: 4/3; overflow: hidden; background: var(--bg-3); border-radius: 12px; }
.v-card.wide .img-frame { aspect-ratio: 16/9; }
.v-card.tall .img-frame { aspect-ratio: 1/1; }
.v-card img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.2s var(--ease-out); filter: saturate(1.15) contrast(1.04); }
.v-card:hover img { transform: scale(1.06); }
.v-card .img-frame::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 50%, rgba(26,11,31,.55)); pointer-events: none; }
.v-card .badge { position: absolute; top: 14px; left: 14px; background: var(--marigold); color: var(--ink); font-size: 10px; padding: 6px 12px; letter-spacing: .2em; text-transform: uppercase; font-weight: 700; border-radius: 999px; z-index: 2; }
.v-card .rating { position: absolute; top: 14px; right: 14px; background: #fff; color: var(--ink); padding: 6px 12px; border-radius: 999px; font-family: 'Fraunces', serif; font-style: italic; font-size: 12px; z-index: 2; }
.v-card .rating i { color: var(--marigold-2); margin-right: 4px; }
/* right: 60px reserves room for the .save (36px wishlist) so long types like "Banquet Hall" don't tuck behind it. */
.v-card .overlay-loc { position: absolute; left: 16px; bottom: 14px; right: 60px; color: #fff; font-size: 10px; letter-spacing: .22em; text-transform: uppercase; z-index: 2; display: flex; justify-content: flex-start; align-items: end; font-weight: 600; overflow: hidden; }
.v-card .overlay-loc > span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; max-width: 100%; }
.v-card .save { background: rgba(255,251,245,.2); backdrop-filter: blur(8px); color: #fff; width: 36px; height: 36px; border-radius: 50%; display: flex; align-items: center; justify-content: center; transition: background .3s; }
.v-card .save:hover { background: var(--pink); }
.v-card .body { padding: 16px 4px 0; display: flex; flex-direction: column; gap: 4px; }
.v-card .type { font-size: 10px; letter-spacing: .22em; text-transform: uppercase; color: var(--pink); font-weight: 700; }
.v-card h3 { font-family: 'Fraunces', serif; font-size: clamp(1.15rem, 1.35vw, 1.5rem); font-weight: 400; letter-spacing: -.02em; line-height: 1.1; transition: color .3s var(--ease); }
.v-card:hover h3 { color: var(--pink); }
.v-card .meta { display: flex; justify-content: space-between; align-items: baseline; margin-top: 14px; padding-top: 14px; border-top: 1px solid var(--line); gap: 12px; }
.v-card .price { font-family: 'Fraunces', serif; font-size: 16px; color: var(--ink); font-weight: 500; }
.v-card .price small { display: block; font-family: 'Inter', sans-serif; font-size: 9px; letter-spacing: .22em; text-transform: uppercase; color: var(--ink-3); font-weight: 600; margin-top: 2px; }
.v-card .cap { font-size: 10px; letter-spacing: .15em; text-transform: uppercase; color: var(--ink-3); font-weight: 600; }

.span-3{grid-column:span 3}.span-4{grid-column:span 4}.span-5{grid-column:span 5}.span-6{grid-column:span 6}.span-7{grid-column:span 7}.span-8{grid-column:span 8}.span-12{grid-column:span 12}
/* Listing-page atlas-grid: 4 per row on wide screens (span-4 → span-3) */
@media (min-width: 1280px) { .listing-grid .atlas-grid > .span-4 { grid-column: span 3; } }
@media (max-width: 980px) { .span-3,.span-4,.span-5,.span-6,.span-7,.span-8 { grid-column: span 6; } }
@media (max-width: 640px) { .span-3,.span-4,.span-5,.span-6,.span-7,.span-8 { grid-column: span 12; } }

/* ===== OCCASIONS GRID ===== */
.occ-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.occ-card { position: relative; aspect-ratio: 3/4; overflow: hidden; border-radius: 14px; background: var(--ink-2); color: #fff; }
.occ-card img { width: 100%; height: 100%; object-fit: cover; transition: transform 1s var(--ease); filter: saturate(1.2) contrast(1.04); }
.occ-card:hover img { transform: scale(1.06); }
.occ-card::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 30%, rgba(26,11,31,.85)); }
.occ-card .meta { position: absolute; left: 22px; right: 22px; bottom: 22px; z-index: 2; }
.occ-card .num { font-family: 'Fraunces', serif; font-style: italic; font-size: 14px; color: var(--marigold); }
.occ-card h3 { font-family: 'Fraunces', serif; color: #fff; font-size: 1.55rem; font-weight: 400; letter-spacing: -.02em; margin-top: 6px; }
.occ-card .go { position: absolute; top: 22px; right: 22px; width: 38px; height: 38px; border: 1.5px solid rgba(255,251,245,.4); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #fff; z-index: 2; transition: all .3s var(--ease); }
.occ-card:hover .go { background: var(--pink); border-color: var(--pink); color: #fff; transform: rotate(-45deg); }
@media (max-width: 980px) { .occ-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 520px) { .occ-grid { grid-template-columns: 1fr; } }

/* ===== JOURNAL ===== */
.journal-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 32px; }
.j-card { display: flex; flex-direction: column; color: inherit; text-decoration: none; }
.j-card .img-frame { aspect-ratio: 16/11; overflow: hidden; border-radius: 12px; background: var(--bg-3); }
.j-card .img-frame img { width: 100%; height: 100%; object-fit: cover; transition: transform 1s var(--ease); filter: saturate(1.15) contrast(1.04); }
.j-card:hover img { transform: scale(1.05); }
.j-card .cat { margin-top: 18px; font-size: 10px; letter-spacing: .22em; text-transform: uppercase; color: var(--pink); font-weight: 700; }
.j-card h3 { font-family: 'Fraunces', serif; font-size: 1.35rem; font-weight: 400; line-height: 1.12; margin-top: 10px; letter-spacing: -.02em; transition: color .3s var(--ease); }
.j-card.big h3 { font-size: 1.95rem; }
.j-card:hover h3 { color: var(--pink); }
.j-card .read-time { margin-top: 12px; font-size: 11px; color: var(--ink-3); letter-spacing: .12em; text-transform: uppercase; font-weight: 600; }
@media (max-width: 980px) { .journal-grid { grid-template-columns: 1fr; } }

/* ===== TESTIMONIAL ===== */
.testimony { padding: clamp(70px, 8vw, 120px) 0; text-align: center; background: var(--grad-magenta); color: #fff; position: relative; overflow: hidden; }
.testimony::before, .testimony::after { content: '"'; position: absolute; font-family: 'Fraunces', serif; font-size: 240px; color: var(--marigold); line-height: 1; opacity: .55; }
.testimony::before { top: 10px; left: 40px; }
.testimony::after { bottom: -80px; right: 40px; }
.testimony .quote { font-family: 'Fraunces', serif; font-size: clamp(1.6rem, 3vw, 2.6rem); font-weight: 300; line-height: 1.3; max-width: 880px; margin: 0 auto; color: #fff; letter-spacing: -.015em; position: relative; z-index: 2; }
.testimony .quote em { color: var(--marigold); font-variation-settings: 'opsz' 144, 'SOFT' 100; }
.testimony .author { margin-top: 36px; font-size: 11px; letter-spacing: .25em; text-transform: uppercase; color: var(--marigold); font-weight: 700; position: relative; z-index: 2; }
.testimony .author strong { display: block; font-family: 'Fraunces', serif; font-size: 18px; color: #fff; letter-spacing: -.01em; text-transform: none; font-weight: 400; font-style: italic; margin-bottom: 6px; }

/* ===== POSTCARD ===== */
.postcard-section { padding: clamp(80px, 10vw, 130px) 0; }
.postcard { position: relative; background: #fff; border-radius: 18px; display: grid; grid-template-columns: 1.3fr 1fr; min-height: 480px; overflow: hidden; box-shadow: 0 30px 80px rgba(94,11,107,.15); }
.postcard::before { content: 'POST CARD'; position: absolute; top: 24px; left: 24px; font-family: 'Fraunces', serif; font-style: italic; color: var(--ink-3); font-size: 11px; letter-spacing: .35em; }
.postcard .stamp { position: absolute; top: 24px; right: 24px; width: 96px; height: 116px; background: var(--marigold); display: flex; align-items: center; justify-content: center; text-align: center; font-family: 'Fraunces', serif; font-style: italic; color: var(--ink); font-size: 13px; line-height: 1.2; padding: 8px; clip-path: polygon(0% 4%, 4% 0, 8% 4%, 12% 0, 16% 4%, 20% 0, 24% 4%, 28% 0, 32% 4%, 36% 0, 40% 4%, 44% 0, 48% 4%, 52% 0, 56% 4%, 60% 0, 64% 4%, 68% 0, 72% 4%, 76% 0, 80% 4%, 84% 0, 88% 4%, 92% 0, 96% 4%, 100% 0, 96% 4%, 100% 8%, 96% 12%, 100% 16%, 96% 20%, 100% 24%, 96% 28%, 100% 32%, 96% 36%, 100% 40%, 96% 44%, 100% 48%, 96% 52%, 100% 56%, 96% 60%, 100% 64%, 96% 68%, 100% 72%, 96% 76%, 100% 80%, 96% 84%, 100% 88%, 96% 92%, 100% 96%, 100% 100%, 96% 96%, 92% 100%, 88% 96%, 84% 100%, 80% 96%, 76% 100%, 72% 96%, 68% 100%, 64% 96%, 60% 100%, 56% 96%, 52% 100%, 48% 96%, 44% 100%, 40% 96%, 36% 100%, 32% 96%, 28% 100%, 24% 96%, 20% 100%, 16% 96%, 12% 100%, 8% 96%, 4% 100%, 0% 96%, 4% 92%, 0% 88%, 4% 84%, 0% 80%, 4% 76%, 0% 72%, 4% 68%, 0% 64%, 4% 60%, 0% 56%, 4% 52%, 0% 48%, 4% 44%, 0% 40%, 4% 36%, 0% 32%, 4% 28%, 0% 24%, 4% 20%, 0% 16%, 4% 12%, 0% 8%, 4% 4%); }
.postcard .left { padding: 72px 56px 56px; display: flex; flex-direction: column; justify-content: center; }
.postcard .left .eyebrow { margin-bottom: 18px; }
.postcard .left h2 { font-size: clamp(2rem, 3.8vw, 3.4rem); font-weight: 300; letter-spacing: -.02em; line-height: 1.05; }
.postcard .left h2 .it { font-style: italic; color: var(--pink); }
.postcard .left p { margin-top: 22px; color: var(--ink-2); max-width: 460px; font-size: 16px; }
.postcard .left .actions { margin-top: 36px; display: flex; gap: 12px; flex-wrap: wrap; }
.postcard .right { background-image: linear-gradient(135deg, rgba(255,27,107,.4), rgba(94,11,107,.6)), url('https://images.unsplash.com/photo-1583939003579-730e3918a45a?w=1000&q=85&auto=format&fit=crop'); background-size: cover; background-position: center; position: relative; }
.postcard .right::after { content: ''; position: absolute; inset: 28px; border: 1px solid #fff; opacity: .5; border-radius: 10px; }
@media (max-width: 880px) { .postcard { grid-template-columns: 1fr; } .postcard .right { aspect-ratio: 16/10; } }

/* ===== JUST-BOOKED ===== */
.just-booked { background: var(--ink); color: #fff; padding: 18px 0; border-top: 2px solid var(--pink); overflow: hidden; }
.just-booked-track { display: flex; gap: 60px; white-space: nowrap; animation: scroll-l 50s linear infinite; font-family: 'Fraunces', serif; font-size: 15px; font-style: italic; align-items: center; }
.just-booked-track span { display: inline-flex; align-items: center; gap: 60px; }
.just-booked-track .pin { color: var(--marigold); font-style: normal; font-size: 11px; letter-spacing: .2em; text-transform: uppercase; font-weight: 700; }

/* ===== FOOTER ===== */
.site-footer { background: var(--ink); color: var(--bg-2); padding: 110px 0 32px; position: relative; overflow: hidden; }
.site-footer::before { content: ''; position: absolute; top: 0; left: -100px; width: 500px; height: 500px; background: var(--grad-magenta); filter: blur(160px); opacity: .35; border-radius: 50%; }
.site-footer::after { content: ''; position: absolute; bottom: 0; right: -100px; width: 500px; height: 500px; background: var(--teal); filter: blur(160px); opacity: .2; border-radius: 50%; }
.site-footer .container { position: relative; z-index: 2; }
.foot-massive { font-family: 'Fraunces', serif; font-size: clamp(2.6rem, 7.5vw, 6.8rem); font-weight: 300; color: #fff; line-height: .95; letter-spacing: -.045em; margin-bottom: 48px; }
.foot-massive .it { font-style: italic; background: var(--grad-sunset); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.foot-grid { display: grid; grid-template-columns: 1.5fr repeat(4, 1fr); gap: 48px; margin-bottom: 60px; padding-top: 56px; border-top: 1px solid rgba(255,251,245,.12); }
.foot-grid ul { list-style: none; }
.foot-grid li { margin-bottom: 10px; }
.foot-grid a { font-size: 14px; color: var(--bg-2); }
.foot-grid a:hover { color: var(--marigold); }
.foot-grid h5 { font-family: 'Inter', sans-serif; font-size: 10px; letter-spacing: .25em; text-transform: uppercase; color: var(--marigold); margin-bottom: 20px; font-weight: 700; }
.site-footer .brand { color: #fff; }
.site-footer .brand small { color: rgba(255,251,245,.5); }
.foot-news { max-width: 360px; }
.foot-news p { font-family: 'Fraunces', serif; font-style: italic; font-size: 16px; color: rgba(255,251,245,.7); margin-bottom: 14px; }
.foot-news form { display: flex; gap: 0; border-bottom: 1px solid rgba(255,251,245,.25); }
.foot-news input { flex: 1; background: transparent; border: 0; padding: 12px 0; font-family: inherit; font-size: 14px; outline: none; color: #fff; }
.foot-news input::placeholder { color: rgba(255,251,245,.5); }
.foot-news button { background: transparent; padding: 12px 0 12px 14px; color: var(--marigold); font-family: 'Fraunces', serif; font-style: italic; font-size: 16px; }
.foot-bottom { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px; padding-top: 28px; border-top: 1px solid rgba(255,251,245,.12); font-size: 11px; color: rgba(255,251,245,.55); letter-spacing: .15em; text-transform: uppercase; font-weight: 500; }
.foot-social { display: flex; gap: 14px; margin-top: 18px; }
.foot-social a { width: 38px; height: 38px; border-radius: 50%; background: rgba(255,251,245,.08); display: inline-flex; align-items: center; justify-content: center; color: #fff; font-size: 14px; transition: all .3s var(--ease); }
.foot-social a:hover { background: var(--pink); transform: translateY(-3px); }
/* New: footer-contact CTAs (replaces fake newsletter signup) */
.foot-contact { display: flex; flex-direction: column; gap: 8px; margin-top: 18px; }
.foot-cta { display: inline-flex; align-items: center; gap: 10px;
  padding: 10px 16px; border-radius: 999px;
  background: rgba(255,251,245,.06); border: 1px solid rgba(255,251,245,.12);
  color: #fff; text-decoration: none; font: 500 13px/1 'Inter', sans-serif;
  transition: all .2s var(--ease); }
.foot-cta:hover { background: rgba(255,255,255,.12); border-color: rgba(255,255,255,.3); transform: translateY(-1px); }
.foot-cta i { font-size: 14px; opacity: .85; }
.foot-cta-wa { background: rgba(37,211,102,.12); border-color: rgba(37,211,102,.35); }
.foot-cta-wa i { color: #25d366; opacity: 1; }
.foot-cta-wa:hover { background: rgba(37,211,102,.22); border-color: rgba(37,211,102,.55); }
.foot-cta-call i { color: var(--marigold, #d4a024); opacity: 1; }
.foot-cta-mail i { color: var(--pink, #ff1b6b); opacity: 1; }
@media (max-width: 980px) { .foot-grid { grid-template-columns: 1fr 1fr; gap: 40px; } }

/* ====== PAGE HEADER ====== */
.page-head { padding: 70px 0 50px; border-bottom: 1px solid var(--line); }
.crumb { font-size: 11px; letter-spacing: .25em; text-transform: uppercase; color: var(--ink-3); margin-bottom: 24px; font-weight: 600; }
.crumb a { color: var(--ink-3); }
.crumb .sep { display: inline-block; margin: 0 10px; color: var(--marigold-2); }
.page-head h1 { font-size: clamp(2.6rem, 6vw, 5rem); font-weight: 300; letter-spacing: -.035em; line-height: 1; }
.page-head h1 .it { font-style: italic; color: var(--pink); }
.page-head .sub { color: var(--ink-3); font-family: 'Fraunces', serif; font-style: italic; font-size: 19px; margin-top: 14px; }
.toolbar { display: flex; justify-content: space-between; align-items: center; margin-top: 30px; gap: 16px; flex-wrap: wrap; }
.toolbar select { background: #fff; border: 1px solid var(--line); padding: 11px 22px; border-radius: 999px; font-family: 'Inter', sans-serif; color: var(--ink); font-size: 12px; letter-spacing: .12em; text-transform: uppercase; font-weight: 600; }

/* ===== LISTING PAGE ===== */
.listing-page-head { padding: 40px 0 24px; border-bottom: 1px solid var(--line); background: var(--cream); }
.listing-head-row { display: flex; justify-content: space-between; align-items: flex-end; gap: 24px; flex-wrap: wrap; margin-top: 8px; }
.listing-head-row h1 { line-height: 1; }
.listing-head-row .sub { color: var(--ink-3); font-family: 'Fraunces', serif; font-style: italic; font-size: 16px; margin-top: 6px; }
.listing-head-row .sub strong { font-style: normal; color: var(--ink); font-family: 'Inter', sans-serif; font-weight: 600; }
.sort-form select {
  background: #fff; border: 1.5px solid var(--ink); padding: 10px 22px; border-radius: 999px;
  font-family: 'Inter', sans-serif; color: var(--ink); font-size: 12px; letter-spacing: .12em;
  text-transform: uppercase; font-weight: 600; cursor: pointer; min-width: 240px;
}

.active-filters { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; margin-top: 20px; }
.active-filters .active-label { font-size: 11px; letter-spacing: .2em; text-transform: uppercase; color: var(--ink-3); font-weight: 700; margin-right: 4px; }
.active-chip {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 6px 14px; border-radius: 999px;
  background: var(--pink-soft); color: var(--pink);
  font-size: 12px; font-weight: 600; letter-spacing: .04em;
  border: 1px solid transparent; transition: all .2s var(--ease);
}
.active-chip:hover { background: var(--pink); color: #fff; }
.active-chip .x { font-family: 'Fraunces', serif; font-size: 16px; line-height: .8; }
.active-filters .clear-all { font-size: 11px; letter-spacing: .15em; text-transform: uppercase; color: var(--ink-3); font-weight: 700; margin-left: 8px; border-bottom: 1px solid var(--ink-3); padding-bottom: 1px; }
.active-filters .clear-all:hover { color: var(--pink); border-color: var(--pink); }

.filter-drawer-trigger {
  display: none; margin-top: 18px; padding: 10px 18px;
  border: 1.5px solid var(--ink); border-radius: 999px; background: #fff;
  font-size: 12px; letter-spacing: .12em; text-transform: uppercase; font-weight: 700; color: var(--ink);
}
.filter-drawer-trigger i { margin-right: 6px; color: var(--pink); }

.listing-section { padding-top: 36px !important; padding-bottom: 60px !important; }
.listing-grid { display: grid; grid-template-columns: 260px minmax(0, 1fr); gap: 48px; align-items: start; }
.listing-grid > * { min-width: 0; }

/* Filter sidebar */
.filters { position: sticky; top: 110px; }
.filters .filters-head { display: none; }
.filters h6 {
  font-size: 11px; letter-spacing: .2em; text-transform: uppercase;
  color: var(--pink); margin: 24px 0 10px;
  font-family: 'Inter', sans-serif; font-weight: 700;
  display: flex; align-items: center; gap: 8px;
}
.filters h6::before { content: ''; width: 16px; height: 1px; background: var(--pink); }
.filters h6:first-child { margin-top: 0; }
.filters input[type=text],
.filters input[type=number],
.filters input[type=search],
.filters select {
  width: 100%; background: #fff; border: 1px solid var(--line);
  padding: 10px 16px; border-radius: 999px;
  font-family: 'Inter', sans-serif; font-size: 13px; color: var(--ink); outline: none;
  transition: border-color .2s var(--ease);
}
.filters input:focus, .filters select:focus { border-color: var(--pink); }
.filters .row2 { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.filters .amenity-checks { display: flex; flex-direction: column; gap: 2px; max-height: 280px; overflow-y: auto; padding-right: 4px; scrollbar-width: thin; scrollbar-color: var(--line-2) transparent; }
.filters .amenity-checks::-webkit-scrollbar { width: 4px; }
.filters .amenity-checks::-webkit-scrollbar-thumb { background: var(--line-2); border-radius: 2px; }
.filters .check { display: flex; align-items: center; gap: 10px; padding: 6px 4px; font-size: 13px; color: var(--ink-2); cursor: pointer; border-radius: 6px; }
.filters .check:hover { background: var(--bg-2); }
.filters .check input { accent-color: var(--pink); width: 14px; height: 14px; }

/* Mobile drawer */
@media (max-width: 980px) {
  .listing-grid { grid-template-columns: 1fr; gap: 24px; }
  .filter-drawer-trigger { display: inline-flex; align-items: center; }
  .filters {
    position: fixed; inset: 0 30% 0 0; z-index: 100;
    background: var(--bg); padding: 32px;
    transform: translateX(-100%); transition: transform .35s var(--ease);
    overflow-y: auto;
    box-shadow: 8px 0 40px rgba(0,0,0,.2);
  }
  body.filters-open .filters { transform: translateX(0); }
  body.filters-open::after {
    content: ''; position: fixed; inset: 0; background: rgba(15,14,12,.5);
    z-index: 99; backdrop-filter: blur(2px);
  }
  .filters .filters-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 24px; padding-bottom: 16px; border-bottom: 1px solid var(--line); }
  .filters .filters-head h3 { font-family: 'Fraunces', serif; font-weight: 400; font-size: 1.5rem; }
  .filters-close { width: 36px; height: 36px; border-radius: 50%; background: var(--bg-2); font-size: 22px; color: var(--ink-2); }
}
@media (max-width: 540px) { .filters { inset: 0; } }

/* Accessibility helper */
.visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

/* ====== VENUE DETAIL ====== */
.detail-hero { padding: 50px 0 24px; }
.detail-header { display: flex; justify-content: space-between; align-items: flex-end; gap: 24px; flex-wrap: wrap; }
.detail-actions { display: flex; gap: 10px; }
.detail-actions .btn { padding: 11px 18px; font-size: 11px; }
.detail-actions .btn[aria-pressed=true] { background: var(--pink); color: #fff; border-color: var(--pink); }
.detail-actions .btn[aria-pressed=true] i { color: #fff; }
.detail-meta { display: flex; gap: 24px; flex-wrap: wrap; color: var(--ink-2); font-size: 14px; }
.detail-meta .meta-bit { display: inline-flex; align-items: center; gap: 8px; }
.detail-meta .meta-bit i { color: var(--pink); font-size: 12px; }
.detail-meta .meta-bit strong { font-family: 'Fraunces', serif; color: var(--ink); }
.detail-single-image { border-radius: 14px; overflow: hidden; aspect-ratio: 16/9; }
.detail-single-image img { width: 100%; height: 100%; object-fit: cover; filter: saturate(1.15) contrast(1.04); }

/* Policies coloured */
.amen-list .policy.on i { color: var(--teal-2); }
.amen-list .policy.off i { color: var(--line-2); }
.amen-list .policy.off { color: var(--ink-3); text-decoration: line-through; text-decoration-color: var(--line-2); }

/* Review disclosure */
.review-disclosure summary { cursor: pointer; font-family: 'Inter', sans-serif; font-size: 12px; letter-spacing: .18em; text-transform: uppercase; color: var(--pink); font-weight: 700; padding: 12px 0; list-style: none; display: flex; align-items: center; gap: 8px; }
.review-disclosure summary::-webkit-details-marker { display: none; }
.review-disclosure summary .plus { width: 24px; height: 24px; border-radius: 50%; background: var(--pink); color: #fff; display: inline-flex; align-items: center; justify-content: center; font-family: 'Fraunces', serif; font-size: 18px; font-style: italic; transition: transform .3s var(--ease); }
.review-disclosure[open] summary .plus { transform: rotate(45deg); }
.review-form label { font-size: 10px; letter-spacing: .22em; text-transform: uppercase; color: var(--ink-3); display: block; margin: 14px 0 6px; font-weight: 700; }
.review-form label .hint { font-style: italic; font-family: 'Fraunces', serif; color: var(--ink-3); letter-spacing: 0; text-transform: none; font-weight: 400; opacity: .7; }
.review-form-row { display: grid; grid-template-columns: 2fr 1fr; gap: 12px; }
@media (max-width: 540px) { .review-form-row { grid-template-columns: 1fr; } }

/* Enquiry — more details disclosure */
.enquiry .row2 .hint { display: none; }
.enquiry-more { margin-top: 8px; }
.enquiry-more summary { cursor: pointer; font-size: 11px; letter-spacing: .15em; text-transform: uppercase; color: var(--pink); font-weight: 700; padding: 8px 0; list-style: none; }
.enquiry-more summary::-webkit-details-marker { display: none; }
.enquiry-more[open] summary { color: var(--ink); }
.enquiry-more label .hint { font-style: italic; color: var(--ink-3); letter-spacing: 0; text-transform: none; font-weight: 400; opacity: .7; }

/* Divider in enquiry block */
.enquiry-divider { display: flex; align-items: center; gap: 12px; margin: 20px 0 16px; color: var(--ink-3); font-size: 11px; letter-spacing: .2em; text-transform: uppercase; font-weight: 600; }
.enquiry-divider::before, .enquiry-divider::after { content: ''; flex: 1; height: 1px; background: var(--line); }

/* ===== AI-draft affordance ===== */
.msg-label-row { display: flex; justify-content: space-between; align-items: center; gap: 8px; }
.msg-label-row label { margin-bottom: 0 !important; }
.ai-draft-btn {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 6px 12px; border-radius: 999px;
  background: linear-gradient(135deg, var(--marigold) 0%, var(--pink) 100%);
  color: #fff; font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase;
  border: 0; cursor: pointer; transition: transform .25s var(--ease), filter .25s var(--ease);
  font-family: 'Inter', sans-serif;
}
.ai-draft-btn:hover { transform: translateY(-1px); filter: brightness(1.05); }
.ai-draft-btn:disabled { opacity: .7; cursor: progress; }
.ai-draft-btn .sparkle {
  display: inline-block; font-size: 14px; line-height: 1;
  filter: drop-shadow(0 0 4px rgba(255,255,255,.8));
}
.ai-draft-btn.loading .sparkle {
  animation: ai-spin 1s linear infinite;
}
@keyframes ai-spin { to { transform: rotate(360deg); } }

.ai-draft-status {
  margin-top: 6px; padding: 8px 12px; border-radius: 8px;
  font-size: 12px; font-style: italic; font-family: 'Fraunces', serif; line-height: 1.4;
}
.ai-draft-status[data-type="info"]    { background: rgba(0,201,167,.1);  color: var(--teal-2); }
.ai-draft-status[data-type="loading"] { background: rgba(212,160,36,.12); color: var(--marigold-2); }
.ai-draft-status[data-type="success"] { background: rgba(0,201,167,.12); color: var(--teal-2); }
.ai-draft-status[data-type="error"]   { background: rgba(255,80,80,.1);  color: var(--coral-2); }

.detail-gallery { display: grid; grid-template-columns: 2fr 1fr 1fr; grid-template-rows: 250px 250px; gap: 8px; border-radius: 14px; overflow: hidden; }
.detail-gallery .g0 { grid-row: 1/3; }
.detail-gallery img { width: 100%; height: 100%; object-fit: cover; transition: opacity .3s var(--ease); cursor: pointer; filter: saturate(1.15) contrast(1.04); }
.detail-gallery img:hover { opacity: .92; }
@media (max-width: 800px) { .detail-gallery { grid-template-columns: 1fr; grid-template-rows: 300px; } .detail-gallery .g0 { grid-row: auto; } .detail-gallery img:nth-child(n+2) { display: none; } }

.detail-grid { display: grid; grid-template-columns: 1fr 400px; gap: 80px; align-items: start; margin-top: 48px; }
@media (max-width: 980px) { .detail-grid { grid-template-columns: 1fr; gap: 40px; } }

.info-block { padding: 36px 0; border-bottom: 1px solid var(--line); }
.info-block:last-child { border-bottom: 0; }
.info-block .lbl { font-size: 10px; letter-spacing: .25em; text-transform: uppercase; color: var(--pink); margin-bottom: 18px; font-weight: 700; }
.info-block h2 { font-size: clamp(1.7rem, 3vw, 2.4rem); font-weight: 400; letter-spacing: -.02em; }
.info-block p { color: var(--ink-2); margin-top: 14px; font-size: 16px; }

.fact-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; margin: 24px 0; background: var(--pink-soft); border-radius: 14px; overflow: hidden; }
.fact-row .si { padding: 28px 18px; text-align: center; border-right: 1px solid rgba(255,27,107,.12); }
.fact-row .si:last-child { border-right: 0; }
.fact-row .si .val { font-family: 'Fraunces', serif; font-size: 28px; color: var(--ink); font-weight: 400; letter-spacing: -.02em; }
.fact-row .si .val .unit { color: var(--pink); font-style: italic; }
.fact-row .si .l { font-size: 10px; letter-spacing: .2em; text-transform: uppercase; color: var(--ink-3); margin-top: 6px; font-weight: 600; }

.amen-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px 24px; }
.amen-list .a { display: flex; align-items: center; gap: 12px; padding: 8px 0; font-size: 14px; color: var(--ink-2); }
.amen-list .a i { color: var(--pink); font-size: 13px; width: 18px; }
@media (max-width: 640px) { .amen-list { grid-template-columns: repeat(2, 1fr); } }

.tag-list { display: flex; flex-wrap: wrap; gap: 10px; }
.tag { display: inline-flex; align-items: center; gap: 10px; padding: 11px 20px; border-radius: 999px; border: 1.5px solid var(--ink); background: transparent; color: var(--ink); font-size: 13px; font-weight: 500; transition: all .3s var(--ease); }
.tag i { color: var(--marigold-2); }
.tag:hover { background: var(--pink); border-color: var(--pink); color: #fff; }
.tag:hover i { color: #fff; }

/* Enquiry sticky */
.enquiry { position: sticky; top: 110px; background: #fff; padding: 36px; border-radius: 16px; box-shadow: 0 20px 60px rgba(255,27,107,.1), 0 4px 12px rgba(0,0,0,.04); border: 1px solid var(--line); }
.enquiry .tag-top { display: inline-block; background: var(--grad-sunset); color: #fff; font-size: 10px; letter-spacing: .22em; text-transform: uppercase; padding: 6px 14px; border-radius: 999px; margin-bottom: 16px; font-weight: 700; }
.enquiry h3 { font-size: 1.7rem; font-weight: 400; }
.enquiry .sub { font-family: 'Fraunces', serif; font-style: italic; color: var(--ink-3); font-size: 14px; margin: 4px 0 22px; }
.enquiry label { font-size: 9px; letter-spacing: .22em; text-transform: uppercase; color: var(--ink-3); display: block; margin-bottom: 6px; font-weight: 700; }
.enquiry input, .enquiry select, .enquiry textarea { width: 100%; background: var(--bg); border: 1.5px solid var(--line); padding: 11px 14px; border-radius: 10px; font-family: 'Inter', sans-serif; color: var(--ink); font-size: 14px; margin-bottom: 14px; outline: none; transition: border-color .2s var(--ease); }
.enquiry input:focus, .enquiry select:focus, .enquiry textarea:focus { border-color: var(--pink); }
.enquiry .row2 { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.enquiry .row2 > div { display: flex; flex-direction: column; }
.enquiry .btn { width: 100%; justify-content: center; }
.enquiry .small { font-size: 11px; color: var(--ink-3); text-align: center; margin-top: 12px; }

/* Reviews */
.review-item { padding: 28px 0; border-bottom: 1px solid var(--line); display: grid; grid-template-columns: 56px 1fr; gap: 20px; }
.review-item .avatar { width: 52px; height: 52px; border-radius: 50%; background: var(--grad-sunset); color: #fff; display: flex; align-items: center; justify-content: center; font-family: 'Fraunces', serif; font-size: 22px; font-style: italic; font-weight: 500; }
.review-item .name { font-family: 'Fraunces', serif; font-size: 18px; color: var(--ink); font-weight: 500; }
.review-item .date { font-size: 10px; letter-spacing: .2em; text-transform: uppercase; color: var(--ink-3); margin-top: 2px; font-weight: 600; }
.review-item .stars { color: var(--marigold-2); font-size: 12px; margin: 6px 0; }
.review-item .stars i.far { color: var(--line-2); }
.review-item .title { font-family: 'Fraunces', serif; font-style: italic; font-size: 17px; color: var(--ink); margin: 4px 0 6px; }
.review-item .body { color: var(--ink-2); font-size: 15px; line-height: 1.65; }

/* ===== AUTH ===== */
.auth-wrap-section { padding: 0 !important; }
.auth-wrap { min-height: calc(100vh - 130px); display: grid; grid-template-columns: 1fr 1fr; }
.auth-aside { background-color: var(--ink); color: #fff; padding: 80px; display: flex; flex-direction: column; justify-content: space-between; background-size: cover; background-position: center; position: relative; }
.auth-aside::after { content: ''; position: absolute; inset: 0; background: linear-gradient(135deg, rgba(255,27,107,.5), rgba(94,11,107,.85)); }
.auth-aside > * { position: relative; z-index: 2; }
.auth-aside .stamp-circle { width: 110px; height: 110px; border-radius: 50%; background: var(--marigold); color: var(--ink); display: flex; align-items: center; justify-content: center; text-align: center; font-family: 'Fraunces', serif; font-style: italic; font-size: 14px; line-height: 1.1; padding: 14px; transform: rotate(-6deg); margin-bottom: 28px; box-shadow: 0 10px 30px rgba(255,182,39,.4); }
.auth-aside h2 { color: #fff; font-size: clamp(2.4rem, 4.5vw, 4rem); font-weight: 300; letter-spacing: -.03em; line-height: 1; }
.auth-aside h2 .it { font-style: italic; color: var(--marigold); }
.auth-aside .quote { font-family: 'Fraunces', serif; font-style: italic; font-size: 17px; color: rgba(255,255,255,.85); max-width: 360px; margin-top: 40px; line-height: 1.5; }
.auth-form { padding: 80px; display: flex; flex-direction: column; justify-content: center; background: var(--bg); }
.auth-form h1 { font-size: clamp(2rem, 3.5vw, 2.8rem); font-weight: 300; letter-spacing: -.02em; }
.auth-form .sub { font-family: 'Fraunces', serif; font-style: italic; color: var(--ink-3); margin: 8px 0 32px; }
.auth-form label { font-size: 10px; letter-spacing: .25em; text-transform: uppercase; color: var(--ink-3); font-weight: 700; display: block; margin-bottom: 6px; margin-top: 18px; }
.auth-form input { width: 100%; background: #fff; border: 1.5px solid var(--line); padding: 14px 18px; border-radius: 10px; font-family: 'Inter', sans-serif; font-size: 15px; color: var(--ink); outline: none; transition: border-color .2s var(--ease); }
.auth-form input:focus { border-color: var(--pink); }
.auth-form .btn { margin-top: 28px; width: 100%; justify-content: center; }
.auth-form .alt { text-align: center; margin-top: 28px; font-size: 13px; color: var(--ink-3); }
.auth-form .alt a { color: var(--pink); border-bottom: 1px solid var(--pink); padding-bottom: 1px; }
.auth-form .sub { font-family: 'Fraunces', serif; font-style: italic; color: var(--ink-3); margin: 8px 0 28px; }
.auth-form .forgot-link { float: right; font-family: 'Fraunces', serif; font-style: italic; font-size: 12px; color: var(--pink); text-transform: none; letter-spacing: 0; font-weight: 400; margin-top: -2px; }
.auth-form .hint { font-style: italic; font-family: 'Fraunces', serif; color: var(--ink-3); letter-spacing: 0; text-transform: none; font-weight: 400; opacity: .7; }
.auth-form .checkbox-line,
.checkbox-line {
  display: flex !important; align-items: flex-start; gap: 10px;
  margin: 20px 0 8px; padding: 0;
  font-family: 'Inter', sans-serif !important;
  font-size: 13.5px !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  color: var(--ink-2) !important;
  font-weight: 400 !important;
  cursor: pointer; line-height: 1.5;
}
.checkbox-line input[type=checkbox] { width: 18px; height: 18px; margin: 2px 0 0; accent-color: var(--pink); flex-shrink: 0; }
.checkbox-line a { color: var(--pink); border-bottom: 1px solid var(--pink); padding-bottom: 1px; text-transform: none !important; letter-spacing: 0 !important; font-weight: 500; }

/* Password strength meter */
.pw-meter { height: 4px; background: var(--line); border-radius: 2px; overflow: hidden; margin: 6px 0 12px; }
.pw-meter span { display: block; height: 100%; width: 0%; transition: width .25s var(--ease), background .25s var(--ease); background: var(--coral-2); }
.pw-meter span[data-strength="0"], .pw-meter span[data-strength="1"] { background: var(--coral-2); }
.pw-meter span[data-strength="2"] { background: var(--coral); }
.pw-meter span[data-strength="3"] { background: var(--marigold); }
.pw-meter span[data-strength="4"], .pw-meter span[data-strength="5"] { background: var(--teal); }
.auth-form .alert { padding: 12px 16px; background: rgba(255,27,107,.06); border-left: 3px solid var(--pink); color: var(--pink); font-size: 14px; margin-bottom: 20px; border-radius: 4px; }
@media (max-width: 880px) { .auth-wrap { grid-template-columns: 1fr; min-height: auto; } .auth-aside { min-height: 360px; padding: 40px; } .auth-form { padding: 40px; } }

/* ===== DASHBOARD ===== */
.dash { background: var(--grad-blush); min-height: 80vh; padding: 60px 0; }
.dash-grid { display: grid; grid-template-columns: 280px 1fr; gap: 36px; align-items: start; }
.dash-side { background: #fff; padding: 32px 24px; border-radius: 16px; position: sticky; top: 110px; box-shadow: 0 10px 40px rgba(255,27,107,.08); }
.dash-side .avatar { width: 84px; height: 84px; background: var(--grad-sunset); color: #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-family: 'Fraunces', serif; font-style: italic; font-size: 36px; margin: 0 auto 14px; }
.dash-side .name { text-align: center; font-family: 'Fraunces', serif; font-size: 19px; color: var(--ink); }
.dash-side .email { text-align: center; font-size: 11px; color: var(--ink-3); margin-bottom: 24px; letter-spacing: .05em; }
.dash-side a { display: flex; align-items: center; gap: 12px; padding: 12px 14px; color: var(--ink-2); font-size: 13px; font-weight: 500; letter-spacing: .04em; border-radius: 8px; }
.dash-side a i { width: 18px; color: var(--marigold-2); font-size: 12px; }
.dash-side a:hover, .dash-side a.active { background: var(--ink); color: #fff; }
.dash-side a.active i { color: var(--marigold); }
.dash-main { background: #fff; padding: 48px; border-radius: 16px; box-shadow: 0 10px 40px rgba(255,27,107,.06); }
.dash-main h2 { font-size: 2.2rem; font-weight: 300; letter-spacing: -.02em; }
.kpi-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin: 32px 0; }
.kpi { background: var(--bg-2); padding: 28px; border-radius: 12px; }
.kpi .v { font-family: 'Fraunces', serif; font-size: 44px; color: var(--pink); line-height: 1; font-weight: 400; letter-spacing: -.025em; }
.kpi .l { font-size: 10px; letter-spacing: .22em; text-transform: uppercase; color: var(--ink-3); margin-top: 8px; font-weight: 600; }
.dash table { width: 100%; border-collapse: collapse; }
.dash th { text-align: left; font-size: 10px; letter-spacing: .22em; text-transform: uppercase; color: var(--ink-3); padding: 14px 0; border-bottom: 2px solid var(--ink); font-weight: 700; }
.dash td { padding: 18px 0; border-bottom: 1px solid var(--line); font-size: 14px; }
.dash .pill { display: inline-block; padding: 5px 12px; border-radius: 999px; font-size: 10px; letter-spacing: .15em; text-transform: uppercase; font-weight: 700; }
.dash .pill-pending { background: rgba(255,182,39,.18); color: var(--marigold-2); }
.dash .pill-contacted { background: rgba(0,201,167,.15); color: var(--teal-2); }
.dash .pill-confirmed { background: rgba(255,27,107,.12); color: var(--pink); }
.dash .pill-cancelled { background: rgba(140,140,140,.15); color: var(--ink-3); }
.dash .pill-completed { background: rgba(94,11,107,.15); color: var(--plum); }

@media (max-width: 880px) { .dash-grid { grid-template-columns: 1fr; } .dash-side { position: static; } .dash-main { padding: 28px; } }

/* ===== ADMIN (v4) ===== */
.admin-body { background: var(--bg-2); }
.admin { display: flex; min-height: 100vh; }
.admin-side { width: 240px; background: var(--ink); color: #fff; padding: 28px 18px; display: flex; flex-direction: column; }
.admin-side .brand { color: #fff; font-size: 22px; display: block; margin-bottom: 8px; line-height: 1; }
.admin-side .brand small { display: block; color: var(--marigold); font-size: 9px; letter-spacing: .25em; text-transform: uppercase; margin-top: 4px; font-family: 'Inter', sans-serif; font-weight: 600; }
.admin-side .brand .dot { color: var(--marigold); }
.admin-nav { margin-top: 36px; flex: 1; }
.admin-side a { display: flex; align-items: center; gap: 12px; padding: 11px 14px; color: rgba(255,251,245,.7); font-size: 13px; border-radius: 8px; margin-bottom: 2px; font-weight: 500; letter-spacing: .03em; }
.admin-side a:hover { background: rgba(255,251,245,.08); color: #fff; }
.admin-side a.active { background: var(--pink); color: #fff; }
.admin-side a i { width: 18px; color: var(--marigold); font-size: 12px; }
.admin-side a.active i { color: #fff; }
.admin-side-footer { padding-top: 20px; border-top: 1px solid rgba(255,251,245,.1); margin-top: 20px; }
.admin-side-footer a.logout { color: var(--coral-2); }
.admin-side-footer a.logout i { color: var(--coral-2); }

.admin-main { flex: 1; padding: 40px clamp(24px, 4vw, 56px); min-width: 0; }

.admin-page-head { margin-bottom: 28px; }
.admin-page-head h1 { font-family: 'Fraunces', serif; font-weight: 400; letter-spacing: -.025em; font-size: clamp(1.8rem, 3vw, 2.5rem); color: var(--ink); }
.admin-page-head .meta { color: var(--ink-3); font-size: 13px; font-family: 'Fraunces', serif; font-style: italic; margin-top: 4px; }
.admin-page-head.with-actions { display: flex; justify-content: space-between; align-items: end; flex-wrap: wrap; gap: 16px; }
.admin-actions { display: flex; gap: 10px; align-items: center; flex-wrap: wrap; }

.admin-search { position: relative; }
.admin-search i { position: absolute; left: 14px; top: 50%; transform: translateY(-50%); color: var(--ink-3); font-size: 12px; }
.admin-search input { background: #fff; border: 1px solid var(--line); padding: 10px 16px 10px 38px; border-radius: 999px; font-size: 13px; min-width: 280px; }

.admin-tabs { display: flex; gap: 4px; flex-wrap: wrap; margin-bottom: 20px; padding: 4px; background: #fff; border-radius: 999px; border: 1px solid var(--line); display: inline-flex; }
.admin-tabs a { padding: 8px 16px; font-size: 12px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; color: var(--ink-2); border-radius: 999px; transition: background .25s var(--ease); display: inline-flex; gap: 6px; align-items: center; }
.admin-tabs a:hover { background: var(--bg-2); }
.admin-tabs a.active { background: var(--ink); color: #fff; }
.admin-tabs a.active .count { color: var(--marigold); }
.admin-tabs a .count { font-family: 'Fraunces', serif; font-style: italic; color: var(--pink); font-weight: 400; font-size: 11px; }

.admin-card { background: #fff; padding: 24px; border-radius: 14px; box-shadow: 0 4px 14px rgba(0,0,0,.04); border: 1px solid var(--line); }
.admin-card h3 { font-family: 'Fraunces', serif; font-weight: 400; font-size: 1.2rem; margin-bottom: 18px; }

.admin-kpis { display: grid; grid-template-columns: repeat(6, 1fr); gap: 14px; }
.admin-kpi { background: #fff; border-radius: 12px; padding: 22px; border: 1px solid var(--line); }
.admin-kpi .v { font-family: 'Fraunces', serif; font-size: 36px; color: var(--ink); line-height: 1; font-weight: 400; letter-spacing: -.025em; }
.admin-kpi .l { font-size: 10px; letter-spacing: .22em; text-transform: uppercase; color: var(--ink-3); margin-top: 6px; font-weight: 600; }
.admin-kpi.pending .v { color: var(--marigold-2); }
@media (max-width: 1100px) { .admin-kpis { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 600px) { .admin-kpis { grid-template-columns: 1fr 1fr; } }

.admin-split { display: grid; grid-template-columns: 1.6fr 1fr; gap: 20px; }
.admin-split-2-1 { display: grid; grid-template-columns: 1.6fr 1fr; gap: 20px; }
@media (max-width: 1100px) { .admin-split, .admin-split-2-1 { grid-template-columns: 1fr; } }

/* Admin tables */
.admin-card table { width: 100%; border-collapse: collapse; font-size: 13.5px; }
.admin-card th { text-align: left; padding: 10px 12px; background: var(--bg-2); font-size: 10px; letter-spacing: .15em; text-transform: uppercase; color: var(--ink-3); font-weight: 700; }
.admin-card th:first-child { border-top-left-radius: 8px; }
.admin-card th:last-child { border-top-right-radius: 8px; }
.admin-card td { padding: 12px; border-bottom: 1px solid var(--line); vertical-align: middle; }
.admin-card td a { color: var(--pink); }
.admin-card .row-thumb { width: 54px; height: 40px; object-fit: cover; border-radius: 6px; }
.admin-card .ref { font-family: 'Fraunces', serif; font-style: italic; color: var(--pink); font-size: 13px; }
.admin-card .muted-line { font-size: 11px; color: var(--ink-3); }
.admin-card .empty-row { text-align: center; padding: 32px 12px; color: var(--ink-3); font-family: 'Fraunces', serif; font-style: italic; }
.note-row td { background: var(--bg-2); font-size: 13px; color: var(--ink-3); padding: 10px 12px 10px 32px; font-style: italic; }
.note-row .muted { color: var(--line-2); margin-right: 8px; }
.table-wrap { overflow-x: auto; margin: 0 -8px; }
.table-wrap > table { min-width: 720px; }

.icon-btn { display: inline-flex; align-items: center; justify-content: center; width: 32px; height: 32px; border-radius: 8px; background: var(--bg-2); color: var(--ink-2); margin-right: 4px; transition: all .2s var(--ease); }
.icon-btn:hover { background: var(--ink); color: #fff; }
.icon-btn.danger:hover { background: var(--coral-2); color: #fff; }
.icon-btn i { font-size: 12px; }
.action-cell { white-space: nowrap; }

.inline-form { margin: 0; display: inline; }
.status-select { font-size: 11px; padding: 6px 10px; border-radius: 999px; border: 1px solid var(--line); background: #fff; color: var(--ink-2); font-weight: 600; cursor: pointer; min-width: 110px; appearance: menulist-button; }
.status-select.status-pending   { background: rgba(255,182,39,.15); color: var(--marigold-2); }
.status-select.status-contacted { background: rgba(0,201,167,.13); color: var(--teal-2); }
.status-select.status-confirmed { background: rgba(255,27,107,.12); color: var(--pink); }
.status-select.status-cancelled { background: rgba(140,140,140,.15); color: var(--ink-3); }
.status-select.status-completed { background: rgba(94,11,107,.13); color: var(--plum); }
.status-select.role-admin       { background: rgba(255,27,107,.12); color: var(--pink); }
.status-select.role-vendor      { background: rgba(0,201,167,.13); color: var(--teal-2); }

/* Top venues block */
.top-venue { display: flex; gap: 12px; align-items: center; padding: 10px 0; border-bottom: 1px solid var(--line); }
.top-venue:last-child { border-bottom: 0; }
.top-venue img { width: 56px; height: 56px; object-fit: cover; border-radius: 8px; }
.top-venue .name { font-family: 'Fraunces', serif; font-size: 14px; color: var(--ink); font-weight: 500; }

/* Admin form labels */
.admin-card form label, .modal-body label { font-size: 10px; letter-spacing: .2em; text-transform: uppercase; color: var(--ink-3); font-weight: 700; display: block; margin: 14px 0 6px; }
.admin-card form label:first-of-type, .modal-body label:first-of-type { margin-top: 4px; }
.admin-card form .req, .modal-body .req { color: var(--pink); }
.admin-card form .hint, .modal-body .hint { font-style: italic; font-family: 'Fraunces', serif; color: var(--ink-3); letter-spacing: 0; text-transform: none; font-weight: 400; opacity: .7; }
.admin-card form .check-item, .modal-body .check-item { display: inline-flex; align-items: center; gap: 8px; padding: 8px 12px; background: var(--bg-2); border-radius: 8px; font-size: 13px; cursor: pointer; color: var(--ink-2); }
.admin-card form .check-item input, .modal-body .check-item input { accent-color: var(--pink); }
.form-actions { display: flex; gap: 10px; margin-top: 18px; }

/* Admin reviews */
.admin-review { padding: 18px 0; border-bottom: 1px solid var(--line); }
.admin-review:last-child { border-bottom: 0; }
.admin-review .head { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 10px; align-items: flex-start; }
.admin-review .actions { display: flex; gap: 8px; align-items: center; }
.admin-review .stars { color: var(--marigold-2); font-size: 13px; margin: 6px 0; }
.admin-review .stars i.far { color: var(--line); }
.admin-review .title { font-family: 'Fraunces', serif; font-style: italic; color: var(--ink); margin-top: 4px; }
.admin-review p { color: var(--ink-2); margin-top: 4px; font-size: 14px; }

/* Modal */
.modal-shell { position: fixed; inset: 0; z-index: 200; display: flex; align-items: center; justify-content: center; padding: 24px; animation: modal-in .25s var(--ease); }
@keyframes modal-in { from { opacity: 0; } to { opacity: 1; } }
.modal-backdrop { position: absolute; inset: 0; background: rgba(15,14,12,.55); backdrop-filter: blur(4px); }
.modal-panel { position: relative; background: #fff; border-radius: 16px; max-width: 720px; width: 100%; max-height: 90vh; overflow-y: auto; box-shadow: 0 40px 100px rgba(0,0,0,.25); animation: modal-pop .3s var(--ease-out); }
@keyframes modal-pop { from { transform: scale(.96); opacity: 0; } to { transform: scale(1); opacity: 1; } }
.modal-head { position: sticky; top: 0; background: #fff; display: flex; justify-content: space-between; align-items: center; padding: 22px 28px; border-bottom: 1px solid var(--line); z-index: 2; }
.modal-head h3 { font-family: 'Fraunces', serif; font-weight: 400; font-size: 1.4rem; }
.modal-close { width: 36px; height: 36px; display: inline-flex; align-items: center; justify-content: center; border-radius: 50%; font-size: 24px; color: var(--ink-2); background: var(--bg-2); transition: all .2s var(--ease); cursor: pointer; }
.modal-close:hover { background: var(--ink); color: #fff; }
.modal-body { padding: 24px 28px; }
.modal-foot { position: sticky; bottom: 0; background: #fff; padding: 18px 28px; border-top: 1px solid var(--line); display: flex; justify-content: flex-end; gap: 10px; margin: 24px -28px -24px; }

.form-row-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
@media (max-width: 700px) { .form-row-4 { grid-template-columns: 1fr 1fr; } }
.checkbox-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-top: 8px; }
@media (max-width: 600px) { .checkbox-grid { grid-template-columns: 1fr 1fr; } }
.section-label { font-family: 'Fraunces', serif !important; font-style: italic !important; font-size: 14px !important; color: var(--pink) !important; text-transform: none !important; letter-spacing: 0 !important; margin-top: 22px !important; font-weight: 500 !important; }

@media (max-width: 768px) {
  .admin { flex-direction: column; }
  .admin-side { width: 100%; }
  .admin-nav { display: flex; overflow-x: auto; margin-top: 16px; gap: 4px; }
  .admin-nav a { white-space: nowrap; }
  .admin-side-footer { display: flex; gap: 12px; padding-top: 0; border-top: 0; margin-top: 0; }
  .admin-main { padding: 24px; }
}

/* Forms — catch ALL input types including type-less */
.form-control,
input:not([type=checkbox]):not([type=radio]):not([type=submit]):not([type=button]):not([type=file]):not([type=range]):not([type=color]):not([type=hidden]),
textarea, select {
  background: #fff; border: 1px solid var(--line); padding: 12px 16px; border-radius: 10px;
  font-family: 'Inter', sans-serif; font-size: 14px; color: var(--ink); outline: none;
  transition: border-color .2s var(--ease), box-shadow .2s var(--ease); width: 100%; font-weight: 400;
  font-feature-settings: 'tnum' 1;
}
input:not([type=checkbox]):not([type=radio]):not([type=submit]):not([type=button]):not([type=file]):focus,
textarea:focus, select:focus { border-color: var(--pink) !important; box-shadow: 0 0 0 3px rgba(255,27,107,.12); }
input::placeholder, textarea::placeholder { color: var(--ink-3); opacity: 1; }
input[type=checkbox], input[type=radio] { accent-color: var(--pink); }

/* Alerts */
.alert { padding: 14px 20px; border-radius: 10px; margin: 20px 0; font-size: 14px; }
.alert-success { background: rgba(0,201,167,.1); border-left: 3px solid var(--teal); color: var(--teal-2); }
.alert-danger { background: rgba(255,27,107,.08); border-left: 3px solid var(--pink); color: var(--pink); }

/* Pagination */
.pagination { display: flex; gap: 4px; justify-content: center; list-style: none; padding: 50px 0 0; }
.pagination a, .pagination .current { width: 44px; height: 44px; display: flex; align-items: center; justify-content: center; border-radius: 50%; font-size: 13px; font-weight: 500; color: var(--ink-2); border: 1px solid var(--line); font-family: 'Fraunces', serif; font-style: italic; background: #fff; }
.pagination a:hover { background: var(--ink); color: #fff; border-color: var(--ink); }
.pagination .current { background: var(--pink); color: #fff; border-color: var(--pink); }

/* Empty */
.empty { text-align: center; padding: 100px 20px; color: var(--ink-3); }
.empty .ic { font-size: 60px; color: var(--pink); opacity: .35; margin-bottom: 18px; }
.empty h4 { font-family: 'Fraunces', serif; font-size: 1.8rem; font-weight: 400; margin-bottom: 8px; color: var(--ink); }

/* Booking success */
.success-card { background: #fff; padding: 56px; border-radius: 16px; text-align: center; max-width: 720px; margin: 40px auto; box-shadow: 0 20px 60px rgba(255,27,107,.1); }
.success-actions { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; margin-top: 24px; }
.success-card .ic { width: 88px; height: 88px; border-radius: 50%; background: var(--grad-sunset); color: #fff; margin: 0 auto 24px; display: flex; align-items: center; justify-content: center; font-size: 32px; }
.success-card h1 { font-size: 2.6rem; font-weight: 300; letter-spacing: -.02em; }
.success-card .ref { font-family: 'Fraunces', serif; font-style: italic; color: var(--pink); font-size: 18px; margin-bottom: 24px; }
.success-card .detail-list { background: var(--pink-soft); padding: 28px; border-radius: 12px; text-align: left; margin: 28px 0; }
.success-card .detail-list .row { display: flex; justify-content: space-between; padding: 8px 0; font-size: 14px; border-bottom: 1px dashed var(--line-2); }
.success-card .detail-list .row:last-child { border-bottom: 0; }
.success-card .detail-list .l { color: var(--ink-3); font-size: 10px; letter-spacing: .18em; text-transform: uppercase; font-weight: 600; }
.success-card .detail-list .v { font-family: 'Fraunces', serif; font-style: italic; color: var(--ink); font-size: 15px; }

/* ===== SCROLL REVEAL ===== */
.reveal { opacity: 0; transform: translateY(40px); transition: opacity .9s var(--ease-out), transform .9s var(--ease-out); }
.reveal.in { opacity: 1; transform: translateY(0); }
.reveal-stag > * { opacity: 0; transform: translateY(24px); transition: opacity .7s var(--ease-out), transform .7s var(--ease-out); }
.reveal-stag.in > * { opacity: 1; transform: translateY(0); }
.reveal-stag.in > *:nth-child(1){transition-delay:.04s}
.reveal-stag.in > *:nth-child(2){transition-delay:.1s}
.reveal-stag.in > *:nth-child(3){transition-delay:.16s}
.reveal-stag.in > *:nth-child(4){transition-delay:.22s}
.reveal-stag.in > *:nth-child(5){transition-delay:.28s}
.reveal-stag.in > *:nth-child(6){transition-delay:.34s}
.reveal-stag.in > *:nth-child(7){transition-delay:.4s}
.reveal-stag.in > *:nth-child(8){transition-delay:.46s}

.mt-2{margin-top:8px}.mt-4{margin-top:16px}.mt-6{margin-top:24px}.mt-8{margin-top:32px}.mt-10{margin-top:40px}.mt-12{margin-top:48px}.mt-16{margin-top:64px}
.mb-2{margin-bottom:8px}.mb-4{margin-bottom:16px}.mb-6{margin-bottom:24px}.mb-8{margin-bottom:32px}
.flex{display:flex}.flex-wrap{flex-wrap:wrap}
.gap-2{gap:8px}.gap-3{gap:12px}.gap-4{gap:16px}.gap-6{gap:24px}
.text-center{text-align:center}
.bg-cream{background:var(--bg-2)}

/* Reset bootstrap leakage */
.navbar, .navbar-nav, .dropdown-menu, .dropdown-item { all: unset; }

/* ===========================================================
   LEGACY CLASS ALIASES — keep older page markup rendering
   correctly while the codebase migrates to the v4 system.
   =========================================================== */

/* Display headings → editorial scale */
.display-1 { font-size: clamp(2.8rem, 8.4vw, 7.6rem); font-weight: 300; letter-spacing: -.045em; line-height: .94; font-family: 'Fraunces', serif; color: var(--ink); }
.display-2 { font-size: clamp(2.4rem, 5.5vw, 4.4rem); font-weight: 300; letter-spacing: -.035em; line-height: 1; font-family: 'Fraunces', serif; color: var(--ink); }
.display-3 { font-size: clamp(2rem, 4.2vw, 3.4rem); font-weight: 400; letter-spacing: -.025em; line-height: 1.05; font-family: 'Fraunces', serif; color: var(--ink); }

/* Chips → tags */
.chip-list { display: flex; flex-wrap: wrap; gap: 10px; }
.chip {
  display: inline-flex; align-items: center; gap: 10px; padding: 11px 20px;
  border-radius: 999px; border: 1.5px solid var(--ink); background: transparent;
  color: var(--ink); font-size: 13px; font-weight: 500; transition: all .3s var(--ease);
  text-decoration: none;
}
.chip i { color: var(--marigold-2); }
.chip:hover { background: var(--pink); border-color: var(--pink); color: #fff; }
.chip:hover i { color: #fff; }
.chip.lg { padding: 14px 24px; font-size: 14px; }

/* Amenity grid */
.amen-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px 24px; }
.amen-grid .a { display: flex; align-items: center; gap: 12px; padding: 8px 0; font-size: 14px; color: var(--ink-2); }
.amen-grid .a i { color: var(--pink); font-size: 13px; width: 18px; }
@media (max-width: 640px) { .amen-grid { grid-template-columns: repeat(2, 1fr); } }

/* KPI grid → row */
.kpi-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin: 24px 0; }
.kpi-grid .kpi { background: var(--bg-2); padding: 28px; border-radius: 12px; }
.kpi-grid .kpi .v { font-family: 'Fraunces', serif; font-size: 42px; color: var(--pink); line-height: 1; font-weight: 400; letter-spacing: -.025em; }
.kpi-grid .kpi .l { font-size: 10px; letter-spacing: .22em; text-transform: uppercase; color: var(--ink-3); margin-top: 8px; font-weight: 600; }
@media (max-width: 768px) { .kpi-grid { grid-template-columns: 1fr 1fr; } }

/* Status pills (dashboard, admin) */
.status-pill { display: inline-block; padding: 5px 12px; border-radius: 999px; font-size: 10px; letter-spacing: .15em; text-transform: uppercase; font-weight: 700; }
.status-pending   { background: rgba(255,182,39,.18); color: var(--marigold-2); }
.status-contacted { background: rgba(0,201,167,.15); color: var(--teal-2); }
.status-confirmed { background: rgba(255,27,107,.12); color: var(--pink); }
.status-cancelled { background: rgba(140,140,140,.15); color: var(--ink-3); }
.status-completed { background: rgba(94,11,107,.15); color: var(--plum); }

/* Review stars (legacy) */
.review-stars { color: var(--marigold-2); font-size: 12px; }
.review-stars i.far { color: var(--line); }

/* Info box (legacy from v3) */
.info-box { background: #fff; border: 1px solid var(--line); border-radius: 12px; padding: 24px; margin-bottom: 16px; }
.info-box h5 { display: flex; align-items: center; gap: 10px; font-family: 'Fraunces', serif; font-size: 1.3rem; font-weight: 400; margin-bottom: 10px; }
.info-box h5 i { color: var(--pink); }
.info-box p { color: var(--ink-2); }

/* Stat row inside venue detail (legacy markup compatibility) */
.detail-grid .stat-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; padding: 0; border: 1px solid var(--ink); border-radius: 12px; overflow: hidden; }
.detail-grid .stat-row .si { padding: 26px 14px; text-align: center; border-right: 1px solid var(--line); border-top: 0; }
.detail-grid .stat-row .si:last-child { border-right: 0; }
.detail-grid .stat-row .si .val { font-family: 'Fraunces', serif; font-size: 26px; color: var(--ink); font-weight: 400; letter-spacing: -.02em; }
.detail-grid .stat-row .si .lbl { font-size: 10px; letter-spacing: .2em; text-transform: uppercase; color: var(--ink-3); margin-top: 6px; font-weight: 600; }
@media (max-width: 640px) { .detail-grid .stat-row { grid-template-columns: 1fr 1fr; } }

/* Enquiry card (legacy alias) */
.enquiry-card {
  position: sticky; top: 110px; background: #fff; padding: 32px;
  border-radius: 16px; box-shadow: 0 20px 60px rgba(255,27,107,.1), 0 4px 12px rgba(0,0,0,.04);
  border: 1px solid var(--line);
}
.enquiry-card h4 { font-family: 'Fraunces', serif; font-size: 1.6rem; font-weight: 400; }
.enquiry-card .form-control { margin-bottom: 12px; }

/* Bootstrap pagination → v4 */
.pagination .page-item .page-link { width: 44px; height: 44px; padding: 0; display: inline-flex; align-items: center; justify-content: center; border-radius: 50%; font-size: 13px; color: var(--ink-2); border: 1px solid var(--line); font-family: 'Fraunces', serif; font-style: italic; background: #fff; }
.pagination .page-item.active .page-link { background: var(--pink); color: #fff; border-color: var(--pink); }

/* Bootstrap-style row/col aliases (used by listing) */
.row.g-4 > [class*=col] { padding: 12px; }
.section-title { font-family: 'Fraunces', serif; font-weight: 400; letter-spacing: -.025em; color: var(--ink); }
.section-head { text-align: center; margin-bottom: 40px; }
.section-head .eyebrow { display: block; margin-bottom: 10px; }

/* Legacy alerts */
.alert { padding: 14px 20px; border-radius: 10px; margin: 14px 0; font-size: 14px; }

/* Old venue-card alias - in case any caller still uses it */
.venue-card { display: flex; flex-direction: column; text-decoration: none; color: var(--ink); background: transparent; }
.venue-card .img-wrap { position: relative; aspect-ratio: 4/5; overflow: hidden; border-radius: 12px; background: var(--bg-3); }
.venue-card .img-wrap img { width: 100%; height: 100%; object-fit: cover; transition: transform 1s var(--ease); filter: saturate(1.15) contrast(1.04); }
.venue-card:hover .img-wrap img { transform: scale(1.05); }
.venue-card .img-wrap::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(26,11,31,.55)); pointer-events: none; }
.venue-card .badge-featured { position: absolute; top: 14px; left: 14px; background: var(--marigold); color: var(--ink); font-size: 10px; padding: 6px 12px; letter-spacing: .2em; text-transform: uppercase; font-weight: 700; border-radius: 999px; z-index: 2; }
.venue-card .badge-rating { position: absolute; top: 14px; right: 14px; background: #fff; color: var(--ink); padding: 5px 12px; border-radius: 999px; font-family: 'Fraunces', serif; font-style: italic; font-size: 12px; z-index: 2; }
.venue-card .badge-rating i { color: var(--marigold-2); margin-right: 4px; }
.venue-card .wishlist-btn { position: absolute; bottom: 14px; right: 14px; background: rgba(255,251,245,.2); backdrop-filter: blur(6px); color: #fff; width: 36px; height: 36px; border-radius: 50%; display: flex; align-items: center; justify-content: center; border: 0; z-index: 2; transition: background .25s; }
.venue-card .wishlist-btn:hover { background: var(--pink); }
.venue-card .card-body { padding: 16px 4px 0; }
.venue-card .card-body h5 { font-family: 'Fraunces', serif; font-size: 1.2rem; font-weight: 400; letter-spacing: -.02em; margin: 4px 0; line-height: 1.1; }
.venue-card .card-body h5 a { color: var(--ink); }
.venue-card .card-body h5 a:hover { color: var(--pink); }
.venue-card .location { font-size: 11px; color: var(--pink); letter-spacing: .15em; text-transform: uppercase; font-weight: 600; }
.venue-card .features { display: flex; flex-wrap: wrap; gap: 6px; font-size: 11px; color: var(--ink-3); margin: 10px 0; letter-spacing: .05em; }
.venue-card .features span { padding: 3px 0; }
.venue-card .features span:not(:last-child)::after { content: '·'; margin: 0 6px; color: var(--line-2); }
.venue-card .price-row { display: flex; justify-content: space-between; align-items: baseline; padding-top: 12px; margin-top: 10px; border-top: 1px solid var(--line); gap: 12px; }
.venue-card .price-row .price { font-family: 'Fraunces', serif; color: var(--ink); font-size: 16px; }
.venue-card .price-row .price small { display: block; font-family: 'Inter', sans-serif; font-size: 9px; letter-spacing: .22em; text-transform: uppercase; color: var(--ink-3); font-weight: 600; margin-top: 2px; }

/* ===== FORM CARD pattern (contact/list-venue) ===== */
.form-card { background: var(--bg-2); padding: 44px; border-radius: 16px; }
.form-card label { font-size: 10px; letter-spacing: .22em; text-transform: uppercase; color: var(--ink-3); font-weight: 700; display: block; margin: 16px 0 6px; }
.form-card label:first-of-type { margin-top: 0; }
.form-card label .hint { font-style: italic; font-family: 'Fraunces', serif; color: var(--ink-3); letter-spacing: 0; text-transform: none; font-weight: 400; opacity: .7; }
.form-row-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-row-2 label { margin-top: 0; }
@media (max-width: 600px) { .form-row-2 { grid-template-columns: 1fr; } }

/* Contact page */
.contact-grid { display: grid; grid-template-columns: 1fr 1.4fr; gap: 60px; align-items: start; }
@media (max-width: 880px) { .contact-grid { grid-template-columns: 1fr; gap: 40px; } }

/* About page */
.about-split { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.about-image { border-radius: 14px; aspect-ratio: 4/5; object-fit: cover; width: 100%; filter: saturate(1.12) contrast(1.04); }
.about-body { font-size: 16px; line-height: 1.75; color: var(--ink-2); margin-bottom: 14px; max-width: 540px; }
@media (max-width: 880px) { .about-split { grid-template-columns: 1fr; gap: 40px; } }

.promise-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 32px; }
.promise .num { font-family: 'Fraunces', serif; font-size: 58px; color: var(--pink); font-style: italic; line-height: 1; font-weight: 400; }
.promise h3 { font-family: 'Fraunces', serif; font-size: 1.3rem; font-weight: 400; margin: 14px 0 8px; }
.promise p { color: var(--ink-3); font-size: 14.5px; }
@media (max-width: 900px) { .promise-grid { grid-template-columns: 1fr 1fr; gap: 28px; } }

/* List Your Venue */
.partner-grid { display: grid; grid-template-columns: 1fr 1.15fr; gap: 80px; align-items: start; }
.partner-hero { background: var(--grad-magenta); color: #fff; border-bottom: 0; }
.partner-hero .crumb, .partner-hero .crumb a { color: rgba(255,251,245,.7); }
.partner-hero .crumb .sep { color: var(--marigold); }
.partner-hero h1 { color: #fff; }
.partner-hero h1 .it { color: var(--marigold); }
.partner-hero .sub { color: rgba(255,251,245,.78); }
.partner-hero .eyebrow.marigold { color: var(--marigold); }
@media (max-width: 880px) { .partner-grid { grid-template-columns: 1fr; gap: 40px; } }

/* ===== DASHBOARD (v4 polish) ===== */
.dash-head { margin-bottom: 36px; }
.booking-list { display: flex; flex-direction: column; gap: 0; }
.booking-row { display: grid; grid-template-columns: 120px 1fr auto; gap: 24px; align-items: center; padding: 20px 0; border-bottom: 1px solid var(--line); }
.booking-row:last-child { border-bottom: 0; }
.booking-thumb { width: 120px; height: 88px; object-fit: cover; border-radius: 8px; filter: saturate(1.1); }
.booking-meta { min-width: 0; }
.booking-meta h4 { font-family: 'Fraunces', serif; font-size: 1.25rem; font-weight: 400; margin: 4px 0; letter-spacing: -.015em; }
.booking-meta .meta-line { font-size: 13px; color: var(--ink-3); }
.ref-cell { font-family: 'Fraunces', serif; font-style: italic; color: var(--pink); font-size: 13px; letter-spacing: 0; }
.dash table th, .dash table td { font-feature-settings: 'tnum' 1; }
.dash table td a { color: var(--ink); }
.dash table td a:hover { color: var(--pink); }
.dash-side a.logout { margin-top: 20px; color: var(--pink); }
.dash-side a.logout:hover { background: var(--pink); color: #fff; }
.dash-side a.logout:hover i { color: #fff; }

.profile-form { max-width: 600px; }
.profile-form label { font-size: 10px; letter-spacing: .22em; text-transform: uppercase; color: var(--ink-3); font-weight: 700; display: block; margin: 0 0 6px; }
.profile-form label .hint { font-style: italic; font-family: 'Fraunces', serif; color: var(--ink-3); letter-spacing: 0; text-transform: none; font-weight: 400; opacity: .7; }
@media (max-width: 600px) {
  .booking-row { grid-template-columns: 100px 1fr; gap: 14px; }
  .booking-row .pill { grid-column: 2; justify-self: start; }
}

/* Hide focus outline only for mouse users */
:focus:not(:focus-visible) { outline: none; }
:focus-visible { outline: 2px solid var(--pink); outline-offset: 3px; border-radius: 4px; }

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .marquee-track, .press-track, .just-booked-track { animation: none !important; }
}

/* ============================================================
   MOBILE RESPONSIVE PASS — Agent B audit
   Covers viewports: 375px (iPhone SE), 430px (iPhone Pro Max),
   768px (iPad portrait), 1024px (iPad landscape), 1280px (small desktop).
   Layered max-width queries from largest to smallest. Each block
   only modifies layout/sizing — no color or component logic changes.
   ============================================================ */

/* ---------- 1280px: small desktop polish ---------- */
@media (max-width: 1280px) {
  .container { padding: 0 28px; }
  .admin-search input { min-width: 220px; }
}

/* ---------- 1024px: tablet landscape & smaller ---------- */
@media (max-width: 1024px) {
  /* Container breathing room */
  .container { padding: 0 24px; }
  .container-narrow { padding: 0 24px; }

  /* Atlas grid: drop to 6-col so spans halve cleanly */
  .atlas-grid { gap: 20px 16px; }

  /* Bento cities (if used) — drop to 2-col */
  .bento-cities { grid-template-columns: 1fr 1fr !important; }

  /* Promise/journal/partner already covered; tighten dash main padding */
  .dash-main { padding: 36px; }

  /* Admin: narrower side */
  .admin-side { width: 200px; padding: 22px 14px; }
  .admin-main { padding: 32px clamp(20px, 3vw, 40px); }

  /* Detail enquiry slightly less padding */
  .enquiry, .enquiry-card { padding: 28px; }
}

/* ---------- 880px: tablet portrait & smaller ---------- */
@media (max-width: 880px) {
  /* Hero: reduce vertical spacing */
  .hero { padding: 28px 0 16px; }
  .hero-meta-line { margin-bottom: 28px; }

  /* Stats: tighter padding on tablet */
  .stat-row .stat { padding: 0 16px; }

  /* Section heads */
  .sec-head .chapter { font-size: 56px; }

  /* Atlas: ensure 2-col baseline at this breakpoint via inherited span-* rules */

  /* Fact row drop to 2x2 */
  .fact-row { grid-template-columns: 1fr 1fr; }
  .fact-row .si { border-bottom: 1px solid rgba(255,27,107,.12); }
  .fact-row .si:nth-child(2) { border-right: 0; }
  .fact-row .si:nth-child(3), .fact-row .si:nth-child(4) { border-bottom: 0; }

  /* Toolbar wraps cleanly */
  .toolbar { gap: 12px; }
  .toolbar select { min-width: 0; flex: 1; }

  /* Postcard already 1-col here; reduce inner padding */
  .postcard .left { padding: 48px 32px; }

  /* Auth aside spacing already covered */

  /* Reduce massive footer headline */
  .foot-massive { margin-bottom: 36px; }

  /* Admin search compact */
  .admin-search input { min-width: 100%; width: 100%; }
  .admin-page-head.with-actions { flex-direction: column; align-items: flex-start; }
  .admin-actions { width: 100%; }
}

/* ---------- 768px: small tablet ---------- */
@media (max-width: 768px) {
  /* Container */
  .container, .container-narrow { padding: 0 20px; }

  /* Topbar: hide the "Vol I / Issue 03" right column on small viewports */
  .topbar .container > div:nth-child(2) { display: none; }
  .topbar { font-size: 10px; padding: 7px 0; }

  /* Brand tagline smaller */
  .brand { font-size: 26px; }
  .brand small { font-size: 8px; letter-spacing: .25em; }

  /* Hero meta line: stack into column */
  .hero-meta-line { flex-direction: column; align-items: flex-start; gap: 8px; padding-bottom: 14px; margin-bottom: 24px; font-size: 10px; }
  .hero-meta-line .right { gap: 14px; flex-wrap: wrap; }

  /* Live ticker: allow wrapping */
  .live-ticker { padding: 12px 14px; gap: 10px; flex-wrap: wrap; }
  .live-ticker .feed { font-size: 13px; }

  /* Detail meta: tighter wrap */
  .detail-meta { gap: 14px; font-size: 13px; }

  /* Footer: tighter padding */
  .site-footer { padding: 70px 0 28px; }
  .foot-bottom { justify-content: flex-start; gap: 16px; }

  /* Just-booked marquee text size */
  .just-booked-track { font-size: 13px; gap: 40px; }
  .just-booked-track span { gap: 40px; }

  /* Pagination tap targets already 44 — keep gap small */
  .pagination { gap: 2px; flex-wrap: wrap; }

  /* Booking row on dash */
  .booking-row { grid-template-columns: 96px 1fr; gap: 12px; }
  .booking-thumb { width: 96px; height: 72px; }

  /* Reel cards a touch narrower */
  .reel-card { flex: 0 0 280px; }
  .reel { padding: 0 20px 48px; margin: 0 -20px; }
}

/* ---------- 640px: phone ---------- */
@media (max-width: 640px) {
  /* Container tighter */
  .container, .container-narrow { padding: 0 18px; }

  /* Section spacing */
  .page-head { padding: 48px 0 36px; }
  .page-head h1 { line-height: 1.02; }

  /* Brand smaller still */
  .brand { font-size: 22px; }
  .brand small { display: none; }

  /* Site header row */
  .nav-row { padding: 14px 0 !important; }

  /* Hero side margin removed */
  .hero-side { padding-top: 18px; }
  .hero-side p { font-size: 15px; }

  /* Hero bar — fully stacked (override 980px 2-col) */
  .hero-bar { grid-template-columns: 1fr; border-radius: 16px; padding: 10px; }
  .hero-bar .cell { padding: 12px 14px; border-right: 0 !important; border-bottom: 1px solid var(--line); }
  .hero-bar .cell:last-of-type { border-bottom: 0; }
  .hero-bar .cell:last-child { padding: 6px 0 0; }
  .hero-bar .submit { padding: 14px; font-size: 11px; min-height: 44px; }

  /* Stats: ensure 2x2 has good padding */
  .stat-row { gap: 16px 0; padding-top: 20px; }
  .stat-row .stat { padding: 14px; }
  .stat-row .stat:first-child, .stat-row .stat:nth-child(3) { padding-left: 0; }
  .stat-row .stat:nth-child(2), .stat-row .stat:last-child { padding-right: 0; border-right: 0; }
  .stat-row .stat .v { font-size: clamp(1.8rem, 8vw, 2.4rem); }

  /* Detail gallery already single-col below 800px */

  /* Sticky elements become non-sticky on phones */
  .enquiry, .enquiry-card, .filters, .dash-side, .admin-side { position: static !important; top: auto !important; }
  /* Filters is a slide-out drawer, leave its fixed positioning intact */
  body .filters { position: fixed !important; }

  /* Enquiry padding */
  .enquiry, .enquiry-card { padding: 24px; margin-top: 16px; }
  .enquiry .row2, .enquiry-card .row2 { grid-template-columns: 1fr; }

  /* Forms: stack all multi-col rows */
  .form-row-4 { grid-template-columns: 1fr; }
  .form-row-2 { grid-template-columns: 1fr; }
  .checkbox-grid { grid-template-columns: 1fr; }
  .form-card { padding: 28px 20px; }

  /* Footer — single column */
  .foot-grid { grid-template-columns: 1fr; gap: 32px; padding-top: 36px; }
  .foot-news { max-width: 100%; }
  .foot-massive { font-size: clamp(2.2rem, 9vw, 3.2rem); margin-bottom: 28px; }

  /* Tap targets minimum 44x44 on phones */
  .btn { padding: 13px 22px; min-height: 44px; }
  .btn-sm { padding: 11px 18px; min-height: 40px; }
  .nav-toggle { width: 44px; height: 44px; }
  .modal-close, .filters-close { width: 44px; height: 44px; font-size: 22px; }
  .foot-social a { width: 44px; height: 44px; }
  .icon-btn { width: 40px; height: 40px; }
  .save, .v-card .save { width: 40px; height: 40px; }

  /* Detail header stack */
  .detail-header { flex-direction: column; align-items: flex-start; }
  .detail-actions { width: 100%; flex-wrap: wrap; }

  /* Listing head row */
  .listing-head-row { gap: 14px; }
  .sort-form select { min-width: 0; width: 100%; }

  /* Dash main padding */
  .dash { padding: 36px 0; }
  .dash-main { padding: 24px 20px; border-radius: 12px; }
  .dash-side { padding: 24px 18px; border-radius: 12px; }
  .dash-grid { gap: 18px; }
  .kpi-row { grid-template-columns: 1fr 1fr; gap: 12px; }
  .kpi { padding: 18px; }
  .kpi .v { font-size: 32px; }

  /* Dash side becomes horizontal nav at top */
  .dash-side .avatar { width: 64px; height: 64px; font-size: 26px; margin-bottom: 8px; }

  /* Admin */
  .admin { flex-direction: column; }
  .admin-side { width: 100%; padding: 18px; }
  .admin-nav { display: flex; overflow-x: auto; gap: 4px; margin-top: 12px; padding-bottom: 4px; scrollbar-width: none; }
  .admin-nav::-webkit-scrollbar { display: none; }
  .admin-nav a { white-space: nowrap; padding: 10px 14px; }
  .admin-side-footer { display: flex; gap: 8px; padding-top: 12px; border-top: 1px solid rgba(255,251,245,.1); margin-top: 12px; }
  .admin-main { padding: 24px 18px; }
  .admin-tabs { width: 100%; overflow-x: auto; flex-wrap: nowrap; scrollbar-width: none; }
  .admin-tabs::-webkit-scrollbar { display: none; }
  .admin-card { padding: 18px; border-radius: 10px; }

  /* Modals fullscreen on phones */
  .modal-shell { padding: 0; align-items: stretch; }
  .modal-panel { max-width: 100%; max-height: 100vh; min-height: 100vh; border-radius: 0; }
  .modal-head { padding: 16px 20px; }
  .modal-body { padding: 18px 20px; }
  .modal-foot { padding: 14px 20px; margin: 18px -20px -18px; flex-wrap: wrap; }
  .modal-foot .btn { flex: 1; justify-content: center; }

  /* Review item: shrink avatar column */
  .review-item { grid-template-columns: 44px 1fr; gap: 14px; padding: 22px 0; }
  .review-item .avatar { width: 44px; height: 44px; font-size: 18px; }

  /* Index list (already partially handled) — tighter */
  .index-row .meta { font-size: 12px; }

  /* Tag list spacing */
  .tag, .chip { padding: 9px 16px; font-size: 12px; }

  /* Pagination tap-friendly already at 44px */
  .pagination a, .pagination .current,
  .pagination .page-item .page-link { width: 40px; height: 40px; font-size: 12px; }

  /* Success card */
  .success-card { padding: 32px 22px; margin: 24px auto; }
  .success-card h1 { font-size: 2rem; }

  /* Site header sticky compact */
  .site-header { /* keep sticky */ }

  /* Empty state */
  .empty { padding: 60px 18px; }
}

/* ---------- 420px: small phone (iPhone SE-ish at 375) ---------- */
@media (max-width: 420px) {
  /* Tightest container */
  .container, .container-narrow { padding: 0 14px; }

  /* Topbar — reduce or hide entirely on tightest screens; keep "now booking" */
  .topbar { font-size: 9.5px; letter-spacing: .08em; }

  /* Brand */
  .brand { font-size: 20px; }

  /* Display headings */
  .huge { font-size: clamp(2.2rem, 11vw, 3rem); line-height: 1; }
  .display-1 { font-size: clamp(2rem, 10vw, 2.8rem); }
  .display-2 { font-size: clamp(1.8rem, 8vw, 2.4rem); }
  .page-head h1 { font-size: clamp(2rem, 9vw, 2.8rem); }

  /* Hero side text */
  .hero-side p { font-size: 14px; }

  /* Stat row: keep 2x2 but tighter values */
  .stat-row .stat .v { font-size: 1.6rem; }

  /* Reel cards smaller */
  .reel-card { flex: 0 0 240px; }

  /* Detail meta — column */
  .detail-meta { flex-direction: column; gap: 8px; }

  /* Live ticker label can hide */
  .live-ticker .label { display: none; }
  .live-ticker .feed { font-size: 12.5px; white-space: normal; }

  /* Auth */
  .auth-form, .auth-aside { padding: 32px 22px; }
  .auth-aside { min-height: 260px; }

  /* Postcard left padding */
  .postcard .left { padding: 36px 22px; }

  /* Foot massive */
  .foot-massive { font-size: clamp(2rem, 11vw, 2.6rem); }

  /* Amen list: single column on tightest */
  .amen-list { grid-template-columns: 1fr; gap: 4px 0; }
  .amen-grid { grid-template-columns: 1fr; }

  /* Detail-grid stat row: stay 2-col but tighter */
  .detail-grid .stat-row .si { padding: 18px 8px; }
  .detail-grid .stat-row .si .val { font-size: 20px; }

  /* KPI: single column */
  .kpi-row { grid-template-columns: 1fr; }
  .admin-kpis { grid-template-columns: 1fr 1fr; }

  /* Booking row single column on tightest */
  .booking-row { grid-template-columns: 1fr; gap: 10px; }
  .booking-thumb { width: 100%; height: 160px; }
  .booking-row .pill { grid-column: auto; }

  /* Section heads chapter number */
  .sec-head .chapter { font-size: 38px; }
}

/* ---------- Misc cross-cutting polish ---------- */
@media (max-width: 768px) {
  /* Disable custom cursor on touch-likely viewports */
  .cursor-dot, .cursor-ring { display: none !important; }

  /* Defence-in-depth — but we now fix actual overflow sources at their root in Phase 5. */
  html, body { overflow-x: clip; }

  /* Smooth-scroll into wide tables */
  .table-wrap { -webkit-overflow-scrolling: touch; }

  /* Megamenu off on mobile (already covered by mobile-open .megamenu display:none) */
}
/* ============================================================
   END MOBILE RESPONSIVE PASS — Agent B
   ============================================================ */


/* ============================================================
   PHASE 5 — Mobile nav rebuild, sticky CTA, card structural fix,
   venue-detail overflow fixes, a11y polish.
   ============================================================ */

/* ---------- Skip link (keyboard a11y) ---------- */
.skip-link {
  position: absolute; left: -9999px; top: 8px; z-index: 200;
  background: var(--ink); color: var(--bg); padding: 10px 16px;
  border-radius: 8px; font-size: 13px; font-weight: 600; letter-spacing: .08em;
}
.skip-link:focus { left: 12px; outline: 2px solid var(--marigold); }

/* ---------- Menu trigger button (looks like a nav link, behaves like a button) ---------- */
.menu-trigger {
  background: transparent; border: 0; padding: 8px 0;
  font: inherit; color: var(--ink); cursor: pointer;
  font-size: 13px; letter-spacing: .12em; text-transform: uppercase; font-weight: 600;
  position: relative; display: inline-flex; align-items: center; gap: 6px;
}
.menu-trigger::before { content: '◆'; color: var(--marigold); font-size: 8px; vertical-align: 2px; transition: transform .3s var(--ease); }
.menu-trigger[aria-expanded="true"]::before { transform: rotate(45deg); color: var(--pink); }
.menu-trigger:hover { color: var(--pink); }
.menu-trigger .caret { font-size: 10px; transition: transform .25s var(--ease); }
.menu-trigger[aria-expanded="true"] .caret { transform: rotate(180deg); }
.menu-trigger::after { content: ''; position: absolute; left: 14px; right: 100%; bottom: 2px; height: 2px; background: var(--pink); transition: right .35s var(--ease); border-radius: 2px; }
.menu-trigger:hover::after, .menu-trigger[aria-expanded="true"]::after { right: 0; }

/* mm-all link styled separately */
.megamenu .mm-all { grid-column: 1 / -1; font-weight: 600; color: var(--pink); border-bottom: 1px solid var(--line); margin-bottom: 4px; padding-bottom: 12px; }
.megamenu .mm-all .num { color: var(--pink); }

/* ---------- Hide "List Your Venue" button before there's room (~880px) ---------- */
@media (max-width: 880px) {
  .nav-actions .nav-list-cta,
  .nav-actions .nav-signin { display: none; }
  .nav-user .nav-user-name { display: none; }
  .nav-user { padding-left: 10px; padding-right: 10px; }
}

/* ---------- Topbar tagline drops earlier (sooner than logo) ---------- */
@media (max-width: 720px) {
  .topbar .topbar-tagline { display: none; }
  .topbar .container { justify-content: center; }
}

/* ---------- Hamburger / nav-toggle visible threshold and visuals ---------- */
.nav-toggle { position: relative; }
.nav-toggle span { transition: transform .25s var(--ease), opacity .15s; }
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.nav-toggle:focus-visible { outline: 2px solid var(--pink); outline-offset: 2px; border-radius: 8px; }

/* ---------- Disable the old "mobile-open .nav-links" full-screen takeover —
   we now use a real drawer aside, .nav-links stays hidden on mobile. ---------- */
@media (max-width: 1080px) {
  body.drawer-open .nav-links { display: none; }
}

/* ---------- Mobile drawer ---------- */
.nav-scrim {
  position: fixed; inset: 0; background: rgba(15,14,12,0); z-index: 90;
  transition: background .24s var(--ease); pointer-events: none;
}
.nav-scrim.open { background: rgba(15,14,12,.5); pointer-events: auto; }

.nav-drawer {
  position: fixed; top: 0; right: 0; height: 100dvh; width: min(360px, 86vw);
  background: var(--bg); z-index: 100; box-shadow: -16px 0 48px rgba(15,14,12,.12);
  transform: translateX(100%); transition: transform .26s cubic-bezier(.4,0,.2,1);
  display: flex; flex-direction: column; overflow: hidden;
}
.nav-drawer.open { transform: translateX(0); }
.nav-drawer-head {
  display: flex; align-items: center; justify-content: space-between;
  padding: 18px 22px; border-bottom: 1px solid var(--line);
}
.nav-drawer-title {
  font-family: 'Fraunces', serif; font-size: 22px; font-weight: 400; letter-spacing: -.01em;
}
.nav-drawer-close {
  background: transparent; border: 0; width: 44px; height: 44px; border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  color: var(--ink); cursor: pointer; font-size: 18px;
}
.nav-drawer-close:hover { background: var(--pink-soft); color: var(--pink); }
.nav-drawer-close:focus-visible { outline: 2px solid var(--pink); outline-offset: 2px; }
.nav-drawer-body { flex: 1; overflow-y: auto; -webkit-overflow-scrolling: touch; padding: 8px 0 12px; }
.nav-drawer-list { list-style: none; padding: 0; margin: 0; }
.nav-drawer-list > li { border-bottom: 1px solid var(--line); }
.nav-drawer-list > li > a {
  display: block; padding: 18px 22px;
  font-family: 'Fraunces', serif; font-size: 20px; font-weight: 400;
  color: var(--ink); text-decoration: none;
}
.nav-drawer-list > li > a:hover { color: var(--pink); }
.nav-drawer-group .nav-drawer-trigger {
  width: 100%; display: flex; justify-content: space-between; align-items: center;
  padding: 18px 22px; background: transparent; border: 0;
  font-family: 'Fraunces', serif; font-size: 20px; font-weight: 400; color: var(--ink);
  cursor: pointer; text-align: left;
}
.nav-drawer-group .nav-drawer-trigger .caret {
  font-family: 'Inter', sans-serif; font-size: 20px; color: var(--pink);
  transition: transform .22s var(--ease);
}
.nav-drawer-group .nav-drawer-trigger.open .caret { transform: rotate(45deg); }
.nav-drawer-sub {
  background: var(--bg-2); padding: 4px 22px 12px 36px;
  display: flex; flex-direction: column;
}
.nav-drawer-sub a {
  padding: 10px 0; font-size: 14px; color: var(--ink-2);
  border-bottom: 1px dashed var(--line); text-decoration: none;
}
.nav-drawer-sub a:last-child { border-bottom: 0; }
.nav-drawer-sub a:hover { color: var(--pink); }
.nav-drawer-cta { padding: 18px 22px 8px; }
.nav-drawer-foot {
  padding: 12px 22px 22px; border-top: 1px solid var(--line);
  font-size: 12px; letter-spacing: .12em; text-transform: uppercase; color: var(--ink-3);
}
.nav-drawer-foot a { color: var(--ink); font-weight: 600; }

/* Body scroll lock when drawer open */
body.drawer-open { overflow: hidden; }

/* ---------- Venue card: stretched-link pattern (no nested interactive) ---------- */
.v-card { position: relative; isolation: isolate; }
.v-card .img-frame { position: relative; }
.v-card .v-card-link { color: inherit; text-decoration: none; }
/* Stretched link: ::after expands to whole card EXCEPT the save button stack */
.v-card .v-card-link::after {
  content: ''; position: absolute; inset: 0; z-index: 1;
}
.v-card .save {
  position: absolute; right: 12px; bottom: 12px; z-index: 3;
  background: rgba(255,251,245,.22); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px);
  color: #fff; width: 38px; height: 38px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  border: 0; cursor: pointer; transition: background .25s var(--ease), transform .15s var(--ease);
}
.v-card .save:hover { background: var(--pink); }
.v-card .save:active { transform: scale(.92); }
.v-card .save:focus-visible { outline: 2px solid var(--pink); outline-offset: 2px; }
.v-card .save[data-saved="1"] { background: var(--pink); color: #fff; }
.v-card .save:disabled { opacity: .6; cursor: wait; }
.v-card .badge, .v-card .rating { z-index: 2; pointer-events: none; }
.v-card .overlay-loc { z-index: 2; pointer-events: none; }
.v-card h3 { position: relative; z-index: 0; }
/* Hover hint stays on card (because we use :hover on the article) */
.v-card:hover h3 { color: var(--pink); }
.v-card:focus-within h3 { color: var(--pink); }

/* ---------- Venue detail: kill horizontal overflow at the root ---------- */
.detail-grid > *,
.atlas-grid > * { min-width: 0; }
.detail-grid p { overflow-wrap: anywhere; word-break: break-word; }
.info-block img { max-width: 100%; height: auto; }
.detail-gallery img { max-width: 100%; }
.detail-meta { flex-wrap: wrap; }
.crumb { flex-wrap: wrap; row-gap: 6px; }

/* Fact-row: 4-col on desktop, 2-col below 720, tight pad below 420 */
@media (max-width: 720px) {
  .fact-row { grid-template-columns: 1fr 1fr; }
  .fact-row .si { padding: 18px 12px; border-right: 1px solid rgba(255,27,107,.12); }
  .fact-row .si:nth-child(2n) { border-right: 0; }
  .fact-row .si:nth-child(1), .fact-row .si:nth-child(2) { border-bottom: 1px solid rgba(255,27,107,.12); }
  .fact-row .si .val { font-size: 22px; }
}

/* Amen-list: 2-col tight below 720; 1-col below 420 (already there) */
@media (max-width: 720px) {
  .amen-list { gap: 10px 16px; }
  .amen-list .a { font-size: 13px; }
}

/* Detail hero text long words wrap */
.detail-header h1, .info-block h2 { overflow-wrap: break-word; word-break: normal; }

/* Reviews — avoid layout overflow from long names */
.review-item .name, .review-item .title, .review-item .body { overflow-wrap: anywhere; }

/* ---------- Sticky mobile CTA bar ---------- */
.mobile-cta-bar {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 80;
  display: none;
  background: var(--bg);
  border-top: 1px solid var(--line);
  box-shadow: 0 -8px 28px rgba(15,14,12,.08);
  padding: 10px 14px calc(10px + env(safe-area-inset-bottom));
  gap: 10px;
  transform: translateY(0); transition: transform .25s var(--ease), opacity .25s var(--ease);
}
.mobile-cta-bar.hide { transform: translateY(110%); opacity: 0; pointer-events: none; }
.mobile-cta-bar .mcb-btn {
  flex: 1; display: inline-flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 4px; min-height: 52px; border-radius: 10px;
  font-size: 11px; letter-spacing: .15em; text-transform: uppercase; font-weight: 700;
  text-decoration: none;
}
.mobile-cta-bar .mcb-btn i { font-size: 18px; }
.mcb-call { background: var(--bg-2); color: var(--ink); border: 1px solid var(--line); }
.mcb-wa   { background: #25D366; color: #fff; }
.mcb-enq  { background: var(--grad-sunset); color: #fff; }
.mcb-call:hover { background: var(--pink-soft); color: var(--pink); }
.mcb-btn:focus-visible { outline: 2px solid var(--ink); outline-offset: 2px; }
@media (max-width: 880px) {
  .mobile-cta-bar { display: flex; }
  /* Avoid the sticky enquiry block + CTA bar overlapping content at the bottom */
  body:has(.mobile-cta-bar) main { padding-bottom: 80px; }
  /* Fallback for browsers without :has */
  .detail-hero ~ .bg-blush, .detail-hero { padding-bottom: 24px; }
}

/* ---------- Topbar tagline class ---------- */
.topbar .topbar-tagline { /* class already styled by parent */ }

/* ---------- Auth pages — form first on mobile ---------- */
@media (max-width: 880px) {
  .auth-wrap { grid-template-columns: 1fr !important; }
  .auth-form { order: 1; }
  .auth-aside { order: 2; min-height: 180px !important; padding: 28px 22px !important; }
  .auth-aside .stamp-circle { display: none; }
}

/* ---------- Listing filter drawer affordance on mobile ---------- */
.filters-mobile-trigger { display: none; }
@media (max-width: 880px) {
  .filters-mobile-trigger {
    display: inline-flex; align-items: center; gap: 8px;
    padding: 12px 18px; min-height: 44px;
    background: var(--ink); color: var(--bg); border: 0; border-radius: 999px;
    font-size: 12px; letter-spacing: .15em; text-transform: uppercase; font-weight: 700;
    cursor: pointer;
  }
  .filters-mobile-trigger:focus-visible { outline: 2px solid var(--pink); outline-offset: 2px; }
}

/* ---------- Infinite scroll loader + end marker ---------- */
.infinite-status { margin: 36px 0 12px; text-align: center; }
.infinite-sentinel { width: 100%; height: 1px; }
.infinite-loader {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 14px 22px; border-radius: 999px;
  background: var(--pink-soft);
  font-size: 12px; letter-spacing: .14em; text-transform: uppercase;
  font-weight: 700; color: var(--pink);
}
.infinite-loader .loader-dot {
  width: 6px; height: 6px; border-radius: 50%; background: var(--pink);
  animation: infinite-bounce 1.2s ease-in-out infinite;
}
.infinite-loader .loader-dot:nth-child(2) { animation-delay: .15s; }
.infinite-loader .loader-dot:nth-child(3) { animation-delay: .3s; }
.infinite-loader .loader-text { margin-left: 6px; }
@keyframes infinite-bounce {
  0%, 80%, 100% { transform: scale(.6); opacity: .5; }
  40%           { transform: scale(1);  opacity: 1; }
}
.infinite-end {
  font-family: 'Fraunces', serif; font-style: italic; font-size: 15px;
  color: var(--ink-3); padding: 28px 0 12px;
}
.infinite-error {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 12px 18px; border-radius: 8px; background: #FFE4E4;
  color: var(--ink); font-size: 13px;
}
.infinite-error .link {
  background: transparent; border: 0; padding: 0;
  text-decoration: underline; color: var(--pink); cursor: pointer; font: inherit;
}
.infinite-fallback { padding: 24px 0; }

/* ============================================================
   PHASE 10 — Beast-mode homepage redesign
   ============================================================ */

/* HERO v2 ---------- */
/* ===========================================================
   HERO v4 — full-bleed cinematic
   The whole viewport is the editor's-pick photo. White serif
   overlay on a dark gradient. Magazine cover at full scale.
   =========================================================== */
.hero-v4 {
  position: relative;
  min-height: clamp(560px, 92vh, 940px);
  overflow: hidden;
  background: var(--ink, #1c1a18);
  color: #fff;
  display: flex; align-items: flex-end;
  isolation: isolate;
}
.h4-bg { position: absolute; inset: 0; z-index: 0; }
.h4-bg img {
  width: 100%; height: 100%; object-fit: cover;
  filter: saturate(1.08) contrast(1.06) brightness(.96);
  transform: scale(1.04);
  animation: h4-pan 28s ease-in-out infinite alternate;
}
@keyframes h4-pan {
  from { transform: scale(1.04) translate(0, 0); }
  to   { transform: scale(1.08) translate(-1%, -1.5%); }
}
.h4-veil {
  position: absolute; inset: 0; z-index: 1;
  background:
    linear-gradient(180deg,
      rgba(15,14,12,.55) 0%,
      rgba(15,14,12,.20) 32%,
      rgba(15,14,12,.55) 72%,
      rgba(15,14,12,.92) 100%),
    linear-gradient(90deg,
      rgba(15,14,12,.40) 0%,
      rgba(15,14,12,0) 50%);
  pointer-events: none;
}
.h4-fg {
  position: relative; z-index: 2;
  padding: 96px 0 56px;
  width: 100%;
}
.h4-eyebrow {
  display: inline-flex; align-items: center; gap: 12px;
  font-family: 'Inter', sans-serif; font-size: 11px; font-weight: 600;
  letter-spacing: .22em; text-transform: uppercase;
  color: rgba(255,255,255,.78);
}
.h4-eyebrow .vrule {
  width: 36px; height: 1px; background: rgba(255,255,255,.6); display: inline-block;
}
.h4-eyebrow em {
  color: var(--pink);
  font-family: 'Fraunces', serif; font-style: italic; font-weight: 500;
  letter-spacing: 0;
}
.h4-h1 {
  font-family: 'Fraunces', serif;
  font-size: clamp(3.4rem, 9.5vw, 8.6rem);
  line-height: .94; letter-spacing: -.04em;
  font-weight: 300;
  margin: 22px 0 18px;
  max-width: 14ch;
  color: #fff;
  text-shadow: 0 2px 24px rgba(0,0,0,.32);
}
.h4-h1 .italic-accent {
  font-style: italic; font-weight: 400;
  background: var(--grad-sunset); -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent;
  filter: drop-shadow(0 2px 18px rgba(255,27,107,.35));
}
.h4-dek {
  font-family: 'Fraunces', serif; font-style: italic;
  font-size: clamp(16px, 1.5vw, 21px);
  color: rgba(255,255,255,.88);
  max-width: 44ch; line-height: 1.5;
  margin: 0 0 56px;
  text-shadow: 0 1px 14px rgba(0,0,0,.4);
}

/* The editor's pick — sits at the bottom-right of the hero as a chip card */
.h4-pick {
  display: grid; grid-template-columns: 86px 1fr 24px;
  align-items: center; gap: 22px;
  text-decoration: none; color: #fff;
  padding: 18px 24px 18px 18px; border-radius: 999px;
  background: rgba(255,255,255,.08);
  backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255,255,255,.14);
  max-width: 540px;
  transition: background .3s var(--ease), transform .3s var(--ease);
}
.h4-pick:hover { background: rgba(255,255,255,.14); transform: translateY(-2px); }
.h4-pick-stamp {
  width: 86px; height: 86px; border-radius: 50%;
  background: var(--pink); color: #fff;
  font-family: 'Fraunces', serif; font-style: italic;
  font-size: 16px; font-weight: 500; line-height: 1.05; text-align: center;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 10px 24px rgba(255,27,107,.42), inset 0 0 0 1px rgba(255,255,255,.18);
  transform: rotate(-8deg);
  flex-shrink: 0;
}
.h4-pick-info { display: flex; flex-direction: column; gap: 4px; min-width: 0; }
.h4-pick-eyebrow {
  font-family: 'Inter', sans-serif; font-weight: 600;
  font-size: 10px; letter-spacing: .22em; text-transform: uppercase;
  color: rgba(255,255,255,.7);
}
.h4-pick-name {
  font-family: 'Fraunces', serif; font-weight: 400;
  font-size: clamp(1.05rem, 1.5vw, 1.35rem); line-height: 1.1; letter-spacing: -.015em;
  overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
}
.h4-pick-tail {
  font-family: 'Fraunces', serif; font-style: italic;
  font-size: 13px; color: rgba(255,255,255,.7);
}
.h4-pick-arrow {
  font-size: 22px; color: #fff; opacity: .8;
  transition: transform .3s var(--ease);
}
.h4-pick:hover .h4-pick-arrow { transform: translateX(4px); opacity: 1; }

@media (max-width: 720px) {
  .hero-v4 { min-height: 100svh; }
  .h4-fg { padding: 64px 0 32px; }
  .h4-h1 { font-size: clamp(2.6rem, 13vw, 4.8rem); }
  .h4-pick { grid-template-columns: 64px 1fr 20px; padding: 12px 18px 12px 12px; gap: 14px; }
  .h4-pick-stamp { width: 64px; height: 64px; font-size: 13px; }
}

/* ===========================================================
   HERO SEARCH BAND — the search lives in its own pale band
   directly below the hero, so the hero stays cinematic.
   =========================================================== */
.hero-search-band {
  background: var(--bg, #fbf7f0);
  padding: 36px 0 24px;
  position: relative;
}
.hero-bar-wide {
  margin: 0 auto; grid-template-columns: repeat(5, 1fr) auto;
  box-shadow: 0 20px 56px rgba(94,11,107,.10), 0 4px 12px rgba(0,0,0,.05);
  padding: 8px;
  border: 1px solid rgba(0,0,0,.04);
}
@media (max-width: 1080px) {
  .hero-bar-wide { grid-template-columns: 1fr 1fr 1fr; border-radius: 20px; }
  .hero-bar-wide .submit { grid-column: 1 / -1; padding: 16px; border-radius: 999px; height: auto; justify-content: center; }
}

/* Four promises, stated once, sitting on a thin horizontal rule.
   Replaces the marquee — quieter, more confident. */
.hero-promises {
  display: flex; justify-content: center; flex-wrap: wrap; gap: 0;
  padding: 22px 24px 32px;
  font-family: 'Fraunces', serif; font-style: italic;
  font-size: clamp(13px, 1.05vw, 15px);
  color: var(--ink-2, #6b6356);
  text-align: center;
}
.hero-promises > * {
  position: relative; padding: 0 22px;
}
.hero-promises > * + *::before {
  content: '·'; position: absolute; left: -3px; top: 50%; transform: translateY(-50%);
  color: var(--pink, #ff1b6b); opacity: .55; font-style: normal;
}
@media (max-width: 720px) {
  .hero-promises { font-size: 12.5px; padding: 16px 12px 24px; gap: 4px 0; }
  .hero-promises > * { padding: 0 12px; }
}

/* TRUST STRIP (marquee) ---------- */
.trust-strip {
  background: var(--ink); color: var(--bg);
  padding: 14px 0; overflow: hidden; position: relative;
  border-top: 1px solid rgba(255,251,245,.08);
  border-bottom: 1px solid rgba(255,251,245,.08);
}
.trust-marquee {
  display: flex; gap: 56px; white-space: nowrap;
  animation: ts-scroll 38s linear infinite;
}
.trust-strip .ts-item {
  font-size: 12px; letter-spacing: .14em; text-transform: uppercase;
  font-weight: 600; color: var(--bg); display: inline-flex; align-items: center; gap: 8px;
}
.trust-strip .ts-item i { color: var(--marigold); font-size: 10px; }
@keyframes ts-scroll {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}
@media (prefers-reduced-motion: reduce) { .trust-marquee { animation: none; flex-wrap: wrap; justify-content: center; } }

/* CITY DISCOVERY ---------- */
.city-discovery { padding: 90px 0; }
.sec-head .title .lead {
  font-family: 'Fraunces', serif; font-style: italic;
  color: var(--ink-3); font-size: 17px; margin-top: 8px; max-width: 600px;
}
/* ---------- CITY SPREADS — three stacked cinematic portraits ---------- */
.city-spreads {
  display: flex; flex-direction: column; gap: 28px;
  margin-top: 44px;
}
.city-spread {
  position: relative; display: block;
  text-decoration: none; color: #fff;
  border-radius: 20px; overflow: hidden;
  aspect-ratio: 21/9;
  min-height: 280px;
  box-shadow: 0 18px 48px rgba(94,11,107,.14), 0 4px 12px rgba(0,0,0,.06);
  isolation: isolate;
  transition: transform .45s var(--ease), box-shadow .45s var(--ease);
}
.city-spread:hover { transform: translateY(-4px); box-shadow: 0 28px 64px rgba(94,11,107,.24); }
.city-spread .cs-img { position: absolute; inset: 0; z-index: 0; }
.city-spread .cs-img img {
  width: 100%; height: 100%; object-fit: cover;
  filter: saturate(1.1) contrast(1.06);
  transition: transform 2s var(--ease-out);
}
.city-spread:hover .cs-img img { transform: scale(1.05); }
.city-spread .cs-veil {
  position: absolute; inset: 0; z-index: 1;
  background:
    linear-gradient(90deg, rgba(15,14,12,.78) 0%, rgba(15,14,12,.35) 55%, rgba(15,14,12,.08) 100%),
    linear-gradient(180deg, rgba(15,14,12,.10) 0%, rgba(15,14,12,.45) 100%);
}
.city-spread .cs-text {
  position: absolute; inset: 0; z-index: 2;
  display: grid; grid-template-columns: auto 1fr;
  align-items: center; gap: clamp(28px, 5vw, 64px);
  padding: clamp(28px, 5vw, 64px);
}
.city-spread .cs-num {
  font-family: 'Fraunces', serif; font-style: italic; font-weight: 300;
  font-size: clamp(4rem, 11vw, 9rem); line-height: .85; letter-spacing: -.04em;
  color: rgba(255,255,255,.78);
}
.city-spread .cs-body { display: flex; flex-direction: column; gap: 8px; max-width: 56ch; }
.city-spread .cs-eyebrow {
  font-family: 'Inter', sans-serif; font-weight: 600;
  font-size: 11px; letter-spacing: .22em; text-transform: uppercase;
  color: var(--marigold);
}
.city-spread .cs-name {
  font-family: 'Fraunces', serif; font-weight: 300;
  font-size: clamp(2.8rem, 6.5vw, 5.6rem); line-height: .95; letter-spacing: -.035em;
  margin: 4px 0 0;
  text-shadow: 0 2px 18px rgba(0,0,0,.22);
}
.city-spread .cs-meta {
  font-family: 'Fraunces', serif; font-style: italic;
  font-size: clamp(15px, 1.3vw, 18px); color: rgba(255,255,255,.82);
  margin-top: 8px;
}
.city-spread .cs-meta strong { font-style: normal; color: #fff; font-weight: 500; }
.city-spread .cs-areas {
  display: flex; flex-wrap: wrap; gap: 16px;
  margin-top: 10px;
  font-family: 'Fraunces', serif; font-style: italic;
  font-size: 14px; color: rgba(255,255,255,.7);
}
.city-spread .cs-areas span { white-space: nowrap; }
.city-spread .cs-areas span + span::before {
  content: '·'; margin-right: 16px; opacity: .5; color: var(--marigold);
}
.city-spread .cs-cta {
  display: inline-flex; align-items: center; gap: 10px;
  margin-top: 18px;
  font-family: 'Inter', sans-serif; font-weight: 600;
  font-size: 11px; letter-spacing: .22em; text-transform: uppercase;
  color: #fff;
  padding-bottom: 4px;
  border-bottom: 1px solid rgba(255,255,255,.4);
  align-self: flex-start;
  transition: border-color .25s, padding-right .25s var(--ease);
}
.city-spread:hover .cs-cta { border-bottom-color: var(--marigold); padding-right: 8px; }

@media (max-width: 720px) {
  .city-spread { aspect-ratio: 4/5; min-height: 420px; }
  .city-spread .cs-text { grid-template-columns: 1fr; align-items: flex-end; padding: 22px; gap: 8px; }
  .city-spread .cs-num { font-size: clamp(3rem, 16vw, 5rem); }
  .city-spread .cs-areas { font-size: 13px; }
}

/* TRENDING ROW ---------- */
.trending-section { padding: 90px 0; }
.trending-row {
  display: flex; gap: 20px; overflow-x: auto; scroll-snap-type: x mandatory;
  padding: 28px 32px 28px 0; margin: 0 -32px 0 0;
  scrollbar-width: thin; scrollbar-color: var(--line-2) transparent;
}
.trending-row::-webkit-scrollbar { height: 6px; }
.trending-row::-webkit-scrollbar-thumb { background: var(--line-2); border-radius: 3px; }
.tr-card {
  flex: 0 0 280px; scroll-snap-align: start;
  background: #fff; border-radius: 14px; overflow: hidden;
  text-decoration: none; color: var(--ink);
  box-shadow: 0 8px 24px rgba(94,11,107,.08);
  transition: transform .3s var(--ease), box-shadow .3s var(--ease);
}
.tr-card:hover { transform: translateY(-4px); box-shadow: 0 16px 36px rgba(94,11,107,.16); }
.tr-img { position: relative; aspect-ratio: 4/3; overflow: hidden; }
.tr-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.2s var(--ease-out); }
.tr-card:hover .tr-img img { transform: scale(1.05); }
.tr-rating {
  position: absolute; top: 12px; right: 12px;
  background: #fff; padding: 5px 12px; border-radius: 999px;
  font-family: 'Fraunces', serif; font-style: italic; font-size: 12px; color: var(--ink); font-weight: 500;
  box-shadow: 0 4px 10px rgba(15,14,12,.12);
}
.tr-body { padding: 16px 18px; }
.tr-type { font-size: 10px; letter-spacing: .2em; text-transform: uppercase; color: var(--pink); font-weight: 700; margin-bottom: 6px; }
.tr-name { font-family: 'Fraunces', serif; font-size: 17px; font-weight: 500; line-height: 1.2; margin-bottom: 14px; }
.tr-card:hover .tr-name { color: var(--pink); }
.tr-meta { display: flex; justify-content: space-between; align-items: center; padding-top: 12px; border-top: 1px solid var(--line); }
.tr-price { font-family: 'Fraunces', serif; font-size: 14px; color: var(--ink); font-weight: 500; }
.tr-price small { color: var(--ink-3); font-size: 10px; }
.tr-reviews { font-size: 10px; letter-spacing: .14em; text-transform: uppercase; color: var(--ink-3); font-weight: 600; }
@media (max-width: 640px) { .tr-card { flex: 0 0 240px; } .trending-row { padding-right: 18px; margin: 0 -18px 0 0; } }

/* OCCASION INDEX — editorial table-of-contents treatment ---------- */
.occasion-section { padding: 90px 0; }
.occasion-section .sec-head .dek {
  margin-top: 12px; max-width: 36ch;
  font-family: 'Fraunces', serif; font-style: italic;
  color: var(--ink-2); font-size: 16px; line-height: 1.4;
}
.occasion-index {
  list-style: none; padding: 0; margin: 44px 0 0;
  border-top: 1px solid var(--line);
}
.occasion-index > li { margin: 0; padding: 0; border-bottom: 1px solid var(--line); }
.occ-row {
  display: grid;
  grid-template-columns: 52px 1fr 28px;
  align-items: center;
  gap: 24px;
  padding: 26px 4px;
  text-decoration: none; color: var(--ink);
  transition: background .25s var(--ease);
  position: relative;
}
.occ-row::before {
  /* a thin pink rule that grows in from the left on hover */
  content: ''; position: absolute; left: 0; top: -1px; height: 1px; width: 0;
  background: var(--pink); transition: width .5s var(--ease-out);
}
.occ-row:hover { background: rgba(255, 249, 244, .55); }
.occ-row:hover::before { width: 100%; }
.occ-num {
  font-family: 'Fraunces', serif; font-style: italic; font-weight: 400;
  font-size: 22px; color: var(--pink); letter-spacing: -.02em;
  align-self: start; padding-top: 4px;
}
.occ-body { min-width: 0; display: flex; flex-direction: column; gap: 6px; }
.occ-head {
  display: grid; grid-template-columns: auto 1fr auto; align-items: baseline; gap: 14px;
}
.occ-name {
  font-family: 'Fraunces', serif; font-weight: 400;
  font-size: clamp(1.5rem, 2.4vw, 2.1rem); line-height: 1.05; letter-spacing: -.02em;
  transition: color .25s var(--ease);
}
.occ-row:hover .occ-name { color: var(--pink); }
.occ-leader {
  display: block; height: 1px;
  background-image: radial-gradient(circle, var(--ink-2) 1px, transparent 1.2px);
  background-size: 8px 1px; background-repeat: repeat-x; background-position: 0 50%;
  opacity: .35; align-self: center;
}
.occ-count {
  font-family: 'Fraunces', serif; font-weight: 500;
  font-size: 18px; color: var(--ink); letter-spacing: -.01em;
  white-space: nowrap;
}
.occ-count small {
  font-family: 'Inter', sans-serif; font-weight: 500;
  font-size: 10px; letter-spacing: .18em; text-transform: uppercase;
  color: var(--ink-2); margin-left: 6px;
}
.occ-dek {
  font-family: 'Fraunces', serif; font-style: italic;
  color: var(--ink-2); font-size: 15px; line-height: 1.5;
  max-width: 56ch;
}
.occ-arrow {
  font-family: 'Inter', sans-serif; font-size: 22px; color: var(--ink-2);
  justify-self: end;
  transition: transform .35s var(--ease), color .25s var(--ease);
}
.occ-row:hover .occ-arrow { color: var(--pink); transform: translateX(6px); }
@media (max-width: 700px) {
  .occasion-section { padding: 64px 0; }
  .occ-row { grid-template-columns: 36px 1fr 20px; gap: 14px; padding: 20px 2px; }
  .occ-num { font-size: 18px; padding-top: 2px; }
  .occ-head { grid-template-columns: 1fr auto; gap: 8px; }
  .occ-leader { display: none; }
  .occ-name { font-size: clamp(1.2rem, 5vw, 1.45rem); line-height: 1.1; }
  .occ-count { font-size: 14px; }
  .occ-count small { display: none; }   /* keep just the number on mobile */
  .occ-dek { font-size: 14px; }
  .occ-arrow { font-size: 18px; }
}

/* TYPE PILLS ---------- */
.type-section { padding: 70px 0; }
.type-pills {
  display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; margin-top: 28px;
}
.type-pill {
  display: inline-flex; align-items: center; gap: 12px;
  padding: 16px 26px; border-radius: 999px;
  background: #fff; border: 1.5px solid var(--line);
  text-decoration: none; color: var(--ink);
  transition: all .25s var(--ease);
}
.type-pill:hover {
  background: var(--ink); color: #fff; border-color: var(--ink);
  transform: translateY(-2px);
}
.type-pill .tp-name { font-family: 'Fraunces', serif; font-size: 18px; font-weight: 500; }
.type-pill .tp-count {
  background: var(--pink-soft); color: var(--pink);
  padding: 3px 10px; border-radius: 999px;
  font-family: 'Fraunces', serif; font-style: italic; font-size: 12px; font-weight: 500;
}
.type-pill:hover .tp-count { background: var(--marigold); color: var(--ink); }

/* AI CO-PILOT NUDGE ---------- */
.ai-nudge-section { padding: 90px 0; }
.ai-nudge-card {
  display: grid; grid-template-columns: 1fr 1fr; gap: 56px;
  background: var(--ink); color: #fff; border-radius: 24px;
  padding: 64px; align-items: center;
  position: relative; overflow: hidden;
}
.ai-nudge-card::before {
  content: ''; position: absolute; top: -60px; right: -60px;
  width: 240px; height: 240px; border-radius: 50%;
  background: radial-gradient(circle, rgba(255,182,39,.4), transparent 70%);
  pointer-events: none;
}
.ain-pill {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--grad-magenta); padding: 8px 16px; border-radius: 999px;
  font-size: 10px; letter-spacing: .22em; text-transform: uppercase; font-weight: 700;
  margin-bottom: 22px;
}
.ain-pill .sparkle { font-size: 14px; color: var(--marigold); }
.ain-h2 {
  font-family: 'Fraunces', serif; font-size: clamp(2rem, 3.6vw, 3rem);
  font-weight: 300; letter-spacing: -.025em; line-height: 1.1; margin-bottom: 18px;
}
.ain-sub { color: rgba(255,251,245,.78); font-size: 16px; line-height: 1.55; margin-bottom: 26px; }
.ain-right { position: relative; z-index: 1; }
.ain-chat {
  background: rgba(255,251,245,.06); border: 1px solid rgba(255,251,245,.12);
  border-radius: 18px; padding: 20px; display: flex; flex-direction: column; gap: 12px;
  backdrop-filter: blur(8px);
}
.aim { padding: 12px 16px; border-radius: 14px; font-size: 14px; line-height: 1.45; max-width: 90%; }
.aim.me { align-self: flex-end; background: var(--pink); color: #fff; font-weight: 500; }
.aim.ai { align-self: flex-start; background: rgba(255,251,245,.08); color: #fff; border: 1px solid rgba(255,251,245,.08); }
.aim.ai .sparkle { color: var(--marigold); margin-right: 4px; }
.aim.ai strong { color: var(--marigold); font-weight: 600; }
.aim.tag { align-self: center; font-size: 10px; color: rgba(255,251,245,.5); letter-spacing: .18em; text-transform: uppercase; padding: 4px 0; background: transparent; }
@media (max-width: 880px) {
  .ai-nudge-card { grid-template-columns: 1fr; padding: 40px 26px; gap: 32px; }
  .ain-h2 { font-size: 1.8rem; }
}

/* REVIEWS GRID ---------- */
.reviews-section { padding: 90px 0; }
.reviews-grid {
  display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; margin-top: 36px;
}
.review-card {
  background: #fff; border-radius: 14px; padding: 28px;
  border: 1px solid var(--line);
  display: flex; flex-direction: column; gap: 12px;
}
.review-card .rc-stars { color: var(--marigold-2); font-size: 13px; }
.review-card .rc-stars i.far { color: var(--line-2); }
.review-card .rc-title { font-family: 'Fraunces', serif; font-style: italic; font-size: 18px; color: var(--ink); }
.review-card .rc-body { font-size: 14px; line-height: 1.55; color: var(--ink-2); }
.review-card .rc-footer { font-size: 12px; color: var(--ink-3); padding-top: 12px; border-top: 1px solid var(--line); margin-top: auto; display: flex; flex-direction: column; gap: 2px; }
.review-card .rc-footer strong { color: var(--ink); font-weight: 600; }
.review-card .rc-venue a { color: var(--pink); text-decoration: none; }
.review-card .rc-venue a:hover { text-decoration: underline; }
@media (max-width: 880px) { .reviews-grid { grid-template-columns: 1fr; } }

/* LOCALITY CLOUD ---------- */
.locality-cloud-section { padding: 70px 0; }
.locality-cloud { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.lc-chip {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 12px 20px; border-radius: 999px;
  background: #fff; border: 1px solid var(--line);
  text-decoration: none; color: var(--ink); font-size: 13px; font-weight: 500;
  transition: all .25s var(--ease);
}
.lc-chip:hover {
  background: var(--pink); color: #fff; border-color: var(--pink); transform: translateY(-2px);
}
.lc-chip .lc-name { font-weight: 600; }
.lc-chip .lc-city { color: var(--ink-3); font-size: 11px; }
.lc-chip:hover .lc-city { color: rgba(255,255,255,.7); }
.lc-chip .lc-n {
  background: var(--pink-soft); color: var(--pink);
  padding: 2px 8px; border-radius: 999px;
  font-family: 'Fraunces', serif; font-style: italic; font-size: 11px; font-weight: 500;
}
.lc-chip:hover .lc-n { background: var(--marigold); color: var(--ink); }

/* ---------- Discovery chips (type / locality) under listing-head ---------- */
.discovery-chips {
  display: flex; flex-wrap: wrap; gap: 8px;
  align-items: center; margin-top: 18px; padding: 4px 0;
}
.discovery-chips .chip-label {
  font-size: 11px; letter-spacing: .18em; text-transform: uppercase;
  color: var(--ink-3); font-weight: 700; margin-right: 6px;
}
.discovery-chip {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 7px 14px; border-radius: 999px;
  background: #fff; border: 1px solid var(--line);
  font-size: 12.5px; font-weight: 500; color: var(--ink);
  text-decoration: none; transition: all .2s var(--ease);
  white-space: nowrap;
}
.discovery-chip:hover { background: var(--pink-soft); border-color: var(--pink); color: var(--pink); }
.discovery-chip .n {
  font-family: 'Fraunces', serif; font-style: italic; font-size: 11px;
  color: var(--ink-3); font-weight: 400;
}
.discovery-chip.more { color: var(--ink-3); border-style: dashed; cursor: default; }
.discovery-chip.more:hover { background: transparent; color: var(--ink-3); border-color: var(--line); }
.discovery-chips.localities { margin-top: 10px; }
@media (max-width: 640px) {
  .discovery-chips { gap: 6px; }
  .discovery-chip { padding: 6px 12px; font-size: 12px; }
  .discovery-chips .chip-label { display: block; width: 100%; margin-bottom: 4px; }
}

/* ---------- More-visible hamburger ---------- */
@media (max-width: 1080px) {
  .nav-toggle {
    background: var(--pink-soft);
    border: 1px solid rgba(255,27,107,.15);
    border-radius: 12px;
  }
  .nav-toggle:hover { background: var(--pink); }
  .nav-toggle:hover span { background: #fff; }
}

/* ---------- Image attribution overlay on cards/galleries ---------- */
.v-card .img-frame[data-src*="venuebookingz.com"]::before,
.v-card[data-img-source="vb"] .img-frame::before {
  /* (informational; the actual badge below) */
}
/* ---------- Venue placeholder (replaces watermarked vb scrapes) ---------- */
.venue-placeholder {
  position: absolute; inset: 0;
  display: flex; flex-direction: column; justify-content: flex-end;
  padding: 22px 24px; gap: 4px;
  font-family: 'Fraunces', serif;
  background-image:
    radial-gradient(circle at 12% 18%, rgba(255,255,255,.35), transparent 32%),
    radial-gradient(circle at 88% 82%, rgba(0,0,0,.05), transparent 38%);
}
.venue-placeholder .vp-eyebrow {
  font-family: 'Inter', sans-serif; font-weight: 600;
  font-size: 10px; letter-spacing: .22em; text-transform: uppercase;
}
.venue-placeholder .vp-name {
  font-family: 'Fraunces', serif; font-weight: 400;
  font-size: clamp(1.1rem, 1.6vw, 1.45rem); line-height: 1.05; letter-spacing: -.02em;
  margin-top: 4px;
}
.venue-placeholder .vp-city {
  font-style: italic; font-size: 13px; opacity: .65;
}
.venue-placeholder .vp-badge {
  margin-top: 12px; align-self: flex-start;
  font-family: 'Inter', sans-serif; font-weight: 500;
  font-size: 9px; letter-spacing: .18em; text-transform: uppercase;
  padding: 4px 9px; border-radius: 999px;
  background: rgba(0,0,0,.08);
}
/* When the placeholder is inside a non-positioned wrapper (homepage hc-card etc.),
   we still want it to fill that frame. */
.hc-card-img .venue-placeholder,
.tr-card-img .venue-placeholder,
.v-card .img-frame .venue-placeholder { position: absolute; inset: 0; }

/* Detail page hero — gallery section. No absolutely-positioned parent here, so
   the placeholder needs an explicit aspect ratio + relative positioning. */
.detail-placeholder-wrap { position: relative; aspect-ratio: 16/9; border-radius: 14px; overflow: hidden; }
.detail-placeholder-wrap .venue-placeholder {
  position: absolute; inset: 0;
  justify-content: center; align-items: flex-start;
  padding: clamp(28px, 5vw, 64px);
}
.detail-placeholder-wrap .venue-placeholder .vp-name {
  font-size: clamp(1.8rem, 4vw, 3.2rem);
  max-width: 24ch;
}
.detail-placeholder-wrap .venue-placeholder .vp-badge { margin-top: 20px; }
@media (max-width: 700px) {
  .detail-placeholder-wrap { aspect-ratio: 4/3; }
}

.img-source-badge {
  /* Top-left so we don't collide with bottom .overlay-loc (city · type).
     Sits below the Featured pill when both are present. */
  position: absolute; top: 8px; left: 8px; z-index: 4;
  background: rgba(0,0,0,.5); color: rgba(255,255,255,.85);
  font-size: 9px; letter-spacing: .12em; text-transform: uppercase; font-weight: 500;
  padding: 3px 7px; border-radius: 4px;
  backdrop-filter: blur(4px); -webkit-backdrop-filter: blur(4px);
  pointer-events: none;
}
/* When a Featured pill is also present, drop the badge below it */
.v-card .img-frame .badge + .img-source-badge,
.v-card .img-frame .badge ~ .img-source-badge { top: 36px; }
.img-source-badge.google {
  background: rgba(66,133,244,.85); color: #fff;
}

/* ---------- Empty state — long text shouldn't clip on mobile ---------- */
.empty { max-width: 100%; overflow-wrap: anywhere; }
.empty h4, .empty p { max-width: 100%; overflow-wrap: anywhere; word-break: normal; }
@media (max-width: 420px) {
  .empty { padding: 48px 16px; }
  .empty h4 { font-size: clamp(1.4rem, 6vw, 1.7rem); line-height: 1.15; }
  .empty p { font-size: 14px; }
}

/* ---------- Listing filter drawer Apply/Clear bar (mobile only) ---------- */
.filters-actions { display: none; }
@media (max-width: 880px) {
  .filters-actions {
    display: flex; gap: 10px;
    position: sticky; bottom: 0;
    margin: 24px -32px -32px;
    padding: 14px 32px calc(14px + env(safe-area-inset-bottom));
    background: var(--bg);
    border-top: 1px solid var(--line);
    box-shadow: 0 -6px 20px rgba(15,14,12,.06);
    z-index: 5;
  }
  .filters-actions .filters-clear,
  .filters-actions .filters-apply { flex: 1; justify-content: center; min-height: 44px; }
}
/* Bigger filter trigger CTA visibility on listing page */
.filters-mobile-trigger { margin-top: 14px; }

/* ---------- Hero search clarity ---------- */
.hero-bar .cell label { font-weight: 700; }
.hero-bar .cell input[type="date"]::-webkit-calendar-picker-indicator { opacity: .6; }

/* ---------- Reduced-motion polish ---------- */
@media (prefers-reduced-motion: reduce) {
  .nav-drawer, .nav-scrim, .megamenu, .mobile-cta-bar, .menu-trigger::after, .menu-trigger .caret,
  .v-card img, .v-card .save, .nav-toggle span { transition-duration: 0s !important; }
}

/* ============================================================
   PHASE 6 — 375px clipping repair (specific bugs from re-audit)
   ============================================================ */

/* 1) Header — hamburger must always be reachable; brand shrinks first */
@media (max-width: 880px) {
  .nav-row { gap: 12px; }
  .brand { min-width: 0; flex: 0 1 auto; }
  .nav-actions { flex-shrink: 0; }
  .nav-toggle { flex-shrink: 0; }
  /* Empty nav (no links) must not eat space */
  .nav-primary:empty, .nav-primary { flex: 0 0 0; min-width: 0; }
}
@media (max-width: 420px) {
  .nav-row { gap: 8px; padding: 12px 0 !important; }
  .brand { font-size: 19px; letter-spacing: -.02em; }
  .container, .container-narrow { padding: 0 14px; }
  .site-header .container { padding: 0 14px; }
}

/* 2) Topbar — drop the "Now booking — Winter season YYYY/YY" lead-in on narrow,
   keep the pulse + just the phone, so nothing clips. */
.topbar .container > div:first-child {
  display: flex; align-items: center; gap: 6px; flex-wrap: wrap; min-width: 0; max-width: 100%;
}
@media (max-width: 600px) {
  .topbar { font-size: 10px; padding: 6px 0; letter-spacing: .08em; }
  .topbar .topbar-season { display: none; }
}
@media (max-width: 420px) {
  /* Compact mode — drop the "Now booking" label too, just dot + phone */
  .topbar em { display: none; }
  .topbar .topbar-sep { display: none; }
  .topbar .topbar-lead { gap: 8px; }
  .topbar { font-size: 10.5px; letter-spacing: .04em; padding: 6px 0; }
  .topbar .topbar-phone { font-weight: 700; }
}

/* 3) Live ticker — let it wrap on narrow instead of clip */
@media (max-width: 640px) {
  .live-ticker { flex-wrap: wrap; padding: 12px 14px; gap: 10px; }
  .live-ticker .feed { white-space: normal; text-overflow: clip; overflow: visible; flex: 1 1 100%; font-size: 13px; line-height: 1.35; }
}

/* 4) Venue card meta — wrap and never overflow */
.v-card .meta { flex-wrap: wrap; }
.v-card .meta > * { min-width: 0; }
.v-card .price, .v-card .cap { overflow-wrap: anywhere; }
@media (max-width: 420px) {
  .v-card .meta { gap: 8px 12px; }
  .v-card .cap { letter-spacing: .1em; }
}

/* 5) Fact-row — guarantee values fit at 2-col below 720, 1-col below 400 */
.fact-row .si { min-width: 0; }
.fact-row .si .val { overflow-wrap: anywhere; word-break: break-word; }
@media (max-width: 420px) {
  .fact-row .si { padding: 14px 10px; }
  .fact-row .si .val { font-size: 18px; line-height: 1.1; }
  .fact-row .si .l { font-size: 9px; letter-spacing: .14em; }
}
@media (max-width: 360px) {
  .fact-row { grid-template-columns: 1fr; }
  .fact-row .si { border-right: 0 !important; border-bottom: 1px solid rgba(255,27,107,.12); }
  .fact-row .si:last-child { border-bottom: 0; }
}

/* 6) Amenities / policies — defensive shrink */
.amen-list .a { min-width: 0; overflow-wrap: anywhere; }
.amen-list .a i { flex-shrink: 0; }
@media (max-width: 420px) {
  .amen-list .a { font-size: 13px; }
  .info-block { padding: 28px 0; }
  .info-block h2 { font-size: clamp(1.45rem, 6vw, 1.9rem); }
}

/* 7) Sticky mobile CTA bar — shorter labels, never overflow */
.mobile-cta-bar { box-sizing: border-box; width: 100%; }
.mobile-cta-bar .mcb-btn { min-width: 0; overflow: hidden; padding: 6px 4px; }
.mobile-cta-bar .mcb-btn span {
  display: block; max-width: 100%; overflow: hidden;
  text-overflow: ellipsis; white-space: nowrap;
  font-size: 10px; letter-spacing: .08em;
}
@media (max-width: 420px) {
  .mobile-cta-bar { padding: 8px 10px calc(8px + env(safe-area-inset-bottom)); gap: 8px; }
  .mobile-cta-bar .mcb-btn i { font-size: 16px; }
  .mobile-cta-bar .mcb-btn span { font-size: 9.5px; letter-spacing: .04em; }
}

/* 8) Auth subtitle + general paragraph wrap */
.auth-form .sub, .auth-form h1, .auth-form label { max-width: 100%; overflow-wrap: break-word; word-break: normal; }
.auth-form, .auth-aside { box-sizing: border-box; }
@media (max-width: 420px) {
  .auth-form, .auth-aside { padding: 28px 18px !important; }
  .auth-form h1 { font-size: clamp(1.6rem, 7vw, 2rem); }
  .auth-form .sub { font-size: 14px; }
}

/* 9) Site-wide cross-cutting safety: any flex child that holds text should be allowed to shrink */
.detail-meta, .detail-meta .meta-bit, .crumb, .crumb a, .crumb span,
.listing-head-row, .listing-head-row > div,
.foot-grid, .foot-grid > div,
.kpi-row, .kpi-row > .kpi { min-width: 0; }
.detail-meta .meta-bit, .crumb a, .crumb span { overflow-wrap: anywhere; }

/* 10) Container hard cap — content inside container never wider than viewport */
.container, .container-narrow { max-width: 100%; box-sizing: border-box; }

/* ---------- Legal pages (privacy.php / terms.php) ---------- */
.legal-eyebrow {
  font-family: 'Inter', sans-serif; font-weight: 600;
  font-size: 11px; letter-spacing: .22em; text-transform: uppercase;
  color: var(--pink, #ff1b6b);
  margin-bottom: 14px;
}
.legal-h1 {
  font-family: 'Fraunces', serif; font-weight: 400;
  font-size: clamp(2rem, 4vw, 3rem); line-height: 1.1; letter-spacing: -.02em;
  margin: 0 0 8px;
}
.legal-stamp {
  font-family: 'Inter', sans-serif; font-size: 13px;
  color: var(--ink-2, #6b6356); margin-bottom: 36px;
}
.legal-callout {
  background: var(--bg, #fbf7f0);
  border-left: 3px solid var(--pink, #ff1b6b);
  padding: 18px 22px; border-radius: 6px; margin: 24px 0 40px;
  font-family: 'Inter', sans-serif; font-size: 15px; line-height: 1.55;
}
.legal-callout a { color: var(--pink, #ff1b6b); text-decoration: underline; }
.legal-note {
  margin-top: 48px; padding: 16px 20px;
  background: rgba(0,0,0,.04); border-radius: 6px;
  font-family: 'Inter', sans-serif; font-size: 13px; font-style: italic;
  color: var(--ink-2, #6b6356);
}
/* Section H2s inside legal pages */
section [class^="legal-"] ~ h2,
section .legal-callout ~ h2 {
  font-family: 'Fraunces', serif; font-weight: 500;
  font-size: 1.4rem; margin: 36px 0 12px; letter-spacing: -.015em;
  color: var(--ink, #1c1a18);
}

/* ---------- AI at-a-glance summary block (venue detail page) ---------- */
.ai-summary-block {
  background: linear-gradient(180deg, #fff7f4 0%, #fdf2ef 100%);
  border: 1px solid rgba(255,27,107,.18);
  border-radius: 14px;
  padding: 22px 26px;
  margin: 24px 0 32px;
}
.ai-summary-head {
  display: flex; justify-content: space-between; align-items: center;
  gap: 16px; margin-bottom: 14px;
}
.ai-summary-eyebrow {
  font-family: 'Inter', sans-serif; font-weight: 600;
  font-size: 11px; letter-spacing: .22em; text-transform: uppercase;
  color: var(--pink, #ff1b6b);
}
.ai-summary-tag {
  font-family: 'Inter', sans-serif; font-size: 11px;
  color: var(--ink-2, #6b6356); font-style: italic;
}
.ai-summary-list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 10px; }
.ai-summary-list li {
  display: grid; grid-template-columns: 22px 1fr; gap: 12px; align-items: baseline;
  font-family: 'Inter', sans-serif; font-size: 15px; line-height: 1.5; color: var(--ink, #1c1a18);
}
.ai-summary-list strong { color: var(--ink, #1c1a18); font-weight: 600; margin-right: 4px; }
.ai-icon {
  width: 22px; height: 22px; border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 12px; font-weight: 700; flex-shrink: 0;
}
.ai-icon.ai-good  { background: rgba(34,139,90,.15); color: #228b5a; }
.ai-icon.ai-watch { background: rgba(255,182,39,.22); color: #b87a00; }

/* ---- AI Review Summary block (venue page) ---- */
.rev-ai {
  padding: 18px 20px; border-radius: 14px;
  background: linear-gradient(135deg, #fbf7ef 0%, #fff 100%);
  border: 1px solid #ece6dd;
  position: relative; overflow: hidden;
}
.rev-ai::before {
  content: ''; position: absolute; left: 0; top: 0; bottom: 0; width: 3px;
  background: linear-gradient(180deg, #ff1b6b, #ff7a3d);
}
.rev-ai-head {
  display: flex; align-items: center; gap: 10px;
  margin-bottom: 12px;
  font-family: 'Inter', sans-serif;
}
.rev-ai-spark {
  width: 26px; height: 26px; border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  background: linear-gradient(135deg, #ff1b6b, #ff7a3d); color: #fff;
  font-family: 'Fraunces', serif; font-style: italic; font-size: 15px;
}
.rev-ai-title { font-weight: 700; font-size: 14px; color: var(--ink, #1c1a18);
  letter-spacing: .02em; }
.rev-ai-meta { color: var(--ink-3, #9b9385); font-size: 12px; margin-left: auto; }
.rev-ai-list { list-style: none; margin: 0; padding: 0;
  display: flex; flex-direction: column; gap: 10px; }
.rev-ai-row {
  display: grid; grid-template-columns: 22px 1fr; gap: 12px; align-items: baseline;
  font-family: 'Inter', sans-serif; font-size: 14.5px; line-height: 1.5;
  color: var(--ink, #1c1a18);
}
.rev-ai-row strong { font-weight: 600; margin-right: 4px; }
.rev-ai-icon {
  width: 22px; height: 22px; border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 12px; font-weight: 700; flex-shrink: 0;
}
.rev-ai-pros  .rev-ai-icon { background: rgba(34,139,90,.15);  color: #228b5a; }
.rev-ai-watch .rev-ai-icon { background: rgba(255,182,39,.22); color: #b87a00; }

/* ---- Wishlist → Compare CTA (dashboard) ---- */
.wishlist-compare-cta {
  display: flex; align-items: center; gap: 16px;
  padding: 16px 20px; margin-top: 12px;
  background: linear-gradient(135deg, #fff5f9 0%, #fff 100%);
  border: 1px solid #f5d4e4; border-radius: 14px;
}
.wcc-mark { width: 38px; height: 38px; border-radius: 50%;
  background: linear-gradient(135deg, #ff1b6b, #ff7a3d); color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-family: 'Fraunces', serif; font-style: italic; font-size: 20px;
  flex-shrink: 0; }
.wcc-body { flex: 1; display: flex; flex-direction: column; gap: 2px;
  font-family: 'Inter', sans-serif; font-size: 14px; }
.wcc-body strong { color: var(--ink, #1c1a18); font-weight: 700; }
.wcc-body span { font-size: 13px; }
.wcc-btn { padding: 10px 18px; background: var(--ink, #1c1a18); color: #fff;
  border-radius: 999px; text-decoration: none; font: 600 13px/1 'Inter', sans-serif;
  white-space: nowrap; transition: background .15s; }
.wcc-btn:hover { background: var(--pink, #ff1b6b); }
@media (max-width: 640px) {
  .wishlist-compare-cta { flex-direction: column; align-items: flex-start; text-align: left; }
  .wcc-btn { align-self: stretch; text-align: center; }
}
.rev-ai-disc { margin-top: 12px; padding-top: 10px;
  border-top: 1px dashed rgba(0,0,0,.08);
  font-size: 11.5px; color: var(--ink-3, #9b9385); }
@media (max-width: 600px) {
  .rev-ai { padding: 14px 16px; }
  .rev-ai-meta { display: none; }
  .rev-ai-row { font-size: 14px; }
}


/* ===========================================================
   CLEAN MARKETPLACE HOMEPAGE (Phase 18)
   Airbnb-style: simple hero, lots of venues visible up front,
   restrained typography. Drops the magazine framing — no
   Vol. I, no Issue 03, no italic-Fraunces-everywhere.
   =========================================================== */

/* ---- Clean hero — sits on a soft cream background, no full-bleed photo ---- */
.hero-clean {
  background: var(--bg, #fbf7f0);
  padding: clamp(48px, 7vw, 88px) 0 0;
  position: relative;
}
.hero-clean .container { display: flex; flex-direction: column; gap: clamp(28px, 4vw, 44px); }
.hero-clean-copy { max-width: 720px; }
.hero-clean h1 {
  font-family: 'Fraunces', serif; font-weight: 400;
  font-size: clamp(2rem, 4.6vw, 3.8rem); line-height: 1.05; letter-spacing: -.025em;
  color: var(--ink, #1c1a18);
  margin: 0 0 12px;
}
.hero-clean p {
  font-family: 'Inter', sans-serif;
  font-size: clamp(15px, 1.2vw, 17px); line-height: 1.5;
  color: var(--ink-2, #6b6356);
  margin: 0;
}
.hero-search-band--inline {
  background: transparent; padding: 0 0 clamp(40px, 6vw, 64px);
}

/* ---- AI Concierge input — natural language search ---- */
.concierge-shell {
  position: relative;
  max-width: 820px;
  margin: 0 auto;
}

/* The "AI · Live" badge sitting above the bar */
.concierge-badge {
  display: inline-flex; align-items: center; gap: 8px;
  margin: 0 auto 14px; padding: 6px 14px 6px 10px;
  background: linear-gradient(135deg, rgba(255,27,107,.08), rgba(255,122,61,.08));
  border: 1px solid rgba(255,27,107,.18);
  border-radius: 999px;
  font-family: 'Inter', sans-serif; font-size: 12px; font-weight: 600;
  letter-spacing: .04em; color: var(--ink, #1c1a18);
  position: relative; z-index: 2;
}
.concierge-badge .cb-dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: #22c55e; box-shadow: 0 0 0 0 rgba(34,197,94,.6);
  animation: cb-dot-pulse 1.8s infinite;
}
@keyframes cb-dot-pulse {
  0%   { box-shadow: 0 0 0 0 rgba(34,197,94,.5); }
  70%  { box-shadow: 0 0 0 10px rgba(34,197,94,0); }
  100% { box-shadow: 0 0 0 0 rgba(34,197,94,0); }
}
.concierge-badge .cb-text { color: var(--ink-2, #6b6356); }
.concierge-badge .cb-new {
  background: linear-gradient(135deg, #ff1b6b, #ff7a3d); color: #fff;
  font-size: 9.5px; font-weight: 700; letter-spacing: .12em;
  padding: 3px 7px; border-radius: 4px;
}
/* Centre the badge & tagline above the bar */
.concierge-shell { text-align: center; }
.concierge-tagline {
  font-family: 'Fraunces', serif; font-style: italic;
  font-size: clamp(15px, 1.4vw, 18px);
  color: var(--ink-2, #6b6356);
  margin: 0 0 18px;
}

/* Animated soft-glow halo behind the bar — what draws the eye in */
.concierge-glow {
  position: absolute; inset: 38px -20px -20px -20px;
  background:
    radial-gradient(ellipse 40% 60% at 20% 50%, rgba(255,27,107,.22), transparent 70%),
    radial-gradient(ellipse 40% 60% at 80% 50%, rgba(255,122,61,.22), transparent 70%),
    radial-gradient(ellipse 60% 80% at 50% 50%, rgba(255,210,77,.16), transparent 70%);
  filter: blur(28px); border-radius: 999px;
  opacity: .85;
  animation: cg-drift 8s ease-in-out infinite alternate;
  pointer-events: none; z-index: 0;
}
@keyframes cg-drift {
  0%   { transform: translateX(-10px) scale(1); opacity: .75; }
  100% { transform: translateX(10px)  scale(1.04); opacity: 1; }
}

.concierge-form {
  position: relative; z-index: 1;
  display: grid; grid-template-columns: auto 1fr auto auto auto;
  align-items: center; gap: 10px;
  background: #fff;
  padding: 12px 14px 12px 22px;
  border-radius: 999px;
  border: 2px solid var(--ink, #1c1a18);
  box-shadow:
    0 18px 50px rgba(0,0,0,.10),
    0 4px 12px rgba(255,27,107,.10);
  transition: border-color .25s, box-shadow .25s, transform .25s;
  text-align: left;
}
.concierge-form:hover { transform: translateY(-1px);
  box-shadow: 0 22px 60px rgba(0,0,0,.13), 0 6px 16px rgba(255,27,107,.16); }
/* Animated conic-gradient AI border on focus — feels AI-native */
.concierge-form::before {
  content: ''; position: absolute; inset: -3px; border-radius: 999px;
  padding: 3px;
  background: conic-gradient(from var(--cb-angle, 0deg),
    #ff1b6b, #ff7a3d, #ffd24d, #4dffb8, #4d9bff, #c14dff, #ff1b6b);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor; mask-composite: exclude;
  opacity: 0; transition: opacity .3s;
  pointer-events: none;
}
.concierge-form:focus-within { transform: translateY(-2px); }
.concierge-form:focus-within::before { opacity: 1; animation: cb-spin 6s linear infinite; }
@property --cb-angle { syntax: '<angle>'; initial-value: 0deg; inherits: false; }
@keyframes cb-spin { to { --cb-angle: 360deg; } }

/* Trust strip below the bar */
.concierge-trust {
  display: flex; flex-wrap: wrap; justify-content: center; align-items: center;
  gap: 10px; margin: 14px 0 4px;
  font-family: 'Inter', sans-serif; font-size: 12.5px;
  color: var(--ink-2, #6b6356);
  position: relative; z-index: 2;
}
.concierge-trust .ct-item { display: inline-flex; align-items: center; gap: 6px; }
.concierge-trust .ct-item i { color: var(--pink, #ff1b6b); font-size: 11px; }
.concierge-trust .ct-sep { color: var(--ink-4, #cdc7b8); }
.concierge-form:focus-within {
  border-color: var(--pink, #ff1b6b);
  box-shadow: 0 16px 44px rgba(255,27,107,.18);
}
.concierge-mark {
  position: relative;
  width: 38px; height: 38px;
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.concierge-mark .cm-spark {
  font-family: 'Fraunces', serif; font-style: italic;
  font-size: 26px; line-height: 1;
  background: linear-gradient(135deg, #ff1b6b 0%, #ff7a3d 50%, #ffd24d 100%);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: cm-spin 8s linear infinite;
}
.concierge-mark .cm-ring {
  position: absolute; inset: 0; border-radius: 50%;
  border: 1.5px solid transparent;
  background: conic-gradient(from 0deg, #ff1b6b, #ff7a3d, #ffd24d, #ff1b6b) border-box;
  -webkit-mask: linear-gradient(#000 0 0) padding-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor; mask-composite: exclude;
  opacity: .4;
  animation: cm-ring-spin 4s linear infinite;
}
@keyframes cm-spin { 0%,100% { transform: rotate(0); } 50% { transform: rotate(180deg); } }
@keyframes cm-ring-spin { to { transform: rotate(360deg); } }

#conciergeInput {
  border: 0; outline: 0; background: transparent;
  font-family: 'Inter', sans-serif;
  font-size: clamp(15px, 1.25vw, 18px);
  font-weight: 500;
  color: var(--ink, #1c1a18); width: 100%;
  padding: 4px 0;
}
#conciergeInput::placeholder {
  color: var(--ink-3, #9b9385);
  font-weight: 400;
  font-style: italic;
}

.concierge-go {
  position: relative; overflow: hidden;
  display: inline-flex; align-items: center; gap: 8px;
  background: linear-gradient(135deg, #ff1b6b 0%, #ff7a3d 100%);
  color: #fff;
  padding: 12px 22px; border-radius: 999px; border: 0;
  font-family: 'Inter', sans-serif; font-weight: 700;
  font-size: 14px; letter-spacing: .02em;
  cursor: pointer; white-space: nowrap;
  box-shadow: 0 6px 18px rgba(255,27,107,.32);
  transition: transform .2s, box-shadow .2s;
}
.concierge-go::after {
  content: ''; position: absolute; top: 0; left: -100%;
  width: 60%; height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.4), transparent);
  transition: left .6s;
}
.concierge-go:hover { transform: translateY(-1px);
  box-shadow: 0 10px 24px rgba(255,27,107,.42); }
.concierge-go:hover::after { left: 110%; }
.concierge-go[disabled] { opacity: .7; cursor: wait; transform: none; }
.concierge-go-arrow {
  display: inline-flex; transition: transform .2s;
  font-size: 16px;
}
.concierge-go:hover .concierge-go-arrow { transform: translateX(3px); }
/* Mic button + waveform visualizer when recording */
.concierge-mic {
  position: relative;
  display: inline-flex; align-items: center; justify-content: center;
  width: 34px; height: 34px; border-radius: 50%;
  background: #f6f3ec; border: 1px solid rgba(0,0,0,.08);
  color: var(--ink, #1c1a18); cursor: pointer; transition: all .2s;
  font-size: 13px;
}
.concierge-mic:hover { background: #fff5f9; border-color: var(--pink, #ff1b6b); color: var(--pink, #ff1b6b); }
.concierge-mic.rec { background: var(--pink, #ff1b6b); color: #fff; border-color: var(--pink, #ff1b6b);
  animation: mic-pulse 1.2s ease-in-out infinite; }
.concierge-mic.rec i { display: none; }
.concierge-mic.rec .cm-wave { display: inline-flex; }
.cm-wave { display: none; gap: 2px; align-items: center; height: 16px; }
.cm-wave i { display: block; width: 3px; background: #fff; border-radius: 2px;
  animation: cm-wave-bar .9s ease-in-out infinite; }
.cm-wave i:nth-child(1) { animation-delay: 0s; }
.cm-wave i:nth-child(2) { animation-delay: .15s; }
.cm-wave i:nth-child(3) { animation-delay: .3s; }
.cm-wave i:nth-child(4) { animation-delay: .45s; }
@keyframes cm-wave-bar { 0%,100% { height: 4px; } 50% { height: 14px; } }
@keyframes mic-pulse { 0%,100%{ box-shadow: 0 0 0 0 rgba(255,27,107,.6);} 50%{ box-shadow: 0 0 0 10px rgba(255,27,107,0);} }

/* Surprise-me button */
.concierge-surprise {
  display: inline-flex; align-items: center; justify-content: center;
  width: 34px; height: 34px; border-radius: 50%;
  background: linear-gradient(135deg, #fff3d4, #ffe2c2);
  border: 1px solid rgba(255,210,77,.4);
  font-size: 14px; cursor: pointer;
  transition: all .2s;
}
.concierge-surprise:hover { transform: rotate(-12deg) scale(1.08);
  box-shadow: 0 4px 12px rgba(255,210,77,.4); }
.concierge-surprise.spin { animation: cs-spin .9s ease-in-out; }
@keyframes cs-spin { 0% { transform: rotate(0); } 100% { transform: rotate(720deg); } }

/* Live intent chips — show parsed pills as user types */
.concierge-live {
  display: flex; flex-wrap: wrap; align-items: center; justify-content: center;
  gap: 8px; margin: 14px auto 0;
  font-family: 'Inter', sans-serif; font-size: 12.5px;
  position: relative; z-index: 2;
  animation: cl-in .25s ease;
}
.concierge-live[hidden] { display: none; }
@keyframes cl-in { from { opacity: 0; transform: translateY(-4px); } to { opacity: 1; transform: none; } }
.concierge-live .cl-eye {
  color: #22c55e; font-size: 9px;
  animation: cl-eye-pulse 1.4s infinite;
}
@keyframes cl-eye-pulse { 0%,100%{ opacity: 1; } 50%{ opacity: .35; } }
.concierge-live .cl-label {
  color: var(--ink-3, #9b9385); font-weight: 600;
  letter-spacing: .04em; text-transform: uppercase; font-size: 11px;
}
.concierge-live .cl-chips { display: inline-flex; flex-wrap: wrap; gap: 6px; }
.cl-chip {
  display: inline-flex; align-items: center; gap: 6px;
  background: #fff; border: 1px solid rgba(34,197,94,.3);
  padding: 4px 10px 4px 4px; border-radius: 999px;
  animation: cl-chip-in .25s cubic-bezier(.2,.8,.2,1);
  box-shadow: 0 2px 6px rgba(34,197,94,.12);
}
@keyframes cl-chip-in { from { opacity: 0; transform: translateY(4px) scale(.92); } to { opacity: 1; transform: none; } }
.cl-chip-k { background: #22c55e; color: #fff; font-size: 10px;
  padding: 3px 7px; border-radius: 999px; font-weight: 700;
  letter-spacing: .04em; text-transform: uppercase; }
.cl-chip-v { color: var(--ink, #1c1a18); font-weight: 600; }

/* Live searches ticker — fake-but-realistic recent queries */
.concierge-ticker {
  position: relative;
  margin: 18px auto 0;
  max-width: 720px;
  height: 30px; overflow: hidden;
  border-top: 1px dashed rgba(0,0,0,.08);
  border-bottom: 1px dashed rgba(0,0,0,.08);
  font-family: 'Inter', sans-serif; font-size: 12px;
  color: var(--ink-3, #9b9385);
  mask-image: linear-gradient(90deg, transparent 0, #000 8%, #000 92%, transparent 100%);
  -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 8%, #000 92%, transparent 100%);
}
.concierge-ticker .ct-pulse {
  position: absolute; left: 14px; top: 50%; transform: translateY(-50%);
  width: 6px; height: 6px; border-radius: 50%;
  background: #ff1b6b; animation: ct-pulse-fade 1.4s infinite;
  z-index: 2;
}
@keyframes ct-pulse-fade { 0%,100%{ opacity: 1; } 50%{ opacity: .25; } }
.concierge-ticker .ct-track {
  display: flex; gap: 48px; padding-left: 40px;
  white-space: nowrap;
  animation: ct-scroll 38s linear infinite;
  align-items: center; height: 100%;
}
.concierge-ticker .ct-track span em {
  color: var(--ink, #1c1a18); font-style: italic; font-weight: 500;
}
@keyframes ct-scroll {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}
.concierge-ticker:hover .ct-track { animation-play-state: paused; }

/* Demo state — bar glows + dims surroundings while AI is "demoing itself" */
.concierge-shell.demo-running .concierge-form {
  box-shadow: 0 0 0 4px rgba(255,27,107,.15), 0 22px 60px rgba(255,27,107,.25);
}
.concierge-shell.demo-running #conciergeInput { color: var(--pink, #ff1b6b); }

/* "Your turn ↑" hint after demo collapses */
.concierge-hint[hidden] { display: none; }
.concierge-hint {
  display: inline-flex; align-items: center; gap: 8px;
  margin: 12px auto 0; padding: 8px 16px;
  background: linear-gradient(135deg, #fff5f9, #fff);
  border: 1px solid rgba(255,27,107,.25); border-radius: 999px;
  font-family: 'Inter', sans-serif; font-size: 13px;
  color: var(--ink, #1c1a18); font-weight: 500;
  position: relative; z-index: 2;
  animation: ch-in .4s ease;
  box-shadow: 0 6px 16px rgba(255,27,107,.12);
}
@keyframes ch-in { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }
.ch-arrow {
  color: var(--pink, #ff1b6b); font-weight: 700;
  animation: ch-arrow-bob 1.2s ease-in-out infinite;
}
@keyframes ch-arrow-bob { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-3px); } }
.ch-emo { font-size: 14px; }

/* Pulse-once: a single attention pulse on the bar after demo */
.concierge-form.pulse-once { animation: cf-pulse 1.3s ease; }
@keyframes cf-pulse {
  0%   { box-shadow: 0 18px 50px rgba(0,0,0,.10), 0 0 0 0 rgba(255,27,107,.45); }
  50%  { box-shadow: 0 18px 50px rgba(0,0,0,.10), 0 0 0 14px rgba(255,27,107,0); }
  100% { box-shadow: 0 18px 50px rgba(0,0,0,.10), 0 4px 12px rgba(255,27,107,.10); }
}

/* Example chips below the bar — visual variety, emoji-led */
.concierge-examples {
  display: flex; flex-wrap: wrap; align-items: center; justify-content: center;
  gap: 8px; margin: 18px auto 0; padding: 0 8px;
  font-family: 'Inter', sans-serif; font-size: 13px;
  position: relative; z-index: 2;
}
.cex-lbl {
  color: var(--ink-3, #9b9385); margin-right: 4px;
  font-weight: 600; letter-spacing: .04em; text-transform: uppercase; font-size: 11px;
}
.cex {
  display: inline-flex; align-items: center; gap: 6px;
  background: #fff; border: 1px solid #ece6dd;
  color: var(--ink, #1c1a18); padding: 8px 14px; border-radius: 999px;
  font: inherit; font-size: 13px; font-weight: 500; cursor: pointer;
  transition: all .18s ease;
  box-shadow: 0 2px 6px rgba(0,0,0,.04);
}
.cex .cex-emo { font-size: 14px; line-height: 1; }
.cex:hover {
  border-color: var(--pink, #ff1b6b); color: var(--pink, #ff1b6b);
  transform: translateY(-2px);
  box-shadow: 0 6px 14px rgba(255,27,107,.18);
}

/* Inline results panel — Perplexity-style */
.concierge-panel {
  position: relative;
  margin-top: 20px;
  background: #fff;
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 22px;
  box-shadow: 0 20px 60px rgba(0,0,0,.10);
  overflow: hidden;
  animation: cp-in .35s cubic-bezier(.2,.8,.2,1);
}
@keyframes cp-in { from { opacity: 0; transform: translateY(-6px); } to { opacity: 1; transform: none; } }
.cp-close {
  position: absolute; top: 12px; right: 12px;
  width: 30px; height: 30px; border-radius: 50%; border: 0;
  background: #f6f3ec; color: var(--ink, #1c1a18);
  font-size: 18px; line-height: 1; cursor: pointer; z-index: 2;
  transition: background .15s;
}
.cp-close:hover { background: #ffe4eb; color: var(--pink, #ff1b6b); }

.cp-head {
  display: flex; gap: 14px; padding: 18px 22px;
  background: linear-gradient(180deg, #fbf7ef 0%, #fff 100%);
  border-bottom: 1px solid rgba(0,0,0,.05);
}
.cp-spark {
  width: 36px; height: 36px; flex-shrink: 0;
  border-radius: 50%; background: linear-gradient(135deg, #ff1b6b, #ff7a3d);
  color: #fff; display: flex; align-items: center; justify-content: center;
  font-family: 'Fraunces', serif; font-style: italic; font-size: 20px;
  box-shadow: 0 4px 12px rgba(255,27,107,.3);
}
.cp-head-text { flex: 1; min-width: 0; }
.cp-think { font-family: 'Inter', sans-serif; font-size: 14px;
  color: var(--ink, #1c1a18); margin-bottom: 8px; min-height: 18px; }
.cp-think strong { font-weight: 700; }
.cp-soft { color: var(--ink-3, #9b9385); font-size: 12px; }
.cp-pills { display: flex; flex-wrap: wrap; gap: 6px; }
.cp-pill {
  display: inline-flex; align-items: center; gap: 6px;
  background: #fff; border: 1px solid #ece6dd;
  padding: 3px 10px 3px 4px; border-radius: 999px;
  font-family: 'Inter', sans-serif; font-size: 12px;
  animation: cp-pill-in .3s ease backwards;
}
.cp-pill:nth-child(1){ animation-delay: 60ms; }
.cp-pill:nth-child(2){ animation-delay: 120ms; }
.cp-pill:nth-child(3){ animation-delay: 180ms; }
.cp-pill:nth-child(4){ animation-delay: 240ms; }
.cp-pill:nth-child(5){ animation-delay: 300ms; }
.cp-pill:nth-child(6){ animation-delay: 360ms; }
@keyframes cp-pill-in { from { opacity: 0; transform: translateY(4px); } to { opacity: 1; transform: none; } }
.cp-pill-k { background: var(--ink, #1c1a18); color: #fff; padding: 3px 8px;
  border-radius: 999px; font-size: 10.5px; letter-spacing: .04em; font-weight: 600; text-transform: uppercase; }
.cp-pill-v { color: var(--ink, #1c1a18); font-weight: 500; padding-right: 4px; }

.cp-results {
  padding: 12px;
  max-height: 540px; overflow-y: auto;
}
.cp-card {
  display: grid; grid-template-columns: 92px 1fr auto;
  gap: 14px; align-items: center;
  padding: 12px; margin-bottom: 6px;
  border-radius: 14px; text-decoration: none; color: inherit;
  transition: background .15s, transform .15s;
}
.cp-card.cp-stream { animation: cp-card-stream .45s cubic-bezier(.2,.8,.2,1) both; }
@keyframes cp-card-stream {
  from { opacity: 0; transform: translateY(14px) scale(.985); }
  to   { opacity: 1; transform: none; }
}
.cp-reason-text { white-space: pre-wrap; }
.cp-caret { display: inline-block; width: 6px; margin-left: 2px;
  color: var(--pink, #ff1b6b); font-weight: 600;
  animation: cp-caret-blink 1s steps(2) infinite; }
@keyframes cp-caret-blink { 0%,100% { opacity: 1; } 50% { opacity: 0; } }
.cp-card:hover { background: #fbf7ef; }
.cp-thumb { width: 92px; height: 92px; border-radius: 12px; overflow: hidden;
  background: #efebe2; flex-shrink: 0; }
.cp-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.cp-body { min-width: 0; }
.cp-name { font-family: 'Fraunces', serif; font-size: 18px; font-weight: 600;
  color: var(--ink, #1c1a18); display: flex; align-items: center; gap: 10px;
  line-height: 1.2; margin-bottom: 4px; }
.cp-rating { font-family: 'Inter', sans-serif; font-size: 12.5px;
  color: var(--pink, #ff1b6b); font-weight: 600; }
.cp-meta { font-family: 'Inter', sans-serif; font-size: 13px;
  color: var(--ink-2, #6b6356); margin-bottom: 2px; }
.cp-reason { display: flex; gap: 6px; align-items: flex-start;
  margin-top: 6px; padding: 6px 10px;
  background: rgba(255,27,107,.06); border-radius: 8px;
  font-family: 'Inter', sans-serif; font-size: 12.5px;
  color: var(--ink, #1c1a18); line-height: 1.4; }
.cp-reason-icon { color: var(--pink, #ff1b6b); font-family: 'Fraunces', serif;
  font-style: italic; font-weight: 700; flex-shrink: 0; }
.cp-go { color: var(--ink-3, #9b9385); font-size: 20px; padding: 0 8px;
  transition: transform .15s, color .15s; }
.cp-card:hover .cp-go { transform: translateX(4px); color: var(--pink, #ff1b6b); }
.cp-empty { padding: 28px; text-align: center; color: var(--ink-2, #6b6356); }
.cp-empty a { color: var(--pink, #ff1b6b); font-weight: 600; }

.cp-foot[hidden] { display: none; }
.cp-foot {
  display: flex; align-items: center; justify-content: space-between;
  padding: 14px 22px; border-top: 1px solid rgba(0,0,0,.05);
  background: #fbf7ef;
  font-family: 'Inter', sans-serif; font-size: 12.5px;
}
.cp-all { color: var(--ink, #1c1a18); font-weight: 600; text-decoration: none;
  display: inline-flex; align-items: center; gap: 6px;
  padding: 8px 16px; border-radius: 999px; background: #fff;
  border: 1px solid rgba(0,0,0,.1); transition: all .15s; }
.cp-all:hover { background: var(--ink, #1c1a18); color: #fff; border-color: var(--ink, #1c1a18); }
.cp-disc { color: var(--ink-3, #9b9385); font-size: 11.5px; }

@media (max-width: 640px) {
  .cp-head { padding: 14px 16px; gap: 10px; }
  .cp-spark { width: 30px; height: 30px; font-size: 16px; }
  .cp-results { padding: 8px; max-height: 460px; }
  .cp-card { grid-template-columns: 72px 1fr; gap: 10px; padding: 10px; }
  .cp-thumb { width: 72px; height: 72px; }
  .cp-go { display: none; }
  .cp-name { font-size: 16px; }
  .cp-foot { flex-direction: column; gap: 8px; padding: 12px 16px; }
  .cp-disc { text-align: center; }
  .concierge-examples { gap: 5px; padding: 0 4px; }
  .cex { padding: 5px 10px; font-size: 11.5px; }
}
.concierge-or {
  display: flex; justify-content: center; margin: 22px 0 14px;
  font-family: 'Inter', sans-serif; font-size: 11px; letter-spacing: .22em;
  text-transform: uppercase; color: var(--ink-3, #9b9385);
}
.concierge-or span { position: relative; padding: 0 16px; }
.concierge-or span::before, .concierge-or span::after {
  content: ''; position: absolute; top: 50%;
  width: 60px; height: 1px; background: var(--line, rgba(0,0,0,.12));
}
.concierge-or span::before { right: 100%; }
.concierge-or span::after  { left: 100%; }
/* Slim alt-actions row that now replaces the bulky quiz CTA + filters divider */
.hero-alts {
  display: flex; flex-wrap: wrap; justify-content: center; align-items: center;
  gap: 12px; margin: 28px 0 18px;
  font-family: 'Inter', sans-serif; font-size: 13.5px;
}
.hero-alt-link {
  display: inline-flex; align-items: center; gap: 8px;
  color: var(--ink, #1c1a18); text-decoration: none;
  padding: 8px 16px; border-radius: 999px;
  background: rgba(255,255,255,.7); border: 1px solid rgba(0,0,0,.08);
  font-weight: 600;
  transition: all .15s;
  backdrop-filter: blur(6px);
}
.hero-alt-link:hover { border-color: var(--pink, #ff1b6b); color: var(--pink, #ff1b6b); }
.hero-alt-link .hal-mark {
  color: var(--pink, #ff1b6b);
  font-family: 'Fraunces', serif; font-style: italic; font-size: 16px;
}
.hero-alt-link--muted { background: transparent; border: 0; color: var(--ink-3, #9b9385); font-weight: 500; padding: 8px 4px; }
.hero-alt-link--muted:hover { color: var(--ink, #1c1a18); background: transparent; }
.hero-alt-sep { color: var(--ink-4, #cdc7b8); }
@media (max-width: 640px) {
  .hero-alts { flex-direction: column; gap: 8px; margin: 22px 0 14px; }
  .hero-alt-sep { display: none; }
}

.hero-quiz-cta { display: flex; justify-content: center; margin: 4px 0 10px; }
.hero-quiz-link { display: inline-flex; align-items: center; gap: 14px;
  padding: 14px 22px; background: linear-gradient(135deg, #fff5f9 0%, #fff 100%);
  border: 1px solid #f5d4e4; border-radius: 14px; text-decoration: none;
  color: #1c1a18; transition: all .2s; max-width: 480px; }
.hero-quiz-link:hover { border-color: #ff1b6b; transform: translateY(-1px);
  box-shadow: 0 8px 20px rgba(255,27,107,.12); }
.hqc-mark { font-size: 22px; color: #ff1b6b; flex-shrink: 0; }
.hqc-body { display: flex; flex-direction: column; flex: 1; min-width: 0; }
.hqc-body strong { font-size: 15px; font-weight: 700; }
.hqc-body small { color: #777; font-size: 12.5px; margin-top: 2px; }
.hqc-arrow { color: #ff1b6b; font-size: 18px; flex-shrink: 0; }
@media (max-width: 640px) {
  .concierge-shell { max-width: 100%; }
  /* Mobile: ✦ | input | 🎲 | Ask AI  (mic hidden) */
  .concierge-form { grid-template-columns: auto 1fr auto auto; padding: 10px 12px 10px 16px; gap: 8px; }
  .concierge-mic { display: none; }
  .concierge-mark { width: 30px; height: 30px; }
  .concierge-mark .cm-spark { font-size: 22px; }
  .concierge-surprise { width: 32px; height: 32px; font-size: 13px; }
  .concierge-go { padding: 10px 14px; }
  .concierge-go-label { display: none; }
  .concierge-go-arrow { font-size: 18px; }
  #conciergeInput { font-size: 15px; }
  .concierge-tagline { font-size: 14px; margin-bottom: 14px; padding: 0 12px; }
  .concierge-glow { inset: 60px -10px -10px -10px; filter: blur(20px); }
  .concierge-trust { gap: 6px; font-size: 11.5px; }
  .concierge-trust .ct-sep { display: none; }
  .concierge-examples { gap: 6px; }
  .cex { padding: 6px 10px; font-size: 12px; }
  .concierge-ticker { font-size: 11px; }
}
.hero-search-band--inline .hero-bar-wide {
  background: #fff;
  border: 1px solid rgba(0,0,0,.06);
  box-shadow: 0 8px 24px rgba(0,0,0,.06);
}

/* ---- Section header — clean, no roman-numeral / italic ---- */
.section-head-clean {
  display: flex; justify-content: space-between; align-items: baseline;
  gap: 24px; flex-wrap: wrap;
  margin-bottom: clamp(20px, 2.5vw, 32px);
}
.section-head-clean h2 {
  font-family: 'Fraunces', serif; font-weight: 400;
  font-size: clamp(1.5rem, 2.4vw, 2.2rem); line-height: 1.1; letter-spacing: -.02em;
  color: var(--ink, #1c1a18);
  margin: 0;
}
.section-head-clean .see-all {
  font-family: 'Inter', sans-serif; font-weight: 500;
  font-size: 14px; color: var(--ink, #1c1a18);
  text-decoration: none; border-bottom: 1px solid currentColor;
  padding-bottom: 1px; transition: color .2s var(--ease);
}
.section-head-clean .see-all:hover { color: var(--pink, #ff1b6b); }

/* ---- Featured venues — 4-up grid on desktop using the existing .v-card ---- */
/* =================================================================
   WHY BANQUETHUB — the differentiation block. Sits between hero and
   featured venues. Reads as: "the chaotic way" (other aggregators)
   vs. "the concierge way" (us). Anti-spam framing.
   ================================================================= */
.why-bh {
  padding: clamp(56px, 7vw, 96px) 0;
  background: linear-gradient(180deg, #fff 0%, #fbf7f0 100%);
  border-top: 1px solid var(--line, rgba(0,0,0,.08));
}
.why-bh-head {
  max-width: 720px; margin: 0 auto clamp(30px, 4vw, 50px);
  text-align: center;
}
.why-bh-head h2 {
  font-family: 'Fraunces', serif; font-weight: 400;
  font-size: clamp(28px, 4vw, 44px); line-height: 1.15;
  letter-spacing: -0.02em; margin: 12px 0 14px; color: var(--ink, #1c1a18);
}
.why-bh-head .sub {
  font-family: 'Fraunces', serif; font-style: italic;
  font-size: clamp(15px, 1.5vw, 18px); line-height: 1.55;
  color: var(--ink-2, #6b6356); max-width: 620px; margin: 0 auto;
}

/* ==========  THE PHONE MOCKUP STAGE  ========== */
.why-bh-stage {
  position: relative;
  max-width: 1100px;
  margin: 0 auto clamp(44px, 6vw, 72px);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: clamp(20px, 3vw, 48px);
  align-items: start;
}

/* The phone shell — pure CSS, no images. iPhone-ish silhouette. */
.phone {
  position: relative;
  max-width: 320px;
  margin: 0 auto;
  display: flex; flex-direction: column; align-items: center;
}
.phone-stamp {
  font: 600 10px/1 'Inter', sans-serif;
  letter-spacing: .18em; text-transform: uppercase;
  background: rgba(0,0,0,.06); color: var(--ink-2, #6b6356);
  padding: 6px 14px; border-radius: 999px;
  margin-bottom: 14px;
}
.phone-stamp-us {
  background: linear-gradient(135deg, #ff1b6b, #ff7a3d);
  color: #fff;
  box-shadow: 0 6px 18px rgba(255,27,107,.3);
}
.phone-screen {
  position: relative;
  width: 280px;
  aspect-ratio: 9/19;
  border-radius: 36px;
  padding: 18px 14px 22px;
  background: #0a0808;
  box-shadow:
    0 0 0 4px #1a1614,
    0 0 0 6px #0a0808,
    0 30px 60px -10px rgba(0,0,0,.45),
    0 18px 36px -10px rgba(0,0,0,.3);
  overflow: hidden;
}
/* iPhone-style notch */
.phone-screen::before {
  content: ''; position: absolute; top: 8px; left: 50%; transform: translateX(-50%);
  width: 110px; height: 26px; background: #0a0808; border-radius: 0 0 18px 18px;
  z-index: 10;
}
.phone-bezel-time {
  position: absolute; top: 14px; left: 22px;
  font: 600 12px/1 'Inter', sans-serif;
  color: #fff; z-index: 11;
}
.phone-bezel-time-us { color: #fff; }
.phone-bezel-icons {
  position: absolute; top: 14px; right: 22px;
  display: flex; gap: 4px; z-index: 11;
}
.phone-bezel-icons span {
  width: 14px; height: 8px; background: rgba(255,255,255,.7);
  border-radius: 2px;
}
.phone-bezel-icons span:nth-child(2) { width: 9px; }
.phone-bezel-icons span:nth-child(3) {
  width: 18px; height: 9px; border-radius: 3px;
  background: linear-gradient(90deg, #fff 70%, rgba(255,255,255,.3) 70%);
}

/* CHAOTIC phone — wallpaper, stacked notifications */
.phone-screen-them {
  background:
    radial-gradient(ellipse at top, rgba(180, 50, 50, 0.35), transparent 60%),
    linear-gradient(180deg, #1a0e0e 0%, #0a0808 100%);
}
.phone-noti-stack {
  position: absolute; top: 48px; left: 8px; right: 8px; bottom: 0;
  display: flex; flex-direction: column; gap: 6px;
  padding: 8px;
}
.phone-noti {
  background: rgba(255,255,255,.18);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-radius: 11px;
  padding: 7px 10px;
  font-family: 'Inter', sans-serif;
  color: #fff;
  opacity: 0;
  transform: translateY(-12px);
  animation: phone-noti-in .45s ease forwards;
  animation-delay: var(--delay, 0s);
  border: 1px solid rgba(255,255,255,.06);
}
.phone-noti-head {
  display: flex; justify-content: space-between; align-items: baseline;
  font-size: 10px; line-height: 1.2; margin-bottom: 2px;
}
.phone-noti-head .src { font-weight: 600; color: #fff; }
.phone-noti-head .time { color: rgba(255,255,255,.55); font-size: 9px; }
.phone-noti-body {
  font-size: 10.5px; line-height: 1.32; color: rgba(255,255,255,.92);
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;
  overflow: hidden;
}
.phone-noti-more {
  background: transparent; backdrop-filter: none;
  border: 0; padding: 3px 0; text-align: center;
}
.phone-noti-more .phone-noti-body {
  color: rgba(255,255,255,.55); font-size: 10px; font-style: italic;
}
@keyframes phone-noti-in {
  0%   { opacity: 0; transform: translateY(-12px) scale(.96); }
  100% { opacity: 1; transform: translateY(0) scale(1); }
}

/* CONCIERGE phone — clean WhatsApp-ish chat */
.phone-screen-us {
  background: linear-gradient(180deg, #efeae2 0%, #e9e2d6 100%);
}
.phone-chat {
  position: absolute; top: 44px; left: 8px; right: 8px; bottom: 8px;
  display: flex; flex-direction: column;
  background: #fff;
  border-radius: 22px 22px 14px 14px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0,0,0,.04);
}
.phone-chat-head {
  display: flex; align-items: center; gap: 9px;
  padding: 12px 14px;
  background: linear-gradient(135deg, #075e54, #128c7e);
  color: #fff;
}
.phone-chat-avatar {
  width: 34px; height: 34px; border-radius: 50%;
  background: linear-gradient(135deg, #ff1b6b, #ff7a3d);
  color: #fff; display: flex; align-items: center; justify-content: center;
  font: 700 15px/1 'Inter', sans-serif;
}
.phone-chat-name {
  font: 600 12.5px/1.1 'Inter', sans-serif; margin-bottom: 2px;
}
.phone-verified {
  display: inline-block; width: 13px; height: 13px; line-height: 13px; text-align: center;
  border-radius: 50%; background: #4dffb8; color: #0a4d1f; font-size: 9px;
  font-weight: 800; margin-left: 2px;
}
.phone-chat-status {
  font: 9.5px/1 'Inter', sans-serif; color: rgba(255,255,255,.85);
  display: flex; align-items: center; gap: 4px;
}
.phone-chat-dot { display: inline-block; width: 6px; height: 6px; border-radius: 50%;
  background: #4dffb8; box-shadow: 0 0 0 0 #4dffb8;
  animation: phone-dot-pulse 1.8s infinite; }
@keyframes phone-dot-pulse {
  0%,100% { box-shadow: 0 0 0 0 rgba(77,255,184,.6); }
  60%     { box-shadow: 0 0 0 5px rgba(77,255,184,0); }
}
.phone-chat-body {
  flex: 1; padding: 12px 10px;
  background:
    radial-gradient(circle at 18% 22%, rgba(0,0,0,.025) 1px, transparent 1.5px),
    radial-gradient(circle at 70% 56%, rgba(0,0,0,.025) 1px, transparent 1.5px),
    radial-gradient(circle at 35% 78%, rgba(0,0,0,.025) 1px, transparent 1.5px),
    #efeae2;
  display: flex; flex-direction: column; gap: 6px;
  overflow: hidden;
}
.phone-bubble {
  max-width: 86%; padding: 8px 11px; border-radius: 12px 12px 12px 4px;
  background: #fff;
  font: 11.5px/1.4 'Inter', sans-serif; color: #1a1a1a;
  box-shadow: 0 1px 1px rgba(0,0,0,.06);
  opacity: 0;
  animation: phone-bubble-in .45s ease forwards;
}
.phone-bubble:nth-of-type(1) { animation-delay: 1.6s; }
.phone-bubble:nth-of-type(2) { animation-delay: 2.4s; }
.phone-bubble:nth-of-type(3) { animation-delay: 3.0s; }
.phone-bubble:nth-of-type(4) { animation-delay: 3.4s; }
.phone-bubble strong { color: #ff1b6b; font-weight: 700; }
.phone-bubble-time {
  background: none; box-shadow: none; padding: 1px 6px;
  color: rgba(0,0,0,.42); font-size: 9.5px; align-self: flex-start;
  animation-delay: 3.0s;
}
.phone-bubble-typing {
  background: #fff; padding: 9px 12px; border-radius: 12px 12px 12px 4px;
  display: inline-flex; gap: 3px; align-items: center;
  align-self: flex-start; box-shadow: 0 1px 1px rgba(0,0,0,.06);
}
.phone-bubble-typing span {
  width: 6px; height: 6px; border-radius: 50%; background: #b0b0b0;
  animation: phone-typing 1.4s infinite;
}
.phone-bubble-typing span:nth-child(2) { animation-delay: .2s; }
.phone-bubble-typing span:nth-child(3) { animation-delay: .4s; }
@keyframes phone-typing {
  0%,60%,100% { opacity: .3; transform: translateY(0); }
  30%         { opacity: 1;  transform: translateY(-3px); }
}
@keyframes phone-bubble-in {
  from { opacity: 0; transform: translateY(6px) scale(.96); }
  to   { opacity: 1; transform: translateY(0) scale(1); }
}

/* Caption under each phone */
.phone-caption {
  text-align: center; margin-top: 18px; max-width: 240px;
}
.phone-caption strong {
  display: block;
  font-family: 'Fraunces', serif; font-style: italic; font-weight: 500;
  font-size: clamp(20px, 2.4vw, 26px); line-height: 1.15;
  color: var(--ink, #1c1a18); margin-bottom: 4px;
}
.phone-them .phone-caption strong { color: var(--ink-2, #6b6356); }
.phone-us .phone-caption strong {
  background: linear-gradient(135deg, #ff1b6b, #ff7a3d);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent;
}
.phone-caption span {
  font: 13px/1.4 'Inter', sans-serif;
  color: var(--ink-3, #9b9385);
}

/* Pink halo behind the concierge phone — makes it pop */
.phone-us::before {
  content: ''; position: absolute; inset: -30px;
  background:
    radial-gradient(ellipse 70% 60% at 50% 40%, rgba(255,27,107,.18), transparent 70%),
    radial-gradient(ellipse 50% 80% at 30% 70%, rgba(255,122,61,.16), transparent 70%);
  filter: blur(28px); z-index: -1;
  pointer-events: none;
}

/* Subtle red ring under the chaotic phone — "danger zone" */
.phone-them .phone-screen::after {
  content: ''; position: absolute; left: -30px; right: -30px; bottom: -30px; height: 60px;
  background: radial-gradient(ellipse at center, rgba(180,50,50,.22), transparent 70%);
  filter: blur(20px); z-index: -1;
}

/* VS divider — the dramatic break between the two */
.phone-divider {
  display: flex; align-items: center; justify-content: center;
  padding-top: 220px;  /* center against the phone screens */
  position: relative;
}
.phone-divider-vs {
  font: italic 700 32px/1 'Fraunces', serif;
  background: linear-gradient(135deg, #1c1a18, #ff1b6b);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
}
.phone-divider-vs::before, .phone-divider-vs::after {
  content: ''; position: absolute; left: 50%; transform: translateX(-50%);
  width: 1px; height: 140px;
  background: linear-gradient(180deg, transparent, rgba(0,0,0,.15), transparent);
}
.phone-divider-vs::before { bottom: 50px; }
.phone-divider-vs::after  { top: 50px; }

/* Mobile: stack vertically, drop the VS divider */
@media (max-width: 820px) {
  .why-bh-stage { grid-template-columns: 1fr; gap: 50px; }
  .phone-divider { display: none; }
  .phone-screen { width: 260px; }
  .phone { transform: none !important; }
}

.why-bh-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: clamp(18px, 2.5vw, 28px);
  max-width: 1080px; margin: 0 auto;
}
.why-bh-col {
  padding: clamp(22px, 3vw, 32px);
  border-radius: 18px;
  position: relative;
}
.why-bh-them {
  background: #f5efe5;
  border: 1px solid rgba(0,0,0,.06);
  color: var(--ink-2, #6b6356);
}
.why-bh-them h3 { color: var(--ink-2, #6b6356); text-decoration: line-through; text-decoration-color: rgba(0,0,0,.15); text-decoration-thickness: 1px; }
.why-bh-us {
  background: #fff;
  border: 2px solid var(--ink, #1c1a18);
  box-shadow: 0 18px 50px rgba(0,0,0,.08);
}
.why-bh-us::before {
  content: ''; position: absolute; inset: -2px; z-index: -1;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(255,27,107,.18), rgba(255,122,61,.16) 50%, rgba(255,210,77,.14));
  filter: blur(18px);
}
.why-bh-col-head {
  display: flex; align-items: center; gap: 12px;
  margin-bottom: 18px;
}
.why-bh-tag {
  font: 600 11px/1 'Inter', sans-serif;
  padding: 5px 11px; border-radius: 999px; letter-spacing: .1em; text-transform: uppercase;
  background: rgba(0,0,0,.08); color: var(--ink-2, #6b6356);
}
.why-bh-tag[data-tag="us"] {
  background: linear-gradient(135deg, #ff1b6b, #ff7a3d); color: #fff;
}
.why-bh-col h3 {
  font-family: 'Fraunces', serif; font-weight: 500;
  font-size: clamp(20px, 2.4vw, 26px); margin: 0;
}
.why-bh-col ul {
  list-style: none; padding: 0; margin: 0;
}
.why-bh-col li {
  display: flex; align-items: flex-start; gap: 10px;
  padding: 9px 0;
  font-family: 'Inter', sans-serif; font-size: 15px; line-height: 1.5;
  color: var(--ink, #1c1a18);
}
.why-bh-col li:not(:last-child) { border-bottom: 1px dashed rgba(0,0,0,.06); }
.why-bh-col li .t { flex: 1; }
.why-bh-col li strong { color: var(--ink, #1c1a18); font-weight: 600; display: inline; }
.why-bh-them li strong { color: var(--ink-2, #6b6356); }
.why-bh-col .ic {
  width: 22px; height: 22px; border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 12px; font-weight: 700; flex-shrink: 0;
}
.ic-no  { background: rgba(180,90,90,.12); color: #a35353; }
.ic-yes {
  background: linear-gradient(135deg, #ff1b6b, #ff7a3d);
  color: #fff;
}

.why-bh-stats {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(16px, 2vw, 24px);
  max-width: 880px; margin: clamp(28px, 4vw, 44px) auto 0; text-align: center;
}
.why-bh-stat {
  padding: 18px 14px;
}
.why-bh-stat strong {
  display: block;
  font-family: 'Fraunces', serif; font-weight: 400;
  font-size: clamp(28px, 3.6vw, 38px); line-height: 1;
  background: linear-gradient(135deg, #ff1b6b, #ff7a3d);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 6px;
  letter-spacing: -0.01em;
}
.why-bh-stat span {
  font: 13.5px/1.4 'Inter', sans-serif;
  color: var(--ink-2, #6b6356);
}

@media (max-width: 720px) {
  .why-bh-grid { grid-template-columns: 1fr; }
  .why-bh-stats { grid-template-columns: 1fr; gap: 8px; padding: 0 16px; }
  .why-bh-stat { padding: 12px 0; border-bottom: 1px dashed rgba(0,0,0,.08); }
  .why-bh-stat:last-child { border-bottom: 0; }
  .why-bh-col li { font-size: 14.5px; }
}

.featured-venues { padding: clamp(48px, 6vw, 80px) 0; background: #fff; }
.venue-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(20px, 1.8vw, 32px);
}
@media (max-width: 1080px) { .venue-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
@media (max-width: 820px)  { .venue-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 520px)  { .venue-grid { grid-template-columns: 1fr; } }

/* The .v-card partial already has its own styles. We just tighten its
   container shape for the homepage grid (cleaner aspect, no extra chrome). */
.venue-grid .v-card { display: block; grid-column: span 1; }
.venue-grid .v-card.span-4 { grid-column: span 1; }
.venue-grid .v-card .img-frame {
  position: relative; aspect-ratio: 4/3; border-radius: 12px; overflow: hidden;
}
.venue-grid .v-card .img-frame img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--ease-out); }
.venue-grid .v-card:hover .img-frame img { transform: scale(1.03); }

/* HOMEPAGE-ONLY card declutter (doesn't touch listing pages). */
.featured-venues .v-card .badge,
.featured-venues .v-card .overlay-loc { display: none; }
/* Quieter rating badge */
.featured-venues .v-card .rating {
  background: rgba(255,255,255,.95); padding: 4px 9px;
  font-size: 12px; font-family: 'Inter', sans-serif; font-weight: 600; font-style: normal;
}
/* Save bookmark — smaller, sits next to rating */
.featured-venues .v-card .save {
  width: 30px; height: 30px; top: 12px; right: 12px; bottom: auto; left: auto;
  position: absolute;
  background: rgba(255,255,255,.95); color: var(--ink);
}
/* Body: name + price-row only, type label removed */
.featured-venues .v-card .body { padding: 12px 2px 0; gap: 2px; }
.featured-venues .v-card .body .type { display: none; }
.featured-venues .v-card .body h3 { font-size: 16px; font-weight: 500; }
.featured-venues .v-card .body h3 a { color: var(--ink); text-decoration: none; }
.featured-venues .v-card .meta {
  margin-top: 6px; padding-top: 0; border-top: 0; gap: 8px;
  font-family: 'Inter', sans-serif; font-size: 13px; color: var(--ink-2);
}
.featured-venues .v-card .meta .price { font-weight: 500; color: var(--ink); }
.featured-venues .v-card .meta .price small { color: var(--ink-2); font-weight: 400; }
.featured-venues .v-card .meta .cap { font-size: 12px; }

/* Lighter "List your venue" CTA — drop the dark band, keep it on cream */
.list-venue-cta { background: #fff; padding: clamp(56px, 7vw, 96px) 0; border-top: 1px solid var(--line, rgba(0,0,0,.08)); }
.lvc-card {
  background: transparent !important; color: var(--ink) !important;
  padding: 0 !important;
  border-radius: 0; flex-direction: column !important; align-items: flex-start !important;
  text-align: left; gap: 18px !important; max-width: 720px;
}
.lvc-card h2 { color: var(--ink) !important; }
.lvc-card p { color: var(--ink-2) !important; }
.lvc-btn {
  background: var(--ink) !important; color: #fff !important;
  padding: 12px 22px;
}
.lvc-btn:hover { background: var(--pink) !important; color: #fff !important; }

/* More breathing room between sections on desktop */
@media (min-width: 980px) {
  .featured-venues,
  .cities-clean,
  .occasion-grid-section,
  .type-grid-section,
  .areas-section { padding-top: clamp(72px, 8vw, 112px); padding-bottom: clamp(72px, 8vw, 112px); }
}

/* The "PRIORITY" / hero-pick — first card in featured grid gets a subtle ring */
.featured-venues .v-card:first-child .img-frame { box-shadow: 0 0 0 2px var(--pink); }

/* ---- Cities — three clean tiles ---- */
.cities-clean { padding: clamp(48px, 6vw, 80px) 0; background: var(--bg, #fbf7f0); }
.city-tiles {
  display: grid; grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(16px, 1.8vw, 28px);
}
@media (max-width: 820px) { .city-tiles { grid-template-columns: 1fr; } }
.city-tile-clean {
  display: block; text-decoration: none; color: var(--ink, #1c1a18);
  transition: transform .25s var(--ease);
}
.city-tile-clean:hover { transform: translateY(-3px); }
.city-tile-clean .ctc-img {
  aspect-ratio: 5/4; border-radius: 12px; overflow: hidden;
  background: rgba(0,0,0,.04);
}
.city-tile-clean .ctc-img img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform .8s var(--ease-out);
}
.city-tile-clean:hover .ctc-img img { transform: scale(1.04); }
.city-tile-clean .ctc-meta {
  display: flex; justify-content: space-between; align-items: baseline;
  margin-top: 14px;
}
.city-tile-clean .ctc-meta h3 {
  font-family: 'Fraunces', serif; font-weight: 400;
  font-size: clamp(1.2rem, 1.6vw, 1.5rem); line-height: 1.1; letter-spacing: -.02em;
  margin: 0;
}
.city-tile-clean .ctc-count {
  font-family: 'Inter', sans-serif; font-size: 13px; color: var(--ink-2, #6b6356);
}

/* ---- Override conflicting legacy styles when on the new homepage ---- */
.hero-clean ~ .city-discovery,
.hero-clean ~ .featured-venues + .city-discovery { display: none; }   /* hide the old city-spreads if any leaked through */
.hero-clean ~ * .stat-row { display: none; }
.hero-clean ~ * .trust-strip { display: none; }

/* ---- Occasion grid — 6 photo tiles, name + count overlaid ---- */
.occasion-grid-section { padding: clamp(48px, 6vw, 80px) 0; background: #fff; }
.occasion-grid-clean {
  display: grid; grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(16px, 1.8vw, 24px);
}
@media (max-width: 820px) { .occasion-grid-clean { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 520px) { .occasion-grid-clean { grid-template-columns: 1fr; } }
.occ-tile {
  display: block; text-decoration: none; color: #fff;
  position: relative; transition: transform .25s var(--ease);
}
.occ-tile:hover { transform: translateY(-3px); }
.occ-tile-img {
  position: relative; aspect-ratio: 5/4; border-radius: 12px; overflow: hidden;
  background: rgba(0,0,0,.08);
}
.occ-tile-img img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform .8s var(--ease-out);
}
.occ-tile:hover .occ-tile-img img { transform: scale(1.04); }
.occ-tile-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0) 50%, rgba(0,0,0,.75) 100%);
}
.occ-tile-text {
  position: absolute; left: 18px; right: 18px; bottom: 16px;
  display: flex; flex-direction: column; gap: 2px;
  font-family: 'Inter', sans-serif;
}
.occ-tile-name {
  font-family: 'Fraunces', serif; font-weight: 400;
  font-size: clamp(1.15rem, 1.6vw, 1.5rem); line-height: 1.1; letter-spacing: -.015em;
  color: #fff;
}
.occ-tile-count { font-size: 12px; color: rgba(255,255,255,.85); }

/* ---- Type grid — 6 small image+text cards (Airbnb category style) ---- */
.type-grid-section { padding: clamp(48px, 6vw, 80px) 0; background: var(--bg, #fbf7f0); }
.type-grid-clean {
  display: grid; grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: clamp(14px, 1.5vw, 22px);
}
@media (max-width: 980px) { .type-grid-clean { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
@media (max-width: 520px) { .type-grid-clean { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
.type-tile {
  display: block; text-decoration: none; color: var(--ink, #1c1a18);
  transition: transform .25s var(--ease);
}
.type-tile:hover { transform: translateY(-2px); }
.type-tile-img {
  aspect-ratio: 1/1; border-radius: 10px; overflow: hidden;
  background: linear-gradient(135deg, #f5e5dc 0%, #ebe5d9 60%, #d7b681 100%);
  position: relative;
}
/* When there's no image, the name shows over the gradient block */
.type-tile-img:empty::before,
.type-tile-img:not(:has(img))::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(circle at 30% 25%, rgba(255,255,255,.35), transparent 55%);
}
.type-tile-img img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform .6s var(--ease-out);
}
.type-tile:hover .type-tile-img img { transform: scale(1.04); }
.type-tile-meta { margin-top: 10px; display: flex; flex-direction: column; gap: 2px; }
.type-tile-name {
  font-family: 'Inter', sans-serif; font-weight: 600;
  font-size: 14px; color: var(--ink, #1c1a18);
}
.type-tile-count { font-family: 'Inter', sans-serif; font-size: 12px; color: var(--ink-2, #6b6356); }

/* ---- Areas — clean chip grid (no italic, no big numbers) ---- */
.areas-section { padding: clamp(48px, 6vw, 80px) 0; background: #fff; }
.areas-grid {
  display: grid; grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(10px, 1vw, 14px);
}
@media (max-width: 820px) { .areas-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
.area-chip-clean {
  display: flex; flex-direction: column; gap: 2px;
  padding: 14px 16px;
  background: var(--bg, #fbf7f0);
  border: 1px solid transparent;
  border-radius: 10px;
  text-decoration: none; color: var(--ink, #1c1a18);
  transition: border-color .2s var(--ease), background .2s var(--ease);
}
.area-chip-clean:hover { border-color: var(--ink, #1c1a18); background: #fff; }
.area-name {
  font-family: 'Inter', sans-serif; font-weight: 600;
  font-size: 14px; color: var(--ink, #1c1a18);
}
.area-sub { font-family: 'Inter', sans-serif; font-size: 12px; color: var(--ink-2, #6b6356); }

/* ---- List-your-venue CTA — single quiet band ---- */
.list-venue-cta { padding: clamp(48px, 6vw, 80px) 0; background: var(--bg, #fbf7f0); }
.lvc-card {
  display: flex; justify-content: space-between; align-items: center; gap: 32px;
  padding: clamp(32px, 5vw, 56px);
  background: var(--ink, #1c1a18); color: #fff;
  border-radius: 16px;
}
.lvc-copy { max-width: 520px; }
.lvc-copy h2 {
  font-family: 'Fraunces', serif; font-weight: 400;
  font-size: clamp(1.5rem, 2.4vw, 2.2rem); line-height: 1.1; letter-spacing: -.02em;
  margin: 0 0 8px; color: #fff;
}
.lvc-copy p { font-family: 'Inter', sans-serif; font-size: 15px; color: rgba(255,255,255,.78); margin: 0; line-height: 1.5; }
.lvc-btn {
  display: inline-flex; align-items: center; gap: 8px;
  background: #fff; color: var(--ink, #1c1a18);
  padding: 14px 24px; border-radius: 999px;
  font-family: 'Inter', sans-serif; font-weight: 600; font-size: 14px;
  text-decoration: none; white-space: nowrap;
  transition: background .2s var(--ease);
}
.lvc-btn:hover { background: var(--marigold, #ffb627); color: var(--ink, #1c1a18); }
@media (max-width: 720px) {
  .lvc-card { flex-direction: column; align-items: flex-start; gap: 20px; }
}


/* ============================================================
   Quick Facts table — AEO-optimized venue details
   Semantic <dl>/<table> AI tools (Google AI Overviews, Bing
   Copilot, Perplexity, ChatGPT, Claude) extract for venue
   summaries. Designed to be visually clean AND text-readable.
   ============================================================ */
.quick-facts {
  width: 100%;
  border-collapse: collapse;
  margin: 16px 0 8px;
  font: 15px/1.55 'Inter', system-ui, sans-serif;
}
.quick-facts tr {
  border-bottom: 1px solid rgba(0,0,0,.07);
}
.quick-facts tr:last-child { border-bottom: 0; }
.quick-facts th[scope="row"] {
  text-align: left;
  font-weight: 500;
  color: var(--ink-2, #6b6356);
  padding: 10px 14px 10px 0;
  width: 38%;
  font-size: 14px;
}
.quick-facts td {
  padding: 10px 0;
  color: var(--ink, #1c1a18);
  font-weight: 500;
}
@media (max-width: 480px) {
  .quick-facts th[scope="row"] {
    width: 45%;
    font-size: 13px;
  }
}

/* ============================================================
   DECISION PAGE SECTIONS — category/city/list pages get rich
   AEO/GEO-ready content (quick answer, comparison, cost guide,
   FAQ, hidden charges, verification methodology).
   Phase 35.
   ============================================================ */

/* Section spacing */
.decision-quick-answer,
.decision-compare,
.decision-cost,
.decision-faqs,
.decision-hidden,
.decision-verify {
  padding: clamp(36px, 4vw, 56px) 0;
  border-bottom: 1px solid rgba(0, 0, 0, .06);
}
.decision-quick-answer { padding-top: 28px; padding-bottom: 28px; }
.decision-verify { border-bottom: 0; }

.decision-compare h2,
.decision-cost h2,
.decision-faqs h2,
.decision-hidden h2,
.decision-verify h2 {
  font-family: 'Fraunces', serif;
  font-size: clamp(24px, 3vw, 32px);
  font-weight: 400;
  letter-spacing: -.02em;
  color: var(--ink, #1c1a18);
  margin: 6px 0 8px;
}

.decision-quick-answer .quick-answer-text {
  font: 17px/1.6 'Inter', sans-serif;
  color: var(--ink, #1c1a18);
  max-width: 880px;
  margin: 0;
  padding: 22px 26px;
  background: linear-gradient(135deg, #fff5f9 0%, #fff 100%);
  border: 1px solid #f5d4e4;
  border-radius: 14px;
}

/* Comparison table */
.decision-compare .lbl,
.decision-cost .lbl,
.decision-faqs .lbl,
.decision-hidden .lbl,
.decision-verify .lbl {
  font: 12px/1 'Inter', sans-serif;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--ink-3, #9b9385);
  margin-bottom: 6px;
}
.decision-compare .muted-line { margin-top: 6px; margin-bottom: 16px; }
.decision-compare-wrap { overflow-x: auto; -webkit-overflow-scrolling: touch; }
.decision-compare-table {
  width: 100%; min-width: 640px; border-collapse: collapse;
  font: 14.5px/1.45 'Inter', sans-serif;
}
.decision-compare-table th,
.decision-compare-table td {
  padding: 12px 14px; text-align: left; border-bottom: 1px solid rgba(0, 0, 0, .07);
}
.decision-compare-table thead th {
  font-weight: 500; font-size: 12px; letter-spacing: .06em;
  text-transform: uppercase; color: var(--ink-3, #9b9385);
  background: #fafaf7;
}
.decision-compare-name {
  color: var(--ink, #1c1a18); font-weight: 600;
  text-decoration: none; border-bottom: 1px solid transparent;
}
.decision-compare-name:hover {
  color: var(--pink, #ff1b6b); border-bottom-color: var(--pink, #ff1b6b);
}

/* Cost guide */
.decision-cost-tiers {
  display: grid; gap: 14px; margin-top: 18px;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}
.decision-cost-tier {
  padding: 22px 22px;
  border: 1px solid rgba(0, 0, 0, .08);
  border-radius: 14px;
  background: #fff;
}
.decision-cost-tier.dct-mid {
  border-color: var(--pink, #ff1b6b);
  background: linear-gradient(135deg, #fff5f9 0%, #fff 100%);
}
.dct-label {
  font: 12px/1 'Inter', sans-serif;
  text-transform: uppercase; letter-spacing: .08em;
  color: var(--ink-3, #9b9385);
}
.dct-price {
  font-family: 'Fraunces', serif;
  font-size: 26px; font-weight: 400; color: var(--ink, #1c1a18);
  margin-top: 6px;
}
.dct-note {
  font: 13.5px/1.5 'Inter', sans-serif;
  color: var(--ink-2, #6b6356); margin-top: 6px;
}
.dct-foot { margin-top: 16px; font-size: 13px; }

/* FAQs */
.decision-faqs-list { margin-top: 14px; }
.decision-faq {
  border-bottom: 1px solid rgba(0, 0, 0, .08);
  padding: 16px 0;
}
.decision-faq[open] { padding-bottom: 22px; }
.decision-faq-q {
  list-style: none;
  cursor: pointer;
  font-weight: 600;
  font-size: 16px;
  color: var(--ink, #1c1a18);
  display: flex; align-items: center; justify-content: space-between; gap: 12px;
}
.decision-faq-q::-webkit-details-marker { display: none; }
.decision-faq-q::after {
  content: '+'; font-size: 22px; color: var(--ink-3, #9b9385); transition: transform .2s;
  font-weight: 300;
}
.decision-faq[open] .decision-faq-q::after { content: '–'; }
.decision-faq-a {
  margin-top: 10px; color: var(--ink-2, #6b6356);
  font: 15px/1.65 'Inter', sans-serif; max-width: 800px;
}
.decision-faq-foot { margin-top: 18px; font-size: 13.5px; }

/* Hidden charges */
.decision-hidden-list {
  list-style: none; padding: 0; margin: 16px 0 0;
  display: grid; gap: 8px 22px;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}
.decision-hidden-list li {
  padding: 10px 0 10px 30px;
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, .05);
  font: 14.5px/1.5 'Inter', sans-serif;
  color: var(--ink-2, #6b6356);
}
.decision-hidden-list li::before {
  content: '✓'; position: absolute; left: 4px; top: 10px;
  color: var(--pink, #ff1b6b); font-weight: 600;
}
.decision-hidden-list li strong { color: var(--ink, #1c1a18); }

/* Verification methodology */
.decision-verify p {
  font: 15.5px/1.65 'Inter', sans-serif;
  color: var(--ink-2, #6b6356);
  margin: 10px 0; max-width: 820px;
}
.decision-verify strong { color: var(--ink, #1c1a18); }

/* ============================================================
   GUIDE PAGES — editorial long-form articles
   Phase 36.
   ============================================================ */
.guide-hero {
  padding: clamp(48px, 6vw, 80px) 0 clamp(28px, 3vw, 40px);
  background: linear-gradient(180deg, #fbf7ef 0%, #fff 100%);
  border-bottom: 1px solid rgba(0,0,0,.06);
}
.guide-hero .crumb { font-family: 'Inter', sans-serif; font-size: 12px;
  color: var(--ink-3, #9b9385); letter-spacing: .08em;
  text-transform: uppercase; margin-bottom: 12px; }
.guide-hero .crumb a { color: var(--ink-3, #9b9385); text-decoration: none; }
.guide-hero .crumb a:hover { color: var(--pink, #ff1b6b); }
.guide-hero .crumb .sep { margin: 0 8px; opacity: .5; }
.guide-hero h1 { max-width: 900px; }
.guide-hero .lead {
  font: clamp(17px, 1.7vw, 19px)/1.55 'Inter', sans-serif;
  color: var(--ink-2, #6b6356);
  max-width: 720px;
  margin-top: 10px;
}
.guide-cat {
  display: inline-block;
  padding: 5px 12px;
  background: var(--pink-soft, #fff5f9);
  border: 1px solid #f5d4e4;
  border-radius: 999px;
  font: 12px/1.4 'Inter', sans-serif;
  letter-spacing: .04em;
  color: var(--pink, #ff1b6b);
  font-weight: 500;
}
.guide-byline {
  margin-top: 22px;
  font: 13px/1.4 'Inter', sans-serif;
  color: var(--ink-3, #9b9385);
}
.guide-byline a { color: var(--ink, #1c1a18); text-decoration: none; border-bottom: 1px dotted; }
.guide-byline .byline-sep { margin: 0 8px; opacity: .4; }

.guide-body {
  padding: clamp(32px, 5vw, 64px) 0;
  font: 17px/1.7 'Inter', sans-serif;
  color: var(--ink, #1c1a18);
}
.guide-body .container { max-width: 760px; }
.guide-toc {
  margin-bottom: 36px;
  padding: 18px 22px;
  background: #fafaf7;
  border-left: 3px solid var(--pink, #ff1b6b);
  border-radius: 0 8px 8px 0;
}
.guide-toc .toc-label {
  font: 12px/1.4 'Inter', sans-serif;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--ink-3, #9b9385);
  margin-bottom: 8px;
}
.guide-toc ol { margin: 0; padding-left: 22px; }
.guide-toc li { margin: 4px 0; }
.guide-toc a {
  color: var(--ink, #1c1a18);
  text-decoration: none;
}
.guide-toc a:hover { color: var(--pink, #ff1b6b); text-decoration: underline; }

.guide-section { margin-bottom: 40px; scroll-margin-top: 80px; }
.guide-section h2 {
  font-family: 'Fraunces', serif;
  font-size: clamp(22px, 2.4vw, 28px);
  font-weight: 400;
  letter-spacing: -.02em;
  color: var(--ink, #1c1a18);
  margin: 32px 0 14px;
}
.guide-section p { margin: 12px 0; }
.guide-section ul, .guide-section ol { padding-left: 24px; margin: 10px 0 14px; }
.guide-section li { margin: 6px 0; }
.guide-section code {
  background: #f1ede2; padding: 1px 6px;
  border-radius: 4px; font-size: 14px; font-family: ui-monospace, monospace;
}
.guide-section strong { color: var(--ink, #1c1a18); font-weight: 600; }

.md-table-wrap { overflow-x: auto; margin: 14px 0; }
.md-table {
  width: 100%; min-width: 480px; border-collapse: collapse;
  font: 14.5px/1.5 'Inter', sans-serif;
}
.md-table th, .md-table td {
  padding: 10px 12px; text-align: left;
  border-bottom: 1px solid rgba(0,0,0,.08);
}
.md-table thead th {
  background: #fafaf7;
  font-size: 12px; letter-spacing: .06em; text-transform: uppercase;
  color: var(--ink-3, #9b9385);
}

.guide-faqs { margin-top: 48px; }
.guide-faqs h2 {
  font-family: 'Fraunces', serif;
  font-size: clamp(22px, 2.4vw, 28px);
  font-weight: 400; letter-spacing: -.02em;
  margin-bottom: 14px;
}
.guide-faq {
  border-bottom: 1px solid rgba(0,0,0,.08);
  padding: 14px 0;
}
.guide-faq[open] { padding-bottom: 18px; }
.guide-faq-q {
  list-style: none;
  cursor: pointer;
  font-weight: 600;
  font-size: 16px;
  color: var(--ink, #1c1a18);
}
.guide-faq-q::-webkit-details-marker { display: none; }
.guide-faq-q::after {
  content: '+'; float: right;
  font-size: 20px; color: var(--ink-3); font-weight: 300;
}
.guide-faq[open] .guide-faq-q::after { content: '–'; }
.guide-faq-a {
  margin-top: 10px; color: var(--ink-2, #6b6356);
  font: 15px/1.65 'Inter', sans-serif;
}

.guide-cta {
  margin: 48px 0;
}
.cta-card {
  padding: 32px;
  border-radius: 16px;
  background: linear-gradient(135deg, #fff5f9 0%, #fff 100%);
  border: 1px solid #f5d4e4;
}
.cta-card .cta-eyebrow {
  font: 12px/1.4 'Inter', sans-serif;
  letter-spacing: .08em; text-transform: uppercase;
  color: var(--pink, #ff1b6b); font-weight: 500;
  margin-bottom: 8px;
}
.cta-card h3 {
  font-family: 'Fraunces', serif;
  font-size: 24px; font-weight: 400; letter-spacing: -.01em;
  margin: 0 0 10px;
}
.cta-card p { color: var(--ink-2); margin: 8px 0 18px; }
.cta-actions { display: flex; gap: 12px; flex-wrap: wrap; }

.guide-related-venues { margin-top: 48px; }
.guide-related-venues h2 {
  font-family: 'Fraunces', serif;
  font-size: 24px; font-weight: 400; letter-spacing: -.01em;
  margin-bottom: 18px;
}
.guide-related { margin-top: 48px; padding-top: 36px; border-top: 1px solid rgba(0,0,0,.08); }
.guide-related h2 {
  font-family: 'Fraunces', serif;
  font-size: 24px; font-weight: 400; letter-spacing: -.01em;
  margin-bottom: 18px;
}
.related-guide-list { list-style: none; padding: 0; }
.related-guide-list li { margin: 12px 0; }
.related-guide-list a {
  display: block; padding: 16px 18px;
  background: #fafaf7; border-radius: 10px;
  text-decoration: none; color: inherit;
  border: 1px solid transparent;
  transition: border-color .15s, background .15s;
}
.related-guide-list a:hover {
  border-color: var(--pink, #ff1b6b);
  background: #fff;
}
.related-guide-list .rg-title {
  font-weight: 600; color: var(--ink, #1c1a18);
}
.related-guide-list .rg-desc {
  margin-top: 4px; font-size: 14px;
  color: var(--ink-2, #6b6356);
}

/* Guides index */
.guides-hero {
  padding: clamp(48px, 6vw, 80px) 0 clamp(20px, 3vw, 36px);
  background: linear-gradient(180deg, #fbf7ef 0%, #fff 100%);
  border-bottom: 1px solid rgba(0,0,0,.06);
}
.guides-hero h1 { max-width: 800px; }
.guides-hero .lead {
  font: clamp(17px, 1.7vw, 19px)/1.55 'Inter', sans-serif;
  color: var(--ink-2);
  max-width: 700px;
  margin-top: 10px;
}
.guides-list {
  padding: clamp(28px, 4vw, 48px) 0;
}
.guide-cat-block { margin-bottom: 48px; }
.cat-head h2 {
  font-family: 'Fraunces', serif;
  font-size: clamp(24px, 2.6vw, 30px);
  font-weight: 400; letter-spacing: -.02em;
  margin: 0 0 4px;
}
.cat-head p { color: var(--ink-2); margin: 0 0 18px; max-width: 600px; }
.guides-grid {
  display: grid; gap: 16px;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}
.guide-card {
  display: block;
  padding: 22px;
  background: #fff;
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 14px;
  text-decoration: none;
  color: inherit;
  transition: transform .15s, box-shadow .15s, border-color .15s;
}
.guide-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 22px rgba(0,0,0,.06);
  border-color: var(--pink);
}
.gc-title {
  font-family: 'Fraunces', serif;
  font-size: 19px; font-weight: 400; letter-spacing: -.01em;
  color: var(--ink, #1c1a18);
  margin-bottom: 6px;
}
.gc-desc {
  font: 14px/1.55 'Inter', sans-serif;
  color: var(--ink-2, #6b6356);
}
.gc-meta {
  margin-top: 14px;
  display: flex; align-items: center; justify-content: space-between;
  font: 12px/1 'Inter', sans-serif;
  color: var(--ink-3, #9b9385);
}
.gc-arrow { color: var(--pink); font-size: 16px; }

/* Glossary */
.glossary-hero { padding: clamp(48px, 6vw, 80px) 0; background: linear-gradient(180deg, #fbf7ef 0%, #fff 100%); border-bottom: 1px solid rgba(0,0,0,.06); }
.glossary-hero h1 { max-width: 800px; }
.glossary-list { padding: 36px 0; }
.glossary-grid { display: grid; gap: 16px; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); }
.glossary-card { display: block; padding: 18px 20px; background: #fff; border: 1px solid rgba(0,0,0,.08); border-radius: 12px; text-decoration: none; color: inherit; transition: border-color .15s, transform .15s; }
.glossary-card:hover { border-color: var(--pink); transform: translateY(-2px); }
.glossary-card .term { font-family: 'Fraunces', serif; font-size: 20px; font-weight: 400; }
.glossary-card .definition { font-size: 14px; color: var(--ink-2); margin-top: 4px; line-height: 1.5; }
.term-hero { padding: clamp(48px, 6vw, 80px) 0 28px; background: linear-gradient(180deg, #fbf7ef 0%, #fff 100%); border-bottom: 1px solid rgba(0,0,0,.06); }
.term-hero h1 { font-family: 'Fraunces', serif; font-size: clamp(36px, 5vw, 56px); font-weight: 400; letter-spacing: -.02em; }
.term-aka { color: var(--ink-3); font-style: italic; margin-top: 4px; }
.term-body { padding: 36px 0; font: 17px/1.7 'Inter', sans-serif; }
.term-body .container { max-width: 720px; }
.term-body h2 { font-family: 'Fraunces', serif; font-size: 22px; font-weight: 400; margin: 24px 0 10px; }

/* ============================================================
   INSIDER NOTE — concierge first-hand experience surface
   (E-E-A-T signal, HCU-aligned). Only renders when DB has real
   content. Visually warm + clearly attributed.
   ============================================================ */
.insider-note-block {
  margin: 20px 0;
  padding: 22px 26px;
  background: linear-gradient(135deg, #fff8ea 0%, #fff 100%);
  border: 1px solid #f0dfb5;
  border-left: 4px solid #d4a23a;
  border-radius: 14px;
}
.insider-note-head {
  display: flex; align-items: center; gap: 8px;
  margin-bottom: 8px;
  font: 12px/1 'Inter', sans-serif;
  letter-spacing: .04em;
  color: #8a6a1f;
  text-transform: uppercase;
}
.insider-icon { font-size: 16px; }
.insider-eyebrow { font-weight: 600; }
.insider-author {
  margin-left: auto;
  color: #b89346;
  font-weight: 500;
  text-transform: none;
  letter-spacing: 0;
  font-style: italic;
}
.insider-body {
  margin: 0;
  font: 15.5px/1.65 'Inter', system-ui, sans-serif;
  color: var(--ink, #1c1a18);
}

/* ============================================================
   LOGISTICAL SCORES BLOCK — brief §8.3 killer differentiator
   ============================================================ */
.venue-verified-line {
  margin-top: 12px;
  font-size: 13px;
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.vv-pill {
  display: inline-flex; align-items: center;
  padding: 3px 10px;
  border-radius: 999px;
  background: #e8f5e9;
  border: 1px solid #c8e6c9;
  color: #2e7d32;
  font: 11px/1.4 'Inter', sans-serif;
  font-weight: 600;
  letter-spacing: .02em;
}
.logistical-scores {
  margin-top: 16px;
}
.ls-row {
  display: grid;
  grid-template-columns: minmax(180px, 1.4fr) 2fr minmax(110px, auto);
  gap: 16px;
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px solid rgba(0, 0, 0, .06);
  font: 14px/1.5 'Inter', sans-serif;
}
.ls-row:last-child { border-bottom: 0; }
.ls-label {
  font-weight: 500;
  color: var(--ink, #1c1a18);
  display: flex; align-items: center; gap: 6px;
  cursor: help;
}
.ls-info {
  font-size: 11px;
  color: var(--ink-3, #9b9385);
  font-weight: 400;
}
.ls-bar {
  height: 8px;
  background: rgba(0, 0, 0, .06);
  border-radius: 4px;
  overflow: hidden;
}
.ls-bar-fill {
  height: 100%;
  background: linear-gradient(90deg, #ff1b6b, #ff7a1b);
  border-radius: 4px;
  transition: width .4s;
}
.ls-value {
  text-align: right;
  font-weight: 600;
  font-family: 'Fraunces', serif;
  font-size: 17px;
  color: var(--ink, #1c1a18);
}
.ls-value.ls-empty {
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: var(--ink-3, #9b9385);
  font-style: italic;
}
@media (max-width: 600px) {
  .ls-row {
    grid-template-columns: 1fr auto;
    gap: 4px 12px;
  }
  .ls-bar {
    grid-column: 1 / -1;
    margin-top: 4px;
  }
}

/* ============================================================
   Verified Standard page (/verified-standard) — Blue-ocean keystone
   ============================================================ */
.vs-steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 28px;
  max-width: 72ch;
}
.vs-step {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 20px;
  align-items: start;
}
.vs-step-num {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-weight: 700;
  font-size: 1.1rem;
  color: #fff;
  background: linear-gradient(135deg, #ff1b6b, #ff7a1b);
  flex: 0 0 auto;
}
.vs-step h3 {
  margin: 4px 0 6px;
  font-size: 1.15rem;
}
.vs-step p {
  margin: 0;
  color: #5b5349;
  line-height: 1.6;
}
.vs-faq {
  display: grid;
  gap: 14px;
  max-width: 72ch;
}
.vs-faq-item {
  border: 1px solid rgba(28, 26, 24, 0.12);
  border-radius: 14px;
  background: #fff;
  padding: 0;
  overflow: hidden;
}
.vs-faq-item summary {
  cursor: pointer;
  padding: 18px 22px;
  font-weight: 600;
  font-size: 1.02rem;
  list-style: none;
  position: relative;
}
.vs-faq-item summary::-webkit-details-marker { display: none; }
.vs-faq-item summary::after {
  content: '+';
  position: absolute;
  right: 22px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.4rem;
  color: #ff1b6b;
  font-weight: 400;
}
.vs-faq-item[open] summary::after { content: '\2013'; }
.vs-faq-item p {
  margin: 0;
  padding: 0 22px 20px;
  color: #5b5349;
  line-height: 1.65;
  max-width: 64ch;
}
.vs-cta {
  text-align: center;
  padding: 24px 0;
}

/* Proximity label on "Venues nearby" cards (venue detail page) */
.nearby-dist {
  position: absolute;
  bottom: 12px;
  right: 12px;
  background: rgba(28, 26, 24, 0.82);
  color: #fff;
  font-size: 0.74rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  padding: 4px 10px;
  border-radius: 999px;
  backdrop-filter: blur(4px);
}

/* Venue → editorial cross-links ("Planning a <City> wedding?") */
.venue-resources { padding: 48px 0; }
.vr-links { display: flex; flex-wrap: wrap; gap: 12px; }
.vr-link {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 12px 18px;
  border: 1px solid rgba(28,26,24,0.14);
  border-radius: 999px;
  font-weight: 600; font-size: 0.95rem;
  color: var(--ink-1, #1c1a18);
  background: #fff;
  transition: border-color .15s, transform .15s;
}
.vr-link:hover { border-color: #ff1b6b; transform: translateY(-1px); }
.vr-link .vr-arrow { color: #ff1b6b; font-weight: 700; }

/* ============================================================
   City decision-engine modules (/venues/<city>) — Bangalore brief
   ============================================================ */
.city-snapshot { padding: 36px 0 8px; }
.cs-eyebrow { font-size:.8rem; letter-spacing:.08em; text-transform:uppercase; color:#8a8178; display:flex; align-items:center; gap:8px; }
.cs-eyebrow .vrule { width:22px; height:2px; background:#ff1b6b; display:inline-block; }
.cs-grid { margin-top:16px; border:1px solid rgba(28,26,24,.12); border-radius:16px; overflow:hidden; background:#fff; }
.cs-row { display:grid; grid-template-columns:200px 1fr; gap:16px; padding:14px 20px; border-bottom:1px solid rgba(28,26,24,.07); }
.cs-row:last-child { border-bottom:0; }
.cs-k { font-weight:700; color:#1c1a18; font-size:.92rem; }
.cs-v { color:#5b5349; font-size:.95rem; line-height:1.5; }
@media (max-width:640px){ .cs-row { grid-template-columns:1fr; gap:2px; } }

.city-qa { padding:40px 0; }
.cqa-list { display:grid; gap:16px; }
.cqa-item { border-left:3px solid #ff1b6b; padding:4px 0 4px 18px; }
.cqa-item h3 { font-size:1.05rem; margin:0 0 6px; }
.cqa-item p { margin:0; color:#5b5349; line-height:1.6; max-width:74ch; }

.city-areas { padding:40px 0; }
.ca-grid { display:grid; grid-template-columns:repeat(auto-fill,minmax(280px,1fr)); gap:16px; }
.ca-card { display:block; border:1px solid rgba(28,26,24,.12); border-radius:16px; padding:18px 20px; background:#fff; transition:border-color .15s, transform .15s; }
.ca-card:hover { border-color:#ff1b6b; transform:translateY(-2px); }
.ca-head { display:flex; justify-content:space-between; align-items:baseline; gap:10px; }
.ca-name { font-weight:700; font-size:1.1rem; }
.ca-count { font-size:.8rem; color:#8a8178; white-space:nowrap; }
.ca-best { margin-top:8px; font-size:.9rem; color:#1c1a18; }
.ca-note { margin:8px 0 0; font-size:.88rem; color:#5b5349; line-height:1.55; }
.ca-link { display:inline-block; margin-top:12px; font-weight:600; font-size:.85rem; color:#ff1b6b; }

.city-personas { padding:40px 0; }
.cp-grid { display:grid; grid-template-columns:repeat(auto-fit,minmax(280px,1fr)); gap:16px; }
.cp-card { border:1px solid rgba(28,26,24,.12); border-radius:16px; padding:20px; background:#faf6f2; }
.cp-card h3 { margin:0 0 8px; font-size:1.05rem; }
.cp-card p { margin:0; color:#5b5349; line-height:1.6; font-size:.92rem; }

.city-guide-block { padding:40px 0; }
.city-guide-block.alt { background:#faf6f2; }
.cg-intro { color:#5b5349; line-height:1.65; max-width:78ch; }
.cg-checklist { display:grid; grid-template-columns:repeat(auto-fill,minmax(220px,1fr)); gap:8px 24px; list-style:none; padding:0; margin:0; }
.cg-checklist li { position:relative; padding-left:24px; color:#3a352f; font-size:.92rem; }
.cg-checklist li::before { content:'✓'; position:absolute; left:0; color:#ff1b6b; font-weight:700; }

.city-faqs { padding:40px 0; }
.cfaq-list { display:grid; gap:12px; max-width:80ch; }
.cfaq-item { border:1px solid rgba(28,26,24,.12); border-radius:12px; background:#fff; }
.cfaq-item summary { cursor:pointer; padding:16px 20px; font-weight:600; list-style:none; position:relative; }
.cfaq-item summary::-webkit-details-marker { display:none; }
.cfaq-item summary::after { content:'+'; position:absolute; right:20px; top:50%; transform:translateY(-50%); color:#ff1b6b; font-size:1.3rem; }
.cfaq-item[open] summary::after { content:'\2013'; }
.cfaq-item p { margin:0; padding:0 20px 18px; color:#5b5349; line-height:1.65; }

/* Above-grid direct answer band (hybrid order on city pages) */
.city-direct-answer { padding: 20px 0 4px; }
.city-direct-answer p {
  font-size: 1.05rem; line-height: 1.6; color: #3a352f; max-width: 80ch; margin: 0;
}
.city-direct-answer strong { color: #1c1a18; }

/* Price Index table + Find-by link blocks (city pages) */
.city-price-index { padding: 40px 0; }
.cpi-wrap { overflow-x: auto; }
.cpi-table { width: 100%; border-collapse: collapse; min-width: 560px; background: #fff; border: 1px solid rgba(28,26,24,.12); border-radius: 14px; overflow: hidden; }
.cpi-table th, .cpi-table td { text-align: left; padding: 12px 16px; border-bottom: 1px solid rgba(28,26,24,.08); font-size: .94rem; }
.cpi-table thead th { background: #faf6f2; font-weight: 700; color: #1c1a18; }
.cpi-table tbody tr:last-child td { border-bottom: 0; }
.cpi-table td:nth-child(2) { color: #ff1b6b; font-weight: 600; white-space: nowrap; }

.city-find { padding: 40px 0; }
.cf-block h2 { margin: 0; }
.cf-links { display: flex; flex-wrap: wrap; gap: 10px; }
.cf-pill { display: inline-flex; align-items: center; gap: 6px; padding: 9px 16px; border: 1px solid rgba(28,26,24,.14); border-radius: 999px; font-weight: 600; font-size: .9rem; background: #fff; transition: border-color .15s, transform .15s; }
.cf-pill:hover { border-color: #ff1b6b; transform: translateY(-1px); }
.cf-pill .cf-n { font-size: .78rem; color: #8a8178; }
@media (max-width:600px){ .cpi-table td:nth-child(2){ white-space: normal; } }

/* ============================================================
   NoBroker-style mega SEO footer grid
   ============================================================ */
.foot-seo {
  margin-top: 36px;
  padding-top: 28px;
  border-top: 1px solid rgba(255,255,255,0.12);
}
.foot-seo-title {
  font-size: .82rem;
  text-transform: uppercase;
  letter-spacing: .12em;
  opacity: .65;
  margin: 0 0 18px;
}
.foot-seo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));
  gap: 22px 28px;
}
.foot-seo-col h6 {
  font-size: .8rem;
  font-weight: 700;
  letter-spacing: .02em;
  margin: 0 0 10px;
  opacity: .9;
}
.foot-seo-col ul { list-style: none; margin: 0; padding: 0; }
.foot-seo-col li { margin: 0 0 7px; }
.foot-seo-col a {
  font-size: .82rem;
  line-height: 1.4;
  opacity: .68;
  transition: opacity .15s;
}
.foot-seo-col a:hover { opacity: 1; text-decoration: underline; }
@media (max-width: 560px) {
  .foot-seo-grid { grid-template-columns: repeat(2, 1fr); gap: 18px 16px; }
}

/* Event-specific guidance block (occasion pages) */
.decision-eventguide { padding: 28px 0; }
.deg-list { display: grid; gap: 10px; max-width: 80ch; list-style: none; padding: 0; margin: 0; }
.deg-list li { position: relative; padding-left: 24px; color: #3a352f; line-height: 1.6; }
.deg-list li::before { content: '→'; position: absolute; left: 0; color: #ff1b6b; font-weight: 700; }

/* Price/capacity "on request" placeholder — smaller, muted (never a raw ₹0) */
.fact-row .val-na { font-size: .62em; font-weight: 600; color: #8a8178; letter-spacing: .01em; }

/* Glossary auto-links inside venue descriptions — subtle dotted underline */
.gloss-link { color: inherit; border-bottom: 1px dotted rgba(255,27,107,.55); text-decoration: none; }
.gloss-link:hover { border-bottom-style: solid; color: #ff1b6b; }
