@font-face { font-family: 'Newsreader'; src: url('/fonts/newsreader.woff2') format('woff2'); font-display: swap; font-style: normal; font-weight: 200 800; }
@font-face { font-family: 'Instrument Sans'; src: url('/fonts/instrument-sans.woff2') format('woff2'); font-display: swap; font-style: normal; font-weight: 400 700; }
:root { --ink: #171717; --paper: #f5f1e8; --quiet: #74716a; --line: #c9c4ba; --red: #ff3b30; --void: #080808; }
* { box-sizing: border-box; }
html { background: var(--paper); color: var(--ink); font-family: 'Newsreader', serif; }
body { margin: 0; min-width: 320px; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 4px; }
a:hover { color: var(--red); }
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 3px solid var(--red); outline-offset: 3px; }
.skip-link { left: 1rem; position: fixed; top: -4rem; z-index: 10; background: var(--paper); padding: .75rem 1rem; }
.skip-link:focus { top: 1rem; }
.site-header { align-items: center; border-bottom: 1px solid var(--line); display: flex; justify-content: space-between; min-height: 76px; padding: 0 clamp(1.25rem, 5vw, 5rem); }
.wordmark { align-items: center; display: inline-flex; font-family: 'Instrument Sans', sans-serif; font-size: 1.05rem; font-weight: 700; gap: .55rem; letter-spacing: -.04em; text-decoration: none; }
.wordmark small { border-left: 1px solid var(--line); font-size: .6rem; letter-spacing: .12em; margin-left: .2rem; padding-left: .7rem; }
.logo-shell { align-items: center; background: var(--void); border-radius: 8px; display: inline-flex; height: 34px; justify-content: center; overflow: hidden; padding: 5px 7px; width: 49px; }
.logo-shell img { display: block; height: auto; max-height: 24px; object-fit: contain; width: 37px; }
nav { display: flex; gap: clamp(.7rem, 2vw, 1.5rem); }
nav a { font-family: 'Instrument Sans', sans-serif; font-size: .78rem; font-weight: 700; text-decoration: none; }
nav a[aria-current='page'] { color: var(--red); }
main { min-height: calc(100vh - 220px); }
.masthead, .page-intro, .state, .legal { margin: 0 auto; max-width: 1080px; padding: clamp(4rem, 11vw, 9.5rem) clamp(1.25rem, 5vw, 5rem); }
.masthead { background: var(--ink); color: var(--paper); max-width: none; min-height: min(650px, 78svh); padding-left: max(1.25rem, calc((100vw - 1080px) / 2)); padding-right: max(1.25rem, calc((100vw - 1080px) / 2)); }
.eyebrow { font-family: 'Instrument Sans', sans-serif; font-size: .72rem; font-weight: 700; letter-spacing: .16em; margin: 0 0 1.25rem; }
h1, h2, h3, p { margin-top: 0; }
h1 { font-size: clamp(3.25rem, 10vw, 7.7rem); letter-spacing: -.075em; line-height: .88; max-width: 800px; }
.page-intro h1, .state h1, .legal h1 { font-size: clamp(2.7rem, 7vw, 5.5rem); }
.lede { font-size: clamp(1.15rem, 2vw, 1.45rem); line-height: 1.5; max-width: 530px; }
.button { align-items: center; border: 1px solid var(--ink); display: inline-flex; font-family: 'Instrument Sans', sans-serif; font-size: .92rem; font-weight: 700; justify-content: center; min-height: 48px; padding: .75rem 1.15rem; text-decoration: none; }
.primary { background: var(--paper); color: var(--ink); }
.primary:hover { background: var(--red); color: var(--void); }
.page-intro { border-bottom: 1px solid var(--line); padding-bottom: 3rem; }
.page-intro p { font-size: 1.1rem; line-height: 1.5; max-width: 620px; }
.route-list, .legal-index { margin: 0 auto; max-width: 1080px; padding: 0 clamp(1.25rem, 5vw, 5rem); }
.route-list a { align-items: baseline; border-bottom: 1px solid var(--line); display: grid; gap: 1rem; grid-template-columns: 54px 1fr auto; padding: 2.4rem 0; text-decoration: none; }
.route-list span { color: var(--red); font-family: 'Instrument Sans', sans-serif; font-weight: 700; }
.route-list h2 { font-size: clamp(2rem, 4vw, 3.5rem); letter-spacing: -.055em; margin-bottom: .45rem; }
.route-list p { color: var(--quiet); line-height: 1.5; margin-bottom: 0; }
.route-list b, .legal-index b { color: var(--red); font-size: 1.5rem; }
.legal-index { border-top: 1px solid var(--line); margin-top: 5rem; padding-bottom: 5rem; padding-top: 2.5rem; }
.legal-index a { border-bottom: 1px solid var(--line); display: flex; font-family: 'Instrument Sans', sans-serif; font-size: 1.2rem; font-weight: 700; justify-content: space-between; padding: 1.15rem 0; text-decoration: none; }
.form { margin: 0 auto; max-width: 780px; padding: 3rem clamp(1.25rem, 5vw, 5rem) 6rem; }
.form > label:not(.checkbox) { display: block; font-family: 'Instrument Sans', sans-serif; font-size: .88rem; font-weight: 700; margin: 1.65rem 0 .55rem; }
input, select, textarea { background: transparent; border: 1px solid var(--ink); border-radius: 0; color: var(--ink); display: block; font-family: 'Instrument Sans', sans-serif; font-size: 1rem; margin: 0; min-height: 48px; padding: .7rem; width: 100%; }
input[aria-invalid='true'], select[aria-invalid='true'], textarea[aria-invalid='true'] { border-color: var(--red); border-width: 2px; }
textarea { line-height: 1.45; resize: vertical; }
small, .optional, .form-note, .muted, .choice-note { color: var(--quiet); font-family: 'Instrument Sans', sans-serif; font-size: .83rem; font-weight: 400; line-height: 1.45; }
.form > small { display: block; margin-top: .45rem; }
.checkbox { align-items: center; display: flex !important; font-family: 'Instrument Sans', sans-serif; font-size: .92rem; font-weight: 700; gap: .7rem; margin: 1.65rem 0 0; min-height: 44px; }
.checkbox input { height: 21px; margin: 0; width: 21px; }
.choice-note { margin: .15rem 0 0 2rem; }
.field-error { color: var(--red); display: block; font-family: 'Instrument Sans', sans-serif; font-size: .83rem; font-weight: 700; margin-top: .45rem; }
.turnstile { margin-top: 1.65rem; }
.form-note { border-top: 1px solid var(--line); margin: 2rem 0; padding-top: 1.2rem; }
.honeypot { height: 1px !important; opacity: 0; pointer-events: none; position: absolute; width: 1px !important; }
.notice { border-left: 6px solid var(--ink); margin: 2rem auto 0; max-width: 780px; padding: 1rem clamp(1.25rem, 5vw, 2rem); }
.notice.success { border-color: var(--red); }
.notice p { margin-bottom: 0; }
code { font-family: 'Instrument Sans', sans-serif; font-variant-numeric: tabular-nums; }
.submission-success { margin: 0 auto; max-width: 920px; min-height: calc(100svh - 220px); padding: clamp(4rem, 10vw, 8rem) clamp(1.25rem, 5vw, 5rem); }
.success-mark { align-items: center; background: var(--red); border-radius: 50%; color: var(--void); display: flex; font-family: 'Instrument Sans', sans-serif; font-size: 1.55rem; font-weight: 700; height: 52px; justify-content: center; margin-bottom: 2rem; width: 52px; }
.submission-success h1 { font-size: clamp(3.2rem, 8vw, 6.5rem); margin-bottom: 2rem; }
.success-lede { font-size: clamp(1.25rem, 2.4vw, 1.75rem); line-height: 1.45; max-width: 720px; }
.success-note { border-bottom: 1px solid var(--line); border-top: 1px solid var(--line); margin: 3rem 0 1.5rem; max-width: 720px; padding: 1.4rem 0; }
.success-note strong, .reference, .success-footnote { font-family: 'Instrument Sans', sans-serif; }
.success-note p { color: var(--quiet); line-height: 1.55; margin: .55rem 0 0; }
.reference { color: var(--quiet); font-size: .88rem; }
.reference code { color: var(--ink); font-weight: 700; }
.success-actions { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 2.25rem; }
.success-primary { background: var(--ink); color: var(--paper); }
.success-secondary { background: transparent; }
.success-footnote { color: var(--quiet); font-size: .85rem; line-height: 1.5; margin-top: 1.5rem; }
.state { min-height: 60svh; }
.state p { font-size: 1.1rem; line-height: 1.6; max-width: 560px; }
.legal { max-width: 820px; }
.legal-body { font-size: 1.08rem; line-height: 1.65; }
.legal-body h2 { border-top: 1px solid var(--line); font-size: 1.8rem; letter-spacing: -.035em; margin-top: 3rem; padding-top: 1.35rem; }
.legal-body h3 { font-family: 'Instrument Sans', sans-serif; font-size: 1rem; margin-top: 2rem; }
.legal-body li { margin-bottom: .65rem; }
.deletion-steps { display: grid; gap: 3rem; grid-template-columns: repeat(2, 1fr); margin: 0 auto; max-width: 1080px; padding: 4rem clamp(1.25rem, 5vw, 5rem) 7rem; }
.deletion-steps h2 { font-size: clamp(2rem, 4vw, 3rem); letter-spacing: -.04em; }
.deletion-steps p { font-size: 1.05rem; line-height: 1.55; }
.deletion-steps aside { border-top: 1px solid var(--line); grid-column: 1 / -1; padding-top: 1.5rem; }
.deletion-steps aside strong { font-family: 'Instrument Sans', sans-serif; }
footer { border-top: 1px solid var(--line); font-family: 'Instrument Sans', sans-serif; padding: 2.5rem clamp(1.25rem, 5vw, 5rem); }
footer p { line-height: 1.6; }
@media (max-width: 700px) { .site-header { align-items: flex-start; flex-direction: column; gap: .8rem; padding-bottom: 1rem; padding-top: 1rem; } nav { flex-wrap: wrap; gap: .65rem 1rem; } nav a { align-items: center; display: inline-flex; font-size: .72rem; min-height: 44px; } .masthead { min-height: 540px; } .route-list a { grid-template-columns: 38px 1fr auto; } .route-list h2 { font-size: 2.1rem; } .deletion-steps { grid-template-columns: 1fr; } .deletion-steps aside { grid-column: auto; } }
@media (prefers-reduced-motion: no-preference) { .masthead > *, .page-intro > * { animation: settle .38s ease-out both; } .masthead > *:nth-child(2), .page-intro > *:nth-child(2) { animation-delay: .06s; } .masthead > *:nth-child(3), .page-intro > *:nth-child(3) { animation-delay: .12s; } @keyframes settle { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } } }
