@font-face {
  font-family: "Glacial Indifference";
  src: url("fonts/GlacialIndifference-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Glacial Indifference";
  src: url("fonts/GlacialIndifference-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: #050505;
  --charcoal: #171717;
  --gold: #f1b82d;
  --gold-dark: #d99a05;
  --cream: #f6f1e6;
  --paper: #fbfaf6;
  --ink: #111111;
  --line: rgba(17, 17, 17, 0.16);
  --page-pad: clamp(1.2rem, 4.5vw, 4.75rem);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--black); }
body, button, input, select, textarea { margin: 0; font-family: "Glacial Indifference", Arial, sans-serif; }
body { color: var(--ink); background: var(--paper); }
body.modal-open { overflow: hidden; }
a { color: inherit; }
button, a { font: inherit; }

.hero {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  isolation: isolate;
  display: grid;
  grid-template-rows: auto 1fr auto;
  padding: clamp(1.2rem, 2.8vw, 2.75rem) var(--page-pad);
  color: white;
  background: var(--black);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -3;
  background:
    linear-gradient(0deg, rgba(5,5,5,.92) 0%, rgba(5,5,5,.4) 48%, rgba(5,5,5,.55) 100%),
    linear-gradient(90deg, rgba(5,5,5,.72) 0%, rgba(5,5,5,.32) 52%, rgba(5,5,5,.12) 100%);
}

.hero__photo { position: absolute; inset: 0; z-index: -4; width: 100%; height: 100%; object-fit: cover; object-position: center 48%; }
.hero__art { position: absolute; inset: 0; z-index: -2; background: linear-gradient(115deg, rgba(241,184,45,.08), transparent 48%, rgba(241,184,45,.16)); mix-blend-mode: color; }
.hero__art span { display: none; }

.site-header { display: flex; align-items: flex-start; justify-content: space-between; gap: 2rem; padding-bottom: 1rem; border-bottom: 1px solid rgba(255,255,255,.35); }
.site-logo { display: inline-flex; flex: 0 0 auto; width: clamp(4.2rem, 6.5vw, 6.25rem); aspect-ratio: 1; overflow: hidden; border-radius: .15rem; text-decoration: none; }
.site-logo img { display: block; width: 100%; height: 100%; object-fit: cover; }
.site-logo--footer { width: clamp(3.75rem, 5vw, 5rem); }
.wordmark { display: inline-flex; flex-direction: column; gap: .1rem; color: white; line-height: .88; letter-spacing: -.045em; text-decoration: none; }
.wordmark span { font-size: clamp(1.2rem, 2.1vw, 1.9rem); font-weight: 700; }
.wordmark strong { color: var(--gold); font-size: clamp(.62rem, .9vw, .78rem); letter-spacing: .18em; }
.site-nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: clamp(.9rem, 2.5vw, 2.5rem); padding-top: .45rem; font-size: .76rem; font-weight: 700; letter-spacing: .11em; }
.site-nav a, .text-link, .page-footer__links a, .page-footer__links button { padding: 0; border: 0; background: none; color: inherit; text-decoration: none; cursor: pointer; }
.site-nav a:hover, .text-link:hover, .page-footer__links a:hover, .page-footer__links button:hover { text-decoration: underline; text-underline-offset: .28em; }

