:root {
  --udl: #831453;
  --udl-dark: #5f0c3a;
  --udl-deep: #39071f;
  --base-dark: #831453;
  --base-soft: #F5ECF1;
  --paper: #ffffff;
  --wash: #F5ECF1;
  --soft: #F5ECF1;
  --line: #d8dddd;
  --ink: #252124;
  --muted: #252124;
  --focus: #831453;
  --focus-dark: #ffbf47;
  --max: 1120px;
  --content-max: 980px;
  --font-main: "Atkinson Hyperlegible", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--font-main);
  line-height: 1.55;
  overflow-x: clip;
}

main {
  background: #FAF8FC;
}

.home-page main {
  background: #FAF8FC;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: var(--base-dark);
  text-underline-offset: 0.18em;
}

a:hover {
  color: var(--udl);
}

a:focus-visible,
button:focus-visible {
  outline: 3px solid var(--focus);
  outline-offset: 3px;
  box-shadow: 0 0 0 2px #fff;
}

.button-primary:focus-visible,
.button-light:focus-visible,
.maturity-band a:focus-visible,
.cta-band a:focus-visible,
.university-bar a:focus-visible {
  outline-color: var(--focus-dark);
  box-shadow: 0 0 0 2px #fff, 0 0 0 6px var(--base-dark);
}

.person-card-link:focus-visible,
.task-card-link:focus-visible,
.download-card:focus-visible,
.card-actions a:focus-visible,
.site-footer a:focus-visible {
  outline-color: var(--focus);
  box-shadow: 0 0 0 2px #fff;
}

.skip-link {
  position: absolute;
  left: 1rem;
  top: 0.75rem;
  z-index: 20;
  padding: 0.75rem 1rem;
  color: #000;
  background: var(--focus-dark);
  transform: translateY(-160%);
}

.skip-link:focus {
  transform: translateY(0);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}

.site-header {
  color: var(--ink);
  background: #fff;
  border-bottom: 1px solid #dfe4e4;
}

.university-bar {
  color: #fff;
  background: #1f1f1f;
}

.university-bar a {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 0.12em;
}

.university-bar a:hover,
.university-bar a:focus-visible {
  color: #fff;
  text-decoration-thickness: 0.15em;
}

.university-bar span {
  display: block;
  width: min(100% - 2rem, var(--content-max));
  margin: 0 auto;
  padding: 0.45rem 0;
  font-size: 0.88rem;
  font-weight: 800;
  letter-spacing: 0;
}

.topbar,
.nav-bar,
.section,
.maturity-band {
  width: min(100% - 2rem, var(--content-max));
  margin: 0 auto;
}

.topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 6.5rem;
  padding: 1.15rem 0;
}

.brand {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.15rem;
  min-width: 0;
  max-width: 100%;
  color: var(--ink);
  text-decoration: none;
}

.brand > span {
  min-width: 0;
}

.brand:hover {
  color: var(--ink);
}

.brand-logo {
  width: clamp(6rem, 12vw, 10rem);
  height: auto;
}

.brand-name,
.brand-subtitle {
  display: block;
}

.brand-name {
  font-family: var(--font-main);
  color: var(--ink);
  font-size: clamp(1.7rem, 3vw, 2.7rem);
  font-weight: 800;
  line-height: 1.05;
  overflow-wrap: anywhere;
}

.brand-subtitle {
  color: var(--muted);
  font-family: var(--font-main);
  font-size: clamp(0.92rem, 1.3vw, 1.15rem);
  line-height: 1.25;
  overflow-wrap: anywhere;
}

.menu-button {
  display: none;
  align-items: center;
  gap: 0.55rem;
  min-height: 2.5rem;
  padding: 0.55rem 0.8rem;
  color: var(--ink);
  background: #fff;
  border: 2px solid #777;
  font: 700 0.9rem var(--font-main);
  cursor: pointer;
}

.menu-icon,
.menu-icon::before,
.menu-icon::after {
  display: block;
  width: 1.1rem;
  height: 2px;
  background: currentColor;
}

.menu-icon {
  position: relative;
}

.menu-icon::before,
.menu-icon::after {
  position: absolute;
  content: "";
}

.menu-icon::before {
  top: -0.38rem;
}

.menu-icon::after {
  top: 0.38rem;
}

.menu-button.is-open .menu-icon {
  background: transparent;
}

.menu-button.is-open .menu-icon::before {
  top: 0;
  transform: rotate(45deg);
}

.menu-button.is-open .menu-icon::after {
  top: 0;
  transform: rotate(-45deg);
}

.nav-bar {
  width: 100%;
  max-width: none;
  background: var(--base-soft);
  border-top: 1px solid #ead8e3;
  border-bottom: 1px solid #d9c1d0;
}

.primary-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5em;
  width: min(100% - 2rem, var(--content-max));
  margin: 0 auto;
  padding: 0.95rem 0;
  font-family: var(--font-main);
}

.primary-nav a {
  color: var(--base-dark);
  font-size: 1.5em;
  font-weight: 700;
  text-decoration: none;
  border-bottom: 4px solid transparent;
}

