@font-face {
  font-family: "Right Grotesk";
  src: url("./font/right-grotesk-compact-black.otf") format("opentype");
  font-display: swap;
  font-style: normal;
  font-weight: 800;
}

:root {
  --red: #d4121e;
  --red-deep: #9e0e16;
  --red-dark: var(--red-deep);
  --red-ink: #6e0a10;
  --ink: #1a1416;
  --ink-70: #443c3e;
  --paper: #ffffff;
  --paper-warm: #faf7f4;
  --line: rgba(26, 20, 22, 0.1);
  --yellow: #ffcb05;
  --black: var(--ink);
  --charcoal: var(--ink-70);
  --text: var(--ink);
  --white: var(--paper);
  --off-white: var(--paper-warm);
  --font-display: "Right Grotesk", "Archivo", "Anton", sans-serif;
  --font-text: "Montserrat", system-ui, sans-serif;
  --s-1: 4px;
  --s-2: 8px;
  --s-3: 12px;
  --s-4: 16px;
  --s-6: 24px;
  --s-8: 32px;
  --s-12: 48px;
  --s-16: 64px;
  --s-24: 96px;
  --s-32: 128px;
  --r-sm: 6px;
  --r-md: 12px;
  --r-pill: 999px;
  --container: 1200px;
  --gutter: 24px;
  --header-height: 64px;
}

* {
  box-sizing: border-box;
}

[hidden] {
  display: none !important;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-height) + 12px);
}

body {
  margin: 0;
  color: var(--text);
  background: var(--white);
  font-family: var(--font-text);
  font-size: 17px;
  line-height: 1.6;
}

body.menu-open {
  overflow: hidden;
}

.skip-link {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 1000;
  padding: 10px 14px;
  color: var(--ink);
  background: var(--yellow);
  border-radius: var(--r-sm);
  font-weight: 700;
  text-decoration: none;
  transform: translateY(-150%);
}

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

button,
a,
input {
  font: inherit;
}

button {
  border: 0;
}

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

.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;
}

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

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 20;
  height: var(--header-height);
  color: var(--white);
  background: rgba(26, 20, 22, 0.94);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(12px);
}

.header-container {
  display: flex;
  width: min(1320px, calc(100% - 48px));
  height: 100%;
  margin-inline: auto;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.header-brand {
  position: relative;
  display: block;
  width: 150px;
  aspect-ratio: 2200 / 632;
  overflow: hidden;
}

.header-brand img {
  position: absolute;
  top: -100%;
  left: -26.14%;
  width: 151.32%;
  max-width: none;
  height: auto;
}

.brand-logo-white {
  filter: grayscale(1) brightness(0) invert(1);
}

.brand-logo-color {
  clip-path: inset(0 83% 63% 0);
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 25px;
}

.main-nav a {
  color: rgba(255, 255, 255, 0.76);
  font-family: var(--font-text);
  font-size: 0.76rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 160ms ease;
}

.main-nav a:hover,
.main-nav a:focus-visible {
  color: var(--white);
}

.main-nav a[href="#interior"] {
  color: var(--red);
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
}

.main-nav a[href="#interior"]:hover,
.main-nav a[href="#interior"]:focus-visible {
  color: var(--paper-warm);
}

.main-nav .nav-cta {
  padding: 8px 14px;
  color: var(--white);
  background: var(--red);
  border-radius: 4px;
}

.menu-toggle {
  display: none;
  color: var(--white);
  background: transparent;
  cursor: pointer;
}

.hero {
  position: relative;
  min-height: 720px;
  overflow: hidden;
  color: var(--white);
  background: var(--red-ink);
}

.hero-photo {
  position: absolute;
  inset: var(--header-height) auto 0 0;
  width: 48%;
  background: var(--red-ink);
}

.hero-overlay {
  position: absolute;
  inset: 0 0 0 42%;
  background: var(--red-deep);
}

.image-slot {
  background-color: var(--paper-warm);
  overflow: hidden;
}

.image-slot img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-photo img {
  object-position: center 34%;
}

.hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  min-height: 720px;
  gap: 54px;
  align-items: center;
  padding-top: var(--header-height);
}

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

.eyebrow,
.section-kicker {
  margin: 0 0 8px;
  color: var(--red);
  font-family: var(--font-text);
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
}

.eyebrow span {
  display: inline-block;
  padding: 5px 12px;
  color: var(--white);
  background: var(--red);
}

