/* Homepage post-hero redesign. Header, hero, proof band, contact CTA, and footer remain owned by styles.css. */
.cactusflow-landing-page .home-capabilities,
.cactusflow-landing-page .home-product-showcase,
.cactusflow-landing-page .home-field-proof,
.cactusflow-landing-page .home-applications,
.cactusflow-landing-page .home-story-timeline,
.cactusflow-landing-page .home-process,
.cactusflow-landing-page .home-contact-band {
  width: 100%;
  max-width: none;
  margin-inline: auto;
}

.cactusflow-landing-page .home-capabilities {
  display: grid;
  grid-template-columns: minmax(390px, 41%) minmax(0, 59%);
  background: #f4f4f4;
}

.home-capabilities-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(42px, 5vw, 76px) clamp(34px, 4.2vw, 64px);
  color: #101817;
}

.home-capabilities-copy h2,
.home-field-proof h2,
.home-story-copy h2 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(42px, 3.5vw, 56px);
  font-weight: 400;
  line-height: .95;
  letter-spacing: 0;
}

.home-heading-rule {
  display: block;
  width: 58px;
  height: 3px;
  margin: 20px 0 22px;
  background: var(--color-field-green-on-light);
}

.home-capabilities-copy > p {
  max-width: 560px;
  margin: 0;
  font-size: 16px;
  line-height: 1.55;
}

.home-check-list {
  display: grid;
  gap: 10px;
  margin: 24px 0 28px;
  padding: 0;
  list-style: none;
}

.home-check-list li {
  position: relative;
  padding-left: 27px;
  font-size: 14px;
  line-height: 1.35;
}

.home-check-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: -.08em;
  display: grid;
  place-items: center;
  width: 16px;
  height: 16px;
  border: 1.5px solid var(--color-field-green-on-light);
  border-radius: 50%;
  color: var(--color-field-green-on-light);
  font-size: 10px;
  font-weight: 800;
}

