@font-face {
  font-family: "Manrope Local";
  src: url("assets/Manrope-Variable.ttf") format("truetype");
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat Local";
  src: url("assets/Montserrat-Variable.ttf") format("truetype");
  font-style: normal;
  font-weight: 300 900;
  font-display: swap;
}

:root {
  --navy: #002c5f;
  --blue: #007aa8;
  --surface-blue-deep: #005f82;
  --blue-bright: #00aad2;
  --yellow: #ffd20a;
  --yellow-soft: #fff1a6;
  --red: #d83a22;
  --cream: #fff9e8;
  --paper: #ffffff;
  --ink: #0c151c;
  --muted: #52616b;
  --line: #0c151c;
  --success: #0b6b4d;
  --action-primary-bg: var(--yellow);
  --action-primary-fg: var(--ink);
  --action-secondary-bg: var(--cream);
  --action-secondary-fg: var(--ink);
  --action-inverse-bg: var(--ink);
  --action-inverse-fg: var(--paper);
  --text-on-blue: #d7f0f8;
  --eyebrow-on-blue: var(--yellow);
  --focus-inner: var(--paper);
  --focus-outer: var(--ink);
  --type-action-lg: 0.875rem;
  --type-action-md: 0.8125rem;
  --type-action-sm: 0.75rem;
  --target-min: 44px;
  --border-supporting: 2px;
  --border-featured: 3px;
  --shadow-supporting: 3px 3px 0 var(--ink);
  --shadow-supporting-yellow: 3px 3px 0 var(--yellow);
  --shadow-action: 4px 4px 0 var(--ink);
  --shadow-featured: 6px 6px 0 var(--ink);
  --shadow-featured-yellow: 6px 6px 0 var(--yellow);
  --shadow-featured-blue: 6px 6px 0 var(--blue-bright);
  --space-section: 96px;
  --space-section-mobile: 64px;
  --shadow: 8px 8px 0 var(--ink);
  --shadow-small: 4px 4px 0 var(--ink);
  --shell: 1180px;
  --font-display: "Montserrat Local", "Arial Black", sans-serif;
  --font-body: "Manrope Local", system-ui, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  overflow-x: clip;
  scroll-behavior: smooth;
  scroll-padding-top: 112px;
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--cream);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

body.menu-open {
  overflow: hidden;
}

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

img {
  height: auto;
}

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

button,
input,
select,
textarea {
  color: inherit;
  font: inherit;
}

button,
a,
summary,
select {
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
}

:focus-visible {
  outline: 3px solid var(--focus-inner);
  outline-offset: 3px;
  box-shadow: 0 0 0 6px var(--focus-outer);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  scroll-margin-top: 120px;
}

.sr-only {
  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 {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  padding: 10px 16px;
  transform: translateY(-150%);
  border: 3px solid var(--ink);
  background: var(--yellow);
  box-shadow: var(--shadow-small);
  font-weight: 800;
  transition: transform 180ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.shell {
  width: min(calc(100% - 40px), var(--shell));
  margin-inline: auto;
}

.review-bar {
  display: flex;
  min-height: 34px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 7px 20px;
  background: var(--ink);
  color: var(--paper);
  font-family: var(--font-display);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.review-bar span:first-child {
  color: var(--yellow);
}

.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  border-bottom: 3px solid var(--ink);
  background: rgba(255, 249, 232, 0.96);
  backdrop-filter: blur(16px);
}

.header-inner {
  display: flex;
  min-height: 82px;
  align-items: center;
  gap: 28px;
}

.wordmark {
  display: inline-flex;
  min-width: 154px;
  flex-direction: column;
  line-height: 1;
}

.wordmark-name {
  color: var(--navy);
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 900;
  letter-spacing: -0.055em;
  text-transform: uppercase;
}

.wordmark-title {
  margin-top: 5px;
  color: var(--red);
  font-family: var(--font-display);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-left: auto;
}

.site-nav a {
  position: relative;
  font-size: 13px;
  font-weight: 800;
}

.site-nav a::after {
  position: absolute;
  right: 0;
  bottom: -7px;
  left: 0;
  height: 3px;
  transform: scaleX(0);
  transform-origin: left;
  background: var(--red);
  content: "";
  transition: transform 180ms ease;
}

.site-nav a:hover::after,
.site-nav a:focus-visible::after,
.site-nav a[aria-current="page"]::after {
  transform: scaleX(1);
}

.menu-button {
  display: none;
  width: 48px;
  height: 48px;
  padding: 10px;
  border: 3px solid var(--ink);
  background: var(--yellow);
  box-shadow: var(--shadow-small);
}

.menu-button span:not(.sr-only) {
  display: block;
  width: 100%;
  height: 3px;
  margin: 5px 0;
  background: var(--ink);
  transition: transform 180ms ease, opacity 180ms ease;
}

.menu-button[aria-expanded="true"] span:nth-child(2) {
  transform: translateY(8px) rotate(45deg);
}

.menu-button[aria-expanded="true"] span:nth-child(3) {
  opacity: 0;
}

.menu-button[aria-expanded="true"] span:nth-child(4) {
  transform: translateY(-8px) rotate(-45deg);
}

.button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 24px;
  border: 3px solid var(--ink);
  background: var(--paper);
  box-shadow: var(--shadow-action);
  color: var(--ink);
  cursor: pointer;
  font-family: var(--font-display);
  font-size: var(--type-action-md);
  font-weight: 900;
  letter-spacing: 0.025em;
  line-height: 1.15;
  text-transform: uppercase;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.button:hover {
  transform: translate(2px, 2px);
  box-shadow: 2px 2px 0 var(--ink);
}

.button:active {
  transform: translate(4px, 4px);
  box-shadow: none;
}

.button svg {
  width: 20px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.5;
}

.button-small {
  min-height: var(--target-min);
  padding-inline: 18px;
  font-size: var(--type-action-sm);
}

.button-large {
  min-height: 60px;
  padding-inline: 28px;
  font-size: var(--type-action-lg);
}

.button-yellow {
  background: var(--action-primary-bg);
  color: var(--action-primary-fg);
}

.button-cream {
  background: var(--action-secondary-bg);
  color: var(--action-secondary-fg);
}

.button-ink {
  background: var(--action-inverse-bg);
  box-shadow: 5px 5px 0 var(--red);
  color: var(--action-inverse-fg);
}

.hero {
  position: relative;
  overflow: hidden;
  border-bottom: 3px solid var(--ink);
  background: var(--yellow-soft);
}

.hero-rays,
.start-rays {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 74% 44%, transparent 0 14%, rgba(12, 21, 28, 0.06) 14.2% 14.8%, transparent 15% 20%, rgba(12, 21, 28, 0.05) 20.2% 20.8%, transparent 21%),
    repeating-conic-gradient(from 4deg at 74% 44%, rgba(255, 255, 255, 0.38) 0deg 7deg, transparent 7deg 15deg);
  pointer-events: none;
}

.hero-grid {
  position: relative;
  display: grid;
  min-height: 690px;
  grid-template-columns: 1.02fr 0.98fr;
  align-items: center;
  gap: 44px;
  padding-block: 70px 0;
}

.hero-copy {
  position: relative;
  z-index: 3;
  padding-bottom: 76px;
}

.issue-label {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 28px;
  font-family: var(--font-display);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.issue-label span {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  padding: 0 10px;
  transform: rotate(-2deg);
  border: 2px solid var(--ink);
  background: var(--red);
  box-shadow: 3px 3px 0 var(--ink);
  color: var(--paper);
}

.hero h1,
.section h2 {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 900;
  letter-spacing: -0.065em;
  line-height: 0.93;
  text-wrap: balance;
}

.hero h1 {
  max-width: 660px;
  font-size: clamp(54px, 6.5vw, 92px);
  text-transform: uppercase;
}

.hero h1 em {
  position: relative;
  display: inline-block;
  z-index: 0;
  color: var(--navy);
  font-style: normal;
}

.hero h1 em::after {
  position: absolute;
  z-index: -1;
  right: -8px;
  bottom: 2px;
  left: -8px;
  height: 22%;
  transform: rotate(-1.5deg);
  background: var(--paper);
  content: "";
}

.hero-lead {
  max-width: 640px;
  margin: 30px 0 0;
  color: #26343d;
  font-size: 18px;
  line-height: 1.7;
}

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

.text-link {
  border-bottom: 2px solid currentColor;
  font-size: 13px;
  font-weight: 850;
}

.hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 11px 22px;
  padding: 0;
  margin: 32px 0 0;
  list-style: none;
}

.hero-proof li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 750;
}

