:root { --button-foreground: #ffffff; --eyebrow-foreground: #17212b; color-scheme: light; font-family: Arial, sans-serif; color: #17212b; background: #f6f2e9; line-height: 1.6; }
* { box-sizing: border-box; }
body { margin: 0; }
a { color: inherit; }
a:focus-visible, button:focus-visible { outline: 3px solid #17212b; outline-offset: 3px; }
.site-header, main > section, footer { max-width: 76rem; margin: 2rem auto; padding: 2.5rem clamp(1.25rem, 5vw, 4.5rem); }
.site-header { align-items: center; background: #ffffff; border-radius: 1rem; box-shadow: 0 .75rem 2rem #17212b12; display: flex; flex-wrap: wrap; gap: 1rem; justify-content: space-between; margin-top: 1rem; padding-block: 1rem; }
.brand { align-items: center; display: flex; font-weight: 800; gap: .65rem; max-width: 28rem; text-decoration: none; }
.brand-logo { display: block; flex: 0 0 auto; height: 2.25rem; object-fit: contain; width: 2.25rem; }
nav { display: flex; flex-wrap: wrap; gap: 1rem; }
nav a { text-decoration: none; }
.menu-button { display: none; }
.hero { align-items: center; background: color-mix(in srgb, var(--brand) 16%, #ffffff); border-radius: 2rem; display: grid; gap: clamp(1.5rem, 5vw, 5rem); grid-template-columns: minmax(0, 1.15fr) minmax(18rem, .85fr); min-height: 30rem; }
.hero-image, .program-image, .section-image { display: block; object-fit: cover; width: 100%; }
.hero-image { aspect-ratio: 3 / 2; border-radius: 1.5rem; box-shadow: 1rem 1rem 0 color-mix(in srgb, var(--brand) 28%, transparent); min-height: 16rem; }
.program-image { aspect-ratio: 3 / 2; }
.section-image { aspect-ratio: 3 / 2; border-radius: 1.5rem; }
h1 { font-size: clamp(2.5rem, 5.5vw, 4.5rem); line-height: 1.04; margin: 0; max-width: 13ch; }
h2 { font-size: clamp(1.9rem, 4vw, 3.25rem); line-height: 1.12; margin: 0; max-width: 19ch; }
h3 { font-size: 1.25rem; margin: 1.25rem 0 .5rem; }
.eyebrow { color: var(--eyebrow-foreground); font-weight: 800; letter-spacing: .1em; margin: 0 0 .75rem; text-transform: uppercase; }
.button { background: var(--brand); color: var(--button-foreground); display: inline-block; font-weight: 800; padding: .8rem 1.1rem; text-decoration: none; width: fit-content; }
.editorial-block { align-items: center; background: #ffffff; border-radius: 1.75rem; box-shadow: 0 1rem 2.5rem #17212b0d; column-gap: clamp(2rem, 6vw, 6rem); display: grid; grid-template-columns: minmax(0, .9fr) minmax(20rem, 1.1fr); }
.editorial-block > :not(.section-image) { grid-column: 1; }
.editorial-block > .section-image { grid-column: 2; grid-row: 1 / span 3; }
.story-block { background: color-mix(in srgb, var(--brand) 10%, #ffffff); grid-template-columns: minmax(20rem, 1.1fr) minmax(0, .9fr); }
.story-block > :not(.section-image) { grid-column: 2; }
.story-block > .section-image { grid-column: 1; }
#programs { padding-inline: clamp(1.25rem, 5vw, 4.5rem); }
.card-grid { display: grid; gap: 1.25rem; grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: 2rem; }
.program-card { background: color-mix(in srgb, var(--brand) 8%, #ffffff); border-radius: 1.25rem; box-shadow: 0 .75rem 1.5rem #17212b0d; overflow: hidden; padding: 0 1.25rem 1.25rem; transition: box-shadow .2s ease, transform .2s ease; }
.program-card:hover { box-shadow: 0 1.25rem 2.25rem #17212b1f; transform: translateY(-.35rem); }
.impact-panel, #get-involved { background: color-mix(in srgb, var(--brand) 14%, #ffffff); border-radius: 1.75rem; }
.impact-panel { display: grid; gap: 1.25rem clamp(2rem, 6vw, 6rem); grid-template-columns: minmax(0, .8fr) minmax(20rem, 1.2fr); }
.impact-panel .impact-list { grid-column: 2; grid-row: 1 / span 2; }
.impact-list { display: grid; gap: .75rem; list-style: none; margin: 0; padding: 0; }
.impact-list li { background: #ffffff; border-radius: .85rem; box-shadow: 0 .25rem .75rem #17212b0d; font-weight: 800; padding: 1rem 1.25rem; }
#field-notes { background: #17212b; border-radius: 1.75rem; color: #ffffff; }
#field-notes .eyebrow { color: #ffffff; }
blockquote { border-left: .35rem solid var(--brand); margin: 2rem 0 0; max-width: 46rem; padding-left: 1.25rem; }
blockquote p { font-size: 1.25rem; }
cite { font-style: normal; font-weight: 800; }
.ways-to-help { display: grid; gap: .75rem; list-style: none; padding: 0; }
.ways-to-help li { border-bottom: 2px solid var(--brand); font-weight: 800; padding-bottom: .5rem; }
footer { background: #17212b; color: #ffffff; max-width: none; padding-block: 2rem; }
footer > * { display: block; max-width: 76rem; margin: .6rem auto; }
footer a:focus-visible { outline-color: #ffffff; }
@media (max-width: 44rem) { .site-header, main > section { border-radius: 1.25rem; margin-block: 1rem; padding: 1.5rem 1.25rem; } .menu-button { display: block; } nav { display: none; width: 100%; } nav[data-open="true"] { display: grid; } .hero, .editorial-block, .story-block, .impact-panel { grid-template-columns: 1fr; } .editorial-block > :not(.section-image), .story-block > :not(.section-image), .editorial-block > .section-image, .story-block > .section-image, .impact-panel .impact-list { grid-column: auto; grid-row: auto; } .card-grid { grid-template-columns: 1fr; } .hero-image { box-shadow: .65rem .65rem 0 color-mix(in srgb, var(--brand) 28%, transparent); } }

.image-led-page { background: #14110c; color: #fff; font-family: Arial, sans-serif; }
.image-led-page > *, .image-led-page main > section { margin: 0; max-width: none; padding: 0; }
.image-led-header { align-items: center; backdrop-filter: blur(1rem); background: #14110ce6; display: flex; gap: 1.25rem; justify-content: space-between; padding: 1rem clamp(1.25rem, 4vw, 4rem); position: sticky; top: 0; z-index: 2; }
.image-led-brand { align-items: center; color: #fff; display: flex; font-size: .75rem; font-weight: 800; gap: .65rem; letter-spacing: .08em; text-decoration: none; }
.image-led-header nav { display: flex; gap: 1.25rem; }
.image-led-header nav a { color: #fff; font-size: .875rem; text-decoration: none; }
.image-led-button { background: var(--brand); border-radius: 999px; color: var(--button-foreground); display: inline-block; font-weight: 800; padding: .7rem 1rem; text-decoration: none; }
.image-led-hero, .image-led-scene, .image-led-program { align-items: end; display: grid; min-height: min(52rem, 88svh); overflow: hidden; position: relative; }
.image-led-hero-image, .image-led-scene-image, .image-led-program > img { height: 100%; inset: 0; object-fit: cover; position: absolute; width: 100%; }
.image-led-hero-image, .image-led-scene-image, .image-led-program > img { filter: brightness(.88); }
.image-led-caption { background: #14110cf2; border-radius: 1rem; box-shadow: 0 .5rem 2rem #0008; color: #fff; margin: clamp(1.25rem, 5vw, 5rem); max-width: 29rem; padding: clamp(1.25rem, 3vw, 2rem); position: relative; }
.image-led-caption > p, .image-led-purpose > div > p, .image-led-programs header > p, .image-led-contact > div > p { color: var(--brand); font-size: .7rem; font-weight: 800; letter-spacing: .14em; margin: 0 0 .75rem; }
.image-led-caption h1, .image-led-caption h2, .image-led-purpose h2, .image-led-programs h2 { letter-spacing: -.055em; line-height: .96; margin: 0 0 1rem; }
.image-led-caption h1 { font-size: clamp(3rem, 7vw, 6.5rem); }
.image-led-caption h2, .image-led-programs h2 { font-size: clamp(2rem, 4vw, 4rem); }
.image-led-caption p:not(:first-child) { color: #fff; }
.image-led-purpose { background: #f5f1e8; color: #241c11; padding: clamp(5rem, 12vw, 11rem) clamp(1.25rem, 16vw, 18rem) !important; text-align: center; }
.image-led-purpose > div { margin: auto; max-width: 46rem; }
.image-led-programs { background: #f5f1e8; color: #241c11; padding-top: clamp(4rem, 8vw, 8rem) !important; }
.image-led-programs > header { margin: auto; max-width: 48rem; padding: 0 clamp(1.25rem, 7vw, 7rem) clamp(3rem, 7vw, 7rem); text-align: center; }
.image-led-program:nth-of-type(even) .image-led-caption { margin-left: auto; }
.image-led-insight { color: inherit; margin-top: 1rem; text-align: left; }
.image-led-insight summary { cursor: pointer; font-weight: 800; }
.image-led-insight li { margin-block: .5rem; }
.image-led-insight blockquote { border-left: .2rem solid var(--brand); margin: 1rem 0; padding-left: 1rem; }
.image-led-contact { align-items: center; display: flex; gap: 2rem; justify-content: space-between; padding: clamp(3rem, 8vw, 8rem) clamp(1.25rem, 7vw, 7rem) !important; }
.image-led-page footer { background: #0d0b08; color: #fff; display: flex; flex-wrap: wrap; gap: .75rem 2rem; justify-content: space-between; padding: 1.5rem clamp(1.25rem, 4vw, 4rem); }
.image-led-page footer > * { margin: 0; max-width: none; }
.image-led-page a:focus-visible { outline: .2rem solid #fff; outline-offset: .2rem; }
@media (prefers-reduced-motion: no-preference) { .image-led-program > img { transition: transform .6s ease; } .image-led-program:hover > img { transform: scale(1.02); } }
@media (max-width: 44rem) { .image-led-header { flex-wrap: wrap; } .image-led-header nav { order: 3; overflow-x: auto; width: 100%; } .image-led-header > .image-led-button { margin-left: auto; } .image-led-hero, .image-led-scene, .image-led-program { min-height: 34rem; } .image-led-caption { margin: 1.25rem; } .image-led-contact { align-items: flex-start; flex-direction: column; } }
