:root {
  color-scheme: light;
  --paper: #f5f0e6;
  --ink: #121212;
  --muted: #646158;
  --line: #c9c1b3;
  --red: #ff4b36;
  --acid: #d8ff4f;
  --blue: #3159ff;
  --sans: "Arial Narrow", "Avenir Next Condensed", "Roboto Condensed", system-ui, sans-serif;
  --body: "Avenir Next", Avenir, "Segoe UI", system-ui, sans-serif;
  --mono: "SFMono-Regular", "Cascadia Code", Menlo, monospace;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--body);
}
button, input, textarea, select { font: inherit; }
button { color: inherit; }
.site-header, main, footer { width: min(1220px, calc(100% - 52px)); margin-inline: auto; }

.site-header {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--ink);
}
.brand { display: flex; align-items: center; gap: 12px; color: inherit; text-decoration: none; font: .68rem/1 var(--mono); letter-spacing: .08em; text-transform: uppercase; }
.brand-mark { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; background: var(--ink); color: var(--acid); font-weight: 800; }
.privacy-note { display: flex; align-items: center; gap: 10px; color: var(--muted); font: .65rem/1 var(--mono); text-transform: uppercase; letter-spacing: .08em; }
.privacy-note i { width: 9px; height: 9px; border-radius: 50%; background: var(--blue); box-shadow: 0 0 0 4px rgb(49 89 255 / 10%); }

.hero { min-height: 665px; padding: 90px 0 62px; display: flex; flex-direction: column; justify-content: center; }
.kicker { margin: 0 0 27px; color: var(--blue); font: .67rem/1.3 var(--mono); letter-spacing: .14em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 52px; font-family: var(--sans); font-size: clamp(4.4rem, 10.3vw, 9.6rem); font-weight: 800; line-height: .82; letter-spacing: -.075em; text-transform: uppercase; }
h1 em { color: var(--red); font-family: Georgia, serif; font-weight: 400; text-transform: none; }
.hero-foot { display: flex; align-items: end; justify-content: space-between; gap: 50px; }
.hero-foot > p { max-width: 720px; margin: 0; color: var(--muted); font-size: 1.12rem; line-height: 1.65; }
.text-button { padding: 0 0 7px; border: 0; border-bottom: 1px solid; background: transparent; cursor: pointer; white-space: nowrap; font: .67rem/1.2 var(--mono); letter-spacing: .07em; text-transform: uppercase; }
.text-button span { margin-left: 12px; color: var(--red); }

