:root {
  --header-height: 102px;
  --navy: #0b2d46;
  --navy-2: #133d5d;
  --sky: #3f99c8;
  --sky-light: #dceef7;
  --gold: #dda72c;
  --cream: #f7f3e8;
  --paper: #fffdf9;
  --ink: #173246;
  --muted: #617484;
  --line: #d8e3ea;
  --green: #2d6b5c;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
[id] { scroll-margin-top: 140px; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }

/* WordPress and Divi compatibility resets for this standalone template. */
body.rsf-homepage-page {
  margin: 0 !important;
  overflow-x: hidden;
  background: var(--paper) !important;
}
#rsf-homepage {
  width: 100%;
  min-height: 100vh;
  margin: 0;
  padding: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.4;
}
#rsf-homepage *,
#rsf-homepage *::before,
#rsf-homepage *::after { box-sizing: border-box; }
#rsf-homepage h1,
#rsf-homepage h2,
#rsf-homepage h3,
#rsf-homepage h4,
#rsf-homepage h5,
#rsf-homepage h6,
#rsf-homepage p,
#rsf-homepage figure,
#rsf-homepage blockquote { padding: 0; }
#rsf-homepage a { color: inherit; text-decoration: none; }
#rsf-homepage img { max-width: 100%; }
body.admin-bar #rsf-homepage .site-header { top: 32px; }
body.rsf-homepage-page .sfsi_footerLnk,
body.rsf-homepage-page .sfsiplus_footerLnk,
body.rsf-homepage-page #sfsi_floater { display: none !important; }

