/* Integrated styles for screens 8 and 9. */
.screens-8-9-preview {
  background: var(--color-bg-soft);
}

html:has(body.screens-8-9-preview) {
  scroll-behavior: auto;
}

.screens-8-9 {
  background: var(--color-bg-soft);
}

.tail-screen {
  --tail-ink: #071326;
  --tail-text: rgba(48, 65, 89, 0.86);
  --tail-muted: rgba(71, 85, 105, 0.78);
  --tail-green: #007947;
  --tail-green-deep: #00713f;
  --tail-green-soft: rgba(226, 246, 237, 0.92);
  --tail-line: rgba(199, 210, 222, 0.76);
  --tail-card-border: rgba(197, 207, 216, 0.72);
  --tail-card-shadow: 0 28px 62px rgba(27, 75, 60, 0.095);
  min-height: 100vh;
  min-height: 100svh;
  scroll-margin-top: var(--np-anchor-offset);
  color: var(--tail-ink);
  font-family: var(--font-body);
  letter-spacing: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(251, 247, 239, 0.92)),
    var(--color-bg-soft);
}

.tail-screen::before {
  inset: -13% -8% -9% 38%;
  border-radius: 50%;
  background:
    radial-gradient(circle at 68% 42%, rgba(255, 255, 255, 0.8), transparent 32%),
    linear-gradient(135deg, rgba(222, 246, 234, 0.66), rgba(238, 250, 244, 0.34));
  filter: blur(1px);
  transform: rotate(-7deg);
}

.tail-screen::after {
  inset: auto -15% -19% 34%;
  height: 30%;
  background: rgba(217, 246, 232, 0.44);
  filter: blur(9px);
}

.tail-screen h2,
.tail-screen h3,
.tail-screen p {
  letter-spacing: 0;
}

.tail-screen .eyebrow {
  display: flex;
  align-items: center;
  gap: 1.08cqw;
  margin: 0 0 4.9cqh;
  color: var(--tail-green);
  font-family: var(--font-body);
  font-size: 1.02cqw;
  font-weight: 840;
  line-height: 1.18;
  text-transform: uppercase;
}

.tail-screen .eyebrow::before {
  content: "";
  display: block;
  flex: 0 0 2.87cqw;
  width: 2.87cqw;
  height: 0.32cqh;
  min-height: 2px;
  background: currentColor;
}

.tail-screen h2 {
  margin: 0;
  color: var(--tail-ink);
  font-family: var(--font-body);
  font-size: 3.55cqw;
  font-weight: 840;
  line-height: 1.12;
  transform: scaleX(0.88);
  transform-origin: left top;
}

.audience .eyebrow {
  margin-bottom: clamp(36px, 4.4vh, 56px);
}

.tail-screen h2 span {
  display: block;
  color: var(--tail-green);
}

.tail-screen .lead {
  margin: 3cqh 0 0;
  color: var(--tail-text);
  font-family: var(--font-body);
  font-size: clamp(17px, 1.2vw, 22px);
  font-weight: 400;
  line-height: 1.48;
}

.audience__inner,
.contact__inner {
  position: relative;
  container-type: size;
  width: min(100%, 1920px);
  max-width: 1920px;
  min-height: 100vh;
  min-height: 100svh;
  aspect-ratio: auto;
  height: 100vh;
  height: 100svh;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
}

@supports not (height: 100svh) {
  .audience__inner,
  .contact__inner {
    height: 100vh;
  }
}

.tail-molecule {
  position: absolute;
  z-index: -1;
  color: #8cc8b1;
  opacity: 0.22;
  pointer-events: none;
}

.tail-molecule path,
.tail-molecule circle {
  vector-effect: non-scaling-stroke;
}

.tail-molecule--audience-left {
  top: 5.6%;
  left: 6.4%;
  width: min(15vw, 250px);
  opacity: 0.2;
}

.tail-molecule--audience-top {
  top: 5.1%;
  right: 6.4%;
  width: min(14vw, 220px);
  opacity: 0.2;
}

.tail-molecule--audience-bottom {
  right: 3.4%;
  bottom: 5.2%;
  width: min(15.5vw, 250px);
  opacity: 0.2;
}

.tail-molecule--contact-top {
  top: 3.5%;
  right: 11.7%;
  width: min(14vw, 225px);
  color: var(--tail-green);
  opacity: 0.5;
}

.tail-molecule--contact-side {
  right: -3.6%;
  bottom: 14.4%;
  width: min(14vw, 220px);
  color: var(--tail-green);
  opacity: 0.46;
}

.tail-icon {
  width: 5.55cqw;
  height: 5.55cqw;
  border: 1px solid rgba(0, 121, 67, 0.14);
  border-radius: 1.42cqw;
  color: var(--tail-green);
  background:
    radial-gradient(circle at 35% 24%, rgba(255, 255, 255, 0.88), transparent 36%),
    linear-gradient(180deg, rgba(232, 248, 240, 0.98), rgba(213, 239, 228, 0.96));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.76);
}

.tail-icon svg {
  width: 3.55cqw;
  height: 3.55cqw;
  stroke-width: 2.7;
}

.audience-card__icon {
  overflow: hidden;
  padding: 0;
}

.audience-card__icon img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  object-fit: cover;
  object-position: center;
}

.tail-icon--small {
  width: 3.68cqw;
  height: 3.68cqw;
  border-radius: 50%;
}

.tail-icon--small svg {
  width: 2.1cqw;
  height: 2.1cqw;
}

.tail-icon--form {
  width: 3.8cqw;
  height: 3.8cqw;
  border-radius: 1.02cqw;
}

.tail-icon--form svg {
  width: 2.35cqw;
  height: 2.35cqw;
}

.audience__copy {
  position: absolute;
  z-index: 2;
  left: 3.58%;
  top: 6.78%;
  width: 39.8%;
  max-width: none;
}

.audience h2 {
  max-width: 46cqw;
}

.audience .lead {
  width: 31.2cqw;
  margin-top: 2.15cqh;
}

.audience__cards {
  position: absolute;
  z-index: 2;
  top: 15.46%;
  left: 44.96%;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 4.15cqh 2.57cqw;
  width: 50.72%;
}

.audience-card {
  min-width: 0;
  min-height: 30.72cqh;
  padding: 3.9cqh 1.85cqw 2.8cqh;
  border: 1px solid var(--tail-card-border);
  border-radius: 2cqw;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: var(--tail-card-shadow), inset 0 1px 0 rgba(255, 255, 255, 0.76);
}

.audience-card__tag {
  display: inline-flex;
  align-items: center;
  min-height: 4.15cqh;
  padding: 0 1.25cqw;
  border: 1px solid var(--audience-tag-border, rgba(0, 121, 67, 0.12));
  border-radius: 999px;
  color: var(--audience-tag-ink, var(--tail-green));
  background: var(--audience-tag-bg, var(--tail-green-soft));
  font-size: clamp(14px, 1.02cqw, 19px);
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
}

.audience-card:nth-child(1) {
  --audience-tag-ink: #0f6b7a;
  --audience-tag-bg: rgba(224, 246, 249, 0.94);
  --audience-tag-border: rgba(15, 107, 122, 0.16);
}

