:root{
  --red:#e51e24;
  --red-dark:#7d0005;
  --gold:#d8a93a;
  --gold-light:#ffd978;
  --text:#f4f4f4;
  --muted:#b9b9b9;
  --bg:#020202;
  --panel:#080808;
}

*,
*::before,
*::after{
  box-sizing:border-box;
}

html{
  scroll-behavior:smooth;
  width:100%;
  max-width:100%;
  overflow-x:hidden;
}

body{
  margin:0;
  background:#000;
  color:var(--text);
  font-family:Inter,Arial,sans-serif;
  min-height:100vh;
  width:100%;
  max-width:100%;
  overflow-x:hidden;
}

img,
video{
  max-width:100%;
  height:auto;
}

.site-shell{
  min-height:100vh;
  width:100%;
  max-width:100%;
  overflow-x:hidden;
  position:relative;
  background:
    radial-gradient(circle at 50% 10%,rgba(181,125,29,.24),transparent 22%),
    radial-gradient(circle at 18% 42%,rgba(229,30,36,.12),transparent 20%),
    linear-gradient(180deg,#050505 0%,#000 58%,#000 100%);
}

.site-shell:before{
  content:"";
  position:fixed;
  inset:0;
  background:radial-gradient(circle at center,transparent 0%,rgba(0,0,0,.23) 35%,rgba(0,0,0,.88) 100%);
  pointer-events:none;
  z-index:3;
}

.topbar{
  position:relative;
  z-index:10;
  width:100%;
  max-width:100%;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  padding:18px 5vw;
  overflow:visible;
}

.brand{
  display:flex;
  align-items:center;
  width:auto;
  max-width:45vw;
  flex-shrink:1;
  overflow:visible;
}

.brand img{
  width:220px;
  max-width:100%;
  height:auto;
  display:block;
  object-fit:contain;
}

nav{
  display:flex;
  align-items:center;
  gap:clamp(12px,2vw,26px);
  flex-wrap:wrap;
  justify-content:flex-end;
}

nav a{
  color:#eee;
  text-decoration:none;
  font-weight:600;
  font-size:14px;
  opacity:.9;
  white-space:nowrap;
}

.login-link{
  border:1px solid var(--red);
  border-radius:9px;
  padding:10px 20px;
  box-shadow:0 0 18px rgba(229,30,36,.2);
}

.hero{
  position:relative;
  z-index:5;
  width:min(1180px,100%);
  max-width:100%;
  margin:0 auto;
  padding:0 18px 20px;
  text-align:center;
  overflow:hidden;
}

.slogan{
  margin:0 auto 6px;
  color:var(--gold-light);
  text-transform:uppercase;
  letter-spacing:clamp(5px,1vw,11px);
  font-weight:700;
  font-size:clamp(11px,1.1vw,15px);
  display:flex;
  gap:14px;
  align-items:center;
  justify-content:center;
  text-shadow:0 0 18px rgba(255,217,120,.45);
}

.slogan span{
  display:block;
  width:clamp(30px,6vw,78px);
  height:1px;
  background:linear-gradient(90deg,transparent,var(--gold),transparent);
}

.hero-logo-wrap{
  position:relative;
  width:clamp(190px,22vw,300px);
  max-width:70vw;
  margin:0 auto -4px;
}

.hero-logo{
  width:100%;
  max-width:100%;
  height:auto;
  display:block;
  position:relative;
  z-index:2;
  filter:drop-shadow(0 0 24px rgba(216,169,58,.34));
}

.gold-ring{
  position:absolute;
  inset:16px;
  border:2px solid rgba(255,215,125,.7);
  border-radius:999px;
  box-shadow:0 0 30px rgba(216,169,58,.48),inset 0 0 22px rgba(216,169,58,.22);
}

.hero-copy{
  max-width:720px;
  margin:0 auto 18px;
  position:relative;
  z-index:2;
}

.hero-copy h1{
  margin:0;
  font-weight:900;
  text-transform:uppercase;
  font-size:clamp(28px,3.8vw,48px);
  line-height:1.03;
  letter-spacing:-1px;
  text-shadow:0 8px 28px #000;
}

.hero-copy strong{
  color:var(--gold);
  text-shadow:0 0 18px rgba(216,169,58,.42);
}

.hero-copy p{
  max-width:660px;
  margin:12px auto 0;
  color:#e4e4e4;
  font-size:clamp(15px,1.35vw,17px);
  line-height:1.5;
  text-shadow:0 4px 16px #000;
}

.poster-wall{
  position:absolute;
  top:58px;
  display:grid;
  grid-template-columns:repeat(3,92px);
  grid-auto-rows:138px;
  gap:10px;
  opacity:.78;
  filter:brightness(.78) contrast(1.08);
  z-index:-1;
}

.poster-wall img{
  width:100%;
  height:100%;
  object-fit:cover;
  border:1px solid rgba(255,255,255,.12);
  box-shadow:0 18px 42px rgba(0,0,0,.82);
  background:#111;
}

.left-wall{
  left:0;
  transform:perspective(900px) rotateY(10deg);
  transform-origin:left center;
}

.right-wall{
  right:0;
  transform:perspective(900px) rotateY(-10deg);
  transform-origin:right center;
}

.cta-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:28px;
  width:min(860px,100%);
  max-width:100%;
  margin:0 auto 14px;
  position:relative;
  z-index:4;
}

