:root {
  color-scheme: dark;
  --night: #09070d;
  --night-soft: #141019;
  --surface-charcoal: #100d15;
  --surface-plum: #180f20;
  --surface-berry: #260d1c;
  --surface-violet: #171124;
  --surface-orchid: #21102b;
  --paper: #f8f5f8;
  --paper-soft: #ebe5eb;
  --white: #fffaff;
  --black: #120e14;
  --muted: #b9b0bd;
  --muted-dark: #625967;
  --text-soft: #cbc1cf;
  --text-faint: #978c9e;
  --coral: #ff4f87;
  --coral-bright: #ff75a4;
  --citron: #ddff64;
  --sky: #9dd4ff;
  --line: rgba(255, 255, 255, 0.14);
  --dark-line: rgba(18, 14, 20, 0.16);
  --max: 1220px;
}

* {
  box-sizing: border-box;
  letter-spacing: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--night);
  color: var(--white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

a {
  color: inherit;
}

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

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

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

.skip-link {
  position: fixed;
  left: 1rem;
  top: -5rem;
  z-index: 100;
  padding: 0.65rem 1rem;
  background: var(--white);
  color: var(--night);
}

.skip-link:focus {
  top: 1rem;
}

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

.site-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 30;
  border-bottom: 1px solid var(--line);
  background: rgba(9, 7, 13, 0.88);
  backdrop-filter: blur(18px);
}

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

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  color: var(--white);
  font-size: 1.08rem;
  font-weight: 850;
  text-decoration: none;
}

.brand img {
  width: 24px;
  height: 24px;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 1.55rem;
  font-size: 0.86rem;
  font-weight: 700;
}

.nav-links a {
  color: #d6ced9;
  text-decoration: none;
}

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

.status-link {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  min-height: 38px;
  padding: 0.4rem 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 4px;
}

.status-link span,
.beta-label span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--citron);
}

.hero {
  height: 92svh;
  min-height: 650px;
  max-height: 940px;
  position: relative;
  overflow: hidden;
  background: var(--night);
  border-bottom: 1px solid var(--line);
}

.hero-copy {
  position: relative;
  z-index: 4;
  width: min(55%, 690px);
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 8rem 0 9rem;
}

.beta-label {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  margin: 0 0 1.5rem;
  color: var(--white);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

h1,
h2,
h3,
p,
blockquote,
figure,
dl,
dd {
  margin-top: 0;
}

h1 {
  margin-bottom: 1.35rem;
  color: var(--white);
  font-size: 7.8rem;
  line-height: 0.82;
  font-weight: 900;
}

.hero-statement {
  max-width: 640px;
  margin-bottom: 1.3rem;
  color: var(--white);
  font-size: 3.2rem;
  line-height: 1.02;
  font-weight: 790;
}

.hero-lede {
  max-width: 610px;
  margin-bottom: 2rem;
  color: #c8c0cb;
  font-size: 1.06rem;
  line-height: 1.65;
}

.actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.15rem;
}

