:root {
  --ink: #142522;
  --ink-soft: #41534f;
  --pine: #173f38;
  --pine-2: #23584e;
  --sage: #dbe6dc;
  --sage-light: #edf3ed;
  --paper: #f7f4ed;
  --white: #fffefa;
  --orange: #df6b3f;
  --orange-dark: #b94d28;
  --line: rgba(20, 37, 34, .13);
  --shadow: 0 24px 70px rgba(19, 46, 41, .12);
  --shadow-sm: 0 12px 35px rgba(19, 46, 41, .09);
  --radius: 22px;
  --radius-sm: 13px;
  --container: 1180px;
}

*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "DM Sans", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 17px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  overflow-x: clip;
}

body.menu-open { overflow: hidden; }

img { display: block; max-width: 100%; }
a { color: inherit; text-decoration-thickness: .08em; text-underline-offset: .18em; }
button, input, select, textarea { font: inherit; }

:focus-visible {
  outline: 3px solid rgba(223, 107, 63, .55);
  outline-offset: 3px;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 10px;
  left: 10px;
  padding: 10px 14px;
  color: white;
  background: var(--ink);
  border-radius: 8px;
  transform: translateY(-160%);
}
.skip-link:focus { transform: none; }

.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.narrow { width: min(calc(100% - 40px), 790px); margin-inline: auto; }
.section { padding: 96px 0; }
.section-sm { padding: 64px 0; }
.section-tint { background: var(--sage-light); }
.section-dark { color: white; background: var(--pine); }
.section-dark p { color: rgba(255,255,255,.76); }
.section-dark .notice,
.section-dark .content-card { color: var(--ink); }
.section-dark .notice p,
.section-dark .content-card p { color: var(--ink-soft); }
.section-dark .notice strong,
.section-dark .content-card h3 { color: var(--ink); }

.eyebrow {
  display: inline-flex;
  gap: 9px;
  align-items: center;
  margin: 0 0 16px;
  color: var(--orange-dark);
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .13em;
  line-height: 1.2;
  text-transform: uppercase;
}
.eyebrow::before { width: 24px; height: 2px; background: currentColor; content: ""; }
.section-dark .eyebrow { color: #f6a886; }

h1, h2, h3, h4 {
  margin: 0 0 .55em;
  font-family: "Newsreader", Georgia, serif;
  font-weight: 600;
  letter-spacing: -.035em;
  line-height: 1.06;
}
h1 { max-width: 850px; font-size: clamp(3.1rem, 7vw, 6.5rem); }
h2 { font-size: clamp(2.25rem, 4.5vw, 4.1rem); }
h3 { font-size: clamp(1.5rem, 2.3vw, 2rem); }
h4 { font-size: 1.25rem; }
p { margin: 0 0 1.15em; color: var(--ink-soft); }
.lead { max-width: 760px; font-size: clamp(1.13rem, 1.8vw, 1.35rem); line-height: 1.6; }
.section-dark .lead { color: rgba(255,255,255,.82); }
.section-heading { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, 430px); gap: 60px; align-items: end; margin-bottom: 46px; }
.section-heading p { margin-bottom: 5px; }

.utility-bar { color: rgba(255,255,255,.82); background: var(--ink); font-size: .78rem; }
.utility-inner { display: flex; justify-content: space-between; align-items: center; min-height: 36px; }
.utility-inner p { margin: 0; color: inherit; }
.utility-links { display: flex; gap: 20px; }
.utility-links a { text-decoration: none; }

.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  border-bottom: 1px solid var(--line);
  background: rgba(247,244,237,.92);
  backdrop-filter: blur(18px);
}
.header-inner { display: flex; justify-content: space-between; align-items: center; min-height: 82px; gap: 26px; }
.brand { display: inline-flex; gap: 12px; align-items: center; flex: 0 0 auto; text-decoration: none; }
.brand-mark { display: grid; width: 45px; height: 45px; place-items: center; color: white; background: var(--pine); border-radius: 50% 50% 9px 50%; }
.brand-mark svg { width: 25px; height: 25px; }
.brand-copy { display: grid; line-height: 1; }
.brand-copy strong { font-family: "Newsreader", Georgia, serif; font-size: 1.2rem; font-weight: 650; }
.brand-copy small { margin-top: 5px; color: var(--ink-soft); font-size: .67rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }

