:root {
  --brand: #E11D22;
  --brand-dark: #c4161b;
  --brand-lite: #ff6b6f;
  --ink: #1a1a1a;
  --muted: #57544e;
  --paper: #F3F2EF;
  --line: #E7E5E0;
  --line-soft: #E1DFDA;
  --dark: #161310;
  --display: 'Sofia Sans', 'Arial Narrow', system-ui, sans-serif;
  --body: 'Hanken Grotesk', system-ui, -apple-system, sans-serif;
  --shell: 1240px;
  --gutter: clamp(20px, 5vw, 64px);
}

* { box-sizing: border-box; }

html, body { margin: 0; padding: 0; }

body {
  font-family: var(--body);
  color: var(--ink);
  background: var(--paper);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body.is-locked { overflow: hidden; }

a { text-decoration: none; color: inherit; }
h1, h2, h3 { text-wrap: balance; }
img { display: block; max-width: 100%; }
::selection { background: var(--brand); color: #fff; }

a:focus-visible,
button:focus-visible,
[tabindex]:focus-visible {
  outline: 2px solid var(--brand);
  outline-offset: 3px;
}

.shell {
  max-width: var(--shell);
  margin: 0 auto;
  width: 100%;
  padding-left: var(--gutter);
  padding-right: var(--gutter);
}

.eyebrow {
  font-size: 13px;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--brand);
  font-weight: 700;
  margin-bottom: 12px;
}

.h2 {
  margin: 0 0 28px;
  font-family: var(--display);
  font-weight: 900;
  font-size: clamp(30px, 4vw, 44px);
  line-height: 1;
  letter-spacing: -.02em;
  color: var(--ink);
}

.link-underline {
  font-weight: 700;
  font-size: 14px;
  color: var(--ink);
  border-bottom: 2px solid var(--brand);
  padding-bottom: 2px;
  white-space: nowrap;
}

.link-underline--brand { color: var(--brand); }
.link-underline:hover { color: var(--brand); }

/* ---------- banner ---------- */

.banner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px 14px;
  flex-wrap: wrap;
  background: var(--brand);
  color: #fff;
  padding: 10px 20px;
  transition: background .18s;
}

.banner:hover { background: var(--brand-dark); color: #fff; }

.banner__tag {
  font-size: 12px;
  letter-spacing: .2em;
  text-transform: uppercase;
  font-weight: 800;
}

.banner__text { font-size: 13px; color: rgba(255, 255, 255, .9); }

.banner__cta {
  font-size: 13px;
  font-weight: 700;
  border-bottom: 1.5px solid rgba(255, 255, 255, .8);
  padding-bottom: 1px;
}

/* ---------- landing ---------- */

.landing {
  position: relative;
  min-height: 96svh;
  background: var(--dark);
  color: #fff;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.landing::before {
  content: '';
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(135deg, rgba(255, 255, 255, .018) 0 26px, transparent 26px 52px);
  pointer-events: none;
}

.landing__inner {
  position: relative;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.landing__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  padding: 26px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .14);
}

.wordmark {
  font-family: var(--display);
  font-weight: 900;
  letter-spacing: -.01em;
}

.wordmark em {
  font-style: italic;
  color: var(--brand);
}

