:root {
  color-scheme: light;
  --surface: #f7f8fa;
  --surface-raised: #ffffff;
  --surface-muted: #e9edf2;
  --ink: #171a1f;
  --muted: #58616d;
  --line: #cbd2db;
  --accent: #234fc7;
  --accent-hover: #173b9e;
  --accent-ink: #ffffff;
  --header-height: 76px;
  --gutter: clamp(20px, 4vw, 64px);
  --content: 1440px;
  --display: "Avenir Next", "Helvetica Neue", "Segoe UI", ui-sans-serif, system-ui, sans-serif;
  --body: "Avenir Next", "Helvetica Neue", "Segoe UI", ui-sans-serif, system-ui, sans-serif;
  --ease: cubic-bezier(.22, .61, .36, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-height) + 24px); }
body { margin: 0; color: var(--ink); background: var(--surface); font: 400 16px/1.65 var(--body); -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; height: auto; }
button, input, select, textarea { font: inherit; }
button, a { touch-action: manipulation; }
figure, blockquote { margin: 0; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--display); text-wrap: balance; }
h1 { margin-bottom: 24px; font-size: clamp(3.2rem, 4.8vw, 4.5rem); font-weight: 650; line-height: .98; letter-spacing: -.048em; }
h2 { margin-bottom: 24px; font-size: clamp(2.35rem, 4.1vw, 4.5rem); font-weight: 650; line-height: 1; letter-spacing: -.04em; }
h3 { font-size: clamp(1.35rem, 2vw, 2rem); line-height: 1.14; letter-spacing: -.025em; }
p { max-width: 66ch; }
ul { padding-left: 20px; }
figcaption { margin-top: 10px; color: var(--muted); font-size: .78rem; line-height: 1.4; }
:focus-visible { outline: 3px solid var(--accent); outline-offset: 4px; }

.skip { position: fixed; z-index: 1000; top: 8px; left: 8px; padding: 12px 16px; color: var(--accent-ink); background: var(--accent); transform: translateY(-160%); }
.skip:focus { transform: none; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.site-header { position: sticky; z-index: 40; top: 0; min-height: var(--header-height); display: grid; grid-template-columns: minmax(320px, 1fr) auto auto; align-items: center; gap: 30px; padding: 8px var(--gutter); border-bottom: 1px solid var(--line); background: rgb(247 248 250 / .96); backdrop-filter: blur(16px); }
.wordmark { display: flex; align-items: center; gap: 16px; width: max-content; }
.wordmark__name { font-family: var(--display); font-size: 1.28rem; font-weight: 700; letter-spacing: -.035em; }
.wordmark__meta { padding-left: 16px; border-left: 1px solid var(--line); color: var(--muted); font-size: .64rem; font-weight: 700; line-height: 1.4; text-transform: uppercase; letter-spacing: .07em; }
.primary-nav { display: flex; align-items: center; gap: clamp(14px, 2vw, 30px); white-space: nowrap; }
.primary-nav a { min-height: 44px; display: inline-flex; align-items: center; position: relative; font-size: .74rem; font-weight: 700; text-transform: uppercase; letter-spacing: .07em; }
.primary-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 5px; height: 2px; background: var(--accent); transition: right 180ms var(--ease); }
.primary-nav a:hover::after, .primary-nav a[aria-current="page"]::after { right: 0; }
.header-cta { min-height: 44px; display: inline-flex; align-items: center; justify-content: center; padding: 0 18px; color: var(--accent-ink); background: var(--accent); font-size: .76rem; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; }
.header-cta:hover { background: var(--accent-hover); }