.button {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.8rem 1.15rem;
  border: 1px solid var(--coral);
  border-radius: 4px;
  background: var(--coral);
  color: var(--black);
  font-size: 0.92rem;
  font-weight: 850;
  text-decoration: none;
  transition: background-color 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.button:hover {
  border-color: var(--coral-bright);
  background: var(--coral-bright);
  transform: translateY(-2px);
}

.button.secondary {
  border-color: rgba(255, 255, 255, 0.34);
  background: transparent;
  color: var(--white);
}

.button.secondary:hover {
  border-color: var(--white);
  background: var(--white);
  color: var(--black);
}

.text-link {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: var(--white);
  font-size: 0.9rem;
  font-weight: 750;
  text-decoration: none;
}

.text-link:hover {
  color: var(--coral-bright);
}

.availability {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem 0.7rem;
  margin: 1.7rem 0 0;
  color: #9e95a4;
  font-size: 0.8rem;
}

.availability strong {
  color: var(--white);
}

.hero-visual {
  position: absolute;
  inset: 76px 0 96px;
  overflow: hidden;
  isolation: isolate;
  background: #100d16;
  perspective: 1200px;
}

.signal-mesh {
  position: absolute;
  inset: -18% -8%;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
  transform-style: preserve-3d;
}

.signal-ring {
  --angle: 0deg;
  --angle-end: 9deg;
  --ring-color: rgba(157, 212, 255, 0.22);
  position: absolute;
  left: 74%;
  top: 50%;
  aspect-ratio: 1.72;
  border: 1px solid var(--ring-color);
  border-radius: 50%;
  opacity: 0.48;
  transform: translate(-50%, -50%) rotate(var(--angle));
  transform-origin: center;
  animation: signal-orbit 12s ease-in-out infinite alternate;
  will-change: transform, opacity;
}

.ring-one {
  width: clamp(620px, 82vw, 1540px);
  --angle: -10deg;
  --angle-end: -2deg;
  --ring-color: rgba(255, 79, 135, 0.2);
  animation-duration: 16s;
}

.ring-two {
  width: clamp(540px, 72vw, 1360px);
  --angle: 14deg;
  --angle-end: 3deg;
  --ring-color: rgba(157, 212, 255, 0.24);
  animation-duration: 13s;
  animation-delay: -4s;
}

.ring-three {
  width: clamp(460px, 62vw, 1180px);
  --angle: -22deg;
  --angle-end: -10deg;
  --ring-color: rgba(221, 255, 100, 0.18);
  animation-duration: 18s;
  animation-delay: -9s;
}

.ring-four {
  width: clamp(380px, 52vw, 980px);
  --angle: 28deg;
  --angle-end: 17deg;
  --ring-color: rgba(134, 59, 255, 0.34);
  animation-duration: 14s;
  animation-delay: -7s;
}

.ring-five {
  width: clamp(300px, 42vw, 800px);
  --angle: -38deg;
  --angle-end: -26deg;
  --ring-color: rgba(255, 117, 164, 0.3);
  animation-duration: 11s;
  animation-delay: -3s;
}

.signal-track {
  position: absolute;
  left: 45%;
  width: 54%;
  height: 1px;
  overflow: hidden;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  transform-origin: center;
}

.signal-track::after {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 68px;
  height: 2px;
  background: var(--citron);
  animation: signal-travel 7s linear infinite;
  will-change: transform, opacity;
}

.track-one {
  top: 22%;
  transform: rotate(-7deg);
}

.track-two {
  top: 58%;
  transform: rotate(4deg);
}

.track-two::after {
  background: var(--coral-bright);
  animation-delay: -4s;
  animation-duration: 8.5s;
}

.track-three {
  top: 82%;
  transform: rotate(-3deg);
}

.track-three::after {
  background: var(--sky);
  animation-delay: -2s;
  animation-duration: 10s;
}

.device {
  position: absolute;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 34px;
  background: #07060a;
  box-shadow: 0 34px 70px rgba(0, 0, 0, 0.46);
}

.device img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.device-front {
  width: 318px;
  height: 688px;
  left: 68%;
  top: 42px;
  z-index: 3;
  transform: rotate(2deg);
  animation: device-float 7s ease-in-out infinite;
  will-change: transform;
}

.device-back {
  width: 262px;
  height: 567px;
  left: 52%;
  top: 154px;
  z-index: 2;
  opacity: 0.72;
  transform: rotate(-7deg);
  animation: device-back-drift 10s ease-in-out infinite;
  will-change: transform;
}

.visual-note {
  position: absolute;
  z-index: 4;
  width: 186px;
  padding: 0.8rem 0.9rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 6px;
  background: rgba(9, 7, 13, 0.9);
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.3);
}

.visual-note strong,
.visual-note span {
  display: block;
}

