/* ═══════════════════════════════════════════════════════
   BXLENCE — Complete Website Stylesheet
   Luxury · Cinematic · Miami
   © 2025 BXLENCE / Mirando Consulting LLC
═══════════════════════════════════════════════════════ */

/* ── RESET ── */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { font-size: 16px; }

/* ── VARIABLES ── */
:root {
  --gold:     #c9a84c;
  --gold-lt:  #e8cc7a;
  --gold-dk:  #9a7828;
  --gold-4:   #d4a030;
  --gold-5:   #e8bb48;
  --black:    #060508;
  --deep:     #0a0810;
  --charcoal: #111018;
  --text:     #ede5d5;
  --muted:    rgba(237,229,213,0.52);
  --border:   rgba(201,168,76,0.14);
  --wa-link:  "https://wa.me/17543134787?text=Hello%20I%27m%20interested%20in%20working%20with%20BXLENCE";
}

body {
  background: var(--black);
  color: var(--text);
  font-family: 'Cormorant Garamond', 'Georgia', serif;
  font-weight: 300;
  overflow-x: hidden;
}

::-webkit-scrollbar { width: 3px; }
::-webkit-scrollbar-track { background: var(--black); }
::-webkit-scrollbar-thumb { background: var(--gold-dk); border-radius: 2px; }

/* ── TYPOGRAPHY ── */
.display { font-family: 'Cinzel', serif; }
.sans    { font-family: 'Montserrat', sans-serif; }

h1, h2, h3 { font-family: 'Cormorant Garamond', serif; font-weight: 300; }

.eyebrow {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.52rem;
  font-weight: 500;
  letter-spacing: 0.52em;
  text-transform: uppercase;
  color: var(--gold);
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 18px;
}
.eyebrow::before {
  content: '';
  width: 28px; height: 1px;
  background: var(--gold);
  opacity: 0.5;
}
.eyebrow-c { justify-content: center; }
.eyebrow-c::before { display: none; }

