:root {
  --page: #f6f6f4;
  --bg: #ffffff;
  --well: #f6f6f4;
  --ink: #111111;
  --mute: #737373;
  --line: rgba(17, 17, 17, 0.08);
  --radius: 28px;
  --pill: 999px;
  --serif: "Instrument Serif", "Times New Roman", serif;
  --sans: "Instrument Sans", -apple-system, BlinkMacSystemFont, sans-serif;
}

* { box-sizing: border-box; }

html, body {
  margin: 0;
  background: var(--page);
  color: var(--ink);
  font-family: var(--sans);
  overflow-x: hidden;
}

body { min-height: 100vh; }

a { color: inherit; }

.wrap {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 20px;
}

.site-nav {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  padding: 28px 0 8px;
}

.word {
  font-family: var(--serif);
  font-size: 28px;
  letter-spacing: -0.03em;
  text-decoration: none;
}

.nav-links {
  display: flex;
  gap: 8px;
  align-items: center;
}

.nav-links a {
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  min-height: 44px;
  padding: 10px 12px;
  display: inline-flex;
  align-items: center;
  color: var(--ink);
}

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

.hero {
  padding: 56px 0 24px;
  text-align: center;
}

.kicker {
  margin: 0 0 18px;
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--mute);
}

h1 {
  margin: 0 0 16px;
  font-family: var(--serif);
  font-size: clamp(48px, 8vw, 88px);
  font-weight: 400;
  letter-spacing: -0.035em;
  line-height: 1.02;
  text-wrap: pretty;
}

.lede {
  margin: 0 auto 28px;
  max-width: min(38ch, 100%);
  font-size: 18px;
  line-height: 1.5;
  color: var(--mute);
  text-wrap: pretty;
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 22px;
  border-radius: var(--pill);
  font-family: inherit;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  border: 1px solid transparent;
}

.pill-ink {
  background: var(--ink);
  color: #fff;
}

.pill-ghost {
  background: #fff;
  color: var(--ink);
  border-color: var(--line);
}

.pill[aria-disabled="true"] {
  pointer-events: none;
  opacity: 0.45;
}

.stage {
  display: flex;
  justify-content: center;
  padding: 36px 0 72px;
}

.phone {
  width: 320px;
  background: var(--bg);
  border-radius: 42px;
  padding: 18px 14px 22px;
  box-shadow: 0 0 0 1px var(--line);
}

.phone-bar {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  padding: 10px 8px 14px;
}

.phone-word {
  font-family: var(--serif);
  font-size: 22px;
  letter-spacing: -0.03em;
}

.phone-meta {
  font-size: 13px;
  font-weight: 500;
  color: var(--mute);
}

.phone-body {
  padding: 48px 10px 36px;
  text-align: center;
}

.phone-title {
  margin: 0 0 16px;
  font-family: var(--serif);
  font-size: 32px;
  font-weight: 400;
  letter-spacing: -0.03em;
}

.field {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 48px;
  padding: 0 8px 0 16px;
  border-radius: var(--pill);
  background: var(--well);
  color: #9a9a9a;
  font-size: 14px;
  margin-bottom: 10px;
}

.field b {
  color: var(--ink);
  font-weight: 600;
  font-size: 13px;
}

.keep {
  height: 48px;
  border-radius: var(--pill);
  background: var(--ink);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 600;
  opacity: 0.28;
}

.hint {
  margin: 12px 0 0;
  font-size: 13px;
  color: var(--mute);
}

.section {
  padding: 8px 0 72px;
}

.section h2 {
  margin: 0 0 28px;
  font-family: var(--serif);
  font-size: clamp(32px, 5vw, 44px);
  font-weight: 400;
  letter-spacing: -0.03em;
  text-align: center;
  text-wrap: pretty;
  overflow-wrap: break-word;
}

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

.card {
  background: var(--bg);
  border-radius: var(--radius);
  padding: 28px 24px;
}

.card .n {
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--mute);
  margin: 0 0 10px;
}

.card h3 {
  margin: 0 0 8px;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.02em;
}

.card p {
  margin: 0;
  color: var(--mute);
  font-size: 15px;
  line-height: 1.5;
  text-wrap: pretty;
}

.narrow {
  max-width: 62ch;
  margin: 0 auto;
}

.prose h1 {
  font-size: clamp(40px, 6vw, 64px);
  text-align: left;
  margin: 40px 0 12px;
}

.prose .lede {
  margin: 0 0 40px;
  text-align: left;
  max-width: none;
}

.prose h2 {
  font-family: var(--serif);
  font-size: 28px;
  font-weight: 400;
  letter-spacing: -0.03em;
  margin: 36px 0 10px;
}

.prose p, .prose li {
  font-size: 16px;
  line-height: 1.6;
  color: var(--ink);
}

.prose p { margin: 0 0 14px; color: var(--mute); }

.prose ul {
  margin: 0 0 16px;
  padding-left: 1.2em;
  color: var(--mute);
}

.prose a { text-decoration: underline; text-underline-offset: 3px; }

.mail {
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -0.02em;
  text-decoration: none;
  color: var(--ink);
}

.site-foot {
  border-top: 1px solid var(--line);
  padding: 28px 0 48px;
  color: var(--mute);
  font-size: 13px;
}

.site-foot .foot-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 20px;
  justify-content: space-between;
  align-items: center;
}

.site-foot nav {
  display: flex;
  gap: 16px;
}

.site-foot a { text-decoration: none; }

@media (max-width: 720px) {
  .steps { grid-template-columns: 1fr; }
  .hero { padding-top: 36px; }
  .phone { width: min(320px, 100%); }
  .cta-row { flex-direction: column; align-items: stretch; max-width: 280px; margin: 0 auto; }
  .word { font-size: 24px; }
  .nav-links a { padding: 10px 6px; font-size: 14px; }
  .section h2 { padding: 0 8px; }
}

@media (prefers-reduced-motion: reduce) {
  * { animation: none !important; transition: none !important; }
}