.hero h1,
.section-heading h2,
.lead-copy h2 {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 800;
  letter-spacing: 0.005em;
  text-transform: uppercase;
}

.hero h1 {
  font-size: clamp(48px, 7vw, 92px);
  letter-spacing: -0.01em;
  line-height: 0.95;
}

.hero h1 strong {
  display: block;
  padding-top: 0.04em;
  color: var(--paper);
  font-weight: 800;
}

.hero blockquote {
  position: relative;
  max-width: 560px;
  margin: 30px 0 24px;
  padding-left: 46px;
  font-family: var(--font-text);
  font-size: 1.18rem;
  font-weight: 600;
  line-height: 1.65;
}

.hero blockquote::before,
.hero blockquote::after {
  position: absolute;
  color: var(--red);
  font-family: var(--font-text);
  font-size: 5rem;
  line-height: 1;
}

.hero blockquote::before {
  top: -14px;
  left: 0;
  content: "“";
}

.hero blockquote::after {
  right: 0;
  bottom: -32px;
  content: "”";
}

.video-button {
  display: flex;
  width: 355px;
  max-width: 100%;
  min-height: 72px;
  padding: 10px 18px;
  align-items: center;
  gap: 14px;
  color: var(--white);
  background: rgba(26, 20, 22, 0.24);
  border: 1px solid rgba(255, 255, 255, 0.75);
  border-radius: 5px;
  cursor: pointer;
  text-align: left;
  transition: background-color 160ms ease, transform 160ms ease;
}

.video-button:hover {
  background: rgba(26, 20, 22, 0.42);
  transform: translateY(-2px);
}

.video-icon {
  display: grid;
  flex: 0 0 48px;
  width: 48px;
  height: 48px;
  place-items: center;
  border: 3px solid var(--white);
  border-radius: 50%;
  font-size: 32px;
}

.video-button strong {
  display: block;
  font-family: var(--font-text);
  font-size: 1.16rem;
  text-transform: uppercase;
}

.action-message {
  min-height: 1.25em;
  margin: 8px 0 0;
  color: var(--paper-warm);
  font-size: 0.82rem;
}

.light-section,
.interior-section {
  padding: var(--s-24) 0;
  background: var(--off-white);
}

.feature-grid {
  display: grid;
  grid-template-columns: 0.88fr 1.15fr 1.15fr;
  gap: 42px;
  align-items: center;
}

.feature-grid--single {
  grid-template-columns: 0.88fr 2.3fr;
}

.feature-grid--single .info-card {
  max-width: 760px;
}

.feature-grid--single .info-card h3 {
  display: inline-block;
  margin-bottom: 14px;
  padding: 7px 13px 6px;
  color: var(--white);
  background: var(--red);
  border-radius: 3px;
  font-size: clamp(1.7rem, 2.4vw, 2.25rem);
  letter-spacing: 0.01em;
  line-height: 1;
  transform: rotate(-1deg);
}

.section-heading h2 {
  font-size: clamp(32px, 4vw, 56px);
  line-height: 1;
}

.heading-line {
  display: block;
  width: 56px;
  height: 4px;
  margin-top: 22px;
  background: var(--red);
}

.info-card {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 18px;
  align-items: start;
  padding-left: 34px;
  border-left: 1px solid var(--line);
}

.card-icon {
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  color: var(--white);
  background: var(--red);
  border-radius: 50%;
  font-size: 31px;
}

.info-card h3 {
  margin: 0 0 8px;
  color: var(--red);
  font-family: var(--font-text);
  font-size: 1.2rem;
  line-height: 1.05;
  text-transform: uppercase;
}

.info-card p {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.72;
}

.votes-section {
  padding: var(--s-24) 0;
  color: var(--white);
  background: var(--red-deep);
}

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

.votes-grid {
  display: grid;
  grid-template-columns: 1fr 1.35fr;
  gap: 54px;
  align-items: center;
}

.votes-grid > *,
.lead-grid > * {
  min-width: 0;
}

.votes-section .section-heading h2 {
  font-size: clamp(32px, 4vw, 56px);
}

.section-heading--dark h2 {
  color: var(--white);
}

.vote-comparison {
  display: grid;
  grid-template-columns: 1fr auto 1.35fr;
  gap: 24px;
  align-items: center;
}

