:root {
  --bg: #060608;
  --surface: #101014;
  --text: #ECECF0;
  --muted: #A1A1AA;
  --faint: #6B6B73;
  --hair: rgba(255,255,255,0.10);
  --cyan: #4FE0E6;
  --blue: #3D9CFF;
  --mint: #5AE8B0;
  --purple: #7A6CFF;
}
* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Inter", system-ui, sans-serif;
  line-height: 1.6;
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
}
.glow {
  position: fixed; inset: 0; pointer-events: none; z-index: 0;
  background:
    radial-gradient(60% 45% at 50% 0%, rgba(79,224,230,0.12), transparent 70%),
    radial-gradient(45% 35% at 12% 8%, rgba(122,108,255,0.12), transparent 70%),
    radial-gradient(50% 40% at 88% 96%, rgba(61,156,255,0.10), transparent 70%);
}
.wrap { position: relative; z-index: 1; max-width: 720px; margin: 0 auto; padding: 72px 24px 96px; }
.brand { display: flex; align-items: center; gap: 12px; margin-bottom: 40px; }
.mark {
  width: 44px; height: 44px; border-radius: 999px;
  display: grid; place-items: center;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.14);
  box-shadow: 0 0 36px rgba(79,224,230,0.30);
}
.mark svg { width: 24px; height: 24px; }
.brand .name { font-size: 20px; font-weight: 600; letter-spacing: -0.3px; }
.brand .name span { color: var(--faint); font-weight: 500; }
h1 { font-size: 34px; font-weight: 600; letter-spacing: -0.8px; line-height: 1.15; margin: 0 0 8px; }
.updated { color: var(--faint); font-size: 14px; margin: 0 0 36px; }
h2 {
  font-size: 13px; font-weight: 600; letter-spacing: 1.4px; text-transform: uppercase;
  color: var(--cyan); margin: 44px 0 14px;
}
h3 { font-size: 18px; font-weight: 600; margin: 26px 0 8px; letter-spacing: -0.2px; }
p, li { color: var(--muted); }
p { margin: 0 0 16px; }
strong { color: var(--text); font-weight: 600; }
a { color: var(--cyan); text-decoration: none; border-bottom: 1px solid rgba(79,224,230,0.4); }
a:hover { border-bottom-color: var(--cyan); }
ul { margin: 0 0 18px; padding-left: 22px; }
li { margin: 0 0 9px; }
.tldr {
  background: var(--surface);
  border: 1px solid var(--hair);
  border-radius: 18px;
  padding: 22px 24px 8px;
  margin: 0 0 8px;
}
.tldr h2 { margin-top: 0; }

/* Retention table on the privacy page: calm, dark, readable. */
table.retention { width: 100%; border-collapse: collapse; margin: 8px 0 24px;
  font-size: 14.5px; color: var(--muted); }
table.retention th, table.retention td { text-align: left; padding: 10px 12px;
  border-bottom: 1px solid var(--hair); vertical-align: top; }
table.retention th { font-weight: 600; color: var(--text); letter-spacing: 0.2px;
  font-size: 13px; text-transform: uppercase; }
table.retention tr:last-child td { border-bottom: 0; }
hr { border: 0; border-top: 1px solid var(--hair); margin: 56px 0 28px; }
footer { color: var(--faint); font-size: 14px; }
footer a { color: var(--muted); }
.nav { display: flex; gap: 18px; margin-top: 14px; font-size: 14px; }
@media (max-width: 520px) { .wrap { padding: 48px 20px 72px; } h1 { font-size: 28px; } }

/* ============================================================
   Landing page (getanchor.fit home) — additive; legal pages unaffected
   ============================================================ */
.wrap-wide { position: relative; z-index: 1; max-width: 1080px; margin: 0 auto; padding: 0 24px; }

/* Nav */
.nav-bar { display: flex; align-items: center; justify-content: space-between; padding-top: 26px; padding-bottom: 8px; }
.nav-bar .brand { margin-bottom: 0; text-decoration: none; border: 0; }
.nav-bar .brand .name { font-size: 19px; }
.nav-links { display: flex; align-items: center; gap: 22px; }
.nav-links a { color: var(--muted); border: 0; font-size: 15px; }
.nav-links a:hover { color: var(--text); }
.nav-links .nav-cta { color: var(--text); border: 1px solid var(--hair); border-radius: 999px; padding: 8px 16px; }
.nav-links .nav-cta:hover { border-color: rgba(79,224,230,0.5); }

