:root {
  --violet: #593888;
  --violet-deep: #34234f;
  --violet-ink: #15161b;
  --lilac: #e8e0ed;
  --white: #fcfaf6;
  --on-violet: #fcfbff;
  --black: #15161b;
  --muted: #65616a;
  --rule: rgba(21, 22, 27, 0.2);
  --focus: #eadffd;
  --display: Impact, Haettenschweiler, "Arial Narrow", sans-serif;
  --sans: "Work Sans", "Helvetica Neue", Arial, sans-serif;
  --serif: "Fraunces", "Iowan Old Style", Baskerville, Georgia, "Times New Roman", serif;
  --shell: min(calc(100% - 64px), 1500px);
  --section: clamp(5.5rem, 9vw, 10rem);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; background: var(--white); color: var(--violet-ink); font-family: var(--sans); font-size: 1rem; line-height: 1.55; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; width: 100%; }
a { color: inherit; text-decoration: none; text-underline-offset: .2em; }
:focus-visible { outline: 3px solid var(--focus); outline-offset: 3px; }
p, h1, h2, h3 { margin-top: 0; }
h1, h2, h3 { margin-bottom: .7em; font-family: var(--serif); font-weight: 600; line-height: 1; letter-spacing: -.03em; overflow-wrap: break-word; }
h1 { font-size: clamp(4rem, 9vw, 6rem); }
h2 { font-size: clamp(2.7rem, 5.5vw, 4.8rem); }
h3 { font-size: clamp(1.8rem, 3vw, 2.9rem); }
.section-shell { width: var(--shell); margin-inline: auto; }

.eyebrow, .section-index, .footer-label, .story-meta, .role, .team-number,
.pillars span, .work-grid span, .resource-copy > span {
  font-size: .75rem; font-weight: 800; line-height: 1.2; letter-spacing: .11em; text-transform: uppercase;
}
.eyebrow.light { color: var(--lilac); }

.button, .join-link, .text-link {
  display: inline-flex; min-height: 50px; align-items: center; justify-content: center; gap: .8rem;
  padding: .85rem 1.35rem; border: 0; border-radius: 999px; font-size: .82rem; font-weight: 800;
  letter-spacing: .02em; text-decoration: none;
  transition: background-color 220ms ease, color 220ms ease, transform 220ms cubic-bezier(.16,1,.3,1);
}
.button::after, .text-link::after, .join-link::after { content: "↗"; font-size: 1.05rem; }
.button:hover, .text-link:hover, .join-link:hover { transform: translateY(-3px); }
.button.dark { background: var(--violet); color: var(--on-violet); }
.button.dark:hover { background: var(--violet-ink); }
.button.light, .text-link { background: var(--lilac); color: var(--violet-ink); }
.button.light:hover, .text-link:hover { background: var(--white); }

