:root {
  --paper: #f7f1e7;
  --paper-deep: #ebe1d2;
  --card: #fffdf8;
  --ink: #17212f;
  --ink-soft: #4c5968;
  --line: #17212f;
  --red: #b93a32;
  --red-wash: #f7dcd7;
  --blue: #285b91;
  --blue-wash: #dceaf6;
  --teal: #167863;
  --teal-wash: #d8eee8;
  --amber: #f2b83f;
  --amber-wash: #fff0c5;
  --violet: #5b49df;
  --orange: #e96848;
  --shadow: 7px 7px 0 var(--ink);
  --shadow-small: 4px 4px 0 var(--ink);
  --radius: 1.4rem;
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --max: 1180px;
}

html[data-theme="dark"] {
  --paper: #101820;
  --paper-deep: #17222c;
  --card: #1e2c38;
  --ink: #f5f0e6;
  --ink-soft: #c1cbd3;
  --line: #f5f0e6;
  --red: #ff8b82;
  --red-wash: #532623;
  --blue: #83b6ee;
  --blue-wash: #1d3b58;
  --teal: #65d5ba;
  --teal-wash: #143f38;
  --amber: #ffd773;
  --amber-wash: #493a16;
  --violet: #a99eff;
  --orange: #ffaa73;
  --shadow: 7px 7px 0 #080d12;
  --shadow-small: 4px 4px 0 #080d12;
}

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

html {
  scroll-behavior: smooth;
  background: var(--paper);
}

body {
  margin: 0;
  min-width: 320px;
  color: var(--ink);
  background:
    radial-gradient(circle at 15% 10%, color-mix(in srgb, var(--amber) 14%, transparent) 0 1px, transparent 2px) 0 0 / 28px 28px,
    var(--paper);
  font-family: var(--sans);
  font-size: 1rem;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
}