.primary-nav a:hover,
.primary-nav a:focus-visible,
.primary-nav a[aria-current="page"] {
  color: var(--udl-deep);
  border-bottom-color: var(--base-dark);
}

.featured-event {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(18rem, 24rem);
  gap: 2rem;
  align-items: center;
  width: min(100% - 2rem, var(--content-max));
  margin: 0 auto 4rem;
  padding: clamp(2rem, 4vw, 3rem);
  background: #F6EDF1;
}

.home-page .featured-event {
  background: #F6EDF1;
}

.home-page .featured-event {
  margin-top: 1em;
}

.home-page .topbar,
.home-page .nav-bar {
  background: #F6ECF1;
}

.home-page .topbar {
  background: #fff;
}

.home-page main {
  background: #FAF8FC;
}

.featured-event-content h2 {
  max-width: 36rem;
  margin: 0;
  color: var(--ink);
  font-size: clamp(2rem, 4vw, 3.3rem);
  line-height: 1.08;
}

.featured-event-content p {
  max-width: 44rem;
  color: var(--muted);
  font-size: 1.05rem;
}

.featured-event-content .event-meta {
  margin: 1rem 0;
  color: var(--base-dark);
  font-weight: 800;
}

.featured-event-visual {
  margin: 0;
  padding: 1.5rem;
  background: #fff;
  border: 1px solid #ead8e3;
}

.featured-event-visual img {
  width: 100%;
  height: auto;
}

.event-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
  margin: 1.5rem 0;
}

.event-facts div {
  padding: 1rem;
  background: #fff;
  border: 1px solid #d9c1d0;
  border-radius: 8px;
}

.event-facts span {
  display: block;
  color: var(--muted);
  font-weight: 800;
}

.event-facts strong {
  display: block;
  margin-top: 0.35rem;
  color: var(--ink);
  font-size: 1.2rem;
}


.breadcrumb {
  display: flex;
  gap: 0.55rem;
  align-items: center;
  width: min(100% - 2rem, var(--content-max));
  margin: 0 auto;
  padding: 1.45rem 0 0.75rem;
  color: var(--muted);
  font-size: 0.9rem;
}

.eyebrow,
.section-kicker {
  margin: 0 0 0.65rem;
  color: var(--udl);
  font-family: var(--font-main);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.page-title {
  color: var(--ink);
  background: #fff;
  border-bottom: 1px solid var(--line);
}

.persona-visual-total-page main {
  background: #FAF8FC;
}

.persona-visual-total-page .page-title {
  background: #FAF8FC;
}

.persona-visual-total-page .intro-section {
  background: #FAF8FC;
}

.persona-visual-total-page .profile-detail {
  background: #FAF8FC;
}

.persona-visual-total-page .try-it {
  background: var(--base-dark);
}

.page-title-inner {
  width: min(100% - 2rem, var(--content-max));
  margin: 0 auto;
  padding: 1.25rem 0 1.5rem;
}

.page-title h1 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(2.4rem, 5vw, 4rem);
  line-height: 1.08;
  letter-spacing: 0;
}

.page-title p {
  max-width: 42rem;
  margin: 1rem 0 0;
  color: var(--muted);
  font-size: clamp(1.15rem, 2vw, 1.45rem);
}

.intro-section {
  width: min(100% - 2rem, var(--content-max));
  margin: 0 auto;
  padding: 4rem 0 3rem;
}

.intro-section h2 {
  max-width: 44rem;
  margin: 0;
  color: var(--ink);
  font-size: clamp(1.8rem, 3.5vw, 2.55rem);
  line-height: 1.12;
}

.intro-section p {
  max-width: 56rem;
  margin: 1.25rem 0 1.65rem;
  color: var(--muted);
  font-size: 1.08rem;
}

.hero {
  width: min(100% - 2rem, var(--content-max));
  margin: 0 auto;
  padding: 2.5rem 0 1rem;
}

.hero h1 {
  margin: 0 0 1rem;
  color: var(--ink);
  font-family: var(--font-main);
  font-size: clamp(2.1rem, 5vw, 4rem);
  line-height: 1.05;
  letter-spacing: -0.03em;
}

.lead {
  max-width: 54rem;
  margin: 0;
  color: var(--muted);
  font-size: 1.2rem;
}

.tagline {
  margin: 0.75rem 0 1.5rem;
  color: var(--base-dark);
  font-size: 1.6rem;
  font-weight: 800;
  line-height: 1.2;
}

.profile-grid {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 1rem;
  margin: 1.5rem 0 0;
}

.profile-card {
  display: flex;
  flex-direction: column;
  flex: 1 1 18rem;
  min-width: 16rem;
  gap: 0.7rem;
  min-height: 100%;
  padding: 1.25rem;
  color: var(--ink);
  text-decoration: none;
  background: #fff;
  border: 1px solid #d9c1d0;
  border-radius: 0.35rem;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  transition: transform 160ms ease, background-color 160ms ease, border-color 160ms ease;
}

.profile-card:hover,
.profile-card:focus-visible {
  color: #fff;
  background: var(--base-dark);
  border-color: var(--base-dark);
  transform: translateY(-2px);
}

