.native-pilot-banner {
  padding: 1rem 5%;
  background: #edf0fa;
  color: #152657;
  font-size: 1rem;
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}
.native-header {
  padding-block: clamp(2rem, 5vw, 5rem);
}
.native-header h1 {
  max-width: 22ch;
  font-size: clamp(2.4rem, 5vw, 4.5rem);
  line-height: 1.1;
}
.native-header > p:not(.eyebrow) {
  font-size: 1.25rem;
  max-width: 65ch;
}
.native-content {
  padding-bottom: 5rem;
  counter-reset: project;
  --native-reading-width: 54rem;
}
.native-content p,
.native-content li {
  font-size: clamp(1.1rem, 1.2vw, 1.2rem);
  line-height: 1.8;
}
.native-content h2 {
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  margin: 2.25rem 0 1rem;
}
.native-content h3,
.native-content h4,
.native-content h5,
.native-content h6 {
  font-size: clamp(1.25rem, 2vw, 1.65rem);
  margin: 1.5rem 0 0.75rem;
}
.native-paragraph {
  margin-block: 1rem;
}
.native-content a {
  text-underline-offset: 0.2em;
  overflow-wrap: anywhere;
}
.native-photo {
  margin: 1.6rem 0;
  max-width: 52rem;
}
.native-photo img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 34rem;
  object-fit: contain;
  border-radius: 1.25rem;
}
.native-photo figcaption {
  overflow-wrap: anywhere;
  font-size: 1rem;
  margin-top: 0.65rem;
}
.native-gallery {
  position: relative;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 17rem), 1fr));
  gap: 1.25rem;
  align-items: start;
}
.native-gallery > span[id] {
  position: absolute;
  inset-block-start: 0;
  inset-inline-start: 0;
}
.native-gallery .native-photo {
  margin: 0;
}
.native-gallery img {
  max-height: 24rem;
}
.native-gallery > .native-disclosure {
  grid-column: 1/-1;
}
.native-disclosure {
  padding: 1.25rem;
  border: 1px solid #d7ddeb;
  border-radius: 1rem;
  margin-block: 1rem;
}
.native-disclosure summary {
  cursor: pointer;
  font-size: 1.1rem;
  font-weight: 650;
  padding: 0.5rem;
}
.native-disclosure[open] > summary {
  margin-bottom: 1rem;
}
.native-disclosure > .native-photo {
  display: inline-block;
  width: min(100%, 22rem);
  margin: 0.5rem;
  vertical-align: top;
}
.native-project,
.native-highlight,
.native-quote,
.native-finding,
.native-qualification {
  padding: 1.35rem;
  border-radius: 1rem;
  background: #f0f3fc;
  border-inline-start: 0.2rem solid #263bb0;
}
.native-project::before {
  counter-increment: project;
  content: counter(project, decimal-leading-zero);
  display: block;
  font-weight: 750;
  color: #263bb0;
  margin-bottom: 0.6rem;
}
.native-inline-highlight {
  display: block;
  padding: 1.2rem;
  margin-block: 1rem;
  background: #f0f3fc;
  border-radius: 0.8rem;
}
.native-finding {
  margin-bottom: 0;
  border-radius: 1rem 1rem 0 0;
  padding-bottom: 0.4rem;
}
.native-qualification {
  margin-top: 0;
  border-radius: 0 0 1rem 1rem;
  padding-top: 0.4rem;
}
.native-step {
  max-width: 78ch;
  padding: 1.5rem;
  margin: 1.5rem 0;
  border: 1px solid #d7ddeb;
  border-radius: 1.2rem;
  scroll-margin-top: 7rem;
}
.native-step::before {
  content: attr(data-step);
  display: grid;
  place-items: center;
  background: #263bb0;
  color: white;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 50%;
  font-size: 1.25rem;
  font-weight: 700;
}
.native-lead {
  font-weight: 700;
  color: #243776;
}
.native-section {
  margin-block: 2rem;
  scroll-margin-top: 7rem;
}
@media (max-width: 42rem) {
  .native-photo img {
    max-height: none;
  }
  .native-step {
    padding: 1rem;
  }
  .native-disclosure > .native-photo {
    margin: 0.5rem 0;
    width: 100%;
  }
  .native-content .contact-panel {
    margin-inline: 0;
  }
}
.native-card {
  display: block;
  max-width: 28rem;
  padding: 1rem;
  border: 1px solid #d7ddeb;
  border-radius: 1.25rem;
  text-decoration: none;
  margin: 1.5rem 0;
}
.native-card img {
  width: 100%;
  height: auto;
  border-radius: 0.8rem;
}
.native-gallery .native-photo img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
}
/* A single photograph is an illustration, not a stretched gallery tile. */
.native-gallery
  > .native-photo:nth-child(1 of .native-photo:not([hidden])):nth-last-child(
    1 of .native-photo:not([hidden])
  ) {
  width: fit-content;
  margin-inline: auto;
}
.native-gallery
  > .native-photo:nth-child(1 of .native-photo:not([hidden])):nth-last-child(
    1 of .native-photo:not([hidden])
  )
  img {
  width: auto;
  aspect-ratio: auto;
  max-height: 34rem;
  object-fit: contain;
}