.landing .wordmark { font-size: 21px; color: #fff; }
.landing .wordmark em { color: var(--brand-lite); }

.landing__tagline {
  font-size: 12px;
  letter-spacing: .18em;
  text-transform: uppercase;
  font-weight: 700;
  color: rgba(255, 255, 255, .6);
}

.landing__body {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(40px, 6vw, 72px) 0;
}

.landing__eyebrow {
  font-size: 13px;
  letter-spacing: .24em;
  text-transform: uppercase;
  color: var(--brand-lite);
  font-weight: 700;
  margin-bottom: 16px;
}

.landing__title {
  margin: 0;
  font-family: var(--display);
  font-weight: 900;
  font-size: clamp(42px, 6.4vw, 80px);
  line-height: .95;
  letter-spacing: -.025em;
  max-width: 18ch;
}

.landing__lede {
  margin: 18px 0 0;
  font-size: clamp(15px, 1.6vw, 18px);
  line-height: 1.5;
  color: rgba(255, 255, 255, .78);
  max-width: 460px;
}

.campus-list {
  display: flex;
  flex-direction: column;
  margin-top: clamp(32px, 4vw, 52px);
}

.campus-link {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 18px;
  align-items: baseline;
  color: #fff;
  border-top: 1px solid rgba(255, 255, 255, .14);
  padding: clamp(18px, 2.6vw, 28px) 0;
  transition: color .18s, padding-left .2s;
}

.campus-link:last-child { border-bottom: 1px solid rgba(255, 255, 255, .14); }

.campus-link:hover {
  color: var(--brand-lite);
  padding-left: 14px;
}

.campus-link__num {
  font-family: var(--display);
  font-weight: 900;
  font-size: 15px;
  color: var(--brand-lite);
  flex: 0 0 clamp(40px, 5vw, 72px);
}

.campus-link__name {
  font-family: var(--display);
  font-weight: 900;
  font-size: clamp(30px, 4.4vw, 50px);
  line-height: .95;
  letter-spacing: -.025em;
  flex: 1 1 auto;
  white-space: nowrap;
}

.campus-link__meta {
  font-size: 13px;
  color: rgba(255, 255, 255, .55);
  text-align: right;
  line-height: 1.5;
  flex: 0 1 auto;
  min-width: 190px;
  margin-left: auto;
}

.landing__foot {
  display: flex;
  gap: 26px;
  flex-wrap: wrap;
  padding: 22px 0;
  font-size: 13px;
  color: rgba(255, 255, 255, .45);
}

.landing__foot a { color: rgba(255, 255, 255, .45); }
.landing__foot a:hover { color: #fff; }

/* ---------- header ---------- */

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 255, 255, .94);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--line);
}

