:root {
  --orange: #f47721;
  --orange-bright: #ff8a2a;
  --green: #00613c;
  --green-deep: #061d15;
  --green-dark: #03150f;
  --gold: #d7ad57;
  --gold-pale: #f0d79e;
  --cream: #f6f0e5;
  --paper: #fbf7ef;
  --ink: #111713;
  --muted: #6b716d;
  --line: rgba(17, 23, 19, 0.14);
  --white: #fff;
  --container: 1180px;
  --radius: 24px;
  --shadow: 0 30px 90px rgba(0, 0, 0, .16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "DM Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
body.menu-open { overflow: hidden; }
a { color: inherit; }
img { max-width: 100%; display: block; }
button, a { -webkit-tap-highlight-color: transparent; }

.location-link { color: inherit; text-decoration: none; border-bottom: 1px solid transparent; transition: border-color .2s ease, opacity .2s ease; }
.location-link:hover, .location-link:focus-visible { border-bottom-color: currentColor; }

.skip-link {
  position: fixed;
  left: 16px;
  top: 16px;
  z-index: 1000;
  padding: 10px 14px;
  background: var(--white);
  color: var(--ink);
  transform: translateY(-150%);
  transition: .2s ease;
}
.skip-link:focus { transform: translateY(0); }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; }
.container { width: min(var(--container), calc(100% - 48px)); margin: 0 auto; }
.section-dark { color: var(--white); background: var(--green-dark); }
.section-light { background: var(--paper); }
.section-green { color: var(--white); background: var(--green); }
.section-orange { background: var(--orange); color: #1a160f; }

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  color: var(--white);
  border-bottom: 1px solid transparent;
  transition: background .3s ease, border-color .3s ease, backdrop-filter .3s ease;
}
.site-header.scrolled {
  background: rgba(3, 21, 15, .88);
  border-color: rgba(255, 255, 255, .12);
  backdrop-filter: blur(18px);
}
.nav-wrap { min-height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
.brand-mark {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(215, 173, 87, .7);
  border-radius: 50%;
  color: var(--gold-pale);
  font-family: "Playfair Display", serif;
  font-size: 21px;
  font-style: italic;
  background: rgba(215,173,87,.08);
}
.brand-copy { display: grid; gap: 1px; }
.brand-copy strong { font-family: "Libre Franklin", sans-serif; font-size: 12px; letter-spacing: .05em; text-transform: uppercase; }
.brand-copy span { font-size: 10px; letter-spacing: .24em; opacity: .64; }
.site-nav { display: flex; align-items: center; gap: 28px; }
.site-nav a { position: relative; font-size: 13px; font-weight: 600; text-decoration: none; letter-spacing: .02em; }
.site-nav a:not(.nav-ticket)::after { content: ""; position: absolute; height: 1px; left: 0; right: 100%; bottom: -7px; background: var(--orange); transition: right .25s ease; }
.site-nav a:not(.nav-ticket):hover::after, .site-nav a:not(.nav-ticket):focus-visible::after { right: 0; }
.nav-ticket { padding: 11px 17px; border: 1px solid rgba(255,255,255,.28); border-radius: 999px; }
.nav-ticket:hover { border-color: var(--orange); background: var(--orange); }
.nav-toggle { display: none; background: none; border: 0; width: 42px; height: 42px; padding: 8px; }
.nav-toggle span:not(.sr-only) { display: block; height: 1px; background: #fff; margin: 6px 0; transition: .25s ease; }

.hero { min-height: 100svh; position: relative; overflow: hidden; display: flex; flex-direction: column; justify-content: center; padding: 152px 0 94px; }
.hero::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 65% 40%, rgba(244,119,33,.09), transparent 25%), linear-gradient(115deg, #03150f 0%, #071f17 48%, #03150f 100%); }
.hero-grid { position: absolute; inset: 0; opacity: .08; background-image: linear-gradient(rgba(255,255,255,.4) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.4) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(to bottom, black, transparent 80%); }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(10px); pointer-events: none; }
.hero-glow-one { width: 650px; height: 650px; right: -220px; top: 12%; background: radial-gradient(circle, rgba(244,119,33,.18), transparent 68%); }
.hero-glow-two { width: 500px; height: 500px; left: -280px; bottom: -80px; background: radial-gradient(circle, rgba(0,117,74,.36), transparent 70%); }
.hero-orbit { position: absolute; border: 1px solid rgba(215,173,87,.16); border-radius: 50%; aspect-ratio: 1; pointer-events: none; }
.orbit-one { width: 740px; right: -70px; top: 70px; }
.orbit-two { width: 570px; right: 15px; top: 155px; }
.hero-inner { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0,.94fr) minmax(0,1.06fr); align-items: center; gap: clamp(24px, 3vw, 54px); }
.hero-copy { position: relative; z-index: 5; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin-bottom: 22px; font-size: 11px; text-transform: uppercase; letter-spacing: .22em; font-weight: 700; color: var(--gold-pale); }
.eyebrow span { width: 38px; height: 1px; background: var(--orange); }
.eyebrow-dark { color: #665438; }
.hero h1 { position: relative; z-index: 5; margin: 0; line-height: .86; letter-spacing: -.055em; }
.hero-kicker { display: block; margin-bottom: 10px; font-family: "Libre Franklin", sans-serif; font-size: clamp(22px, 2.2vw, 32px); font-weight: 700; text-transform: uppercase; letter-spacing: .16em; color: var(--orange); }
.hero-main { position: relative; z-index: 7; display: block; font-family: "Libre Franklin", sans-serif; font-size: clamp(72px, 10vw, 142px); font-weight: 900; text-transform: uppercase; }
.hero-script { display: block; margin-top: 15px; font-family: "Playfair Display", serif; font-size: clamp(41px, 6vw, 82px); font-style: italic; font-weight: 700; color: var(--gold-pale); letter-spacing: -.04em; }
.hero-lede { max-width: 710px; margin: 33px 0 0; font-size: clamp(16px, 1.3vw, 19px); color: rgba(255,255,255,.70); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 14px; min-height: 52px; padding: 0 22px; border-radius: 999px; text-decoration: none; font-size: 13px; font-weight: 700; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-orange { color: #1c140d; background: var(--orange); }
.button-orange:hover { background: var(--orange-bright); }
.button-green { color: #fff; background: var(--green); }
.button-ghost { color: #fff; border: 1px solid rgba(255,255,255,.25); }
.button-ghost:hover { border-color: rgba(255,255,255,.6); background: rgba(255,255,255,.06); }
.button.compact { min-height: 46px; padding: 0 18px; }
.event-meta { display: grid; grid-template-columns: 90px repeat(3, 1fr); gap: 0; margin-top: 44px; max-width: 690px; border-top: 1px solid rgba(255,255,255,.15); border-bottom: 1px solid rgba(255,255,255,.15); }
.event-meta > div { min-height: 84px; padding: 17px 20px; border-right: 1px solid rgba(255,255,255,.13); display: flex; flex-direction: column; justify-content: center; }
.event-meta > div:first-child { padding-left: 0; }
.event-meta > div:last-child { border-right: 0; }
.event-meta span, .event-meta small { font-size: 9px; text-transform: uppercase; letter-spacing: .16em; color: rgba(255,255,255,.45); }
.event-meta strong { margin-top: 4px; font-family: "Libre Franklin", sans-serif; font-size: 15px; }
.event-meta > div:first-child strong { font-size: 28px; line-height: 1; color: var(--orange); }
.hero-art { position: relative; z-index: 1; justify-self: end; width: min(76svh, 790px); max-width: none; margin-right: clamp(-90px, -4vw, -28px); isolation: isolate; }
.hero-art img { position: relative; z-index: 2; display: block; width: 100%; filter: drop-shadow(0 30px 50px rgba(0,0,0,.38)); animation: float 7s ease-in-out infinite; }
.hero-art-mobile { display: none; }
.emblem-halo { position: absolute; inset: 8%; z-index: -1; border-radius: 50%; background: radial-gradient(circle, rgba(215,173,87,.24), transparent 66%); filter: blur(25px); }
.floating-tag { position: absolute; z-index: 3; min-width: 78px; padding: 10px 13px; border: 1px solid rgba(215,173,87,.36); background: rgba(3,21,15,.72); backdrop-filter: blur(12px); color: var(--gold-pale); font-family: "Libre Franklin", sans-serif; font-weight: 700; letter-spacing: .12em; text-align: center; }
.tag-one { top: 27%; left: -6%; }
.tag-two { right: -5%; bottom: 24%; }
.hero-footer-bar { position: absolute; z-index: 3; left: 0; right: 0; bottom: 0; border-top: 1px solid rgba(255,255,255,.11); background: rgba(0,0,0,.08); }
.hero-footer-inner { min-height: 60px; display: flex; align-items: center; justify-content: center; gap: 17px; font-size: 11px; letter-spacing: .06em; color: rgba(255,255,255,.62); text-align: center; }
.hero-footer-inner strong { color: #fff; }
.dot { width: 4px; height: 4px; border-radius: 50%; background: var(--orange); }

.countdown-band { background: #CEB888; }
.countdown-inner { width: min(1380px, calc(100% - 48px)); min-height: 190px; display: flex; align-items: center; justify-content: space-between; gap: clamp(40px, 5vw, 76px); }
.countdown-inner > div:first-child { flex: 1 1 auto; min-width: 0; }
.countdown-band .eyebrow-dark { color: rgba(17,23,19,.68); }
.countdown-band .eyebrow-dark span { background: var(--green); }
.countdown-inner h2 { margin: 0; font-family: "Libre Franklin", sans-serif; font-size: clamp(32px, 4vw, 55px); line-height: 1; letter-spacing: -.05em; }
.countdown-inner h2 em { font-family: "Playfair Display", serif; color: var(--green); }
.countdown { display: grid; grid-template-columns: repeat(4, minmax(70px, 1fr)); min-width: min(520px, 44vw); }
.countdown > div { padding: 8px 22px; border-left: 1px solid rgba(17,23,19,.18); text-align: center; }
.countdown strong { display: block; font-family: "Libre Franklin", sans-serif; font-size: clamp(34px, 4vw, 58px); line-height: 1; letter-spacing: -.06em; }
.countdown span { display: block; margin-top: 7px; font-size: 9px; text-transform: uppercase; font-weight: 700; letter-spacing: .17em; opacity: .64; }

.legacy { position: relative; overflow: hidden; padding: 126px 0; color: var(--white); background: #0b0f0e url("../images/legacy-campus-bw.webp") center center / cover fixed no-repeat; }
.legacy::before { content: ""; position: absolute; inset: 0; background: rgba(8, 12, 11, .26); }
.legacy::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(7,11,10,.58) 0%, rgba(7,11,10,.42) 24%, rgba(7,11,10,.66) 100%), radial-gradient(circle at 50% 22%, rgba(255,255,255,.05), transparent 32%); }
.legacy .container { position: relative; z-index: 1; }
.section-heading { max-width: 830px; margin-bottom: 58px; }
.legacy .section-heading { max-width: 980px; margin-left: auto; margin-right: auto; text-align: center; }
.section-heading h2 { margin: 0; font-family: "Libre Franklin", sans-serif; font-size: clamp(44px, 6vw, 82px); line-height: .98; letter-spacing: -.055em; }
.section-heading h2 em { font-family: "Playfair Display", serif; }
.section-heading p { max-width: 730px; margin: 24px 0 0; font-size: 17px; color: var(--muted); }
.section-heading-light p { color: rgba(255,255,255,.62); }
.legacy .section-heading h2 { color: var(--orange); }
.legacy .section-heading .eyebrow { color: var(--white); }
.legacy .section-heading p { max-width: 920px; margin-left: auto; margin-right: auto; color: rgba(255,255,255,.78); }
.legacy .eyebrow { justify-content: center; }
.legacy .eyebrow span { background: var(--gold-pale); }
.heading-row { display: flex; align-items: end; justify-content: space-between; gap: 40px; }
.heading-row h2 span { color: var(--orange); }
.class-count, .ghost-50 { font-family: "Libre Franklin", sans-serif; font-weight: 900; font-size: clamp(80px, 10vw, 150px); line-height: .72; color: transparent; -webkit-text-stroke: 1px rgba(255,255,255,.17); }
.legacy-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.18); border-bottom: 1px solid rgba(255,255,255,.18); }
.legacy-card { position: relative; min-height: 330px; padding: 44px 34px 42px; border-right: 1px solid rgba(255,255,255,.18); background: rgba(8,13,12,.28); backdrop-filter: blur(8px); }
.legacy-card:last-child { border-right: 0; }
.legacy-index { position: absolute; right: 24px; top: 22px; font-family: "Libre Franklin", sans-serif; font-size: 11px; font-weight: 700; color: rgba(255,255,255,.62); }
.legacy-icon { width: 54px; height: 54px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; color: var(--gold-pale); font-size: 20px; background: rgba(255,255,255,.04); }
.legacy-card h3 { margin: 52px 0 14px; font-family: "Libre Franklin", sans-serif; font-size: 29px; letter-spacing: -.035em; color: var(--white); }
.legacy-card p { margin: 0; color: rgba(255,255,255,.75); max-width: 310px; }
.story-panel { display: grid; grid-template-columns: .75fr 1.25fr; align-items: center; gap: 65px; margin-top: 100px; padding: 74px; border-radius: var(--radius); color: #fff; background: rgba(6,29,21,.92); overflow: hidden; position: relative; box-shadow: 0 30px 90px rgba(0,0,0,.22); }
.story-panel::after { content: ""; position: absolute; width: 430px; height: 430px; border-radius: 50%; right: -160px; top: -190px; border: 1px solid rgba(244,119,33,.28); box-shadow: 0 0 0 90px rgba(244,119,33,.03), 0 0 0 180px rgba(244,119,33,.025); }
.story-year { position: relative; z-index: 1; font-family: "Libre Franklin", sans-serif; font-size: clamp(160px, 20vw, 260px); font-weight: 900; line-height: .72; letter-spacing: -.1em; color: var(--orange); }
.story-copy { position: relative; z-index: 2; }
.story-label { font-size: 10px; letter-spacing: .22em; text-transform: uppercase; color: var(--gold-pale); }
.story-copy h3 { max-width: 620px; margin: 13px 0 20px; font-family: "Libre Franklin", sans-serif; font-size: clamp(32px, 4vw, 52px); line-height: 1.03; letter-spacing: -.045em; }
.story-copy p { max-width: 650px; color: rgba(255,255,255,.67); }
.text-link { display: inline-flex; align-items: center; gap: 10px; margin-top: 16px; font-weight: 700; font-size: 13px; text-decoration: none; border-bottom: 1px solid currentColor; padding-bottom: 4px; }
.text-link span { color: var(--orange); }

.inductees { padding: 126px 0 134px; position: relative; overflow: hidden; }
.inductees::before { content: ""; position: absolute; inset: 0; opacity: .06; background-image: radial-gradient(circle at center, #fff 1px, transparent 1px); background-size: 30px 30px; }
.inductees .container { position: relative; }
.class-heading-copy { min-width: 0; }
.class-title-lockup { display: flex; align-items: center; gap: clamp(8px, 1vw, 14px); }
.class-title-lockup h2 { flex: 0 1 auto; }
.class-title-logo { flex: 0 0 auto; width: clamp(118px, 10.5vw, 158px); height: auto; object-fit: contain; filter: drop-shadow(0 14px 26px rgba(0,0,0,.18)); }
.inductee-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.inductee-card { position: relative; min-height: 530px; border: 1px solid rgba(255,255,255,.18); background: rgba(3,21,15,.24); overflow: hidden; display: flex; flex-direction: column; transition: transform .28s ease, background .28s ease, border-color .28s ease, box-shadow .28s ease; }
.inductee-card:hover { transform: translateY(-7px); background: rgba(3,21,15,.43); border-color: rgba(244,119,33,.68); box-shadow: 0 28px 60px rgba(0,0,0,.16); }
.inductee-card::before { content: attr(data-sport); position: absolute; z-index: 0; right: -46px; bottom: 104px; font-family: "Libre Franklin", sans-serif; font-size: 56px; font-weight: 900; white-space: nowrap; color: transparent; -webkit-text-stroke: 1px rgba(255,255,255,.045); transform: rotate(-90deg); transform-origin: center; pointer-events: none; }

/* Future-ready portrait stage. Transparent PNG/WebP cutouts sit on the baseline without affecting card copy. */
.portrait-stage { position: relative; overflow: hidden; isolation: isolate; }
.inductee-portrait { height: 320px; flex: 0 0 320px; background: linear-gradient(180deg, rgba(255,255,255,.035), rgba(3,21,15,.22)); border-bottom: 1px solid rgba(255,255,255,.12); }
.inductee-portrait::before, .trail-portrait::before { content: ""; position: absolute; z-index: 0; width: 76%; aspect-ratio: 1; left: 12%; bottom: -20%; border: 1px solid rgba(215,173,87,.26); border-radius: 50%; box-shadow: 0 0 0 26px rgba(215,173,87,.035), 0 0 0 54px rgba(255,255,255,.018); }
.inductee-portrait::after, .trail-portrait::after { content: "50"; position: absolute; z-index: 0; right: 13px; top: 8px; font-family: "Libre Franklin", sans-serif; font-size: 75px; font-weight: 900; line-height: 1; color: rgba(255,255,255,.045); letter-spacing: -.08em; }
.honoree-photo { position: absolute; z-index: 3; inset: 7px 0 0; width: 100%; height: calc(100% - 7px); object-fit: contain; object-position: center bottom; opacity: 0; transform: translateY(8px) scale(.985); filter: drop-shadow(0 18px 20px rgba(0,0,0,.24)); transition: opacity .35s ease, transform .45s ease; pointer-events: none; }
.portrait-stage.has-photo .honoree-photo { opacity: 1; transform: translateY(0) scale(1); }
.portrait-stage.has-photo .portrait-placeholder { opacity: 0; transform: scale(.96); }
.portrait-placeholder { position: absolute; z-index: 2; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: flex-end; padding: 0 16px 24px; text-align: center; transition: opacity .25s ease, transform .3s ease; }
.portrait-placeholder strong { position: relative; z-index: 2; font-family: "Libre Franklin", sans-serif; font-size: 29px; line-height: 1; letter-spacing: -.045em; color: var(--gold-pale); }
.portrait-placeholder small { position: relative; z-index: 2; margin-top: 7px; font-size: 8px; font-weight: 700; text-transform: uppercase; letter-spacing: .17em; color: rgba(255,255,255,.44); }
.portrait-silhouette { position: absolute; z-index: 1; left: 50%; bottom: 62px; width: 154px; height: 180px; transform: translateX(-50%); opacity: .18; }
.portrait-silhouette::before { content: ""; position: absolute; top: 0; left: 50%; width: 75px; height: 75px; transform: translateX(-50%); border-radius: 50%; background: linear-gradient(145deg, var(--gold-pale), rgba(255,255,255,.32)); }
.portrait-silhouette::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 112px; border-radius: 78px 78px 14px 14px; background: linear-gradient(145deg, var(--gold-pale), rgba(255,255,255,.18)); clip-path: polygon(18% 12%, 39% 0, 61% 0, 82% 12%, 100% 100%, 0 100%); }
.inductee-copy { position: relative; z-index: 2; flex: 1; padding: 21px 24px 48px; }
.card-line { width: 44px; height: 3px; background: var(--orange); margin: 0 0 17px; }
.sport { display: block; min-height: 26px; font-size: 9px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; color: var(--gold-pale); }
.inductee-card h3 { margin: 8px 0 0; font-family: "Libre Franklin", sans-serif; font-size: clamp(27px, 2.4vw, 36px); line-height: 1.02; letter-spacing: -.04em; }
.honor { position: absolute; left: 24px; bottom: 20px; font-size: 9px; text-transform: uppercase; letter-spacing: .15em; color: rgba(255,255,255,.45); }
.inductee-card-featured { grid-column: span 2; background: var(--orange); color: #1d150f; border-color: rgba(255,255,255,.24); }
.inductee-card-featured .inductee-portrait { background: linear-gradient(145deg, #032217 0%, #07583a 100%); border-color: rgba(255,255,255,.13); }
.inductee-card-featured .inductee-copy { background: var(--orange); }
.inductee-card-featured .sport, .inductee-card-featured .honor { color: rgba(29,21,15,.62); }
.inductee-card-featured .card-line { background: var(--green-deep); }
.inductee-card-featured::before { -webkit-text-stroke-color: rgba(29,21,15,.08); }
.inductee-card-featured:hover { background: var(--orange-bright); }
.inductee-card-featured:hover .inductee-copy { background: var(--orange-bright); }

.trailblazers { padding: 124px 0; position: relative; overflow: hidden; isolation: isolate; min-height: 820px; }
.trailblazers::before { content: ""; position: absolute; inset: 0; z-index: -3; background: linear-gradient(120deg, rgba(244,119,33,.055), transparent 38%), radial-gradient(circle at 100% 50%, rgba(215,173,87,.09), transparent 32%); }
.trailblazer-art { position: absolute; inset: 0; z-index: -2; pointer-events: none; overflow: hidden; }
.trailblazer-art img { position: absolute; left: clamp(-150px, -7vw, -90px); top: 0; height: 100%; width: auto; max-width: none; object-fit: contain; object-position: left top; opacity: .38; filter: grayscale(1) contrast(.94) brightness(.84); }
.trailblazer-art::before { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(90deg, rgba(3,21,15,.01) 0%, rgba(3,21,15,.05) 18%, rgba(3,21,15,.46) 40%, rgba(3,21,15,.93) 59%, var(--green-dark) 76%); }
.trailblazer-art::after { content: ""; position: absolute; inset: 0; z-index: 2; background: linear-gradient(180deg, rgba(3,21,15,.02) 0%, rgba(3,21,15,.02) 68%, rgba(3,21,15,.62) 88%, var(--green-dark) 100%); }
.trailblazer-layout { position: relative; z-index: 2; display: grid; grid-template-columns: .82fr 1.18fr; gap: 82px; align-items: start; }
.trailblazer-intro { position: sticky; top: 130px; isolation: isolate; padding-top: 0; margin-top: -9px; }
.trailblazer-intro h2 { margin: 0; font-family: "Libre Franklin", sans-serif; font-size: clamp(44px, 5vw, 70px); line-height: .97; letter-spacing: -.055em; text-wrap: balance; }
.trailblazer-intro h2 em { display: block; font-family: "Playfair Display", serif; color: var(--gold-pale); }
.trailblazer-intro p { max-width: 470px; margin-top: 24px; color: rgba(255,255,255,.60); }
.trailblazer-cards { display: grid; gap: 16px; }
.trail-card { display: grid; grid-template-columns: 170px 1fr; gap: 24px; padding: 24px 32px 24px 24px; min-height: 300px; align-items: center; border: 1px solid rgba(255,255,255,.13); background: rgba(255,255,255,.035); overflow: hidden; }
.trail-portrait { align-self: stretch; min-height: 250px; background: linear-gradient(180deg, rgba(244,119,33,.06), rgba(255,255,255,.025)); border: 1px solid rgba(215,173,87,.14); }
.trail-portrait::after { font-size: 56px; }
.trail-portrait .portrait-silhouette { width: 118px; height: 148px; bottom: 62px; }
.trail-portrait .portrait-silhouette::before { width: 62px; height: 62px; }
.trail-portrait .portrait-silhouette::after { height: 94px; }
.trail-portrait .portrait-placeholder { padding-bottom: 21px; }
.trail-portrait .portrait-placeholder strong { font-size: 23px; }
.trail-number { font-family: "Libre Franklin", sans-serif; font-size: 54px; font-weight: 900; color: transparent; -webkit-text-stroke: 1px rgba(244,119,33,.7); line-height: 1; }
.trail-category { display: block; margin: 0 0 14px; color: var(--orange); font-size: 10px; text-transform: uppercase; letter-spacing: .17em; font-weight: 700; }
.trail-card h3 { margin: 0 0 18px; font-family: "Libre Franklin", sans-serif; font-size: clamp(28px, 3vw, 42px); line-height: 1; letter-spacing: -.045em; }
.trail-card p { margin: 0; color: rgba(255,255,255,.63); }

.weekend { padding: 125px 0; }
.weekend .section-heading h2 em { color: var(--orange); }
.schedule { border-top: 1px solid var(--line); }
.schedule-item { display: grid; grid-template-columns: 105px 130px 1fr; gap: 30px; align-items: start; padding: 45px 24px 45px 0; border-bottom: 1px solid var(--line); }
.schedule-date span, .schedule-date small { display: block; font-size: 10px; font-weight: 700; letter-spacing: .18em; color: var(--muted); }
.schedule-date strong { display: block; margin: 2px 0; font-family: "Libre Franklin", sans-serif; font-size: 46px; line-height: 1; letter-spacing: -.055em; }
.schedule-time { padding-top: 10px; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .11em; color: var(--muted); }
.schedule-main { max-width: 760px; }
.schedule-tag { font-size: 9px; text-transform: uppercase; font-weight: 700; letter-spacing: .15em; color: var(--green); }
.schedule-main h3 { margin: 8px 0 12px; font-family: "Libre Franklin", sans-serif; font-size: clamp(29px, 4vw, 48px); line-height: 1; letter-spacing: -.045em; }
.schedule-main p { margin: 0; color: var(--muted); }
.schedule-ticket-link { margin-top: 22px; }
.schedule-featured .schedule-ticket-link { margin-top: 30px; }
.schedule-details { display: flex; flex-wrap: wrap; gap: 12px 28px; margin: 18px 0 4px; font-size: 11px; font-weight: 700; }
.schedule-venue { margin: 18px 0 6px; }
.schedule-map-link { display: inline-flex; flex-direction: column; align-items: flex-start; gap: 2px; color: inherit; text-decoration: none; }
.schedule-map-link strong { font-size: 12px; line-height: 1.35; letter-spacing: .01em; }
.schedule-map-link > span { font-size: 11px; line-height: 1.45; font-weight: 500; color: var(--muted); }
.schedule-map-link small { margin-top: 4px; font-size: 9px; line-height: 1.3; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; color: var(--green); }
.schedule-map-link:hover small, .schedule-map-link:focus-visible small { text-decoration: underline; text-underline-offset: 3px; }
.schedule-subtimes { display: flex; flex-wrap: wrap; gap: 8px 24px; margin-top: 16px; font-size: 11px; line-height: 1.45; }
.schedule-subtimes span { display: inline-flex; gap: 7px; align-items: baseline; }
.schedule-featured .schedule-map-link > span { color: rgba(255,255,255,.62); }
.schedule-featured .schedule-map-link small { color: var(--gold); }
.schedule-featured .schedule-subtimes { color: rgba(255,255,255,.72); }

.schedule-featured { position: relative; margin: 18px 0; padding: 42px 28px; background: var(--green-deep); color: #fff; border-bottom: 0; border-radius: 20px; }
.schedule-featured .schedule-date span, .schedule-featured .schedule-date small, .schedule-featured .schedule-time { color: rgba(255,255,255,.48); }
.schedule-featured .schedule-date strong, .schedule-featured .schedule-main h3 { color: var(--gold); }
.schedule-featured .schedule-tag { color: var(--orange); }
.schedule-featured .schedule-main p { color: rgba(255,255,255,.65); }

.commissioners { position: relative; overflow: hidden; padding: 118px 0 124px; background: var(--orange); }
.commissioners::before { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(135deg, rgba(255,255,255,.045), transparent 38%), radial-gradient(circle at 82% 25%, rgba(255,255,255,.055), transparent 25%); opacity: .72; }
.commissioner-accent { position: absolute; left: 0; right: 0; top: 0; height: 5px; background: var(--green-deep); opacity: .85; }
.commissioner-rattler { position: absolute; z-index: 0; left: -18vw; top: 50%; transform: translateY(-50%); height: 112%; width: min(48vw, 880px); opacity: .05; pointer-events: none; }
.commissioner-rattler img { display: block; width: 100%; height: 100%; object-fit: contain; object-position: left center; filter: none; mix-blend-mode: multiply; }
.commissioners-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0,.93fr) minmax(590px,1.07fr); gap: clamp(64px, 7vw, 118px); align-items: center; }
.commissioner-copy { max-width: 610px; }
.commissioner-eyebrow { margin-bottom: 24px; }
.commissioner-copy h2 { margin: 0; max-width: 610px; font-family: "Libre Franklin", sans-serif; font-size: clamp(48px, 4.6vw, 76px); line-height: .96; letter-spacing: -.06em; text-wrap: balance; }
.commissioner-copy p { max-width: 610px; margin: 30px 0 0; font-size: 17px; line-height: 1.55; opacity: .72; }
.conference-list { position: relative; border-top: 1px solid rgba(17,23,19,.26); }
.conference-row { position: relative; display: grid; grid-template-columns: minmax(210px, 42%) 1fr; align-items: end; min-height: 176px; border-bottom: 1px solid rgba(17,23,19,.26); }
.commissioner-portrait { position: relative; align-self: stretch; min-height: 176px; overflow: visible; }
.commissioner-portrait img { position: absolute; z-index: 2; left: 50%; bottom: 0; max-width: none; width: auto; height: 164px; transform: translateX(-50%); object-fit: contain; object-position: center bottom; filter: drop-shadow(0 10px 15px rgba(0,0,0,.10)); }
.commissioner-portrait-anthony img { height: 164px; }
.commissioner-portrait-sonja img { height: 171px; }
.commissioner-portrait-charles img { height: 166px; }
.conference-info { align-self: center; padding: 22px 10px 20px 28px; }
.conference-code { font-family: "Libre Franklin", sans-serif; font-size: clamp(34px, 3vw, 50px); font-weight: 900; line-height: .92; letter-spacing: -.055em; color: #111713; }
.conference-code-logo { display: flex; align-items: center; }
.conference-code-logo img { display: block; height: clamp(38px, 3.15vw, 52px); width: auto; object-fit: contain; }
.conference-rule { width: clamp(118px, 11vw, 170px); height: 5px; margin: 9px 0 12px; background: var(--green-deep); }
.conference-name { font-family: "Libre Franklin", sans-serif; font-size: clamp(18px, 1.55vw, 25px); font-weight: 650; line-height: 1.1; color: #111713; }


.legends { padding: 128px 0; }
.legend-list { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid rgba(255,255,255,.12); }
.legend-list > div { min-height: 172px; display: flex; align-items: stretch; justify-content: flex-start; gap: 20px; padding: 0 24px; border-bottom: 1px solid rgba(255,255,255,.12); }
.legend-list > div:nth-child(odd) { border-right: 1px solid rgba(255,255,255,.12); padding-left: 0; }
.legend-item { position: relative; }
.legend-photo-wrap { position: relative; align-self: stretch; flex: 0 0 clamp(120px, 13vw, 158px); width: clamp(120px, 13vw, 158px); height: auto; display: flex; align-items: flex-end; justify-content: center; overflow: visible; }
.legend-photo { width: 100%; height: 100%; object-fit: contain; object-position: center bottom; filter: drop-shadow(0 14px 18px rgba(0, 0, 0, .18)); }
.legend-photo-placeholder { margin: 14px 0; border: 1px dashed rgba(215,173,87,.4); border-radius: 18px; background: linear-gradient(180deg, rgba(255,255,255,.045), rgba(255,255,255,.015)); align-items: center; justify-content: center; flex-direction: column; gap: 6px; }
.legend-photo-placeholder b { font-family: "Libre Franklin", sans-serif; font-size: 34px; line-height: 1; color: var(--gold-pale); letter-spacing: -.05em; }
.legend-photo-placeholder small { font-size: 10px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; color: rgba(255,255,255,.48); text-align: center; }
.legend-meta { display: flex; flex-direction: column; justify-content: center; gap: 8px; min-width: 0; padding: 22px 0; }
.legend-list strong { font-family: "Libre Franklin", sans-serif; font-size: clamp(18px, 2vw, 25px); letter-spacing: -.025em; line-height: 1.02; color: var(--gold); }
.legend-list span { max-width: none; text-align: left; color: rgba(255,255,255,.47); font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }

.yearbook { padding: 125px 0; }
.yearbook-panel { display: grid; grid-template-columns: .88fr 1.12fr; align-items: center; gap: 80px; min-height: 620px; padding: 78px; background: var(--cream); border-radius: var(--radius); overflow: hidden; position: relative; }
.yearbook-panel::before { content: ""; position: absolute; width: 460px; height: 460px; border: 1px solid rgba(0,97,60,.12); border-radius: 50%; left: -130px; top: -160px; box-shadow: 0 0 0 85px rgba(0,97,60,.025), 0 0 0 170px rgba(0,97,60,.02); }
.yearbook-art { position: relative; height: 420px; perspective: 1200px; }
.book { position: absolute; width: 265px; height: 360px; border-radius: 5px 15px 15px 5px; box-shadow: 0 30px 70px rgba(0,0,0,.20); }
.book-back { left: 115px; top: 28px; background: #b88b44; transform: rotate(9deg); }
.book-front { left: 40px; top: 12px; background: linear-gradient(150deg, #061d15, #003d27); border-left: 6px solid #d6ad58; transform: rotate(-8deg); color: #fff; padding: 45px 35px; }
.book-front::before { content: ""; position: absolute; inset: 18px; border: 1px solid rgba(215,173,87,.48); }
.book-front span { position: relative; z-index: 2; font-size: 12px; letter-spacing: .18em; font-weight: 700; color: var(--gold-pale); }
.book-front strong { position: relative; z-index: 2; display: block; margin: 35px 0 20px; font-family: "Libre Franklin", sans-serif; font-size: 110px; line-height: .8; color: var(--orange); }
.book-front small { position: relative; z-index: 2; display: block; line-height: 1.8; letter-spacing: .12em; }
.yearbook-copy { position: relative; z-index: 2; }
.yearbook-copy h2 { margin: 0; font-family: "Libre Franklin", sans-serif; font-size: clamp(43px, 5vw, 68px); line-height: .98; letter-spacing: -.055em; }
.yearbook-copy p { max-width: 630px; margin: 23px 0 0; color: var(--muted); }
.yearbook-copy .button { margin-top: 30px; }

.final-cta { position: relative; padding: 100px 0; overflow: hidden; }
.final-cta-pattern { position: absolute; inset: 0; opacity: .07; background-image: linear-gradient(30deg, transparent 12%, #fff 12%, #fff 13%, transparent 13%, transparent 87%, #fff 87%, #fff 88%, transparent 88%); background-size: 80px 140px; }
.final-cta-inner { position: relative; display: grid; grid-template-columns: 250px 1fr; gap: 60px; align-items: center; }
.final-cta-inner img { width: 250px; filter: drop-shadow(0 20px 40px rgba(0,0,0,.25)); }
.final-cta-inner h2 { max-width: 780px; margin: 0; font-family: "Libre Franklin", sans-serif; font-size: clamp(46px, 6vw, 80px); line-height: .96; letter-spacing: -.055em; }
.final-cta-inner p { max-width: 690px; color: rgba(255,255,255,.70); font-size: 17px; }

.site-footer { background: #020c08; color: #fff; padding: 70px 0 24px; }
.footer-grid { display: grid; grid-template-columns: 1.5fr .75fr .85fr; gap: 80px; padding-bottom: 55px; }
.footer-brand { margin-bottom: 22px; }
.footer-grid > div:first-child > p { max-width: 480px; color: rgba(255,255,255,.48); font-size: 13px; }
.footer-links { display: flex; flex-direction: column; gap: 11px; }
.footer-links > span { margin-bottom: 5px; color: var(--gold-pale); font-size: 9px; text-transform: uppercase; letter-spacing: .18em; font-weight: 700; }
.footer-links a { color: rgba(255,255,255,.7); text-decoration: none; font-size: 13px; }
.footer-links a:hover { color: #fff; }
.footer-bottom { min-height: 60px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255,255,255,.10); color: rgba(255,255,255,.34); font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }

.reveal { opacity: 0; transform: translateY(26px); transition: opacity .72s cubic-bezier(.2,.65,.2,1), transform .72s cubic-bezier(.2,.65,.2,1); }
.reveal.visible { opacity: 1; transform: translateY(0); }
.delay-1 { transition-delay: .08s; }
.delay-2 { transition-delay: .16s; }
@keyframes float { 0%,100% { transform: translateY(0) rotate(-.3deg); } 50% { transform: translateY(-12px) rotate(.3deg); } }

@media (min-width: 1101px) {
  .countdown-inner h2 { white-space: nowrap; }
}

@media (max-width: 1100px) {
  .hero-inner { grid-template-columns: minmax(0,.98fr) minmax(0,1.02fr); gap: 10px; }
  .hero-art { width: min(65svh, 620px); margin-right: -56px; }
  .event-meta { grid-template-columns: 78px repeat(3, 1fr); }
  .inductee-grid { grid-template-columns: repeat(3, 1fr); }
  .inductee-card-featured { grid-column: span 1; }
  .story-panel { padding: 56px; }
  .yearbook-panel { padding: 58px; gap: 40px; }
}

@media (max-width: 900px) {
  .container { width: min(100% - 34px, var(--container)); }
  .nav-toggle { display: block; position: relative; z-index: 102; }
  .site-nav { position: fixed; inset: 0; z-index: 101; width: 100vw; height: 100dvh; min-height: 100vh; background: #03150f; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: max(96px, calc(env(safe-area-inset-top) + 76px)) 32px max(42px, env(safe-area-inset-bottom)); gap: 24px; text-align: center; overflow-y: auto; transform: translateX(100%); transition: transform .35s ease; }
  .site-nav.open { transform: translateX(0); }
  .site-nav a { font-size: 27px; }
  .site-nav .nav-ticket { margin-top: 10px; padding: 13px 22px; font-size: 16px; }
  .nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .hero { min-height: auto; padding-top: 135px; }
  .hero-inner { grid-template-columns: 1fr; }
  .hero-copy { max-width: 780px; }
  .hero-art { display: none; }
  .hero-art-mobile { position: relative; z-index: 1; display: block; width: min(50vw, 300px); margin: 0 auto 20px; isolation: isolate; }
  .hero-art-mobile img { position: relative; z-index: 2; display: block; width: 100%; filter: drop-shadow(0 18px 30px rgba(0,0,0,.34)); animation: float 7s ease-in-out infinite; }
  .hero-art-mobile .emblem-halo { inset: 7%; }
  .hero-footer-bar { position: relative; margin-top: 55px; }
  .hero-footer-inner { min-height: 74px; flex-wrap: wrap; gap: 8px 13px; padding: 14px 0; }
  .event-meta { max-width: none; }
  .countdown-inner { width: min(var(--container), calc(100% - 48px)); padding: 45px 0; align-items: flex-start; flex-direction: column; }
  .countdown-inner h2 { white-space: normal; }
  .countdown { width: 100%; min-width: 0; }
  .countdown > div:first-child { border-left: 0; }
  .legacy, .inductees, .trailblazers, .weekend, .legends, .yearbook { padding: 90px 0; }
  .legacy .section-heading { text-align: center; }
  .legacy .section-heading p { margin-left: auto; margin-right: auto; }
  .legacy-grid { grid-template-columns: 1fr; }
  .legacy-card { min-height: 250px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.18); }
  .legacy-card:last-child { border-bottom: 0; }
  .legacy-card h3 { margin-top: 34px; }
  .story-panel { grid-template-columns: 1fr; gap: 25px; }
  .story-year { font-size: 180px; }
  .inductee-grid { grid-template-columns: repeat(2, 1fr); }
  .trailblazer-layout { grid-template-columns: 1fr; gap: 40px; }
  .trailblazers { padding: 0 0 90px; min-height: 0; }
  .trailblazer-layout { padding-top: 178px; }
  .trailblazer-intro { position: static; padding: 0 0 0 116px; max-width: 760px; margin-top: 0; }
  .trailblazer-art img { height: auto; width: min(350px, 40vw); top: 0; left: -24px; opacity: .34; }
  .trailblazer-art::before { background: linear-gradient(90deg, rgba(3,21,15,.03) 0%, rgba(3,21,15,.14) 24%, rgba(3,21,15,.72) 58%, var(--green-dark) 82%); }
  .trailblazer-art::after { background: linear-gradient(180deg, rgba(3,21,15,.02) 0%, rgba(3,21,15,.08) 46%, rgba(3,21,15,.88) 82%, var(--green-dark) 100%); }
  .commissioners { padding: 92px 0 98px; }
  .commissioner-rattler { left: -24vw; top: 50%; transform: translateY(-50%); height: 108%; width: min(76vw, 720px); opacity: .045; }
  .commissioners-grid { grid-template-columns: 1fr; gap: 56px; }
  .commissioner-copy { max-width: 760px; }
  .commissioner-copy h2 { max-width: 760px; font-size: clamp(48px, 7vw, 70px); }
  .commissioner-copy p { max-width: 720px; }
  .conference-list { max-width: 760px; width: 100%; justify-self: end; }
  .conference-row { grid-template-columns: minmax(190px, 42%) 1fr; min-height: 158px; }
  .commissioner-portrait { min-height: 158px; }
  .commissioner-portrait img { height: 150px; }
  .commissioner-portrait-anthony img { height: 149px; }
  .commissioner-portrait-sonja img { height: 155px; }
  .commissioner-portrait-charles img { height: 151px; }
  .conference-info { padding-left: 26px; }
  .yearbook-panel { grid-template-columns: 1fr; }
  .yearbook-art { width: 470px; max-width: 100%; margin: 0 auto; }
  .final-cta-inner { grid-template-columns: 180px 1fr; }
  .final-cta-inner img { width: 180px; }
  .footer-grid { grid-template-columns: 1.2fr .8fr; }
  .footer-grid > div:last-child { grid-column: 2; }
}


@media (max-width: 760px) {
  .trail-card { grid-template-columns: 150px 1fr; padding: 18px; gap: 18px; }
  .trail-portrait { min-height: 230px; }
  .trail-number { position: static; margin: 0; font-size: 44px; }
}
@media (max-width: 650px) {
  .container { width: min(100% - 28px, var(--container)); }
  .nav-wrap { min-height: 74px; }
  .brand-copy strong { font-size: 10px; }
  .brand-copy span { font-size: 9px; letter-spacing: .17em; }
  .brand-mark { width: 40px; height: 40px; }
  .hero { padding: 120px 0 0; }
  .hero-main { font-size: clamp(58px, 19vw, 88px); }
  .hero-script { font-size: clamp(38px, 12vw, 58px); }
  .hero-kicker { font-size: 17px; }
  .hero-lede { margin-top: 26px; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .button { width: 100%; }
  .event-meta { grid-template-columns: repeat(2, 1fr); }
  .event-meta > div { border-bottom: 1px solid rgba(255,255,255,.13); }
  .event-meta > div:nth-child(2) { border-right: 0; }
  .event-meta > div:first-child { padding-left: 20px; }
  .event-meta > div:nth-child(3), .event-meta > div:nth-child(4) { border-bottom: 0; }
  .hero-art-mobile { width: 50vw; max-width: 240px; min-width: 165px; margin: 0 auto 18px; }
  .tag-one, .tag-two { display: none; }
  .hero-footer-inner { justify-content: flex-start; text-align: left; }
  .hero-footer-inner .dot { display: none; }
  .hero-footer-inner span { width: 100%; }
  .countdown-inner { width: min(100% - 28px, var(--container)); align-items: center; text-align: center; }
  .countdown-inner > div:first-child { width: 100%; }
  .countdown-band .eyebrow { justify-content: center; }
  .countdown-inner h2 { text-align: center; }
  .countdown { grid-template-columns: repeat(2, 1fr); }
  .countdown > div { border-left: 0; border-top: 1px solid rgba(17,23,19,.18); padding: 18px 10px; }
  .countdown > div:nth-child(odd) { border-right: 1px solid rgba(17,23,19,.18); }
  .section-heading { margin-bottom: 38px; }
  .section-heading p { font-size: 15px; }
  .heading-row { display: block; }
  .class-title-lockup { gap: 8px; align-items: center; }
  .class-title-lockup h2 { font-size: clamp(38px, 11vw, 52px); }
  .class-title-logo { width: clamp(78px, 23vw, 104px); }
  .class-count, .ghost-50 { display: none; }
  .story-panel { margin-top: 60px; padding: 38px 25px; }
  .story-year { font-size: 125px; }
  .inductee-grid { grid-template-columns: 1fr; }
  .inductee-card { min-height: 0; }
  .inductee-portrait { height: 350px; flex-basis: 350px; }
  .inductee-card h3 { font-size: 35px; }
  .trail-card { grid-template-columns: 1fr; padding: 24px; gap: 20px; }
  .trailblazers { padding-bottom: 72px; }
  .trailblazer-layout { padding-top: 90px; gap: 54px; }
  .trailblazer-art img { width: min(245px, 62vw); height: auto; left: -22px; top: 0; opacity: .33; }
  .trailblazer-art::before { background: linear-gradient(90deg, rgba(3,21,15,.03) 0%, rgba(3,21,15,.12) 34%, rgba(3,21,15,.74) 73%, var(--green-dark) 100%); }
  .trailblazer-art::after { background: linear-gradient(180deg, rgba(3,21,15,.02) 0%, rgba(3,21,15,.06) 42%, rgba(3,21,15,.82) 78%, var(--green-dark) 100%); }
  .trailblazer-intro { padding-left: 106px; margin-bottom: 0; max-width: none; }
  .trailblazer-intro .eyebrow { white-space: nowrap; margin-bottom: 20px; }
  .trailblazer-intro h2 { font-size: clamp(25px, 5.3vw, 32px); line-height: .98; white-space: nowrap; letter-spacing: -.045em; }
  .trailblazer-intro h2 em { font-size: 1.30em; line-height: 1.02; margin-top: 4px; }
  .trailblazer-intro p { max-width: 470px; margin-top: 24px; font-size: 15px; line-height: 1.62; }
  .trail-portrait { min-height: 330px; }
  .trail-number { position: absolute; margin: 18px; font-size: 50px; z-index: 4; }
  .schedule-item, .schedule-featured { grid-template-columns: 80px 1fr; gap: 18px; padding: 34px 0; }
  .schedule-featured { padding: 30px 20px; }
  .schedule-time { grid-column: 2; grid-row: 1; justify-self: end; }
  .schedule-main { grid-column: 1 / -1; }
  .schedule-featured .button { width: auto; }
  .commissioners { padding: 74px 0 78px; }
  .commissioner-rattler { left: -40vw; top: 50%; transform: translateY(-50%); height: 104%; width: 125vw; max-width: none; opacity: .04; }
  .commissioners-grid { gap: 46px; }
  .commissioner-copy h2 { font-size: clamp(43px, 13vw, 62px); line-height: .94; }
  .commissioner-copy p { margin-top: 24px; font-size: 15px; }
  .conference-row { grid-template-columns: minmax(118px, 40%) 1fr; min-height: 128px; }
  .commissioner-portrait { min-height: 128px; }
  .commissioner-portrait img { height: 120px; }
  .commissioner-portrait-anthony img { height: 118px; }
  .commissioner-portrait-sonja img { height: 124px; }
  .commissioner-portrait-charles img { height: 120px; }
  .conference-info { padding: 18px 0 18px 18px; }
  .conference-code { font-size: clamp(28px, 9vw, 38px); }
  .conference-code-logo img { height: clamp(32px, 8vw, 42px); }
  .conference-rule { width: 96px; height: 4px; margin: 7px 0 9px; }
  .conference-name { font-size: clamp(15px, 4.6vw, 19px); }
  .legend-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .legend-list > div { min-height: 220px; padding: 14px 10px 18px; gap: 10px; align-items: center; justify-content: flex-end; flex-direction: column; text-align: center; }
  .legend-list > div:nth-child(odd) { border-right: 1px solid rgba(255,255,255,.12); padding-left: 10px; }
  .legend-photo-wrap { flex: 1 1 auto; width: min(100%, 145px); height: 126px; min-height: 126px; align-self: center; }
  .legend-photo-placeholder { margin: 0; width: min(100%, 126px); height: 118px; flex: 0 0 118px; }
  .legend-meta { width: 100%; text-align: center; align-items: center; padding: 0; gap: 5px; }
  .legend-list strong { font-size: clamp(15px, 4.4vw, 19px); line-height: 1.04; }
  .legend-list span { max-width: 150px; text-align: center; font-size: 9px; line-height: 1.35; }
  .yearbook-panel { padding: 42px 22px; text-align: center; }
  .yearbook-art { height: 360px; transform: scale(.82); transform-origin: center top; margin: 0 auto -60px; }
  .yearbook-copy { text-align: center; }
  .yearbook-copy p { margin-left: auto; margin-right: auto; }
  .yearbook-copy .button { margin-left: auto; margin-right: auto; }
  .final-cta { padding: 80px 0; }
  .final-cta-inner { grid-template-columns: 1fr; gap: 30px; text-align: center; }
  .final-cta-inner img { width: 160px; margin: 0 auto; }
  .final-cta-inner p { margin-left: auto; margin-right: auto; }
  .final-cta-inner .hero-actions { justify-content: center; }
  .host-portrait, .host-copy { text-align: center; }
  .host-copy > .eyebrow,
  .legends .section-heading > .eyebrow,
  .yearbook-copy > .eyebrow,
  .final-cta-inner .eyebrow { justify-content: center; text-align: center; }
  .host-photo-caption { left: 50%; transform: translateX(-50%); text-align: center; border-left: 0; border-top: 3px solid var(--orange); }
  .host-lede { margin-left: auto; margin-right: auto; }
  .host-event-card { margin-left: auto; margin-right: auto; }
  .host-event-card > div:first-child { padding-left: 0; }
  .host-event-card span, .host-event-card strong { text-align: center; }
  .host-copy .button { margin-left: auto; margin-right: auto; }
  .legends .section-heading, .legends .heading-row, .legends .heading-row > div { text-align: center; }
  .legends .heading-row { justify-items: center; }
  .legends .heading-row p { margin-left: auto; margin-right: auto; }
  .footer-grid { grid-template-columns: 1fr; gap: 36px; }
  .footer-grid > div:last-child { grid-column: 1; }
  .footer-bottom { align-items: flex-start; flex-direction: column; justify-content: center; padding: 18px 0; }
}

@media (max-width: 430px) {
  .trailblazer-layout { padding-top: 82px; }
  .trailblazer-intro { padding-left: 82px; }
  .trailblazer-art img { width: 205px; left: -28px; }
  .trailblazer-intro h2 { font-size: clamp(23px, 6.6vw, 28px); }
  .trailblazer-intro h2 em { font-size: 1.18em; }
  .trailblazer-intro p { font-size: 14px; }
}

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

/* Official 50th Anniversary logo system */
.brand-mark.brand-mark-logo {
  width: 54px;
  height: 54px;
  border: 0;
  border-radius: 0;
  background: transparent;
  padding: 0;
  overflow: visible;
}
.brand-mark.brand-mark-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 5px 10px rgba(0,0,0,.18));
}
.hero-art img, .hero-art-mobile img {
  transform-origin: center center;
}
.story-watermark {
  position: absolute;
  z-index: 0;
  width: 390px;
  right: -65px;
  bottom: -105px;
  opacity: .075;
  transform: rotate(-7deg);
  pointer-events: none;
}
.story-copy { position: relative; z-index: 2; }
.story-year { z-index: 2; }
.yearbook-logo {
  position: relative;
  z-index: 2;
  width: 205px;
  margin: 23px auto 28px;
  filter: drop-shadow(0 12px 18px rgba(0,0,0,.22));
}
.book-front small {
  text-align: center;
  font-size: 9px;
  color: rgba(255,255,255,.76);
}
.final-cta-inner > img {
  filter: drop-shadow(0 22px 42px rgba(0,0,0,.28));
}
.footer-brand .brand-mark.brand-mark-logo {
  width: 58px;
  height: 58px;
}
@media (max-width: 650px) {
  .brand-mark.brand-mark-logo { width: 46px; height: 46px; }
  .footer-brand .brand-mark.brand-mark-logo { width: 50px; height: 50px; }
  .story-watermark { width: 300px; right: -90px; bottom: -90px; }
  .yearbook-logo { width: 190px; }
}

/* Host spotlight — Pam Oliver */
.host-spotlight {
  position: relative;
  padding: 118px 0 104px;
  overflow: hidden;
  isolation: isolate;
}
.host-spotlight::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -3;
  background:
    radial-gradient(circle at 25% 55%, rgba(244,119,33,.16), transparent 28%),
    linear-gradient(120deg, #03150f 0%, #08241a 52%, #03150f 100%);
}
.host-spotlight::after {
  content: "50";
  position: absolute;
  z-index: -2;
  right: -2vw;
  top: 2%;
  font-family: "Libre Franklin", sans-serif;
  font-size: clamp(260px, 38vw, 620px);
  font-weight: 900;
  line-height: .8;
  letter-spacing: -.11em;
  color: transparent;
  -webkit-text-stroke: 1px rgba(255,255,255,.045);
  pointer-events: none;
}
.host-accent { position: absolute; border-radius: 50%; pointer-events: none; z-index: -1; }
.host-accent-one { width: 520px; height: 520px; left: -250px; top: 18%; border: 1px solid rgba(215,173,87,.14); box-shadow: 0 0 0 85px rgba(215,173,87,.025), 0 0 0 170px rgba(215,173,87,.018); }
.host-accent-two { width: 280px; height: 280px; right: 8%; bottom: -180px; background: rgba(244,119,33,.08); filter: blur(5px); }
.host-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(48px, 7vw, 96px); align-items: center; }
.host-portrait { min-width: 0; }
.host-frame { position: relative; width: min(520px, 100%); margin: 0 auto; min-height: 590px; display: flex; align-items: end; justify-content: center; }
.host-frame::before {
  content: "";
  position: absolute;
  left: 4%; right: 4%; bottom: 0;
  height: 79%;
  border-radius: 280px 280px 26px 26px;
  background: linear-gradient(180deg, rgba(0,97,60,.88), rgba(3,21,15,.3));
  border: 1px solid rgba(215,173,87,.24);
  box-shadow: 0 35px 90px rgba(0,0,0,.32);
}
.host-frame::after {
  content: "";
  position: absolute;
  inset: 18% 9% 3%;
  z-index: 0;
  border-radius: 260px 260px 22px 22px;
  background-image: radial-gradient(circle at center, rgba(255,255,255,.12) 1px, transparent 1px);
  background-size: 24px 24px;
  opacity: .28;
}
.host-ring { position: absolute; width: 82%; aspect-ratio: 1; top: 9%; border-radius: 50%; border: 1px solid rgba(215,173,87,.38); box-shadow: 0 0 0 32px rgba(215,173,87,.025), 0 0 0 64px rgba(215,173,87,.018); }
.host-frame img { position: relative; z-index: 2; width: 100%; max-height: 620px; object-fit: contain; object-position: center bottom; filter: drop-shadow(0 20px 24px rgba(0,0,0,.26)); }
.host-photo-caption { position: absolute; z-index: 3; left: 4%; bottom: 0; padding: 16px 19px; min-width: 210px; border-left: 3px solid var(--orange); background: rgba(3,21,15,.90); backdrop-filter: blur(14px); box-shadow: 0 14px 35px rgba(0,0,0,.20); }
.host-photo-caption span { display: block; margin-bottom: 3px; color: var(--gold-pale); font-size: 8px; font-weight: 700; text-transform: uppercase; letter-spacing: .17em; }
.host-photo-caption strong { font-family: "Libre Franklin", sans-serif; font-size: 20px; letter-spacing: -.03em; }
.host-copy { position: relative; z-index: 2; }
.host-overline { margin: -7px 0 17px; color: var(--orange); font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .16em; }
.host-copy h2 { max-width: 690px; margin: 0; font-family: "Libre Franklin", sans-serif; font-size: clamp(54px, 7vw, 94px); line-height: .9; letter-spacing: -.065em; }
.host-copy h2 em { display: block; margin-top: 10px; font-family: "Playfair Display", serif; font-weight: 700; color: var(--gold-pale); letter-spacing: -.04em; }
.host-lede { max-width: 670px; margin: 28px 0 0; color: rgba(255,255,255,.67); font-size: clamp(16px, 1.4vw, 19px); }
.host-event-card { display: grid; grid-template-columns: repeat(3, 1fr); max-width: 650px; margin: 35px 0 28px; border-top: 1px solid rgba(255,255,255,.14); border-bottom: 1px solid rgba(255,255,255,.14); }
.host-event-card > div { min-height: 78px; padding: 15px 19px; display: flex; flex-direction: column; justify-content: center; border-right: 1px solid rgba(255,255,255,.12); }
.host-event-card > div:first-child { padding-left: 0; }
.host-event-card > div:last-child { border-right: 0; }
.host-event-card span { color: rgba(255,255,255,.42); font-size: 8px; font-weight: 700; text-transform: uppercase; letter-spacing: .16em; }
.host-event-card strong { margin-top: 4px; font-family: "Libre Franklin", sans-serif; font-size: 15px; }

/* Regular Hall of Fame mark in year-round brand positions */
.site-header .brand-mark.brand-mark-logo { width: 52px; height: 52px; }
.site-header .brand-mark.brand-mark-logo img,
.footer-brand .brand-mark.brand-mark-logo img { filter: drop-shadow(0 5px 12px rgba(0,0,0,.20)); }
.footer-brand .brand-mark.brand-mark-logo { width: 64px; height: 64px; }

@media (max-width: 900px) {
  .host-spotlight { padding: 92px 0; }
  .host-grid { grid-template-columns: 1fr; }
  .host-frame { min-height: 560px; max-width: 500px; }
  .host-copy { max-width: 760px; }
}

@media (max-width: 650px) {
  .host-spotlight { padding: 78px 0 72px; }
  .host-spotlight::after { right: -12vw; top: 1%; font-size: 280px; }
  .host-portrait { display: flex; justify-content: center; width: 100%; }
  .host-frame { min-height: 430px; width: 100%; max-width: 470px; margin: 0 auto; }
  .host-frame img { max-height: 470px; margin: 0 auto; object-position: center bottom; }
  .host-frame::before { left: 7%; right: 7%; }
  .host-photo-caption { left: 7%; bottom: 0; min-width: 190px; }
  .host-copy h2 { font-size: clamp(49px, 15vw, 72px); }
  .host-event-card { grid-template-columns: 1fr; }
  .host-event-card > div { min-height: 62px; padding: 13px 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.11); }
  .host-event-card > div:last-child { border-bottom: 0; }
  .site-header .brand-mark.brand-mark-logo { width: 44px; height: 44px; }
  .footer-brand .brand-mark.brand-mark-logo { width: 56px; height: 56px; }
}

/* V45 responsive corrections */
.commissioner-eyebrow {
  color: #fff;
}
.commissioner-eyebrow span {
  background: var(--gold);
}

@media (max-width: 900px) {
  /* Mobile Safari does not reliably render fixed background attachments. */
  .legacy {
    background: #0b0f0e url("../images/legacy-campus-bw.webp") center center / cover no-repeat;
    background-attachment: scroll;
  }

  .hero-inner,
  .hero-copy,
  .yearbook-panel,
  .yearbook-copy {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }
}

@media (max-width: 650px) {
  /* Keep every hero element inside the mobile viewport. */
  .hero {
    width: 100%;
    overflow-x: clip;
  }
  .hero-inner,
  .hero-copy {
    min-width: 0;
  }
  .hero h1,
  .hero-main,
  .hero-script,
  .hero-lede,
  .hero-actions,
  .event-meta {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }
  .hero-main {
    font-size: clamp(46px, 15.5vw, 70px);
    line-height: .9;
    letter-spacing: -.06em;
    overflow-wrap: normal;
  }
  .hero-script {
    font-size: clamp(28px, 8.8vw, 42px);
    line-height: 1.04;
    letter-spacing: -.035em;
    white-space: normal;
    overflow-wrap: normal;
  }
  .hero-lede {
    font-size: 15px;
    line-height: 1.6;
    overflow-wrap: anywhere;
  }
  .hero-actions .button {
    max-width: 100%;
    white-space: normal;
    text-align: center;
  }

  /* Keep the yearbook art and copy centered and fully contained. */
  .yearbook {
    overflow-x: hidden;
  }
  .yearbook-panel {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    padding: 42px 18px;
    overflow: hidden;
  }
  .yearbook-art {
    width: 100%;
    max-width: 310px;
    height: 310px;
    margin: 0 auto 12px;
    transform: none;
    transform-origin: center center;
  }
  .yearbook-art .book {
    width: 200px;
    height: 272px;
  }
  .yearbook-art .book-back {
    left: 27%;
    top: 22px;
  }
  .yearbook-art .book-front {
    left: 5%;
    top: 9px;
    padding: 34px 25px;
  }
  .yearbook-logo {
    width: 155px;
    max-width: 100%;
    margin: 18px auto 22px;
  }
  .yearbook-copy,
  .yearbook-copy h2,
  .yearbook-copy p,
  .yearbook-copy .button {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }
  .yearbook-copy h2 {
    font-size: clamp(34px, 10.5vw, 46px);
    line-height: 1;
    overflow-wrap: anywhere;
  }
  .yearbook-copy p {
    font-size: 15px;
    line-height: 1.6;
    overflow-wrap: anywhere;
  }
  .yearbook-copy .button {
    white-space: normal;
    text-align: center;
  }
}

@media (max-width: 390px) {
  .hero-main {
    font-size: clamp(44px, 14.8vw, 58px);
  }
  .hero-script {
    font-size: clamp(27px, 8.5vw, 34px);
  }
  .yearbook-art {
    max-width: 282px;
    height: 290px;
  }
  .yearbook-art .book {
    width: 184px;
    height: 250px;
  }
  .yearbook-art .book-back {
    left: 14%;
  }
  .yearbook-art .book-front {
    left: 5%;
    padding: 31px 22px;
  }
  .yearbook-logo {
    width: 140px;
  }
}
