:root {
  color-scheme: light;
  --paper: #faf9f5;
  --paper-warm: #f0e7d8;
  --leaf: #e5edda;
  --leaf-deep: #5c6c50;
  --ink: #2f342e;
  --muted: #7d8478;
  --faint: #b8baaf;
  --line: #dedbd1;
  --white: #fffdf8;
  --shadow: 0 24px 70px rgba(47, 52, 46, 0.12);
  --serif: Georgia, "Times New Roman", serif;
  --sans: ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    linear-gradient(180deg, rgba(229, 237, 218, 0.55), transparent 34rem),
    var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  line-height: 1.5;
}

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

.page-shell {
  min-height: 100vh;
  overflow: hidden;
}

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
  padding: 28px 0 18px;
}

.wordmark {
  font-family: var(--serif);
  font-size: 25px;
  letter-spacing: 0;
}

.nav-links {
  display: flex;
  gap: 22px;
  color: var(--muted);
  font-size: 13px;
}

.nav-links a:hover,
.text-link:hover,
.site-footer a:hover {
  color: var(--ink);
}

.hero,
.section,
.site-footer {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.8fr);
  gap: 52px;
  align-items: center;
  min-height: calc(100vh - 82px);
  padding: 44px 0 86px;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--leaf-deep);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 670px;
  margin-bottom: 26px;
  font-family: var(--serif);
  font-size: clamp(48px, 8vw, 96px);
  font-weight: 400;
  line-height: 0.96;
  letter-spacing: 0;
}

h2 {
  font-family: var(--serif);
  font-size: clamp(31px, 4vw, 52px);
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 10px;
  font-family: var(--serif);
  font-size: 25px;
  font-weight: 400;
  line-height: 1.16;
}

.examples {
  max-width: 640px;
  margin-bottom: 28px;
  color: #41493d;
  font-family: var(--serif);
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.28;
}

.hero-text {
  max-width: 580px;
  margin-bottom: 28px;
  color: var(--muted);
  font-size: 18px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin-bottom: 14px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  border: 1px solid var(--line);
  border-radius: 3px;
  padding: 12px 19px;
  font-size: 14px;
  transition: background 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.button:hover {
  transform: translateY(-1px);
}

.button.primary {
  border-color: var(--ink);
  background: var(--ink);
  color: var(--paper);
}

.button.secondary {
  background: rgba(255, 255, 255, 0.34);
  color: var(--ink);
}

.microcopy {
  color: var(--muted);
  font-size: 13px;
}

.phone-wrap {
  display: flex;
  justify-content: center;
}

.phone {
  position: relative;
  width: min(100%, 348px);
  border: 1px solid rgba(92, 108, 80, 0.22);
  border-radius: 34px;
  padding: 18px;
  background: linear-gradient(180deg, #fbfaf6, #edf2e5);
  box-shadow: var(--shadow);
}

.phone::before {
  content: "";
  position: absolute;
  inset: 12px;
  border: 1px solid rgba(47, 52, 46, 0.05);
  border-radius: 25px;
  pointer-events: none;
}

.phone-bar {
  display: flex;
  justify-content: space-between;
  padding: 9px 7px 22px;
}

.phone-bar span:first-child {
  width: 62px;
  height: 8px;
  border-radius: 999px;
  background: rgba(47, 52, 46, 0.1);
}

.phone-bar span:last-child {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: rgba(47, 52, 46, 0.14);
}

.phone-card {
  min-height: 410px;
  border-radius: 5px;
  padding: 28px 24px;
  background: var(--leaf);
  box-shadow: inset 0 0 0 1px rgba(92, 108, 80, 0.08);
}

.card-kicker {
  margin-bottom: 32px;
  color: var(--leaf-deep);
  font-size: 11px;
}

.phone-card h2 {
  display: inline-block;
  margin-bottom: 22px;
  border-radius: 2px;
  padding: 4px 8px;
  background: var(--leaf-deep);
  color: var(--leaf);
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.phone-card p {
  color: #2c3628;
  font-family: var(--serif);
  font-size: 25px;
  line-height: 1.35;
}

.card-divider {
  height: 1px;
  margin: 26px 0;
  background: rgba(92, 108, 80, 0.18);
}

.phone-card .opening {
  color: #64705c;
  font-size: 18px;
  line-height: 1.55;
}

.phone-footer {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  padding: 18px 8px 3px;
  color: var(--muted);
  font-size: 13px;
}

.section {
  padding: 86px 0;
}

.section-heading {
  max-width: 680px;
  margin-bottom: 34px;
}

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

.steps article {
  min-height: 240px;
  border-top: 1px solid var(--line);
  padding: 28px 8px 0 0;
}

.step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  margin-bottom: 28px;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--leaf-deep);
  font-size: 12px;
}

.steps p,
.quiet-panel p,
.beta-copy p,
.privacy-grid p,
.faq-list p {
  color: var(--muted);
}

.why-section {
  padding-top: 30px;
}

.quiet-panel {
  max-width: 850px;
  border-left: 1px solid var(--line);
  padding: 8px 0 8px 30px;
}

.quiet-panel p {
  max-width: 650px;
  font-size: 18px;
}

.beta-section {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(300px, 0.7fr);
  gap: 64px;
  align-items: start;
}

.beta-copy {
  border-top: 1px solid var(--line);
  padding-top: 26px;
}

.privacy-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-bottom: 24px;
}

.privacy-grid p {
  min-height: 150px;
  border: 1px solid var(--line);
  border-radius: 4px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.28);
}

.text-link {
  border-bottom: 1px solid var(--faint);
  color: var(--leaf-deep);
  font-size: 14px;
}

.faq-section {
  padding-bottom: 96px;
}

.faq-list {
  max-width: 780px;
  margin-top: 30px;
}

details {
  border-top: 1px solid var(--line);
  padding: 20px 0;
}

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

summary {
  cursor: pointer;
  color: var(--ink);
  font-family: var(--serif);
  font-size: 22px;
}

summary::marker {
  color: var(--leaf-deep);
}

details p {
  max-width: 620px;
  margin: 14px 0 0;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid var(--line);
  padding: 28px 0 36px;
  color: var(--muted);
  font-size: 13px;
}

.site-footer p {
  margin: 0;
  font-family: var(--serif);
  color: var(--ink);
  font-size: 19px;
}

.site-footer div {
  display: flex;
  gap: 18px;
}

@media (max-width: 840px) {
  .site-header {
    align-items: flex-start;
    gap: 16px;
  }

  .nav-links {
    gap: 14px;
    font-size: 12px;
  }

  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
    padding-top: 56px;
  }

  .phone-wrap {
    justify-content: flex-start;
  }

  .steps,
  .privacy-grid,
  .beta-section {
    grid-template-columns: 1fr;
  }

  .steps article,
  .privacy-grid p {
    min-height: auto;
  }
}

@media (max-width: 560px) {
  .site-header,
  .hero,
  .section,
  .site-footer {
    width: min(100% - 28px, 1120px);
  }

  .site-header,
  .site-footer {
    flex-direction: column;
  }

  .nav-links {
    flex-wrap: wrap;
  }

  h1 {
    font-size: 50px;
  }

  .examples {
    font-size: 24px;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .phone {
    width: 100%;
  }

  .phone-card {
    min-height: 360px;
  }

  .section {
    padding: 64px 0;
  }

  .quiet-panel {
    padding-left: 18px;
  }
}
