/*
Theme Name: DJ caZual 3.9.50 Live Requests Polish
Theme URI: https://example.com/dj-cazual
Author: OpenAI
Author URI: https://openai.com
Description: A one-page WordPress theme for DJ caZual with hero media, Mixcloud embeds, testimonials, videos, rates, and booking contact options.
Version: 3.9.50
Requires at least: 6.4
Tested up to: 6.8
Requires PHP: 7.4
Text Domain: dj-cazual
*/

:root {
  --bg: #0a0514;
  --bg-soft: #130923;
  --card: rgba(25, 12, 49, 0.82);
  --card-strong: rgba(37, 17, 69, 0.94);
  --text: #f4efff;
  --muted: #c7b9e8;
  --line: rgba(180, 132, 255, 0.24);
  --purple: #8b5cf6;
  --purple-2: #a855f7;
  --pink: #ec4899;
  --blue: #38bdf8;
  --gold: #f59e0b;
  --success: #34d399;
  --shadow: 0 24px 70px rgba(6, 2, 19, 0.5);
  --radius: 28px;
  --radius-sm: 18px;
  --max: 1180px;
  --nav-h: 78px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: hidden;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at top left, rgba(236, 72, 153, 0.18), transparent 28%),
    radial-gradient(circle at top right, rgba(56, 189, 248, 0.18), transparent 22%),
    linear-gradient(180deg, #090412 0%, #10071d 40%, #0a0514 100%);
  color: var(--text);
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
.screen-reader-text { position: absolute; left: -9999px; }

.site-shell { overflow-x: hidden; overflow-y: clip; }
.container { width: min(calc(100% - 2rem), var(--max)); margin: 0 auto; }
section, header, footer { width: 100%; }
.section { padding: 88px 0; position: relative; }
.section-title {
  margin: 0 0 14px;
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 0.95;
  letter-spacing: -0.04em;
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.55rem 0.9rem;
  border-radius: 999px;
  background: rgba(155, 92, 246, 0.14);
  border: 1px solid rgba(216, 180, 254, 0.22);
  color: #e6d9ff;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.eyebrow svg { width: 15px; height: 15px; fill: currentColor; }
.section-copy,
.lead {
  color: var(--muted);
  line-height: 1.7;
  font-size: 1.06rem;
  max-width: 68ch;
}
.glass {
  background: linear-gradient(180deg, rgba(30,14,59,0.88), rgba(18,8,37,0.88));
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}
.grid-2 {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 1.5rem;
}
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  min-height: 52px;
  padding: 0.9rem 1.2rem;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 700;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}
.btn:hover { transform: translateY(-1px); }
.btn-primary {
  color: white;
  background: linear-gradient(135deg, var(--purple), var(--pink));
  box-shadow: 0 12px 32px rgba(168, 85, 247, 0.28);
}
.btn-secondary {
  color: var(--text);
  background: rgba(255,255,255,0.04);
  border-color: rgba(216,180,254,0.2);
}
.btn-ghost {
  color: #f6dbff;
  border-color: rgba(236,72,153,0.28);
  background: rgba(236,72,153,0.08);
}
.pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.25rem;
}
.pill {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.72rem 0.95rem;
  border-radius: 999px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(216,180,254,0.18);
  color: #ebdfff;
  font-weight: 600;
}
.dot { width: 9px; height: 9px; border-radius: 50%; background: linear-gradient(135deg, var(--blue), var(--pink)); }

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  backdrop-filter: blur(16px);
  background: rgba(10,5,20,0.55);
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.header-inner {
  min-height: var(--nav-h);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.9rem;
  font-weight: 800;
}
.brand img {
  width: min(420px, 46vw);
  max-height: 110px;
  height: auto;
  display: block;
  object-fit: contain;
}
.brand-fallback {
  font-size: 1.55rem;
  letter-spacing: -0.03em;
}
.primary-nav ul {
  list-style: none;
  display: flex;
  gap: 1rem;
  margin: 0;
  padding: 0;
}
.primary-nav a {
  color: #eadfff;
  font-size: 0.96rem;
  font-weight: 600;
  padding: 0.6rem 0.9rem;
  border-radius: 999px;
}
.primary-nav a:hover,
.primary-nav a.is-active {
  background: rgba(168,85,247,0.18);
}
.mobile-toggle {
  display: none;
  width: 48px;
  height: 48px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(255,255,255,0.04);
  color: white;
}
.mobile-toggle span,
.mobile-toggle span::before,
.mobile-toggle span::after {
  display: block;
  width: 20px;
  height: 2px;
  background: currentColor;
  margin: 0 auto;
  content: "";
  transition: transform 0.2s ease;
}
.mobile-toggle span::before { transform: translateY(-6px); }
.mobile-toggle span::after { transform: translateY(4px); }
body.nav-open .mobile-toggle span { background: transparent; }
body.nav-open .mobile-toggle span::before { transform: rotate(45deg); }
body.nav-open .mobile-toggle span::after { transform: rotate(-45deg) translateY(-1px); }

