:root {
  color-scheme: light;
  --ink: #102130;
  --ink-soft: #243d4c;
  --paper: #f3eee3;
  --paper-light: #fffdf8;
  --paper-deep: #e4dbc9;
  --coral: #e95f47;
  --teal: #4c8e87;
  --teal-dark: #2c6865;
  --muted: #617073;
  --line: rgba(16, 33, 48, .18);
  --serif: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;
  --sans: "Avenir Next", Avenir, "Trebuchet MS", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body { margin: 0; overflow-x: hidden; color: var(--ink); background: var(--paper); font: 17px/1.65 var(--sans); text-rendering: optimizeLegibility; }
img { display: block; max-width: 100%; }
a { color: inherit; text-underline-offset: .2em; }
a:hover { color: var(--coral); }
a:focus-visible, summary:focus-visible { outline: 3px solid var(--coral); outline-offset: 4px; }
code { padding: .08em .28em; border-radius: 3px; background: rgba(16,33,48,.07); font: .88em ui-monospace, SFMono-Regular, Menlo, monospace; }
.shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 100; top: 12px; left: 18px; padding: 10px 16px; background: var(--paper-light); transform: translateY(-180%); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: sticky; z-index: 20; top: 0; border-bottom: 1px solid var(--line); background: color-mix(in srgb, var(--paper) 92%, transparent); backdrop-filter: blur(18px); }
.nav { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 11px; font-weight: 780; letter-spacing: -.025em; text-decoration: none; }
.brand img { width: 38px; height: 38px; border-radius: 10px; box-shadow: 0 4px 12px rgba(16,33,48,.15); }
.nav-links { display: flex; align-items: center; gap: clamp(18px, 3vw, 34px); font-size: .82rem; font-weight: 700; }
.nav-links a { text-decoration: none; }
.nav-links .nav-download { padding: 8px 13px; border: 1px solid var(--ink); transition: background 160ms ease, color 160ms ease; }
.nav-links .nav-download:hover { background: var(--ink); color: var(--paper-light); }

.eyebrow { margin: 0 0 17px; color: var(--teal-dark); font-size: .7rem; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; }
h1, h2, h3 { margin-top: 0; font-family: var(--serif); line-height: 1.04; }
h1 { margin-bottom: 0; font-size: clamp(3.7rem, 7vw, 7rem); letter-spacing: -.065em; }
h1 span { color: var(--coral); font-style: italic; }
h2 { margin-bottom: 0; font-size: clamp(2.65rem, 5vw, 4.9rem); letter-spacing: -.052em; }
h3 { margin-bottom: 12px; font-size: 1.55rem; letter-spacing: -.025em; }
.lede { max-width: 790px; margin: 28px auto 33px; color: var(--ink-soft); font-size: clamp(1.08rem, 1.8vw, 1.28rem); line-height: 1.65; }
.section-lede { max-width: 620px; color: var(--muted); font-size: 1.08rem; }
.text-link { display: inline-flex; gap: 8px; color: var(--teal-dark); font-size: .84rem; font-weight: 780; }

