:root {
  --ink: #1b2928;
  --ink-soft: #4b5a58;
  --forest: #193634;
  --forest-2: #244743;
  --cream: #f3ede2;
  --paper: #fffdf8;
  --sand: #d9cdb9;
  --red: #b4573f;
  --red-dark: #8f422f;
  --gold: #b58c55;
  --line: rgba(20, 35, 36, 0.15);
  --white-line: rgba(255, 255, 255, 0.16);
  --shadow: 0 28px 70px rgba(20, 35, 36, 0.13);
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, "Segoe UI", Helvetica, Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
button, input { font: inherit; }
button { color: inherit; }
.shell { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.sr-only {
  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: 10px;
  left: 10px;
  z-index: 100;
  transform: translateY(-140%);
  padding: 10px 16px;
  background: var(--paper);
  color: var(--forest);
  border-radius: 4px;
}
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(255, 253, 248, 0.94);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(14px);
}
.header-inner {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--forest);
  text-decoration: none;
  font-size: 19px;
  letter-spacing: -0.025em;
}
.brand strong { font-weight: 700; }
.brand-mark {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 1px;
  width: 42px;
  height: 34px;
  padding-top: 6px;
  color: var(--paper);
  background: var(--forest);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 5px;
  box-shadow: inset 0 -3px 0 var(--gold);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.06em;
}
.brand-mark span { font-size: 14px; }
.brand-mark b { color: var(--gold); font-size: 10px; font-weight: 800; }
.site-nav { display: flex; align-items: center; gap: 30px; }
.site-nav a {
  color: var(--ink-soft);
  text-decoration: none;
  font-size: 14px;
  font-weight: 650;
}
.site-nav a:hover { color: var(--red); }
.site-nav .nav-cta {
  padding: 10px 17px;
  color: var(--paper);
  background: var(--forest);
  border-radius: 3px;
}
.site-nav .nav-cta:hover { color: var(--paper); background: var(--red-dark); }
.menu-button {
  display: none;
  width: 42px;
  height: 42px;
  border: 0;
  background: transparent;
}
.menu-button > span:not(.sr-only) {
  display: block;
  width: 24px;
  height: 2px;
  margin: 5px auto;
  background: var(--forest);
}

.status-strip { color: #f7f1e7; background: #7f4335; }
.status-inner {
  min-height: 44px;
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 13px;
}
.status-inner p { margin: 0; flex: 1; }
.status-inner a { font-weight: 700; text-underline-offset: 3px; }
.status-pulse {
  width: 8px;
  height: 8px;
  flex: 0 0 8px;
  border-radius: 50%;
  background: #f0caa3;
  box-shadow: 0 0 0 5px rgba(240, 202, 163, 0.16);
}

.hero {
  position: relative;
  overflow: hidden;
  padding: 94px 0 0;
  color: #f8f3e9;
  background: var(--forest);
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.13;
  background-image:
    linear-gradient(rgba(255,255,255,.17) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.17) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to right, transparent 5%, black 70%);
}
.hero-orbit {
  position: absolute;
  width: 560px;
  height: 560px;
  right: -140px;
  top: -190px;
  border: 1px solid rgba(184, 152, 95, 0.28);
  border-radius: 50%;
}
.hero-orbit::before, .hero-orbit::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(184, 152, 95, 0.2);
  border-radius: 50%;
}
.hero-orbit::before { inset: 74px; }
.hero-orbit::after { inset: 148px; }
.hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1.22fr 0.78fr;
  gap: 76px;
  align-items: center;
}
.hero-copy { padding-bottom: 84px; }
.eyebrow {
  margin: 0 0 18px;
  color: var(--red);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}
