:root {
  --navy-950: #03101f;
  --navy-900: #06182f;
  --navy-800: #0a2547;
  --blue-700: #123d70;
  --gold-500: #d7a529;
  --gold-400: #edbf42;
  --gold-100: #fff3c9;
  --ink: #122033;
  --muted: #667085;
  --line: #dce3ec;
  --surface: #f4f7fb;
  --white: #fff;
  --success: #157347;
  --shadow-sm: 0 8px 25px rgba(3, 16, 31, .08);
  --shadow-lg: 0 22px 70px rgba(3, 16, 31, .17);
  --radius: 24px;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
body.nav-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
.container { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.narrow { width: min(calc(100% - 40px), 780px); margin-inline: auto; }
.skip-link {
  position: fixed; left: 16px; top: -100px; z-index: 1000;
  padding: 10px 16px; background: var(--gold-500); color: var(--navy-950);
  border-radius: 0 0 10px 10px; font-weight: 800;
}
.skip-link:focus { top: 0; }
.eyebrow {
  display: inline-flex; align-items: center; gap: 9px; margin-bottom: 14px;
  color: var(--gold-500); font-size: .76rem; font-weight: 900;
  letter-spacing: .16em; text-transform: uppercase;
}
.eyebrow::before { content: ""; width: 32px; height: 3px; background: currentColor; border-radius: 5px; }
h1, h2, h3, h4 {
  margin: 0 0 .55em; color: var(--navy-900);
  font-family: "Barlow Condensed", Impact, sans-serif;
  font-weight: 800; line-height: .98; text-transform: uppercase;
}
h1 { font-size: clamp(3.1rem, 8vw, 6.8rem); letter-spacing: -.025em; }
h2 { font-size: clamp(2.35rem, 5vw, 4.3rem); letter-spacing: -.018em; }
h3 { font-size: clamp(1.55rem, 3vw, 2rem); }
p { margin: 0 0 1rem; }
.lead { font-size: clamp(1.04rem, 2vw, 1.25rem); color: var(--muted); line-height: 1.75; }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.button {
  display: inline-flex; min-height: 50px; align-items: center; justify-content: center;
  gap: 9px; padding: 12px 22px; border: 2px solid transparent; border-radius: 999px;
  font-weight: 900; text-decoration: none; transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--gold-500); color: var(--navy-950); box-shadow: 0 10px 25px rgba(215, 165, 41, .25); }
.button-primary:hover { background: var(--gold-400); }
.button-dark { background: var(--navy-900); color: var(--white); }
.button-outline { border-color: rgba(255,255,255,.4); color: var(--white); }
.button-outline:hover { background: var(--white); color: var(--navy-900); }
.button-light { background: var(--white); color: var(--navy-900); box-shadow: var(--shadow-sm); }

/* Header */
.site-header {
  position: sticky; top: 0; z-index: 100; color: var(--white);
  background: rgba(3, 16, 31, .96); border-bottom: 1px solid rgba(255,255,255,.08);
  backdrop-filter: blur(16px);
}
.header-inner { min-height: 80px; display: flex; align-items: center; gap: 26px; }
.brand { display: inline-flex; align-items: center; gap: 12px; color: var(--white); text-decoration: none; margin-right: auto; }
.brand-mark {
  width: 48px; height: 48px; display: grid; place-items: center; border: 2px solid var(--gold-500);
  border-radius: 50%; font-family: "Barlow Condensed", sans-serif; font-weight: 900; font-size: 1.2rem;
  background: radial-gradient(circle at 35% 30%, var(--blue-700), var(--navy-950));
}
.brand-copy { display: grid; line-height: 1; }
.brand-copy strong { font-family: "Barlow Condensed", sans-serif; font-size: 1.55rem; text-transform: uppercase; letter-spacing: .02em; }
.brand-copy small { margin-top: 4px; color: var(--gold-400); font-size: .64rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.main-nav { display: flex; align-items: center; gap: 2px; }
.main-nav a {
  padding: 11px 12px; border-radius: 999px; color: #d7dfeb; font-size: .86rem;
  font-weight: 700; text-decoration: none; white-space: nowrap;
}
.main-nav a:hover, .main-nav a.active { color: var(--white); background: rgba(255,255,255,.09); }
.main-nav .nav-portal { margin-left: 5px; color: var(--navy-950); background: var(--gold-500); }
.main-nav .nav-portal:hover { color: var(--navy-950); background: var(--gold-400); }
.menu-toggle {
  display: none; width: 48px; height: 48px; padding: 0; border: 1px solid rgba(255,255,255,.18);
  border-radius: 50%; background: transparent; color: var(--white);
}
.menu-toggle span, .menu-toggle::before, .menu-toggle::after {
  content: ""; display: block; width: 20px; height: 2px; margin: 5px auto; background: currentColor; transition: .2s;
}

/* Hero */
.hero {
  position: relative; min-height: 680px; display: grid; align-items: center; overflow: hidden;
  color: var(--white); background:
    radial-gradient(circle at 80% 45%, rgba(36, 92, 147, .68), transparent 32%),
    linear-gradient(115deg, var(--navy-950) 0%, var(--navy-900) 58%, #0b315a 100%);
}
.hero::before {
  content: ""; position: absolute; inset: 0; opacity: .24;
  background-image:
    linear-gradient(30deg, transparent 48%, rgba(255,255,255,.12) 49%, rgba(255,255,255,.12) 51%, transparent 52%),
    linear-gradient(-30deg, transparent 48%, rgba(255,255,255,.06) 49%, rgba(255,255,255,.06) 51%, transparent 52%);
  background-size: 95px 165px;
}
.hero::after {
  content: ""; position: absolute; left: -10%; right: -10%; bottom: -115px; height: 170px;
  background: var(--white); transform: rotate(-3deg);
}
.hero-content { position: relative; z-index: 2; max-width: 760px; padding: 100px 0 150px; }
.hero h1 { color: var(--white); max-width: 850px; }
.hero h1 span { color: var(--gold-400); }
.hero p { max-width: 650px; color: #d5dfeb; font-size: clamp(1.05rem, 2vw, 1.3rem); }
.hero-stat-card {
  position: absolute; z-index: 3; right: max(30px, calc((100vw - var(--max)) / 2)); bottom: 90px;
  width: 280px; padding: 26px; border: 1px solid rgba(255,255,255,.16); border-radius: var(--radius);
  background: rgba(4, 22, 43, .78); box-shadow: var(--shadow-lg); backdrop-filter: blur(12px);
}
.hero-stat-card strong { display: block; color: var(--gold-400); font-family: "Barlow Condensed"; font-size: 3.2rem; line-height: 1; }
.hero-stat-card span { color: #d5dfeb; font-weight: 700; }
.inner-hero {
  position: relative; overflow: hidden; padding: 95px 0 90px; color: var(--white);
  background: linear-gradient(120deg, var(--navy-950), var(--navy-800));
}
.inner-hero::after {
  content: attr(data-watermark); position: absolute; right: -20px; bottom: -48px;
  color: rgba(255,255,255,.035); font: 900 clamp(7rem, 22vw, 18rem)/1 "Barlow Condensed";
  text-transform: uppercase; white-space: nowrap;
}
.inner-hero .container { position: relative; z-index: 1; }
.inner-hero h1 { color: var(--white); font-size: clamp(3.3rem, 7vw, 6rem); }
.inner-hero p { max-width: 700px; color: #cbd8e7; font-size: 1.15rem; }

/* Sections and cards */
.section { padding: 100px 0; }
.section-soft { background: var(--surface); }
.section-dark { color: #dbe5f0; background: var(--navy-950); }
.section-dark h2, .section-dark h3 { color: var(--white); }
.section-head { max-width: 760px; margin-bottom: 48px; }
.section-head.center { margin-inline: auto; text-align: center; }
.section-head.center .eyebrow { justify-content: center; }
.section-head.center .eyebrow::after { content: ""; width: 32px; height: 3px; background: currentColor; border-radius: 5px; }
.feature-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.feature-card, .content-card {
  padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white);
  box-shadow: var(--shadow-sm);
}
.feature-number {
  display: grid; place-items: center; width: 52px; height: 52px; margin-bottom: 24px;
  border-radius: 16px; color: var(--navy-950); background: var(--gold-500);
  font-family: "Barlow Condensed"; font-weight: 900; font-size: 1.4rem;
}
.feature-card p, .content-card p { color: var(--muted); }
.team-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px; }
.team-card {
  position: relative; min-height: 460px; display: flex; align-items: flex-end; overflow: hidden;
  padding: 38px; border-radius: 30px; color: var(--white);
  background:
    linear-gradient(0deg, rgba(3,16,31,.95) 0%, rgba(3,16,31,.12) 80%),
    radial-gradient(circle at 70% 20%, #205b91, var(--navy-900) 65%);
  box-shadow: var(--shadow-lg); text-decoration: none;
}
.team-card::after {
  content: attr(data-number); position: absolute; right: 20px; top: -38px;
  color: rgba(255,255,255,.07); font: 900 14rem/1 "Barlow Condensed";
}
.team-card-content { position: relative; z-index: 2; }
.team-card h3 { color: var(--white); font-size: 3.2rem; }
.team-card p { max-width: 440px; color: #d9e3ed; }
.team-card .link-arrow { color: var(--gold-400); font-weight: 900; }
.team-card:hover { transform: translateY(-4px); }
.team-card { transition: transform .2s ease; }
.split { display: grid; grid-template-columns: 1.05fr .95fr; gap: 70px; align-items: center; }
.visual-panel {
  min-height: 520px; position: relative; overflow: hidden; border-radius: 30px;
  background:
    radial-gradient(circle at 70% 25%, rgba(215,165,41,.86) 0 7%, transparent 7.5%),
    linear-gradient(145deg, #123d70, var(--navy-950));
  box-shadow: var(--shadow-lg);
}
.visual-panel::before {
  content: "DIAMONDS"; position: absolute; left: -30px; bottom: 45px; transform: rotate(-6deg);
  color: rgba(255,255,255,.08); font: 900 7.2rem/1 "Barlow Condensed";
}
.visual-panel::after {
  content: ""; position: absolute; width: 280px; height: 280px; right: -80px; top: -60px;
  border: 42px solid rgba(255,255,255,.07); border-radius: 50%;
}
.quote-card {
  position: absolute; left: 30px; right: 30px; bottom: 30px; z-index: 2;
  padding: 26px; border: 1px solid rgba(255,255,255,.15); border-radius: 20px;
  color: #e8eef6; background: rgba(3,16,31,.72); backdrop-filter: blur(10px);
}
.quote-card strong { display: block; color: var(--gold-400); margin-top: 12px; }
.check-list { display: grid; gap: 14px; margin: 28px 0 0; padding: 0; list-style: none; }
.check-list li { display: grid; grid-template-columns: 26px 1fr; gap: 10px; align-items: start; }
.check-list li::before {
  content: "✓"; display: grid; place-items: center; width: 24px; height: 24px;
  border-radius: 50%; color: var(--navy-950); background: var(--gold-500); font-size: .8rem; font-weight: 900;
}

/* Roster */
.filter-bar { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 30px; }
.filter-chip {
  padding: 10px 16px; border: 1px solid var(--line); border-radius: 999px; background: var(--white);
  color: var(--navy-900); font-weight: 800;
}
.filter-chip.active { color: var(--white); border-color: var(--navy-900); background: var(--navy-900); }
.roster-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.player-card {
  overflow: hidden; border: 1px solid var(--line); border-radius: 22px; background: var(--white);
  box-shadow: var(--shadow-sm);
}
.player-photo {
  position: relative; aspect-ratio: 4/4.35; overflow: hidden;
  background: linear-gradient(145deg, var(--blue-700), var(--navy-950));
}
.player-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.player-photo .player-initials {
  position: absolute; inset: 0; display: grid; place-items: center; color: rgba(255,255,255,.16);
  font: 900 5.5rem/1 "Barlow Condensed";
}
.jersey-number {
  position: absolute; right: 13px; bottom: 13px; min-width: 48px; height: 48px; display: grid; place-items: center;
  padding: 0 9px; border-radius: 15px; color: var(--navy-950); background: var(--gold-500);
  font: 900 1.65rem/1 "Barlow Condensed";
}
.player-info { padding: 20px; }
.player-info h3 { margin: 0; font-size: 1.7rem; }
.player-info p { margin: 4px 0 0; color: var(--muted); font-size: .84rem; font-weight: 700; }
.state-card { grid-column: 1 / -1; padding: 35px; border: 1px dashed #bdc9d7; border-radius: 20px; text-align: center; color: var(--muted); background: var(--white); }

/* Sponsors */
.sponsor-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.sponsor-card {
  min-height: 205px; display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 16px; padding: 26px; border: 1px solid var(--line); border-radius: 22px; background: var(--white);
  box-shadow: var(--shadow-sm); text-align: center; text-decoration: none;
}
.sponsor-card:hover { border-color: var(--gold-500); }
.sponsor-card img { max-width: 170px; max-height: 88px; object-fit: contain; }
.sponsor-card h3 { margin: 0; font-size: 1.35rem; }
.sponsor-level { color: #8a6410; font-size: .72rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.sponsor-placeholder {
  width: 78px; height: 78px; display: grid; place-items: center; border-radius: 50%;
  color: var(--white); background: var(--navy-900); font: 900 1.5rem/1 "Barlow Condensed";
}

/* Contact and CTA */
.contact-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.contact-card { padding: 28px; border-radius: 22px; background: var(--surface); }
.contact-card .contact-label { color: var(--muted); font-size: .76rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.contact-card a { display: block; margin-top: 9px; color: var(--navy-900); font-weight: 800; text-decoration: none; overflow-wrap: anywhere; }
.cta-band {
  position: relative; overflow: hidden; padding: 70px; border-radius: 32px; color: var(--white);
  background: linear-gradient(120deg, var(--navy-900), var(--blue-700)); box-shadow: var(--shadow-lg);
}
.cta-band::after {
  content: "OC"; position: absolute; right: 35px; top: -60px; color: rgba(255,255,255,.05);
  font: 900 18rem/1 "Barlow Condensed";
}
.cta-band > * { position: relative; z-index: 1; }
.cta-band h2 { color: var(--white); max-width: 720px; }
.cta-band p { max-width: 650px; color: #d6e0eb; }

/* Footer */
.site-footer { padding: 70px 0 24px; color: #b8c6d6; background: var(--navy-950); }
.footer-grid { display: grid; grid-template-columns: 1.4fr .65fr .65fr .9fr; gap: 55px; padding-bottom: 50px; }
.footer-brand p { max-width: 400px; margin-top: 20px; }
.footer-title { margin-bottom: 16px; color: var(--white); font-size: 1.2rem; }
.footer-links { display: grid; gap: 9px; }
.footer-links a { color: #b8c6d6; text-decoration: none; font-size: .9rem; }
.footer-links a:hover { color: var(--gold-400); }
.footer-bottom {
  display: flex; justify-content: space-between; gap: 20px; padding-top: 22px;
  border-top: 1px solid rgba(255,255,255,.1); font-size: .8rem;
}
.page-loader { min-height: 65vh; display: grid; place-content: center; gap: 12px; color: var(--muted); text-align: center; }
.loader-mark {
  width: 68px; height: 68px; display: grid; place-items: center; margin: auto;
  border: 3px solid var(--gold-500); border-radius: 50%; color: var(--white); background: var(--navy-900);
  font-family: "Barlow Condensed"; font-weight: 900; font-size: 1.45rem;
}

@media (max-width: 1050px) {
  .menu-toggle { display: block; }
  .main-nav {
    position: fixed; inset: 80px 0 auto; max-height: 0; overflow: hidden; display: grid;
    gap: 4px; padding: 0 20px; background: var(--navy-950); transition: max-height .25s ease, padding .25s ease;
  }
  .main-nav.open { max-height: calc(100vh - 80px); overflow-y: auto; padding-top: 20px; padding-bottom: 30px; border-top: 1px solid rgba(255,255,255,.1); }
  .main-nav a { padding: 14px 16px; border-radius: 12px; font-size: 1rem; }
  .main-nav .nav-portal { margin-left: 0; margin-top: 8px; text-align: center; }
  .hero-stat-card { display: none; }
  .feature-grid, .roster-grid, .sponsor-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1.2fr 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 760px) {
  .container, .narrow { width: min(calc(100% - 28px), var(--max)); }
  .brand-copy small { display: none; }
  .header-inner { min-height: 72px; }
  .main-nav { top: 72px; }
  .hero { min-height: 620px; }
  .hero-content { padding: 80px 0 140px; }
  .section { padding: 72px 0; }
  .inner-hero { padding: 72px 0 65px; }
  .feature-grid, .team-grid, .roster-grid, .sponsor-grid, .contact-grid, .split { grid-template-columns: 1fr; }
  .team-card { min-height: 390px; padding: 28px; }
  .team-card h3 { font-size: 2.7rem; }
  .visual-panel { min-height: 400px; order: -1; }
  .cta-band { padding: 38px 25px; border-radius: 24px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 35px 22px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { display: grid; }
}

@media (max-width: 430px) {
  .brand-copy strong { font-size: 1.3rem; }
  .brand-mark { width: 43px; height: 43px; }
  .feature-grid, .sponsor-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
  .button-row .button { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}

/* Dynamic public website refresh */
.site-header {
  background: linear-gradient(90deg, rgba(4,11,22,.98), rgba(7,26,51,.98) 58%, rgba(10,49,98,.97));
  box-shadow: 0 8px 28px rgba(4,11,22,.18);
}
.brand-mark {
  box-shadow: inset 0 0 0 3px rgba(255,255,255,.06), 0 0 0 4px rgba(229,173,22,.08);
}
.brand-mark-logo { overflow: hidden; padding: 4px; background: #fff; }
.brand-mark-logo img { width: 100%; height: 100%; object-fit: contain; border-radius: 50%; }
.main-nav .nav-portal { box-shadow: 0 7px 20px rgba(229,173,22,.24); }
.hero-impact {
  min-height: 790px;
  background:
    radial-gradient(circle at 83% 22%, rgba(25,127,235,.68), transparent 28%),
    radial-gradient(circle at 62% 92%, rgba(11,94,184,.48), transparent 34%),
    linear-gradient(118deg, #020710 0%, #071a33 45%, #0b4c96 100%);
}
.hero-impact::before {
  opacity: .25;
  background-image:
    linear-gradient(30deg, transparent 48%, rgba(255,255,255,.12) 49%, rgba(255,255,255,.12) 51%, transparent 52%),
    linear-gradient(-30deg, transparent 48%, rgba(255,198,47,.12) 49%, rgba(255,198,47,.12) 51%, transparent 52%);
  background-size: 88px 152px;
}
.hero-impact::after { bottom: -135px; height: 180px; background: #eef5fc; transform: rotate(-2deg); }
.hero-layout {
  position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(420px, .92fr);
  gap: 54px; align-items: center;
}
.hero-impact .hero-content { max-width: 760px; padding: 110px 0 175px; }
.hero-impact h1 {
  font-size: clamp(3.8rem, 7vw, 7.1rem); text-shadow: 0 14px 50px rgba(0,0,0,.32);
}
.hero-tags { display: flex; flex-wrap: wrap; gap: 9px; margin: 25px 0 5px; }
.hero-tags span {
  padding: 7px 12px; border: 1px solid rgba(255,255,255,.24); border-radius: 999px;
  color: #eaf4ff; background: rgba(255,255,255,.08); font-size: .75rem; font-weight: 900;
  letter-spacing: .06em; text-transform: uppercase;
}
.hero-photo-stage {
  position: relative; min-height: 565px; isolation: isolate;
}
.hero-glow {
  position: absolute; width: 390px; height: 390px; right: 45px; top: 76px; z-index: -1;
  border: 2px dashed rgba(255,198,47,.58); border-radius: 50%;
  background: radial-gradient(circle, rgba(31,126,226,.42), rgba(31,126,226,0) 69%);
  box-shadow: 0 0 0 42px rgba(255,255,255,.025), 0 0 0 84px rgba(255,255,255,.018);
}
.hero-player-photo {
  position: absolute; margin: 0; overflow: hidden; border: 5px solid rgba(255,255,255,.94);
  border-radius: 24px; background: #0a3162; box-shadow: 0 30px 70px rgba(0,0,0,.42);
}
.hero-player-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.hero-player-photo figcaption {
  position: absolute; inset: auto 0 0; padding: 42px 16px 14px;
  color: #fff; background: linear-gradient(transparent, rgba(3,16,31,.96)); line-height: 1.15;
}
.hero-player-photo figcaption strong {
  display: block; font-family: "Barlow Condensed", sans-serif; font-size: 1.35rem; text-transform: uppercase;
}
.hero-player-photo figcaption span { color: #ffe17c; font-size: .68rem; font-weight: 900; text-transform: uppercase; }
.hero-player-photo-1 { width: 250px; height: 350px; left: 4px; top: 95px; z-index: 2; transform: rotate(-7deg); }
.hero-player-photo-2 { width: 280px; height: 405px; right: 28px; top: 35px; z-index: 3; transform: rotate(4deg); }
.hero-player-photo-3 { width: 205px; height: 270px; left: 125px; bottom: 8px; z-index: 4; transform: rotate(1deg); }
.hero-team-photo-stage { position: relative; min-height: 565px; isolation: isolate; }
.hero-team-photo {
  position: absolute; margin: 0; overflow: hidden; border: 5px solid rgba(255,255,255,.96);
  border-radius: 25px; background: #0a3162; box-shadow: 0 30px 70px rgba(0,0,0,.42);
}
.hero-team-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-team-photo figcaption {
  position: absolute; inset: auto 0 0; padding: 52px 20px 17px;
  color: #fff; background: linear-gradient(transparent, rgba(3,16,31,.97)); line-height: 1.12;
}
.hero-team-photo figcaption strong { display: block; font-family: "Barlow Condensed", sans-serif; font-size: 1.55rem; text-transform: uppercase; }
.hero-team-photo figcaption span { color: #ffe17c; font-size: .7rem; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.hero-team-photo-1 { width: 430px; height: 305px; left: 0; top: 42px; z-index: 2; transform: rotate(-3deg); }
.hero-team-photo-2 { width: 405px; height: 285px; right: 0; bottom: 48px; z-index: 3; transform: rotate(3deg); }
.hero-team-photo-3 { width: 300px; height: 205px; left: 40px; bottom: 0; z-index: 4; transform: rotate(-1deg); }
.hero-photo-placeholder {
  position: absolute; inset: 82px 20px 72px; z-index: 2; display: grid; place-content: center; justify-items: center;
  padding: 38px; border: 2px dashed rgba(255,255,255,.32); border-radius: 30px; color: #dceafa;
  background: linear-gradient(145deg,rgba(255,255,255,.1),rgba(4,22,43,.45)); text-align: center; backdrop-filter: blur(8px);
}
.hero-photo-placeholder > span { width: 100px; height: 100px; display: grid; place-items: center; margin-bottom: 18px; border: 3px solid var(--gold-400); border-radius: 50%; color: var(--gold-400); font: 900 2.6rem/1 "Barlow Condensed"; }
.hero-photo-placeholder strong { color: #fff; font: 900 2rem/1 "Barlow Condensed"; text-transform: uppercase; }
.hero-photo-placeholder small { max-width: 350px; margin-top: 10px; color: #afc5dc; line-height: 1.5; }
.hero-program-badge {
  position: absolute; right: -5px; bottom: 28px; z-index: 5; min-width: 160px; display: flex; align-items: center; gap: 12px;
  padding: 15px 18px; border: 2px solid var(--gold-400); border-radius: 18px; color: #fff;
  background: rgba(3,16,31,.94); box-shadow: 0 18px 45px rgba(0,0,0,.3); backdrop-filter: blur(12px);
}
.hero-program-badge strong { color: var(--gold-400); font: 900 3.7rem/1 "Barlow Condensed"; }
.hero-program-badge span { font-size: .72rem; font-weight: 900; letter-spacing: .08em; line-height: 1.25; text-transform: uppercase; }
.program-strip { position: relative; z-index: 5; margin-top: -26px; background: #eef5fc; }
.program-strip-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); overflow: hidden; border: 1px solid #cbdced; border-radius: 24px;
  background: #fff; box-shadow: 0 18px 50px rgba(4,26,51,.13);
}
.program-stat { display: flex; align-items: center; gap: 16px; min-height: 105px; padding: 24px 30px; border-right: 1px solid #d7e3ef; }
.program-stat:last-child { border-right: 0; }
.program-stat strong { color: var(--blue-700); font: 900 2.8rem/1 "Barlow Condensed"; text-transform: uppercase; white-space: nowrap; }
.program-stat span { color: #42566f; font-size: .88rem; font-weight: 800; line-height: 1.35; }
.home-intro { background: #eef5fc; }
.section-blue {
  color: #e5f0fb;
  background: radial-gradient(circle at 88% 15%, rgba(31,126,226,.35), transparent 29%), linear-gradient(130deg, #071a33, #0a3f7e);
}
.section-blue h2 { color: #fff; }
.section-blue .lead { color: #cbdff2; }
.team-grid-dynamic { grid-template-columns: repeat(auto-fit, minmax(min(100%, 310px), 1fr)); }
.team-card-photo { position: absolute; inset: 0; z-index: 0; width: 100%; height: 100%; object-fit: cover; }
.team-card:has(.team-card-photo)::before {
  content: ""; position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(0deg, rgba(3,16,31,.98) 0%, rgba(3,16,31,.42) 62%, rgba(3,16,31,.08) 100%);
}
.team-card-accent {
  position: absolute; left: 32px; top: 28px; z-index: 2; color: rgba(255,255,255,.2);
  font: 900 3.8rem/1 "Barlow Condensed";
}

/* Player profiles */
.player-card {
  width: 100%; padding: 0; border: 1px solid var(--line); color: inherit; text-align: left;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.player-card:hover, .player-card:focus-visible {
  transform: translateY(-5px); border-color: #91b9df; box-shadow: 0 22px 45px rgba(4,26,51,.15); outline: none;
}
.profile-link { display: inline-block; margin-top: 12px; color: var(--blue-700); font-size: .76rem; font-weight: 900; text-transform: uppercase; }
body.modal-open { overflow: hidden; }
.player-modal { position: fixed; inset: 0; z-index: 500; display: none; place-items: center; padding: 24px; }
.player-modal.open { display: grid; }
.player-modal-backdrop { position: absolute; inset: 0; background: rgba(2,7,16,.82); backdrop-filter: blur(8px); }
.player-modal-panel {
  position: relative; z-index: 1; width: min(960px, 100%); max-height: min(90vh, 900px); overflow-y: auto;
  border: 1px solid rgba(255,255,255,.2); border-radius: 28px; background: #fff; box-shadow: 0 35px 90px rgba(0,0,0,.5);
}
.player-modal-close {
  position: sticky; float: right; top: 15px; right: 15px; z-index: 4; width: 46px; height: 46px;
  margin: 15px 15px -61px 0; border: 0; border-radius: 50%; color: #fff; background: rgba(3,16,31,.88);
  font-size: 1.8rem; line-height: 1;
}
.player-profile-hero {
  min-height: 330px; display: grid; grid-template-columns: 300px 1fr; gap: 38px; align-items: center;
  padding: 48px; color: #fff; background: radial-gradient(circle at 75% 30%, #1265b9, transparent 33%), linear-gradient(125deg, #040b16, #0a3f7e);
}
.player-profile-hero h2 { color: #fff; font-size: clamp(2.8rem, 6vw, 5.2rem); }
.player-profile-hero h2 span { color: var(--gold-400); }
.player-profile-image { height: 300px; display: grid; place-items: center; overflow: hidden; border: 5px solid #fff; border-radius: 23px; background: #0b5eb8; box-shadow: 0 22px 50px rgba(0,0,0,.28); }
.player-profile-image img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.player-profile-image > span { color: rgba(255,255,255,.5); font: 900 6rem/1 "Barlow Condensed"; }
.player-facts { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 1px; padding: 1px; background: #dce3ec; }
.player-facts div { padding: 21px 24px; background: #fff; }
.player-facts span { display: block; color: var(--muted); font-size: .66rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.player-facts strong { display: block; margin-top: 4px; color: var(--navy-900); }
.player-bio, .player-gallery { padding: 38px 48px; }
.player-bio p { color: #455468; line-height: 1.78; }
.player-gallery { padding-top: 0; }
.player-gallery > div { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.player-gallery img { width: 100%; aspect-ratio: 1; object-fit: cover; border-radius: 14px; }

/* Team sponsor recognition */
.team-partners {
  position: relative; z-index: 4; padding: 42px 0; color: #fff; background: #06182f;
}
.team-partner-label { display: block; margin-bottom: 13px; color: var(--gold-400); font-size: .7rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.team-grand-sponsor { padding: 26px; border: 2px solid var(--gold-400); border-radius: 24px; background: linear-gradient(135deg, rgba(255,198,47,.13), rgba(11,94,184,.2)); }
.team-grand-sponsor-card {
  min-height: 205px; flex-direction: row; justify-content: flex-start; gap: 32px; padding: 34px;
  border: 0; color: var(--navy-900); text-align: left;
}
.team-grand-sponsor-card img { max-width: 330px; max-height: 125px; }
.team-grand-sponsor-card h3 { font-size: clamp(2rem, 4vw, 3.4rem); }
.team-home-sponsors { margin-top: 26px; }
.team-home-sponsor-grid { display: flex; flex-wrap: wrap; gap: 14px; }
.team-home-sponsor-card { min-height: 120px; width: min(100%, 330px); flex-direction: row; justify-content: flex-start; padding: 20px; text-align: left; }
.team-home-sponsor-card img { max-width: 105px; max-height: 58px; }

/* Sponsor directory hierarchy */
.sponsor-tier-heading { display: grid; grid-template-columns: 105px 1fr; gap: 25px; align-items: start; margin-bottom: 38px; }
.tier-rank { color: rgba(7,26,51,.12); font: 900 6rem/.8 "Barlow Condensed"; }
.sponsor-tier-heading p { max-width: 660px; color: var(--muted); }
.sponsor-grand-section { background: linear-gradient(135deg, #fff8da, #fff 50%, #eef6ff); }
.sponsor-grand-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 380px), 1fr)); gap: 24px; }
.sponsor-grand-card {
  min-height: 310px; border: 2px solid var(--gold-500); background: linear-gradient(155deg, #fff, #fff9df);
  box-shadow: 0 25px 65px rgba(124,88,0,.16);
}
.sponsor-grand-card img { max-width: 290px; max-height: 145px; }
.sponsor-grand-card h3 { font-size: 2.25rem; }
.sponsor-home-section { color: #fff; background: radial-gradient(circle at 88% 18%, rgba(31,126,226,.42), transparent 30%), linear-gradient(130deg, #06182f, #0a3f7e); }
.sponsor-home-section h2 { color: #fff; }
.sponsor-home-section .tier-rank { color: rgba(255,255,255,.12); }
.sponsor-home-section .sponsor-tier-heading p { color: #cbdff2; }
.sponsor-home-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 1fr)); gap: 20px; }
.sponsor-home-card { min-height: 245px; }
.sponsor-home-card img { max-width: 230px; max-height: 110px; }
.community-sponsor-tiers { display: grid; gap: 24px; }
.community-sponsor-group { padding: 28px; border: 1px solid #cedceb; border-radius: 24px; background: #fff; box-shadow: var(--shadow-sm); }
.community-tier-title { display: flex; align-items: center; gap: 16px; margin-bottom: 22px; }
.community-tier-title span { width: 47px; height: 47px; display: grid; place-items: center; border-radius: 14px; color: #fff; background: var(--blue-700); font: 900 1.35rem/1 "Barlow Condensed"; }
.community-tier-title h3 { margin: 0; }
.community-logo-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 210px), 1fr)); gap: 15px; }
.community-logo-grid .sponsor-card { min-height: 175px; }
.single-sponsor-list { display: flex; flex-wrap: wrap; gap: 12px; }
.single-sponsor-list > a, .single-sponsor-list > span {
  position: relative; padding: 15px 20px 15px 39px; border: 1px solid #d7e3ef; border-radius: 999px;
  color: var(--navy-900); background: #f5f9fd; font-family: "Barlow Condensed", sans-serif; font-size: 1.3rem;
  font-weight: 900; text-decoration: none; text-transform: uppercase;
}
.single-sponsor-list > a::before, .single-sponsor-list > span::before {
  content: "◆"; position: absolute; left: 18px; color: var(--gold-500); font-size: .7rem;
}
.single-sponsor-list > a:hover { border-color: var(--gold-500); background: #fff9df; }
.sponsor-available { min-height: 140px; display: grid; place-content: center; gap: 4px; padding: 25px; border: 1px dashed #adc1d6; border-radius: 18px; color: var(--muted); text-align: center; background: rgba(255,255,255,.72); }
.sponsor-available strong { color: var(--navy-900); font-family: "Barlow Condensed"; font-size: 1.5rem; text-transform: uppercase; }
.sponsor-bottom-actions { justify-content: center; }

/* Become a Sponsor tier hero */
.sponsor-opportunities {
  position: relative; overflow: hidden; padding: 82px 0 76px; color: #fff;
  background: radial-gradient(circle at 90% 5%, rgba(31,126,226,.6), transparent 31%), linear-gradient(125deg, #020710, #071a33 52%, #0a3f7e);
}
.sponsor-opportunities::after { content: "PARTNER"; position: absolute; right: -20px; top: -35px; color: rgba(255,255,255,.035); font: 900 15rem/1 "Barlow Condensed"; }
.sponsor-opportunities .container { position: relative; z-index: 1; }
.sponsor-opportunities h1 { max-width: 850px; color: #fff; font-size: clamp(3.6rem, 7vw, 6.5rem); }
.sponsor-opportunities .sponsor-lead { max-width: 760px; color: #d5e5f4; font-size: 1.16rem; }
.sponsor-flyer-actions { margin-bottom: 38px; }
.sponsor-tier-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; margin-top: 42px; align-items: stretch; }
.sponsor-tier {
  position: relative; display: flex; min-height: 270px; flex-direction: column; padding: 25px 20px; overflow: hidden;
  border: 1px solid rgba(255,255,255,.16); border-radius: 22px; color: #fff; background: rgba(255,255,255,.08);
  box-shadow: 0 18px 45px rgba(0,0,0,.16); text-decoration: none; backdrop-filter: blur(10px);
  transition: transform .2s ease, border-color .2s ease, background .2s ease;
}
.sponsor-tier:hover { transform: translateY(-6px); border-color: var(--gold-400); background: rgba(255,255,255,.12); }
.sponsor-tier.featured { border: 2px solid var(--gold-400); background: linear-gradient(165deg, rgba(255,198,47,.22), rgba(255,255,255,.08)); transform: translateY(-12px); }
.sponsor-tier.featured:hover { transform: translateY(-17px); }
.sponsor-tier-number { color: rgba(255,255,255,.13); font: 900 4.8rem/1 "Barlow Condensed"; }
.sponsor-tier h2 { margin: -18px 0 10px; color: #fff; font-size: 2rem; }
.sponsor-tier p { color: #cbdff2; font-size: .86rem; line-height: 1.55; }
.sponsor-tier span { margin-top: auto; color: var(--gold-400); font-size: .78rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.sponsor-form-heading { padding: 58px 0 20px; background: #f5f8fc; text-align: center; }
.sponsor-form-heading h2 { margin-bottom: 10px; }
.sponsor-form-heading p { max-width: 660px; margin: auto; color: var(--muted); }
#oc-sponsor-page { --navy: #071a33 !important; --blue: #0b5eb8 !important; --light: #eef5fc !important; --gold: #ffc62f !important; }
#oc-sponsor-page .osp-hero { padding-top: 48px; background: linear-gradient(135deg,#071a33,#0b5eb8); }
#oc-sponsor-page .osp-card { border-color: #d2e1ef; box-shadow: 0 12px 34px rgba(7,26,51,.09); }
#oc-sponsor-page .osp-level:hover, #oc-sponsor-page .osp-level.active { border-color: #e5ad16; background: #fff7d2; }

@media (max-width: 1120px) {
  .hero-layout { grid-template-columns: 1fr; }
  .hero-impact .hero-content { padding-bottom: 45px; }
  .hero-photo-stage { width: min(600px, 100%); min-height: 500px; margin: -35px auto 135px; }
  .hero-team-photo-stage { width: min(700px, 100%); min-height: 535px; margin: -35px auto 135px; }
  .sponsor-tier-grid { grid-template-columns: repeat(3, 1fr); }
  .sponsor-tier.featured, .sponsor-tier.featured:hover { transform: none; }
}
@media (max-width: 760px) {
  .hero-impact { min-height: auto; }
  .hero-impact .hero-content { padding: 82px 0 80px; }
  .hero-photo-stage { min-height: 390px; margin: -25px auto 125px; }
  .hero-team-photo-stage { min-height: 430px; margin: -25px auto 125px; }
  .hero-glow { width: 270px; height: 270px; right: 50%; top: 60px; transform: translateX(50%); }
  .hero-player-photo-1 { width: 170px; height: 245px; left: 2%; top: 70px; }
  .hero-player-photo-2 { width: 185px; height: 275px; right: 2%; top: 30px; }
  .hero-player-photo-3 { width: 145px; height: 195px; left: 33%; bottom: 0; }
  .hero-player-photo figcaption { display: none; }
  .hero-team-photo-1 { width: 78%; height: 245px; left: 0; top: 30px; }
  .hero-team-photo-2 { width: 76%; height: 225px; right: 0; bottom: 15px; }
  .hero-team-photo-3 { width: 58%; height: 170px; left: 12%; bottom: -15px; }
  .hero-team-photo figcaption { padding: 35px 14px 12px; }
  .hero-photo-placeholder { inset: 45px 5px 30px; }
  .hero-program-badge { right: 0; bottom: -30px; }
  .program-strip { margin-top: -50px; }
  .program-strip-grid { grid-template-columns: 1fr; }
  .program-stat { min-height: 82px; border-right: 0; border-bottom: 1px solid #d7e3ef; }
  .program-stat:last-child { border-bottom: 0; }
  .player-profile-hero { grid-template-columns: 1fr; padding: 38px 25px; text-align: center; }
  .player-profile-image { width: min(300px, 100%); margin: auto; }
  .player-bio, .player-gallery { padding: 30px 25px; }
  .player-gallery > div { grid-template-columns: 1fr 1fr; }
  .team-grand-sponsor-card { flex-direction: column; align-items: flex-start; }
  .team-grand-sponsor-card img { max-width: 100%; }
  .sponsor-tier-heading { grid-template-columns: 1fr; }
  .tier-rank { font-size: 4.5rem; }
  .sponsor-tier-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 500px) {
  .hero-photo-stage { min-height: 340px; }
  .hero-team-photo-stage { min-height: 365px; }
  .hero-team-photo-1 { height: 205px; }
  .hero-team-photo-2 { height: 190px; }
  .hero-team-photo-3 { height: 145px; }
  .hero-team-photo figcaption strong { font-size: 1.15rem; }
  .hero-team-photo figcaption span { display: none; }
  .hero-player-photo-1 { width: 145px; height: 215px; }
  .hero-player-photo-2 { width: 155px; height: 230px; }
  .hero-player-photo-3 { width: 125px; height: 165px; }
  .hero-program-badge { min-width: 138px; padding: 10px 13px; }
  .hero-program-badge strong { font-size: 3rem; }
  .player-modal { padding: 0; }
  .player-modal-panel { max-height: 100vh; height: 100%; border-radius: 0; }
  .player-profile-image { height: 260px; }
  .player-gallery > div { grid-template-columns: 1fr; }
  .sponsor-tier-grid { grid-template-columns: 1fr; }
  .sponsor-tier { min-height: 220px; }
}
