@import url("assets/fonts/fonts.css");

:root {
  --brand: #484898;
  --brand-dark: #404090;
  --navy: #102a43;
  --ink: #111827;
  --text: #334e68;
  --muted: #627d98;
  --soft: #f5f7fa;
  --pale: #eef2ff;
  --line: #d9e2ec;
  --gold: #c8a24a;
  --green: #2f7d6d;
  --amber: #b7791f;
  --white: #fff;
  --read-narrow: 560px;
  --read-medium: 720px;
  --read-wide: 860px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: "Libre Franklin", "Noto Sans SC", "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
  font-synthesis: none;
  line-height: 1.62;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
body > * { max-width: 100vw; }

.topbar {
  position: sticky;
  top: 0;
  z-index: 30;
  display: grid;
  grid-template-columns: minmax(160px, 1fr) auto minmax(160px, 1fr);
  align-items: center;
  gap: 24px;
  min-height: 76px;
  padding: 12px clamp(24px, 3vw, 48px);
  background: rgba(255,255,255,.94);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(16px);
  width: 100%;
  overflow: hidden;
}
.brand-lockup { display: flex; align-items: center; justify-self: start; min-width: 150px; }
.brand-lockup img { width: 140px; height: 64px; margin-left: -8px; object-fit: contain; object-position: left center; }
.main-nav { display: flex; align-items: center; justify-self: center; gap: 22px; color: var(--text); font-size: 14px; font-weight: 700; white-space: nowrap; }
.main-nav a {
  position: relative;
  padding: 8px 0;
  transition: color .18s ease;
}
.main-nav a:hover { color: var(--brand); }
.main-nav a[aria-current="page"] { color: var(--brand); }
.main-nav a[aria-current="page"]::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 2px;
  height: 2px;
  background: var(--brand);
}
.lang-switch {
  display: inline-flex;
  align-items: center;
  gap: 0;
  border: 1px solid var(--line);
  background: var(--white);
  font-size: 13px;
  font-weight: 900;
}
.lang-switch span {
  padding: 10px 11px;
  color: var(--muted);
}
.lang-switch .active {
  color: var(--white);
  background: var(--navy);
}
.nav-cta, .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border: 1px solid var(--brand);
  background: var(--brand);
  color: var(--white);
  font-weight: 800;
}
.nav-cta { justify-self: end; flex: 0 0 auto; }
.btn.secondary { background: transparent; color: var(--brand); }
.btn.light { background: var(--white); border-color: var(--white); color: var(--navy); }

.admissions-wrap {
  position: fixed;
  left: 0;
  top: 50%;
  z-index: 35;
  display: flex;
  align-items: center;
  transform: translateY(-50%);
}
.admissions-tab {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  min-height: 172px;
  padding: 10px 6px;
  color: var(--white);
  background: var(--brand);
  border: 0;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  font-size: 16px;
  font-weight: 900;
  font-family: inherit;
  letter-spacing: 0;
  text-align: center;
  cursor: pointer;
}
.admissions-panel {
  position: absolute;
  left: 44px;
  top: 50%;
  z-index: 1;
  width: 220px;
  padding: 18px;
  background: var(--white);
  border: 1px solid var(--line);
  box-shadow: 0 18px 50px rgba(16,42,67,.16);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translate(-12px, -50%);
  transition: transform .22s ease, opacity .18s ease, visibility .18s ease;
}
.admissions-wrap:hover .admissions-panel,
.admissions-wrap:focus-within .admissions-panel,
.admissions-wrap.open .admissions-panel {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translate(0, -50%);
}
.admissions-panel h3 { margin: 0 0 12px; font-size: 20px; line-height: 1.1; }
.admissions-panel p, .admissions-panel li { color: var(--text); font-size: 13px; }
.admissions-panel ul { margin: 0 0 14px; padding-left: 17px; }

.hero {
  position: relative;
  overflow: hidden;
  min-height: calc(100vh - 70px);
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(520px, .9fr);
  gap: clamp(28px, 4vw, 58px);
  align-items: center;
  padding: clamp(48px, 6vw, 82px) clamp(18px, 3.6vw, 62px);
  background:
    linear-gradient(90deg, rgba(5,14,28,.78) 0%, rgba(5,14,28,.62) 42%, rgba(5,14,28,.34) 100%),
    linear-gradient(0deg, rgba(5,14,28,.34), rgba(5,14,28,.1)),
    url("./assets/trine-9kCwLfSvlF8-poster.jpg") center / cover no-repeat,
    var(--navy);
}
.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 34%;
  background: linear-gradient(0deg, rgba(5,14,28,.28), rgba(5,14,28,0));
  pointer-events: none;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(5,14,28,.82) 0%, rgba(5,14,28,.62) 44%, rgba(5,14,28,.38) 100%),
    linear-gradient(0deg, rgba(5,14,28,.34), rgba(5,14,28,.08) 52%),
    radial-gradient(circle at 24% 48%, rgba(5,14,28,.12) 0%, rgba(5,14,28,.06) 34%, rgba(5,14,28,0) 60%);
  pointer-events: none;
  z-index: 1;
}
.home-video-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  background: var(--navy);
}
.home-video-bg video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: max(100vw, 177.78vh);
  height: max(56.25vw, 100vh);
  transform: translate(-50%, -50%);
  object-fit: cover;
  pointer-events: none;
}
.hero > :not(.home-video-bg) {
  position: relative;
  z-index: 2;
}
.hero > *,
.page-hero > *,
.section > *,
.panel,
.fact-card,
.source-card,
.faq-item {
  min-width: 0;
}
.eyebrow {
  margin: 0 0 14px;
  color: var(--gold);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}
.eyebrow.large {
  font-size: 18px;
  color: var(--brand);
  text-transform: none;
}
h1, h2, h3, p { margin-top: 0; }
h1 {
  max-width: 860px;
  margin-bottom: 24px;
  font-size: clamp(48px, 7.2vw, 92px);
  line-height: .98;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}
.hero-title {
  max-width: 760px;
  line-height: 1.08;
  color: var(--white);
}
.hero-title .line {
  display: block;
}
.hero-title .pathway-number {
  display: block;
  margin: 14px 0 10px;
  color: #c8c7ff;
  font-size: .62em;
  line-height: 1.05;
}
h2 {
  margin-bottom: 18px;
  font-size: clamp(34px, 5vw, 64px);
  line-height: 1.02;
  letter-spacing: 0;
}
h3 { margin-bottom: 12px; font-size: 24px; line-height: 1.15; }
.lead { max-width: 720px; color: var(--text); font-size: 20px; overflow-wrap: anywhere; }
.hero .lead {
  color: rgba(255,255,255,.88);
}
.hero .eyebrow {
  color: var(--gold);
}
.hero-visual {
  display: grid;
  gap: 18px;
  align-self: center;
}
.image-band {
  min-height: 220px;
  background: var(--soft) center / cover no-repeat;
  border: 1px solid var(--line);
}
.image-band.trine-campus {
  background-image:
    linear-gradient(0deg, rgba(16,42,67,.34), rgba(16,42,67,.08)),
    url("https://www.trine.edu/images/headers/2017-pretty-campus-sponsel.jpg");
}
.image-band.trine-students {
  background-image:
    linear-gradient(0deg, rgba(16,42,67,.24), rgba(16,42,67,.02)),
    url("https://www.trine.edu/international/images/international-learning-banner.png");
}
.image-band.trine-engineering {
  background-image:
    linear-gradient(0deg, rgba(16,42,67,.24), rgba(16,42,67,.02)),
    url("https://www.trine.edu/thunderous/images/Engineering%20Header%201.jpg");
}
.image-band.trine-career {
  background-image:
    linear-gradient(0deg, rgba(16,42,67,.24), rgba(16,42,67,.02)),
    url("https://www.trine.edu/images/homepage/career-center-header.jpg");
}
.image-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.photo-card {
  min-height: 320px;
  display: flex;
  align-items: flex-end;
  padding: 18px;
  color: var(--white);
  background: var(--navy) center / cover no-repeat;
  border: 1px solid var(--line);
}
.photo-card h3 {
  margin: 0 0 6px;
  color: var(--white);
}
.photo-card p {
  margin: 0;
  color: rgba(255,255,255,.84);
  font-size: 14px;
}
.photo-card.campus {
  background-image: linear-gradient(0deg, rgba(16,42,67,.76), rgba(16,42,67,.12)), url("https://www.trine.edu/resources/images/09-6684-24-Virtual_Backgrounds-Best_Hall.jpg");
}
.photo-card.lab {
  background-image: linear-gradient(0deg, rgba(16,42,67,.76), rgba(16,42,67,.12)), url("https://www.trine.edu/images/bock114.png");
}
.photo-card.career {
  background-image: linear-gradient(0deg, rgba(16,42,67,.76), rgba(16,42,67,.12)), url("https://www.trine.edu/images/homepage/career-center-header.jpg");
}
.partner-mark {
  min-height: 230px;
  display: grid;
  align-items: start;
  padding: 28px;
  border: 1px solid var(--line);
  background: var(--white);
  text-align: left;
  border-top: 5px solid var(--brand);
}
.partner-mark strong {
  display: block;
  color: var(--navy);
  font-size: 25px;
  line-height: 1.25;
}
.partner-mark span {
  display: block;
  margin-top: 18px;
  color: var(--text);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.72;
}
.partner-mark-logo {
  gap: 22px;
}
.partner-mark-logo img {
  display: block;
  width: 100%;
  max-width: 220px;
  max-height: 72px;
  object-fit: contain;
  object-position: left center;
}
.major-card {
  display: grid;
  grid-template-rows: 1fr 120px;
  min-height: 360px;
  border: 1px solid var(--line);
  background: var(--white);
}
.major-card .major-copy {
  padding: 26px;
}
.major-card h3 {
  min-height: 58px;
  margin-bottom: 12px;
}
.major-card p {
  color: var(--text);
}
.major-image {
  background: var(--soft) center / cover no-repeat;
  border-top: 1px solid var(--line);
}
.major-image.engineering {
  background-image: linear-gradient(0deg, rgba(16,42,67,.18), rgba(16,42,67,.02)), url("https://www.trine.edu/images/bock215.png");
}
.major-image.business {
  background-image: linear-gradient(0deg, rgba(16,42,67,.18), rgba(16,42,67,.02)), url("https://www.trine.edu/images/homepage/career-center-header.jpg");
}
.major-image.health {
  background-image: linear-gradient(0deg, rgba(16,42,67,.18), rgba(16,42,67,.02)), url("https://www.trine.edu/news/2026/images/pediatric-walker-media.jpg");
}
.major-image.applied {
  background-image: linear-gradient(0deg, rgba(16,42,67,.18), rgba(16,42,67,.02)), url("https://www.trine.edu/images/makerspace.jpg");
}
.image-band.program-poster {
  min-height: 260px;
  background-image:
    linear-gradient(0deg, rgba(16,42,67,.22), rgba(16,42,67,.02)),
    url("./assets/program-poster.webp");
  background-size: cover;
  background-position: center 18%;
}
.image-caption {
  margin: -58px 18px 0;
  padding: 16px 18px;
  background: var(--white);
  color: var(--text);
  border-left: 5px solid var(--gold);
  box-shadow: 0 18px 45px rgba(16,42,67,.12);
  font-size: 14px;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }

.pathway-board {
  padding: 34px;
  background: var(--navy);
  color: var(--white);
  box-shadow: 0 28px 70px rgba(16,42,67,.22);
  max-width: 100%;
  overflow: hidden;
}
.hero-visual .pathway-board { box-shadow: 0 20px 56px rgba(16,42,67,.18); }
.board-header { display: flex; justify-content: space-between; gap: 18px; margin-bottom: 22px; }
.board-header strong { font-size: 34px; }
.board-header span { color: rgba(255,255,255,.68); font-size: 13px; font-weight: 800; }
.track { display: grid; gap: 12px; margin-top: 16px; }
.track-title { display: flex; align-items: baseline; justify-content: space-between; color: var(--white); }
.track-title strong { font-size: 36px; }
.nodes { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; }
.nodes.five { grid-template-columns: repeat(5, 1fr); }
.node {
  min-height: 104px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  border: 1px solid rgba(255,255,255,.18);
  background: rgba(255,255,255,.08);
  color: rgba(255,255,255,.88);
  font-size: 13px;
  font-weight: 800;
  overflow-wrap: anywhere;
  text-align: center;
}
.node.trine { background: var(--brand); color: var(--white); }
.node.gold { border-color: var(--gold); color: var(--gold); }

.section { padding: clamp(68px, 8vw, 120px) clamp(22px, 5vw, 84px); }
.section.soft { background: var(--soft); }
.section.navy { background: var(--navy); color: var(--white); }
.section.navy p { color: rgba(255,255,255,.78); }
.section-head { max-width: 910px; margin-bottom: 38px; }
.section-head p:not(.eyebrow) { color: var(--text); font-size: 19px; }
.section.navy .section-head p:not(.eyebrow) { color: rgba(255,255,255,.78); }
.manifesto {
  max-width: 1080px;
  font-size: clamp(34px, 5.4vw, 72px);
  line-height: 1.04;
  font-weight: 900;
}
.manifesto small {
  display: block;
  max-width: 760px;
  margin-top: 28px;
  color: rgba(255,255,255,.78);
  font-size: 19px;
  font-weight: 500;
  line-height: 1.65;
}

.two-col { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 24px; }
.three-col { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 18px; }
.four-col { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 16px; }
.checklist-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 18px;
}
.check-card {
  grid-column: span 2;
  min-height: 260px;
  padding: 30px;
  border: 1px solid var(--line);
  background: var(--white);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.check-card.wide {
  grid-column: span 3;
  min-height: 240px;
  background: linear-gradient(135deg, #ffffff 0%, #f4f5ff 100%);
}
.check-card span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin-bottom: 28px;
  background: var(--brand);
  color: var(--white);
  font-size: 17px;
  font-weight: 900;
}
.check-card h3 {
  margin-bottom: 18px;
  color: var(--navy);
  font-size: 34px;
  line-height: 1.1;
}
.check-card p {
  margin: 0;
  color: var(--text);
  font-size: 18px;
  line-height: 1.74;
}
.check-card strong {
  color: var(--brand);
  font-weight: 900;
}
.checklist-layout {
  display: grid;
  grid-template-columns: minmax(300px, .42fr) minmax(0, .58fr);
  gap: clamp(34px, 5vw, 72px);
  align-items: start;
}
.checklist-intro {
  position: sticky;
  top: 112px;
}
.checklist-intro h2 {
  margin-bottom: 18px;
}
.checklist-intro p:not(.eyebrow) {
  color: var(--text);
  font-size: 20px;
}
.checklist-table {
  border-top: 1px solid var(--line);
  background: var(--white);
}
.checklist-table article {
  display: grid;
  grid-template-columns: 156px minmax(0, 1fr);
  gap: 28px;
  padding: 26px 0;
  border-bottom: 1px solid var(--line);
}
.checklist-table span {
  color: var(--brand);
  font-size: 21px;
  font-weight: 900;
}
.checklist-table p {
  margin: 0;
  color: var(--text);
  font-size: 19px;
  line-height: 1.72;
}
.partner-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
  background: var(--white);
}
.partner-strip article {
  min-height: 142px;
  padding: 24px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.partner-strip strong {
  display: block;
  color: var(--navy);
  font-size: 22px;
  line-height: 1.3;
}
.partner-strip span {
  display: block;
  margin-top: 14px;
  color: var(--muted);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.5;
}
.section-link {
  margin-top: 28px;
}
.home-index {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--white);
}
.home-index a {
  min-height: 68px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0 18px;
  border-right: 1px solid var(--line);
  color: var(--navy);
  font-size: 17px;
  font-weight: 900;
}
.home-index a:last-child { border-right: 0; }
.home-index span {
  color: var(--brand);
  font-size: 13px;
}
.pathway-selector {
  display: grid;
  grid-template-columns: minmax(360px, .48fr) minmax(0, .52fr);
  gap: clamp(34px, 5vw, 72px);
  padding: clamp(52px, 6vw, 78px) clamp(18px, 3.6vw, 62px) clamp(38px, 4vw, 58px);
  background: #f7f8fc;
  align-items: start;
}
.selector-copy {
  max-width: var(--read-narrow);
}
.selector-copy h2,
.decision-title h2,
.proof-copy h2,
.partner-home h2,
.faq-intro h2,
.consult-section h2 {
  font-size: clamp(38px, 4.4vw, 62px);
  line-height: 1.04;
}
.selector-copy h2,
.decision-title h2 {
  font-size: clamp(36px, 3.8vw, 54px);
  line-height: 1.08;
}
.proof-copy h2.single-line {
  white-space: nowrap;
  font-size: clamp(38px, 4.2vw, 60px);
}
.proof-copy h2.trine-title {
  white-space: nowrap;
  font-size: clamp(36px, 3.8vw, 52px);
}
.faq-intro h2 {
  white-space: nowrap;
  font-size: clamp(34px, 3.4vw, 48px);
}
.selector-copy p:not(.eyebrow),
.decision-title p:not(.eyebrow),
.consult-section p {
  color: var(--text);
  font-size: 20px;
}
.selector-note {
  margin-top: 34px;
  padding: 22px 24px;
  background: var(--white);
  border-left: 5px solid var(--gold);
  box-shadow: 0 18px 46px rgba(16,42,67,.07);
}
.selector-note strong {
  display: block;
  margin-bottom: 8px;
  color: var(--navy);
  font-size: 20px;
}
.selector-note span {
  display: block;
  color: var(--text);
  font-size: 17px;
  line-height: 1.7;
}
.selector-note a {
  display: inline-block;
  margin-left: 10px;
  color: var(--brand);
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.selector-rail {
  padding: 6px 0;
  border-top: 2px solid var(--navy);
}
.selector-row {
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr);
  grid-template-areas:
    "image stage"
    "image title"
    "image detail";
  gap: 8px 28px;
  padding: 20px 0;
  border-bottom: 1px solid var(--line);
}
.selector-row img {
  grid-area: image;
  width: 190px;
  height: 132px;
  object-fit: cover;
  align-self: center;
  border: 1px solid var(--line);
}
.selector-row span {
  grid-area: stage;
  color: var(--brand);
  font-size: 18px;
  font-weight: 900;
}
.selector-row strong {
  grid-area: title;
  display: block;
  color: var(--brand);
  font-size: clamp(32px, 3.5vw, 48px);
  line-height: 1;
}
.selector-row em {
  grid-area: detail;
  display: block;
  margin-top: 8px;
  color: var(--text);
  font-size: 18px;
  font-style: normal;
}
.decision-band {
  display: grid;
  grid-template-columns: minmax(340px, .42fr) minmax(0, .58fr);
  gap: clamp(34px, 5vw, 68px);
  padding: clamp(38px, 4vw, 58px) clamp(18px, 3.6vw, 62px) clamp(54px, 6vw, 78px);
  background: #f7f8fc;
}
.decision-title {
  align-self: start;
  max-width: var(--read-narrow);
}
.decision-list {
  max-width: var(--read-wide);
  justify-self: end;
  padding: 8px 0;
  border-top: 2px solid var(--navy);
}
.decision-list article {
  display: grid;
  grid-template-columns: 132px minmax(0, 1fr);
  gap: 20px;
  padding: 17px 0;
  border-bottom: 1px solid var(--line);
}
.decision-list strong {
  color: var(--brand);
  font-size: 20px;
}
.decision-list p {
  margin: 0;
  color: var(--text);
  font-size: 17px;
  line-height: 1.68;
}
.student-case-section {
  scroll-margin-top: 96px;
  padding: clamp(62px, 7vw, 104px) clamp(18px, 3.6vw, 62px);
  background:
    linear-gradient(180deg, #fff 0%, #f6f8fc 100%);
}
.case-heading {
  max-width: 1120px;
  margin: 0 auto clamp(34px, 4vw, 54px);
}
.case-heading h2 {
  max-width: 760px;
  margin: 10px 0 24px;
  font-size: clamp(42px, 4.2vw, 62px);
  line-height: 1.06;
}
.case-heading-copy {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(28px, 5vw, 76px);
  padding-top: 22px;
  border-top: 1px solid var(--line);
}
.case-heading-copy p {
  margin: 0;
  color: var(--text);
  font-size: 18px;
  line-height: 1.82;
}
.case-showcase {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  max-width: 1320px;
  margin: 0 auto;
}
.case-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 390px;
  padding: 30px 32px;
  color: var(--navy);
  background: #fff;
  border: 1px solid #d9e2ec;
  box-shadow: 0 20px 60px rgba(16, 42, 67, .08);
  text-decoration: none;
  overflow: hidden;
  transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}