.hero {
  padding: 34px 0 72px;
}
.hero-panel {
  position: relative;
  min-height: min(84vh, 860px);
  border-radius: 34px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.1);
  box-shadow: var(--shadow);
  isolation: isolate;
}
.hero-media {
  position: absolute;
  inset: 0;
}
.hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 18%, rgba(255,255,255,0.12), transparent 20%),
    linear-gradient(180deg, rgba(8,5,16,0.18), rgba(8,5,16,0.82) 52%, rgba(8,5,16,0.96));
}
.hero-video,
.hero-poster {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-content {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  min-height: min(84vh, 860px);
  padding: clamp(1.3rem, 3vw, 2rem);
}
.hero-grid {
  width: 100%;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 1.35rem;
  align-items: end;
}
.hero-copy {
  max-width: none;
  padding: clamp(1.25rem, 2vw, 1.5rem);
  border-radius: 30px;
  background: linear-gradient(180deg, rgba(10,5,20,0.3), rgba(10,5,20,0.68));
  backdrop-filter: blur(8px);
}
.hero h1 {
  margin: 1rem 0 1rem;
  font-size: clamp(2.9rem, 8vw, 6.4rem);
  line-height: 0.92;
  letter-spacing: -0.06em;
}
.hero h1 .accent {
  background: linear-gradient(135deg, #fff 5%, #dad7ff 30%, #d8b4fe 55%, #7dd3fc 90%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.hero-meta {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.8rem;
  margin-top: 1.5rem;
}
.hero-meta-card {
  padding: 1rem;
  border-radius: 20px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
}
.hero-meta-label { color: #dac9ff; font-size: 0.82rem; text-transform: uppercase; letter-spacing: 0.08em; font-weight: 700; }
.hero-meta-value { margin-top: 0.45rem; font-size: 1.02rem; font-weight: 700; }
.hero-card {
  padding: 1.25rem;
  border-radius: 28px;
}
.hero-list { list-style: none; margin: 1rem 0 1.25rem; padding: 0; display: grid; gap: 0.75rem; }
.hero-list li {
  display: flex;
  gap: 0.8rem;
  align-items: start;
  color: #efe7ff;
}
.hero-list svg { flex: none; width: 18px; height: 18px; fill: var(--pink); margin-top: 0.15rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 0.8rem; margin-top: 1.25rem; }
.hero-note { color: #d8caef; font-size: 0.96rem; margin-top: 0.75rem; }
.floating-icon {
  position: absolute;
  opacity: 0.16;
  filter: drop-shadow(0 0 16px rgba(168,85,247,0.3));
}


.highlights {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  margin-top: 1.35rem;
}
.stat-card {
  padding: 1.15rem;
  border-radius: 24px;
}
.stat-number { font-size: clamp(1.8rem, 4vw, 2.8rem); font-weight: 800; letter-spacing: -0.05em; }
.stat-label { color: var(--muted); line-height: 1.5; }
.bio-card, .bio-feature { border-radius: 28px; padding: 1.4rem; }
.bio-feature-list { list-style: none; margin: 1rem 0 0; padding: 0; display: grid; gap: 0.9rem; }
.bio-feature-list li { display: grid; grid-template-columns: 44px 1fr; gap: 0.9rem; align-items: start; }
.icon-badge {
  width: 44px; height: 44px; border-radius: 14px; display: grid; place-items: center;
  background: linear-gradient(135deg, rgba(168,85,247,0.28), rgba(56,189,248,0.18));
  border: 1px solid rgba(216,180,254,0.22);
}
.icon-badge svg { width: 22px; height: 22px; fill: #f4ddff; }
.proof-strip { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin-top: 1rem; }
.proof-item { padding: 1rem; border-radius: 22px; }
.proof-item strong { display: block; font-size: 1.08rem; margin-bottom: 0.3rem; }

.testimonials-wrap { position: relative; }
.testimonials-viewport {
  overflow: hidden;
  border-radius: 28px;
  transition: height 0.25s ease;
}
.testimonials-track {
  display: flex;
  flex-direction: column;
  transition: transform 0.45s ease;
  will-change: transform;
}
.testimonial {
  min-width: 100%;
  padding: 1.5rem;
  border-radius: 28px;
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(30,14,59,0.88), rgba(18,8,37,0.88));
}
.testimonial.is-active { box-shadow: inset 0 0 0 1px rgba(216,180,254,0.12); }
.quote-mark { font-size: 4rem; line-height: 0.8; color: rgba(216,180,254,0.3); }
.testimonial blockquote { margin: 0.2rem 0 1rem; font-size: 1.2rem; line-height: 1.75; color: #fbf7ff; }
.testimonial-footer { color: var(--muted); display: flex; justify-content: space-between; gap: 1rem; flex-wrap: wrap; }
.testimonial-nav { display: flex; gap: 0.75rem; margin-top: 1rem; justify-content: flex-end; }
.testimonial-doc {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: 136px 1fr;
  gap: 1rem;
  align-items: center;
  padding: 0.8rem;
  border-radius: 22px;
}
.testimonial-doc img {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  object-position: top center;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,0.12);
}
.testimonial-doc-copy { display: grid; gap: 0.28rem; }
.testimonial-doc-copy strong { color: var(--text); }
.testimonial-doc-copy small { color: var(--muted); }
.circle-btn {
  width: 46px; height: 46px; border-radius: 50%; border: 1px solid rgba(255,255,255,0.12);
  background: rgba(255,255,255,0.04); color: white;
}

.mix-grid, .video-grid, .rates-grid, .booking-grid, .faq-grid { display: grid; gap: 1rem; }
.mix-grid { grid-template-columns: repeat(2, 1fr); }
.embed-card, .video-card, .rate-card, .contact-card, .faq-card { border-radius: 26px; overflow: hidden; }
.embed-header, .card-pad { padding: 1.15rem 1.2rem; }
.embed-frame { aspect-ratio: 16 / 10; background: #0b0616; }
.embed-frame iframe, .embed-frame video { width: 100%; height: 100%; border: 0; display: block; }
.video-grid { grid-template-columns: 0.88fr 1.12fr; align-items: start; }
.video-tabs { display: grid; gap: 0.8rem; }
.video-tab {
  width: 100%; text-align: left; padding: 1rem 1.05rem; border-radius: 20px;
  border: 1px solid rgba(255,255,255,0.1); background: rgba(255,255,255,0.03); color: var(--text);
}
.video-tab.is-active { background: rgba(168,85,247,0.18); border-color: rgba(216,180,254,0.28); }
.video-tab small { display: block; color: var(--muted); margin-top: 0.3rem; }
.video-stage { position: sticky; top: calc(var(--nav-h) + 1rem); }
.video-panel { display: none; }
.video-panel.is-active { display: block; }
.video-placeholder {
  aspect-ratio: 16 / 9;
  display: grid;
  place-items: center;
  color: var(--muted);
  background: linear-gradient(135deg, rgba(56,189,248,0.08), rgba(168,85,247,0.14));
}
.rates-grid { grid-template-columns: repeat(3, 1fr); }
.rate-card { padding: 1.4rem; position: relative; }
.rate-card.featured { outline: 1px solid rgba(236,72,153,0.35); }
.rate-badge {
  display: inline-flex; padding: 0.45rem 0.7rem; border-radius: 999px; font-size: 0.78rem; font-weight: 800;
  background: rgba(236,72,153,0.16); color: #ffd0f0; text-transform: uppercase; letter-spacing: 0.08em;
}
.rate-title { margin: 0.9rem 0 0.25rem; font-size: 1.4rem; }
.rate-price { font-size: 2.1rem; font-weight: 800; letter-spacing: -0.05em; margin: 0.45rem 0 0.8rem; }
.rate-card ul { list-style: none; padding: 0; margin: 1rem 0 0; display: grid; gap: 0.65rem; color: #efe4ff; }
.rate-card li { display: flex; gap: 0.7rem; }
.rate-card li::before { content: "•"; color: var(--blue); }

.booking-grid { grid-template-columns: 1.08fr 0.92fr; align-items: start; }
.contact-options { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0.85rem; margin-top: 1rem; }
.contact-link { padding: 1rem; border-radius: 22px; text-align: center; }
.contact-link strong { display: block; margin-bottom: 0.35rem; }
.contact-form { padding: 1.35rem; }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0.85rem; }
.field { display: grid; gap: 0.45rem; }
.field.full { grid-column: 1 / -1; }
.field label { font-weight: 600; color: #e7daff; }
.field input, .field textarea {
  width: 100%;
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,0.1);
  background: rgba(255,255,255,0.04);
  color: var(--text);
  padding: 0.95rem 1rem;
}
.field textarea { min-height: 150px; resize: vertical; }
.form-message {
  padding: 0.9rem 1rem;
  border-radius: 16px;
  margin-bottom: 1rem;
  font-weight: 600;
}
.form-message.success { background: rgba(52,211,153,0.12); color: #b8f8df; border: 1px solid rgba(52,211,153,0.2); }
.form-message.error { background: rgba(239,68,68,0.12); color: #ffd3d3; border: 1px solid rgba(239,68,68,0.2); }

.faq-grid { grid-template-columns: repeat(2, 1fr); }
.faq-card { padding: 1.2rem; }
.faq-card h3 { margin-top: 0; font-size: 1.15rem; }
.faq-card p { color: var(--muted); line-height: 1.7; margin-bottom: 0; }

.site-footer {
  padding: 32px 0 46px;
  color: #d3c8ef;
}
.footer-inner {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
  border-top: 1px solid rgba(255,255,255,0.08);
  padding-top: 24px;
}
.footer-links { display: flex; flex-wrap: wrap; gap: 1rem; }

@media (max-width: 1100px) {
  .hero-panel,
  .hero-content { min-height: auto; }
  .hero-grid,
  .grid-2,
  .video-grid,
  .booking-grid,
  .rates-grid,
  .faq-grid,
  .proof-strip,
  .highlights,
  .contact-options,
  .mix-grid,
  .grid-3 { grid-template-columns: 1fr; }
  .hero-copy { max-width: none; }
  .hero-card { order: 2; }
  .video-stage { position: static; }
}

@media (max-width: 860px) {
  .container { width: min(calc(100% - 1.5rem), var(--max)); }
  .mobile-toggle { display: inline-grid; place-items: center; }
  .header-inner { min-height: 72px; }
  .primary-nav {
    position: fixed;
    top: calc(var(--nav-h) + 10px);
    left: 1rem;
    right: 1rem;
    background: rgba(15,8,28,0.96);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 24px;
    padding: 1rem;
    transform: translateY(-12px);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.22s ease, transform 0.22s ease;
    box-shadow: var(--shadow);
    max-height: calc(100vh - var(--nav-h) - 2rem);
    overflow: auto;
  }
  body.nav-open .primary-nav { opacity: 1; transform: translateY(0); pointer-events: auto; }
  .primary-nav ul { flex-direction: column; }
  .header-cta { display: none; }
  .hero { padding-bottom: 56px; }
  .hero-content { padding: 1rem; }
  .hero-meta { grid-template-columns: 1fr; }
  
  .testimonial blockquote { font-size: 1.08rem; line-height: 1.65; }
  .footer-inner { flex-direction: column; align-items: flex-start; }
}

@media (max-width: 640px) {
  .section { padding: 68px 0; }
  .hero { padding-top: 18px; }
  .hero-panel,
  .hero-copy,
  .hero-card { border-radius: 24px; }
  .brand img { width: min(190px, 52vw); }
  .hero h1 { font-size: clamp(2.4rem, 12vw, 4rem); }
  .hero-actions .btn,
  .contact-link,
  .video-tab { width: 100%; }
  .pill-row { gap: 0.6rem; }
  .pill { width: 100%; justify-content: center; }
  .testimonial { padding: 1.2rem; }
  .testimonial-doc { grid-template-columns: 1fr; }
  .testimonial-doc img { max-width: 220px; }
  .testimonial-nav { justify-content: center; }
  .form-grid { grid-template-columns: 1fr; }
}

@media (max-width: 480px) {
  .container { width: min(calc(100% - 1rem), var(--max)); }
  .section-title { font-size: clamp(1.7rem, 9vw, 2.2rem); }
  .hero-copy, .hero-card, .bio-card, .bio-feature, .contact-form, .contact-card, .faq-card, .rate-card { padding: 1rem; }
  .btn { min-height: 48px; }
  .circle-btn { width: 42px; height: 42px; }
}


.mix-grid-tracks { grid-template-columns: repeat(2, 1fr); }
.mix-track-card { display: flex; flex-direction: column; }
.mix-track-header { display: flex; align-items: center; justify-content: space-between; gap: 1rem; flex-wrap: wrap; }
.mix-track-header a { color: #e9d8ff; font-weight: 700; }
.mix-track-header a:hover { color: white; }
.mix-track-frame { aspect-ratio: 16 / 9; }
@media (max-width: 860px) { .mix-grid-tracks { grid-template-columns: 1fr; } }


.video-showcase { display: grid; gap: 1rem; }
.video-feature, .instagram-card { border-radius: 26px; overflow: hidden; }
.feature-frame { aspect-ratio: 16 / 9; }
.instagram-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; align-items: start; }
.instagram-embed-wrap { min-height: 520px; display: grid; align-items: start; }
.instagram-embed-wrap .instagram-media { width: 100% !important; min-width: 100% !important; max-width: 100% !important; margin: 0 !important; }
@media (max-width: 1100px) { .instagram-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 760px) { .instagram-grid { grid-template-columns: 1fr; } .instagram-embed-wrap { min-height: 420px; } .brand img { width: min(250px, 68vw); max-height: 76px; } }


/* v2.2 header + embed + SEO polish */
.primary-nav a,
.header-cta {
  white-space: nowrap;
}
.header-inner {
  flex-wrap: nowrap;
}
.primary-nav ul {
  flex-wrap: nowrap;
}
@media (max-width: 1200px) {
  .primary-nav a {
    font-size: 0.9rem;
    padding: 0.55rem 0.7rem;
  }
  .header-cta {
    padding: 0.85rem 1rem;
  }
}
.instagram-iframe {
  width: 100%;
  min-height: 620px;
  border: 0;
  border-radius: 18px;
  background: #fff;
  display: block;
}
@media (max-width: 900px) {
  .instagram-iframe {
    min-height: 560px;
  }
}
@media (max-width: 640px) {
  .instagram-iframe {
    min-height: 520px;
  }
}


/* v2.5 Instagram official embed support */
.instagram-embed-wrap .instagram-media { width: 100% !important; max-width: 100% !important; min-width: 280px !important; margin: 0 auto !important; }
.instagram-fallback { margin: 0.85rem 0 0; text-align: center; }
.instagram-fallback a { color: #e9dcff; text-decoration: underline; text-underline-offset: 2px; }


/* v2.6 hosted showcase videos */
.showcase-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  align-items: start;
}
.showcase-card {
  border-radius: 26px;
  overflow: hidden;
}
.showcase-video-wrap {
  min-height: 320px;
}
.showcase-video {
  width: 100%;
  display: block;
  border-radius: 18px;
  background: #0b0616;
}
@media (max-width: 1100px) {
  .showcase-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 760px) {
  .showcase-grid {
    grid-template-columns: 1fr;
  }
}


/* v2.7 pricing note */
.pricing-note {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding: 1rem 1.15rem;
  border-radius: 22px;
  display: grid;
  gap: 0.35rem;
  max-width: none;
}
.pricing-note strong {
  font-size: 1.05rem;
  color: #fff;
}
.pricing-note span {
  color: var(--muted);
  line-height: 1.6;
}


/* v3.5 Google Calendar polish */
.calendar-card {
  min-height: 100%;
  position: relative;
  overflow: hidden;
}
.calendar-card::before {
  content: "";
  position: absolute;
  inset: -35% -20% auto auto;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(168,85,247,0.32), transparent 68%);
  pointer-events: none;
}
.calendar-card-header {
  position: relative;
  z-index: 2;
}
.calendar-live-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin-bottom: 0.85rem;
  padding: 0.4rem 0.7rem;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(168,85,247,0.24), rgba(236,72,153,0.16));
  border: 1px solid rgba(216,180,254,0.22);
  color: #f4ddff;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}
.calendar-live-pill::before {
  content: "";
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 50%;
  background: var(--success);
  box-shadow: 0 0 18px rgba(52,211,153,0.8);
}
.calendar-shell {
  position: relative;
  margin-top: 1rem;
  padding: 1px;
  border-radius: 26px;
  background: linear-gradient(135deg, rgba(216,180,254,0.34), rgba(236,72,153,0.16), rgba(56,189,248,0.18));
  box-shadow: 0 18px 60px rgba(10,5,20,0.45);
}
.calendar-glow {
  position: absolute;
  inset: auto 10% -18% 10%;
  height: 120px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(168,85,247,0.32), rgba(236,72,153,0.22), rgba(56,189,248,0.18));
  filter: blur(28px);
  opacity: 0.8;
  pointer-events: none;
}
.calendar-embed {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 25px;
  border: 1px solid rgba(255,255,255,0.08);
  background:
    radial-gradient(circle at top left, rgba(168,85,247,0.16), transparent 32%),
    linear-gradient(180deg, rgba(20,9,38,0.98), rgba(10,5,20,0.98));
}
.calendar-embed::before {
  content: "Upcoming caZual appearances";
  display: block;
  padding: 0.85rem 1rem;
  background: linear-gradient(135deg, rgba(168,85,247,0.34), rgba(236,72,153,0.16));
  border-bottom: 1px solid rgba(216,180,254,0.18);
  color: #fff;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.calendar-embed iframe {
  width: 100%;
  min-height: 565px;
  border: 0;
  display: block;
  background: #0d0616;
  filter: saturate(0.82) hue-rotate(18deg) contrast(1.04);
}
.calendar-open-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.9rem;
  padding: 0.72rem 1rem;
  border-radius: 999px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(216,180,254,0.18);
  color: #f4ddff;
  font-weight: 900;
  text-decoration: none;
}
.calendar-open-link:hover {
  transform: translateY(-1px);
  border-color: rgba(216,180,254,0.32);
}
.calendar-placeholder {
  display: grid;
  gap: 0.85rem;
  margin-top: 1rem;
  position: relative;
  z-index: 2;
}
.calendar-month {
  padding: 0.85rem 1rem;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(168,85,247,0.25), rgba(56,189,248,0.12));
  border: 1px solid rgba(216,180,254,0.22);
  font-weight: 800;
}
.calendar-row {
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 0.8rem;
  align-items: start;
  padding: 0.9rem 1rem;
  border-radius: 18px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(216,180,254,0.14);
  color: var(--muted);
  line-height: 1.55;
}
.calendar-date {
  color: #fff;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.dj-hp-field {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
  overflow: hidden !important;
}
.pricing-note {
  width: 100%;
}


/* v3.2 simple event calendar */
.event-list {
  display: grid;
  gap: 0.85rem;
  margin-top: 1rem;
}
.event-card {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 1rem;
  padding: 1rem;
  border-radius: 22px;
  align-items: center;
}
.event-date-block {
  display: grid;
  gap: 0.35rem;
  padding: 0.85rem;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(168,85,247,0.28), rgba(236,72,153,0.14));
  border: 1px solid rgba(216,180,254,0.22);
  text-align: center;
}
.event-date-main {
  color: #fff;
  font-weight: 900;
  line-height: 1.1;
}
.event-time {
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 700;
}
.event-info h4 {
  margin: 0 0 0.35rem;
  font-size: 1.1rem;
}
.event-info p {
  margin: 0 0 0.45rem;
  color: var(--muted);
}
.event-info a {
  color: #f4ddff;
  font-weight: 800;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}
@media (max-width: 640px) {
  .event-card {
    grid-template-columns: 1fr;
  }
  .event-date-block {
    text-align: left;
  }
}


/* v3.4 FAQ accordion */
.faq-grid {
  align-items: start;
}
.accordion-item {
  padding: 0;
  overflow: hidden;
}
.accordion-trigger {
  width: 100%;
  display: grid;
  grid-template-columns: 42px 1fr 36px;
  gap: 0.85rem;
  align-items: center;
  text-align: left;
  padding: 1.05rem 1.1rem;
  border: 0;
  background: transparent;
  color: var(--text);
  cursor: pointer;
  font: inherit;
}
.faq-icon {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, rgba(168,85,247,0.28), rgba(56,189,248,0.16));
  border: 1px solid rgba(216,180,254,0.22);
  font-size: 1.2rem;
}
.accordion-trigger span:nth-child(2) {
  font-weight: 800;
  line-height: 1.25;
}
.accordion-plus {
  width: 36px;
  height: 36px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(216,180,254,0.16);
  color: #f4ddff;
  font-weight: 900;
  font-size: 1.3rem;
  transition: transform 0.22s ease, background 0.22s ease;
}
.accordion-trigger[aria-expanded="true"] .accordion-plus {
  transform: rotate(45deg);
  background: rgba(168,85,247,0.22);
}
.accordion-panel {
  max-height: 0;
  overflow: hidden;
  padding: 0 1.1rem;
  transition: max-height 0.28s ease, padding 0.28s ease;
}
.accordion-panel p {
  color: var(--muted);
  line-height: 1.7;
}
.accordion-item.is-open .accordion-panel {
  max-height: 900px;
  padding: 0 1.1rem 1.15rem;
}
@media (max-width: 640px) {
  .accordion-trigger {
    grid-template-columns: 38px 1fr 34px;
    padding: 0.95rem;
  }
  .faq-icon {
    width: 38px;
    height: 38px;
  }
}