.section { width: min(100%, var(--content)); margin-inline: auto; padding: clamp(72px, 7vw, 112px) var(--gutter); }
.eyebrow { margin-bottom: 18px; color: var(--accent); font-size: .72rem; font-weight: 750; text-transform: uppercase; letter-spacing: .1em; }
.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; padding: 12px 20px; border: 1px solid transparent; border-radius: 0; cursor: pointer; font-size: .76rem; font-weight: 750; text-transform: uppercase; letter-spacing: .07em; white-space: nowrap; transition: color 180ms var(--ease), background 180ms var(--ease), border-color 180ms var(--ease), transform 120ms var(--ease); }
.button:active { transform: translateY(1px); }
.button--primary { color: var(--accent-ink); background: var(--accent); }
.button--primary:hover { background: var(--accent-hover); }
.button--light { color: var(--ink); border-color: var(--ink); background: transparent; }
.button--light:hover { color: var(--surface-raised); background: var(--ink); }
.text-link { min-height: 44px; display: inline-flex; align-items: center; border-bottom: 1px solid currentColor; font-size: .76rem; font-weight: 750; text-transform: uppercase; letter-spacing: .07em; }

.hero { width: min(100%, var(--content)); min-height: calc(100dvh - var(--header-height)); max-height: 900px; margin-inline: auto; display: grid; grid-template-columns: .9fr 1.1fr; }
.hero__copy { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: clamp(44px, 6vw, 88px) var(--gutter); }
.hero h1 { max-width: 15ch; }
.hero__lead { max-width: 510px; margin-bottom: 0; font-size: clamp(1.05rem, 1.4vw, 1.25rem); line-height: 1.55; }
.hero__actions { display: flex; flex-wrap: wrap; align-items: center; gap: 24px; margin-top: 28px; }
.hero__media { min-height: 540px; display: grid; align-content: center; overflow: hidden; }
.hero__media img { height: auto; min-height: 0; aspect-ratio: 16 / 9; object-fit: contain; object-position: center; }
.stats { width: min(100%, var(--content)); margin-inline: auto; display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.stat { min-height: 174px; display: flex; flex-direction: column; padding: 26px var(--gutter); border-right: 1px solid var(--line); }
.stat:last-child { border-right: 0; }
.stat strong { color: var(--accent); font-family: var(--display); font-size: clamp(3rem, 4.4vw, 4.8rem); font-weight: 700; line-height: .92; }
.stat span { margin-top: 14px; font-weight: 700; }
.stat small { margin-top: auto; color: var(--muted); }

.story-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(34px, 6vw, 92px); align-items: center; }
.story-grid__copy p { font-size: 1.06rem; }
.story-grid__image img { height: auto; aspect-ratio: auto; object-fit: contain; object-position: center; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 32px; margin-bottom: 42px; }
.section-heading h2, .section-heading p { margin-bottom: 0; }
.member-grid { display: grid; gap: 20px; }
.member-grid--four { grid-template-columns: repeat(4, 1fr); }
.member-grid--three { grid-template-columns: repeat(3, 1fr); }
.member-card a { display: block; overflow: hidden; background: var(--surface-muted); }
.member-card img { aspect-ratio: 4 / 5; object-fit: cover; transition: transform 220ms var(--ease); }
.member-card:hover img { transform: scale(1.012); }
.member-card div { padding: 15px 0 4px; border-top: 1px solid var(--line); }
.member-card h3 { margin-bottom: 6px; }
.member-card p { margin-bottom: 0; color: var(--muted); font-size: .84rem; }
.community-proof { display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(34px, 6vw, 88px); align-items: center; }
.community-proof figure img { height: auto; aspect-ratio: auto; object-fit: contain; object-position: center; }
.community-proof__copy p { color: var(--muted); font-size: 1.06rem; }
.closing-call { text-align: center; }
.closing-call p { margin-inline: auto; }