.site-header {
  min-height: 102px;
  padding: 14px 4vw;
  background: rgba(255, 253, 249, .96);
  border-top: 4px solid var(--gold);
  border-bottom: 1px solid var(--line);
  display: grid;
  grid-template-columns: minmax(320px, 1fr) auto auto;
  gap: clamp(14px, 1.7vw, 28px);
  align-items: center;
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(12px);
}
.brand { display: flex; align-items: center; min-width: 320px; }
.brand-logo-full { width: min(390px, 30vw); height: 62px; display: block; object-fit: cover; object-position: center; }
.brand-logo-icon { display: none; }
.brand-mark {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--navy);
  color: white;
  font-family: Georgia, serif;
  font-weight: 700;
  letter-spacing: .02em;
  box-shadow: inset 0 0 0 3px rgba(255,255,255,.12);
}
.brand-copy { display: grid; gap: 4px; }
.brand-copy strong { font-family: Georgia, serif; font-size: 17px; color: var(--navy); }
.brand-copy small { font-size: 9px; line-height: 1.3; color: var(--muted); letter-spacing: .05em; text-transform: uppercase; }
.desktop-nav {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  gap: clamp(12px, 1.25vw, 22px);
  align-items: center;
  flex-wrap: nowrap;
}
.desktop-nav .nav-link {
  min-height: auto;
  padding: 0;
  border: 0;
  border-radius: 0;
  display: flex;
  align-items: center;
  color: #345266;
  background: transparent;
  font-size: 12px;
  font-weight: 900;
  white-space: nowrap;
  position: relative;
}
.desktop-nav .nav-link::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 2px; background: var(--gold); transition: right .18s ease; }
.desktop-nav .nav-link:hover,
.desktop-nav .nav-link:focus-visible,
.nav-dropdown:focus-within > .nav-link { color: var(--navy); }
.desktop-nav .nav-link:hover::after,
.desktop-nav .nav-link:focus-visible::after,
.nav-dropdown:focus-within > .nav-link::after { right: 0; }
.nav-dropdown { position: relative; padding: 20px 0; margin: -20px 0; }
.dropdown-trigger { display: flex; align-items: center; gap: 5px; }
.dropdown-trigger::before { content: "▾"; order: 2; color: var(--sky); font-size: 9px; }
.submenu {
  min-width: 205px;
  padding: 10px;
  position: absolute;
  top: calc(100% - 2px);
  left: -14px;
  display: grid;
  gap: 2px;
  background: white;
  border: 1px solid var(--line);
  box-shadow: 0 18px 42px rgba(11,45,70,.16);
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-6px);
  transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
}
.submenu a { padding: 10px 11px; color: #345266; font-size: 12px; font-weight: 800; white-space: nowrap; }
.submenu a:hover,
.submenu a:focus-visible { background: var(--sky-light); color: var(--navy); }
.nav-dropdown:hover .submenu,
.nav-dropdown:focus-within .submenu { opacity: 1; visibility: visible; transform: translateY(0); }
.header-actions { display: flex; align-items: center; gap: 8px; }
.header-button {
  background: var(--navy);
  color: white;
  padding: 12px 22px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.donate-button { background: var(--gold); color: #132e42; }
.application-button { max-width: 155px; background: var(--sky); text-align: center; line-height: 1.2; }
.mobile-menu { display: none; position: relative; }
.mobile-menu summary {
  min-height: 40px;
  padding: 0 14px;
  border: 1px solid #a8bbc7;
  border-radius: 999px;
  display: flex;
  align-items: center;
  color: var(--navy);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
  cursor: pointer;
  list-style: none;
}
.mobile-menu summary::-webkit-details-marker { display: none; }
.mobile-menu summary::after { content: "▾"; margin-left: 7px; color: var(--sky); }
.mobile-menu[open] summary::after { content: "▴"; }
.mobile-menu nav {
  width: min(340px, 92vw);
  max-height: calc(100vh - 130px);
  overflow-y: auto;
  padding: 12px;
  position: absolute;
  top: calc(100% + 12px);
  right: 0;
  display: grid;
  background: white;
  border: 1px solid var(--line);
  box-shadow: 0 22px 55px rgba(11,45,70,.2);
}
.mobile-menu nav > a,
.mobile-nav-group > a { padding: 12px; color: var(--navy); font-size: 12px; font-weight: 900; }
.mobile-nav-group { display: grid; border-top: 1px solid #edf2f5; border-bottom: 1px solid #edf2f5; }
.mobile-nav-group > div { padding: 2px 0 9px 15px; display: grid; }
.mobile-nav-group > div a { padding: 8px 12px; color: var(--muted); font-size: 11px; font-weight: 800; }

.hero {
  height: clamp(620px, calc(100svh - var(--header-height)), 860px);
  min-height: 620px;
  padding: 0 0 0 5vw;
  background:
    radial-gradient(circle at 11% 14%, rgba(63,153,200,.12), transparent 24%),
    linear-gradient(135deg, #fffdf9 0%, #f7f3e8 100%);
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(390px, .92fr);
  gap: 0;
  align-items: stretch;
  overflow: hidden;
}
.hero-copy {
  max-width: 760px;
  padding: 34px 4vw 34px 0;
  position: relative;
  z-index: 3;
  align-self: center;
}
.eyebrow, .section-label {
  margin: 0 0 17px;
  color: var(--sky);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .2em;
  text-transform: uppercase;
}
.hero h1, h2, blockquote {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  color: var(--navy);
  font-weight: 500;
}
.hero h1 { max-width: 720px; font-size: clamp(40px, 4.2vw, 64px); line-height: 1.01; letter-spacing: -.035em; }
.hero-lead { max-width: 680px; margin: 20px 0 0; font-size: 16px; line-height: 1.58; color: #4a6170; }
.hero .eyebrow { margin-bottom: 13px; }
.hero .button-row { margin-top: 23px; gap: 9px; }
.hero .button { min-height: 43px; padding: 0 18px; font-size: 11px; }
.hero .application-note { margin-top: 10px; font-size: 10px; }
.button-row { margin-top: 30px; display: flex; flex-wrap: wrap; align-items: center; gap: 12px; }
.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; padding: 0 23px; border-radius: 999px; font-size: 13px; font-weight: 800; transition: transform .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--sky); color: white; box-shadow: 0 10px 28px rgba(63,153,200,.22); }
.button-secondary { border: 1px solid #a8bbc7; color: var(--navy); background: rgba(255,255,255,.7); }
.button-gold { background: var(--gold); color: #132e42; }
.application-note { max-width: 620px; margin: 14px 0 0; color: #5b7484; font-size: 12px; font-weight: 700; line-height: 1.5; }

.hero-visual {
  width: 100%;
  height: 100%;
  min-height: 0;
  margin: 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 0;
  background: var(--navy);
  box-shadow: none;
}
.hero-visual > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 52%; }
.hero-visual::before { display: none; }
.hero-visual::after { content: ""; position: absolute; z-index: 1; inset: 0; background: linear-gradient(180deg, rgba(4,24,38,.03) 25%, rgba(4,24,38,.82) 100%); }
.hero-photo-copy { position: absolute; z-index: 2; left: 34px; right: 34px; bottom: 72px; color: white; }
.hero-photo-copy > span { display: block; margin-bottom: 8px; color: #bfe0ef; font-size: 10px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.hero-photo-copy strong { display: block; font-family: Georgia, serif; font-size: clamp(31px, 3.2vw, 46px); line-height: 1.05; font-weight: 500; }
.hero-photo-copy p { max-width: 520px; margin: 10px 0 0; color: #e2eef4; font-size: 13px; line-height: 1.55; }
.hero-career-caption { position: absolute; z-index: 2; left: 0; right: 0; bottom: 0; min-height: 49px; padding: 0 34px; display: flex; align-items: center; gap: 9px; background: var(--gold); color: var(--navy); font-size: 11px; font-weight: 900; letter-spacing: .05em; }
.hero-career-caption span { font-size: 18px; }

.impact-band { padding: 24px 6vw; background: var(--navy); color: white; display: grid; grid-template-columns: repeat(4, 1fr); }
.impact-band div { padding: 10px 28px; display: grid; gap: 7px; border-right: 1px solid rgba(255,255,255,.16); }
.impact-band div:last-child { border-right: none; }
.impact-band strong { font-family: Georgia, serif; color: #fff; font-size: 26px; font-weight: 500; }
.impact-band span { color: #a9c6d8; font-size: 10px; text-transform: uppercase; letter-spacing: .12em; }

.section { max-width: 1280px; margin: 0 auto; padding: 100px 6vw; }
.section-tight { padding-top: 90px; padding-bottom: 90px; }
.intro-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10vw; align-items: start; }
.intro-grid h2, .section-heading-row h2, .career-intro h2, .community-card h2, .donate-section h2 { font-size: clamp(37px, 4vw, 58px); line-height: 1.08; letter-spacing: -.02em; }
.intro-grid p { margin-top: 0; }
.large-copy { color: #25465c; font-family: Georgia, serif; font-size: 21px; line-height: 1.55; }
.intro-grid p:not(.large-copy) { color: var(--muted); font-size: 15px; line-height: 1.72; }
.founding-story {
  margin-top: 62px;
  display: grid;
  grid-template-columns: minmax(230px, .68fr) minmax(0, 1.32fr);
  overflow: hidden;
  background: var(--navy);
  color: white;
  box-shadow: 0 24px 60px rgba(11,45,70,.13);
}
.founding-year {
  min-height: 360px;
  padding: 42px 36px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background:
    linear-gradient(145deg, rgba(63,153,200,.96), rgba(19,61,93,.97)),
    repeating-linear-gradient(-45deg, rgba(255,255,255,.08) 0 1px, transparent 1px 10px);
}
.founding-year span,
.founding-year small {
  color: #dceff7;
  font-size: 10px;
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: .15em;
  text-transform: uppercase;
}
.founding-year strong {
  margin: 12px 0 18px;
  font-family: Georgia, serif;
  font-size: clamp(66px, 7vw, 94px);
  font-weight: 500;
  line-height: .92;
  letter-spacing: -.05em;
}
.founding-year small { padding-top: 18px; border-top: 1px solid rgba(255,255,255,.25); }
.founding-copy { padding: 54px 58px; display: flex; flex-direction: column; justify-content: center; }
.founding-copy h3 {
  max-width: 760px;
  margin: 0 0 24px;
  color: white;
  font-family: Georgia, serif;
  font-size: clamp(33px, 3.6vw, 50px);
  font-weight: 500;
  line-height: 1.08;
}
.founding-copy p { max-width: 780px; margin: 0; color: #bfd1dc; font-size: 14px; line-height: 1.75; }
.founding-copy p + p { margin-top: 14px; color: #e1ebf0; }

.pathways-section { background: var(--navy); color: white; }
.section-label.light { color: #8bc9e8; }
.section-heading-row { display: grid; grid-template-columns: 1fr .8fr; gap: 8vw; align-items: end; margin-bottom: 46px; }
.section-heading-row h2 { color: white; }
.section-heading-row p { margin: 0; color: #b9cfdd; font-size: 16px; line-height: 1.7; }
.pathway-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.pathway-card { min-height: 515px; padding: 32px; border-radius: 6px; overflow: hidden; position: relative; display: flex; flex-direction: column; }
.nova-card { background: var(--sky); color: white; }
.mason-card { background: var(--cream); color: var(--navy); }
.pathway-topline { display: flex; justify-content: space-between; gap: 20px; font-size: 10px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; opacity: .8; }
.school-monogram { margin-top: 50px; font-family: Georgia, serif; font-size: 59px; font-weight: 500; letter-spacing: -.04em; }
.pathway-card h3 { margin: 13px 0 8px; max-width: 520px; font-family: Georgia, serif; font-size: 29px; line-height: 1.15; font-weight: 500; }
.pathway-card p { max-width: 500px; margin: 0; font-size: 14px; line-height: 1.65; opacity: .82; }
.pathway-note { margin: auto -32px -32px; min-height: 112px; padding: 25px 32px; display: flex; flex-direction: column; justify-content: center; gap: 7px; background: linear-gradient(120deg, rgba(6,41,64,.56), rgba(6,41,64,.18)), repeating-linear-gradient(-45deg, rgba(255,255,255,.08) 0 1px, transparent 1px 9px); color: white; }
.mason-card .pathway-note { background: linear-gradient(120deg, rgba(11,45,70,.88), rgba(19,61,93,.68)), repeating-linear-gradient(-45deg, rgba(255,255,255,.06) 0 1px, transparent 1px 9px); }
.pathway-note span { font-size: 9px; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; opacity: .72; }
.pathway-note strong { font-family: Georgia, serif; font-size: 21px; font-weight: 500; }
.eligibility-ribbon { margin-top: 22px; padding: 21px 25px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.13); display: grid; grid-template-columns: repeat(4, 1fr) auto; gap: 22px; align-items: center; }
.eligibility-ribbon span { font-size: 11px; font-weight: 800; color: #c7dce7; }
.eligibility-ribbon span::before { content: "✓"; color: var(--gold); margin-right: 8px; }
.eligibility-ribbon a { color: white; font-size: 12px; font-weight: 800; }
.eligibility-actions { display: grid; gap: 6px; justify-items: start; }
.eligibility-actions .eligibility-apply { min-height: 38px; padding: 0 15px; border-radius: 999px; display: inline-flex; align-items: center; background: var(--gold); color: var(--navy); font-size: 12px; text-transform: uppercase; letter-spacing: .06em; }
.application-deadline { color: white; font-size: 10px; font-weight: 800; letter-spacing: .02em; }
.eligibility-actions a:last-child { color: #b9cfdd; font-size: 10px; }

.career-intro { display: grid; grid-template-columns: 1.15fr .85fr; gap: 9vw; align-items: end; }
.career-intro .large-copy { margin: 0; }
.career-quick-links { margin-top: 34px; display: flex; flex-wrap: wrap; gap: 10px; }
.career-quick-links a {
  min-height: 43px;
  padding: 0 18px;
  border: 1px solid var(--sky);
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  color: var(--navy);
  background: white;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .04em;
  transition: background .18s ease, color .18s ease, transform .18s ease;
}
.career-quick-links a:hover,
.career-quick-links a:focus-visible { background: var(--sky); color: white; transform: translateY(-1px); }
.career-journey-visual { height: clamp(330px, 39vw, 500px); margin: 50px 0 0; position: relative; overflow: hidden; background: var(--navy); }
.career-journey-visual img { width: 100%; height: 100%; object-fit: cover; object-position: center 56%; }
.career-journey-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7,31,49,.82) 0%, rgba(7,31,49,.28) 52%, rgba(7,31,49,.05) 100%); }
.career-journey-visual figcaption { position: absolute; z-index: 2; left: 42px; bottom: 38px; display: grid; gap: 8px; color: white; }
.career-journey-visual figcaption span, .career-photo-grid figcaption span { color: #a9d7ec; font-size: 10px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.career-journey-visual figcaption strong { max-width: 560px; font-family: Georgia, serif; font-size: clamp(29px, 3.4vw, 48px); line-height: 1.08; font-weight: 500; }
.pillars-grid { margin-top: 50px; display: grid; grid-template-columns: repeat(5, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.pillar-card { min-height: 230px; padding: 28px 23px; border-right: 1px solid var(--line); }
.pillar-card:last-child { border-right: none; }
.pillar-card > span { color: var(--gold); font-size: 11px; font-weight: 900; }
.pillar-card h3 { margin: 42px 0 10px; color: var(--navy); font-family: Georgia, serif; font-size: 20px; line-height: 1.2; font-weight: 500; }
.pillar-card p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.6; }
.career-photo-grid { margin-top: 50px; display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.career-photo-grid figure { min-height: 330px; margin: 0; position: relative; overflow: hidden; background: var(--navy); }
.career-photo-grid img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.career-photo-grid figure::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 48%, rgba(5,28,44,.82)); }
.career-photo-grid figcaption { position: absolute; z-index: 2; left: 28px; right: 28px; bottom: 25px; display: grid; gap: 5px; }
.career-photo-grid figcaption strong { color: white; font-family: Georgia, serif; font-size: 27px; font-weight: 500; }
.connectors-feature { margin-top: 50px; min-height: 510px; background: var(--navy-2); color: white; display: grid; grid-template-columns: .92fr 1.08fr; overflow: hidden; }
.connectors-photo { min-height: 510px; position: relative; overflow: hidden; }
.connectors-photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 48% center; }
.connectors-content { padding: 52px; display: flex; flex-direction: column; justify-content: center; }
.connectors-feature h3 { margin: 0; max-width: 680px; color: white; font-family: Georgia, serif; font-size: 40px; line-height: 1.12; font-weight: 500; }
.connectors-copy { margin-top: 24px; }
.connectors-copy p { margin: 0; color: #bed1dc; font-size: 14px; line-height: 1.75; }
.connectors-copy a { display: inline-block; margin-top: 24px; color: #8bc9e8; font-size: 12px; font-weight: 900; }
.accelerator-panel { margin-top: 50px; padding: 42px; background: var(--sky-light); display: grid; grid-template-columns: 1fr 1fr; gap: 45px; align-items: stretch; }
.accelerator-copy h3 { margin: 0; color: var(--navy); font-family: Georgia, serif; font-size: 35px; font-weight: 500; }
.accelerator-copy > p:not(.eyebrow) { color: #486273; font-size: 14px; line-height: 1.65; }
.award-tags { display: flex; flex-wrap: wrap; gap: 7px; }
.award-tags span { padding: 7px 10px; border: 1px solid rgba(11,45,70,.14); background: rgba(255,255,255,.55); color: #35556a; font-size: 10px; font-weight: 800; }
.gap-funding-callout { padding: 29px; background: white; border-left: 5px solid var(--gold); display: flex; gap: 17px; align-items: flex-start; }
.callout-icon { flex: 0 0 32px; width: 32px; height: 32px; border-radius: 50%; display: grid; place-items: center; background: var(--gold); color: var(--navy); font-weight: 900; }
.gap-funding-callout strong { color: var(--navy); font-family: Georgia, serif; font-size: 19px; font-weight: 600; }
.callout-label { display: block; margin-bottom: 9px; color: var(--sky); font-size: 10px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.gap-funding-callout p { margin: 10px 0 0; color: var(--muted); font-size: 12px; line-height: 1.65; }

.farhan-feature { margin-top: 50px; background: var(--cream); display: grid; grid-template-columns: .62fr 1.38fr; min-height: 500px; overflow: hidden; }
.farhan-photo-wrap { min-height: 500px; position: relative; background: var(--navy); overflow: hidden; }
.farhan-photo-wrap img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; object-position: center 35%; }
.farhan-photo-wrap::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 62%, rgba(7,31,49,.56)); }
.farhan-photo-wrap span { position: absolute; left: 25px; bottom: 24px; z-index: 2; color: white; font-size: 9px; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.farhan-copy { padding: 55px 58px; display: flex; flex-direction: column; justify-content: center; }
.farhan-path { margin: 0 0 17px; color: var(--sky); font-size: 10px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.farhan-copy h3 { margin: 0; max-width: 720px; color: var(--navy); font-family: Georgia, serif; font-size: clamp(35px, 3.5vw, 52px); line-height: 1.08; font-weight: 500; }
.farhan-copy blockquote { margin: 24px 0 14px; max-width: 800px; color: #284a60; font-size: 22px; line-height: 1.5; }
.farhan-copy > p:not(.farhan-path) { margin: 0; max-width: 760px; color: var(--muted); font-size: 14px; line-height: 1.7; }
.farhan-copy > strong { margin-top: 20px; color: var(--navy); font-size: 11px; letter-spacing: .13em; text-transform: uppercase; }

.scholar-voices-heading { max-width: 800px; margin-bottom: 45px; }
.scholar-voices-heading h2 { margin: 0; color: var(--navy); font-family: Georgia, serif; font-size: clamp(38px, 4.2vw, 58px); line-height: 1.08; font-weight: 500; }
.scholar-voices-heading p { max-width: 680px; margin: 20px 0 0; color: var(--muted); font-size: 15px; line-height: 1.72; }
.scholar-voices-section .farhan-feature { margin-top: 0; }
.scholar-voices-section .story-section { margin-top: 24px; }
.story-section { min-height: 650px; background: var(--navy); display: grid; grid-template-columns: .9fr 1.1fr; }
.story-photo { min-height: 650px; position: relative; overflow: hidden; background: #1b2934; }
.story-photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 28%; }
.story-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, transparent 74%, rgba(11,45,70,.2)); }
.story-copy { padding: 64px clamp(38px, 5vw, 78px); display: flex; flex-direction: column; justify-content: center; }
.story-path { color: #9fcbe0; font-size: 11px; letter-spacing: .05em; text-transform: uppercase; }
.story-path span { color: var(--gold); padding: 0 7px; }
.story-copy blockquote { max-width: 760px; margin: 24px 0 18px; color: white; font-size: clamp(24px, 2.15vw, 35px); line-height: 1.34; overflow-wrap: normal; word-break: normal; hyphens: none; }
.story-detail { color: #b8cfdd; font-size: 14px; line-height: 1.65; max-width: 690px; }
.story-name { margin-top: 15px; color: var(--gold); font-size: 13px; letter-spacing: .12em; text-transform: uppercase; }

.dual-enrollment-section { background: var(--cream); }
.dual-enrollment-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 9vw; align-items: center; }
.dual-enrollment-inner h2 { margin: 0; color: var(--navy); font-family: Georgia, serif; font-size: clamp(40px, 4.5vw, 62px); line-height: 1.08; font-weight: 500; }
.dual-enrollment-copy p { margin: 0; color: var(--muted); font-family: Georgia, serif; font-size: 20px; line-height: 1.6; }
.dual-enrollment-copy a { display: inline-block; margin-top: 26px; color: var(--sky); font-size: 13px; font-weight: 900; }

.donate-section { padding: 80px 8vw; background: var(--green); color: white; display: grid; grid-template-columns: 1fr 1fr; gap: 9vw; align-items: center; }
.donate-section h2 { color: white; }
.donate-copy p { max-width: 580px; margin: 0; color: #d5e6df; font-family: Georgia, serif; font-size: 20px; line-height: 1.55; }
.text-link { color: white; font-size: 12px; font-weight: 800; }

.site-footer { padding: 56px 6vw 28px; background: #071f31; color: white; display: grid; grid-template-columns: 1.3fr .7fr; gap: 30px; }
.footer-brand { display: block; width: min(440px, 100%); }
.footer-logo { display: block; width: 100%; height: auto; background: white; border-radius: 3px; }
.footer-contact { display: grid; align-content: center; gap: 5px; justify-items: end; }
.footer-contact span { color: #8da9ba; font-size: 10px; text-transform: uppercase; letter-spacing: .1em; }
.footer-contact a { color: #9ed0e7; font-weight: 800; }
.footer-meta { grid-column: 1 / -1; margin-top: 27px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.12); display: flex; justify-content: space-between; gap: 20px; color: #7895a7; font-size: 9px; text-transform: uppercase; letter-spacing: .08em; }

@media (max-width: 1240px) {
  .site-header { grid-template-columns: 1fr auto; }
  .desktop-nav { display: none; }
  .mobile-menu { display: block; }
  .brand-logo-full { width: min(390px, 52vw); }
}

@media (max-width: 1120px) {
  :root { --header-height: 84px; }
  .site-header { min-height: var(--header-height); padding: 8px 4vw; grid-template-columns: 1fr auto; }
  .brand-logo-full { width: min(330px, 43vw); height: 54px; }
  .header-button { padding: 11px 18px; font-size: 10px; }
  .application-button { max-width: 135px; }
  .hero { grid-template-columns: minmax(0, 1.12fr) minmax(335px, .88fr); }
  .hero-copy { max-width: none; padding: 28px 3.5vw 28px 0; }
  .hero h1 { font-size: clamp(36px, 4.4vw, 50px); }
  .hero-lead { margin-top: 16px; font-size: 15px; line-height: 1.5; }
  .hero .button-row { margin-top: 18px; }
  .hero-visual { min-height: 0; max-width: none; width: 100%; height: 100%; margin: 0; }
  .hero-visual::before { display: none; }
  .hero-photo-copy { left: 25px; right: 25px; bottom: 66px; }
  .hero-photo-copy strong { font-size: 34px; }
  .hero-photo-copy p { font-size: 12px; }
  .hero-career-caption { padding: 0 25px; }
  .pillars-grid { grid-template-columns: repeat(3, 1fr); }
  .pillar-card:nth-child(3) { border-right: none; }
  .pillar-card:nth-child(n+4) { border-top: 1px solid var(--line); }
  .impact-band { grid-template-columns: repeat(2, 1fr); }
  .impact-band div:nth-child(2) { border-right: none; }
  .impact-band div:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.16); }
  .eligibility-ribbon { grid-template-columns: repeat(2, 1fr); }
  .eligibility-actions { grid-column: 1 / -1; }
}

@media (max-width: 760px) {
  :root { --header-height: 76px; }
  .site-header { min-height: 76px; padding: 10px 5vw; }
  .desktop-nav { display: none; }
  .mobile-menu { display: block; }
  .brand { min-width: 0; }
  .brand-logo-full { display: none; }
  .brand-logo-icon { width: 68px; height: 50px; display: block; object-fit: cover; object-position: center; }
  .header-actions { gap: 6px; }
  .header-button { padding: 10px 12px; font-size: 9px; }
  .application-button { max-width: 104px; }
  .mobile-menu summary { min-height: 36px; padding: 0 11px; font-size: 9px; }
  .hero { height: auto; padding: 55px 5vw 0; grid-template-columns: minmax(0,1fr); min-height: auto; }
  .hero-copy { padding: 0; }
  .hero h1 { font-size: clamp(42px, 13vw, 62px); }
  .hero-lead { font-size: 16px; }
  .hero-visual { min-height: 500px; width: calc(100% + 10vw); margin: 36px -5vw 0; border-radius: 0; }
  .hero-photo-copy { left: 23px; right: 23px; bottom: 69px; }
  .hero-photo-copy strong { font-size: 31px; }
  .hero-photo-copy p { font-size: 12px; }
  .hero-career-caption { padding: 0 23px; font-size: 10px; }
  .impact-band { padding: 16px 3vw; }
  .impact-band div { padding: 16px 13px; }
  .impact-band strong { font-size: 21px; }
  .section { padding: 72px 5vw; }
  .intro-grid, .founding-story, .section-heading-row, .career-intro, .career-photo-grid, .connectors-feature, .accelerator-panel, .farhan-feature, .story-section, .dual-enrollment-inner, .donate-section { grid-template-columns: 1fr; }
  .intro-grid, .career-intro { gap: 28px; }
  .founding-story { margin-top: 42px; }
  .founding-year { min-height: auto; padding: 32px 28px; }
  .founding-year strong { font-size: 65px; }
  .founding-copy { padding: 42px 28px; }
  .pathway-grid { grid-template-columns: 1fr; }
  .eligibility-ribbon { grid-template-columns: 1fr; }
  .eligibility-actions { grid-column: 1; }
  .pillars-grid { grid-template-columns: 1fr; }
  .pillar-card { min-height: auto; border-right: none; border-bottom: 1px solid var(--line); }
  .pillar-card h3 { margin-top: 20px; }
  .career-journey-visual { height: 380px; }
  .career-journey-visual figcaption { left: 25px; right: 25px; bottom: 25px; }
  .career-photo-grid figure { min-height: 300px; }
  .connectors-photo { min-height: 380px; }
  .connectors-content { padding: 38px 28px; }
  .connectors-feature h3 { font-size: 34px; }
  .accelerator-panel { padding: 27px; }
  .farhan-photo-wrap { min-height: 440px; }
  .farhan-copy { padding: 45px 28px; }
  .farhan-copy blockquote { font-size: 20px; }
  .story-photo { min-height: 430px; }
  .story-copy { padding: 60px 7vw; }
  .story-copy blockquote { font-size: 27px; line-height: 1.35; }
  .dual-enrollment-inner { gap: 28px; }
  .donate-section { padding: 68px 6vw; }
  .site-footer { grid-template-columns: 1fr; }
  .footer-contact { justify-items: start; }
  .footer-meta { grid-column: 1; flex-direction: column; }
}

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

/* Readability pass: keep supporting text comfortably legible. */
.desktop-nav .nav-link,
.submenu a,
.header-button { font-size: 14px; }

.eyebrow,
.section-label { font-size: 13px; }

.hero .button { font-size: 13px; }
.hero .application-note { font-size: 13px; line-height: 1.55; }
.hero-photo-copy > span { font-size: 12px; }
.hero-photo-copy p { font-size: 14px; }
.hero-career-caption { font-size: 13px; }
.impact-band span { font-size: 12px; line-height: 1.45; }

.founding-year span,
.founding-year small { font-size: 12px; }
.pathway-topline { font-size: 12px; }
.pathway-note span { font-size: 11px; }
.eligibility-ribbon span,
.eligibility-ribbon a,
.eligibility-actions .eligibility-apply { font-size: 13px; }
.application-deadline,
.eligibility-actions a:last-child { font-size: 12px; line-height: 1.5; }

.career-quick-links a { font-size: 13px; }
.career-journey-visual figcaption span,
.career-photo-grid figcaption span { font-size: 12px; }
.pillar-card > span { font-size: 12px; }
.pillar-card p { font-size: 14px; }
.connectors-copy a { font-size: 13px; }
.award-tags span { font-size: 12px; }
.callout-label { font-size: 12px; }
.gap-funding-callout p { font-size: 14px; }

.farhan-photo-wrap span { font-size: 11px; }
.farhan-path { font-size: 12px; }
.farhan-copy > strong { font-size: 13px; }
.story-path { font-size: 13px; }
.text-link { font-size: 13px; }
.footer-contact span { font-size: 12px; }
.footer-meta { font-size: 11px; line-height: 1.5; }

.mobile-menu summary { font-size: 12px; }
.mobile-menu nav > a,
.mobile-nav-group > a { font-size: 13px; }
.mobile-nav-group > div a { font-size: 12px; }

@media (max-width: 1120px) {
  .header-button { font-size: 12px; }
}

@media (max-width: 760px) {
  .header-button { font-size: 12px; letter-spacing: .04em; }
  .mobile-menu summary { font-size: 12px; letter-spacing: .04em; }
  .hero .button { font-size: 13px; }
  .hero .application-note { font-size: 13px; }
  .hero-photo-copy p { font-size: 14px; }
  .hero-career-caption { font-size: 12px; }
}

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