@font-face {
  font-family: "HK Grotesk Wide";
  src: url("assets/fonts/HKGroteskWide-Regular.otf") format("opentype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "HK Grotesk Wide";
  src: url("assets/fonts/HKGroteskWide-Medium.otf") format("opentype");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "HK Grotesk Wide";
  src: url("assets/fonts/HKGroteskWide-Bold.otf") format("opentype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "HK Grotesk Wide";
  src: url("assets/fonts/HKGroteskWide-Black.otf") format("opentype");
  font-style: normal;
  font-weight: 900;
  font-display: swap;
}

:root {
  color-scheme: dark;
  --black: #000;
  --white: #fff;
  --gray-100: #f5f5f5;
  --gray-300: #c5c5c5;
  --gray-500: #8a8a8a;
  --gray-700: #262626;
  --line: rgba(255, 255, 255, 0.14);
  --page: min(1480px, calc(100% - 64px));
  --legal-page: min(820px, calc(100% - 40px));
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--black);
  color: var(--white);
  font-family: "HK Grotesk Wide", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body {
  margin: 0;
  min-height: 100vh;
  overflow-x: hidden;
  background: var(--black);
  color: var(--white);
}

body::selection {
  background: var(--white);
  color: var(--black);
}

a {
  color: inherit;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.22em;
}

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

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

strong,
b {
  letter-spacing: 0.025em;
}

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

:focus-visible {
  outline: 2px solid var(--white);
  outline-offset: 4px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.delay-80 { --delay: 80ms; }
.delay-160 { --delay: 160ms; }
.delay-180 { --delay: 180ms; }
.delay-240 { --delay: 240ms; }
.delay-320 { --delay: 320ms; }

.skip-link {
  position: fixed;
  z-index: 200;
  top: 12px;
  left: 12px;
  padding: 10px 14px;
  border-radius: 999px;
  background: var(--white);
  color: var(--black);
  transform: translateY(-160%);
  transition: transform 180ms ease;
}

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

/* Landing */

.landing {
  background:
    radial-gradient(circle at 74% 17%, rgba(255, 255, 255, 0.075), transparent 25rem),
    var(--black);
}

.landing-header {
  position: fixed;
  z-index: 100;
  top: 18px;
  left: 50%;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  width: var(--page);
  min-height: 64px;
  padding: 10px 12px 10px 18px;
  border: 1px solid transparent;
  border-radius: 999px;
  transform: translateX(-50%);
  transition: background 300ms ease, border-color 300ms ease, box-shadow 300ms ease;
}

.landing-header.is-scrolled {
  border-color: var(--line);
  background: rgba(0, 0, 0, 0.74);
  box-shadow: 0 16px 50px rgba(0, 0, 0, 0.28);
  -webkit-backdrop-filter: blur(22px) saturate(130%);
  backdrop-filter: blur(22px) saturate(130%);
}

.brand-lockup,
.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: var(--white);
  font-size: 1.15rem;
  font-weight: 900;
  letter-spacing: 0.005em;
  text-decoration: none;
}

.brand-lockup img,
.footer-brand img {
  border-radius: 10px;
}

.landing-nav {
  display: flex;
  align-items: center;
  gap: 32px;
  color: var(--gray-300);
  font-size: 0.76rem;
  font-weight: 500;
  letter-spacing: 0.02em;
}

.landing-nav a,
.footer-links a {
  position: relative;
  text-decoration: none;
  transition: color 180ms ease;
}

.landing-nav a::after,
.footer-links a::after {
  position: absolute;
  right: 0;
  bottom: -4px;
  left: 0;
  height: 1px;
  background: currentColor;
  content: "";
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 240ms ease;
}

.landing-nav a:hover,
.footer-links a:hover {
  color: var(--white);
}

.landing-nav a:hover::after,
.footer-links a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

.header-cta {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.015em;
  text-decoration: none;
}

.header-cta {
  gap: 16px;
  padding: 13px 18px;
  border-radius: 999px;
  background: var(--white);
  color: var(--black);
  transform: translate(var(--magnetic-x, 0), var(--magnetic-y, 0));
  transition: transform 200ms ease, box-shadow 200ms ease;
}

.header-cta:hover {
  box-shadow: 0 10px 34px rgba(255, 255, 255, 0.18);
}

.landing main {
  width: 100%;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(560px, 1.14fr);
  align-items: center;
  width: var(--page);
  min-height: 100svh;
  margin-inline: auto;
  padding: 132px 0 70px;
}

.hero-copy {
  position: relative;
  z-index: 5;
  padding-left: clamp(0px, 2vw, 32px);
}

.kicker,
.section-index {
  margin: 0 0 24px;
  color: var(--gray-500);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.kicker::before {
  display: inline-block;
  width: 28px;
  height: 1px;
  margin: 0 12px 3px 0;
  background: currentColor;
  content: "";
}

.hero h1 {
  max-width: 7.3ch;
  margin: 0;
  font-size: clamp(4.15rem, 7.2vw, 8.5rem);
  font-weight: 900;
  letter-spacing: 0.008em;
  line-height: 0.84;
  text-wrap: balance;
}

.hero-lede {
  max-width: 580px;
  margin: 32px 0 0;
  color: var(--gray-300);
  font-size: clamp(1rem, 1.25vw, 1.25rem);
  line-height: 1.6;
}

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

.app-store-button {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  min-width: 218px;
  padding: 13px 21px;
  border: 1px solid var(--white);
  border-radius: 16px;
  background: var(--white);
  color: var(--black);
  font-size: 1.16rem;
  font-weight: 700;
  letter-spacing: 0.015em;
  line-height: 1.05;
  text-decoration: none;
  transform: translate(var(--magnetic-x, 0), var(--magnetic-y, 0));
  transition: transform 220ms ease, box-shadow 220ms ease, background 220ms ease, color 220ms ease;
}

.app-store-button:hover {
  box-shadow: 0 18px 48px rgba(255, 255, 255, 0.16);
}

.app-store-button small {
  display: block;
  margin-bottom: 2px;
  font-size: 0.62rem;
  font-weight: 500;
  letter-spacing: 0;
}

.apple-mark {
  font-family: -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 2.05rem;
  font-weight: 400;
  line-height: 1;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--white);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.015em;
  text-decoration: none;
}

.text-link span {
  display: inline-grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.text-link:hover span {
  background: var(--white);
  color: var(--black);
  transform: translateY(2px);
}

.hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 24px;
  margin-top: 34px;
  color: #696969;
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-meta span:not(:first-child)::before {
  margin-right: 24px;
  content: "•";
}

.hero-visual {
  --tilt-x: 0deg;
  --tilt-y: 0deg;
  position: relative;
  min-height: min(760px, calc(100svh - 150px));
  perspective: 1400px;
}

.hero-word {
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  color: transparent;
  font-size: clamp(7rem, 15vw, 14rem);
  font-weight: 900;
  letter-spacing: 0.008em;
  line-height: 1;
  opacity: 0.17;
  -webkit-text-stroke: 1px var(--white);
  transform: translate(-50%, -50%) rotate(-90deg);
  white-space: nowrap;
}

.orbit {
  position: absolute;
  top: 50%;
  left: 50%;
  border: 1px solid var(--line);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.orbit::before {
  position: absolute;
  top: -4px;
  left: 50%;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--white);
  box-shadow: 0 0 22px rgba(255, 255, 255, 0.7);
  content: "";
}

.orbit-one {
  width: min(620px, 88%);
  aspect-ratio: 1;
  animation: orbit-spin 28s linear infinite;
}

.orbit-two {
  width: min(470px, 67%);
  aspect-ratio: 1;
  border-color: rgba(255, 255, 255, 0.075);
  animation: orbit-spin-reverse 22s linear infinite;
}

.phone-wrap {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  width: clamp(258px, 22vw, 342px);
  aspect-ratio: 0.464;
  transform: translate(-50%, -50%) rotateX(var(--tilt-x)) rotateY(var(--tilt-y));
  transform-style: preserve-3d;
  transition: transform 280ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.phone {
  position: absolute;
  inset: 0;
  padding: 8px;
  border: 1px solid rgba(255, 255, 255, 0.62);
  border-radius: 60px;
  background: linear-gradient(135deg, #f5f5f5 0%, #666 10%, #111 21%, #454545 48%, #0a0a0a 70%, #d3d3d3 100%);
  box-shadow:
    inset 0 0 0 1px rgba(0, 0, 0, 0.9),
    0 55px 90px rgba(0, 0, 0, 0.75),
    0 0 70px rgba(255, 255, 255, 0.075);
  animation: phone-float 6s ease-in-out infinite;
}

.phone::before,
.phone::after {
  position: absolute;
  left: -4px;
  width: 3px;
  border-radius: 4px 0 0 4px;
  background: #919191;
  content: "";
}

.phone::before {
  top: 24%;
  height: 46px;
}

.phone::after {
  top: 33%;
  height: 78px;
}

.phone-screen {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border: 2px solid #050505;
  border-radius: 52px;
  background: #050505;
}

.phone-screen video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.dynamic-island {
  position: absolute;
  z-index: 3;
  top: 13px;
  left: 50%;
  width: 31%;
  height: 25px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 999px;
  background: #000;
  transform: translateX(-50%);
}

.screen-gloss {
  position: absolute;
  z-index: 4;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(110deg, rgba(255, 255, 255, 0.13), transparent 22%, transparent 72%, rgba(255, 255, 255, 0.035));
  pointer-events: none;
}

.phone-shadow {
  position: absolute;
  z-index: -1;
  right: 8%;
  bottom: -7%;
  left: 8%;
  height: 14%;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  filter: blur(34px);
  opacity: 0.36;
}

.floating-card {
  position: absolute;
  z-index: 6;
  display: grid;
  gap: 5px;
  min-width: 154px;
  padding: 15px 18px;
  border: 1px solid rgba(255, 255, 255, 0.19);
  border-radius: 18px;
  background: rgba(12, 12, 12, 0.72);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.45);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  animation: card-float 5s ease-in-out infinite;
}

.floating-card-left {
  top: 31%;
  left: 4%;
}

.floating-card-right {
  right: 2%;
  bottom: 27%;
  animation-delay: -2.5s;
}

.card-label {
  color: var(--gray-500);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.floating-card strong {
  font-size: 0.9rem;
  letter-spacing: 0.012em;
}

.video-toggle {
  position: absolute;
  z-index: 8;
  right: 4%;
  bottom: 7%;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.58);
  color: var(--gray-300);
  cursor: pointer;
  font-size: 0.66rem;
  font-weight: 700;
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}

.video-toggle-icon {
  display: block;
  width: 9px;
  height: 10px;
  border-right: 3px solid currentColor;
  border-left: 3px solid currentColor;
}

.video-toggle.is-paused .video-toggle-icon {
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-right: 0;
  border-bottom: 5px solid transparent;
  border-left: 8px solid currentColor;
}

.manifesto,
.how,
.privacy-callout,
.final-cta,
.landing-footer {
  width: var(--page);
  margin-inline: auto;
}

.manifesto {
  display: grid;
  grid-template-columns: 1fr 2.2fr;
  gap: 40px;
  min-height: 92svh;
  padding: clamp(130px, 16vw, 260px) clamp(0px, 3vw, 48px);
  border-top: 1px solid var(--line);
}

.manifesto h2,
.section-heading h2,
.privacy-copy h2,
.final-cta h2 {
  margin: 0;
  font-size: clamp(3.5rem, 8.8vw, 9.4rem);
  font-weight: 900;
  letter-spacing: 0.008em;
  line-height: 0.91;
  text-wrap: balance;
}

.manifesto h2 {
  max-width: 9ch;
}

.manifesto-copy {
  grid-column: 2;
  max-width: 680px;
  margin: 42px 0 0 auto;
  color: var(--gray-300);
  font-size: clamp(1.12rem, 1.65vw, 1.55rem);
  line-height: 1.65;
}

.how {
  padding: clamp(100px, 12vw, 190px) clamp(0px, 3vw, 48px);
  border-top: 1px solid var(--line);
}

.section-heading {
  display: grid;
  grid-template-columns: 1fr 2.2fr;
  gap: 40px;
  margin-bottom: clamp(80px, 10vw, 150px);
}

.section-heading .section-index {
  align-self: start;
}

.section-heading h2 {
  max-width: 9ch;
  font-size: clamp(3.6rem, 8vw, 8rem);
}

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

.step {
  display: grid;
  grid-template-columns: minmax(90px, 0.55fr) minmax(0, 2fr) auto;
  align-items: start;
  gap: 30px;
  padding: 42px 4px;
  border-top: 1px solid var(--line);
}

.step:last-child {
  border-bottom: 1px solid var(--line);
}

.step-number {
  color: var(--gray-500);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.step h3 {
  margin: 0;
  font-size: clamp(1.8rem, 3.4vw, 4.2rem);
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1;
}

.step p {
  max-width: 560px;
  margin: 16px 0 0;
  color: var(--gray-500);
  font-size: clamp(0.92rem, 1.15vw, 1.08rem);
}

.step-status {
  padding: 8px 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--gray-300);
  font-size: 0.61rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.privacy-callout {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  align-items: center;
  gap: clamp(60px, 10vw, 150px);
  min-height: 90svh;
  padding: clamp(100px, 12vw, 180px) clamp(0px, 3vw, 48px);
}

.privacy-mark {
  position: relative;
  display: grid;
  width: min(430px, 100%);
  aspect-ratio: 1;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
}

.privacy-mark::before,
.privacy-mark::after {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: inherit;
  content: "";
}

.privacy-mark::before {
  inset: 11%;
}

.privacy-mark::after {
  inset: 23%;
}

.privacy-mark img {
  position: relative;
  z-index: 2;
  width: 35%;
  border-radius: 28%;
  box-shadow: 0 0 70px rgba(255, 255, 255, 0.12);
}

.privacy-copy h2 {
  max-width: 7.7ch;
  font-size: clamp(3.6rem, 7vw, 7.2rem);
}

.privacy-copy > p:not(.section-index) {
  max-width: 650px;
  margin: 34px 0 30px;
  color: var(--gray-300);
  font-size: clamp(1rem, 1.4vw, 1.28rem);
  line-height: 1.65;
}

.final-cta {
  position: relative;
  display: grid;
  min-height: 88svh;
  margin-bottom: 36px;
  padding: clamp(90px, 10vw, 160px) 30px;
  place-items: center;
  overflow: hidden;
  border-radius: clamp(28px, 4vw, 64px);
  background: var(--white);
  color: var(--black);
  text-align: center;
}

.final-cta-glow {
  position: absolute;
  top: -35%;
  left: 50%;
  width: 70%;
  aspect-ratio: 1;
  border: 1px solid rgba(0, 0, 0, 0.11);
  border-radius: 50%;
  box-shadow: 0 0 0 90px rgba(0, 0, 0, 0.025), 0 0 0 180px rgba(0, 0, 0, 0.018);
  transform: translateX(-50%);
  animation: halo-breathe 8s ease-in-out infinite;
}

.final-cta > *:not(.final-cta-glow) {
  position: relative;
  z-index: 2;
}

.final-cta .kicker {
  margin-bottom: -3vh;
  color: #686868;
}

.final-cta h2 {
  font-size: clamp(4.2rem, 10.5vw, 11rem);
  line-height: 0.82;
}

.final-cta h2 span {
  color: transparent;
  -webkit-text-stroke: 2px var(--black);
}

.final-cta > p:not(.kicker) {
  margin: -2vh 0 0;
  color: #5c5c5c;
  font-size: clamp(0.92rem, 1.4vw, 1.2rem);
}

.app-store-button-dark {
  align-self: start;
  border-color: var(--black);
  background: var(--black);
  color: var(--white);
}

.app-store-button-dark:hover {
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.2);
}

.landing-footer {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 38px;
  padding: 50px 10px 44px;
}

.footer-brand {
  font-size: 1.4rem;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 16px 28px;
  color: var(--gray-500);
  font-size: 0.72rem;
}

.landing-footer > p {
  grid-column: 1 / -1;
  margin: 0;
  color: #4f4f4f;
  font-size: 0.65rem;
}

.js .reveal {
  opacity: 0;
  transform: translateY(32px);
  transition: opacity 900ms cubic-bezier(0.22, 1, 0.36, 1) var(--delay, 0ms), transform 900ms cubic-bezier(0.22, 1, 0.36, 1) var(--delay, 0ms);
}

.js .reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes phone-float {
  0%, 100% { translate: 0 0; }
  50% { translate: 0 -13px; }
}

@keyframes card-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}

@keyframes orbit-spin {
  to { transform: translate(-50%, -50%) rotate(360deg); }
}

@keyframes orbit-spin-reverse {
  to { transform: translate(-50%, -50%) rotate(-360deg); }
}

@keyframes halo-breathe {
  0%, 100% { transform: translateX(-50%) scale(1); }
  50% { transform: translateX(-50%) scale(1.05); }
}

/* Legal pages */

body:not(.landing) {
  background: radial-gradient(circle at 50% -20%, rgba(255, 255, 255, 0.08), transparent 40rem), var(--black);
}

.site-header,
.site-footer,
body:not(.landing) main {
  width: var(--legal-page);
  margin-inline: auto;
}

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 28px 0 22px;
  border-bottom: 1px solid var(--line);
}

.site-header .brand {
  color: var(--white);
  font-size: 1.15rem;
  font-weight: 900;
  letter-spacing: 0.005em;
  text-decoration: none;
}

.site-header nav {
  display: flex;
  gap: 22px;
  color: var(--gray-500);
  font-size: 0.76rem;
}

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

body:not(.landing) main {
  padding: clamp(64px, 9vw, 110px) 0;
}

body:not(.landing) .eyebrow {
  margin: 0 0 18px;
  color: var(--gray-500);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

body:not(.landing) h1,
body:not(.landing) h2,
body:not(.landing) h3 {
  color: var(--white);
  line-height: 1.12;
  text-wrap: balance;
}

body:not(.landing) h1 {
  max-width: 11ch;
  margin: 0;
  font-size: clamp(3.1rem, 8vw, 6rem);
  font-weight: 900;
  letter-spacing: 0.008em;
}

body:not(.landing) h2 {
  margin: 64px 0 18px;
  font-size: clamp(1.55rem, 3vw, 2rem);
  letter-spacing: 0;
}

body:not(.landing) h3 {
  margin: 34px 0 12px;
  font-size: 1.12rem;
}

body:not(.landing) p,
body:not(.landing) li,
body:not(.landing) td {
  color: var(--gray-300);
}

body:not(.landing) strong,
body:not(.landing) th {
  color: var(--white);
}

body:not(.landing) .lede {
  max-width: 64ch;
  margin: 28px 0 0;
  font-size: 1.1rem;
  line-height: 1.7;
}

body:not(.landing) .updated {
  margin-top: 24px;
  font-size: 0.86rem;
}

body:not(.landing) .notice {
  margin: 32px 0;
  padding: 20px 22px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.035);
  line-height: 1.65;
}

body:not(.landing) .cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 40px;
}

body:not(.landing) .card {
  display: block;
  min-height: 220px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.035);
  color: var(--white);
  text-decoration: none;
  transition: border-color 180ms ease, transform 180ms ease;
}