.visual-note strong {
  color: var(--coral-bright);
  font-size: 0.73rem;
  text-transform: uppercase;
}

.visual-note span {
  margin-top: 0.18rem;
  color: var(--white);
  font-size: 0.78rem;
  line-height: 1.35;
}

.note-focus {
  top: 11%;
  left: 58%;
  animation: note-float 8s ease-in-out infinite;
}

.note-feedback {
  right: 4%;
  bottom: 10%;
  animation: note-float 9s -4s ease-in-out infinite;
}

.hero-rail {
  position: absolute;
  inset: auto 0 0;
  z-index: 8;
  height: 96px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding-left: max(1.75rem, calc((100% - var(--max)) / 2));
  padding-right: max(1.75rem, calc((100% - var(--max)) / 2));
  border-top: 1px solid var(--line);
  background: var(--night);
}

.hero-rail div {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  padding: 0 1.5rem;
  border-right: 1px solid var(--line);
}

.hero-rail div:first-child {
  padding-left: 0;
}

.hero-rail div:last-child {
  border-right: 0;
}

.hero-rail span,
.section-number {
  color: var(--coral-bright);
  font-size: 0.72rem;
  font-weight: 850;
  text-transform: uppercase;
}

.hero-rail strong {
  font-size: 0.88rem;
}

.statement-band,
.principles-band {
  padding: 8rem 0;
  color: var(--white);
}

.statement-band {
  border-top: 1px solid var(--line);
  background: var(--surface-plum);
}

.statement-layout {
  display: grid;
  grid-template-columns: 0.34fr 1fr;
  gap: 5rem;
}

.section-number {
  margin: 0;
}

.eyebrow {
  margin: 0 0 1rem;
  color: var(--coral);
  font-size: 0.74rem;
  font-weight: 850;
  text-transform: uppercase;
}

.statement-layout h2,
.scene-copy h2,
.principles-heading h2,
.privacy-layout h2,
.closing-layout h2 {
  margin-bottom: 1.4rem;
  font-size: 4.5rem;
  line-height: 0.98;
  font-weight: 850;
}

.statement-layout h2 {
  max-width: 860px;
}

.statement-band .section-number,
.statement-band .eyebrow,
.principles-band .section-number {
  color: var(--coral-bright);
}

.principles-grid span {
  color: var(--sky);
}

.statement-copy {
  max-width: 760px;
  margin: 2rem 0 0 auto;
  color: var(--text-soft);
  font-size: 1.2rem;
  line-height: 1.7;
}

.product-scene {
  padding: 7.5rem 0;
  overflow: hidden;
}

.daily-scene {
  border-top: 1px solid rgba(255, 117, 164, 0.24);
  background: var(--surface-berry);
  color: var(--white);
}

.progress-scene {
  border-top: 1px solid var(--line);
  background: var(--surface-charcoal);
  color: var(--white);
}

.scene-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 430px);
  gap: 8rem;
  align-items: center;
}

.reverse-grid {
  grid-template-columns: minmax(340px, 430px) minmax(0, 1fr);
}

.scene-copy h2 {
  max-width: 760px;
}

.scene-copy > p:not(.eyebrow) {
  max-width: 630px;
  color: var(--text-soft);
  font-size: 1.08rem;
  line-height: 1.7;
}

.progress-scene .scene-copy > p:not(.eyebrow) {
  color: #c3bbc7;
}

.daily-scene .eyebrow {
  color: var(--coral-bright);
}

.feature-rows {
  margin: 2.4rem 0 0;
  border-top: 1px solid var(--line);
}

.feature-rows div {
  display: grid;
  grid-template-columns: 130px 1fr;
  gap: 1.5rem;
  padding: 1rem 0;
  border-bottom: 1px solid var(--line);
}

.feature-rows dt {
  font-weight: 850;
}

.feature-rows dd {
  color: var(--text-soft);
}

