.cec-icon {
  display: inline-block;
  width: 1.25em;
  height: 1.25em;
  flex-shrink: 0;
  vertical-align: -0.25em;
  background: currentColor;
  mask-position: center;
  mask-size: contain;
  mask-repeat: no-repeat;
}
.cec-icon--arrow-up-right {
  mask-image: url("/icons/arrow-up-right.svg");
}
.cec-icon--arrow-right {
  mask-image: url("/icons/arrow-right.svg");
}
.cec-icon--arrow-left {
  mask-image: url("/icons/arrow-left.svg");
}
.cec-icon--arrow-down {
  mask-image: url("/icons/arrow-down.svg");
}
.cec-icon--menu {
  mask-image: url("/icons/menu.svg");
}
.cec-icon--close {
  mask-image: url("/icons/close.svg");
}
.cec-icon--plus {
  mask-image: url("/icons/plus.svg");
}
.cec-icon--spark {
  mask-image: url("/icons/spark.svg");
}
.cec-icon--search {
  mask-image: url("/icons/search.svg");
}
.cec-icon--location {
  mask-image: url("/icons/location.svg");
}
.cec-icon--circle {
  mask-image: url("/icons/circle.svg");
}
.cec-icon--play {
  mask-image: url("/icons/play.svg");
}