.hero-proof li::before {
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
  border: 2px solid var(--ink);
  background: var(--blue-bright);
  content: "";
}

.hero-art {
  position: relative;
  align-self: end;
  height: 660px;
}

.hero-burst {
  position: absolute;
  top: 50px;
  right: -12%;
  width: 610px;
  height: 610px;
  transform: rotate(4deg);
  border: 4px solid var(--ink);
  background:
    radial-gradient(circle, transparent 0 42%, rgba(12, 21, 28, 0.08) 42.5% 43%, transparent 43.5%),
    repeating-conic-gradient(var(--blue-bright) 0deg 10deg, var(--paper) 10deg 20deg);
  box-shadow: 12px 12px 0 var(--ink);
  clip-path: polygon(50% 0%, 58% 14%, 72% 5%, 76% 21%, 93% 19%, 86% 35%, 100% 44%, 84% 53%, 94% 68%, 77% 68%, 75% 86%, 61% 77%, 50% 100%, 41% 79%, 26% 91%, 25% 72%, 5% 76%, 16% 57%, 0 48%, 17% 39%, 5% 22%, 25% 22%, 29% 4%, 42% 16%);
}

.hero-art img {
  position: absolute;
  z-index: 2;
  right: 4%;
  bottom: 0;
  width: min(470px, 86%);
  max-height: 650px;
  object-fit: contain;
  object-position: bottom;
  filter: drop-shadow(13px 14px 0 rgba(12, 21, 28, 0.95));
}

