:root {
  --strike-red: #f04438;
  --deep-navy: #132238;
  --warm-white: #f5f1e8;
  --black: #111111;
  --navy-soft: #263650;
  --navy-muted: #aab5c4;
  --warm-muted: #6f746f;
  --line-light: rgba(19, 34, 56, 0.16);
  --line-dark: rgba(245, 241, 232, 0.18);
  --shell: min(1240px, calc(100% - 72px));
  --display: "Arial Narrow", "Roboto Condensed", "Helvetica Neue", Arial, sans-serif;
  --body: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--warm-white);
  color: var(--deep-navy);
  font-family: var(--body);
  line-height: 1.5;
  letter-spacing: -0.01em;
}

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

a {
  color: inherit;
  text-decoration: none;
}

button,
input {
  font: inherit;
}

button {
  cursor: pointer;
}

button:disabled {
  cursor: wait;
  opacity: 0.72;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3,
.button,
.site-nav,
.section-kicker,
.eyebrow,
.signal-row,
.visual-index,
.visual-meta,
.waitlist-card-top,
.form-helper,
.gear-status,
.footer-brand {
  font-family: var(--display);
}

.sr-only,
.skip-link {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link:focus {
  z-index: 20;
  width: auto;
  height: auto;
  margin: 16px;
  padding: 10px 14px;
  clip: auto;
  color: var(--warm-white);
  background: var(--deep-navy);
  border-radius: 3px;
}

.site-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: var(--shell);
  margin: 0 auto;
  padding: 20px 0;
}

.brand-mark {
  display: inline-flex;
  align-items: center;
  width: 208px;
  min-width: 0;
  background: var(--warm-white);
}

.brand-logo {
  width: 100%;
  height: 92px;
  object-fit: contain;
  object-position: center;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 3px;
  padding: 6px;
  color: var(--deep-navy);
  background: rgba(245, 241, 232, 0.98);
  border: 1px solid rgba(19, 34, 56, 0.18);
  box-shadow: 0 12px 28px rgba(19, 34, 56, 0.12);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.site-nav a {
  padding: 11px 14px;
  color: var(--deep-navy);
  border: 1px solid transparent;
  transition:
    color 180ms ease,
    border-color 180ms ease,
    background-color 180ms ease;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: var(--strike-red);
  background: rgba(19, 34, 56, 0.06);
  border-color: rgba(19, 34, 56, 0.16);
  outline: 0;
}

.site-nav .nav-cta {
  color: var(--warm-white);
  background: var(--deep-navy);
  border-color: var(--deep-navy);
}

.site-nav .nav-cta:hover,
.site-nav .nav-cta:focus-visible {
  color: var(--warm-white);
  background: var(--strike-red);
  border-color: var(--strike-red);
}

.site-nav .nav-cta span {
  margin-left: 7px;
  font-size: 16px;
}

.hero {
  position: relative;
  min-height: min(860px, 100svh);
  overflow: hidden;
  background: var(--warm-white);
}

.hero::before {
  position: absolute;
  top: 0;
  right: 0;
  width: 44%;
  height: 100%;
  background: var(--deep-navy);
  content: "";
  clip-path: polygon(22% 0, 100% 0, 100% 100%, 0 100%);
}

.hero-shell {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(400px, 0.9fr);
  align-items: center;
  gap: clamp(54px, 7vw, 108px);
  width: var(--shell);
  min-height: min(860px, 100svh);
  margin: 0 auto;
  padding: 142px 0 72px;
}

.hero-copy-block {
  position: relative;
  z-index: 2;
  max-width: 600px;
}

.eyebrow,
.section-kicker {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
  color: var(--strike-red);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.eyebrow-dot {
  display: inline-block;
  width: 9px;
  height: 9px;
  background: var(--strike-red);
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(240, 68, 56, 0.14);
}

h1,
h2,
h3 {
  font-weight: 900;
  letter-spacing: -0.055em;
  text-transform: uppercase;
}

h1 {
  max-width: 670px;
  margin-bottom: 26px;
  color: var(--deep-navy);
  font-size: clamp(78px, 10vw, 150px);
  line-height: 0.76;
}

h1 em {
  display: inline-block;
  color: var(--strike-red);
  font-style: normal;
}

.hero-lede {
  max-width: 520px;
  margin-bottom: 30px;
  color: #4c5660;
  font-size: clamp(17px, 1.55vw, 20px);
  line-height: 1.58;
}

.hero-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 52px;
  padding: 0 20px;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition:
    transform 180ms ease,
    background-color 180ms ease,
    box-shadow 180ms ease;
}

.button-primary {
  color: var(--warm-white);
  background: var(--strike-red);
  box-shadow: 8px 8px 0 var(--deep-navy);
}

.button-primary:hover,
.button-primary:focus-visible {
  transform: translate(2px, 2px);
  box-shadow: 5px 5px 0 var(--deep-navy);
  outline: 0;
}

.button span {
  font-family: var(--body);
  font-size: 18px;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--deep-navy);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border-bottom: 1px solid var(--deep-navy);
}

.text-link:hover,
.text-link:focus-visible {
  color: var(--strike-red);
  border-color: var(--strike-red);
  outline: 0;
}

.signal-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 60px;
  color: var(--deep-navy);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.signal-label {
  margin-right: 4px;
  color: var(--warm-muted);
}

.signal-row i {
  width: 22px;
  height: 1px;
  background: var(--strike-red);
}

.signal-active {
  color: var(--strike-red);
}

.hero-visual {
  position: relative;
  z-index: 3;
  width: min(100%, 570px);
  margin-left: auto;
  color: var(--warm-white);
}

.visual-index {
  margin: 0 0 12px 14px;
  color: var(--warm-white);
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.visual-index span {
  color: rgba(245, 241, 232, 0.5);
}

.hero-image-wrap {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1.08 / 1;
  padding: 12px;
  background: var(--warm-white);
  box-shadow: 18px 18px 0 rgba(240, 68, 56, 0.92);
}

.hero-image-wrap::before,
.hero-image-wrap::after {
  position: absolute;
  z-index: 3;
  background: var(--strike-red);
  content: "";
}

.hero-image-wrap::before {
  top: 0;
  left: 36px;
  width: 1px;
  height: 30px;
}

.hero-image-wrap::after {
  right: 0;
  bottom: 34px;
  width: 32px;
  height: 1px;
}

.hero-image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 72% center;
  filter: saturate(0.82) contrast(1.08);
}

.hero-image-overlay {
  position: absolute;
  inset: 12px;
  background:
    linear-gradient(90deg, rgba(19, 34, 56, 0.25) 0%, transparent 55%),
    linear-gradient(0deg, rgba(19, 34, 56, 0.68), transparent 44%);
}

.target-stamp {
  position: absolute;
  top: 14%;
  left: 10%;
  width: clamp(74px, 12vw, 112px);
  aspect-ratio: 1;
  border: 5px solid var(--strike-red);
  border-radius: 50%;
  transform: rotate(-8deg);
}

.target-stamp::before,
.target-stamp::after {
  position: absolute;
  top: calc(50% - 2px);
  width: 25px;
  height: 4px;
  background: var(--strike-red);
  content: "";
}

.target-stamp::before {
  left: -27px;
}

.target-stamp::after {
  right: -27px;
}

.target-stamp span::before,
.target-stamp span::after {
  position: absolute;
  left: calc(50% - 2px);
  width: 4px;
  height: 25px;
  background: var(--strike-red);
  content: "";
}

.target-stamp span::before {
  top: -27px;
}

.target-stamp span::after {
  bottom: -27px;
}

.visual-caption {
  position: absolute;
  right: 30px;
  bottom: 26px;
  z-index: 4;
  margin: 0;
  color: var(--warm-white);
  font-family: var(--display);
  font-size: clamp(17px, 2vw, 23px);
  font-weight: 800;
  letter-spacing: 0.06em;
  line-height: 1.1;
  text-align: right;
  text-transform: uppercase;
}

.visual-caption strong {
  color: var(--strike-red);
  font-weight: 900;
}

.visual-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 16px;
  padding: 10px 12px;
  color: var(--deep-navy);
  background: var(--warm-white);
  border: 1px solid rgba(245, 241, 232, 0.82);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.visual-meta > span:first-child,
.visual-meta > span:last-child {
  color: var(--deep-navy);
}

.meta-rule {
  flex: 1 1 32px;
  height: 1px;
  background: var(--strike-red);
}

.hero-contour {
  position: absolute;
  z-index: 1;
  width: 560px;
  height: 280px;
  border: 1px solid rgba(19, 34, 56, 0.1);
  border-radius: 50%;
  transform: rotate(-16deg);
  pointer-events: none;
}

.contour-one {
  right: 32%;
  bottom: -12%;
}

.contour-two {
  right: 27%;
  bottom: -18%;
  width: 690px;
  height: 360px;
}

.hero-scroll {
  position: absolute;
  bottom: 30px;
  left: max(36px, calc((100% - 1240px) / 2));
  z-index: 4;
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--warm-muted);
  font-family: var(--display);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero-scroll span {
  display: inline-block;
  width: 32px;
  height: 1px;
  background: var(--strike-red);
}

.approach-section {
  position: relative;
  overflow: hidden;
  color: var(--warm-white);
  background: var(--deep-navy);
}

.approach-section::after {
  position: absolute;
  top: -180px;
  right: -150px;
  width: 540px;
  height: 540px;
  border: 1px solid rgba(245, 241, 232, 0.14);
  border-radius: 50%;
  box-shadow: 0 0 0 35px rgba(245, 241, 232, 0.04), 0 0 0 74px rgba(245, 241, 232, 0.035);
  content: "";
  pointer-events: none;
}

.section-shell {
  position: relative;
  z-index: 2;
  width: var(--shell);
  margin: 0 auto;
  padding: clamp(76px, 9vw, 128px) 0;
}

.approach-shell {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(48px, 8vw, 120px);
  align-items: start;
}

.section-intro {
  max-width: 440px;
}

.section-intro-light .section-kicker,
.section-kicker-red {
  color: var(--strike-red);
}

.section-intro h2,
.section-heading h2,
.waitlist-copy h2 {
  margin-bottom: 26px;
  font-size: clamp(48px, 5vw, 76px);
  line-height: 0.86;
}

.section-intro h2 span,
.section-heading h2 span,
.waitlist-copy h2 span {
  color: var(--strike-red);
}

.section-intro > p:last-child,
.section-heading > p,
.waitlist-copy > p {
  color: var(--navy-muted);
  font-size: 16px;
  line-height: 1.65;
}

.sequence-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.sequence-card {
  position: relative;
  min-height: 245px;
  padding: 24px;
  overflow: hidden;
  background: rgba(245, 241, 232, 0.06);
  border: 1px solid var(--line-dark);
  transition:
    transform 180ms ease,
    background-color 180ms ease;
}

.sequence-card:hover {
  transform: translateY(-4px);
  background: rgba(245, 241, 232, 0.1);
}

.sequence-card-active {
  background: var(--strike-red);
  border-color: var(--strike-red);
}

.sequence-number {
  display: block;
  margin-bottom: 22px;
  color: var(--strike-red);
  font-family: var(--display);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.sequence-card-active .sequence-number {
  color: var(--warm-white);
}

.sequence-card h3 {
  margin-bottom: 10px;
  font-size: 26px;
  line-height: 1;
}

.sequence-card p {
  max-width: 220px;
  margin-bottom: 0;
  color: var(--navy-muted);
  font-size: 14px;
  line-height: 1.5;
}

.sequence-card-active p {
  color: rgba(245, 241, 232, 0.86);
}

.sequence-icon {
  position: absolute;
  right: 24px;
  top: 38px;
  width: 58px;
  height: 58px;
  border: 2px solid var(--strike-red);
  border-radius: 50%;
  opacity: 0.9;
}

.sequence-icon::before,
.sequence-icon::after {
  position: absolute;
  top: calc(50% - 1px);
  width: 12px;
  height: 2px;
  background: var(--strike-red);
  content: "";
}

.sequence-icon::before {
  left: -8px;
}

.sequence-icon::after {
  right: -8px;
}

.sequence-icon span::before,
.sequence-icon span::after {
  position: absolute;
  left: calc(50% - 1px);
  width: 2px;
  height: 12px;
  background: var(--strike-red);
  content: "";
}

.sequence-icon span::before {
  top: -8px;
}

.sequence-icon span::after {
  bottom: -8px;
}

.sequence-icon-position {
  border-radius: 8px;
  transform: rotate(45deg);
}

.sequence-icon-cast {
  border-bottom-color: transparent;
  border-left-color: transparent;
  transform: rotate(-34deg);
}

.sequence-icon-strike {
  border-width: 4px;
  box-shadow: 0 0 0 7px rgba(245, 241, 232, 0.22);
}

.sequence-card-active .sequence-icon {
  border-color: var(--warm-white);
}

.sequence-card-active .sequence-icon::before,
.sequence-card-active .sequence-icon::after,
.sequence-card-active .sequence-icon span::before,
.sequence-card-active .sequence-icon span::after {
  background: var(--warm-white);
}

.gear-section {
  color: var(--deep-navy);
  background: var(--warm-white);
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(300px, 0.65fr);
  justify-content: space-between;
  align-items: end;
  gap: 60px;
  margin-bottom: 48px;
}

.section-heading h2 {
  margin-bottom: 0;
}

.gear-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.gear-card {
  position: relative;
  min-height: 312px;
  padding: 24px;
  overflow: hidden;
  background: rgba(19, 34, 56, 0.04);
  border: 1px solid var(--line-light);
  transition:
    transform 180ms ease,
    background-color 180ms ease;
}

.gear-card:hover {
  transform: translateY(-4px);
  background: rgba(19, 34, 56, 0.08);
}

.gear-number {
  display: block;
  color: var(--strike-red);
  font-family: var(--display);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.gear-mark {
  position: absolute;
  top: 28px;
  right: 24px;
  width: 58px;
  height: 58px;
  border: 2px solid var(--strike-red);
}

.gear-mark-weight {
  border-radius: 50% 50% 44% 44%;
  transform: rotate(45deg) scale(0.72);
}

.gear-mark-weight::before {
  position: absolute;
  top: -14px;
  left: calc(50% - 2px);
  width: 4px;
  height: 18px;
  background: var(--strike-red);
  content: "";
}

.gear-mark-bead {
  border-radius: 50%;
  box-shadow: inset 0 0 0 8px var(--warm-white), inset 0 0 0 10px var(--strike-red);
}

.gear-mark-rig {
  border-width: 2px 0 0 2px;
  border-radius: 50%;
  transform: rotate(45deg);
}

.gear-mark-rig::before,
.gear-mark-rig::after {
  position: absolute;
  width: 24px;
  height: 2px;
  background: var(--strike-red);
  content: "";
}

.gear-mark-rig::before {
  top: 7px;
  right: -16px;
}

.gear-mark-rig::after {
  bottom: 7px;
  left: -16px;
}

.gear-mark-terminal {
  border-radius: 50% 50% 50% 0;
  transform: rotate(-45deg);
}

.gear-card h3 {
  max-width: 165px;
  margin: 116px 0 12px;
  font-size: 24px;
  line-height: 0.95;
}

.gear-card p {
  max-width: 240px;
  margin-bottom: 18px;
  color: var(--warm-muted);
  font-size: 14px;
  line-height: 1.5;
}

.gear-status {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--deep-navy);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.gear-status::before {
  width: 6px;
  height: 6px;
  background: var(--strike-red);
  border-radius: 50%;
  content: "";
}

.waitlist-section {
  position: relative;
  overflow: hidden;
  color: var(--warm-white);
  background: var(--deep-navy);
}

#waitlist {
  scroll-margin-top: 24px;
}

.waitlist-contour {
  position: absolute;
  top: -230px;
  left: -120px;
  width: 690px;
  height: 420px;
  border: 1px solid rgba(245, 241, 232, 0.15);
  border-radius: 50%;
  transform: rotate(-14deg);
  box-shadow: 0 0 0 28px rgba(245, 241, 232, 0.04), 0 0 0 60px rgba(245, 241, 232, 0.03);
  pointer-events: none;
}

.waitlist-shell {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(340px, 0.8fr);
  align-items: center;
  gap: clamp(48px, 9vw, 150px);
}

.waitlist-copy {
  position: relative;
  z-index: 2;
  max-width: 520px;
}

.waitlist-copy > p:not(.waitlist-note) {
  max-width: 460px;
}

.waitlist-note {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 0;
  color: var(--warm-white) !important;
  font-family: var(--display);
  font-size: 13px !important;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.waitlist-note span {
  color: var(--strike-red);
  font-size: 22px;
}

.waitlist-card {
  position: relative;
  z-index: 2;
  width: 100%;
  min-width: 0;
  padding: clamp(24px, 4vw, 40px);
  color: var(--deep-navy);
  background: var(--warm-white);
  border-top: 8px solid var(--strike-red);
  box-shadow: 16px 16px 0 rgba(240, 68, 56, 0.95);
}

.waitlist-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 32px;
  color: var(--deep-navy);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.status-light {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--strike-red);
  font-size: 11px;
}

.status-light i {
  width: 7px;
  height: 7px;
  background: var(--strike-red);
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(240, 68, 56, 0.14);
}

.notify-form label {
  display: block;
  margin-bottom: 10px;
  color: var(--warm-muted);
  font-size: 13px;
  font-weight: 700;
}

.notify-form {
  width: 100%;
  min-width: 0;
}

.form-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px;
}

.notify-form input,
.notify-form button {
  min-height: 54px;
  border-radius: 0;
}

.notify-form input {
  display: block;
  width: 100%;
  min-width: 0;
  min-height: 56px;
  padding: 0 14px;
  color: var(--deep-navy);
  background: #fffdf8;
  border: 2px solid rgba(19, 34, 56, 0.42);
  outline: 0;
}

.notify-form input::placeholder {
  color: #9ca3a4;
}

.notify-form input:focus {
  border-color: var(--strike-red);
  box-shadow: 0 0 0 3px rgba(240, 68, 56, 0.14);
}

.notify-form button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-width: 124px;
  padding: 0 16px;
  color: var(--warm-white);
  background: var(--deep-navy);
  border: 1px solid var(--deep-navy);
  font-family: var(--display);
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition:
    color 180ms ease,
    background-color 180ms ease;
}

