:root {
  --paper: #FBF7F2;
  --paper-2: #F4ECDF;
  --cream: #FFF7E8;
  --ink: #0F0F0F;
  --ink-2: #1F1B17;
  --muted: #6B6358;
  --muted-2: #A19887;
  --line: #E5DCC8;
  --red: #E63946;
  --red-deep: #BB2C37;
  --yellow: #F5C03A;
  --font-display: 'Bricolage Grotesque', sans-serif;
  --font-body: 'DM Sans', system-ui, sans-serif;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-body);
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  line-height: 1.55;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }

.display { font-family: var(--font-display); font-weight: 800; letter-spacing: -0.035em; line-height: 0.92; }
.eyebrow { font-family: 'JetBrains Mono', monospace; font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase; font-weight: 500; color: var(--red); }

.container { max-width: 1320px; margin: 0 auto; padding: 0 48px; }

/* ====== NAV ====== */
.nav { position: sticky; top: 0; z-index: 50; background: var(--paper); border-bottom: 2px solid var(--ink); }
.nav-inner { display: flex; align-items: center; justify-content: space-between; padding: 14px 48px; max-width: 1320px; margin: 0 auto; }
.logo { display: flex; align-items: center; gap: 12px; }
.logo-img {
  width: 96px;
  height: auto;
  filter: drop-shadow(0 5px 10px rgba(15, 15, 15, 0.14));
}
.logo-text { font-family: var(--font-display); font-weight: 700; font-size: 16px; letter-spacing: -0.015em; }
.logo-text small { display: block; font-family: 'JetBrains Mono', monospace; font-size: 9px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--muted); margin-top: 2px; font-weight: 400; }
.nav-links { display: flex; gap: 28px; align-items: center; }
.nav-links a { font-size: 14px; font-weight: 500; color: var(--ink); transition: color 0.2s; }
.nav-links a:hover { color: var(--red); }
.nav-hamburger { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: 4px; }
.nav-hamburger span { display: block; width: 24px; height: 2px; background: var(--ink); transition: transform 0.2s, opacity 0.2s; }
.nav.open .nav-hamburger span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav.open .nav-hamburger span:nth-child(2) { opacity: 0; }
.nav.open .nav-hamburger span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.nav-mobile { display: none; flex-direction: column; gap: 0; border-top: 1px solid var(--line); background: var(--paper); padding: 16px 20px 24px; }
.nav-mobile a { font-size: 16px; font-weight: 500; color: var(--ink); padding: 12px 0; border-bottom: 1px solid var(--line); text-decoration: none; }
.nav-mobile a:last-child { border-bottom: none; }
.nav-mobile .btn { margin-top: 16px; text-align: center; }
.nav.open .nav-mobile { display: flex; }

.btn {
  display: inline-flex; align-items: center; gap: 10px;
  background: var(--red); color: #fff; padding: 12px 18px;
  font-size: 14px; font-weight: 600; border: 2px solid var(--red); cursor: pointer;
  transition: all 0.2s ease; font-family: var(--font-body);
}
.btn:hover { background: var(--ink); border-color: var(--ink); }
.btn .arr { transition: transform 0.25s ease; font-weight: 800; }
.btn:hover .arr { transform: translateX(5px); }
.btn.ghost-light { background: transparent; color: var(--paper); border-color: rgba(251,247,242,0.4); }
.btn.ghost-light:hover { background: var(--paper); color: var(--ink); border-color: var(--paper); }

/* ====== HERO ====== */
.hero { padding: 56px 0 48px; }
.hero-tag { display: flex; align-items: center; gap: 16px; margin-bottom: 36px; }
.hero-tag .line { flex: 1; height: 2px; background: var(--ink); }
.hero-tag .label { font-family: 'JetBrains Mono', monospace; font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--ink); }
.hero-tag .label b { color: var(--red); }