.native-navigation {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 16rem), 1fr));
  gap: 0.65rem;
  margin-block: 1.5rem;
}
.native-navigation a {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  padding: 1rem;
  border: 1px solid #d7ddeb;
  border-radius: 0.8rem;
  text-decoration: none;
}
.native-navigation a > span:first-child {
  flex: 0 0 auto;
  white-space: nowrap;
  font-weight: 750;
  color: #263bb0;
}
.native-navigation a:hover,
.native-navigation a:focus-visible {
  background: #e7ecfb;
  border-color: #263bb0;
}

.native-document {
  position: relative;
  padding: 1rem 1.25rem;
  border: 1px solid #d7ddeb;
  border-radius: 0.85rem;
  margin-block: 0.75rem;
  background: #fff;
}
.native-document > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  font-size: 1.15rem;
  font-weight: 700;
}
.native-document > .native-document-link::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
}
.native-document:has(> .native-document-link:focus-visible) {
  outline: 0.2rem solid var(--blue);
  outline-offset: 0.2rem;
}
.native-document > p a {
  position: relative;
  z-index: 1;
}
.native-document > p {
  margin: 0.5rem 0 0;
}
.native-content li:has(> .native-document) {
  list-style: none;
}
.native-content li > .native-document {
  margin-block: 0;
}
.native-content li:has(> .native-document) > .native-paragraph {
  margin: 0.4rem 1rem 0;
  color: var(--muted);
  font-size: clamp(0.875rem, 1vw, 1rem);
  line-height: 1.5;
}
.native-document-list {
  padding-inline-start: 0;
}
.native-content .native-document-list > li {
  margin-block: 0.75rem;
}
.native-table {
  overflow-x: auto;
  margin-block: 1.25rem;
}
.native-table table {
  border-collapse: collapse;
  width: 100%;
}
.native-table td,
.native-table th {
  padding: 1rem;
  border: 1px solid #d7ddeb;
  vertical-align: top;
}

.native-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
}
.native-content .academic-metric {
  margin: 0;
}
.native-content .graduate-profile {
  max-width: none;
}
.native-content .graduate-profile__identity h3 {
  font-family: Newsreader, Georgia, serif;
  font-style: italic;
  font-weight: 450;
  font-size: clamp(2rem, 3.2vw, 3rem);
  line-height: 1.12;
  margin: 0 0 1.25rem;
}
.native-content .graduate-profile__identity > .native-paragraph:first-child {
  font-size: 1rem;
  font-weight: 700;
}

.native-content .graduate-profile__story > p + p {
  margin-top: 0.9rem;
}
.native-content .graduate-profile__story > p {
  line-height: 1.65;
}
.native-content .graduate-profile__identity > .native-paragraph:last-child {
  color: #ffe091;
  border-top: 1px solid #ffffff40;
  padding-top: 1.1rem;
  margin-top: 1.5rem;
  font-weight: 650;
}

