:root{--navy:#19365f;--ink:#111927;--cyan:#18aee4;--paper:#f6f8fb;--muted:#6f7b89;--white:#fff;--line:rgba(25,54,95,.15)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:#fff}a{color:inherit;text-decoration:none}.wrap{width:min(1180px,calc(100% - 40px));margin:0 auto}
.site-header{position:fixed;inset:0 0 auto 0;z-index:50;display:flex;align-items:center;justify-content:space-between;padding:16px max(20px,calc((100vw - 1180px)/2));background:rgba(255,255,255,.86);backdrop-filter:blur(16px);border-bottom:1px solid rgba(25,54,95,.08)}
.brand{display:flex;align-items:center;gap:12px;font-weight:800;letter-spacing:.15em;color:var(--navy)}.brand img{width:52px;height:40px;object-fit:contain}.site-nav{display:flex;gap:28px;align-items:center;font-size:14px}.site-nav a{opacity:.82}.site-nav a:hover{opacity:1}.nav-cta{padding:10px 16px;border:1px solid var(--navy);border-radius:999px}.nav-toggle{display:none;border:0;background:none;font:inherit;color:var(--navy)}
.hero{min-height:92vh;position:relative;display:grid;align-items:end;overflow:hidden}.hero-bg{position:absolute;inset:0;background:url('/assets/hero-stage.png') center 58%/cover no-repeat;transform:scale(1.01)}.hero-scrim{position:absolute;inset:0;background:linear-gradient(90deg,rgba(8,18,32,.96) 0%,rgba(8,18,32,.78) 32%,rgba(8,18,32,.12) 68%,rgba(8,18,32,.08) 100%),linear-gradient(0deg,rgba(8,18,32,.72) 0%,rgba(8,18,32,0) 55%)}.hero-content{position:relative;z-index:2;color:white;padding:180px 0 78px}
.eyebrow,.section-kicker{font-size:12px;font-weight:800;letter-spacing:.18em;text-transform:uppercase;color:var(--cyan)}.hero h1,.intro h2,.approach h2,.experience h2,.hard-thing h2,.contact h2{margin:16px 0 0;line-height:.98;letter-spacing:-.035em;font-weight:800}.hero h1{font-size:clamp(54px,7vw,96px);max-width:900px}.hero h1 span,.intro h2 span,.approach h2 span,.experience h2 span,.hard-thing h2 span{color:var(--cyan)}
.hero-copy{max-width:700px;font-size:21px;line-height:1.6;color:rgba(255,255,255,.82);margin:24px 0 0}.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:30px}.button{display:inline-flex;align-items:center;justify-content:center;padding:14px 20px;border-radius:999px;font-weight:800;font-size:14px}.button-primary{background:var(--cyan);color:#06243a}.button-ghost{border:1px solid rgba(255,255,255,.55);color:white}.hero-meta{display:flex;gap:28px;margin-top:30px;color:rgba(255,255,255,.62);font-size:13px}
.intro{padding:110px 0}.intro-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:80px;align-items:end}.intro h2{font-size:clamp(44px,5vw,72px);color:var(--navy)}.intro p{font-size:20px;line-height:1.7;color:var(--muted);margin:0}
.services{background:var(--paper);padding:100px 0}.service-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:28px}.service-card{background:white;border:1px solid var(--line);border-radius:22px;padding:28px;min-height:300px;transition:.25s}.service-card:hover{transform:translateY(-5px);box-shadow:0 18px 50px rgba(17,25,39,.08)}.service-num{font-size:12px;font-weight:900;color:var(--cyan)}.service-card h3{font-size:26px;line-height:1.05;color:var(--navy);margin:42px 0 18px}.service-card p{font-size:16px;line-height:1.6;color:var(--muted)}
.approach{background:var(--navy);color:white;padding:110px 0}.approach-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:80px}.section-kicker.light{color:#86dcff}.approach h2{font-size:clamp(46px,5vw,72px)}.approach-copy p{font-size:20px;line-height:1.7;color:rgba(255,255,255,.78);margin:0}.flow{display:flex;flex-wrap:wrap;align-items:center;gap:12px;margin-top:34px}.flow span{border:1px solid rgba(255,255,255,.28);padding:12px 14px;border-radius:999px;font-size:13px}.flow b{color:var(--cyan)}
.experience{padding:110px 0}.experience-head{display:flex;justify-content:space-between;gap:40px;align-items:flex-end}.experience h2{font-size:clamp(48px,5vw,76px);color:var(--navy)}.experience-head p{color:var(--muted);font-weight:700}.experience-list{margin-top:54px;padding-top:34px;border-top:1px solid var(--line);display:grid;grid-template-columns:repeat(3,1fr);gap:22px 40px}.experience-list span{font-size:27px;font-weight:800;color:var(--navy)}
.hard-thing{color:white;padding:110px 0;background:linear-gradient(90deg,rgba(8,18,32,.96),rgba(8,18,32,.72)),url('/assets/hero-stage.png') center 70%/cover no-repeat}.hard-grid{display:grid;grid-template-columns:1fr 1fr;gap:90px;align-items:end}.hard-thing h2{font-size:clamp(48px,5vw,76px)}.hard-copy p{font-size:20px;line-height:1.7;color:rgba(255,255,255,.78)}
.contact{padding:100px 0}.contact-card{border:1px solid var(--line);border-radius:26px;padding:42px;display:grid;grid-template-columns:.7fr 1.2fr .8fr;gap:40px;align-items:center;background:linear-gradient(135deg,#fff,#f7f9fc)}.contact-logo{width:150px}.produced-by{margin-top:18px;font-size:12px;letter-spacing:.18em;color:var(--muted)}.produced-by strong{color:var(--navy)}.contact h2{font-size:46px;color:var(--navy)}.contact-links{display:grid;gap:13px;font-weight:700;color:var(--navy)}
.site-footer{border-top:1px solid var(--line);padding:28px 0;color:var(--muted);font-size:13px}.footer-grid{display:flex;justify-content:space-between;gap:20px}
@media(max-width:900px){.site-nav{display:none;position:absolute;top:72px;left:16px;right:16px;background:white;border:1px solid var(--line);border-radius:16px;padding:18px;flex-direction:column;align-items:flex-start}.site-nav.open{display:flex}.nav-toggle{display:block}.hero{min-height:88vh}.hero-scrim{background:linear-gradient(90deg,rgba(8,18,32,.95),rgba(8,18,32,.60))}.intro-grid,.approach-grid,.hard-grid,.contact-card{grid-template-columns:1fr;gap:34px}.service-grid{grid-template-columns:1fr 1fr}.experience-head{display:block}.experience-list{grid-template-columns:1fr 1fr}}
@media(max-width:620px){.wrap{width:min(100% - 28px,1180px)}.hero-content{padding-top:150px}.hero h1{font-size:54px}.hero-copy{font-size:18px}.hero-meta{flex-direction:column;gap:8px}.service-grid{grid-template-columns:1fr}.experience-list{grid-template-columns:1fr}.footer-grid{flex-direction:column}}

.logo-wall{margin-top:54px;padding-top:34px;border-top:1px solid var(--line);display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.logo-cell{height:150px;border:1px solid var(--line);border-radius:18px;display:flex;align-items:center;justify-content:center;text-align:center;padding:25px;background:#fff;color:var(--navy);font-size:28px;font-weight:800}.logo-cell img{max-width:78%;max-height:88px;object-fit:contain}.logo-cell small{display:block;font-size:9px;letter-spacing:.14em;margin-top:5px}.coachella{font-family:Georgia,serif;font-style:italic}.telluride,.blues{font-size:19px;line-height:1.05}.telluride b,.blues b{color:var(--cyan)}.summerfest{letter-spacing:.04em}.wakarusa{color:#4b9c48;font-size:33px}.langerado{letter-spacing:.05em}.experience-close{text-align:center;margin:38px 0 0;color:var(--muted);font-size:17px}.experience-close strong{color:var(--navy)}.alchemy{position:relative;overflow:hidden;background:radial-gradient(circle at 18% 50%,rgba(24,174,228,.22),transparent 27%),linear-gradient(135deg,#081526,#19365f 65%,#102b4d);color:#fff;padding:110px 0}.alchemy:after{content:"";position:absolute;width:460px;height:460px;border:1px solid rgba(134,220,255,.13);border-radius:50%;right:-120px;top:-150px;box-shadow:0 0 0 70px rgba(134,220,255,.03),0 0 0 140px rgba(134,220,255,.02)}.alchemy-grid{position:relative;z-index:2;display:grid;grid-template-columns:.9fr 1.1fr;gap:90px;align-items:center}.alchemy-visual{display:grid;grid-template-columns:1fr auto;gap:14px 18px;align-items:center}.alchemy-visual span{border:1px solid rgba(255,255,255,.24);border-radius:999px;padding:17px 20px;text-align:center;font-size:13px;font-weight:900;letter-spacing:.13em}.alchemy-visual i{font-style:normal;color:var(--cyan);font-size:24px;font-weight:900}.alchemy-copy h2{font-size:clamp(54px,6vw,88px);line-height:.95;letter-spacing:-.045em;margin:16px 0 0}.alchemy-copy h2 span{color:var(--cyan)}.alchemy-copy p{font-size:21px;line-height:1.65;color:rgba(255,255,255,.76);max-width:650px}.alchemy-line{margin-top:28px;font-size:12px;letter-spacing:.13em;color:rgba(255,255,255,.62)}.alchemy-line strong{color:#86dcff}@media(max-width:900px){.logo-wall{grid-template-columns:1fr 1fr}.alchemy-grid{grid-template-columns:1fr;gap:45px}}@media(max-width:620px){.logo-wall{grid-template-columns:1fr}.alchemy-visual{grid-template-columns:1fr}.alchemy-visual i{text-align:center}}

/* V3 */
.contact-card{grid-template-columns:.62fr 1.35fr .75fr;padding:52px}
.contact-message h2 span{color:var(--cyan)}
.contact-message p{max-width:620px;margin:20px 0 0;color:var(--muted);font-size:17px;line-height:1.65}
.contact-links{align-content:center}
.contact-button{background:var(--navy);color:#fff;width:max-content;margin-bottom:6px}
.contact-links>a:not(.button){border-bottom:1px solid transparent;width:max-content}
.contact-links>a:not(.button):hover{border-bottom-color:var(--cyan)}
@media(max-width:900px){.contact-card{grid-template-columns:1fr}}


/* V7 — selected experience logo wall */
.logo-wall{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:18px;
  margin-top:34px;
}
.logo-wall .logo-cell{
  min-height:150px;
  padding:24px 26px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#fff;
  border:1px solid rgba(20,34,55,.08);
  border-radius:4px;
  overflow:hidden;
}
.brand-logo{
  display:block;
  width:auto;
  height:auto;
  max-width:88%;
  max-height:92px;
  object-fit:contain;
}
.coachella-logo{max-width:82%;max-height:82px}
.planet-logo{max-height:108px}
.blues-logo{max-width:94%;max-height:96px}
.summerfest-logo{max-width:72%;max-height:78px}
.wakarusa-logo{max-width:90%;max-height:92px}
.grandam-logo{max-width:82%;max-height:96px}
.axs-logo{max-width:76%;max-height:78px}
.hdnet-logo{max-width:72%;max-height:78px}
.dark-logo-cell{background:#090b10 !important}
.wide-close-logo{max-width:94%;max-height:86px}
.experience-disclaimer{
  max-width:940px;
  margin:22px auto 0;
  text-align:center;
  font-size:11px;
  line-height:1.55;
  color:rgba(20,34,55,.58);
}
@media(max-width:980px){
  .logo-wall{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media(max-width:720px){
  .logo-wall{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:480px){
  .logo-wall{grid-template-columns:1fr}
}


/* V8 logo refinements */
.gaia-logo{max-width:64%;max-height:72px}
.wide-close-logo{max-width:84%;max-height:74px}


/* V10 — Produced by JDP signature */
.produced-signature{
  margin-top:40px;
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap:5px;
}
.produced-mark{
  font-size:14px;
  line-height:1;
  letter-spacing:.16em;
  font-weight:700;
  text-transform:uppercase;
}
.produced-domain{
  font-size:13px;
  letter-spacing:.04em;
  opacity:.76;
}
.produced-line{
  font-size:12px;
  letter-spacing:.05em;
  opacity:.56;
}
@media(max-width:720px){
  .produced-signature{align-items:flex-start;margin-top:30px}
}


/* V11 — premium motion + depth */
.site-header{
  transition:background .28s ease, box-shadow .28s ease, border-color .28s ease;
}
.site-header.scrolled{
  background:rgba(255,255,255,.95);
  box-shadow:0 10px 40px rgba(8,18,32,.08);
  border-bottom-color:rgba(25,54,95,.12);
}
.hero-bg{
  animation:heroPush 18s ease-out both;
  will-change:transform;
}
@keyframes heroPush{
  from{transform:scale(1.01)}
  to{transform:scale(1.075)}
}
.hero:after{
  content:"";
  position:absolute;
  inset:auto -10% 0 -10%;
  height:1px;
  background:linear-gradient(90deg,transparent,rgba(134,220,255,.8),transparent);
  opacity:.7;
  z-index:3;
}
.hero-content .eyebrow{
  position:relative;
  display:inline-block;
}
.hero-content .eyebrow:after{
  content:"";
  display:block;
  width:64px;
  height:2px;
  margin-top:14px;
  background:linear-gradient(90deg,var(--cyan),transparent);
}
.button{
  transition:transform .2s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease;
}
.button:hover{
  transform:translateY(-2px);
}
.button-primary:hover{
  box-shadow:0 10px 30px rgba(24,174,228,.24);
}
.nav-cta:hover{
  background:var(--navy);
  color:#fff;
}
.service-card{
  position:relative;
  overflow:hidden;
}
.service-card:before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(120deg,transparent 20%,rgba(24,174,228,.08) 50%,transparent 80%);
  transform:translateX(-120%);
  transition:transform .7s ease;
  pointer-events:none;
}
.service-card:hover:before{transform:translateX(120%)}

.signal-line{
  height:2px;
  margin:32px 0 4px;
  overflow:hidden;
  background:rgba(255,255,255,.12);
  position:relative;
}
.signal-line span{
  position:absolute;
  inset:0 auto 0 -35%;
  width:35%;
  background:linear-gradient(90deg,transparent,#86dcff,transparent);
  animation:signalSweep 4.8s ease-in-out infinite;
}
@keyframes signalSweep{
  0%,15%{left:-35%}
  70%,100%{left:100%}
}

.logo-cell{
  transition:transform .24s ease, box-shadow .24s ease, border-color .24s ease;
}
.logo-cell:hover{
  transform:translateY(-4px);
  border-color:rgba(24,174,228,.26);
  box-shadow:0 16px 38px rgba(17,25,39,.07);
}
.logo-cell img{
  transition:transform .24s ease;
}
.logo-cell:hover img{transform:scale(1.035)}

.alchemy:before{
  content:"";
  position:absolute;
  width:42%;
  height:220%;
  top:-60%;
  left:-55%;
  transform:rotate(18deg);
  background:linear-gradient(90deg,transparent,rgba(134,220,255,.07),transparent);
  animation:alchemyBeam 9s ease-in-out infinite;
}
@keyframes alchemyBeam{
  0%,18%{left:-55%}
  72%,100%{left:120%}
}

.hard-thing{
  background-attachment:fixed;
}
.produced-mark{
  position:relative;
  padding-bottom:9px;
}
.produced-mark:after{
  content:"";
  position:absolute;
  left:0;
  bottom:0;
  width:42px;
  height:2px;
  background:var(--cyan);
}

/* reveal system */
.reveal-section,
.reveal-item{
  opacity:0;
  transform:translateY(20px);
}
.reveal-section.is-visible{
  opacity:1;
  transform:none;
  transition:opacity .7s ease, transform .7s cubic-bezier(.2,.7,.2,1);
}
.reveal-item.is-visible{
  opacity:1;
  transform:none;
  transition:opacity .55s ease var(--delay,0ms), transform .55s cubic-bezier(.2,.7,.2,1) var(--delay,0ms);
}

@media(max-width:900px){
  .hard-thing{background-attachment:scroll}
}
@media(prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  .hero-bg,.signal-line span,.alchemy:before{animation:none !important}
  .reveal-section,.reveal-item{opacity:1 !important;transform:none !important}
  *,*:before,*:after{transition-duration:.01ms !important;animation-duration:.01ms !important;animation-iteration-count:1 !important}
}


/* V12 — Selected Experience becomes a quiet, near-footer proof strip */
.experience{
  padding-top:56px !important;
  padding-bottom:38px !important;
  border-top:1px solid rgba(20,34,55,.08);
}
.experience-quiet-head{
  max-width:760px;
  margin:0 auto 20px;
  text-align:center;
}
.experience-quiet-head .section-kicker{
  font-size:10px;
  letter-spacing:.18em;
  opacity:.58;
  margin-bottom:10px;
}
.experience-quiet-line{
  margin:0;
  font-size:13px;
  line-height:1.6;
  color:rgba(20,34,55,.62);
}
.experience .logo-wall{
  max-width:860px;
  margin:22px auto 0;
  gap:10px;
}
.experience .logo-wall .logo-cell{
  min-height:74px;
  padding:12px 14px;
  border-color:rgba(20,34,55,.055);
  border-radius:3px;
  box-shadow:none;
}
.experience .brand-logo{
  max-width:70%;
  max-height:46px;
  opacity:.86;
}
.experience .coachella-logo{max-width:64%;max-height:40px}
.experience .planet-logo{max-height:54px}
.experience .blues-logo{max-width:76%;max-height:48px}
.experience .summerfest-logo{max-width:56%;max-height:40px}
.experience .wakarusa-logo{max-width:70%;max-height:46px}
.experience .grandam-logo{max-width:64%;max-height:48px}
.experience .axs-logo{max-width:58%;max-height:40px}
.experience .hdnet-logo{max-width:56%;max-height:40px}
.experience .gaia-logo{max-width:48%;max-height:34px}
.experience .wide-close-logo{max-width:66%;max-height:38px}
.experience .logo-cell:hover{
  transform:none;
  border-color:rgba(20,34,55,.08);
  box-shadow:none;
}
.experience .logo-cell:hover img{transform:none}
.experience-close-quiet{
  margin-top:18px !important;
  font-size:12px !important;
  color:rgba(20,34,55,.52) !important;
  text-align:center;
}
.experience-disclaimer{
  max-width:820px;
  margin:12px auto 0;
  font-size:9px;
  line-height:1.5;
  color:rgba(20,34,55,.40);
}
@media(max-width:720px){
  .experience{padding-top:42px !important;padding-bottom:30px !important}
  .experience .logo-wall{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media(max-width:520px){
  .experience .logo-wall{grid-template-columns:repeat(2,minmax(0,1fr))}
}

/* V13 — MTV replaces Planet Bluegrass */
.experience .mtv-logo{max-width:48%;max-height:50px}


/* V14 — stronger Selected Experience title + optical logo balance */
.experience-quiet-head .section-kicker{
  font-size:15px;
  line-height:1.2;
  letter-spacing:.18em;
  font-weight:700;
  opacity:.78;
  margin-bottom:16px;
}

/* Bring these visually up to approximately the same optical weight as Gaia. */
.experience .coachella-logo{
  max-width:78%;
  max-height:54px;
}
.experience .gaiasphere-logo{
  max-width:76%;
  max-height:58px;
}
.experience .summerfest-logo{
  max-width:72%;
  max-height:58px;
}
.experience .etown-logo{
  max-width:72%;
  max-height:60px;
}