.profile-card:hover .number,
.profile-card:hover .name,
.profile-card:hover .type,
.profile-card:hover p,
.profile-card:hover strong,
.profile-card:hover .chips,
.profile-card:hover .chip,
.profile-card:focus-visible .number,
.profile-card:focus-visible .name,
.profile-card:focus-visible .type,
.profile-card:focus-visible p,
.profile-card:focus-visible strong,
.profile-card:focus-visible .chips,
.profile-card:focus-visible .chip {
  color: #fff !important;
}

.profile-card:hover .chip,
.profile-card:focus-visible .chip {
  color: var(--ink) !important;
}

.profile-card .number {
  color: var(--udl);
  font-weight: 800;
  font-size: 0.95rem;
}

.profile-card .name {
  color: var(--ink);
  font-size: 1.4rem;
  font-weight: 800;
  line-height: 1.15;
}

.profile-card .type {
  color: var(--base-dark);
  font-weight: 700;
}

.profile-card p {
  margin: 0;
  color: var(--muted);
}

.profile-card strong {
  color: var(--ink);
}

.chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: auto;
}

.chip {
  display: inline-block;
  padding: 0.25rem 0.55rem;
  color: var(--ink);
  font-size: 0.9rem;
  font-weight: 700;
  background: var(--base-soft);
  border-radius: 999px;
}

.key-idea {
  width: min(100% - 2rem, var(--content-max));
  margin: 2rem auto;
  padding: 1.5rem;
  background: var(--base-soft);
  border-left: 8px solid var(--base-dark);
}

.situational,
.try-it {
  width: min(100% - 2rem, var(--content-max));
  margin: 3rem auto 0;
}

.key-idea h2,
.situational h2,
.try-it h2 {
  max-width: 52rem;
  margin: 0.35rem 0 1rem;
  color: var(--ink);
  font-family: var(--font-main);
  font-size: clamp(1.6rem, 3vw, 2.5rem);
  line-height: 1.12;
}

.key-idea p,
.situational p,
.try-it p {
  max-width: 56rem;
  margin: 0;
  color: var(--muted);
}

.key-idea p:first-child,
.situational > p:first-child,
.try-it > p:first-child {
  margin-bottom: 0.45rem;
  color: var(--base-dark);
  font-size: 0.95rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.situational-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1rem;
  margin-top: 1rem;
  margin-bottom: 1.5rem;
}

.situation {
  padding: 1.25rem;
  background: #fff;
  border: 1px solid #d9c1d0;
  border-top: 6px solid var(--base-dark);
}

.situation h3 {
  margin: 0 0 0.75rem;
  color: var(--base-dark);
  font-size: 1.35rem;
  line-height: 1.2;
}

.situation p {
  margin: 0 0 1rem;
}

.situation p:last-child {
  margin-bottom: 0;
  color: var(--base-dark);
  font-weight: 800;
}

.situational .reflection {
  margin-top: 0;
  padding: 1.25rem 1.5rem;
  background: #f7eef3;
  border: 1px solid #d9c1d0;
}

.situational .reflection h3 {
  margin: 0 0 0.65rem;
  color: var(--base-dark);
  font-size: 1.4rem;
}

.situational .reflection p {
  margin: 0;
}

.try-it {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1.5rem 2.5rem;
  align-items: center;
  background: var(--base-dark);
  margin-top: 4.5rem;
  padding: 2.3rem 2rem;
  border-left: 0;
  width: min(100% - 2rem, var(--content-max));
}

.try-it-copy {
  display: grid;
  gap: 0.75rem;
}

.try-it p,
.try-it h2 {
  color: #fff;
}

.try-it .try-it-copy p:first-child {
  margin-bottom: 0.15rem;
}

.try-it .button {
  justify-self: end;
  align-self: center;
  background: #fff;
  color: var(--base-dark);
  border-color: #fff;
}

.try-it .button:hover,
.try-it .button:focus-visible {
  color: #fff;
  background: transparent;
  border-color: #fff;
}

.try-it .button {
  margin-top: 0.5rem;
}

.resources-highlight .download-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 1rem;
}

.plantilles-band {
  width: min(100% - 2rem, var(--content-max));
  margin: 0 auto;
  padding: 3.25rem 0;
  color: var(--ink);
  background: transparent;
  border: 0;
  border-top: 1px solid var(--line);
}

.plantilles-band .section-kicker,
.plantilles-band h2 {
  color: var(--base-dark);
}

.plantilles-band .section-heading .section-kicker,
.plantilles-band .section-heading h2 {
  color: var(--base-dark);
}

.plantilles-band .download-grid {
  margin-top: 1rem;
  grid-template-columns: 1fr;
}

.plantilles-band .download-card {
  width: 100%;
  color: var(--ink);
  background: #fff;
  border-color: #cfd5d5;
}

.plantilles-band .download-card h3,
.plantilles-band .download-card p {
  color: var(--ink);
}

.plantilles-band .download-card:hover,
.plantilles-band .download-card:focus-visible {
  color: #fff;
  background: var(--base-dark);
  border-color: #fff;
  box-shadow: inset 0 0 0 2px #fff;
}