.case-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: var(--gold);
  opacity: .9;
}
.case-card:hover {
  transform: translateY(-6px);
  border-color: rgba(79, 72, 159, .35);
  box-shadow: 0 28px 80px rgba(16, 42, 67, .14);
}
.case-card span {
  color: var(--gold);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.case-card strong {
  display: block;
  margin: 10px 0 10px;
  font-size: clamp(30px, 3.2vw, 44px);
  line-height: 1.08;
}
.case-school-en {
  display: block;
  margin: -2px 0 18px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 900;
  letter-spacing: .02em;
  line-height: 1.35;
}
.case-rank-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: -6px 0 16px;
}
.case-rank {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  margin: 0;
  padding: 8px 11px;
  color: var(--navy);
  background: #fff8e8;
  border: 1px solid rgba(205, 161, 65, .36);
}
.case-rank.usnews {
  background: #f4f1ff;
  border-color: rgba(79, 72, 159, .22);
}
.case-rank span {
  display: inline;
  padding: 0;
  color: var(--brand);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .04em;
  background: transparent;
  border: 0;
}
.case-rank b {
  display: inline;
  min-width: 0;
  padding: 0;
  color: var(--gold);
  font-size: 24px;
  font-weight: 1000;
  line-height: 1;
  text-align: center;
}
.case-rank.usnews b {
  color: var(--brand);
}
.case-stats {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  width: 100%;
  margin: 2px 0 18px;
  padding: 10px 12px;
  background: #f4f1ff;
  border-left: 3px solid var(--brand);
}
.case-stats b {
  color: var(--brand);
  font-size: 28px;
  line-height: 1;
  white-space: nowrap;
}
.case-stats small {
  color: var(--text);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.25;
  text-align: right;
  white-space: normal;
  max-width: 96px;
}
.case-card p {
  margin: 0 0 22px;
  color: var(--text);
  font-size: 16px;
  line-height: 1.65;
}
.case-mini-list {
  display: grid;
  gap: 13px;
  margin-top: auto;
  padding-top: 22px;
  border-top: 1px solid #e1e8f0;
}
.case-mini-list div {
  padding: 0;
}
.case-mini-list b {
  display: block;
  color: var(--brand);
  font-size: 15px;
  line-height: 1.3;
}
.case-mini-list em {
  display: block;
  margin-top: 6px;
  color: var(--navy);
  font-style: normal;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.45;
}
.case-mini-list small {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.35;
}
.case-card.featured {
  background: var(--navy);
  color: #fff;
}
.case-card.featured p {
  color: rgba(255, 255, 255, .78);
}
.case-card.featured .case-school-en {
  color: rgba(255, 255, 255, .64);
}
.case-card.featured .case-rank {
  color: #fff;
  background: rgba(255, 255, 255, .1);
  border-color: rgba(255, 255, 255, .22);
  box-shadow: none;
}
.case-card.featured .case-rank.usnews {
  background: rgba(79, 72, 159, .28);
}
.case-card.featured .case-rank span {
  color: rgba(255, 255, 255, .86);
  background: transparent;
  border: 0;
}
.case-card.featured .case-rank b {
  color: var(--gold);
}
.case-card.featured .case-stats {
  background: rgba(255, 255, 255, .1);
  border-left-color: var(--gold);
}
.case-card.featured .case-stats b,
.case-card.featured .case-stats small {
  color: #fff;
}
.case-card.featured .case-mini-list {
  border-top-color: rgba(255, 255, 255, .18);
}
.case-card.featured .case-mini-list b,
.case-card.featured .case-mini-list em {
  color: #fff;
}
.case-card.featured .case-mini-list small {
  color: rgba(255, 255, 255, .66);
}
.case-summary-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  max-width: 1320px;
  margin: 22px auto 0;
  background: #d9e2ec;
  border: 1px solid #d9e2ec;
}
.case-summary-grid article {
  padding: 24px 22px;
  background: #fff;
}
.case-summary-grid span {
  display: block;
  margin-bottom: 16px;
  color: var(--gold);
  font-size: 15px;
  font-weight: 900;
}
.case-summary-grid strong {
  display: block;
  color: var(--navy);
  font-size: 20px;
  line-height: 1.25;
}
.case-summary-grid p {
  margin: 10px 0 0;
  color: var(--text);
  font-size: 15px;
  line-height: 1.65;
}
.case-note {
  display: grid;
  grid-template-columns: minmax(180px, 260px) minmax(0, 1fr);
  gap: clamp(22px, 4vw, 56px);
  align-items: center;
  max-width: 1120px;
  margin: 28px auto 0;
  padding: 24px 28px;
  background: #fff8e8;
  border-left: 4px solid var(--gold);
}
.case-note strong {
  color: var(--navy);
  font-size: 22px;
}
.case-note p {
  margin: 0;
  color: #4b3a1b;
  font-size: 17px;
  line-height: 1.75;
}
.proof-section {
  display: grid;
  grid-template-columns: minmax(0, .48fr) minmax(0, .52fr);
  min-height: 660px;
  background: var(--navy);
  color: var(--white);
}
.proof-media {
  background:
    linear-gradient(0deg, rgba(16,42,67,.18), rgba(16,42,67,.04)),
    url("https://www.trine.edu/thunderous/images/Engineering%20Header%201.jpg") center / cover no-repeat;
}
.proof-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(44px, 5vw, 72px) clamp(24px, 4vw, 62px);
}
.trine-proof-logo {
  display: block;
  width: clamp(230px, 22vw, 360px);
  height: auto;
  margin: 0 0 clamp(18px, 2.5vw, 30px);
  opacity: .94;
}
.trine-wordmark {
  filter: brightness(0) invert(1);
}
.proof-copy p,
.proof-list p {
  color: rgba(255,255,255,.78);
}
.proof-copy .eyebrow {
  color: var(--gold);
}
.proof-lead {
  max-width: var(--read-medium);
  margin: 14px 0 0;
  font-size: 18px;
  line-height: 1.7;
}
.proof-list {
  margin: 20px 0 20px;
  border-top: 1px solid rgba(255,255,255,.16);
}
.proof-list article {
  display: grid;
  grid-template-columns: 154px minmax(0,1fr);
  gap: 20px;
  padding: 16px 0;
  border-bottom: 1px solid rgba(255,255,255,.16);
}
.proof-list span {
  color: var(--gold);
  font-size: 24px;
  font-weight: 900;
}
.proof-list p {
  margin: 0;
  font-size: 17px;
  line-height: 1.56;
}
.proof-list p strong {
  color: var(--gold);
  font-size: 1.18em;
  font-weight: 900;
}
.text-link {
  display: inline-flex;
  margin-top: 12px;
  color: var(--brand);
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 6px;
}
.proof-section .text-link,
.consult-section .text-link {
  color: var(--gold);
}
.f2edu-role {
  display: grid;
  grid-template-columns: minmax(420px, .46fr) minmax(0, .54fr);
  grid-template-areas:
    "panel work"
    "boundary work";
  gap: 14px;
  padding: clamp(58px, 7vw, 94px) clamp(18px, 3.6vw, 62px);
  background: #f7f8fc;
}
.role-panel {
  grid-area: panel;
  padding: clamp(28px, 3.4vw, 44px);
  background: var(--navy);
  color: var(--white);
}
.role-panel > p {
  max-width: var(--read-narrow);
}
.role-logo {
  width: min(360px, 78%);
  height: auto;
  object-fit: contain;
  object-position: center;
  margin: 0 auto 24px;
  opacity: .96;
}
.role-panel h2 {
  font-size: clamp(38px, 4.3vw, 60px);
  line-height: 1.04;
}
.role-panel p:not(.eyebrow) {
  color: rgba(255,255,255,.78);
  font-size: 20px;
}
.entity-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-top: 24px;
}
.entity-row span {
  display: grid;
  place-items: center;
  min-height: 72px;
  padding: 10px;
  border: 1px solid rgba(255,255,255,.18);
  color: var(--gold);
  font-size: 14px;
  font-weight: 900;
  text-align: center;
}
.role-work {
  grid-area: work;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-content: stretch;
  max-width: var(--read-wide);
  justify-self: end;
  background: var(--white);
  border-top: 1px solid var(--line);
}
.role-work article {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  grid-template-areas:
    "thumb thumb"
    "num copy";
  gap: 12px 14px;
  padding: 16px;
  border: 1px solid var(--line);
  border-top: 0;
}
.role-work article:nth-child(even) {
  border-left: 0;
}
.role-work span {
  grid-area: num;
  color: var(--brand);
  font-size: 16px;
  font-weight: 900;
}
.role-work article > div:not(.role-thumb) {
  grid-area: copy;
}
.role-work strong {
  display: block;
  color: var(--navy);
  font-size: 22px;
  line-height: 1.2;
}
.role-work p {
  margin: 8px 0 0;
  color: var(--text);
  font-size: 16px;
  line-height: 1.62;
}
.role-thumb {
  grid-area: thumb;
  min-height: 118px;
  background: var(--soft) center / cover no-repeat;
  border: 1px solid rgba(16,42,67,.08);
}
.role-thumb-path {
  background-image: linear-gradient(0deg, rgba(16,42,67,.3), rgba(16,42,67,.04)), url("./assets/site-media/home-school-01.jpg");
  background-position: center 40%;
}
.role-thumb-apply {
  background-image: linear-gradient(0deg, rgba(16,42,67,.2), rgba(16,42,67,.02)), url("./assets/site-media/home-consult-01.jpg");
}
.role-thumb-study {
  background-image: linear-gradient(0deg, rgba(16,42,67,.26), rgba(16,42,67,.04)), url("./assets/site-media/real-classroom-study.webp");
  background-position: center 45%;
}
.role-thumb-project {
  background-image: linear-gradient(0deg, rgba(16,42,67,.24), rgba(16,42,67,.03)), url("./assets/site-media/activity-summer-02.jpg");
  background-position: center 44%;
}
.role-thumb-plan {
  background-image: linear-gradient(0deg, rgba(16,42,67,.24), rgba(16,42,67,.03)), url("./assets/site-media/real-pathway-guidance.webp");
  background-position: center 48%;
}
.role-thumb-life {
  background-image: linear-gradient(0deg, rgba(16,42,67,.26), rgba(16,42,67,.04)), url("./assets/site-media/real-host-family-life.webp");
  background-position: center 45%;
}
.role-boundary {
  grid-area: boundary;
  margin-top: 0;
  padding: 20px 24px;
  border-left: 5px solid var(--gold);
  background: var(--white);
}
.role-boundary strong {
  display: block;
  margin-bottom: 8px;
  color: var(--navy);
  font-size: 20px;
}
.role-boundary p {
  margin: 0;
  color: var(--text);
  font-size: 16px;
  line-height: 1.68;
}
.role-company p {
  margin-bottom: 16px;
}
.role-company ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.role-company li {
  position: relative;
  padding-left: 18px;
  color: var(--text);
  font-size: 15px;
  line-height: 1.6;
}
.role-company li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .72em;
  width: 7px;
  height: 7px;
  background: var(--gold);
}
.media-proof-strip {
  width: min(1180px, calc(100% - 96px));
  margin: 22px auto 54px;
  display: grid;
  grid-template-columns: 1.05fr 1fr 1fr;
  gap: 18px;
}
.media-proof-card {
  position: relative;
  min-height: 250px;
  overflow: hidden;
  background: var(--navy);
  color: white;
  border: 1px solid rgba(16,42,67,.12);
}
.media-proof-card:first-child {
  min-height: 330px;
}
.media-proof-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.media-proof-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(9,27,45,.08), rgba(9,27,45,.78));
}
.media-proof-card div {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 20px;
  z-index: 1;
}
.media-proof-card span {
  display: block;
  color: var(--gold);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.media-proof-card strong {
  display: block;
  font-size: 24px;
  line-height: 1.15;
}
.media-proof-card p {
  margin: 10px 0 0;
  color: rgba(255,255,255,.84);
  line-height: 1.6;
}
.partner-home {
  display: block;
  padding: clamp(48px, 5vw, 72px) clamp(18px, 3vw, 54px) clamp(64px, 7vw, 96px);
  background: #f7f8fc;
  color: var(--ink);
  overflow: visible;
}
.partner-heading {
  max-width: 960px;
  margin: 0 auto 18px;
  padding-top: 4px;
  text-align: center;
}
.ecosystem-map {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(230px, .46fr) minmax(0, 1fr);
  align-items: center;
  gap: clamp(18px, 2.2vw, 30px);
  max-width: 1480px;
  margin: 0 auto;
}
.ecosystem-map::before,
.ecosystem-map::after {
  content: "";
  position: absolute;
  top: 146px;
  height: 1px;
  background: linear-gradient(90deg, rgba(74, 38, 132, 0), rgba(74, 38, 132, .28), rgba(74, 38, 132, 0));
}
.ecosystem-map::before {
  left: 29%;
  right: 52%;
}
.ecosystem-map::after {
  left: 52%;
  right: 29%;
}
.ecosystem-column {
  position: relative;
  z-index: 4;
  min-width: 0;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.ecosystem-copy {
  min-height: 118px;
  padding: 22px 24px;
  background: rgba(255,255,255,.68);
  border: 1px solid rgba(23, 31, 52, .08);
}
.ecosystem-copy span {
  display: inline-block;
  margin-bottom: 8px;
  color: var(--brand);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.ecosystem-copy h3 {
  margin: 0;
  color: var(--navy);
  font-size: clamp(28px, 2.6vw, 40px);
  line-height: 1.08;
}
.ecosystem-copy p {
  margin: 8px 0 0;
  color: var(--text);
  font-size: 17px;
  line-height: 1.55;
}
.ecosystem-core {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 220px;
  padding: 28px 24px;
  background: var(--navy);
  color: var(--white);
  text-align: center;
  box-shadow: 0 28px 70px rgba(16, 42, 67, .24);
}
.ecosystem-core::before,
.ecosystem-core::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 10px;
  height: 10px;
  background: var(--gold);
  transform: translateY(-50%);
}
.ecosystem-core::before { left: -5px; }
.ecosystem-core::after { right: -5px; }
.ecosystem-core img {
  width: min(230px, 90%);
  height: auto;
  margin-bottom: 18px;
}
.ecosystem-core strong {
  font-size: 30px;
  line-height: 1;
}
.ecosystem-core p {
  max-width: 240px;
  margin: 10px auto 0;
  color: rgba(255,255,255,.78);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.55;
}
.partner-grid {
  display: grid;
  justify-content: center;
  gap: 12px;
  margin: 12px auto 0;
  width: 100%;
  align-content: stretch;
}
.partner-grid-domestic {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  min-height: 372px;
}
.partner-grid-international {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  min-height: 372px;
}
.partner-logo-card {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  min-height: 116px;
  padding: 20px;
  background: var(--white);
  border: 1px solid rgba(23, 31, 52, .08);
  box-shadow: 0 20px 54px rgba(23, 31, 52, .08);
  color: inherit;
  text-decoration: none;
  transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}
.partner-logo-card[data-tooltip]::after {
  content: attr(data-tooltip);
  position: absolute;
  left: 50%;
  bottom: calc(100% + 12px);
  z-index: 30;
  width: min(280px, 82vw);
  padding: 14px 16px;
  background: rgba(11, 29, 48, .96);
  color: rgba(255,255,255,.9);
  box-shadow: 0 18px 42px rgba(16,42,67,.22);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.58;
  text-align: left;
  transform: translate(-50%, 8px);
  opacity: 0;
  pointer-events: none;
  transition: opacity .22s ease, transform .22s ease;
}
.partner-logo-card[data-tooltip]::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: calc(100% + 4px);
  z-index: 31;
  border: 8px solid transparent;
  border-top-color: rgba(11, 29, 48, .96);
  transform: translate(-50%, 8px);
  opacity: 0;
  pointer-events: none;
  transition: opacity .22s ease, transform .22s ease;
}
.partner-logo-card[data-tooltip]:hover::after,
.partner-logo-card[data-tooltip]:focus-visible::after,
.partner-logo-card[data-tooltip]:hover::before,
.partner-logo-card[data-tooltip]:focus-visible::before {
  opacity: 1;
  transform: translate(-50%, 0);
}
.partner-grid-domestic .partner-logo-card[data-tooltip]:nth-child(4)::after {
  left: auto;
  right: 0;
  transform: translate(0, 8px);
}
.partner-grid-domestic .partner-logo-card[data-tooltip]:nth-child(4)::before {
  left: auto;
  right: 32px;
  transform: translate(0, 8px);
}
.partner-grid-domestic .partner-logo-card[data-tooltip]:nth-child(4):hover::after,
.partner-grid-domestic .partner-logo-card[data-tooltip]:nth-child(4):focus-visible::after,
.partner-grid-domestic .partner-logo-card[data-tooltip]:nth-child(4):hover::before,
.partner-grid-domestic .partner-logo-card[data-tooltip]:nth-child(4):focus-visible::before {
  transform: translate(0, 0);
}
.partner-grid-international .partner-logo-card[data-tooltip]:nth-child(3n + 1)::after {
  left: 0;
  transform: translate(0, 8px);
}
.partner-grid-international .partner-logo-card[data-tooltip]:nth-child(3n + 1)::before {
  left: 32px;
  transform: translate(0, 8px);
}
.partner-grid-international .partner-logo-card[data-tooltip]:nth-child(3n)::after {
  left: auto;
  right: 0;
  transform: translate(0, 8px);
}
.partner-grid-international .partner-logo-card[data-tooltip]:nth-child(3n)::before {
  left: auto;
  right: 32px;
  transform: translate(0, 8px);
}
.partner-grid-international .partner-logo-card[data-tooltip]:nth-child(3n + 1):hover::after,
.partner-grid-international .partner-logo-card[data-tooltip]:nth-child(3n + 1):focus-visible::after,
.partner-grid-international .partner-logo-card[data-tooltip]:nth-child(3n + 1):hover::before,
.partner-grid-international .partner-logo-card[data-tooltip]:nth-child(3n + 1):focus-visible::before,
.partner-grid-international .partner-logo-card[data-tooltip]:nth-child(3n):hover::after,
.partner-grid-international .partner-logo-card[data-tooltip]:nth-child(3n):focus-visible::after,
.partner-grid-international .partner-logo-card[data-tooltip]:nth-child(3n):hover::before,
.partner-grid-international .partner-logo-card[data-tooltip]:nth-child(3n):focus-visible::before {
  transform: translate(0, 0);
}
.partner-logo-card:focus-visible {
  outline: 3px solid rgba(74, 38, 132, .35);
  outline-offset: 4px;
}
.partner-logo-card-sm {
  width: auto;
  min-height: 82px;
  padding: 14px;
  box-shadow: 0 14px 34px rgba(23, 31, 52, .06);
}
.partner-grid-domestic .partner-text-card {
  grid-column: 1 / -1;
  min-height: 116px;
}
.partner-logo-card:hover {
  transform: translateY(-6px);
  border-color: rgba(74, 38, 132, .22);
  box-shadow: 0 26px 64px rgba(23, 31, 52, .14);
}
.partner-logo-card img {
  display: block;
  max-width: 100%;
  max-height: 72px;
  width: auto;
  height: auto;
  object-fit: contain;
  transition: transform .28s ease, filter .28s ease;
}
.partner-logo-card:hover img {
  transform: scale(1.045);
}
.partner-logo-card-sm img {
  max-height: 48px;
}
.partner-logo-labeled {
  flex-direction: column;
  gap: 10px;
}
.partner-logo-labeled img {
  max-height: 72px;
}
.partner-trine-card img {
  width: 142px;
  max-height: 48px;
  filter: brightness(0) saturate(100%) invert(13%) sepia(26%) saturate(1510%) hue-rotate(177deg) brightness(90%) contrast(93%);
}
.partner-cafa-card img {
  width: min(360px, 92%);
  max-height: 92px;
}
.partner-cafa-card strong {
  font-size: 15px;
  text-align: center;
}
.partner-logo-labeled strong {
  color: var(--ink);
  font-size: 16px;
  line-height: 1;
}
.partner-cafa-card strong {
  font-size: 15px;
  line-height: 1.2;
  text-align: center;
}
.partner-grid-domestic .partner-cafa-card {
  grid-column: 1 / -1;
  min-height: 120px;
}
.partner-text-card {
  flex-direction: column;
  gap: 10px;
  text-align: center;
}
.partner-text-card strong {
  font-size: 24px;
  line-height: 1.18;
}
.partner-text-card span {
  color: var(--muted);
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: .06em;
}
.partner-home .text-link {
  display: table;
  margin: 24px auto 0;
  color: var(--brand);
}
.partners-page .partners-overview {
  background: #fff;
}
.partners-page .partner-heading p:not(.eyebrow) {
  max-width: 760px;
  margin: 10px auto 0;
  color: var(--text);
  font-size: 18px;
  line-height: 1.75;
  text-align: center;
}
.partners-hero-v2 {
  position: relative;
  display: flex;
  align-items: flex-end;
  height: calc(100vh - 155px);
  height: clamp(560px, calc(100svh - 155px), 860px);
  min-height: 560px;
  overflow: hidden;
  background: var(--navy);
  color: var(--white);
}
.partners-hero-image,
.partners-hero-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.partners-hero-image {
  object-fit: cover;
  object-position: 56% center;
}
.partners-hero-overlay {
  background:
    linear-gradient(90deg, rgba(7,23,40,.92) 0%, rgba(7,23,40,.72) 43%, rgba(7,23,40,.22) 75%, rgba(7,23,40,.08) 100%),
    linear-gradient(0deg, rgba(7,23,40,.78) 0%, rgba(7,23,40,0) 52%);
}
.partners-hero-content {
  position: relative;
  z-index: 2;
  width: min(100%, 1180px);
  margin: 0 auto;
  padding: 0 clamp(48px, 7vw, 110px) clamp(52px, 7vh, 76px);
}
.partners-hero-content .eyebrow {
  color: var(--gold);
}
.partners-hero-content h1 {
  max-width: 900px;
  margin: 14px 0 0;
  color: var(--white);
  font-size: 64px;
  line-height: 1.08;
}
.partners-hero-content > p:not(.eyebrow) {
  max-width: 780px;
  margin: 22px 0 0;
  color: rgba(255,255,255,.86);
  font-size: 19px;
  line-height: 1.75;
}
.partners-hero-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 820px;
  margin-top: 34px;
  border-top: 1px solid rgba(255,255,255,.28);
  border-bottom: 1px solid rgba(255,255,255,.28);
}
.partners-hero-proof div {
  min-width: 0;
  padding: 16px 22px 17px 0;
}
.partners-hero-proof div + div {
  padding-left: 22px;
  border-left: 1px solid rgba(255,255,255,.2);
}
.partners-hero-proof strong,
.partners-hero-proof span {
  display: block;
}
.partners-hero-proof strong {
  color: var(--white);
  font-size: 20px;
}
.partners-hero-proof span {
  margin-top: 4px;
  color: rgba(255,255,255,.68);
  font-size: 13px;
  line-height: 1.45;
}
.partners-anchor-bar {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  width: min(calc(100% - 96px), 1180px);
  margin: 0 auto;
  background: var(--white);
  border-bottom: 1px solid var(--line);
}
.partners-anchor-bar.three-items {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.partners-anchor-bar a {
  display: flex;
  align-items: baseline;
  gap: 12px;
  min-height: 78px;
  padding: 26px 24px;
  color: var(--navy);
  text-decoration: none;
  border-right: 1px solid var(--line);
  transition: color .22s ease, background .22s ease;
}
.partners-anchor-bar a:last-child {
  border-right: 0;
}
.partners-anchor-bar a:hover,
.partners-anchor-bar a:focus-visible {
  color: var(--brand);
  background: #f7f8fc;
}
.partners-anchor-bar span {
  color: var(--gold);
  font-size: 12px;
  font-weight: 950;
}
.partners-anchor-bar strong {
  font-size: 16px;
}
.partners-overview {
  padding-top: 72px;
}
.partners-overview .ecosystem-map {
  margin-top: 42px;
}
.partners-page .partner-heading {
  max-width: 820px;
  margin-bottom: 0;
}
.partners-page .partner-heading h2 {
  font-size: 48px;
  line-height: 1.12;
}
.partners-page .ecosystem-map {
  grid-template-columns: minmax(0, 1fr) 220px minmax(0, 1fr);
  gap: 18px;
  align-items: stretch;
  max-width: 1180px;
}
.partners-page .ecosystem-map::before,
.partners-page .ecosystem-map::after {
  display: none;
}
.partners-page .ecosystem-column {
  border-top: 2px solid var(--navy);
}
.partners-page .ecosystem-copy {
  min-height: 132px;
  padding: 24px 4px 22px;
  background: transparent;
  border: 0;
}
.partners-page .ecosystem-copy span {
  margin-bottom: 7px;
  color: var(--gold);
}
.partners-page .ecosystem-copy h3 {
  font-size: 30px;
  white-space: nowrap;
}
.partners-page .ecosystem-copy p {
  max-width: 420px;
  font-size: 16px;
}
.partners-page .ecosystem-core {
  min-height: 100%;
  padding: 42px 22px;
  box-shadow: none;
}
.partners-page .ecosystem-core::before,
.partners-page .ecosystem-core::after {
  display: none;
}
.partners-page .ecosystem-core-label {
  display: block;
  margin-bottom: 34px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}
.partners-page .ecosystem-core img {
  width: min(180px, 88%);
}
.partners-page .partner-grid {
  gap: 1px;
  margin-top: 0;
  background: var(--line);
  border: 1px solid var(--line);
}
.partners-page .partner-logo-card,
.partners-page .partner-logo-card-sm {
  border: 0;
  box-shadow: none;
}
.partners-page .partner-logo-card:hover {
  z-index: 2;
  border-color: transparent;
  box-shadow: 0 18px 44px rgba(23,31,52,.13);
}
.partner-role-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  width: min(1180px, 100%);
  max-width: none;
  margin-right: auto;
  margin-left: auto;
}
.partner-role-list article {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 24px;
  align-items: center;
  min-height: 190px;
  padding: 24px 26px;
  border: 1px solid var(--line);
  background: var(--white);
  box-shadow: 0 18px 46px rgba(16,42,67,.06);
}
.partner-role-list article:first-child {
  grid-column: span 2;
  grid-template-columns: 220px minmax(0, 1fr);
}
.partner-role-list img {
  width: 100%;
  max-height: 82px;
  object-fit: contain;
}
.partner-role-list span,
.partner-us-groups span {
  display: block;
  margin-bottom: 8px;
  color: var(--gold);
  font-size: 13px;
  font-weight: 950;
  text-transform: uppercase;
}
.partner-role-list h3,
.partner-us-groups h3 {
  margin: 0 0 10px;
  color: var(--navy);
  font-size: clamp(24px, 2.5vw, 34px);
  line-height: 1.12;
}
.partner-role-list p,
.partner-us-groups p {
  margin: 0;
  color: var(--text);
  font-size: 17px;
  line-height: 1.7;
}
.partner-us-groups {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr) minmax(0, .85fr);
  gap: 20px;
}
.partner-us-groups article {
  min-height: 280px;
  padding: 30px;
  border: 1px solid var(--line);
  background: #f7f8fc;
}
.partner-us-groups .featured {
  background: var(--navy);
  color: var(--white);
}
.partner-us-groups .featured img {
  width: min(280px, 78%);
  max-height: 72px;
  margin-bottom: 38px;
  filter: brightness(0) invert(1);
}
.partner-us-groups .featured h3 {
  color: var(--white);
}
.partner-us-groups .featured p {
  color: rgba(255,255,255,.78);
}
.us-partner-story {
  width: min(1180px, 100%);
  max-width: none;
  margin: 0 auto;
  border-top: 1px solid var(--line);
}
.us-partner-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  min-height: 520px;
  border-bottom: 1px solid var(--line);
}
.us-partner-media {
  position: relative;
  min-height: 520px;
  margin: 0;
  overflow: hidden;
  background: var(--navy);
}
.us-partner-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.us-partner-media figcaption {
  position: absolute;
  right: 24px;
  bottom: 22px;
  padding: 9px 12px;
  background: rgba(11,29,48,.86);
  color: rgba(255,255,255,.92);
  font-size: 12px;
  font-weight: 800;
}
.us-partner-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: clamp(38px, 5vw, 68px);
  background: var(--white);
}
.us-partner-wordmark {
  width: min(290px, 78%);
  height: auto;
  max-height: none;
  margin-bottom: 34px;
  object-fit: contain;
  object-position: left center;
  filter: brightness(0) saturate(100%) invert(13%) sepia(26%) saturate(1510%) hue-rotate(177deg) brightness(90%) contrast(93%);
}
.us-partner-copy > span,
.us-local-support span {
  display: block;
  margin-bottom: 10px;
  color: var(--gold);
  font-size: 13px;
  font-weight: 950;
  text-transform: uppercase;
}
.us-partner-copy h3,
.us-local-support h3 {
  margin: 0;
  color: var(--navy);
  font-size: clamp(30px, 3vw, 44px);
  line-height: 1.13;
}
.us-partner-copy > p {
  margin: 18px 0 0;
  color: var(--text);
  font-size: 17px;
  line-height: 1.75;
}
.us-partner-facts,
.us-support-points {
  display: grid;
  gap: 0;
  margin-top: 28px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.us-partner-facts {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.us-support-points {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.us-partner-facts div,
.us-support-points div {
  min-width: 0;
  padding: 16px 14px 16px 0;
}
.us-partner-facts div + div {
  padding-left: 14px;
  border-left: 1px solid var(--line);
}
.us-support-points div:nth-child(even) {
  padding-left: 18px;
  border-left: 1px solid var(--line);
}
.us-support-points div:nth-child(n + 3) {
  border-top: 1px solid var(--line);
}
.us-partner-facts strong,
.us-support-points strong {
  display: block;
  margin-bottom: 5px;
  color: var(--navy);
  font-size: 16px;
}
.us-partner-facts small,
.us-support-points small {
  display: block;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
}
.us-partner-copy .text-link {
  align-self: flex-start;
  margin-top: 24px;
}
.highschool-partner-row {
  background: #f7f8fc;
}
.highschool-partner-row .us-partner-copy {
  background: #f7f8fc;
}
.us-school-logos {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  margin-top: 28px;
}
.us-school-logos a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 68px;
  padding: 10px;
  background: var(--white);
  border: 1px solid rgba(23,31,52,.08);
  transition: transform .24s ease, border-color .24s ease, box-shadow .24s ease;
}
.us-school-logos a:hover,
.us-school-logos a:focus-visible {
  transform: translateY(-3px);
  border-color: rgba(74,38,132,.28);
  box-shadow: 0 12px 30px rgba(23,31,52,.09);
}
.us-school-logos img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 38px;
  object-fit: contain;
}
.us-local-support {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
  gap: clamp(34px, 6vw, 86px);
  align-items: center;
  padding: clamp(38px, 5vw, 64px);
  background: var(--navy);
  color: var(--white);
}
.us-local-support h3 {
  color: var(--white);
}
.us-local-support p {
  margin: 0;
  color: rgba(255,255,255,.8);
  font-size: 17px;
  line-height: 1.8;
}
.partner-evidence {
  background: #fff;
}
.evidence-layout {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 24px;
  align-items: stretch;
}
.evidence-feature {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  background: var(--navy);
  color: white;
}
.evidence-feature img,
.evidence-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.evidence-feature .campus-environment-image {
  object-position: 34% center;
}
.evidence-feature::after,
.evidence-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(9,27,45,.06), rgba(9,27,45,.76));
}
.evidence-feature div,
.evidence-card div {
  position: absolute;
  z-index: 1;
  left: 24px;
  right: 24px;
  bottom: 22px;
  color: white;
}
.evidence-feature span,
.evidence-card span {
  display: block;
  color: var(--gold);
  font-size: 13px;
  font-weight: 950;
  margin-bottom: 8px;
}
.evidence-feature h3,
.evidence-card h3 {
  margin: 0;
  font-size: 30px;
  line-height: 1.1;
}
.evidence-feature p,
.evidence-card p {
  margin: 10px 0 0;
  color: rgba(255,255,255,.84);
  line-height: 1.6;
}
.evidence-stack {
  display: grid;
  gap: 24px;
}
.evidence-card {
  position: relative;
  min-height: 248px;
  overflow: hidden;
  background: var(--navy);
}
.activity-hero {
  min-height: 640px;
  color: white;
  background:
    linear-gradient(90deg, rgba(9,27,45,.86), rgba(9,27,45,.42)),
    url("./assets/site-media/partners-activity-01.jpg") center / cover no-repeat;
}
.activity-hero .breadcrumb,
.activity-hero .lead {
  color: rgba(255,255,255,.82);
}
.activity-hero h1 {
  color: white;
  max-width: 920px;
}
.activity-hero .mini-index {
  background: rgba(255,255,255,.92);
}
.activity-principle {
  display: grid;
  grid-template-columns: minmax(280px, .8fr) minmax(0, 1.2fr);
  gap: 48px;
  align-items: start;
}
.activity-principle h2 {
  margin: 0;
  color: var(--navy);
  font-size: clamp(44px, 5vw, 72px);
  line-height: 1.05;
}
.activity-principle p {
  margin: 0;
  color: var(--text);
  font-size: 19px;
  line-height: 1.85;
}
.activity-story-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}
.activity-story-card {
  display: block;
  color: inherit;
  border: 1px solid var(--line);
  background: white;
  transition: transform .24s ease, box-shadow .24s ease;
}
.activity-story-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 44px rgba(16,42,67,.12);
}
.activity-story-card img {
  width: 100%;
  height: 270px;
  object-fit: cover;
  display: block;
}
.activity-story-card div {
  padding: 24px;
}
.activity-story-card span {
  display: block;
  margin-bottom: 8px;
  color: var(--gold);
  font-size: 13px;
  font-weight: 950;
  text-transform: uppercase;
}
.activity-story-card h3 {
  margin: 0 0 10px;
  color: var(--navy);
  font-size: 28px;
  line-height: 1.16;
}
.activity-story-card p {
  margin: 0;
  color: var(--text);
  font-size: 16px;
  line-height: 1.72;
}
.activity-news-grid {
  max-width: 1220px;
  margin: 0 auto;
}
.keep-word {
  white-space: nowrap;
}
.activity-timeline {
  position: relative;
  display: grid;
  gap: 34px;
  max-width: 1220px;
  margin: 0 auto;
}
.activity-timeline::before {
  content: "";
  position: absolute;
  left: 208px;
  top: 16px;
  bottom: 16px;
  width: 2px;
  background: linear-gradient(180deg, rgba(74,38,132,.08), rgba(74,38,132,.34), rgba(74,38,132,.08));
}
.activity-year {
  position: relative;
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr);
  gap: 40px;
  align-items: stretch;
}
.activity-year::before {
  content: "";
  position: absolute;
  left: 199px;
  top: 42px;
  z-index: 2;
  width: 18px;
  height: 18px;
  border: 4px solid #f7f8fc;
  border-radius: 999px;
  background: var(--gold);
  box-shadow: 0 0 0 1px rgba(74,38,132,.18), 0 12px 30px rgba(74,38,132,.2);
}
.activity-year-marker {
  position: relative;
  z-index: 1;
  align-self: start;
  padding: 28px 22px 22px 0;
  text-align: right;
}
.activity-year-marker strong {
  display: block;
  color: var(--brand);
  font-size: clamp(38px, 4vw, 56px);
  letter-spacing: 0;
  line-height: .9;
  white-space: nowrap;
}
.activity-year-marker em {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 58px;
  margin-top: 12px;
  padding: 7px 12px 8px;
  color: var(--white);
  background: var(--brand);
  font-size: 17px;
  font-style: normal;
  font-weight: 950;
  line-height: 1;
}
.activity-year-marker span {
  display: block;
  margin-top: 16px;
  margin-left: auto;
  color: var(--navy);
  max-width: 164px;
  font-size: 15px;
  font-weight: 950;
  line-height: 1.5;
}
.activity-year-card {
  display: grid;
  grid-template-columns: minmax(300px, .9fr) minmax(480px, 1.18fr);
  gap: 0;
  min-height: 372px;
  overflow: hidden;
  border: 1px solid var(--line);
  background: white;
  box-shadow: 0 22px 58px rgba(16,42,67,.08);
}
.activity-year-card > div:first-child {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(28px, 3vw, 42px);
  background:
    linear-gradient(135deg, rgba(74,38,132,.055), rgba(255,255,255,0) 42%),
    var(--white);
}
.activity-year-card h3 {
  margin: 0 0 12px;
  color: var(--navy);
  font-size: clamp(30px, 2.7vw, 42px);
  line-height: 1.08;
}
.activity-year-card p {
  margin: 0 0 16px;
  color: var(--text);
  font-size: 17px;
  line-height: 1.75;
}
.activity-year-events {
  display: grid;
  gap: 8px;
  margin: 20px 0 0;
}
.activity-year-events p {
  display: grid;
  grid-template-columns: 86px minmax(0, 1fr);
  column-gap: 12px;
  align-items: baseline;
  margin: 0;
  padding: 11px 12px;
  border-left: 0;
  background: #f4f1fb;
  color: var(--navy);
  font-size: 15px;
  font-weight: 850;
  line-height: 1.55;
}
.activity-year-events strong,
.activity-year-events time {
  display: inline-block;
  margin: 0;
  color: var(--brand);
  font-size: 13px;
  font-weight: 950;
  white-space: nowrap;
}
.activity-year-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 22px;
}
.activity-year-tags span {
  padding: 7px 10px;
  color: var(--brand);
  background: rgba(74,38,132,.08);
  font-size: 13px;
  font-weight: 900;
}
.activity-year-media {
  display: grid;
  grid-template-columns: 1.25fr .8fr;
  gap: 12px;
  min-height: 100%;
  padding: 18px;
  background: #eef2f6;
}
.activity-year-media img {
  width: 100%;
  height: 100%;
  min-height: 124px;
  object-fit: cover;
  display: block;
  background: var(--soft);
  box-shadow: 0 12px 28px rgba(16,42,67,.12);
}
.activity-year-media img:first-child {
  grid-row: span 2;
}
.activity-year:first-child .activity-year-media {
  grid-template-columns: 1fr 1fr;
  grid-template-rows: minmax(190px, 1.05fr) minmax(150px, .95fr);
}
.activity-year:first-child .activity-year-media img:first-child {
  grid-column: 1 / -1;
  grid-row: auto;
  object-position: center;
}

