:root {
  color-scheme: dark;
  --ink: #101410;
  --panel: #182019;
  --line: #344338;
  --paper: #eee9da;
  --muted: #b3bcae;
  --green: #4fbd6b;
  --orange: #df6b38;
  --max: 1220px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scrollbar-color: var(--green) var(--panel); scrollbar-width: thin; }
body { margin: 0; background: var(--ink); color: var(--paper); font-family: Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif; line-height: 1.55; }
a { color: inherit; }
.site-header, main, footer { width: min(calc(100% - 40px), var(--max)); margin: 0 auto; }
.site-header { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 30px; border-bottom: 1px solid var(--line); }
.mark { min-height: 44px; display: inline-flex; align-items: center; gap: 12px; font-size: .85rem; font-weight: 850; letter-spacing: .04em; text-decoration: none; text-transform: uppercase; }
.mark span { width: 38px; height: 38px; display: grid; place-items: center; background: var(--green); color: var(--ink); font-family: ui-monospace, "Cascadia Code", monospace; }
nav { display: flex; gap: 26px; }
nav a { min-height: 44px; display: inline-flex; align-items: center; color: var(--muted); font-size: .84rem; text-decoration: none; }
nav a:focus-visible, nav a:hover { color: var(--paper); }
.hero { min-height: 690px; display: grid; grid-template-columns: minmax(0, 1.6fr) minmax(280px, .55fr); gap: clamp(52px, 9vw, 130px); align-items: center; padding: 96px 0 110px; }
.eyebrow { margin: 0 0 17px; color: #8ddd9f; font-size: .72rem; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; }
h1, h2, p { text-wrap: pretty; }
h1 { max-width: 850px; margin: 0; font-size: clamp(4.2rem, 9.5vw, 9rem); line-height: .84; letter-spacing: -.072em; }
.lede { max-width: 720px; margin: 34px 0 0; color: var(--muted); font-size: clamp(1.05rem, 1.5vw, 1.3rem); }
.actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; padding: 0 20px; border: 1px solid var(--line); font-size: .88rem; font-weight: 800; text-decoration: none; }
.button.primary { background: var(--green); border-color: var(--green); color: var(--ink); }
.verdict-card { align-self: end; margin-bottom: 28px; padding: 25px; border: 1px solid var(--line); background: var(--panel); }
.stamp { margin: 0 0 52px; color: var(--orange); font: 750 .7rem/1 ui-monospace, "Cascadia Code", monospace; letter-spacing: .15em; }
.verdict-card > strong { display: block; margin-bottom: 24px; font-size: 2rem; letter-spacing: -.03em; }
.verdict-card dl { margin: 0; }
.verdict-card dl div { display: flex; justify-content: space-between; gap: 20px; padding: 12px 0; border-top: 1px solid var(--line); }
.verdict-card dt { color: var(--muted); }
.verdict-card dd { margin: 0; font-weight: 800; }
.contract { padding: 110px 0; border-top: 1px solid var(--line); contain: layout paint style; }
.section-intro { display: grid; grid-template-columns: .42fr 1.2fr; gap: 55px; align-items: start; margin-bottom: 55px; }
.section-intro h2, .install h2 { max-width: 920px; margin: 0; font-size: clamp(2.7rem, 6vw, 6.4rem); line-height: .91; letter-spacing: -.06em; }
.axis-grid { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); }
.axis-grid article { min-height: 355px; padding: 28px; background: var(--panel); border-right: 1px solid var(--line); }
.axis-grid article:last-child { border-right: 0; }
.axis-grid article > span { color: var(--green); font: 800 .75rem/1 ui-monospace, "Cascadia Code", monospace; }
.axis-grid h3 { margin: 92px 0 14px; font-size: 1.55rem; }
.axis-grid p { color: var(--muted); }
.axis-grid code { color: #f2ad8d; font-size: .78rem; }
.install { display: grid; grid-template-columns: 1fr 1fr; gap: 34px 45px; align-items: end; padding: 105px 0; border-top: 1px solid var(--line); contain: layout paint style; }
.install pre { overflow: auto; margin: 0; padding: 23px; border: 1px solid var(--line); background: var(--panel); color: #a4e6b2; scrollbar-color: var(--green) var(--panel); white-space: pre-wrap; overflow-wrap: anywhere; }
.mode-note { margin: 0; color: var(--orange); font: 800 .78rem/1.5 ui-monospace, "Cascadia Code", monospace; }
.install > a { min-height: 44px; display: inline-flex; align-items: center; color: var(--muted); font-weight: 800; }
footer { min-height: 120px; display: flex; align-items: center; justify-content: space-between; gap: 28px; border-top: 1px solid var(--line); color: var(--muted); font-size: .83rem; }
footer a { min-height: 44px; display: inline-flex; align-items: center; }

@media (max-width: 820px) {
  nav a:not(:last-child) { display: none; }
  .hero { min-height: auto; grid-template-columns: 1fr; gap: 45px; padding: 76px 0 90px; }
  .verdict-card { align-self: auto; margin: 0; }
  .section-intro, .install { grid-template-columns: 1fr; }
  .axis-grid { grid-template-columns: 1fr; }
  .axis-grid article { min-height: 285px; border-right: 0; border-bottom: 1px solid var(--line); }
  .axis-grid article:last-child { border-bottom: 0; }
  .axis-grid h3 { margin-top: 62px; }
  footer { align-items: flex-start; flex-direction: column; justify-content: center; }
}

@media (max-width: 520px) {
  .site-header, main, footer { width: min(calc(100% - 24px), var(--max)); }
  h1 { font-size: clamp(3.8rem, 19vw, 5.4rem); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}
