:root {
  --navy: #09182c;
  --navy-2: #102b49;
  --red: #cf2e2e;
  --red-dark: #a51e24;
  --cream: #f4efe5;
  --white: #ffffff;
  --ink: #10151d;
  --muted: #657081;
  --line: #d9dde2;
  --gold: #d9aa4b;
  --shadow: 0 22px 60px rgba(4, 14, 29, .17);
  --shell: min(1180px, calc(100% - 40px));
}

* { 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;
  color: var(--ink);
  background: #fff;
  line-height: 1.55;
}
img { max-width: 100%; display: block; }
a { color: inherit; }
button, input, textarea { font: inherit; }
button { cursor: pointer; }
.shell { width: var(--shell); margin-inline: auto; }
.section { padding: 100px 0; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 200; padding: 12px 16px; background: white; color: var(--navy); border-radius: 8px; transition: top .2s; }
.skip-link:focus { top: 16px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  color: white;
  background: rgba(9, 24, 44, .94);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(255,255,255,.1);
}
.header-inner { height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
.brand-mark, .contact-mark, .profile-monogram {
  display: grid;
  place-items: center;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  letter-spacing: .03em;
  background: var(--red);
  color: white;
  transform: skew(-5deg);
}
.brand-mark { width: 43px; height: 43px; border: 2px solid rgba(255,255,255,.9); box-shadow: 4px 4px 0 var(--gold); }
.brand-copy { display: grid; line-height: 1.12; }
.brand-copy strong { text-transform: uppercase; letter-spacing: .08em; font-size: .92rem; }
.brand-copy small { color: rgba(255,255,255,.65); font-size: .72rem; letter-spacing: .14em; text-transform: uppercase; margin-top: 4px; }
.site-nav { display: flex; align-items: center; gap: 28px; }
.site-nav a { text-decoration: none; font-weight: 750; font-size: .86rem; text-transform: uppercase; letter-spacing: .08em; color: rgba(255,255,255,.8); }
.site-nav a:hover, .site-nav a:focus-visible { color: white; }
.site-nav .nav-contact { padding: 10px 16px; border: 1px solid rgba(255,255,255,.45); border-radius: 999px; }
.nav-toggle { display: none; border: 0; background: transparent; padding: 8px; }
.nav-toggle span:not(.sr-only) { display: block; width: 26px; height: 2px; background: white; margin: 5px 0; }

.hero { position: relative; overflow: hidden; color: white; background: linear-gradient(120deg, #071426 0%, #0e2a49 65%, #08182c 100%); min-height: 720px; display: grid; align-items: center; }
.hero::before { content: "2034"; position: absolute; right: -32px; top: 6%; font-family: Impact, sans-serif; font-size: clamp(9rem, 23vw, 24rem); letter-spacing: -.04em; line-height: .8; color: rgba(255,255,255,.035); }
.hero-noise { position: absolute; inset: 0; opacity: .28; background-image: radial-gradient(rgba(255,255,255,.28) .6px, transparent .6px); background-size: 5px 5px; mix-blend-mode: overlay; pointer-events: none; }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.04fr .82fr; align-items: center; gap: 78px; padding-top: 72px; padding-bottom: 72px; }
.eyebrow { margin: 0 0 16px; color: #f1ca7a; font-size: .8rem; font-weight: 850; text-transform: uppercase; letter-spacing: .19em; }
.eyebrow.dark { color: var(--red); }
.hero h1, .section-heading h2, .video-copy h2, .contact-section h2 {
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  text-transform: uppercase;
  letter-spacing: .015em;
  line-height: .9;
  margin: 0;
}
.hero h1 { font-size: clamp(4.5rem, 9vw, 8.4rem); text-shadow: 0 7px 0 rgba(0,0,0,.15); }
.hero h1 span { color: transparent; -webkit-text-stroke: 2px white; text-stroke: 2px white; }
.hero-subtitle { font-size: clamp(1.18rem, 2vw, 1.55rem); font-weight: 760; margin: 27px 0 5px; }
.hero-lede { color: rgba(255,255,255,.72); font-weight: 650; margin: 0; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 48px; padding: 0 21px; border-radius: 4px; text-decoration: none; text-transform: uppercase; font-size: .78rem; font-weight: 900; letter-spacing: .1em; transition: transform .18s, background .18s, box-shadow .18s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: white; background: var(--red); box-shadow: 5px 5px 0 var(--gold); }
.button-primary:hover { background: var(--red-dark); }
.button-ghost { color: white; border: 1px solid rgba(255,255,255,.55); }
.button-ghost:hover { background: rgba(255,255,255,.1); }
.hero-teamline { display: flex; align-items: flex-start; gap: 10px; max-width: 600px; margin-top: 34px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.18); color: rgba(255,255,255,.76); font-size: .88rem; }
.status-dot { flex: 0 0 auto; width: 9px; height: 9px; margin-top: 6px; border-radius: 50%; background: #55d08d; box-shadow: 0 0 0 5px rgba(85,208,141,.13); }
.hero-photo { position: relative; margin: 0; max-width: 450px; justify-self: end; transform: rotate(1.5deg); box-shadow: 24px 28px 0 rgba(0,0,0,.18), var(--shadow); }
.hero-photo::before { content: ""; position: absolute; inset: -13px; border: 2px solid rgba(255,255,255,.28); z-index: -1; }
.hero-photo img { width: 100%; height: 530px; object-fit: cover; object-position: center 42%; filter: saturate(.92) contrast(1.05); }
.hero-photo figcaption { position: absolute; left: 0; right: 0; bottom: 0; padding: 42px 24px 20px; background: linear-gradient(transparent, rgba(3,10,20,.92)); display: flex; align-items: end; justify-content: space-between; gap: 20px; text-transform: uppercase; }
.hero-photo figcaption span { color: #f4ca75; font-weight: 900; letter-spacing: .12em; }
.hero-photo figcaption strong { max-width: 210px; text-align: right; letter-spacing: .06em; }
.hero-stripe { position: absolute; left: -2%; right: -2%; bottom: -26px; height: 46px; background: var(--red); transform: rotate(-1deg); box-shadow: 0 -8px 0 var(--cream); }

.section-heading { margin-bottom: 48px; }
.section-heading h2, .video-copy h2, .contact-section h2 { font-size: clamp(3rem, 6vw, 5.3rem); color: var(--navy); }
.split-heading { display: grid; grid-template-columns: 1.3fr .7fr; align-items: end; gap: 60px; }
.split-heading > p, .stats-heading > p { color: var(--muted); margin: 0; max-width: 540px; }
.profile-section { background: #fff; }
.development-path { margin: -14px 0 28px; padding: 22px 24px; border-left: 5px solid var(--red); background: #f3efe7; box-shadow: inset 0 0 0 1px rgba(9,24,44,.06); }
.development-path span { display: block; margin-bottom: 7px; color: var(--red); font-size: .72rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.development-path p { margin: 0; max-width: 1000px; color: var(--muted); line-height: 1.7; }
.development-path strong { color: var(--navy); }
.gallery-heading { grid-template-columns: 1fr; }
.profile-layout { display: grid; grid-template-columns: 380px 1fr; gap: 34px; align-items: stretch; }
.profile-card { padding: 36px; color: white; background: var(--navy); box-shadow: var(--shadow); }
.profile-monogram { width: 88px; height: 88px; margin-bottom: 30px; font-size: 2.35rem; border: 3px solid white; box-shadow: 8px 8px 0 var(--gold); }
.profile-card dl { margin: 0; display: grid; }
.profile-card dl div { padding: 15px 0; border-top: 1px solid rgba(255,255,255,.14); }
.profile-card dt { color: rgba(255,255,255,.55); font-size: .68rem; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.profile-card dd { margin: 4px 0 0; font-size: 1.05rem; font-weight: 750; }
.team-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.team-card { min-height: 235px; padding: 30px; border: 1px solid var(--line); display: flex; flex-direction: column; justify-content: flex-end; background: #fff; position: relative; overflow: hidden; }
.team-card::before { content: ""; position: absolute; width: 160px; height: 160px; right: -65px; top: -65px; border: 28px solid rgba(9,24,44,.04); border-radius: 50%; }
.team-card.current { background: var(--cream); border-color: transparent; }
.team-card-label { margin-bottom: auto; color: var(--red); font-size: .7rem; font-weight: 900; text-transform: uppercase; letter-spacing: .15em; }
.team-card h3 { margin: 22px 0 4px; font-size: 1.55rem; line-height: 1.1; color: var(--navy); }
.team-card p { margin: 0 0 20px; color: var(--muted); }
.team-card a { font-size: .78rem; font-weight: 850; text-transform: uppercase; letter-spacing: .07em; text-decoration-thickness: 2px; text-underline-offset: 5px; }
.profile-image-card { grid-column: 1 / -1; margin: 0; min-height: 280px; position: relative; overflow: hidden; }
.profile-image-card img { width: 100%; height: 300px; object-fit: cover; object-position: center 39%; }
.profile-image-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,16,31,.74), transparent 68%); }
.profile-image-card figcaption { position: absolute; left: 30px; bottom: 26px; z-index: 1; color: white; font-family: Impact, sans-serif; font-size: 2.3rem; text-transform: uppercase; letter-spacing: .04em; }

.stats-section { color: white; background: var(--navy); position: relative; overflow: hidden; }
.stats-section::before { content: ""; position: absolute; width: 800px; height: 800px; right: -350px; top: -350px; border: 120px solid rgba(255,255,255,.025); border-radius: 50%; }
.stats-section .section-heading h2 { color: white; }
.stats-heading { position: relative; display: flex; justify-content: space-between; align-items: end; gap: 40px; }
.source-note { color: rgba(255,255,255,.62) !important; text-align: right; }
.stat-spotlights { position: relative; display: grid; grid-template-columns: repeat(6, 1fr); gap: 1px; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.12); }
.stat-spotlights article { padding: 28px 18px; text-align: center; background: #0d2541; }
.stat-spotlights strong { display: block; color: #f4cc7d; font-family: Impact, sans-serif; font-size: clamp(2.1rem, 4vw, 3.4rem); letter-spacing: .03em; line-height: 1; }
.stat-spotlights span { display: block; margin-top: 10px; color: rgba(255,255,255,.62); font-size: .68rem; font-weight: 850; text-transform: uppercase; letter-spacing: .1em; }
.season-summary { position: relative; margin: 34px 0; padding: 28px 32px; border-left: 5px solid var(--red); background: rgba(255,255,255,.06); }
.season-summary p { margin: 0; font-size: clamp(1.03rem, 2vw, 1.28rem); color: rgba(255,255,255,.82); }
.season-summary strong { color: white; }
.tabs { position: relative; border: 1px solid rgba(255,255,255,.14); background: #0b1f37; }
.tab-list { display: flex; gap: 0; border-bottom: 1px solid rgba(255,255,255,.14); }
.tab-list button { flex: 1; border: 0; padding: 19px; background: transparent; color: rgba(255,255,255,.54); font-size: .78rem; font-weight: 900; text-transform: uppercase; letter-spacing: .12em; }
.tab-list button[aria-selected="true"] { color: white; background: var(--red); }
.tab-panel { padding: 34px; }
.table-wrap { overflow-x: auto; scrollbar-color: var(--red) #183653; }
table { width: 100%; min-width: 840px; border-collapse: collapse; }
caption { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
th, td { padding: 15px 12px; text-align: center; border-bottom: 1px solid rgba(255,255,255,.12); }
th { color: rgba(255,255,255,.52); font-size: .68rem; letter-spacing: .09em; }
td { font-weight: 800; }
.rate-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-top: 28px; }
.rate-grid article, .mini-stat-grid article { padding: 20px; background: rgba(255,255,255,.06); }
.rate-grid span, .mini-stat-grid span { display: block; color: rgba(255,255,255,.5); font-size: .66rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.rate-grid strong { display: block; margin-top: 4px; font-family: Impact, sans-serif; font-size: 2.4rem; color: #f4cc7d; letter-spacing: .03em; }
.mini-stat-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; margin-top: 14px; }
.mini-stat-grid strong { display: block; margin-top: 3px; font-size: 1.25rem; }
.pitching-feature { display: flex; align-items: center; gap: 28px; margin-top: 30px; padding: 24px; background: rgba(255,255,255,.06); }
.big-number { font-family: Impact, sans-serif; font-size: 5rem; line-height: .85; color: #f4cc7d; }
.pitching-feature p { margin: 4px 0 0; color: rgba(255,255,255,.58); }
.position-chart { display: grid; gap: 18px; }
.position-chart > div { display: grid; grid-template-columns: 50px 1fr 55px; align-items: center; gap: 14px; }
.position-chart span { color: rgba(255,255,255,.65); font-weight: 850; }
.position-chart > div > div { height: 14px; background: rgba(255,255,255,.09); overflow: hidden; }
.position-chart i { display: block; width: var(--value); height: 100%; background: linear-gradient(90deg, var(--red), #f0c467); }
.position-chart strong { text-align: right; }
.fielding-total { margin: 28px 0 0; color: rgba(255,255,255,.62); }
.fielding-total strong { color: white; }

.video-section { background: var(--cream); }
.video-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 68px; align-items: center; }
.video-copy p:not(.eyebrow) { color: var(--muted); font-size: 1.05rem; }
.video-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 25px; }
.video-tags span { padding: 7px 11px; border: 1px solid #c8c1b3; border-radius: 999px; color: #5f625f; font-size: .68rem; font-weight: 850; text-transform: uppercase; letter-spacing: .08em; }
.video-frame { position: relative; min-height: 500px; overflow: hidden; background: var(--navy); box-shadow: var(--shadow); }
.video-frame > img, .video-frame video { width: 100%; height: 500px; object-fit: cover; }
.video-frame::after { content: ""; position: absolute; inset: 0; background: linear-gradient(transparent 35%, rgba(4,12,25,.78)); pointer-events: none; }
.video-placeholder { position: absolute; z-index: 2; left: 30px; right: 30px; bottom: 28px; display: grid; grid-template-columns: 62px 1fr; align-items: center; color: white; }
.video-placeholder .play-icon { grid-row: 1 / 3; width: 54px; height: 54px; display: grid; place-items: center; border-radius: 50%; background: var(--red); box-shadow: 0 0 0 7px rgba(255,255,255,.12); }
.video-placeholder strong { font-size: 1.1rem; }
.video-placeholder small { color: rgba(255,255,255,.62); }
.video-frame.has-video::after, .video-frame.has-video .video-placeholder, .video-frame.has-video > img { display: none; }
.video-frame.has-video video { height: auto; min-height: 500px; background: black; }

.gallery-section { background: white; }
.gallery-grid { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 245px; gap: 16px; }
.gallery-item { position: relative; border: 0; padding: 0; overflow: hidden; background: #ddd; text-align: left; }
.gallery-item.tall { grid-row: span 2; }
.gallery-item.wide { grid-column: span 2; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease, filter .4s ease; }
.gallery-item span { position: absolute; z-index: 2; left: 16px; bottom: 14px; padding: 6px 10px; color: white; background: rgba(9,24,44,.82); font-size: .67rem; font-weight: 900; text-transform: uppercase; letter-spacing: .09em; }
.gallery-item::after { content: "+"; position: absolute; z-index: 2; right: 14px; top: 12px; width: 32px; height: 32px; display: grid; place-items: center; border-radius: 50%; background: rgba(255,255,255,.88); color: var(--navy); font-size: 1.3rem; opacity: 0; transform: translateY(-5px); transition: .25s; }
.gallery-item:hover img, .gallery-item:focus-visible img { transform: scale(1.045); filter: contrast(1.05); }
.gallery-item:hover::after, .gallery-item:focus-visible::after { opacity: 1; transform: translateY(0); }
.lightbox { width: min(1000px, calc(100% - 30px)); max-height: 92vh; padding: 0; border: 0; background: #071426; box-shadow: 0 40px 100px rgba(0,0,0,.5); }
.lightbox::backdrop { background: rgba(0,0,0,.82); }
.lightbox img { width: 100%; max-height: 88vh; object-fit: contain; }
.lightbox-close { position: absolute; right: 10px; top: 10px; z-index: 2; width: 42px; height: 42px; border-radius: 50%; border: 0; color: var(--navy); background: white; font-size: 1.7rem; }

.contact-section { color: white; background: linear-gradient(120deg, #0b2038, #071426); }
.contact-section h2 { color: white; }
.contact-grid { display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: 70px; }
.contact-grid > div > p:not(.eyebrow) { color: rgba(255,255,255,.62); }
.contact-card { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 24px; padding: 28px; background: white; color: var(--ink); box-shadow: var(--shadow); }
.contact-mark { width: 66px; height: 66px; font-size: 1.55rem; box-shadow: 5px 5px 0 var(--gold); }
.contact-card > div:nth-child(2) { display: grid; }
.contact-label { color: var(--muted); font-size: .67rem; font-weight: 900; text-transform: uppercase; letter-spacing: .11em; }
.contact-card strong { font-size: 1.25rem; color: var(--navy); }
.contact-card a:not(.button) { color: var(--red-dark); font-weight: 700; }

.site-footer { padding: 34px 0; color: rgba(255,255,255,.65); background: #040d18; }
.footer-inner { display: grid; grid-template-columns: 1fr 1.5fr auto; gap: 35px; align-items: center; }
.footer-inner strong { color: white; text-transform: uppercase; letter-spacing: .05em; }
.footer-inner p { margin: 4px 0 0; font-size: .78rem; }
.footer-inner .disclaimer { max-width: 540px; }
.footer-inner > a { color: white; text-decoration: none; font-size: .76rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }

@media (max-width: 980px) {
  .site-nav { position: fixed; left: 0; right: 0; top: 76px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 12px 20px 24px; background: var(--navy); box-shadow: 0 18px 30px rgba(0,0,0,.2); }
  .site-nav.open { display: flex; }
  .site-nav a { padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,.1); }
  .site-nav .nav-contact { padding: 14px 0; border: 0; border-bottom: 1px solid rgba(255,255,255,.1); border-radius: 0; }
  .nav-toggle { display: block; }
  .hero { min-height: auto; }
  .hero-grid { grid-template-columns: 1fr 420px; gap: 35px; }
  .hero h1 { font-size: clamp(4.1rem, 10vw, 6.8rem); }
  .profile-layout { grid-template-columns: 330px 1fr; }
  .stat-spotlights { grid-template-columns: repeat(3, 1fr); }
  .video-grid, .contact-grid { gap: 38px; }
  .gallery-grid { grid-template-columns: repeat(3, 1fr); }
  .contact-card { grid-template-columns: auto 1fr; }
  .contact-card .button { grid-column: 1 / -1; }
}

@media (max-width: 760px) {
  :root { --shell: min(100% - 28px, 1180px); }
  .section { padding: 72px 0; }
  .brand-copy small { display: none; }
  .hero-grid { grid-template-columns: 1fr; padding-top: 54px; padding-bottom: 90px; }
  .hero-photo { max-width: none; width: min(100%, 520px); justify-self: start; transform: none; }
  .hero-photo img { height: 460px; }
  .split-heading, .profile-layout, .video-grid, .contact-grid { grid-template-columns: 1fr; }
  .split-heading { gap: 20px; }
  .profile-card { padding: 28px; }
  .team-cards { grid-template-columns: 1fr; }
  .profile-image-card { grid-column: auto; }
  .stats-heading { display: block; }
  .source-note { text-align: left; margin-top: 18px !important; }
  .stat-spotlights { grid-template-columns: repeat(2, 1fr); }
  .tab-panel { padding: 22px 16px; }
  .rate-grid { grid-template-columns: repeat(2, 1fr); }
  .mini-stat-grid { grid-template-columns: repeat(2, 1fr); }
  .mini-stat-grid article:last-child { grid-column: 1 / -1; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 210px; }
  .gallery-item.wide { grid-column: span 2; }
  .contact-card { padding: 22px; }
  .footer-inner { grid-template-columns: 1fr; gap: 16px; }
}

@media (max-width: 480px) {
  .hero h1 { font-size: 4rem; }
  .hero h1 span { -webkit-text-stroke-width: 1px; }
  .hero-photo img { height: 405px; }
  .hero-actions .button { width: 100%; }
  .section-heading h2, .video-copy h2, .contact-section h2 { font-size: 3rem; }
  .stat-spotlights article { padding: 22px 10px; }
  .tab-list button { padding: 16px 8px; letter-spacing: .06em; }
  .pitching-feature { align-items: flex-start; }
  .video-frame, .video-frame > img { min-height: 420px; height: 420px; }
  .gallery-grid { grid-template-columns: 1fr; grid-auto-rows: 280px; }
  .gallery-item.tall, .gallery-item.wide { grid-column: auto; grid-row: auto; }
  .contact-card { grid-template-columns: 1fr; text-align: center; }
  .contact-mark { margin-inline: auto; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .001ms !important; animation-duration: .001ms !important; animation-iteration-count: 1 !important; }
}
