:root {
  --navy: #062c63;
  --deep-navy: #071b36;
  --green: #07833a;
  --gold: #d6a312;
  --paper: #f3f7fb;
  --green-soft: #eff7f2;
  --ink: #071b36;
  --muted: #5f6f82;
}

html,
body {
  overflow-x: hidden;
}

img,
video {
  max-width: 100%;
}

.site-header {
  min-height: 92px;
  background: rgba(255, 255, 255, 0.97);
}

.brand {
  width: 118px;
  min-width: 118px;
}

.nav-cta,
.primary-link,
button {
  background: var(--green);
}

.campus-hero {
  background:
    linear-gradient(90deg, rgba(7, 27, 54, 0.9) 0%, rgba(7, 27, 54, 0.7) 38%, rgba(7, 27, 54, 0.06) 76%),
    linear-gradient(0deg, rgba(7, 27, 54, 0.68) 0%, rgba(7, 27, 54, 0.02) 52%),
    url("../images/hero-student-athlete-barcelona.jpg");
  background-position: center;
  background-size: cover;
}

.hero-video {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-image: url("../images/hero-student-athlete-barcelona.jpg");
  background-position: center;
  background-size: cover;
}

.campus-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 34%;
  background: linear-gradient(0deg, rgba(7, 27, 54, 0.74), transparent);
  pointer-events: none;
}

.campus-hero > :not(.hero-video) {
  position: relative;
  z-index: 1;
}

.pathway-search {
  border-top: 4px solid var(--gold);
}

.hero-disclaimer {
  margin: 0;
  padding: 18px clamp(20px, 5vw, 76px);
  background: var(--deep-navy);
  color: rgba(255, 255, 255, 0.88);
  font-weight: 800;
  text-align: center;
}

.experience-section {
  background:
    linear-gradient(180deg, #ffffff 0%, var(--paper) 100%);
}

.proof-band,
.partner-school-band {
  background: linear-gradient(135deg, var(--deep-navy), #062c63 58%, #053423);
}

.compliance-strip,
.disclaimer-banner {
  border-left-color: var(--gold);
}

.parent-safe-panel {
  background: var(--green-soft);
}

.partner-clarity {
  margin: 0;
}

.thank-you-steps {
  margin: 28px 0;
  color: var(--ink);
  text-align: left;
}

.thank-you-steps h2 {
  color: var(--ink);
}

.thank-you-steps ol {
  color: var(--muted);
}

.logo-footer {
  display: grid;
  grid-template-columns: 90px minmax(160px, 0.45fr) minmax(320px, 1.15fr) minmax(260px, 0.9fr) auto auto;
  align-items: center;
  gap: 22px;
  color: var(--deep-navy);
}

.logo-footer div {
  display: grid;
  gap: 2px;
}

.logo-footer a {
  color: var(--green);
  font-weight: 850;
  text-decoration: none;
}

.footer-contact-grid {
  display: grid;
  gap: 4px;
  font-size: 0.9rem;
}

.footer-contact-grid .guardian-note {
  font-size: 0.82rem;
}

@media (max-width: 1080px) {
  .logo-footer {
    grid-template-columns: 80px 1fr;
  }
}

@media (max-width: 720px) {
  .site-header {
    min-height: 78px;
  }

  .brand {
    width: 92px;
    min-width: 92px;
  }

  .campus-hero {
    background-position: 62% center;
  }
}
