.ce-explorer {
  --ce-radius: 1.4rem;
  --ce-line: color-mix(in srgb, var(--blue, #1335b5) 17%, transparent);
  min-width: 0;
}
.ce-intro {
  margin-block-end: 2.5rem;
}
.ce-toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  padding-block: 1.25rem 1.6rem;
}
.ce-kicker {
  color: var(--blue, #1335b5);
  font-size: 0.875rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.ce-toolbar p {
  margin: 0.45rem 0 0;
  color: var(--muted, #566176);
  font-size: 1rem;
}
.ce-all-toggle {
  display: inline-flex;
  gap: 0.7rem;
  align-items: center;
  background: transparent;
  color: var(--deep, #102471);
  border: 1px solid var(--ce-line);
  border-radius: 2rem;
  padding: 0.7rem 1rem;
  cursor: pointer;
  font-size: 0.875rem;
  font-weight: 700;
  transition:
    background 200ms,
    border-color 200ms;
}
.ce-all-toggle[hidden] {
  display: none;
}
.ce-all-toggle:hover,
.ce-all-toggle[aria-pressed="true"] {
  background: var(--yellow, #f6d667);
  border-color: transparent;
}
.ce-chapter-nav {
  display: flex;
  background: var(--paper);
  border-radius: 1rem;
  gap: 0.5rem;
  overflow-x: auto;
  max-width: 100%;
  padding: 0.5rem;
  margin-bottom: 1rem;
  scrollbar-width: thin;
  scrollbar-color: var(--ce-line) transparent;
}
.ce-chapter-nav a {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  flex: 0 0 auto;
  max-width: 21rem;
  padding: 0.75rem 1rem;
  border-radius: 2rem;
  background: #e7ebf5;
  color: var(--deep, #102471);
  font-size: 0.875rem;
  line-height: 1.35;
  font-weight: 650;
  transition:
    background 200ms,
    color 200ms;
}
.ce-chapter-nav a span {
  font-size: 0.875rem;
  opacity: 0.65;
}
.ce-chapter-nav a:hover {
  background: var(--blue, #1335b5);
  color: white;
}
.ce-sections {
  border-block-start: 1px solid var(--ce-line);
}
.ce-section {
  border-block-end: 1px solid var(--ce-line);
  scroll-margin-top: 9rem;
  transition: background 250ms;
}
.ce-section-summary {
  list-style: none;
  display: grid;
  grid-template-columns: 2rem minmax(0, 1fr) 2.75rem;
  align-items: center;
  gap: 1rem;
  row-gap: 0.625rem;
  padding: clamp(1.25rem, 3vw, 2rem) 0;
  cursor: pointer;
}
.ce-section-summary::-webkit-details-marker,
.ce-gallery-more > summary::-webkit-details-marker {
  display: none;
}
.ce-section-title {
  grid-column: 2;
  grid-row: 1;
  margin: 0;
  color: var(--deep, #102471);
  font-size: clamp(1.2rem, 2.6vw, 2rem);
  line-height: 1.18;
  letter-spacing: -0.045em;
  font-weight: 500;
  text-wrap: balance;
}
.ce-section-toggle {
  grid-column: 3;
  grid-row: 1;
  position: relative;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 50%;
  background: var(--yellow, #f6d667);
  color: var(--deep, #102471);
  transition:
    transform 300ms var(--ease, ease),
    background 200ms;
}
.ce-section-toggle span {
  position: absolute;
  inset: calc(50% - 0.5px) 0.85rem auto;
  height: 1px;
  background: currentColor;
  transition: transform 250ms;
}
.ce-section-toggle span + span {
  transform: rotate(90deg);
}
.ce-section[open] > summary .ce-section-toggle span + span {
  transform: rotate(0);
}
.ce-section-summary:hover .ce-section-toggle {
  transform: rotate(90deg);
}
.ce-section[open] > .ce-section-summary .ce-section-toggle {
  background: var(--blue, #1335b5);
  color: white;
}
.ce-section-body {
  min-width: 0;
  padding: 0 0 clamp(1.75rem, 4vw, 3rem) 3rem;
}
.ce-section[open] > .ce-section-body {
  animation: ce-discover 360ms var(--ease, ease) both;
}
.ce-section-body > * + * {
  margin-block-start: 1.75rem;
}
.ce-section--plain {
  border: 0;
}
.ce-section--plain .ce-section-body {
  padding: 0;
}
.ce-sections--reading {
  border: 0;
}
.ce-rich {
  line-height: 1.85;
  font-size: clamp(1.125rem, 1.5vw, 1.125rem);
}
.ce-rich p {
  max-width: 68ch;
}
.ce-rich :where(h1, h2, h3, h4, h5, h6) {
  color: var(--deep, #102471);
  max-width: 32ch;
  text-wrap: balance;
}
.ce-rich > :is(h1, h2, h3):first-child {
  margin-block-start: 0;
}
.ce-rich img {
  width: 100%;
  max-width: min(100%, 42rem);
  max-height: 22rem;
  object-fit: contain;
  border-radius: var(--ce-radius);
  margin: 1.8rem auto;
}
.ce-rich strong {
  font-weight: 750;
  color: var(--deep, #102471);
}
.ce-rich ul,
.ce-rich ol {
  padding-inline-start: 1.4rem;
}
.ce-rich li::marker {
  color: var(--blue, #1335b5);
}
.ce-gallery {
  min-width: 0;
}
.ce-gallery-body {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: start;
  gap: 0.5rem;
  border-radius: var(--ce-radius);
  overflow: hidden;
}
.ce-gallery-body :where(div, span):not(.gallery-item, .gallery-image) {
  display: contents;
}
.ce-gallery-body :where(.gallery-item, .gallery-image, figure) {
  position: relative;
  min-width: 0;
  margin: 0;
}
.ce-gallery-body img {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  margin: 0;
  border-radius: 0.25rem;
  transition:
    transform 600ms var(--ease, ease),
    filter 600ms;
}
.ce-gallery-body a:has(img) {
  display: block;
  overflow: hidden;
  position: relative;
  border-radius: 0.25rem;
}
.ce-gallery-body a[data-ce-photo]::after {
  content: "";
  width: 1.25rem;
  height: 1.25rem;
  background: currentColor;
  mask: url("/icons/arrow-up-right.svg") center / contain no-repeat;
  position: absolute;
  right: 0.6rem;
  bottom: 0.6rem;
  display: grid;
  place-items: center;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  color: var(--deep, #102471);
  background: white;
  opacity: 0;
  transform: translateY(0.5rem);
  transition:
    opacity 250ms,
    transform 250ms;
}
.ce-gallery-body a:hover img {
  transform: scale(1.035);
  filter: saturate(1.08);
}
.ce-gallery-body a:hover::after,
.ce-gallery-body a:focus-visible::after {
  opacity: 1;
  transform: none;
}
.ce-gallery-body :where(h2, h3, h4, figcaption) {
  margin: 0.55rem 0 1rem;
  font-size: 1rem;
  line-height: 1.4;
  font-weight: 550;
  letter-spacing: -0.01em;
}
.ce-gallery-more {
  margin-block-start: 1rem;
}
.ce-gallery-more > summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: 1rem 1.4rem;
  background: #e7ebf5;
  color: var(--blue, #1335b5);
  font-size: 1rem;
  font-weight: 700;
  border-radius: 3rem;
  cursor: pointer;
  list-style: none;
  transition:
    background 200ms,
    color 200ms;
}
.ce-gallery-more > summary > span:last-child {
  font-size: 1.3rem;
  line-height: 1;
  transition: transform 250ms;
}
.ce-gallery-more[open] > summary {
  margin-block-end: 1rem;
  background: var(--blue, #1335b5);
  color: white;
}
.ce-gallery-more[open] > summary > span:last-child {
  transform: rotate(45deg);
}
.ce-documents {
  line-height: 1.55;
}
.ce-documents :where(ul, ol) {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.65rem;
  padding: 0;
  margin: 1rem 0;
  list-style: none;
}
.ce-documents li {
  min-width: 0;
  margin: 0;
  padding: 1.15rem;
  border: 1px solid var(--ce-line);
  border-radius: 0.85rem;
  color: var(--muted, #566176);
  background: rgba(255, 255, 255, 0.45);
  font-size: 0.875rem;
  transition:
    background 200ms,
    border-color 200ms;
}
.ce-documents li:has(a:hover) {
  background: white;
  border-color: var(--blue, #1335b5);
}
.ce-documents a {
  display: block;
  position: relative;
  color: var(--deep, #102471);
  font-size: clamp(1rem, 1.3vw, 1.125rem);
  font-weight: 650;
  text-decoration: none;
  padding-inline-end: 1.65rem;
  overflow-wrap: anywhere;
}
.ce-documents a::after {
  content: "";
  width: 1.25rem;
  height: 1.25rem;
  background: currentColor;
  mask: url("/icons/arrow-up-right.svg") center / contain no-repeat;
  position: absolute;
  right: 0;
  top: 0;
  color: var(--blue, #1335b5);
}
.ce-documents :where(h2, h3, h4, h5) {
  font-size: clamp(1.125rem, 2vw, 1.25rem);
  margin-block: 1.5rem 0.75rem;
}
.ce-documents table {
  display: block;
  width: 100%;
  overflow-x: auto;
  border-collapse: collapse;
  font-size: clamp(1rem, 2.4vw, 1.125rem);
}
.ce-documents :where(th, td) {
  padding: 1rem;
  border-bottom: 1px solid var(--ce-line);
}
.ce-documents th {
  font-size: clamp(0.875rem, 2vw, 1rem);
  text-align: left;
}
.ce-explorer :where(button, summary, a):focus-visible {
  outline: 3px solid #c18c00;
  outline-offset: 5px;
}
.ce-viewer {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  height: 100dvh;
  max-width: none;
  max-height: none;
  margin: 0;
  border: 0;
  padding: clamp(1rem, 2.5vw, 2.25rem);
  background: #0d1937;
  color: white;
  overflow: hidden;
}
.ce-viewer:not([open]) {
  display: none;
}
.ce-viewer[open] {
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  gap: 1rem;
  animation: ce-discover 250ms ease both;
}
.ce-viewer::backdrop {
  background: rgba(6, 16, 38, 0.9);
}
.ce-viewer-toolbar,
.ce-viewer-caption,
.ce-viewer-caption > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}
.ce-viewer-title {
  font-size: clamp(1.125rem, 1.8vw, 1.2rem);
  line-height: 1.3;
  max-width: 50ch;
}
.ce-viewer-close,
.ce-viewer-arrow {
  display: grid;
  place-items: center;
  background: transparent;
  color: white;
  border: 1px solid #67728b;
  border-radius: 50%;
  width: 2.75rem;
  height: 2.75rem;
  flex: 0 0 auto;
  cursor: pointer;
  font-size: 1.125rem;
  transition:
    background 180ms,
    color 180ms;
}
.ce-viewer :is(.ce-viewer-close, .ce-viewer-arrow):hover {
  background: var(--yellow, #f6d667);
  color: var(--deep, #102471);
  border-color: transparent;
}
.ce-viewer-stage {
  display: grid;
  grid-template-columns: 2.75rem minmax(0, 1fr) 2.75rem;
  align-items: center;
  min-height: 0;
  gap: clamp(0.5rem, 2vw, 2rem);
}
.ce-viewer-picture {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  min-height: 0;
  position: relative;
}
.ce-viewer-picture img {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: contain;
  border-radius: 0.5rem;
  animation: ce-image-in 240ms ease both;
}
.ce-viewer-error {
  position: absolute;
  inset: 0;
  margin: auto;
  padding: 2rem;
  display: grid;
  place-content: center;
  font-size: 1.125rem;
  text-align: center;
  background: #0d1937;
}
.ce-viewer-error[hidden] {
  display: none;
}
.ce-viewer-caption {
  color: #d5daea;
  font-size: 0.875rem;
  min-height: 2rem;
}
.ce-viewer-caption p {
  max-width: 65ch;
}
.ce-viewer-caption a {
  color: white;
  white-space: nowrap;
  text-decoration: underline;
  text-underline-offset: 0.25rem;
}
.ce-viewer-caption [data-ce-counter] {
  white-space: nowrap;
  font-variant-numeric: tabular-nums;
}
html.ce-viewer-open {
  overflow: hidden;
}
@keyframes ce-discover {
  from {
    opacity: 0;
    transform: translateY(0.5rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes ce-image-in {
  from {
    opacity: 0.4;
    transform: scale(0.985);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@media (min-width: 70rem) {
  .ce-gallery-body:has(> .gallery-item:nth-child(5)):not(
      :has(> .gallery-item:nth-child(7))
    )
    > .gallery-item:first-child {
    grid-column: span 2;
    grid-row: span 2;
  }
  .ce-gallery-body:has(> .gallery-item:nth-child(5)):not(
      :has(> .gallery-item:nth-child(7))
    )
    > .gallery-item:first-child
    img {
    aspect-ratio: 4 / 3;
  }
}
@media (max-width: 42rem) {
  .ce-section-summary {
    grid-template-columns: 1.15rem minmax(0, 1fr) 2.2rem;
    gap: 0.65rem;
  }
  .ce-section-toggle {
    width: 2.2rem;
    height: 2.2rem;
  }
  .ce-section-toggle span {
    inset-inline: 0.65rem;
  }
  .ce-section-body {
    padding-inline-start: 0;
  }
  .ce-chapter-nav {
    margin-inline-end: -0.5rem;
  }
  .ce-chapter-nav a {
    max-width: 16rem;
  }
  .ce-documents :where(ul, ol) {
    grid-template-columns: 1fr;
  }
  .ce-gallery-body {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.4rem;
  }
  .ce-viewer-stage {
    grid-template-columns: minmax(0, 1fr);
    position: relative;
  }
  .ce-viewer-arrow {
    position: absolute;
    z-index: 2;
    background: rgba(13, 25, 55, 0.85);
    top: calc(50% - 1.375rem);
  }
  .ce-viewer-prev {
    left: 0;
  }
  .ce-viewer-next {
    right: 0;
  }
  .ce-viewer-caption {
    align-items: start;
    flex-direction: column;
    gap: 0.5rem;
  }
  .ce-viewer-caption > div {
    width: 100%;
  }
}
@media (prefers-reduced-motion: reduce) {
  .ce-explorer *,
  .ce-explorer *::after,
  .ce-explorer *::before {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }
}
@media print {
  .ce-toolbar,
  .ce-chapter-nav,
  .ce-section-toggle,
  .ce-viewer {
    display: none !important;
  }
  .ce-section-body {
    padding: 0;
  }
  .ce-explorer details > * {
    display: block !important;
  }
}

.ce-source-heading {
  display: none;
}
.ce-source-heading + .ce-rich {
  margin-top: 0;
}
.ce-section--plain + .ce-section--plain {
  margin-block-start: 2.5rem;
}
.ce-gallery--single img {
  width: auto;
  max-width: 100%;
  max-height: 22rem;
  margin-inline: auto;
  aspect-ratio: auto;
  object-fit: contain;
  border-radius: 1rem;
}
.ce-gallery--single:has(img[width="218"]) img {
  max-height: 11rem;
}
.ce-viewer-arrow[hidden] {
  display: none;
}

.ce-full-index {
  margin: -0.25rem 0 1.5rem;
}
.ce-full-index summary {
  cursor: pointer;
  list-style: none;
  font-size: 1rem;
  color: var(--blue, #1335b5);
  display: inline-flex;
  gap: 1.25rem;
  align-items: center;
  padding: 0.5rem 0;
}
.ce-full-index summary::-webkit-details-marker {
  display: none;
}
.ce-full-index summary > span {
  font-size: 1.15rem;
  transition: transform 250ms;
}
.ce-full-index[open] summary > span {
  transform: rotate(45deg);
}
.ce-full-index nav {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.5rem 1.5rem;
  margin-top: 1rem;
  padding: 1.3rem;
  background: #e7ebf5;
  border-radius: 1rem;
}
.ce-full-index a {
  display: flex;
  gap: 0.7rem;
  font-size: 1rem;
  padding: 0.5rem 0;
}
.ce-full-index a > span {
  color: var(--blue, #1335b5);
  font-size: 0.875rem;
  padding-top: 0.1rem;
}
.ce-full-index a:hover {
  text-decoration: underline;
  text-underline-offset: 0.25rem;
}
.ce-fallback {
  border-block: 1px solid var(--ce-line);
  padding-block: 1.25rem;
}
.ce-fallback > summary {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  list-style: none;
  color: var(--deep, #102471);
  font-size: clamp(1.125rem, 2.5vw, 1.5rem);
}
.ce-fallback > summary::-webkit-details-marker {
  display: none;
}
.ce-fallback > :is(article, .ce-rich) {
  margin-top: 2rem;
}
@media (max-width: 42rem) {
  .ce-full-index nav {
    grid-template-columns: 1fr;
  }
}
.ce-section-body > .ce-rich + .ce-rich {
  margin-block-start: 0.75rem;
}
.ce-documents a[href*=".pdf"]::before,
.ce-documents a[href*=".xls"]::before,
.ce-documents a[href*=".doc"]::before {
  display: block;
  font-size: 0.875rem;
  color: var(--blue, #1335b5);
  letter-spacing: 0.1em;
  margin-bottom: 0.35rem;
  font-weight: 750;
}
.ce-documents a[href*=".pdf"]::before {
  content: "PDF";
}
.ce-documents a[href*=".xls"]::before {
  content: "EXCEL";
}
.ce-documents a[href*=".doc"]::before {
  content: "WORD";
}
.ce-documents a:empty {
  display: inline;
  padding: 0;
}
.ce-documents a:empty::before,
.ce-documents a:empty::after {
  content: none;
}
.ce-documents ul:has(> li:not(:has(a[href]))) {
  display: block;
}
.ce-documents ul:has(> li:not(:has(a[href]))) > li {
  font-size: 1.125rem;
  line-height: 1.75;
  margin-block: 0.5rem;
}
.ce-documents li ul {
  display: block;
  margin: 0.7rem 0 0.3rem;
  padding-inline-start: 1.25rem;
  list-style: disc;
}
.ce-documents li ul li {
  background: none;
  border: 0;
  border-radius: 0;
  padding: 0;
}

.ce-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
}
.ce-card-grid > :is(div, article) {
  overflow: hidden;
  min-width: 0;
  border-radius: 1rem;
  background: white;
  border: 1px solid var(--ce-line);
  transition:
    transform 250ms var(--ease, ease),
    box-shadow 250ms;
}
.ce-card-grid > :is(div, article):hover {
  transform: translateY(-0.25rem);
  box-shadow: 0 0.8rem 2rem rgba(16, 36, 113, 0.08);
}
.ce-card-grid a:has(img) {
  display: block;
  overflow: hidden;
}
.ce-card-grid img {
  width: 100%;
  aspect-ratio: 16 / 10;
  height: auto;
  object-fit: cover;
  transition: transform 600ms var(--ease, ease);
}
.ce-card-grid a:hover img {
  transform: scale(1.04);
}
.ce-card-grid :where(h2, h3, h4) {
  font-size: clamp(1.125rem, 1.75vw, 1.15rem);
  line-height: 1.3;
  letter-spacing: -0.025em;
  margin: 0;
  padding: 1.2rem;
  font-weight: 600;
}
.ce-card-grid :where(h2, h3, h4) a,
.ce-card-grid article > a > h3 {
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  color: var(--deep, #102471);
}
.ce-card-grid :where(h2, h3, h4) a::after,
.ce-card-grid article > a > h3::after {
  content: "";
  width: 1.25rem;
  height: 1.25rem;
  background: currentColor;
  mask: url("/icons/arrow-up-right.svg") center / contain no-repeat;
  color: var(--blue, #1335b5);
  flex-shrink: 0;
}
@media (max-width: 30rem) {
  .ce-card-grid {
    gap: 0.65rem;
  }
  .ce-card-grid :where(h2, h3, h4) {
    padding: 0.8rem;
  }
}
.ce-gallery--single .ce-gallery-body {
  grid-template-columns: 1fr;
}
.ce-rich a[href*="player.vimeo.com"],
.ce-rich a[href*="youtube.com/watch"],
.ce-rich a[href*="youtu.be/"] {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.2rem 1.5rem;
  background: var(--deep, #102471);
  border-radius: 1rem;
  color: white;
  text-decoration: none;
  font-size: 1.125rem;
}
.ce-rich a[href*="player.vimeo.com"]::before,
.ce-rich a[href*="youtube.com/watch"]::before,
.ce-rich a[href*="youtu.be/"]::before {
  content: "";
  mask: url("/icons/play.svg") center / contain no-repeat;
  display: grid;
  place-items: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background: var(--yellow, #f6d667);
  color: var(--deep, #102471);
  flex-shrink: 0;
  font-size: 1rem;
}

.ce-gallery--pair .ce-gallery-body {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.ce-gallery--inline:not(.ce-gallery--single) .ce-gallery-body {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.ce-gallery--inline img {
  aspect-ratio: 4 / 3;
  max-width: min(100%, 42rem);
  max-height: 22rem;
  object-fit: contain;
  border-radius: 0.75rem;
}

.ce-obsolete-navigation,
.ce-project-chrome {
  display: none;
}

.ce-section--heading-only :where(h1, h2, h3, h4, h5, h6) {
  font-size: 1.125rem;
  line-height: 1.5;
  margin-block: 1rem;
}
.ce-contact-footnote {
  margin-block-start: 2rem;
  padding-block-start: 1.25rem;
  border-block-start: 1px solid var(--ce-line);
  color: var(--muted, #566176);
}
.ce-contact-footnote .ce-section-body {
  display: grid;
  gap: 0.45rem;
}
.ce-contact-footnote .ce-section-body > *,
.ce-contact-footnote :where(h2, p) {
  margin: 0;
}
.ce-contact-footnote h2 {
  font-size: 1.125rem;
  line-height: 1.5;
  letter-spacing: 0;
}
.ce-contact-footnote a {
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

.ce-video-panel {
  width: 100%;
  max-width: 42rem;
  aspect-ratio: 16 / 9;
  margin: 1rem auto 1.5rem;
  overflow: hidden;
  border-radius: 1rem;
  background: #0d1937;
}
.ce-video-panel iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}
.ce-rich a.ce-video-fallback {
  display: inline-flex;
  padding: 0;
  background: none;
  color: var(--blue, #1335b5);
  font-size: 1rem;
  text-decoration: underline;
  text-underline-offset: 0.2em;
}
.ce-rich a.ce-video-fallback::before {
  content: none;
  display: none;
}
@media print {
  .ce-video-panel {
    display: none !important;
  }
}

/* Graduate stories: a distinct destination beside each complete school portrait. */
.graduate-profile {
  display: grid;
  grid-template-columns: minmax(13rem, 0.8fr) minmax(0, 1.8fr);
  overflow: hidden;
  border-radius: 1.5rem;
  background: #fffdf6;
  border: 1px solid #dcded8;
  margin-block: 2rem;
}
.graduate-profile__identity {
  padding: clamp(1.5rem, 3vw, 3rem);
  background: #173b50;
  color: #fffdf6;
}
.graduate-profile[data-profile="2"] .graduate-profile__identity {
  background: #28377a;
}
.graduate-profile[data-profile="3"] .graduate-profile__identity {
  background: #3c5144;
}
.graduate-profile__year {
  display: block;
  font-size: 1rem;
  margin-bottom: 2rem;
  opacity: 0.85;
}
.graduate-profile__identity h3 {
  color: inherit;
  font-family: "Newsreader Variable", Georgia, serif;
  font-weight: 450;
  font-size: clamp(2rem, 3.2vw, 3rem);
  line-height: 1.12;
  margin: 0 0 1.25rem;
}
.graduate-profile__destination {
  font-size: 1.125rem;
  line-height: 1.55;
}
.graduate-profile__outcome {
  color: #ffe091;
  border-top: 1px solid #ffffff40;
  padding-top: 1.25rem;
  margin-top: 2rem;
  font-size: 1.125rem;
  line-height: 1.5;
}
.graduate-profile__story {
  padding: clamp(1.5rem, 3.4vw, 3.5rem);
}
.graduate-profile__story p {
  font-size: 1.125rem;
  line-height: 1.85;
  margin: 0;
}
.graduate-break {
  display: block;
  height: 1.2em;
}
@media (max-width: 48rem) {
  .graduate-profile {
    grid-template-columns: 1fr;
  }
  .graduate-profile__year {
    margin-bottom: 1rem;
  }
  .graduate-profile__outcome {
    margin-bottom: 0;
  }
}
.graduate-heading p {
  font-family: "Newsreader Variable", Georgia, serif;
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  line-height: 1.2;
  max-width: 30ch;
  margin: 3rem 0 1rem;
}
.graduate-heading strong {
  font-weight: 450;
}
.graduate-profile {
  scroll-margin-top: 7rem;
}

.ce-explorer[data-page="preparatoria"] .university-logos {
  padding: clamp(1.25rem, 3vw, 2.5rem);
  margin-block: 1.5rem 3.5rem;
  border: 1px solid var(--line, #deded8);
  border-radius: 1.5rem;
  background: #fffdf8;
}
.ce-explorer[data-page="preparatoria"]
  .university-logo-set
  + .university-logo-set {
  margin-top: clamp(2.5rem, 4vw, 4rem);
}
.ce-explorer[data-page="preparatoria"] .university-logo-set-title {
  margin: 0 0 1.5rem;
  font-size: clamp(1.4rem, 2.4vw, 1.8rem);
  line-height: 1.3;
}
.ce-explorer[data-page="preparatoria"] .university-logo-grid {
  gap: clamp(0.75rem, 1.5vw, 1.25rem);
}
.ce-explorer[data-page="preparatoria"] .university-logo-grid li {
  padding: clamp(0.9rem, 1.6vw, 1.5rem);
}