.cta-card{
  position:relative;
  min-height:295px;
  border-radius:14px;
  background:linear-gradient(135deg,rgba(60,0,0,.72),rgba(4,4,4,.93) 45%);
  box-shadow:0 0 26px rgba(229,30,36,.2),inset 0 0 80px rgba(229,30,36,.08);
  border:1px solid rgba(229,30,36,.9);
  padding:20px 24px;
  display:flex;
  align-items:center;
  text-align:left;
  overflow:hidden;
}

.cta-card:before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,rgba(0,0,0,.08),rgba(0,0,0,.6)),url('middle-school-blues.png');
  background-size:auto 112%;
  background-position:left bottom;
  background-repeat:no-repeat;
  opacity:.36;
  mix-blend-mode:screen;
}

.creator-card{
  border-color:rgba(216,169,58,.95);
  background:linear-gradient(135deg,rgba(87,56,2,.45),rgba(4,4,4,.94) 45%);
  box-shadow:0 0 28px rgba(216,169,58,.18),inset 0 0 80px rgba(216,169,58,.08);
}

.creator-card:before{
  background:radial-gradient(circle at 84% 47%,rgba(216,169,58,.5),transparent 21%),linear-gradient(90deg,rgba(0,0,0,.08),rgba(0,0,0,.55)),url('araminta.jpeg');
  background-size:auto 112%;
  background-position:right bottom;
  opacity:.3;
}

.cta-text{
  position:relative;
  z-index:2;
  margin-left:112px;
  max-width:280px;
}

.creator-card .cta-text{
  margin-left:62px;
}

.cta-icon{
  position:absolute;
  top:22px;
  left:50%;
  transform:translateX(-50%);
  z-index:2;
  width:52px;
  height:52px;
  border-radius:50%;
  display:grid;
  place-items:center;
  border:2px solid currentColor;
  font-size:20px;
  color:var(--red);
  box-shadow:0 0 18px currentColor;
}

.creator-card .cta-icon{
  color:var(--gold);
}

.cta-card h2{
  margin:44px 0 9px;
  text-align:center;
  text-transform:uppercase;
  font-size:22px;
  line-height:1.08;
  letter-spacing:.3px;
}

.cta-card h2 strong{
  color:var(--red);
}

.creator-card h2 strong{
  color:var(--gold);
}

.cta-card p{
  margin:0 auto 12px;
  text-align:center;
  color:#f2f2f2;
  line-height:1.35;
  font-size:14px;
}