.section-title {
  font-size: clamp(2.2rem, 5vw, 3.8rem);
  font-weight: 300;
  line-height: 1.1;
  color: var(--text);
  margin-bottom: 18px;
}
.section-title em {
  font-style: italic;
  background: linear-gradient(135deg, #c9a030, #e8cc7a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.section-title-c { text-align: center; }
.section-body {
  font-size: 0.88rem;
  line-height: 1.95;
  color: var(--muted);
  font-weight: 300;
  max-width: 540px;
}
.gold-rule { width: 48px; height: 1px; background: linear-gradient(90deg, transparent, var(--gold), transparent); margin: 20px 0; }
.gold-rule-c { margin: 20px auto; }

/* ── BUTTONS ── */
.btn-gold {
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.58rem;
  font-weight: 600;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  padding: 14px 36px;
  background: linear-gradient(135deg, #b07c18, #d4a030, #e8bb48, #f8e888, #e8bb48, #d4a030, #b07c18);
  color: #06050a;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: all 0.35s;
  box-shadow: 0 4px 22px rgba(201,160,48,0.32);
  position: relative;
  overflow: hidden;
}
.btn-gold::before {
  content: '';
  position: absolute;
  top: 0; left: -100%;
  width: 55%; height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
  transform: skewX(-20deg);
  transition: left 0.5s;
}
.btn-gold:hover { box-shadow: 0 8px 32px rgba(201,160,48,0.48); transform: translateY(-2px); }
.btn-gold:hover::before { left: 160%; }

.btn-ghost {
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.58rem;
  font-weight: 400;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  padding: 13px 32px;
  border: 1px solid rgba(201,168,76,0.38);
  color: rgba(232,187,72,0.85);
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s;
  background: transparent;
}
.btn-ghost:hover {
  border-color: rgba(201,168,76,0.7);
  color: var(--gold-lt);
  background: rgba(201,168,76,0.07);
  transform: translateY(-1px);
}

/* ══════════════════════════════════════
   HEADER / NAVIGATION
══════════════════════════════════════ */
#mainHeader {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 900;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 36px;
  border-bottom: 1px solid transparent;
  transition: background 0.45s, border-color 0.45s, height 0.3s;
}
#mainHeader.scrolled {
  background: rgba(6,5,8,0.95);
  backdrop-filter: blur(22px);
  -webkit-backdrop-filter: blur(22px);
  height: 60px;
  border-bottom-color: var(--border);
}
.nav-logo {
  font-family: 'Cinzel', serif;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.3em;
  text-decoration: none;
  background: linear-gradient(150deg, #8a5c10, #c9a030, #f8e888, #c9a030, #8a5c10);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  flex-shrink: 0;
}
.nav-links {
  display: flex;
  align-items: center;
  gap: 16px;
  flex: 1;
  justify-content: center;
}
.nav-links a {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.46rem;
  font-weight: 400;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(237,229,213,0.58);
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  padding-bottom: 2px;
  transition: color 0.3s;
}
.nav-links a::after {
  content: '';
  position: absolute;
  bottom: -1px; left: 0;
  width: 0; height: 1px;
  background: linear-gradient(90deg, var(--gold-dk), var(--gold-lt));
  transition: width 0.35s;
}
.nav-links a:hover { color: var(--gold-lt); }
.nav-links a:hover::after { width: 100%; }
.nav-cta {
  flex-shrink: 0;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.46rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  padding: 8px 16px;
  background: linear-gradient(135deg, #c9a030, #e8bb48);
  color: #06050a;
  text-decoration: none;
  transition: all 0.3s;
}
.nav-cta:hover { box-shadow: 0 4px 18px rgba(201,160,48,0.45); transform: translateY(-1px); }
.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 6px;
}
.nav-toggle span { display: block; width: 22px; height: 1px; background: rgba(201,168,76,0.7); transition: all 0.3s; }

/* Mobile nav */
.mobile-nav {
  display: none;
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 850;
  background: rgba(6,5,8,0.98);
  backdrop-filter: blur(24px);
  padding: 84px 32px 44px;
  flex-direction: column;
  gap: 0;
  border-bottom: 1px solid var(--border);
  transform: translateY(-100%);
  transition: transform 0.4s cubic-bezier(0.16,1,0.3,1);
}
.mobile-nav.open { transform: translateY(0); }
.mobile-nav a {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.65rem;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: rgba(237,229,213,0.6);
  text-decoration: none;
  padding: 16px 0;
  border-bottom: 1px solid rgba(201,168,76,0.05);
  display: block;
  transition: color 0.3s;
}
.mobile-nav a:hover { color: var(--gold-lt); }
.mobile-nav .nav-cta {
  margin-top: 28px;
  text-align: center;
  padding: 14px 20px;
}

/* ══════════════════════════════════════
   HERO SECTION
══════════════════════════════════════ */
#hero {
  position: relative;
  width: 100vw;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.hero-bg {
  position: absolute; inset: 0;
  background: url('../images/WEB_DESIGN.png') center center / cover no-repeat;
  animation: heroSettle 2.4s cubic-bezier(0.16,1,0.3,1) forwards;
  z-index: 0;
}
@keyframes heroSettle {
  from { transform: scale(1.06); }
  to   { transform: scale(1); }
}
.hero-canvas {
  position: absolute; inset: 0;
  z-index: 1;
  pointer-events: none;
}
.hero-overlay {
  position: absolute; inset: 0; z-index: 2;
  background: linear-gradient(180deg,
    rgba(4,2,10,0.75) 0%, rgba(4,2,10,0.35) 15%,
    rgba(4,2,10,0.1) 28%, transparent 42%,
    transparent 55%, rgba(4,2,10,0.35) 72%,
    rgba(4,2,10,0.88) 88%, rgba(4,2,10,0.97) 100%
  );
}
.hero-overlay-sides {
  position: absolute; inset: 0; z-index: 3;
  background: linear-gradient(90deg, rgba(4,2,10,0.55) 0%, transparent 22%, transparent 78%, rgba(4,2,10,0.55) 100%);
}
.hero-content {
  position: relative; z-index: 10;
  text-align: center;
  padding: 100px 24px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.hero-eyebrow {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.52rem;
  font-weight: 400;
  letter-spacing: 0.7em;
  text-transform: uppercase;
  color: rgba(201,168,76,0.78);
  margin-bottom: 20px;
  opacity: 0;
  animation: riseIn 1s 0.3s ease forwards;
}
.hero-title-block {
  position: relative;
  margin-bottom: 6px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.title-aura {
  position: absolute;
  inset: -44px -90px;
  display: none; /* removed — static rendering */
}
.hero-title {
  font-family: 'Cinzel', serif;
  font-size: clamp(3.5rem, 9.5vw, 8.6rem);
  font-weight: 900;
  letter-spacing: 0.22em;
  line-height: 1;
  user-select: none;
  /* Static polished gold — no animation, no movement */
  color: #c9a84c;
  background: linear-gradient(
    160deg,
    #7a4a08 0%,
    #b07820 12%,
    #d4a830 24%,
    #e8c048 36%,
    #f5d878 46%,
    #fff6cc 52%,
    #f5d878 58%,
    #e0aa28 68%,
    #c08818 78%,
    #d4a030 88%,
    #b07820 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  filter: drop-shadow(0 3px 6px rgba(0,0,0,0.90)) drop-shadow(0 8px 22px rgba(0,0,0,0.60));
  /* Single entrance animation only — fades in once, never repeats */
  opacity: 0;
  animation: titleIn 1.4s 0.1s cubic-bezier(0.16,1,0.3,1) forwards;
}
@keyframes titleIn {
  0%   { opacity: 0; transform: translateY(24px) scale(0.975); }
  100% { opacity: 1; transform: translateY(0) scale(1); }
}
.title-ornament {
  display: flex; align-items: center; gap: 14px;
  margin: 16px 0 24px;
  opacity: 0;
  animation: riseIn 1s 0.8s ease forwards;
}
.orn-line { height: 1px; width: 80px; background: linear-gradient(90deg, transparent, rgba(201,168,76,0.55)); }
.orn-line.r { background: linear-gradient(90deg, rgba(201,168,76,0.55), transparent); }
.orn-dot { width: 4px; height: 4px; border-radius: 50%; background: var(--gold-5); box-shadow: 0 0 8px rgba(248,232,136,0.85), 0 0 20px rgba(201,168,76,0.5); }
.hero-tagline {
  font-size: clamp(1rem, 2.3vw, 1.7rem);
  font-style: italic;
  font-weight: 300;
  color: rgba(237,229,213,0.9);
  letter-spacing: 0.07em;
  margin-bottom: 12px;
  opacity: 0;
  animation: riseIn 1s 0.95s ease forwards;
}
.hero-sub {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(0.48rem, 0.68vw, 0.62rem);
  font-weight: 400;
  letter-spacing: 0.58em;
  text-transform: uppercase;
  color: rgba(201,168,76,0.7);
  margin-bottom: 8px;
  opacity: 0;
  animation: riseIn 1s 1.1s ease forwards;
}
.hero-location {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(0.46rem, 0.62vw, 0.58rem);
  font-weight: 300;
  letter-spacing: 0.44em;
  text-transform: uppercase;
  color: rgba(237,229,213,0.3);
  margin-bottom: 50px;
  opacity: 0;
  animation: riseIn 1s 1.24s ease forwards;
}
.hero-btns {
  display: flex; gap: 18px; flex-wrap: wrap; justify-content: center;
  opacity: 0;
  animation: riseIn 1s 1.42s ease forwards;
}
.scroll-hint {
  position: absolute;
  bottom: 30px; left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  display: flex; flex-direction: column; align-items: center; gap: 10px;
  opacity: 0;
  animation: riseIn 1s 2.5s ease forwards;
}
.scroll-bar {
  width: 1px; height: 50px;
  background: linear-gradient(180deg, rgba(201,168,76,0.65), transparent);
  animation: scrollPulse 2.5s ease-in-out infinite;
}
@keyframes scrollPulse {
  0%,100% { opacity: 0.4; transform: scaleY(1); }
  50%      { opacity: 1;   transform: scaleY(0.55); }
}
.scroll-label {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.46rem;
  letter-spacing: 0.5em;
  text-transform: uppercase;
  color: rgba(201,168,76,0.35);
}

/* ══════════════════════════════════════
   PARTNER / LOGO STRIP
══════════════════════════════════════ */
.partner-strip {
  position: absolute;
  top: 70px; left: 0; right: 0;
  z-index: 20;
  height: 58px;
  display: flex;
  align-items: center;
  background: linear-gradient(180deg, rgba(4,3,8,0.78) 0%, rgba(4,3,8,0.5) 60%, transparent 100%);
  border-bottom: 1px solid rgba(201,168,76,0.07);
  overflow: hidden;
}
.ps-fade-l { position: absolute; left: 0; top: 0; bottom: 0; width: 120px; background: linear-gradient(90deg, rgba(4,3,8,0.95), transparent); z-index: 5; pointer-events: none; }
.ps-fade-r { position: absolute; right: 0; top: 0; bottom: 0; width: 120px; background: linear-gradient(270deg, rgba(4,3,8,0.95), transparent); z-index: 5; pointer-events: none; }
.ps-label {
  flex-shrink: 0;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.42rem;
  letter-spacing: 0.55em;
  text-transform: uppercase;
  color: rgba(201,168,76,0.4);
  padding: 0 20px 0 44px;
  white-space: nowrap;
  position: relative; z-index: 6;
  border-right: 1px solid rgba(201,168,76,0.1);
}
.ps-mask { flex: 1; overflow: hidden; height: 100%; display: flex; align-items: center; }
.ps-track {
  display: flex; align-items: center; width: max-content;
  animation: psScroll 40s linear infinite;
}
.ps-track:hover { animation-play-state: paused; }
@keyframes psScroll { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }
.ps-item {
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  padding: 0 48px; height: 58px;
  opacity: 0.68; transition: opacity 0.35s;
  position: relative;
}
.ps-item::after { content: ''; position: absolute; right: 0; top: 50%; transform: translateY(-50%); height: 14px; width: 1px; background: rgba(201,168,76,0.1); }
.ps-item:hover { opacity: 1; }
.ps-text-brand { font-family: 'Cormorant Garamond', serif; font-size: 0.82rem; letter-spacing: 0.2em; text-transform: uppercase; color: rgba(237,229,213,0.88); white-space: nowrap; }
.ps-text-sub   { font-family: 'Cormorant Garamond', serif; font-size: 0.52rem; font-style: italic; letter-spacing: 0.28em; color: rgba(237,229,213,0.38); }
.ps-bank-wrap  { display: flex; align-items: center; gap: 5px; }
.ps-bank-b     { font-family: 'Montserrat', sans-serif; font-size: 0.78rem; font-weight: 500; letter-spacing: 0.12em; color: rgba(237,229,213,0.82); text-transform: uppercase; }
.ps-bank-o     { font-family: 'Montserrat', sans-serif; font-size: 0.78rem; font-weight: 700; letter-spacing: 0.1em; color: #c8102e; text-transform: uppercase; }
.ps-bank-t     { font-size: 0.42rem; color: #c8102e; opacity: 0.8; margin-left: -2px; }
.ps-peroni-m   { font-family: 'Cinzel', serif; font-size: 0.95rem; font-weight: 700; letter-spacing: 0.26em; color: #1a3a7a; white-space: nowrap; text-transform: uppercase; }
.ps-peroni-s   { font-family: 'Montserrat', sans-serif; font-size: 0.38rem; letter-spacing: 0.32em; text-transform: uppercase; color: rgba(26,58,122,0.5); }
.ps-mb2 { display: flex; align-items: baseline; gap: 1px; }
.ps-mb2-m { font-family: 'Montserrat', sans-serif; font-size: 0.95rem; font-weight: 700; letter-spacing: 0.06em; color: #2d3380; }
.ps-mb2-d { font-family: 'Montserrat', sans-serif; font-size: 0.58rem; font-weight: 400; letter-spacing: 0.16em; text-transform: uppercase; color: rgba(45,51,128,0.58); }
.ps-logo-img { height: 30px; width: auto; object-fit: contain; display: block; }
.ps-img-item { padding: 0 36px; }

/* ══════════════════════════════════════
   CONTENT SECTIONS — shared
══════════════════════════════════════ */
.content-section { padding: 110px 56px; }
.bg-black  { background: var(--black); }
.bg-deep   { background: var(--deep); }
.bg-charcoal { background: var(--charcoal); }
.bg-gradient-dark { background: linear-gradient(160deg, #060508 0%, #080610 50%, #060508 100%); }

/* ══════════════════════════════════════
   NIGHTLIFE SECTION
══════════════════════════════════════ */
#nightlife { background: var(--black); border-top: 1px solid rgba(201,168,76,0.06); }

/* Hero block — Lil Baby dominant */
.nl-hero-wrap {
  position: relative;
  width: 100%;
  min-height: 85vh;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  margin-bottom: 80px;
  border: 1px solid rgba(201,168,76,0.08);
}
.nl-hero-img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center 15%;
  filter: brightness(0.72) saturate(0.88);
  transition: transform 8s ease, filter 0.4s;
}
.nl-hero-wrap:hover .nl-hero-img { transform: scale(1.03); }
.nl-hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(
    105deg,
    rgba(6,5,8,0.9) 0%, rgba(6,5,8,0.55) 36%,
    rgba(6,5,8,0.15) 58%, rgba(6,5,8,0.5) 100%
  ),
  linear-gradient(180deg, rgba(6,5,8,0.5) 0%, transparent 30%, transparent 55%, rgba(6,5,8,0.95) 100%);
}
.nl-hero-content {
  position: relative; z-index: 10;
  padding: 0 64px 64px;
  max-width: 680px;
}
.nl-hero-eyebrow {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.52rem; letter-spacing: 0.6em;
  text-transform: uppercase; color: var(--gold);
  margin-bottom: 14px; display: block;
}
.nl-hero-title {
  font-size: clamp(2.8rem, 7vw, 5.5rem);
  font-weight: 300; line-height: 1.06; color: var(--text);
  margin-bottom: 22px;
}
.nl-hero-title em { font-style: italic; background: linear-gradient(135deg, #c9a030, #f8e888, #c9a030); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.nl-hero-deck { font-size: 0.86rem; line-height: 1.92; color: rgba(237,229,213,0.62); font-weight: 300; margin-bottom: 34px; max-width: 500px; }
.nl-hero-btns { display: flex; gap: 14px; flex-wrap: wrap; }
.nl-venue-badge {
  position: absolute; bottom: 64px; right: 64px; z-index: 10;
  display: flex; flex-direction: column; align-items: flex-end; gap: 3px;
  padding: 16px 20px;
  border: 1px solid rgba(201,168,76,0.2);
  background: rgba(6,5,8,0.75);
  backdrop-filter: blur(14px);
}
.nlvb-label { font-family: 'Montserrat', sans-serif; font-size: 0.44rem; letter-spacing: 0.44em; text-transform: uppercase; color: var(--gold); }
.nlvb-name  { font-size: 1.35rem; font-weight: 400; color: var(--text); letter-spacing: 0.05em; }
.nlvb-sub   { font-family: 'Montserrat', sans-serif; font-size: 0.44rem; letter-spacing: 0.28em; text-transform: uppercase; color: rgba(237,229,213,0.32); }

/* Black Coffee sub-section */
.nl-split { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: start; margin-bottom: 80px; }
.nl-artist-img-wrap {
  position: relative; overflow: hidden;
  border: 1px solid rgba(201,168,76,0.1);
}
.nl-artist-img { width: 100%; display: block; object-fit: cover; max-height: 500px; filter: brightness(0.82) saturate(0.9); transition: transform 0.55s, filter 0.4s; }
.nl-artist-img-wrap:hover .nl-artist-img { transform: scale(1.04); filter: brightness(0.92) saturate(1); }
.nl-artist-overlay { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(6,5,8,0.88), transparent 45%); }
.nl-artist-label { position: absolute; bottom: 0; left: 0; right: 0; padding: 20px 22px; }
.nl-artist-name { font-size: 1.45rem; font-weight: 400; color: rgba(237,229,213,0.92); display: block; }
.nl-artist-event { font-family: 'Montserrat', sans-serif; font-size: 0.48rem; letter-spacing: 0.26em; text-transform: uppercase; color: rgba(201,168,76,0.65); display: block; margin-top: 4px; }

/* VIP Map */
.nl-map-wrap {
  position: relative; max-width: 100%;
  border: 1px solid rgba(201,168,76,0.12);
  overflow: hidden; margin-top: 60px;
}
.nl-map-img { width: 100%; display: block; object-fit: contain; filter: brightness(0.88) saturate(0.9); }

/* Zone legend */
.nl-zones-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 2px; margin-top: 32px; }
.nl-zone {
  display: flex; align-items: flex-start; gap: 12px;
  padding: 20px 18px;
  background: rgba(255,255,255,0.015);
  border: 1px solid rgba(201,168,76,0.05);
  transition: background 0.3s;
}
.nl-zone:hover { background: rgba(201,168,76,0.03); }
.nl-zdot { width: 9px; height: 9px; border-radius: 50%; flex-shrink: 0; margin-top: 5px; }
.nl-zname { font-size: 0.98rem; font-weight: 400; color: var(--text); margin-bottom: 3px; }
.nl-zdesc { font-family: 'Montserrat', sans-serif; font-size: 0.64rem; line-height: 1.6; color: rgba(237,229,213,0.35); font-weight: 300; }

/* Nightlife gallery */
.nl-gallery { display: grid; grid-template-columns: repeat(4,1fr); gap: 3px; margin-top: 60px; }
.nl-gal-item {
  position: relative; overflow: hidden;
  aspect-ratio: 3/4;
  border: 1px solid rgba(201,168,76,0.06);
  cursor: pointer;
}
.nl-gal-item img { width: 100%; height: 100%; object-fit: cover; filter: brightness(0.78) saturate(0.85); transition: transform 0.55s, filter 0.4s; display: block; }
.nl-gal-item:hover img { transform: scale(1.08); filter: brightness(0.95) saturate(1); }
.nl-gal-item::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px; background: linear-gradient(90deg, transparent, var(--gold-4), transparent); opacity: 0; transition: opacity 0.4s; z-index: 2; }
.nl-gal-item:hover::before { opacity: 1; }

/* ══════════════════════════════════════
   CTA BAND
══════════════════════════════════════ */
.cta-band {
  padding: 110px clamp(24px,8vw,100px);
  background: linear-gradient(180deg, #050408 0%, #08060e 50%, #050408 100%);
  text-align: center;
  border-top: 1px solid rgba(201,168,76,0.10);
  border-bottom: 1px solid rgba(201,168,76,0.10);
  position: relative;
  overflow: hidden;
}
.cta-band::before {
  content: '';
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%,-50%);
  width: 700px; height: 500px;
  background: radial-gradient(ellipse 55% 65% at 50% 50%, rgba(201,168,76,0.07) 0%, transparent 65%);
  pointer-events: none;
}
.cta-band-orn { display: flex; align-items: center; justify-content: center; gap: 18px; margin-bottom: 32px; }
.cba-line { height: 1px; width: 72px; background: linear-gradient(90deg, transparent, rgba(201,168,76,0.32)); }
.cba-line.r { background: linear-gradient(270deg, transparent, rgba(201,168,76,0.32)); }
.cba-dm { width: 6px; height: 6px; background: var(--gold-4); transform: rotate(45deg); box-shadow: 0 0 12px rgba(201,168,76,0.5); }
.cta-band h2 { font-size: clamp(2rem, 4.5vw, 4rem); font-weight: 300; line-height: 1.12; color: var(--text); margin-bottom: 18px; }
.cta-band p { font-family: 'Montserrat', sans-serif; font-size: 0.72rem; letter-spacing: 0.22em; text-transform: uppercase; color: rgba(237,229,213,0.35); margin-bottom: 40px; }
.cta-btns { display: flex; gap: 18px; justify-content: center; flex-wrap: wrap; margin-top: 36px; }
.cta-note { margin-top: 20px; font-family: 'Montserrat', sans-serif; font-size: 0.52rem; letter-spacing: 0.18em; text-transform: uppercase; color: rgba(237,229,213,0.2); }

/* ══════════════════════════════════════
   EVENTS SECTION
══════════════════════════════════════ */
#events { background: var(--black); border-top: 1px solid rgba(201,168,76,0.06); }

/* Cooper Swanson main event */
.ev-hero {
  position: relative; min-height: 80vh;
  display: flex; align-items: flex-end;
  overflow: hidden; margin-bottom: 80px;
  border: 1px solid rgba(201,168,76,0.1);
}
.ev-hero-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 20%; filter: brightness(0.7) saturate(0.85); transition: transform 8s ease; }
.ev-hero:hover .ev-hero-img { transform: scale(1.03); }
.ev-hero-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(6,5,8,0.45) 0%, transparent 35%, rgba(6,5,8,0.92) 100%), linear-gradient(90deg, rgba(6,5,8,0.7) 0%, transparent 55%); }
.ev-hero-content { position: relative; z-index: 10; padding: 0 64px 64px; max-width: 680px; }
.ev-tag { font-family: 'Montserrat', sans-serif; font-size: 0.5rem; letter-spacing: 0.42em; text-transform: uppercase; color: var(--gold); display: block; margin-bottom: 14px; }
.ev-title { font-size: clamp(2.4rem, 6vw, 4.8rem); font-weight: 300; line-height: 1.06; color: var(--text); margin-bottom: 8px; }
.ev-title em { font-style: italic; background: linear-gradient(135deg, #c9a030, #e8cc7a); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.ev-date { font-family: 'Montserrat', sans-serif; font-size: 0.58rem; letter-spacing: 0.32em; text-transform: uppercase; color: rgba(237,229,213,0.38); margin-bottom: 20px; display: block; }
.ev-desc { font-size: 0.84rem; line-height: 1.9; color: rgba(237,229,213,0.6); font-weight: 300; margin-bottom: 28px; max-width: 480px; }

/* Event details strip */
.ev-details-strip {
  display: grid; grid-template-columns: repeat(4,1fr);
  gap: 1px; margin-bottom: 80px;
  border: 1px solid rgba(201,168,76,0.08);
}
.ev-detail {
  padding: 32px 28px;
  background: rgba(255,255,255,0.016);
  border-right: 1px solid rgba(201,168,76,0.06);
}
.ev-detail:last-child { border-right: none; }
.ev-detail-label { font-family: 'Montserrat', sans-serif; font-size: 0.46rem; letter-spacing: 0.44em; text-transform: uppercase; color: var(--gold); margin-bottom: 10px; display: block; }
.ev-detail-value { font-size: 1.05rem; font-weight: 400; color: var(--text); }

/* Event gallery */
.ev-gallery {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  grid-template-rows: 300px 240px;
  gap: 6px;
  margin-top: 60px;
  margin-bottom: 80px;
}
.ev-gal-item {
  position: relative; overflow: hidden;
  border: 1px solid rgba(201,168,76,0.07);
  cursor: pointer;
}
.ev-gal-item img { width: 100%; height: 100%; object-fit: cover; display: block; filter: brightness(0.82) saturate(0.9); transition: transform 0.55s, filter 0.4s; }
.ev-gal-item:hover img { transform: scale(1.06); filter: brightness(0.96) saturate(1); }
.ev-gal-item::after { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px; background: linear-gradient(90deg, transparent, var(--gold-4), transparent); opacity: 0; transition: opacity 0.4s; }
.ev-gal-item:hover::after { opacity: 1; }
/* First item spans both rows — dominant anchor */
.ev-gal-item:first-child { grid-row: span 2; }
.ev-gal-item.large { grid-row: span 2; }
.ev-gal-item.large img { height: 100%; }
/* Hide items 7+ — keep only 6 for clean layout */
.ev-gal-item:nth-child(n+7) { display: none; }

/* Backdrops */
.ev-backdrops { display: grid; grid-template-columns: 1fr 1fr; gap: 4px; }
.ev-backdrop-item { position: relative; overflow: hidden; border: 1px solid rgba(201,168,76,0.08); }
.ev-backdrop-item img { width: 100%; display: block; object-fit: contain; filter: brightness(0.9); }

/* ══════════════════════════════════════
   PORTFOLIO SECTION
══════════════════════════════════════ */
#portfolio {
  background: linear-gradient(160deg, #060508, #08040e, #060508);
  border-top: 1px solid rgba(201,168,76,0.06);
  padding: 110px 56px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
#portfolio::before {
  content: '';
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%,-50%);
  width: 700px; height: 700px;
  background: radial-gradient(ellipse, rgba(201,168,76,0.06) 0%, transparent 65%);
  pointer-events: none;
  animation: auraPulse 5s ease-in-out infinite alternate;
}
.portfolio-inner { position: relative; z-index: 2; max-width: 700px; margin: 0 auto; }

/* ══════════════════════════════════════
   RECOGNITIONS / NETWORK VIDEOS
══════════════════════════════════════ */
#recognitions { background: var(--deep); border-top: 1px solid rgba(201,168,76,0.06); }
.rec-video-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 4px;
  margin-top: 64px;
}
/* Featured card — Cuba Gooding Jr — spans first column, both rows */
.rec-video-featured {
  grid-row: span 2;
}
.rec-video-featured .rec-video-thumb {
  aspect-ratio: unset;
  height: 100%;
  min-height: 440px;
}
.rec-video-card {
  position: relative;
  background: rgba(255,255,255,0.015);
  border: 1px solid rgba(201,168,76,0.07);
  overflow: hidden;
  transition: all 0.4s;
}
.rec-video-card:hover { border-color: rgba(201,168,76,0.2); transform: translateY(-3px); box-shadow: 0 20px 50px rgba(0,0,0,0.45); }
.rec-video-featured:hover { transform: translateY(-2px); }
.rec-video-thumb {
  position: relative;
  aspect-ratio: 9/16;
  overflow: hidden;
  cursor: pointer;
  background: #0a0812;
}
.rec-video-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; filter: brightness(0.78) saturate(0.85); transition: transform 0.5s, filter 0.4s; }
.rec-video-card:hover .rec-video-thumb img { transform: scale(1.05); filter: brightness(0.92) saturate(1); }
.rec-play {
  position: absolute; top: 50%; left: 50%;
  transform: translate(-50%,-50%);
  width: 52px; height: 52px;
  border-radius: 50%;
  background: rgba(201,168,76,0.18);
  border: 1px solid rgba(201,168,76,0.45);
  backdrop-filter: blur(8px);
  display: flex; align-items: center; justify-content: center;
  transition: all 0.35s;
  pointer-events: none;
}
.rec-video-featured .rec-play { width: 68px; height: 68px; }
.rec-video-card:hover .rec-play { background: rgba(201,168,76,0.32); border-color: rgba(201,168,76,0.75); box-shadow: 0 0 24px rgba(201,168,76,0.2); }
.rec-play-icon { width: 0; height: 0; border-style: solid; border-width: 9px 0 9px 17px; border-color: transparent transparent transparent rgba(248,232,136,0.9); margin-left: 3px; }
.rec-badge {
  position: absolute; top: 10px; left: 10px;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.42rem; font-weight: 500; letter-spacing: 0.26em; text-transform: uppercase;
  color: rgba(248,232,136,0.9);
  background: rgba(6,5,8,0.75);
  border: 1px solid rgba(201,168,76,0.22);
  padding: 4px 8px;
  backdrop-filter: blur(6px);
  z-index: 4;
}
.rec-info { padding: 16px 14px; }
.rec-name { font-size: 1rem; font-weight: 400; color: rgba(237,229,213,0.88); margin-bottom: 4px; }
.rec-cap  { font-family: 'Montserrat', sans-serif; font-size: 0.64rem; line-height: 1.72; color: rgba(237,229,213,0.36); font-weight: 300; }

/* Video modal */
.vid-modal {
  position: fixed; inset: 0; z-index: 9999;
  background: rgba(4,3,7,0.92);
  backdrop-filter: blur(18px);
  display: none;
  align-items: center; justify-content: center;
  opacity: 0;
  transition: opacity 0.3s;
}
.vid-modal.open { display: flex; opacity: 1; }
.vid-modal-inner {
  position: relative;
  border: 1px solid rgba(201,168,76,0.2);
  box-shadow: 0 32px 96px rgba(0,0,0,0.85);
}
.vid-modal-inner.short { width: min(92vw,400px); aspect-ratio: 9/16; }
.vid-modal-inner.wide  { width: min(92vw,860px); aspect-ratio: 16/9; }
.vid-modal-inner iframe { width: 100%; height: 100%; border: none; display: block; }
.vid-close {
  position: absolute; top: -38px; right: 0;
  background: none; border: none;
  color: rgba(237,229,213,0.5);
  font-family: 'Montserrat', sans-serif;
  font-size: 0.52rem; letter-spacing: 0.22em;
  text-transform: uppercase;
  cursor: pointer; display: flex; align-items: center; gap: 8px;
  transition: color 0.3s;
}
.vid-close:hover { color: var(--gold-lt); }

/* ══════════════════════════════════════
   ABOUT / FOUNDER
══════════════════════════════════════ */
#about { background: var(--black); border-top: 1px solid rgba(201,168,76,0.06); }
.about-split { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.about-img-wrap { position: relative; overflow: hidden; border: 1px solid rgba(201,168,76,0.1); }
.about-img { width: 100%; display: block; object-fit: cover; max-height: 580px; filter: brightness(0.82) saturate(0.75) sepia(0.15); }
.about-img-overlay { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(6,5,8,0.55), transparent 60%), radial-gradient(ellipse at 50% 50%, rgba(201,168,76,0.04), transparent); }
.about-text .quote {
  font-size: clamp(1.3rem, 2.5vw, 1.85rem);
  font-style: italic;
  font-weight: 300;
  line-height: 1.65;
  color: rgba(237,229,213,0.72);
  margin-bottom: 28px;
  border-left: 2px solid rgba(201,168,76,0.3);
  padding-left: 28px;
}
.founder-name { font-family: 'Montserrat', sans-serif; font-size: 0.58rem; letter-spacing: 0.32em; text-transform: uppercase; color: rgba(201,168,76,0.68); margin-bottom: 6px; }
.founder-title { font-family: 'Montserrat', sans-serif; font-size: 0.52rem; letter-spacing: 0.22em; text-transform: uppercase; color: rgba(237,229,213,0.3); margin-bottom: 28px; }

/* ══════════════════════════════════════
   CONTACT
══════════════════════════════════════ */
#contact { background: var(--charcoal); border-top: 1px solid rgba(201,168,76,0.07); }
.contact-split { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; }
.contact-info p { font-size: 0.86rem; line-height: 1.9; color: var(--muted); font-weight: 300; margin-bottom: 14px; max-width: 420px; }
.wa-btn {
  display: inline-flex;
  align-items: center; gap: 12px;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.58rem; font-weight: 600;
  letter-spacing: 0.22em; text-transform: uppercase;
  padding: 14px 28px;
  background: linear-gradient(135deg, #c9a030, #e8bb48);
  color: #06050a;
  text-decoration: none;
  margin-top: 28px;
  transition: all 0.3s;
}
.wa-btn:hover { box-shadow: 0 6px 22px rgba(201,160,48,0.42); transform: translateY(-2px); }
.wa-icon { width: 18px; height: 18px; flex-shrink: 0; }
.contact-form { display: flex; flex-direction: column; gap: 0; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 2px; }
.form-field {
  display: flex; flex-direction: column;
  background: rgba(255,255,255,0.016);
  border: 1px solid rgba(201,168,76,0.07);
  margin-bottom: 2px;
  transition: border-color 0.3s;
}
.form-field:focus-within { border-color: rgba(201,168,76,0.3); }
.form-label { font-family: 'Montserrat', sans-serif; font-size: 0.44rem; letter-spacing: 0.42em; text-transform: uppercase; color: rgba(201,168,76,0.55); padding: 14px 18px 0; }
.form-input, .form-select, .form-textarea {
  background: transparent; border: none; outline: none;
  font-family: 'Cormorant Garamond', 'Georgia', serif;
  font-size: 0.92rem; font-weight: 300;
  color: var(--text);
  padding: 6px 18px 14px;
  width: 100%;
  -webkit-appearance: none;
}
.form-select option { background: #0a0810; color: var(--text); }
.form-textarea { resize: vertical; min-height: 120px; }
.form-submit { margin-top: 4px; }

/* ══════════════════════════════════════
   FOOTER
══════════════════════════════════════ */
footer {
  background: #040306;
  padding: 80px 56px 0;
  border-top: 1px solid rgba(201,168,76,0.1);
}
.footer-grid { display: grid; grid-template-columns: 1.8fr 1fr 1fr 1fr; gap: 52px; padding-bottom: 60px; border-bottom: 1px solid rgba(255,255,255,0.04); }
.f-logo { font-family: 'Cinzel', serif; font-size: 1.28rem; font-weight: 700; letter-spacing: 0.28em; text-decoration: none; background: linear-gradient(150deg, #8a5c10, #c9a030, #f8e888, #c9a030, #8a5c10); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; display: inline-block; margin-bottom: 14px; }
.f-tagline { font-style: italic; font-size: 0.88rem; color: rgba(237,229,213,0.38); line-height: 1.72; margin-bottom: 22px; max-width: 260px; }
.f-socials { display: flex; gap: 10px; margin-bottom: 22px; }
.f-soc { width: 32px; height: 32px; border: 1px solid rgba(201,168,76,0.18); display: flex; align-items: center; justify-content: center; color: rgba(237,229,213,0.38); text-decoration: none; font-size: 0.58rem; font-style: italic; transition: all 0.3s; }
.f-soc:hover { border-color: var(--gold); color: var(--gold); background: rgba(201,168,76,0.07); }
.f-col h4 { font-family: 'Montserrat', sans-serif; font-size: 0.52rem; letter-spacing: 0.44em; text-transform: uppercase; color: var(--gold); margin-bottom: 22px; font-weight: 500; }
.f-col ul { list-style: none; display: flex; flex-direction: column; gap: 11px; }
.f-col ul li a { font-size: 0.74rem; color: rgba(237,229,213,0.36); text-decoration: none; font-weight: 300; transition: color 0.3s; }
.f-col ul li a:hover { color: var(--gold-lt); }
.footer-bottom { padding: 22px 0; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 10px; }
.f-legal { font-family: 'Montserrat', sans-serif; font-size: 0.52rem; color: rgba(237,229,213,0.16); display: flex; flex-wrap: wrap; gap: 4px 20px; }
.f-copy { font-family: 'Montserrat', sans-serif; font-size: 0.52rem; color: rgba(237,229,213,0.16); letter-spacing: 0.1em; }

/* Floating WhatsApp */
.float-wa {
  position: fixed; bottom: 28px; right: 28px; z-index: 950;
  display: flex; align-items: center; gap: 10px;
  padding: 12px 18px 12px 14px;
  background: linear-gradient(135deg, #c9a030, #e8bb48);
  color: #06050a; text-decoration: none;
  box-shadow: 0 6px 28px rgba(201,160,48,0.38);
  transition: all 0.3s;
  opacity: 0; transform: translateY(12px);
  pointer-events: none;
}
.float-wa.visible { opacity: 1; transform: translateY(0); pointer-events: auto; }
.float-wa:hover { box-shadow: 0 12px 38px rgba(201,160,48,0.52); transform: translateY(-2px); }
.float-wa-lbl { font-family: 'Montserrat', sans-serif; font-size: 0.54rem; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; }

/* ══════════════════════════════════════
   ANIMATIONS
══════════════════════════════════════ */
@keyframes riseIn { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: translateY(0); } }

/* Scroll reveal */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity 0.7s ease, transform 0.7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

/* ══════════════════════════════════════
   RESPONSIVE
══════════════════════════════════════ */
@media (max-width: 1200px) {
  .ev-gallery { grid-template-columns: 2fr 1fr 1fr; }
  .rec-video-grid { grid-template-columns: repeat(3,1fr); }
  .rec-video-featured { grid-row: span 1; }
  .rec-video-featured .rec-video-thumb { height: auto; min-height: 0; aspect-ratio: 16/9; }
  .nl-gallery { grid-template-columns: repeat(3,1fr); }
}
@media (max-width: 1100px) {
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .nl-zones-grid { grid-template-columns: repeat(2,1fr); }
  .ev-details-strip { grid-template-columns: repeat(2,1fr); }
  .nl-split { grid-template-columns: 1fr; gap: 44px; }
  .about-split { grid-template-columns: 1fr; gap: 48px; }
  .contact-split { grid-template-columns: 1fr; gap: 52px; }
  .content-section { padding: 80px 32px; }
  .cta-band { padding: 72px 32px; }
}
/* ── Nav collapses earlier to handle 9 items ── */
@media (max-width: 1100px) {
  .nav-links { gap: 10px; }
  .nav-links a { font-size: 0.42rem; letter-spacing: 0.1em; }
  .nav-cta { font-size: 0.42rem; padding: 7px 12px; }
}
@media (max-width: 960px) {
  .nav-links { display: none; }
  .nav-toggle { display: flex; }
  .nav-cta { display: none; }
}
@media (max-width: 820px) {
  #mainHeader { padding: 0 22px; }
  .content-section { padding: 64px 22px; }
  .cta-band { padding: 64px 22px; }
  footer { padding: 60px 22px 0; }
  .footer-grid { grid-template-columns: 1fr; }
  .nl-gallery { grid-template-columns: repeat(2,1fr); }
  .ev-gallery { grid-template-columns: 1fr 1fr; grid-template-rows: auto; }
  .ev-gal-item:first-child { grid-row: span 1; }
  .ev-gal-item.large { grid-row: span 1; }
  .rec-video-grid { grid-template-columns: repeat(2,1fr); }
  .rec-video-featured .rec-video-thumb { aspect-ratio: 16/9; min-height: 0; }
  .nl-hero-content { padding: 0 24px 48px; }
  .nl-hero-title { font-size: clamp(2rem, 8vw, 3.5rem); }
  .nl-venue-badge { display: none; }
  .ev-hero-content { padding: 0 24px 48px; }
  .ev-backdrops { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .nl-zones-grid { grid-template-columns: 1fr; }
  .partner-strip { top: 60px; height: 50px; }
  .ps-label { display: none; }
  .float-wa-lbl { display: none; }
  .float-wa { border-radius: 50%; padding: 14px; bottom: 22px; right: 22px; }
}
@media (max-width: 540px) {
  .nl-gallery { grid-template-columns: 1fr 1fr; }
  .rec-video-grid { grid-template-columns: 1fr 1fr; }
  .ev-gallery { grid-template-columns: 1fr 1fr; grid-template-rows: auto; }
  .nl-hero-btns { flex-direction: column; }
  .ev-details-strip { grid-template-columns: 1fr 1fr; }
}

/* ═══════════════════════════════════════════════════════
   ABOUT BAND — Compact horizontal, deep blue → black
   New gold emblem logo · Premium hospitality aesthetic
═══════════════════════════════════════════════════════ */

.about-band {
  position: relative;
  background: linear-gradient(
    118deg,
    #040d1e 0%,
    #060d1c 18%,
    #06091a 38%,
    #070816 55%,
    #060710 72%,
    #060508 100%
  );
  border-top: 1px solid rgba(201,168,76,0.10);
  border-bottom: 1px solid rgba(201,168,76,0.08);
  overflow: hidden;
}

/* Subtle ambient glow — left side cool, right fade warm */
.about-band::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background:
    radial-gradient(ellipse 55% 120% at 0% 50%, rgba(20,50,120,0.18) 0%, transparent 60%),
    radial-gradient(ellipse 40% 100% at 100% 50%, rgba(201,140,30,0.06) 0%, transparent 55%);
  pointer-events: none;
}

/* Gold border accent — left edge only */
.about-band::after {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 2px; height: 100%;
  background: linear-gradient(180deg, transparent, rgba(201,168,76,0.45) 30%, rgba(201,168,76,0.55) 70%, transparent);
}

.about-band-inner {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 0;
  padding: 72px 80px 72px 80px;
  max-width: 1400px;
  margin: 0 auto;
}

/* ── TEXT SIDE ── */
.about-band-text {
  padding-right: 72px;
  border-right: 1px solid rgba(201,168,76,0.10);
}

.about-band-eyebrow {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.50rem;
  font-weight: 500;
  letter-spacing: 0.58em;
  text-transform: uppercase;
  color: rgba(201,168,76,0.72);
  margin-bottom: 16px;
  display: block;
}

.about-band-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2rem, 3.5vw, 2.9rem);
  font-weight: 300;
  line-height: 1.10;
  color: var(--text);
  margin-bottom: 0;
  letter-spacing: -0.01em;
}
.about-band-title em {
  font-style: italic;
  background: linear-gradient(135deg, #c9a030 0%, #e8cc7a 50%, #d4a030 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.about-band-rule {
  width: 44px;
  height: 1px;
  background: linear-gradient(90deg, var(--gold-4), transparent);
  margin: 20px 0;
}

.about-band-body {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.05rem;
  line-height: 1.82;
  color: rgba(237,229,213,0.58);
  font-weight: 300;
  max-width: 580px;
  margin-bottom: 0;
  letter-spacing: 0.01em;
}

.about-band-cta {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-top: 32px;
  flex-wrap: wrap;
}

.about-band-btn-gold {
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.54rem;
  font-weight: 600;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  padding: 12px 30px;
  background: linear-gradient(135deg, #b07c18, #d4a030, #e8bb48, #f0cc68, #e8bb48, #d4a030, #b07c18);
  color: #06050a;
  text-decoration: none;
  border: none;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: all 0.35s;
  box-shadow: 0 3px 18px rgba(201,160,48,0.28);
  white-space: nowrap;
  flex-shrink: 0;
}
.about-band-btn-gold::before {
  content: '';
  position: absolute;
  top: 0; left: -100%;
  width: 55%; height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.18), transparent);
  transform: skewX(-20deg);
  transition: left 0.5s;
}
.about-band-btn-gold:hover {
  box-shadow: 0 6px 28px rgba(201,160,48,0.42);
  transform: translateY(-1px);
}
.about-band-btn-gold:hover::before { left: 160%; }

.about-band-founder {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.50rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(237,229,213,0.22);
  white-space: nowrap;
}

/* ── LOGO SIDE ── */
.about-band-logo {
  padding-left: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.about-logo-wrap {
  position: relative;
  width: 260px;
  height: 260px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Ambient gold glow behind logo */
.about-logo-glow {
  position: absolute;
  inset: -20px;
  background: radial-gradient(
    ellipse 80% 80% at 50% 50%,
    rgba(201,160,48,0.10) 0%,
    rgba(201,160,48,0.04) 42%,
    transparent 68%
  );
  border-radius: 50%;
  animation: logoGlow 5s ease-in-out infinite alternate;
  pointer-events: none;
}
@keyframes logoGlow {
  0%   { opacity: 0.6; transform: scale(0.96); }
  100% { opacity: 1.0; transform: scale(1.04); }
}

.about-logo-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  position: relative;
  z-index: 1;
  filter: drop-shadow(0 4px 20px rgba(201,160,48,0.28)) drop-shadow(0 0 48px rgba(201,160,48,0.12));
  transition: filter 0.45s ease, transform 0.45s ease;
}
.about-band-logo:hover .about-logo-img {
  filter: drop-shadow(0 6px 28px rgba(201,160,48,0.45)) drop-shadow(0 0 64px rgba(201,160,48,0.22));
  transform: scale(1.03);
}

/* ── RESPONSIVE ── */
@media (max-width: 1100px) {
  .about-band-inner {
    padding: 60px 48px;
    gap: 0;
  }
  .about-band-text  { padding-right: 48px; }
  .about-band-logo  { padding-left: 48px; }
  .about-logo-wrap  { width: 220px; height: 220px; }
}

@media (max-width: 820px) {
  .about-band-inner {
    grid-template-columns: 1fr;
    padding: 56px 28px;
    gap: 48px;
  }
  .about-band-text {
    padding-right: 0;
    border-right: none;
    border-bottom: 1px solid rgba(201,168,76,0.10);
    padding-bottom: 48px;
  }
  .about-band-logo {
    padding-left: 0;
    justify-content: flex-start;
  }
  .about-logo-wrap { width: 200px; height: 200px; }
  .about-band-title { font-size: clamp(1.8rem, 6vw, 2.4rem); }
  .about-band-cta { flex-direction: column; align-items: flex-start; gap: 16px; }
  .about-band-founder { display: none; }
}

@media (max-width: 540px) {
  .about-band-inner { padding: 44px 20px; }
  .about-logo-wrap { width: 170px; height: 170px; }
  .about-band-body { font-size: 0.96rem; }
}

/* ═══════════════════════════════════════════════════════
   ART BASEL / YURI ZATARAIN — Full Section
   Mirando Gallery® · Spectrum Miami · Red Dot · 2023
═══════════════════════════════════════════════════════ */

#art-basel,
.abf-section {
  background: var(--black);
  border-top: 1px solid rgba(201,168,76,0.07);
}

/* ── 1. HERO INTRO ── */
.abf-hero {
  padding: 100px 56px 80px;
  border-bottom: 1px solid rgba(201,168,76,0.06);
}
.abf-hero-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: start;
  max-width: 1400px;
  margin: 0 auto;
}
.abf-super-label {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.44rem;
  font-weight: 500;
  letter-spacing: 0.52em;
  text-transform: uppercase;
  color: rgba(201,168,76,0.45);
  margin-bottom: 10px;
  display: block;
}

/* Feature image */
.abf-feature-img-wrap {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(201,168,76,0.1);
  margin-bottom: 4px;
}
.abf-feature-img {
  width: 100%;
  display: block;
  object-fit: cover;
  max-height: 500px;
  filter: brightness(0.85) saturate(0.9);
  transition: transform 0.6s ease, filter 0.4s;
}
.abf-feature-img-wrap:hover .abf-feature-img {
  transform: scale(1.04);
  filter: brightness(0.95) saturate(1);
}
.abf-feature-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(0deg, rgba(6,5,8,0.82) 0%, transparent 45%);
}
.abf-feature-caption {
  position: absolute; bottom: 0; left: 0; right: 0;
  padding: 20px 22px;
}
.abf-feat-label {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.44rem;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: rgba(201,168,76,0.65);
  margin-bottom: 4px;
}
.abf-feat-name {
  display: block;
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.1rem;
  color: rgba(237,229,213,0.9);
}

/* Thumbnail row */
.abf-thumb-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4px;
}
.abf-thumb {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(201,168,76,0.06);
  aspect-ratio: 4/3;
}
.abf-thumb img {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
  filter: brightness(0.78) saturate(0.85);
  transition: transform 0.5s, filter 0.4s;
}
.abf-thumb:hover img {
  transform: scale(1.08);
  filter: brightness(0.95) saturate(1);
}
.abf-thumb::after {
  content: '';
  position: absolute; top: 0; left: 0; right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(201,168,76,0.35), transparent);
  opacity: 0; transition: opacity 0.4s;
}
.abf-thumb:hover::after { opacity: 1; }

/* ── 2. ARTIST SECTION ── */
.abf-artist-section {
  padding: 100px 56px;
  background: var(--deep);
  border-bottom: 1px solid rgba(201,168,76,0.06);
}
.abf-artist-inner {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 72px;
  align-items: start;
  max-width: 1400px;
  margin: 0 auto;
}
.abf-artist-origin {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.56rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: rgba(201,168,76,0.55);
  margin-bottom: 24px;
}
.abf-artist-img-block {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.abf-artist-main-img {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(201,168,76,0.1);
}
.abf-artist-main-img img {
  width: 100%; display: block;
  object-fit: cover;
  max-height: 420px;
  filter: brightness(0.82) saturate(0.88);
  transition: transform 0.6s, filter 0.4s;
}
.abf-artist-main-img:hover img { transform: scale(1.04); filter: brightness(0.94) saturate(1); }
.abf-artist-sub-img {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(201,168,76,0.08);
}
.abf-artist-sub-img img {
  width: 100%; display: block;
  object-fit: cover;
  max-height: 200px;
  filter: brightness(0.82) saturate(0.88);
  transition: transform 0.6s, filter 0.4s;
}
.abf-artist-sub-img:hover img { transform: scale(1.04); filter: brightness(0.94) saturate(1); }

/* ── 3. SERVICES GRID ── */
.abf-services-section {
  padding: 100px 56px;
  background: linear-gradient(160deg, #060508 0%, #07050e 50%, #060508 100%);
  border-bottom: 1px solid rgba(201,168,76,0.06);
}
.abf-services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
  max-width: 1400px;
  margin: 0 auto;
}
.abf-svc-card {
  padding: 44px 36px;
  background: rgba(255,255,255,0.016);
  border: 1px solid rgba(201,168,76,0.07);
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease;
}
.abf-svc-card::before {
  content: '';
  position: absolute; top: 0; left: 0; right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--gold-4), transparent);
  opacity: 0; transition: opacity 0.4s;
}
.abf-svc-card:hover {
  background: rgba(201,168,76,0.03);
  border-color: rgba(201,168,76,0.15);
  transform: translateY(-4px);
  box-shadow: 0 22px 55px rgba(0,0,0,0.42);
}
.abf-svc-card:hover::before { opacity: 1; }
.abf-svc-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2.8rem; font-weight: 300;
  color: rgba(201,168,76,0.08);
  margin-bottom: 12px; line-height: 1;
}
.abf-svc-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.3rem; font-weight: 400;
  color: var(--text); margin-bottom: 12px;
}
.abf-svc-desc {
  font-size: 0.76rem; line-height: 1.9;
  color: rgba(237,229,213,0.44); font-weight: 300;
}