.site-header { position: absolute; z-index: 100; top: 0; right: 0; left: 0; color: var(--on-violet); }
.header-inner { display: grid; grid-template-columns: 180px 1fr auto; min-height: 96px; align-items: center; padding: 0 max(24px, calc((100vw - 1500px) / 2)); }
.brand { display: flex; width: fit-content; align-items: center; padding: 0; }
.brand img { width: 116px; height: 76px; object-fit: contain; }
.desktop-nav { display: flex; justify-content: center; gap: clamp(1.2rem, 3vw, 3.25rem); }
.desktop-nav a { min-height: 48px; display: inline-flex; align-items: center; position: relative; color: var(--on-violet); font-size: .78rem; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.desktop-nav a::after { position: absolute; right: 0; bottom: 8px; left: 0; height: 2px; background: var(--lilac); content: ""; transform: scaleX(0); transform-origin: left; transition: transform 200ms ease; }
.desktop-nav a:hover::after, .desktop-nav a[aria-current="page"]::after { transform: scaleX(1); }
.join-link { background: var(--lilac); color: var(--violet-ink); }
.mobile-menu { display: none; }

.home-hero, .page-hero { position: relative; min-height: 100svh; overflow: hidden; background: var(--violet-deep); color: var(--on-violet); }
.home-hero-image, .page-hero-image { position: absolute; inset: 0; min-height: 100%; }
.home-hero-image::after, .page-hero-image::after { position: absolute; inset: 0; background: var(--violet); content: ""; mix-blend-mode: multiply; opacity: .84; }
.home-hero-image::before, .page-hero-image::before { position: absolute; z-index: 1; inset: 0; background: rgba(31,18,66,.28); content: ""; }
.home-hero-image img, .page-hero-image img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(1) contrast(1.2) saturate(1.4); animation: press-wash 1200ms cubic-bezier(.16,1,.3,1) both; }
.home-hero-card, .page-hero-copy { position: absolute; z-index: 2; bottom: clamp(2.2rem, 6vw, 6rem); left: max(32px, calc((100vw - 1500px) / 2)); max-width: min(920px, calc(100vw - 64px)); animation: thesis-up 850ms 120ms cubic-bezier(.16,1,.3,1) both; }
.home-hero-card { width: min(900px, calc(100vw - 64px)); padding: 0; background: transparent; }
.home-hero-card h1 { max-width: 10ch; margin-bottom: .2em; font-size: clamp(4.3rem, 9vw, 7rem); font-weight: 650; line-height: .94; }
.home-hero-card > p:not(.eyebrow), .page-hero-copy > p:last-child { max-width: 48ch; margin-bottom: 1.5rem; font-family: var(--serif); font-size: clamp(1.15rem, 2vw, 1.7rem); line-height: 1.25; }
.home-hero-card .eyebrow, .page-hero-copy .eyebrow { color: var(--lilac); }
.page-hero { display: block; }
.page-hero-copy { padding: 0; }
.page-hero-copy h1 { margin: .1em 0 .2em; font-family: var(--display); font-weight: 900; line-height: .9; letter-spacing: -.02em; text-transform: uppercase; }

@keyframes press-wash { from { transform: scale(1.045); filter: grayscale(1) contrast(1.2) blur(8px); } to { transform: scale(1); filter: grayscale(1) contrast(1.2) blur(0); } }
@keyframes thesis-up { from { opacity: .01; clip-path: inset(100% 0 0 0); transform: translateY(42px); } to { opacity: 1; clip-path: inset(0 0 0 0); transform: translateY(0); } }

.intro-section, .lab-intro, .vault-intro, .join-intro { display: grid; grid-template-columns: .8fr 3fr; gap: 4rem; padding-block: var(--section); }
.intro-section h2, .lab-intro h2, .vault-intro h2, .join-intro h2 { max-width: 13ch; margin-bottom: .45em; }
.intro-section div p, .lab-intro div p, .vault-intro div p, .join-intro div p { max-width: 68ch; font-size: clamp(1.08rem, 1.45vw, 1.35rem); }
.section-index { padding-top: .45rem; color: var(--violet); }

.content-disclosure { max-width: 68ch; margin-top: 1.75rem; border-top: 1px solid var(--rule); }
.content-disclosure summary { display: flex; min-height: 52px; align-items: center; justify-content: space-between; gap: 1rem; cursor: pointer; font-size: .8rem; font-weight: 800; letter-spacing: .07em; list-style: none; text-transform: uppercase; }
.content-disclosure summary::-webkit-details-marker { display: none; }
.content-disclosure summary::after { content: "+"; font-size: 1.35rem; font-weight: 400; line-height: 1; }
.content-disclosure[open] summary::after { content: "−"; }
.content-disclosure > div { padding: .5rem 0 1.5rem; }
.content-disclosure > div > :last-child { margin-bottom: 0; }
.content-disclosure-dark { border-color: rgba(255,255,255,.34); }

.stats-section { padding-bottom: var(--section); }
.stats-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--rule); border-bottom: 1px solid var(--rule); background: transparent; color: var(--violet-ink); }
.stats-grid > div { min-height: 220px; padding: clamp(1.5rem, 3vw, 3rem); border-right: 1px solid var(--rule); }
.stats-grid > div:last-child { border-right: 0; }
.stats-grid strong { display: block; margin-bottom: 2.75rem; color: var(--violet); font-family: var(--display); font-size: clamp(3.6rem, 7vw, 6rem); line-height: .85; }
.stats-grid p { max-width: 26ch; }