.product-device {
  width: 100%;
  margin: 0;
}

.product-device img {
  width: 100%;
  max-height: 720px;
  object-fit: cover;
  object-position: top center;
  border: 10px solid #08070a;
  border-radius: 38px;
  box-shadow: 0 38px 70px rgba(18, 14, 20, 0.26);
}

.product-device figcaption {
  max-width: 330px;
  margin: 1rem auto 0;
  color: var(--text-faint);
  font-size: 0.76rem;
  text-align: center;
}

.progress-device figcaption {
  color: #938a99;
}

.progress-device img {
  box-shadow: 0 38px 70px rgba(0, 0, 0, 0.42);
}

blockquote {
  max-width: 620px;
  margin: 2.7rem 0 0;
  padding: 1.2rem 0 1.2rem 1.35rem;
  border-left: 4px solid var(--citron);
  color: var(--white);
  font-size: 1.55rem;
  line-height: 1.35;
  font-weight: 730;
}

.principles-band {
  padding-bottom: 0;
  border-top: 1px solid rgba(157, 212, 255, 0.18);
  background: var(--surface-violet);
}

.principles-heading {
  display: grid;
  grid-template-columns: 1fr 0.46fr;
  gap: 6rem;
  align-items: end;
  margin: 2.8rem 0 5rem;
}

.principles-heading h2 {
  margin: 0;
}

.principles-heading p {
  margin: 0 0 0.5rem;
  color: var(--text-soft);
  font-size: 1.1rem;
  line-height: 1.65;
}

.principles-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
}

.principles-grid article {
  min-height: 310px;
  padding: 1.8rem 2.2rem 4rem;
  border-right: 1px solid var(--line);
}

.principles-grid article:first-child {
  padding-left: 0;
}

.principles-grid article:last-child {
  padding-right: 0;
  border-right: 0;
}

.principles-grid span {
  font-size: 0.76rem;
  font-weight: 850;
}

.principles-grid h3 {
  margin: 5.5rem 0 0.7rem;
  font-size: 1.55rem;
}

.principles-grid p {
  max-width: 320px;
  margin: 0;
  color: var(--text-soft);
}

.privacy-band {
  padding: 8rem 0;
  border-top: 1px solid rgba(221, 255, 100, 0.2);
  background: var(--surface-orchid);
  color: var(--white);
}

.privacy-layout {
  display: grid;
  grid-template-columns: 1.05fr 0.85fr;
  gap: 7rem;
  align-items: start;
}

.privacy-layout .section-number,
.privacy-layout .eyebrow {
  color: var(--citron);
}

.privacy-layout .eyebrow {
  margin-top: 3.5rem;
}

.privacy-intro {
  margin-bottom: 2rem;
  color: var(--text-soft);
  font-size: 1.1rem;
  line-height: 1.7;
}

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

.privacy-point {
  padding: 1.25rem 0;
  border-bottom: 1px solid var(--line);
}

.privacy-point strong,
.privacy-point span {
  display: block;
}

.privacy-point span {
  margin-top: 0.22rem;
  color: var(--text-soft);
}

.dark-link {
  margin-top: 1.5rem;
  color: var(--sky);
}

.dark-link:hover {
  color: var(--white);
}

.closing-band {
  padding: 8rem 0;
  border-top: 1px solid rgba(255, 79, 135, 0.2);
  background: #0b0810;
}

.closing-layout {
  display: grid;
  grid-template-columns: 0.28fr 1fr 0.55fr;
  gap: 4rem;
  align-items: start;
}

.closing-layout h2 {
  margin: 0;
}

.closing-layout div p {
  margin-bottom: 1.8rem;
  color: var(--muted);
  line-height: 1.7;
}

.legal-hero {
  padding: 9.5rem 0 3.5rem;
  border-bottom: 1px solid var(--line);
  background: var(--night-soft);
}

