:root {
  --orange: #f47c20;
  --orange-dark: #d95e00;
  --black: #080808;
  --charcoal: #151515;
  --gray: #676767;
  --light: #f5f5f3;
  --white: #ffffff;
  --max: 1440px;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 72px;
  padding: 12px clamp(20px, 5vw, 72px);
  background: rgba(8, 8, 8, .94);
  border-bottom: 1px solid rgba(255,255,255,.12);
  backdrop-filter: blur(12px);
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: "Barlow Condensed", Impact, sans-serif;
  font-size: 1.7rem;
  font-weight: 800;
  letter-spacing: .02em;
}
.brand-flame { font-size: 1.4rem; }
.brand-logo-link { display: block; line-height: 0; }
.brand-logo { width: clamp(210px, 24vw, 360px); height: auto; }
.footer-logo-link { display: inline-block; line-height: 0; }
.footer-logo { width: min(420px, 88vw); height: auto; }
nav { display: flex; align-items: center; gap: 26px; font-weight: 600; }
nav a:hover { color: var(--orange); }
.nav-cta { padding: 9px 16px; border: 1px solid var(--orange); border-radius: 999px; }

.hero {
  position: relative;
  min-height: min(760px, 82vh);
  display: grid;
  align-items: center;
  overflow: hidden;
}
.hero > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0,0,0,.92) 0%, rgba(0,0,0,.66) 42%, rgba(0,0,0,.16) 100%);
}
.hero-content {
  position: relative;
  z-index: 2;
  width: min(720px, 88vw);
  margin-left: clamp(22px, 7vw, 120px);
  padding: 90px 0;
}
.eyebrow {
  margin: 0 0 10px;
  color: var(--orange);
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}
h1, h2 {
  margin: 0;
  font-family: "Barlow Condensed", Impact, sans-serif;
  line-height: .94;
  text-transform: uppercase;
}
h1 { max-width: 780px; font-size: clamp(4.2rem, 9vw, 8.4rem); }
h2 { font-size: clamp(3rem, 6vw, 5.5rem); }
.hero-content > p:not(.eyebrow) { max-width: 650px; font-size: clamp(1.05rem, 2vw, 1.35rem); }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 30px; }
.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 52px;
  padding: 12px 24px;
  border-radius: 6px;
  border: 2px solid transparent;
  font-family: "Barlow Condensed", Impact, sans-serif;
  font-size: 1.2rem;
  font-weight: 800;
  letter-spacing: .05em;
  text-transform: uppercase;
  cursor: pointer;
  transition: .2s ease;
}
.button-primary { background: var(--orange); color: #111; }
.button-primary:hover { background: #ff9448; transform: translateY(-1px); }
.button-secondary { border-color: var(--white); background: rgba(0,0,0,.36); }
.button-secondary:hover { background: var(--white); color: var(--black); }

.section-dark, .section-light { padding: clamp(70px, 9vw, 130px) clamp(22px, 7vw, 110px); }
.section-dark { background: var(--charcoal); }
.section-light { background: var(--white); color: var(--black); }
.narrow { max-width: 900px; margin: 0 auto; text-align: center; }
.narrow p:last-child { font-size: 1.15rem; }

.visual-section {
  width: 100%;
  padding: clamp(28px, 4vw, 64px) clamp(18px, 5vw, 72px);
  background: var(--black);
  overflow: hidden;
}
.visual-section.white-bg { background: var(--white); }
.visual-section img {
  width: min(100%, 1180px);
  height: auto;
  max-height: 720px;
  margin: 0 auto;
  object-fit: contain;
}

.split-section {
  display: grid;
  grid-template-columns: minmax(0, .78fr) minmax(0, 1.22fr);
  gap: clamp(30px, 6vw, 90px);
  align-items: center;
}
.split-copy { max-width: 620px; }
.split-copy p { font-size: 1.08rem; }
.split-image {
  display: flex;
  justify-content: center;
}
.split-image img {
  width: min(100%, 720px);
  max-height: 680px;
  object-fit: contain;
  border-radius: 8px;
}
.check-list { padding: 0; margin: 28px 0 0; list-style: none; }
.check-list li { position: relative; padding: 8px 0 8px 34px; font-weight: 600; }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--orange); font-weight: 900; }

.signup-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, .8fr);
  background: var(--white);
  color: var(--black);
}
.signup-art {
  min-height: 0;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(36px, 5vw, 80px);
}
.signup-art img {
  width: min(100%, 620px);
  height: auto;
  max-height: 680px;
  object-fit: contain;
}
.signup-panel { padding: clamp(54px, 7vw, 110px); align-self: center; }
.signup-panel h2 { font-size: clamp(2.8rem, 5vw, 5rem); }
.signup-panel > p { max-width: 620px; }
form { display: grid; gap: 10px; margin-top: 32px; }
form label { font-weight: 700; margin-top: 8px; }
form input[type="text"], form input[type="email"] {
  width: 100%;
  min-height: 52px;
  padding: 12px 14px;
  border: 2px solid #d8d8d8;
  border-radius: 6px;
  background: #fff;
  color: #111;
  font: inherit;
}
form input:focus { outline: 3px solid rgba(244,124,32,.25); border-color: var(--orange); }
.checkbox-row { display: flex; align-items: flex-start; gap: 12px; font-weight: 500; }
.checkbox-row input { width: 20px; height: 20px; margin-top: 3px; accent-color: var(--orange); }
.form-button { width: 100%; margin-top: 12px; border: 0; }
.form-note { margin: 0; color: var(--gray); font-size: .88rem; }
.form-status { min-height: 24px; font-weight: 700; }
.form-status.success { color: #187438; }
.form-status.error { color: #b3261e; }
.hidden-field { position: absolute; left: -9999px; }

footer { padding: 50px 24px; text-align: center; background: #050505; color: #cfcfcf; }
.footer-brand { justify-content: center; color: #fff; }
footer p { margin: 5px 0; }

@media (max-width: 900px) {
  nav a:not(.nav-cta) { display: none; }
  .hero { min-height: 700px; }
  .hero-overlay { background: linear-gradient(90deg, rgba(0,0,0,.92), rgba(0,0,0,.5)); }
  .split-section, .signup-section { grid-template-columns: 1fr; }
  .signup-art { min-height: auto; padding: 30px 20px 0; }
  .signup-art img { width: min(100%, 480px); height: auto; max-height: none; }
  .signup-panel { padding: 60px 24px 80px; }
  .visual-section {
    padding: 28px 18px;
  }
  .visual-section img {
    width: min(100%, 760px);
    max-height: none;
  }
}

@media (max-width: 560px) {
  .site-header { min-height: 64px; }
  .brand { font-size: 1.35rem; }
  .brand-logo { width: 190px; }
  .nav-cta { padding: 7px 10px; font-size: .9rem; }
  .hero-content { margin-left: 22px; margin-right: 22px; width: auto; padding: 70px 0; }
  h1 { font-size: clamp(3.4rem, 17vw, 5.2rem); }
  .hero-actions { flex-direction: column; }
  .button { width: 100%; }
  .section-dark, .section-light { padding-left: 22px; padding-right: 22px; }
  .visual-section {
    padding: 18px 12px;
  }
  .visual-section img {
    width: 100%;
    border-radius: 4px;
  }
  .split-image img {
    max-height: 520px;
  }
  .signup-art img {
    width: min(100%, 360px);
    max-height: 430px;
  }
}
