:root {
  --purple: #4b2478;
  --purple-dark: #25113f;
  --gold: #f4c542;
  --white: #ffffff;
  --off-white: #f6f3f8;
  --charcoal: #17131d;
  --gray: #6d6873;
  --border: rgba(255,255,255,.16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: "Roboto", Arial, sans-serif; color: var(--charcoal); background: var(--white); line-height: 1.65; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.container { width: min(1120px, calc(100% - 40px)); margin: 0 auto; }

.site-header { position: fixed; top: 0; left: 0; right: 0; z-index: 1000; background: rgba(26, 10, 43, .92); backdrop-filter: blur(10px); border-bottom: 1px solid rgba(255,255,255,.1); }
.navbar { height: 78px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 12px; color: var(--white); }
.brand-mark { width: 48px; height: 48px; border-radius: 50%; background: var(--gold); color: var(--purple-dark); display: grid; place-items: center; font-family: "Oswald", sans-serif; font-weight: 700; border: 3px solid var(--white); }
.brand-text { font-family: "Oswald", sans-serif; text-transform: uppercase; letter-spacing: .05em; font-weight: 700; }
.nav-links { display: flex; align-items: center; gap: 26px; color: var(--white); font-weight: 500; }
.nav-links a:hover { color: var(--gold); }
.nav-button { border: 1px solid var(--gold); padding: 8px 16px; border-radius: 5px; }
.menu-toggle { display: none; background: none; border: 0; cursor: pointer; padding: 8px; }
.menu-toggle span { display: block; width: 27px; height: 3px; margin: 5px 0; background: var(--white); }

.hero { min-height: 860px; position: relative; display: flex; flex-direction: column; justify-content: center; color: var(--white); background: radial-gradient(circle at 80% 20%, rgba(244,197,66,.18), transparent 25%), linear-gradient(135deg, #170b27 0%, #4b2478 65%, #27123f 100%); overflow: hidden; padding-top: 78px; }
.hero::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px); background-size: 42px 42px; }
.hero::after { content: "⚾"; position: absolute; right: 4%; top: 17%; font-size: clamp(220px, 33vw, 520px); opacity: .06; transform: rotate(-18deg); }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(19,8,32,.95), rgba(50,22,80,.55), rgba(20,9,32,.4)); }
.hero-content { position: relative; z-index: 2; padding-top: 70px; padding-bottom: 120px; }
.eyebrow, .section-label { font-family: "Oswald", sans-serif; font-size: .88rem; letter-spacing: .18em; text-transform: uppercase; color: var(--purple); font-weight: 700; }
.hero .eyebrow { color: var(--gold); }
h1, h2, h3 { font-family: "Oswald", sans-serif; line-height: 1.08; margin-top: 0; }
h1 { max-width: 800px; font-size: clamp(3.3rem, 8vw, 7rem); text-transform: uppercase; margin-bottom: 24px; }
h1 span { color: var(--gold); }
h2 { font-size: clamp(2.2rem, 4.5vw, 4rem); text-transform: uppercase; margin-bottom: 20px; }
h3 { font-size: 1.7rem; }
.hero-copy { max-width: 730px; font-size: 1.18rem; color: rgba(255,255,255,.86); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 34px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 24px; border-radius: 5px; font-family: "Oswald", sans-serif; text-transform: uppercase; letter-spacing: .05em; font-weight: 700; border: 2px solid transparent; cursor: pointer; }
.button-primary { background: var(--gold); color: var(--purple-dark); }
.button-outline { border-color: rgba(255,255,255,.55); color: var(--white); }
.button-gold { background: var(--gold); color: var(--purple-dark); }
.button:hover { transform: translateY(-2px); transition: .2s ease; }
.hero-stats { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(3, 1fr); background: rgba(18,8,29,.82); border: 1px solid var(--border); margin-bottom: -1px; }
.hero-stats div { padding: 28px; text-align: center; border-right: 1px solid var(--border); }
.hero-stats div:last-child { border-right: 0; }
.hero-stats strong { display: block; font: 700 2.2rem "Oswald", sans-serif; color: var(--gold); }
.hero-stats span { font-size: .9rem; text-transform: uppercase; letter-spacing: .08em; color: rgba(255,255,255,.72); }