.audience-card:nth-child(2) {
  --audience-tag-ink: #087a47;
  --audience-tag-bg: rgba(225, 247, 235, 0.96);
  --audience-tag-border: rgba(8, 122, 71, 0.15);
}

.audience-card:nth-child(3) {
  --audience-tag-ink: #3f5f97;
  --audience-tag-bg: rgba(230, 237, 250, 0.96);
  --audience-tag-border: rgba(63, 95, 151, 0.16);
}

.audience-card:nth-child(4) {
  --audience-tag-ink: #8a6412;
  --audience-tag-bg: rgba(250, 241, 218, 0.96);
  --audience-tag-border: rgba(138, 100, 18, 0.16);
}

.audience-card__body {
  display: grid;
  grid-template-columns: 5.55cqw minmax(0, 1fr);
  align-items: center;
  gap: 1.55cqw;
  margin-top: 3.9cqh;
}

.audience-card h3 {
  margin: 0;
  color: var(--tail-ink);
  font-size: clamp(18px, 1.32cqw, 25px);
  font-weight: 800;
  line-height: 1.18;
}

.audience-card p {
  margin: 1.25cqh 0 0;
  color: var(--tail-muted);
  font-size: clamp(16px, 1.16cqw, 21px);
  line-height: 1.46;
}

.audience-card:nth-child(4) h3 {
  font-size: clamp(17px, 1.22cqw, 23px);
  white-space: nowrap;
}

.audience-note {
  position: absolute;
  z-index: 2;
  left: 3.58%;
  bottom: 8.68%;
  display: grid;
  grid-template-columns: 3.68cqw minmax(0, 1fr);
  align-items: center;
  gap: 1.58cqw;
  width: 36.35%;
  min-height: 12.86cqh;
  padding: 2.1cqh 1.38cqw;
  border: 1px solid var(--tail-card-border);
  border-radius: 1.72cqw;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 17px 34px rgba(27, 75, 60, 0.07), inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

.audience-note h3 {
  margin: 0;
  color: var(--tail-ink);
  font-size: clamp(16px, 1.08cqw, 20px);
  font-weight: 830;
  line-height: 1.18;
}

.audience-note p {
  margin: 0.7cqh 0 0;
  color: var(--tail-muted);
  font-size: clamp(15px, 1.04cqw, 19px);
  line-height: 1.36;
}

.contact::before {
  inset: 7% -14% -10% 45%;
}

.contact__copy {
  position: absolute;
  z-index: 2;
  left: 4.08%;
  top: 7.85%;
  width: 48%;
  max-width: none;
}

.contact .eyebrow {
  margin-bottom: 5.6cqh;
}

.contact h2 {
  max-width: 54cqw;
  font-size: 3.48cqw;
  line-height: 1.14;
}

.contact .lead {
  width: 40.4cqw;
  margin-top: 3.2cqh;
}

.contact__features {
  position: absolute;
  z-index: 2;
  left: 4.08%;
  top: 58.35%;
  width: 32.45%;
  display: grid;
  gap: 2.35cqh;
  margin: 0;
  padding: 0;
}

.contact-feature {
  position: relative;
  display: grid;
  grid-template-columns: 4.25cqw minmax(0, 1fr);
  align-items: start;
  gap: 1.32cqw;
  max-width: none;
  min-height: 9.7cqh;
  padding: 0 0 2.3cqh;
  border: 0;
}

.contact-feature:not(:last-child)::after {
  content: "";
  position: absolute;
  left: calc(4.25cqw + 1.32cqw);
  right: 0;
  bottom: 0;
  height: 1px;
  background: rgba(197, 210, 208, 0.72);
}

.contact-feature .icon-card {
  width: 4.25cqw;
  height: 4.25cqw;
  border: 0;
  border-radius: 0.9cqw;
  background: rgba(226, 246, 237, 0.88);
}

.contact-feature .icon-card svg {
  width: 2.18cqw;
  height: 2.18cqw;
  stroke-width: 2.05;
}

.contact-feature h3 {
  margin: 0;
  color: var(--tail-ink);
  font-size: clamp(18px, 1.42cqw, 26px);
  font-weight: 840;
  line-height: 1.16;
}

.contact-feature p {
  margin: 0.82cqh 0 0;
  color: var(--tail-muted);
  font-size: clamp(15px, 1.02cqw, 19px);
  line-height: 1.38;
}

.contact-form-card {
  position: absolute;
  z-index: 3;
  top: 7.33%;
  right: 6.16%;
  display: flex;
  flex-direction: column;
  width: 44.2%;
  height: 88.1%;
  margin: 0;
  padding: 5.98cqh 3.05cqw 4.35cqh;
  border: 1px solid var(--tail-card-border);
  border-radius: 1.98cqw;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 30px 74px rgba(27, 75, 60, 0.095), inset 0 1px 0 rgba(255, 255, 255, 0.76);
}

.contact-form-card__head {
  display: grid;
  grid-template-columns: 3.8cqw minmax(0, 1fr);
  align-items: center;
  gap: 1.42cqw;
  margin-bottom: 4.2cqh;
}

.contact-form-card__head h3 {
  margin: 0;
  color: var(--tail-ink);
  font-size: clamp(26px, 2.04cqw, 38px);
  font-weight: 840;
  line-height: 1.1;
}

.contact-form-card__head p {
  margin: 0.65cqh 0 0;
  color: var(--tail-muted);
  font-size: clamp(15px, 1.02cqw, 19px);
  line-height: 1.35;
}

.contact-form-card__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2.55cqh 1.25cqw;
}

.form-field {
  display: grid;
  gap: 1cqh;
  min-width: 0;
}

.form-field span {
  color: var(--tail-ink);
  font-size: clamp(14px, 0.94cqw, 18px);
  font-weight: 640;
  line-height: 1.1;
}

