@font-face {
  font-family: "Gilroy";
  src: url("assets/gilroy-light.woff2") format("woff2");
  font-weight: 300 500;
  font-display: swap;
}

@font-face {
  font-family: "Gilroy";
  src: url("assets/gilroy-extrabold.woff2") format("woff2");
  font-weight: 700 900;
  font-display: swap;
}

:root {
  --purple: #482683;
  --purple-deep: #35186e;
  --teal: #00b3aa;
  --teal-soft: #d9f4f1;
  --navy: #025373;
  --peach: #febe98;
  --orange: #ff5c38;
  --ink: #153344;
  --muted: #5c6c73;
  --paper: #f7f8f6;
  --white: #ffffff;
  --shadow: 0 24px 70px rgba(24, 19, 55, 0.18);
  --radius-lg: 30px;
  --radius-md: 20px;
  --container: 1180px;
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: "Gilroy", Arial, sans-serif;
  font-size: 18px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

body.menu-open {
  overflow: hidden;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

button,
input,
select {
  font: inherit;
}

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

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

.container {
  width: min(calc(100% - 40px), var(--container));
  margin-inline: auto;
}

.section {
  padding: 112px 0;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: fixed;
  left: 20px;
  top: -60px;
  z-index: 1000;
  padding: 12px 18px;
  color: var(--white);
  background: var(--navy);
  border-radius: 8px;
  transition: top 0.2s ease;
}

.skip-link:focus {
  top: 16px;
}

.site-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 20;
  padding: 22px 0;
  color: var(--white);
}

.site-header::after {
  content: "";
  position: absolute;
  inset: 100% 0 auto;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.brand {
  position: relative;
  z-index: 32;
  width: 205px;
}

.brand img {
  width: 100%;
  height: auto;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 28px;
  font-size: 15px;
  font-weight: 700;
}

.main-nav a {
  text-decoration: none;
  transition: opacity 0.2s ease;
}

.main-nav a:hover {
  opacity: 0.75;
}

.nav-cta {
  padding: 12px 18px;
  color: var(--purple);
  background: var(--white);
  border-radius: 999px;
}

.menu-button {
  display: none;
  width: 46px;
  height: 46px;
  padding: 10px;
  background: transparent;
  border: 0;
  cursor: pointer;
}

.menu-button span:not(.sr-only) {
  display: block;
  width: 100%;
  height: 2px;
  margin: 6px 0;
  background: var(--white);
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.hero {
  position: relative;
  min-height: 820px;
  overflow: hidden;
  color: var(--white);
  background: var(--purple-deep);
}

.hero-media,
.hero-overlay,
.hero-pattern {
  position: absolute;
  inset: 0;
}

.hero-media {
  background: url("assets/open-day-hero.webp") center 30% / cover no-repeat;
  transform: scale(1.02);
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(36, 14, 77, 0.96) 0%, rgba(54, 21, 104, 0.84) 43%, rgba(18, 25, 50, 0.28) 100%),
    linear-gradient(180deg, rgba(15, 10, 35, 0.28) 0%, rgba(15, 10, 35, 0.16) 65%, rgba(15, 10, 35, 0.75) 100%);
}

.hero-pattern,
.cta-pattern {
  opacity: 0.25;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='96' height='96' viewBox='0 0 96 96'%3E%3Cg fill='none' stroke='%2300B3AA' stroke-width='4' stroke-linecap='round'%3E%3Cpath d='M48 40v16M48 40L36 31M48 40l12-9'/%3E%3C/g%3E%3C/svg%3E");
  background-size: 96px 96px;
  mask-image: linear-gradient(90deg, transparent 0%, black 75%, black 100%);
}

.hero-grid {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 460px;
  gap: 72px;
  align-items: center;
  min-height: 820px;
  padding-top: 116px;
  padding-bottom: 56px;
}

.hero-copy {
  max-width: 680px;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 11px;
  margin: 0 0 18px;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.eyebrow span {
  width: 30px;
  height: 3px;
  background: var(--teal);
  border-radius: 999px;
}

.eyebrow-dark {
  color: var(--purple);
}

.hero h1,
.section h2,
.campus-copy h2,
.faq-heading h2,
.final-cta h2 {
  margin: 0;
  font-weight: 800;
  line-height: 0.98;
  letter-spacing: -0.04em;
}

.hero h1 {
  max-width: 750px;
  font-size: clamp(58px, 6.7vw, 96px);
}

.hero h1 em {
  color: var(--teal);
  font-style: normal;
}

.hero-lead {
  max-width: 610px;
  margin: 28px 0 30px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 21px;
  line-height: 1.5;
}

.event-status {
  display: inline-block;
  padding: 17px 24px 19px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 22px;
  backdrop-filter: blur(12px);
}

.event-status strong,
.event-status-detail {
  display: block;
}

.event-status strong {
  margin-bottom: 7px;
  color: var(--peach);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.14em;
  line-height: 1.2;
  text-transform: uppercase;
}

.event-status-detail {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 18px;
}

.event-date {
  color: var(--white);
  font-size: 28px;
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.1;
}

.event-units {
  color: var(--white);
  font-size: 16px;
  font-weight: 800;
  line-height: 1.2;
}

.event-divider {
  color: rgba(255, 255, 255, 0.72);
  font-size: 22px;
  font-weight: 300;
}

.lead-card {
  padding: 34px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.97);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
}

.form-kicker {
  margin: 0 0 8px;
  color: var(--purple);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.form-heading h2 {
  margin: 0;
  color: var(--purple-deep);
  font-size: 32px;
  line-height: 1.08;
  letter-spacing: -0.03em;
}

.form-heading > p:last-child {
  margin: 10px 0 22px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.45;
}

.lead-form {
  display: grid;
  gap: 15px;
}

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

.field {
  display: grid;
  gap: 6px;
}

.field label {
  font-size: 13px;
  font-weight: 700;
}

.field input,
.field select {
  width: 100%;
  min-height: 48px;
  padding: 0 13px;
  color: var(--ink);
  background: var(--paper);
  border: 1px solid #dbe1e2;
  border-radius: 12px;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.field input:focus,
.field select:focus {
  border-color: var(--teal);
  box-shadow: 0 0 0 3px rgba(0, 179, 170, 0.15);
}

.field input[aria-invalid="true"],
.field select[aria-invalid="true"] {
  border-color: #c43d2c;
}

.field-error {
  min-height: 12px;
  color: #a82e20;
  font-size: 11px;
  line-height: 1.15;
}

.consent {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.35;
  cursor: pointer;
}

.consent input {
  flex: 0 0 auto;
  width: 17px;
  height: 17px;
  margin-top: 1px;
  accent-color: var(--purple);
}

.primary-button,
.secondary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  min-height: 54px;
  padding: 0 22px;
  font-weight: 800;
  text-decoration: none;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.primary-button {
  width: 100%;
  color: var(--white);
  background: var(--purple);
}

.primary-button:hover,
.secondary-button:hover {
  transform: translateY(-2px);
}

.primary-button:hover {
  background: var(--purple-deep);
}

.form-note {
  margin: -4px 0 0;
  color: #728087;
  font-size: 11px;
  text-align: center;
}

.form-success {
  display: none;
  align-items: center;
  gap: 12px;
  padding: 14px;
  color: #0e5c52;
  background: var(--teal-soft);
  border-radius: 12px;
  font-size: 14px;
  line-height: 1.3;
}

.form-success.is-visible {
  display: flex;
}

.form-success > span {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  color: var(--white);
  background: var(--teal);
  border-radius: 50%;
  font-weight: 800;
}

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

.intro-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 90px;
  align-items: end;
}

.intro-grid h2,
.section-heading h2 {
  font-size: clamp(42px, 5vw, 68px);
}

.intro-copy {
  padding-bottom: 4px;
}

.intro-copy p,
.section-heading > p:last-child,
.campus-copy > p,
.faq-heading > p:last-child {
  color: var(--muted);
  font-size: 20px;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 14px;
  color: var(--purple);
  font-weight: 800;
  text-underline-offset: 5px;
}

.experience-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 70px;
}

.experience-card {
  min-height: 315px;
  padding: 34px;
  color: var(--white);
  border-radius: var(--radius-md);
}

.card-purple { background: var(--purple); }
.card-teal { background: var(--teal); color: var(--purple-deep); }
.card-navy { background: var(--navy); }

.card-number {
  display: block;
  margin-bottom: 78px;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.experience-card h3 {
  margin: 0 0 10px;
  font-size: 29px;
  line-height: 1.05;
}

.experience-card p {
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
  opacity: 0.88;
}

.card-teal p {
  opacity: 1;
}

.image-story {
  display: grid;
  grid-template-columns: 1.3fr 0.8fr 0.9fr;
  min-height: 580px;
}

.story-image {
  min-height: 580px;
  overflow: hidden;
}

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

.story-quote {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 50px;
  color: var(--white);
  background: var(--purple);
}

.quote-mark {
  color: var(--teal);
  font-size: 80px;
  font-weight: 800;
  line-height: 0.7;
}

.story-quote blockquote {
  margin: 30px 0 20px;
  font-size: 35px;
  font-weight: 800;
  line-height: 1.1;
}

.story-quote p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
}

.difference-section {
  background: var(--white);
}

.section-heading {
  max-width: 890px;
}

.section-heading > p:last-child {
  max-width: 760px;
  margin: 24px 0 0;
}

.pillars-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 68px;
}

.pillar-card {
  position: relative;
  min-height: 380px;
  padding: 34px;
  background: var(--paper);
  border: 1px solid #e8ecea;
  border-radius: var(--radius-md);
}

.pillar-featured {
  color: var(--white);
  background: var(--purple);
  border-color: var(--purple);
}

.pillar-icon {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  margin-bottom: 68px;
  color: var(--purple);
  background: var(--teal-soft);
  border-radius: 18px;
  font-size: 24px;
  font-weight: 800;
}

.pillar-featured .pillar-icon {
  color: var(--purple);
  background: var(--teal);
}

.pillar-card h3 {
  margin: 0 0 13px;
  font-size: 29px;
  line-height: 1.08;
}

.pillar-card p {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
}

.pillar-featured p {
  color: rgba(255, 255, 255, 0.76);
}

.pillar-card > span {
  position: absolute;
  inset: auto 34px 27px;
  color: var(--purple);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.pillar-featured > span {
  color: var(--white);
}

.campus-feature {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  min-height: 670px;
  color: var(--white);
  background: var(--navy);
}

.campus-image {
  min-height: 670px;
  overflow: hidden;
}

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

.campus-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 650px;
  padding: 80px clamp(40px, 7vw, 110px);
}

.campus-copy h2,
.faq-heading h2 {
  font-size: clamp(45px, 5.5vw, 72px);
}

.campus-copy > p {
  color: rgba(255, 255, 255, 0.76);
}

.check-list {
  display: grid;
  gap: 13px;
  padding: 0;
  margin: 24px 0 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 30px;
}

.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 14px;
  height: 8px;
  border-left: 3px solid var(--teal);
  border-bottom: 3px solid var(--teal);
  transform: rotate(-45deg);
}

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

