:root {
  color-scheme: light;
  --cream: #f4efe6;
  --paper: #fbf9f4;
  --ink: #292722;
  --muted: #706b60;
  --rust: #a54f35;
  --rust-dark: #873d29;
  --line: #dfd8cc;
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); -webkit-font-smoothing: antialiased; }
a { color: inherit; }
button, input { font: inherit; }
a:focus-visible, button:focus-visible, input:focus-visible { outline: 3px solid #d17b54; outline-offset: 4px; }
.skip-link { position: absolute; z-index: 10; top: 8px; left: 8px; transform: translateY(-160%); padding: 12px 16px; background: var(--ink); color: white; }
.skip-link:focus { transform: translateY(0); }
.page-width { width: min(1160px, calc(100% - 64px)); margin-inline: auto; }
.site-header { height: 82px; width: min(1320px, calc(100% - 64px)); margin: 0 auto; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(41, 39, 34, .12); }
.wordmark { display: inline-flex; align-items: center; gap: 10px; color: var(--ink); font-family: var(--serif); font-size: 1.15rem; font-weight: 400; letter-spacing: -.025em; text-decoration: none; }
.wordmark-mark { display: grid; width: 30px; height: 30px; place-items: center; border: 0; border-radius: 8px; color: #fffaf4; background: var(--rust); font-family: var(--serif); font-size: .9rem; font-style: italic; }
.site-header nav { display: flex; align-items: center; gap: 34px; font-size: .82rem; }
.nav-link { color: var(--muted); text-decoration: none; }
.nav-cta { color: var(--rust-dark); font-weight: 650; text-decoration: none; }
.nav-cta span { margin-left: 5px; }
.hero { min-height: 675px; display: grid; grid-template-columns: .91fr 1.09fr; align-items: center; gap: clamp(50px, 8vw, 116px); padding-block: 80px 92px; }
.hero-copy { padding-block: 10px; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 24px; color: var(--rust-dark); font-size: .69rem; font-weight: 700; letter-spacing: .14em; line-height: 1.4; text-transform: uppercase; }
.eyebrow-rule { width: 25px; height: 1px; background: currentColor; }
h1, h2, h3, p { margin-top: 0; }
.hero h1 { max-width: 540px; margin-bottom: 24px; font-family: var(--serif); font-size: clamp(3.6rem, 6vw, 5.4rem); font-weight: 400; letter-spacing: -.065em; line-height: .99; }
h1 em, h2 em { color: var(--rust); font-weight: 400; }
.hero-lede { max-width: 445px; margin-bottom: 31px; color: #615d54; font-size: .98rem; line-height: 1.78; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 11px; }
.button { min-height: 49px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; padding: 0 19px; border: 1px solid transparent; border-radius: 3px; font-size: .8rem; font-weight: 650; text-decoration: none; transition: background-color .18s ease, border-color .18s ease, transform .18s ease; }
.button:hover { transform: translateY(-1px); }
.button-primary { color: #fffaf4; background: var(--rust); }
.button-primary:hover { background: var(--rust-dark); }
.button-secondary { border-color: #d9d1c5; background: transparent; }
.button-secondary:hover { border-color: #a69b8b; background: #f4efe6; }
.hero-note { display: flex; align-items: center; gap: 9px; margin: 23px 0 0; color: #625d53; font-size: .875rem; }
.note-dot { width: 6px; height: 6px; border-radius: 50%; background: #829079; }
.ledger-card { position: relative; padding: 29px 27px 0; border: 1px solid #e5ded2; background: #fffefa; box-shadow: 0 22px 60px rgba(66, 52, 34, .07); transform: rotate(.7deg); }
.ledger-topline { display: flex; align-items: flex-start; justify-content: space-between; padding-bottom: 17px; }
.ledger-topline .eyebrow { margin-bottom: 8px; font-size: .58rem; }
.ledger-topline h2 { margin: 0; font-family: var(--serif); font-size: 1.8rem; font-weight: 400; letter-spacing: -.04em; }
.sample-label { margin-top: 5px; padding: 6px 8px; border: 1px solid #ead8cd; color: #87513d; font-size: .57rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.sample-notice { margin: 0 -27px; padding: 9px 27px; border-block: 1px solid #eee8de; background: #fbf7ef; color: #625d53; font-size: .75rem; }
.sample-row { display: grid; grid-template-columns: 38px minmax(0, 1fr) auto; align-items: center; column-gap: 12px; padding: 19px 0; border-bottom: 1px solid #eee9e1; }
.sample-avatar { grid-row: span 2; display: grid; width: 36px; height: 36px; place-items: center; border-radius: 50%; font-family: var(--serif); font-size: .9rem; }
.avatar-rust { color: #90503c; background: #f1e5dc; }
.avatar-olive { color: #62694e; background: #e9eadf; }
.avatar-blue { color: #556975; background: #e5ebeb; }
.sample-role h3 { margin: 0 0 4px; font-size: .79rem; font-weight: 660; letter-spacing: -.015em; }
.sample-role p { margin: 0; color: #625d53; font-size: .75rem; }
.stage-pill { padding: 6px 8px; border-radius: 2px; font-size: .56rem; font-weight: 650; white-space: nowrap; }
.stage-conversation { color: #895038; background: #f5ebe2; }
.stage-review { color: #666b4e; background: #eff0e5; }
.stage-waiting { color: #596a70; background: #eaf0ef; }
.sample-next { grid-column: 2 / 4; margin: 13px 0 0; color: #514d45; font-size: .875rem; }
.sample-next span { margin-right: 7px; color: #625d53; font-size: .75rem; text-transform: uppercase; letter-spacing: .07em; }
.ledger-foot { display: flex; align-items: center; gap: 9px; padding: 17px 0; color: #625d53; font-family: var(--serif); font-size: .875rem; font-style: italic; }
.ledger-foot-mark { color: var(--rust); font-style: normal; }
.how-section { padding: 91px 0 85px; background: var(--cream); }
.section-heading { display: grid; grid-template-columns: 1fr 1fr; align-items: end; column-gap: 30px; }
.section-heading .eyebrow { grid-column: 1 / -1; margin-bottom: 18px; }
.section-heading h2 { margin-bottom: 0; font-family: var(--serif); font-size: clamp(2.8rem, 4vw, 4rem); font-weight: 400; letter-spacing: -.055em; line-height: 1.02; }
.section-heading > p:last-child { max-width: 370px; justify-self: end; margin: 0 0 5px; color: #706b60; font-size: .89rem; line-height: 1.7; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 34px; margin: 56px 0 43px; padding: 0; list-style: none; }
.step { position: relative; min-height: 218px; padding: 23px 23px 22px; border-top: 1px solid #cfc6b8; background: rgba(255, 253, 248, .56); }
.step-number { position: absolute; top: 23px; right: 22px; color: #625d53; font-family: var(--serif); font-size: .875rem; }
.step-icon { display: grid; width: 34px; height: 34px; margin-bottom: 22px; place-items: center; border: 1px solid #dfc4b4; border-radius: 50%; color: var(--rust); font-size: .88rem; }
.step h3 { margin-bottom: 10px; font-family: var(--serif); font-size: 1.32rem; font-weight: 400; letter-spacing: -.025em; }
.step p { max-width: 290px; margin: 0; color: #625d53; font-size: .875rem; line-height: 1.65; }
.privacy-note { display: flex; gap: 13px; max-width: 855px; margin: 0; padding: 17px 20px; border-left: 2px solid var(--rust); background: rgba(255, 253, 248, .62); color: #625d53; font-size: .875rem; line-height: 1.65; }
.privacy-note > span:first-child { color: var(--rust); }
.privacy-note strong { color: var(--ink); }
.connect-section { position: relative; overflow: hidden; padding: 105px 24px 100px; color: #f9f4eb; background: #302e29; }
.connect-orbit { position: absolute; width: 600px; height: 600px; border: 1px solid rgba(242, 228, 206, .07); border-radius: 50%; pointer-events: none; }
.orbit-one { top: -350px; right: -60px; }
.orbit-two { top: -300px; right: -10px; width: 500px; height: 500px; }
.connect-inner { position: relative; width: min(650px, 100%); margin-inline: auto; }
.eyebrow-light { color: #d8aa91; }
.connect-section h2 { margin-bottom: 18px; font-family: var(--serif); font-size: clamp(3rem, 5vw, 4.3rem); font-weight: 400; letter-spacing: -.06em; line-height: .99; }
.connect-section h2 em { color: #d8906a; }
.connect-copy { max-width: 525px; margin-bottom: 31px; color: #d0c9bd; font-size: .86rem; line-height: 1.75; }
.url-panel { padding: 20px; border: 1px solid rgba(240, 226, 207, .18); background: rgba(255, 255, 255, .035); }
.url-panel label { display: block; margin-bottom: 9px; color: #f0e9de; font-size: .7rem; font-weight: 650; }
.url-control { display: flex; gap: 9px; }
.url-control input { flex: 1; min-width: 0; min-height: 45px; padding: 0 12px; border: 1px solid rgba(240, 226, 207, .24); border-radius: 2px; color: #eee5d9; background: #25241f; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: .74rem; }
.copy-button { min-width: 102px; border: 0; border-radius: 2px; color: #fffaf4; background: var(--rust); font-size: .75rem; font-weight: 650; cursor: pointer; }
.copy-button:hover { background: var(--rust-dark); }
.url-help { margin: 10px 0 0; color: #d1c9bd; font-size: .875rem; }
.copy-status { min-height: 1.2em; margin: 7px 0 0; color: #dfb194; font-size: .875rem; }
.prompt-card { margin-top: 15px; padding: 18px 20px; border-left: 2px solid #bd7554; background: rgba(255, 255, 255, .05); }
.prompt-label { color: #d8aa91; font-size: .6rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.prompt-card p { margin: 10px 0 0; color: #e7dfd3; font-family: var(--serif); font-size: 1rem; line-height: 1.6; }
.prompt-placeholder { color: #dca17e; font-style: italic; }
.dashboard-link { display: inline-block; margin-top: 22px; color: #e1b397; font-size: .74rem; text-decoration-thickness: 1px; text-underline-offset: 4px; }
.dashboard-link span { margin-left: 5px; }
.site-footer { min-height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 18px; width: min(1320px, calc(100% - 64px)); margin-inline: auto; }
.site-footer .wordmark { font-size: .78rem; }
.site-footer .wordmark-mark { width: 28px; height: 28px; font-size: .85rem; }
.site-footer p { margin: 0; color: #625d53; font-family: var(--serif); font-size: .875rem; font-style: italic; }

@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; gap: 55px; padding-block: 68px 76px; }
  .hero-copy { max-width: 620px; }
  .hero h1 { max-width: 610px; font-size: clamp(3.8rem, 10vw, 5.1rem); }
  .ledger-card { width: min(650px, 100%); justify-self: center; transform: rotate(.35deg); }
  .steps { gap: 16px; }
  .step { padding-inline: 17px; }
}
@media (max-width: 620px) {
  .page-width, .site-header, .site-footer { width: calc(100% - 40px); }
  .site-header { height: 70px; }
  .site-header nav { gap: 0; }
  .site-header .nav-link { display: none; }
  .nav-cta { font-size: .72rem; }
  .wordmark { gap: 8px; font-size: 1rem; }
  .wordmark-mark { width: 28px; height: 28px; font-size: .85rem; }
  .hero { gap: 43px; padding-block: 57px 61px; }
  .eyebrow { margin-bottom: 19px; font-size: .62rem; }
  .hero h1 { margin-bottom: 19px; font-size: clamp(3.25rem, 15vw, 4.5rem); }
  .hero-lede { font-size: .88rem; }
  .button { flex: 1 1 auto; min-height: 47px; padding-inline: 12px; font-size: .72rem; }
  .ledger-card { padding: 23px 17px 0; }
  .sample-notice { margin-inline: -17px; padding-inline: 17px; }
  .sample-row { grid-template-columns: 35px minmax(0, 1fr); gap: 8px 10px; padding-block: 16px; }
  .sample-avatar { width: 33px; height: 33px; }
  .sample-role h3 { font-size: .72rem; }
  .sample-role p { font-size: .75rem; }
  .stage-pill { grid-column: 2; justify-self: start; grid-row: 2; margin-top: 4px; font-size: .75rem; }
  .sample-next { grid-column: 2; margin-top: 2px; line-height: 1.6; font-size: .875rem; }
  .sample-next span { display: block; margin-bottom: 2px; font-size: .75rem; }
  .how-section { padding: 70px 0 62px; }
  .section-heading { display: block; }
  .section-heading .eyebrow { margin-bottom: 20px; }
  .section-heading h2 { font-size: 3.2rem; }
  .section-heading > p:last-child { max-width: 370px; margin: 18px 0 0; font-size: .875rem; }
  .steps { grid-template-columns: 1fr; gap: 12px; margin: 36px 0 27px; }
  .step { min-height: 0; padding: 20px; }
  .step-icon { margin-bottom: 15px; }
  .step p { max-width: none; font-size: .875rem; }
  .privacy-note { padding: 14px; font-size: .875rem; }
  .connect-section { padding: 76px 20px 70px; }
  .connect-section h2 { font-size: 3.2rem; }
  .connect-copy { font-size: .875rem; }
  .url-panel { padding: 15px; }
  .url-control { align-items: stretch; flex-direction: column; }
  .url-control input { min-height: 43px; font-size: .67rem; }
  .copy-button { min-height: 43px; }
  .prompt-card { padding: 15px; }
  .site-footer { min-height: 91px; align-items: flex-start; justify-content: center; flex-direction: column; gap: 8px; }
  .site-footer p { font-size: .875rem; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