.site-header .shell {
  padding-top: clamp(9px, 1.6vw, 13px);
  padding-bottom: clamp(9px, 1.6vw, 13px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px 16px;
  flex-wrap: wrap;
}

.site-header .wordmark { font-size: 20px; color: var(--ink); }

.nav {
  display: flex;
  flex-wrap: wrap;
  max-width: 100%;
  border: 1px solid var(--line-soft);
  background: #fff;
}

.nav a {
  padding: 13px clamp(4px, 2vw, 18px);
  font-size: clamp(12px, 3.3vw, 14px);
  flex: 1 1 auto;
  font-weight: 600;
  color: var(--ink);
  white-space: nowrap;
  text-align: center;
  border-right: 1px solid var(--line-soft);
  transition: background .18s, color .18s;
}

.nav a:last-child { border-right: none; }
.nav a:hover { background: #FBFAF8; }

.nav a[aria-current='page'] {
  background: var(--brand);
  color: #fff;
  font-weight: 700;
}

/* ---------- hero ---------- */

.hero { background: var(--paper); }

.hero .shell {
  padding-top: clamp(48px, 6.5vw, 88px);
  padding-bottom: clamp(48px, 6.5vw, 88px);
  display: flex;
  gap: clamp(32px, 5vw, 64px);
  align-items: center;
  flex-wrap: wrap;
}

.hero__copy {
  flex: 1 1 400px;
  min-width: min(100%, 400px);
}

.hero__eyebrow {
  font-size: 13px;
  letter-spacing: .24em;
  text-transform: uppercase;
  color: var(--brand);
  font-weight: 700;
  margin-bottom: 16px;
}

.hero__title {
  margin: 0;
  font-family: var(--display);
  font-weight: 900;
  font-size: clamp(42px, 6vw, 74px);
  line-height: .95;
  letter-spacing: -.025em;
  color: var(--ink);
}

.hero__lede {
  margin: 18px 0 0;
  font-size: 17px;
  line-height: 1.6;
  color: var(--muted);
  max-width: 470px;
}

.hero__times {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-top: 26px;
  font-family: var(--display);
  font-weight: 800;
  font-size: 19px;
}

.dot {
  width: 9px;
  height: 9px;
  background: var(--brand);
  border-radius: 50%;
  flex: none;
  animation: pulse 1.8s infinite;
}

@keyframes pulse {
  0%, 100% { opacity: 1; }
  50% { opacity: .2; }
}

.hero__address {
  font-size: 14px;
  color: var(--muted);
  margin-top: 8px;
}

.schedule {
  display: flex;
  flex-direction: column;
  margin-top: 30px;
  max-width: 520px;
}

.schedule__row {
  display: grid;
  grid-template-columns: 130px 1fr;
  gap: 18px;
  align-items: baseline;
  border-top: 1px solid var(--line-soft);
  padding: 16px 0;
}

.schedule__row:last-child { border-bottom: 1px solid var(--line-soft); }

.schedule__when {
  font-size: 12px;
  letter-spacing: .18em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--brand);
}

.schedule__what {
  font-family: var(--display);
  font-weight: 800;
  font-size: 21px;
  color: var(--ink);
}

.schedule__note {
  font-size: 14px;
  line-height: 1.55;
  color: var(--muted);
  margin-top: 4px;
}

.btn-row {
  display: flex;
  gap: 12px;
  margin-top: 28px;
  flex-wrap: wrap;
}

.btn {
  font-weight: 700;
  font-size: 14px;
  border: 1.5px solid var(--ink);
  color: var(--ink);
  padding: 12.5px 22px;
  transition: background .18s, color .18s, border-color .18s;
}

.btn:hover { background: var(--ink); color: #fff; }

.btn--primary {
  background: var(--brand);
  border-color: var(--brand);
  color: #fff;
  padding: 14px 26px;
}

.btn--primary:hover {
  background: var(--brand-dark);
  border-color: var(--brand-dark);
  color: #fff;
}

.hero__media {
  flex: 1 1 380px;
  min-width: min(100%, 340px);
  position: relative;
  margin: 16px 0 16px 16px;
}

.hero__media::before {
  content: '';
  position: absolute;
  left: -16px;
  bottom: -16px;
  width: 60%;
  height: 66%;
  background: var(--brand);
  z-index: 0;
}

.hero__frame {
  position: relative;
  z-index: 1;
  display: block;
  background: #0e0d0c;
  border: 1px solid var(--line);
  box-shadow: 0 34px 66px -26px rgba(0, 0, 0, .4);
  overflow: hidden;
}

.hero__frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ---------- sections ---------- */

.section { background: var(--paper); }
.section--white { background: #fff; }
.section--ruled { border-top: 1px solid var(--line); }
.section--boxed { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }

.section .shell {
  padding-top: clamp(48px, 6vw, 80px);
  padding-bottom: clamp(48px, 6vw, 80px);
}

.section__head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 32px;
}

.section__head .h2 { margin-bottom: 0; }

.cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 20px;
}

.card {
  border: 1px solid var(--line);
  padding: 28px 26px;
  color: var(--ink);
  transition: background .2s;
}

.card:hover { background: #FBFAF8; }

.card__when {
  font-size: 12px;
  letter-spacing: .18em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--brand);
}

.card__what {
  font-family: var(--display);
  font-weight: 800;
  font-size: 22px;
  margin-top: 10px;
}

.card__note {
  font-size: 14px;
  line-height: 1.55;
  color: var(--muted);
  margin-top: 8px;
}

/* ---------- events ---------- */

.events__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
  gap: 20px;
}

.event {
  background: #fff;
  border: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  cursor: pointer;
  transition: transform .2s, box-shadow .2s;
}