.native-timeline {
  position: relative;
  padding: 0 0 2rem 2rem;
  max-width: var(--native-reading-width);
  margin-inline: auto;
  margin-block: 0;
  border-inline-start: 0.12rem solid #c9d6df;
}
.native-timeline::before {
  content: "";
  position: absolute;
  top: 0.85rem;
  left: -0.43rem;
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 50%;
  background: var(--blue);
  box-shadow: 0 0 0 0.3rem var(--paper, #f7f6ef);
}
.native-timeline > h2 {
  color: var(--blue);
  margin-top: 0;
}
.native-timeline .native-gallery {
  max-width: 52rem;
}
.native-content .metric-number .metric-percent {
  font-size: 0.5em;
}
.native-content .native-gallery > .native-paragraph {
  grid-column: 1/-1;
}

.native-video {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
  align-items: center;
  max-width: 52rem;
  margin: 1.5rem 0;
  padding: 1.5rem;
  border: 1px solid #cad5ed;
  border-radius: 1.25rem;
  background: #f2f5fc;
}
.native-video__icon {
  display: grid;
  flex: 0 0 3.5rem;
  width: 3.5rem;
  height: 3.5rem;
  place-items: center;
  border-radius: 50%;
  background: #1d398f;
  color: white;
}
.native-video__icon svg {
  width: 1.5rem;
  height: 1.5rem;
}
.native-video__body {
  flex: 1 1 18rem;
}
.native-content .native-video h3 {
  margin: 0 0 0.35rem;
  font-size: clamp(1.1rem, 1.7vw, 1.35rem);
}
.native-content .native-video p {
  margin: 0 0 0.75rem;
  font-size: 0.95rem;
  line-height: 1.5;
}
.native-video__action {
  display: inline-flex;
  gap: 0.4rem;
  align-items: center;
  min-height: 2.75rem;
  font-weight: 700;
}
.native-video__action svg {
  width: 1.1rem;
  height: 1.1rem;
}
.native-video-panel {
  width: 100%;
  margin-top: 1rem;
  aspect-ratio: 16 / 9;
}
.native-video-panel iframe {
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 0.75rem;
}
.native-video-fallback {
  display: inline-block;
  margin-top: 0.5rem;
}
@media (max-width: 38rem) {
  .native-video {
    align-items: flex-start;
    padding: 1rem;
  }
  .native-video__icon {
    flex-basis: 2.75rem;
    width: 2.75rem;
    height: 2.75rem;
  }
}

.native-card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 18rem), 1fr));
  gap: 1.25rem;
  margin-block: 1.5rem;
}
.native-card-grid > article {
  overflow: hidden;
  padding: 1rem;
  border: 1px solid #d7ddeb;
  border-radius: 1.25rem;
  background: #fff;
}
.native-card-grid > article:only-child {
  width: 100%;
  max-width: 44rem;
  min-height: 0;
}
.native-card-grid > article:not(:has(img)) {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: clamp(18rem, 28vw, 25rem);
  padding: clamp(1.5rem, 3vw, 2.5rem);
  border-color: #c7d3ed;
  background: #e9eefb;
  color: var(--deep);
}
.native-card-grid > article:not(:has(img))::before {
  content: "";
  display: block;
  width: 3rem;
  height: 0.25rem;
  margin-bottom: 1.5rem;
  background: var(--blue);
}
.native-card-grid > article:not(:has(img)) :is(h2, h3) {
  font-size: clamp(1.55rem, 2.4vw, 2rem);
  line-height: 1.25;
  margin: 0;
}
.native-card-grid > article:only-child:not(:has(img)) {
  min-height: 0;
  padding: 1.5rem;
}
.native-card-grid h2,
.native-card-grid h3 {
  font-size: clamp(1.15rem, 1.5vw, 1.4rem);
  margin-block: 0.8rem;
  line-height: 1.45;
}
.native-card-grid .native-photo {
  margin: 0;
}
.native-card-grid .native-photo img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
}