.eyebrow-light { color: #d8b27b; }
.hero h1 {
  max-width: 760px;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(54px, 6.3vw, 88px);
  font-weight: 400;
  line-height: 0.96;
  letter-spacing: -0.055em;
}
.hero h1 em { color: #d5b47c; font-weight: 400; }
.hero-lede {
  max-width: 670px;
  margin: 32px 0 0;
  color: rgba(248, 243, 233, 0.78);
  font-size: 19px;
  line-height: 1.65;
}
.hero-actions { display: flex; align-items: center; gap: 30px; margin-top: 36px; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 13px 22px;
  border: 0;
  border-radius: 3px;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
  transition: transform .2s ease, background .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary { color: #fff; background: var(--red); }
.button-primary:hover { background: var(--red-dark); }
.button-light { color: var(--forest); background: var(--cream); }
.button-light:hover { background: #fff; }
.text-link {
  font-size: 14px;
  font-weight: 750;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
}
.text-link span { margin-left: 5px; }
.hero-note { margin-top: 18px; color: rgba(248, 243, 233, 0.48); font-size: 12px; }
.hero-card {
  position: relative;
  padding: 38px;
  color: var(--ink);
  background: var(--cream);
  box-shadow: var(--shadow);
}
.card-kicker {
  margin-bottom: 16px;
  color: var(--red);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
.stat-row { display: flex; gap: 18px; align-items: center; }
.stat-number { font-family: var(--serif); font-size: 86px; line-height: 1; letter-spacing: -0.07em; }
.stat-label { max-width: 180px; font-size: 13px; font-weight: 700; line-height: 1.4; }
.card-rule { height: 1px; margin: 26px 0 20px; background: var(--line); }
.fact-list { margin: 0; padding: 0; list-style: none; }
.fact-list li { display: grid; grid-template-columns: 34px 1fr; gap: 10px; padding: 13px 0; }
.fact-list li > span { color: var(--red); font: 700 13px var(--serif); }
.fact-list p { margin: 0; color: var(--ink-soft); font-size: 13px; line-height: 1.5; }
.hero-card > a { display: inline-block; margin-top: 24px; color: var(--forest); font-size: 13px; font-weight: 800; text-underline-offset: 4px; }
.trust-line {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--white-line);
}
.trust-line span {
  padding: 19px 20px;
  border-right: 1px solid var(--white-line);
  color: rgba(248, 243, 233, 0.58);
  font-size: 11px;
  font-weight: 750;
  letter-spacing: .1em;
  text-align: center;
  text-transform: uppercase;
}
.trust-line span:last-child { border-right: 0; }

.section { padding: 112px 0; }
.section-heading { max-width: 770px; margin-bottom: 54px; }
.section-heading h2, .checker-intro h2, .review-section h2, .sources-section h2, .closing-cta h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(40px, 4.5vw, 62px);
  font-weight: 400;
  line-height: 1.04;
  letter-spacing: -0.045em;
}
.section-heading > p:last-child { color: var(--ink-soft); }
.split-heading {
  max-width: none;
  display: grid;
  grid-template-columns: 1.05fr .75fr;
  gap: 100px;
  align-items: end;
}
.split-heading > p { margin: 0; }
.principles-grid { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); }
.principle { min-height: 250px; padding: 34px; border-right: 1px solid var(--line); }
.principle:last-child { border-right: 0; }
.principle-index { color: var(--red); font-family: var(--serif); font-size: 15px; }
.principle h3 { margin: 48px 0 10px; font: 400 26px/1.15 var(--serif); }
.principle p { margin: 0; color: var(--ink-soft); font-size: 14px; }
.warning-panel {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 25px;
  align-items: center;
  margin-top: 34px;
  padding: 28px 32px;
  background: #eee5d7;
  border-left: 4px solid var(--red);
}
.warning-symbol {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  color: var(--red);
  border: 1px solid var(--red);
  border-radius: 50%;
  font-family: var(--serif);
  font-size: 22px;
}
.warning-panel h3 { margin: 0 0 4px; font: 400 23px var(--serif); }
.warning-panel p { margin: 0; color: var(--ink-soft); font-size: 14px; }
.warning-panel a { font-size: 13px; font-weight: 800; white-space: nowrap; }

.checker-section { color: #f8f3e9; background: var(--forest); }
.checker-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 80px; align-items: start; }
.checker-intro p { color: rgba(248, 243, 233, 0.68); }
.check-points { margin: 32px 0 0; padding: 0; list-style: none; }
.check-points li {
  position: relative;
  padding: 12px 0 12px 28px;
  border-bottom: 1px solid var(--white-line);
  color: rgba(248, 243, 233, .68);
  font-size: 13px;
}
.check-points li::before { content: "+"; position: absolute; left: 2px; color: #d8b27b; }
.checker { min-height: 470px; padding: 42px; background: var(--paper); color: var(--ink); }
.question { margin: 0; padding: 0; border: 0; }
.question legend { margin-bottom: 32px; font: 400 28px/1.28 var(--serif); }
.question legend span { display: block; margin-bottom: 12px; color: var(--red); font: 800 11px var(--sans); letter-spacing: .12em; }
.question label { display: block; margin: 10px 0; cursor: pointer; }
.question label input { position: absolute; opacity: 0; pointer-events: none; }
.question label span {
  display: block;
  padding: 16px 18px;
  border: 1px solid var(--line);
  font-size: 14px;
  font-weight: 650;
  transition: border .2s, background .2s;
}
.question label:hover span, .question label input:focus-visible + span { border-color: var(--red); background: #f8f1e7; }
.question label input:checked + span { color: var(--red-dark); border-color: var(--red); background: #f5e6dc; }
.checker-controls { display: flex; align-items: center; gap: 20px; margin-top: 32px; }
.back-button, .restart-button {
  padding: 0;
  border: 0;
  background: transparent;
  font-size: 13px;
  font-weight: 800;
  text-decoration: underline;
  cursor: pointer;
}
.progress-track { flex: 1; height: 3px; background: #e2ddd3; }
.progress-track span { display: block; height: 100%; background: var(--red); transition: width .3s ease; }
.checker-result { animation: rise .35s ease; }
.result-label { color: var(--red); font-size: 11px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.checker-result h3 { margin: 12px 0; font: 400 36px/1.15 var(--serif); }
.result-copy { color: var(--ink-soft); }
.result-flags { margin: 24px 0; padding-left: 20px; color: var(--ink-soft); font-size: 14px; }
.result-flags li { margin: 8px 0; }
.result-actions { display: flex; align-items: center; gap: 22px; margin-top: 28px; }
.result-actions .button-light { color: #fff; background: var(--forest); }
@keyframes rise { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: translateY(0); } }

.income-section { background: var(--cream); }
.topic-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.topic-card { position: relative; min-height: 260px; padding: 30px; background: var(--paper); }
.topic-card h3 { margin: 36px 0 10px; font: 400 27px var(--serif); }
.topic-card p { color: var(--ink-soft); font-size: 14px; }
.topic-number { margin: 0 !important; color: var(--red) !important; font-weight: 800; }
.topic-featured { color: #f8f3e9; background: var(--forest); }
.topic-featured p { color: rgba(248,243,233,.67); }
.topic-featured .topic-number { color: #d8b27b !important; }
.topic-tag {
  position: absolute;
  right: 24px;
  bottom: 22px;
  color: var(--gold);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.topic-tag.risk { color: var(--red); }

.process-section { background: var(--paper); }
.timeline { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.timeline li {
  display: grid;
  grid-template-columns: 90px .7fr 1.3fr;
  gap: 24px;
  align-items: baseline;
  padding: 30px 0;
  border-bottom: 1px solid var(--line);
}
.timeline > li > span { color: var(--red); font: 400 27px var(--serif); }
.timeline h3 { margin: 0; font: 400 25px var(--serif); }
.timeline p { margin: 0; color: var(--ink-soft); font-size: 14px; }

.review-section { color: #f8f3e9; background: var(--forest-2); }
.review-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; align-items: center; }
.review-lede { max-width: 480px; color: rgba(248,243,233,.68); }
.availability { margin-top: 32px; font-size: 13px; font-weight: 750; }
.availability span { display: inline-block; width: 8px; height: 8px; margin-right: 8px; border-radius: 50%; background: #d8b27b; }
.deliverables { padding: 42px; color: var(--ink); background: var(--cream); }
.deliverables-title { color: var(--red); font-size: 11px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.deliverables ul { margin: 24px 0 34px; padding: 0; list-style: none; }
.deliverables li { padding: 12px 0; border-bottom: 1px solid var(--line); font-size: 14px; }
.deliverables li::before { content: "+"; margin-right: 12px; color: var(--red); }
.price-line { display: flex; justify-content: space-between; align-items: center; gap: 20px; }
.price-line div { display: flex; flex-direction: column; }
.price-line span { color: var(--ink-soft); font-size: 11px; text-transform: uppercase; }
.price-line strong { font: 400 38px var(--serif); }
.signup-form {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.signup-form input[type="email"] {
  min-width: 240px;
  min-height: 50px;
  padding: 13px 16px;
  color: var(--ink);
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 3px;
}
.signup-form input[type="email"]:focus {
  outline: 2px solid rgba(180, 87, 63, 0.25);
  border-color: var(--red);
}
.fine-print { margin: 24px 0 0; color: var(--ink-soft); font-size: 11px; }

.sources-section { background: var(--paper); }
.sources-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; align-items: start; }
.sources-grid > div:first-child > p:not(.eyebrow) { color: var(--ink-soft); }
.source-list { border-top: 1px solid var(--line); }
.source-list a {
  display: grid;
  grid-template-columns: 120px 1fr auto;
  gap: 20px;
  align-items: baseline;
  padding: 26px 0;
  border-bottom: 1px solid var(--line);
  text-decoration: none;
}
.source-list a:hover strong { color: var(--red); }
.source-list span { color: var(--red); font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.source-list strong { font: 400 22px var(--serif); }
.source-list small { color: var(--ink-soft); font-size: 11px; }

.updates-preview { background: #edf0e8; }
.updates-heading > div:last-child > p { margin-top: 0; color: var(--ink-soft); }
.updates-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.update-card {
  min-height: 285px;
  padding: 34px;
  background: var(--paper);
  border-top: 3px solid var(--gold);
  box-shadow: 0 12px 34px rgba(20, 35, 36, 0.06);
}
.update-card time, .update-entry time {
  color: var(--red-dark);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.update-card h3 { margin: 28px 0 12px; font: 400 29px/1.15 var(--serif); }
.update-card p { color: var(--ink-soft); font-size: 14px; }
.update-card a { display: inline-block; margin-top: 14px; color: var(--red-dark); font-size: 13px; font-weight: 800; }

.faq-section { background: var(--cream); }
.faq-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 90px; align-items: start; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary {
  padding: 24px 42px 24px 0;
  cursor: pointer;
  color: var(--forest);
  font: 400 23px/1.25 var(--serif);
}
.faq-list p { margin: -6px 0 26px; color: var(--ink-soft); font-size: 14px; }

.closing-cta { padding: 95px 0; color: #f8f3e9; background: var(--forest); text-align: center; }
.closing-inner { max-width: 780px; }
.closing-cta p:not(.eyebrow) { max-width: 620px; margin: 24px auto 30px; color: rgba(248,243,233,.75); }

.site-footer { padding: 70px 0 24px; color: rgba(248,243,233,.7); background: #0d1f20; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 80px; padding-bottom: 55px; }
.brand-footer { color: #f8f3e9; }
.brand-footer .brand-mark { background: #0d1f20; }
.footer-grid > div:first-child p { max-width: 430px; font-size: 13px; }
.footer-grid h3 { margin: 0 0 17px; color: #f8f3e9; font-size: 12px; letter-spacing: .1em; text-transform: uppercase; }
.footer-grid > div:not(:first-child) a { display: block; margin: 9px 0; font-size: 13px; text-decoration: none; }
.footer-grid a:hover { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 22px; border-top: 1px solid var(--white-line); font-size: 11px; }
.footer-bottom p { margin: 0; }

.legal-page { background: var(--cream); }
.legal-hero { padding: 90px 0 70px; color: #f8f3e9; background: var(--forest); }
.legal-hero h1 { max-width: 800px; margin: 0; font: 400 clamp(48px, 6vw, 76px)/1 var(--serif); letter-spacing: -.05em; }
.legal-hero p { max-width: 640px; color: rgba(248,243,233,.7); }
.legal-content { max-width: 820px; padding-top: 75px; padding-bottom: 100px; }
.legal-content section { margin-bottom: 48px; }
.legal-content h2 { margin: 0 0 14px; font: 400 32px var(--serif); }
.legal-content h3 { margin-top: 28px; font: 400 23px var(--serif); }
.legal-content p, .legal-content li { color: var(--ink-soft); }
.legal-content a { color: var(--red-dark); }
.back-home { display: inline-block; margin-top: 25px; color: #f8f3e9; font-size: 13px; font-weight: 800; }

.updates-page { max-width: 940px; padding-top: 80px; padding-bottom: 110px; }
.updates-page-intro { max-width: 760px; margin-bottom: 58px; color: var(--ink-soft); }
.update-log { border-top: 1px solid var(--line); }
.update-entry {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 42px;
  padding: 54px 0;
  border-bottom: 1px solid var(--line);
  scroll-margin-top: 100px;
}
.update-entry h2 { margin: 0 0 18px; font: 400 36px/1.12 var(--serif); letter-spacing: -.025em; }
.update-entry h3 { margin: 28px 0 8px; font: 700 12px var(--sans); letter-spacing: .1em; text-transform: uppercase; }
.update-entry p { color: var(--ink-soft); }
.update-source { display: inline-block; margin-top: 12px; color: var(--red-dark); font-size: 13px; font-weight: 800; }
.updates-notice { margin-top: 54px; padding: 34px; background: #eee5d7; border-left: 4px solid var(--gold); }
.updates-notice h2 { margin: 0 0 8px; font: 400 30px var(--serif); }
.updates-notice p { color: var(--ink-soft); }

@media (max-width: 980px) {
  .site-nav { gap: 18px; }
  .site-nav a:not(.nav-cta) { display: none; }
  .hero-grid { grid-template-columns: 1fr .7fr; gap: 38px; }
  .hero-card { padding: 28px; }
  .stat-number { font-size: 68px; }
  .split-heading, .checker-grid, .review-grid, .sources-grid, .faq-grid { gap: 50px; }
  .topic-grid { grid-template-columns: repeat(2, 1fr); }
  .source-list a { grid-template-columns: 100px 1fr; }
  .source-list small { grid-column: 2; }
}

@media (max-width: 760px) {
  body { font-size: 16px; }
  .shell { width: min(100% - 32px, 680px); }
  .header-inner { min-height: 66px; }
  .menu-button { display: block; }
  .site-nav {
    position: absolute;
    top: 66px;
    left: 0;
    right: 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 10px 16px 18px;
    background: var(--paper);
    border-bottom: 1px solid var(--line);
  }
  .site-nav.open { display: flex; }
  .site-nav a, .site-nav a:not(.nav-cta) { display: block; padding: 12px; }
  .site-nav .nav-cta { margin-top: 6px; text-align: center; }
  .status-inner { padding: 10px 0; align-items: flex-start; }
  .status-inner a { display: none; }
  .hero { padding-top: 68px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { padding-bottom: 18px; }
  .hero h1 { font-size: clamp(48px, 15vw, 68px); }
  .hero-lede { font-size: 17px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 20px; }
  .hero-card { margin-bottom: 54px; }
  .trust-line { grid-template-columns: 1fr 1fr; }
  .trust-line span:nth-child(2) { border-right: 0; }
  .trust-line span:nth-child(-n+2) { border-bottom: 1px solid var(--white-line); }
  .section { padding: 78px 0; }
  .split-heading, .checker-grid, .review-grid, .sources-grid, .faq-grid { grid-template-columns: 1fr; gap: 38px; }
  .principles-grid, .topic-grid, .updates-grid { grid-template-columns: 1fr; }
  .principle { min-height: 215px; border-right: 0; border-bottom: 1px solid var(--line); }
  .principle:last-child { border-bottom: 0; }
  .principle h3 { margin-top: 28px; }
  .warning-panel { grid-template-columns: auto 1fr; }
  .warning-panel > a { grid-column: 2; }
  .checker { min-height: 510px; padding: 28px 22px; }
  .question legend { font-size: 24px; }
  .timeline li { grid-template-columns: 44px 1fr; gap: 15px; }
  .timeline p { grid-column: 2; }
  .deliverables { padding: 28px 22px; }
  .price-line { align-items: stretch; flex-direction: column; }
  .signup-form { justify-content: stretch; }
  .signup-form input[type="email"] { min-width: 0; width: 100%; }
  .signup-form .button { width: 100%; }
  .source-list a { grid-template-columns: 1fr; gap: 4px; }
  .source-list small { grid-column: 1; }
  .update-entry { grid-template-columns: 1fr; gap: 14px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 42px 24px; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; gap: 8px; }
}

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