/* ── 4. CREDIBILITY ── */
.abf-credibility-section {
  padding: 100px 56px;
  background: var(--deep);
  border-bottom: 1px solid rgba(201,168,76,0.06);
}
.abf-credibility-inner {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 72px;
  align-items: start;
  max-width: 1400px;
  margin: 0 auto;
}
.abf-cred-visuals {
  display: grid;
  grid-template-columns: 1fr;
  gap: 4px;
}
.abf-cred-img {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(201,168,76,0.1);
}
.abf-cred-img img {
  width: 100%; display: block;
  object-fit: cover;
  filter: brightness(0.82) saturate(0.88);
  transition: transform 0.55s, filter 0.4s;
}
.abf-cred-img:hover img { transform: scale(1.04); filter: brightness(0.94) saturate(1); }
.abf-cred-img-main img { max-height: 400px; }
.abf-cred-img-priscilla img { max-height: 280px; object-position: center 15%; }

/* ── 5. GALLERY ── */
.abf-gallery-section {
  padding: 100px 56px;
  background: var(--black);
}
.abf-gallery-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  grid-auto-rows: 240px;
  gap: 5px;
  max-width: 1400px;
  margin: 0 auto;
}
/* First item (booth wide shot) spans 2 rows — dominant anchor */
.abf-gal-item:first-child {
  grid-row: span 2;
}
/* .abf-gal-wide remains 2-col span for secondary wide items */
.abf-gal-wide {
  grid-column: span 2;
}
.abf-gal-item {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(201,168,76,0.06);
  cursor: pointer;
}
.abf-gal-item img {
  width: 100%; height: 100%;
  object-fit: cover; display: block;
  filter: brightness(0.78) saturate(0.85);
  transition: transform 0.55s ease, filter 0.4s;
}
.abf-gal-item:hover img {
  transform: scale(1.07);
  filter: brightness(0.96) saturate(1);
}
.abf-gal-item::before {
  content: '';
  position: absolute; top: 0; left: 0; right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--gold-4), transparent);
  opacity: 0; transition: opacity 0.4s; z-index: 2;
}
.abf-gal-item:hover::before { opacity: 1; }
.abf-gal-caption {
  position: absolute; bottom: 0; left: 0; right: 0;
  padding: 10px 13px;
  background: linear-gradient(0deg, rgba(6,5,8,0.85), transparent);
  font-family: 'Montserrat', sans-serif;
  font-size: 0.44rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(201,168,76,0.62);
  opacity: 0;
  transition: opacity 0.35s;
  z-index: 2;
}
.abf-gal-item:hover .abf-gal-caption { opacity: 1; }

/* ── RESPONSIVE ── */
@media (max-width: 1100px) {
  .abf-hero { padding: 80px 40px 64px; }
  .abf-hero-inner { grid-template-columns: 1fr; gap: 48px; }
  .abf-artist-section { padding: 80px 40px; }
  .abf-artist-inner { grid-template-columns: 1fr; gap: 44px; }
  .abf-services-section { padding: 80px 40px; }
  .abf-services-grid { grid-template-columns: repeat(2, 1fr); }
  .abf-credibility-section { padding: 80px 40px; }
  .abf-credibility-inner { grid-template-columns: 1fr; gap: 44px; }
  .abf-gallery-section { padding: 80px 40px; }
  .abf-gallery-grid { grid-template-columns: 2fr 1fr 1fr; grid-auto-rows: 200px; }
  .abf-gal-item:first-child { grid-row: span 2; }
}
@media (max-width: 820px) {
  .abf-hero { padding: 64px 24px 52px; }
  .abf-artist-section, .abf-services-section, .abf-credibility-section, .abf-gallery-section { padding: 64px 24px; }
  .abf-services-grid { grid-template-columns: 1fr; }
  .abf-gallery-grid { grid-template-columns: 1fr 1fr; grid-auto-rows: 180px; }
  .abf-gal-item:first-child { grid-row: span 1; }
  .abf-gal-wide { grid-column: span 2; }
  .abf-thumb-row { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 540px) {
  .abf-gallery-grid { grid-template-columns: 1fr 1fr; grid-auto-rows: 160px; }
  .abf-gal-wide { grid-column: span 2; }
}

/* ═══════════════════════════════════════════════════════
   MARIAH CAREY HOLIDAY BAR — Full Section
   Immersive · Cinematic · Interactive Gallery
═══════════════════════════════════════════════════════ */

.mc-section {
  background: linear-gradient(160deg, #060508 0%, #080410 40%, #06050a 100%);
  border-top: 1px solid rgba(201,168,76,0.08);
  border-bottom: 1px solid rgba(201,168,76,0.06);
  padding: 100px 56px;
  position: relative;
  overflow: hidden;
}

/* Warm ambient glow behind section */
.mc-section::before {
  content: '';
  position: absolute;
  top: 0; right: 0;
  width: 55%; height: 100%;
  background: radial-gradient(ellipse 70% 80% at 85% 50%, rgba(180,60,30,0.05) 0%, transparent 60%);
  pointer-events: none;
}

.mc-inner {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 72px;
  align-items: start;
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
}

/* ── LEFT CONTENT ── */
.mc-super {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.44rem;
  letter-spacing: 0.52em;
  text-transform: uppercase;
  color: rgba(201,168,76,0.4);
  margin-bottom: 10px;
  display: block;
}

.mc-stats {
  display: flex;
  gap: 32px;
  padding: 24px 0;
  border-top: 1px solid rgba(201,168,76,0.08);
  border-bottom: 1px solid rgba(201,168,76,0.08);
  margin-top: 36px;
  flex-wrap: wrap;
}
.mc-stat {
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.mc-stat-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2.2rem;
  font-weight: 300;
  color: var(--gold-lt);
  line-height: 1;
  background: linear-gradient(135deg, #c9a030, #e8cc7a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.mc-stat-lbl {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.5rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: rgba(237,229,213,0.3);
  font-weight: 400;
}

/* ── RIGHT GALLERY ── */
.mc-gallery {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

/* Main Feature Image */
.mc-main-wrap {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(201,168,76,0.12);
  border-radius: 2px;
  background: #06050a;
  aspect-ratio: 4 / 3;
  cursor: pointer;
}

.mc-main-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: opacity 0.25s ease, filter 0.4s ease;
  transform-origin: center;
  filter: brightness(0.9) saturate(0.95);
}
.mc-main-img.transitioning {
  opacity: 0;
}
.mc-main-wrap:hover .mc-main-img {
  filter: brightness(0.98) saturate(1.02);
}

/* Subtle cinematic glow at edges */
.mc-main-overlay {
  position: absolute; inset: 0;
  background:
    linear-gradient(0deg, rgba(6,5,8,0.55) 0%, transparent 30%),
    linear-gradient(90deg, rgba(6,5,8,0.22) 0%, transparent 18%, transparent 82%, rgba(6,5,8,0.22) 100%);
  pointer-events: none;
  z-index: 2;
}

/* Caption on main image */
.mc-main-caption {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  padding: 14px 18px;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.46rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: rgba(201,168,76,0.72);
  z-index: 3;
  transition: opacity 0.35s;
  background: linear-gradient(0deg, rgba(6,5,8,0.7) 0%, transparent 100%);
}

/* Prev/Next arrows */
.mc-arrow {
  position: absolute;
  top: 50%; transform: translateY(-50%);
  z-index: 4;
  background: rgba(6,5,8,0.55);
  border: 1px solid rgba(201,168,76,0.22);
  color: rgba(201,168,76,0.8);
  font-size: 1.1rem;
  width: 40px; height: 40px;
  display: flex; align-items: center; justify-content: center;
  cursor: pointer;
  backdrop-filter: blur(10px);
  transition: all 0.3s;
  opacity: 0;
}
.mc-main-wrap:hover .mc-arrow { opacity: 1; }
.mc-arrow:hover { background: rgba(201,168,76,0.15); border-color: rgba(201,168,76,0.55); color: var(--gold-lt); }
.mc-arrow-l { left: 12px; }
.mc-arrow-r { right: 12px; }

/* Thumbnail Strip */
.mc-thumbs {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 4px;
  overflow: hidden;
}

.mc-thumb {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1;
  cursor: pointer;
  border: 1px solid rgba(201,168,76,0.05);
  transition: border-color 0.3s;
}
.mc-thumb img {
  width: 100%; height: 100%;
  object-fit: cover; display: block;
  filter: brightness(0.65) saturate(0.75);
  transition: transform 0.45s ease, filter 0.35s ease;
}
.mc-thumb:hover img {
  transform: scale(1.12);
  filter: brightness(0.88) saturate(0.92);
}
.mc-thumb.active {
  border-color: rgba(201,168,76,0.55);
  box-shadow: 0 0 14px rgba(201,168,76,0.18);
}
.mc-thumb.active img {
  filter: brightness(0.95) saturate(1);
}
.mc-thumb::after {
  content: '';
  position: absolute; inset: 0;
  background: rgba(201,168,76,0);
  transition: background 0.3s;
  pointer-events: none;
}
.mc-thumb.active::after {
  background: rgba(201,168,76,0.04);
}

/* Active dot indicator */
.mc-dots {
  display: flex;
  justify-content: center;
  gap: 6px;
  margin-top: 4px;
  display: none; /* hidden on desktop, show on mobile */
}
.mc-dot {
  width: 4px; height: 4px;
  border-radius: 50%;
  background: rgba(201,168,76,0.2);
  cursor: pointer;
  transition: background 0.3s, transform 0.3s;
}
.mc-dot.active {
  background: var(--gold-4);
  transform: scale(1.35);
}

/* ── RESPONSIVE ── */
@media (max-width: 1100px) {
  .mc-section { padding: 80px 40px; }
  .mc-inner { grid-template-columns: 1fr; gap: 56px; }
  .mc-content { max-width: 100%; }
  .mc-thumbs { grid-template-columns: repeat(8, 1fr); }
}
@media (max-width: 820px) {
  .mc-section { padding: 64px 24px; }
  .mc-inner { gap: 44px; }
  .mc-thumbs {
    grid-template-columns: repeat(5, 1fr);
    overflow-x: auto;
    padding-bottom: 4px;
  }
  .mc-arrow { opacity: 1; }
  .mc-dots { display: flex; }
}
@media (max-width: 540px) {
  .mc-thumbs { grid-template-columns: repeat(4, 1fr); }
  .mc-stats { gap: 20px; }
}

/* ═══════════════════════════════════════════════════════
   PRIVATE AVIATION — Section
   Luxury · Cinematic · Aircraft Fleet Grid
═══════════════════════════════════════════════════════ */

.pav-section {
  background: linear-gradient(180deg, #04040a 0%, #060508 50%, #04040a 100%);
  border-top: 1px solid rgba(201,168,76,0.08);
  border-bottom: 1px solid rgba(201,168,76,0.06);
  padding: 100px 56px;
  position: relative;
  overflow: hidden;
}

/* Subtle atmospheric gradient */
.pav-section::before {
  content: '';
  position: absolute;
  top: 0; left: 50%; transform: translateX(-50%);
  width: 900px; height: 500px;
  background: radial-gradient(ellipse, rgba(201,168,76,0.04) 0%, transparent 60%);
  pointer-events: none;
}

/* ── HEADER ── */
.pav-header {
  text-align: center;
  max-width: 680px;
  margin: 0 auto 80px;
}
.pav-lead {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.08rem;
  line-height: 1.85;
  color: rgba(237,229,213,0.55);
  font-weight: 300;
  max-width: 580px;
  margin: 0 auto;
  letter-spacing: 0.01em;
}
.pav-sub {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.5rem;
  letter-spacing: 0.52em;
  text-transform: uppercase;
  color: rgba(201,168,76,0.38);
  margin-top: 22px;
}

/* ── AIRCRAFT GRID ── */
.pav-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
  max-width: 1400px;
  margin: 0 auto;
}

/* ── AIRCRAFT CARD ── */
.pav-card {
  position: relative;
  background: rgba(255,255,255,0.012);
  border: 1px solid rgba(201,168,76,0.07);
  overflow: hidden;
  transition: all 0.42s ease;
  cursor: default;
  display: flex;
  flex-direction: column;
}
.pav-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--gold-4), transparent);
  opacity: 0;
  transition: opacity 0.42s;
  z-index: 3;
}
.pav-card:hover {
  border-color: rgba(201,168,76,0.22);
  transform: translateY(-5px);
  box-shadow:
    0 24px 64px rgba(0,0,0,0.5),
    0 0 0 1px rgba(201,168,76,0.08);
}
.pav-card:hover::before { opacity: 1; }

/* Card image */
.pav-card-img-wrap {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  background: #0a0810;
}
.pav-card-img {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center 30%;
  display: block;
  filter: brightness(0.82) saturate(0.80);
  transition: transform 0.65s cubic-bezier(0.25,0.46,0.45,0.94), filter 0.42s;
}
.pav-card:hover .pav-card-img {
  transform: scale(1.07);
  filter: brightness(0.95) saturate(0.92);
}
.pav-card-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(0deg, rgba(6,5,8,0.72) 0%, rgba(6,5,8,0.15) 45%, transparent 70%);
  transition: opacity 0.42s;
}
.pav-card:hover .pav-card-overlay {
  background: linear-gradient(0deg, rgba(6,5,8,0.60) 0%, rgba(6,5,8,0.08) 45%, transparent 70%);
}

/* Category badge */
.pav-card-badge {
  position: absolute;
  top: 14px; right: 14px;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.42rem;
  font-weight: 500;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: rgba(248,232,136,0.88);
  background: rgba(6,5,8,0.68);
  border: 1px solid rgba(201,168,76,0.22);
  padding: 5px 10px;
  backdrop-filter: blur(8px);
  z-index: 2;
}

/* Card info */
.pav-card-info {
  padding: 28px 28px 32px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.pav-card-name {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.22rem;
  font-weight: 400;
  color: var(--text);
  margin-bottom: 10px;
  line-height: 1.22;
  background: linear-gradient(135deg, #d4a030, #e8cc7a, #d4a030);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  transition: filter 0.3s;
}
.pav-card:hover .pav-card-name {
  filter: brightness(1.12);
}
.pav-card-desc {
  font-family: 'Cormorant Garamond', serif;
  font-size: 0.9rem;
  line-height: 1.75;
  color: rgba(237,229,213,0.44);
  font-weight: 300;
  flex: 1;
  margin-bottom: 20px;
}

/* Specs row */
.pav-card-specs {
  display: flex;
  gap: 0;
  border-top: 1px solid rgba(201,168,76,0.07);
  padding-top: 16px;
}
.pav-spec {
  display: flex;
  flex-direction: column;
  gap: 2px;
  flex: 1;
  padding-right: 12px;
  border-right: 1px solid rgba(201,168,76,0.07);
}
.pav-spec:last-child { border-right: none; padding-left: 12px; padding-right: 0; }
.pav-spec-v {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.0rem;
  font-weight: 400;
  color: rgba(237,229,213,0.75);
  line-height: 1;
}
.pav-spec-l {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.42rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: rgba(201,168,76,0.38);
  margin-top: 3px;
}

/* ── FOOTER / CTA ── */
.pav-footer {
  text-align: center;
  margin-top: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.pav-partner-note {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.5rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(237,229,213,0.2);
}
.pav-partner-link {
  color: rgba(201,168,76,0.45);
  text-decoration: none;
  border-bottom: 1px solid rgba(201,168,76,0.18);
  padding-bottom: 1px;
  transition: color 0.3s, border-color 0.3s;
}
.pav-partner-link:hover {
  color: rgba(201,168,76,0.7);
  border-color: rgba(201,168,76,0.4);
}
.pav-footer-ctas {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}
.pav-book-btn {
  font-size: 0.62rem !important;
  padding: 15px 52px !important;
  letter-spacing: 0.32em !important;
  box-shadow: 0 4px 28px rgba(201,160,48,0.38) !important;
}
.pav-book-btn:hover {
  box-shadow: 0 8px 40px rgba(201,160,48,0.52) !important;
}
.pav-disclaimer {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.44rem;
  letter-spacing: 0.15em;
  color: rgba(237,229,213,0.14);
  max-width: 480px;
  line-height: 1.7;
}

/* ── RESPONSIVE ── */
@media (max-width: 1200px) {
  .pav-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 1000px) {
  .pav-grid { grid-template-columns: repeat(2, 1fr); }
  .pav-section { padding: 80px 40px; }
}
@media (max-width: 680px) {
  .pav-grid { grid-template-columns: 1fr; }
  .pav-section { padding: 64px 22px; }
  .pav-card:hover { transform: none; }
  .pav-card-info { padding: 22px 20px 26px; }
}

/* ═══════════════════════════════════════════════════════
   THE UNDERLINE FUNDRAISER — Featured Production Section
   Miami · Land Rover Coral Gables · Civic · Premium
═══════════════════════════════════════════════════════ */

.ul-section {
  background: linear-gradient(160deg, #060508 0%, #080412 42%, #060508 100%);
  border-top: 1px solid rgba(201,168,76,0.08);
  border-bottom: 1px solid rgba(201,168,76,0.06);
  padding: 100px 56px;
  position: relative;
  overflow: hidden;
}

/* Subtle ambient wash — civic purple-adjacent warmth */
.ul-section::before {
  content: '';
  position: absolute;
  top: 0; right: 0;
  width: 50%; height: 60%;
  background: radial-gradient(ellipse 70% 80% at 90% 20%, rgba(80,40,140,0.05) 0%, transparent 60%);
  pointer-events: none;
}

/* ── HERO SPLIT LAYOUT ── */
.ul-hero-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: start;
  max-width: 1400px;
  margin: 0 auto 80px;
}

.ul-super {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.44rem;
  letter-spacing: 0.52em;
  text-transform: uppercase;
  color: rgba(201,168,76,0.42);
  display: block;
  margin-bottom: 10px;
}

/* Project facts row */
.ul-facts {
  display: flex;
  gap: 0;
  border-top: 1px solid rgba(201,168,76,0.08);
  border-bottom: 1px solid rgba(201,168,76,0.08);
  padding: 20px 0;
  margin: 32px 0 28px;
  flex-wrap: wrap;
}
.ul-fact {
  display: flex;
  flex-direction: column;
  gap: 3px;
  flex: 1;
  min-width: 100px;
  padding-right: 20px;
  border-right: 1px solid rgba(201,168,76,0.08);
}
.ul-fact:last-child { border-right: none; padding-left: 20px; padding-right: 0; }
.ul-fact-v {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.55rem;
  font-weight: 300;
  line-height: 1;
  background: linear-gradient(135deg, #c9a030, #e8cc7a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.ul-fact-l {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.48rem;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: rgba(237,229,213,0.28);
}

/* Project context box */
.ul-context {
  border-left: 2px solid rgba(201,168,76,0.22);
  padding-left: 22px;
  margin-top: 28px;
}
.ul-context-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.5rem;
  font-weight: 500;
  letter-spacing: 0.36em;
  text-transform: uppercase;
  color: rgba(201,168,76,0.65);
  margin-bottom: 8px;
}
.ul-context-body {
  font-family: 'Cormorant Garamond', serif;
  font-size: 0.92rem;
  line-height: 1.82;
  color: rgba(237,229,213,0.42);
  font-weight: 300;
}

/* ── HERO IMAGE (RIGHT) ── */
.ul-hero-visual { display: flex; flex-direction: column; gap: 4px; }
.ul-hero-img-wrap {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(201,168,76,0.1);
}
.ul-hero-img {
  width: 100%; display: block;
  object-fit: cover;
  max-height: 580px;
  filter: brightness(0.84) saturate(0.88);
  transition: transform 0.65s ease, filter 0.4s;
}
.ul-hero-img-wrap:hover .ul-hero-img {
  transform: scale(1.04);
  filter: brightness(0.95) saturate(0.96);
}
.ul-hero-img-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(0deg, rgba(6,5,8,0.72) 0%, transparent 38%);
}
.ul-hero-img-cap {
  position: absolute; bottom: 0; left: 0; right: 0;
  padding: 20px 22px;
}
.ul-cap-label {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.44rem;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  color: rgba(201,168,76,0.65);
  margin-bottom: 4px;
}
.ul-cap-name {
  display: block;
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.1rem;
  color: rgba(237,229,213,0.9);
}

/* ── EVENT DETAIL STRIP ── */
.ul-details-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  max-width: 1400px;
  margin: 0 auto 80px;
  border: 1px solid rgba(201,168,76,0.07);
}
.ul-detail {
  padding: 28px 26px;
  background: rgba(255,255,255,0.016);
  border-right: 1px solid rgba(201,168,76,0.05);
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.ul-detail:last-child { border-right: none; }
.ul-detail-label {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.44rem;
  letter-spacing: 0.42em;
  text-transform: uppercase;
  color: rgba(201,168,76,0.52);
}
.ul-detail-value {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.05rem;
  font-weight: 400;
  color: rgba(237,229,213,0.82);
}

/* ── GALLERY GRID ── */
.ul-gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 240px;
  gap: 4px;
  max-width: 1400px;
  margin: 0 auto 80px;
}
.ul-gal-item {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(201,168,76,0.06);
  cursor: default;
}
.ul-gal-item img {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
  filter: brightness(0.78) saturate(0.82);
  transition: transform 0.6s cubic-bezier(0.25,0.46,0.45,0.94), filter 0.4s;
}
.ul-gal-item:hover img {
  transform: scale(1.07);
  filter: brightness(0.96) saturate(0.94);
}
.ul-gal-item::before {
  content: '';
  position: absolute; top: 0; left: 0; right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--gold-4), transparent);
  opacity: 0; transition: opacity 0.4s; z-index: 2;
}
.ul-gal-item:hover::before { opacity: 1; }
.ul-gal-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(0deg, rgba(6,5,8,0.65) 0%, transparent 40%);
  z-index: 1;
  transition: opacity 0.4s;
}
.ul-gal-item:hover .ul-gal-overlay { opacity: 0.5; }
.ul-gal-cap {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  padding: 10px 14px;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.44rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(201,168,76,0.65);
  z-index: 3;
  opacity: 0;
  transition: opacity 0.35s;
}
.ul-gal-item:hover .ul-gal-cap { opacity: 1; }
.ul-gal-wide { grid-column: span 2; }

/* ── CLOSING STATEMENT ── */
.ul-closing {
  text-align: center;
  max-width: 720px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 28px;
}
.ul-closing-quote {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1rem, 1.8vw, 1.35rem);
  font-style: italic;
  font-weight: 300;
  line-height: 1.72;
  color: rgba(237,229,213,0.48);
  max-width: 640px;
}

/* ── RESPONSIVE ── */
@media (max-width: 1100px) {
  .ul-section { padding: 80px 40px; }
  .ul-hero-inner { grid-template-columns: 1fr; gap: 48px; }
  .ul-details-strip { grid-template-columns: repeat(2, 1fr); }
  .ul-gallery { grid-template-columns: repeat(3, 1fr); grid-auto-rows: 210px; }
}
@media (max-width: 820px) {
  .ul-section { padding: 64px 24px; }
  .ul-gallery { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 190px; }
  .ul-details-strip { grid-template-columns: repeat(2, 1fr); }
  .ul-facts { gap: 16px; }
  .ul-fact { min-width: 80px; }
}
@media (max-width: 540px) {
  .ul-gallery { grid-template-columns: 1fr 1fr; grid-auto-rows: 170px; }
  .ul-gal-wide { grid-column: span 2; }
  .ul-details-strip { grid-template-columns: 1fr 1fr; }
}

/* ═══════════════════════════════════════════════════════
   PORTFOLIO — Premium Featured Section
   Flipbook · Editorial · Luxury · Cinematic
   Link: https://publuu.com/flip-book/1081056/2411287
═══════════════════════════════════════════════════════ */

.pf-section {
  background: linear-gradient(160deg, #060508 0%, #0a0612 45%, #060508 100%);
  border-top: 1px solid rgba(201,168,76,0.08);
  border-bottom: 1px solid rgba(201,168,76,0.06);
  padding: 100px 56px;
  position: relative;
  overflow: hidden;
}
.pf-section::before {
  content: '';
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%,-50%);
  width: 900px; height: 900px;
  background: radial-gradient(ellipse, rgba(201,168,76,0.04) 0%, transparent 60%);
  pointer-events: none;
}

/* ── MAIN SPLIT INNER ── */
.pf-inner {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 72px;
  align-items: center;
  max-width: 1400px;
  margin: 0 auto 80px;
}

