/* ========================================
   IAC FOUNDATION PAGE — GOVERNOR-SCOPED STYLESHEET
   File: foundation-page.css
   Notes: selectors scoped to .iac-foundation-page to avoid conflicts
          with existing IAC/Governor site CSS.
   Brand colors: blue #032b5e, red #d00000.
======================================== */

/* 1. Variables */
.iac-foundation-page {
  --color-brand-blue: #032b5e;
  --color-brand-red: #d00000;
  --color-brand-blue-fade: #7f97c1;
  font-family: "Montserrat", sans-serif;
  color: var(--color-brand-blue);
}

/* 2. Bootstrap 4 fallbacks */
.iac-foundation-page .rounded-4 {
  border-radius: 1.5rem !important;
}
.iac-foundation-page .g-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.iac-foundation-page .g-0 > [class*="col-"] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.iac-foundation-page .g-4 > [class*="col-"] {
  padding: 1rem !important;
}

/* 3. Type reset */
.iac-foundation-page h1,
.iac-foundation-page h2,
.iac-foundation-page h3,
.iac-foundation-page h4,
.iac-foundation-page h5,
.iac-foundation-page h6,
.iac-foundation-page p,
.iac-foundation-page li,
.iac-foundation-page a {
  font-family: "Montserrat", sans-serif !important;
}

/* 4. WYSIWYG reset */
.iac-foundation-page .featured-story-body,
.iac-foundation-page .featured-story-body *,
.iac-foundation-page .foundation-leader-bio,
.iac-foundation-page .foundation-leader-bio *,
.iac-foundation-page .program-section__body,
.iac-foundation-page .program-section__body * {
  font-family: "Montserrat", sans-serif !important;
  font-size: 1rem !important;
  line-height: 1.7 !important;
  font-weight: 400 !important;
  color: #5c4b41 !important;
  background: transparent !important;
  text-align: left !important;
}

.iac-foundation-page .featured-story-body p,
.iac-foundation-page .foundation-leader-bio p,
.iac-foundation-page .program-section__body p {
  margin: 0 0 1rem !important;
}

/* ========================================
   IAC FOUNDATION PAGE — ORGANIZED STYLESHEET
   Source: Bootstrap Studio consolidated build
   Notes: selectors preserved for current HTML compatibility
======================================== */
.iac-foundation-page {
  --color-brand-blue: #032b5e;
  --color-brand-red: #d00000;
  --color-brand-blue-fade: #7f97c1;
  --color-white: #ffffff;
  --color-black: #000000;
}

.iac-foundation-page a,
.iac-foundation-page a *,
.iac-foundation-page .journey-detail-link,
.iac-foundation-page .page-link,
.iac-foundation-page .foundation-btn-primary,
.iac-foundation-page .foundation-btn-secondary {
  font-family: "Montserrat", sans-serif !important;
}

.iac-foundation-page h1,
.iac-foundation-page h2,
.iac-foundation-page h3,
.iac-foundation-page h4 {
  line-height: 1.12;
}

.iac-foundation-page p,
.iac-foundation-page li {
  line-height: 1.65;
}

/* ========================================
   BASE / GLOBAL
======================================== */
.iac-foundation-page {
  color: var(--color-brand-blue);
}

.iac-foundation-page a.page-link {
  color: var(--color-brand-blue);
  display: inline-block;
  text-decoration: underline dotted;
}

.iac-foundation-page a.page-link:hover {
  color: var(--color-brand-blue);
  text-decoration: underline solid;
}

.iac-foundation-page .quote-overlay {
  position: absolute;
  left: 2rem;
  bottom: 2rem;
  max-width: 420px;
  padding: 1.25rem 1.5rem;
  background: rgba(255, 255, 255, 0.75);
  z-index: 2;
}

.iac-foundation-page .quote-overlay {
  box-shadow: none !important;
  border-left: 3px solid var(--color-brand-red);
}

.iac-foundation-page .quote-overlay__text {
  color: var(--color-brand-blue) !important;
}

.iac-foundation-page .quote-overlay__blockquote {
  margin: 0;
}

.iac-foundation-page .quote-overlay__text {
  font-size: 0.98rem;
  line-height: 1.6;
  font-style: italic;
  font-weight: 550;
  color: black;
}

/* Ensure object-fit-cover works */
.iac-foundation-page .object-fit-cover {
  object-fit: cover;
}

@media (min-width: 767.98px) {
  .iac-foundation-page section {
    padding-bottom: 5vh !important;
  }
}

@media (min-width: 767.98px) {
  .iac-foundation-page section#iac-hero,
  .iac-foundation-page section#impact-metrics {
    margin-bottom: unset !important;
  }
}

.iac-foundation-page section#iac-hero {
  padding-top: 0 !important;
}

.iac-foundation-page section#student-journey {
}

.iac-foundation-page section#student-voices {
  min-height: 20vh;
}

.iac-foundation-page h1,
.iac-foundation-page h2,
.iac-foundation-page h3,
.iac-foundation-page h4,
.iac-foundation-page h5,
.iac-foundation-page h6,
.iac-foundation-page p {
  font-family:
    "Montserrat",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    "Noto Sans",
    sans-serif,
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol",
    "Noto Color Emoji";
}

.iac-foundation-page .section_eyebrow {
  letter-spacing: 0.08em;
}

.iac-foundation-page .logo-container {
  width: 80%;
  margin: 0 auto 20px auto;
  max-width: 1400px;
  padding: 20px 0 20px;
}

.iac-foundation-page .logo-container svg {
  width: 100%;
  height: auto;
  display: block;
}

.iac-foundation-page .iac-logo {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.iac-foundation-page .crop-1-1 {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  /*CRITICAL: Crops the image so it doesn't stretch;*/
  object-position: center;
}

.iac-foundation-page .crop-5-4 {
  width: 100%;
  aspect-ratio: 5 / 3;
  object-fit: cover;
  /*CRITICAL: Crops the image so it doesn't stretch;*/
  object-position: center;
}

.iac-foundation-page #three-ways-iac-works .mb-2 {
  font-weight: bold !important;
}

.iac-foundation-page .brand-header {
  width: 80%;
  max-width: 1200px;
  height: auto;
  max-height: 10vh;
  margin: 2rem auto;
  display: block;
}

.iac-foundation-page .brand-header svg {
  width: 100%;
  height: auto;
}

.iac-foundation-page .dot-background {
  width: 100%;
  height: 200px;
  background-image: url("https://res.cloudinary.com/govimg/image/upload/v1777853862/5f035ef03ba74e501ae3c909/iac-foundation-page-decor-dots.svg");
  background-repeat: repeat;
  background-size: 50px;
  opacity: 0.1;
  margin: 20px 0;
  pointer-events: none;
}

.iac-foundation-page .dot-transition {
  position: relative;
  width: 100%;
  min-height: 100%;
  overflow: hidden;
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0.2),
    rgba(255, 255, 255, 1)
  );
}

.iac-foundation-page .dot-transition::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 10%;
  background-image: url("https://res.cloudinary.com/govimg/image/upload/v1777853862/5f035ef03ba74e501ae3c909/iac-foundation-page-decor-dot.svg");
  background-repeat: repeat;
  background-size: 10px 10px;
  opacity: 0.75;
  z-index: -1;
  pointer-events: none;
}

.iac-foundation-page .dot-transition-pink {
  position: relative;
  width: 100%;
  min-height: 100%;
  overflow: hidden;
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0.2),
    rgba(255, 255, 255, 1)
  );
}

.iac-foundation-page .dot-transition-pink::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 10%;
  background-image: url("https://res.cloudinary.com/govimg/image/upload/v1777853862/5f035ef03ba74e501ae3c909/iac-foundation-page-decor-dot-pink.svg");
  background-repeat: repeat;
  background-size: 10px 10px;
  opacity: 0.75;
  z-index: -1;
  pointer-events: none;
}

.iac-foundation-page .dot-transition-blue {
  position: relative;
  width: 100%;
  min-height: 100%;
  overflow: hidden;
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0.2),
    rgba(255, 255, 255, 1)
  );
}

