/* Editorial design system. Shared structure and behavior remain in styles.css. */
@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url("/assets/fonts/manrope-latin-variable.woff2") format("woff2");
}
:root {
  --navy: #142638;
  --navy-deep: #102030;
  --red: #9d2029;
  --red-dark: #7e1921;
  /* Legacy token aliases keep shared primitives in the same palette. */
  --copper: #d8c3a5;
  --copper-dark: #9d2029;
  --paper: #e6d5bb;
  --paper-light: #eee2cd;
  --paper-deep: #d8c3a5;
  --white: #eee2cd;
  --ink: #142638;
  --muted: #424e56;
  --line: #b9a88f;
  --line-light: #64717c;
  --paper-muted: #ddd8ce;
  --paper-subtle: #c1baad;
  --font-display: Georgia, "Times New Roman", serif;
  --font-body: "Manrope", "Avenir Next", system-ui, sans-serif;
  --text-base: 1rem;
  --text-lg: clamp(1.125rem, 1rem + 0.3vw, 1.375rem);
  --text-xl: clamp(2.25rem, 3.8vw, 3.75rem);
  --text-2xl: clamp(3.25rem, 6.2vw, 6rem);
  --space-section: clamp(3.75rem, 6vw, 6rem);
  --shell: min(84rem, calc(100% - 8rem));
  --header-height: 5.5rem;
}
html { scroll-padding-top: calc(var(--header-height) + 1.5rem); }
body { overflow-x: visible; }
body::before, .sun-rule, .desert-line-art { display: none; }
h1, h2, h3 { text-wrap: balance; }
h1 { font-size: var(--text-2xl); font-weight: 400; line-height: 1.07; letter-spacing: -0.045em; }
h2 { font-size: var(--text-xl); font-weight: 400; line-height: 1.12; letter-spacing: -0.035em; }
h3 { font-family: var(--font-body); font-size: 1.35rem; font-weight: 750; line-height: 1.3; letter-spacing: -0.025em; }
p { text-wrap: pretty; }
[hidden] { display: none !important; }
.accent { color: inherit; }
.section--red { background: var(--red); }
.section-number { color: var(--red); font-size: 0.75rem; letter-spacing: 0.08em; }
.section--navy .section-number, .section--red .section-number, .contact-profile-action .section-number { color: var(--paper); }
:focus-visible { outline: 3px solid var(--red); outline-offset: 5px; }
.section--navy :focus-visible, .section--red :focus-visible, .contact-strip :focus-visible, .contact-hero :focus-visible, .contact-profile-action :focus-visible, .site-footer :focus-visible { outline-color: var(--paper); }
.brand:focus-visible .brand__name > span, .brand:focus-visible .brand__name > strong { text-decoration-color: var(--red); }

/* A quiet, consistent masthead on every route. */
.site-header, .page-mission .site-header, .page-contact .site-header {
  position: sticky; top: 0; background: var(--paper); color: var(--navy); border-top: 3px solid var(--red); border-bottom: 1px solid var(--line);
}
.site-header__inner { gap: clamp(1rem, 2vw, 2rem); }
.brand { flex-shrink: 0; gap: 0.85rem; }
.brand__mark { width: 3.4rem; height: 3.4rem; }
.brand__name, .footer-brand > span { font-family: var(--font-body); font-size: 1.025rem; font-weight: 800; line-height: 1.25; letter-spacing: -0.025em; }
.brand__name strong, .footer-brand strong { color: inherit; font-weight: inherit; }
.brand__name strong { color: var(--red); }
.page-mission .brand__name, .page-contact .brand__name { color: var(--navy); }
.site-nav__list { gap: clamp(1rem, 2vw, 2rem); }
.site-nav__list a { font-size: 0.9rem; }
.site-nav__list a::after, .page-mission .site-nav__list a::after, .page-contact .site-nav__list a::after { background: var(--red); }
.site-nav__list a[aria-current="page"], .page-mission .site-nav__list a[aria-current="page"], .page-contact .site-nav__list a[aria-current="page"] { color: var(--red); }
.button-row { gap: 1rem 2rem; }
.button { min-height: 3.5rem; gap: 1.75rem; padding: 1rem 1.5rem; border-radius: 3px; font-size: 0.925rem; font-weight: 750; line-height: 1.35; box-shadow: none; }
.button:hover { transform: none; box-shadow: none; }
.button--primary { color: var(--paper); background: var(--red); }
.button--primary:hover { background: var(--red-dark); box-shadow: none; }
.button--red { color: var(--paper); background: var(--red); }
.button--red:hover { background: var(--red-dark); box-shadow: none; }
.button--paper:hover { background: var(--paper-deep); }
.text-link { min-height: 2.75rem; gap: 0.9rem; color: var(--red); font-size: 0.95rem; text-decoration: underline; text-underline-offset: 0.4rem; text-decoration-thickness: 1px; }
.text-link::after { display: none; }
.text-link:hover { text-decoration-thickness: 2px; }
.text-link--light, .text-link--paper { color: var(--paper); }