.home-text-link,
.home-product-card a,
.home-applications a {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  width: max-content;
  color: var(--color-field-green-on-light);
  font-family: var(--font-technical);
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

.home-text-link {
  min-height: 42px;
  padding: 0 18px;
  border: 1px solid var(--color-field-green-on-light);
  border-radius: 3px;
}

.home-text-link:focus-visible,
.home-text-link:hover {
  background: var(--color-field-green-on-light);
  color: #fff;
}

.home-capabilities-media,
.home-story-media {
  min-width: 0;
  min-height: 0;
  margin: 0;
  overflow: hidden;
}

.home-capabilities-media img,
.home-story-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-capabilities-media img { object-position: 50% 55%; }

@media (min-width: 1101px) {
  .cactusflow-landing-page .home-capabilities {
    height: clamp(420px, 29.2vw, 560px);
    min-height: 0;
    grid-template-rows: minmax(0, 1fr);
  }

  .home-capabilities-copy,
  .home-capabilities-media,
  .home-capabilities-media img {
    min-height: 0;
    height: 100%;
  }

  .home-story-timeline {
    height: clamp(400px, 27.1vw, 520px);
    min-height: 0;
    grid-template-rows: minmax(0, 1fr);
  }

  .home-story-copy,
  .home-story-media,
  .home-story-media img,
  .home-timeline {
    min-height: 0;
    height: 100%;
  }

  .home-process {
    height: clamp(230px, 14vw, 260px);
    min-height: 0;
    padding-block: 24px;
  }
}

.home-product-showcase {
  padding: clamp(38px, 4vw, 62px) clamp(24px, 4.2vw, 64px) clamp(44px, 4.5vw, 70px);
  background: #fff;
}

.home-section-heading {
  display: grid;
  justify-items: center;
  margin-bottom: 28px;
  text-align: center;
}

.home-section-heading h2 {
  margin: 0;
  color: #0a1514;
  font-family: var(--font-display);
  font-size: clamp(30px, 3.1vw, 52px);
  font-weight: 400;
  line-height: .95;
}

.home-section-heading > span {
  width: 56px;
  height: 3px;
  margin-top: 13px;
  background: var(--color-field-green-on-light);
}

.home-product-grid {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 10px;
  min-height: clamp(244px, 28.2vw, 510px);
}

.home-product-stack {
  display: grid;
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.home-product-card {
  position: relative;
  min-height: 190px;
  overflow: hidden;
  border-radius: 4px;
  background: #121414;
  color: #fff;
  isolation: isolate;
}

.home-product-card img {
  position: absolute;
  inset: 0 auto 0 0;
  z-index: -2;
  display: block;
  width: 66%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.home-product-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, rgba(18,20,20,0) 0 52%, rgba(18,20,20,.88) 61%, #121414 68%);
  pointer-events: none;
}

.home-product-card-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 47%;
  min-height: 100%;
  margin-left: auto;
  padding: 26px 30px 24px 16px;
}

.home-product-card-primary .home-product-card-copy {
  width: 43%;
  padding-right: 38px;
}

.home-product-card h3 {
  margin: 0;
  font-family: var(--font-body);
  font-size: clamp(25px, 2vw, 34px);
  font-weight: 500;
  line-height: .98;
}

/* The shared heading reset has greater specificity, so weight is owned here. */
.cactusflow-landing-page main.page .home-product-card h3 { font-weight: 800; }

.home-product-card p {
  margin: 9px 0 18px;
  color: #d5dcda;
  font-size: 13px;
  line-height: 1.42;
}

.home-product-card a { color: #34c9bf; }
.home-product-card a:focus-visible,
.home-product-card a:hover { color: #fff; }

.home-field-proof {
  display: grid;
  grid-template-columns: minmax(400px, .95fr) minmax(0, 1.05fr);
  align-items: center;
  gap: clamp(40px, 7vw, 120px);
  min-height: clamp(126px, 14.6vw, 280px);
  padding: 38px clamp(34px, 5vw, 80px);
  background: #001f21;
  color: #fff;
}

.home-field-proof h2 { font-size: clamp(34px, 4vw, 64px); }
.home-field-proof p {
  max-width: 660px;
  margin: 0;
  color: #e1eeeb;
  font-size: 17px;
  line-height: 1.55;
}

.home-applications {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding: 0 clamp(24px, 4vw, 62px);
  background: #fff;
}

.home-applications article {
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr);
  gap: 20px;
  min-height: clamp(100px, 11.5vw, 221px);
  align-content: center;
  padding: 28px 38px;
}

.home-applications article + article { border-left: 1px solid #b9cfcb; }
.home-applications img {
  width: 62px;
  height: 62px;
  object-fit: contain;
  color: var(--color-field-green-on-light);
  filter: invert(41%) sepia(42%) saturate(955%) hue-rotate(125deg) brightness(86%) contrast(94%);
}
.home-applications h3 { margin: 0; font-size: 22px; font-weight: 400; line-height: 1; }
.home-applications p { margin: 9px 0 13px; color: #35423f; font-size: 13px; line-height: 1.42; }
.home-applications a { font-size: 11px; }

.home-story-timeline {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  min-height: clamp(316px, 36.6vw, 700px);
}

.home-story-copy,
.home-timeline {
  padding: clamp(38px, 4vw, 62px) clamp(30px, 3.5vw, 54px);
}

.home-story-copy {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  background: var(--color-cactus-night);
  color: #fff;
}

.home-section-kicker {
  margin: 0 0 14px;
  color: #25b9af;
  font-family: var(--font-technical);
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

.home-story-copy > p:not(.home-section-kicker) {
  flex: 1 1 auto;
  margin: 0 0 24px;
  color: #e0ece9;
  font-size: 14px;
  line-height: 1.55;
}

.home-text-link-light { border-color: #2fc1b7; color: #fff; }
.home-text-link-light:focus-visible,
.home-text-link-light:hover { border-color: #fff; background: #fff; color: var(--color-cactus-night); }

.home-story-copy .home-text-link-light {
  min-height: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  color: #2fc1b7;
}

.home-story-copy .home-text-link-light:focus-visible,
.home-story-copy .home-text-link-light:hover {
  background: transparent;
  color: #fff;
}

.home-story-media img { object-position: center; }

.home-timeline {
  background: var(--color-cactus-night);
  color: #fff;
}

.home-timeline > h2 {
  margin: 0 0 22px;
  color: #fff;
  font-family: var(--font-display);
  font-size: clamp(30px, 2.8vw, 54px);
  font-weight: 400;
  line-height: .95;
}

.home-timeline > h2::after {
  content: "";
  display: block;
  width: 52px;
  height: 3px;
  margin-top: 13px;
  background: var(--color-field-green-on-light);
}

.home-timeline ol {
  position: relative;
  display: grid;
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.home-timeline ol::before {
  content: "";
  position: absolute;
  top: 8px;
  bottom: 8px;
  left: 6px;
  width: 2px;
  background: rgba(47, 193, 183, .68);
}

.home-timeline li {
  position: relative;
  padding-left: 32px;
}

.home-timeline li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 2px solid #2fc1b7;
  border-radius: 50%;
  background: var(--color-cactus-night);
  box-shadow: none;
}

.home-timeline h3 { margin: 0; color: #2fc1b7; font-family: var(--font-technical); font-size: 13px; font-weight: 800; line-height: 1.15; text-transform: uppercase; }
.home-timeline h3 span { font: inherit; color: inherit; }
.home-timeline li p { margin: 5px 0 0; color: #d8e6e3; font-size: 12px; line-height: 1.35; }

.home-process {
  display: grid;
  align-content: center;
  min-height: clamp(164px, 19vw, 365px);
  padding: 38px clamp(24px, 4vw, 62px) 42px;
  background: #f4f4f4;
}

.home-process .home-section-heading { margin-bottom: 25px; }
.home-process ol {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  list-style: none;
}

.home-process li {
  position: relative;
  min-width: 0;
  padding: 0 24px;
  text-align: center;
}

.home-process li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 29px;
  left: calc(50% + 38px);
  width: calc(100% - 76px);
  border-top: 1px dashed #138f86;
}

.home-process img {
  display: block;
  width: 60px;
  height: 60px;
  margin: 0 auto 13px;
  object-fit: contain;
}

.home-process h3 { margin: 0; font-family: var(--font-technical); font-size: 13px; font-weight: 800; line-height: 1.1; }
.home-process li p { max-width: 190px; margin: 8px auto 0; color: #35423f; font-size: 12px; line-height: 1.35; }
.home-contact-band { background: #fff; }

@media (min-width: 1600px) {
  .home-product-showcase { padding: 64px 84px 74px; }
  .home-product-grid { min-height: 510px; }
  .home-product-card h3 { font-size: 38px; }
  .home-product-card p { font-size: 16px; }
  .home-product-card a { font-size: 14px; }
  .home-field-proof { padding-inline: 88px; }
  .home-field-proof h2 { font-size: 70px; }
  .home-field-proof p { font-size: 20px; }
  .home-applications { padding-inline: 70px; }
  .home-applications article { grid-template-columns: 90px minmax(0, 1fr); gap: 24px; padding-inline: 46px; }
  .home-applications img { width: 76px; height: 76px; }
  .home-applications h3 { font-size: 27px; }
  .home-applications p { font-size: 15px; }
  .home-story-copy,
  .home-timeline { padding: 64px 62px; }
  .home-story-copy h2 { font-size: 64px; }
  .home-story-copy > p:not(.home-section-kicker) { font-size: 16px; }
  .home-timeline h3 { font-size: 16px; }
  .home-timeline li p { font-size: 14px; }
  .home-timeline ol { gap: 25px; }
  .home-process .home-section-heading h2 { font-size: 50px; }
  .home-process img { width: 64px; height: 64px; }
  .home-process li:not(:last-child)::after { top: 31px; left: calc(50% + 42px); width: calc(100% - 84px); }
  .home-process h3 { font-size: 15px; }
  .home-process li p { max-width: 220px; font-size: 13px; }
}

@media (max-width: 1100px) {
  .cactusflow-landing-page .home-capabilities { grid-template-columns: minmax(330px, 41%) minmax(0, 59%); }
  .home-capabilities-copy { padding: 28px 34px; }
  .home-capabilities-copy h2,
  .home-story-copy h2 { font-size: clamp(38px, 4.2vw, 48px); }
  .home-product-card-copy,
  .home-product-card-primary .home-product-card-copy { width: 50%; padding: 22px 22px 20px 12px; }
  .home-field-proof { grid-template-columns: 1fr 1fr; gap: 42px; }
  .home-applications { padding-inline: 18px; }
  .home-applications article { grid-template-columns: 56px minmax(0, 1fr); gap: 14px; padding: 24px 18px; }
  .home-applications img { width: 50px; height: 50px; }
  .home-process li { padding-inline: 14px; }
}

@media (min-width: 801px) and (max-width: 1100px) {
  .cactusflow-landing-page .home-capabilities {
    height: clamp(338px, 39.1vw, 430px);
    min-height: 0;
    grid-template-rows: minmax(0, 1fr);
  }

  .home-capabilities-copy,
  .home-capabilities-media,
  .home-capabilities-media img {
    min-height: 0;
    height: 100%;
  }

  .home-capabilities-copy { padding: 20px 34px; }
  .home-capabilities-copy h2 { font-size: clamp(26px, 3vw, 33px); line-height: .96; }
  .home-capabilities-copy .home-heading-rule { width: 48px; height: 2px; margin: 12px 0 13px; }
  .home-capabilities-copy > p { font-size: 11.5px; line-height: 1.38; }
  .home-check-list { gap: 5px; margin: 13px 0 14px; }
  .home-check-list li { padding-left: 22px; font-size: 10.5px; line-height: 1.25; }
  .home-check-list li::before { width: 14px; height: 14px; font-size: 8px; }
  .home-capabilities-copy .home-text-link { min-height: 34px; padding-inline: 13px; font-size: 9.5px; }

  .home-story-timeline {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    height: clamp(316px, 36.6vw, 403px);
    min-height: 0;
    grid-template-rows: minmax(0, 1fr);
  }

  .home-story-copy,
  .home-story-media,
  .home-story-media img,
  .home-timeline { min-height: 0; height: 100%; }

  .home-story-copy,
  .home-timeline {
    padding: 36px 28px;
  }

  .home-story-copy .home-section-kicker { margin: 8px 0 0; font-size: 9.5px; }
  .home-story-copy h2 { font-size: 30px; }
  .home-story-copy .home-heading-rule { width: 46px; height: 2px; margin: 10px 0 14px; }
  .home-story-copy > p:not(.home-section-kicker) { margin-bottom: 15px; font-size: 10.5px; line-height: 1.35; }
  .home-story-copy .home-text-link-light { font-size: 9.5px; }
  .home-timeline { padding: 28px; }
  .home-timeline > h2 { margin-bottom: 12px; font-size: 28px; }
  .home-timeline > h2::after { height: 2px; margin-top: 8px; }
  .home-timeline ol { gap: 0; }
  .home-timeline li { padding-left: 20px; }
  .home-timeline h3 { font-size: 9.5px; }
  .home-timeline li p { font-size: 8.5px; line-height: 1.25; }
  .home-process { min-height: clamp(164px, 19vw, 210px); padding-block: 24px 28px; }
  .home-process .home-section-heading { margin-bottom: 18px; }
  .home-process .home-section-heading h2 { font-size: clamp(30px, 3.1vw, 34px); }
  .home-process img { width: 48px; height: 48px; margin-bottom: 10px; }
  .home-process li:not(:last-child)::after { top: 23px; }
}

@media (max-width: 800px) {
  .cactusflow-landing-page .home-capabilities { grid-template-columns: 1fr; }
  .home-capabilities-media { height: clamp(320px, 62vw, 470px); }
  .home-product-grid { grid-template-columns: 1fr; }
  .home-product-card-primary { min-height: 330px; }
  .home-product-stack .home-product-card { min-height: 230px; }
  .home-field-proof { grid-template-columns: 1fr; gap: 20px; }
  .home-applications { grid-template-columns: 1fr; padding-inline: 28px; }
  .home-applications article { grid-template-columns: 68px minmax(0, 1fr); min-height: 0; padding: 28px 12px; }
  .home-applications article + article { border-top: 1px solid #b9cfcb; border-left: 0; }
  .home-applications img { width: 58px; height: 58px; }
  .home-story-timeline { grid-template-columns: 1fr; }
  .home-story-media { grid-row: auto; height: 420px; }
  .home-timeline { grid-column: auto; }
  .home-process ol { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 30px 0; }
  .home-process li:not(:last-child)::after { display: none; }
  .home-process li:last-child { grid-column: 1 / -1; }
}

@media (max-width: 700px) {
  .home-capabilities-copy { padding: 40px 24px 44px; }
  .home-capabilities-copy h2,
  .home-field-proof h2,
  .home-story-copy h2 { font-size: 36px; line-height: .97; }
  .home-capabilities-copy > p { font-size: 15px; }
  .home-capabilities-media { height: 340px; }
  .home-product-showcase { padding: 36px 16px 42px; }
  .home-section-heading h2 { font-size: 34px; }
  .home-product-card,
  .home-product-card-primary,
  .home-product-stack .home-product-card { min-height: 360px; }
  .home-product-card img { inset: 0 0 auto; width: 100%; height: 60%; }
  .home-product-card::after { background: linear-gradient(180deg, rgba(18,20,20,0) 0 50%, rgba(18,20,20,.9) 58%, #121414 64%); }
  .home-product-card-copy,
  .home-product-card-primary .home-product-card-copy { justify-content: flex-end; width: 100%; padding: 185px 24px 25px; }
  .home-product-card p { margin-bottom: 14px; }
  .home-field-proof { min-height: 0; padding: 40px 24px 44px; }
  .home-field-proof p { font-size: 15px; }
  .home-applications { padding-inline: 16px; }
  .home-story-copy,
  .home-timeline { padding: 42px 24px; }
  .home-story-copy > p:not(.home-section-kicker) { font-size: 13.5px; }
  .home-story-media { height: 310px; }
  .home-timeline li { grid-template-columns: 52px minmax(0, 1fr); padding-left: 22px; }
  .home-process { padding: 34px 14px 40px; }
  .home-process ol { grid-template-columns: 1fr; gap: 28px; }
  .home-process li:last-child { grid-column: auto; }
  .home-process li p { max-width: 280px; }
}

/* Responsive audit pass: preserve readable proof points and collision-free CTA. */
.cactusflow-landing-page .proof-band .proof-title {
  text-transform: uppercase;
}

.home-process li p {
  font-size: 13px;
}

@media (min-width: 1101px) and (max-width: 1599px) {
  .cactusflow-landing-page .proof-band {
    --proof-balanced-icon-size: clamp(66px, 4.4vw, 72px);
  }

  .cactusflow-landing-page .proof-band .proof-title {
    max-width: none;
    font-size: clamp(17px, 1.1vw, 19px);
    line-height: 1.04;
    white-space: nowrap;
  }

  .cactusflow-landing-page .proof-band article > p:not(.proof-title) {
    display: -webkit-box;
    max-width: 280px;
    overflow: hidden;
    font-size: clamp(12.5px, .9vw, 14.5px);
    line-height: 1.42;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .cactusflow-landing-page .proof-band article > p:not(.proof-title) br {
    display: none;
  }

  .cactusflow-landing-page .proof-band img.proof-icon-filled {
    width: var(--proof-balanced-icon-size);
    height: var(--proof-balanced-icon-size);
  }
}

@media (max-width: 1100px) {
  .cactusflow-landing-page .proof-band {
    grid-template-columns: 1fr;
  }

  .cactusflow-landing-page .proof-band article {
    grid-template-columns: clamp(58px, 6.5vw, 68px) minmax(0, 1fr);
    grid-template-rows: auto auto;
    align-content: center;
    column-gap: clamp(18px, 2.4vw, 28px);
    row-gap: 7px;
    min-height: 124px;
    padding: 22px clamp(28px, 7vw, 76px);
    border-left: 0;
    border-top: 1px solid rgba(242, 245, 242, .22);
    text-align: left;
  }

  .cactusflow-landing-page .proof-band article:first-child {
    border-top: 0;
  }

  .cactusflow-landing-page .proof-band img.proof-icon-filled {
    grid-column: 1;
    grid-row: 1 / 3;
    align-self: center;
    justify-self: center;
    width: clamp(58px, 6.5vw, 68px);
    height: clamp(58px, 6.5vw, 68px);
    margin: 0;
  }

  .cactusflow-landing-page .proof-band .proof-title,
  .cactusflow-landing-page .proof-band article > p:not(.proof-title) {
    grid-column: 2;
    width: auto;
    max-width: none;
    margin: 0;
  }

  .cactusflow-landing-page .proof-band .proof-title {
    grid-row: 1;
    align-self: end;
    font-size: clamp(17px, 2vw, 20px);
    line-height: 1.08;
  }

  .cactusflow-landing-page .proof-band article > p:not(.proof-title) {
    grid-row: 2;
    align-self: start;
    color: #fff;
    font-size: clamp(13px, 1.4vw, 15px);
    line-height: 1.4;
  }

  .cactusflow-landing-page .proof-band article > p:not(.proof-title) br {
    display: none;
  }
}

@media (min-width: 801px) and (max-width: 1100px) {
  .home-capabilities-copy > p {
    font-size: 14px;
    line-height: 1.45;
  }

  .home-capabilities-copy .home-check-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: repeat(3, auto);
    grid-auto-flow: column;
    column-gap: 16px;
  }

  .home-capabilities-copy .home-check-list li {
    font-size: 12px;
    line-height: 1.3;
  }

  .home-story-timeline {
    height: clamp(400px, 45vw, 470px);
  }

  .home-story-copy,
  .home-timeline {
    padding: 30px 26px;
  }

  .home-story-copy h2 {
    font-size: clamp(32px, 3.5vw, 38px);
  }

  .home-story-copy > p:not(.home-section-kicker) {
    font-size: 12.5px;
    line-height: 1.48;
  }

  .home-story-copy .home-text-link-light {
    font-size: 11px;
  }

  .home-timeline > h2 {
    font-size: clamp(30px, 3.3vw, 35px);
  }

  .home-timeline h3 {
    font-size: 11.5px;
  }

  .home-timeline li p {
    font-size: 11.5px;
    line-height: 1.3;
  }
}

@media (min-width: 701px) and (max-width: 1100px) {
  .cactusflow-landing-page .build-cta {
    grid-template-columns: 72px minmax(0, 1fr);
    column-gap: 20px;
  }

  .cactusflow-landing-page .build-cta img.cta-support-icon {
    grid-column: 1;
    grid-row: 1;
    width: 72px;
    height: 72px;
  }

  .cactusflow-landing-page .build-cta > div:not(.build-cta-actions) {
    grid-column: 2;
    grid-row: 1;
    min-width: 0;
  }

  .cactusflow-landing-page .build-cta .build-cta-actions {
    grid-column: 1 / -1;
  }
}

@media (max-width: 700px) {
  .cactusflow-landing-page .proof-band article {
    grid-template-columns: 54px minmax(0, 1fr);
    column-gap: 18px;
    min-height: 112px;
    padding: 18px clamp(20px, 6vw, 36px);
  }

  .cactusflow-landing-page .proof-band img.proof-icon-filled {
    width: 54px;
    height: 54px;
  }

  .cactusflow-landing-page .proof-band .proof-title {
    font-size: clamp(16px, 4.2vw, 18px);
  }

  .cactusflow-landing-page .proof-band article > p:not(.proof-title) {
    font-size: clamp(12.5px, 3.4vw, 14px);
  }

  .cactusflow-landing-page .build-cta {
    grid-template-columns: 64px minmax(0, 1fr);
    grid-template-rows: auto auto;
    align-items: center;
    column-gap: 14px;
    row-gap: 16px;
    padding: 24px 20px 26px;
  }

  .cactusflow-landing-page .build-cta img.cta-support-icon {
    position: relative;
    inset: auto;
    grid-column: 1;
    grid-row: 1;
    align-self: center;
    justify-self: start;
    width: 64px;
    height: 64px;
    margin: 0;
  }

  .cactusflow-landing-page .build-cta > div:not(.build-cta-actions) {
    grid-column: 2;
    grid-row: 1;
    min-width: 0;
  }

  .cactusflow-landing-page .build-cta h2 {
    max-width: none;
    font-size: clamp(30px, 8vw, 38px);
  }

  .cactusflow-landing-page .build-cta span {
    display: block;
    font-size: 13px;
    line-height: 1.35;
  }

  .cactusflow-landing-page .build-cta .build-cta-actions {
    grid-column: 1 / -1;
    grid-row: 2;
    width: 100%;
  }
}

/* Final proof-band ownership over the legacy landing stylesheet cascade. */
@media (max-width: 1100px) {
  .cactusflow-landing-page main.page > .proof-band {
    grid-template-columns: 1fr;
    height: auto;
  }

  .cactusflow-landing-page main.page > .proof-band article {
    grid-template-columns: 68px minmax(0, 520px);
    grid-template-rows: auto auto;
    justify-content: center;
    justify-items: stretch;
    align-content: center;
    column-gap: 26px;
    row-gap: 7px;
    min-height: 124px;
    padding: 22px clamp(28px, 7vw, 76px);
    border-left: 0;
    border-top: 1px solid rgba(242, 245, 242, .22);
    text-align: left;
  }

  .cactusflow-landing-page main.page > .proof-band article:first-child {
    border-top: 0;
  }

  .cactusflow-landing-page main.page > .proof-band article img.proof-icon-filled {
    grid-column: 1;
    grid-row: 1 / 3;
    align-self: center;
    justify-self: center;
    width: 68px;
    height: 68px;
    margin: 0;
  }

  .cactusflow-landing-page main.page > .proof-band article .proof-title,
  .cactusflow-landing-page main.page > .proof-band article > p:not(.proof-title) {
    grid-column: 2;
    width: auto;
    max-width: none;
    margin: 0;
  }

  .cactusflow-landing-page main.page > .proof-band article .proof-title {
    grid-row: 1;
    align-self: end;
    font-size: clamp(17px, 2vw, 20px);
    line-height: 1.08;
  }

  .cactusflow-landing-page main.page > .proof-band article > p:not(.proof-title) {
    grid-row: 2;
    align-self: start;
    color: #fff;
    font-size: clamp(13px, 1.4vw, 15px);
    line-height: 1.4;
  }

  .cactusflow-landing-page main.page > .proof-band article > p:not(.proof-title) br {
    display: none;
  }
}

@media (max-width: 700px) {
  .cactusflow-landing-page main.page > .proof-band article {
    grid-template-columns: 54px minmax(0, 1fr);
    justify-content: stretch;
    column-gap: 18px;
    min-height: 112px;
    padding: 18px clamp(20px, 6vw, 36px);
  }

  .cactusflow-landing-page main.page > .proof-band article img.proof-icon-filled {
    width: 54px;
    height: 54px;
  }

  .cactusflow-landing-page main.page > .proof-band article .proof-title {
    font-size: clamp(16px, 4.2vw, 18px);
  }

  .cactusflow-landing-page main.page > .proof-band article > p:not(.proof-title) {
    font-size: clamp(12.5px, 3.4vw, 14px);
  }
}

/*
 * Product-card typography and copy placement belong to the full desktop/tablet
 * composition, not only the 1600px artboard. Keep the image reveal intact as
 * the viewport narrows by easing the copy well and inset instead of snapping
 * back to percentage widths at 1599px.
 */
@media (min-width: 801px) {
  .home-product-card-copy,
  .home-product-card-primary .home-product-card-copy {
    width: clamp(210px, 17.5vw, 312px);
    padding-left: clamp(20px, 1.9vw, 34px);
    padding-right: clamp(20px, 2.1vw, 38px);
  }

  .cactusflow-landing-page main.page .home-product-card h3 {
    font-weight: 800;
  }

  .home-product-card-primary h3 {
    font-size: clamp(27px, 2vw, 31px);
  }

  .home-product-stack h3 {
    font-size: clamp(23px, 1.7vw, 26px);
  }
}

/* Carry the requested taller story treatment smoothly into smaller desktops. */
@media (min-width: 1101px) {
  .home-story-timeline {
    height: clamp(396px, 28.8vw, 552px);
  }
}

/* Desktop proportions are tied to the rendered product section, not image aspect ratios. */
@media (min-width: 801px) {
  .home-timeline {
    display: flex;
    flex-direction: column;
  }

  .home-timeline ol {
    flex: 1 1 auto;
    grid-template-rows: repeat(4, minmax(0, 1fr));
    gap: 0;
  }
}

@media (min-width: 1101px) {
  .cactusflow-landing-page .home-capabilities {
    height: clamp(338px, 25.6vw, 445px);
  }

  .home-capabilities-copy {
    padding: 28px 46px;
  }

  .home-capabilities-copy h2 {
    font-size: clamp(40px, 3vw, 52px);
  }

  .home-capabilities-copy .home-heading-rule {
    margin-block: 14px 16px;
  }

  .home-capabilities-copy > p {
    font-size: 13px;
    line-height: 1.42;
  }

  .home-capabilities-copy .home-check-list {
    gap: 6px;
    margin-block: 16px 18px;
  }

  .home-capabilities-copy .home-check-list li {
    font-size: 11px;
  }

  .home-capabilities-copy .home-text-link {
    min-height: 38px;
  }

  .home-story-timeline {
    height: clamp(360px, 24vw, 460px);
    min-height: 0;
    grid-template-rows: minmax(0, 1fr);
  }

  .home-story-copy,
  .home-story-media,
  .home-story-media img,
  .home-timeline {
    min-height: 0;
    height: 100%;
  }

  .home-story-copy,
  .home-timeline {
    padding: clamp(32px, 2.2vw, 42px) 44px;
  }

  .home-story-copy h2 {
    margin: 0;
    font-size: clamp(42px, 3.1vw, 58px);
  }

  .home-story-copy .home-section-kicker {
    margin: 12px 0 0;
  }

  .home-story-copy .home-heading-rule {
    margin: 12px 0 18px;
  }

  .home-story-copy > p:not(.home-section-kicker) {
    margin-bottom: 18px;
    font-size: clamp(14px, .84vw, 16px);
    line-height: 1.5;
  }

  .home-timeline > h2 {
    margin-bottom: 16px;
    font-size: clamp(36px, 2.6vw, 48px);
  }

  .home-timeline li p {
    margin-top: 3px;
  }

  .home-process {
    height: clamp(202px, 11.5vw, 220px);
    min-height: 0;
    padding-block: 18px;
  }

  .home-process .home-section-heading {
    margin-bottom: 12px;
  }

  .home-process .home-section-heading h2 {
    font-size: clamp(36px, 2.65vw, 46px);
  }

  .home-process .home-section-heading > span {
    margin-top: 8px;
  }

  .home-process img {
    width: 52px;
    height: 52px;
    margin-bottom: 8px;
  }

  .home-process li:not(:last-child)::after {
    top: 25px;
    left: calc(50% + 38px);
    width: calc(100% - 76px);
  }

  .home-process h3 {
    font-size: 13px;
  }

  .home-process li p {
    margin-top: 5px;
    font-size: 11px;
    line-height: 1.25;
  }
}

/* Left-aligned redesign copy uses a 50% larger viewport-edge inset. */
@media (min-width: 1101px) {
  .home-capabilities-copy { padding-left: 69px; }
  .home-story-copy { padding-left: 66px; }
  .home-field-proof { padding-left: clamp(108px, 6.875vw, 132px); }
}

@media (min-width: 801px) and (max-width: 1100px) {
  .home-capabilities-copy { padding-left: 51px; }
  .home-story-copy { padding-left: 42px; }
  .home-field-proof { padding-left: clamp(60px, 7.5vw, 78px); }
}

@media (max-width: 800px) {
  .home-capabilities-copy { padding-left: clamp(36px, 6.65vw, 51px); }
  .home-story-copy { padding-left: clamp(36px, 5.5vw, 42px); }
  .home-field-proof { padding-left: clamp(36px, 7.5vw, 58px); }
}

/* Homepage annotation pass: responsive targets are anchored to the 1782px review viewport. */
.home-product-showcase .home-section-heading h2 { line-height: .95; }

.home-story-copy,
.home-timeline { background: #001f21; }
.cactusflow-landing-page .proof-band .proof-title { color: #fff; }
.home-timeline li::before { background: #001f21; }
.home-story-copy > p:not(.home-section-kicker),
.home-timeline li p { color: #fff; }
.home-timeline h3 { font-weight: 600; }

.cactusflow-landing-page .build-cta img.cta-support-icon {
  display: block;
  box-sizing: border-box;
  object-fit: contain;
  border: 3px solid #fff;
  border-radius: 50%;
  background: transparent;
  filter: brightness(0) invert(1);
}
.cactusflow-landing-page .build-cta h2,
.cactusflow-landing-page .build-cta span { color: #fff; }

@media (min-width: 1101px) {
  .home-capabilities-copy,
  .home-story-copy,
  .home-field-proof {
    padding-left: clamp(78px, 7vw, 126px);
  }

  .home-capabilities-copy > p {
    font-size: clamp(13px, 1vw, 16px);
    line-height: 1.45;
  }

  .home-capabilities-copy .home-check-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: repeat(3, auto);
    grid-auto-flow: column;
    column-gap: clamp(18px, 2vw, 34px);
  }

  .home-capabilities-copy .home-check-list li {
    font-size: clamp(11px, .94vw, 15px);
  }

  .home-story-copy > p:not(.home-section-kicker) {
    color: #fff;
    line-height: 1.55;
  }

  .home-story-copy .home-text-link-light { font-size: clamp(11px, .79vw, 14px); }
  .home-timeline h3 { font-weight: 600; }
  .home-timeline li p { color: #fff; }

  .home-process {
    height: auto;
    min-height: clamp(220px, 14vw, 260px);
    padding-block: 28px 32px;
  }
  .home-process .home-section-heading { margin-bottom: 20px; }
  .home-process .home-section-heading h2 { font-size: clamp(46px, 3.2vw, 57px); }
  .home-process img { width: clamp(60px, 4vw, 72px); height: clamp(60px, 4vw, 72px); }
  .home-process li:not(:last-child)::after {
    top: clamp(29px, 2vw, 35px);
    left: calc(50% + 48px);
    width: calc(100% - 96px);
  }
  .home-process h3 { font-size: 14px; font-weight: 800; line-height: 1.2; }
  .home-process li p { margin-top: 7px; font-size: 13px; line-height: 1.35; }

  .cactusflow-landing-page .build-cta {
    grid-template-columns: clamp(86px, 6.96vw, 124px) minmax(0, 1fr) minmax(236px, 292px);
  }
  .cactusflow-landing-page .build-cta img.cta-support-icon {
    position: relative;
    inset: auto;
    justify-self: center;
    width: clamp(86px, 6.96vw, 124px);
    height: clamp(86px, 6.96vw, 124px);
    margin: 0;
    padding: clamp(18px, 1.4vw, 25px);
  }
  .cactusflow-landing-page .build-cta h2 {
    max-width: none;
    font-size: clamp(48px, 3.03vw, 58px);
    line-height: .95;
    word-spacing: normal;
  }
}

@media (min-width: 1600px) {
  .cactusflow-landing-page .proof-band {
    --proof-balanced-icon-size: clamp(72px, 4.423vw, 79px);
  }
  .cactusflow-landing-page .proof-band .proof-title {
    max-width: none;
    color: #fff;
    font-size: clamp(18px, 1.073vw, 20px);
    line-height: 1.02;
    text-transform: uppercase;
    white-space: nowrap;
  }
  .cactusflow-landing-page .proof-band article > p:not(.proof-title) {
    display: -webkit-box;
    max-width: 280px;
    overflow: hidden;
    color: #fff;
    font-size: clamp(14.5px, .853vw, 16px);
    line-height: 1.42;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .cactusflow-landing-page .proof-band article > p:not(.proof-title) br {
    display: none;
  }
  .cactusflow-landing-page .proof-band img.proof-icon-filled {
    width: var(--proof-balanced-icon-size);
    height: var(--proof-balanced-icon-size);
  }

  .home-product-card-copy,
  .home-product-card-primary .home-product-card-copy {
    width: 312px;
    padding-left: 34px;
  }

  .cactusflow-landing-page main.page .home-product-card h3 { font-weight: 800; }
  .home-product-card-primary h3 { font-size: 31px; }
  .home-product-stack h3 { font-size: 26px; }

  .home-applications a { font-size: 13px; }

  .home-story-copy h2 { font-size: clamp(52px, 3.045vw, 58px); }
  .home-story-timeline { height: clamp(432px, 28.8vw, 552px); }
  .home-story-copy > p:not(.home-section-kicker) { font-size: 18px; }
  .home-story-copy .home-text-link-light { font-size: 14px; }
  .home-timeline li p { font-size: 15px; }

  .home-process {
    min-height: 260px;
    padding-block: 34px 38px;
  }
  .home-process .home-section-heading { margin-bottom: 24px; }
}

@media (min-width: 701px) and (max-width: 1100px) {
  .cactusflow-landing-page .build-cta img.cta-support-icon {
    position: relative;
    inset: auto;
    width: 72px;
    height: 72px;
    margin: 0;
    padding: 15px;
    border-width: 2px;
  }
}

@media (max-width: 700px) {
  .cactusflow-landing-page .build-cta img.cta-support-icon {
    display: block;
    position: absolute;
    top: 20px;
    right: 20px;
    width: 64px;
    height: 64px;
    margin: 0;
    padding: 13px;
    border-width: 2px;
  }
  .cactusflow-landing-page .build-cta h2 {
    max-width: calc(100% - 68px);
    font-size: clamp(31.5px, 8.4vw, 42px);
  }
}

/* Final CTA ownership: these rules intentionally follow the legacy overrides. */
@media (min-width: 701px) and (max-width: 1100px) {
  .cactusflow-landing-page .build-cta {
    grid-template-columns: 72px minmax(0, 1fr);
    column-gap: 20px;
  }

  .cactusflow-landing-page .build-cta img.cta-support-icon {
    position: relative;
    inset: auto;
    grid-column: 1;
    grid-row: 1;
    width: 72px;
    height: 72px;
  }

  .cactusflow-landing-page .build-cta > div:not(.build-cta-actions) {
    grid-column: 2;
    grid-row: 1;
    min-width: 0;
  }

  .cactusflow-landing-page .build-cta .build-cta-actions {
    grid-column: 1 / -1;
  }
}

@media (max-width: 700px) {
  .cactusflow-landing-page .build-cta {
    grid-template-columns: 64px minmax(0, 1fr);
    grid-template-rows: auto auto;
    align-items: center;
    column-gap: 14px;
    row-gap: 16px;
    padding: 24px 20px 26px;
  }

  .cactusflow-landing-page .build-cta img.cta-support-icon {
    position: relative;
    inset: auto;
    grid-column: 1;
    grid-row: 1;
    align-self: center;
    justify-self: start;
    width: 64px;
    height: 64px;
    margin: 0;
  }

  .cactusflow-landing-page .build-cta > div:not(.build-cta-actions) {
    grid-column: 2;
    grid-row: 1;
    min-width: 0;
  }

  .cactusflow-landing-page .build-cta h2 {
    max-width: none;
    font-size: clamp(30px, 8vw, 38px);
  }

  .cactusflow-landing-page .build-cta span {
    display: block;
    font-size: 13px;
    line-height: 1.35;
  }

  .cactusflow-landing-page .build-cta .build-cta-actions {
    grid-column: 1 / -1;
    grid-row: 2;
    width: 100%;
  }
}

/* Responsive section ownership: keep intermediate desktop copy inside its wells. */
@media (min-width: 1101px) and (max-width: 1399px) {
  .cactusflow-landing-page .home-capabilities {
    height: clamp(380px, 29vw, 406px);
  }

  .cactusflow-landing-page .home-story-timeline {
    height: clamp(420px, 32vw, 448px);
  }

  .cactusflow-landing-page .home-story-copy,
  .cactusflow-landing-page .home-story-media,
  .cactusflow-landing-page .home-story-media img,
  .cactusflow-landing-page .home-timeline {
    min-height: 0;
    height: 100%;
  }
}

/* Tablet and compact desktop: two readable copy wells, with the image below. */
@media (min-width: 801px) and (max-width: 1100px) {
  .cactusflow-landing-page .home-capabilities {
    height: clamp(380px, 39.1vw, 430px);
  }

  .cactusflow-landing-page .home-story-timeline {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: minmax(420px, auto) 300px;
    height: auto;
    min-height: 0;
  }

  .cactusflow-landing-page .home-story-copy {
    grid-column: 1;
    grid-row: 1;
  }

  .cactusflow-landing-page .home-timeline {
    grid-column: 2;
    grid-row: 1;
  }

  .cactusflow-landing-page .home-story-copy,
  .cactusflow-landing-page .home-timeline {
    min-height: 420px;
    height: auto;
    padding: 36px clamp(32px, 4vw, 44px);
  }

  .cactusflow-landing-page .home-story-media {
    grid-column: 1 / -1;
    grid-row: 2;
    height: 300px;
  }

  .cactusflow-landing-page .home-story-copy h2 {
    font-size: clamp(36px, 4vw, 42px);
  }

  .cactusflow-landing-page .home-story-copy > p:not(.home-section-kicker) {
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 1.5;
  }

  .cactusflow-landing-page .home-story-copy .home-text-link-light {
    font-size: 12px;
  }

  .cactusflow-landing-page .home-timeline h2 {
    font-size: clamp(34px, 3.5vw, 40px);
  }

  .cactusflow-landing-page .home-timeline li h3 {
    font-size: 13px;
  }

  .cactusflow-landing-page .home-timeline li p {
    font-size: 13px;
    line-height: 1.35;
  }
}

/* Proof band flow: four columns -> two columns -> one column. */
@media (min-width: 701px) and (max-width: 1399px) {
  .cactusflow-landing-page main.page > .proof-band {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    height: auto;
  }

  .cactusflow-landing-page main.page > .proof-band article {
    grid-template-columns: 60px minmax(0, 1fr);
    grid-template-rows: auto auto;
    justify-content: stretch;
    justify-items: stretch;
    column-gap: clamp(18px, 2vw, 24px);
    min-height: 132px;
    padding: 22px clamp(24px, 4vw, 40px);
    border-top: 0;
    text-align: left;
  }

  .cactusflow-landing-page main.page > .proof-band article:nth-child(even) {
    border-left: 1px solid rgba(242, 245, 242, .22);
  }

  .cactusflow-landing-page main.page > .proof-band article:nth-child(n + 3) {
    border-top: 1px solid rgba(242, 245, 242, .22);
  }

  .cactusflow-landing-page main.page > .proof-band article img.proof-icon-filled {
    grid-column: 1;
    grid-row: 1 / 3;
    align-self: center;
    justify-self: center;
    width: 60px;
    height: 60px;
    margin: 0;
  }

  .cactusflow-landing-page main.page > .proof-band article .proof-title,
  .cactusflow-landing-page main.page > .proof-band article > p:not(.proof-title) {
    grid-column: 2;
    width: auto;
    max-width: none;
    margin: 0;
  }

  .cactusflow-landing-page main.page > .proof-band article .proof-title {
    grid-row: 1;
    align-self: end;
    font-size: clamp(15px, 1.45vw, 17px);
    line-height: 1.08;
  }

  .cactusflow-landing-page main.page > .proof-band article > p:not(.proof-title) {
    grid-row: 2;
    align-self: start;
    display: block;
    overflow: visible;
    color: #fff;
    font-size: clamp(13px, 1.2vw, 14px);
    line-height: 1.4;
    -webkit-box-orient: initial;
    -webkit-line-clamp: unset;
  }

  .cactusflow-landing-page main.page > .proof-band article > p:not(.proof-title) br {
    display: initial;
  }
}

/* Story section redesign: one copy well and one image well; the timeline has been removed. */
.cactusflow-landing-page .home-story-timeline {
  grid-template-columns: minmax(0, 38%) minmax(0, 62%);
  grid-template-rows: minmax(0, 1fr);
  min-height: 0;
  height: auto;
  background: #001f21;
}

.cactusflow-landing-page .home-story-copy,
.cactusflow-landing-page .home-story-media,
.cactusflow-landing-page .home-story-media img {
  min-height: 0;
  height: 100%;
}

.cactusflow-landing-page .home-story-copy {
  padding: clamp(56px, 3.75vw, 72px) clamp(54px, 3.96vw, 76px);
}

.cactusflow-landing-page .home-story-copy h2 {
  max-width: 390px;
  font-size: clamp(44px, 3.05vw, 58px);
}

.cactusflow-landing-page .home-story-copy > p:not(.home-section-kicker) {
  flex: 0 0 auto;
  margin: 0;
  color: #fff;
  font-size: clamp(14px, .94vw, 18px);
  line-height: 1.55;
}

.cactusflow-landing-page .home-story-copy .home-story-intro {
  margin-bottom: 3px;
}

.cactusflow-landing-page .home-story-copy .home-story-history {
  margin-bottom: clamp(22px, 2vw, 34px);
}

.cactusflow-landing-page .home-story-copy .home-text-link-light {
  margin-top: auto;
}

.cactusflow-landing-page .home-story-media {
  position: relative;
  align-self: stretch;
  min-width: 0;
  overflow: hidden;
}

.cactusflow-landing-page .home-story-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-position: center;
}

@media (min-width: 1101px) and (max-width: 1399px) {
  .cactusflow-landing-page .home-story-timeline {
    grid-template-columns: minmax(430px, 40%) minmax(0, 60%);
    min-height: 0;
  }

  .cactusflow-landing-page .home-story-copy {
    padding-left: clamp(66px, 7vw, 98px);
    padding-right: clamp(28px, 3vw, 42px);
  }

  .cactusflow-landing-page .home-story-copy h2 {
    font-size: clamp(42px, 3.8vw, 52px);
  }

  .cactusflow-landing-page .home-story-copy > p:not(.home-section-kicker) {
    font-size: clamp(14px, 1.15vw, 16px);
  }
}

@media (min-width: 801px) and (max-width: 1100px) {
  .cactusflow-landing-page .home-story-timeline {
    grid-template-columns: minmax(360px, 40%) minmax(0, 60%);
    grid-template-rows: minmax(0, 1fr);
    min-height: 0;
  }

  .cactusflow-landing-page .home-story-copy {
    grid-column: 1;
    grid-row: 1;
    min-height: 0;
    padding: 42px clamp(32px, 4vw, 44px);
  }

  .cactusflow-landing-page .home-story-media {
    grid-column: 2;
    grid-row: 1;
    height: auto;
  }

  .cactusflow-landing-page .home-story-copy h2 {
    font-size: clamp(38px, 4.2vw, 46px);
  }

  .cactusflow-landing-page .home-story-copy > p:not(.home-section-kicker) {
    font-size: 14px;
    line-height: 1.5;
  }
}

@media (min-width: 1600px) {
  .cactusflow-landing-page .home-story-copy {
    padding: 72px 76px;
  }
}

@media (max-width: 800px) {
  .cactusflow-landing-page .home-story-timeline {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    min-height: 0;
  }

  .cactusflow-landing-page .home-story-copy {
    grid-column: 1;
    grid-row: 1;
    min-height: 0;
    height: auto;
    padding: 42px 24px 46px;
  }

  .cactusflow-landing-page .home-story-media {
    grid-column: 1;
    grid-row: 2;
    height: clamp(300px, 65vw, 430px);
  }

  .cactusflow-landing-page .home-story-copy h2 {
    max-width: 520px;
    font-size: clamp(36px, 8.8vw, 50px);
  }

  .cactusflow-landing-page .home-story-copy > p:not(.home-section-kicker) {
    max-width: 640px;
    font-size: clamp(14px, 2.2vw, 16px);
  }

  .cactusflow-landing-page .home-story-copy .home-text-link-light {
    margin-top: 0;
  }
}

/* Four-column proof typography: show every authored line without truncation. */
@media (min-width: 1400px) and (max-width: 1599px) {
  .cactusflow-landing-page main.page > .proof-band {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .cactusflow-landing-page main.page > .proof-band article {
    grid-template-columns: var(--proof-balanced-icon-size) minmax(0, 1fr);
  }

  .cactusflow-landing-page main.page > .proof-band article .proof-title {
    font-size: clamp(15px, calc(1.1vw - 2px), 17px);
  }

  .cactusflow-landing-page main.page > .proof-band article > p:not(.proof-title) {
    display: block;
    max-width: none;
    overflow: visible;
    font-size: clamp(10.5px, calc(.9vw - 1px), 12.5px);
    line-height: 1.35;
    -webkit-box-orient: initial;
    -webkit-line-clamp: unset;
  }

  .cactusflow-landing-page main.page > .proof-band article > p:not(.proof-title) br {
    display: initial;
  }
}

@media (min-width: 1600px) {
  .cactusflow-landing-page main.page > .proof-band {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .cactusflow-landing-page main.page > .proof-band article {
    grid-template-columns: var(--proof-balanced-icon-size) minmax(0, 1fr);
  }

  .cactusflow-landing-page main.page > .proof-band article .proof-title {
    font-size: clamp(16px, calc(1.073vw - 2px), 18px);
  }

  .cactusflow-landing-page main.page > .proof-band article > p:not(.proof-title) {
    display: block;
    max-width: none;
    overflow: visible;
    font-size: clamp(12px, calc(.853vw - 1.5px), 14px);
    line-height: 1.35;
    -webkit-box-orient: initial;
    -webkit-line-clamp: unset;
  }

  .cactusflow-landing-page main.page > .proof-band article > p:not(.proof-title) br {
    display: initial;
  }
}