.main-nav { display: flex; gap: 8px; align-items: center; }
.main-nav a { padding: 10px 11px; border-radius: 10px; font-size: .88rem; font-weight: 650; text-decoration: none; }
.main-nav a:hover, .main-nav a[aria-current="page"] { background: white; box-shadow: 0 3px 15px rgba(20,37,34,.06); }
.main-nav .nav-cta { margin-left: 7px; padding-inline: 17px; color: white; background: var(--orange); }
.main-nav .nav-cta:hover { color: white; background: var(--orange-dark); }
.menu-toggle { display: none; flex: 0 0 48px; width: 48px; height: 48px; padding: 0; border: 1px solid var(--line); background: var(--white); border-radius: 12px; }
.menu-toggle span { display: block; width: 21px; height: 2px; margin: 4px auto; background: var(--ink); transition: .25s ease; }
.menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

.hero { position: relative; overflow: hidden; padding: 64px 0 82px; }
.hero::before { position: absolute; z-index: -1; top: -180px; left: -260px; width: 650px; height: 650px; border-radius: 50%; background: rgba(219,230,220,.8); filter: blur(1px); content: ""; }
.hero-grid { display: grid; grid-template-columns: minmax(0, .95fr) minmax(440px, 1.05fr); gap: 54px; align-items: center; }
.hero-grid > *, .split > *, .section-heading > *, .page-hero-grid > *, .contact-grid > * { min-width: 0; }
.hero h1 em { color: var(--orange); font-style: normal; }
.hero-copy .lead { max-width: 650px; }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 29px; }
.button { display: inline-flex; gap: 10px; justify-content: center; align-items: center; min-height: 52px; padding: 12px 21px; border: 1px solid var(--ink); border-radius: 12px; color: var(--ink); background: transparent; font-size: .92rem; font-weight: 750; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); box-shadow: var(--shadow-sm); }
.button-primary { color: white; border-color: var(--orange); background: var(--orange); }
.button-primary:hover { border-color: var(--orange-dark); background: var(--orange-dark); }
.button-light { color: var(--pine); border-color: white; background: white; }
.button svg { width: 18px; height: 18px; }

.hero-visual { position: relative; }
.hero-image-wrap { overflow: hidden; min-height: 600px; border-radius: 160px 26px 26px 26px; box-shadow: var(--shadow); }
.hero-image-wrap img { width: 100%; height: 100%; min-height: 600px; object-fit: cover; }
.image-note { position: absolute; right: -18px; bottom: 30px; width: min(340px, 78%); padding: 19px 21px; color: white; background: rgba(20,37,34,.91); border: 1px solid rgba(255,255,255,.14); border-radius: 16px; box-shadow: var(--shadow); backdrop-filter: blur(10px); }
.image-note strong { display: block; margin-bottom: 4px; font-size: .92rem; }
.image-note span { display: block; color: rgba(255,255,255,.72); font-size: .8rem; line-height: 1.45; }
.trust-row { display: flex; flex-wrap: wrap; gap: 24px; margin-top: 34px; color: var(--ink-soft); font-size: .78rem; font-weight: 650; }
.trust-row span { display: inline-flex; gap: 8px; align-items: center; }
.trust-row span::before { width: 7px; height: 7px; background: var(--pine-2); border-radius: 50%; content: ""; }

.quickscan { position: relative; z-index: 2; margin-top: -34px; }
.quickscan-card { padding: 28px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); }
.quickscan-head { display: flex; justify-content: space-between; align-items: flex-end; gap: 30px; margin-bottom: 20px; }
.quickscan-head h2 { margin: 0; font-size: clamp(1.65rem, 3vw, 2.4rem); }
.quickscan-head p { max-width: 500px; margin: 0; font-size: .9rem; }
.scan-form { display: grid; grid-template-columns: repeat(3, 1fr) auto; gap: 12px; }
.field label { display: block; margin: 0 0 7px; color: var(--ink-soft); font-size: .72rem; font-weight: 750; letter-spacing: .05em; text-transform: uppercase; }
.field select, .field input, .field textarea { width: 100%; min-height: 52px; padding: 0 14px; color: var(--ink); border: 1px solid var(--line); outline: 0; background: #fafaf6; border-radius: 10px; }
.field textarea { min-height: 145px; padding-block: 13px; resize: vertical; }
.field select:focus, .field input:focus, .field textarea:focus { border-color: var(--pine-2); box-shadow: 0 0 0 3px rgba(35,88,78,.1); }
.scan-form .button { align-self: end; border: 0; cursor: pointer; }
.scan-result { display: none; margin-top: 18px; padding: 18px 20px; background: var(--sage-light); border-left: 4px solid var(--orange); border-radius: 9px; font-size: .9rem; }
.scan-result.show { display: block; }

.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.card { position: relative; overflow: hidden; padding: 28px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-sm); box-shadow: 0 8px 25px rgba(19,46,41,.04); transition: transform .22s ease, box-shadow .22s ease; }
.card:hover { transform: translateY(-4px); box-shadow: var(--shadow-sm); }
.card-number { display: block; margin-bottom: 42px; color: var(--orange-dark); font-family: "Newsreader", Georgia, serif; font-size: 1.15rem; }
.card h3 { margin-bottom: 10px; font-size: 1.65rem; }
.card p { margin-bottom: 22px; font-size: .91rem; }
.text-link { display: inline-flex; gap: 8px; align-items: center; color: var(--pine-2); font-size: .87rem; font-weight: 800; text-decoration: none; }
.text-link::after { content: "→"; transition: transform .2s ease; }
.text-link:hover::after { transform: translateX(4px); }

