@font-face { font-family: "Instrument Serif"; src: url("assets/fonts/InstrumentSerif-Regular.ttf") format("truetype"); font-weight: 400; font-display: swap; }
@font-face { font-family: "Instrument Sans"; src: url("assets/fonts/InstrumentSans-Variable.ttf") format("truetype"); font-weight: 400 700; font-display: swap; }
:root { --paper:#f1efe9; --surface:#fffdf8; --ink:#14140f; --muted:#67665f; --line:#ded9cc; --brand:#c94f2d; --brand-dark:#a83d22; --soft-brand:#f5dfd7; --shell:1120px; }
* { box-sizing:border-box; }
.visually-hidden { position:absolute!important; width:1px!important; height:1px!important; padding:0!important; margin:-1px!important; overflow:hidden!important; clip:rect(0,0,0,0)!important; white-space:nowrap!important; border:0!important; }
html { scroll-behavior:smooth; -webkit-text-size-adjust:100%; }
body { margin:0; overflow-x:hidden; background:var(--paper); color:var(--ink); font-family:"Instrument Sans",system-ui,sans-serif; -webkit-font-smoothing:antialiased; }
a { color:inherit; text-decoration:none; }
img { display:block; max-width:100%; height:auto; }
h1,h2,h3,p { margin-top:0; }
.shell { width:min(var(--shell),calc(100% - 40px)); margin-inline:auto; }
.topbar { position:sticky; top:0; z-index:20; border-bottom:1px solid transparent; background:color-mix(in srgb,var(--paper) 86%,transparent); backdrop-filter:blur(12px); transition:border-color .2s ease; }
.topbar.is-stuck { border-bottom-color:rgba(20,20,15,.08); }
.nav-inner { min-height:72px; display:flex; align-items:center; justify-content:space-between; }
.brand { display:inline-flex; align-items:center; gap:10px; font-family:"Instrument Serif",Georgia,serif; font-size:20px; }
.topbar nav { display:flex; align-items:center; gap:24px; }
.nav-link,.text-link { color:var(--muted); font-size:14px; font-weight:600; transition:color .16s ease; }
.nav-link:hover,.text-link:hover { color:var(--ink); }
.button { min-height:50px; display:inline-flex; align-items:center; justify-content:center; border-radius:14px; padding:0 23px; background:var(--ink); color:var(--surface); font-size:14px; font-weight:700; transition:transform .16s ease,background .16s ease,box-shadow .16s ease; }
.button:hover { transform:translateY(-1px); box-shadow:0 8px 22px rgba(20,20,15,.12); }
.button-small { min-height:42px; padding-inline:18px; }
.button-primary { background:var(--brand); }
.button-primary:hover { background:var(--brand-dark); }
.launch-badge { display:inline-flex; align-items:center; min-height:36px; padding:0 13px; border:1px solid var(--line); border-radius:999px; color:var(--muted); font-size:11px; font-weight:700; letter-spacing:.08em; text-transform:uppercase; transition:border-color .16s ease,color .16s ease; }
.launch-badge:hover { border-color:var(--brand); color:var(--brand-dark); }
.eyebrow { margin:0 0 18px; color:var(--brand); font-size:11px; font-weight:700; letter-spacing:.16em; text-transform:uppercase; }
.hero { min-height:650px; display:grid; grid-template-columns:.9fr 1.1fr; gap:76px; align-items:center; padding-block:78px 108px; }
.hero-copy { max-width:500px; }
.hero h1,.section-heading h2,.proof-copy h2,.positioning h2,.faq-heading h2,.final-cta h2 { font-family:"Instrument Serif",Georgia,serif; font-weight:400; letter-spacing:-.035em; }
.hero h1 { margin-bottom:24px; font-size:clamp(64px,7.6vw,98px); line-height:.86; }
.hero-intro { max-width:470px; margin-bottom:31px; color:var(--muted); font-size:19px; line-height:1.58; }
.hero-actions { display:flex; align-items:center; gap:24px; }
.microcopy { margin:14px 0 0 3px; color:#85837b; font-size:12px; }
.phone-demo-wrap { display:grid; justify-items:center; gap:10px; width:min(340px,100%); justify-self:center; }
.demo-controls { display:flex; align-items:center; justify-content:space-between; width:100%; padding-inline:4px; color:var(--muted); font-size:10px; font-weight:700; letter-spacing:.09em; text-transform:uppercase; }
.phone-demo { position:relative; width:100%; padding:9px; border-radius:50px; background:linear-gradient(155deg,#34342e,#14140f 58%); box-shadow:0 32px 80px rgba(38,35,25,.18),inset 0 1px rgba(255,255,255,.13); }
.phone-demo:before { content:""; position:absolute; inset:-42px; z-index:-1; border-radius:70px; background:radial-gradient(circle,rgba(201,79,45,.16),transparent 68%); }
.phone-screen { position:relative; overflow:hidden; aspect-ratio:390/844; padding:94px 0 25px; border-radius:42px; background:var(--paper); }
.phone-island { position:absolute; z-index:5; top:9px; left:50%; width:90px; height:25px; border-radius:999px; background:var(--ink); transform:translateX(-50%); }
.phone-statusbar { position:absolute; z-index:4; top:0; left:0; right:0; height:44px; display:flex; align-items:center; padding:0 28px; color:var(--ink); font-size:12px; font-weight:650; }
.phone-home-indicator { position:absolute; z-index:4; bottom:9px; left:50%; width:126px; height:5px; border-radius:99px; background:rgba(20,20,15,.28); transform:translateX(-50%); }
.demo-nav { position:absolute; z-index:4; top:49px; left:20px; right:20px; display:flex; gap:5px; padding:5px; border-radius:14px; background:rgba(255,253,248,.94); box-shadow:0 10px 28px rgba(20,20,15,.08); }
.demo-nav span { flex:1; padding:8px 3px; border-radius:9px; color:var(--muted); font-size:11px; font-weight:650; text-align:center; }
.demo-nav .is-active { background:var(--soft-brand); color:var(--brand-dark); }
.demo-viewport { position:relative; height:100%; overflow:hidden; }
.demo-app { padding:12px 20px 28px; transition:transform .72s cubic-bezier(.4,0,.2,1); }
.demo-app>.demo-eyebrow { margin:0 0 7px; color:var(--brand); font-size:9px; font-weight:750; letter-spacing:.14em; text-transform:uppercase; }
.demo-app>h2 { margin:0 0 6px; font-family:"Instrument Serif",Georgia,serif; font-size:34px; font-weight:400; line-height:1; }
.demo-intro { margin:0 0 16px; color:var(--muted); font-size:9px; line-height:1.45; }
.demo-label { display:block; margin:0 2px 7px; color:var(--muted); font-size:10px; font-weight:700; }
.demo-field { min-height:110px; padding:14px; border-radius:16px; background:var(--surface); box-shadow:0 10px 30px rgba(20,20,15,.07); color:var(--ink); font-size:12px; line-height:1.52; transition:box-shadow .2s ease; }
.demo-field.is-typing { box-shadow:0 0 0 3px rgba(201,79,45,.14),0 10px 30px rgba(20,20,15,.07); }
.demo-ghost { color:#aaa89f; }
.demo-caret { display:inline-block; width:1.5px; height:1em; margin-left:1px; vertical-align:-.14em; background:var(--brand); opacity:0; }
.demo-field.is-typing .demo-caret { opacity:1; animation:demo-caret 1s steps(1,end) infinite; }
.demo-suggestions { display:flex; flex-wrap:wrap; gap:5px; margin:10px 0 0; }
.demo-suggestions span { padding:6px 8px; border-radius:9px; background:#e5e1d7; color:var(--muted); font-size:9px; font-weight:650; }
.demo-button { margin-top:14px; padding:12px; border-radius:11px; background:var(--brand); color:#fff; font-size:12px; font-weight:700; text-align:center; }
.demo-mode { display:flex; align-items:center; justify-content:center; gap:5px; margin:8px 0 0; color:var(--muted); font-size:8px; font-weight:650; }
.demo-mode span { width:5px; height:5px; border-radius:50%; background:var(--brand); }
.demo-note { margin:5px 2px 0; color:var(--muted); font-size:9px; }
.demo-result { margin-top:18px; padding:16px; border-radius:16px; background:var(--surface); box-shadow:0 12px 34px rgba(20,20,15,.08); opacity:0; transform:translateY(14px); transition:opacity .5s ease,transform .5s cubic-bezier(.22,1,.36,1); }
.demo-app.is-done .demo-result { opacity:1; transform:none; }
.demo-result-head { display:flex; align-items:flex-end; justify-content:space-between; gap:12px; margin-bottom:12px; }
.demo-result-head>div { display:grid; gap:4px; }
.demo-result-head small { color:var(--brand); font-size:8px; font-weight:750; letter-spacing:.1em; text-transform:uppercase; }
.demo-result-head strong { font-size:15px; }
.demo-result-head>span { padding:4px 8px; border-radius:99px; background:#e8f1ff; color:#174b8a; font-size:8px; font-weight:750; text-transform:uppercase; }
.demo-detected { display:flex; align-items:center; justify-content:space-between; margin:0 0 7px; padding:7px 9px; border-radius:9px; background:#f0ede5; color:var(--muted); font-size:8px; }
.demo-detected strong { color:var(--ink); }
.demo-row { display:flex; justify-content:space-between; gap:12px; padding:9px 0; border-top:1px solid #edeae2; font-size:10px; }
.demo-row>span { display:grid; gap:3px; }
.demo-row small,.demo-row.demo-muted { color:var(--muted); }
.demo-row strong { white-space:nowrap; font-variant-numeric:tabular-nums; }
.demo-row.demo-total { margin-top:3px; padding-top:12px; border-top-color:var(--line); font-size:12px; }
.demo-terms { display:flex; align-items:center; justify-content:space-between; gap:10px; margin-top:10px; padding:8px 9px; border-radius:9px; background:#f0ede5; color:var(--muted); font-size:8px; }
.demo-terms strong { color:var(--ink); font-size:8px; }
.demo-confirm { margin-top:9px; padding:10px; border-radius:9px; background:var(--brand); color:#fff; font-size:10px; font-weight:700; text-align:center; }
.demo-replay { display:inline-flex; align-items:center; justify-content:center; gap:6px; min-height:36px; padding:0 8px; border:0; background:transparent; color:var(--brand-dark); cursor:pointer; font:inherit; font-size:10px; font-weight:750; letter-spacing:.08em; text-transform:uppercase; transition:color .16s ease,opacity .16s ease; }
.demo-replay:hover,.demo-replay:focus-visible { color:var(--brand); }
.demo-replay:focus-visible { border-radius:9px; outline:2px solid var(--brand); outline-offset:2px; }
.demo-replay:disabled { cursor:default; opacity:.48; }
@keyframes demo-caret { 0%,49% { opacity:1; } 50%,100% { opacity:0; } }
.trust-strip { border-block:1px solid var(--line); }
.trust-grid { display:grid; grid-template-columns:repeat(3,1fr); padding-block:25px; }
.trust-grid p { display:flex; flex-direction:column; gap:4px; margin:0; padding-inline:32px; border-right:1px solid var(--line); font-size:13px; }
.trust-grid p:first-child { padding-left:0; }
.trust-grid p:last-child { border:0; }
.trust-grid span { color:var(--muted); font-size:12px; }
.steps-section { padding-block:126px; }
.section-heading { display:grid; grid-template-columns:.8fr 1.2fr; }
.section-heading h2 { margin:0; font-size:clamp(46px,5.5vw,68px); line-height:1; }
.steps { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; margin:70px 0 0; padding:0; list-style:none; }
.steps li { padding:28px; border-radius:22px; background:rgba(255,253,248,.76); }
.steps li>span,.capabilities article>span { color:var(--brand); font-size:11px; font-weight:700; letter-spacing:.12em; }
.steps h3 { margin:48px 0 12px; font-size:17px; }
.steps p,.capabilities p { margin:0; color:var(--muted); font-size:14px; line-height:1.6; }
.mobile-moment { display:grid; grid-template-columns:1fr .9fr; gap:48px; align-items:center; margin-block:90px; padding:46px 54px; border-radius:30px; background:rgba(255,253,248,.7); }
.moment-copy h2 { margin:0 0 20px; font-family:"Instrument Serif",Georgia,serif; font-size:clamp(48px,5.6vw,70px); font-weight:400; letter-spacing:-.035em; line-height:.95; }
.moment-copy>p:last-child { max-width:440px; margin:0; color:var(--muted); font-size:17px; line-height:1.65; }
.mobile-moment>img { width:100%; max-width:380px; justify-self:end; }
.proof-section { padding-block:120px; background:var(--surface); }
.proof-grid { display:grid; grid-template-columns:.9fr 1.1fr; gap:90px; align-items:center; }
.proof-copy h2 { margin-bottom:22px; font-size:clamp(44px,5vw,64px); line-height:1; }
.proof-copy>p:last-of-type { color:var(--muted); font-size:17px; line-height:1.65; }
.action-list { display:flex; flex-wrap:wrap; gap:8px; margin:30px 0 0; padding:0; list-style:none; }
.action-list li { padding:8px 12px; border-radius:999px; background:var(--soft-brand); color:var(--brand-dark); font-size:12px; font-weight:650; }
.paper-document { padding:34px; border:1px solid #e7e2d7; border-radius:4px; background:#fff; box-shadow:0 24px 50px rgba(20,20,15,.09); }
.paper-document header { display:flex; justify-content:space-between; padding-bottom:22px; border-bottom:1px solid var(--line); }
.paper-document header div { display:grid; gap:4px; }
.doc-type { font-family:"Instrument Serif",Georgia,serif; font-size:28px; }
.paper-document small { color:var(--muted); font-size:11px; }
.doc-customer { text-align:right; }
.doc-row { display:flex; justify-content:space-between; gap:20px; padding:16px 0; border-bottom:1px solid #eeeae0; font-size:14px; }
.doc-row span { display:grid; gap:4px; }
.doc-row strong,.doc-summary strong { white-space:nowrap; font-variant-numeric:tabular-nums; }
.doc-summary { padding-top:16px; }
.doc-summary p { display:flex; justify-content:space-between; margin:0; padding:6px 0; color:var(--muted); font-size:13px; }
.doc-summary .balance { margin-top:8px; padding-top:16px; border-top:1px solid var(--line); color:var(--ink); font-size:16px; }
.status-stamp { display:inline-block; margin-top:20px; padding:6px 10px; border:1px solid var(--brand); border-radius:4px; color:var(--brand-dark); font-size:10px; font-weight:700; letter-spacing:.12em; text-transform:uppercase; }
.positioning { padding-block:130px; background:var(--ink); color:var(--paper); }
.positioning-grid { display:grid; grid-template-columns:1fr 1.1fr; gap:90px; }
.positioning h2 { margin-bottom:22px; font-size:clamp(52px,6.5vw,80px); line-height:.92; }
.positioning-lead { color:#aaa89f; font-size:17px; line-height:1.65; }
.capabilities { display:grid; grid-template-columns:1fr 1fr; gap:0 30px; }
.capabilities article { padding:28px 0; border-top:1px solid #36362f; }
.capabilities h3 { margin:28px 0 8px; font-size:16px; }
.capabilities p { color:#aaa89f; }
.faq-section { display:grid; grid-template-columns:.8fr 1.2fr; gap:80px; padding-block:125px; }
.faq-heading h2 { font-size:clamp(44px,5vw,62px); line-height:1; }
.faq details { border-top:1px solid var(--line); }
.faq details:last-child { border-bottom:1px solid var(--line); }
.faq summary { position:relative; padding:22px 36px 22px 0; cursor:pointer; list-style:none; font-size:16px; font-weight:650; }
.faq summary::-webkit-details-marker { display:none; }
.faq summary:after { content:"+"; position:absolute; right:5px; color:var(--brand); font-size:20px; font-weight:400; }
.faq details[open] summary:after { content:"−"; }
.faq details p { max-width:650px; margin:0; padding:0 36px 22px 0; color:var(--muted); font-size:14px; line-height:1.65; }
.final-cta { margin-bottom:48px; padding:76px 30px; border-radius:30px; background:var(--brand); color:#fff; text-align:center; }
.final-cta>img { margin:0 auto 28px; filter:brightness(0) invert(1); }
.final-cta h2 { max-width:650px; margin:0 auto 16px; font-size:clamp(44px,5vw,64px); line-height:1; }
.final-cta>p { margin-bottom:28px; color:#fff; }
.final-cta .button { background:#fff; color:var(--brand-dark); }
.final-cta .button:hover { background:var(--paper); }
.waitlist-form { width:min(620px,100%); margin:0 auto; }
.waitlist-fields { position:relative; display:grid; grid-template-columns:minmax(0,1fr) auto; gap:10px; }
.waitlist-fields>input[type="email"] { min-width:0; min-height:54px; padding:0 18px; border:0; border-radius:14px; outline:0; background:#fff; color:var(--ink); font:inherit; font-size:16px; box-shadow:0 0 0 1px rgba(20,20,15,.06),0 8px 24px rgba(20,20,15,.08); }
.waitlist-fields>input[type="email"]::placeholder { color:#949188; }
.waitlist-fields>input[type="email"]:focus { box-shadow:0 0 0 3px rgba(255,255,255,.42),0 8px 24px rgba(20,20,15,.1); }
.waitlist-fields>.button { min-height:54px; border:0; background:var(--ink); color:#fff; cursor:pointer; font-family:inherit; }
.waitlist-fields>.button:hover { background:#292921; }
.waitlist-fields>.button:disabled { cursor:default; opacity:.72; transform:none; box-shadow:none; }
.waitlist-honeypot { position:absolute; left:-10000px; width:1px; height:1px; overflow:hidden; }
.waitlist-status { min-height:22px; margin:12px 0 0; color:rgba(255,255,255,.9); font-size:13px; }
.waitlist-status.is-error { color:#fff4d7; }
.waitlist-form.is-complete .waitlist-fields>input { opacity:.82; }
.signin-link { display:block; width:max-content; margin:18px auto 0; border-bottom:1px solid rgba(255,255,255,.55); font-size:12px; }
.launch-note { display:block; margin:18px auto 0; color:rgba(255,255,255,.78); font-size:12px; }
.launch-note a { text-decoration:underline; text-underline-offset:3px; }
.site-footer { display:flex; justify-content:space-between; gap:24px; padding-block:28px 42px; color:var(--muted); font-size:12px; }
.site-footer p { margin:0; }
.site-footer nav { display:flex; gap:22px; }
.site-footer a:hover { color:var(--ink); }
@media (max-width:850px) { .hero,.proof-grid,.positioning-grid,.faq-section,.mobile-moment { grid-template-columns:1fr; } .hero { gap:58px; padding-block:70px 90px; } .phone-demo-wrap { width:min(330px,100%); } .proof-grid,.positioning-grid,.faq-section { gap:50px; } .mobile-moment { gap:26px; } .mobile-moment>img { justify-self:center; } .section-heading { grid-template-columns:1fr; gap:24px; } }
@media (max-width:650px) {
  .shell { width:min(100% - 44px,var(--shell)); }
  .nav-inner { min-height:62px; }
  .hide-mobile { display:none; }
  .topbar nav { gap:10px; }
  .brand { gap:8px; font-size:18px; }
  .button-small { min-height:40px; padding-inline:15px; }

  .hero { min-height:0; gap:46px; padding-block:52px 76px; text-align:center; }
  .hero-copy { max-width:none; }
  .hero-copy .eyebrow { text-align:center; }
  .hero h1 { margin-bottom:20px; font-size:clamp(58px,17vw,68px); line-height:.9; }
  .hero-intro { margin-bottom:24px; font-size:17px; line-height:1.5; }
  .hero-actions { align-items:center; flex-direction:column; gap:14px; width:100%; }
  .hero-actions .button { min-width:210px; width:auto; }
  .hero-actions .text-link { width:max-content; }
  .microcopy { margin:12px auto 0; text-align:center; }

  .phone-demo-wrap { width:min(320px,100%); justify-self:center; text-align:left; }
  .demo-controls { padding-inline:2px; }
  .phone-demo { padding:8px; border-radius:44px; background:linear-gradient(155deg,#34342e,#14140f 58%); box-shadow:0 26px 64px rgba(38,35,25,.16),inset 0 1px rgba(255,255,255,.13); }
  .phone-demo:before { display:block; inset:-18px; }
  .phone-island,.phone-home-indicator { display:block; }
  .phone-statusbar { display:flex; }
  .phone-screen { height:auto; aspect-ratio:390/844; padding:94px 0 25px; border-radius:36px; background:var(--paper); box-shadow:none; }
  .demo-nav { top:49px; left:20px; right:20px; }
  .demo-app { padding:12px 20px 28px; }
  .demo-app>h2 { font-size:34px; }
  .demo-intro { font-size:10px; }
  .demo-label { font-size:10px; }
  .demo-field { min-height:104px; font-size:12px; }
  .demo-suggestions span { font-size:9px; }
  .demo-button { font-size:12px; }
  .demo-result-head strong { font-size:15px; }
  .demo-row { font-size:10px; }
  .demo-row.demo-total { font-size:12px; }
  .demo-confirm { font-size:10px; }

  .trust-grid { grid-template-columns:repeat(3,minmax(0,1fr)); padding-block:18px; }
  .trust-grid p { padding:0 12px; border-right:1px solid var(--line); border-bottom:0; text-align:center; }
  .trust-grid p:first-child { padding-left:0; }
  .trust-grid p:last-child { padding-right:0; }
  .trust-grid strong { font-size:11px; line-height:1.3; }
  .trust-grid span { display:none; }

  .steps-section { padding-block:76px; }
  .section-heading { gap:14px; text-align:center; }
  .section-heading .eyebrow { text-align:center; }
  .section-heading h2 { font-size:48px; }
  .steps { display:block; margin-top:34px; }
  .steps li { display:grid; grid-template-columns:38px 1fr; padding:22px 0; border-top:1px solid var(--line); border-radius:0; background:transparent; text-align:left; }
  .steps li:last-child { border-bottom:1px solid var(--line); }
  .steps li>span { grid-column:1; grid-row:1/3; padding-top:2px; }
  .steps h3 { grid-column:2; margin:0 0 7px; }
  .steps p { grid-column:2; }

  .proof-section,.positioning,.faq-section { padding-block:80px; }
  .proof-grid { gap:36px; }
  .proof-copy,.faq-heading,.moment-copy { text-align:center; }
  .proof-copy .eyebrow,.faq-heading .eyebrow,.moment-copy .eyebrow { text-align:center; }
  .positioning-grid>div:first-child { text-align:center; }
  .positioning-grid>div:first-child .eyebrow { text-align:center; }
  .proof-copy h2 { font-size:48px; }
  .action-list { justify-content:center; }
  .paper-document { padding:24px 20px; }

  .mobile-moment { gap:22px; margin-block:56px; padding:36px 24px 26px; text-align:center; }
  .moment-copy h2 { font-size:48px; }
  .moment-copy>p:last-child { font-size:16px; }
  .mobile-moment>img { max-width:270px; justify-self:center; }

  .positioning h2 { font-size:56px; }
  .capabilities { grid-template-columns:1fr; }
  .faq-section { gap:36px; }
  .faq-heading h2 { font-size:46px; }

  .final-cta { padding:62px 20px; text-align:center; }
  .final-cta h2 { font-size:48px; }
  .waitlist-fields { grid-template-columns:1fr; }
  .waitlist-fields>.button { width:100%; }
  .site-footer { align-items:center; flex-direction:column; text-align:center; }
  .site-footer nav { justify-content:center; }
}
@media (max-width:430px) { .hide-small { display:none; } .phone-demo-wrap { width:min(320px,100%); } .final-cta { border-radius:24px; } }
@media (prefers-reduced-motion:reduce) { html { scroll-behavior:auto; } * { transition:none!important; } .demo-result { opacity:1; transform:none; } }