/* v3.8.4 clean page structure */
.standard-page {
  min-height: 100vh;
  padding-top: calc(var(--header-height, 86px) + 4.5rem);
  padding-bottom: 4rem;
  background:
    radial-gradient(circle at top right, rgba(168,85,247,0.20), transparent 34%),
    radial-gradient(circle at top left, rgba(56,189,248,0.10), transparent 30%),
    var(--bg);
}
.standard-page-card {
  border-radius: 28px;
}
.standard-page-content {
  color: var(--muted);
  line-height: 1.7;
}
.standard-page-content iframe {
  max-width: 100%;
}
.live-requests-page {
  min-height: 100vh;
  background:
    radial-gradient(circle at top right, rgba(168,85,247,0.24), transparent 34%),
    radial-gradient(circle at top left, rgba(56,189,248,0.12), transparent 30%),
    var(--bg);
}
.request-hero {
  padding-top: calc(var(--header-height, 86px) + 4.5rem);
  padding-bottom: 2rem;
}
.request-hero-inner {
  max-width: 880px;
}
.request-intro {
  max-width: 760px;
}
.request-section {
  padding-top: 1rem;
}
.request-frame-shell {
  overflow: hidden;
  border-radius: 28px;
  border: 1px solid rgba(216,180,254,0.22);
  background:
    radial-gradient(circle at top left, rgba(168,85,247,0.20), transparent 34%),
    linear-gradient(135deg, rgba(21,8,36,0.94), rgba(52,16,82,0.86));
  box-shadow: 0 28px 80px rgba(4,0,10,0.35);
}
.request-frame-topper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.95rem 1rem;
  border-bottom: 1px solid rgba(216,180,254,0.18);
}
.request-frame-topper span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0.25rem 0.75rem;
  border-radius: 999px;
  color: #fff;
  background: rgba(168,85,247,0.25);
  border: 1px solid rgba(216,180,254,0.22);
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 900;
}
.request-frame-topper a {
  color: #f4ddff;
  font-weight: 800;
  text-decoration: none;
}
.request-frame {
  display: block;
  width: 100%;
  min-height: 780px;
  border: 0;
  background: #fff;
}
.request-disclaimer {
  margin-top: 1rem;
  padding: 1rem 1.1rem;
  display: flex;
  gap: 0.55rem;
  align-items: flex-start;
  color: var(--muted);
  line-height: 1.6;
}
.request-disclaimer strong {
  color: #fff;
  white-space: nowrap;
}
@media (max-width: 760px) {
  .request-frame-topper,
  .request-disclaimer {
    flex-direction: column;
  }
  .request-frame {
    min-height: 700px;
  }
}


