:root {
  --ink: #172b32;
  --ink-2: #24424a;
  --paper: #f6f1e7;
  --white: #fffdf7;
  --blue: #174d9b;
  --blue-dark: #10366d;
  --orange: #e96335;
  --yellow: #f2c84b;
  --mint: #9ecdbf;
  --muted: #657176;
  --line: rgba(23, 43, 50, .22);
  --max: 1220px;
  --read: 760px;
  --sans: "Helvetica Neue", Arial, sans-serif;
  --condensed: "Arial Narrow", "Helvetica Neue", Arial, sans-serif;
  --serif: Georgia, "Times New Roman", serif;
  --mono: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  --ease: cubic-bezier(.2, .75, .25, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font: 16px/1.68 var(--sans); -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
button { font: inherit; }
p { margin: 0 0 1.2rem; }
:focus-visible { outline: 3px solid var(--orange); outline-offset: 4px; }
.wrap { width: min(calc(100% - 2rem), var(--max)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 999; top: 12px; left: 12px; padding: 10px 15px; background: var(--ink); color: white; font-weight: 800; transform: translateY(-180%); }
.skip-link:focus { transform: none; }

.top-note { background: var(--blue-dark); color: white; }
.top-note .wrap { min-height: 31px; display: flex; align-items: center; justify-content: space-between; gap: 1rem; font: 700 .62rem/1.2 var(--mono); letter-spacing: .09em; text-transform: uppercase; }
.top-note span:last-child { color: var(--yellow); }
.site-header { position: sticky; z-index: 80; top: 0; border-bottom: 1px solid var(--ink); background: rgba(246, 241, 231, .96); backdrop-filter: blur(12px); }
.header-row { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; }
.brand { display: inline-flex; align-items: center; gap: .8rem; text-decoration: none; }
.brand-mark { position: relative; display: grid; width: 52px; height: 52px; place-items: center; border: 2px solid var(--ink); border-radius: 2px 2px 50% 50%; background: var(--yellow); font: 900 .65rem/1 var(--mono); letter-spacing: .06em; }
.brand-mark::after { content: ""; position: absolute; width: 16px; height: 16px; right: -8px; top: -8px; border: 2px solid var(--ink); border-radius: 50%; background: var(--orange); }
.brand strong { display: block; font: 900 1rem/.95 var(--condensed); letter-spacing: .08em; text-transform: uppercase; }
.brand small { display: block; margin-top: .32rem; color: var(--muted); font: 700 .56rem/1 var(--mono); letter-spacing: .12em; text-transform: uppercase; }
.main-nav ul { display: flex; align-items: center; gap: 1.7rem; margin: 0; padding: 0; list-style: none; }
.main-nav a { display: inline-block; padding: .55rem 0 .45rem; border-bottom: 3px solid transparent; font: 800 .69rem/1 var(--mono); letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
.main-nav a:hover, .main-nav a[aria-current="page"] { border-color: var(--orange); color: var(--blue-dark); }
.menu-button { display: none; width: 48px; height: 48px; padding: 0; border: 2px solid var(--ink); border-radius: 50%; background: var(--paper); cursor: pointer; }
.menu-button span, .menu-button::before, .menu-button::after { content: ""; display: block; width: 20px; height: 2px; margin: 4px auto; background: var(--ink); transition: transform .2s, opacity .2s; }
.menu-button[aria-expanded="true"] span { opacity: 0; }
.menu-button[aria-expanded="true"]::before { transform: translateY(6px) rotate(45deg); }
.menu-button[aria-expanded="true"]::after { transform: translateY(-6px) rotate(-45deg); }

.home-hero { position: relative; display: grid; grid-template-columns: minmax(0, .9fr) minmax(440px, 1.1fr); min-height: 720px; border-bottom: 1px solid var(--ink); background: var(--white); overflow: hidden; }
.hero-copy { position: relative; z-index: 2; align-self: center; padding: clamp(5rem, 9vw, 8rem) clamp(2rem, 6vw, 6.5rem) clamp(5rem, 9vw, 8rem) max(1rem, calc((100vw - var(--max)) / 2)); }
.eyebrow { display: inline-flex; align-items: center; gap: .7rem; margin: 0 0 1.3rem; color: var(--blue-dark); font: 800 .66rem/1.2 var(--mono); letter-spacing: .11em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 30px; height: 9px; border-block: 2px solid var(--orange); }
h1, h2, h3 { margin-top: 0; text-wrap: balance; }
.home-hero h1, .page-intro h1, .article-head h1, .missing h1 { font-family: var(--condensed); font-weight: 900; line-height: .84; letter-spacing: -.055em; text-transform: uppercase; }
.home-hero h1 { max-width: 650px; margin-bottom: 1.7rem; font-size: clamp(4.8rem, 9vw, 9.3rem); }
.home-hero h1 span { display: block; color: var(--orange); }
.hero-lead { max-width: 620px; color: var(--ink-2); font-family: var(--serif); font-size: clamp(1.15rem, 2vw, 1.36rem); line-height: 1.55; }
.button-row { display: flex; flex-wrap: wrap; gap: .65rem; margin-top: 1.9rem; }
.button { display: inline-flex; min-height: 50px; align-items: center; padding: .75rem 1.15rem; border: 2px solid var(--ink); background: var(--ink); color: white; font-size: .78rem; font-weight: 900; text-decoration: none; }
.button::after { content: "→"; margin-left: .7rem; }
.button:hover { background: var(--blue); transform: translateY(-2px); }
.button.alt { background: transparent; color: var(--ink); }
.button.alt:hover { background: var(--yellow); }
.hero-image { position: relative; min-width: 0; margin: 0; background: var(--blue); overflow: hidden; }
.hero-image picture, .hero-image img { width: 100%; height: 100%; }
.hero-image img { object-fit: cover; filter: saturate(.88) contrast(1.04); }
.hero-image::before { content: ""; position: absolute; z-index: 2; inset: 24px; border: 1px solid rgba(255,255,255,.65); pointer-events: none; }
.hero-image figcaption { position: absolute; z-index: 3; right: 0; bottom: 0; max-width: 520px; padding: .75rem 1rem; background: var(--ink); color: white; font: .64rem/1.4 var(--mono); }
.hero-stamp { position: absolute; z-index: 4; left: -50px; top: 60px; display: grid; width: 118px; height: 118px; place-items: center; border: 3px solid var(--ink); border-radius: 50%; background: var(--yellow); font: 900 .66rem/1.25 var(--mono); letter-spacing: .06em; text-align: center; text-transform: uppercase; transform: rotate(-8deg); }
.hero-stamp::after { content: ""; position: absolute; inset: 9px; border: 2px dashed var(--ink); border-radius: 50%; }

.ticker { border-bottom: 1px solid var(--ink); background: var(--mint); }
.ticker-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.ticker-item { padding: 1rem 1.25rem; border-right: 1px solid var(--ink); }
.ticker-item:last-child { border-right: 0; }
.ticker-item b { display: block; color: var(--blue-dark); font: 900 .63rem/1.2 var(--mono); letter-spacing: .09em; text-transform: uppercase; }
.ticker-item span { font-family: var(--serif); font-size: .92rem; }

.section { padding: clamp(4.5rem, 9vw, 8rem) 0; }
.section.white { background: var(--white); }
.section.blue { background: var(--blue-dark); color: white; }
.section.yellow { background: var(--yellow); }
.section + .section { border-top: 1px solid var(--line); }
.section-head { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(2rem, 7vw, 7rem); align-items: end; margin-bottom: 3rem; }
.section-head h2, .feature-copy h2, .plan-board h2, .cta h2 { margin-bottom: 0; font: 900 clamp(2.8rem, 6vw, 5.8rem)/.9 var(--condensed); letter-spacing: -.045em; text-transform: uppercase; }
.section-head p { max-width: 620px; margin: 0; color: var(--muted); font-family: var(--serif); font-size: 1.1rem; }
.blue .section-head h2 { color: white; }
.blue .section-head p { color: #c8d5da; }

.place-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 1rem; }
.place-card { position: relative; grid-column: span 6; min-height: 410px; border: 1px solid var(--ink); background: var(--white); color: white; overflow: hidden; text-decoration: none; }
.place-card picture, .place-card img { width: 100%; height: 100%; }
.place-card img { object-fit: cover; transition: transform .5s var(--ease); }
.place-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 30%, rgba(10, 28, 34, .88)); }
.place-card:hover img { transform: scale(1.035); }
.place-copy { position: absolute; z-index: 2; right: 0; bottom: 0; left: 0; padding: 1.5rem; }
.place-no { display: inline-grid; width: 44px; height: 44px; place-items: center; margin-bottom: 1.4rem; border: 1px solid white; background: var(--orange); font: 900 .7rem var(--mono); }
.place-copy h3 { margin-bottom: .55rem; font: 900 clamp(2.5rem, 5vw, 4.8rem)/.86 var(--condensed); letter-spacing: -.04em; text-transform: uppercase; }
.place-copy p { max-width: 510px; margin: 0; color: #edf4f1; font-size: .87rem; }

.plan-board { display: grid; grid-template-columns: minmax(260px, .75fr) 1.25fr; gap: clamp(2.5rem, 7vw, 7rem); align-items: start; }
.plan-board > div:first-child { position: sticky; top: 125px; }
.route-list { border-top: 2px solid white; }
.route-row { display: grid; grid-template-columns: 54px 1fr auto; gap: 1.2rem; align-items: center; padding: 1.35rem 0; border-bottom: 1px solid rgba(255,255,255,.25); text-decoration: none; }
.route-row b { color: var(--yellow); font: 900 1.1rem var(--mono); }
.route-row h3 { margin: 0; color: white; font: 800 1.2rem/1.1 var(--sans); }
.route-row p { margin: .4rem 0 0; color: #bfcfd4; font-size: .82rem; }
.route-row span { color: var(--mint); font-weight: 900; }
.route-row:hover h3 { color: var(--yellow); }

.feature { display: grid; grid-template-columns: 1.05fr .95fr; width: min(calc(100% - 2rem), var(--max)); margin-inline: auto; border: 2px solid var(--ink); background: var(--white); box-shadow: 14px 14px 0 var(--orange); }
.feature picture { min-height: 560px; min-width: 0; }
.feature img { width: 100%; height: 100%; object-fit: cover; }
.feature-copy { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: clamp(2.5rem, 6vw, 5.5rem); }
.feature-copy p { color: var(--muted); }
.feature-copy .button { margin-top: .8rem; }

.principle-grid { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--ink); }
.principle { min-height: 260px; padding: 1.4rem; border-right: 1px solid var(--ink); background: var(--paper); }
.principle:last-child { border-right: 0; }
.principle b { display: block; margin-bottom: 2.5rem; color: var(--orange); font: 900 2rem/1 var(--mono); }
.principle h3 { font: 900 1.25rem/1 var(--condensed); letter-spacing: -.02em; text-transform: uppercase; }
.principle p { margin: 0; color: var(--muted); font-size: .83rem; }

.page-intro { position: relative; padding: clamp(5rem, 10vw, 9rem) 0 clamp(4rem, 7vw, 6rem); border-bottom: 1px solid var(--ink); background: var(--white); overflow: hidden; }
.page-intro::after { content: "EG"; position: absolute; right: -2rem; top: -2.5rem; color: rgba(23,77,155,.07); font: 900 clamp(14rem, 35vw, 32rem)/.8 var(--condensed); letter-spacing: -.12em; }
.page-intro .wrap { position: relative; z-index: 1; }
.page-intro h1 { max-width: 1020px; margin: 0 0 1.8rem; font-size: clamp(4.5rem, 10vw, 9rem); }
.page-intro .lead { max-width: 760px; color: var(--muted); font-family: var(--serif); font-size: 1.25rem; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: .5rem; margin: 0 0 1.5rem; padding: 0; list-style: none; color: var(--muted); font-size: .72rem; }
.breadcrumbs li:not(:last-child)::after { content: "/"; margin-left: .5rem; color: var(--orange); }

.hub-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
.hub-card { display: grid; grid-template-columns: 210px 1fr; min-height: 300px; border: 1px solid var(--ink); background: var(--white); overflow: hidden; }
.hub-card picture, .hub-card img { width: 100%; height: 100%; }
.hub-card img { object-fit: cover; }
.hub-copy { display: flex; flex-direction: column; padding: 1.35rem; }
.hub-copy small { margin-bottom: 2rem; color: var(--orange); font: 900 .62rem var(--mono); letter-spacing: .08em; text-transform: uppercase; }
.hub-copy h2 { margin-bottom: .7rem; font: 900 2rem/.92 var(--condensed); text-transform: uppercase; }
.hub-copy p { color: var(--muted); font-size: .84rem; }
.text-link { margin-top: auto; color: var(--blue-dark); font-size: .77rem; font-weight: 900; text-decoration-thickness: 2px; text-underline-offset: 5px; }

.article-head { padding: clamp(4.5rem, 9vw, 8rem) 0 4rem; background: var(--white); }
.article-head h1 { max-width: 1110px; margin: 1rem 0 1.5rem; font-size: clamp(4rem, 9vw, 8.3rem); }
.article-deck { max-width: 780px; color: var(--muted); font-family: var(--serif); font-size: clamp(1.12rem, 2vw, 1.35rem); }
.facts { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 2.3rem; border-block: 1px solid var(--line); }
.fact { padding: .9rem 1rem .9rem 0; border-right: 1px solid var(--line); }
.fact:last-child { border-right: 0; padding-left: 1rem; }
.fact small { display: block; color: var(--muted); font: 800 .58rem var(--mono); letter-spacing: .08em; text-transform: uppercase; }
.fact strong { display: block; margin-top: .3rem; font-family: var(--serif); font-size: 1rem; line-height: 1.25; }
.article-photo { margin: 0; padding: 1.15rem 0; background: var(--blue-dark); }
.article-photo picture { display: block; height: min(54vw, 700px); min-height: 440px; }
.article-photo img { width: 100%; height: 100%; border-radius: 0 90px 0 90px; object-fit: cover; }
.article-photo figcaption { margin-top: .7rem; color: #cad7db; font: .67rem/1.45 var(--mono); }
.article-grid { display: grid; grid-template-columns: 230px minmax(0, var(--read)); gap: clamp(2.5rem, 7vw, 6rem); align-items: start; }
.article-aside { position: sticky; top: 118px; }
.aside-box { padding: 1.15rem; border: 1px solid var(--ink); background: var(--yellow); }
.aside-box + .aside-box { margin-top: 1rem; background: var(--mint); }
.aside-box h2 { margin-bottom: .7rem; font: 900 1.1rem/1 var(--condensed); text-transform: uppercase; }
.aside-box p, .aside-box li { color: var(--ink-2); font-size: .78rem; }
.aside-box ul { margin: 0; padding-left: 1rem; }
.prose { font-family: var(--serif); font-size: 1.08rem; line-height: 1.82; }
.prose > p:first-child { color: var(--ink-2); font-size: 1.25rem; }
.prose h2 { margin: 3.4rem 0 1.2rem; padding-top: 1rem; border-top: 5px solid var(--orange); font: 900 clamp(2rem, 4vw, 3.3rem)/.95 var(--condensed); letter-spacing: -.03em; text-transform: uppercase; }
.prose h3 { margin: 2.3rem 0 .8rem; font: 900 1.3rem/1 var(--sans); }
.prose a { color: var(--blue-dark); text-underline-offset: 3px; }
.prose ul, .prose ol { padding-left: 1.25rem; }
.note { margin: 2rem 0; padding: 1.2rem 1.3rem; border-left: 8px solid var(--blue); background: var(--mint); font-family: var(--sans); }
.note b { display: block; margin-bottom: .35rem; font: 900 .68rem var(--mono); letter-spacing: .08em; text-transform: uppercase; }
.note p { margin: 0; font-size: .9rem; }
.comparison { width: 100%; margin: 2rem 0; border-collapse: collapse; background: var(--white); font: .82rem/1.5 var(--sans); }
.comparison caption { padding-bottom: .6rem; font-weight: 900; text-align: left; }
.comparison th, .comparison td { padding: .78rem; border: 1px solid var(--line); text-align: left; vertical-align: top; }
.comparison th { background: var(--ink); color: white; font: 800 .63rem/1.3 var(--mono); letter-spacing: .06em; text-transform: uppercase; }
.next-read { display: grid; grid-template-columns: 150px 1fr auto; gap: 1.4rem; align-items: center; margin-top: 3.5rem; padding: 1.4rem 0; border-block: 1px solid var(--ink); text-decoration: none; }
.next-read small { color: var(--orange); font: 900 .65rem var(--mono); letter-spacing: .08em; text-transform: uppercase; }
.next-read strong { font: 900 1.5rem/1 var(--condensed); text-transform: uppercase; }
.next-read span { font-weight: 900; }

.source-list { margin: 2rem 0; padding: 0; list-style: none; border-top: 2px solid var(--ink); }
.source-list li { padding: 1rem 0; border-bottom: 1px solid var(--line); }
.source-list a { color: var(--blue-dark); font-weight: 900; overflow-wrap: anywhere; }
.credit-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
.credit { display: grid; grid-template-columns: 150px 1fr; gap: 1.1rem; padding: 1rem; border: 1px solid var(--line); background: var(--white); }
.credit img { width: 150px; height: 130px; object-fit: cover; }
.credit h2 { margin-bottom: .45rem; font: 900 1.15rem var(--condensed); text-transform: uppercase; }
.credit p { color: var(--muted); font-size: .78rem; }
.credit a { color: var(--blue-dark); font-size: .75rem; font-weight: 900; }
.legal { width: min(calc(100% - 2rem), 830px); margin-inline: auto; }
.legal h2 { margin-top: 2.8rem; font: 900 2rem var(--condensed); text-transform: uppercase; }
.legal h3 { margin-top: 2rem; }
.cta { display: grid; grid-template-columns: 1fr auto; gap: 2rem; align-items: center; padding: clamp(1.8rem, 5vw, 3.4rem); border: 2px solid var(--ink); background: var(--mint); box-shadow: 12px 12px 0 var(--blue); }
.cta p { margin: .7rem 0 0; }
.missing { min-height: 66vh; display: grid; place-items: center; padding: 5rem 1rem; text-align: center; }
.missing h1 { margin: 0; color: var(--orange); font-size: clamp(9rem, 25vw, 18rem); }

.site-footer { border-top: 8px solid var(--orange); background: var(--ink); color: white; }
.footer-grid { display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 3rem; padding: 4rem 0 3rem; }
.footer-grid .brand { color: white; }
.footer-grid .brand small { color: #aebfc4; }
.footer-grid p { max-width: 440px; margin-top: 1.2rem; color: #b8c7cb; font-size: .82rem; }
.footer-grid h2 { margin-bottom: 1rem; color: var(--yellow); font: 900 .66rem var(--mono); letter-spacing: .09em; text-transform: uppercase; }
.footer-grid ul { margin: 0; padding: 0; list-style: none; }
.footer-grid li { margin: .42rem 0; }
.footer-grid a { color: #e2eaec; font-size: .8rem; text-underline-offset: 4px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 1rem; padding: 1.1rem 0 1.5rem; border-top: 1px solid rgba(255,255,255,.18); color: #9fb0b5; font-size: .67rem; }

.reveal-ready .reveal { opacity: 0; transform: translateY(20px); transition: opacity .65s var(--ease), transform .65s var(--ease); }
.reveal-ready .reveal.revealed { opacity: 1; transform: none; }

@media (max-width: 1000px) {
  .main-nav ul { gap: 1rem; }
  .home-hero { grid-template-columns: .95fr 1.05fr; }
  .hero-copy { padding-inline: 1.5rem; }
  .hub-card { grid-template-columns: 160px 1fr; }
  .credit-grid { grid-template-columns: 1fr; }
}

@media (max-width: 820px) {
  .menu-button { display: block; }
  .main-nav { position: absolute; top: 82px; right: 0; left: 0; display: none; padding: .7rem 1rem 1.1rem; border-bottom: 1px solid var(--ink); background: var(--paper); }
  .nav-open .main-nav { display: block; }
  .main-nav ul { display: block; }
  .main-nav a { display: block; padding: .9rem .2rem; }
  .home-hero { grid-template-columns: 1fr; }
  .hero-copy { padding: 5rem 1.5rem; }
  .hero-image { min-height: 560px; }
  .hero-stamp { left: auto; right: 22px; top: -58px; }
  .section-head, .plan-board, .article-grid { grid-template-columns: 1fr; }
  .plan-board > div:first-child, .article-aside { position: static; }
  .principle-grid { grid-template-columns: 1fr 1fr; }
  .principle:nth-child(2) { border-right: 0; }
  .principle:nth-child(-n+2) { border-bottom: 1px solid var(--ink); }
  .feature { grid-template-columns: 1fr; }
  .feature picture { min-height: 500px; }
  .hub-list { grid-template-columns: 1fr; }
  .article-aside { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
  .aside-box + .aside-box { margin-top: 0; }
  .footer-grid { grid-template-columns: 1.5fr 1fr 1fr; gap: 1.7rem; }
  .footer-grid > div:nth-child(4) { grid-column: 2; }
}

@media (max-width: 600px) {
  .wrap { width: min(calc(100% - 1.25rem), var(--max)); }
  .top-note .wrap { justify-content: flex-end; }
  .top-note span:first-child { display: none; }
  .brand-mark { width: 46px; height: 46px; }
  .brand small { font-size: .5rem; }
  .home-hero h1 { font-size: clamp(4.2rem, 22vw, 6rem); overflow-wrap: anywhere; }
  .hero-image { min-height: 430px; }
  .hero-image::before { inset: 14px; }
  .hero-image figcaption { max-width: calc(100% - 28px); }
  .ticker-grid { grid-template-columns: 1fr 1fr; }
  .ticker-item:nth-child(2) { border-right: 0; }
  .ticker-item:nth-child(-n+2) { border-bottom: 1px solid var(--ink); }
  .place-card { grid-column: span 12; min-height: 390px; }
  .route-row { grid-template-columns: 42px 1fr; }
  .route-row > span { grid-column: 2; }
  .principle-grid { grid-template-columns: 1fr; }
  .principle { border-right: 0; border-bottom: 1px solid var(--ink); }
  .principle:last-child { border-bottom: 0; }
  .page-intro h1, .article-head h1 { font-size: clamp(3.8rem, 18vw, 5.7rem); overflow-wrap: anywhere; }
  .hub-card { grid-template-columns: 1fr; }
  .hub-card picture { height: 270px; }
  .facts { grid-template-columns: 1fr 1fr; }
  .fact:nth-child(2) { border-right: 0; }
  .fact:nth-child(n+3) { border-top: 1px solid var(--line); }
  .article-photo picture { height: 440px; min-height: 0; }
  .article-photo img { border-radius: 0 45px 0 45px; }
  .article-aside { grid-template-columns: 1fr; }
  .comparison { display: block; overflow-x: auto; }
  .next-read { grid-template-columns: 1fr; gap: .5rem; }
  .credit { grid-template-columns: 100px 1fr; }
  .credit img { width: 100px; height: 120px; }
  .cta { grid-template-columns: 1fr; box-shadow: 7px 7px 0 var(--blue); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
  .footer-grid > div:nth-child(4) { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
}

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