.cta-card ul{
  list-style:none;
  padding:0;
  margin:0 0 17px;
}

.cta-card li{
  font-size:13px;
  color:#e6e6e6;
  margin:7px 0;
}

.cta-card li:before{
  content:"✓";
  color:var(--red);
  border:1px solid var(--red);
  border-radius:50%;
  display:inline-grid;
  place-items:center;
  width:15px;
  height:15px;
  margin-right:8px;
  font-size:9px;
}

.creator-card li:before{
  color:var(--gold);
  border-color:var(--gold);
}

.btn{
  display:block;
  text-align:center;
  text-decoration:none;
  color:white;
  text-transform:uppercase;
  font-weight:900;
  letter-spacing:.4px;
  border-radius:8px;
  padding:13px 18px;
  margin:0 auto 11px;
  box-shadow:0 10px 25px rgba(0,0,0,.35);
  font-size:15px;
}

.btn-red{
  background:linear-gradient(180deg,#ff2c31,#aa070b);
  border:1px solid #ff4247;
}

.btn-gold{
  background:linear-gradient(180deg,#f4c85b,#af7c18);
  border:1px solid #ffd978;
}

.cta-card small{
  display:block;
  text-align:center;
  color:#bbb;
  font-size:12px;
}

.cta-card small a{
  color:var(--red);
  text-decoration:none;
  font-weight:800;
}

.creator-card small a{
  color:var(--gold);
}

.manifesto{
  width:min(900px,100%);
  max-width:100%;
  margin:0 auto 12px;
  border:1px solid rgba(216,169,58,.75);
  border-radius:10px;
  background:rgba(5,5,5,.82);
  display:grid;
  grid-template-columns:88px 1fr;
  gap:15px;
  align-items:center;
  text-align:center;
  padding:12px 24px;
  box-shadow:0 0 20px rgba(216,169,58,.12);
  position:relative;
  z-index:4;
}

.manifesto-icon{
  font-size:52px;
  color:var(--gold);
  opacity:.95;
}

.manifesto h2{
  margin:0 0 5px;
  text-transform:uppercase;
  font-size:17px;
  letter-spacing:.5px;
}

.manifesto h2 strong,
.gold-text{
  color:var(--gold);
}

.manifesto p{
  margin:0;
  color:#d9d9d9;
  font-size:12.5px;
  line-height:1.35;
}

.stats{
  width:min(960px,100%);
  max-width:100%;
  margin:0 auto;
  display:grid;
  grid-template-columns:1.35fr 1fr 1.05fr 1fr;
  border:1px solid rgba(255,255,255,.12);
  border-radius:10px;
  background:linear-gradient(180deg,rgba(25,25,25,.9),rgba(8,8,8,.94));
  box-shadow:0 12px 35px rgba(0,0,0,.5);
  position:relative;
  z-index:4;
}

.stat{
  display:flex;
  align-items:center;
  gap:13px;
  justify-content:center;
  padding:15px 14px;
  border-right:1px solid rgba(255,255,255,.16);
  text-align:left;
}

.stat:last-child{
  border-right:0;
}

.stat-icon{
  width:40px;
  height:40px;
  border-radius:50%;
  border:3px solid var(--red);
  color:var(--red);
  display:grid;
  place-items:center;
  font-weight:900;
  font-size:22px;
  flex:0 0 auto;
}

.stat p{
  margin:0;
  color:#eee;
  font-size:14px;
  line-height:1.3;
}

.footer{
  position:relative;
  z-index:6;
  text-align:center;
  padding:0 18px 24px;
  color:#aaa;
}

.footer p{
  margin:11px 0;
}

.footer strong{
  color:var(--red);
}

.footer span{
  color:var(--gold);
}

.socials{
  display:flex;
  justify-content:center;
  gap:24px;
  margin:10px 0;
}

.socials a{
  color:#e6e6e6;
  text-decoration:none;
  font-weight:900;
  font-size:23px;
}

.legal{
  font-size:12px;
  color:#8d8d8d;
}

.legal a{
  color:#aaa;
  text-decoration:none;
  margin:0 7px;
}

@media (min-width:1180px) and (max-height:820px){
  .topbar{
    padding-top:12px;
    padding-bottom:10px;
  }

  .hero-logo-wrap{
    width:245px;
  }

  .poster-wall{
    top:42px;
    grid-template-columns:repeat(3,84px);
    grid-auto-rows:126px;
  }

  .hero-copy h1{
    font-size:40px;
  }

  .hero-copy{
    margin-bottom:14px;
  }

  .cta-card{
    min-height:270px;
  }

  .manifesto{
    padding:10px 22px;
  }

  .stat{
    padding:12px;
  }

  .footer{
    padding-bottom:16px;
  }
}

@media (max-width:1100px){
  .poster-wall{
    opacity:.22;
  }

  .left-wall{
    left:-145px;
  }

  .right-wall{
    right:-145px;
  }

  .cta-grid{
    width:min(840px,100%);
  }
}

@media (max-width:860px){
  .topbar{
    padding:15px 16px;
  }

  .brand{
    max-width:45vw;
  }

  .brand img{
    width:135px;
    max-width:100%;
  }

  nav{
    gap:10px;
  }

  .login-link{
    padding:9px 14px;
  }

  .slogan{
    font-size:11px;
    letter-spacing:5px;
  }

  .slogan span{
    width:30px;
  }

  .hero-logo-wrap{
    width:215px;
    max-width:70vw;
  }

  .poster-wall{
    display:none;
  }

  .hero-copy{
    margin-bottom:16px;
  }

  .hero-copy h1{
    font-size:clamp(27px,7vw,36px);
  }

  .hero-copy p{
    font-size:15px;
  }

  .cta-grid{
    grid-template-columns:1fr;
    gap:16px;
    width:min(520px,100%);
  }

  .cta-card{
    min-height:0;
    padding:18px;
  }

  .cta-text,
  .creator-card .cta-text{
    margin:54px auto 0;
    max-width:350px;
  }

  .manifesto{
    grid-template-columns:1fr;
    width:min(520px,100%);
    padding:16px;
  }

  .manifesto-icon{
    font-size:42px;
  }

  .stats{
    grid-template-columns:1fr 1fr;
    width:min(520px,100%);
  }

  .stat:nth-child(2){
    border-right:0;
  }

  .stat:nth-child(1),
  .stat:nth-child(2){
    border-bottom:1px solid rgba(255,255,255,.12);
  }

  .footer{
    padding-bottom:22px;
  }
}

@media (max-width:560px){
  .topbar{
    align-items:flex-start;
  }

  .topbar nav a:first-child{
    display:none;
  }

  .hero{
    padding-left:12px;
    padding-right:12px;
  }

  .hero-logo-wrap{
    width:188px;
    max-width:70vw;
  }

  .hero-copy h1{
    font-size:26px;
    letter-spacing:-.5px;
  }

  .hero-copy p{
    font-size:14px;
    line-height:1.45;
  }

  .cta-card{
    padding:16px;
  }

  .cta-card h2{
    font-size:20px;
  }

  .cta-card p,
  .cta-card li{
    font-size:13px;
  }

  .btn{
    font-size:14px;
    padding:12px 15px;
  }

  .manifesto h2{
    font-size:15px;
  }

  .manifesto p{
    font-size:12px;
  }

  .stats{
    grid-template-columns:1fr;
  }

  .stat{
    border-right:0;
    border-bottom:1px solid rgba(255,255,255,.12);
    justify-content:flex-start;
  }

  .stat:last-child{
    border-bottom:0;
  }

  .socials{
    gap:18px;
  }

  .footer .legal{
    line-height:1.8;
  }
}