/* Hero — generous, calm, premium. Serif headline for warmth; sans body for clarity. */
.hero { display: grid; grid-template-columns: 1.05fr 0.95fr; align-items: center; gap: 72px;
  padding: 72px 24px 112px; }
.eyebrow { font-size: 12px; font-weight: 600; letter-spacing: 2.2px; text-transform: uppercase;
  color: var(--cyan); margin: 0 0 22px; }
.hero h1 { font-family: "Fraunces", "Cormorant Garamond", "Iowan Old Style", Georgia, serif;
  font-size: clamp(46px, 6.4vw, 74px); font-weight: 300; letter-spacing: -1.6px; line-height: 1.02;
  margin: 0 0 24px; color: var(--text); font-feature-settings: "ss01", "ss02"; }
.hero h1 em { font-style: italic; font-weight: 300; color: var(--cyan); }
.lede { font-size: 19px; line-height: 1.6; color: var(--muted); max-width: 30em; margin: 0 0 36px;
  font-weight: 400; }
.lede em { color: var(--text); font-style: normal; font-weight: 500; }

/* Apple "Download on the App Store" badge — inline SVG keeps it crisp and pixel-true.
   The CTA reserves a generous click target with a subtle iridescent shadow behind it. */
.cta { display: flex; gap: 14px; flex-wrap: wrap; align-items: center; }
.appstore { display: inline-block; text-decoration: none; border: 0; line-height: 0;
  border-radius: 11px; transition: transform .18s ease, filter .18s ease;
  filter: drop-shadow(0 14px 36px rgba(79,224,230,0.18)); }
.appstore svg { width: 178px; height: auto; display: block; }
.appstore:hover { transform: translateY(-2px); filter: drop-shadow(0 18px 44px rgba(79,224,230,0.32)); }
.cta-note { color: var(--faint); font-size: 14px; margin: 18px 0 0; max-width: 28em; }

/* Phone mockup with a calmer iridescent halo (lower opacity, smaller blur). */
/* ───────────────────────────────────────────────────────────────────────────
   Hero device — a 15s narrative demo of a complete session:
     0–5s  · Talk   : AI reply reveals word-by-word, suggestion appears, chip taps
     5–11s · Breathe: the big word swells on inhale, holds, shrinks on exhale, holds
     11–15s · Feel   : the after-breath check-in, thumb slides right, readout warms
   Drawn in CSS in the app's exact visual language (One Surface, generous typography,
   iridescent edge, named pace). Honors prefers-reduced-motion (holds the first frame).
   ─────────────────────────────────────────────────────────────────────────── */

