
:root{--bg:#060606;--panel:#0c0c0d;--line:#242426;--text:#f6f6f6;--muted:#a8a8ad;--accent:#fff;--purple:#8a43ff;--green:#1ed760}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-family:Inter,Arial,sans-serif;line-height:1.6}a{color:inherit;text-decoration:none}.wrap{width:min(1180px,92%);margin:auto}.nav{height:76px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line)}.brand{font-weight:800;letter-spacing:.16em}.links{display:flex;gap:28px;font-size:14px}.btn{display:inline-flex;align-items:center;justify-content:center;padding:13px 20px;background:#fff;color:#000;border-radius:5px;font-weight:700;border:1px solid #fff}.btn.alt{background:transparent;color:#fff;border-color:#555;margin-left:8px}.hero{padding:72px 0 48px;display:grid;grid-template-columns:1fr 1.08fr;gap:34px;align-items:center}.eyebrow{font-size:12px;text-transform:uppercase;letter-spacing:.18em;color:#999}.hero h1{font-size:clamp(52px,7vw,88px);line-height:.95;letter-spacing:-.055em;margin:16px 0}.hero p{font-size:20px;color:var(--muted);max-width:620px}.hero-art{min-height:430px;border:1px solid var(--line);border-radius:10px;background:url('images/hero-globe.jpg') center/cover no-repeat}.stats{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid var(--line);border-radius:8px;overflow:hidden;margin:0 0 55px}.stat{padding:20px;border-right:1px solid var(--line)}.stat:last-child{border-right:0}.stat strong{display:block;font-size:27px}.stat span{color:var(--muted);font-size:13px}.section{padding:80px 0;border-top:1px solid var(--line)}.section h2{font-size:clamp(38px,5vw,62px);line-height:1;letter-spacing:-.04em;margin:12px 0 34px}.grid3{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.card{border:1px solid var(--line);background:var(--panel);border-radius:8px;padding:26px;min-height:210px}.card h3{margin:8px 0 10px;font-size:23px}.card p{color:var(--muted)}.image-card{min-height:260px;background-size:cover;background-position:center;padding:0;overflow:hidden}.image-card .overlay{height:100%;min-height:260px;display:flex;align-items:flex-end;padding:24px;background:linear-gradient(transparent,rgba(0,0,0,.84))}.platforms{display:grid;grid-template-columns:repeat(5,1fr);gap:10px}.platform{border:1px solid var(--line);padding:22px 10px;text-align:center;border-radius:6px;color:#ddd;background:#0a0a0b;font-weight:700}.feature-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.feature{min-height:300px;border:1px solid var(--line);border-radius:10px;background-size:cover;background-position:center;position:relative;overflow:hidden}.feature .shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.87),rgba(0,0,0,.18));padding:32px;display:flex;flex-direction:column;justify-content:flex-end}.feature h3{font-size:30px;margin:0}.feature p{max-width:360px;color:#ddd}.faq details{border-top:1px solid var(--line);padding:19px 0}.faq summary{cursor:pointer;font-weight:700}.cta{text-align:center;padding:100px 0}.cta h2{font-size:clamp(44px,7vw,82px);line-height:.95;letter-spacing:-.05em;margin:14px auto 24px;max-width:850px}.footer{border-top:1px solid var(--line);padding:35px 0 55px;color:#888;display:flex;justify-content:space-between;gap:20px}.contact{font-size:20px;color:#fff}@media(max-width:850px){.links{display:none}.hero,.feature-grid{grid-template-columns:1fr}.grid3{grid-template-columns:1fr}.platforms{grid-template-columns:repeat(2,1fr)}.stats{grid-template-columns:repeat(2,1fr)}.stat{border-bottom:1px solid var(--line)}.hero-art{min-height:320px}.footer{flex-direction:column}}

/* Updated Kaseta branding + distribution platform logo grid */
.brand{
  max-width: 290px;
  line-height:1.05;
}
.logo{
  padding:8px !important;
  min-height:86px;
  display:flex;
  align-items:center;
  justify-content:center;
}
.logo img{
  width:100%;
  max-width:190px;
  height:auto;
  display:block;
  filter:none;
}
.logo-more{
  border:1px solid #252525;
  font-weight:700;
  letter-spacing:.08em;
}
@media(max-width:700px){
  .brand{max-width:220px;font-size:15px!important}
  .logo img{max-width:150px}
}


/* ===== Creator Management Page ===== */
.creators-page{background:#030303;color:#f5f5f5}
.creators-hero{
  min-height:640px;display:flex;align-items:center;position:relative;overflow:hidden;
  border-bottom:1px solid #202020;
  background:
    radial-gradient(circle at 78% 42%, rgba(125,75,255,.22), transparent 24%),
    radial-gradient(circle at 63% 26%, rgba(0,210,255,.12), transparent 20%),
    linear-gradient(120deg,#020202 0%,#060606 54%,#0b0711 100%);
}
.creators-hero:after{
  content:"";position:absolute;right:-7vw;top:4%;width:47vw;height:47vw;border-radius:50%;
  border:1px solid rgba(255,255,255,.12);
  box-shadow:0 0 0 45px rgba(255,255,255,.015),0 0 0 90px rgba(255,255,255,.01);
}
.creators-hero .hero-copy{position:relative;z-index:2;max-width:720px;padding:90px 0}
.creators-hero h1{font-size:clamp(56px,8vw,104px);line-height:.91;letter-spacing:-.055em;margin:12px 0 26px}
.creators-hero p{font-size:19px;line-height:1.65;color:#bcbcbc;max-width:650px}
.creator-eyebrow{font-size:12px;letter-spacing:.18em;text-transform:uppercase;color:#8f8f8f}
.creator-statbar{border-bottom:1px solid #202020;background:#070707}
.creator-stats{display:grid;grid-template-columns:repeat(4,1fr)}
.creator-stat{padding:32px 28px;border-right:1px solid #202020}
.creator-stat:last-child{border-right:0}.creator-stat strong{display:block;font-size:29px}.creator-stat span{font-size:12px;color:#8d8d8d;text-transform:uppercase;letter-spacing:.09em}
.creator-section{padding:90px 0;border-bottom:1px solid #202020}
.creator-section h2{font-size:clamp(40px,5vw,70px);line-height:1;letter-spacing:-.045em;margin:12px 0 38px}
.creator-intro{display:grid;grid-template-columns:.8fr 1.2fr;gap:70px}
.creator-intro p{font-size:18px;color:#aaa;line-height:1.75}
.creator-service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.creator-service{border:1px solid #292929;background:#090909;padding:30px;min-height:230px}
.creator-service .num{font-size:11px;color:#666}.creator-service h3{font-size:23px;margin:32px 0 10px}.creator-service p{font-size:14px;line-height:1.7;color:#999}
.creator-platforms{display:flex;gap:10px;flex-wrap:wrap;margin-top:28px}
.creator-platform{border:1px solid #2b2b2b;padding:10px 16px;border-radius:99px;font-size:12px;color:#bbb}
.roster-head{display:flex;justify-content:space-between;gap:30px;align-items:end;margin-bottom:35px}
.roster-head p{max-width:480px;color:#888}
.creator-roster{display:grid;grid-template-columns:repeat(4,1fr);gap:15px}
.creator-card{border:1px solid #292929;background:#090909;overflow:hidden}
.creator-photo{aspect-ratio:4/5;position:relative;background:
  radial-gradient(circle at 50% 25%,#2d2535 0,#151218 30%,#080808 70%);
}
.creator-photo:before{content:"";position:absolute;left:50%;top:25%;transform:translateX(-50%);
  width:36%;aspect-ratio:1;border-radius:50%;background:linear-gradient(145deg,#37323c,#151515)}
.creator-photo:after{content:"";position:absolute;left:50%;bottom:0;transform:translateX(-50%);
  width:70%;height:48%;border-radius:50% 50% 0 0;background:linear-gradient(145deg,#25212a,#101010)}
.creator-meta{padding:18px}.creator-meta strong{font-size:18px}.creator-meta small{display:block;color:#868686;margin-top:5px}
.creator-note{margin-top:24px;padding:18px 20px;border:1px dashed #343434;color:#8d8d8d;font-size:13px}
.creator-process{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:#262626;border:1px solid #262626}
.creator-step{background:#070707;padding:28px;min-height:200px}.creator-step b{font-size:12px;color:#777}.creator-step h3{margin:34px 0 8px}.creator-step p{font-size:13px;color:#888;line-height:1.7}
.creator-cta{text-align:center;padding:115px 0;background:radial-gradient(circle at 50% 100%,rgba(115,58,255,.16),transparent 36%)}
.creator-cta h2{font-size:clamp(48px,7vw,88px);max-width:850px;margin:12px auto 25px;line-height:.96;letter-spacing:-.05em}
.creator-cta p{color:#999;max-width:610px;margin:0 auto 24px;line-height:1.7}
@media(max-width:900px){
  .creator-stats{grid-template-columns:repeat(2,1fr)}.creator-stat:nth-child(2){border-right:0}
  .creator-intro{grid-template-columns:1fr;gap:20px}.creator-service-grid{grid-template-columns:1fr}
  .creator-roster{grid-template-columns:repeat(2,1fr)}.creator-process{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:560px){
  .creator-stats,.creator-roster,.creator-process{grid-template-columns:1fr}.creator-stat{border-right:0;border-bottom:1px solid #202020}
  .roster-head{display:block}.creators-hero{min-height:560px}
}

/* Top creator roster */
.creator-link{display:block;color:inherit;text-decoration:none}
.creator-meta span{display:block;margin-top:11px;color:#b79cff;font-size:12px;font-weight:700}
.creator-card{transition:transform .22s ease,border-color .22s ease}
.creator-card:hover{transform:translateY(-4px);border-color:#555}
.creator-photo-1,.creator-photo-5,.creator-photo-9{background:radial-gradient(circle at 50% 25%,#34313b 0,#17151b 31%,#080808 72%)}
.creator-photo-2,.creator-photo-6,.creator-photo-10{background:radial-gradient(circle at 50% 25%,#252f38 0,#12171b 31%,#080808 72%)}
.creator-photo-3,.creator-photo-7,.creator-photo-11{background:radial-gradient(circle at 50% 25%,#392d2d 0,#1a1313 31%,#080808 72%)}
.creator-photo-4,.creator-photo-8,.creator-photo-12{background:radial-gradient(circle at 50% 25%,#30283c 0,#15111c 31%,#080808 72%)}