.split { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; }
.split-image { position: relative; overflow: hidden; min-height: 570px; border-radius: 24px 120px 24px 24px; }
.split-image img { position: absolute; width: 100%; height: 100%; object-fit: cover; }
.split-content { max-width: 560px; }
.feature-list { display: grid; gap: 16px; margin: 28px 0 0; padding: 0; list-style: none; }
.feature-list li { display: grid; grid-template-columns: 38px 1fr; gap: 13px; align-items: start; }
.feature-icon { display: grid; width: 38px; height: 38px; place-items: center; color: var(--pine); background: var(--sage); border-radius: 10px; font-weight: 800; }
.feature-list strong { display: block; margin-bottom: 2px; }
.feature-list span { color: var(--ink-soft); font-size: .88rem; line-height: 1.5; }

.stat-band { background: var(--pine); }
.stats { display: grid; grid-template-columns: repeat(4, 1fr); color: white; }
.stat { padding: 42px 28px; border-right: 1px solid rgba(255,255,255,.12); }
.stat:last-child { border-right: 0; }
.stat strong { display: block; margin-bottom: 4px; font-family: "Newsreader", Georgia, serif; font-size: 2.4rem; font-weight: 600; line-height: 1; }
.stat span { color: rgba(255,255,255,.68); font-size: .78rem; }

.districts { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; }
.district { min-height: 190px; padding: 20px; color: white; background: var(--pine); border-radius: 13px; text-decoration: none; }
.district:nth-child(2n) { background: var(--pine-2); }
.district:nth-child(3) { color: var(--ink); background: var(--sage); }
.district strong { display: block; margin-bottom: 55px; font-family: "Newsreader", Georgia, serif; font-size: 1.45rem; }
.district span { display: block; font-size: .78rem; line-height: 1.45; opacity: .75; }