/* ── LEFT: VISUAL MOSAIC ── */
.pf-visual-link {
  display: block;
  text-decoration: none;
  position: relative;
}
.pf-mosaic {
  display: grid;
  grid-template-columns: 1fr 0.42fr;
  grid-template-rows: auto;
  gap: 4px;
  position: relative;
  transition: transform 0.45s ease;
}
.pf-visual-link:hover .pf-mosaic {
  transform: translateY(-6px);
}
.pf-mosaic-main {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(201,168,76,0.12);
  grid-row: 1 / 2;
}
.pf-mosaic-img {
  width: 100%;
  display: block;
  object-fit: cover;
  height: 460px;
  filter: brightness(0.72) saturate(0.82);
  transition: transform 0.65s cubic-bezier(0.25,0.46,0.45,0.94), filter 0.45s;
}
.pf-visual-link:hover .pf-mosaic-img {
  transform: scale(1.06);
  filter: brightness(0.85) saturate(0.9);
}
.pf-mosaic-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(201,168,76,0.08) 0%, transparent 50%),
              linear-gradient(0deg, rgba(6,5,8,0.7) 0%, transparent 42%);
  transition: opacity 0.45s;
}
.pf-visual-link:hover .pf-mosaic-overlay { opacity: 0.7; }
.pf-mosaic-side {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.pf-mosaic-thumb {
  overflow: hidden;
  flex: 1;
  border: 1px solid rgba(201,168,76,0.08);
  position: relative;
}
.pf-mosaic-thumb img {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
  filter: brightness(0.62) saturate(0.75);
  transition: transform 0.55s, filter 0.4s;
}
.pf-visual-link:hover .pf-mosaic-thumb img {
  transform: scale(1.1);
  filter: brightness(0.82) saturate(0.9);
}

/* "Click to view" prompt — appears on hover */
.pf-click-prompt {
  position: absolute;
  top: 50%; left: 0;
  transform: translateY(-50%);
  width: calc(100% * (1 / 1.42) - 4px); /* main column width */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  z-index: 4;
  opacity: 0;
  transition: opacity 0.4s;
  pointer-events: none;
}
.pf-visual-link:hover .pf-click-prompt { opacity: 1; }
.pf-click-icon {
  width: 56px; height: 56px;
  border-radius: 50%;
  border: 1px solid rgba(201,168,76,0.55);
  background: rgba(6,5,8,0.6);
  backdrop-filter: blur(12px);
  display: flex; align-items: center; justify-content: center;
  color: var(--gold-lt);
  transition: border-color 0.3s, background 0.3s;
}
.pf-visual-link:hover .pf-click-icon {
  border-color: rgba(201,168,76,0.9);
  background: rgba(6,5,8,0.75);
}
.pf-click-label {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.5rem;
  letter-spacing: 0.44em;
  text-transform: uppercase;
  color: rgba(248,232,136,0.9);
  text-shadow: 0 1px 6px rgba(0,0,0,0.8);
}

/* ── RIGHT: CONTENT ── */
.pf-content { display: flex; flex-direction: column; }

/* Portfolio preview card — book mockup + info */
.pf-preview-card {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 22px 22px;
  background: rgba(255,255,255,0.018);
  border: 1px solid rgba(201,168,76,0.14);
  text-decoration: none;
  cursor: pointer;
  transition: all 0.35s;
  position: relative;
  overflow: hidden;
}
.pf-preview-card::before {
  content: '';
  position: absolute; top: 0; left: 0; right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--gold-4), transparent);
  opacity: 0; transition: opacity 0.35s;
}
.pf-preview-card:hover {
  border-color: rgba(201,168,76,0.32);
  background: rgba(201,168,76,0.04);
  transform: translateX(4px);
  box-shadow: 0 12px 36px rgba(0,0,0,0.4);
}
.pf-preview-card:hover::before { opacity: 1; }

/* Book icon (SVG mockup) */
.pf-preview-book {
  position: relative;
  flex-shrink: 0;
  width: 60px; height: 80px;
}
.pf-book-spine {
  position: absolute;
  left: 0; top: 0; bottom: 0;
  width: 10px;
  background: linear-gradient(180deg, #9a7820, #c9a030, #6a4808);
  border-radius: 1px 0 0 1px;
}
.pf-book-cover {
  position: absolute;
  left: 10px; top: 0; right: 0; bottom: 0;
  background: linear-gradient(135deg, #0c0b10 0%, #16121e 50%, #0c0b10 100%);
  border: 1px solid rgba(201,168,76,0.25);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
}
.pf-book-logo {
  font-family: 'Cinzel', serif;
  font-size: 1.4rem;
  font-weight: 700;
  background: linear-gradient(135deg, #c9a030, #f8e888);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1;
}
.pf-book-title {
  font-family: 'Cinzel', serif;
  font-size: 0.3rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(201,168,76,0.7);
  line-height: 1;
}
.pf-book-sub {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.26rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(201,168,76,0.35);
  line-height: 1;
  margin-top: 3px;
}
.pf-book-shadow {
  position: absolute;
  bottom: -6px; left: 8px; right: -2px;
  height: 6px;
  background: linear-gradient(0deg, rgba(0,0,0,0.35), transparent);
  filter: blur(3px);
}

/* Card info */
.pf-preview-info {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.pf-preview-label {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.44rem;
  letter-spacing: 0.36em;
  text-transform: uppercase;
  color: rgba(201,168,76,0.5);
}
.pf-preview-name {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.05rem;
  font-weight: 400;
  color: rgba(237,229,213,0.88);
  line-height: 1.2;
}
.pf-preview-cta {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.48rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(201,168,76,0.52);
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 4px;
  transition: color 0.3s;
}
.pf-preview-card:hover .pf-preview-cta { color: var(--gold-lt); }

/* Main CTA area */
.pf-main-btn {
  font-size: 0.64rem !important;
  padding: 15px 48px !important;
  letter-spacing: 0.28em !important;
}
.pf-url-hint {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.46rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(237,229,213,0.16);
}

/* ── GALLERY STRIP ── */
.pf-strip-link {
  display: block;
  text-decoration: none;
  max-width: 1400px;
  margin: 0 auto;
}
.pf-strip {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 3px;
}
.pf-strip-item {
  overflow: hidden;
  aspect-ratio: 2/3;
  border: 1px solid rgba(201,168,76,0.06);
  position: relative;
}
.pf-strip-item img {
  width: 100%; height: 100%;
  object-fit: cover; display: block;
  filter: brightness(0.68) saturate(0.75);
  transition: transform 0.55s ease, filter 0.4s;
}
.pf-strip-link:hover .pf-strip-item img {
  transform: scale(1.08);
  filter: brightness(0.88) saturate(0.9);
}
.pf-strip-item::before {
  content: '';
  position: absolute; top: 0; left: 0; right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(201,168,76,0.4), transparent);
  opacity: 0; transition: opacity 0.4s; z-index: 2;
}
.pf-strip-link:hover .pf-strip-item::before { opacity: 1; }

.pf-strip-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 14px;
  padding: 18px 2px;
  border-bottom: 1px solid rgba(201,168,76,0.07);
  transition: all 0.3s;
}
.pf-strip-link:hover .pf-strip-cta { border-bottom-color: rgba(201,168,76,0.2); }
.pf-strip-label {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 1.0rem;
  font-weight: 300;
  color: rgba(237,229,213,0.38);
}
.pf-strip-btn {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.52rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: rgba(201,168,76,0.6);
  transition: color 0.3s;
}
.pf-strip-link:hover .pf-strip-btn { color: var(--gold-lt); }

/* ── SECONDARY PORTFOLIO REMINDER — Bottom Banner ── */
.pf-reminder {
  background: linear-gradient(90deg, #08040e 0%, #0c0618 40%, #08040e 100%);
  border-top: 1px solid rgba(201,168,76,0.12);
  border-bottom: 1px solid rgba(201,168,76,0.08);
  padding: 28px 56px;
  position: relative;
  overflow: hidden;
}
.pf-reminder::before {
  content: '';
  position: absolute; inset: 0;
  background: radial-gradient(ellipse 60% 200% at 50% 50%, rgba(201,168,76,0.04) 0%, transparent 55%);
  pointer-events: none;
}
.pf-reminder-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1400px;
  margin: 0 auto;
  gap: 24px;
  flex-wrap: wrap;
}
.pf-reminder-left { display: flex; flex-direction: column; gap: 4px; }
.pf-reminder-label {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.44rem;
  letter-spacing: 0.48em;
  text-transform: uppercase;
  color: rgba(201,168,76,0.45);
}
.pf-reminder-text {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.15rem;
  font-style: italic;
  font-weight: 300;
  color: rgba(237,229,213,0.62);
  line-height: 1.3;
}
.pf-reminder-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.54rem;
  font-weight: 600;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  padding: 13px 32px;
  border: 1px solid rgba(201,168,76,0.38);
  color: rgba(232,187,72,0.88);
  text-decoration: none;
  background: transparent;
  transition: all 0.35s;
  flex-shrink: 0;
  white-space: nowrap;
}
.pf-reminder-btn:hover {
  border-color: rgba(201,168,76,0.7);
  color: var(--gold-lt);
  background: rgba(201,168,76,0.06);
  transform: translateX(3px);
}

/* ── RESPONSIVE ── */
@media (max-width: 1100px) {
  .pf-section { padding: 80px 40px; }
  .pf-inner { grid-template-columns: 1fr; gap: 52px; }
  .pf-mosaic { max-width: 100%; }
  .pf-mosaic-img { height: 380px; }
  .pf-reminder { padding: 24px 40px; }
}
@media (max-width: 820px) {
  .pf-section { padding: 64px 24px; }
  .pf-strip { grid-template-columns: repeat(3, 1fr); }
  .pf-reminder { padding: 22px 24px; }
  .pf-reminder-inner { flex-direction: column; align-items: flex-start; }
  .pf-reminder-btn { align-self: flex-start; }
  .pf-mosaic-img { height: 300px; }
}
@media (max-width: 540px) {
  .pf-strip { grid-template-columns: repeat(2, 1fr); }
  .pf-mosaic { grid-template-columns: 1fr; }
  .pf-mosaic-side { display: none; }
  .pf-mosaic-img { height: 260px; }
  .pf-click-prompt { width: 100%; }
}

/* ═══════════════════════════════════════════════════════
   NIGHTLIFE ACCESS — Miami Experience
   Real promoter authority · Conversion form · Premium
═══════════════════════════════════════════════════════ */

#nightlife-access,
.nla-section {
  background: var(--black);
  border-top: 1px solid rgba(201,168,76,0.08);
}

/* ── HERO SPLIT ── */
.nla-hero { padding: 90px 56px 0; }
.nla-hero-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: start;
  max-width: 1400px;
  margin: 0 auto;
}
.nla-super {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.44rem;
  letter-spacing: 0.52em;
  text-transform: uppercase;
  color: rgba(201,168,76,0.4);
  display: block;
  margin-bottom: 10px;
}

/* Timeline */
.nla-timeline {
  margin: 28px 0 24px;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.nla-tl-item {
  display: grid;
  grid-template-columns: 90px 14px 1fr;
  align-items: center;
  gap: 14px;
  padding: 10px 0;
  border-bottom: 1px solid rgba(201,168,76,0.05);
  position: relative;
}
.nla-tl-item:last-child { border-bottom: none; }
.nla-tl-time {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.48rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(201,168,76,0.55);
  text-align: right;
  flex-shrink: 0;
}
.nla-tl-dot {
  width: 7px; height: 7px;
  border-radius: 50%;
  background: rgba(201,168,76,0.2);
  border: 1px solid rgba(201,168,76,0.35);
  flex-shrink: 0;
  justify-self: center;
}
.nla-tl-dot-gold {
  background: var(--gold-4);
  border-color: var(--gold-lt);
  box-shadow: 0 0 10px rgba(201,168,76,0.45);
}
.nla-tl-desc {
  font-family: 'Cormorant Garamond', serif;
  font-size: 0.98rem;
  font-weight: 300;
  color: rgba(237,229,213,0.62);
  line-height: 1.4;
}
.nla-tl-final .nla-tl-desc {
  color: rgba(237,229,213,0.82);
  font-weight: 400;
}

/* Venue tags */
.nla-venues {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  margin: 22px 0 24px;
  padding: 18px 0;
  border-top: 1px solid rgba(201,168,76,0.07);
  border-bottom: 1px solid rgba(201,168,76,0.07);
}
.nla-venues-label {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.44rem;
  letter-spacing: 0.38em;
  text-transform: uppercase;
  color: rgba(201,168,76,0.42);
  flex-shrink: 0;
}
.nla-venues-list { display: flex; flex-wrap: wrap; gap: 8px; }
.nla-venue-tag {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.46rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(237,229,213,0.72);
  border: 1px solid rgba(201,168,76,0.2);
  padding: 5px 12px;
  background: rgba(201,168,76,0.04);
  transition: all 0.3s;
}
.nla-venue-tag:hover {
  border-color: rgba(201,168,76,0.45);
  color: var(--gold-lt);
  background: rgba(201,168,76,0.08);
}

/* Quote + closing */
.nla-quote {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.05rem;
  font-style: italic;
  font-weight: 300;
  line-height: 1.72;
  color: rgba(237,229,213,0.52);
  border-left: 2px solid rgba(201,168,76,0.25);
  padding-left: 22px;
  margin: 24px 0 18px;
}
.nla-closing {
  font-size: 0.86rem;
  line-height: 1.88;
  color: rgba(237,229,213,0.44);
  font-weight: 300;
  max-width: 480px;
}

/* ── VISUAL COLUMN ── */
.nla-visual { display: flex; flex-direction: column; gap: 4px; }
.nla-cover-wrap {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(201,168,76,0.1);
}
.nla-cover-img {
  width: 100%; display: block;
  object-fit: cover;
  max-height: 420px;
  filter: brightness(0.72) saturate(0.82);
  transition: transform 8s ease;
}
.nla-cover-wrap:hover .nla-cover-img { transform: scale(1.04); }
.nla-cover-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(0deg, rgba(6,5,8,0.82) 0%, rgba(6,5,8,0.2) 40%, transparent 65%);
}
.nla-cover-badge {
  position: absolute; bottom: 0; left: 0; right: 0;
  padding: 20px 24px;
  display: flex; flex-direction: column; gap: 3px;
}
.nla-cb-top {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.44rem; letter-spacing: 0.44em; text-transform: uppercase;
  color: rgba(201,168,76,0.65);
}
.nla-cb-main {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.8rem; font-weight: 300;
  background: linear-gradient(135deg, #c9a030, #e8cc7a);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.nla-cb-sub {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.42rem; letter-spacing: 0.28em; text-transform: uppercase;
  color: rgba(237,229,213,0.28);
}

/* 4-image grid */
.nla-img-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 4px;
}
.nla-ig-item {
  position: relative; overflow: hidden;
  aspect-ratio: 1; border: 1px solid rgba(201,168,76,0.06);
}
.nla-ig-item img {
  width: 100%; height: 100%;
  object-fit: cover; display: block;
  filter: brightness(0.65) saturate(0.72);
  transition: transform 0.55s ease, filter 0.4s;
}
.nla-ig-item:hover img {
  transform: scale(1.12);
  filter: brightness(0.88) saturate(0.9);
}
.nla-ig-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(201,168,76,0.04), transparent);
  transition: opacity 0.4s;
}
.nla-ig-item:hover .nla-ig-overlay { opacity: 0; }
.nla-ig-item::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(201,168,76,0.4), transparent);
  opacity: 0; transition: opacity 0.4s; z-index: 2;
}
.nla-ig-item:hover::before { opacity: 1; }

/* ── FORM SECTION ── */
.nla-form-section {
  background: linear-gradient(160deg, var(--deep) 0%, #080610 50%, var(--deep) 100%);
  margin-top: 80px;
  padding: 80px 56px;
  border-top: 1px solid rgba(201,168,76,0.08);
}
.nla-form-inner {
  max-width: 1000px;
  margin: 0 auto;
}
.nla-form-header { margin-bottom: 56px; }

/* Form fields */
.nla-form {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.nla-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2px;
  margin-bottom: 2px;
}
.nla-field {
  display: flex;
  flex-direction: column;
  background: rgba(255,255,255,0.018);
  border: 1px solid rgba(201,168,76,0.07);
  transition: border-color 0.3s;
  margin-bottom: 0;
}
.nla-field:focus-within { border-color: rgba(201,168,76,0.32); }
.nla-label {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.44rem;
  letter-spacing: 0.42em;
  text-transform: uppercase;
  color: rgba(201,168,76,0.55);
  padding: 14px 18px 0;
}
.nla-req { color: rgba(201,168,76,0.4); }
.nla-input, .nla-select, .nla-textarea {
  background: transparent; border: none; outline: none;
  font-family: 'Cormorant Garamond', serif;
  font-size: 0.92rem; font-weight: 300;
  color: var(--text);
  padding: 6px 18px 14px;
  width: 100%;
  -webkit-appearance: none;
}
.nla-select option { background: #0a0810; color: var(--text); }
.nla-textarea { resize: vertical; min-height: 110px; }
.nla-field:last-child { margin-bottom: 2px; }

/* Form buttons */
.nla-form-btns {
  display: flex;
  gap: 14px;
  margin-top: 28px;
  flex-wrap: wrap;
  align-items: center;
}
.nla-submit-btn {
  font-size: 0.6rem !important;
  padding: 15px 44px !important;
  letter-spacing: 0.26em !important;
}
.nla-wa-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.56rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  padding: 14px 28px;
  border: 1px solid rgba(201,168,76,0.32);
  color: rgba(232,187,72,0.82);
  text-decoration: none;
  background: transparent;
  transition: all 0.3s;
}
.nla-wa-btn:hover {
  border-color: rgba(201,168,76,0.6);
  color: var(--gold-lt);
  background: rgba(201,168,76,0.06);
}
.nla-form-note {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.48rem;
  letter-spacing: 0.16em;
  color: rgba(237,229,213,0.18);
  margin-top: 16px;
}

/* ── RESPONSIVE ── */
@media (max-width: 1100px) {
  .nla-hero { padding: 72px 40px 0; }
  .nla-hero-inner { grid-template-columns: 1fr; gap: 52px; }
  .nla-form-section { padding: 64px 40px; }
  .nla-img-grid { grid-template-columns: repeat(4, 1fr); }
}
@media (max-width: 820px) {
  .nla-hero { padding: 64px 24px 0; }
  .nla-form-section { padding: 52px 24px; }
  .nla-form-row { grid-template-columns: 1fr; }
  .nla-img-grid { grid-template-columns: repeat(2, 1fr); }
  .nla-form-btns { flex-direction: column; align-items: flex-start; }
  .nla-tl-item { grid-template-columns: 80px 12px 1fr; gap: 10px; }
}
@media (max-width: 540px) {
  .nla-img-grid { grid-template-columns: 1fr 1fr; }
  .nla-venues { flex-direction: column; align-items: flex-start; }
  .nla-timeline { gap: 0; }
}

/* ═══════════════════════════════════════════════════════
   REFINEMENT UPDATE — Nav · Nightlife · Services · Events
═══════════════════════════════════════════════════════ */

/* ── Portfolio nav link (external PDF) ── */
.nav-portfolio-link {
  color: rgba(232,187,72,0.72) !important;
  border-bottom: 1px solid rgba(201,168,76,0.22);
  padding-bottom: 2px !important;
}
.nav-portfolio-link:hover {
  color: var(--gold-lt) !important;
  border-bottom-color: rgba(201,168,76,0.55);
}
.nav-artiste-link {
  color: rgba(201,168,76,0.90) !important;
  font-weight: 500 !important;
}
.nav-artiste-link:hover {
  color: var(--gold-lt) !important;
}
.nav-expression-link {
  color: rgba(237,229,213,0.52) !important;
  font-style: italic !important;
}
.nav-expression-link:hover {
  color: rgba(201,168,76,0.75) !important;
}

/* ── NIGHTLIFE SECONDARY BLOCK ── */
.nl-secondary-block {
  margin-top: 72px;
}
.nl-eyebrow-row {
  margin-bottom: 28px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(201,168,76,0.07);
}
.nl-artist-grid {
  display: grid;
  grid-template-columns: 1.35fr 0.65fr;
  gap: 4px;
  align-items: start;
}
.nl-artist-feature {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.nl-artist-copy {
  background: rgba(255,255,255,0.016);
  border: 1px solid rgba(201,168,76,0.06);
  border-top: none;
  padding: 20px 22px;
}
.nl-artist-secondary {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.nl-secondary-img {
  position: relative;
  overflow: hidden;
  flex: 1;
  border: 1px solid rgba(201,168,76,0.06);
  aspect-ratio: 4/3;
}
.nl-secondary-img img {
  width: 100%; height: 100%;
  object-fit: cover; display: block;
  filter: brightness(0.72) saturate(0.82);
  transition: transform 0.55s ease, filter 0.4s;
}
.nl-secondary-img:hover img {
  transform: scale(1.07);
  filter: brightness(0.9) saturate(0.92);
}
.nl-secondary-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(0deg, rgba(6,5,8,0.72) 0%, transparent 50%);
}
.nl-secondary-label {
  position: absolute; bottom: 0; left: 0; right: 0;
  padding: 10px 14px;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.44rem; letter-spacing: 0.3em;
  text-transform: uppercase; color: rgba(201,168,76,0.72);
}
.nl-secondary-img::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--gold-4), transparent);
  opacity: 0; transition: opacity 0.4s; z-index: 2;
}
.nl-secondary-img:hover::before { opacity: 1; }

/* ── EVENTS BACKDROP STRIP ── */
.ev-backdrop-strip {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4px;
  margin-top: 4px;
  border: 1px solid rgba(201,168,76,0.06);
  overflow: hidden;
}
.ev-bs-item {
  position: relative; overflow: hidden;
  max-height: 280px;
}
.ev-bs-item img {
  width: 100%; display: block;
  object-fit: contain;
  object-position: center;
  filter: brightness(0.88) saturate(0.85);
  transition: transform 0.55s, filter 0.4s;
}
.ev-bs-item:hover img {
  transform: scale(1.03);
  filter: brightness(0.96) saturate(0.92);
}

/* ── SERVICES SECTION ── */
.svc-main-section {
  background: linear-gradient(160deg, #060508 0%, #0a0612 45%, #060508 100%);
  border-top: 1px solid rgba(201,168,76,0.08);
  border-bottom: 1px solid rgba(201,168,76,0.06);
  padding: 100px 56px;
}
.svc-main-inner {
  max-width: 1400px;
  margin: 0 auto;
}
.svc-main-header { margin-bottom: 72px; }

.svc-main-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
  margin-bottom: 72px;
}
.svc-main-card {
  padding: 40px 32px;
  background: rgba(255,255,255,0.016);
  border: 1px solid rgba(201,168,76,0.07);
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease;
}
.svc-main-card::before {
  content: '';
  position: absolute; top: 0; left: 0; right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--gold-4), transparent);
  opacity: 0; transition: opacity 0.4s;
}
.svc-main-card:hover {
  background: rgba(201,168,76,0.03);
  border-color: rgba(201,168,76,0.16);
  transform: translateY(-4px);
  box-shadow: 0 20px 52px rgba(0,0,0,0.42);
}
.svc-main-card:hover::before { opacity: 1; }
.svc-main-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2.6rem; font-weight: 300;
  color: rgba(201,168,76,0.07);
  margin-bottom: 10px; line-height: 1;
}
.svc-main-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.25rem; font-weight: 400;
  color: var(--text); margin-bottom: 12px; line-height: 1.22;
}
.svc-main-desc {
  font-size: 0.76rem; line-height: 1.88;
  color: rgba(237,229,213,0.44); font-weight: 300;
}
.svc-main-cta {
  text-align: center;
}

/* ── RESPONSIVE additions ── */
@media (max-width: 1100px) {
  .nl-artist-grid { grid-template-columns: 1fr; gap: 4px; }
  .nl-artist-secondary { flex-direction: row; }
  .nl-secondary-img { aspect-ratio: 4/3; }
  .svc-main-grid { grid-template-columns: repeat(2, 1fr); }
  .svc-main-section { padding: 80px 40px; }
}
@media (max-width: 820px) {
  .nl-artist-secondary { flex-direction: row; }
  .svc-main-grid { grid-template-columns: 1fr; }
  .svc-main-section { padding: 64px 24px; }
  .ev-backdrop-strip { grid-template-columns: 1fr; }
  .ev-bs-item { max-height: 220px; }
}

/* ═══════════════════════════════════════════════════════
   FOUNDER — Cinematic Storytelling Section
   Gold silhouette · Particle canvas · Premium editorial
═══════════════════════════════════════════════════════ */

.founder-section {
  position: relative;
  background: #000000;
  border-top: 1px solid rgba(200,169,106,0.14);
  border-bottom: 1px solid rgba(200,169,106,0.08);
  overflow: hidden;
  padding: 0;
}

/* Particle canvas — stays behind everything */
.founder-canvas {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  width: 100%; height: 100%;
  opacity: 0.55;
}

/* Deep cinematic glow — radiates behind the silhouette */
.founder-bg-glow {
  position: absolute;
  top: -10%;
  left: 50%;
  transform: translateX(-50%);
  width: 900px;
  height: 700px;
  background: radial-gradient(
    ellipse 65% 55% at 50% 38%,
    rgba(200,155,40,0.13)  0%,
    rgba(160,110,20,0.07)  35%,
    rgba(100,60,10,0.03)   60%,
    transparent            80%
  );
  pointer-events: none;
  z-index: 1;
  filter: blur(40px);
  animation: founderGlowPulse 6s ease-in-out infinite alternate;
}
@keyframes founderGlowPulse {
  0%   { opacity: 0.7; transform: translateX(-50%) scale(0.96); }
  100% { opacity: 1.0; transform: translateX(-50%) scale(1.04); }
}

/* ── MAIN CONTAINER — vertical, centered ── */
.founder-inner {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 96px 64px 108px;
}

/* ── IMAGE COLUMN — full presence at top ── */
.founder-image-col {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
}

/* Eyebrow above image */
.founder-eyebrow-top {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.48rem;
  font-weight: 400;
  letter-spacing: 0.62em;
  text-transform: uppercase;
  color: rgba(200,169,106,0.55);
  margin-bottom: 48px;
  display: block;
  text-align: center;
}

.founder-img-wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Pulsing aura */
.founder-img-aura {
  position: absolute;
  inset: -60px;
  background: radial-gradient(
    ellipse 70% 65% at 50% 46%,
    rgba(200,155,50,0.22) 0%,
    rgba(160,110,20,0.10) 40%,
    transparent           68%
  );
  border-radius: 50%;
  animation: founderAura 5s ease-in-out infinite alternate;
  filter: blur(32px);
  pointer-events: none;
  z-index: 0;
}
@keyframes founderAura {
  0%   { opacity: 0.55; transform: scale(0.93); }
  100% { opacity: 1.00; transform: scale(1.08); }
}

/* The silhouette */
.founder-img {
  width: 100%;
  max-width: 520px;
  display: block;
  position: relative;
  z-index: 1;
  animation: founderFloat 8s ease-in-out infinite alternate;
}
@keyframes founderFloat {
  0%   { transform: translateY(0px); }
  100% { transform: translateY(-16px); }
}

/* Name caption below image */
.founder-img-caption {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.05rem;
  font-style: italic;
  font-weight: 300;
  color: rgba(200,169,106,0.45);
  letter-spacing: 0.12em;
  margin-top: 18px;
  text-align: center;
}

