/* ════════════════════════════════════════════════════════════
   JENN'S URBAN CANVAS — premium build
   Editorial neon. Smoke, grain, and gold-hour Los Angeles.
   ════════════════════════════════════════════════════════════ */

:root {
  --ink: #0a0612;
  --ink-2: #120b1f;
  --ink-3: #1a1029;
  --card: rgba(255, 255, 255, 0.045);
  --card-edge: rgba(255, 255, 255, 0.09);
  --pink: #ff2e88;
  --pink-hot: #ff5ca8;
  --violet: #8f5cff;
  --lime: #aaff4d;
  --gold: #ffc83d;
  --cream: #fbf4ea;
  --muted: #af9ec9;
  --radius: 22px;
  --maxw: 1180px;
  --font-display: "Syne", "Arial Black", sans-serif;
  --font-body: "Inter", system-ui, sans-serif;
  --font-hand: "Caveat", cursive;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

/* ── LIGHT (family) THEME ──
   Add class="light" to <body>. The 420 After Dark page keeps the dark default. */
body.light {
  --ink: #fff8f2;
  --ink-2: #ffeef4;
  --ink-3: #ffffff;
  --card: rgba(255, 255, 255, 0.8);
  --card-edge: rgba(255, 46, 136, 0.18);
  --pink: #f02479;
  --pink-hot: #e0357f;
  --violet: #7c4fe0;
  --lime: #3cb96a;
  --gold: #e8a317;
  --cream: #321b3f;
  --muted: #6d5a86;
}
body.light::after { opacity: 0.22; }
body.light .blob { opacity: 0.3; }
body.light header.site { background: rgba(255, 248, 242, 0.82); border-bottom-color: rgba(240, 36, 121, 0.2); }
body.light header.site.scrolled { background: rgba(255, 248, 242, 0.96); }
body.light .mobile-menu { background: rgba(255, 248, 242, 0.98); border-bottom-color: rgba(240, 36, 121, 0.2); }
body.light .mobile-menu a { border-bottom-color: rgba(50, 27, 63, 0.08); }
body.light .marquee { background: var(--ink-2); border-color: rgba(240, 36, 121, 0.2); }
body.light .float-chip { background: rgba(255, 255, 255, 0.92); color: var(--cream); }
body.light .hero-img { box-shadow: 0 30px 70px rgba(80, 30, 90, 0.25); border-color: rgba(240, 36, 121, 0.2); }
body.light .hero-img::after { background: linear-gradient(180deg, transparent 70%, rgba(50, 27, 63, 0.25)); }
body.light .price { text-shadow: none; }
body.light .stars { text-shadow: none; }
body.light .contact-card .big { text-shadow: none; }
body.light .card:hover { box-shadow: 0 22px 50px rgba(80, 30, 90, 0.18); }
body.light .price-card.featured {
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(135deg, var(--pink), var(--violet), var(--lime)) border-box;
  box-shadow: 0 22px 60px rgba(240, 36, 121, 0.18);
}
body.light .t-fade::before { background: linear-gradient(90deg, var(--ink-2), transparent); }
body.light .t-fade::after { background: linear-gradient(-90deg, var(--ink-2), transparent); }
body.light .cta-band {
  background:
    radial-gradient(700px 320px at 50% 120%, rgba(240, 36, 121, 0.14), transparent 65%),
    radial-gradient(600px 300px at 80% -20%, rgba(124, 79, 224, 0.12), transparent 60%),
    var(--ink-2);
}
body.light .legal { background: rgba(255, 255, 255, 0.7); border-color: rgba(50, 27, 63, 0.2); }
body.light .foot-word { -webkit-text-stroke-color: rgba(240, 36, 121, 0.35); }
body.light .step .n { -webkit-text-stroke-color: rgba(240, 36, 121, 0.55); }

/* dark "After Dark" teaser band on light pages */
.afterdark {
  background: #120a1c; border-radius: 26px; padding: 44px 38px;
  display: grid; gap: 24px; align-items: center;
  border: 1px solid rgba(255, 46, 136, 0.35);
  box-shadow: 0 26px 70px rgba(20, 6, 30, 0.35);
}
.afterdark h3 {
  font-size: clamp(1.5rem, 3.4vw, 2.2rem); text-transform: uppercase; color: #fbf4ea;
}
.afterdark h3 .neon {
  background: linear-gradient(92deg, #ff2e88, #8f5cff);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.afterdark p { color: #af9ec9; font-size: 0.98rem; }
.afterdark .pill {
  display: inline-block; font-size: 0.7rem; font-weight: 800; letter-spacing: 0.2em;
  text-transform: uppercase; color: #aaff4d; border: 1px solid rgba(170, 255, 77, 0.4);
  padding: 5px 14px; border-radius: 999px; margin-bottom: 14px;
}
@media (min-width: 800px) { .afterdark { grid-template-columns: 1.4fr auto; } }

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  background: var(--ink);
  color: var(--cream);
  font-family: var(--font-body);
  line-height: 1.7;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

/* film grain over everything */
body::after {
  content: "";
  position: fixed; inset: 0; z-index: 9000; pointer-events: none;
  opacity: 0.5;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.035 0'/%3E%3C/filter%3E%3Crect width='160' height='160' filter='url(%23n)'/%3E%3C/svg%3E");
}

img { max-width: 100%; display: block; }
a { color: var(--pink-hot); text-decoration: none; }

h1, h2, h3, h4 { font-family: var(--font-display); line-height: 1.04; letter-spacing: -0.015em; font-weight: 800; }

.wrap { max-width: var(--maxw); margin: 0 auto; padding: 0 22px; position: relative; }

::selection { background: var(--pink); color: #fff; }

/* ───────────────────────── atmosphere ───────────────────────── */
.atmo { position: absolute; inset: 0; overflow: hidden; pointer-events: none; }
.blob {
  position: absolute; border-radius: 50%; filter: blur(90px); opacity: 0.55;
  animation: drift 16s var(--ease) infinite alternate;
}
.blob.b1 { width: 560px; height: 560px; background: rgba(255, 46, 136, 0.34); top: -180px; right: -120px; }
.blob.b2 { width: 480px; height: 480px; background: rgba(143, 92, 255, 0.32); bottom: -200px; left: -140px; animation-delay: -6s; }
.blob.b3 { width: 360px; height: 360px; background: rgba(170, 255, 77, 0.13); top: 40%; left: 55%; animation-delay: -11s; }

@keyframes drift {
  from { transform: translate3d(0, 0, 0) scale(1); }
  to   { transform: translate3d(60px, 40px, 0) scale(1.15); }
}

/* ───────────────────────── cursor glow ───────────────────────── */
.cursor-glow {
  position: fixed; width: 420px; height: 420px; border-radius: 50%;
  pointer-events: none; z-index: 1;
  background: radial-gradient(circle, rgba(255, 46, 136, 0.12), transparent 65%);
  transform: translate(-50%, -50%);
  left: -999px; top: -999px;
}

/* ───────────────────────── age gate ───────────────────────── */
.age-gate {
  position: fixed; inset: 0; z-index: 9999;
  display: flex; align-items: center; justify-content: center;
  background: rgba(8, 4, 16, 0.82); backdrop-filter: blur(18px);
  padding: 22px;
}
.age-gate.hidden { display: none; }
.age-card {
  max-width: 460px; width: 100%; text-align: center;
  background: var(--ink-2); border: 1px solid var(--card-edge);
  border-radius: 28px; padding: 46px 36px;
  box-shadow: 0 40px 120px rgba(0, 0, 0, 0.6), 0 0 80px rgba(255, 46, 136, 0.15);
}
.age-card img {
  width: 200px; height: auto; border-radius: 14px; margin: 0 auto 20px;
  border: 1px solid rgba(255, 92, 168, 0.5); box-shadow: 0 10px 40px rgba(255, 46, 136, 0.35);
}
.age-card h2 { font-size: 1.9rem; margin-bottom: 8px; }
.age-card p { color: var(--muted); font-size: 0.95rem; margin-bottom: 26px; }
.age-actions { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }

/* ───────────────────────── top bar + nav ───────────────────────── */
.topbar {
  background: linear-gradient(90deg, var(--pink), var(--violet) 55%, var(--pink));
  background-size: 200% 100%; animation: shimmer 8s linear infinite;
  font-size: 0.8rem; text-align: center; padding: 8px 14px;
  color: #fff; font-weight: 700; letter-spacing: 0.04em; position: relative; z-index: 60;
}
.topbar a { color: #fff; text-decoration: underline; }
@keyframes shimmer { to { background-position: -200% 0; } }

header.site {
  position: sticky; top: 0; z-index: 50;
  background: rgba(10, 6, 18, 0.7);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(255, 46, 136, 0.18);
  transition: padding 0.3s var(--ease), background 0.3s;
}
header.site.scrolled { background: rgba(10, 6, 18, 0.92); }
.nav {
  display: flex; align-items: center; justify-content: space-between;
  padding: 16px 22px; max-width: var(--maxw); margin: 0 auto;
  transition: padding 0.3s var(--ease);
}
header.site.scrolled .nav { padding: 10px 22px; }
.brand { display: flex; align-items: center; gap: 12px; }
.brand img {
  height: 46px; width: auto; border-radius: 8px; object-fit: contain;
  border: 1px solid rgba(255, 92, 168, 0.5); box-shadow: 0 0 22px rgba(255, 46, 136, 0.5);
}
.brand span { font-family: var(--font-display); font-weight: 800; font-size: 1.02rem; color: var(--cream); line-height: 1.15; }
.brand small { display: block; font-family: var(--font-body); font-weight: 600; font-size: 0.62rem; letter-spacing: 0.22em; text-transform: uppercase; color: var(--pink-hot); }
.nav-links { display: none; gap: 30px; align-items: center; list-style: none; }
.nav-links a { color: var(--cream); font-weight: 600; font-size: 0.92rem; position: relative; padding: 4px 0; }
.nav-links a:not(.btn-book)::after {
  content: ""; position: absolute; left: 0; bottom: -2px; height: 2px; width: 0%;
  background: linear-gradient(90deg, var(--pink), var(--violet));
  transition: width 0.3s var(--ease);
}
.nav-links a:not(.btn-book):hover::after, .nav-links a.active::after { width: 100%; }
.nav-links a.active { color: var(--pink-hot); }
.hamburger { background: none; border: 0; color: var(--cream); font-size: 1.8rem; cursor: pointer; line-height: 1; }
.mobile-menu {
  display: none; flex-direction: column; padding: 8px 22px 22px;
  background: rgba(10, 6, 18, 0.97); border-bottom: 1px solid rgba(255, 46, 136, 0.2);
}
.mobile-menu a { padding: 13px 4px; font-weight: 700; font-size: 1.05rem; color: var(--cream); border-bottom: 1px dashed rgba(255,255,255,0.08); }
.mobile-menu.open { display: flex; }

/* ───────────────────────── buttons ───────────────────────── */
.btn {
  display: inline-block; padding: 16px 34px; border-radius: 999px;
  font-weight: 800; font-size: 0.98rem; letter-spacing: 0.01em;
  position: relative; overflow: hidden; cursor: pointer; border: 0;
  transition: transform 0.25s var(--ease), box-shadow 0.25s var(--ease);
  will-change: transform;
}
.btn::after {
  content: ""; position: absolute; top: 0; left: -120%; width: 60%; height: 100%;
  background: linear-gradient(110deg, transparent, rgba(255, 255, 255, 0.35), transparent);
  transform: skewX(-20deg); transition: left 0.55s var(--ease);
}
.btn:hover::after { left: 160%; }
.btn:hover { transform: translateY(-3px) scale(1.02); }
.btn-primary {
  background: linear-gradient(135deg, var(--pink), #d4308f);
  color: #fff; box-shadow: 0 10px 34px rgba(255, 46, 136, 0.45);
}
.btn-primary:hover { box-shadow: 0 16px 48px rgba(255, 46, 136, 0.65); }
.btn-ghost { background: transparent; border: 2px solid var(--violet); color: var(--cream); }
.btn-ghost:hover { border-color: var(--pink); box-shadow: 0 10px 30px rgba(143, 92, 255, 0.3); }
.btn-lime { background: var(--lime); color: #122005; box-shadow: 0 10px 34px rgba(170, 255, 77, 0.3); }
.btn-book {
  background: linear-gradient(135deg, var(--pink), var(--violet));
  color: #fff !important; padding: 11px 24px; border-radius: 999px; font-weight: 800;
  box-shadow: 0 6px 22px rgba(255, 46, 136, 0.5);
  transition: transform 0.2s var(--ease), box-shadow 0.2s;
}
.btn-book:hover { transform: translateY(-2px); box-shadow: 0 12px 32px rgba(255, 46, 136, 0.7); }

/* ───────────────────────── logo medallion ───────────────────────── */
.logo-medallion {
  width: 230px; height: auto; border-radius: 16px;
  border: 1px solid rgba(255, 92, 168, 0.5);
  box-shadow: 0 0 40px rgba(255, 46, 136, 0.55), 0 14px 40px rgba(0, 0, 0, 0.5);
  margin-bottom: 26px; transform: rotate(-2deg);
  animation: medallion-glow 4s ease-in-out infinite;
}
@keyframes medallion-glow {
  0%, 100% { box-shadow: 0 0 40px rgba(255, 46, 136, 0.55), 0 14px 40px rgba(0, 0, 0, 0.5); }
  50% { box-shadow: 0 0 70px rgba(143, 92, 255, 0.65), 0 14px 40px rgba(0, 0, 0, 0.5); }
}
.foot-logo {
  width: 150px; height: auto; border-radius: 10px;
  border: 1px solid rgba(255, 92, 168, 0.4); margin-bottom: 16px;
  box-shadow: 0 0 26px rgba(255, 46, 136, 0.45);
}

/* ───────────────────────── hero ───────────────────────── */
.hero {
  position: relative; overflow: hidden;
  padding: 86px 0 110px; min-height: 78vh;
  display: flex; align-items: center;
}
.hero .wrap { display: grid; gap: 48px; align-items: center; width: 100%; }
.kicker {
  display: inline-flex; align-items: center; gap: 10px;
  font-weight: 800; font-size: 0.74rem; letter-spacing: 0.26em;
  text-transform: uppercase; color: var(--lime); margin-bottom: 22px;
}
.kicker::before { content: ""; width: 34px; height: 2px; background: var(--lime); display: inline-block; }
.hero h1 {
  font-size: clamp(3rem, 9.5vw, 6.4rem);
  text-transform: uppercase; margin-bottom: 26px;
}
.hero h1 .line { display: block; overflow: hidden; }
.hero h1 .grad {
  background: linear-gradient(92deg, var(--pink) 5%, var(--violet) 50%, var(--lime) 95%);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.hero h1 .outline {
  color: transparent; -webkit-text-stroke: 2px rgba(251, 244, 234, 0.85);
}
.hero p.lead { color: var(--muted); font-size: 1.14rem; max-width: 33rem; margin-bottom: 36px; }
.hero p.lead strong { color: var(--cream); }
.cta-row { display: flex; flex-wrap: wrap; gap: 16px; align-items: center; }
.hand-note {
  font-family: var(--font-hand); font-size: 1.5rem; color: var(--gold);
  transform: rotate(-3deg); display: inline-block;
}

.hero-art { position: relative; }
.hero-img {
  border-radius: var(--radius); overflow: hidden; position: relative;
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 40px 100px rgba(0, 0, 0, 0.65), 0 0 70px rgba(143, 92, 255, 0.18);
  transform: rotate(2deg);
}
.hero-img img { width: 100%; height: 100%; object-fit: cover; }
.hero-img::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 55%, rgba(10, 6, 18, 0.55));
}
.float-chip {
  position: absolute; background: rgba(18, 11, 31, 0.85); backdrop-filter: blur(10px);
  border: 1px solid var(--card-edge); border-radius: 16px;
  padding: 12px 18px; font-weight: 700; font-size: 0.85rem;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.5);
  animation: bob 5s ease-in-out infinite;
}
.float-chip .big { display: block; font-family: var(--font-display); font-size: 1.25rem; color: var(--lime); }
.chip-1 { top: -18px; left: -14px; animation-delay: -1s; }
.chip-2 { bottom: -16px; right: -10px; color: var(--pink-hot); animation-delay: -3s; }
@keyframes bob { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-12px); } }

.scroll-cue {
  position: absolute; bottom: 26px; left: 50%; transform: translateX(-50%);
  font-size: 0.7rem; letter-spacing: 0.3em; text-transform: uppercase; color: var(--muted);
  animation: bob 3s ease-in-out infinite; display: none;
}

/* ───────────────────────── marquee ───────────────────────── */
.marquee {
  overflow: hidden; white-space: nowrap; position: relative;
  border-top: 1px solid rgba(255, 46, 136, 0.25); border-bottom: 1px solid rgba(255, 46, 136, 0.25);
  background: var(--ink-2);
  padding: 16px 0;
}
.marquee .track { display: inline-block; animation: marquee 26s linear infinite; }
.marquee span {
  font-family: var(--font-display); font-weight: 800; font-size: 1.25rem;
  text-transform: uppercase; letter-spacing: 0.08em; margin: 0 28px;
  color: var(--cream);
}
.marquee span:nth-child(even) {
  color: transparent; -webkit-text-stroke: 1.4px var(--pink);
}
@keyframes marquee { to { transform: translateX(-50%); } }

/* ───────────────────────── reveals ───────────────────────── */
.reveal { opacity: 0; transform: translateY(46px); transition: opacity 0.9s var(--ease), transform 0.9s var(--ease); }
.reveal.visible { opacity: 1; transform: none; }
.reveal[data-d="1"] { transition-delay: 0.12s; }
.reveal[data-d="2"] { transition-delay: 0.24s; }
.reveal[data-d="3"] { transition-delay: 0.36s; }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .reveal { opacity: 1; transform: none; }
}

/* ───────────────────────── sections ───────────────────────── */
section.block { padding: 96px 0; position: relative; }
section.block.alt { background: var(--ink-2); }
.sec-head { margin-bottom: 52px; }
.sec-num {
  font-family: var(--font-display); font-size: 0.85rem; font-weight: 800;
  color: var(--pink); letter-spacing: 0.2em; margin-bottom: 10px; display: block;
}
.block h2 { font-size: clamp(2rem, 5.4vw, 3.6rem); text-transform: uppercase; margin-bottom: 18px; }
.block h2 .accent {
  background: linear-gradient(92deg, var(--pink), var(--violet));
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.block h2 .accent-lime { color: var(--lime); }
.block p.sub { color: var(--muted); max-width: 46rem; font-size: 1.06rem; }

.grid-2 { display: grid; gap: 40px; align-items: center; }
.grid-3 { display: grid; gap: 24px; }
.grid-4 { display: grid; gap: 20px; grid-template-columns: repeat(2, 1fr); }

/* ───────────────────────── cards ───────────────────────── */
.card {
  background: var(--card); border: 1px solid var(--card-edge);
  border-radius: var(--radius); padding: 34px 30px; position: relative;
  backdrop-filter: blur(8px);
  transition: transform 0.35s var(--ease), border-color 0.35s, box-shadow 0.35s;
}
.card:hover {
  transform: translateY(-8px);
  border-color: rgba(255, 46, 136, 0.5);
  box-shadow: 0 26px 60px rgba(0, 0, 0, 0.45), 0 0 50px rgba(255, 46, 136, 0.12);
}
.card h3 { font-size: 1.3rem; margin-bottom: 12px; }
.card p { color: var(--muted); font-size: 0.97rem; }
.card .emoji { font-size: 2.3rem; display: block; margin-bottom: 16px; }

/* steps */
.step { position: relative; padding-top: 10px; }
.step .n {
  font-family: var(--font-display); font-weight: 800;
  font-size: 4.6rem; line-height: 1;
  color: transparent; -webkit-text-stroke: 2px rgba(255, 46, 136, 0.65);
  display: block; margin-bottom: 14px;
}

/* ───────────────────────── stats ───────────────────────── */
.stats {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 26px;
  text-align: center;
}
.stat .num {
  font-family: var(--font-display); font-weight: 800;
  font-size: clamp(2.4rem, 6vw, 3.8rem);
  background: linear-gradient(135deg, var(--pink), var(--violet));
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.stat .lbl { font-size: 0.82rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--muted); font-weight: 700; }

/* ───────────────────────── pricing ───────────────────────── */
.price-grid { display: grid; gap: 30px; }
.price-card {
  background: var(--card); border-radius: 26px; padding: 42px 36px;
  border: 1px solid var(--card-edge); position: relative; backdrop-filter: blur(8px);
  transition: transform 0.35s var(--ease), box-shadow 0.35s;
}
.price-card:hover { transform: translateY(-8px); }
.price-card.featured {
  border: 2px solid transparent;
  background:
    linear-gradient(var(--ink-3), var(--ink-3)) padding-box,
    linear-gradient(135deg, var(--pink), var(--violet), var(--lime)) border-box;
  box-shadow: 0 26px 80px rgba(255, 46, 136, 0.25);
}
.price-card .tag {
  position: absolute; top: -16px; left: 32px;
  background: linear-gradient(90deg, var(--pink), var(--violet)); color: #fff;
  font-size: 0.72rem; font-weight: 800; letter-spacing: 0.14em; text-transform: uppercase;
  padding: 7px 16px; border-radius: 999px; box-shadow: 0 8px 24px rgba(255, 46, 136, 0.4);
}
.price-card h3 { font-size: 1.5rem; margin-bottom: 4px; }
.price-card .per { color: var(--muted); font-size: 0.9rem; margin-bottom: 16px; }
.price {
  font-family: var(--font-display); font-size: 3.4rem; font-weight: 800; line-height: 1;
  color: var(--lime); text-shadow: 0 0 34px rgba(170, 255, 77, 0.35);
}
.price small { font-size: 1rem; color: var(--muted); font-weight: 600; }
.price-card ul { list-style: none; margin: 26px 0 30px; }
.price-card li { padding: 9px 0; color: var(--muted); border-bottom: 1px dashed rgba(255,255,255,0.09); font-size: 0.97rem; }
.price-card li::before { content: "✓"; color: var(--lime); font-weight: 800; margin-right: 10px; }
.note { font-size: 0.85rem; color: var(--muted); margin-top: 16px; }

/* ───────────────────────── testimonials ───────────────────────── */
.quote-card {
  background: var(--card); border-radius: var(--radius); padding: 30px;
  border: 1px solid var(--card-edge); font-size: 0.95rem; backdrop-filter: blur(8px);
  transition: transform 0.35s var(--ease), border-color 0.35s;
}
.quote-card:hover { transform: translateY(-6px); border-color: rgba(255, 200, 61, 0.45); }
.quote-card p { color: var(--muted); margin-bottom: 18px; }
.quote-card .who { font-weight: 800; color: var(--cream); font-family: var(--font-display); }
.quote-card .where { font-size: 0.82rem; color: var(--pink-hot); }
.stars { color: var(--gold); letter-spacing: 3px; margin-bottom: 12px; text-shadow: 0 0 18px rgba(255, 200, 61, 0.5); }

/* testimonial marquee rows */
.t-marquee { overflow: hidden; position: relative; }
.t-marquee .row { display: flex; gap: 22px; width: max-content; animation: marquee 48s linear infinite; padding: 12px 0; }
.t-marquee .row.reverse { animation-direction: reverse; animation-duration: 56s; }
.t-marquee:hover .row { animation-play-state: paused; }
.t-marquee .quote-card { width: 360px; flex-shrink: 0; }
.t-fade::before, .t-fade::after {
  content: ""; position: absolute; top: 0; bottom: 0; width: 90px; z-index: 2; pointer-events: none;
}
.t-fade::before { left: 0; background: linear-gradient(90deg, var(--ink-2), transparent); }
.t-fade::after { right: 0; background: linear-gradient(-90deg, var(--ink-2), transparent); }

/* ───────────────────────── gallery ───────────────────────── */
.gallery-grid { display: grid; gap: 18px; grid-template-columns: repeat(2, 1fr); }
.gallery-grid figure {
  border-radius: var(--radius); overflow: hidden; position: relative; cursor: zoom-in;
  border: 1px solid var(--card-edge); aspect-ratio: 4 / 3; background: var(--ink-3);
}
.gallery-grid figure.tall { aspect-ratio: 3 / 4; grid-row: span 2; }
.gallery-grid img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s var(--ease), filter 0.6s; }
.gallery-grid figure:hover img { transform: scale(1.07); filter: saturate(1.25); }
.gallery-grid figcaption {
  position: absolute; bottom: 0; left: 0; right: 0; padding: 14px 16px;
  background: linear-gradient(transparent, rgba(5, 2, 10, 0.85));
  font-size: 0.82rem; color: #fff; font-weight: 600;
}
.gallery-grid .placeholder {
  display: flex; align-items: center; justify-content: center; height: 100%;
  color: var(--muted); font-size: 0.85rem; text-align: center; padding: 18px;
  background: repeating-linear-gradient(45deg, var(--ink-3), var(--ink-3) 14px, var(--ink-2) 14px, var(--ink-2) 28px);
}

.lightbox {
  position: fixed; inset: 0; z-index: 9500; display: none;
  align-items: center; justify-content: center; padding: 30px;
  background: rgba(5, 2, 10, 0.92); backdrop-filter: blur(14px); cursor: zoom-out;
}
.lightbox.open { display: flex; }
.lightbox img {
  max-width: 92vw; max-height: 86vh; border-radius: 18px;
  box-shadow: 0 50px 140px rgba(0, 0, 0, 0.8);
}

/* ───────────────────────── FAQ ───────────────────────── */
details.faq {
  background: var(--card); border: 1px solid var(--card-edge);
  border-radius: 18px; margin-bottom: 14px; overflow: hidden;
  transition: border-color 0.3s;
}
details.faq[open] { border-color: rgba(255, 46, 136, 0.5); }
details.faq summary {
  cursor: pointer; padding: 22px 26px; font-weight: 800; list-style: none;
  display: flex; justify-content: space-between; align-items: center; gap: 14px;
  font-family: var(--font-display); font-size: 1.02rem;
}
details.faq summary::-webkit-details-marker { display: none; }
details.faq summary::after {
  content: "+"; color: var(--pink); font-size: 1.6rem; font-weight: 800;
  transition: transform 0.3s var(--ease); line-height: 1;
}
details.faq[open] summary::after { transform: rotate(45deg); }
details.faq .a { padding: 0 26px 24px; color: var(--muted); font-size: 0.97rem; }

/* ───────────────────────── misc ───────────────────────── */
.legal {
  font-size: 0.8rem; color: var(--muted); background: var(--card);
  border: 1px dashed rgba(255, 255, 255, 0.18); border-radius: 14px;
  padding: 18px 22px; margin-top: 34px;
}
.contact-card { text-align: center; }
.contact-card .big {
  font-family: var(--font-display); font-size: clamp(1.6rem, 4vw, 2.4rem);
  font-weight: 800; color: var(--lime); text-shadow: 0 0 36px rgba(170, 255, 77, 0.4);
}

/* big CTA band */
.cta-band {
  position: relative; overflow: hidden; text-align: center; padding: 110px 22px;
  background:
    radial-gradient(700px 320px at 50% 120%, rgba(255, 46, 136, 0.3), transparent 65%),
    radial-gradient(600px 300px at 80% -20%, rgba(143, 92, 255, 0.25), transparent 60%),
    var(--ink-2);
}
.cta-band h2 { font-size: clamp(2.2rem, 7vw, 4.6rem); text-transform: uppercase; margin-bottom: 18px; }
.cta-band p { color: var(--muted); max-width: 36rem; margin: 0 auto 36px; font-size: 1.08rem; }

/* sticky mobile book bar */
.mobile-cta {
  position: fixed; bottom: 14px; left: 14px; right: 14px; z-index: 80;
  display: flex; justify-content: center;
}
.mobile-cta a {
  width: 100%; text-align: center; padding: 16px;
  background: linear-gradient(135deg, var(--pink), var(--violet));
  color: #fff; font-weight: 800; border-radius: 999px;
  box-shadow: 0 14px 40px rgba(255, 46, 136, 0.55);
}

/* ───────────────────────── footer ───────────────────────── */
footer.site {
  background: #06030c; padding: 80px 0 36px; position: relative; overflow: hidden;
  border-top: 1px solid rgba(255, 46, 136, 0.25);
}
.foot-word {
  font-family: var(--font-display); font-weight: 800; text-transform: uppercase;
  font-size: clamp(2.6rem, 11vw, 8.2rem); line-height: 0.95; letter-spacing: -0.02em;
  color: transparent; -webkit-text-stroke: 1.5px rgba(255, 46, 136, 0.4);
  white-space: nowrap; margin-bottom: 56px; user-select: none;
}
.foot-word em { font-style: normal; -webkit-text-stroke: 0; color: rgba(255, 46, 136, 0.85); }
.foot-grid { display: grid; gap: 32px; margin-bottom: 44px; }
.foot-grid h4 { font-size: 0.85rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--pink-hot); margin-bottom: 14px; }
.foot-grid ul { list-style: none; }
.foot-grid li { padding: 5px 0; }
.foot-grid a, .foot-grid li { color: var(--muted); font-size: 0.93rem; }
.foot-grid a:hover { color: var(--cream); }
.copyright { text-align: center; font-size: 0.8rem; color: #5d4d75; border-top: 1px solid rgba(255,255,255,0.06); padding-top: 26px; }

/* ───────────────────────── desktop ───────────────────────── */
@media (min-width: 800px) {
  .nav-links { display: flex; }
  .hamburger { display: none; }
  .mobile-cta { display: none; }
  .scroll-cue { display: block; }
  .hero .wrap { grid-template-columns: 1.08fr 0.92fr; }
  .grid-2 { grid-template-columns: 1fr 1fr; }
  .grid-3 { grid-template-columns: repeat(3, 1fr); }
  .grid-4 { grid-template-columns: repeat(4, 1fr); }
  .stats { grid-template-columns: repeat(4, 1fr); }
  .price-grid { grid-template-columns: 1fr 1fr; max-width: 920px; margin: 0 auto; }
  .gallery-grid { grid-template-columns: repeat(3, 1fr); }
  .foot-grid { grid-template-columns: 2fr 1fr 1fr 1fr; }
}
@media (max-width: 799px) {
  body { padding-bottom: 74px; } /* room for sticky CTA */
}
