:root {
  color-scheme: light;
  --ink: #191919;
  --soft-ink: #373737;
  --muted: #737373;
  --paper: #ffffff;
  --subtle: #f7f7f5;
  --line: #dededb;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-synthesis: none;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); }
a { color: inherit; text-decoration: none; }
a:focus-visible { outline: 2px solid var(--ink); outline-offset: 6px; }
.shell { width: min(100% - 128px, 1472px); margin-inline: auto; }

.site-header {
  height: 112px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
}

.brand,
.footer-brand { display: flex; align-items: center; gap: 12px; font-size: 13px; font-weight: 400; }
.brand img { display: block; width: 104px; height: auto; }
.brand-product {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding-left: 14px;
  border-left: 1px solid #bdbdbb;
  color: var(--ink);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .14em;
  line-height: 1;
  text-transform: uppercase;
}
.site-header nav { display: flex; align-items: center; gap: 30px; color: var(--soft-ink); font-size: 13px; }
.site-header nav > a:not(.nav-cta):hover { color: var(--muted); }
.nav-cta { padding: 12px 16px; border: 1px solid #b9b9b6; transition: background .18s ease, color .18s ease; }
.nav-cta:hover { color: #fff; background: var(--ink); border-color: var(--ink); }
.nav-cta span { margin-left: 10px; }

.hero {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(430px, .88fr);
  gap: clamp(56px, 8vw, 150px);
  align-items: center;
  min-height: 710px;
  padding-block: 90px;
}

.eyebrow,
.section-number,
.report-label {
  margin: 0;
  color: var(--muted);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: .16em;
  line-height: 1.5;
  text-transform: uppercase;
}
.eyebrow { display: flex; align-items: center; gap: 9px; margin-bottom: 27px; }
.eyebrow span { width: 5px; height: 5px; background: var(--ink); border-radius: 50%; }

h1,
.statement h2,
.pilot h2,
.section-intro h2 {
  margin: 0;
  font-size: clamp(52px, 5.5vw, 84px);
  font-weight: 500;
  letter-spacing: -.015em;
  line-height: 1.04;
}
h1 em,
.statement em { color: var(--muted); font-style: normal; }
.hero-description { max-width: 535px; margin: 29px 0 0; color: #646464; font-size: 17px; line-height: 1.65; text-wrap: pretty; }
.hero-actions { display: flex; align-items: center; gap: 27px; margin-top: 34px; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 34px; min-width: 168px; padding: 14px 16px; font-size: 13px; line-height: 1.5; transition: transform .18s ease, background .18s ease; }
.button span { margin-left: 12px; }
.button-dark { color: #fff; background: var(--ink); }
.button-dark:hover { background: #3e3e3e; transform: translateY(-1px); }
.text-link { padding-bottom: 6px; border-bottom: 1px solid #b7b7b7; font-size: 13px; }
.text-link:hover { border-color: var(--ink); }
.text-link span { margin-left: 16px; }

.report { width: 100%; max-width: 590px; justify-self: end; border: 1px solid #c9c9c6; background: #fff; }
.report-topbar,
.report-footer { display: flex; align-items: center; justify-content: space-between; padding: 15px 18px; border-bottom: 1px solid var(--line); color: var(--muted); font-size: 9px; letter-spacing: .1em; }
.report-title { display: flex; align-items: center; gap: 10px; color: var(--ink); font-weight: 500; text-transform: uppercase; }
.report-mark { display: grid; width: 21px; height: 21px; place-items: center; color: #fff; background: var(--ink); font-size: 10px; }
.report-id { font-variant-numeric: tabular-nums; }
.report-paper { padding: 27px 27px 24px; }
.report-label { margin-bottom: 12px; color: #888; font-size: 8px; }
.report-paper h2 { margin: 0; font-size: 25px; font-weight: 400; letter-spacing: 0; line-height: 1.13; }
.report-meta { margin: 12px 0 0; color: #858585; font-size: 10px; }
.report-score { display: flex; align-items: center; gap: 19px; margin: 0 27px 21px; padding: 18px; border: 1px solid var(--line); background: var(--subtle); }
.score-ring { display: flex; flex: 0 0 auto; align-items: baseline; justify-content: center; width: 63px; height: 63px; padding-top: 16px; border: 1px solid var(--ink); border-radius: 50%; }
.score-ring span { font-size: 24px; font-weight: 500; letter-spacing: -.06em; }
.score-ring small { margin-left: 3px; color: var(--muted); font-size: 8px; }
.report-score strong { display: block; margin-bottom: 5px; font-size: 13px; font-weight: 500; }
.report-score p:last-child { margin: 0; color: var(--muted); font-size: 10px; }
.checks { margin: 0 27px 25px; border: 1px solid var(--line); }
.check-row { display: grid; grid-template-columns: 23px 1fr auto; gap: 10px; align-items: center; padding: 12px; border-bottom: 1px solid var(--line); }
.check-row:last-child { border: 0; }
.check-icon { display: grid; width: 19px; height: 19px; place-items: center; border: 1px solid #aaa; border-radius: 50%; color: var(--ink); font-size: 10px; }
.check-row strong { display: block; margin-bottom: 3px; font-size: 10px; font-weight: 500; }
.check-row small { display: block; color: var(--muted); font-size: 9px; }
.status { color: var(--muted); font-size: 8px; font-weight: 500; letter-spacing: .07em; }
.report-footer { border-top: 1px solid var(--line); border-bottom: 0; font-size: 9px; }
.report-footer span:first-child { display: flex; align-items: center; gap: 7px; }
.report-footer i { width: 5px; height: 5px; background: var(--ink); border-radius: 50%; }

.statement { padding-block: 145px; border-top: 1px solid var(--line); text-align: center; }
.statement > p { margin: 0 0 23px; color: var(--muted); font-size: 13px; }
.statement h2 { font-size: clamp(47px, 5vw, 76px); }

.process { display: grid; grid-template-columns: .64fr 1.36fr; gap: clamp(55px, 9vw, 160px); padding-block: 128px; border-top: 1px solid var(--line); }
.section-number { margin-bottom: 28px; }
.section-intro h2 { font-size: clamp(42px, 4.2vw, 64px); }
.section-intro > p:last-child { max-width: 360px; margin: 27px 0 0; color: var(--muted); font-size: 14px; line-height: 1.7; }
.steps { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid #aaa; }
.steps article { min-height: 277px; padding: 23px 0 29px; border-bottom: 1px solid var(--line); }
.steps article:nth-child(odd) { padding-right: 34px; border-right: 1px solid var(--line); }
.steps article:nth-child(even) { padding-left: 34px; }
.step-number { display: block; color: var(--muted); font-size: 9px; letter-spacing: .12em; }
.step-icon { height: 38px; margin: 34px 0 25px; color: var(--ink); }
.document-icon { width: 30px; border: 1px solid #757575; }
.document-icon::before, .document-icon::after { content: ""; display: block; width: 17px; margin: 11px auto 0; border-top: 1px solid #858585; }
.document-icon::after { width: 12px; margin-top: 6px; }
.terminal-icon { display: grid; width: 51px; height: 37px; place-items: center; border: 1px solid #757575; font-size: 15px; }
.compare-icon { display: flex; align-items: end; gap: 5px; }
.compare-icon i { display: block; width: 7px; background: #707070; }
.compare-icon i:nth-child(1) { height: 18px; }.compare-icon i:nth-child(2) { height: 35px; }.compare-icon i:nth-child(3) { height: 27px; background: var(--ink); }
.report-icon { display: grid; width: 32px; height: 39px; place-items: center; border: 1px solid #757575; font-size: 14px; }
.steps h3 { margin: 0 0 10px; font-size: 17px; font-weight: 500; letter-spacing: 0; }
.steps p { max-width: 275px; margin: 0; color: var(--muted); font-size: 12px; line-height: 1.65; }

.principles { display: grid; grid-template-columns: .64fr 1.36fr; gap: clamp(55px, 9vw, 160px); padding-block: 112px 140px; border-top: 1px solid var(--line); }
.principles-head > p:last-child { margin: 0; font-size: 21px; letter-spacing: 0; line-height: 1.25; }
.principle-list article { display: grid; grid-template-columns: 170px 1fr; gap: 28px; padding: 25px 0; border-top: 1px solid var(--line); }
.principle-list article:last-child { border-bottom: 1px solid var(--line); }
.principle-list span { font-size: 15px; font-weight: 500; }
.principle-list p { max-width: 440px; margin: 0; color: var(--muted); font-size: 12px; line-height: 1.7; }

.pilot { display: grid; grid-template-columns: 1fr .8fr; gap: clamp(55px, 9vw, 160px); padding-block: 104px; color: #fff; background: var(--ink); box-shadow: 0 0 0 100vmax var(--ink); clip-path: inset(0 -100vmax); }
.eyebrow.light { color: #aaa; }
.eyebrow.light span { background: #fff; }
.pilot h2 { font-size: clamp(45px, 4.8vw, 72px); }
.pilot-copy > p { margin: 3px 0 29px; color: #c4c4c4; font-size: 14px; line-height: 1.7; }
.pilot ul { padding: 0; margin: 0 0 32px; list-style: none; }
.pilot li { position: relative; padding: 11px 0 11px 19px; border-top: 1px solid #444; color: #e5e5e5; font-size: 12px; }
.pilot li::before { content: "•"; position: absolute; left: 0; color: #aaa; }
.button-light { color: var(--ink); background: #fff; }
.button-light:hover { background: #dedede; transform: translateY(-1px); }

.site-footer { display: grid; grid-template-columns: 1fr 1fr auto auto; align-items: center; min-height: 105px; gap: 34px; color: var(--muted); font-size: 11px; }
.footer-brand img { display: block; width: 76px; height: auto; }
.site-footer a:hover { color: var(--ink); text-decoration: underline; text-underline-offset: 4px; }

@media (max-width: 950px) {
  .shell { width: min(100% - 64px, 760px); }
  .hero { grid-template-columns: 1fr; min-height: 0; gap: 65px; padding-block: 86px; }
  .report { justify-self: start; }
  .process, .principles, .pilot { grid-template-columns: 1fr; gap: 58px; }
  .site-footer { grid-template-columns: 1fr 1fr; padding-block: 28px; }
}

@media (max-width: 620px) {
  .shell { width: min(100% - 48px, 520px); }
  .site-header { height: 88px; }
  .brand { gap: 9px; }.brand img { width: 90px; }.brand-product { min-height: 20px; padding-left: 10px; font-size: 9px; }
  .site-header nav > a:not(.nav-cta) { display: none; }.nav-cta { padding: 10px 12px; }
  .hero { gap: 56px; padding-block: 80px; }
  h1 { font-size: clamp(40px, 12vw, 64px); }
  .hero-description { margin-top: 24px; font-size: 16px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 18px; margin-top: 29px; }
  .report-paper { padding: 22px 18px; }.report-paper h2 { font-size: 22px; }.report-score, .checks { margin-inline: 18px; }.report-score { padding: 14px; }.score-ring { width: 55px; height: 55px; padding-top: 13px; }.score-ring span { font-size: 21px; }
  .check-row { grid-template-columns: 22px 1fr; }.status { display: none; }
  .statement { padding-block: 96px; }.statement h2 { font-size: 42px; }
  .process { gap: 52px; padding-block: 94px; }.steps { grid-template-columns: 1fr; }.steps article, .steps article:nth-child(odd), .steps article:nth-child(even) { min-height: 232px; padding: 22px 0 27px; border-right: 0; }.step-icon { margin-block: 29px 21px; }
  .principles { gap: 48px; padding-block: 88px 104px; }.principle-list article { grid-template-columns: 1fr; gap: 11px; }
  .pilot { gap: 44px; padding-block: 82px; }.pilot h2 { font-size: 43px; }
  .site-footer { grid-template-columns: 1fr; gap: 15px; padding-block: 36px; }
}

@media (prefers-reduced-motion: no-preference) {
  .button, .nav-cta { transition-duration: .18s; }
}