.pillars-section, .team-section, .stories, .work-section, .workshop { padding-block: var(--section); }
.pillars-section, .team-section, .stories, .work-section { background: var(--white); color: var(--violet-ink); }
.pillars-section .eyebrow.light, .team-section .eyebrow.light, .stories .eyebrow.light, .work-section .eyebrow.light { color: var(--violet); }
.workshop { background: var(--violet); color: var(--on-violet); }
.section-heading { display: grid; grid-template-columns: .8fr 3fr; gap: 4rem; margin-bottom: clamp(3rem, 6vw, 6rem); }
.section-heading h2 { max-width: 13ch; margin: 0; }
.pillars, .work-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; margin: 0; padding: 0; border-top: 1px solid var(--rule); border-bottom: 1px solid var(--rule); list-style: none; }
.pillars li, .work-grid article { min-height: 300px; padding: 1.7rem clamp(1.25rem, 2.5vw, 2.5rem); border-right: 1px solid var(--rule); background: transparent; color: var(--violet-ink); }
.pillars li:first-child, .work-grid article:first-child { padding-left: 0; }
.pillars li:last-child, .work-grid article:last-child { border-right: 0; padding-right: 0; }
.pillars span, .work-grid span { color: var(--violet); }
.pillars h3, .work-grid h3 { margin: 3.75rem 0 1rem; }
.pillars p, .work-grid p { max-width: 26ch; }

.pathways { padding-block: var(--section); }
.pathway { display: grid; grid-template-columns: 1.25fr .75fr; align-items: stretch; overflow: hidden; margin-bottom: clamp(2rem, 5vw, 5rem); border-radius: 32px; background: var(--lilac); }
.pathway-reverse { grid-template-columns: .75fr 1.25fr; background: var(--violet); color: var(--on-violet); }
.pathway-reverse .pathway-image { order: 2; }
.pathway-image { position: relative; min-height: 680px; overflow: hidden; }
.pathway-image img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(.65) contrast(1.12); transition: transform 650ms cubic-bezier(.16,1,.3,1); }
.pathway:hover .pathway-image img { transform: scale(1.025); }
.pathway > div:last-child { display: flex; flex-direction: column; justify-content: flex-end; margin: 0; padding: clamp(2rem, 5vw, 5rem); background: transparent; }
.pathway h2 { margin-bottom: .3em; }
.pathway p:not(.eyebrow) { max-width: 45ch; margin-bottom: 2rem; }

.story-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: clamp(2rem, 5vw, 5rem); margin-left: 18%; }
.story { text-decoration: none; display: block; }
.story img { width: 100%; aspect-ratio: 1/1.08; margin-bottom: 1.5rem; border-radius: 28px; object-fit: cover; filter: grayscale(.25) contrast(1.08); transition: transform 650ms cubic-bezier(.16,1,.3,1), filter 650ms ease; }
.story:hover img, .story:focus-visible img { transform: scale(1.018); filter: grayscale(0) contrast(1.08); }
.story h3 { max-width: 18ch; margin-bottom: .4rem; color: var(--violet-ink); }
.story-meta { color: var(--violet); }

.closing-cta, .join-closing, .not-found { min-height: 720px; display: grid; place-content: center; padding: var(--section) max(24px, calc((100% - 1100px) / 2)); background: var(--violet); color: var(--on-violet); text-align: center; }
.closing-cta h2, .join-closing h2, .not-found h1 { max-width: 13ch; margin: .2em auto .5em; }
.closing-cta .eyebrow { color: var(--lilac); }

