@font-face {
  font-family: "Geologica";
  src: url("fonts/geologica-latin.subset.woff2") format("woff2");
  font-style: oblique 0deg 12deg;
  font-weight: 100 900;
  font-display: swap;
}

@font-face {
  font-family: "Readex Pro";
  src: url("fonts/readex-pro-latin.subset.woff2") format("woff2");
  font-style: normal;
  font-weight: 200 700;
  font-display: swap;
}

:root {
  --green: #0e3f35;
  --green-deep: #082b25;
  --green-mid: #1e5a4d;
  --gold: #c5892a;
  --gold-ink: #80540d;
  --gold-light: #f1d39b;
  --accent-50: oklch(0.97 0.02 80);
  --accent-100: oklch(0.93 0.04 79);
  --accent-200: oklch(0.86 0.07 77);
  --accent-300: oklch(0.78 0.1 74);
  --accent-400: oklch(0.7 0.12 71);
  --accent-500: oklch(0.62 0.13 68);
  --accent-600: oklch(0.54 0.12 65);
  --accent-700: oklch(0.46 0.11 62);
  --accent-800: oklch(0.38 0.09 60);
  --accent-900: oklch(0.3 0.07 58);
  --paper: #f4f0e4;
  --paper-bright: #fbf9f2;
  --charcoal: #202421;
  --steel: #56605b;
  --steel-light: #b7bfbb;
  --white: #fff;
  --line: rgba(32, 36, 33, 0.18);
  --shadow: 0 24px 72px rgba(8, 43, 37, 0.16);
  --display: "Geologica", "Arial Narrow", sans-serif;
  --body: "Readex Pro", Arial, sans-serif;
  --step--1: clamp(0.84rem, 0.81rem + 0.12vw, 0.92rem);
  --step-0: clamp(1rem, 0.96rem + 0.18vw, 1.12rem);
  --step-1: clamp(1.25rem, 1.08rem + 0.72vw, 1.7rem);
  --step-2: clamp(1.6rem, 1.25rem + 1.35vw, 2.35rem);
  --step-3: clamp(2.15rem, 1.55rem + 2.55vw, 3.7rem);
  --step-4: clamp(3rem, 1.85rem + 4.8vw, 6.2rem);
  --step-5: clamp(4.25rem, 2rem + 8vw, 9rem);
  --radius: 2px;
  --s1: 0.75rem;
  --s1: 0.5rlh;
  --s2: 1.5rem;
  --s2: 1rlh;
  --s3: 3rem;
  --s3: 2rlh;
  --s4: 4.5rem;
  --s4: 3rlh;
  --s5: 7.5rem;
  --s5: 5rlh;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  color-scheme: light;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper-bright);
  color: var(--charcoal);
  font-family: var(--body);
  font-size: var(--step-0);
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.16em;
}

button,
input,
select,
textarea {
  font: inherit;
}

button,
select,
summary,
a {
  -webkit-tap-highlight-color: transparent;
}

:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 4px;
}

h1,
h2,
h3,
p,
figure,
ol,
ul {
  margin-top: 0;
}

h1,
h2,
h3 {
  font-family: var(--display);
  font-weight: 690;
  letter-spacing: -0.035em;
  line-height: 1.05;
  text-wrap: balance;
  overflow-wrap: break-word;
}

h1 {
  font-size: var(--step-4);
}

h2 {
  font-size: var(--step-3);
}

h3 {
  font-size: var(--step-1);
  line-height: 1.18;
}

.wrap {
  width: min(100% - 2.5rem, 1280px);
  margin-inline: auto;
}

.narrow {
  max-width: 760px;
}

.visually-hidden,
.skip-link:not(:focus) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 1rem;
  left: 1rem;
  padding: 0.7rem 1rem;
  background: var(--gold);
  color: var(--charcoal);
  font-weight: 700;
}

.proto-banner {
  padding: 0.35rem 1rem;
  background: var(--charcoal);
  color: var(--white);
  font-size: 0.72rem;
  line-height: 1.4;
  text-align: center;
  letter-spacing: 0.02em;
}

.proto-banner a {
  color: var(--gold-light);
}

.site-header {
  position: relative;
  z-index: 50;
  background: var(--paper-bright);
  border-bottom: 1px solid var(--green);
}

.utility-row {
  min-height: 38px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  border-bottom: 1px solid var(--line);
  color: var(--green);
  font-size: 0.76rem;
  font-weight: 580;
}

.utility-row nav {
  display: flex;
  gap: 1.2rem;
}

.utility-row a {
  text-decoration: none;
}

.opening-note {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
}

.opening-note > span {
  width: 0.55rem;
  height: 0.55rem;
  background: var(--gold);
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(197, 137, 42, 0.15);
}

.masthead {
  min-height: 150px;
  display: grid;
  grid-template-columns: minmax(410px, 0.88fr) minmax(340px, 1fr) auto;
  align-items: center;
  gap: clamp(1.4rem, 4vw, 4rem);
}

.brand-lockup {
  min-width: 0;
  padding: 0.45rem 0;
  display: flex;
  align-items: center;
  gap: 1rem;
  text-decoration: none;
}

.brand-lockup img {
  width: 270px;
  height: 142px;
  flex: 0 1 270px;
  object-fit: contain;
  object-position: center;
}

.brand-lockup > span {
  max-width: 7.5rem;
  padding-left: 1rem;
  border-left: 1px solid var(--steel-light);
  color: var(--green);
  font-family: var(--display);
  font-size: 0.94rem;
  font-weight: 650;
  line-height: 1.08;
}

.omnibox {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto;
  min-width: 0;
}

.omnibox input {
  width: 100%;
  min-height: 48px;
  padding: 0.7rem 1rem;
  border: 1px solid var(--green);
  border-right: 0;
  border-radius: var(--radius) 0 0 var(--radius);
  background: var(--white);
  color: var(--charcoal);
}

.omnibox button {
  min-height: 48px;
  min-width: 86px;
  border: 1px solid var(--green);
  border-radius: 0 var(--radius) var(--radius) 0;
  background: var(--green);
  color: var(--white);
  font-weight: 650;
  cursor: pointer;
}

.omni-suggestions {
  position: absolute;
  z-index: 100;
  top: calc(100% + 0.35rem);
  left: 0;
  right: 0;
  max-height: min(65vh, 520px);
  margin: 0;
  padding: 0.4rem;
  overflow: auto;
  list-style: none;
  background: var(--white);
  border: 1px solid var(--green);
  box-shadow: var(--shadow);
}

.omni-suggestions:empty {
  display: none;
}

.omni-suggestions li[role="option"] {
  min-height: 44px;
  padding: 0.58rem 0.7rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  cursor: pointer;
}

.omni-suggestions li[role="option"]:hover,
.omni-suggestions li[aria-selected="true"] {
  background: var(--paper);
}

.omni-suggestions small {
  color: var(--steel);
  font-size: 0.68rem;
}