/* An open editorial composition gives the supplied seal room to breathe. */
.home-hero { display: block; min-height: 0; padding: 0; background: var(--paper); color: var(--navy); overflow: visible; }
.home-hero__copy { grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr); gap: 4rem; min-height: 0; padding-block: 3.5rem; }
.home-hero__text { max-width: none; padding: 0; }
.home-hero__text h1 { max-width: none; margin-bottom: 1.75rem; font-size: clamp(4rem, 6.6vw, 6.5rem); line-height: 0.99; letter-spacing: -0.045em; text-wrap: initial; }
.home-hero__text h1 > span { color: var(--red); font-style: italic; }
.home-hero__text > p { max-width: 31rem; margin-bottom: 2rem; color: var(--muted); font-size: clamp(1.125rem, 1.5vw, 1.3rem); line-height: 1.65; }
.home-hero .text-link { color: var(--navy); }
.identity-mark { display: grid; width: 100%; max-width: 27rem; aspect-ratio: 1; justify-self: end; justify-items: center; align-content: center; gap: 1.75rem; padding: 1.5rem; border: 0; background: transparent; }
.identity-mark img { width: min(21rem, 100%); aspect-ratio: 1; object-fit: contain; }
.identity-mark p { width: 100%; margin: 0; padding-top: 1.25rem; border-top: 1px solid var(--red); color: var(--red); font-size: 0.7rem; font-weight: 700; letter-spacing: 0.12em; text-align: center; text-transform: uppercase; }
.home-hero__details { display: flex; min-height: 4.5rem; align-items: center; justify-content: space-between; gap: 2rem; border-top: 1px solid var(--line); color: var(--muted); font-size: 0.8rem; }
.home-hero__details p { margin: 0; }
.home-hero__details p span { padding-inline: 0.45rem; }