/* v3.8.5 request nav */
.primary-nav a {
  white-space: nowrap;
}
@media (max-width: 1240px) {
  .primary-nav a {
    font-size: 0.86rem;
    padding-left: 0.55rem;
    padding-right: 0.55rem;
  }
  .header-cta {
    padding-left: 0.85rem;
    padding-right: 0.85rem;
  }
}


/* v3.8.6 Live Suggestions dedicated page */
.live-requests-page {
  min-height: 100vh;
  background:
    radial-gradient(circle at top left, rgba(168,85,247,0.22), transparent 28%),
    radial-gradient(circle at top right, rgba(236,72,153,0.14), transparent 32%),
    var(--bg);
}
.request-hero-v2 {
  padding-top: calc(var(--header-height, 86px) + 4.75rem);
  padding-bottom: 2.25rem;
}
.request-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 0.78fr);
  gap: clamp(1.25rem, 4vw, 3rem);
  align-items: center;
}
.request-hero-copy h1 {
  margin: 0.4rem 0 0.8rem;
  font-size: clamp(2.8rem, 7vw, 6rem);
  line-height: 0.92;
  letter-spacing: -0.07em;
  color: #fff;
  max-width: 980px;
}
.request-hero-copy p {
  max-width: 720px;
  color: var(--muted);
  font-size: clamp(1.05rem, 1.9vw, 1.35rem);
  line-height: 1.6;
}
.request-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 1.5rem;
}
.request-media-card {
  min-height: 420px;
  border-radius: 34px;
  overflow: hidden;
  position: relative;
  border: 1px solid rgba(216,180,254,0.22);
  box-shadow: 0 30px 90px rgba(4,0,10,0.40);
}
.request-hero-video,
.request-hero-image {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
  display: block;
}
.request-media-placeholder {
  min-height: 420px;
  display: grid;
  place-items: center;
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(15,7,25,0.96), rgba(76,24,126,0.76)),
    radial-gradient(circle at center, rgba(236,72,153,0.25), transparent 40%);
}
.request-media-glow {
  position: absolute;
  inset: 8%;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(168,85,247,0.55), transparent 62%);
  filter: blur(26px);
}
.request-media-copy {
  position: relative;
  padding: 2rem;
  text-align: center;
}
.request-media-copy span {
  display: inline-flex;
  padding: 0.25rem 0.75rem;
  border-radius: 999px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(216,180,254,0.2);
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 900;
  font-size: 0.8rem;
}
.request-media-copy strong {
  display: block;
  margin-top: 1rem;
  color: #fff;
  font-size: 1.35rem;
  line-height: 1.25;
}
.request-frame-shell {
  overflow: hidden;
  border-radius: 28px;
  border: 1px solid rgba(216,180,254,0.22);
  background:
    radial-gradient(circle at top left, rgba(168,85,247,0.20), transparent 34%),
    linear-gradient(135deg, rgba(21,8,36,0.94), rgba(52,16,82,0.86));
  box-shadow: 0 28px 80px rgba(4,0,10,0.35);
}
.request-frame-topper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.95rem 1rem;
  border-bottom: 1px solid rgba(216,180,254,0.18);
}
.request-frame-topper span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0.25rem 0.75rem;
  border-radius: 999px;
  color: #fff;
  background: rgba(168,85,247,0.25);
  border: 1px solid rgba(216,180,254,0.22);
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 900;
}
.request-frame-topper a {
  color: #f4ddff;
  font-weight: 800;
  text-decoration: none;
}
.request-frame {
  display: block;
  width: 100%;
  min-height: 820px;
  border: 0;
  background: #fff;
}
.request-thanks {
  margin-top: 1rem;
  padding: clamp(1rem, 2vw, 1.35rem);
  display: grid;
  gap: 0.35rem;
  text-align: center;
  border-radius: 28px;
  background:
    linear-gradient(135deg, rgba(168,85,247,0.26), rgba(236,72,153,0.14)),
    rgba(255,255,255,0.05);
}
.request-thanks strong {
  color: #fff;
  font-size: clamp(1.8rem, 4vw, 3rem);
  line-height: 1;
  letter-spacing: -0.04em;
}
.request-thanks span {
  color: var(--muted);
  font-weight: 700;
}
.request-disclaimer {
  margin-top: 1rem;
  padding: 1rem 1.1rem;
  display: flex;
  gap: 0.55rem;
  align-items: flex-start;
  color: var(--muted);
  line-height: 1.6;
  border-radius: 22px;
}
.request-disclaimer strong {
  color: #fff;
  white-space: nowrap;
}
@media (max-width: 940px) {
  .request-hero-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 760px) {
  .request-frame-topper,
  .request-disclaimer {
    flex-direction: column;
  }
  .request-frame {
    min-height: 720px;
  }
}


/* v3.8.8 tweaks */
.centered-disclaimer {
  justify-content: center;
  text-align: center;
}
.centered-disclaimer strong {
  display:block;
  margin-bottom:6px;
}


/* v3.8.9 subtle support pulse */
.request-thanks {
  position: relative;
  overflow: hidden;
  animation: cazual-support-pulse 3.8s ease-in-out infinite;
}
.request-thanks::before {
  content: "";
  position: absolute;
  inset: -40%;
  background: radial-gradient(circle, rgba(216,180,254,0.18), transparent 56%);
  opacity: 0;
  transform: scale(0.78);
  animation: cazual-support-glow 3.8s ease-in-out infinite;
  pointer-events: none;
}
.request-thanks > * {
  position: relative;
  z-index: 1;
}
@keyframes cazual-support-pulse {
  0%, 100% {
    transform: translateY(0) scale(1);
    box-shadow: 0 18px 54px rgba(4,0,10,0.18);
  }
  50% {
    transform: translateY(-1px) scale(1.008);
    box-shadow: 0 24px 72px rgba(168,85,247,0.24);
  }
}
@keyframes cazual-support-glow {
  0%, 100% {
    opacity: 0;
    transform: scale(0.78);
  }
  50% {
    opacity: 1;
    transform: scale(1);
  }
}
@media (prefers-reduced-motion: reduce) {
  .request-thanks,
  .request-thanks::before {
    animation: none;
  }
}


/* v3.9.0 header logo fit */
.brand {
  flex: 0 0 auto;
  min-width: 0;
}
.brand img {
  width: clamp(190px, 22vw, 340px);
  max-height: 76px;
  object-fit: contain;
  display: block;
  filter: drop-shadow(0 0 10px rgba(168,85,247,0.28));
}
.header-inner {
  gap: clamp(0.65rem, 1.4vw, 1.25rem);
}
.primary-nav a {
  white-space: nowrap;
}
@media (max-width: 1180px) {
  .brand img {
    width: clamp(170px, 20vw, 280px);
    max-height: 68px;
  }
  .primary-nav a {
    font-size: 0.84rem;
    padding-left: 0.48rem;
    padding-right: 0.48rem;
  }
  .header-cta {
    padding-left: 0.78rem;
    padding-right: 0.78rem;
  }
}
@media (max-width: 760px) {
  .brand img {
    width: 220px;
    max-height: 58px;
  }
}


/* v3.9.1 request page tip section */
.tip-btn {
  background: linear-gradient(135deg, rgba(168,85,247,0.88), rgba(236,72,153,0.72));
  color: #fff;
  font-weight: 900;
  border-radius: 999px;
  box-shadow: 0 10px 28px rgba(168,85,247,0.28);
}
.tip-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 34px rgba(168,85,247,0.38);
}
.request-love-section {
  margin-top: 1.35rem;
  padding: clamp(1.1rem, 3vw, 2rem);
  border-radius: 30px;
  text-align: center;
  background:
    radial-gradient(circle at center top, rgba(168,85,247,0.22), transparent 42%),
    rgba(255,255,255,0.045);
}
.request-love-section h2 {
  margin: 0 0 1.25rem;
  color: #fff;
  font-size: clamp(2rem, 4.8vw, 4.4rem);
  line-height: 1;
  letter-spacing: -0.055em;
}
.tip-qr-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(220px, 330px));
  gap: clamp(1rem, 3vw, 2rem);
  justify-content: center;
  align-items: stretch;
}
.tip-qr-card {
  padding: 1rem;
  border-radius: 26px;
  background: rgba(255,255,255,0.94);
  border: 1px solid rgba(255,255,255,0.85);
  box-shadow: 0 20px 60px rgba(4,0,10,0.20);
}
.tip-qr-image-wrap {
  aspect-ratio: 1 / 1;
  display: grid;
  place-items: center;
  border-radius: 20px;
  overflow: hidden;
  background: #fff;
}
.tip-qr-card img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.tip-qr-card h3 {
  margin: 0.85rem 0 0;
  color: #351052;
  font-size: clamp(1.25rem, 2vw, 1.7rem);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
@media (max-width: 760px) {
  .tip-qr-grid {
    grid-template-columns: minmax(220px, 360px);
  }
}


/* v3.9.2 request/tip link polish */
.request-tip-note {
  margin: 0 0 1rem;
  text-align: center;
  color: #fff;
  font-size: clamp(1.05rem, 2vw, 1.35rem);
  font-weight: 800;
}
.request-tip-note strong {
  color: #d8b4fe;
  letter-spacing: 0.04em;
}
.request-tip-note span {
  color: var(--muted);
  font-weight: 700;
}
.tip-qr-image-wrap a {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
}
.tip-qr-card {
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}
.tip-qr-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 24px 70px rgba(168,85,247,0.26);
}