body.menu-open {
  overflow: hidden;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

button,
input,
textarea,
select {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

:focus-visible {
  outline: 3px solid var(--blue);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  z-index: 999;
  top: 0.75rem;
  left: 0.75rem;
  padding: 0.7rem 1rem;
  color: var(--card);
  background: var(--ink);
  border-radius: 999px;
  transform: translateY(-180%);
  transition: transform 160ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.wrap {
  width: min(calc(100% - 2rem), var(--max));
  margin-inline: auto;
}

.narrow {
  width: min(calc(100% - 2rem), 780px);
  margin-inline: auto;
}

.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  border-bottom: 2px solid var(--line);
  background: color-mix(in srgb, var(--paper) 92%, transparent);
  backdrop-filter: blur(14px);
}

.nav-shell {
  display: flex;
  min-height: 78px;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  color: var(--ink);
  font-size: 1.05rem;
  font-weight: 900;
  letter-spacing: -0.035em;
  text-decoration: none;
}

.brand-mark {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  color: #fff;
  background: var(--red);
  border: 2px solid var(--line);
  border-radius: 50% 50% 50% 8px;
  box-shadow: 3px 3px 0 var(--ink);
  font-family: var(--serif);
  font-size: 1.18rem;
  line-height: 1;
  transform: rotate(-5deg);
}

.brand-word {
  white-space: nowrap;
}

.brand-word span {
  color: var(--red);
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 0.2rem;
}

.nav-links a {
  padding: 0.55rem 0.72rem;
  border-radius: 999px;
  color: var(--ink-soft);
  font-size: 0.9rem;
  font-weight: 750;
  text-decoration: none;
}

.nav-links a:hover,
.nav-links a[aria-current="page"] {
  color: var(--ink);
  background: var(--paper-deep);
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 0.6rem;
}

.icon-button,
.menu-button {
  display: grid;
  width: 44px;
  height: 44px;
  padding: 0;
  place-items: center;
  color: var(--ink);
  background: var(--card);
  border: 2px solid var(--line);
  border-radius: 50%;
  box-shadow: 3px 3px 0 var(--ink);
  cursor: pointer;
}

.icon-button:hover,
.menu-button:hover {
  transform: translate(-1px, -1px);
  box-shadow: 4px 4px 0 var(--ink);
}

.icon-button:active,
.menu-button:active {
  transform: translate(2px, 2px);
  box-shadow: 1px 1px 0 var(--ink);
}

.menu-button {
  display: none;
  border-radius: 12px;
}

.menu-lines,
.menu-lines::before,
.menu-lines::after {
  display: block;
  width: 20px;
  height: 2px;
  background: currentColor;
  content: "";
  transition: transform 180ms ease, opacity 180ms ease;
}

.menu-lines::before {
  transform: translateY(-6px);
}

.menu-lines::after {
  transform: translateY(4px);
}

.menu-button[aria-expanded="true"] .menu-lines {
  background: transparent;
}

.menu-button[aria-expanded="true"] .menu-lines::before {
  transform: translateY(0) rotate(45deg);
  background: var(--ink);
}

.menu-button[aria-expanded="true"] .menu-lines::after {
  transform: translateY(-2px) rotate(-45deg);
  background: var(--ink);
}

main {
  overflow: clip;
}

.hero {
  position: relative;
  padding: clamp(4rem, 9vw, 8rem) 0 clamp(5rem, 10vw, 8.5rem);
}

.hero::after {
  position: absolute;
  right: max(1rem, calc((100vw - var(--max)) / 2));
  bottom: 1.5rem;
  width: 120px;
  height: 14px;
  background: var(--red);
  content: "";
  transform: rotate(-2deg);
}

.hero-grid {
  display: grid;
  align-items: center;
  gap: clamp(2rem, 5vw, 5rem);
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  margin: 0 0 1.1rem;
  color: var(--red);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  line-height: 1.2;
  text-transform: uppercase;
}

.eyebrow::before {
  width: 28px;
  height: 3px;
  background: currentColor;
  content: "";
}

.display {
  max-width: 14ch;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(3.4rem, 8vw, 7.6rem);
  font-weight: 900;
  letter-spacing: -0.065em;
  line-height: 0.88;
}

.display em {
  position: relative;
  color: var(--red);
  font-style: italic;
  white-space: nowrap;
}

.display em::after {
  position: absolute;
  right: 0;
  bottom: -0.06em;
  left: 0;
  height: 0.07em;
  background: var(--amber);
  content: "";
  transform: rotate(-1deg);
}

.lede {
  max-width: 61ch;
  margin: 1.7rem 0 0;
  color: var(--ink-soft);
  font-size: clamp(1.08rem, 2vw, 1.34rem);
  line-height: 1.55;
}

.hero-actions,
.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 2rem;
}

.button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  padding: 0.8rem 1.2rem;
  color: #fff;
  background: var(--red);
  border: 2px solid var(--line);
  border-radius: 0.8rem;
  box-shadow: var(--shadow-small);
  font-weight: 850;
  text-decoration: none;
  transition: transform 150ms ease, box-shadow 150ms ease;
}

.button:hover {
  transform: translate(-2px, -2px);
  box-shadow: 6px 6px 0 var(--ink);
}

.button:active {
  transform: translate(3px, 3px);
  box-shadow: 1px 1px 0 var(--ink);
}

.button.secondary {
  color: var(--ink);
  background: var(--card);
}

.button.blue {
  background: var(--blue);
}

.button.teal {
  background: var(--teal);
}