/* Direct campus navigation, using open rows instead of decorative cards. */
.home-network { background: var(--navy); color: var(--paper); }
.home-network::after, .page-hero--chapters::before, .leadership-hero::after, .contact-profile-hero::after { display: none; }
.home-network__grid { grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr); gap: 5rem; align-items: start; }
.home-network__intro { padding-top: 0.6rem; }
.home-network__grid h2 { max-width: none; margin-bottom: 1.5rem; color: var(--paper); font-size: clamp(2.75rem, 4.5vw, 4.5rem); }
.home-network__intro p { max-width: 24rem; margin-bottom: 1.5rem; color: var(--paper-muted); font-size: 1.1rem; }
.campus-list { border-top: 1px solid var(--line-light); }
.campus-link { display: grid; grid-template-columns: 3.5rem minmax(0, 1fr) 1.5rem; gap: 1.5rem; align-items: center; min-height: 6.5rem; padding: 1.4rem 0.5rem; border-bottom: 1px solid var(--line-light); color: var(--paper); text-decoration: none; transition: background 160ms; }
.campus-link__code { display: flex; min-height: 2.5rem; align-items: center; border: 0; color: var(--paper-muted); font-family: var(--font-display); font-size: 1.1rem; font-weight: 400; letter-spacing: 0; white-space: nowrap; }
.campus-link__body { display: grid; gap: 0.45rem; }
.campus-link__body strong { font-size: clamp(1.125rem, 1.4vw, 1.35rem); font-weight: 700; line-height: 1.4; letter-spacing: -0.025em; }
.campus-link__body > span { color: var(--paper-subtle); font-size: 0.925rem; }
.campus-link svg, .path-item > svg { display: block; width: 1.5rem; height: 1.5rem; padding: 0; border: 0; border-radius: 0; fill: none; stroke: currentColor; stroke-width: 1.6; transition: transform 180ms; }
.campus-link:hover, .campus-link:focus-visible { background: #e6d5bb12; }
.campus-link:hover .campus-link__body strong, .campus-link:focus-visible .campus-link__body strong { text-decoration: underline; text-underline-offset: 0.25em; text-decoration-thickness: 1px; }
.campus-link:hover svg, .path-item:hover > svg { transform: translate(2px, -2px); }

/* A compact explanation and one useful next step. */
.home-paths { background: var(--paper); }
.home-paths__grid { display: grid; grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr); gap: 5rem; }
.home-paths__intro { display: block; margin: 0; }
.home-paths__intro h2 { max-width: none; margin-bottom: 1.5rem; }
.home-paths__intro p { max-width: 25rem; color: var(--muted); font-size: 1.1rem; }
.path-list { border-color: var(--line); }
.path-item { grid-template-columns: minmax(0, 1fr) 2rem; gap: 2rem; padding: 1.9rem 0.25rem; min-height: 9rem; }
.path-item:hover, .path-item:focus-visible { padding: 1.9rem 0.25rem; background: var(--paper-deep); }
.path-item__copy { display: grid; grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr); gap: 1.5rem; align-items: center; }
.path-item__copy strong { font-family: var(--font-display); font-size: clamp(1.8rem, 2.5vw, 2.25rem); line-height: 1.2; letter-spacing: -0.035em; font-weight: 400; }
.path-item__copy > span { max-width: 30rem; padding-left: 1.5rem; border-left: 1px solid var(--line); font-size: 1rem; line-height: 1.65; }
.path-item > svg { color: var(--red); }
.contact-strip { border-top: 1px solid var(--red-dark); background: var(--red); color: var(--paper); }
.contact-strip h2, .contact-strip .text-link { color: var(--paper); }
.contact-strip__inner { display: flex; min-height: 7rem; align-items: center; justify-content: space-between; gap: 2rem; padding-block: 1.5rem; }
.contact-strip h2 { margin: 0; font-size: clamp(1.7rem, 2.5vw, 2.2rem); letter-spacing: -0.03em; }

/* Interior pages share the same typography, rules, and quiet surfaces. */
.page-hero { min-height: 0; }
.page-hero__inner, .page-hero__inner--compact { display: block; min-height: 0; padding-block: 4.25rem; }
.page-hero__copy { max-width: 58rem; }
.page-hero__copy > p { max-width: 45rem; margin-bottom: 0; font-size: var(--text-lg); }
.page-hero--chapters h1 { max-width: none; }
.page-hero--mission { background: var(--navy); }
.principles { padding-top: var(--space-section); background: var(--paper); }
.principle-grid { border: 0; }
.principle { display: block; min-height: 0; padding: 0 2.25rem; }
.principle:first-child { padding-left: 0; }
.principle:last-child { padding-right: 0; }
.principle__number { display: none; }
.principle h2 { font-size: 1.8rem; }
.principle p { margin-bottom: 0; }
.mission-role__grid, .ownership__grid, .email-guide__grid { grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr); gap: 6rem; }
.mission-role__grid h2, .ownership__grid h2, .email-guide__grid h2 { max-width: 17ch; }
.line-list span { color: var(--red); }
.page-next { padding-block: 3rem; }
.page-next__inner { grid-template-columns: minmax(0, 1fr) auto; gap: 2rem; }
.page-next__inner > p { display: none; }
.page-next__inner h2 { color: var(--paper); font-size: clamp(1.75rem, 3vw, 2.5rem); }