/* ── SECTION DIVIDER ── */
.founder-section-divider {
  display: flex;
  align-items: center;
  gap: 14px;
  width: 100%;
  max-width: 560px;
  margin: 44px auto 48px;
}
.founder-div-line {
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(200,169,106,0.22), transparent);
}
.founder-div-diamond {
  width: 6px;
  height: 6px;
  border: 1px solid rgba(200,169,106,0.42);
  transform: rotate(45deg);
  flex-shrink: 0;
}

/* ── CONTENT COLUMN — full width, wider, horizontally spread ── */
.founder-content-col {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: 1100px;
  width: 100%;
}

/* Reveal animation */
.reveal-founder {
  opacity: 0;
  transform: translateY(20px);
  animation: founderReveal 0.85s cubic-bezier(0.25,0.46,0.45,0.94) forwards;
}
@keyframes founderReveal {
  to { opacity: 1; transform: translateY(0); }
}
.founder-section:not(.founder-visible) .reveal-founder {
  opacity: 0;
  animation: none;
}
.founder-section.founder-visible .reveal-founder {
  animation: founderReveal 0.85s cubic-bezier(0.25,0.46,0.45,0.94) forwards;
}

/* Headline — wider now, let it breathe across full container */
.founder-headline {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2.4rem, 4vw, 3.6rem);
  font-weight: 300;
  line-height: 1.18;
  color: #ffffff;
  margin-bottom: 0;
  letter-spacing: -0.01em;
}
.founder-gold {
  font-style: italic;
  background: linear-gradient(135deg, #c8a96a, #f5d87a, #c8a96a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* Rule */
.founder-rule {
  width: 48px;
  height: 1px;
  background: linear-gradient(90deg, transparent, #c8a96a, transparent);
  margin: 28px auto;
}

/* ── STORY — 2-column prose grid: horizontal spread, less vertical ── */
.founder-story {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 52px;
  margin-bottom: 44px;
  text-align: left;
  width: 100%;
}
.founder-story-col {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.founder-story p {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.04rem;
  line-height: 1.86;
  color: rgba(255,255,255,0.46);
  font-weight: 300;
  letter-spacing: 0.01em;
  margin: 0;
}
.founder-decision {
  font-style: italic;
  color: rgba(255,255,255,0.76) !important;
  font-size: 1.10rem !important;
}
.founder-emphasis {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.22rem !important;
  font-weight: 400 !important;
  font-style: italic;
  background: linear-gradient(135deg, #c8a96a, #f5d87a, #c8a96a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent !important;
}

/* Quote — full width across both columns */
.founder-quote {
  border-left: 2px solid rgba(200,169,106,0.45);
  border-right: 2px solid rgba(200,169,106,0.12);
  padding: 22px 40px;
  background: rgba(200,169,106,0.032);
  margin: 0 0 24px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  text-align: center;
  width: 100%;
  position: relative;
}
.founder-quote::before {
  content: '\201C';
  position: absolute;
  top: -18px;
  left: 50%;
  transform: translateX(-50%);
  font-family: 'Cormorant Garamond', serif;
  font-size: 4rem;
  line-height: 1;
  color: rgba(200,169,106,0.18);
  pointer-events: none;
}
.founder-quote-text {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.32rem;
  font-style: italic;
  font-weight: 300;
  line-height: 1.60;
  background: linear-gradient(135deg, #c8a96a, #f5d87a, #c8a96a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.founder-quote-attr {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.46rem;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: rgba(200,169,106,0.38);
}

/* Note */
.founder-note {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.49rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.17);
  margin-bottom: 32px;
}

/* CTA */
.founder-cta { display: flex; justify-content: center; }
.founder-btn {
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.30em;
  text-transform: uppercase;
  padding: 16px 56px;
  background: linear-gradient(135deg, #9a7820, #c8a96a, #f5d87a, #f8e888, #f5d87a, #c8a96a, #9a7820);
  color: #000000;
  text-decoration: none;
  border: none;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: all 0.38s;
  box-shadow: 0 4px 28px rgba(200,169,106,0.28);
}
.founder-btn::before {
  content: '';
  position: absolute;
  top: 0; left: -100%;
  width: 60%; height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.22), transparent);
  transform: skewX(-20deg);
  transition: left 0.5s;
}
.founder-btn:hover {
  box-shadow: 0 8px 40px rgba(200,169,106,0.52);
  transform: translateY(-2px);
}
.founder-btn:hover::before { left: 160%; }

/* ── RESPONSIVE ── */
@media (max-width: 1200px) {
  .founder-inner { max-width: 1040px; padding: 88px 48px 100px; }
  .founder-content-col { max-width: 100%; }
}
@media (max-width: 960px) {
  .founder-inner { padding: 80px 36px 88px; }
  .founder-img { max-width: 460px; }
  .founder-bg-glow { width: 700px; }
  /* Collapse to single column at tablet */
  .founder-story {
    grid-template-columns: 1fr;
    gap: 10px;
    text-align: center;
  }
  .founder-story-col { gap: 10px; }
}
@media (max-width: 768px) {
  .founder-inner { padding: 68px 28px 76px; }
  .founder-img { max-width: 360px; }
  .founder-headline { font-size: clamp(2rem, 6.5vw, 2.8rem); }
  .founder-section-divider { margin: 36px auto 40px; }
  .founder-quote { padding: 20px 28px; }
  @keyframes founderFloat {
    0%   { transform: translateY(0); }
    100% { transform: translateY(-8px); }
  }
}
@media (max-width: 480px) {
  .founder-inner { padding: 52px 20px 60px; }
  .founder-img { max-width: 280px; }
  .founder-story p { font-size: 1.0rem; }
  .founder-quote { padding: 18px 18px; }
  .founder-eyebrow-top { margin-bottom: 36px; }
}


/* ═══════════════════════════════════════════════════════
   CSV SIGNATURE EVENT — EDITION I
   Section: #csv-edition-one
═══════════════════════════════════════════════════════ */

/* ── Wrapper ── */
.csv1-section {
  background: var(--deep);
  padding: 120px 0 100px;
  position: relative;
  overflow: hidden;
  border-top: 1px solid rgba(201,168,76,0.10);
  border-bottom: 1px solid rgba(201,168,76,0.10);
}

/* Ambient background glow */
.csv1-section::before {
  content: '';
  position: absolute;
  top: 0; left: 50%; transform: translateX(-50%);
  width: 900px; height: 500px;
  background: radial-gradient(ellipse at center top, rgba(201,168,76,0.04) 0%, transparent 70%);
  pointer-events: none;
}

/* ── Ornament lines ── */
.csv1-top-orn,
.csv1-bottom-orn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-bottom: 72px;
  padding: 0 clamp(24px, 8vw, 120px);
}
.csv1-bottom-orn { margin-top: 80px; margin-bottom: 0; }

.csv1-orn-line {
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(201,168,76,0.35), transparent);
}
.csv1-orn-diamond {
  width: 8px; height: 8px;
  background: var(--gold);
  transform: rotate(45deg);
  flex-shrink: 0;
  box-shadow: 0 0 12px rgba(201,168,76,0.5);
}

/* ── Header ── */
.csv1-header {
  text-align: center;
  padding: 0 clamp(24px, 10vw, 200px);
  margin-bottom: 80px;
}
.csv1-super {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.5rem;
  letter-spacing: 0.42em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 14px;
  display: block;
}
.csv1-title { margin-bottom: 0; }
.csv1-lead {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1rem, 1.6vw, 1.18rem);
  font-weight: 300;
  color: rgba(237,229,213,0.70);
  line-height: 1.72;
  max-width: 680px;
  margin: 0 auto 14px;
}

/* ── Videos block ── */
.csv1-videos {
  display: grid;
  grid-template-columns: 1fr;
  gap: 64px;
  padding: 0 clamp(24px, 8vw, 120px);
  max-width: 1200px;
  margin: 0 auto 88px;
}

/* Label row above each video */
.csv1-vid-label-row {
  display: flex;
  align-items: flex-start;
  gap: 22px;
  margin-bottom: 20px;
}
.csv1-vid-num {
  font-family: 'Cinzel', serif;
  font-size: 2.2rem;
  font-weight: 700;
  color: rgba(201,168,76,0.18);
  line-height: 1;
  flex-shrink: 0;
  margin-top: 2px;
}
.csv1-vid-tag {
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.44rem;
  letter-spacing: 0.38em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 6px;
}
.csv1-vid-title {
  display: block;
  font-family: 'Cinzel', serif;
  font-size: clamp(1rem, 1.8vw, 1.28rem);
  font-weight: 700;
  color: var(--text);
  margin-bottom: 6px;
  letter-spacing: 0.04em;
}
.csv1-vid-desc {
  display: block;
  font-family: 'Cormorant Garamond', serif;
  font-size: 0.95rem;
  font-weight: 300;
  font-style: italic;
  color: rgba(237,229,213,0.50);
  line-height: 1.55;
  max-width: 540px;
}

/* ── Embed wrappers ── */
.csv1-embed-wrap {
  position: relative;
  width: 100%;
  border-radius: 3px;
  overflow: hidden;
  background: #0a0810;
  box-shadow: 0 20px 80px rgba(0,0,0,0.65), 0 0 0 1px rgba(201,168,76,0.10);
  transition: box-shadow 0.4s ease;
}
.csv1-embed-wrap:hover {
  box-shadow: 0 24px 100px rgba(0,0,0,0.75), 0 0 0 1px rgba(201,168,76,0.22);
}

/* Gold top bar accent */
.csv1-embed-wrap::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--gold-4), var(--gold-lt), var(--gold-4), transparent);
  z-index: 2;
}

/* Primary — 16:9 */
.csv1-embed-primary { padding-bottom: 56.25%; height: 0; }
.csv1-embed-primary iframe {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  border: none;
}

/* Secondary — slightly smaller via max-width cap */
.csv1-vid-secondary { max-width: 880px; }
.csv1-embed-secondary { padding-bottom: 56.25%; height: 0; }
.csv1-embed-secondary iframe {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  border: none;
}

/* ── Editorial + Stats row ── */
.csv1-editorial {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
  padding: 0 clamp(24px, 8vw, 120px);
  max-width: 1200px;
  margin: 0 auto 88px;
}

/* Stats */
.csv1-stats {
  display: flex;
  flex-direction: column;
  gap: 0;
  border: 1px solid rgba(201,168,76,0.12);
  background: rgba(201,168,76,0.025);
  padding: 44px 48px;
  position: relative;
}
.csv1-stats::before {
  content: '';
  position: absolute;
  top: -1px; left: 10%; right: 10%;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--gold-4), transparent);
}
.csv1-stat {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 24px 0;
}
.csv1-stat-div {
  height: 1px;
  background: rgba(201,168,76,0.10);
}
.csv1-stat-v {
  font-family: 'Cinzel', serif;
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  font-weight: 700;
  color: var(--gold-lt);
  line-height: 1;
  letter-spacing: 0.04em;
}
.csv1-stat-l {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.46rem;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: rgba(237,229,213,0.38);
}

/* ── Closing quote + CTA ── */
.csv1-closing {
  text-align: center;
  padding: 0 clamp(24px, 10vw, 200px);
}
.csv1-quote {
  position: relative;
  margin: 0 auto 44px;
  max-width: 640px;
  padding: 0 32px;
}
.csv1-quote-mark {
  display: block;
  font-family: 'Cinzel', serif;
  font-size: 4rem;
  color: rgba(201,168,76,0.18);
  line-height: 0.6;
  margin-bottom: 18px;
}
.csv1-quote-text {
  display: block;
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.3rem, 2.4vw, 1.9rem);
  font-style: italic;
  font-weight: 300;
  color: rgba(237,229,213,0.75);
  line-height: 1.5;
}
.csv1-cta-btn {
  font-size: 0.65rem;
  padding: 17px 56px;
  letter-spacing: 0.30em;
  display: inline-block;
}
.csv1-cta-note {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.46rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(237,229,213,0.22);
  margin-top: 16px;
}

/* ══ RESPONSIVE ══ */
@media (max-width: 1100px) {
  .csv1-editorial { gap: 52px; }
}
@media (max-width: 900px) {
  .csv1-editorial {
    grid-template-columns: 1fr;
    gap: 52px;
  }
  .csv1-stats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 32px;
    gap: 0;
  }
  .csv1-stat-div {
    display: none;
  }
  .csv1-stat {
    padding: 20px 16px;
    border-bottom: 1px solid rgba(201,168,76,0.10);
    border-right: 1px solid rgba(201,168,76,0.08);
  }
  .csv1-stat:nth-child(odd) { border-right: 1px solid rgba(201,168,76,0.08); }
  .csv1-stat:nth-child(even) { border-right: none; }
  .csv1-stat:nth-last-child(-n+2) { border-bottom: none; }
}
@media (max-width: 720px) {
  .csv1-section { padding: 80px 0 72px; }
  .csv1-top-orn, .csv1-bottom-orn { margin-bottom: 52px; }
  .csv1-bottom-orn { margin-top: 60px; }
  .csv1-header { margin-bottom: 56px; }
  .csv1-videos { padding: 0 20px; gap: 48px; margin-bottom: 60px; }
  .csv1-editorial { padding: 0 20px; margin-bottom: 60px; }
  .csv1-closing { padding: 0 20px; }
  .csv1-vid-label-row { flex-direction: column; gap: 10px; }
  .csv1-vid-num { font-size: 1.6rem; }
  .csv1-cta-btn { padding: 15px 36px; font-size: 0.6rem; }
}
@media (max-width: 480px) {
  .csv1-stats { grid-template-columns: 1fr; }
  .csv1-stat { border-right: none !important; }
  .csv1-stat:nth-last-child(-n+2) { border-bottom: 1px solid rgba(201,168,76,0.10); }
  .csv1-stat:last-child { border-bottom: none; }
}


/* ═══════════════════════════════════════════════════════
   NAVIGATION — Updated for 10 items
   Tighter spacing, slightly smaller font, collapses at 1140px
═══════════════════════════════════════════════════════ */

/* Override gap and font for 10-item nav */
.nav-links {
  gap: 14px;
}
.nav-links a {
  font-size: 0.43rem;
  letter-spacing: 0.12em;
}

/* Active/current indicator — gold underline always-on for portfolio */
.nav-links .nav-portfolio-link {
  color: var(--gold);
}
.nav-links .nav-portfolio-link::after {
  width: 100%;
  background: linear-gradient(90deg, var(--gold-dk), var(--gold-lt));
}

/* Collapse nav to hamburger earlier to avoid crowding */
@media (max-width: 1140px) {
  .nav-links { gap: 10px; }
  .nav-links a { font-size: 0.40rem; letter-spacing: 0.09em; }
  .nav-cta { font-size: 0.40rem; padding: 7px 11px; }
}
@media (max-width: 1000px) {
  .nav-links { display: none !important; }
  .nav-toggle { display: flex !important; }
  .nav-cta { display: none !important; }
}


/* ═══════════════════════════════════════════════════════
   ABOUT SECTION — #about
   Distinct from Founder. Professional, structured, premium.
═══════════════════════════════════════════════════════ */

/* ═══════════════════════════════════════════════════════
   ABOUT SECTION — v23 FULL-SCREEN HERO
   BXL emblem centred · dark luxury · static typography
   No animation on logo or text. Ambient glow on bg only.
═══════════════════════════════════════════════════════ */

/* ── Section wrapper — full-screen height ── */
.about-hero-section {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #060508;
  border-top: 1px solid rgba(201,168,76,0.07);
  border-bottom: 1px solid rgba(201,168,76,0.07);
  padding: 120px 24px 100px;
}

/* ── Deep ambient background — glows only on environment, NOT on text/logo ── */
.about-hero-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  /* Very deep, barely-there warm centre glow — like candlelight in a dark room */
  background:
    radial-gradient(ellipse 70% 55% at 50% 38%,  rgba(160,110,20,0.07) 0%, transparent 65%),
    radial-gradient(ellipse 50% 40% at 50% 80%,  rgba(100, 60,10,0.06) 0%, transparent 60%),
    radial-gradient(ellipse 90% 90% at 50% 50%,  rgba( 20, 15, 8,0.50) 0%, transparent 100%);
  z-index: 0;
}

/* Vignette edges — frames the content */
.about-hero-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 100% 100% at 50% 50%, transparent 40%, rgba(6,5,8,0.65) 100%);
  pointer-events: none;
  z-index: 1;
}

/* ── Inner content stack ── */
.about-hero-inner {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: 760px;
  margin: 0 auto;
  gap: 0;
}

/* ── Emblem ── */
/* ═══════════════════════════════════════════════════
   EMBLEM — Circular Luxury Seal
   Perfect circle · gold outline ring · ambient glow
   Static, timeless, no animation, no reflection
═══════════════════════════════════════════════════ */

.about-emblem-wrap {
  position: relative;
  margin-bottom: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  /* Size: 10-15% larger than v24 */
  width: clamp(210px, 32vw, 340px);
  height: clamp(210px, 32vw, 340px);
}

/* ── Ambient warm glow — behind the circle, very soft diffusion ── */
.about-emblem-glow {
  position: absolute;
  inset: -28%;
  border-radius: 50%;
  background: radial-gradient(
    ellipse 65% 65% at 50% 50%,
    rgba(180, 128, 18, 0.13)  0%,
    rgba(150, 100, 12, 0.07) 35%,
    rgba(100,  65,  5, 0.03) 60%,
    transparent               80%
  );
  pointer-events: none;
  /* Slightly larger blur for soft diffusion — never a hard halo */
  filter: blur(18px);
}

/* ── Gold outline ring — extremely thin, low opacity ── */
.about-emblem-ring {
  position: absolute;
  inset: -2px;
  border-radius: 50%;
  border: 1px solid rgba(201, 168, 76, 0.22);
  pointer-events: none;
  /* Inner subtle highlight at top — polished rim */
  background: linear-gradient(
    145deg,
    rgba(201, 168, 76, 0.06) 0%,
    transparent 40%,
    transparent 60%,
    rgba(201, 168, 76, 0.03) 100%
  );
}

/* ── Perfect circle mask — no corners, no square ── */
.about-emblem-circle {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  /* Floating shadow — soft blur, low opacity, gives depth without weight */
  box-shadow:
    0 12px 48px rgba(0, 0, 0, 0.55),
    0 24px 80px rgba(0, 0, 0, 0.35),
    0  4px 18px rgba(0, 0, 0, 0.70);
  /* Clip guarantee */
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}

/* ── Image fills the circle perfectly ── */
.about-emblem-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 15%;
  display: block;
  user-select: none;
  -webkit-user-drag: none;
  /* No filter, no glow, no hover effect — the emblem speaks for itself */
}

/* ── BXLENCE wordmark — static gold, no animation whatsoever ── */
.about-hero-wordmark {
  font-family: 'Cinzel', serif;
  font-size: clamp(2.4rem, 6vw, 4.8rem);
  font-weight: 900;
  letter-spacing: 0.30em;
  line-height: 1;
  /* Static polished gold — single gradient, no keyframes */
  background: linear-gradient(
    160deg,
    #8a5808  0%,
    #c08a18  14%,
    #d4a030  26%,
    #e8c048  38%,
    #f5d878  48%,
    #fff4c0  53%,
    #f5d878  58%,
    #e0aa28  70%,
    #c08818  82%,
    #9a7020  100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  filter: drop-shadow(0 3px 8px rgba(0,0,0,0.85));
  margin-bottom: 24px;
}

/* ── Gold rule ── */
.about-hero-rule {
  width: 64px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(201,168,76,0.55), transparent);
  margin-bottom: 36px;
}

/* ── Body copy ── */
.about-hero-copy {
  margin-bottom: 32px;
}
.about-hero-body {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.0rem, 1.7vw, 1.18rem);
  font-weight: 300;
  color: rgba(237,229,213,0.62);
  line-height: 1.80;
  margin-bottom: 16px;
  max-width: 640px;
}
.about-hero-body:last-child { margin-bottom: 0; }
.about-hero-body-closing {
  font-style: italic;
  color: rgba(201,168,76,0.68);
  margin-top: 8px;
}

/* ── Slogan ── */
.about-hero-slogan {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.1rem, 2vw, 1.45rem);
  font-style: italic;
  font-weight: 300;
  letter-spacing: 0.04em;
  color: rgba(237,229,213,0.85);
  margin-bottom: 16px;
}

/* ── Micro-line ── */
.about-hero-micro {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.44rem;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: rgba(201,168,76,0.38);
  margin-bottom: 44px;
}

/* ── CTAs ── */
.about-hero-ctas {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  justify-content: center;
}
.about-hero-btn {
  font-size: 0.62rem !important;
  padding: 15px 44px !important;
  letter-spacing: 0.26em !important;
}

/* ── Reveal animation — one clean fade-up on scroll, never repeats ── */
.reveal-about {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.80s ease, transform 0.80s cubic-bezier(0.16,1,0.3,1);
}
.reveal-about.visible {
  opacity: 1;
  transform: translateY(0);
}

/* ── STATIC overrides — global about fallbacks kept for any legacy class ── */
.about-section { background: #060508; }
.about-inner { max-width: 1160px; margin: 0 auto; padding: 0 clamp(24px,8vw,100px); }
.about-header { text-align: center; margin-bottom: 64px; }
.about-mission { text-align: center; margin-bottom: 80px; }
.about-mission-text {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.25rem, 2.2vw, 1.72rem);
  font-weight: 300;
  color: rgba(237,229,213,0.72);
  line-height: 1.65;
  max-width: 780px;
  margin: 0 auto;
}
.about-mission-text em { font-style: italic; color: var(--gold-lt); }

/* ── Static gold logotype (kept for any other usage) ── */
.about-logotype {
  font-family: 'Cinzel', serif;
  font-size: clamp(3.8rem, 9vw, 7.5rem);
  font-weight: 900;
  letter-spacing: 0.28em;
  line-height: 1;
  display: inline-block;
  background: linear-gradient(160deg, #7a4a08 0%, #b07820 12%, #d4a830 24%, #e8c048 36%, #f5d878 46%, #fff6cc 52%, #f5d878 58%, #e0aa28 68%, #c08818 78%, #d4a030 88%, #b07820 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  filter: drop-shadow(0 3px 6px rgba(0,0,0,0.85)) drop-shadow(0 8px 20px rgba(0,0,0,0.55));
}
.about-logotype-sub {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.46rem;
  letter-spacing: 0.52em;
  text-transform: uppercase;
  color: rgba(201,168,76,0.45);
  margin-top: 14px;
  display: block;
}

/* ── RESPONSIVE ── */
@media (max-width: 768px) {
  .about-hero-section { padding: 100px 20px 80px; min-height: 100svh; }
  .about-emblem-wrap { width: clamp(170px, 52vw, 260px); height: clamp(170px, 52vw, 260px); }
  .about-hero-wordmark { letter-spacing: 0.22em; }
  .about-hero-micro { letter-spacing: 0.18em; font-size: 0.40rem; }
  .about-hero-ctas { flex-direction: column; align-items: center; gap: 12px; }
}
@media (max-width: 480px) {
  .about-emblem-wrap { width: clamp(150px, 58vw, 220px); height: clamp(150px, 58vw, 220px); }
  .about-hero-body { font-size: 0.95rem; }
}


/* ── STATIC overrides — remove legacy about animations if any remain ── */
.about-logo-glow { animation: none !important; display: none; }


/* ═══════════════════════════════════════════════════════
   RESTAURANTS SECTION — #restaurants
   Gekko Lounge · Dark luxury · Cinematic · Premium
═══════════════════════════════════════════════════════ */

.rest-section {
  background: #060508;
  padding: 120px 0 100px;
  position: relative;
  overflow: hidden;
  border-top: 1px solid rgba(201,168,76,0.08);
  border-bottom: 1px solid rgba(201,168,76,0.08);
}

/* Deep ambient top glow */
.rest-section::before {
  content: '';
  position: absolute;
  top: 0; left: 50%; transform: translateX(-50%);
  width: 900px; height: 450px;
  background: radial-gradient(ellipse at center top, rgba(201,168,76,0.04) 0%, transparent 68%);
  pointer-events: none;
}

/* ── Header ── */
.rest-header {
  text-align: center;
  padding: 0 clamp(24px, 10vw, 200px);
  margin-bottom: 72px;
}
.rest-main-title {
  font-size: clamp(2.8rem, 6vw, 5rem) !important;
  margin-bottom: 0 !important;
}
.rest-lead {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.1rem, 1.9vw, 1.4rem);
  font-style: italic;
  font-weight: 300;
  color: rgba(237,229,213,0.72);
  margin-bottom: 16px;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}
.rest-sublead {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(0.95rem, 1.4vw, 1.08rem);
  font-weight: 300;
  color: rgba(237,229,213,0.48);
  line-height: 1.72;
  max-width: 660px;
  margin: 0 auto;
}

/* ── Feature block ── */
.rest-feature {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 clamp(24px, 8vw, 100px);
  margin-bottom: 72px;
}

/* Venue eyebrow label row */
.rest-venue-eyebrow {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 32px;
}
.rest-venue-tag {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.44rem;
  letter-spacing: 0.40em;
  text-transform: uppercase;
  color: var(--gold);
}
.rest-venue-dot {
  width: 4px; height: 4px;
  border-radius: 50%;
  background: rgba(201,168,76,0.40);
  flex-shrink: 0;
}
.rest-venue-location {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.44rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: rgba(237,229,213,0.35);
}

/* ── Split layout ── */
.rest-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: start;
}

/* ── Gallery ── */
.rest-gallery {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.rest-gallery-main {
  position: relative;
  overflow: hidden;
  border-radius: 2px;
  aspect-ratio: 4/5;
  box-shadow: 0 24px 80px rgba(0,0,0,0.70);
}

.rest-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
  transition: transform 0.85s cubic-bezier(0.25,0.46,0.45,0.94);
}
.rest-gallery-main:hover .rest-img { transform: scale(1.04); }
.rest-thumb:hover .rest-img { transform: scale(1.06); }

.rest-img-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(6,5,8,0.72) 0%, rgba(6,5,8,0.08) 55%, transparent 100%);
  pointer-events: none;
}

/* Gold top-edge accent on main image */
.rest-gallery-main::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--gold-4), var(--gold-lt), var(--gold-4), transparent);
  z-index: 2;
}

.rest-img-badge {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  padding: 20px 24px;
  z-index: 3;
}
.rest-badge-top {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.42rem;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 4px;
}
.rest-badge-name {
  display: block;
  font-family: 'Cinzel', serif;
  font-size: 1.05rem;
  font-weight: 700;
  color: rgba(237,229,213,0.92);
  letter-spacing: 0.04em;
}