.form-field input,
.form-field textarea {
  width: 100%;
  min-width: 0;
  border: 1px solid rgba(199, 210, 222, 0.96);
  border-radius: 0.82cqw;
  color: #1f2937;
  background: rgba(255, 255, 255, 0.82);
  font: inherit;
  font-size: clamp(15px, 1.02cqw, 19px);
  line-height: 1.2;
  outline: none;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.form-field input {
  height: 6.75cqh;
  padding: 0 1.18cqw;
}

.form-field textarea {
  min-height: 11.8cqh;
  max-height: 11.8cqh;
  padding: 2.3cqh 1.18cqw;
  resize: none;
}

.form-field input::placeholder,
.form-field textarea::placeholder {
  color: rgba(95, 110, 130, 0.68);
}

.form-field input:focus,
.form-field textarea:focus {
  border-color: rgba(0, 121, 67, 0.5);
  background: #fff;
  box-shadow: 0 0 0 3px rgba(0, 121, 67, 0.08);
}

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

.form-consent {
  display: inline-grid;
  grid-template-columns: 1.45cqw minmax(0, 1fr);
  align-items: center;
  gap: 0.9cqw;
  margin-top: 2.65cqh;
  color: var(--tail-muted);
  font-size: clamp(13px, 0.88cqw, 16px);
  line-height: 1.25;
}

.form-consent input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.form-consent span {
  width: 1.45cqw;
  height: 1.45cqw;
  min-width: 18px;
  min-height: 18px;
  border: 1.5px solid var(--tail-green);
  border-radius: 0.24cqw;
  background: rgba(255, 255, 255, 0.68);
}

.form-consent input:checked + span {
  background:
    linear-gradient(135deg, transparent 52%, #fff 0) left 46% top 38% / 45% 60% no-repeat,
    var(--tail-green);
}

.form-consent b {
  color: rgba(48, 65, 89, 0.86);
  font-weight: 500;
}

.form-consent__link {
  color: var(--tail-green);
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: rgba(0, 105, 70, 0.34);
  text-underline-offset: 0.2em;
}

.form-consent__link:hover {
  color: var(--tail-green-dark);
  text-decoration-color: currentColor;
}

.form-consent__link:focus-visible {
  outline: 2px solid rgba(0, 105, 70, 0.32);
  outline-offset: 3px;
  border-radius: 4px;
}

.contact-form-card__actions {
  display: flex;
  align-items: center;
  gap: 2.7cqw;
  margin-top: 3.95cqh;
}

.contact-form-card__actions .button {
  width: 18.15cqw;
  min-width: 220px;
  min-height: 6.95cqh;
  border: 0;
  border-radius: 0.9cqw;
  padding: 0 1.5cqw;
  font-size: clamp(16px, 1.08cqw, 20px);
  font-weight: 820;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18), 0 16px 28px rgba(0, 113, 59, 0.2);
}

.contact-form-card__actions a {
  position: relative;
  color: var(--tail-green);
  font-size: clamp(15px, 1.02cqw, 19px);
  font-weight: 820;
  line-height: 1.2;
  white-space: nowrap;
}

.contact-form-card__actions a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.3cqh;
  height: 1px;
  background: currentColor;
}

.form-status {
  margin: 0 0 clamp(12px, 1.6vh, 18px);
  color: var(--tail-green);
  font-size: clamp(12px, 0.9vw, 14px);
  font-weight: 700;
  line-height: 1.35;
}

.form-status[hidden] {
  display: none;
}

.contact-form-card__safe {
  display: grid;
  grid-template-columns: 1.45cqw minmax(0, 1fr);
  gap: 1.05cqw;
  margin-top: auto;
  padding-top: 3cqh;
  border-top: 1px solid rgba(197, 210, 208, 0.72);
  color: rgba(91, 105, 124, 0.84);
}

.contact-form-card__safe svg {
  width: 1.45cqw;
  height: 1.45cqw;
  min-width: 18px;
  min-height: 18px;
  margin-top: 0.25cqh;
  fill: none;
  stroke: #9aa7ba;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.contact-form-card__safe p {
  margin: 0;
  font-size: clamp(12px, 0.84cqw, 15.5px);
  line-height: 1.45;
}

.contact-form-card__safe strong,
.contact-form-card__safe span {
  display: block;
  font-weight: 500;
}

@media (min-width: 1241px) and (max-height: 860px) {
  .audience-card {
    min-height: 29.5cqh;
    padding-top: 3.1cqh;
  }

  .audience-card__body {
    margin-top: 3.25cqh;
  }

  .contact-form-card {
    padding-top: 5.1cqh;
    padding-bottom: 3.55cqh;
  }

  .contact-form-card__head {
    margin-bottom: 3.2cqh;
  }

  .contact-form-card__grid {
    gap: 2.15cqh 1.25cqw;
  }

  .form-field textarea {
    min-height: 10.8cqh;
    max-height: 10.8cqh;
  }

  .contact-form-card__actions {
    margin-top: 3.1cqh;
  }

  .contact-form-card__safe {
    padding-top: 2.35cqh;
  }
}