/* Search remains local, labeled, and fully usable without motion. */
.chapter-directory { padding-top: 1rem; background: var(--paper); }
.directory-tools { display: flex; flex-wrap: wrap; gap: 1rem 2rem; align-items: end; justify-content: space-between; margin-bottom: 2.5rem; }
.directory-search { width: min(32rem, 100%); }
.directory-search label { display: block; margin-bottom: 0.65rem; font-size: 0.875rem; font-weight: 750; }
.directory-search__field { position: relative; }
.directory-search__field > svg { position: absolute; top: 1.15rem; left: 1rem; width: 1.2rem; height: 1.2rem; fill: none; stroke: var(--navy); stroke-width: 1.7; pointer-events: none; }
.directory-search input { width: 100%; min-height: 3.6rem; padding: 0.8rem 5rem 0.8rem 2.9rem; border: 1px solid #7a8184; border-radius: 3px; background: var(--paper-light); color: var(--ink); font-family: var(--font-body); font-size: 1rem; }
.directory-search input::placeholder { color: var(--muted); opacity: 1; }
.directory-search input::-webkit-search-cancel-button { display: none; }
.search-clear { position: absolute; top: 0.25rem; right: 0.25rem; min-height: 3rem; padding: 0.4rem 0.8rem; border: 0; border-radius: 2px; background: var(--paper-deep); color: var(--red); font-size: 0.85rem; font-weight: 750; cursor: pointer; }
.search-status { margin: 0 0 0.8rem; color: var(--muted); font-size: 0.875rem; }
.no-js .directory-tools { display: none; }
.chapter-directory__grid { grid-template-columns: minmax(0, 0.7fr) minmax(0, 1.3fr); gap: 4rem; align-items: start; }
.chapter-map { padding: 1.5rem; border: 0; border-bottom: 4px solid var(--red); background: var(--navy); }
.chapter-map::before { display: none; }
.chapter-map svg { max-height: 31rem; }
.chapter-map__state { fill: none; stroke: var(--paper); stroke-width: 2; }
.chapter-map__route { stroke: var(--line-light); stroke-width: 1; stroke-dasharray: 4 7; }
.chapter-map__location circle { fill: var(--navy); }
.chapter-map__location path { fill: var(--paper); }
.chapter-map__location text { fill: var(--paper); }
.chapter-map__location .chapter-map__city { font-family: var(--font-body); font-size: 16px; font-style: normal; font-weight: 500; }
.chapter-row { grid-template-columns: minmax(0, 1fr) auto; min-height: 7rem; padding: 1.5rem 0; gap: 1.5rem; }
.chapter-row__star { display: none; }
.chapter-row h2 { margin-bottom: 0.4rem; font-family: var(--font-body); font-size: 1.25rem; font-weight: 700; text-wrap: pretty; letter-spacing: -0.025em; }
.chapter-row p { color: var(--muted); font-family: var(--font-body); font-size: 0.875rem; font-style: normal; }
.chapter-row a, .contact-route > a { min-height: 2.75rem; gap: 0.7rem; color: var(--red); font-size: 0.875rem; }
.directory-empty { padding: 2rem; border-bottom: 1px solid var(--line); background: var(--paper-deep); }
.directory-empty h2 { font-size: 1.5rem; }
.directory-empty p { color: var(--muted); font-size: 1rem; }
.alumni-band__inner { grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr); gap: 5rem; }
.alumni-band h2 { max-width: 16ch; }
.alumni-directory-list a { min-height: 4rem; color: var(--paper); }

