@font-face {
  font-family: 'Manrope';
  src: url('./fonts/Manrope.ttf') format('truetype');
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
}
@font-face {
  font-family: 'Instrument';
  src: url('./fonts/InstrumentSerif-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Instrument';
  src: url('./fonts/InstrumentSerif-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
:root {
  --paper: #f7f8f2;
  --ink: #182e28;
  --muted: #56675f;
  --line: #cbd3c6;
  --green: #20634c;
  --lime: #d9f879;
  --serif: 'Instrument', Georgia, serif;
  --sans: 'Manrope', system-ui, sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  font-synthesis: none;
  text-rendering: optimizeLegibility;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 28px;
}
body {
  margin: 0;
  min-width: 320px;
}
::selection {
  background: var(--lime);
  color: var(--ink);
}
a {
  color: inherit;
  text-underline-offset: 5px;
}
button {
  font: inherit;
}
button,
a {
  -webkit-tap-highlight-color: transparent;
}
button {
  cursor: pointer;
}
:focus-visible {
  outline: 3px solid #397865;
  outline-offset: 6px;
}
[hidden] {
  display: none !important;
}
h1,
h2,
h3,
p,
figure,
blockquote {
  margin: 0;
}
img {
  display: block;
  max-width: 100%;
}
.shell {
  width: min(1320px, calc(100% - 96px));
  margin-inline: auto;
}
.skip-link {
  position: absolute;
  z-index: 10;
  top: -100px;
  left: 24px;
  padding: 14px 20px;
  background: var(--lime);
}
.skip-link:focus {
  top: 10px;
}
.nav {
  min-height: 112px;
  border-bottom: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font: 400 36px/1 var(--serif);
  letter-spacing: -0.025em;
  text-decoration: none;
  white-space: nowrap;
}
.brand-symbol {
  display: grid;
  place-items: center;
  width: 35px;
  height: 39px;
  padding-bottom: 5px;
  background: var(--ink);
  color: var(--lime);
  font: italic 32px/0.9 var(--serif);
  border-radius: 2px 2px 11px 2px;
}
.nav-note {
  margin-right: auto;
  color: var(--muted);
  font: italic 17px/1.3 var(--serif);
}
nav {
  display: flex;
  align-items: center;
  gap: 30px;
}
nav a {
  font-size: 14px;
  text-decoration: none;
}
nav a:hover {
  text-decoration: underline;
}
.nav-try {
  padding: 11px 15px;
  border: 1px solid var(--ink);
  border-radius: 3px;
}
.nav-try span {
  margin-left: 12px;
}
.eyebrow {
  font: 600 12px/1.5 var(--sans);
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.hero {
  display: grid;
  max-width: 1040px;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 48px;
  padding-block: 60px 72px;
}
.hero-copy > .eyebrow {
  display: flex;
  align-items: center;
  gap: 9px;
}
.status-dot {
  width: 7px;
  height: 7px;
  background: var(--green);
  border-radius: 50%;
}
h1 {
  margin-block: 28px 30px;
  font: 400 clamp(78px, 7.75vw, 116px)/0.91 var(--serif);
  letter-spacing: -0.045em;
}
h1 em {
  font-weight: 400;
  position: relative;
  z-index: 0;
}
h1 em::after {
  content: '';
  position: absolute;
  left: -2%;
  right: -6%;
  bottom: 0.02em;
  height: 0.25em;
  z-index: -1;
  background: var(--lime);
  transform: rotate(-2deg);
}
.question {
  color: var(--green);
}
.lede {
  max-width: 460px;
  font-size: 17px;
  line-height: 1.75;
  color: var(--muted);
}
.actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px 24px;
  margin-top: 28px;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  min-height: 54px;
  padding: 16px 20px;
  border: 1px solid var(--ink);
  border-radius: 3px;
  font-size: 14px;
  font-weight: 650;
  text-decoration: none;
  transition:
    background 0.18s,
    color 0.18s;
}
.button.primary {
  color: var(--paper);
  background: var(--ink);
}
.button.primary:hover {
  background: var(--green);
}
.button > span {
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
}
.quiet-link {
  font-size: 14px;
  text-decoration: none;
}
.quiet-link:hover {
  text-decoration: underline;
}
.quiet-link > span {
  font-size: 23px;
  vertical-align: -1px;
  margin-right: 5px;
}
.microcopy {
  margin-top: 16px;
  font-size: 12px;
  color: var(--muted);
  line-height: 1.6;
}
.reading-proof {
  position: relative;
  align-self: start;
  margin-top: 12px;
  padding: 22px 25px 22px;
  background: #e9eee3;
  border: 1px solid #d0d8c9;
  border-radius: 3px;
  transform: rotate(1.4deg);
}
.proof-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font: 600 11px/1.4 var(--sans);
  letter-spacing: 0.12em;
}
.proof-meta > span:last-child {
  font-size: 30px;
  line-height: 0.5;
  font-weight: 400;
}
.article-source {
  margin: 32px 0 10px;
  font-size: 12px;
  color: var(--muted);
}
.reading-proof h2 {
  margin-bottom: 24px;
  font: 400 clamp(25px, 2.35vw, 35px)/1.1 var(--serif);
  letter-spacing: -0.025em;
}
.proof-card {
  width: 100%;
  padding: 22px 18px 18px;
  background: #fbfefd;
  border: 1px solid #dbe5e0;
  border-radius: 16px;
  box-shadow: 0 14px 35px #18352612;
  font:
    14px/1.45 Arial,
    sans-serif;
  color: #1c382e;
}
.proof-card p {
  margin: 0;
}
.proof-card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #61766c;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.proof-card-header span:last-child {
  font-size: 23px;
  line-height: 1;
}
.proof-card .proof-context {
  margin: 14px 0 20px;
  color: #61766c;
  font-size: 12px;
}
.proof-card .proof-verdict {
  font-size: 23px;
  font-weight: 700;
  letter-spacing: -0.04em;
}
.proof-card .proof-reason {
  margin-top: 10px;
}
.proof-card .proof-readtime {
  margin-top: 10px;
  color: #61766c;
  font-size: 12px;
  font-weight: 700;
}
.proof-analysis {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
  margin: 20px 0 16px;
  color: #61766c;
  font-size: 12px;
}
.proof-ai {
  padding: 8px 12px;
  border: 1px solid #9cbbad;
  border-radius: 8px;
  color: #196b51;
  font-weight: 700;
}
.proof-decisions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
}
.proof-decisions small {
  text-align: center;
  color: #587065;
  font-size: 11px;
  margin: -3px 0 3px;
}
.proof-decisions span {
  padding: 10px 8px;
  border: 1px solid #d4e1da;
  border-radius: 9px;
  text-align: center;
  font-size: 13px;
  font-weight: 700;
}
.proof-decisions .proof-passages {
  grid-column: 1 / -1;
  background: #196b51;
  border-color: #196b51;
  color: white;
}
.proof-card .proof-why {
  margin-top: 20px;
  padding-top: 16px;
  border-top: 1px solid #d4e1da;
  color: #486356;
  font-size: 12px;
  font-weight: 700;
}
.reading-proof figcaption {
  display: flex;
  gap: 12px;
  align-items: start;
  margin-top: 24px;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.7;
}
.reading-proof figcaption a {
  text-decoration-color: #adb8aa;
}
.proof-tick {
  font: 400 32px/1 var(--serif);
}
.decision-section {
  padding-block: 40px 48px;
  border-block: 1px solid var(--ink);
  background: var(--lime);
}
.section-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}
.section-line > h2 {
  font-size: 14px;
  font-weight: 400;
}
.decision-picker {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
  margin-top: 22px;
}
.decision-picker button {
  display: flex;
  align-items: start;
  justify-content: flex-start;
  gap: 8px;
  position: relative;
  padding: 0 0 16px;
  border: 0;
  border-bottom: 1px solid #182e2850;
  background: none;
  color: #526837;
  text-align: left;
}
.decision-picker button > span {
  font: 400 clamp(46px, 6.8vw, 100px)/1.2 var(--serif);
  letter-spacing: -0.04em;
}
.decision-picker sup {
  margin-top: 18px;
  font: 500 12px/1 var(--sans);
}
.decision-picker button[aria-pressed='true'] {
  color: var(--ink);
  border-bottom: 3px solid var(--ink);
}
.decision-picker button[aria-pressed='true'] > span {
  font-style: italic;
}
.decision-picker button:hover {
  color: var(--ink);
}
.decision-detail {
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  gap: 26px;
  margin-top: 28px;
}
.decision-hint {
  font-size: 13px;
  line-height: 1.7;
}
.decision-detail h3 {
  font-size: 19px;
  font-weight: 600;
  letter-spacing: -0.025em;
  margin-bottom: 10px;
}
.decision-detail > div {
  min-height: 105px;
}
.decision-detail > div p {
  max-width: 550px;
  font-size: 15px;
  line-height: 1.7;
}
.decision-arrow {
  justify-self: end;
  font: 400 70px/0.8 var(--serif);
}
.no-script-note {
  margin-top: 20px;
  font-size: 15px;
  line-height: 1.7;
}
.context-section,
.privacy-section {
  display: grid;
  grid-template-columns: 1fr 3fr;
  gap: 26px;
  padding-block: 110px;
}
.margin-note > p {
  margin-top: 40px;
  font: italic 28px/1.1 var(--serif);
  color: var(--green);
}
.context-main h2,
.privacy-main h2 {
  font: 400 clamp(44px, 5vw, 72px)/0.98 var(--serif);
  letter-spacing: -0.035em;
}
h2 em {
  font-weight: 400;
  color: var(--green);
}
.section-intro {
  max-width: 620px;
  margin-block: 28px 40px;
  font-size: 17px;
  line-height: 1.8;
  color: var(--muted);
}
.context-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  padding: 0;
  list-style: none;
  margin: 0;
}
.context-steps li {
  border-top: 1px solid var(--line);
  padding-top: 18px;
}
.step-number {
  color: var(--green);
  font: 400 24px/1 var(--serif);
}
.context-steps h3 {
  margin: 24px 0 12px;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 650;
  letter-spacing: -0.02em;
}
.context-steps p {
  font-size: 16px;
  line-height: 1.8;
  color: var(--muted);
}
.film-section {
  background: var(--ink);
  color: var(--paper);
  padding-block: 72px;
}
.film-layout {
  display: grid;
  grid-template-columns: 0.9fr 2fr;
  gap: 60px;
  align-items: center;
}
.film-copy .eyebrow {
  color: #c0ceb8;
}
.film-copy h2 {
  font: 400 clamp(50px, 5.6vw, 80px)/0.92 var(--serif);
  letter-spacing: -0.03em;
  margin-block: 30px;
}
.film-copy h2 em {
  color: var(--lime);
}
.film-copy > p:not(.eyebrow) {
  max-width: 280px;
  font-size: 15px;
  line-height: 1.8;
  color: #c0ceb8;
}
.film-duration {
  display: block;
  margin-top: 28px;
  font-size: 12px;
  line-height: 1.7;
  color: #c0ceb8;
}
.film-duration > span {
  margin: 0 8px;
  opacity: 0.6;
}
.demo-frame {
  min-width: 0;
}
.demo-player {
  position: relative;
  background: #10221a;
  border: 1px solid #4b6156;
  border-radius: 3px;
  overflow: hidden;
}
.demo-player video {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
}
.demo-play {
  position: absolute;
  bottom: 60px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  max-width: calc(100% - 24px);
  padding: 13px 22px;
  border: 1px solid #b4d873;
  border-radius: 3px;
  background: var(--lime);
  color: var(--ink);
  font: 650 14px/1.5 var(--sans);
  white-space: nowrap;
}
.demo-play:hover {
  background: #e7ffa5;
}
.demo-frame figcaption {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  margin-top: 18px;
}
.demo-explanation {
  max-width: 390px;
  font-size: 12px;
  line-height: 1.8;
  color: #c0ceb8;
}
.demo-download {
  font-size: 12px;
  line-height: 1.8;
  white-space: nowrap;
  color: #c0ceb8;
}
.film-section :focus-visible {
  outline-color: var(--lime);
}
.privacy-section {
  padding-bottom: 96px;
}
.privacy-mark {
  display: block;
  margin-top: 36px;
  font: italic 52px/1 var(--serif);
  letter-spacing: -0.07em;
  color: var(--green);
}
.privacy-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 42px;
  margin: 32px 0 25px;
}
.privacy-columns p {
  font-size: 16px;
  line-height: 1.8;
  color: var(--muted);
}
.text-link {
  display: inline-block;
  font-size: 14px;
  font-weight: 650;
  text-decoration-thickness: 1px;
}
.text-link > span {
  margin-left: 15px;
}
.maker-section {
  display: grid;
  grid-template-columns: 1fr 3fr;
  gap: 26px;
  border-top: 1px solid var(--line);
  padding-block: 54px 90px;
}
.maker-section blockquote {
  max-width: 780px;
  font: 400 clamp(28px, 3.25vw, 44px)/1.2 var(--serif);
  letter-spacing: -0.015em;
}
.signature {
  margin-top: 24px;
  font-size: 14px;
  font-weight: 650;
}
.signature > span {
  font-weight: 400;
  color: var(--muted);
}
.maker-note {
  margin: 22px 0 18px;
  max-width: 620px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.8;
}
.maker-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px 28px;
  margin-top: 28px;
}
.button.support {
  background: var(--lime);
  color: var(--ink);
  gap: 12px;
}
.button.support:hover {
  background: #e7ffa5;
}
.support-note {
  margin-top: 14px;
  font-size: 12px;
  line-height: 1.6;
  color: var(--muted);
}
.install-section {
  border-top: 1px solid var(--line);
  background: #e9eee3;
  padding-block: 78px;
}
.install-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
}
.install-copy h2 {
  font: 400 clamp(68px, 7.5vw, 108px)/0.92 var(--serif);
  letter-spacing: -0.04em;
  margin: 30px 0;
}
.install-copy h2 em {
  color: var(--green);
}
.install-guide {
  padding-top: 7px;
}
.guide-heading {
  margin-bottom: 30px;
  font: 400 28px/1.2 var(--serif);
}
.install-guide ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
.install-guide li {
  border-top: 1px solid #bdc9b9;
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 12px;
  padding-block: 22px;
}
.install-guide li > span {
  font: 400 20px/1.2 var(--serif);
  color: var(--green);
}
.install-guide strong {
  font-size: 16px;
  font-weight: 650;
}
.install-guide li p {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.8;
  margin-top: 8px;
}
code {
  overflow-wrap: anywhere;
  font:
    13px/1.6 ui-monospace,
    monospace;
  background: #f7f8f2;
  padding: 2px 4px;
  border-radius: 2px;
}
.keyboard-note {
  padding-top: 18px;
  border-top: 1px solid #bdc9b9;
  font-size: 12px;
  line-height: 1.8;
  color: var(--muted);
}
.site-footer {
  display: flex;
  align-items: center;
  gap: 30px;
  padding-block: 36px;
}
.site-footer .brand {
  gap: 0;
  font-size: 32px;
}
.footer-period {
  color: var(--green);
}
.site-footer > p {
  font: italic 18px/1.4 var(--serif);
  color: var(--muted);
}
.site-footer nav {
  margin-left: auto;
  gap: 24px;
}
.site-footer nav a {
  color: var(--muted);
  font-size: 12px;
}
/* The policy shares the same type and colours; its legal text remains unchanged. */
.policy-page header,
.policy-page main,
.policy-page footer {
  width: min(820px, calc(100% - 48px));
  margin-inline: auto;
}
.policy-page header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-block: 28px;
  border-bottom: 1px solid var(--line);
}
.policy-page header > a:last-child:not(.brand) {
  font-size: 14px;
}
.policy-page main {
  padding-block: 62px;
  line-height: 1.85;
}
.policy-page h1 {
  font: 400 clamp(54px, 8vw, 84px)/1 var(--serif);
  margin: 0 0 20px;
}
.policy-page h2 {
  font: 400 36px/1.15 var(--serif);
  letter-spacing: -0.02em;
  margin: 44px 0 20px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
}
.policy-page h3 {
  font-size: 18px;
  line-height: 1.5;
  margin: 28px 0 12px;
}
.policy-page p,
.policy-page ul {
  margin: 0 0 18px;
}
.policy-page main > p:not(.date),
.policy-page li {
  color: #41544b;
}
.policy-page ul {
  padding-left: 24px;
}
.policy-page li + li {
  margin-top: 14px;
}
.policy-page .date {
  color: var(--muted);
  font-size: 13px;
  margin-bottom: 36px;
}
.policy-page main a {
  color: var(--green);
  overflow-wrap: anywhere;
}
.policy-page footer {
  border-top: 1px solid var(--line);
  padding-block: 30px;
  font-size: 14px;
}
@media (max-width: 1100px) {
  .shell {
    width: calc(100% - 64px);
  }
  .nav-note {
    display: none;
  }
  .hero {
    gap: 32px;
  }
  .reading-proof {
    padding: 20px;
  }
  .film-layout {
    gap: 36px;
  }
  .install-layout {
    gap: 60px;
  }
  .context-steps {
    gap: 20px;
  }
}
@media (max-width: 800px) {
  .shell {
    width: calc(100% - 40px);
  }
  .nav {
    min-height: 86px;
    gap: 20px;
  }
  .brand {
    font-size: 31px;
  }
  .brand-symbol {
    width: 28px;
    height: 33px;
    font-size: 28px;
  }
  nav {
    gap: 18px;
  }
  .nav nav > a:not(.nav-try) {
    display: none;
  }
  .nav-try {
    padding: 9px 12px;
    font-size: 12px;
  }
  .nav-try > span {
    margin-left: 4px;
  }
  .hero {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    padding-block: 48px 60px;
  }
  h1 {
    font-size: clamp(64px, 9.7vw, 78px);
  }
  .hero-copy > .eyebrow {
    font-size: 10px;
    letter-spacing: 0.06em;
  }
  .lede {
    font-size: 15px;
  }
  .reading-proof {
    align-self: center;
    padding: 16px;
  }
  .proof-meta {
    font-size: 9px;
  }
  .article-source {
    margin-top: 20px;
  }
  .reading-proof h2 {
    font-size: 25px;
  }
  .reading-proof figcaption {
    font-size: 10px;
    gap: 8px;
    margin-top: 18px;
  }
  .context-section,
  .privacy-section {
    grid-template-columns: 1fr;
    padding-block: 66px;
    gap: 30px;
  }
  .margin-note > p,
  .privacy-mark {
    display: none;
  }
  .film-layout {
    grid-template-columns: 1fr;
    gap: 34px;
  }
  .film-copy h2 {
    font-size: 60px;
    margin-block: 24px;
  }
  .film-copy h2 br {
    display: none;
  }
  .film-copy h2 em {
    margin-inline: 0.1em;
  }
  .film-copy > p:not(.eyebrow) {
    max-width: 100%;
  }
  .film-duration {
    margin-top: 16px;
  }
  .maker-section {
    grid-template-columns: 1fr;
    gap: 28px;
    padding-block: 40px 62px;
  }
  .install-layout {
    gap: 42px;
  }
  .install-copy h2 {
    font-size: 70px;
  }
  .site-footer {
    flex-wrap: wrap;
    gap: 18px 24px;
    padding-block: 30px;
  }
  .site-footer nav {
    width: 100%;
    margin-left: 0;
  }
}
@media (max-width: 580px) {
  .hero {
    grid-template-columns: 1fr;
    gap: 48px;
    padding-top: 38px;
  }
  .hero-copy > .eyebrow {
    font-size: 11px;
  }
  h1 {
    font-size: clamp(76px, 19vw, 106px);
    margin-block: 25px;
  }
  .lede {
    font-size: 16px;
    max-width: 390px;
  }
  .actions {
    gap: 20px;
    margin-top: 24px;
  }
  .button {
    font-size: 14px;
  }
  .reading-proof {
    max-width: 410px;
    width: calc(100% - 10px);
    justify-self: center;
    padding: 22px;
    margin-top: 0;
  }
  .proof-meta {
    font-size: 11px;
  }
  .article-source {
    margin-top: 24px;
  }
  .reading-proof h2 {
    font-size: 31px;
  }
  .reading-proof figcaption {
    font-size: 11px;
  }
  .decision-section {
    padding-block: 28px;
  }
  .section-line {
    align-items: start;
    flex-direction: column;
    gap: 10px;
  }
  .decision-picker {
    gap: 14px;
    grid-template-columns: 1fr;
    margin-top: 20px;
  }
  .decision-picker button {
    padding-bottom: 4px;
  }
  .decision-picker button > span {
    font-size: 64px;
  }
  .decision-picker sup {
    margin-top: 14px;
  }
  .decision-detail {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 24px;
  }
  .decision-hint {
    font-size: 12px;
  }
  .decision-hint br {
    display: none;
  }
  .decision-detail > div {
    min-height: 115px;
  }
  .decision-detail h3 {
    font-size: 18px;
  }
  .decision-arrow {
    display: none;
  }
  .context-main h2,
  .privacy-main h2 {
    font-size: 48px;
  }
  .section-intro {
    font-size: 16px;
    margin-block: 24px 32px;
  }
  .context-steps {
    grid-template-columns: 1fr;
    gap: 22px;
  }
  .context-steps li {
    display: grid;
    grid-template-columns: 30px 1fr;
    gap: 16px;
  }
  .context-steps h3 {
    margin-top: 0;
    font-size: 17px;
  }
  .context-steps p {
    font-size: 16px;
  }
  .film-section {
    padding-block: 44px;
  }
  .film-copy h2 {
    font-size: 50px;
    line-height: 1;
  }
  .demo-frame figcaption {
    flex-direction: column;
    gap: 12px;
  }
  .demo-play {
    bottom: 46px;
    padding: 10px 16px;
    font-size: 12px;
  }
  .privacy-columns {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 24px;
  }
  .signature > span {
    display: block;
    margin-top: 6px;
    font-size: 12px;
  }
  .install-section {
    padding-block: 48px;
  }
  .install-layout {
    grid-template-columns: 1fr;
    gap: 48px;
  }
  .install-copy h2 {
    font-size: 86px;
  }
  .site-footer nav {
    flex-wrap: wrap;
    gap: 18px;
  }
  .site-footer > p {
    margin-left: auto;
    font-size: 16px;
  }
  .policy-page main {
    padding-block: 40px;
  }
  .policy-page h2 {
    font-size: 30px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    transition: none !important;
    animation: none !important;
  }
}

@media (prefers-color-scheme: dark) {
  :root:has(.policy-page) {
    color-scheme: dark;
    background: #182e28;
  }
  .policy-page {
    --paper: #182e28;
    --ink: #f7f8f2;
    --muted: #bfcdbb;
    --line: #4a6051;
    --green: #d9f879;
    color: var(--ink);
    background: var(--paper);
  }
  .policy-page main > p:not(.date),
  .policy-page li {
    color: #c6d2c5;
  }
  .policy-page .brand-symbol {
    background: #d9f879;
    color: #182e28;
  }
}