/* Families need direct destinations and readable content before decoration. */
.nav-capsule {
  border: 0;
  background: transparent;
  padding: 0;
  gap: 0.25rem;
}
.nav-capsule a {
  font-size: 1rem;
  padding: 0.75rem;
  border-radius: 0.5rem;
}
.header-row {
  gap: 1rem;
}
.nav-trigger:hover .menu-glyph {
  transform: none;
}
.menu-glyph {
  border-radius: 0.75rem;
  font-size: 1.25rem;
}
.publication-photo {
  margin: 2rem auto;
  width: fit-content;
  max-width: 100%;
  padding: 0;
}
.publication-photo .entry-feature {
  display: block;
  width: auto;
  max-width: 100%;
  max-height: 20rem;
  object-fit: contain;
  margin: 0;
}
.page-story-process {
  display: block;
}
.page-story-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin-bottom: 2rem;
}
.page-story-steps li,
.page-story-steps li:last-child {
  border: 0;
  border-top: 2px solid var(--blue);
  padding: 0 2rem 0 0;
}
.page-story-steps .page-story-stepnumber {
  display: grid;
  place-items: center;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  background: var(--blue);
  color: white;
  font-size: 1.25rem;
  margin: -1.75rem 0 1.5rem;
  border: 0.35rem solid var(--paper);
}
.page-story-steps p {
  margin: 0.75rem 0 0;
}
.page-story--documents .page-story-heading {
  margin-bottom: 4rem;
}
.ce-section-summary--static {
  cursor: default;
}
.ce-section-summary--static .ce-section-toggle {
  display: none;
}
.ce-section:has(.academic-metric) .ce-section-body {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
}
.ce-section:has(.academic-metric) .ce-section-body > :not(.academic-metric) {
  grid-column: 1/-1;
}
.academic-metric {
  position: relative;
  margin: 0;
  padding: 2rem 1.5rem;
  border-radius: 1.25rem;
  background: #e9edf8;
  color: var(--deep);
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.metric-ring {
  width: 10rem;
  height: 10rem;
  overflow: visible;
  fill: none;
  stroke-width: 5;
  transform: rotate(-90deg);
}
.metric-track {
  stroke: #ccd5ee;
}
.metric-value {
  stroke: var(--blue);
  stroke-linecap: round;
}
.metric-number {
  display: flex;
  align-items: baseline;
  justify-content: center;
  white-space: nowrap;
  font-size: clamp(2.75rem, 4vw, 4rem);
  font-weight: 650;
  letter-spacing: -0.06em;
  line-height: 1.1;
}
.academic-metric--percent .metric-number {
  position: absolute;
  top: 5.25rem;
  left: 0;
  right: 0;
}
.metric-percent {
  font-size: 1.375rem;
  letter-spacing: 0;
}
.metric-percent p {
  margin: 0;
}
.academic-metric figcaption h3 {
  font-size: 1.125rem;
  line-height: 1.5;
  margin: 1.5rem 0 0;
  max-width: 26ch;
}
.academic-metric:not(.academic-metric--percent) {
  justify-content: center;
  background: var(--blue);
  color: white;
}
@media (prefers-reduced-motion: no-preference) {
  .is-revealed .metric-value {
    animation: metric-draw 1.4s ease-out both;
  }
  @keyframes metric-draw {
    from {
      stroke-dasharray: 0 100;
    }
  }
}
@media (max-width: 70rem) {
  .nav-capsule a {
    padding: 0.6rem;
    font-size: 0.9375rem;
  }
}
@media (max-width: 48rem) {
  .page-story-steps {
    grid-template-columns: 1fr;
    gap: 0;
    margin-left: 1.75rem;
  }
  .page-story-steps li,
  .page-story-steps li:last-child {
    border-top: 0;
    border-left: 2px solid var(--blue);
    padding: 0 0 2rem 2.5rem;
    position: relative;
  }
  .page-story-steps .page-story-stepnumber {
    position: absolute;
    left: -1.8rem;
    top: 0;
    margin: 0;
  }
  .page-story-steps li:last-child {
    border-color: transparent;
  }
  .ce-section:has(.academic-metric) .ce-section-body {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
  }
  .academic-metric {
    padding: 1.5rem 0.75rem;
  }
  .metric-ring {
    width: 8rem;
    height: 8rem;
  }
  .academic-metric--percent .metric-number {
    top: 4.1rem;
    font-size: 2.75rem;
  }
  .academic-metric figcaption h3 {
    font-size: 1rem;
  }
}
@media (max-width: 24rem) {
  .ce-section:has(.academic-metric) .ce-section-body {
    grid-template-columns: 1fr;
  }
}
@media print {
  .metric-value {
    animation: none !important;
  }
}
.nav-stages {
  position: relative;
}
.story-controls {
  grid-template-columns: minmax(0, 2fr) repeat(3, minmax(9rem, 1fr));
  align-items: end;
}
.story-clear {
  justify-self: start;
  padding: 0.75rem 1rem;
  border: 1px solid var(--line);
  border-radius: 0.75rem;
  background: transparent;
  color: var(--deep);
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}
.story-clear:hover {
  background: #fff;
}
.story-clear:focus-visible {
  outline: 0.2rem solid var(--blue);
  outline-offset: 0.2rem;
}
@media (max-width: 60rem) {
  .story-controls {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .story-controls label:first-child,
  .story-clear {
    grid-column: 1 / -1;
  }
}
@media (max-width: 35rem) {
  .story-controls {
    grid-template-columns: minmax(0, 1fr);
  }
}
.nav-stages summary {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  list-style: none;
  cursor: pointer;
  padding: 0.75rem;
  font-size: 1rem;
  font-weight: 650;
}
.nav-stages summary::-webkit-details-marker {
  display: none;
}
.nav-stages > div {
  position: absolute;
  top: calc(100% + 0.75rem);
  left: 0;
  min-width: 16rem;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 1rem;
  padding: 0.5rem;
  box-shadow: 0 1rem 3rem #10247120;
}
.nav-stages > div > a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 3rem;
}
.nav-theatre {
  width: min(100%, 56rem);
  height: 100dvh;
  margin: 0 0 0 auto;
}
.nav-theatre-inner {
  min-height: 0;
  padding: 2rem;
}
.nav-theatre-heading {
  padding: 2rem 0;
  gap: 1rem;
}
.nav-theatre-heading h2 {
  font-size: clamp(1.5rem, 3vw, 2.25rem);
  line-height: 1.15;
  letter-spacing: -0.04em;
}
.nav-theatre-top > .eyebrow {
  display: none;
}
.nav-directory {
  gap: 1.5rem;
  margin-bottom: 1.5rem;
}
.nav-destination-label {
  margin-bottom: 0.75rem;
}
.nav-destination a {
  font-size: 1.125rem;
  padding: 0.6rem 0;
  min-height: 2.75rem;
}
.nav-community {
  margin-top: 0;
}
.nav-close:hover b {
  transform: none;
}
@media (max-width: 48rem) {
  .nav-theatre-inner {
    padding: 1.25rem;
  }
  .nav-theatre-heading {
    padding: 1.5rem 0;
  }
  .nav-visit-link {
    display: none;
  }
  .nav-directory {
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
  }
  .nav-destination-stages {
    grid-column: auto;
  }
  .nav-destination a {
    font-size: 1rem;
    gap: 0.5rem;
  }
  .nav-destination-label h3 {
    font-size: 0.875rem;
    letter-spacing: 0.03em;
  }
  .nav-destination-label > span {
    display: none;
  }
  .nav-community {
    gap: 1rem;
  }
  .nav-community > .eyebrow {
    display: none;
  }
}
.academic-metric:nth-child(4 of .academic-metric) {
  grid-column: 1/-1;
  flex-direction: row;
  gap: 2rem;
  justify-content: flex-start;
  text-align: left;
  padding: 1.5rem 2rem;
}
.academic-metric:nth-child(4 of .academic-metric) figcaption h3 {
  margin: 0;
  max-width: none;
}
.ce-section:has(.academic-metric) .ce-section-body > .ce-rich {
  margin-top: 0;
}
.page-story-brief + .page-story-brief {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--line);
}
.page-story-brief p {
  margin: 0.5rem 0 0;
}
.hero-campus-link {
  display: flex;
  width: fit-content;
  align-items: center;
  gap: 1rem;
  font-size: 1.125rem;
  font-weight: 700;
  color: var(--blue);
  padding: 0.875rem 0;
  margin-top: 0.5rem;
  border-bottom: 1px solid currentColor;
}
.hero-campus-link:hover .cec-icon {
  transform: translateX(0.25rem);
}
@media (max-width: 24rem) {
  .academic-metric:nth-child(4 of .academic-metric) {
    padding: 1.5rem;
    gap: 1rem;
  }
}
@media (max-width: 53.125rem) {
  .nav-directory {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .nav-destination {
    min-width: 0;
  }
  .nav-destination-stages {
    grid-column: 1/-1;
    grid-row: 1;
    padding: 1.25rem;
    border-radius: 1rem;
  }
  .nav-destination-stages > div + div {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 1rem;
  }
  .nav-destination a {
    font-size: 1rem;
    overflow-wrap: anywhere;
  }
  .nav-destination a b {
    flex-shrink: 0;
  }
}
@media (min-width: 24.001rem) and (max-width: 48rem) {
  .academic-metric:nth-child(4 of .academic-metric) {
    grid-column: auto;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    padding: 1.5rem 0.75rem;
    gap: 1rem;
  }
}
.ce-section-summary {
  grid-template-columns: minmax(0, 1fr) 2.75rem;
}
.ce-section-title {
  grid-column: 1;
}
.ce-section-toggle {
  grid-column: 2;
}
.ce-section-body {
  padding-inline-start: 0;
}
.ce-section-summary--static {
  grid-template-columns: 1fr;
}
.ce-section:has(.academic-metric) .ce-section-body > .academic-metric {
  margin-block-start: 0;
}
.publication-photo img {
  aspect-ratio: 16/9;
  object-fit: contain;
}
@media (min-width: 53.126rem) {
  .nav-trigger,
  .nav-fallback {
    display: none;
  }
  .header-row {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
  }
  .nav-capsule {
    justify-self: center;
    white-space: nowrap;
  }
  .nav-actions {
    margin-left: 0;
  }
}
@media (min-width: 53.126rem) and (max-width: 70rem) {
  .header-row {
    height: auto;
    grid-template-columns: 1fr auto;
    padding-block: 1rem;
    gap: 0.5rem;
  }
  .nav-capsule {
    grid-column: 1/-1;
    grid-row: 2;
    justify-self: center;
  }
  .nav-actions {
    grid-column: 2;
    grid-row: 1;
  }
  .nav-capsule a,
  .nav-stages summary {
    font-size: 1rem;
    padding: 0.65rem 0.85rem;
  }
}
.page-related {
  border-radius: 1rem;
  padding: clamp(1.25rem, 3vw, 2rem);
}
.page-related h2 {
  font-size: clamp(1.375rem, 2vw, 1.875rem);
  margin: 0 0 1.5rem;
}
.related-links a {
  font-size: 1.125rem;
  line-height: 1.5;
  min-width: 0;
}
.related-links a:hover {
  color: var(--blue);
  border-color: var(--blue);
}
.header-search {
  display: grid;
  place-items: center;
  width: 2.75rem;
  height: 2.75rem;
  color: var(--blue);
  border-radius: 50%;
  font-size: 1.125rem;
}
.header-search:hover {
  background: #e9edf8;
}
@media (max-width: 53.125rem) {
  .header-search {
    display: none;
  }
}
.cec-icon--clock {
  mask-image: url("/icons/clock.svg");
}
.ce-source-noise {
  display: none !important;
}
.enrollment-route {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.75rem;
}
.enrollment-route a {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1rem;
  border: 1px solid var(--line);
  border-radius: 0.75rem;
  font-size: 1rem;
  font-weight: 650;
  line-height: 1.4;
  background: white;
}
.enrollment-route a:hover {
  background: #e9edf8;
  border-color: var(--blue);
}
.enrollment-route a > span {
  color: var(--blue);
  font-variant-numeric: tabular-nums;
  font-size: 1.125rem;
}
.enrollment-route .enrollment-returning {
  grid-column: 1/-1;
  background: transparent;
  border: 0;
  padding-left: 0;
  color: var(--blue);
  font-weight: 500;
}
.enrollment-step {
  position: relative;
  margin: 0 0 0 1.5rem !important;
  border-left: 2px solid #ccd5ee;
  padding: 0 0 2.75rem 2.75rem;
  scroll-margin-top: 9rem;
}
.enrollment-step::before {
  content: attr(data-step);
  position: absolute;
  top: 0;
  left: -1.5rem;
  display: grid;
  place-items: center;
  width: 3rem;
  height: 3rem;
  background: var(--blue);
  border: 0.3rem solid var(--paper);
  border-radius: 50%;
  color: white;
  font-size: 1.125rem;
  font-weight: 700;
}
.enrollment-step > .ce-rich:first-child h5 {
  font-size: clamp(1.25rem, 2vw, 1.625rem);
  line-height: 1.35;
  margin: 0 0 1.25rem;
  padding-top: 0.3rem;
  color: var(--deep);
}
.enrollment-step > .ce-rich {
  margin-bottom: 1rem;
}
.enrollment-step .ce-documents {
  margin: 1.5rem 0;
}
.enrollment-step .cec-icon--clock {
  color: var(--blue);
  margin-right: 0.5rem;
  vertical-align: middle;
}
.enrollment-step:last-child {
  border-color: transparent;
}
@media (max-width: 60rem) {
  .enrollment-route {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 30rem) {
  .enrollment-route {
    grid-template-columns: 1fr;
  }
  .enrollment-step {
    margin-left: 1.25rem !important;
    padding-left: 1.75rem;
  }
  .enrollment-step::before {
    width: 2.5rem;
    height: 2.5rem;
    left: -1.3rem;
  }
}
.cec-icon--mail {
  mask-image: url("/icons/mail.svg");
}
.cec-icon--phone {
  mask-image: url("/icons/phone.svg");
}
.ce-contact-footnote {
  display: none;
}
.footer-hours {
  font-size: 1rem;
  line-height: 1.6;
  max-width: 29ch;
  margin-top: 1rem;
}
.ce-overview-fragment {
  border: 0;
  margin: 0;
  padding: 0;
}
.ce-overview-fragment .ce-section-summary,
.ce-overview-fragment .ce-rich :is(h2, h5, span, a) {
  display: none;
}
.ce-overview-fragment .ce-section-body,
.ce-overview-fragment .ce-rich {
  margin: 0;
  padding: 0;
}
.ce-gallery--editorial {
  max-width: 56rem;
  margin: 2rem 0;
  padding: 0;
}
.ce-gallery--editorial .ce-gallery-body {
  gap: 1rem;
  align-items: start;
}
.ce-gallery--editorial .ce-gallery-body img {
  width: 100%;
  aspect-ratio: 16/9;
  max-height: 18rem;
  object-fit: cover;
  border-radius: 0.75rem;
  background: #e9edf3;
}
.ce-gallery--editorial.ce-gallery--single .ce-gallery-body {
  max-width: 42rem;
}
@media (max-width: 36rem) {
  .ce-gallery--editorial .ce-gallery-body {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }
}

/* A legible invitation with a distinct action, balanced against the large heading. */
.footer-invitation {
  align-items: center;
  gap: clamp(2rem, 6vw, 6rem);
}
.footer-invitation > .footer-visit {
  max-width: 30rem;
}
.footer-invitation .footer-visit p {
  font-size: clamp(1.25rem, 1.8vw, 1.625rem);
  line-height: 1.55;
  max-width: 28rem;
  margin: 0;
  text-wrap: pretty;
}
.footer-visit-button {
  display: inline-flex;
  align-items: center;
  gap: 2rem;
  margin-top: 1.75rem;
  padding: 1rem 1.35rem;
  border-radius: 0.65rem;
  background: var(--yellow);
  color: var(--ink);
  font-size: 1.125rem;
  font-weight: 700;
  text-decoration: none;
  transition:
    transform 0.2s ease,
    background 0.2s ease;
}
.footer-visit-button:hover {
  background: white;
  transform: translateY(-2px);
}
.footer-visit-button:focus-visible {
  outline: 3px solid white;
  outline-offset: 5px;
}
@media (prefers-reduced-motion: reduce) {
  .footer-visit-button {
    transition: none;
  }
  .footer-visit-button:hover {
    transform: none;
  }
}

/* Each transparent university mark keeps its proportions in a consistent card. */
.university-logos {
  width: 100%;
  margin-block: 1.5rem 3rem;
}
.university-logo-grid {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.75rem;
}
.university-logo-grid li {
  display: grid;
  place-items: center;
  min-width: 0;
  padding: 0.65rem;
  border: 1px solid var(--line, #deded8);
  border-radius: 0.75rem;
  background: #f6f5ef;
}
.university-logo-grid img {
  display: block;
  width: min(100%, 13rem);
  height: 6rem;
  object-fit: contain;
}
.ce-history-milestone {
  position: relative;
  display: grid;
  grid-template-columns: 12rem minmax(0, 1fr);
  gap: 2rem;
  border: 0;
  margin: 0;
  padding: 0 0 3rem 2rem;
}
.ce-history-milestone::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.8rem;
  bottom: -0.8rem;
  width: 2px;
  background: #c9d6df;
}
.ce-history-milestone::after {
  content: "";
  position: absolute;
  top: 0.8rem;
  left: -0.35rem;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  background: var(--blue);
  box-shadow: 0 0 0 0.3rem #f7f6ef;
}
.ce-history-milestone .ce-section-summary {
  display: block;
  padding: 0;
  border: 0;
}
.ce-history-milestone .ce-section-title {
  position: sticky;
  top: 8rem;
  font-size: clamp(1.5rem, 2.4vw, 2.25rem);
  color: var(--blue);
  line-height: 1.2;
}
.ce-history-milestone .ce-section-body {
  padding: 0;
  min-width: 0;
}
.ce-history-milestone .ce-rich p:first-child {
  margin-top: 0;
}
.ce-history-intro .ce-gallery,
.ce-history-milestone .ce-gallery {
  max-width: 48rem;
}
.ce-history-intro .ce-gallery img,
.ce-history-milestone .ce-gallery img {
  max-height: 18rem;
  object-fit: contain;
}
@media (max-width: 60rem) {
  .university-logo-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .ce-history-milestone {
    grid-template-columns: 9rem minmax(0, 1fr);
    gap: 1.25rem;
  }
}
@media (max-width: 40rem) {
  .university-logo-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.5rem;
  }
  .ce-history-milestone {
    grid-template-columns: 1fr;
    gap: 1rem;
    padding-left: 1.25rem;
  }
  .ce-history-milestone .ce-section-title {
    position: static;
  }
}

/* Archive actions belong to the event grid, with a clear destination and touch target. */
.ce-archive-action {
  display: flex;
  justify-content: flex-end;
  padding-top: 1.25rem;
  margin-top: 0.5rem;
  border-top: 1px solid var(--line, #deded8);
}
.ce-archive-link {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  min-height: 3rem;
  padding: 0.875rem 1.125rem;
  border: 1px solid var(--blue);
  border-radius: 0.65rem;
  color: var(--blue);
  font-size: 1.0625rem;
  font-weight: 650;
  line-height: 1.4;
  text-decoration: none;
  transition:
    background 0.18s ease,
    color 0.18s ease;
}
.ce-archive-link:hover {
  background: var(--blue);
  color: white;
}
.ce-archive-link:focus-visible {
  outline: 3px solid var(--blue);
  outline-offset: 4px;
}
@media (max-width: 40rem) {
  .ce-archive-action {
    justify-content: stretch;
  }
  .ce-archive-link {
    width: 100%;
  }
}
@media (prefers-reduced-motion: reduce) {
  .ce-archive-link {
    transition: none;
  }
}

/* Preserve publication-specific contact details without a second oversized footer. */
.ce-contact-details {
  margin-top: 2rem;
  padding: 1.5rem;
  border: 1px solid #d8dfdf;
  border-radius: 0.875rem;
  background: #edf1ee;
}
.ce-contact-details .ce-section-summary {
  border: 0;
  padding: 0 0 1.25rem;
}
.ce-contact-details .ce-section-title,
.ce-contact-details .ce-rich h2 {
  font-family: var(--font-body, sans-serif);
  font-size: 1.25rem;
  line-height: 1.35;
  margin: 0;
}
.ce-contact-details .ce-section-body {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem 2rem;
  padding: 0;
}
.ce-contact-details .ce-rich {
  min-width: 0;
  margin: 0;
}
.ce-contact-details .ce-rich:has(h2) {
  grid-column: 1 / -1;
}
.ce-contact-details .ce-rich p {
  font-size: 1.0625rem;
  line-height: 1.55;
  margin: 0;
}
.ce-contact-details .ce-rich strong {
  display: block;
  margin-bottom: 0.25rem;
  color: var(--deep);
  font-weight: 650;
}
.ce-contact-details .ce-rich a {
  overflow-wrap: anywhere;
  text-underline-offset: 0.2em;
}
@media (min-width: 70rem) {
  .ce-contact-details .ce-section-body {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (max-width: 40rem) {
  .ce-contact-details {
    padding: 1.25rem;
  }
  .ce-contact-details .ce-section-body {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}

/* The campus hero already names this page; lead straight into its photographs. */
.ce-campus-gallery > .ce-section-summary {
  display: none;
}
.ce-campus-gallery {
  border-top: 0;
  margin-top: 0;
}
.ce-campus-gallery > .ce-section-body {
  padding-top: 0;
}

.life-opportunities {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;
}
.life-opportunities article {
  padding: 1.5rem;
  border: 1px solid #d8dfdf;
  border-radius: 0.875rem;
}
.life-opportunities h3 {
  font-size: clamp(1.375rem, 2vw, 1.75rem);
  margin: 0 0 1rem;
}
.life-opportunities ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.life-opportunities li + li {
  border-top: 1px solid #d8dfdf;
}
.life-opportunities a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.875rem 0;
  font-size: 1.0625rem;
  text-decoration: none;
}
.life-opportunities a:hover {
  text-decoration: underline;
  text-underline-offset: 0.25em;
}
@media (max-width: 40rem) {
  .life-opportunities {
    grid-template-columns: 1fr;
  }
}

.ce-rich a:empty:not([aria-label]) {
  display: none;
}

.university-logo-grid--benefits {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
@media (max-width: 40rem) {
  .university-logo-grid--benefits {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* Source photographs punctuate longer school stories without interrupting reading order. */
.ce-editorial-intro {
  max-width: 66rem;
  display: flow-root;
}
.ce-editorial-intro > p {
  max-width: 66ch;
}
.ce-editorial-intro .editorial-lead-photo {
  float: right;
  width: fit-content;
  max-width: 42%;
  margin: 0 0 2rem 2.5rem;
  padding: 0;
  background: transparent;
}
.ce-editorial-intro .editorial-lead-photo img {
  display: block;
  width: auto;
  max-width: 100%;
  aspect-ratio: auto;
  height: auto;
  max-height: 27rem;
  object-fit: contain;
  margin: 0;
  border-radius: 0.6rem;
}
.ce-editorial-intro .editorial-story-photo {
  clear: both;
  width: fit-content;
  max-width: 100%;
  margin: 2.5rem auto;
  padding: 0;
  background: transparent;
}
.ce-editorial-intro .editorial-story-photo figure {
  margin: 0;
}
.ce-editorial-intro .editorial-story-photo img {
  aspect-ratio: auto;
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 26rem;
  object-fit: contain;
  margin: 0;
  border-radius: 0.6rem;
}
@media (max-width: 40rem) {
  .ce-editorial-intro .editorial-lead-photo {
    float: none;
    width: fit-content;
    max-width: 100%;
    margin: 0 auto 1.5rem;
  }
  .ce-editorial-intro .editorial-lead-photo img {
    max-height: 18rem;
  }
  .ce-editorial-intro .editorial-story-photo {
    margin: 1.5rem 0;
  }
}

.publication-photo .entry-feature {
  aspect-ratio: auto;
  border-radius: 0.75rem;
}

/* Direct access to the school story, with its complete philosophy on demand. */
.ce-about-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-block: 0 2rem;
}
.ce-about-nav a {
  padding: 0.875rem 1.25rem;
  border: 1px solid var(--blue);
  border-radius: 2rem;
  color: var(--blue);
  font-size: 1.0625rem;
  font-weight: 700;
  text-decoration: none;
}
.ce-about-nav a:hover,
.ce-about-nav a:focus-visible {
  background: var(--blue);
  color: white;
}
.ce-section.ce-values-panel {
  margin-block: 0.75rem;
  border: 1px solid var(--line);
  border-radius: 1rem;
  background: #fff;
  overflow: hidden;
}
.ce-values-panel > .ce-section-summary {
  padding: 1.25rem 1.5rem;
  min-height: auto;
}
.ce-values-panel .ce-section-title {
  font-size: clamp(1.375rem, 2.5vw, 1.875rem);
}
.ce-values-panel > .ce-section-body {
  padding: 0 1.5rem 1.5rem;
}
.ce-values-panel + #section-excelencia-academica {
  margin-top: 3rem;
}

/* Round the photograph itself, not a larger letterboxed image element. */
.ce-explorer .ce-rich img,
.ce-explorer
  .ce-editorial-intro
  :is(.editorial-lead-photo, .editorial-story-photo)
  img,
.publication-photo .entry-feature {
  display: block;
  width: auto;
  height: auto;
  aspect-ratio: auto;
  max-width: 100%;
  border-radius: 1.25rem;
}
.ce-explorer .ce-gallery-body img,
.ce-explorer .ce-card-grid img,
.ce-explorer .ce-gallery-body a:has(img),
.ce-explorer .ce-card-grid a:has(img) {
  border-radius: 1.25rem;
}
.ce-explorer .ce-gallery-body {
  border-radius: 0;
  overflow: visible;
}

.nav-capsule a.nav-admissions {
  background: var(--blue);
  color: white;
  padding: 0.75rem 1rem;
  border-radius: 2rem;
}
.header-aula {
  font-size: 1.0625rem;
  font-weight: 700;
  color: var(--deep);
  white-space: nowrap;
  text-decoration: none;
  padding: 0.75rem 0.5rem;
}

/* Reading measures apply to prose, while headings span their section. */
.ce-rich :where(h1, h2, h3, h4, h5, h6) {
  max-width: 100%;
  text-wrap: balance;
}
.ce-explorer .ce-rich :is(p, li) {
  max-width: 74ch;
}

/* Menu state is explicit; icon files share the same stroke family. */
.nav-trigger .menu-glyph {
  width: 2.75rem;
  height: 2.75rem;
  color: var(--ink);
  transition:
    background-color 160ms ease,
    color 160ms ease;
}
.nav-trigger:active .menu-glyph,
.nav-trigger[aria-expanded="true"] .menu-glyph {
  background: var(--ink);
  color: var(--yellow);
}
.nav-trigger[aria-expanded="true"] .cec-icon--menu {
  mask-image: url("/icons/close.svg");
}
.nav-directory a[aria-current="page"],
.nav-capsule a[aria-current="page"] {
  text-decoration: underline;
  text-decoration-thickness: 0.12em;
  text-underline-offset: 0.3em;
}

/* New-student steps follow the overview directly; re-enrollment lives separately. */
.page-story--enrollment {
  border-bottom: 0;
}
.ce-explorer[data-page^="inscripciones-"] > .ce-sections {
  border-block-start: 0;
}