.omni-group {
  padding: 0.55rem 0.7rem 0.2rem;
  color: var(--green);
  font-size: 0.65rem;
  font-weight: 750;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.omni-empty {
  padding: 0.8rem;
  color: var(--steel);
  font-size: 0.85rem;
}

.menu-btn,
.omnibox--mobile {
  display: none;
}

.primary-nav {
  background: var(--green);
  color: var(--white);
}

.nav-inner {
  min-height: 54px;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 1rem;
}

.nav-list {
  display: flex;
  align-items: stretch;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-list a {
  min-height: 54px;
  padding: 0 1.35rem;
  display: flex;
  align-items: center;
  color: var(--white);
  font-size: 0.88rem;
  font-weight: 560;
  text-decoration: none;
  border-left: 1px solid rgba(255, 255, 255, 0.13);
}

.nav-list a:hover,
.nav-list a[aria-current="page"] {
  background: var(--paper-bright);
  color: var(--green);
  box-shadow: inset 0 -4px 0 var(--gold);
}

.nav-cta {
  min-height: 54px;
  padding: 0 1.25rem;
  display: flex;
  align-items: center;
  background: var(--gold);
  color: var(--charcoal);
  font-weight: 700;
  text-decoration: none;
}

.eyebrow,
.footer-kicker,
.result-kicker {
  margin-bottom: 0.7rem;
  color: var(--green);
  font-size: var(--step--1);
  font-weight: 700;
  letter-spacing: 0.13em;
  line-height: 1.25;
  text-transform: uppercase;
}

.eyebrow--gold {
  color: var(--gold-light);
}

.lede {
  max-width: 62ch;
  font-size: var(--step-1);
  line-height: 1.48;
}

.btn {
  min-height: 46px;
  width: fit-content;
  padding: 0.72rem 1.05rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: var(--radius);
  font-size: 0.9rem;
  font-weight: 680;
  line-height: 1.2;
  text-decoration: none;
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(8, 43, 37, 0.18);
}

.btn-gold {
  background: var(--gold);
  color: var(--charcoal);
}

.btn-green {
  background: var(--green);
  color: var(--white);
}

.btn-dark {
  background: var(--charcoal);
  color: var(--white);
}

.btn-paper {
  background: var(--paper-bright);
  color: var(--green);
}

.btn-outline-light {
  border-color: rgba(255, 255, 255, 0.55);
  color: var(--white);
}

.btn-outline-dark {
  border-color: var(--green);
  color: var(--green);
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
}

.text-link {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--white);
  font-size: 0.9rem;
  font-weight: 650;
}

.text-link span {
  color: var(--gold-light);
}

.text-link--dark {
  color: var(--green);
}

.section-dark {
  background: var(--charcoal);
  color: var(--white);
}

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

.section-heading {
  max-width: 780px;
  margin-bottom: var(--s3);
}

.section-heading > p:last-child {
  color: var(--steel);
}

/* Home arrival ---------------------------------------------------------- */

.arrival-stage {
  position: relative;
  overflow: hidden;
  background: var(--green-deep);
  color: var(--white);
}

.arrival-stage::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
  background-size: 7.5rem 7.5rem;
  mask-image: linear-gradient(to bottom, black, transparent 55%);
}

.arrival-intro {
  position: relative;
  z-index: 2;
  padding-block: var(--s4) var(--s3);
  display: grid;
  grid-template-columns: 1.55fr 0.65fr;
  gap: 3rem;
  align-items: end;
}

.arrival-intro .eyebrow {
  grid-column: 1 / -1;
  color: var(--gold-light);
  margin-bottom: -1rem;
}

.arrival-intro h1 {
  max-width: 12ch;
  margin-bottom: 0;
  font-size: clamp(3.6rem, 7.2vw, 7.8rem);
  font-weight: 625;
}

.arrival-intro h1 em {
  color: var(--gold-light);
  font-style: normal;
  font-variation-settings: "slnt" -8;
}

.arrival-intro > p:last-child {
  max-width: 34ch;
  margin-bottom: 0.5rem;
  color: rgba(255, 255, 255, 0.78);
  font-size: var(--step-1);
}

.arrival-lenses {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.arrival-lens {
  position: relative;
  min-height: 590px;
  display: grid;
  grid-template-rows: minmax(270px, 1fr) auto;
  overflow: hidden;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.arrival-lens + .arrival-lens {
  border-left: 1px solid rgba(255, 255, 255, 0.35);
}

.lens-image {
  position: relative;
  min-height: 300px;
  overflow: hidden;
}

.lens-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(8, 43, 37, 0.08), rgba(8, 43, 37, 0.55));
}

.lens-credit {
  position: absolute;
  z-index: 3;
  right: 0.8rem;
  bottom: 0.7rem;
  max-width: calc(100% - 1.6rem);
  padding: 0.28rem 0.45rem;
  background: rgba(8, 43, 37, 0.84);
  color: var(--white);
  font-size: 0.6rem;
  line-height: 1.25;
}

.lens-photo {
  height: 100%;
  object-fit: cover;
  transition: transform 650ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.arrival-lens:hover .lens-photo {
  transform: scale(1.025);
}

.lens-copy {
  min-height: 255px;
  padding: 2rem max(1.25rem, calc((100vw - 1280px) / 2));
  padding-inline-end: clamp(1.25rem, 4vw, 5rem);
  background: var(--green);
}

.arrival-lens--center .lens-copy {
  padding-inline-start: clamp(1.25rem, 4vw, 5rem);
  background: var(--charcoal);
}

@media (min-width: 821px) {
  .arrival-lens--center {
    grid-template-rows: auto minmax(270px, 1fr);
  }

  .arrival-lens--center .lens-copy {
    order: 1;
  }

  .arrival-lens--center .lens-image {
    order: 2;
  }
}

.lens-number {
  margin-bottom: 0.7rem;
  color: var(--gold-light);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.lens-copy h2 {
  margin-bottom: 0.8rem;
  font-size: var(--step-2);
}

.lens-copy > p:not(.lens-number) {
  max-width: 54ch;
  color: rgba(255, 255, 255, 0.78);
}

.fact-ledger {
  background: var(--gold);
  color: var(--charcoal);
}

.fact-ledger-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-right: 1px solid rgba(32, 36, 33, 0.28);
}

.fact-entry {
  min-height: 150px;
  padding: 1.6rem 1.3rem;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: baseline;
  border-left: 1px solid rgba(32, 36, 33, 0.28);
}

.fact-entry strong {
  display: inline;
  font-family: var(--display);
  font-size: var(--step-2);
  font-weight: 710;
  letter-spacing: -0.04em;
  line-height: 1;
}

.fact-entry > span {
  margin-left: 0.35rem;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.fact-entry p {
  flex-basis: 100%;
  max-width: 20ch;
  margin: 0.45rem 0 0;
  font-size: 0.82rem;
  line-height: 1.35;
}

.build-story {
  padding-block: var(--s5);
}

.build-story-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: clamp(3rem, 8vw, 9rem);
  align-items: center;
}

.build-story-copy h2 {
  max-width: 8ch;
}

.build-story-copy > p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.74);
}

.beam-figure {
  position: relative;
  margin: 0;
}

.beam-figure::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: -1.2rem;
  right: -1.2rem;
  width: 38%;
  height: 38%;
  border-top: 3px solid var(--gold);
  border-right: 3px solid var(--gold);
}

.beam-figure img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
  filter: saturate(0.86) contrast(1.04);
}

