.about-main { width: min(824px, 100%); box-sizing: border-box; margin: 0 auto; padding: 76px 32px 100px; }
.about-main h1 { margin: 0 0 32px; font-size: 1.4rem; line-height: 1.4; letter-spacing: .18em; font-weight: normal; }
.about-statement, .about-founding p { font-size: 1rem; line-height: 1.85; color: #eee; margin: 0; }
.manifesto-link { margin-top: 24px; }
.manifesto-link a { display: inline-block; color: #fff; font-size: .875rem; line-height: 1.7; padding: 10px 0; text-decoration: none; border-bottom: 1px solid #ff2222; }
.draft-label { display: block; font-size: .75rem; color: #aaa; margin-top: 12px; line-height: 1.5; }
.about-founding { margin-top: 56px; }
.about-founding h2 { font-size: 1.1rem; line-height: 1.6; letter-spacing: .12em; text-transform: uppercase; margin: 0 0 18px; }
.about-page :focus-visible { outline: 2px solid #ff4444; outline-offset: 5px; }
.about-skip { position: absolute; left: 16px; top: -100px; z-index: 10; padding: 12px; background: #000; color: #fff; }
.about-skip:focus { top: 12px; }
@media (max-width: 600px) { .about-main { padding: 48px 24px 64px; } .about-main h1 { margin-bottom: 26px; } .about-founding { margin-top: 44px; } }

.about-response { margin-top: 64px; padding-top: 32px; border-top: 1px solid #333; }
.about-response h2 { font-size: 1.1rem; line-height: 1.6; font-weight: normal; margin: 0 0 24px; }
.about-response label { display: block; margin: 20px 0 8px; font-size: .875rem; }
.about-response input:not([type="checkbox"]), .about-response textarea { display: block; width: 100%; box-sizing: border-box; background: #090909; color: #eee; border: 1px solid #555; padding: 12px; font: inherit; border-radius: 0; }
.about-response textarea { resize: vertical; }
.about-response .response-consent { display: flex; align-items: flex-start; gap: 10px; line-height: 1.6; }
.response-consent input { margin-top: 5px; }
.about-response button { background: #000; color: #fff; border: 1px solid #777; padding: 12px 18px; font: inherit; cursor: pointer; }
.about-response button:disabled { opacity: .5; }
.response-note, .about-response [role="status"] { font-size: .75rem; line-height: 1.7; color: #aaa; }