.section { padding: 100px 0; }
.section-dark { background: var(--purple-dark); color: var(--white); }
.section-heading { max-width: 760px; margin-bottom: 48px; }
.center { text-align: center; margin-left: auto; margin-right: auto; }
.section-label.gold { color: var(--gold); }
.section-heading p:last-child, .split-layout p { color: var(--gray); font-size: 1.05rem; }
.section-dark .section-heading p:last-child { color: rgba(255,255,255,.7); }
.split-layout { display: grid; grid-template-columns: 1.35fr .8fr; gap: 60px; align-items: center; }
.mission-card { background: var(--off-white); padding: 42px; border-left: 7px solid var(--gold); box-shadow: 0 20px 50px rgba(32,15,48,.12); }
.mission-icon { font-size: 3rem; }

.program-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.program-card { background: var(--white); color: var(--charcoal); border-radius: 10px; overflow: hidden; box-shadow: 0 22px 45px rgba(0,0,0,.18); }
.program-logo { min-height: 220px; display: grid; place-items: center; text-align: center; font: 700 2.2rem "Oswald", sans-serif; letter-spacing: .08em; }
.program-logo span { font-size: 1.15rem; letter-spacing: .15em; }
.blacksox-logo { background: linear-gradient(135deg, #101010, #3b3b3b); color: white; border-bottom: 8px solid var(--gold); }
.hll-logo { background: linear-gradient(135deg, #5a2c87, #30164a); color: var(--gold); border-bottom: 8px solid var(--white); }
.program-content { padding: 36px; }
.program-type { color: var(--purple); font-weight: 700; text-transform: uppercase; letter-spacing: .08em; font-size: .8rem; }
.program-content ul { padding-left: 20px; color: var(--gray); }
.text-link { color: var(--purple); font-weight: 700; }

.support-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.support-item { background: var(--off-white); padding: 30px; border-top: 5px solid var(--purple); }
.support-item span { font: 700 2.2rem "Oswald", sans-serif; color: rgba(75,36,120,.2); }
.support-item p { color: var(--gray); }
.cta-banner { margin-top: 50px; background: linear-gradient(120deg, var(--purple-dark), var(--purple)); color: var(--white); padding: 46px; display: flex; align-items: center; justify-content: space-between; gap: 30px; border-radius: 10px; }
.cta-banner h2 { font-size: clamp(2rem, 4vw, 3.4rem); margin-bottom: 10px; }
.cta-banner p { color: rgba(255,255,255,.72); }

.sponsors-section { background: var(--off-white); }
.sponsor-placeholder-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.sponsor-placeholder-grid div { min-height: 120px; display: grid; place-items: center; border: 2px dashed #c9c1cf; color: #9a91a0; font: 700 1rem "Oswald", sans-serif; background: white; }

.contact-section { background: var(--charcoal); color: var(--white); }
.contact-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; align-items: start; }
.contact-layout > div > p { color: rgba(255,255,255,.7); }
.contact-details { display: grid; gap: 10px; margin-top: 28px; }
.contact-details a { color: var(--gold); font-weight: 700; }
.contact-form { background: var(--white); color: var(--charcoal); padding: 36px; border-radius: 8px; display: grid; gap: 10px; }
.contact-form label { font-weight: 700; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; padding: 13px 14px; border: 1px solid #d7d0dc; border-radius: 4px; font: inherit; }
.contact-form small { color: var(--gray); }

.site-footer { background: #0f0a13; color: rgba(255,255,255,.7); padding: 38px 0; }
.footer-content { display: flex; justify-content: space-between; align-items: center; gap: 25px; }
.footer-brand { color: var(--white); }

@media (max-width: 900px) {
  .menu-toggle { display: block; }
  .nav-links { position: absolute; top: 78px; left: 0; right: 0; background: var(--purple-dark); padding: 22px; display: none; flex-direction: column; align-items: stretch; }
  .nav-links.open { display: flex; }
  .split-layout, .program-grid, .contact-layout { grid-template-columns: 1fr; }
  .support-grid { grid-template-columns: 1fr 1fr; }
  .cta-banner, .footer-content { flex-direction: column; align-items: flex-start; }
  .sponsor-placeholder-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 600px) {
  .container { width: min(100% - 28px, 1120px); }
  .brand-text { font-size: .88rem; }
  .hero { min-height: 760px; }
  .hero-content { padding-top: 30px; padding-bottom: 70px; }
  .hero-stats { grid-template-columns: 1fr; }
  .hero-stats div { border-right: 0; border-bottom: 1px solid var(--border); }
  .hero-stats div:last-child { border-bottom: 0; }
  .section { padding: 72px 0; }
  .support-grid, .sponsor-placeholder-grid { grid-template-columns: 1fr; }
  .cta-banner, .mission-card, .program-content, .contact-form { padding: 28px; }
  .button { width: 100%; }
}
