
:root{
  --black:#020408;
  --ink:#060d18;
  --navy:#071629;
  --navy2:#0d223a;
  --steel:#152b45;
  --glass:rgba(255,255,255,.075);
  --glass2:rgba(255,255,255,.045);
  --line:rgba(255,255,255,.14);
  --red:#e21b2d;
  --red2:#ff3a4f;
  --white:#fff;
  --muted:#b8c4d4;
  --soft:#e8eef6;
  --green:#385f3c;
  --purple:#52278a;
  --blue:#0f5f9f;
  --gold:#e7b84f;
  --max:1220px;
  --radius:28px;
  --shadow:0 34px 90px rgba(0,0,0,.42);
}
*{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;
  background:var(--black);
  color:var(--white);
  line-height:1.55;
  overflow-x:hidden;
}
body:before{
  content:"";
  position:fixed;
  inset:0;
  pointer-events:none;
  background:
    radial-gradient(circle at 18% 12%, rgba(226,27,45,.28), transparent 28%),
    radial-gradient(circle at 85% 8%, rgba(15,95,159,.22), transparent 33%),
    radial-gradient(circle at 50% 72%, rgba(255,255,255,.06), transparent 40%),
    linear-gradient(180deg,#020408 0%,#07111f 42%,#020408 100%);
  z-index:-3;
}
body:after{
  content:"";
  position:fixed;
  inset:0;
  pointer-events:none;
  background-image:
    linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size:74px 74px;
  mask-image:linear-gradient(to bottom, rgba(0,0,0,.65), transparent 75%);
  z-index:-2;
}
a{color:inherit;text-decoration:none}
img,svg{max-width:100%;display:block}
.container{width:min(var(--max),calc(100% - 40px));margin:0 auto}
.nav{
  position:sticky;
  top:0;
  z-index:80;
  border-bottom:1px solid var(--line);
  background:rgba(2,4,8,.78);
  backdrop-filter:blur(20px);
}
.nav-inner{
  height:80px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:22px;
}
.brand{
  display:flex;
  align-items:center;
  gap:13px;
  text-transform:uppercase;
  font-weight:1000;
  letter-spacing:.13em;
  font-size:14px;
}
.brand-mark{
  width:48px;
  height:48px;
  display:grid;
  place-items:center;
  border-radius:14px;
  position:relative;
  background:
    linear-gradient(135deg,rgba(255,255,255,.12),rgba(255,255,255,.02)),
    #071629;
  border:1px solid rgba(255,255,255,.18);
  box-shadow:inset 0 0 0 1px rgba(226,27,45,.28), 0 12px 35px rgba(0,0,0,.28);
  font-size:28px;
  font-weight:1000;
  letter-spacing:-.16em;
  padding-right:6px;
}
.brand-mark:after{
  content:"";
  position:absolute;
  width:20px;
  height:4px;
  background:var(--red);
  right:8px;
  bottom:10px;
  border-radius:99px;
  transform:rotate(-35deg);
}
.nav-links{
  display:flex;
  align-items:center;
  gap:24px;
  color:var(--muted);
  font-size:14px;
  font-weight:850;
}
.nav-links a:hover{color:var(--white)}
.menu-btn{display:none}
.btn{
  min-height:52px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  padding:0 23px;
  border-radius:999px;
  border:1px solid transparent;
  font-weight:950;
  letter-spacing:.025em;
  transition:transform .22s ease, border-color .22s ease, background .22s ease, box-shadow .22s ease;
  cursor:pointer;
}
.btn:hover{transform:translateY(-3px)}
.btn-primary{
  background:linear-gradient(135deg,var(--red),#9d101d);
  color:#fff;
  box-shadow:0 18px 45px rgba(226,27,45,.34);
}
.btn-secondary{
  background:rgba(255,255,255,.075);
  border-color:rgba(255,255,255,.17);
  color:#fff;
}
.btn-dark{
  background:rgba(2,4,8,.5);
  border-color:rgba(255,255,255,.18);
}
.hero{
  min-height:calc(100vh - 80px);
  display:grid;
  align-items:center;
  padding:76px 0 96px;
  position:relative;
  overflow:hidden;
}
.orb{
  position:absolute;
  width:560px;
  height:560px;
  border-radius:50%;
  filter:blur(20px);
  opacity:.34;
  background:conic-gradient(from 90deg,var(--red),transparent,var(--blue),transparent,var(--red));
  right:-170px;
  top:5%;
  animation:spin 20s linear infinite;
}
.hero-r{
  position:absolute;
  right:-120px;
  top:70px;
  font-size:650px;
  line-height:.7;
  font-weight:1000;
  color:rgba(255,255,255,.035);
  letter-spacing:-.18em;
  pointer-events:none;
}
@keyframes spin{to{transform:rotate(360deg)}}
.hero-grid{
  display:grid;
  grid-template-columns:1.04fr .96fr;
  gap:60px;
  align-items:center;
  position:relative;
  z-index:1;
}
.kicker{
  display:inline-flex;
  align-items:center;
  gap:12px;
  color:var(--red2);
  text-transform:uppercase;
  letter-spacing:.19em;
  font-size:13px;
  font-weight:1000;
  margin-bottom:20px;
}
.kicker:before{
  content:"";
  width:48px;
  height:2px;
  background:var(--red);
  border-radius:9px;
}
h1{
  margin:0 0 24px;
  font-size:clamp(52px,8vw,104px);
  line-height:.88;
  letter-spacing:-.075em;
  text-transform:uppercase;
}
.red{color:var(--red)}
.lead{
  max-width:760px;
  color:var(--muted);
  font-size:clamp(18px,2vw,23px);
  margin:0 0 32px;
}
.hero-actions{display:flex;gap:14px;flex-wrap:wrap}
.hero-meta{
  margin-top:35px;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:13px;
  max-width:690px;
}
.meta{
  padding:18px;
  border:1px solid var(--line);
  border-radius:20px;
  background:rgba(255,255,255,.055);
}
.meta strong{display:block;font-size:28px;line-height:1}
.meta span{display:block;color:var(--muted);font-size:12px;text-transform:uppercase;letter-spacing:.1em;font-weight:900;margin-top:6px}
.showcase{
  position:relative;
  min-height:565px;
  border:1px solid var(--line);
  border-radius:42px;
  padding:28px;
  background:
    linear-gradient(145deg,rgba(255,255,255,.11),rgba(255,255,255,.03)),
    rgba(6,13,24,.82);
  box-shadow:var(--shadow);
  overflow:hidden;
}
.showcase:before{
  content:"";
  position:absolute;
  inset:-45%;
  background:conic-gradient(from 180deg,transparent,rgba(226,27,45,.34),transparent,rgba(15,95,159,.28),transparent);
  animation:spin 18s linear infinite;
}
.showcase-inner{
  position:relative;
  z-index:1;
  height:100%;
  min-height:507px;
  border-radius:32px;
  border:1px solid rgba(255,255,255,.13);
  background:
    radial-gradient(circle at 50% 40%,rgba(226,27,45,.19),transparent 35%),
    rgba(2,4,8,.72);
  display:grid;
  place-items:center;
  text-align:center;
  padding:34px;
}
.r-logo{
  font-size:154px;
  font-weight:1000;
  letter-spacing:-.18em;
  line-height:.7;
  text-shadow:0 24px 65px rgba(0,0,0,.52);
  margin-bottom:22px;
}
.r-word{
  font-size:clamp(42px,5vw,76px);
  text-transform:uppercase;
  letter-spacing:.16em;
  text-indent:.16em;
  font-weight:1000;
  line-height:1;
}
.r-sub{
  color:var(--red);
  text-transform:uppercase;
  letter-spacing:.42em;
  text-indent:.42em;
  font-weight:1000;
  margin-top:8px;
}
.r-tag{
  margin-top:24px;
  color:var(--muted);
  text-transform:uppercase;
  letter-spacing:.2em;
  font-size:12px;
}
.float-card{
  position:absolute;
  z-index:2;
  border:1px solid var(--line);
  border-radius:20px;
  background:rgba(8,22,42,.78);
  backdrop-filter:blur(18px);
  padding:16px;
  box-shadow:0 18px 45px rgba(0,0,0,.3);
  color:#fff;
}
.float-card.one{left:18px;bottom:28px}
.float-card.two{right:18px;top:34px}
.float-card strong{display:block;font-size:22px}
.float-card span{color:var(--muted);font-size:12px;text-transform:uppercase;letter-spacing:.09em;font-weight:900}
section{padding:92px 0}
.section-head{
  display:flex;
  justify-content:space-between;
  align-items:end;
  gap:36px;
  margin-bottom:38px;
}
.section-title{
  margin:0;
  font-size:clamp(36px,5vw,64px);
  line-height:.96;
  letter-spacing:-.055em;
  text-transform:uppercase;
}
.section-copy{
  margin:0;
  color:var(--muted);
  max-width:620px;
  font-size:18px;
}
.card-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
}
.card{
  position:relative;
  overflow:hidden;
  border:1px solid var(--line);
  border-radius:var(--radius);
  background:
    linear-gradient(180deg,rgba(255,255,255,.085),rgba(255,255,255,.035)),
    rgba(8,22,42,.74);
  box-shadow:0 28px 70px rgba(0,0,0,.24);
}
.league-card{
  padding:28px;
  min-height:425px;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
}
.league-card:before{
  content:"";
  position:absolute;
  inset:0 0 auto 0;
  height:6px;
  background:var(--accent);
}
.alumni{--accent:var(--red)}
.veterans{--accent:var(--green)}
.greek{--accent:var(--purple)}
.corporate{--accent:var(--blue)}
.icon{
  width:104px;
  height:104px;
  border-radius:28px;
  display:grid;
  place-items:center;
  color:var(--accent);
  background:rgba(255,255,255,.075);
  border:1px solid rgba(255,255,255,.15);
  font-size:47px;
  font-weight:1000;
  margin-bottom:24px;
}
.card h3{
  margin:0 0 13px;
  font-size:28px;
  line-height:1.03;
  letter-spacing:-.04em;
  text-transform:uppercase;
}
.card p{margin:0;color:var(--muted)}
.checks{
  list-style:none;
  padding:0;
  margin:23px 0 0;
  display:grid;
  gap:9px;
  color:#e3ebf6;
  font-size:14px;
  font-weight:800;
}
.checks li:before{content:"•";color:var(--accent,var(--red));margin-right:8px}
.split{
  display:grid;
  grid-template-columns:.94fr 1.06fr;
  gap:28px;
  align-items:stretch;
}
.panel{
  border:1px solid var(--line);
  border-radius:var(--radius);
  background:
    linear-gradient(180deg,rgba(255,255,255,.075),rgba(255,255,255,.035)),
    rgba(8,22,42,.72);
  padding:38px;
  box-shadow:0 28px 70px rgba(0,0,0,.2);
}
.panel h2,.panel h3{margin-top:0}
.panel p,.panel li{color:var(--muted)}
.feature-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:15px;
}
.feature{
  border:1px solid var(--line);
  border-radius:22px;
  background:rgba(255,255,255,.055);
  padding:22px;
}
.feature h3{margin:0 0 8px;font-size:21px}
.band{
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
  padding:44px 0;
  background:
    linear-gradient(90deg,rgba(226,27,45,.15),rgba(255,255,255,.05),rgba(15,95,159,.15));
}
.band-inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:26px;
  flex-wrap:wrap;
}
.band h2{
  margin:0;
  max-width:820px;
  font-size:clamp(30px,4.5vw,56px);
  line-height:.96;
  text-transform:uppercase;
  letter-spacing:-.055em;
}
.timeline{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
  counter-reset:step;
}
.step{
  padding:28px;
  min-height:260px;
}
.step:before{
  counter-increment:step;
  content:"0" counter(step);
  display:inline-flex;
  width:52px;
  height:52px;
  border-radius:17px;
  align-items:center;
  justify-content:center;
  background:rgba(226,27,45,.14);
  color:var(--red2);
  border:1px solid rgba(226,27,45,.3);
  font-weight:1000;
  margin-bottom:22px;
}
.sponsor-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
}
.sponsor-card{padding:30px}
.page-hero{
  padding:82px 0 56px;
}
.page-hero h1{
  font-size:clamp(48px,7vw,88px);
}
.league-hero{
  padding:82px 0;
}
.league-badge{
  min-height:360px;
  display:grid;
  place-items:center;
  text-align:center;
  border-radius:36px;
}
.league-badge .icon{
  margin:0 auto 22px;
  width:122px;
  height:122px;
  font-size:56px;
}
.league-badge h2{
  margin:0;
  font-size:clamp(36px,5vw,70px);
  text-transform:uppercase;
  line-height:.96;
  letter-spacing:-.055em;
}
.contact{
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:28px;
}
form{display:grid;gap:14px}
input,select,textarea{
  width:100%;
  border:1px solid rgba(255,255,255,.15);
  border-radius:17px;
  background:rgba(255,255,255,.07);
  color:#fff;
  padding:16px 17px;
  font:inherit;
  outline:none;
}
textarea{min-height:150px;resize:vertical}
input::placeholder,textarea::placeholder{color:rgba(255,255,255,.48)}
select{color:rgba(255,255,255,.78)}
.footer{
  padding:38px 0;
  border-top:1px solid var(--line);
  background:rgba(0,0,0,.28);
  color:var(--muted);
}
.footer-inner{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:22px;
  flex-wrap:wrap;
}
.footer-links{display:flex;gap:18px;flex-wrap:wrap}
.reveal{opacity:0;transform:translateY(22px)}
@media(max-width:1040px){
  .hero-grid,.split,.contact{grid-template-columns:1fr}
  .card-grid,.timeline{grid-template-columns:repeat(2,1fr)}
  .sponsor-grid{grid-template-columns:repeat(2,1fr)}
  .showcase{min-height:470px}
}
@media(max-width:760px){
  .menu-btn{
    display:inline-flex;
    background:rgba(255,255,255,.08);
    color:#fff;
    border:1px solid var(--line);
    border-radius:13px;
    padding:10px 13px;
    font-weight:950;
  }
  .nav-links{
    display:none;
    position:absolute;
    top:80px;
    left:20px;
    right:20px;
    flex-direction:column;
    align-items:stretch;
    background:rgba(2,4,8,.97);
    border:1px solid var(--line);
    border-radius:20px;
    padding:18px;
  }
  .nav-links.open{display:flex}
  .hero{min-height:auto;padding-top:58px}
  .hero-meta,.card-grid,.timeline,.sponsor-grid,.feature-grid{grid-template-columns:1fr}
  .section-head{display:block}
  .section-copy{margin-top:16px}
  .showcase{min-height:405px;border-radius:30px}
  .showcase-inner{min-height:345px}
  .r-logo{font-size:102px}
  .r-word{letter-spacing:.08em;text-indent:.08em}
  .r-sub{letter-spacing:.22em;text-indent:.22em}
  .float-card{position:static;margin-top:14px}
  section{padding:70px 0}
}


/* CTA conversion updates */
.founding-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:22px;
}
.founding-card{
  padding:34px;
  min-height:360px;
}
.founding-card .icon{
  margin-bottom:22px;
}
.form-note{
  margin-top:14px;
  color:var(--muted);
  font-size:14px;
}
.form-grid-2{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:14px;
}
.full{grid-column:1/-1}
.consent{
  display:flex;
  gap:10px;
  align-items:flex-start;
  color:var(--muted);
  font-size:14px;
}
.consent input{
  width:auto;
  margin-top:5px;
}
@media(max-width:760px){
  .founding-grid,.form-grid-2{grid-template-columns:1fr}
}