.event:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 44px -20px rgba(0, 0, 0, .28);
}

.event__band {
  position: relative;
  background: var(--dark);
  overflow: hidden;
}

.event__band img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.event__band img[data-fit='contain'] { object-fit: contain; }

.event__body {
  padding: 22px 20px 24px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.event__top {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

.datechip {
  text-align: center;
  border: 1.5px solid var(--ink);
  padding: 8px 10px;
  min-width: 62px;
  flex: none;
}

.datechip__mon {
  font-size: 10px;
  letter-spacing: .18em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--brand);
}

.datechip__day {
  font-family: var(--display);
  font-weight: 900;
  font-size: 27px;
  line-height: 1;
  margin-top: 2px;
}

.datechip__day--long {
  font-size: 19px;
  line-height: 1.15;
  margin-top: 3px;
}

.event__title {
  font-family: var(--display);
  font-weight: 800;
  font-size: 20px;
}

.event__meta {
  font-size: 13px;
  color: var(--muted);
  margin-top: 6px;
}

.event__blurb {
  margin: 14px 0 0;
  font-size: 14px;
  line-height: 1.55;
  color: var(--muted);
  flex: 1;
}

.event__links {
  display: flex;
  gap: 22px;
  align-items: center;
  margin-top: 16px;
  flex-wrap: wrap;
}

.btn-plain {
  appearance: none;
  background: none;
  border: none;
  border-bottom: 2px solid var(--brand);
  padding: 0 0 2px;
  cursor: pointer;
  font-family: var(--body);
  font-weight: 700;
  font-size: 14px;
  color: var(--ink);
  white-space: nowrap;
  transition: color .15s;
}

.btn-plain:hover { color: var(--brand); }

.event__note {
  margin: 0;
  font-size: 13.5px;
  line-height: 1.5;
  color: var(--muted);
  text-wrap: pretty;
}

.event__note a {
  font-weight: 700;
  color: var(--ink);
  border-bottom: 2px solid var(--brand);
  padding-bottom: 1px;
}

.event__note a:hover { color: var(--brand); }

.empty {
  background: #fff;
  border: 1px solid var(--line);
  padding: 36px 30px;
  text-align: center;
}

.empty__title {
  font-family: var(--display);
  font-weight: 800;
  font-size: 22px;
}

.empty p {
  margin: 10px 0 0;
  font-size: 15px;
  line-height: 1.55;
  color: var(--muted);
}

.empty .link-underline {
  display: inline-block;
  margin-top: 16px;
}

/* ---------- updates + next steps ---------- */

.updates {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.update {
  background: #fff;
  border: 1px solid var(--line);
  padding: 20px 22px;
  display: grid;
  grid-template-columns: 96px 1fr auto;
  gap: 16px;
  align-items: baseline;
  color: var(--ink);
  transition: background .18s;
}

.update:hover { background: #FBFAF8; }

.update__tag {
  font-size: 12px;
  letter-spacing: .16em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--brand);
}

.update__text { font-size: 15px; font-weight: 600; }

.arrow { font-weight: 700; color: var(--brand); }

.steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 12px;
}

.step {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  background: #fff;
  border: 1px solid var(--line);
  padding: 26px 24px;
  color: var(--ink);
  transition: background .18s, transform .18s;
}

.step:hover { background: #FBFAF8; transform: translateY(-3px); }

.step__label {
  font-family: var(--display);
  font-weight: 800;
  font-size: 21px;
}

/* ---------- footer ---------- */

.site-footer {
  position: relative;
  background: var(--dark);
  color: #fff;
  overflow: hidden;
}

.site-footer::before {
  content: '';
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(135deg, rgba(255, 255, 255, .018) 0 26px, transparent 26px 52px);
  pointer-events: none;
}

.site-footer .shell {
  position: relative;
  padding-top: clamp(48px, 6vw, 72px);
  padding-bottom: 30px;
  display: flex;
  flex-direction: column;
  gap: 44px;
}

.footer__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 28px;
  flex-wrap: wrap;
}

.site-footer .wordmark { font-size: 27px; color: #fff; }
.site-footer .wordmark em { color: var(--brand-lite); }

.footer__tagline {
  font-size: 15px;
  color: rgba(255, 255, 255, .65);
  margin-top: 8px;
  max-width: 360px;
}

.footer__cols {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 30px;
  border-top: 1px solid rgba(255, 255, 255, .14);
  padding-top: 36px;
}

.footer__col {
  display: flex;
  flex-direction: column;
  gap: 9px;
  font-size: 14px;
  color: rgba(255, 255, 255, .65);
  line-height: 1.6;
}

.footer__label {
  font-size: 11px;
  letter-spacing: .18em;
  text-transform: uppercase;
  font-weight: 700;
  color: rgba(255, 255, 255, .4);
}

.footer__links {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.site-footer a { color: rgba(255, 255, 255, .65); }
.site-footer a:hover { color: #fff; }

.site-footer .btn--primary { color: #fff; padding: 15px 28px; }

.footer__bottom {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  border-top: 1px solid rgba(255, 255, 255, .14);
  padding-top: 22px;
  font-size: 13px;
  color: rgba(255, 255, 255, .4);
}

.footer__bottom a { color: rgba(255, 255, 255, .4); }

/* ---------- event modal ---------- */

.modal {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(12px, 3vw, 32px);
}

.modal__scrim {
  position: absolute;
  inset: 0;
  background: rgba(22, 19, 16, .74);
  backdrop-filter: blur(4px);
  cursor: pointer;
  border: none;
  padding: 0;
}

.modal__dialog {
  position: relative;
  background: #fff;
  width: min(660px, 100%);
  max-height: min(88svh, 860px);
  display: flex;
  flex-direction: column;
  box-shadow: 0 44px 90px -28px rgba(0, 0, 0, .55);
  overflow: hidden;
}

.modal__close {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 3;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(22, 19, 16, .82);
  color: #fff;
  border: none;
  cursor: pointer;
  font-size: 15px;
  line-height: 1;
  transition: background .15s;
}

.modal__close:hover { background: var(--brand); }

.modal__band {
  position: relative;
  background: var(--dark);
  max-height: min(52svh, 440px);
  flex: none;
  overflow: hidden;
}

.modal__band img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.modal__body {
  padding: 26px clamp(20px, 4vw, 32px) 32px;
  overflow-y: auto;
}

.modal__head {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

.modal__title {
  margin: 0;
  font-family: var(--display);
  font-weight: 900;
  font-size: clamp(24px, 3.4vw, 30px);
  line-height: 1;
  letter-spacing: -.015em;
}

.modal__meta {
  font-size: 14px;
  color: var(--muted);
  margin-top: 8px;
}

.modal__sections {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-top: 20px;
}

.modal__sec {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.modal__sechead {
  font-size: 12px;
  letter-spacing: .18em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--brand);
  margin-top: 6px;
}

.modal__sec p {
  margin: 0;
  font-size: 15px;
  line-height: 1.65;
  color: #3d3a35;
}

.modal__sec ul {
  margin: 0;
  padding-left: 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.modal__sec li {
  font-size: 15px;
  line-height: 1.6;
  color: #3d3a35;
}

.modal__cta { margin-top: 26px; }
.modal__cta .btn--primary { display: inline-block; }

/* ---------- scroll reveal ---------- */

.reveal-ready [data-reveal] {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .65s cubic-bezier(.2, .7, .2, 1), transform .65s cubic-bezier(.2, .7, .2, 1);
}

.reveal-ready [data-reveal].is-revealed {
  opacity: 1;
  transform: none;
}

@media (prefers-reduced-motion: reduce) {
  * { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal-ready [data-reveal] { opacity: 1; transform: none; }
}