.impact-word {
  position: absolute;
  z-index: 1;
  padding: 7px 12px;
  border: 3px solid var(--ink);
  background: var(--paper);
  box-shadow: var(--shadow-small);
  font-family: var(--font-display);
  font-size: 17px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.impact-word-one {
  top: 80px;
  left: 12px;
  transform: rotate(-8deg);
}

.impact-word-two {
  top: 180px;
  right: -6px;
  transform: rotate(7deg);
  background: var(--red);
  color: var(--paper);
}

.hero-stamp {
  position: absolute;
  z-index: 4;
  right: -16px;
  bottom: 42px;
  display: flex;
  width: 172px;
  height: 172px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transform: rotate(7deg);
  border: 4px solid var(--ink);
  border-radius: 50%;
  background: var(--yellow);
  box-shadow: 8px 8px 0 var(--ink);
  font-family: var(--font-display);
  text-align: center;
  text-transform: uppercase;
}

.hero-stamp span {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.hero-stamp strong {
  max-width: 120px;
  margin-top: 4px;
  font-size: 17px;
  line-height: 1.05;
}

.marquee {
  position: relative;
  z-index: 5;
  overflow: hidden;
  border-top: 3px solid var(--ink);
  background: var(--navy);
  color: var(--paper);
}

.marquee-track {
  display: flex;
  width: max-content;
  min-height: 54px;
  align-items: center;
  gap: 24px;
  padding-inline: 24px;
  animation: marquee 24s linear infinite;
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.marquee-track b {
  color: var(--yellow);
}

@keyframes marquee {
  to {
    transform: translateX(-33.333%);
  }
}

.section {
  padding-block: var(--space-section);
}

.section-heading {
  margin-bottom: 52px;
}

.split-heading {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  align-items: end;
  gap: 90px;
}

.section-heading h2,
.paths-copy h2,
.meet-copy h2,
.faq-heading h2,
.start-copy h2 {
  font-size: clamp(40px, 4.5vw, 60px);
  text-transform: uppercase;
}

.section-heading > p,
.split-heading > p {
  margin: 0;
  color: var(--muted);
  font-size: 17px;
}

.kicker {
  margin: 0 0 16px;
  color: var(--red);
  font-family: var(--font-display);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.kicker-light {
  color: var(--yellow);
}

.fight-section {
  position: relative;
  background:
    radial-gradient(circle, rgba(12, 21, 28, 0.08) 1px, transparent 1.5px) 0 0 / 15px 15px,
    var(--cream);
}

.fight-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.fight-card {
  position: relative;
  min-height: 340px;
  padding: 34px 30px;
  border: var(--border-featured) solid var(--ink);
  box-shadow: var(--shadow-featured);
}

.fight-card:nth-child(2),
.fight-card:nth-child(3) {
  transform: none;
}

.fight-card h3 {
  margin: 30px 0 12px;
  font-family: var(--font-display);
  font-size: 27px;
  font-weight: 900;
  letter-spacing: -0.04em;
  line-height: 1;
  text-transform: uppercase;
}

.fight-card p {
  margin: 0;
  font-size: 15px;
}

.card-blue {
  background: var(--blue-bright);
}

.card-yellow {
  background: var(--yellow);
}

.card-red {
  background: var(--red);
  color: var(--paper);
}

.panel-number {
  position: absolute;
  top: 16px;
  right: 20px;
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 900;
}

.line-icon {
  display: grid;
  width: 70px;
  height: 70px;
  place-items: center;
  border: var(--border-supporting) solid var(--ink);
  background: var(--paper);
  box-shadow: var(--shadow-supporting);
  color: var(--ink);
}

.line-icon svg {
  width: 40px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.paths-section {
  position: relative;
  overflow: hidden;
  border-block: 3px solid var(--ink);
  background: var(--navy);
  color: var(--paper);
}

.paths-section::after {
  position: absolute;
  top: -220px;
  right: -200px;
  width: 650px;
  height: 650px;
  border: 2px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  box-shadow: 0 0 0 70px rgba(255, 255, 255, 0.035), 0 0 0 140px rgba(255, 255, 255, 0.025);
  content: "";
}

.paths-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  align-items: center;
  gap: 80px;
}

.paths-copy > p:not(.kicker) {
  max-width: 560px;
  margin: 24px 0 0;
  color: #d3e3ed;
}

.path-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.path-buttons button {
  min-height: 48px;
  padding: 0 16px;
  border: 2px solid rgba(255, 255, 255, 0.65);
  background: transparent;
  color: var(--paper);
  cursor: pointer;
  font-size: 12px;
  font-weight: 800;
  transition: background 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.path-buttons button:hover,
.path-buttons button:focus-visible {
  border-color: var(--paper);
  background: rgba(255, 255, 255, 0.12);
  transform: translateY(-2px);
}

.path-buttons button[aria-pressed="true"] {
  border-color: var(--ink);
  background: var(--yellow);
  box-shadow: 4px 4px 0 var(--paper);
  color: var(--ink);
}

.mission-panel {
  position: relative;
  padding: 36px;
  border: var(--border-featured) solid var(--ink);
  background: var(--cream);
  box-shadow: var(--shadow-featured-yellow);
  color: var(--ink);
}

.mission-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 14px;
  border-bottom: 2px solid var(--ink);
  font-family: var(--font-display);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.mission-topline span:last-child {
  padding: 5px 8px;
  background: var(--red);
  color: var(--paper);
}

.mission-panel h3 {
  margin: 30px 0 14px;
  font-family: var(--font-display);
  font-size: 33px;
  font-weight: 900;
  letter-spacing: -0.05em;
  line-height: 1.05;
  text-transform: uppercase;
}

.mission-panel > p {
  color: #3d4b55;
}

.mission-checklist {
  padding: 22px;
  margin: 26px 0;
  border: 2px solid var(--ink);
  background: var(--paper);
}

.mission-checklist > span {
  font-family: var(--font-display);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.mission-checklist ul {
  display: grid;
  gap: 8px;
  padding: 0;
  margin: 14px 0 0;
  list-style: none;
}

.mission-checklist li {
  display: flex;
  gap: 9px;
  font-size: 14px;
  font-weight: 650;
}

.mission-checklist li::before {
  color: var(--red);
  content: "✓";
  font-weight: 900;
}

.mission-panel > a {
  border-bottom: 2px solid currentColor;
  font-size: 13px;
  font-weight: 850;
}

.process-section {
  background: var(--paper);
}

.centered {
  max-width: 740px;
  margin-inline: auto;
  text-align: center;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  padding: 0;
  margin: 0;
  list-style: none;
  counter-reset: process;
}

.process-grid li {
  position: relative;
  min-height: 270px;
  padding: 28px 24px;
  border: var(--border-supporting) solid var(--ink);
  background: var(--cream);
}

.process-grid li + li {
  margin-left: -2px;
}

.process-grid li:nth-child(even) {
  background: var(--yellow-soft);
}

.step {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border: 3px solid var(--ink);
  border-radius: 50%;
  background: var(--blue-bright);
  box-shadow: 3px 3px 0 var(--ink);
  font-family: var(--font-display);
  font-size: 11px;
  font-weight: 900;
}

.process-grid h3 {
  margin: 30px 0 12px;
  font-family: var(--font-display);
  font-size: 20px;
  font-weight: 900;
  letter-spacing: -0.04em;
  line-height: 1.1;
  text-transform: uppercase;
}

.process-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.process-note {
  max-width: 760px;
  margin: 28px auto 0;
  color: var(--muted);
  font-size: 12px;
  text-align: center;
}

.meet-section {
  overflow: hidden;
  border-top: 3px solid var(--ink);
  background:
    linear-gradient(90deg, var(--yellow) 0 43%, var(--cream) 43% 100%);
}

.meet-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  align-items: center;
  gap: 90px;
}

.meet-art {
  position: relative;
  height: 600px;
}

.meet-art::before {
  position: absolute;
  inset: 25px -20px 10px;
  border: 4px solid var(--ink);
  background:
    radial-gradient(circle, rgba(12, 21, 28, 0.18) 1.3px, transparent 1.7px) 0 0 / 12px 12px,
    var(--blue-bright);
  box-shadow: 12px 12px 0 var(--ink);
  content: "";
  transform: rotate(-2deg);
}

.meet-art img {
  position: absolute;
  z-index: 2;
  right: 4%;
  bottom: -110px;
  width: 360px;
  max-height: 650px;
  object-fit: contain;
  object-position: bottom;
  filter: drop-shadow(10px 10px 0 var(--ink));
}

.pow-shape {
  position: absolute;
  z-index: 4;
  top: 12px;
  right: -36px;
  display: grid;
  width: 120px;
  height: 120px;
  place-items: center;
  transform: rotate(9deg);
  border: 3px solid var(--ink);
  background: var(--red);
  box-shadow: 6px 6px 0 var(--ink);
  clip-path: polygon(50% 0%, 60% 21%, 82% 8%, 79% 32%, 100% 34%, 82% 50%, 98% 68%, 76% 68%, 74% 94%, 55% 76%, 41% 100%, 35% 76%, 8% 89%, 22% 62%, 0 52%, 22% 40%, 5% 18%, 32% 24%);
  color: var(--paper);
  font-family: var(--font-display);
  font-size: 24px;
  font-weight: 900;
}

.meet-intro {
  max-width: 660px;
  margin: 24px 0 12px;
  color: var(--navy);
  font-family: var(--font-display);
  font-size: 20px;
  font-weight: 800;
  line-height: 1.4;
}

.meet-copy > p:not(.kicker):not(.meet-intro) {
  max-width: 660px;
  color: var(--muted);
}

.promise-box {
  display: grid;
  grid-template-columns: 0.65fr 1.35fr;
  gap: 24px;
  max-width: 660px;
  padding: 22px;
  margin: 28px 0 32px;
  border: var(--border-supporting) solid var(--ink);
  background: var(--paper);
  box-shadow: var(--shadow-supporting);
}

.promise-box strong {
  font-family: var(--font-display);
  font-size: 13px;
  font-weight: 900;
  line-height: 1.3;
  text-transform: uppercase;
}

.promise-box ul {
  display: grid;
  gap: 6px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.promise-box li {
  display: flex;
  gap: 8px;
  font-size: 14px;
  font-weight: 700;
}

.promise-box li::before {
  color: var(--red);
  content: "◆";
  font-size: 9px;
}

.faq-section {
  background:
    linear-gradient(rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.94)),
    radial-gradient(circle, var(--blue-bright) 1px, transparent 1.5px) 0 0 / 14px 14px;
}

.faq-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 90px;
}

.faq-heading {
  position: sticky;
  top: 140px;
  align-self: start;
}

.accordion {
  display: grid;
  gap: 14px;
}

.accordion details {
  border: var(--border-supporting) solid var(--ink);
  background: var(--cream);
  box-shadow: var(--shadow-supporting);
}

.accordion summary {
  position: relative;
  min-height: 76px;
  padding: 24px 64px 20px 24px;
  cursor: pointer;
  font-family: var(--font-display);
  font-size: 15px;
  font-weight: 850;
  line-height: 1.35;
  list-style: none;
}

.accordion summary::-webkit-details-marker {
  display: none;
}

.accordion summary::after {
  position: absolute;
  top: 19px;
  right: 20px;
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border: 2px solid var(--ink);
  background: var(--yellow);
  content: "+";
  font-size: 22px;
  font-weight: 900;
  line-height: 1;
}

.accordion details[open] summary::after {
  content: "−";
}

.accordion details p {
  padding: 0 24px 24px;
  margin: 0;
  color: var(--muted);
}

.start-section {
  position: relative;
  overflow: hidden;
  border-block: 3px solid var(--ink);
  background: var(--surface-blue-deep);
  color: var(--paper);
}

.start-rays {
  opacity: 0.16;
}

.start-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  align-items: start;
  gap: 90px;
}

.start-copy {
  position: sticky;
  top: 140px;
}

.start-copy > p:not(.kicker) {
  max-width: 480px;
  margin: 24px 0 0;
  color: var(--text-on-blue);
  font-size: 17px;
}

.privacy-card {
  display: flex;
  gap: 14px;
  max-width: 430px;
  padding: 18px;
  margin-top: 30px;
  border: 2px solid rgba(255, 255, 255, 0.65);
  background: rgba(0, 44, 95, 0.45);
}

.direct-contact-card {
  display: grid;
  max-width: 430px;
  margin-top: 30px;
  border: 3px solid var(--ink);
  background: var(--cream);
  box-shadow: 6px 6px 0 var(--yellow);
  color: var(--ink);
}

.direct-contact-card strong,
.direct-contact-card a {
  min-height: 46px;
  padding: 12px 16px;
}

.direct-contact-card strong {
  background: var(--yellow);
  font-family: var(--font-display);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.direct-contact-card a {
  display: flex;
  align-items: center;
  border-top: 2px solid var(--ink);
  font-size: 13px;
  font-weight: 800;
  overflow-wrap: anywhere;
}

.direct-contact-card a:hover {
  background: var(--paper);
}

.direct-contact-card a:focus-visible,
.direct-contact-card a:active {
  background: var(--yellow-soft);
}

.privacy-card svg {
  width: 32px;
  flex: 0 0 32px;
  fill: none;
  stroke: var(--yellow);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.privacy-card strong,
.privacy-card span {
  display: block;
}

.privacy-card strong {
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
}

.privacy-card span {
  margin-top: 5px;
  color: var(--text-on-blue);
  font-size: 13px;
}

.plan-form {
  padding: 34px;
  border: 4px solid var(--ink);
  background: var(--cream);
  box-shadow: 12px 12px 0 var(--yellow);
  color: var(--ink);
}

.form-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 18px;
  border-bottom: 2px solid var(--ink);
  font-family: var(--font-display);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.form-topline strong {
  padding: 6px 9px;
  background: var(--red);
  color: var(--paper);
  font-size: 9px;
}

.field-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 26px;
}

.field-full {
  grid-column: 1 / -1;
}

.field label {
  display: block;
  margin-bottom: 7px;
  font-size: 12px;
  font-weight: 850;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  min-height: 52px;
  padding: 12px 14px;
  border: 2px solid var(--ink);
  border-radius: 0;
  background: var(--paper);
  outline: 0;
  transition: box-shadow 150ms ease, background 150ms ease;
}

.field textarea {
  min-height: 112px;
  resize: vertical;
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  box-shadow: 4px 4px 0 var(--blue-bright);
}

.field [aria-invalid="true"],
.consent input[aria-invalid="true"] {
  outline: 3px solid var(--red);
  outline-offset: 2px;
}

.consent {
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 10px;
  align-items: start;
  margin: 22px 0;
  color: var(--muted);
  font-size: 12px;
}

.consent input {
  width: 20px;
  height: 20px;
  margin: 0;
  accent-color: var(--navy);
}

.button-submit {
  width: 100%;
}

.direct-contact-lead {
  max-width: 620px;
  margin: 30px 0 0;
  color: var(--muted);
  font-size: 18px;
}

.direct-contact-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 30px;
}

.direct-contact-actions .button {
  width: 100%;
}

.direct-contact-number {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 20px;
  margin-top: 24px;
  border: 3px solid var(--ink);
  background: var(--paper);
}

.direct-contact-number span {
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.direct-contact-number strong {
  color: var(--navy);
  font-family: var(--font-display);
  font-size: clamp(20px, 3vw, 30px);
  font-weight: 900;
}

.form-status {
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 12px;
  text-align: center;
}

.form-status.is-error {
  color: #a32516;
  font-weight: 800;
}

.form-status.is-success {
  color: var(--success);
  font-weight: 800;
}

.site-footer {
  padding-block: 64px 100px;
  background: var(--ink);
  color: var(--paper);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr 0.7fr;
  gap: 70px;
  align-items: center;
}

.footer-brand .wordmark-name {
  color: var(--paper);
}

.footer-brand .wordmark-title {
  display: block;
  color: var(--yellow);
}

.footer-brand p {
  max-width: 300px;
  margin: 18px 0 0;
  color: #aeb9bf;
  font-size: 13px;
}

.dealer-mark > span {
  display: block;
  margin-bottom: 10px;
  color: #aeb9bf;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.dealer-logo-frame {
  display: inline-flex;
  width: min(300px, 100%);
  align-items: center;
  padding: 16px 18px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: #f8fbff;
}

.dealer-mark img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.footer-contact {
  display: grid;
  gap: 8px;
  font-size: 13px;
  font-weight: 750;
}

.footer-contact > span {
  margin-bottom: 4px;
  color: #aeb9bf;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.footer-contact a {
  overflow-wrap: anywhere;
}

.footer-contact a:hover {
  color: var(--yellow);
}

.footer-contact a:active {
  color: var(--yellow-soft);
}

.social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding-top: 8px;
}

.social-links a {
  display: inline-flex;
  min-height: var(--target-min);
  align-items: center;
  gap: 7px;
  padding: 7px 10px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.06);
  font-size: 12px;
  letter-spacing: 0.04em;
}

.social-links a:hover {
  border-color: var(--yellow);
  background: rgba(255, 210, 0, 0.1);
}

.social-links a:active {
  background: rgba(255, 210, 0, 0.2);
}

.social-links b {
  display: grid;
  width: 19px;
  height: 19px;
  place-items: center;
  border-radius: 50%;
  background: var(--yellow);
  color: var(--ink);
  font-family: var(--font-display);
  font-size: 12px;
  line-height: 1;
}

.social-links b svg {
  width: 12px;
  height: 12px;
  fill: currentColor;
}

.legal {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 40px;
  padding-top: 36px;
  margin-top: 44px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  color: #8f9da5;
  font-size: 12px;
}

.legal p {
  max-width: 760px;
  margin: 0;
}

.legal span {
  white-space: nowrap;
}

.legal a {
  color: var(--paper);
  text-decoration: underline;
  text-decoration-color: var(--yellow);
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}

.legal a:hover,
.legal a:active {
  color: var(--yellow);
}

.mobile-action-bar {
  display: none;
}

.reveal {
  opacity: 1;
  transform: none;
}

.has-js .reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 600ms ease, transform 600ms ease;
}

.has-js .reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.utility-bar {
  display: flex;
  min-height: 34px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 7px 20px;
  background: var(--ink);
  color: var(--paper);
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.utility-bar a {
  color: var(--yellow);
}

.footer-nav {
  display: flex;
  gap: 24px;
  padding-top: 34px;
  margin-top: 42px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  font-size: 12px;
  font-weight: 800;
}

.footer-nav a:hover {
  color: var(--yellow);
}

.legal {
  margin-top: 28px;
}

.home-plan-section {
  border-block: 3px solid var(--ink);
  background: var(--navy);
  color: var(--paper);
}

.home-plan-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  align-items: center;
  gap: 90px;
}

.home-plan-copy h2,
.closing-cta h2,
.story-heading h2,
.dealer-copy h2,
.prep-copy h2,
.contact-form-copy h2 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(40px, 4.5vw, 60px);
  font-weight: 900;
  letter-spacing: -0.065em;
  line-height: 0.95;
  text-transform: uppercase;
  text-wrap: balance;
}