/* v3.9.3 request page polish, SEO, speed, and mobile */
.request-frame-topper {
  justify-content: center;
}
.request-hero-actions {
  align-items: center;
}
.request-hero-actions .btn {
  min-height: 48px;
}
.request-tip-note {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.tip-qr-card a:focus-visible,
.request-hero-actions .btn:focus-visible {
  outline: 3px solid rgba(216,180,254,0.9);
  outline-offset: 4px;
}
.tip-qr-card img {
  image-rendering: auto;
}
@media (max-width: 760px) {
  .request-hero-v2 {
    padding-top: calc(var(--header-height, 78px) + 2.5rem);
  }
  .request-hero-copy {
    text-align: center;
  }
  .request-hero-copy p {
    margin-left: auto;
    margin-right: auto;
  }
  .request-hero-actions {
    justify-content: center;
    gap: 0.7rem;
  }
  .request-hero-actions .btn {
    width: 100%;
    max-width: 340px;
    justify-content: center;
    text-align: center;
  }
  .request-media-card,
  .request-hero-video,
  .request-hero-image,
  .request-media-placeholder {
    min-height: 300px;
  }
  .request-frame {
    min-height: 680px;
  }
  .request-love-section {
    margin-top: 1rem;
  }
  .request-love-section h2 {
    letter-spacing: -0.045em;
  }
  .tip-qr-card {
    width: min(100%, 360px);
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 420px) {
  .request-hero-copy h1 {
    font-size: clamp(2.2rem, 14vw, 3.7rem);
  }
  .request-frame {
    min-height: 640px;
  }
}


/* v3.9.4 Stripe/credit card tip block */
.tip-qr-card-stripe {
  border-color: rgba(168,85,247,0.75);
  box-shadow: 0 20px 64px rgba(126,34,206,0.24);
}
.tip-qr-card-stripe h3 {
  color: #6d28d9;
}
@media (max-width: 980px) {
  .tip-qr-grid {
    grid-template-columns: repeat(2, minmax(220px, 360px));
  }
  .tip-qr-card-stripe {
    grid-column: 1 / -1;
    width: min(100%, 360px);
    justify-self: center;
  }
}
@media (max-width: 760px) {
  .tip-qr-grid {
    grid-template-columns: minmax(220px, 360px);
  }
  .tip-qr-card-stripe {
    grid-column: auto;
  }
}


/* v3.9.5 Stripe link and support subhead */
.tip-section-subhead {
  margin: -0.55rem auto 1.35rem;
  max-width: 720px;
  color: var(--muted);
  font-size: clamp(1rem, 2vw, 1.25rem);
  font-weight: 800;
  text-align: center;
}


/* v3.9.8 clean shortcode request form swap */
.request-form-shell {
  padding-bottom: clamp(1rem, 2vw, 1.4rem);
}
.request-form-embed {
  padding: clamp(1rem, 3vw, 2rem);
}
.request-form-embed .djc-request-form {
  max-width: 960px;
  margin: 0 auto;
}
.request-plugin-warning {
  padding: 1rem;
  border-radius: 18px;
  background: rgba(239,68,68,0.16);
  border: 1px solid rgba(252,165,165,0.35);
  color: #fff;
  text-align: center;
  font-weight: 800;
}
.request-disclaimer .privacy-note,
.privacy-note {
  display: block;
  margin-top: 0.75rem;
  color: rgba(244,239,255,0.82);
}


/* v3.9.9 Instagram header icon */
.header-social {
  width: 42px;
  height: 42px;
  display: inline-grid;
  place-items: center;
  border-radius: 999px;
  color: #fff;
  border: 1px solid rgba(216,180,254,0.32);
  background:
    radial-gradient(circle at 30% 110%, rgba(251,191,36,0.72), transparent 34%),
    radial-gradient(circle at 5% 10%, rgba(59,130,246,0.45), transparent 34%),
    linear-gradient(135deg, rgba(168,85,247,0.85), rgba(236,72,153,0.72));
  box-shadow: 0 12px 28px rgba(168,85,247,0.22);
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}
.header-social:hover,
.header-social:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 16px 36px rgba(236,72,153,0.32);
  border-color: rgba(255,255,255,0.7);
}
.header-social svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}
@media (max-width: 980px) {
  .header-social {
    width: 40px;
    height: 40px;
  }
}


/* v3.9.10 privacy/disclaimer layout fix */
.request-disclaimer,
.request-disclaimer p,
.request-disclaimer span,
.request-disclaimer .privacy-note {
  column-count: 1 !important;
  columns: auto !important;
  column-width: auto !important;
}

.request-disclaimer .privacy-note,
.privacy-note {
  display: block !important;
  width: 100% !important;
  max-width: 980px;
  margin: 0.85rem auto 0 !important;
  text-align: center;
  line-height: 1.55;
  break-inside: avoid;
  page-break-inside: avoid;
}


/* v3.9.11 Instagram footer + Videos/Social hover popover */
.primary-nav .nav-has-dropdown {
  position: relative;
}

.nav-social-popover {
  position: absolute;
  top: calc(100% + 0.7rem);
  left: 50%;
  transform: translateX(-50%) translateY(8px);
  min-width: 178px;
  padding: 0.65rem;
  border-radius: 18px;
  background: rgba(10, 5, 20, 0.96);
  border: 1px solid rgba(216,180,254,0.28);
  box-shadow: 0 18px 48px rgba(0,0,0,0.38);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.18s ease, transform 0.18s ease;
  z-index: 50;
}

.primary-nav .nav-has-dropdown:hover .nav-social-popover,
.primary-nav .nav-has-dropdown:focus-within .nav-social-popover {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}

.nav-instagram-link,
.footer-instagram-logo {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  color: #f4efff;
  font-weight: 900;
  letter-spacing: 0.01em;
}

.nav-instagram-link {
  width: 100%;
  padding: 0.7rem 0.8rem;
  border-radius: 14px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(216,180,254,0.16);
}

.nav-instagram-link:hover,
.nav-instagram-link:focus-visible,
.footer-instagram-logo:hover,
.footer-instagram-logo:focus-visible {
  color: #e9d5ff;
  transform: translateY(-1px);
}

.nav-instagram-link svg,
.footer-instagram-logo svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex: 0 0 auto;
}

.footer-instagram-logo {
  margin-top: 0.25rem;
  padding-top: 0.35rem;
  color: #ffffff;
}

@media (max-width: 980px) {
  .nav-social-popover {
    position: static;
    transform: none;
    opacity: 1;
    pointer-events: auto;
    min-width: 0;
    margin-top: 0.45rem;
    box-shadow: none;
    background: rgba(255,255,255,0.04);
  }
  .primary-nav .nav-has-dropdown:hover .nav-social-popover,
  .primary-nav .nav-has-dropdown:focus-within .nav-social-popover {
    transform: none;
  }
}


/* v3.9.12 simplified footer actions */
.footer-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1rem;
  flex-wrap: wrap;
}

.footer-home-link,
.footer-instagram-logo {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  color: #ffffff;
  font-weight: 900;
  letter-spacing: 0.01em;
}

.footer-home-link {
  padding: 0.6rem 0.85rem;
  border-radius: 999px;
  border: 1px solid rgba(216,180,254,0.24);
  background: rgba(255,255,255,0.04);
}

.footer-home-link:hover,
.footer-home-link:focus-visible,
.footer-instagram-logo:hover,
.footer-instagram-logo:focus-visible {
  color: #e9d5ff;
  transform: translateY(-1px);
}

.footer-home-icon {
  width: 24px;
  height: 24px;
  display: inline-grid;
  place-items: center;
  border-radius: 999px;
  background: rgba(168,85,247,0.18);
  border: 1px solid rgba(216,180,254,0.25);
  line-height: 1;
}

.footer-instagram-logo {
  margin-top: 0;
  padding-top: 0;
}

@media (max-width: 760px) {
  .footer-actions {
    justify-content: flex-start;
  }
}


/* v3.9.13 stacked request disclaimer/privacy note */
.request-disclaimer.centered-disclaimer {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 0.85rem !important;
  width: min(100%, 980px) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  column-count: 1 !important;
  columns: auto !important;
}

.request-disclaimer-main,
.request-disclaimer.centered-disclaimer .privacy-note {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  text-align: center !important;
  line-height: 1.55 !important;
  column-count: 1 !important;
  columns: auto !important;
}

.request-disclaimer-main strong {
  display: block !important;
  margin-bottom: 0.35rem !important;
  color: #ffffff !important;
}

.request-disclaimer-main span {
  display: block !important;
}

.request-disclaimer.centered-disclaimer .privacy-note {
  color: rgba(244,239,255,0.82) !important;
}


/* v3.9.14 Home Page Test experimental sections */
.home-test-services,
.home-test-why,
.home-test-cta {
  position: relative;
}

.service-card-grid,
.why-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1.5rem;
}