.plantilles-band .download-card:hover h3,
.plantilles-band .download-card:hover p,
.plantilles-band .download-card:focus-visible h3,
.plantilles-band .download-card:focus-visible p {
  color: #fff;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.7rem;
  padding: 0.72rem 1rem;
  border: 2px solid transparent;
  font-family: var(--font-main);
  font-size: 0.88rem;
  font-weight: 800;
  text-decoration: none;
}

.button-primary {
  color: #fff;
  background: var(--base-dark);
}

.button-primary::before,
.button-light::before {
  margin-right: 0.45rem;
  content: "→";
}

.button-primary:hover {
  color: #fff;
  background: var(--udl);
}

.button-light {
  align-self: end;
  color: var(--base-dark);
  background: #fff;
  border-color: #fff;
}

.button-light:hover,
.button-light:focus-visible {
  color: #fff;
  background: var(--base-dark);
  border-color: #fff;
}

@media (forced-colors: active) {
  html {
    forced-color-adjust: auto;
  }

  a:focus-visible,
  button:focus-visible,
  summary:focus-visible {
    outline: 2px solid LinkText;
    outline-offset: 2px;
    box-shadow: none;
  }

  .button-primary,
  .button-light,
  .download-card,
  .person-card-link,
  .task-card-link,
  .try-it,
  .featured-event,
  .plantilles-band,
  .site-header,
  .site-footer {
    forced-color-adjust: auto;
    border-color: ButtonText;
  }

  .skip-link {
    background: Highlight;
    color: HighlightText;
  }
}

@media (prefers-contrast: more) {
  a:focus-visible,
  button:focus-visible,
  summary:focus-visible {
    outline-width: 4px;
    outline-offset: 4px;
  }

  .button-primary,
  .button-light,
  .download-card,
  .person-card-link,
  .task-card-link,
  .profile-card,
  .situation,
  .try-it {
    border-width: 2px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }
}

.section {
  width: min(100% - 2rem, var(--content-max));
  padding: 3.25rem 0;
  border-top: 1px solid var(--line);
}

.section-highlight {
  width: min(100% - 2rem, var(--content-max));
  border-top: 0;
  padding-left: 0;
  padding-right: 0;
  background: #fff;
}

.section-heading {
  max-width: 45rem;
  margin-bottom: 2rem;
}

.section h2,
.maturity-band h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(1.7rem, 3vw, 2.35rem);
  line-height: 1.16;
  letter-spacing: 0;
}

.section-heading p:last-child,
.maturity-band p {
  color: var(--muted);
  font-size: 0.98rem;
}

.guide-section .section-heading {
  max-width: 45rem;
  margin-bottom: 2rem;
}

.guide-section .section-heading h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(1.7rem, 3vw, 2.35rem);
  line-height: 1.16;
  letter-spacing: 0;
}

.guide-section .section-heading .section-kicker {
  margin: 0 0 0.65rem;
  color: var(--udl);
  font-family: var(--font-main);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.person-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 1.25rem;
  margin-bottom: 1.25rem;
}

.task-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
}

.person-card,
.task-card {
  min-height: 12rem;
  padding: 1.4rem;
  background: #fff;
  border: 1px solid #cfd5d5;
}

.person-card-link {
  display: block;
  color: inherit;
  text-decoration: none;
  transition: background-color 160ms ease, color 160ms ease, border-color 160ms ease;
}

.task-card-link {
  display: block;
  color: inherit;
  text-decoration: none;
  transition: background-color 160ms ease, color 160ms ease, border-color 160ms ease;
}

.person-card-link:hover,
.person-card-link:focus-visible,
.task-card-link:hover,
.task-card-link:focus-visible {
  color: #fff;
  background: var(--base-dark);
  border-color: var(--base-dark);
}

.person-card-link:hover .card-icon,
.person-card-link:hover h3,
.person-card-link:hover p,
.person-card-link:hover li,
.person-card-link:hover .card-meta,
.person-card-link:focus-visible .card-icon,
.person-card-link:focus-visible h3,
.person-card-link:focus-visible p,
.person-card-link:focus-visible li,
.person-card-link:focus-visible .card-meta,
.task-card-link:hover .card-icon,
.task-card-link:hover h3,
.task-card-link:hover p,
.task-card-link:hover .card-meta,
.task-card-link:focus-visible .card-icon,
.task-card-link:focus-visible h3,
.task-card-link:focus-visible p,
.task-card-link:focus-visible .card-meta {
  color: #fff !important;
}

.person-card-top {
  display: grid;
  gap: 0.25rem;
  margin-bottom: 1.15rem;
}