.home-plan-copy > p:not(.kicker) {
  max-width: 560px;
  margin: 24px 0 32px;
  color: var(--text-on-blue);
}

.home-plan-steps {
  display: grid;
  gap: 14px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.home-plan-steps li {
  display: grid;
  grid-template-columns: 62px 1fr;
  gap: 18px;
  padding: 24px;
  border: var(--border-supporting) solid var(--ink);
  background: var(--cream);
  box-shadow: var(--shadow-supporting-yellow);
  color: var(--ink);
}

.home-plan-steps li > span {
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  border: 3px solid var(--ink);
  border-radius: 50%;
  background: var(--blue-bright);
  font-family: var(--font-display);
  font-size: 11px;
  font-weight: 900;
}

.home-plan-steps strong {
  font-family: var(--font-display);
  font-size: 17px;
  font-weight: 900;
  text-transform: uppercase;
}

.home-plan-steps p {
  margin: 5px 0 0;
  color: var(--muted);
  font-size: 14px;
}

.home-meet {
  border-top: 0;
}

.closing-cta {
  position: relative;
  overflow: hidden;
  border-block: 3px solid var(--ink);
  background:
    repeating-conic-gradient(from 5deg at 18% 55%, rgba(255, 255, 255, 0.08) 0deg 8deg, transparent 8deg 17deg),
    var(--surface-blue-deep);
  color: var(--paper);
}

.closing-cta-inner {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  align-items: center;
  gap: 80px;
}

.closing-cta p:not(.kicker) {
  max-width: 660px;
  margin: 24px 0 0;
  color: var(--text-on-blue);
}

.closing-cta .kicker-light,
.contact-form-section .kicker {
  color: var(--eyebrow-on-blue);
}

.closing-actions {
  display: grid;
  gap: 14px;
}

.page-hero {
  position: relative;
  overflow: hidden;
  border-bottom: 3px solid var(--ink);
}

.page-hero-navy {
  background: var(--navy);
  color: var(--paper);
}

.page-hero-rays,
.contact-rays {
  position: absolute;
  inset: 0;
  background: repeating-conic-gradient(from 7deg at 80% 45%, rgba(255, 255, 255, 0.06) 0deg 8deg, transparent 8deg 18deg);
  pointer-events: none;
}

.page-hero-grid {
  position: relative;
  display: grid;
  min-height: 600px;
  grid-template-columns: 1.15fr 0.85fr;
  align-items: center;
  gap: 90px;
  padding-block: 90px;
}

.page-hero-copy h1,
.contact-intro h1,
.status-panel h1 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(50px, 6vw, 82px);
  font-weight: 900;
  letter-spacing: -0.07em;
  line-height: 0.93;
  text-transform: uppercase;
  text-wrap: balance;
}