.hero__content { align-self: end; width: 100%; max-width: 100rem; padding: clamp(10rem, 28vh, 17rem) 0 clamp(1.5rem, 4vh, 3rem); }
.hero__campus, .section-label { margin: 0 0 1.15rem; font-size: clamp(.66rem, .8vw, .82rem); font-weight: 700; letter-spacing: .17em; }
.hero h1 { margin: 0; max-width: 11ch; font-size: clamp(4rem, 10.5vw, 10.4rem); line-height: .79; letter-spacing: -.058em; font-weight: 700; text-transform: uppercase; }
.hero h1 span { display: block; }
.hero__outline { color: transparent; -webkit-text-stroke: clamp(1px, .1vw, 2px) white; }
.hero__subhead { max-width: 42rem; margin: clamp(1.55rem, 3vw, 2.4rem) 0 0; font-size: clamp(1.03rem, 1.45vw, 1.38rem); line-height: 1.45; }
.hero__actions, .resources__actions { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 1.8rem; }
.button { display: inline-flex; min-height: 3.15rem; align-items: center; justify-content: center; padding: .86rem 1.2rem; border: 1px solid currentColor; border-radius: 999px; font-size: .78rem; font-weight: 700; letter-spacing: .085em; text-decoration: none; cursor: pointer; transition: transform 180ms ease, background 180ms ease, color 180ms ease; }
.button:hover { transform: translateY(-2px); }
.button--gold { border-color: var(--gold); background: var(--gold); color: var(--black); }
.button--ghost { background: transparent; color: white; }
.button--ghost:hover { background: white; color: var(--black); }
.hero__scroll { justify-self: end; padding-bottom: .15rem; font-size: .7rem; font-weight: 700; letter-spacing: .13em; text-decoration: none; }

.belief, .year, .training, .leadership, .resources { padding: clamp(3.75rem, 6vw, 6.5rem) var(--page-pad); }
.belief { background: var(--paper); }
.belief > h2, .section-heading h2, .activation h2, .resources h2 { margin: 0; font-size: clamp(3.25rem, 8vw, 8.5rem); line-height: .84; letter-spacing: -.06em; text-transform: uppercase; }
.belief > h2 { max-width: 13ch; }
.belief > h2 em { color: var(--gold-dark); font-weight: 400; }
.belief__copy { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: clamp(2rem, 7vw, 8rem); max-width: 76rem; margin: clamp(2.25rem, 4vw, 4.25rem) 0 0 auto; font-size: clamp(1.12rem, 1.7vw, 1.55rem); line-height: 1.55; }
.belief__copy p { margin: 0; }

.activation { position: relative; min-height: 62vh; overflow: hidden; display: grid; grid-template-columns: minmax(12rem,.65fr) minmax(0,1fr); align-items: center; gap: clamp(2rem, 8vw, 8rem); padding: clamp(4rem, 8vw, 8rem) var(--page-pad); color: white; background: var(--gold); }
.activation::before { content: ""; position: absolute; inset: 0; background: linear-gradient(120deg, rgba(0,0,0,.96), rgba(0,0,0,.78) 66%, rgba(0,0,0,.54)); }
.activation > * { position: relative; }
.activation__number { color: transparent; font-size: clamp(6rem, 18vw, 18rem); line-height: .75; font-weight: 700; letter-spacing: -.08em; -webkit-text-stroke: 1px rgba(241,184,45,.65); }
.activation__content { max-width: 50rem; }
.section-label--light { color: var(--gold); }
.activation h2 { font-size: clamp(4.4rem, 10vw, 10rem); }
.activation__content > p:not(.section-label) { max-width: 43rem; margin: clamp(1.7rem, 3vw, 2.5rem) 0; font-size: clamp(1.1rem, 1.7vw, 1.55rem); line-height: 1.5; }
.text-link { color: var(--gold); font-size: .78rem; font-weight: 700; letter-spacing: .1em; }