@media (min-width: 741px) and (max-width: 1240px) {
  .audience__inner,
  .contact__inner {
    container-type: inline-size;
    display: grid;
    width: 100%;
    max-width: 1180px;
    min-height: 100vh;
    min-height: 100svh;
    aspect-ratio: auto;
    height: auto;
    padding: clamp(46px, 5.8vh, 58px) clamp(24px, 3.8vw, 44px) clamp(38px, 4vw, 50px);
    overflow: hidden;
  }

  .tail-screen::before {
    inset: 10% -22% -9% 42%;
  }

  .tail-screen .eyebrow {
    gap: 13px;
    margin-bottom: clamp(18px, 2.2vw, 28px);
    font-size: clamp(12px, 1.35vw, 15px);
  }

  .tail-screen .eyebrow::before {
    flex-basis: clamp(38px, 4.6vw, 52px);
    width: clamp(38px, 4.6vw, 52px);
    height: 2px;
  }

  .tail-screen h2,
  .contact h2 {
    font-size: clamp(36px, 5vw, 58px);
    line-height: 1.08;
    transform: none;
  }

  .tail-screen .lead,
  .contact .lead {
    width: auto;
    max-width: 430px;
    margin-top: clamp(16px, 2.2vw, 24px);
    font-size: clamp(15px, 1.8vw, 19px);
    line-height: 1.48;
  }

  .audience__inner {
    grid-template-columns: minmax(270px, 0.72fr) minmax(390px, 1.28fr);
    grid-template-areas:
      "copy cards"
      "note cards";
    gap: clamp(18px, 2.6vw, 32px) clamp(28px, 4vw, 50px);
    align-items: start;
  }

  .audience__copy,
  .audience__cards,
  .audience-note,
  .contact__copy,
  .contact__features,
  .contact-form-card {
    position: static;
  }

  .audience__copy {
    grid-area: copy;
    width: auto;
  }

  .audience h2 {
    max-width: 460px;
  }

  .audience__cards {
    grid-area: cards;
    align-self: center;
    width: 100%;
    gap: 18px;
  }

  .audience-card {
    min-height: 220px;
    padding: 24px 22px;
    border-radius: 22px;
  }

  .audience-card__tag {
    min-height: 34px;
    padding: 0 18px;
    font-size: clamp(13px, 1.45vw, 16px);
  }

  .audience-card__body {
    grid-template-columns: clamp(54px, 7vw, 72px) minmax(0, 1fr);
    gap: 16px;
    margin-top: 28px;
  }

  .tail-icon {
    width: clamp(54px, 7vw, 72px);
    height: clamp(54px, 7vw, 72px);
    border-radius: 16px;
  }

  .tail-icon svg {
    width: clamp(32px, 4.2vw, 44px);
    height: clamp(32px, 4.2vw, 44px);
  }

  .audience-card h3 {
    font-size: clamp(18px, 2.1vw, 24px);
  }

  .audience-card p {
    margin-top: 8px;
    font-size: clamp(14px, 1.55vw, 17px);
  }

  .audience-note {
    grid-area: note;
    width: 100%;
    min-height: 0;
    grid-template-columns: clamp(50px, 6vw, 62px) minmax(0, 1fr);
    gap: 16px;
    padding: 18px;
    border-radius: 20px;
  }

  .tail-icon--small {
    width: clamp(50px, 6vw, 62px);
    height: clamp(50px, 6vw, 62px);
  }

  .tail-icon--small svg {
    width: clamp(27px, 3.4vw, 34px);
    height: clamp(27px, 3.4vw, 34px);
  }

  .audience-note h3 {
    font-size: clamp(17px, 2vw, 22px);
  }

  .audience-note p {
    margin-top: 6px;
    font-size: clamp(14px, 1.55vw, 17px);
  }

  .contact__inner {
    grid-template-columns: minmax(280px, 0.72fr) minmax(390px, 1.28fr);
    grid-template-areas:
      "copy form"
      "features form";
    gap: clamp(18px, 2.4vw, 28px) clamp(28px, 4vw, 50px);
    align-items: center;
  }

  .contact__copy {
    grid-area: copy;
    width: auto;
  }

  .contact__features {
    grid-area: features;
    width: 100%;
    gap: 14px;
  }

  .contact-feature {
    grid-template-columns: clamp(44px, 4.8vw, 54px) minmax(0, 1fr);
    gap: clamp(11px, 1.3vw, 16px);
    min-height: 0;
    padding-bottom: 14px;
  }

  .contact-feature:not(:last-child)::after {
    left: calc(clamp(44px, 4.8vw, 54px) + clamp(11px, 1.3vw, 16px));
  }

  .contact-feature .icon-card {
    width: clamp(44px, 4.8vw, 54px);
    height: clamp(44px, 4.8vw, 54px);
    border-radius: 8px;
  }

  .contact-feature .icon-card svg {
    width: clamp(23px, 2.45vw, 28px);
    height: clamp(23px, 2.45vw, 28px);
  }

  .contact-feature h3 {
    font-size: clamp(17px, 1.9vw, 22px);
  }

  .contact-feature p {
    margin-top: 4px;
    font-size: clamp(13px, 1.45vw, 16px);
  }

  .contact-form-card {
    grid-area: form;
    width: 100%;
    height: auto;
    min-height: 0;
    padding: clamp(24px, 3.2vw, 34px);
    border-radius: 22px;
  }

  .contact-form-card__head {
    grid-template-columns: clamp(50px, 5.8vw, 62px) minmax(0, 1fr);
    gap: 16px;
    margin-bottom: 22px;
  }

  .tail-icon--form {
    width: clamp(50px, 5.8vw, 62px);
    height: clamp(50px, 5.8vw, 62px);
    border-radius: 14px;
  }

  .tail-icon--form svg {
    width: clamp(29px, 3.4vw, 36px);
    height: clamp(29px, 3.4vw, 36px);
  }

  .contact-form-card__head h3 {
    font-size: clamp(27px, 3.2vw, 34px);
  }

  .contact-form-card__head p,
  .form-field input,
  .form-field textarea {
    font-size: clamp(14px, 1.6vw, 17px);
  }

  .contact-form-card__grid {
    gap: 16px;
  }

  .form-field {
    gap: 8px;
  }

  .form-field span {
    font-size: clamp(13px, 1.45vw, 16px);
  }

  .form-field input {
    height: 54px;
    padding: 0 16px;
    border-radius: 10px;
  }

  .form-field textarea {
    min-height: 98px;
    max-height: 98px;
    padding: 16px;
    border-radius: 10px;
  }

  .form-consent {
    grid-template-columns: 20px minmax(0, 1fr);
    gap: 12px;
    margin-top: 17px;
    font-size: 13px;
  }

  .form-consent span {
    width: 20px;
    height: 20px;
    border-radius: 4px;
  }

  .contact-form-card__actions {
    gap: 22px;
    margin-top: 22px;
  }

  .contact-form-card__actions .button {
    width: 100%;
    min-width: 0;
    min-height: 56px;
    border-radius: 10px;
    font-size: 16px;
  }

  .contact-form-card__actions a {
    font-size: 16px;
  }

  .contact-form-card__safe {
    grid-template-columns: 20px minmax(0, 1fr);
    gap: 12px;
    margin-top: 26px;
    padding-top: 20px;
  }

  .contact-form-card__safe svg {
    width: 20px;
    height: 20px;
  }

  .contact-form-card__safe p {
    font-size: 13px;
  }
}

@media (min-width: 741px) and (max-width: 920px) {
  .audience__inner {
    grid-template-columns: minmax(260px, 0.82fr) minmax(330px, 1.18fr);
    gap: 18px 24px;
  }

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

  .audience-card {
    min-height: 154px;
    padding: 18px;
    border-radius: 18px;
  }

  .audience-card__body {
    margin-top: 18px;
  }

  .contact__inner {
    grid-template-columns: minmax(250px, 0.75fr) minmax(360px, 1.25fr);
    gap: 18px 26px;
  }

  .contact h2,
  .tail-screen h2 {
    font-size: clamp(32px, 4.7vw, 42px);
  }

  .contact-form-card {
    padding: 22px;
  }

  .contact-form-card__grid {
    grid-template-columns: 1fr;
    gap: 13px;
  }

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

  .contact-form-card__actions {
    display: grid;
    justify-items: start;
    gap: 16px;
  }
}