.iac-foundation-page .dot-transition-blue::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 10%;
  background-image: url("https://res.cloudinary.com/govimg/image/upload/v1777853862/5f035ef03ba74e501ae3c909/iac-foundation-page-decor-dot.svg");
  background-repeat: repeat;
  background-size: 10px 10px;
  opacity: 0.75;
  z-index: -1;
  pointer-events: none;
}

.iac-foundation-page .dot-transition-reverse {
  position: relative;
  width: 100%;
  overflow: hidden;
  background-color: #fff;
}

.iac-foundation-page .dot-transition-reverse::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("https://res.cloudinary.com/govimg/image/upload/v1777853862/5f035ef03ba74e501ae3c909/iac-foundation-page-decor-dot-pink.svg");
  background-repeat: repeat;
  background-size: 10px 10px;
  opacity: 0.75;
  pointer-events: none;
  z-index: 0;
}

.iac-foundation-page .dot-transition-reverse::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 1) 20%,
    rgba(255, 255, 255, 0.5) 50%,
    rgba(255, 255, 255, 1) 100%
  );
  pointer-events: none;
  z-index: 1;
}

.iac-foundation-page .dot-transition-reverse > * {
  position: relative;
  z-index: 2;
}

.iac-foundation-page .dot-transition-reverse-blue {
  position: relative;
  width: 100%;
  min-height: 100%;
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 1),
    rgba(255, 255, 255, 0.9)
  );
}

.iac-foundation-page .dot-transition-reverse-blue::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background-image: url("/https://governor-media.s3.amazonaws.com/69f2a0c1188838582ed26c99/https://governor-media.s3.amazonaws.com/5f035ef03ba74e501ae3c909/https://governor-media.s3.amazonaws.com/5f035ef03ba74e501ae3c909/assets/img/decor-dotg/.svg");
  background-repeat: repeat;
  background-size: 10px 10px;
  opacity: 0.75;
  z-index: -1;
  pointer-events: none;
}

.iac-foundation-page .dot-transition-lead-in {
  position: relative;
  width: 100%;
  overflow: hidden;
  background-color: #fff;
}

.iac-foundation-page .dot-transition-lead-in::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("/https://governor-media.s3.amazonaws.com/69f2a0c1188838582ed26c99/https://governor-media.s3.amazonaws.com/5f035ef03ba74e501ae3c909/https://governor-media.s3.amazonaws.com/5f035ef03ba74e501ae3c909/assets/img/decor-dot-lavender.svg");
  background-repeat: repeat;
  background-size: 10px 10px;
  opacity: 0.75;
  pointer-events: none;
  z-index: 0;
}

.iac-foundation-page .dot-transition-lead-in::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0.5) 100%,
    rgba(255, 255, 255, 1) 0%
  );
  pointer-events: none;
  z-index: 1;
}

.iac-foundation-page .dot-transition-lead-in > * {
  position: relative;
  z-index: 2;
}

.iac-foundation-page #programs.programs-decor {
  position: relative;
  width: 100%;
  min-height: 100vh;
  background: none !important;
}

/* Layer 1: The Gradient (Bottom) */
.iac-foundation-page .gradient-layer {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 1)
  );
  z-index: 1;
  pointer-events: none;
}

/* Layer 2: The Dots (Middle) */
.iac-foundation-page .dots-layer {
  position: absolute;
  top: 10%;
  left: auto;
  right: 0;
  bottom: 0;
  background-image: url("/https://governor-media.s3.amazonaws.com/69f2a0c1188838582ed26c99/https://governor-media.s3.amazonaws.com/5f035ef03ba74e501ae3c909/https://governor-media.s3.amazonaws.com/5f035ef03ba74e501ae3c909/assets/img/decor-dot-pink.svg");
  background-repeat: repeat;
  background-size: 10px 10px;
  opacity: 0.15; /* also soften while we're here */
  z-index: 0; /* was 2 */
  pointer-events: none;
  width: 35%;
  -webkit-mask-image: linear-gradient(to bottom, black 60%, transparent 100%);
  mask-image: linear-gradient(to bottom, black 60%, transparent 100%);
}

/* Layer 3: The Content (Top) */
.iac-foundation-page .content-layer {
  position: relative;
  z-index: 3;
  background: transparent !important;
}

.iac-foundation-page .content-layer,
.iac-foundation-page .hardship-section,
.iac-foundation-page .program-section {
  position: relative;
  z-index: 2;
}

.iac-foundation-page .pink-fade-background {
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0.1),
    rgba(198, 149, 149, 0.5)
  );
}

/* ========================================
   ICON UTILITIES
======================================== */
.iac-foundation-page .bs-icon {
  --bs-icon-size: 0.75rem;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  font-size: var(--bs-icon-size);
  width: calc(var(--bs-icon-size) * 2);
  height: calc(var(--bs-icon-size) * 2);
  color: var(--bs-primary);
}

.iac-foundation-page .bs-icon-xs {
  --bs-icon-size: 1rem;
  width: calc(var(--bs-icon-size) * 1.5);
  height: calc(var(--bs-icon-size) * 1.5);
}

.iac-foundation-page .bs-icon-sm {
  --bs-icon-size: 1rem;
}

.iac-foundation-page .bs-icon-md {
  --bs-icon-size: 1.5rem;
}

.iac-foundation-page .bs-icon-lg {
  --bs-icon-size: 2rem;
}

.iac-foundation-page .bs-icon-xl {
  --bs-icon-size: 2.5rem;
}

.iac-foundation-page .bs-icon.bs-icon-primary {
  color: var(--bs-white);
  background: var(--bs-primary);
}

.iac-foundation-page .bs-icon.bs-icon-primary-light {
  color: var(--bs-primary);
  background: rgba(var(--bs-primary-rgb), 0.2);
}

.iac-foundation-page .bs-icon.bs-icon-semi-white {
  color: var(--bs-primary);
  background: rgba(255, 255, 255, 0.5);
}

.iac-foundation-page .bs-icon.bs-icon-rounded {
  border-radius: 0.5rem;
}

.iac-foundation-page .bs-icon.bs-icon-circle {
  border-radius: 50%;
}

/* ========================================
   HERO
======================================== */
.iac-foundation-page .foundation-hero {
  height: 80vh;
  background-size: cover;
  background-position: 50% 15%;
  background-repeat: no-repeat;
}

.iac-foundation-page .foundation-hero-content {
  max-width: 450px;
  background-color: rgba(0, 0, 0, 0.15);
  padding: 10px;
  border-radius: 10px;
}

/* ========================================
   FOUNDATION METRICS
======================================== */
.iac-foundation-page .foundation-metrics {
  width: 100%;
  overflow: hidden;
}

.iac-foundation-page .foundation-metrics__inner {
  width: 100%;
  /*padding: 5.5rem 3rem 5rem;*/
  padding: 0;
}

.iac-foundation-page .foundation-metrics__intro {
  max-width: 760px;
  /*margin: 0 auto 3.5rem;*/
  text-align: center;
}

.iac-foundation-page .foundation-metrics__eyebrow {
  margin-bottom: 0.85rem;
  color: #c8a96b;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.iac-foundation-page .foundation-metrics__title {
  margin-bottom: 1rem;
  color: #f7f1e6;
  font-size: clamp(2.2rem, 4vw, 3.8rem);
  line-height: 1.08;
  font-weight: 500;
  letter-spacing: -0.02em;
}

.iac-foundation-page .foundation-metrics__description {
  margin: 0 auto;
  max-width: 680px;
  color: rgba(243, 238, 227, 0.78);
  font-size: 1.05rem;
  line-height: 1.8;
}

.iac-foundation-page .foundation-metrics__grid {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  border-top: 1px solid rgba(120, 134, 170, 0.35);
  border-bottom: 1px solid rgba(120, 134, 170, 0.18);
}