.units-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 68px;
}

.unit-card {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  color: var(--white);
  background: var(--navy);
  border-radius: var(--radius-md);
}

.unit-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 36%, rgba(19, 15, 44, 0.92) 100%);
}

.unit-card img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.unit-card:hover img {
  transform: scale(1.04);
}

.unit-content {
  position: absolute;
  z-index: 2;
  inset: auto 34px 32px;
}

.unit-content span {
  color: var(--teal);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.unit-content h3 {
  margin: 4px 0;
  font-size: 25px;
  line-height: 1.1;
}

.unit-content p {
  margin: 0;
  color: rgba(255, 255, 255, 0.77);
  font-size: 15px;
}

.faq-section {
  color: var(--white);
  background: var(--purple-deep);
}

.faq-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 100px;
}

.faq-heading {
  position: sticky;
  top: 40px;
  align-self: start;
}

.faq-heading > p:last-child {
  color: rgba(255, 255, 255, 0.7);
}

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

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

.faq-list summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 27px 0;
  font-size: 21px;
  font-weight: 800;
  list-style: none;
  cursor: pointer;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary span {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 34px;
  height: 34px;
  color: var(--purple-deep);
  background: var(--teal);
  border-radius: 50%;
  font-size: 24px;
  transition: transform 0.2s ease;
}