.hero-banner {
  position: relative;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  align-items: end;
  min-height: 420px;
  padding: 42px 48px 0;
  border: 2px solid var(--ink);
  overflow: hidden;
  background:
    linear-gradient(105deg, rgba(255, 247, 232, 0.92) 0%, rgba(255, 247, 232, 0.72) 46%, rgba(219, 239, 250, 0.72) 100%),
    url("assets/akcja-bg.png") center/cover no-repeat;
}
.hero-banner::before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 18% 18%, rgba(245, 192, 58, 0.24), transparent 28%),
    radial-gradient(circle at 88% 22%, rgba(230, 57, 70, 0.16), transparent 30%);
}
.hero-banner-copy {
  position: relative;
  z-index: 2;
  align-self: center;
  max-width: 620px;
  padding-bottom: 38px;
}
.hero-banner-organizers {
  width: min(520px, 100%);
  max-height: 86px;
  object-fit: contain;
  object-position: left;
  padding: 12px 16px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid var(--line);
  margin-bottom: 24px;
}
.hero-banner-logo {
  width: min(320px, 72%);
  margin-bottom: 24px;
  filter: drop-shadow(0 12px 22px rgba(15, 15, 15, 0.18));
}
.hero-banner h1 {
  font-family: var(--font-display);
  font-size: clamp(36px, 5.2vw, 72px);
  font-weight: 800;
  line-height: 0.96;
  letter-spacing: -0.035em;
  max-width: 11ch;
}
.hero-banner-kids {
  position: relative;
  z-index: 1;
  justify-self: end;
  width: min(520px, 100%);
  align-self: end;
  filter: drop-shadow(0 20px 30px rgba(15,15,15,0.18));
}

/* ====== SECTION HEAD ====== */
.section-head { display: block; margin-bottom: 48px; }
.section-head h2 { font-size: clamp(40px, 5.6vw, 88px); max-width: 14ch; }
.section-head h2 em { font-style: normal; color: var(--red); }
.section-head h2 .hl { background: var(--ink); color: var(--paper); padding: 0 12px; }
.section-head .intro { font-size: 16px; color: var(--muted); max-width: 44ch; line-height: 1.6; padding-bottom: 12px; }

/* ====== MANIFESTO ====== */
.manifesto { padding: 120px 0 100px; }
.manifesto-body { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; max-width: 980px; margin-left: 284px; }
.manifesto-body p { font-size: 17px; line-height: 1.6; color: var(--ink-2); }
.manifesto-body p + p { margin-top: 14px; }
.manifesto-pull { margin-top: 56px; margin-left: 284px; display: grid; grid-template-columns: 8px 1fr; gap: 24px; }
.manifesto-pull .bar { background: var(--red); }
.manifesto-pull blockquote { font-family: var(--font-display); font-weight: 500; font-size: 28px; line-height: 1.2; letter-spacing: -0.015em; color: var(--ink); max-width: 720px; }
.manifesto-pull cite { display: block; margin-top: 16px; font-size: 12px; color: var(--muted); font-style: normal; font-family: 'JetBrains Mono', monospace; letter-spacing: 0.08em; text-transform: uppercase; }

/* ====== PILLARS ====== */
.pillars { background: var(--ink); color: var(--paper); padding: 120px 0; position: relative; overflow: hidden; }
.pillars::before { content: ''; position: absolute; inset: 0; pointer-events: none; background: repeating-linear-gradient(45deg, rgba(255,255,255,0.015) 0 2px, transparent 2px 14px); }
.pillars .section-head h2 { color: var(--paper); }
.pillars .section-head h2 em { color: var(--red); }
.pillars .section-head .intro { color: var(--paper-2); }

.pair-stack { display: flex; flex-direction: column; border-top: 1px solid rgba(251,247,242,0.15); }
.pair { display: grid; grid-template-columns: 80px 1fr 60px 1fr; gap: 32px; align-items: center; padding: 40px 0; border-bottom: 1px solid rgba(251,247,242,0.15); }
.pair-num { font-family: var(--font-display); font-weight: 800; font-size: 64px; line-height: 1; color: var(--red); letter-spacing: -0.03em; }
.pair-side { padding: 8px 0; }
.pair-side .tag { display: inline-block; font-family: 'JetBrains Mono', monospace; font-size: 10px; letter-spacing: 0.16em; text-transform: uppercase; padding: 4px 8px; margin-bottom: 14px; font-weight: 500; }
.pair-side.action .tag { background: rgba(251,247,242,0.08); color: var(--paper-2); }
.pair-side.reaction .tag { background: var(--red); color: var(--paper); }
.pair-side h3 { font-family: var(--font-display); font-weight: 700; font-size: 28px; line-height: 1.05; letter-spacing: -0.02em; margin-bottom: 12px; color: var(--paper); }
.pair-side.reaction h3 .underline { background: linear-gradient(180deg, transparent 60%, var(--red) 60%); padding: 0 4px; }
.pair-side p { font-size: 14.5px; line-height: 1.55; color: var(--paper-2); max-width: 36ch; }
.pair-side ul { list-style: none; margin-top: 14px; display: flex; flex-wrap: wrap; gap: 6px; }
.pair-side ul li { font-family: 'JetBrains Mono', monospace; font-size: 11px; color: var(--paper-2); padding: 4px 10px; border: 1px solid rgba(251,247,242,0.2); }
.pair-arrow { font-family: var(--font-display); font-weight: 800; font-size: 44px; color: var(--red); text-align: center; }

