:root {
  --red: #c8102e;
  --red-dark: #8f0920;
  --cream: #f3efe4;
  --paper: #fffdf8;
  --ink: #11100e;
  --muted: #6e6961;
  --line: #d9d2c4;
  --blue: #1556b8;
  --shadow: 0 24px 70px rgb(26 17 11 / 18%);
  --max: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: "Arial Narrow", "Roboto Condensed", "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  overflow-x: hidden;
}

a { color: inherit; }
img { display: block; max-width: 100%; }

.topline {
  height: 34px;
  overflow: hidden;
  color: white;
  background: var(--ink);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .18em;
}
.ticker {
  width: var(--max);
  max-width: calc(100% - 40px);
  height: 100%;
  margin: auto;
  display: flex;
  align-items: center;
  gap: 26px;
  white-space: nowrap;
}
.ticker i { width: 28px; height: 3px; background: var(--red); transform: skewX(-28deg); }

.site-header {
  width: 100%;
  min-height: 82px;
  padding: 14px max(22px, calc((100vw - var(--max)) / 2));
  display: flex;
  align-items: center;
  gap: 34px;
  background: rgb(243 239 228 / 94%);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
  position: sticky;
  top: 0;
  z-index: 50;
}
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
.brand img { border-radius: 9px; }
.brand span { display: grid; line-height: 1.05; }
.brand b { font-size: 18px; letter-spacing: .05em; }
.brand small { margin-top: 4px; color: var(--muted); font-size: 9px; font-weight: 800; letter-spacing: .18em; }
.site-header nav { margin-left: auto; display: flex; gap: 28px; }
.site-header nav a { position: relative; text-decoration: none; font-size: 13px; font-weight: 800; letter-spacing: .04em; }
.site-header nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 3px; background: var(--red); transition: right .2s ease; }
.site-header nav a:hover::after { right: 0; }

.button {
  min-height: 48px;
  padding: 0 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  border: 2px solid transparent;
  text-decoration: none;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .09em;
  transition: transform .16s ease, background .16s ease, color .16s ease;
}
.button:hover { transform: translateY(-2px); }
.button-small { min-height: 40px; padding-inline: 18px; }
.button-dark { color: white; background: var(--ink); }
.button-primary { color: white; background: var(--red); box-shadow: 8px 8px 0 var(--ink); }
.button-primary:hover { background: var(--red-dark); }
.button-ghost { border-color: var(--ink); }
.button-light { color: var(--red); background: white; }
.button-outline-light { color: white; border-color: white; }

