:root {
  color-scheme: light;
  --landing-bg: #faf7f2;
  --landing-ink: #24231f;
  --landing-muted: #595c54;
  --landing-accent: #b9401a;
  --landing-peach: #f7dfcf;
  --landing-sage: #dee4d4;
}
* { box-sizing: border-box; min-width: 0; }
html { scroll-padding-top: 24px; }
body { overflow-wrap: anywhere; margin: 0; background: var(--landing-bg); color: var(--landing-ink); font: 1rem/1.6 system-ui, sans-serif; }
h1, h2, h3, h4 { font-family: Georgia, "Times New Roman", serif; line-height: 1.12; font-weight: 500; text-wrap: balance; }
h1 { font-size: clamp(2.5rem, 5.5vw, 4.5rem); margin: 24px 0; letter-spacing: -.045em; }
h2 { font-size: clamp(2rem, 3.3vw, 2.8rem); margin: 12px 0 30px; letter-spacing: -.025em; }
h3 { font-size: 1.75rem; margin: 16px 0; }
h4 { font-size: 1.15rem; margin: 12px 0; }
p { margin: 0 0 18px; }
a { color: inherit; text-underline-offset: 4px; }
a, summary { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--landing-accent); outline-offset: 5px; }
.landing-container { width: min(1200px, calc(100% - 64px)); margin-inline: auto; }
.landing-skip { position: absolute; top: 12px; left: 16px; padding: 12px 18px; background: white; transform: translateY(-200%); z-index: 10; }
.landing-skip:focus { transform: translateY(0); }
.landing-header, .landing-header nav, .landing-footer { display: flex; align-items: center; flex-wrap: wrap; gap: 24px; }
.landing-header { justify-content: space-between; padding-block: 24px; border-bottom: 1px solid #e5dfd5; }
.landing-brand { font: 600 2rem Georgia, serif; letter-spacing: -.05em; text-decoration: none; padding-block: 6px; }
.landing-brand span { color: var(--landing-accent); }
.landing-header nav a { display: inline-flex; align-items: center; min-height: 44px; font-size: .95rem; text-decoration: none; }
.landing-header nav a:hover, .landing-footer a:hover { text-decoration: underline; }
.landing-header nav a:last-child { padding: 10px 22px; border-radius: 8px; background: #eee7dd; }
section { margin-block: 72px; }
.landing-hero { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 40px; align-items: center; margin-top: 54px; margin-bottom: 72px; }
.landing-eyebrow { font-size: .75rem; text-transform: uppercase; letter-spacing: .16em; color: var(--landing-muted); }
.landing-intro { font: 1.55rem/1.35 Georgia, serif; max-width: 450px; }
.landing-description { color: var(--landing-muted); max-width: 460px; }
.landing-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 28px; }
.landing-button, .landing-secondary { display: inline-flex; align-items: center; justify-content: center; gap: 14px; min-height: 48px; padding: 14px 20px; border-radius: 9px; font-size: .95rem; font-weight: 600; text-decoration: none; }
.landing-button { background: var(--landing-accent); color: #fff; }
.landing-button:hover { background: #943314; }
.landing-secondary { background: #eee7dd; }
.landing-secondary:hover { background: #e4dacf; }
.landing-login-note { font-size: .8rem; margin-top: 18px; color: var(--landing-muted); }
.landing-demo { margin: 0; min-width: 0; }
.landing-demo figcaption { font-size: .75rem; text-transform: uppercase; letter-spacing: .1em; text-align: right; color: var(--landing-muted); }
.landing-demo-stage { position: relative; display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 3fr) minmax(0, 1fr); gap: 12px 0; isolation: isolate; margin-top: 16px; }
.landing-demo-stage::before, .landing-demo-stage::after { content: ""; position: absolute; z-index: -1; border-radius: 45% 55% 65% 35%; }
.landing-demo-stage::before { background: var(--landing-peach); inset: 20px 40px 60px 8px; transform: rotate(-15deg); }
.landing-demo-stage::after { background: var(--landing-sage); inset: 190px 0 0 60px; transform: rotate(12deg); }
.landing-paper { background: #fffefa; border: 1px solid #e4ded3; box-shadow: 0 14px 35px #342b2010; border-radius: 12px; }
.landing-card-label { font-size: .75rem; font-weight: 600; margin: 0 0 14px; }
.landing-slide { grid-column: 1 / 3; padding: 22px; background: #eef1eb; }
.landing-slide h2 { font-size: 1.8rem; margin: 16px 0 24px; }
.landing-experiment { display: flex; align-items: center; justify-content: space-between; gap: 10px; font-size: .75rem; line-height: 1.4; text-align: center; }
.landing-experiment div { display: grid; gap: 8px; }
.landing-dots { font-size: 1.5rem; letter-spacing: .12em; color: #52634e; }
.landing-dots-accent { color: var(--landing-accent); }
.landing-versus { font-size: 1.75rem; }
.landing-slide-foot { margin: 20px 0 0; font-size: .7rem; color: var(--landing-muted); }
.landing-transcript { grid-column: 2 / 4; padding: 20px; margin-top: -20px; }
.landing-excerpt { display: flex; align-items: flex-start; gap: 10px; font-size: .8rem; line-height: 1.5; }
.landing-time { flex-shrink: 0; white-space: nowrap; background: #f1eee7; padding: 3px 6px; font-size: .7rem; border-radius: 4px; font-variant-numeric: tabular-nums; }
.landing-source-link { display: inline-flex; align-items: center; min-height: 44px; gap: 8px; font-size: .8rem; color: #7d351d; }
.landing-summary { grid-column: 1 / 3; padding: 20px; margin-top: -20px; }
.landing-summary h3 { font-size: 1.3rem; margin: 10px 0; }
.landing-summary p:not(.landing-card-label) { font-size: .8rem; line-height: 1.5; }
.landing-summary-foot { display: block; border-top: 1px solid #e5dfd5; padding-top: 10px; font-size: .7rem; color: var(--landing-muted); }
.landing-demo-note { text-align: right; font-size: .7rem; color: var(--landing-muted); margin-top: 20px; }
#how-it-works { border-block: 1px solid #e5dfd5; padding-block: 40px; }
#how-it-works > h2 { max-width: 800px; }
.landing-steps { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 48px; list-style: none; counter-reset: steps; padding: 0; margin: 30px 0; }
.landing-steps li { position: relative; padding-left: 70px; counter-increment: steps; }
.landing-steps li::before { content: "0" counter(steps); position: absolute; left: 0; top: 8px; display: grid; place-items: center; width: 48px; height: 48px; background: var(--landing-peach); border-radius: 50%; font: 1.25rem Georgia, serif; }
.landing-steps li:nth-child(2)::before { background: var(--landing-sage); }
.landing-steps h3 { font-size: 1.5rem; }
.landing-steps p, #how-it-works > p { color: var(--landing-muted); }
.landing-examples { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.landing-case { padding: 26px; border-radius: 14px; background: var(--landing-peach); display: flex; flex-direction: column; }
.landing-case-strategy { background: var(--landing-sage); }
.landing-audience { font-size: .8rem; font-weight: 600; min-height: 42px; }
.landing-case h3 { font-size: 2.3rem; margin-top: 0; }
.landing-case > p:not(.landing-audience):not(.landing-fiction) { font-size: 1rem; }
.landing-document { background: #fffefa; border-radius: 8px; padding: 20px; margin-top: auto; box-shadow: 0 6px 18px #342b2008; }
.landing-document p, .landing-document blockquote { font-size: .8rem; line-height: 1.55; }
.landing-document > .landing-card-label { border-bottom: 1px solid #e5dfd5; padding-bottom: 12px; }
.landing-source { border-top: 1px solid #e5dfd5; margin-top: 8px; padding-top: 2px; }
.landing-source:target { outline: 2px solid var(--landing-accent); outline-offset: 8px; }
.landing-source h4 { font: 600 .75rem/1.4 system-ui, sans-serif; }
.landing-source blockquote { margin: 0; color: var(--landing-muted); }
.landing-fiction { font-size: .7rem; color: var(--landing-muted); margin: 16px 0 0; }
.landing-audio { position: relative; padding: 36px 48px 36px 110px; border-radius: 14px; background: var(--landing-sage); }
.landing-audio::before { content: "♪"; position: absolute; left: 38px; top: 35px; font: 3.5rem Georgia, serif; color: #52634e; }
.landing-audio h2 { font-size: 1.7rem; margin: 0 0 12px; }
.landing-audio p { max-width: 880px; margin-bottom: 0; color: #42483e; }
.landing-faq { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.5fr); gap: 60px; }
.landing-questions details { border-bottom: 1px solid #d6d2c7; }
summary { cursor: pointer; padding: 18px 8px 18px 0; font-weight: 500; min-height: 44px; }
.landing-questions p { color: var(--landing-muted); }
.landing-final { text-align: center; padding: 50px 24px; border-block: 1px solid #e5dfd5; }
.landing-final h2 { max-width: 620px; margin-inline: auto; }
.landing-footer { padding-bottom: 32px; font-size: .85rem; color: var(--landing-muted); }
.landing-footer span { margin-right: auto; font: 1.3rem Georgia, serif; color: var(--landing-ink); }
.landing-footer a { display: inline-flex; align-items: center; min-height: 44px; }
@media (max-width: 959px) {
  .landing-demo-stage::before, .landing-demo-stage::after { transform: none; }
  .landing-hero { grid-template-columns: minmax(0, 1fr); gap: 30px; }
  .landing-hero-copy { max-width: 650px; }
  .landing-demo { width: min(100%, 590px); justify-self: center; }
  .landing-examples { gap: 12px; }
  .landing-case { padding: 18px; }
  .landing-case h3 { font-size: 1.8rem; }
  .landing-document { padding: 14px; }
  .landing-faq { gap: 30px; }
}
@media (max-width: 759px) {
  .landing-container { width: calc(100% - 32px); }
  .landing-header { gap: 12px; padding-block: 18px; }
  .landing-header nav { gap: 18px; width: 100%; justify-content: space-between; }
  .landing-header nav a { font-size: .8rem; }
  .landing-header nav a:last-child { padding: 8px 14px; }
  section { margin-block: 48px; }
  .landing-hero { margin-block: 36px 48px; }
  .landing-intro { font-size: 1.4rem; }
  .landing-actions { gap: 8px; }
  .landing-button, .landing-secondary { padding: 13px 16px; font-size: .85rem; }
  .landing-demo-stage { grid-template-columns: minmax(0, 1fr); gap: 14px; padding: 8px; }
  .landing-slide, .landing-transcript, .landing-summary { grid-column: auto; margin-top: 0; width: 100%; padding: 20px; }
  .landing-slide h2 { font-size: 1.65rem; }
  .landing-transcript { width: 94%; justify-self: end; }
  .landing-summary { width: 90%; }
  .landing-demo-stage::before { inset: 10px 12px 80px; transform: none; }
  .landing-demo-stage::after { inset: 220px 0 0 20px; transform: none; }
  .landing-demo figcaption, .landing-demo-note { text-align: center; }
  .landing-steps, .landing-examples, .landing-faq { grid-template-columns: minmax(0, 1fr); }
  .landing-steps { gap: 18px; }
  .landing-case { padding: 26px; }
  .landing-case h3 { font-size: 2.2rem; }
  .landing-audience { min-height: auto; }
  .landing-document { padding: 20px; }
  .landing-audio { padding: 26px; }
  .landing-audio::before { display: none; }
  .landing-faq { gap: 0; }
  .landing-footer { gap: 8px 20px; }
  .landing-footer span { width: 100%; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