.faq-list details[open] summary span {
  transform: rotate(45deg);
}

.faq-list details p {
  max-width: 690px;
  margin: -7px 0 27px;
  color: rgba(255, 255, 255, 0.72);
}

.final-cta {
  position: relative;
  overflow: hidden;
  color: var(--white);
  background: var(--teal);
}

.cta-pattern {
  position: absolute;
  inset: 0;
  opacity: 0.35;
  filter: hue-rotate(95deg) saturate(1.4);
  mask-image: linear-gradient(90deg, transparent 0%, black 45%, black 100%);
}

.final-cta-inner {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 50px;
  align-items: center;
  padding-top: 82px;
  padding-bottom: 82px;
}

.final-cta h2 {
  max-width: 760px;
  font-size: clamp(42px, 5vw, 68px);
}

.secondary-button {
  color: var(--white);
  background: var(--purple);
  box-shadow: 0 12px 35px rgba(72, 38, 131, 0.24);
}

.secondary-button:hover {
  background: var(--purple-deep);
}

.site-footer {
  padding: 72px 0 28px;
  color: var(--white);
  background: #18262f;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 0.7fr 0.7fr;
  gap: 70px;
}

.footer-logo {
  width: 220px;
  height: auto;
  margin-bottom: 20px;
}

.footer-grid p {
  max-width: 430px;
  color: rgba(255, 255, 255, 0.63);
  font-size: 15px;
}