.vote-number strong,
.vote-number span {
  display: block;
  font-family: var(--font-text);
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.vote-number strong {
  color: var(--paper-warm);
  font-size: clamp(2.8rem, 5vw, 4.7rem);
  line-height: 0.95;
}

.vote-number span {
  font-size: 1rem;
}

.vote-number--highlight strong {
  color: var(--yellow);
  font-size: clamp(4.4rem, 7vw, 7rem);
}

.vote-arrow {
  color: var(--yellow);
  font-size: 74px;
}

.vote-comparison p {
  grid-column: 1 / -1;
  margin: 8px 0 0;
  font-family: var(--font-text);
  font-size: 1rem;
  font-weight: 600;
  text-align: center;
}

.split-section {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(340px, 0.65fr);
  min-height: 420px;
}

.split-content {
  display: flex;
  padding: 62px max(48px, calc((100vw - var(--container)) / 2));
  flex-direction: column;
  justify-content: center;
}

.split-section--light {
  background: var(--off-white);
}

.split-section--dark {
  grid-template-columns: minmax(340px, 0.65fr) minmax(0, 1.35fr);
  color: var(--white);
  background: var(--red-deep);
}

.split-section--dark .info-card h3,
.split-section--dark .card-icon {
  color: var(--yellow);
}

.split-photo {
  position: relative;
  margin: 0;
  min-height: 420px;
  background-color: var(--paper-warm);
}

.image-disclosure {
  position: absolute;
  right: 16px;
  bottom: 16px;
  padding: 5px 8px;
  color: rgba(255, 255, 255, 0.68);
  background: rgba(0, 0, 0, 0.38);
  border-radius: 3px;
  font-size: 0.6rem;
  line-height: 1.2;
  letter-spacing: 0.02em;
}

.split-section--light .split-photo img {
  object-position: center 18%;
}

.split-section--dark .split-photo {
  background-color: var(--red-ink);
}

.split-section--dark .split-photo img {
  object-position: center;
}

.cards-two {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-top: 34px;
}

.cards-four {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px 34px;
  margin-top: 34px;
}

.info-card--compact {
  padding: 0;
  border-left: 0;
}

.info-card--dark {
  color: var(--white);
}

.interior-section {
  padding-bottom: 0;
}

.interior-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px;
  margin-top: 34px;
}

.commitment-card {
  min-width: 0;
  overflow: hidden;
  background: var(--off-white);
  border: 1px solid var(--line);
  border-radius: var(--r-md);
}

.interior-photo {
  aspect-ratio: 3 / 2;
  min-height: 0;
}

.commitment-copy {
  padding: 26px;
}

.lead-section {
  padding: var(--s-24) 0;
  color: var(--white);
  background: var(--red);
}

.lead-grid {
  display: grid;
  grid-template-columns: minmax(290px, 0.8fr) minmax(0, 1.2fr);
  gap: 56px;
  align-items: center;
}

.section-kicker--white {
  color: var(--white);
}

.lead-copy h2 {
  font-size: clamp(32px, 4vw, 56px);
  line-height: 1;
}

.lead-copy > p {
  max-width: 430px;
  margin: 20px 0 0;
}

.lead-signature {
  font-family: var(--font-text);
  font-size: 1.65rem;
  font-style: italic;
}

.lead-form {
  padding: 24px;
  color: var(--text);
  background: rgba(110, 10, 16, 0.34);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: var(--r-md);
}

.lead-fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.form-field {
  display: grid;
  gap: 5px;
}

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

.form-field label {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.form-field input {
  width: 100%;
  min-height: 50px;
  padding: 11px 14px;
  color: var(--text);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--r-sm);
}

.form-field input:focus-visible {
  border-color: var(--black);
  outline: 3px solid var(--yellow);
  outline-offset: 2px;
}

.form-honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.form-consent {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 14px 0 5px;
  color: var(--white);
  font-size: 0.82rem;
  line-height: 1.4;
}

.form-consent input {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  margin: 2px 0 0;
  accent-color: var(--red);
}

.form-consent a {
  color: var(--white);
}

.form-note {
  margin: 0 0 14px 28px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.74rem;
}

.lead-submit {
  display: flex;
  width: 100%;
  min-height: 52px;
  padding: 12px 22px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: var(--white);
  background: var(--red);
  border-radius: var(--r-sm);
  cursor: pointer;
  font-family: var(--font-text);
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  transition: background-color 160ms ease, transform 160ms ease;
}