.notice { display: grid; grid-template-columns: auto 1fr; gap: 18px; padding: 22px; background: #fff6e9; border: 1px solid rgba(223,107,63,.22); border-radius: 12px; }
.notice-mark { display: grid; width: 36px; height: 36px; place-items: center; color: white; background: var(--orange); border-radius: 50%; font-weight: 850; }
.notice p { margin: 0; font-size: .9rem; }

.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; justify-content: space-between; gap: 20px; padding: 24px 4px; cursor: pointer; font-family: "Newsreader", Georgia, serif; font-size: 1.35rem; font-weight: 600; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { flex: 0 0 auto; width: 30px; height: 30px; color: white; background: var(--pine); border-radius: 50%; font-family: "DM Sans", sans-serif; font-size: 1rem; line-height: 30px; text-align: center; content: "+"; }
.faq-list details[open] summary::after { content: "−"; }
.faq-answer { max-width: 780px; padding: 0 4px 22px; }
.faq-answer p { margin: 0; }

.cta-panel { display: grid; grid-template-columns: 1.2fr .8fr; gap: 30px; align-items: end; padding: 48px; color: white; background: var(--orange); border-radius: var(--radius); }
.cta-panel h2 { max-width: 720px; margin-bottom: 10px; font-size: clamp(2.1rem, 4vw, 3.6rem); }
.cta-panel p { max-width: 680px; margin: 0; color: rgba(255,255,255,.82); }
.cta-panel .button-row { justify-content: flex-end; }

.page-hero { padding: 72px 0 58px; }
.page-hero-grid { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(320px, .55fr); gap: 70px; align-items: end; }
.page-hero h1 { max-width: 980px; font-size: clamp(3rem, 6vw, 5.7rem); }
.page-hero-aside { padding: 22px 0 5px 25px; border-left: 1px solid var(--line); }
.page-hero-aside span { display: block; margin-bottom: 9px; color: var(--orange-dark); font-size: .72rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.page-hero-aside p { margin: 0; font-size: .9rem; }

.breadcrumb { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; margin-bottom: 28px; color: var(--ink-soft); font-size: .78rem; }
.breadcrumb a { text-decoration: none; }
.breadcrumb span::before { margin-right: 8px; content: "/"; opacity: .45; }

.article-layout { display: grid; grid-template-columns: 230px minmax(0, 760px); gap: 70px; align-items: start; }
.toc { position: sticky; top: 112px; padding: 19px; border: 1px solid var(--line); background: rgba(255,254,250,.75); border-radius: 12px; }
.toc strong { display: block; margin-bottom: 12px; font-size: .72rem; letter-spacing: .08em; text-transform: uppercase; }
.toc a { display: block; padding: 7px 0; color: var(--ink-soft); font-size: .8rem; line-height: 1.35; text-decoration: none; }
.toc a:hover { color: var(--orange-dark); }
.article-content h2 { margin-top: 1.4em; font-size: clamp(2rem, 4vw, 3rem); }
.article-content h2:first-child { margin-top: 0; }
.article-content h3 { margin-top: 1.4em; font-size: 1.7rem; }
.article-content ul, .article-content ol { margin: 0 0 1.4em; padding-left: 1.3em; color: var(--ink-soft); }
.article-content li { margin-bottom: .55em; padding-left: .3em; }
.article-content a { color: var(--pine-2); font-weight: 700; }
.article-image { overflow: hidden; margin: 35px 0; border-radius: 18px; }
.article-image img { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; }
.caption { padding-top: 8px; color: var(--ink-soft); font-size: .74rem; }
.quote { margin: 34px 0; padding: 28px 30px; color: var(--ink); background: var(--sage-light); border-left: 4px solid var(--pine-2); font-family: "Newsreader", Georgia, serif; font-size: 1.35rem; line-height: 1.45; }

.table-wrap { overflow-x: auto; margin: 28px 0; border: 1px solid var(--line); border-radius: 12px; }
table { width: 100%; border-collapse: collapse; background: var(--white); font-size: .85rem; }
th, td { padding: 15px 17px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
th { color: var(--ink); background: var(--sage-light); font-size: .72rem; letter-spacing: .04em; text-transform: uppercase; }
tr:last-child td { border-bottom: 0; }

.content-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin: 32px 0; }
.content-card { padding: 24px; background: var(--white); border: 1px solid var(--line); border-radius: 13px; }
.content-card h3 { margin-bottom: 9px; font-size: 1.45rem; }
.content-card p { margin: 0; font-size: .87rem; }

.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 60px; }
.contact-details { display: grid; gap: 22px; margin-top: 30px; }
.contact-item { padding-top: 18px; border-top: 1px solid var(--line); }
.contact-item span { display: block; color: var(--ink-soft); font-size: .74rem; font-weight: 750; letter-spacing: .06em; text-transform: uppercase; }
.contact-item strong, .contact-item a { font-size: 1rem; text-decoration: none; }
.form-card { padding: 32px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-sm); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.form-grid .field-wide { grid-column: 1 / -1; }
.form-note { margin: 16px 0 0; font-size: .74rem; }

.site-footer { padding: 70px 0 26px; color: white; background: #10211f; }
.footer-grid { display: grid; grid-template-columns: 1.3fr .7fr .7fr .9fr; gap: 50px; padding-bottom: 54px; }
.footer-brand p { max-width: 350px; margin-top: 20px; color: rgba(255,255,255,.65); font-size: .85rem; }
.site-footer h3 { margin-bottom: 17px; font-family: "DM Sans", sans-serif; font-size: .75rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.footer-links { display: grid; gap: 10px; }
.footer-links a { color: rgba(255,255,255,.68); font-size: .82rem; text-decoration: none; }
.footer-links a:hover { color: white; }
.footer-contact p { margin: 0 0 8px; color: rgba(255,255,255,.68); font-size: .82rem; }
.footer-contact a { color: white; text-decoration: none; }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.1); }
.footer-bottom p { margin: 0; color: rgba(255,255,255,.46); font-size: .72rem; }

@media (max-width: 1080px) {
  body { font-size: 16px; }
  .main-nav a { padding-inline: 8px; font-size: .79rem; }
  .hero-grid { grid-template-columns: 1fr .9fr; gap: 35px; }
  .hero-image-wrap, .hero-image-wrap img { min-height: 520px; }
  .districts { grid-template-columns: repeat(3, 1fr); }
  .footer-grid { grid-template-columns: 1.2fr repeat(3, 1fr); gap: 28px; }
}

@media (max-width: 900px) {
  .utility-links { display: none; }
  .menu-toggle { display: block; }
  .main-nav { position: fixed; z-index: 99; inset: 118px 0 auto; display: grid; gap: 6px; max-height: calc(100vh - 118px); padding: 20px; overflow-y: auto; visibility: hidden; background: var(--paper); border-bottom: 1px solid var(--line); box-shadow: var(--shadow); opacity: 0; transform: translateY(-10px); transition: .2s ease; }
  .main-nav.open { visibility: visible; opacity: 1; transform: none; }
  .main-nav a { padding: 13px 16px; font-size: .95rem; }
  .main-nav .nav-cta { margin: 6px 0 0; text-align: center; }
  .hero { padding-top: 45px; }
  .hero-grid { grid-template-columns: minmax(0, 1fr); }
  .hero-copy { max-width: 760px; }
  .hero-image-wrap { min-height: 480px; border-radius: 100px 22px 22px; }
  .hero-image-wrap img { min-height: 480px; }
  .image-note { right: 18px; }
  .scan-form { grid-template-columns: 1fr 1fr; }
  .scan-form .button { min-height: 52px; }
  .card-grid { grid-template-columns: 1fr 1fr; }
  .card-grid .card:last-child:nth-child(odd) { grid-column: 1 / -1; }
  .split { grid-template-columns: 1fr; gap: 46px; }
  .split-image { min-height: 500px; }
  .stats { grid-template-columns: 1fr 1fr; }
  .stat:nth-child(2) { border-right: 0; }
  .stat:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.12); }
  .cta-panel { grid-template-columns: 1fr; }
  .cta-panel .button-row { justify-content: flex-start; }
  .page-hero-grid { grid-template-columns: 1fr; gap: 30px; }
  .page-hero-aside { max-width: 650px; }
  .article-layout { grid-template-columns: 1fr; gap: 35px; }
  .toc { position: static; display: grid; grid-template-columns: 1fr 1fr; }
  .toc strong { grid-column: 1 / -1; }
  .contact-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 620px) {
  .container, .narrow { width: min(calc(100% - 28px), var(--container)); }
  .section { padding: 70px 0; }
  .section-sm { padding: 48px 0; }
  .utility-inner { justify-content: center; }
  .header-inner { min-height: 72px; }
  .brand-copy small { display: none; }
  .main-nav { inset-block-start: 108px; max-height: calc(100vh - 108px); }
  .hero { padding: 34px 0 60px; }
  .hero h1 { font-size: clamp(2.8rem, 14vw, 4.5rem); }
  .hero-image-wrap, .hero-image-wrap img { min-height: 390px; }
  .hero-image-wrap { border-radius: 68px 18px 18px; }
  .image-note { right: 10px; bottom: 12px; }
  .quickscan { margin-top: -20px; }
  .quickscan-card { padding: 21px; }
  .quickscan-head { display: block; }
  .quickscan-head p { margin-top: 9px; }
  .scan-form { grid-template-columns: 1fr; }
  .button-row .button { width: 100%; }
  .trust-row { gap: 11px 18px; }
  .section-heading { grid-template-columns: 1fr; gap: 14px; }
  .card-grid { grid-template-columns: 1fr; }
  .card-grid .card:last-child:nth-child(odd) { grid-column: auto; }
  .card-number { margin-bottom: 26px; }
  .split-image { min-height: 390px; border-radius: 20px 75px 20px 20px; }
  .stat { padding: 28px 17px; }
  .stat strong { font-size: 2rem; }
  .districts { grid-template-columns: 1fr 1fr; }
  .district { min-height: 165px; }
  .district:last-child { grid-column: 1 / -1; }
  .cta-panel { padding: 30px 24px; }
  .page-hero { padding-top: 46px; }
  .page-hero h1 { font-size: clamp(2.8rem, 13vw, 4.3rem); }
  .toc { grid-template-columns: 1fr; }
  .toc strong { grid-column: auto; }
  .article-content h2 { font-size: 2.15rem; }
  .content-cards { grid-template-columns: 1fr; }
  .form-grid { grid-template-columns: 1fr; }
  .form-grid .field-wide { grid-column: auto; }
  .form-card { padding: 23px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { display: block; }
  .footer-bottom p + p { margin-top: 8px; }
}

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