.page-hero-copy > p:not(.issue-label),
.contact-intro > p:not(.issue-label) {
  max-width: 680px;
  margin: 28px 0 0;
  color: #d5e4ed;
  font-size: 18px;
}

.page-hero-panel {
  padding: 34px;
  border: var(--border-featured) solid var(--ink);
  background: var(--cream);
  box-shadow: var(--shadow-featured-yellow);
  color: var(--ink);
}

.panel-kicker {
  display: block;
  padding-bottom: 14px;
  border-bottom: 2px solid var(--ink);
  font-family: var(--font-display);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.page-hero-panel ol {
  display: grid;
  gap: 20px;
  padding: 0;
  margin: 28px 0 0;
  list-style: none;
  counter-reset: brief;
}

.page-hero-panel li {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 12px;
  counter-increment: brief;
}

.page-hero-panel li::before {
  display: grid;
  grid-row: 1 / span 2;
  width: 36px;
  height: 36px;
  place-items: center;
  border: 2px solid var(--ink);
  background: var(--blue-bright);
  content: counter(brief, decimal-leading-zero);
  font-family: var(--font-display);
  font-size: 9px;
  font-weight: 900;
}

.page-hero-panel strong,
.page-hero-panel span {
  display: block;
  grid-column: 2;
}

.page-hero-panel strong {
  font-family: var(--font-display);
  font-size: 14px;
  text-transform: uppercase;
}

.page-hero-panel span {
  margin-top: 4px;
  color: var(--muted);
  font-size: 13px;
}

.prep-section {
  border-top: 3px solid var(--ink);
  background: var(--cream);
}

.prep-grid {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 80px;
}

.prep-copy > p:not(.kicker) {
  margin: 24px 0 30px;
  color: var(--muted);
}

.prep-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.prep-cards article {
  padding: 24px;
  border: var(--border-supporting) solid var(--ink);
  background: var(--paper);
  box-shadow: var(--shadow-supporting);
}

.prep-cards span {
  color: var(--red);
  font-family: var(--font-display);
  font-size: 10px;
  font-weight: 900;
}

.prep-cards h3 {
  margin: 16px 0 8px;
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 900;
  text-transform: uppercase;
}

.prep-cards p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.meet-page-hero {
  background: var(--yellow-soft);
}

.meet-page-grid {
  position: relative;
  display: grid;
  min-height: 690px;
  grid-template-columns: 0.9fr 1.1fr;
  align-items: center;
  gap: 90px;
  padding-block: 60px;
}

.meet-page-hero .page-hero-copy > p:not(.issue-label) {
  color: #2f3d46;
}

.meet-socials {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-top: 20px;
}

.meet-socials > span {
  margin-right: 3px;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.meet-socials a {
  display: inline-flex;
  min-height: var(--target-min);
  align-items: center;
  gap: 5px;
  padding: 7px 11px;
  border: 2px solid var(--ink);
  background: var(--paper);
  box-shadow: 3px 3px 0 var(--ink);
  font-family: var(--font-display);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  transition: transform 150ms ease, box-shadow 150ms ease;
}

.meet-socials a:hover {
  transform: translate(2px, 2px);
  box-shadow: 1px 1px 0 var(--ink);
}

.meet-page-art {
  position: relative;
  align-self: stretch;
  min-height: 620px;
}

.meet-page-art img {
  position: absolute;
  z-index: 2;
  bottom: -60px;
  left: 50%;
  width: 390px;
  max-height: 650px;
  transform: translateX(-50%);
  object-fit: contain;
  object-position: bottom;
  filter: drop-shadow(10px 10px 0 var(--ink));
}

.meet-page-burst {
  position: absolute;
  top: 70px;
  right: -10px;
  left: -10px;
  height: 490px;
  transform: rotate(-2deg);
  border: 4px solid var(--ink);
  background: repeating-conic-gradient(var(--blue-bright) 0deg 10deg, var(--paper) 10deg 20deg);
  box-shadow: 10px 10px 0 var(--ink);
  clip-path: polygon(50% 0%, 59% 14%, 75% 3%, 77% 21%, 97% 17%, 87% 37%, 100% 49%, 83% 57%, 96% 78%, 73% 75%, 65% 97%, 49% 82%, 34% 100%, 29% 78%, 5% 88%, 16% 63%, 0 50%, 17% 39%, 5% 17%, 29% 23%, 39% 2%);
}

.meet-page-art > span {
  position: absolute;
  z-index: 3;
  top: 54px;
  right: -25px;
  padding: 12px 18px;
  transform: rotate(8deg);
  border: 3px solid var(--ink);
  background: var(--red);
  box-shadow: var(--shadow-small);
  color: var(--paper);
  font-family: var(--font-display);
  font-size: 24px;
  font-weight: 900;
}

.story-section {
  background: var(--paper);
}

.story-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 100px;
}

.story-lead {
  margin-top: 0;
  color: var(--navy);
  font-family: var(--font-display);
  font-size: 24px;
  font-weight: 800;
  line-height: 1.35;
}

.story-copy p:not(.story-lead) {
  color: var(--muted);
  font-size: 17px;
}

.values-section {
  border-block: 3px solid var(--ink);
  background: var(--navy);
  color: var(--paper);
}

.values-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.values-grid article {
  min-height: 270px;
  padding: 30px;
  border: var(--border-supporting) solid var(--ink);
  background: var(--cream);
  box-shadow: var(--shadow-supporting-yellow);
  color: var(--ink);
}

.values-grid span {
  color: var(--red);
  font-family: var(--font-display);
  font-size: 11px;
  font-weight: 900;
}

.values-grid h3 {
  margin: 28px 0 12px;
  font-family: var(--font-display);
  font-size: 25px;
  font-weight: 900;
  line-height: 1.05;
  text-transform: uppercase;
}

.values-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.audience-section {
  background: var(--cream);
}

.audience-layout {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 90px;
}

.audience-heading h2 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(40px, 5vw, 64px);
  font-weight: 900;
  letter-spacing: -0.06em;
  line-height: 0.95;
  text-transform: uppercase;
}

