/* Leader Land · an editorial landscape
   Decide / Learn. Progressive enhancement: content is visible without JavaScript. */
:root {
  color-scheme: light;
  --forest: #173e32;
  --forest-deep: #102d25;
  --cream: #fff8eb;
  --paper: #f7efdf;
  --gold: #e9b64d;
  --terracotta: #bc5639;
  --terra-deep: #91412d;
  --ink: #203c32;
  --muted: #62695b;
  --line: #d8d4c3;
  --on-dark: #fff8eb;
  --serif: Georgia, 'Times New Roman', serif;
  --sans: 'Trebuchet MS', 'Segoe UI', Arial, sans-serif;
  --gutter: clamp(1.25rem, 5.4vw, 6rem);
  --measure: 78rem;
  --section-space: clamp(2.5rem, 4vw, 4rem);
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 2rem; }
body { margin: 0; background: var(--cream); color: var(--ink); font: 1rem/1.75 var(--sans); -webkit-font-smoothing: antialiased; }
main, section, article, aside, header, footer, nav, div, figure { min-width: 0; }
img { display: block; max-width: 100%; height: auto; }
svg { display: block; max-width: 100%; }
figure, blockquote { margin: 0; }
p { margin: 0 0 1.35em; }
p:last-child { margin-bottom: 0; }
h1, h2, h3, h4 { margin: 0 0 .6em; font-family: var(--serif); font-weight: 400; line-height: 1.12; text-wrap: balance; overflow-wrap: break-word; }
h1 { font-size: clamp(2.9rem, 5.6vw, 5.8rem); letter-spacing: -.045em; }
h2 { font-size: clamp(2.1rem, 3.7vw, 3.7rem); letter-spacing: -.036em; }
h3 { font-size: clamp(1.5rem, 2.2vw, 2rem); letter-spacing: -.022em; }
h4 { font-size: 1.4rem; letter-spacing: -.015em; }
a { color: inherit; text-underline-offset: .25em; text-decoration-thickness: 1px; overflow-wrap: anywhere; }
a:hover { text-decoration-color: var(--terracotta); }
button, input, textarea, select { font: inherit; }
button { color: inherit; cursor: pointer; }
button, a { -webkit-tap-highlight-color: transparent; }
button:disabled { cursor: not-allowed; opacity: .5; }
:focus-visible { outline: 3px solid var(--terra-deep); outline-offset: 5px; }
::selection { background: var(--gold); color: var(--forest-deep); }
[hidden] { display: none !important; }
.skip { position: fixed; z-index: 100; top: 1rem; left: 1rem; padding: .75rem 1.2rem; background: var(--cream); color: var(--forest); transform: translateY(-200%); box-shadow: 0 3px 16px #102d2530; }
.skip:focus { transform: none; }
/* Global navigation is never gated by a script or a mobile menu. */
.announcement { padding: .55rem var(--gutter); background: var(--forest); color: var(--cream); text-align: center; font-size: .72rem; line-height: 1.5; letter-spacing: .09em; }
.site-header { position: relative; z-index: 20; display: grid; grid-template-columns: auto minmax(0, 1fr) auto; align-items: center; gap: clamp(1rem, 2vw, 2.2rem); min-height: 100px; padding: 1rem var(--gutter); background: var(--cream); border-bottom: 1px solid var(--line); }
.wordmark { display: inline-flex; flex-direction: column; justify-content: center; width: max-content; max-width: 100%; font: 400 1.45rem/.92 var(--serif); letter-spacing: .17em; text-decoration: none; white-space: nowrap; }
.brand-logo { width: 112px; height: auto; }
.footer-top .brand-logo { width: 164px; }
.wordmark span { margin-top: .32rem; font-size: .78em; letter-spacing: .41em; }
.site-nav { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: .1rem clamp(.65rem, 1.65vw, 1.6rem); }
.site-nav a { display: inline-flex; align-items: center; min-height: 44px; padding: .4rem 0; position: relative; font-size: .79rem; line-height: 1.4; font-weight: 600; text-decoration: none; }
.site-nav a::after { content: ''; position: absolute; inset: auto 0 .25rem; height: 1px; background: var(--terracotta); transform: scaleX(0); transform-origin: left; transition: transform .18s ease; }
.site-nav a:hover::after, .site-nav a[aria-current='page']::after { transform: scaleX(1); }
.menu-toggle { display: none; }
.languages { display: flex; align-items: center; gap: 0; }
.language { display: flex; flex: 0 0 44px; align-items: center; justify-content: center; width: 44px; height: 44px; border: 1px solid transparent; border-radius: 50%; transition: background-color .18s ease, border-color .18s ease; }
.language svg { width: 23px; height: 16px; box-shadow: 0 0 0 1px #173e321c; }
.language[aria-current='true'], .language[aria-current='page'] { border-color: #b9bfaa; }
.language:hover { background: #eae5d6; border-color: #b9bfaa; }
/* Shared editorial primitives */
.section { padding: var(--section-space) max(var(--gutter), calc((100% - var(--measure)) / 2)); }
.eyebrow { margin: 0 0 1.5rem; font-family: var(--sans); font-size: .7rem; font-weight: 700; line-height: 1.6; letter-spacing: .19em; text-transform: uppercase; color: var(--terra-deep); text-wrap: pretty; }
.lead { max-width: 48rem; font-size: clamp(1.13rem, 1.7vw, 1.4rem); line-height: 1.75; }
.note { font-size: .9rem; color: var(--muted); line-height: 1.7; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: .75rem; min-height: 52px; max-width: 100%; padding: .9rem 1.65rem; border: 1px solid var(--forest); background: var(--forest); color: var(--cream); font: 600 .85rem/1.5 var(--sans); text-align: center; text-decoration: none; transition: background-color .2s ease, color .2s ease, border-color .2s ease; }
.button:hover { background: var(--forest-deep); border-color: var(--forest-deep); }
.text-link { display: inline-flex; align-items: center; min-height: 44px; padding-block: .5rem; font-size: .87rem; font-weight: 600; line-height: 1.5; text-decoration: underline; text-decoration-color: var(--terracotta); text-underline-offset: .45em; }
.image-label, .concept { position: absolute; bottom: 1.2rem; right: 1.2rem; max-width: calc(100% - 2.4rem); padding: .45rem .65rem; background: #102d25e6; color: var(--cream); font: 600 .6rem/1.5 var(--sans); letter-spacing: .12em; text-transform: uppercase; }
/* The active article participates in normal flow; long translations can grow. */
.hero-carousel { position: relative; background: var(--forest-deep); color: var(--cream); }
.hero-slides { position: relative; }
.hero-slide { position: relative; display: none; min-height: clamp(620px, 49vw, 820px); isolation: isolate; }
.hero-slide.is-active { display: flex; align-items: center; }
.hero-image, .hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-image { z-index: -3; object-fit: cover; object-position: center 48%; }
.hero-shade { z-index: -2; background: linear-gradient(90deg, #081d17db 0%, #0b2119b8 35%, #0b21194d 68%, #0b211924 100%), linear-gradient(0deg, #091e18cf, transparent 38%); }
.hero-copy { width: min(100%, 58rem); padding: clamp(4rem, 6vw, 6.5rem) var(--gutter) 8.5rem; }
.hero-copy .eyebrow { color: var(--gold); margin-bottom: 1.65rem; }
.hero-copy h1, .hero-copy h2 { max-width: 12ch; font-size: clamp(3rem, 5.9vw, 6rem); line-height: 1.015; letter-spacing: -.04em; margin-bottom: .38em; }
.hero-intro { max-width: 34rem; margin: 1.6rem 0 2rem; font-size: clamp(1rem, 1.35vw, 1.16rem); line-height: 1.85; color: #fff8ebe6; text-wrap: pretty; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: .8rem 1.8rem; }
.hero-actions .button { background: var(--gold); border-color: var(--gold); color: var(--forest-deep); }
.hero-actions .button:hover { background: var(--cream); border-color: var(--cream); }
.hero-actions .text-link { text-decoration-color: #fff8eb88; }
.hero-slide > .image-label { right: var(--gutter); bottom: 2.2rem; background: transparent; padding: 0; color: #fff8ebde; }
.carousel-controls { display: none; position: absolute; bottom: 1.55rem; left: var(--gutter); align-items: center; flex-wrap: wrap; max-width: calc(100% - 2 * var(--gutter)); gap: .45rem; }
.hero-carousel.is-ready .carousel-controls { display: flex; }
.carousel-controls button { display: inline-flex; align-items: center; justify-content: center; flex: 0 0 auto; min-width: 44px; min-height: 44px; padding: .5rem; border: 1px solid #fff8eb55; border-radius: 50%; background: transparent; color: var(--cream); font-size: 1.1rem; line-height: 1; transition: background-color .18s ease; }
.carousel-controls button:hover { background: #fff8eb20; }
.carousel-controls button:focus-visible, .hero-carousel a:focus-visible, .site-footer a:focus-visible { outline-color: var(--gold); }
.carousel-dots { display: flex; align-items: center; }
.carousel-dots button { position: relative; border: 0; padding: 0; }
.carousel-dots button::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: #fff8eb77; transition: background-color .2s ease, transform .2s ease; }
.carousel-dots button[aria-pressed='true']::before { background: var(--gold); transform: scale(1.5); }
.carousel-controls [data-play] { border: 0; border-radius: 0; padding-inline: .55rem; font-size: .73rem; }
.carousel-count { padding-left: .65rem; color: #fff8ebcc; font-size: .68rem; letter-spacing: .15em; white-space: nowrap; font-variant-numeric: tabular-nums; }
/* Home: alternating scale, not a wall of equal-weight cards. */
.home-intro { display: grid; grid-template-columns: 1.05fr 1fr; gap: clamp(2rem, 7vw, 7rem); align-items: start; }
.home-intro h2 { margin-bottom: 0; }
.intro-copy { padding-top: 0; }
.intro-copy .lead { font-size: clamp(1.1rem, 1.5vw, 1.25rem); }
.feature-split { display: grid; grid-template-columns: 1.2fr 1fr; align-items: stretch; gap: 0; padding-top: 0; }
.feature-image { position: relative; min-height: 440px; }
.feature-image img { width: 100%; height: 100%; object-fit: cover; }
.feature-copy { background: var(--forest); color: var(--cream); padding: clamp(2rem, 4.7vw, 5rem); display: flex; flex-direction: column; justify-content: center; align-items: flex-start; }
.feature-copy .eyebrow { color: var(--gold); }
.feature-copy p:not(.eyebrow) { color: #fff8ebd4; }
.feature-copy .button { border-color: #fff8eb70; background: transparent; margin-top: .75rem; }
.feature-copy .button:hover { background: var(--cream); color: var(--forest); }
.discovery { padding-top: 0; }
.discovery > h2 { margin-bottom: 2.5rem; }
.discovery-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: clamp(1.1rem, 2.5vw, 2.5rem); }
.discovery-card { display: block; text-decoration: none; border-bottom: 1px solid var(--line); padding-bottom: 1.3rem; }
.discovery-card > img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; transition: filter .25s ease; }
.discovery-card:hover > img { filter: brightness(1.07); }
.discovery-card:nth-child(even) { margin-top: 0; }
.discovery-card > div { padding-top: 1.4rem; }
.discovery-card span { display: block; margin-bottom: .75rem; color: var(--terra-deep); font-size: .72rem; letter-spacing: .15em; }
.discovery-card h3 { font-size: clamp(1.45rem, 2.2vw, 1.9rem); }
.discovery-card p { color: var(--muted); font-size: .9rem; line-height: 1.65; }
.land-callout { text-align: center; background: var(--terracotta); color: #fff; }
.land-callout .eyebrow { color: inherit; }
.land-callout h2 { max-width: 17ch; margin-inline: auto; font-size: clamp(2.6rem, 5vw, 4.5rem); }
.land-callout > p:not(.eyebrow) { max-width: 40rem; margin-inline: auto; }
.county-pills, .county { display: flex; flex-wrap: wrap; justify-content: center; gap: .5rem; margin: 1.8rem 0 2rem; }
.county-pills span, .county span { border: 1px solid currentColor; border-radius: 2rem; padding: .45rem 1.05rem; font-size: .8rem; line-height: 1.5; }
.land-callout .button { background: var(--cream); color: var(--forest); border-color: var(--cream); }
.land-callout .button:hover { background: var(--gold); border-color: var(--gold); }
/* Interior opening and chapter navigation */
.page-trail { display: flex; flex-wrap: wrap; gap: .6rem; padding: 1.45rem var(--gutter) 0; font-size: .76rem; color: var(--muted); line-height: 1.5; }
.page-trail a { min-height: 28px; }
.page-trail > span:last-child { color: var(--forest); }
.page-hero { display: grid; grid-template-columns: 1fr 1.05fr; align-items: center; gap: clamp(2rem, 5vw, 5rem); padding: 3rem var(--gutter) var(--section-space); border-bottom: 1px solid var(--line); }
.page-hero h1 { max-width: 15ch; }
.page-hero .lead { margin-top: 1.6rem; max-width: 39rem; font-size: clamp(1.05rem, 1.5vw, 1.25rem); }
.page-hero figure { position: relative; }
.page-hero figure img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; }
.page-hero figcaption { padding-top: .8rem; color: var(--muted); font-size: .64rem; line-height: 1.5; letter-spacing: .1em; text-transform: uppercase; }
.next-chapter { display: flex; align-items: center; justify-content: space-between; gap: 2rem; background: var(--paper); border-top: 1px solid var(--line); }
.next-chapter h2 { margin-bottom: 0; }
.next-chapter .eyebrow { margin-bottom: .8rem; }
.next-chapter .button { flex-shrink: 0; }
/* Imported long-form content: natural height and consistent reading rhythm. */
.editorial-content > section, .editorial-content .wrap { padding: clamp(2.25rem, 3.5vw, 3.75rem) max(var(--gutter), calc((100% - var(--measure)) / 2)); height: auto; min-height: 0; }
.editorial-content > section .wrap { padding: 0; }
.editorial-content > section + section { border-top: 1px solid var(--line); }
.editorial-content h2 { max-width: 23ch; }
.editorial-content > section > p:not(.eyebrow) { max-width: 49rem; }
.editorial-content p { text-wrap: pretty; }
.editorial-content .reveal { opacity: 1; visibility: visible; transform: none; }
.two { display: grid; grid-template-columns: 1.25fr 1fr; gap: clamp(2rem, 6vw, 6rem); align-items: start; }
.quote { padding-block: 1.5rem; border-top: 1px solid var(--terracotta); border-bottom: 1px solid var(--line); }
blockquote { font-family: var(--serif); font-size: clamp(1.6rem, 2.6vw, 2.5rem); line-height: 1.4; letter-spacing: -.02em; }
blockquote p { margin-bottom: .75em; }
cite { display: block; margin-top: 1.25rem; font: normal .78rem/1.6 var(--sans); color: var(--muted); }
.values, .programs, .rhythm, .carelist, .asks { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.4rem 2.5rem; margin-top: 2.75rem; }
.values > article, .programs > article, .rhythm > article, .carelist > article, .asks > article { border-top: 1px solid var(--line); padding-top: 1.5rem; }
.values p, .programs p, .rhythm p, .carelist p, .asks p { font-size: .98rem; }
.timeline { margin-top: 3rem; }
.timeline > article { display: grid; grid-template-columns: minmax(9rem, .4fr) minmax(0, 1fr); gap: .65rem 3rem; padding: 2.3rem 0; border-top: 1px solid var(--line); }
.timeline > article > .eyebrow, .timeline > article > div:first-child:not(:only-child) { grid-column: 1; }
.timeline > article > h3, .timeline > article > p { grid-column: 2; }
.timeline > article > h3 { grid-row: 1; }
.timeline > article > p { margin-bottom: 0; }
.timeline .eyebrow { margin: .3rem 0 0; }
.timeline h3 { font-size: clamp(1.65rem, 2.4vw, 2.3rem); }
.timeline p { max-width: 44rem; }
.tag { display: inline-block; margin: .1rem 0 1rem; padding: .25rem .65rem; background: #e8e5d5; color: var(--forest); font-size: .71rem; line-height: 1.5; letter-spacing: .025em; }
.editorial-content .life { background: var(--forest); color: var(--cream); }
.life .eyebrow { color: var(--gold); }
.life .rhythm > article { border-color: #fff8eb45; }
.life .note, .life cite { color: #fff8ebc9; }
.lifephoto, .editorial-photo { position: relative; margin: 2.5rem 0; }
.lifephoto img, .editorial-photo img { width: 100%; max-height: 620px; aspect-ratio: 16 / 9; object-fit: cover; }
.family { margin-top: 2.5rem; padding-top: 2rem; border-top: 1px solid #fff8eb45; max-width: 49rem; }
.gallery { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 2rem 1.5rem; margin-top: 1.75rem; }
.gallery figure { min-width: 0; }
.picture { position: relative; aspect-ratio: 16 / 10; background: var(--paper); }
.picture img { width: 100%; height: 100%; object-fit: cover; }
.gallery figcaption { padding-top: 1.3rem; }
.gallery figcaption h3 { font-size: 1.65rem; }
.gallery figcaption p { color: var(--muted); font-size: .97rem; }
.status { margin-top: 2.5rem; padding: clamp(1.5rem, 3vw, 3rem); background: var(--paper); }
.status h3 { font-size: 1.7rem; }
.status p { max-width: 51rem; }
.impact { margin-top: 3rem; padding: 2.5rem 0; border-block: 1px solid var(--line); }
.impact p { max-width: 49rem; }
.expansion { margin-top: 3rem; }
.exp-title { font-size: clamp(1.8rem, 2.8vw, 2.7rem); }
.reading { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 3rem; margin-top: 2rem; }
.reading > article { padding: 1.6rem 0; border-top: 1px solid var(--line); }
.reading p { max-width: 45rem; }
.concept-targets { margin-block: 2.5rem; padding-block: 1.5rem; border-block: 1px solid var(--line); }
.target-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.5rem 2.5rem; }
.target-grid strong { display: block; margin-bottom: .5rem; font: 400 clamp(1.5rem, 2.5vw, 2.3rem)/1.2 var(--serif); }
.target-grid span { display: block; font-size: .9rem; }
.campus-map { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.5rem 3rem; margin-top: 2.5rem; }
.campus-map > article { padding: 1.5rem 0; border-top: 1px solid var(--line); }
.campus-map p { font-size: .98rem; }
.editorial-content .land { background: var(--paper); }
.land .county { justify-content: flex-start; }
.land .asks > article { border-color: #c5c8b5; }
.editorial-content .questions h3, .editorial-content .questions h4 { font-size: 1.55rem; line-height: 1.3; }
.questions .reading { grid-template-columns: minmax(0, 1fr); max-width: 55rem; }
.sourcegrid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 3rem; margin-top: 2rem; }
.sourcegrid > div { min-width: 0; overflow-wrap: anywhere; padding: 1.5rem 0; border-top: 1px solid var(--line); }
.sourcegrid a { display: inline-block; max-width: 100%; font-size: 1rem; font-weight: 600; line-height: 1.65; overflow-wrap: anywhere; }
.sourcegrid span { display: block; margin-top: .7rem; color: var(--muted); font-size: .92rem; line-height: 1.7; }
.editorial-content ul, .editorial-content ol { padding-left: 1.25rem; max-width: 52rem; }
.editorial-content li { margin-bottom: .65rem; }
.editorial-content table { display: block; max-width: 100%; overflow-x: auto; border-collapse: collapse; }
.editorial-content th, .editorial-content td { border-bottom: 1px solid var(--line); padding: .8rem; text-align: left; }
/* Footer is part of the story, with unambiguous project status. */
.site-footer { background: var(--forest-deep); color: var(--cream); padding: 2.75rem var(--gutter) 1.5rem; }
.footer-top { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 2rem; align-items: center; padding-bottom: 3rem; border-bottom: 1px solid #fff8eb35; }
.footer-top .wordmark { font-size: 1.8rem; }
.footer-top p { margin: 0; max-width: 20rem; font-family: var(--serif); font-size: 1.5rem; line-height: 1.35; }
.email { justify-self: end; font-size: clamp(.95rem, 1.5vw, 1.25rem); text-decoration-color: #fff8eb70; }
.footer-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 3rem; padding: 3rem 0; }
.footer-grid h3 { font: 600 .72rem/1.5 var(--sans); letter-spacing: .12em; text-transform: uppercase; color: var(--gold); margin-bottom: 1rem; }
.footer-grid a { display: block; width: fit-content; min-height: 44px; padding: .45rem 0; font-size: .92rem; text-decoration: none; }
.footer-grid a:hover { text-decoration: underline; }
.footer-grid p { max-width: 26rem; color: #fff8ebc9; font-size: .94rem; }
.footer-bottom { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: .6rem 2rem; padding-top: 1.2rem; border-top: 1px solid #fff8eb35; font-size: .75rem; color: #fff8ebbf; }
.footer-bottom p { margin: 0; }
.footer-bottom a { display: inline-flex; align-items: center; min-height: 44px; }
/* Tablet: keep navigation visible, let translated labels wrap naturally. */
@media (max-width: 1100px) {
  .site-header { grid-template-columns: 1fr auto; gap: .75rem 1rem; padding-block: 1.1rem .55rem; }
  .languages { grid-column: 2; grid-row: 1; }
  .site-nav { grid-column: 1 / -1; grid-row: 2; justify-content: space-between; gap: .25rem 1rem; border-top: 1px solid var(--line); padding-top: .4rem; }
  .hero-slide > .image-label { bottom: 5.4rem; }
  .hero-copy { padding-bottom: 9rem; }
  .values, .programs, .rhythm, .carelist, .asks { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .discovery-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 2.5rem 1.8rem; }
  .discovery-card:nth-child(even) { margin-top: 0; }
  .discovery-card > img { aspect-ratio: 5 / 4; }
}
@media (max-width: 700px) {
  :root { --gutter: 1.25rem; --section-space: 2.5rem; }
  body { font-size: 1rem; }
  .announcement { font-size: .64rem; letter-spacing: .055em; padding-block: .5rem; }
  .site-header { min-height: 0; gap: .8rem .25rem; padding-top: 1rem; }
  .wordmark { font-size: 1.25rem; }
  .site-nav { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); justify-items: stretch; column-gap: .45rem; row-gap: .1rem; }
  .site-nav a { justify-content: center; text-align: center; font-size: .72rem; padding: .45rem .1rem; }
  .menu-toggle.is-ready { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: .4rem 1rem; border: 1px solid var(--line); background: transparent; color: var(--forest); grid-column: 2; grid-row: 2; justify-self: end; }
  .site-nav.is-ready { display: none; grid-row: 3; }
  .site-nav.is-ready.is-open { display: grid; }
  .hero-slide { min-height: 670px; }
  .hero-image { object-position: 62% center; }
  .hero-shade { background: linear-gradient(90deg, #091e18c7, #091e1877), linear-gradient(0deg, #091e18e8, #091e1822 85%); }
  .hero-copy { width: 100%; padding-top: 3.8rem; padding-bottom: 10.5rem; }
  .hero-copy .eyebrow { font-size: .62rem; max-width: 34ch; }
  .hero-copy h1, .hero-copy h2 { font-size: clamp(2.7rem, 11.8vw, 4.3rem); max-width: 13ch; }
  .hero-intro { max-width: 33rem; margin-top: 1.4rem; font-size: .98rem; line-height: 1.8; }
  .hero-actions { align-items: flex-start; gap: .65rem 1rem; }
  .hero-actions .button { min-height: 50px; }
  .hero-slide > .image-label { left: var(--gutter); right: auto; bottom: 8rem; font-size: .55rem; }
  .carousel-controls { bottom: 1rem; gap: 0; width: calc(100% - 2 * var(--gutter)); }
  .carousel-controls [data-prev] { order: 1; }
  .carousel-dots { order: 2; }
  .carousel-controls [data-next] { order: 3; }
  .carousel-controls [data-play] { order: 4; border-radius: 0; margin-left: 0; }
  .carousel-count { order: 5; }
  .carousel-controls [data-prev], .carousel-controls [data-next] { border-color: transparent; }
  .home-intro, .feature-split, .page-hero, .two { grid-template-columns: minmax(0, 1fr); }
  .home-intro { gap: 1.6rem; }
  .intro-copy { padding-top: 0; }
  .eyebrow { margin-bottom: 1.1rem; }
  .feature-image { min-height: 0; aspect-ratio: 5 / 4; }
  .feature-copy { padding: 2rem 1.5rem 2.5rem; }
  .feature-copy h2 { font-size: 2.4rem; }
  .discovery-grid { gap: 2.3rem 1rem; }
  .discovery-card:nth-child(even) { margin-top: 0; }
  .discovery-card > img { aspect-ratio: 4 / 5; }
  .discovery-card h3 { font-size: 1.45rem; }
  .discovery-card p { font-size: .83rem; }
  .discovery-card span { margin-bottom: .5rem; }
  .page-trail { padding-top: 1.2rem; }
  .page-hero { padding-top: 2rem; gap: 2rem; }
  .page-hero h1 { font-size: clamp(2.7rem, 11vw, 4rem); }
  .page-hero figure img { aspect-ratio: 6 / 5; }
  .two { gap: 2rem; }
  .values, .programs, .rhythm, .carelist, .asks, .reading, .target-grid, .campus-map, .sourcegrid { grid-template-columns: minmax(0, 1fr); gap: 1.25rem; }
  .gallery { grid-template-columns: minmax(0, 1fr); gap: 2rem; }
  .timeline > article { grid-template-columns: minmax(0, 1fr); gap: .85rem; padding-block: 1.8rem; }
  .timeline > article > h3, .timeline > article > p, .timeline > article > .eyebrow { grid-column: 1; grid-row: auto; }
  .timeline h3 { margin-bottom: .5rem; }
  .timeline .eyebrow { margin-bottom: .25rem; }
  .lifephoto img, .editorial-photo img { aspect-ratio: 6 / 5; }
  .image-label, .concept { bottom: .75rem; right: .75rem; max-width: calc(100% - 1.5rem); font-size: .55rem; }
  .next-chapter { align-items: flex-start; flex-direction: column; gap: 1.8rem; }
  .next-chapter .button { flex-shrink: 1; }
  .site-footer { padding-top: 3.5rem; }
  .footer-top { grid-template-columns: minmax(0, 1fr); gap: 1.8rem; padding-bottom: 2.5rem; }
  .email { justify-self: start; }
  .footer-grid { grid-template-columns: minmax(0, 1fr); gap: 2rem; padding-block: 2.5rem; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: .4rem; }
}
@media (max-width: 360px) {
  :root { --gutter: 1rem; }
  .wordmark { font-size: 1.16rem; letter-spacing: .13em; }
  .wordmark span { letter-spacing: .36em; }
  .site-nav a { font-size: .68rem; }
  .carousel-dots { order: 1; flex-basis: 100%; }
  .carousel-controls [data-prev] { order: 2; }
  .carousel-controls [data-next] { order: 3; }
  .hero-slide > .image-label { bottom: 8.1rem; }
  .discovery-grid { grid-template-columns: minmax(0, 1fr); }
  .discovery-card:nth-child(even) { margin-top: 0; }
  .discovery-card > img { aspect-ratio: 5 / 4; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}
@media (forced-colors: active) {
  .button, .language, .carousel-controls button { border: 1px solid ButtonText; }
  .carousel-dots button::before { background: ButtonText; }
  .carousel-dots button[aria-pressed='true'] { outline: 2px solid Highlight; }
}
@media print {
  body { background: white; color: black; font-size: 11pt; }
  .announcement, .site-nav, .languages, .menu-toggle, .skip, .carousel-controls, .next-chapter { display: none !important; }
  .site-header { min-height: 0; padding: 1rem 0; }
  .section, .editorial-content > section, .editorial-content .wrap, .page-hero, .site-footer { padding: 1.5rem 0; background: white; color: black; }
  .hero-slide { min-height: 0; }
  .hero-copy { padding: 2rem; }
  .hero-copy h1 { font-size: 36pt; }
  .feature-copy, .editorial-content .life, .land-callout { background: white; color: black; }
  .feature-copy p:not(.eyebrow), .footer-grid p, .footer-bottom, .footer-grid h3 { color: black; }
  .gallery figure, .reading article, .timeline article { break-inside: avoid; }
  h2, h3, h4 { break-after: avoid; }
  a { text-decoration: underline; }
}