.beam-figure figcaption {
  position: absolute;
  right: -1px;
  bottom: -1px;
  max-width: 19rem;
  padding: 0.8rem 1rem;
  background: var(--gold);
  color: var(--charcoal);
  font-size: 0.78rem;
  font-weight: 620;
}

.campus-preview {
  padding-block: var(--s5);
  overflow: hidden;
  background: var(--charcoal);
  color: var(--white);
}

.campus-preview .eyebrow {
  color: var(--gold-light);
}

.campus-preview .split-heading > p {
  color: rgba(255, 255, 255, 0.7);
}

.split-heading {
  max-width: none;
  display: grid;
  grid-template-columns: 1fr 0.55fr;
  gap: 4rem;
  align-items: end;
}

.split-heading h2 {
  margin-bottom: 0;
}

.split-heading > p {
  max-width: 42ch;
}

.campus-preview-frame {
  position: relative;
  padding: clamp(2rem, 5vw, 5rem);
  overflow: hidden;
  background: var(--paper);
  border: 1px solid var(--green);
  box-shadow: var(--shadow);
}

.campus-preview-frame::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("img/campus-seam.webp") center / cover;
  opacity: 0.12;
  mix-blend-mode: multiply;
}

.preview-rail {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 1rem;
  color: var(--green);
  font-size: 0.7rem;
  font-weight: 750;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.preview-rail i {
  height: 3px;
  background: linear-gradient(to right, var(--green), var(--gold), var(--charcoal));
  animation: rail-open 2.4s cubic-bezier(0.2, 0.75, 0.2, 1) both;
  transform-origin: left;
}

.preview-spaces {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1px;
  margin: 2rem 0 0;
  padding: 0;
  list-style: none;
  background: var(--green);
  border: 1px solid var(--green);
}

.preview-spaces li {
  position: relative;
  min-height: 155px;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1.25rem;
  background: var(--paper-bright);
}

.preview-spaces li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 34%;
  height: 4px;
  background: var(--gold);
}

.preview-spaces b {
  font-family: var(--display);
  font-size: 1.05rem;
  line-height: 1.18;
}

.preview-spaces span {
  color: var(--steel);
  font-size: 0.72rem;
  line-height: 1.45;
}

.preview-spaces__center {
  background: var(--green) !important;
  color: var(--white);
}

.preview-spaces__center span {
  color: var(--gold-light);
}

.center-action {
  margin-top: 2rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

.interactive-flag {
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  color: var(--white);
  font-size: 0.72rem;
  font-weight: 680;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.interactive-flag i {
  width: 0.65rem;
  height: 0.65rem;
  background: var(--gold);
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(197, 137, 42, 0.17);
}

.campus-preview .btn-dark {
  background: var(--gold);
  color: var(--charcoal);
}

.calendar-window {
  padding-block: var(--s5);
}

.calendar-window-grid {
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  gap: clamp(3rem, 8vw, 8rem);
  align-items: center;
}

.empty-ticket {
  position: relative;
  min-height: 270px;
  display: grid;
  grid-template-columns: 0.36fr 1fr;
  background: var(--paper-bright);
  border: 1px solid var(--green);
  box-shadow: 12px 12px 0 var(--gold);
}

.empty-ticket::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 42%;
  height: 42%;
  background: url("img/campus-seam.webp") center / cover;
  opacity: 0.08;
  pointer-events: none;
}

.empty-ticket-date {
  margin: 0;
  padding: 2rem 1.25rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: var(--green);
  color: var(--gold-light);
  font-family: var(--display);
  font-size: var(--step-2);
  line-height: 0.9;
}

.empty-ticket-date strong {
  color: var(--white);
  font-size: var(--step-3);
}

.empty-ticket > div {
  position: relative;
  z-index: 2;
  padding: 2rem;
}

.empty-ticket h3 {
  margin: 0.8rem 0;
}

.empty-ticket a {
  color: var(--green);
  font-weight: 650;
}

.status-pill {
  width: fit-content;
  padding: 0.3rem 0.55rem;
  display: inline-block;
  background: var(--gold);
  color: var(--charcoal);
  font-size: 0.66rem;
  font-weight: 740;
  letter-spacing: 0.06em;
  line-height: 1.2;
  text-transform: uppercase;
}

.official-window {
  background: var(--green);
  color: var(--white);
}

.official-window-grid {
  width: 100%;
  max-width: none;
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
}

.official-window-image img {
  height: 100%;
  min-height: 600px;
  object-fit: cover;
}

.official-window-copy {
  padding: clamp(3rem, 7vw, 7rem);
}

.official-window-copy > p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.75);
}

.source-list {
  margin: 2rem 0 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
}

.source-list a {
  position: relative;
  min-height: 84px;
  padding: 1rem 0 1rem 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  text-decoration: none;
}

.source-list a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 3px;
  height: 0;
  background: var(--gold);
  transform: translateY(-50%);
  transition: height 180ms ease;
}

.source-list a:hover::before,
.source-list a:focus-visible::before {
  height: 54%;
}

.source-list a:hover b {
  color: var(--gold-light);
}

.source-list span {
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.78rem;
}

/* Shared page openings -------------------------------------------------- */

.page-band,
.page-hero,
.search-opening {
  padding-block: var(--s5);
  background: var(--green);
  color: var(--white);
}

.page-band .wrap,
.search-opening .wrap {
  position: relative;
  z-index: 2;
}

.page-band h1,
.search-opening h1 {
  max-width: 14ch;
  margin-bottom: 1.3rem;
}

.page-band .lede,
.search-opening .lede {
  color: rgba(255, 255, 255, 0.76);
}

.page-band--events,
.page-band--updates,
.page-band--contact,
.page-band--planner {
  position: relative;
  overflow: hidden;
}

.page-band--events::after,
.page-band--updates::after,
.page-band--contact::after,
.page-band--planner::after {
  content: "";
  position: absolute;
  right: -9vw;
  bottom: -35%;
  width: min(58vw, 820px);
  aspect-ratio: 16 / 9;
  background: url("img/campus-seam.webp") center / cover;
  opacity: 0.13;
  transform: rotate(-4deg);
}

.page-band--planner h1 em {
  color: var(--gold-light);
  font-style: normal;
  font-variation-settings: "slnt" -8;
}

.source-note {
  margin-top: 1.4rem;
  color: var(--steel);
  font-size: 0.76rem;
}