.lead-submit:hover {
  background: var(--red-dark);
  transform: translateY(-1px);
}

.lead-submit:disabled {
  cursor: wait;
  opacity: 0.72;
}

.form-status {
  margin: 12px 0 0;
  color: var(--white);
  font-size: 0.84rem;
}

.legal-section {
  padding: 96px 0;
  background: var(--paper-warm);
}

.legal-container {
  width: min(1160px, calc(100% - 56px));
  margin-inline: auto;
}

.legal-section-heading {
  margin-bottom: 44px;
}

.legal-section-heading h2 {
  margin: 0 0 16px;
  font-family: var(--font-display);
  font-size: clamp(32px, 4vw, 56px);
  line-height: 1;
  text-transform: uppercase;
}

.legal-section-heading p {
  max-width: 640px;
  margin: 0;
  color: var(--ink-70);
  font-size: 0.98rem;
  line-height: 1.75;
}

.legal-accordion {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.legal-panel {
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--r-md);
}

.legal-panel[open] {
  border-color: rgba(212, 18, 30, 0.55);
}

.legal-panel summary {
  display: flex;
  padding: 26px 30px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  list-style: none;
  cursor: pointer;
}

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

.legal-panel summary::marker {
  content: "";
}

.legal-panel-title {
  display: block;
  margin: 0;
  color: var(--ink);
  font-family: var(--font-text);
  font-size: 1.15rem;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}

.legal-panel-title small {
  display: block;
  margin-top: 5px;
  color: var(--ink-70);
  font-family: var(--font-text);
  font-size: 0.8rem;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
}

.legal-plus {
  position: relative;
  flex: 0 0 22px;
  width: 22px;
  height: 22px;
}

.legal-plus::before,
.legal-plus::after {
  position: absolute;
  top: 50%;
  left: 50%;
  background: var(--yellow);
  content: "";
  transition: transform 250ms ease;
}

.legal-plus::before {
  width: 14px;
  height: 2px;
  transform: translate(-50%, -50%);
}

.legal-plus::after {
  width: 2px;
  height: 14px;
  transform: translate(-50%, -50%);
}

.legal-panel[open] .legal-plus::after {
  transform: translate(-50%, -50%) rotate(90deg) scaleY(0);
}

.legal-content {
  padding: 24px 30px 30px;
}

.legal-content h3 {
  margin: 32px 0 10px;
  color: var(--ink);
  font-family: var(--font-text);
  font-size: 1.2rem;
  text-transform: uppercase;
}

.legal-content h3:first-child {
  margin-top: 0;
}

.legal-content p {
  margin: 0 0 12px;
  color: var(--ink-70);
  font-size: 0.96rem;
  line-height: 1.8;
}

.legal-content a {
  color: var(--red-dark);
  font-weight: 600;
}

.site-footer {
  padding: 56px 0 28px;
  color: var(--white);
  background: var(--red);
  border-top: 1px solid rgba(251, 188, 5, 0.18);
}

.site-footer__container {
  width: min(1160px, calc(100% - 56px));
  margin-inline: auto;
}

.site-footer__main {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(150px, 0.7fr) minmax(240px, 1fr);
  gap: 48px;
  align-items: start;
}

.site-footer__about {
  max-width: 360px;
}

.site-footer__brand {
  display: inline-block;
  margin-bottom: 18px;
}

.site-footer__brand-logo {
  position: relative;
  display: block;
  width: 240px;
  aspect-ratio: 2200 / 632;
  overflow: hidden;
}

.site-footer__brand-logo img {
  position: absolute;
  top: -100%;
  left: -26.14%;
  width: 151.32%;
  max-width: none;
  height: auto;
}

.site-footer__about p,
.site-footer__bottom p {
  margin: 0;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.78rem;
  line-height: 1.7;
}

.site-footer__nav,
.site-footer__contact {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 9px;
}

