/* PAGE HERO */
.page-hero {
  background: var(--deep-sea);
  color: var(--off-white);
  padding: 180px 0 100px;
  position: relative;
  overflow: hidden;
}
.page-hero-img { position: absolute; inset: 0; z-index: 0; opacity: 0.30; }
.page-hero-img img {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center 40%;
}
.page-hero::before {
  content: '';
  position: absolute; inset: 0;
  z-index: 1;
  background:
    radial-gradient(ellipse at 100% 100%, rgba(123, 31, 44, 0.25) 0%, transparent 60%),
    radial-gradient(ellipse at 0% 0%, rgba(91, 143, 168, 0.18) 0%, transparent 50%),
    linear-gradient(180deg, rgba(14, 42, 56, 0.65) 0%, rgba(14, 42, 56, 0.88) 100%);
}
.page-hero .wrap { position: relative; z-index: 2; }
.page-hero-eyebrow {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 32px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: rgba(247, 243, 236, 0.85);
}
.page-hero-eyebrow .dash { width: 32px; height: 1px; background: var(--marble-red); }
.page-hero h1 {
  font-family: var(--serif);
  font-size: clamp(48px, 6.5vw, 84px);
  line-height: 1;
  color: var(--off-white);
  margin-bottom: 24px;
  max-width: 16ch;
}
.page-hero h1 em { color: var(--marble-red); font-style: italic; }
.page-hero-sub {
  font-family: var(--serif);
  font-size: clamp(20px, 2vw, 28px);
  line-height: 1.45;
  color: rgba(247, 243, 236, 0.85);
  max-width: 56ch;
}

/* AT A GLANCE BAND */
.fc-glance {
  background: var(--olympus-stone);
  padding: 64px 0;
  border-bottom: 1px solid var(--rule);
}
.fc-glance-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
}
.fc-glance-cell {
  padding: 24px 32px;
  border-right: 1px solid var(--rule);
  text-align: center;
}
.fc-glance-cell:last-child { border-right: none; }
.fc-glance-value {
  font-family: var(--serif);
  font-size: clamp(48px, 5.5vw, 72px);
  line-height: 1;
  color: var(--marble-red);
  margin-bottom: 12px;
  letter-spacing: -0.02em;
}
.fc-glance-label {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-weight: 600;
  color: var(--ink-soft);
}

/* FEE SCHEDULE */
.fc-schedule {
  background: var(--off-white);
  padding: 140px 0 100px;
}
.fc-schedule-header {
  margin-bottom: 56px;
  max-width: 720px;
}
.fc-schedule-header .eyebrow { display: block; margin-bottom: 16px; }
.fc-schedule-header h2 {
  font-family: var(--serif);
  font-size: clamp(34px, 4.4vw, 52px); letter-spacing: -0.01em;
  line-height: 1.1;
  margin-bottom: 16px;
}
.fc-schedule-header h2 em { color: var(--marble-red); font-style: italic; }
.fc-schedule-header p {
  font-size: 17px;
  line-height: 1.65;
  color: var(--ink-soft);
}

.fc-table {
  background: var(--off-white);
  border: 1px solid var(--rule);
}
.fc-row {
  padding: 28px 36px;
  border-bottom: 1px solid var(--rule);
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 32px;
  align-items: center;
}
.fc-row:last-child { border-bottom: none; }
.fc-row.featured {
  background: rgba(123, 31, 44, 0.04);
}
.fc-row-name {
  font-family: var(--serif);
  font-size: 22px;
  line-height: 1.25;
  color: var(--ink);
  margin-bottom: 6px;
}
.fc-row-meta {
  font-size: 14px;
  line-height: 1.5;
  color: var(--ink-soft);
}
.fc-row-meta strong {
  color: var(--marble-red);
  font-weight: 600;
}
.fc-row-amount {
  font-family: var(--serif);
  font-size: clamp(32px, 3.5vw, 44px);
  color: var(--marble-red);
  white-space: nowrap;
  line-height: 1;
}
.fc-row-amount-detail {
  display: block;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--ink-soft);
  margin-top: 8px;
  font-style: normal;
  font-family: var(--sans);
  text-align: right;
}