.button.text-link {
  min-height: auto;
  padding: 0;
  color: var(--red);
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.button.text-link:hover {
  transform: none;
  box-shadow: none;
}

.hero-collage {
  position: relative;
  min-height: 460px;
}

.sun-card,
.moon-card {
  position: absolute;
  border: 2px solid var(--line);
  box-shadow: var(--shadow);
}

.sun-card {
  top: 0;
  right: 2%;
  width: min(82%, 360px);
  padding: 2rem;
  background: var(--amber-wash);
  border-radius: 50% 50% var(--radius) var(--radius);
  transform: rotate(3deg);
}

.sun-disc {
  display: grid;
  width: 130px;
  height: 130px;
  margin: 0 auto 2.4rem;
  place-items: center;
  color: var(--ink);
  background: var(--amber);
  border: 2px solid var(--line);
  border-radius: 50%;
  font-family: var(--serif);
  font-size: 2rem;
  font-weight: 900;
}

.sun-card p,
.moon-card p {
  margin: 0;
  font-weight: 800;
  line-height: 1.35;
}

.moon-card {
  bottom: 0;
  left: 0;
  width: min(78%, 340px);
  padding: 1.8rem;
  color: #fff;
  background: #272b51;
  border-radius: var(--radius);
  transform: rotate(-4deg);
}

.moon {
  width: 115px;
  height: 115px;
  margin-bottom: 1.8rem;
  background: var(--violet);
  border: 2px solid var(--line);
  border-radius: 50%;
  box-shadow: inset -32px 0 0 #272b51;
}

.sticker {
  display: inline-block;
  padding: 0.38rem 0.7rem;
  color: var(--ink);
  background: var(--card);
  border: 2px solid var(--line);
  border-radius: 999px;
  box-shadow: 3px 3px 0 var(--ink);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  line-height: 1;
  text-transform: uppercase;
  transform: rotate(-2deg);
}

.sticker.red {
  background: var(--red-wash);
}

.sticker.blue {
  background: var(--blue-wash);
}

.sticker.teal {
  background: var(--teal-wash);
}

.sticker.amber {
  background: var(--amber-wash);
}

.ticker {
  overflow: hidden;
  color: #fff;
  background: var(--ink);
  border-block: 2px solid var(--line);
}

.ticker-track {
  display: flex;
  width: max-content;
  animation: ticker 28s linear infinite;
}

.ticker-group {
  display: flex;
  align-items: center;
}

.ticker span {
  display: inline-flex;
  align-items: center;
  gap: 1.2rem;
  padding: 0.8rem 1.2rem;
  font-size: 0.83rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ticker span::after {
  color: var(--amber);
  content: "✦";
}

.ticker:hover .ticker-track,
.ticker:focus-within .ticker-track {
  animation-play-state: paused;
}

@keyframes ticker {
  to {
    transform: translateX(-50%);
  }
}

.section {
  padding: clamp(4.5rem, 9vw, 8rem) 0;
}

.section.compact {
  padding: clamp(3rem, 6vw, 5rem) 0;
}

.section.dark {
  color: #f7f1e7;
  background: #17212f;
}

.section.red {
  color: #fff;
  background: #9f3029;
}

.section.blue-wash {
  background: var(--blue-wash);
  border-block: 2px solid var(--line);
}

.section.amber-wash {
  background: var(--amber-wash);
  border-block: 2px solid var(--line);
}

.section-heading {
  display: grid;
  margin-bottom: clamp(2rem, 5vw, 4rem);
  align-items: end;
  gap: 1.2rem 3rem;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.65fr);
}

.section-heading h2,
.page-title,
.legal-title {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(2.7rem, 6vw, 5.6rem);
  letter-spacing: -0.055em;
  line-height: 0.95;
}

.section-heading p {
  max-width: 52ch;
  margin: 0;
  color: var(--ink-soft);
}

.dark .section-heading p,
.red .section-heading p {
  color: #cbd4dc;
}

.grid-2,
.grid-3,
.grid-4 {
  display: grid;
  gap: 1.35rem;
}

.grid-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.card {
  position: relative;
  padding: clamp(1.45rem, 3vw, 2.2rem);
  background: var(--card);
  border: 2px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow-small);
}

.card h2,
.card h3 {
  margin: 0.75rem 0 0.65rem;
  font-family: var(--serif);
  letter-spacing: -0.035em;
  line-height: 1.05;
}

.card h3 {
  font-size: clamp(1.55rem, 3vw, 2.2rem);
}

