/**
 * Design reminder — Clinical Editorial Campus:
 * Swiss editorial discipline, institutional navy, warm ivory fields, Eduma-derived amber,
 * purposeful asymmetry, documentary clinical photography, and sub-300ms wayfinding motion.
 */
:root {
  --navy: #082a49;
  --navy-deep: #041b31;
  --cobalt: #145b92;
  --amber: #f3a712;
  --amber-dark: #d88f06;
  --ivory: #f5f1e9;
  --mist: #eaf0f2;
  --ink: #102231;
  --slate: #536471;
  --white: #ffffff;
  --line: rgba(8, 42, 73, 0.16);
  --ease-out: cubic-bezier(0.23, 1, 0.32, 1);
  --ease-in-out: cubic-bezier(0.77, 0, 0.175, 1);
  --radius: 0.55rem;
  --background: oklch(0.973 0.013 85);
  --foreground: oklch(0.246 0.038 242);
  --card: oklch(1 0 0);
  --card-foreground: oklch(0.246 0.038 242);
  --popover: oklch(1 0 0);
  --popover-foreground: oklch(0.246 0.038 242);
  --primary: oklch(0.31 0.077 242);
  --primary-foreground: oklch(0.98 0.008 85);
  --secondary: oklch(0.94 0.016 218);
  --secondary-foreground: oklch(0.31 0.077 242);
  --muted: oklch(0.948 0.012 85);
  --muted-foreground: oklch(0.48 0.025 240);
  --accent: oklch(0.76 0.16 78);
  --accent-foreground: oklch(0.24 0.055 242);
  --destructive: oklch(0.58 0.21 28);
  --destructive-foreground: oklch(0.98 0 0);
  --border: oklch(0.84 0.018 230);
  --input: oklch(0.84 0.018 230);
  --ring: oklch(0.52 0.11 242);
  --chart-1: oklch(0.31 0.077 242);
  --chart-2: oklch(0.48 0.11 242);
  --chart-3: oklch(0.76 0.16 78);
  --chart-4: oklch(0.66 0.13 74);
  --chart-5: oklch(0.58 0.06 185);
  --sidebar: oklch(0.98 0.008 85);
  --sidebar-foreground: oklch(0.246 0.038 242);
  --sidebar-primary: oklch(0.31 0.077 242);
  --sidebar-primary-foreground: oklch(0.98 0.008 85);
  --sidebar-accent: oklch(0.94 0.016 218);
  --sidebar-accent-foreground: oklch(0.31 0.077 242);
  --sidebar-border: oklch(0.84 0.018 230);
  --sidebar-ring: oklch(0.52 0.11 242);
}

html { scroll-behavior: smooth; }
body.pct-concept-page { margin: 0; min-width: 320px; font-family: "Manrope", sans-serif; background: var(--ivory); color: var(--ink); -webkit-font-smoothing: antialiased; }
body.pct-concept-page *, body.pct-concept-page *::before, body.pct-concept-page *::after { box-sizing: border-box; }
body.pct-concept-page img { display: block; max-width: 100%; }
body.pct-concept-page a { color: inherit; text-decoration: none; }
body.pct-concept-page button { font: inherit; cursor: pointer; }
body.pct-concept-page [hidden] { display: none !important; }

@media (min-width: 783px) {
  body.admin-bar .site-header { top: 32px; }
}

@media (max-width: 782px) {
  body.admin-bar .site-header { top: 46px; }
}