.leadership-hero__grid { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 6rem; align-items: start; }
.leadership-hero__copy { position: static; }
.leadership-hero__copy h1 { max-width: none; }
.leadership-model { margin: 0; padding: 0; border-top: 1px solid var(--navy); background: transparent; }
.leadership-model::before, .leadership-step::before, .leadership-step__number { display: none; }
.leadership-step, .leadership-step:nth-child(2), .leadership-step:nth-child(3) { display: block; min-height: 0; margin: 0; padding: 1.75rem 0; border-bottom: 1px solid var(--line); }
.leadership-step h2 { color: var(--navy); font-family: var(--font-body); font-size: 1.35rem; font-weight: 750; }
.leadership-step p { color: var(--muted); font-size: 1rem; }
.roster-section__grid { gap: 6rem; }
.roster-mark { min-height: 0; border: 0; }
.roster-copy h2 { max-width: 20ch; }
.ownership, .contact-routes { background: var(--paper); }
.contact-hero { min-height: 0; padding: 0; background: var(--navy); color: var(--paper); }
.contact-hero__copy { display: block; min-height: 0; padding-block: 4.25rem; }
.contact-hero__text { max-width: 58rem; padding: 0; }
.contact-hero h1 { max-width: none; }
.contact-hero__text > p { max-width: 44rem; color: var(--paper-muted); }
.contact-routes__intro { gap: 6rem; margin-bottom: 3rem; }
.contact-route { grid-template-columns: minmax(0, 1fr) auto; padding-block: 2rem; }
.contact-route > span { display: none; }
.check-list span { border-color: var(--red); color: var(--red); }
.contact-profile-hero__copy h1 { max-width: 21ch; font-size: clamp(2.25rem, 4.1vw, 4rem); }
.directory-back { min-height: 2.75rem; margin-bottom: 1.75rem; color: var(--red); letter-spacing: 0; text-transform: none; }
.contact-profile-type { margin-top: 0; color: var(--red); }
.contact-profile-mark { min-height: 0; border: 0; }
.contact-profile-details { background: var(--paper); border-top: 1px solid var(--line); }
.contact-profile-details__grid { grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr); gap: 5rem; }
.contact-profile-record h2, .contact-profile-action h2 { max-width: none; font-size: 2rem; }
.record-list dt { color: var(--muted); letter-spacing: 0; text-transform: none; }
.contact-profile-action { padding: 2.5rem; border-top: 3px solid var(--red); }
.contact-profile-action .button { margin-block: 0.5rem 1.5rem; }
.contact-profile-action .button--primary { background: var(--paper); color: var(--navy); }
.contact-profile-action .button--primary:hover { background: var(--paper-deep); }
.contact-profile-action .contact-profile-action__note { font-size: 0.85rem; }

/* Footer stays informative without becoming another promotional section. */
.site-footer { border: 0; background: var(--navy); color: var(--paper); }
.site-footer__main { grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr); gap: 5rem; padding-block: 3.5rem 2.5rem; }
.site-footer__identity { padding: 0; border: 0; }
.footer-brand img { width: 4rem; }
.footer-brand > span { font-size: 1.25rem; }
.footer-domain, .site-footer__email { min-height: 2.75rem; margin-top: 1rem; color: var(--paper-muted); text-decoration-color: currentColor; }
.footer-domain { display: block; width: max-content; }
.footer-nav { gap: 0.7rem 2rem; margin-bottom: 1.2rem; }
.footer-nav a { min-height: 2.75rem; padding-block: 0.5rem; font-size: 0.875rem; }
.footer-nav a::after { background: var(--paper); }
.site-footer__disclaimer { color: var(--paper-subtle); font-size: 0.8rem; }
.site-footer__legal { min-height: 4.5rem; border-color: var(--line-light); color: var(--paper-subtle); font-size: 0.75rem; }
.not-found__code { margin-bottom: 1rem; color: var(--red); font-family: var(--font-body); font-size: 1.25rem; }

/* Content never depends on a reveal animation or a successful observer. */
.js .reveal-group > *, .js .scroll-reveal, .js .scroll-reveal.is-visible { opacity: 1; transform: none; animation: none; }