.mission-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: clamp(2rem, 5vw, 5rem); padding-block: var(--section); }
.mission-grid article { min-height: 480px; padding: clamp(2rem, 4vw, 4rem); border-radius: 28px; background: var(--lilac); }
.mission-grid article:nth-child(2) { background: var(--violet); color: var(--on-violet); }
.mission-grid h2 { margin: 2.5rem 0 .4em; }
.mission-grid p:last-child { max-width: 58ch; }
.team-list { display: grid; gap: clamp(5rem, 9vw, 9rem); list-style: none; margin: 0; padding: 0; }
.team-member { display: grid; grid-template-columns: minmax(280px,.72fr) minmax(0,1.28fr); gap: clamp(3rem, 7vw, 8rem); align-items: center; }
.team-member:nth-child(even) .team-photo { order: 2; }
.team-photo { position: relative; width: min(100%, clamp(280px, 32vw, 480px)); min-height: 0; aspect-ratio: 1; justify-self: center; overflow: hidden; padding: clamp(.45rem, .8vw, .75rem); border: 2px solid var(--violet); border-radius: 50%; background: var(--lilac); box-shadow: 0 0 0 clamp(5px, .65vw, 9px) rgba(89,56,136,.12); }
.team-photo img { width: 100%; height: 100%; border-radius: 50%; object-fit: cover; object-position: center 28%; filter: grayscale(.2) contrast(1.06); transition: transform 650ms cubic-bezier(.16,1,.3,1), filter 650ms ease; }
.team-member:hover .team-photo img { transform: scale(1.025); filter: grayscale(0) contrast(1.06); }
.team-member > div:last-child { min-width: 0; }
.team-member h3 { margin: .3em 0 .1em; font-size: clamp(3.4rem, 6vw, 6rem); }
.team-member .role { margin-bottom: 2rem; color: var(--violet); }
.team-section .content-disclosure-dark { border-color: var(--rule); }
.team-section .content-disclosure summary { transition: color 260ms ease; }
.team-section .content-disclosure summary::after { content: "+"; transition: transform 360ms cubic-bezier(.16,1,.3,1); }
.team-section .content-disclosure summary:hover { color: var(--violet); }
.team-section .content-disclosure[open] summary::after { content: "+"; transform: rotate(45deg); }
.team-section .content-disclosure > div { display: grid; grid-template-rows: 0fr; padding-block: 0; opacity: 0; transform: translateY(-8px); transition: grid-template-rows 460ms cubic-bezier(.16,1,.3,1), padding 460ms cubic-bezier(.16,1,.3,1), opacity 300ms ease, transform 460ms cubic-bezier(.16,1,.3,1); }
.team-section .content-disclosure > div > * { min-height: 0; overflow: hidden; }
.team-section .content-disclosure[open] > div { grid-template-rows: 1fr; padding: .65rem 0 1.5rem; opacity: 1; transform: translateY(0); }
.team-member div:last-child > p:last-child { max-width: 68ch; }
.why-section, .collaboration-section { display: grid; grid-template-columns: 1fr 1.3fr; gap: clamp(3rem, 8vw, 9rem); padding-block: var(--section); }
.why-section h2, .collaboration-section h2 { max-width: 11ch; }
.why-section div:last-child, .collaboration-section div:last-child { padding-top: 3rem; font-size: 1.12rem; }
.collaboration-section ul { margin: 2rem 0; padding: 0; list-style: none; }
.collaboration-section li { padding: .9rem 0; border-top: 1px solid var(--rule); }