.page-intro { width: min(100%, var(--content)); margin-inline: auto; padding: clamp(70px, 8vw, 118px) var(--gutter) clamp(44px, 5vw, 72px); }
.page-intro h1 { max-width: 15ch; }
.page-intro > p:last-child { max-width: 660px; margin-bottom: 0; font-size: 1.12rem; }
.page-hero { width: min(calc(100% - (2 * var(--gutter))), calc(var(--content) - (2 * var(--gutter)))); margin: 0 auto clamp(64px, 7vw, 104px); }
.page-hero img { height: auto; aspect-ratio: auto; object-fit: contain; object-position: center; }
.page-hero--care img { object-position: center; }
.profile-index { position: sticky; z-index: 20; top: var(--header-height); display: flex; align-items: center; flex-wrap: wrap; gap: 6px 24px; padding-top: 14px; padding-bottom: 14px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgb(247 248 250 / .96); backdrop-filter: blur(14px); }
.profile-index span { margin-right: auto; color: var(--muted); font-size: .72rem; font-weight: 750; text-transform: uppercase; letter-spacing: .08em; }
.profile-index a { min-height: 44px; display: inline-flex; align-items: center; font-size: .78rem; font-weight: 700; }
.profile-index a:hover { color: var(--accent); }
.roster--secondary { background: var(--surface-muted); }
.profiles__intro { max-width: 820px; margin-bottom: 54px; }
.profile { display: grid; grid-template-columns: .56fr .62fr 1.2fr; gap: clamp(24px, 4vw, 58px); padding: 64px 0; border-top: 1px solid var(--line); scroll-margin-top: calc((2 * var(--header-height)) + 32px); }
.profile__title p { margin-bottom: 12px; color: var(--accent); font-size: .72rem; font-weight: 750; text-transform: uppercase; letter-spacing: .08em; }
.profile__title h2 { margin-bottom: 8px; font-size: clamp(2.4rem, 3.8vw, 4.4rem); }
.profile__title span { color: var(--muted); }
.profile__image img { aspect-ratio: 4 / 5; object-fit: cover; }
.profile__bio { display: grid; grid-template-columns: 1fr 1fr; gap: 24px 34px; align-content: start; }
.profile__bio section { padding-top: 12px; border-top: 1px solid var(--line); }
.profile__bio h3 { margin-bottom: 10px; font-size: .76rem; text-transform: uppercase; letter-spacing: .08em; }
.profile__bio p, .profile__bio li { color: var(--muted); font-size: .88rem; }
.profile__bio ul { margin: 0; }

.record-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px 48px; }
.venue-row, .event-row { min-height: 104px; display: grid; align-items: center; gap: 22px; padding: 20px 0; border-bottom: 1px solid var(--line); }
.venue-row { grid-template-columns: 1fr auto; }
.event-row { grid-template-columns: 150px 1fr auto; }
.venue-row h3, .event-row h3 { margin-bottom: 5px; font-size: 1.28rem; }
.venue-row p, .event-row p { margin-bottom: 0; color: var(--muted); font-size: .82rem; }
.venue-row strong, .event-row span, .event-row time { font-size: .74rem; font-weight: 750; text-transform: uppercase; letter-spacing: .06em; }
.events { background: var(--surface-muted); }
.photo-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; align-items: start; }
.photo-grid figure { min-width: 0; }
.photo-grid .photo-grid__wide { grid-column: 1 / -1; }
.photo-grid img {
  height: auto;
  aspect-ratio: auto;
  object-fit: contain;
  object-position: center;
  background: var(--surface-muted);
}
.photo-grid .photo-grid__wide img { aspect-ratio: auto; }

.voices-hero { width: min(100%, var(--content)); margin-inline: auto; }
.voices-hero > figure img { height: auto; aspect-ratio: auto; object-fit: contain; object-position: center; }
.voices-hero > figure figcaption { padding-left: var(--gutter); }
.voices-hero__quote { padding: clamp(56px, 7vw, 96px) var(--gutter); }
.voices-hero blockquote { max-width: 1180px; margin-bottom: 24px; font-family: var(--display); font-size: clamp(2.15rem, 3.8vw, 3.9rem); font-weight: 650; line-height: 1.08; letter-spacing: -.035em; }
.voices-note { display: grid; grid-template-columns: .9fr 1.1fr; gap: 60px; align-items: start; }
.voices-note p { color: var(--muted); font-size: 1.12rem; }
.feedback { display: flex; align-items: end; justify-content: space-between; gap: 40px; background: var(--surface-muted); }

