@font-face {
  font-family: 'Satoshi';
  src: url('/assets/fonts/Satoshi-Regular.otf') format('opentype');
  font-display: swap;
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: 'Satoshi';
  src: url('/assets/fonts/Satoshi-Medium.otf') format('opentype');
  font-display: swap;
  font-style: normal;
  font-weight: 500;
}

@font-face {
  font-family: 'Satoshi';
  src: url('/assets/fonts/Satoshi-Bold.otf') format('opentype');
  font-display: swap;
  font-style: normal;
  font-weight: 700;
}

:root {
  color-scheme: dark;
  --accent: #78c8a1;
  --accent-dark: #102219;
  --background: #0d0f0d;
  --border: #343832;
  --border-soft: #242824;
  --expense: #ff7777;
  --income: #67c89a;
  --muted: #9ca29a;
  --surface: #171a17;
  --surface-strong: #202420;
  --text: #f3f4ef;
}

* {
  box-sizing: border-box;
}

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

body {
  background: var(--background);
  color: var(--text);
  font-family: 'Satoshi', system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
}

a {
  color: inherit;
}

.site-glow {
  display: none;
}

.page-shell {
  margin: 0 auto;
  max-width: 1440px;
  min-height: 100vh;
  padding: 0 48px;
}

.site-header {
  align-items: center;
  border-bottom: 1px solid var(--border);
  display: grid;
  gap: 32px;
  grid-template-columns: 1fr auto 1fr;
  min-height: 88px;
}

.brand {
  align-items: center;
  display: inline-flex;
  font-size: 20px;
  font-weight: 700;
  gap: 12px;
  justify-self: start;
  text-decoration: none;
}

.brand img {
  height: 36px;
  object-fit: contain;
  width: 36px;
}

.site-nav {
  display: flex;
  gap: 32px;
}

.site-nav a {
  color: var(--muted);
  font-size: 14px;
  font-weight: 500;
  position: relative;
  text-decoration: none;
}

.site-nav a::after {
  background: var(--accent);
  bottom: -8px;
  content: '';
  height: 1px;
  left: 0;
  position: absolute;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 180ms ease;
  width: 100%;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: var(--text);
}

.site-nav a:hover::after,
.site-nav a:focus-visible::after {
  transform: scaleX(1);
  transform-origin: left;
}