.year { background: var(--cream); }
.section-heading { margin-bottom: clamp(2.5rem, 5vw, 5rem); }
.section-heading h2 { max-width: 11ch; }
.timeline { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--ink); }
.timeline li { display: grid; grid-template-columns: minmax(6rem,.55fr) minmax(12rem,1fr) minmax(15rem,1.4fr); gap: 1.5rem; align-items: baseline; padding: 1.25rem 0; border-bottom: 1px solid var(--line); }
.timeline span { color: #6f5510; font-size: .78rem; font-weight: 700; letter-spacing: .12em; }
.timeline strong { font-size: clamp(1.05rem, 1.7vw, 1.42rem); }
.timeline p { margin: 0; line-height: 1.45; }

.training { display: grid; grid-template-columns: minmax(0,1.25fr) minmax(17rem,.55fr); gap: clamp(2.5rem, 8vw, 8rem); align-items: center; color: white; background: var(--black); }
.training h2 { max-width: 10ch; margin: 0; font-size: clamp(3.25rem, 7vw, 7.5rem); line-height: .84; letter-spacing: -.06em; text-transform: uppercase; }
.training__copy > p:not(.section-label) { max-width: 48rem; margin: clamp(1.8rem, 3vw, 2.6rem) 0 0; font-size: clamp(1.08rem, 1.7vw, 1.48rem); line-height: 1.5; }
.training__links { display: flex; flex-wrap: wrap; gap: .8rem 1.4rem; margin-top: 1.8rem; }
.training__links a { color: var(--gold); font-size: .78rem; font-weight: 700; letter-spacing: .1em; text-underline-offset: .3em; }
.training__partner { padding: clamp(1rem, 2vw, 1.5rem); color: var(--black); background: var(--gold); }
.training__partner > p { margin: 0 0 1rem; font-size: .7rem; font-weight: 700; letter-spacing: .14em; }
.training__logo { display: grid; place-items: center; min-height: 7rem; padding: 1.5rem; background: white; }
.training__logo img { display: block; width: min(100%, 11.5rem); height: auto; }

.leadership { background: var(--paper); }
.section-heading--split { display: grid; grid-template-columns: 1.35fr .65fr; gap: 3rem; align-items: end; }
.section-heading--split > p { max-width: 27rem; margin: 0 0 .35rem; font-size: clamp(1.08rem, 1.6vw, 1.4rem); line-height: 1.5; }
.presidents { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: clamp(1rem, 2.3vw, 2rem); margin-bottom: clamp(2.5rem, 5vw, 4rem); }
.leader--president { position: relative; min-width: 0; overflow: hidden; background: var(--gold); }
.leader__portrait { position: relative; height: clamp(18rem, 40vw, 34rem); overflow: hidden; display: grid; place-items: end center; background: linear-gradient(145deg, #1c1c1c, #050505); }
.leader__portrait::before { content: ""; position: absolute; width: 62%; aspect-ratio: 1; top: 14%; border: 1px solid rgba(241,184,45,.5); border-radius: 50%; }
.leader__portrait span { position: relative; z-index: 1; display: grid; place-items: center; width: min(75%, 20rem); aspect-ratio: .82; border-radius: 50% 50% 0 0; color: var(--black); background: var(--gold); font-size: clamp(4rem, 10vw, 8rem); font-weight: 700; letter-spacing: -.07em; }
.leader__portrait--photo::before { display: none; }
.leader__portrait img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.leader__details { min-height: 6.4rem; padding: 1rem 1.15rem 1.15rem; color: var(--black); background: var(--gold); }
.leader__details h3, .member h3 { margin: 0; font-size: clamp(1.25rem, 2.2vw, 2rem); line-height: 1; }
.leader__details p, .member p { display: flex; justify-content: space-between; gap: 1rem; margin: .5rem 0 0; font-size: .74rem; font-weight: 700; letter-spacing: .1em; }
.team-groups { border-top: 1px solid var(--ink); }
.team-group { border-bottom: 1px solid var(--line); }
.team-group summary { list-style: none; display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; min-height: 5.35rem; padding: 1rem 0; cursor: pointer; font-size: clamp(1.08rem, 2vw, 1.7rem); font-weight: 700; }
.team-group summary::-webkit-details-marker { display: none; }
.team-group summary small { display: inline-flex; align-items: center; gap: 1rem; font-size: .68rem; letter-spacing: .11em; }
.team-group summary small::after { content: "+"; display: grid; place-items: center; width: 2rem; height: 2rem; border: 1px solid var(--ink); border-radius: 50%; font-size: 1.15rem; }
.team-group[open] summary small::after { content: "−"; }
.roster { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 1px; padding-bottom: 1.5rem; background: var(--line); }
.member { display: grid; grid-template-columns: 9rem minmax(0,1fr); gap: 1.4rem; align-items: center; min-width: 0; padding: 1.25rem; background: var(--cream); }
.member__initials { display: grid; place-items: center; width: 9rem; aspect-ratio: 1; border-radius: 50%; color: var(--gold); background: var(--black); font-weight: 700; }
.member__photo { display: block; width: 9rem; aspect-ratio: 1; border-radius: 50%; object-fit: cover; object-position: center; background: var(--black); }
.member h3 { font-size: clamp(1rem, 1.5vw, 1.3rem); }
.member p { font-size: .65rem; }
.roster--note { display: block; padding: 1.4rem; background: var(--cream); }
.roster--note p { margin: 0; font-size: 1.1rem; }

.resources { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 8vw, 8rem); color: white; background: var(--charcoal); }
.resources h2 { max-width: 8ch; }
.resources__copy { align-self: end; }
.resources__copy > p { max-width: 43rem; margin: 0; font-size: clamp(1.1rem, 1.7vw, 1.48rem); line-height: 1.5; }
.page-footer { display: grid; grid-template-columns: 1fr auto 1fr; gap: 2rem; align-items: end; padding: 2.2rem var(--page-pad); color: white; background: var(--black); }
.wordmark--footer { font-size: .85em; }
.page-footer__links { display: flex; flex-wrap: wrap; justify-content: center; gap: 1.5rem; font-size: .7rem; font-weight: 700; letter-spacing: .1em; }
.page-footer > p { justify-self: end; margin: 0; font-size: .68rem; letter-spacing: .11em; }

.modal-shell[hidden] { display: none; }
.modal-shell { position: fixed; inset: 0; z-index: 100; display: grid; place-items: stretch; background: rgba(0,0,0,.85); }
.support-screen { position: relative; overflow-y: auto; color: white; background: var(--black); outline: none; }
.support-screen__inner { min-height: 100%; display: grid; grid-template-rows: auto 1fr auto; padding: clamp(1.5rem, 4vw, 4rem); }
.modal-close { position: fixed; z-index: 2; top: 1.15rem; right: 1.15rem; display: grid; place-items: center; width: 2.8rem; height: 2.8rem; border: 1px solid rgba(255,255,255,.5); border-radius: 50%; color: white; background: rgba(0,0,0,.55); font-size: 1.7rem; cursor: pointer; }
.modal-close:disabled { opacity: .22; cursor: wait; }
.support-screen__header { display: flex; align-items: center; gap: .75rem; padding-right: 4rem; color: var(--gold); font-size: .73rem; font-weight: 700; letter-spacing: .14em; }
.support-screen__mark { width: 1.4rem; height: .5rem; transform: skewX(-22deg); background: var(--gold); }
.support-screen__body { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(2rem, 7vw, 8rem); align-items: center; padding: clamp(3rem, 7vw, 7rem) 0; }
.support-screen__intro h2 { max-width: 10ch; margin: 0; font-size: clamp(3.8rem, 9vw, 9rem); line-height: .84; letter-spacing: -.06em; text-transform: uppercase; }
.support-screen__details { font-size: clamp(1.08rem, 1.5vw, 1.35rem); line-height: 1.5; }
.support-screen__details p { margin: 0 0 1rem; }
.support-actions { display: flex; flex-wrap: wrap; gap: .7rem; margin-top: 1.8rem; }
.support-action { display: inline-flex; align-items: center; justify-content: center; min-height: 3rem; padding: .75rem 1.05rem; border: 1px solid white; border-radius: 999px; color: white; font-size: .75rem; font-weight: 700; letter-spacing: .08em; text-decoration: none; }
.support-action--primary { border-color: var(--gold); color: var(--black); background: var(--gold); }
.support-screen__time { margin-top: 1.3rem !important; color: rgba(255,255,255,.62); font-size: .7rem; letter-spacing: .08em; }
.support-screen__footer { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; padding-top: 1.2rem; border-top: 1px solid rgba(255,255,255,.25); font-size: .7rem; line-height: 1.4; }
.support-screen__footer p { margin: 0; }
.noscript-note { padding: 1rem; color: white; background: #831100; }

@media (max-width: 760px) {
  .hero { min-height: 100svh; padding-top: 1rem; background: var(--black); }
  .site-header { align-items: center; }
  .site-nav a:nth-child(1), .site-nav a:nth-child(3) { display: none; }
  .site-nav { padding-top: 0; }
  .hero::before { background: linear-gradient(0deg, #050505 0%, #050505 43%, rgba(5,5,5,.18) 66%, rgba(5,5,5,.45) 100%); }
  .hero__photo { inset: 5.7rem 0 auto; height: auto; aspect-ratio: 2048 / 1365; object-fit: contain; object-position: center top; }
  .hero__art { background: linear-gradient(180deg, rgba(241,184,45,.1), transparent 44%); }
  .hero__content { align-self: end; padding: clamp(18rem, 77vw, 20rem) 0 3rem; }
  .hero h1 { width: 100%; max-width: none; font-size: clamp(2.75rem, 13vw, 4.55rem); line-height: .82; letter-spacing: -.065em; white-space: nowrap; }
  .hero__subhead { max-width: 31rem; font-size: 1rem; }
  .hero__scroll { justify-self: start; }
  .hero__art span:nth-child(1) { width: 70vw; height: 18vw; top: 18%; }
  .belief, .year, .training, .leadership, .resources { padding-top: 3.6rem; padding-bottom: 3.6rem; }
  .belief > h2, .section-heading h2, .activation h2, .resources h2 { font-size: clamp(2.8rem, 14vw, 5rem); }
  .belief__copy, .resources, .section-heading--split, .support-screen__body { grid-template-columns: 1fr; }
  .belief__copy { gap: 1.3rem; }
  .activation { min-height: auto; grid-template-columns: 1fr; padding-top: 4rem; padding-bottom: 4rem; }
  .activation__number { position: absolute; right: -1rem; top: 1.5rem; font-size: 8rem; opacity: .55; }
  .timeline li { grid-template-columns: 5rem 1fr; gap: .5rem 1rem; }
  .timeline p { grid-column: 2; }
  .training { grid-template-columns: 1fr; gap: 2.25rem; }
  .training h2 { font-size: clamp(3rem, 14vw, 5rem); }
  .training__partner { padding: .9rem; }
  .training__logo { min-height: 6.5rem; padding: 1.25rem; }
  .training__logo img { width: min(100%, 10rem); }
  .section-heading--split { gap: 1.5rem; }
  .presidents { grid-template-columns: 1fr; }
  .leader__portrait { height: min(112vw, 30rem); }
  .team-group summary { min-height: 4.8rem; align-items: flex-start; flex-direction: column; justify-content: center; gap: .6rem; }
  .team-group summary small { width: 100%; justify-content: space-between; }
  .roster { grid-template-columns: 1fr; }
  .member { grid-template-columns: 7rem minmax(0,1fr); gap: 1rem; padding: 1rem .9rem; }
  .member__initials, .member__photo { width: 7rem; }
  .resources { gap: 2rem; }
  .page-footer { grid-template-columns: 1fr; align-items: start; }
  .page-footer__links { justify-content: flex-start; gap: 1rem 1.3rem; }
  .page-footer > p { justify-self: start; }
  .support-screen__inner { padding: 1.25rem; }
  .support-screen__body { align-content: center; gap: 2rem; padding: 4.5rem 0 2rem; }
  .support-screen__intro h2 { font-size: clamp(3.2rem, 15vw, 5.6rem); }
  .support-actions { display: grid; }
  .support-screen__footer { grid-template-columns: 1fr; gap: .7rem; }
}

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