*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  color:#fff;
  font-family:'Inter',Arial,sans-serif;
  background:
    radial-gradient(circle at top left, rgba(67,120,255,.12), transparent 28%),
    radial-gradient(circle at top right, rgba(125,85,255,.10), transparent 22%),
    linear-gradient(180deg,#040507 0%,#090b10 45%,#040507 100%);
  overflow-x:hidden;
}
.page-glow{
  position:fixed;
  width:460px;height:460px;border-radius:50%;
  filter:blur(120px);pointer-events:none;opacity:.22;z-index:0;
}
.page-glow-left{left:-140px;top:120px;background:#4d7dff}
.page-glow-right{right:-140px;top:260px;background:#9c6cff}
.wrap{width:min(1200px,calc(100% - 24px));margin:0 auto;position:relative;z-index:2}
.topbar{
  position:fixed;top:0;left:0;right:0;z-index:50;
  display:flex;justify-content:space-between;align-items:center;gap:16px;
  padding:14px 18px;
  background:rgba(4,5,7,.62);
  backdrop-filter:blur(14px);
  border-bottom:1px solid rgba(255,255,255,.08);
}
.brand{font-size:.9rem;font-weight:900;letter-spacing:.16em;white-space:nowrap}
.nav{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end}
.nav-btn,.btn{
  display:inline-flex;align-items:center;justify-content:center;
  min-height:44px;padding:0 16px;border-radius:999px;text-decoration:none;
  font-weight:800;letter-spacing:.05em;transition:transform .25s ease,background .25s ease,box-shadow .25s ease,border-color .25s ease
}
.nav-btn{
  color:#fff;border:1px solid rgba(255,255,255,.16);
  background:rgba(255,255,255,.04);font-size:.76rem
}
.nav-btn:hover,.btn:hover{transform:translateY(-2px)}
.nav-book,.btn-solid{
  background:#fff;color:#07090d;box-shadow:0 14px 30px rgba(255,255,255,.08)
}
.hero{
  position:relative;min-height:100svh;overflow:hidden;display:flex;align-items:center
}
.hero-bg{
  position:absolute;inset:0;background:url('assets/hero.jpg') center center/cover no-repeat;
  transform:scale(1.05);
}
.hero-overlay{
  position:absolute;inset:0;
  background:
    linear-gradient(180deg,rgba(0,0,0,.58) 0%,rgba(0,0,0,.42) 36%,rgba(0,0,0,.86) 100%),
    radial-gradient(circle at center, rgba(67,120,255,.10), transparent 42%);
}
.hero-grid{
  position:relative;z-index:2;
  display:grid;grid-template-columns:1.12fr .88fr;gap:22px;align-items:center;
  padding-top:96px
}
.eyebrow{margin:0 0 12px;font-size:.78rem;font-weight:800;letter-spacing:.18em;color:#d9e2f4}
h1{
  margin:0;font-size:clamp(3.2rem,9vw,7rem);line-height:.9;
  letter-spacing:-.05em;text-shadow:0 10px 36px rgba(0,0,0,.45)
}
.hero-sub{
  margin:16px 0 0;max-width:720px;
  font-size:clamp(1rem,1.9vw,1.16rem);font-weight:700;letter-spacing:.06em;color:#eef2fa
}
.hero-proof{
  margin:16px 0 0;
  color:#d6dff2;
  font-weight:700;
  line-height:1.7;
  font-size:1.02rem;
}
.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:30px}
.btn{min-height:52px;padding:0 24px}
.btn-ghost{color:#fff;border:1px solid rgba(255,255,255,.24);background:rgba(255,255,255,.06)}
.portrait-card,.card,.cta-card,.video-card,.stat-card{
  border:1px solid rgba(255,255,255,.10);
  background:linear-gradient(180deg,rgba(255,255,255,.08),rgba(255,255,255,.04));
  box-shadow:0 20px 45px rgba(0,0,0,.22)
}
.portrait-card{
  border-radius:28px;padding:12px;justify-self:end;width:min(420px,100%);
  backdrop-filter:blur(8px)
}
.portrait-card img{
  display:block;width:100%;aspect-ratio:1/1;object-fit:cover;border-radius:22px
}
.section{padding:78px 0 0}
.stats-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:20px;
}
.stat-card{
  text-align:center;
  padding:40px 22px;
  border-radius:28px;
  transition:transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.stat-card:hover,.card:hover,.video-card:hover{
  transform:translateY(-4px);
  border-color:rgba(255,255,255,.18);
  box-shadow:0 24px 54px rgba(0,0,0,.28);
}
.stat-number{
  font-size:clamp(2.8rem,5vw,4.7rem);
  font-weight:900;
  letter-spacing:-.04em;
  line-height:1;
}
.stat-label{
  margin-top:12px;
  color:#d4dcf0;
  letter-spacing:.16em;
  font-size:.84rem;
  font-weight:700;
}
.section-head{text-align:center;margin-bottom:22px}
.section-head h2{margin:8px 0 0;font-size:clamp(2rem,5vw,3.4rem);letter-spacing:-.04em}
.card{border-radius:24px;transition:transform .25s ease, box-shadow .25s ease, border-color .25s ease}
.video-card{
  display:grid;grid-template-columns:1.18fr .82fr;overflow:hidden;color:#fff;text-decoration:none;
  border-radius:24px
}
.video-thumb{
  min-height:320px;background:url('assets/video_thumb.jpg') center center/cover no-repeat
}
.video-copy{
  display:flex;flex-direction:column;justify-content:center;align-items:flex-start;
  padding:28px
}
.watch-pill{
  display:inline-flex;align-items:center;justify-content:center;
  min-height:46px;padding:0 18px;border-radius:999px;
  background:#fff;color:#07090d;font-weight:900;letter-spacing:.05em
}
.video-copy p{margin:16px 0 0;font-size:1.05rem;color:#e9eef9;line-height:1.6}
.why-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}
.why-box{padding:24px 20px;text-align:center;font-size:1.02rem;font-weight:700;line-height:1.5}
.network-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.network-card{padding:24px 22px}
.network-card h3{margin:0 0 12px;font-size:1.05rem;letter-spacing:.03em}
.network-card p{margin:0;color:#dbe4f7;line-height:1.7}
.music-grid{display:grid;grid-template-columns:.92fr 1.08fr;gap:14px}
.music-copy,.music-player{padding:22px}
.music-copy ul{margin:0;padding-left:22px}
.music-copy li{margin:0 0 12px;line-height:1.6;font-weight:700}
.record-line{
  margin-top:14px;padding-top:14px;border-top:1px solid rgba(255,255,255,.10);
  color:#d9e2f4;font-weight:700
}
.music-player iframe{display:block;border:0;border-radius:18px}
.gallery-grid{display:grid;grid-template-columns:1fr 1fr 1fr;grid-auto-rows:240px;gap:14px}
.gallery-card{
  border-radius:22px;border:1px solid rgba(255,255,255,.08);
  background-size:cover;background-position:center center;min-height:240px;
  transition:transform .28s ease, box-shadow .28s ease, border-color .28s ease
}
.gallery-card:hover{
  transform:translateY(-4px);
  border-color:rgba(255,255,255,.18);
  box-shadow:0 24px 54px rgba(0,0,0,.28);
}
.gallery-card.tall{grid-row:span 2}
.gallery-card.wide{grid-column:span 2}
.cta-section{padding-bottom:72px}
.cta-card{
  border-radius:28px;padding:34px 22px;text-align:center;
  background:
    radial-gradient(circle at top center, rgba(0,153,255,.14), transparent 35%),
    linear-gradient(180deg,rgba(255,255,255,.07),rgba(255,255,255,.04))
}
.cta-card h2{margin:8px 0 18px;font-size:clamp(1.8rem,4vw,3rem);letter-spacing:-.04em}
.email{color:#fff;text-decoration:none;font-size:clamp(1.1rem,2.6vw,1.8rem);font-weight:900;letter-spacing:-.03em}
.reveal{
  opacity:0;
  transform:translateY(18px);
  transition:opacity .8s ease, transform .8s ease;
}
.reveal.visible{
  opacity:1;
  transform:translateY(0);
}
@media (max-width:1100px){
  .topbar{align-items:flex-start}
  .nav{justify-content:flex-start}
  .hero-grid{grid-template-columns:1fr}
  .portrait-card{justify-self:start;width:min(360px,100%)}
  .network-grid{grid-template-columns:1fr}
}
@media (max-width:820px){
  .stats-grid,.why-grid,.music-grid,.gallery-grid{grid-template-columns:1fr}
  .gallery-card.tall,.gallery-card.wide{grid-row:auto;grid-column:auto}
  .video-card{grid-template-columns:1fr}
  .video-thumb{min-height:260px}
}
@media (max-width:680px){
  .topbar{padding:12px 10px}
  .nav{gap:8px}
  .nav-btn{min-height:38px;padding:0 12px;font-size:.7rem}
  .wrap{width:min(1200px,calc(100% - 16px))}
  .hero-grid{padding-top:124px}
}


/* Final polish refinements */
.video-copy p{
  font-weight:700;
}

.balanced-network{
  grid-template-columns: repeat(3, 1fr);
  align-items: stretch;
}

.network-card{
  display:flex;
  flex-direction:column;
  justify-content:center;
  min-height: 220px;
  text-align:center;
}

.network-card h3{
  font-weight:800;
  letter-spacing:.05em;
  font-size:1rem;
  margin:0 0 14px;
}

.network-card p{
  font-weight:600;
  line-height:1.9;
  margin:0;
}

@media (max-width:1100px){
  .balanced-network{
    grid-template-columns:1fr;
  }
  .network-card{
    min-height:auto;
  }
}


.video-embed{
  position:relative;
  width:100%;
  padding-bottom:56.25%;
  border-radius:24px;
  overflow:hidden;
  box-shadow:0 20px 60px rgba(0,0,0,0.4);
  border:1px solid rgba(255,255,255,.10);
  background:linear-gradient(180deg,rgba(255,255,255,.08),rgba(255,255,255,.04));
}
.video-embed iframe{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  border:0;
}
.network-card p{
  min-height: 72px;
  display:flex;
  align-items:center;
  justify-content:center;
}

.network-card p{
  letter-spacing:0.02em;
}


/* Minimal logo hero patch */
.hero-logo{
  margin: 6px 0 18px;
}
.hero-logo img{
  display:block;
  width:min(100%, 520px);
  height:auto;
  background:transparent;
}
@media (max-width:820px){
  .hero-logo img{
    width:min(100%, 340px);
  }
}


/* Cleanup fix */
.hero-copy{
  max-width: 760px;
}
.hero-logo{
  margin: 0 0 14px;
}
.hero-logo img{
  width: min(100%, 380px) !important;
  max-width: 380px !important;
  height: auto;
  display: block;
}
.hero-proof{
  margin-top: 10px !important;
  font-size: 1.02rem;
  line-height: 1.5 !important;
}
.hero-sub{
  margin-top: 18px !important;
  font-size: 1.18rem !important;
  line-height: 1.25 !important;
  max-width: 700px;
}
.record-line{
  line-height: 1.35 !important;
}
.record-line-main,
.record-line-sub{
  display:block;
}
.record-line-main{
  margin-bottom: 6px;
}
@media (max-width: 820px){
  .hero-logo img{
    width: min(100%, 280px) !important;
    max-width: 280px !important;
  }
  .hero-proof{
    font-size: .95rem;
  }
  .hero-sub{
    font-size: 1.02rem !important;
  }
}


/* FINAL HERO IMPROVEMENT */
.hero-logo img{
  width: min(100%, 300px) !important;
  max-width: 300px !important;
}
.hero-logo{
  margin-bottom: 22px !important;
}
.hero-proof{
  margin-top: 6px !important;
}

.record-line{
  margin-top: 14px !important;
}
.record-line-main{
  font-weight: 600;
}
.record-line-sub{
  font-size: 0.92em;
  opacity: 0.85;
}


/* NEXT LEVEL PREMIUM MOTION */
.hero-bg{
  animation: heroZoom 20s ease-in-out infinite alternate;
}

@keyframes heroZoom {
  0% { transform: scale(1.03); }
  100% { transform: scale(1.08); }
}

.hero-logo img{
  animation: logoPulse 4s ease-in-out infinite;
}

@keyframes logoPulse {
  0%, 100% { filter: drop-shadow(0 14px 34px rgba(255,255,255,.08)); }
  50% { filter: drop-shadow(0 18px 40px rgba(255,255,255,.18)); }
}

.hero-copy{
  animation: fadeInUp 1s ease forwards;
  opacity: 0;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.btn-primary,
.btn-secondary,
.nav-btn,
.network-card,
.music-copy,
.music-player,
.video-card,
.cta-card,
.portrait-card,
.gallery-card{
  transition: transform .3s ease, box-shadow .3s ease, background .3s ease, border-color .3s ease;
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(255,255,255,.2);
}

.btn-secondary:hover {
  background: rgba(255,255,255,.12);
  transform: translateY(-2px);
}

.nav-btn:hover,
.network-card:hover,
.music-copy:hover,
.music-player:hover,
.video-card:hover,
.cta-card:hover,
.portrait-card:hover,
.gallery-card:hover{
  transform: translateY(-4px);
  box-shadow: 0 24px 54px rgba(0,0,0,.28);
}


/* SEO support */
.seo-h1{
  position:absolute !important;
  width:1px;height:1px;
  padding:0;margin:-1px;
  overflow:hidden;clip:rect(0,0,0,0);
  white-space:nowrap;border:0;
}
.hero-seo-note{
  margin-top:12px;
  color:#d7e0f2;
  font-weight:600;
  line-height:1.6;
}
.booking-note{
  margin:0 0 14px;
  color:#d7e0f2;
  line-height:1.6;
}

.global-proof{
  margin-top:8px;
  font-weight:600;
  color:#d7e0f2;
  opacity:0.9;
}


/* FINAL 10/10 POLISH */

.hero-copy{
  max-width: 720px;
}

.hero-proof{
  font-weight: 600;
  opacity: 0.95;
}

.global-proof{
  margin-top:10px;
  font-weight:600;
  opacity:0.9;
}

.hero-promise{
  margin-top:10px;
  font-weight:700;
  font-size:1.05rem;
  color:#ffffff;
}

.hero-logo img{
  filter: drop-shadow(0 18px 40px rgba(255,255,255,.18));
}

.btn-primary{
  box-shadow:0 10px 30px rgba(255,255,255,.12);
}

.btn-primary:hover{
  box-shadow:0 16px 40px rgba(255,255,255,.22);
}

.section-head h2{
  line-height:1.1;
}

.record-line{
  margin-top:18px !important;
}

.record-line-main{
  font-weight:700;
}

.record-line-sub{
  opacity:0.85;
}

.network-card,
.music-copy,
.video-card{
  backdrop-filter: blur(10px);
}


/* Final consistency fix */
.hero-proof{
  margin-top:10px !important;
  font-weight:700;
  opacity:.95;
  line-height:1.55 !important;
}
.hero-proof-secondary{
  color:#d7e0f2;
  font-size:1rem;
  font-weight:600;
}
.what-booking-proof{
  font-weight:700 !important;
  line-height:1.6 !important;
}
@media (max-width:820px){
  .hero-proof-secondary{
    font-size:.95rem;
  }
}

/* centered adaptability box */
.crowd-reading-wrap{
  display:flex;
  justify-content:center;
  margin-top:18px;
}
.crowd-reading-box{
  max-width:420px;
  text-align:center;
  font-weight:600;
}

.crowd-reading-wrap{
  display:flex;
  justify-content:center;
  margin-top:24px;
}
.crowd-reading-box{
  max-width:500px;
  text-align:center;
  font-weight:700;
  opacity:1;
  border:1px solid rgba(255,255,255,0.08);
}


.crowd-reading-wrap{
  display:flex !important;
  justify-content:center !important;
  margin-top:20px !important;
}
.crowd-reading-box{
  max-width:520px !important;
  text-align:center !important;
  font-weight:700 !important;
}


/* FINAL MICRO-FIX (one-line adaptability box) */
.crowd-reading-box{
  max-width:700px;
  font-size:0.95rem;
  white-space:nowrap;
}

@media (max-width:768px){
  .crowd-reading-box{
    white-space:normal;
  }
}


/* Manual cleanup fix */
.hero-copy{
  max-width: 760px;
}
.hero-logo img{
  width:min(100%, 380px) !important;
  max-width:380px !important;
  height:auto;
  display:block;
}
.hero-proof-secondary{
  color:#d7e0f2;
  font-size:1rem;
  font-weight:600;
}
.why-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:18px;
}
.crowd-reading-wrap{
  display:flex;
  justify-content:center;
  margin-top:20px;
}
.crowd-reading-box{
  max-width:700px;
  font-size:0.95rem;
  white-space:nowrap;
  text-align:center;
  font-weight:700;
}
.music-copy ul{
  margin:0;
  padding-left:22px;
}
.music-copy li{
  margin:0 0 12px;
  line-height:1.6;
  font-weight:700;
}
@media (max-width:820px){
  .crowd-reading-box{
    white-space:normal;
  }
}


/* Typography upgrade on MANUAL_CLEAN_FIX */
body{
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.eyebrow{
  letter-spacing: .15em !important;
  text-transform: uppercase;
  font-weight: 800 !important;
}

.section-head h2{
  font-weight: 900 !important;
  letter-spacing: -0.03em !important;
  line-height: 1.02 !important;
}

.hero-proof{
  font-weight: 750 !important;
  letter-spacing: 0.012em !important;
}

.hero-proof-secondary{
  font-weight: 620 !important;
  letter-spacing: 0.025em !important;
}

.hero-sub{
  font-weight: 700 !important;
  letter-spacing: 0.01em !important;
}

.why-box{
  font-weight: 700 !important;
  letter-spacing: 0.01em !important;
}

.network-card h3{
  font-weight: 850 !important;
  letter-spacing: 0.055em !important;
}

.network-card p{
  font-weight: 620 !important;
  letter-spacing: 0.01em !important;
}

.music-copy li{
  font-weight: 720 !important;
  letter-spacing: 0.006em !important;
}

.record-line,
.record-line-main,
.record-line-sub{
  letter-spacing: 0.012em !important;
}

.watch-pill,
.btn,
.btn-primary,
.btn-secondary,
.nav-btn{
  font-weight: 850 !important;
  letter-spacing: 0.075em !important;
  text-transform: uppercase;
}

.email{
  letter-spacing: -0.02em !important;
}

@media (max-width: 820px){
  .section-head h2{
    line-height: 1.06 !important;
  }
}


/* Cleaner darker SoundCloud presentation */
.music-player{
  background:#0a0a0a;
  padding:12px;
  border-radius:18px;
}
.music-player iframe{
  display:block;
  border:0;
  border-radius:12px;
}



.booking-cta{
  margin:8px 0 6px;
  font-weight:600;
  letter-spacing:0.03em;
  text-transform:none;
  color:rgba(255,255,255,0.8);
}