.service-card,
.why-card {
  padding: 1.25rem;
  border-radius: var(--radius-sm);
  min-height: 170px;
}

.service-card strong,
.why-card strong {
  display: block;
  font-size: 1.08rem;
  margin-bottom: 0.55rem;
}

.service-card span,
.why-card span {
  display: block;
  color: var(--muted);
  line-height: 1.65;
}

.trust-strip {
  margin-top: 1.3rem;
  padding: 1.15rem;
  border-radius: var(--radius-sm);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem;
  color: var(--muted);
  line-height: 1.55;
}

.trust-strip strong {
  color: #fff;
}

.native-events-list {
  display: grid;
  gap: 1rem;
  margin-top: 1rem;
}

.native-event-card {
  display: grid;
  grid-template-columns: 82px 1fr auto;
  gap: 1rem;
  align-items: center;
  padding: 1rem;
  border-radius: var(--radius-sm);
}

.native-event-date {
  display: grid;
  place-items: center;
  min-height: 74px;
  border-radius: 18px;
  background: rgba(168,85,247,0.18);
  border: 1px solid rgba(216,180,254,0.25);
}

.native-event-date span {
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #e9d5ff;
}

.native-event-date strong {
  font-size: 2rem;
  line-height: 1;
}

.native-event-copy h4 {
  margin: 0 0 0.3rem;
  font-size: 1.12rem;
}

.native-event-copy p {
  margin: 0.15rem 0;
  color: var(--muted);
  line-height: 1.45;
}

.native-event-location {
  color: #f4efff !important;
}

.native-event-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  justify-content: flex-end;
}

.native-event-actions .btn {
  min-height: 42px;
  padding: 0.65rem 0.85rem;
  font-size: 0.88rem;
}

.booking-push {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 1.25rem;
  padding: clamp(1.25rem, 3vw, 2rem);
  border-radius: var(--radius);
}

.booking-push .section-title {
  margin-bottom: 0.35rem;
}

.booking-push-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: flex-end;
}

@media (max-width: 920px) {
  .service-card-grid,
  .why-card-grid,
  .trust-strip {
    grid-template-columns: 1fr;
  }

  .native-event-card,
  .booking-push {
    grid-template-columns: 1fr;
  }

  .native-event-actions,
  .booking-push-actions {
    justify-content: flex-start;
  }
}


/* v3.9.15 Home Page Test polish */
.page-template-page-home-page-test-php .section,
body.page-id .home-test-services,
body.page-id .home-test-why,
body.page-id .home-test-cta {
  padding-top: 62px;
  padding-bottom: 62px;
}

.primary-nav .nav-has-dropdown::after {
  content: "";
  position: absolute;
  left: -0.75rem;
  right: -0.75rem;
  top: 100%;
  height: 1rem;
}

.nav-social-popover {
  top: calc(100% + 0.45rem);
}

.nav-social-popover .nav-popover-link {
  display: block;
  width: 100%;
  padding: 0.7rem 0.8rem;
  border-radius: 14px;
  color: #f4efff;
  font-weight: 900;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(216,180,254,0.16);
  margin-bottom: 0.5rem;
}

.nav-social-popover .nav-popover-link:hover,
.nav-social-popover .nav-popover-link:focus-visible {
  color: #e9d5ff;
  transform: translateY(-1px);
}

/* Keep the native calendar from becoming the skyscraper of doom on desktop. */
.page-template-page-home-page-test-php .bio-feature.calendar-card {
  max-height: 640px;
  overflow: hidden;
}

.page-template-page-home-page-test-php .native-events-list {
  max-height: 430px;
  overflow-y: auto;
  padding-right: 0.35rem;
  overscroll-behavior: contain;
  scrollbar-width: thin;
}

.page-template-page-home-page-test-php .native-events-list::-webkit-scrollbar {
  width: 8px;
}

.page-template-page-home-page-test-php .native-events-list::-webkit-scrollbar-track {
  background: rgba(255,255,255,0.04);
  border-radius: 999px;
}

.page-template-page-home-page-test-php .native-events-list::-webkit-scrollbar-thumb {
  background: rgba(216,180,254,0.38);
  border-radius: 999px;
}

.trust-strip.trust-strip-compact {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (max-width: 920px) {
  .page-template-page-home-page-test-php .bio-feature.calendar-card,
  .page-template-page-home-page-test-php .native-events-list {
    max-height: none;
    overflow: visible;
    padding-right: 0;
  }

  .trust-strip.trust-strip-compact {
    grid-template-columns: 1fr;
  }
}


/* v3.9.16 desktop calendar height/scroll fix */
@media (min-width: 921px) {
  .bio-feature.calendar-card {
    max-height: 640px;
    overflow: hidden;
  }

  .bio-feature.calendar-card .calendar-shell,
  .bio-feature.calendar-card .calendar-embed,
  .bio-feature.calendar-card iframe {
    max-height: 430px;
  }

  .bio-feature.calendar-card .calendar-shell {
    overflow-y: auto;
    overscroll-behavior: contain;
    padding-right: 0.35rem;
    scrollbar-width: thin;
  }

  .bio-feature.calendar-card .calendar-embed {
    min-height: 430px;
  }

  .bio-feature.calendar-card iframe {
    min-height: 430px;
  }

  .bio-feature.calendar-card .native-events-list {
    max-height: 430px;
    overflow-y: auto;
    overscroll-behavior: contain;
    padding-right: 0.35rem;
    scrollbar-width: thin;
  }

  .bio-feature.calendar-card .calendar-shell::-webkit-scrollbar,
  .bio-feature.calendar-card .native-events-list::-webkit-scrollbar {
    width: 8px;
  }

  .bio-feature.calendar-card .calendar-shell::-webkit-scrollbar-track,
  .bio-feature.calendar-card .native-events-list::-webkit-scrollbar-track {
    background: rgba(255,255,255,0.04);
    border-radius: 999px;
  }

  .bio-feature.calendar-card .calendar-shell::-webkit-scrollbar-thumb,
  .bio-feature.calendar-card .native-events-list::-webkit-scrollbar-thumb {
    background: rgba(216,180,254,0.38);
    border-radius: 999px;
  }
}

@media (max-width: 920px) {
  .bio-feature.calendar-card,
  .bio-feature.calendar-card .calendar-shell,
  .bio-feature.calendar-card .calendar-embed,
  .bio-feature.calendar-card iframe,
  .bio-feature.calendar-card .native-events-list {
    max-height: none;
    overflow: visible;
  }
}


/* v3.9.17 Home Page Test layout refinements */
.primary-nav > ul > li > a[href$="/#book"] {
  /* Keep any stubborn duplicate Book nav link from showing if WP/browser cache preserves markup. */
}

.page-template-page-home-page-test-php .bio-feature.calendar-card {
  display: flex;
  flex-direction: column;
}

@media (min-width: 921px) {
  .page-template-page-home-page-test-php .bio-feature.calendar-card {
    max-height: 760px;
    overflow: hidden;
  }

  .page-template-page-home-page-test-php .native-events-list {
    max-height: 500px;
    overflow-y: auto;
    padding: 0.1rem 0.45rem 0.8rem 0.1rem;
    margin-top: 1.15rem;
  }

  .page-template-page-home-page-test-php .native-event-card:first-child {
    margin-top: 0;
  }

  .page-template-page-home-page-test-php .calendar-card-header {
    flex: 0 0 auto;
  }
}

.why-card-grid-extra {
  margin-top: 1rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.why-card-grid-extra .why-card {
  min-height: 150px;
}

.trust-strip,
.trust-strip-compact {
  display: none !important;
}

.section .eyebrow {
  vertical-align: middle;
}

.section-book-bubble {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  margin-left: 0.75rem;
  padding: 0.55rem 1rem;
  border-radius: 999px;
  color: #fff;
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  background: linear-gradient(135deg, var(--purple), var(--pink));
  border: 1px solid rgba(255,255,255,0.18);
  box-shadow: 0 12px 30px rgba(236,72,153,0.22);
  transform: translateY(-1px);
}

.section-book-bubble:hover,
.section-book-bubble:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(236,72,153,0.32);
}

@media (max-width: 920px) {
  .why-card-grid-extra {
    grid-template-columns: 1fr;
  }

  .section-book-bubble {
    display: flex;
    width: fit-content;
    margin: 0.7rem 0 0;
  }

  .page-template-page-home-page-test-php .bio-feature.calendar-card,
  .page-template-page-home-page-test-php .native-events-list {
    max-height: none;
    overflow: visible;
    padding-right: 0;
  }
}


/* v3.9.17 native event card compact desktop layout */
@media (min-width: 921px) {
  .native-event-card {
    grid-template-columns: 78px minmax(0, 1fr) minmax(150px, auto);
    align-items: center;
  }

  .native-event-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .native-event-actions .btn {
    width: 100%;
    white-space: nowrap;
  }
}


/* v3.9.18 bubble/calendar alignment fixes */
.section-book-bubble {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 0;
  margin-left: 0.65rem;
  padding: 0.55rem 0.9rem;
  border-radius: 999px;
  color: #fff;
  font-size: 0.82rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: linear-gradient(135deg, var(--purple), var(--pink));
  border: 1px solid rgba(255,255,255,0.18);
  box-shadow: 0 10px 26px rgba(236,72,153,0.2);
  vertical-align: middle;
}

.section-book-bubble:hover,
.section-book-bubble:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 14px 30px rgba(236,72,153,0.3);
}