.site-shell { overflow: clip; background: var(--ivory); }
.page-container { width: min(100% - 48px, 1240px); margin-inline: auto; }
.section-pad { padding: 112px 0; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 1000; padding: 10px 14px; background: var(--white); color: var(--navy); transform: translateY(-160%); transition: transform 180ms var(--ease-out); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: sticky; top: 0; z-index: 80; background: rgba(245, 241, 233, .96); box-shadow: 0 1px 0 rgba(8,42,73,.08); }
.site-header.is-scrolled .utility-bar { height: 0; opacity: 0; overflow: hidden; }
.utility-bar { height: 36px; background: var(--navy-deep); color: rgba(255,255,255,.84); transition: height 220ms var(--ease-out), opacity 180ms var(--ease-out); }
.utility-bar__inner { height: 100%; display: flex; justify-content: space-between; align-items: center; font-size: 12px; font-weight: 650; }
.utility-bar__left, .utility-bar__right { display: flex; align-items: center; gap: 24px; }
.utility-bar a { display: inline-flex; align-items: center; gap: 7px; transition: color 160ms var(--ease-out); }
.utility-bar a:hover { color: var(--amber); }
body.pct-concept-page .main-nav { position: relative; float: none; width: 100%; background: rgba(245, 241, 233, .94); text-align: left; backdrop-filter: blur(16px); }
.main-nav__inner { height: 90px; display: flex; align-items: center; gap: 34px; }
.brand-lockup { display: inline-flex; align-items: center; gap: 12px; flex: 0 0 auto; }
.brand-lockup-link { display: inline-flex; align-items: center; flex: 0 0 auto; }
.brand-lockup > .brand-lockup { gap: 16px; }
.brand-lockup__marks { display: inline-flex; align-items: center; gap: 10px; flex: 0 0 auto; }
.brand-lockup__legacy { width: 94px; height: 46px; object-fit: contain; }
.brand-lockup__seal { width: 40px; height: 40px; object-fit: contain; border-radius: 50%; box-shadow: 0 0 0 2px rgba(8,42,73,.08); opacity: .92; }
.brand-lockup__divider { width: 1px; height: 34px; background: rgba(8,42,73,.17); }
.brand-lockup__type { display: flex; flex-direction: column; line-height: 1.02; }
.brand-lockup__type strong { max-width: 230px; color: var(--navy); font-family: "Newsreader", serif; font-size: 18px; font-weight: 720; }
.brand-lockup__type small { margin-top: 4px; color: var(--cobalt); font-size: 7px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.desktop-nav { display: flex; justify-content: center; align-items: center; gap: clamp(18px, 2vw, 32px); margin-left: auto; }
.desktop-nav a { position: relative; display: inline-flex; align-items: center; gap: 4px; padding: 12px 0; color: var(--navy); font-size: 13px; font-weight: 760; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 5px; height: 2px; background: var(--amber); transition: right 180ms var(--ease-out); }
.desktop-nav a:hover::after { right: 0; }
.nav-cta { display: inline-flex; align-items: center; gap: 9px; padding: 14px 18px; background: var(--navy); color: var(--white); font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; border-radius: 2px 14px 2px 2px; transition: background 160ms var(--ease-out), transform 160ms var(--ease-out); }
body.pct-concept-page .main-nav .nav-cta,
body.pct-concept-page .main-nav .nav-cta svg { color: var(--white) !important; }
.nav-cta:hover { background: var(--cobalt); }
.nav-cta:active, .button:active, .mobile-menu-button:active { transform: scale(.97); }
.mobile-menu-button { display: none; border: 0; padding: 10px; background: transparent; color: var(--navy); transition: transform 160ms var(--ease-out); }

.mobile-drawer { position: fixed; inset: 0; z-index: 120; pointer-events: none; }
.mobile-drawer__scrim { position: absolute; inset: 0; border: 0; background: rgba(3, 20, 35, .7); opacity: 0; transition: opacity 220ms var(--ease-out); }
.mobile-drawer__panel { position: absolute; top: 0; right: 0; width: min(88vw, 420px); height: 100%; padding: 28px; background: var(--ivory); transform: translateX(102%); transition: transform 260ms var(--ease-in-out); }
.mobile-drawer.is-open { pointer-events: auto; }
.mobile-drawer.is-open .mobile-drawer__scrim { opacity: 1; }
.mobile-drawer.is-open .mobile-drawer__panel { transform: translateX(0); }
.mobile-drawer__top { display: flex; justify-content: space-between; align-items: center; padding-bottom: 24px; border-bottom: 1px solid var(--line); font-size: 12px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.mobile-drawer__top button { border: 0; background: transparent; color: var(--navy); }
.mobile-drawer nav { display: flex; flex-direction: column; }
.mobile-drawer nav a { display: grid; grid-template-columns: 42px 1fr auto; align-items: center; gap: 12px; padding: 22px 0; border-bottom: 1px solid var(--line); color: var(--navy); font-family: "Newsreader", serif; font-size: 25px; }
.mobile-drawer nav a span { font-family: "Manrope", sans-serif; font-size: 10px; font-weight: 800; letter-spacing: .1em; color: var(--cobalt); }
.mobile-drawer__phone { display: inline-flex; align-items: center; gap: 8px; margin-top: 28px; padding: 15px 18px; background: var(--amber); color: var(--navy); font-weight: 800; }

.hero { position: relative; min-height: 720px; background: var(--navy); color: var(--white); }
.hero__image { position: absolute; inset: 0 0 0 42%; overflow: hidden; }
.hero__image img { width: 100%; height: 100%; object-fit: cover; object-position: 60% center; }
.hero__image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, var(--navy) 0%, rgba(8,42,73,.82) 14%, rgba(8,42,73,.12) 62%, rgba(4,27,49,.18) 100%); }
.hero__wash { position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.06) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.06) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(90deg, #000 0%, transparent 58%); opacity: .5; }
.hero__inner { position: relative; min-height: 720px; display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(300px, .62fr); align-items: center; gap: clamp(50px, 7vw, 100px); padding-top: 40px; padding-bottom: 74px; }
.hero__copy { max-width: 675px; }
.eyebrow { display: flex; align-items: center; gap: 11px; margin-bottom: 22px; color: rgba(255,255,255,.78); font-size: 11px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow span { width: 28px; height: 2px; background: var(--amber); }
.eyebrow--dark { color: var(--cobalt); }
.hero h1, .section-heading h2, .pathways h2, .why-copy h2, .graduates-copy h2, .financing-copy h2, .final-route h2 { font-family: "Newsreader", serif; letter-spacing: -.035em; }
.hero h1 { margin: 0; max-width: 760px; font-size: clamp(58px, 6vw, 86px); line-height: .94; font-weight: 540; text-wrap: balance; }
.hero h1 em { color: var(--amber); font-weight: 540; }
.hero__copy > p { max-width: 620px; margin: 28px 0 0; color: rgba(255,255,255,.78); font-size: 18px; line-height: 1.75; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 36px; }
.button { display: inline-flex; justify-content: center; align-items: center; gap: 10px; min-height: 54px; padding: 0 22px; border: 1px solid transparent; border-radius: 2px 16px 2px 2px; font-size: 12px; font-weight: 850; letter-spacing: .06em; text-transform: uppercase; transition: transform 160ms var(--ease-out), background 180ms var(--ease-out), color 180ms var(--ease-out), border-color 180ms var(--ease-out); }
.button--amber { background: var(--amber); color: var(--navy-deep); }
.button--amber:hover { background: #ffc042; }
.button--ghost { border-color: rgba(255,255,255,.38); color: var(--white); }
.button--ghost:hover { background: var(--white); color: var(--navy); border-color: var(--white); }
.button--navy { background: var(--navy); color: var(--white); }
.button--navy:hover { background: var(--cobalt); }
.hero__microproof { display: flex; gap: 24px; margin-top: 26px; color: rgba(255,255,255,.72); font-size: 12px; font-weight: 650; }
.hero__microproof span { display: inline-flex; align-items: center; gap: 6px; }
.hero__microproof svg { color: var(--amber); }
.hero-route-card { align-self: end; margin-bottom: -126px; background: rgba(255,255,255,.96); color: var(--navy); box-shadow: 0 26px 70px rgba(0,0,0,.24); border-radius: 2px 24px 2px 2px; overflow: hidden; backdrop-filter: blur(12px); }
.hero-route-card__head { display: flex; justify-content: space-between; align-items: center; padding: 18px 22px; background: var(--amber); font-size: 11px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.hero-route-card__head small { opacity: .58; }
.hero-route-card > a { display: grid; grid-template-columns: 32px 1fr auto; align-items: center; gap: 13px; padding: 20px 22px; border-bottom: 1px solid var(--line); transition: background 170ms var(--ease-out), padding-left 170ms var(--ease-out); }
.hero-route-card > a:last-child { border-bottom: 0; }
.hero-route-card > a:hover { background: var(--mist); padding-left: 27px; }
.hero-route-card > a > svg:first-child { color: var(--cobalt); }
.hero-route-card > a span { display: flex; flex-direction: column; }
.hero-route-card strong { font-size: 13px; }
.hero-route-card small { margin-top: 4px; color: var(--slate); font-size: 10px; line-height: 1.4; }

.trust-rail { position: relative; z-index: 4; background: var(--white); border-bottom: 1px solid var(--line); }
.trust-rail__inner { display: grid; grid-template-columns: repeat(4, 1fr); padding-top: 56px; }
.trust-item { position: relative; display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 12px; min-height: 126px; padding: 24px; border-right: 1px solid var(--line); }
.trust-item:last-child { border-right: 0; }
.trust-item__number { position: absolute; top: 16px; right: 17px; color: rgba(8,42,73,.23); font-size: 9px; font-weight: 900; letter-spacing: .12em; }
.trust-item svg { color: var(--cobalt); }
.trust-item strong { max-width: 180px; color: var(--navy); font-family: "Newsreader", serif; font-size: 18px; line-height: 1.15; }

.identity-intro { position: relative; padding: 88px 0 96px; background: var(--white); overflow: hidden; }
.identity-intro::after { content: "PCT"; position: absolute; right: -20px; bottom: -95px; color: rgba(8,42,73,.035); font-family: "Newsreader", serif; font-size: clamp(180px, 27vw, 390px); font-weight: 700; line-height: 1; pointer-events: none; }
.identity-intro__grid { position: relative; z-index: 1; display: grid; grid-template-columns: 220px 1fr; gap: 74px; align-items: center; }
.identity-intro__seal { display: flex; flex-direction: column; align-items: center; gap: 17px; padding: 24px; border-right: 1px solid var(--line); }
.identity-intro__seal img { width: 148px; height: 148px; object-fit: contain; border-radius: 50%; box-shadow: 0 18px 42px rgba(8,42,73,.16); }
.identity-intro__seal span { color: var(--cobalt); font-size: 9px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.identity-intro__copy { max-width: 850px; }
.identity-intro__copy h2 { display: flex; flex-direction: column; gap: 8px; margin: 0; color: var(--navy); font-family: "Newsreader", serif; font-size: clamp(42px, 4.3vw, 64px); font-weight: 500; letter-spacing: -.035em; line-height: 1.02; }
.identity-intro__copy h2 em { color: var(--cobalt); font-weight: 500; }
.identity-intro__copy h2 strong { color: var(--navy-deep); font-weight: 650; }
.identity-intro__copy > p { max-width: 720px; margin: 23px 0 0; color: var(--slate); font-size: 15px; line-height: 1.75; }
.identity-intro__copy > p.identity-intro__proof { max-width: 820px; display: flex; flex-wrap: wrap; align-items: center; gap: 10px 20px; margin-top: 26px; padding: 18px 20px; background: var(--mist); border-left: 4px solid var(--amber); color: var(--navy-deep); font-size: 13px; line-height: 1.55; }
.identity-intro__proof strong { font-weight: 800; }
.identity-intro__proof a { display: inline-flex; align-items: center; gap: 7px; padding-bottom: 3px; border-bottom: 2px solid var(--amber); color: var(--cobalt); font-weight: 850; transition: color 160ms var(--ease-out), border-color 160ms var(--ease-out); }
.identity-intro__proof a:hover { color: var(--navy-deep); border-color: var(--navy-deep); }
.identity-intro__proof a:focus-visible { outline: 3px solid var(--amber); outline-offset: 4px; }
.identity-intro__proof svg { flex: 0 0 auto; }

.programs-section { position: relative; background: var(--ivory); background-image: linear-gradient(rgba(245,241,233,.93), rgba(245,241,233,.93)), var(--eduma-texture); }
.programs-section::before { content: "PROGRAMS"; position: absolute; top: 78px; right: -14px; color: rgba(8,42,73,.035); font-size: clamp(90px, 14vw, 205px); font-weight: 900; letter-spacing: -.06em; pointer-events: none; }
.section-heading--split { position: relative; display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(280px, .55fr); gap: 80px; align-items: end; }
.section-heading h2 { margin: 0; max-width: 720px; color: var(--navy); font-size: clamp(48px, 5.2vw, 72px); line-height: .99; font-weight: 540; }
.section-heading--split > p { margin: 0 0 5px; color: var(--slate); font-size: 16px; line-height: 1.75; }
.program-toolbar { display: flex; flex-wrap: wrap; align-items: center; gap: 6px; margin-top: 48px; padding: 9px; background: rgba(255,255,255,.7); border: 1px solid var(--line); }
.program-toolbar button { border: 0; padding: 11px 15px; background: transparent; color: var(--slate); font-size: 11px; font-weight: 800; letter-spacing: .05em; transition: background 160ms var(--ease-out), color 160ms var(--ease-out); }
.program-toolbar button:hover { color: var(--navy); }
.program-toolbar button.is-active { background: var(--navy); color: var(--white); }
.program-toolbar > a { display: inline-flex; align-items: center; gap: 7px; margin-left: auto; padding: 10px 12px; color: var(--navy); font-size: 11px; font-weight: 850; }
.program-route-guide { position: relative; display: grid; grid-template-columns: 1fr 34px 1fr 34px 1fr; align-items: center; gap: 14px; margin: 22px 0 28px; padding: 20px 24px; background: var(--navy); color: var(--white); overflow: hidden; }
.program-route-guide::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(20,91,146,.12) 1px, transparent 1px); background-size: 76px 100%; pointer-events: none; }
.program-route-guide > div { position: relative; display: grid; grid-template-columns: 38px 1fr; column-gap: 12px; align-items: center; }
.program-route-guide > div > span { grid-row: 1 / 3; display: grid; place-items: center; width: 34px; height: 34px; background: var(--amber); color: var(--navy); font-size: 9px; font-weight: 900; }
.program-route-guide strong { font-family: "Newsreader", serif; font-size: 17px; font-weight: 560; }
.program-route-guide small { margin-top: 2px; color: rgba(255,255,255,.55); font-size: 9px; line-height: 1.45; }
.program-route-guide > svg { color: var(--amber); opacity: .8; }
.program-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 20px; }
.program-card { min-height: 340px; display: flex; flex-direction: column; padding: 26px; background: var(--white); border-top: 3px solid transparent; border-radius: 1px 20px 1px 1px; box-shadow: 0 1px 0 rgba(8,42,73,.08); transition: transform 220ms var(--ease-out), box-shadow 220ms var(--ease-out), border-color 180ms var(--ease-out); }
.program-card:hover { transform: translateY(-5px); border-color: var(--amber); box-shadow: 0 20px 45px rgba(8,42,73,.11); }
.program-card:focus-visible { outline: 3px solid var(--amber); outline-offset: 4px; transform: translateY(-3px); box-shadow: 0 20px 45px rgba(8,42,73,.14); }
.program-card--feature { grid-column: span 2; min-height: 390px; background: var(--navy); color: var(--white); background-image: radial-gradient(circle at 84% 12%, rgba(20,91,146,.75), transparent 34%); }
.program-card--feature .program-card__category, .program-card--feature .program-card__footer > span { color: rgba(255,255,255,.6); }
.program-card--feature h3 { max-width: 520px; color: var(--white); font-size: 43px; }
.program-card--feature p { max-width: 580px; color: rgba(255,255,255,.72); font-size: 16px; }
.program-card--feature .program-card__top svg { width: 58px; height: 58px; color: var(--amber); }
.program-card--feature .program-card__action { color: var(--amber); }
.program-card--wide { grid-column: 1 / -1; min-height: 300px; background: linear-gradient(105deg, var(--mist) 0%, var(--white) 72%); border-top-color: var(--amber); }
.program-card--wide .program-card__body { max-width: 820px; margin-top: 30px; }
.program-card--wide h3 { font-size: 34px; }
.program-card--wide p { max-width: 760px; font-size: 14px; }
.program-card:nth-child(4) { border-top-color: var(--cobalt); }
.program-card:nth-child(6) { background: var(--mist); }
.program-card__top { display: flex; justify-content: space-between; align-items: flex-start; }
.program-card__top svg { width: 34px; height: 34px; color: var(--cobalt); stroke-width: 1.6; }
.program-card__code { color: rgba(8,42,73,.34); font-size: 10px; font-weight: 900; letter-spacing: .12em; }
.program-card--feature .program-card__code { color: rgba(255,255,255,.45); }
.program-card__body { margin-top: 42px; }
.program-card__flag { display: table; margin-bottom: 15px; padding: 8px 11px; background: var(--amber); color: var(--navy-deep); font-size: 9px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; box-shadow: 5px 5px 0 rgba(243,167,18,.2); }
.program-card__category { color: var(--cobalt); font-size: 9px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.program-card h3 { margin: 8px 0 12px; color: var(--navy); font-family: "Newsreader", serif; font-size: 27px; line-height: 1.02; }
.program-card p { margin: 0; color: var(--slate); font-size: 13px; line-height: 1.65; }
.program-card__footer { display: flex; justify-content: space-between; align-items: center; gap: 12px; margin-top: auto; padding-top: 24px; border-top: 1px solid currentColor; border-color: rgba(8,42,73,.11); }
.program-card--feature .program-card__footer { border-color: rgba(255,255,255,.16); }
.program-card__format, .program-card__action { display: inline-flex; align-items: center; gap: 6px; font-size: 10px; font-weight: 800; }
.program-card__format { color: var(--slate); }
.program-card__action { color: var(--navy); text-transform: uppercase; letter-spacing: .06em; }
.program-card:hover .program-card__action svg, .program-card:focus-visible .program-card__action svg { transform: translate(2px, -2px); }
.program-card__action svg { transition: transform 170ms var(--ease-out); }
.program-card.program-card--feature .program-card__category { color: rgba(255,255,255,.62); }
.program-card.program-card--feature h3 { color: var(--white); font-size: 43px; }
.program-card.program-card--feature p { max-width: 620px; color: rgba(255,255,255,.72); font-size: 16px; }
.program-card.program-card--feature .program-card__format { color: rgba(255,255,255,.62); }
.program-card.program-card--feature .program-card__action { color: var(--amber); }

.pathways { position: relative; min-height: 720px; display: flex; align-items: center; background: var(--navy); color: var(--white); }
.pathways__backdrop { position: absolute; inset: 0; overflow: hidden; }
.pathways__backdrop img { width: 100%; height: 100%; object-fit: cover; }
.pathways__backdrop::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4,27,49,.96) 0%, rgba(4,27,49,.82) 42%, rgba(4,27,49,.36) 100%); }
.pathways__inner { position: relative; display: grid; grid-template-columns: .75fr 1.25fr; gap: 80px; align-items: center; }
.pathways__intro { max-width: 470px; }
.pathways h2 { margin: 0; font-size: clamp(46px, 4.8vw, 68px); font-weight: 540; line-height: .98; }
.pathways__intro > p { margin: 26px 0 0; color: rgba(255,255,255,.72); font-size: 16px; line-height: 1.75; }
.pathways__cards { display: grid; grid-template-columns: 1fr 1fr; align-items: end; }
.pathway-card { position: relative; min-height: 430px; display: flex; flex-direction: column; padding: 38px; transition: transform 220ms var(--ease-out); }
.pathway-card:hover { transform: translateY(-8px); }
.pathway-card--light { background: rgba(255,255,255,.95); color: var(--navy); border-radius: 2px 0 0 2px; }
.pathway-card--amber { min-height: 482px; background: var(--amber); color: var(--navy-deep); border-radius: 0 26px 2px 0; }
body.pct-concept-page .pathway-card.pathway-card--light,
body.pct-concept-page .pathway-card.pathway-card--light h3,
body.pct-concept-page .pathway-card.pathway-card--light p,
body.pct-concept-page .pathway-card.pathway-card--light .pathway-card__link { color: var(--navy) !important; }
body.pct-concept-page .pathway-card.pathway-card--amber,
body.pct-concept-page .pathway-card.pathway-card--amber h3,
body.pct-concept-page .pathway-card.pathway-card--amber p,
body.pct-concept-page .pathway-card.pathway-card--amber .pathway-card__link { color: var(--navy-deep) !important; }
.pathway-card__icon { width: 54px; height: 54px; display: grid; place-items: center; border: 1px solid currentColor; }
.pathway-card__index { position: absolute; top: 38px; right: 38px; font-size: 10px; font-weight: 900; letter-spacing: .12em; opacity: .46; }
.pathway-card h3 { margin: auto 0 14px; font-family: "Newsreader", serif; font-size: 38px; line-height: 1; }
.pathway-card p { min-height: 86px; margin: 0; color: currentColor; font-size: 13px; line-height: 1.7; opacity: .78; }
.pathway-card__link { display: inline-flex; align-items: center; gap: 9px; margin-top: 24px; font-size: 11px; font-weight: 850; letter-spacing: .04em; text-transform: uppercase; }