/* ====== STUDENT WORK ====== */
.student-work { padding: 96px 0; background: #fffaf2; border-bottom: 2px solid var(--ink); }
.student-work .section-head { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: end; margin-bottom: 36px; }
.student-work .section-head h2 { max-width: 12ch; font-size: clamp(38px, 4.6vw, 72px); }
.student-work .section-head .intro { max-width: 46ch; padding-bottom: 0; }
.poster-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; align-items: stretch; }
.poster-card { margin: 0; background: #fff; border: 2px solid var(--ink); overflow: hidden; height: 280px; min-height: 0; box-shadow: none; }
.poster-card img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.35s ease, filter 0.35s ease; }
.poster-card:hover img { transform: scale(1.035); }
.poster-card.wide, .poster-card.accent { grid-column: auto; grid-row: auto; }
.poster-card.tall { aspect-ratio: auto; }
.poster-card.wide img { object-position: center; }
.poster-card.accent img { object-position: center; }

/* ====== SCALE / MAP ====== */
.scale { padding: 120px 0; }
.scale-grid { display: grid; grid-template-columns: 1.5fr 1fr; gap: 24px; align-items: stretch; }
.map-card { background: var(--paper-2); border: 2px solid var(--ink); aspect-ratio: 5/4; position: relative; overflow: hidden; }
.map-card::before {
  content: ''; position: absolute; inset: 0; z-index: 1; pointer-events: none; opacity: 0.5;
  background: repeating-linear-gradient(45deg, rgba(15,15,15,0.025) 0 1px, transparent 1px 12px);
}
.map-embed { position: absolute; inset: 0; z-index: 0; width: 100%; height: 100%; border: none; }
.scale-stat-stack { display: flex; flex-direction: column; gap: 24px; }
.scale-stat { border: 2px solid var(--ink); padding: 32px 36px; flex: 1; display: flex; flex-direction: column; justify-content: space-between; background: var(--paper); position: relative; overflow: hidden; }
.scale-stat.red { background: var(--red); color: var(--paper); border-color: var(--red); }
.scale-stat.red .stat-tag { color: rgba(255,255,255,0.85); }
.scale-stat.red .stat-l { color: rgba(255,255,255,0.85); }
.scale-stat.red .stat-delta { color: rgba(255,255,255,0.7); }
.scale-stat.red .n { color: var(--paper); }
.scale-stat .stat-tag { font-family: 'JetBrains Mono', monospace; font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--muted); }
.scale-stat .n { font-family: var(--font-display); font-weight: 800; font-size: 108px; line-height: 0.92; letter-spacing: -0.04em; margin: 16px 0 8px; color: var(--ink); }
.scale-stat .stat-l { font-size: 14px; color: var(--ink-2); font-weight: 500; }
.scale-stat .stat-delta { font-family: 'JetBrains Mono', monospace; font-size: 11px; color: var(--muted); margin-top: 6px; letter-spacing: 0.06em; }

/* ====== PARTNERS ====== */
.partners { padding: 120px 0; background: var(--paper-2); border-top: 2px solid var(--ink); border-bottom: 2px solid var(--ink); }
.partners-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; }
.partners-block { background: var(--paper); border: 2px solid var(--ink); padding: 40px; }
.partners-block .head { display: flex; justify-content: space-between; align-items: baseline; border-bottom: 1px solid var(--line); padding-bottom: 18px; margin-bottom: 24px; }
.partners-block .head h3 { font-family: var(--font-display); font-weight: 700; font-size: 22px; letter-spacing: -0.015em; }
.partners-block .head .tag { font-family: 'JetBrains Mono', monospace; font-size: 10px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--red); }

