/* moveable.ch — design tokens & components (desktop 1240px, per handoff) */

@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 {
  --dark: #0d0d0d;
  --dark-card: #151515;
  --light: #FAF6F0;
  --light-2: #EDE7DD;
  --ink: #141414;
  --ink-2: #3a3a3a;
  --pink: #ff5c75;
  --pink-dark: #b83251;
  --purple: #884C9E;
  --hairline-dark: rgba(255,255,255,.16);
  --hairline-light: rgba(0,0,0,.14);
  --display: 'Sharp Sans', Arial, sans-serif;
  --body: 'Instrument Sans', Arial, sans-serif;
}

* { box-sizing: border-box; }
body { margin: 0; background: var(--dark); font-family: var(--body); -webkit-font-smoothing: antialiased; }
h1, h2, h3, h4, p, ul, blockquote, figure { margin: 0; }
a { color: inherit; text-decoration: none; }
a:hover { text-decoration: underline; text-decoration-thickness: 2px; text-underline-offset: 3px; }
img { display: block; }
.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; border-radius: 999px; background: #fff; color: #000; font-size: 16px; font-weight: 700; transform: translateY(-200%); }
.skip-link:focus { transform: none; }

.page { width: 100%; margin: 0 auto; background: var(--dark); color: #fff; font-size: 19px; line-height: 1.5; overflow: hidden; --pad: max(56px, calc((100vw - 1240px) / 2 + 56px)); }

/* Typography */
.display { font-family: var(--display); font-style: italic; font-weight: 700; }
.h1 { font-size: 64px; line-height: 1; letter-spacing: -.01em; text-wrap: pretty; }
.h1-sub { font-size: 56px; line-height: 1.02; letter-spacing: -.01em; text-wrap: pretty; }
.h2 { font-size: 38px; line-height: 1.05; text-wrap: pretty; }
.h3 { font-size: 24px; }
.h3-sm { font-size: 22px; }
.eyebrow { font-size: 13px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow--pink { color: var(--pink); }
.eyebrow--dim { opacity: .72; }
.badge { font-size: 12px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.stat-number { font-family: var(--display); font-style: italic; font-weight: 700; font-size: 34px; line-height: 1; }

/* Buttons */
.btn { display: inline-block; font-size: 17px; font-weight: 600; border-radius: 999px; padding: 15px 26px; }
.btn--sm { font-size: 15px; padding: 11px 20px; }
.btn--md { font-size: 16px; padding: 13px 24px; }
.btn--pink { background: var(--pink); color: #000; }
.btn--white { background: #fff; color: #000; }
.btn--ink { background: var(--ink); color: #fff; }
.btn--black { background: #000; color: #fff; font-size: 17px; padding: 16px 30px; }
.btn--outline-light { border: 1.5px solid rgba(255,255,255,.7); color: #fff; padding: 14px 26px; }
.btn--outline-light-60 { border: 1.5px solid rgba(255,255,255,.6); color: #fff; padding: 14px 26px; }
.btn--outline-ink { border: 1.5px solid var(--ink); color: var(--ink); padding: 14px 26px; }

/* Header / footer */
.site-header { background: #fff; color: #000; padding: 22px var(--pad); display: flex; justify-content: space-between; align-items: center; gap: 40px; }
.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(--pink); }
.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: 12px; 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: 8px; font-size: 15px; white-space: nowrap; }
.lang-switch ul a:hover { background: var(--light); text-decoration: none; }
.site-footer { background: #fff; color: var(--ink); 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; opacity: .7; }
.site-footer ul { display: flex; gap: 20px; list-style: none; padding: 0; margin: 0; font-size: 15px; font-weight: 500; }

/* Sections */
.section { padding: 76px var(--pad); }
.section--light { background: var(--light); color: var(--ink); }
.section--light2 { background: var(--light-2); color: var(--ink); }
.section--pink { background: var(--pink); color: #000; }

/* Generic helpers */
.stack { display: flex; flex-direction: column; }
.grid-2 { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1fr); gap: 56px; }
.hairline-list-dark > * { border-top: 1px solid var(--hairline-dark); }
.hairline-list-light > * { border-top: 1px solid rgba(0,0,0,.14); }
.cards-2 { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 32px; }
.partner-section { padding: 0 var(--pad) 76px; }

/* Image slots (placeholders until real photos exist) */
.img-slot { width: 100%; height: 100%; min-height: 100%; background: repeating-linear-gradient(45deg, rgba(128,128,128,.18), rgba(128,128,128,.18) 12px, rgba(128,128,128,.28) 12px, rgba(128,128,128,.28) 24px); display: flex; align-items: center; justify-content: center; text-align: center; padding: 16px; font-size: 13px; opacity: .8; color: inherit; }
.img-slot--rounded { border-radius: 18px; }
.img-slot--r14 { border-radius: 14px; }
.img-cover { width: 100%; height: 100%; object-fit: cover; }

/* Hero (home) */
.hero { display: grid; grid-template-columns: minmax(0, calc(590px + var(--pad) - 56px)) minmax(0,1fr); min-height: 640px; }
.hero__text { display: flex; flex-direction: column; justify-content: center; gap: 26px; padding: 56px; padding-left: var(--pad); min-width: 0; }
.hero__kicker { display: flex; align-items: center; gap: 10px; }
.hero__intro { font-size: 20px; opacity: .85; }
.btn-row { display: flex; gap: 12px; flex-wrap: wrap; }

/* Vision band */
.vision { padding: 60px var(--pad); display: grid; grid-template-columns: 200px minmax(0,1fr); gap: 48px; align-items: start; }
.vision .eyebrow { padding-top: 10px; }
.vision__statement { font-family: var(--display); font-style: italic; font-weight: 700; font-size: 34px; line-height: 1.14; text-wrap: pretty; }

/* How (numbered list + mascot) */
.how { display: grid; grid-template-columns: minmax(0,1fr) 320px; gap: 56px; align-items: center; }
.how__list { display: flex; flex-direction: column; border-top: 1px solid rgba(0,0,0,.18); }
.how__item { display: flex; gap: 18px; align-items: flex-start; padding: 20px 0; border-bottom: 1px solid rgba(0,0,0,.18); }
.how__marker { width: 34px; padding-top: 2px; display: flex; flex-direction: column; align-items: center; gap: 3px; color: var(--pink-dark); flex-shrink: 0; }
.how__marker > .icon { width: 22px; height: 22px; }
.how__num { font-size: 13px; font-weight: 600; color: var(--pink-dark); min-width: 28px; }
.how__item h3 { font-size: 20px; line-height: 1.3; font-weight: 600; }
.how__item p { margin-top: 6px; opacity: .7; font-size: 18px; }
.mascot-card { background: var(--light-2); border-radius: 24px; padding: 28px; display: flex; flex-direction: column; align-items: center; gap: 16px; }
.mascot-card img { width: 240px; height: auto; }
.mascot-card p { font-size: 16px; text-align: center; color: var(--ink-2); }

/* Compact platform overview */
.platform-overview { display: flex; flex-direction: column; gap: 36px; }
.platform-overview__head { display: flex; justify-content: space-between; align-items: flex-end; gap: 48px; }
.platform-overview__intro { max-width: 400px; font-size: 17px; opacity: .65; }
.platform-overview__grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 20px; }
.platform-overview__card { min-width: 0; min-height: 310px; border: 1px solid rgba(255,255,255,.16); border-radius: 18px; background: var(--dark-card); padding: 28px; display: flex; flex-direction: column; gap: 16px; }
.platform-overview__meta { display: flex; align-items: baseline; gap: 12px; }
.platform-overview__meta > span:first-child { color: var(--pink); font-size: 13px; font-weight: 700; }
.platform-overview__meta .eyebrow { opacity: .55; }
.platform-overview__card > h3 { max-width: 480px; font-size: 24px; line-height: 1.25; font-weight: 600; text-wrap: pretty; }
.platform-overview__description { max-width: 500px; font-size: 16px; opacity: .65; }
.platform-overview__link { margin-top: auto; border-radius: 14px; padding: 16px 18px; display: flex; align-items: center; gap: 14px; }
.platform-overview__link:hover { text-decoration: none; }
.platform-overview__link img { width: 32px; max-height: 38px; object-fit: contain; }
.platform-overview__link > span { min-width: 0; display: flex; flex-direction: column; gap: 1px; }
.platform-overview__link strong { font-size: 19px; line-height: 1.3; }
.platform-overview__link small { font-size: 14px; opacity: .65; display: flex; align-items: center; gap: 5px; }
.platform-overview__link small .icon { width: 14px; height: 14px; }
.platform-overview__link--white { background: #fff; color: var(--ink); border: 1px solid rgba(255,255,255,.7); }
.platform-overview__link--white:hover { background: var(--light-2); }
.platform-overview__link--pink { background: rgba(255,92,117,.14); border: 1px solid rgba(255,92,117,.5); }
.platform-overview__link--pink:hover { background: rgba(255,92,117,.24); }
.platform-overview__link--purple { background: rgba(136,76,158,.2); border: 1px solid rgba(136,76,158,.65); }
.platform-overview__link--purple:hover { background: rgba(136,76,158,.32); }
.platform-overview__link--purple img { filter: brightness(0) invert(1); }
.platform-overview__secondary { padding-top: 12px; border-top: 1px solid rgba(255,255,255,.14); font-size: 15px; opacity: .75; display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.platform-overview__secondary .icon { width: 16px; height: 16px; }

/* Theme blocks */
.theme { padding: 76px var(--pad); display: grid; gap: 56px; align-items: center; }
.theme--text-first { grid-template-columns: minmax(0,1fr) minmax(0,480px); }
.theme--card-first { grid-template-columns: minmax(0,480px) minmax(0,1fr); }
.theme__text { display: flex; flex-direction: column; gap: 20px; min-width: 0; }
.theme__label { display: flex; align-items: baseline; gap: 12px; }
.theme__label .num { font-family: var(--display); font-style: italic; font-weight: 700; font-size: 15px; }
.theme__lede { font-size: 19px; opacity: .85; }
.theme__note { font-size: 17px; opacity: .55; }
.theme__note-sm { font-size: 16px; opacity: .6; }
.chips { display: flex; flex-wrap: wrap; gap: 8px; }
.chip { border: 1px solid rgba(255,255,255,.4); border-radius: 999px; padding: 6px 14px; font-size: 15px; }

.platform-card { display: flex; align-items: center; gap: 16px; border-radius: 16px; padding: 18px 22px; margin-top: 4px; }
.platform-card:hover { text-decoration: none; }
.platform-card img { width: 34px; height: auto; }
.platform-card .inner { display: flex; flex-direction: column; gap: 2px; }
.platform-card .name { font-family: var(--display); font-style: italic; font-weight: 700; font-size: 22px; }
.platform-card .desc { font-size: 16px; opacity: .7; }
.platform-card--purple { background: rgba(136,76,158,.18); border: 1px solid rgba(136,76,158,.6); }
.platform-card--purple:hover { background: rgba(136,76,158,.3); }
.platform-card--purple img { filter: brightness(0) invert(1); }
.platform-card--pink { background: rgba(255,92,117,.14); border: 1px solid rgba(255,92,117,.5); }
.platform-card--pink:hover { background: rgba(255,92,117,.24); }
.platform-card--white { background: #fff; border: 1px solid rgba(0,0,0,.15); }
.platform-card--white:hover { background: #F2ECE4; }
.platform-card--outline { border: 1px solid rgba(255,255,255,.22); padding: 16px 22px; }
.platform-card--outline:hover { background: rgba(255,255,255,.06); }
.platform-card--outline .name { font-size: 19px; }
.platform-card--outline .desc { font-size: 15px; opacity: .6; }

.stats { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 20px; padding-top: 20px; }
.stats--on-dark { border-top: 1px solid rgba(255,255,255,.22); }
.stats--on-light { border-top: 1px solid rgba(0,0,0,.18); }
.stats > div { min-width: 0; }
.stats p { font-size: 15px; opacity: .55; }

/* Case card */
.case-card { min-width: 0; border-radius: 18px; overflow: hidden; display: flex; flex-direction: column; }
.case-card--dark { background: var(--dark-card); border: 1px solid rgba(255,255,255,.15); }
.case-card--white { background: #fff; }
.case-card__images { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 2px; height: 230px; }
.case-card__images > div { position: relative; }
.case-card__badge { position: absolute; left: 10px; top: 10px; padding: 4px 8px; border-radius: 4px; pointer-events: none; font-size: 12px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.case-card__badge--before { background: rgba(0,0,0,.7); color: #fff; }
.case-card__badge--after { background: var(--pink); color: #000; }
.case-card__body { padding: 24px; display: flex; flex-direction: column; gap: 8px; }
.case-card__body p { font-size: 16px; opacity: .7; }

/* Wirkung */
.impact { display: flex; flex-direction: column; gap: 36px; }
.impact__showcase { display: grid; grid-template-columns: minmax(0,1fr) minmax(360px,460px); gap: 40px; align-items: stretch; }
.impact__story { display: flex; flex-direction: column; gap: 24px; }
.impact__chain { display: flex; flex-wrap: wrap; align-items: center; gap: 9px; font-weight: 600; font-size: 17px; }
.impact__chain .arrow { color: var(--pink); }
.impact__cards { display: grid; grid-template-columns: minmax(0,1fr); gap: 12px; }
.impact-card { border: 1px solid rgba(255,255,255,.22); border-radius: 16px; padding: 20px 22px; display: grid; grid-template-columns: minmax(130px,.8fr) minmax(150px,1.15fr) minmax(0,1.5fr); align-items: start; gap: 16px; min-width: 0; }
.impact-card .badge { opacity: .45; }
.impact-card__label { display: flex; align-items: center; gap: 8px; }
.impact-card__label > .icon { width: 18px; height: 18px; color: var(--pink); }
.impact-card h3 { font-size: 18px; line-height: 1.3; font-weight: 600; }
.impact-card p { font-size: 15px; opacity: .7; }
.impact-card--pink { background: var(--pink); color: #000; border-color: var(--pink); }
.impact-card--pink .badge { opacity: .72; }
.impact-card--pink .impact-card__label > .icon { color: #000; }
.impact-card--pink p { opacity: 1; }
.impact__case { height: 100%; }
.impact__case .case-card__images { flex: 1; min-height: 230px; }

/* Quote cards */
.quote-solid { background: var(--pink); color: #000; border-radius: 22px; padding: 44px; display: flex; flex-direction: column; gap: 20px; min-width: 0; }
.quote-solid p { font-family: var(--display); font-style: italic; font-weight: 700; font-size: 26px; line-height: 1.2; }
.quote-solid footer { font-size: 16px; font-weight: 600; }
.quote-white { background: #fff; border-radius: 18px; padding: 28px 30px; display: flex; flex-direction: column; gap: 14px; }
.quote-white p { font-family: var(--display); font-style: italic; font-weight: 700; font-size: 20px; line-height: 1.35; text-wrap: pretty; }
.quote-white footer { font-size: 15px; opacity: .6; }
.quote-white--compact { padding: 24px 26px; }
.quote-white--compact p { font-family: var(--body); font-style: normal; font-weight: 500; font-size: 17px; line-height: 1.5; }

/* Ruled lists (services / about) */
.ruled-list { display: flex; flex-direction: column; min-width: 0; }
.ruled-list h3 { font-size: 15px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; opacity: .72; padding-bottom: 10px; }
.ruled-list p { font-size: 17px; padding: 11px 0; }
.ruled-list--light p { border-top: 1px solid rgba(0,0,0,.14); }
.ruled-list--dark p { border-top: 1px solid var(--hairline-dark); opacity: .85; }

/* Services page */
.page-hero { padding: 88px var(--pad) 56px; display: flex; flex-direction: column; gap: 28px; }
.page-hero__inner { display: flex; flex-direction: column; gap: 22px; max-width: 760px; }
.page-hero__intro { font-size: 20px; opacity: .85; }
.jump-nav { display: flex; gap: 10px; flex-wrap: wrap; }
.jump-nav a { border: 1.5px solid rgba(255,255,255,.4); border-radius: 999px; padding: 10px 18px; font-size: 15px; font-weight: 600; display: flex; align-items: center; gap: 8px; }
.jump-nav a .icon { width: 18px; height: 18px; color: var(--pink); }
.partner-type-card { background: #fff; border-radius: 16px; padding: 22px 24px; display: flex; flex-direction: column; gap: 6px; }
.partner-type-card h3 { font-size: 18px; font-weight: 600; }
.partner-type-card p { font-size: 16px; opacity: .75; }
.service-aside { min-width: 0; display: flex; flex-direction: column; gap: 20px; }
.content-disclosure { min-width: 0; border-radius: 16px; overflow: hidden; }
.content-disclosure--light { background: rgba(255,255,255,.65); border: 1px solid rgba(0,0,0,.12); }
.content-disclosure--dark { background: var(--dark-card); border: 1px solid rgba(255,255,255,.16); }
.content-disclosure summary { cursor: pointer; list-style: none; padding: 18px 22px; display: flex; align-items: center; justify-content: space-between; gap: 20px; font-size: 16px; font-weight: 600; }
.content-disclosure summary::-webkit-details-marker { display: none; }
.content-disclosure__icon { width: 20px; height: 20px; transition: transform .2s; }
.content-disclosure[open] .content-disclosure__icon { transform: rotate(180deg); }
.content-disclosure__body { padding: 4px 22px 22px; }
.logo-row { display: flex; align-items: stretch; gap: 12px; flex-wrap: wrap; padding-top: 8px; }
.logo-row > div { background: #fff; border-radius: 14px; padding: 14px 22px; display: flex; align-items: center; }
.logo-row img { height: 36px; width: auto; }
.logo-row img.tall { height: 40px; }
.contact-band { background: var(--pink); color: #000; 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 page */
.about-hero { padding: 88px var(--pad) 64px; display: grid; grid-template-columns: minmax(0,1fr) minmax(0,440px); gap: 56px; align-items: center; }
.person-card { background: #fff; border-radius: 18px; overflow: hidden; display: flex; flex-direction: column; }
.person-card__img { height: 300px; }
.person-card__body { padding: 26px 28px; display: flex; flex-direction: column; gap: 6px; }
.person-card__body p { font-size: 16px; opacity: .7; }
.member-row { display: grid; grid-template-columns: 200px minmax(0,1fr); gap: 32px; align-items: baseline; border-top: 1px solid var(--hairline-dark); padding: 20px 0; }
.member-row h3 { font-size: 19px; line-height: 1.3; font-weight: 600; }
.member-row p { font-size: 17px; opacity: .7; }
.faq-list { border-bottom: 1px solid var(--hairline-dark); }
.faq-item { border-top: 1px solid var(--hairline-dark); }
.faq-item summary { cursor: pointer; list-style: none; padding: 24px 0; display: grid; grid-template-columns: minmax(0,1fr) 30px; gap: 28px; align-items: center; font-size: 20px; line-height: 1.35; font-weight: 600; text-wrap: pretty; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item__icon { justify-self: end; width: 22px; height: 22px; color: var(--pink); transition: transform .2s; }
.faq-item[open] .faq-item__icon { transform: rotate(180deg); }
.faq-item__answer { max-width: 760px; padding: 0 58px 26px 0; }
.faq-item__answer p { font-size: 17px; opacity: .75; }

/* ---------------------------------------------------------------------------
   Responsive layout (designed post-handoff; desktop 1240px stays pixel-true)
   Breakpoints: ≤1100px tablet, ≤680px phone
--------------------------------------------------------------------------- */

/* Fluid display type below desktop width */
@media (max-width: 1100px) {
  .page { --pad: 32px; }
  .h1 { font-size: clamp(38px, 6.5vw, 64px); }
  .h1-sub { font-size: clamp(34px, 6vw, 56px); }
  .h2 { font-size: clamp(28px, 4.4vw, 38px); }
  .vision__statement { font-size: clamp(24px, 3.6vw, 34px); }



  .page-hero { padding: 64px var(--pad) 48px; }
  .about-hero { padding: 64px var(--pad) 48px; }
  .hero__text { padding: 48px var(--pad); }

  /* Two-column layouts stack */
  .grid-2, .how, .theme--text-first, .theme--card-first, .about-hero { grid-template-columns: minmax(0,1fr); gap: 40px; }
  .vision { grid-template-columns: minmax(0,1fr); gap: 16px; }
  .vision .eyebrow { padding-top: 0; }

  /* Hero stacks: text above 4:3 image */
  .hero { grid-template-columns: minmax(0,1fr); height: auto; }
  .hero > div:last-child { height: 420px; }

  /* Card comes after text on stacked theme blocks, regardless of desktop order */
  .theme--card-first .case-card { order: 2; }
  .theme--card-first .theme__text { order: 1; }

  .platform-overview__head { flex-direction: column; align-items: flex-start; gap: 16px; }
  .impact__showcase { grid-template-columns: minmax(0,1fr); }
  .impact__case { height: auto; }
  .how { align-items: start; }
  .mascot-card { align-self: start; max-width: 420px; }

  .contact-band { flex-direction: column; align-items: flex-start; gap: 24px; }
  .contact-band h2 { max-width: none; }

  /* 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-footer { flex-direction: column; align-items: flex-start; gap: 24px; }
  .site-footer ul { flex-wrap: wrap; }
}

@media (max-width: 680px) {
  .page { --pad: 20px; }
  .page { font-size: 17px; }
  .section, .theme { padding-top: 48px; padding-bottom: 48px; }

  .page-hero, .about-hero { padding: 48px var(--pad) 40px; }
  .hero__text { padding: 40px var(--pad); gap: 20px; }
  .vision { padding-top: 44px; padding-bottom: 44px; }

  .h1 { font-size: clamp(32px, 9vw, 40px); }
  .h1-sub { font-size: clamp(30px, 8.5vw, 38px); }
  .h2 { font-size: clamp(25px, 6.8vw, 30px); }
  .h3 { font-size: 21px; }
  .hero__intro, .page-hero__intro { font-size: 18px; }
  .theme__lede { font-size: 17px; }

  .hero > div:last-child { height: 300px; }
  .platform-overview__grid { grid-template-columns: minmax(0,1fr); }
  .platform-overview__card { min-height: 0; padding: 22px; }
  .platform-overview__card > h3 { font-size: 21px; }
  .stats { grid-template-columns: minmax(0,1fr); gap: 14px; }
  .stat-number { font-size: 30px; }
  .case-card__images { height: 170px; }
  .person-card__img { height: 240px; }

  .member-row { grid-template-columns: minmax(0,1fr); gap: 4px; }
  .faq-item summary { padding: 20px 0; font-size: 18px; }
  .faq-item__answer { padding-right: 0; }
  .impact__chain { font-size: 16px; }
  .impact-card { grid-template-columns: minmax(0,1fr); gap: 5px; }

  .btn { font-size: 16px; padding: 13px 22px; }
  .btn--outline-light, .btn--outline-light-60, .btn--outline-ink { padding: 12px 22px; }
  .btn-row { gap: 10px; }
  .quote-solid { padding: 28px; }
  .quote-solid p { font-size: 21px; }

  .site-header__logo { width: 150px; }
  .logo-row > div { padding: 10px 14px; }
  .logo-row img { height: 30px; }
  .logo-row img.tall { height: 34px; }
  .site-header__nav { padding: 80px 20px 40px; }
  .site-header__nav > ul a { font-size: 28px; }

  .cards-2 { grid-template-columns: minmax(0,1fr); gap: 20px; }
}

@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; }
}