body:not(.landing) .card:hover {
  border-color: rgba(255, 255, 255, 0.42);
  transform: translateY(-3px);
}

body:not(.landing) .card h2 {
  margin: 0 0 12px;
}

body:not(.landing) .card p {
  margin: 0;
}

body:not(.landing) ul,
body:not(.landing) ol {
  padding-left: 22px;
}

body:not(.landing) li + li {
  margin-top: 10px;
}

.table-wrap {
  overflow-x: auto;
  margin: 28px 0;
  border: 1px solid var(--line);
  border-radius: 16px;
}

table {
  width: 100%;
  min-width: 680px;
  border-collapse: collapse;
  background: #080808;
}

th,
td {
  padding: 16px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}

th {
  font-size: 0.7rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

tr:last-child td {
  border-bottom: 0;
}

.site-footer {
  padding: 24px 0 40px;
  border-top: 1px solid var(--line);
  font-size: 0.76rem;
}

.site-footer p {
  margin: 0;
  color: var(--gray-500);
}

@media (max-width: 1080px) {
  :root {
    --page: min(100% - 40px, 920px);
  }

  .landing-header {
    grid-template-columns: 1fr auto auto;
    column-gap: 6px;
  }

  .landing-nav {
    display: flex;
    gap: 0;
  }

  .landing-nav a:not(.nav-contact) {
    display: none;
  }

  .landing-nav .nav-contact {
    display: inline-flex;
    padding: 10px 11px;
    border: 1px solid var(--line);
    border-radius: 999px;
    font-size: 0.66rem;
  }

  .hero {
    grid-template-columns: 1fr;
    padding-top: 150px;
  }

  .hero-copy {
    max-width: 760px;
    padding: 0;
  }

  .hero h1 {
    max-width: 7.6ch;
    font-size: clamp(4.5rem, 12vw, 8rem);
  }

  .hero-visual {
    min-height: 760px;
  }

  .manifesto,
  .section-heading {
    grid-template-columns: 0.65fr 2.35fr;
  }

  .privacy-callout {
    grid-template-columns: 0.8fr 1.2fr;
    gap: 60px;
  }
}

@media (max-width: 720px) {
  :root {
    --page: calc(100% - 28px);
    --legal-page: calc(100% - 32px);
  }

  .landing-header {
    top: 10px;
    min-height: 58px;
    padding: 8px 8px 8px 14px;
  }

  .brand-lockup img {
    width: 32px;
    height: 32px;
  }

  .brand-lockup {
    font-size: 1rem;
  }

  .header-cta {
    gap: 9px;
    padding: 11px 14px;
    font-size: 0.68rem;
  }

  .hero {
    padding: 128px 6px 50px;
  }

  .hero h1 {
    font-size: clamp(4.15rem, 19vw, 6.3rem);
  }

  .hero-lede {
    margin-top: 26px;
    font-size: 1rem;
  }

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

  .hero-meta {
    gap: 8px 15px;
  }

  .hero-meta span:not(:first-child)::before {
    margin-right: 15px;
  }

  .hero-visual {
    min-height: 650px;
  }

  .hero-word {
    font-size: 8rem;
  }

  .orbit-one {
    width: 120%;
  }

  .orbit-two {
    width: 92%;
  }

  .phone-wrap {
    width: min(68vw, 286px);
  }

  .phone,
  .phone-screen {
    border-radius: 46px;
  }

  .floating-card {
    min-width: 125px;
    padding: 12px 14px;
  }

  .floating-card-left {
    top: 27%;
    left: -2%;
  }

  .floating-card-right {
    right: -1%;
    bottom: 25%;
  }

  .floating-card strong {
    font-size: 0.76rem;
  }

  .video-toggle {
    right: 2%;
    bottom: 3%;
  }

  .manifesto,
  .section-heading,
  .privacy-callout {
    grid-template-columns: 1fr;
  }

  .manifesto {
    gap: 28px;
    min-height: auto;
    padding: 120px 8px;
  }

  .manifesto h2 {
    max-width: 8ch;
    font-size: clamp(3.8rem, 16vw, 6rem);
  }

  .manifesto-copy {
    grid-column: 1;
    margin: 20px 0 0;
    font-size: 1.08rem;
  }

  .how {
    padding: 110px 8px;
  }

  .section-heading {
    gap: 12px;
    margin-bottom: 70px;
  }

  .section-heading h2 {
    font-size: clamp(3.6rem, 15vw, 5.5rem);
  }

  .step {
    grid-template-columns: 42px 1fr;
    gap: 16px;
    padding: 32px 2px;
  }

  .step h3 {
    font-size: 2rem;
  }

  .step-status {
    display: none;
  }

  .privacy-callout {
    gap: 64px;
    min-height: auto;
    padding: 110px 8px 130px;
  }

  .privacy-mark {
    width: min(82vw, 390px);
    margin-inline: auto;
  }

  .privacy-copy h2 {
    font-size: clamp(3.8rem, 15vw, 5.8rem);
  }

  .final-cta {
    min-height: 78svh;
    padding: 80px 20px;
    border-radius: 26px;
  }

  .final-cta h2 {
    font-size: clamp(4.2rem, 19vw, 7rem);
  }

  .final-cta .kicker,
  .final-cta > p:not(.kicker) {
    margin: 0;
  }

  .landing-footer {
    grid-template-columns: 1fr;
    padding-inline: 8px;
  }

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

  .site-header {
    align-items: flex-start;
    flex-direction: column;
  }

  body:not(.landing) .cards {
    grid-template-columns: 1fr;
  }
}

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

  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
  }

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