.activity-year-card.text-only {
  grid-template-columns: 1fr;
  min-height: 0;
}

.activity-year-card.media-single {
  grid-template-columns: minmax(440px, 1.15fr) minmax(320px, .85fr);
}

.activity-year-media.single {
  display: block;
  min-height: 100%;
  padding: 0;
}

.activity-year-media.single img,
.activity-year:first-child .activity-year-media.single img:first-child {
  width: 100%;
  height: 100%;
  min-height: 100%;
  grid-column: auto;
  grid-row: auto;
  object-fit: cover;
  object-position: center;
  box-shadow: none;
}

.activity-year-events p {
  grid-template-columns: 104px minmax(0, 1fr);
}

.activity-year-marker strong {
  overflow-wrap: normal;
}

.activity-year-marker strong.year-range {
  font-size: clamp(29px, 2.7vw, 38px);
}
.activity-log {
  display: grid;
  gap: 16px;
}
.activity-log-item {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 28px;
  padding: 24px 0;
  border-top: 1px solid var(--line);
}
.activity-log-item:last-child {
  border-bottom: 1px solid var(--line);
}
.activity-log-date strong {
  display: block;
  color: var(--brand);
  font-size: 34px;
  line-height: 1;
}
.activity-log-date span {
  display: block;
  margin-top: 8px;
  color: var(--gold);
  font-size: 13px;
  font-weight: 950;
}
.activity-log-copy h3 {
  margin: 0 0 8px;
  color: var(--navy);
  font-size: clamp(24px, 2.4vw, 34px);
  line-height: 1.15;
}
.activity-log-copy p {
  margin: 0;
  color: var(--text);
  font-size: 17px;
  line-height: 1.72;
}
.activity-mosaic {
  column-count: 4;
  column-gap: 22px;
  margin-top: 12px;
}
.activity-mosaic figure {
  display: inline-block;
  width: 100%;
  margin: 0 0 22px;
  break-inside: avoid;
  overflow: hidden;
  vertical-align: top;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--white);
  box-shadow: 0 10px 28px rgba(18, 43, 69, .07);
  transition: transform .24s ease, box-shadow .24s ease;
}
.activity-mosaic img {
  width: 100%;
  height: auto;
  display: block;
  background: var(--soft);
  transition: transform .4s ease;
}
.activity-mosaic figure:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 38px rgba(18, 43, 69, .13);
}
.activity-mosaic figure:hover img {
  transform: scale(1.018);
}
.activity-mosaic figcaption {
  display: grid;
  gap: 8px;
  padding: 14px 15px 16px;
  color: var(--navy);
  background: var(--white);
}
.activity-mosaic figcaption strong {
  font-size: 16px;
  line-height: 1.45;
}
.activity-mosaic figcaption span {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.4;
}
.activity-note-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}
.activity-note-grid article {
  min-height: 190px;
  padding: 24px;
  border-top: 5px solid var(--gold);
  background: white;
  box-shadow: 0 18px 48px rgba(16,42,67,.06);
}
.activity-note-grid h3 {
  margin: 0 0 10px;
  color: var(--navy);
  font-size: 24px;
}
.activity-note-grid p {
  margin: 0;
  color: var(--text);
  line-height: 1.72;
}
.boundary-notice {
  max-width: 980px;
  border-left: 6px solid var(--gold);
}

.partners-page .partners-hero {
  grid-template-columns: minmax(0, 1fr) 260px;
  gap: clamp(36px, 6vw, 86px);
}
.partners-page .partners-hero h1 {
  max-width: 820px;
  font-size: clamp(50px, 5.3vw, 66px);
  line-height: 1.08;
}
.partners-page .partners-hero .lead {
  max-width: 720px;
}
.partners-page .section-head h2,
.partners-page .partner-heading h2 {
  max-width: 860px;
  font-size: clamp(42px, 4.8vw, 56px);
  line-height: 1.12;
}
.partners-page .section-head p:not(.eyebrow) {
  max-width: 820px;
}
.partners-page .partner-detail-section,
.partners-page .partner-us-section {
  padding-top: clamp(50px, 6vw, 76px);
  padding-bottom: clamp(50px, 6vw, 76px);
}
.partners-page .partner-detail-section > .section-head {
  width: min(1180px, 100%);
  max-width: none;
  margin-right: auto;
  margin-left: auto;
}
.partners-page .partner-us-section > .section-head {
  width: min(1180px, 100%);
  max-width: none;
  margin-right: auto;
  margin-left: auto;
}
.faq-strip {
  display: grid;
  grid-template-columns: minmax(320px, .35fr) minmax(0, .65fr);
  gap: clamp(30px, 4vw, 58px);
  padding: clamp(54px, 6.5vw, 86px) clamp(18px, 3.6vw, 62px);
  background: #f7f8fc;
}
.faq-strip.final-faq {
  background: var(--navy);
  color: var(--white);
}
.faq-strip.final-faq .eyebrow,
.faq-strip.final-faq .text-link {
  color: var(--gold);
}
.faq-strip.final-faq .faq-lines {
  border-top-color: rgba(255,255,255,.16);
}
.faq-strip.final-faq .faq-lines article {
  border-bottom-color: rgba(255,255,255,.16);
}
.faq-strip.final-faq .faq-lines strong {
  color: var(--white);
}
.faq-strip.final-faq .faq-lines p {
  color: rgba(255,255,255,.78);
}
.faq-strip.final-faq .faq-intro p:not(.eyebrow) {
  max-width: var(--read-narrow);
  color: rgba(255,255,255,.72);
  font-size: 18px;
  line-height: 1.75;
}
.faq-lines {
  border-top: 1px solid var(--line);
}
.faq-lines article {
  padding: 17px 0;
  border-bottom: 1px solid var(--line);
}
.faq-lines strong {
  display: block;
  color: var(--navy);
  font-size: 24px;
}
.faq-lines p {
  margin: 8px 0 0;
  color: var(--text);
  font-size: 18px;
}
.faq-accordion {
  position: relative;
}
.faq-accordion button {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 34px;
  gap: 20px;
  align-items: center;
  width: 100%;
  padding: 4px 0;
  border: 0;
  background: transparent;
  color: var(--white);
  font: inherit;
  font-size: 23px;
  font-weight: 900;
  line-height: 1.35;
  text-align: left;
  cursor: pointer;
}
.faq-accordion button::after {
  content: "+";
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(255,255,255,.28);
  color: var(--gold);
  font-size: 24px;
  line-height: 1;
  transition: transform .2s ease, background .2s ease;
}
.faq-accordion.open button::after {
  content: "-";
  background: rgba(255,255,255,.08);
}
.faq-accordion p {
  display: none;
  max-width: var(--read-wide);
  padding-right: 54px;
}
.faq-accordion.open p {
  display: block;
}
.faq-accordion button:focus-visible {
  outline: 3px solid rgba(246, 185, 59, .45);
  outline-offset: 5px;
}
.consult-section {
  display: grid;
  grid-template-columns: minmax(0, .66fr) auto;
  gap: 34px;
  align-items: end;
  padding: clamp(72px, 8vw, 118px) clamp(22px, 5vw, 84px);
  background: var(--navy);
  color: var(--white);
}
.consult-section p {
  max-width: 760px;
  color: rgba(255,255,255,.78);
}
.consult-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.panel, .fact-card, .source-card, .faq-item {
  border: 1px solid var(--line);
  background: var(--white);
  padding: 28px;
}
.panel.dark { background: var(--navy); color: var(--white); border: 0; }
.panel.dark p { color: rgba(255,255,255,.78); }
.panel.brand { background: var(--brand); color: var(--white); border: 0; }
.panel.brand p { color: rgba(255,255,255,.82); }
.kicker { color: var(--muted); font-size: 13px; font-weight: 900; text-transform: uppercase; }
.panel h3 .big { display:block; color: var(--brand); font-size: 58px; line-height: .9; }
.fact-card span, .source-card span {
  display: block;
  margin-bottom: 18px;
  color: var(--gold);
  font-weight: 900;
}
.fact-card p, .source-card p, .panel p, .faq-item p { color: var(--text); }
.source-card a {
  color: var(--brand);
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 3px;
  overflow-wrap: anywhere;
  word-break: break-word;
}
.feature-panel {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
  gap: 28px;
  align-items: stretch;
}
.feature-copy {
  padding: clamp(28px, 4vw, 46px);
  background: var(--navy);
  color: var(--white);
}
.feature-copy p {
  color: rgba(255,255,255,.8);
}
.feature-photo {
  min-height: 420px;
  background: var(--soft) center / cover no-repeat;
}
.feature-photo.innovation {
  background-image:
    linear-gradient(0deg, rgba(16,42,67,.22), rgba(16,42,67,.02)),
    url("https://www.trine.edu/thunderous/images/Engineering%20Header%201.jpg");
}
.lab-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 22px;
}
.lab-list div {
  padding: 16px;
  border: 1px solid rgba(255,255,255,.18);
  background: rgba(255,255,255,.08);
}
.lab-list strong {
  display: block;
  margin-bottom: 6px;
  color: var(--white);
}
.lab-list span {
  color: rgba(255,255,255,.72);
  font-size: 14px;
}

.timeline { display: grid; gap: 12px; }
.timeline-row {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 18px;
  align-items: stretch;
}
.time-label {
  display: grid;
  place-items: center;
  padding: 16px;
  background: var(--brand);
  color: var(--white);
  font-weight: 900;
}
.time-body { padding: 20px; border: 1px solid var(--line); background: var(--white); }
.time-body p { margin: 0; color: var(--text); }

.notice {
  padding: 18px 20px;
  border-left: 5px solid var(--amber);
  background: #fff8e8;
  color: #5f4111;
}
.outcome-showcase {
  display: grid;
  grid-template-columns: 1.05fr .95fr .8fr;
  gap: 18px;
}
.outcome-card {
  min-height: 260px;
  padding: 30px;
  border: 1px solid var(--line);
  background: var(--white);
}
.outcome-card.primary {
  color: var(--white);
  background: var(--navy);
  border-color: var(--navy);
}
.outcome-card.salary {
  color: var(--white);
  background: var(--brand);
  border-color: var(--brand);
}
.outcome-card .metric {
  display: block;
  margin: 8px 0 14px;
  color: var(--gold);
  font-size: clamp(58px, 7vw, 104px);
  line-height: .9;
  font-weight: 950;
}
.outcome-card.salary .metric {
  color: var(--white);
}
.outcome-card h3 {
  color: inherit;
}
.outcome-card p {
  color: inherit;
}
.outcome-card.primary p,
.outcome-card.salary p {
  color: rgba(255,255,255,.82);
}
.outcome-card .source-link {
  display: inline-block;
  margin-top: 16px;
  color: inherit;
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 3px;
  overflow-wrap: anywhere;
}