.notify-form button:hover,
.notify-form button:focus-visible {
  color: var(--warm-white);
  background: var(--strike-red);
  border-color: var(--strike-red);
  outline: 0;
}

.notify-form button span {
  font-family: var(--body);
  font-size: 18px;
}

.form-helper {
  margin: 12px 0 0;
  color: var(--warm-muted);
  font-size: 12px;
  letter-spacing: 0.03em;
}

.form-status {
  min-height: 22px;
  margin: 16px 0 0;
  color: var(--strike-red);
  font-size: 13px;
  font-weight: 800;
}

.form-status.is-error {
  color: #bd2d28;
}

.site-footer {
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: center;
  gap: 24px;
  width: var(--shell);
  margin: 0 auto;
  padding: 28px 0 34px;
  color: var(--warm-muted);
  font-size: 12px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.footer-brand {
  color: var(--deep-navy);
  font-size: 18px;
  font-weight: 900;
  letter-spacing: -0.04em;
}

.footer-brand span {
  color: var(--strike-red);
}

@media (max-width: 1080px) {
  :root {
    --shell: min(100% - 48px, 1240px);
  }

  .hero-shell {
    grid-template-columns: minmax(0, 0.9fr) minmax(340px, 0.82fr);
    gap: 48px;
  }

  .hero::before {
    width: 47%;
  }

  .gear-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  .site-header {
    align-items: flex-start;
  }

  .brand-mark {
    width: 180px;
  }

  .brand-logo {
    height: 80px;
  }

  .site-nav {
    gap: 2px;
    padding: 4px;
    max-width: 410px;
    overflow-x: auto;
  }

  .site-nav a {
    padding: 9px 8px;
    font-size: 11px;
    white-space: nowrap;
  }

  .hero {
    min-height: auto;
  }

  .hero::before {
    top: 48%;
    width: 100%;
    height: 52%;
    clip-path: polygon(0 14%, 100% 0, 100% 100%, 0 100%);
  }

  .hero-shell {
    grid-template-columns: 1fr;
    gap: 76px;
    min-height: auto;
    padding-top: 150px;
    padding-bottom: 96px;
  }

  .hero-copy-block {
    max-width: 660px;
  }

  h1 {
    font-size: clamp(78px, 16vw, 132px);
  }

  .hero-visual {
    width: min(100%, 580px);
    margin: 0 auto;
  }

  .hero-scroll {
    display: none;
  }

  .approach-shell,
  .waitlist-shell {
    grid-template-columns: 1fr;
    gap: 54px;
  }

  .waitlist-card {
    order: 1;
  }

  .waitlist-copy {
    order: 2;
  }

  .section-intro {
    max-width: 620px;
  }

  .waitlist-card {
    width: min(100%, 610px);
  }

  .section-heading {
    grid-template-columns: 1fr 0.9fr;
    gap: 34px;
  }
}

@media (max-width: 560px) {
  :root {
    --shell: min(100% - 32px, 1240px);
  }

  .site-header {
    width: 100%;
    padding: 12px 16px;
  }

  .brand-mark {
    width: 152px;
  }

  .brand-logo {
    height: 70px;
  }

  .site-nav a:not(.nav-cta) {
    display: none;
  }

  .site-nav .nav-cta {
    padding: 9px 10px;
    font-size: 10px;
  }

  .hero-shell {
    gap: 58px;
    padding-top: 125px;
    padding-bottom: 72px;
  }

  .eyebrow {
    margin-bottom: 16px;
    font-size: 10px;
    letter-spacing: 0.11em;
  }

  h1 {
    margin-bottom: 22px;
    font-size: clamp(64px, 19vw, 100px);
    line-height: 0.8;
  }

  .hero-lede {
    font-size: 16px;
  }

  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 18px;
  }

  .signal-row {
    gap: 8px;
    margin-top: 46px;
    font-size: 10px;
  }

  .signal-row i {
    width: 12px;
  }

  .hero-image-wrap {
    aspect-ratio: 0.92 / 1;
    padding: 8px;
    box-shadow: 10px 10px 0 rgba(240, 68, 56, 0.92);
  }

  .hero-image-overlay {
    inset: 8px;
  }

  .visual-meta {
    gap: 8px;
    font-size: 9px;
  }

  .visual-caption {
    right: 22px;
    bottom: 20px;
    font-size: 16px;
  }

  .target-stamp {
    top: 15%;
    left: 12%;
    width: 70px;
    border-width: 3px;
  }

  .target-stamp::before,
  .target-stamp::after {
    width: 16px;
    height: 3px;
  }

  .target-stamp::before {
    left: -18px;
  }

  .target-stamp::after {
    right: -18px;
  }

  .target-stamp span::before,
  .target-stamp span::after {
    width: 3px;
    height: 16px;
  }

  .target-stamp span::before {
    top: -18px;
  }

  .target-stamp span::after {
    bottom: -18px;
  }

  .section-shell {
    padding: 72px 0;
  }

  .section-intro h2,
  .section-heading h2,
  .waitlist-copy h2 {
    font-size: 50px;
  }

  .sequence-grid,
  .gear-grid {
    grid-template-columns: 1fr;
  }

  .sequence-card {
    min-height: 220px;
  }

  .section-heading {
    grid-template-columns: 1fr;
    gap: 22px;
    margin-bottom: 34px;
  }

  .gear-card {
    min-height: 280px;
  }

  .waitlist-card {
    box-shadow: 10px 10px 0 rgba(240, 68, 56, 0.95);
  }

  .waitlist-card-top {
    margin-bottom: 24px;
  }

  .form-row {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .notify-form input {
    min-height: 58px;
    font-size: 16px;
  }

  .notify-form button {
    width: 100%;
  }

  .site-footer {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 24px 0 28px;
  }
}

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

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