.lesson-section { padding-bottom: var(--section); }
.lesson { display: grid; grid-template-columns: .25fr 1fr 1.1fr; gap: 3rem; padding-block: 3.5rem; border-top: 2px solid var(--violet-ink); }
.lesson > span { color: var(--violet); font-weight: 800; }
.lesson h2 { margin: 0; font-size: clamp(2.8rem, 5vw, 5rem); }
.lesson p { max-width: 62ch; }
.lesson-details, .press-list, .workshop-goals { margin: 1.5rem 0 0; padding-left: 1.2rem; }
.lesson-details li, .press-list li, .workshop-goals li { margin-bottom: .7rem; }
.photojournalism { display: grid; grid-template-columns: 1.12fr .88fr; min-height: 780px; background: var(--violet-deep); color: var(--on-violet); }
.photojournalism > * { min-width: 0; }
.photojournalism-image { position: relative; width: 100%; min-height: 780px; }
.photojournalism-image::after { position: absolute; inset: 0; background: var(--violet); content: ""; mix-blend-mode: multiply; opacity: .6; }
.photojournalism-image img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(1) contrast(1.2); }
.photojournalism > div:last-child { display: flex; flex-direction: column; justify-content: center; padding: clamp(3rem, 7vw, 7rem); }
.photojournalism h2 { font-size: clamp(3rem, 5vw, 5.5rem); overflow-wrap: anywhere; }
.press-pass { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(3rem, 8vw, 9rem); align-items: center; padding-block: var(--section); }
.press-image { position: relative; min-height: 620px; overflow: hidden; border-radius: 32px; }
.press-image img { width: 100%; height: 100%; object-fit: cover; }
.workshop-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(3rem, 8vw, 9rem); }
.workshop h2 { max-width: 10ch; }
.workshop dl { margin: 0; }
.workshop dl div { display: grid; grid-template-columns: 120px 1fr; gap: 2rem; padding-block: 1.25rem; border-top: 1px solid rgba(255,255,255,.35); }
.workshop dt { color: var(--lilac); font-weight: 800; }
.workshop dd { margin: 0; }

.resource-list, .join-options { padding-bottom: var(--section); list-style: none; margin: 0; padding-left: 0; }
.source-vault-page .vault-intro,
.source-vault-page .resource-list {
  width: min(calc(100% - clamp(48px, 7vw, 120px)), 1500px);
  margin-inline: auto;
}
.join-us-page .join-intro,
.join-us-page .join-options,
.join-us-page .school-media {
  width: min(calc(100% - clamp(48px, 7vw, 120px)), 1500px);
  margin-inline: auto;
}
.resource { display: grid; grid-template-columns: 1.1fr .9fr; min-height: 680px; border-top: 2px solid var(--violet-ink); }
.resource:nth-child(even) { grid-template-columns: .9fr 1.1fr; }
.resource:nth-child(even) .resource-copy { order: 2; }
.resource-copy { align-self: center; padding: clamp(3rem, 6vw, 6rem); padding-left: 0; }
.resource:nth-child(even) .resource-copy { padding-right: 0; padding-left: clamp(3rem, 6vw, 6rem); }
.resource-copy > span { display: block; margin-bottom: 4rem; color: var(--violet); }
.resource h2 { margin: .15em 0 .4em; font-size: clamp(3rem, 5.5vw, 5.4rem); }
.resource ul, .join-option ul, .school-media ul { padding: 0; list-style: none; }
.resource li, .join-option li, .school-media li { padding: .8rem 0; border-top: 1px solid var(--rule); }
.resource-note { margin-top: 2rem; padding-top: 1.2rem; border-top: 2px solid var(--violet); font-family: var(--serif); font-style: italic; }
.resource-image { position: relative; min-height: 680px; margin-block: 2rem; overflow: hidden; border-radius: 28px; }
.resource-image img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(.45) contrast(1.1); }
.join-option { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(3rem, 8vw, 9rem); align-items: center; padding-block: clamp(4rem, 7vw, 7rem); border-top: 2px solid var(--violet-ink); }
.join-option:nth-child(even) .join-option-image { order: 2; }
.join-option-image, .school-media-image { position: relative; min-height: 620px; overflow: hidden; border-radius: 32px; }
.join-option-image img, .school-media-image img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(.35) contrast(1.1); }
.join-option h2, .school-media h2 { margin: .2em 0 .45em; }
.join-option .button { margin-top: 1.5rem; }
.school-media { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(3rem, 8vw, 9rem); align-items: center; padding-bottom: var(--section); }
.join-closing { background: var(--violet); color: var(--on-violet); }
.join-closing p { margin: 0; font-family: var(--serif); font-size: clamp(1.6rem, 3vw, 3rem); line-height: 1.12; }