.profile-facts {
  display: grid;
  gap: 1rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.profile-facts li {
  color: var(--ink);
  line-height: 1.45;
}

.person-card-copy {
  display: grid;
  gap: 0.95rem;
  align-content: start;
  padding: 0.15rem 0 0.2rem 0.1rem;
}

.person-grid .person-card {
  grid-column: span 2;
  min-height: 15.5rem;
  padding: 1.25rem;
  color: var(--ink);
  background: #fff;
  border: 1px solid #d9c1d0;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.04);
}

.person-grid .person-card:nth-child(4),
.person-grid .person-card:nth-child(5) {
  grid-column: span 3;
}

.person-grid .person-card-link:hover,
.person-grid .person-card-link:focus-visible {
  color: #fff;
  background: var(--base-dark);
  border-color: var(--base-dark);
}

.person-grid .person-card-link:hover .card-icon,
.person-grid .person-card-link:hover h3,
.person-grid .person-card-link:hover p,
.person-grid .person-card-link:hover li,
.person-grid .person-card-link:hover .card-meta,
.person-grid .person-card-link:focus-visible .card-icon,
.person-grid .person-card-link:focus-visible h3,
.person-grid .person-card-link:focus-visible p,
.person-grid .person-card-link:focus-visible li,
.person-grid .person-card-link:focus-visible .card-meta {
  color: #fff !important;
}

.person-grid .person-card h3 {
  margin: 0;
  color: var(--base-dark);
  font-size: 1.32rem;
  font-weight: 900;
  line-height: 1.15;
}

.person-card-top p {
  margin: 0;
  color: var(--muted);
  font-weight: 800;
}

.person-grid .profile-facts {
  gap: 0.8rem;
  padding-left: 1.2rem;
  list-style: disc;
}

.person-grid .profile-facts li {
  font-size: 0.98rem;
}

.person-grid .card-meta {
  color: var(--base-dark) !important;
}

.task-card {
  min-height: 11rem;
}

.card-icon {
  display: inline-block;
  margin-bottom: 1rem;
  color: var(--udl);
  font-size: 0.82rem;
  font-weight: 900;
  line-height: 1.2;
  text-transform: uppercase;
}

.person-card h3,
.task-card h3 {
  margin: 0 0 0.45rem;
  color: var(--base-dark);
  font-family: var(--font-main);
  font-size: 1.18rem;
  line-height: 1.25;
}

.person-card p,
.task-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.98rem;
}

.card-meta {
  margin-top: 0.7rem !important;
  color: var(--udl) !important;
  font-family: var(--font-main);
  font-weight: 800;
}

.text-link {
  display: inline-flex;
  font-family: var(--font-main);
  font-size: 0.9rem;
  font-weight: 800;
}

.text-link::before {
  margin-right: 0.45rem;
  content: "→";
}

.maturity-band {
  width: min(100% - 2rem, var(--content-max));
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1.5rem;
  align-items: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding: 2rem;
  color: #fff;
  background: var(--base-dark);
}

.maturity-band .section-kicker,
.maturity-band h2,
.maturity-band p {
  color: #fff;
}

.highlight-box,
.cta-band {
  width: min(100% - 2rem, var(--content-max));
  margin: 1rem auto;
  padding: 2rem;
  background: var(--base-soft);
  border-left: 8px solid var(--base-dark);
}

.highlight-box h2,
.cta-band h2 {
  max-width: 48rem;
  margin: 0;
  color: var(--ink);
  font-size: clamp(1.55rem, 3vw, 2.25rem);
  line-height: 1.18;
}

.highlight-box p:last-child,
.cta-band p {
  max-width: 56rem;
  color: var(--muted);
}

.situation-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.situation-card {
  padding: 1.25rem;
  background: #fff;
  border: 1px solid #cfd5d5;
  border-top: 5px solid var(--base-dark);
}

.situation-card h3,
.reflection h3 {
  margin: 0 0 0.55rem;
  color: var(--base-dark);
  font-size: 1.15rem;
  line-height: 1.25;
}

.situation-card p,
.reflection p {
  margin: 0;
  color: var(--muted);
}

.reflection {
  margin-top: 1.5rem;
  padding: 1.25rem;
  background: var(--base-soft);
  border: 1px solid #d9c1d0;
}

.profile-detail {
  display: grid;
  gap: 1.25rem;
  width: min(100% - 2rem, var(--content-max));
  margin: 0 auto;
  padding: 0 0 3rem;
}

.profile-summary {
  align-self: start;
  padding: 1.5rem;
  background: var(--base-soft);
}

.profile-summary-wide {
  display: grid;
  grid-template-columns: minmax(18rem, 0.9fr) minmax(0, 1.1fr);
  gap: 1.5rem;
  align-items: start;
}

.profile-summary-copy {
  display: grid;
  gap: 0.5rem;
  color: var(--ink);
}

.profile-badge {
  display: inline-block;
  width: fit-content;
  margin: 0;
  padding: 0.35rem 0.75rem;
  color: var(--ink);
  background: #fff;
  border: 1px solid var(--base-dark);
  font-size: 0.95rem;
  font-weight: 800;
  letter-spacing: 0;
}

.profile-summary-overline {
  margin: 0;
  color: var(--ink);
  font-size: 1rem;
  line-height: 1.45;
}

.profile-photo {
  width: 100%;
  aspect-ratio: 1;
  margin: 0 0 1.25rem;
  overflow: hidden;
  background: #fff;
  border: 1px solid #d9c1d0;
  border-radius: 50%;
}

.profile-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.profile-photo-left img {
  object-position: left center;
}

.profile-photo-right img {
  object-position: right center;
}