.legal-hero h1,
.prose h1 {
  max-width: 900px;
  margin-bottom: 1rem;
  font-size: 4.6rem;
  line-height: 0.98;
  font-weight: 850;
}

.legal-meta {
  color: var(--muted);
}

.legal-layout {
  display: grid;
  grid-template-columns: 230px minmax(0, 760px);
  gap: 6rem;
  padding-block: 4rem 7rem;
}

.legal-index {
  align-self: start;
  position: sticky;
  top: 1.5rem;
  padding: 1rem 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.86rem;
}

.legal-index a {
  display: block;
  padding: 0.35rem 0;
  text-decoration: none;
}

.legal-section {
  padding: 0 0 2.5rem;
  margin-bottom: 2.5rem;
  border-bottom: 1px solid var(--line);
  scroll-margin-top: 2rem;
}

.legal-section h2 {
  font-size: 2rem;
}

.legal-section p,
.prose p,
.prose li {
  color: var(--muted);
}

.prose {
  max-width: 760px;
  padding-block: 9rem 7rem;
}

.prose h2 {
  margin-top: 3rem;
  font-size: 1.6rem;
}

.prose a,
.legal-section a {
  color: var(--sky);
}

.notice {
  margin: 2rem 0;
  padding: 1.2rem;
  border-left: 4px solid var(--citron);
  background: var(--night-soft);
}

.site-footer {
  padding: 3.5rem 0;
  border-top: 1px solid var(--line);
  background: #050407;
}

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

.footer-grid p {
  margin: 0.4rem 0 0;
  color: var(--muted);
  font-size: 0.8rem;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.9rem 1.2rem;
  font-size: 0.8rem;
}

.footer-links a {
  color: var(--muted);
}

@keyframes device-float {
  0%,
  100% {
    transform: translateY(0) rotate(2deg);
  }

  50% {
    transform: translateY(-10px) rotate(2deg);
  }
}

@keyframes device-back-drift {
  0%,
  100% {
    transform: translateY(0) rotate(-7deg);
  }

  50% {
    transform: translateY(9px) rotate(-5.5deg);
  }
}

@keyframes signal-orbit {
  0% {
    opacity: 0.3;
    transform: translate(-50%, -50%) rotate(var(--angle)) scale(0.98);
  }

  55% {
    opacity: 0.62;
  }

  100% {
    opacity: 0.42;
    transform: translate(-50%, -50%) rotate(var(--angle-end)) scale(1.02);
  }
}

@keyframes signal-travel {
  0% {
    opacity: 0;
    transform: translateX(-90px);
  }

  12%,
  82% {
    opacity: 0.86;
  }

  100% {
    opacity: 0;
    transform: translateX(900px);
  }
}

@keyframes note-float {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-7px);
  }
}

@media (max-width: 1080px) {
  h1 {
    font-size: 6.3rem;
  }

  .hero-statement {
    font-size: 2.6rem;
  }

  .device-front {
    left: 63%;
  }

  .device-back {
    left: 44%;
  }

  .statement-layout h2,
  .scene-copy h2,
  .principles-heading h2,
  .privacy-layout h2,
  .closing-layout h2 {
    font-size: 3.65rem;
  }

  .scene-grid,
  .privacy-layout {
    gap: 4.5rem;
  }
}

