:root {
  color-scheme: light;
  --paper: #f8f4ee; --ink: #1c1917; --muted: #625d57;
  --red: #b92c26; --line: #ded8ce; --soft: #eee8de;
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink); background: var(--paper);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body { margin: 0; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, summary { font: inherit; }
button { cursor: pointer; }
p { line-height: 1.65; margin: 0 0 1rem; color: var(--muted); }
h1, h2, h3 { margin: 0; color: var(--ink); }
h1, h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 500; letter-spacing: -.045em; }
h1 { font-size: clamp(2.8rem, 4.6vw, 4.5rem); line-height: 1.06; }
h2 { font-size: clamp(1.85rem, 2.5vw, 2.6rem); line-height: 1.16; }
h3 { font-size: 1.13rem; line-height: 1.35; letter-spacing: -.025em; }
a:focus-visible, button:focus-visible, summary:focus-visible, [tabindex]:focus-visible { outline: 3px solid var(--red); outline-offset: 5px; }
a:hover { text-decoration: underline; text-underline-offset: 4px; }
.wrap { width: min(1120px, calc(100% - 80px)); margin-inline: auto; }
.section { padding-block: 64px; }
.site-header { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 12px max(24px, calc((100% - 1120px)/2)); position: sticky; top: 0; z-index: 10; background: rgba(248,244,238,.96); border-bottom: 1px solid var(--line); }
.brand { display: inline-flex; align-items: center; gap: 10px; font-size: .95rem; font-weight: 750; white-space: nowrap; }
.brand img { border-radius: 7px; }
.site-header nav { display: flex; gap: 28px; font-size: .88rem; }
.site-header nav a { padding-block: 12px; }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 46px; padding: 13px 20px; border-radius: 9px; background: var(--ink); color: #fff; font-size: .88rem; font-weight: 650; text-align: center; line-height: 1.4; }
.button:hover { background: var(--red); text-decoration: none; }
.button-small { min-height: 42px; padding: 10px 16px; }
.skip-link { position: fixed; left: 20px; top: -100px; background: white; padding: 12px; z-index: 50; }
.skip-link:focus { top: 10px; }
.hero { display: grid; grid-template-columns: 1.15fr 1fr; align-items: center; gap: 65px; padding-block: 48px 52px; }
.eyebrow { font-size: .72rem; font-weight: 750; color: var(--red); letter-spacing: .13em; text-transform: uppercase; margin-bottom: 22px; }
.lead { font-size: 1.1rem; max-width: 460px; margin-top: 23px; }
.actions { display: flex; flex-wrap: wrap; align-items: center; gap: 20px; margin-top: 26px; }
.text-link { font-size: .88rem; font-weight: 600; }
.text-link span { padding-left: 6px; }
.hero-note { font-size: .82rem; margin: 27px 0 0; }
.hero-visual { display: grid; justify-items: center; position: relative; margin: 0; padding: 20px 0 0; background: radial-gradient(ellipse at center, #e4d9c8 0%, transparent 68%); }
.screenshot-button { display: block; padding: 0; border: 0; background: transparent; border-radius: 22px; transition: transform .18s ease; max-width: 100%; }
.screenshot-button:hover { transform: translateY(-3px); }
.screenshot-button img { border-radius: inherit; box-shadow: 0 14px 30px #32291d1a; }
.hero-visual .screenshot-button { width: 222px; }
.hero-visual figcaption, .extension-visual figcaption { font-size: .75rem; color: var(--muted); text-align: center; margin-top: 18px; line-height: 1.5; }
.section-intro { display: flex; justify-content: space-between; align-items: baseline; gap: 28px; margin-bottom: 32px; }
.section-intro p { font-size: .92rem; margin: 0; }
.stories { border-top: 1px solid var(--line); }
.story-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 34px; }
.story-image { width: 100%; display: flex; justify-content: center; align-items: center; padding: 24px; background: var(--soft); border-radius: 15px; }
.story-image img { height: 360px; width: auto; max-width: 100%; border-radius: 16px; object-fit: contain; }
.story:nth-child(2) .story-image { background: #e5e9e3; }
.story:nth-child(3) .story-image { background: #ece5df; }
.story-copy { padding: 20px 0 0; }
.tier { display: inline-flex; border: 1px solid #d6cec1; border-radius: 5px; padding: 3px 7px; font-size: .66rem; line-height: 1.4; font-weight: 650; color: #585047; white-space: nowrap; }
.tier.pro { color: #a52924; border-color: #dec2b9; background: #f8e9e1; }
.story h3 { margin: 10px 0 9px; }
.story p { font-size: .9rem; margin: 0; }
.image-note { font-size: .75rem; text-align: center; margin: 25px 0 0; }
.screenshot-gallery { width: 100%; min-width: 0; display: grid; justify-items: center; }
.screenshot-gallery .screenshot-button { overflow: hidden; }
.hero-visual .screenshot-gallery, .extension-visual .screenshot-gallery { width: max-content; max-width: 100%; }
.hero-visual .screenshot-gallery .screenshot-button, .extension-visual .screenshot-gallery .screenshot-button { aspect-ratio: 900 / 1955; }
.screenshot-gallery .screenshot-button img { width: 100%; height: 100%; object-fit: contain; }
.story .screenshot-gallery .screenshot-button { height: 408px; }
.story .screenshot-gallery .screenshot-button img { width: auto; max-width: 100%; height: 360px; }
.gallery-controls { display: flex; align-items: center; justify-content: center; gap: 4px; margin-top: 10px; width: 100%; }
.gallery-controls button { border: 0; border-radius: 7px; background: transparent; color: var(--ink); min-width: 36px; min-height: 36px; padding: 6px; font-size: .9rem; }
.gallery-controls button:hover { background: var(--soft); }
.gallery-controls .gallery-pause { font-size: .69rem; min-width: 44px; }
.gallery-controls button:disabled { cursor: default; color: var(--muted); }
.gallery-count { color: var(--muted); font-size: .7rem; min-width: 30px; text-align: center; }
.gallery-label { margin: 3px 0 0; font-size: .7rem; line-height: 1.4; text-align: center; min-height: 2.8em; max-width: 230px; }
.listen-band { padding-block: 64px; background: #eee9df; border-block: 1px solid var(--line); }
.listen-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; align-items: center; }
.extension-visual { margin: 0; display: grid; justify-items: center; }
.extension-visual .screenshot-button { width: 240px; }
.listen-copy .section-lead { font-size: 1rem; margin-top: 16px; margin-bottom: 25px; max-width: 500px; }
.listen-item { border-top: 1px solid #d5cdc0; padding-top: 17px; margin-top: 17px; }
.listen-item p { font-size: .88rem; margin: 8px 0 0; }
.listen-item p.small { font-size: .78rem; }
.voice-examples { list-style: none; padding: 0; margin: 12px 0; display: flex; gap: 7px; flex-wrap: wrap; }
.voice-examples li { background: #faf7f1; border: 1px solid #d6cec1; border-radius: 6px; padding: 6px 9px; font-size: .76rem; color: #4f4943; }
.inline-details summary { font-size: .78rem; color: var(--red); padding-block: 6px; cursor: pointer; }
.inline-details p { margin-bottom: 0; }
.plan-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.plan { padding: 28px; border: 1px solid var(--line); border-radius: 14px; background: #fdfaf5; }
.plan-pro { background: #f2eee5; border-color: #d0c4b1; }
.plan-heading { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.plan-heading h3 { font-size: 1.3rem; }
.plan>p { font-size: .86rem; margin: 14px 0 18px; }
.plan ul { padding-left: 18px; margin: 0; }
.plan li { font-size: .88rem; line-height: 1.6; padding-left: 3px; margin: 9px 0; color: #4c4741; }
.plan li::marker { color: var(--red); }
.feature-depth li { margin-block: 16px; }
.feature-depth strong { display: block; color: var(--ink); font-size: .89rem; }
.feature-depth span { display: block; margin-top: 3px; color: var(--muted); font-size: .83rem; line-height: 1.55; }
.feature-depth li:last-child { margin-bottom: 0; }
.comparison { border-bottom: 1px solid var(--line); margin-top: 18px; }
.comparison>summary { padding: 17px 0; font-size: .88rem; cursor: pointer; font-weight: 600; }
.table-scroll { overflow-x: auto; padding-bottom: 15px; }
table { border-collapse: collapse; width: 100%; font-size: .82rem; line-height: 1.6; min-width: 530px; }
caption { text-align: left; color: var(--muted); padding: 5px 0 12px; }
th,td { text-align: left; padding: 12px; vertical-align: top; border-bottom: 1px solid var(--line); }
thead th { background: #eee8de; }
.comparison-group th { width: auto; background: #f0eade; color: #5e4e3c; font-size: .78rem; padding-block: 13px; border-top: 1px solid #d5cbbd; }
tbody th { width: 23%; }
td { width: 38.5%; color: var(--muted); }
.plan-note { font-size: .75rem; margin: 17px 0 0; }
.faq { display: grid; grid-template-columns: 1fr 1.5fr; gap: 60px; border-top: 1px solid var(--line); }
.faq h2 { font-size: 1.9rem; }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { font-size: .93rem; font-weight: 600; padding: 18px 0; cursor: pointer; }
.faq-list details:first-child summary { padding-top: 0; }
.faq-list details p { font-size: .87rem; margin-bottom: 19px; max-width: 580px; }
.closing { display: flex; justify-content: space-between; align-items: center; gap: 30px; padding-block: 35px 50px; }
.closing h2 { font-size: 1.9rem; }
.closing p { font-size: .88rem; margin: 10px 0 0; }
.site-footer { border-top: 1px solid var(--line); padding-block: 25px; display: flex; align-items: center; justify-content: space-between; gap: 20px; font-size: .78rem; color: var(--muted); }
.site-footer .brand { font-size: .85rem; color: var(--ink); }
dialog { border: 1px solid #5b554c; border-radius: 16px; background: #f8f4ee; padding: 54px 22px 20px; width: min(610px,calc(100vw - 24px)); max-height: calc(100dvh - 24px); }
dialog::backdrop { background: rgba(20,18,16,.8); }
dialog figure { margin: 0; display: grid; justify-items: center; gap: 14px; }
dialog img { max-height: calc(100dvh - 240px); width: auto; border-radius: 14px; object-fit: contain; }
.dialog-gallery-controls[hidden] { display: none; }
dialog figcaption { font-size: .86rem; line-height: 1.5; max-width: 470px; text-align: center; }
dialog .dialog-close { position: absolute; right: 16px; top: 10px; border: 0; background: transparent; min-height: 36px; padding: 7px 10px; font-size: .86rem; font-weight: 650; }
body:has(dialog[open]) { overflow: hidden; }
@media(min-width:1440px) { .hero { gap: 100px; } .hero-visual .screenshot-button { width: 242px; } }
@media(max-width:900px) {
  .wrap { width: calc(100% - 48px); } .site-header nav { gap: 18px; font-size: .8rem; }
  .hero { gap: 25px; } .hero-visual .screenshot-button { width: 195px; } .hero h1 { font-size: 3.25rem; }
  .lead { font-size: 1rem; } .story-grid { gap: 22px; } .story-image { padding: 20px 12px; }
  .story-image img { height: 310px; } .listen-grid { gap: 38px; } .extension-visual .screenshot-button { width: 220px; }
  .story .screenshot-gallery .screenshot-button { height: 350px; }
  .story .screenshot-gallery .screenshot-button img { height: 310px; }
  .section-intro { align-items: flex-start; flex-direction: column; gap: 12px; } .plan { padding: 22px; }
  .plan-heading { align-items: flex-start; flex-direction: column; gap: 8px; } .faq { gap: 25px; }
}
@media(max-width:640px) {
  html { scroll-padding-top: 118px; } .wrap { width: calc(100% - 40px); }
  .site-header { padding: 12px 20px; gap: 8px; flex-wrap: wrap; } .site-header .brand { font-size: .9rem; }
  .site-header nav { order: 3; width: 100%; justify-content: space-between; gap: 12px; } .site-header nav a { padding: 6px 0; }
  .button-small { min-height: 38px; font-size: .77rem; padding: 9px 12px; }
  .hero { grid-template-columns: 1fr; gap: 30px; padding-top: 35px; padding-bottom: 40px; } .hero h1 { font-size: clamp(2.75rem,11.6vw,3.4rem); }
  .eyebrow { margin-bottom: 16px; } .lead { margin-top: 18px; max-width: 440px; font-size: 1rem; }
  .actions { gap: 17px; margin-top: 22px; } .hero-note { margin-top: 20px; } .hero-visual { padding-top: 0; }
  .hero-visual .screenshot-button { width: 200px; } .section { padding-block: 38px; } .section-intro { margin-bottom: 25px; }
  .story-grid { grid-template-columns: 1fr; gap: 34px; } .story { display: grid; grid-template-columns: 135px 1fr; gap: 20px; align-items: center; }
  .story-image { padding: 12px 9px; border-radius: 12px; } .story-image img { height: auto; width: 115px; border-radius: 12px; }
  .story .screenshot-gallery .screenshot-button { height: auto; aspect-ratio: 135 / 274; }
  .story .screenshot-gallery .screenshot-button img { width: 100%; height: 100%; }
  .story .gallery-controls { flex-wrap: wrap; gap: 0; }
  .story .gallery-controls .gallery-pause { flex-basis: 100%; min-height: 30px; }
  .story-copy { padding: 0; } .story h3 { font-size: 1.02rem; } .story p { font-size: .84rem; line-height: 1.6; }
  .listen-band { padding-block: 38px; } .listen-grid { grid-template-columns: 1fr; gap: 28px; } .listen-copy { grid-row: 1; }
  .extension-visual .screenshot-button { width: 205px; } .listen-item p { font-size: .9rem; }
  .plan-grid { grid-template-columns: 1fr; gap: 16px; } .plan-heading { flex-direction: row; align-items: center; }
  .plan-heading h3 { font-size: 1.2rem; } .plan { padding: 23px 20px; } .faq { grid-template-columns: 1fr; gap: 25px; }
  .faq-list summary { line-height: 1.5; } .closing { align-items: flex-start; flex-direction: column; padding-block: 10px 35px; gap: 20px; }
  .closing h2 { font-size: 1.7rem; } .site-footer { flex-wrap: wrap; gap: 16px; } .site-footer>span { order: 3; width: 100%; }
  .plan-note { line-height: 1.6; }
}
@media(max-width:360px) { .story { grid-template-columns: 110px 1fr; gap: 15px; } .story-image img { width: 90px; } .plan-heading { flex-direction: column; align-items: flex-start; } }
@media(prefers-reduced-motion:reduce) { html { scroll-behavior: auto; } .screenshot-button { transition: none; } .screenshot-button:hover { transform: none; } }