.profile-summary h2 {
  margin: 0 0 0.65rem;
  color: var(--ink);
  font-size: 1.75rem;
}

.profile-summary p {
  color: var(--muted);
}

.profile-summary-list {
  margin: 0;
  padding-left: 1.2rem;
  color: var(--muted);
}

.profile-summary-copy .profile-more {
  margin-top: 0.35rem;
}

.profile-summary-copy .card-meta,
.profile-summary-copy .profile-summary-list,
.profile-summary-copy .profile-summary-list li,
.profile-summary-copy .profile-summary-list strong {
  color: var(--ink);
}

.profile-summary-list li + li {
  margin-top: 0.5rem;
}

.profile-summary-list strong {
  font-weight: 800;
}

.profile-content {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

.profile-content section {
  padding: 1.25rem;
  background: #fff;
  border: 1px solid #cfd5d5;
}

.profile-content h3 {
  margin: 0 0 0.65rem;
  color: var(--base-dark);
  font-size: 1.2rem;
}

.profile-content p,
.profile-content ul {
  margin-top: 0;
  color: var(--muted);
}

.profile-content ul {
  margin-bottom: 0;
  padding-left: 1.25rem;
}

.impact {
  margin-bottom: 0;
  color: var(--base-dark) !important;
  font-weight: 800;
}

.details-stack {
  display: grid;
  gap: 0.75rem;
}

.disclosure {
  padding: 1rem 1.1rem;
  background: #fff;
  border: 1px solid #cfd5d5;
}

.disclosure summary {
  color: var(--base-dark);
  font-size: 1.05rem;
  font-weight: 800;
  cursor: pointer;
}

.disclosure summary:focus-visible {
  outline: 3px solid var(--focus);
  outline-offset: 4px;
  box-shadow: 0 0 0 2px #fff;
}

.disclosure summary .disclosure-title {
  display: inline;
  margin: 0;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
}

.disclosure summary::marker,
.disclosure summary::-webkit-details-marker {
  color: var(--base-dark);
}

.disclosure[open] {
  background: #fff;
}

.disclosure p,
.disclosure li {
  color: var(--muted);
}

.disclosure ul {
  margin: 0.75rem 0 0;
  padding-left: 1.25rem;
}

.resource-table {
  width: 100%;
  margin-top: 0.75rem;
  border-collapse: collapse;
  border-top: 1px solid var(--line);
}

.resource-table caption {
  padding: 0 0 0.75rem;
  color: var(--ink);
  font-weight: 800;
  text-align: left;
}

.resource-table th,
.resource-table td {
  padding: 1rem 0;
  vertical-align: top;
  text-align: left;
  border-bottom: 1px solid var(--line);
}

.resource-table th {
  color: var(--ink);
  font-size: 0.98rem;
}

.resource-table td:first-child {
  width: 46%;
  color: var(--muted);
}

.resource-table td:last-child {
  color: var(--muted);
}

.resource-note {
  display: block;
  margin-top: 0.35rem;
}

.disclosure p + p {
  margin-top: 0.75rem;
}

.disclosure-body {
  padding-top: 0.75rem;
}

.anchor-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 0.75rem;
  margin: 1rem 0 0;
  padding-left: 0.35rem;
  list-style: none;
}

.anchor-list li {
  margin: 0;
}

.anchor-list a {
  color: var(--base-dark);
  font-weight: 800;
}

.anchor-links-inline {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 0.75rem;
  margin: 1rem 0 0.5rem;
  padding: 0;
  list-style: none;
}

.anchor-links-inline a {
  color: var(--base-dark);
  font-weight: 800;
}

.anchor-links-inline a:hover,
.anchor-links-inline a:focus-visible {
  color: var(--udl);
}

.content-guide {
  width: min(100% - 2rem, var(--content-max));
  margin: 0 auto;
  padding: 3rem 0;
}

.guide-section {
  padding: 2rem 0;
  border-top: 1px solid var(--line);
}

.guide-section:first-child {
  border-top: 0;
}

.guide-section h2 {
  margin: 0 0 1rem;
  color: var(--ink);
  font-size: clamp(1.55rem, 3vw, 2.2rem);
}

.guide-section h3 {
  margin: 1.25rem 0 0.5rem;
  color: var(--base-dark);
  font-size: 1.2rem;
}

.guide-section p,
.guide-section li {
  color: var(--muted);
}

.guide-section ul {
  padding-left: 1.25rem;
}

.example-box {
  margin-top: 1rem;
  padding: 1rem;
  background: var(--base-soft);
  border-left: 5px solid var(--base-dark);
}

.two-column-info {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2rem;
  margin-top: 1.5rem;
}

.two-column-info h4 {
  margin: 1rem 0 0.5rem;
  color: var(--base-dark);
  font-size: 1rem;
}

.document-type-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.document-type-grid-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.document-type-card {
  overflow: hidden;
  background: #fff;
  border: 1px solid #cfd5d5;
}

.document-type-card img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  background: var(--base-soft);
}

.document-type-card div {
  padding: 1.25rem;
}

.document-type-card h3 {
  margin-top: 0;
}

.card-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 1rem;
}