.iac-foundation-page .foundation-metric {
  position: relative;
  flex: 1 1 25%;
  min-width: 0;
  padding: 2.25rem 2rem 2.5rem;
  border-right: 1px solid rgba(200, 169, 107, 0.18);
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.015) 0%,
    rgba(255, 255, 255, 0.01) 100%
  );
  transition:
    background 0.25s ease,
    transform 0.25s ease;
}

.iac-foundation-page .foundation-metric:last-child {
  border-right: none;
}

.iac-foundation-page .foundation-metric:hover {
  background: rgba(255, 255, 255, 0.03);
}

.iac-foundation-page .foundation-metric__topline {
  width: 54px;
  height: 2px;
  margin-bottom: 1.5rem;
  background: linear-gradient(90deg, var(--color-brand-red) 0%, #fff 100%);
}

.iac-foundation-page .foundation-metric__value {
  margin-bottom: 1rem;
  color: var(--color-brand-blue);
  font-size: clamp(2.5rem, 3vw, 4rem);
  line-height: 0.95;
  font-weight: 500;
  letter-spacing: -0.04em;
}

.iac-foundation-page .foundation-metric__label {
  margin-bottom: 0.85rem;
  color: var(--color-brand-blue);
  font-size: 0.95rem;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.iac-foundation-page .foundation-metric__text {
  margin-bottom: 0;
  max-width: 28ch;
  color: var(--color-brand-blue);
  font-size: 0.98rem;
  line-height: 1.75;
}

@media (max-width: 1199.98px) {
  .iac-foundation-page .foundation-metrics__inner {
    padding: 5rem 2rem 4.5rem;
  }
}

@media (max-width: 1199.98px) {
  .iac-foundation-page .foundation-metric {
    padding: 2rem 1.4rem 2.2rem;
  }
}

@media (max-width: 991.98px) {
  .iac-foundation-page .foundation-metrics__grid {
    flex-wrap: wrap;
  }
}

@media (max-width: 991.98px) {
  .iac-foundation-page .foundation-metric {
    flex: 1 1 50%;
    border-bottom: 1px solid rgba(200, 169, 107, 0.18);
  }
}

@media (max-width: 991.98px) {
  .iac-foundation-page .foundation-metric:nth-child(2n) {
    border-right: none;
  }
}

@media (max-width: 991.98px) {
  .iac-foundation-page .foundation-metric:nth-last-child(-n + 2) {
    border-bottom: none;
  }
}

@media (max-width: 767.98px) {
  .iac-foundation-page .foundation-metrics__inner {
    padding: 4rem 1.25rem 4rem;
  }
}

@media (max-width: 767.98px) {
  .iac-foundation-page .foundation-metrics__intro {
    margin-bottom: 2.5rem;
    text-align: left;
  }
}

@media (max-width: 767.98px) {
  .iac-foundation-page .foundation-metrics__description {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (max-width: 767.98px) {
  .iac-foundation-page .foundation-metrics__grid {
    display: block;
    border-bottom: none;
  }
}

@media (max-width: 767.98px) {
  .iac-foundation-page .foundation-metric {
    display: block;
    border-right: none;
    border-bottom: 1px solid rgba(200, 169, 107, 0.18);
    padding: 1.75rem 0 1.9rem;
    background: none;
  }
}

@media (max-width: 767.98px) {
  .iac-foundation-page .foundation-metric:first-child {
    padding-top: 1.25rem;
  }
}

@media (max-width: 767.98px) {
  .iac-foundation-page .foundation-metric:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }
}

@media (max-width: 767.98px) {
  .iac-foundation-page .foundation-metric__text {
    max-width: none;
  }
}

/* ========================================
   OUR FOCUS / WHAT WE DO
======================================== */
/* what we do */
/* Custom Card Styles for the Grid */
.iac-foundation-page .shadow-sm-hover {
  transition: all 0.3s ease-in-out;
  background-color: #ffffff;
  border-radius: 12px;
}

/* The Hover Effect */
.iac-foundation-page .shadow-sm-hover:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  background-color: #f8f9fa;
}

/* Icon Styling */
.iac-foundation-page .shadow-sm-hover i {
  transition: transform 0.3s ease;
  display: inline-block;
}

.iac-foundation-page .shadow-sm-hover:hover i {
  transform: scale(1.1);
}

/* Typography Refinements */
.iac-foundation-page .shadow-sm-hover h3 {
  margin-top: 1rem;
  color: #212529;
  letter-spacing: -0.01em;
}

.iac-foundation-page .shadow-sm-hover p {
  line-height: 1.5;
  margin-bottom: 0;
}

/* ========================================
   WHY THIS WORK MATTERS
======================================== */

/* Keep the previous Overlap Hero CSS */

@media (min-width: 992px) {
  .iac-foundation-page .iac-overlap-card {
    margin-left: -10%;
    z-index: 10;
  }
}

/* ========================================
   PROGRAM SECTIONS
======================================== */
.iac-foundation-page .program-section {
  background-color: #fff;
}

.iac-foundation-page .program-section__eyebrow {
  letter-spacing: 0.08em;
  color: var(--color-brand-red);
}

.iac-foundation-page .program-section__title {
  font-size: clamp(1.75rem, 2.6vw, 2.5rem);
  line-height: 1.15;
  font-weight: 500;
}

.iac-foundation-page .program-section__lead {
  line-height: 1.6;
}

.iac-foundation-page .program-section__body {
  line-height: 1.7;
}

.iac-foundation-page .program-section__quote {
  /*border-left: 2px solid rgba(139, 114, 87, 0.2);*/
  padding-left: 1rem;
}

.iac-foundation-page .program-section__card {
  transition: box-shadow 200ms ease;
}

.iac-foundation-page .program-section__card--cool {
  background-color: #f8f9fb;
}

.iac-foundation-page .program-section__card--warm {
  background-color: #f3efe8;
}

.iac-foundation-page .program-section__card--civic {
  background-color: #eef2f5;
}

.iac-foundation-page .program-section__image-link {
  overflow: hidden;
}

.iac-foundation-page .program-section__image {
  object-fit: cover;
  min-height: 320px;
  display: block;
  transition: transform 0.35s ease;
}

.iac-foundation-page
  .program-section__image-link:hover
  .program-section__image {
  transform: scale(1.02);
}

.iac-foundation-page .program-section__supplemental {
  margin-top: 1.5rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  color: #6c757d;
  font-size: 0.95rem;
  line-height: 1.6;
}

.iac-foundation-page .program-section__supplemental p {
  margin: 0 0 0.75rem;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}

.iac-foundation-page .program-section__supplemental p:last-child {
  margin-bottom: 0;
}

.iac-foundation-page .program-section__supplemental a {
  color: var(--color-brand-blue);
  display: inline;
  text-decoration: underline dotted;
}

.iac-foundation-page .program-section__supplemental a:hover {
  color: var(--color-brand-blue);
  text-decoration: underline solid;
}

.iac-foundation-page .program-section__supplemental,
.iac-foundation-page .program-section__supplemental * {
  font-family: "Montserrat", sans-serif !important;
}

.iac-foundation-page .program-section__body p {
  font-size: 1rem; /* match your design */
  line-height: 1.7;
  color: var(--color-brand-blue) !important;
  margin-bottom: 1rem;
  font-family: "Montserrat", sans-serif !important;
}

.iac-foundation-page .program-section__body p:last-child {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .iac-foundation-page .program-section__row--reverse {
    flex-direction: row-reverse;
  }
}

@media (max-width: 767.98px) {
  .iac-foundation-page .program-section__title {
    font-size: 1.8rem;
  }
}

@media (max-width: 767.98px) {
  .iac-foundation-page .program-section__image {
    min-height: 260px;
  }
}

/* ========================================
   SHARED IMAGE HOVER
======================================== */
.iac-foundation-page section img {
  transition: transform 0.4s ease;
}

.iac-foundation-page section a:hover img {
  transform: scale(1.03);
}

/* ========================================
   HARDSHIP RELIEF
======================================== */
.iac-foundation-page .hardship-section {
  position: relative;
  z-index: 1;
  overflow: visible;
}

.iac-foundation-page .hardship-section__eyebrow {
  letter-spacing: 0.08em;
}

.iac-foundation-page .hardship-section__title {
}

.iac-foundation-page .hardship-section__lead {
}

.iac-foundation-page .hardship-card {
  background-color: #f3efe8;
  border-top: 3px solid #eef2f5;
  box-shadow: 0 8px 20px rgba(35, 24, 16, 0.04);
  transition:
    transform 260ms ease,
    box-shadow 260ms ease,
    background-color 260ms ease;
  outline: none;
}

.iac-foundation-page .hardship-card__inner {
  padding: 1.5rem;
}

.iac-foundation-page .hardship-card__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.iac-foundation-page .hardship-card__title {
  transition: color 220ms ease;
}

.iac-foundation-page .hardship-card__indicator {
  position: relative;
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
}

.iac-foundation-page .hardship-card__indicator::before,
.iac-foundation-page .hardship-card__indicator::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 14px;
  height: 1.5px;
  background-color: var(--color-brand-red);
  transform: translate(-50%, -50%);
  transition:
    transform 240ms ease,
    opacity 240ms ease,
    background-color 220ms ease;
}

.iac-foundation-page .hardship-card__indicator::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.iac-foundation-page .hardship-card__content-wrap {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition:
    height 420ms cubic-bezier(0.22, 1, 0.36, 1),
    opacity 220ms ease;
}

.iac-foundation-page .hardship-card__content {
  padding-top: 1rem;
}

.iac-foundation-page .hardship-card__content p {
  line-height: 1.7;
}

.iac-foundation-page .hardship-card.is-open {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(35, 24, 16, 0.08);
  background-color: #f7f4ee;
}

.iac-foundation-page .hardship-card.is-open .hardship-card__title {
  color: var(--color-brand-red);
}

.iac-foundation-page .hardship-card.is-open .hardship-card__indicator::before,
.iac-foundation-page .hardship-card.is-open .hardship-card__indicator::after {
  background-color: var(--color-brand-blue);
}

.iac-foundation-page .hardship-card.is-open .hardship-card__indicator::after {
  opacity: 0;
  transform: translate(-50%, -50%) rotate(90deg) scaleY(0);
}

.iac-foundation-page .hardship-card.is-open .hardship-card__content-wrap {
  opacity: 1;
}

@media (max-width: 767.98px) {
  .iac-foundation-page .hardship-card {
    box-shadow: 0 8px 20px rgba(35, 24, 16, 0.04);
  }
}

@media (max-width: 767.98px) {
  .iac-foundation-page .hardship-card__content-wrap {
    height: auto !important;
    opacity: 1 !important;
    overflow: visible;
  }
}

@media (max-width: 767.98px) {
  .iac-foundation-page .hardship-card__content {
    padding-top: 1rem;
  }
}

@media (max-width: 767.98px) {
  .iac-foundation-page .hardship-card__indicator::after {
    opacity: 0;
    transform: translate(-50%, -50%) rotate(90deg) scaleY(0);
  }
}

.iac-foundation-page .hardship-accordion-grid {
  align-items: flex-start;
}

.iac-foundation-page .hardship-card {
  height: auto;
}

.iac-foundation-page .quote-content {
  width: 90%;
}

.iac-foundation-page .quote-text {
  font-style: italic;
  font-size: 1.5em;
}

.iac-foundation-page .quote-attribution {
  text-align: right;
  font-size: 1.25em;
}

/* ========================================
   IMPACT NUMBERS
======================================== */
.iac-foundation-page .impact-numbers {
  background-color: var(--color-brand-blue-fade);
  color: var(--color-brand-blue);
}

.iac-foundation-page .impact-title {
  /*font-family: Georgia, "Times New Roman", serif;*/
  font-size: clamp(2.4rem, 5vw, 4.2rem);
  line-height: 1.05;
  font-weight: 500;
  color: var(--color-white);
}

.iac-foundation-page .impact-divider {
  width: 100%;
  max-width: 980px;
  height: 1px;
  background-color: rgba(79, 52, 45, 0.18);
}

.iac-foundation-page .impact-subtitle {
  /*font-family: Georgia, "Times New Roman", serif;*/
  font-size: clamp(1.25rem, 2vw, 2rem);
  font-style: italic;
  color: rgb(84, 109, 149);
}

.iac-foundation-page .impact-stat {
  position: relative;
}

@media (min-width: 768px) {
  .iac-foundation-page .impact-stat-bordered {
    border-left: 1px dotted rgba(169, 117, 45, 0.45);
    border-right: 1px dotted rgba(169, 117, 45, 0.45);
  }
}

.iac-foundation-page .impact-icon-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}