/* Thumbnails row */
.rest-thumbs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
.rest-thumb {
  position: relative;
  overflow: hidden;
  border-radius: 2px;
  aspect-ratio: 3/4;
  cursor: pointer;
  box-shadow: 0 8px 28px rgba(0,0,0,0.55);
}
.rest-thumb-label {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  padding: 10px 12px;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.38rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: rgba(237,229,213,0.80);
  z-index: 3;
  background: linear-gradient(0deg, rgba(6,5,8,0.70), transparent);
}

/* ── Copy column ── */
.rest-copy {
  padding-top: 8px;
}
.rest-copy-label {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.44rem;
  letter-spacing: 0.42em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 14px;
  display: block;
}
.rest-copy-title {
  font-family: 'Cinzel', serif;
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 700;
  color: var(--text);
  line-height: 1.1;
  letter-spacing: 0.04em;
  margin-bottom: 0;
}
.rest-copy-title em {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-weight: 300;
  font-size: 1.1em;
  background: linear-gradient(135deg, #c9a030, #e8cc7a, #c9a030);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.rest-copy-owners {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.50rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(237,229,213,0.45);
  margin: 16px 0 20px;
}
.rest-copy-owners strong {
  color: rgba(201,168,76,0.75);
  font-weight: 500;
}
.rest-copy-body {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1rem, 1.5vw, 1.12rem);
  font-weight: 300;
  color: rgba(237,229,213,0.60);
  line-height: 1.78;
  margin-bottom: 18px;
  max-width: 480px;
}

/* Detail strip */
.rest-details {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  border: 1px solid rgba(201,168,76,0.10);
  margin: 28px 0 32px;
  position: relative;
}
.rest-details::before {
  content: '';
  position: absolute;
  top: -1px; left: 15%; right: 15%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(201,168,76,0.35), transparent);
}
.rest-detail {
  padding: 16px 20px;
  border-bottom: 1px solid rgba(201,168,76,0.07);
  border-right: 1px solid rgba(201,168,76,0.07);
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.rest-detail:nth-child(even) { border-right: none; }
.rest-detail:nth-last-child(-n+2) { border-bottom: none; }
.rest-detail-l {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.38rem;
  letter-spacing: 0.30em;
  text-transform: uppercase;
  color: rgba(237,229,213,0.30);
}
.rest-detail-v {
  font-family: 'Cormorant Garamond', serif;
  font-size: 0.95rem;
  font-weight: 400;
  color: rgba(237,229,213,0.78);
}

/* CTA */
.rest-cta { margin-top: 4px; }
.rest-btn-gold {
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  padding: 15px 48px;
  background: linear-gradient(135deg, #c9a030, #e8bb48);
  color: #06050a;
  text-decoration: none;
  transition: box-shadow 0.3s, transform 0.3s;
}
.rest-btn-gold:hover {
  box-shadow: 0 6px 28px rgba(201,160,48,0.40);
  transform: translateY(-1px);
}
.rest-cta-note {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.42rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(237,229,213,0.22);
  margin-top: 12px;
}

/* ── Bottom strip ── */
.rest-bottom {
  max-width: 1200px;
  margin: 0 auto;
  padding: 48px clamp(24px, 8vw, 100px) 0;
  text-align: center;
  border-top: 1px solid rgba(201,168,76,0.07);
}
.rest-bottom-text {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1rem, 1.6vw, 1.18rem);
  font-style: italic;
  font-weight: 300;
  color: rgba(237,229,213,0.42);
  max-width: 600px;
  margin: 0 auto 24px;
  line-height: 1.68;
}

/* ── Fade-up entrance animation for restaurant blocks ── */
.rest-feature {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.8s ease, transform 0.8s cubic-bezier(0.16,1,0.3,1);
}
.rest-feature.visible {
  opacity: 1;
  transform: translateY(0);
}

/* ── RESPONSIVE ── */
@media (max-width: 960px) {
  .rest-split {
    grid-template-columns: 1fr;
    gap: 48px;
  }
  .rest-gallery-main { aspect-ratio: 16/9; }
}
@media (max-width: 640px) {
  .rest-section { padding: 80px 0 72px; }
  .rest-header { padding: 0 24px; margin-bottom: 52px; }
  .rest-feature { padding: 0 20px; }
  .rest-bottom { padding: 40px 20px 0; }
  .rest-thumbs { grid-template-columns: repeat(3,1fr); gap: 8px; }
  .rest-copy-title { font-size: clamp(1.8rem, 7vw, 2.6rem); }
  .rest-details { grid-template-columns: 1fr; }
  .rest-detail { border-right: none !important; }
  .rest-detail:nth-last-child(-n+2) { border-bottom: 1px solid rgba(201,168,76,0.07); }
  .rest-detail:last-child { border-bottom: none; }
}


/* ═══════════════════════════════════════════════════════════════
   BXLENCE v24 — VISUAL REFINEMENT & LUXURY EXPERIENCE UPGRADE
   Cinematic · Controlled · Breathable · Dominant
   Every rule here OVERRIDES previous declarations intentionally.
═══════════════════════════════════════════════════════════════ */


/* ── GLOBAL BREATHING SPACE ──────────────────────────── */

.content-section { padding: 120px clamp(24px,8vw,100px) 130px !important; }
.bg-black  { background: #060508 !important; }
.bg-deep   { background: #07060a !important; }

/* Cinematic section separators */
.content-section + .content-section,
.content-section + .cta-band,
.cta-band  + .content-section,
.pav-section + .abf-section,
.abf-section + .svc-main-section {
  border-top: 1px solid rgba(201,168,76,0.06);
}


/* ── HERO — REFINED ───────────────────────────────────── */

/* Remove hero-bg inline transforms — parallax handled by JS */
.hero-bg {
  will-change: transform;
  transition: transform 0.05s linear;
}

/* BXLENCE wordmark — refined proportions, 22% smaller than original */
.hero-title {
  letter-spacing: 0.22em !important;
}

/* Cinematic soft gradient glow in hero sky — environment only */
#hero::after {
  content: '';
  position: absolute;
  top: 0; left: 50%; transform: translateX(-50%);
  width: 110%;
  height: 55%;
  background: radial-gradient(
    ellipse 80% 65% at 50% 20%,
    rgba(100,60,10,0.06) 0%,
    rgba(60,30,5,0.04)  40%,
    transparent          70%
  );
  pointer-events: none;
  z-index: 1;
}


/* ── NIGHTLIFE — FULL-WIDTH DOMINANT SCENE ───────────── */

/* Section gets more vertical air */
#nightlife {
  padding: 0 0 140px !important;
}
#nightlife > .reveal:first-child {
  padding: 120px clamp(24px,8vw,100px) 0;
  margin-bottom: 0;
}

/* Hero image — edge-to-edge, cinematic height */
.nl-hero-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 16/7;
  overflow: hidden;
  margin-top: 0 !important;
}
@media (max-width: 768px) {
  .nl-hero-wrap { aspect-ratio: 4/5; }
}

.nl-hero-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 25%;
  display: block;
}

/* Deeper, more cinematic overlay */
.nl-hero-overlay {
  background: linear-gradient(
    105deg,
    rgba(6,5,8,0.88) 0%,
    rgba(6,5,8,0.60) 42%,
    rgba(6,5,8,0.18) 70%,
    transparent       100%
  ) !important;
}

/* Typography — larger, more dominant */
.nl-hero-title {
  font-size: clamp(2.6rem, 5.5vw, 5.2rem) !important;
  line-height: 1.08 !important;
  margin-bottom: 20px !important;
}
.nl-hero-deck {
  max-width: 480px;
  font-size: clamp(0.9rem, 1.2vw, 1.05rem) !important;
  line-height: 1.75 !important;
  color: rgba(237,229,213,0.65) !important;
  margin-bottom: 36px !important;
}

/* Hero content — more padding, pushed up slightly */
.nl-hero-content {
  padding: 0 clamp(28px,6vw,80px) clamp(52px,7vw,88px) !important;
  max-width: 620px;
}

/* Secondary grid — more space between hero and it */
.nl-secondary-block {
  margin-top: 80px !important;
  padding: 0 clamp(24px,8vw,100px);
}

/* Artist grid — cleaner proportions */
.nl-artist-grid {
  grid-template-columns: 3fr 2fr !important;
  gap: 20px !important;
  margin-top: 32px !important;
}
.nl-artist-secondary {
  display: flex !important;
  flex-direction: column !important;
  gap: 16px !important;
}
.nl-secondary-img {
  flex: 1;
  min-height: 0;
}
.nl-secondary-img img {
  width: 100%; height: 100%;
  object-fit: cover;
}

/* VIP table map — luxury blueprint feel */
#nightlife > div:last-child {
  padding: 0 clamp(24px,8vw,100px);
  margin-top: 100px !important;
}
.nl-map-wrap {
  position: relative;
}
/* Subtle gold border frame around map */
.nl-map-img {
  width: 100%;
  display: block;
  border: 1px solid rgba(201,168,76,0.14);
  box-shadow:
    0 0 0 1px rgba(201,168,76,0.06),
    0 20px 60px rgba(0,0,0,0.55),
    inset 0 0 80px rgba(201,168,76,0.02);
}
/* Hover interaction on zone dots */
.nl-zone { cursor: default; transition: opacity 0.3s; }
.nl-zone:hover { opacity: 0.72; }
.nl-zdot { transition: transform 0.3s, box-shadow 0.3s; }
.nl-zone:hover .nl-zdot {
  transform: scale(1.5);
  box-shadow: 0 0 8px currentColor;
}
/* Zone labels refinement */
.nl-zname {
  font-family: 'Cinzel', serif;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: rgba(237,229,213,0.82);
}
.nl-zdesc {
  font-family: 'Cormorant Garamond', serif;
  font-size: 0.88rem;
  color: rgba(237,229,213,0.45);
}


/* ── EVENTS — MASTERPIECE SECTION ───────────────────── */

#events {
  padding: 130px clamp(24px,8vw,100px) 140px !important;
}

/* Full-width hero, taller and more cinematic */
.ev-hero {
  width: calc(100% + clamp(48px,16vw,200px));
  margin-left: calc(-1 * clamp(24px,8vw,100px));
  aspect-ratio: 16/7;
  margin-bottom: 0 !important;
}
@media (max-width: 768px) {
  .ev-hero { width: 100%; margin-left: 0; aspect-ratio: 3/4; }
}
.ev-hero-img {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center 30%;
  transition: transform 1.2s cubic-bezier(0.25,0.46,0.45,0.94) !important;
}
.ev-hero:hover .ev-hero-img {
  transform: scale(1.04) translateX(-4px) !important;
}

/* More cinematic overlay */
.ev-hero-overlay {
  background: linear-gradient(
    110deg,
    rgba(6,5,8,0.92)  0%,
    rgba(6,5,8,0.65)  38%,
    rgba(6,5,8,0.20)  65%,
    transparent        100%
  ) !important;
}

/* Event title — larger, more dominant */
.ev-title {
  font-size: clamp(2.4rem, 5vw, 4.8rem) !important;
  line-height: 1.08 !important;
  margin-bottom: 10px !important;
}
.ev-desc {
  max-width: 480px;
  font-size: clamp(0.9rem, 1.2vw, 1.05rem) !important;
  color: rgba(237,229,213,0.62) !important;
  line-height: 1.75 !important;
}

/* Backdrop strip — lighter weight, feels integrated */
.ev-backdrop-strip {
  margin-top: 60px !important;
  gap: 20px !important;
}
.ev-bs-item img {
  opacity: 0.78;
  transition: opacity 0.4s, transform 0.5s ease;
}
.ev-bs-item:hover img { opacity: 1; transform: scale(1.02); }

/* Bottom text grid — more breathing room */
#events > .reveal:last-of-type {
  margin-top: 100px !important;
  gap: 80px !important;
}


/* ── RESTAURANTS — UPGRADED SPLIT ───────────────────── */

.rest-section { padding: 130px 0 120px !important; }
.rest-split {
  gap: 80px !important;
  align-items: center !important;
}
.rest-gallery-main {
  aspect-ratio: 3/4 !important;
}
.rest-copy-title {
  font-size: clamp(2.2rem, 4.5vw, 3.6rem) !important;
}
.rest-copy-body {
  font-size: clamp(1rem, 1.5vw, 1.12rem) !important;
  line-height: 1.82 !important;
}
/* Gold separator line between image and copy */
@media (min-width: 961px) {
  .rest-split::before {
    content: '';
    position: absolute;
    top: 10%;
    left: 50%;
    width: 1px;
    height: 80%;
    background: linear-gradient(180deg, transparent, rgba(201,168,76,0.20), transparent);
    pointer-events: none;
  }
  .rest-split { position: relative; }
}


/* ── SERVICES — 3-COLUMN MAX, LARGER CARDS ───────────── */

.svc-main-grid {
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 28px !important;
  margin-top: 60px !important;
}
.svc-main-card {
  padding: 44px 36px !important;
  background: rgba(255,255,255,0.018) !important;
  border: 1px solid rgba(201,168,76,0.09) !important;
}
.svc-main-card:hover {
  background: rgba(201,168,76,0.035) !important;
  border-color: rgba(201,168,76,0.22) !important;
}
.svc-main-num {
  font-size: 2.6rem !important;
  color: rgba(201,168,76,0.10) !important;
  margin-bottom: 22px !important;
}
.svc-main-title {
  font-size: 0.88rem !important;
  margin-bottom: 12px !important;
  line-height: 1.3 !important;
}
/* 1-line description — truncate overflow */
.svc-main-desc {
  font-size: 0.93rem !important;
  color: rgba(237,229,213,0.48) !important;
  line-height: 1.65 !important;
  /* Keep to 2–3 lines max via overflow */
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media (max-width: 900px) {
  .svc-main-grid { grid-template-columns: repeat(2,1fr) !important; }
}
@media (max-width: 560px) {
  .svc-main-grid { grid-template-columns: 1fr !important; }
}


/* ── PORTFOLIO — MINIMAL, ONE STRONG IMAGE ───────────── */

.pf-section {
  padding: 130px clamp(24px,8vw,100px) !important;
  background: #07060a;
}

/* Simplify: hide the bottom strip — one statement */
.pf-strip-link,
.pf-strip-cta { display: none !important; }

/* Main pf-inner — full width split */
.pf-inner {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 80px !important;
  align-items: center !important;
}
.pf-visual-link { display: block; }
.pf-mosaic {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4/5;
}
.pf-mosaic-main {
  width: 100%; height: 100%;
}
.pf-mosaic-main img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 1s cubic-bezier(0.25,0.46,0.45,0.94);
}
.pf-visual-link:hover .pf-mosaic-main img {
  transform: scale(1.04);
}
/* Hide side thumbnails — one dominant image */
.pf-mosaic-side { display: none !important; }
.pf-mosaic-overlay { display: none !important; }

/* CTA content — cleaner */
.pf-content {
  max-width: 440px;
}
.pf-preview-card { display: none !important; }
.pf-url-hint { display: none !important; }

@media (max-width: 768px) {
  .pf-inner { grid-template-columns: 1fr !important; gap: 48px !important; }
  .pf-mosaic { aspect-ratio: 16/9; }
}


/* ── SMOOTH SCROLL — NO JUMPY BEHAVIOR ───────────────── */

html { scroll-behavior: auto !important; }
/* JS handles all smooth scrolling via scrollToSection() */


/* ── MICRO-DETAIL POLISH ──────────────────────────────── */

/* Consistent gold across all eyebrows */
.eyebrow { color: var(--gold) !important; }

/* Cinematic hover on all images with .reveal parent */
.reveal img {
  transition: transform 0.75s cubic-bezier(0.25,0.46,0.45,0.94);
}

/* Consistent btn-gold shadow */
.btn-gold {
  box-shadow: 0 2px 16px rgba(201,160,48,0.22);
  transition: box-shadow 0.3s, transform 0.3s !important;
}
.btn-gold:hover {
  box-shadow: 0 6px 28px rgba(201,160,48,0.40) !important;
  transform: translateY(-1px) !important;
}


/* ═══════════════════════════════════════════════════════
   v26 — CONTACT UPDATE
   Footer legal links — phone + email inline
═══════════════════════════════════════════════════════ */

.f-legal-link {
  color: rgba(237,229,213,0.38);
  text-decoration: none;
  transition: color 0.3s;
}
.f-legal-link:hover {
  color: var(--gold);
}


/* ═══════════════════════════════════════════════════════════════
   NLA2 — NIGHTLIFE ACCESS MIAMI EXPERIENCE v27
   Full rebuild with real 2018 photos, party bus, gallery, form
═══════════════════════════════════════════════════════════════ */

.nla2-section {
  background: linear-gradient(180deg, #07060c 0%, #060508 35%, #08060e 70%, #060508 100%);
  border-top:    1px solid rgba(201,168,76,0.07);
  border-bottom: 1px solid rgba(201,168,76,0.06);
  position: relative;
  overflow: hidden;
}

/* Subtle deep background radial */
.nla2-section::before {
  content: '';
  position: absolute;
  top: 0; left: 50%; transform: translateX(-50%);
  width: 900px; height: 600px;
  background: radial-gradient(ellipse at 50% 0%, rgba(30,20,60,0.22) 0%, transparent 65%);
  pointer-events: none;
}


/* ── PART 1: HERO SPLIT ──────────────────────────────── */

.nla2-hero-wrap {
  padding: 130px clamp(24px,8vw,100px) 0;
}
.nla2-hero-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: start;
  max-width: 1240px;
  margin: 0 auto;
}

/* Super label */
.nla2-super {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.44rem;
  letter-spacing: 0.40em;
  text-transform: uppercase;
  color: rgba(201,168,76,0.55);
  margin-bottom: 14px;
  display: block;
}
.nla2-title {
  font-size: clamp(2rem, 4vw, 3.4rem) !important;
  margin-bottom: 20px !important;
}
.nla2-subtitle {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.1rem, 1.8vw, 1.35rem);
  font-style: italic;
  font-weight: 300;
  color: rgba(237,229,213,0.58);
  margin-bottom: 28px;
  display: block;
}
.nla2-body {
  max-width: 500px;
  margin-bottom: 18px !important;
  line-height: 1.80 !important;
}

/* ── Timeline ── */
.nla2-timeline {
  position: relative;
  margin: 36px 0 32px;
  padding-left: 0;
}
.nla2-tl-item {
  display: grid;
  grid-template-columns: 80px 20px 1fr;
  gap: 0 16px;
  align-items: center;
  margin-bottom: 20px;
  position: relative;
}
.nla2-tl-final { margin-bottom: 0; }

.nla2-tl-left { text-align: right; }
.nla2-tl-time {
  font-family: 'Cinzel', serif;
  font-size: 0.62rem;
  font-weight: 700;
  color: rgba(201,168,76,0.60);
  letter-spacing: 0.04em;
  white-space: nowrap;
}
.nla2-tl-dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: rgba(201,168,76,0.30);
  border: 1px solid rgba(201,168,76,0.45);
  justify-self: center;
  flex-shrink: 0;
}
.nla2-tl-dot-gold {
  background: var(--gold);
  border-color: var(--gold-lt);
  box-shadow: 0 0 8px rgba(201,168,76,0.50);
}
.nla2-tl-right { padding-left: 4px; }
.nla2-tl-title {
  display: block;
  font-family: 'Cinzel', serif;
  font-size: 0.70rem;
  font-weight: 700;
  color: rgba(237,229,213,0.88);
  letter-spacing: 0.05em;
  margin-bottom: 3px;
}
.nla2-tl-desc {
  display: block;
  font-family: 'Cormorant Garamond', serif;
  font-size: 0.88rem;
  color: rgba(237,229,213,0.45);
}

/* ── Venues ── */
.nla2-venues {
  margin: 28px 0 0;
}
.nla2-venues-label {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.40rem;
  letter-spacing: 0.36em;
  text-transform: uppercase;
  color: rgba(201,168,76,0.42);
  display: block;
  margin-bottom: 10px;
}
.nla2-venues-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.nla2-vtag {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.44rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(201,168,76,0.75);
  padding: 5px 14px;
  border: 1px solid rgba(201,168,76,0.18);
  background: rgba(201,168,76,0.04);
}

/* ── Quote ── */
.nla2-quote {
  margin: 32px 0 0;
  padding: 20px 24px;
  border-left: 2px solid rgba(201,168,76,0.28);
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(0.95rem, 1.4vw, 1.1rem);
  font-style: italic;
  font-weight: 300;
  color: rgba(237,229,213,0.60);
  line-height: 1.65;
}

/* ── Hero image — right column ── */
.nla2-visual { position: relative; }
.nla2-hero-img-wrap {
  position: relative;
  overflow: hidden;
  border-radius: 2px;
  aspect-ratio: 3/4;
  box-shadow:
    0 24px 80px rgba(0,0,0,0.72),
    0  4px 20px rgba(0,0,0,0.55);
}
/* Cinematic slow zoom on the hero image */
.nla2-hero-img {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center 20%;
  display: block;
  animation: nla2HeroZoom 20s ease-in-out infinite alternate;
  will-change: transform;
}
@keyframes nla2HeroZoom {
  0%   { transform: scale(1.00); }
  100% { transform: scale(1.04); }
}
.nla2-hero-img-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(
    0deg,
    rgba(6,5,8,0.85) 0%,
    rgba(6,5,8,0.30) 40%,
    rgba(6,5,8,0.08) 70%,
    transparent       100%
  );
  pointer-events: none;
}
/* Gold top accent */
.nla2-hero-img-wrap::before {
  content: '';
  position: absolute; top: 0; left: 0; right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--gold-4), var(--gold-lt), var(--gold-4), transparent);
  z-index: 2;
}
.nla2-hero-badge {
  position: absolute; bottom: 0; left: 0; right: 0;
  padding: 24px 28px;
  z-index: 3;
}
.nla2-badge-top {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.40rem;
  letter-spacing: 0.38em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 4px;
}
.nla2-badge-main {
  display: block;
  font-family: 'Cinzel', serif;
  font-size: clamp(1.1rem, 2vw, 1.55rem);
  font-weight: 700;
  color: rgba(237,229,213,0.92);
  letter-spacing: 0.06em;
  margin-bottom: 4px;
}
.nla2-badge-sub {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.40rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(237,229,213,0.38);
}


/* ── PART 2: GALLERY ─────────────────────────────────── */

.nla2-gallery-wrap {
  padding: 96px clamp(24px,8vw,100px) 0;
  max-width: 1240px;
  margin: 0 auto;
}
.nla2-gallery-header {
  text-align: center;
  margin-bottom: 48px;
}
.nla2-gal-title {
  font-size: clamp(1.8rem, 3.5vw, 2.8rem) !important;
}

/* 3×3 grid */
.nla2-gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 240px 240px 240px;
  gap: 10px;
  margin-bottom: 10px;
}
.nla2-gal-item {
  position: relative;
  overflow: hidden;
  border-radius: 2px;
  background: #09080f;
}
.nla2-gal-item img {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center 30%;
  display: block;
  transition: transform 0.85s cubic-bezier(0.25,0.46,0.45,0.94),
              filter 0.5s ease;
  filter: brightness(0.88) saturate(0.92);
}
.nla2-gal-item:hover img {
  transform: scale(1.07);
  filter: brightness(1.00) saturate(1.05);
}
.nla2-gal-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(0deg, rgba(6,5,8,0.55) 0%, transparent 55%);
  transition: background 0.4s;
  pointer-events: none;
}
.nla2-gal-item:hover .nla2-gal-overlay {
  background: linear-gradient(0deg, rgba(6,5,8,0.35) 0%, transparent 55%);
}
/* Subtle gold/blue top accent on hover */
.nla2-gal-item::after {
  content: '';
  position: absolute; top: 0; left: 0; right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(201,168,76,0.45), transparent);
  opacity: 0;
  transition: opacity 0.4s;
}
.nla2-gal-item:hover::after { opacity: 1; }

/* Label on featured / bus cells */
.nla2-gal-label {
  position: absolute; bottom: 0; left: 0; right: 0;
  padding: 12px 16px;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.42rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: rgba(201,168,76,0.75);
  z-index: 3;
}

/* Featured center cell — slightly taller feel via object-position */
.nla2-gal-featured img { object-position: center 20%; }
.nla2-gal-bus-ext img,
.nla2-gal-bus-int img { object-position: center center; }

/* ── Strip row ── */
.nla2-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}
.nla2-strip-item {
  position: relative;
  overflow: hidden;
  height: 160px;
  border-radius: 2px;
}
.nla2-strip-item img {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
  filter: brightness(0.80);
  transition: transform 0.7s ease, filter 0.4s ease;
}
.nla2-strip-item:hover img {
  transform: scale(1.06);
  filter: brightness(1.00);
}


/* ── PART 3: FORM SECTION ────────────────────────────── */

.nla2-form-section {
  padding: 100px clamp(24px,8vw,100px) 120px;
  background: rgba(7,6,12,0.80);
  margin-top: 80px;
  border-top: 1px solid rgba(201,168,76,0.07);
  position: relative;
}
.nla2-form-section::before {
  content: '';
  position: absolute;
  top: 0; left: 50%; transform: translateX(-50%);
  width: 700px; height: 350px;
  background: radial-gradient(ellipse at center top, rgba(30,20,60,0.18) 0%, transparent 65%);
  pointer-events: none;
}
.nla2-form-inner {
  max-width: 820px;
  margin: 0 auto;
}
.nla2-form-header {
  text-align: center;
  margin-bottom: 44px;
}
.nla2-limited {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.44rem;
  letter-spacing: 0.30em;
  text-transform: uppercase;
  color: rgba(201,168,76,0.42);
  text-align: center;
  margin-top: 16px;
}