/* PAYMENT SCHEDULE VISUAL */
.fc-payments {
  background: var(--olympus-stone);
  padding: 100px 0;
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
}
.fc-payments-header {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 56px;
}
.fc-payments-header .eyebrow { display: block; margin-bottom: 14px; }
.fc-payments-header h2 {
  font-family: var(--serif);
  font-size: clamp(28px, 3.4vw, 38px);
  line-height: 1.15;
  margin-bottom: 14px;
}
.fc-payments-header h2 em { color: var(--marble-red); font-style: italic; }
.fc-payments-header p {
  font-size: 15px;
  line-height: 1.6;
  color: var(--ink-soft);
}

.fc-instalments {
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  gap: 4px;
  margin-bottom: 32px;
}
.fc-inst {
  background: var(--off-white);
  border: 1px solid var(--rule);
  padding: 16px 8px 18px;
  text-align: center;
  transition: border-color var(--transition), background var(--transition);
}
.fc-inst:hover {
  border-color: var(--marble-red);
  background: rgba(123, 31, 44, 0.04);
}
.fc-inst-num {
  font-family: var(--serif);
  font-size: 14px;
  color: var(--ink-soft);
  margin-bottom: 6px;
}
.fc-inst-amount {
  font-family: var(--serif);
  font-size: 17px;
  color: var(--marble-red);
  margin-bottom: 6px;
  line-height: 1;
}
.fc-inst-when {
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--ink-soft);
  line-height: 1.3;
}
.fc-instalments-axis {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 4px;
  padding-top: 12px;
  border-top: 1px solid var(--rule);
}
.fc-axis-year {
  text-align: center;
  font-family: var(--sans);
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--ink-soft);
}
.fc-axis-year strong {
  color: var(--marble-red);
  font-weight: 600;
}

/* COMPARISON BAND */
.fc-compare {
  background: var(--off-white);
  padding: 140px 0 100px;
}
.fc-compare-grid {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 80px;
  align-items: start;
}
.fc-compare-header .eyebrow { display: block; margin-bottom: 16px; }
.fc-compare-header h2 {
  font-family: var(--serif);
  font-size: clamp(32px, 4vw, 44px);
  line-height: 1.1;
  margin-bottom: 20px;
}
.fc-compare-header h2 em { color: var(--marble-red); font-style: italic; }
.fc-compare-header p {
  font-size: 16px;
  line-height: 1.65;
  color: var(--ink-soft);
  margin-bottom: 14px;
}
.fc-compare-disclaimer {
  font-size: 12px;
  line-height: 1.5;
  color: var(--ink-soft);
  font-family: var(--serif);
}

.fc-compare-table {
  background: var(--off-white);
  border: 1px solid var(--rule);
}
.fc-compare-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  padding: 22px 28px;
  border-bottom: 1px solid var(--rule);
  align-items: baseline;
}
.fc-compare-row:last-child { border-bottom: none; }
.fc-compare-row.us {
  background: var(--marble-red);
  color: var(--off-white);
}
.fc-compare-row.us .fc-compare-region {
  color: var(--off-white);
}
.fc-compare-row.us .fc-compare-detail {
  color: rgba(247, 243, 236, 0.8);
}
.fc-compare-row.us .fc-compare-amount {
  color: var(--off-white);
}
.fc-compare-region {
  font-family: var(--serif);
  font-size: 17px;
  color: var(--ink);
  margin-bottom: 4px;
}
.fc-compare-detail {
  font-size: 12px;
  line-height: 1.5;
  color: var(--ink-soft);
}
.fc-compare-amount {
  font-family: var(--serif);
  font-size: 22px;
  color: var(--marble-red);
  white-space: nowrap;
}

/* SCHOLARSHIPS — heart of the page */
.fc-scholarships {
  background: var(--deep-sea);
  color: var(--off-white);
  padding: 140px 0;
}
.fc-scholarships-header {
  max-width: 720px;
  margin-bottom: 64px;
}
.fc-scholarships-header .eyebrow {
  color: var(--marble-red);
  display: block;
  margin-bottom: 16px;
}
.fc-scholarships-header h2 {
  font-family: var(--serif);
  font-size: clamp(34px, 4.4vw, 52px); letter-spacing: -0.01em;
  line-height: 1.1;
  color: var(--off-white);
  margin-bottom: 20px;
}
.fc-scholarships-header h2 em { color: var(--marble-red); font-style: italic; }
.fc-scholarships-header p {
  font-size: 17px;
  line-height: 1.65;
  color: rgba(247, 243, 236, 0.8);
}