.organizers-logo-img { width: 100%; max-height: 72px; object-fit: contain; object-position: left; padding: 10px 16px; background: #fff; border: 1px solid var(--line); margin-bottom: 16px; }
.organizers-feature { position: relative; overflow: hidden; background: linear-gradient(135deg, #fff 0%, #f5fbff 64%, #fff2d8 100%); }
.organizers-feature::before { content: ''; position: absolute; inset: 0; pointer-events: none; background: repeating-linear-gradient(45deg, rgba(0,113,164,0.045) 0 2px, transparent 2px 18px); }
.organizers-feature > * { position: relative; z-index: 1; }
.organizers-feature .head { border-bottom-color: rgba(15,15,15,0.18); }
.organizers-feature .head h3 { font-size: 32px; }
.organizers-feature .organizers-logo-img { max-height: 138px; padding: 26px 30px; margin: 8px 0 24px; border: 2px solid var(--ink); box-shadow: 12px 12px 0 rgba(230,57,70,0.16); object-position: center; }
.organizers-feature .partner-list { gap: 16px; }
.organizers-feature .partner { padding: 22px 24px; background: rgba(255,255,255,0.82); border: 2px solid rgba(15,15,15,0.16); transition: border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease; }
.organizers-feature .partner:hover { border-color: var(--red); transform: translateY(-2px); box-shadow: 0 16px 28px rgba(15,15,15,0.08); }
.organizers-feature .partner h4 { font-size: 20px; }
.organizers-feature .partner p { font-size: 13px; letter-spacing: 0.04em; color: var(--ink-2); }

.partner-list { display: flex; flex-direction: column; gap: 12px; }
.partner { display: flex; align-items: center; gap: 16px; padding: 14px 16px; border: 1px solid var(--line); }
.partner h4 { font-family: var(--font-display); font-weight: 700; font-size: 15px; line-height: 1.2; margin-bottom: 3px; }
.partner h4 a { transition: color 0.2s; }
.partner h4 a:hover { color: var(--red); }
.partner p { font-size: 12px; color: var(--muted); font-family: 'JetBrains Mono', monospace; }

.patron-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.patron-item { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 10px; padding: 16px 12px; border: 1px solid var(--line); transition: border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease; }
.patron-item:hover { border-color: var(--red); box-shadow: 0 12px 28px rgba(15,15,15,0.08); transform: translateY(-2px); }
.patron-logo-box { width: 80px; height: 52px; display: flex; align-items: center; justify-content: center; background: #fff; border: 1px solid var(--line); padding: 6px; overflow: hidden; }
.patron-logo-box img { max-width: 100%; max-height: 100%; width: auto; height: auto; object-fit: contain; }
.patron-item h4 { font-family: var(--font-display); font-weight: 700; font-size: 13px; line-height: 1.2; }
.patron-feature { background: #fff; }
.patron-feature .head h3 { font-size: 32px; }
.patron-feature .patron-grid { gap: 18px; }
.patron-feature .patron-item { min-height: 156px; justify-content: center; padding: 18px; background: #fff; border: 2px solid rgba(15,15,15,0.14); }
.patron-feature .patron-logo-box { width: 100%; height: 118px; padding: 18px 22px; border: 0; background: #fff; }
.patron-feature .patron-logo-box img { max-width: 94%; max-height: 100%; }

/* ====== TEAM ====== */
.team { padding: 120px 0; }
.team-photo-banner { border: 2px solid var(--ink); margin-bottom: 0; }
.team-photo-banner img { width: 100%; height: auto; display: block; }
.team-editorial { margin-top: 0; }
.team-bio-entry { display: grid; grid-template-columns: 240px 1fr; gap: 24px 56px; padding: 40px 0; border-top: 1px solid var(--line); align-items: start; }
.team-bio-entry:first-child { border-top: 2px solid var(--red); }
.team-bio-entry:last-child { border-bottom: 1px solid var(--line); }
.team-bio-entry .entry-name { font-family: var(--font-display); font-weight: 800; font-size: 24px; line-height: 1.15; }
.team-bio-entry .entry-name .degree { display: block; font-family: 'JetBrains Mono', monospace; font-size: 10px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--red); margin-bottom: 6px; font-weight: 500; }
.team-bio-entry .entry-bio { font-size: 15px; line-height: 1.75; color: var(--muted); margin: 0; padding-top: 4px; }

/* ====== BIG CTA ====== */
.cta-big { background: var(--red); color: var(--paper); padding: 120px 0; position: relative; overflow: hidden; }
.cta-big::before { content: ''; position: absolute; inset: 0; pointer-events: none; background: repeating-linear-gradient(45deg, rgba(255,255,255,0.03) 0 2px, transparent 2px 16px); }
.cta-big-inner { position: relative; z-index: 1; display: grid; grid-template-columns: 1.3fr 1fr; gap: 64px; align-items: end; }
.cta-big .eyebrow { color: var(--yellow); }
.cta-big h2 { font-size: clamp(56px, 8vw, 132px); font-weight: 800; line-height: 0.9; margin: 20px 0 32px; max-width: 12ch; }
.cta-big h2 .invert { background: var(--paper); color: var(--red); padding: 0 14px; display: inline-block; }
.cta-big p { font-size: 17px; line-height: 1.55; color: rgba(251,247,242,0.92); max-width: 50ch; margin-bottom: 32px; }
.cta-big .btn-row { display: flex; gap: 14px; flex-wrap: wrap; }
.cta-big .btn { background: var(--paper); color: var(--red); border-color: var(--paper); font-weight: 700; }
.cta-big .btn:hover { background: var(--ink); border-color: var(--ink); color: var(--paper); }

.cta-card { background: var(--paper); color: var(--ink); border: 2px solid var(--ink); padding: 32px; position: relative; }
.cta-card .ribbon-top { position: absolute; top: -2px; left: -2px; right: -2px; background: var(--ink); color: var(--paper); padding: 10px 16px; font-family: 'JetBrains Mono', monospace; font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase; display: flex; justify-content: space-between; align-items: center; }
.cta-card .inner { padding-top: 36px; }
.cta-card h4 { font-family: var(--font-display); font-weight: 800; font-size: 28px; line-height: 1; margin-bottom: 24px; letter-spacing: -0.02em; }
.cta-step { display: grid; grid-template-columns: 36px 1fr; gap: 14px; padding: 16px 0; border-top: 1px solid var(--line); align-items: start; }
.cta-step:first-of-type { border-top: none; padding-top: 0; }
.cta-step .step-n { background: var(--red); color: var(--paper); font-family: var(--font-display); font-weight: 800; font-size: 16px; width: 36px; height: 36px; display: grid; place-items: center; }
.cta-step p { font-size: 14px; line-height: 1.45; color: var(--ink-2); }
.cta-step p b { font-family: var(--font-display); font-weight: 700; }

/* ====== FOOTER ====== */
footer { background: var(--ink); color: var(--paper); padding: 64px 0 32px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 48px; margin-bottom: 48px; }
.footer-col h5 { font-family: 'JetBrains Mono', monospace; font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase; font-weight: 500; color: var(--yellow); margin-bottom: 18px; }
.footer-col a, .footer-col p { font-size: 14px; color: var(--paper-2); line-height: 1.75; }
.footer-col a { display: block; transition: color 0.2s; }
.footer-col a:hover { color: var(--red); }
.footer-col .social-card {
  display: flex;
  align-items: center;
  gap: 14px;
  max-width: 300px;
  padding: 14px 16px;
  border: 1px solid rgba(251,247,242,0.22);
  background: rgba(255,255,255,0.06);
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}
.footer-col .social-card:hover {
  transform: translateY(-2px);
  border-color: var(--red);
  background: rgba(255,255,255,0.1);
}
.footer-col .social-card img {
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
}
.footer-col .social-card strong {
  display: block;
  color: var(--paper);
  font-family: var(--font-display);
  font-size: 17px;
  line-height: 1.1;
}
.footer-col .social-card small {
  display: block;
  color: var(--paper-2);
  font-size: 12px;
  line-height: 1.35;
  margin-top: 4px;
}
.footer-bottom { display: flex; justify-content: space-between; padding-top: 24px; border-top: 1px solid rgba(251,247,242,0.15); font-family: 'JetBrains Mono', monospace; font-size: 11px; color: var(--muted-2); letter-spacing: 0.06em; }
.footer-brand p { font-size: 14px; color: var(--paper-2); margin: 16px 0; max-width: 32ch; line-height: 1.55; }
.footer-brand .logo-text { color: var(--paper); }
.footer-brand .logo-text small { color: var(--muted-2); }
.footer-brand .logo-img { filter: drop-shadow(0 6px 12px rgba(0, 0, 0, 0.34)); }

/* ====== SCROLL ANIMATIONS ====== */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity 0.85s cubic-bezier(.2,.7,.2,1), transform 0.85s cubic-bezier(.2,.7,.2,1); }
.reveal.in { opacity: 1; transform: translateY(0); }
.reveal-stagger > * { opacity: 0; transform: translateY(20px); transition: opacity 0.75s cubic-bezier(.2,.7,.2,1), transform 0.75s cubic-bezier(.2,.7,.2,1); }
.reveal-stagger.in > *:nth-child(1) { transition-delay: 0.05s; }
.reveal-stagger.in > *:nth-child(2) { transition-delay: 0.15s; }
.reveal-stagger.in > *:nth-child(3) { transition-delay: 0.25s; }
.reveal-stagger.in > *:nth-child(4) { transition-delay: 0.35s; }
.reveal-stagger.in > *:nth-child(5) { transition-delay: 0.45s; }
.reveal-stagger.in > * { opacity: 1; transform: translateY(0); }
.count { font-variant-numeric: tabular-nums; }

/* ====== RESPONSIVE ====== */
@media (max-width: 1080px) {
  .section-head, .scale-grid, .partners-grid, .team-grid, .cta-big-inner, .footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .hero-banner { grid-template-columns: 1fr; padding: 32px 32px 0; }
  .hero-banner-copy { padding-bottom: 16px; }
  .hero-banner-kids { justify-self: center; width: min(460px, 80%); }
  .manifesto-body, .manifesto-pull { margin-left: 0; }
  .manifesto-body { grid-template-columns: 1fr; }
  .pair { grid-template-columns: 56px 1fr; }
  .pair-arrow { grid-column: 2 / -1; text-align: left; }
  .pair .pair-side.reaction { grid-column: 2 / -1; }
  .student-work .section-head { grid-template-columns: 1fr; gap: 18px; }
  .poster-grid { grid-template-columns: 1fr 1fr; }
  .scale-stat .n { font-size: 72px; }
  .map-card { aspect-ratio: 4/3; }
}

.contact { padding: 96px 0; background: var(--paper); }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-top: 48px; }
.contact-card { display: flex; align-items: center; gap: 20px; padding: 28px 32px; border: 2px solid var(--ink); background: var(--paper); text-decoration: none; color: var(--ink); transition: border-color 0.2s, transform 0.2s; }
.contact-card:hover { border-color: var(--red); transform: translateY(-2px); }
.contact-icon { font-size: 28px; flex: 0 0 auto; }
.contact-card strong { display: block; font-family: var(--font-display); font-weight: 700; font-size: 18px; margin-bottom: 4px; }
.contact-card span { font-size: 14px; color: var(--muted); font-family: 'JetBrains Mono', monospace; letter-spacing: 0.02em; }

@media (max-width: 720px) {
  .container { padding: 0 20px; }
  .nav-inner { padding: 12px 20px; }
  .nav-links { display: none; }
  .nav-hamburger { display: flex; }
  .nav-cta { display: none; }
  .hero { padding: 32px 0; }
  .hero-banner { min-height: auto; padding: 24px 20px 0; }
  .hero-banner h1 { font-size: 34px; }
  .hero-banner-logo { width: 240px; }
  .hero-banner-organizers { max-height: none; }
  .hero-banner-kids { width: 100%; }
  .manifesto, .pillars, .student-work, .scale, .partners, .team, .cta-big { padding: 64px 0; }
  .poster-grid { grid-template-columns: 1fr; }
  .poster-card, .poster-card.accent { height: 260px; min-height: 0; }
  .scale-stat .n { font-size: 56px; }
  .patron-grid { grid-template-columns: 1fr; }
  .patron-feature .patron-grid { gap: 14px; }
  .patron-feature .patron-item { min-height: 150px; padding: 16px; }
  .patron-feature .patron-logo-box { height: 118px; padding: 14px 18px; }
  .patron-feature .patron-logo-box img { max-width: 100%; max-height: 100%; }
  .map-card { aspect-ratio: 3/2; }
  .contact-grid { grid-template-columns: 1fr; }
  .contact-card { padding: 20px; }
  .team-bio-entry { grid-template-columns: 1fr; gap: 12px; padding: 28px 0; }
  .team-bio-entry .entry-name { font-size: 20px; }
  .team-bio-entry .entry-bio { font-size: 14px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal, .reveal-stagger > * { opacity: 1; transform: none; transition: none; }
}