.card-actions a {
  display: inline-flex;
  min-height: 2.5rem;
  align-items: center;
  padding: 0.55rem 0.75rem;
  color: #fff;
  background: var(--base-dark);
  font-weight: 800;
  text-decoration: none;
}

.card-actions a:hover,
.card-actions a:focus-visible {
  color: #fff;
  background: var(--udl-deep);
}

.guide-links {
  display: grid;
  gap: 0.65rem;
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
}

.guide-links li {
  display: grid;
  gap: 0.15rem;
  padding-top: 0.65rem;
  border-top: 1px solid var(--line);
}

.guide-links strong {
  color: var(--ink);
}

.guide-links a {
  font-weight: 800;
}

.guide-links span {
  color: var(--muted);
  font-size: 0.88rem;
}

.download-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.download-card {
  display: block;
  padding: 1.25rem;
  color: inherit;
  text-decoration: none;
  background: #fff;
  border: 1px solid #cfd5d5;
}

.download-card:hover,
.download-card:focus-visible {
  color: #fff;
  background: var(--base-dark);
  border-color: var(--base-dark);
}

.download-card:hover h3,
.download-card:hover p,
.download-card:focus-visible h3,
.download-card:focus-visible p {
  color: #fff;
}

.download-card h3 {
  margin: 0 0 0.5rem;
  color: var(--base-dark);
}

.download-size {
  margin-left: 0.35rem;
  color: inherit;
  font-size: 0.92em;
  font-weight: 700;
}

.download-card .download-link-label {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 0.16em;
}

.download-card p {
  margin: 0;
  color: var(--muted);
}

.download-card .download-path {
  margin-top: 0.65rem;
  font-size: 0.84rem;
  word-break: break-word;
}

.file-icon {
  display: inline-grid;
  place-items: center;
  width: 3rem;
  height: 3rem;
  margin-bottom: 1rem;
  color: #fff;
  font-size: 1.35rem;
  font-weight: 900;
}

.file-icon-word {
  background: #185abd;
}

.file-icon-powerpoint {
  background: #b7472a;
}

.cta-band {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1.5rem;
  align-items: center;
  margin-bottom: 3rem;
  color: #fff;
  background: var(--base-dark);
  border-left: 0;
}

.cta-band .section-kicker,
.cta-band h2,
.cta-band p {
  color: #fff;
}

.resources-section {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 2.5rem;
}