.fc-sch-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin-bottom: 48px;
}
.fc-sch-card {
  background: rgba(247, 243, 236, 0.04);
  border: 1px solid rgba(247, 243, 236, 0.12);
  padding: 36px 36px 40px;
  transition: border-color var(--transition), transform var(--transition), background var(--transition);
}
.fc-sch-card:hover {
  border-color: var(--marble-red);
  background: rgba(123, 31, 44, 0.08);
  transform: translateY(-3px);
}
.fc-sch-card.featured {
  background: rgba(123, 31, 44, 0.12);
  border-color: var(--marble-red);
}
.fc-sch-card-header {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 16px;
  margin-bottom: 20px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(247, 243, 236, 0.15);
}
.fc-sch-num {
  font-family: var(--serif);
  font-size: 20px;
  color: var(--marble-red);
}
.fc-sch-tag {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-weight: 600;
  color: rgba(247, 243, 236, 0.6);
  text-align: right;
}
.fc-sch-tag.highlight {
  color: var(--marble-red);
}
.fc-sch-title {
  font-family: var(--serif);
  font-size: 24px;
  line-height: 1.2;
  color: var(--off-white);
  margin-bottom: 14px;
}
.fc-sch-title em { font-style: italic; color: var(--marble-red); }
.fc-sch-value {
  font-family: var(--serif);
  font-size: 18px;
  color: rgba(247, 243, 236, 0.95);
  line-height: 1.3;
  margin-bottom: 16px;
}
.fc-sch-value strong {
  color: var(--marble-red);
  font-style: normal;
}
.fc-sch-desc {
  font-size: 14px;
  line-height: 1.6;
  color: rgba(247, 243, 236, 0.75);
}

/* HONESTY CALLOUT */
.fc-honesty {
  border-left: 2px solid var(--marble-red);
  padding: 24px 32px;
  background: rgba(123, 31, 44, 0.08);
}
.fc-honesty-title {
  font-family: var(--serif);
  font-size: 17px;
  color: var(--off-white);
  margin-bottom: 10px;
}
.fc-honesty-text {
  font-size: 14px;
  line-height: 1.6;
  color: rgba(247, 243, 236, 0.8);
}

/* APPLY BAND */
.fc-apply {
  background: var(--marble-red);
  color: var(--off-white);
  padding: 80px 0;
}
.fc-apply-grid {
  display: grid;
  grid-template-columns: 1.4fr auto;
  gap: 48px;
  align-items: center;
}
.fc-apply-eyebrow {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: rgba(247, 243, 236, 0.8);
  margin-bottom: 14px;
}
.fc-apply-title {
  font-family: var(--serif);
  font-size: clamp(32px, 4vw, 44px);
  line-height: 1.1;
  color: var(--off-white);
  margin-bottom: 12px;
}
.fc-apply-title em { font-style: italic; color: rgba(247, 243, 236, 0.7); }
.fc-apply-sub {
  font-size: 15px;
  line-height: 1.5;
  color: rgba(247, 243, 236, 0.85);
  max-width: 56ch;
}
.fc-apply-buttons {
  display: flex;
  gap: 12px;
  flex-direction: column;
}
.fc-apply-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 18px 32px;
  background: var(--off-white);
  color: var(--marble-red);
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  transition: background var(--transition), transform var(--transition);
  white-space: nowrap;
}
.fc-apply-primary:hover { background: var(--olympus-stone); transform: translateY(-1px); }
.fc-apply-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 18px 32px;
  background: transparent;
  color: var(--off-white);
  border: 1px solid rgba(247, 243, 236, 0.4);
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  transition: border-color var(--transition), background var(--transition);
  white-space: nowrap;
}
.fc-apply-secondary:hover { border-color: var(--off-white); background: rgba(247, 243, 236, 0.06); }

