:root {
  --bg: #FFFFFF;
  --surface: #F5F5F4;
  --ink: #1C1C1E;
  --soft: #6B6B70;
  --rule: #E5E5E3;
  --coral: #D23E26;
  --coral-text: #B8331E;
  --phone: #111113;
  --radius: 16px;
  --shadow: 0 18px 40px rgba(0, 0, 0, .12);
  --font: -apple-system, BlinkMacSystemFont, "SF Pro Text", "SF Pro Display", "Inter", "Helvetica Neue", Arial, sans-serif;
  color-scheme: light;
}
@media (prefers-color-scheme: dark) {
  :root {
    --bg: #000000;
    --surface: #161618;
    --ink: #F5F5F7;
    --soft: #9A9AA0;
    --rule: #2C2C2E;
    --coral: #D23E26;
    --coral-text: #FF6A4D;
    --phone: #2A2A2D;
    --shadow: 0 18px 40px rgba(0, 0, 0, .5);
    color-scheme: dark;
  }
}

* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body { margin: 0; background: var(--bg); color: var(--ink); font-family: var(--font); font-size: 17px; line-height: 1.55; -webkit-font-smoothing: antialiased; }
a { color: inherit; }
img, video { max-width: 100%; display: block; }
.wrap { max-width: 1080px; margin: 0 auto; padding-inline: 24px; }

/* Nav */
.nav { display: flex; align-items: center; justify-content: space-between; padding-block: 20px; }
.brand { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 18px; text-decoration: none; letter-spacing: -.01em; }
.brand img { width: 32px; height: 32px; border-radius: 8px; }
.nav a.small { font-size: 15px; color: var(--soft); text-decoration: none; }
.nav a.small:hover { color: var(--ink); }

/* Type */
h1, h2 { letter-spacing: -.025em; line-height: 1.05; text-wrap: balance; margin: 0; }
h1 { font-size: clamp(44px, 8vw, 84px); font-weight: 800; }
h2 { font-size: clamp(30px, 4.6vw, 48px); font-weight: 750; }
.lede { font-size: clamp(18px, 2.2vw, 21px); color: var(--soft); max-width: 34ch; margin: 18px 0 0; }
p { margin: 0; }
.muted { color: var(--soft); }
.eyebrow { font-size: 13px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; color: var(--soft); }

/* Buttons */
.cta { display: inline-flex; align-items: center; gap: 10px; background: var(--coral); color: #fff; font-weight: 650; font-size: 17px; padding: 15px 24px; border-radius: var(--radius); text-decoration: none; transition: transform .15s ease; }
.cta:hover { transform: translateY(-1px); }
.cta svg { width: 18px; height: 18px; }
.cta-row { display: flex; gap: 16px; align-items: center; flex-wrap: wrap; margin-top: 30px; }
.cta-note { font-size: 15px; color: var(--soft); }
a:focus-visible { outline: 2px solid var(--coral); outline-offset: 3px; border-radius: 6px; }

/* Hero */
.hero { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr); gap: 48px; align-items: center; padding-block: 40px 88px; }
.hero-art { position: relative; display: flex; justify-content: flex-start; padding-left: 4%; }
.blanket { position: absolute; inset: 12% -6% 12% 38%; border-radius: 28px; overflow: hidden; display: flex; flex-direction: column; opacity: .9; }
.blanket i { flex: 1; transform-origin: left; animation: row 1.4s cubic-bezier(.2, .8, .2, 1) both; }
@keyframes row { from { transform: scaleX(0); } to { transform: scaleX(1); } }

/* Phones */
.phone { position: relative; width: 100%; max-width: 290px; background: var(--phone); padding: 9px; border-radius: 46px; box-shadow: var(--shadow); }
.phone > * { border-radius: 38px; width: 100%; aspect-ratio: 1206 / 2622; object-fit: cover; background: #000; }
.phone.video > video { aspect-ratio: 9 / 16; background: #fff; }

/* Steps */
.steps { padding-block: 72px; border-top: 1px solid var(--rule); }
.steps ol { list-style: none; padding: 0; margin: 40px 0 0; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 32px; }
.steps li { display: grid; gap: 10px; align-content: start; }
.steps .n { width: 36px; height: 36px; border-radius: 50%; background: var(--surface); display: grid; place-items: center; font-weight: 700; font-variant-numeric: tabular-nums; }
.steps h3 { margin: 6px 0 0; font-size: 21px; letter-spacing: -.01em; }

/* Features */
.feature { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 64px; align-items: center; padding-block: 72px; border-top: 1px solid var(--rule); }
.feature.flip .copy { order: 2; }
.feature .copy { display: grid; gap: 16px; max-width: 30rem; }
.feature .copy p { font-size: 19px; color: var(--soft); }
.feature .art { display: flex; justify-content: center; }
.points { list-style: none; padding: 0; margin: 8px 0 0; display: grid; gap: 10px; font-size: 16px; }
.points li { display: flex; gap: 10px; }
.points li::before { content: "♡"; color: var(--coral-text); flex: none; }

/* Plus */
.plus { padding-block: 72px; border-top: 1px solid var(--rule); display: grid; gap: 32px; }
.tiers { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.tier { background: var(--surface); border-radius: var(--radius); padding: 28px; display: grid; gap: 14px; align-content: start; }
.tier h3 { margin: 0; font-size: 22px; }
.tier .price { font-size: 15px; color: var(--soft); }
.tier ul { margin: 0; padding-left: 20px; display: grid; gap: 6px; }

/* Final */
.final { padding-block: 96px; border-top: 1px solid var(--rule); text-align: center; display: grid; justify-items: center; gap: 18px; }
.final .heart { width: 56px; height: 56px; color: var(--coral); }

/* Footer */
footer { border-top: 1px solid var(--rule); padding-block: 28px 40px; font-size: 14px; color: var(--soft); }
footer .wrap { display: flex; gap: 24px; justify-content: space-between; flex-wrap: wrap; }
footer nav { display: flex; gap: 20px; flex-wrap: wrap; }
footer a { color: var(--soft); text-decoration: none; }
footer a:hover { color: var(--ink); }

/* Legal page */
.legal { max-width: 720px; padding-block: 24px 80px; }
.legal h1 { font-size: clamp(36px, 6vw, 52px); }
.legal h2 { font-size: 24px; margin-top: 44px; letter-spacing: -.01em; }
.legal p, .legal li { color: var(--ink); }
.legal p + p { margin-top: 12px; }
.legal ul { padding-left: 22px; display: grid; gap: 8px; }
.legal .updated { color: var(--soft); margin-top: 12px; }
.table { overflow-x: auto; margin-top: 16px; }
.table table { width: 100%; border-collapse: collapse; font-size: 15px; }
.table th, .table td { text-align: left; padding: 10px 12px; border-bottom: 1px solid var(--rule); vertical-align: top; }
.table th { font-size: 13px; color: var(--soft); font-weight: 600; }

@media (max-width: 820px) {
  .hero, .feature { grid-template-columns: minmax(0, 1fr); gap: 40px; }
  .feature.flip .copy { order: 0; }
  .hero { padding-block: 16px 64px; }
  .steps ol, .tiers { grid-template-columns: minmax(0, 1fr); }
  .hero-art { justify-content: center; padding-left: 0; }
  .blanket { inset: 10% 0 10% 0; }
}
@media (prefers-reduced-motion: reduce) {
  .blanket i { animation: none; }
  .cta { transition: none; }
}