.hero { position: relative; overflow: hidden; padding: clamp(82px, 11vw, 145px) 0 clamp(92px, 12vw, 155px); background: radial-gradient(circle at 14% 7%, rgba(233,95,71,.09), transparent 27%), linear-gradient(rgba(16,33,48,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(16,33,48,.035) 1px, transparent 1px), var(--paper); background-size: auto, 32px 32px, 32px 32px, auto; }
.hero-inner { position: relative; }
.hero-copy { max-width: 960px; margin: 0 auto; text-align: center; }
.product-signature { display: inline-grid; grid-template-columns: 44px auto; grid-template-rows: 1fr 1fr; align-items: center; column-gap: 12px; margin-bottom: 41px; text-align: left; }
.product-signature img { grid-row: 1 / 3; width: 44px; height: 44px; border-radius: 12px; box-shadow: 0 6px 16px rgba(16,33,48,.16); }
.product-signature span { align-self: end; font-size: .92rem; font-weight: 800; line-height: 1.1; }
.product-signature small { align-self: start; color: var(--muted); font-size: .63rem; line-height: 1.25; }
.actions { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 21px 30px; }
.button { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; gap: 18px; padding: 0 24px; border: 2px solid var(--ink); background: var(--ink); color: var(--paper-light); box-shadow: 7px 7px 0 var(--coral); font-weight: 780; text-decoration: none; transition: transform 160ms ease, box-shadow 160ms ease; }
.button:hover { color: var(--paper-light); transform: translate(3px,3px); box-shadow: 4px 4px 0 var(--coral); }
.release-status { display: inline-flex; align-items: center; gap: 9px; color: var(--muted); font-size: .77rem; font-weight: 680; }
.release-status > span { width: 8px; height: 8px; border-radius: 50%; background: var(--teal); box-shadow: 0 0 0 5px rgba(76,142,135,.16); }
.fact-band { color: var(--paper); background: var(--ink); }
.fact-band ul { display: grid; grid-template-columns: repeat(4, 1fr); margin-block: 0; padding-block: 27px; list-style: none; }
.fact-band li { min-width: 0; padding: 0 24px; border-left: 1px solid rgba(244,239,228,.2); }
.fact-band li:first-child { padding-left: 0; border-left: 0; }
.fact-band span, .fact-band strong { display: block; }
.fact-band span { margin-bottom: 3px; color: #86bdb6; font-size: .61rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.fact-band strong { font-size: .79rem; }

.process-section { padding: 125px 0; background: var(--paper-light); }
.process-layout { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(330px, .72fr); align-items: center; gap: clamp(70px, 10vw, 135px); }
.process-copy h2 { max-width: 690px; }
.workflow-list { margin: 54px 0 0; padding: 0; border-top: 1px solid var(--line); list-style: none; }
.workflow-list li { display: grid; grid-template-columns: 48px 1fr; gap: 16px; padding: 23px 0; border-bottom: 1px solid var(--line); }
.workflow-list li > span { padding-top: 3px; color: var(--coral); font-size: .67rem; font-weight: 800; }
.workflow-list strong { display: block; margin-bottom: 4px; }
.workflow-list p { margin: 0; color: var(--muted); font-size: .87rem; }
.archive-ledger { padding: clamp(28px, 4vw, 46px); border: 1px solid var(--line); background: var(--paper); box-shadow: 18px 20px 0 var(--paper-deep); }
.ledger-heading { display: flex; justify-content: space-between; gap: 30px; padding-bottom: 34px; border-bottom: 1px solid var(--line); }
.ledger-heading span { color: var(--coral); font-size: .65rem; font-weight: 850; letter-spacing: .15em; text-transform: uppercase; }
.ledger-heading strong { font: 700 clamp(1.35rem, 2.5vw, 1.85rem)/1.1 var(--serif); text-align: right; }
.ledger-file { margin-top: 38px; padding: 21px 23px; border: 1px solid var(--ink); background: var(--paper-light); }
.ledger-file span, .ledger-file strong, .ledger-file small { display: block; }
.ledger-file span { margin-bottom: 14px; color: var(--teal-dark); font-size: .62rem; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.ledger-file strong { font: 700 1.25rem var(--serif); }
.ledger-file small { margin-top: 4px; color: var(--muted); }
.ledger-route { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 12px; margin: 24px 0; }
.ledger-route span { height: 1px; background: var(--line); }
.ledger-route b { color: var(--teal-dark); font-size: .58rem; letter-spacing: .14em; }
.ledger-outputs { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--ink); border-left: 1px solid var(--ink); }
.ledger-outputs div { padding: 18px 10px; border-right: 1px solid var(--ink); border-bottom: 1px solid var(--ink); text-align: center; }
.ledger-outputs span, .ledger-outputs small { display: block; }
.ledger-outputs span { color: var(--coral); font-weight: 850; letter-spacing: .08em; }
.ledger-outputs small { margin-top: 3px; color: var(--muted); font-size: .62rem; }
.ledger-note { margin: 34px 0 0; padding-top: 25px; border-top: 1px solid var(--line); color: var(--muted); font-size: .8rem; }
.ledger-note strong { display: block; margin-bottom: 5px; color: var(--ink); }

.features-section { padding: 120px 0 130px; color: var(--paper); background: var(--ink); }
.features-section .eyebrow { color: #86bdb6; }
.section-heading { display: grid; grid-template-columns: .55fr 1fr .75fr; align-items: end; gap: 55px; }
.section-heading .eyebrow { align-self: start; }
.section-heading > p:last-child { margin: 0 0 8px; color: rgba(244,239,228,.64); font-size: .9rem; }
.feature-grid { display: grid; grid-template-columns: repeat(2, 1fr); margin-top: 85px; border-top: 1px solid rgba(244,239,228,.24); border-left: 1px solid rgba(244,239,228,.24); }
.feature-grid article { min-height: 278px; padding: 31px 34px 36px; border-right: 1px solid rgba(244,239,228,.24); border-bottom: 1px solid rgba(244,239,228,.24); }
.feature-grid article > span { display: block; margin-bottom: 52px; color: var(--coral); font-size: .65rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.feature-grid h3 { max-width: 430px; font-size: clamp(1.65rem, 3vw, 2.3rem); }
.feature-grid p { max-width: 500px; margin-bottom: 0; color: rgba(244,239,228,.66); font-size: .88rem; }

.privacy-section { padding: 125px 0; background: var(--paper-deep); }
.privacy-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(70px, 10vw, 130px); }
.privacy-layout h2 { max-width: 610px; margin-bottom: 38px; }
.privacy-points { border-top: 1px solid var(--line); }
.privacy-points p { display: grid; grid-template-columns: .65fr 1.35fr; gap: 28px; margin: 0; padding: 26px 0; border-bottom: 1px solid var(--line); }
.privacy-points strong { font-size: .86rem; }
.privacy-points span { color: var(--muted); font-size: .84rem; }

.pricing-section { padding: 120px 0; background: var(--teal-dark); color: var(--paper-light); }
.pricing-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(60px, 9vw, 120px); }
.pricing-section .eyebrow { color: #b8dbd4; }
.pricing-heading > p:last-child { color: rgba(255,255,255,.67); }
.price-options { display: grid; grid-template-columns: repeat(2, 1fr); }
.price-options article { min-height: 360px; display: flex; flex-direction: column; padding: 32px; border: 1px solid rgba(255,255,255,.27); }
.price-options article + article { border-left: 0; }
.price-options .plan { margin: 0 0 57px; color: #b8dbd4; font-size: .67rem; font-weight: 850; letter-spacing: .15em; text-transform: uppercase; }
.price-options h3 { font-size: 2rem; }
.price-options article > p:not(.plan) { color: rgba(255,255,255,.72); font-size: .88rem; }
.price-options small { display: block; margin-top: auto; padding-top: 26px; border-top: 1px solid rgba(255,255,255,.22); color: rgba(255,255,255,.65); font-size: .72rem; }
.price-options .pro-card { background: var(--paper-light); color: var(--ink); }
.price-options .pro-card .plan, .price-options .pro-card > p:not(.plan), .price-options .pro-card small { color: var(--teal-dark); }
.price-options .pro-card small { border-color: var(--line); }

.limitations { display: grid; grid-template-columns: 1fr .78fr; gap: 95px; padding-block: 120px; }
.limitations > div:last-child { padding-top: 42px; color: var(--muted); }
.limitations > div:last-child p:first-child { color: var(--ink); font-size: 1.06rem; }
.faq { display: grid; grid-template-columns: .72fr 1.28fr; gap: 100px; padding-block: 110px 125px; border-top: 1px solid var(--line); }
.faq-list { border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { position: relative; padding: 23px 42px 23px 0; cursor: pointer; font-weight: 760; list-style: none; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; position: absolute; right: 6px; color: var(--coral); font: 400 1.6rem/1 var(--sans); }
.faq details[open] summary::after { content: "−"; }
.faq details p { margin: -5px 40px 24px 0; color: var(--muted); }

.closing { padding: 95px 0; color: var(--paper); background: var(--ink); }
.closing-inner { display: grid; grid-template-columns: 58px 1fr .75fr; align-items: center; gap: 34px; }
.closing img { width: 56px; height: 56px; border-radius: 14px; }
.closing .eyebrow { color: #86bdb6; }
.closing h2 { font-size: clamp(2.5rem, 4.7vw, 4.4rem); }
.closing-download { display: flex; flex-direction: column; align-items: flex-start; gap: 20px; }
.closing-download p { margin: 0; color: rgba(244,239,228,.64); font-size: .88rem; }
.button-light { border-color: var(--paper-light); background: var(--paper-light); color: var(--ink); box-shadow: 7px 7px 0 var(--coral); }
.button-light:hover { color: var(--ink); }

.page-hero { max-width: 900px; padding: 105px 0 70px; }
.page-hero h1 { font-size: clamp(3.4rem,7vw,6.4rem); }
.page-hero .lede { margin: 28px 0 0; }
.article { max-width: 800px; padding: 10px 0 120px; }
.article h2 { margin-top: 65px; font-size: 2.35rem; }
.article h3 { margin-top: 36px; font-family: var(--sans); font-size: 1.05rem; }
.article ul { padding-left: 1.3rem; }
.article code { overflow-wrap: anywhere; }
.notice { padding: 22px 26px; border-left: 5px solid var(--coral); background: var(--paper-light); }
.support-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; margin: 20px 0 45px; }
.support-card { padding: 30px; border: 1px solid var(--line); background: var(--paper-light); }

footer { border-top: 1px solid var(--line); background: var(--paper-light); }
.footer-inner { min-height: 118px; display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 36px; font-size: .78rem; }
.footer-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px 22px; }
.legal-note { margin: 0; padding: 0 0 32px; color: var(--muted); font-size: .7rem; line-height: 1.55; }

@keyframes rise { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: translateY(0); } }
.reveal { animation: rise 650ms cubic-bezier(.2,.75,.3,1) both; }
.archive-ledger { animation-delay: 120ms; }

@media (max-width: 900px) {
  .section-heading { grid-template-columns: 1fr 1fr; }
  .section-heading .eyebrow { grid-column: 1 / -1; }
  .process-layout { grid-template-columns: 1fr; }
  .archive-ledger { width: min(100%, 570px); margin-inline: auto; }
  .pricing-layout, .privacy-layout, .limitations, .faq { grid-template-columns: 1fr; gap: 50px; }
  .privacy-points { margin-top: 10px; }
  .closing-inner { grid-template-columns: 56px 1fr; }
  .closing-download { grid-column: 2; }
  .limitations > div:last-child { padding-top: 0; }
  .footer-inner { grid-template-columns: 1fr auto; padding: 26px 0; }
  .footer-inner > span { grid-column: 1 / -1; }
}

@media (max-width: 700px) {
  body { font-size: 16px; }
  .shell { width: min(100% - 30px, 1180px); }
  .nav { min-height: 66px; }
  .nav-links a:nth-child(-n+3) { display: none; }
  .hero { padding: 62px 0 76px; }
  .product-signature { margin-bottom: 32px; }
  h1, .page-hero h1 { font-size: clamp(3.1rem, 16vw, 4.7rem); }
  .lede { font-size: 1.05rem; }
  .actions { align-items: stretch; flex-direction: column; }
  .button { width: min(100%, 330px); margin-inline: auto; }
  .release-status { justify-content: center; }
  .fact-band ul { grid-template-columns: repeat(2, 1fr); gap: 0; padding-block: 11px; }
  .fact-band li { padding: 16px; }
  .fact-band li:nth-child(odd) { padding-left: 0; border-left: 0; }
  .fact-band li:nth-child(n+3) { border-top: 1px solid rgba(244,239,228,.2); }
  .process-section, .features-section, .privacy-section, .pricing-section, .limitations, .faq { padding-block: 82px; }
  .process-layout { gap: 58px; }
  .archive-ledger { padding: 24px; box-shadow: 10px 12px 0 var(--paper-deep); }
  .ledger-heading { flex-direction: column; gap: 8px; }
  .ledger-heading strong { text-align: left; }
  .section-heading { grid-template-columns: 1fr; gap: 25px; }
  .section-heading .eyebrow { grid-column: auto; }
  .feature-grid, .price-options, .support-grid { grid-template-columns: 1fr; }
  .feature-grid { margin-top: 56px; }
  .feature-grid article { min-height: auto; padding: 26px 24px 30px; }
  .feature-grid article > span { margin-bottom: 34px; }
  .privacy-points p { grid-template-columns: 1fr; gap: 6px; }
  .price-options article { min-height: 330px; }
  .price-options article + article { border-top: 0; border-left: 1px solid rgba(255,255,255,.27); }
  .closing-inner { grid-template-columns: 1fr; text-align: center; }
  .closing img { margin-inline: auto; }
  .closing-download { grid-column: auto; align-items: center; }
  .footer-inner { grid-template-columns: 1fr; align-items: start; }
  .footer-links { justify-content: start; }
  .footer-inner > span { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}
@media (prefers-contrast: more) { :root { --line: rgba(16,33,48,.5); } }
