:root {
  --black: #080808;
  --ink: #141414;
  --paper: #f4f1ea;
  --white: #fff;
  --red: #e73224;
  --line: rgba(255, 255, 255, 0.18);
  --muted: #aaa;
}

* { box-sizing: border-box; }
html { overflow-x: hidden; scroll-behavior: smooth; }
body { margin: 0; max-width: 100%; overflow-x: hidden; background: var(--paper); color: var(--ink); font-family: Inter, Arial, sans-serif; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }

.site-header {
  align-items: center; background: rgba(8, 8, 8, 0.96); border-bottom: 1px solid var(--line);
  color: white; display: flex; height: 78px; justify-content: space-between; padding: 0 5vw;
  position: sticky; top: 0; z-index: 20;
}
.wordmark { align-items: center; display: inline-flex; font-size: .82rem; font-weight: 800; gap: .75rem; letter-spacing: .14em; }
.wordmark-logo { background: white; border-radius: 50%; height: 42px; object-fit: contain; width: 42px; }
nav { align-items: center; display: flex; gap: 2rem; }
nav > a { font-size: .82rem; font-weight: 700; }

.button { background: var(--red); border: 1px solid var(--red); color: white; cursor: pointer; display: inline-block; font: 800 .85rem Inter; letter-spacing: .04em; padding: 1.05rem 1.35rem; text-transform: uppercase; transition: .2s ease; }
.button:hover, .button:focus-visible { background: white; border-color: white; color: black; transform: translateY(-2px); }
.button-small { padding: .75rem 1rem; }

