/* KEKI'S KINGDOM | Responsive website | 2026-09-23.1 */
:root {
  --purple: #762cb4;
  --purple-dark: #542075;
  --ink: #2a2032;
  --muted: #675f70;
  --yellow: #ffe279;
  --lavender: #f2ecf7;
  --paper: #fffefa;
  --line: #e3dce9;
  --shell: 1240px;
  --gutter: clamp(22px, 4.6vw, 80px);
  --serif: Georgia, 'Times New Roman', serif;
  --sans: -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 112px; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 17px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
::selection { background: var(--yellow); color: var(--ink); }
a { color: inherit; text-underline-offset: 4px; }
img { display: block; max-width: 100%; height: auto; }
figure, blockquote { margin: 0; }
button, input, textarea, select { font: inherit; }
button, a, input, textarea, select, summary { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }
button, summary { cursor: pointer; }
button:disabled { cursor: default; }
:focus-visible { outline: 3px solid var(--purple); outline-offset: 5px; }
section { scroll-margin-top: 112px; }
#main:focus { outline: none; }
.shell { max-width: calc(var(--shell) + 2 * var(--gutter)); padding-left: var(--gutter); padding-right: var(--gutter); margin-inline: auto; }
.section { padding-block: clamp(64px, 7.5vw, 116px); }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--serif); font-weight: 400; letter-spacing: -.055em; line-height: 1.04; }
h1 { font-size: clamp(60px, 7.15vw, 106px); margin-bottom: 30px; }
h2 { font-size: clamp(44px, 4.7vw, 70px); margin-bottom: 28px; }
h3 { font-size: 24px; line-height: 1.22; letter-spacing: -.03em; }
h1 em, h2 em { color: var(--purple); font-weight: 400; }
p { margin-bottom: 21px; }
p:last-child { margin-bottom: 0; }
.eyebrow { font-size: 11px; letter-spacing: .17em; line-height: 1.7; font-weight: 750; color: var(--purple-dark); text-transform: uppercase; margin-bottom: 25px; }
.lead { font-size: clamp(21px, 2vw, 28px); line-height: 1.45; letter-spacing: -.024em; }
.caption, figcaption { font-size: 12px; line-height: 1.6; color: var(--muted); margin-top: 15px; }
.small-note { font-size: 13px; line-height: 1.6; color: var(--muted); }
.actions { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; margin-block: 30px; }
.button { display: inline-flex; justify-content: center; align-items: center; gap: 24px; min-height: 55px; padding: 15px 23px; border: 1px solid var(--purple); background: var(--purple); color: #fff; border-radius: 6px; text-decoration: none; font-size: 14px; line-height: 1.35; font-weight: 650; transition: background 160ms, transform 160ms; }
.button svg, .text-link svg, .header-support svg { width: 21px; height: 21px; flex-shrink: 0; }
.button:hover { background: var(--purple-dark); border-color: var(--purple-dark); transform: translateY(-2px); }
.button-outline { color: var(--purple-dark); background: transparent; border-color: #c5afda; }
.button-outline:hover { background: var(--lavender); color: var(--purple-dark); border-color: var(--purple-dark); }
.text-link { display: inline-flex; align-items: center; gap: 19px; color: var(--purple-dark); font-size: 15px; font-weight: 700; text-decoration: none; padding-block: 10px; border-bottom: 1px solid #b595c6; }
.text-link:hover svg { transform: translateX(4px); }
.text-link svg { transition: transform 160ms; }
.text-button { appearance: none; border: 0; border-bottom: 1px solid var(--purple-dark); color: var(--purple-dark); background: none; font-size: 13px; padding: 10px 0; }
.skip-link { position: fixed; left: 16px; top: -100px; z-index: 100; padding: 14px 22px; color: white; background: var(--purple-dark); }
.skip-link:focus { top: 12px; }
/* Navigation: plain and legible; no animation lock or loading overlay. */
.site-header { position: sticky; z-index: 20; top: 0; background: #fff; border-bottom: 1px solid var(--line); }
.header-inner { max-width: 1560px; margin: auto; padding: 14px var(--gutter); min-height: 95px; display: flex; align-items: center; gap: 30px; }
.brand { display: flex; gap: 12px; align-items: center; flex-shrink: 0; text-decoration: none; }
.brand img { width: 43px; height: 56px; object-fit: contain; }
.brand > span { color: var(--purple-dark); font-family: var(--serif); font-size: 23px; line-height: 1.1; white-space: nowrap; letter-spacing: -.035em; }
.brand small { font: 600 7px/1.6 var(--sans); display: block; letter-spacing: .08em; margin-top: 8px; }
.desktop-nav { display: flex; align-items: center; justify-content: flex-end; gap: clamp(17px, 1.8vw, 28px); margin-left: auto; }
.desktop-nav a { font-size: 13px; font-weight: 550; text-decoration: none; padding-block: 9px; white-space: nowrap; }
.desktop-nav a:hover, .desktop-nav a[aria-current] { color: var(--purple); text-decoration: underline; }
.header-support { display: flex; gap: 13px; align-items: center; color: var(--purple-dark); border: 1px solid var(--line); border-radius: 6px; text-decoration: none; font-size: 12px; font-weight: 650; padding: 11px 15px; white-space: nowrap; }
.header-support:hover { border-color: var(--purple); background: var(--lavender); }
.menu-toggle { display: none; width: 46px; height: 46px; padding: 13px 10px; background: none; border: 1px solid var(--line); border-radius: 6px; }
.menu-toggle span { display: block; height: 2px; width: 22px; background: var(--purple-dark); margin: 5px 0; transition: transform 150ms; }
.menu-toggle[aria-expanded=true] span:first-child { transform: translateY(3.5px) rotate(45deg); }
.menu-toggle[aria-expanded=true] span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
.mobile-menu { position: absolute; top: 100%; left: 0; right: 0; padding: 12px var(--gutter) 28px; background: #fff; border-bottom: 1px solid var(--line); box-shadow: 0 18px 24px #24152d0b; max-height: calc(100dvh - 90px); overflow-y: auto; }
.mobile-menu[hidden] { display: none; }
.mobile-menu a { display: flex; align-items: center; justify-content: space-between; padding: 13px 4px; min-height: 48px; border-bottom: 1px solid var(--line); text-decoration: none; font-size: 17px; }
.mobile-menu a[aria-current] { color: var(--purple); font-weight: 700; }
.mobile-menu .mobile-donate { margin-top: 14px; background: var(--yellow); padding-inline: 16px; border: none; border-radius: 4px; color: var(--ink); }
.mobile-donate svg { width: 22px; height: 22px; }
/* Home */
.hero { padding-top: clamp(42px, 5.3vw, 82px); padding-bottom: 70px; display: grid; grid-template-columns: 1.18fr .82fr; align-items: center; gap: 5%; }
.hero h1 { font-size: clamp(60px, 7.4vw, 112px); line-height: .99; letter-spacing: -.061em; margin-bottom: 27px; }
.hero h1 em { position: relative; }
.hero h1 em::after { content: ''; position: absolute; height: 6px; background: var(--yellow); bottom: 3px; left: 0; width: 100%; z-index: -1; border-radius: 100%; }
.hero .eyebrow { display: flex; align-items: center; gap: 9px; margin-bottom: 27px; font-size: 9px; letter-spacing: .12em; }
.status-dot { display: inline-block; width: 7px; height: 7px; flex-shrink: 0; border-radius: 50%; background: var(--purple); }
.hero-intro { max-width: 475px; color: var(--muted); font-size: clamp(17px, 1.35vw, 19px); line-height: 1.7; }
.hero .actions { gap: 13px; }
.hero-note { font-size: 12px; color: var(--muted); }
.hero-portrait { width: 100%; max-width: 455px; justify-self: end; }
.portrait-surround { position: relative; background: var(--yellow); border-radius: 230px 230px 5px 5px; padding: 14px 14px 0; }
.portrait-photo { width: 100%; border-radius: 215px 215px 0 0; aspect-ratio: 453/589; object-fit: cover; }
.portrait-spark { width: 78px; height: 78px; color: var(--purple); display: block; position: absolute; bottom: 30px; left: -34px; transform: rotate(12deg); }
.portrait-spark svg { width: 100%; height: 100%; }
.hero-portrait figcaption { display: flex; align-items: flex-start; flex-direction: column; padding-top: 6px; }
.hero-portrait figcaption span { font-size: 9px; letter-spacing: .15em; color: var(--purple-dark); margin-bottom: 4px; font-weight: 700; }
.hero-portrait figcaption strong { font-size: 12px; font-weight: 450; color: var(--muted); }
.tagline-band { display: flex; align-items: center; justify-content: center; gap: 50px; padding: 24px var(--gutter); background: var(--yellow); color: var(--ink); }
.tagline-band p { margin: 0; font-family: var(--serif); font-size: clamp(24px, 2.55vw, 38px); letter-spacing: -.035em; line-height: 1.2; }
.tagline-band > span { font-size: 26px; }
.section-title { margin-bottom: 46px; }
.intro-columns { display: grid; grid-template-columns: .9fr 1.1fr; gap: 14%; margin-bottom: 48px; }
.intro-columns .lead { max-width: 400px; }
.intro-columns > div { color: var(--muted); }
.photo-row { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.photo-tile { display: block; text-align: left; border: 0; padding: 0; border-radius: 4px; overflow: hidden; background: #eee7f2; color: var(--ink); transition: transform 160ms; }
.photo-tile:hover { transform: translateY(-4px); }
.photo-tile img { width: 100%; height: 245px; object-fit: cover; }
.photo-tile span { display: flex; justify-content: space-between; gap: 12px; align-items: center; padding: 16px 18px; font-size: 16px; font-family: var(--serif); }
.photo-tile svg { width: 21px; height: 21px; }
.vision-intro > .caption { max-width: 750px; }
.story-feature { background: var(--purple-dark); color: #fff; }
.story-layout { padding-block: clamp(64px, 7vw, 112px); display: grid; grid-template-columns: 1fr 1fr; gap: 14%; align-items: center; }
.story-layout .eyebrow { color: #e8cef8; }
.story-layout h2 { font-size: clamp(60px, 7vw, 98px); line-height: 1; margin-bottom: 0; }
.story-layout h2 em { color: var(--yellow); }
.story-excerpt { max-width: 485px; color: #f5eefa; }
.story-excerpt .lead { color: #fff; }
.story-excerpt .button { margin-top: 9px; background: var(--yellow); border-color: var(--yellow); color: var(--ink); }
.story-excerpt .button:hover { background: #ffecaa; }
.story-feature :focus-visible { outline-color: var(--yellow); }
.concept-section { display: grid; grid-template-columns: 1fr 1fr; gap: 9%; align-items: center; }
.concept-copy p:not(.eyebrow) { color: var(--muted); }
.concept-figure { background: var(--lavender); padding: 24px; border-radius: 5px; }
.concept-figure img { width: 100%; height: auto; border-radius: 2px; margin-top: 18px; }
.concept-badge { display: inline-block; font-size: 9px; font-weight: 750; color: var(--purple-dark); letter-spacing: .12em; line-height: 1.6; }
.concept-figure figcaption { font-size: 11px; }
.involvement { display: grid; grid-template-columns: .9fr 1.1fr; gap: 8%; border-top: 1px solid var(--line); }
.involvement .section-title { margin-bottom: 0; }
.involvement-links > a { display: flex; gap: 20px; align-items: flex-start; text-decoration: none; padding: 24px 0; border-bottom: 1px solid var(--line); }
.involvement-links > a:first-child { padding-top: 0; }
.involvement-links > a > span { color: var(--purple); font-size: 11px; margin-top: 3px; }
.involvement-links h3 { font-family: var(--serif); font-weight: 400; font-size: 27px; margin: 0 0 9px; }
.involvement-links p { font-size: 15px; color: var(--muted); line-height: 1.5; margin: 0; max-width: 340px; }
.involvement-links svg { width: 25px; height: 25px; margin-left: auto; flex-shrink: 0; margin-top: 3px; transition: transform 160ms; }
.involvement-links a:hover svg { transform: translateX(4px); }
.support-band { background: var(--yellow); }
.support-band-inner { padding-block: 68px; display: grid; grid-template-columns: 1fr .8fr; align-items: center; gap: 14%; }
.support-band h2 { margin-bottom: 0; }
.support-band .eyebrow { color: var(--purple-dark); }
.support-band p:not(.eyebrow) { max-width: 375px; }
.support-band .button { margin-top: 8px; }
/* Footer */
.footer { background: #fff; }
.footer-top { padding-block: 58px 44px; display: grid; grid-template-columns: 135px 1fr 230px; gap: 56px; }
.footer-logo img { width: 118px; height: 133px; object-fit: contain; }
.footer-message .eyebrow { margin: 0 0 12px; font-size: 9px; }
.footer-message > p:not(.eyebrow) { font: 32px/1.18 var(--serif); letter-spacing: -.03em; margin: 0 0 12px; }
.footer-message > span { font-size: 12px; color: var(--muted); }
.footer-links { display: grid; grid-template-columns: 1fr; gap: 5px; align-content: start; }
.footer-links a { font-size: 12px; text-decoration: none; padding: 3px 0; }
.footer-links a:hover { text-decoration: underline; }
.footer-bottom { padding-block: 20px 26px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; gap: 20px; color: var(--muted); font-size: 11px; }
.footer-bottom > div { display: flex; gap: 25px; }
/* Inner pages */
.page-intro { padding-block: clamp(55px, 6vw, 94px) 50px; border-bottom: 1px solid var(--line); }
.page-intro h1 { max-width: 1080px; }
.page-deck { max-width: 650px; color: var(--muted); font-size: clamp(18px, 1.6vw, 22px); line-height: 1.65; }
.project-status { display: inline-flex; gap: 9px; align-items: center; font-size: 10px; font-weight: 700; letter-spacing: .1em; color: var(--purple-dark); padding: 10px 13px; margin-top: 10px; background: var(--lavender); border-radius: 4px; }
.vision-body { display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: 10%; }
.editorial-copy > p:not(.eyebrow):not(.lead) { color: var(--muted); }
.vertical-figure img { width: 100%; object-fit: cover; aspect-ratio: 4/4.5; border-radius: 220px 220px 4px 4px; }
.lavender-panel { background: var(--lavender); }
.lavender-panel .concept-figure { background: #fff; }
.faq-section { display: grid; grid-template-columns: 1fr 1fr; gap: 9%; }
.faq-list details { border-bottom: 1px solid #cfc1dd; padding: 23px 0; }
.faq-list details:first-child { padding-top: 0; }
.faq-list summary { list-style: none; display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; font-size: 19px; font-weight: 600; line-height: 1.4; }
summary::-webkit-details-marker { display: none; }
.faq-list summary svg { width: 22px; height: 22px; flex-shrink: 0; color: var(--purple); }
details[open] summary svg { transform: rotate(45deg); }
.faq-list p { font-size: 16px; color: var(--muted); margin: 22px 0 0; }
.faq-list .text-link { margin-top: 12px; }
.story-page { display: grid; grid-template-columns: 1.12fr .88fr; gap: 9%; align-items: start; }
.story-page h1 { margin-bottom: 30px; }
.story-page-copy > p:not(.eyebrow):not(.lead) { color: var(--muted); max-width: 565px; }
.story-page-copy .button { margin-top: 12px; }
.story-portrait { margin-top: 5px; background: var(--lavender); padding: 18px; border-radius: 5px; }
.story-portrait img { width: 100%; }
.story-portrait figcaption { font-size: 12px; }
.quote-band { background: var(--purple-dark); color: white; padding-block: 85px; text-align: center; }
.quote-band .eyebrow { color: #ead0f6; }
.quote-band h2 { font-size: clamp(44px, 6vw, 86px); max-width: 970px; margin-inline: auto; }
.quote-band h2 em { color: var(--yellow); }
.quote-band p:last-child { color: #ead9f1; font-size: 16px; max-width: 650px; margin-inline: auto; }
.narrow-copy { max-width: calc(850px + 2 * var(--gutter)); }
.narrow-copy > p:not(.eyebrow) { color: var(--muted); }
.giving-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12%; align-items: center; }
.giving-grid p:not(.eyebrow):not(.lead) { color: var(--muted); }
.giving-grid .small-note { margin-top: 18px; }
.giving-note { background: var(--yellow); padding: clamp(32px, 4.3vw, 66px); border-radius: 4px; }
.note-spark { display: block; color: var(--purple); width: 50px; margin-bottom: 40px; }
.note-spark svg { width: 100%; }
.giving-note p { font: clamp(38px, 4vw, 62px)/1.06 var(--serif); letter-spacing: -.05em; color: var(--ink) !important; }
.giving-note em { color: var(--purple); }
.giving-note > span:last-child { display: block; margin-top: 30px; font-size: 9px; letter-spacing: .12em; font-weight: 700; }
.events-main { display: grid; grid-template-columns: 1fr 1fr; gap: 11%; align-items: center; }
.current-events > p:not(.eyebrow) { color: var(--muted); }
.events-image img { border-radius: 4px; width: 100%; }
.archive-section { padding-bottom: 95px; }
.archive-section h2 { font-size: 48px; }
.archive-event { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 25px 0; }
.archive-event summary { list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 25px; }
.archive-event summary > span:first-child { display: grid; gap: 9px; }
.archive-event strong { font-family: var(--serif); font-weight: 400; font-size: 30px; letter-spacing: -.03em; }
.archive-tag { color: var(--purple); font-size: 9px; letter-spacing: .12em; font-weight: 750; }
.archive-date { display: flex; gap: 20px; align-items: center; font-size: 14px; color: var(--muted); }
.archive-date svg { width: 22px; height: 22px; }
.archive-event > div { padding-top: 25px; max-width: 660px; font-size: 16px; color: var(--muted); }
.contact-layout { display: grid; grid-template-columns: .82fr 1.18fr; gap: 9%; padding-top: 65px; }
.contact-phone { font-family: var(--serif); font-size: clamp(30px, 3vw, 44px); line-height: 1.2; letter-spacing: -.025em; text-decoration: none; display: block; margin-bottom: 16px; }
.contact-email { color: var(--purple); font-size: 16px; overflow-wrap: anywhere; }
.mailing-address { margin-top: 45px; }
.mailing-address .eyebrow { margin-bottom: 12px; }
address { font-style: normal; font-size: 16px; line-height: 1.7; }
.mailing-address .small-note { max-width: 320px; margin-top: 20px; }
.contact-social { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 25px; }
.contact-social:empty { display: none; }
.contact-social a { font-size: 13px; color: var(--purple); }
.contact-form { background: var(--lavender); padding: clamp(24px, 3vw, 45px); border-radius: 5px; }
.contact-form h2 { font-size: 46px; margin-bottom: 17px; }
.contact-form > p { font-size: 14px; color: var(--muted); }
.contact-form label { display: block; font-size: 12px; font-weight: 650; line-height: 1.5; margin-bottom: 21px; }
.contact-form label > span { color: var(--purple); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
input, textarea, select { display: block; width: 100%; min-width: 0; padding: 12px; margin-top: 8px; border: 1px solid #cfc1db; border-radius: 3px; background: #fff; color: var(--ink); font-size: 16px; line-height: 1.4; }
input, select { min-height: 49px; }
textarea { resize: vertical; min-height: 120px; }
.form-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 20px; margin-bottom: 19px; }
#form-status:empty { display: none; }
#form-status { color: var(--purple-dark); font-weight: 600; }
.article-body { padding-block: 55px 90px; }
.article-body h2 { font-family: var(--sans); font-weight: 650; font-size: 24px; letter-spacing: -.02em; margin-block: 35px 16px; }
.article-body p { font-size: 17px; }
.error-page { min-height: 60vh; }
/* Native dialog for photography; no auto-playing carousel. */
.gallery-dialog { width: min(92vw, 940px); border: none; border-radius: 6px; padding: 45px 28px 26px; color: var(--ink); background: #fff; }
.gallery-dialog::backdrop { background: #21102be6; }
.gallery-dialog img { margin-inline: auto; max-height: 70dvh; width: auto; object-fit: contain; }
.gallery-dialog figcaption { max-width: 680px; margin: 19px auto 0; text-align: center; }
.gallery-close { position: absolute; right: 6px; top: 4px; width: 42px; height: 42px; font-size: 30px; background: transparent; border: none; }
/* Motion is progressive enhancement, deliberately small and quick. */
.reveal-pending { opacity: 0; transform: translateY(10px); }
.reveal-ready { opacity: 1; transform: none; transition: opacity 280ms ease, transform 280ms ease; }
@media (min-width: 1600px) { .hero { min-height: 780px; } }
@media (max-width: 1120px) {
 .header-inner { gap: 22px; }
 .header-support { display: none; }
 .desktop-nav { gap: 21px; }
 .hero h1 { font-size: clamp(62px, 8vw, 86px); }
 .photo-tile img { height: 200px; }
 .hero .actions { gap: 9px; }
 .hero .button { gap: 13px; padding-inline: 17px; font-size: 13px; }
}
@media (max-width: 900px) {
 .desktop-nav { display: none; }
 .menu-toggle { display: block; margin-left: auto; }
 .header-inner { min-height: 83px; padding-block: 11px; }
 .brand > span { font-size: 23px; }
 .brand img { width: 37px; height: 49px; }
 .brand small { font-size: 6.5px; }
 .hero { gap: 35px; padding-top: 46px; }
 .hero h1 { font-size: clamp(56px, 8.1vw, 76px); }
 .hero-intro { font-size: 16px; }
 .hero .eyebrow { font-size: 8px; flex-wrap: wrap; }
 .hero .button { min-height: 50px; }
 .hero-portrait figcaption strong { font-size: 11px; }
 .portrait-spark { width: 56px; height: 56px; left: -24px; }
 .photo-row { gap: 12px; }
 .photo-tile img { height: 185px; }
 .photo-tile span { font-size: 15px; padding: 13px; }
 .story-layout, .concept-section, .intro-columns { gap: 7%; }
 .concept-figure { padding: 19px; }
 .involvement { grid-template-columns: 1fr; gap: 26px; }
 .involvement-links p { max-width: 100%; }
 .support-band-inner { gap: 8%; }
 .footer-top { grid-template-columns: 110px 1fr 175px; gap: 30px; }
 .footer-logo img { width: 104px; height: 119px; }
 .footer-message > p:not(.eyebrow) { font-size: 28px; }
 .contact-layout { grid-template-columns: 1fr; gap: 45px; }
 .contact-details { display: grid; grid-template-columns: 1fr 1fr; column-gap: 8%; align-items: start; }
 .contact-details > .eyebrow { grid-column: 1; }
 .contact-phone { grid-column: 1; }
 .contact-email { grid-column: 1; }
 .mailing-address { grid-column: 2; grid-row: 1/5; margin: 0; }
 .mailing-address .small-note { max-width: none; }
}
@media (max-width: 650px) {
 :root { --gutter: 22px; }
 body { font-size: 16px; }
 html { scroll-padding-top: 90px; }
 section { scroll-margin-top: 92px; }
 .section { padding-block: 58px; }
 h1 { font-size: clamp(51px, 13vw, 76px); letter-spacing: -.057em; }
 h2 { font-size: clamp(39px, 10.6vw, 59px); letter-spacing: -.045em; }
 .eyebrow { font-size: 9px; margin-bottom: 21px; }
 .header-inner { min-height: 77px; padding-block: 9px; gap: 10px; }
 .brand { gap: 9px; }
 .brand > span { font-size: 22px; }
 .brand img { width: 34px; height: 44px; }
 .brand small { font-size: 5.8px; letter-spacing: .04em; margin-top: 6px; }
 .menu-toggle { width: 42px; height: 42px; border-color: transparent; }
 .hero { display: flex; flex-direction: column; align-items: stretch; gap: 30px; padding-top: 31px; padding-bottom: 38px; }
 .hero h1 { font-size: clamp(59px, 15.2vw, 96px); line-height: 1.01; letter-spacing: -.064em; margin-bottom: 20px; }
 .hero .eyebrow { margin-bottom: 23px; flex-wrap: nowrap; font-size: 8px; letter-spacing: .07em; gap: 7px; }
 .hero-intro { max-width: 500px; font-size: 16px; margin-bottom: 23px; line-height: 1.65; }
 .hero .actions { margin-block: 23px 17px; display: grid; grid-template-columns: 1.3fr 1fr; gap: 9px; }
 .hero .button { padding: 13px 11px; gap: 8px; font-size: 12px; min-height: 51px; }
 .hero .button svg { width: 16px; height: 16px; }
 .hero-note { font-size: 11px; }
 .hero-portrait { width: 100%; max-width: 430px; margin-inline: auto; }
 .portrait-surround { padding: 10px 10px 0; }
 .portrait-photo { width: 100%; max-height: 530px; object-position: center; }
 .portrait-spark { width: 54px; height: 54px; left: -10px; bottom: 21px; }
 .hero-portrait figcaption { padding-top: 0; margin-top: 13px; }
 .tagline-band { padding-block: 20px; gap: 12px; justify-content: space-between; }
 .tagline-band p { font-size: 22px; line-height: 1.25; max-width: 280px; }
 .tagline-band > span { font-size: 23px; }
 .section-title { margin-bottom: 28px; }
 .intro-columns { grid-template-columns: 1fr; gap: 9px; margin-bottom: 32px; }
 .intro-columns .lead { font-size: 22px; max-width: 100%; margin-bottom: 15px; }
 .intro-columns > div { font-size: 16px; }
 .photo-row { display: flex; gap: 12px; overflow-x: auto; scroll-snap-type: x mandatory; scroll-padding-left: 0; padding: 0 0 14px; }
 .photo-tile { flex: 0 0 82%; scroll-snap-align: start; }
 .photo-tile img { width: 100%; height: 210px; }
 .photo-tile span { padding: 15px; font-size: 17px; }
 .caption, figcaption { font-size: 11px; }
 .story-layout { grid-template-columns: 1fr; padding-block: 58px; gap: 34px; }
 .story-layout h2 { font-size: clamp(62px, 17vw, 90px); }
 .story-excerpt { font-size: 16px; }
 .story-excerpt .lead { font-size: 23px; }
 .concept-section { grid-template-columns: 1fr; gap: 30px; }
 .concept-copy h2 { margin-bottom: 24px; }
 .concept-figure { padding: 19px; }
 .concept-badge { font-size: 8px; }
 .concept-figure img { margin-top: 12px; }
 .involvement { gap: 27px; }
 .involvement-links > a { gap: 15px; padding-block: 23px; }
 .involvement-links > a:first-child { padding-top: 0; }
 .involvement-links h3 { font-size: 25px; }
 .involvement-links p { font-size: 14px; }
 .involvement-links svg { width: 21px; height: 21px; }
 .support-band-inner { grid-template-columns: 1fr; padding-block: 48px; gap: 26px; }
 .support-band-inner h2 { font-size: 47px; }
 .support-band p:not(.eyebrow) { font-size: 16px; max-width: none; }
 .support-band .button { margin-top: 0; }
 .footer-top { grid-template-columns: 84px 1fr; gap: 20px; padding-block: 38px 30px; }
 .footer-logo img { width: 82px; height: 104px; }
 .footer-message .eyebrow { font-size: 7px; margin-bottom: 11px; }
 .footer-message > p:not(.eyebrow) { font-size: 26px; }
 .footer-message > span { font-size: 10px; line-height: 1.4; display: block; }
 .footer-links { grid-column: 1/-1; grid-template-columns: 1fr 1fr; gap: 8px 22px; margin-top: 16px; }
 .footer-links a { min-height: 32px; display: flex; align-items: center; font-size: 12px; }
 .footer-bottom { font-size: 10px; flex-direction: column; gap: 11px; padding-block: 17px 25px; }
 .footer-bottom > div { gap: 23px; }
 .page-intro { padding-top: 39px; padding-bottom: 35px; }
 .page-intro h1 { font-size: clamp(48px, 13.5vw, 77px); }
 .page-deck { font-size: 18px; }
 .project-status { font-size: 8px; letter-spacing: .07em; max-width: 100%; }
 .vision-body { grid-template-columns: 1fr; gap: 33px; }
 .vertical-figure img { aspect-ratio: 1/1; border-radius: 180px 180px 4px 4px; }
 .faq-section { grid-template-columns: 1fr; gap: 28px; }
 .faq-section h2 { margin-bottom: 0; }
 .faq-list summary { font-size: 17px; }
 .faq-list p { font-size: 15px; }
 .story-page { grid-template-columns: 1fr; gap: 36px; padding-top: 38px; }
 .story-page h1 { font-size: 70px; }
 .story-page-copy .lead { font-size: 22px; }
 .story-portrait { padding: 12px; max-width: 453px; width: 100%; margin: auto; }
 .quote-band { padding-block: 58px; }
 .quote-band h2 { font-size: 43px; }
 .quote-band p:last-child { font-size: 15px; }
 .giving-grid { grid-template-columns: 1fr; gap: 28px; }
 .giving-grid h2 { margin-bottom: 23px; }
 .giving-note { padding: 32px; }
 .giving-note p { font-size: 51px; }
 .note-spark { width: 40px; margin-bottom: 29px; }
 .giving-note > span:last-child { font-size: 8px; }
 .events-main { grid-template-columns: 1fr; gap: 30px; }
 .archive-section { padding-bottom: 60px; }
 .archive-section h2 { font-size: 43px; }
 .archive-event summary { align-items: start; flex-direction: column; gap: 12px; }
 .archive-event strong { font-size: 27px; }
 .archive-date { justify-content: space-between; width: 100%; }
 .contact-layout { padding-top: 39px; gap: 36px; }
 .contact-details { display: block; }
 .contact-phone { font-size: 36px; }
 .contact-email { font-size: 15px; }
 .mailing-address { margin-top: 30px; }
 .mailing-address .small-note { max-width: 320px; }
 .contact-form { padding: 24px 19px; }
 .contact-form h2 { font-size: 43px; }
 .form-row { grid-template-columns: 1fr; gap: 0; }
 .form-actions { gap: 16px; }
 .contact-form .button { width: 100%; }
 .contact-form label { font-size: 12px; }
 .article-body { padding-top: 25px; }
 .article-body p { font-size: 16px; }
 .gallery-dialog { padding: 46px 16px 22px; }
}
@media (max-width: 355px) {
 :root { --gutter: 18px; }
 .brand > span { font-size: 20px; }
 .brand small { display: none; }
 .hero .eyebrow { font-size: 7px; }
 .hero h1 { font-size: 54px; }
 .hero .actions { grid-template-columns: 1fr; }
 .hero .button { justify-content: space-between; padding-inline: 16px; }
 .story-page h1 { font-size: 61px; }
 .footer-message > p:not(.eyebrow) { font-size: 24px; }
}
@media (prefers-reduced-motion: reduce) {
 html { scroll-behavior: auto; }
 *, *::before, *::after { animation: none !important; transition: none !important; }
 .reveal-pending, .reveal-ready { opacity: 1 !important; transform: none !important; }
 .button:hover, .photo-tile:hover, .text-link:hover svg, .involvement-links a:hover svg { transform: none; }
}
@media print {
 .site-header, .button, .gallery-dialog, .menu-toggle { display: none !important; }
 body { background: #fff; font-size: 12pt; color: #000; }
 .reveal-pending { opacity: 1; transform: none; }
 .section { padding-block: 20px; }
 h1 { font-size: 36pt; } h2 { font-size: 26pt; }
 .story-feature, .support-band, .quote-band { background: #fff; color: #000; }
 .story-layout h2 em, .story-layout .eyebrow, .story-excerpt, .quote-band p { color: #000 !important; }
 a { color: #000; }
 figure, .contact-details { break-inside: avoid; }
}