@media (min-width: 51.251rem) {
  .site-nav__list a[href="/contact/"], .page-contact .site-nav__list a[href="/contact/"] { min-height: 2.75rem; padding: 0.65rem 1.25rem; border: 1px solid var(--red); border-radius: 3px; background: var(--red); color: var(--paper); }
  .site-nav__list a[href="/contact/"]:hover, .page-contact .site-nav__list a[href="/contact/"][aria-current="page"] { border-color: var(--navy); background: var(--navy); }
  .site-nav__list a[href="/contact/"]::after { display: none; }
}
@media (max-width: 75rem) {
  :root { --shell: calc(100% - 5rem); }
  .home-hero__copy { gap: 2.5rem; }
  .identity-mark { padding: 1.75rem; }
  .home-network__grid, .home-paths__grid, .mission-role__grid, .ownership__grid, .email-guide__grid, .alumni-band__inner, .leadership-hero__grid, .contact-routes__intro, .contact-profile-details__grid { gap: 3rem; }
  .campus-link { grid-template-columns: 3.5rem minmax(0, 1fr) 1.5rem; gap: 1.25rem; }
  .chapter-directory__grid { gap: 2.5rem; }
  .chapter-row { grid-template-columns: 1fr; gap: 0.2rem; padding-block: 1.25rem; }
  .chapter-row a { justify-self: start; }
}
@media (max-width: 51.25rem) {
  :root { --shell: min(42rem, calc(100% - 3rem)); --header-height: 5rem; --space-section: 4rem; }
  h1 { font-size: clamp(2.75rem, 7vw, 4rem); }
  .brand { gap: 0.7rem; }
  .brand__mark { width: 2.75rem; height: 2.75rem; }
  .brand__name { font-size: 0.95rem; }
  .menu-toggle { min-height: 2.75rem; color: var(--navy); }
  .menu-toggle__label { font-size: 0.75rem; letter-spacing: 0; text-transform: none; }
  .menu-toggle[aria-expanded="true"] { color: var(--paper); }
  .js .site-nav { visibility: hidden; width: min(25rem, 94vw); padding: 1.25rem 1.5rem 2rem; transition: none; box-shadow: none; }
  .js .site-nav[data-open="true"] { visibility: visible; transition: transform 220ms var(--ease); }
  .site-nav__brand { max-width: 13rem; font-size: 0.875rem; font-weight: 750; line-height: 1.3; }
  .site-nav__list { gap: 0; margin-top: 3rem; }
  .site-nav__list a { padding: 0.9rem 0; font-size: 1.6rem; }
  .site-nav__list a[aria-current="page"], .page-mission .site-nav__list a[aria-current="page"], .page-contact .site-nav__list a[aria-current="page"] { color: var(--paper); }
  .site-nav__list a::after, .page-mission .site-nav__list a::after, .page-contact .site-nav__list a::after { background: var(--paper); }
  .site-nav :focus-visible, .menu-toggle[aria-expanded="true"]:focus-visible { outline-color: var(--paper); }
  .site-nav__contact { min-height: 2.75rem; color: var(--paper); }
  .no-js .site-header { position: relative; height: auto; padding-block: 1rem; }
  .no-js .site-header__inner { flex-wrap: wrap; gap: 1rem; }
  .no-js .menu-toggle { display: none; }
  .no-js .site-nav { width: 100%; }
  .no-js .site-nav__list { flex-direction: row; flex-wrap: wrap; gap: 0.5rem 1.2rem; margin: 0; border: 0; }
  .no-js .site-nav__list li { border: 0; }
  .no-js .site-nav__list a { margin: 0; padding: 0.5rem 0; border: 0; color: var(--navy); font-size: 0.85rem; }
  .no-js .site-nav__list a[aria-current="page"] { color: var(--red); }
  .no-js .site-nav :focus-visible { outline-color: var(--red); }
  .no-js .site-nav__list a::after { background: var(--red); }
  .no-js .site-nav__brand, .no-js .site-nav__contact { display: none; }
  .home-hero__copy { display: block; min-height: 0; padding-block: 3.5rem 3rem; }
  .home-hero__text h1 { font-size: clamp(3rem, 8vw, 4.75rem); }
  .home-hero__text > p { max-width: 32rem; margin-bottom: 2rem; font-size: 1.15rem; }
  .identity-mark { display: none; }
  .home-hero__details { min-height: 4rem; gap: 1rem; font-size: 0.75rem; }
  .home-hero__details > span { display: none; }
  .home-network__grid, .home-paths__grid, .mission-role__grid, .ownership__grid, .email-guide__grid, .chapter-directory__grid, .alumni-band__inner, .leadership-hero__grid, .roster-section__grid, .contact-routes__intro, .contact-profile-hero__grid, .contact-profile-details__grid, .site-footer__main { grid-template-columns: minmax(0, 1fr); gap: 2.5rem; }
  .home-network__intro { padding: 0; }
  .home-network__grid h2, .home-paths__intro h2 { font-size: clamp(2.5rem, 6.5vw, 3.25rem); }
  .home-network__grid h2 { max-width: 12ch; }
  .home-network__intro p, .home-paths__intro p { max-width: 32rem; }
  .campus-link { min-height: 6.25rem; padding-block: 1.3rem; grid-template-columns: 3.5rem minmax(0, 1fr) 1.5rem; }
  .campus-link__body strong { font-size: 1.125rem; }
  .home-paths__intro h2 { max-width: 14ch; margin-bottom: 1.5rem; }
  .path-item, .path-item:hover, .path-item:focus-visible { min-height: 0; padding-block: 1.75rem; }
  .path-item__copy { grid-template-columns: 1fr; gap: 0.9rem; }
  .path-item__copy > span { padding-left: 0; border: 0; }
  .page-hero__inner, .page-hero__inner--compact, .contact-hero__copy { min-height: 0; padding-block: 3.5rem; }
  .principle, .principle:first-child, .principle:last-child { padding: 1.75rem 0; border: 0; border-bottom: 1px solid var(--line); }
  .principle:first-child { padding-top: 0; }
  .page-next__inner { grid-template-columns: 1fr; justify-items: start; }
  .chapter-directory { padding-top: 0; }
  .chapter-map { width: 100%; max-width: 28rem; margin-inline: auto; order: 2; }
  .chapter-list { order: 1; }
  .chapter-row { grid-template-columns: minmax(0, 1fr) auto; padding-block: 1.5rem; gap: 1rem; }
  .roster-mark, .contact-profile-mark { display: none; }
  .contact-route { grid-template-columns: 1fr; gap: 0.75rem; }
  .contact-route > a { grid-column: 1; justify-self: start; }
  .site-footer__main { padding-block: 3rem 2rem; }
  .site-footer__legal { align-items: start; flex-direction: column; gap: 0.5rem; padding-block: 1.5rem; }
}
@media (max-width: 37.5rem) {
  :root { --shell: calc(100% - 2.5rem); }
  h1 { font-size: clamp(2.3rem, 9vw, 3rem); }
  h2 { font-size: 2.2rem; }
  .home-hero__copy { padding-block: 3rem 2.5rem; }
  .home-hero__text h1 { font-size: clamp(2.6rem, 12vw, 4.2rem); letter-spacing: -0.045em; }
  .home-hero__text > p { font-size: 1.05rem; }
  .home-hero__details p { max-width: 20rem; }
  .home-hero__details p span { padding-inline: 0.15rem; }
  .button-row { gap: 0.85rem 1.5rem; }
  .button { gap: 1.1rem; font-size: 0.9rem; }
  .text-link { font-size: 0.95rem; }
  .campus-link { grid-template-columns: 2.5rem minmax(0, 1fr) 1.2rem; gap: 0.8rem; padding-inline: 0; }
  .campus-link__code { min-height: 2.25rem; font-size: 0.85rem; }
  .campus-link__body strong { font-size: 1.05rem; }
  .campus-link__body > span { font-size: 0.85rem; }
  .campus-link svg { width: 1.2rem; height: 1.2rem; }
  .contact-strip__inner { align-items: start; flex-direction: column; gap: 0.7rem; }
  .chapter-row { grid-template-columns: 1fr; gap: 0.25rem; }
  .chapter-row h2 { font-size: 1.2rem; }
  .chapter-row a { grid-column: 1; }
  .directory-tools { gap: 0.5rem; }
  .search-status { margin: 0; }
  .contact-profile-action { padding: 1.75rem; }
  .contact-profile-action .button { width: 100%; gap: 0.75rem; }
  .footer-nav { gap: 0.35rem 1.25rem; }
  .footer-brand > span { font-size: 1.15rem; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation: none !important; transition: none !important; }
}
@media (forced-colors: active) {
  .brand:focus-visible { outline: 3px solid CanvasText; }
  .button, .menu-toggle, .chapter-map { border: 1px solid CanvasText; }
}
@media print {
  .directory-tools, .identity-mark, .home-hero__details { display: none; }
  .home-hero__copy, .contact-hero__copy { display: block; min-height: 0; }
  .home-hero__text h1 > span { color: inherit; }
  .home-network, .site-footer, .contact-profile-action, .contact-strip { background: white; color: black; }
  .home-network h2, .home-network a, .campus-link__code, .campus-link__body > span { color: black; }
}
