.home-hero {
  --hero-parallax-y: 0%;
  position: relative;
  z-index: 20;
  min-height: 820px;
  overflow: visible;
  background: #0c111a;
  border-bottom: 0;
}

.home-hero__media {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 0;
  height: 100%;
  overflow: hidden;
  will-change: transform;
}

.home-hero__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(
      82% 66% at 18% 58%,
      rgba(16, 58, 124, 0.26) 0%,
      rgba(16, 58, 124, 0) 72%
    ),
    radial-gradient(
      82% 66% at 82% 58%,
      rgba(16, 58, 124, 0.22) 0%,
      rgba(16, 58, 124, 0) 74%
    ),
    radial-gradient(
      88% 56% at 50% 106%,
      rgba(3, 7, 14, 0.76) 0%,
      rgba(0, 0, 0, 0) 74%
    );
  mix-blend-mode: normal;
  opacity: 1;
  pointer-events: none;
}

.home-hero__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0.44;
  filter: grayscale(0.16) saturate(0.84) contrast(0.92);
  transform: translate3d(0, var(--hero-parallax-y), 0) scale(1.04);
  transform-origin: center;
}

.home-hero__overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(
      82% 74% at 8% 54%,
      rgba(4, 17, 44, 0.66) 0%,
      rgba(0, 0, 0, 0) 72%
    ),
    radial-gradient(
      82% 74% at 92% 54%,
      rgba(4, 17, 44, 0.56) 0%,
      rgba(0, 0, 0, 0) 72%
    ),
    linear-gradient(
      180deg,
      rgba(12, 17, 26, 0.92) 0%,
      rgba(12, 17, 26, 0.82) 52%,
      rgba(12, 17, 26, 0.9) 100%
    );
}

.home-hero__grain {
  display: none;
}

.home-hero__inner {
  position: relative;
  z-index: 10;
  width: 100%;
  max-width: none;
  min-height: 820px;
  margin: 0;
  padding: clamp(96px, 10vw, 140px) clamp(44px, 4.5vw, 84px) clamp(54px, 5vw, 88px) clamp(20px, 4vw, 72px);
  display: grid;
  grid-template-columns: minmax(0, 1.32fr) minmax(320px, 470px);
  gap: clamp(24px, 4vw, 72px);
  align-items: end;
}

.home-hero__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}

.home-hero__eyebrow {
  margin: 0;
  color: #e8906b;
  font-family: "Instrument Sans", "Libre Franklin", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 24px;
}

.home-hero__eyebrow-line {
  width: 36px;
  height: 1px;
  background: #e8906b;
  display: block;
  flex: 0 0 auto;
}

.home-hero__title {
  margin: 0;
  max-width: 980px;
  color: #fffdf8;
  font-family: "Instrument Serif", "Playfair Display", Georgia, serif;
  font-weight: 400;
  font-size: clamp(48px, 5.6vw, 106px);
  line-height: 0.98;
  letter-spacing: -0.015em;
  text-wrap: balance;
}

.home-hero__title-script {
  color: #e8906b;
  font-family: "Instrument Serif", "Playfair Display", Georgia, serif;
  font-style: italic;
  font-weight: 400;
  font-size: 0.82em;
  letter-spacing: normal;
  text-transform: lowercase;
  line-height: 1.02;
}

.home-hero__intro {
  margin: 30px 0 0;
  max-width: 640px;
  color: #c9cfda;
  font-family: "Instrument Sans", "Libre Franklin", sans-serif;
  font-size: clamp(16px, 1.25vw, 19px);
  line-height: 1.7;
}

.home-hero__actions {
  display: flex;
  align-items: center;
  gap: 22px;
  flex-wrap: wrap;
  margin-top: 34px;
}

.home-hero__facts {
  display: flex;
  gap: 26px;
  flex-wrap: wrap;
  margin-top: 42px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 253, 248, 0.24);
}