@media (max-width: 60rem) {
  .native-metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 40rem) {
  .native-metrics {
    grid-template-columns: minmax(0, 1fr);
  }
}

.native-card-grid > article:has(> .native-card) {
  padding: 0;
}
.native-card-grid > article > .native-card {
  max-width: none;
  margin: 0;
  border: 0;
  height: 100%;
}
.native-card-grid .native-card img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
}
.native-card-grid .native-card--cycle h3 {
  font-size: 1rem;
  font-weight: 500;
  margin-block: 1rem 0;
}
.native-card--cycle h3 > strong {
  display: block;
}
.native-card--cycle h3 > strong:first-of-type {
  font-size: clamp(1.6rem, 2.4vw, 2.1rem);
  line-height: 1.2;
  margin-block: 0.35rem 0.8rem;
}
.native-card--cycle h3 > strong:last-of-type {
  font-size: 1rem;
  font-weight: 600;
  color: var(--blue);
}
.native-card-grid > article {
  transition:
    transform 180ms ease,
    box-shadow 180ms ease;
}
@media (prefers-reduced-motion: no-preference) {
  .native-card-grid > article:hover {
    transform: translateY(-0.2rem);
    box-shadow: 0 0.75rem 2rem #10247112;
  }
}
/* Shared reading edges keep headings, prose, and university marks aligned. */
.native-content > :is(.native-paragraph, h2, h3, h4, h5, h6, ul, ol),
.native-content
  .native-section
  > :is(.native-paragraph, h2, h3, h4, h5, h6, ul, ol),
.native-content .university-logos {
  width: min(100%, var(--native-reading-width));
  max-width: var(--native-reading-width);
  margin-inline: auto;
}
.native-content > .native-photo {
  width: fit-content;
  margin-inline: auto;
}
.native-content > .native-section {
  max-width: 75rem;
  margin-inline: auto;
}
/* Service links use compact, pale cards with the school's blue foreground. */
.native-content[data-native-record="2875"] > .native-card-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: var(--native-reading-width);
  margin: 1.5rem auto 3rem;
}
.native-content[data-native-record="2875"] > .native-card-grid > article {
  min-height: 9rem;
  padding: 1.75rem;
}
.native-content[data-native-record="2875"] > .native-card-grid a {
  font-size: clamp(1.15rem, 1.5vw, 1.3rem);
  line-height: 1.3;
  color: var(--blue);
  text-decoration: none;
}
.native-content[data-native-record="2875"] > .native-section {
  max-width: var(--native-reading-width);
}
@media (max-width: 38rem) {
  .native-content[data-native-record="2875"] > .native-card-grid {
    grid-template-columns: 1fr;
  }
}

/* One related story should read as a compact recommendation, not a second hero. */
.native-card-grid > article:only-child:has(> .native-card) {
  width: 100%;
  max-width: 44rem;
}
.native-card-grid > article:only-child > .native-card {
  display: grid;
  grid-template-columns: minmax(8rem, 14rem) minmax(0, 1fr);
  align-items: center;
  gap: 1.25rem;
}
.native-card-grid > article:only-child > .native-card h3 {
  margin: 0;
}
@media (max-width: 35rem) {
  .native-card-grid > article:only-child > .native-card {
    grid-template-columns: minmax(5rem, 35%) minmax(0, 1fr);
    gap: 1rem;
  }
}

.native-document > a::after {
  content: "";
  width: 1.25rem;
  height: 1.25rem;
  flex-shrink: 0;
  background: currentColor;
  mask: url("/icons/download.svg") center / contain no-repeat;
}
.native-document:focus-within,
.native-document:hover {
  border-color: var(--blue);
  background: #f4f6ff;
}

.discovery-return {
  padding-top: 1rem;
}
.discovery-return[hidden] {
  display: none;
}
.discovery-return a {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1rem;
  color: var(--blue);
}
.discovery-return a:hover {
  text-decoration: underline;
  text-underline-offset: 0.2em;
}