.site-footer { display: grid; grid-template-columns: minmax(180px, .8fr) minmax(0, 3.2fr); column-gap: clamp(3rem, 7vw, 8rem); padding: clamp(4rem, 7vw, 7rem) max(24px, calc((100% - 1500px) / 2)) 2rem; background: var(--violet-deep); color: var(--on-violet); }
.footer-mark { grid-column: 1; grid-row: 1; align-self: start; }
.footer-mark img { width: clamp(150px, 18vw, 250px); max-width: 100%; height: auto; object-fit: contain; }
.footer-grid { grid-column: 2; grid-row: 1; display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 3rem; margin: 0 0 5rem; }
.footer-grid > div { display: flex; flex-direction: column; align-items: flex-start; }
.footer-grid address { margin-bottom: .8rem; font-style: normal; }
.footer-grid a { min-height: 44px; display: inline-flex; align-items: center; }
.footer-label { color: var(--lilac); }
.footer-bottom { grid-column: 1 / -1; padding-top: 1.5rem; border-top: 1px solid rgba(255,255,255,.3); font-size: .8rem; }
.footer-bottom p { margin: 0; }

@media (max-width: 1000px) {
  :root { --shell: min(calc(100% - 40px), 920px); }
  .header-inner { grid-template-columns: 140px 1fr auto; padding-inline: 20px; }
  .brand img { width: 96px; }
  .desktop-nav { gap: 1.2rem; }
  .pillars, .work-grid { grid-template-columns: repeat(2, 1fr); }
  .pillars li:nth-child(even), .work-grid article:nth-child(even) { border-right: 0; padding-right: 0; }
  .pillars li:nth-child(odd), .work-grid article:nth-child(odd) { padding-left: 0; }
  .pillars li:nth-child(n+3), .work-grid article:nth-child(n+3) { border-top: 1px solid var(--rule); }
  .pathway, .pathway-reverse { grid-template-columns: 1fr 1fr; }
  .story-grid { margin-left: 0; }
  .join-option-image { min-height: 540px; }
  .resource, .resource:nth-child(even) { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 860px) {
  :root { --shell: min(calc(100% - 32px), 680px); --section: 5rem; }
  h1 { font-size: clamp(3.35rem, 16vw, 5.2rem); }
  h2 { font-size: clamp(2.5rem, 11vw, 4rem); }
  .header-inner { grid-template-columns: 1fr auto; min-height: 76px; padding-inline: 16px; }
  .brand img { width: 82px; height: 60px; }
  .desktop-nav, .join-link { display: none; }
  .mobile-menu { position: relative; display: block; justify-self: end; }
  .mobile-menu summary { display: inline-flex; min-height: 44px; align-items: center; padding: .65rem 1rem; border: 1px solid rgba(255,255,255,.45); border-radius: 999px; cursor: pointer; font-size: .78rem; font-weight: 800; letter-spacing: .05em; list-style: none; text-transform: uppercase; }
  .mobile-menu summary::-webkit-details-marker { display: none; }
  .mobile-menu summary::after { margin-left: .65rem; content: "+"; font-size: 1rem; }
  .mobile-menu[open] summary::after { content: "−"; }
  .mobile-menu nav { position: absolute; top: calc(100% + .65rem); right: 0; display: grid; width: min(76vw, 280px); overflow: hidden; border-radius: 18px; background: var(--white); box-shadow: 0 18px 50px rgba(21,22,27,.24); color: var(--violet-ink); }
  .mobile-menu nav a { display: flex; min-height: 48px; align-items: center; padding: .75rem 1rem; border-bottom: 1px solid var(--rule); font-size: .82rem; font-weight: 700; }
  .mobile-menu nav a:last-child { border-bottom: 0; }
  .mobile-menu nav a[aria-current="page"] { background: var(--lilac); color: var(--violet-deep); }
  .home-hero-card, .page-hero-copy { bottom: 2rem; left: 16px; max-width: calc(100vw - 32px); }
  .home-hero-card { width: calc(100vw - 32px); }
  .home-hero-card h1 { font-size: clamp(3.6rem, 16vw, 5.4rem); }
  .home-hero-card > p:not(.eyebrow), .page-hero-copy > p:last-child { font-size: 1.12rem; }
  .intro-section, .lab-intro, .vault-intro, .join-intro, .section-heading { grid-template-columns: 1fr; gap: 1.5rem; }
  .stats-grid { grid-template-columns: 1fr; }
  .stats-grid > div { min-height: 190px; border-right: 0; border-bottom: 1px solid var(--rule); }
  .stats-grid strong { margin-bottom: 2.8rem; }
  .pillars, .work-grid { grid-template-columns: 1fr; }
  .pillars li, .work-grid article, .pillars li:nth-child(even), .work-grid article:nth-child(even), .pillars li:nth-child(odd), .work-grid article:nth-child(odd) { min-height: auto; padding: 1.75rem 0 2rem; border-top: 0; border-right: 0; border-bottom: 1px solid var(--rule); }
  .pillars li:last-child, .work-grid article:last-child { border-bottom: 0; }
  .pillars h3, .work-grid h3 { margin-top: 3.5rem; }
  .pathway, .pathway-reverse { display: flex; flex-direction: column; border-radius: 24px; }
  .pathway-reverse .pathway-image { order: 0; }
  .pathway-image { min-height: 380px; }
  .pathway > div:last-child { padding: 2.5rem 1.5rem 3rem; }
  .story-grid { grid-template-columns: 1fr; gap: 4rem; }
  .closing-cta, .join-closing, .not-found { min-height: 580px; }
  .mission-grid, .why-section, .collaboration-section { grid-template-columns: 1fr; gap: 2rem; }
  .mission-grid article { min-height: auto; }
  .team-member, .team-member:nth-child(even) { grid-template-columns: 1fr; gap: 2rem; }
  .team-member:nth-child(even) .team-photo { order: 0; }
  .team-photo { width: min(78vw, 360px); min-height: 0; }
  .lesson { grid-template-columns: 2.5rem 1fr; gap: 1rem; }
  .lesson > div { grid-column: 2; }
  .photojournalism, .press-pass, .workshop-grid { grid-template-columns: 1fr; }
  .photojournalism-image { min-height: 450px; }
  .photojournalism h2 { font-size: clamp(2.6rem, 11vw, 3.5rem); overflow-wrap: anywhere; }
  .photojournalism > div:last-child { padding: 4rem 16px; }
  .press-image { min-height: 430px; }
  .workshop dl div { grid-template-columns: 88px 1fr; }
  .resource, .resource:nth-child(even) { display: flex; min-height: auto; flex-direction: column; padding-block: 4rem; }
  .resource:nth-child(even) .resource-copy { order: 0; }
  .resource-copy, .resource:nth-child(even) .resource-copy { padding: 0 0 2.5rem; }
  .resource-copy > span { margin-bottom: 2rem; }
  .resource-image { min-height: 420px; margin: 0; }
  .source-vault-page .page-hero-copy { left: 24px; max-width: calc(100vw - 48px); }
  .join-us-page .page-hero-copy { left: 24px; max-width: calc(100vw - 48px); }
  .join-option, .school-media { grid-template-columns: 1fr; gap: 2.5rem; }
  .join-option:nth-child(even) .join-option-image { order: 0; }
  .join-option-image, .school-media-image { min-height: 430px; border-radius: 24px; }
  .site-footer { grid-template-columns: 1fr; column-gap: 0; }
  .footer-mark { grid-column: 1; grid-row: auto; }
  .footer-grid { grid-column: 1; grid-row: auto; grid-template-columns: 1fr 1fr; margin-top: 4rem; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
}

@media (max-width: 380px) {
  :root { --shell: calc(100% - 24px); }
  .home-hero-card, .page-hero-copy { left: 12px; max-width: calc(100vw - 24px); }
  .home-hero-card { width: calc(100vw - 24px); }
  .join-option-image, .resource-image { min-height: 360px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid > div:first-child { grid-column: auto; }
}

@media (min-width: 1700px) {
  :root { --shell: min(calc(100% - 120px), 1680px); }
  .header-inner { padding-inline: max(60px, calc((100vw - 1680px) / 2)); }
  .home-hero-card, .page-hero-copy { left: max(60px, calc((100vw - 1680px) / 2)); }
}

@media (prefers-reduced-motion: reduce) {
  .team-photo img,
  .team-section .content-disclosure summary,
  .team-section .content-disclosure summary::after,
  .team-section .content-disclosure > div { transition: none; }
}
