:root {
  --paper: #f7f5f1;
  --surface: #fffefa;
  --ink: #29231f;
  --muted: #6d6863;
  --line: #dedad4;
  --soft: #efede8;
  --accent: #e94c28;
  --tint-sage: #dfe8db;
  --tint-butter: #f1e6bb;
  --tint-blush: #f6ddd3;
  --serif: 'Newsreader', Georgia, serif;
  --sans: 'Hanken Grotesk', -apple-system, BlinkMacSystemFont, sans-serif;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.55; -webkit-font-smoothing: antialiased; }
a { color: inherit; }
::selection { background: #eadfc8; }
.wrap { width: min(1060px, calc(100% - 48px)); margin-inline: auto; }

.site-header { border-bottom: 1px solid var(--line); background: var(--paper); }
.header-inner { min-height: 70px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.logo { display: inline-flex; align-items: flex-end; gap: 6px; flex: none; font-family: var(--serif); font-weight: 500; font-size: 23px; letter-spacing: -0.01em; line-height: 0.8; text-decoration: none; }
.logo > span:last-child { margin-bottom: -3.5px; }
/* Tri-bar matched to the app HEADER logo (size 'sm'):
   tall bar 20px, others 0.7/0.5 of it, width 0.27x, gap 0.1x;
   wordmark Newsreader 500 @23px riding the baseline. */
.tribar { height: 20px; display: flex; align-items: flex-end; gap: 2px; }
.tribar i, .tribar span { display: block; width: 5.5px; height: 14px; border-radius: 1px; background: var(--ink); }
.tribar i:nth-child(2), .tribar span:nth-child(2) { height: 10px; }
.tribar i:nth-child(3), .tribar span:nth-child(3) { height: 20px; }
.header-nav { display: flex; align-items: center; gap: 23px; }
.header-nav > a:not(.button), footer nav a { color: var(--muted); font-size: 13px; font-weight: 600; text-decoration: none; }
.header-nav > a:not(.button):hover, footer nav a:hover { color: var(--ink); }

.button { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: 11px 19px; border: 1px solid var(--ink); border-radius: 7px; background: var(--ink); color: white; font-size: 13px; font-weight: 700; text-decoration: none; transition: background .15s ease; }
.button:hover { background: #403832; }
.button-small { min-height: 37px; padding: 8px 14px; font-size: 12px; }
/* Secondary button: for Sign in, which many visitors arrive specifically to use. */
.button-quiet { background: var(--surface); border-color: var(--line); color: var(--ink); }
.button-quiet:hover { background: var(--soft); border-color: #cfc9c2; }
a:focus-visible { outline: 3px solid var(--accent); outline-offset: 4px; }
.text-link { font-size: 13px; font-weight: 700; text-underline-offset: 4px; }

h1, h2, h3, h4, blockquote { font-family: var(--serif); font-weight: 400; letter-spacing: -.025em; }
.label, .step { color: var(--muted); font-size: 10.5px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.label::before { content: ''; display: inline-block; width: 5px; height: 5px; margin-right: 8px; border-radius: 1px; background: var(--accent); vertical-align: 1px; }

.hero { display: grid; grid-template-columns: .92fr 1.08fr; gap: 75px; align-items: center; padding-block: 95px 105px; }
h1 { margin-top: 15px; font-size: clamp(52px, 5.6vw, 72px); line-height: 1; }
.hero-text { max-width: 52ch; margin-top: 23px; color: var(--muted); font-size: 17px; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 22px; margin-top: 30px; }
.note { margin-top: 13px; color: #8b8680; font-size: 11.5px; }

.product-card { background: var(--surface); border: 1px solid var(--line); border-radius: 10px; box-shadow: 0 18px 42px rgba(50,42,34,.07); }
.profile-preview { padding: 24px; border-top: 3px solid var(--accent); }
.card-header { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; }
.card-header h2 { font-size: 29px; line-height: 1; }
.card-header p { margin-top: 5px; color: var(--muted); font-size: 9px; }
.card-header > span { color: var(--muted); font-size: 8px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.voice-box { margin-top: 19px; padding: 14px 15px; background: #faf8f4; border-left: 2px solid var(--line); }
.voice-box small { color: var(--muted); font-size: 7px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.voice-box p { margin-top: 4px; font-family: var(--serif); font-size: 14px; }
.domain-row { display: grid; grid-template-columns: 1fr auto; gap: 18px; align-items: center; padding: 12px 0; border-bottom: 1px solid var(--line); }
.domain-row strong { display: block; font-size: 10px; }
.domain-row small { display: block; margin-top: 2px; color: var(--muted); font-size: 8px; }
.domain-row > b, .need-row > b { color: #b9422a; font-family: var(--serif); font-size: 22px; }
.domain-row > b.medium, .need-row > b.medium { color: #957007; }
.next-step { display: grid; grid-template-columns: auto 1fr auto; gap: 10px; align-items: center; margin-top: 14px; padding: 11px 12px; border-radius: 6px; background: var(--soft); font-size: 9px; }
.next-step span { color: var(--muted); font-size: 7px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.next-step strong { font-family: var(--serif); font-size: 12px; font-weight: 400; }
.next-step b { color: var(--accent); }

.proof { border-block: 1px solid var(--line); background: var(--surface); }
.proof-inner { min-height: 68px; display: flex; align-items: center; justify-content: center; gap: 55px; }
.proof-inner span { color: var(--muted); font-size: 12px; font-weight: 600; }

.intro { max-width: 760px; padding-block: 105px 70px; text-align: center; }
.intro h2 { margin-top: 15px; font-size: clamp(42px, 4.8vw, 58px); line-height: 1.04; }
.intro > p:last-child { max-width: 590px; margin: 18px auto 0; color: var(--muted); font-size: 16px; }

.features { padding-bottom: 95px; }
.feature { display: grid; grid-template-columns: .85fr 1.15fr; gap: 80px; align-items: center; padding-block: 85px; border-top: 1px solid var(--line); }
.feature-reverse .feature-copy { order: 2; }
.feature-copy h3 { margin-top: 13px; font-size: clamp(35px, 4vw, 48px); line-height: 1.05; }
.feature-copy > p:last-child { margin-top: 17px; color: var(--muted); font-size: 15.5px; }
.responses-card, .needs-card, .options-card { padding: 22px; }
.small-header { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding-bottom: 13px; border-bottom: 1px solid var(--line); color: var(--muted); font-size: 8px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.small-header b { color: var(--ink); }
.response { display: grid; grid-template-columns: 35px 1fr auto; gap: 12px; align-items: center; padding: 15px 0; border-bottom: 1px solid var(--line); }
.response > i { width: 33px; height: 33px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; font-family: var(--serif); font-style: normal; }
.response div { display: flex; flex-direction: column; }
.response strong { font-family: var(--serif); font-size: 14px; font-weight: 400; }
.response small { color: var(--muted); font-size: 9px; }
.response > b { color: #407954; font-size: 9px; }
.response > b.pending { color: var(--accent); }
.need-row { display: grid; grid-template-columns: 1fr auto; gap: 18px; align-items: center; padding: 15px 0; border-bottom: 1px solid var(--line); }
.need-row strong { font-size: 10px; }
.need-row p { margin-top: 3px; color: var(--muted); font-size: 9px; }
.option-row { display: grid; grid-template-columns: 30px 1fr auto; gap: 12px; align-items: center; padding: 14px 0; border-bottom: 1px solid var(--line); }
.option-row i { color: #928c86; font-family: var(--serif); font-size: 19px; font-style: normal; }
.option-row div { display: flex; flex-direction: column; }
.option-row strong { font-family: var(--serif); font-size: 14px; font-weight: 400; }
.option-row small { color: var(--muted); font-size: 9px; }
.option-row > span { color: var(--muted); }
.option-row.selected > span { color: var(--accent); }
.record-note { margin-top: 15px; color: var(--muted); font-size: 9px; text-align: right; }

.quote-section { padding-block: 80px; border-block: 1px solid var(--line); background: var(--surface); }
.quote-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: center; }
.quote-grid blockquote { font-size: clamp(40px, 5vw, 58px); line-height: 1.02; }
.quote-grid > div { color: var(--muted); font-size: 15px; }
.quote-grid > div p + p { margin-top: 15px; }

.trust { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; padding-block: 105px; }
.trust-copy h2 { margin-top: 14px; font-size: clamp(40px, 4.7vw, 56px); line-height: 1.03; }
.trust-copy > p:last-child { margin-top: 20px; color: var(--muted); font-size: 15px; }
.security h3 { margin-top: 13px; font-size: 34px; line-height: 1.05; }
.security ul { margin-top: 25px; list-style: none; border-top: 1px solid var(--line); }
.security li { display: flex; align-items: baseline; justify-content: space-between; gap: 20px; padding: 14px 0; border-bottom: 1px solid var(--line); }
.security li span { font-size: 12px; font-weight: 600; }
.security li small { color: var(--muted); font-size: 10px; text-align: right; }
.security .text-link { display: inline-block; margin-top: 20px; }

.closing { padding-block: 95px; border-top: 1px solid var(--line); background: var(--soft); text-align: center; }
.closing-inner { max-width: 740px; }
.closing h2 { font-size: clamp(42px, 5vw, 60px); line-height: 1.03; }
.closing p { max-width: 600px; margin: 18px auto 0; color: var(--muted); }
.closing .button { margin-top: 27px; }

footer { padding-block: 30px; border-top: 1px solid var(--line); }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.footer-inner .logo { font-size: 18px; }
.footer-inner p { color: var(--muted); font-size: 10.5px; }
footer nav { display: flex; gap: 19px; }

/* Privacy page */
body > header:not(.site-header) { border-bottom: 1px solid var(--line); }
.head-inner { width: min(1060px, calc(100% - 48px)); min-height: 70px; margin-inline: auto; display: flex; align-items: center; justify-content: space-between; }
.head-actions { display: flex; align-items: center; gap: 18px; }
.btn { display: inline-flex; padding: 9px 15px; border: 1px solid var(--line); border-radius: 6px; font-size: 12px; font-weight: 700; text-decoration: none; }
.wordmark { font-family: var(--serif); font-size: 21px; }
.prose { max-width: 700px; padding-block: 75px 105px; }
.prose h1 { font-size: 50px; }
.prose h2 { margin-top: 38px; font-family: var(--serif); font-size: 27px; font-weight: 400; }
.prose p, .prose li { margin-top: 13px; color: var(--muted); font-size: 15px; }
.prose ul { padding-left: 22px; }
.foot-inner { width: min(1060px, calc(100% - 48px)); margin-inline: auto; display: flex; justify-content: space-between; color: var(--muted); font-size: 12px; }
.foot-links { display: flex; gap: 20px; }

@media (max-width: 850px) {
  .hero { grid-template-columns: 1fr; gap: 55px; padding-block: 75px 85px; }
  .hero-copy { max-width: 720px; }
  .product-card { box-shadow: 0 12px 28px rgba(50,42,34,.06); }
  .feature, .trust { grid-template-columns: 1fr; gap: 38px; }
  .feature-reverse .feature-copy { order: initial; }
  .feature-copy { max-width: 610px; }
  .quote-grid { gap: 50px; }
}

@media (max-width: 620px) {
  .wrap { width: min(100% - 34px, 1060px); }
  .header-inner { min-height: 64px; }
  /* Keep Sign in reachable on a phone: hide the section links, not the
     buttons. The walkthrough CTA lives in the hero right below. */
  .header-nav > a:not(.button) { display: none; }
  .header-nav > a.button:not(.button-quiet) { display: none; }
  .header-nav { gap: 10px; }
  .button-small { min-height: 35px; padding: 7px 11px; }
  .hero { gap: 45px; padding-block: 60px 68px; }
  h1 { font-size: clamp(45px, 12.7vw, 58px); }
  .hero-text { font-size: 16px; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .profile-preview, .responses-card, .needs-card, .options-card { padding: 17px; }
  .domain-row small, .need-row p { display: none; }
  .proof-inner { align-items: flex-start; flex-direction: column; gap: 9px; padding-block: 20px; }
  .intro { padding-block: 75px 45px; text-align: left; }
  .intro > p:last-child { margin-left: 0; }
  .features { padding-bottom: 65px; }
  .feature { gap: 30px; padding-block: 60px; }
  .feature-copy h3 { font-size: 38px; }
  .response { grid-template-columns: 33px 1fr; }
  .response > b { grid-column: 2; }
  .quote-section { padding-block: 65px; }
  .quote-grid { grid-template-columns: 1fr; gap: 25px; }
  .trust { gap: 65px; padding-block: 75px; }
  .security li { align-items: flex-start; flex-direction: column; gap: 2px; }
  .security li small { text-align: left; }
  .closing { padding-block: 75px; }
  .footer-inner { align-items: flex-start; flex-direction: column; gap: 16px; }

  /* Product mocks were sized to read as 'UI at a distance' on a wide
     column; at phone width they sit nearly full-bleed, so scale the type
     back up to something a person can actually read. */
  .card-header h2 { font-size: 25px; }
  .card-header p, .card-header > span { font-size: 11px; }
  .voice-box small, .next-step span, .small-header, .chrome-bar span { font-size: 10px; }
  .voice-box p { font-size: 15px; }
  .domain-row strong, .need-row strong { font-size: 13px; }
  .domain-row > b, .need-row > b { font-size: 24px; }
  .next-step strong, .response strong, .option-row strong { font-size: 15px; }
  .response small, .option-row small, .record-note { font-size: 11.5px; }
  .note { font-size: 12.5px; }

  /* Comfortable thumb targets on the small print links. */
  footer nav a, .contact-line a, .note a { display: inline-block; padding-block: 7px; }
  footer nav { gap: 14px; flex-wrap: wrap; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { transition-duration: .01ms !important; }
}


/* ===== benefits trio with illustrations ===== */
.benefits { padding-block: 100px 40px; }
.benefits-intro { max-width: 780px; margin-inline: auto; text-align: center; }
.benefits-intro h2 { margin-top: 22px; font-size: clamp(40px, 4.6vw, 60px); line-height: 1.02; }
.benefits-intro p { margin-top: 22px; color: var(--muted); font-size: 17px; }
.benefit-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; margin-top: 62px; }
.benefit-card { background: var(--surface); border: 1px solid var(--line); border-radius: 10px; padding: 34px 30px 30px; }
.benefit-card .illo { height: 96px; display: flex; align-items: center; }
.benefit-card h3 { margin-top: 22px; font-size: 27px; line-height: 1.08; }
.benefit-card p { margin-top: 11px; color: var(--muted); font-size: 14.5px; line-height: 1.55; }

/* hero checklist */
.hero-checks { margin-top: 24px; display: grid; gap: 9px; list-style: none; }
.hero-checks li { display: flex; gap: 11px; align-items: baseline; font-size: 15px; font-weight: 500; }
.hero-checks li::before { content: '✓'; color: var(--accent); font-weight: 800; flex: none; }

/* value stack */
.stack-list { margin-top: 28px; list-style: none; border-top: 1px solid var(--line); }
.stack-list li { display: flex; gap: 18px; padding: 17px 0; border-bottom: 1px solid var(--line); align-items: baseline; }
.stack-list b { font-family: var(--serif); font-size: 19px; font-weight: 400; flex: none; width: 205px; }
.stack-list span { color: var(--muted); font-size: 14px; }
.stack-punch { margin-top: 22px; font-family: var(--serif); font-size: 23px; line-height: 1.3; }
.stack-punch em { font-style: normal; border-bottom: 3px solid var(--accent); }

.contact-line { margin-top: 15px; color: var(--muted); font-size: 13.5px; }
.contact-line a { font-weight: 700; }

@media (max-width: 850px) {
  .benefit-grid { grid-template-columns: 1fr; }
  .stack-list b { width: auto; }
  .stack-list li { flex-direction: column; gap: 4px; }
}


/* ===== Notion-style mat frames around product cards ===== */
.responses-card { box-shadow: 0 0 0 14px var(--tint-sage), 0 22px 44px -18px rgba(50,42,34,.18); border-radius: 8px; }
.needs-card { box-shadow: 0 0 0 14px var(--tint-butter), 0 22px 44px -18px rgba(50,42,34,.18); border-radius: 8px; }
.options-card { box-shadow: 0 0 0 14px var(--tint-blush), 0 22px 44px -18px rgba(50,42,34,.18); border-radius: 8px; }
.feature .product-card { margin-inline: 14px; }

/* window chrome on the hero card: reads as real software */
.chrome-bar { display: flex; align-items: center; gap: 6px; margin: -24px -24px 18px; padding: 10px 14px; border-bottom: 1px solid var(--line); background: #faf8f4; border-radius: 10px 10px 0 0; }
.chrome-bar i { width: 8px; height: 8px; border-radius: 50%; background: #ddd6ce; }
.chrome-bar span { flex: 1; text-align: center; color: #a39d96; font-size: 9px; letter-spacing: .02em; }

/* scattered ink doodles around the hero */
.hero { position: relative; }
.doodle { position: absolute; pointer-events: none; }
.doodle-spark { top: 52px; right: -8px; }
.doodle-arrow { bottom: 40px; left: 44%; }
@media (max-width: 850px) { .doodle { display: none; } }


/* ===== phone overrides (last, so they beat the rules above) ===== */
@media (max-width: 620px) {
  /* Tinted frames are handsome on a wide screen; at 375px they eat the margins. */
  .responses-card { box-shadow: 0 0 0 8px var(--tint-sage), 0 14px 30px -14px rgba(50,42,34,.16); }
  .needs-card { box-shadow: 0 0 0 8px var(--tint-butter), 0 14px 30px -14px rgba(50,42,34,.16); }
  .options-card { box-shadow: 0 0 0 8px var(--tint-blush), 0 14px 30px -14px rgba(50,42,34,.16); }
  .feature .product-card { margin-inline: 8px; }

  /* Sign in is the main reason many people open this page on a phone —
     give it a proper thumb-sized target. */
  .header-nav .button-small { min-height: 42px; padding: 10px 18px; font-size: 13px; }

  /* Roomier benefit cards and a calmer illustration scale on a phone. */
  .benefit-card { padding: 28px 22px 24px; }
  .benefit-card .illo { height: 78px; }
  .benefit-card .illo svg { width: 128px; height: auto; }
  .benefit-card h3 { font-size: 25px; }

  /* The value stack reads better with a little more separation. */
  .stack-list li { padding: 15px 0; }
  .stack-punch { font-size: 20px; }
}