/* Match the calendar card to the About block height on desktop and scroll the event list inside it. */
@media (min-width: 921px) {
  .page-template-page-home-page-test-php #about .grid-2 {
    align-items: stretch;
  }

  .page-template-page-home-page-test-php #about .bio-card,
  .page-template-page-home-page-test-php #about .bio-feature.calendar-card {
    height: 100%;
  }

  .page-template-page-home-page-test-php #about .bio-feature.calendar-card {
    display: flex;
    flex-direction: column;
    max-height: none;
    overflow: hidden;
  }

  .page-template-page-home-page-test-php #about .calendar-card-header {
    flex: 0 0 auto;
  }

  .page-template-page-home-page-test-php #about .native-events-list,
  .page-template-page-home-page-test-php #about .calendar-shell {
    flex: 1 1 auto;
    min-height: 0;
    max-height: none;
    overflow-y: auto;
    padding: 0.35rem 0.45rem 0.8rem 0.1rem;
    margin-top: 1.15rem;
    overscroll-behavior: contain;
    scrollbar-width: thin;
  }

  .page-template-page-home-page-test-php #about .native-event-card:first-child {
    margin-top: 0;
  }

  .page-template-page-home-page-test-php #about .native-events-list::-webkit-scrollbar,
  .page-template-page-home-page-test-php #about .calendar-shell::-webkit-scrollbar {
    width: 8px;
  }

  .page-template-page-home-page-test-php #about .native-events-list::-webkit-scrollbar-track,
  .page-template-page-home-page-test-php #about .calendar-shell::-webkit-scrollbar-track {
    background: rgba(255,255,255,0.04);
    border-radius: 999px;
  }

  .page-template-page-home-page-test-php #about .native-events-list::-webkit-scrollbar-thumb,
  .page-template-page-home-page-test-php #about .calendar-shell::-webkit-scrollbar-thumb {
    background: rgba(216,180,254,0.38);
    border-radius: 999px;
  }
}

.why-card-grid-extra {
  margin-top: 1rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.why-card-grid-extra .why-card {
  min-height: 150px;
}

.trust-strip,
.trust-strip-compact {
  display: none !important;
}

@media (max-width: 920px) {
  .section-book-bubble {
    display: flex;
    width: fit-content;
    margin: 0.7rem 0 0;
  }

  .why-card-grid-extra {
    grid-template-columns: 1fr;
  }

  .page-template-page-home-page-test-php #about .bio-feature.calendar-card,
  .page-template-page-home-page-test-php #about .native-events-list,
  .page-template-page-home-page-test-php #about .calendar-shell {
    max-height: none;
    overflow: visible;
    padding-right: 0;
  }
}


/* v3.9.19 sticky header + remove section bubbles */
.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(10, 5, 20, 0.74);
  border-bottom: 1px solid rgba(216,180,254,0.12);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.header-inner {
  transition: min-height 0.18s ease, padding 0.18s ease;
}

.section-book-bubble {
  display: none !important;
}

/* v3.9.19 force the test calendar to match the About card height on desktop */
@media (min-width: 921px) {
  .page-template-page-home-page-test-php #about .about-calendar-grid {
    align-items: stretch !important;
  }

  .page-template-page-home-page-test-php #about .about-calendar-grid > .bio-card,
  .page-template-page-home-page-test-php #about .about-calendar-grid > .bio-feature.calendar-card {
    height: auto !important;
    min-height: 100% !important;
    align-self: stretch !important;
  }

  .page-template-page-home-page-test-php #about .about-calendar-grid > .bio-feature.calendar-card {
    display: flex !important;
    flex-direction: column !important;
    overflow: hidden !important;
    max-height: none !important;
  }

  .page-template-page-home-page-test-php #about .calendar-card-header {
    flex: 0 0 auto !important;
  }

  .page-template-page-home-page-test-php #about .native-events-list,
  .page-template-page-home-page-test-php #about .calendar-shell {
    flex: 1 1 0 !important;
    min-height: 0 !important;
    height: auto !important;
    max-height: none !important;
    overflow-y: auto !important;
    margin-top: 1.15rem !important;
    padding: 0.35rem 0.45rem 0.8rem 0.1rem !important;
    overscroll-behavior: contain;
    scrollbar-width: thin;
  }

  .page-template-page-home-page-test-php #about .native-event-card:first-child {
    margin-top: 0 !important;
  }
}

/* Mobile: keep it simple and natural. */
@media (max-width: 920px) {
  .site-header {
    position: sticky;
  }

  .page-template-page-home-page-test-php #about .bio-feature.calendar-card,
  .page-template-page-home-page-test-php #about .native-events-list,
  .page-template-page-home-page-test-php #about .calendar-shell {
    max-height: none !important;
    overflow: visible !important;
  }
}


/* v3.9.20 sticky/header and real calendar equal-height fix */
/* Sticky was being blocked by the clipped wrapper. Let the header stick. */
.site-shell {
  overflow-x: hidden;
  overflow-y: visible !important;
}

.site-header {
  position: sticky !important;
  top: 0 !important;
  z-index: 9999 !important;
  background: rgba(10, 5, 20, 0.84) !important;
  border-bottom: 1px solid rgba(216,180,254,0.16) !important;
  backdrop-filter: blur(18px) !important;
  -webkit-backdrop-filter: blur(18px) !important;
}

/* WordPress admin bar offset. */
.admin-bar .site-header {
  top: 32px !important;
}

/* The previous rules were scoped to a body class WordPress does not reliably add for slug templates.
   These target the actual test-page markup directly. */
#about .about-calendar-grid {
  display: grid !important;
  align-items: stretch !important;
}

#about .about-calendar-grid > .bio-card,
#about .about-calendar-grid > .bio-feature.calendar-card {
  align-self: stretch !important;
  height: auto !important;
  min-height: 100% !important;
}

#about .about-calendar-grid > .bio-feature.calendar-card {
  display: flex !important;
  flex-direction: column !important;
  overflow: hidden !important;
  max-height: none !important;
}

#about .about-calendar-grid .calendar-card-header {
  flex: 0 0 auto !important;
}

#about .about-calendar-grid .native-events-list,
#about .about-calendar-grid .calendar-shell {
  flex: 1 1 auto !important;
  min-height: 0 !important;
  height: auto !important;
  max-height: none !important;
  overflow-y: auto !important;
  margin-top: 1.15rem !important;
  padding: 0.35rem 0.45rem 0.8rem 0.1rem !important;
  overscroll-behavior: contain;
  scrollbar-width: thin;
}

#about .about-calendar-grid .native-event-card:first-child {
  margin-top: 0 !important;
}

#about .about-calendar-grid .native-events-list::-webkit-scrollbar,
#about .about-calendar-grid .calendar-shell::-webkit-scrollbar {
  width: 8px;
}

#about .about-calendar-grid .native-events-list::-webkit-scrollbar-track,
#about .about-calendar-grid .calendar-shell::-webkit-scrollbar-track {
  background: rgba(255,255,255,0.04);
  border-radius: 999px;
}

#about .about-calendar-grid .native-events-list::-webkit-scrollbar-thumb,
#about .about-calendar-grid .calendar-shell::-webkit-scrollbar-thumb {
  background: rgba(216,180,254,0.38);
  border-radius: 999px;
}

@media (max-width: 920px) {
  #about .about-calendar-grid > .bio-feature.calendar-card,
  #about .about-calendar-grid .native-events-list,
  #about .about-calendar-grid .calendar-shell {
    max-height: none !important;
    overflow: visible !important;
  }

  .admin-bar .site-header {
    top: 46px !important;
  }
}


/* v3.9.21 fixed header fallback
   Sticky can still fail when an ancestor creates a scroll/clipping context.
   Use fixed positioning instead so the booking CTA is always visible while scrolling. */
.site-header {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  z-index: 99999 !important;
  background: rgba(10, 5, 20, 0.88) !important;
  border-bottom: 1px solid rgba(216,180,254,0.18) !important;
  backdrop-filter: blur(18px) !important;
  -webkit-backdrop-filter: blur(18px) !important;
}

.admin-bar .site-header {
  top: 32px !important;
}

/* Prevent the fixed header from covering the top of the page. */
body {
  padding-top: var(--nav-h) !important;
}

/* Anchor links need room so sticky/fixed header doesn't cover section titles. */
section,
[id] {
  scroll-margin-top: calc(var(--nav-h) + 22px);
}

@media (max-width: 920px) {
  .admin-bar .site-header {
    top: 46px !important;
  }
}


/* v3.9.22 social popover cleanup */
.nav-social-popover .nav-instagram-link {
  margin-bottom: 0 !important;
}


/* v3.9.23 Why Book grid fit fix */
.why-card-grid-complete {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  align-items: stretch;
}

.why-card-grid-complete .why-card {
  width: 100%;
  min-height: 160px;
}

.why-card-grid-extra {
  display: none !important;
}

@media (max-width: 920px) {
  .why-card-grid-complete {
    grid-template-columns: 1fr !important;
  }
}


/* v3.9.27 section heading spacing normalization */
.section .eyebrow,
.section .calendar-live-pill {
  margin-bottom: 0.95rem !important;
}

.section .eyebrow + .section-title,
.section .calendar-live-pill + h3,
.section .eyebrow + h2,
.section .eyebrow + h3 {
  margin-top: 0 !important;
}

.section .section-title {
  margin-top: 0 !important;
}

.home-test-services .section-title,
.home-test-why .section-title,
#testimonials .section-title,
#mixes .section-title,
#videos .section-title,
#book .section-title,
#faq .section-title {
  margin-top: 0 !important;
}