.home-hero__fact {
  color: #a8b0bf;
  font-family: "Instrument Sans", "Libre Franklin", sans-serif;
  font-size: 13.5px;
  line-height: 1.45;
  max-width: 260px;
}

.home-hero__fact strong {
  color: #fffdf8;
  font-weight: 700;
}

.home-hero__form-card {
  width: min(470px, 100%);
  align-self: end;
  justify-self: end;
  margin-top: 0;
  margin-bottom: clamp(-124px, -8.2vw, -92px);
  background: #ffffff;
  color: #102b46;
  border: 1.5px solid #c6d0dc;
  border-radius: 2px;
  box-shadow: 10px 10px 0 rgba(190, 30, 45, 0.35);
  padding: 22px 22px 18px;
  text-align: left;
  z-index: 30;
}

.home-hero__form-kicker {
  margin: 0 0 10px;
  color: #be1e2d;
  font-family: "Instrument Sans", "Libre Franklin", sans-serif;
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-weight: 700;
}

.home-hero__form-title {
  margin: 0 0 14px;
  color: #102b46;
  font-family: "Instrument Serif", "Playfair Display", Georgia, serif;
  font-size: 46px;
  line-height: 1;
  letter-spacing: -0.01em;
  font-weight: 400;
}

.home-hero__form-question {
  margin: 0 0 10px;
  color: #4c5a6e;
  font-family: "Instrument Sans", "Libre Franklin", sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.45;
}

.home-hero__form-options {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 14px;
}

.home-hero__form-option {
  border: 1px solid #c6d0dc;
  background: transparent;
  color: #4c5a6e;
  border-radius: 999px;
  padding: 6px 14px;
  font-family: "Instrument Sans", "Libre Franklin", sans-serif;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 600;
}

.home-hero__form-options .wpcf7-form-control {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.home-hero__form-options .wpcf7-list-item {
  margin: 0;
}

.home-hero__form-options .wpcf7-list-item label {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}

.home-hero__form-options .wpcf7-list-item input[type="radio"] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  margin: 0;
  pointer-events: none;
}

.home-hero__form-options .wpcf7-list-item .wpcf7-list-item-label {
  display: inline-flex;
  align-items: center;
  border: 1px solid #c6d0dc;
  border-radius: 999px;
  padding: 6px 14px;
  font-family: "Instrument Sans", "Libre Franklin", sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #4c5a6e;
  background: transparent;
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease;
}

.home-hero__form-options .wpcf7-list-item input[type="radio"]:checked + .wpcf7-list-item-label {
  background: #edf2f7;
  border-color: #8ea0b7;
  color: #102b46;
}

.home-hero__form-cf7 p {
  margin: 0;
}

.home-hero__form-cf7 .wpcf7-form-control-wrap {
  display: block;
}

.home-hero__form .wpcf7-submit {
  width: 100%;
  border: none;
  background: #be1e2d;
  color: #ffffff;
  font-family: "Instrument Sans", "Libre Franklin", sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
  padding: 14px 12px;
  margin-top: 6px;
  cursor: pointer;
}

.home-hero__form .wpcf7-submit:hover,
.home-hero__form .wpcf7-submit:focus-visible {
  background: #9a1825;
}

.home-hero__form .wpcf7-spinner,
.home-hero__form .wpcf7-response-output {
  margin-top: 8px;
  margin-left: 0;
  margin-right: 0;
}

.home-hero__form {
  display: grid;
  gap: 8px;
}