.why-section { background: var(--white); }
.why-grid { display: grid; grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr); gap: 90px; align-items: center; }
.why-collage { position: relative; min-height: 660px; }
.why-collage__main { position: absolute; inset: 0 17% 9% 0; margin: 0; overflow: hidden; border-radius: 2px 38px 2px 2px; }
.why-collage__main img, .why-collage__portrait img { width: 100%; height: 100%; object-fit: cover; }
.why-collage__portrait { position: absolute; right: 0; bottom: 0; width: 40%; height: 42%; margin: 0; border: 12px solid var(--white); overflow: hidden; }
.why-collage__stamp { position: absolute; top: 7%; right: 2%; width: 150px; aspect-ratio: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 10px; background: var(--amber); color: var(--navy); border-radius: 50%; transform: rotate(7deg); text-align: center; font-size: 10px; font-weight: 850; line-height: 1.4; letter-spacing: .08em; text-transform: uppercase; box-shadow: 0 14px 40px rgba(8,42,73,.17); }
.why-collage__stamp svg { width: 32px; height: 32px; }
.why-copy h2 { margin: 0; color: var(--navy); font-size: clamp(48px, 5vw, 70px); font-weight: 540; line-height: .98; }
.why-copy__lead { margin: 24px 0 40px; color: var(--slate); font-size: 16px; line-height: 1.78; }
.reason { display: grid; grid-template-columns: 42px 1fr; gap: 18px; padding: 22px 0; border-top: 1px solid var(--line); }
.reason > span { padding-top: 4px; color: var(--cobalt); font-size: 10px; font-weight: 900; letter-spacing: .12em; }
.reason h3 { margin: 0; color: var(--navy); font-family: "Newsreader", serif; font-size: 22px; }
.reason p { margin: 7px 0 0; color: var(--slate); font-size: 12px; line-height: 1.65; }
.text-link { display: inline-flex; align-items: center; gap: 8px; margin-top: 26px; padding-bottom: 6px; border-bottom: 2px solid var(--amber); color: var(--navy); font-size: 12px; font-weight: 850; }