@media (max-width: 1280px) and (min-width: 1081px) {
  .outcome-showcase {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .outcome-card {
    min-height: 320px;
  }
  .outcome-card:not(.primary):not(.salary) {
    grid-column: 1 / -1;
    min-height: auto;
    display: grid;
    grid-template-columns: minmax(180px, .35fr) minmax(0, .65fr);
    gap: 24px;
    align-items: start;
  }
  .outcome-card:not(.primary):not(.salary) h3 {
    margin: 0;
  }
  .outcome-card:not(.primary):not(.salary) p {
    margin: 0;
  }
  .outcome-card:not(.primary):not(.salary) .source-link {
    margin-top: 12px;
    margin-right: 18px;
  }
}
@media (min-width: 1081px) {
  .trine-page .outcome-showcase {
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
  }
  .trine-page .outcome-card {
    min-height: 0;
  }
  .trine-page .outcome-card:not(.primary):not(.salary) {
    grid-column: 1 / -1;
    min-height: 0;
    grid-template-columns: minmax(180px, .28fr) minmax(0, 1fr);
  }
}
.accreditation-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.accreditation-card {
  display: grid;
  grid-template-rows: 120px auto;
  border: 1px solid rgba(255,255,255,.18);
  background: rgba(255,255,255,.08);
}
.accreditation-logo {
  display: grid;
  place-items: center;
  padding: 18px;
  background: var(--white);
}
.accreditation-logo img {
  max-width: 180px;
  max-height: 84px;
  object-fit: contain;
}
.accreditation-logo.text-badge strong {
  display: block;
  color: var(--navy);
  font-size: 46px;
  line-height: .9;
}
.accreditation-logo.text-badge span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 900;
  text-align: center;
}
.accreditation-body {
  padding: 24px;
  color: var(--white);
}
.accreditation-body h3 {
  color: var(--white);
}
.accreditation-body p {
  color: rgba(255,255,255,.8);
}
.accreditation-body a {
  color: var(--white);
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.trust {
  padding: 18px 20px;
  border-left: 5px solid var(--green);
  background: #edf7f3;
  color: #244e44;
}

.pathway-page .page-hero {
  grid-template-columns: minmax(0, .88fr) minmax(520px, .82fr);
  gap: clamp(46px, 5vw, 80px);
  background:
    linear-gradient(120deg, rgba(247,248,252,.98) 0%, rgba(247,248,252,.9) 54%, rgba(236,238,248,.95) 100%);
}
.pathway-page .page-hero h1 {
  max-width: 680px;
}
.pathway-page .hero-visual {
  width: 100%;
  max-width: none;
  justify-self: stretch;
}
.pathway-page .pathway-board {
  min-height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.pathway-hero-card {
  position: relative;
  min-height: 560px;
  overflow: hidden;
  background: var(--navy);
  box-shadow: 0 28px 70px rgba(16,42,67,.18);
}
.pathway-hero-card > img {
  width: 100%;
  height: 100%;
  min-height: 560px;
  display: block;
  object-fit: cover;
  object-position: 54% center;
}
.pathway-hero-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(0deg, rgba(5,14,28,.86) 0%, rgba(5,14,28,.18) 58%),
    linear-gradient(90deg, rgba(5,14,28,.22), rgba(5,14,28,0));
  pointer-events: none;
}
.pathway-hero-card .pathway-board {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  z-index: 1;
  min-height: auto;
  padding: 26px;
  background: rgba(16,42,67,.92);
  backdrop-filter: blur(10px);
  box-shadow: none;
}
.pathway-hero-card .nodes {
  gap: 10px;
}
.pathway-hero-card .node {
  min-height: 92px;
  font-size: 14px;
}
.pathway-intro .section-head {
  max-width: 980px;
}
.priority-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
  background: var(--white);
}
.priority-grid article {
  min-height: 270px;
  padding: 30px 26px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.visual-priority {
  gap: 18px;
  border: 0;
  background: transparent;
}
.visual-priority .priority-card {
  position: relative;
  min-height: 470px;
  display: grid;
  grid-template-rows: minmax(110px, 1fr) 24px minmax(104px, auto) minmax(140px, auto);
  align-items: end;
  overflow: hidden;
  padding: 0;
  border: 0;
  background: var(--navy);
  color: var(--white);
}
.visual-priority .priority-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--soft) center / cover no-repeat;
  transform: scale(1.02);
}
.visual-priority .priority-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(5,14,28,.78) 0%, rgba(5,14,28,.38) 48%, rgba(5,14,28,.02) 100%);
}
.visual-priority .priority-card.priority-student::before { background-image: url("./assets/site-media/real-highschool-oc-program.webp"); }
.visual-priority .priority-card.priority-register::before { background-image: url("./assets/site-media/real-pathway-planning.webp"); }
.visual-priority .priority-card.priority-course::before { background-image: url("./assets/site-media/real-classroom-study.webp"); }
.visual-priority .priority-card.priority-us::before { background-image: url("./assets/hero-campus-wide-clean.jpg"); }
.visual-priority .priority-card > * {
  position: relative;
  z-index: 1;
  margin-left: 24px;
  margin-right: 24px;
}
.visual-priority .priority-card span {
  margin-bottom: 0;
  align-self: end;
}
.visual-priority .priority-card h3 {
  color: var(--white);
  min-height: 104px;
  margin: 0 24px;
  padding-top: 14px;
  align-self: start;
  font-size: clamp(24px, 1.65vw, 28px);
  line-height: 1.16;
}
.visual-priority .priority-card p {
  min-height: 140px;
  margin: 0 24px;
  padding: 8px 0 24px;
  align-self: start;
  color: rgba(255,255,255,.82);
  font-size: 16px;
  line-height: 1.68;
}
.priority-grid span,
.route-steps span {
  display: block;
  margin-bottom: 28px;
  color: var(--gold);
  font-size: 14px;
  font-weight: 950;
}
.priority-grid h3,
.route-steps h3 {
  color: var(--navy);
  font-size: 28px;
  line-height: 1.18;
}
.priority-grid p,
.route-steps p,
.fit-list p,
.context-list p,
.boundary-grid p {
  margin: 0;
  color: var(--text);
  line-height: 1.72;
}
.pathway-fit {
  display: grid;
  grid-template-columns: minmax(360px, .44fr) minmax(0, .56fr);
  gap: clamp(34px, 4.5vw, 70px);
  align-items: stretch;
}
.fit-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
}
.fit-photo {
  position: relative;
  overflow: hidden;
  background: var(--navy);
  min-height: 520px;
}
.fit-photo img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  display: block;
  object-fit: cover;
}
.fit-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(9, 26, 44, 0.08), rgba(9, 26, 44, 0.72));
}
.fit-photo-caption {
  position: absolute;
  left: clamp(24px, 4vw, 42px);
  right: clamp(24px, 4vw, 42px);
  bottom: clamp(24px, 4vw, 42px);
  z-index: 1;
  color: #fff;
}
.fit-photo-caption span {
  display: block;
  margin-bottom: 10px;
  color: var(--gold);
  font-weight: 900;
  font-size: 13px;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.fit-photo-caption strong {
  display: block;
  max-width: 460px;
  font-size: clamp(28px, 3.1vw, 44px);
  line-height: 1.08;
}
.fit-lead {
  margin: 0 0 26px;
  max-width: 720px;
  color: var(--text);
  font-size: 18px;
  line-height: 1.8;
}
.fit-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.fit-list article {
  min-height: 180px;
  padding: 24px;
  border: 1px solid var(--line);
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.fit-list span {
  color: var(--gold);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .04em;
}
.fit-list strong {
  color: var(--brand);
  font-size: clamp(20px, 1.4vw, 24px);
  line-height: 1.25;
  margin-top: 18px;
  margin-bottom: 10px;
}
.route-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  border: 0;
}
.route-steps article {
  min-height: 360px;
  padding: 0 0 28px;
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--white);
}
.route-steps article:nth-child(even) {
  background: var(--white);
}
.route-steps article::before {
  content: "";
  display: block;
  height: 170px;
  margin-bottom: 26px;
  background: var(--soft) center / cover no-repeat;
}
.route-steps article.route-evaluate::before { background-image: url("./assets/site-media/real-pathway-guidance.webp"); }
.route-steps article.route-register::before { background-image: url("./assets/trine-9kCwLfSvlF8-poster.jpg"); }
.route-steps article.route-study::before { background-image: url("./assets/site-media/real-classroom-study.webp"); }
.route-steps article.route-us::before { background-image: url("./assets/site-media/pathway-2plus2-campus-01.jpg"); }
.route-steps article > * {
  margin-left: 26px;
  margin-right: 26px;
}
.route-steps h3 {
  min-height: 64px;
  display: flex;
  align-items: flex-end;
}
.route-steps p {
  min-height: 104px;
}
.pathway-rules {
  display: grid;
  grid-template-columns: minmax(280px, .36fr) minmax(0, .64fr);
  gap: clamp(36px, 5vw, 72px);
  align-items: start;
}
.pathway-rules .eyebrow {
  color: var(--gold);
}
.pathway-rules h2 {
  color: var(--white);
}
.rules-heading {
  position: sticky;
  top: 110px;
}
.rules-table {
  border-top: 1px solid rgba(255,255,255,.22);
}
.rules-table article {
  display: grid;
  grid-template-columns: 160px minmax(0, 1fr);
  gap: 26px;
  padding: 25px 0;
  border-bottom: 1px solid rgba(255,255,255,.18);
}
.rules-table strong {
  color: var(--gold);
  font-size: 22px;
}
.rules-table p {
  margin: 0;
  color: rgba(255,255,255,.78);
  font-size: 17px;
  line-height: 1.75;
}
.pathway-outcome {
  display: grid;
  grid-template-columns: minmax(300px, .48fr) minmax(0, .52fr);
  gap: clamp(36px, 5vw, 72px);
  align-items: start;
}
.outcome-copy p:not(.eyebrow) {
  color: var(--text);
  font-size: 19px;
  line-height: 1.75;
}
.outcome-photo {
  width: 100%;
  aspect-ratio: 16 / 9;
  display: block;
  margin: 18px 0 24px;
  object-fit: cover;
}
.boundary-grid {
  display: grid;
  gap: 14px;
}
.boundary-grid article {
  padding: 26px 28px;
  border-left: 5px solid var(--brand);
  background: var(--soft);
}
.boundary-grid strong {
  display: block;
  margin-bottom: 8px;
  color: var(--navy);
  font-size: 23px;
}
.junior-outcome {
  align-items: center;
}
.junior-outcome .outcome-photo {
  aspect-ratio: 4 / 5;
  max-height: 620px;
  object-position: center top;
}
.junior-outcome .boundary-grid {
  gap: 0;
  border-top: 2px solid var(--navy);
}
.junior-outcome .boundary-grid article {
  display: grid;
  grid-template-columns: 56px minmax(180px, .42fr) minmax(0, .58fr);
  gap: 20px;
  align-items: start;
  padding: 28px 0;
  border-left: 0;
  border-bottom: 1px solid var(--line);
  background: transparent;
}
.junior-outcome .boundary-grid span {
  color: var(--gold);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .04em;
}
.junior-outcome .boundary-grid strong {
  margin: 0;
  color: var(--brand);
  font-size: 22px;
  line-height: 1.3;
}
.junior-outcome .boundary-grid p {
  line-height: 1.75;
}
.local-context {
  display: grid;
  grid-template-columns: minmax(300px, .42fr) minmax(0, .58fr);
  gap: clamp(36px, 5vw, 72px);
  align-items: start;
}
.context-list {
  display: grid;
  gap: 14px;
}
.context-list article {
  padding: 26px 28px;
  border: 1px solid var(--line);
  background: var(--white);
}
.context-list strong {
  display: block;
  margin-bottom: 8px;
  color: var(--brand);
  font-size: 22px;
}
.junior-partners {
  background: linear-gradient(180deg, #ffffff 0%, #f7f8fc 100%);
}
.junior-partners .section-head {
  max-width: 980px;
}
.junior-partners .section-head h2 {
  max-width: 920px;
  font-size: clamp(42px, 5vw, 68px);
}
.junior-partner-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 24px;
  width: 100%;
  max-width: none;
}
.junior-partner-grid article {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 36px;
  align-items: stretch;
  padding: 0;
  border: 1px solid var(--line);
  background: var(--white);
  box-shadow: 0 18px 46px rgba(16,42,67,.08);
}
.junior-partner-grid .junior-partner-photo-card {
  grid-template-columns: minmax(360px, .92fr) minmax(0, 1fr);
}
.junior-partner-photo {
  position: relative;
  min-height: 100%;
  margin: 0;
  overflow: hidden;
  background: var(--navy);
}
.junior-partner-photo img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
  display: block;
}
.junior-partner-photo figcaption {
  position: absolute;
  left: 18px;
  bottom: 16px;
  max-width: calc(100% - 36px);
  padding: 8px 10px;
  background: rgba(13,35,57,.78);
  color: rgba(255,255,255,.86);
  font-size: 12px;
  line-height: 1.35;
}
.junior-partner-logo {
  display: grid;
  place-items: center;
  min-height: 100%;
  padding: 34px;
  background: linear-gradient(135deg, #f7f8fc 0%, #eef1f7 100%);
  border-right: 1px solid var(--line);
}
.junior-partner-logo img {
  max-width: 100%;
  max-height: 142px;
  object-fit: contain;
}
.junior-partner-inline-logo {
  width: min(260px, 64%);
  max-height: 72px;
  margin: 0 0 24px;
  object-fit: contain;
  object-position: left center;
}
.junior-partner-card > div:last-child {
  display: grid;
  align-content: start;
  padding: 34px 38px 34px 0;
}
.junior-partner-photo-card > div:last-child {
  padding: 42px 44px;
}
.junior-partner-grid span {
  display: block;
  margin-bottom: 10px;
  color: var(--gold);
  font-size: 13px;
  font-weight: 950;
}
.junior-partner-grid h3 {
  margin-bottom: 14px;
  color: var(--navy);
  font-size: clamp(28px, 3vw, 38px);
  line-height: 1.08;
}
.junior-partner-grid p {
  margin: 0;
  color: var(--text);
  line-height: 1.72;
}
.partner-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 18px;
}
.junior-partner-grid .partner-facts span {
  margin: 0;
  padding: 7px 10px;
  background: #f4f1ff;
  color: var(--brand);
  font-size: 12px;
  font-weight: 950;
  line-height: 1;
}
.partner-coop {
  margin-top: 18px;
  padding: 16px 18px;
  border-left: 5px solid var(--gold);
  background: linear-gradient(90deg, #fff8e8 0%, #fffdf6 100%);
}
.partner-coop strong {
  display: block;
  margin-bottom: 8px;
  color: var(--navy);
  font-size: 19px;
}
.partner-coop p {
  color: #5f4111;
}
.junior-partner-card .source-link {
  display: inline-block;
  margin-top: 0;
  color: var(--brand);
  font-size: 15px;
  font-weight: 950;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.source-links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 18px;
}

.page-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, .7fr);
  gap: 40px;
  align-items: center;
  padding: clamp(58px, 7vw, 96px) clamp(22px, 5vw, 84px);
  background: var(--soft);
}
.page-hero.merged {
  align-items: end;
  padding-bottom: clamp(44px, 6vw, 78px);
}
.trine-hero {
  position: relative;
  overflow: hidden;
  min-height: min(880px, calc(100vh - 20px));
  align-items: center;
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(5,14,28,.62) 0%, rgba(5,14,28,.44) 42%, rgba(5,14,28,.16) 100%),
    url("./assets/trine-9kCwLfSvlF8-poster.jpg") center 42% / cover no-repeat,
    var(--navy);
}
.trine-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(5,14,28,.66) 0%, rgba(5,14,28,.48) 44%, rgba(5,14,28,.18) 100%),
    linear-gradient(0deg, rgba(5,14,28,.26), rgba(5,14,28,.04) 52%);
  pointer-events: none;
}
.trine-video-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  background: var(--navy);
}
.trine-video-bg video,
.trine-video-bg iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: max(100vw, 177.78vh);
  height: max(56.25vw, 100vh);
  transform: translate(-50%, -50%);
  border: 0;
  object-fit: cover;
  pointer-events: none;
}
.trine-hero > :not(.trine-video-bg) {
  position: relative;
  z-index: 2;
}
.trine-hero .breadcrumb,
.trine-hero .breadcrumb a,
.trine-hero .lead {
  color: rgba(255,255,255,.84);
}
.trine-hero .eyebrow {
  color: var(--gold);
}
.trine-hero h1 {
  color: var(--white);
  font-size: clamp(68px, 8vw, 118px);
}
.trine-hero-copy {
  max-width: 820px;
}
.trine-hero-link {
  display: inline-flex;
  align-items: center;
  margin-top: 22px;
  color: var(--white);
  font-size: 17px;
  font-weight: 950;
  text-decoration: underline;
  text-underline-offset: 5px;
}
.trine-auth-section {
  background: var(--white);
}
.trine-auth-layout {
  display: grid;
  grid-template-columns: minmax(0, .86fr) minmax(520px, 1fr);
  gap: clamp(30px, 5vw, 72px);
  align-items: stretch;
}
.trine-auth-main {
  padding: clamp(34px, 4vw, 58px);
  background: var(--navy);
  color: var(--white);
  border-top: 5px solid var(--gold);
}
.trine-auth-main h2 {
  margin-bottom: 18px;
  color: var(--white);
  font-size: clamp(40px, 4.6vw, 68px);
  line-height: 1.05;
}
.trine-auth-main h2 span {
  display: block;
}
.trine-auth-main h2 span:first-child {
  color: var(--gold);
  font-size: .48em;
  letter-spacing: .02em;
  text-transform: uppercase;
}
.trine-auth-main p {
  max-width: 720px;
  color: rgba(255,255,255,.82);
  font-size: 18px;
}
.trine-auth-main .btn {
  margin-top: 22px;
  border-color: rgba(255,255,255,.24);
}
.auth-support-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}
.auth-support-list span {
  padding: 8px 12px;
  color: rgba(255,255,255,.9);
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.14);
  font-size: 14px;
  font-weight: 900;
}
.trine-data-panel {
  padding: clamp(26px, 3vw, 38px);
  background: #f7f8fc;
  border: 1px solid var(--line);
}
.trine-data-head {
  margin-bottom: 22px;
}
.trine-data-head h2 {
  color: var(--navy);
  font-size: clamp(30px, 3vw, 44px);
  line-height: 1.08;
}
.trine-data-head p:not(.eyebrow) {
  margin-top: 10px;
  color: var(--text);
  font-size: 16px;
}
.trine-data-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
.trine-data-grid article {
  min-height: 138px;
  padding: 22px;
  background: var(--white);
  border: 1px solid var(--line);
}
.trine-data-grid span {
  display: block;
  margin-bottom: 8px;
  color: var(--gold);
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1;
  font-weight: 950;
}
.trine-data-grid h3 {
  margin-bottom: 6px;
  color: var(--navy);
  font-size: 20px;
}
.trine-data-grid p {
  margin: 0;
  color: var(--text);
  font-size: 14px;
}
.trine-data-link {
  display: inline-flex;
  margin-top: 18px;
  color: var(--brand);
  font-weight: 950;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.trine-difference {
  padding-top: clamp(54px, 6vw, 86px);
}
.section-head.compact {
  max-width: 1020px;
  margin-bottom: 28px;
}
.image-grid.compact .photo-card {
  min-height: 280px;
}
.trine-page .section {
  padding-top: clamp(50px, 5vw, 82px);
  padding-bottom: clamp(50px, 5vw, 82px);
}
.trine-page .section + .section {
  padding-top: clamp(38px, 4vw, 64px);
}
.trine-page .section-head {
  max-width: 1040px;
  margin-bottom: 26px;
}
.trine-page .section-head h2 {
  font-size: clamp(34px, 3.4vw, 48px);
  line-height: 1.08;
}
.trine-page .section-head p:not(.eyebrow) {
  max-width: 920px;
  font-size: 17px;
}
.trine-page .outcome-showcase {
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
  gap: 0;
  border: 1px solid var(--line);
  background: var(--white);
}
.trine-page .outcome-card {
  min-height: 0;
  padding: 28px;
  border: 0;
  border-right: 1px solid var(--line);
}
.trine-page .outcome-card:last-child {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(180px, .28fr) minmax(0, 1fr);
  gap: 24px;
  border-top: 1px solid var(--line);
  border-right: 0;
}
.trine-page .outcome-card.primary,
.trine-page .outcome-card.salary {
  background: var(--white);
  color: var(--navy);
}
.trine-page .outcome-card.primary p,
.trine-page .outcome-card.salary p,
.trine-page .outcome-card p {
  color: var(--text);
}
.trine-page .outcome-card .metric {
  margin: 4px 0 12px;
  font-size: clamp(44px, 5vw, 76px);
}
.trine-page .outcome-card.salary .metric {
  color: var(--brand);
}
.trine-page .major-card {
  min-height: 0;
  grid-template-rows: minmax(220px, auto) 96px;
}
.trine-page .major-card h3 {
  min-height: 0;
}
.trine-hero .hero-fact-row article {
  background: rgba(5,14,28,.42);
  border-color: rgba(255,255,255,.22);
  backdrop-filter: blur(12px);
}
.trine-hero .hero-fact-row h3,
.trine-hero .hero-fact-row p {
  color: rgba(255,255,255,.9);
}
.trine-auth-card {
  align-self: end;
  max-width: 430px;
  padding: clamp(28px, 3.4vw, 42px);
  background: rgba(5,14,28,.54);
  border: 1px solid rgba(255,255,255,.18);
  border-top: 5px solid var(--gold);
  box-shadow: 0 26px 72px rgba(5,14,28,.34);
  color: var(--white);
  backdrop-filter: blur(14px);
}
.trine-auth-card span {
  display: block;
  margin-bottom: 12px;
  color: var(--gold);
  font-weight: 950;
}
.trine-auth-card h2 {
  margin-bottom: 16px;
  color: var(--white);
  font-size: clamp(34px, 3.4vw, 48px);
  line-height: 1.04;
}
.trine-auth-card p {
  color: rgba(255,255,255,.84);
  font-size: 18px;
}
.trine-auth-card a {
  display: inline-block;
  margin-top: 14px;
  color: var(--white);
  font-weight: 950;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.hero-fact-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 34px;
}
.hero-fact-row article {
  padding: 18px;
  background: var(--white);
  border: 1px solid var(--line);
}
.hero-fact-row span {
  display: block;
  margin-bottom: 8px;
  color: var(--gold);
  font-weight: 900;
}
.hero-fact-row h3 {
  margin-bottom: 6px;
  font-size: 20px;
}
.hero-fact-row p {
  margin: 0;
  color: var(--text);
  font-size: 14px;
}
.trine-photo {
  min-height: 360px;
  background:
    linear-gradient(0deg, rgba(16,42,67,.36), rgba(16,42,67,.06)),
    url("https://www.trine.edu/images/headers/2017-pretty-campus-sponsel.jpg") center / cover no-repeat;
  border: 1px solid var(--line);
}
.authorization-section {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(320px, .72fr);
  gap: clamp(28px, 4vw, 54px);
  align-items: stretch;
  background: var(--white);
}
.authorization-copy {
  max-width: 760px;
}
.authorization-copy > p:not(.eyebrow) {
  color: var(--text);
  font-size: 20px;
  line-height: 1.75;
}
.authorization-preview {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 320px;
  padding: 32px;
  overflow: hidden;
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(74,72,152,.94), rgba(16,42,67,.96)),
    var(--brand);
}
.authorization-preview::before {
  content: "";
  position: absolute;
  inset: 24px;
  border: 1px solid rgba(255,255,255,.32);
}
.authorization-preview::after {
  content: "AUTHORIZED";
  position: absolute;
  right: -18px;
  bottom: 28px;
  color: rgba(255,255,255,.08);
  font-size: 58px;
  font-weight: 950;
  letter-spacing: 0;
}
.authorization-preview div {
  position: relative;
  z-index: 1;
  max-width: 280px;
}
.authorization-preview span {
  display: inline-block;
  margin-bottom: 24px;
  color: var(--gold);
  font-weight: 950;
}
.authorization-preview strong {
  display: block;
  color: var(--white);
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1.02;
}
.authorization-preview p {
  margin: 20px 0 0;
  color: rgba(255,255,255,.76);
}
.authorization-document {
  padding: 18px;
  background: #eef2f7;
  border: 1px solid var(--line);
  color: var(--navy);
}
.authorization-document::before,
.authorization-document::after {
  display: none;
}
.authorization-document img {
  position: relative;
  z-index: 1;
  width: 100%;
  max-height: 520px;
  object-fit: contain;
  object-position: top center;
  background: var(--white);
  box-shadow: 0 20px 52px rgba(16,42,67,.18);
}
.authorization-document a {
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-top: 14px;
  color: var(--brand);
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.authorization-summary {
  background:
    linear-gradient(135deg, rgba(74,72,152,.94), rgba(16,42,67,.96)),
    var(--brand);
}
.authorization-summary::before {
  display: block;
}
.authorization-summary::after {
  display: block;
}
.authorization-summary a {
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-top: 22px;
  color: var(--gold);
  font-weight: 950;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.page-hero h1 { font-size: clamp(46px, 6.2vw, 82px); }
.breadcrumb { margin-bottom: 22px; color: var(--muted); font-size: 14px; font-weight: 800; }
.breadcrumb a { color: var(--brand); }
.mini-index { padding: 24px; background: var(--white); border: 1px solid var(--line); }
.mini-index a { display: block; padding: 10px 0; color: var(--text); border-bottom: 1px solid var(--line); font-weight: 800; }
.mini-index a:last-child { border-bottom: 0; }
.page-hero.activity-hero {
  color: white;
  background:
    linear-gradient(90deg, rgba(9,27,45,.88), rgba(9,27,45,.46)),
    url("./assets/site-media/partners-activity-01.jpg") center / cover no-repeat;
}
.page-hero.activity-hero .breadcrumb,
.page-hero.activity-hero .lead {
  color: rgba(255,255,255,.84);
}
.page-hero.activity-hero h1 {
  color: white;
  font-size: clamp(50px, 5vw, 68px);
}
@media (min-width: 1081px) {
  .page-hero.activity-hero {
    grid-template-columns: minmax(0, 1.25fr) minmax(300px, .55fr);
  }
}

.faq-page .faq-hero h1 {
  font-size: clamp(62px, 6vw, 86px);
}
.faq-main-section {
  padding-top: clamp(76px, 8vw, 120px);
  padding-bottom: clamp(76px, 8vw, 120px);
  background: #fff;
}
.faq-page .faq-layout {
  display: grid;
  grid-template-columns: 250px minmax(0, 900px);
  gap: clamp(48px, 6vw, 92px);
  align-items: start;
  justify-content: center;
}
.faq-page .faq-nav {
  position: sticky;
  top: 104px;
  padding: 0;
  border: 0;
  border-top: 2px solid var(--navy);
  background: transparent;
}
.faq-page .faq-nav a {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  padding: 17px 0;
  border-bottom: 1px solid var(--line);
  color: var(--navy);
}
.faq-page .faq-nav a:hover {
  color: var(--brand);
}
.faq-page .faq-nav span {
  color: var(--gold);
  font-size: 12px;
  font-weight: 950;
}
.faq-page .faq-nav strong {
  font-size: 16px;
  line-height: 1.35;
}
.faq-page .faq-content {
  min-width: 0;
}
.faq-page .faq-group {
  scroll-margin-top: 100px;
  margin: 0 0 clamp(66px, 7vw, 96px);
}
.faq-page .faq-group:last-child {
  margin-bottom: 0;
}
.faq-group-title {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  gap: 20px;
  align-items: start;
  margin-bottom: 24px;
}
.faq-group-title > span {
  padding-top: 5px;
  color: var(--brand);
  font-size: 34px;
  font-weight: 950;
  line-height: 1;
}
.faq-group-title .eyebrow {
  margin-bottom: 8px;
}
.faq-group-title h2 {
  margin: 0;
  color: var(--navy);
  font-size: clamp(38px, 4vw, 56px);
  line-height: 1.08;
}
.faq-page .faq-item {
  margin: 0;
  padding: 0;
  border: 0;
  border-top: 1px solid var(--line);
  background: transparent;
}
.faq-page .faq-item:last-child {
  border-bottom: 1px solid var(--line);
}
.faq-page .faq-item summary {
  padding: 24px 4px;
  color: var(--navy);
  font-size: clamp(20px, 1.8vw, 25px);
  font-weight: 900;
  line-height: 1.4;
  cursor: pointer;
}
.faq-page .faq-item summary::marker {
  color: var(--gold);
  font-size: .72em;
}
.faq-page .faq-item[open] summary {
  color: var(--brand);
}
.faq-page .faq-answer {
  max-width: 780px;
  padding: 0 20px 28px 22px;
}
.faq-page .faq-answer p {
  margin: 0;
  color: var(--text);
  font-size: 18px;
  line-height: 1.85;
}
.faq-page .faq-answer a {
  display: inline-block;
  margin-top: 14px;
  color: var(--brand);
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 4px;
}
@media (min-width: 1081px) {
  .faq-page .faq-hero {
    grid-template-columns: minmax(0, 1.2fr) minmax(300px, .55fr);
  }
  .faq-strip.final-faq {
    min-height: calc(100vh - 77px);
    min-height: calc(100svh - 77px);
    align-content: center;
    align-items: start;
    padding-top: clamp(88px, 9vh, 116px);
    padding-bottom: clamp(88px, 9vh, 116px);
  }
  .faq-strip.final-faq .faq-intro h2 {
    font-size: clamp(48px, 4vw, 58px);
    line-height: 1.08;
  }
  .faq-strip.final-faq .faq-lines article {
    padding-top: 21px;
    padding-bottom: 21px;
  }
  .faq-strip.final-faq .faq-accordion button {
    font-size: 25px;
  }
}
@media (max-width: 1080px) {
  .faq-page .faq-layout {
    grid-template-columns: 1fr;
    gap: 46px;
  }
  .faq-page .faq-nav {
    position: static;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .faq-page .faq-nav a {
    grid-template-columns: 1fr;
    gap: 4px;
    padding: 14px 12px;
    border-right: 1px solid var(--line);
  }
}
@media (max-width: 640px) {
  .faq-page .faq-nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .faq-group-title {
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 12px;
  }
  .faq-page .faq-answer {
    padding-right: 4px;
  }
}

@media (max-width: 700px) {
  .fit-photo,
  .fit-photo img {
    min-height: 360px;
  }
  .fit-list {
    grid-template-columns: 1fr;
  }
  .fit-list article {
    min-height: 0;
  }
}

.footer {
  display: grid;
  grid-template-columns: minmax(320px, 1.35fr) repeat(3, minmax(150px, .72fr));
  column-gap: clamp(24px, 3.4vw, 48px);
  row-gap: 22px;
  padding: 46px clamp(18px, 3.6vw, 62px) 20px;
  background: #0b1d30;
  color: rgba(255,255,255,.78);
}
.footer strong { display:block; color: var(--white); margin-bottom: 14px; font-size: 16px; }
.footer p {
  margin: 0 0 8px;
  max-width: 360px;
  color: rgba(255,255,255,.72);
  font-size: 14px;
  line-height: 1.65;
}
.footer a { display:block; margin: 8px 0; color: rgba(255,255,255,.78); }
.footer a:hover { color: var(--white); }
.footer-address {
  display: inline-flex !important;
  align-items: center;
  gap: 9px;
  width: fit-content;
  max-width: 320px;
  margin-top: 18px;
  line-height: 20px;
  white-space: nowrap;
}
.footer-address svg {
  flex: 0 0 auto;
  display: block;
  width: 17px;
  height: 17px;
  color: var(--gold);
  transform: translateY(2px);
}
.footer-address span {
  display: block;
  line-height: 20px;
}
.footer-brand img {
  width: 138px;
  height: auto;
  margin-bottom: 18px;
  object-fit: contain;
  object-position: left center;
}
.social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
}
.social-links a {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  margin: 0;
  padding: 0;
  border: 0;
  color: var(--white);
  transition: opacity .2s ease, transform .2s ease;
}
.social-links a:hover {
  background: transparent;
  opacity: .82;
  transform: translateY(-2px);
}
.social-links svg,
.social-links img {
  display: block;
  width: 100%;
  height: 100%;
}
.footer-bottom {
  grid-column: 1 / -1;
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding-top: 18px;
  margin-top: 0;
  border-top: 1px solid rgba(255,255,255,.16);
  color: rgba(255,255,255,.58);
  font-size: 13px;
  line-height: 1.5;
}

/* Homepage motion system */
@media (prefers-reduced-motion: no-preference) {
  .motion-ready .hero-motion-item {
    opacity: 0;
    transform: translateY(24px);
    transition:
      opacity 720ms cubic-bezier(.22, 1, .36, 1),
      transform 720ms cubic-bezier(.22, 1, .36, 1);
    transition-delay: calc(120ms + var(--hero-order, 0) * 150ms);
  }

  .motion-ready .hero.is-motion-visible .hero-motion-item {
    opacity: 1;
    transform: translateY(0);
  }

  .motion-ready .pathway-board .node {
    opacity: 0;
    transform: translateX(-10px);
    transition:
      opacity 420ms cubic-bezier(.22, 1, .36, 1),
      transform 420ms cubic-bezier(.22, 1, .36, 1);
  }

  .motion-ready .hero.is-motion-visible .pathway-board .node {
    opacity: 1;
    transform: translateX(0);
  }

  .motion-ready .hero.is-motion-visible .pathway-board .track:nth-child(2) .node:nth-child(1) { transition-delay: 470ms; }
  .motion-ready .hero.is-motion-visible .pathway-board .track:nth-child(2) .node:nth-child(2) { transition-delay: 540ms; }
  .motion-ready .hero.is-motion-visible .pathway-board .track:nth-child(2) .node:nth-child(3) { transition-delay: 610ms; }
  .motion-ready .hero.is-motion-visible .pathway-board .track:nth-child(2) .node:nth-child(4) { transition-delay: 680ms; }
  .motion-ready .hero.is-motion-visible .pathway-board .track:nth-child(3) .node:nth-child(1) { transition-delay: 590ms; }
  .motion-ready .hero.is-motion-visible .pathway-board .track:nth-child(3) .node:nth-child(2) { transition-delay: 660ms; }
  .motion-ready .hero.is-motion-visible .pathway-board .track:nth-child(3) .node:nth-child(3) { transition-delay: 730ms; }
  .motion-ready .hero.is-motion-visible .pathway-board .track:nth-child(3) .node:nth-child(4) { transition-delay: 800ms; }
  .motion-ready .hero.is-motion-visible .pathway-board .track:nth-child(3) .node:nth-child(5) { transition-delay: 870ms; }

  .motion-ready .motion-reveal {
    opacity: 0;
    transform: translateY(22px);
    transition:
      opacity 560ms cubic-bezier(.22, 1, .36, 1),
      transform 560ms cubic-bezier(.22, 1, .36, 1);
    transition-delay: min(calc(var(--motion-order, 0) * 55ms), 260ms);
    will-change: opacity, transform;
  }

  .motion-ready .motion-reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
  }

  .motion-ready .proof-media.motion-reveal {
    transform: translateX(-28px);
  }

  .motion-ready .proof-media.motion-reveal.is-visible {
    transform: translateX(0);
  }

  .motion-ready .ecosystem-column.domestic.motion-reveal {
    transform: translateX(-24px);
  }

  .motion-ready .ecosystem-column.international.motion-reveal {
    transform: translateX(24px);
  }

  .motion-ready .ecosystem-column.motion-reveal.is-visible {
    transform: translateX(0);
  }

  .motion-ready .ecosystem-map::before,
  .motion-ready .ecosystem-map::after {
    transform: scaleX(0);
    transition: transform 760ms cubic-bezier(.22, 1, .36, 1) 260ms;
  }

  .motion-ready .ecosystem-map:has(.ecosystem-core.is-visible)::before,
  .motion-ready .ecosystem-map:has(.ecosystem-core.is-visible)::after {
    transform: scaleX(1);
  }

  .motion-ready .ecosystem-map::before { transform-origin: right center; }
  .motion-ready .ecosystem-map::after { transform-origin: left center; }

  .motion-ready .motion-count {
    display: inline-block;
    min-width: 5ch;
    font-variant-numeric: tabular-nums;
  }

  .motion-ready .faq-accordion p {
    display: block;
    max-height: 0;
    margin-top: 0;
    overflow: hidden;
    opacity: 0;
    transform: translateY(-8px);
    transition:
      max-height 420ms cubic-bezier(.22, 1, .36, 1),
      margin-top 420ms cubic-bezier(.22, 1, .36, 1),
      opacity 260ms ease,
      transform 420ms cubic-bezier(.22, 1, .36, 1);
  }

  .motion-ready .faq-accordion.open p {
    max-height: 360px;
    margin-top: 8px;
    opacity: 1;
    transform: translateY(0);
  }

  .motion-ready .faq-accordion button::after {
    transition: transform 260ms ease, background 200ms ease;
  }

  .motion-ready .faq-accordion.open button::after {
    transform: rotate(180deg);
  }
}

/* 2+2 priority grid: content converges around the central cross. */
body.pathway-page .cross-priority {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

body.pathway-page .cross-priority > .priority-card {
  position: relative;
  min-height: 340px;
  padding: 0;
  overflow: hidden;
}

body.pathway-page .cross-priority > .priority-card > span {
  position: absolute;
  z-index: 2;
  width: 80px;
  margin: 0;
  color: var(--gold);
  font-size: 66px;
  font-weight: 900;
  line-height: .9;
  font-variant-numeric: tabular-nums;
  opacity: .58;
}

body.pathway-page .cross-priority .priority-copy {
  position: absolute;
  z-index: 3;
  width: min(390px, calc(100% - 120px));
}

body.pathway-page .cross-priority .priority-copy h3 {
  min-height: 0;
  margin: 0;
  padding: 0;
  color: var(--white);
  font-size: clamp(23px, 2vw, 31px);
  line-height: 1.15;
  text-shadow: 0 2px 18px rgba(0,0,0,.42);
}

body.pathway-page .cross-priority .priority-copy p {
  min-height: 0;
  margin: 10px 0 0;
  padding: 0;
  color: rgba(255,255,255,.9);
  font-size: 16px;
  line-height: 1.65;
  text-shadow: 0 2px 14px rgba(0,0,0,.55);
}

body.pathway-page .cross-priority > .priority-card:nth-child(1)::after,
body.pathway-page .cross-priority > .priority-card:nth-child(2)::after {
  background: linear-gradient(0deg, rgba(5,14,28,.9) 0%, rgba(5,14,28,.55) 44%, rgba(5,14,28,.05) 82%);
}

body.pathway-page .cross-priority > .priority-card:nth-child(3)::after,
body.pathway-page .cross-priority > .priority-card:nth-child(4)::after {
  background: linear-gradient(180deg, rgba(5,14,28,.9) 0%, rgba(5,14,28,.55) 44%, rgba(5,14,28,.05) 82%);
}

body.pathway-page .cross-priority > .priority-card:nth-child(1) > span,
body.pathway-page .cross-priority > .priority-card:nth-child(3) > span {
  right: 10px;
  text-align: right;
}

body.pathway-page .cross-priority > .priority-card:nth-child(2) > span,
body.pathway-page .cross-priority > .priority-card:nth-child(4) > span {
  left: 10px;
  text-align: left;
}

body.pathway-page .cross-priority > .priority-card:nth-child(1) > span,
body.pathway-page .cross-priority > .priority-card:nth-child(2) > span {
  bottom: 22px;
}

body.pathway-page .cross-priority > .priority-card:nth-child(3) > span,
body.pathway-page .cross-priority > .priority-card:nth-child(4) > span {
  top: 22px;
}

body.pathway-page .cross-priority > .priority-card:nth-child(1) .priority-copy,
body.pathway-page .cross-priority > .priority-card:nth-child(3) .priority-copy {
  right: 110px;
  text-align: right;
}

body.pathway-page .cross-priority > .priority-card:nth-child(2) .priority-copy,
body.pathway-page .cross-priority > .priority-card:nth-child(4) .priority-copy {
  left: 110px;
  text-align: left;
}

body.pathway-page .cross-priority > .priority-card:nth-child(1) .priority-copy,
body.pathway-page .cross-priority > .priority-card:nth-child(2) .priority-copy {
  bottom: 22px;
}

body.pathway-page .cross-priority > .priority-card:nth-child(3) .priority-copy,
body.pathway-page .cross-priority > .priority-card:nth-child(4) .priority-copy {
  top: 22px;
}

@media (max-width: 760px) {
  body.pathway-page .cross-priority {
    grid-template-columns: 1fr;
  }

  body.pathway-page .cross-priority > .priority-card {
    min-height: 420px;
    padding: 26px 24px;
  }

  body.pathway-page .cross-priority > .priority-card > span,
  body.pathway-page .cross-priority > .priority-card:nth-child(n) > span {
    position: relative;
    inset: auto;
    display: block;
    width: auto;
    margin: auto 0 12px;
    text-align: left;
    font-size: 38px;
  }

  body.pathway-page .cross-priority .priority-copy,
  body.pathway-page .cross-priority > .priority-card:nth-child(n) .priority-copy {
    position: relative;
    inset: auto;
    width: 100%;
    text-align: left;
  }

  body.pathway-page .cross-priority > .priority-card:nth-child(n)::after {
    background: linear-gradient(0deg, rgba(5,14,28,.88) 0%, rgba(5,14,28,.42) 58%, rgba(5,14,28,.05) 100%);
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}

/* Pathway pages: dedicated layout for narrow desktop browser windows. */
@media (min-width: 761px) and (max-width: 1080px) {
  body.pathway-page .pathway-hero {
    position: relative;
    display: block;
    height: calc(100svh - 124px);
    min-height: 700px;
    max-height: 850px;
    padding: 0 !important;
    overflow: hidden;
    color: var(--white);
    background: var(--navy);
  }
  body.pathway-page .pathway-hero > div:first-child {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 54px clamp(42px, 7vw, 72px) 230px;
  }
  body.pathway-page .pathway-hero .breadcrumb,
  body.pathway-page .pathway-hero .breadcrumb a,
  body.pathway-page .pathway-hero .lead {
    color: rgba(255,255,255,.88);
  }
  body.pathway-page .pathway-hero h1,
  body.pathway-page .pathway-hero-junior h1 {
    max-width: 720px;
    margin-bottom: 20px;
    color: var(--white);
    font-size: clamp(52px, 7vw, 66px);
    line-height: 1.04;
    overflow-wrap: normal;
  }
  body.pathway-page .pathway-hero .lead {
    max-width: 650px;
    margin-bottom: 0;
    font-size: 18px;
    line-height: 1.7;
  }
  body.pathway-page .pathway-hero .hero-actions {
    margin-top: 22px;
  }
  body.pathway-page .pathway-hero .hero-actions .btn.secondary {
    color: var(--white);
    border-color: rgba(255,255,255,.62);
    background: rgba(7,23,40,.16);
  }
  body.pathway-page .pathway-hero .hero-visual {
    position: absolute;
    inset: 0;
    z-index: 0;
    display: block;
    width: 100%;
    max-width: none;
  }
  body.pathway-page .pathway-hero-card {
    width: 100%;
    height: 100%;
    min-height: 0;
    box-shadow: none;
  }
  body.pathway-page .pathway-hero-card > img {
    width: 100%;
    height: 100%;
    min-height: 0;
    object-fit: cover;
  }
  body.pathway-page .pathway-hero-senior .pathway-hero-card > img,
  body.pathway-page .pathway-hero-junior .pathway-hero-card > img {
    object-position: 58% center;
  }
  body.pathway-page .pathway-hero-card::after {
    background:
      linear-gradient(90deg, rgba(7,23,40,.94) 0%, rgba(7,23,40,.76) 48%, rgba(7,23,40,.24) 82%, rgba(7,23,40,.12) 100%),
      linear-gradient(0deg, rgba(7,23,40,.92) 0%, rgba(7,23,40,.12) 62%);
  }
  body.pathway-page .pathway-hero-card .pathway-board {
    left: clamp(42px, 7vw, 72px);
    right: clamp(42px, 7vw, 72px);
    bottom: 26px;
    display: grid;
    grid-template-columns: 140px minmax(0, 1fr);
    align-items: stretch;
    min-height: 132px;
    padding: 0;
    overflow: hidden;
    background: rgba(7,23,40,.72);
    border-top: 1px solid rgba(255,255,255,.28);
    border-bottom: 1px solid rgba(255,255,255,.28);
    backdrop-filter: blur(12px);
  }
  body.pathway-page .pathway-hero-card .board-header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px;
    border-right: 1px solid rgba(255,255,255,.22);
  }
  body.pathway-page .pathway-hero-card .board-header strong {
    font-size: 40px;
    line-height: 1;
  }
  body.pathway-page .pathway-hero-card .board-header span {
    margin-top: 9px;
    font-size: 12px;
  }
  body.pathway-page .pathway-hero-card .nodes,
  body.pathway-page .pathway-hero-card .nodes.five {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
  }
  body.pathway-page .pathway-hero-junior .pathway-hero-card .nodes.five {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  body.pathway-page .pathway-hero-card .node {
    min-height: 132px;
    padding: 14px 10px;
    border: 0;
    border-right: 1px solid rgba(255,255,255,.18);
    background: transparent;
    font-size: 13px;
    line-height: 1.35;
    text-align: center;
  }
  body.pathway-page .pathway-hero-card .node:last-child { border-right: 0; }

  body.pathway-page .priority-grid,
  body.pathway-page .route-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  body.pathway-page .priority-grid.visual-priority > article.priority-card {
    min-height: 360px;
  }
  body.pathway-page .pathway-fit,
  body.pathway-page .pathway-rules,
  body.pathway-page .pathway-outcome {
    gap: clamp(42px, 6vw, 68px);
  }
  body.pathway-page .fit-photo {
    max-width: 600px;
    min-height: 460px;
  }
  body.pathway-page .fit-photo img {
    min-height: 460px;
  }
  body.pathway-page .fit-list {
    grid-template-columns: 1fr;
  }
  body.pathway-page .fit-list article {
    min-height: 0;
  }
  body.pathway-page .junior-partner-grid article,
  body.pathway-page .junior-partner-grid .junior-partner-photo-card {
    grid-template-columns: 1fr;
    gap: 0;
  }
  body.pathway-page .junior-partner-photo img {
    height: 390px;
    min-height: 390px;
  }
  body.pathway-page .junior-partner-logo {
    min-height: 230px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
  body.pathway-page .junior-partner-card > div:last-child,
  body.pathway-page .junior-partner-photo-card > div:last-child {
    padding: 34px 38px 38px;
  }
}

/* OC project videos */
.oc-video-section {
  display: grid;
  grid-template-columns: minmax(260px, .72fr) minmax(0, 1.7fr);
  gap: clamp(46px, 7vw, 110px);
  padding: clamp(96px, 10vw, 150px) max(6vw, calc((100vw - 1280px) / 2));
  color: #102a43;
  background: linear-gradient(180deg, #fff 0%, #f5f7fb 100%);
}
.oc-video-heading { align-self: start; position: sticky; top: 110px; }
.oc-video-heading h2 {
  margin: 14px 0 24px;
  color: #101827;
  font-size: clamp(42px, 4.4vw, 68px);
  line-height: 1.04;
}
.oc-video-heading > p:last-child { max-width: 470px; margin: 0; color: #3d5871; font-size: 18px; line-height: 1.8; }
.oc-video-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; align-items: stretch; }
.oc-video-subhead {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(240px, .55fr) minmax(0, 1fr);
  gap: clamp(22px, 4vw, 54px);
  align-items: end;
  margin-top: clamp(18px, 3vw, 36px);
  padding: clamp(28px, 4vw, 48px) 0 8px;
  border-top: 1px solid #d9e2ec;
}
.oc-video-subhead .eyebrow {
  grid-column: 1 / -1;
  margin: 0;
  color: #d4aa45;
}
.oc-video-subhead h3 {
  margin: 0;
  color: #102a43;
  font-size: clamp(32px, 3.6vw, 52px);
  line-height: 1.06;
}
.oc-video-subhead p:not(.eyebrow) {
  margin: 0;
  color: #3d5871;
  font-size: 17px;
  line-height: 1.78;
}
.oc-partner-strip {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(330px, 420px) minmax(0, 1fr);
  align-items: center;
  gap: clamp(26px, 4vw, 56px);
  padding: 26px 32px;
  background: #fff;
  border: 1px solid #d9e2ec;
  box-shadow: 0 18px 55px rgba(16, 42, 67, .08);
}
.oc-partner-mark {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}
.oc-partner-mark span {
  display: block;
  color: #b88c28;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .06em;
}
.oc-partner-mark img {
  display: block;
  width: min(360px, 100%);
  height: auto;
  max-height: 92px;
  object-fit: contain;
  object-position: left center;
}
.oc-partner-strip p {
  max-width: 720px;
  margin: 0;
  padding-left: clamp(22px, 3vw, 40px);
  border-left: 1px solid #d9e2ec;
  color: #3d5871;
  font-size: 19px;
  line-height: 1.75;
}
.oc-video-card {
  min-width: 0;
  background: #fff;
  color: #102a43;
  border: 1px solid #d9e2ec;
  box-shadow: 0 18px 55px rgba(16, 42, 67, .08);
}
.oc-video-card video { display: block; width: 100%; aspect-ratio: 16 / 9; object-fit: cover; background: #071827; }
.oc-video-card > div { padding: 25px 27px 30px; }
.oc-video-card span { color: #b88c28; font-size: 13px; font-weight: 800; }
.oc-video-card h3 { margin: 9px 0 10px; font-size: clamp(22px, 2vw, 30px); line-height: 1.22; }
.oc-video-card p { margin: 0; color: #466078; line-height: 1.7; }
.oc-video-card-wide { grid-column: 1 / -1; display: grid; grid-template-columns: minmax(0, 1.18fr) minmax(260px, .82fr); }
.oc-video-card-wide video { height: 100%; min-height: 310px; }
.oc-video-card-wide > div { align-self: center; padding: clamp(30px, 4vw, 54px); }
.archive-inline-link { display: inline-block; margin-top: 20px; color: inherit; font-weight: 800; text-decoration: underline; text-underline-offset: 5px; }

@media (max-width: 980px) {
  .oc-video-section { grid-template-columns: 1fr; }
  .oc-video-heading { position: static; }
}

@media (max-width: 700px) {
  .oc-video-section { padding-inline: 20px; }
  .oc-video-grid { grid-template-columns: 1fr; }
  .oc-video-subhead { grid-template-columns: 1fr; }
  .oc-partner-strip { grid-template-columns: 1fr; }
  .oc-partner-mark img { width: min(300px, 100%); }
  .oc-video-card-wide { grid-column: auto; display: block; }
  .oc-video-card-wide video { min-height: 0; }
}

@media (max-width: 1180px) {
  .case-summary-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 720px) {
  .student-case-section { padding-inline: 20px; }
  .case-heading { text-align: left; }
  .case-heading h2 { font-size: 38px; }
  .case-heading-copy {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .case-showcase { grid-template-columns: 1fr; }
  .case-card { min-height: 0; padding: 24px 22px; }
  .case-summary-grid { grid-template-columns: 1fr; }
  .case-note { grid-template-columns: 1fr; }
  .archive-video-entry { grid-template-columns: 1fr; width: calc(100% - 40px); }
  .archive-video-entry .archive-inline-link { white-space: normal; }
}

/* Utah OC program */
.oc-page { color: #102a43; background: #fff; }
.oc-page main { overflow: hidden; }
.oc-hero {
  position: relative;
  min-height: calc(100svh - 76px);
  display: flex;
  align-items: flex-end;
  color: #fff;
  background: #102a43;
}
.oc-hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 46%; }
.oc-hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,22,39,.92) 0%, rgba(5,22,39,.72) 42%, rgba(5,22,39,.18) 78%), linear-gradient(0deg, rgba(5,22,39,.72), transparent 58%); }
.oc-hero-copy { position: relative; z-index: 2; width: min(1180px, calc(100% - 10vw)); margin: 0 auto; padding: clamp(90px, 11vw, 150px) 0 clamp(170px, 17vw, 235px); }
.oc-hero-copy .eyebrow { color: #f0c758; }
.oc-hero h1 { max-width: 850px; margin: 14px 0 22px; color: #fff; font-size: clamp(62px, 7.4vw, 112px); line-height: .95; }
.oc-hero-copy > p:not(.eyebrow) { max-width: 720px; margin: 0; color: rgba(255,255,255,.86); font-size: clamp(18px, 1.45vw, 22px); line-height: 1.75; }
.oc-hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 34px; }
.oc-text-link { color: #fff; font-weight: 800; text-decoration: underline; text-underline-offset: 6px; }
.oc-hero-facts { position: absolute; z-index: 3; right: 5vw; bottom: 0; left: 5vw; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.38); }
.oc-hero-facts div { min-height: 120px; padding: 25px 30px; border-right: 1px solid rgba(255,255,255,.24); }
.oc-hero-facts div:last-child { border-right: 0; }
.oc-hero-facts strong, .oc-hero-facts span { display: block; }
.oc-hero-facts strong { color: #fff; font-size: 26px; }
.oc-hero-facts span { margin-top: 8px; color: rgba(255,255,255,.72); font-size: 14px; }

.oc-intro { display: grid; grid-template-columns: minmax(380px, .9fr) minmax(0, 1fr); align-items: start; gap: clamp(70px, 9vw, 150px); padding-top: clamp(100px, 11vw, 160px); padding-bottom: clamp(100px, 11vw, 160px); }
.oc-intro h2 { margin: 14px 0 0; font-size: clamp(46px, 4.6vw, 70px); line-height: 1.04; }
.oc-intro-copy { padding-top: 40px; border-top: 1px solid #102a43; }
.oc-intro-copy p { margin: 0 0 22px; color: #435b73; font-size: 18px; line-height: 1.9; }
.oc-intro-photo {
  position: relative;
  margin: 34px 0 0;
  overflow: hidden;
  background: #102a43;
}
.oc-intro-photo img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}
.oc-intro-photo::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 44%;
  background: linear-gradient(0deg, rgba(8, 24, 42, .82), rgba(8, 24, 42, 0));
  pointer-events: none;
}
.oc-intro-photo figcaption {
  position: absolute;
  right: 22px;
  bottom: 18px;
  left: 22px;
  z-index: 1;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.55;
}

.oc-route { padding: clamp(100px, 10vw, 145px) 5vw; background: #102a43; color: #fff; }
.oc-route-heading { display: grid; grid-template-columns: minmax(0, .75fr) minmax(340px, .55fr); column-gap: 70px; width: min(1180px, 100%); margin: 0 auto 58px; }
.oc-route-heading .eyebrow { grid-column: 1 / -1; color: #f0c758; }
.oc-route-heading h2 { margin: 12px 0 0; color: #fff; font-size: clamp(48px, 4.8vw, 72px); line-height: 1.04; }
.oc-route-heading > p:last-child { align-self: end; margin: 0; color: rgba(255,255,255,.68); font-size: 17px; line-height: 1.8; }
.oc-route-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); width: min(1350px, 100%); margin: 0 auto; border-top: 1px solid rgba(255,255,255,.28); border-left: 1px solid rgba(255,255,255,.28); }
.oc-route-grid article { min-height: 330px; padding: 34px 30px; border-right: 1px solid rgba(255,255,255,.28); border-bottom: 1px solid rgba(255,255,255,.28); }
.oc-route-grid .oc-route-us { color: #102a43; background: #f0c758; }
.oc-route-grid span { color: #f0c758; font-weight: 900; }
.oc-route-grid .oc-route-us span { color: #51479d; }
.oc-route-grid h3 { margin: 72px 0 17px; color: inherit; font-size: 27px; line-height: 1.18; }
.oc-route-grid p { margin: 0; color: rgba(255,255,255,.7); line-height: 1.8; }
.oc-route-grid .oc-route-us p { color: #304b63; }

.oc-context { display: grid; grid-template-columns: minmax(0, .92fr) minmax(440px, 1.08fr); gap: clamp(60px, 8vw, 130px); align-items: center; padding-left: 0; }
.oc-context-image img { width: 100%; min-height: 720px; height: 78vh; object-fit: cover; object-position: center; }
.oc-context-copy { max-width: 670px; padding-right: 5vw; }
.oc-context-copy h2 { margin: 14px 0 36px; font-size: clamp(46px, 4.4vw, 68px); line-height: 1.04; }
.oc-context-list { border-top: 1px solid #b9c5d1; }
.oc-context-list article { display: grid; grid-template-columns: 180px 1fr; gap: 24px; padding: 22px 0; border-bottom: 1px solid #d5dee7; }
.oc-context-list strong { color: #51479d; font-size: 18px; }
.oc-context-list p { margin: 0; color: #435b73; line-height: 1.75; }

.oc-options { padding-top: clamp(100px, 10vw, 145px); padding-bottom: clamp(100px, 10vw, 145px); }
.oc-options .section-head { max-width: 900px; }
.oc-option-lines { margin-top: 52px; border-top: 1px solid #102a43; }
.oc-option-lines article { display: grid; grid-template-columns: 130px minmax(0, 1fr); align-items: center; min-height: 160px; border-bottom: 1px solid #cbd5df; }
.oc-option-lines > article > span { color: #d4aa45; font-size: 54px; font-weight: 900; }
.oc-option-lines h3 { margin: 0 0 10px; font-size: 28px; }
.oc-option-lines p { margin: 0; color: #435b73; font-size: 17px; line-height: 1.75; }

.oc-utah { display: grid; grid-template-columns: minmax(420px, .84fr) minmax(0, 1.16fr); min-height: 720px; background: #51479d; color: #fff; }
.oc-utah-copy { align-self: center; padding: clamp(70px, 8vw, 125px); }
.oc-utah-copy .eyebrow { color: #f0c758; }
.oc-utah-copy h2 { margin: 14px 0 26px; color: #fff; font-size: clamp(48px, 4.8vw, 72px); }
.oc-utah-copy > p:not(.eyebrow) { color: rgba(255,255,255,.8); font-size: 18px; line-height: 1.85; }
.oc-utah > img { width: 100%; height: 100%; min-height: 720px; object-fit: cover; }
.oc-utah-points { display: grid; gap: 0; margin-top: 34px; border-top: 1px solid rgba(255,255,255,.35); }
.oc-utah-points span { padding: 15px 0; border-bottom: 1px solid rgba(255,255,255,.25); font-weight: 800; }

.oc-schools { padding-top: clamp(100px, 10vw, 145px); padding-bottom: clamp(100px, 10vw, 145px); }
.oc-schools .section-head { max-width: 930px; }
.oc-school-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-top: 50px; }
.oc-school-grid article { display: grid; grid-template-columns: 180px minmax(0, 1fr); grid-template-rows: 128px auto auto; align-items: center; gap: 24px 28px; min-height: 260px; padding: 34px; background: #fff; border: 1px solid #cbd5df; box-shadow: 0 18px 52px rgba(16, 42, 67, .07); }
.oc-school-grid img { width: 150px; max-height: 92px; object-fit: contain; }
.oc-school-grid h3 { margin: 0 0 14px; font-size: 28px; }
.oc-school-grid p { margin: 0; color: #435b73; line-height: 1.75; }
.oc-school-logo,
.oc-school-copy { align-self: center; }
.oc-school-card-video video {
  grid-column: 1 / -1;
  grid-row: 2;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  background: #071827;
}
.oc-school-video-note {
  grid-column: 1 / -1;
  grid-row: 3;
  color: #4f46a3 !important;
  font-size: 15px;
  font-weight: 900;
}

.oc-support { display: grid; grid-template-columns: minmax(0, .92fr) minmax(450px, 1.08fr); align-items: start; gap: 0; padding: 0; background: #102a43; }
.oc-support-heading {
  padding: clamp(72px, 6vw, 96px) 0 clamp(28px, 3vw, 44px);
}
.oc-support-heading .eyebrow,
.oc-homestay-copy .eyebrow { color: #f0c758 !important; }
.oc-support-heading h2 { margin: 14px 0 24px; color: #fff; font-size: clamp(48px, 4.6vw, 70px); line-height: 1.04; }
.oc-support-heading > p:last-child { color: rgba(255,255,255,.7); font-size: 17px; line-height: 1.85; }
.oc-support-content { display: grid; gap: 24px; align-self: stretch; padding: clamp(72px, 6vw, 96px) clamp(54px, 6vw, 96px) clamp(28px, 3vw, 44px) 0; }
.oc-support-grid { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid rgba(255,255,255,.27); border-left: 1px solid rgba(255,255,255,.27); }
.oc-support-grid article { min-height: 220px; padding: 30px; border-right: 1px solid rgba(255,255,255,.27); border-bottom: 1px solid rgba(255,255,255,.27); }
.oc-support-grid span { color: #f0c758; font-weight: 900; }
.oc-support-grid h3 { margin: 50px 0 12px; color: #fff; font-size: 24px; }
.oc-support-grid p { margin: 0; color: rgba(255,255,255,.68); line-height: 1.75; }
.oc-homestay {
  grid-column: 1 / -1;
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(450px, 1.08fr);
  align-items: stretch;
  gap: 0;
  background: #102a43;
  padding-top: 0;
}
.oc-homestay::before { display: none; }
.oc-homestay video {
  display: block;
  width: 100%;
  height: 100%;
  min-height: clamp(440px, 48vh, 620px);
  object-fit: cover;
  background: #071827;
}
.oc-homestay-copy {
  align-self: center;
  padding: clamp(54px, 6vw, 88px) clamp(80px, 8vw, 130px) clamp(72px, 7vw, 104px);
}
.oc-homestay-copy h2 {
  margin: 14px 0 28px;
  color: #fff;
  font-size: clamp(44px, 4.2vw, 64px);
  line-height: 1.05;
}
.oc-homestay-copy p:not(.eyebrow) {
  max-width: 680px;
  margin: 0;
  color: rgba(255,255,255,.74);
  font-size: 18px;
  line-height: 1.82;
}
.oc-homestay-copy p:not(.eyebrow) + p { margin-top: 16px; }

.oc-outcomes { display: grid; grid-template-columns: minmax(0, .92fr) minmax(450px, 1.08fr); align-items: stretch; gap: 0; padding: clamp(42px, 5vw, 76px) 0 0; background: #f4f6f9; }
.oc-outcome-photo img { width: 100%; height: 100%; min-height: 760px; object-fit: cover; }
.oc-outcome-copy { padding: clamp(80px, 8vw, 130px); background: #f4f6f9; }
.oc-outcome-copy h2 { margin: 14px 0 38px; font-size: clamp(44px, 4.2vw, 64px); line-height: 1.05; }
.oc-case-list { border-top: 1px solid #102a43; }
.oc-case-list article { display: grid; grid-template-columns: 95px minmax(0, 1fr); column-gap: 20px; row-gap: 8px; padding: 24px 0; border-bottom: 1px solid #cbd5df; }
.oc-case-list strong { color: #51479d; }
.oc-case-list span { font-weight: 800; }
.oc-case-list p { grid-column: 2; margin: 0; color: #435b73; line-height: 1.65; }
.oc-boundary { margin: 28px 0 0; color: #526b83; font-size: 14px; line-height: 1.7; }

.oc-faq { padding-top: clamp(100px, 10vw, 145px); padding-bottom: clamp(100px, 10vw, 145px); }
.oc-faq-list { margin-top: 52px; border-top: 1px solid #102a43; }
.oc-faq-list details { border-bottom: 1px solid #cbd5df; }
.oc-faq-list summary { padding: 25px 48px 25px 0; cursor: pointer; font-size: 23px; font-weight: 800; }
.oc-faq-list p { max-width: 900px; margin: 0; padding: 0 0 26px; color: #435b73; font-size: 17px; line-height: 1.8; }
.oc-next { display: flex; align-items: end; justify-content: space-between; gap: 40px; padding: clamp(80px, 9vw, 130px) 8vw; color: #fff; background: #51479d; }
.oc-next p { margin: 0; color: rgba(255,255,255,.72); }
.oc-next h2 { margin: 14px 0 0; color: #fff; font-size: clamp(48px, 5vw, 76px); }
.oc-reveal { opacity: 0; transform: translateY(24px); transition: opacity .65s ease, transform .65s cubic-bezier(.22,1,.36,1); }
.oc-reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1080px) {
  .oc-hero { min-height: 780px; }
  .oc-hero-copy { width: calc(100% - 80px); padding-bottom: 190px; }
  .oc-intro, .oc-context, .oc-support { grid-template-columns: 1fr; }
  .oc-route-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .oc-context-image img { min-height: 560px; height: 62vh; }
  .oc-context-copy { max-width: none; padding: 0 8vw 90px; }
  .oc-utah { grid-template-columns: 1fr; }
  .oc-utah > img { min-height: 520px; }
  .oc-school-grid { grid-template-columns: 1fr; }
  .oc-support { min-height: 0; align-items: start; }
  .oc-support-heading { padding: 80px 8vw 28px; }
  .oc-support-content { padding: 0 8vw 46px; }
  .oc-homestay { grid-template-columns: 1fr; }
  .oc-homestay video { min-height: 440px; max-height: 620px; }
  .oc-outcomes { grid-template-columns: 1fr; padding-top: 44px; background: #f4f6f9; }
  .oc-outcome-photo img { min-height: 600px; max-height: 760px; }
}

@media (max-width: 700px) {
  .oc-hero { min-height: 760px; }
  .oc-hero > img { object-position: 58% center; }
  .oc-hero-copy { width: calc(100% - 40px); padding: 90px 0 210px; }
  .oc-hero h1 { font-size: 52px; }
  .oc-hero-copy > p:not(.eyebrow) { font-size: 16px; line-height: 1.65; }
  .oc-hero-actions { align-items: flex-start; flex-direction: column; gap: 18px; }
  .oc-hero-facts { right: 20px; left: 20px; grid-template-columns: 1fr; }
  .oc-hero-facts div { min-height: 0; padding: 13px 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.2); }
  .oc-hero-facts div:last-child { border-bottom: 0; }
  .oc-hero-facts strong, .oc-hero-facts span { display: inline; }
  .oc-hero-facts strong { margin-right: 12px; font-size: 18px; }
  .oc-intro { grid-template-columns: 1fr; gap: 34px; }
  .oc-intro h2, .oc-route-heading h2, .oc-context-copy h2, .oc-utah-copy h2, .oc-support-heading h2, .oc-outcome-copy h2 { font-size: 42px; }
  .oc-intro-copy { padding-top: 26px; }
  .oc-route { padding-inline: 20px; }
  .oc-route-heading { grid-template-columns: 1fr; gap: 20px; }
  .oc-route-grid { grid-template-columns: 1fr; }
  .oc-route-grid article { min-height: 260px; }
  .oc-route-grid h3 { margin-top: 48px; }
  .oc-context-image img { min-height: 420px; height: 52vh; }
  .oc-context-copy { padding: 0 20px 72px; }
  .oc-context-list article { grid-template-columns: 1fr; gap: 8px; }
  .oc-option-lines article { grid-template-columns: 72px minmax(0, 1fr); min-height: 190px; }
  .oc-option-lines > article > span { font-size: 42px; }
  .oc-utah-copy { padding: 72px 20px; }
  .oc-utah > img { min-height: 420px; }
  .oc-school-grid article { grid-template-columns: 1fr; grid-template-rows: auto auto auto auto; gap: 26px; }
  .oc-school-card-video video,
  .oc-school-video-note { grid-row: auto; }
  .oc-support { gap: 40px; }
  .oc-support-heading { padding: 72px 20px 18px; }
  .oc-support-content { padding: 0 20px 42px; }
  .oc-support-grid { grid-template-columns: 1fr; }
  .oc-homestay video { min-height: 360px; }
  .oc-homestay-copy { padding: 72px 20px; }
  .oc-outcome-photo img { min-height: 480px; }
  .oc-outcome-copy { padding: 72px 20px; }
  .oc-case-list article { grid-template-columns: 78px minmax(0, 1fr); }
  .oc-case-list p { grid-column: 1 / -1; }
  .oc-next { align-items: flex-start; flex-direction: column; padding-inline: 20px; }
}

@media (prefers-reduced-motion: reduce) {
  .oc-reveal { opacity: 1; transform: none; transition: none; }
}

/* High school 2+2 pathway motion */
@media (prefers-reduced-motion: no-preference) {
  .pathway-motion-ready .pathway-hero-motion {
    opacity: 0;
    transform: translateY(24px);
    transition:
      opacity 700ms cubic-bezier(.22, 1, .36, 1),
      transform 700ms cubic-bezier(.22, 1, .36, 1);
    transition-delay: calc(100ms + var(--pathway-hero-order, 0) * 150ms);
  }

  .pathway-motion-ready .pathway-hero.is-motion-visible .pathway-hero-motion {
    opacity: 1;
    transform: translateY(0);
  }

  .pathway-motion-ready .pathway-hero-card .node {
    opacity: 0;
    transform: translateX(-12px);
    transition:
      opacity 420ms cubic-bezier(.22, 1, .36, 1),
      transform 420ms cubic-bezier(.22, 1, .36, 1);
  }

  .pathway-motion-ready .pathway-hero.is-motion-visible .pathway-hero-card .node {
    opacity: 1;
    transform: translateX(0);
  }

  .pathway-motion-ready .pathway-hero.is-motion-visible .pathway-hero-card .node:nth-child(1) { transition-delay: 450ms; }
  .pathway-motion-ready .pathway-hero.is-motion-visible .pathway-hero-card .node:nth-child(2) { transition-delay: 530ms; }
  .pathway-motion-ready .pathway-hero.is-motion-visible .pathway-hero-card .node:nth-child(3) { transition-delay: 610ms; }
  .pathway-motion-ready .pathway-hero.is-motion-visible .pathway-hero-card .node:nth-child(4) { transition-delay: 690ms; }
  .pathway-motion-ready .pathway-hero.is-motion-visible .pathway-hero-card .node:nth-child(5) { transition-delay: 770ms; }

  .pathway-motion-ready .pathway-motion-reveal {
    opacity: 0;
    transform: translateY(22px);
    transition:
      opacity 560ms cubic-bezier(.22, 1, .36, 1),
      transform 560ms cubic-bezier(.22, 1, .36, 1);
    transition-delay: min(calc(var(--pathway-motion-order, 0) * 60ms), 300ms);
    will-change: opacity, transform;
  }

  .pathway-motion-ready .pathway-motion-reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
  }

  .pathway-motion-ready .pathway-fit .fit-copy.pathway-motion-reveal,
  .pathway-motion-ready .outcome-copy.pathway-motion-reveal,
  .pathway-motion-ready .junior-partner-card:first-child.pathway-motion-reveal {
    transform: translateX(-26px);
  }

  .pathway-motion-ready .junior-partner-card:nth-child(2).pathway-motion-reveal {
    transform: translateX(26px);
  }

  .pathway-motion-ready .pathway-fit .fit-copy.pathway-motion-reveal.is-visible,
  .pathway-motion-ready .outcome-copy.pathway-motion-reveal.is-visible,
  .pathway-motion-ready .junior-partner-card.pathway-motion-reveal.is-visible {
    transform: translateX(0);
  }

  .pathway-motion-ready .priority-card,
  .pathway-motion-ready .route-steps article,
  .pathway-motion-ready .boundary-grid article {
    transition-property: opacity, transform, box-shadow, border-color;
  }

  .pathway-motion-ready .priority-card:hover,
  .pathway-motion-ready .route-steps article:hover,
  .pathway-motion-ready .boundary-grid article:hover {
    transform: translateY(-5px);
  }

  .pathway-motion-ready .fit-photo img,
  .pathway-motion-ready .outcome-photo {
    transition: transform 700ms cubic-bezier(.22, 1, .36, 1);
  }

  .pathway-motion-ready .fit-photo:hover img,
  .pathway-motion-ready .outcome-photo:hover {
    transform: scale(1.025);
  }
}

@media (min-width: 1081px) {
  .hero,
  .page-hero,
  .section,
  .home-index,
  .pathway-selector,
  .decision-band,
  .f2edu-role,
  .partner-home,
  .faq-strip,
  .footer {
    padding-left: clamp(118px, 12vw, 240px);
    padding-right: clamp(118px, 12vw, 240px);
  }
  .proof-copy {
    padding-left: clamp(76px, 6vw, 112px);
    padding-right: clamp(118px, 12vw, 240px);
    max-width: 900px;
  }
  .proof-section {
    padding-left: 0;
    padding-right: 0;
  }
  .hero-title,
  .hero .lead {
    max-width: 700px;
  }
  .hero-visual {
    max-width: 620px;
    justify-self: end;
  }
  .selector-rail {
    max-width: var(--read-wide);
    justify-self: end;
  }
  .ecosystem-map {
    max-width: 1280px;
  }
}

@media (max-width: 1080px) {
  .main-nav { display: none; }
  .partners-hero-v2 {
    height: 620px;
  }
  .partners-hero-content h1 {
    font-size: 52px;
  }
  .partners-page .ecosystem-map {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .partners-page .ecosystem-core {
    min-height: 280px;
  }
  .hero, .page-hero, .two-col, .three-col, .four-col, .checklist-grid, .checklist-layout, .partner-strip, .home-index, .pathway-selector, .decision-band, .proof-section, .f2edu-role, .role-work, .partner-home, .faq-strip, .consult-section, .faq-layout, .footer, .feature-panel, .image-grid, .outcome-showcase, .accreditation-grid, .authorization-section, .pathway-fit, .pathway-rules, .pathway-outcome, .local-context, .junior-partner-grid, .media-proof-strip, .evidence-layout, .partner-us-groups, .partner-role-list, .us-partner-row, .us-local-support, .activity-principle, .activity-story-grid, .activity-note-grid, .activity-year, .activity-year-card, .activity-log-item {
    grid-template-columns: 1fr;
  }
  .priority-grid,
  .route-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .fit-copy,
  .rules-heading {
    position: static;
  }
  .fit-photo {
    max-width: none;
    min-height: 420px;
  }
  .fit-photo img {
    min-height: 420px;
  }
  .fit-list article,
  .rules-table article,
  .junior-outcome .boundary-grid article,
  .junior-partner-grid article {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .f2edu-role { grid-template-areas: "panel" "work" "boundary"; }
  .check-card, .check-card.wide { grid-column: span 1; }
  .checklist-intro, .decision-title { position: static; }
  .checklist-table article { grid-template-columns: 1fr; gap: 8px; }
  .home-index a { border-right: 0; border-bottom: 1px solid var(--line); }
  .ecosystem-map {
    grid-template-columns: 1fr;
  }
  .ecosystem-map::before,
  .ecosystem-map::after,
  .ecosystem-core::before,
  .ecosystem-core::after {
    display: none;
  }
  .ecosystem-core {
    min-height: 220px;
    order: -1;
  }
  .partner-logo-card,
  .partner-logo-card-sm {
    width: 100%;
  }
  .partner-grid,
  .partner-grid-domestic,
  .partner-grid-international {
    grid-template-columns: 1fr;
    min-height: auto;
  }
  .partner-grid-domestic .partner-text-card {
    grid-column: auto;
  }
  .us-partner-media {
    min-height: 420px;
  }
  .highschool-partner-row .us-partner-media {
    order: -1;
  }
  .selector-row {
    grid-template-columns: 1fr;
    grid-template-areas: "image" "stage" "title" "detail";
    gap: 10px;
  }
  .selector-row img { width: 100%; height: 220px; }
  .decision-list article, .proof-list article { grid-template-columns: 1fr; gap: 10px; }
  .proof-media { min-height: 360px; }
  .role-work { grid-template-columns: 1fr; }
  .media-proof-strip {
    width: min(100% - 36px, 720px);
  }
  .media-proof-card:first-child,
  .media-proof-card {
    min-height: 260px;
  }
  .evidence-feature,
  .evidence-card {
    min-height: 300px;
  }
  .activity-mosaic {
    column-count: 2;
    column-gap: 16px;
  }
  .activity-timeline::before {
    display: none;
  }
  .activity-year::before {
    display: none;
  }
  .activity-year-marker {
    padding: 0;
    text-align: left;
  }
  .activity-year-marker span {
    margin-left: 0;
    max-width: none;
  }
  .activity-year-media {
    grid-template-columns: 1fr;
  }
  .activity-year-media img:first-child {
    grid-row: auto;
  }
  .activity-mosaic figure,
  .activity-mosaic figure:nth-child(1),
  .activity-mosaic figure:nth-child(6),
  .activity-mosaic figure:nth-child(2),
  .activity-mosaic figure:nth-child(3),
  .activity-mosaic figure:nth-child(4),
  .activity-mosaic figure:nth-child(5),
  .activity-mosaic figure:nth-child(n+7) {
    min-height: 0;
    margin-bottom: 16px;
  }
  .role-work article:nth-child(even) { border-left: 1px solid var(--line); }
  .role-work article {
    grid-template-columns: 42px minmax(0, 1fr);
    grid-template-areas:
      "thumb thumb"
      "num copy";
    gap: 10px 12px;
  }
  .consult-actions { justify-content: flex-start; }
  .lab-list { grid-template-columns: 1fr; }
  .nodes, .nodes.five { grid-template-columns: 1fr; }
  .admissions-wrap { display: none; }
  .mobile-cta {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 40;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .mobile-cta a {
    display: grid;
    place-items: center;
    min-height: 52px;
    color: var(--white);
    background: var(--brand);
    font-weight: 900;
  }
  .mobile-cta a + a { background: var(--navy); }
}
@media (min-width: 1081px) { .mobile-cta { display: none; } }
@media (max-width: 640px) {
  .topbar { gap: 10px; padding: 10px 14px; }
  .brand-lockup { min-width: 0; }
  .brand-lockup img { width: 108px; height: 54px; margin-left: -4px; }
  .nav-cta { min-width: 54px; min-height: 40px; padding: 0 8px; font-size: 0; white-space: nowrap; }
  .nav-cta { margin-left: auto; }
  .nav-cta::after { content: "联系"; font-size: 14px; }
  .partners-hero-v2 {
    height: auto;
    min-height: 650px;
  }
  .partners-hero-image {
    object-position: 62% center;
  }
  .partners-hero-content {
    padding: 0 24px 38px;
  }
  .partners-hero-content h1 {
    font-size: 38px;
  }
  .partners-hero-content > p:not(.eyebrow) {
    font-size: 16px;
  }
  .partners-hero-proof {
    grid-template-columns: 1fr;
    margin-top: 24px;
  }
  .partners-hero-proof div,
  .partners-hero-proof div + div {
    padding: 12px 0;
    border-left: 0;
    border-top: 1px solid rgba(255,255,255,.18);
  }
  .partners-hero-proof div:first-child {
    border-top: 0;
  }
  .partners-anchor-bar {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
  }
  .partners-anchor-bar a {
    min-height: 66px;
    padding: 20px 18px;
    border-bottom: 1px solid var(--line);
  }
  .partners-page .partner-heading h2 {
    font-size: 36px;
  }
  h1 { font-size: 36px; line-height: 1.06; }
  h2 { font-size: 34px; }
  .hero, .page-hero, .section { padding-left: 24px; padding-right: 24px; }
  .activity-mosaic { column-gap: 10px; }
  .activity-mosaic figure { margin-bottom: 10px; border-radius: 4px; }
  .activity-mosaic figcaption { gap: 5px; padding: 10px 11px 12px; }
  .activity-mosaic figcaption strong { font-size: 14px; }
  .activity-mosaic figcaption span { font-size: 11px; }
  .pathway-board { padding: 20px; }
  .board-header { flex-direction: column; gap: 4px; }
  .track-title { flex-direction: column; align-items: flex-start; gap: 2px; }
  .timeline-row { grid-template-columns: 1fr; }
  .hero-actions { flex-direction: column; align-items: stretch; }
}

@media (min-width: 1081px) {
  .pathway-page .page-hero {
    grid-template-columns: minmax(0, .82fr) minmax(540px, .92fr);
    gap: clamp(48px, 5vw, 86px);
  }
  .pathway-page .hero-visual {
    width: 100%;
    max-width: none;
    justify-self: stretch;
  }
}

.junior-hero-card > img {
  object-position: 48% center;
}
.visual-priority .priority-card.junior-foundation::before { background-image: url("./assets/site-media/real-junior-bilingual-study.webp"); }
.visual-priority .priority-card.junior-register::before { background-image: url("./assets/site-media/real-pathway-guidance.webp"); }
.visual-priority .priority-card.junior-course::before { background-image: url("./assets/site-media/real-classroom-study.webp"); }
.visual-priority .priority-card.junior-family::before { background-image: url("./assets/site-media/real-host-family-life.webp"); }
.route-steps article.junior-route-foundation::before { background-image: url("./assets/site-media/real-junior-bilingual-study.webp"); }
.route-steps article.junior-route-register::before { background-image: url("./assets/site-media/pathway-222-transition-01.jpg"); }
.route-steps article.junior-route-credit::before { background-image: url("./assets/site-media/home-consult-01.jpg"); }
.route-steps article.junior-route-us::before { background-image: url("./assets/site-media/pathway-2plus2-campus-01.jpg"); }

/* Full-screen visual language for the primary subpages. */
.immersive-page-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  color: var(--white);
  background: var(--navy);
}
.immersive-hero-image {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
}
.immersive-page-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(7,23,40,.92) 0%, rgba(7,23,40,.72) 45%, rgba(7,23,40,.32) 74%, rgba(7,23,40,.18) 100%),
    linear-gradient(0deg, rgba(7,23,40,.72) 0%, rgba(7,23,40,.04) 58%);
}
.immersive-page-hero .breadcrumb,
.immersive-page-hero .breadcrumb a,
.immersive-page-hero .lead {
  color: rgba(255,255,255,.86);
}
.immersive-page-hero h1 {
  max-width: 760px;
  color: var(--white);
  font-size: clamp(54px, 5.5vw, 78px);
  line-height: 1.05;
}
.immersive-page-hero .lead {
  max-width: 720px;
  font-size: 19px;
  line-height: 1.75;
}
.immersive-page-hero .mini-index {
  padding: 18px 24px;
  background: rgba(7,23,40,.44);
  border: 1px solid rgba(255,255,255,.26);
  backdrop-filter: blur(12px);
}
.immersive-page-hero .mini-index a {
  color: var(--white);
  border-color: rgba(255,255,255,.22);
}
.immersive-page-hero .hero-actions .btn.secondary {
  color: var(--white);
  border-color: rgba(255,255,255,.58);
}
.activity-hero .immersive-hero-image { object-position: 55% center; }
.faq-hero .immersive-hero-image { object-position: 54% center; }
.contact-hero .immersive-hero-image { object-position: 56% center; }
.partners-hero-image { object-position: 52% center; }

.contact-landing {
  grid-template-columns: minmax(0, 1fr) minmax(430px, 520px);
  gap: clamp(48px, 7vw, 110px);
  align-items: center;
}
.contact-landing .immersive-hero-image { object-position: 54% center; }
.contact-landing-copy { align-self: center; }
.contact-landing-copy h1 { max-width: 720px; font-size: clamp(46px, 4.2vw, 64px); }
.contact-landing-copy h1 span { display: block; white-space: nowrap; }
.contact-landing-copy .lead { max-width: 680px; }
.contact-response {
  display: flex;
  align-items: baseline;
  gap: 14px;
  margin-top: 32px;
  padding-top: 20px;
  max-width: 480px;
  border-top: 1px solid rgba(255,255,255,.35);
  color: rgba(255,255,255,.84);
}
.contact-response strong { color: var(--gold); font-size: 15px; }
.contact-form-card {
  align-self: center;
  padding: clamp(26px, 3vw, 40px);
  color: var(--text);
  background: rgba(255,255,255,.96);
  border-top: 4px solid var(--gold);
  box-shadow: 0 26px 70px rgba(5,14,28,.28);
  backdrop-filter: blur(14px);
}
.contact-form-heading { margin-bottom: 24px; }
.contact-form-heading .eyebrow { margin-bottom: 8px; }
.contact-form-heading h2 { margin: 0; font-size: clamp(27px, 2.2vw, 34px); line-height: 1.2; }
.contact-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.contact-form-grid label { display: grid; gap: 7px; }
.contact-form-grid label > span { font-size: 14px; font-weight: 800; color: var(--navy); }
.contact-form-grid input,
.contact-form-grid select {
  width: 100%;
  min-height: 48px;
  padding: 0 13px;
  color: var(--text);
  background: #fff;
  border: 1px solid #cfd7e2;
  border-radius: 0;
  font: inherit;
}
.contact-form-grid input:focus,
.contact-form-grid select:focus { outline: 2px solid rgba(79,70,153,.25); border-color: var(--brand); }
.contact-field-wide { grid-column: 1 / -1; }
.contact-consent { display: flex; align-items: flex-start; gap: 9px; margin: 18px 0; color: var(--muted); font-size: 13px; line-height: 1.5; }
.contact-consent input { margin-top: 3px; accent-color: var(--brand); }
.contact-submit { width: 100%; min-height: 50px; }
.contact-submit:disabled {
  cursor: default;
  opacity: .82;
}
.contact-success {
  margin: 14px 0 0;
  padding: 14px 16px;
  color: #173c2a;
  font-size: 14px;
  line-height: 1.65;
  background: #eaf7ef;
  border-left: 4px solid #31a868;
}
.contact-error {
  margin: 14px 0 0;
  padding: 14px 16px;
  color: #7c1d1d;
  font-size: 14px;
  line-height: 1.65;
  background: #fff0f0;
  border-left: 4px solid #c93c3c;
}
.contact-form-note { margin: 12px 0 0; color: var(--muted); font-size: 12px; text-align: center; }

@media (min-width: 1081px) {
  .partners-hero-v2 {
    height: calc(100vh - 77px);
    height: calc(100svh - 77px);
    max-height: none;
  }

  .trine-hero {
    height: calc(100vh - 77px);
    height: calc(100svh - 77px);
    min-height: 0;
  }

  .immersive-page-hero {
    grid-template-columns: minmax(0, 760px) minmax(260px, 360px);
    align-items: end;
    min-height: calc(100vh - 77px);
    min-height: calc(100svh - 77px);
    padding-top: clamp(72px, 9vh, 116px);
    padding-bottom: clamp(58px, 7vh, 78px);
  }
  .immersive-page-hero.contact-landing {
    grid-template-columns: minmax(0, 1fr) minmax(430px, 520px);
    align-items: center;
  }
  .immersive-page-hero .mini-index {
    align-self: end;
    margin-bottom: 2px;
  }

  .pathway-page .pathway-hero {
    position: relative;
    display: block;
    height: calc(100vh - 77px);
    height: calc(100svh - 77px);
    min-height: 720px;
    max-height: 940px;
    padding: 0 !important;
    overflow: hidden;
    color: var(--white);
    background: var(--navy);
  }
  .pathway-page .pathway-hero > div:first-child {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: min(100%, 1500px);
    height: 100%;
    margin: 0 auto;
    padding: clamp(58px, 8vh, 92px) clamp(118px, 12vw, 240px) 220px;
  }
  .pathway-page .pathway-hero .breadcrumb,
  .pathway-page .pathway-hero .breadcrumb a,
  .pathway-page .pathway-hero .lead {
    color: rgba(255,255,255,.86);
  }
  .pathway-page .pathway-hero h1 {
    max-width: 700px;
    margin-bottom: 22px;
    color: var(--white);
    font-size: clamp(58px, 5.6vw, 80px);
    line-height: 1.04;
  }
  .pathway-page .pathway-hero-junior h1 {
    max-width: 880px;
    font-size: clamp(56px, 5.1vw, 74px);
  }
  .pathway-page .pathway-hero .lead {
    max-width: 650px;
    font-size: 19px;
    line-height: 1.72;
  }
  .pathway-page .pathway-hero .hero-actions {
    margin-top: 24px;
  }
  .pathway-page .pathway-hero .hero-actions .btn.secondary {
    color: var(--white);
    border-color: rgba(255,255,255,.6);
  }
  .pathway-page .pathway-hero .hero-visual {
    position: absolute;
    inset: 0;
    z-index: 0;
    display: block;
    width: 100%;
    max-width: none;
  }
  .pathway-page .pathway-hero-card {
    width: 100%;
    height: 100%;
    min-height: 0;
    box-shadow: none;
  }
  .pathway-page .pathway-hero-card > img {
    width: 100%;
    height: 100%;
    min-height: 0;
    object-fit: cover;
  }
  .pathway-hero-senior .pathway-hero-card > img { object-position: 58% center; }
  .pathway-hero-junior .pathway-hero-card > img { object-position: 58% center; }
  .pathway-page .pathway-hero-card::after {
    background:
      linear-gradient(90deg, rgba(7,23,40,.93) 0%, rgba(7,23,40,.7) 44%, rgba(7,23,40,.22) 76%, rgba(7,23,40,.08) 100%),
      linear-gradient(0deg, rgba(7,23,40,.9) 0%, rgba(7,23,40,.16) 58%);
  }
  .pathway-page .pathway-hero-card .pathway-board {
    left: clamp(118px, 12vw, 240px);
    right: clamp(118px, 12vw, 240px);
    bottom: 34px;
    display: grid;
    grid-template-columns: 170px minmax(0, 1fr);
    align-items: stretch;
    min-height: 126px;
    padding: 0;
    background: rgba(7,23,40,.66);
    border-top: 1px solid rgba(255,255,255,.28);
    border-bottom: 1px solid rgba(255,255,255,.28);
    backdrop-filter: blur(12px);
  }
  .pathway-page .pathway-hero-card .board-header {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 0;
    margin: 0;
    padding: 18px 24px;
    border-right: 1px solid rgba(255,255,255,.2);
  }
  .pathway-page .pathway-hero-card .board-header strong {
    font-size: 34px;
    line-height: 1;
  }
  .pathway-page .pathway-hero-card .board-header span {
    margin-top: 8px;
  }
  .pathway-page .pathway-hero-card .nodes,
  .pathway-page .pathway-hero-card .nodes.five {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
    padding: 15px 0;
  }
  .pathway-page .pathway-hero-card .nodes.five {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .pathway-page .pathway-hero-card .node {
    min-height: 94px;
    padding: 12px 14px;
    border: 0;
    border-left: 1px solid rgba(255,255,255,.18);
    background: transparent;
    font-size: 14px;
  }
  .pathway-page .pathway-hero-card .node:first-child {
    border-left: 0;
  }
  .pathway-page .pathway-hero-card .node.trine {
    background: rgba(72,72,152,.9);
  }
  .pathway-page .pathway-hero-card .node.gold {
    color: #e0bf69;
  }
}

@media (min-width: 1281px) {
  body.pathway-page .pathway-hero .hero-visual,
  body.pathway-page .pathway-hero-card,
  body.pathway-page .pathway-hero-card > img {
    height: 100% !important;
    min-height: 0 !important;
  }

  body.pathway-page .pathway-hero > div:first-child {
    justify-content: center;
    padding-bottom: 210px;
  }

  body.pathway-page .pathway-hero .pathway-board {
    position: absolute;
    left: clamp(118px, 12vw, 240px);
    right: clamp(118px, 12vw, 240px);
    bottom: 34px;
    z-index: 3;
  }
}

@media (max-width: 1080px) {
  .contact-landing { grid-template-columns: 1fr; gap: 30px; }
  .contact-form-card { width: min(100%, 620px); }
  .immersive-page-hero {
    min-height: 700px;
    align-content: end;
    padding-top: 110px;
    padding-bottom: 48px;
  }
  .immersive-page-hero .mini-index {
    margin-top: 22px;
  }
}

@media (max-width: 640px) {
  .contact-form-grid { grid-template-columns: 1fr; }
  .contact-field-wide { grid-column: auto; }
  .contact-landing-copy h1 { font-size: 39px; }
  .contact-landing-copy h1 span { white-space: normal; }
  .immersive-page-hero {
    min-height: calc(100svh - 64px);
    padding-top: 96px;
    padding-bottom: 36px;
  }
  .immersive-page-hero h1 {
    font-size: 42px;
  }
  .immersive-page-hero .lead {
    font-size: 17px;
  }
  .immersive-page-hero .mini-index {
    padding: 12px 18px;
  }
}

/* Compact desktop: preserve the desktop composition without squeezing its content. */
@media (min-width: 1081px) and (max-width: 1360px) {
  .topbar {
    grid-template-columns: minmax(145px, 1fr) auto minmax(105px, 1fr);
    gap: 14px;
    padding: 10px 24px;
  }
  .brand-lockup {
    min-width: 140px;
  }
  .brand-lockup img {
    width: 126px;
    height: 60px;
    margin-left: -6px;
  }
  .main-nav {
    gap: 14px;
    font-size: 13px;
  }
  .nav-cta {
    min-height: 42px;
    padding: 0 14px;
  }
  .hero,
  .page-hero,
  .section,
  .home-index,
  .pathway-selector,
  .decision-band,
  .f2edu-role,
  .partner-home,
  .faq-strip,
  .footer {
    padding-left: clamp(56px, 6vw, 82px);
    padding-right: clamp(56px, 6vw, 82px);
  }
  .hero {
    grid-template-columns: minmax(0, 1fr) minmax(440px, 1.04fr);
    gap: 30px;
  }
  .hero-title {
    max-width: 610px;
    font-size: clamp(48px, 5vw, 66px);
  }
  .hero .lead { max-width: 610px; }
  .hero-visual { max-width: 560px; }
  .proof-copy {
    padding-left: clamp(48px, 5vw, 68px);
    padding-right: clamp(56px, 6vw, 82px);
  }
  .f2edu-role {
    grid-template-columns: minmax(360px, .46fr) minmax(0, .54fr);
  }
  .role-panel h2 { font-size: clamp(38px, 4vw, 52px); }
  .ecosystem-map { max-width: 1180px; }
  .priority-grid.visual-priority,
  .route-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .visual-priority .priority-card {
    min-height: 440px;
    grid-template-rows: minmax(110px, 1fr) 24px minmax(76px, auto) minmax(112px, auto);
  }
  .visual-priority .priority-card h3 {
    min-height: 76px;
  }
  .visual-priority .priority-card p {
    min-height: 112px;
  }
}

/* Narrow browser windows: keep navigation available and let sections breathe. */
@media (max-width: 1080px) {
  .topbar {
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-rows: auto auto;
    gap: 8px 16px;
    min-height: 0;
    padding: 10px 24px 0;
    overflow: visible;
  }
  .brand-lockup {
    grid-column: 1;
    grid-row: 1;
    min-width: 0;
  }
  .nav-cta {
    grid-column: 2;
    grid-row: 1;
  }
  .main-nav {
    grid-column: 1 / -1;
    grid-row: 2;
    display: flex;
    justify-self: stretch;
    justify-content: flex-start;
    width: calc(100% + 48px);
    margin: 0 -24px;
    padding: 9px 24px 10px;
    gap: 24px;
    overflow-x: auto;
    border-top: 1px solid var(--line);
    font-size: 13px;
    scrollbar-width: none;
  }
  .main-nav::-webkit-scrollbar { display: none; }
  .main-nav a { flex: 0 0 auto; }
  .hero {
    min-height: auto;
    padding-top: clamp(54px, 7vw, 76px);
    padding-bottom: clamp(54px, 7vw, 76px);
  }
  .hero-title {
    max-width: 760px;
    font-size: clamp(48px, 7vw, 68px);
  }
  .pathway-board { width: min(100%, 760px); }
  .selector-rail,
  .decision-list,
  .role-work,
  .faq-lines { width: 100%; max-width: none; }
}

@media (max-width: 640px) {
  .topbar { padding: 10px 14px 0; }
  .main-nav {
    width: calc(100% + 28px);
    margin: 0 -14px;
    padding: 9px 14px 10px;
    gap: 18px;
  }
}

/* Pathway priority cards: natural content flow prevents text collisions at every width. */
body.pathway-page .priority-grid.visual-priority > article.priority-card {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 460px;
  height: auto;
  padding: 26px 24px;
}
body.pathway-page .priority-grid.visual-priority > article.priority-card > * {
  margin-left: 0;
  margin-right: 0;
}
body.pathway-page .priority-grid.visual-priority > article.priority-card > span {
  margin: auto 0 12px;
}
body.pathway-page .priority-grid.visual-priority > article.priority-card > h3 {
  min-height: 0;
  margin: 0;
  padding: 0;
  font-size: clamp(24px, 1.65vw, 28px);
  line-height: 1.16;
}
body.pathway-page .priority-grid.visual-priority > article.priority-card > p {
  min-height: 0;
  margin: 12px 0 0;
  padding: 0;
  font-size: 16px;
  line-height: 1.68;
}

@media (max-width: 1080px) {
  body.pathway-page .priority-grid.visual-priority > article.priority-card {
    min-height: 420px;
  }
}

@media (max-width: 640px) {
  body.pathway-page .priority-grid.visual-priority {
    grid-template-columns: 1fr;
  }
  body.pathway-page .priority-grid.visual-priority > article.priority-card {
    min-height: 440px;
  }
}

/* Trine University motion system */
@media (prefers-reduced-motion: no-preference) {
  .trine-motion-ready .trine-hero-motion {
    opacity: 0;
    transform: translateY(26px);
    transition:
      opacity 760ms cubic-bezier(.22, 1, .36, 1) 120ms,
      transform 760ms cubic-bezier(.22, 1, .36, 1) 120ms;
  }

  .trine-motion-ready .trine-hero.is-motion-visible .trine-hero-motion {
    opacity: 1;
    transform: translateY(0);
  }

  .trine-motion-ready .trine-motion-reveal {
    opacity: 0;
    transform: translateY(22px);
    transition:
      opacity 580ms cubic-bezier(.22, 1, .36, 1),
      transform 580ms cubic-bezier(.22, 1, .36, 1);
    transition-delay: min(calc(var(--trine-motion-order, 0) * 55ms), 300ms);
    will-change: opacity, transform;
  }

  .trine-motion-ready .trine-motion-reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
  }

  .trine-motion-ready .trine-auth-main.trine-motion-reveal,
  .trine-motion-ready .feature-copy > .trine-motion-reveal,
  .trine-motion-ready .feature-photo.trine-motion-reveal {
    transform: translateX(-26px);
  }

  .trine-motion-ready .trine-data-head.trine-motion-reveal,
  .trine-motion-ready .feature-photo.trine-motion-reveal {
    transform: translateX(26px);
  }

  .trine-motion-ready .trine-auth-main.trine-motion-reveal.is-visible,
  .trine-motion-ready .trine-data-head.trine-motion-reveal.is-visible,
  .trine-motion-ready .feature-copy > .trine-motion-reveal.is-visible,
  .trine-motion-ready .feature-photo.trine-motion-reveal.is-visible {
    transform: translateX(0);
  }

  .trine-motion-ready .trine-motion-count {
    display: inline-block;
    min-width: 5ch;
    font-variant-numeric: tabular-nums;
  }

  .trine-motion-ready .photo-card,
  .trine-motion-ready .major-card,
  .trine-motion-ready .accreditation-card {
    transition-property: opacity, transform, box-shadow, border-color;
  }

  .trine-motion-ready .photo-card:hover,
  .trine-motion-ready .major-card:hover,
  .trine-motion-ready .accreditation-card:hover {
    transform: translateY(-5px);
  }
}

/* Partnership ecosystem motion system */
@media (prefers-reduced-motion: no-preference) {
  .partners-motion-ready .partners-hero-motion {
    opacity: 0;
    transform: translateY(26px);
    transition:
      opacity 760ms cubic-bezier(.22, 1, .36, 1) 120ms,
      transform 760ms cubic-bezier(.22, 1, .36, 1) 120ms;
  }

  .partners-motion-ready .partners-hero-v2.is-motion-visible .partners-hero-motion {
    opacity: 1;
    transform: translateY(0);
  }

  .partners-motion-ready .partners-hero-proof > div {
    opacity: 0;
    transform: translateY(10px);
    transition:
      opacity 460ms cubic-bezier(.22, 1, .36, 1),
      transform 460ms cubic-bezier(.22, 1, .36, 1);
  }

  .partners-motion-ready .partners-hero-v2.is-motion-visible .partners-hero-proof > div {
    opacity: 1;
    transform: translateY(0);
  }

  .partners-motion-ready .partners-hero-v2.is-motion-visible .partners-hero-proof > div:nth-child(1) { transition-delay: 430ms; }
  .partners-motion-ready .partners-hero-v2.is-motion-visible .partners-hero-proof > div:nth-child(2) { transition-delay: 510ms; }
  .partners-motion-ready .partners-hero-v2.is-motion-visible .partners-hero-proof > div:nth-child(3) { transition-delay: 590ms; }

  .partners-motion-ready .partners-motion-reveal {
    opacity: 0;
    transform: translateY(22px);
    transition:
      opacity 560ms cubic-bezier(.22, 1, .36, 1),
      transform 560ms cubic-bezier(.22, 1, .36, 1);
    transition-delay: min(calc(var(--partners-motion-order, 0) * 48ms), 280ms);
    will-change: opacity, transform;
  }

  .partners-motion-ready .partners-motion-reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
  }

  .partners-motion-ready .ecosystem-column.domestic.partners-motion-reveal,
  .partners-motion-ready .us-partner-row:nth-child(odd).partners-motion-reveal,
  .partners-motion-ready .evidence-feature.partners-motion-reveal {
    transform: translateX(-26px);
  }

  .partners-motion-ready .ecosystem-column.international.partners-motion-reveal,
  .partners-motion-ready .us-partner-row:nth-child(even).partners-motion-reveal,
  .partners-motion-ready .evidence-card.partners-motion-reveal {
    transform: translateX(26px);
  }

  .partners-motion-ready .ecosystem-column.partners-motion-reveal.is-visible,
  .partners-motion-ready .us-partner-row.partners-motion-reveal.is-visible,
  .partners-motion-ready .evidence-feature.partners-motion-reveal.is-visible,
  .partners-motion-ready .evidence-card.partners-motion-reveal.is-visible {
    transform: translateX(0);
  }

  .partners-motion-ready .partners-overview .ecosystem-map::before,
  .partners-motion-ready .partners-overview .ecosystem-map::after {
    transform: scaleX(0);
    transition: transform 760ms cubic-bezier(.22, 1, .36, 1) 240ms;
  }

  .partners-motion-ready .partners-overview .ecosystem-map:has(.ecosystem-core.is-visible)::before,
  .partners-motion-ready .partners-overview .ecosystem-map:has(.ecosystem-core.is-visible)::after {
    transform: scaleX(1);
  }

  .partners-motion-ready .partners-overview .ecosystem-map::before { transform-origin: right center; }
  .partners-motion-ready .partners-overview .ecosystem-map::after { transform-origin: left center; }
}

/* Keep the 2+2 cross layout after the shared pathway-card fallbacks. */
body.pathway-page .priority-grid.visual-priority.cross-priority > article.priority-card {
  display: block;
  min-height: 340px;
  padding: 0;
}

/* Immersive F2EDU history page */
body.history-page { background: #07192d; }
.history-page main { overflow: clip; }
.history-hero {
  position: relative;
  min-height: calc(100svh - var(--header-height, 70px));
  display: flex;
  align-items: flex-end;
  color: #fff;
  background: #07192d;
}
.history-hero > img,
.history-media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.history-hero > img { object-position: center 38%; }
.history-hero-shade,
.history-overlay { position: absolute; inset: 0; pointer-events: none; }
.history-hero-shade { background: linear-gradient(90deg, rgba(4,17,32,.9) 0%, rgba(4,17,32,.5) 52%, rgba(4,17,32,.18) 100%), linear-gradient(0deg, rgba(4,17,32,.88) 0%, transparent 52%); }
.history-hero-copy {
  position: relative;
  z-index: 2;
  width: min(1120px, calc(100% - 11vw));
  margin: 0 auto;
  padding: 0 0 clamp(86px, 12vh, 140px);
}
.history-kicker,
.history-label { color: #d4aa45; font-size: 14px; font-weight: 800; text-transform: uppercase; }
.history-hero h1 { max-width: 920px; margin: 14px 0 22px; color: #fff; font-size: clamp(52px, 6.7vw, 112px); line-height: .98; }
.history-hero-copy > p:last-child { max-width: 760px; margin: 0; color: rgba(255,255,255,.86); font-size: clamp(17px, 1.35vw, 22px); line-height: 1.75; }
.history-scroll { position: absolute; z-index: 3; right: 5.5vw; bottom: 44px; display: flex; align-items: center; gap: 12px; color: #fff; font-size: 13px; }
.history-scroll i { display: block; width: 1px; height: 45px; background: #d4aa45; animation: historyPulse 1.8s ease-in-out infinite; }
@keyframes historyPulse { 50% { transform: scaleY(.45); transform-origin: top; opacity: .5; } }
.history-stream { position: relative; background: #07192d; }
.history-rail {
  position: fixed;
  z-index: 20;
  top: 50%;
  right: 22px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  transform: translateY(-50%);
  opacity: 0;
  pointer-events: none;
  transition: opacity .25s ease;
}
.history-page:has(.history-chapter:hover) .history-rail,
.history-rail:focus-within { opacity: 1; pointer-events: auto; }
.history-rail a { padding: 5px 8px; color: rgba(255,255,255,.55); font-size: 11px; font-weight: 700; text-align: right; border-right: 2px solid rgba(255,255,255,.2); }
.history-rail a.is-active { color: #fff; border-color: #d4aa45; }
.history-chapter {
  position: relative;
  min-height: 100svh;
  display: flex;
  align-items: center;
  color: #fff;
  isolation: isolate;
}
.history-chapter .history-media { z-index: -2; object-position: center; }
.history-chapter video.history-media { background: #07192d; }
.history-overlay { z-index: -1; background: linear-gradient(90deg, rgba(3,15,29,.92) 0%, rgba(3,15,29,.62) 42%, rgba(3,15,29,.1) 75%); }
.history-chapter.align-right .history-overlay { background: linear-gradient(270deg, rgba(3,15,29,.92) 0%, rgba(3,15,29,.62) 42%, rgba(3,15,29,.1) 75%); }
.history-copy { width: min(1120px, calc(100% - 11vw)); margin: 0 auto; padding: 100px 0; }
.history-align {}
.align-right .history-copy { display: flex; flex-direction: column; align-items: flex-end; text-align: left; }
.history-copy > * { width: min(620px, 58%); }
.history-year { display: block; width: auto; margin-bottom: 20px; color: #d4aa45; font-size: clamp(70px, 9vw, 150px); font-weight: 800; line-height: .75; letter-spacing: 0; opacity: .9; }
.history-year.range { font-size: clamp(52px, 7vw, 112px); }
.history-label { margin: 0 0 12px; }
.history-copy h2 { margin: 0 0 22px; color: #fff; font-size: clamp(38px, 4.5vw, 72px); line-height: 1.08; }
.history-copy > p:not(.history-label) { color: rgba(255,255,255,.84); font-size: clamp(17px, 1.25vw, 21px); line-height: 1.75; }
.history-copy details { margin-top: 28px; }
.history-copy summary { display: inline-flex; align-items: center; gap: 12px; width: auto; color: #fff; font-size: 15px; font-weight: 800; cursor: pointer; list-style: none; border-bottom: 2px solid #d4aa45; padding-bottom: 7px; }
.history-copy summary::-webkit-details-marker { display: none; }
.history-copy summary::after { content: '+'; color: #d4aa45; font-size: 22px; line-height: 1; }
.history-copy details[open] summary::after { content: '−'; }
.history-events { margin-top: 18px; padding: 18px 22px; background: rgba(4,17,32,.78); border-left: 3px solid #d4aa45; backdrop-filter: blur(10px); }
.history-events p { display: grid; grid-template-columns: 78px 1fr; gap: 12px; margin: 0; padding: 8px 0; color: rgba(255,255,255,.88); font-size: 14px; line-height: 1.6; border-bottom: 1px solid rgba(255,255,255,.14); }
.history-events p:last-child { border-bottom: 0; }
.history-events time { color: #d4aa45; font-weight: 800; }
.history-interlude { min-height: 62svh; display: grid; grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr); background: #f3f5f8; color: #102842; }
.history-interlude > div { display: flex; flex-direction: column; justify-content: center; align-items: flex-start; padding: clamp(50px, 8vw, 130px); }
.history-interlude > div p { margin: 0 0 18px; color: #c49835; font-size: 16px; font-weight: 800; }
.history-interlude > div h2 { margin: 0 0 28px; font-size: clamp(38px, 4vw, 68px); line-height: 1.08; }
.history-interlude > div a { color: #51479d; font-weight: 800; text-decoration: underline; text-underline-offset: 5px; }
.history-interlude > img { width: 100%; height: 100%; min-height: 62svh; object-fit: cover; }
.portrait-band { grid-template-columns: 1fr .92fr 1fr; min-height: 58svh; background: #102842; color: #fff; }
.portrait-band > img { min-height: 58svh; }
.portrait-band > div { padding-inline: clamp(32px, 5vw, 76px); align-items: center; text-align: center; }
.portrait-band > div h2 { color: #fff; font-size: clamp(30px, 3.3vw, 52px); }
.portrait-band > div span { color: rgba(255,255,255,.68); line-height: 1.7; }
.split-scene { grid-template-columns: 1fr .72fr 1fr; background: #d4aa45; color: #07192d; }
.split-scene > div { padding-inline: clamp(26px, 4vw, 60px); text-align: center; align-items: center; }
.split-scene > div p { color: #51479d; }
.split-scene > div h2 { font-size: clamp(28px, 3vw, 48px); }
@media (max-width: 900px) {
  .history-rail { display: none; }
  .history-hero-copy, .history-copy { width: min(100% - 40px, 720px); }
  .history-copy > * { width: min(100%, 620px); }
  .history-year { font-size: 72px; }
  .history-interlude, .portrait-band, .split-scene { grid-template-columns: 1fr; }
  .history-interlude > img, .portrait-band > img, .split-scene > img { min-height: 42svh; }
  .portrait-band > img:last-child, .split-scene > img:last-child { display: none; }
  .history-interlude > div { min-height: 48svh; padding: 54px 24px; }
}
@media (max-width: 620px) {
  .history-hero h1 { font-size: 46px; }
  .history-chapter { min-height: 88svh; align-items: flex-end; }
  .history-overlay, .history-chapter.align-right .history-overlay { background: linear-gradient(0deg, rgba(3,15,29,.96) 0%, rgba(3,15,29,.68) 58%, rgba(3,15,29,.12) 100%); }
  .history-copy { padding: 72px 0 54px; }
  .align-right .history-copy { align-items: flex-start; }
  .history-copy h2 { font-size: 38px; }
  .history-year, .history-year.range { font-size: 60px; }
  .history-events p { grid-template-columns: 65px 1fr; }
}
@media (prefers-reduced-motion: reduce) {
  .history-scroll i { animation: none; }
  .history-chapter video { display: none; }
}

/* Apple-style four-panel showcase for the 2+2 parent questions. */
body.pathway-page .priority-grid.visual-priority.showcase-priority {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  background: var(--white);
}

body.pathway-page .priority-grid.visual-priority.showcase-priority > article.priority-card {
  position: relative;
  display: block;
  width: 100%;
  min-width: 0;
  height: 280px;
  min-height: 280px;
  aspect-ratio: auto;
  padding: 0;
  overflow: hidden;
}

body.pathway-page .showcase-priority > .priority-card::before {
  transform: scale(1);
}

body.pathway-page .showcase-priority > .priority-card:nth-child(1)::after,
body.pathway-page .showcase-priority > .priority-card:nth-child(2)::after {
  background: linear-gradient(0deg, rgba(5,14,28,.78) 0%, rgba(5,14,28,.34) 45%, rgba(5,14,28,.02) 78%);
}

body.pathway-page .showcase-priority > .priority-card:nth-child(3)::after,
body.pathway-page .showcase-priority > .priority-card:nth-child(4)::after {
  background: linear-gradient(180deg, rgba(5,14,28,.78) 0%, rgba(5,14,28,.34) 45%, rgba(5,14,28,.02) 78%);
}

body.pathway-page .showcase-priority .priority-copy {
  position: absolute;
  left: 50%;
  z-index: 3;
  width: min(78%, 430px);
  margin: 0;
  transform: translateX(-50%);
  text-align: center;
}

body.pathway-page .showcase-priority > .priority-card:nth-child(1) .priority-copy,
body.pathway-page .showcase-priority > .priority-card:nth-child(2) .priority-copy {
  bottom: 24px;
}

body.pathway-page .showcase-priority > .priority-card:nth-child(3) .priority-copy,
body.pathway-page .showcase-priority > .priority-card:nth-child(4) .priority-copy {
  top: 24px;
}

body.pathway-page .showcase-priority .priority-copy span {
  display: block;
  margin: 0 0 5px;
  color: var(--gold);
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
  opacity: 1;
}

body.pathway-page .showcase-priority .priority-copy h3 {
  min-height: 0;
  margin: 0;
  padding: 0;
  color: var(--white);
  font-size: clamp(23px, 2vw, 30px);
  line-height: 1.15;
  text-shadow: 0 2px 18px rgba(0,0,0,.45);
}

body.pathway-page .showcase-priority .priority-copy p {
  min-height: 0;
  margin: 8px 0 0;
  padding: 0;
  color: rgba(255,255,255,.9);
  font-size: 15px;
  line-height: 1.55;
  text-shadow: 0 2px 14px rgba(0,0,0,.55);
}

@media (max-width: 760px) {
  body.pathway-page .priority-grid.visual-priority.showcase-priority {
    grid-template-columns: 1fr;
  }

  body.pathway-page .priority-grid.visual-priority.showcase-priority > article.priority-card {
    height: 340px;
    min-height: 340px;
  }

  body.pathway-page .showcase-priority > .priority-card:nth-child(n) .priority-copy {
    top: auto;
    bottom: 24px;
  }

  body.pathway-page .showcase-priority > .priority-card:nth-child(n)::after {
    background: linear-gradient(0deg, rgba(5,14,28,.82) 0%, rgba(5,14,28,.38) 58%, rgba(5,14,28,.03) 100%);
  }
}

/* Calmer horizontal gallery: vertical page flow stays vertical; the history rail moves only on request. */
@media (min-width: 901px) {
  .history-stream {
    position: relative;
    height: calc(100svh - 80px) !important;
    min-height: calc(100svh - 80px);
    max-height: calc(100svh - 80px);
    background: #07192d;
  }

  .history-horizontal-viewport {
    position: relative;
    z-index: 1;
    top: auto;
    width: 100%;
    height: calc(100svh - 80px);
    min-height: 640px;
    overflow: hidden;
  }

  .history-horizontal-track {
    display: flex;
    width: 100%;
    height: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    scrollbar-width: none;
    overscroll-behavior-x: contain;
    transform: none !important;
  }

  .history-horizontal-track::-webkit-scrollbar { display: none; }

  .history-horizontal-track > .history-chapter,
  .history-horizontal-track > .history-interlude {
    flex: 0 0 100vw;
    width: 100vw;
    height: 100%;
    min-height: 100%;
    scroll-snap-align: start;
    scroll-snap-stop: always;
  }

  .history-page .history-rail,
  .history-page.is-history-active .history-rail,
  .history-page:not(.is-history-active) .history-rail {
    position: absolute;
    z-index: 30;
    top: auto;
    right: auto;
    bottom: 24px;
    left: 50%;
    display: flex;
    flex-direction: row;
    gap: 0;
    padding: 0 18px;
    transform: translateX(-50%);
    background: rgba(4,17,32,.76);
    border: 1px solid rgba(255,255,255,.18);
    backdrop-filter: blur(14px);
    opacity: 1 !important;
    pointer-events: auto !important;
  }

  .history-rail a {
    min-width: 88px;
    padding: 15px 12px 13px;
    color: rgba(255,255,255,.52);
    font-size: 12px;
    text-align: center;
    border-right: 0;
    border-bottom: 3px solid transparent;
  }

  .history-rail a.is-active {
    color: #fff;
    border-color: #d4aa45;
  }

  .history-interlude > img { min-height: 100%; }

  .history-controls {
    position: absolute;
    z-index: 40;
    right: 3.2vw;
    top: 50%;
    bottom: auto;
    display: flex;
    flex-direction: column;
    gap: 8px;
    transform: translateY(-50%);
  }

  .history-controls button {
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    padding: 0;
    color: #fff;
    font-size: 23px;
    line-height: 1;
    background: rgba(4,17,32,.78);
    border: 1px solid rgba(255,255,255,.28);
    cursor: pointer;
    backdrop-filter: blur(14px);
  }

  .history-controls button:hover { background: #51479d; }
  .history-controls button:disabled { opacity: .35; cursor: default; }
}

@media (max-width: 900px) {
  .history-controls { display: none; }
}

@media (max-width: 760px) {
  body.pathway-page .priority-grid.visual-priority.cross-priority > article.priority-card {
    display: flex;
    min-height: 420px;
    padding: 26px 24px;
  }
}

/* Cobloc-inspired activity showcase */
.showcase-page { background: #f3f5f8; }
.showcase-page main { overflow: clip; }
.showcase-hero { position: relative; min-height: calc(100svh - 80px); display: flex; align-items: flex-end; color: #fff; background: #07192d; }
.showcase-hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 38%; }
.showcase-hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg,rgba(3,15,29,.92) 0%,rgba(3,15,29,.52) 52%,rgba(3,15,29,.12) 100%),linear-gradient(0deg,rgba(3,15,29,.82),transparent 58%); }
.showcase-hero-copy { position: relative; z-index: 2; width: min(1120px,calc(100% - 11vw)); margin: 0 auto; padding: 0 0 clamp(74px,11vh,126px); }
.showcase-hero-copy > p { margin: 0 0 15px; color: #d4aa45; font-size: 14px; font-weight: 800; }
.showcase-hero h1 { max-width: 980px; margin: 0 0 24px; color: #fff; font-size: clamp(54px,7vw,108px); line-height: .98; }
.showcase-hero-copy > span { display: block; max-width: 720px; color: rgba(255,255,255,.84); font-size: clamp(17px,1.3vw,21px); line-height: 1.75; }
.showcase-down { position: absolute; z-index: 3; right: 5.5vw; bottom: 42px; display: grid; place-items: center; width: 52px; height: 52px; color: #fff; font-size: 26px; border: 1px solid rgba(255,255,255,.45); }
.showcase-intro { display: grid; grid-template-columns: minmax(0,1.35fr) minmax(320px,.65fr); gap: clamp(50px,9vw,150px); width: min(1160px,calc(100% - 11vw)); margin: 0 auto; padding: clamp(100px,13vw,190px) 0 74px; align-items: end; }
.showcase-intro h2 { max-width: 780px; margin: 12px 0 0; font-size: clamp(44px,5vw,76px); line-height: 1.05; }
.showcase-intro > p { margin: 0 0 8px; color: #3f5872; font-size: 17px; line-height: 1.9; }
.showcase-filters { display: flex; gap: 28px; width: min(1160px,calc(100% - 11vw)); margin: 0 auto 42px; padding: 0 0 17px; border-bottom: 1px solid #cbd5df; }
.showcase-filters button { padding: 0 0 8px; color: #6c7e91; font-size: 14px; font-weight: 800; background: transparent; border: 0; border-bottom: 2px solid transparent; cursor: pointer; }
.showcase-filters button.is-active { color: #51479d; border-color: #d4aa45; }
.showcase-projects { display: grid; grid-template-columns: repeat(12,minmax(0,1fr)); gap: clamp(14px,1.6vw,28px); width: min(1440px,calc(100% - 5vw)); margin: 0 auto; padding-bottom: clamp(90px,11vw,160px); align-items: start; }
.showcase-project { min-width: 0; opacity: 0; transform: translateY(44px); transition: opacity .7s ease,transform .8s cubic-bezier(.22,1,.36,1); }
.showcase-project.is-visible { opacity: 1; transform: none; }
.showcase-project[hidden] { display: none; }
.showcase-project.project-wide { grid-column: span 8; }
.showcase-project.project-tall { grid-column: span 4; }
.showcase-project.project-square { grid-column: span 4; }
.showcase-project:nth-child(4) { grid-column: 5 / span 8; }
.showcase-project:nth-child(5) { grid-column: span 7; }
.showcase-project:nth-child(6) { grid-column: span 5; }
.showcase-open { position: relative; display: block; width: 100%; height: 100%; min-height: 420px; padding: 0; overflow: hidden; text-align: left; background: #07192d; border: 0; cursor: pointer; }
.project-wide .showcase-open { height: clamp(500px,48vw,700px); }
.project-tall .showcase-open { height: clamp(590px,58vw,820px); }
.project-square .showcase-open { height: clamp(420px,40vw,590px); }
.showcase-open > img,.showcase-open > video { width: 100%; height: 100%; object-fit: cover; transition: transform 1s cubic-bezier(.22,1,.36,1),filter .4s ease; }
.showcase-open::after { content: ''; position: absolute; inset: 0; background: linear-gradient(0deg,rgba(3,15,29,.82) 0%,rgba(3,15,29,.06) 58%); }
.showcase-open:hover > img,.showcase-open:hover > video { transform: scale(1.045); }
.project-meta,.project-title,.showcase-open > i { position: absolute; z-index: 2; left: clamp(22px,3vw,46px); color: #fff; }
.project-meta { bottom: 116px; color: #d4aa45; font-size: 13px; font-weight: 800; }
.project-title { right: 24px; bottom: 48px; font-size: clamp(25px,2.4vw,42px); font-weight: 800; line-height: 1.15; }
.showcase-open > i { top: 26px; right: 26px; left: auto; padding-bottom: 5px; font-size: 12px; font-style: normal; font-weight: 800; border-bottom: 1px solid #d4aa45; opacity: 0; transform: translateY(8px); transition: .3s ease; }
.showcase-open:hover > i { opacity: 1; transform: none; }
.showcase-origin { padding: clamp(100px,13vw,190px) 8vw; color: #fff; background: #51479d; }
.showcase-origin p { color: #f0c758; font-weight: 800; }
.showcase-origin h2 { max-width: 1050px; margin: 18px 0 28px; color: #fff; font-size: clamp(44px,5.4vw,82px); line-height: 1.03; }
.showcase-origin span { display: block; max-width: 760px; color: rgba(255,255,255,.78); font-size: 18px; line-height: 1.8; }
.showcase-dialog { width: min(1080px,90vw); max-height: 86vh; padding: 0; color: #102842; background: #fff; border: 0; box-shadow: 0 26px 90px rgba(0,0,0,.36); }
.showcase-dialog[open] { display: grid; grid-template-columns: 1.18fr .82fr; }
.showcase-dialog::backdrop { background: rgba(3,15,29,.78); backdrop-filter: blur(5px); }
.showcase-dialog-media { min-height: 560px; }
.showcase-dialog-media img { width: 100%; height: 100%; object-fit: cover; }
.showcase-dialog-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(42px,5vw,76px); }
.showcase-dialog-copy .dialog-meta { color: #c49835; font-size: 13px; font-weight: 800; }
.showcase-dialog-copy h2 { margin: 14px 0 20px; font-size: clamp(32px,3vw,50px); line-height: 1.1; }
.showcase-dialog-copy .dialog-description { color: #435b73; font-size: 16px; line-height: 1.85; }
.showcase-dialog-copy a { align-self: flex-start; margin-top: 28px; color: #51479d; font-weight: 800; text-decoration: underline; text-underline-offset: 5px; }
.showcase-close { position: absolute; z-index: 4; top: 16px; right: 16px; display: grid; place-items: center; width: 40px; height: 40px; padding: 0; color: #fff; font-size: 26px; background: #102842; border: 0; cursor: pointer; }
@media (max-width: 900px) {
  .showcase-intro { grid-template-columns: 1fr; gap: 28px; }
  .showcase-project.project-wide,.showcase-project.project-tall,.showcase-project.project-square,.showcase-project:nth-child(n) { grid-column: span 6; }
  .showcase-dialog[open] { grid-template-columns: 1fr; }
  .showcase-dialog-media { min-height: 340px; }
}
@media (max-width: 620px) {
  .showcase-hero h1 { font-size: 46px; }
  .showcase-intro,.showcase-filters { width: calc(100% - 40px); }
  .showcase-filters { gap: 16px; overflow-x: auto; white-space: nowrap; }
  .showcase-projects { width: calc(100% - 24px); gap: 12px; }
  .showcase-project.project-wide,.showcase-project.project-tall,.showcase-project.project-square,.showcase-project:nth-child(n) { grid-column: 1 / -1; }
  .project-wide .showcase-open,.project-tall .showcase-open,.project-square .showcase-open { height: 520px; }
}

/* F²EDU chronological activity archive */
.archive-page { background: #f4f6f8; }
.archive-page main { overflow: clip; }
.archive-hero {
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: calc(100svh - 76px);
  color: #fff;
  background: #07192d;
}
.archive-hero > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 44%;
}
.archive-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(3,15,29,.9) 0%, rgba(3,15,29,.5) 48%, rgba(3,15,29,.08) 78%), linear-gradient(0deg, rgba(3,15,29,.72), transparent 55%);
}
.archive-hero-copy {
  position: relative;
  z-index: 2;
  width: min(1080px, calc(100% - 12vw));
  margin: 0 auto;
  padding: 0 0 clamp(70px, 11vh, 112px);
}
.archive-hero-copy > p,
.archive-heading time,
.archive-feature time,
.archive-video time {
  color: #d4aa45;
  font-size: 14px;
  font-weight: 800;
}
.archive-hero h1 {
  max-width: 980px;
  margin: 14px 0 22px;
  color: #fff;
  font-size: clamp(52px, 6.2vw, 92px);
  line-height: 1.02;
}
.archive-hero-copy > span {
  display: block;
  max-width: 690px;
  color: rgba(255,255,255,.86);
  font-size: clamp(17px, 1.3vw, 21px);
  line-height: 1.75;
}
.archive-scroll {
  position: absolute;
  z-index: 3;
  right: 5vw;
  bottom: 42px;
  display: flex;
  align-items: center;
  gap: 13px;
  color: rgba(255,255,255,.8);
  font-size: 12px;
  font-weight: 700;
}
.archive-scroll i { width: 1px; height: 45px; background: #d4aa45; animation: archivePulse 1.8s ease-in-out infinite; }
@keyframes archivePulse { 50% { transform: scaleY(.45); transform-origin: top; opacity: .5; } }

.archive-intro {
  width: min(1100px, calc(100% - 12vw));
  margin: 0 auto;
  padding: clamp(82px, 10vw, 140px) 0 clamp(72px, 8vw, 110px);
  border-bottom: 1px solid #cbd5df;
}
.archive-intro > div { display: grid; grid-template-columns: minmax(0, .9fr) minmax(360px, .75fr); gap: clamp(50px, 8vw, 120px); align-items: end; }
.archive-intro h2 { margin: 12px 0 0; font-size: clamp(46px, 5vw, 72px); line-height: 1.05; }
.archive-intro div p { margin: 0 0 6px; color: #435b73; font-size: 17px; line-height: 1.9; }
.archive-video-entry {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(28px, 5vw, 72px);
  align-items: end;
  width: min(1180px, calc(100% - 10vw));
  margin: 0 auto clamp(58px, 7vw, 96px);
  padding: clamp(28px, 4vw, 46px);
  background: #102a43;
  color: #fff;
  border-top: 4px solid #d4aa45;
}
.archive-video-entry .eyebrow { color: #d4aa45; }
.archive-video-entry h2 {
  margin: 10px 0 12px;
  color: #fff;
  font-size: clamp(32px, 3.6vw, 52px);
  line-height: 1.08;
}
.archive-video-entry p:not(.eyebrow) {
  max-width: 820px;
  margin: 0;
  color: rgba(255, 255, 255, .78);
  font-size: 17px;
  line-height: 1.78;
}
.archive-video-entry .archive-inline-link {
  color: #fff;
  white-space: nowrap;
}

.archive-timeline { background: #f4f6f8; }
.archive-year-section {
  display: grid;
  grid-template-columns: minmax(150px, 210px) minmax(0, 1fr);
  gap: clamp(42px, 7vw, 110px);
  width: min(1180px, calc(100% - 10vw));
  margin: 0 auto;
  padding: clamp(90px, 10vw, 150px) 0;
  border-bottom: 1px solid #cbd5df;
}
.archive-year {
  position: sticky;
  top: 112px;
  align-self: start;
  width: 100%;
  padding-top: 0;
}
.archive-year strong {
  display: block;
  width: 100%;
  color: #51479d;
  font-size: clamp(48px, 5vw, 72px);
  font-variant-numeric: tabular-nums;
  font-feature-settings: "tnum" 1;
  line-height: .94;
  text-align: left;
}
.archive-year-range b {
  display: block;
  width: 100%;
  font: inherit;
  text-align: left;
}
.archive-year-range b + b {
  position: relative;
  margin-top: 28px;
}
.archive-year-range b + b::before {
  content: "";
  position: absolute;
  left: 0;
  top: -17px;
  width: 52px;
  height: 4px;
  background: currentColor;
  opacity: .72;
}
.archive-year span { display: block; margin-top: 17px; color: #c49835; font-size: 13px; font-weight: 800; }
.archive-year-content { min-width: 0; }
.archive-year-content > * { opacity: 0; transform: translateY(28px); transition: opacity .65s ease, transform .75s cubic-bezier(.22,1,.36,1); }
.archive-year-content > *.is-visible { opacity: 1; transform: none; }

.archive-feature { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(320px, .75fr); background: #102a43; color: #fff; }
.archive-feature > img { width: 100%; height: 100%; min-height: 500px; object-fit: cover; object-position: 68% center; }
.archive-feature > div { display: flex; flex-direction: column; justify-content: flex-end; padding: clamp(34px, 4vw, 58px); }
.archive-feature h2,
.archive-video h2,
.archive-heading h2 { margin: 11px 0 16px; font-size: clamp(34px, 3.5vw, 52px); line-height: 1.08; }
.archive-feature h2,
.archive-video h2 { color: #fff; }
.archive-feature p,
.archive-video p { margin: 0; color: rgba(255,255,255,.82); font-size: 16px; line-height: 1.85; }

.archive-event-list { margin-top: 34px; border-top: 1px solid #cbd5df; }
.archive-event-list article {
  display: grid;
  grid-template-columns: 78px minmax(0, 1fr);
  gap: 22px;
  padding: 27px 0;
  border-bottom: 1px solid #cbd5df;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity .55s ease, transform .65s ease;
}
.archive-event-list article.is-visible { opacity: 1; transform: none; }
.archive-event-list time { color: #c49835; font-size: 22px; font-weight: 800; }
.archive-event-list h3 { margin: 0 0 7px; color: #102a43; font-size: 23px; line-height: 1.25; }
.archive-event-list p { margin: 0; color: #526b83; font-size: 15px; line-height: 1.75; }

.archive-year-section.archive-dark {
  width: min(1180px, calc(100% - 10vw));
  grid-template-columns: minmax(150px, 210px) minmax(0, 1fr);
  color: #fff;
  background: #0b2136;
  box-shadow: 0 0 0 100vmax #0b2136;
  clip-path: inset(0 -100vmax);
  border-bottom: 0;
}
.archive-dark .archive-year strong { color: #fff; }
.archive-dark .archive-video { position: relative; margin: 0; min-height: 590px; overflow: hidden; }
.archive-video video { width: 100%; height: 590px; object-fit: cover; }
.archive-video::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(3,15,29,.88), rgba(3,15,29,.06) 68%); pointer-events: none; }
.archive-video figcaption { position: absolute; z-index: 2; right: 0; bottom: 0; left: 0; padding: clamp(30px, 5vw, 64px); }
.archive-video figcaption p { max-width: 740px; }
.archive-photo-pair { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 16px; }
.archive-photo-pair img { width: 100%; height: 330px; object-fit: cover; }
.archive-dark .archive-event-list { border-color: rgba(255,255,255,.22); }
.archive-dark .archive-event-list article { border-color: rgba(255,255,255,.18); }
.archive-dark .archive-event-list h3 { color: #fff; }
.archive-dark .archive-event-list p { color: rgba(255,255,255,.7); }
.archive-dark .archive-heading h2 { color: #fff; }
.archive-dark .archive-heading p { color: rgba(255,255,255,.78); }

.archive-year-section.archive-quiet {
  width: min(1180px, calc(100% - 10vw));
  grid-template-columns: minmax(150px, 210px) minmax(0, 1fr);
  background: #e7ebf0;
  box-shadow: 0 0 0 100vmax #e7ebf0;
  clip-path: inset(0 -100vmax);
  border-bottom: 0;
}
.archive-continuity { display: grid; grid-template-columns: minmax(340px, .9fr) minmax(0, 1.1fr); align-items: stretch; }
.archive-continuity > div { display: flex; flex-direction: column; justify-content: center; padding: clamp(36px, 4vw, 54px); background: #fff; }
.archive-continuity h2 { margin: 12px 0 20px; font-size: clamp(34px, 3vw, 48px); line-height: 1.12; }
.archive-continuity p:last-child { margin: 0; color: #435b73; font-size: 16px; line-height: 1.85; }
.archive-continuity img { width: 100%; height: 100%; min-height: 530px; object-fit: cover; }

.archive-heading { max-width: 820px; margin-bottom: 38px; }
.archive-heading h2 { color: #102a43; }
.archive-heading p { color: #435b73; font-size: 17px; line-height: 1.85; }
.archive-photo-triptych { display: grid; grid-template-columns: 1.15fr .85fr .85fr; gap: 14px; }
.archive-photo-triptych img { width: 100%; height: 390px; object-fit: cover; }
.archive-photo-triptych img:first-child { height: 500px; }
.archive-photo-triptych img:nth-child(2) { margin-top: 54px; }
.archive-photo-triptych img:nth-child(3) { margin-top: 104px; }
.archive-note { margin: 34px 0 0; padding: 24px 28px; color: #435b73; background: #fff; border-left: 4px solid #d4aa45; }
.archive-note strong { margin-right: 12px; color: #51479d; }

.archive-collage { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(260px, .55fr); grid-template-rows: 1fr 1fr; gap: 16px; }
.archive-collage img { width: 100%; height: 280px; object-fit: cover; }
.archive-collage .archive-collage-main { grid-row: 1 / 3; height: 576px; }
.archive-oc-photos img { object-position: center; }

.archive-foundation { border-bottom: 0; padding-bottom: clamp(110px, 13vw, 190px); }
.archive-foundation .archive-year strong { font-size: clamp(48px, 5vw, 72px); }
.archive-foundation .archive-year-content > h2 { max-width: 850px; margin: 12px 0 48px; font-size: clamp(42px, 4.6vw, 68px); line-height: 1.06; }
.archive-foundation-grid { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid #b9c5d1; border-left: 1px solid #b9c5d1; }
.archive-foundation-grid article { min-height: 220px; padding: 34px; border-right: 1px solid #b9c5d1; border-bottom: 1px solid #b9c5d1; }
.archive-foundation-grid time { display: block; margin-bottom: 22px; color: #51479d; font-size: 28px; font-weight: 800; }
.archive-foundation-grid p { margin: 0; color: #435b73; line-height: 1.8; }

.archive-photo-stream {
  padding: clamp(90px, 10vw, 150px) 0 clamp(110px, 12vw, 180px);
  background: #fff;
}
.archive-photo-stream-head {
  display: grid;
  grid-template-columns: minmax(300px, .9fr) minmax(360px, .75fr);
  align-items: end;
  gap: clamp(50px, 8vw, 120px);
  width: min(1180px, calc(100% - 10vw));
  margin: 0 auto;
}
.archive-photo-stream-head h2 {
  margin: 12px 0 0;
  color: #102a43;
  font-size: clamp(52px, 5.5vw, 80px);
  line-height: 1;
}
.archive-photo-stream-head > p {
  margin: 0 0 5px;
  color: #435b73;
  font-size: 17px;
  line-height: 1.9;
}
.archive-photo-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  width: min(1180px, calc(100% - 10vw));
  margin: 48px auto 28px;
  border-top: 1px solid #cbd5df;
  border-bottom: 1px solid #cbd5df;
}
.archive-photo-filters button {
  min-height: 52px;
  padding: 0 20px;
  color: #526b83;
  background: transparent;
  border: 0;
  border-right: 1px solid #d8e0e8;
  font: inherit;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
}
.archive-photo-filters button:first-child { border-left: 1px solid #d8e0e8; }
.archive-photo-filters button:hover { color: #51479d; }
.archive-photo-filters button.is-active { color: #fff; background: #51479d; }
.archive-photo-filters button:focus-visible,
.archive-photo-tile:focus-visible,
.archive-lightbox button:focus-visible { outline: 3px solid #d4aa45; outline-offset: 3px; }

.archive-waterfall {
  column-count: 4;
  column-gap: 14px;
  width: min(1500px, calc(100% - 32px));
  margin: 48px auto 0;
}
.archive-waterfall.is-filtered {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: start;
  gap: 14px;
}
.archive-waterfall.is-filtered .archive-photo-tile { margin-bottom: 0; }
.archive-photo-tile {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: 0 0 14px;
  padding: 0;
  overflow: hidden;
  vertical-align: top;
  color: #fff;
  background: #102a43;
  border: 0;
  break-inside: avoid;
  cursor: zoom-in;
}
.archive-photo-tile[hidden] { display: none; }
.archive-photo-tile::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(3,15,29,.78), rgba(3,15,29,0) 58%);
  opacity: .82;
  transition: opacity .3s ease;
}
.archive-photo-tile img {
  display: block;
  width: 100%;
  height: auto;
  transition: transform .7s cubic-bezier(.22,1,.36,1);
}
.archive-photo-tile > span {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  left: 0;
  display: grid;
  gap: 5px;
  padding: 24px 22px 20px;
  text-align: left;
  transform: translateY(4px);
  transition: transform .3s ease;
}
.archive-photo-tile b {
  display: none;
}
.archive-photo-tile strong {
  color: #fff;
  font-size: clamp(18px, 1.5vw, 24px);
  line-height: 1.18;
}
.archive-photo-tile:hover img { transform: scale(1.035); }
.archive-photo-tile:hover::after { opacity: 1; }
.archive-photo-tile:hover > span { transform: none; }

.archive-lightbox[hidden] { display: none; }
.archive-lightbox {
  position: fixed;
  z-index: 2000;
  inset: 0;
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr) 72px;
  align-items: center;
  padding: 34px;
  color: #fff;
  background: rgba(3,15,29,.96);
}
.archive-lightbox figure {
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  width: min(1180px, 100%);
  height: min(88vh, 900px);
  margin: 0 auto;
}
.archive-lightbox figure img {
  align-self: center;
  justify-self: center;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: calc(88vh - 92px);
  object-fit: contain;
}
.archive-lightbox figcaption {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 30px;
  padding: 18px 0 0;
  border-top: 1px solid rgba(255,255,255,.24);
}
.archive-lightbox figcaption strong { color: #fff; font-size: 20px; }
.archive-lightbox figcaption span { max-width: 680px; color: rgba(255,255,255,.72); line-height: 1.6; text-align: right; }
.archive-lightbox button {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  padding: 0;
  color: #fff;
  background: transparent;
  border: 1px solid rgba(255,255,255,.3);
  font-size: 25px;
  cursor: pointer;
}
.archive-lightbox button:hover { color: #102a43; background: #fff; }
.archive-lightbox-prev { justify-self: start; }
.archive-lightbox-next { justify-self: end; }
.archive-lightbox-close { position: absolute; top: 26px; right: 26px; z-index: 2; }
.archive-lightbox-open { overflow: hidden; }

.back-to-top {
  position: fixed;
  right: clamp(18px, 2.8vw, 42px);
  bottom: clamp(20px, 3vw, 38px);
  z-index: 80;
  display: grid;
  width: 50px;
  height: 50px;
  padding: 0;
  place-items: center;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 4px;
  color: #fff;
  background: #51469f;
  box-shadow: 0 12px 28px rgba(16,42,67,.22);
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px);
  transition: opacity .2s ease, transform .2s ease, visibility .2s ease, background-color .2s ease;
}
.back-to-top span { font: 500 30px/1 Arial, sans-serif; transform: translateY(-1px); }
.back-to-top.is-visible { opacity: 1; visibility: visible; transform: translateY(0); }
.back-to-top:hover { background: #122c45; }
.back-to-top:focus-visible { outline: 3px solid #d4aa45; outline-offset: 3px; }

.archive-end { padding: clamp(100px, 13vw, 190px) 8vw; color: #fff; background: #51479d; }
.archive-end > p { margin: 0; color: #f0c758; font-weight: 800; }
.archive-end h2 { max-width: 1000px; margin: 17px 0 34px; color: #fff; font-size: clamp(48px, 5.6vw, 84px); line-height: 1.03; }
.archive-end a { display: inline-flex; padding: 13px 20px; color: #102a43; background: #fff; font-weight: 800; }

@media (max-width: 980px) {
  .archive-intro > div { grid-template-columns: 1fr; gap: 25px; }
  .archive-year-section,
  .archive-year-section.archive-dark,
  .archive-year-section.archive-quiet { grid-template-columns: 130px minmax(0, 1fr); gap: 34px; }
  .archive-feature { grid-template-columns: 1fr; }
  .archive-feature > img { min-height: 440px; }
  .archive-continuity { grid-template-columns: 1fr; }
  .archive-continuity img { min-height: 420px; }
  .archive-photo-stream-head { grid-template-columns: 1fr; gap: 24px; }
  .archive-waterfall { column-count: 3; }
  .archive-waterfall.is-filtered { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 700px) {
  .archive-hero { min-height: 82svh; }
  .archive-hero h1 { font-size: 46px; }
  .archive-hero-copy { width: calc(100% - 40px); padding-bottom: 70px; }
  .archive-scroll { display: none; }
  .archive-intro { width: calc(100% - 40px); }
  .archive-year-section,
  .archive-year-section.archive-dark,
  .archive-year-section.archive-quiet { display: block; width: 100%; padding: 72px 20px; }
  .archive-year { position: static; margin-bottom: 36px; }
  .archive-year strong { font-size: 54px; }
  .archive-feature > img { min-height: 330px; }
  .archive-video video, .archive-dark .archive-video { height: 520px; min-height: 520px; }
  .archive-photo-pair { grid-template-columns: 1fr; }
  .archive-photo-pair img { height: 290px; }
  .archive-photo-triptych { grid-template-columns: 1fr; }
  .archive-photo-triptych img,
  .archive-photo-triptych img:first-child,
  .archive-photo-triptych img:nth-child(2),
  .archive-photo-triptych img:nth-child(3) { height: 330px; margin-top: 0; }
  .archive-collage { grid-template-columns: 1fr; grid-template-rows: auto; }
  .archive-collage img,
  .archive-collage .archive-collage-main { grid-row: auto; height: 330px; }
  .archive-foundation-grid { grid-template-columns: 1fr; }
  .archive-photo-stream-head,
  .archive-photo-filters { width: calc(100% - 40px); }
  .archive-photo-filters { flex-wrap: nowrap; overflow-x: auto; margin-top: 36px; }
  .archive-photo-filters button { flex: 0 0 auto; }
  .archive-waterfall { column-count: 2; width: calc(100% - 20px); column-gap: 10px; }
  .archive-waterfall.is-filtered { grid-template-columns: 1fr; gap: 10px; }
  .archive-photo-tile { margin-bottom: 10px; }
  .archive-photo-tile > span { padding: 18px 14px 14px; }
  .archive-photo-tile strong { font-size: 17px; }
  .archive-lightbox { grid-template-columns: 48px minmax(0, 1fr) 48px; padding: 20px 10px; }
  .archive-lightbox button { width: 42px; height: 42px; }
  .archive-lightbox figcaption { display: grid; gap: 7px; }
  .archive-lightbox figcaption span { text-align: left; }
  .archive-end { padding-inline: 20px; }
}

@media (prefers-reduced-motion: reduce) {
  .archive-scroll i { animation: none; }
  .archive-year-content > *, .archive-event-list article { opacity: 1; transform: none; transition: none; }
  .archive-photo-tile img,
  .archive-photo-tile > span,
  .back-to-top { transition: none; }
}

@media (min-width: 761px) and (max-width: 1080px) {
  body.pathway-page .priority-grid.visual-priority.showcase-priority,
  body.pathway-page .priority-grid.visual-priority {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  body.pathway-page .priority-grid.visual-priority.showcase-priority > article.priority-card,
  body.pathway-page .priority-grid.visual-priority > article.priority-card {
    height: 300px;
    min-height: 300px;
    padding: 0;
    opacity: 1 !important;
    transform: none !important;
    transition: box-shadow .24s ease, transform .24s ease;
  }

  body.pathway-page .priority-grid.visual-priority.showcase-priority > article.priority-card::after,
  body.pathway-page .priority-grid.visual-priority > article.priority-card::after,
  body.pathway-page .showcase-priority > .priority-card:nth-child(n)::after {
    background:
      linear-gradient(0deg, rgba(5, 14, 28, .82) 0%, rgba(5, 14, 28, .54) 44%, rgba(5, 14, 28, .18) 100%) !important;
  }

  body.pathway-page .showcase-priority > .priority-card:nth-child(n) .priority-copy,
  body.pathway-page .priority-grid.visual-priority > article.priority-card .priority-copy {
    top: auto;
    bottom: 24px;
    left: 50%;
    width: min(82%, 390px);
    transform: translateX(-50%) !important;
    text-align: center;
    opacity: 1 !important;
  }

  body.pathway-page .priority-grid.visual-priority > article.priority-card > span,
  body.pathway-page .priority-grid.visual-priority > article.priority-card > h3,
  body.pathway-page .priority-grid.visual-priority > article.priority-card > p {
    position: relative;
    z-index: 3;
  }

  body.pathway-page .showcase-priority .priority-copy h3,
  body.pathway-page .priority-grid.visual-priority > article.priority-card h3 {
    font-size: clamp(24px, 3vw, 30px);
    line-height: 1.16;
  }

  body.pathway-page .showcase-priority .priority-copy p,
  body.pathway-page .priority-grid.visual-priority > article.priority-card p {
    font-size: 15px;
    line-height: 1.58;
  }

  body.pathway-page .pathway-hero-card .pathway-board {
    max-width: calc(100vw - 96px);
  }

  body.pathway-page .priority-grid.visual-priority:not(.showcase-priority) > article.priority-card {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 24px;
    text-align: left;
  }

  body.pathway-page .priority-grid.visual-priority:not(.showcase-priority) > article.priority-card > span {
    margin: 0 0 8px;
    color: var(--gold);
    font-size: 15px;
    line-height: 1;
  }

  body.pathway-page .priority-grid.visual-priority:not(.showcase-priority) > article.priority-card > h3,
  body.pathway-page .priority-grid.visual-priority:not(.showcase-priority) > article.priority-card > p {
    width: 100%;
    max-width: 100%;
    color: var(--white);
    text-shadow: 0 2px 16px rgba(0, 0, 0, .55);
  }

  body.pathway-page .priority-grid.visual-priority:not(.showcase-priority) > article.priority-card > p {
    margin-top: 8px;
  }
}

@media (min-width: 761px) and (max-width: 1280px) {
  body.pathway-page .pathway-hero {
    height: calc(100vh - 77px) !important;
    height: calc(100svh - 77px) !important;
    min-height: 0 !important;
    max-height: none !important;
    overflow: hidden !important;
  }

  body.pathway-page .pathway-hero > div:first-child {
    height: 100%;
    padding-top: clamp(42px, 6vh, 72px);
    padding-bottom: 190px;
  }

  body.pathway-page .pathway-hero .hero-visual,
  body.pathway-page .pathway-hero-card,
  body.pathway-page .pathway-hero-card > img {
    height: 100% !important;
  }

  body.pathway-page .pathway-hero-card .pathway-board {
    bottom: 24px !important;
    min-height: 104px;
  }

  body.pathway-page .pathway-hero-card .board-header {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  body.pathway-page .pathway-hero-card .node {
    min-height: 76px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