.stage {
  align-items: center;
  color: var(--muted);
  display: inline-flex;
  font-size: 13px;
  font-weight: 500;
  gap: 9px;
  justify-self: end;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.stage i,
.premium-panel-top i,
.availability-status i {
  background: var(--accent);
  border-radius: 50%;
  display: inline-block;
  height: 7px;
  width: 7px;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(430px, 0.92fr);
  min-height: calc(100vh - 88px);
}

.hero-copy {
  align-self: center;
  padding: 88px 7vw 88px 0;
}

.eyebrow {
  color: var(--accent);
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.13em;
  margin: 0 0 24px;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  font-size: clamp(4.2rem, 7.9vw, 8rem);
  letter-spacing: -0.075em;
  line-height: 0.86;
  margin: 0 0 40px;
  max-width: 850px;
}

h1 span,
h2 span {
  color: var(--muted);
}

.intro {
  color: var(--muted);
  font-size: clamp(1.05rem, 1.5vw, 1.28rem);
  line-height: 1.58;
  margin-bottom: 36px;
  max-width: 640px;
}

.hero-actions {
  align-items: center;
  display: flex;
  gap: 28px;
  margin-bottom: 56px;
}

.primary-action {
  align-items: center;
  background: var(--accent);
  color: var(--accent-dark);
  display: inline-flex;
  font-weight: 700;
  gap: 28px;
  justify-content: space-between;
  min-height: 54px;
  min-width: 222px;
  padding: 14px 18px;
  text-decoration: none;
  transition: background 160ms ease;
}

.primary-action:hover,
.primary-action:focus-visible {
  background: #91dab6;
}

.primary-action span {
  font-size: 19px;
}

.text-action {
  border-bottom: 1px solid var(--muted);
  color: var(--muted);
  font-size: 14px;
  padding-bottom: 3px;
  text-decoration: none;
}

.text-action:hover,
.text-action:focus-visible {
  border-color: var(--text);
  color: var(--text);
}

.hero-proof {
  color: var(--muted);
  display: flex;
  flex-wrap: wrap;
  font-size: 13px;
  gap: 16px 32px;
  text-transform: uppercase;
}

.hero-proof span {
  align-items: center;
  display: inline-flex;
  gap: 10px;
}

.hero-proof span::before {
  border: 1px solid var(--accent);
  content: '';
  height: 5px;
  width: 5px;
}

.product-stage {
  align-items: center;
  border-left: 1px solid var(--border);
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: 64px 0 64px 48px;
  position: relative;
}

.stage-orbit {
  display: none;
}

.app-preview {
  animation: preview-in 680ms cubic-bezier(0.2, 0.8, 0.2, 1) both;
  background: var(--surface);
  border: 1px solid #3c413b;
  max-width: 520px;
  overflow: hidden;
  width: 100%;
}

.preview-topbar {
  align-items: center;
  border-bottom: 1px solid var(--border);
  display: flex;
  justify-content: space-between;
  padding: 22px 24px;
}

.preview-topbar > div:first-child {
  display: flex;
  flex-direction: column;
}

.preview-kicker {
  color: var(--muted);
  font-size: 11px;
  letter-spacing: 0.12em;
  margin-bottom: 3px;
  text-transform: uppercase;
}

.preview-topbar strong {
  font-size: 22px;
}

.preview-actions {
  display: flex;
  gap: 8px;
}

.preview-actions span {
  align-items: center;
  border: 1px solid var(--border);
  display: flex;
  height: 36px;
  justify-content: center;
  width: 36px;
}

.preview-summary {
  border-bottom: 1px solid var(--border);
  display: flex;
  flex-direction: column;
  padding: 26px 24px 30px;
}

.preview-summary span,
.preview-metrics span {
  color: var(--muted);
  font-size: 12px;
}

.preview-summary strong {
  font-size: clamp(2rem, 3.6vw, 3.1rem);
  letter-spacing: -0.045em;
  margin-top: 4px;
}

.preview-metrics {
  border-bottom: 1px solid var(--border);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.preview-metrics div {
  border-right: 1px solid var(--border);
  display: flex;
  flex-direction: column;
  padding: 14px 12px 15px;
}

.preview-metrics div:last-child {
  border-right: 0;
}

.preview-metrics strong {
  font-size: 14px;
  margin-top: 4px;
}

.income {
  color: var(--income) !important;
}

.expense {
  color: var(--expense) !important;
}

.ledger-heading {
  align-items: center;
  border-bottom: 1px solid var(--border-soft);
  display: flex;
  justify-content: space-between;
  padding: 13px 24px;
}

.ledger-heading span {
  color: var(--muted);
  font-size: 12px;
}

.ledger-row {
  align-items: center;
  border-bottom: 1px solid var(--border-soft);
  display: grid;
  gap: 12px;
  grid-template-columns: 40px minmax(0, 1fr) auto;
  padding: 13px 24px;
}

.ledger-row i {
  align-items: center;
  background: var(--surface-strong);
  display: flex;
  font-size: 12px;
  font-style: normal;
  height: 40px;
  justify-content: center;
  width: 40px;
}

.ledger-row > div {
  display: flex;
  min-width: 0;
  flex-direction: column;
}

.ledger-row strong {
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ledger-row div span {
  color: var(--muted);
  font-size: 11px;
}

.ledger-row b {
  font-size: 13px;
}

.preview-nav {
  align-items: end;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  min-height: 64px;
  padding: 12px 14px;
  text-align: center;
}

.preview-nav span {
  color: var(--muted);
  font-size: 10px;
}

.preview-nav .active {
  color: var(--accent);
}

.preview-nav b {
  align-items: center;
  background: var(--accent);
  border-radius: 50%;
  color: var(--accent-dark);
  display: flex;
  font-size: 24px;
  font-weight: 400;
  height: 48px;
  justify-content: center;
  justify-self: center;
  margin-top: -26px;
  width: 48px;
}

.preview-note {
  align-items: center;
  color: var(--muted);
  display: flex;
  font-size: 12px;
  gap: 9px;
  margin: 16px 0 0;
  max-width: 520px;
  width: 100%;
}

.preview-note span {
  background: var(--accent);
  display: inline-block;
  height: 1px;
  width: 28px;
}

.value-strip {
  border-bottom: 1px solid var(--border);
  border-top: 1px solid var(--border);
  color: var(--muted);
  display: flex;
  font-size: 13px;
  justify-content: space-between;
  letter-spacing: 0.06em;
  padding: 22px 0;
  text-transform: uppercase;
}

.value-strip i {
  background: var(--border);
  height: 18px;
  width: 1px;
}

.features {
  padding: 120px 0 144px;
  scroll-margin-top: 24px;
}

.section-heading {
  display: grid;
  gap: 40px;
  grid-template-columns: 1.25fr 0.75fr;
  margin-bottom: 88px;
}

.section-heading .eyebrow {
  grid-column: 1 / -1;
  margin-bottom: -8px;
}

h2 {
  font-size: clamp(2.8rem, 5.2vw, 5.8rem);
  letter-spacing: -0.065em;
  line-height: 0.96;
  margin-bottom: 0;
}

.section-heading > p:last-child {
  align-self: end;
  color: var(--muted);
  font-size: 18px;
  margin: 0;
  max-width: 520px;
}

.feature-grid {
  border-top: 1px solid var(--border);
}

.feature-card {
  background: transparent;
  border-bottom: 1px solid var(--border);
  display: grid;
  gap: 40px;
  grid-template-columns: 72px minmax(220px, 0.75fr) minmax(340px, 1.25fr);
  padding: 48px 0;
}

.feature-meta {
  align-content: start;
  display: flex;
  flex-direction: column;
  gap: 8px;
  grid-column: 1;
}

.feature-meta span {
  color: var(--accent);
  font-size: 14px;
  font-weight: 700;
}

.feature-meta em {
  color: var(--muted);
  font-size: 11px;
  font-style: normal;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.feature-card > h3 {
  grid-column: 2;
}

h3 {
  font-size: clamp(1.55rem, 2.4vw, 2.45rem);
  letter-spacing: -0.035em;
  line-height: 1.06;
  margin: 0;
}

.feature-card > p,
.feature-card > ul,
.quick-entry,
.shopping-list,
.palette {
  grid-column: 3;
}

.feature-card > p {
  color: var(--muted);
  font-size: 17px;
  margin: 0;
  max-width: 650px;
}

.feature-card ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.feature-card li {
  border-top: 1px solid var(--border-soft);
  color: var(--muted);
  padding: 10px 0;
}

.feature-card li:first-child {
  border-top: 0;
  padding-top: 0;
}

.feature-card li::before {
  color: var(--accent);
  content: '—';
  margin-right: 10px;
}

.feature-card-lead {
  grid-template-rows: auto auto;
}

.feature-card-lead > p {
  grid-row: 1;
}

.quick-entry {
  border: 1px solid var(--border);
  grid-row: 2;
  margin-top: 6px;
  max-width: 650px;
  padding: 12px;
}

.quick-tabs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  text-align: center;
}

.quick-tabs span,
.quick-tabs strong {
  color: var(--muted);
  font-size: 12px;
  padding: 9px;
}

.quick-tabs strong {
  background: rgba(255, 119, 119, 0.12);
  color: var(--expense);
}

.quick-amount {
  align-items: end;
  border-bottom: 1px solid var(--border);
  border-top: 1px solid var(--border);
  display: grid;
  grid-template-columns: 1fr auto auto;
  margin-top: 12px;
  padding: 18px 10px;
}

.quick-amount small {
  color: var(--muted);
}

.quick-amount b {
  font-size: 30px;
  letter-spacing: -0.04em;
}

.quick-amount span {
  color: var(--muted);
  margin: 0 0 5px 6px;
}

.quick-chips {
  align-items: center;
  display: flex;
  gap: 8px;
  padding-top: 12px;
}

.quick-chips span {
  border: 1px solid var(--border);
  font-size: 12px;
  padding: 8px 10px;
}

.quick-chips i {
  background: var(--expense);
  color: #2a0d0d;
  font-size: 12px;
  font-style: normal;
  margin-left: auto;
  padding: 9px 14px;
}

.feature-card-wide .wide-card-copy {
  display: contents;
}

.feature-card-wide .wide-card-copy > div:first-child {
  display: contents;
}

.feature-card-wide h3 {
  grid-column: 2;
}

.feature-card-wide p {
  color: var(--muted);
  font-size: 17px;
  grid-column: 3;
  margin: 0 0 30px;
}

.mini-chart {
  align-items: end;
  border-bottom: 1px solid var(--border);
  display: flex;
  gap: 8px;
  grid-column: 3;
  height: 92px;
  padding: 0 10px;
}

.mini-chart span {
  background: var(--accent);
  height: var(--bar);
  opacity: 0.35;
  width: 100%;
}

.mini-chart span:nth-child(4),
.mini-chart span:nth-child(6),
.mini-chart span:nth-child(8) {
  opacity: 0.9;
}

.feature-card-shopping,
.feature-card-personalize {
  grid-template-rows: auto auto;
}

.shopping-list {
  border-top: 1px solid var(--border);
}

.shopping-list > span {
  align-items: center;
  border-bottom: 1px solid var(--border-soft);
  display: grid;
  gap: 12px;
  grid-template-columns: 22px 1fr auto;
  padding: 11px 0;
}

.shopping-list i {
  align-items: center;
  border: 1px solid var(--border);
  display: flex;
  font-size: 10px;
  font-style: normal;
  height: 18px;
  justify-content: center;
  width: 18px;
}

.shopping-list small {
  color: var(--muted);
}

.shopping-list .done {
  color: var(--muted);
  text-decoration: line-through;
}

.shopping-list .done i {
  border-color: var(--accent);
  color: var(--accent);
}

.feature-card-shopping > p,
.feature-card-personalize > p {
  grid-row: 2;
  margin-top: 22px;
}

.palette {
  display: flex;
  gap: 10px;
}

.palette span {
  background: var(--accent);
  height: 42px;
  width: 42px;
}

.palette span:nth-child(2) {
  background: var(--expense);
}

.palette span:nth-child(3) {
  background: #5b91df;
}

.palette span:nth-child(4) {
  background: #d6ae5e;
}

.palette span:nth-child(5) {
  background: var(--surface-strong);
  border: 1px solid var(--border);
}

.premium {
  background: var(--accent);
  color: var(--accent-dark);
  display: grid;
  gap: 72px;
  grid-template-columns: minmax(300px, 0.86fr) minmax(480px, 1.14fr);
  padding: clamp(40px, 6vw, 88px);
  scroll-margin-top: 24px;
}

.premium .eyebrow {
  color: rgba(16, 34, 25, 0.64);
}

.premium h2 {
  font-size: clamp(3rem, 5.2vw, 5.7rem);
}

.premium h2 span {
  color: rgba(16, 34, 25, 0.52);
}

.premium-intro > p:last-child {
  color: rgba(16, 34, 25, 0.72);
  font-size: 18px;
  margin: 32px 0 0;
  max-width: 530px;
}

.premium-panel {
  align-self: stretch;
  background: var(--background);
  color: var(--text);
  padding: 24px 28px 4px;
}

.premium-panel-top {
  align-items: center;
  border-bottom: 1px solid var(--border);
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
}

.premium-panel-top > span {
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.premium-panel-top strong {
  align-items: center;
  color: var(--muted);
  display: flex;
  font-size: 12px;
  gap: 8px;
}

.premium-list article {
  border-bottom: 1px solid var(--border);
  display: grid;
  gap: 20px;
  grid-template-columns: 34px 1fr;
  padding: 22px 0;
}

.premium-list article > span {
  color: var(--accent);
  font-size: 12px;
}

.premium-list h3 {
  font-size: 20px;
  margin-bottom: 5px;
}

.premium-list p {
  color: var(--muted);
  margin: 0;
}

.privacy {
  display: grid;
  gap: 96px;
  grid-template-columns: minmax(320px, 0.9fr) 1.1fr;
  padding: 144px 0;
  scroll-margin-top: 24px;
}

.privacy-copy {
  border-top: 1px solid var(--border);
}

.privacy-copy article {
  border-bottom: 1px solid var(--border);
  display: grid;
  gap: 20px;
  grid-template-columns: 36px 0.7fr 1.3fr;
  padding: 24px 0;
}

.privacy-copy article > span {
  color: var(--accent);
  font-size: 12px;
}

.privacy-copy h3 {
  font-size: 18px;
}

.privacy-copy p {
  color: var(--muted);
  margin: 0;
}

.availability {
  align-items: end;
  border-bottom: 1px solid var(--border);
  border-top: 1px solid var(--border);
  display: grid;
  gap: 56px;
  grid-template-columns: auto 1fr auto;
  padding: 64px 0;
}

.availability-marker {
  align-items: center;
  background: var(--accent);
  color: var(--accent-dark);
  display: flex;
  font-size: 42px;
  font-weight: 700;
  height: 104px;
  justify-content: center;
  width: 104px;
}

.availability h2 {
  font-size: clamp(2.3rem, 4.2vw, 4.5rem);
}

.availability > div:nth-child(2) > p:last-child {
  color: var(--muted);
  margin: 24px 0 0;
  max-width: 690px;
}

.availability-status {
  align-items: center;
  color: var(--muted);
  display: flex;
  font-size: 13px;
  gap: 9px;
  padding-bottom: 8px;
  text-transform: uppercase;
}

footer {
  align-items: center;
  color: var(--muted);
  display: flex;
  font-size: 13px;
  justify-content: space-between;
  padding: 32px 0 40px;
}

.footer-brand {
  color: var(--text);
  font-size: 17px;
}

.footer-brand img {
  height: 30px;
  width: 30px;
}

footer > div {
  display: flex;
  gap: 28px;
}

.callback-page {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 100vh;
  padding: 24px;
}

.callback-card {
  background: var(--surface);
  border: 1px solid var(--border);
  max-width: 520px;
  padding: clamp(28px, 6vw, 48px);
  width: 100%;
}

.callback-brand {
  margin-bottom: 48px;
}

.callback-card h1 {
  font-size: clamp(2.2rem, 9vw, 3.6rem);
  line-height: 1;
  margin-bottom: 20px;
}

.callback-card > p {
  color: var(--muted);
  margin-bottom: 28px;
}

.callback-action {
  align-items: center;
  background: var(--accent);
  color: var(--accent-dark);
  display: flex;
  font-weight: 700;
  justify-content: center;
  min-height: 52px;
  padding: 12px 20px;
  text-decoration: none;
  width: 100%;
}

.callback-home {
  color: var(--muted);
  display: block;
  font-size: 14px;
  margin-top: 20px;
  text-align: center;
}

.callback-error {
  color: var(--expense) !important;
}

@keyframes preview-in {
  from {
    opacity: 0;
    transform: translateY(18px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 1100px) {
  .page-shell {
    padding: 0 32px;
  }

  .hero {
    grid-template-columns: 1fr 430px;
  }

  .hero-copy {
    padding-right: 48px;
  }

  .product-stage {
    padding-left: 32px;
  }

  .feature-card {
    gap: 28px;
    grid-template-columns: 56px minmax(190px, 0.7fr) minmax(300px, 1.3fr);
  }

  .premium {
    gap: 48px;
  }
}

@media (max-width: 900px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .site-nav {
    display: none;
  }

  .hero {
    grid-template-columns: 1fr;
  }

  .hero-copy {
    padding-right: 0;
  }

  .product-stage {
    border-left: 0;
    border-top: 1px solid var(--border);
    padding: 72px 0;
  }

  .app-preview,
  .preview-note {
    max-width: 620px;
  }

  .section-heading {
    grid-template-columns: 1fr;
  }

  .feature-card {
    grid-template-columns: 52px 1fr;
  }

  .feature-card > h3,
  .feature-card > p,
  .feature-card > ul,
  .quick-entry,
  .shopping-list,
  .palette,
  .feature-card-wide h3,
  .feature-card-wide p,
  .mini-chart {
    grid-column: 2;
  }

  .feature-card-lead > p {
    grid-row: auto;
  }

  .quick-entry {
    grid-row: auto;
  }

  .feature-card-shopping > p,
  .feature-card-personalize > p {
    grid-row: auto;
  }

  .premium,
  .privacy {
    grid-template-columns: 1fr;
  }

  .premium-panel {
    min-height: auto;
  }

  .privacy {
    gap: 56px;
  }

  .availability {
    align-items: start;
    grid-template-columns: auto 1fr;
  }

  .availability-status {
    grid-column: 2;
  }
}

@media (max-width: 640px) {
  .page-shell {
    padding: 0 20px;
  }

  .site-header {
    min-height: 76px;
  }

  .stage {
    font-size: 11px;
  }

  .hero-copy {
    padding: 72px 0 64px;
  }

  h1 {
    font-size: clamp(3.5rem, 18vw, 5rem);
  }

  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .primary-action {
    width: 100%;
  }

  .hero-proof {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }

  .product-stage {
    padding: 48px 0;
  }

  .preview-topbar,
  .preview-summary,
  .ledger-heading,
  .ledger-row {
    padding-left: 16px;
    padding-right: 16px;
  }

  .preview-summary strong {
    font-size: 2rem;
  }

  .preview-metrics strong {
    font-size: 12px;
  }

  .ledger-row b {
    max-width: 88px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .value-strip {
    display: grid;
    gap: 16px;
    grid-template-columns: 1fr 1fr;
  }

  .value-strip i {
    display: none;
  }

  .features {
    padding: 88px 0 104px;
  }

  .section-heading {
    gap: 28px;
    margin-bottom: 56px;
  }

  h2,
  .premium h2 {
    font-size: clamp(2.7rem, 13vw, 4rem);
  }

  .section-heading > p:last-child,
  .premium-intro > p:last-child {
    font-size: 16px;
  }

  .feature-card {
    gap: 24px 14px;
    grid-template-columns: 34px 1fr;
    padding: 36px 0;
  }

  .feature-meta em {
    display: none;
  }

  .quick-chips span:nth-child(2) {
    display: none;
  }

  .premium {
    margin-left: -20px;
    margin-right: -20px;
    padding: 56px 20px;
  }

  .premium-panel {
    padding: 20px 18px 0;
  }

  .premium-panel-top > span {
    display: none;
  }

  .premium-panel-top {
    justify-content: flex-end;
  }

  .privacy {
    padding: 96px 0;
  }

  .privacy-copy article {
    gap: 10px 14px;
    grid-template-columns: 28px 1fr;
  }

  .privacy-copy p {
    grid-column: 2;
  }

  .availability {
    gap: 28px;
    grid-template-columns: 1fr;
    padding: 48px 0;
  }

  .availability-marker {
    height: 72px;
    width: 72px;
  }

  .availability-status {
    grid-column: 1;
  }

  footer {
    align-items: flex-start;
    gap: 24px;
  }

  footer > div {
    flex-direction: column;
    gap: 4px;
    text-align: right;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .app-preview {
    animation: none;
  }

  .site-nav a::after,
  .primary-action {
    transition: none;
  }
}
