@import "tailwindcss";

:root {
  --font-geist-sans: "Helvetica Neue";
  --font-geist-mono: "SFMono-Regular";
  --ink: #111111;
  --paper: #f7f7f2;
  --white: #ffffff;
  --muted: #65655f;
  --line: rgba(17, 17, 17, 0.13);
  --blue: #177af5;
  --blue-pale: #e5f0ff;
  --red: #ed4949;
  --red-pale: #ffe6e1;
  --lime: #d9f66f;
  --radius-lg: 44px;
  --radius-md: 28px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--font-geist-sans), -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  text-rendering: optimizeLegibility;
}

main {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

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

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

.site-nav {
  position: absolute;
  inset: 0 0 auto;
  z-index: 50;
  width: min(1380px, calc(100% - 72px));
  height: 96px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
}

.wordmark {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  width: max-content;
  font-size: 21px;
  font-weight: 760;
  letter-spacing: -0.045em;
}

.wordmark-symbol {
  position: relative;
  width: 26px;
  height: 28px;
}

.wordmark-symbol i {
  position: absolute;
  width: 18px;
  height: 24px;
  border: 3px solid currentColor;
  border-radius: 3px;
  transform: rotate(8deg);
  right: 0;
  bottom: 0;
}

.wordmark-symbol i:first-child {
  opacity: 0.35;
  transform: rotate(-7deg);
  left: 0;
  top: 0;
}

.nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 34px;
  font-size: 13px;
  font-weight: 620;
}

.nav-links a {
  position: relative;
}

.nav-links a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -7px;
  width: 100%;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 180ms ease;
}

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

.site-nav > .app-store-button {
  justify-self: end;
}