.iac-foundation-page .impact-icon-circle {
  width: 120px;
  height: 120px;
  max-width: 100%;
  border-radius: 50%;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.iac-foundation-page .impact-icon-img {
  max-width: 78%;
  height: auto;
  display: block;
}

.iac-foundation-page .impact-value {
  /*font-family: Georgia, "Times New Roman", serif;*/
  font-size: clamp(3rem, 2vw, 4.6rem);
  line-height: 1;
  font-weight: 400;
  color: white;
}

.iac-foundation-page .impact-value-divider {
  width: 110px;
  height: 1px;
  background-color: rgba(79, 52, 45, 0.22);
}

.iac-foundation-page .impact-label {
  /*font-family: Georgia, "Times New Roman", serif;*/
  font-size: clamp(1.5rem, 2vw, 2rem);
  line-height: 1.15;
  color: var(--color-white);
}

.iac-foundation-page .impact-text {
  /*font-family: Georgia, "Times New Roman", serif;*/
  font-size: clamp(1.1rem, 1.5vw, 1.45rem);
  line-height: 1.3;
  color: rgb(84, 109, 149);
}

@media (max-width: 767.98px) {
  .iac-foundation-page .impact-icon-circle {
    width: 180px;
    height: 180px;
  }
}

@media (max-width: 767.98px) {
  .iac-foundation-page .impact-stat-bordered {
    border-left: none;
    border-right: none;
  }
}

/* ========================================
   EVOLUTION
======================================== */
.iac-foundation-page .foundation-evolution {
  background-color: #fff;
}

.iac-foundation-page .foundation-eyebrow {
  letter-spacing: 0.08em;
}

.iac-foundation-page .evolution-layout {
  position: relative;
}

.iac-foundation-page .evolution-image-wrap {
  background-color: #d8c5a5;
}

.iac-foundation-page .evolution-image {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.iac-foundation-page .evolution-card-col {
  position: relative;
}

@media (min-width: 992px) {
  .iac-foundation-page .evolution-card-col {
    margin-left: -8%;
  }
}

.iac-foundation-page .evolution-card {
  position: relative;
  z-index: 3;
  background-color: #fff;
}

.iac-foundation-page .foundation-evolution-title {
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1.08;
  font-weight: 500;
}

.iac-foundation-page .foundation-evolution-subtitle {
  font-size: 1.05rem;
  line-height: 1.6;
  max-width: 42rem;
}

.iac-foundation-page .foundation-evolution-timeline {
  position: relative;
  padding-top: 1.5rem;
}

.iac-foundation-page .foundation-evolution-line {
  position: absolute;
  top: 7px;
  left: 16.666%;
  right: 16.666%;
  height: 1px;
  background: rgba(140, 113, 87, 0.28);
  z-index: 1;
}

.iac-foundation-page .foundation-phase {
  position: relative;
  z-index: 2;
}

.iac-foundation-page .foundation-phase-marker {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #b6936e;
  border: 3px solid #fff;
  box-shadow: 0 0 0 1px rgba(140, 113, 87, 0.22);
}

.iac-foundation-page .foundation-phase-label {
  font-size: 1.35rem;
  line-height: 1.2;
  color: #4b342c;
}

.iac-foundation-page .foundation-phase-text {
  max-width: 280px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1rem;
  line-height: 1.5;
  color: #6a5649;
}

.iac-foundation-page .foundation-phase-current .foundation-phase-marker {
  background-color: #9a7c47;
  box-shadow: 0 0 0 1px rgba(154, 124, 71, 0.32);
}

.iac-foundation-page .foundation-phase-current .foundation-phase-label {
  color: #3f2b24;
  font-weight: 600;
}

.iac-foundation-page .foundation-phase-current .foundation-phase-text {
  color: #4f3a31;
}

@media (max-width: 991.98px) {
  .iac-foundation-page .evolution-card-col {
    margin-left: 0;
  }
}

@media (max-width: 991.98px) {
  .iac-foundation-page .quote-overlay {
    position: static;
    max-width: 100%;
    margin-top: 1rem;
  }
}

@media (max-width: 767.98px) {
  .iac-foundation-page .foundation-evolution {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

@media (max-width: 767.98px) {
  .iac-foundation-page .foundation-evolution-timeline {
    padding-top: 0.5rem;
  }
}

@media (max-width: 767.98px) {
  .iac-foundation-page .foundation-phase {
    margin-bottom: 1.5rem;
  }
}

@media (max-width: 767.98px) {
  .iac-foundation-page .foundation-phase-marker {
    margin-bottom: 1rem;
  }
}

@media (max-width: 767.98px) {
  .iac-foundation-page .foundation-phase-text {
    max-width: 320px;
  }
}

@media (max-width: 767.98px) {
  .iac-foundation-page .foundation-evolution-title {
    font-size: 2rem;
  }
}

@media (max-width: 767.98px) {
  .iac-foundation-page .quote-overlay {
    padding: 1rem 1.25rem;
  }
}

/* ========================================
   STUDENT JOURNEY
======================================== */
.iac-foundation-page .student-journey {
  position: relative;
  z-index: 20;
  overflow: visible;
}

.iac-foundation-page .journey-wrap {
  position: relative;
  z-index: 21;
  overflow: visible;
}

.iac-foundation-page .journey-steps {
  position: relative;
  z-index: 22;
  overflow: visible;
}

.iac-foundation-page .journey-step {
  position: relative;
  z-index: 23;
  overflow: visible;
}

.iac-foundation-page .journey-icon-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}

.iac-foundation-page .journey-icon {
  width: 78px;
  height: 78px;
  border-radius: 50%;
  background: #fffdf9;
  border: 1px solid rgba(160, 136, 95, 0.22);
  color: #7f6840;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 24px rgba(68, 48, 20, 0.05);
  transform: scale(1);
  transition:
    transform 280ms ease,
    box-shadow 280ms ease,
    border-color 280ms ease,
    background-color 280ms ease,
    color 280ms ease;
}

.iac-foundation-page .journey-icon svg {
  display: block;
}

.iac-foundation-page .journey-step.is-active .journey-icon {
  transform: scale(1.12);
  background: #fffaf0;
  border-color: rgba(160, 136, 95, 0.45);
  box-shadow: 0 14px 34px rgba(68, 48, 20, 0.09);
  color: #9a7c47;
}

.iac-foundation-page .journey-line {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: visible;
  pointer-events: none;
}

.iac-foundation-page .journey-dot-base {
  fill: rgba(127, 104, 64, 0.1);
}

.iac-foundation-page .journey-dot-active {
  fill: rgba(154, 124, 71, 0.28);
}

@media (max-width: 767.98px) {
  .iac-foundation-page .journey-wrap {
    min-height: auto;
  }
}

@media (max-width: 767.98px) {
  .iac-foundation-page .journey-line {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .iac-foundation-page .journey-icon {
    width: 66px;
    height: 66px;
  }
}

.iac-foundation-page .journey-step {
  position: relative;
}

.iac-foundation-page .journey-step-link {
  position: relative;
  display: block;
  text-decoration: none;
  color: inherit;
}

.iac-foundation-page .journey-step-label {
  cursor: pointer;
  transition: color 180ms ease;
}

.iac-foundation-page .journey-step-link:hover .journey-step-label,
.iac-foundation-page .journey-step-link:focus .journey-step-label,
.iac-foundation-page .journey-step-link:focus-visible .journey-step-label {
  color: #9a7c47;
}

.iac-foundation-page .journey-detail {
  position: absolute;
  left: 50%;
  bottom: calc(100% + 18px);
  transform: translateX(-50%) translateY(8px);
  width: 280px;
  padding: 1rem 1rem 0.95rem;
  background: #fffdf9;
  border: 1px solid rgba(160, 136, 95, 0.18);
  border-radius: 14px;
  box-shadow: 0 18px 50px rgba(40, 30, 16, 0.12);
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition:
    opacity 180ms ease,
    transform 180ms ease,
    visibility 180ms ease;
  text-align: left;
}

.iac-foundation-page .journey-step-link:hover .journey-detail,
.iac-foundation-page .journey-step-link:focus .journey-detail,
.iac-foundation-page .journey-step-link:focus-visible .journey-detail {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}

.iac-foundation-page .journey-detail-title {
  font-size: 1rem;
  line-height: 1.2;
  margin-bottom: 0.5rem;
  color: #7f6840;
}

.iac-foundation-page .journey-detail-text {
  font-size: 0.92rem;
  line-height: 1.45;
  margin-bottom: 0.65rem;
  color: #3f3a33;
}

.iac-foundation-page .journey-detail-quote {
  font-size: 0.9rem;
  line-height: 1.45;
  font-style: italic;
  color: #6d6251;
  margin-bottom: 0.7rem;
}

.iac-foundation-page .journey-detail-link {
  display: inline-block;
  font-size: 0.85rem;
  font-weight: 600;
  color: #9a7c47;
}

@media (max-width: 767.98px) {
  .iac-foundation-page .journey-detail {
    display: none;
  }
}

.iac-foundation-page .student-journey,
.iac-foundation-page .journey-wrap,
.iac-foundation-page .journey-steps,
.iac-foundation-page .journey-step {
  overflow: visible;
}

.iac-foundation-page #student-journey::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("/https://governor-media.s3.amazonaws.com/69f2a0c1188838582ed26c99/https://governor-media.s3.amazonaws.com/5f035ef03ba74e501ae3c909/https://governor-media.s3.amazonaws.com/5f035ef03ba74e501ae3c909/assets/img/decor-dot.svg");
  background-repeat: repeat;
  background-size: 14px 14px;
  opacity: 0.1;
  z-index: 0;
  pointer-events: none;

  -webkit-mask-image: linear-gradient(
    to bottom,
    transparent 0%,
    black 22%,
    black 78%,
    transparent 100%
  );
  mask-image: linear-gradient(
    to bottom,
    transparent 0%,
    black 22%,
    black 78%,
    transparent 100%
  );

  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}

.iac-foundation-page #student-journey > * {
  position: relative;
  z-index: 1;
}

@media (max-width: 767.98px) {
  /* Stack layout vertically */
  .iac-foundation-page .journey-steps {
    flex-direction: column;
  }

  .iac-foundation-page .journey-step {
    width: 100%;
    max-width: 420px;
    margin: 0 auto;
  }

  /* Show the tooltip content */
  .iac-foundation-page .journey-detail {
    position: static !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    pointer-events: auto !important;
    display: block !important;
    margin-top: 0.75rem;
    border: none !important;
  }

  /* Override aria-hidden behavior */
  .iac-foundation-page .journey-detail[aria-hidden="true"] {
    display: block !important;
  }

  /* Remove tooltip styling feel */
  .iac-foundation-page .journey-detail {
    background: none;
    box-shadow: none;
    padding: 0;
  }

  .iac-foundation-page .journey-detail-link {
    display: none !important;
  }
  .iac-foundation-page .journey-step-label {
    display: none !important;
  }

  /* Optional: hide connector line */
  .iac-foundation-page .journey-line {
    display: none;
  }

  /* Optional: spacing tweak */
  .iac-foundation-page .journey-icon-wrap {
    margin-bottom: 0.5rem;
  }
}

/* ========================================
   FEATURED STORY
======================================== */

.iac-foundation-page .featured-story {
  background: transparent;
}

.iac-foundation-page .featured-story-panel {
  position: relative;
  background: linear-gradient(135deg, rgba(255,255,255,.85), rgba(127,151,193,.65));
  border: 1px solid rgba(35,66,122,.12);
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 18px 40px rgba(0,0,0,.08);
}

.iac-foundation-page .featured-story-copy {
  background: rgba(255,255,255,.4);
  color: #43342c;
}

.iac-foundation-page .featured-story-copy,
.iac-foundation-page .featured-story-media-column {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}

.iac-foundation-page .featured-story-eyebrow {
  font-family: "Montserrat", sans-serif !important;
  color: #8b7257;
  letter-spacing: .08em;
}

.iac-foundation-page .featured-story-title {
  font-family: "Montserrat", sans-serif !important;
  color: #43342c;
  font-size: clamp(2rem, 3.2vw, 3.25rem);
  line-height: 1.08;
  font-weight: 500;
  letter-spacing: -0.03em;
}

.iac-foundation-page .featured-story-body,
.iac-foundation-page .featured-story-body * {
  font-family: "Montserrat", sans-serif !important;
  font-size: 1rem !important;
  line-height: 1.7 !important;
  font-weight: 400 !important;
  color: #5c4b41 !important;
  background: transparent !important;
  text-align: left !important;
}

.iac-foundation-page .featured-story-body p {
  margin: 0 0 1rem !important;
}

.iac-foundation-page .featured-story-media {
  display: flex;
  justify-content: center;
}

.iac-foundation-page .featured-story-carousel {
  position: relative;
  width: 100%;
  max-width: 620px;
}

.iac-foundation-page .featured-story-carousel-slides {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border-radius: 1.1rem;
}

.iac-foundation-page .featured-story-slide {
  display: none;
  width: 100%;
  height: 100%;
  margin: 0;
}

.iac-foundation-page .featured-story-slide.is-active {
  display: block;
}

.iac-foundation-page .featured-story-slide img,
.iac-foundation-page .featured-story-video {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center;
  display: block;
  border-radius: 0;
  box-shadow: none;
}

.iac-foundation-page .featured-story-carousel-btn {
  position: absolute;
  top: 50%;
  z-index: 5;
  width: 40px;
  height: 40px;
  min-width: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(255,255,255,.9);
  color: #032b5e;
  font-size: 2rem;
  line-height: 1;
  transform: translateY(-50%);
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 16px rgba(0,0,0,.12);
  cursor: pointer;
}

.iac-foundation-page .featured-story-carousel-btn--prev {
  left: .75rem;
}

.iac-foundation-page .featured-story-carousel-btn--next {
  right: .75rem;
}

.iac-foundation-page .featured-story-carousel-dots {
  display: flex;
  justify-content: center;
  gap: .5rem;
  margin-top: .85rem;
}

.iac-foundation-page .featured-story-carousel-dots button {
  min-width: 0;
  width: .55rem;
  height: .55rem;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(3,43,94,.28);
  font-size: 0;
  cursor: pointer;
}

.iac-foundation-page .featured-story-carousel-dots button.is-active {
  background: #032b5e;
}

.iac-foundation-page .featured-story-caption-below {
  margin-top: 1rem;
  max-width: 620px;
}

.iac-foundation-page .featured-story-caption {
  font-size: 1rem;
  color: #43342c;
}

.iac-foundation-page .featured-story-caption-sub {
  font-size: .92rem;
  line-height: 1.5;
  color: #6a5649;
}

.iac-foundation-page .featured-story-quote-wrap {
  margin-top: 1.75rem;
  margin-bottom: 1.75rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  border-top: 1px solid rgba(139,114,87,.18);
  border-bottom: 1px solid rgba(139,114,87,.18);
}

.iac-foundation-page .featured-story-quote {
  font-size: clamp(1.25rem, 1.8vw, 1.7rem);
  line-height: 1.5;
  font-style: italic;
  color: #fff;
}

@media (min-width: 992px) {
  .iac-foundation-page .featured-story-panel::after {
    content: "";
    position: absolute;
    top: 2.5rem;
    bottom: 2.5rem;
    left: 41.666%;
    width: 1px;
    background: rgba(139,114,87,.08);
  }
}

@media (max-width: 767.98px) {
  .iac-foundation-page .featured-story-copy,
  .iac-foundation-page .featured-story-media-column {
    padding: 1.5rem !important;
  }

  .iac-foundation-page .featured-story-title {
    font-size: 2rem;
  }
}

/* ========================================
   STUDENT VOICES
======================================== */
.iac-foundation-page .student-voices {
  background-color: #4d6691;
  /*color: #43342c;*/
}

.iac-foundation-page .student-voices-eyebrow {
  letter-spacing: 0.08em;
  /*color: #8b7257;*/
  color: rgb(255, 255, 255, 0.5);
}

.iac-foundation-page .student-voices-title {
  /*font-family: Georgia, "Times New Roman", serif;*/
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1.08;
  font-weight: bold;
  /*color: #43342c;*/
  color: white;
}

.iac-foundation-page .student-voices-subtitle {
  font-size: 1.02rem;
  line-height: 1.6;
  /*color: #6a5649;*/
  color: rgb(255, 255, 255, 0.75);
}

.iac-foundation-page .student-voice-feature {
  background: #fff;
  border: 1px solid rgba(139, 114, 87, 0.14);
  box-shadow: 0 18px 40px rgba(35, 24, 16, 0.06);
}

.iac-foundation-page .student-voice-quote-mark {
  font-size: 4.5rem;
  line-height: 0.8;
  /*color: #b6936e;*/
  color: #43342c;
}

.iac-foundation-page .student-voice-feature-quote {
  font-size: clamp(1.45rem, 2.2vw, 2rem);
  line-height: 1.5;
  color: #4b342c;
  margin: 0;
}

.iac-foundation-page .student-voice-feature-source {
  font-size: 1rem;
  font-weight: 600;
  color: #43342c;
}

.iac-foundation-page .student-voice-card {
  background-color: #fff;
  border: 1px solid rgba(139, 114, 87, 0.14);
  box-shadow: 0 12px 28px rgba(35, 24, 16, 0.04);
}

.iac-foundation-page .student-voice-card-quote {
  font-size: 1.15rem;
  line-height: 1.6;
  color: #43342c;
  margin: 0;
}

.iac-foundation-page .student-voice-card-source {
  font-size: 0.95rem;
  font-weight: 600;
  color: #43342c;
}

.iac-foundation-page #student-voices .text-primary {
  color: var(--color-brand-red) !important;
  font-weight: 550 !important;
}

@media (max-width: 991.98px) {
  .iac-foundation-page .partner-voice-feature-quote {
    font-size: 1.5rem;
  }
}

@media (max-width: 767.98px) {
  .iac-foundation-page .student-voices {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

@media (max-width: 767.98px) {
  .iac-foundation-page .student-voice-feature,
  .iac-foundation-page .student-voice-card {
    padding: 1.5rem !important;
  }
}

@media (max-width: 767.98px) {
  .iac-foundation-page .partner-voice-quote-mark {
    font-size: 3.5rem;
  }
}

@media (max-width: 767.98px) {
  .iac-foundation-page .student-voice-feature-quote {
    font-size: 1.3rem;
  }
}

@media (max-width: 767.98px) {
  .iac-foundation-page .student-voice-card-quote {
    font-size: 1.05rem;
  }
}

/* ========================================
   PARTNER VOICES
======================================== */
.iac-foundation-page .partner-voices {
  background-color: #4d6691;
  /*color: #43342c;*/
}

.iac-foundation-page .partner-voices-eyebrow {
  letter-spacing: 0.08em;
  /*color: #8b7257;*/
  color: rgb(255, 255, 255, 0.5);
}

.iac-foundation-page .partner-voices-title {
  /*font-family: Georgia, "Times New Roman", serif;*/
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1.08;
  font-weight: bold;
  /*color: #43342c;*/
  color: white;
}

.iac-foundation-page .partner-voices-subtitle {
  font-size: 1.02rem;
  line-height: 1.6;
  /*color: #6a5649;*/
  color: rgb(255, 255, 255, 0.5);
}

.iac-foundation-page .partner-voice-feature {
  background: #fff;
  border: 1px solid rgba(139, 114, 87, 0.14);
  box-shadow: 0 18px 40px rgba(35, 24, 16, 0.06);
}

.iac-foundation-page .partner-voice-quote-mark {
  font-size: 4.5rem;
  line-height: 0.8;
  /*color: #b6936e;*/
  color: #43342c;
}

.iac-foundation-page .partner-voice-feature-quote {
  font-size: clamp(1.45rem, 2.2vw, 2rem);
  line-height: 1.5;
  color: #4b342c;
  margin: 0;
}

.iac-foundation-page .partner-voice-feature-source {
  font-size: 1rem;
  font-weight: 600;
  color: #43342c;
}

.iac-foundation-page .partner-voice-card {
  background-color: #fff;
  border: 1px solid rgba(139, 114, 87, 0.14);
  box-shadow: 0 12px 28px rgba(35, 24, 16, 0.04);
}

.iac-foundation-page .partner-voice-card-quote {
  font-size: 1.15rem;
  line-height: 1.6;
  color: #43342c;
  margin: 0;
}

.iac-foundation-page .partner-voice-card-source {
  font-size: 0.95rem;
  font-weight: 600;
  color: #43342c;
}

.iac-foundation-page #partner-voices .text-primary {
  color: var(--color-brand-red) !important;
  font-weight: 550 !important;
}

@media (max-width: 991.98px) {
  .iac-foundation-page .partner-voice-feature-quote {
    font-size: 1.5rem;
  }
}

@media (max-width: 767.98px) {
  .iac-foundation-page .partner-voices {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

@media (max-width: 767.98px) {
  .iac-foundation-page .partner-voice-feature,
  .iac-foundation-page .partner-voice-card {
    padding: 1.5rem !important;
  }
}

@media (max-width: 767.98px) {
  .iac-foundation-page .partner-voice-quote-mark {
    font-size: 3.5rem;
  }
}

@media (max-width: 767.98px) {
  .iac-foundation-page .partner-voice-feature-quote {
    font-size: 1.3rem;
  }
}

@media (max-width: 767.98px) {
  .iac-foundation-page .partner-voice-card-quote {
    font-size: 1.05rem;
  }
}

/* ========================================
   WHO WE ARE
======================================== */
.iac-foundation-page .foundation-who-we-are {
  background-color: #fff;
  color: #43342c;
}

.iac-foundation-page .foundation-about-eyebrow,
.iac-foundation-page .foundation-leader-eyebrow {
  letter-spacing: 0.08em;
  color: var(--color-brand-red);
}

.iac-foundation-page .foundation-info-card {
  height: 100%;
  background: #ffffff;
  border: 1px solid rgba(38, 68, 121, 0.08);
  box-shadow: 0 18px 40px rgba(35, 24, 16, 0.04);
}

.iac-foundation-page .foundation-about-title {
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.1;
  font-weight: 500;
  color: var(--color-brand-blue);
}

.iac-foundation-page .foundation-about-label {
  font-size: 0.98rem;
  font-weight: 600;
  color: var(--color-brand-blue);
}

.iac-foundation-page .foundation-value-item p {
  font-size: 1rem;
  line-height: 1.6;
  color: var(--color-brand-blue);
}

.iac-foundation-page .foundation-value-marker {
  width: 10px;
  height: 10px;
  margin-top: 0.45rem;
  border-radius: 50%;
  background-color: var(--color-brand-blue);
  flex: 0 0 10px;
}

.iac-foundation-page .foundation-leader-card {
  background: var(--color-brand-blue-fade);
  border: 1px solid rgba(139, 114, 87, 0.14);
  box-shadow: 0 18px 40px rgba(35, 24, 16, 0.06);
}

.iac-foundation-page .foundation-leader-image-wrap {
  background-color: #d8c5a5;
  aspect-ratio: 4 / 3;
  overflow: hidden;
}

.iac-foundation-page .foundation-leader-image {
  height: 100%;
  object-fit: cover;
  display: block;
}

.iac-foundation-page .foundation-leader-name {
  font-size: clamp(1.45rem, 2vw, 2rem);
  line-height: 1.15;
  color: var(--color-brand-blue);
}

.iac-foundation-page .foundation-leader-role {
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.5;
  color: var(--color-brand-blue);
}

.iac-foundation-page .foundation-leader-bio {
  font-size: 0.98rem;
  line-height: 1.7;
  color: var(--color-brand-blue);
}

@media (max-width: 991.98px) {
  .iac-foundation-page .foundation-about-title {
    font-size: 2.2rem;
  }
}

@media (max-width: 767.98px) {
  .iac-foundation-page .foundation-who-we-are {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

@media (max-width: 767.98px) {
  .iac-foundation-page .foundation-info-card,
  .iac-foundation-page .foundation-leader-copy {
    padding: 1.5rem !important;
  }
}

@media (max-width: 767.98px) {
  .iac-foundation-page .foundation-about-title {
    font-size: 2rem;
  }
}

.iac-foundation-page .foundation-info-card {
  overflow: visible;
}

.iac-foundation-page .foundation-about-title {
  line-height: 1.15 !important;
  margin-bottom: 1.5rem !important;
}

.iac-foundation-page .foundation-value-item {
  gap: 0.75rem;
  align-items: flex-start !important;
}

.iac-foundation-page .foundation-value-item p {
  line-height: 1.45 !important;
}

/* ========================================
   EXPLORE MORE
======================================== */
.iac-foundation-page .explore-more {
}

.iac-foundation-page .explore-more-eyebrow {
  letter-spacing: 0.08em;
}

.iac-foundation-page .explore-more-title {
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1.08;
  font-weight: 500;
}

.iac-foundation-page .explore-more-subtitle {
  font-size: 1.02rem;
  line-height: 1.6;
}

.iac-foundation-page .explore-card {
  background: var(--color-brand-blue-fade);
  background: #f2f0ec;
  border: 1px solid rgba(139, 114, 87, 0.14);
  box-shadow: 0 18px 40px rgba(35, 24, 16, 0.06);
}

.iac-foundation-page .explore-card-eyebrow {
  letter-spacing: 0.08em;
  color: var(--color-brand-red);
}

.iac-foundation-page .explore-card-title {
  font-size: clamp(1.45rem, 2vw, 2rem);
  line-height: 1.2;
  color: #43342c;
}

.iac-foundation-page .explore-link-list {
  margin-top: 1.5rem;
}

.iac-foundation-page .explore-link {
  padding: 1rem 0;
  border-top: 1px solid rgba(139, 114, 87, 0.18);
  color: #4f3a31;
  font-size: 1rem;
  line-height: 1.5;
  transition:
    color 180ms ease,
    transform 180ms ease;
}

.iac-foundation-page .explore-link:last-child {
  border-bottom: 1px solid rgba(139, 114, 87, 0.18);
}

.iac-foundation-page .explore-link:hover {
  color: #000;
}

.iac-foundation-page .explore-link-arrow {
  font-size: 1.1rem;
  color: #9a7c47;
  margin-left: 1rem;
  flex-shrink: 0;
}

@media (max-width: 767.98px) {
  .iac-foundation-page .explore-more {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

@media (max-width: 767.98px) {
  .iac-foundation-page .explore-card {
    padding: 1.5rem !important;
  }
}

@media (max-width: 767.98px) {
  .iac-foundation-page .explore-card-title {
    font-size: 1.5rem;
  }
}

@media (max-width: 767.98px) {
  .iac-foundation-page .explore-link {
    font-size: 0.98rem;
  }
}

/* ========================================
   CTA
======================================== */
.iac-foundation-page .foundation-cta {
  text-align: center;
}

.iac-foundation-page .foundation-cta-title {
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.1;
  font-weight: 500;
}

.iac-foundation-page .foundation-cta-subtitle {
  font-size: 1.05rem;
  line-height: 1.6;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.iac-foundation-page .foundation-cta-actions {
  margin-top: 1.5rem;
}

/* Primary Button */
.iac-foundation-page .foundation-btn-primary {
  background-color: var(--color-brand-red);
  color: #fff;
  padding: 0.75rem 1.6rem;
  border-radius: 999px;
  font-size: 0.95rem;
  font-weight: 600;
  border: none;
  transition: all 200ms ease;
}

.iac-foundation-page .foundation-btn-primary:hover {
  background-color: var(--color-brand-blue);
  color: #fff;
}

/* Secondary Button */
.iac-foundation-page .foundation-btn-secondary {
  background-color: var(--color-brand-blue);
  color: #fff;
  padding: 0.75rem 1.6rem;
  border-radius: 999px;
  font-size: 0.95rem;
  font-weight: 600;
  border: 1px solid rgba(154, 124, 71, 0.4);
  transition: all 200ms ease;
}

.iac-foundation-page .foundation-btn-secondary:hover {
  background-color: var(--color-brand-red);
  color: #fff;
}

@media (max-width: 767.98px) {
  .iac-foundation-page .foundation-cta {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

@media (max-width: 767.98px) {
  .iac-foundation-page .foundation-cta-title {
    font-size: 2rem;
  }
}

@media (max-width: 767.98px) {
  .iac-foundation-page .foundation-cta-subtitle {
    font-size: 1rem;
  }
}

/* Force Governor WYSIWYG content back into Foundation styling */
.iac-foundation-page .featured-story-body,
.iac-foundation-page .featured-story-body *,
.iac-foundation-page .foundation-leader-bio,
.iac-foundation-page .foundation-leader-bio *,
.iac-foundation-page .program-section__body,
.iac-foundation-page .program-section__body * {
  font-family: "Montserrat", sans-serif !important;
  font-size: 1rem !important;
  line-height: 1.7 !important;
  color: var(--color-brand-blue) !important;
  background: transparent !important;
  box-sizing: border-box;
}

.iac-foundation-page .featured-story-body p,
.iac-foundation-page .foundation-leader-bio p,
.iac-foundation-page .program-section__body p {
  margin: 0 0 1rem !important;
}

.iac-foundation-page .featured-story-body p:last-child,
.iac-foundation-page .foundation-leader-bio p:last-child,
.iac-foundation-page .program-section__body p:last-child {
  margin-bottom: 0 !important;
}

.iac-foundation-page .featured-story-carousel {
  position: relative;
  overflow: hidden;
}

.iac-foundation-page .featured-story-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.iac-foundation-page .featured-story-slide.is-active {
  opacity: 1;
  position: relative;
}

/* FINAL carousel override */
.iac-foundation-page .featured-story-carousel {
  position: relative !important;
  width: 100% !important;
  max-width: 620px !important;
}

.iac-foundation-page .featured-story-carousel-slides {
  position: relative !important;
  width: 100% !important;
  aspect-ratio: 4 / 3 !important;
  overflow: hidden !important;
  border-radius: 1.1rem !important;
}

.iac-foundation-page .featured-story-slide {
  margin: 0 !important;
  width: 100% !important;
  height: 100% !important;
}

.iac-foundation-page .featured-story-slide:not(.is-active) {
  display: none !important;
}

.iac-foundation-page .featured-story-slide.is-active {
  display: block !important;
}

.iac-foundation-page .featured-story-slide img,
.iac-foundation-page .featured-story-carousel .featured-story-video {
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  object-fit: cover !important;
  object-position: center !important;
  display: block !important;
  border-radius: 0 !important;
}

.iac-foundation-page .featured-story-body * {
  font-family: inherit !important;
  background: transparent !important;
  color: inherit !important;
}

/* ========================================
   LIVE SITE RESCUE / PREMIUM PASS
   Add last in foundation-page.css
======================================== */

.iac-foundation-page {
  font-family: "Montserrat", sans-serif !important;
}

/* Bootstrap 5 utility fallbacks for Bootstrap 4 site */
.iac-foundation-page .rounded-4 {
  border-radius: 1.5rem !important;
}

.iac-foundation-page .g-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.iac-foundation-page .g-0 > [class*="col-"] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.iac-foundation-page .g-4 > [class*="col-"] {
  padding: 1rem !important;
}

.iac-foundation-page .gap-3 {
  gap: 1rem !important;
}

/* Featured story premium styling */
.iac-foundation-page .featured-story-panel {
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.72),
    rgba(127, 151, 193, 0.72)
  ) !important;
  border: 1px solid rgba(35, 66, 122, 0.12) !important;
  border-radius: 1.5rem !important;
  overflow: hidden !important;
  box-shadow: 0 18px 40px rgba(35, 24, 16, 0.08) !important;
}

.iac-foundation-page .featured-story-copy {
  background: rgba(255, 255, 255, 0.35) !important;
  color: #43342c !important;
}

.iac-foundation-page .featured-story-title {
  color: #43342c !important;
  font-family: "Montserrat", sans-serif !important;
  font-size: clamp(2rem, 3.2vw, 3.25rem) !important;
  line-height: 1.08 !important;
  font-weight: 500 !important;
  letter-spacing: -0.03em !important;
}

.iac-foundation-page .featured-story-eyebrow {
  color: #8b7257 !important;
  font-family: "Montserrat", sans-serif !important;
  letter-spacing: 0.08em !important;
}

/* WYSIWYG inline garbage override */
.iac-foundation-page .featured-story-body,
.iac-foundation-page .featured-story-body *,
.iac-foundation-page .foundation-leader-bio,
.iac-foundation-page .foundation-leader-bio *,
.iac-foundation-page .program-section__body,
.iac-foundation-page .program-section__body * {
  font-family: "Montserrat", sans-serif !important;
  font-size: 1rem !important;
  line-height: 1.7 !important;
  font-weight: 400 !important;
  color: #5c4b41 !important;
  background: transparent !important;
  text-align: left !important;
  letter-spacing: normal !important;
}

.iac-foundation-page .featured-story-body p,
.iac-foundation-page .foundation-leader-bio p,
.iac-foundation-page .program-section__body p {
  margin: 0 0 1rem !important;
}

/* Carousel final */
.iac-foundation-page .featured-story-carousel {
  position: relative !important;
  width: 100% !important;
  max-width: 620px !important;
}

.iac-foundation-page .featured-story-carousel-slides {
  position: relative !important;
  width: 100% !important;
  aspect-ratio: 4 / 3 !important;
  overflow: hidden !important;
  border-radius: 1.1rem !important;
}

.iac-foundation-page .featured-story-slide {
  margin: 0 !important;
  width: 100% !important;
  height: 100% !important;
}

.iac-foundation-page .featured-story-slide:not(.is-active) {
  display: none !important;
}

.iac-foundation-page .featured-story-slide.is-active {
  display: block !important;
}

.iac-foundation-page .featured-story-video,
.iac-foundation-page .featured-story-slide img {
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  object-fit: cover !important;
  object-position: center !important;
  display: block !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

.iac-foundation-page .featured-story-carousel-btn {
  position: absolute !important;
  top: 50% !important;
  z-index: 5 !important;
  width: 2.5rem !important;
  height: 2.5rem !important;
  min-width: 0 !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, 0.88) !important;
  color: #032b5e !important;
  font-size: 2rem !important;
  line-height: 1 !important;
  transform: translateY(-50%) !important;
  padding: 0 !important;
}

.iac-foundation-page .featured-story-carousel-btn--prev {
  left: 0.75rem !important;
}

.iac-foundation-page .featured-story-carousel-btn--next {
  right: 0.75rem !important;
}

.iac-foundation-page .featured-story-carousel-dots {
  display: flex !important;
  justify-content: center !important;
  gap: 0.5rem !important;
  margin-top: 0.85rem !important;
}

.iac-foundation-page .featured-story-carousel-dots button {
  min-width: 0 !important;
  width: 0.55rem !important;
  height: 0.55rem !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: rgba(3, 43, 94, 0.28) !important;
  font-size: 0 !important;
}

.iac-foundation-page .featured-story-carousel-dots button.is-active {
  background: #032b5e !important;
}