.site-footer__nav strong,
.site-footer__contact strong {
  margin-bottom: 5px;
  color: var(--yellow);
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.site-footer a {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.82rem;
  text-decoration: none;
  transition: color 200ms ease;
}

.site-footer a:hover,
.site-footer a:focus-visible {
  color: var(--white);
}

.site-footer__bottom {
  display: flex;
  margin-top: 42px;
  padding-top: 22px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.site-footer__legal {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px 22px;
}

.site-footer__legal a {
  font-size: 0.76rem;
}

a:focus-visible,
button:focus-visible,
summary:focus-visible {
  outline: 3px solid var(--yellow);
  outline-offset: 3px;
}

@media (max-width: 1050px) {
  .feature-grid {
    grid-template-columns: 1fr 1fr;
  }

  .feature-grid--single {
    grid-template-columns: 0.88fr 2.3fr;
  }

  .feature-grid .section-heading {
    grid-column: 1 / -1;
  }

  .info-card:first-of-type {
    padding-left: 0;
    border-left: 0;
  }

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

@media (max-width: 820px) {
  .container {
    width: min(100% - 36px, var(--container));
  }

  .header-container {
    width: min(100% - 30px, 1320px);
  }

  .menu-toggle {
    display: grid;
    place-items: center;
  }

  .main-nav {
    position: fixed;
    inset: var(--header-height) 0 auto;
    display: none;
    padding: 18px;
    align-items: stretch;
    flex-direction: column;
    gap: 4px;
    background: rgba(26, 20, 22, 0.98);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
  }

  .main-nav.is-open {
    display: flex;
  }

  .main-nav a {
    padding: 12px;
    text-align: center;
  }

  .hero {
    display: flex;
    min-height: 0;
    flex-direction: column;
  }

  .hero-photo {
    position: relative;
    inset: auto;
    order: 2;
    width: 100%;
    height: auto;
  }

  .hero-photo img {
    height: auto;
    object-fit: contain;
    object-position: center;
  }

  .hero-overlay {
    display: none;
  }

  .hero-grid {
    order: 1;
    display: block;
    min-height: 0;
    padding-bottom: 52px;
    padding-top: 120px;
  }

  .hero-copy {
    max-width: 680px;
  }

  .hero h1 {
    font-size: clamp(3.5rem, 12vw, 5.5rem);
  }

  .feature-grid,
  .votes-grid,
  .lead-grid {
    grid-template-columns: 1fr;
  }

  .feature-grid {
    gap: 34px;
  }

  .feature-grid .section-heading {
    grid-column: auto;
  }

  .feature-grid--single {
    grid-template-columns: 1fr;
  }

  .feature-grid .info-card {
    padding: 0;
    border-left: 0;
  }

  .votes-grid {
    gap: 38px;
  }

  .split-section,
  .split-section--dark {
    grid-template-columns: 1fr;
  }

  .split-section--dark .split-photo {
    order: 2;
  }

  .split-content {
    padding: 56px 28px;
  }

  .split-photo {
    min-height: 350px;
  }

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

  .lead-grid {
    gap: 34px;
  }

  .site-footer__main {
    grid-template-columns: 1fr 1fr;
    gap: 36px 28px;
  }

  .site-footer__about {
    grid-column: 1 / -1;
  }
}

@media (max-width: 560px) {
  .hero {
    min-height: 0;
  }

  .hero-grid {
    min-height: 0;
    padding-bottom: 42px;
    padding-top: 104px;
  }

  .hero h1 {
    font-size: 3.35rem;
  }

  .hero blockquote {
    padding-left: 34px;
    font-size: 1rem;
  }

  .light-section,
  .interior-section {
    padding: 54px 0;
  }

  .section-heading h2 {
    font-size: 2.75rem;
  }

  .info-card,
  .info-card--compact {
    grid-template-columns: 48px 1fr;
    gap: 14px;
  }

  .card-icon {
    width: 46px;
    height: 46px;
    font-size: 27px;
  }

  .vote-comparison {
    grid-template-columns: 1fr;
  }

  .vote-arrow {
    transform: rotate(90deg);
    justify-self: center;
  }

  .vote-number--highlight strong {
    font-size: 5.6rem;
  }

  .cards-two,
  .cards-four,
  .interior-grid,
  .lead-fields {
    grid-template-columns: 1fr;
  }

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

  .commitment-copy {
    padding: 20px;
  }

  .lead-copy h2 {
    font-size: 2.5rem;
  }

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

  .legal-container,
  .site-footer__container {
    width: min(100% - 40px, 1160px);
  }

  .legal-panel summary,
  .legal-content {
    padding: 20px;
  }

  .site-footer__main {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .site-footer__about {
    grid-column: auto;
  }

  .site-footer__bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .site-footer__legal {
    justify-content: flex-start;
  }
}

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

  .video-button,
  .lead-submit,
  .main-nav a {
    transition: none;
  }
}