.card p:last-child {
  margin-bottom: 0;
}

.card p {
  color: var(--ink-soft);
}

.card.tilt-left {
  transform: rotate(-1deg);
}

.card.tilt-right {
  transform: rotate(1deg);
}

.number {
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  background: var(--amber);
  border: 2px solid var(--line);
  border-radius: 50%;
  box-shadow: 3px 3px 0 var(--ink);
  font-family: var(--serif);
  font-size: 1.25rem;
  font-weight: 900;
}

.icon-box {
  display: grid;
  width: 56px;
  height: 56px;
  place-items: center;
  background: var(--red-wash);
  border: 2px solid var(--line);
  border-radius: 1rem;
  font-size: 1.6rem;
  transform: rotate(-4deg);
}

.rule-top {
  padding-top: 1.25rem;
  border-top: 2px solid currentColor;
}

.statement {
  max-width: 21ch;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(2.3rem, 5vw, 4.9rem);
  font-weight: 900;
  letter-spacing: -0.05em;
  line-height: 1;
}

.statement em {
  color: var(--amber);
}

.split {
  display: grid;
  align-items: center;
  gap: clamp(2rem, 6vw, 6rem);
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
}

.split.reverse {
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
}

.split-copy h2 {
  margin: 0 0 1.2rem;
  font-family: var(--serif);
  font-size: clamp(2.5rem, 5vw, 4.8rem);
  letter-spacing: -0.055em;
  line-height: 0.95;
}

.split-copy p {
  color: var(--ink-soft);
}