@media (min-width: 741px) and (max-width: 1240px) and (orientation: landscape) {
  .tail-screen {
    display: grid;
    place-items: center;
    min-height: 100vh;
    min-height: 100svh;
  }

  .audience__inner,
  .contact__inner {
    container-type: size;
    display: block;
    width: min(100vw, calc(100svh * 1672 / 941));
    max-width: 1672px;
    min-height: 0;
    height: auto;
    aspect-ratio: 1672 / 941;
    padding: 0;
    overflow: hidden;
  }

  .audience__copy,
  .audience__cards,
  .audience-note,
  .contact__copy,
  .contact__features,
  .contact-form-card {
    position: absolute;
  }

  .tail-screen .eyebrow {
    gap: 1.08cqw;
    margin-bottom: 4.6cqh;
    font-size: clamp(10px, min(1.02cqw, 2.8cqh), 15px);
    line-height: 1.16;
  }

  .tail-screen .eyebrow::before {
    flex: 0 0 2.87cqw;
    width: 2.87cqw;
    height: max(2px, 0.3cqh);
  }

  .tail-screen h2,
  .contact h2 {
    max-width: none;
    font-size: clamp(24px, min(3.45cqw, 9.5cqh), 44px);
    line-height: 1.08;
    transform: scaleX(0.88);
    transform-origin: left top;
  }

  .tail-screen .lead,
  .contact .lead {
    max-width: none;
    margin-top: 2.1cqh;
    font-size: clamp(12px, min(1.12cqw, 3.1cqh), 18px);
    line-height: 1.42;
  }

  .tail-icon {
    width: clamp(38px, min(5.25cqw, 12cqh), 62px);
    height: clamp(38px, min(5.25cqw, 12cqh), 62px);
    border-radius: clamp(8px, 1.2cqw, 14px);
  }

  .tail-icon svg {
    width: clamp(23px, min(3.2cqw, 7.4cqh), 39px);
    height: clamp(23px, min(3.2cqw, 7.4cqh), 39px);
  }

  .tail-icon--small {
    width: clamp(32px, min(3.68cqw, 8.5cqh), 48px);
    height: clamp(32px, min(3.68cqw, 8.5cqh), 48px);
  }

  .tail-icon--small svg {
    width: clamp(18px, min(2.1cqw, 4.8cqh), 28px);
    height: clamp(18px, min(2.1cqw, 4.8cqh), 28px);
  }

  .audience__copy {
    left: 3.58%;
    top: 6.6%;
    width: 39.8%;
    max-width: none;
  }

  .audience .eyebrow {
    margin-bottom: clamp(14px, 1.8vw, 22px);
  }

  .audience h2 {
    max-width: 46cqw;
  }

  .audience .lead {
    width: 33.5cqw;
  }

  .audience__cards {
    top: 14.2%;
    left: 44.96%;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 3.05cqh 2.2cqw;
    width: 50.72%;
  }

  .audience-card {
    min-height: 29.4cqh;
    padding: 3.2cqh 1.75cqw 2.2cqh;
    border-radius: clamp(14px, 2cqw, 22px);
  }

  .audience-card__tag {
    min-height: clamp(24px, 4cqh, 34px);
    padding: 0 1.1cqw;
    font-size: clamp(10px, min(0.98cqw, 2.7cqh), 15px);
  }

  .audience-card__body {
    grid-template-columns: clamp(38px, min(5.25cqw, 12cqh), 62px) minmax(0, 1fr);
    align-items: center;
    gap: 1.35cqw;
    margin-top: 3.1cqh;
  }

  .audience-card h3 {
    font-size: clamp(14px, min(1.24cqw, 3.4cqh), 22px);
    line-height: 1.17;
  }

  .audience-card p {
    margin-top: 0.8cqh;
    font-size: clamp(11px, min(1.02cqw, 2.8cqh), 16px);
    line-height: 1.34;
  }

  .audience-card:nth-child(4) h3 {
    font-size: clamp(13px, min(1.14cqw, 3.1cqh), 20px);
    white-space: normal;
  }

  .audience-note {
    left: 3.58%;
    bottom: 7.4%;
    grid-template-columns: clamp(32px, min(3.68cqw, 8.5cqh), 48px) minmax(0, 1fr);
    gap: 1.35cqw;
    width: 36.35%;
    min-height: 12.2cqh;
    padding: 1.75cqh 1.2cqw;
    border-radius: clamp(14px, 1.6cqw, 20px);
  }

  .audience-note h3 {
    font-size: clamp(12px, min(1.02cqw, 2.8cqh), 17px);
    line-height: 1.16;
  }

  .audience-note p {
    margin-top: 0.55cqh;
    font-size: clamp(11px, min(0.92cqw, 2.55cqh), 15px);
    line-height: 1.3;
  }

  .contact__copy {
    left: 3.9%;
    top: 7.1%;
    width: 43.8%;
    max-width: none;
  }

  .contact .eyebrow {
    margin-bottom: 4.1cqh;
  }

  .contact h2 {
    max-width: 48cqw;
    font-size: clamp(23px, min(3.25cqw, 8.4cqh), 42px);
    line-height: 1.1;
  }

  .contact .lead {
    width: 38cqw;
  }

  .contact__features {
    left: 3.9%;
    top: 56.6%;
    width: 34.2%;
    gap: 1.85cqh;
  }

  .contact-feature {
    grid-template-columns: clamp(34px, min(4.25cqw, 9.5cqh), 54px) minmax(0, 1fr);
    gap: 1.1cqw;
    min-height: 8.9cqh;
    padding-bottom: 1.8cqh;
  }

  .contact-feature:not(:last-child)::after {
    left: calc(clamp(34px, min(4.25cqw, 9.5cqh), 54px) + 1.1cqw);
  }

  .contact-feature .icon-card {
    width: clamp(34px, min(4.25cqw, 9.5cqh), 54px);
    height: clamp(34px, min(4.25cqw, 9.5cqh), 54px);
    border-radius: 8px;
  }

  .contact-feature .icon-card svg {
    width: clamp(19px, min(2.18cqw, 4.9cqh), 28px);
    height: clamp(19px, min(2.18cqw, 4.9cqh), 28px);
  }

  .contact-feature h3 {
    font-size: clamp(13px, min(1.18cqw, 3.15cqh), 20px);
    line-height: 1.15;
  }

  .contact-feature p {
    margin-top: 0.55cqh;
    font-size: clamp(11px, min(0.96cqw, 2.55cqh), 15px);
    line-height: 1.3;
  }

  .contact-form-card {
    top: 6.4%;
    right: 3.7%;
    width: 49.2%;
    height: 87.2%;
    min-height: 0;
    padding: 4.15cqh 2.4cqw 3.15cqh;
    border-radius: clamp(16px, 1.8cqw, 24px);
  }

  .contact-form-card__head {
    grid-template-columns: clamp(36px, min(3.8cqw, 8.4cqh), 54px) minmax(0, 1fr);
    gap: 1.2cqw;
    margin-bottom: 2.7cqh;
  }

  .tail-icon--form {
    width: clamp(36px, min(3.8cqw, 8.4cqh), 54px);
    height: clamp(36px, min(3.8cqw, 8.4cqh), 54px);
    border-radius: clamp(8px, 1cqw, 12px);
  }

  .tail-icon--form svg {
    width: clamp(22px, min(2.35cqw, 5.25cqh), 32px);
    height: clamp(22px, min(2.35cqw, 5.25cqh), 32px);
  }

  .contact-form-card__head h3 {
    font-size: clamp(18px, min(1.82cqw, 4.9cqh), 30px);
  }

  .contact-form-card__head p {
    margin-top: 0.45cqh;
    font-size: clamp(11px, min(0.95cqw, 2.55cqh), 15px);
    line-height: 1.28;
  }

  .contact-form-card__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.65cqh 1.1cqw;
  }

  .form-field {
    gap: 0.6cqh;
  }

  .form-field span {
    font-size: clamp(10px, min(0.86cqw, 2.35cqh), 14px);
  }

  .form-field input,
  .form-field textarea {
    border-radius: clamp(7px, 0.75cqw, 10px);
    font-size: clamp(11px, min(0.92cqw, 2.45cqh), 15px);
  }

  .form-field input {
    height: clamp(32px, 6.2cqh, 46px);
    padding: 0 1cqw;
  }

  .form-field textarea {
    min-height: clamp(54px, 10.2cqh, 82px);
    max-height: clamp(54px, 10.2cqh, 82px);
    padding: 1.45cqh 1cqw;
  }

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

  .form-consent {
    grid-template-columns: clamp(16px, 1.25cqw, 20px) minmax(0, 1fr);
    gap: 0.8cqw;
    margin-top: 1.85cqh;
    font-size: clamp(10px, min(0.78cqw, 2.2cqh), 13px);
  }

  .form-consent span {
    width: clamp(16px, 1.25cqw, 20px);
    height: clamp(16px, 1.25cqw, 20px);
    min-width: 0;
    min-height: 0;
    border-radius: 4px;
  }

  .contact-form-card__actions {
    display: flex;
    align-items: center;
    gap: 2cqw;
    margin-top: 2.3cqh;
    margin-bottom: clamp(14px, 2cqh, 22px);
  }

  .contact-form-card__actions .button {
    width: 18.4cqw;
    min-width: 0;
    min-height: clamp(36px, 6.5cqh, 50px);
    border-radius: clamp(8px, 0.8cqw, 10px);
    padding: 0 1.1cqw;
    font-size: clamp(12px, min(0.96cqw, 2.6cqh), 16px);
  }

  .contact-form-card__actions a {
    font-size: clamp(11px, min(0.9cqw, 2.4cqh), 15px);
  }

  .contact-form-card__safe {
    grid-template-columns: clamp(16px, 1.25cqw, 20px) minmax(0, 1fr);
    gap: 0.9cqw;
    margin-top: auto;
    padding-top: 2.05cqh;
  }

  .contact-form-card__safe svg {
    width: clamp(16px, 1.25cqw, 20px);
    height: clamp(16px, 1.25cqw, 20px);
    min-width: 0;
    min-height: 0;
  }

  .contact-form-card__safe p {
    font-size: clamp(9.5px, min(0.72cqw, 2.05cqh), 12px);
    line-height: 1.34;
  }
}