/* ── Direct contact strip ── */
.nla2-contact-strip {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 48px;
}
.nla2-contact-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.54rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 13px 32px;
  transition: all 0.3s;
}
.nla2-wa-btn {
  background: linear-gradient(135deg, #c9a030, #e8bb48);
  color: #06050a;
}
.nla2-wa-btn:hover {
  box-shadow: 0 6px 24px rgba(201,160,48,0.38);
  transform: translateY(-1px);
}
.nla2-email-btn {
  background: transparent;
  color: rgba(237,229,213,0.72);
  border: 1px solid rgba(201,168,76,0.22);
}
.nla2-email-btn:hover {
  border-color: rgba(201,168,76,0.45);
  color: var(--gold-lt);
  background: rgba(201,168,76,0.04);
}

/* ── Form fields ── */
.nla2-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.nla2-form-row {
  display: contents;
}
.nla2-field {
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.nla2-label {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.42rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(237,229,213,0.45);
}
.nla2-req { color: rgba(201,168,76,0.65); }
.nla2-input,
.nla2-select,
.nla2-textarea {
  font-family: 'Cormorant Garamond', serif;
  font-size: 0.98rem;
  color: var(--text);
  background: rgba(255,255,255,0.028);
  border: 1px solid rgba(201,168,76,0.12);
  padding: 12px 16px;
  outline: none;
  transition: border-color 0.3s, background 0.3s;
  width: 100%;
  border-radius: 0;
  -webkit-appearance: none;
}
.nla2-textarea { resize: vertical; min-height: 100px; }
.nla2-input::placeholder,
.nla2-textarea::placeholder { color: rgba(237,229,213,0.22); }
.nla2-input:focus,
.nla2-select:focus,
.nla2-textarea:focus {
  border-color: rgba(201,168,76,0.35);
  background: rgba(255,255,255,0.04);
}
.nla2-select option { background: #0a0810; color: var(--text); }
.nla2-form-btns {
  grid-column: 1 / -1;
  display: flex;
  gap: 14px;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 8px;
}
.nla2-submit-btn { font-size: 0.60rem !important; padding: 15px 48px !important; letter-spacing: 0.26em !important; }
.nla2-wa-ghost {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.56rem;
  padding: 14px 32px;
}
.nla2-form-note {
  grid-column: 1 / -1;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.40rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(237,229,213,0.20);
  line-height: 1.65;
  margin-top: 4px;
}


/* ══ RESPONSIVE ══ */
@media (max-width: 960px) {
  .nla2-hero-inner {
    grid-template-columns: 1fr;
    gap: 52px;
  }
  .nla2-hero-img-wrap { aspect-ratio: 16/9; }
  .nla2-gallery-grid {
    grid-template-columns: repeat(2,1fr);
    grid-template-rows: auto;
  }
  .nla2-gal-item { height: 220px; }
  .nla2-strip { grid-template-columns: repeat(2,1fr); }
}
@media (max-width: 640px) {
  .nla2-hero-wrap { padding-top: 80px; }
  .nla2-gallery-grid { grid-template-columns: 1fr; }
  .nla2-gal-item { height: 200px; }
  .nla2-gallery-grid { grid-template-rows: none; }
  .nla2-form { grid-template-columns: 1fr; }
  .nla2-form-btns { flex-direction: column; align-items: stretch; }
  .nla2-tl-item { grid-template-columns: 68px 16px 1fr; }
}


/* ═══════════════════════════════════════════════════════════════
   CREATIVITY SECTION — #creativity
   Dance · Discipline · Expression
   Cinematic · Minimal · Artistic · Premium
═══════════════════════════════════════════════════════════════ */

.cr-section {
  background: linear-gradient(180deg, #07060c 0%, #060508 40%, #08060e 75%, #060508 100%);
  padding: 130px 0 120px;
  position: relative;
  overflow: hidden;
  border-top:    1px solid rgba(201,168,76,0.07);
  border-bottom: 1px solid rgba(201,168,76,0.06);
}

/* Deep ambient — subtle purple/gold at top */
.cr-bg-glow {
  position: absolute;
  top: 0; left: 50%; transform: translateX(-50%);
  width: 100%;
  height: 500px;
  background:
    radial-gradient(ellipse 70% 55% at 50% 0%,  rgba(40,20,80,0.16) 0%, transparent 65%),
    radial-gradient(ellipse 40% 30% at 50% 30%,  rgba(201,168,76,0.04) 0%, transparent 60%);
  pointer-events: none;
}

.cr-inner {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 clamp(24px,8vw,100px);
}


/* ── Header ── */
.cr-header {
  text-align: center;
  margin-bottom: 64px;
}
.cr-title {
  font-size: clamp(2.4rem, 5vw, 4.4rem) !important;
  margin-bottom: 0 !important;
}
.cr-subtitle {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.05rem, 1.7vw, 1.3rem);
  font-style: italic;
  font-weight: 300;
  color: rgba(237,229,213,0.52);
  margin-top: 20px;
  display: block;
}


/* ── Video ── */
.cr-video-wrap {
  margin-bottom: 100px;
}
.cr-video-frame {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border-radius: 4px;
  box-shadow:
    0 28px 80px rgba(0,0,0,0.72),
    0  4px 24px rgba(0,0,0,0.55),
    0  0  0  1px rgba(201,168,76,0.08);
  /* Gold top accent line */
  position: relative;
}
.cr-video-frame::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--gold-4), var(--gold-lt), var(--gold-4), transparent);
  z-index: 2;
  border-radius: 4px 4px 0 0;
}
.cr-video-frame iframe {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  border: none;
  border-radius: 4px;
}
.cr-video-caption {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.42rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: rgba(201,168,76,0.38);
  text-align: center;
  margin-top: 18px;
}


/* ── Story grid ── */
.cr-story-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
  margin-bottom: 96px;
}

/* Left story column */
.cr-story-title {
  font-family: 'Cinzel', serif;
  font-size: clamp(1.6rem, 3vw, 2.6rem);
  font-weight: 700;
  color: var(--text);
  line-height: 1.15;
  margin-bottom: 20px;
  letter-spacing: 0.03em;
}
.cr-story-title em {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-weight: 300;
  font-size: 1.1em;
  background: linear-gradient(135deg, #c9a030, #e8cc7a, #c9a030);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.cr-body {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1rem, 1.5vw, 1.12rem);
  font-weight: 300;
  color: rgba(237,229,213,0.60);
  line-height: 1.80;
  margin-bottom: 20px;
  max-width: 480px;
}
.cr-quote {
  margin-top: 32px;
  padding: 20px 24px;
  border-left: 2px solid rgba(201,168,76,0.28);
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1rem, 1.4vw, 1.12rem);
  font-style: italic;
  font-weight: 300;
  color: rgba(237,229,213,0.60);
  line-height: 1.65;
  background: rgba(201,168,76,0.018);
}

/* Right credentials column */
.cr-credentials,
.cr-styles,
.cr-teaching {
  margin-bottom: 36px;
}
.cr-cred-label {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.40rem;
  letter-spacing: 0.38em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 14px;
  display: block;
}
.cr-cred-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.cr-cred-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-family: 'Cormorant Garamond', serif;
  font-size: 0.98rem;
  color: rgba(237,229,213,0.65);
  line-height: 1.5;
}
.cr-cred-dot {
  width: 5px; height: 5px;
  border-radius: 50%;
  background: rgba(201,168,76,0.45);
  flex-shrink: 0;
  margin-top: 7px;
}

/* Styles tags */
.cr-styles-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.cr-style-tag {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.42rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(201,168,76,0.72);
  padding: 6px 14px;
  border: 1px solid rgba(201,168,76,0.16);
  background: rgba(201,168,76,0.04);
  transition: background 0.3s, border-color 0.3s, color 0.3s;
}
.cr-style-tag:hover {
  background: rgba(201,168,76,0.10);
  border-color: rgba(201,168,76,0.35);
  color: var(--gold-lt);
}

/* Teaching levels */
.cr-teach-levels {
  border: 1px solid rgba(201,168,76,0.10);
  background: rgba(255,255,255,0.018);
  position: relative;
}
.cr-teach-levels::before {
  content: '';
  position: absolute;
  top: -1px; left: 15%; right: 15%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(201,168,76,0.32), transparent);
}
.cr-teach-item {
  padding: 16px 20px;
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.cr-teach-sep {
  height: 1px;
  background: rgba(201,168,76,0.07);
  margin: 0;
}
.cr-teach-v {
  font-family: 'Cinzel', serif;
  font-size: 0.70rem;
  font-weight: 700;
  color: rgba(237,229,213,0.85);
  letter-spacing: 0.05em;
}
.cr-teach-l {
  font-family: 'Cormorant Garamond', serif;
  font-size: 0.88rem;
  color: rgba(237,229,213,0.42);
}
.cr-teach-note {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.40rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(237,229,213,0.28);
  margin-top: 12px;
}


/* ── CTA Booking Block ── */
.cr-cta-block {
  border-top: 1px solid rgba(201,168,76,0.07);
  padding-top: 80px;
}
.cr-cta-inner {
  max-width: 640px;
  margin: 0 auto;
  text-align: center;
}

/* Ornament */
.cr-cta-top-orn {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 36px;
}
.cr-orn-line {
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(201,168,76,0.28), transparent);
}
.cr-orn-diamond {
  width: 7px; height: 7px;
  background: var(--gold);
  transform: rotate(45deg);
  flex-shrink: 0;
  box-shadow: 0 0 10px rgba(201,168,76,0.42);
}

.cr-cta-title {
  font-family: 'Cinzel', serif;
  font-size: clamp(1.8rem, 3.5vw, 3rem);
  font-weight: 700;
  color: var(--text);
  line-height: 1.12;
  margin-bottom: 16px;
  letter-spacing: 0.04em;
}
.cr-cta-title em {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-weight: 300;
  font-size: 1.12em;
  background: linear-gradient(135deg, #c9a030, #e8cc7a, #c9a030);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.cr-cta-body {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1rem, 1.5vw, 1.1rem);
  font-weight: 300;
  color: rgba(237,229,213,0.52);
  line-height: 1.72;
  margin-bottom: 36px;
}

/* Primary + secondary buttons */
.cr-cta-btns {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 28px;
}
.cr-btn-primary {
  font-size: 0.62rem !important;
  padding: 15px 48px !important;
  letter-spacing: 0.26em !important;
}
.cr-btn-secondary {
  font-size: 0.62rem !important;
  padding: 14px 40px !important;
}

/* Direct contact strip */
.cr-direct-contact {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.cr-direct-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.48rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 10px 24px;
  transition: all 0.3s;
}
.cr-direct-wa {
  background: linear-gradient(135deg, #c9a030, #e8bb48);
  color: #06050a;
}
.cr-direct-wa:hover {
  box-shadow: 0 5px 20px rgba(201,160,48,0.36);
  transform: translateY(-1px);
}
.cr-direct-email {
  background: transparent;
  color: rgba(237,229,213,0.65);
  border: 1px solid rgba(201,168,76,0.20);
}
.cr-direct-email:hover {
  border-color: rgba(201,168,76,0.42);
  color: var(--gold-lt);
  background: rgba(201,168,76,0.04);
}

.cr-cta-note {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.40rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(237,229,213,0.22);
}


/* ══ RESPONSIVE ══ */
@media (max-width: 900px) {
  .cr-story-grid {
    grid-template-columns: 1fr;
    gap: 56px;
  }
  .cr-body { max-width: none; }
}
@media (max-width: 640px) {
  .cr-section { padding: 80px 0 90px; }
  .cr-cta-btns { flex-direction: column; align-items: center; }
  .cr-btn-primary,
  .cr-btn-secondary { width: 100%; text-align: center; justify-content: center; }
  .cr-direct-contact { flex-direction: column; align-items: center; }
}


/* ═══════════════════════════════════════════════════════════════
   v29 — YOUTUBE THUMBNAIL PREVIEW SYSTEM
   Replaces broken iframes. Clean thumbnail → click → modal.
═══════════════════════════════════════════════════════════════ */

/* ── Shared preview container ── */
.yt-preview {
  position: absolute;
  inset: 0;
  cursor: pointer;
  overflow: hidden;
  background: #0a0810;
}

/* Thumbnail image */
.yt-thumb {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
  transition: transform 0.6s cubic-bezier(0.25,0.46,0.45,0.94),
              filter 0.4s ease;
  filter: brightness(0.85) saturate(0.90);
}
.yt-preview:hover .yt-thumb {
  transform: scale(1.04);
  filter: brightness(0.72) saturate(0.85);
}

/* Dark overlay — cinematic vignette */
.yt-overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 80% 80% at 50% 50%, transparent 25%, rgba(6,5,8,0.52) 100%),
    linear-gradient(0deg, rgba(6,5,8,0.38) 0%, transparent 60%);
  pointer-events: none;
  transition: background 0.4s;
}
.yt-preview:hover .yt-overlay {
  background:
    radial-gradient(ellipse 80% 80% at 50% 50%, transparent 20%, rgba(6,5,8,0.65) 100%),
    linear-gradient(0deg, rgba(6,5,8,0.50) 0%, transparent 60%);
}

/* Play button — YouTube-style, premium render */
.yt-play-btn {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%) scale(1);
  width: 62px; height: 44px;
  transition: transform 0.3s cubic-bezier(0.25,0.46,0.45,0.94), opacity 0.3s;
  pointer-events: none;
}
.yt-preview:hover .yt-play-btn {
  transform: translate(-50%, -50%) scale(1.10);
}

/* SVG paths */
.yt-play-bg {
  fill: rgba(30,20,10,0.82);
  transition: fill 0.3s;
}
.yt-preview:hover .yt-play-bg {
  fill: rgba(201,168,76,0.92);
}
.yt-play-arrow {
  fill: #ffffff;
}

/* Large play button variant (dance video) */
.yt-play-btn-lg {
  width: 80px; height: 56px;
}

/* The cr-video-frame already has padding-bottom:56.25% + height:0
   so .yt-preview-cr fills it absolutely via position:absolute */
.yt-preview-cr {
  /* inherits position:absolute from .yt-preview, fills the frame */
}

/* Gold top accent line on preview containers (inherits from parent wrappers) */
.csv1-embed-wrap .yt-preview::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--gold-4), var(--gold-lt), var(--gold-4), transparent);
  z-index: 3;
  pointer-events: none;
}


/* ═══════════════════════════════════════════════════════════════
   v29 — CSV DOMINANT PARTNER LOGO
   Cooper Swanson Ventures = main sponsor → largest in strip
═══════════════════════════════════════════════════════════════ */

.ps-csv-dominant {
  /* Extra horizontal padding for prestige spacing */
  padding: 0 10px !important;
}
.ps-csv-img {
  /* Significantly larger than other logos */
  height: 52px !important;
  width: auto !important;
  max-width: 160px;
  object-fit: contain;
  /* Sharp, high-resolution rendering */
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  /* Remove any brightness filter — let the gold speak */
  filter: none !important;
  /* Subtle drop shadow for depth */
  filter: drop-shadow(0 2px 8px rgba(180,140,60,0.22)) !important;
}

/* SIM / CIM Consulting logo */
.ps-sim-item {
  padding: 0 28px;
}
.ps-sim-img {
  height: 44px !important;
  width: auto !important;
  max-width: 120px;
  object-fit: contain;
  /* Logo is white on black — invert not needed, just brightness */
  filter: brightness(1.0) !important;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  /* Slight opacity to match the tone of other partner logos */
  opacity: 0.88;
}


/* ═══════════════════════════════════════════════════════════════
   WEDDING PRODUCTION — PALMETTO FL
   #wedding-palmetto  ·  Behind-the-scenes excellence layer
   Dark bg · natural photo tones · luxury spacing · premium grid
═══════════════════════════════════════════════════════════════ */

.wed-section {
  background: #07060c;
  padding: 130px 0 120px;
  position: relative;
  overflow: hidden;
  border-top:    1px solid rgba(201,168,76,0.07);
  border-bottom: 1px solid rgba(201,168,76,0.06);
}

/* Very soft top ambient */
.wed-section::before {
  content: '';
  position: absolute;
  top: 0; left: 50%; transform: translateX(-50%);
  width: 800px; height: 400px;
  background: radial-gradient(ellipse at center top, rgba(201,168,76,0.03) 0%, transparent 65%);
  pointer-events: none;
}

.wed-inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 clamp(24px,8vw,100px);
}

/* ── Header ── */
.wed-header { text-align: center; margin-bottom: 60px; }
.wed-super {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.44rem;
  letter-spacing: 0.40em;
  text-transform: uppercase;
  color: rgba(201,168,76,0.48);
  margin-bottom: 12px;
  display: block;
}
.wed-title {
  font-size: clamp(2.2rem, 4.5vw, 4rem) !important;
  margin-bottom: 0 !important;
}

/* ── Cover hero image ── */
.wed-cover-wrap {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16/7;
  border-radius: 2px;
  margin-bottom: 80px;
  box-shadow: 0 28px 80px rgba(0,0,0,0.65);
}
.wed-cover-img {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center 40%;
  display: block;
  /* Slow cinematic zoom — barely perceptible */
  animation: wedCoverZoom 22s ease-in-out infinite alternate;
  will-change: transform;
}
@keyframes wedCoverZoom {
  0%   { transform: scale(1.00); }
  100% { transform: scale(1.04); }
}
/* Gold top accent */
.wed-cover-wrap::before {
  content: '';
  position: absolute; top: 0; left: 0; right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--gold-4), var(--gold-lt), var(--gold-4), transparent);
  z-index: 2;
}
.wed-cover-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(
    0deg,
    rgba(6,5,8,0.65) 0%,
    rgba(6,5,8,0.12) 45%,
    transparent       100%
  );
  pointer-events: none;
}
.wed-cover-badge {
  position: absolute; bottom: 0; left: 0; right: 0;
  padding: 28px 36px;
  z-index: 3;
}
.wed-badge-loc {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.42rem;
  letter-spacing: 0.36em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 5px;
}
.wed-badge-role {
  display: block;
  font-family: 'Cinzel', serif;
  font-size: clamp(1.1rem, 2vw, 1.6rem);
  font-weight: 700;
  color: rgba(237,229,213,0.90);
  letter-spacing: 0.05em;
}

/* ── Editorial split ── */
.wed-editorial { margin-bottom: 80px; }
.wed-editorial-inner {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 72px;
  align-items: start;
}
.wed-lead {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.15rem, 1.9vw, 1.45rem);
  font-style: italic;
  font-weight: 300;
  color: rgba(237,229,213,0.80);
  line-height: 1.60;
  margin-bottom: 24px;
}
.wed-body {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(0.98rem, 1.4vw, 1.1rem);
  font-weight: 300;
  color: rgba(237,229,213,0.55);
  line-height: 1.82;
  margin-bottom: 18px;
}
.wed-closing {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1rem, 1.5vw, 1.18rem);
  font-style: italic;
  font-weight: 300;
  color: rgba(201,168,76,0.65);
  margin-top: 8px;
}

/* Scope list */
.wed-scope-label {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.40rem;
  letter-spacing: 0.38em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 18px;
  display: block;
}
.wed-scope-list { display: flex; flex-direction: column; gap: 12px; }
.wed-scope-item {
  display: flex;
  align-items: flex-start;
  gap: 13px;
  font-family: 'Cormorant Garamond', serif;
  font-size: 0.98rem;
  color: rgba(237,229,213,0.60);
  line-height: 1.55;
}
.wed-scope-dot {
  width: 5px; height: 5px;
  border-radius: 50%;
  background: rgba(201,168,76,0.40);
  flex-shrink: 0;
  margin-top: 8px;
}

/* ── Gallery grid ── */
.wed-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-bottom: 80px;
  grid-auto-rows: 260px;
}

/* Wide items span all 3 columns — dominant anchor rows */
.wed-gal-wide {
  grid-column: span 3;
  grid-auto-rows: 360px;
  height: 360px;
}

/* Hide items beyond 12 — keep layout clean */
.wed-gal-item:nth-child(n+13) { display: none; }

.wed-gal-item {
  position: relative;
  overflow: hidden;
  border-radius: 2px;
  background: #09080f;
}

/* Keep natural daytime photo colors — minimal filter */
.wed-gal-item img {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
  transition: transform 0.90s cubic-bezier(0.25,0.46,0.45,0.94);
  filter: brightness(0.92) saturate(0.96);
}
.wed-gal-item:hover img {
  transform: scale(1.055);
  filter: brightness(1.00) saturate(1.00);
}

/* Light overlay — preserve natural tones */
.wed-gal-ov {
  position: absolute; inset: 0;
  background: linear-gradient(0deg, rgba(6,5,8,0.38) 0%, transparent 50%);
  pointer-events: none;
  transition: background 0.4s;
}
.wed-gal-item:hover .wed-gal-ov {
  background: linear-gradient(0deg, rgba(6,5,8,0.20) 0%, transparent 50%);
}

/* Subtle gold top line on hover */
.wed-gal-item::after {
  content: '';
  position: absolute; top: 0; left: 0; right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(201,168,76,0.38), transparent);
  opacity: 0;
  transition: opacity 0.4s;
  pointer-events: none;
}
.wed-gal-item:hover::after { opacity: 1; }

/* Gallery caption on wide items */
.wed-gal-cap {
  position: absolute; bottom: 0; left: 0; right: 0;
  padding: 14px 18px;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.40rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: rgba(201,168,76,0.68);
  z-index: 3;
}

/* ── CTA ── */
.wed-cta {
  text-align: center;
  border-top: 1px solid rgba(201,168,76,0.07);
  padding-top: 64px;
}
.wed-cta-text {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1rem, 1.5vw, 1.18rem);
  font-style: italic;
  font-weight: 300;
  color: rgba(237,229,213,0.40);
  margin-bottom: 24px;
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
}
.wed-cta-btn {
  font-size: 0.62rem !important;
  padding: 15px 52px !important;
  letter-spacing: 0.28em !important;
}

/* ══ RESPONSIVE ══ */
@media (max-width: 960px) {
  .wed-cover-wrap { aspect-ratio: 16/9; }
  .wed-editorial-inner { grid-template-columns: 1fr; gap: 48px; }
  .wed-gallery {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 210px;
  }
  .wed-gal-wide { grid-column: span 2; height: 300px; }
}
@media (max-width: 600px) {
  .wed-section { padding: 80px 0 90px; }
  .wed-gallery {
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 180px;
  }
  .wed-gal-wide { grid-column: span 2; height: 240px; }
  .wed-cover-wrap { aspect-ratio: 4/3; }
}


/* ═══════════════════════════════════════════════════════════════
   v31 UPDATES
   1. About section — wider horizontal text layout
   2. Promoter section form wrapper
═══════════════════════════════════════════════════════════════ */

/* ── About: wider text, less vertical stacking ── */

.about-hero-wide {
  max-width: 920px !important;   /* was 760px */
}

/* Emblem stays centred and dominant — unchanged */

/* Text copy block: wider, slightly more horizontal feel */
.about-hero-wide .about-hero-copy {
  max-width: 820px;
  margin-bottom: 28px;
}
.about-hero-wide .about-hero-body {
  max-width: 780px;              /* was 640px — spreads text horizontally */
  line-height: 1.72;
}

/* Reduce gap between emblem and wordmark for tighter composition */
.about-hero-wide .about-emblem-wrap {
  margin-bottom: 32px;           /* was 44px */
}

/* Slogan and micro — also wider */
.about-hero-wide .about-hero-slogan {
  max-width: 680px;
}

/* ── Promoter form wrapper ── */

.promo-form-wrap {
  margin-top: 80px;
  padding-top: 72px;
  border-top: 1px solid rgba(201,168,76,0.08);
}
.promo-form-inner {
  max-width: 760px;
  margin: 0 auto;
}
.promo-form-header {
  text-align: center;
  margin-bottom: 44px;
}
.promo-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
.promo-form-submit {
  grid-column: 1 / -1;
  display: flex;
  justify-content: center;
  margin-top: 8px;
}

@media (max-width: 600px) {
  .promo-form { grid-template-columns: 1fr; }
}


/* ═══════════════════════════════════════════════════════
   SECTION DEPTH VARIATION — breaks the long-scroll feel
   Strategic background differentiation across heavy runs
═══════════════════════════════════════════════════════ */

/* Wedding section — warm, slightly lighter deep tone */
#wedding-palmetto {
  background: linear-gradient(180deg, #060508 0%, #080610 40%, #060508 100%) !important;
}

/* Underline fundraiser — cooler deep tone */
#underline-fundraiser {
  background: linear-gradient(180deg, #04040a 0%, #060508 50%, #04040a 100%) !important;
}

/* Art Basel — pure deep black, maximum contrast with CSV above */
#art-basel {
  background: linear-gradient(180deg, #030305 0%, #060508 60%, #030305 100%) !important;
}

/* Portfolio — subtly warm */
#portfolio {
  background: linear-gradient(180deg, #07060a 0%, #060508 100%) !important;
}

/* Recognitions — keep deep blue-black */
#recognitions {
  background: linear-gradient(180deg, #06060c 0%, #07060a 50%, #06060c 100%) !important;
}

/* About section — maximum presence, near pure black */
#about {
  background: #000000 !important;
}

/* Founder — pure black, no gradients competing with the silhouette */
#founder {
  background: #000000 !important;
}

/* ── SECTION ENTRY GLOWS — add subtle top-edge luminance to break runs ── */

/* After dense nightlife imagery — wedding breathes with a top edge */
#wedding-palmetto::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, rgba(201,168,76,0.18) 50%, transparent 100%);
  pointer-events: none;
}

/* Private aviation — clean entry after Underline */
#private-aviation::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, rgba(201,168,76,0.16) 50%, transparent 100%);
  pointer-events: none;
}

/* About section — definitive entry after the long portfolio/recognitions run */
#about::before {
  content: '';
  position: absolute;
  top: 0; left: 50%;
  transform: translateX(-50%);
  width: 80%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(201,168,76,0.25) 50%, transparent);
  pointer-events: none;
}

/* ── GLOBAL SECTION SPACING REFINEMENT ── */

/* Ensure sections with lots of images have adequate bottom breathing */
#nightlife { padding-bottom: 120px; }
#wedding-palmetto .wed-inner { padding-bottom: 0; }

/* Services grid — stronger visual presence */
#services-section {
  background: linear-gradient(180deg, #050408 0%, #07060b 50%, #050408 100%) !important;
}



/* ═══════════════════════════════════════════════════════
   FINAL POLISH — Section identity & visual rhythm
   Eliminates the "same dark background" long-scroll feel
═══════════════════════════════════════════════════════ */

/* ── Promoter — cooler deep, distinct from nightlife above ── */
#promoter {
  background: linear-gradient(180deg, #05040a 0%, #070610 50%, #05040a 100%) !important;
  border-top: 1px solid rgba(201,168,76,0.10) !important;
}

/* ── Mariah Carey — warm, richly deep ── */
#mariah-carey {
  background: linear-gradient(160deg, #070408 0%, #090412 40%, #070408 100%) !important;
}

