:root{
  --bg:#071017;
  --bg-soft:#0b1620;
  --panel:rgba(10,20,31,.88);
  --panel-strong:rgba(14,27,40,.94);
  --line:rgba(157,191,219,.16);
  --line-strong:rgba(157,191,219,.28);
  --text:#edf4fb;
  --muted:#8da0b4;
  --muted-soft:#b7c7d5;
  --accent:#79e1ca;
  --accent-warm:#ff9f7c;
  --accent-gold:#e6c971;
  --shadow:0 28px 88px rgba(0,0,0,.42);
  --shadow-soft:0 12px 30px rgba(0,0,0,.24);
  --radius:28px;
  --radius-md:20px;
  --radius-sm:16px;
}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{
  min-height:100vh;
  color:var(--text);
  font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;
  line-height:1.6;
  overflow-x:hidden;
  background:
    radial-gradient(circle at 0% 0%, rgba(121,225,202,.16), transparent 32%),
    radial-gradient(circle at 100% 10%, rgba(255,159,124,.15), transparent 30%),
    radial-gradient(circle at 50% 100%, rgba(25,58,87,.34), transparent 36%),
    linear-gradient(180deg, #071017 0%, #09131c 50%, #071017 100%);
  -webkit-font-smoothing:antialiased;
}
body::before{
  content:"";
  position:fixed;
  inset:0;
  pointer-events:none;
  z-index:0;
  background-image:
    linear-gradient(rgba(255,255,255,.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.018) 1px, transparent 1px);
  background-size:4rem 4rem;
  mask-image:linear-gradient(180deg, rgba(0,0,0,.85), rgba(0,0,0,.3) 70%, transparent);
}
body::after{
  content:"";
  position:fixed;
  inset:0;
  pointer-events:none;
  z-index:0;
  opacity:.03;
  background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}
a{
  color:inherit;
  text-decoration:none;
  transition:color .2s, border-color .2s, background .2s, transform .2s, opacity .2s;
}
img,video{display:block;max-width:100%}
main{
  display:grid;
  gap:1.1rem;
}
.page-shell *{
  min-width:0;
}
.page-shell{
  position:relative;
  z-index:1;
  width:min(1180px, calc(100% - 2rem));
  margin:0 auto;
  padding:1.2rem 0 3rem;
}
.site-header{
  position:sticky;
  top:.8rem;
  z-index:20;
  margin-bottom:1rem;
}
.site-header-inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  flex-wrap:wrap;
  gap:1rem;
  row-gap:.8rem;
  padding:.8rem .95rem;
  border:1px solid var(--line);
  border-radius:30px;
  background:rgba(7,16,23,.74);
  backdrop-filter:blur(18px);
  box-shadow:var(--shadow-soft);
}
.brand{
  display:flex;
  align-items:center;
  gap:.8rem;
  flex:0 1 auto;
}
.brand-mark{
  display:grid;
  place-items:center;
  width:2.5rem;
  height:2.5rem;
  border-radius:50%;
  background:linear-gradient(135deg, rgba(121,225,202,.2), rgba(255,159,124,.24));
  border:1px solid rgba(121,225,202,.26);
  color:var(--text);
  font-weight:800;
  letter-spacing:.08em;
}
.brand-text{display:flex;flex-direction:column;line-height:1.1}
.brand-text strong{font-size:.88rem;letter-spacing:.14em}
.brand-text span{color:var(--muted);font-size:.72rem}
.nav-links{
  display:flex;
  align-items:center;
  justify-content:center;
  flex:1 1 22rem;
  gap:.45rem;
  flex-wrap:wrap;
  margin-left:auto;
}
.nav-link,.nav-cta{
  padding:.58rem .88rem;
  border-radius:999px;
  font-size:.84rem;
  border:1px solid transparent;
  white-space:nowrap;
}
.nav-link{color:var(--muted-soft)}
.nav-link:hover,.nav-link.is-active{
  color:var(--text);
  border-color:var(--line-strong);
  background:rgba(255,255,255,.04);
}
.nav-cta{
  color:#071017;
  background:linear-gradient(135deg, var(--accent), #b2f0df);
  font-weight:700;
  flex:0 0 auto;
}
.nav-cta:hover,.btn:hover{transform:translateY(-1px)}
.hero{
  display:grid;
  grid-template-columns:1.25fr .95fr;
  gap:1rem;
  align-items:start;
}
.panel,.card,.metric,.team-card,.process-step,.fact-box{
  border:1px solid var(--line);
  background:linear-gradient(180deg, rgba(255,255,255,.03), rgba(255,255,255,.015)), var(--panel);
  box-shadow:var(--shadow-soft);
}
.panel,.card{border-radius:var(--radius);padding:1.6rem}
.hero-copy{
  min-height:25rem;
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:2rem;
  box-shadow:var(--shadow);
}
.eyebrow,.section-tag{
  display:inline-flex;
  align-items:center;
  gap:.45rem;
  padding:.34rem .75rem;
  border-radius:999px;
  border:1px solid rgba(121,225,202,.26);
  background:rgba(121,225,202,.08);
  color:var(--accent);
  font-size:.74rem;
  font-weight:700;
  letter-spacing:.12em;
  text-transform:uppercase;
}
.section-tag{
  margin-bottom:.9rem;
  color:var(--accent-warm);
  border-color:rgba(255,159,124,.25);
  background:rgba(255,159,124,.08);
}
h1,h2{
  font-family:inherit;
  line-height:1.08;
  letter-spacing:-.04em;
  font-weight:700;
}
h1{
  font-size:clamp(2.25rem, 4.8vw, 3.9rem);
  max-width:14ch;
  margin:.8rem 0 .95rem;
}
.subhero h1{max-width:16ch}
h2{
  font-size:clamp(1.5rem, 2.8vw, 2.25rem);
  margin-top:.2rem;
}
.panel-title{
  font-family:inherit;
  font-size:clamp(1.22rem, 2vw, 1.7rem);
  line-height:1.18;
  letter-spacing:-.04em;
}
.hero-copy p,.subhero p,.section-copy,.panel-copy,.card p,.team-card p,.process-step p,.metric-copy,.frame-caption{
  color:var(--muted-soft);
  line-height:1.68;
}
.hero-copy p,.subhero p,.section-copy,.panel-copy,.card p,.team-card p,.process-step p,.metric-copy,.frame-caption,.bullet-list li,.check-list li{
  overflow-wrap:break-word;
}
.hero-actions,.band-actions,.pill-row,.footer-links,.stack-cloud{display:flex;flex-wrap:wrap;gap:.75rem}
.hero-actions{margin-top:1.5rem}
.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:2.75rem;
  padding:.7rem 1rem;
  border-radius:999px;
  border:1px solid var(--line);
  font-weight:700;
  font-size:.92rem;
}
.btn-primary{
  color:#071017;
  background:linear-gradient(135deg, var(--accent), #bdf1e3);
  border-color:transparent;
}
.btn-ghost{color:var(--text);background:rgba(255,255,255,.02)}
.btn-ghost:hover{background:rgba(255,255,255,.06)}
.hero-note{
  margin-top:1.1rem;
  color:var(--muted);
  max-width:44rem;
}
.hero-side{display:grid;gap:1rem}
.facts-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit, minmax(160px, 1fr));
  gap:.8rem;
}
.fact-box{border-radius:var(--radius-md);padding:1rem}
.fact-box strong,.metric-value,.team-name{display:block}
.fact-box strong{font-size:1rem;margin-bottom:.25rem}
.fact-box span,.team-role{color:var(--muted);font-size:.84rem}
.check-list,.bullet-list{
  list-style:none;
  display:grid;
  gap:.85rem;
  margin-top:1rem;
}
.check-list li{
  display:flex;
  gap:.8rem;
  align-items:flex-start;
  color:var(--muted-soft);
}
.check-mark{
  display:grid;
  place-items:center;
  width:2rem;
  height:2rem;
  border-radius:50%;
  background:rgba(230,201,113,.12);
  color:var(--accent-gold);
  font-size:.73rem;
  font-weight:800;
  flex-shrink:0;
}
.bullet-list li{
  position:relative;
  padding-left:1rem;
  color:var(--muted-soft);
}
.bullet-list li::before{
  content:"";
  position:absolute;
  left:0;
  top:.72rem;
  width:.42rem;
  height:.42rem;
  border-radius:50%;
  background:var(--accent);
}
.metric-strip,.card-grid,.team-grid,.process,.split,.media-layout{display:grid;gap:1rem}
.metric-strip{grid-template-columns:repeat(auto-fit, minmax(180px, 1fr))}
.metric{border-radius:var(--radius-md);padding:1.2rem}
.metric-value{
  font-size:1.55rem;
  font-family:inherit;
  font-weight:700;
  letter-spacing:-.06em;
  margin-bottom:.35rem;
}
.section{margin:0}
.section-head{
  display:flex;
  justify-content:space-between;
  align-items:flex-start;
  flex-wrap:wrap;
  gap:1rem;
  margin-bottom:1rem;
}
.section-copy{max-width:42rem}
.card-grid,.team-grid{grid-template-columns:repeat(auto-fit, minmax(260px, 1fr))}
.card:hover,.team-card:hover,.process-step:hover,.fact-box:hover,.metric:hover{border-color:var(--line-strong)}
.card h3{
  font-size:1.08rem;
  margin-bottom:.65rem;
  letter-spacing:-.03em;
}
.pill,.stack-chip{
  padding:.38rem .65rem;
  border-radius:999px;
  border:1px solid var(--line);
  background:rgba(255,255,255,.03);
  color:var(--muted-soft);
  font-size:.8rem;
}
.split{grid-template-columns:minmax(0, 1.02fr) minmax(0, .98fr)}
.team-card,.process-step{border-radius:var(--radius-md);padding:1.25rem}
.team-role{
  display:block;
  margin-bottom:.45rem;
  letter-spacing:.14em;
  text-transform:uppercase;
}
.team-name{font-size:1.02rem;margin-bottom:.45rem}
.process{grid-template-columns:repeat(auto-fit, minmax(220px, 1fr))}
.process-step span{
  color:var(--accent-gold);
  font-size:.82rem;
  font-weight:800;
  letter-spacing:.12em;
  text-transform:uppercase;
}
.process-step strong{
  display:block;
  margin:.5rem 0 .55rem;
  font-size:1rem;
}
.band{
  display:flex;
  justify-content:space-between;
  align-items:flex-start;
  flex-wrap:wrap;
  gap:1rem;
  padding:1.4rem;
  border-radius:var(--radius);
  border:1px solid rgba(121,225,202,.2);
  background:linear-gradient(135deg, rgba(121,225,202,.09), rgba(255,159,124,.08)), var(--panel-strong);
  box-shadow:var(--shadow);
}
.subhero{margin:0}
.media-layout{
  grid-template-columns:minmax(0, 1.08fr) minmax(0, .92fr);
  align-items:start;
}
.media-frame{padding:1.4rem}
.video-wrap{
  position:relative;
  display:grid;
  aspect-ratio:16/9;
  overflow:hidden;
  border-radius:22px;
  background:#000;
  border:1px solid rgba(255,255,255,.08);
  margin-top:.25rem;
}
.video-wrap video{
  width:100%;
  height:100%;
  object-fit:cover;
}
.player-frame{
  background:#000;
}
.jw-player-slot{
  width:100%;
  height:100%;
}
.player-status{
  margin-top:.8rem;
  padding:.7rem .9rem;
  border-radius:16px;
  border:1px solid rgba(255,159,124,.2);
  background:rgba(255,159,124,.08);
  color:var(--muted-soft);
  line-height:1.6;
}
.inline-link{
  color:var(--accent);
  text-decoration:underline;
  text-underline-offset:.18em;
}
.code-block{
  margin-top:.85rem;
  padding:1rem;
  overflow:auto;
  border-radius:20px;
  border:1px solid rgba(255,255,255,.08);
  background:#081019;
  color:#d4e3ef;
  font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;
  font-size:.82rem;
  line-height:1.6;
}
.footer{
  padding:1.8rem 0 0;
  color:var(--muted);
  text-align:center;
}
.footer-links{justify-content:center;margin-bottom:.7rem}
.footer-links a:hover{color:var(--text)}
.reveal{
  opacity:0;
  transform:translateY(22px);
  transition:opacity .65s cubic-bezier(.22,1,.36,1), transform .65s cubic-bezier(.22,1,.36,1);
}
.reveal.is-visible{
  opacity:1;
  transform:none;
}
@media(max-width:1080px){
  .hero,.split,.media-layout{grid-template-columns:1fr}
  .hero-copy{min-height:auto}
  .nav-links{
    flex-basis:100%;
    justify-content:flex-start;
    margin-left:0;
    order:3;
  }
}
@media(max-width:820px){
  .site-header-inner{
    border-radius:28px;
  }
  .site-header{
    position:static;
  }
  .page-shell{
    width:min(100% - 1.25rem, 1180px);
  }
  .band{flex-direction:column;align-items:flex-start}
  .band-actions{
    width:100%;
  }
  .band-actions .btn{
    flex:1 1 12rem;
  }
}
@media(max-width:640px){
  .page-shell{width:min(100% - 1rem, 1180px)}
  .hero-copy,.panel,.card,.metric,.team-card,.process-step,.fact-box{padding:1.15rem}
  .site-header{top:.5rem}
  h1{font-size:clamp(2rem, 11vw, 3rem)}
  h2{font-size:clamp(1.4rem, 8vw, 2rem)}
  .panel-title{font-size:clamp(1.15rem, 6vw, 1.45rem)}
  .brand{
    width:100%;
  }
  .nav-links,.hero-actions,.band-actions{
    width:100%;
  }
  .btn,.nav-link,.nav-cta{width:100%}
  .code-block{font-size:.76rem}
}