.graduates-section { position: relative; background: var(--navy-deep); color: var(--white); overflow: hidden; }
.graduates-section::after { content: ""; position: absolute; width: 520px; height: 520px; right: -180px; top: -240px; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; box-shadow: 0 0 0 80px rgba(255,255,255,.025), 0 0 0 160px rgba(255,255,255,.018); }
.graduates-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(300px, .6fr) minmax(0, 1.4fr); gap: 72px; align-items: center; }
.graduates-copy h2 { margin: 0; font-size: clamp(48px, 5vw, 70px); line-height: .98; font-weight: 540; }
.graduates-copy > p { margin: 26px 0 32px; color: rgba(255,255,255,.7); font-size: 15px; line-height: 1.78; }
.graduates-copy__note { display: flex; align-items: flex-start; gap: 12px; margin-top: 30px; color: rgba(255,255,255,.58); font-size: 11px; line-height: 1.55; }
.graduates-copy__note svg { flex: 0 0 auto; color: var(--amber); }
.graduate-figure { margin: 0; }
.graduate-figure__frame { position: relative; overflow: hidden; border-radius: 2px 34px 2px 2px; }
.graduate-figure__frame img { width: 100%; aspect-ratio: 1.5; object-fit: cover; transition: transform 500ms var(--ease-out); }
.graduate-figure:hover img { transform: scale(1.02); }
.graduate-figure__marker { position: absolute; left: 0; bottom: 0; padding: 13px 17px; background: var(--amber); color: var(--navy); font-size: 9px; font-weight: 900; letter-spacing: .12em; }
.graduate-figure figcaption { display: grid; grid-template-columns: 160px 1fr; gap: 26px; padding: 24px 0 0; }
.graduate-figure figcaption span { color: var(--amber); font-size: 10px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.graduate-figure figcaption strong { font-family: "Newsreader", serif; font-size: 22px; line-height: 1.22; font-weight: 520; }

.financing-section { position: relative; padding: 78px 0; background: var(--mist); background-image: linear-gradient(rgba(234,240,242,.94), rgba(234,240,242,.94)), var(--eduma-texture); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.financing-section::before { content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: clamp(10px, 2vw, 26px); background: var(--amber); }
.financing-grid { display: grid; grid-template-columns: 120px 1fr auto; gap: 42px; align-items: center; }
.financing-mark { width: 108px; height: 108px; display: grid; place-items: center; position: relative; background: var(--amber); border: 2px solid var(--navy); border-radius: 50%; color: var(--navy); box-shadow: 10px 10px 0 var(--navy); }
.financing-mark > span { font-family: "Newsreader", serif; font-size: 48px; }
.financing-mark svg { position: absolute; top: 4px; right: -5px; padding: 5px; background: var(--mist); }
.financing-copy h2 { margin: 0; max-width: 760px; color: var(--navy-deep); font-size: clamp(40px, 4.4vw, 60px); font-weight: 560; line-height: .98; }
.financing-copy p { max-width: 770px; margin: 18px 0 0; color: rgba(4,27,49,.72); font-size: 14px; line-height: 1.7; }

.final-route { background: var(--ivory); }
.final-route__inner { display: grid; grid-template-columns: .72fr 1.28fr; gap: 100px; align-items: start; }
.final-route__label { color: var(--cobalt); font-size: 10px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.final-route h2 { margin: 16px 0 0; color: var(--navy); font-size: clamp(42px, 4.2vw, 62px); font-weight: 540; line-height: 1; }
.final-route__actions { display: flex; flex-direction: column; border-top: 1px solid var(--line); }
.final-route__actions a { display: grid; grid-template-columns: 54px 1fr auto; align-items: center; gap: 14px; padding: 25px 4px; border-bottom: 1px solid var(--line); color: var(--navy); font-family: "Newsreader", serif; font-size: 23px; transition: padding-left 180ms var(--ease-out), color 180ms var(--ease-out); }
.final-route__actions a:hover { padding-left: 12px; color: var(--cobalt); }
.final-route__actions a span { font-family: "Manrope", sans-serif; color: var(--cobalt); font-size: 9px; font-weight: 900; letter-spacing: .12em; }

.site-footer { padding: 72px 0 22px; background: var(--navy-deep); color: rgba(255,255,255,.72); }
.footer-grid { display: grid; grid-template-columns: 1.5fr .7fr .7fr .9fr; gap: 70px; }
.brand-lockup--footer .brand-lockup__type strong { color: var(--white); }
.brand-lockup--footer .brand-lockup__type small { color: var(--amber); }
.brand-lockup--footer .brand-lockup__divider { background: rgba(255,255,255,.22); }
.brand-lockup--footer .brand-lockup__seal { box-shadow: 0 0 0 2px rgba(255,255,255,.12); }
.footer-brand p { max-width: 370px; margin: 24px 0; font-size: 13px; line-height: 1.7; }
.footer-brand > a, .footer-campus a { display: inline-flex; align-items: center; gap: 8px; color: var(--amber); font-size: 12px; font-weight: 800; }
.footer-links, .footer-campus { display: flex; flex-direction: column; gap: 12px; }
.footer-links h3, .footer-campus h3 { margin: 0 0 8px; color: var(--white); font-size: 10px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.footer-links a { font-size: 12px; transition: color 160ms var(--ease-out); }
.footer-links a:hover { color: var(--amber); }
.footer-campus p { margin: 0 0 8px; font-size: 12px; line-height: 1.8; }
.footer-bottom { display: flex; justify-content: space-between; gap: 24px; margin-top: 58px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.11); color: rgba(255,255,255,.42); font-size: 10px; }
body.pct-concept-page .button.button--navy,
body.pct-concept-page .button.button--navy svg { color: var(--white) !important; }
body.pct-concept-page .footer-bottom { color: rgba(255,255,255,.62) !important; font-size: 10px !important; }

.reveal { opacity: 1; transform: translateY(0); }
@media (prefers-reduced-motion: no-preference) {
  .reveal { animation: rise-in 700ms var(--ease-out) both; }
  .reveal--2 { animation-delay: 130ms; }
  @keyframes rise-in { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }
}

@media (max-width: 1120px) {
  .desktop-nav { gap: 16px; }
  .desktop-nav a { font-size: 11px; }
  .brand-lockup__type { display: none; }
  .hero__inner { grid-template-columns: minmax(0, 1fr) 330px; gap: 42px; }
  .hero-route-card { margin-bottom: -108px; }
  .program-grid { grid-template-columns: repeat(2, 1fr); }
  .pathways__inner { grid-template-columns: .65fr 1.35fr; gap: 42px; }
  .why-grid { gap: 50px; }
}

@media (max-width: 900px) {
  .page-container { width: min(100% - 36px, 760px); }
  .section-pad { padding: 82px 0; }
  .utility-bar__right, .desktop-nav, .nav-cta { display: none; }
  .mobile-menu-button { display: inline-grid; place-items: center; margin-left: auto; }
  .main-nav__inner { height: 74px; }
  .hero { min-height: auto; }
  .hero__image { inset: 0; }
  .hero__image::after { background: linear-gradient(90deg, rgba(4,27,49,.97) 0%, rgba(4,27,49,.88) 52%, rgba(4,27,49,.52) 100%); }
  .hero__inner { min-height: 760px; grid-template-columns: 1fr; align-content: center; padding-top: 70px; padding-bottom: 52px; }
  .hero__copy { max-width: 650px; }
  body.pct-concept-page .hero-route-card { max-width: 590px; margin: 10px 0 0; }
  body.pct-concept-page .trust-rail__inner { grid-template-columns: repeat(2, 1fr); padding-top: 0; }
  .trust-item:nth-child(2) { border-right: 0; }
  .trust-item:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .section-heading--split, .pathways__inner, .why-grid, .graduates-grid, .final-route__inner { grid-template-columns: 1fr; gap: 48px; }
  .identity-intro__grid { grid-template-columns: 155px 1fr; gap: 42px; }
  .identity-intro__seal { padding: 12px 24px 12px 0; }
  .identity-intro__seal img { width: 120px; height: 120px; }
  .section-heading--split > p { max-width: 620px; }
  .program-route-guide { grid-template-columns: 1fr; gap: 12px; }
  .program-route-guide > svg { transform: rotate(90deg); margin-left: 10px; }
  .pathways { min-height: auto; }
  .pathways__intro { max-width: 650px; }
  .why-collage { min-height: 600px; max-width: 650px; }
  .why-copy { max-width: 680px; }
  .graduates-copy { max-width: 630px; }
  .graduate-figure { max-width: 760px; }
  .financing-grid { grid-template-columns: 100px 1fr; }
  .financing-grid .button { grid-column: 2; justify-self: start; }
  .footer-grid { grid-template-columns: 1.5fr 1fr 1fr; }
  .footer-campus { grid-column: 1 / -1; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.1); }
}

@media (max-width: 640px) {
  .page-container { width: min(100% - 28px, 560px); }
  .section-pad { padding: 66px 0; }
  .utility-bar__left a:nth-child(2) { display: none; }
  .utility-bar__inner { justify-content: center; }
  .main-nav__inner { height: 68px; gap: 12px; }
  .brand-lockup__legacy { width: 74px; height: 38px; }
  .brand-lockup__seal { width: 32px; height: 32px; }
  .brand-lockup__marks { gap: 7px; }
  .brand-lockup__divider { height: 28px; }
  .hero__inner { min-height: 800px; padding-top: 62px; }
  .hero h1 { font-size: clamp(48px, 15vw, 66px); }
  .hero__copy > p { margin-top: 22px; font-size: 15px; line-height: 1.68; }
  .hero__actions { flex-direction: column; align-items: stretch; }
  .hero__microproof { flex-direction: column; gap: 9px; }
  body.pct-concept-page .hero-route-card { margin-bottom: 0; }
  .hero-route-card > a { padding: 17px 18px; }
  body.pct-concept-page .trust-rail__inner { grid-template-columns: 1fr; padding-top: 0; }
  .trust-item { border-right: 0; border-bottom: 1px solid var(--line); min-height: 98px; }
  .trust-item:last-child { border-bottom: 0; }
  .section-heading h2, .why-copy h2, .graduates-copy h2 { font-size: 46px; }
  .identity-intro { padding: 64px 0 70px; }
  .identity-intro__grid { grid-template-columns: 1fr; gap: 30px; }
  .identity-intro__seal { align-items: flex-start; padding: 0 0 24px; border-right: 0; border-bottom: 1px solid var(--line); }
  .identity-intro__seal img { width: 104px; height: 104px; }
  .identity-intro__copy h2 { font-size: 42px; }
  .identity-intro__copy > p.identity-intro__proof { align-items: flex-start; padding: 16px; }
  .identity-intro__proof a { width: fit-content; }
  .program-toolbar { align-items: stretch; }
  .program-toolbar button { flex: 1 1 42%; }
  .program-toolbar > a { width: 100%; justify-content: center; margin-left: 0; border-top: 1px solid var(--line); }
  .program-grid { grid-template-columns: 1fr; }
  .program-card--feature { grid-column: span 1; min-height: 390px; }
  .program-card--wide { grid-column: 1; min-height: 340px; }
  .program-card--feature h3 { font-size: 36px; }
  .program-card--wide h3 { font-size: 30px; }
  .pathways__cards { grid-template-columns: 1fr; }
  .pathway-card, .pathway-card--amber { min-height: 390px; border-radius: 2px 22px 2px 2px; }
  .why-collage { min-height: 480px; }
  .why-collage__main { right: 10%; }
  .why-collage__portrait { width: 42%; height: 38%; border-width: 7px; }
  .why-collage__stamp { width: 112px; right: -2%; font-size: 8px; }
  .graduate-figure figcaption { grid-template-columns: 1fr; gap: 9px; }
  .graduate-figure figcaption strong { font-size: 19px; }
  .financing-grid { grid-template-columns: 1fr; gap: 24px; }
  .financing-mark { width: 82px; height: 82px; }
  .financing-copy h2 { font-size: 43px; }
  .financing-grid .button { grid-column: 1; justify-self: stretch; }
  .final-route__actions a { grid-template-columns: 38px 1fr auto; font-size: 20px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 42px 28px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-campus { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; }
}

/* Shared supporting-page navigation — explicit disclosure behavior, not hover-only. */
.nav-disclosure { position: relative; display: flex; align-items: center; }
.desktop-nav .nav-disclosure > button { position: relative; display: inline-flex; align-items: center; gap: 5px; border: 0; padding: 12px 0; background: transparent; color: var(--navy); font-size: 13px; font-weight: 760; }
.desktop-nav .nav-disclosure > button::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 5px; height: 2px; background: var(--amber); transition: right 180ms var(--ease-out); }
.desktop-nav .nav-disclosure > button svg { transform: rotate(90deg); transition: transform 180ms var(--ease-out); }
.desktop-nav .nav-disclosure.is-open > button::after,
.desktop-nav .nav-disclosure > button:hover::after,
.desktop-nav a[aria-current="page"]::after { right: 0; }
.desktop-nav .nav-disclosure.is-open > button svg { transform: rotate(-90deg); }
.nav-disclosure__menu { position: absolute; top: calc(100% + 10px); right: -40px; width: 310px; padding: 10px; background: var(--white); border: 1px solid rgba(8,42,73,.12); box-shadow: 0 22px 60px rgba(4,27,49,.18); opacity: 0; visibility: hidden; pointer-events: none; transform: translateY(-8px); transform-origin: top right; transition: opacity 180ms var(--ease-out), transform 180ms var(--ease-out), visibility 180ms var(--ease-out); }
.nav-disclosure.is-open .nav-disclosure__menu { opacity: 1; visibility: visible; pointer-events: auto; transform: translateY(0); }
.desktop-nav .nav-disclosure__menu a { display: flex; flex-direction: column; align-items: flex-start; gap: 3px; padding: 14px 16px; color: var(--navy); }
.desktop-nav .nav-disclosure__menu a::after { display: none; }
.desktop-nav .nav-disclosure__menu a:hover { background: var(--ivory); }
.desktop-nav .nav-disclosure__menu strong { font-family: "Newsreader", serif; font-size: 17px; }
.desktop-nav .nav-disclosure__menu small { color: var(--slate); font-size: 10px; line-height: 1.4; }
.mobile-drawer__panel { overflow-y: auto; }
.mobile-drawer nav .mobile-submenu-toggle { width: 100%; display: grid; grid-template-columns: 42px 1fr auto; align-items: center; gap: 12px; border: 0; border-bottom: 1px solid var(--line); padding: 22px 0; background: transparent; color: var(--navy); text-align: left; font-family: "Newsreader", serif; font-size: 25px; }
.mobile-drawer nav .mobile-submenu-toggle span { font-family: "Manrope", sans-serif; font-size: 10px; font-weight: 800; letter-spacing: .1em; color: var(--cobalt); }
.mobile-drawer nav .mobile-submenu-toggle svg { transition: transform 180ms var(--ease-out); }
.mobile-drawer nav .mobile-submenu-toggle[aria-expanded="true"] svg { transform: rotate(90deg); }
.mobile-submenu { padding: 8px 0 8px 54px; border-bottom: 1px solid var(--line); background: rgba(20,91,146,.05); }
.mobile-drawer nav .mobile-submenu a { display: block; border: 0; padding: 12px 14px; font-family: "Manrope", sans-serif; font-size: 13px; font-weight: 750; }

/* Supporting pages — Clinical Editorial Campus, derived from the homepage system. */
.pct-support-page main { background: var(--ivory); }
.pct-support-page .site-shell main#main-content > .support-hero { width: 100% !important; max-width: none !important; margin-right: 0 !important; margin-left: 0 !important; float: none !important; }
.support-hero { position: relative; min-height: 590px; overflow: hidden; background: var(--navy); color: var(--white); }
.support-hero__media { position: absolute; inset: 0 0 0 46%; }
.support-hero__media img { width: 100%; height: 100%; object-fit: cover; }
.support-hero__media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, var(--navy) 0%, rgba(8,42,73,.74) 22%, rgba(4,27,49,.12) 72%); }
.support-hero__wash { position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.055) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.055) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(90deg, #000, transparent 70%); }
.support-hero__inner { position: relative; min-height: 590px; display: grid; grid-template-columns: minmax(0, 1fr) 260px; align-items: center; gap: 80px; padding-top: 72px; padding-bottom: 72px; }
.support-hero__copy { max-width: 730px; }
.support-hero h1 { max-width: 760px; margin: 18px 0 24px; color: var(--white); font-family: "Newsreader", serif; font-size: clamp(58px, 6vw, 88px); font-weight: 500; letter-spacing: -.045em; line-height: .95; }
.support-hero h1 em { color: var(--amber); font-weight: 500; }
.support-hero__copy > p { max-width: 650px; margin: 0; color: rgba(255,255,255,.78); font-size: 17px; line-height: 1.75; }
.support-hero__fact { align-self: end; margin-bottom: -72px; padding: 34px 30px; background: var(--amber); color: var(--navy-deep); }
.support-hero__fact span { display: block; font-size: 10px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.support-hero__fact strong { display: block; margin: 10px 0; font-family: "Newsreader", serif; font-size: 54px; font-weight: 650; line-height: .95; }
.support-hero__fact p { margin: 0; font-size: 12px; line-height: 1.65; }
.support-hero__fact--message strong { max-width: 270px; margin: 14px 0 18px; font-size: clamp(29px, 2.4vw, 38px); line-height: 1.02; text-wrap: balance; }
.support-hero__fact--message p { max-width: 255px; }
.support-hero--network .support-hero__media img { object-position: 55% center; }
.support-hero--resources .support-hero__media img { object-position: 66% center; }
.support-hero--finance .support-hero__media img { object-position: 62% center; }

.support-proof { background: var(--navy-deep); color: var(--white); }
.support-proof__grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.support-proof__grid > div { position: relative; display: grid; gap: 6px; min-height: 132px; align-content: center; padding: 26px 28px; border-right: 1px solid rgba(255,255,255,.12); }
.support-proof__grid > div:last-child { border-right: 0; }
.support-proof__grid span { position: absolute; top: 13px; right: 15px; color: rgba(255,255,255,.26); font-size: 9px; font-weight: 900; letter-spacing: .1em; }
.support-proof__grid strong { color: var(--white); font-family: "Newsreader", serif; font-size: 20px; }
.support-proof__grid small { color: rgba(255,255,255,.58); font-size: 10px; line-height: 1.45; }

.support-section { padding: 110px 0; }
.support-section--ivory { background: var(--ivory); }
.support-section--paper { background: var(--white); background-image: var(--eduma-texture); }
.support-section--navy { background: var(--navy); color: var(--white); }
.support-intro-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(70px, 10vw, 150px); align-items: start; }
.support-intro-grid h2, .support-section__head h2, .faq-layout__intro h2 { margin: 14px 0 0; color: var(--navy); font-family: "Newsreader", serif; font-size: clamp(48px, 5vw, 72px); font-weight: 500; letter-spacing: -.04em; line-height: 1; }
.support-prose { color: var(--ink); font-size: 15px; line-height: 1.85; }
.support-prose--lead { font-size: 17px; }
.support-prose p { margin: 0 0 22px; }
.support-section__head { display: grid; grid-template-columns: 1.15fr .85fr; gap: 80px; align-items: end; margin-bottom: 58px; }
.support-section__head > p { margin: 0; color: var(--slate); font-size: 14px; line-height: 1.75; }

.story-grid { display: grid; grid-template-columns: .48fr 1.52fr; gap: 90px; }
.story-grid__rail { position: sticky; top: 150px; align-self: start; }
.story-grid__rail span { display: block; margin-bottom: 20px; color: var(--amber); font-size: 10px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.story-grid__rail strong { color: var(--white); font-family: "Newsreader", serif; font-size: 38px; font-weight: 500; line-height: 1.08; }
.story-steps article { position: relative; padding: 12px 0 48px 88px; border-left: 1px solid rgba(255,255,255,.18); }
.story-steps article:last-child { padding-bottom: 12px; }
.story-steps article > span { position: absolute; left: -19px; top: 0; display: grid; place-items: center; width: 38px; height: 38px; background: var(--amber); color: var(--navy); font-size: 10px; font-weight: 900; }
.story-steps h3 { margin: 0 0 12px; color: var(--white); font-family: "Newsreader", serif; font-size: 34px; font-weight: 500; }
.story-steps p { max-width: 700px; margin: 0; color: rgba(255,255,255,.68); font-size: 14px; line-height: 1.8; }
.text-link--light { margin-top: 18px; color: var(--amber) !important; }
.pillar-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.pillar-grid article { position: relative; min-height: 260px; padding: 42px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.pillar-grid article > span { position: absolute; top: 22px; right: 24px; color: var(--cobalt); font-size: 9px; font-weight: 900; }
.pillar-grid h3 { margin: 50px 0 14px; color: var(--navy); font-family: "Newsreader", serif; font-size: 30px; font-weight: 550; }
.pillar-grid p { max-width: 500px; margin: 0; color: var(--slate); font-size: 13px; line-height: 1.75; }

.manifesto { padding: 110px 0; background: var(--amber); color: var(--navy-deep); }
.manifesto__grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 100px; }
.manifesto__quote > span { display: block; margin-bottom: 18px; font-size: 10px; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.manifesto__quote h2 { margin: 0 0 26px; color: var(--navy-deep); font-family: "Newsreader", serif; font-size: clamp(48px, 5vw, 70px); font-weight: 520; line-height: 1; letter-spacing: -.04em; }
.manifesto__quote p { max-width: 520px; margin: 0; font-size: 14px; line-height: 1.75; }
.manifesto__list { border-top: 1px solid rgba(4,27,49,.25); }
.manifesto__list div { display: grid; grid-template-columns: 42px 1fr; gap: 16px; padding: 17px 0; border-bottom: 1px solid rgba(4,27,49,.25); font-size: 13px; font-weight: 720; }
.manifesto__list span { font-size: 9px; font-weight: 900; color: var(--cobalt); }
.story-quote-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.story-quote-grid figure { min-height: 280px; display: flex; flex-direction: column; justify-content: space-between; margin: 0; padding: 36px; background: var(--white); border: 1px solid var(--line); }
.story-quote-grid blockquote { margin: 0; color: var(--navy); font-family: "Newsreader", serif; font-size: 23px; line-height: 1.35; }
.story-quote-grid figcaption { display: flex; flex-direction: column; gap: 4px; margin-top: 26px; }
.story-quote-grid figcaption strong { color: var(--navy); font-size: 12px; }
.story-quote-grid figcaption span { color: var(--slate); font-size: 10px; line-height: 1.5; }

.network-letter { display: grid; grid-template-columns: .55fr 1.45fr; gap: 100px; }
.network-letter aside { align-self: start; padding: 38px; background: var(--navy); color: var(--white); }
.network-letter__mark { display: grid; place-items: center; width: 70px; height: 70px; margin-bottom: 62px; background: var(--amber); color: var(--navy); }
.network-letter aside p { color: var(--amber); font-size: 10px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.network-letter aside strong { display: block; font-family: "Newsreader", serif; font-size: 34px; font-weight: 500; line-height: 1.1; }
.network-access { padding: 86px 0; background: var(--navy); color: var(--white); }
.network-access__grid { display: grid; grid-template-columns: 1fr auto; gap: 70px; align-items: center; }
.network-access h2 { margin: 14px 0 12px; color: var(--white); font-family: "Newsreader", serif; font-size: 48px; font-weight: 500; }
.network-access p { max-width: 720px; margin: 0; color: rgba(255,255,255,.68); font-size: 14px; line-height: 1.75; }

.finance-option-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.finance-option { position: relative; display: flex; min-height: 390px; flex-direction: column; align-items: flex-start; padding: 42px; overflow: hidden; background: var(--ivory); border: 1px solid var(--line); }
.finance-option:nth-child(2), .finance-option:nth-child(3) { background: var(--white); }
.finance-option__index { margin-bottom: 54px; color: var(--cobalt); font-size: 9px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.finance-option__icon { display: inline-grid; width: 58px; height: 58px; place-items: center; margin-bottom: 28px; color: var(--amber); background: var(--navy); }
.finance-option__art { display: grid; width: 150px; min-height: 92px; place-items: center; margin: -18px 0 24px; padding: 10px; background: var(--white); border: 1px solid var(--line); }
.finance-option__art img { width: 100%; height: 80px; object-fit: contain; }
.finance-option h3 { margin: 0 0 14px; color: var(--navy); font-family: "Newsreader", serif; font-size: 34px; font-weight: 550; line-height: 1.05; }
.finance-option p { margin: 0 0 28px; color: var(--slate); font-size: 13px; line-height: 1.75; }
.finance-option .text-link { margin-top: auto; }
.finance-guidance { padding: 94px 0; color: var(--white); background: var(--navy); }
.finance-guidance__grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; align-items: start; }
.finance-guidance h2 { margin: 14px 0 0; color: var(--white); font-family: "Newsreader", serif; font-size: clamp(46px, 5vw, 70px); font-weight: 500; line-height: .98; }
.finance-guidance .support-prose { color: rgba(255,255,255,.72); }
.finance-disclosure { display: grid; grid-template-columns: .72fr 1.28fr; gap: 90px; align-items: start; }
.finance-disclosure header { position: sticky; top: 120px; }
.finance-disclosure h2 { margin: 14px 0 16px; color: var(--navy); font-family: "Newsreader", serif; font-size: 46px; font-weight: 500; line-height: 1.02; }
.finance-disclosure header > p { margin: 0; color: var(--slate); font-size: 12px; line-height: 1.7; }
.finance-disclosure__legal { padding: 36px; background: var(--white); border: 1px solid var(--line); color: var(--ink); font-size: 11px; line-height: 1.75; }
.finance-disclosure__legal p { margin: 0 0 18px; }
.finance-disclosure__legal p:last-child { margin-bottom: 0; }
.finance-disclosure__legal a { color: var(--cobalt) !important; text-decoration: underline; text-underline-offset: 3px; }

.news-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.news-card { display: grid; grid-template-columns: 160px 1fr; min-height: 300px; overflow: hidden; background: var(--ivory); border: 1px solid var(--line); }
.news-card--featured { grid-column: 1 / -1; grid-template-columns: 1.05fr .95fr; min-height: 460px; }
.news-card__media { display: block; min-height: 100%; background: var(--navy); overflow: hidden; }
.news-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform 280ms var(--ease-out); }
.news-card:hover .news-card__media img { transform: scale(1.025); }
.news-card__media > span { display: grid; place-items: center; width: 100%; height: 100%; min-height: 220px; color: var(--amber); background-image: linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px); background-size: 44px 44px; }
.news-card__body { display: flex; flex-direction: column; align-items: flex-start; padding: 30px; }
.news-card__body time { color: var(--cobalt); font-size: 9px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.news-card__body h2 { margin: 18px 0 14px; color: var(--navy); font-family: "Newsreader", serif; font-size: 27px; font-weight: 550; line-height: 1.1; }
.news-card--featured .news-card__body { justify-content: center; padding: 54px; }
.news-card--featured .news-card__body h2 { font-size: clamp(38px, 4vw, 58px); }
.news-card__body p { margin: 0 0 24px; color: var(--slate); font-size: 12px; line-height: 1.7; }
.news-card__body .text-link { margin-top: auto; }
.news-pagination { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 46px; }
.news-pagination a { display: inline-grid; place-items: center; min-width: 42px; height: 42px; padding: 0 12px; border: 1px solid var(--line); background: var(--white); color: var(--navy) !important; font-size: 11px; font-weight: 850; }
.news-pagination a[aria-current="page"] { background: var(--navy); color: var(--white) !important; }
.news-pagination__next { display: inline-flex !important; grid-auto-flow: column; gap: 8px; }

.faq-index { position: sticky; top: 90px; z-index: 50; background: var(--amber); border-bottom: 1px solid rgba(4,27,49,.18); }
.faq-index__inner { min-height: 72px; display: flex; align-items: center; gap: 34px; }
.faq-index__inner > span { flex: 0 0 auto; font-size: 10px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.faq-index nav { display: flex; flex-wrap: wrap; gap: 8px; }
.faq-index a { padding: 9px 12px; border: 1px solid rgba(4,27,49,.18); color: var(--navy-deep) !important; font-size: 10px; font-weight: 800; }
.faq-layout { display: grid; grid-template-columns: 320px 1fr; gap: 90px; align-items: start; }
.faq-layout__intro { position: sticky; top: 190px; }
.faq-layout__intro h2 { font-size: 52px; }
.faq-layout__intro p { color: var(--slate); font-size: 13px; line-height: 1.75; }
.faq-group { scroll-margin-top: 180px; margin-bottom: 66px; }
.faq-group > header { display: grid; grid-template-columns: 46px 1fr; gap: 16px; align-items: center; margin-bottom: 18px; }
.faq-group > header span { color: var(--cobalt); font-size: 10px; font-weight: 900; }
.faq-group > header h2 { margin: 0; color: var(--navy); font-family: "Newsreader", serif; font-size: 32px; font-weight: 550; }
.faq-list { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item summary { display: grid; grid-template-columns: 1fr 26px; gap: 22px; align-items: center; padding: 24px 4px; color: var(--navy); font-size: 14px; font-weight: 800; cursor: pointer; list-style: none; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary svg { transition: transform 180ms var(--ease-out); }
.faq-item[open] summary svg { transform: rotate(90deg); color: var(--cobalt); }
.faq-item__answer { padding: 0 42px 30px 4px; color: var(--ink); font-size: 13px; line-height: 1.78; }
.faq-item__answer p { margin: 0 0 18px; }
.faq-item__answer ul { margin: 0 0 20px; padding-left: 22px; }
.faq-item__answer li { margin-bottom: 8px; }
.faq-item__answer a { color: var(--cobalt) !important; text-decoration: underline; text-underline-offset: 3px; }
.faq-note { padding: 34px 0; background: var(--mist); }
.faq-note__inner, .faq-note__inner > div { display: flex; align-items: center; gap: 20px; }
.faq-note__inner { justify-content: space-between; }
.faq-note__inner > div { max-width: 850px; color: var(--ink); font-size: 11px; line-height: 1.6; }
.faq-note__inner > div svg { flex: 0 0 auto; color: var(--cobalt); }
.faq-note__inner > a { flex: 0 0 auto; color: var(--navy) !important; font-size: 12px; font-weight: 850; }

.support-cta { padding: 86px 0; background: var(--navy-deep); color: var(--white); }
.support-cta__inner { display: grid; grid-template-columns: 1fr auto; gap: 70px; align-items: center; }
.support-cta span { display: block; color: var(--amber); font-size: 10px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.support-cta h2 { margin: 12px 0 10px; color: var(--white); font-family: "Newsreader", serif; font-size: 50px; font-weight: 500; }
.support-cta p { max-width: 700px; margin: 0; color: rgba(255,255,255,.65); font-size: 13px; line-height: 1.7; }

body.pct-concept-page .support-hero .button--ghost { color: var(--white) !important; }
body.pct-concept-page .support-hero .button--amber,
body.pct-concept-page .support-cta .button--amber,
body.pct-concept-page .network-access .button--amber { color: var(--navy-deep) !important; }

@media (max-width: 1120px) {
  .desktop-nav .nav-disclosure > button { font-size: 11px; }
  .support-hero__inner { grid-template-columns: 1fr 220px; gap: 45px; }
  .support-intro-grid, .manifesto__grid { gap: 65px; }
  .faq-layout { grid-template-columns: 260px 1fr; gap: 48px; }
}

@media (max-width: 900px) {
  .support-hero__media { inset: 0; }
  .support-hero__media::after { background: linear-gradient(90deg, rgba(4,27,49,.96), rgba(4,27,49,.70)); }
  .support-hero__inner { min-height: 680px; grid-template-columns: 1fr; align-content: center; padding-top: 80px; padding-bottom: 0; }
  .support-hero__fact { width: min(100%, 440px); margin: 10px 0 -1px; }
  .support-proof__grid { grid-template-columns: repeat(2, 1fr); }
  .support-proof__grid > div:nth-child(2) { border-right: 0; }
  .support-intro-grid, .support-section__head, .story-grid, .manifesto__grid, .network-letter, .faq-layout, .finance-guidance__grid, .finance-disclosure { grid-template-columns: 1fr; gap: 50px; }
  .story-grid__rail, .faq-layout__intro { position: static; }
  .finance-disclosure header { position: static; }
  .pillar-grid { grid-template-columns: 1fr; }
  .news-grid { grid-template-columns: 1fr; }
  .news-card--featured { grid-column: auto; }
  .news-card--featured, .news-card { grid-template-columns: .72fr 1.28fr; min-height: 320px; }
  .news-card--featured .news-card__body { padding: 38px; }
  .network-access__grid, .support-cta__inner { grid-template-columns: 1fr; gap: 34px; }
  .network-access__grid .button, .support-cta__inner .button { justify-self: start; }
  .faq-index { top: 74px; }
  .faq-index__inner { display: block; padding-top: 16px; padding-bottom: 16px; }
  .faq-index__inner > span { display: block; margin-bottom: 10px; }
}

@media (max-width: 640px) {
  .support-hero__inner { min-height: 720px; padding-top: 56px; }
  .support-hero h1 { font-size: clamp(48px, 14vw, 64px); }
  .support-hero__copy > p { font-size: 15px; }
  .support-proof__grid { grid-template-columns: 1fr; }
  .support-proof__grid > div { min-height: 105px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.12); }
  .support-section, .manifesto { padding: 76px 0; }
  .support-intro-grid h2, .support-section__head h2, .faq-layout__intro h2 { font-size: 46px; }
  .story-steps article { padding-left: 56px; }
  .pillar-grid article { min-height: 230px; padding: 30px; }
  .manifesto__quote h2 { font-size: 46px; }
  .story-quote-grid { grid-template-columns: 1fr; }
  .story-quote-grid figure { min-height: 240px; padding: 28px; }
  .network-letter aside { padding: 30px; }
  .network-letter__mark { margin-bottom: 42px; }
  .network-access h2, .support-cta h2 { font-size: 42px; }
  .news-card, .news-card--featured { grid-template-columns: 1fr; }
  .news-card__media { min-height: 230px; }
  .news-card--featured .news-card__body, .news-card__body { padding: 28px; }
  .news-card--featured .news-card__body h2 { font-size: 36px; }
  .faq-index { position: static; }
  .faq-index nav { flex-wrap: nowrap; overflow-x: auto; padding-bottom: 4px; }
  .faq-index a { flex: 0 0 auto; }
  .faq-group > header { grid-template-columns: 34px 1fr; }
  .faq-group > header h2 { font-size: 27px; }
  .faq-item summary { padding: 22px 2px; font-size: 13px; }
  .faq-item__answer { padding-right: 8px; }
  .faq-note__inner { display: grid; }
  .faq-note__inner > a { justify-self: start; }
  .finance-option-grid { grid-template-columns: 1fr; }
  .finance-option { min-height: 340px; padding: 30px; }
  .finance-option__index { margin-bottom: 38px; }
  .finance-disclosure__legal { padding: 26px; }
}