/* ── CSV Signature Event — darkest point in the page, max drama ── */
#csv-edition-one {
  background: linear-gradient(180deg, #030305 0%, #060508 40%, #030305 100%) !important;
}

/* ── Recognitions — slightly elevated depth from pure black ── */
#recognitions {
  background: linear-gradient(180deg, #060609 0%, #080710 50%, #060609 100%) !important;
}

/* ── Creativity/Dance — warm undertone ── */
#creativity {
  background: linear-gradient(180deg, #06050a 0%, #09070e 50%, #06050a 100%) !important;
}

/* ── SECTION ENTRY LINES — gold luminance at top edge ── */
#promoter::before,
#mariah-carey::before,
#recognitions::before,
#creativity::before,
#csv-edition-one::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent 5%, rgba(201,168,76,0.14) 50%, transparent 95%);
  pointer-events: none;
  z-index: 10;
}

/* Ensure positioned correctly */
#promoter,
#mariah-carey,
#recognitions,
#creativity,
#csv-edition-one { position: relative; }

/* ── RECOGNITIONS GRID — fix responsive for new featured layout ── */
@media (max-width: 1200px) {
  .rec-video-grid {
    grid-template-columns: 1.5fr 1fr 1fr;
  }
  .rec-video-featured .rec-video-thumb { min-height: 360px; }
}
@media (max-width: 900px) {
  .rec-video-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
  }
  .rec-video-featured { grid-row: span 1; }
  .rec-video-featured .rec-video-thumb { min-height: 0; aspect-ratio: 16/9; }
}
@media (max-width: 540px) {
  .rec-video-grid { grid-template-columns: 1fr; }
  .rec-video-featured .rec-video-thumb { aspect-ratio: 16/9; }
}

/* ── SECTION PADDING RESPONSIVE — cta-band ── */
@media (max-width: 960px) {
  .cta-band { padding: 80px clamp(24px,6vw,60px); }
}
@media (max-width: 640px) {
  .cta-band { padding: 64px 24px; }
}

/* ── CONTENT SECTION BREATHING — tighten on mobile ── */
@media (max-width: 820px) {
  .content-section { padding: 72px 24px !important; }
}
@media (max-width: 540px) {
  .content-section { padding: 60px 20px !important; }
}

/* ── GLOBAL IMAGE QUALITY — all section images ── */
.nl-hero-img,
.ev-hero-img,
.wed-cover-img,
.ul-hero-img,
.abf-feature-img,
.mc-main-img,
.rest-img-main {
  image-rendering: auto;
}

/* ── ABOUT → FOUNDER TRANSITION — strongest border in the page ── */
.about-hero-section + .founder-section {
  border-top: 1px solid rgba(201,168,76,0.20);
}

/* ── FOOTER REFINEMENT ── */
footer {
  border-top: 1px solid rgba(201,168,76,0.12);
}



/* ═══════════════════════════════════════════════════════════════════
   BXLENCE — COMPLETE MOBILE OPTIMIZATION
   Breakpoints: 768px (large phone/small tablet) · 480px (phone) · 375px (small phone)
   Priority: hero title fix first, then full site sweep
═══════════════════════════════════════════════════════════════════ */

/* ─────────────────────────────────────────────────────────────────
   1. HERO — TITLE FIX + FULL SECTION MOBILE
───────────────────────────────────────────────────────────────── */

@media (max-width: 768px) {
  /* Hero title — refined size, fits perfectly on all phones */
  .hero-title {
    font-size: clamp(2.2rem, 12.5vw, 3.3rem) !important;
    letter-spacing: 0.13em !important;
    line-height: 1 !important;
  }
  .hero-content {
    padding: 80px 20px 0;
  }
  .hero-eyebrow {
    font-size: 0.44rem;
    letter-spacing: 0.5em;
    margin-bottom: 16px;
  }
  .hero-tagline {
    font-size: clamp(0.9rem, 3.5vw, 1.2rem);
    margin-bottom: 8px;
  }
  .hero-sub {
    font-size: 0.44rem;
    letter-spacing: 0.44em;
  }
  .hero-location {
    font-size: 0.42rem;
    margin-bottom: 36px;
  }
  .hero-btns {
    gap: 12px;
    flex-direction: column;
    align-items: center;
  }
  .hero-btns .btn-gold,
  .hero-btns .btn-ghost {
    width: 100%;
    max-width: 280px;
    text-align: center;
    padding: 14px 24px;
    font-size: 0.54rem;
  }
  .title-ornament {
    margin: 10px 0 18px;
  }
  .orn-line { width: 48px; }
  .scroll-hint { display: none; }
  /* Partner strip on mobile */
  .partner-strip { height: 48px; top: 56px; }
  .ps-label { display: none; }
}

@media (max-width: 480px) {
  .hero-title {
    font-size: clamp(1.9rem, 11.5vw, 2.5rem) !important;
    letter-spacing: 0.09em !important;
  }
  .hero-content { padding: 72px 18px 0; }
}

@media (max-width: 375px) {
  .hero-title {
    font-size: clamp(1.7rem, 10.5vw, 2.2rem) !important;
    letter-spacing: 0.07em !important;
  }
}

/* ─────────────────────────────────────────────────────────────────
   2. HEADER + NAVIGATION
───────────────────────────────────────────────────────────────── */

@media (max-width: 768px) {
  #mainHeader {
    padding: 0 18px;
    height: 56px;
  }
  .nav-logo {
    font-size: clamp(0.9rem, 4vw, 1.1rem);
    letter-spacing: 0.18em;
  }
  .mobile-nav {
    padding: 72px 24px 36px;
  }
  .mobile-nav a {
    font-size: 0.60rem;
    padding: 14px 0;
    letter-spacing: 0.28em;
  }
  .mobile-nav .nav-cta {
    margin-top: 20px;
    padding: 12px 18px;
    font-size: 0.54rem;
  }
}

/* ─────────────────────────────────────────────────────────────────
   3. NIGHTLIFE SECTION
───────────────────────────────────────────────────────────────── */

@media (max-width: 768px) {
  #nightlife {
    padding: 0 0 80px !important;
  }
  #nightlife > .reveal:first-child {
    padding: 72px 20px 0;
  }
  /* Hero image aspect ratio */
  .nl-hero-wrap { aspect-ratio: 3/4 !important; }
  .nl-hero-content {
    padding: 0 20px 36px !important;
    max-width: 100%;
  }
  .nl-hero-title {
    font-size: clamp(1.9rem, 9vw, 2.8rem) !important;
    margin-bottom: 14px !important;
  }
  .nl-hero-deck {
    font-size: 0.92rem !important;
    margin-bottom: 24px !important;
  }
  .nl-hero-btns {
    flex-direction: column;
    gap: 10px;
  }
  .nl-hero-btns .btn-gold,
  .nl-hero-btns .btn-ghost {
    width: 100%;
    text-align: center;
    padding: 13px 20px;
    font-size: 0.52rem;
  }
  /* Secondary artist grid — single column */
  .nl-artist-grid {
    grid-template-columns: 1fr !important;
    gap: 4px !important;
  }
  .nl-artist-secondary {
    flex-direction: row !important;
    gap: 4px !important;
  }
  .nl-secondary-img { flex: 1; min-height: 160px; }
  .nl-secondary-img img { height: 100%; object-fit: cover; }
  /* Map section */
  #nightlife > div:last-child {
    padding: 0 20px !important;
    margin-top: 56px !important;
  }
  .nl-zones-grid { grid-template-columns: 1fr !important; gap: 12px; }
  .nl-map-img { border: none; }
}

@media (max-width: 480px) {
  .nl-hero-wrap { aspect-ratio: 5/6 !important; }
  .nl-artist-secondary { flex-direction: column !important; }
  .nl-secondary-img { min-height: 200px; }
}

/* ─────────────────────────────────────────────────────────────────
   4. NIGHTLIFE ACCESS (NLA2) SECTION
───────────────────────────────────────────────────────────────── */

@media (max-width: 768px) {
  .nla2-hero-wrap { padding-top: 64px; padding-bottom: 0; }
  .nla2-hero-inner { padding: 0 20px; gap: 40px; }
  .nla2-gal-item { height: 180px; }
  .nla2-strip { gap: 4px; }
  .nla2-strip-item { height: 140px; }
  .nla2-contact-strip { flex-direction: column; gap: 10px; }
  .nla2-contact-btn { width: 100%; justify-content: center; }
  .nla2-form-btns { flex-direction: column; gap: 10px; }
  .nla2-submit-btn,
  .nla2-wa-ghost { width: 100%; text-align: center; justify-content: center; }
}

/* ─────────────────────────────────────────────────────────────────
   5. RESTAURANTS SECTION
───────────────────────────────────────────────────────────────── */

@media (max-width: 768px) {
  .rest-section { padding: 72px 0 64px !important; }
  .rest-header { padding: 0 20px; margin-bottom: 40px; }
  .rest-feature { padding: 0 20px; }
  .rest-split {
    grid-template-columns: 1fr !important;
    gap: 36px !important;
  }
  .rest-gallery-main { aspect-ratio: 4/3 !important; }
  .rest-thumbs { grid-template-columns: repeat(3,1fr); gap: 6px; }
  .rest-copy { padding: 0; }
  .rest-copy-title { font-size: clamp(1.8rem, 7vw, 2.6rem) !important; }
  .rest-cta { flex-direction: column; align-items: flex-start; gap: 10px; }
  .rest-btn-gold { width: 100%; text-align: center; }
  .rest-bottom { padding: 32px 20px 0; text-align: center; }
}

/* ─────────────────────────────────────────────────────────────────
   6. EVENTS SECTION
───────────────────────────────────────────────────────────────── */

@media (max-width: 768px) {
  #events { padding: 64px 20px 80px !important; }
  .ev-hero {
    width: 100% !important;
    margin-left: 0 !important;
    aspect-ratio: 4/5 !important;
  }
  .ev-hero-content { padding: 0 20px 36px !important; }
  .ev-title { font-size: clamp(2rem, 8vw, 3rem) !important; }
  .ev-desc { font-size: 0.9rem !important; }
  .ev-hero-content .btn-gold { width: 100%; text-align: center; }
  .ev-details-strip {
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    padding: 20px;
    margin-top: 24px;
  }
  .ev-gallery {
    grid-template-columns: 1fr 1fr !important;
    grid-template-rows: auto !important;
    gap: 4px !important;
    margin-top: 36px !important;
  }
  .ev-gal-item:first-child { grid-row: span 1 !important; }
  .ev-backdrop-strip { grid-template-columns: 1fr; gap: 8px; }
  #events > .reveal:last-of-type {
    grid-template-columns: 1fr !important;
    gap: 44px !important;
    margin-top: 56px !important;
  }
}

/* ─────────────────────────────────────────────────────────────────
   7. MARIAH CAREY GALLERY
───────────────────────────────────────────────────────────────── */

@media (max-width: 768px) {
  .mc-inner {
    grid-template-columns: 1fr;
    gap: 36px;
    padding: 0 20px;
  }
  .mc-section { padding: 64px 0; }
  .mc-thumbs {
    grid-template-columns: repeat(5, 1fr);
    gap: 3px;
    overflow-x: auto;
  }
  .mc-thumb { aspect-ratio: 1; }
  .mc-stats { gap: 16px; }
  .mc-stat-num { font-size: clamp(1.8rem, 8vw, 2.6rem); }
}

@media (max-width: 480px) {
  .mc-thumbs { grid-template-columns: repeat(4, 1fr); }
  .mc-section { padding: 52px 0; }
}

/* ─────────────────────────────────────────────────────────────────
   8. PROMOTER SECTION
───────────────────────────────────────────────────────────────── */

@media (max-width: 768px) {
  #promoter { padding: 64px 20px 72px !important; }
  #promoter .nl-secondary-block { padding: 0 !important; }
  #promoter .nl-artist-grid { grid-template-columns: 1fr !important; }
  .promo-form-wrap { padding-top: 48px; }
  .promo-form { grid-template-columns: 1fr; }
  .promo-form-submit { margin-top: 4px; }
  #promoter .nla2-vtag { font-size: 0.40rem; padding: 6px 12px; }
}

/* ─────────────────────────────────────────────────────────────────
   9. WEDDING SECTION
───────────────────────────────────────────────────────────────── */

@media (max-width: 768px) {
  .wed-inner { padding: 0 20px; }
  .wed-header { margin-bottom: 32px; }
  .wed-cover-wrap { aspect-ratio: 4/3; }
  .wed-editorial { padding: 36px 0; }
  .wed-editorial-inner { grid-template-columns: 1fr; gap: 32px; }
  .wed-gallery {
    grid-template-columns: 1fr 1fr !important;
    grid-auto-rows: 170px !important;
    gap: 5px !important;
  }
  .wed-gal-wide {
    grid-column: span 2 !important;
    height: 220px !important;
  }
  .wed-cta { padding-top: 44px; }
}

@media (max-width: 480px) {
  .wed-gallery { grid-auto-rows: 150px !important; }
  .wed-gal-wide { height: 190px !important; }
}

/* ─────────────────────────────────────────────────────────────────
   10. UNDERLINE FUNDRAISER
───────────────────────────────────────────────────────────────── */

@media (max-width: 768px) {
  .ul-section { padding: 64px 20px 72px; }
  .ul-hero-inner { grid-template-columns: 1fr; gap: 40px; }
  .ul-hero-img-wrap { aspect-ratio: 4/3; }
  .ul-facts { flex-direction: row; flex-wrap: wrap; gap: 20px; }
  .ul-details-strip {
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    padding: 20px;
  }
  .ul-gallery {
    grid-template-columns: 1fr 1fr !important;
    grid-auto-rows: 170px;
    gap: 5px;
  }
  .ul-gal-wide {
    grid-column: span 2;
    height: 220px;
  }
  .ul-closing { padding: 32px 0; }
}

/* ─────────────────────────────────────────────────────────────────
   11. PRIVATE AVIATION
───────────────────────────────────────────────────────────────── */

@media (max-width: 768px) {
  .pav-section { padding: 64px 20px 72px; }
  .pav-header { margin-bottom: 40px; }
  .pav-lead { font-size: 0.92rem; }
  .pav-grid { grid-template-columns: 1fr !important; gap: 3px; }
  .pav-card { display: grid; grid-template-columns: 130px 1fr; }
  .pav-card-img-wrap {
    aspect-ratio: unset;
    height: 100%;
    min-height: 130px;
  }
  .pav-card-badge {
    font-size: 0.38rem;
    padding: 3px 7px;
    top: 6px; left: 6px;
  }
  .pav-card-info { padding: 18px 16px; }
  .pav-card-name { font-size: 0.84rem; }
  .pav-card-desc { font-size: 0.86rem; line-height: 1.6; }
  .pav-card-specs { gap: 14px; }
  .pav-footer { padding: 40px 0 0; text-align: center; }
  .pav-footer-ctas { flex-direction: column; align-items: center; gap: 12px; }
  .pav-book-btn { width: 100%; max-width: 280px; text-align: center; }
}

@media (max-width: 480px) {
  .pav-card { grid-template-columns: 110px 1fr; }
  .pav-card-img-wrap { min-height: 110px; }
}

/* ─────────────────────────────────────────────────────────────────
   12. CSV SIGNATURE EVENT
───────────────────────────────────────────────────────────────── */

@media (max-width: 768px) {
  .csv1-section { padding: 64px 0 72px; }
  .csv1-header { padding: 0 20px; }
  .csv1-videos { padding: 0 20px; }
  .csv1-vid-primary,
  .csv1-vid-secondary { padding: 0 20px; }
  .csv1-editorial {
    grid-template-columns: 1fr !important;
    gap: 44px !important;
    padding: 0 20px;
  }
  .csv1-stats { flex-direction: row; flex-wrap: wrap; justify-content: center; gap: 20px; }
  .csv1-closing { padding: 0 20px; }
  .csv1-cta-btn { width: 100%; text-align: center; max-width: 300px; }
}

/* ─────────────────────────────────────────────────────────────────
   13. ART BASEL SECTION
───────────────────────────────────────────────────────────────── */

@media (max-width: 768px) {
  .abf-hero { padding: 64px 20px 48px; }
  .abf-hero-inner { grid-template-columns: 1fr; gap: 36px; }
  .abf-feature-img-wrap { aspect-ratio: 4/3; }
  .abf-thumb-row { grid-template-columns: repeat(3, 1fr); gap: 4px; }
  .abf-artist-section { padding: 56px 20px; }
  .abf-artist-inner { grid-template-columns: 1fr; gap: 36px; }
  .abf-services-section { padding: 56px 20px; }
  .abf-services-grid { grid-template-columns: 1fr !important; gap: 16px; }
  .abf-credibility-section { padding: 56px 20px; }
  .abf-credibility-inner { grid-template-columns: 1fr; gap: 36px; }
  .abf-gallery-section { padding: 56px 20px; }
  .abf-gallery-grid {
    grid-template-columns: 1fr 1fr !important;
    grid-auto-rows: 160px !important;
  }
  .abf-gal-item:first-child { grid-row: span 1 !important; }
  .abf-gal-wide { grid-column: span 2 !important; }
}

/* ─────────────────────────────────────────────────────────────────
   14. SERVICES SECTION
───────────────────────────────────────────────────────────────── */

@media (max-width: 768px) {
  .svc-main-section { padding: 64px 20px !important; }
  .svc-main-grid { grid-template-columns: 1fr !important; gap: 10px !important; }
  .svc-main-card { padding: 28px 22px !important; }
  .svc-main-num { font-size: 1.8rem !important; margin-bottom: 12px !important; }
  .svc-main-desc { -webkit-line-clamp: unset; overflow: visible; }
  .svc-main-cta { margin-top: 44px; }
}

@media (max-width: 480px) {
  .svc-main-grid { gap: 8px !important; }
}

/* ─────────────────────────────────────────────────────────────────
   15. PORTFOLIO SECTION
───────────────────────────────────────────────────────────────── */

@media (max-width: 768px) {
  .pf-section { padding: 64px 20px !important; }
  .pf-inner {
    grid-template-columns: 1fr !important;
    gap: 36px !important;
  }
  .pf-mosaic { aspect-ratio: 4/3; }
  .pf-strip-link,
  .pf-strip-cta { display: none !important; }
  .pf-main-btn { width: 100%; text-align: center; max-width: 300px; }
}

/* ─────────────────────────────────────────────────────────────────
   16. RECOGNITIONS SECTION
───────────────────────────────────────────────────────────────── */

@media (max-width: 768px) {
  #recognitions { padding: 64px 20px !important; }
  .rec-video-grid {
    grid-template-columns: 1fr 1fr !important;
    grid-template-rows: auto !important;
    gap: 4px !important;
  }
  .rec-video-featured { grid-row: span 1 !important; }
  .rec-video-featured .rec-video-thumb {
    aspect-ratio: 16/9 !important;
    min-height: 0 !important;
    height: auto !important;
  }
  .rec-video-thumb { aspect-ratio: 9/16; }
  .rec-info { padding: 12px 10px; }
  .rec-name { font-size: 0.88rem; }
  .rec-cap { font-size: 0.58rem; }
}

@media (max-width: 480px) {
  .rec-video-grid { grid-template-columns: 1fr 1fr !important; }
  .rec-video-featured .rec-video-thumb { aspect-ratio: 4/3 !important; }
}

/* ─────────────────────────────────────────────────────────────────
   17. CREATIVITY / DANCE SECTION
───────────────────────────────────────────────────────────────── */

@media (max-width: 768px) {
  .cr-section { padding: 64px 0 72px; }
  .cr-inner { padding: 0 20px; }
  .cr-video-wrap { padding: 0; }
  .cr-story-grid { grid-template-columns: 1fr; gap: 40px; }
  .cr-credentials { margin-bottom: 24px; }
  .cr-cta-block { padding: 44px 20px; }
  .cr-cta-btns { flex-direction: column; align-items: center; gap: 12px; }
  .cr-btn-primary,
  .cr-btn-secondary { width: 100%; max-width: 280px; text-align: center; }
  .cr-direct-contact { flex-direction: column; gap: 10px; align-items: center; }
  .cr-direct-btn { width: 100%; max-width: 260px; justify-content: center; }
  .cr-styles-grid { grid-template-columns: repeat(4, 1fr); }
}

@media (max-width: 480px) {
  .cr-styles-grid { grid-template-columns: repeat(3, 1fr); }
  .cr-teach-levels { gap: 0; }
}

/* ─────────────────────────────────────────────────────────────────
   18. ABOUT SECTION
───────────────────────────────────────────────────────────────── */

@media (max-width: 768px) {
  .about-hero-section { padding: 80px 20px 72px; }
  .about-hero-wide { max-width: 100% !important; }
  .about-emblem-wrap {
    width: clamp(160px, 42vw, 240px) !important;
    height: clamp(160px, 42vw, 240px) !important;
    margin-bottom: 32px !important;
  }
  .about-hero-wordmark {
    font-size: clamp(1.8rem, 9vw, 3rem);
    letter-spacing: 0.20em !important;
    margin-bottom: 18px;
  }
  .about-hero-body {
    font-size: clamp(0.95rem, 3.2vw, 1.1rem);
    line-height: 1.72;
  }
  .about-hero-slogan {
    font-size: clamp(1rem, 4vw, 1.25rem);
    margin-bottom: 12px;
  }
  .about-hero-ctas {
    flex-direction: column;
    align-items: center;
    gap: 12px;
    width: 100%;
  }
  .about-hero-btn { width: 100%; max-width: 280px; text-align: center; }
}

/* ─────────────────────────────────────────────────────────────────
   19. FOUNDER SECTION
───────────────────────────────────────────────────────────────── */

@media (max-width: 768px) {
  .founder-inner { padding: 64px 20px 72px !important; }
  .founder-img { max-width: 320px !important; }
  .founder-headline {
    font-size: clamp(1.9rem, 7vw, 2.6rem) !important;
  }
  .founder-story {
    grid-template-columns: 1fr !important;
    gap: 10px !important;
    text-align: center !important;
  }
  .founder-story-col { gap: 10px; }
  .founder-story p { font-size: 0.98rem; line-height: 1.80; }
  .founder-section-divider { margin: 32px auto 36px !important; }
  .founder-quote { padding: 18px 20px; }
  .founder-cta { justify-content: center; }
  .founder-btn { padding: 14px 36px; width: 100%; max-width: 280px; text-align: center; }
}

@media (max-width: 480px) {
  .founder-img { max-width: 260px !important; }
  .founder-eyebrow-top { margin-bottom: 28px; }
  .founder-img-caption { font-size: 0.92rem; }
}

/* ─────────────────────────────────────────────────────────────────
   20. CTA BANDS
───────────────────────────────────────────────────────────────── */

@media (max-width: 768px) {
  .cta-band { padding: 64px 20px !important; }
  .cta-band h2 { font-size: clamp(1.7rem, 7vw, 2.6rem) !important; }
  .cta-band p { font-size: 0.60rem; }
  .cta-btns {
    flex-direction: column;
    align-items: center;
    gap: 12px !important;
    margin-top: 24px !important;
  }
  .cta-btns .btn-gold,
  .cta-btns .btn-ghost { width: 100%; max-width: 280px; text-align: center; }
}

/* ─────────────────────────────────────────────────────────────────
   21. CONTACT SECTION
───────────────────────────────────────────────────────────────── */

@media (max-width: 768px) {
  #contact { padding: 64px 20px !important; }
  .contact-split { grid-template-columns: 1fr; gap: 40px; }
  .contact-info { text-align: center; }
  .contact-info .gold-rule { margin: 20px auto; }
  .wa-btn { margin: 0 auto; }
  .form-row { grid-template-columns: 1fr; }
  .form-submit { font-size: 0.54rem !important; }
}

/* ─────────────────────────────────────────────────────────────────
   22. FOOTER
───────────────────────────────────────────────────────────────── */

@media (max-width: 768px) {
  footer { padding: 52px 20px 0; }
  .footer-grid { grid-template-columns: 1fr; gap: 36px; }
  .f-col h4 { font-size: 0.58rem; margin-bottom: 16px; }
  .f-col ul { display: grid; grid-template-columns: 1fr 1fr; gap: 8px 16px; }
  .f-col li a { font-size: 0.54rem; }
  .footer-bottom { flex-direction: column; gap: 8px; text-align: center; padding: 20px 0 24px; }
  .f-legal { flex-direction: column; gap: 6px; align-items: center; font-size: 0.44rem; }
  .f-copy { font-size: 0.44rem; }
  .f-socials { justify-content: center; margin-top: 8px; }
}

/* ─────────────────────────────────────────────────────────────────
   23. FLOATING WHATSAPP + VIDEO MODAL
───────────────────────────────────────────────────────────────── */

@media (max-width: 768px) {
  .float-wa {
    bottom: 18px;
    right: 18px;
    padding: 12px;
    border-radius: 50%;
  }
  .float-wa-lbl { display: none; }
  /* Video modal — full screen on mobile */
  .vid-modal-inner.wide,
  .vid-modal-inner.short {
    width: 95vw !important;
    max-width: 95vw !important;
  }
  .vid-modal-inner.wide { aspect-ratio: 16/9; }
  .vid-modal-inner.short { aspect-ratio: 9/16; max-height: 85vh; }
}

/* ─────────────────────────────────────────────────────────────────
   24. GLOBAL MOBILE REFINEMENTS
───────────────────────────────────────────────────────────────── */

@media (max-width: 768px) {
  /* Section titles scale down gracefully */
  .section-title { font-size: clamp(1.8rem, 7vw, 2.8rem); }
  .section-body { font-size: 0.92rem; line-height: 1.82; }
  /* Eyebrows tighten slightly */
  .eyebrow { font-size: 0.46rem; letter-spacing: 0.40em; }
  /* Buttons full-width in tight contexts */
  .btn-gold, .btn-ghost {
    font-size: 0.52rem;
    padding: 13px 28px;
  }
  /* Gold rule centered on mobile */
  .gold-rule { margin: 16px 0; }
  .gold-rule-c { margin: 16px auto; }
  /* Reveal animation — shorter travel on mobile */
  .reveal { transform: translateY(14px); }
  /* Content sections padding */
  .content-section { padding: 60px 20px !important; }
}

@media (max-width: 480px) {
  .section-title { font-size: clamp(1.6rem, 8vw, 2.4rem); }
  .btn-gold, .btn-ghost { padding: 12px 22px; font-size: 0.50rem; }
}