.home-hero__form-label {
  color: #102b46;
  font-family: "Instrument Sans", "Libre Franklin", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.home-hero__form-input {
  width: 100%;
  box-sizing: border-box;
  min-height: 44px;
  border: 1px solid #c6d0dc;
  background: #ffffff;
  color: #102b46;
  padding: 10px 12px;
  font-family: "Instrument Sans", "Libre Franklin", sans-serif;
  font-size: 15px;
}

.home-hero__form-submit {
  width: 100%;
  border: none;
  background: #be1e2d;
  color: #ffffff;
  font-family: "Instrument Sans", "Libre Franklin", sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
  padding: 14px 12px;
  margin-top: 6px;
  cursor: pointer;
}

.home-hero__form-submit:hover,
.home-hero__form-submit:focus-visible {
  background: #9a1825;
}

.home-hero__form-fine-print {
  margin: 10px 0 0;
  color: #4c5a6e;
  font-family: "Instrument Sans", "Libre Franklin", sans-serif;
  font-size: 11.5px;
  line-height: 1.45;
}

.home-hero__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 34px;
  min-height: auto;
  background: #be1e2d;
  color: #ffffff;
  font-family: "Instrument Sans", "Libre Franklin", sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: none;
  transition: background-color 220ms ease;
}

.home-hero__cta-link {
  color: #ffffff;
  text-decoration-line: underline;
  text-underline-offset: 4px;
  font-family: "Instrument Sans", "Libre Franklin", sans-serif;
  font-size: 15px;
  font-weight: 600;
}

.home-hero__cta:hover,
.home-hero__cta:focus-visible {
  background: #9a1825;
}

.home-hero__cta-link:hover,
.home-hero__cta-link:focus-visible {
  color: #c6d0dc;
}

@media (prefers-reduced-motion: reduce) {
  .home-hero__image {
    transform: scale(1.01);
  }
}

@media (max-width: 960px) {
  .home-hero {
    min-height: auto;
  }

  .home-hero__inner {
    min-height: auto;
    padding: 94px 20px 82px;
    grid-template-columns: 1fr;
    gap: 30px;
    align-items: start;
  }

  .home-hero__content {
    align-items: center;
    text-align: center;
  }

  .home-hero__eyebrow {
    font-size: 13px;
    justify-content: center;
  }

  .home-hero__facts {
    justify-content: center;
    margin-top: 32px;
  }

  .home-hero__fact {
    max-width: none;
  }

  .home-hero__form-card {
    margin-top: 0;
    margin: 0;
    width: min(560px, 100%);
    justify-self: center;
  }
}

@media (min-width: 1200px) {
  .home-hero,
  .home-hero__inner {
    min-height: 960px;
  }
}

@media (max-width: 640px) {
  .home-hero {
    min-height: auto;
  }

  .home-hero__inner {
    padding: 84px 16px 68px;
    gap: 24px;
  }

  .home-hero__eyebrow {
    font-size: 11px;
    letter-spacing: 0.18em;
    gap: 10px;
  }

  .home-hero__eyebrow-line {
    width: 24px;
  }

  .home-hero__title {
    font-size: clamp(42px, 13vw, 64px);
    line-height: 1;
  }

  .home-hero__title-script {
    font-size: 0.88em;
    display: block;
  }

  .home-hero__intro {
    margin-top: 22px;
    font-size: 15px;
    line-height: 1.58;
  }

  .home-hero__actions {
    margin-top: 24px;
    gap: 14px;
    justify-content: center;
  }

  .home-hero__facts {
    gap: 12px;
    margin-top: 24px;
    padding-top: 14px;
  }

  .home-hero__fact {
    font-size: 12.5px;
  }

  .home-hero__form-card {
    box-shadow: 6px 0 0 rgba(190, 30, 45, 0.35);
    padding: 18px 16px 16px;
  }

  .home-hero__form-title {
    font-size: 38px;
  }

  .home-hero__form-kicker {
    font-size: 10px;
    margin-bottom: 8px;
  }

  .home-hero__form-question,
  .home-hero__form-label {
    font-size: 11px;
  }

  .home-hero__cta {
    width: auto;
    max-width: none;
    padding: 13px 22px;
    font-size: 12px;
    letter-spacing: 0.05em;
  }

  .home-hero__cta-link,
  .home-hero__form-fine-print {
    font-size: 12px;
    letter-spacing: 0.02em;
  }

  .home-hero__image {
    transform: scale(1.03);
  }
}