.hero { background: var(--black); color: white; display: grid; grid-template-columns: 1.05fr .95fr; min-height: calc(100vh - 78px); overflow: hidden; padding: 8vw 5vw 7vw; position: relative; }
.hero-grid { background-image: linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px); background-size: 56px 56px; inset: 0; mask-image: linear-gradient(to right, black, transparent); position: absolute; }
.hero-copy { align-self: center; max-width: 780px; position: relative; z-index: 2; }
.eyebrow, .section-kicker { font-size: .75rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow { align-items: center; color: #ccc; display: flex; gap: .7rem; }
.eyebrow span { background: var(--red); height: 9px; width: 9px; }
h1, h2, h3 { margin-top: 0; }
h1 { font-family: "Archivo Black", sans-serif; font-size: clamp(3.2rem, 6.5vw, 7.2rem); letter-spacing: -.055em; line-height: .96; margin: 2rem 0; max-width: 1000px; text-transform: uppercase; }
.hero-intro { color: #c8c8c8; font-size: clamp(1.05rem, 1.5vw, 1.3rem); line-height: 1.7; max-width: 690px; }
.hero-actions { align-items: center; display: flex; flex-wrap: wrap; gap: 1.8rem; margin: 2.4rem 0; }
.text-link { border-bottom: 1px solid #666; font-size: .9rem; font-weight: 700; padding: .8rem 0; }
.text-link span { color: var(--red); margin-left: .5rem; }
.hero-points { display: flex; flex-wrap: wrap; gap: 1.5rem; list-style: none; margin: 3rem 0 0; padding: 0; }
.hero-points li { color: #aaa; font-size: .72rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.hero-points li::before { color: var(--red); content: "●"; margin-right: .55rem; }
.hero-visual { align-self: center; min-height: 600px; position: relative; z-index: 2; }
.hero-frame { background: #161616; border: 1px solid #333; box-shadow: 0 40px 90px #000; overflow: hidden; position: absolute; right: -12%; top: 8%; transform: rotate(2deg); width: 92%; }
.hero-frame img { filter: saturate(.72) contrast(1.08); width: 100%; }
.score-card { background: white; box-shadow: 0 18px 50px rgba(0,0,0,.45); color: black; display: flex; flex-direction: column; padding: 1.2rem; position: absolute; width: 160px; z-index: 4; }
.score-card span { color: #666; font-size: .58rem; font-weight: 800; letter-spacing: .13em; }
.score-card strong { font-family: "Archivo Black"; font-size: 2.8rem; line-height: 1.1; }
.score-card small { color: #777; }
.score-card-a { left: 0; top: 5%; transform: rotate(-5deg); }
.score-card-b { bottom: 8%; right: 1%; transform: rotate(4deg); }

.signal-bar { background: var(--red); color: white; display: grid; grid-template-columns: repeat(4, 1fr); padding: 1.2rem 5vw; }
.signal-bar div { align-items: center; border-right: 1px solid rgba(255,255,255,.35); display: flex; gap: .8rem; padding: .7rem 1.2rem; }
.signal-bar div:last-child { border: 0; }
.signal-bar strong { font-family: "Archivo Black"; font-size: .9rem; }
.signal-bar span { font-size: .76rem; font-weight: 700; text-transform: uppercase; }

.split-section { display: grid; gap: 8vw; grid-template-columns: 1fr 1fr; padding: 9vw 7vw; }
.section-kicker { color: var(--red); }
h2 { font-family: "Archivo Black"; font-size: clamp(2.7rem, 5vw, 5.7rem); letter-spacing: -.045em; line-height: 1; text-transform: uppercase; }
.opportunity-copy > p { font-size: 1.08rem; line-height: 1.75; }
.mini-stats { border-top: 1px solid #bbb; display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 2.5rem; padding-top: 1.6rem; }
.mini-stats strong, .mini-stats span { display: block; }
.mini-stats strong { font-family: "Archivo Black"; font-size: 1rem; }
.mini-stats span { color: #666; font-size: .7rem; margin-top: .35rem; }

.platform { background: white; padding: 8vw 5vw; }
.section-heading { margin: 0 auto 5rem; max-width: 1180px; }
.section-heading h2 { max-width: 950px; }
.section-heading > p:last-child { color: #666; font-size: 1.1rem; }
.feature { display: grid; grid-template-columns: .82fr 1.18fr; margin: 0 auto 3rem; max-width: 1350px; min-height: 620px; overflow: hidden; }
.feature-reverse { grid-template-columns: 1.18fr .82fr; }
.feature-reverse .feature-copy { order: 2; }
.feature-copy { align-self: center; padding: clamp(2.5rem, 6vw, 6rem); }
.feature-copy h3 { font-family: "Archivo Black"; font-size: clamp(2.1rem, 3.6vw, 4rem); letter-spacing: -.04em; line-height: 1; margin: 1.5rem 0; text-transform: uppercase; }
.feature-copy p { font-size: 1.02rem; line-height: 1.7; }
.feature-copy ul { line-height: 2; list-style: none; padding: 0; }
.feature-copy li::before { color: var(--red); content: "■"; font-size: .6rem; margin-right: .7rem; }
.feature-number { font-size: .68rem; font-weight: 800; letter-spacing: .15em; }
.feature-image { align-items: center; display: flex; justify-content: center; overflow: hidden; padding: 5%; }
.feature-image img { box-shadow: 0 25px 65px rgba(0,0,0,.28); max-height: 520px; object-fit: contain; }
.feature-dark { background: #0b0b0b; color: white; }
.feature-dark .feature-copy p, .feature-red .feature-copy p { color: #ccc; }
.feature-light { background: var(--paper); }
.feature-red { background: #181818; border-left: 10px solid var(--red); color: white; }
.image-stack { position: relative; }
.image-stack img { position: absolute; width: 65%; }
.image-stack img:first-child { left: 8%; top: 10%; }
.image-stack img:last-child { bottom: 9%; right: 7%; }

.workflow { background: var(--black); color: white; padding: 9vw 6vw; }
.section-heading-light > p:last-child { color: #aaa; }
.workflow-grid { display: grid; grid-template-columns: repeat(4, 1fr); list-style: none; margin: 5rem 0 0; padding: 0; }
.workflow-grid li { border-left: 1px solid #444; min-height: 230px; padding: 0 2rem; }
.workflow-grid span { color: var(--red); font-family: "Archivo Black"; }
.workflow-grid h3 { font-family: "Archivo Black"; font-size: 1.65rem; margin: 4rem 0 1rem; text-transform: uppercase; }
.workflow-grid p { color: #aaa; line-height: 1.6; }

.commercial { display: grid; gap: 6vw; grid-template-columns: .9fr 1.1fr; padding: 9vw 7vw; }
.commercial-copy > p:last-child { font-size: 1.08rem; line-height: 1.75; }
.commercial-grid { display: grid; grid-template-columns: 1fr 1fr; }
.commercial-grid div { border: 1px solid #aaa; display: flex; flex-direction: column; justify-content: space-between; min-height: 210px; padding: 1.6rem; }
.commercial-grid div:nth-child(2), .commercial-grid div:nth-child(4) { border-left: 0; }
.commercial-grid div:nth-child(3), .commercial-grid div:nth-child(4) { border-top: 0; }
.commercial-grid span { color: var(--red); font-size: .65rem; font-weight: 800; letter-spacing: .14em; }
.commercial-grid strong { font-family: "Archivo Black"; font-size: 1.35rem; text-transform: uppercase; }

.contact { background: var(--red); color: white; display: grid; gap: 8vw; grid-template-columns: 1fr 1fr; padding: 9vw 7vw; }
.contact .section-kicker { color: white; }
.contact-copy > p { line-height: 1.7; max-width: 620px; }
.contact-note { border-left: 3px solid white; font-weight: 700; padding-left: 1rem; }
.contact-form { background: white; color: black; padding: clamp(2rem, 4vw, 4rem); }
.contact-form label { display: block; font-size: .7rem; font-weight: 800; letter-spacing: .08em; margin-bottom: 1.3rem; text-transform: uppercase; }
.contact-form input, .contact-form textarea { background: #f2f2f2; border: 0; border-bottom: 2px solid #222; display: block; font: 1rem Inter; margin-top: .55rem; padding: .9rem; width: 100%; }
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--red); outline: 2px solid transparent; }
.contact-form .button:hover { background: black; border-color: black; color: white; }
.form-trap { height: 0; left: -10000px; overflow: hidden; position: absolute; width: 0; }
.form-status { color: #777; font-size: .72rem; line-height: 1.5; }

footer { align-items: center; background: var(--black); color: #aaa; display: flex; justify-content: space-between; padding: 3rem 5vw; }
footer .wordmark { color: white; }
footer p { font-size: .72rem; }
.footer-credit { letter-spacing: .02em; }
.footer-link { color: white; font-weight: 700; }
.footer-link:hover, .footer-link:focus-visible { text-decoration: underline; }

.thanks-page { background: var(--black); color: white; min-height: 100vh; }
.thanks-main { display: flex; flex-direction: column; justify-content: center; min-height: calc(100vh - 190px); padding: 8vw 7vw; }
.thanks-main h1 { font-size: clamp(4rem, 10vw, 9rem); margin: 1.5rem 0 1rem; }
.thanks-main > p:not(.eyebrow) { color: #ccc; font-size: 1.2rem; line-height: 1.7; margin: 0 0 2.5rem; }
.thanks-main .button { align-self: flex-start; }
.thanks-mark { align-items: center; background: var(--red); border-radius: 50%; display: flex; font-family: "Archivo Black"; font-size: 1.5rem; height: 54px; justify-content: center; margin-bottom: 2rem; width: 54px; }

@media (max-width: 980px) {
  nav > a:not(.button) { display: none; }
  .hero, .split-section, .commercial, .contact { grid-template-columns: 1fr; }
  .hero { padding-top: 7rem; }
  .hero-visual { min-height: 520px; }
  .signal-bar, .workflow-grid { grid-template-columns: 1fr 1fr; }
  .signal-bar div:nth-child(2) { border-right: 0; }
  .feature, .feature-reverse { grid-template-columns: 1fr; }
  .feature-reverse .feature-copy { order: initial; }
  .feature-image { min-height: 480px; }
}

@media (max-width: 600px) {
  .site-header { height: 68px; padding: 0 1.25rem; }
  .wordmark > span:last-child { display: none; }
  nav { gap: 0; }
  nav .button { font-size: .7rem; padding: .72rem .8rem; }
  .hero { min-height: auto; padding: 6rem 1.25rem 4rem; }
  .hero-copy { min-width: 0; }
  h1 { font-size: clamp(2.55rem, 12vw, 3rem); overflow-wrap: anywhere; }
  .hero-intro { font-size: 1rem; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .hero-visual { min-height: 370px; }
  .score-card { padding: .8rem; width: 125px; }
  .score-card strong { font-size: 2rem; }
  .signal-bar { grid-template-columns: 1fr; }
  .signal-bar div { border-bottom: 1px solid rgba(255,255,255,.35); border-right: 0; }
  .split-section, .platform, .workflow, .commercial, .contact { padding: 5rem 1.25rem; }
  .mini-stats, .workflow-grid, .commercial-grid { grid-template-columns: 1fr; }
  .mini-stats div { margin-bottom: 1rem; }
  .feature { min-height: 0; }
  .feature-copy { padding: 2.2rem 1.4rem; }
  .feature-image { min-height: 330px; padding: 1rem; }
  .image-stack img { width: 78%; }
  .workflow-grid li { border-bottom: 1px solid #444; border-left: 0; min-height: 0; padding: 2rem 0; }
  .workflow-grid h3 { margin: 1.5rem 0 .5rem; }
  .commercial-grid div, .commercial-grid div:nth-child(2), .commercial-grid div:nth-child(4) { border: 1px solid #aaa; min-height: 150px; }
  footer { align-items: flex-start; flex-direction: column; gap: 1rem; }
}

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