/* PATH FORWARD */
.path-forward {
  background: var(--off-white);
  padding: 140px 0;
}
.path-forward-header {
  text-align: center;
  margin-bottom: 80px;
}
.path-forward-header h2 {
  font-family: var(--serif);
  font-size: clamp(34px, 4.4vw, 52px); letter-spacing: -0.01em;
  line-height: 1.1;
  max-width: 18ch;
  margin: 16px auto 0;
}
.path-forward-header h2 em { color: var(--marble-red); font-style: italic; }
.path-forward-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.path-card {
  aspect-ratio: 4/5;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  background: var(--deep-sea);
  color: var(--off-white);
  transition: transform var(--transition);
}
.path-card:hover { transform: translateY(-6px); }
.path-card img {
  position: absolute;
  inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  z-index: 0;
  opacity: 0.55;
  transition: opacity var(--transition), transform 1.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.path-card:hover img { opacity: 0.75; transform: scale(1.05); }
.path-card::before {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(14, 42, 56, 0.3) 0%, rgba(14, 42, 56, 0.85) 100%);
  z-index: 1;
}
.path-card-content {
  position: relative;
  z-index: 2;
  height: 100%;
  padding: 36px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.path-num {
  font-family: var(--serif);
  font-size: 13px;
  color: var(--off-white);
}
.path-card h3 {
  font-family: var(--serif);
  font-size: clamp(24px, 2.5vw, 32px);
  line-height: 1.1;
  color: var(--off-white);
  margin-bottom: 12px;
}
.path-card h3 em { font-style: italic; color: var(--marble-red); }
.path-card p {
  font-size: 14px;
  line-height: 1.5;
  color: rgba(247, 243, 236, 0.85);
  margin-bottom: 16px;
}
.path-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  color: var(--off-white);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-weight: 600;
  border-bottom: 1px solid rgba(247, 243, 236, 0.4);
  padding-bottom: 4px;
  align-self: flex-start;
  transition: border-color var(--transition), gap var(--transition);
}
.path-card:hover .path-link {
  border-bottom-color: var(--off-white);
  gap: 14px;
}

/* ============================================================
   RESPONSIVE — consolidated block (was previously two duplicated blocks)
   ============================================================ */

@media (max-width: 1100px) {
  .fc-glance-grid,
  .fc-sch-grid,
  .path-forward-grid {
    grid-template-columns: 1fr;
  }

  .fc-glance-cell {
    border-right: none;
    border-bottom: 1px solid var(--rule);
    padding: 28px 16px;
  }
  .fc-glance-cell:last-child { border-bottom: none; }

  .fc-instalments {
    grid-template-columns: repeat(5, 1fr);
  }
  .fc-instalments-axis { display: none; }

  .fc-compare-grid,
  .fc-apply-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .fc-apply-buttons {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .path-card { aspect-ratio: 16 / 10; }
}

@media (max-width: 760px) {
  .wrap { padding: 0 24px; }
  .nav-primary { display: none; }
  .nav-toggle { display: flex; }

  .page-hero { padding: 140px 0 72px; }
  .page-hero h1 { font-size: clamp(40px, 13vw, 60px); }
  .page-hero-sub { font-size: 18px; }

  .fc-glance,
  .fc-schedule,
  .fc-payments,
  .fc-compare,
  .fc-scholarships,
  .fc-apply,
  .path-forward {
    padding: 76px 0;
  }

  .fc-glance-cell { padding: 30px 20px; }
  .fc-glance-value { font-size: clamp(42px, 13vw, 58px); }

  .fc-row {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 24px;
  }
  .fc-row-amount-detail { text-align: left; }

  .fc-instalments {
    grid-template-columns: repeat(2, 1fr);
  }

  .fc-compare-row {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .fc-compare-amount { white-space: normal; }

  .fc-sch-card { padding: 30px 24px; }
  .fc-sch-card-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
  .fc-sch-tag { text-align: left; }

  .fc-honesty { padding: 22px 24px; }

  .fc-apply-buttons {
    flex-direction: column;
    width: 100%;
  }
  .fc-apply-primary,
  .fc-apply-secondary { width: 100%; }

  .path-card-content { padding: 28px; }
}

@media (max-width: 480px) {
  .page-hero { padding: 128px 0 64px; }

  .fc-glance,
  .fc-schedule,
  .fc-payments,
  .fc-compare,
  .fc-scholarships,
  .fc-apply,
  .path-forward {
    padding: 64px 0;
  }

  .fc-instalments { grid-template-columns: 1fr; }
  .fc-inst {
    text-align: left;
    padding: 18px 20px;
  }

  .path-card { aspect-ratio: 4 / 5; }
}
