:root {
  --red: #ed001c;
  --ink: #090909;
  --paper: #fff;
  --line: rgba(255, 255, 255, .21);
  --font-display: "Montserrat", sans-serif;
  --font-body: "DM Sans", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--ink); color: var(--paper); font: 16px var(--font-body); }
.wrap { width: min(1800px, calc(100% - 64px)); margin-inline: auto; }

.hero { position: relative; min-height: 760px; overflow: hidden; background: #090808; }
.hero-bg { position: absolute; inset: 0 32px 0 42%; display: grid; place-items: center end; background: #090808; }
.hero-bg img { display: block; width: 100%; height: 100%; object-fit: contain; object-position: right center; }
.hero-shade { position: absolute; inset: 0; background: transparent; }
.topbar, .hero-grid, .marquee { position: relative; z-index: 1; }
.topbar { height: 122px; display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid var(--line); }
.brand { display: block; width: 260px; height: 76px; overflow: hidden; background: #fff; border-radius: 2px; }
.brand img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.top-cta { display: inline-flex; gap: 18px; align-items: center; color: #fff; text-decoration: none; font-weight: 700; border-bottom: 2px solid var(--red); padding: 10px 0; }
.top-cta span { color: var(--red); font-size: 1.3rem; }

.hero-grid { display: block; padding-block: clamp(64px, 9vh, 108px) 122px; }
.hero-copy { width: min(740px, calc(42vw - 32px)); padding: clamp(28px, 4vw, 48px); background: #050505; border-left: 5px solid var(--red); }
.eyebrow, .card-kicker { font: 800 .78rem var(--font-display); text-transform: uppercase; letter-spacing: .18em; }
.eyebrow { display: flex; align-items: center; gap: 12px; color: #fff; }
.eyebrow span { width: 42px; height: 3px; background: var(--red); }
h1 { max-width: 730px; margin: .25em 0 .3em; font: 900 clamp(3.35rem, 6.5vw, 6.85rem)/.91 var(--font-display); letter-spacing: -.065em; text-transform: uppercase; }
h1 em { display: block; color: var(--red); font-style: normal; }
.lede { max-width: 610px; margin: 0; color: #ececec; font-size: clamp(1.05rem, 1.6vw, 1.3rem); line-height: 1.55; }
.service-line { display: flex; gap: 16px; align-items: flex-start; margin-top: 30px; }
.service-line p { margin: 0; line-height: 1.45; color: #cfcfcf; }
.service-line strong { color: #fff; }
.service-icon { width: 35px; height: 35px; display: grid; place-items: center; flex: none; background: var(--red); border-radius: 50%; }
.socials { display: flex; gap: 10px; margin-top: 28px; }
.socials a { width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: #fff; transition: .2s ease; }
.socials a:hover, .socials a:focus-visible { background: var(--red); border-color: var(--red); transform: translateY(-2px); }
.socials svg { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.socials .fill { fill: currentColor; stroke: none; }

.marquee { position: absolute; bottom: 0; left: 0; width: 100%; overflow: hidden; background: var(--red); white-space: nowrap; }
.marquee div { padding: 16px 24px; font: 800 clamp(1rem, 1.35vw, 1.4rem) var(--font-display); letter-spacing: .16em; text-align: center; }
.marquee i { font-style: normal; margin: 0 18px; }

.signup-section { background: #f5f2ee; color: var(--ink); padding: clamp(56px, 7vw, 92px) 0; }
.signup-shell { width: min(1480px, calc(100% - 64px)); display: grid; grid-template-columns: minmax(330px, .7fr) minmax(0, 1.3fr); gap: clamp(52px, 6vw, 96px); align-items: start; }
.signup-heading { position: sticky; top: 30px; }
.scarcity { display: inline-flex; align-items: center; gap: 9px; margin: 0 0 22px; padding: 9px 13px; border: 1px solid rgba(237,0,28,.3); background: rgba(237,0,28,.07); color: #c80018; font: 800 .82rem var(--font-display); text-transform: uppercase; letter-spacing: .08em; }
.scarcity span { width: 8px; height: 8px; flex: none; border-radius: 50%; background: var(--red); box-shadow: 0 0 0 5px rgba(237,0,28,.12); }
.signup-card { background: #fff; border-top: 5px solid var(--red); padding: clamp(28px, 4vw, 48px); box-shadow: 0 20px 60px rgba(0,0,0,.11); }
.card-kicker { margin: 0 0 10px; color: var(--red); }
h2 { margin: 0; font: 800 clamp(1.8rem, 3vw, 2.6rem) var(--font-display); text-transform: uppercase; letter-spacing: -.04em; }
.card-intro { max-width: 380px; color: #555; line-height: 1.55; margin: 12px 0 0; }
.name-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.field { margin-bottom: 15px; }
.field label { display: block; margin-bottom: 7px; font-weight: 600; font-size: .88rem; }
.field label span { color: #777; font-weight: 400; }
.field input, .field textarea { width: 100%; border: 1px solid #c9c6c1; border-radius: 0; background: #fff; color: #111; font: inherit; padding: 12px 13px; outline: none; transition: .2s; }
.field textarea { resize: vertical; min-height: 72px; }
.field input:focus, .field textarea:focus { border-color: var(--red); box-shadow: 0 0 0 3px rgba(237,0,28,.14); }
.field input:user-invalid, .field textarea:user-invalid { border-color: #d91d33; }
button { width: 100%; border: 0; background: var(--red); color: #fff; display: flex; justify-content: space-between; align-items: center; padding: 15px 18px; font: 800 .95rem var(--font-display); text-transform: uppercase; letter-spacing: .03em; cursor: pointer; transition: .2s; }
button:hover { background: #ff1732; }
button:disabled { cursor: wait; opacity: .7; }
.button-icon { font-size: 1.35rem; }
.privacy { font-size: .72rem; line-height: 1.4; color: #6d6d6d; margin: 11px 0 0; }
.form-status { min-height: 24px; margin-top: 8px; font-size: .88rem; font-weight: 600; }
.form-status.success { color: #167642; }
.form-status.error { color: #bd1830; }
.honeypot { position: absolute !important; left: -10000px !important; }

footer { background: #050505; border-top: 1px solid #202020; }
.footer-inner { min-height: 78px; display: flex; align-items: center; gap: 34px; color: #8d8d8d; font-size: .82rem; }
.footer-inner p { margin: 0; margin-right: auto; }
.footer-inner a { color: #bdbdbd; text-decoration: none; }
.footer-inner a:hover { color: #fff; }

@media (max-width: 820px) {
  .wrap { width: min(100% - 32px, 660px); }
  .hero { min-height: auto; }
  .hero-bg { inset: 98px 0 auto; height: 330px; background: #090808; }
  .hero-bg img { object-position: center top; }
  .hero-shade { background: transparent; }
  .topbar { height: 98px; }
  .brand { width: 205px; height: 62px; }
  .top-cta { font-size: .88rem; }
  .hero-grid { padding-block: 330px 105px; }
  .hero-copy { width: 100%; max-width: none; }
  .signup-shell { width: min(100% - 32px, 660px); }
  h1 { font-size: clamp(3rem, 13vw, 5rem); }
  .signup-shell { grid-template-columns: 1fr; gap: 30px; }
  .signup-heading { position: static; }
  .signup-heading .card-intro { max-width: 560px; }
  .footer-inner { padding-block: 24px; flex-wrap: wrap; gap: 12px 22px; }
  .footer-inner p { width: 100%; margin: 0; }
}

@media (max-width: 520px) {
  .wrap { width: calc(100% - 28px); }
  .topbar { height: 86px; }
  .brand { width: 170px; height: 51px; }
  .top-cta { font-size: 0; width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 50%; justify-content: center; padding: 0; }
  .top-cta span { font-size: 1.3rem; }
  .hero-bg { inset: 86px 0 auto; height: 285px; }
  .hero-grid { padding-top: 285px; }
  .hero-copy { padding: 25px 20px; }
  .eyebrow { font-size: .7rem; }
  h1 { font-size: clamp(2.75rem, 13.5vw, 4.1rem); }
  .lede { font-size: 1rem; }
  .service-line { margin-top: 24px; }
  .signup-card { padding: 27px 20px; }
  .name-row { grid-template-columns: 1fr; gap: 0; }
  .marquee div { padding: 14px; font-size: .82rem; letter-spacing: .08em; text-align: left; }
  .footer-inner { display: block; }
  .footer-inner > * { display: block; margin: 0 0 10px !important; }
}

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