/* moveable.ch — editorial layout, shared across the Kirby templates. */

@font-face { font-family: 'Sharp Sans'; src: url('../fonts/SharpSansDispNo1-Book.woff2') format('woff2'); font-weight: 400; font-display: swap; }
@font-face { font-family: 'Sharp Sans'; src: url('../fonts/SharpSansDispNo1-Bold.woff2') format('woff2'); font-weight: 700; font-display: swap; }
@font-face { font-family: 'Sharp Sans'; src: url('../fonts/SharpSansDispNo1-BookIt.woff2') format('woff2'); font-weight: 400; font-style: italic; font-display: swap; }
@font-face { font-family: 'Sharp Sans'; src: url('../fonts/SharpSansDispNo1-BoldIt.woff2') format('woff2'); font-weight: 700; font-style: italic; font-display: swap; }

:root {
  --light: #f8f5ea;
  --light-2: #eeeadd;
  --ink: #172038;
  --ink-2: #51586b;
  --brand: #ff5c75;
  --brand-surface: #ce3551;
  --brand-text: #ad2948;
  --on-brand: #fffdf6;
  --hairline: #d2cfc4;
  --display: 'Sharp Sans', Arial, sans-serif;
  --body: 'Instrument Sans', Arial, sans-serif;
}

* { box-sizing: border-box; }
body { margin: 0; background: var(--light); font-family: var(--body); -webkit-font-smoothing: antialiased; }
h1, h2, h3, h4, p, ul, ol, blockquote, figure { margin: 0; }
a { color: inherit; text-decoration: none; }
a:hover { text-decoration: underline; text-decoration-thickness: 2px; text-underline-offset: 4px; }
img { display: block; max-width: 100%; }
.icon { display: block; width: 1em; height: 1em; flex-shrink: 0; }
:where(a, button, summary, [tabindex]:not(main)):focus-visible { outline: 3px solid currentColor; outline-offset: 4px; }
main:focus { outline: none; }
.skip-link { position: fixed; top: 12px; left: 12px; z-index: 100; padding: 12px 18px; background: #fff; color: #000; font-size: 16px; font-weight: 700; transform: translateY(-200%); }
.skip-link:focus { transform: none; }
.page { width: 100%; margin: 0 auto; color: var(--ink); font-size: 19px; line-height: 1.55; --pad: max(56px, calc((100vw - 1280px) / 2 + 56px)); }
main { overflow-wrap: anywhere; }
main > [id] { scroll-margin-top: 24px; }

/* Expressive brand type leads; smaller section titles stay upright. */
.display { font-family: var(--display); font-weight: 700; }
.h1 { font-size: clamp(48px, 5.4vw, 78px); line-height: .98; font-style: italic; text-wrap: pretty; }
.h1-sub { font-size: 68px; line-height: 1.02; font-style: italic; text-wrap: pretty; }
.h2 { font-size: 38px; line-height: 1.15; text-wrap: pretty; }
.h3 { font-size: 24px; line-height: 1.3; }
.eyebrow, .badge { font-size: 14px; line-height: 1.5; font-weight: 600; }
.eyebrow--accent { color: var(--brand-text); }
.eyebrow--dim { color: var(--ink-2); }

/* A clear primary action, with ordinary underlined secondary links. */
.btn { display: inline-block; border: 1px solid transparent; border-radius: 3px; padding: 13px 22px; font-size: 17px; line-height: 1.4; font-weight: 600; text-align: center; }
.btn--sm { font-size: 15px; padding: 10px 16px; }
.btn--md { font-size: 16px; padding: 12px 20px; }
.btn--brand { background: var(--brand-surface); color: var(--on-brand); }
.btn--white, .btn--ink, .btn--black { background: var(--ink); color: #fff; }
.btn--outline-light, .btn--outline-light-60, .btn--outline-ink { border-color: var(--ink); color: var(--ink); }
.btn:hover { text-decoration: underline; text-underline-offset: 4px; }
.btn-row { display: flex; align-items: center; gap: 16px 24px; flex-wrap: wrap; }
.text-link { display: inline-flex; align-items: center; min-height: 44px; padding: 8px 0; font-size: 17px; font-weight: 600; text-decoration: underline; text-underline-offset: 5px; }

.site-header { padding: 24px var(--pad); display: flex; justify-content: space-between; align-items: center; gap: 40px; border-bottom: 1px solid var(--hairline); }
.site-header__logo { width: 186px; display: block; flex-shrink: 0; }
.site-header__logo img, .site-footer__logo img { width: 100%; height: auto; }
.site-header__nav { display: flex; align-items: center; gap: 28px; }
.nav-toggle { display: none; position: relative; z-index: 60; width: 44px; height: 44px; border: 0; padding: 10px; background: none; cursor: pointer; flex-direction: column; justify-content: center; gap: 5px; }
.nav-toggle span { display: block; width: 24px; height: 2.5px; border-radius: 2px; background: #000; transition: transform .25s, opacity .2s; }
.nav-open .nav-toggle span:nth-child(1) { transform: translateY(7.5px) rotate(45deg); }
.nav-open .nav-toggle span:nth-child(2) { opacity: 0; }
.nav-open .nav-toggle span:nth-child(3) { transform: translateY(-7.5px) rotate(-45deg); }
.site-header ul { display: flex; gap: 24px; list-style: none; padding: 0; margin: 0; font-size: 17px; font-weight: 500; }
.site-header .is-active { border-bottom: 2px solid var(--brand); }
.lang-switch { position: relative; font-size: 14px; font-weight: 500; }
.lang-switch summary { list-style: none; cursor: pointer; opacity: .55; user-select: none; padding: 6px 2px; }
.lang-switch summary::-webkit-details-marker { display: none; }
.lang-switch summary:hover, .lang-switch summary:focus-visible, .lang-switch[open] summary { opacity: 1; }
.lang-switch ul { position: absolute; top: 100%; left: 50%; transform: translateX(-50%); z-index: 70; margin: 0; padding: 6px; list-style: none; background: #fff; border: 1px solid rgba(0,0,0,.1); border-radius: 4px; box-shadow: 0 10px 30px rgba(0,0,0,.12); min-width: 130px; display: flex; flex-direction: column; gap: 0; }
.lang-switch ul a { display: block; padding: 6px 12px; border-radius: 2px; font-size: 15px; white-space: nowrap; }
.lang-switch ul a:hover { background: var(--light); text-decoration: none; }
.site-footer { border-top: 1px solid var(--hairline); padding: 40px var(--pad); display: flex; justify-content: space-between; align-items: center; gap: 40px; }
.site-footer__brand { display: flex; flex-direction: column; gap: 10px; }
.site-footer__logo { width: 150px; display: block; }
.site-footer__note { font-size: 14px; color: var(--ink-2); }
.site-footer ul { display: flex; gap: 20px; list-style: none; padding: 0; font-size: 15px; font-weight: 500; }

/* One continuous page, divided by rules instead of alternating colour bands. */
.section { padding: 72px var(--pad); border-top: 1px solid var(--hairline); }
.section--light2 { background: var(--light-2); }
.stack { display: flex; flex-direction: column; }
.grid-2 { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1fr); gap: 64px; }
.theme__text { display: flex; flex-direction: column; gap: 20px; min-width: 0; }
.theme__lede { font-size: 19px; color: var(--ink-2); }
.img-slot { width: 100%; height: 100%; min-height: 100%; background: var(--light-2); display: flex; align-items: center; justify-content: center; text-align: center; padding: 16px; font-size: 13px; color: var(--ink-2); }
.img-cover { width: 100%; height: 100%; object-fit: cover; }

/* Deeper coral surfaces support white text; bright coral remains the accent. */
.hero, .page-hero, .about-hero { color: var(--on-brand); background: var(--brand-surface); }
.hero { position: relative; isolation: isolate; overflow: hidden; display: grid; grid-template-columns: minmax(0,1.1fr) minmax(0,1fr); gap: 56px; align-items: center; padding: 64px var(--pad) 72px; }
.hero__text { position: relative; z-index: 2; display: flex; flex-direction: column; gap: 26px; min-width: 0; }
.hero__intro { max-width: 60ch; font-size: 20px; font-weight: 500; color: inherit; }
.hero__image { min-width: 0; aspect-ratio: 4 / 5; }
/* A quiet route pattern spans the whole hero, behind its text and over the photo. */
.route-map { position: absolute; inset: 0; z-index: 1; display: block; width: 100%; height: 100%; color: var(--on-brand); opacity: .12; pointer-events: none; }
.route-map__streets { stroke: currentColor; stroke-width: 1.5; }
.route-map__route { stroke: currentColor; stroke-width: 3; stroke-linecap: round; stroke-linejoin: round; }
.route-map__nodes { stroke: currentColor; stroke-width: 2; }

/* The home hero arrives in one restrained sequence; the route itself stays static. */
@media (prefers-reduced-motion: no-preference) {
  .hero .h1,
  .hero__intro,
  .hero__text .btn-row { animation: hero-copy-in .7s cubic-bezier(.22,1,.36,1) both; }
  .hero .h1 { animation-delay: .06s; }
  .hero__intro { animation-delay: .16s; }
  .hero__text .btn-row { animation-delay: .28s; }
  .hero__image { animation: hero-image-in .85s cubic-bezier(.22,1,.36,1) .12s both; }
  .hero .route-map { animation: hero-route-in 1s ease-out .2s both; }

  @keyframes hero-copy-in {
    from { opacity: 0; transform: translateY(18px); }
    to { opacity: 1; transform: translateY(0); }
  }

  @keyframes hero-image-in {
    from { opacity: 0; transform: translateX(28px) scale(.985); clip-path: inset(0 0 0 10%); }
    to { opacity: 1; transform: translateX(0) scale(1); clip-path: inset(0); }
  }

  @keyframes hero-route-in {
    from { opacity: 0; }
    to { opacity: .12; }
  }
}

.hero .eyebrow--accent, .page-hero .eyebrow--accent, .about-hero .eyebrow--accent { color: inherit; }
.hero .btn--brand, .page-hero .btn--brand { background: var(--on-brand); color: var(--brand-surface); }
.hero--text-only { grid-template-columns: minmax(0,1fr); }
.hero--text-only .hero__text { max-width: 840px; }

/* A real improvement gets its own spread, ahead of the platform directory. */
.case-feature { display: grid; grid-template-columns: minmax(0,1.8fr) minmax(0,1fr); gap: 40px; align-items: center; }
.case-feature__images { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; min-width: 0; }
.case-feature__images > div { display: flex; flex-direction: column; min-width: 0; gap: 10px; }
.case-feature__images .img-cover, .case-feature__images .img-slot { aspect-ratio: 4 / 3; height: auto; min-height: 0; }
.case-card__badge { font-size: 14px; font-weight: 600; }
.case-feature__body { display: flex; flex-direction: column; min-width: 0; gap: 16px; }
.case-feature__body p { font-size: 17px; color: var(--ink-2); }
.case-feature__body .h2 { font-size: 30px; }
.case-card__link { align-self: flex-start; padding: 8px 0; font-size: 16px; font-weight: 600; text-decoration: underline; text-underline-offset: 5px; }

/* Platforms read as a directory: topic and description, then destination. */
.platform-overview { display: flex; flex-direction: column; gap: 40px; }
.platform-overview .h2 { font-size: 46px; font-style: italic; line-height: 1.05; }
.platform-overview__head { display: grid; grid-template-columns: minmax(0,1.2fr) minmax(0,1fr); gap: 64px; align-items: end; }
.platform-overview__intro { max-width: 48ch; font-size: 18px; color: var(--ink-2); }
.platform-directory { border-bottom: 1px solid var(--hairline); }
.platform-directory__row { display: grid; grid-template-columns: minmax(0,1.2fr) minmax(0,1fr); gap: 64px; align-items: center; border-top: 1px solid var(--hairline); padding: 32px 0; }
.platform-directory__description, .platform-directory__links { min-width: 0; display: flex; flex-direction: column; gap: 12px; }
.platform-directory__description h3 { font-family: var(--display); font-size: 30px; font-style: italic; font-weight: 700; line-height: 1.15; }
.platform-directory__description p { max-width: 54ch; font-size: 17px; color: var(--ink-2); }
.platform-directory__description .eyebrow { color: var(--ink-2); }
.platform-overview__link { --platform-accent: var(--brand); display: flex; align-items: center; gap: 20px; width: fit-content; max-width: 100%; padding: 12px 0 12px 20px; border-left: 5px solid var(--platform-accent); }
.platform-overview__link--accessable { --platform-accent: #353de5; }
.platform-overview__link--schulweg { --platform-accent: #f1c100; }
.platform-overview__link--bikeable { --platform-accent: #33bdca; }
.platform-overview__link--walkable { --platform-accent: #00af7d; }
.platform-overview__link--purple { --platform-accent: #884c9e; }
.platform-overview__link img { width: 60px; height: 64px; object-fit: contain; flex-shrink: 0; }
.platform-overview__link > span { min-width: 0; display: flex; flex-direction: column; gap: 4px; }
.platform-overview__link strong { font-size: 25px; font-weight: 600; line-height: 1.3; }
.platform-overview__link small { font-size: 14px; color: var(--ink-2); display: flex; align-items: center; gap: 7px; }
.platform-overview__link small .icon { width: 16px; height: 16px; }
.platform-overview__link:hover strong { text-decoration: underline; text-decoration-color: var(--platform-accent); text-underline-offset: 5px; }
.platform-overview__link:hover { text-decoration: none; }
.platform-overview__secondary { display: flex; align-items: center; gap: 12px; width: fit-content; max-width: 100%; padding: 6px 0; font-size: 15px; }
.platform-overview__secondary .icon { width: 16px; height: 16px; }

/* Mission and process form one quiet sequence; the mascot sits in the margin. */
.vision { padding: 64px var(--pad) 32px; border-top: 1px solid var(--hairline); display: grid; grid-template-columns: 200px minmax(0,1fr); gap: 48px; align-items: baseline; }
.vision--text-only .vision__statement { grid-column: 1 / -1; }
.vision__statement { max-width: 42ch; font-family: var(--display); font-weight: 700; font-style: italic; font-size: 38px; line-height: 1.2; text-wrap: pretty; }
.how { display: grid; grid-template-columns: minmax(0,1fr) 240px; gap: 80px; align-items: center; border-top: 0; padding-top: 32px; }
.how .h2 { font-size: 28px; }
.how__list { display: flex; flex-direction: column; }
.how__item { display: flex; gap: 20px; align-items: flex-start; padding: 20px 0; border-top: 1px solid var(--hairline); }
.how__marker { flex-shrink: 0; padding-top: 3px; width: 24px; font-size: 14px; color: var(--brand-text); }
.how__item h3 { font-size: 19px; line-height: 1.4; font-weight: 500; }
.how__item p { margin-top: 6px; color: var(--ink-2); font-size: 17px; }
.mascot-card { display: flex; flex-direction: column; align-items: flex-start; gap: 20px; }
.mascot-card img { width: 240px; height: auto; }
.mascot-card p { font-size: 14px; color: var(--ink-2); }

/* Impact remains editable and accommodates any number of CMS steps. */
.impact { display: flex; flex-direction: column; gap: 32px; }
.impact__story { display: flex; flex-direction: column; gap: 32px; }
.impact__chain { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 12px; font-size: 15px; color: var(--ink-2); }
.impact__chain .arrow { color: var(--brand-text); }
.impact__cards { border-bottom: 1px solid var(--hairline); }
.impact-card { border-top: 1px solid var(--hairline); padding: 24px 0; display: grid; grid-template-columns: minmax(100px,.55fr) minmax(0,1fr) minmax(0,1.5fr); align-items: baseline; gap: 32px; }
.impact-card__label { color: var(--ink-2); }
.impact-card h3 { font-size: 20px; line-height: 1.35; font-weight: 600; }
.impact-card p { font-size: 17px; color: var(--ink-2); }
.impact-card--highlight .impact-card__label { color: var(--brand-text); }

/* Testimony sits directly on the page, with a single accent rule. */
.quote-solid, .quote-white { border-left: 3px solid var(--brand); padding: 4px 0 4px 28px; display: flex; flex-direction: column; gap: 24px; min-width: 0; }
.quote-solid p { font-family: var(--display); font-size: 32px; font-weight: 700; font-style: italic; line-height: 1.2; text-wrap: pretty; }
.quote-solid footer, .quote-white footer { font-size: 15px; color: var(--ink-2); }
.quote-white p { font-size: 20px; line-height: 1.5; }
.quote-white--compact p { font-size: 17px; }
.ruled-list { display: flex; flex-direction: column; min-width: 0; }
.ruled-list h3 { font-size: 16px; font-weight: 600; padding-bottom: 10px; }
.ruled-list p { font-size: 17px; padding: 12px 0; border-top: 1px solid var(--hairline); color: var(--ink-2); }

/* Services: audience links and open page sections, without nested card shells. */
.page-hero { padding: 80px var(--pad) 56px; display: flex; flex-direction: column; gap: 40px; }
.page-hero__inner { display: flex; flex-direction: column; gap: 24px; max-width: 840px; }
.page-hero__intro { font-size: 20px; font-weight: 500; color: inherit; }
.jump-nav { display: flex; gap: 12px 28px; flex-wrap: wrap; }
.jump-nav a { display: flex; align-items: center; padding: 10px 0; font-size: 16px; font-weight: 600; text-decoration: underline; text-underline-offset: 7px; }
.jump-nav a:hover { text-decoration-thickness: 3px; }
.partner-type-card { border-top: 1px solid var(--hairline); padding: 20px 0 4px; display: flex; flex-direction: column; gap: 8px; }
.partner-type-card h3 { font-size: 20px; font-weight: 600; }
.partner-type-card p { font-size: 17px; color: var(--ink-2); }
.service-aside { min-width: 0; display: flex; flex-direction: column; gap: 36px; }
.service-overview { min-width: 0; border-top: 3px solid var(--brand-surface); padding-top: 18px; }
.service-overview__title { color: var(--ink-2); font-size: 14px; line-height: 1.5; font-weight: 600; }
.service-overview__title--heading { color: var(--ink); font-size: 20px; line-height: 1.35; }
.service-overview__body { padding-top: 20px; }
.service-overview__group { display: flex; flex-direction: column; gap: 14px; }
.service-overview__group + .service-overview__group { margin-top: 28px; padding-top: 24px; border-top: 1px solid var(--hairline); }
.service-overview__group h3 { font-size: 20px; line-height: 1.35; }
.service-list { display: grid; gap: 10px; padding: 0; list-style: none; }
.service-list li { position: relative; padding-left: 22px; color: var(--ink-2); font-size: 17px; line-height: 1.45; }
.service-list li::before { content: ''; position: absolute; top: .62em; left: 1px; width: 7px; height: 7px; border-radius: 50%; background: var(--brand-surface); }
.service-quote { max-width: 880px; margin-top: 48px; }
.partner-directory { margin-top: 48px; padding-top: 22px; border-top: 1px solid var(--hairline); }
.partner-directory__title { margin-bottom: 20px; color: var(--ink-2); font-size: 15px; font-weight: 600; }
.partner-directory__list { display: grid; grid-template-columns: repeat(auto-fill,minmax(150px,1fr)); gap: 20px; padding: 0; list-style: none; }
.partner-directory__link { height: 100%; display: flex; flex-direction: column; gap: 9px; color: inherit; text-decoration: none; }
.partner-directory__logo { min-height: 84px; display: flex; align-items: center; justify-content: center; padding: 12px; border: 1px solid var(--hairline); background: var(--light-2); }
.partner-directory__logo img { display: block; width: 100%; max-width: 150px; height: 58px; object-fit: contain; }
.partner-directory__monogram { font-family: var(--display); font-size: 34px; color: var(--ink-2); }
.partner-directory__name { font-size: 14px; line-height: 1.35; text-align: center; }
.partner-directory a:hover .partner-directory__name { text-decoration: underline; text-underline-offset: 3px; }
.contact-band { background: var(--light-2); border-top: 1px solid var(--hairline); padding: 64px var(--pad); display: flex; justify-content: space-between; align-items: center; gap: 40px; }
.contact-band h2 { max-width: 640px; }
.contact-band .btn { flex-shrink: 0; }

/* About: photographs and a straightforward association roster. */
.about-hero { padding: 80px var(--pad) 64px; display: grid; grid-template-columns: minmax(0,1fr) minmax(0,440px); gap: 64px; align-items: center; }
.about-hero--text-only { grid-template-columns: minmax(0,1fr); }
.about-hero--text-only .stack, .join--text-only .theme__text { max-width: 840px; }
.board { display: grid; grid-template-columns: minmax(0,3fr) minmax(0,2fr); gap: 56px; align-items: start; }
.board__img { aspect-ratio: 3 / 2; min-width: 0; }
.board__list { list-style: none; padding: 0; }
.board__person { border-top: 1px solid var(--hairline); padding: 18px 0; display: flex; flex-direction: column; gap: 4px; }
.board__person:last-child { border-bottom: 1px solid var(--hairline); }
.board__person h3, .member-row h3 { font-size: 19px; line-height: 1.3; font-weight: 600; }
.board__person p, .member-row p { font-size: 17px; color: var(--ink-2); }
.member-row { display: grid; grid-template-columns: 240px minmax(0,1fr); gap: 40px; align-items: baseline; border-top: 1px solid var(--hairline); padding: 22px 0; }
.member-row a { text-decoration: underline; text-underline-offset: 4px; }
.faq-list { border-bottom: 1px solid var(--hairline); }
.faq-item { display: grid; grid-template-columns: minmax(260px,.85fr) minmax(0,1.15fr); gap: 64px; align-items: start; border-top: 1px solid var(--hairline); padding: 28px 0; }
.faq-item__question { font-size: 20px; line-height: 1.35; font-weight: 600; text-wrap: pretty; }
.faq-item__answer { max-width: 680px; }
.faq-item__answer p { font-size: 17px; color: var(--ink-2); }

@media (max-width: 1100px) {
  .page { --pad: 32px; }
  .h1-sub { font-size: clamp(42px, 6vw, 68px); }
  .h2 { font-size: clamp(28px, 3.8vw, 38px); }
  .hero { gap: 32px; padding-top: 48px; padding-bottom: 56px; }
  .hero__intro { font-size: 18px; }
  .hero__image { aspect-ratio: 3 / 4; }
  .grid-2, .about-hero { grid-template-columns: minmax(0,1fr); gap: 40px; }
  .page-hero, .about-hero { padding: 56px var(--pad); }
  .case-feature { grid-template-columns: minmax(0,1fr); gap: 28px; }
  .case-feature__body { max-width: 680px; }
  .platform-overview__head, .platform-directory__row { gap: 40px; }
  .how { grid-template-columns: minmax(0,1fr) 180px; gap: 40px; }
  .vision { grid-template-columns: 160px minmax(0,1fr); gap: 32px; }
  .vision__statement { font-size: 32px; }
  .platform-overview .h2 { font-size: 38px; }
  .contact-band { flex-direction: column; align-items: flex-start; gap: 24px; }
  /* Header: burger menu with full-screen overlay */
  .site-header { padding-top: 16px; padding-bottom: 16px; }
  .nav-toggle { display: flex; }
  .nav-open .nav-toggle { position: fixed; top: 14px; right: var(--pad); }
  .site-header__nav { position: fixed; inset: 0; z-index: 50; background: #fff; color: #000; flex-direction: column; align-items: flex-start; justify-content: center; gap: 32px; padding: 96px 32px 48px; visibility: hidden; opacity: 0; transform: translateY(-8px); transition: opacity .22s, transform .22s, visibility .22s; }
  .nav-open .site-header__nav { visibility: visible; opacity: 1; transform: none; }
  .nav-open { overflow: hidden; }
  .site-header__nav > ul { flex-direction: column; align-items: flex-start; gap: 20px; }
  .site-header__nav > ul a { font-family: var(--display); font-style: italic; font-weight: 700; font-size: 32px; }
  .site-header__nav .is-active { border-bottom-width: 3px; }
  .site-header__nav .lang-switch { font-size: 17px; }
  .site-header__nav .lang-switch ul { left: 0; transform: none; }
  .site-header__nav .btn { font-size: 17px; padding: 14px 26px; }


  .site-header__nav { overflow-y: auto; }
  .site-footer { flex-direction: column; align-items: flex-start; gap: 24px; }
  .site-footer ul { flex-wrap: wrap; }
}

@media (max-width: 760px) {
  .hero { grid-template-columns: minmax(0,1fr); }
  .hero__image { aspect-ratio: 4 / 3; }
  .platform-overview__head, .platform-directory__row { grid-template-columns: minmax(0,1fr); gap: 24px; }
  .platform-directory__row { padding: 28px 0; }
  .platform-overview__head { gap: 20px; }
  .how { grid-template-columns: minmax(0,1fr); gap: 32px; }
  .mascot-card { flex-direction: row; align-items: center; max-width: 440px; gap: 24px; }
  .mascot-card img { width: 130px; flex-shrink: 0; }
  .vision { grid-template-columns: minmax(0,1fr); gap: 16px; }
  .board { grid-template-columns: minmax(0,1fr); gap: 28px; }
  .impact-card { grid-template-columns: 100px minmax(0,1fr); gap: 8px 24px; }
  .impact-card p { grid-column: 2; }
}

@media (max-width: 680px) {
  .page { --pad: 20px; font-size: 17px; }
  .section { padding-top: 44px; padding-bottom: 44px; }
  .hero, .page-hero, .about-hero { padding: 40px var(--pad); }
  .hero__text { gap: 24px; }
  .h1 { font-size: clamp(40px, 11vw, 54px); }
  .h1-sub { font-size: clamp(38px, 10vw, 48px); }
  .h2, .case-feature__body .h2, .how .h2 { font-size: clamp(26px, 6.8vw, 30px); }
  .hero__intro, .page-hero__intro { font-size: 18px; }
  .theme__lede { font-size: 17px; }
  .vision { padding-top: 44px; padding-bottom: 24px; }
  .vision__statement { font-size: 28px; }
  .how { padding-top: 16px; }
  .case-feature__images { gap: 8px; }
  .case-feature__images .img-cover, .case-feature__images .img-slot { aspect-ratio: 1; }
  .platform-overview .h2 { font-size: 32px; }
  .platform-directory__description h3 { font-size: 27px; }
  .platform-overview__link { gap: 16px; padding-left: 16px; }
  .platform-overview__link img { width: 48px; height: 52px; }
  .platform-overview__link strong { font-size: 23px; }
  .member-row { grid-template-columns: minmax(0,1fr); gap: 6px; }
  .impact-card { grid-template-columns: minmax(0,1fr); gap: 8px; }
  .impact-card p { grid-column: auto; }
  .btn { max-width: 100%; font-size: 16px; padding: 12px 18px; }
  .btn-row { gap: 12px 20px; }
  .quote-solid, .quote-white { padding-left: 20px; }
  .quote-solid p { font-size: 27px; }
  .faq-item { grid-template-columns: minmax(0,1fr); gap: 10px; padding: 22px 0; }
  .faq-item__question { font-size: 18px; }
  .site-header__logo { width: 150px; }
  .partner-directory { margin-top: 36px; }
  .partner-directory__list { grid-template-columns: repeat(auto-fill,minmax(128px,1fr)); gap: 14px; }
  .site-header__nav { padding: 80px 20px 40px; }
  .site-header__nav > ul a { font-size: 28px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
@media (forced-colors: active) {
  :where(a, button, summary, [tabindex]:not(main)):focus-visible { outline-color: Highlight; }
}