.contact-hero { width: min(100%, var(--content)); margin-inline: auto; display: grid; grid-template-columns: 1fr; gap: clamp(40px, 7vw, 100px); align-items: end; padding: clamp(70px, 8vw, 118px) var(--gutter); }
.contact-hero > div > p:last-child { font-size: 1.12rem; }
.contact-hero aside { padding: 30px; border: 1px solid var(--line); background: var(--surface-raised); }
.contact-hero aside h2 { font-size: 2rem; }
.contact-hero aside li { margin-bottom: 8px; }
.contact-hero aside strong { color: var(--accent); }
.contact-form-wrap { display: grid; grid-template-columns: .7fr 1.3fr; gap: clamp(40px, 7vw, 100px); background: var(--surface-muted); }
.contact-form-copy h2 { font-size: clamp(2.5rem, 4vw, 4.2rem); }
.contact-form { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.contact-form label { display: grid; gap: 8px; }
.contact-form label > span { font-size: .78rem; font-weight: 750; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; min-height: 48px; padding: 11px 12px; border: 1px solid #8994a1; border-radius: 0; color: var(--ink); background: var(--surface-raised); }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--accent); outline: 2px solid rgb(35 79 199 / .22); outline-offset: 0; }
.contact-form textarea { min-height: 150px; resize: vertical; }
.contact-form small { color: var(--muted); }
.contact-form__wide { grid-column: 1 / -1; }
.contact-form__actions { display: flex; align-items: center; gap: 22px; }
.contact-form__actions p { margin: 0; color: var(--muted); font-size: .82rem; }
.contact-form__actions a { color: var(--accent); text-decoration: underline; text-underline-offset: 3px; }
.contact-image { width: min(calc(100% - (2 * var(--gutter))), calc(var(--content) - (2 * var(--gutter)))); margin: clamp(64px, 7vw, 104px) auto; }
.contact-image img { height: auto; max-height: none; object-fit: contain; object-position: center; }

.site-footer { display: grid; grid-template-columns: 1.35fr .65fr .8fr; gap: 46px; padding: 64px var(--gutter) 24px; color: #f4f7fb; background: #1b2028; }
.site-footer p { margin-bottom: 6px; color: #c7ced8; font-size: .8rem; }
.footer-mark { display: inline-block; margin-bottom: 12px; color: #ffffff; font-family: var(--display); font-size: 2rem; font-weight: 700; letter-spacing: -.035em; }
.footer-links { display: grid; align-content: start; gap: 4px; }
.footer-links a { min-height: 36px; display: flex; align-items: center; font-size: .76rem; font-weight: 700; text-transform: uppercase; letter-spacing: .07em; }
.footer-note { grid-column: 1 / -1; padding-top: 22px; border-top: 1px solid #4a5461; }

.reveal { opacity: 1; transform: none; }

@media (max-width: 1080px) {
  :root { --header-height: 126px; }
  .site-header { grid-template-columns: 1fr auto; gap: 0 18px; align-content: center; padding-top: 8px; padding-bottom: 0; }
  .primary-nav { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 0; width: 100%; }
  .primary-nav a { justify-content: center; }
  .header-cta { grid-column: 2; grid-row: 1; }
  .hero { min-height: auto; grid-template-columns: 1fr; max-height: none; }
  .hero__copy { min-height: 520px; }
  .hero__media, .hero__media img { min-height: 0; }
  .hero__media img { height: auto; aspect-ratio: 16 / 9; }
  .member-grid--four { grid-template-columns: repeat(2, 1fr); }
  .profile { grid-template-columns: .7fr 1fr; }
  .profile__bio { grid-column: 1 / -1; }
  .record-list { grid-template-columns: 1fr; }
}

@media (max-width: 720px) {
  :root { --gutter: 18px; --header-height: 132px; }
  body { font-size: 16px; overflow-wrap: anywhere; }
  h1 { font-size: clamp(2.8rem, 13vw, 3.9rem); }
  h2 { font-size: clamp(2.25rem, 10vw, 3.25rem); }
  .site-header { min-height: var(--header-height); padding-inline: var(--gutter); }
  .wordmark { flex-direction: column; align-items: flex-start; gap: 0; }
  .wordmark__name { font-size: 1.08rem; }
  .wordmark__meta { padding-left: 0; border-left: 0; font-size: .58rem; }
  .header-cta { display: none; }
  .primary-nav a { min-width: 0; padding-inline: 2px; font-size: clamp(.62rem, 2.7vw, .72rem); letter-spacing: .025em; }
  .hero__copy { min-height: auto; padding-top: 48px; padding-bottom: 50px; }
  .hero h1 { max-width: 15ch; }
  .hero__actions { gap: 18px; }
  .stats { grid-template-columns: 1fr 1fr; }
  .stat { min-height: 158px; border-bottom: 1px solid var(--line); }
  .stat:nth-child(2n) { border-right: 0; }
  .story-grid, .community-proof, .voices-note, .contact-hero, .contact-form-wrap, .site-footer { grid-template-columns: 1fr; }
  .section-heading { align-items: flex-start; flex-direction: column; }
  .page-intro { padding-top: 54px; }
  .page-intro h1, .contact-hero h1 { font-size: clamp(2.5rem, 11vw, 3rem); }
  .page-hero img { aspect-ratio: auto; }
  .profile-index { gap: 0 14px; overflow: visible; }
  .profile-index span { width: 100%; margin-right: 0; }
  .profile { grid-template-columns: 1fr; padding: 54px 0; scroll-margin-top: calc((2 * var(--header-height)) + 28px); }
  .profile__image { max-width: 84%; }
  .profile__bio { grid-column: auto; grid-template-columns: 1fr; }
  .event-row { grid-template-columns: 1fr auto; }
  .event-row time { grid-column: 1 / -1; }
  .photo-grid { grid-template-columns: 1fr; }
  .photo-grid .photo-grid__wide { grid-column: auto; }
  .photo-grid .photo-grid__wide img { aspect-ratio: auto; }
  .voices-hero > figure img { height: auto; aspect-ratio: auto; }
  .voices-hero blockquote { font-size: clamp(1.65rem, 7vw, 2.1rem); line-height: 1.15; }
  .feedback { align-items: flex-start; flex-direction: column; }
  .contact-form { grid-template-columns: 1fr; }
  .contact-form__wide { grid-column: auto; }
  .contact-form__actions { align-items: flex-start; flex-direction: column; }
  .site-footer { gap: 28px; }
  .footer-note { grid-column: 1; }
}

@media (max-width: 390px) {
  .member-grid--four, .member-grid--three { grid-template-columns: 1fr; }
  .primary-nav a { font-size: .62rem; }
}

@media (orientation: landscape) and (max-height: 500px) and (min-width: 721px) and (max-width: 1080px) {
  :root { --header-height: 104px; }
  .site-header { min-height: var(--header-height); padding-top: 4px; }
  .wordmark__name { font-size: 1.08rem; }
  .wordmark__meta { font-size: .58rem; }
  .primary-nav a { min-height: 36px; }
  .header-cta { min-height: 40px; padding-inline: 16px; }
  .hero { min-height: calc(100dvh - var(--header-height)); grid-template-columns: .9fr 1.1fr; }
  .hero__copy { min-height: 0; padding: 12px 32px; }
  .hero__copy .eyebrow { margin-bottom: 10px; font-size: .65rem; }
  .hero h1 { margin-bottom: 12px; font-size: clamp(2.35rem, 5vw, 3rem); line-height: .96; }
  .hero__lead { font-size: .95rem; line-height: 1.35; }
  .hero__actions { gap: 14px; margin-top: 14px; }
  .hero__media { min-height: 0; }
  .hero__media img { height: auto; min-height: 0; aspect-ratio: 16 / 9; object-fit: contain; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}