.hero-device { position: relative; display: flex; justify-content: center; }
.hero-device::after {                            /* iridescent halo, gentle breath */
  content: ""; position: absolute; inset: -34px; z-index: -1;
  background: conic-gradient(from 200deg, #FF4D8D, #C861F2, #7A6CFF, #3D9CFF, #4FE0E6, #5AE8B0, #FFB14D, #FF4D8D);
  filter: blur(72px); border-radius: 80px;
  animation: halo-breath 7s ease-in-out infinite;
}
@keyframes halo-breath {
  0%, 100% { opacity: 0.16; transform: scale(0.97); }
  50%      { opacity: 0.30; transform: scale(1.05); }
}

/* The device: a lifted dark canvas with the iridescent rim — sits on a thin lighter outer
   ring so the phone shape is clearly visible against the (also dark) page bg.
   Explicit width+height (no aspect-ratio) for max browser compat. */
.phone {
  position: relative; width: 286px; height: 620px;
  border-radius: 46px; padding: 3px;
  background: linear-gradient(135deg, #FF4D8D, #C861F2, #7A6CFF, #3D9CFF, #4FE0E6, #5AE8B0, #FFB14D 90%);
  box-shadow:
    0 1px 0 rgba(255,255,255,0.06),
    0 32px 64px rgba(0,0,0,0.65),
    0 0 0 1px rgba(255,255,255,0.08);
}
.phone-screen {
  position: relative; width: 100%; height: 100%;
  border-radius: 43px; overflow: hidden;
  background:
    radial-gradient(120% 80% at 50% 100%, rgba(122,108,255,0.10), transparent 60%),
    #050507;
}
/* The notch / status pill, for the unmistakable "iPhone" silhouette without a fake bezel. */
.phone-screen::before {
  content: ""; position: absolute; top: 8px; left: 50%; transform: translateX(-50%);
  width: 84px; height: 22px; border-radius: 999px; background: #000;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.06);
  z-index: 5;
}

/* ── Frame cycle (15s loop, 5s + 6s + 4s) ───────────────────────────────── */
.frame {
  position: absolute; inset: 0; display: flex; flex-direction: column;
  justify-content: center; align-items: stretch; gap: 16px; padding: 36px 24px;
  opacity: 0; will-change: opacity;
}
.frame-talk    { animation: frame-talk    15s ease-in-out infinite; }
.frame-breathe { animation: frame-breathe 15s ease-in-out infinite; }
.frame-feel    { animation: frame-feel    15s ease-in-out infinite; }
/* Each frame fades IN with a short ramp, holds, fades OUT before the next ramps in.
   Percentages refer to the 15s loop (1% = 150ms). */
@keyframes frame-talk    { 0% {opacity:0} 3%,30%  {opacity:1} 34%,100% {opacity:0} }
@keyframes frame-breathe { 0%,32% {opacity:0} 36%,70% {opacity:1} 74%,100% {opacity:0} }
@keyframes frame-feel    { 0%,72% {opacity:0} 76%,98% {opacity:1} 100% {opacity:0} }

.cue { color: #5AE8B0; font-size: 10px; letter-spacing: 1.6px; font-weight: 600;
  text-align: center; font-family: -apple-system, BlinkMacSystemFont, sans-serif; }
.cue-cyan { color: #4FE0E6; } .cue-mint { color: #5AE8B0; }

/* ── Frame 1 · Talk ──────────────────────────────────────────────────────
   AI reply reveals word-by-word over ~2.6s (every word fades + slides 4px),
   then the suggestion card pops in with a soft scale, then the chip glows
   as if tapped. Cadence matches the app's WordRevealText. */
.talk-line {
  font: 500 17px/1.4 -apple-system, BlinkMacSystemFont, sans-serif; color: #F5F5F7;
  margin: 0; text-align: center; padding: 0 4px;
}
.talk-line span { display: inline-block; opacity: 0; transform: translateY(4px);
  animation: word-in 15s ease-out infinite; }
@keyframes word-in {
  0%, 1% { opacity: 0; transform: translateY(4px); }
  /* The 17 words spread between 1% and 22% of the loop; each gets a slightly
     different delay below for a natural reveal cadence (~150ms between words). */
  10%, 30% { opacity: 1; transform: translateY(0); }
  34%, 100% { opacity: 0; }
}
/* Stagger every word by 0.9% of the 15s loop (~135ms). */
.talk-line span:nth-child(1)  { animation-delay: 0.10s; }
.talk-line span:nth-child(2)  { animation-delay: 0.24s; }
.talk-line span:nth-child(3)  { animation-delay: 0.38s; }
.talk-line span:nth-child(4)  { animation-delay: 0.52s; }
.talk-line span:nth-child(5)  { animation-delay: 0.66s; }
.talk-line span:nth-child(6)  { animation-delay: 0.80s; }
.talk-line span:nth-child(7)  { animation-delay: 0.94s; }
.talk-line span:nth-child(8)  { animation-delay: 1.08s; }
.talk-line span:nth-child(9)  { animation-delay: 1.30s; }   /* "now." has a small punctuation pause */
.talk-line span:nth-child(10) { animation-delay: 1.50s; }
.talk-line span:nth-child(11) { animation-delay: 1.64s; }
.talk-line span:nth-child(12) { animation-delay: 1.78s; }
.talk-line span:nth-child(13) { animation-delay: 1.92s; }
.talk-line span:nth-child(14) { animation-delay: 2.06s; }
.talk-line span:nth-child(15) { animation-delay: 2.20s; }
.talk-line span:nth-child(16) { animation-delay: 2.34s; }
.talk-line span:nth-child(17) { animation-delay: 2.48s; }

.sugg { display: flex; align-items: center; gap: 10px; padding: 9px 12px;
  border-radius: 14px; background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.08); margin: 0 4px;
  opacity: 0; transform: scale(0.96); animation: sugg-in 15s ease-out infinite; }
@keyframes sugg-in {
  0%, 19%   { opacity: 0; transform: scale(0.96); }
  21%, 32%  { opacity: 1; transform: scale(1); }
  34%, 100% { opacity: 0; }
}
.sugg-ico { width: 30px; height: 30px; border-radius: 50%;
  background: #4FE0E6; display: grid; place-items: center; flex-shrink: 0; }
.sugg-ico svg { width: 14px; height: 14px; }
.sugg-text { display: flex; flex-direction: column; line-height: 1.15; flex: 1;
  font-family: -apple-system, BlinkMacSystemFont, sans-serif; text-align: left; }
.sugg-text strong { font-size: 13.5px; color: #F5F5F7; font-weight: 600; }
.sugg-text small { font-size: 10.5px; color: rgba(255,255,255,0.5); }
.sugg-arrow { color: rgba(255,255,255,0.45); font-size: 16px; }

.chips { display: flex; gap: 7px; justify-content: center; flex-wrap: wrap; }
.chip { font: 600 11px/1 -apple-system, sans-serif; color: rgba(255,255,255,0.78);
  padding: 7px 12px; border-radius: 999px;
  background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.08);
  opacity: 0; animation: chip-in 15s ease-out infinite; }
.chip-active { opacity: 0; animation: chip-tap 15s ease-out infinite; }
@keyframes chip-in {
  0%, 22%   { opacity: 0; }
  25%, 32%  { opacity: 1; }
  34%, 100% { opacity: 0; }
}
@keyframes chip-tap {
  0%, 22%   { opacity: 0; transform: scale(0.96);
              background: rgba(255,255,255,0.04); border-color: rgba(255,255,255,0.08); color: rgba(255,255,255,0.78); }
  25%       { opacity: 1; transform: scale(1);
              background: rgba(255,255,255,0.04); border-color: rgba(255,255,255,0.08); color: rgba(255,255,255,0.78); }
  29%       { transform: scale(0.94);
              background: rgba(79,224,230,0.20); border-color: rgba(79,224,230,0.55); color: #F5F5F7; }
  32%       { opacity: 1; transform: scale(1);
              background: rgba(79,224,230,0.20); border-color: rgba(79,224,230,0.55); color: #F5F5F7; }
  34%, 100% { opacity: 0; }
}

/* ── Frame 2 · Breathe ───────────────────────────────────────────────────
   The big word swells in sync with a real box-breath: 1.5s inhale (small→big),
   1.5s hold (big), 1.5s exhale (big→small), 1.5s hold (small). Word labels swap
   at the right beats. This is THE feature: the word's size IS the breath. */
.frame-breathe { gap: 22px; }
.breath-stage { position: relative; flex: 1; display: grid; place-items: center; }
.breath-word { position: absolute; font: 200 44px/1 -apple-system, BlinkMacSystemFont, sans-serif;
  letter-spacing: -0.5px; color: #F5F5F7; opacity: 0;
  animation: breath-cycle 15s ease-in-out infinite; will-change: transform, opacity; }
@keyframes breath-cycle {
  /* Only the active phase is visible at a time; the word grows/shrinks live. */
  0%, 35%  { opacity: 0; }
  100%     { opacity: 0; }
}
/* Each phase has its own opacity + scale curve over the 36-70% window (= 5.4s).
   The frame is visible 36-70%, so 36-46% = inhale, 46-56% = hold1, 56-66% = exhale, 66-70% = tail. */
.w-inhale {
  animation: w-inhale 15s ease-in-out infinite;
}
.w-hold1  { animation: w-hold1  15s ease-in-out infinite; }
.w-exhale { animation: w-exhale 15s ease-in-out infinite; }
.w-hold2  { animation: w-hold2  15s ease-in-out infinite; }
@keyframes w-inhale {
  0%, 36%  { opacity: 0; transform: scale(0.55); }
  38%, 46% { opacity: 1; transform: scale(1); }
  46%      { transform: scale(1.4); }  /* peak just before "Hold" takes over */
  48%, 100% { opacity: 0; transform: scale(1.4); }
}
@keyframes w-hold1 {
  0%, 46%  { opacity: 0; transform: scale(1.4); }
  48%, 54% { opacity: 1; transform: scale(1.4); }
  56%, 100% { opacity: 0; transform: scale(1.4); }
}
@keyframes w-exhale {
  0%, 56%  { opacity: 0; transform: scale(1.4); }
  58%, 64% { opacity: 1; transform: scale(1.4); }
  66%      { transform: scale(0.55); }
  68%, 100% { opacity: 0; transform: scale(0.55); }
}
@keyframes w-hold2 {
  0%, 66%  { opacity: 0; transform: scale(0.55); }
  68%, 70% { opacity: 1; transform: scale(0.55); }
  72%, 100% { opacity: 0; }
}

.cycle-bar { display: flex; gap: 5px; padding: 0 6px; }
.cycle-bar i { flex: 1; height: 3px; border-radius: 999px;
  background: rgba(255,255,255,0.10); overflow: hidden; position: relative; }
.cycle-bar i::after { content: ""; position: absolute; inset: 0;
  background: linear-gradient(90deg, #4FE0E6, #5AE8B0);
  transform-origin: left; transform: scaleX(0);
  animation: bar-fill 15s ease-out infinite; }
.cycle-bar i:nth-child(1)::after { animation-name: bar-1; }
.cycle-bar i:nth-child(2)::after { animation-name: bar-2; }
.cycle-bar i:nth-child(3)::after { animation-name: bar-3; }
.cycle-bar i:nth-child(4)::after { animation-name: bar-4; }
/* Each segment fills over its phase: 36-46% inhale, 46-56% hold1, 56-66% exhale, 66-70% hold2. */
@keyframes bar-1 { 0%,36% {transform:scaleX(0)} 46% {transform:scaleX(1)} 100% {transform:scaleX(1)} }
@keyframes bar-2 { 0%,46% {transform:scaleX(0)} 56% {transform:scaleX(1)} 100% {transform:scaleX(1)} }
@keyframes bar-3 { 0%,56% {transform:scaleX(0)} 66% {transform:scaleX(1)} 100% {transform:scaleX(1)} }
@keyframes bar-4 { 0%,66% {transform:scaleX(0)} 70% {transform:scaleX(1)} 100% {transform:scaleX(1)} }

/* ── Frame 3 · Feel ─────────────────────────────────────────────────────
   The after-breath check-in. The big readout shifts Heavy → Steady → Calm,
   the thumb drifts from "On edge" toward "Settled". The user feels better. */
.frame-feel { gap: 14px; padding: 36px 24px 40px; }
.feel-q { font: 500 16px/1.35 -apple-system, sans-serif; color: rgba(255,255,255,0.85);
  text-align: center; margin: 0; }
.feel-stage { position: relative; height: 50px; display: grid; place-items: center; }
.feel-word { position: absolute; font: 500 36px/1 -apple-system, sans-serif;
  letter-spacing: -0.4px; opacity: 0; animation: feel-word 15s ease-out infinite; }
.w-heavy  { color: #FF7A8B; }
.w-steady { color: #FFB14D; }
.w-calm   { color: #5AE8B0; }
@keyframes feel-word {
  0%, 73%   { opacity: 0; }
  100%      { opacity: 0; }
}
/* Each readout is visible for ~1.2s in its slot: 76-82% heavy, 82-89% steady, 89-98% calm. */
.w-heavy  { animation-name: w-heavy; }
.w-steady { animation-name: w-steady; }
.w-calm   { animation-name: w-calm; }
@keyframes w-heavy  { 0%,73% {opacity:0} 76%,82% {opacity:1} 84%,100% {opacity:0} }
@keyframes w-steady { 0%,82% {opacity:0} 84%,89% {opacity:1} 91%,100% {opacity:0} }
@keyframes w-calm   { 0%,89% {opacity:0} 91%,98% {opacity:1} 100% {opacity:0} }

.feel-track { position: relative; height: 4px; border-radius: 999px;
  background: linear-gradient(90deg, rgba(255,122,139,0.55), rgba(255,177,77,0.55), rgba(90,232,176,0.6)); margin: 4px 6px; }
.feel-thumb { position: absolute; top: 50%; width: 16px; height: 16px; border-radius: 50%;
  background: #F5F5F7; transform: translate(-50%, -50%);
  box-shadow: 0 4px 12px rgba(0,0,0,0.4);
  animation: thumb-slide 15s ease-out infinite; }
@keyframes thumb-slide {
  0%,73%    { left: 22%; }
  78%       { left: 22%; }
  84%       { left: 55%; }
  91%       { left: 78%; }
  98%, 100% { left: 80%; }
}
.feel-labels { display: flex; justify-content: space-between;
  font: 500 10px/1 -apple-system, sans-serif; color: rgba(255,255,255,0.45); padding: 0 4px; }

/* Reduce-motion: hold the first frame, freeze the halo. */
@media (prefers-reduced-motion: reduce) {
  .frame { animation: none; opacity: 0; }
  .frame-talk { opacity: 1; }
  .talk-line span, .sugg, .chip, .chip-active,
  .breath-word, .cycle-bar i::after,
  .feel-word, .feel-thumb { animation: none; opacity: 1; transform: none; }
  .w-inhale { opacity: 1; transform: scale(1); }
  .w-hold1, .w-exhale, .w-hold2, .w-steady, .w-calm, .w-heavy { display: none; }
  .hero-device::after { animation: none; opacity: 0.22; }
}

/* Reduce-motion: hold everything still. */
@media (prefers-reduced-motion: reduce) {
  .phone, .hero-device::after { animation: none; }
  .hero-device::after { opacity: 0.22; }
}

/* Features */
.features { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; padding: 24px 24px 16px; }
.feat { background: var(--surface); border: 1px solid var(--hair); border-radius: 20px; padding: 24px 22px; }
.feat-ico { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 13px; margin-bottom: 16px;
  color: #fff; background: linear-gradient(135deg, var(--a), var(--b)); box-shadow: 0 8px 24px color-mix(in srgb, var(--a) 45%, transparent); }
.feat-ico svg { width: 22px; height: 22px; }
.feat h3 { font-size: 17px; font-weight: 600; margin: 0 0 8px; color: var(--text); letter-spacing: -0.2px; }
.feat p { font-size: 14.5px; line-height: 1.5; color: var(--muted); margin: 0; }

/* Reassurance band */
.reassure { text-align: center; padding: 56px 24px 16px; }
.reassure p { font-size: 18px; color: var(--text); line-height: 1.6; }
.reassure a { font-size: 15px; }

/* Footer */
.site-foot { display: flex; flex-wrap: wrap; align-items: center; gap: 16px 28px; padding: 48px 24px 64px; margin-top: 40px; border-top: 1px solid var(--hair); }
.site-foot .foot-brand { display: flex; align-items: center; gap: 10px; font-weight: 600; color: var(--text); }
.mark.sm { width: 30px; height: 30px; box-shadow: 0 0 22px rgba(79,224,230,0.30); }
.mark.sm svg { width: 17px; height: 17px; }
.foot-links { display: flex; gap: 22px; }
.foot-links a { color: var(--muted); border: 0; font-size: 15px; }
.foot-links a:hover { color: var(--text); }
.foot-fine { flex-basis: 100%; color: var(--faint); font-size: 13px; margin: 8px 0 0; }

@media (max-width: 860px) {
  /* DEVICE FIRST on mobile, so the first thing visitors see is the demo in motion.
     Then copy + CTA below. The device fits in-view; the headline lands as they scroll. */
  .hero { grid-template-columns: 1fr; text-align: center; gap: 40px; padding: 32px 24px 64px; }
  .hero-copy { display: flex; flex-direction: column; align-items: center; order: 2; }
  .hero-device { order: 1; }
  .lede { margin-left: auto; margin-right: auto; }
  .features { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 520px) {
  .nav-links { gap: 14px; }
  .nav-links a:not(.nav-cta) { display: none; }
  /* Tighter on phones; smaller serif so the line still breaks where intended. */
  .hero { padding: 22px 22px 64px; gap: 36px; }
  .hero h1 { font-size: 42px; letter-spacing: -1.1px; }
  .lede { font-size: 16px; margin-bottom: 28px; }
  .phone { width: 248px; height: 537px; }
  .features { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) { .device::after { animation: none; } }