.source-note span {
  margin-right: 0.45rem;
  color: var(--green);
  font-weight: 720;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.source-note--dark,
.source-note--dark span {
  color: rgba(255, 255, 255, 0.65);
}

.source-note--dark a {
  color: var(--gold-light);
}

/* Venue ---------------------------------------------------------------- */

.venue-hero {
  padding-block: var(--s4);
  background: var(--charcoal);
}

.page-hero-grid {
  display: grid;
  grid-template-columns: 0.68fr 1.32fr;
  gap: clamp(2.5rem, 7vw, 7rem);
  align-items: center;
}

.page-hero-grid h1 {
  font-size: var(--step-3);
}

.page-hero-grid .lede {
  color: rgba(255, 255, 255, 0.72);
}

.page-hero-grid figure {
  margin: 0;
}

.page-hero-grid figure img {
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.page-hero-grid figcaption {
  padding-top: 0.5rem;
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.68rem;
}

.venue-number {
  overflow: hidden;
  background: var(--gold);
}

.venue-number .wrap {
  min-height: 300px;
  padding-block: 3rem;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(16rem, 0.42fr);
  align-items: center;
  gap: clamp(2rem, 6vw, 6rem);
}

.venue-number span {
  font-family: var(--display);
  font-size: clamp(6rem, 14vw, 13rem);
  font-weight: 750;
  letter-spacing: -0.075em;
  line-height: 0.88;
}

.venue-number p {
  max-width: 26ch;
  margin: 0;
  font-family: var(--display);
  font-size: var(--step-1);
  font-weight: 600;
  line-height: 1.3;
}

.space-ledger {
  padding-block: var(--s5);
}

.space-ledger-list {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 2px solid var(--green);
}

.space-ledger-list li {
  min-height: 100px;
  scroll-margin-top: 1.5rem;
  padding: 1.15rem 0;
  display: grid;
  grid-template-columns: 0.12fr 0.38fr 0.5fr;
  gap: 1rem;
  align-items: start;
  border-bottom: 1px solid var(--line);
}

.space-ledger-list li > span {
  color: var(--gold-ink);
  font-family: var(--display);
  font-size: 0.82rem;
  font-weight: 700;
}

.space-ledger-list h3,
.space-ledger-list p {
  margin: 0;
}

.space-ledger-list h3 {
  line-height: 1.2;
}

.space-ledger-list p {
  color: var(--steel);
  font-size: 0.9rem;
  line-height: 1.55;
}

.interior-spread {
  display: grid;
  grid-template-columns: 1.35fr 0.65fr;
  align-items: stretch;
}

.interior-spread-image img {
  height: 100%;
  min-height: 640px;
  object-fit: cover;
}

.interior-spread-copy {
  width: auto;
  padding: clamp(3rem, 6vw, 6rem);
  align-self: center;
}

.interior-spread-copy > p:not(.eyebrow, .source-note) {
  color: rgba(255, 255, 255, 0.72);
}

.venue-system {
  padding-block: var(--s5);
}

.venue-system-grid {
  display: grid;
  grid-template-columns: 0.65fr 1.35fr;
  gap: clamp(3rem, 8vw, 8rem);
}

.system-notes {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid var(--green);
}

.system-notes article {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.system-notes h3 {
  margin: 0.65rem 0 0.8rem;
}

.system-notes article + article {
  border-left: 1px solid var(--green);
}

.system-notes span {
  color: var(--gold-ink);
  font-size: 0.7rem;
  font-weight: 740;
}

.system-notes p {
  margin: 0;
  color: var(--steel);
  font-size: 0.84rem;
  line-height: 1.55;
}

/* Events --------------------------------------------------------------- */

.event-calendar {
  padding-block: var(--s5);
}

.calendar-toolbar {
  margin-bottom: 2rem;
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  align-items: end;
}

.calendar-toolbar h2 {
  margin-bottom: 0;
}

.calendar-toolbar label {
  display: block;
  margin-bottom: 0.45rem;
  font-size: 0.72rem;
  font-weight: 650;
}

.calendar-toolbar select {
  min-height: 44px;
  min-width: 190px;
  padding: 0.6rem 2.5rem 0.6rem 0.8rem;
  border: 1px solid var(--steel);
  background: var(--paper);
}

.calendar-empty {
  position: relative;
  min-height: 400px;
  display: grid;
  grid-template-columns: 0.35fr 1fr;
  border: 1px solid var(--green);
  box-shadow: var(--shadow);
}

.calendar-empty::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 44%;
  height: 48%;
  background: url("img/campus-seam.webp") center / cover;
  opacity: 0.075;
  pointer-events: none;
}

.calendar-empty-mark {
  padding: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: var(--green);
  color: var(--white);
  font-family: var(--display);
  line-height: 0.8;
}

.calendar-empty-mark span,
.calendar-empty-mark strong {
  font-size: var(--step-4);
}

.calendar-empty-mark strong {
  color: var(--gold-light);
}

.calendar-empty > div:last-child {
  position: relative;
  z-index: 2;
  padding: clamp(2rem, 6vw, 5rem);
}

.calendar-empty h3 {
  max-width: 18ch;
  margin: 1rem 0;
  font-size: var(--step-2);
}

.calendar-empty p {
  max-width: 65ch;
  color: var(--steel);
}

.calendar-capabilities {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid var(--green);
  border-top: 0;
}

.calendar-capabilities p {
  min-height: 80px;
  margin: 0;
  padding: 1rem;
  display: flex;
  align-items: center;
  gap: 0.55rem;
  border-left: 1px solid var(--line);
  font-size: 0.78rem;
  line-height: 1.45;
}

.calendar-capabilities p:first-child {
  border-left: 0;
}

.calendar-capabilities span {
  color: var(--green);
  font-weight: 800;
}

.event-proof {
  padding-block: var(--s5);
}

.event-proof-grid {
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  gap: 5rem;
}

.event-proof ol {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: proof;
}

.event-proof li {
  padding: 1.25rem 0;
  display: grid;
  grid-template-columns: 0.4fr 0.6fr;
  border-top: 1px solid var(--green);
}

.event-proof li:last-child {
  border-bottom: 1px solid var(--green);
}

.event-proof b {
  font-family: var(--display);
  line-height: 1.25;
}

.event-proof span {
  color: var(--steel);
  font-size: 0.86rem;
  line-height: 1.55;
}

/* Planner -------------------------------------------------------------- */

.planner-intro h1 {
  max-width: 16ch;
}

.planner-workbench {
  padding-block: var(--s4) var(--s5);
  background: var(--paper);
}

.workbench-label {
  margin-bottom: 1rem;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  color: var(--green);
  font-size: 0.7rem;
  font-weight: 720;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.workbench-label p {
  margin: 0;
  color: var(--steel);
  font-weight: 500;
}

.planner-grid {
  display: grid;
  grid-template-columns: 1fr;
  border: 1px solid var(--green);
  background: var(--paper-bright);
  box-shadow: var(--shadow);
}

.planner-form {
  padding: clamp(1.75rem, 4vw, 3.5rem);
  border-bottom: 1px solid var(--green);
}

.planner-form h2 {
  max-width: 20ch;
  margin-bottom: 1.8rem;
  font-size: var(--step-2);
}

.planner-form-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(340px, 0.65fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: start;
}

.planner-form fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

.planner-form legend,
.select-field > span {
  margin-bottom: 0.8rem;
  display: block;
  color: var(--green);
  font-size: 0.72rem;
  font-weight: 720;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.choice-stack {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.7rem;
}

.choice-stack label {
  min-height: 64px;
  padding: 0.8rem;
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  border: 1px solid var(--line);
  background: var(--white);
  cursor: pointer;
  transition: border-color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.choice-stack label:has(input:checked) {
  border-color: var(--green);
  background: var(--paper);
  box-shadow: inset 0 -4px 0 var(--gold);
}

.choice-stack input {
  flex: 0 0 auto;
  width: 1.15rem;
  height: 1.15rem;
  margin: 0.13rem 0 0;
  accent-color: var(--green);
}

.choice-stack span {
  font-size: 0.88rem;
  line-height: 1.4;
}

.planner-controls {
  padding: 1.15rem;
  background: var(--paper);
  border: 1px solid var(--line);
}

.select-field {
  display: block;
  margin-bottom: 1.15rem;
}

.select-field select {
  width: 100%;
  min-height: 48px;
  padding: 0.7rem 0.85rem;
  border: 1px solid var(--green);
  background: var(--white);
}

.form-hint {
  margin: 1rem 0 0;
  color: var(--steel);
  font-size: 0.72rem;
  line-height: 1.5;
}

.campus-map-panel {
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(340px, 0.92fr);
  align-items: stretch;
}

.campus-map {
  --event-plan-raster: url("img/event-planner-map.webp");
  position: relative;
  min-height: 600px;
  overflow: hidden;
  background-color: #e8e7dc;
  background-image: linear-gradient(rgba(251, 249, 242, 0.2), rgba(251, 249, 242, 0.2)), var(--event-plan-raster);
  background-position: center, center;
  background-size: cover, cover;
  border-right: 1px solid var(--green);
}

.campus-map-photo-hook {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(244, 240, 228, 0.12), rgba(14, 63, 53, 0.1));
  pointer-events: none;
}

.campus-map-caption {
  position: absolute;
  z-index: 6;
  top: 1rem;
  left: 1rem;
  margin: 0;
  padding: 0.45rem 0.65rem;
  background: rgba(251, 249, 242, 0.92);
  color: var(--green);
  font-size: 0.68rem;
  font-weight: 720;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.campus-map-ground {
  position: absolute;
  inset: 13% 7% 9%;
  border: 2px solid var(--green);
  border-radius: 0.9rem;
  background: rgba(251, 249, 242, 0.42);
  box-shadow: inset 0 0 0 8px rgba(197, 137, 42, 0.08);
}

.campus-map-seam {
  position: absolute;
  z-index: 2;
  top: 58%;
  left: 7%;
  right: 7%;
  height: 3px;
  background: linear-gradient(to right, var(--green), var(--gold), var(--green));
  box-shadow: 0 0 0 5px rgba(197, 137, 42, 0.11);
}

.campus-map-seam::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(to right, transparent, var(--gold) 18%, var(--gold) 82%, transparent);
  transform: scaleX(0);
  transform-origin: left;
  opacity: 0;
}

.campus-map.is-resolving .campus-map-seam::after {
  animation: campus-wire 420ms cubic-bezier(0.2, 0.75, 0.2, 1) both;
}

.map-space {
  position: absolute;
  z-index: 3;
  min-width: 84px;
  min-height: 54px;
  padding: 0.55rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--green);
  background: rgba(251, 249, 242, 0.96);
  color: var(--green);
  text-align: center;
  transition: background 220ms ease, color 220ms ease, transform 220ms ease, box-shadow 220ms ease;
}

.map-space span {
  max-width: 14ch;
  font-size: 0.78rem;
  font-weight: 720;
  line-height: 1.3;
}

.map-space.is-active {
  z-index: 5;
  background: var(--green);
  color: var(--white);
  transform: translateY(-3px);
  box-shadow: 6px 6px 0 var(--gold);
}

.map-space--exhibition-center { top: 22%; left: 30%; width: 36%; height: 28%; }
.map-space--show-ring { top: 29%; left: 39%; width: 18%; height: 15%; border-style: dashed; }
.map-space--warm-up { top: 20%; left: 70%; width: 20%; height: 15%; }
.map-space--prefunction { top: 43%; left: 39%; width: 18%; height: 11%; }
.map-space--activity-pad { top: 66%; left: 67%; width: 23%; height: 15%; }
.map-space--support-plaza { top: 63%; left: 39%; width: 22%; height: 13%; }
.map-space--stalls { top: 24%; left: 10%; width: 16%; height: 15%; }
.map-space--parking { top: 67%; left: 10%; width: 25%; height: 13%; }

.campus-result {
  padding: clamp(1.5rem, 4vw, 3rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: var(--green);
  color: var(--white);
}

.campus-result:focus {
  outline: none;
}

.campus-result h3 {
  margin-bottom: 1rem;
  font-size: var(--step-2);
}

.campus-result > p:not(.result-kicker) {
  max-width: 70ch;
  color: rgba(255, 255, 255, 0.78);
}

.campus-result .result-kicker {
  color: var(--gold-light);
}

.campus-result ul {
  margin: 1.5rem 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(255, 255, 255, 0.28);
}

.campus-result li {
  padding: 0.85rem 0;
  display: grid;
  grid-template-columns: minmax(9rem, 0.78fr) minmax(0, 1.22fr);
  gap: 1rem;
  align-items: baseline;
  border-bottom: 1px solid rgba(255, 255, 255, 0.28);
}

.campus-result li span {
  color: rgba(255, 255, 255, 0.64);
  font-size: 0.7rem;
  line-height: 1.45;
}

.campus-result .btn-dark {
  background: var(--paper-bright);
  color: var(--green);
}

.host-path {
  padding-block: var(--s5);
}

.host-path h2 {
  max-width: 12ch;
}

.host-path ol {
  position: relative;
  margin: var(--s3) 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  list-style: none;
  border: 0;
}

.host-path ol::before {
  content: "";
  position: absolute;
  top: 1.65rem;
  left: 1.5rem;
  right: 1.5rem;
  height: 2px;
  background: linear-gradient(to right, var(--gold), rgba(197, 137, 42, 0.22));
}

.host-path li {
  position: relative;
  padding: 3.2rem 1.5rem 0;
  border: 0;
}

.host-path li h3 {
  margin: 0.6rem 0 0.7rem;
}

.host-path li::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 1.3rem;
  left: 1.5rem;
  width: 0.72rem;
  height: 0.72rem;
  background: var(--gold);
  border: 3px solid var(--charcoal);
  border-radius: 50%;
  box-shadow: 0 0 0 1px var(--gold);
}

.host-path li > span {
  color: var(--gold-light);
  font-size: 0.7rem;
  font-weight: 720;
}

.host-path li p {
  margin: 0;
  color: rgba(255, 255, 255, 0.64);
  font-size: 0.8rem;
  line-height: 1.5;
}

/* Visit ---------------------------------------------------------------- */

.visit-route {
  padding-block: var(--s5);
}

.visit-route-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(3rem, 8vw, 9rem);
  align-items: center;
}

.route-place {
  position: relative;
  min-height: 470px;
  margin: 0;
  overflow: hidden;
  background: var(--green-deep);
  box-shadow: var(--shadow);
}

.route-place img {
  height: 470px;
  object-fit: cover;
  filter: saturate(0.9) contrast(1.03);
}

.route-place::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(8, 43, 37, 0.92), rgba(8, 43, 37, 0.05) 58%);
  pointer-events: none;
}