@media (max-width: 740px) {
  .tail-screen {
    min-height: auto;
  }

  .tail-screen::before {
    inset: 20% -45% 16% 18%;
    opacity: 0.68;
  }

  .tail-screen::after,
  .tail-molecule {
    display: none;
  }

  .audience__inner,
  .contact__inner {
    container-type: inline-size;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    width: 100%;
    max-width: 100%;
    min-height: auto;
    aspect-ratio: auto;
    padding: 54px 20px 58px;
    gap: 24px;
    overflow: hidden;
  }

  .audience__inner {
    grid-template-areas:
      "copy"
      "cards"
      "note";
  }

  .contact__inner {
    grid-template-areas:
      "copy"
      "features"
      "form";
  }

  .audience__copy,
  .audience__cards,
  .audience-note,
  .contact__copy,
  .contact__features,
  .contact-form-card {
    position: static;
    width: 100%;
    max-width: none;
  }

  .audience__copy,
  .contact__copy {
    grid-area: copy;
  }

  .audience__cards {
    grid-area: cards;
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .audience-note {
    grid-area: note;
  }

  .contact__features {
    grid-area: features;
  }

  .contact-form-card {
    grid-area: form;
  }

  .tail-screen .eyebrow,
  .contact .eyebrow {
    gap: 12px;
    margin: 0 0 18px;
    font-size: 13px;
    line-height: 1.16;
  }

  .audience .eyebrow {
    margin-bottom: 14px;
  }

  .tail-screen .eyebrow::before {
    flex: 0 0 40px;
    width: 40px;
    height: 2px;
  }

  .tail-screen h2,
  .contact h2 {
    max-width: 100%;
    font-size: clamp(27px, 8.2vw, 37px);
    line-height: 1.12;
    transform: none;
    overflow-wrap: break-word;
  }

  .tail-screen h2 br {
    display: none;
  }

  .tail-screen .lead,
  .contact .lead {
    width: 100%;
    max-width: none;
    margin-top: 18px;
    font-size: 16px;
    line-height: 1.52;
  }

  .audience-card {
    min-height: 0;
    padding: 16px;
    border-radius: 16px;
  }

  .audience-card__tag {
    min-height: 28px;
    padding: 0 12px;
    font-size: 12px;
  }

  .audience-card__body {
    grid-template-columns: 50px minmax(0, 1fr);
    gap: 12px;
    margin-top: 14px;
  }

  .audience .tail-icon {
    width: 50px;
    height: 50px;
    border-radius: 12px;
  }

  .audience .tail-icon svg {
    width: 29px;
    height: 29px;
  }

  .audience-card h3 {
    font-size: 20px;
    line-height: 1.16;
  }

  .audience-card p {
    margin-top: 4px;
    font-size: 14px;
    line-height: 1.36;
  }

  .audience-note {
    grid-template-columns: 46px minmax(0, 1fr);
    gap: 12px;
    min-height: 0;
    padding: 14px;
    border-radius: 16px;
  }

  .audience .tail-icon--small {
    width: 46px;
    height: 46px;
  }

  .audience .tail-icon--small svg {
    width: 26px;
    height: 26px;
  }

  .audience-note h3 {
    font-size: 17px;
  }

  .audience-note p {
    margin-top: 4px;
    font-size: 13px;
  }

  .contact__features {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .contact-feature {
    position: relative;
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr);
    align-items: start;
    column-gap: 12px;
    max-width: none;
    min-width: 0;
    min-height: 0;
    padding: 12px 14px;
    border: 1px solid rgba(7, 84, 61, 0.14);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.66);
    box-shadow: 0 13px 26px rgba(27, 75, 60, 0.055), inset 0 1px 0 rgba(255, 255, 255, 0.86);
    overflow: hidden;
  }

  .contact-feature::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 3px;
    background: linear-gradient(180deg, rgba(0, 121, 67, 0.76), rgba(117, 196, 157, 0.12));
  }

  .contact-feature:not(:last-child)::after {
    content: none;
  }

  .contact-feature .icon-card {
    width: 38px;
    height: 38px;
    border-radius: 8px;
  }

  .contact-feature .icon-card svg {
    width: 21px;
    height: 21px;
  }

  .contact-feature h3 {
    color: var(--green);
    font-size: 18px;
    line-height: 1.22;
  }

  .contact-feature p {
    margin-top: 5px;
    color: var(--muted);
    font-size: 14px;
    line-height: 1.36;
  }

  .contact-form-card {
    height: auto;
    padding: 20px;
    border-radius: 20px;
  }

  .contact-form-card__head {
    grid-template-columns: 54px minmax(0, 1fr);
    gap: 14px;
    margin-bottom: 22px;
  }

  .tail-icon--form {
    width: 54px;
    height: 54px;
    border-radius: 14px;
  }

  .tail-icon--form svg {
    width: 31px;
    height: 31px;
  }

  .contact-form-card__head h3 {
    font-size: clamp(26px, 7vw, 31px);
  }

  .contact-form-card__head p {
    margin-top: 4px;
    font-size: 14px;
  }

  .contact-form-card__grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .form-field {
    gap: 8px;
  }

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

  .form-field span {
    font-size: 14px;
  }

  .form-field input,
  .form-field textarea {
    border-radius: 10px;
    font-size: 15px;
  }

  .form-field input {
    height: 52px;
    padding: 0 14px;
  }

  .form-field textarea {
    min-height: 104px;
    max-height: 104px;
    padding: 14px;
  }

  .form-consent {
    grid-template-columns: 20px minmax(0, 1fr);
    gap: 11px;
    margin-top: 16px;
    font-size: 13px;
  }

  .form-consent span {
    width: 20px;
    height: 20px;
    border-radius: 4px;
  }

  .contact-form-card__actions {
    display: grid;
    gap: 16px;
    justify-items: start;
    margin-top: 20px;
  }

  .contact-form-card__actions .button {
    width: 100%;
    min-width: 0;
    min-height: 56px;
    border-radius: 10px;
    padding: 0 18px;
    font-size: 16px;
  }

  .contact-form-card__actions a {
    font-size: 16px;
  }

  .contact-form-card__safe {
    grid-template-columns: 20px minmax(0, 1fr);
    gap: 12px;
    margin-top: 22px;
    padding-top: 18px;
  }

  .contact-form-card__safe svg {
    width: 20px;
    height: 20px;
  }

  .contact-form-card__safe p {
    font-size: 13px;
  }
}