.app-store-button {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  min-height: 59px;
  padding: 10px 16px 10px 13px;
  color: #fff;
  background: var(--ink);
  border: 1px solid var(--ink);
  border-radius: 16px;
  box-shadow: 0 12px 32px rgba(17, 17, 17, 0.18);
  font-size: 17px;
  font-weight: 690;
  line-height: 1.05;
  letter-spacing: -0.03em;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.app-store-button:hover {
  transform: translateY(-3px);
  background: #282828;
  box-shadow: 0 18px 44px rgba(17, 17, 17, 0.25);
}

.app-store-button:focus-visible,
.nav-links a:focus-visible,
footer a:focus-visible {
  outline: 3px solid var(--blue);
  outline-offset: 4px;
}

.app-store-button small {
  display: block;
  margin-bottom: 3px;
  color: rgba(255, 255, 255, 0.65);
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.button-arrow {
  margin-left: 4px;
  font-size: 20px;
  font-weight: 400;
}

.apple-mark {
  position: relative;
  display: grid;
  place-items: center;
  width: 24px;
  height: 29px;
  color: #fff;
  font-size: 0;
}

.apple-mark::before {
  content: "";
  width: 19px;
  height: 22px;
  border-radius: 48% 48% 52% 52%;
  background: currentColor;
  transform: rotate(-7deg);
}

.apple-mark::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 5px;
  top: 0;
  right: 2px;
  border-radius: 100% 0 100% 0;
  background: currentColor;
  transform: rotate(-27deg);
}

.app-store-button--compact {
  min-height: 45px;
  padding: 7px 13px 7px 10px;
  border-radius: 13px;
  box-shadow: none;
  font-size: 13px;
}

.app-store-button--compact .apple-mark {
  width: 19px;
  height: 22px;
}

.app-store-button--compact .apple-mark::before {
  width: 15px;
  height: 17px;
}

.app-store-button--compact .apple-mark::after {
  width: 6px;
  height: 4px;
}

.app-store-button--compact small {
  font-size: 7px;
}

.hero {
  position: relative;
  min-height: 920px;
  padding: 154px max(36px, calc((100vw - 1380px) / 2)) 84px;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(560px, 1.08fr);
  align-items: center;
  gap: clamp(48px, 6vw, 110px);
  background:
    radial-gradient(circle at 12% 18%, rgba(217, 246, 111, 0.38), transparent 25%),
    linear-gradient(130deg, #fbfbf7 0%, #f4f4ef 56%, #ecece7 100%);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.18;
  pointer-events: none;
  background-image: linear-gradient(rgba(17,17,17,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(17,17,17,.045) 1px, transparent 1px);
  background-size: 54px 54px;
  -webkit-mask-image: linear-gradient(to bottom, #000, transparent 84%);
  mask-image: linear-gradient(to bottom, #000, transparent 84%);
}

.hero-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(20px);
  pointer-events: none;
}

.hero-glow--one {
  width: 300px;
  height: 300px;
  top: 8%;
  right: 13%;
  background: rgba(23, 122, 245, 0.13);
}

.hero-glow--two {
  width: 240px;
  height: 240px;
  bottom: 4%;
  right: 36%;
  background: rgba(237, 73, 73, 0.13);
}

.hero-copy {
  position: relative;
  z-index: 3;
  max-width: 690px;
}

.eyebrow,
.section-kicker,
.feature-index {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 25px;
  font-family: var(--font-geist-mono), monospace;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.eyebrow-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--red);
  box-shadow: 0 0 0 5px rgba(237, 73, 73, 0.13);
}

.hero h1 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(64px, 6.1vw, 103px);
  font-weight: 740;
  line-height: 0.89;
  letter-spacing: -0.08em;
}

.hero h1 span {
  display: block;
  color: var(--red);
}

.hero-lede {
  max-width: 580px;
  margin: 34px 0 0;
  color: #50504b;
  font-size: clamp(17px, 1.4vw, 21px);
  line-height: 1.6;
  letter-spacing: -0.025em;
}

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

.trust-note {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 29px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 560;
}

.trust-icon {
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  color: var(--ink);
  background: var(--lime);
  border-radius: 50%;
}

.hero-visual {
  position: relative;
  z-index: 2;
  min-height: 665px;
  display: grid;
  place-items: center;
  isolation: isolate;
}

.hero-visual::before {
  content: "";
  position: absolute;
  width: 610px;
  height: 610px;
  border-radius: 50%;
  background: linear-gradient(145deg, #fff 0%, #e9e9e4 100%);
  box-shadow: inset 0 0 0 1px rgba(17,17,17,.06), 0 50px 100px rgba(17, 17, 17, 0.13);
  z-index: -3;
}

.orbit {
  position: absolute;
  border: 1px solid rgba(17, 17, 17, 0.12);
  border-radius: 50%;
  z-index: -2;
}

.orbit--one {
  width: 540px;
  height: 540px;
}

.orbit--two {
  width: 690px;
  height: 690px;
  border-style: dashed;
  opacity: 0.45;
}

.phone {
  position: relative;
  background: transparent;
  filter: drop-shadow(0 30px 30px rgba(17, 17, 17, 0.22));
}

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

.phone--hero {
  width: 340px;
  aspect-ratio: 0.58;
  z-index: 5;
  transform: rotate(-2.2deg);
  animation: phoneFloat 6s ease-in-out infinite;
}

.phone--back {
  position: absolute;
  width: 250px;
  aspect-ratio: 0.58;
  z-index: 1;
  opacity: 0.9;
  filter: saturate(0.72) drop-shadow(0 24px 24px rgba(17, 17, 17, 0.18));
}

.phone--back-left {
  left: 0;
  top: 110px;
  transform: rotate(-15deg) translateX(18px);
}

.phone--back-right {
  right: -2px;
  top: 100px;
  transform: rotate(14deg) translateX(-18px);
}

.floating-pill,
.storage-card,
.match-chip {
  position: absolute;
  z-index: 10;
  background: rgba(255,255,255,.86);
  border: 1px solid rgba(255,255,255,.82);
  box-shadow: 0 20px 45px rgba(17,17,17,.16);
  backdrop-filter: blur(18px);
}

.floating-pill {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 9px 14px 9px 9px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
}

.floating-pill--keep {
  left: 3px;
  top: 32px;
  transform: rotate(-5deg);
}

.floating-pill--delete {
  right: 10px;
  top: 38px;
  transform: rotate(5deg);
}

.pill-icon {
  display: grid;
  place-items: center;
  width: 29px;
  height: 29px;
  border-radius: 50%;
}

.pill-icon--keep {
  color: #174800;
  background: var(--lime);
}

.pill-icon--delete {
  color: white;
  background: var(--red);
}

.storage-card {
  left: 5px;
  bottom: 2px;
  width: 190px;
  padding: 16px 17px;
  border-radius: 19px;
}

.storage-label {
  display: block;
  margin-bottom: 5px;
  color: var(--muted);
  font-size: 10px;
  font-weight: 650;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.storage-card strong {
  display: block;
  font-size: 18px;
  letter-spacing: -0.04em;
}

.storage-bar {
  display: block;
  width: 100%;
  height: 5px;
  margin-top: 12px;
  overflow: hidden;
  background: #deded8;
  border-radius: 999px;
}

.storage-bar i {
  display: block;
  width: 68%;
  height: 100%;
  background: var(--blue);
  border-radius: inherit;
}

@keyframes phoneFloat {
  0%, 100% { transform: rotate(-2.2deg) translateY(0); }
  50% { transform: rotate(-1deg) translateY(-12px); }
}

.benefit-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background: var(--ink);
  color: #fff;
}

.benefit-item {
  min-height: 164px;
  padding: 38px clamp(28px, 4vw, 66px);
  display: flex;
  align-items: center;
  gap: 25px;
  border-right: 1px solid rgba(255,255,255,.15);
}

.benefit-item:last-child {
  border: 0;
}

.benefit-number {
  font-family: var(--font-geist-mono), monospace;
  color: var(--lime);
  font-size: 11px;
}

.benefit-item strong,
.benefit-item span:not(.benefit-number) {
  display: block;
}

.benefit-item strong {
  margin-bottom: 8px;
  font-size: 19px;
  letter-spacing: -0.04em;
}

.benefit-item div span {
  color: rgba(255,255,255,.58);
  font-size: 12px;
  line-height: 1.45;
}

.manifesto {
  max-width: 1030px;
  margin: 0 auto;
  padding: 150px 40px 138px;
  text-align: center;
}

.manifesto .section-kicker {
  justify-content: center;
  color: var(--red);
}

.manifesto h2,
.how h2,
.faq-heading h2,
.final-cta h2 {
  margin: 0;
  font-size: clamp(48px, 6vw, 86px);
  font-weight: 710;
  line-height: 0.98;
  letter-spacing: -0.07em;
}

.manifesto > p:last-child {
  max-width: 720px;
  margin: 31px auto 0;
  color: var(--muted);
  font-size: 19px;
  line-height: 1.65;
  letter-spacing: -0.025em;
}

.showcase {
  width: min(1380px, calc(100% - 72px));
  margin: 0 auto;
}

.feature {
  min-height: 760px;
  margin-bottom: 84px;
  display: grid;
  grid-template-columns: minmax(0, .83fr) minmax(540px, 1.17fr);
  align-items: center;
  gap: clamp(60px, 8vw, 134px);
}

.feature--reverse .feature-copy {
  order: 2;
}

.feature-copy {
  padding: 35px 0;
}

.feature-index {
  color: var(--red);
}

.feature h3 {
  max-width: 570px;
  margin: 0;
  font-size: clamp(44px, 4.6vw, 70px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.065em;
}

.feature-copy > p {
  max-width: 560px;
  margin: 27px 0 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.65;
  letter-spacing: -0.025em;
}

.feature-list {
  display: grid;
  gap: 14px;
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
}

.feature-list li {
  display: flex;
  align-items: center;
  gap: 11px;
  font-size: 14px;
  font-weight: 570;
}

.feature-list li > span {
  display: grid;
  place-items: center;
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
  background: var(--lime);
  border-radius: 50%;
  font-size: 11px;
  font-weight: 800;
}

.feature-art {
  position: relative;
  min-height: 740px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: var(--radius-lg);
}

.feature-art--warm {
  background: linear-gradient(145deg, #ffe8df, #f5b9ad);
}

.feature-art--blue {
  background: linear-gradient(145deg, #dcecff, #a9cbff);
}

.feature-art--dark {
  background: linear-gradient(145deg, #303033, #111);
}

.phone--feature {
  width: min(370px, 64%);
  aspect-ratio: .58;
  z-index: 3;
}

.phone--tilt-right {
  transform: rotate(7deg) translateY(33px);
}

.phone--tilt-left {
  transform: rotate(-5deg) translateY(34px);
}

.phone--upright {
  transform: translateY(56px);
}

.gesture-word {
  position: absolute;
  z-index: 2;
  color: rgba(17,17,17,.12);
  font-size: clamp(64px, 7vw, 110px);
  font-weight: 850;
  letter-spacing: -0.08em;
}

.gesture-word--keep {
  top: 52px;
  left: 27px;
  transform: rotate(-7deg);
}

.gesture-word--delete {
  right: -13px;
  bottom: 42px;
  color: rgba(237,73,73,.5);
  transform: rotate(6deg);
}

.scan-ring {
  position: absolute;
  border: 1px solid rgba(23, 122, 245, .4);
  border-radius: 50%;
}

.scan-ring--one {
  width: 550px;
  height: 550px;
}

.scan-ring--two {
  width: 760px;
  height: 760px;
  border-style: dashed;
}

.match-chip {
  right: 30px;
  top: 55px;
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 12px 16px 12px 11px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
}

.match-chip span {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  color: white;
  background: var(--blue);
  border-radius: 50%;
}

.metric-pair {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  max-width: 470px;
  margin-top: 32px;
}

.metric-pair div {
  padding: 18px;
  background: white;
  border: 1px solid var(--line);
  border-radius: 17px;
}

.metric-pair strong,
.metric-pair span {
  display: block;
}

.metric-pair strong {
  margin-bottom: 5px;
  font-size: 16px;
}

.metric-pair span {
  color: var(--muted);
  font-size: 11px;
}

.review-count {
  position: absolute;
  top: 65px;
  left: 55px;
  z-index: 2;
  color: white;
}

.review-count strong,
.review-count span {
  display: block;
}

.review-count strong {
  font-size: 100px;
  line-height: .8;
  letter-spacing: -.08em;
}

.review-count span {
  margin-top: 16px;
  color: rgba(255,255,255,.55);
  font-family: var(--font-geist-mono), monospace;
  font-size: 11px;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.safety-statement {
  display: flex;
  align-items: center;
  gap: 15px;
  max-width: 470px;
  margin-top: 34px;
  padding: 16px;
  background: white;
  border: 1px solid var(--line);
  border-radius: 18px;
}

.safety-lock {
  display: grid;
  place-items: center;
  width: 43px;
  height: 43px;
  flex: 0 0 auto;
  color: #153a00;
  background: var(--lime);
  border-radius: 14px;
  font-weight: 800;
}

.safety-statement strong,
.safety-statement span {
  display: block;
}

.safety-statement strong {
  margin-bottom: 4px;
  font-size: 14px;
}

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

.how {
  padding: 160px max(36px, calc((100vw - 1380px) / 2));
  color: white;
  background: var(--ink);
}

.how-heading {
  max-width: 920px;
}

.how .section-kicker {
  color: var(--lime);
}

.how h2 {
  max-width: 850px;
}

.steps {
  margin-top: 80px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.step-card {
  min-height: 310px;
  padding: 30px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 25px;
  background: rgba(255,255,255,.045);
  transition: transform 180ms ease, background 180ms ease;
}

.step-card:hover {
  transform: translateY(-6px);
  background: rgba(255,255,255,.075);
}

.step-card > span {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  color: var(--ink);
  background: var(--lime);
  border-radius: 50%;
  font-family: var(--font-geist-mono), monospace;
  font-size: 12px;
}

.step-card h3 {
  margin: 86px 0 14px;
  font-size: 24px;
  letter-spacing: -.045em;
}

.step-card p {
  margin: 0;
  color: rgba(255,255,255,.57);
  font-size: 14px;
  line-height: 1.6;
}

.quote-panel {
  position: relative;
  min-height: 520px;
  padding: 90px max(36px, calc((100vw - 1200px) / 2));
  display: grid;
  place-items: center;
  text-align: center;
  background: var(--lime);
}

.quote-mark {
  position: absolute;
  top: 43px;
  left: max(36px, calc((100vw - 1200px) / 2));
  font-family: Georgia, serif;
  font-size: 150px;
  line-height: 1;
  opacity: .2;
}

.quote-panel blockquote {
  max-width: 1080px;
  margin: 0;
  font-size: clamp(43px, 5.2vw, 78px);
  font-weight: 690;
  line-height: 1.04;
  letter-spacing: -.065em;
}

.quote-icon {
  position: absolute;
  right: max(36px, calc((100vw - 1200px) / 2));
  bottom: 38px;
  width: 62px;
  height: 62px;
  overflow: hidden;
  border-radius: 14px;
  box-shadow: 0 14px 30px rgba(17,17,17,.16);
}

.faq-section {
  width: min(1220px, calc(100% - 72px));
  margin: 0 auto;
  padding: 150px 0;
  display: grid;
  grid-template-columns: .72fr 1.28fr;
  gap: clamp(60px, 10vw, 150px);
}

.faq-heading {
  position: sticky;
  top: 80px;
  align-self: start;
}

.faq-heading .section-kicker {
  color: var(--red);
}

.faq-heading h2 {
  font-size: clamp(48px, 5vw, 72px);
}

.faq-heading > p:last-child {
  max-width: 360px;
  margin-top: 23px;
  color: var(--muted);
  line-height: 1.6;
}

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

.faq-list details {
  border-bottom: 1px solid var(--line);
}

.faq-list summary {
  min-height: 95px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  cursor: pointer;
  font-size: 19px;
  font-weight: 650;
  letter-spacing: -.03em;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary span {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  flex: 0 0 auto;
  border: 1px solid var(--line);
  border-radius: 50%;
  transition: transform 180ms ease, background 180ms ease;
}

.faq-list details[open] summary span {
  transform: rotate(45deg);
  background: var(--lime);
}

.faq-list details p {
  max-width: 650px;
  margin: -10px 0 30px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.7;
}

.final-cta {
  position: relative;
  min-height: 720px;
  padding: 110px 36px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  color: white;
  text-align: center;
  background: var(--red);
}

.final-cta::before,
.final-cta::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(255,255,255,.25);
  border-radius: 50%;
}

.final-cta::before {
  width: 560px;
  height: 560px;
}

.final-cta::after {
  width: 820px;
  height: 820px;
  border-style: dashed;
}

.final-cta-noise {
  position: absolute;
  inset: 0;
  opacity: .18;
  background-image: linear-gradient(rgba(255,255,255,.1) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.1) 1px, transparent 1px);
  background-size: 48px 48px;
}

.final-icon,
.final-cta > p,
.final-cta h2,
.final-cta .app-store-button {
  position: relative;
  z-index: 2;
}

.final-icon {
  width: 90px;
  margin-bottom: 27px;
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 21px;
  box-shadow: 0 18px 42px rgba(91,14,14,.24);
}

.final-cta .section-kicker {
  margin-bottom: 18px;
  color: rgba(255,255,255,.75);
}

.final-cta h2 {
  max-width: 900px;
}

.final-cta > p:not(.section-kicker) {
  max-width: 550px;
  margin: 27px 0 34px;
  color: rgba(255,255,255,.73);
  font-size: 18px;
  line-height: 1.6;
}

footer {
  min-height: 190px;
  padding: 52px max(36px, calc((100vw - 1380px) / 2));
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 14px 40px;
  color: white;
  background: var(--ink);
}

.wordmark--footer {
  grid-row: 1;
}

footer > p {
  grid-row: 2;
  margin: 0;
  color: rgba(255,255,255,.46);
  font-size: 12px;
}

.footer-links {
  grid-column: 2;
  grid-row: 1;
  display: flex;
  align-items: center;
  gap: 27px;
  font-size: 12px;
  font-weight: 560;
}

.copyright {
  grid-column: 2;
  grid-row: 2;
  justify-self: end;
  color: rgba(255,255,255,.38);
  font-size: 11px;
}

@media (max-width: 1180px) {
  .hero {
    min-height: 840px;
    grid-template-columns: minmax(0, 1fr) minmax(470px, .9fr);
    gap: 30px;
  }

  .hero-visual {
    transform: scale(.84);
  }

  .feature {
    grid-template-columns: minmax(0, .85fr) minmax(470px, 1.15fr);
    gap: 55px;
  }

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

@media (max-width: 900px) {
  .site-nav {
    width: calc(100% - 40px);
    grid-template-columns: 1fr auto;
  }

  .nav-links {
    display: none;
  }

  .hero {
    min-height: auto;
    padding: 145px 24px 85px;
    grid-template-columns: 1fr;
    text-align: center;
  }

  .hero-copy {
    width: 100%;
    min-width: 0;
    margin: 0 auto;
  }

  .eyebrow,
  .hero-actions,
  .trust-note {
    justify-content: center;
  }

  .hero h1 {
    font-size: clamp(60px, 13vw, 92px);
  }

  .hero-lede {
    margin-inline: auto;
  }

  .hero-visual {
    margin: -35px auto -50px;
    transform: scale(.8);
  }

  .benefit-strip,
  .steps {
    grid-template-columns: 1fr;
  }

  .benefit-item {
    min-height: 120px;
    border-right: 0;
    border-bottom: 1px solid rgba(255,255,255,.15);
  }

  .showcase {
    width: calc(100% - 40px);
  }

  .feature {
    grid-template-columns: 1fr;
    gap: 45px;
    margin-bottom: 120px;
  }

  .feature--reverse .feature-copy {
    order: 0;
  }

  .feature-copy {
    max-width: 680px;
  }

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

  .how {
    padding-block: 120px;
  }

  .step-card {
    min-height: 230px;
  }

  .step-card h3 {
    margin-top: 52px;
  }

  .faq-section {
    width: calc(100% - 40px);
    grid-template-columns: 1fr;
    gap: 60px;
    padding-block: 110px;
  }

  .faq-heading {
    position: static;
  }
}

@media (max-width: 600px) {
  .site-nav {
    height: 82px;
  }

  .wordmark {
    font-size: 18px;
  }

  .site-nav .app-store-button--compact {
    min-height: 39px;
  }

  .site-nav .app-store-button--compact .apple-mark,
  .site-nav .app-store-button--compact small {
    display: none;
  }

  .hero {
    padding: 118px 20px 54px;
    gap: 42px;
  }

  .hero h1 {
    font-size: clamp(49px, 15.2vw, 60px);
    line-height: .92;
    letter-spacing: -.07em;
  }

  .hero-lede {
    max-width: 340px;
    margin-top: 26px;
    font-size: 16px;
    line-height: 1.55;
  }

  .hero-actions {
    flex-direction: column;
    gap: 23px;
    margin-top: 31px;
  }

  .hero-visual {
    width: 100%;
    min-height: 455px;
    left: auto;
    margin: -18px 0 -72px;
    transform: none;
  }

  .hero-visual::before {
    width: 340px;
    height: 340px;
  }

  .orbit--one {
    width: 304px;
    height: 304px;
  }

  .orbit--two {
    width: 390px;
    height: 390px;
  }

  .phone--hero {
    width: 205px;
  }

  .phone--back {
    width: 148px;
  }

  .phone--back-left {
    left: -4px;
    top: 105px;
    transform: rotate(-13deg);
  }

  .phone--back-right {
    right: -4px;
    top: 100px;
    transform: rotate(12deg);
  }

  .floating-pill {
    transform: scale(.82);
  }

  .floating-pill--keep {
    left: -8px;
    top: 31px;
  }

  .floating-pill--delete {
    right: -8px;
    top: 31px;
  }

  .storage-card {
    left: 0;
    bottom: 18px;
    width: 154px;
    padding: 13px 14px;
    border-radius: 16px;
  }

  .storage-card strong {
    font-size: 15px;
  }

  .storage-bar {
    margin-top: 9px;
  }

  .manifesto {
    padding: 105px 22px;
  }

  .manifesto h2,
  .how h2,
  .faq-heading h2,
  .final-cta h2 {
    font-size: 45px;
  }

  .manifesto > p:last-child {
    font-size: 16px;
  }

  .showcase {
    width: calc(100% - 28px);
  }

  .feature {
    min-height: auto;
    margin-bottom: 95px;
  }

  .feature h3 {
    font-size: 44px;
  }

  .feature-copy > p {
    font-size: 16px;
  }

  .feature-art {
    min-height: 560px;
    border-radius: 28px;
  }

  .phone--feature {
    width: 68%;
  }

  .gesture-word {
    font-size: 68px;
  }

  .review-count {
    top: 40px;
    left: 30px;
  }

  .review-count strong {
    font-size: 72px;
  }

  .metric-pair {
    grid-template-columns: 1fr;
  }

  .how {
    padding: 100px 20px;
  }

  .quote-panel {
    min-height: 480px;
    padding-inline: 22px;
  }

  .quote-panel blockquote {
    font-size: 43px;
  }

  .quote-icon {
    right: 22px;
    bottom: 22px;
  }

  .faq-list summary {
    min-height: 86px;
    font-size: 17px;
  }

  .final-cta {
    min-height: 670px;
    padding-inline: 22px;
  }

  footer {
    grid-template-columns: 1fr;
    padding: 48px 24px;
  }

  footer > p,
  .wordmark--footer,
  .footer-links,
  .copyright {
    grid-column: 1;
    grid-row: auto;
    justify-self: start;
  }

  .footer-links {
    margin: 26px 0 10px;
    flex-wrap: wrap;
    gap: 18px 24px;
  }
}

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