.route-place figcaption {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  left: 0;
  padding: clamp(1.25rem, 4vw, 2.25rem);
  display: grid;
  grid-template-columns: 0.65fr 1fr;
  gap: 0.6rem 1.5rem;
  align-items: end;
  color: var(--white);
}

.route-place figcaption > span {
  grid-column: 1 / -1;
  color: var(--gold-light);
  font-size: 0.72rem;
  font-weight: 720;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.route-place figcaption > strong {
  font-family: var(--display);
  font-size: var(--step-1);
  line-height: 1.25;
}

.route-place figcaption > small {
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.75rem;
  line-height: 1.5;
}

.visit-checklist {
  padding-block: var(--s5);
}

.visit-strips {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid var(--green);
}

.visit-strips article {
  min-height: 265px;
  padding: 1.4rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-left: 1px solid var(--green);
}

.visit-strips article:first-child {
  border-left: 0;
}

.visit-strips article > span {
  margin-bottom: auto;
  color: var(--gold-ink);
  font-weight: 730;
}

.visit-strips p {
  margin-bottom: 0;
  color: var(--steel);
  font-size: 0.82rem;
  line-height: 1.55;
}

.faq-band {
  padding-block: var(--s5);
  background: var(--green);
  color: var(--white);
}

.faq-grid {
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  gap: clamp(3rem, 8vw, 8rem);
}

.faq-list {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.faq-list details {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.faq-list summary {
  min-height: 72px;
  padding: 1rem 2rem 1rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  font-family: var(--display);
  font-weight: 620;
  cursor: pointer;
  list-style: none;
}

.faq-list summary::after {
  content: "+";
  color: var(--gold-light);
  font-size: 1.4rem;
}

.faq-list details[open] summary::after {
  content: "−";
}

.faq-list details p {
  max-width: 65ch;
  padding-bottom: 1.3rem;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.88rem;
}

/* Updates -------------------------------------------------------------- */

.update-feature {
  padding-block: var(--s5);
}

.update-feature-grid {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: clamp(3rem, 7vw, 7rem);
  align-items: center;
}

.update-feature figure {
  margin: 0;
}

.update-feature figure img {
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.update-feature figcaption {
  padding-top: 0.45rem;
  color: var(--steel);
  font-size: 0.68rem;
}

.update-feature h2 {
  margin-top: 1rem;
}

.update-feature p:not(.eyebrow) {
  color: var(--steel);
}

.milestone-strip {
  padding-block: var(--s5);
}

.milestone-strip h2 {
  max-width: 14ch;
}

.milestone-sequence {
  margin-top: var(--s3);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 2px solid var(--gold);
  border-right: 1px solid rgba(255, 255, 255, 0.28);
  border-bottom: 1px solid rgba(255, 255, 255, 0.28);
}

.milestone-sequence article {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-left: 1px solid rgba(255, 255, 255, 0.28);
}

.milestone-sequence h3 {
  margin: 0.75rem 0 0.85rem;
}

.milestone-sequence span {
  color: var(--gold-light);
  font-size: 0.7rem;
  font-weight: 720;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.milestone-sequence p {
  margin: 0;
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.82rem;
  line-height: 1.55;
}

.update-source-grid {
  padding-block: var(--s5);
}

.source-panels {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.source-panels a {
  min-height: 220px;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  background: var(--paper);
  border: 1px solid var(--green);
  text-decoration: none;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.source-panels a:hover {
  background: var(--green);
  color: var(--white);
  transform: translateY(-4px);
}

.source-panels span {
  margin-bottom: auto;
  color: var(--gold-ink);
  font-size: 0.7rem;
  font-weight: 720;
  text-transform: uppercase;
}

.source-panels b {
  font-family: var(--display);
  font-size: var(--step-1);
  line-height: 1.22;
}

.source-panels em {
  margin-top: 0.4rem;
  color: var(--steel);
  font-size: 0.72rem;
  font-style: normal;
  line-height: 1.45;
}

.source-panels a:hover em {
  color: rgba(255, 255, 255, 0.64);
}

.source-panels a:hover span {
  color: var(--gold-light);
}

/* About ---------------------------------------------------------------- */

.about-opening {
  padding-block: var(--s4);
  background: var(--charcoal);
  color: var(--white);
}

.about-opening-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 4rem;
  align-items: center;
}

.about-opening h1 {
  font-size: var(--step-3);
}

.about-opening figure {
  margin: 0;
}

.about-opening img {
  aspect-ratio: 16 / 11;
  object-fit: cover;
}

.continuity-statement {
  padding-block: var(--s4);
  background: var(--gold);
}

.statement-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  color: var(--charcoal);
  font-size: 0.72rem;
  font-weight: 730;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.statement-line i {
  flex: 1;
  height: 1px;
  background: rgba(32, 36, 33, 0.4);
}

.continuity-statement h2 {
  max-width: 19ch;
  margin: 2rem 0 0;
  font-size: var(--step-3);
}

.about-story {
  padding-block: var(--s5);
}

.about-story-grid {
  display: grid;
  grid-template-columns: 0.65fr 1.35fr;
  gap: clamp(3rem, 8vw, 8rem);
}

.about-story-grid > div:last-child > p:not(.source-note) {
  max-width: 68ch;
}

.operator-band {
  padding-block: var(--s5);
}

.operator-grid {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: clamp(3rem, 8vw, 8rem);
}

.operator-grid > div:last-child > p:not(.note-box) {
  color: rgba(255, 255, 255, 0.72);
}

.note-box {
  margin-top: 2rem;
  padding: 1.2rem;
  border-left: 4px solid var(--gold);
  background: rgba(255, 255, 255, 0.07);
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.82rem;
}

.mission-close {
  padding-block: var(--s5);
}

.mission-close h2 {
  max-width: 24ch;
}

/* Search --------------------------------------------------------------- */

.search-hero-form {
  max-width: 900px;
  margin-top: 2rem;
}

.search-hero-form > label {
  margin-bottom: 0.5rem;
  display: block;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.8rem;
}

.search-hero-form > div {
  display: grid;
  grid-template-columns: 1fr auto;
}

.search-hero-form input {
  min-height: 64px;
  min-width: 0;
  padding: 0.85rem 1.1rem;
  border: 2px solid var(--paper-bright);
  background: var(--paper-bright);
  color: var(--charcoal);
}

.search-hero-form button {
  min-width: 112px;
  border: 2px solid var(--gold);
  background: var(--gold);
  color: var(--charcoal);
  font-weight: 720;
  cursor: pointer;
}

.search-results-section {
  min-height: 50vh;
  padding-block: var(--s4) var(--s5);
}

.answer-panel {
  margin-bottom: 3rem;
  padding: clamp(1.5rem, 4vw, 3rem);
  background: var(--paper);
  border-left: 6px solid var(--gold);
}

.answer-label {
  color: var(--green);
  font-size: 0.7rem;
  font-weight: 720;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.answer-panel h2 {
  font-size: var(--step-2);
}

.answer-panel > p:not(.answer-label) {
  max-width: 75ch;
}

.answer-sources {
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
  font-size: 0.78rem;
  font-weight: 650;
}

.answer-sources::before {
  content: "Source";
  margin-right: 0.65rem;
  color: var(--steel);
  text-transform: uppercase;
}

.answer-sources li {
  display: inline;
}

.search-summary {
  margin-bottom: 2rem;
  color: var(--steel);
}

.result-group {
  margin-bottom: 3rem;
}

.result-group h2 {
  padding-bottom: 0.7rem;
  border-bottom: 2px solid var(--green);
  font-size: var(--step-1);
}

.result-group ol {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  list-style: none;
}

.result-group a {
  min-height: 150px;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1.5rem;
  border: 1px solid var(--line);
  text-decoration: none;
}

.result-group a:hover {
  border-color: var(--green);
  background: var(--paper);
}

.result-group span {
  font-family: var(--display);
  font-size: var(--step-1);
  font-weight: 640;
  line-height: 1.22;
}

.result-group small {
  color: var(--steel);
  font-size: 0.66rem;
  line-height: 1.5;
}

.no-results {
  padding: 2rem;
  background: var(--paper);
}

/* Inquiry -------------------------------------------------------------- */

.inquiry-section {
  padding-block: var(--s5);
}

.inquiry-grid {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: clamp(3rem, 8vw, 8rem);
}

.inquiry-form {
  padding: clamp(1.5rem, 4vw, 3rem);
  background: var(--paper);
  border-top: 8px solid var(--gold);
}

.field-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.inquiry-form > label,
.field-row label {
  margin-bottom: 1.15rem;
  display: block;
}

.inquiry-form label > span:not(.check-label span) {
  margin-bottom: 0.5rem;
  display: block;
  color: var(--green);
  font-size: 0.76rem;
  font-weight: 680;
}

.inquiry-form input:not([type="checkbox"]),
.inquiry-form select,
.inquiry-form textarea {
  width: 100%;
  min-height: 48px;
  padding: 0.65rem 0.75rem;
  border: 1px solid var(--steel);
  background: var(--white);
  color: var(--charcoal);
}

.inquiry-form textarea {
  resize: vertical;
}

.check-label {
  min-height: 44px;
  display: flex !important;
  align-items: center;
  gap: 0.7rem;
}

.check-label input {
  width: 1.15rem;
  height: 1.15rem;
  accent-color: var(--green);
}

.check-label span {
  font-size: 0.78rem;
}

#inquiry-status {
  margin-top: 1rem;
  color: var(--green);
  font-size: 0.82rem;
}

.inquiry-aside ol {
  margin: 2rem 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--green);
}

.inquiry-aside li {
  min-height: 90px;
  padding: 1rem 0;
  display: grid;
  grid-template-columns: 0.14fr 0.86fr;
  align-items: start;
  border-bottom: 1px solid var(--line);
}

.inquiry-aside li > span {
  color: var(--gold-ink);
  font-size: 0.72rem;
  font-weight: 720;
}

.inquiry-aside li p {
  margin: 0;
  font-size: 0.84rem;
  line-height: 1.55;
}

/* Prose and 404 -------------------------------------------------------- */

.page-band--plain {
  background: var(--paper);
  color: var(--charcoal);
}

.page-band--plain .lede {
  color: var(--steel);
}

.prose-section {
  padding-block: var(--s5);
}

.prose-section h2 {
  margin-top: 2.5rem;
  font-size: var(--step-2);
}

.prose-section p,
.prose-section li {
  max-width: 72ch;
}

.not-found {
  padding-block: var(--s5);
  background: var(--green-deep);
  color: var(--white);
}

.not-found-grid {
  min-height: 58vh;
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 4rem;
  align-items: center;
}

.not-found-number {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.2em;
  color: var(--gold-light);
  font-family: var(--display);
  font-size: clamp(8rem, 20vw, 18rem);
  font-weight: 730;
  line-height: 0.7;
}

.not-found-number span {
  width: 0.55em;
  height: 0.55em;
  border: 0.08em solid var(--gold);
  border-radius: 50%;
}

.not-found h1 {
  font-size: var(--step-3);
}

.not-found > .wrap > div:last-child > p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.72);
}

/* Footer --------------------------------------------------------------- */

.campus-seam {
  height: 150px;
  background: var(--paper) url("img/campus-seam.webp") center 42% / cover;
  border-top: 1px solid var(--green);
  border-bottom: 1px solid var(--green);
}

.campus-seam-divider {
  width: 100%;
  border-bottom-color: var(--gold);
}

.calendar-empty.campus-seam-empty {
  overflow: hidden;
}

.not-found.campus-seam-404 {
  border-top: 3px solid var(--gold);
}

.site-footer {
  background: var(--paper);
  color: var(--charcoal);
}

.footer-grid {
  padding-block: var(--s4);
  display: grid;
  grid-template-columns: 1.4fr 0.7fr 0.9fr;
  gap: 4rem;
}

.footer-brand h2 {
  max-width: 12ch;
  font-size: var(--step-2);
}

.footer-brand > p:last-child {
  max-width: 48ch;
  color: var(--steel);
  font-size: 0.82rem;
}

.footer-grid h3 {
  color: var(--green);
  font-size: 0.78rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.footer-grid ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-grid li {
  margin-bottom: 0.6rem;
}

.footer-grid li a {
  font-size: 0.82rem;
  line-height: 1.45;
}

.footer-base {
  min-height: 90px;
  padding-block: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  border-top: 1px solid var(--line);
  color: var(--steel);
  font-size: 0.68rem;
}

.footer-base p {
  max-width: 82ch;
  margin: 0;
}

/* Motion --------------------------------------------------------------- */

@keyframes rail-open {
  from { transform: scaleX(0); opacity: 0; }
  to { transform: scaleX(1); opacity: 1; }
}

@keyframes campus-wire {
  0% { transform: scaleX(0); opacity: 0; }
  18% { opacity: 1; }
  100% { transform: scaleX(1); opacity: 0.82; }
}

.reveal-item {
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 420ms ease, transform 420ms ease;
}

.reveal-item.is-seen {
  opacity: 1;
  transform: none;
}

/* Responsive ----------------------------------------------------------- */

@media (max-width: 1040px) {
  .masthead {
    grid-template-columns: 1fr minmax(300px, 0.9fr) auto;
    gap: 1.5rem;
  }

  .brand-lockup > span {
    display: none;
  }

  .arrival-intro {
    grid-template-columns: 1fr 0.7fr;
  }

  .fact-ledger-grid,
  .calendar-capabilities,
  .host-path ol,
  .visit-strips {
    grid-template-columns: repeat(2, 1fr);
  }

  .host-path ol::before {
    display: none;
  }

  .host-path li {
    min-height: 190px;
    padding-top: 3rem;
  }

  .fact-entry:nth-child(3),
  .calendar-capabilities p:nth-child(3),
  .host-path li:nth-child(3),
  .visit-strips article:nth-child(3) {
    border-left: 0;
  }

  .preview-spaces {
    grid-template-columns: repeat(3, 1fr);
  }

  .system-notes {
    grid-template-columns: 1fr;
  }

  .system-notes article + article {
    border-left: 0;
    border-top: 1px solid var(--green);
  }

  .planner-grid {
    grid-template-columns: 1fr;
  }

  .source-panels {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 820px) {
  .wrap {
    width: min(100% - 1.5rem, 1280px);
  }

  .utility-row nav,
  .omnibox--desktop {
    display: none;
  }

  .utility-row {
    justify-content: center;
  }

  .masthead {
    min-height: 84px;
    grid-template-columns: 1fr auto;
  }

  .brand-lockup img {
    width: 172px;
    height: 82px;
    flex-basis: 172px;
  }

  .menu-btn {
    min-width: 66px;
    min-height: 44px;
    display: block;
    border: 1px solid var(--green);
    background: transparent;
    color: var(--green);
    font-weight: 650;
  }

  .primary-nav {
    display: none;
  }

  .primary-nav.is-open {
    display: block;
  }

  .nav-inner,
  .nav-list {
    display: block;
  }

  .nav-inner {
    padding-block: 0.75rem;
  }

  .omnibox--mobile {
    margin-bottom: 0.75rem;
    display: grid;
  }

  .nav-list a {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.18);
  }

  .nav-cta {
    margin-top: 0.75rem;
  }

  .arrival-intro,
  .split-heading,
  .build-story-grid,
  .calendar-window-grid,
  .official-window-grid,
  .page-hero-grid,
  .interior-spread,
  .venue-system-grid,
  .event-proof-grid,
  .planner-grid,
  .visit-route-grid,
  .faq-grid,
  .update-feature-grid,
  .about-opening-grid,
  .about-story-grid,
  .operator-grid,
  .inquiry-grid,
  .not-found-grid,
  .planner-form-grid,
  .campus-map-panel {
    grid-template-columns: 1fr;
  }

  .arrival-intro {
    gap: 1.5rem;
  }

  .arrival-intro .eyebrow {
    margin-bottom: 0;
  }

  .arrival-intro > p:last-child {
    max-width: 48ch;
  }

  .arrival-lenses {
    grid-template-columns: 1fr;
  }

  .arrival-lens + .arrival-lens {
    border-left: 0;
  }

  .lens-copy,
  .arrival-lens--center .lens-copy {
    padding-inline: 1.25rem;
  }

  .official-window-copy,
  .interior-spread-copy {
    width: min(100% - 2rem, 720px);
    margin-inline: auto;
  }

  .official-window-image img,
  .interior-spread-image img {
    min-height: 420px;
  }

  .beam-figure::before {
    right: 0;
  }

  .venue-number .wrap {
    min-height: 220px;
    align-items: center;
  }

  .space-ledger-list li {
    grid-template-columns: 0.12fr 0.88fr;
  }

  .space-ledger-list li p {
    grid-column: 2;
  }

  .planner-form {
    border-right: 0;
    border-bottom: 1px solid var(--green);
  }

  .choice-stack {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .campus-map {
    min-height: 540px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.22);
  }

  .calendar-empty {
    grid-template-columns: 0.42fr 1fr;
  }

  .milestone-sequence,
  .result-group ol {
    grid-template-columns: 1fr;
  }

  .milestone-sequence article {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.28);
  }

  .footer-grid {
    grid-template-columns: 1.25fr 0.75fr;
  }

  .footer-grid > div:last-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 560px) {
  :root {
    --s5: 4.5rem;
    --s5: 3rlh;
  }

  .proto-banner {
    text-align: left;
  }

  .opening-note {
    font-size: 0.68rem;
  }

  .calendar-toolbar {
    flex-direction: column;
    align-items: stretch;
    gap: 1rem;
  }

  .calendar-toolbar form,
  .calendar-toolbar select {
    width: 100%;
    max-width: 100%;
  }

  .arrival-intro {
    padding-block: 3.2rem 2rem;
  }

  .arrival-intro h1 {
    font-size: clamp(3.15rem, 14vw, 4.8rem);
  }

  .arrival-lens {
    min-height: 0;
  }

  .lens-image {
    min-height: 235px;
  }

  .lens-copy {
    min-height: 0;
  }

  .fact-ledger-grid,
  .preview-spaces,
  .calendar-capabilities,
  .host-path ol,
  .visit-strips,
  .source-panels,
  .footer-grid,
  .campus-result ul,
  .choice-stack {
    grid-template-columns: 1fr;
  }

  .campus-result li {
    grid-template-columns: 1fr;
    gap: 0.25rem;
  }

  .fact-entry,
  .calendar-capabilities p,
  .visit-strips article {
    min-height: 0;
    border-left: 1px solid rgba(32, 36, 33, 0.28);
    border-right: 1px solid rgba(32, 36, 33, 0.28);
    border-bottom: 1px solid rgba(32, 36, 33, 0.28);
  }

  .fact-entry:first-child {
    border-top: 1px solid rgba(32, 36, 33, 0.28);
  }

  .host-path ol {
    padding-left: 1rem;
  }

  .host-path ol::before {
    top: 0;
    bottom: 0;
    left: 1.35rem;
    right: auto;
    width: 2px;
    height: auto;
    display: block;
    background: linear-gradient(to bottom, var(--gold), rgba(197, 137, 42, 0.18));
  }

  .host-path li {
    min-height: 0;
    padding: 2.4rem 0 1.4rem 2.5rem;
    border: 0;
  }

  .host-path li::before {
    top: 2.55rem;
    left: 0;
  }

  .build-story-grid,
  .split-heading,
  .calendar-window-grid,
  .event-proof-grid,
  .faq-grid,
  .operator-grid {
    gap: 2.5rem;
  }

  .campus-preview-frame {
    padding: 1rem;
  }

  .preview-spaces li {
    min-height: 95px;
  }

  .empty-ticket,
  .calendar-empty {
    grid-template-columns: 1fr;
  }

  .empty-ticket-date {
    flex-direction: row;
    align-items: baseline;
    gap: 0.5rem;
  }

  .calendar-empty-mark {
    min-height: 170px;
    flex-direction: row;
    gap: 0.4rem;
  }

  .venue-number .wrap {
    min-height: 150px;
    display: block;
    padding-block: 1.5rem;
  }

  .venue-number span {
    font-size: clamp(5rem, 25vw, 8rem);
  }

  .venue-number p {
    margin: 0.8rem 0 0;
  }

  .planner-grid {
    display: block;
  }

  .campus-map {
    min-height: 520px;
  }

  .map-space {
    min-width: 56px;
    min-height: 40px;
  }

  .map-space span {
    font-size: 0.72rem;
  }

  .route-place,
  .route-place img {
    min-height: 420px;
    height: 420px;
  }

  .route-place figcaption {
    grid-template-columns: 1fr;
  }

  .field-row {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .statement-line {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .statement-line i {
    display: none;
  }

  .search-hero-form > div {
    grid-template-columns: 1fr;
  }

  .search-hero-form button {
    min-height: 52px;
  }

  .footer-grid > div:last-child {
    grid-column: auto;
  }

  .footer-base {
    align-items: flex-start;
    flex-direction: column;
  }

  .not-found-number {
    justify-content: flex-start;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
  }

  .reveal-item {
    opacity: 1;
    transform: none;
  }
}

/* Print: strip the site chrome so a printed page (event form, contact info,
   shelter reservation details) reads as the document itself — the nav,
   disclosure banner, and footer are useless on paper. The page-band content
   header stays: it carries the page's own title. */
@media print {
  .proto-banner, .skip-link, .site-header, .primary-nav, .site-footer, .omnibox { display: none !important; }
  body { background: #fff; color: #000; }
}