@media (max-width: 420px) {
  .audience__inner,
  .contact__inner {
    padding-inline: 18px;
  }

  .audience-card__body {
    grid-template-columns: 48px minmax(0, 1fr);
  }

  .audience .tail-icon {
    width: 48px;
    height: 48px;
  }

  .audience .tail-icon svg {
    width: 28px;
    height: 28px;
  }

  .audience-card h3 {
    font-size: 18px;
  }

  .tail-icon--form {
    width: 52px;
    height: 52px;
  }

  .tail-icon--form svg {
    width: 30px;
    height: 30px;
  }

  .contact-form-card {
    padding: 18px;
  }
}

/* Final mobile flow guard: screens 8-9 must grow like a document, not as an inner scroller. */
@media (max-width: 740px) {
  .tail-screen {
    min-height: auto;
  }

  .audience__inner,
  .contact__inner {
    height: auto;
    min-height: auto;
    overflow: visible;
  }
}

@media (min-width: 741px) and (max-width: 1120px) {
  .audience__inner,
  .contact__inner {
    container-type: inline-size;
    display: grid;
    width: min(100%, 900px);
    max-width: 900px;
    min-height: auto;
    aspect-ratio: auto;
    height: auto;
    margin: 0 auto;
    padding: clamp(72px, 7.6vw, 86px) clamp(34px, 5.4vw, 56px) 58px;
    gap: clamp(22px, 2.4vw, 30px);
    overflow: visible;
  }

  .audience__inner {
    grid-template-columns: minmax(0, 1fr);
    grid-template-areas:
      "copy"
      "cards"
      "note";
  }

  .contact__inner {
    grid-template-columns: minmax(0, 1fr);
    grid-template-areas:
      "copy"
      "features"
      "form";
  }

  .audience__copy,
  .audience__cards,
  .audience-note,
  .contact__copy,
  .contact__features,
  .contact-form-card {
    position: static;
    width: 100%;
    max-width: none;
  }

  .audience__copy,
  .contact__copy {
    grid-area: copy;
    max-width: 720px;
  }

  .tail-screen .eyebrow,
  .contact .eyebrow {
    gap: 14px;
    margin-bottom: clamp(18px, 2.2vw, 24px);
    font-size: clamp(12.5px, 1.45vw, 14px);
  }

  .audience .eyebrow {
    margin-bottom: clamp(14px, 1.8vw, 20px);
  }

  .tail-screen .eyebrow::before {
    flex-basis: 42px;
    width: 42px;
    height: 2px;
  }

  .tail-screen h2,
  .contact h2 {
    max-width: 720px;
    font-size: clamp(40px, 5.2vw, 52px);
    line-height: 1.08;
    transform: none;
  }

  .tail-screen .lead,
  .contact .lead {
    width: auto;
    max-width: 680px;
    margin-top: clamp(16px, 2vw, 22px);
    font-size: clamp(17.5px, 2vw, 20px);
    line-height: 1.5;
  }

  .audience__cards {
    grid-area: cards;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 12px;
  }

  .audience-card {
    min-height: 0;
    padding: 16px;
    border-radius: 16px;
  }

  .audience-card__tag {
    min-height: 28px;
    padding: 0 12px;
    font-size: 12px;
  }

  .audience-card__body {
    grid-template-columns: 46px minmax(0, 1fr);
    gap: 12px;
    margin-top: 14px;
  }

  .audience .tail-icon {
    width: 46px;
    height: 46px;
    border-radius: 12px;
  }

  .audience .tail-icon svg {
    width: 27px;
    height: 27px;
  }

  .audience-card h3 {
    font-size: clamp(17px, 2vw, 21px);
    line-height: 1.16;
  }

  .audience-card p {
    margin-top: 4px;
    font-size: clamp(13px, 1.55vw, 15px);
    line-height: 1.34;
  }

  .audience-card:nth-child(4) h3 {
    white-space: normal;
  }

  .audience-note {
    grid-area: note;
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 12px;
    min-height: 0;
    padding: 14px 16px;
    border-radius: 16px;
  }

  .audience .tail-icon--small {
    width: 44px;
    height: 44px;
  }

  .audience .tail-icon--small svg {
    width: 25px;
    height: 25px;
  }

  .audience-note h3 {
    font-size: 17px;
  }

  .audience-note p {
    margin-top: 4px;
    font-size: 13px;
  }

  .contact__features {
    grid-area: features;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 12px;
  }

  .contact-feature {
    position: relative;
    grid-template-columns: 46px minmax(0, 1fr);
    gap: 13px;
    min-height: 0;
    padding: 14px 16px;
    border: 1px solid rgba(7, 84, 61, 0.14);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.66);
    box-shadow: 0 13px 26px rgba(27, 75, 60, 0.055), inset 0 1px 0 rgba(255, 255, 255, 0.86);
    overflow: hidden;
  }

  .contact-feature::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 3px;
    background: linear-gradient(180deg, rgba(0, 121, 67, 0.76), rgba(117, 196, 157, 0.12));
  }

  .contact-feature:not(:last-child)::after {
    content: none;
  }

  .contact-feature .icon-card {
    width: 46px;
    height: 46px;
    border-radius: 8px;
  }

  .contact-feature .icon-card svg {
    width: 24px;
    height: 24px;
  }

  .contact-feature h3 {
    color: var(--green);
    font-size: clamp(17px, 2vw, 20px);
    line-height: 1.2;
    overflow-wrap: anywhere;
  }

  .contact-feature p {
    margin-top: 5px;
    color: var(--muted);
    font-size: clamp(13.5px, 1.6vw, 15.5px);
    line-height: 1.36;
  }

  .contact-form-card {
    grid-area: form;
    height: auto;
    min-height: 0;
    padding: clamp(22px, 3vw, 30px);
    border-radius: 20px;
  }
}