/* Keep the calendar header's custom title spacing aligned with the rest of the section headers. */
.calendar-card-header .calendar-live-pill + h3 {
  margin-top: 0 !important;
}


/* v3.9.36 Guest live suggestions polish */
body.page-live-requests .payment-links,
body.page-live-requests .tip-links,
body.page-live-requests .support-links,
body.page-live-requests .dj-payment-links,
body.page-live-requests .qr-payment-grid,
body.page-live-requests .payment-grid,
body.page-live-requests [class*="payment"],
body.page-live-requests [class*="tip"] {
  scroll-margin-top: 110px;
}

body.page-live-requests .payment-links img,
body.page-live-requests .tip-links img,
body.page-live-requests .support-links img,
body.page-live-requests .dj-payment-links img,
body.page-live-requests .qr-payment-grid img,
body.page-live-requests .payment-grid img,
body.page-live-requests img[src*="paypal"],
body.page-live-requests img[src*="venmo"],
body.page-live-requests img[src*="qrcode"],
body.page-live-requests img[src*="qr"] {
  max-width: 170px;
  height: auto;
}

body.page-live-requests .payment-links .card,
body.page-live-requests .tip-links .card,
body.page-live-requests .support-links .card,
body.page-live-requests .dj-payment-links .card,
body.page-live-requests .qr-payment-grid .card,
body.page-live-requests .payment-grid .card {
  padding: clamp(0.75rem, 2vw, 1rem);
}

body.page-live-requests h1 {
  font-size: clamp(1.9rem, 5vw, 3rem);
  line-height: 1.05;
}

body.page-live-requests .request-form h2,
body.page-live-requests .song-request h2,
body.page-live-requests .live-request-form h2 {
  font-size: clamp(1.65rem, 4vw, 2.35rem);
}

body.page-live-requests .hero,
body.page-live-requests .page-hero {
  padding-bottom: clamp(1.25rem, 4vw, 2.5rem);
}

@media (max-width: 700px) {
  body.page-live-requests .payment-links img,
  body.page-live-requests .tip-links img,
  body.page-live-requests .support-links img,
  body.page-live-requests .dj-payment-links img,
  body.page-live-requests .qr-payment-grid img,
  body.page-live-requests .payment-grid img,
  body.page-live-requests img[src*="paypal"],
  body.page-live-requests img[src*="venmo"],
  body.page-live-requests img[src*="qrcode"],
  body.page-live-requests img[src*="qr"] {
    max-width: 135px;
  }
}


/* v3.9.37 direct live suggestions layout */
.live-requests-page .request-hero-v2 .eyebrow {
  letter-spacing: 0.12em;
}

.live-requests-page .request-hero-copy h1 {
  max-width: 760px;
}

.live-requests-page .request-love-section {
  margin-bottom: clamp(1.25rem, 3vw, 2rem);
}

.live-requests-page .tip-qr-grid {
  gap: clamp(0.8rem, 2vw, 1.2rem);
}

.live-requests-page .tip-qr-card {
  padding: clamp(0.85rem, 2vw, 1.1rem);
}

.live-requests-page .tip-qr-image-wrap {
  max-width: 165px;
  margin-inline: auto;
}

.live-requests-page .tip-qr-card img {
  max-width: 165px;
  width: 100%;
  height: auto;
}

.live-requests-page .request-tip-note {
  margin-top: clamp(1rem, 3vw, 1.5rem);
}

.live-requests-page .request-frame-topper span {
  font-size: clamp(1rem, 2vw, 1.15rem);
}

@media (max-width: 700px) {
  .live-requests-page .tip-qr-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .live-requests-page .tip-qr-card {
    padding: 0.65rem;
  }

  .live-requests-page .tip-qr-image-wrap,
  .live-requests-page .tip-qr-card img {
    max-width: 105px;
  }

  .live-requests-page .tip-qr-card h3 {
    font-size: 0.82rem;
  }
}


/* v3.9.40 Guest Flow Final Polish */
.live-requests-page .request-hero-copy h1 {
  max-width: 780px;
}

.live-requests-page .request-hero-copy p {
  max-width: 680px;
}

.live-requests-page .request-love-section {
  margin: 0 0 clamp(1.25rem, 3vw, 2rem);
}

.live-requests-page .request-love-section h2 {
  font-size: clamp(1.65rem, 4vw, 2.35rem);
  margin-bottom: 0.35rem;
}

.live-requests-page .tip-section-subhead {
  margin-top: 0;
  opacity: 0.86;
}

.live-requests-page .tip-qr-grid {
  gap: clamp(0.75rem, 2vw, 1.15rem);
  align-items: stretch;
}

.live-requests-page .tip-qr-card {
  padding: clamp(0.7rem, 1.6vw, 1rem);
}

.live-requests-page .tip-qr-image-wrap {
  max-width: 150px;
  margin-inline: auto;
}

.live-requests-page .tip-qr-card img {
  max-width: 150px;
  width: 100%;
  height: auto;
}

.live-requests-page .tip-qr-card h3 {
  font-size: clamp(0.88rem, 1.6vw, 1.05rem);
  margin-top: 0.55rem;
}

.live-requests-page .request-tip-note {
  margin: clamp(1rem, 3vw, 1.5rem) 0 0.85rem;
  text-align: center;
}

.live-requests-page .request-frame-shell {
  margin-top: 0;
}

.live-requests-page .request-frame-topper span {
  font-size: clamp(1rem, 2vw, 1.18rem);
}

.live-requests-page .centered-disclaimer strong {
  white-space: nowrap;
}

@media (max-width: 700px) {
  .live-requests-page .request-hero-actions {
    align-items: stretch;
  }

  .live-requests-page .request-hero-actions .btn {
    width: 100%;
    justify-content: center;
  }

  .live-requests-page .tip-qr-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .live-requests-page .tip-qr-card {
    padding: 0.6rem;
  }

  .live-requests-page .tip-qr-image-wrap,
  .live-requests-page .tip-qr-card img {
    max-width: 98px;
  }

  .live-requests-page .tip-qr-card h3 {
    font-size: 0.76rem;
  }
}


/* v3.9.42 split live requests hero headline */
.live-requests-page .request-hero-copy h1 br {
  display: block;
}

.live-requests-page .request-hero-copy h1 span {
  display: inline-block;
}


[class*="hat-watermark"],
[class*="watermark-hat"],
[id*="hat-watermark"],
[id*="watermark-hat"] {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}


/* v3.9.44 remove top-hat and mic watermark */
[class*="top-hat"],
[class*="top_hat"],
[class*="tophat"],
[id*="top-hat"],
[id*="top_hat"],
[id*="tophat"],
[class*="mic-watermark"],
[class*="microphone-watermark"],
[class*="watermark-mic"],
[class*="watermark_microphone"],
[class*="watermark_mic"],
[class*="decorative-mic"],
[class*="decorative_microphone"],
[class*="floating-mic"],
[class*="floating_microphone"],
[id*="mic-watermark"],
[id*="microphone-watermark"],
[id*="watermark-mic"],
[id*="watermark_microphone"],
[id*="watermark_mic"],
[id*="decorative-mic"],
[id*="decorative_microphone"],
[id*="floating-mic"],
[id*="floating_microphone"] {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

/* old paired hat + mic decorative pseudo-elements */
.top-hat::before,
.top-hat::after,
.tophat::before,
.tophat::after,
.mic-watermark::before,
.mic-watermark::after,
.microphone-watermark::before,
.microphone-watermark::after,
.watermark-mic::before,
.watermark-mic::after,
.decorative-mic::before,
.decorative-mic::after,
.floating-mic::before,
.floating-mic::after {
  content: none !important;
  background: none !important;
  background-image: none !important;
}


/* v3.9.45 remove actual homepage floating hat */
.floating-icon.floating-hat,
.floating-hat {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}


/* v3.9.50 Live Suggestions polish: hero fallback, headline match, clickable tip links */
.live-requests-page .request-hero-copy h1 {
  margin: 1rem 0 1rem;
  font-size: clamp(2.9rem, 8vw, 6.4rem);
  line-height: 0.92;
  letter-spacing: -0.06em;
  max-width: 780px;
}
.live-requests-page .request-hero-copy h1 .accent {
  background: linear-gradient(135deg, #fff 5%, #dad7ff 30%, #d8b4fe 55%, #7dd3fc 90%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.live-requests-page .request-media-card {
  background:
    linear-gradient(135deg, rgba(15,7,25,0.96), rgba(76,24,126,0.76)),
    url('assets/img/hero-poster.jpg') center/cover no-repeat;
}
.live-requests-page .tip-qr-card,
.live-requests-page .tip-qr-image-wrap a {
  cursor: pointer;
}
.live-requests-page .tip-qr-card {
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, filter 180ms ease;
}
.live-requests-page .tip-qr-card:hover,
.live-requests-page .tip-qr-card:focus-within {
  transform: translateY(-3px) scale(1.02);
  border-color: rgba(216,180,254,0.55);
  box-shadow: 0 0 0 1px rgba(216,180,254,0.16), 0 0 24px rgba(168,85,247,0.38), 0 24px 70px rgba(168,85,247,0.26);
  filter: brightness(1.08);
}
.live-requests-page .tip-qr-image-wrap a:focus-visible {
  outline: 3px solid rgba(216,180,254,0.9);
  outline-offset: 5px;
}
@media (max-width: 700px) {
  .live-requests-page .request-hero-copy h1 {
    font-size: clamp(2.4rem, 12vw, 4rem);
    letter-spacing: -0.055em;
  }
}
