:root {
  --mc-blue: #003865;
  --mc-gold: #ffb81c;
  --sfsu-purple: #6c307d;
  --ppm-teal: #0f766e;
  --soft-blue: #eef5fb;
  --soft-purple: #f6eff9;
  --soft-teal: #edf8f6;
  --soft-problem: #f8fafc;
  --text-main: #24323f;
  --muted: #546575;
  --white: #ffffff;
}

html {
  scroll-behavior: smooth;
}

body {
  color: var(--text-main);
  background: #fafafa;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.65;
}

.parallax img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.site-nav,
.site-footer {
  background-color: var(--mc-blue);
}

.brand-logo {
  font-weight: 700;
}

.skip-link {
  position: absolute;
  left: 0;
  top: -50px;
  background: #000;
  color: #fff;
  padding: 10px 14px;
  z-index: 9999;
}

.skip-link:focus {
  top: 0;
}

.eyebrow {
  display: inline-block;
  background: rgba(255, 255, 255, 0.16);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  padding: 0.4rem 0.9rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  margin-bottom: 1rem;
}

.band-shell {
  min-height: 240px;
}

.band-overlay {
  min-height: 240px;
  display: flex;
  align-items: center;
}

.band-content h2,
.band-content p {
  text-shadow: 0 2px 10px rgba(0,0,0,0.35);
}

.band-sfsu {
  background: linear-gradient(135deg, rgba(108,48,125,0.78), rgba(0,56,101,0.64));
}

.band-foundation {
  background: linear-gradient(135deg, rgba(15,118,110,0.76), rgba(0,56,101,0.60));
}

.band-merced {
  background: linear-gradient(135deg, rgba(0,56,101,0.78), rgba(255,184,28,0.40));
}

.section-block {
  padding: 4.5rem 0;
}

.section-title {
  color: var(--mc-blue);
  font-weight: 800;
  margin-bottom: 0.5rem;
}

.lead {
  font-size: 1.16rem;
  color: #334e68;
}

.accent-line {
  width: 96px;
  height: 5px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--mc-gold), var(--sfsu-purple), var(--ppm-teal));
  margin: 0 0 1.5rem 0;
}

.section-problem {
  background: var(--soft-problem);
}

.section-sfsu {
  background: linear-gradient(180deg, var(--soft-purple), #ffffff);
}

.section-foundation {
  background: linear-gradient(180deg, var(--soft-teal), #ffffff);
}

.section-merced {
  background: linear-gradient(180deg, var(--soft-blue), #ffffff);
}

.soft-card,
.feature-card,
.person-card,
.image-card,
.notice-panel,
.logo-panel {
  border-radius: 18px;
  overflow: hidden;
}

.feature-card .card-content,
.soft-card .card-content,
.person-card .card-content {
  padding: 1.8rem;
}

.feature-icon {
  color: var(--mc-blue);
  margin-bottom: 0.75rem;
}

.person-card .card-image img,
.image-card .card-image img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.link-list li + li {
  margin-top: 0.5rem;
}

.badge-label {
  display: inline-block;
  margin-bottom: 0.75rem;
  padding: 0.38rem 0.85rem;
  border-radius: 999px;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.badge-sfsu {
  background: #eadcf2;
  color: var(--sfsu-purple);
}

.badge-foundation {
  background: #d8f2ee;
  color: var(--ppm-teal);
}

.badge-merced {
  background: #e4edf6;
  color: var(--mc-blue);
}

.section-prototype-cta {
  background: linear-gradient(135deg, var(--mc-blue), var(--sfsu-purple));
}

.prototype-panel {
  background: rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  margin: 0;
}

.no-margin {
  margin: 0;
}

.notice-panel {
  border-left: 6px solid var(--mc-gold);
}

.logo-panel {
  border: 1px solid #e5e7eb;
}

.mc-logo {
  max-width: 260px;
  height: auto;
}

.logo-caption {
  color: var(--muted);
  margin-top: 0.75rem;
}

.footer-title {
  color: #fff;
  font-size: 1.85rem;
  font-weight: 700;
}

.footer-subtitle {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
}

.left-on-mobile {
  text-align: right;
}

@media only screen and (max-width: 992px) {
  .stack-mobile {
    display: block;
  }

  .left-on-mobile {
    text-align: left;
    margin-top: 1rem;
  }
}

.partner-logo-row {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
  margin-top: 1rem;
}

.partner-logo {
  max-height: 48px;
  width: auto;
  display: inline-block;
}

.section-logo-row {
  margin: 0.5rem 0 1rem 0;
}

.section-logo {
  max-height: 70px;
  width: auto;
  display: inline-block;
}

/* Clean responsive hero */
.hero-shell {
  position: relative;
  height: 70vh;
  min-height: 480px;
  max-height: 700px;
  overflow: hidden;
}

.hero-shell .parallax {
  position: absolute;
  inset: 0;
}

.hero-shell .parallax img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  object-position: center center !important;
  display: block;
}

.hero-overlay {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  background: linear-gradient(135deg, rgba(0, 56, 101, 0.72), rgba(108, 48, 125, 0.60));
}

.hero-content {
  width: 100%;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

@media only screen and (max-width: 992px) {
  .hero-shell {
    height: 60vh;
    min-height: 430px;
    max-height: 560px;
  }
}

@media only screen and (max-width: 600px) {
  .hero-shell {
    height: 420px;
    min-height: 420px;
    max-height: 420px;
  }

  .hero-title {
    font-size: 2.4rem;
  }

  .hero-text {
    font-size: 1.1rem;
  }
}