/* Screen 9: align contact feature typography with screen 4. */
@media (min-width: 1121px) {
  .contact__copy {
    top: 6.65%;
    width: 55%;
  }

  .contact h2 {
    max-width: 820px;
    font-size: clamp(40px, min(3vw, 5.9vh), 48px);
    font-weight: 800;
    line-height: 1.11;
    transform: scaleX(0.88);
    transform-origin: left top;
  }

  .contact .lead {
    max-width: 720px;
    font-size: clamp(17px, 1.2vw, 22px);
    line-height: 1.48;
  }

  .contact-form-card {
    width: 41.8%;
    height: 80.8%;
    padding: 4.85cqh 2.68cqw 3.45cqh;
  }

  .contact-form-card__head {
    margin-bottom: 3.2cqh;
  }

  .contact-form-card__grid {
    gap: 1.85cqh 1.12cqw;
  }

  .form-field {
    gap: 0.72cqh;
  }

  .form-field input {
    height: 5.85cqh;
  }

  .form-field textarea {
    min-height: 9.8cqh;
    max-height: 9.8cqh;
    padding-top: 1.75cqh;
    padding-bottom: 1.75cqh;
  }

  .form-consent {
    margin-top: 2.1cqh;
  }

  .contact-form-card__actions {
    margin-top: 3.05cqh;
  }

  .contact-form-card__actions .button {
    min-height: 6.2cqh;
  }

  .contact-form-card__safe {
    padding-top: 2.15cqh;
  }

  .contact__features {
    top: 45.5%;
    gap: clamp(8px, 1.25vh, 12px);
  }

  .contact-feature {
    grid-template-columns: clamp(48px, 3.25vw, 52px) minmax(0, 1fr);
    gap: clamp(14px, 1.05vw, 18px);
    min-height: 0;
    padding-bottom: clamp(8px, 1.25vh, 12px);
  }

  .contact-feature:not(:last-child)::after {
    content: none;
  }

  .contact-feature .icon-card {
    width: clamp(48px, 3.25vw, 52px);
    height: clamp(48px, 3.25vw, 52px);
    border: 0;
    border-radius: 8px;
    background: rgba(226, 246, 237, 0.88);
  }

  .contact-feature .icon-card svg {
    width: clamp(25px, 1.65vw, 26px);
    height: clamp(25px, 1.65vw, 26px);
    stroke-width: 2.05;
  }

  .contact-feature h3 {
    color: #071326;
    font-size: clamp(17px, 1.12vw, 20.5px);
    font-weight: 800;
    line-height: 1.34;
  }

  .contact-feature p {
    margin-top: 6px;
    color: rgba(48, 65, 89, 0.86);
    font-size: clamp(16.5px, 1.08vw, 20px);
    line-height: 1.42;
  }
}

@media (min-width: 861px) and (max-width: 1120px) {
  .contact h2 {
    max-width: 430px;
    font-size: clamp(36px, 4.45vw, 46px);
    line-height: 1.06;
    transform: none;
  }

  .contact .lead {
    max-width: 520px;
    margin-top: 18px;
    font-size: clamp(17px, 1.8vw, 19px);
    line-height: 1.46;
  }

  .contact-feature {
    grid-template-columns: 46px minmax(0, 1fr);
    gap: 12px;
    padding: 12px 14px;
    border: 1px solid rgba(7, 84, 61, 0.14);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.68);
    box-shadow: 0 13px 26px rgba(27, 75, 60, 0.055), inset 0 1px 0 rgba(255, 255, 255, 0.86);
  }

  .contact-feature .icon-card {
    width: 46px;
    height: 46px;
    border-radius: 8px;
  }

  .contact-feature .icon-card svg {
    width: 24px;
    height: 24px;
  }

  .contact-feature h3 {
    color: #071326;
    font-size: 18px;
    line-height: 1.22;
    overflow-wrap: normal;
  }

  .contact-feature p {
    margin-top: 5px;
    color: rgba(48, 65, 89, 0.86);
    font-size: 14.5px;
    line-height: 1.35;
  }
}

@media (min-width: 741px) and (max-width: 860px) {
  .contact h2 {
    max-width: 700px;
    font-size: clamp(40px, 5.7vw, 52px);
    line-height: 1.07;
    transform: none;
  }

  .contact .lead {
    max-width: 700px;
    margin-top: 18px;
    font-size: clamp(18px, 2.2vw, 21px);
    line-height: 1.48;
  }

  .contact-feature {
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 12px;
    padding: 14px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.68);
  }

  .contact-feature .icon-card {
    width: 48px;
    height: 48px;
  }

  .contact-feature .icon-card svg {
    width: 25px;
    height: 25px;
  }

  .contact-feature h3 {
    color: #071326;
    font-size: 18px;
    line-height: 1.22;
  }

  .contact-feature p {
    margin-top: 6px;
    color: rgba(48, 65, 89, 0.86);
    font-size: 15px;
    line-height: 1.36;
  }
}

@media (min-width: 1121px) {
  .audience .eyebrow {
    margin-bottom: clamp(18px, 2.6vh, 30px);
  }

  .audience h2 {
    font-size: clamp(40px, min(3vw, 5.9vh), 48px);
    font-weight: 800;
    line-height: 1.11;
  }

  .audience-note {
    bottom: 16%;
  }
}

@media (min-width: 741px) and (max-width: 1120px) {
  .audience__cards {
    justify-self: center;
    grid-template-columns: minmax(0, 1fr);
    width: min(100%, 580px);
    max-width: 580px;
  }

  .audience-note {
    justify-self: center;
    width: min(78%, 680px);
  }

  .contact__features {
    justify-self: center;
    width: min(82%, 720px);
  }

  .contact-form-card__actions {
    margin-bottom: 22px;
  }
}

@media (min-width: 741px) and (max-width: 920px) {
  .contact__features {
    grid-template-columns: minmax(0, 1fr);
    width: min(78%, 640px);
  }
}

@media (min-width: 520px) and (max-width: 740px) {
  .audience__cards {
    justify-self: center;
    width: min(94%, 560px);
    max-width: 560px;
  }

  .contact__features {
    justify-self: center;
    width: min(78%, 620px);
    max-width: 620px;
  }
}

@media (min-width: 741px) and (max-width: 1120px) and (orientation: portrait) {
  .audience__cards {
    width: min(100%, 580px);
    max-width: 580px;
  }
}

@media (max-width: 519px) {
  .audience__cards {
    justify-self: center;
    width: 94%;
    max-width: 94%;
  }
}

@media (min-width: 741px) and (max-width: 1240px) and (orientation: landscape) {
  .audience-note {
    bottom: clamp(16px, 3.2cqh, 28px);
    width: min(34.5%, 520px);
  }
}

/* Alternating layout: screen 8 places audience cards left and copy/note right. */
@media (min-width: 1121px) {
  .audience::before {
    inset: -13% 38% -9% -8%;
    transform: rotate(7deg);
  }

  .audience::after {
    inset: auto 34% -19% -15%;
  }

  .audience .tail-molecule--audience-top {
    left: 6.4%;
    right: auto;
    transform: scaleX(-1);
  }

  .audience .tail-molecule--audience-bottom {
    left: 3.4%;
    right: auto;
    transform: scaleX(-1);
  }

  .audience__copy {
    left: auto;
    right: 0.9%;
  }

  .audience-note {
    left: auto;
    right: 4.35%;
    bottom: 22.5%;
  }

  .audience__cards {
    left: 4.32%;
    right: auto;
  }
}

@media (min-width: 1121px) and (max-width: 1240px) {
  .audience__inner {
    grid-template-columns: minmax(390px, 1.28fr) minmax(270px, 0.72fr);
    grid-template-areas:
      "cards copy"
      "cards note";
  }
}