.resource-list {
  display: grid;
  gap: 0.75rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.resource-list li {
  display: grid;
  gap: 0.25rem;
  padding: 1.15rem 1.25rem;
  background: var(--base-soft);
  border-left: 5px solid var(--udl);
}

.resource-list a {
  font-family: var(--font-main);
  font-weight: 800;
}

.resource-list span {
  color: var(--muted);
  font-size: 0.92rem;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  margin-top: 2rem;
  padding: 2rem max(1rem, calc((100% - var(--content-max)) / 2));
  color: #fff;
  background: #1f1f1f;
  font-family: var(--font-main);
}

.site-footer p {
  margin: 0;
  font-weight: 700;
}

.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.site-footer a {
  color: #fff;
  font-weight: 700;
}

@media (max-width: 800px) {
  .featured-event,
  .resources-section,
  .maturity-band,
  .cta-band,
  .profile-detail {
    grid-template-columns: 1fr;
  }

  .profile-summary-wide {
    grid-template-columns: 1fr;
  }

  .person-grid,
  .task-grid,
  .situation-grid,
  .two-column-info,
  .document-type-grid,
  .download-grid {
    grid-template-columns: 1fr;
  }

  .person-grid .person-card {
    grid-template-columns: 1fr;
  }

  .person-grid .person-card,
  .person-grid .person-card:nth-child(4),
  .person-grid .person-card:nth-child(5) {
    grid-column: auto;
  }

  .button-light {
    justify-self: start;
  }

  .profile-photo {
    max-width: 16rem;
    margin-inline: auto;
  }
}

@media (max-width: 640px) {
  .topbar {
    align-items: flex-start;
    min-height: 0;
  }

  .menu-button {
    display: inline-flex;
  }

  .primary-nav {
    display: none;
    padding-bottom: 0.85rem;
  }

  .primary-nav.is-open {
    display: grid;
  }

  .primary-nav a {
    padding: 0.2rem 0;
  }

  .site-footer {
    display: grid;
  }
}

@media (max-width: 480px) {
  .topbar,
  .content-guide,
  .section,
  .maturity-band,
  .page-title,
  .intro-section,
  .key-idea,
  .situational,
  .try-it {
    width: calc(100% - 1rem);
  }

  .page-title,
  .intro-section,
  .key-idea,
  .situational,
  .try-it,
  .section {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .section-heading {
    max-width: 100%;
  }

  .resource-table,
  .resource-table thead,
  .resource-table tbody,
  .resource-table tr,
  .resource-table th,
  .resource-table td {
    display: block;
    width: 100%;
  }

  .resource-table thead {
    position: absolute;
    left: -9999px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
  }

  .resource-table tr {
    padding: 0.9rem 0;
    border-bottom: 1px solid var(--line);
  }

  .resource-table th,
  .resource-table td {
    padding: 0;
    border-bottom: 0;
  }

  .resource-table td:first-child {
    width: 100%;
    margin-bottom: 0.45rem;
  }

  .resource-table td:last-child {
    margin-bottom: 0;
  }

  .try-it {
    grid-template-columns: 1fr;
  }

  .try-it .button {
    justify-self: start;
  }

  .anchor-links-inline {
    gap: 0.35rem 0.55rem;
  }

  .anchor-links-inline a {
    display: inline-block;
  }
}

@media (max-width: 375px) {
  .site-header {
    overflow-x: clip;
  }

  .topbar {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.85rem;
    padding: 0.9rem 0 0.7rem;
  }

  .brand {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.45rem;
    width: 100%;
  }

  .brand-logo {
    width: 4.8rem;
  }

  .brand-name {
    font-size: 1.45rem;
    line-height: 1.12;
  }

  .brand-subtitle {
    font-size: 0.88rem;
    line-height: 1.22;
  }

  .menu-button {
    width: 100%;
    justify-content: center;
  }

  .nav-bar {
    width: 100%;
    overflow-x: clip;
  }

  .primary-nav {
    width: calc(100% - 0.75rem);
    flex-direction: column;
    gap: 1.5em;
    padding: 0.75rem 0;
  }

  .primary-nav a {
    padding: 0.25rem 0;
    font-size: 1.2rem;
  }

  .university-bar span,
  .topbar,
  .nav-bar,
  .section,
  .maturity-band,
  .content-guide,
  .page-title-inner,
  .intro-section,
  .hero,
  .featured-event,
  .resources-section,
  .key-idea,
  .situational,
  .try-it {
    width: calc(100% - 0.75rem);
  }

  .breadcrumb {
    width: calc(100% - 0.75rem);
    padding-top: 1rem;
    font-size: 0.82rem;
  }

  .page-title-inner,
  .intro-section,
  .hero,
  .featured-event,
  .section,
  .key-idea,
  .situational,
  .try-it,
  .content-guide {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .page-title h1 {
    font-size: 2rem;
    line-height: 1.1;
  }

  .profile-detail,
  .profile-summary-wide,
  .profile-content {
    grid-template-columns: 1fr;
  }

  .profile-detail {
    width: calc(100% - 0.75rem);
    gap: 1rem;
    padding-bottom: 2rem;
  }

  .profile-summary {
    padding: 1rem;
  }

  .profile-photo {
    max-width: 13rem;
    margin-inline: auto;
    margin-bottom: 1rem;
  }

  .profile-summary h2 {
    font-size: 1.4rem;
  }

  .profile-summary-list {
    padding-left: 1rem;
  }

  .profile-content section {
    padding: 1rem;
  }

  .details-stack {
    gap: 0.6rem;
  }

  .disclosure {
    padding: 0.9rem 0.95rem;
  }

  .disclosure summary {
    font-size: 0.98rem;
    line-height: 1.25;
  }

  .resource-table,
  .resource-table thead,
  .resource-table tbody,
  .resource-table tr,
  .resource-table th,
  .resource-table td {
    display: block;
    width: 100%;
  }

  .resource-table tr {
    padding: 0.7rem 0;
  }

  .resource-table td:first-child {
    width: 100%;
    margin-bottom: 0.3rem;
  }

  .resource-table caption {
    font-size: 0.92rem;
  }

  .resource-note {
    overflow-wrap: anywhere;
  }

  .page-title p,
  .intro-section p,
  .guide-section p,
  .guide-section li,
  .try-it p,
  .resource-table td,
  .resource-table th,
  .download-card p,
  .download-card h3,
  .document-type-card p,
  .person-card p,
  .person-grid .person-card h3 {
    overflow-wrap: anywhere;
    word-break: break-word;
  }

  .intro-section h2,
  .key-idea h2,
  .situational h2,
  .try-it h2,
  .section h2,
  .guide-section h2,
  .guide-section .section-heading h2,
  .document-type-card h3,
  .download-card h3 {
    font-size: 1.35rem;
    line-height: 1.18;
  }

  .section-kicker,
  .eyebrow,
  .guide-section .section-heading .section-kicker {
    margin-bottom: 0.45rem;
    font-size: 0.72rem;
  }

  .profile-grid .person-card,
  .task-card,
  .document-type-card div,
  .download-card {
    padding: 1rem;
  }

  .profile-card .name {
    font-size: 1.2rem;
  }

  .profile-card .type {
    font-size: 0.98rem;
  }

  .chips,
  .anchor-links-inline,
  .guide-links,
  .resource-table {
    gap: 0.4rem;
  }

  .resource-table caption {
    padding-bottom: 0.5rem;
  }

  .resource-table tr {
    padding: 0.75rem 0;
  }

  .download-card .download-size {
    display: inline-block;
    margin-left: 0.25rem;
    font-size: 0.85em;
  }

  .featured-event,
  .resources-section,
  .section,
  .content-guide,
  .page-title-inner,
  .intro-section,
  .hero,
  .key-idea,
  .situational,
  .try-it {
    overflow-x: clip;
  }

  .try-it .button {
    width: 100%;
    max-width: 100%;
  }
}