.brief { display: grid; grid-template-columns: 110px 1fr; gap: 24px; padding: 96px 0 108px; border-top: 1px solid var(--ink); }
.section-number { color: var(--red); font: 1rem/1 var(--mono); }
.brief h2, .matrix-heading h2 { max-width: 950px; margin-bottom: 54px; font-family: var(--sans); font-size: clamp(3rem, 6vw, 6rem); line-height: .9; letter-spacing: -.055em; text-transform: uppercase; }
form { display: grid; gap: 22px; }
.field-pair { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field { display: grid; gap: 9px; }
.field > span { font: 600 .63rem/1.3 var(--mono); letter-spacing: .08em; text-transform: uppercase; }
.field input, .field textarea { width: 100%; border: 1px solid var(--line); border-radius: 0; outline: none; background: #fffdf7; color: var(--ink); }
.field input { height: 62px; padding: 0 17px; }
.field textarea { min-height: 150px; padding: 16px 17px; resize: vertical; line-height: 1.7; }
.field input:focus, .field textarea:focus, select:focus { border-color: var(--blue); box-shadow: 0 0 0 2px rgb(49 89 255 / 14%); }
.field input::placeholder, .field textarea::placeholder { color: #969086; }
.form-error { margin: -5px 0 0; color: #b62719; font: .72rem/1.4 var(--mono); }
.primary-button { width: 100%; min-height: 68px; padding: 0 22px; display: flex; justify-content: space-between; align-items: center; border: 1px solid var(--ink); background: var(--ink); color: var(--paper); cursor: pointer; font-weight: 750; }
.primary-button:hover { background: var(--blue); border-color: var(--blue); }
.primary-button span { font-size: 1.45rem; }

.matrix-section { padding: 96px 0 110px; background: var(--ink); color: var(--paper); box-shadow: 0 0 0 100vmax var(--ink); clip-path: inset(0 -100vmax); }
.matrix-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 46px; }
.matrix-heading h2 { margin-bottom: 18px; }
.matrix-heading > div > p:last-child { margin: 0; color: #a8a59d; }
.text-button.dark { color: var(--paper); }
.matrix { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid #3b3b3b; border-left: 1px solid #3b3b3b; }
.option-card { padding: 28px; border-right: 1px solid #3b3b3b; border-bottom: 1px solid #3b3b3b; }
.option-head { min-height: 92px; display: flex; align-items: start; gap: 22px; }
.option-head > span { color: var(--acid); font: .7rem/1 var(--mono); }
.option-head h3 { margin: -4px 0 0; font-family: var(--sans); font-size: clamp(1.7rem, 3vw, 2.8rem); line-height: .95; letter-spacing: -.04em; text-transform: uppercase; }
.checks { display: grid; gap: 13px; }
.checks label { display: grid; grid-template-columns: 1fr 180px; gap: 20px; align-items: center; color: #c2beb5; font-size: .82rem; }
select { width: 100%; height: 43px; padding: 0 10px; border: 1px solid #575757; border-radius: 0; background: #202020; color: var(--paper); font: .64rem/1 var(--mono); }
.primary-button.acid { margin-top: 28px; background: var(--acid); color: var(--ink); border-color: var(--acid); }
.primary-button.acid:hover { background: #e3ff7c; border-color: #e3ff7c; }

.result-section { padding: 104px 0 116px; }
.summary { display: grid; grid-template-columns: repeat(3, 1fr); gap: 13px; }
.result-card { min-height: 185px; padding: 24px; border: 1px solid var(--line); }
.result-card > span { display: inline-block; margin-bottom: 30px; padding: 6px 9px; background: #e6e0d5; font: .62rem/1 var(--mono); text-transform: uppercase; }
.result-card h3 { margin-bottom: 10px; font-family: var(--sans); font-size: 1.7rem; line-height: 1; letter-spacing: -.035em; text-transform: uppercase; }
.result-card p { margin: 0; color: var(--muted); font-size: .8rem; line-height: 1.5; }
.result-card[data-status="clear"] { border-color: var(--blue); }
.result-card[data-status="clear"] > span { background: var(--blue); color: white; }
.result-card[data-status="reject"] > span { background: var(--red); color: var(--ink); }
.result-card[data-status="hold"] > span { background: var(--acid); }
.verdict { margin-top: 15px; padding: 42px; background: var(--ink); color: var(--paper); }
.verdict > span { display: block; margin-bottom: 34px; color: var(--acid); font: .65rem/1 var(--mono); letter-spacing: .1em; text-transform: uppercase; }
.verdict h2 { max-width: 950px; margin-bottom: 16px; font-family: var(--sans); font-size: clamp(2.7rem, 6vw, 5.8rem); line-height: .9; letter-spacing: -.055em; text-transform: uppercase; }
.verdict p { max-width: 800px; margin: 0; color: #bdbab2; line-height: 1.6; }
.verdict[data-state="stop"] { background: var(--red); color: var(--ink); }
.verdict[data-state="stop"] > span, .verdict[data-state="stop"] p { color: #3b130d; }
.verdict[data-state="clear"] { background: var(--blue); }

footer { min-height: 112px; padding: 28px 0; display: flex; align-items: center; justify-content: space-between; gap: 24px; border-top: 1px solid var(--ink); color: var(--muted); font: .63rem/1.4 var(--mono); letter-spacing: .06em; text-transform: uppercase; }
footer p { margin: 0; text-align: center; }

@media (max-width: 760px) {
  .site-header, main, footer { width: min(100% - 30px, 1220px); }
  .site-header { min-height: 68px; }
  .privacy-note { font-size: 0; }
  .hero { min-height: auto; padding: 72px 0 54px; }
  h1 { font-size: clamp(3.25rem, 18vw, 5.5rem); margin-bottom: 38px; }
  .hero-foot { display: block; }
  .hero-foot > p { font-size: 1rem; }
  .hero-foot .text-button { margin-top: 28px; }
  .brief { grid-template-columns: 1fr; padding: 72px 0 82px; }
  .section-number { margin-bottom: 9px; }
  .brief h2, .matrix-heading h2 { margin-bottom: 38px; }
  .field-pair, .matrix, .summary { grid-template-columns: 1fr; }
  .matrix-section { padding: 72px 0 82px; }
  .matrix-heading { display: block; }
  .matrix-heading .text-button { margin-top: 26px; }
  .option-card { padding: 22px 18px; }
  .option-head { min-height: 78px; }
  .checks label { grid-template-columns: 1fr; gap: 7px; }
  .result-section { padding: 78px 0 86px; }
  .verdict { padding: 28px 22px; }
  footer { display: block; text-align: center; }
  footer p { margin: 11px 0; }
}

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

