@font-face {
  font-family: "Commissioner";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("public/assets/fonts/commissioner-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "Commissioner";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("public/assets/fonts/commissioner-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("public/assets/fonts/roboto-slab-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("public/assets/fonts/roboto-slab-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  --ink: #271d61;
  --ink-dark: #18113f;
  --ink-soft: #51477e;
  --yellow: #ffdd00;
  --yellow-soft: #fff7b3;
  --lavender: #eeeafa;
  --paper: #fffefa;
  --white: #fff;
  --line: #d9d3ee;
  --mint: #baf0dd;
  --shadow: 0 18px 50px rgba(39, 29, 97, .12);
  --radius: 24px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "Commissioner", system-ui, sans-serif; line-height: 1.5; }
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; }
img { display: block; max-width: 100%; }
.visually-hidden { 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: fixed; top: 12px; left: 12px; z-index: 999; transform: translateY(-160%); background: var(--yellow); padding: 10px 16px; font-weight: 800; border-radius: 10px; }
.skip-link:focus { transform: none; }

.site-header { height: 86px; display: flex; align-items: center; justify-content: space-between; max-width: 1440px; margin: 0 auto; padding: 0 5vw; background: var(--paper); }
.brand { display: flex; align-items: center; gap: 15px; text-decoration: none; font-weight: 700; }
.brand img { width: 86px; height: 50px; object-fit: contain; }
.brand span { padding-left: 16px; border-left: 1px solid var(--line); }
nav { display: flex; align-items: center; gap: 30px; font-size: .93rem; font-weight: 650; }
nav a { text-decoration: none; }
nav a:hover { text-decoration: underline; text-underline-offset: 5px; }
.nav-cta { padding: 12px 19px; background: var(--ink); color: var(--white); border-radius: 999px; }
.nav-cta:hover { text-decoration: none; background: var(--ink-dark); }

.hero { min-height: 650px; display: grid; grid-template-columns: 1fr 1fr; overflow: hidden; background: var(--ink); color: var(--white); }
.hero-copy { padding: 90px 7vw 80px max(7vw, calc((100vw - 1440px) / 2 + 5vw)); align-self: center; position: relative; z-index: 2; }
.eyebrow { margin: 0 0 18px; font-size: .78rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.hero .eyebrow { color: var(--yellow); }
h1, h2 { margin: 0; font-family: "Roboto Slab", Georgia, serif; line-height: .98; letter-spacing: -.045em; }
h1 { font-size: clamp(4.4rem, 8.5vw, 8.2rem); }
h1 em { color: var(--yellow); font-style: normal; position: relative; }
h1 em::after { content: ""; position: absolute; left: 2%; right: -3%; bottom: -10px; height: 12px; background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 420 14'%3E%3Cpath d='M3 10C94 1 189 15 417 4' fill='none' stroke='%23ffdd00' stroke-width='7' stroke-linecap='round'/%3E%3C/svg%3E") center/100% 100% no-repeat; }
.hero-lead { max-width: 620px; margin: 34px 0 32px; color: #e7e2fa; font-size: 1.14rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 24px; border: 0; border-radius: 999px; font-weight: 800; text-decoration: none; cursor: pointer; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--yellow); color: var(--ink-dark); box-shadow: 0 8px 0 rgba(16, 10, 54, .25); }
.button-ghost { color: var(--white); border: 1px solid rgba(255,255,255,.38); }
.button-outline { display: flex; margin: 36px auto 0; color: var(--ink); background: transparent; border: 2px solid var(--ink); }
.election-date { display: flex; align-items: center; gap: 13px; margin-top: 38px; color: #e8e5f8; }
.calendar-icon { width: 48px; height: 48px; display: grid; place-items: center; background: var(--yellow); color: var(--ink); border-radius: 14px; font-weight: 800; box-shadow: 5px 5px 0 #17103c; }
.election-date div { display: grid; }
.election-date small { opacity: .72; }

.hero-visual { position: relative; min-height: 650px; background: var(--yellow); color: var(--ink); overflow: hidden; }
.hero-visual::before, .hero-visual::after { content: ""; position: absolute; border-radius: 50%; border: 2px solid rgba(39,29,97,.32); }
.hero-visual::before { width: 620px; height: 620px; top: -230px; right: -230px; }
.hero-visual::after { width: 440px; height: 440px; bottom: -290px; left: -150px; }
.hero-card { position: absolute; z-index: 2; width: min(330px, 55%); left: 50%; top: 50%; transform: translate(-50%, -49%) rotate(-3deg); text-align: center; }
.mini-label { display: inline-block; padding: 6px 12px; color: var(--white); background: var(--ink); border-radius: 999px; font-size: .73rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.hero-card strong { display: block; margin: 8px 0 0; font-family: "Roboto Slab", serif; font-size: clamp(4.8rem, 8vw, 7.6rem); line-height: 1; letter-spacing: -.08em; }
.hero-card p { margin: 5px auto 0; max-width: 220px; font-weight: 700; }
.hero-sticker { position: absolute; z-index: 3; display: grid; place-items: center; width: 102px; height: 102px; border-radius: 50%; text-align: center; font-weight: 800; line-height: 1.08; transform: rotate(9deg); }
.sticker-one { top: 11%; left: 8%; color: var(--white); background: var(--ink); font-size: 1.35rem; box-shadow: 7px 7px 0 rgba(39,29,97,.17); }
.sticker-two { right: 8%; bottom: 13%; background: var(--mint); border: 2px solid var(--ink); transform: rotate(-8deg); }
.scribble { position: absolute; left: 8%; bottom: 12%; margin: 0; font-family: "Roboto Slab", serif; font-size: 1.25rem; font-weight: 700; line-height: 1.1; transform: rotate(-8deg); }

.stats { max-width: 1240px; margin: -36px auto 0; position: relative; z-index: 4; display: grid; grid-template-columns: repeat(4, 1fr); background: var(--white); border-radius: var(--radius); box-shadow: var(--shadow); overflow: hidden; }
.stats > div { min-height: 145px; padding: 28px 34px; display: flex; flex-direction: column; justify-content: center; border-right: 1px solid var(--line); }
.stats > div:last-child { border: 0; }
.stats strong { font-family: "Roboto Slab", serif; font-size: 2.45rem; line-height: 1; }
.stats span { margin-top: 10px; color: var(--ink-soft); font-size: .9rem; }
.stats .kdu-stat { background: var(--yellow); }
.stats .kdu-stat span { color: var(--ink); }

.directory { max-width: 1240px; margin: 0 auto; padding: 120px 0 110px; }
.section-heading { display: grid; grid-template-columns: 1fr .75fr; gap: 70px; align-items: end; margin-bottom: 42px; }
.section-heading h2, .map-copy h2, .voting-heading h2 { font-size: clamp(2.8rem, 5vw, 5rem); }
.section-heading > p { max-width: 470px; margin: 0; color: var(--ink-soft); font-size: 1.05rem; }
.filter-panel { padding: 22px; background: var(--lavender); border-radius: var(--radius); }
.search-field { height: 64px; display: flex; align-items: center; gap: 14px; padding: 0 18px; background: var(--white); border: 2px solid transparent; border-radius: 16px; box-shadow: 0 8px 24px rgba(39,29,97,.05); }
.search-field:focus-within { border-color: var(--ink); }
.search-field svg { width: 23px; fill: none; stroke: var(--ink); stroke-width: 2; }
.search-field input { min-width: 0; flex: 1; border: 0; outline: 0; color: var(--ink); background: transparent; font-size: 1.05rem; }
kbd { padding: 4px 8px; background: var(--lavender); border: 1px solid var(--line); border-radius: 7px; color: var(--ink-soft); font-size: .72rem; }
.filter-grid { display: grid; grid-template-columns: 1fr .8fr auto; gap: 26px; align-items: end; margin-top: 20px; }
.filter-block { min-width: 0; }
.filter-label { display: block; margin: 0 0 8px 4px; font-size: .75rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.chips { display: flex; flex-wrap: wrap; gap: 7px; }
.chip { padding: 9px 13px; border: 1px solid var(--line); background: var(--white); color: var(--ink); border-radius: 999px; cursor: pointer; font-size: .82rem; font-weight: 650; }
.chip:hover, .chip.active { color: var(--white); background: var(--ink); border-color: var(--ink); }
.kdu-toggle { display: flex; align-items: center; gap: 11px; min-width: 245px; padding: 10px 14px; background: var(--yellow); border-radius: 15px; cursor: pointer; }
.kdu-toggle input { position: absolute; opacity: 0; pointer-events: none; }
.toggle-track { width: 44px; height: 25px; flex: 0 0 auto; padding: 3px; background: rgba(39,29,97,.22); border-radius: 99px; }
.toggle-track i { display: block; width: 19px; height: 19px; background: var(--white); border-radius: 50%; transition: transform .2s; }
.kdu-toggle input:checked + .toggle-track { background: var(--ink); }
.kdu-toggle input:checked + .toggle-track i { transform: translateX(19px); }
.kdu-toggle > span:last-child { display: grid; line-height: 1.25; }
.kdu-toggle small { font-size: .67rem; }
.results-toolbar { display: flex; justify-content: space-between; align-items: center; margin: 30px 0 18px; }
.results-toolbar p { margin: 0; }
.results-toolbar strong { font-size: 1.35rem; }
.results-toolbar label { color: var(--ink-soft); font-size: .8rem; }
.results-toolbar select { margin-left: 8px; padding: 9px 34px 9px 12px; border: 1px solid var(--line); border-radius: 10px; color: var(--ink); background: var(--white); }
.candidate-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.candidate-card { min-width: 0; display: flex; flex-direction: column; min-height: 340px; padding: 22px; background: var(--white); border: 1px solid var(--line); border-radius: 20px; box-shadow: 0 9px 28px rgba(39,29,97,.06); transition: transform .2s, box-shadow .2s, border-color .2s; }
.candidate-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.candidate-card.is-kdu { background: linear-gradient(145deg, #fff 0 68%, #fff8b8 100%); border: 2px solid var(--yellow); box-shadow: 7px 7px 0 var(--yellow); }
.card-top { display: flex; justify-content: space-between; align-items: center; }
.age-badge, .district-badge, .kdu-badge { display: inline-flex; align-items: center; min-height: 26px; padding: 4px 9px; border-radius: 999px; font-size: .69rem; font-weight: 800; }
.age-badge { color: var(--white); background: var(--ink); }
.district-badge { color: var(--ink-soft); background: var(--lavender); }
.person-line { display: flex; align-items: center; gap: 14px; margin: 22px 0 19px; }
.avatar { width: 54px; height: 54px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 18px; color: var(--ink); background: var(--mint); font-family: "Roboto Slab", serif; font-size: 1.05rem; font-weight: 700; transform: rotate(-3deg); }
.is-kdu .avatar { background: var(--yellow); }
.person-line h3 { margin: 0 0 3px; font-family: "Roboto Slab", serif; font-size: 1.08rem; line-height: 1.22; }
.profession { margin: 0; color: var(--ink-soft); font-size: .78rem; line-height: 1.3; }
.place-line { display: flex; gap: 9px; padding: 13px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.place-line > span { font-size: 1.1rem; }
.place-line div { display: grid; }
.place-line strong { font-size: .87rem; }
.place-line small { color: var(--ink-soft); font-size: .7rem; }
.slate-line { position: relative; display: grid; gap: 3px; padding: 14px 44px 14px 0; }
.slate-line small { color: var(--ink-soft); font-size: .67rem; text-transform: uppercase; letter-spacing: .06em; }
.slate-line strong { font-size: .8rem; line-height: 1.35; }
.ballot { position: absolute; top: 50%; right: 0; transform: translateY(-50%); width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 10px; font-weight: 800; font-size: .75rem; }
.card-footer { min-height: 31px; margin-top: auto; display: flex; justify-content: space-between; align-items: end; gap: 8px; }
.position { color: var(--ink-soft); font-size: .72rem; }
.kdu-badge { display: none; color: var(--ink); background: var(--yellow); }
.is-kdu .kdu-badge { display: inline-flex; }
.empty-state { grid-column: 1 / -1; padding: 60px 20px; text-align: center; background: var(--lavender); border-radius: var(--radius); }
.empty-state strong { display: block; margin-bottom: 6px; font-family: "Roboto Slab", serif; font-size: 1.5rem; }

.map-section { display: grid; grid-template-columns: .72fr 1.28fr; min-height: 680px; color: var(--white); background: var(--ink); }
.map-copy { align-self: center; padding: 70px 7vw max(70px, 8vw); }
.map-copy .eyebrow { color: var(--yellow); }
.map-copy p:not(.eyebrow) { max-width: 430px; color: #d9d4ef; }
.map-legend { display: grid; gap: 10px; margin-top: 25px; color: #eeeafa; font-size: .83rem; }
.map-legend span { display: flex; align-items: center; gap: 9px; }
.dot { width: 14px; height: 14px; display: inline-block; border-radius: 50%; border: 2px solid white; }
.dot.purple { background: #8a7bc3; }
.dot.yellow { background: var(--yellow); }
.text-button { margin-top: 24px; padding: 0; border: 0; color: var(--yellow); background: transparent; cursor: pointer; text-decoration: underline; text-underline-offset: 4px; }
.map-card { position: relative; min-height: 640px; margin: 30px 30px 30px 0; background: #f3f0fb; border-radius: 32px; overflow: hidden; }
#region-map { width: 100%; height: 100%; min-height: 620px; }
.district-shape { fill: #e2dcf4; stroke: #fff; stroke-width: 3; }
.district-label { fill: #665b91; font-size: 18px; font-weight: 800; text-anchor: middle; pointer-events: none; }
.map-point { cursor: pointer; outline: none; }
.map-point .outer { fill: var(--ink); opacity: .16; }
.map-point .inner { fill: var(--ink); stroke: #fff; stroke-width: 2; }
.map-point.has-kdu .inner { fill: var(--yellow); stroke: var(--ink); }
.map-point:hover .outer, .map-point:focus .outer { opacity: .3; }
.map-point.is-hidden { opacity: .06; pointer-events: none; }
.map-tooltip { position: absolute; z-index: 3; min-width: 190px; max-width: 260px; padding: 11px 13px; color: var(--white); background: var(--ink-dark); border-radius: 12px; pointer-events: none; box-shadow: var(--shadow); font-size: .75rem; }
.map-tooltip strong { display: block; font-size: .9rem; }

.voting-guide { max-width: 1240px; margin: 0 auto; padding: 115px 0; }
.voting-heading { display: grid; grid-template-columns: 1fr .75fr; gap: 60px; align-items: end; }
.voting-heading .eyebrow { grid-column: 1 / -1; margin-bottom: -36px; }
.voting-heading p:last-child { color: var(--ink-soft); }
.voting-options { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 50px; }
.voting-options article { padding: 30px; background: var(--lavender); border-radius: var(--radius); }
.voting-options article.featured { background: var(--yellow); transform: rotate(-1deg); box-shadow: 8px 9px 0 var(--ink); }
.voting-options article > span { font-family: "Roboto Slab", serif; font-size: 2.2rem; font-weight: 700; opacity: .38; }
.voting-options h3 { margin: 34px 0 10px; font-family: "Roboto Slab", serif; font-size: 1.25rem; }
.voting-options p { margin: 0; font-size: .9rem; }
.official-link { display: inline-block; margin-top: 34px; font-weight: 700; text-underline-offset: 4px; }

.about-strip { max-width: 1240px; margin: 0 auto 100px; display: grid; grid-template-columns: 180px 1fr auto; gap: 42px; align-items: center; padding: 42px 48px; background: var(--mint); border-radius: 30px; }
.about-strip h2 { font-size: 2.2rem; }
.about-strip p { max-width: 600px; margin: 10px 0 0; }

footer { color: var(--white); background: var(--ink-dark); padding: 55px max(5vw, calc((100vw - 1240px) / 2)); }
.footer-top { display: flex; justify-content: space-between; align-items: center; padding-bottom: 36px; border-bottom: 1px solid rgba(255,255,255,.17); }
.footer-top img { filter: none; }
.footer-links { display: flex; flex-wrap: wrap; gap: 24px; font-size: .85rem; }
.political-notice { display: grid; grid-template-columns: .55fr 1.45fr; gap: 40px; padding: 26px 0; border-bottom: 1px solid rgba(255,255,255,.17); color: #e7e2fa; font-size: .78rem; }
.political-notice strong { color: var(--yellow); text-transform: uppercase; letter-spacing: .06em; }
.disclaimer { display: grid; grid-template-columns: 1.5fr 1fr; gap: 70px; padding-top: 28px; color: #bcb5dd; font-size: .72rem; }
.disclaimer p { margin: 0; }
.disclaimer a { color: var(--white); text-underline-offset: 3px; }

.legal-main { min-height: 70vh; padding: 80px max(24px, calc((100vw - 980px) / 2)) 110px; }
.legal-hero { padding: 48px; color: var(--white); background: var(--ink); border-radius: 30px; }
.legal-hero .eyebrow { color: var(--yellow); }
.legal-hero h1 { max-width: 830px; font-size: clamp(2.8rem, 7vw, 5.8rem); }
.legal-hero p { max-width: 720px; margin: 24px 0 0; color: #dfdaf3; }
.legal-grid { display: grid; grid-template-columns: 250px 1fr; gap: 60px; margin-top: 58px; }
.legal-toc { align-self: start; position: sticky; top: 24px; display: grid; gap: 10px; padding: 22px; background: var(--lavender); border-radius: 18px; font-size: .82rem; }
.legal-toc strong { margin-bottom: 4px; }
.legal-toc a { text-underline-offset: 3px; }
.legal-content { min-width: 0; }
.legal-content section { padding: 0 0 34px; margin: 0 0 36px; border-bottom: 1px solid var(--line); }
.legal-content section:last-child { border: 0; }
.legal-content h2 { margin-bottom: 18px; font-size: clamp(1.7rem, 3vw, 2.45rem); letter-spacing: -.03em; }
.legal-content h3 { margin: 25px 0 8px; font-family: "Roboto Slab", serif; font-size: 1.06rem; }
.legal-content p, .legal-content li { color: #40376f; }
.legal-content li + li { margin-top: 8px; }
.legal-content a { font-weight: 650; text-underline-offset: 3px; }
.contact-card { padding: 24px; background: var(--yellow-soft); border-left: 5px solid var(--yellow); border-radius: 14px; }
.contact-card p { margin: 5px 0; }
.legal-note { padding: 18px 20px; background: var(--lavender); border-radius: 14px; font-size: .88rem; }

@media (max-width: 1050px) {
  .site-header { padding-inline: 24px; }
  nav a:not(.nav-cta) { display: none; }
  .hero { grid-template-columns: 1fr; }
  .hero-copy { padding: 80px 7vw; }
  .hero-visual { min-height: 560px; }
  .stats, .directory, .voting-guide, .about-strip { margin-left: 24px; margin-right: 24px; }
  .filter-grid { grid-template-columns: 1fr 1fr; }
  .kdu-toggle { grid-column: 1 / -1; width: max-content; }
  .candidate-grid { grid-template-columns: repeat(2, 1fr); }
  .map-section { grid-template-columns: 1fr; }
  .map-copy { padding: 70px 7vw 20px; }
  .map-card { margin: 20px 24px 30px; }
}

@media (max-width: 720px) {
  .site-header { height: 72px; padding-inline: 15px; }
  .brand img { width: 70px; height: 42px; }
  .brand span { display: none; }
  .nav-cta { padding: 10px 15px; font-size: .8rem; }
  .hero { min-height: auto; }
  .hero-copy { padding: 66px 24px 62px; }
  h1 { font-size: clamp(3.8rem, 20vw, 5.3rem); }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .button { width: 100%; }
  .hero-visual { min-height: 500px; }
  .sticker-one { width: 78px; height: 78px; font-size: 1rem; }
  .sticker-two, .scribble { display: none; }
  .hero-card { width: 56%; }
  .hero-card strong { font-size: 4.2rem; }
  .stats { grid-template-columns: 1fr 1fr; margin-top: 0; border-radius: 0; }
  .stats > div { min-height: 120px; padding: 22px; border-bottom: 1px solid var(--line); }
  .stats strong { font-size: 2rem; }
  .directory, .voting-guide { padding: 82px 0; }
  .section-heading, .voting-heading { grid-template-columns: 1fr; gap: 24px; }
  .section-heading h2, .map-copy h2, .voting-heading h2 { font-size: 2.9rem; }
  .voting-heading .eyebrow { grid-column: auto; margin-bottom: -5px; }
  .filter-grid { grid-template-columns: 1fr; }
  .kdu-toggle { grid-column: auto; width: 100%; min-width: 0; }
  kbd { display: none; }
  .results-toolbar { align-items: flex-start; gap: 15px; }
  .results-toolbar label { display: grid; gap: 3px; }
  .results-toolbar select { margin: 0; max-width: 150px; }
  .candidate-grid { grid-template-columns: 1fr; }
  .candidate-card { min-height: 320px; }
  .map-card { min-height: 430px; margin-inline: 12px; border-radius: 22px; }
  #region-map { min-height: 430px; }
  .district-label { font-size: 14px; }
  .voting-options { grid-template-columns: 1fr; }
  .voting-options article.featured { transform: none; }
  .about-strip { grid-template-columns: 1fr; padding: 32px; text-align: center; }
  .about-strip img { margin: auto; }
  .footer-top, .political-notice, .disclaimer { display: grid; grid-template-columns: 1fr; gap: 30px; }
  .footer-links { gap: 16px; }
  .legal-main { padding-top: 35px; }
  .legal-hero { padding: 32px 24px; border-radius: 22px; }
  .legal-grid { grid-template-columns: 1fr; gap: 35px; }
  .legal-toc { position: static; }
}

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