.audience-heading > p:not(.kicker) {
  margin-top: 24px;
  color: var(--muted);
}

.audience-list {
  display: grid;
  gap: 14px;
}

.audience-list article {
  display: grid;
  grid-template-columns: 0.65fr 1.35fr;
  gap: 24px;
  padding: 22px;
  border: var(--border-supporting) solid var(--ink);
  background: var(--paper);
}

.audience-list strong {
  font-family: var(--font-display);
  font-size: 15px;
  font-weight: 900;
  text-transform: uppercase;
}

.audience-list span {
  color: var(--muted);
  font-size: 14px;
}

.dealer-section {
  border-top: 3px solid var(--ink);
  background: var(--paper);
}

.dealer-section-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  align-items: center;
  gap: 90px;
}

.dealer-feature {
  padding: 34px;
  border: var(--border-featured) solid var(--ink);
  background: #f8fbff;
  box-shadow: var(--shadow-featured-blue);
}

.dealer-feature > span {
  display: block;
  margin-bottom: 18px;
  color: var(--muted);
  font-family: var(--font-display);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.dealer-copy > p:not(.kicker) {
  margin: 24px 0;
  color: var(--muted);
}

.contact-hero {
  position: relative;
  overflow: hidden;
  border-bottom: 3px solid var(--ink);
  background: var(--navy);
  color: var(--paper);
}

.contact-hero-grid {
  position: relative;
  display: grid;
  min-height: 680px;
  grid-template-columns: 1.15fr 0.85fr;
  align-items: center;
  gap: 70px;
  padding-block: 80px 30px;
}

.contact-methods {
  display: grid;
  max-width: 610px;
  gap: 10px;
  margin-top: 34px;
}

.contact-methods a {
  display: grid;
  grid-template-columns: 0.45fr 1.55fr;
  gap: 14px;
  padding: 15px 18px;
  border: 2px solid rgba(255, 255, 255, 0.65);
  background: rgba(255, 255, 255, 0.05);
  transition: background 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.contact-methods a:hover,
.contact-methods a:focus-visible {
  border-color: var(--yellow);
  background: rgba(255, 210, 0, 0.12);
}

.contact-methods a:active {
  transform: translate(2px, 2px);
}

.contact-methods span {
  color: var(--yellow);
  font-size: 11px;
  font-weight: 850;
  text-transform: uppercase;
}

.contact-methods strong {
  overflow-wrap: anywhere;
  font-size: 14px;
}

.contact-art {
  position: relative;
  align-self: end;
  min-height: 600px;
}

.contact-art > div {
  position: absolute;
  top: 90px;
  right: 0;
  left: 0;
  height: 470px;
  border: 4px solid var(--ink);
  background: radial-gradient(circle, rgba(12, 21, 28, 0.2) 1.5px, transparent 2px) 0 0 / 13px 13px, var(--blue-bright);
  box-shadow: 10px 10px 0 var(--yellow);
}

.contact-art img {
  position: absolute;
  z-index: 2;
  bottom: -85px;
  left: 50%;
  width: 370px;
  max-height: 650px;
  transform: translateX(-50%);
  object-fit: contain;
  filter: drop-shadow(10px 10px 0 var(--ink));
}

.contact-art > span {
  position: absolute;
  z-index: 3;
  top: 62px;
  right: -20px;
  padding: 10px 15px;
  transform: rotate(7deg);
  border: 3px solid var(--ink);
  background: var(--red);
  box-shadow: var(--shadow-small);
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 900;
}

.contact-form-section {
  overflow: hidden;
  background: var(--surface-blue-deep);
  color: var(--paper);
}

.contact-page-grid {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  align-items: start;
  gap: 80px;
}

.contact-form-copy > p:not(.kicker) {
  margin: 24px 0 0;
  color: var(--text-on-blue);
}

.safe-list {
  padding: 22px;
  margin-top: 28px;
  border: 2px solid rgba(255, 255, 255, 0.65);
  background: rgba(0, 44, 95, 0.35);
}

.safe-list strong {
  font-family: var(--font-display);
  font-size: 11px;
  text-transform: uppercase;
}

.safe-list ul {
  display: grid;
  gap: 6px;
  padding-left: 18px;
  margin: 14px 0 0;
  color: var(--text-on-blue);
  font-size: 13px;
}

.response-note {
  margin-top: 24px;
}

.response-note span,
.response-note a {
  display: block;
}

.response-note span {
  color: var(--text-on-blue);
  font-size: 11px;
}

.response-note a {
  margin-top: 4px;
  color: var(--yellow);
  font-weight: 850;
}

.honeypot {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.optional {
  color: var(--muted);
  font-size: 10px;
  font-weight: 600;
}

.contact-next-section {
  background: var(--paper);
}

.contact-next-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding: 0;
  margin: 0;
  list-style: none;
}

.contact-next-grid li {
  min-height: 230px;
  padding: 26px;
  border: var(--border-supporting) solid var(--ink);
  background: var(--cream);
}

.contact-next-grid li + li {
  margin-left: -2px;
}

.contact-next-grid span {
  color: var(--red);
  font-family: var(--font-display);
  font-size: 10px;
  font-weight: 900;
}

.contact-next-grid h3 {
  margin: 26px 0 10px;
  font-family: var(--font-display);
  font-size: 19px;
  font-weight: 900;
  line-height: 1.1;
  text-transform: uppercase;
}

.contact-next-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.page-status {
  min-height: 100vh;
  background: var(--yellow-soft);
}

.status-main {
  display: grid;
  min-height: calc(100vh - 116px);
  place-items: center;
  padding: 70px 20px;
}

.status-panel {
  position: relative;
  width: min(760px, 100%);
  padding: 60px;
  border: 4px solid var(--ink);
  background: var(--cream);
  box-shadow: 12px 12px 0 var(--blue-bright);
  text-align: center;
}

.status-panel h1 {
  font-size: clamp(45px, 7vw, 76px);
}

.status-panel > p:not(.kicker) {
  max-width: 590px;
  margin: 26px auto 0;
  color: var(--muted);
}

.status-burst {
  position: absolute;
  top: -38px;
  right: -28px;
  display: grid;
  width: 110px;
  height: 110px;
  place-items: center;
  transform: rotate(8deg);
  border: 3px solid var(--ink);
  background: var(--red);
  box-shadow: var(--shadow-small);
  color: var(--paper);
  font-family: var(--font-display);
  font-size: 19px;
  font-weight: 900;
  clip-path: polygon(50% 0%, 61% 19%, 82% 8%, 79% 31%, 100% 35%, 83% 51%, 98% 70%, 75% 68%, 71% 94%, 54% 76%, 40% 100%, 34% 77%, 7% 89%, 22% 63%, 0 51%, 22% 40%, 5% 18%, 32% 24%);
}

.status-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin-top: 34px;
}

.status-footer {
  display: flex;
  min-height: 64px;
  align-items: center;
  justify-content: center;
  gap: 24px;
  padding: 18px 24px;
  background: var(--ink);
  color: var(--paper);
  font-size: 12px;
}

.status-footer a {
  color: var(--yellow);
}

.page-not-found {
  background: var(--navy);
}

@media (max-width: 1040px) {
  .site-nav {
    gap: 15px;
  }

  .site-nav a {
    font-size: 13px;
  }

  .hero-grid {
    grid-template-columns: 1fr 0.86fr;
  }

  .hero-art img {
    right: -5%;
  }

  .hero-stamp {
    right: -30px;
  }

  .split-heading,
  .paths-grid,
  .start-grid,
  .faq-grid {
    gap: 54px;
  }

  .meet-grid {
    gap: 60px;
  }
}

@media (max-width: 860px) {
  html {
    scroll-padding-top: 96px;
  }

  .site-header {
    top: 0;
  }

  .header-inner {
    min-height: 70px;
  }

  .menu-button {
    display: block;
    margin-left: auto;
  }

  .header-cta {
    display: none;
  }

  .site-nav {
    position: fixed;
    z-index: 99;
    top: 104px;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    visibility: hidden;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 30px 24px 120px;
    border-top: 3px solid var(--ink);
    background: var(--cream);
    opacity: 0;
    transition: opacity 180ms ease, visibility 180ms ease;
  }

  .site-nav.is-open {
    visibility: visible;
    opacity: 1;
  }

  .site-nav a {
    min-height: 62px;
    padding: 18px 4px;
    border-bottom: 2px solid var(--ink);
    font-family: var(--font-display);
    font-size: 20px;
    font-weight: 900;
    text-transform: uppercase;
  }

  .hero-grid {
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 0;
    padding-top: 64px;
  }

  .hero-copy {
    padding-bottom: 36px;
  }

  .hero-art {
    width: min(100%, 570px);
    height: 580px;
    margin-inline: auto;
  }

  .hero-art img {
    right: 10%;
  }

  .hero-burst {
    right: 0;
  }

  .hero-stamp {
    right: 0;
  }

  .section {
    padding-block: var(--space-section);
  }

  .split-heading,
  .paths-grid,
  .meet-grid,
  .faq-grid,
  .start-grid {
    grid-template-columns: 1fr;
  }

  .fight-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .fight-card,
  .fight-card:nth-child(2),
  .fight-card:nth-child(3) {
    min-height: 0;
    transform: none;
  }

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

  .process-grid li + li {
    margin-left: -2px;
  }

  .process-grid li:nth-child(3) {
    margin-top: -2px;
    margin-left: 0;
  }

  .process-grid li:nth-child(4) {
    margin-top: -2px;
  }

  .meet-section {
    background: linear-gradient(var(--yellow) 0 42%, var(--cream) 42% 100%);
  }

  .meet-art {
    width: min(100%, 520px);
    margin-inline: auto;
  }

  .meet-copy {
    padding-top: 30px;
  }

  .faq-heading,
  .start-copy {
    position: static;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .footer-contact {
    grid-column: 1 / -1;
    grid-template-columns: repeat(3, 1fr);
  }

  .footer-contact > span {
    grid-column: 1 / -1;
  }
}

@media (max-width: 600px) {
  .shell {
    width: min(calc(100% - 28px), var(--shell));
  }

  .review-bar {
    min-height: 30px;
    font-size: 11px;
    letter-spacing: 0.12em;
  }

  .site-nav {
    top: 100px;
  }

  .wordmark-name {
    font-size: 19px;
  }

  .hero-grid {
    padding-top: 46px;
  }

  .issue-label {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
    font-size: 9px;
  }

  .hero h1 {
    font-size: clamp(46px, 15vw, 68px);
  }

  .hero-lead {
    margin-top: 24px;
    font-size: 16px;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
    gap: 20px;
  }

  .button-large {
    width: 100%;
  }

  .text-link {
    align-self: flex-start;
  }

  .hero-proof {
    display: grid;
  }

  .hero-art {
    height: 490px;
    margin-top: 10px;
  }

  .hero-burst {
    top: 40px;
    right: -16%;
    width: 480px;
    height: 480px;
  }

  .hero-art img {
    right: 5%;
    width: 88%;
    max-height: 490px;
  }

  .impact-word-one {
    top: 46px;
    left: -2px;
  }

  .impact-word-two {
    top: 150px;
  }

  .hero-stamp {
    right: -8px;
    bottom: 24px;
    width: 132px;
    height: 132px;
  }

  .hero-stamp strong {
    font-size: 13px;
  }

  .section {
    padding-block: var(--space-section-mobile);
  }

  .section-heading {
    margin-bottom: 36px;
  }

  .section-heading h2,
  .paths-copy h2,
  .meet-copy h2,
  .faq-heading h2,
  .start-copy h2 {
    font-size: clamp(36px, 11vw, 48px);
  }

  .split-heading {
    gap: 24px;
  }

  .fight-card {
    padding: 28px 24px;
  }

  .paths-grid,
  .faq-grid,
  .start-grid {
    gap: 44px;
  }

  .path-buttons {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .mission-panel,
  .plan-form {
    padding: 24px;
    box-shadow: var(--shadow-featured-yellow);
  }

  .mission-panel h3 {
    font-size: 28px;
  }

  .process-grid {
    grid-template-columns: 1fr;
  }

  .process-grid li + li,
  .process-grid li:nth-child(3),
  .process-grid li:nth-child(4) {
    min-height: 0;
    margin-top: -2px;
    margin-left: 0;
  }

  .meet-art {
    height: 510px;
  }

  .meet-art img {
    right: 5%;
    bottom: -70px;
    width: 320px;
  }

  .pow-shape {
    right: -8px;
  }

  .promise-box {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .field-grid {
    grid-template-columns: 1fr;
  }

  .direct-contact-actions {
    grid-template-columns: 1fr;
  }

  .field-full {
    grid-column: auto;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .footer-contact {
    grid-column: auto;
    grid-template-columns: 1fr;
  }

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

  .mobile-action-bar {
    position: fixed;
    z-index: 90;
    right: 0;
    bottom: 0;
    left: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 58px;
    border-top: 3px solid var(--ink);
    color: var(--ink);
    font-family: var(--font-display);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    padding-bottom: env(safe-area-inset-bottom);
    background: var(--cream);
  }

  .mobile-action-bar a {
    display: flex;
    min-height: 58px;
    align-items: center;
    justify-content: center;
    gap: 9px;
    background: var(--cream);
  }

  .mobile-action-bar a:hover,
  .mobile-action-bar a:focus-visible {
    background: var(--paper);
  }

  .mobile-action-bar a:active {
    background: var(--yellow-soft);
  }

  .mobile-action-bar a + a {
    border-left: 3px solid var(--ink);
    background: var(--yellow);
  }

  .site-footer {
    padding-bottom: calc(120px + env(safe-area-inset-bottom));
  }
}

@media (max-width: 860px) {
  .home-plan-grid,
  .closing-cta-inner,
  .page-hero-grid,
  .prep-grid,
  .meet-page-grid,
  .story-grid,
  .audience-layout,
  .dealer-section-grid,
  .contact-hero-grid,
  .contact-page-grid {
    grid-template-columns: 1fr;
    gap: 54px;
  }

  .page-hero-grid {
    min-height: 0;
    padding-block: 72px;
  }

  .closing-actions {
    grid-template-columns: 1fr 1fr;
  }

  .meet-page-grid {
    padding-top: 20px;
  }

  .meet-page-art {
    width: min(520px, 100%);
    min-height: 570px;
    margin-inline: auto;
    order: 2;
  }

  .meet-page-hero .page-hero-copy {
    padding-top: 60px;
  }

  .values-grid {
    grid-template-columns: 1fr;
  }

  .values-grid article {
    min-height: 0;
  }

  .contact-hero-grid {
    padding-top: 70px;
  }

  .contact-art {
    width: min(520px, 100%);
    min-height: 560px;
    margin-inline: auto;
  }

  .contact-next-grid {
    grid-template-columns: 1fr;
  }

  .contact-next-grid li + li {
    margin-top: -2px;
    margin-left: 0;
  }

  .footer-nav {
    flex-wrap: wrap;
  }
}

@media (max-width: 600px) {
  .utility-bar {
    min-height: 30px;
    gap: 7px;
    padding-inline: 10px;
    font-size: 11px;
    letter-spacing: 0.08em;
  }

  .utility-bar span:last-child {
    max-width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .home-plan-grid,
  .closing-cta-inner,
  .page-hero-grid,
  .prep-grid,
  .meet-page-grid,
  .story-grid,
  .audience-layout,
  .dealer-section-grid,
  .contact-hero-grid,
  .contact-page-grid {
    gap: 42px;
  }

  .home-plan-copy h2,
  .closing-cta h2,
  .story-heading h2,
  .dealer-copy h2,
  .prep-copy h2,
  .contact-form-copy h2 {
    font-size: clamp(36px, 11vw, 48px);
  }

  .home-plan-steps li {
    grid-template-columns: 50px 1fr;
    padding: 18px;
  }

  .home-plan-steps li > span {
    width: 42px;
    height: 42px;
  }

  .closing-actions {
    grid-template-columns: 1fr;
  }

  .page-hero-grid {
    padding-block: 56px;
  }

  .page-hero-copy h1,
  .contact-intro h1 {
    font-size: clamp(44px, 13vw, 60px);
  }

  .page-hero-copy > p:not(.issue-label),
  .contact-intro > p:not(.issue-label) {
    font-size: 16px;
  }

  .page-hero-panel {
    padding: 24px;
    box-shadow: var(--shadow-featured-yellow);
  }

  .prep-cards {
    grid-template-columns: 1fr;
  }

  .meet-page-art {
    min-height: 500px;
  }

  .meet-page-burst {
    top: 50px;
    height: 420px;
  }

  .meet-page-art img {
    bottom: -45px;
    width: 320px;
    max-height: 540px;
  }

  .meet-page-art > span {
    right: -4px;
  }

  .audience-list article {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .dealer-feature {
    padding: 22px;
    box-shadow: var(--shadow-featured-blue);
  }

  .contact-hero-grid {
    padding-top: 54px;
  }

  .contact-methods a {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .direct-contact-number {
    align-items: flex-start;
    flex-direction: column;
  }

  .contact-art {
    min-height: 500px;
  }

  .contact-art > div {
    top: 65px;
    height: 410px;
  }

  .contact-art img {
    bottom: -60px;
    width: 320px;
    max-height: 540px;
  }

  .contact-art > span {
    right: 0;
  }

  .contact-next-grid li {
    min-height: 0;
  }

  .footer-nav {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px 24px;
  }

  .status-main {
    min-height: calc(100vh - 100px);
    padding: 70px 14px;
  }

  .status-panel {
    padding: 52px 22px 34px;
    box-shadow: 7px 7px 0 var(--blue-bright);
  }

  .status-burst {
    right: -5px;
  }

  .status-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .status-actions .button {
    width: 100%;
  }

  .status-footer {
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
    padding-bottom: 82px;
  }
}

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

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

  .reveal {
    opacity: 1;
    transform: none;
  }
}