.footer-grid > div:not(:first-child) {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-grid strong {
  margin-bottom: 5px;
  color: var(--teal);
  font-size: 13px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.footer-grid a {
  color: rgba(255, 255, 255, 0.76);
  font-size: 15px;
  text-decoration: none;
}

.footer-grid a:hover {
  color: var(--white);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  margin-top: 60px;
  padding-top: 22px;
  color: rgba(255, 255, 255, 0.48);
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

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

@media (max-width: 1050px) {
  .main-nav {
    gap: 18px;
    font-size: 14px;
  }

  .hero-grid {
    grid-template-columns: minmax(0, 1fr) 420px;
    gap: 36px;
  }

  .hero h1 {
    font-size: 63px;
  }

  .image-story {
    grid-template-columns: 1fr 1fr;
  }

  .story-image-secondary {
    display: none;
  }

  .faq-grid {
    gap: 55px;
  }
}

@media (max-width: 860px) {
  .section {
    padding: 82px 0;
  }

  .menu-button {
    position: relative;
    z-index: 31;
    display: block;
  }

  .menu-button[aria-expanded="true"] span:nth-of-type(2) {
    transform: translateY(8px) rotate(45deg);
  }

  .menu-button[aria-expanded="true"] span:nth-of-type(3) {
    opacity: 0;
  }

  .menu-button[aria-expanded="true"] span:nth-of-type(4) {
    transform: translateY(-8px) rotate(-45deg);
  }

  .main-nav {
    position: fixed;
    z-index: 30;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 28px;
    padding: 90px 30px 50px;
    color: var(--white);
    background: var(--purple-deep);
    font-size: 28px;
    transform: translateX(100%);
    transition: transform 0.25s ease;
  }

  .main-nav.is-open {
    transform: none;
  }

  .nav-cta {
    font-size: 18px;
  }

  .hero {
    min-height: auto;
  }

  .hero-media {
    background-position: 58% 20%;
  }

  .hero-overlay {
    background: linear-gradient(180deg, rgba(45, 20, 92, 0.84) 0%, rgba(45, 20, 92, 0.91) 55%, rgba(45, 20, 92, 0.98) 100%);
  }

  .hero-grid {
    grid-template-columns: 1fr;
    gap: 45px;
    padding-top: 150px;
    padding-bottom: 70px;
  }

  .hero-copy {
    max-width: 680px;
  }

  .hero h1 {
    font-size: clamp(54px, 11vw, 82px);
  }

  .lead-card {
    width: min(100%, 640px);
  }

  .intro-grid,
  .faq-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .experience-grid,
  .pillars-grid {
    grid-template-columns: 1fr;
  }

  .experience-card,
  .pillar-card {
    min-height: 0;
  }

  .pillar-card > span {
    position: static;
    display: block;
    margin-top: 28px;
  }

  .card-number,
  .pillar-icon {
    margin-bottom: 45px;
  }

  .campus-feature {
    grid-template-columns: 1fr;
  }

  .campus-image {
    min-height: 480px;
  }

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

  .unit-card,
  .unit-card img {
    min-height: 470px;
  }

  .faq-heading {
    position: static;
  }

  .final-cta-inner {
    grid-template-columns: 1fr;
  }

  .secondary-button {
    width: fit-content;
  }

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

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

@media (max-width: 600px) {
  body {
    font-size: 17px;
  }

  .container {
    width: min(calc(100% - 30px), var(--container));
  }

  .site-header {
    padding-top: 16px;
  }

  .brand {
    width: 172px;
  }

  .hero-grid {
    padding-top: 126px;
  }

  .hero h1 {
    font-size: clamp(47px, 14vw, 64px);
  }

  .hero-lead {
    font-size: 18px;
  }

  .event-status {
    width: 100%;
    border-radius: 16px;
  }

  .event-status-detail {
    gap: 12px;
  }

  .event-date {
    font-size: 24px;
  }

  .event-units {
    font-size: 15px;
  }

  .lead-card {
    padding: 26px 20px;
    border-radius: 22px;
  }

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

  .intro-grid h2,
  .section-heading h2,
  .campus-copy h2,
  .faq-heading h2,
  .final-cta h2 {
    font-size: 42px;
  }

  .intro-copy p,
  .section-heading > p:last-child,
  .campus-copy > p,
  .faq-heading > p:last-child {
    font-size: 18px;
  }

  .experience-grid,
  .pillars-grid,
  .units-grid {
    margin-top: 46px;
  }

  .experience-card,
  .pillar-card {
    padding: 28px;
  }

  .image-story {
    grid-template-columns: 1fr;
  }

  .story-image-main,
  .story-quote {
    min-height: 430px;
  }

  .story-quote {
    padding: 38px 28px;
  }

  .story-quote blockquote {
    font-size: 31px;
  }

  .campus-image {
    min-height: 390px;
  }

  .campus-copy {
    padding: 68px 24px;
  }

  .unit-card,
  .unit-card img {
    min-height: 430px;
  }

  .unit-content {
    inset: auto 24px 25px;
  }

  .faq-list summary {
    font-size: 18px;
  }

  .final-cta-inner {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .secondary-button {
    width: 100%;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }

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

  .footer-bottom {
    flex-direction: column;
    gap: 8px;
  }
}

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

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

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