.feature-art {
  position: relative;
  overflow: hidden;
  min-height: 430px;
  padding: 2rem;
  background: var(--violet);
  border: 2px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.feature-art::before {
  position: absolute;
  top: -35px;
  right: -30px;
  width: 180px;
  height: 180px;
  background: var(--orange);
  border: 2px solid var(--line);
  border-radius: 50%;
  content: "";
}

.feature-art::after {
  position: absolute;
  right: 60px;
  bottom: 44px;
  width: 160px;
  height: 12px;
  background: #fff;
  box-shadow: 0 32px 0 #fff, 0 64px 0 #fff;
  content: "";
}

.feature-art h3 {
  position: relative;
  z-index: 1;
  max-width: 7ch;
  margin: 0;
  color: #fff;
  font-family: var(--serif);
  font-size: clamp(3rem, 6vw, 5.8rem);
  letter-spacing: -0.06em;
  line-height: 0.88;
}

.feature-art .score-ring {
  position: absolute;
  z-index: 2;
  right: 45px;
  bottom: 170px;
}

.score-ring {
  display: grid;
  width: 130px;
  height: 130px;
  place-items: center;
  color: #fff;
  background: conic-gradient(var(--orange) 0 84%, color-mix(in srgb, #fff 24%, transparent) 84%);
  border: 2px solid var(--line);
  border-radius: 50%;
  box-shadow: 5px 5px 0 var(--ink);
}

.score-ring::before {
  position: absolute;
  width: 92px;
  height: 92px;
  background: var(--violet);
  border-radius: 50%;
  content: "";
}

.score-ring strong {
  position: relative;
  z-index: 1;
  font-family: var(--serif);
  font-size: 2.4rem;
}

.stats {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(3, 1fr);
}

.stat {
  padding: 1.5rem;
  text-align: center;
  background: var(--card);
  border: 2px solid var(--line);
  border-radius: 1.2rem;
  box-shadow: var(--shadow-small);
}

.stat strong {
  display: block;
  color: var(--red);
  font-family: var(--serif);
  font-size: clamp(2.3rem, 5vw, 4rem);
  line-height: 1;
}

.stat span {
  display: block;
  margin-top: 0.55rem;
  color: var(--ink-soft);
  font-size: 0.83rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.list-clean,
.check-list {
  margin: 1.4rem 0 0;
  padding: 0;
  list-style: none;
}

.list-clean li,
.check-list li {
  padding: 0.75rem 0;
  border-top: 1px solid color-mix(in srgb, var(--line) 35%, transparent);
}

.check-list li {
  display: flex;
  gap: 0.75rem;
}

.check-list li::before {
  flex: 0 0 auto;
  color: var(--teal);
  font-weight: 900;
  content: "✓";
}

.page-hero {
  padding: clamp(4rem, 9vw, 7.5rem) 0 clamp(3.5rem, 7vw, 6rem);
  border-bottom: 2px solid var(--line);
}

.page-hero-grid {
  display: grid;
  align-items: end;
  gap: 2rem 4rem;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.65fr);
}

.page-title {
  max-width: 13ch;
}

.page-intro {
  margin: 0;
  color: var(--ink-soft);
  font-size: clamp(1.08rem, 2vw, 1.28rem);
}

.facts-table {
  width: 100%;
  border-collapse: collapse;
}

.facts-table th,
.facts-table td {
  padding: 1rem 0;
  border-bottom: 1px solid color-mix(in srgb, var(--line) 25%, transparent);
  text-align: left;
  vertical-align: top;
}

.facts-table th {
  width: 42%;
  color: var(--ink-soft);
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.facts-table td {
  font-weight: 750;
}

.quote {
  margin: 0;
  padding: clamp(1.8rem, 4vw, 3.5rem);
  background: var(--amber-wash);
  border: 2px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.quote p {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(2rem, 4vw, 3.8rem);
  font-weight: 900;
  letter-spacing: -0.045em;
  line-height: 1.05;
}

.quote cite {
  display: block;
  margin-top: 1.2rem;
  color: var(--ink-soft);
  font-style: normal;
  font-weight: 800;
}

.demo {
  padding: clamp(1.4rem, 4vw, 2.6rem);
  background: var(--card);
  border: 2px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.demo-label {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 0.55rem;
  color: var(--ink-soft);
  font-size: 0.8rem;
  font-weight: 850;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.demo-input {
  width: 100%;
  min-height: 115px;
  resize: vertical;
  padding: 1rem;
  color: var(--ink);
  background: var(--paper);
  border: 2px solid var(--line);
  border-radius: 1rem;
  font-family: var(--serif);
  font-size: clamp(1.3rem, 3vw, 2rem);
  font-weight: 750;
  line-height: 1.15;
}

.demo-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 1rem;
}

.demo-score {
  display: grid;
  gap: 1rem;
  margin-top: 2rem;
  grid-template-columns: auto 1fr;
}

.mini-score {
  display: grid;
  width: 98px;
  height: 98px;
  place-items: center;
  color: #fff;
  background: var(--red);
  border: 2px solid var(--line);
  border-radius: 50%;
  box-shadow: var(--shadow-small);
  font-family: var(--serif);
  font-size: 2rem;
  font-weight: 900;
}

.meter-list {
  display: grid;
  gap: 0.7rem;
}

.meter {
  display: grid;
  align-items: center;
  gap: 0.65rem;
  grid-template-columns: 80px 1fr 28px;
  font-size: 0.8rem;
  font-weight: 800;
}

.meter-track {
  overflow: hidden;
  height: 10px;
  background: var(--paper-deep);
  border: 1px solid var(--line);
  border-radius: 999px;
}

.meter-fill {
  width: 0;
  height: 100%;
  background: var(--teal);
  transition: width 450ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.demo-note {
  margin: 1.25rem 0 0;
  color: var(--ink-soft);
  font-size: 0.84rem;
}

.modes {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.mode {
  display: grid;
  align-items: center;
  gap: 1rem;
  padding: 1.15rem;
  background: var(--card);
  border: 2px solid var(--line);
  border-radius: 1.1rem;
  grid-template-columns: auto 1fr;
}

.mode-glyph {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  color: var(--ink);
  background: var(--amber-wash);
  border: 2px solid var(--line);
  border-radius: 12px;
  font-size: 1.35rem;
}

.mode h3,
.mode p {
  margin: 0;
}

.mode h3 {
  font-size: 1rem;
}

.mode p {
  color: var(--ink-soft);
  font-size: 0.84rem;
}

.faq {
  border-top: 2px solid var(--line);
}

.faq-item {
  border-bottom: 2px solid var(--line);
}

.faq-button {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.3rem 0;
  color: var(--ink);
  background: transparent;
  border: 0;
  cursor: pointer;
  font-weight: 850;
  text-align: left;
}

.faq-button::after {
  display: grid;
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  place-items: center;
  border: 2px solid var(--line);
  border-radius: 50%;
  content: "+";
}

.faq-button[aria-expanded="true"]::after {
  content: "−";
}

.faq-panel {
  max-width: 75ch;
  padding: 0 0 1.35rem;
  color: var(--ink-soft);
}

.faq-panel[hidden] {
  display: none;
}

.contact-grid {
  display: grid;
  gap: 1.3rem;
  grid-template-columns: 1.1fr 0.9fr;
}

.contact-card {
  display: flex;
  min-height: 190px;
  flex-direction: column;
  justify-content: space-between;
  padding: 1.7rem;
  color: var(--ink);
  background: var(--card);
  border: 2px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow-small);
  text-decoration: none;
}

.contact-card:hover {
  transform: rotate(-0.5deg);
}

.contact-card small {
  color: var(--ink-soft);
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.contact-card strong {
  overflow-wrap: anywhere;
  font-family: var(--serif);
  font-size: clamp(1.35rem, 3vw, 2.2rem);
  letter-spacing: -0.03em;
  line-height: 1.05;
}

.legal-hero {
  padding: clamp(3.5rem, 8vw, 6rem) 0 2.5rem;
}

.legal-title {
  max-width: 13ch;
}

.legal-meta {
  margin: 1rem 0 0;
  color: var(--ink-soft);
}

.legal-layout {
  display: grid;
  align-items: start;
  gap: 3rem;
  padding-bottom: 7rem;
  grid-template-columns: 220px minmax(0, 1fr);
}

.legal-nav {
  position: sticky;
  top: 105px;
  padding: 1rem;
  background: var(--card);
  border: 2px solid var(--line);
  border-radius: 1rem;
}

.legal-nav strong {
  display: block;
  margin-bottom: 0.6rem;
  font-size: 0.76rem;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.legal-nav a {
  display: block;
  padding: 0.35rem 0;
  color: var(--ink-soft);
  font-size: 0.88rem;
}

.legal-copy {
  max-width: 760px;
}

.legal-copy h2 {
  margin: 2.8rem 0 0.8rem;
  font-family: var(--serif);
  font-size: clamp(1.8rem, 4vw, 2.65rem);
  letter-spacing: -0.04em;
  line-height: 1.05;
}

.legal-copy h2:first-child {
  margin-top: 0;
}

.legal-copy h3 {
  margin: 1.8rem 0 0.6rem;
}

.legal-copy p,
.legal-copy li {
  color: var(--ink-soft);
}

.legal-copy a {
  color: var(--blue);
  font-weight: 700;
}

.callout {
  margin: 1.5rem 0;
  padding: 1.2rem;
  background: var(--blue-wash);
  border-left: 6px solid var(--blue);
  border-radius: 0 1rem 1rem 0;
}

.callout p {
  margin: 0;
  color: var(--ink);
}

.cta-band {
  padding: clamp(3.2rem, 7vw, 5.5rem) 0;
  color: #fff;
  background: var(--red);
  border-block: 2px solid var(--line);
}

.cta-grid {
  display: grid;
  align-items: center;
  gap: 2rem;
  grid-template-columns: 1fr auto;
}

.cta-band h2 {
  max-width: 18ch;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(2.4rem, 5vw, 4.4rem);
  letter-spacing: -0.05em;
  line-height: 0.95;
}

.site-footer {
  padding: 4rem 0 2rem;
  color: #f7f1e7;
  background: #111922;
}

.footer-grid {
  display: grid;
  gap: 2rem;
  grid-template-columns: 1.6fr repeat(3, 1fr);
}

.footer-brand p {
  max-width: 34ch;
  color: #b9c3cc;
}

.footer-heading {
  display: block;
  margin-bottom: 0.8rem;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.footer-links {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-links li + li {
  margin-top: 0.55rem;
}

.footer-links a {
  color: #c6d0d8;
  text-decoration: none;
}

.footer-links a:hover {
  color: #fff;
  text-decoration: underline;
}

.footer-bottom {
  display: flex;
  margin-top: 3rem;
  padding-top: 1.5rem;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  color: #9eabb5;
  border-top: 1px solid #3a4650;
  font-size: 0.8rem;
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 600ms ease, transform 600ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: none;
}

.desktop-only {
  display: inline-flex;
}

@media (max-width: 980px) {
  .nav-links {
    position: fixed;
    top: 78px;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    padding: 1.25rem;
    align-items: stretch;
    background: var(--paper);
    flex-direction: column;
  }

  .nav-links[data-open="true"] {
    display: flex;
  }

  .nav-links a {
    padding: 1rem;
    border-bottom: 1px solid color-mix(in srgb, var(--line) 20%, transparent);
    border-radius: 0;
    font-family: var(--serif);
    font-size: 1.6rem;
  }

  .menu-button {
    display: grid;
  }

  .desktop-only {
    display: none;
  }

  .hero-grid,
  .split,
  .split.reverse,
  .page-hero-grid,
  .section-heading,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .hero-collage {
    width: min(100%, 620px);
    margin-inline: auto;
  }

  .page-title {
    max-width: 16ch;
  }

  .section-heading {
    align-items: start;
  }

  .grid-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 720px) {
  body {
    font-size: 0.97rem;
  }

  .brand-word {
    font-size: 0.92rem;
  }

  .hero {
    padding-top: 3.5rem;
  }

  .display {
    font-size: clamp(3.15rem, 18vw, 5.4rem);
  }

  .hero-collage {
    min-height: 390px;
  }

  .sun-card {
    width: 76%;
  }

  .moon-card {
    width: 72%;
  }

  .sun-disc {
    width: 95px;
    height: 95px;
    margin-bottom: 1.5rem;
  }

  .moon {
    width: 85px;
    height: 85px;
    box-shadow: inset -24px 0 0 #272b51;
  }

  .grid-2,
  .grid-3,
  .grid-4,
  .stats,
  .modes,
  .footer-grid,
  .cta-grid {
    grid-template-columns: 1fr;
  }

  .card.tilt-left,
  .card.tilt-right {
    transform: none;
  }

  .demo-score {
    grid-template-columns: 1fr;
  }

  .mini-score {
    width: 82px;
    height: 82px;
  }

  .legal-layout {
    grid-template-columns: 1fr;
  }

  .legal-nav {
    position: static;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 440px) {
  .wrap,
  .narrow {
    width: min(calc(100% - 1.3rem), var(--max));
  }

  .nav-shell {
    min-height: 70px;
  }

  .nav-links {
    top: 70px;
  }

  .brand-mark {
    width: 36px;
    height: 36px;
  }

  .icon-button,
  .menu-button {
    width: 40px;
    height: 40px;
  }

  .hero-collage {
    min-height: 350px;
  }

  .sun-card,
  .moon-card {
    padding: 1.25rem;
  }

  .hero-actions .button,
  .button-row .button {
    width: 100%;
  }

  .feature-art {
    min-height: 370px;
  }

  .feature-art .score-ring {
    right: 25px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}

@media print {
  .site-header,
  .site-footer,
  .legal-nav,
  .cta-band,
  .button {
    display: none !important;
  }

  body {
    color: #000;
    background: #fff;
  }

  .legal-layout {
    display: block;
  }

  .legal-copy {
    max-width: none;
  }
}