.hero {
  min-height: 690px;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: var(--paper);
}
.hero-red-shape {
  position: absolute;
  width: 66%;
  height: 100%;
  right: -17%;
  top: 0;
  background: var(--red);
  transform: skewX(-19deg);
  z-index: -2;
}
.hero-grid {
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: .12;
  background-image: linear-gradient(var(--ink) 1px, transparent 1px), linear-gradient(90deg, var(--ink) 1px, transparent 1px);
  background-size: 80px 80px;
  mask-image: linear-gradient(90deg, #000, transparent 75%);
}
.hero-copy, .hero-product { position: absolute; top: 50%; transform: translateY(-50%); }
.hero-copy { width: 48%; left: max(28px, calc((100% - var(--max)) / 2)); }
.eyebrow { margin: 0 0 18px; color: #ffd9d9; font-size: 11px; font-weight: 900; letter-spacing: .19em; text-transform: uppercase; }
.eyebrow-dark { color: var(--red); }
.hero h1, .cta h2 {
  margin: 0;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: clamp(82px, 9vw, 146px);
  line-height: .78;
  letter-spacing: -.025em;
  text-transform: uppercase;
}
.hero h1 em { color: var(--red); font-style: normal; }
.hero-lede { max-width: 650px; margin: 36px 0 30px; font-size: clamp(18px, 2vw, 25px); font-weight: 600; line-height: 1.35; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 18px; }
.hero-proof { margin: 42px 0 0; padding: 0; display: flex; gap: 28px; list-style: none; color: var(--muted); font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.hero-proof strong { margin-right: 5px; color: var(--red); font-size: 20px; }
.hero-product { width: min(47vw, 690px); right: max(22px, calc((100% - var(--max)) / 2)); }
.product-frame { padding: 18px; background: #171513; box-shadow: var(--shadow); transform: rotate(-2deg); }
.product-frame img { width: 100%; }
.number-plate { width: 112px; height: 54px; display: grid; place-items: center; position: absolute; right: -16px; top: -46px; z-index: 2; color: white; background: var(--ink); font-size: 24px; font-weight: 900; letter-spacing: .12em; }
.product-caption { margin: 28px 0 0 46px; color: white; display: flex; justify-content: space-between; font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }

.manifesto {
  max-width: var(--max);
  margin: 0 auto;
  padding: 82px 32px;
  display: grid;
  grid-template-columns: 110px 1.5fr 1fr;
  align-items: center;
  gap: 42px;
}
.manifesto-number { color: var(--red); font: 100px/.8 Impact, sans-serif; }
.manifesto h2, .section-heading h2, .screen-copy h2, .security h2 {
  margin: 0;
  font-size: clamp(42px, 5vw, 72px);
  line-height: .95;
  letter-spacing: -.04em;
}
.manifesto h2 span { color: var(--red); }
.manifesto > p { color: var(--muted); font-size: 18px; }

.section-pad { max-width: var(--max); margin: auto; padding: 110px 32px; }
.section-heading { margin-bottom: 58px; }
.step-grid { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); list-style: none; border: 1px solid var(--ink); }
.step-grid li { min-height: 270px; padding: 28px; border-right: 1px solid var(--ink); position: relative; background: var(--paper); }
.step-grid li:last-child { border-right: 0; }
.step-grid li::after { content: ""; position: absolute; left: 28px; right: 28px; bottom: 24px; height: 6px; background: var(--red); transform: skewX(-28deg); }
.step-grid span { color: var(--red); font: 58px/1 Impact, sans-serif; }
.step-grid b { margin-top: 34px; display: block; font-size: 20px; letter-spacing: .08em; }
.step-grid p { color: var(--muted); }

.screen-section { display: grid; grid-template-columns: .82fr 1.18fr; align-items: center; gap: 70px; padding: 110px max(32px, calc((100vw - var(--max)) / 2)); color: white; background: var(--ink); overflow: hidden; }
.screen-copy p { color: #b9b3aa; font-size: 18px; }
.feature-list { margin-top: 42px; display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.feature-list span { padding: 12px 16px; border-left: 4px solid var(--red); background: #22201d; font-size: 12px; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.settings-shot { margin: 0; padding: 14px; background: var(--cream); box-shadow: 24px 24px 0 var(--red); transform: rotate(1.5deg); }
.settings-shot img { width: 100%; }
.settings-shot figcaption { padding: 14px 4px 2px; color: var(--ink); display: flex; justify-content: space-between; font-size: 11px; letter-spacing: .07em; }

.split-heading { display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 80px; }
.split-heading > p { color: var(--muted); font-size: 18px; }
.compat-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.compat-grid article { min-height: 200px; padding: 28px; position: relative; color: white; background: var(--red); overflow: hidden; }
.compat-grid article:nth-child(even) { background: var(--ink); }
.compat-grid article::after { content: ""; width: 130px; height: 130px; border: 28px solid rgb(255 255 255 / 10%); position: absolute; right: -52px; bottom: -62px; transform: rotate(45deg); }
.compat-grid b { display: block; margin-top: 42px; font: 40px/1 Impact, sans-serif; letter-spacing: .04em; }
.compat-grid p { color: rgb(255 255 255 / 75%); }
.status { padding: 4px 8px; border: 1px solid rgb(255 255 255 / 55%); font-size: 9px; font-weight: 900; letter-spacing: .14em; }

.security { padding: 72px max(32px, calc((100vw - var(--max)) / 2)); display: grid; grid-template-columns: 140px 1fr auto; align-items: center; gap: 48px; color: white; background: var(--red); }
.security-mark { width: 120px; height: 120px; display: grid; place-items: center; border: 6px solid white; border-radius: 50%; font: 36px Impact, sans-serif; }
.security h2 { font-size: clamp(38px, 4vw, 64px); }
.security p { max-width: 760px; color: #ffe4e5; }

.engineering-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 5px solid var(--ink); }
.engineering-grid > div { min-height: 190px; padding: 34px 24px; display: grid; grid-template-columns: 50px 170px 1fr; align-items: start; gap: 18px; border-bottom: 1px solid var(--line); }
.engineering-grid small { color: var(--red); font-size: 14px; font-weight: 900; }
.engineering-grid b { font-size: 20px; letter-spacing: .08em; }
.engineering-grid p { margin: 0; color: var(--muted); }

.cta { min-height: 520px; padding: 90px max(32px, calc((100vw - var(--max)) / 2)); color: white; background: var(--red); position: relative; overflow: hidden; }
.cta h2 { font-size: clamp(74px, 10vw, 145px); }
.cta-chevron { width: 48vw; height: 48vw; border: 9vw solid rgb(255 255 255 / 9%); position: absolute; right: -19vw; top: -12vw; transform: rotate(45deg); }
.cta .hero-actions { margin-top: 48px; position: relative; }

footer { min-height: 120px; padding: 28px max(32px, calc((100vw - var(--max)) / 2)); display: flex; align-items: center; gap: 42px; color: #d6d0c6; background: var(--ink); font-size: 12px; }
footer p { margin: 0; }
footer a { color: white; }
.footer-brand small { color: #9c968d; }
.footer-code { margin-left: auto; font-family: Consolas, monospace; letter-spacing: .1em; }

@media (max-width: 980px) {
  .site-header nav { display: none; }
  .hero { min-height: 900px; }
  .hero-red-shape { width: 95%; height: 46%; right: -35%; top: auto; bottom: 0; }
  .hero-copy, .hero-product { width: auto; left: 28px; right: 28px; transform: none; }
  .hero-copy { top: 70px; }
  .hero-product { top: auto; bottom: 64px; }
  .hero h1 { font-size: 92px; }
  .manifesto { grid-template-columns: 80px 1fr; }
  .manifesto > p { grid-column: 2; }
  .step-grid, .compat-grid { grid-template-columns: 1fr 1fr; }
  .step-grid li:nth-child(2) { border-right: 0; }
  .screen-section { grid-template-columns: 1fr; }
  .split-heading { grid-template-columns: 1fr; gap: 24px; }
  .security { grid-template-columns: 110px 1fr; }
  .security .button { grid-column: 2; justify-self: start; }
}

@media (max-width: 620px) {
  .topline { display: none; }
  .site-header { min-height: 70px; }
  .site-header .button { display: none; }
  .hero { min-height: 830px; }
  .hero-copy { top: 52px; }
  .hero h1 { font-size: 70px; }
  .hero-lede { font-size: 18px; }
  .hero-proof { flex-wrap: wrap; gap: 12px 20px; }
  .product-caption { margin-left: 0; }
  .manifesto { padding: 64px 22px; grid-template-columns: 1fr; }
  .manifesto-number { font-size: 64px; }
  .manifesto > p { grid-column: 1; }
  .section-pad { padding: 80px 22px; }
  .step-grid, .compat-grid, .engineering-grid { grid-template-columns: 1fr; }
  .step-grid li { border-right: 0; }
  .screen-section { padding: 80px 22px; }
  .feature-list { grid-template-columns: 1fr; }
  .security { padding: 70px 22px; grid-template-columns: 1fr; }
  .security .button { grid-column: 1; }
  .engineering-grid > div { grid-template-columns: 40px 1fr; }
  .engineering-grid p { grid-column: 2; }
  .cta { padding: 80px 22px; }
  .cta h2 { font-size: 68px; }
  footer { align-items: flex-start; flex-direction: column; gap: 18px; }
  .footer-code { margin-left: 0; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}
