:root { color-scheme: light; --ink: #182c2a; --muted: #526360; --rule: #d6dfda; --accent: #176451; }
* { box-sizing: border-box; }
html { scroll-padding-top: 100px; }
body { margin: 0; font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; color: var(--ink); background: #fcfcf9; }
a { color: inherit; }
a:focus-visible, [tabindex]:focus-visible { outline: 3px solid var(--accent); outline-offset: 5px; }
.site-header { position: sticky; top: 0; z-index: 10; background: rgba(252,252,249,.96); border-bottom: 1px solid var(--rule); }
.nav { max-width: 1120px; margin: auto; min-height: 72px; padding: 0 24px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; font-weight: 800; font-size: 20px; letter-spacing: -.04em; white-space: nowrap; }
.brand img { width: 34px; height: 34px; object-fit: contain; }
.nav-links { display: flex; align-items: center; gap: 22px; font-size: 14px; font-weight: 600; color: var(--muted); }
.nav-links a { text-decoration: none; }
.nav-links a:hover { color: var(--accent); }
.button { display: inline-flex; align-items: center; justify-content: center; padding: 11px 16px; border-radius: 3px; background: var(--ink); color: #fff; text-decoration: none; font-weight: 650; font-size: 14px; }
.nav-links .button:hover { color: #fff; background: var(--accent); }
.hero { padding: 72px 24px 0; }
.hero-inner, .content, .footer-inner { max-width: 880px; margin: auto; }
.hero-inner { padding-bottom: 36px; border-bottom: 1px solid var(--rule); }
.eyebrow { margin: 0 0 20px; color: var(--accent); text-transform: uppercase; letter-spacing: .13em; font-size: 12px; font-weight: 750; }
h1 { margin: 0; font-size: clamp(36px, 5.3vw, 62px); line-height: 1.08; letter-spacing: -.045em; text-wrap: balance; }
.dek { max-width: 780px; margin: 24px 0 0; font-size: 21px; line-height: 1.55; color: var(--muted); }
.meta { margin: 26px 0 0; color: var(--muted); font-size: 13px; line-height: 1.6; }
.hero-image, .figure { margin: 32px 0; }
.hero-image img, .figure img { display: block; width: 100%; height: auto; max-height: none; object-fit: contain; }
.content { padding: 36px 24px 72px; }
.article { min-width: 0; overflow-wrap: anywhere; }
.article h2 { margin: 48px 0 16px; font-size: 29px; line-height: 1.2; letter-spacing: -.025em; text-wrap: balance; }
.article h2:first-child { margin-top: 0; }
.article h3 { margin: 28px 0 10px; font-size: 20px; line-height: 1.4; letter-spacing: -.015em; }
.article p, .article li { color: var(--muted); font-size: 17px; line-height: 1.8; }
.article strong { color: var(--ink); }
.article a:not(.button) { color: var(--accent); text-decoration-color: #80a899; text-underline-offset: 3px; }
.article code { font-size: .88em; overflow-wrap: anywhere; }
.article ul, .article ol { padding-left: 24px; }
.article li { margin: 10px 0; }
.table-scroll, .table-wrap { width: 100%; overflow-x: auto; margin: 24px 0; }
.article table { width: 100%; margin: 24px 0; border-collapse: collapse; font-size: 14px; line-height: 1.6; font-variant-numeric: tabular-nums; }
.table-scroll table, .table-wrap table { margin: 0; }
.article th, .article td { padding: 13px 12px; border-bottom: 1px solid var(--rule); text-align: left; vertical-align: top; overflow-wrap: anywhere; }
.article td.numeric { white-space: nowrap; overflow-wrap: normal; }
.article thead th { border-top: 2px solid var(--ink); }
.article th { color: var(--muted); font-size: 12px; font-weight: 750; }
.article caption { text-align: left; margin-bottom: 12px; color: var(--muted); }
.figure figcaption, .comparison-chart figcaption, .hero-image figcaption { margin-top: 18px; color: var(--muted); font-size: 13px; line-height: 1.65; }
.result { margin: 28px 0; padding: 12px 0 12px 22px; border-left: 3px solid var(--accent); color: var(--ink); font-size: 20px; line-height: 1.6; }
.metrics { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; margin: 32px 0; padding: 24px 0; border-top: 1px solid var(--rule); border-bottom: 1px solid var(--rule); }
.metric { min-width: 0; }
.metric-value { display: block; color: var(--accent); font-size: clamp(24px, 3vw, 34px); font-weight: 750; line-height: 1.1; letter-spacing: -.04em; font-variant-numeric: tabular-nums; }
.metric-label { display: block; margin-top: 9px; color: var(--muted); font-size: 12px; line-height: 1.5; }
.comparison-chart > h3:first-child { margin-top: 0; }
.comparison-chart { margin: 32px 0; padding: 28px 0; border-top: 1px solid var(--rule); border-bottom: 1px solid var(--rule); }
.hero-inner .comparison-chart { border-bottom: 0; margin-bottom: 0; padding-bottom: 0; }
.comparison-row { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 8px 18px; margin: 0 0 24px; align-items: center; }
.comparison-label { grid-column: 1; color: var(--muted); font-size: 14px; line-height: 1.5; }
.comparison-track { grid-column: 1 / -1; grid-row: 2; height: 24px; background: #edf1ec; }
.comparison-bar { display: block; height: 100%; background: var(--accent); }
.comparison-bar.baseline, .baseline .comparison-bar { background: #83938c; }
.comparison-value { grid-column: 2; grid-row: 1; color: var(--ink); font-weight: 750; font-size: 17px; font-variant-numeric: tabular-nums; }
.note { margin-top: 24px; font-size: 14px !important; color: var(--muted) !important; }
.cta { margin-top: 48px; padding: 28px 0 0; border-top: 2px solid var(--ink); }
.cta h2 { margin-top: 0; }
.cta p { margin-bottom: 20px; }
footer { border-top: 1px solid var(--rule); padding: 30px 24px; color: var(--muted); font-size: 13px; }
.footer-inner { display: flex; justify-content: space-between; gap: 16px; }
@media (max-width: 600px) {
  .nav { min-height: 64px; gap: 14px; padding-inline: 20px; }
  .nav-links { gap: 14px; }
  .nav-links a[href="/#features"], .nav-links .button { display: none; }
  .hero { padding: 42px 20px 0; }
  .dek { font-size: 18px; }
  .content { padding: 30px 20px 52px; }
  .article h2 { font-size: 26px; margin-top: 38px; }
  .metrics { grid-template-columns: 1fr; gap: 22px; }
  .metric-value { font-size: 30px; }
  .metric-label { margin-top: 5px; }
  .comparison-row { grid-template-columns: 1fr; gap: 8px; }
  .comparison-track { grid-column: 1; grid-row: 3; }
  .comparison-value { grid-column: 1; grid-row: 2; }
  .article table { font-size: 13px; min-width: 520px; }
  .article th, .article td { padding: 10px 8px; }
  .footer-inner { flex-direction: column; }
}
