:root {
  --ink: #17283d;
  --espresso: #203b61;
  --ivory: #fff7e8;
  --paper: #fffdf7;
  --rose: #df554d;
  --rose-soft: #f6b6aa;
  --sage: #4f927e;
  --gold: #d89d24;
  --sky: #7bc4df;
  --butter: #f3d478;
  --line: rgba(23, 40, 61, .18);
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Manrope", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; color: var(--ink); background: var(--ivory); font: 400 1rem/1.7 var(--sans); }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
.skip-link { position: fixed; top: -5rem; left: 1rem; z-index: 100; padding: .75rem 1rem; background: var(--ink); color: white; }
.skip-link:focus { top: 1rem; }

.site-header { position: absolute; z-index: 20; width: 100%; height: 118px; padding: 0 clamp(1.5rem, 6vw, 6rem); display: flex; align-items: center; justify-content: space-between; }
.logo { display: inline-flex; align-items: center; text-decoration: none; }
.logo img { width: 92px; height: 92px; object-fit: cover; border-radius: 50%; border: 6px solid rgba(255,255,255,.72); box-shadow: 0 8px 24px rgba(36,27,24,.12); }
.site-nav { display: flex; align-items: center; gap: 2.4rem; font-size: 1rem; font-weight: 600; letter-spacing: .15em; text-transform: uppercase; }
.site-nav a { text-decoration: none; transition: color .2s; }
.site-nav a:hover { color: var(--rose); }
.site-nav .nav-cta { padding: .8rem 1.3rem; border: 1px solid var(--ink); border-radius: 0; }
.menu-toggle { display: none; padding: .5rem; border: 0; background: transparent; }
.menu-toggle span { display: block; width: 27px; height: 1px; margin: 6px; background: var(--ink); transition: .25s; }

.hero { position: relative; min-height: 760px; height: 100vh; max-height: 920px; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 4vw; padding: 120px clamp(1.5rem, 7vw, 7rem) 80px; overflow: hidden; background: linear-gradient(115deg, #fff0d9 0 57%, var(--sky) 57%); border-bottom: 1px solid var(--line); }
.hero::before { content: ""; position: absolute; top: -10%; right: 6%; width: 42vw; height: 42vw; border: 1px solid rgba(255,255,255,.65); border-radius: 50%; }
.hero-copy { position: relative; z-index: 2; max-width: 760px; }
.eyebrow, .kicker { margin: 0 0 1.2rem; color: var(--rose); font-size: 1rem; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; }
.eyebrow { display: flex; align-items: center; gap: .8rem; }
.eyebrow span { width: 42px; height: 1px; background: var(--rose); }
h1, h2, h3 { margin: 0; font-family: var(--serif); font-weight: 500; line-height: .98; }
h1 { max-width: 820px; font-size: clamp(4.5rem, 8.4vw, 9.2rem); letter-spacing: -.055em; }
h1 em, h2 span { color: var(--rose); font-weight: 500; }
.hero-text { max-width: 590px; margin: 2rem 0 2.4rem; color: rgba(23,40,61,.78); font-size: clamp(1rem, 1.35vw, 1.18rem); }
.hero-actions { display: flex; align-items: center; gap: 2rem; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: .7rem; padding: 1rem 1.6rem; border: 1px solid var(--ink); border-radius: 0; background: transparent; font-size: 1rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; text-decoration: none; cursor: pointer; transition: background .25s, color .25s; }
.button:hover { background: var(--ink); color: white; }
.button-primary { background: var(--ink); color: white; }
.button-primary:hover { background: var(--rose); border-color: var(--rose); }
.text-link { font-size: 1rem; font-weight: 600; letter-spacing: .08em; text-underline-offset: 6px; text-transform: uppercase; }

.hero-art { position: relative; z-index: 2; height: min(610px, 66vh); margin: 0; }
.hero-session-photo { width: 88%; height: 100%; display: block; margin-left: auto; object-fit: cover; object-position: 50% 42%; border-radius: 48% 48% 2px 2px; box-shadow: 0 30px 70px rgba(48,33,27,.2); filter: saturate(.88) contrast(.98); }
.arch { position: absolute; top: 0; right: 5%; width: 76%; height: 92%; overflow: hidden; border-radius: 50% 50% 2px 2px; background: linear-gradient(160deg, #a7887e, #d5bdb3); box-shadow: 0 30px 70px rgba(48,33,27,.18); }
.arch::before { content: ""; position: absolute; inset: 7%; border: 1px solid rgba(255,255,255,.48); border-radius: 50% 50% 0 0; background: linear-gradient(150deg, rgba(255,255,255,.23), transparent); }
.portrait { position: absolute; display: grid; place-items: center; color: var(--ink); box-shadow: 0 18px 42px rgba(36,27,24,.15); }
.portrait span { width: 55%; aspect-ratio: 1; display: grid; place-items: center; border-radius: 50% 48% 45% 52%; font-family: var(--serif); font-size: 2rem; }
.portrait-one { bottom: 0; left: 1%; width: 45%; height: 52%; border-radius: 50% 50% 0 0; background: #d8d6c9; transform: rotate(-2deg); }
.portrait-one span { background: var(--espresso); color: #e0c29b; }
.portrait-two { right: -1%; bottom: 4%; width: 39%; height: 46%; border-radius: 50% 50% 0 0; background: #eee5da; transform: rotate(3deg); }
.portrait-two span { background: var(--rose-soft); }
.scissors { position: absolute; top: 6%; left: 1%; color: var(--gold); font-size: clamp(4rem, 7vw, 7rem); transform: rotate(-25deg); opacity: .82; }
.care-note { position: absolute; z-index: 3; top: 30%; right: -2%; margin: 0; padding: 1.1rem 1.4rem; background: rgba(255,253,249,.94); box-shadow: 0 15px 40px rgba(36,27,24,.12); font-family: var(--serif); font-size: 1.05rem; line-height: 1.15; transform: rotate(2deg); }
.care-note strong { color: var(--rose); font-weight: 600; }
.hero-spark { position: absolute; z-index: 3; color: var(--gold); font-family: var(--serif); font-size: 2rem; opacity: .75; }
.spark-one { top: 18%; left: 54%; }
.spark-two { bottom: 20%; left: 45%; }
.hero-ribbon { position: absolute; bottom: 0; left: 0; width: 100%; overflow: hidden; padding: .85rem 0; border-top: 1px solid var(--line); background: var(--paper); white-space: nowrap; color: rgba(23,40,61,.76); font: 500 1rem/1 var(--sans); letter-spacing: .2em; }
.hero-ribbon div { width: max-content; animation: marquee 26s linear infinite; }
.hero-ribbon span { margin: 0 2.4rem; color: var(--gold); }
@keyframes marquee { to { transform: translateX(-30%); } }

.section { padding: clamp(6rem, 10vw, 10rem) clamp(1.5rem, 7vw, 7rem); }
.section-label { margin-bottom: 4rem; padding-bottom: 1rem; border-bottom: 1px solid var(--line); color: rgba(36,27,24,.58); font-size: 1rem; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; }
.about { background: var(--paper); }
.about-grid { display: grid; grid-template-columns: .95fr .65fr 1fr; align-items: start; gap: clamp(2rem, 4vw, 5rem); }
.about h2, .services h2, .impact h2, .contact h2 { font-size: clamp(3.3rem, 6vw, 6.8rem); letter-spacing: -.045em; }
.founder-portrait { position: relative; margin: 0; }
.founder-portrait img { width: 100%; height: clamp(410px, 46vw, 570px); display: block; object-fit: cover; object-position: center 30%; border-radius: 48% 48% 2px 2px; filter: saturate(.9); }
.founder-portrait figcaption { margin-top: 1rem; color: var(--rose); font-size: 1rem; font-weight: 600; letter-spacing: .12em; line-height: 1.5; text-align: center; text-transform: uppercase; }
.about-copy { padding-top: 2rem; color: rgba(36,27,24,.75); }
.about-copy .lead { margin-top: 0; color: var(--ink); font-family: var(--serif); font-size: clamp(1.45rem, 2.1vw, 2rem); line-height: 1.35; }
.impact-strip { margin-top: 6rem; display: grid; grid-template-columns: repeat(3, 1fr); border-block: 1px solid var(--line); }
.impact-strip div { display: flex; align-items: center; justify-content: center; gap: 1.3rem; padding: 2.4rem; }
.impact-strip div + div { border-left: 1px solid var(--line); }
.impact-strip strong { color: var(--rose); font-family: var(--serif); font-size: clamp(3.2rem, 5vw, 5.5rem); font-weight: 500; line-height: 1; }
.impact-strip strong sup { font-family: var(--sans); font-size: 1rem; vertical-align: super; }
.impact-strip span { font-size: 1rem; font-weight: 600; letter-spacing: .1em; line-height: 1.5; text-transform: uppercase; }
.founder-narrative { margin-top: 6rem; padding-top: 5rem; border-top: 1px solid var(--line); }
.founder-intro { max-width: 920px; display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(2rem, 6vw, 7rem); align-items: end; }
.founder-intro .kicker { grid-column: 1 / -1; margin-bottom: 0; }
.founder-intro h3 { font-size: clamp(2.8rem, 5vw, 5.5rem); letter-spacing: -.04em; }
.founder-intro h3 span { color: var(--rose); }
.founder-intro > p:last-child { margin: 0 0 .5rem; color: rgba(23,40,61,.72); }
.founder-stories { margin-top: 4rem; display: grid; grid-template-columns: 1fr 1fr; gap: 1.25rem; }
.founder-stories article { padding: clamp(2rem, 4vw, 3.5rem); border: 1px solid var(--line); border-top: 5px solid var(--rose); background: var(--paper); }
.founder-stories article:nth-child(2) { border-top-color: var(--sky); background: var(--paper); }
.story-location { margin: 0 0 2rem; color: var(--rose); font-size: 1rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
.founder-stories blockquote { margin: 0; font: italic 500 clamp(1.6rem, 2.5vw, 2.65rem)/1.2 var(--serif); letter-spacing: -.02em; }
.founder-stories article > p:last-child { margin: 2rem 0 0; padding-top: 1.5rem; border-top: 1px solid var(--line); color: rgba(23,40,61,.7); font-size: 1rem; }
.founder-mission { max-width: 960px; margin: 4rem 0 0 auto; padding-left: 2rem; border-left: 3px solid var(--gold); color: var(--ink); font: 500 clamp(1.4rem, 2.2vw, 2rem)/1.45 var(--serif); }

.services { border-block: 1px solid var(--line); background: var(--ivory); }
.services-heading { margin-bottom: 4.5rem; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: rgba(36,27,24,.16); }
.service-card { min-height: 430px; padding: 2.3rem; display: flex; flex-direction: column; background: var(--paper); transition: background .25s, transform .25s; }
.service-card:hover { position: relative; z-index: 2; filter: brightness(1.035); transform: translateY(-6px); }
.service-card.coral, .service-card.yellow, .service-card.purple { color: var(--ink); }
.service-card.coral, .service-card.yellow, .service-card.purple { background: var(--paper); }
.service-icon { width: 58px; height: 58px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--rose); font-size: 1.6rem; }
.card-number { margin: -2.7rem 0 5rem; text-align: right; color: rgba(36,27,24,.45); font-size: 1rem; letter-spacing: .12em; }
.service-card h3 { font-size: clamp(2rem, 2.8vw, 3rem); line-height: 1; }
.service-card p:not(.card-number) { color: rgba(36,27,24,.68); }
.card-tag { width: fit-content; margin-top: auto; padding-bottom: .25rem; border-bottom: 1px solid var(--rose); color: var(--rose); font-size: 1rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
.program-proof { margin-top: 5rem; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; }
.program-proof article { min-width: 0; background: var(--paper); box-shadow: 0 18px 45px rgba(23,40,61,.08); }
.program-proof img { width: 100%; height: 260px; display: block; object-fit: cover; filter: saturate(.82); }
.program-proof article:nth-child(1) img { object-position: center 47%; }
.program-proof article:nth-child(2) img { object-position: center 45%; }
.program-proof article:nth-child(3) img { object-position: center; }
.program-proof article > div { padding: 1.8rem; }
.program-proof h3 { font-size: clamp(1.8rem, 2.5vw, 2.65rem); }
.program-proof article > div > p:last-child { color: rgba(36,27,24,.67); font-size: 1rem; }

.gallery { background: var(--paper); }
.gallery-heading { margin-bottom: 4.5rem; display: grid; grid-template-columns: 1.15fr .85fr; align-items: end; gap: clamp(2rem, 8vw, 8rem); }
.gallery-heading h2 { font-size: clamp(3.3rem, 6vw, 6.8rem); letter-spacing: -.045em; }
.gallery-heading > p { max-width: 520px; margin: 0 0 .5rem; color: rgba(36,27,24,.68); }
.gallery-grid { display: grid; grid-template-columns: repeat(12, 1fr); grid-auto-rows: 180px; gap: .75rem; }
.gallery-photo { position: relative; margin: 0; overflow: hidden; filter: saturate(.88) contrast(.98); transition: filter .35s, transform .35s; }
.gallery-photo:hover { z-index: 2; filter: saturate(1) contrast(1); transform: scale(1.012); }
.gallery-photo img { width: 100%; height: 100%; display: block; object-fit: cover; }
.gallery-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(30,24,22,.64)); }
.gallery-photo figcaption { position: absolute; z-index: 1; right: 1rem; bottom: .8rem; left: 1rem; color: white; font-size: 1rem; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; }
.photo-one { grid-column: 1 / 5; grid-row: span 2; }
.photo-two { grid-column: 5 / 8; grid-row: span 2; }
.photo-three { grid-column: 8 / 13; grid-row: span 2; }
.photo-four { grid-column: 1 / 7; grid-row: span 2; }
.photo-five { grid-column: 7 / 13; grid-row: span 2; }
.photo-six { grid-column: 1 / 5; grid-row: span 2; }
.photo-seven { grid-column: 5 / 9; grid-row: span 2; }
.photo-eight { grid-column: 9 / 13; grid-row: span 2; }
.photo-one img, .photo-two img { object-position: center 32%; }
.photo-three img { object-position: center 40%; }

.impact { background: var(--ivory); }
.impact-heading { margin-bottom: 4.5rem; display: grid; grid-template-columns: 1.15fr .85fr; align-items: end; gap: clamp(2rem, 8vw, 8rem); }
.impact-heading > p { max-width: 520px; margin: 0 0 .5rem; color: rgba(36,27,24,.7); }
.story-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; }
.story-card { display: grid; grid-template-columns: auto 1fr; gap: 1.7rem; padding: clamp(1.8rem, 3vw, 3rem); background: var(--paper); border: 1px solid var(--line); }
.story-card-alt { background: var(--paper); }
.story-date { width: 78px; height: 100px; display: flex; flex-direction: column; align-items: center; justify-content: center; border: 1px solid var(--line); border-radius: 50% 50% 0 0; line-height: 1; }
.story-date strong { font: 500 2.5rem/1 var(--serif); }
.story-date span { margin-top: .35rem; text-align: center; color: var(--rose); font-size: 1rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.story-card h3 { font-size: clamp(1.8rem, 2.5vw, 2.8rem); line-height: 1.06; }
.story-card p:not(.kicker) { color: rgba(36,27,24,.68); }
.story-card a { font-size: 1rem; font-weight: 600; letter-spacing: .08em; text-underline-offset: 6px; text-transform: uppercase; }
.instagram-cta { margin-top: 1.5rem; padding: 1.4rem 1.7rem; display: flex; align-items: center; gap: 1rem; background: var(--espresso); color: white; text-decoration: none; transition: background .25s; }
.instagram-cta:hover { background: var(--rose); }
.instagram-icon { width: 46px; height: 46px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.5); border-radius: 50%; font-size: 1.8rem; }
.instagram-cta small, .instagram-cta strong { display: block; }
.instagram-cta small { opacity: .7; font-size: 1rem; letter-spacing: .16em; text-transform: uppercase; }
.instagram-cta strong { font-family: var(--serif); font-size: clamp(1.3rem, 2.2vw, 2rem); font-weight: 500; }
.instagram-arrow { margin-left: auto; font-size: 1.6rem; }

.quote-band { padding: clamp(5rem, 8vw, 8rem) 8vw; display: flex; align-items: center; gap: 3rem; border-block: 1px solid var(--line); background: var(--sky); }
.quote-band p { max-width: 1100px; margin: 0; font: italic 500 clamp(2.5rem, 4.5vw, 5rem)/1.1 var(--serif); letter-spacing: -.03em; }
.quote-band > span { color: rgba(255,255,255,.75); font: 500 clamp(4rem, 9vw, 9rem)/1 var(--serif); }

.contact { background: var(--ivory); }
.contact-panel { display: grid; grid-template-columns: .86fr 1.14fr; overflow: hidden; background: var(--paper); box-shadow: 0 30px 80px rgba(36,27,24,.12); }
.contact-copy, .opportunity-list { padding: clamp(2.5rem, 5vw, 5rem); }
.contact-copy { background: var(--espresso); color: white; }
.contact-copy .section-label { border-color: rgba(255,255,255,.2); color: rgba(255,255,255,.55); }
.contact-copy h2 span { color: #d6a49d; }
.contact-copy > p:not(.kicker) { max-width: 480px; color: rgba(255,255,255,.72); }
.email-link { display: inline-flex; gap: .7rem; margin-top: 1rem; color: #e4c2bc; font-size: 1rem; font-weight: 600; letter-spacing: .1em; text-underline-offset: 6px; text-transform: uppercase; }
.opportunity-list { display: flex; flex-direction: column; justify-content: center; gap: .7rem; }
.opportunity { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 1rem; padding: 1rem; border-bottom: 1px solid var(--line); text-decoration: none; transition: padding-left .25s, color .25s; }
.opportunity:hover { padding-left: 1.4rem; color: var(--rose); }
.opportunity-icon { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--rose); font: 500 1.05rem/1 var(--serif); }
.opportunity small, .opportunity strong { display: block; }
.opportunity small { color: rgba(36,27,24,.48); font-size: 1rem; letter-spacing: .14em; text-transform: uppercase; }
.opportunity strong { font-family: var(--serif); font-size: 1.25rem; font-weight: 600; line-height: 1.25; }
.opportunity b { font-weight: 400; }
.opportunity.fundraiser { background: var(--ivory); }

.site-footer { padding: 3.5rem clamp(1.5rem, 7vw, 7rem); display: grid; grid-template-columns: 1fr 1.5fr auto; align-items: center; gap: 2rem; background: #142944; color: white; }
.footer-logo img { width: 84px; height: 84px; border-color: rgba(255,255,255,.2); box-shadow: none; }
.site-footer > p { color: rgba(255,255,255,.62); font-size: 1rem; line-height: 1.6; }
.footer-links { display: flex; flex-wrap: wrap; gap: 1rem 1.5rem; font-size: 1rem; letter-spacing: .12em; text-transform: uppercase; }
.footer-links a { text-underline-offset: 5px; }
.site-footer .copyright { grid-column: 1 / -1; padding-top: 1.5rem; border-top: 1px solid rgba(255,255,255,.12); text-align: center; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .8s ease, transform .8s ease; }
.reveal.visible { opacity: 1; transform: none; }

/* Events */
.events-page { background: var(--paper); }
.events-header { color: white; }
.events-header .site-nav .nav-cta { border-color: rgba(255,255,255,.65); }
.events-hero { position: relative; min-height: 700px; padding: 175px clamp(1.5rem, 7vw, 7rem) 100px; display: grid; grid-template-columns: 1.2fr .8fr; align-items: center; overflow: hidden; background: var(--espresso); color: white; }
.events-hero::before { content: ""; position: absolute; top: -25%; right: -6%; width: 55vw; height: 55vw; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; }
.events-hero-copy { position: relative; z-index: 2; max-width: 820px; }
.events-hero h1 { font-size: clamp(4.8rem, 9vw, 9.8rem); }
.events-hero-copy > p:last-child { max-width: 600px; color: rgba(255,255,255,.7); font-size: 1.08rem; }
.events-hero-art { position: relative; z-index: 2; justify-self: end; width: min(510px, 38vw); height: min(500px, 55vh); margin: 0; }
.events-hero-photo { width: 100%; height: 100%; display: block; object-fit: cover; object-position: 42% center; border-radius: 50% 50% 2px 2px; box-shadow: 0 30px 70px rgba(8,20,37,.32); }
.events-summary { position: absolute; bottom: 0; left: 0; width: 100%; padding: 1.2rem clamp(1.5rem, 7vw, 7rem); display: flex; gap: 3rem; border-top: 1px solid rgba(255,255,255,.15); color: rgba(255,255,255,.62); font-size: 1rem; letter-spacing: .14em; text-transform: uppercase; }
.events-summary strong { margin-right: .35rem; color: white; font-family: var(--serif); font-size: 1.3rem; font-weight: 500; letter-spacing: 0; }
.event-archive { background: var(--paper); }
.archive-intro { margin-bottom: 5rem; display: grid; grid-template-columns: 1.15fr .85fr; align-items: end; gap: clamp(2rem, 8vw, 8rem); }
.archive-intro h2, .events-cta h2 { font-size: clamp(3.3rem, 6vw, 6.8rem); letter-spacing: -.045em; }
.archive-intro > p { max-width: 540px; margin: 0 0 .5rem; color: rgba(36,27,24,.68); }
.archive-intro > p a { color: var(--rose); text-underline-offset: 5px; }
.event-list { border-top: 1px solid var(--line); }
.event-entry { min-height: 230px; padding: 2.4rem 0; display: grid; grid-template-columns: 95px 145px minmax(0,1fr) auto; align-items: start; gap: clamp(1.2rem, 3vw, 3rem); border-bottom: 1px solid var(--line); }
.event-date { width: 76px; height: 98px; display: flex; flex-direction: column; align-items: center; justify-content: center; border: 1px solid var(--line); border-radius: 50% 50% 0 0; line-height: 1; }
.event-date strong { font: 500 2.35rem/1 var(--serif); }
.event-date span { margin-top: .35rem; text-align: center; color: var(--rose); font-size: 1rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.event-type { padding-top: .35rem; color: var(--rose); font-size: 1rem; font-weight: 600; letter-spacing: .15em; text-transform: uppercase; }
.event-body { max-width: 760px; }
.event-body h3 { font-size: clamp(1.8rem, 2.8vw, 3rem); line-height: 1.05; }
.event-body > p { margin-bottom: 0; color: rgba(36,27,24,.67); }
.event-link { align-self: center; color: var(--rose); font-size: 1rem; font-weight: 600; letter-spacing: .1em; text-underline-offset: 6px; text-transform: uppercase; white-space: nowrap; }
.event-source-pair { margin-top: .7rem; display: flex; gap: 1.2rem; }
.event-source-pair a { color: var(--rose); font-size: 1rem; font-weight: 600; letter-spacing: .08em; text-underline-offset: 5px; text-transform: uppercase; }
.event-fundraiser .event-date, .event-opportunity .event-date { background: var(--ivory); }
.events-cta { padding: clamp(5rem, 9vw, 9rem) clamp(1.5rem, 7vw, 7rem); background: var(--sky); text-align: center; }
.events-cta h2 span { color: var(--rose); }
.events-cta > div { margin-top: 2.5rem; display: flex; align-items: center; justify-content: center; gap: 2rem; }

/* Testimonials */
.testimonials { background: var(--ivory); }
.testimonial-heading { margin-bottom: 4.5rem; display: grid; grid-template-columns: 1.15fr .85fr; align-items: end; gap: clamp(2rem, 8vw, 8rem); }
.testimonial-heading h2 { font-size: clamp(3.3rem, 6vw, 6.8rem); letter-spacing: -.045em; }
.testimonial-heading > p { max-width: 520px; margin: 0 0 .5rem; color: rgba(36,27,24,.68); }
.testimonial-slider { background: var(--paper); box-shadow: 0 25px 70px rgba(23,40,61,.1); }
.testimonial-slides { min-height: 520px; }
.testimonial-slide { min-height: 520px; margin: 0; padding: clamp(2.5rem, 6vw, 6rem); display: grid; grid-template-columns: minmax(0,1fr) 220px; align-items: end; gap: clamp(2rem, 7vw, 7rem); }
.testimonial-slide[hidden] { display: none; }
.testimonial-slide::before { content: "“"; align-self: start; grid-column: 1 / -1; height: 0; color: var(--rose-soft); font: 500 9rem/.55 var(--serif); }
.testimonial-slide blockquote { margin: 0; max-width: 990px; font: italic 500 clamp(1.45rem, 2.5vw, 2.35rem)/1.28 var(--serif); letter-spacing: -.015em; }
.testimonial-slide-long blockquote { font-size: clamp(1.1rem, 1.75vw, 1.65rem); line-height: 1.4; }
.testimonial-slide figcaption { padding-left: 1.2rem; border-left: 1px solid var(--rose); }
.testimonial-slide figcaption strong, .testimonial-slide figcaption span { display: block; }
.testimonial-slide figcaption strong { font: 600 1.55rem/1.1 var(--serif); }
.testimonial-slide figcaption span { margin-top: .55rem; color: rgba(36,27,24,.57); font-size: 1rem; letter-spacing: .08em; line-height: 1.6; text-transform: uppercase; }
.testimonial-controls { min-height: 84px; padding: 1rem clamp(1.5rem, 3vw, 3rem); display: flex; align-items: center; justify-content: space-between; border-top: 1px solid var(--line); }
.testimonial-controls p { margin: 0; color: rgba(36,27,24,.48); font-size: 1rem; letter-spacing: .16em; }
.testimonial-controls p span { color: var(--rose); font-family: var(--serif); font-size: 1.6rem; letter-spacing: 0; }
.testimonial-controls > div { display: flex; gap: .6rem; }
.testimonial-controls button { width: 48px; height: 48px; border: 1px solid var(--line); border-radius: 50%; background: transparent; color: var(--ink); cursor: pointer; transition: background .2s, color .2s; }
.testimonial-controls button:hover, .testimonial-controls button:focus-visible { background: var(--espresso); color: white; }

@media (max-width: 900px) {
  .menu-toggle { display: block; z-index: 2; }
  .menu-toggle.active span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle.active span:nth-child(2) { opacity: 0; }
  .menu-toggle.active span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .site-nav { position: absolute; top: 106px; right: 1.2rem; width: min(340px, calc(100% - 2.4rem)); display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 1rem; background: var(--paper); box-shadow: 0 20px 50px rgba(36,27,24,.15); }
  .site-nav.open { display: flex; }
  .site-nav a { padding: .8rem; }
  .site-nav .nav-cta { text-align: center; }
  .hero { height: auto; max-height: none; min-height: 0; grid-template-columns: 1fr; gap: 4rem; padding-top: 150px; padding-bottom: 100px; background: linear-gradient(160deg, #fff0d9 0 58%, var(--sky) 58%); }
  .hero-art { width: min(600px, 100%); height: 500px; margin: auto; }
  .spark-one { right: 6%; left: auto; }
  .about-grid, .gallery-heading, .impact-heading, .testimonial-heading, .contact-panel { grid-template-columns: 1fr; }
  .founder-portrait { width: min(520px, 80%); margin-inline: auto; }
  .gallery-grid { grid-auto-rows: 150px; }
  .testimonial-slide { grid-template-columns: 1fr; align-items: start; }
  .testimonial-slide figcaption { max-width: 360px; }
  .events-hero { grid-template-columns: 1fr; gap: 3rem; }
  .events-hero-art { justify-self: center; width: min(560px, 76vw); height: 420px; }
  .archive-intro { grid-template-columns: 1fr; }
  .event-entry { grid-template-columns: 90px 120px 1fr; }
  .event-link { grid-column: 3; justify-self: start; }
  .service-grid { grid-template-columns: 1fr; gap: 1px; }
  .program-proof { grid-template-columns: 1fr; }
  .program-proof article { display: grid; grid-template-columns: .9fr 1.1fr; }
  .founder-intro { grid-template-columns: 1fr; gap: 1.5rem; }
  .founder-stories { grid-template-columns: 1fr; }
  .program-proof img { height: 100%; min-height: 260px; }
  .service-card { min-height: 320px; }
  .story-grid { grid-template-columns: 1fr; }
  .site-footer { grid-template-columns: 1fr 1fr; }
  .site-footer > p { grid-column: 2; }
  .footer-links { grid-column: 1 / -1; }
}

@media (max-width: 600px) {
  .site-header { height: 100px; }
  .logo img { width: 76px; height: 76px; }
  .hero { padding-top: 125px; }
  h1 { font-size: clamp(4rem, 18vw, 5.5rem); }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 1.3rem; }
  .hero-art { height: 370px; }
  .hero-session-photo { width: 92%; }
  .arch { width: 86%; }
  .portrait-one { width: 52%; }
  .portrait-two { width: 44%; }
  .care-note { right: 0; font-size: 1rem; }
  .section { padding-block: 5rem; }
  .section-label { margin-bottom: 2.5rem; }
  .impact-strip { grid-template-columns: 1fr; margin-top: 4rem; }
  .impact-strip div { justify-content: flex-start; padding: 1.4rem 1rem; }
  .impact-strip div + div { border-top: 1px solid var(--line); border-left: 0; }
  .impact-strip strong { width: 90px; }
  .story-card { grid-template-columns: 1fr; }
  .founder-narrative { margin-top: 4rem; padding-top: 4rem; }
  .founder-stories { margin-top: 3rem; }
  .founder-mission { margin-top: 3rem; padding-left: 1.25rem; }
  .program-proof article { display: block; }
  .program-proof img { height: 240px; min-height: 0; }
  .gallery-grid { grid-template-columns: 1fr 1fr; grid-auto-rows: 180px; }
  .gallery-photo, .photo-one, .photo-two, .photo-three, .photo-four, .photo-five, .photo-six, .photo-seven, .photo-eight { grid-column: auto; grid-row: span 2; }
  .photo-one, .photo-four, .photo-seven { grid-column: 1 / -1; }
  .story-date { width: 68px; height: 85px; }
  .quote-band { flex-direction: column; align-items: flex-start; gap: 1rem; }
  .quote-band > span { align-self: flex-end; line-height: .5; }
  .contact { padding-inline: 1rem; }
  .contact-copy, .opportunity-list { padding: 2.3rem 1.5rem; }
  .opportunity { padding-inline: .2rem; }
  .opportunity strong { font-size: 1.08rem; }
  .site-footer { grid-template-columns: 1fr; text-align: center; }
  .site-footer > *, .site-footer > p, .footer-links { grid-column: 1; }
  .footer-logo, .footer-links { justify-content: center; }
  .events-header { color: white; }
  .events-header .menu-toggle span { background: white; }
  .events-header .site-nav { color: var(--ink); }
  .events-hero { min-height: 760px; padding-top: 130px; padding-bottom: 135px; }
  .events-hero-art { width: 100%; height: 280px; }
  .events-summary { flex-wrap: wrap; gap: .5rem 1.5rem; }
  .event-entry { grid-template-columns: 74px 1fr; gap: 1.2rem; }
  .event-date { grid-row: 1 / span 2; width: 66px; height: 84px; }
  .event-type { grid-column: 2; }
  .event-body { grid-column: 1 / -1; }
  .event-body, .event-body h3 { min-width: 0; overflow-wrap: anywhere; }
  .event-link { grid-column: 1 / -1; }
  .events-cta > div { flex-direction: column; }
  .testimonial-slide { min-height: 0; padding: 3.5rem 1.5rem; }
  .testimonial-slides { min-height: 0; }
  .testimonial-slide blockquote { font-size: 1.35rem; }
  .testimonial-slide-long blockquote { font-size: 1.1rem; }
  .testimonial-slide::before { font-size: 6rem; }
}

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