@media (max-width: 840px) {
  .nav-shell,
  .shell {
    width: min(calc(100% - 2rem), var(--max));
  }

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

  .nav-links a:not(.status-link) {
    display: none;
  }

  .hero {
    height: 92svh;
    min-height: 650px;
    max-height: 820px;
  }

  .hero-copy {
    width: 100%;
    min-height: auto;
    justify-content: flex-start;
    padding: 6.8rem 0 0;
  }

  .beta-label {
    margin-bottom: 0.8rem;
  }

  h1 {
    margin-bottom: 0.75rem;
    font-size: 4.35rem;
  }

  .hero-statement {
    max-width: 470px;
    margin-bottom: 0.8rem;
    font-size: 2rem;
  }

  .hero-lede {
    max-width: 520px;
    margin-bottom: 1.1rem;
    font-size: 0.93rem;
    line-height: 1.5;
  }

  .availability {
    margin-top: 0.9rem;
  }

  .availability span {
    display: none;
  }

  .hero-visual {
    inset: 420px 0 0 0;
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .signal-mesh {
    inset: -20% -30%;
  }

  .signal-ring {
    left: 51%;
    top: 60%;
  }

  .signal-track {
    left: 0;
    width: 100%;
  }

  .device-front {
    width: 220px;
    height: 476px;
    left: auto;
    right: 9%;
    top: 22px;
  }

  .device-back {
    width: 172px;
    height: 372px;
    left: 7%;
    top: 84px;
  }

  .visual-note {
    display: none;
  }

  .hero-rail {
    display: none;
  }

  .statement-band,
  .principles-band,
  .privacy-band,
  .closing-band,
  .product-scene {
    padding: 5.5rem 0;
  }

  .statement-layout,
  .scene-grid,
  .reverse-grid,
  .principles-heading,
  .privacy-layout,
  .closing-layout,
  .legal-layout,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .statement-layout,
  .scene-grid,
  .reverse-grid,
  .principles-heading,
  .privacy-layout,
  .closing-layout {
    gap: 2.8rem;
  }

  .statement-layout h2,
  .scene-copy h2,
  .principles-heading h2,
  .privacy-layout h2,
  .closing-layout h2 {
    font-size: 3rem;
  }

  .statement-copy {
    margin-left: 0;
    font-size: 1.05rem;
  }

  .daily-scene .scene-copy {
    order: 1;
  }

  .daily-device {
    order: 2;
  }

  .product-device {
    width: min(100%, 350px);
    margin-inline: auto;
  }

  .principles-heading {
    margin-bottom: 3rem;
  }

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

  .principles-grid article,
  .principles-grid article:first-child,
  .principles-grid article:last-child {
    min-height: auto;
    padding: 1.4rem 0 2.6rem;
    border-right: 0;
    border-bottom: 1px solid var(--dark-line);
  }

  .principles-grid h3 {
    margin-top: 1.7rem;
  }

  .privacy-layout .eyebrow {
    margin-top: 2.2rem;
  }

  .legal-hero {
    padding-top: 8rem;
  }

  .legal-hero h1,
  .prose h1 {
    font-size: 3.15rem;
  }

  .legal-index {
    position: static;
  }

  .prose {
    padding-block: 8rem 5rem;
  }

  .footer-links {
    justify-content: flex-start;
  }
}

@media (max-width: 520px) {
  .hero-copy {
    padding-top: 5.9rem;
  }

  h1 {
    font-size: 3.55rem;
  }

  .hero-statement {
    max-width: 330px;
    font-size: 1.72rem;
  }

  .hero-lede {
    max-width: 350px;
  }

  .actions {
    width: 100%;
    flex-wrap: nowrap;
    gap: 0.55rem;
  }

  .button {
    min-height: 46px;
    padding-inline: 0.9rem;
  }

  .text-link {
    min-height: 46px;
    white-space: nowrap;
    font-size: 0.82rem;
  }

  .hero-visual {
    top: 420px;
  }

  .statement-layout h2,
  .scene-copy h2,
  .principles-heading h2,
  .privacy-layout h2,
  .closing-layout h2 {
    font-size: 2.55rem;
  }

  .feature-rows div {
    grid-template-columns: 1fr;
    gap: 0.2rem;
  }

  blockquote {
    font-size: 1.3rem;
  }
}

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

  .device-front,
  .device-back,
  .visual-note,
  .signal-ring,
  .signal-track::after {
    animation: none;
  }

  .button {
    transition: none;
  }
}
