@import url("https://fonts.googleapis.com/css2?family=Anton&family=Atkinson+Hyperlegible:wght@400;700&family=Inter:wght@400;500;600;700;800&display=swap");

:root {
  --ink: #020c1c;
  --ink-soft: #0a1729;
  --red: #e4003a;
  --red-bright: #ff174d;
  --paper: #f4f1eb;
  --white: #fff;
  --muted: #667083;
  --line: rgba(2, 12, 28, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body { margin: 0; background: var(--white); color: var(--ink); font-family: Inter, "Segoe UI", Arial, sans-serif; }
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
button { cursor: pointer; }
button:focus-visible, a:focus-visible, input:focus-visible, textarea:focus-visible { outline: 3px solid #61d5df; outline-offset: 3px; }
img { max-width: 100%; height: auto; display: block; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

.skip-link {
  position: absolute; left: 16px; top: -56px; z-index: 100000;
  padding: 12px 18px; background: #ffe600; color: #000; font-size: 14px; font-weight: 800;
  border-radius: 10px; box-shadow: 0 10px 24px rgba(0,0,0,.25);
}
.skip-link:focus, .skip-link:focus-visible { top: 12px; outline: 3px solid #61d5df; outline-offset: 3px; }

html[data-a11y-font="1"] { zoom: 1.15; }
html[data-a11y-font="2"] { zoom: 1.3; }

html.a11y-dyslexia, html.a11y-dyslexia body, html.a11y-dyslexia button, html.a11y-dyslexia input, html.a11y-dyslexia textarea, html.a11y-dyslexia a {
  font-family: "Atkinson Hyperlegible", Inter, Arial, sans-serif !important;
  letter-spacing: .04em;
  word-spacing: .08em;
  line-height: 1.7;
}
html.a11y-dyslexia .hero-manifesto,
html.a11y-dyslexia .section-heading h2,
html.a11y-dyslexia .agenda h2,
html.a11y-dyslexia .support h2,
html.a11y-dyslexia .contact h2,
html.a11y-dyslexia .schedule-panel-header h3,
html.a11y-dyslexia .forum-dialog h2,
html.a11y-dyslexia .support-circle {
  font-family: "Atkinson Hyperlegible", Arial, sans-serif !important;
  line-height: 1.15;
  letter-spacing: .02em;
}

html.a11y-contrast {
  --ink: #fff;
  --ink-soft: #000;
  --red: #ffe600;
  --red-bright: #ffe600;
  --paper: #000;
  --white: #000;
  --muted: #f2f2f2;
  --line: rgba(255,255,255,.45);
  background: #000;
}
html.a11y-contrast body { background: #000; color: #fff; }
html.a11y-contrast .site-header,
html.a11y-contrast .hero,
html.a11y-contrast .about,
html.a11y-contrast .agenda,
html.a11y-contrast .support,
html.a11y-contrast .contact,
html.a11y-contrast footer {
  background: #000 !important;
  color: #fff;
  border-color: #fff;
}
html.a11y-contrast a { text-decoration: underline; text-underline-offset: 3px; }
html.a11y-contrast .hero-lead,
html.a11y-contrast .about-content > p,
html.a11y-contrast .support-copy > p:not(.eyebrow),
html.a11y-contrast .agenda-action p,
html.a11y-contrast footer > p { color: #fff; }
html.a11y-contrast .eyebrow,
html.a11y-contrast .eyebrow.light { color: #ffe600; }
html.a11y-contrast .button-primary,
html.a11y-contrast .button-header,
html.a11y-contrast .button-dark,
html.a11y-contrast .button-light {
  background: #ffe600 !important;
  color: #000 !important;
  box-shadow: none;
}
html.a11y-contrast .schedule-panel,
html.a11y-contrast .schedule-panel-header { background: #111; color: #fff; border-color: #ffe600; }
html.a11y-contrast .schedule-item div span,
html.a11y-contrast .schedule-notice span,
html.a11y-contrast .principles p { color: #ddd; }
html.a11y-contrast .schedule-notice { background: #1a1a00; border-left-color: #ffe600; }
html.a11y-contrast .schedule-notice.free-entry { background: #001a12; border-left-color: #7CFFB1; }
html.a11y-contrast .hero-glow,
html.a11y-contrast .outline-word,
html.a11y-contrast .support-lines { display: none; }
html.a11y-contrast .hero-strip,
html.a11y-contrast .footer-bottom,
html.a11y-contrast .contact-link { border-color: #fff; }
html.a11y-contrast .forum-dialog { background: #111 !important; color: #fff; border: 2px solid #ffe600; }
html.a11y-contrast .field-label input,
html.a11y-contrast .field-label textarea { background: #000; color: #fff; border-color: #ffe600; }

.a11y-widget { position: fixed; right: 16px; bottom: 16px; z-index: 60; display: flex; flex-direction: column; align-items: flex-end; gap: 10px; }
.a11y-toggle {
  min-height: 48px; width: auto; padding: 4px 16px 4px 4px; border: 0; border-radius: 999px;
  display: inline-flex; align-items: center; gap: 10px; color: #fff; background: #1e6fff;
  font-size: 12px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase;
  box-shadow: 0 12px 28px rgba(30, 111, 255, .4);
}
.a11y-toggle-icon {
  width: 40px; height: 40px; flex: none; display: grid; place-items: center;
}
.a11y-toggle-icon svg { width: 28px; height: 28px; display: block; }
.a11y-toggle:hover { transform: none; filter: brightness(1.08); }
.a11y-panel {
  width: min(280px, calc(100vw - 32px)); padding: 18px; display: grid; gap: 10px;
  background: #07101d; color: #fff; border: 1px solid rgba(255,255,255,.14); border-radius: 16px;
  box-shadow: 0 20px 50px rgba(0,0,0,.35);
}
.a11y-panel[hidden] { display: none !important; }
.a11y-panel h2 { margin: 0 2px 6px; font-size: 13px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.a11y-row { display: grid; gap: 8px; }
.a11y-row-inline { display: flex; gap: 8px; }
.a11y-label { margin: 0; color: rgba(255,255,255,.7); font-size: 11px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
.a11y-btn {
  min-height: 44px; padding: 0 12px; border: 1px solid rgba(255,255,255,.16); border-radius: 10px;
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  color: #fff; background: rgba(255,255,255,.06); font-size: 13px; font-weight: 700;
}
.a11y-btn:hover { transform: none; background: rgba(255,255,255,.12); }
.a11y-btn.is-active { border-color: #ffe600; background: rgba(255,230,0,.14); color: #ffe600; }
.a11y-btn-grow { flex: 1; }
html.a11y-contrast .a11y-btn.is-active { background: #ffe600; color: #000; }
html.a11y-contrast .a11y-panel { background: #000; border-color: #ffe600; }

.site-header {
  position: fixed; inset: 0 0 auto; z-index: 40; height: 88px; padding: 0 clamp(22px, 5vw, 76px);
  display: flex; align-items: center; gap: 38px; color: white;
  background: rgba(2, 12, 28, .9); border-bottom: 1px solid rgba(255,255,255,.12); backdrop-filter: blur(18px);
}
.brand { display: flex; align-items: center; margin-right: auto; }
.brand img { width: 250px; height: 61px; object-fit: contain; object-position: left center; }
.desktop-nav { display: flex; gap: 30px; align-items: center; font-size: 13px; font-weight: 650; }
.desktop-nav a { position: relative; padding: 10px 0; opacity: .78; transition: opacity .2s; }
.desktop-nav a:hover { opacity: 1; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 4px; height: 2px; background: var(--red-bright); transition: right .2s; }
.desktop-nav a:hover::after { right: 0; }
.mobile-menu-button, .mobile-nav { display: none; }

.button {
  min-height: 48px; padding: 0 24px; border: 0; border-radius: 999px; display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  font-size: 13px; font-weight: 750; letter-spacing: .01em; transition: transform .2s, background .2s, color .2s, opacity .2s;
}
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--red); color: white; box-shadow: 0 12px 28px rgba(228,0,58,.24); }
.button-primary:hover { background: var(--red-bright); }
.button-primary:disabled { opacity: .45; transform: none; cursor: not-allowed; }
.button-header { min-height: 42px; padding: 0 20px; color: var(--ink); background: white; }
.button-dark { background: var(--ink); color: white; }
.button-light { background: white; color: var(--ink); }
.button-full { width: 100%; }

.hero {
  min-height: 820px; padding: 170px clamp(24px, 6vw, 94px) 130px; position: relative; overflow: hidden;
  display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; color: white; background: var(--ink);
}
.hero::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.03) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.03) 1px, transparent 1px); background-size: 90px 90px; mask-image: linear-gradient(to bottom, black, transparent 78%); }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(40px); pointer-events: none; }
.hero-glow-one { width: 520px; height: 520px; background: rgba(228,0,58,.18); right: -180px; top: 70px; }
.hero-glow-two { width: 280px; height: 280px; background: rgba(48,172,184,.13); left: 34%; bottom: 0; }
.hero-copy { position: relative; z-index: 3; max-width: 640px; }
.eyebrow { margin: 0 0 18px; color: var(--red); font-size: 11px; font-weight: 850; letter-spacing: .2em; text-transform: uppercase; }
.eyebrow.light { color: #ff5a7e; }
.hero h1 { margin: 0; }
.hero-manifesto { display: flex; flex-direction: column; align-items: flex-start; font-family: "Anton", Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif; font-weight: 400; line-height: .94; letter-spacing: -.02em; text-transform: uppercase; }
.hero-manifesto > span { display: block; color: white; font-size: clamp(72px, 7.2vw, 118px); }
.hero-manifesto .manifesto-red { color: var(--red-bright); }
.hero-manifesto small { display: block; margin-top: 22px; color: white; font: 400 clamp(27px, 2.6vw, 43px)/1 "Anton", Impact, sans-serif; letter-spacing: -.01em; text-transform: lowercase; }
.hero-lead { max-width: 590px; margin: 40px 0 0; color: rgba(255,255,255,.72); font-size: 17px; line-height: 1.75; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 40px; }
.text-link { display: inline-flex; align-items: center; gap: 5px; font-size: 13px; font-weight: 700; }
.text-link.light { color: rgba(255,255,255,.85); }
.hero-partners { display: flex; flex-wrap: wrap; gap: 20px 56px; align-items: flex-end; margin-top: 56px; }
.hero-partner p { margin: 0 0 14px; color: #fff; font-size: 11px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.hero-partner img { height: 40px; width: auto; max-width: 132px; object-fit: contain; object-position: left center; }
.hero-visual { position: relative; align-self: end; height: 640px; z-index: 2; }
.hero-visual > img { position: absolute; z-index: 2; width: min(830px, 61vw); height: auto; right: -8vw; bottom: -45px; filter: drop-shadow(0 30px 60px rgba(0,0,0,.3)); }
.outline-word { position: absolute; top: 75px; right: -70px; font-family: Impact, sans-serif; font-size: clamp(120px, 17vw, 290px); color: transparent; -webkit-text-stroke: 1px rgba(255,255,255,.055); letter-spacing: .02em; }
.hero-strip { position: absolute; z-index: 4; left: clamp(24px, 6vw, 94px); right: clamp(24px, 6vw, 94px); bottom: 0; height: 72px; display: flex; align-items: center; gap: 0; border-top: 1px solid rgba(255,255,255,.16); }
.hero-strip span { flex: 1; display: flex; gap: 10px; align-items: center; color: rgba(255,255,255,.72); font-family: "Anton", Impact, sans-serif; font-size: 13px; font-weight: 400; letter-spacing: .025em; white-space: nowrap; }
.hero-strip i { width: 6px; height: 6px; flex: none; border-radius: 50%; background: #ff5a7e; box-shadow: 0 0 0 4px rgba(255,90,126,.12); }

.section { padding: 120px clamp(24px, 7vw, 110px); }
.about { position: relative; display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(35px, 6vw, 110px); background: var(--paper); }
.section-heading h2, .agenda h2, .support h2, .contact h2 { margin: 0; font-family: "Anton", Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif; font-weight: 400; font-size: clamp(48px, 5.2vw, 82px); line-height: .96; letter-spacing: -.015em; text-transform: uppercase; }
.about-content { max-width: 720px; }
.about-content > p { color: #596274; font-size: 15px; line-height: 1.8; }
.about-content .large-copy { margin-top: 0; color: var(--ink); font-size: 21px; line-height: 1.6; }
.principles { margin-top: 54px; border-top: 1px solid var(--line); }
.principles article { display: grid; grid-template-columns: 48px 150px 1fr; gap: 18px; align-items: baseline; padding: 24px 0; border-bottom: 1px solid var(--line); }
.principles article > span { color: var(--red); font-size: 10px; font-weight: 800; }
.principles h3 { margin: 0; font-size: 15px; }
.principles p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.6; }

.agenda { color: white; background: var(--red); }
.agenda-header { display: flex; align-items: flex-end; justify-content: space-between; gap: 35px; }
.agenda .eyebrow.light { color: rgba(255,255,255,.72); }
.agenda h2 { max-width: 850px; }
.agenda-status { margin-bottom: 8px; padding: 10px 15px; border: 1px solid rgba(255,255,255,.4); border-radius: 999px; color: rgba(255,255,255,.86); font-size: 11px; font-weight: 700; white-space: nowrap; }
.agenda-status span { display: inline-block; width: 7px; height: 7px; margin-right: 7px; border-radius: 50%; background: white; box-shadow: 0 0 0 5px rgba(255,255,255,.15); }
.agenda-columns { margin-top: 64px; display: grid; grid-template-columns: .9fr 1.1fr; gap: 22px; align-items: start; }
.schedule-panel { overflow: hidden; color: var(--ink); background: white; border: 1px solid rgba(255,255,255,.35); border-radius: 18px; box-shadow: 0 28px 70px rgba(71,0,18,.15); }
.schedule-panel-header { min-height: 132px; padding: 28px 30px; display: flex; gap: 20px; align-items: center; border-bottom: 1px solid rgba(2,12,28,.1); background: var(--paper); }
.schedule-panel-header > div:last-child > p { margin: 0 0 4px; color: var(--red); font-size: 10px; font-weight: 850; letter-spacing: .15em; text-transform: uppercase; }
.schedule-panel-header h3 { margin: 0; font: 400 34px/1 "Anton", Impact, sans-serif; text-transform: uppercase; }
.schedule-panel-header > div:last-child > span { margin-top: 9px; display: flex; gap: 6px; align-items: center; color: var(--muted); font-size: 11px; }
.schedule-icon, .date-tile { width: 64px; height: 64px; flex: none; display: grid; place-items: center; color: white; background: var(--red); border-radius: 13px; }
.schedule-icon svg { width: 26px; height: 26px; }
.date-tile { gap: 0; align-content: center; }
.date-tile strong { font: 400 29px/.9 "Anton", Impact, sans-serif; }
.date-tile span { margin-top: 5px; font-size: 9px; font-weight: 850; letter-spacing: .14em; }
.schedule-notice { margin: 20px 22px 4px; padding: 15px 18px; display: grid; gap: 4px; color: var(--ink); background: rgba(228,0,58,.07); border-left: 3px solid var(--red); border-radius: 0 9px 9px 0; }
.schedule-notice strong { color: var(--red); font-size: 12px; }
.schedule-notice span { color: var(--muted); font-size: 10px; line-height: 1.5; }
.schedule-notice.free-entry { background: #edf8f3; border-left-color: #168462; }
.schedule-notice.free-entry strong { color: #126b50; }
.schedule-list { margin: 0; padding: 0; list-style: none; }
.schedule-item { min-height: 72px; padding: 17px 25px; display: grid; grid-template-columns: 82px 1fr; gap: 16px; align-items: center; border-bottom: 1px solid rgba(2,12,28,.09); }
.schedule-item:last-child { border-bottom: 0; }
.schedule-item time { color: var(--red); font: 400 15px/1.2 "Anton", Impact, sans-serif; letter-spacing: .02em; }
.schedule-item div { display: grid; gap: 5px; }
.schedule-item strong { font-size: 13px; line-height: 1.4; }
.schedule-item div span { color: var(--muted); font-size: 11px; line-height: 1.55; }
.schedule-highlight { margin: 20px 22px 4px; padding: 17px 20px; display: grid; grid-template-columns: 105px 1fr; gap: 16px; align-items: center; color: white; background: var(--ink); border-radius: 10px; }
.schedule-highlight span { color: #ff7290; font: 400 14px/1.2 "Anton", Impact, sans-serif; }
.schedule-highlight strong { font-size: 12px; line-height: 1.45; }
.main-schedule { padding: 4px 22px 14px; }
.main-schedule .schedule-item { padding-left: 0; padding-right: 0; }
.agenda-action { margin-top: 28px; padding-top: 28px; display: flex; justify-content: space-between; gap: 30px; align-items: center; border-top: 1px solid rgba(255,255,255,.3); }
.agenda-action p { max-width: 610px; margin: 0; color: rgba(255,255,255,.72); font-size: 13px; line-height: 1.6; }

.support { min-height: 700px; display: grid; grid-template-columns: 1fr 1fr; gap: 8vw; align-items: center; overflow: hidden; }
.support-visual { position: relative; min-height: 480px; display: grid; place-items: center; }
.support-circle { position: relative; z-index: 2; width: 290px; height: 290px; display: grid; place-content: center; border-radius: 50%; color: white; background: var(--red); font-family: Impact, sans-serif; font-size: 56px; line-height: .82; text-align: center; text-transform: uppercase; transform: translateX(-105px) rotate(-7deg); box-shadow: 0 30px 70px rgba(228,0,58,.24); }
.support-lines { position: absolute; width: 500px; height: 500px; border: 1px solid rgba(228,0,58,.28); border-radius: 50%; }
.support-lines::before, .support-lines::after { content: ""; position: absolute; inset: 55px; border: 1px solid rgba(2,12,28,.1); border-radius: 50%; }
.support-lines::after { inset: 110px; }
.support-model { position: absolute; z-index: 3; right: 2%; bottom: -120px; width: 285px; height: auto; filter: drop-shadow(0 28px 28px rgba(2,12,28,.16)); }
.support-copy > p:not(.eyebrow) { max-width: 620px; color: var(--muted); font-size: 15px; line-height: 1.8; }
.support-copy ul { padding: 0; margin: 28px 0 35px; list-style: none; display: grid; gap: 12px; font-size: 13px; font-weight: 700; }
.support-copy li { display: flex; gap: 10px; align-items: center; }
.support-copy li svg { color: var(--red); }

.contact { display: grid; grid-template-columns: .8fr 1.2fr; gap: 8vw; align-items: start; color: white; background: var(--ink-soft); }
.contact h2 { max-width: 590px; }
.contact-actions { border-top: 1px solid rgba(255,255,255,.14); }
.contact-link { width: 100%; padding: 25px 5px; display: grid; grid-template-columns: 52px 1fr auto; gap: 17px; align-items: center; color: white; background: none; border: 0; border-bottom: 1px solid rgba(255,255,255,.14); text-align: left; }
.contact-link > span { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 50%; color: #ff5a7e; background: rgba(255,255,255,.07); }
.contact-link small { display: block; color: rgba(255,255,255,.48); font-size: 10px; text-transform: uppercase; letter-spacing: .1em; }
.contact-link strong { display: block; margin-top: 5px; font-size: 15px; }
.contact-link > svg { color: rgba(255,255,255,.45); transition: transform .2s; }
.contact-link:hover > svg { transform: translateX(5px); }

footer { padding: 70px clamp(24px, 7vw, 110px) 30px; color: white; background: var(--ink); text-align: center; }
footer > img { width: 320px; height: 135px; object-fit: contain; margin: 0 auto; }
footer > p { margin: 16px 0 55px; color: rgba(255,255,255,.52); font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }
.footer-bottom { padding-top: 25px; display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.42); font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }

.forum-dialog {
  width: min(760px, calc(100vw - 28px));
  max-width: 760px;
  max-height: 90vh;
  overflow-y: auto;
  margin: auto;
  border: 0;
  border-radius: 20px;
  padding: 34px;
  background: white;
  color: var(--ink);
  box-shadow: 0 30px 80px rgba(2, 12, 28, .28);
}
.forum-dialog::backdrop { background: rgba(0, 0, 0, .5); }
.forum-dialog h2 { font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif; font-size: 34px; line-height: 1; letter-spacing: .01em; text-transform: uppercase; margin: 0 0 10px; font-weight: 400; }
.forum-dialog .dialog-description { color: var(--muted); font-size: 13px; line-height: 1.6; margin: 0; }
.dialog-close {
  position: absolute; top: 16px; right: 16px; width: 32px; height: 32px;
  display: grid; place-items: center; border: 0; background: transparent; color: var(--muted); border-radius: 6px;
}
.dialog-close:hover { color: var(--ink); background: #f4f1eb; }
.modal-form { margin-top: 10px; display: grid; gap: 16px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.field-label { display: grid; gap: 7px; color: var(--ink); font-size: 11px; font-weight: 750; }
.field-label input, .field-label textarea {
  width: 100%; min-height: 47px; padding: 12px 14px; border: 1px solid #cfd4dc; border-radius: 9px;
  background: #fafafa; font-size: 13px; color: var(--ink); box-shadow: none;
}
.field-label textarea { min-height: 100px; resize: vertical; }
.field-label input:focus, .field-label textarea:focus { border-color: var(--red); background: #fff; }
.consent-row { display: flex; gap: 10px; align-items: flex-start; color: var(--muted); font-size: 11px; line-height: 1.45; cursor: pointer; }
.consent-row input { width: 18px; height: 18px; margin-top: 1px; flex: none; accent-color: var(--red); }
.form-error { margin: 0; color: #bc1737; font-size: 12px; }
.success-state { padding: 30px 12px 20px; display: flex; flex-direction: column; align-items: center; gap: 18px; text-align: center; }
.success-icon { width: 58px; height: 58px; display: grid; place-items: center; border-radius: 50%; color: white; background: var(--red); }
.success-state p { max-width: 460px; color: var(--muted); font-size: 13px; line-height: 1.6; margin: 0; }
.is-hidden { display: none !important; }

@media (max-width: 1080px) {
  .desktop-nav { display: none; }
  .hero { grid-template-columns: 1fr; padding-top: 145px; padding-bottom: 95px; }
  .hero-copy { max-width: 720px; }
  .hero-visual { position: absolute; right: 0; bottom: 72px; width: 58%; height: 560px; opacity: .6; }
  .hero-visual > img { width: 820px; right: -310px; }
  .about { grid-template-columns: 1fr; }
  .about-content { grid-column: auto; }
  .support-circle { width: 240px; height: 240px; font-size: 48px; transform: translateX(-80px) rotate(-7deg); }
  .support-lines { width: 400px; height: 400px; }
  .support-model { right: 0; width: 245px; }
}

@media (max-width: 760px) {
  html { scroll-padding-top: 74px; }
  .site-header { height: 74px; padding: 0 18px; }
  .brand img { width: 205px; height: 52px; }
  .button-header { display: none; }
  .mobile-menu-button { display: grid; place-items: center; width: 43px; height: 43px; color: white; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.16); border-radius: 50%; }
  .mobile-nav { position: absolute; display: none; gap: 0; top: 74px; left: 0; right: 0; padding: 20px; color: white; background: var(--ink); border-top: 1px solid rgba(255,255,255,.12); box-shadow: 0 20px 30px rgba(0,0,0,.25); }
  .mobile-nav.is-open { display: grid; }
  .mobile-nav > a { padding: 15px 4px; border-bottom: 1px solid rgba(255,255,255,.1); font-size: 14px; }
  .mobile-nav .button { margin-top: 18px; width: 100%; }
  .hero { min-height: 790px; padding: 130px 22px 150px; align-items: start; }
  .hero-manifesto > span { font-size: clamp(65px, 19vw, 88px); }
  .hero-manifesto small { margin-top: 18px; font-size: clamp(24px, 7.8vw, 34px); }
  .hero-lead { max-width: 92%; font-size: 15px; line-height: 1.65; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 20px; }
  .hero-partners { margin-top: 44px; gap: 18px 40px; }
  .hero-partner p { margin-bottom: 8px; font-size: 8px; letter-spacing: .12em; }
  .hero-partner img { height: 34px; max-width: 112px; }
  .hero-visual { width: 100%; height: 360px; bottom: 60px; opacity: .35; }
  .hero-visual > img { width: 680px; right: -360px; bottom: -30px; }
  .hero-strip { left: 22px; right: 22px; height: 64px; gap: 24px; overflow-x: auto; scrollbar-width: none; }
  .hero-strip::-webkit-scrollbar { display: none; }
  .hero-strip span { flex: 0 0 auto; font-size: 10px; }
  .section { padding: 80px 22px; }
  .about { display: block; }
  .section-heading h2, .agenda h2, .support h2, .contact h2 { font-size: 49px; }
  .about-content { margin-top: 38px; }
  .about-content .large-copy { font-size: 18px; }
  .principles article { grid-template-columns: 35px 1fr; }
  .principles article p { grid-column: 2; }
  .agenda-header { align-items: flex-start; flex-direction: column; }
  .agenda-status { margin: 0; }
  .agenda-columns { margin-top: 45px; grid-template-columns: 1fr; }
  .schedule-panel-header { padding: 24px 22px; }
  .schedule-item { padding: 16px 20px; grid-template-columns: 72px 1fr; }
  .schedule-highlight { grid-template-columns: 1fr; gap: 5px; }
  .main-schedule { padding-left: 20px; padding-right: 20px; }
  .agenda-action { align-items: stretch; flex-direction: column; }
  .agenda-action .button { width: 100%; }
  .support { grid-template-columns: 1fr; gap: 35px; }
  .support-visual { min-height: 310px; }
  .support-circle { width: 190px; height: 190px; font-size: 39px; transform: translateX(-55px) rotate(-7deg); }
  .support-lines { width: 300px; height: 300px; }
  .support-model { right: 1%; bottom: -80px; width: 205px; }
  .contact { grid-template-columns: 1fr; gap: 50px; }
  .contact-link { grid-template-columns: 46px 1fr auto; }
  footer > img { width: 280px; }
  .footer-bottom { align-items: center; flex-direction: column; }
  .forum-dialog { padding: 26px 20px; }
  .form-grid { grid-template-columns: 1fr; }
  .a11y-widget { right: 12px; bottom: 12px; left: auto; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
