@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@700;800;900&family=Geist:wght@400;500;600;700;800;900&family=Geist+Mono:wght@500;600;700;800&display=swap");

:root {
  --color-oil-black: #001212;
  --color-brand-teal: #078279;
  --color-brand-teal-dark: #06615a;
  --color-brand-teal-deep: #001212;
  --color-brand-teal-mid: #079187;
  --color-brand-flake: #08a59a;
  --color-brand-glint: #079187;
  --color-cactus-night: var(--color-brand-teal-deep);
  --color-deep-section-green: var(--color-brand-teal-deep);
  --color-shop-green: var(--color-brand-teal-dark);
  --color-brand-green: var(--color-brand-teal);
  --color-brand-green-dark-1: var(--color-brand-teal-dark);
  --color-brand-green-dark-2: #06615a;
  --color-brand-green-dark-3: var(--color-brand-teal-deep);
  --color-brand-green-dark-4: #001212;
  --color-brand-green-dark-5: #001212;
  --color-brand-green-light-1: var(--color-brand-teal-mid);
  --color-brand-green-light-2: var(--color-brand-flake);
  --color-brand-green-light-3: var(--color-brand-glint);
  --color-valve-green: var(--color-brand-teal);
  --color-header-green: var(--color-brand-teal-dark);
  --color-field-green: var(--color-brand-teal);
  --color-field-green-on-dark: var(--color-brand-glint);
  --color-label-green: var(--color-label-green-on-dark);
  --color-label-green-on-dark: #079187;
  --color-cta-green: var(--color-brand-green);
  --color-field-green-on-light: var(--color-brand-green-dark-1);
  --color-label-green-on-light: var(--color-brand-green-dark-1);
  --color-sage-steel: #079187;
  --color-paper-white: #f5f5f5;
  --color-card-white: #ffffff;
  --color-soft-border: #d9dedb;
  --color-carbon-text: #0a0f0c;
  --color-mist-text: #f2f5f2;
  --font-display: "Geist", Arial, "Helvetica Neue", sans-serif;
  --font-brand: "Geist", Arial, "Helvetica Neue", sans-serif;
  --font-body: "Geist", Arial, "Helvetica Neue", sans-serif;
  --font-technical: "Geist", Arial, "Helvetica Neue", sans-serif;
  --font-condensed: "Barlow Condensed", "Arial Narrow", var(--font-display);
  --font-mono: "Geist Mono", "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  --page-max: 1680px;
}

body.cactusflow-resource-page {
  min-height: 100%;
  overflow-x: clip;
  overflow-y: visible;
}

.resources-page {
  background: var(--color-paper-white);
}

.resource-hero {
  min-height: 462px;
}

.resource-hero-media {
  object-position: center right;
}

.resource-hero-shade {
  background:
    linear-gradient(90deg, rgba(0, 2, 0, 0.98) 0%, rgba(0, 2, 0, 0.88) 28%, rgba(0, 2, 0, 0.35) 64%, rgba(0, 2, 0, 0.64) 100%),
    linear-gradient(0deg, rgba(0, 2, 0, 0.32), rgba(0, 2, 0, 0));
}

.resource-hero-copy {
  width: min(760px, calc(100% - 48px));
}

.resource-hero h1 {
  max-width: 820px;
  font-size: clamp(48px, 4vw, 72px);
}

.resource-hero .eyebrow,
.resource-hero h1 span {
  color: var(--color-label-green-on-dark);
}

.news-side-panel .eyebrow,
.news-side-panel span {
  color: #f3faf6;
}

.resource-table-head,
.resource-doc-row {
  grid-template-columns: minmax(300px, 1.34fr) minmax(126px, 0.42fr) minmax(112px, 0.34fr) minmax(72px, 0.22fr) minmax(108px, 0.3fr);
}

.resource-table-head span {
  padding: 0 14px;
}

.resource-table-head span:last-child {
  padding: 0 12px;
  text-align: center;
}

.resource-download {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.resource-table-head span:nth-child(4),
.resource-doc-row > span:nth-of-type(3) {
  white-space: nowrap;
}

.resource-doc-row > span:not(.resource-pill) {
  color: #163531;
  font-size: 15px;
  line-height: 1.35;
}

.news-focus-grid article > span {
  grid-row: 1 / span 2;
}

.news-focus-grid h3,
.news-focus-grid p {
  grid-column: 2;
}

.resources-page .arrow-icon {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
}

.resource-hub-card {
  min-height: 250px;
}

.resource-hub-card > span svg,
.news-focus-grid article > span svg,
.resource-support-card > span svg,
.resource-filter span svg,
.resource-search span svg,
.resource-doc-name > span svg,
.resource-download svg {
  width: 100%;
  height: 100%;
}

.news-side-panel .arrow-icon {
  width: 15px;
  height: 15px;
  flex-basis: 15px;
}

@media (max-width: 900px) {
  .resource-table-head,
  .resource-doc-row {
    grid-template-columns: 1fr auto;
  }
}

@media (max-width: 760px) {
  .news-focus-grid article > span,
  .news-focus-grid h3,
  .news-focus-grid p {
    grid-column: auto;
    grid-row: auto;
  }
}

.resource-hub-main,
.resource-docs-main,
.news-main {
  width: min(calc(100% - 96px), var(--page-max));
  margin: 0 auto;
}

.resource-hub-main {
  display: grid;
  grid-template-columns: minmax(330px, 0.34fr) minmax(680px, 0.66fr);
  gap: clamp(48px, 6vw, 92px);
  padding: 50px 0 18px;
}

.resource-section-head {
  padding-right: 44px;
  border-right: 1px solid #ccd5d1;
}

.resource-section-head .eyebrow,
.news-lead .eyebrow,
.news-side-panel .eyebrow,
.resource-docs-sidebar .eyebrow {
  margin: 0 0 14px;
  color: var(--color-field-green-on-light);
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
}

.resource-section-head h2,
.news-lead h2 {
  margin: 0;
  color: var(--color-carbon-text);
  font-family: var(--font-display);
  font-size: clamp(34px, 2.8vw, 48px);
  font-weight: 800;
  line-height: 0.98;
  text-transform: uppercase;
}

.resource-section-head h2 span,
.news-lead h2 span {
  color: var(--color-field-green-on-light);
}

.resource-section-head p:not(.eyebrow),
.news-lead p {
  max-width: 580px;
  margin: 22px 0 0;
  color: #163531;
  font-size: 17px;
  line-height: 1.58;
}

.resource-hub-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.resource-hub-card {
  display: grid;
  align-content: start;
  min-height: 292px;
  padding: 30px;
  border: 1px solid var(--color-soft-border);
  border-radius: 8px;
  background: #f4f6f4;
  color: var(--color-carbon-text);
  text-decoration: none !important;
  transition: border-color 160ms ease, transform 160ms ease;
}

.resource-hub-card:hover,
.resource-hub-card:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(7, 130, 121, 0.42);
  outline: 0;
}

.resource-hub-card > span,
.news-focus-grid article > span,
.resource-support-card > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  margin-bottom: 28px;
  color: var(--color-field-green-on-light);
}

.resource-hub-card svg,
.news-focus-grid svg,
.resource-support-card svg,
.resource-docs-sidebar svg,
.resource-search svg,
.resource-doc-name svg,
.resource-download svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.resource-hub-card strong {
  color: var(--color-carbon-text);
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

.resource-hub-card p {
  margin: 18px 0 28px;
  color: #163531;
  font-size: 16px;
  line-height: 1.5;
}

.resource-hub-card em {
  align-self: end;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--color-field-green-on-light);
  font-family: var(--font-display);
  font-size: 13px;
  font-style: normal;
  font-weight: 800;
  text-transform: uppercase;
}

.resource-docs-main {
  display: grid;
  grid-template-columns: minmax(250px, 0.22fr) minmax(760px, 0.78fr);
  gap: 42px;
  padding: 34px 0 18px;
}

.resource-docs-sidebar {
  padding-right: 28px;
  border-right: 1px solid #ccd5d1;
}

.resource-filter {
  width: 100%;
  min-height: 42px;
  display: grid;
  grid-template-columns: 24px 1fr auto;
  align-items: center;
  gap: 12px;
  margin: 0 0 6px;
  padding: 8px 12px;
  border: 1px solid transparent;
  border-radius: 6px;
  background: transparent;
  color: #163531;
  font: inherit;
  text-align: left;
  cursor: pointer;
  transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease;
}

.resource-filter span {
  width: 22px;
  height: 22px;
}

.resource-filter strong,
.resource-filter em {
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
}

.resource-filter.is-active,
.resource-filter:hover,
.resource-filter:focus-visible {
  background: var(--color-cactus-night);
  border-color: var(--color-cactus-night);
  color: var(--color-mist-text);
  outline: 0;
}

.resource-support-card {
  margin-top: 26px;
  padding: 22px;
  border: 1px solid #d2dbd7;
  border-radius: 8px;
  background: #fff;
}

.resource-support-card[hidden] {
  display: none !important;
}

.resource-support-card > span {
  width: 44px;
  height: 44px;
  margin-bottom: 16px;
}

.resource-support-card strong {
  display: block;
  color: var(--color-carbon-text);
  font-family: var(--font-display);
  font-size: 16px;
  font-weight: 800;
  line-height: 1.05;
  text-transform: uppercase;
}

.resource-support-card p {
  margin: 10px 0 16px;
  color: #163531;
  font-size: 14px;
  line-height: 1.45;
}

.resource-support-card a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--color-valve-green);
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  text-decoration: none !important;
}

.resource-docs-panel {
  min-width: 0;
}

.resource-docs-toolbar {
  display: grid;
  grid-template-columns: minmax(420px, 1fr) minmax(190px, 240px);
  gap: 16px;
  margin-bottom: 16px;
}

.resource-search {
  position: relative;
  display: block;
}

.resource-search span {
  position: absolute;
  left: 16px;
  top: 50%;
  width: 22px;
  height: 22px;
  color: var(--color-field-green-on-light);
  transform: translateY(-50%);
}

.resource-search input,
.resource-docs-toolbar select {
  width: 100%;
  min-height: 44px;
  border: 1px solid #d4dad7;
  border-radius: 6px;
  background: #fff;
  color: var(--color-carbon-text);
  font: inherit;
  font-size: 14px;
}

.resource-search input {
  padding: 0 18px 0 52px;
}

.resource-docs-toolbar select {
  appearance: none;
  padding: 0 46px 0 14px;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 10l5 5 5-5' stroke='%23078279' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 14px 14px;
}

.resource-table {
  overflow: hidden;
  border: 1px solid #d4dad7;
  border-radius: 8px;
  background: #fff;
}

.resource-table-head,
.resource-doc-row {
  display: grid;
  grid-template-columns: minmax(300px, 1.34fr) minmax(126px, 0.42fr) minmax(112px, 0.34fr) minmax(72px, 0.22fr) minmax(108px, 0.3fr);
  align-items: center;
}

.resource-table-head {
  min-height: 44px;
  background: var(--color-cactus-night);
  color: var(--color-mist-text);
}

.resource-table-head span {
  padding: 0 16px;
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.resource-table-head span:last-child {
  padding: 0 12px;
  text-align: center;
}

.resource-doc-row {
  min-height: 92px;
  border-top: 1px solid #dbe1de;
  color: #163531;
}

.resource-doc-row[hidden] {
  display: none;
}

.resource-doc-row > span,
.resource-doc-row > a,
.resource-doc-name {
  padding: 18px 20px;
}

.resource-doc-name {
  display: grid;
  grid-template-columns: 34px 1fr;
  align-items: center;
  gap: 16px;
}

.resource-doc-name > span {
  width: 32px;
  height: 32px;
  color: var(--color-field-green-on-light);
}

.resource-doc-name h2 {
  margin: 0;
  color: var(--color-carbon-text);
  font-family: var(--font-display);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.18;
  text-transform: uppercase;
}

.resource-doc-name p {
  margin: 6px 0 0;
  color: #254942;
  font-size: 13px;
  line-height: 1.35;
}

.resource-pill {
  justify-self: start;
  margin-left: 20px;
  padding: 6px 10px !important;
  border-radius: 999px;
  background: #d3ece5;
  color: var(--color-brand-green-dark-1);
  font-size: 12px;
  font-weight: 800;
}

.resource-download {
  justify-self: center;
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--color-valve-green);
  text-decoration: none !important;
}

.resource-download svg {
  width: 25px;
  height: 25px;
}

.resource-download:hover,
.resource-download:focus-visible {
  color: var(--color-brand-teal-dark);
  outline: 2px solid rgba(7, 130, 121, 0.28);
  outline-offset: 2px;
}

.resource-empty {
  margin: 18px 0 0;
  padding: 18px 20px;
  border: 1px solid #d4dad7;
  border-radius: 8px;
  background: #fff;
  color: #163531;
}

.news-main {
  display: grid;
  grid-template-columns: minmax(420px, 0.38fr) minmax(520px, 0.42fr) minmax(280px, 0.2fr);
  gap: 28px;
  padding: 42px 0 18px;
}

.news-lead {
  padding-right: 38px;
  border-right: 1px solid #ccd5d1;
}

.news-lead .btn {
  margin-top: 28px;
}

.news-focus-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}

.news-focus-grid article {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 18px;
  align-items: start;
  padding: 22px;
  border: 1px solid var(--color-soft-border);
  border-radius: 8px;
  background: #fff;
}

.news-focus-grid article > span {
  width: 46px;
  height: 46px;
  margin: 0;
}

.news-focus-grid h3 {
  margin: 0;
  color: var(--color-carbon-text);
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

.news-focus-grid p {
  margin: 9px 0 0;
  color: #163531;
  font-size: 15px;
  line-height: 1.48;
}

.news-side-panel {
  padding: 24px;
  border-radius: 8px;
  background: var(--color-cactus-night);
  color: var(--color-mist-text);
}

.news-side-panel h2 {
  margin: 0 0 18px;
  color: var(--color-mist-text);
  font-family: var(--font-display);
  font-size: 20px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

.news-side-panel a {
  display: block;
  padding: 16px 0;
  border-top: 1px solid rgba(8, 165, 154, 0.2);
  color: var(--color-mist-text);
  text-decoration: none !important;
}

.news-side-panel strong,
.news-side-panel span {
  display: block;
}

.news-side-panel strong {
  font-size: 14px;
  line-height: 1.25;
}

.news-side-panel span {
  margin-top: 8px;
  color: var(--color-field-green-on-dark);
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.news-side-panel .arrow-icon {
  width: 15px;
  height: 15px;
  margin-left: 8px;
  vertical-align: -3px;
}

@media (max-width: 1240px) {
  .resource-hub-main,
  .resource-docs-main,
  .news-main {
    width: calc(100% - 48px);
  }

  .resource-docs-main,
  .news-main {
    grid-template-columns: 1fr;
  }

  .resource-docs-sidebar,
  .news-lead {
    padding-right: 0;
    border-right: 0;
  }

  .resource-docs-sidebar {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
  }

  .resource-docs-sidebar .eyebrow,
  .resource-support-card {
    grid-column: 1 / -1;
  }

  .resource-support-card {
    display: grid;
    grid-template-columns: 44px 1fr auto;
    align-items: center;
    gap: 18px;
  }

  .resource-support-card > span,
  .resource-support-card p {
    margin: 0;
  }

  .news-main {
    grid-template-columns: 1fr minmax(280px, 0.42fr);
  }

  .news-lead {
    grid-column: 1 / -1;
  }
}

@media (max-width: 900px) {
  .resource-hub-main {
    grid-template-columns: 1fr;
  }

  .resource-section-head {
    padding-right: 0;
    border-right: 0;
  }

  .resource-table-head {
    display: none;
  }

  .resource-table {
    display: grid;
    gap: 12px;
    border: 0;
    border-radius: 0;
    background: transparent;
  }

  .resource-doc-row {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 14px 18px;
    min-height: 0;
    padding: 18px;
    border: 1px solid #d4dad7;
    border-radius: 8px;
    background: #fff;
  }

  .resource-doc-row > span,
  .resource-doc-row > a,
  .resource-doc-name {
    padding: 0;
  }

  .resource-doc-name {
    grid-column: 1 / -1;
  }

  .resource-pill {
    margin-left: 0;
  }

  .resource-download {
    grid-column: 2;
    grid-row: 2 / span 2;
  }
}

@media (max-width: 760px) {
  .resource-hero {
    min-height: 690px;
  }

  .resource-hero-copy {
    width: calc(100% - 40px);
    margin-left: 20px;
  }

  .resource-hero h1 {
    font-size: clamp(36px, 10vw, 52px);
  }

  .resource-hub-main,
  .resource-docs-main,
  .news-main {
    width: calc(100% - 40px);
    padding-top: 34px;
  }

  .resource-hub-grid,
  .resource-docs-toolbar,
  .resource-docs-sidebar,
  .news-main {
    grid-template-columns: 1fr;
  }

  .resource-support-card {
    display: block;
  }

  .resource-support-card > span {
    margin-bottom: 16px;
  }

  .resource-support-card p {
    margin: 10px 0 16px;
  }

  .news-focus-grid article {
    grid-template-columns: 1fr;
  }
}

* {
  box-sizing: border-box;
}

html {
  background: var(--color-oil-black);
}

body {
  margin: 0;
  color: var(--color-carbon-text);
  font-family: var(--font-body);
  background: var(--color-paper-white);
  min-height: 100%;
  overflow-x: clip;
  overflow-y: visible;
}

:where(
  .cactusflow-landing-page,
  .cactusflow-product-page,
  .cactusflow-resource-page,
  .cactusflow-about-page,
  .cactusflow-contact-page,
  .cactusflow-reliability-page,
  .cactusflow-services-page,
  .cactusflow-support-page
) :where(
  .product-line-card-body em,
  .proof-standard-row strong,
  .proof-detail-row strong,
  .choke-model-group h3,
  .choke-model-card h3,
  .choke-model-tile strong,
  .choke-model-compare-row strong,
  .choke-compare-table strong,
  .choke-compare-table span,
  .choke-spec-table strong,
  .choke-spec-table span,
  .choke-spec-list span,
  .choke-model-card-body strong,
  .choke-model-card-meta span,
  .choke-model-support-media strong,
  .choke-product-spec-card dd,
  .choke-product-config-row strong,
  .choke-product-config-row span
) {
  font-family: var(--font-mono);
  font-variant-numeric: tabular-nums;
  letter-spacing: -0.02em;
}

a {
  color: inherit;
  text-decoration: none !important;
}

main.page a {
  text-decoration: none !important;
}

main.page a:hover {
  text-decoration: none !important;
}

img {
  max-width: 100%;
}

h1,
h2,
h3,
.btn,
.eyebrow,
.underlink,
.hero-kicker,
.nav,
.menu-toggle,
.header-cta,
.footer-heading,
.carousel span {
  font-family: var(--font-technical);
  letter-spacing: 0;
  text-transform: uppercase;
}

main.page {
  width: 100%;
  overflow-x: clip;
  overflow-y: visible;
  background: var(--color-paper-white);
}

@keyframes cfpPageEnter {
  from {
    opacity: 0;
    transform: translateY(8px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes cfpPageRestore {
  from {
    opacity: 1;
    transform: translateY(3px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes cfpProofCardEnter {
  from {
    opacity: 0;
    transform: translate3d(0, 18px, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@media (prefers-reduced-motion: no-preference) {
  main.page {
    animation: cfpPageEnter 220ms ease-out;
  }

  main.page.is-leaving {
    opacity: 0;
    transform: translateY(6px);
    transition: opacity 160ms ease, transform 160ms ease;
  }

  main.page.has-entered:not(.is-restoring),
  main.page.has-restored:not(.is-restoring) {
    animation: none;
  }

  main.page.is-restoring {
    animation: cfpPageRestore 620ms cubic-bezier(0.16, 1, 0.3, 1) both;
  }
}

.hero {
  position: relative;
  --hero-media-width: min(64vw, 1240px);
  --hero-media-right: 0px;
  min-height: 744px;
  height: calc(100vh - 54px);
  max-height: 900px;
  background: #000000;
  border-radius: 0 0 34px 34px;
  color: var(--color-mist-text);
  overflow: visible;
}

.hero-media-picture {
  position: absolute;
  top: 0;
  right: var(--hero-media-right);
  width: var(--hero-media-width);
  height: 100%;
  border-radius: inherit;
  overflow: hidden;
}

.hero-media-picture::after {
  content: none;
}

.hero-media {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 46% center;
  border-radius: inherit;
  filter: contrast(1.04) saturate(1.02);
}

@media (min-width: 1501px) and (max-width: 1700px) {
  .hero {
    --hero-media-width: 64vw;
  }
}

@media (min-width: 701px) and (max-width: 1500px) {
  .hero {
    --hero-media-width: 64vw;
  }

  .hero-media {
    object-position: 44% center;
  }
}

@media (min-width: 701px) and (max-width: 1280px) {
  .hero {
    --hero-media-width: 62vw;
  }

  .hero-media {
    object-position: 36% center;
  }
}

.hero-shade {
  position: absolute;
  top: 0;
  right: var(--hero-media-right);
  bottom: 0;
  width: var(--hero-media-width);
  border-radius: inherit;
  pointer-events: none;
  background:
    linear-gradient(90deg, #000000 0%, rgba(0, 0, 0, 0.98) 10%, rgba(0, 0, 0, 0.7) 20%, rgba(0, 0, 0, 0.28) 31%, rgba(0, 0, 0, 0.05) 40%, rgba(0, 0, 0, 0) 48%),
    linear-gradient(270deg, rgba(0, 0, 0, 0.52) 0%, rgba(0, 0, 0, 0.24) 8%, rgba(0, 0, 0, 0) 20%);
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  max-width: none;
  height: 76px;
  margin: 0 auto;
  padding: 0 clamp(78px, 7vw, 126px);
  display: flex;
  align-items: center;
  border-bottom: 1px solid transparent;
  background: transparent;
  transition: background-color 240ms ease, border-color 240ms ease, box-shadow 240ms ease;
}

.site-header.is-scrolled {
  background: rgba(248, 248, 247, 0.96);
  border-bottom-color: rgba(6, 97, 90, 0.18);
  box-shadow: 0 14px 34px rgba(0, 18, 18, 0.08);
  backdrop-filter: blur(14px);
}

.brand {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: white;
}

.brand-logo {
  display: block;
  width: 108px;
  height: auto;
  flex: 0 0 auto;
  transition: opacity 520ms cubic-bezier(0.45, 0, 0.2, 1);
}

.brand-logo-scrolled {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-50%);
}

.site-header.is-scrolled .brand-logo-default {
  opacity: 0;
  transition-delay: 240ms;
}

.site-header.is-scrolled .brand-logo-scrolled {
  opacity: 1;
  transition-delay: 240ms;
}

.brand-wordmark {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 32px;
  padding-left: 10px;
  border-left: 2px solid var(--color-field-green);
  font-family: var(--font-brand);
  text-transform: uppercase;
  color: white;
  line-height: 0.86;
  transform: translateY(0);
  transition: color 240ms ease, border-color 240ms ease;
}

.site-header.is-scrolled .brand {
  color: var(--color-oil-black);
}

.site-header.is-scrolled .brand-wordmark {
  color: var(--color-oil-black);
  border-left-color: var(--color-field-green-on-light);
}

.brand-name {
  display: block;
  font-family: var(--font-brand);
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  white-space: nowrap;
  transform: none;
  transform-origin: left center;
}

.brand-subname {
  display: inline-block;
  width: max-content;
  margin-top: 1px;
  padding: 0;
  border-top: 0;
  font-family: var(--font-brand);
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 1;
  transform: none;
  transform-origin: left center;
}

.site-header-tpv .brand-logo {
  width: 112px;
}

.site-header-tpv .brand-name {
  font-size: 17px;
}

.nav {
  position: static;
  flex: 1 1 auto;
  justify-content: center;
  transform: none;
  height: 100%;
  display: flex;
  align-items: center;
  gap: 34px;
  margin: 0 clamp(34px, 5vw, 72px);
  padding-top: 0;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.055em;
}

.nav a {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: rgba(255, 255, 255, 0.82);
  white-space: nowrap;
  transition: color 180ms ease;
}

.site-header.is-scrolled .nav a {
  color: rgba(10, 15, 12, 0.72);
}

.nav a:hover,
.nav a:focus-visible,
.site-header.is-scrolled .nav a:hover,
.site-header.is-scrolled .nav a:focus-visible {
  color: var(--color-field-green-on-dark);
  outline: 0;
}

.site-header.is-scrolled .nav a:hover,
.site-header.is-scrolled .nav a:focus-visible {
  color: var(--color-field-green-on-light);
}

.nav .active,
.nav-trigger.is-current {
  color: var(--color-field-green-on-dark);
}

.site-header.is-scrolled .nav .active,
.site-header.is-scrolled .nav-trigger.is-current {
  color: var(--color-field-green-on-light);
}

.nav-item {
  position: relative;
  display: inline-flex;
  align-items: center;
  height: 100%;
}

.nav-menu {
  position: absolute;
  left: 50%;
  top: calc(100% - 8px);
  z-index: 5;
  min-width: 168px;
  display: grid;
  gap: 4px;
  padding: 10px;
  background: rgba(0, 18, 18, 0.96);
  border: 1px solid rgba(148, 206, 196, 0.32);
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.32);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -8px);
  transition: opacity 180ms ease, transform 180ms ease;
}

.nav-menu a {
  display: flex;
  padding: 10px 12px;
  border-radius: 5px;
  font-size: 12px;
  color: #d3ece5;
}

.site-header.is-scrolled .nav-menu a {
  color: #d3ece5;
}

.nav-menu a:hover,
.nav-menu a:focus-visible {
  background: rgba(7, 130, 121, 0.42);
  outline: 0;
}

.has-menu:hover .nav-menu,
.has-menu:focus-within .nav-menu {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0);
}

.nav a span {
  display: inline-flex;
  align-items: center;
  margin-left: 0;
  font-size: 14px;
  line-height: 1;
  transform: translateY(-1px);
  transition: transform 160ms ease;
}

.nav .active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -11px;
  height: 2px;
  background: var(--color-field-green);
}

.menu-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  min-width: 96px;
  height: 42px;
  padding: 2px 16px 0;
  color: #fff;
  background: rgba(0, 18, 18, 0.78);
  border: 1px solid rgba(148, 206, 196, 0.42);
  border-radius: 6px;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease;
}

.site-header.is-scrolled .menu-toggle {
  color: var(--color-oil-black);
  background: rgba(248, 248, 247, 0.78);
  border-color: rgba(6, 97, 90, 0.28);
}

.menu-toggle:hover,
.menu-toggle:focus-visible,
.menu-toggle[aria-expanded="true"] {
  color: var(--color-field-green-on-light);
  background: var(--color-paper-white);
  border-color: var(--color-field-green-on-light);
  outline: 0;
}

.header-cta {
  width: 136px;
  height: 42px;
  padding-top: 2px;
  margin-top: 0;
  margin-left: 0;
  display: grid;
  place-items: center;
  background: var(--color-cta-green);
  border-radius: 6px;
  color: white;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  border: 1px solid transparent;
  transition: background-color 180ms ease, color 180ms ease, border-color 180ms ease;
}

.hero-copy {
  position: relative;
  z-index: 2;
  max-width: none;
  margin: 0 auto;
  padding: 192px clamp(78px, 7vw, 126px) 0;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 38px;
  padding: 9px 18px;
  border: 1px solid rgba(7, 145, 135, 0.3);
  border-radius: 0;
  background: rgba(7, 145, 135, 0.1);
  color: var(--color-field-green-on-dark);
  font-family: var(--font-technical);
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero-cert-link {
  text-decoration: none;
  cursor: pointer;
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease;
}

.hero-cert-link:hover,
.hero-cert-link:focus-visible {
  border-color: rgba(136, 221, 216, 0.72);
  background: rgba(7, 145, 135, 0.2);
  color: #f5fffd;
}

.hero-cert-link:focus-visible {
  outline: 2px solid rgba(136, 221, 216, 0.72);
  outline-offset: 3px;
}

.hero-badge svg {
  width: 17px;
  height: 17px;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.9;
}

.hero-copy h1 {
  max-width: 1040px;
  margin: 24px 0 0;
  color: white;
  font-size: clamp(64px, 5.7vw, 82px);
  line-height: 0.86;
  font-weight: 900;
  white-space: nowrap;
}

.hero-copy h1 .hero-line {
  display: block;
  line-height: 0.86;
  white-space: nowrap;
}

.hero-copy h1 .hero-line-accent {
  margin-top: 0.01em;
  font-family: var(--font-condensed);
  font-size: 1.08em;
  font-weight: 900;
  line-height: 0.78;
}

.hero-copy h1 .hero-line-accent,
.section-intro h2 span,
.about h2 span,
.industries h2 span,
.build-cta h2 span {
  color: var(--color-field-green);
}

.hero-copy h1 .hero-line-accent,
.about h2 span,
.build-cta h2 span {
  color: var(--color-field-green-on-dark);
}

.hero-copy p {
  margin: 28px 0 0;
  max-width: 620px;
  color: #a3a3a3;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.625;
}

.hero-copy .hero-kicker {
  margin: 18px 0 0;
  color: var(--color-field-green-on-dark);
  font-size: 14px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
}

.hero-copy .hero-kicker + p {
  margin-top: 18px;
  letter-spacing: 0;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 36px;
  margin-top: 30px;
}

.hero-certifications {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 28px;
  max-width: 760px;
  margin-top: 28px;
  padding-top: 32px;
  border-top: 1px solid #262626;
  color: #a3a3a3;
  font-family: var(--font-technical);
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
}

.hero-certifications span,
.hero-certifications a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 22px;
  color: inherit;
  text-decoration: none;
  white-space: nowrap;
}

.hero-certifications a {
  cursor: pointer;
  transition: color 180ms ease;
}

.hero-certifications a:hover,
.hero-certifications a:focus-visible {
  color: #f5fffd;
}

.hero-certifications a:focus-visible {
  outline: 2px solid rgba(136, 221, 216, 0.7);
  outline-offset: 5px;
}

.hero-cert-icon {
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
  fill: none;
  color: var(--color-field-green-on-dark);
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.9;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 17px;
  min-height: 54px;
  padding: 3px 30px 0;
  background-color: var(--color-cta-green);
  background-image: none;
  border-radius: 6px;
  color: white;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  text-align: center;
  border: 1px solid transparent;
  transition: background-color 180ms ease, color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.hero-actions .btn,
.header-cta,
.floating-contact {
  background-color: var(--color-cta-green);
  background-image: none;
}

.hero-actions .btn {
  background-color: var(--color-cta-green);
  border-color: var(--color-cta-green);
  min-height: 44px;
  gap: 8px;
  padding: 0 26px;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0;
}

.hero-actions .underlink {
  min-height: 44px;
  padding: 0 26px;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0;
}

.about .btn {
  background-color: var(--color-cta-green);
  background-image: none;
}

.arrow-icon {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.btn:hover,
.btn:focus-visible {
  background-color: var(--color-oil-black);
  background-image: none;
  color: var(--color-field-green-on-light);
  text-decoration: none !important;
  border-color: rgba(255, 255, 255, 0.78);
  outline: 0;
}

.hero-actions .btn:hover,
.hero-actions .btn:focus-visible {
  background-color: #fff;
  background-image: none;
  color: var(--color-cta-green);
  border-color: var(--color-cta-green);
}

.header-cta:hover,
.header-cta:focus-visible {
  background-color: var(--color-paper-white);
  color: var(--color-field-green-on-light);
  text-decoration: none !important;
  border-color: var(--color-field-green-on-light);
  outline: 0;
}

.nav-contact-cta {
  display: none !important;
}

.floating-contact {
  --floating-x: calc(100vw - 86px);
  --floating-y: calc(100vh - 86px);
  --floating-scale: 0.18;
  --floating-opacity: 0;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 50;
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  color: white;
  background: var(--color-cta-green);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.28);
  opacity: var(--floating-opacity);
  pointer-events: none;
  transform: translate3d(var(--floating-x), var(--floating-y), 0) scale(var(--floating-scale));
  transform-origin: center;
  transition:
    transform 880ms cubic-bezier(0.16, 1, 0.3, 1),
    opacity 320ms ease,
    background-color 180ms ease,
    border-color 180ms ease,
    box-shadow 220ms ease;
  will-change: transform, opacity;
}

.floating-contact.is-active {
  pointer-events: auto;
}

.floating-contact:not(.is-active) {
  transition:
    transform 1080ms cubic-bezier(0.16, 1, 0.3, 1),
    opacity 760ms ease,
    background-color 180ms ease,
    border-color 180ms ease,
    box-shadow 220ms ease;
}

.floating-contact.is-docking-header:not(.is-active) {
  transition:
    transform 1280ms cubic-bezier(0.16, 1, 0.3, 1),
    opacity 920ms ease,
    background-color 180ms ease,
    border-color 180ms ease,
    box-shadow 220ms ease;
}

.floating-contact:hover,
.floating-contact:focus-visible {
  color: var(--color-field-green-on-light);
  background: white;
  border-color: var(--color-field-green-on-light);
  outline: 0;
}

.floating-contact svg {
  width: 25px;
  height: 25px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

@media (max-width: 1100px) {
  .floating-contact {
    display: none !important;
  }
}

.support-back-top {
  position: fixed;
  right: 28px;
  bottom: 28px;
  z-index: 56;
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  padding: 0;
  color: #fff;
  background: var(--color-cta-green);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.28);
  opacity: 0;
  pointer-events: none;
  transform: translate3d(0, 14px, 0) scale(0.92);
  transition:
    opacity 260ms ease,
    transform 360ms cubic-bezier(0.16, 1, 0.3, 1),
    background-color 180ms ease,
    border-color 180ms ease,
    color 180ms ease;
}

.support-back-top.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translate3d(0, 0, 0) scale(1);
}

.support-back-top:hover,
.support-back-top:focus-visible {
  color: var(--color-field-green-on-light);
  background: #fff;
  border-color: var(--color-field-green-on-light);
  outline: 0;
}

.support-back-top svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.underlink {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 3px 18px 0;
  border: 0;
  border-bottom: 1px solid var(--color-field-green);
  border-radius: 0;
  color: white;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  text-align: center;
  transition: background-color 180ms ease, color 180ms ease, border-color 180ms ease;
}

.underlink:hover,
.underlink:focus-visible {
  background-color: var(--color-cta-green);
  color: white;
  text-decoration: none !important;
  border-color: var(--color-cta-green);
  border-radius: 6px;
  outline: 0;
}

.proof-band {
  --proof-bg: rgba(0, 18, 18, 0.98);
  --proof-inset-shadow: rgba(1, 8, 7, 0.52);
  --proof-border: rgba(8, 165, 154, 0.34);
  --proof-divider: rgba(8, 165, 154, 0.26);
  --proof-title: var(--color-mist-text);
  --proof-copy: #f3faf6;
  --proof-icon: var(--color-mist-text);
  position: absolute;
  z-index: 3;
  left: 50%;
  top: 100%;
  bottom: auto;
  width: min(calc(100% - 96px), var(--page-max));
  min-height: 130px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  overflow: hidden;
  transform: translate(-50%, -50%);
  border: 1px solid var(--proof-border);
  border-radius: 8px;
  background: var(--proof-bg);
  box-shadow: 0 -20px 90px var(--proof-inset-shadow) inset;
  color: var(--proof-title);
}

.proof-band article {
  position: relative;
  padding: 30px 28px 22px 88px;
}

.proof-band article + article {
  border-left: 0;
}

.proof-band article + article::before {
  content: "";
  position: absolute;
  left: 0;
  top: 24px;
  bottom: 24px;
  width: 1px;
  background: var(--proof-divider);
}

.proof-title {
  margin: 0 0 15px;
  color: var(--proof-title);
  font-size: clamp(15px, 0.9vw, 17px);
  line-height: 0.98;
  font-weight: 800;
  text-align: center;
  white-space: nowrap;
}

.proof-band p:not(.proof-title) {
  max-width: 210px;
  margin: 0 auto;
  color: var(--proof-copy);
  font-size: 12.75px;
  line-height: 1.48;
  text-align: center;
}

.line-icon {
  position: absolute;
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.proof-band .line-icon {
  left: 26px;
  top: 28px;
  width: 50px;
  height: 50px;
  color: var(--proof-icon);
  stroke-width: 1.35;
}

.proof-band .texas-icon {
  width: 50px;
  height: 50px;
  object-fit: contain;
  opacity: 1;
}

.proof-band .extreme-icon,
.proof-band .quality-icon {
  object-fit: contain;
}

@media (prefers-reduced-motion: no-preference) {
  .proof-band {
    overflow: visible;
    border-color: transparent;
    background: transparent;
    box-shadow: none;
  }

  .proof-band article {
    opacity: 0;
    border-top: 1px solid var(--proof-border);
    border-bottom: 1px solid var(--proof-border);
    background: var(--proof-bg);
    box-shadow: 0 -20px 90px var(--proof-inset-shadow) inset;
    animation: cfpProofCardEnter 620ms var(--motion-ease-out, cubic-bezier(0.23, 1, 0.32, 1)) both;
  }

  .proof-band article:first-child {
    border-left: 1px solid var(--proof-border);
    border-radius: 8px 0 0 8px;
  }

  .proof-band article:last-child {
    border-right: 1px solid var(--proof-border);
    border-radius: 0 8px 8px 0;
  }

  .proof-band article + article {
    border-left: 1px solid var(--proof-divider);
  }

  .proof-band article + article::before {
    display: none;
  }

  .proof-band article:nth-child(1) {
    animation-delay: 140ms;
  }

  .proof-band article:nth-child(2) {
    animation-delay: 210ms;
  }

  .proof-band article:nth-child(3) {
    animation-delay: 280ms;
  }

  .proof-band article:nth-child(4) {
    animation-delay: 350ms;
  }
}

.products {
  position: relative;
  padding: 134px 24px 82px;
  background:
    radial-gradient(circle at 16% 34%, rgba(255, 255, 255, 1), transparent 28%),
    var(--color-paper-white);
}

.products::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 62px;
  background: var(--color-paper-white);
}

.products {
  display: grid;
  grid-template-columns: minmax(340px, 0.33fr) minmax(760px, 0.67fr);
  gap: 72px;
  align-items: start;
}

.products-intro,
.product-cards,
.industries-head,
.industry-row,
.build-cta {
  width: 100%;
  max-width: var(--page-max);
}

.products-intro {
  justify-self: end;
  max-width: 430px;
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--color-label-green);
  font-size: 13px;
  font-weight: 800;
}

.products .eyebrow,
.industries .eyebrow,
.products-intro h2 span,
.industries h2 span,
.industry-row article:nth-child(2) h3 {
  color: var(--color-field-green-on-light);
}

.products .eyebrow,
.industries .eyebrow {
  color: var(--color-label-green-on-light);
}

.section-intro h2,
.about h2,
.industries h2 {
  margin: 0;
  font-size: clamp(38px, 3.25vw, 52px);
  line-height: 0.96;
  font-weight: 800;
}

.products-intro h2 span {
  display: inline-block;
  white-space: nowrap;
}

.products-intro h2 {
  font-weight: 700;
}

.about h2 {
  font-size: clamp(36px, 2.85vw, 46px);
  line-height: 0.98;
  font-weight: 700;
}

.about h2 span {
  display: inline-block;
  white-space: nowrap;
}

.body-copy {
  margin: 34px 0 34px;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.58;
}

.specialist-note {
  max-width: 390px;
  margin: -10px 0 28px;
  padding: 18px 0 0;
  border-top: 1px solid var(--color-soft-border);
  color: #06615a;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.48;
}

.specialist-note a {
  display: inline-block;
  color: #001212;
  font-weight: 900;
  white-space: nowrap;
  text-decoration: none !important;
  background: linear-gradient(to top, rgba(8, 165, 154, 0.16) 0 42%, transparent 42% 100%);
  box-shadow: inset 0 -2px 0 #078279;
  transition: background 160ms ease, box-shadow 160ms ease, color 160ms ease;
}

.specialist-note a:hover,
.specialist-note a:focus-visible {
  color: #06615a;
  background: linear-gradient(to top, rgba(8, 165, 154, 0.24) 0 50%, transparent 50% 100%);
  box-shadow: inset 0 -3px 0 #06615a;
  outline: 0;
}

.products .btn {
  min-width: 222px;
}

.carousel {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 72px;
}

.carousel button {
  width: 42px;
  height: 42px;
  border: 1px solid var(--color-soft-border);
  background: #fff;
  color: var(--color-carbon-text);
  font-size: 18px;
  display: inline-grid;
  place-items: center;
  padding: 0;
  border-radius: 5px;
}

.carousel button .arrow-icon {
  width: 20px;
  height: 20px;
  margin: 0;
}

.carousel button:disabled {
  opacity: 0.55;
}

.carousel button.active {
  border-color: var(--color-cta-green);
  background: var(--color-cta-green);
  color: white;
}

.carousel button:not(.active) {
  color: var(--color-field-green-on-light);
}

.carousel span {
  margin-left: 28px;
  font-size: 18px;
  font-weight: 700;
}

.carousel strong {
  color: var(--color-valve-green);
}

.carousel em {
  color: #7f8782;
  font-style: normal;
}

.product-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  max-width: 1120px;
}

.product-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  min-height: 438px;
  border: 1px solid #e9ecea;
  border-radius: 6px;
  background: var(--color-card-white);
  color: inherit;
  transition: border-color 160ms ease, transform 160ms ease;
}

.product-card:hover,
.product-card:focus-visible {
  border-color: rgba(7, 130, 121, 0.42);
  transform: translateY(-2px);
  outline: 0;
}

.product-card img,
.product-image {
  display: block;
  width: 100%;
  height: 288px;
  object-fit: cover;
}

.product-card img.product-card-image-contain {
  aspect-ratio: 1 / 1;
  height: auto;
  object-fit: cover;
}

.product-placeholder {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.08) 0 1px, transparent 1px 24px),
    linear-gradient(145deg, var(--color-brand-teal-dark), var(--color-brand-teal-deep) 58%, var(--color-brand-teal-mid));
}

.product-card-body {
  position: relative;
  flex: 1;
  min-height: 144px;
  padding: 28px 26px;
  background: #f1f3f1;
}

.product-fit {
  display: inline-block;
  margin: 0 0 14px;
  color: var(--color-field-green-on-light);
  font-family: var(--font-display);
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

.product-card h3 {
  margin: 0 0 18px;
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
}

.product-card p {
  margin: 0;
  max-width: 205px;
  color: #243533;
  font-size: 14px;
  line-height: 1.55;
}

.product-arrow {
  position: absolute;
  right: 24px;
  bottom: 26px;
  color: var(--color-valve-green);
  display: inline-flex;
}

.about {
  position: relative;
  display: grid;
  grid-template-columns: minmax(500px, 0.4fr) minmax(760px, 0.6fr);
  gap: clamp(112px, 8vw, 152px);
  align-items: center;
  padding: 88px max(24px, calc((100vw - var(--page-max)) / 2)) 88px;
  background: var(--color-brand-green-dark-5);
  color: white;
}

.about-copy {
  max-width: 560px;
}

.about h2 {
  color: white;
}

.about-copy > p:not(.eyebrow) {
  margin: 30px 0 0;
  color: #f5f8f5;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.62;
}

.facility {
  width: 100%;
  justify-self: end;
  height: clamp(420px, 35vw, 560px);
  border-radius: 8px;
  object-fit: cover;
}

.stats {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 0;
  margin: 48px 0 34px;
}

.about-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
}

.stats div {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  min-height: 92px;
  padding: 2px 18px 0;
  text-align: center;
}

.stats div + div {
  border-left: 1px solid rgba(255, 255, 255, 0.4);
}

.stats .line-icon {
  top: 0;
  left: 0;
  width: 28px;
  height: 28px;
  opacity: 0.9;
  stroke-width: 1.8;
}

.line-icon.green {
  color: var(--color-field-green-on-dark);
}

.stats div + div .line-icon {
  left: 34px;
}

.stats strong {
  display: flex;
  align-items: baseline;
  justify-content: center;
  width: 100%;
  margin-top: 0;
  font-family: var(--font-display);
  font-size: clamp(32px, 2vw, 40px);
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
}

.stats .stat-sign {
  display: inline-block;
  margin-right: 2px;
  font-size: 0.68em;
  line-height: 1;
  transform: translateY(-0.08em);
}

.stats small {
  display: block;
  width: 100%;
  margin-top: 8px;
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.24;
  text-align: center;
  text-transform: uppercase;
}

@media (min-width: 701px) {
  .stats {
    padding-top: 30px;
  }

  .stats::before {
    content: "CFP Field Notes";
    position: absolute;
    top: 0;
    left: 0;
    font-family: var(--font-display);
    color: var(--color-field-green-on-dark);
    font-size: 11px;
    font-weight: 800;
    line-height: 1;
    text-transform: uppercase;
  }

  .stats::after {
    content: "";
    position: absolute;
    top: 5px;
    left: 118px;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, rgba(7, 130, 121, 0.64), rgba(7, 130, 121, 0));
  }
}

.industries {
  position: relative;
  padding: 96px 24px 70px;
  background: var(--color-paper-white);
}

.industries-head {
  display: block;
  margin: 0 auto;
  text-align: center;
}

.proof-band p:not(.proof-title) a {
  color: inherit;
  text-decoration: underline;
  text-decoration-thickness: 1.5px;
  text-underline-offset: 3px;
}

.industries-head > div {
  max-width: 780px;
  margin: 0 auto;
}

.industries h2 {
  font-size: clamp(34px, 3vw, 46px);
  font-weight: 800;
}

.industries-head > div > p:not(.eyebrow) {
  max-width: 620px;
  margin: 24px auto 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.55;
}

.industry-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 70px auto 60px;
}

.industry-row article {
  position: relative;
  min-height: 148px;
  padding-left: 126px;
}

.industry-row article + article {
  border-left: 0;
  padding-left: 150px;
}

.industry-row article + article::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  bottom: 28px;
  width: 2px;
  background: #079187;
}

.industry-icon {
  position: absolute;
  display: block;
  left: 24px;
  top: 2px;
  width: 66px;
  height: 66px;
  object-fit: contain;
  filter: brightness(0) saturate(100%) invert(6%) sepia(10%) saturate(1136%) hue-rotate(81deg) brightness(94%) contrast(93%);
}

.industry-row article + article .industry-icon {
  left: 60px;
}

.industry-icon.greenish {
  filter: brightness(0) saturate(100%) invert(40%) sepia(15%) saturate(987%) hue-rotate(82deg) brightness(92%) contrast(88%);
}

.industry-row h3 {
  margin: 12px 0 24px;
  font-size: 19px;
  font-weight: 800;
  line-height: 1;
}

.industry-row article:nth-child(2) h3 {
  color: var(--color-field-green-on-light);
}

.industry-row p {
  margin: 0;
  font-size: 16px;
  line-height: 1.55;
}

.build-cta {
  position: relative;
  height: 170px;
  overflow: hidden;
  display: flex;
  align-items: center;
  margin: 0 auto;
  border-radius: 8px;
  background: var(--color-oil-black);
  color: white;
}

.build-cta img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.build-cta::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 8, 7, 0.9), rgba(0, 6, 5, 0.74) 45%, rgba(0, 12, 11, 0.58));
}

.cta-cactus,
.build-cta div,
.build-cta a {
  position: relative;
  z-index: 2;
}

.cta-cactus {
  width: 74px;
  height: 74px;
  margin-left: 42px;
  padding: 18px;
  border: 1px solid var(--color-field-green);
  border-radius: 50%;
  fill: none;
  stroke: white;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.build-cta div {
  margin-left: 36px;
}

.build-cta p {
  margin: 0 0 12px;
  font-family: var(--font-technical);
  font-size: 13px;
  font-weight: 800;
  text-transform: none;
}

.build-cta h2 {
  margin: 0;
  font-size: clamp(30px, 2.75vw, 44px);
  line-height: 1;
  font-weight: 800;
}

.build-cta h2 span {
  color: var(--color-field-green-on-dark);
}

.build-cta .btn {
  margin-left: auto;
  margin-right: 36px;
  font-size: 13px;
  font-weight: 700;
  min-height: 50px;
  padding: 3px 24px 0;
}

.build-cta .btn.ghost {
  background-color: var(--color-cta-green);
  background-image: none;
  border: 1px solid transparent;
  backdrop-filter: blur(2px);
}

.products .btn:hover,
.products .btn:focus-visible,
.about .btn:hover,
.about .btn:focus-visible,
.build-cta .btn.ghost:hover,
.build-cta .btn.ghost:focus-visible {
  background-color: #fff;
  background-image: none;
  color: var(--color-field-green-on-light);
  border-color: var(--color-field-green-on-light);
}

.build-cta .btn.ghost .arrow-icon {
  width: 21px;
  height: 21px;
}

.footer-col a:hover,
.footer-bottom a:hover,
.footer-action a:not(.btn):hover {
  text-decoration: underline !important;
  text-underline-offset: 4px;
}

.footer {
  position: relative;
  display: grid;
  grid-template-columns: 2.1fr repeat(4, 1fr) 1.7fr;
  gap: 42px;
  padding: 48px max(24px, calc((100vw - var(--page-max)) / 2)) 58px;
  background: var(--color-cactus-night);
  color: white;
}

.footer.footer-has-action {
  grid-template-columns: 1.9fr repeat(4, minmax(120px, 0.88fr)) minmax(210px, 1.35fr) minmax(220px, 1.15fr);
  gap: 34px;
}

.footer-logo .brand-logo {
  width: 132px;
}

.footer-brand-lockup {
  align-items: center;
  flex-direction: column;
  gap: 10px;
}

.footer-logo .brand-wordmark {
  width: 132px;
  align-items: center;
  min-height: 45px;
  padding: 10px 0 0;
  border-left: 0;
  border-top: 2px solid var(--color-field-green);
  text-align: center;
  transform: none;
}

.footer-logo .brand-name {
  font-size: 21px;
  font-weight: 800;
}

.footer-logo .brand-subname {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 1.7px;
}

.footer-brand p {
  max-width: 215px;
  margin: 28px 0 18px;
  color: #d0e8e2;
  font-size: 14px;
  line-height: 1.55;
}

.socials {
  display: flex;
  gap: 10px;
}

.socials a {
  display: grid;
  place-items: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: white;
  color: var(--color-cactus-night);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.footer-heading {
  margin: 7px 0 26px;
  font-size: 16px;
  font-weight: 800;
}

.footer-col a,
.footer-contact p:not(.footer-heading),
.footer-contact a {
  display: block;
  margin: 0 0 12px;
  color: #d3ece5;
  font-size: 14px;
  line-height: 1.32;
  text-decoration: none !important;
}

.footer-contact p a {
  display: inline;
  margin: 0;
}

.footer-action {
  align-self: start;
  padding-top: 0;
}

.footer-action p:not(.footer-heading) {
  max-width: 250px;
  margin: 0 0 20px;
  color: #d3ece5;
  font-size: 14px;
  line-height: 1.45;
}

.footer-contact-cta {
  width: 100%;
  min-height: 48px;
  justify-content: center;
  padding: 3px 18px 0;
  border: 1px solid transparent;
  background-color: var(--color-cta-green);
  background-image: none;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
}

.footer-contact-cta:hover,
.footer-contact-cta:focus-visible {
  background-color: #fff;
  background-image: none;
  color: var(--color-field-green-on-light);
  border-color: var(--color-field-green-on-light);
  outline: 0;
}

.footer-contact-cta .arrow-icon {
  width: 18px;
  height: 18px;
}

.footer-bottom {
  grid-column: 1 / -1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: #b5d8d2;
  font-size: 13px;
}

main.page a:focus-visible,
.floating-contact:focus-visible {
  outline: 2px solid var(--color-field-green);
  outline-offset: 4px;
}

.footer-bottom p {
  margin: 0;
}

.footer-bottom a {
  color: #d7eee8;
}

.footer-bottom span {
  margin: 0 28px;
}

@media (max-width: 760px) {
  .footer-col a,
  .footer-contact p:not(.footer-heading),
  .footer-contact a,
  .choke-product-help-card > a:not(.btn),
  .choke-product-fit-card a,
  .choke-category-nav a {
    min-height: 40px;
    display: flex;
    align-items: center;
  }

  .footer-contact p a {
    display: inline-flex;
  }

  .floating-contact {
    --floating-scale: 1;
  }
}

:root {
  --motion-ease-out: cubic-bezier(0.23, 1, 0.32, 1);
  --motion-ease-in-out: cubic-bezier(0.77, 0, 0.175, 1);
}

.motion-ready .proof-band[data-motion],
.motion-ready .products-intro[data-motion],
.motion-ready .about-copy[data-motion],
.motion-ready .industries-head[data-motion],
.motion-ready .build-cta[data-motion],
.motion-ready .footer[data-motion] {
  opacity: 0;
  transform: translate3d(0, 14px, 0);
  transition:
    opacity 560ms var(--motion-ease-out),
    transform 560ms var(--motion-ease-out);
  will-change: opacity, transform;
}

.motion-ready .proof-band[data-motion].is-visible,
.motion-ready .products-intro[data-motion].is-visible,
.motion-ready .about-copy[data-motion].is-visible,
.motion-ready .industries-head[data-motion].is-visible,
.motion-ready .build-cta[data-motion].is-visible,
.motion-ready .footer[data-motion].is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.motion-ready .proof-band[data-motion] {
  transform: translate(-50%, calc(-50% + 14px));
}

.motion-ready .proof-band[data-motion].is-visible {
  transform: translate(-50%, -50%);
}

.motion-ready [data-motion-item] {
  opacity: 0;
  transform: translate3d(0, 12px, 0);
  transition:
    opacity 520ms var(--motion-ease-out),
    transform 520ms var(--motion-ease-out);
  transition-delay: calc(var(--motion-index, 0) * 55ms);
  will-change: opacity, transform;
}

.motion-ready .is-visible [data-motion-item] {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.motion-ready .industries-head > p[data-motion-item] {
  transform: translateY(30px);
}

.motion-ready .industries-head.is-visible > p[data-motion-item] {
  transform: translateY(18px);
}

.motion-ready .product-card[data-motion] {
  opacity: 0;
  transform: translate3d(0, 16px, 0);
  transition:
    border-color 160ms ease,
    opacity 560ms var(--motion-ease-out),
    transform 560ms var(--motion-ease-out);
  transition-delay: calc(var(--motion-index, 0) * 70ms);
  will-change: opacity, transform;
}

.motion-ready .product-card[data-motion].is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.motion-ready .product-card[data-motion].is-visible:hover,
.motion-ready .product-card[data-motion].is-visible:focus-visible {
  transform: translateY(-2px);
}

.motion-ready .product-card[data-motion] img {
  opacity: 0;
  transform: translate3d(0, 8px, 0) scale(1.01);
  clip-path: none;
  transition:
    opacity 360ms var(--motion-ease-out),
    transform 460ms var(--motion-ease-out);
  transition-delay: calc(var(--motion-index, 0) * 40ms);
}

.motion-ready .product-card[data-motion].is-visible img {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
  clip-path: none;
}

.motion-ready .facility[data-motion] {
  opacity: 0;
  transform: translate3d(0, 16px, 0);
  transition:
    opacity 520ms var(--motion-ease-out),
    transform 720ms var(--motion-ease-out);
  will-change: opacity, transform;
}

.motion-ready .facility[data-motion].is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.motion-ready .industry-row[data-motion] article + article::before {
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 620ms var(--motion-ease-in-out);
  transition-delay: calc(160ms + var(--motion-index, 0) * 70ms);
}

.motion-ready .industry-row[data-motion].is-visible article + article::before {
  transform: scaleY(1);
}

@media (prefers-reduced-motion: reduce) {
  .motion-ready [data-motion],
  .motion-ready [data-motion-item],
  .motion-ready .product-card[data-motion] img,
  .motion-ready .facility[data-motion],
  .motion-ready .industry-row[data-motion] article + article::before {
    opacity: 1 !important;
    transform: none !important;
    clip-path: none !important;
    transition: none !important;
  }
}

@media (max-width: 1100px) {
  .motion-ready .proof-band[data-motion] {
    transform: translate3d(0, 14px, 0);
  }

  .motion-ready .proof-band[data-motion].is-visible {
    transform: none;
  }
}

@media (max-width: 1400px) {
  .about {
    grid-template-columns: minmax(420px, 0.42fr) minmax(0, 0.58fr);
    gap: clamp(64px, 6vw, 96px);
  }
}

@media (max-width: 1100px) {
  .hero {
    height: auto;
    max-height: none;
    padding-bottom: 24px;
  }

  .site-header {
    height: 76px;
    align-items: center;
  }

  .menu-toggle {
    display: inline-flex;
    margin-left: auto;
  }

  .nav {
    position: absolute;
    left: clamp(24px, 4vw, 48px);
    right: clamp(24px, 4vw, 48px);
    top: 84px;
    z-index: 8;
    display: none;
    height: auto;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 14px;
    padding: 16px;
    background: #06211e;
    border: 1px solid rgba(148, 206, 196, 0.34);
    border-radius: 8px;
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.32);
    transform: none;
  }

  .site-header.is-menu-open .nav {
    display: grid;
  }

  .nav > a,
  .nav-item > a {
    min-height: 44px;
    justify-content: center;
    padding: 0 10px;
  }

  .nav-item {
    display: grid;
    height: auto;
  }

  .nav-item.is-open .nav-menu {
    opacity: 1;
    pointer-events: auto;
    transform: translate(-50%, 0);
  }

  .nav-menu a {
    min-height: 44px;
    align-items: center;
    padding: 10px 12px;
  }

  .header-cta {
    margin-left: 0;
    margin-top: 0;
  }

  .products,
  .about,
  .industries-head,
  .industry-row,
  .footer,
  .footer.footer-has-action {
    grid-template-columns: 1fr;
  }

  .proof-band {
    position: relative;
    top: auto;
    left: auto;
    bottom: auto;
    width: calc(100% - 48px);
    min-height: 0;
    margin: 42px auto 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    transform: none;
  }

  .proof-band article {
    min-height: 104px;
    padding: 24px 22px 20px 74px;
  }

  .proof-band article + article::before {
    display: none;
  }

  .proof-band article:nth-child(n+3) {
    border-top: 1px solid rgba(150, 190, 183, 0.22);
  }

  .proof-band article:nth-child(even)::before {
    content: "";
    position: absolute;
    left: 0;
    top: 20px;
    bottom: 20px;
    display: block;
    width: 1px;
    background: rgba(150, 190, 183, 0.22);
  }

  .products {
    padding-top: 76px;
  }

  .product-cards {
    max-width: none;
  }

  .industries-head > div > p:not(.eyebrow) {
    width: 100%;
    transform: none;
  }

  .industry-row article + article {
    border-left: 0;
    border-top: 1px solid #079187;
    padding-left: 126px;
    padding-top: 28px;
  }

  .industry-row article + article .industry-icon {
    left: 24px;
    top: 30px;
  }
}

@media (max-width: 700px) {
  .hero {
    --hero-media-width: 100%;
    height: auto;
    min-height: 824px;
  }

  .hero-media {
    width: 100%;
    opacity: 0.8;
    object-fit: cover;
    object-position: 58% center;
  }

  .hero-shade {
    background: linear-gradient(90deg, #000000 0%, rgba(0, 0, 0, 0.96) 22%, rgba(0, 0, 0, 0.72) 45%, rgba(0, 0, 0, 0.2) 78%, rgba(0, 0, 0, 0) 100%);
  }

  .site-header {
    width: 100%;
    height: 76px;
    padding: 0 20px;
    flex-wrap: wrap;
    gap: 18px 12px;
  }

  .brand-logo {
    width: 92px;
  }

  .brand-wordmark {
    display: none;
  }

  .nav {
    position: absolute;
    left: 20px;
    right: 20px;
    top: 84px;
    z-index: 8;
    order: 0;
    flex: none;
    min-width: 0;
    max-width: none;
    width: auto;
    height: auto;
    display: none;
    grid-template-columns: 1fr;
    gap: 4px;
    max-height: min(420px, calc(100vh - 104px));
    overflow-y: auto;
    padding: 14px;
    background: #06211e;
    border: 1px solid rgba(148, 206, 196, 0.34);
    border-radius: 8px;
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.32);
    transform: none;
    font-size: 11px;
    scrollbar-width: none;
  }

  .site-header.is-menu-open .nav {
    display: grid;
  }

  .nav::-webkit-scrollbar {
    display: none;
  }

  .nav > a,
  .nav-item {
    height: auto;
    display: grid;
    flex: none;
    gap: 6px;
  }

  .nav a {
    min-height: 44px;
    padding: 0 2px;
    justify-content: space-between;
  }

  .nav a span {
    display: inline-flex;
  }

  .nav .active::after {
    bottom: 2px;
    right: auto;
    width: 28px;
  }

  .nav-menu {
    position: static;
    display: none;
    min-width: 0;
    gap: 2px;
    padding: 0 0 8px 14px;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    opacity: 1;
    pointer-events: auto;
    transform: none;
    transition: none;
  }

  .nav-item.is-open .nav-menu {
    display: grid;
  }

  .nav-item.is-open > a {
    color: var(--color-field-green-on-dark);
  }

  .nav-item.is-open > a span {
    transform: rotate(180deg);
  }

  .nav-menu a {
    min-height: 44px;
    padding: 10px 0;
    color: #d3ece5;
    font-size: 11px;
  }

  .has-menu:hover .nav-menu,
  .has-menu:focus-within .nav-menu {
    transform: none;
  }

  .menu-toggle {
    position: absolute;
    top: 17px;
    right: 20px;
    display: inline-flex;
    width: 42px;
    min-width: 42px;
    padding: 0;
    overflow: hidden;
    color: #fff;
    font-size: 0;
    background-image: linear-gradient(currentColor, currentColor);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 18px 2px;
  }

  .menu-toggle::before,
  .menu-toggle::after {
    content: "";
    position: absolute;
    left: 11px;
    width: 18px;
    height: 2px;
    background: currentColor;
    border-radius: 999px;
    transition: transform 180ms ease, top 180ms ease;
  }

  .menu-toggle::before {
    top: 13px;
  }

  .menu-toggle::after {
    top: 27px;
  }

  .menu-toggle:hover,
  .menu-toggle:focus-visible,
  .menu-toggle[aria-expanded="true"] {
    color: var(--color-field-green-on-light);
  }

  .menu-toggle[aria-expanded="true"] {
    background-image: none;
  }

  .menu-toggle[aria-expanded="true"]::before {
    top: 20px;
    transform: rotate(45deg);
  }

  .menu-toggle[aria-expanded="true"]::after {
    top: 20px;
    transform: rotate(-45deg);
  }

  .header-cta {
    position: absolute;
    top: 17px;
    left: auto;
    right: 72px;
    transform: none;
    width: auto;
    min-width: 118px;
    height: 42px;
    margin: 0;
    padding: 2px 16px 0;
    font-size: 12px;
  }

  .hero-copy {
    padding: 156px 20px 0;
  }

  .hero-copy h1 {
    max-width: calc(100vw - 40px);
    font-size: 36px;
    line-height: 1;
    font-weight: 900;
    white-space: normal;
  }

  .hero-copy p {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.625;
  }

  .hero-copy .hero-kicker {
    font-size: 12px;
    font-weight: 600;
  }

  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
  }

  .products {
    padding-top: 86px;
  }

  .body-copy {
    margin: 24px 0 22px;
  }

  .specialist-note {
    margin: -4px 0 22px;
    padding-top: 14px;
    font-size: 14px;
    line-height: 1.44;
  }

  .products-intro,
  .product-cards,
  .about-copy,
  .industries-head,
  .industry-row,
  .build-cta {
    max-width: 100%;
    min-width: 0;
  }

  .about h2 span {
    white-space: normal;
  }

  .stats {
    max-width: 100%;
  }

  .build-cta {
    height: auto;
    min-height: 238px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 18px;
    padding: 28px;
  }

  .cta-cactus,
  .build-cta div,
  .build-cta .btn {
    margin-left: 0;
    margin-right: 0;
  }

  .cta-cactus {
    display: none;
  }

  .build-cta .btn {
    max-width: 100%;
  }

  .build-cta h2 {
    font-size: clamp(28px, 8vw, 38px);
  }

  .proof-band {
    position: relative;
    top: auto;
    left: auto;
    bottom: auto;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: calc(100% - 40px);
    margin: 24px auto 0;
    transform: none;
  }

  .proof-band article {
    min-height: 114px;
    padding: 52px 16px 18px;
  }

  .proof-band p:not(.proof-title) {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    text-align: left;
  }

  .proof-title {
    white-space: normal;
    font-size: 13px;
    line-height: 1.08;
  }

  .proof-band p:not(.proof-title) {
    display: none;
  }

  .proof-band .line-icon {
    left: 16px;
    top: 18px;
    width: 28px;
    height: 28px;
  }

  .proof-band article + article {
    border-left: 0;
    border-top: 0;
  }

  .proof-band article + article::before {
    display: none;
  }

  .proof-band article:nth-child(n+3) {
    border-top: 1px solid rgba(150, 190, 183, 0.22);
  }

  .proof-band article:nth-child(even)::before {
    content: "";
    position: absolute;
    left: 0;
    top: 20px;
    bottom: 20px;
    display: block;
    width: 1px;
    background: rgba(150, 190, 183, 0.22);
  }

  .product-cards {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .product-card {
    min-height: 0;
  }

  .product-card img,
  .product-image {
    height: 196px;
  }

  .product-card img.product-card-image-contain {
    height: auto;
  }

  .product-card-body {
    min-height: 108px;
    padding: 18px 20px;
  }

  .product-fit {
    margin-bottom: 12px;
    font-size: 10px;
  }

  .about {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .about-copy > p:not(.eyebrow) {
    margin-top: 24px;
    font-size: 15px;
    line-height: 1.55;
  }

  .facility {
    height: 260px;
  }

  .industries {
    padding-top: 68px;
    padding-bottom: 52px;
  }

  .industries-head {
    display: block;
  }

  .industries-head > div > p:not(.eyebrow) {
    width: min(100%, 340px);
    margin-top: 18px;
    font-size: 15px;
    line-height: 1.48;
    transform: none;
  }

  .industry-row {
    margin: 42px auto 42px;
  }

  .industry-row article {
    min-height: 124px;
  }

  .industry-row p {
    font-size: 15px;
  }

  .stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 0;
    margin: 30px 0 28px;
    border-top: 1px solid rgba(6, 97, 90, 0.18);
    border-bottom: 1px solid rgba(6, 97, 90, 0.18);
  }

  .stats div {
    min-height: 118px;
    padding: 18px 14px;
  }

  .stats div:nth-child(odd) {
    border-left: 0;
  }

  .stats div:nth-child(even) {
    border-left: 1px solid rgba(255, 255, 255, 0.4);
  }

  .stats div:nth-child(n+3) {
    padding-top: 18px;
    border-top: 1px solid rgba(6, 97, 90, 0.18);
  }
}

@media (prefers-reduced-motion: reduce) {
  .floating-contact,
  .support-back-top {
    transition: opacity 160ms ease;
  }
}

@media (max-width: 1100px) and (prefers-reduced-motion: no-preference) {
  .proof-band article,
  .proof-band article:first-child,
  .proof-band article:last-child,
  .proof-band article + article,
  .proof-band article:nth-child(n+3) {
    border: 0;
    border-radius: 0;
  }

  .proof-band article::before,
  .proof-band article + article::before,
  .proof-band article:nth-child(even)::before {
    display: none;
  }

  .proof-band article:nth-child(1) {
    border-top: 1px solid var(--proof-border);
    border-left: 1px solid var(--proof-border);
    border-radius: 8px 0 0 0;
  }

  .proof-band article:nth-child(2) {
    border-top: 1px solid var(--proof-border);
    border-right: 1px solid var(--proof-border);
    border-left: 1px solid var(--proof-divider);
    border-radius: 0 8px 0 0;
  }

  .proof-band article:nth-child(3) {
    border-top: 1px solid var(--proof-divider);
    border-bottom: 1px solid var(--proof-border);
    border-left: 1px solid var(--proof-border);
    border-radius: 0 0 0 8px;
  }

  .proof-band article:nth-child(4) {
    border-top: 1px solid var(--proof-divider);
    border-right: 1px solid var(--proof-border);
    border-bottom: 1px solid var(--proof-border);
    border-left: 1px solid var(--proof-divider);
    border-radius: 0 0 8px 0;
  }
}

@media (max-width: 420px) {
  .support-back-top {
    right: 20px;
    bottom: 20px;
    width: 52px;
    height: 52px;
  }

  .site-header {
    padding-left: 18px;
    padding-right: 18px;
  }

  .brand-logo {
    width: 88px;
  }

  .header-cta {
    left: auto;
    right: 70px;
    min-width: 96px;
    height: 42px;
    font-size: 11px;
  }

  .nav {
    left: 18px;
    right: 18px;
    top: 84px;
  }

  .menu-toggle {
    top: 17px;
    right: 18px;
    width: 42px;
    min-width: 42px;
    height: 42px;
  }

  .hero-copy {
    padding-top: 156px;
  }

  .products,
  .about,
  .industries {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-copy h1 {
    font-size: 36px;
    line-height: 1;
    font-weight: 900;
  }

  .hero-copy p {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.625;
  }

  .hero-certifications {
    align-items: flex-start;
    flex-direction: column;
  }

  .btn {
    min-height: 48px;
    padding: 3px 22px 0;
    font-size: 12px;
  }

  .product-card img,
  .product-image {
    height: 188px;
  }

  .product-card img.product-card-image-contain {
    height: auto;
  }

  .product-card-body {
    padding: 18px 20px;
  }
}

/* Product and product-line pages */
.site-header-subpage {
  height: 76px;
  padding-top: 0;
  background: transparent;
  border-bottom: 1px solid transparent;
}

.site-header-subpage .nav {
  top: auto;
}

.site-header-subpage .header-cta {
  margin-top: 0;
}

.nav a.is-current::after,
.nav-trigger.is-current::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -11px;
  height: 2px;
  background: var(--color-field-green);
}

.subpage {
  background: var(--color-paper-white);
}

body.cactusflow-product-page {
  min-height: 100%;
  overflow-x: clip;
  overflow-y: auto;
}

.product-hero {
  position: relative;
  min-height: 468px;
  overflow: hidden;
  background: var(--color-oil-black);
  color: #fff;
}

.product-hero-media,
.product-hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.product-hero-media {
  object-fit: cover;
  object-position: center right;
  opacity: 0.9;
}

.product-hero-shade {
  background:
    linear-gradient(90deg, rgba(0, 2, 0, 0.98) 0%, rgba(0, 2, 0, 0.86) 25%, rgba(0, 2, 0, 0.36) 62%, rgba(0, 2, 0, 0.72) 100%),
    linear-gradient(0deg, rgba(0, 2, 0, 0.28), rgba(0, 2, 0, 0));
}

.product-hero-copy {
  position: relative;
  z-index: 2;
  width: min(620px, calc(100% - 48px));
  margin-left: max(24px, calc((100vw - var(--page-max)) / 2 + 24px));
  padding-top: 116px;
  padding-bottom: 58px;
}

.breadcrumbs {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 26px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 13px;
  font-weight: 600;
}

.breadcrumbs a,
.breadcrumbs span {
  color: inherit;
  text-decoration: none !important;
}

.breadcrumbs a:hover {
  color: var(--color-field-green);
}

.product-hero .eyebrow,
.product-page-main .eyebrow {
  color: var(--color-field-green);
  font-size: 15px;
  font-weight: 800;
}

.product-hero h1 {
  max-width: 720px;
  margin: 8px 0 0;
  color: var(--color-mist-text);
  font-family: var(--font-display);
  font-size: clamp(50px, 4.45vw, 76px);
  font-weight: 800;
  line-height: 0.94;
  text-transform: uppercase;
}

.product-hero h1 span,
.product-hero h2 {
  color: var(--color-field-green-on-dark);
}

.product-hero h2 {
  max-width: 680px;
  margin: 10px 0 0;
  font-family: var(--font-display);
  font-size: clamp(24px, 2vw, 34px);
  font-weight: 800;
  line-height: 1.03;
  text-transform: uppercase;
}

.product-hero-text {
  max-width: 610px;
  margin: 22px 0 0;
  color: #f5f7f5;
  font-size: 18px;
  line-height: 1.55;
}

.product-hero-features {
  display: grid;
  grid-template-columns: repeat(2, minmax(190px, 1fr));
  gap: 15px 38px;
  max-width: 620px;
  margin: 30px 0 0;
}

.product-hero-features span {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 25px;
  padding-left: 38px;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
}

.product-hero-features span::before {
  content: "";
  position: absolute;
  left: 0;
  width: 22px;
  height: 22px;
  border: 2px solid var(--color-field-green);
  border-radius: 50%;
}

.product-hero-features span::after {
  content: "";
  position: absolute;
  left: 7px;
  width: 8px;
  height: 4px;
  border-left: 2px solid var(--color-field-green);
  border-bottom: 2px solid var(--color-field-green);
  transform: rotate(-45deg);
}

.product-hero-actions {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 32px;
}

.download-link {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  min-height: 54px;
  color: #fff;
  font-family: var(--font-display);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  text-decoration: none !important;
  transition: color 240ms ease;
}

.download-link:hover,
.download-link:focus-visible {
  color: var(--color-field-green);
  outline: 0;
}

.product-hero-actions .btn:hover,
.product-hero-actions .btn:focus-visible,
.product-page-cta .btn:hover,
.product-page-cta .btn:focus-visible {
  background-color: #fff;
  background-image: none;
  color: var(--color-field-green);
  border-color: var(--color-field-green);
}

.product-page-main {
  display: grid;
  grid-template-columns: minmax(300px, 0.28fr) minmax(760px, 0.72fr);
  gap: clamp(44px, 5vw, 76px);
  padding: 34px max(24px, calc((100vw - var(--page-max)) / 2 + 24px)) 26px;
}

.product-page-intro {
  padding-right: 42px;
  border-right: 1px solid #c9d0cc;
}

.product-page-intro .eyebrow,
.product-page-catalog .eyebrow {
  margin: 0 0 16px;
}

.product-page-intro p:not(.eyebrow) {
  margin: 0 0 32px;
  color: var(--color-carbon-text);
  font-size: 16px;
  line-height: 1.58;
}

.product-page-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.cfp-page-products .product-page-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.cfp-page-choke-parts .product-page-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.product-line-card {
  display: grid;
  grid-template-rows: 152px 1fr;
  min-height: 312px;
  overflow: hidden;
  border: 1px solid var(--color-soft-border);
  border-radius: 6px;
  background: var(--color-card-white);
  color: var(--color-carbon-text);
  text-decoration: none !important;
  transition: border-color 160ms ease, transform 160ms ease;
}

.product-line-card:hover,
.product-line-card:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(7, 130, 121, 0.42);
  outline: 0;
}

.product-placeholder-image {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(0, 18, 18, 0.04), rgba(7, 130, 121, 0.08)),
    #e8ece9;
}

.product-placeholder-image img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  filter: contrast(1.04) saturate(1.04);
  transition: transform 180ms ease;
}

.product-line-card:hover .product-placeholder-image img,
.product-line-card:focus-visible .product-placeholder-image img {
  transform: scale(1.018);
}

.product-card-image-chokes img {
  object-position: center 42%;
}

.product-card-image-pig img {
  object-position: center 50%;
}

.product-card-image-parts img {
  object-fit: contain;
  object-position: center;
  padding: 10px;
  background: #fff;
}

.product-placeholder-image::before,
.product-placeholder-image::after {
  content: "";
  position: absolute;
  inset: 28% 22%;
  border: 1px solid rgba(7, 130, 121, 0.2);
  border-radius: 999px;
}

.product-placeholder-image::after {
  inset: 38% 34%;
  border-radius: 6px;
}

.product-card-image-chokes::before,
.product-card-image-chokes::after,
.product-card-image-pig::before,
.product-card-image-pig::after,
.product-card-image-parts::before,
.product-card-image-parts::after {
  display: none;
}

.product-line-card-body {
  display: grid;
  gap: 13px;
  align-content: start;
  min-height: 160px;
  padding: 22px 22px 20px;
}

.product-line-card h3 {
  margin: 0;
  color: var(--color-carbon-text);
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

.product-line-card p {
  margin: 0;
  color: #153b36;
  font-size: 15px;
  line-height: 1.45;
}

.product-line-card span {
  align-self: end;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--color-valve-green);
  font-family: var(--font-display);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.subpage-proof-strip {
  width: min(calc(100% - 96px), 1390px);
  margin: 0 auto 8px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid rgba(148, 206, 196, 0.3);
  border-radius: 8px;
  background:
    radial-gradient(circle at 50% 0%, rgba(85, 179, 166, 0.2), transparent 52%),
    var(--color-cactus-night);
  color: #fff;
}

.subpage-proof-strip article {
  position: relative;
  min-height: 92px;
  display: grid;
  grid-template-columns: 54px 1fr;
  align-items: center;
  gap: 20px;
  padding: 18px 34px;
}

.subpage-proof-strip article + article::before {
  content: "";
  position: absolute;
  left: 0;
  top: 20px;
  bottom: 20px;
  width: 1px;
  background: rgba(150, 190, 183, 0.22);
}

.subpage-proof-strip img,
.subpage-proof-icon,
.subpage-proof-fallback {
  width: 48px;
  height: 48px;
  object-fit: contain;
}

.subpage-proof-icon,
.subpage-proof-fallback {
  fill: none;
  stroke: #fff;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.subpage-proof-strip h3 {
  margin: 0;
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.02;
  text-transform: uppercase;
}

.subpage-proof-strip p {
  margin: 6px 0 0;
  color: #dfe7e2;
  font-size: 13px;
  line-height: 1.32;
}

.product-page-cta {
  width: min(calc(100% - 96px), var(--page-max));
  margin: 48px auto clamp(44px, 5vw, 72px);
}

.cfp-page-products .product-hero-copy {
  width: min(860px, calc(100% - 48px));
}

.cfp-page-products .product-hero {
  min-height: 510px;
}

.cfp-page-products .product-hero h1 {
  max-width: 860px;
  font-size: clamp(48px, 3.85vw, 70px);
}

.product-line-card-body em {
  display: block;
  color: var(--color-field-green-on-light);
  font-family: var(--font-display);
  font-size: 11px;
  font-style: normal;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

.choke-family-page {
  background: var(--color-paper-white);
}

.choke-hub-hero,
.choke-category-hero {
  min-height: 560px;
}

.choke-hub-hero .product-hero-media,
.choke-category-hero .product-hero-media {
  object-position: center right;
  filter: contrast(1.08) saturate(0.96);
}

.choke-hub-main,
.choke-category-overview,
.choke-decision-section,
.choke-model-shell,
.choke-specialty-section,
.choke-category-models,
.choke-spec-section,
.choke-category-nav {
  width: min(calc(100% - 96px), var(--page-max));
  margin-left: auto;
  margin-right: auto;
}

.choke-hub-main,
.choke-category-overview {
  display: grid;
  grid-template-columns: minmax(330px, 0.32fr) minmax(760px, 0.68fr);
  gap: clamp(44px, 5vw, 82px);
  padding: 46px 0 34px;
}

.product-page-intro h2,
.choke-section-head h2,
.choke-model-copy h2,
.choke-spec-section h2 {
  margin: 0;
  color: var(--color-carbon-text);
  font-family: var(--font-display);
  font-size: clamp(34px, 2.8vw, 48px);
  font-weight: 800;
  line-height: 0.98;
  text-transform: uppercase;
}

.product-page-intro h2 span,
.choke-section-head h2 span,
.choke-model-copy h2 span,
.choke-spec-section h2 span {
  color: var(--color-field-green-on-light);
}

.choke-intro-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  align-items: center;
  margin-top: 28px;
}

.choke-intro-actions .underlink.dark {
  min-height: 54px;
  padding: 3px 0 0;
  color: var(--color-carbon-text);
  border-bottom-color: var(--color-field-green-on-light);
}

.choke-type-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.choke-type-card {
  display: grid;
  align-content: start;
  min-height: 292px;
  padding: 28px;
  border: 1px solid var(--color-soft-border);
  border-radius: 8px;
  background: #f2f5f3;
  color: var(--color-carbon-text);
  text-decoration: none !important;
  transition: border-color 160ms ease, transform 160ms ease;
}

.choke-type-card:hover,
.choke-type-card:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(7, 130, 121, 0.42);
  outline: 0;
}

.choke-type-card > span,
.choke-model-group > span,
.choke-model-card span {
  color: var(--color-field-green-on-light);
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

.choke-type-card h3,
.choke-model-group h3,
.choke-model-card h3,
.choke-use-grid h3 {
  margin: 14px 0 0;
  color: var(--color-carbon-text);
  font-family: var(--font-display);
  font-size: 20px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

.choke-type-card p,
.choke-model-group p,
.choke-model-card p,
.choke-use-grid p,
.choke-section-head p,
.choke-model-copy p,
.choke-specialty-section p {
  margin: 16px 0 0;
  color: #163531;
  font-size: 15.5px;
  line-height: 1.5;
}

.choke-type-card em {
  align-self: end;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: 34px;
  color: var(--color-field-green-on-light);
  font-family: var(--font-display);
  font-size: 13px;
  font-style: normal;
  font-weight: 800;
  text-transform: uppercase;
}

.choke-decision-section {
  display: grid;
  grid-template-columns: minmax(330px, 0.34fr) minmax(760px, 0.66fr);
  gap: clamp(44px, 5vw, 82px);
  align-items: start;
  padding: 38px 0;
  border-top: 1px solid #d6ddd9;
}

.choke-section-head {
  padding-right: 42px;
  border-right: 1px solid #c9d0cc;
}

.choke-compare-table,
.choke-spec-table {
  overflow: hidden;
  border: 1px solid #d4dad7;
  border-radius: 8px;
  background: #fff;
}

.choke-compare-table > div {
  display: grid;
  grid-template-columns: minmax(150px, 0.25fr) minmax(320px, 0.45fr) minmax(240px, 0.3fr);
  min-height: 58px;
  border-top: 1px solid #dbe1de;
}

.choke-compare-table > div:first-child,
.choke-spec-table > div:first-child {
  border-top: 0;
}

.choke-compare-table > div:first-child {
  min-height: 44px;
  background: var(--color-cactus-night);
  color: var(--color-mist-text);
}

.choke-compare-table span,
.choke-compare-table strong,
.choke-spec-table span,
.choke-spec-table strong {
  display: flex;
  align-items: center;
  padding: 15px 18px;
  color: #163531;
  font-size: 14.5px;
  line-height: 1.32;
}

.choke-compare-table strong,
.choke-spec-table strong,
.choke-compare-table > div:first-child span {
  color: var(--color-carbon-text);
  font-family: var(--font-display);
  font-weight: 800;
  text-transform: uppercase;
}

.choke-compare-table > div:first-child span {
  color: var(--color-mist-text);
  font-size: 12px;
}

.choke-model-shell {
  display: grid;
  grid-template-columns: minmax(360px, 0.34fr) minmax(760px, 0.66fr);
  gap: clamp(44px, 5vw, 82px);
  align-items: stretch;
  padding: 38px 0 44px;
}

.choke-model-copy {
  padding: 34px;
  border-radius: 8px;
  background: var(--color-cactus-night);
  color: var(--color-mist-text);
}

.choke-model-copy h2,
.choke-model-copy p {
  color: var(--color-mist-text);
}

.choke-model-copy h2 span {
  color: var(--color-field-green-on-dark);
}

.choke-model-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.choke-model-group {
  display: grid;
  align-content: start;
  min-height: 232px;
  padding: 24px;
  border: 1px solid var(--color-soft-border);
  border-radius: 8px;
  background: #fff;
}

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

.choke-mini-slots i {
  display: block;
  height: 42px;
  border: 1px dashed rgba(7, 130, 121, 0.34);
  border-radius: 6px;
  background: rgba(7, 130, 121, 0.045);
}

.choke-specialty-section {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  padding: 0 0 42px;
}

.choke-specialty-section article {
  padding: 30px;
  border: 1px solid var(--color-soft-border);
  border-radius: 8px;
  background: #f2f5f3;
}

.choke-specialty-section h2 {
  margin: 0;
  color: var(--color-carbon-text);
  font-family: var(--font-display);
  font-size: clamp(24px, 2vw, 32px);
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

.choke-category-overview {
  padding-bottom: 44px;
}

.choke-use-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.choke-use-grid article {
  min-height: 242px;
  padding: 26px;
  border: 1px solid var(--color-soft-border);
  border-radius: 8px;
  background: #fff;
}

.choke-use-grid article > span {
  display: block;
  width: 42px;
  height: 42px;
  border: 2px solid var(--color-field-green-on-light);
  border-radius: 999px;
  background:
    radial-gradient(circle at 50% 50%, var(--color-field-green-on-light) 0 4px, transparent 5px),
    transparent;
}

.choke-category-models {
  display: grid;
  grid-template-columns: minmax(330px, 0.28fr) minmax(840px, 0.72fr);
  gap: clamp(44px, 5vw, 82px);
  padding: 42px 0;
  border-top: 1px solid #d6ddd9;
}

.choke-model-card-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.choke-model-card {
  display: grid;
  grid-template-rows: 132px 1fr;
  overflow: hidden;
  min-height: 324px;
  border: 1px solid var(--color-soft-border);
  border-radius: 8px;
  background: #fff;
}

.choke-model-card > div:last-child {
  display: grid;
  align-content: start;
  gap: 12px;
  padding: 20px;
}

.choke-model-card h3 {
  margin-top: 0;
}

.choke-model-card p {
  margin: 0;
}

.choke-model-card a {
  align-self: end;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--color-field-green-on-light);
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  text-decoration: none !important;
}

.resource-certification-card {
  border-color: rgba(8, 165, 154, 0.28);
  background: var(--color-cactus-night);
}

.resource-certification-card strong,
.resource-certification-card p {
  color: #fff;
}

.resource-certification-card > span {
  color: var(--color-field-green);
}

.resource-certification-card a {
  justify-content: center;
  width: 100%;
  min-height: 42px;
  padding: 12px 14px;
  border: 1px solid var(--color-valve-green);
  border-radius: 4px;
  background: var(--color-valve-green);
  color: #fff;
}

@media (max-width: 1240px) {
  .resource-certification-card {
    display: block;
  }

  .resource-certification-card > span {
    margin-bottom: 16px;
  }

  .resource-certification-card p {
    margin: 10px 0 16px;
  }
}

.choke-spec-section {
  display: grid;
  grid-template-columns: minmax(330px, 0.28fr) minmax(760px, 0.72fr);
  gap: clamp(44px, 5vw, 82px);
  align-items: start;
  padding: 0 0 42px;
}

.choke-spec-table > div {
  display: grid;
  grid-template-columns: minmax(210px, 0.32fr) minmax(360px, 0.68fr);
  min-height: 62px;
  border-top: 1px solid #dbe1de;
}

.choke-category-nav {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  padding: 0 0 42px;
}

.choke-category-nav a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 62px;
  padding: 0 20px;
  border: 1px solid var(--color-soft-border);
  border-radius: 8px;
  background: #fff;
  color: var(--color-carbon-text);
  font-family: var(--font-display);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  text-decoration: none !important;
  transition: border-color 160ms ease, transform 160ms ease;
}

.choke-category-nav a:hover,
.choke-category-nav a:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(7, 130, 121, 0.42);
  outline: 0;
}

@media (max-width: 1360px) {
  .choke-type-grid,
  .choke-model-grid,
  .choke-model-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .choke-category-models {
    grid-template-columns: 1fr;
  }

  .choke-section-head {
    padding-right: 0;
    border-right: 0;
  }
}

@media (max-width: 1100px) {
  .choke-hub-main,
  .choke-category-overview,
  .choke-decision-section,
  .choke-model-shell,
  .choke-spec-section {
    grid-template-columns: 1fr;
  }

  .choke-use-grid,
  .choke-category-nav {
    grid-template-columns: 1fr;
  }

  .choke-hub-main,
  .choke-category-overview,
  .choke-decision-section,
  .choke-model-shell,
  .choke-specialty-section,
  .choke-category-models,
  .choke-spec-section,
  .choke-category-nav {
    width: calc(100% - 48px);
  }

  .choke-compare-table > div {
    grid-template-columns: minmax(130px, 0.28fr) minmax(260px, 0.42fr) minmax(220px, 0.3fr);
  }
}

@media (max-width: 760px) {
  .choke-hub-hero,
  .choke-category-hero {
    min-height: 760px;
  }

  .choke-hub-main,
  .choke-category-overview,
  .choke-decision-section,
  .choke-model-shell,
  .choke-specialty-section,
  .choke-category-models,
  .choke-spec-section,
  .choke-category-nav {
    width: calc(100% - 40px);
  }

  .choke-type-grid,
  .choke-model-grid,
  .choke-specialty-section,
  .choke-model-card-grid {
    grid-template-columns: 1fr;
  }

  .choke-type-card,
  .choke-model-group,
  .choke-specialty-section article,
  .choke-use-grid article {
    min-height: 0;
    padding: 24px;
  }

  .choke-compare-table {
    border: 0;
    background: transparent;
  }

  .choke-compare-table > div,
  .choke-spec-table > div {
    grid-template-columns: 1fr;
  }

  .choke-compare-table > div {
    margin-bottom: 12px;
    border: 1px solid #d4dad7;
    border-radius: 8px;
    background: #fff;
  }

  .choke-compare-table > div:first-child {
    display: none;
  }

  .choke-compare-table span,
  .choke-compare-table strong,
  .choke-spec-table span,
  .choke-spec-table strong {
    padding: 13px 16px;
  }

  .choke-model-card {
    grid-template-rows: 150px 1fr;
  }
}

/* Choke valve product system, rebuilt from scaffold to catalog-ready pages */
.choke-selector-section,
.choke-order-section,
.choke-family-ledger,
.choke-specialty-section,
.choke-category-lead,
.choke-category-nav {
  width: min(calc(100% - 96px), var(--page-max));
  margin-left: auto;
  margin-right: auto;
}

.choke-selector-section {
  display: grid;
  grid-template-columns: minmax(360px, 0.28fr) minmax(900px, 0.72fr);
  gap: clamp(48px, 5vw, 88px);
  align-items: start;
  padding: clamp(62px, 6vw, 92px) 0 clamp(48px, 5vw, 76px);
}

.choke-selector-section .product-page-intro {
  position: sticky;
  top: 118px;
}

.choke-selector-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.choke-type-card {
  display: grid;
  grid-template-rows: minmax(210px, 0.88fr) 1fr;
  overflow: hidden;
  min-height: 560px;
  padding: 0;
  border: 1px solid #cbd7d3;
  border-radius: 8px;
  background: #f6f8f6;
  color: var(--color-carbon-text);
  text-decoration: none !important;
  transition: border-color 160ms ease, transform 160ms ease;
}

.choke-type-card:hover,
.choke-type-card:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(8, 165, 154, 0.54);
  outline: 0;
}

.choke-card-media {
  position: relative;
  min-height: 220px;
  overflow: hidden;
  background:
    radial-gradient(circle at 70% 24%, rgba(8, 165, 154, 0.18), transparent 34%),
    linear-gradient(135deg, #001212 0%, #062522 54%, #0a1817 100%);
}

.choke-card-media::after {
  content: "";
  position: absolute;
  inset: auto 20px 18px 20px;
  height: 1px;
  background: rgba(8, 165, 154, 0.38);
}

.choke-card-media img {
  position: absolute;
  right: clamp(-44px, -3vw, -18px);
  bottom: -30px;
  width: min(92%, 360px);
  max-height: 118%;
  object-fit: contain;
  filter: drop-shadow(0 22px 32px rgba(0, 0, 0, 0.38));
}

.choke-card-body {
  display: grid;
  align-content: start;
  min-height: 312px;
  padding: 28px;
}

.choke-card-body > span,
.choke-ledger-group h3,
.choke-order-steps span,
.choke-specialty-feature li::marker {
  color: var(--color-field-green-on-light);
}

.choke-card-body > span,
.choke-family-row span,
.choke-spec-list strong {
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

.choke-card-body h3 {
  margin: 14px 0 0;
  color: var(--color-carbon-text);
  font-family: var(--font-display);
  font-size: clamp(22px, 1.55vw, 29px);
  font-weight: 800;
  line-height: 0.96;
  text-transform: uppercase;
}

.choke-card-body p {
  margin: 16px 0 0;
  color: #153934;
  font-size: 16px;
  line-height: 1.48;
}

.choke-card-body dl {
  display: grid;
  gap: 12px;
  margin: 24px 0 0;
  padding: 18px 0 0;
  border-top: 1px solid #d5ddd9;
}

.choke-card-body dl div {
  display: grid;
  gap: 5px;
}

.choke-card-body dt {
  color: var(--color-field-green-on-light);
  font-family: var(--font-display);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.choke-card-body dd {
  margin: 0;
  color: #122522;
  font-size: 14px;
  line-height: 1.32;
}

.choke-card-body em {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  align-self: end;
  margin-top: 28px;
  color: var(--color-field-green-on-light);
  font-family: var(--font-display);
  font-size: 13px;
  font-style: normal;
  font-weight: 800;
  text-transform: uppercase;
}

.choke-order-section {
  display: grid;
  grid-template-columns: minmax(330px, 0.28fr) minmax(880px, 0.72fr);
  gap: clamp(42px, 4.8vw, 84px);
  align-items: stretch;
  padding: clamp(44px, 5vw, 72px);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(8, 165, 154, 0.08), transparent 38%),
    var(--color-cactus-night);
  color: var(--color-mist-text);
}

.choke-order-section h2,
.choke-order-section p {
  color: var(--color-mist-text);
}

.choke-order-section h2 span {
  color: var(--color-brand-flake);
}

.choke-order-section > div:first-child > p:last-child {
  max-width: 42ch;
  color: #d9e6e2;
  font-size: 16px;
  line-height: 1.55;
}

.choke-order-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid rgba(8, 165, 154, 0.22);
  border-radius: 8px;
  background: rgba(8, 165, 154, 0.22);
}

.choke-order-steps article {
  min-height: 238px;
  padding: 28px;
  background: rgba(0, 28, 26, 0.86);
}

.choke-order-steps span {
  display: block;
  font-family: var(--font-technical);
  font-size: 13px;
  font-weight: 700;
}

.choke-order-steps h3 {
  margin: 54px 0 0;
  color: var(--color-mist-text);
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

.choke-order-steps p {
  margin: 14px 0 0;
  color: #d7e3df;
  font-size: 14.5px;
  line-height: 1.48;
}

.choke-family-ledger {
  display: grid;
  grid-template-columns: minmax(330px, 0.28fr) minmax(900px, 0.72fr);
  gap: clamp(42px, 4.8vw, 84px);
  align-items: start;
  padding: clamp(56px, 6vw, 86px) 0;
}

.choke-family-ledger .choke-section-head {
  position: sticky;
  top: 118px;
  padding-right: 38px;
  border-right: 1px solid #c9d0cc;
}

.choke-family-ledger .choke-section-head p:not(.eyebrow) {
  color: #153934;
  font-size: 16px;
  line-height: 1.52;
}

.choke-ledger-groups {
  display: grid;
  gap: 18px;
}

.choke-ledger-group {
  overflow: hidden;
  border: 1px solid #d1dad6;
  border-radius: 8px;
  background: #fff;
}

.choke-ledger-group h3 {
  margin: 0;
  padding: 17px 20px 15px;
  border-bottom: 1px solid #dce3e0;
  background: #f1f5f3;
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.choke-family-row {
  display: grid;
  grid-template-columns: minmax(120px, 0.16fr) minmax(120px, 0.17fr) minmax(210px, 0.28fr) minmax(150px, 0.18fr) minmax(240px, 0.21fr);
  gap: 18px;
  align-items: center;
  min-height: 82px;
  padding: 18px 20px;
  border-top: 1px solid #e1e7e4;
}

.choke-family-row:first-of-type {
  border-top: 0;
}

.choke-family-row strong {
  color: var(--color-carbon-text);
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

.choke-family-row span {
  color: #153934;
  font-size: 12px;
  line-height: 1.28;
}

.choke-family-row p {
  margin: 0;
  color: #27433f;
  font-size: 14px;
  line-height: 1.42;
}

.choke-specialty-section {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  padding: 0 0 clamp(52px, 5vw, 82px);
}

.choke-specialty-section .choke-specialty-feature {
  display: grid;
  grid-template-columns: minmax(0, 0.6fr) minmax(240px, 0.4fr);
  gap: 26px;
  align-items: end;
  min-height: 316px;
  padding: clamp(28px, 3vw, 42px);
  border: 1px solid rgba(8, 165, 154, 0.26);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(8, 165, 154, 0.11), transparent 42%),
    var(--color-cactus-night);
}

.choke-specialty-section .choke-specialty-feature h2 {
  max-width: 13ch;
  color: var(--color-mist-text);
  font-family: var(--font-display);
  font-size: clamp(28px, 2.45vw, 42px);
  font-weight: 800;
  line-height: 0.96;
  text-transform: uppercase;
}

.choke-specialty-section .choke-specialty-feature p {
  max-width: 54ch;
  color: #d8e5e1;
  font-size: 15.5px;
  line-height: 1.55;
}

.choke-specialty-section .choke-specialty-feature ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding-left: 18px;
  color: #f2f6f3;
  font-family: var(--font-display);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.3;
  text-transform: uppercase;
}

.choke-category-lead {
  display: grid;
  grid-template-columns: minmax(350px, 0.28fr) minmax(420px, 0.28fr) minmax(480px, 0.44fr);
  gap: clamp(28px, 3vw, 48px);
  align-items: stretch;
  padding: clamp(60px, 6vw, 92px) 0 clamp(48px, 5vw, 72px);
}

.choke-category-media {
  position: relative;
  min-height: 470px;
  overflow: hidden;
  border-radius: 8px;
  background:
    radial-gradient(circle at 52% 20%, rgba(8, 165, 154, 0.18), transparent 36%),
    linear-gradient(145deg, #001212 0%, #04201e 54%, #071716 100%);
}

.choke-category-media img {
  position: absolute;
  left: 50%;
  bottom: -34px;
  width: min(118%, 520px);
  max-height: 108%;
  object-fit: contain;
  transform: translateX(-50%);
  filter: drop-shadow(0 22px 36px rgba(0, 0, 0, 0.42));
}

.choke-use-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}

.choke-use-grid article {
  display: grid;
  align-content: start;
  min-height: 0;
  padding: 26px;
  border: 1px solid #d3dcd8;
  border-radius: 8px;
  background: #fff;
}

.choke-use-grid h3 {
  margin: 0;
  color: var(--color-carbon-text);
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

.choke-use-grid p {
  margin: 14px 0 0;
  color: #173833;
  font-size: 15px;
  line-height: 1.5;
}

.choke-category-models {
  padding-top: clamp(42px, 5vw, 76px);
  border-top: 1px solid #d6ddd9;
}

.choke-category-order {
  margin-bottom: clamp(28px, 4vw, 54px);
}

.choke-spec-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid rgba(8, 165, 154, 0.22);
  border-radius: 8px;
  background: rgba(8, 165, 154, 0.22);
}

.choke-spec-list div {
  min-height: 148px;
  padding: 24px;
  background: rgba(0, 28, 26, 0.86);
}

.choke-spec-list strong {
  display: block;
  color: var(--color-brand-flake);
}

.choke-spec-list span {
  display: block;
  margin-top: 18px;
  color: #dbe8e4;
  font-size: 15px;
  line-height: 1.5;
}

.choke-category-nav {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  padding: 0 0 clamp(44px, 5vw, 72px);
}

.choke-category-nav a {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  min-height: 62px;
  padding: 2px 20px 0;
  border: 1px solid var(--color-soft-border);
  border-radius: 8px;
  background: #fff;
  color: var(--color-carbon-text);
  font-family: var(--font-display);
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none !important;
  transition: border-color 160ms ease, transform 160ms ease;
}

.choke-category-nav a:hover,
.choke-category-nav a:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(8, 165, 154, 0.54);
  outline: 0;
}

@media (max-width: 1360px) {
  .choke-selector-section,
  .choke-family-ledger,
  .choke-order-section,
  .choke-category-lead {
    grid-template-columns: 1fr;
  }

  .choke-selector-section .product-page-intro,
  .choke-family-ledger .choke-section-head {
    position: static;
  }

  .choke-family-ledger .choke-section-head {
    padding-right: 0;
    border-right: 0;
  }

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

  .choke-category-lead {
    grid-template-columns: minmax(0, 0.45fr) minmax(0, 0.55fr);
  }

  .choke-category-lead .product-page-intro {
    grid-column: 1 / -1;
  }
}

@media (max-width: 1100px) {
  .choke-selector-section,
  .choke-order-section,
  .choke-family-ledger,
  .choke-specialty-section,
  .choke-category-lead,
  .choke-category-nav {
    width: calc(100% - 48px);
  }

  .choke-selector-grid,
  .choke-specialty-section,
  .choke-category-lead,
  .choke-category-nav {
    grid-template-columns: 1fr;
  }

  .choke-family-row {
    grid-template-columns: minmax(120px, 0.22fr) minmax(130px, 0.22fr) minmax(220px, 0.3fr) minmax(130px, 0.26fr);
  }

  .choke-family-row p {
    grid-column: 1 / -1;
  }

  .choke-specialty-section .choke-specialty-feature {
    grid-template-columns: 1fr;
  }

  .choke-category-media {
    min-height: 440px;
  }
}

@media (max-width: 760px) {
  .choke-selector-section,
  .choke-order-section,
  .choke-family-ledger,
  .choke-specialty-section,
  .choke-category-lead,
  .choke-category-nav {
    width: calc(100% - 40px);
  }

  .choke-selector-section {
    padding-top: 46px;
  }

  .choke-type-card {
    grid-template-rows: 190px 1fr;
    min-height: 0;
  }

  .choke-card-body {
    min-height: 0;
    padding: 24px;
  }

  .choke-card-media img {
    right: -34px;
    width: min(96%, 330px);
  }

  .choke-order-section {
    padding: 28px 20px;
  }

  .choke-order-steps,
  .choke-spec-list {
    grid-template-columns: 1fr;
  }

  .choke-order-steps article {
    min-height: 0;
    padding: 24px;
  }

  .choke-order-steps h3 {
    margin-top: 36px;
  }

  .choke-family-row {
    grid-template-columns: 1fr;
    gap: 10px;
    align-items: start;
    padding: 20px;
  }

  .choke-family-row strong {
    font-size: 20px;
  }

  .choke-specialty-section .choke-specialty-feature {
    min-height: 0;
    padding: 26px 22px;
  }

  .choke-specialty-section .choke-specialty-feature h2,
  .choke-specialty-section .choke-specialty-feature p {
    max-width: none;
  }

  .choke-category-media {
    min-height: 350px;
  }

  .choke-category-media img {
    bottom: -28px;
    width: min(128%, 460px);
  }

  .choke-spec-list div {
    min-height: 0;
    padding: 22px;
  }
}

/* Choke polish pass: simplify catalog density into a cleaner buying path */
.choke-selector-section,
.choke-order-section,
.choke-product-map,
.choke-family-ledger,
.choke-category-lead,
.choke-category-nav {
  width: min(calc(100% - 112px), 1520px);
}

.choke-selector-section {
  grid-template-columns: minmax(340px, 0.3fr) minmax(760px, 0.7fr);
  gap: clamp(42px, 4.5vw, 74px);
  padding: clamp(58px, 5.5vw, 82px) 0 clamp(42px, 4.8vw, 66px);
}

.choke-selector-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch;
}

.choke-type-card {
  min-height: 0;
  border-color: #d5ddda;
  background: #fbfcfb;
}

.choke-type-card.is-primary {
  grid-template-rows: 238px 1fr;
}

.choke-type-card.is-compact {
  grid-template-rows: 1fr;
}

.choke-type-card.is-compact .choke-card-media {
  display: none;
}

.choke-type-card.is-compact .choke-card-body {
  min-height: 0;
  padding: 24px;
}

.choke-type-card.is-compact .choke-card-body dl {
  grid-template-columns: 1fr;
  margin-top: 18px;
}

.choke-card-body {
  min-height: 0;
}

.choke-card-body dl {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.choke-card-body p {
  max-width: 46ch;
}

.choke-order-section {
  grid-template-columns: minmax(300px, 0.3fr) minmax(720px, 0.7fr);
  gap: clamp(34px, 4vw, 64px);
  padding: clamp(36px, 4.4vw, 58px);
}

.choke-order-steps article {
  min-height: 168px;
  padding: 24px;
}

.choke-order-steps h3 {
  margin-top: 28px;
  font-size: 16px;
}

.choke-order-steps p {
  font-size: 13.5px;
}

.choke-product-map {
  display: grid;
  grid-template-columns: minmax(320px, 0.28fr) minmax(780px, 0.72fr);
  gap: clamp(42px, 4.8vw, 78px);
  align-items: start;
  margin: 0 auto;
  padding: clamp(52px, 5.8vw, 78px) 0;
}

.choke-product-map .choke-section-head {
  padding-right: 34px;
  border-right: 1px solid #cad4d0;
}

.choke-product-map .choke-section-head p:not(.eyebrow) {
  color: #153934;
  font-size: 16px;
  line-height: 1.52;
}

.choke-map-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.choke-map-card {
  display: grid;
  align-content: start;
  min-height: 330px;
  padding: 28px;
  border: 1px solid #d4ddd9;
  border-radius: 8px;
  background: #fff;
}

.choke-map-card > span {
  color: var(--color-field-green-on-light);
  font-family: var(--font-display);
  font-size: 11px;
  font-weight: 800;
  line-height: 1.25;
  text-transform: uppercase;
}

.choke-map-card h3 {
  margin: 18px 0 0;
  color: var(--color-carbon-text);
  font-family: var(--font-display);
  font-size: clamp(25px, 2vw, 34px);
  font-weight: 800;
  line-height: 0.96;
  text-transform: uppercase;
}

.choke-map-card p {
  margin: 16px 0 0;
  color: #173833;
  font-size: 15px;
  line-height: 1.5;
}

.choke-map-card dl {
  margin: 24px 0 0;
  padding-top: 18px;
  border-top: 1px solid #dfe6e3;
}

.choke-map-card dt {
  color: var(--color-field-green-on-light);
  font-family: var(--font-display);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.choke-map-card dd {
  margin: 8px 0 0;
  color: #15302c;
  font-size: 13.5px;
  line-height: 1.4;
}

.choke-map-card a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  align-self: end;
  margin-top: 28px;
  color: var(--color-field-green-on-light);
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  text-decoration: none !important;
}

.choke-category-lead {
  grid-template-columns: minmax(330px, 0.31fr) minmax(400px, 0.34fr) minmax(420px, 0.35fr);
  gap: clamp(30px, 3.4vw, 54px);
  padding-top: clamp(56px, 5.6vw, 82px);
}

.choke-category-media {
  min-height: 420px;
}

.choke-use-grid {
  align-content: start;
}

.choke-use-grid article {
  padding: 24px;
  background: #fbfcfb;
}

.choke-family-ledger.choke-category-models {
  grid-template-columns: minmax(320px, 0.28fr) minmax(780px, 0.72fr);
  padding: clamp(46px, 5.2vw, 72px) 0;
}

.choke-model-tiles {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.choke-model-tiles > h3 {
  grid-column: 1 / -1;
  margin: 0;
  padding: 16px 18px 14px;
  border: 1px solid #d5ddda;
  border-radius: 8px;
  background: #eef4f2;
  color: var(--color-field-green-on-light);
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.choke-model-tile {
  min-height: 250px;
  padding: 26px;
  border: 1px solid #d4ddd9;
  border-radius: 8px;
  background: #fff;
}

.choke-model-tile strong {
  display: block;
  color: var(--color-carbon-text);
  font-family: var(--font-display);
  font-size: clamp(28px, 2.2vw, 38px);
  font-weight: 800;
  line-height: 0.95;
  text-transform: uppercase;
}

.choke-model-tile p {
  margin: 16px 0 0;
  color: #173833;
  font-size: 15px;
  line-height: 1.48;
}

.choke-model-tile ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.choke-model-tile li {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 2px 10px 0;
  border: 1px solid #cddad6;
  border-radius: 999px;
  color: #173833;
  font-family: var(--font-display);
  font-size: 10.5px;
  font-weight: 800;
  line-height: 1.15;
  text-transform: uppercase;
}

.choke-category-order {
  grid-template-columns: minmax(300px, 0.32fr) minmax(700px, 0.68fr);
  margin-bottom: clamp(32px, 4.2vw, 58px);
}

.choke-spec-list div {
  min-height: 124px;
  padding: 22px;
}

.choke-spec-list span {
  margin-top: 14px;
  font-size: 14px;
}

@media (max-width: 1360px) {
  .choke-selector-section,
  .choke-product-map,
  .choke-family-ledger.choke-category-models,
  .choke-order-section,
  .choke-category-lead {
    grid-template-columns: 1fr;
  }

  .choke-product-map .choke-section-head {
    padding-right: 0;
    border-right: 0;
  }

  .choke-map-cards {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .choke-category-lead {
    grid-template-columns: minmax(0, 0.46fr) minmax(0, 0.54fr);
  }

  .choke-category-lead .product-page-intro {
    grid-column: 1 / -1;
  }
}

@media (max-width: 1100px) {
  .choke-selector-section,
  .choke-order-section,
  .choke-product-map,
  .choke-family-ledger,
  .choke-category-lead,
  .choke-category-nav {
    width: calc(100% - 48px);
  }

  .choke-map-cards,
  .choke-category-lead {
    grid-template-columns: 1fr;
  }

  .choke-map-card {
    min-height: 0;
  }

  .choke-model-tiles {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .choke-selector-section,
  .choke-order-section,
  .choke-product-map,
  .choke-family-ledger,
  .choke-category-lead,
  .choke-category-nav {
    width: calc(100% - 40px);
  }

  .choke-selector-grid {
    grid-template-columns: 1fr;
  }

  .choke-type-card.is-primary {
    grid-template-rows: 186px 1fr;
  }

  .choke-type-card.is-compact .choke-card-body,
  .choke-card-body,
  .choke-map-card,
  .choke-model-tile {
    padding: 22px;
  }

  .choke-card-body dl {
    grid-template-columns: 1fr;
  }

  .choke-order-section {
    padding: 26px 20px;
  }

  .choke-order-steps article {
    padding: 22px;
  }

  .choke-category-media {
    min-height: 320px;
  }

  .choke-model-tile {
    min-height: 0;
  }

  .choke-model-tile strong {
    font-size: 27px;
  }
}

/* Choke UI cleanup pass: remove duplicate catalog flow and vary page rhythm */
.choke-control-panel {
  display: grid;
  grid-template-columns: minmax(280px, 0.31fr) minmax(340px, 0.29fr) minmax(480px, 0.4fr);
  gap: clamp(26px, 3vw, 48px);
  align-items: stretch;
  width: min(calc(100% - 112px), 1520px);
  margin: 0 auto;
  padding: clamp(48px, 4.8vw, 70px) 0 clamp(36px, 4vw, 58px);
}

.choke-control-media {
  position: relative;
  min-height: 430px;
  overflow: hidden;
  border-radius: 8px;
  background:
    radial-gradient(circle at 56% 22%, rgba(8, 165, 154, 0.2), transparent 35%),
    linear-gradient(140deg, #001212 0%, #052a27 52%, #071716 100%);
}

.choke-control-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-height: none;
  object-fit: cover;
  object-position: center 62%;
  transform: none;
  filter: drop-shadow(0 28px 40px rgba(0, 0, 0, 0.42));
}

.choke-control-copy {
  align-self: center;
}

.choke-control-copy h2 {
  margin: 0;
  color: var(--color-carbon-text);
  font-family: var(--font-display);
  font-size: clamp(38px, 3.15vw, 56px);
  font-weight: 800;
  line-height: 0.94;
  text-transform: uppercase;
}

.choke-control-copy h2 span {
  color: var(--color-field-green-on-light);
}

.choke-control-copy p:not(.eyebrow) {
  max-width: 36ch;
  margin: 18px 0 0;
  color: #153934;
  font-size: 16px;
  line-height: 1.55;
}

.choke-control-list {
  display: grid;
  align-content: center;
  gap: 10px;
}

.choke-control-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 22px;
  gap: 8px 18px;
  align-items: center;
  min-height: 104px;
  padding: 20px 22px;
  border: 1px solid #d4ddd9;
  border-radius: 8px;
  background: #fff;
  color: var(--color-carbon-text);
  text-decoration: none !important;
  transition: border-color 160ms ease, transform 160ms ease;
}

.choke-control-row:hover,
.choke-control-row:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(8, 165, 154, 0.52);
  outline: 0;
}

.choke-control-row span {
  grid-column: 1 / -1;
  color: var(--color-field-green-on-light);
  font-family: var(--font-display);
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

.choke-control-row small {
  grid-column: 1 / -1;
  display: block;
  color: #0b312d;
  font-family: var(--font-display);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.15;
  text-transform: uppercase;
}

.choke-control-row strong {
  color: var(--color-carbon-text);
  font-family: var(--font-display);
  font-size: clamp(20px, 1.45vw, 26px);
  font-weight: 800;
  line-height: 0.98;
  text-transform: uppercase;
}

.choke-control-row em {
  grid-column: 1 / -1;
  max-width: 48ch;
  color: #24413d;
  font-size: 14px;
  font-style: normal;
  line-height: 1.42;
}

.choke-control-row .arrow-icon {
  grid-column: 2;
  grid-row: 2;
  justify-self: end;
  color: var(--color-field-green-on-light);
}

.cfp-page-choke-hub .choke-order-section {
  display: block;
  width: min(calc(100% - 112px), 1520px);
  margin: 0 auto clamp(58px, 6vw, 86px);
  padding: clamp(24px, 3vw, 36px);
}

.cfp-page-choke-hub .choke-order-section > div:first-child {
  display: grid;
  grid-template-columns: minmax(300px, 0.36fr) minmax(520px, 0.64fr);
  gap: clamp(28px, 4vw, 64px);
  align-items: end;
  margin-bottom: 22px;
}

.cfp-page-choke-hub .choke-order-section > div:first-child > p:last-child {
  max-width: 58ch;
  margin: 0;
}

.cfp-page-choke-hub .choke-order-steps article {
  min-height: 104px;
  padding: 18px;
}

.cfp-page-choke-category .choke-category-lead {
  grid-template-areas:
    "media intro"
    "media uses";
  grid-template-columns: minmax(500px, 0.52fr) minmax(480px, 0.48fr);
  gap: clamp(24px, 3.2vw, 48px) clamp(38px, 4vw, 68px);
  align-items: start;
  padding-bottom: clamp(44px, 5vw, 68px);
}

.cfp-page-choke-category .choke-category-lead .product-page-intro {
  grid-area: intro;
  align-self: end;
}

.cfp-page-choke-category .choke-category-media {
  grid-area: media;
  min-height: 650px;
}

.cfp-page-choke-category .choke-category-media img {
  width: min(110%, 640px);
  max-height: 104%;
}

.cfp-page-choke-category .choke-use-grid {
  grid-area: uses;
  grid-template-columns: 1fr;
  align-self: start;
  gap: 0;
}

.cfp-page-choke-category .choke-use-grid article {
  min-height: 0;
  padding: 18px 0;
  border: 0;
  border-top: 1px solid #d5ddda;
  border-radius: 0;
  background: transparent;
}

.cfp-page-choke-category .choke-use-grid article:first-child {
  border-top: 0;
}

.cfp-page-choke-category .choke-family-ledger.choke-category-models {
  display: block;
  width: min(calc(100% - 112px), 1520px);
  padding: clamp(44px, 5vw, 72px) 0;
}

.cfp-page-choke-category .choke-family-ledger.choke-category-models .choke-section-head {
  position: static;
  max-width: 820px;
  margin-bottom: 28px;
  padding: 0;
  border-right: 0;
}

.cfp-page-choke-category .choke-family-ledger.choke-category-models .choke-section-head h2 {
  max-width: 620px;
}

.cfp-page-choke-category .choke-family-ledger.choke-category-models .choke-section-head p:not(.eyebrow) {
  max-width: 62ch;
}

.choke-model-compare {
  overflow: hidden;
  border: 1px solid #d0d9d5;
  border-radius: 8px;
  background: #fff;
}

.choke-model-compare-head,
.choke-model-compare-row {
  display: grid;
  grid-template-columns: minmax(108px, 0.13fr) minmax(260px, 0.28fr) minmax(128px, 0.14fr) minmax(220px, 0.22fr) minmax(140px, 0.13fr) minmax(150px, 0.1fr);
  gap: 18px;
  align-items: center;
}

.choke-model-compare-head {
  padding: 16px 22px 14px;
  border-bottom: 1px solid #dbe3df;
  background: #eef4f1;
}

.choke-model-compare-head span {
  color: var(--color-field-green-on-light);
  font-family: var(--font-display);
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

.choke-model-compare-row {
  min-height: 112px;
  padding: 20px 22px;
  border-top: 1px solid #e2e8e5;
}

.choke-model-compare-row:first-of-type {
  border-top: 0;
}

.choke-model-compare-row strong {
  color: var(--color-carbon-text);
  font-family: var(--font-display);
  font-size: clamp(22px, 1.55vw, 30px);
  font-weight: 800;
  line-height: 0.98;
  text-transform: uppercase;
}

.choke-model-compare-row p,
.choke-model-compare-row span {
  margin: 0;
  color: #173833;
  font-size: 14px;
  line-height: 1.38;
}

.choke-model-compare-row a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--color-field-green-on-light);
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.15;
  text-decoration: none !important;
  text-transform: uppercase;
}

.choke-model-compare-row a:hover,
.choke-model-compare-row a:focus-visible {
  color: var(--color-carbon-text);
  outline: 0;
}

.choke-model-compare-row .arrow-icon {
  width: 16px;
  height: 16px;
  flex: 0 0 auto;
}

.choke-model-card-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(14px, 1.4vw, 22px);
  align-items: stretch;
}

.choke-model-product-card {
  position: relative;
  display: grid;
  grid-template-rows: auto auto 1fr auto auto;
  min-height: 560px;
  overflow: hidden;
  border: 1px solid #d7ddda;
  border-radius: 8px;
  background: #fff;
  color: var(--color-carbon-text);
  box-shadow: 0 20px 45px rgba(0, 18, 18, 0.1);
  text-decoration: none !important;
  transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.choke-model-product-card:hover,
.choke-model-product-card:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(7, 130, 121, 0.46);
  box-shadow: 0 24px 54px rgba(0, 18, 18, 0.14);
  outline: 0;
}

.choke-model-card-label {
  display: flex;
  align-items: center;
  min-height: 42px;
  padding: 16px 18px 10px;
  color: var(--color-field-green-on-light);
  font-family: var(--font-display);
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

.choke-model-card-media {
  position: relative;
  display: grid;
  place-items: center;
  aspect-ratio: 1.25 / 1;
  min-height: 0;
  margin: 0 14px;
  overflow: hidden;
  border: 1px solid #e9ecea;
  border-radius: 7px;
  background: #fff;
}

.choke-model-card-media img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  min-width: 0;
  min-height: 0;
  padding: 0;
  aspect-ratio: auto;
  background: #fff;
  object-fit: contain;
  object-position: center;
  filter: none;
}

.choke-model-card-body {
  display: grid;
  align-content: start;
  gap: 10px;
  padding: 18px 18px 8px;
}

.choke-model-card-body strong {
  display: block;
  color: var(--color-carbon-text);
  font-family: var(--font-display);
  font-size: clamp(22px, 1.45vw, 28px);
  font-weight: 800;
  line-height: 0.98;
  text-transform: uppercase;
}

.choke-model-card-body small {
  display: block;
  color: #0a312d;
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.25;
  text-transform: none;
}

.choke-model-card-body em {
  display: block;
  color: #2f4642;
  font-size: 14px;
  font-style: normal;
  line-height: 1.44;
}

.choke-model-card-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 0;
  padding: 6px 18px 16px;
}

.choke-model-card-meta span {
  width: fit-content;
  max-width: 100%;
  padding: 7px 9px 6px;
  border: 1px solid rgba(7, 130, 121, 0.22);
  border-radius: 999px;
  background: #edf4f1;
  color: #0b3c36;
  font-family: var(--font-display);
  font-size: 10px;
  font-weight: 800;
  line-height: 1.12;
  text-transform: uppercase;
  white-space: normal;
}

.choke-model-card-action {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  min-height: 48px;
  margin: 0 18px 18px;
  padding: 3px 14px 0;
  border-top: 1px solid rgba(7, 130, 121, 0.22);
  color: var(--color-field-green-on-light);
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

.choke-model-card-action .arrow-icon {
  width: 18px;
  height: 18px;
}

@media (max-width: 1360px) {
  .choke-model-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .choke-model-product-card {
    min-height: 560px;
  }
}

@media (max-width: 560px) {
  .choke-model-card-grid {
    grid-template-columns: 1fr;
  }

  .choke-model-product-card {
    grid-template-rows: auto auto auto auto auto;
    min-height: 0;
  }

  .choke-model-card-media {
    width: min(calc(100% - 24px), 360px);
    aspect-ratio: 1.08 / 1;
    min-height: 0;
    height: auto;
    margin-right: auto;
    margin-left: auto;
  }
}

@media (max-width: 420px) {
  .choke-model-card-media {
    margin: 0 12px;
  }

  .choke-model-card-body,
  .choke-model-card-label,
  .choke-model-card-meta {
    padding-left: 15px;
    padding-right: 15px;
  }

  .choke-model-card-action {
    margin-right: 15px;
    margin-left: 15px;
  }
}

.cfp-page-choke-category .choke-category-order {
  display: block;
  width: min(calc(100% - 112px), 1520px);
  padding: clamp(24px, 2.6vw, 34px);
}

.cfp-page-choke-category .choke-category-order > div:first-child {
  display: grid;
  grid-template-columns: minmax(280px, 0.34fr) minmax(620px, 0.66fr);
  gap: clamp(28px, 4vw, 64px);
  align-items: end;
  margin-bottom: 18px;
}

.cfp-page-choke-category .choke-spec-list {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.cfp-page-choke-category .choke-spec-list div {
  min-height: 0;
  padding: 16px 18px;
  border: 1px solid rgba(8, 165, 154, 0.22);
  border-radius: 6px;
  background: rgba(0, 28, 26, 0.72);
}

.cfp-page-positive-chokes .choke-category-lead {
  grid-template-areas:
    "intro media"
    "uses media";
  grid-template-columns: minmax(480px, 0.46fr) minmax(520px, 0.54fr);
}

.cfp-page-positive-chokes .choke-category-lead .product-page-intro {
  align-self: start;
}

.cfp-page-positive-chokes .choke-use-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.cfp-page-positive-chokes .choke-use-grid article {
  min-height: 0;
  padding: 20px;
  border: 1px solid #d5ddda;
  border-radius: 8px;
  background: #fff;
}

.cfp-page-positive-chokes .choke-family-ledger.choke-category-models {
  padding-top: clamp(34px, 4vw, 54px);
}

@media (max-width: 1360px) {
  .choke-control-panel {
    grid-template-columns: minmax(360px, 0.42fr) minmax(480px, 0.58fr);
  }

  .choke-control-copy {
    grid-column: 1 / -1;
    order: -1;
  }

  .choke-control-copy p:not(.eyebrow) {
    max-width: 62ch;
  }

  .cfp-page-choke-category .choke-category-lead {
    grid-template-areas:
      "intro intro"
      "media uses";
    grid-template-columns: minmax(420px, 0.5fr) minmax(420px, 0.5fr);
  }

  .cfp-page-choke-category .choke-category-media {
    min-height: 480px;
  }

  .cfp-page-choke-category .choke-model-tiles,
  .cfp-page-choke-category .choke-spec-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .choke-model-compare-head {
    display: none;
  }

  .choke-model-compare {
    display: grid;
    gap: 12px;
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: transparent;
  }

  .choke-model-compare-row {
    grid-template-columns: minmax(150px, 0.44fr) minmax(0, 0.56fr);
    gap: 8px 18px;
    min-height: 0;
    padding: 20px;
    border: 1px solid #d2dbd7;
    border-radius: 8px;
    background: #fff;
  }

  .choke-model-compare-row p,
  .choke-model-compare-row span,
  .choke-model-compare-row a {
    grid-column: 2;
  }

  .choke-model-compare-row span::before {
    content: attr(data-label) ": ";
    color: var(--color-field-green-on-light);
    font-family: var(--font-display);
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
  }
}

@media (max-width: 1100px) {
  .choke-control-panel,
  .cfp-page-choke-hub .choke-order-section,
  .cfp-page-choke-category .choke-family-ledger.choke-category-models,
  .cfp-page-choke-category .choke-category-order {
    width: calc(100% - 48px);
  }

  .choke-control-panel,
  .cfp-page-choke-category .choke-category-lead,
  .cfp-page-choke-hub .choke-order-section > div:first-child,
  .cfp-page-choke-category .choke-category-order > div:first-child {
    grid-template-columns: 1fr;
  }

  .cfp-page-choke-category .choke-category-lead {
    grid-template-areas:
      "intro"
      "media"
      "uses";
  }

  .cfp-page-positive-chokes .choke-category-lead {
    grid-template-areas:
      "intro"
      "uses"
      "media";
  }

  .cfp-page-positive-chokes .choke-use-grid {
    grid-template-columns: 1fr;
  }

  .cfp-page-choke-category .choke-category-media {
    min-height: 420px;
  }
}

@media (max-width: 760px) {
  .choke-control-panel,
  .cfp-page-choke-hub .choke-order-section,
  .cfp-page-choke-category .choke-family-ledger.choke-category-models,
  .cfp-page-choke-category .choke-category-order {
    width: calc(100% - 40px);
  }

  .choke-control-panel {
    gap: 22px;
    padding-top: 34px;
    padding-bottom: 30px;
  }

  .choke-control-media {
    min-height: 255px;
  }

  .choke-control-media img {
    object-position: center 60%;
  }

  .choke-control-row {
    min-height: 0;
    padding: 16px 17px;
  }

  .cfp-page-choke-category .choke-spec-list {
    grid-template-columns: 1fr;
  }

  .cfp-page-choke-category .choke-spec-list div {
    min-height: 0;
  }

  .choke-hub-hero .breadcrumbs > :nth-child(-n+2),
  .choke-category-hero .breadcrumbs > :nth-child(-n+4) {
    display: none;
  }

  .cfp-page-choke-hub .product-hero,
  .cfp-page-choke-category .product-hero {
    min-height: auto;
  }

  .cfp-page-choke-hub .product-hero-copy,
  .cfp-page-choke-category .product-hero-copy {
    padding-top: 30px;
    padding-bottom: 36px;
  }

  .cfp-page-choke-hub .product-hero h1,
  .cfp-page-choke-category .product-hero h1 {
    font-size: clamp(42px, 12vw, 50px);
  }

  .cfp-page-choke-hub .product-hero h2,
  .cfp-page-choke-category .product-hero h2 {
    font-size: clamp(22px, 7.2vw, 28px);
  }

  .cfp-page-choke-hub .product-hero-text,
  .cfp-page-choke-category .product-hero-text {
    font-size: 16px;
    line-height: 1.48;
  }

  .cfp-page-choke-hub .product-hero-features,
  .cfp-page-choke-category .product-hero-features {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin-top: 22px;
  }

  .cfp-page-choke-hub .product-hero-actions,
  .cfp-page-choke-category .product-hero-actions {
    gap: 14px;
    margin-top: 24px;
  }

  .cfp-page-choke-hub .choke-order-section {
    padding: 24px 20px;
    margin-bottom: 40px;
  }

  .cfp-page-choke-hub .choke-order-section > div:first-child {
    gap: 14px;
    margin-bottom: 18px;
  }

  .cfp-page-choke-hub .choke-order-steps {
    display: grid;
    gap: 8px;
    overflow: visible;
    border: 0;
    background: transparent;
  }

  .cfp-page-choke-hub .choke-order-steps article {
    min-height: 0;
    padding: 16px;
    border: 1px solid rgba(8, 165, 154, 0.22);
    border-radius: 6px;
  }

  .cfp-page-choke-hub .choke-order-steps h3 {
    margin-top: 12px;
  }

  .cfp-page-choke-hub .choke-order-steps p {
    margin-top: 8px;
  }

  .cfp-page-choke-category .choke-category-lead {
    gap: 22px;
    padding-top: 34px;
    padding-bottom: 30px;
  }

  .cfp-page-choke-category .choke-category-media {
    min-height: 292px;
  }

  .cfp-page-choke-category .choke-use-grid {
    gap: 10px;
  }

  .cfp-page-choke-category .choke-use-grid article {
    min-height: 0;
    padding: 18px;
  }

  .cfp-page-choke-category .choke-family-ledger.choke-category-models {
    padding: 32px 0;
  }

  .cfp-page-choke-category .choke-family-ledger.choke-category-models .choke-section-head {
    margin-bottom: 18px;
  }

  .choke-model-compare {
    gap: 9px;
  }

  .choke-model-compare-row {
    grid-template-columns: 1fr;
    padding: 16px;
  }

  .choke-model-compare-row p,
  .choke-model-compare-row span,
  .choke-model-compare-row a {
    grid-column: 1;
  }

  .choke-model-compare-row span {
    display: grid;
    grid-template-columns: 96px minmax(0, 1fr);
    gap: 12px;
    padding-top: 8px;
    border-top: 1px solid #e2e8e5;
  }

  .choke-model-compare-row span::before {
    content: attr(data-label);
    color: var(--color-field-green-on-light);
    font-family: var(--font-display);
    font-size: 11px;
    font-weight: 800;
    line-height: 1.1;
    text-transform: uppercase;
  }

  .cfp-page-choke-category .choke-category-order {
    padding: 24px 20px;
  }

  .cfp-page-choke-category .choke-category-order > div:first-child {
    gap: 12px;
    margin-bottom: 16px;
  }

  .cfp-page-choke-category .choke-spec-list {
    gap: 8px;
  }

  .cfp-page-choke-category .choke-spec-list div {
    padding: 16px;
  }
}

/* Product page critique polish */
.cfp-page-products .product-page-main {
  grid-template-columns: 1fr;
  gap: 24px;
  padding-top: 42px;
}

.cfp-page-products .product-page-intro {
  max-width: 820px;
  padding-right: 0;
  border-right: 0;
}

.cfp-page-products .product-page-intro p:not(.eyebrow) {
  margin-bottom: 0;
}

.cfp-page-products .product-page-catalog {
  width: 100%;
}

.cfp-page-products .product-page-grid {
  gap: 22px;
}

.cfp-page-products .product-line-card {
  grid-template-rows: clamp(230px, 18vw, 310px) 1fr;
  min-height: clamp(474px, 32vw, 540px);
}

.cfp-page-products .product-placeholder-image img {
  filter: contrast(1.06) saturate(1.05);
}

.cfp-page-products .product-card-image-chokes img {
  object-position: center;
}

.cfp-page-products .product-card-image-pig img {
  object-fit: cover;
  object-position: center;
  padding: 0;
  background: transparent;
}

.cfp-page-products .product-card-image-parts img {
  object-position: center;
}

.product-line-card-cue {
  display: block;
  color: #0b312d;
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.25;
  text-transform: none;
}

.product-line-card-body {
  min-height: 184px;
}

@media (max-width: 900px) and (min-width: 761px) {
  .cfp-page-products .product-page-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cfp-page-products .product-line-card {
    grid-template-rows: 230px 1fr;
    min-height: 462px;
  }
}

.choke-control-meta {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 2px;
}

.choke-control-row .choke-control-meta span {
  grid-column: auto;
  width: fit-content;
  max-width: 100%;
  padding: 6px 8px 5px;
  border: 1px solid rgba(7, 130, 121, 0.22);
  border-radius: 999px;
  background: #eef4f1;
  color: #0b3c36;
  font-size: 10px;
  line-height: 1.1;
  white-space: normal;
}

.cfp-page-choke-hub .choke-order-section,
.cfp-page-choke-category .choke-category-order {
  background:
    linear-gradient(135deg, rgba(8, 165, 154, 0.06), transparent 34%),
    var(--color-cactus-night);
}

.cfp-page-choke-hub .choke-order-section {
  padding: clamp(22px, 2.2vw, 30px);
}

.cfp-page-choke-hub .choke-order-section > div:first-child {
  margin-bottom: 14px;
}

.cfp-page-choke-hub .choke-order-steps article {
  min-height: 86px;
  padding: 16px;
}

.cfp-page-choke-hub .choke-order-steps h3 {
  margin-top: 12px;
}

.cfp-page-choke-hub .choke-order-steps p {
  margin-top: 8px;
}

.cfp-page-choke-category .choke-category-order {
  padding: clamp(18px, 2vw, 26px);
}

.cfp-page-choke-category .choke-category-order > div:first-child {
  margin-bottom: 14px;
}

.cfp-page-choke-category .choke-category-order h2 {
  font-size: clamp(28px, 2.35vw, 40px);
}

.cfp-page-choke-category .choke-spec-list div {
  padding: 14px 16px;
  background: rgba(0, 28, 26, 0.68);
}

.cfp-page-choke-category .choke-spec-list span {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.42;
}

.choke-model-compare-row a {
  justify-self: start;
  min-height: 36px;
  padding: 2px 12px 0;
  border: 1px solid rgba(7, 130, 121, 0.32);
  border-radius: 999px;
  background: #f3f8f6;
}

.choke-model-compare-row a:hover,
.choke-model-compare-row a:focus-visible {
  border-color: var(--color-field-green-on-light);
  background: var(--color-field-green-on-light);
  color: #fff;
}

.choke-model-compare-row a:hover .arrow-icon,
.choke-model-compare-row a:focus-visible .arrow-icon {
  color: #fff;
}

.choke-category-nav {
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.cfp-page-positive-chokes .choke-category-hero .product-hero-shade {
  background:
    linear-gradient(90deg, rgba(0, 2, 0, 0.98) 0%, rgba(0, 2, 0, 0.82) 30%, rgba(0, 2, 0, 0.24) 62%, rgba(0, 2, 0, 0.5) 100%),
    linear-gradient(0deg, rgba(0, 2, 0, 0.24), rgba(0, 2, 0, 0));
}

.cfp-page-positive-chokes .choke-use-grid {
  align-self: start;
  margin-top: -16px;
}

@media (max-width: 760px) {
  .cfp-page-products .breadcrumbs {
    display: none;
  }

  .cfp-page-products .product-hero-copy {
    padding-top: 18px;
    padding-bottom: 26px;
  }

  .cfp-page-products .product-hero h1 {
    font-size: clamp(38px, 10.4vw, 48px);
    line-height: 0.9;
  }

  .cfp-page-products .product-hero-text {
    margin-top: 16px;
    font-size: 17px;
    line-height: 1.46;
  }

  .cfp-page-products .product-hero-actions {
    margin-top: 20px;
  }

  .cfp-page-products .product-page-main {
    gap: 28px;
    padding-top: 32px;
  }

  .product-line-card-body {
    min-height: 0;
  }

  .choke-control-meta {
    gap: 6px;
  }

  .choke-control-row .choke-control-meta span {
    font-size: 9.5px;
  }

  .cfp-page-choke-hub .product-hero-features,
  .cfp-page-choke-category .product-hero-features {
    display: flex;
    flex-wrap: wrap;
  }

  .cfp-page-choke-hub .product-hero-features span,
  .cfp-page-choke-category .product-hero-features span {
    width: calc(50% - 4px);
    min-height: 22px;
    padding-left: 28px;
    font-size: 13px;
  }

  .cfp-page-choke-hub .product-hero-features span::before,
  .cfp-page-choke-category .product-hero-features span::before {
    width: 18px;
    height: 18px;
  }

  .cfp-page-choke-hub .product-hero-features span::after,
  .cfp-page-choke-category .product-hero-features span::after {
    left: 6px;
  }

  .cfp-page-choke-category .choke-category-order {
    padding: 20px 16px;
  }

  .cfp-page-choke-category .choke-spec-list {
    border: 0;
    background: transparent;
  }

  .cfp-page-choke-category .choke-spec-list div {
    padding: 14px;
    border: 1px solid rgba(8, 165, 154, 0.2);
    border-radius: 6px;
  }

  .choke-category-nav {
    grid-template-columns: 1fr;
  }
}

/* Services page */
body.cactusflow-services-page {
  min-height: 100%;
  overflow-x: clip;
  overflow-y: visible;
}

.services-page {
  background: var(--color-paper-white);
}

.services-hero {
  min-height: 620px;
}

.services-hero .product-hero-media {
  object-position: center right;
  opacity: 0.86;
}

.services-hero .product-hero-shade {
  background:
    linear-gradient(90deg, rgba(0, 2, 0, 1) 0%, rgba(0, 2, 0, 0.94) 34%, rgba(0, 2, 0, 0.42) 70%, rgba(0, 2, 0, 0.78) 100%),
    linear-gradient(0deg, rgba(0, 2, 0, 0.34), rgba(0, 2, 0, 0.04));
}

.services-hero-copy {
  width: min(1080px, calc(100% - 48px));
  padding-top: 54px;
  padding-bottom: 78px;
}

.services-hero .product-hero h1,
.services-hero h1 {
  max-width: 1080px;
  font-size: clamp(62px, 4.25vw, 82px);
}

.services-hero h1 .hero-line,
.services-hero h1 span {
  display: block;
}

.services-hero h1 .hero-line {
  color: var(--color-mist-text);
}

.services-hero h1 span {
  color: var(--color-field-green-on-dark);
}

.service-detail-section,
.testing-standards,
.same-day-detail {
  width: min(calc(100% - 96px), var(--page-max));
  margin-right: auto;
  margin-left: auto;
}

.service-detail-copy .eyebrow,
.same-day-copy .eyebrow,
.testing-standards .eyebrow {
  margin: 0 0 16px;
  color: var(--color-field-green);
  font-size: 15px;
  font-weight: 800;
}

.service-detail-copy h2,
.testing-standards h2,
.same-day-copy h2 {
  margin: 0;
  color: var(--color-carbon-text);
  font-size: clamp(36px, 3.6vw, 58px);
  font-weight: 800;
  line-height: 0.96;
}

.service-detail-copy h2 span,
.testing-standards h2 span,
.same-day-copy h2 span {
  color: var(--color-field-green);
}

.service-detail-copy > p,
.same-day-copy > p {
  max-width: 660px;
  margin: 22px 0 0;
  color: #153b36;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.58;
}

.standards-grid strong,
.service-steps strong,
.service-image-caption strong {
  color: var(--color-carbon-text);
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

.standards-grid span,
.service-steps span,
.service-image-caption span {
  color: #153b36;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.45;
}

.support-section-anchor {
  display: block;
  height: 0;
  scroll-margin-top: 96px;
}

.service-detail-section {
  scroll-margin-top: 96px;
  display: grid;
  grid-template-columns: minmax(380px, 0.44fr) minmax(560px, 0.56fr);
  gap: clamp(44px, 5.8vw, 86px);
  align-items: center;
  padding: 46px 0 70px;
}

.service-check-list {
  display: grid;
  gap: 14px;
  margin: 30px 0 32px;
}

.service-check-list span {
  position: relative;
  min-height: 26px;
  padding-left: 38px;
  color: var(--color-carbon-text);
  font-size: 16px;
  font-weight: 800;
  line-height: 1.42;
}

.service-check-list span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  width: 22px;
  height: 22px;
  border: 2px solid var(--color-field-green);
  border-radius: 50%;
}

.service-check-list span::after {
  content: "";
  position: absolute;
  left: 7px;
  top: 8px;
  width: 8px;
  height: 4px;
  border-left: 2px solid var(--color-field-green);
  border-bottom: 2px solid var(--color-field-green);
  transform: rotate(-45deg);
}

.service-image-panel,
.same-day-media {
  overflow: hidden;
  border-radius: 8px;
  background: var(--color-cactus-night);
}

.service-image-panel img,
.same-day-media img {
  display: block;
  width: 100%;
  height: 470px;
  object-fit: cover;
}

.service-image-caption {
  display: grid;
  min-height: clamp(82px, 7vw, 116px);
  align-items: center;
  padding: clamp(20px, 2vw, 28px) clamp(22px, 2.4vw, 34px);
  background: var(--color-cactus-night);
}

.service-image-caption strong,
.service-image-caption span {
  color: #fff;
}

.service-image-caption strong {
  max-width: 24ch;
  color: #fff;
  font-size: clamp(24px, 2.45vw, 36px);
  line-height: 0.94;
}

@media (min-width: 1025px) {
  .service-image-caption {
    min-height: clamp(58px, 4.6vw, 72px);
    padding: 14px clamp(18px, 1.8vw, 28px);
  }

  .service-image-caption strong {
    max-width: none;
    width: 100%;
    font-size: clamp(23px, 1.9vw, 30px);
    line-height: 1;
    text-align: center;
    white-space: nowrap;
  }
}

.testing-standards {
  scroll-margin-top: 96px;
  display: grid;
  grid-template-columns: minmax(420px, 0.42fr) minmax(0, 0.58fr);
  gap: clamp(32px, 4vw, 64px);
  width: 100%;
  margin-right: 0;
  margin-left: 0;
  min-height: clamp(430px, 32vw, 560px);
  align-items: center;
  padding: clamp(96px, 8vw, 138px) max(86px, calc((100vw - var(--page-max)) / 2 + 24px));
  border-top: 1px solid rgba(148, 206, 196, 0.26);
  border-bottom: 1px solid rgba(148, 206, 196, 0.26);
  border-radius: 0;
  background:
    linear-gradient(90deg, rgba(0, 2, 0, 1) 0%, rgba(0, 18, 18, 0.98) 50%, rgba(0, 2, 0, 1) 100%);
  color: #fff;
}

.testing-standards > * {
  min-width: 0;
}

.testing-standards h2,
.testing-standards .eyebrow {
  color: #fff;
}

.testing-standards h2 span {
  color: var(--color-field-green);
}

.testing-standards h2 {
  font-size: clamp(44px, 2.8vw, 54px);
  line-height: 0.96;
}

.testing-standards > div:first-child {
  align-self: center;
}

.standards-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.certifications-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.standards-grid article {
  display: grid;
  gap: 8px;
  min-height: 112px;
  padding: 20px;
  border: 1px solid rgba(148, 206, 196, 0.28);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.035);
}

.standards-grid strong,
.standards-grid span {
  color: #fff;
}

.certifications-grid article,
.certifications-grid a {
  position: relative;
  align-content: center;
  display: grid;
  gap: 8px;
  min-height: clamp(220px, 14vw, 268px);
  padding: clamp(36px, 3vw, 48px) clamp(24px, 2vw, 34px) clamp(30px, 2.4vw, 40px);
  overflow: hidden;
  border: 2px solid rgba(7, 130, 121, 0.74);
  border-radius: 6px;
  background:
    linear-gradient(180deg, rgba(85, 179, 166, 0.26) 0%, rgba(255, 255, 255, 0.045) 42%, rgba(0, 0, 0, 0.18) 100%),
    rgba(255, 255, 255, 0.055);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.15);
  text-decoration: none;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.certifications-grid article::before,
.certifications-grid a::before {
  content: "CERTIFIED";
  position: absolute;
  top: 14px;
  right: 14px;
  padding: 5px 8px;
  border-radius: 4px;
  background: var(--color-field-green);
  color: #06211e;
  font-family: var(--font-display);
  font-size: 10px;
  font-weight: 900;
  line-height: 1;
}

.certifications-grid article::after,
.certifications-grid a::after {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 5px;
  background: var(--color-field-green);
}

.certifications-grid a:hover,
.certifications-grid a:focus-visible {
  border-color: var(--color-field-green);
  box-shadow: 0 22px 50px rgba(0, 0, 0, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.18);
  transform: translateY(-2px);
}

.certifications-grid a:focus-visible {
  outline: 3px solid rgba(8, 165, 154, 0.42);
  outline-offset: 3px;
}

.certifications-grid strong {
  color: #fff;
  font-size: clamp(32px, 2.35vw, 44px);
  font-weight: 900;
  line-height: 0.9;
  text-transform: uppercase;
  text-shadow: 0 2px 16px rgba(85, 179, 166, 0.34);
}

.certifications-grid span {
  max-width: 20ch;
  color: #f2f7f3;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.28;
}

.same-day-detail {
  scroll-margin-top: 96px;
  display: grid;
  grid-template-columns: minmax(540px, 0.46fr) minmax(520px, 0.54fr);
  gap: clamp(44px, 5.8vw, 84px);
  align-items: center;
  padding: 74px 0 44px;
}

.same-day-media {
  aspect-ratio: 16 / 9;
}

.same-day-media img {
  height: 100%;
  object-position: center;
}

.same-day-copy .eyebrow {
  margin-bottom: 12px;
}

.same-day-copy h2 {
  font-size: clamp(34px, 2.9vw, 48px);
}

.same-day-copy > p {
  max-width: 760px;
  margin-top: 18px;
  font-size: 16px;
  line-height: 1.48;
}

.service-steps {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 30px;
}

.same-day-copy .service-steps {
  gap: 10px;
  margin-top: 20px;
}

.service-steps article {
  display: grid;
  gap: 9px;
  padding: 22px;
  border: 1px solid var(--color-soft-border);
  border-radius: 6px;
  background: #fff;
}

.same-day-copy .service-steps article {
  gap: 4px;
  min-height: 0;
  padding: 14px 16px;
}

.service-steps b {
  color: var(--color-field-green);
  font-family: var(--font-display);
  font-size: 13px;
  font-weight: 800;
}

.same-day-copy .service-steps strong {
  font-size: 17px;
  line-height: 1.12;
}

.same-day-copy .service-steps span {
  font-size: 14.5px;
  line-height: 1.32;
}

.service-detail-copy .btn {
  padding-right: 24px;
  padding-left: 24px;
  white-space: nowrap;
}

.service-detail-copy .btn:hover,
.service-detail-copy .btn:focus-visible {
  background-color: #fff;
  background-image: none;
  color: var(--color-field-green);
  border-color: var(--color-field-green);
}

.service-page-cta {
  margin-top: 48px;
}

.services-page .subpage-proof-strip {
  margin-top: 8px;
  margin-bottom: 34px;
}

/* About page */
body.cactusflow-about-page {
  min-height: 100%;
  overflow-x: clip;
  overflow-y: visible;
}

.about-page {
  background: var(--color-paper-white);
}

.about-hero {
  position: relative;
  min-height: 720px;
  overflow: hidden;
  background: var(--color-oil-black);
  color: #fff;
}

.about-hero-media,
.about-hero-shade {
  position: absolute;
  inset: 0;
}

.about-hero-media {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center right;
  filter: contrast(1.05) saturate(0.92);
}

.about-hero-shade {
  background:
    linear-gradient(90deg, rgba(0, 2, 0, 0.99) 0%, rgba(0, 2, 0, 0.95) 28%, rgba(0, 2, 0, 0.66) 48%, rgba(0, 2, 0, 0.18) 100%),
    linear-gradient(0deg, rgba(0, 2, 0, 0.62), rgba(0, 2, 0, 0.08) 58%);
}

.about-hero-copy {
  position: relative;
  z-index: 2;
  width: min(calc(100% - 156px), var(--page-max));
  margin: 0 auto;
  padding: 54px 0 82px;
}

.about-hero-copy .eyebrow,
.about-company .eyebrow,
.about-mission .eyebrow,
.about-capabilities .eyebrow,
.about-sales .eyebrow {
  color: var(--color-field-green);
  font-size: 15px;
  font-weight: 800;
}

.about-hero-copy h1 {
  max-width: 1180px;
  margin: 10px 0 0;
  color: var(--color-mist-text);
  font-size: clamp(56px, 4vw, 78px);
  font-weight: 800;
  line-height: 0.9;
  text-transform: uppercase;
  white-space: nowrap;
  word-spacing: 0.05em;
}

.about-hero-copy h1 span,
.about-story h2 span,
.about-capabilities h2 span,
.about-sales h2 span,
.about-page-cta h2 span {
  color: var(--color-field-green);
}

.about-hero-copy h1 span {
  color: var(--color-field-green-on-dark);
}

.about-hero-copy h1 em {
  display: inline-block;
  margin-left: 0.12em;
  font-style: normal;
  color: var(--color-field-green-on-dark);
}

.about-hero-copy > p:not(.eyebrow) {
  max-width: 650px;
  margin: 26px 0 0;
  color: #f4f7f4;
  font-size: 19px;
  font-weight: 500;
  line-height: 1.56;
}

.about-hero-actions {
  display: flex;
  align-items: center;
  gap: 34px;
  margin-top: 32px;
}

.about-hero-actions .btn:hover,
.about-hero-actions .btn:focus-visible,
.about-company .btn:hover,
.about-company .btn:focus-visible,
.sales-map-panel .btn:hover,
.sales-map-panel .btn:focus-visible {
  background-color: #fff;
  background-image: none;
  color: var(--color-field-green);
  border-color: var(--color-field-green);
}

.about-origin {
  width: min(calc(100% - 156px), var(--page-max));
  margin: 0 auto;
  padding: clamp(70px, 6vw, 96px) 0 clamp(42px, 5vw, 72px);
}

.about-origin-head {
  display: grid;
  grid-template-columns: minmax(360px, 0.42fr) minmax(520px, 0.58fr);
  gap: clamp(44px, 6vw, 96px);
  align-items: end;
  margin-bottom: clamp(32px, 3.4vw, 54px);
  padding-bottom: 28px;
  border-bottom: 1px solid rgba(6, 97, 90, 0.18);
}

.about-story .eyebrow,
.about-number-panel .eyebrow {
  margin: 0 0 18px;
}

.about-origin .eyebrow,
.about-mission-board .eyebrow,
.about-company .eyebrow,
.about-mission .eyebrow,
.about-capabilities .eyebrow,
.about-sales .eyebrow {
  color: var(--color-field-green);
  font-size: 15px;
  font-weight: 800;
}

.about-origin h2,
.about-mission h2,
.about-mission-board h2,
.about-capabilities h2,
.about-sales h2 {
  margin: 0;
  color: var(--color-carbon-text);
  font-size: clamp(34px, 2.65vw, 48px);
  font-weight: 800;
  line-height: 0.98;
  text-transform: uppercase;
}

.about-origin h2 {
  grid-column: 2;
  max-width: 820px;
  font-size: clamp(42px, 4.1vw, 68px);
  line-height: 0.93;
}

.about-origin h2 span,
.about-mission-board h2 span {
  color: var(--color-field-green);
}

.about-origin-head .eyebrow {
  align-self: start;
  margin: 0;
}

.about-origin-grid {
  display: grid;
  grid-template-columns: minmax(380px, 0.45fr) minmax(560px, 0.55fr);
  gap: clamp(46px, 5.6vw, 88px);
  align-items: start;
}

.about-origin-story {
  display: grid;
  gap: 20px;
  max-width: 610px;
}

.about-origin-story p {
  margin: 0;
  color: #182927;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.66;
}

.about-origin-story p:first-child {
  color: var(--color-carbon-text);
  font-size: clamp(19px, 1.45vw, 23px);
  font-weight: 700;
  line-height: 1.42;
}

.about-origin-story .btn {
  justify-self: start;
  margin-top: 10px;
}

.about-origin-record {
  position: relative;
  padding: clamp(28px, 2.8vw, 40px);
  border: 1px solid rgba(148, 206, 196, 0.24);
  border-radius: 8px;
  background: var(--color-cactus-night);
  color: #fff;
  box-shadow: 0 28px 70px rgba(0, 18, 18, 0.16);
}

.about-origin-record .eyebrow {
  margin: 0 0 12px;
  color: var(--color-field-green-on-dark);
}

.about-origin-record dl {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  margin: 0;
}

.about-origin-record dl div {
  display: grid;
  grid-template-columns: minmax(140px, 0.36fr) minmax(0, 0.64fr);
  gap: 24px;
  align-items: center;
  min-height: 86px;
  padding: 18px 0;
  border-top: 1px solid rgba(148, 206, 196, 0.24);
  text-align: left;
}

.about-origin-record dl div:first-child {
  border-top: 0;
}

.about-origin-record dt {
  margin: 0;
  color: var(--color-field-green-on-dark);
  font-family: var(--font-display);
  font-size: clamp(42px, 3.35vw, 60px);
  font-weight: 900;
  line-height: 0.95;
  white-space: nowrap;
}

.about-origin-record dd {
  max-width: 240px;
  margin: 0;
  color: #edf4ef;
  font-family: var(--font-display);
  font-size: 13.5px;
  font-weight: 800;
  line-height: 1.18;
  text-transform: uppercase;
}

.about-origin-note {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 10px;
  min-height: 0;
  margin-top: 12px;
  padding: 24px 0 0;
  border-top: 1px solid rgba(148, 206, 196, 0.24);
  border-radius: 0;
  background: transparent;
  color: #fff;
}

.about-origin-note strong {
  display: block;
  color: #fff;
  font-family: var(--font-display);
  font-size: 23px;
  font-weight: 900;
  line-height: 1.02;
  text-transform: uppercase;
}

.about-origin-note p {
  margin: 0;
  color: #eaf0eb;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}

.about-mission-board {
  width: min(calc(100% - 156px), var(--page-max));
  margin: 0 auto;
  padding: 0 0 clamp(48px, 5vw, 72px);
}

.about-mission-panel {
  display: grid;
  grid-template-columns: minmax(360px, 0.38fr) minmax(620px, 0.62fr);
  gap: clamp(42px, 5vw, 78px);
  align-items: start;
  padding: clamp(48px, 5vw, 72px) clamp(42px, 4vw, 72px);
  border-radius: 8px;
  background: var(--color-cactus-night);
  color: #fff;
}

.about-mission-board h2 {
  color: #fff;
}

.about-mission-statement p:not(.eyebrow) {
  max-width: 900px;
  margin: 18px 0 0;
  color: #e7eee8;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.58;
}

.about-mission-statement {
  max-width: 520px;
  margin: 0;
  text-align: left;
}

.about-mission-statement p:not(.eyebrow) {
  margin-left: 0;
  margin-right: 0;
}

.about-principles {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
  border-top: 1px solid rgba(148, 206, 196, 0.24);
}

.about-principles article {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 22px;
  align-items: center;
  min-height: 96px;
  padding: 22px 0;
  border: 0;
  border-bottom: 1px solid rgba(148, 206, 196, 0.24);
  border-radius: 0;
  background: transparent;
}

.about-principles span,
.about-capability-list article > span {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  color: var(--color-sage-steel);
}

.about-principles span {
  width: 54px;
  height: 54px;
  border: 1px solid rgba(148, 206, 196, 0.3);
  border-radius: 50%;
  color: var(--color-field-green-on-dark);
  font-family: var(--font-display);
  font-size: 14px;
  font-weight: 900;
  line-height: 1;
}

.about-capability-list svg {
  width: 30px;
  height: 30px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.about-principles h3,
.about-capability-list h3,
.sales-map-panel h3 {
  margin: 0;
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.about-principles p {
  margin: 8px 0 0;
  color: #e9f0eb;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.46;
}

.about-capabilities {
  display: grid;
  grid-template-columns: minmax(360px, 0.36fr) minmax(760px, 0.64fr);
  gap: clamp(42px, 4.2vw, 72px);
  width: min(calc(100% - 156px), var(--page-max));
  margin: 0 auto;
  padding: 54px 0;
}

.about-capability-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.about-capability-list article {
  min-height: 206px;
  padding: 26px;
  border: 1px solid #d3d9d6;
  border-radius: 8px;
  background: #fff;
}

.about-capability-list article > span {
  margin-bottom: 24px;
  color: var(--color-valve-green);
}

.about-capability-list p {
  margin: 14px 0 0;
  color: #244942;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.55;
}

.about-sales {
  width: min(calc(100% - 156px), var(--page-max));
  margin: 0 auto;
  padding: 50px 0 56px;
  border-top: 1px solid #d3d9d6;
}

.about-sales-head {
  display: grid;
  grid-template-columns: minmax(520px, 0.62fr) minmax(320px, 0.38fr);
  gap: 40px;
  align-items: start;
  margin-bottom: 26px;
}

.sales-head-subtext {
  max-width: 720px;
  margin: 16px 0 0;
  color: #244942;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.54;
}

.sales-map-shell {
  display: grid;
  grid-template-columns: minmax(720px, 1fr) minmax(360px, 0.34fr);
  gap: 24px;
  align-items: stretch;
}

.sales-map-stage {
  position: relative;
  min-height: 560px;
  overflow: hidden;
  border: 1px solid #cbd4cf;
  border-radius: 8px;
  background:
    radial-gradient(circle at 22% 18%, rgba(148, 206, 196, 0.18), transparent 34%),
    linear-gradient(180deg, #f7f8f7 0%, #edf1ee 100%);
}

.sales-leaflet-map {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: #e8eeea;
}

.sales-leaflet-map .leaflet-tile {
  filter: grayscale(0.68) saturate(0.52) contrast(1.06) brightness(1.03);
}

.sales-map-legend {
  position: absolute;
  z-index: 420;
  right: 18px;
  bottom: 18px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 34px;
  padding: 6px 12px 6px 9px;
  border: 1px solid rgba(6, 97, 90, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--color-carbon-text);
  box-shadow: 0 12px 26px rgba(0, 18, 18, 0.12);
}

.sales-map-legend span {
  display: grid;
  place-items: center;
  width: 22px;
  height: 22px;
  border-radius: 999px;
  background: #d8ab31;
  color: #1b1500;
  font-size: 12px;
  line-height: 1;
}

.sales-map-legend em {
  color: #1c312d;
  font-style: normal;
  font-family: var(--font-display);
  font-size: 11px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.sales-map-panel {
  display: grid;
  align-content: start;
  grid-template-rows: auto auto auto auto auto 1fr;
  padding: 28px;
  border-radius: 8px;
  background: var(--color-cactus-night);
  color: #fff;
}

.sales-map-panel .eyebrow {
  margin: 0 0 18px;
  color: var(--color-sage-steel);
}

.sales-map-panel h3 {
  color: #fff;
  min-height: 92px;
  max-height: 92px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  font-size: clamp(24px, 1.72vw, 30px);
  line-height: 0.98;
}

.sales-map-panel strong {
  display: block;
  margin-top: 14px;
  color: var(--color-field-green);
  font-size: 16px;
  font-weight: 900;
}

.sales-map-panel p:not(.eyebrow) {
  margin: 20px 0 0;
  color: #e8eee9;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.55;
}

.sales-selected-details {
  display: grid;
  gap: 13px;
  min-height: 96px;
  margin-top: 22px;
}

.sales-selected-details p {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  margin: 0;
  color: #e8eee9;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.42;
}

.sales-selected-details span {
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  color: var(--color-sage-steel);
}

.sales-selected-details svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.sales-selected-details em {
  font-style: normal;
}

.sales-map-panel .btn {
  align-self: start;
  width: 100%;
  margin-top: 24px;
}

.sales-directory {
  min-height: 0;
  margin-top: 24px;
  padding-top: 22px;
  border-top: 1px solid rgba(148, 206, 196, 0.24);
}

.sales-directory .eyebrow {
  margin-bottom: 12px;
}

.sales-state-list {
  display: grid;
  gap: 7px;
  max-height: 228px;
  overflow: auto;
  padding-right: 6px;
}

.sales-state-group {
  overflow: hidden;
  border: 1px solid rgba(148, 206, 196, 0.24);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.035);
}

.sales-state-group summary {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto 22px;
  gap: 10px;
  align-items: center;
  min-height: 48px;
  padding: 0 12px;
  color: #fff;
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  cursor: pointer;
  list-style: none;
}

.sales-state-group summary::-webkit-details-marker {
  display: none;
}

.sales-state-group summary::before {
  content: "+";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  grid-column: 3;
  grid-row: 1;
  justify-self: center;
  width: 20px;
  height: 20px;
  color: var(--color-sage-steel);
  border: 1px solid rgba(148, 206, 196, 0.4);
  border-radius: 999px;
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
}

.sales-state-group[open] summary::before {
  content: "\2212";
  font-size: 15px;
}

.sales-state-group summary span,
.sales-state-group summary em {
  font-style: normal;
  line-height: 1.1;
}

.sales-state-group summary span {
  grid-column: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sales-state-group summary em {
  grid-column: 2;
  min-width: 74px;
  padding: 5px 8px;
  border-radius: 999px;
  background: rgba(148, 206, 196, 0.12);
  color: var(--color-sage-steel);
  font-size: 10px;
  font-weight: 900;
  text-align: center;
}

.sales-region-list {
  display: grid;
  gap: 5px;
  padding: 0 8px 8px;
}

.sales-region-list button {
  display: grid;
  align-content: center;
  gap: 2px;
  height: 46px;
  min-height: 46px;
  padding: 8px 12px;
  border: 1px solid #c8d1cc;
  border-radius: 6px;
  color: var(--color-carbon-text);
  background: #fff;
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  cursor: pointer;
  transition: background-color 160ms ease, color 160ms ease, border-color 160ms ease;
  text-align: left;
}

.sales-region-list button span,
.sales-region-list button em {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-style: normal;
  line-height: 1.1;
}

.sales-region-list button em {
  color: #4a6f67;
  font-size: 11px;
}

.sales-region-list button:hover,
.sales-region-list button:focus-visible,
.sales-region-list button.is-active {
  color: #fff;
  background: var(--color-valve-green);
  border-color: var(--color-valve-green);
  outline: 0;
}

.sales-region-list button:hover em,
.sales-region-list button:focus-visible em,
.sales-region-list button.is-active em {
  color: rgba(255, 255, 255, 0.76);
}

.sales-map-marker {
  display: grid;
  place-items: center;
  width: 28px !important;
  height: 28px !important;
  margin: 0 !important;
  color: #fff;
  background: var(--color-valve-green);
  border: 2px solid #fff;
  border-radius: 999px;
  box-shadow: 0 10px 22px rgba(0, 2, 0, 0.28);
  transition: background-color 160ms ease, box-shadow 160ms ease;
}

.sales-map-marker span {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: currentColor;
}

.sales-map-marker.is-office {
  color: #1b1500;
  background: #d8ab31;
}

.sales-map-marker.is-office span {
  width: auto;
  height: auto;
  background: transparent;
  font-size: 14px;
  line-height: 1;
}

.sales-map-marker.is-active {
  z-index: 600 !important;
  color: var(--color-valve-green);
  background: #fff;
  border-color: var(--color-valve-green);
  box-shadow: 0 0 0 5px rgba(7, 130, 121, 0.24), 0 14px 30px rgba(0, 2, 0, 0.38);
}

.sales-map-marker.is-office.is-active {
  color: #1b1500;
  background: #d8ab31;
  border-color: #fff;
  box-shadow: 0 0 0 5px rgba(216, 171, 49, 0.24), 0 14px 30px rgba(0, 2, 0, 0.38);
}

.sales-map-fallback {
  display: grid;
  place-items: center;
  height: 100%;
  padding: 30px;
  color: var(--color-carbon-text);
  font-weight: 800;
  text-align: center;
}

.leaflet-container {
  font-family: var(--font-body);
}

.leaflet-control-zoom a {
  color: var(--color-valve-green);
}

.about-page-cta {
  width: min(calc(100% - 156px), var(--page-max));
  margin: 0 auto 46px;
}

/* Contact page */
.contact-hero {
  position: relative;
  min-height: 420px;
  overflow: hidden;
  background: var(--color-oil-black);
  color: #fff;
}

.contact-hero-media,
.contact-hero-shade {
  position: absolute;
  inset: 0;
}

.contact-hero-media {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center right;
  filter: contrast(1.08) saturate(0.92);
}

.contact-hero-shade {
  background:
    linear-gradient(90deg, rgba(0, 2, 0, 0.98) 0%, rgba(0, 2, 0, 0.94) 26%, rgba(0, 2, 0, 0.66) 49%, rgba(0, 2, 0, 0.2) 100%),
    linear-gradient(0deg, rgba(0, 2, 0, 0.72), rgba(0, 2, 0, 0.1) 52%);
}

.contact-hero-copy {
  position: relative;
  z-index: 2;
  display: grid;
  align-content: start;
  width: min(calc(100% - 156px), var(--page-max));
  margin: 0 auto;
  padding: 0 0 26px;
}

.contact-hero-copy .breadcrumbs {
  margin-bottom: 24px;
}

.contact-hero-copy .eyebrow {
  margin: 0 0 10px;
  color: var(--color-field-green);
  font-size: 15px;
  font-weight: 800;
}

.contact-hero-copy h1 {
  max-width: 760px;
  margin: 0;
  color: var(--color-mist-text);
  font-size: clamp(50px, 4vw, 72px);
  font-weight: 800;
  line-height: 0.94;
  text-transform: uppercase;
}

.contact-hero-copy h1 span {
  color: var(--color-field-green-on-dark);
}

.contact-hero-copy > p:not(.eyebrow) {
  max-width: 650px;
  margin: 18px 0 0;
  color: #f3f6f3;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.55;
}

.contact-quick-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  max-width: 960px;
  margin-top: 28px;
}

.contact-quick-item {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 8px 16px;
  align-items: center;
  min-width: 240px;
  padding: 0 28px 0 0;
  color: #fff;
  text-decoration: none;
}

.contact-quick-item + .contact-quick-item {
  padding-left: 28px;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.contact-quick-item > span {
  grid-row: span 2;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  color: var(--color-field-green);
}

.contact-quick-item svg,
.contact-detail-list svg,
.contact-department-list svg,
.contact-help-panel svg {
  width: 30px;
  height: 30px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.contact-quick-item strong,
.contact-quick-item em {
  display: block;
  font-style: normal;
  line-height: 1.2;
}

.contact-quick-item strong {
  font-size: 14px;
  font-weight: 800;
}

.contact-quick-item em {
  color: #f5f8f5;
  font-size: 15px;
  font-weight: 600;
}

.contact-quick-item[href^="mailto:"] em {
  font-size: 16.5px;
}

a.contact-quick-item:hover em,
a.contact-quick-item:focus-visible em {
  color: var(--color-sage-steel);
}

.contact-main {
  display: grid;
  grid-template-columns: minmax(320px, 0.88fr) minmax(430px, 1.12fr) minmax(260px, 0.62fr);
  gap: clamp(22px, 1.8vw, 32px);
  width: min(calc(100% - 156px), var(--page-max));
  margin: 0 auto;
  padding: 26px 0 34px;
  background: var(--color-paper-white);
}

.contact-main .eyebrow {
  margin: 0 0 16px;
  color: var(--color-field-green);
  font-size: 15px;
  font-weight: 800;
}

.contact-details {
  display: grid;
  grid-template-rows: auto auto auto;
  align-content: start;
  gap: 22px;
  min-width: 0;
  padding-right: 30px;
  border-right: 1px solid #cfd6d2;
}

.contact-details > .eyebrow {
  grid-column: 1 / -1;
  margin-bottom: 0;
}

.contact-detail-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px 24px;
  align-items: start;
}

.contact-detail-list article {
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  min-height: 58px;
  min-width: 0;
}

.contact-detail-list article > span {
  color: var(--color-valve-green);
}

.contact-detail-list h2 {
  margin: 0 0 5px;
  color: var(--color-carbon-text);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.1;
}

.contact-detail-list p {
  margin: 0;
  color: #153b36;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.42;
  overflow-wrap: anywhere;
  min-width: 0;
}

.contact-detail-list a {
  display: block;
  color: inherit;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.contact-detail-list a[href^="mailto:"] {
  font-size: 15px;
  line-height: 1.36;
}

.contact-department-emails {
  display: grid;
  gap: 14px;
  padding-top: 20px;
  border-top: 1px solid #cfd6d2;
}

.contact-department-emails .eyebrow {
  margin: 0;
  font-size: 13px;
}

.contact-department-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 16px;
}

.contact-department-list article {
  display: grid;
  grid-template-columns: 26px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  min-height: 46px;
  min-width: 0;
}

.contact-department-list article > span {
  width: 24px;
  height: 24px;
  color: var(--color-valve-green);
}

.contact-department-list article > span svg {
  width: 24px;
  height: 24px;
}

.contact-department-list h2 {
  margin: 0 0 4px;
  color: var(--color-carbon-text);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.1;
}

.contact-department-list p {
  margin: 0;
  color: #153b36;
  font-size: 12.5px;
  font-weight: 600;
  line-height: 1.34;
  overflow-wrap: anywhere;
}

.contact-department-placeholder {
  min-height: 20px;
}

.contact-department-list a {
  display: block;
  color: inherit;
  word-break: break-word;
}

.contact-map-card {
  align-self: end;
  display: grid;
  gap: 14px;
  width: 100%;
}

.contact-map-art {
  position: relative;
  min-height: 210px;
  overflow: hidden;
  border: 1px solid #d6dcda;
  border-radius: 8px;
  background:
    linear-gradient(30deg, transparent 0 46%, rgba(255, 255, 255, 0.86) 46% 51%, transparent 51%),
    linear-gradient(112deg, transparent 0 42%, rgba(255, 255, 255, 0.95) 42% 48%, transparent 48%),
    linear-gradient(0deg, rgba(7, 130, 121, 0.06), rgba(7, 130, 121, 0.06)),
    #ecefed;
}

.contact-map-frame {
  display: block;
  width: 100%;
  height: 210px;
  background: #ecefed;
}

.contact-map-art::before,
.contact-map-art::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(90deg, transparent 0 70px, rgba(17, 83, 78, 0.08) 70px 72px),
    repeating-linear-gradient(0deg, transparent 0 62px, rgba(17, 83, 78, 0.06) 62px 64px);
}

.contact-map-art::after {
  opacity: 0.42;
  transform: rotate(-18deg) scale(1.2);
}

.map-road {
  position: absolute;
  z-index: 1;
  height: 24px;
  border: 1px solid rgba(148, 206, 196, 0.34);
  border-right: 0;
  border-left: 0;
  background: rgba(255, 255, 255, 0.78);
}

.road-a {
  width: 118%;
  left: -8%;
  top: 52%;
  transform: rotate(38deg);
}

.road-b {
  width: 100%;
  right: -20%;
  top: 44%;
  transform: rotate(92deg);
}

.road-c {
  width: 92%;
  left: -18%;
  top: 73%;
  transform: rotate(-16deg);
}

.map-pin {
  position: absolute;
  z-index: 3;
  left: 52%;
  top: 42%;
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  color: var(--color-valve-green);
  transform: translate(-50%, -50%);
}

.map-pin svg {
  width: 44px;
  height: 44px;
  fill: rgba(7, 130, 121, 0.08);
}

.contact-map-card .btn {
  width: 100%;
}

.contact-map-feature {
  align-self: stretch;
  grid-template-rows: auto minmax(0, 1fr) auto;
  min-width: 0;
}

.contact-map-feature .eyebrow {
  margin-bottom: 0;
}

.contact-map-feature .contact-map-art,
.contact-map-feature .contact-map-frame {
  height: 100%;
  min-height: 430px;
}

.contact-help-panel {
  align-self: stretch;
  display: grid;
  grid-template-rows: auto 1fr;
  min-width: 0;
  overflow: hidden;
  border-radius: 8px;
  background: var(--color-cactus-night);
  color: #fff;
}

.contact-help-copy {
  padding: 22px 28px 18px;
}

.contact-help-panel .eyebrow {
  margin-bottom: 14px;
  color: #fff;
}

.contact-help-panel ul {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.contact-help-panel li {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  gap: 13px;
  align-items: center;
  padding: 8px 0;
  border-top: 1px solid rgba(148, 206, 196, 0.22);
  color: #edf4ef;
  font-size: 14px;
  font-weight: 700;
}

.contact-help-panel li:first-child {
  border-top: 0;
  padding-top: 0;
}

.contact-help-panel li svg {
  width: 21px;
  height: 21px;
  color: var(--color-field-green);
}

.contact-help-panel img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 170px;
  object-fit: cover;
}

@media (min-width: 1301px) {
  .contact-help-panel {
    grid-template-rows: auto 340px;
  }

  .contact-help-panel img {
    height: 340px;
    min-height: 0;
    object-position: center center;
  }

  .contact-map-feature .contact-map-art,
  .contact-map-feature .contact-map-frame {
    min-height: 360px;
  }
}

@media (max-width: 1300px) {
  .product-page-grid,
  .cfp-page-choke-parts .product-page-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .service-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .subpage-proof-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .about-company,
  .about-mission,
  .about-origin-head,
  .about-origin-grid,
  .about-mission-panel,
  .about-capabilities,
  .about-sales-head,
  .sales-map-shell {
    grid-template-columns: 1fr;
  }

  .about-origin h2 {
    grid-column: auto;
  }

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

  .about-capability-list article:last-child {
    grid-column: 1 / -1;
    width: min(100%, calc(50% - 9px));
    justify-self: center;
  }

  .about-values {
    grid-template-columns: minmax(0, 1fr);
  }

  .contact-main {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }

  .contact-help-panel {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: 1fr minmax(320px, 0.7fr);
  }

  .contact-help-panel img {
    height: 100%;
    min-height: 260px;
  }
}

@media (max-width: 1100px) {
  .site-header-subpage {
    height: auto;
    align-items: center;
  }

  .product-hero-copy {
    margin-left: 24px;
    padding-top: 108px;
  }

  .product-page-main {
    grid-template-columns: 1fr;
  }

  .product-page-intro {
    padding-right: 0;
    border-right: 0;
  }

  .service-detail-section,
  .testing-standards,
  .same-day-detail {
    grid-template-columns: 1fr;
  }

  .contact-hero-copy,
  .about-hero-copy,
  .about-origin,
  .about-mission-board,
  .about-company,
  .about-mission,
  .about-capabilities,
  .about-sales,
  .about-page-cta,
  .contact-main {
    width: calc(100% - 48px);
  }

  .about-story {
    padding-right: 0;
    border-right: 0;
  }

  .about-hero-copy h1 {
    white-space: normal;
  }

  .contact-main,
  .contact-details,
  .contact-help-panel {
    grid-template-columns: 1fr;
  }

  .contact-details {
    padding-right: 0;
    border-right: 0;
  }
}

@media (max-width: 760px) {
  .cfp-page-products .product-hero {
    min-height: auto;
  }

  .cfp-page-products .product-hero-copy {
    padding-top: 30px;
    padding-bottom: 36px;
  }

  .cfp-page-products .product-hero-features {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin-top: 20px;
  }

  .cfp-page-products .product-hero-features span:nth-child(n+3) {
    display: none;
  }

  .product-hero {
    min-height: 720px;
  }

  .product-hero-copy {
    padding-top: 44px;
  }

  .product-hero h1 {
    font-size: clamp(42px, 12vw, 58px);
  }

  .services-hero {
    min-height: 860px;
  }

  .services-hero-copy {
    width: calc(100% - 40px);
    margin-left: 20px;
  }

  .services-hero h1 {
    max-width: 100%;
    font-size: clamp(34px, 9.2vw, 42px);
    line-height: 0.98;
    overflow-wrap: normal;
  }

  .services-hero .product-hero-text {
    max-width: 100%;
  }

  .services-hero .product-hero-media {
    object-position: 60% center;
    opacity: 0.58;
  }

  .product-hero-features,
  .product-page-grid,
  .cfp-page-products .product-page-grid,
  .cfp-page-choke-parts .product-page-grid,
  .service-steps,
  .standards-grid,
  .certifications-grid,
  .subpage-proof-strip {
    grid-template-columns: 1fr;
  }

  .product-hero-actions {
    flex-direction: column;
    align-items: flex-start;
  }

  .product-page-main {
    padding-left: 20px;
    padding-right: 20px;
  }

  .subpage-proof-strip,
  .service-detail-section,
  .testing-standards,
  .same-day-detail,
  .product-page-cta {
    width: calc(100% - 40px);
  }

  .service-detail-copy h2,
  .testing-standards h2,
  .same-day-copy h2 {
    font-size: clamp(32px, 10vw, 46px);
    overflow-wrap: anywhere;
  }

  .service-image-panel img,
  .same-day-media img {
    height: 330px;
  }

  .testing-standards {
    padding: 64px 22px;
  }

  .contact-hero {
    min-height: 720px;
  }

  .about-hero {
    min-height: 760px;
  }

  .about-hero-media {
    object-position: 68% center;
    opacity: 0.58;
  }

  .about-hero-copy {
    width: calc(100% - 40px);
    padding-top: 34px;
  }

  .about-hero-copy h1,
  .about-origin h2,
  .about-mission-board h2,
  .about-story h2,
  .about-mission h2,
  .about-capabilities h2,
  .about-sales h2 {
    font-size: clamp(38px, 10.4vw, 54px);
    line-height: 0.98;
  }

  .about-hero-actions {
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
  }

  .about-company,
  .about-origin,
  .about-mission-board,
  .about-mission,
  .about-capabilities,
  .about-sales,
  .about-page-cta {
    width: calc(100% - 40px);
  }

  .about-company,
  .about-origin,
  .about-capabilities {
    padding-top: 42px;
    padding-bottom: 42px;
  }

  .about-origin-head {
    gap: 18px;
    margin-bottom: 26px;
    padding-bottom: 20px;
  }

  .about-origin-record {
    padding: 24px 20px;
  }

  .about-origin-record dl div {
    grid-template-columns: minmax(0, 1fr);
    gap: 8px;
    min-height: 76px;
  }

  .about-origin-record dt {
    font-size: clamp(36px, 10vw, 44px);
  }

  .about-mission-panel {
    padding: 32px 22px;
  }

  .about-principles article {
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 14px;
    min-height: 84px;
    padding: 18px 0;
  }

  .about-principles span {
    width: 44px;
    height: 44px;
  }

  .about-mission {
    padding: 32px 22px;
  }

  .about-stat-grid,
  .about-stat-note,
  .about-values,
  .about-capability-list {
    grid-template-columns: 1fr;
  }

  .about-capability-list article:last-child {
    grid-column: auto;
    width: 100%;
  }

  .about-stat-grid article,
  .about-stat-grid article:nth-child(3),
  .about-stat-grid article:nth-child(4) {
    grid-template-columns: minmax(0, 1fr);
    gap: 8px;
    min-height: 76px;
    border-left: 0;
    border-top: 1px solid rgba(148, 206, 196, 0.24);
  }

  .about-stat-grid strong {
    font-size: clamp(36px, 10vw, 44px);
  }

  .about-stat-grid article:first-child {
    border-top: 0;
  }

  .about-sales-head {
    gap: 20px;
  }

  .sales-map-stage {
    min-height: 430px;
  }

  .sales-map-panel {
    order: -1;
    padding: 24px;
  }

  .sales-map-legend {
    right: 12px;
    bottom: 12px;
  }

  .sales-region-list {
    display: grid;
    grid-template-columns: 1fr;
    max-height: 330px;
  }

  .contact-hero-copy {
    padding-top: 34px;
  }

  .contact-hero-copy h1 {
    font-size: clamp(42px, 12vw, 58px);
  }

  .contact-hero-copy > p:not(.eyebrow) {
    font-size: 16px;
  }

  .contact-quick-links {
    grid-template-columns: 1fr;
  }

  .contact-quick-links {
    display: grid;
    gap: 18px;
    margin-top: 28px;
  }

  .contact-quick-item,
  .contact-quick-item + .contact-quick-item {
    min-width: 0;
    padding: 0;
    border-left: 0;
  }

  .contact-main {
    width: calc(100% - 40px);
    padding-top: 30px;
  }

  .contact-map-art {
    min-height: 230px;
  }

  .contact-help-copy {
    padding: 22px;
  }

  .subpage-proof-strip article + article::before {
    top: 0;
    bottom: auto;
    right: 24px;
    width: auto;
    height: 1px;
  }
}

/* Resource pages sit after the shared product rules so their hero/table rhythm wins the cascade. */
body.cactusflow-resource-page {
  min-height: 100%;
  overflow-x: clip;
  overflow-y: visible;
}

@media (max-width: 420px) {
  .contact-detail-list {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .contact-detail-list article {
    grid-template-columns: 36px minmax(0, 1fr);
    gap: 14px;
  }

  .contact-department-list {
    gap: 12px 10px;
  }

  .contact-department-list article {
    grid-template-columns: 20px minmax(0, 1fr);
    gap: 7px;
    min-height: 42px;
  }

  .contact-department-list article > span,
  .contact-department-list article > span svg {
    width: 18px;
    height: 18px;
  }

  .contact-department-list h2 {
    margin-bottom: 3px;
    font-size: 11px;
  }

  .contact-department-list p {
    font-size: 10.5px;
    line-height: 1.28;
  }
}

.resource-hero.product-hero {
  min-height: 462px;
}

.resource-hero .resource-hero-media {
  object-position: center right;
}

.resource-hero .resource-hero-shade {
  background:
    linear-gradient(90deg, rgba(0, 2, 0, 0.98) 0%, rgba(0, 2, 0, 0.88) 28%, rgba(0, 2, 0, 0.35) 64%, rgba(0, 2, 0, 0.64) 100%),
    linear-gradient(0deg, rgba(0, 2, 0, 0.32), rgba(0, 2, 0, 0));
}

.resource-hero .resource-hero-copy {
  width: min(760px, calc(100% - 48px));
}

.resource-hero h1 {
  max-width: 820px;
  font-size: clamp(48px, 4vw, 72px);
}

@media (max-width: 760px) {
  .resource-hero.product-hero {
    min-height: 690px;
  }

  .resource-hero .resource-hero-copy {
    width: calc(100% - 40px);
    margin-left: 20px;
  }

  .resource-hero h1 {
    font-size: clamp(36px, 10vw, 52px);
  }
}

.resource-hero .eyebrow,
.resource-hero h1 span {
  color: var(--color-label-green-on-dark);
}

.news-side-panel .eyebrow,
.news-side-panel span {
  color: #f3faf6;
}

/* Final cascade guard for product critique fixes. */
.cfp-page-positive-chokes .choke-category-hero .product-hero-media {
  filter: brightness(1.16) contrast(1.1) saturate(1.04);
}

@media (max-width: 760px) {
  .cfp-page-products .product-hero {
    min-height: auto;
  }

  .cfp-page-products .product-hero-copy {
    padding-top: 18px;
    padding-bottom: 26px;
  }

  .cfp-page-products .product-hero h1 {
    font-size: clamp(38px, 10.4vw, 48px);
    line-height: 0.9;
  }

  .cfp-page-products .product-hero-text {
    margin-top: 16px;
    font-size: 17px;
    line-height: 1.46;
  }

  .cfp-page-products .product-hero-actions {
    margin-top: 20px;
  }

  .cfp-page-products .product-line-card {
    grid-template-rows: 212px 1fr;
    min-height: 430px;
  }

  .cfp-page-products .product-page-main {
    padding-top: 32px;
  }
}

/* Product page refinement pass: cleaner choke hierarchy and faster model access. */
.choke-control-panel {
  grid-template-columns: minmax(380px, 0.4fr) minmax(620px, 0.6fr);
  grid-template-areas:
    "copy list"
    "media list";
  gap: clamp(22px, 2.7vw, 38px) clamp(44px, 5.2vw, 82px);
  align-items: start;
  width: min(calc(100% - 112px), 1520px);
  padding: clamp(44px, 4.5vw, 62px) 0 clamp(34px, 4vw, 54px);
}

.choke-control-copy {
  grid-area: copy;
  align-self: start;
}

.choke-control-copy h2 {
  font-size: clamp(38px, 3vw, 52px);
}

.cfp-page-choke-hub .choke-hub-hero {
  min-height: clamp(430px, 54vh, 540px);
}

.cfp-page-choke-hub .choke-hub-hero .product-hero-copy {
  padding-top: clamp(108px, 11vh, 138px);
  padding-bottom: clamp(34px, 5vh, 56px);
}

.choke-control-copy p:not(.eyebrow) {
  max-width: 42ch;
}

.choke-control-media {
  grid-area: media;
  min-height: clamp(310px, 28vw, 430px);
}

.choke-control-list {
  grid-area: list;
  align-content: start;
  gap: 12px;
}

.choke-control-row {
  min-height: 118px;
  padding: 18px 20px;
}

.choke-control-row strong {
  font-size: clamp(20px, 1.35vw, 24px);
}

.choke-control-row em {
  max-width: 58ch;
}

.cfp-page-choke-hub .choke-order-section,
.cfp-page-choke-category .choke-category-order {
  border: 1px solid #d0d9d5;
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(8, 165, 154, 0.055), transparent 34%),
    #fbfffd;
  color: var(--color-carbon-text);
}

.cfp-page-choke-hub .choke-order-section {
  width: min(calc(100% - 112px), 1520px);
  margin-bottom: clamp(50px, 5vw, 76px);
  padding: clamp(24px, 2.8vw, 36px);
}

.cfp-page-choke-hub .choke-order-section > div:first-child,
.cfp-page-choke-category .choke-category-order > div:first-child {
  align-items: start;
}

.cfp-page-choke-hub .choke-order-section > div:first-child {
  grid-template-columns: minmax(340px, 0.36fr) minmax(520px, 0.64fr);
}

.cfp-page-choke-hub .choke-order-section > div:first-child .eyebrow,
.cfp-page-choke-hub .choke-order-section > div:first-child h2 {
  grid-column: 1;
}

.cfp-page-choke-hub .choke-order-section > div:first-child > p:last-child {
  grid-column: 2;
  grid-row: 1 / span 2;
  align-self: center;
}

.cfp-page-choke-category .choke-category-order > div:first-child {
  display: block;
}

.cfp-page-choke-hub .choke-order-section h2,
.cfp-page-choke-hub .choke-order-section p,
.cfp-page-choke-category .choke-category-order h2,
.cfp-page-choke-category .choke-category-order p {
  color: var(--color-carbon-text);
}

.cfp-page-choke-hub .choke-order-section h2 span,
.cfp-page-choke-category .choke-category-order h2 span {
  color: var(--color-field-green-on-light);
}

.cfp-page-choke-hub .choke-order-section > div:first-child > p:last-child {
  max-width: 66ch;
  color: #173833;
}

.cfp-page-choke-hub .choke-order-steps {
  gap: 10px;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.cfp-page-choke-hub .choke-order-steps article {
  min-height: 116px;
  padding: 18px;
  border: 1px solid #d9e2de;
  border-radius: 6px;
  background: #f1f6f3;
}

.cfp-page-choke-hub .choke-order-steps span {
  color: var(--color-field-green-on-light);
}

.cfp-page-choke-hub .choke-order-steps h3 {
  margin-top: 18px;
  color: var(--color-carbon-text);
}

.cfp-page-choke-hub .choke-order-steps p {
  color: #24413d;
}

.cfp-page-choke-category .choke-category-hero {
  min-height: clamp(410px, 52vh, 480px);
}

.cfp-page-choke-category .product-hero-copy {
  width: min(760px, calc(100% - 48px));
  padding-top: 26px;
  padding-bottom: 34px;
}

.cfp-page-choke-category .product-hero h1 {
  max-width: 780px;
  font-size: clamp(44px, 3.8vw, 64px);
  line-height: 0.88;
}

.cfp-page-choke-category .product-hero h2 {
  max-width: 660px;
  font-size: clamp(23px, 1.95vw, 31px);
}

.cfp-page-choke-category .product-hero-text {
  max-width: 58ch;
  margin-top: 16px;
  font-size: 16.5px;
  line-height: 1.5;
}

.cfp-page-choke-category .product-hero-features {
  display: none;
}

.cfp-page-choke-category .product-hero-actions {
  margin-top: 22px;
}

.cfp-page-choke-category .choke-category-lead,
.cfp-page-positive-chokes .choke-category-lead {
  grid-template-areas:
    "intro media"
    "uses media";
  grid-template-columns: minmax(400px, 0.42fr) minmax(520px, 0.58fr);
  gap: clamp(18px, 2.4vw, 30px) clamp(42px, 5vw, 72px);
  align-items: start;
  padding-top: clamp(30px, 3.5vw, 44px);
  padding-bottom: clamp(28px, 3.4vw, 44px);
}

.cfp-page-choke-category .choke-category-lead .product-page-intro,
.cfp-page-positive-chokes .choke-category-lead .product-page-intro {
  align-self: start;
}

.cfp-page-choke-category .choke-category-lead .product-page-intro h2 {
  font-size: clamp(30px, 2.45vw, 42px);
}

.cfp-page-choke-category .choke-category-lead .product-page-intro p:not(.eyebrow) {
  max-width: 56ch;
  margin-top: 18px;
  color: #173833;
  font-size: 16px;
  line-height: 1.55;
}

.cfp-page-choke-category .choke-category-media,
.cfp-page-positive-chokes .choke-category-media {
  min-height: clamp(340px, 28vw, 430px);
}

.cfp-page-choke-category .choke-category-media img {
  width: min(100%, 620px);
  max-height: 96%;
}

.cfp-page-choke-category .choke-use-grid,
.cfp-page-positive-chokes .choke-use-grid {
  grid-template-columns: 1fr;
  gap: 0;
  margin-top: 0;
}

.cfp-page-choke-category .choke-use-grid article,
.cfp-page-positive-chokes .choke-use-grid article {
  min-height: 0;
  padding: 16px 0;
  border: 0;
  border-top: 1px solid #d5ddda;
  border-radius: 0;
  background: transparent;
}

.cfp-page-choke-category .choke-use-grid article:first-child,
.cfp-page-positive-chokes .choke-use-grid article:first-child {
  border-top: 0;
}

.cfp-page-choke-category .choke-use-grid h3 {
  margin-top: 0;
  font-size: 17px;
}

.cfp-page-choke-category .choke-use-grid p {
  margin-top: 8px;
  font-size: 14.5px;
}

.cfp-page-choke-category .choke-category-order {
  padding: clamp(22px, 2.5vw, 32px);
}

.cfp-page-choke-category .choke-category-order h2 {
  font-size: clamp(28px, 2.35vw, 38px);
}

.cfp-page-choke-category .choke-spec-list div {
  border-color: #d9e2de;
  background: #f1f6f3;
}

.cfp-page-choke-category .choke-spec-list strong {
  color: var(--color-field-green-on-light);
}

.cfp-page-choke-category .choke-spec-list span {
  color: #24413d;
}

.choke-model-compare-row a {
  justify-self: stretch;
  justify-content: center;
  min-height: 40px;
  padding: 3px 12px 0;
  border: 1px solid rgba(7, 130, 121, 0.34);
  border-radius: 6px;
  background: #eef4f1;
  color: var(--color-field-green-on-light);
  text-align: center;
}

.choke-model-compare-row a:hover,
.choke-model-compare-row a:focus-visible {
  border-color: var(--color-field-green-on-light);
  background: var(--color-field-green-on-light);
  color: #fbfffd;
}

@media (max-width: 1100px) {
  .choke-control-panel,
  .cfp-page-choke-category .choke-category-lead,
  .cfp-page-positive-chokes .choke-category-lead {
    grid-template-columns: 1fr;
  }

  .choke-control-panel {
    grid-template-areas:
      "copy"
      "media"
      "list";
  }

  .cfp-page-choke-category .choke-category-lead,
  .cfp-page-positive-chokes .choke-category-lead {
    grid-template-areas:
      "intro"
      "media"
      "uses";
  }

  .cfp-page-choke-category .choke-category-media,
  .cfp-page-positive-chokes .choke-category-media {
    min-height: 420px;
  }
}

@media (max-width: 760px) {
  .choke-control-panel,
  .cfp-page-choke-hub .choke-order-section,
  .cfp-page-choke-category .choke-family-ledger.choke-category-models,
  .cfp-page-choke-category .choke-category-order {
    width: calc(100% - 40px);
  }

  .cfp-page-choke-category .choke-category-hero {
    min-height: auto;
  }

  .cfp-page-choke-category .product-hero-copy {
    padding-top: 28px;
    padding-bottom: 34px;
  }

  .cfp-page-choke-category .product-hero h1 {
    font-size: clamp(38px, 10.4vw, 48px);
  }

  .cfp-page-choke-category .product-hero h2 {
    font-size: clamp(22px, 6.8vw, 28px);
  }

  .cfp-page-choke-category .choke-category-lead,
  .cfp-page-positive-chokes .choke-category-lead {
    padding-top: 30px;
    padding-bottom: 32px;
  }

  .cfp-page-choke-category .choke-category-media,
  .cfp-page-positive-chokes .choke-category-media {
    min-height: 300px;
  }

  .cfp-page-choke-hub .choke-order-section > div:first-child,
  .cfp-page-choke-category .choke-category-order > div:first-child {
    gap: 14px;
  }

  .cfp-page-choke-hub .choke-order-steps {
    grid-template-columns: 1fr;
  }

  .choke-model-compare-row a {
    justify-self: start;
    min-width: 160px;
  }
}

/* Choke subpage diagram pass: replace the notes badge with an image-like flow. */
.cfp-page-choke-category .choke-category-lead,
.cfp-page-positive-chokes .choke-category-lead {
  grid-template-columns: minmax(440px, 0.43fr) minmax(600px, 0.57fr);
  gap: clamp(28px, 4vw, 72px);
  align-items: stretch;
  padding-top: clamp(34px, 3.8vw, 52px);
  padding-bottom: clamp(34px, 3.8vw, 52px);
}

.cfp-page-choke-category .choke-category-lead .product-page-intro,
.cfp-page-positive-chokes .choke-category-lead .product-page-intro {
  padding-right: 0;
  border-right: 0;
}

.cfp-page-choke-category .choke-category-lead .product-page-intro h2 {
  max-width: 12ch;
  font-size: clamp(36px, 3vw, 52px);
  line-height: 0.94;
}

.cfp-page-choke-category .choke-category-lead .product-page-intro p:not(.eyebrow) {
  max-width: 54ch;
  margin: 20px 0 0;
  font-size: 16.5px;
  line-height: 1.58;
}

.cfp-page-choke-category .choke-use-grid,
.cfp-page-positive-chokes .choke-use-grid {
  align-self: end;
}

.cfp-page-choke-category .choke-use-grid article,
.cfp-page-positive-chokes .choke-use-grid article {
  padding: 18px 0;
}

.cfp-page-choke-category .choke-use-grid h3 {
  font-size: 16px;
  line-height: 1;
}

.cfp-page-choke-category .choke-use-grid p {
  max-width: 54ch;
  font-size: 15px;
  line-height: 1.45;
}

.cfp-page-choke-category .choke-category-media,
.cfp-page-positive-chokes .choke-category-media {
  min-height: clamp(520px, 38vw, 640px);
  align-self: stretch;
}

.cfp-page-choke-category .choke-category-media img {
  width: 100%;
  height: 100%;
  max-height: none;
  object-fit: cover;
  object-position: center;
  transform: none;
  left: 0;
  bottom: 0;
}

.cfp-page-adjustable-chokes .choke-category-media img {
  object-position: center 44%;
}

.cfp-page-positive-chokes .choke-category-media img {
  object-fit: contain;
  width: 86%;
  height: 92%;
  left: 7%;
  bottom: 0;
}

.cfp-page-target-chokes .choke-category-media img {
  object-position: center 42%;
}

.cfp-page-target-chokes .choke-category-hero .product-hero-media {
  opacity: 0.62;
  filter: contrast(1.04) saturate(1.04) brightness(0.92);
  object-fit: cover;
  object-position: center 46%;
}

.cfp-page-target-chokes .choke-category-hero .product-hero-shade {
  background:
    linear-gradient(90deg, rgba(0, 18, 18, 1) 0%, rgba(0, 18, 18, 0.96) 30%, rgba(0, 18, 18, 0.56) 68%, rgba(0, 18, 18, 0.78) 100%),
    linear-gradient(0deg, rgba(0, 18, 18, 0.26), rgba(0, 18, 18, 0));
}

.cfp-page-disc-chokes .choke-category-media img {
  object-fit: contain;
  width: 86%;
  height: 92%;
  left: 7%;
  bottom: 0;
}

.choke-selection-diagram-section {
  display: grid;
  grid-template-columns: minmax(360px, 0.34fr) minmax(560px, 0.66fr);
  gap: clamp(34px, 4vw, 68px);
  align-items: center;
  width: min(calc(100% - 112px), 1520px);
  margin: 0 auto clamp(52px, 5.5vw, 82px);
  padding-top: clamp(34px, 4vw, 56px);
  border-top: 1px solid #d4ddda;
}

.choke-selection-diagram-copy {
  align-self: center;
}

.choke-selection-diagram-copy h2 {
  max-width: 12ch;
  margin: 0;
  color: var(--color-carbon-text);
  font-family: var(--font-display);
  font-size: clamp(32px, 2.7vw, 48px);
  font-weight: 800;
  line-height: 0.96;
  text-transform: uppercase;
}

.choke-selection-diagram-copy p:not(.eyebrow) {
  max-width: 38ch;
  margin: 18px 0 0;
  color: #173833;
  font-size: 15.5px;
  line-height: 1.55;
}

.choke-selection-diagram {
  position: relative;
  justify-self: end;
  width: min(100%, 900px);
  min-height: clamp(300px, 20vw, 360px);
  overflow: hidden;
  border: 1px solid rgba(8, 165, 154, 0.28);
  border-radius: 8px;
  background:
    radial-gradient(circle at 50% 50%, rgba(8, 165, 154, 0.22), transparent 23%),
    radial-gradient(circle at 15% 18%, rgba(8, 165, 154, 0.14), transparent 28%),
    linear-gradient(145deg, #001212 0%, #03201e 54%, #071716 100%);
  box-shadow: inset 0 0 0 1px rgba(248, 248, 247, 0.035);
}

.choke-selection-diagram::before,
.choke-selection-diagram::after {
  content: "";
  position: absolute;
  inset: 50% 12%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(8, 165, 154, 0.62), transparent);
}

.choke-selection-diagram::after {
  inset: 13% 50%;
  width: 1px;
  height: auto;
  background: linear-gradient(180deg, transparent, rgba(8, 165, 154, 0.56), transparent);
}

.choke-diagram-center {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  display: grid;
  place-items: center;
  width: clamp(142px, 12vw, 178px);
  min-height: 72px;
  padding: 14px;
  border: 1px solid rgba(8, 165, 154, 0.44);
  border-radius: 999px;
  background: rgba(0, 18, 18, 0.94);
  color: #f3faf6;
  transform: translate(-50%, -50%);
}

.choke-diagram-center span {
  font-family: var(--font-display);
  font-size: clamp(14px, 1.05vw, 18px);
  font-weight: 800;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}

.choke-diagram-node {
  position: absolute;
  z-index: 2;
  display: grid;
  gap: 8px;
  width: min(31%, 248px);
  min-height: 96px;
  padding: 14px 15px;
  border: 1px solid rgba(8, 165, 154, 0.28);
  border-radius: 6px;
  background: #f7fbf9;
  color: var(--color-carbon-text);
}

.choke-diagram-node span {
  color: var(--color-field-green-on-light);
  font-family: var(--font-technical);
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}

.choke-diagram-node strong {
  font-family: var(--font-display);
  font-size: clamp(14px, 1vw, 17px);
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

.choke-diagram-node p {
  margin: 0;
  color: #23413d;
  font-size: 13px;
  line-height: 1.32;
}

.choke-diagram-node-1 {
  left: 26px;
  top: 24px;
}

.choke-diagram-node-2 {
  right: 26px;
  top: 24px;
}

.choke-diagram-node-3 {
  left: 26px;
  bottom: 24px;
}

.choke-diagram-node-4 {
  right: 26px;
  bottom: 24px;
}

@media (max-width: 1100px) {
  .cfp-page-choke-category .choke-category-lead,
  .cfp-page-positive-chokes .choke-category-lead,
  .choke-selection-diagram-section {
    grid-template-columns: 1fr;
  }

  .choke-selection-diagram-copy h2 {
    max-width: 16ch;
  }
}

@media (max-width: 760px) {
  .cfp-page-choke-category .choke-category-lead,
  .cfp-page-positive-chokes .choke-category-lead,
  .choke-selection-diagram-section {
    width: calc(100% - 40px);
  }

  .cfp-page-choke-category .choke-category-lead,
  .cfp-page-positive-chokes .choke-category-lead {
    gap: 22px;
    padding-top: 30px;
    padding-bottom: 34px;
  }

  .cfp-page-choke-category .choke-category-lead .product-page-intro h2 {
    max-width: 11ch;
    font-size: clamp(34px, 9.4vw, 44px);
  }

  .cfp-page-choke-category .choke-category-media,
  .cfp-page-positive-chokes .choke-category-media {
    min-height: 320px;
  }

  .choke-selection-diagram-section {
    gap: 22px;
    padding-top: 30px;
    margin-bottom: 42px;
  }

  .choke-selection-diagram {
    display: grid;
    gap: 10px;
    min-height: 0;
    padding: 18px;
  }

  .choke-selection-diagram::before,
  .choke-selection-diagram::after {
    display: none;
  }

  .choke-diagram-center,
  .choke-diagram-node {
    position: static;
    width: auto;
    min-height: 0;
    transform: none;
  }

  .choke-diagram-center {
    min-height: 58px;
    border-radius: 6px;
  }

  .choke-diagram-node:last-child {
    margin-bottom: 56px;
  }
}

/* Choke intro balance pass: make the first section read as one unit. */
@media (min-width: 1101px) {
  .cfp-page-choke-category .choke-category-lead,
  .cfp-page-positive-chokes .choke-category-lead {
    grid-template-columns: minmax(500px, 0.46fr) minmax(560px, 0.54fr);
    grid-template-rows: auto auto;
    gap: 18px clamp(48px, 5vw, 82px);
    align-items: stretch;
  }

  .cfp-page-choke-category .choke-category-lead .product-page-intro,
  .cfp-page-positive-chokes .choke-category-lead .product-page-intro {
    display: grid;
    align-content: start;
  }

  .cfp-page-choke-category .choke-category-lead .product-page-intro h2 {
    max-width: 13ch;
  }

  .cfp-page-choke-category .choke-category-media,
  .cfp-page-positive-chokes .choke-category-media {
    height: 100%;
    min-height: 0;
    align-self: stretch;
  }

  .cfp-page-choke-category .choke-category-media img {
    height: 100%;
  }

  .cfp-page-choke-category .choke-use-grid,
  .cfp-page-positive-chokes .choke-use-grid {
    align-self: start;
    overflow: hidden;
    border: 1px solid #d3ddda;
    border-radius: 8px;
    background: #fbfffd;
  }

  .cfp-page-choke-category .choke-use-grid article,
  .cfp-page-positive-chokes .choke-use-grid article {
    display: grid;
    grid-template-columns: minmax(132px, 0.24fr) minmax(0, 0.76fr);
    gap: 18px;
    align-items: center;
    padding: 18px 20px;
    border-top: 1px solid #d7e0dd;
  }

  .cfp-page-choke-category .choke-use-grid article:first-child,
  .cfp-page-positive-chokes .choke-use-grid article:first-child {
    border-top: 0;
  }

  .cfp-page-choke-category .choke-use-grid h3 {
    margin: 0;
    color: var(--color-field-green-on-light);
    font-size: 14px;
  }

  .cfp-page-choke-category .choke-use-grid p {
    margin: 0;
    max-width: none;
    font-size: 14.5px;
    line-height: 1.42;
  }

  .cfp-page-choke-category .choke-family-ledger.choke-category-models .choke-section-head {
    max-width: 760px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .cfp-page-choke-category .choke-family-ledger.choke-category-models .choke-section-head h2,
  .cfp-page-choke-category .choke-family-ledger.choke-category-models .choke-section-head p:not(.eyebrow) {
    margin-right: auto;
    margin-left: auto;
  }
}

@media (max-width: 760px) {
  .cfp-page-choke-category .choke-use-grid,
  .cfp-page-positive-chokes .choke-use-grid {
    overflow: hidden;
    border: 1px solid #d3ddda;
    border-radius: 8px;
    background: #fbfffd;
  }

  .cfp-page-choke-category .choke-use-grid article,
  .cfp-page-positive-chokes .choke-use-grid article {
    padding: 16px 18px;
  }
}

/* Choke hub map pass: replace the quote checklist with a designed control-method diagram. */
.cfp-page-choke-hub .choke-type-map-section {
  display: grid;
  grid-template-columns: minmax(320px, 0.34fr) minmax(680px, 0.66fr);
  gap: clamp(28px, 3.8vw, 58px);
  align-items: center;
  min-height: clamp(310px, 22vw, 380px);
  padding: clamp(26px, 2.8vw, 38px);
  overflow: hidden;
  border-color: rgba(7, 130, 121, 0.28);
  background:
    radial-gradient(circle at 74% 18%, rgba(8, 165, 154, 0.16), transparent 28%),
    linear-gradient(135deg, rgba(8, 165, 154, 0.08), transparent 36%),
    #001212;
}

.cfp-page-choke-hub .choke-type-map-section > .choke-map-copy {
  display: grid;
  grid-template-columns: minmax(0, 1fr) !important;
  align-content: center;
  gap: 0;
  width: 100%;
  min-width: 0;
  margin: 0;
}

.cfp-page-choke-hub .choke-type-map-section > .choke-map-copy .eyebrow,
.cfp-page-choke-hub .choke-type-map-section > .choke-map-copy h2,
.cfp-page-choke-hub .choke-type-map-section > .choke-map-copy p {
  grid-column: 1 !important;
  grid-row: auto !important;
}

.cfp-page-choke-hub .choke-type-map-section h2,
.cfp-page-choke-hub .choke-type-map-section p {
  color: var(--color-mist-text);
}

.cfp-page-choke-hub .choke-type-map-section h2 {
  max-width: 15ch;
  font-size: clamp(32px, 2.45vw, 42px);
  line-height: 0.98;
}

.cfp-page-choke-hub .choke-type-map-section h2 span {
  color: var(--color-brand-flake);
}

.cfp-page-choke-hub .choke-type-map-section > .choke-map-copy > p:last-child {
  grid-column: 1 !important;
  grid-row: auto !important;
  align-self: start !important;
  max-width: 42ch;
  margin: 22px 0 0;
  color: #d8e8e4 !important;
  font-size: 16px;
  line-height: 1.58;
}

.choke-type-map {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  width: 100%;
  min-width: 0;
  min-height: clamp(326px, 20vw, 376px);
  padding: clamp(14px, 1.3vw, 20px);
  overflow: hidden;
  border: 1px solid rgba(8, 165, 154, 0.24);
  border-radius: 8px;
  background:
    linear-gradient(rgba(8, 165, 154, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(8, 165, 154, 0.05) 1px, transparent 1px),
    radial-gradient(circle at 50% 50%, rgba(8, 165, 154, 0.13), transparent 43%),
    rgba(0, 26, 24, 0.72);
  background-size: 28px 28px, 28px 28px, auto, auto;
}

.choke-map-rail {
  position: absolute;
  inset: 50% 28px auto;
  z-index: 1;
  height: 2px;
  transform: translateY(-50%);
  background: linear-gradient(90deg, transparent, rgba(8, 165, 154, 0.84), transparent);
  box-shadow: 0 0 24px rgba(8, 165, 154, 0.28);
}

.choke-map-rail::before,
.choke-map-rail::after {
  content: "";
  position: absolute;
  top: -54px;
  width: 2px;
  height: 108px;
  background: linear-gradient(180deg, transparent, rgba(8, 165, 154, 0.62), transparent);
}

.choke-map-rail::before {
  left: 25%;
}

.choke-map-rail::after {
  right: 25%;
}

.choke-map-rail span {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 86px;
  height: 86px;
  transform: translate(-50%, -50%);
  border: 1px solid rgba(8, 165, 154, 0.36);
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(8, 165, 154, 0.24), transparent 58%),
    rgba(0, 18, 18, 0.84);
}

.choke-map-node {
  position: relative;
  z-index: 2;
  display: grid;
  align-content: start;
  min-width: 0;
  min-height: clamp(108px, 7vw, 128px);
  padding: 18px;
  border: 1px solid rgba(8, 165, 154, 0.2);
  border-radius: 7px;
  background: rgba(0, 18, 18, 0.72);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.choke-map-node::before {
  content: "";
  position: absolute;
  top: 18px;
  right: 18px;
  width: 30px;
  height: 30px;
  border: 1px solid rgba(8, 165, 154, 0.46);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(8, 165, 154, 0.28), transparent 62%);
}

.choke-map-node-positive::before {
  border-radius: 2px;
}

.choke-map-node-target::before {
  clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
}

.choke-map-node-disc::before {
  box-shadow: inset 0 0 0 8px rgba(8, 165, 154, 0.12);
}

.choke-map-node span {
  color: var(--color-brand-flake);
  font-family: var(--font-display);
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

.choke-map-node strong {
  margin-top: 12px;
  color: var(--color-mist-text);
  font-family: var(--font-display);
  font-size: clamp(18px, 1.3vw, 23px);
  font-weight: 800;
  line-height: 0.98;
  text-transform: uppercase;
}

.choke-map-node p {
  max-width: 31ch;
  margin: 10px 0 0;
  color: #d5e4e0;
  font-size: 13.5px;
  line-height: 1.38;
  overflow-wrap: break-word;
}

.choke-map-core {
  position: absolute;
  z-index: 3;
  left: 50%;
  top: 50%;
  display: grid;
  place-items: center;
  width: clamp(94px, 7vw, 122px);
  height: clamp(94px, 7vw, 122px);
  transform: translate(-50%, -50%);
  border: 1px solid rgba(8, 165, 154, 0.46);
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(8, 165, 154, 0.2), transparent 58%),
    #001212;
  box-shadow: 0 0 38px rgba(8, 165, 154, 0.18);
}

.choke-map-core span {
  width: 44px;
  height: 44px;
  border: 2px solid rgba(8, 165, 154, 0.72);
  border-radius: 50%;
  box-shadow: inset 0 0 0 9px rgba(8, 165, 154, 0.08);
}

.choke-map-core strong {
  position: absolute;
  bottom: 18px;
  color: #f3faf6;
  font-family: var(--font-display);
  font-size: 10px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

@media (max-width: 1100px) {
  .cfp-page-choke-hub .choke-type-map-section {
    grid-template-columns: 1fr;
  }

  .cfp-page-choke-hub .choke-type-map-section h2 {
    max-width: 16ch;
  }

  .choke-type-map {
    min-height: 360px;
  }
}

@media (max-width: 760px) {
  .cfp-page-choke-hub .choke-type-map-section {
    min-height: 0;
    padding: 22px 18px;
  }

  .cfp-page-choke-hub .choke-type-map-section h2 {
    max-width: 11ch;
    font-size: clamp(34px, 10vw, 42px);
  }

  .cfp-page-choke-hub .choke-type-map-section > .choke-map-copy > p:last-child {
    font-size: 15px;
  }

  .choke-type-map {
    grid-template-columns: 1fr;
    width: 100%;
    min-height: 0;
    gap: 10px;
    padding: 12px;
  }

  .choke-map-rail,
  .choke-map-core {
    display: none;
  }

  .choke-map-node {
    min-height: 0;
    padding: 16px;
  }

  .choke-map-node p {
    max-width: none;
  }
}

@media (min-width: 761px) {
  .cfp-page-choke-hub .choke-hub-hero .product-hero-copy,
  .cfp-page-choke-category .product-hero-copy {
    padding-top: 108px;
  }
}

.choke-product-detail-page {
  background: var(--color-paper-white);
}

.choke-product-detail-hero {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(0, 18, 18, 1) 0%, rgba(0, 18, 18, 0.98) 36%, rgba(0, 18, 18, 0.9) 62%, rgba(0, 18, 18, 1) 100%),
    var(--color-oil-black);
  color: #fff;
}

.choke-product-detail-hero .site-header-subpage {
  background: transparent;
  border-bottom: 0;
  box-shadow: none;
}

.choke-product-detail-shell {
  position: relative;
  z-index: 2;
  width: min(var(--page-max), calc(100% - 48px));
  margin: 0 auto;
  padding: 26px 0 62px;
}

.choke-product-detail-shell .breadcrumbs {
  margin-bottom: 18px;
}

.choke-product-detail-grid {
  display: grid;
  grid-template-columns: minmax(520px, 0.48fr) minmax(520px, 0.52fr);
  gap: clamp(42px, 5.2vw, 92px);
  align-items: center;
}

.choke-product-gallery {
  min-width: 0;
}

.choke-product-gallery-main {
  position: relative;
  display: grid;
  place-items: center;
  min-height: clamp(310px, 23vw, 410px);
  margin: 0;
  padding: clamp(18px, 1.7vw, 28px);
  border: 1px solid rgba(8, 165, 154, 0.2);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 24px 70px rgba(0, 18, 18, 0.22);
}

.choke-product-gallery-main img {
  display: block;
  width: 100%;
  max-height: clamp(270px, 20vw, 360px);
  object-fit: contain;
  border-radius: 6px;
  background: #fff;
}

.choke-product-image-note {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 14px;
  padding: 9px 12px;
  border: 1px solid rgba(8, 165, 154, 0.22);
  border-radius: 6px;
  background: rgba(248, 248, 247, 0.92);
  color: #24413d;
  font-size: 12px;
  line-height: 1.32;
  text-align: center;
}

.choke-product-thumbs {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: 12px;
}

.choke-product-gallery:not(.has-gallery) .choke-product-thumbs {
  display: none;
}

.choke-product-thumb {
  display: grid;
  place-items: center;
  height: 78px;
  padding: 7px;
  overflow: hidden;
  border: 1px solid rgba(8, 165, 154, 0.32);
  border-radius: 7px;
  background: #fff;
  cursor: pointer;
  appearance: none;
  transition: border-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.choke-product-thumb > img {
  background: #fff;
}

.choke-product-thumb::after {
  content: "";
  align-self: end;
  width: 100%;
  height: 2px;
  margin-top: 4px;
  background: var(--color-brand-teal);
  opacity: 0;
  transform: scaleX(0.35);
  transform-origin: center;
  transition: opacity 180ms ease, transform 180ms ease;
}

.choke-product-thumb:hover,
.choke-product-thumb:focus-visible {
  border-color: var(--color-brand-flake);
  outline: 0;
  transform: translateY(-2px);
}

.choke-product-thumb.is-active {
  border-color: var(--color-brand-teal);
  box-shadow: inset 0 -3px 0 rgba(8, 165, 154, 0.18);
}

.choke-product-thumb.is-active::after {
  opacity: 1;
  transform: scaleX(1);
}

.choke-product-thumb > img {
  grid-row: 1;
  width: auto !important;
  max-width: 100% !important;
  height: 58px !important;
  max-height: 58px !important;
  object-fit: contain;
}

.choke-product-detail-copy {
  display: flex;
  flex-direction: column;
  max-width: 750px;
}

.choke-product-detail-copy .eyebrow {
  margin: 0 0 12px;
  color: var(--color-field-green-on-dark);
  font-size: 15px;
  font-weight: 800;
}

.choke-product-detail-copy h1 {
  margin: 0;
  color: var(--color-mist-text);
  font-family: var(--font-display);
  font-size: clamp(56px, 5vw, 88px);
  font-weight: 800;
  line-height: 0.86;
  text-transform: uppercase;
}

.choke-product-detail-copy h2 {
  max-width: 720px;
  margin: 13px 0 0;
  color: var(--color-field-green-on-dark);
  font-family: var(--font-display);
  font-size: clamp(25px, 2.1vw, 36px);
  font-weight: 800;
  line-height: 1.02;
  text-transform: uppercase;
}

.choke-product-detail-copy > p:not(.eyebrow) {
  max-width: 660px;
  margin: 24px 0 0;
  color: #f5f7f5;
  font-size: 18px;
  line-height: 1.58;
}

.choke-product-feature-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin-top: 34px;
  border-top: 1px solid rgba(8, 165, 154, 0.34);
  border-bottom: 1px solid rgba(8, 165, 154, 0.34);
}

.choke-product-feature-strip span {
  display: flex;
  align-items: center;
  min-height: 70px;
  padding: 16px 18px;
  border-right: 1px solid rgba(8, 165, 154, 0.34);
  color: #fff;
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
}

.choke-product-feature-strip span:last-child {
  border-right: 0;
}

.choke-product-actions {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-top: 34px;
}

.choke-product-tabs {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  gap: clamp(24px, 4vw, 78px);
  padding: 18px max(24px, calc((100vw - var(--page-max)) / 2 + 24px));
  border-bottom: 1px solid #d8dedb;
  background: rgba(248, 248, 247, 0.94);
  backdrop-filter: blur(14px);
}

.choke-product-tablist {
  display: contents;
}

.choke-product-tab {
  position: relative;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--color-carbon-text);
  cursor: pointer;
  font-family: var(--font-display);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none !important;
  text-transform: uppercase;
  appearance: none;
}

.choke-product-tab::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -18px;
  height: 2px;
  background: var(--color-brand-teal);
  opacity: 0;
  transition: opacity 180ms ease;
}

.choke-product-tab:hover::after,
.choke-product-tab:focus-visible::after,
.choke-product-tab.is-active::after {
  opacity: 1;
}

#overview,
#specifications,
#features,
#documents,
#related-products {
  scroll-margin-top: 84px;
}

.choke-product-panels,
.choke-product-related-section {
  overflow-anchor: none;
}

.choke-product-panels.is-animating {
  transition: height 460ms cubic-bezier(0.16, 1, 0.3, 1);
}

.choke-product-panel[hidden] {
  display: none !important;
}

.choke-product-panel.is-active {
  animation: chokePanelIn 320ms cubic-bezier(0.22, 1, 0.36, 1);
}

@keyframes chokePanelIn {
  from {
    opacity: 0;
    filter: blur(3px);
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    filter: blur(0);
    transform: translateY(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .choke-product-panels.is-animating {
    transition: none;
  }

  .choke-product-panel.is-active {
    animation: none;
  }
}

.choke-product-content {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(330px, 0.36fr) minmax(310px, 0.32fr);
  gap: 28px;
  width: min(var(--page-max), calc(100% - 48px));
  margin: 0 auto;
  padding: 42px 0 34px;
}

.choke-product-detail-page .choke-category-nav {
  padding-top: clamp(46px, 5vw, 78px);
  padding-bottom: clamp(6px, 1vw, 12px);
}

.choke-product-overview {
  padding-right: clamp(20px, 2vw, 44px);
}

.choke-product-overview .eyebrow,
.choke-product-spec-card .eyebrow,
.choke-product-help-card .eyebrow,
.choke-product-docs-section .eyebrow,
.choke-product-related-section .eyebrow {
  margin: 0 0 12px;
  color: var(--color-label-green-on-light);
  font-size: 13px;
  font-weight: 800;
}

.choke-product-overview h2 {
  max-width: 740px;
  margin: 0 0 20px;
  color: var(--color-carbon-text);
  font-family: var(--font-display);
  font-size: clamp(36px, 3.1vw, 54px);
  font-weight: 800;
  line-height: 0.96;
  text-transform: uppercase;
}

.choke-product-overview p {
  max-width: 78ch;
  margin: 0 0 16px;
  color: #18302d;
  font-size: 17px;
  line-height: 1.62;
}

.choke-product-bullets {
  display: grid;
  gap: 12px;
  max-width: 78ch;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.choke-product-bullets li {
  position: relative;
  min-height: 28px;
  padding-left: 34px;
  color: #0d2522;
  font-size: 15px;
  line-height: 1.45;
}

.choke-product-bullets li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 18px;
  height: 18px;
  border: 2px solid var(--color-brand-teal);
  border-radius: 50%;
}

.choke-product-bullets li::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 9px;
  width: 7px;
  height: 4px;
  border-left: 2px solid var(--color-brand-teal);
  border-bottom: 2px solid var(--color-brand-teal);
  transform: rotate(-45deg);
}

.choke-product-spec-card,
.choke-product-help-card,
.choke-product-doc-card,
.choke-product-related-card,
.choke-product-fit-card {
  border: 1px solid #d2dad6;
  border-radius: 8px;
  background: #fff;
}

.choke-product-spec-card {
  align-self: start;
  padding: 24px;
}

.choke-product-spec-card dl {
  display: grid;
  gap: 0;
  margin: 0;
}

.choke-product-spec-card dl div {
  display: grid;
  grid-template-columns: minmax(116px, 0.42fr) minmax(0, 0.58fr);
  gap: 16px;
  padding: 13px 0;
  border-bottom: 1px solid #e3e8e5;
}

.choke-product-spec-card dl div:last-child {
  border-bottom: 0;
}

.choke-product-spec-card dt {
  color: var(--color-carbon-text);
  font-size: 13px;
  font-weight: 800;
}

.choke-product-spec-card dd {
  margin: 0;
  color: #24413d;
  font-size: 14px;
  line-height: 1.35;
}

.choke-product-spec-card small {
  display: block;
  margin-top: 16px;
  color: #52645f;
  font-size: 12px;
  line-height: 1.35;
}

@media (max-width: 420px) {
  .choke-product-spec-card dl div {
    grid-template-columns: 1fr;
    gap: 5px;
  }

  .choke-product-spec-card dd {
    overflow-wrap: anywhere;
  }
}

.choke-product-help-card {
  align-self: start;
  display: grid;
  grid-template-rows: auto auto minmax(0, 1fr) auto auto;
  align-content: stretch;
  padding: 24px;
  background:
    linear-gradient(135deg, rgba(8, 165, 154, 0.08), transparent 42%),
    #fff;
}

.choke-product-help-card h3 {
  margin: 0;
  color: var(--color-carbon-text);
  font-family: var(--font-display);
  font-size: 24px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

.choke-product-help-card p {
  align-self: center;
  margin: 16px 0 20px;
  color: #24413d;
  font-size: 15px;
  line-height: 1.5;
}

.choke-product-help-card .btn {
  width: 100%;
  justify-content: center;
}

.choke-product-help-card > a:not(.btn) {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 16px;
  color: var(--color-brand-teal-dark);
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 800;
  text-decoration: none !important;
  text-transform: uppercase;
}

.choke-product-spec-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.28fr);
  gap: 28px;
  align-items: start;
  width: min(var(--page-max), calc(100% - 48px));
  margin: 0 auto;
  padding: 34px 0 38px;
}

.choke-product-spec-layout .choke-product-config-section {
  width: auto;
  margin: 0;
  padding: 0;
}

.choke-product-spec-layout .choke-product-config-section.is-compact {
  grid-template-columns: minmax(280px, 0.32fr) minmax(0, 0.68fr);
}

.choke-product-fit-card {
  position: sticky;
  top: 86px;
  align-self: start;
  padding: 24px;
  background:
    radial-gradient(circle at 100% 0%, rgba(8, 165, 154, 0.12), transparent 42%),
    #fff;
}

.choke-product-fit-card .eyebrow {
  margin: 0 0 12px;
  color: var(--color-label-green-on-light);
  font-size: 13px;
  font-weight: 800;
}

.choke-product-fit-card h3 {
  margin: 0;
  color: var(--color-carbon-text);
  font-family: var(--font-display);
  font-size: 26px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

.choke-product-fit-card p {
  margin: 16px 0 18px;
  color: #24413d;
  font-size: 15px;
  line-height: 1.5;
}

.choke-product-fit-card ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.choke-product-fit-card li {
  position: relative;
  padding-left: 20px;
  color: #18302d;
  font-size: 14px;
  line-height: 1.4;
}

.choke-product-fit-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.68em;
  width: 8px;
  height: 2px;
  background: var(--color-brand-teal);
}

.choke-product-fit-card a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 22px;
  color: var(--color-brand-teal-dark);
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 800;
  text-decoration: none !important;
  text-transform: uppercase;
}

.choke-product-config-section,
.choke-product-docs-section,
.choke-product-related-section {
  width: min(var(--page-max), calc(100% - 48px));
  margin: 0 auto;
}

.choke-product-config-section {
  padding: 26px 0 36px;
}

.choke-product-config-section.is-compact {
  display: grid;
  grid-template-columns: minmax(300px, 0.34fr) minmax(0, 0.66fr);
  gap: 28px;
  align-items: start;
}

.choke-product-config-section.is-compact .choke-section-head {
  position: sticky;
  top: 78px;
  max-width: none;
  margin: 0;
  text-align: left;
}

.choke-product-config-section.is-compact .choke-section-head h2 {
  font-size: clamp(30px, 2.5vw, 42px);
}

.choke-product-config-section .choke-section-head,
.choke-product-related-section .choke-section-head {
  max-width: 880px;
  margin: 0 auto 24px;
  text-align: center;
}

.choke-product-config-table {
  overflow: hidden;
  border: 1px solid #d3dcd7;
  border-radius: 8px;
  background: #fff;
}

.choke-product-config-head,
.choke-product-config-row {
  display: grid;
  grid-template-columns: minmax(104px, 0.15fr) minmax(112px, 0.15fr) minmax(176px, 0.25fr) minmax(142px, 0.2fr) minmax(176px, 0.25fr);
  align-items: stretch;
}

.choke-product-config-head {
  background: var(--color-oil-black);
  color: #fff;
}

.choke-product-config-head span {
  padding: 16px 18px;
  border-right: 1px solid rgba(255, 255, 255, 0.16);
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.15;
  text-transform: uppercase;
}

.choke-product-config-row {
  border-top: 1px solid #e1e7e4;
}

.choke-product-config-row strong,
.choke-product-config-row span {
  display: flex;
  align-items: center;
  min-height: 66px;
  padding: 16px 18px;
  border-right: 1px solid #e1e7e4;
  color: #18302d;
  font-size: 14px;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.choke-product-config-row strong {
  color: var(--color-carbon-text);
  font-family: var(--font-display);
  font-size: 15px;
  font-weight: 800;
  text-transform: uppercase;
}

.choke-product-config-head span:last-child,
.choke-product-config-row span:last-child {
  border-right: 0;
}

.choke-product-docs-section {
  display: grid;
  grid-template-columns: minmax(420px, 0.42fr) minmax(500px, 0.58fr);
  gap: 32px;
  align-items: start;
  padding: 22px 0 42px;
}

.choke-product-docs-section h2 {
  margin: 0 0 14px;
  color: var(--color-carbon-text);
  font-family: var(--font-display);
  font-size: clamp(34px, 2.8vw, 48px);
  font-weight: 800;
  line-height: 0.98;
  text-transform: uppercase;
}

.choke-product-docs-section p {
  max-width: 58ch;
  margin: 0;
  color: #24413d;
  font-size: 16px;
  line-height: 1.58;
}

.choke-product-doc-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  grid-template-rows: auto auto;
  align-items: center;
  gap: 4px 18px;
  min-height: 128px;
  overflow: hidden;
  padding: 0 20px 0 84px;
  color: var(--color-carbon-text);
  text-decoration: none !important;
  transition: border-color 180ms ease, transform 180ms ease;
}

.choke-product-doc-card:hover,
.choke-product-doc-card:focus-visible {
  border-color: var(--color-brand-teal);
  outline: 0;
  transform: translateY(-2px);
}

.choke-product-doc-card span {
  position: absolute;
  inset: 0 auto 0 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: auto;
  padding: 0;
  border-radius: 0;
  background: var(--color-brand-teal);
  color: #fff;
  font-family: var(--font-display);
  font-size: 11px;
  font-weight: 800;
}

.choke-product-doc-card strong {
  grid-column: 1;
  grid-row: 1;
  align-self: end;
  margin-top: 0;
  font-family: var(--font-display);
  font-size: 20px;
  font-weight: 800;
  line-height: 1.05;
  text-transform: uppercase;
}

.choke-product-doc-card small {
  grid-column: 1;
  grid-row: 2;
  align-self: start;
  max-width: 58ch;
  margin-top: 0;
  color: #24413d;
  font-size: 13px;
  line-height: 1.35;
}

.choke-product-doc-card em {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  grid-column: 2;
  grid-row: 1 / span 2;
  align-self: center;
  justify-self: end;
  color: var(--color-brand-teal-dark);
  font-family: var(--font-display);
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
  margin-top: 0;
  text-transform: uppercase;
  white-space: nowrap;
}

@media (max-width: 560px) {
  .choke-product-doc-card {
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: auto auto auto;
    gap: 4px 12px;
    min-height: 132px;
    padding: 0 14px 0 68px;
  }

  .choke-product-doc-card span {
    width: 54px;
  }

  .choke-product-doc-card strong {
    grid-column: 1;
    grid-row: 1;
  }

  .choke-product-doc-card small {
    grid-column: 1;
    grid-row: 2;
  }

  .choke-product-doc-card em {
    grid-column: 1;
    grid-row: 3;
    align-self: start;
    justify-self: start;
    font-size: 10px;
  }
}

.choke-product-related-card em {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  align-self: end;
  margin-top: 18px;
  color: var(--color-brand-teal-dark);
  font-family: var(--font-display);
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
  text-transform: uppercase;
}

.choke-product-related-section {
  padding: 22px 0 44px;
}

.choke-product-related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.choke-product-related-section.has-two-cards {
  display: grid;
  grid-template-columns: minmax(300px, 0.34fr) minmax(0, 0.66fr);
  gap: 30px;
  align-items: start;
}

.choke-product-related-section.has-two-cards .choke-section-head {
  position: sticky;
  top: 84px;
  max-width: none;
  margin: 0;
  text-align: left;
}

.choke-product-related-section.has-two-cards .choke-product-related-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.choke-product-related-card {
  display: grid;
  grid-template-rows: auto auto auto minmax(0, 1fr) auto;
  align-content: stretch;
  min-height: 260px;
  padding: 22px;
  color: var(--color-carbon-text);
  text-decoration: none !important;
  transition: border-color 180ms ease, transform 180ms ease;
}

.choke-product-related-media {
  display: grid;
  place-items: center;
  height: 118px;
  margin: -6px -6px 18px;
  overflow: hidden;
  border: 1px solid rgba(0, 18, 18, 0.06);
  border-radius: 6px;
  background: #fff;
}

.choke-product-related-media img {
  display: block;
  width: 100%;
  height: 104px;
  object-fit: contain;
  background: #fff;
}

.choke-product-related-card:hover,
.choke-product-related-card:focus-visible {
  border-color: var(--color-brand-teal);
  outline: 0;
  transform: translateY(-2px);
}

.choke-product-related-card span {
  color: var(--color-label-green-on-light);
  font-family: var(--font-display);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.choke-product-related-card strong {
  margin-top: 12px;
  color: var(--color-carbon-text);
  font-family: var(--font-display);
  font-size: 24px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

.choke-product-related-card p {
  margin: 14px 0 0;
  color: #24413d;
  font-size: 14px;
  line-height: 1.45;
}

.ai-answer-block {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 300px);
  gap: clamp(24px, 4vw, 64px);
  align-items: center;
  width: 100%;
  margin: clamp(56px, 6vw, 92px) 0 0;
  padding: clamp(34px, 4.8vw, 62px) max(24px, calc((100vw - 1180px) / 2));
  color: var(--color-mist-text);
  background: var(--color-oil-black);
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.ai-answer-block .eyebrow {
  margin: 0 0 8px;
  color: var(--color-brand-flake);
}

.ai-answer-block h2 {
  margin: 0;
  max-width: 820px;
  color: var(--color-mist-text);
  font-size: clamp(30px, 3vw, 48px);
  line-height: 0.96;
  text-transform: uppercase;
}

.ai-answer-block p:not(.eyebrow) {
  max-width: 82ch;
  margin: 16px 0 0;
  color: color-mix(in srgb, var(--color-mist-text) 78%, var(--color-brand-flake));
  font-size: clamp(16px, 1.15vw, 19px);
  line-height: 1.48;
}

.ai-answer-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  max-width: 920px;
  margin: 24px 0 0;
  padding: 0;
  overflow: hidden;
  list-style: none;
  border: 1px solid color-mix(in srgb, var(--color-brand-flake) 34%, transparent);
  border-radius: 8px;
}

.ai-answer-points li {
  min-width: 0;
  padding: 16px 18px;
  background: color-mix(in srgb, var(--color-brand-flake) 9%, transparent);
}

.ai-answer-points strong,
.ai-answer-points span {
  display: block;
}

.ai-answer-points strong {
  color: var(--color-brand-flake);
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.ai-answer-points span {
  margin-top: 9px;
  color: color-mix(in srgb, var(--color-mist-text) 82%, var(--color-brand-flake));
  font-size: 13px;
  line-height: 1.38;
}

.ai-answer-block nav {
  display: grid;
  gap: 12px;
  min-width: 0;
}

.ai-answer-block nav a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 46px;
  padding: 12px 16px;
  color: var(--color-oil-black);
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  background: var(--color-brand-flake);
  border: 1px solid var(--color-brand-flake);
  border-radius: 6px;
}

.ai-answer-block nav a:nth-child(2) {
  color: var(--color-mist-text);
  background: transparent;
  border-color: color-mix(in srgb, var(--color-brand-flake) 68%, transparent);
}

.ai-answer-block nav a:hover,
.ai-answer-block nav a:focus-visible {
  color: var(--color-oil-black);
  background: var(--color-mist-text);
  border-color: var(--color-mist-text);
  outline: 0;
}

.cfp-faq-section {
  width: min(1180px, calc(100% - 48px));
  margin: clamp(56px, 6vw, 86px) auto;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.cfp-faq-section .choke-section-head {
  max-width: 760px;
  margin: 0 0 28px;
  padding: 0;
  border: 0;
}

.cfp-faq-section .choke-section-head h2 {
  font-size: clamp(30px, 3vw, 46px);
}

.cfp-faq-accordion {
  display: grid;
  gap: 0;
  border-top: 1px solid rgba(6, 97, 90, 0.2);
}

.cfp-faq-item {
  border-bottom: 1px solid rgba(6, 97, 90, 0.2);
}

.cfp-faq-item summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 72px;
  padding: 20px 0;
  color: var(--color-field-green-dark);
  cursor: pointer;
  list-style: none;
}

.cfp-faq-item summary::-webkit-details-marker {
  display: none;
}

.cfp-faq-item summary span {
  font-family: var(--font-display);
  font-size: clamp(18px, 1.45vw, 24px);
  font-weight: 800;
  line-height: 1.08;
  text-transform: uppercase;
}

.cfp-faq-item summary svg {
  flex: 0 0 28px;
  width: 28px;
  height: 28px;
  color: var(--color-field-green-dark);
  transition: transform 180ms ease;
}

.cfp-faq-item summary svg path {
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.cfp-faq-item[open] summary svg {
  transform: rotate(180deg);
}

.cfp-faq-item > div {
  max-width: 78ch;
  padding: 0 48px 24px 0;
}

.cfp-faq-item p {
  margin: 0;
  color: #173b37;
  font-size: 16px;
  line-height: 1.55;
}

@media (max-width: 1180px) {
  .choke-product-detail-grid,
  .choke-product-content,
  .choke-product-docs-section,
  .choke-product-spec-layout,
  .choke-product-related-section.has-two-cards,
  .choke-product-config-section.is-compact {
    grid-template-columns: 1fr;
  }

  .choke-product-detail-copy,
  .choke-product-overview {
    max-width: none;
    padding-right: 0;
  }

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

  .choke-product-config-section.is-compact .choke-section-head {
    position: static;
    max-width: 880px;
    margin: 0 auto 24px;
    text-align: center;
  }

  .choke-product-fit-card,
  .choke-product-related-section.has-two-cards .choke-section-head {
    position: static;
  }

  .choke-product-related-section.has-two-cards .choke-section-head {
    max-width: 880px;
    margin: 0 auto 24px;
    text-align: center;
  }
}

@media (max-width: 900px) {
  .ai-answer-block {
    grid-template-columns: 1fr;
    margin-top: 44px;
    padding: 28px 20px;
  }

  .ai-answer-points {
    grid-template-columns: 1fr;
  }

  .ai-answer-block nav {
    min-width: 0;
  }

  .cfp-faq-section {
    width: min(100% - 32px, 720px);
    margin: 48px auto;
  }

  .cfp-faq-item summary {
    min-height: 64px;
    padding: 18px 0;
  }

  .cfp-faq-item > div {
    padding: 0 0 22px;
  }

  .choke-product-config-head {
    display: none;
  }

  .choke-product-config-section.is-compact {
    display: block;
  }

  .choke-product-config-section.is-compact .choke-section-head {
    position: static;
    max-width: none;
    margin: 0 0 20px;
    text-align: left;
  }

  .choke-product-spec-layout {
    padding-top: 28px;
    gap: 18px;
  }

  .choke-product-config-table {
    display: grid;
    gap: 10px;
    overflow: visible;
    border: 0;
    background: transparent;
  }

  .choke-product-config-row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    overflow: hidden;
    border: 1px solid #d3dcd7;
    border-radius: 8px;
    background: #fff;
  }

  .choke-product-config-row strong,
  .choke-product-config-row span {
    min-height: 0;
    padding: 12px 16px;
    border-right: 0;
    border-bottom: 1px solid #e1e7e4;
  }

  .choke-product-config-row span::before {
    content: attr(data-label);
    min-width: 112px;
    color: var(--color-carbon-text);
    font-weight: 800;
  }

  .choke-product-config-row span:last-child {
    border-bottom: 0;
  }

  .choke-product-config-row.is-repeat-model strong {
    display: none;
  }
}

@media (max-width: 760px) {
  .site-header-subpage .menu-toggle {
    top: 17px;
    right: 20px;
  }

  .site-header-subpage .nav {
    top: 84px;
    max-height: min(460px, calc(100vh - 104px));
  }

  .choke-product-detail-shell {
    width: calc(100% - 40px);
    padding: 84px 0 26px;
  }

  .choke-product-detail-shell .breadcrumbs {
    display: none;
  }

  .choke-product-detail-grid {
    gap: 20px;
  }

  .hero-badge {
    min-height: 34px;
    padding: 8px 16px;
    font-size: 12px;
    font-weight: 600;
  }

  .hero-certifications {
    max-width: calc(100vw - 40px);
    gap: 13px 18px;
    margin-top: 24px;
    padding-top: 32px;
    font-size: 14px;
    font-weight: 400;
  }

  .choke-product-gallery-main {
    min-height: 210px;
    padding: 12px;
  }

  .choke-product-gallery-main img {
    max-height: 176px;
  }

  .choke-product-image-note {
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 10px;
    padding: 7px 9px;
    font-size: 11px;
  }

  .choke-product-thumbs {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    margin-top: 8px;
  }

  .choke-product-thumb {
    height: 50px;
    padding: 5px;
  }

  .choke-product-thumb > img {
    height: 34px !important;
    max-height: 34px !important;
  }

  .choke-product-detail-copy h1 {
    font-size: clamp(34px, 10.8vw, 48px);
    line-height: 0.9;
  }

  .choke-product-detail-copy h2 {
    font-size: clamp(18px, 5.4vw, 25px);
  }

  .choke-product-detail-copy > p:not(.eyebrow) {
    margin-top: 12px;
    font-size: 15.5px;
    line-height: 1.44;
  }

  .choke-product-actions {
    order: 5;
    margin-top: 24px;
  }

  .choke-product-feature-strip {
    order: 6;
    margin-top: 16px;
  }

  .choke-product-feature-strip {
    gap: 8px;
    overflow: visible;
  }

  .choke-product-feature-strip span {
    font-size: 10px;
  }

  .choke-product-feature-strip span:nth-child(n+3) {
    display: none;
  }

  .choke-product-actions {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }

  .choke-product-actions .btn,
  .choke-product-actions .download-link {
    justify-content: center;
    width: 100%;
  }

  .choke-product-tabs {
    display: flex;
    gap: 10px;
    justify-content: space-between;
    overflow-x: auto;
    padding: 13px 14px 12px;
    white-space: nowrap;
    backdrop-filter: blur(10px);
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .choke-product-tabs::-webkit-scrollbar {
    display: none;
  }

  .choke-product-tab {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    min-height: 40px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    font-size: 9.5px;
    text-align: center;
  }

  .choke-product-tab::after {
    display: block;
    bottom: -12px;
    height: 2px;
  }

  .choke-product-tab.is-active {
    border-color: transparent;
    box-shadow: none;
  }

  .choke-product-content,
  .choke-product-config-section,
  .choke-product-spec-layout,
  .choke-product-docs-section,
  .choke-product-related-section {
    width: calc(100% - 40px);
  }

  #overview,
  #specifications,
  #features,
  #documents,
  #related-products {
    scroll-margin-top: 132px;
  }

  .choke-product-content {
    padding-top: 30px;
  }

  .choke-product-overview h2,
  .choke-product-docs-section h2 {
    font-size: clamp(30px, 9vw, 40px);
  }

  .choke-product-config-head {
    display: none;
  }

  .choke-product-config-section.is-compact {
    display: block;
  }

.choke-product-config-section.is-compact .choke-section-head {
    margin-bottom: 20px;
    text-align: left;
  }

  .choke-product-spec-layout {
    padding-top: 28px;
    gap: 18px;
  }

  .choke-product-fit-card {
    padding: 20px;
  }

  .choke-product-fit-card h3 {
    font-size: 23px;
  }

  .choke-product-config-table {
    display: grid;
    gap: 10px;
    border: 0;
    background: transparent;
  }

  .choke-product-config-row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    border: 1px solid #d3dcd7;
    border-radius: 8px;
    background: #fff;
  }

  .choke-product-config-row strong,
  .choke-product-config-row span {
    min-height: 0;
    padding: 12px 16px;
    border-right: 0;
    border-bottom: 1px solid #e1e7e4;
  }

  .choke-product-config-row span::before {
    content: attr(data-label);
    min-width: 112px;
    color: var(--color-carbon-text);
    font-weight: 800;
  }

  .choke-product-config-row span:last-child {
    border-bottom: 0;
  }

  .choke-product-config-row.is-repeat-model strong {
    display: none;
  }

  .choke-product-related-section.has-two-cards .choke-product-related-grid,
  .choke-product-related-grid {
    grid-template-columns: 1fr;
  }

  .choke-product-related-card {
    min-height: 0;
  }

  .choke-product-related-media {
    height: 112px;
  }
}

@media (max-width: 420px) {
  .site-header-subpage .menu-toggle {
    right: 18px;
  }

  .site-header-subpage .header-cta {
    right: 70px;
    min-width: 96px;
    padding-inline: 12px;
  }
}

/* Landing refresh: proof strip and Texas-built about section. */
.cactusflow-landing-page .proof-band {
  --proof-bg: oklch(0.94 0.01 180);
  --proof-border: #d7dedb;
  --proof-divider: rgba(6, 97, 90, 0.22);
  --proof-title: var(--color-carbon-text);
  --proof-copy: #32413e;
  --proof-icon: var(--color-brand-teal);
  position: relative;
  z-index: 3;
  left: auto;
  top: auto;
  bottom: auto;
  width: min(var(--page-max), calc(100% - 48px));
  min-height: 122px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  overflow: hidden;
  transform: none;
  border: 1px solid var(--proof-border);
  border-radius: 0;
  background: var(--proof-bg);
  box-shadow: none;
  color: var(--proof-title);
}

.cactusflow-landing-page .proof-band article,
.cactusflow-landing-page .proof-band article:first-child,
.cactusflow-landing-page .proof-band article:last-child,
.cactusflow-landing-page .proof-band article + article,
.cactusflow-landing-page .proof-band article:nth-child(n+3) {
  min-height: 122px;
  padding: 28px 28px 24px 96px;
  border: 0;
  border-radius: 0;
  background: var(--proof-bg);
  box-shadow: none;
}

.cactusflow-landing-page .proof-band article + article::before,
.cactusflow-landing-page .proof-band article:nth-child(even)::before {
  content: "";
  position: absolute;
  left: 0;
  top: 18px;
  bottom: 18px;
  display: block;
  width: 1px;
  background: var(--proof-divider);
}

.cactusflow-landing-page .proof-title {
  min-height: 0;
  margin: 0 0 12px;
  color: var(--proof-title);
  font-size: clamp(13px, 0.84vw, 16px);
  line-height: 1.08;
  font-weight: 800;
  text-align: left;
  white-space: normal;
}

.cactusflow-landing-page .proof-band p:not(.proof-title) {
  display: block;
  max-width: 220px;
  margin: 0;
  color: var(--proof-copy);
  font-size: 12px;
  line-height: 1.36;
  text-align: left;
}

.cactusflow-landing-page .proof-band .line-icon {
  left: 34px;
  top: 31px;
  width: 40px;
  height: 40px;
  color: var(--proof-icon);
  stroke-width: 1.6;
  transform: none;
}

.cactusflow-landing-page .proof-band img.line-icon {
  filter: brightness(0) saturate(100%) invert(25%) sepia(48%) saturate(893%) hue-rotate(133deg) brightness(91%) contrast(96%);
}

.cactusflow-landing-page .proof-band img.proof-icon-filled {
  object-fit: contain;
  filter: none;
}

.cactusflow-landing-page .proof-band .texas-icon {
  width: 40px;
  height: 40px;
}

.motion-ready .cactusflow-landing-page .proof-band[data-motion],
.motion-ready .cactusflow-landing-page .products-intro[data-motion],
.motion-ready .cactusflow-landing-page .product-card[data-motion].is-visible {
  opacity: 1;
  transform: none;
  clip-path: none;
}

.motion-ready .cactusflow-landing-page .proof-band[data-motion],
.motion-ready .cactusflow-landing-page .products-intro[data-motion] {
  transition: none;
}

@media (prefers-reduced-motion: no-preference) {
  .cactusflow-landing-page .proof-band {
    overflow: hidden;
    border-color: var(--proof-border);
    background: var(--proof-bg);
    box-shadow: none;
  }

  .cactusflow-landing-page .proof-band article {
    background: var(--proof-bg);
    box-shadow: none;
  }
}

.cactusflow-landing-page .products {
  padding-top: 48px;
  padding-bottom: 40px;
  background: var(--color-paper-white);
}

.cactusflow-landing-page .products::before {
  display: none;
}

.cactusflow-landing-page .industries {
  padding-top: 50px;
  padding-bottom: 0;
  background: var(--color-paper-white);
}

.cactusflow-landing-page .spec-ledger {
  position: relative;
  padding: 46px 24px 62px;
  background: var(--color-paper-white);
  color: var(--color-carbon-text);
}

.cactusflow-landing-page .spec-ledger-inner {
  --spec-rule: color-mix(in srgb, var(--color-brand-flake) 28%, transparent);
  --spec-rule-soft: color-mix(in srgb, var(--color-brand-teal) 14%, transparent);
  --spec-paper: color-mix(in srgb, var(--color-paper-white) 86%, var(--color-card-white));
  --spec-head-border: color-mix(in srgb, var(--color-brand-flake) 24%, transparent);
  --spec-head-glow: color-mix(in srgb, var(--color-brand-flake) 18%, transparent);
  --spec-row-head-bg: color-mix(in srgb, var(--color-brand-teal) 6%, var(--spec-paper));
  --spec-muted-light: color-mix(in srgb, var(--color-mist-text) 78%, transparent);
  --spec-mark-text: color-mix(in srgb, var(--color-mist-text) 86%, transparent);
  --spec-plate-bg: color-mix(in srgb, var(--color-brand-teal) 18%, var(--color-oil-black));
  --spec-card-bg: color-mix(in srgb, var(--color-card-white) 74%, var(--color-paper-white));
  width: 100%;
  max-width: var(--page-max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(390px, 0.36fr) minmax(0, 0.64fr);
  align-items: stretch;
  overflow: hidden;
  border: 1px solid var(--color-soft-border);
  border-radius: 6px;
  background: var(--spec-paper);
}

.cactusflow-landing-page .spec-ledger-head {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 18px;
  min-height: 430px;
  padding: 42px 40px;
  border-right: 1px solid var(--spec-head-border);
  background:
    radial-gradient(circle at 18% 16%, color-mix(in srgb, var(--color-brand-flake) 18%, transparent), transparent 31%),
    linear-gradient(135deg, var(--spec-head-glow), transparent 48%),
    var(--color-oil-black);
  color: var(--color-mist-text);
}

.cactusflow-landing-page .spec-ledger-head::after {
  display: none;
}

.cactusflow-landing-page .spec-ledger-head > span {
  margin: 0;
  color: var(--color-brand-flake);
  font-family: var(--font-technical);
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

.cactusflow-landing-page .spec-ledger-head strong {
  max-width: 440px;
  color: var(--color-mist-text);
  font-family: var(--font-technical);
  font-size: clamp(34px, 2.85vw, 50px);
  font-weight: 800;
  line-height: 0.98;
  text-transform: uppercase;
}

.cactusflow-landing-page .spec-ledger-head > p {
  max-width: 440px;
  margin: 0;
  color: var(--spec-muted-light);
  font-size: 15.5px;
  font-weight: 550;
  line-height: 1.55;
}

.cactusflow-landing-page .spec-plate {
  width: min(100%, 500px);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-top: 2px;
  padding: 8px;
  border: 1px solid var(--spec-head-border);
  border-radius: 6px;
  background: color-mix(in srgb, var(--color-oil-black) 78%, var(--color-brand-teal));
}

.cactusflow-landing-page .spec-plate article {
  min-width: 0;
  min-height: 146px;
  display: grid;
  align-content: start;
  gap: 8px;
  padding: 16px 14px 14px;
  border: 1px solid color-mix(in srgb, var(--color-brand-flake) 22%, transparent);
  border-radius: 4px;
  background:
    linear-gradient(180deg, color-mix(in srgb, var(--color-brand-teal) 18%, transparent), transparent 80%),
    var(--color-oil-black);
}

.cactusflow-landing-page .spec-plate span {
  color: var(--spec-mark-text);
  font-family: var(--font-technical);
  font-size: 10.5px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

.cactusflow-landing-page .spec-plate strong {
  color: var(--color-mist-text);
  font-family: var(--font-technical);
  font-size: clamp(30px, 2.55vw, 45px);
  font-weight: 800;
  line-height: 0.9;
  text-transform: uppercase;
}

.cactusflow-landing-page .spec-plate em {
  max-width: 18ch;
  color: color-mix(in srgb, var(--color-mist-text) 74%, transparent);
  font-size: 12.5px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.36;
}

.cactusflow-landing-page .spec-ledger-mark {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  margin-top: 4px;
  padding-top: 20px;
  border-top: 1px solid var(--spec-head-border);
}

.cactusflow-landing-page .spec-ledger-mark span,
.cactusflow-landing-page .spec-ledger-mark a {
  min-width: 0;
  color: var(--spec-mark-text);
  font-family: var(--font-technical);
  font-size: 11px;
  font-style: normal;
  font-weight: 800;
  line-height: 1.24;
  text-transform: uppercase;
}

.cactusflow-landing-page .spec-ledger-mark a {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  justify-self: end;
  padding: 2px 16px 0;
  border: 1px solid var(--spec-head-border);
  border-radius: 4px;
  color: var(--color-brand-flake);
  text-align: right;
  text-decoration: none;
}

.cactusflow-landing-page .spec-ledger-mark a:hover {
  border-color: var(--color-brand-flake);
  background: var(--color-brand-flake);
  color: var(--color-mist-text);
}

.cactusflow-landing-page .spec-ledger-table {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(280px, 0.92fr);
  grid-template-areas:
    "quality built"
    "quality inventory"
    "rail rail"
    "fit fit";
  align-content: stretch;
  gap: 1px;
  padding: 1px;
  background: var(--spec-paper);
}

.cactusflow-landing-page .spec-ledger-row {
  position: relative;
  display: grid;
  align-content: end;
  gap: 12px;
  min-height: 180px;
  padding: 28px 30px 30px;
  overflow: hidden;
  background: var(--spec-card-bg);
  box-shadow: 0 0 0 1px var(--spec-rule-soft) inset;
}

.cactusflow-landing-page .spec-ledger-row::before {
  content: "";
  position: absolute;
  inset: 18px auto auto 24px;
  width: 34px;
  height: 3px;
  border-radius: 999px;
  background: var(--color-brand-teal);
}

.cactusflow-landing-page .spec-ledger-row::after {
  content: "";
  position: absolute;
  right: -44px;
  bottom: -54px;
  width: 138px;
  height: 138px;
  border: 1px solid color-mix(in srgb, var(--color-brand-teal) 13%, transparent);
  border-radius: 50%;
}

.cactusflow-landing-page .proof-card-large {
  grid-area: quality;
  align-content: center;
  min-height: 362px;
  padding-right: min(9vw, 170px);
  background:
    linear-gradient(100deg, color-mix(in srgb, var(--color-brand-teal) 13%, var(--spec-card-bg)), transparent 70%),
    var(--spec-card-bg);
}

.cactusflow-landing-page .spec-proof-built {
  grid-area: built;
}

.cactusflow-landing-page .spec-proof-inventory {
  grid-area: inventory;
}

.cactusflow-landing-page .proof-card-wide {
  grid-area: fit;
  min-height: 176px;
  padding-right: min(20vw, 330px);
  background:
    linear-gradient(90deg, color-mix(in srgb, var(--color-brand-teal) 10%, var(--spec-card-bg)), transparent 68%),
    var(--spec-card-bg);
}

.cactusflow-landing-page .spec-proof-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 8px;
}

.cactusflow-landing-page .spec-proof-tags span,
.cactusflow-landing-page .spec-confidence-rail span {
  color: var(--color-brand-teal-dark);
  font-family: var(--font-technical);
  font-size: 11.5px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

.cactusflow-landing-page .spec-proof-tags span {
  min-height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 2px 11px 0;
  border: 1px solid color-mix(in srgb, var(--color-brand-teal) 24%, transparent);
  border-radius: 999px;
  background: color-mix(in srgb, var(--color-card-white) 58%, transparent);
}

.cactusflow-landing-page .spec-confidence-rail {
  grid-area: rail;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 26px;
  align-items: center;
  min-height: 64px;
  padding: 18px 30px 16px;
  background: color-mix(in srgb, var(--color-brand-teal) 7%, var(--spec-card-bg));
  box-shadow: 0 0 0 1px var(--spec-rule-soft) inset;
}

.cactusflow-landing-page .spec-confidence-rail span {
  position: relative;
  padding-left: 17px;
}

.cactusflow-landing-page .spec-confidence-rail span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--color-brand-teal);
  transform: translateY(-50%);
}

.cactusflow-landing-page .spec-check {
  min-width: 0;
  color: var(--color-brand-teal-dark);
  font-family: var(--font-technical);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.12;
  text-transform: uppercase;
}

.cactusflow-landing-page .spec-check {
  color: var(--color-brand-teal);
}

.cactusflow-landing-page .spec-ledger-row strong {
  min-width: 0;
  color: var(--color-carbon-text);
  font-family: var(--font-technical);
  font-size: clamp(22px, 1.42vw, 30px);
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

.cactusflow-landing-page .spec-ledger-row p {
  max-width: 470px;
  margin: 0;
  color: var(--color-carbon-text);
  font-size: 14.25px;
  font-weight: 550;
  line-height: 1.48;
  opacity: 0.74;
}

.cactusflow-landing-page .about {
  grid-template-columns: minmax(430px, 0.45fr) minmax(0, 0.55fr);
  gap: clamp(16px, 1.6vw, 24px);
  align-items: stretch;
  padding-top: 56px;
  padding-bottom: 28px;
  background: var(--color-paper-white);
  color: var(--color-carbon-text);
}

.cactusflow-landing-page .about-copy {
  grid-column: 1;
  grid-row: 1;
  max-width: 720px;
}

.cactusflow-landing-page .about .eyebrow {
  color: var(--color-label-green-on-light);
}

.cactusflow-landing-page .about h2,
.cactusflow-landing-page .about h2 span {
  color: var(--color-carbon-text);
}

.cactusflow-landing-page .about h2 {
  max-width: 620px;
  font-size: clamp(38px, 3.1vw, 54px);
  line-height: 0.9;
}

.cactusflow-landing-page .about-copy > p:not(.eyebrow) {
  max-width: 630px;
  margin-top: 24px;
  color: #273533;
  font-size: 15.5px;
  line-height: 1.55;
}

.cactusflow-landing-page .facility {
  grid-column: 2;
  grid-row: 1;
  justify-self: stretch;
  align-self: center;
  order: 0;
  width: 100%;
  height: clamp(480px, 37vw, 540px);
  min-height: 0;
  border-radius: 0;
  object-fit: cover;
  object-position: center 42%;
}

.cactusflow-landing-page .stats {
  display: grid;
  grid-template-columns: 0.78fr 0.98fr 0.78fr 1fr;
  gap: 0;
  max-width: 640px;
  margin: 34px 0 30px;
  padding-top: 0;
}

.cactusflow-landing-page .stats::before,
.cactusflow-landing-page .stats::after {
  display: none;
}

.cactusflow-landing-page .stats div {
  align-items: flex-start;
  min-height: 124px;
  padding: 0 16px;
  text-align: left;
}

.cactusflow-landing-page .stats div:first-child {
  padding-left: 0;
}

.cactusflow-landing-page .stats div + div {
  border-left: 1px solid rgba(6, 97, 90, 0.25);
}

.cactusflow-landing-page .stat-icon {
  display: inline-flex;
  width: 24px;
  height: 24px;
  margin-bottom: 10px;
  color: var(--color-brand-teal-dark);
}

.cactusflow-landing-page .stat-icon svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.cactusflow-landing-page .stats strong {
  justify-content: flex-start;
  margin: 0;
  color: var(--color-carbon-text);
  font-size: clamp(24px, 1.65vw, 31px);
  line-height: 0.92;
  text-align: left;
  white-space: normal;
}

.cactusflow-landing-page .stats small {
  display: grid;
  gap: 6px;
  margin-top: 9px;
  color: var(--color-carbon-text);
  font-size: 11.5px;
  line-height: 1.1;
  text-align: left;
}

.cactusflow-landing-page .stats small span {
  display: block;
}

.cactusflow-landing-page .stats small em {
  display: block;
  max-width: 148px;
  margin-top: 0;
  color: #4b5d58;
  font-family: var(--font-body);
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.32;
  text-transform: none;
}

.cactusflow-landing-page .about-actions {
  margin-top: 2px;
}

.cactusflow-landing-page .about .underlink {
  color: var(--color-carbon-text);
}

@media (max-width: 1100px) {
  .cactusflow-landing-page .proof-band {
    width: 100%;
    margin-top: 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cactusflow-landing-page .proof-band article,
  .cactusflow-landing-page .proof-band article:first-child,
  .cactusflow-landing-page .proof-band article:last-child,
  .cactusflow-landing-page .proof-band article + article,
  .cactusflow-landing-page .proof-band article:nth-child(n+3) {
    min-height: 76px;
    padding: 16px 18px 14px 66px;
    border: 0;
  }

  .cactusflow-landing-page .proof-band article:nth-child(n+3) {
    border-top: 1px solid var(--proof-border);
  }

  .cactusflow-landing-page .proof-band .line-icon {
    left: 24px;
    width: 34px;
    height: 34px;
  }

  .cactusflow-landing-page .proof-band p:not(.proof-title) {
    font-size: 11.5px;
    line-height: 1.32;
  }

  .cactusflow-landing-page .about {
    grid-template-columns: minmax(0, 0.52fr) minmax(340px, 0.48fr);
    gap: clamp(16px, 2.4vw, 24px);
    align-items: center;
  }

  .cactusflow-landing-page .facility {
    grid-column: 2;
    grid-row: 1;
    width: 100%;
    height: clamp(560px, 58vw, 620px);
    object-position: center center;
  }

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

  .cactusflow-landing-page .stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 520px;
    row-gap: 0;
  }

  .cactusflow-landing-page .stats div {
    min-height: 108px;
    padding: 0 18px 18px;
  }

  .cactusflow-landing-page .stats div:nth-child(odd) {
    padding-left: 0;
    border-left: 0;
  }

  .cactusflow-landing-page .stats div:nth-child(even) {
    border-left: 1px solid rgba(6, 97, 90, 0.25);
  }

  .cactusflow-landing-page .stats div:nth-child(n+3) {
    padding-top: 18px;
    border-top: 1px solid rgba(6, 97, 90, 0.18);
  }

  .cactusflow-landing-page .stats small em {
    max-width: 190px;
  }
}

@media (max-width: 700px) {
  .cactusflow-landing-page .proof-band {
    width: calc(100% - 32px);
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cactusflow-landing-page .proof-band article,
  .cactusflow-landing-page .proof-band article:first-child,
  .cactusflow-landing-page .proof-band article:last-child,
  .cactusflow-landing-page .proof-band article + article,
  .cactusflow-landing-page .proof-band article:nth-child(n+3) {
    min-height: 118px;
    padding: 48px 14px 16px;
    border-top: 1px solid var(--proof-border);
  }

  .cactusflow-landing-page .proof-band article:nth-child(-n+2) {
    border-top: 0;
  }

  .cactusflow-landing-page .proof-band article + article::before,
  .cactusflow-landing-page .proof-band article:nth-child(even)::before {
    display: none;
  }

  .cactusflow-landing-page .proof-title {
    min-height: 0;
    margin-bottom: 8px;
    font-size: 12px;
    text-align: center;
  }

  .cactusflow-landing-page .proof-band .line-icon {
    left: 50%;
    top: 15px;
    width: 24px;
    height: 24px;
    transform: translateX(-50%);
  }

  .cactusflow-landing-page .proof-band p:not(.proof-title) {
    max-width: 150px;
    margin: 0 auto;
    font-size: 10.5px;
    line-height: 1.28;
    text-align: center;
  }

  .cactusflow-landing-page .products {
    padding-top: 66px;
    padding-bottom: 56px;
  }

  .cactusflow-landing-page .about {
    padding-top: 38px;
    padding-bottom: 42px;
  }

  .cactusflow-landing-page .about h2 {
    font-size: clamp(34px, 10vw, 44px);
  }

  .cactusflow-landing-page .facility {
    height: 300px;
    min-height: 300px;
    object-position: center;
  }

  .cactusflow-landing-page .stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 22px;
  }

  .cactusflow-landing-page .stats div {
    min-height: 124px;
    padding: 0 16px;
  }

  .cactusflow-landing-page .stats div:nth-child(odd) {
    padding-left: 0;
    border-left: 0;
  }

  .cactusflow-landing-page .stats div:nth-child(even) {
    border-left: 1px solid rgba(6, 97, 90, 0.25);
  }

  .cactusflow-landing-page .stats div:nth-child(n+3) {
    padding-top: 18px;
    border-top: 1px solid rgba(6, 97, 90, 0.18);
  }

  .cactusflow-landing-page .stats strong {
    font-size: 25px;
  }
}

/* Landing refinement: square hero, full-width proof strip, specialist CTA bar. */
.cactusflow-landing-page .hero {
  border-radius: 0;
}

.cactusflow-landing-page .proof-band {
  width: 100%;
  max-width: none;
  margin-right: 0;
  margin-left: 0;
  border-right: 0;
  border-left: 0;
  border-bottom: 0;
  background: var(--proof-bg);
  box-shadow: none;
}

.cactusflow-landing-page .proof-band article {
  background: var(--proof-bg);
}

.cactusflow-landing-page .proof-title {
  font-size: clamp(16px, 1.02vw, 19px);
  line-height: 1.02;
}

.cactusflow-landing-page .proof-band p:not(.proof-title) {
  font-size: 13px;
  line-height: 1.38;
}

.cactusflow-landing-page .build-cta {
  width: 100vw;
  max-width: none;
  height: auto;
  min-height: 188px;
  display: grid;
  grid-template-columns: minmax(78px, 104px) minmax(0, 1fr) minmax(236px, 292px);
  column-gap: 32px;
  align-items: center;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-bottom: 0;
  padding: 30px max(32px, calc((100vw - var(--page-max)) / 2));
  border: 0;
  border-radius: 0;
  background:
    radial-gradient(circle at 18% 50%, rgba(8, 165, 154, 0.22), transparent 34%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.03) 0 1px, transparent 1px 22px),
    var(--color-brand-teal-dark);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.cactusflow-landing-page .build-cta img,
.cactusflow-landing-page .build-cta::after {
  display: none;
}

.cactusflow-landing-page .cta-cactus {
  display: block;
  justify-self: center;
  width: 62px;
  height: 62px;
  margin: 0;
  padding: 15px;
  border-color: rgba(255, 255, 255, 0.42);
  color: white;
  stroke: currentColor;
}

.floating-contact.is-docking-lower:not(.is-active) {
  opacity: 0;
  transition:
    transform 420ms cubic-bezier(0.16, 1, 0.3, 1),
    opacity 120ms ease;
}

.cactusflow-landing-page .build-cta div {
  margin: 0;
}

.cactusflow-landing-page .build-cta p {
  margin: 0 0 4px;
  color: #e8fbf7;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.08em;
  word-spacing: 0.18em;
  text-transform: uppercase;
}

.cactusflow-landing-page .build-cta h2 {
  margin: 0;
  color: white;
  font-size: clamp(44px, 4vw, 68px);
  line-height: 0.9;
  letter-spacing: 0;
  word-spacing: -0.04em;
}

.cactusflow-landing-page .build-cta h2 span {
  color: white;
}

.cactusflow-landing-page .build-cta div > span {
  display: block;
  margin-top: 11px;
  color: #d9f0ea;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: 0.012em;
  word-spacing: 0.12em;
}

.cactusflow-landing-page .build-cta-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 0;
}

.cactusflow-landing-page .build-cta .btn {
  width: 100%;
  min-height: 52px;
  margin: 0;
  padding: 0 18px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 850;
  line-height: 1;
  text-align: center;
}

.cactusflow-landing-page .build-cta .btn.ghost.primary {
  background-color: #ffffff;
  color: var(--color-brand-teal-dark);
  border-color: #ffffff;
}

.cactusflow-landing-page .build-cta .btn.ghost.secondary {
  background-color: transparent;
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.66);
}

.cactusflow-landing-page .build-cta .btn.ghost:hover,
.cactusflow-landing-page .build-cta .btn.ghost:focus-visible {
  background-color: var(--color-oil-black);
  color: #ffffff;
  border-color: #ffffff;
}

@media (max-width: 1100px) {
  .cactusflow-landing-page .proof-title {
    font-size: clamp(14px, 1.7vw, 17px);
  }

  .cactusflow-landing-page .build-cta {
    grid-template-columns: 62px minmax(0, 1fr);
    row-gap: 20px;
    padding: 28px max(24px, calc((100vw - var(--page-max)) / 2));
  }

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

@media (max-width: 700px) {
  .cactusflow-landing-page .proof-band {
    width: 100%;
  }

  .cactusflow-landing-page .proof-title {
    font-size: 13px;
  }

  .cactusflow-landing-page .proof-band p:not(.proof-title) {
    font-size: 10.75px;
  }

  .cactusflow-landing-page .build-cta {
    grid-template-columns: 1fr;
    gap: 16px;
    min-height: 0;
    padding: 28px 20px 30px;
  }

  .cactusflow-landing-page .cta-cactus {
    position: absolute;
    top: 22px;
    right: 20px;
    width: 52px;
    height: 52px;
    padding: 12px;
    opacity: 0.85;
  }

  .cactusflow-landing-page .build-cta div:not(.build-cta-actions) {
    max-width: calc(100% - 76px);
  }

  .cactusflow-landing-page .build-cta h2 {
    max-width: 250px;
    font-size: clamp(34px, 11.5vw, 48px);
    line-height: 0.92;
  }

  .cactusflow-landing-page .build-cta div > span {
    max-width: 260px;
    font-size: 13px;
    word-spacing: 0.08em;
  }

  .cactusflow-landing-page .build-cta-actions {
    width: 100%;
  }
}

@media (prefers-reduced-motion: no-preference) {
  .cactusflow-landing-page .proof-band {
    background: var(--proof-bg);
  }

  .cactusflow-landing-page .proof-band article {
    background: var(--proof-bg);
    border-bottom: 0;
    box-shadow: none;
  }
}

/* Landing final tune: centered stat copy and restored product-card reveal. */
.cactusflow-landing-page .proof-band article,
.cactusflow-landing-page .proof-band article:first-child,
.cactusflow-landing-page .proof-band article:last-child,
.cactusflow-landing-page .proof-band article + article,
.cactusflow-landing-page .proof-band article:nth-child(n+3) {
  display: grid;
  grid-template-columns: 42px minmax(0, 250px);
  grid-template-rows: auto auto;
  column-gap: 16px;
  align-content: center;
  align-items: center;
  justify-content: center;
  min-height: 122px;
  padding: 24px 22px;
  text-align: left;
}

.cactusflow-landing-page .proof-title,
.cactusflow-landing-page .proof-band p:not(.proof-title) {
  grid-column: 2;
  max-width: 250px;
  margin-left: 0;
  margin-right: 0;
  text-align: left;
}

.cactusflow-landing-page .proof-band .line-icon {
  position: static;
  grid-column: 1;
  grid-row: 1 / 3;
  align-self: center;
  justify-self: center;
  width: 40px;
  height: 40px;
}

.cactusflow-landing-page .proof-band .texas-icon {
  width: 40px;
  height: 40px;
}

@media (prefers-reduced-motion: no-preference) {
  .motion-ready .cactusflow-landing-page .product-card[data-motion] {
    opacity: 0;
    transform: translate3d(0, 16px, 0);
    transition:
      border-color 160ms ease,
      opacity 560ms var(--motion-ease-out),
      transform 560ms var(--motion-ease-out);
    transition-delay: calc(var(--motion-index, 0) * 70ms);
  }

  .motion-ready .cactusflow-landing-page .product-card[data-motion].is-visible {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }

  .motion-ready .cactusflow-landing-page .product-card[data-motion] img {
    opacity: 0;
    transform: translate3d(0, 8px, 0) scale(1.01);
    clip-path: none;
    transition:
      opacity 360ms var(--motion-ease-out),
      transform 460ms var(--motion-ease-out);
    transition-delay: calc(var(--motion-index, 0) * 40ms);
  }

  .motion-ready .cactusflow-landing-page .product-card[data-motion].is-visible img {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
    clip-path: none;
  }
}

@media (max-width: 700px) {
  .cactusflow-landing-page .proof-band article,
  .cactusflow-landing-page .proof-band article:first-child,
  .cactusflow-landing-page .proof-band article:last-child,
  .cactusflow-landing-page .proof-band article + article,
  .cactusflow-landing-page .proof-band article:nth-child(n+3) {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    justify-items: center;
    padding: 48px 14px 16px;
    text-align: center;
  }

  .cactusflow-landing-page .proof-title,
  .cactusflow-landing-page .proof-band p:not(.proof-title) {
    grid-column: 1;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .cactusflow-landing-page .proof-band .line-icon {
    position: absolute;
    left: 50%;
    top: 15px;
    width: 24px;
    height: 24px;
    transform: translateX(-50%);
  }
}

/* Landing post-critique polish: tablet composition, card rhythm, footer colophon. */
.cactusflow-landing-page .product-card img,
.cactusflow-landing-page .product-card img.product-card-image-contain {
  aspect-ratio: 1 / 1;
  height: auto;
  object-fit: cover;
}

.cactusflow-landing-page .products-intro h2 {
  margin-top: 0;
}

.cactusflow-landing-page .eyebrow-quiet {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: #315451;
}

.cactusflow-landing-page .eyebrow-quiet::after {
  content: "";
  width: 54px;
  height: 1px;
  background: rgba(7, 130, 121, 0.42);
}

.cactusflow-landing-page .footer.footer-has-action {
  grid-template-columns: minmax(220px, 1.5fr) minmax(300px, 1.4fr) minmax(150px, 0.8fr) minmax(210px, 0.95fr);
  gap: clamp(34px, 4vw, 70px);
  align-items: start;
}

.cactusflow-landing-page .footer-contact {
  max-width: 360px;
}

.cactusflow-landing-page .footer-col-company {
  min-width: 210px;
}

@media (min-width: 701px) and (max-width: 1100px) {
  .cactusflow-landing-page .hero {
    --hero-media-width: 52vw;
  }

  .cactusflow-landing-page .hero-media-picture {
    right: var(--hero-media-right);
    width: var(--hero-media-width);
  }

  .cactusflow-landing-page .hero-media {
    opacity: 0.9;
    object-position: 25% center;
  }

  .cactusflow-landing-page .hero-shade {
    background:
      linear-gradient(90deg, #000000 0%, rgba(0, 0, 0, 0.98) 13%, rgba(0, 0, 0, 0.7) 26%, rgba(0, 0, 0, 0.24) 41%, rgba(0, 0, 0, 0) 58%),
      linear-gradient(270deg, rgba(0, 0, 0, 0.48) 0%, rgba(0, 0, 0, 0.2) 10%, rgba(0, 0, 0, 0) 24%);
  }

  .cactusflow-landing-page .hero-copy {
    padding-top: clamp(130px, 14vw, 158px);
  }

  .cactusflow-landing-page .hero-copy h1 {
    max-width: min(760px, calc(100vw - 96px));
    font-size: clamp(48px, 6.2vw, 56px);
    line-height: 0.96;
    font-weight: 900;
    white-space: normal;
  }

  .cactusflow-landing-page .products {
    gap: 42px;
    padding-top: 228px;
    padding-bottom: 100px;
  }

  .cactusflow-landing-page .stats {
    width: 100%;
    max-width: none;
  }

  .cactusflow-landing-page .proof-band article {
    min-height: 92px;
    padding: 20px 18px 18px 68px;
  }

  .cactusflow-landing-page .proof-band .line-icon {
    top: 18px;
    left: 22px;
    width: 22px;
    height: 22px;
  }

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

  .nav-item {
    gap: 6px;
  }

  .nav-menu {
    position: static;
    display: none;
    min-width: 0;
    gap: 2px;
    padding: 0 0 6px 12px;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    opacity: 1;
    pointer-events: auto;
    transform: none;
    transition: none;
  }

  .nav-item.is-open .nav-menu {
    display: grid;
    opacity: 1;
    pointer-events: auto;
    transform: none;
  }

  .nav-menu a {
    justify-content: flex-start;
    min-height: 38px;
    padding: 8px 0;
    color: #d3ece5;
  }

  .cactusflow-landing-page .footer.footer-has-action {
    grid-template-columns: 1.2fr 1.1fr;
    gap: 34px 54px;
  }

  .cactusflow-landing-page .footer-contact {
    grid-column: 2;
    grid-row: 1 / span 2;
  }

  .cactusflow-landing-page .footer-bottom {
    grid-column: 1 / -1;
  }
}

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

  .cactusflow-landing-page .proof-band article {
    min-height: 106px;
    padding: 22px 16px 18px 64px;
  }

  .cactusflow-landing-page .proof-band article:nth-child(n+3) {
    border-top: 0;
  }

  .cactusflow-landing-page .proof-band article + article::before {
    content: "";
    position: absolute;
    left: 0;
    top: 20px;
    bottom: 20px;
    display: block;
    width: 1px;
    background: rgba(150, 190, 183, 0.22);
  }
}

@media (min-width: 901px) and (max-width: 1240px) {
  .cactusflow-landing-page .products {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .cactusflow-landing-page .products-intro {
    justify-self: start;
    max-width: 680px;
  }

  .cactusflow-landing-page .product-cards {
    max-width: none;
  }

  .cactusflow-landing-page .industries-head {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .cactusflow-landing-page .industries-head > div > p:not(.eyebrow) {
    width: min(680px, 100%);
  }

  .cactusflow-landing-page .industry-row {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
    margin-top: 54px;
  }

  .cactusflow-landing-page .industry-row article {
    min-height: 148px;
    padding-top: 0;
    padding-left: 104px;
    border-top: 0;
  }

  .cactusflow-landing-page .industry-row article + article {
    padding-left: 116px;
    border-top: 0;
  }

  .cactusflow-landing-page .industry-row article + article::before {
    display: block;
  }

  .cactusflow-landing-page .industry-icon {
    left: 18px;
  }

  .cactusflow-landing-page .industry-row article + article .industry-icon {
    left: 36px;
    top: 2px;
  }
}

@media (min-width: 701px) and (max-width: 900px) {
  .cactusflow-landing-page .products {
    grid-template-columns: 1fr;
  }

  .cactusflow-landing-page .products-intro {
    justify-self: start;
    max-width: 560px;
  }

  .cactusflow-landing-page .body-copy,
  .cactusflow-landing-page .specialist-note {
    max-width: 520px;
  }

  .cactusflow-landing-page .about {
    padding-top: 74px;
    padding-bottom: 74px;
  }

  .cactusflow-landing-page .facility {
    justify-self: stretch;
    height: min(58vw, 430px);
  }

  .cactusflow-landing-page .about-copy {
    max-width: 100%;
  }

  .cactusflow-landing-page .industries {
    padding-top: 74px;
  }

  .cactusflow-landing-page .industry-row {
    grid-template-columns: 1fr;
    gap: 0;
    margin-top: 52px;
  }

  .cactusflow-landing-page .industry-row article {
    min-height: 126px;
  }

  .cactusflow-landing-page .build-cta {
    min-height: 210px;
    padding-right: 32px;
  }
}

@media (min-width: 841px) and (max-width: 900px) {
  .cactusflow-landing-page .facility {
    height: clamp(600px, 66vw, 630px);
    object-position: center center;
  }

  .cactusflow-landing-page .about-actions {
    flex-wrap: nowrap;
    gap: 14px;
  }

  .cactusflow-landing-page .about-actions .btn {
    min-height: 52px;
    padding: 2px 20px 0;
    gap: 10px;
    white-space: nowrap;
  }

  .cactusflow-landing-page .about .underlink {
    min-height: 52px;
    padding: 2px 10px 0;
    white-space: nowrap;
  }
}

@media (min-width: 701px) and (max-width: 840px) {
  .cactusflow-landing-page .about {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .cactusflow-landing-page .facility {
    grid-column: auto;
    grid-row: auto;
    justify-self: stretch;
    width: 100%;
    height: min(58vw, 430px);
    object-position: center 68%;
    -webkit-mask-image: linear-gradient(to bottom, transparent 0%, #000 6%, #000 88%, transparent 100%);
    mask-image: linear-gradient(to bottom, transparent 0%, #000 6%, #000 88%, transparent 100%);
  }

  .cactusflow-landing-page .about-copy {
    grid-column: auto;
    grid-row: auto;
    max-width: none;
    width: 100%;
  }

  .cactusflow-landing-page .about h2 {
    max-width: 780px;
    font-size: clamp(44px, 7.1vw, 58px);
  }

  .cactusflow-landing-page .about-copy > p:not(.eyebrow) {
    max-width: 760px;
    font-size: 17px;
    line-height: 1.58;
  }

  .cactusflow-landing-page .stats {
    max-width: min(100%, 660px);
  }
}

@media (max-width: 700px) {
  .cactusflow-landing-page .footer.footer-has-action {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .cactusflow-landing-page .footer-contact {
    max-width: none;
  }
}

/* Spec-led product divider: catalog facts between Products and About. */
@media (prefers-reduced-motion: no-preference) {
  .motion-ready .cactusflow-landing-page .spec-ledger[data-motion] {
    opacity: 0;
    transform: translate3d(0, 18px, 0);
    transition:
      opacity 520ms var(--motion-ease-out),
      transform 680ms var(--motion-ease-out);
  }

  .motion-ready .cactusflow-landing-page .spec-ledger[data-motion].is-visible {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@media (min-width: 1101px) and (max-width: 1500px) {
  .cactusflow-landing-page .spec-ledger {
    padding-top: 36px;
  }

  .cactusflow-landing-page .spec-ledger-inner {
    grid-template-columns: minmax(340px, 0.35fr) minmax(0, 0.65fr);
  }

  .cactusflow-landing-page .spec-ledger-head {
    min-height: 410px;
    padding: 34px 32px;
  }

  .cactusflow-landing-page .spec-ledger-head strong {
    max-width: 360px;
  }

  .cactusflow-landing-page .spec-ledger-head > p {
    max-width: 370px;
  }

  .cactusflow-landing-page .spec-ledger-mark {
    grid-template-columns: 1fr;
    gap: 7px;
  }

  .cactusflow-landing-page .spec-ledger-mark a {
    justify-self: start;
    width: fit-content;
    text-align: left;
  }

  .cactusflow-landing-page .spec-ledger-row {
    min-height: 196px;
    padding: 26px 24px;
  }

  .cactusflow-landing-page .proof-card-large {
    min-height: 338px;
    padding-right: 34px;
  }

  .cactusflow-landing-page .proof-card-wide {
    padding-right: 120px;
  }

  .cactusflow-landing-page .spec-ledger-row p {
    font-size: 13px;
  }
}

@media (min-width: 701px) and (max-width: 1100px) {
  .cactusflow-landing-page .spec-ledger {
    padding: 32px 24px 42px;
  }

  .cactusflow-landing-page .spec-ledger-inner {
    grid-template-columns: 1fr;
  }

  .cactusflow-landing-page .spec-ledger-head {
    min-height: 0;
    padding: 32px 34px 30px;
    border-right: 0;
    border-bottom: 1px solid var(--spec-rule);
  }

  .cactusflow-landing-page .spec-ledger-head strong {
    max-width: 680px;
    font-size: clamp(30px, 5vw, 42px);
  }

  .cactusflow-landing-page .spec-ledger-head > p {
    max-width: 650px;
  }

  .cactusflow-landing-page .spec-ledger-row {
    min-height: 194px;
    padding: 26px 24px;
  }

  .cactusflow-landing-page .proof-card-large {
    min-height: 320px;
    padding-right: 30px;
  }

  .cactusflow-landing-page .proof-card-wide {
    padding-right: 96px;
  }

  .cactusflow-landing-page .spec-ledger-row p {
    font-size: 13px;
  }

  .cactusflow-landing-page .about {
    padding-top: 44px;
  }
}

@media (max-width: 700px) {
  .cactusflow-landing-page {
    overflow-x: clip;
  }

  .cactusflow-landing-page .hero-copy,
  .cactusflow-landing-page .hero-copy h1,
  .cactusflow-landing-page .hero-copy p {
    max-width: 100%;
  }

  .cactusflow-landing-page .hero-copy p br {
    display: none;
  }

  .cactusflow-landing-page .hero-certifications {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    width: min(100%, 320px);
  }

  .cactusflow-landing-page .site-header {
    width: 100vw;
    max-width: 100vw;
    padding-inline: 20px;
  }

  .cactusflow-landing-page .header-cta {
    left: auto;
    right: 20px;
    width: 112px;
    min-width: 112px;
    max-width: 112px;
    padding-inline: 12px;
  }

  .cactusflow-landing-page .proof-band {
    max-width: 100vw;
    overflow: hidden;
  }

  .cactusflow-landing-page .proof-band article {
    min-width: 0;
  }

  .cactusflow-landing-page .proof-title {
    max-width: 14ch;
    white-space: normal;
  }

  .cactusflow-landing-page .proof-band .line-icon {
    position: static;
    grid-column: 1;
    grid-row: 1;
    margin-bottom: 10px;
    transform: none;
  }

  .cactusflow-landing-page .proof-band p:not(.proof-title) {
    grid-row: 3;
  }

  .cactusflow-landing-page .products {
    padding-bottom: 56px;
  }

  .cactusflow-landing-page .spec-ledger {
    padding: 0 20px 88px;
  }

  .cactusflow-landing-page .spec-ledger-inner {
    grid-template-columns: 1fr;
  }

  .cactusflow-landing-page .spec-ledger-head {
    min-height: 0;
    padding: 24px 22px 22px;
    border-right: 0;
    border-bottom: 1px solid var(--spec-rule);
  }

  .cactusflow-landing-page .spec-ledger-head strong {
    max-width: 330px;
    font-size: clamp(27px, 8vw, 34px);
  }

  .cactusflow-landing-page .spec-ledger-head > p {
    font-size: 13.75px;
    line-height: 1.48;
  }

  .cactusflow-landing-page .spec-ledger-mark {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    margin-top: 8px;
    padding-top: 14px;
  }

  .cactusflow-landing-page .spec-ledger-mark a {
    text-align: left;
  }

  .cactusflow-landing-page .spec-plate {
    grid-template-columns: 1fr;
  }

  .cactusflow-landing-page .spec-plate article {
    min-height: 0;
    grid-template-columns: minmax(62px, max-content) minmax(0, 1fr);
    gap: 6px 12px;
    align-items: center;
    padding: 13px 14px;
  }

  .cactusflow-landing-page .spec-plate span {
    grid-column: 1;
    grid-row: 1;
  }

  .cactusflow-landing-page .spec-plate strong {
    grid-column: 1;
    grid-row: 2;
    font-size: 28px;
  }

  .cactusflow-landing-page .spec-plate em {
    grid-column: 2;
    grid-row: 1 / span 2;
    max-width: none;
  }

  .cactusflow-landing-page .spec-ledger-table {
    grid-template-columns: 1fr;
    grid-template-areas:
      "quality"
      "rail"
      "built"
      "inventory"
      "fit";
  }

  .cactusflow-landing-page .spec-ledger-row-head {
    display: none;
  }

  .cactusflow-landing-page .spec-ledger-row {
    grid-template-columns: minmax(0, 1fr);
    grid-column: auto;
    gap: 9px;
    min-height: 160px;
    padding: 44px 22px 22px;
  }

  .cactusflow-landing-page .proof-card-large,
  .cactusflow-landing-page .proof-card-wide {
    min-height: 176px;
    padding-right: 22px;
  }

  .cactusflow-landing-page .spec-confidence-rail {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 18px;
    min-height: 0;
    padding: 17px 22px 16px;
  }

  .cactusflow-landing-page .spec-ledger-row strong {
    font-size: 19px;
    font-weight: 700;
    line-height: 1.05;
  }

  .cactusflow-landing-page .spec-ledger-row p {
    max-width: none;
    font-size: 12.75px;
    line-height: 1.38;
    opacity: 0.78;
  }

  .cactusflow-landing-page .about {
    padding-top: 36px;
  }
}

@media (min-width: 701px) and (max-width: 860px) {
  .cactusflow-landing-page .spec-ledger-row {
    min-height: 186px;
    padding: 44px 24px 24px;
  }
}

@media (min-width: 560px) and (max-width: 700px) {
  .cactusflow-landing-page .spec-ledger-table {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-areas:
      "quality quality"
      "rail rail"
      "built inventory"
      "fit fit";
  }

  .cactusflow-landing-page .spec-ledger-row {
    min-height: 188px;
    align-content: start;
    padding: 44px 18px 18px;
  }

  .cactusflow-landing-page .proof-card-large {
    grid-column: 1 / -1;
  }

  .cactusflow-landing-page .spec-ledger-row:nth-child(3) {
    border-top: 0;
    border-left: 1px solid var(--spec-rule-soft);
  }

  .cactusflow-landing-page .spec-ledger-row:nth-child(5) {
    border-left: 1px solid var(--spec-rule-soft);
  }
}

@media (max-width: 480px) {
  .cactusflow-landing-page .spec-ledger-row {
    padding-right: 22px;
  }
}

/* Buyer proof reel spotlight rebuild. */
.cactusflow-landing-page .spec-ledger {
  padding: 44px 24px 76px;
  background:
    linear-gradient(180deg, var(--color-paper-white), color-mix(in srgb, var(--color-paper-white) 82%, var(--color-brand-teal) 18%));
  color: var(--color-mist-text);
}

.cactusflow-landing-page .spec-ledger-inner {
  --proof-active: 0;
  --proof-stage-border: color-mix(in srgb, var(--color-brand-flake) 28%, transparent);
  --proof-stage-rule: color-mix(in srgb, var(--color-brand-flake) 18%, transparent);
  width: min(100%, var(--page-max));
  max-width: var(--page-max);
  min-height: clamp(520px, 39vw, 650px);
  display: grid;
  grid-template-columns: minmax(360px, 0.34fr) minmax(0, 0.66fr);
  overflow: hidden;
  border: 1px solid var(--proof-stage-border);
  border-radius: 8px;
  background:
    radial-gradient(circle at 20% 0%, color-mix(in srgb, var(--color-brand-flake) 16%, transparent), transparent 32%),
    linear-gradient(135deg, color-mix(in srgb, var(--color-brand-teal) 24%, transparent), transparent 48%),
    var(--color-oil-black);
  box-shadow:
    0 34px 90px color-mix(in srgb, var(--color-oil-black) 20%, transparent),
    0 0 0 1px color-mix(in srgb, var(--color-oil-black) 46%, transparent) inset;
}

.cactusflow-landing-page .spec-ledger-head {
  position: relative;
  z-index: 2;
  min-height: 0;
  justify-content: end;
  gap: 20px;
  padding: clamp(36px, 3.8vw, 60px);
  border-right: 1px solid var(--proof-stage-rule);
  background:
    radial-gradient(circle at 0% 100%, color-mix(in srgb, var(--color-brand-teal) 34%, transparent), transparent 42%),
    linear-gradient(180deg, color-mix(in srgb, var(--color-oil-black) 94%, transparent), var(--color-oil-black));
}

.cactusflow-landing-page .spec-ledger-head::before {
  content: "";
  position: absolute;
  inset: 28px 28px auto auto;
  width: 86px;
  height: 86px;
  border: 1px solid color-mix(in srgb, var(--color-brand-flake) 18%, transparent);
  border-radius: 50%;
  opacity: 0.72;
}

.cactusflow-landing-page .spec-ledger-head > span {
  color: var(--color-brand-flake);
  font-family: var(--font-technical);
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

.cactusflow-landing-page .spec-ledger-head strong {
  max-width: 460px;
  color: var(--color-mist-text);
  font-family: var(--font-technical);
  font-size: clamp(40px, 3.6vw, 66px);
  font-weight: 800;
  line-height: 0.88;
  text-transform: uppercase;
}

.cactusflow-landing-page .spec-ledger-head > p {
  max-width: 420px;
  margin: 0;
  color: color-mix(in srgb, var(--color-mist-text) 78%, transparent);
  font-size: 16px;
  font-weight: 560;
  line-height: 1.55;
}

.cactusflow-landing-page .spec-ledger-mark {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 12px;
  margin-top: 8px;
  padding-top: 22px;
  border-top: 1px solid var(--proof-stage-rule);
}

.cactusflow-landing-page .spec-ledger-mark span,
.cactusflow-landing-page .spec-ledger-mark a {
  color: color-mix(in srgb, var(--color-mist-text) 72%, transparent);
  font-family: var(--font-technical);
  font-size: 11.5px;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
}

.cactusflow-landing-page .spec-ledger-mark a {
  width: fit-content;
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 2px 18px 0;
  border: 1px solid var(--proof-stage-border);
  border-radius: 6px;
  color: var(--color-brand-flake);
  text-align: left;
  text-decoration: none;
}

.cactusflow-landing-page .spec-ledger-mark a:hover,
.cactusflow-landing-page .spec-ledger-mark a:focus-visible {
  border-color: var(--color-brand-flake);
  background: var(--color-brand-flake);
  color: var(--color-oil-black);
}

.cactusflow-landing-page .spec-ledger-table {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: minmax(0, 1fr) auto auto;
  grid-template-areas: none;
  min-height: clamp(520px, 39vw, 650px);
  overflow: hidden;
  padding: 0;
  background:
    linear-gradient(180deg, rgba(242, 245, 242, 0.05), transparent 18%),
    radial-gradient(circle at 52% 72%, color-mix(in srgb, var(--color-brand-flake) 26%, transparent), transparent 26%),
    radial-gradient(circle at 78% 20%, color-mix(in srgb, var(--color-brand-teal) 24%, transparent), transparent 30%),
    var(--color-oil-black);
}

.cactusflow-landing-page .spec-ledger-table::before {
  content: "";
  position: absolute;
  inset: auto 8% 86px;
  height: 132px;
  border-radius: 50%;
  background: radial-gradient(ellipse at center, color-mix(in srgb, var(--color-brand-flake) 28%, transparent), transparent 62%);
  filter: blur(18px);
  opacity: 0.54;
  pointer-events: none;
}

.cactusflow-landing-page .spec-ledger-table::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, color-mix(in srgb, var(--color-brand-flake) 8%, transparent) 1px, transparent 1px),
    linear-gradient(180deg, color-mix(in srgb, var(--color-brand-flake) 5%, transparent) 1px, transparent 1px);
  background-size: 78px 78px;
  mask-image: linear-gradient(180deg, transparent, #000 26%, #000 74%, transparent);
  opacity: 0.28;
}

.cactusflow-landing-page .proof-stage-lights {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.cactusflow-landing-page .proof-stage-rig {
  position: absolute;
  top: 26px;
  left: 8%;
  right: 8%;
  height: 1px;
  background: color-mix(in srgb, var(--color-brand-flake) 28%, transparent);
}

.cactusflow-landing-page .proof-stage-rig::before,
.cactusflow-landing-page .proof-stage-rig::after {
  content: "";
  position: absolute;
  top: -8px;
  width: 16px;
  height: 16px;
  border: 1px solid color-mix(in srgb, var(--color-brand-flake) 48%, transparent);
  border-radius: 50%;
  background: var(--color-oil-black);
  box-shadow: 0 0 24px color-mix(in srgb, var(--color-brand-flake) 42%, transparent);
}

.cactusflow-landing-page .proof-stage-rig::before {
  left: 16%;
}

.cactusflow-landing-page .proof-stage-rig::after {
  right: 16%;
}

.cactusflow-landing-page .proof-spotlight {
  position: absolute;
  top: -18px;
  left: 50%;
  width: 34%;
  height: 78%;
  clip-path: polygon(45% 0, 55% 0, 100% 100%, 0 100%);
  background:
    linear-gradient(180deg, color-mix(in srgb, var(--color-mist-text) 38%, transparent), transparent 72%),
    linear-gradient(90deg, transparent, color-mix(in srgb, var(--color-brand-flake) 15%, transparent), transparent);
  filter: blur(0.4px);
  mix-blend-mode: screen;
  opacity: 0.34;
  transform-origin: 50% 0%;
  transform: translateX(-50%) rotate(0deg);
}

.cactusflow-landing-page .proof-spotlight-one {
  animation: proofSpotlightOne 8.8s var(--motion-ease-out) infinite;
}

.cactusflow-landing-page .proof-spotlight-two {
  left: 30%;
  width: 27%;
  opacity: 0.24;
  animation: proofSpotlightTwo 10.4s var(--motion-ease-out) infinite;
}

.cactusflow-landing-page .proof-spotlight-three {
  left: 73%;
  width: 29%;
  opacity: 0.22;
  animation: proofSpotlightThree 9.6s var(--motion-ease-out) infinite;
}

.cactusflow-landing-page .proof-reel-track {
  position: relative;
  z-index: 1;
  grid-column: 1;
  grid-row: 1;
  display: flex;
  min-width: 0;
  transform: translate3d(calc(var(--proof-active) * -100%), 0, 0);
  transition: transform 760ms cubic-bezier(0.16, 1, 0.3, 1);
  will-change: transform;
}

.cactusflow-landing-page .proof-reel-item {
  flex: 0 0 100%;
  min-width: 0;
  min-height: 410px;
  display: grid;
  align-content: end;
  gap: 14px;
  padding: clamp(92px, 8vw, 132px) clamp(34px, 6vw, 92px) 66px;
  color: var(--color-mist-text);
  opacity: 0.2;
  transform: scale(0.965);
  transition:
    opacity 520ms var(--motion-ease-out),
    transform 760ms cubic-bezier(0.16, 1, 0.3, 1);
}

.cactusflow-landing-page .proof-reel-item.is-active {
  opacity: 1;
  transform: scale(1);
}

.cactusflow-landing-page .proof-reel-item[data-motion-item] {
  opacity: 0.2;
  transform: scale(0.965);
}

.cactusflow-landing-page .proof-reel-item[data-motion-item].is-active {
  opacity: 1;
  transform: scale(1);
}

.cactusflow-landing-page .proof-reel-label {
  width: fit-content;
  color: var(--color-brand-flake);
  font-family: var(--font-technical);
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

.cactusflow-landing-page .proof-reel-item strong {
  max-width: 820px;
  color: var(--color-mist-text);
  font-family: var(--font-technical);
  font-size: clamp(58px, 7vw, 116px);
  font-weight: 800;
  line-height: 0.78;
  text-transform: uppercase;
  text-shadow:
    0 0 30px color-mix(in srgb, var(--color-brand-flake) 42%, transparent),
    0 18px 44px color-mix(in srgb, var(--color-oil-black) 64%, transparent);
}

.cactusflow-landing-page .proof-reel-item p {
  max-width: 610px;
  margin: 0;
  color: color-mix(in srgb, var(--color-mist-text) 82%, transparent);
  font-size: clamp(16px, 1.1vw, 19px);
  font-weight: 560;
  line-height: 1.48;
}

.cactusflow-landing-page .proof-reel-controls {
  position: relative;
  z-index: 2;
  grid-column: 1;
  grid-row: 2;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1px;
  border-top: 1px solid var(--proof-stage-rule);
  background: var(--proof-stage-rule);
}

.cactusflow-landing-page .proof-reel-controls button {
  min-width: 0;
  min-height: 62px;
  padding: 3px 10px 0;
  border: 0;
  border-radius: 0;
  background: color-mix(in srgb, var(--color-oil-black) 82%, var(--color-brand-teal) 18%);
  color: color-mix(in srgb, var(--color-mist-text) 64%, transparent);
  cursor: pointer;
  font-family: var(--font-technical);
  font-size: 11.5px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
  transition:
    background-color 180ms ease,
    color 180ms ease,
    box-shadow 180ms ease;
}

.cactusflow-landing-page .proof-reel-controls button:hover,
.cactusflow-landing-page .proof-reel-controls button:focus-visible,
.cactusflow-landing-page .proof-reel-controls button.is-active {
  background: color-mix(in srgb, var(--color-brand-flake) 92%, var(--color-mist-text) 8%);
  color: var(--color-oil-black);
  box-shadow: 0 -12px 36px color-mix(in srgb, var(--color-brand-flake) 24%, transparent) inset;
}

.cactusflow-landing-page .proof-reel-ticker {
  position: relative;
  z-index: 2;
  grid-column: 1;
  grid-row: 3;
  display: flex;
  overflow: hidden;
  border-top: 1px solid var(--proof-stage-rule);
  background: color-mix(in srgb, var(--color-oil-black) 72%, var(--color-brand-teal) 28%);
}

.cactusflow-landing-page .proof-reel-ticker div {
  flex: 0 0 auto;
  display: flex;
  min-width: max-content;
  animation: proofTicker 24s linear infinite;
}

.cactusflow-landing-page .proof-reel-ticker span {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  padding: 2px 22px 0;
  color: color-mix(in srgb, var(--color-mist-text) 72%, transparent);
  font-family: var(--font-technical);
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
}

@keyframes proofSpotlightOne {
  0%, 100% {
    transform: translateX(-50%) rotate(-8deg);
    opacity: 0.28;
  }
  48% {
    transform: translateX(-50%) rotate(8deg);
    opacity: 0.42;
  }
}

@keyframes proofSpotlightTwo {
  0%, 100% {
    transform: translateX(-50%) rotate(10deg);
  }
  52% {
    transform: translateX(-50%) rotate(-5deg);
  }
}

@keyframes proofSpotlightThree {
  0%, 100% {
    transform: translateX(-50%) rotate(-11deg);
  }
  50% {
    transform: translateX(-50%) rotate(4deg);
  }
}

@keyframes proofTicker {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-100%, 0, 0);
  }
}

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

  .cactusflow-landing-page .spec-ledger-head {
    border-right: 0;
    border-bottom: 1px solid var(--proof-stage-rule);
  }

  .cactusflow-landing-page .spec-ledger-head strong {
    max-width: 620px;
  }

  .cactusflow-landing-page .spec-ledger-head > p {
    max-width: 580px;
  }
}

@media (max-width: 700px) {
  .cactusflow-landing-page .spec-ledger {
    padding: 0 20px 76px;
  }

  .cactusflow-landing-page .spec-ledger-inner {
    min-height: 0;
  }

  .cactusflow-landing-page .spec-ledger-head {
    padding: 28px 22px 24px;
  }

  .cactusflow-landing-page .spec-ledger-head strong {
    font-size: clamp(31px, 9vw, 42px);
    line-height: 0.9;
  }

  .cactusflow-landing-page .spec-ledger-head > p {
    font-size: 14px;
    line-height: 1.45;
  }

  .cactusflow-landing-page .spec-ledger-table {
    min-height: 490px;
  }

  .cactusflow-landing-page .proof-reel-item {
    min-height: 330px;
    padding: 86px 22px 42px;
  }

  .cactusflow-landing-page .proof-reel-item strong {
    font-size: clamp(43px, 15vw, 70px);
    line-height: 0.82;
  }

  .cactusflow-landing-page .proof-reel-item p {
    font-size: 14px;
    line-height: 1.42;
  }

  .cactusflow-landing-page .proof-reel-controls {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cactusflow-landing-page .proof-reel-controls button {
    min-height: 48px;
  }

  .cactusflow-landing-page .proof-reel-controls button:last-child {
    grid-column: 1 / -1;
  }

  .cactusflow-landing-page .proof-spotlight {
    width: 58%;
    height: 68%;
  }

  .cactusflow-landing-page .proof-spotlight-two,
  .cactusflow-landing-page .proof-spotlight-three {
    opacity: 0.15;
  }
}

@media (prefers-reduced-motion: reduce) {
  .cactusflow-landing-page .proof-spotlight,
  .cactusflow-landing-page .proof-reel-ticker div {
    animation: none;
  }

  .cactusflow-landing-page .proof-reel-track {
    transition: none;
  }
}

/* Buyer proof reel polish pass: full-bleed, flat stage, light-only gradients. */
.cactusflow-landing-page .spec-ledger {
  width: 100vw;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding: 0;
  background: var(--color-oil-black);
}

.cactusflow-landing-page .spec-ledger-inner {
  width: 100vw;
  max-width: none;
  min-height: clamp(560px, 40vw, 690px);
  grid-template-columns: minmax(360px, 34vw) minmax(0, 1fr);
  margin: 0;
  border-right: 0;
  border-left: 0;
  border-radius: 0;
  background: var(--color-oil-black);
  box-shadow:
    0 1px 0 color-mix(in srgb, var(--color-brand-flake) 20%, transparent) inset,
    0 -1px 0 color-mix(in srgb, var(--color-brand-flake) 16%, transparent) inset;
}

.cactusflow-landing-page .spec-ledger-head {
  justify-content: center;
  padding: clamp(44px, 5.8vw, 108px) clamp(32px, 4.9vw, 92px);
  background: var(--color-oil-black);
}

.cactusflow-landing-page .spec-ledger-head::before,
.cactusflow-landing-page .spec-ledger-head::after,
.cactusflow-landing-page .spec-ledger-table::before,
.cactusflow-landing-page .spec-ledger-table::after {
  display: none;
}

.cactusflow-landing-page .spec-ledger-head strong {
  max-width: 560px;
  font-size: clamp(40px, 3.7vw, 70px);
  line-height: 0.9;
  text-shadow: 0 18px 32px rgba(0, 0, 0, 0.48);
}

.cactusflow-landing-page .spec-ledger-head > p {
  max-width: 500px;
  color: color-mix(in srgb, var(--color-mist-text) 78%, transparent);
}

.cactusflow-landing-page .spec-ledger-table {
  min-height: clamp(560px, 40vw, 690px);
  background: var(--color-oil-black);
}

.cactusflow-landing-page .proof-stage-rig {
  top: 38px;
  background: color-mix(in srgb, var(--color-brand-flake) 30%, transparent);
}

.cactusflow-landing-page .proof-stage-rig::before,
.cactusflow-landing-page .proof-stage-rig::after {
  background: var(--color-oil-black);
  box-shadow: none;
}

.cactusflow-landing-page .proof-spotlight {
  top: 40px;
  height: 74%;
  background:
    linear-gradient(180deg, color-mix(in srgb, var(--color-mist-text) 34%, transparent), transparent 72%),
    linear-gradient(90deg, transparent, color-mix(in srgb, var(--color-brand-flake) 13%, transparent), transparent);
  opacity: 0.28;
}

.cactusflow-landing-page .proof-spotlight-two {
  opacity: 0.2;
}

.cactusflow-landing-page .proof-spotlight-three {
  opacity: 0.18;
}

.cactusflow-landing-page .proof-reel-item {
  min-height: 452px;
  padding: clamp(106px, 8vw, 146px) clamp(42px, 8vw, 150px) 72px;
}

.cactusflow-landing-page .proof-reel-label {
  color: var(--color-brand-flake);
}

.cactusflow-landing-page .proof-reel-item strong {
  max-width: 900px;
  font-size: clamp(58px, 6.6vw, 124px);
  line-height: 0.82;
  text-shadow:
    0 2px 0 rgba(0, 18, 18, 0.82),
    0 22px 34px rgba(0, 0, 0, 0.52);
}

.cactusflow-landing-page .proof-reel-item p {
  max-width: 720px;
  color: color-mix(in srgb, var(--color-mist-text) 80%, transparent);
}

.cactusflow-landing-page .proof-reel-controls {
  border-top: 1px solid var(--proof-stage-rule);
  background: var(--proof-stage-rule);
}

.cactusflow-landing-page .proof-reel-controls button {
  min-height: 68px;
  background: var(--color-oil-black);
  color: color-mix(in srgb, var(--color-mist-text) 62%, transparent);
  box-shadow: none;
}

.cactusflow-landing-page .proof-reel-controls button:hover,
.cactusflow-landing-page .proof-reel-controls button:focus-visible,
.cactusflow-landing-page .proof-reel-controls button.is-active {
  background: var(--color-brand-flake);
  color: var(--color-oil-black);
  box-shadow: none;
}

.cactusflow-landing-page .proof-reel-ticker {
  background: color-mix(in srgb, var(--color-oil-black) 88%, var(--color-brand-teal) 12%);
}

.cactusflow-landing-page .proof-reel-ticker span {
  min-height: 44px;
  color: color-mix(in srgb, var(--color-mist-text) 66%, transparent);
}

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

  .cactusflow-landing-page .spec-ledger-head {
    min-height: 360px;
  }
}

@media (max-width: 700px) {
  .cactusflow-landing-page .spec-ledger {
    width: 100vw;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    padding: 0;
  }

  .cactusflow-landing-page .spec-ledger-inner {
    width: 100vw;
    min-height: 0;
  }

  .cactusflow-landing-page .spec-ledger-head {
    min-height: 372px;
    padding: 34px 24px 30px;
  }

  .cactusflow-landing-page .spec-ledger-head strong {
    max-width: 330px;
    font-size: clamp(34px, 10vw, 45px);
  }

  .cactusflow-landing-page .spec-ledger-table {
    min-height: 514px;
  }

  .cactusflow-landing-page .proof-stage-rig {
    top: 26px;
    left: 8%;
    right: 8%;
  }

  .cactusflow-landing-page .proof-spotlight {
    top: 28px;
  }

  .cactusflow-landing-page .proof-reel-item {
    min-height: 344px;
    padding: 92px 24px 42px;
  }

  .cactusflow-landing-page .proof-reel-item strong {
    font-size: clamp(39px, 13.4vw, 66px);
    line-height: 0.86;
  }

  .cactusflow-landing-page .proof-reel-controls button {
    min-height: 52px;
  }

  .cactusflow-landing-page .proof-reel-ticker {
    display: none;
  }
}

/* Buyer confidence final simplification: centered, calmer, no reel motion. */
.cactusflow-landing-page .spec-ledger {
  width: 100vw;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding: clamp(76px, 7vw, 118px) 24px;
  background: var(--color-oil-black);
  color: var(--color-mist-text);
}

.cactusflow-landing-page .spec-ledger-inner {
  width: min(100%, 1180px);
  max-width: 1180px;
  min-height: 0;
  grid-template-columns: 1fr;
  gap: clamp(32px, 4vw, 54px);
  margin: 0 auto;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.cactusflow-landing-page .spec-ledger-head {
  min-height: 0;
  align-items: center;
  justify-content: start;
  gap: 18px;
  padding: 0;
  border: 0;
  background: transparent;
  text-align: center;
}

.cactusflow-landing-page .spec-ledger-head strong {
  max-width: 820px;
  margin: 0 auto;
  font-size: clamp(38px, 4vw, 68px);
  line-height: 0.92;
  text-shadow: none;
}

.cactusflow-landing-page .spec-ledger-head > p {
  max-width: 690px;
  margin: 0 auto;
  color: color-mix(in srgb, var(--color-mist-text) 76%, transparent);
  font-size: clamp(15px, 1vw, 17px);
  line-height: 1.55;
}

.cactusflow-landing-page .spec-ledger-table {
  width: min(100%, 1060px);
  min-height: 0;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  gap: 1px;
  margin: 0 auto;
  padding: clamp(28px, 3vw, 44px);
  overflow: hidden;
  border: 1px solid color-mix(in srgb, var(--color-brand-flake) 18%, transparent);
  border-radius: 8px;
  background: color-mix(in srgb, var(--color-oil-black) 92%, var(--color-brand-teal) 8%);
  text-align: center;
}

.cactusflow-landing-page .proof-stage-lights {
  opacity: 0.34;
}

.cactusflow-landing-page .proof-stage-rig {
  top: 24px;
  left: 18%;
  right: 18%;
}

.cactusflow-landing-page .proof-spotlight {
  top: 26px;
  width: 22%;
  height: 42%;
  opacity: 0.12;
  animation: none;
}

.cactusflow-landing-page .proof-spotlight-one {
  left: 34%;
  transform: translateX(-50%) rotate(-6deg);
}

.cactusflow-landing-page .proof-spotlight-two {
  left: 50%;
  opacity: 0.1;
  transform: translateX(-50%) rotate(0deg);
}

.cactusflow-landing-page .proof-spotlight-three {
  left: 66%;
  opacity: 0.09;
  transform: translateX(-50%) rotate(6deg);
}

.cactusflow-landing-page .proof-reel-track,
.cactusflow-landing-page .proof-reel-controls,
.cactusflow-landing-page .proof-reel-ticker {
  display: none;
}

.cactusflow-landing-page .proof-standard-row,
.cactusflow-landing-page .proof-detail-row,
.cactusflow-landing-page .spec-ledger-table .spec-ledger-mark {
  position: relative;
  z-index: 1;
}

.cactusflow-landing-page .proof-standard-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid color-mix(in srgb, var(--color-brand-flake) 15%, transparent);
  border-radius: 6px;
  background: color-mix(in srgb, var(--color-brand-flake) 14%, transparent);
}

.cactusflow-landing-page .proof-standard-row article,
.cactusflow-landing-page .proof-detail-row article {
  min-width: 0;
  display: grid;
  justify-items: center;
  align-content: start;
  gap: 10px;
  background: var(--color-oil-black);
}

.cactusflow-landing-page .proof-standard-row article {
  min-height: 176px;
  padding: 28px 24px 26px;
}

.cactusflow-landing-page .proof-standard-row span,
.cactusflow-landing-page .proof-detail-row span {
  color: var(--color-brand-flake);
  font-family: var(--font-technical);
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

.cactusflow-landing-page .proof-standard-row strong,
.cactusflow-landing-page .proof-detail-row strong {
  color: var(--color-mist-text);
  font-family: var(--font-technical);
  font-weight: 800;
  line-height: 0.96;
  text-transform: uppercase;
  text-shadow: none;
}

.cactusflow-landing-page .proof-standard-row strong {
  font-size: clamp(28px, 3vw, 44px);
}

.cactusflow-landing-page .proof-standard-row p,
.cactusflow-landing-page .proof-detail-row p {
  max-width: 330px;
  margin: 0;
  color: color-mix(in srgb, var(--color-mist-text) 72%, transparent);
  font-size: 14px;
  font-weight: 560;
  line-height: 1.45;
}

.cactusflow-landing-page .proof-detail-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid color-mix(in srgb, var(--color-brand-flake) 15%, transparent);
  border-radius: 6px;
  background: color-mix(in srgb, var(--color-brand-flake) 14%, transparent);
}

.cactusflow-landing-page .proof-detail-row article {
  min-height: 168px;
  padding: 30px 30px 28px;
}

.cactusflow-landing-page .proof-detail-row strong {
  font-size: clamp(23px, 2vw, 32px);
}

.cactusflow-landing-page .spec-ledger-table .spec-ledger-mark {
  width: min(100%, 680px);
  grid-template-columns: minmax(0, 1fr) auto;
  justify-self: center;
  align-items: center;
  gap: 18px;
  margin: clamp(20px, 2.4vw, 30px) 0 0;
  padding-top: 0;
  border-top: 0;
  text-align: left;
}

.cactusflow-landing-page .spec-ledger-table .spec-ledger-mark span {
  color: color-mix(in srgb, var(--color-mist-text) 66%, transparent);
}

.cactusflow-landing-page .spec-ledger-table .spec-ledger-mark a {
  justify-self: end;
}

@media (max-width: 900px) {
  .cactusflow-landing-page .spec-ledger {
    padding: 64px 20px;
  }

  .cactusflow-landing-page .proof-standard-row,
  .cactusflow-landing-page .proof-detail-row {
    grid-template-columns: 1fr;
  }

  .cactusflow-landing-page .proof-standard-row article,
  .cactusflow-landing-page .proof-detail-row article {
    min-height: 0;
    padding: 26px 22px;
  }

  .cactusflow-landing-page .spec-ledger-table .spec-ledger-mark {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }

  .cactusflow-landing-page .spec-ledger-table .spec-ledger-mark a {
    justify-self: center;
  }
}

@media (max-width: 480px) {
  .cactusflow-landing-page .spec-ledger {
    padding: 54px 20px;
  }

  .cactusflow-landing-page .spec-ledger-head strong {
    font-size: clamp(32px, 9.5vw, 42px);
  }

  .cactusflow-landing-page .spec-ledger-table {
    padding: 18px;
  }

  .cactusflow-landing-page .proof-stage-lights {
    display: none;
  }
}

/* Hallmark · pre-emit critique: P4 H4 E4 S4 R4 V4
 * Hallmark · section redesign: assurance rail · genre: technical · theme: Cactus Flow locked system
 */
.cactusflow-landing-page .spec-ledger {
  margin-inline: calc(50% - 50vw);
  padding: clamp(34px, 4.4vw, 58px) clamp(20px, 5vw, 88px);
  background: var(--color-oil-black);
  color: var(--color-mist-text);
}

.cactusflow-landing-page .spec-ledger-inner {
  width: min(100%, 1320px);
  max-width: 1320px;
  min-height: 0;
  display: grid;
  grid-template-columns: minmax(260px, 0.68fr) minmax(0, 1.32fr);
  align-items: center;
  gap: clamp(30px, 4.2vw, 74px);
  margin: 0 auto;
  padding: 0;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.cactusflow-landing-page .spec-ledger-head {
  min-width: 0;
  min-height: 0;
  display: grid;
  align-content: center;
  justify-items: start;
  gap: 14px;
  padding: 0;
  border: 0;
  background: transparent;
  text-align: left;
}

.cactusflow-landing-page .spec-ledger-head::before,
.cactusflow-landing-page .spec-ledger-head::after,
.cactusflow-landing-page .spec-ledger-table::before,
.cactusflow-landing-page .spec-ledger-table::after,
.cactusflow-landing-page .proof-stage-lights,
.cactusflow-landing-page .proof-stage-rig,
.cactusflow-landing-page .proof-spotlight,
.cactusflow-landing-page .proof-reel-track,
.cactusflow-landing-page .proof-reel-controls,
.cactusflow-landing-page .proof-reel-ticker {
  display: none;
}

.cactusflow-landing-page .spec-ledger-head > span {
  color: var(--color-brand-flake);
  font-family: var(--font-technical);
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

.cactusflow-landing-page .spec-ledger-head strong {
  max-width: 500px;
  margin: 0;
  color: var(--color-mist-text);
  font-family: var(--font-display);
  font-size: clamp(28px, 2.65vw, 46px);
  font-weight: 800;
  line-height: 0.96;
  text-transform: uppercase;
  overflow-wrap: anywhere;
  text-shadow: none;
}

.cactusflow-landing-page .spec-ledger-head > p {
  max-width: 450px;
  margin: 0;
  color: color-mix(in srgb, var(--color-mist-text) 72%, transparent);
  font-size: clamp(15px, 1vw, 17px);
  font-weight: 560;
  line-height: 1.55;
}

.cactusflow-landing-page .spec-ledger-table {
  width: 100%;
  min-width: 0;
  min-height: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  margin: 0;
  padding: 0;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  text-align: left;
}

.cactusflow-landing-page .proof-standard-row {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  overflow: visible;
  border-block: 1px solid color-mix(in srgb, var(--color-brand-flake) 22%, transparent);
  border-inline: 0;
  border-radius: 0;
  background: transparent;
}

.cactusflow-landing-page .proof-standard-row article,
.cactusflow-landing-page .proof-detail-row article {
  min-width: 0;
  min-height: 0;
  display: grid;
  justify-items: start;
  align-content: start;
  gap: 8px;
  padding: clamp(18px, 1.8vw, 24px) clamp(16px, 2vw, 26px);
  background: transparent;
}

.cactusflow-landing-page .proof-standard-row article + article,
.cactusflow-landing-page .proof-detail-row article + article {
  border-inline-start: 1px solid color-mix(in srgb, var(--color-brand-flake) 14%, transparent);
}

.cactusflow-landing-page .proof-standard-row span,
.cactusflow-landing-page .proof-detail-row span {
  color: var(--color-brand-flake);
  font-family: var(--font-technical);
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

.cactusflow-landing-page .proof-standard-row strong,
.cactusflow-landing-page .proof-detail-row strong {
  max-width: 100%;
  color: var(--color-mist-text);
  font-family: var(--font-technical);
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
  overflow-wrap: anywhere;
  text-shadow: none;
}

.cactusflow-landing-page .proof-standard-row strong {
  font-size: clamp(30px, 2.8vw, 44px);
}

.cactusflow-landing-page .proof-detail-row strong {
  font-size: clamp(17px, 1.35vw, 22px);
}

.cactusflow-landing-page .proof-standard-row p,
.cactusflow-landing-page .proof-detail-row p {
  max-width: 28ch;
  margin: 0;
  color: color-mix(in srgb, var(--color-mist-text) 70%, transparent);
  font-size: 14px;
  font-weight: 560;
  line-height: 1.42;
}

.cactusflow-landing-page .proof-detail-row {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  overflow: visible;
  border-block-end: 1px solid color-mix(in srgb, var(--color-brand-flake) 22%, transparent);
  border-radius: 0;
  background: color-mix(in srgb, var(--color-brand-teal) 6%, transparent);
}

.cactusflow-landing-page .spec-ledger-table .spec-ledger-mark {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 14px 20px;
  margin: 18px 0 0;
  padding: 0;
  border: 0;
  text-align: left;
}

.cactusflow-landing-page .spec-ledger-table .spec-ledger-mark span {
  color: color-mix(in srgb, var(--color-mist-text) 68%, transparent);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.25;
  text-transform: uppercase;
}

.cactusflow-landing-page .spec-ledger-table .spec-ledger-mark a {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border: 1px solid color-mix(in srgb, var(--color-brand-flake) 48%, transparent);
  border-radius: 4px;
  color: var(--color-brand-flake);
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  transition: background-color 160ms var(--ease-out), color 160ms var(--ease-out), transform 120ms var(--ease-out);
}

.cactusflow-landing-page .spec-ledger-table .spec-ledger-mark a:hover,
.cactusflow-landing-page .spec-ledger-table .spec-ledger-mark a:focus-visible {
  background: var(--color-brand-flake);
  color: var(--color-oil-black);
  transform: translateY(-1px);
}

.cactusflow-landing-page .spec-ledger-table .spec-ledger-mark a:focus-visible {
  outline: 2px solid var(--color-mist-text);
  outline-offset: 3px;
}

@media (max-width: 960px) {
  .cactusflow-landing-page .spec-ledger {
    padding-block: 38px;
    padding-inline: 24px;
  }

  .cactusflow-landing-page .spec-ledger-inner {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .cactusflow-landing-page .spec-ledger-head {
    max-width: 680px;
  }

  .cactusflow-landing-page .proof-standard-row {
    grid-template-columns: 1fr;
  }

  .cactusflow-landing-page .proof-standard-row article + article,
  .cactusflow-landing-page .proof-detail-row article + article {
    border-inline-start: 0;
    border-block-start: 1px solid color-mix(in srgb, var(--color-brand-flake) 14%, transparent);
  }
}

@media (max-width: 560px) {
  .cactusflow-landing-page .spec-ledger {
    padding-block: 30px;
    padding-inline: 20px;
  }

  .cactusflow-landing-page .spec-ledger-head {
    gap: 12px;
  }

  .cactusflow-landing-page .spec-ledger-head strong {
    font-size: clamp(27px, 8.3vw, 36px);
  }

  .cactusflow-landing-page .proof-detail-row {
    grid-template-columns: 1fr;
  }

  .cactusflow-landing-page .proof-standard-row article,
  .cactusflow-landing-page .proof-detail-row article {
    padding: 16px 0;
  }

  .cactusflow-landing-page .spec-ledger-table .spec-ledger-mark {
    justify-content: flex-start;
  }
}

/* Choke hub category selector rebuild. */
.cfp-page-choke-hub .choke-control-panel {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas: none;
  gap: clamp(28px, 3.2vw, 46px);
  width: min(calc(100% - 112px), 1520px);
  margin: 0 auto;
  padding: clamp(54px, 5.2vw, 78px) 0 clamp(46px, 5vw, 72px);
}

.cfp-page-choke-hub .choke-control-copy {
  grid-area: auto;
  display: grid;
  justify-items: center;
  gap: 16px;
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

.cfp-page-choke-hub .choke-control-copy h2 {
  max-width: 16ch;
  margin: 0;
  color: var(--color-carbon-text);
  font-size: clamp(38px, 3vw, 54px);
  line-height: 0.94;
  text-align: center;
}

.cfp-page-choke-hub .choke-control-copy p:not(.eyebrow) {
  max-width: 64ch;
  margin: 0;
  color: #173a35;
  font-size: clamp(16px, 1.05vw, 18px);
  line-height: 1.56;
  text-align: center;
}

.cfp-page-choke-hub .choke-control-copy .eyebrow {
  margin-bottom: 2px;
  text-align: center;
}

.cfp-page-choke-hub .choke-control-list {
  grid-area: auto;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(14px, 1.4vw, 22px);
  align-items: stretch;
}

.cfp-page-choke-hub .choke-control-card {
  position: relative;
  display: grid;
  grid-template-rows: auto auto 1fr auto auto;
  min-height: 560px;
  overflow: hidden;
  border: 1px solid #d7ddda;
  border-radius: 8px;
  background: #fff;
  color: var(--color-carbon-text);
  box-shadow: 0 20px 45px rgba(0, 18, 18, 0.1);
  text-decoration: none !important;
  transition: transform 160ms ease, border-color 160ms ease;
}

.cfp-page-choke-hub .choke-control-card:hover,
.cfp-page-choke-hub .choke-control-card:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(7, 130, 121, 0.46);
  outline: 0;
}

.cfp-page-choke-hub .choke-control-label {
  display: flex;
  align-items: center;
  min-height: 42px;
  padding: 16px 18px 10px;
  color: var(--color-field-green-on-light);
  font-family: var(--font-display);
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

.cfp-page-choke-hub .choke-control-card-media {
  position: relative;
  display: grid;
  place-items: center;
  aspect-ratio: 1.25 / 1;
  min-height: 0;
  margin: 0 14px;
  overflow: hidden;
  border: 1px solid #e9ecea;
  border-radius: 7px;
  background: #fff;
}

.cfp-page-choke-hub .choke-control-card-media img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  min-width: 0;
  min-height: 0;
  padding: 0;
  aspect-ratio: auto;
  background: #fff;
  object-fit: contain;
  object-position: center;
  filter: none;
}

.cfp-page-choke-hub .choke-control-card-body {
  display: grid;
  align-content: start;
  gap: 10px;
  padding: 18px 18px 8px;
}

.cfp-page-choke-hub .choke-control-card-body strong {
  display: block;
  color: var(--color-carbon-text);
  font-family: var(--font-display);
  font-size: clamp(22px, 1.45vw, 28px);
  font-weight: 800;
  line-height: 0.98;
  text-transform: uppercase;
}

.cfp-page-choke-hub .choke-control-card-body small {
  display: block;
  color: #0a312d;
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
  text-transform: none;
}

.cfp-page-choke-hub .choke-control-card-body em {
  display: block;
  color: #2f4642;
  font-size: 14px;
  font-style: normal;
  line-height: 1.44;
}

.cfp-page-choke-hub .choke-control-card .choke-control-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 0;
  padding: 6px 18px 16px;
}

.cfp-page-choke-hub .choke-control-card .choke-control-meta span {
  width: fit-content;
  max-width: 100%;
  padding: 7px 9px 6px;
  border: 1px solid rgba(7, 130, 121, 0.22);
  border-radius: 999px;
  background: #edf4f1;
  color: #0b3c36;
  font-family: var(--font-display);
  font-size: 10px;
  font-weight: 800;
  line-height: 1.12;
  text-transform: uppercase;
  white-space: normal;
}

.cfp-page-choke-hub .choke-control-action {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  min-height: 48px;
  margin: 0 18px 18px;
  padding: 3px 14px 0;
  border-top: 1px solid rgba(7, 130, 121, 0.22);
  color: var(--color-field-green-on-light);
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

.cfp-page-choke-hub .choke-control-action .arrow-icon {
  width: 18px;
  height: 18px;
}

@media (max-width: 1360px) {
  .cfp-page-choke-hub .choke-control-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cfp-page-choke-hub .choke-control-card {
    min-height: 560px;
  }
}

@media (max-width: 1100px) {
  .cfp-page-choke-hub .choke-control-panel {
    width: calc(100% - 48px);
  }

  .cfp-page-choke-hub .choke-control-copy {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .cfp-page-choke-hub .choke-control-copy .eyebrow {
    margin-bottom: -6px;
  }

  .cfp-page-choke-hub .choke-control-copy h2 {
    max-width: 16ch;
  }
}

@media (max-width: 760px) {
  .cfp-page-choke-hub .choke-control-panel {
    width: calc(100% - 40px);
    gap: 24px;
    padding-top: 38px;
    padding-bottom: 38px;
  }
}

@media (max-width: 560px) {
  .cfp-page-choke-hub .choke-control-list {
    grid-template-columns: 1fr;
  }

  .cfp-page-choke-hub .choke-control-card {
    grid-template-rows: auto auto auto auto auto;
    min-height: 0;
  }

  .cfp-page-choke-hub .choke-control-card-media {
    width: min(calc(100% - 24px), 360px);
    aspect-ratio: 1.08 / 1;
    min-height: 0;
    height: auto;
    margin-right: auto;
    margin-left: auto;
  }

  .cfp-page-choke-hub .choke-control-card-media img {
    max-width: 100%;
    max-height: 100%;
  }

  .cfp-page-choke-hub .choke-control-card-body {
    padding-top: 16px;
  }
}

@media (max-width: 420px) {
  .cfp-page-choke-hub .choke-control-panel {
    width: calc(100% - 32px);
  }

  .cfp-page-choke-hub .choke-control-card-media {
    margin: 0 12px;
  }

  .cfp-page-choke-hub .choke-control-card-body,
  .cfp-page-choke-hub .choke-control-label,
  .cfp-page-choke-hub .choke-control-card .choke-control-meta {
    padding-left: 15px;
    padding-right: 15px;
  }

  .cfp-page-choke-hub .choke-control-action {
    margin-left: 15px;
    margin-right: 15px;
  }
}

.cfp-page-choke-parts.cfp-page-choke-hub .choke-control-panel {
  gap: clamp(30px, 4vw, 52px);
  width: min(calc(100% - 64px), 1560px);
}

.cfp-page-choke-parts.cfp-page-choke-hub .choke-control-list {
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
}

.cfp-page-choke-parts.cfp-page-choke-hub .choke-control-card {
  grid-template-rows: auto 128px 1fr auto auto;
  min-height: 346px;
  box-shadow: 0 14px 32px rgba(0, 18, 18, 0.08);
}

.cfp-page-choke-parts.cfp-page-choke-hub .choke-control-label {
  min-height: 34px;
  padding: 12px 12px 7px;
  font-size: 10px;
}

.cfp-page-choke-parts.cfp-page-choke-hub .choke-control-card-media {
  aspect-ratio: auto;
  height: 128px;
  margin: 0 10px;
}

.cfp-page-choke-parts.cfp-page-choke-hub .choke-control-card-media img {
  object-fit: cover;
  object-position: center 58%;
}

.cfp-page-choke-parts.cfp-page-choke-hub .choke-control-card-media.is-flow-bean-media,
.cfp-page-choke-parts.cfp-page-choke-hub .choke-control-card-media.is-seat-stem-media {
  background: #fff;
}

.cfp-page-choke-parts.cfp-page-choke-hub .choke-control-card-media.is-flow-bean-media img,
.cfp-page-choke-parts.cfp-page-choke-hub .choke-control-card-media.is-seat-stem-media img {
  padding: 8px;
  object-fit: contain;
  object-position: center;
}

.cfp-page-choke-parts.cfp-page-choke-hub .choke-control-card-body {
  gap: 7px;
  padding: 13px 12px 7px;
}

.cfp-page-choke-parts.cfp-page-choke-hub .choke-control-card-body strong {
  font-size: clamp(15px, 1vw, 18px);
  line-height: 1;
}

.cfp-page-choke-parts.cfp-page-choke-hub .choke-control-card-body small {
  font-size: 10.5px;
  line-height: 1.16;
}

.cfp-page-choke-parts.cfp-page-choke-hub .choke-control-card-body em {
  font-size: 12.5px;
  line-height: 1.34;
}

.cfp-page-choke-parts.cfp-page-choke-hub .choke-control-card .choke-control-meta {
  gap: 5px;
  padding: 4px 12px 10px;
}

.cfp-page-choke-parts.cfp-page-choke-hub .choke-control-card .choke-control-meta span {
  padding: 6px 7px 5px;
  font-size: 9px;
}

.cfp-page-choke-parts.cfp-page-choke-hub .choke-control-action {
  min-height: 40px;
  margin: 0 12px 12px;
  padding-right: 9px;
  padding-left: 9px;
  font-size: 10.5px;
}

@media (max-width: 1200px) {
  .cfp-page-choke-parts.cfp-page-choke-hub .choke-control-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .cfp-page-choke-parts.cfp-page-choke-hub .choke-control-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .cfp-page-choke-parts.cfp-page-choke-hub .choke-control-list {
    grid-template-columns: 1fr;
  }

  .cfp-page-choke-parts.cfp-page-choke-hub .choke-control-card {
    min-height: 0;
  }
}

/* Non-landing compact hero system. Landing page keeps its full cinematic hero. */
main.subpage .product-hero,
main.subpage .resource-hero.product-hero,
.about-hero,
.contact-hero,
.services-hero {
  min-height: 326px;
  background: var(--color-oil-black);
}

main.subpage .product-hero-media,
main.subpage .resource-hero .resource-hero-media,
.about-hero-media,
.contact-hero-media,
.services-hero .product-hero-media {
  opacity: 0.46;
  filter: contrast(1.08) saturate(0.88) brightness(0.78);
}

main.subpage .product-hero-shade,
main.subpage .resource-hero .resource-hero-shade,
.about-hero-shade,
.contact-hero-shade,
.services-hero .product-hero-shade {
  background:
    linear-gradient(90deg, rgba(0, 18, 18, 1) 0%, rgba(0, 18, 18, 0.96) 34%, rgba(0, 18, 18, 0.72) 68%, rgba(0, 18, 18, 0.92) 100%),
    linear-gradient(0deg, rgba(0, 18, 18, 0.38), rgba(0, 18, 18, 0));
}

main.subpage .product-hero-copy,
main.subpage .resource-hero .resource-hero-copy,
.services-hero-copy,
.about-hero-copy,
.contact-hero-copy {
  width: min(880px, calc(100% - 156px));
  margin-right: auto;
  margin-left: max(24px, calc((100vw - var(--page-max)) / 2 + 24px));
  padding-top: 108px;
  padding-bottom: 42px;
}

.about-hero-copy,
.contact-hero-copy {
  width: min(880px, calc(100% - 156px));
}

main.subpage .breadcrumbs,
.contact-hero-copy .breadcrumbs {
  margin-bottom: 14px;
  font-size: 12px;
}

main.subpage .product-hero .eyebrow,
.resource-hero .eyebrow,
.about-hero-copy .eyebrow,
.contact-hero-copy .eyebrow {
  margin: 0 0 8px;
  font-size: 13px;
}

main.subpage .product-hero h1,
main.subpage .resource-hero h1,
.services-hero h1,
.about-hero-copy h1,
.contact-hero-copy h1 {
  max-width: 900px;
  margin-top: 0;
  font-size: clamp(38px, 3vw, 56px);
  line-height: 0.94;
  white-space: normal;
}

main.subpage .product-hero h2,
.services-hero h1 span {
  font-size: clamp(21px, 1.55vw, 28px);
  line-height: 1;
}

.services-hero h1 span,
.services-hero h1 .hero-line {
  font-size: inherit;
  line-height: inherit;
}

body.cfp-page-resources .resource-hero.product-hero {
  min-height: 312px;
  background: var(--color-oil-black);
}

body.cfp-page-resources .resource-hero .resource-hero-media {
  display: none;
}

body.cfp-page-resources .resource-hero .resource-hero-shade {
  background: none;
}

body.cfp-page-resources .resource-hero .resource-hero-copy {
  padding-bottom: 24px;
}

body.cfp-page-resources .resource-hero .product-hero-text {
  margin-top: 10px;
}

body.cfp-page-resources .resource-hub-main {
  width: min(calc(100% - 64px), var(--page-max));
  grid-template-columns: minmax(360px, 0.32fr) minmax(760px, 0.68fr);
  gap: clamp(56px, 6vw, 110px);
  padding-top: clamp(64px, 5.2vw, 82px);
  padding-bottom: clamp(64px, 5vw, 80px);
}

body.cfp-page-resources .resource-section-head {
  padding-right: clamp(42px, 4vw, 64px);
}

body.cfp-page-resources .resource-section-head .eyebrow {
  margin-bottom: 18px;
}

body.cfp-page-resources .resource-section-head h2 {
  font-size: clamp(40px, 3.15vw, 56px);
}

body.cfp-page-resources .resource-section-head p:not(.eyebrow) {
  max-width: 610px;
  margin-top: 24px;
  font-size: 17px;
  line-height: 1.62;
}

body.cfp-page-resources .resource-hub-grid {
  gap: 24px;
}

body.cfp-page-resources .resource-hub-card {
  min-height: 322px;
  padding: 34px;
}

body.cfp-page-resources .resource-hub-card > span {
  margin-bottom: 30px;
}

body.cfp-page-resources .resource-hub-card p {
  margin-top: 18px;
  margin-bottom: 30px;
}

main.subpage .product-hero-text,
.resource-hero .product-hero-text,
.about-hero-copy > p:not(.eyebrow),
.contact-hero-copy > p:not(.eyebrow) {
  max-width: 760px;
  margin-top: 13px;
  font-size: 16.5px;
  line-height: 1.48;
}

main.subpage .product-hero-features {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  max-width: 820px;
  margin-top: 18px;
  padding-top: 0;
  border: 0;
}

main.subpage .product-hero-features span {
  min-height: 0;
  padding: 8px 10px 7px;
  border: 1px solid rgba(8, 165, 154, 0.34);
  border-radius: 999px;
  background: rgba(8, 165, 154, 0.08);
  color: var(--color-mist-text);
  font-size: 11px;
  line-height: 1;
}

main.subpage .product-hero-features span::before,
main.subpage .product-hero-features span::after {
  display: none;
}

main.subpage .product-hero-actions,
.about-hero-actions {
  display: none;
}

.contact-quick-links {
  gap: 18px;
  margin-top: 20px;
}

.contact-quick-item,
.contact-quick-item + .contact-quick-item {
  min-width: 0;
  padding: 0 22px 0 0;
  border-left: 0;
}

.contact-quick-item > span {
  width: 34px;
  height: 34px;
}

.contact-quick-item svg {
  width: 25px;
  height: 25px;
}

/* Product-specific pages get a tighter title-first detail header. */
.choke-product-detail-shell {
  padding-top: 108px;
  padding-bottom: 34px;
}

.choke-product-detail-shell .breadcrumbs {
  margin-bottom: 14px;
}

.choke-product-detail-grid {
  grid-template-columns: minmax(420px, 0.52fr) minmax(390px, 0.48fr);
  gap: clamp(30px, 4vw, 64px);
  align-items: center;
}

.choke-product-detail-copy {
  order: -1;
}

.choke-product-back-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  width: fit-content;
  margin: 0 0 16px;
  color: var(--color-field-green-on-dark);
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none !important;
}

.choke-product-back-link .arrow-icon {
  width: 15px;
  height: 15px;
  transform: rotate(180deg);
}

.choke-product-gallery-main {
  min-height: clamp(220px, 18vw, 320px);
  padding: clamp(14px, 1.2vw, 20px);
}

.choke-product-gallery-main img {
  max-height: clamp(205px, 16vw, 280px);
}

.choke-product-thumb {
  height: 66px;
}

.choke-product-thumb > img {
  height: 48px !important;
  max-height: 48px !important;
}

.choke-product-detail-copy h1 {
  font-size: clamp(40px, 3.35vw, 60px);
  line-height: 0.9;
}

.choke-product-detail-copy h2 {
  margin-top: 9px;
  font-size: clamp(20px, 1.45vw, 27px);
}

.choke-product-detail-copy > p:not(.eyebrow) {
  margin-top: 14px;
  font-size: 16.5px;
  line-height: 1.48;
}

.choke-product-feature-strip {
  display: flex;
  flex-wrap: nowrap;
  gap: 7px;
  margin-top: 18px;
  border: 0;
  overflow-x: auto;
  scrollbar-width: none;
}

.choke-product-feature-strip::-webkit-scrollbar {
  display: none;
}

.choke-product-feature-strip span {
  flex: 0 1 auto;
  min-height: 0;
  padding: 7px clamp(8px, 0.7vw, 11px) 6px;
  border: 1px solid rgba(8, 165, 154, 0.34);
  border-radius: 999px;
  background: rgba(8, 165, 154, 0.08);
  color: var(--color-mist-text);
  font-size: clamp(9px, 0.68vw, 11px);
  line-height: 1;
  white-space: nowrap;
}

.choke-product-actions {
  display: none;
}

@media (max-width: 760px) {
  .choke-product-detail-shell {
    padding: 84px 0 26px;
  }

  .choke-product-detail-grid {
    gap: 20px;
  }

  .choke-product-gallery-main {
    min-height: 210px;
    padding: 12px;
  }

  .choke-product-gallery-main img {
    max-height: 176px;
  }

  .choke-product-thumb {
    height: 50px;
  }

  .choke-product-thumb > img {
    height: 34px !important;
    max-height: 34px !important;
  }

  .choke-product-detail-copy h1 {
    font-size: clamp(34px, 10.8vw, 48px);
  }

  .choke-product-detail-copy h2 {
    font-size: clamp(18px, 5.4vw, 25px);
  }

  .choke-product-detail-copy > p:not(.eyebrow) {
    margin-top: 12px;
    font-size: 15.5px;
    line-height: 1.44;
  }

  .choke-product-feature-strip {
    gap: 8px;
    margin-top: 16px;
    overflow: visible;
  }

  .choke-product-feature-strip span {
    font-size: 10px;
  }

  .choke-product-feature-strip span:nth-child(n+3) {
    display: none;
  }
}

@media (max-width: 1100px) {
  main.subpage .product-hero,
  main.subpage .resource-hero.product-hero,
  .about-hero,
  .contact-hero,
  .services-hero {
    min-height: auto;
  }

  main.subpage .product-hero-copy,
  main.subpage .resource-hero .resource-hero-copy,
  .services-hero-copy,
  .about-hero-copy,
  .contact-hero-copy {
    width: calc(100% - 48px);
    margin-left: 24px;
    padding-top: 96px;
    padding-bottom: 34px;
  }

  .choke-product-detail-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .choke-product-detail-copy {
    order: -1;
  }
}

@media (max-width: 760px) {
  main.subpage .product-hero-copy,
  main.subpage .resource-hero .resource-hero-copy,
  .services-hero-copy,
  .about-hero-copy,
  .contact-hero-copy {
    width: calc(100% - 40px);
    margin-left: 20px;
    padding-top: 84px;
    padding-bottom: 28px;
  }

  main.subpage .product-hero h1,
  main.subpage .resource-hero h1,
  .services-hero h1,
  .about-hero-copy h1,
  .contact-hero-copy h1 {
    font-size: clamp(32px, 8.4vw, 42px);
    line-height: 0.94;
  }

  main.subpage .product-hero h2,
  .services-hero h1 span {
    font-size: clamp(19px, 5.2vw, 24px);
  }

  main.subpage .product-hero-text,
  .resource-hero .product-hero-text,
  .about-hero-copy > p:not(.eyebrow),
  .contact-hero-copy > p:not(.eyebrow) {
    font-size: 15.5px;
  }

  main.subpage .product-hero-features {
    gap: 6px;
    margin-top: 14px;
  }

  main.subpage .product-hero-features span,
  .choke-product-feature-strip span {
    padding: 7px 8px 6px;
    font-size: 10px;
  }

  .contact-quick-links {
    display: none;
  }

  .choke-product-detail-shell {
    width: calc(100% - 40px);
    padding-top: 84px;
    padding-bottom: 28px;
  }

  .choke-product-gallery-main {
    min-height: 220px;
  }

  .choke-product-gallery-main img {
    max-height: 210px;
  }

  .choke-product-detail-copy h1 {
    font-size: clamp(34px, 9vw, 44px);
  }
}

@media (max-width: 900px) {
  body.cfp-page-resources .resource-hero .resource-hero-media {
    display: none;
  }

  body.cfp-page-resources .resource-hero .resource-hero-shade {
    background: none;
  }

  body.cfp-page-resources .resource-hub-main {
    width: calc(100% - 48px);
    grid-template-columns: 1fr;
    gap: 34px;
    padding-top: 52px;
    padding-bottom: 58px;
  }

  body.cfp-page-resources .resource-section-head {
    padding-right: 0;
  }

  body.cfp-page-resources .resource-section-head p:not(.eyebrow) {
    max-width: 720px;
  }
}

@media (max-width: 760px) {
  body.cfp-page-resources .resource-hero .resource-hero-copy {
    padding-bottom: 22px;
  }

  body.cfp-page-resources .resource-hub-main {
    width: calc(100% - 40px);
    gap: 30px;
    padding-top: 44px;
    padding-bottom: 46px;
  }

  body.cfp-page-resources .resource-section-head h2 {
    font-size: clamp(34px, 9vw, 43px);
  }

  body.cfp-page-resources .resource-hub-grid {
    gap: 16px;
  }

  body.cfp-page-resources .resource-hub-card {
    min-height: 0;
    padding: 28px;
  }

  .services-hero h1 span,
  .services-hero h1 .hero-line {
    font-size: inherit;
    line-height: inherit;
  }
}

/* Adjustable/positive category cleanup: faster comparison path, steadier cards. */
.cfp-page-choke-category .choke-model-product-card {
  display: flex;
  flex-direction: column;
}

.cfp-page-choke-category .choke-model-card-body small,
.cfp-page-choke-category .choke-model-card-body em {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
}

.cfp-page-choke-category .choke-model-card-body small {
  -webkit-line-clamp: 3;
}

.cfp-page-adjustable-chokes .choke-model-card-body small,
.cfp-page-positive-chokes .choke-model-card-body small {
  color: #2f4642;
  font-family: inherit;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.44;
}

.cfp-page-choke-category .choke-model-card-body em {
  -webkit-line-clamp: 2;
}

.cfp-page-choke-category .choke-model-card-meta {
  margin-top: auto;
  padding-bottom: 9px;
}

.cfp-page-choke-category .choke-model-card-action {
  flex: 0 0 auto;
  margin-top: 0;
}

@media (min-width: 561px) {
  .cfp-page-choke-category .choke-model-card-meta {
    flex-wrap: nowrap;
    gap: 5px;
    padding-right: 12px;
    padding-left: 12px;
  }

  .cfp-page-choke-category .choke-model-card-meta span {
    padding-right: 7px;
    padding-left: 7px;
    font-size: 9px;
    white-space: nowrap;
  }
}

.choke-model-product-card--support {
  background: #fff;
}

.cfp-page-pig-valves .pig-valve-models {
  padding-top: clamp(44px, 5vw, 72px);
}

.cfp-page-pig-valves .pig-valve-models .choke-section-head {
  max-width: 820px;
  margin-bottom: 28px;
}

.cfp-page-pig-valves .pig-valve-card-grid {
  grid-template-columns: minmax(0, 430px);
  justify-content: start;
}

.cfp-page-pig-valves .pig-valve-product-card {
  min-height: 560px;
}

.cfp-page-pig-valves .pig-valve-card-media {
  aspect-ratio: 1 / 1;
}

.cfp-page-pig-valves .pig-valve-card-media img {
  padding: 0;
  object-fit: contain;
}

.pig-product-features-layout .choke-product-config-section {
  align-self: stretch;
}

.pig-product-features-layout .pig-product-benefit-grid {
  margin-top: 26px;
}

.pig-product-feature-section {
  display: grid;
  grid-template-columns: minmax(260px, 0.34fr) minmax(0, 0.66fr);
  gap: clamp(28px, 4vw, 64px);
  width: min(calc(100% - 112px), 1520px);
  margin: 0 auto;
  padding: clamp(48px, 5vw, 76px) 0;
}

.pig-product-feature-section .choke-section-head {
  position: sticky;
  top: 104px;
  align-self: start;
  max-width: 460px;
}

.pig-product-feature-section .choke-section-head h2 {
  margin: 0;
  color: var(--color-carbon-text);
  font-family: var(--font-display);
  font-size: clamp(38px, 3.8vw, 64px);
  font-weight: 800;
  line-height: 0.94;
  text-transform: uppercase;
}

.pig-product-feature-section .choke-section-head h2 span {
  color: var(--color-field-green-on-light);
}

.pig-product-benefit-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.pig-product-benefit-grid article {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  min-height: 82px;
  padding: 18px;
  border: 1px solid #d7ddda;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(0, 18, 18, 0.08);
}

.pig-product-benefit-grid article span {
  width: 10px;
  height: 10px;
  margin-top: 4px;
  border-radius: 999px;
  background: var(--color-brand-teal);
  box-shadow: 0 0 0 5px rgba(8, 165, 154, 0.1);
}

.pig-product-benefit-grid article p {
  margin: 0;
  color: #173833;
  font-size: 15px;
  line-height: 1.38;
}

.choke-model-support-media {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 10px 14px;
  align-content: center;
  aspect-ratio: 1.25 / 1;
  margin: 0 14px;
  padding: 22px;
  border: 1px solid #e9ecea;
  border-radius: 7px;
  background: #fff;
}

.choke-model-support-media span {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(7, 130, 121, 0.28);
  border-radius: 999px;
  color: var(--color-field-green-on-light);
  font-family: var(--font-display);
  font-size: 11px;
  font-weight: 900;
  line-height: 1;
}

.choke-model-support-media strong {
  align-self: center;
  color: var(--color-carbon-text);
  font-family: var(--font-display);
  font-size: clamp(14px, 1vw, 17px);
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

@media (min-width: 1120px) and (max-width: 1360px) {
  .cfp-page-choke-category .choke-model-card-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .cfp-page-choke-category .choke-model-product-card {
    min-height: 535px;
  }

  .cfp-page-choke-category .choke-model-card-media,
  .cfp-page-choke-category .choke-model-support-media {
    aspect-ratio: 1.13 / 1;
  }

  .cfp-page-choke-category .choke-model-card-body strong {
    font-size: clamp(21px, 1.5vw, 25px);
  }

  .cfp-page-choke-category .choke-model-card-body small {
    font-size: 12.5px;
    line-height: 1.34;
  }
}

@media (min-width: 761px) and (max-width: 1119px) {
  .cfp-page-pig-valves .pig-valve-models .choke-section-head {
    max-width: 760px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .cfp-page-pig-valves .pig-valve-card-grid {
    grid-template-columns: minmax(0, 520px);
    justify-content: center;
  }

  .cfp-page-pig-valves .pig-valve-product-card {
    min-height: 0;
  }

  .cfp-page-pig-valves .pig-valve-card-media {
    aspect-ratio: 1.08 / 1;
  }

  .cfp-page-choke-category .choke-category-lead,
  .cfp-page-positive-chokes .choke-category-lead {
    gap: 24px;
    padding-top: 28px;
    padding-bottom: 30px;
  }

  .cfp-page-choke-category .choke-category-media,
  .cfp-page-positive-chokes .choke-category-media {
    min-height: 330px;
  }

  .cfp-page-choke-category .choke-category-media img,
  .cfp-page-positive-chokes .choke-category-media img {
    max-height: 330px;
  }

  .cfp-page-choke-category .choke-use-grid article,
  .cfp-page-positive-chokes .choke-use-grid article {
    padding: 15px 18px;
  }

  .cfp-page-choke-category .choke-family-ledger.choke-category-models {
    padding-top: 44px;
  }
}

@media (max-width: 760px) {
  .cfp-page-pig-valves .pig-valve-card-grid {
    grid-template-columns: 1fr;
  }

  .cfp-page-pig-valves .pig-valve-product-card {
    min-height: 0;
  }

  .cfp-page-pig-valves .pig-valve-card-media {
    aspect-ratio: 1.08 / 1;
  }

  .cfp-page-pig-valves .pig-valve-card-media img {
    width: min(96%, 360px);
    max-height: 100%;
  }

  .cfp-page-pig-valves .floating-contact,
  .cfp-page-pig-product .floating-contact {
    display: none;
  }

  .pig-product-feature-section {
    grid-template-columns: 1fr;
    width: min(calc(100% - 40px), 1520px);
    gap: 20px;
    padding-top: 34px;
    padding-bottom: 42px;
  }

  .pig-product-feature-section .choke-section-head {
    position: static;
  }

  .pig-product-benefit-grid {
    grid-template-columns: 1fr;
  }

  .cfp-page-choke-category .product-hero-copy {
    padding-top: 22px;
    padding-bottom: 26px;
  }

  .cfp-page-choke-category .product-hero-features {
    display: none;
  }

  .cfp-page-choke-category .product-hero h1 {
    font-size: clamp(34px, 10vw, 44px);
  }

  .cfp-page-choke-category .product-hero h2 {
    font-size: clamp(19px, 6vw, 24px);
  }

  .cfp-page-choke-category .product-hero-text {
    margin-top: 10px;
    font-size: 15px;
    line-height: 1.42;
  }

  .cfp-page-choke-category .choke-category-lead,
  .cfp-page-positive-chokes .choke-category-lead {
    gap: 16px;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .cfp-page-choke-category .choke-category-lead .product-page-intro h2 {
    max-width: 13ch;
    font-size: clamp(30px, 8.2vw, 38px);
  }

  .cfp-page-choke-category .choke-category-lead .product-page-intro p:not(.eyebrow),
  .cfp-page-positive-chokes .choke-category-lead .product-page-intro p:not(.eyebrow) {
    margin-top: 12px;
    font-size: 15px;
    line-height: 1.46;
  }

  .cfp-page-choke-category .choke-category-media,
  .cfp-page-positive-chokes .choke-category-media {
    min-height: 230px;
  }

  .cfp-page-choke-category .choke-use-grid,
  .cfp-page-positive-chokes .choke-use-grid {
    gap: 0;
  }

  .cfp-page-choke-category .choke-use-grid article,
  .cfp-page-positive-chokes .choke-use-grid article {
    padding: 14px 16px;
  }

  .cfp-page-choke-category .choke-use-grid h3 {
    font-size: 12px;
  }

  .cfp-page-choke-category .choke-use-grid p {
    font-size: 13px;
    line-height: 1.36;
  }

  .cfp-page-choke-category .choke-family-ledger.choke-category-models {
    padding-top: 26px;
  }

  .cfp-page-choke-category .choke-family-ledger.choke-category-models .choke-section-head {
    margin-bottom: 16px;
  }

  .cfp-page-choke-category .choke-family-ledger.choke-category-models .choke-section-head h2 {
    font-size: clamp(30px, 8.4vw, 39px);
  }

  .cfp-page-choke-category .choke-family-ledger.choke-category-models .choke-section-head p:not(.eyebrow) {
    max-width: 36ch;
    font-size: 13.5px;
    line-height: 1.42;
  }

  .cfp-page-choke-category .choke-model-card-grid {
    gap: 14px;
  }

  .cfp-page-choke-category .choke-model-product-card {
    min-height: 0;
  }

  .cfp-page-choke-category .choke-model-card-label {
    min-height: 34px;
    padding-top: 13px;
    padding-bottom: 7px;
  }

  .cfp-page-choke-category .choke-model-card-body {
    gap: 8px;
    padding-top: 14px;
  }

  .cfp-page-choke-category .choke-model-card-body strong {
    font-size: clamp(21px, 6.2vw, 27px);
  }

  .cfp-page-choke-category .choke-model-card-body small {
    font-size: 13px;
    line-height: 1.35;
  }

  .cfp-page-choke-category .choke-model-card-body em {
    font-size: 13px;
    line-height: 1.34;
  }

  .cfp-page-choke-category .ai-answer-block {
    margin-top: 34px;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .cfp-page-choke-category .ai-answer-block h2 {
    max-width: 15ch;
    font-size: clamp(26px, 7.4vw, 34px);
  }

  .cfp-page-choke-category .ai-answer-block p:not(.eyebrow) {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.42;
  }
}

@media (max-width: 560px) {
  .cfp-page-choke-category .choke-category-media,
  .cfp-page-positive-chokes .choke-category-media {
    display: none;
  }

  .cfp-page-choke-category .choke-model-card-media,
  .cfp-page-choke-category .choke-model-support-media {
    aspect-ratio: 1.16 / 1;
  }

  .cfp-page-choke-category .choke-model-support-media {
    width: min(calc(100% - 24px), 360px);
    margin-right: auto;
    margin-left: auto;
    padding: 18px;
  }
}

/* Landing proof-strip icon balance: center each icon/text group inside its section. */
@media (min-width: 701px) {
  .cactusflow-landing-page .proof-band {
    --proof-balanced-icon-size: clamp(46px, 2.8vw, 54px);
    --proof-balanced-gap: clamp(18px, 1.15vw, 22px);
    --proof-balanced-text-max: 250px;
    grid-template-columns: repeat(4, minmax(0, min(25vw, 390px)));
    justify-content: center;
  }

  .cactusflow-landing-page .proof-band article,
  .cactusflow-landing-page .proof-band article:first-child,
  .cactusflow-landing-page .proof-band article:last-child,
  .cactusflow-landing-page .proof-band article + article,
  .cactusflow-landing-page .proof-band article:nth-child(n+3) {
    display: grid;
    grid-template-columns: var(--proof-balanced-icon-size) fit-content(var(--proof-balanced-text-max));
    grid-template-rows: auto auto;
    column-gap: var(--proof-balanced-gap);
    align-content: center;
    align-items: center;
    justify-content: center;
    min-height: 122px;
    padding-right: clamp(20px, 1.65vw, 30px);
    padding-left: clamp(20px, 1.65vw, 30px);
  }

  .cactusflow-landing-page .proof-band article + article::before {
    top: 32px;
    bottom: 32px;
    background: rgba(7, 130, 121, 0.18);
  }

  .cactusflow-landing-page .proof-band .line-icon,
  .cactusflow-landing-page .proof-band .texas-icon {
    position: static;
    grid-column: 1;
    grid-row: 1 / 3;
    align-self: center;
    justify-self: center;
    width: var(--proof-balanced-icon-size);
    height: var(--proof-balanced-icon-size);
    transform: none;
  }

  .cactusflow-landing-page .proof-title,
  .cactusflow-landing-page .proof-band p:not(.proof-title) {
    grid-column: 2;
    max-width: var(--proof-balanced-text-max);
    margin-right: 0;
    margin-left: 0;
    text-align: left;
  }

  .cactusflow-landing-page .proof-title {
    font-size: clamp(18px, 1.02vw, 21px);
    line-height: 1.02;
    margin-bottom: 9px;
  }

  .cactusflow-landing-page .proof-band p:not(.proof-title) {
    font-size: clamp(12.75px, 0.72vw, 14px);
    line-height: 1.38;
  }

  .cactusflow-landing-page .proof-band .quality-icon {
    width: calc(var(--proof-balanced-icon-size) * 0.9);
  }
}

/* Landing proof-strip breathing room: restore generous live card rhythm. */
@media (min-width: 1101px) {
  .cactusflow-landing-page .proof-band {
    --proof-balanced-icon-size: clamp(44px, 2.65vw, 48px);
    --proof-balanced-gap: clamp(18px, 1.15vw, 22px);
    --proof-balanced-text-max: 260px;
    min-height: 136px;
  }

  .cactusflow-landing-page .proof-band article,
  .cactusflow-landing-page .proof-band article:first-child,
  .cactusflow-landing-page .proof-band article:last-child,
  .cactusflow-landing-page .proof-band article + article,
  .cactusflow-landing-page .proof-band article:nth-child(n+3) {
    min-height: 136px;
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .cactusflow-landing-page .proof-title {
    margin-bottom: 9px;
    font-size: clamp(17px, 0.96vw, 19px);
    line-height: 1.06;
  }

  .cactusflow-landing-page .proof-band p:not(.proof-title) {
    font-size: clamp(12.5px, 0.72vw, 13.5px);
    line-height: 1.42;
  }
}

@media (min-width: 701px) and (max-width: 1100px) {
  .cactusflow-landing-page .proof-band {
    --proof-balanced-icon-size: 50px;
    --proof-balanced-gap: 24px;
    --proof-balanced-text-max: 300px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    min-height: 0;
    width: 100%;
  }

  .cactusflow-landing-page .proof-band article,
  .cactusflow-landing-page .proof-band article:first-child,
  .cactusflow-landing-page .proof-band article:last-child,
  .cactusflow-landing-page .proof-band article + article,
  .cactusflow-landing-page .proof-band article:nth-child(n+3) {
    grid-template-columns: var(--proof-balanced-icon-size) minmax(0, var(--proof-balanced-text-max));
    min-height: 156px;
    padding: 34px clamp(34px, 6vw, 58px);
  }

  .cactusflow-landing-page .proof-band article:nth-child(n+3) {
    border-top: 1px solid var(--proof-border);
  }

  .cactusflow-landing-page .proof-band article + article::before {
    top: 24px;
    bottom: 24px;
  }

  .cactusflow-landing-page .proof-band article:nth-child(3)::before {
    display: none;
  }

  .cactusflow-landing-page .proof-title {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 1.08;
  }

  .cactusflow-landing-page .proof-band p:not(.proof-title) {
    max-width: var(--proof-balanced-text-max);
    font-size: 14px;
    line-height: 1.46;
  }
}

@media (max-width: 700px) {
  .cactusflow-landing-page .proof-band article,
  .cactusflow-landing-page .proof-band article:first-child,
  .cactusflow-landing-page .proof-band article:last-child,
  .cactusflow-landing-page .proof-band article + article,
  .cactusflow-landing-page .proof-band article:nth-child(n+3) {
    min-height: 156px;
    padding: 52px 16px 20px;
  }

  .cactusflow-landing-page .proof-title {
    margin-bottom: 9px;
    font-size: 13.5px;
    line-height: 1.08;
  }

  .cactusflow-landing-page .proof-band p:not(.proof-title) {
    max-width: 160px;
    font-size: 11.25px;
    line-height: 1.38;
  }

  .cactusflow-landing-page .proof-band .line-icon,
  .cactusflow-landing-page .proof-band .texas-icon {
    width: 28px;
    height: 28px;
  }
}

/* Pig valve page polish: align with product-card/detail templates. */
.cfp-page-pig-valves .pig-valve-models {
  display: block;
  padding-top: clamp(52px, 5.2vw, 84px);
  padding-bottom: clamp(28px, 3.6vw, 54px);
}

.cfp-page-pig-valves .pig-valve-models .choke-section-head {
  position: static;
  max-width: 760px;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  padding-right: 0;
  border-right: 0;
  text-align: center;
}

.cfp-page-pig-valves .pig-valve-card-grid {
  width: min(100%, 430px);
  grid-template-columns: minmax(0, 1fr);
  justify-content: center;
  margin-right: auto;
  margin-left: auto;
}

.cfp-page-pig-valves .pig-valve-product-card {
  display: grid;
  grid-template-rows: auto auto 1fr auto auto;
  min-height: 500px;
}

.cfp-page-pig-valves .pig-valve-card-media {
  aspect-ratio: 1.72 / 1;
}

.cfp-page-pig-valves .pig-valve-card-media img {
  width: 94%;
  height: 94%;
}

.cfp-page-pig-valves .pig-valve-product-card .choke-model-card-body small {
  display: -webkit-box;
  overflow: hidden;
  color: #2f4642;
  font-family: inherit;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.cfp-page-pig-valves .pig-valve-product-card .choke-model-card-meta {
  margin-top: auto;
  padding-bottom: 9px;
}

.cfp-page-pig-valves .pig-valve-product-card .choke-model-card-action {
  flex: 0 0 auto;
  margin-top: 0;
}

@media (min-width: 561px) {
  .cfp-page-pig-valves .pig-valve-product-card .choke-model-card-meta {
    flex-wrap: nowrap;
    gap: 5px;
    padding-right: 12px;
    padding-left: 12px;
  }

  .cfp-page-pig-valves .pig-valve-product-card .choke-model-card-meta span {
    padding-right: 7px;
    padding-left: 7px;
    font-size: 9px;
    white-space: nowrap;
  }
}

.pig-product-detail-page .pig-product-image-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 190px));
  width: fit-content;
  max-width: 100%;
  gap: 10px;
}

.pig-product-detail-page .choke-product-gallery:not(.has-gallery) .pig-product-image-actions {
  display: grid;
}

.pig-product-detail-page .pig-product-image-actions .btn,
.pig-product-detail-page .pig-product-image-actions .download-link,
.pig-product-detail-page .pig-product-action-tile {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 52px;
  min-height: 52px;
  padding: 0 18px;
  color: var(--color-carbon-text);
  font-family: var(--font-display);
  font-size: clamp(9px, 0.72vw, 11px);
  font-weight: 800;
  line-height: 1.1;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none !important;
  white-space: nowrap;
  gap: 14px;
}

.pig-product-detail-page .choke-product-detail-shell {
  padding-bottom: 20px;
}

.pig-product-detail-page .pig-product-action-tile .arrow-icon {
  flex: 0 0 15px;
  width: 15px;
  height: 15px;
}

.pig-product-detail-page .pig-product-action-tile--primary {
  background: var(--color-brand-teal);
  color: #fff;
}

@media (max-width: 760px) {
  .pig-product-detail-page .choke-product-detail-shell {
    padding-bottom: 18px;
  }

  .pig-product-detail-page .pig-product-image-actions {
    width: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.pig-product-detail-page #overview .choke-product-spec-card,
.pig-product-detail-page #overview .choke-product-help-card {
  align-self: start;
}

.pig-product-detail-page #overview .choke-product-overview h2 {
  max-width: none;
}

.pig-product-detail-page .choke-product-help-card,
.pig-product-detail-page .choke-product-fit-card {
  background: var(--color-oil-black);
  color: var(--color-mist-text);
}

.pig-product-detail-page .choke-product-help-card .eyebrow,
.pig-product-detail-page .choke-product-fit-card .eyebrow {
  color: var(--color-field-green-on-dark);
}

.pig-product-detail-page .choke-product-help-card h3,
.pig-product-detail-page .choke-product-fit-card h3 {
  color: var(--color-mist-text);
}

.pig-product-detail-page .choke-product-help-card p,
.pig-product-detail-page .choke-product-fit-card p,
.pig-product-detail-page .choke-product-fit-card li {
  color: rgba(242, 245, 242, 0.84);
}

.pig-product-detail-page .choke-product-help-card .btn {
  background: var(--color-brand-teal);
  color: #fff;
}

.pig-product-detail-page .choke-product-help-card > a:not(.btn),
.pig-product-detail-page .choke-product-fit-card a {
  color: var(--color-field-green-on-dark);
}

.pig-product-detail-page .choke-product-help-card .arrow-icon path,
.pig-product-detail-page .choke-product-fit-card .arrow-icon path {
  stroke: currentColor;
}

body:is(
  .cfp-page-cp29-cp30,
  .cfp-page-co63,
  .cfp-page-cn60,
  .cfp-page-cft116a,
  .cfp-page-cn62,
  .cfp-page-cjwa,
  .cfp-page-ch22a,
  .cfp-page-cft108,
  .cfp-page-cft116p,
  .cfp-page-ct1,
  .cfp-page-cpc,
  .cfp-page-ch22p
) .choke-product-help-card,
body:is(
  .cfp-page-cp29-cp30,
  .cfp-page-co63,
  .cfp-page-cn60,
  .cfp-page-cft116a,
  .cfp-page-cn62,
  .cfp-page-cjwa,
  .cfp-page-ch22a,
  .cfp-page-cft108,
  .cfp-page-cft116p,
  .cfp-page-ct1,
  .cfp-page-cpc,
  .cfp-page-ch22p
) .choke-product-fit-card {
  background: var(--color-oil-black);
  color: var(--color-mist-text);
}

body:is(
  .cfp-page-cp29-cp30,
  .cfp-page-co63,
  .cfp-page-cn60,
  .cfp-page-cft116a,
  .cfp-page-cn62,
  .cfp-page-cjwa,
  .cfp-page-ch22a,
  .cfp-page-cft108,
  .cfp-page-cft116p,
  .cfp-page-ct1,
  .cfp-page-cpc,
  .cfp-page-ch22p
) .choke-product-help-card .eyebrow,
body:is(
  .cfp-page-cp29-cp30,
  .cfp-page-co63,
  .cfp-page-cn60,
  .cfp-page-cft116a,
  .cfp-page-cn62,
  .cfp-page-cjwa,
  .cfp-page-ch22a,
  .cfp-page-cft108,
  .cfp-page-cft116p,
  .cfp-page-ct1,
  .cfp-page-cpc,
  .cfp-page-ch22p
) .choke-product-fit-card .eyebrow {
  color: var(--color-field-green-on-dark);
}

body:is(
  .cfp-page-cp29-cp30,
  .cfp-page-co63,
  .cfp-page-cn60,
  .cfp-page-cft116a,
  .cfp-page-cn62,
  .cfp-page-cjwa,
  .cfp-page-ch22a,
  .cfp-page-cft108,
  .cfp-page-cft116p,
  .cfp-page-ct1,
  .cfp-page-cpc,
  .cfp-page-ch22p
) .choke-product-help-card h3,
body:is(
  .cfp-page-cp29-cp30,
  .cfp-page-co63,
  .cfp-page-cn60,
  .cfp-page-cft116a,
  .cfp-page-cn62,
  .cfp-page-cjwa,
  .cfp-page-ch22a,
  .cfp-page-cft108,
  .cfp-page-cft116p,
  .cfp-page-ct1,
  .cfp-page-cpc,
  .cfp-page-ch22p
) .choke-product-fit-card h3 {
  color: var(--color-mist-text);
}

body:is(
  .cfp-page-cp29-cp30,
  .cfp-page-co63,
  .cfp-page-cn60,
  .cfp-page-cft116a,
  .cfp-page-cn62,
  .cfp-page-cjwa,
  .cfp-page-ch22a,
  .cfp-page-cft108,
  .cfp-page-cft116p,
  .cfp-page-ct1,
  .cfp-page-cpc,
  .cfp-page-ch22p
) .choke-product-help-card p,
body:is(
  .cfp-page-cp29-cp30,
  .cfp-page-co63,
  .cfp-page-cn60,
  .cfp-page-cft116a,
  .cfp-page-cn62,
  .cfp-page-cjwa,
  .cfp-page-ch22a,
  .cfp-page-cft108,
  .cfp-page-cft116p,
  .cfp-page-ct1,
  .cfp-page-cpc,
  .cfp-page-ch22p
) .choke-product-fit-card p,
body:is(
  .cfp-page-cp29-cp30,
  .cfp-page-co63,
  .cfp-page-cn60,
  .cfp-page-cft116a,
  .cfp-page-cn62,
  .cfp-page-cjwa,
  .cfp-page-ch22a,
  .cfp-page-cft108,
  .cfp-page-cft116p,
  .cfp-page-ct1,
  .cfp-page-cpc,
  .cfp-page-ch22p
) .choke-product-fit-card li {
  color: rgba(242, 245, 242, 0.84);
}

body:is(
  .cfp-page-cp29-cp30,
  .cfp-page-co63,
  .cfp-page-cn60,
  .cfp-page-cft116a,
  .cfp-page-cn62,
  .cfp-page-cjwa,
  .cfp-page-ch22a,
  .cfp-page-cft108,
  .cfp-page-cft116p,
  .cfp-page-ct1,
  .cfp-page-cpc,
  .cfp-page-ch22p
) .choke-product-help-card .btn {
  background: var(--color-brand-teal);
  color: #fff;
}

body:is(
  .cfp-page-cp29-cp30,
  .cfp-page-co63,
  .cfp-page-cn60,
  .cfp-page-cft116a,
  .cfp-page-cn62,
  .cfp-page-cjwa,
  .cfp-page-ch22a,
  .cfp-page-cft108,
  .cfp-page-cft116p,
  .cfp-page-ct1,
  .cfp-page-cpc,
  .cfp-page-ch22p
) .choke-product-help-card > a:not(.btn),
body:is(
  .cfp-page-cp29-cp30,
  .cfp-page-co63,
  .cfp-page-cn60,
  .cfp-page-cft116a,
  .cfp-page-cn62,
  .cfp-page-cjwa,
  .cfp-page-ch22a,
  .cfp-page-cft108,
  .cfp-page-cft116p,
  .cfp-page-ct1,
  .cfp-page-cpc,
  .cfp-page-ch22p
) .choke-product-fit-card a {
  color: var(--color-field-green-on-dark);
}

body:is(
  .cfp-page-cp29-cp30,
  .cfp-page-co63,
  .cfp-page-cn60,
  .cfp-page-cft116a,
  .cfp-page-cn62,
  .cfp-page-cjwa,
  .cfp-page-ch22a,
  .cfp-page-cft108,
  .cfp-page-cft116p,
  .cfp-page-ct1,
  .cfp-page-cpc,
  .cfp-page-ch22p
) .choke-product-help-card .arrow-icon path,
body:is(
  .cfp-page-cp29-cp30,
  .cfp-page-co63,
  .cfp-page-cn60,
  .cfp-page-cft116a,
  .cfp-page-cn62,
  .cfp-page-cjwa,
  .cfp-page-ch22a,
  .cfp-page-cft108,
  .cfp-page-cft116p,
  .cfp-page-ct1,
  .cfp-page-cpc,
  .cfp-page-ch22p
) .choke-product-fit-card .arrow-icon path {
  stroke: currentColor;
}

.pig-product-detail-page .pig-product-features-layout .choke-product-config-section.is-compact .choke-section-head,
.pig-product-detail-page .pig-product-features-layout .choke-product-fit-card {
  position: static;
}

.pig-product-detail-page .pig-product-features-layout .pig-product-benefit-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  counter-reset: pigFeature;
}

.pig-product-detail-page .pig-product-benefit-grid article {
  counter-increment: pigFeature;
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  min-height: 86px;
  padding: 16px 18px;
  border: 1px solid #d5ddda;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 30px rgba(0, 18, 18, 0.045);
}

.pig-product-detail-page .pig-product-benefit-grid article span {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(7, 130, 121, 0.26);
  border-radius: 50%;
  background: #edf4f1;
}

.pig-product-detail-page .pig-product-benefit-grid article span::before {
  content: counter(pigFeature, decimal-leading-zero);
  color: var(--color-field-green-on-light);
  font-family: var(--font-display);
  font-size: 11px;
  font-weight: 900;
  line-height: 1;
}

.pig-product-detail-page .pig-product-benefit-grid article p {
  align-self: center;
  color: #173a35;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.34;
}

.pig-product-detail-page .pig-product-feature-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 34px;
  max-width: none;
  margin-top: 30px;
  padding-top: 26px;
  border-top: 1px solid #cfd9d5;
}

.pig-product-detail-page .pig-product-feature-list li {
  display: flex;
  align-items: center;
  min-height: 32px;
  padding-left: 40px;
  color: #0d2522;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.35;
}

.pig-product-detail-page .pig-product-feature-list li::before {
  top: 50%;
  width: 22px;
  height: 22px;
  border-color: var(--color-field-green-on-light);
  background: var(--color-field-green-on-light);
  transform: translateY(-50%);
}

.pig-product-detail-page .pig-product-feature-list li::after {
  left: 7px;
  top: 50%;
  width: 8px;
  height: 4px;
  border-color: #fff;
  transform: translateY(-65%) rotate(-45deg);
}

.pig-product-detail-page .choke-product-docs-section {
  grid-template-columns: minmax(360px, 0.42fr) minmax(420px, 0.58fr);
  align-items: start;
  gap: 12px 32px;
}

.pig-product-detail-page .choke-product-docs-section > div {
  grid-row: 1 / span 2;
}

.pig-product-detail-page .choke-product-doc-card {
  position: relative;
  grid-column: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  grid-template-rows: auto auto;
  gap: 3px 18px;
  align-items: center;
  min-height: 88px;
  overflow: hidden;
  padding: 0 18px 0 82px;
}

.pig-product-detail-page .choke-product-doc-card strong {
  grid-column: 1;
  grid-row: 1;
  align-self: end;
  margin-top: 0;
  font-size: 18px;
  line-height: 1.05;
}

.pig-product-detail-page .choke-product-doc-card span {
  position: absolute;
  inset: 0 auto 0 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 62px;
  height: auto;
  padding: 0;
  border-radius: 0;
}

.pig-product-detail-page .choke-product-doc-card small {
  grid-column: 1;
  grid-row: 2;
  align-self: start;
  margin-top: 0;
  font-size: 13px;
  line-height: 1.35;
}

.pig-product-detail-page .choke-product-doc-card em {
  grid-column: 2;
  grid-row: 1 / span 2;
  align-self: center;
  justify-self: end;
  margin-top: 0;
  white-space: nowrap;
}

@media (max-width: 760px) {
  .cfp-page-pig-valves .pig-valve-models {
    padding-top: 34px;
    padding-bottom: 34px;
  }

  .cfp-page-pig-valves .pig-valve-card-grid {
    grid-template-columns: 1fr;
  }

  .cfp-page-pig-valves .pig-valve-product-card {
    min-height: 0;
  }

  .pig-product-detail-page .choke-product-docs-section {
    grid-template-columns: 1fr;
  }

  .pig-product-detail-page .choke-product-docs-section > div,
  .pig-product-detail-page .choke-product-doc-card {
    grid-column: auto;
    grid-row: auto;
  }

  .pig-product-detail-page .pig-product-features-layout .pig-product-benefit-grid,
  .pig-product-detail-page .pig-product-feature-list {
    grid-template-columns: 1fr;
  }

  .pig-product-detail-page .pig-product-benefit-grid article,
  .pig-product-detail-page .pig-product-benefit-grid article:nth-child(2n),
  .pig-product-detail-page .pig-product-benefit-grid article:nth-last-child(-n + 2) {
    border: 1px solid #d5ddda;
  }

  .pig-product-detail-page .pig-product-benefit-grid article:last-child {
    border-bottom: 1px solid #d5ddda;
  }
}

@media (min-width: 1180px) {
  .pig-product-detail-page #overview .choke-product-overview h2 {
    white-space: nowrap;
  }
}

@media (min-width: 1180px) and (max-width: 1380px) {
  .pig-product-detail-page #overview .choke-product-overview h2 {
    font-size: clamp(34px, 2.75vw, 38px);
  }
}

@media (max-width: 560px) {
  .cfp-page-pig-valves .pig-valve-card-media {
    width: min(calc(100% - 24px), 360px);
    aspect-ratio: 1.32 / 1;
    margin-right: auto;
    margin-left: auto;
  }

  .pig-product-detail-page .choke-product-doc-card {
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: auto auto auto;
    gap: 3px 12px;
    min-height: 132px;
    padding: 0 14px 0 68px;
  }

  .pig-product-detail-page .choke-product-doc-card span {
    width: 54px;
  }

  .pig-product-detail-page .choke-product-doc-card strong {
    grid-column: 1;
    grid-row: 1;
    align-self: end;
  }

  .pig-product-detail-page .choke-product-doc-card small {
    grid-column: 1;
    grid-row: 2;
  }

  .pig-product-detail-page .choke-product-doc-card em {
    grid-column: 1;
    grid-row: 3;
    align-self: start;
    justify-self: start;
    font-size: 10px;
  }
}

/* Landing products section: centered intro above cards. */
.cactusflow-landing-page .products {
  grid-template-columns: 1fr;
  justify-items: center;
  gap: clamp(36px, 4vw, 56px);
}

.cactusflow-landing-page .products-intro {
  justify-self: center;
  display: flex;
  max-width: min(820px, calc(100vw - 48px));
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.cactusflow-landing-page .products-intro .body-copy {
  max-width: 720px;
  margin: 24px auto 28px;
}

.cactusflow-landing-page .products-intro .btn {
  min-width: 184px;
  min-height: 44px;
  gap: 10px;
  margin: 28px auto 0;
  padding: 0 20px;
  font-size: 12px;
}

.cactusflow-landing-page .products-intro .btn .arrow-icon {
  width: 16px;
  height: 16px;
}

.cactusflow-landing-page .products .specialist-note {
  display: none;
}

.cactusflow-landing-page .product-cards {
  justify-self: center;
  width: min(calc(100vw - 96px), 1240px);
  max-width: 1240px;
}

/* Landing product cards: product pills, real specs, and direct CTAs. */
.cactusflow-landing-page .product-card {
  position: relative;
  min-height: 0;
  color: var(--color-carbon-text);
  cursor: pointer;
}

.cactusflow-landing-page .experience-band {
  display: grid;
  min-height: clamp(190px, 18vw, 260px);
  place-items: center;
  padding: clamp(56px, 8vw, 88px) max(24px, calc((100vw - var(--page-max)) / 2));
  background: var(--color-cactus-night);
  color: #ffffff;
  text-align: center;
}

.cactusflow-landing-page .experience-band h2 {
  max-width: min(1360px, calc(100vw - 96px));
  margin: 0;
  color: inherit;
  font-family: var(--font-technical);
  font-size: clamp(38px, 4.15vw, 64px);
  font-weight: 900;
  line-height: 0.95;
  text-transform: uppercase;
}

@media (max-width: 1100px) {
  .cactusflow-landing-page .experience-band h2 {
    max-width: min(920px, calc(100vw - 64px));
    font-size: clamp(36px, 5.3vw, 56px);
  }
}

@media (max-width: 700px) {
  .cactusflow-landing-page .experience-band {
    min-height: 210px;
    padding: 56px 20px;
  }

  .cactusflow-landing-page .experience-band h2 {
    font-size: clamp(30px, 9vw, 42px);
    line-height: 0.98;
  }
}

.cactusflow-landing-page .product-card-overlay-link {
  position: absolute;
  inset: 0;
  z-index: 1;
  border-radius: inherit;
  text-decoration: none !important;
}

.cactusflow-landing-page .product-card:has(.product-card-overlay-link:focus-visible) {
  border-color: rgba(7, 130, 121, 0.56);
  outline: 2px solid rgba(7, 130, 121, 0.32);
  outline-offset: 3px;
}

.cactusflow-landing-page .product-card-media {
  display: grid;
  place-items: center;
  min-height: 220px;
  background: oklch(0.94 0.01 180);
}

.cactusflow-landing-page .product-card-media img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.cactusflow-landing-page .product-card-media img.product-card-image-contain {
  height: 220px;
  object-fit: contain;
  padding: 16px;
}

.cactusflow-landing-page .product-card-media-chokes img.product-card-image-contain {
  width: 100%;
  max-width: none;
  height: 220px;
  object-fit: cover;
  object-position: center 52%;
  padding: 0;
}

.cactusflow-landing-page .product-card-body {
  display: flex;
  position: relative;
  min-height: 388px;
  flex-direction: column;
  padding: 26px 24px 24px;
  background: #ffffff;
}

.cactusflow-landing-page .product-fit {
  margin-bottom: 12px;
  color: var(--color-field-green-on-light);
  letter-spacing: 0;
}

.cactusflow-landing-page .product-card h3 {
  margin-bottom: 16px;
  color: #001212;
  font-size: 22px;
  font-weight: 800;
  line-height: 0.98;
  text-transform: uppercase;
}

.cactusflow-landing-page .product-card-pig img.product-card-pig-logo {
  position: absolute;
  top: 22px;
  right: 24px;
  width: clamp(82px, 6.25vw, 104px);
  max-width: calc(100% - 48px);
  max-height: 54px;
  height: auto;
  aspect-ratio: auto;
  object-fit: contain;
  pointer-events: none;
  z-index: 2;
}

.cactusflow-landing-page .product-card p {
  max-width: none;
  min-height: 66px;
  color: #243533;
  font-size: 14px;
  line-height: 1.45;
}

.cactusflow-landing-page .product-pill-row {
  display: flex;
  flex-wrap: nowrap;
  gap: 6px;
  overflow: hidden;
  margin: 18px 0 18px;
}

.cactusflow-landing-page .product-pill-row span {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  min-height: 24px;
  padding: 5px 7px 4px;
  border: 1px solid rgba(7, 130, 121, 0.24);
  background: rgba(8, 165, 154, 0.12);
  color: #06756e;
  font-family: var(--font-display);
  font-size: 10px;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
  text-transform: uppercase;
}

.cactusflow-landing-page .product-spec-list {
  display: grid;
  gap: 0;
  margin: 0 0 18px;
  padding: 12px;
  border: 1px solid rgba(7, 130, 121, 0.16);
  background: oklch(0.94 0.01 180);
}

.cactusflow-landing-page .product-spec-list div {
  display: grid;
  grid-template-columns: minmax(112px, 0.42fr) minmax(0, 0.58fr);
  gap: 12px;
  align-items: baseline;
  padding: 7px 0;
}

.cactusflow-landing-page .product-spec-list div + div {
  border-top: 1px solid rgba(7, 130, 121, 0.12);
}

.cactusflow-landing-page .product-spec-list dt,
.cactusflow-landing-page .product-spec-list dd {
  margin: 0;
  line-height: 1.25;
}

.cactusflow-landing-page .product-spec-list dt {
  color: #4c5d5a;
  font-family: var(--font-display);
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}

.cactusflow-landing-page .product-spec-list dd {
  color: #001212;
  font-size: 12px;
  font-weight: 700;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.cactusflow-landing-page .product-card-actions {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: auto;
}

.cactusflow-landing-page .product-card-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 12px;
  border: 1px solid #cfd8d5;
  background: #ffffff;
  color: #001212;
  font-family: var(--font-display);
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none !important;
  transition: border-color 160ms ease, background 160ms ease, color 160ms ease;
}

.cactusflow-landing-page .product-card-action .arrow-icon {
  width: 15px;
  height: 15px;
  margin-left: 8px;
}

.cactusflow-landing-page .product-card-action-primary {
  border-color: var(--color-cta-green);
  background: var(--color-cta-green);
  color: #ffffff;
}

.cactusflow-landing-page .product-card-action:hover,
.cactusflow-landing-page .product-card-action:focus-visible {
  border-color: var(--color-field-green-on-light);
  color: var(--color-field-green-on-light);
  outline: 0;
}

.cactusflow-landing-page .product-card-action-primary:hover,
.cactusflow-landing-page .product-card-action-primary:focus-visible {
  background: #06756e;
  color: #ffffff;
}

@media (max-width: 1020px) {
  .cactusflow-landing-page .product-card-body {
    min-height: 0;
  }
}

@media (max-width: 900px) {
  .cactusflow-landing-page .product-cards {
    grid-template-columns: 1fr;
    width: min(100%, 560px);
  }

  .cactusflow-landing-page .product-card p {
    min-height: 0;
  }

  .cactusflow-landing-page .product-card-media,
  .cactusflow-landing-page .product-card-media img,
  .cactusflow-landing-page .product-card-media img.product-card-image-contain {
    min-height: 0;
    height: 240px;
  }
}

@media (max-width: 380px) {
  .cactusflow-landing-page .product-card-actions {
    gap: 8px;
  }

  .cactusflow-landing-page .product-card-action {
    min-height: 40px;
    padding: 0 8px;
    font-size: 10px;
  }

  .cactusflow-landing-page .product-card-pig img.product-card-pig-logo {
    top: 24px;
    right: 20px;
    width: 76px;
    max-height: 42px;
  }

  .cactusflow-landing-page .product-spec-list div {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .cactusflow-landing-page .product-spec-list dd {
    text-align: left;
  }
}

@media (max-width: 1100px) {
  html.nav-lock,
  html.nav-lock body {
    overflow: hidden;
  }

  .site-header {
    height: 76px;
    padding: 0 clamp(20px, 4vw, 34px);
    justify-content: space-between;
    gap: 18px;
  }

  .site-header.is-menu-open {
    background: rgba(248, 248, 247, 0.98);
    border-bottom-color: rgba(6, 97, 90, 0.18);
    box-shadow: 0 14px 34px rgba(0, 18, 18, 0.1);
    backdrop-filter: blur(14px);
  }

  .site-header.is-menu-open::after {
    content: "";
    position: fixed;
    inset: 76px 0 0;
    z-index: 1;
    background: rgba(0, 18, 18, 0.44);
    pointer-events: none;
  }

  .site-header.is-menu-open .brand {
    color: var(--color-oil-black);
  }

  .site-header.is-menu-open .brand-wordmark {
    color: var(--color-oil-black);
    border-left-color: var(--color-field-green-on-light);
  }

  .site-header.is-menu-open .brand-logo-default {
    opacity: 0;
    transition-delay: 0ms;
  }

  .site-header.is-menu-open .brand-logo-scrolled {
    opacity: 1;
    transition-delay: 0ms;
  }

  .brand,
  .menu-toggle {
    z-index: 3;
  }

  .header-cta {
    display: none !important;
  }

  .menu-toggle {
    position: relative;
    top: auto;
    right: auto;
    display: inline-flex;
    width: 46px;
    min-width: 46px;
    height: 46px;
    margin-left: auto;
    padding: 0;
    overflow: hidden;
    border-radius: 6px;
    color: #fff;
    font-size: 0;
    background-image: none;
  }

  .site-header.is-scrolled .menu-toggle,
  .site-header.is-menu-open .menu-toggle {
    color: var(--color-oil-black);
    background-color: rgba(248, 248, 247, 0.82);
    border-color: rgba(6, 97, 90, 0.28);
  }

  .menu-toggle::before,
  .menu-toggle::after {
    content: "";
    position: absolute;
    left: 13px;
    width: 18px;
    height: 2px;
    background: currentColor;
    border-radius: 999px;
    transition: transform 180ms ease, top 180ms ease;
  }

  .menu-toggle::before {
    top: 17px;
  }

  .menu-toggle::after {
    top: 27px;
  }

  .menu-toggle[aria-expanded="true"] {
    background-image: none;
  }

  .menu-toggle[aria-expanded="true"]::before {
    top: 22px;
    transform: rotate(45deg);
  }

  .menu-toggle[aria-expanded="true"]::after {
    top: 22px;
    transform: rotate(-45deg);
  }

  .nav {
    position: fixed;
    top: 76px;
    right: 0;
    bottom: 0;
    left: auto;
    z-index: 2;
    display: grid;
    align-content: start;
    grid-template-columns: 1fr;
    width: min(374px, calc(100vw - 24px));
    height: auto;
    max-height: none;
    margin: 0;
    padding: 18px 18px 22px;
    gap: 4px;
    overflow-y: auto;
    overscroll-behavior: contain;
    background: var(--color-paper-white);
    border: 0;
    border-left: 1px solid rgba(6, 97, 90, 0.18);
    border-radius: 0;
    box-shadow: -28px 32px 80px rgba(0, 18, 18, 0.28);
    opacity: 0;
    pointer-events: none;
    transform: translateX(20px);
    transition: opacity 180ms ease, transform 220ms ease;
    scrollbar-width: thin;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0;
  }

  .site-header .nav,
  .site-header-subpage .nav {
    top: 76px;
    right: 0;
    bottom: auto;
    left: auto;
    width: min(374px, calc(100vw - 24px));
    height: auto;
    max-height: calc(100dvh - 76px);
  }

  .site-header.is-menu-open .nav {
    opacity: 1;
    pointer-events: auto;
    transform: none;
  }

  .nav > a,
  .nav-item > a {
    min-height: 52px;
    justify-content: space-between;
    padding: 0 12px;
    border-bottom: 1px solid rgba(6, 97, 90, 0.12);
    color: rgba(10, 15, 12, 0.82);
  }

  .site-header.is-scrolled .nav a,
  .site-header.is-menu-open .nav a {
    color: rgba(10, 15, 12, 0.82);
  }

  .nav > a:hover,
  .nav > a:focus-visible,
  .nav-item > a:hover,
  .nav-item > a:focus-visible,
  .nav-item.is-open > a,
  .site-header.is-scrolled .nav > a:hover,
  .site-header.is-scrolled .nav > a:focus-visible,
  .site-header.is-scrolled .nav-item > a:hover,
  .site-header.is-scrolled .nav-item > a:focus-visible {
    color: var(--color-field-green-on-light);
  }

  .nav-item {
    display: grid;
    height: auto;
    gap: 0;
  }

  .nav a span {
    color: currentColor;
    transition: transform 160ms ease;
  }

  .nav-item.is-open > a span {
    transform: rotate(180deg);
  }

  .nav .active::after,
  .nav a.is-current::after,
  .nav-trigger.is-current::after {
    left: 12px;
    right: auto;
    bottom: 6px;
    width: 32px;
    height: 2px;
  }

  .nav-menu {
    position: static;
    left: auto;
    top: auto;
    display: none;
    min-width: 0;
    gap: 2px;
    padding: 8px 0 12px 14px;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    opacity: 1;
    pointer-events: auto;
    transform: none !important;
    transition: none;
  }

  .nav-item.is-open .nav-menu {
    display: grid;
    transform: none !important;
  }

  .has-menu:hover .nav-menu,
  .has-menu:focus-within .nav-menu {
    transform: none !important;
  }

  .has-menu:not(.is-open):hover .nav-menu {
    display: none;
  }

  .nav-menu a,
  .site-header.is-scrolled .nav-menu a {
    min-height: 38px;
    justify-content: flex-start;
    padding: 8px 10px;
    border-radius: 5px;
    color: rgba(10, 15, 12, 0.68);
    font-size: 12px;
    font-weight: 700;
  }

  .nav-menu a:hover,
  .nav-menu a:focus-visible {
    color: var(--color-field-green-on-light);
    background: rgba(7, 130, 121, 0.08);
  }

  .nav-contact-cta {
    display: grid !important;
    place-items: center;
    min-height: 48px;
    margin-top: 18px;
    padding: 0 18px;
    border: 1px solid var(--color-brand-teal);
    border-radius: 6px;
    background: var(--color-brand-teal);
    color: #fff !important;
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
    text-align: center;
  }

  .nav-contact-cta:hover,
  .nav-contact-cta:focus-visible,
  .site-header.is-scrolled .nav-contact-cta:hover,
  .site-header.is-scrolled .nav-contact-cta:focus-visible {
    background: var(--color-brand-teal-dark);
    border-color: var(--color-brand-teal-dark);
    color: #fff !important;
  }
}

@media (max-width: 700px) {
  .site-header {
    flex-wrap: nowrap;
    gap: 12px;
  }

  .brand-logo {
    width: 88px;
  }

  .menu-toggle {
    width: 44px;
    min-width: 44px;
    height: 44px;
  }

  .nav {
    top: 76px;
    right: 0;
    left: auto;
    width: min(336px, calc(100vw - 20px));
    height: auto;
    max-height: calc(100dvh - 76px);
    padding: 16px 16px 20px;
  }

  .site-header .nav,
  .site-header-subpage .nav {
    top: 76px;
    width: min(336px, calc(100vw - 20px));
    height: auto;
    max-height: calc(100dvh - 76px);
  }
}

@media (max-width: 420px) {
  .header-cta {
    display: none !important;
  }

  .nav {
    right: 0;
    left: auto;
    top: 76px;
  }

  .site-header .nav,
  .site-header-subpage .nav {
    right: 0;
    left: auto;
    top: 76px;
  }
}

/* About page rebuild: reference-inspired structure with Cactus Flow facts. */
.about-reference-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  width: 100%;
  max-width: none;
  margin: 0;
  border-top: 1px solid var(--color-soft-border);
  border-bottom: 1px solid var(--color-soft-border);
  background: #eef5f2;
}

.about-reference-stats article {
  min-height: 148px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 8px;
  padding: 28px 24px;
  text-align: center;
  border-right: 1px solid var(--color-soft-border);
}

.about-reference-stats article:last-child {
  border-right: 0;
}

.about-reference-stats strong {
  color: var(--color-carbon-text);
  font-family: var(--font-display);
  font-size: clamp(34px, 3.2vw, 48px);
  font-weight: 900;
  line-height: 0.92;
  letter-spacing: 0;
  text-transform: uppercase;
}

.about-reference-stats span {
  max-width: 18ch;
  color: rgba(10, 15, 12, 0.64);
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
}

.about-reference-story,
.about-reference-cta > div {
  width: min(calc(100% - 112px), 1280px);
  margin: 0 auto;
}

.about-reference-story,
.about-reference-values,
.about-sales {
  scroll-margin-top: 104px;
}

.about-reference-story {
  display: grid;
  grid-template-columns: minmax(420px, 0.54fr) minmax(360px, 0.46fr);
  gap: clamp(54px, 6vw, 92px);
  align-items: start;
  padding: clamp(78px, 7vw, 108px) 0;
}

.about-reference-story-copy h2,
.about-reference-section-head h2,
.about-reference-cta h2 {
  margin: 0;
  color: var(--color-carbon-text);
  font-family: var(--font-display);
  font-size: clamp(36px, 3.1vw, 54px);
  font-weight: 900;
  line-height: 0.94;
  letter-spacing: 0;
  text-transform: uppercase;
}

.about-reference-story-copy h2 {
  font-size: clamp(36px, 2.85vw, 46px);
  font-weight: 700;
  line-height: 0.98;
}

.about-reference-body {
  display: grid;
  gap: 18px;
  margin-top: 28px;
}

.about-reference-body p,
.about-reference-section-head p:not(.eyebrow),
.about-reference-cta p {
  margin: 0;
  color: rgba(10, 15, 12, 0.72);
  font-size: 17px;
  line-height: 1.62;
}

.about-reference-timeline-title,
.about-reference-record-list h4 {
  margin: 0;
  color: var(--color-carbon-text);
  font-family: var(--font-display);
  font-size: 16px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.about-reference-timeline-title {
  color: var(--color-brand-teal);
  font-size: clamp(32px, 2.45vw, 40px);
  font-weight: 700;
  line-height: 0.98;
}

.about-reference-story-record {
  align-self: start;
  display: flex;
  flex-direction: column;
  padding-top: 32px;
}

.about-reference-record-list {
  position: relative;
  display: grid;
  flex: 1;
  gap: clamp(18px, 1.8vw, 24px);
  margin-top: clamp(26px, 2.6vw, 36px);
  padding-left: 36px;
}

.about-reference-record-list::before {
  content: "";
  position: absolute;
  top: 7px;
  bottom: 7px;
  left: 12px;
  width: 1px;
  background: var(--color-soft-border);
}

.about-reference-record-list article {
  position: relative;
  display: grid;
  grid-template-columns: minmax(62px, 0.26fr) minmax(0, 1fr);
  gap: 16px;
  align-items: start;
}

.about-reference-record-list article::before {
  content: "";
  position: absolute;
  top: 5px;
  left: -32px;
  width: 11px;
  height: 11px;
  border: 3px solid #fff;
  border-radius: 999px;
  background: var(--color-brand-teal);
  box-shadow: 0 0 0 1px var(--color-brand-teal);
}

.about-reference-record-list span {
  display: block;
  color: var(--color-brand-teal);
  font-family: var(--font-display);
  font-size: clamp(19px, 1.65vw, 26px);
  font-weight: 900;
  line-height: 0.94;
  text-transform: uppercase;
  white-space: nowrap;
}

.about-reference-record-list h4 {
  font-size: 13px;
  line-height: 1.08;
}

.about-reference-record-list p {
  margin: 8px 0 0;
  color: rgba(10, 15, 12, 0.66);
  font-size: 13.5px;
  line-height: 1.5;
}

.about-reference-values {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: clamp(56px, 5.2vw, 84px) max(56px, calc((100vw - 1280px) / 2));
  background: var(--color-cactus-night);
}

.about-reference-section-head {
  max-width: 720px;
  margin: 0 auto 54px;
  text-align: center;
}

.about-reference-section-head p:not(.eyebrow) {
  margin-top: 18px;
}

.about-reference-values .about-reference-section-head h2 {
  color: #fff;
}

.about-reference-values .about-reference-section-head p:not(.eyebrow) {
  color: rgba(242, 245, 242, 0.72);
}

.about-reference-product-snapshot .about-reference-section-head {
  max-width: 1040px;
  margin-bottom: 0;
}

.about-reference-product-snapshot-copy h2 {
  max-width: 800px;
  margin: 0 auto;
}

.about-reference-snapshot-body {
  display: grid;
  gap: 18px;
  max-width: 980px;
  margin: 26px auto 0;
}

.about-reference-snapshot-body p {
  margin: 0;
  color: rgba(242, 245, 242, 0.78);
  font-size: clamp(16px, 1.25vw, 19px);
  line-height: 1.62;
}

.about-reference-cta {
  padding: clamp(70px, 6vw, 92px) 0;
  background: var(--color-brand-teal);
}

.about-reference-cta > div {
  text-align: center;
}

.about-reference-cta h2 {
  color: #fff;
}

.about-reference-cta p {
  max-width: 680px;
  margin: 18px auto 0;
  color: rgba(255, 255, 255, 0.82);
}

.about-reference-cta > div > div {
  display: flex;
  justify-content: center;
  gap: 18px;
  margin-top: 34px;
}

.about-reference-cta .btn {
  background: #fff;
  color: var(--color-brand-teal);
}

.about-reference-cta .btn .arrow-icon path {
  stroke: currentColor;
}

.about-reference-cta .underlink {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  color: #fff;
  border-bottom-color: rgba(255, 255, 255, 0.72);
}

@media (min-width: 1101px) {
  .about-reference-story {
    align-items: stretch;
  }

  .about-reference-story-copy {
    align-self: start;
  }

  .about-reference-story-record {
    align-self: stretch;
  }

  .about-reference-record-list {
    align-content: space-between;
  }
}

@media (min-width: 1500px) {
  .about-reference-story {
    width: min(calc(100% - 112px), 1440px);
    grid-template-columns: minmax(560px, 0.55fr) minmax(420px, 0.45fr);
    gap: clamp(54px, 4.2vw, 78px);
  }
}

@media (max-width: 1100px) {
  .about-reference-story,
  .about-reference-cta > div {
    width: calc(100% - 48px);
  }

  .about-reference-story {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .about-reference-story-record {
    max-width: 820px;
    display: block;
    padding-top: 0;
  }

  .about-reference-values {
    padding-right: 24px;
    padding-left: 24px;
  }
}

@media (max-width: 760px) {
  .about-reference-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .about-reference-stats article {
    min-height: 124px;
    padding: 24px 18px;
  }

  .about-reference-stats article:nth-child(2n) {
    border-right: 0;
  }

  .about-reference-stats article:nth-child(n + 3) {
    border-top: 1px solid var(--color-soft-border);
  }

  .about-reference-story,
  .about-reference-cta > div {
    width: calc(100% - 40px);
  }

  .about-reference-story-copy h2,
  .about-reference-section-head h2,
  .about-reference-cta h2 {
    font-size: clamp(32px, 9vw, 42px);
  }

  .about-reference-values {
    padding: clamp(42px, 9vw, 56px) 20px;
  }

  .about-reference-record-list {
    padding-left: 28px;
  }

  .about-reference-record-list::before {
    left: 8px;
  }

  .about-reference-record-list article {
    grid-template-columns: 74px minmax(0, 1fr);
    gap: 12px;
  }

  .about-reference-record-list article::before {
    left: -28px;
  }

  .about-reference-record-list span {
    font-size: clamp(18px, 5.5vw, 22px);
  }

  .about-reference-record-list p {
    font-size: 13px;
  }

  .about-reference-snapshot-body p {
    font-size: 15.5px;
    line-height: 1.58;
  }

  .about-reference-cta > div > div {
    flex-direction: column;
    align-items: center;
  }
}

/* Reference-inspired compact mobile footer used across landing and subpages. */
@media (max-width: 767px) {
  .footer,
  .footer.footer-has-action,
  .cactusflow-landing-page .footer.footer-has-action {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px 22px;
    align-items: start;
    padding: 34px 20px 28px;
  }

  .footer-brand {
    grid-column: 1 / -1;
    order: 1;
  }

  .footer-brand-lockup {
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
  }

  .footer-logo .brand-logo {
    width: 88px;
    flex: 0 0 auto;
  }

  .footer-logo .brand-wordmark {
    display: inline-flex;
    width: auto;
    min-height: 0;
    align-items: flex-start;
    flex-direction: column;
    padding: 0 0 0 12px;
    border-top: 0;
    border-left: 2px solid var(--color-field-green);
    text-align: left;
  }

  .footer-logo .brand-name {
    font-size: 16px;
  }

  .footer-logo .brand-subname {
    font-size: 8.5px;
    letter-spacing: 1.1px;
  }

  .footer-brand p {
    max-width: 34rem;
    margin: 14px 0 0;
    font-size: 12.5px;
    line-height: 1.45;
  }

  .footer-col {
    min-width: 0;
    order: 2;
  }

  .footer.footer-has-action > .footer-col:nth-of-type(2),
  .footer.footer-has-action > .footer-col:nth-of-type(5) {
    order: 2;
  }

  .footer.footer-has-action > .footer-col:nth-of-type(3),
  .footer.footer-has-action > .footer-col:nth-of-type(4) {
    order: 3;
  }

  .footer-contact {
    grid-column: 1 / -1;
    order: 4;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 22px;
    row-gap: 4px;
    max-width: none;
    min-width: 0;
  }

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

  .footer-contact p:nth-of-type(2) {
    grid-column: 1;
    grid-row: 2;
  }

  .footer-contact p:nth-of-type(3) {
    grid-column: 2;
    grid-row: 2;
  }

  .footer-contact p:nth-of-type(4) {
    grid-column: 2;
    grid-row: 3;
  }

  .footer-contact p:nth-of-type(5) {
    grid-column: 1;
    grid-row: 3;
  }

  .footer-action {
    grid-column: 1 / -1;
    order: 5;
    min-width: 0;
    padding-top: 16px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
  }

  .footer-heading {
    margin: 0 0 12px;
    font-size: 12px;
    line-height: 1.1;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  .footer-col a,
  .footer-contact p:not(.footer-heading),
  .footer-contact a {
    min-height: 0;
    display: block;
    align-items: unset;
    margin: 0 0 8px;
    font-size: 12.5px;
    line-height: 1.32;
  }

  .footer-contact p a {
    min-height: 0;
    display: inline;
  }

  .footer-action p:not(.footer-heading) {
    max-width: none;
    margin: 0 0 14px;
    font-size: 12.5px;
    line-height: 1.4;
  }

  .footer-contact-cta {
    min-height: 42px;
    padding: 2px 16px 0;
  }

  .footer-bottom {
    grid-column: 1 / -1;
    order: 6;
    display: grid;
    gap: 10px;
    justify-items: start;
    margin-top: 0;
    padding-top: 18px;
    font-size: 11.5px;
  }
}

/* Browser comment fixes: mobile landing hero image and lower CTA icon. */
@media (max-width: 700px) {
  .cactusflow-landing-page .hero {
    display: flex;
    flex-direction: column;
    height: auto;
    min-height: 0;
    max-height: none;
    background: #000;
    border-radius: 0;
    overflow: visible;
  }

  .cactusflow-landing-page .hero-copy {
    order: 1;
    width: 100%;
    padding: 126px 20px 0;
  }

  .cactusflow-landing-page .hero-media-picture {
    position: relative;
    order: 2;
    top: auto;
    right: auto;
    width: 100%;
    height: clamp(224px, 58vw, 310px);
    margin-top: 36px;
    border-radius: 0;
  }

  .cactusflow-landing-page .hero-media {
    width: 100%;
    height: 100%;
    opacity: 1;
    object-fit: cover;
    object-position: center;
    border-radius: 0;
  }

  .cactusflow-landing-page .hero-shade {
    display: none;
  }

  .cactusflow-landing-page .cta-cactus {
    display: none;
  }

  .cactusflow-landing-page .build-cta div:not(.build-cta-actions) {
    max-width: none;
  }
}

/* Mobile hero polish after separating the image from the text block. */
@media (max-width: 700px) {
  .cactusflow-landing-page .hero-copy {
    padding: 112px 24px 34px;
  }

  .cactusflow-landing-page .hero-badge {
    min-height: 32px;
    padding: 8px 12px;
    font-size: 11px;
  }

  .cactusflow-landing-page .hero-badge svg {
    width: 14px;
    height: 14px;
  }

  .cactusflow-landing-page .hero-copy h1 {
    margin-top: 20px;
    font-size: clamp(31px, 9vw, 40px);
    line-height: 0.98;
  }

  .cactusflow-landing-page .hero-copy h1 span {
    margin-top: 0;
  }

  .cactusflow-landing-page .hero-copy .hero-kicker {
    margin-top: 16px;
  }

  .cactusflow-landing-page .hero-copy p {
    margin-top: 14px;
    color: rgba(242, 245, 242, 0.8);
    font-size: 16.5px;
    line-height: 1.48;
  }

  .cactusflow-landing-page .hero-actions {
    gap: 14px;
    margin-top: 24px;
  }

  .cactusflow-landing-page .hero-actions .btn {
    width: min(100%, 330px);
    min-height: 48px;
  }

  .cactusflow-landing-page .hero-actions .underlink {
    min-height: 42px;
  }

  .cactusflow-landing-page .hero-certifications {
    width: 100%;
    margin-top: 18px;
    padding-top: 20px;
    gap: 12px;
    font-size: 13px;
  }

  .cactusflow-landing-page .hero-certifications span,
  .cactusflow-landing-page .hero-certifications a {
    min-height: 18px;
  }

  .cactusflow-landing-page .hero-cert-icon {
    width: 17px;
    height: 17px;
  }

  .cactusflow-landing-page .hero-media-picture {
    position: relative;
    width: 100%;
    height: clamp(330px, 92vw, 430px);
    margin: -4px 0 0;
    border: 0;
    background: #000;
    overflow: hidden;
  }

  .cactusflow-landing-page .hero-media-picture::after {
    content: "Choke valves & replacement parts";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    padding: 28px 24px 26px;
    border: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.86), rgba(0, 0, 0, 0));
    color: #ffffff;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.25;
    text-transform: uppercase;
  }

  .cactusflow-landing-page .hero-media {
    filter: brightness(1.05) contrast(1.06) saturate(1.05);
    object-position: center;
    -webkit-mask-image: linear-gradient(to bottom, transparent 0%, #000 10%, #000 76%, transparent 100%);
    mask-image: linear-gradient(to bottom, transparent 0%, #000 10%, #000 76%, transparent 100%);
  }

  .cactusflow-landing-page .proof-band {
    width: 100%;
    margin: 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    background: #171717;
    border-top: 0;
    border-bottom: 1px solid #262626;
  }

  .cactusflow-landing-page .proof-band article,
  .cactusflow-landing-page .proof-band article:first-child,
  .cactusflow-landing-page .proof-band article:last-child,
  .cactusflow-landing-page .proof-band article + article,
  .cactusflow-landing-page .proof-band article:nth-child(n+3) {
    min-height: 116px;
    padding: 22px 14px 20px;
    border-top: 0;
    border-right: 1px solid #262626;
    background: #171717;
    text-align: center;
  }

  .cactusflow-landing-page .proof-band article:nth-child(even) {
    border-right: 0;
  }

  .cactusflow-landing-page .proof-band article:nth-child(n+3) {
    border-top: 1px solid #262626;
  }

  .cactusflow-landing-page .proof-band .line-icon {
    position: static;
    width: 22px;
    height: 22px;
    margin: 0 auto 10px;
    color: var(--color-brand-teal);
    transform: none;
  }

  .cactusflow-landing-page .proof-title {
    color: #ffffff;
    font-size: 13px;
    line-height: 1.08;
  }

  .cactusflow-landing-page .proof-band p:not(.proof-title) {
    max-width: 150px;
    margin: 8px auto 0;
    color: rgba(255, 255, 255, 0.48);
    font-size: 10.5px;
    line-height: 1.28;
  }
}

@media (max-width: 340px) {
  .cactusflow-landing-page .hero-copy {
    padding-right: 20px;
    padding-left: 20px;
  }

  .cactusflow-landing-page .hero-copy h1 {
    font-size: 28px;
    white-space: nowrap;
  }

  .cactusflow-landing-page .hero-copy p {
    font-size: 16px;
  }
}

/* Mobile About image should feel embedded in the section, not framed. */
@media (max-width: 700px) {
  .cactusflow-landing-page .about {
    grid-template-columns: 1fr;
    gap: 0;
    padding-top: 0;
  }

  .cactusflow-landing-page .facility {
    grid-column: auto;
    grid-row: auto;
    width: 100vw;
    max-width: none;
    height: auto;
    min-height: 0;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    margin-bottom: 24px;
    border: 0;
    border-radius: 0;
    object-fit: contain;
    object-position: center 46%;
    -webkit-mask-image: linear-gradient(to bottom, transparent 0%, #000 6%, #000 88%, transparent 100%);
    mask-image: linear-gradient(to bottom, transparent 0%, #000 6%, #000 88%, transparent 100%);
  }

  .cactusflow-landing-page .about-copy {
    grid-column: auto;
    grid-row: auto;
  }

  .cactusflow-landing-page .stats {
    row-gap: 0;
    margin: 22px 0 24px;
  }

  .cactusflow-landing-page .stats div {
    min-height: 0;
    padding: 14px 16px 15px;
  }

  .cactusflow-landing-page .stats div:first-child,
  .cactusflow-landing-page .stats div:nth-child(odd) {
    padding-left: 0;
  }

  .cactusflow-landing-page .stats div:nth-child(n+3) {
    padding-top: 14px;
  }

  .cactusflow-landing-page .stats strong {
    font-size: 24px;
    line-height: 0.95;
  }

  .cactusflow-landing-page .stats small {
    gap: 4px;
    margin-top: 6px;
    font-size: 11px;
    line-height: 1.14;
  }
}

.cactusflow-landing-page .proof-band p:not(.proof-title) a,
.cactusflow-landing-page .proof-band p:not(.proof-title) a:hover,
.cactusflow-landing-page .proof-band p:not(.proof-title) a:focus-visible {
  display: inline-block;
  color: inherit;
  text-decoration-line: underline !important;
  text-decoration-thickness: 1px !important;
  text-underline-offset: 4px !important;
  border-bottom: 1px solid currentColor !important;
  padding-bottom: 1px;
}

.cactusflow-landing-page .proof-band p:not(.proof-title) a:hover,
.cactusflow-landing-page .proof-band p:not(.proof-title) a:focus-visible {
  color: var(--color-cta-green);
}

/* Choke Parts hub concept page */
.cfp-page-choke-parts-concept .site-header-subpage {
  background: rgba(248, 248, 247, 0.98);
  border-bottom-color: rgba(6, 97, 90, 0.18);
  box-shadow: none;
  backdrop-filter: blur(8px);
}

.cfp-page-choke-parts-concept .site-header-subpage.is-scrolled {
  background: rgba(248, 248, 247, 0.84);
  border-bottom-color: rgba(6, 97, 90, 0.2);
  box-shadow: 0 14px 34px rgba(0, 18, 18, 0.08);
  backdrop-filter: blur(18px) saturate(130%);
}

.cfp-page-choke-parts-concept .site-header-subpage .brand {
  color: var(--color-oil-black);
}

.cfp-page-choke-parts-concept .site-header-subpage .brand-logo-default {
  opacity: 0;
}

.cfp-page-choke-parts-concept .site-header-subpage .brand-logo-scrolled {
  opacity: 1;
}

.cfp-page-choke-parts-concept .site-header-subpage .brand-wordmark {
  color: var(--color-oil-black);
  border-left-color: var(--color-field-green-on-light);
}

.cfp-page-choke-parts-concept .site-header-subpage .nav a,
.cfp-page-choke-parts-concept .site-header-subpage .nav-trigger {
  color: var(--color-carbon-text);
}

@media (min-width: 1101px) {
  .cfp-page-choke-parts-concept .site-header-subpage .nav-menu a,
  .cfp-page-choke-parts-concept .site-header-subpage.is-scrolled .nav-menu a {
    color: #d3ece5;
  }

  .cfp-page-choke-parts-concept .site-header-subpage .nav-menu a:hover,
  .cfp-page-choke-parts-concept .site-header-subpage .nav-menu a:focus-visible {
    color: #fff;
  }
}

.parts-hub-page {
  background: #f7f9f8;
  color: var(--color-carbon-text);
}

.parts-hub-icon,
.parts-hub-step-icon,
.parts-hub-placeholder-icon,
.parts-hub-quote-icon,
.parts-hub-check-icon,
.parts-hub-button-icon,
.parts-hub-proof-icon {
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.parts-hub-hero {
  padding-top: 76px;
  border-bottom: 1px solid rgba(6, 97, 90, 0.16);
  background: #f7f9f8;
}

.parts-hub-hero-inner,
.parts-hub-process-inner,
.parts-hub-catalog {
  width: min(calc(100% - 64px), 1600px);
  margin: 0 auto;
}

.parts-hub-hero-inner {
  display: grid;
  gap: 14px;
  max-width: 1600px;
  padding: clamp(34px, 3.2vw, 52px) 0 clamp(32px, 3vw, 48px);
}

.parts-hub-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 6px;
  color: #44605c;
  font-size: 13px;
}

.parts-hub-breadcrumbs a {
  color: #0c6159;
  text-decoration: none;
}

.parts-hub-hero h1 {
  width: fit-content;
  max-width: 920px;
  margin: 0;
  padding-bottom: 14px;
  border-bottom: 3px solid var(--color-field-green-on-light);
  color: #070d0c;
  font-family: var(--font-display);
  font-size: clamp(48px, 3.8vw, 64px);
  font-weight: 800;
  line-height: 0.94;
  letter-spacing: 0;
  text-transform: uppercase;
}

.parts-hub-hero-inner > p:not(.eyebrow) {
  max-width: 760px;
  margin: 0;
  color: #102724;
  font-size: clamp(16px, 1.08vw, 19px);
  line-height: 1.56;
}

.parts-hub-process {
  background:
    linear-gradient(90deg, rgba(0, 42, 43, 0.72), transparent 48%, rgba(0, 42, 43, 0.5)),
    var(--color-footer-bg, #002d2c);
  color: #fff;
}

.parts-hub-process-inner {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
}

.parts-hub-step {
  position: relative;
  display: grid;
  grid-template-columns: 48px 54px 1fr;
  gap: 14px;
  align-items: center;
  min-height: 122px;
  padding: 22px clamp(18px, 2vw, 32px);
}

.parts-hub-step + .parts-hub-step {
  border-left: 1px solid rgba(217, 242, 239, 0.38);
}

.parts-hub-step-number {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border: 2px solid rgba(255, 255, 255, 0.82);
  border-radius: 50%;
  color: #fff;
  font-family: var(--font-display);
  font-size: 20px;
  font-weight: 900;
  line-height: 1;
}

.parts-hub-step-icon {
  width: 46px;
  height: 46px;
  color: #d9f6f2;
  stroke-width: 1.55;
}

.parts-hub-step strong {
  display: block;
  margin-bottom: 7px;
  font-family: var(--font-display);
  font-size: 16px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.parts-hub-step small {
  display: block;
  color: rgba(255, 255, 255, 0.86);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.32;
}

.parts-hub-catalog {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(286px, 320px);
  gap: clamp(20px, 2vw, 32px);
  align-items: start;
  padding: clamp(26px, 3vw, 42px) 0 clamp(58px, 6vw, 88px);
}

.parts-hub-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(12px, 1.1vw, 18px);
}

.parts-hub-part-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(148px, 45%) minmax(0, 1fr);
  grid-template-rows: auto auto auto;
  height: auto;
  min-height: 0;
  align-content: start;
  overflow: hidden;
  border: 1px solid #cdd9d6;
  border-radius: 8px;
  background: #fff;
  color: var(--color-carbon-text);
  text-decoration: none !important;
  box-shadow: 0 16px 36px rgba(0, 18, 18, 0.08);
  transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.parts-hub-part-card:hover,
.parts-hub-part-card:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(7, 130, 121, 0.48);
  box-shadow: 0 20px 42px rgba(0, 18, 18, 0.12);
  outline: 0;
}

.parts-hub-card-media {
  position: absolute;
  top: 14px;
  bottom: 14px;
  left: 14px;
  width: calc(45% - 24px);
  display: grid;
  place-items: center;
  min-height: 0;
  height: auto;
  margin: 0;
  overflow: hidden;
  border: 1px solid transparent;
  border-radius: 6px;
  background: #fff;
  box-sizing: border-box;
  pointer-events: none;
}

.parts-hub-card-media img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  min-width: 0;
  min-height: 0;
  object-fit: contain;
  object-position: center;
}

.parts-hub-card-media.is-seat-stem img {
  object-fit: contain;
  padding: 0;
  background: #fff;
}

.parts-hub-card-media.is-seals img {
  object-fit: cover;
  padding: 0;
  background: #fff;
}

.parts-hub-card-media.is-bonnet img {
  object-fit: contain;
  object-position: center;
  padding: 0;
  background: #fff;
}

.parts-hub-card-media.is-placeholder {
  position: relative;
  gap: 0;
  padding: 22px 14px;
  background:
    linear-gradient(145deg, rgba(7, 130, 121, 0.08), rgba(7, 130, 121, 0.02)),
    #f4faf8;
  color: #0c6159;
}

.parts-hub-card-media.is-placeholder::after {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px dashed rgba(7, 130, 121, 0.42);
  border-radius: 6px;
  pointer-events: none;
}

.parts-hub-placeholder-icon {
  width: 58px;
  height: 58px;
  opacity: 0.72;
  stroke-width: 1.25;
}

.parts-hub-card-media.is-placeholder span {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  display: block;
  color: rgba(11, 60, 54, 0.62);
  font-family: var(--font-display);
  font-size: 9px;
  font-weight: 900;
  line-height: 1;
  text-align: left;
  text-transform: uppercase;
}

.parts-hub-card-copy {
  grid-column: 2;
  display: grid;
  gap: 7px;
  padding: 18px 16px 7px;
}

.parts-hub-card-label {
  margin: 0;
  color: var(--color-field-green-on-light);
  font-family: var(--font-display);
  font-size: 11px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.parts-hub-card-copy h2 {
  margin: 0;
  color: #07100f;
  font-family: var(--font-display);
  font-size: clamp(18px, 1.05vw, 22px);
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.parts-hub-card-copy p:not(.parts-hub-card-label) {
  margin: 0;
  color: #203b37;
  font-size: 13px;
  line-height: 1.38;
}

.parts-hub-card-support,
.parts-hub-card-materials {
  grid-column: 2;
  padding: 2px 16px 9px;
}

.parts-hub-card-support strong,
.parts-hub-card-materials strong {
  display: block;
  margin-bottom: 8px;
  color: #0b3c36;
  font-family: var(--font-display);
  font-size: 10px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.parts-hub-card-support span {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.parts-hub-card-support em {
  display: inline-flex;
  align-items: center;
  min-height: 20px;
  padding: 4px 6px 3px;
  border: 1px solid rgba(7, 130, 121, 0.38);
  border-radius: 999px;
  color: #0a4f48;
  font-size: 9px;
  font-style: normal;
  font-weight: 800;
  line-height: 1;
}

.parts-hub-card-materials p {
  margin: 0;
  color: #203b37;
  font-size: 12px;
  line-height: 1.3;
}

.parts-hub-quote-card {
  position: sticky;
  top: 96px;
  overflow: hidden;
  margin-top: 0;
  border: 1px solid #c7d6d3;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 20px 45px rgba(0, 18, 18, 0.11);
}

.parts-hub-quote-head {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 14px;
  align-items: center;
  padding: 28px 26px;
  background:
    linear-gradient(90deg, rgba(0, 40, 42, 0.58), transparent),
    var(--color-footer-bg, #002d2c);
  color: #fff;
}

.parts-hub-quote-icon {
  width: 45px;
  height: 45px;
  color: #d9f6f2;
}

.parts-hub-quote-head h2 {
  margin: 0;
  color: #fff;
  font-family: var(--font-display);
  font-size: clamp(22px, 1.6vw, 29px);
  font-weight: 900;
  line-height: 0.98;
  text-transform: uppercase;
}

.parts-hub-quote-card > p {
  margin: 0;
  padding: 24px 26px 12px;
  color: #203b37;
  font-size: 16px;
  line-height: 1.42;
}

.parts-hub-quote-list-title {
  display: block;
  padding: 0 26px 8px;
  color: #0b3c36;
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.parts-hub-quote-card ul {
  display: grid;
  gap: 10px;
  margin: 0 26px;
  padding: 0 0 22px;
  border-bottom: 1px solid rgba(7, 130, 121, 0.25);
  list-style: none;
}

.parts-hub-quote-card li {
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 10px;
  align-items: start;
  color: #173a35;
  font-size: 14px;
  line-height: 1.25;
}

.parts-hub-check-icon {
  width: 18px;
  height: 18px;
  color: #0b8177;
  stroke-width: 2.1;
}

.parts-hub-quote-actions {
  display: grid;
  gap: 12px;
  padding: 22px 26px 24px;
}

.parts-hub-quote-actions .btn,
.parts-hub-secondary-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 52px;
  border-radius: 4px;
  font-family: var(--font-display);
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
}

.parts-hub-secondary-action {
  border: 1px solid rgba(7, 130, 121, 0.36);
  background: #f7fbfa;
  color: #0b3c36;
}

.parts-hub-button-icon {
  width: 19px;
  height: 19px;
  flex: 0 0 auto;
}

.parts-hub-proof {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 14px;
  margin: 0 26px 26px;
  padding-top: 22px;
  border-top: 1px solid rgba(7, 130, 121, 0.25);
}

.parts-hub-proof-icon {
  width: 38px;
  height: 38px;
  color: #07100f;
  stroke-width: 1.45;
}

.parts-hub-proof-icon-image {
  fill: currentColor;
  stroke: none;
  width: 42px;
  height: 42px;
  object-fit: contain;
}

.parts-hub-proof strong {
  display: block;
  color: #0b3c36;
  font-family: var(--font-display);
  font-size: 15px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.parts-hub-proof small {
  display: block;
  margin-top: 8px;
  color: #203b37;
  font-size: 12px;
  line-height: 1.36;
}

@media (max-width: 1380px) {
  .parts-hub-catalog {
    grid-template-columns: minmax(0, 1fr) minmax(280px, 300px);
  }

  .parts-hub-part-card {
    grid-template-columns: minmax(132px, 43%) minmax(0, 1fr);
    height: auto;
  }

  .parts-hub-card-media {
    width: calc(43% - 24px);
  }

  .parts-hub-card-copy {
    padding-inline: 14px;
  }

  .parts-hub-card-support,
  .parts-hub-card-materials {
    padding-inline: 14px;
  }
}

@media (max-width: 1180px) {
  .parts-hub-process-inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .parts-hub-step:nth-child(3) {
    border-left: 0;
  }

  .parts-hub-step:nth-child(n + 3) {
    border-top: 1px solid rgba(217, 242, 239, 0.38);
  }

  .parts-hub-catalog {
    grid-template-columns: 1fr;
  }

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

  .parts-hub-quote-card {
    margin-top: 0;
  }
}

@media (min-width: 901px) and (max-width: 1180px) {
  .parts-hub-quote-card {
    position: static;
    display: grid;
    grid-template-columns: minmax(260px, 0.42fr) minmax(0, 0.58fr);
  }

  .parts-hub-quote-card > p,
  .parts-hub-quote-list-title,
  .parts-hub-quote-card ul,
  .parts-hub-quote-actions {
    grid-column: 2;
  }

  .parts-hub-quote-head {
    grid-column: 1;
    grid-row: 1 / span 3;
    align-content: start;
    min-height: 220px;
  }

  .parts-hub-proof {
    grid-column: 1 / -1;
    margin: 0 26px 24px;
    padding-top: 20px;
  }
}

@media (max-width: 1020px) {
  .parts-hub-hero-inner,
  .parts-hub-process-inner,
  .parts-hub-catalog {
    width: calc(100% - 48px);
  }

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

@media (max-width: 760px) {
  .parts-hub-hero {
    padding-top: 70px;
  }

  .parts-hub-hero-inner,
  .parts-hub-process-inner,
  .parts-hub-catalog {
    width: calc(100% - 32px);
  }

  .parts-hub-hero-inner {
    padding-block: 34px 38px;
  }

  .parts-hub-hero h1 {
    font-size: clamp(42px, 12vw, 60px);
  }

  .parts-hub-process-inner,
  .parts-hub-card-grid,
  .parts-hub-quote-card {
    grid-template-columns: 1fr;
  }

  .parts-hub-step {
    grid-template-columns: 42px 42px 1fr;
    min-height: 104px;
    padding: 18px 16px;
    border-left: 0 !important;
    border-top: 1px solid rgba(217, 242, 239, 0.28);
  }

  .parts-hub-step:first-child {
    border-top: 0;
  }

  .parts-hub-step-icon {
    width: 38px;
    height: 38px;
  }

  .parts-hub-part-card {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    height: auto;
    min-height: 0;
  }

  .parts-hub-card-media {
    position: static;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    grid-row: auto;
    width: auto;
    height: clamp(140px, 36vw, 190px);
    margin: 12px 12px 0;
    pointer-events: none;
  }

  .parts-hub-card-copy {
    grid-column: 1;
    padding-top: 15px;
  }

  .parts-hub-card-support,
  .parts-hub-card-materials {
    grid-column: 1;
  }

  .parts-hub-quote-head {
    grid-row: auto;
  }
}

@media (max-width: 560px) {
  .parts-hub-card-media {
    height: clamp(132px, 40vw, 170px);
  }

  .parts-hub-card-support,
  .parts-hub-card-materials {
    padding-bottom: 12px;
  }
}

/* Seats & Stem part page */
.seats-stem-page {
  overflow-x: clip;
  background: #f7f9f8;
  color: var(--color-carbon-text);
}

.seats-stem-page *,
.seats-stem-page *::before,
.seats-stem-page *::after {
  box-sizing: border-box;
}

.seats-stem-shell {
  width: min(calc(100% - 64px), 1600px);
  margin: 0 auto;
}

.seats-stem-hero {
  padding-top: 76px;
  background: #f7f9f8;
}

.seats-stem-hero .seats-stem-shell {
  padding: clamp(30px, 3.2vw, 52px) 0 clamp(14px, 1vw, 20px);
}

.seats-stem-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 clamp(18px, 2vw, 28px);
  color: #48615d;
  font-size: 13px;
  line-height: 1.3;
}

.seats-stem-breadcrumbs a {
  color: #0c6159;
  text-decoration: none;
}

.seats-stem-hero-top {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(24px, 4vw, 70px);
  align-items: end;
}

.seats-stem-hero-copy {
  min-width: 0;
}

.seats-stem-hero h1 {
  width: fit-content;
  max-width: 920px;
  margin: 0;
  padding-bottom: 14px;
  border-bottom: 3px solid var(--color-field-green-on-light);
  color: #07100f;
  font-family: var(--font-display);
  font-size: clamp(54px, 4.7vw, 76px);
  font-weight: 800;
  line-height: 0.88;
  letter-spacing: 0;
  text-transform: uppercase;
}

.seats-stem-hero-copy > p {
  max-width: 790px;
  margin: clamp(16px, 1.6vw, 24px) 0 0;
  color: #142b28;
  font-size: clamp(17px, 1.04vw, 20px);
  line-height: 1.55;
}

.seats-stem-hero-proof {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: clamp(18px, 1.8vw, 28px);
  color: #06615a;
  font-family: var(--font-display);
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
}

.seats-stem-proof-icon {
  display: block;
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex: 0 0 auto;
}

.seats-stem-hero-button,
.seats-stem-cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 50px;
  padding: 0 22px;
  border: 1px solid rgba(6, 97, 90, 0.34);
  border-radius: 4px;
  color: #042522;
  font-family: var(--font-display);
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
  text-decoration: none !important;
  text-transform: uppercase;
  white-space: nowrap;
  transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.seats-stem-button-icon {
  display: block;
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.seats-stem-hero-button:hover,
.seats-stem-hero-button:focus-visible {
  transform: translateY(-1px);
  border-color: var(--color-field-green-on-light);
  background: rgba(7, 130, 121, 0.08);
  color: #06615a;
  outline: 0;
}

.seats-stem-hero-button .arrow-icon,
.seats-stem-cta-button .arrow-icon {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.seats-stem-visual-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(14px, 1.4vw, 22px);
  margin-top: clamp(28px, 3.3vw, 56px);
}

.seats-stem-visual-card {
  display: grid;
  grid-template-columns: minmax(140px, 42%) minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  min-height: 164px;
  padding: 16px;
  border: 1px solid #cbd9d6;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 16px 36px rgba(0, 18, 18, 0.07);
}

.seats-stem-visual-media {
  --seats-stem-media-height: 132px;
  display: grid;
  place-items: center;
  width: 100%;
  height: var(--seats-stem-media-height);
  margin: 0;
  overflow: hidden;
  background: #fff;
}

.seats-stem-visual-media img,
.seats-stem-type-media img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: var(--seats-stem-media-height);
  object-fit: contain;
  object-position: center;
}

.seats-stem-visual-media.is-seat img,
.seats-stem-type-media.is-seat img {
  width: auto;
  height: var(--seats-stem-media-height);
  transform: none;
}

.seats-stem-visual-media.is-seat-horizontal img,
.seats-stem-type-media.is-seat-horizontal img {
  width: 100%;
  height: auto;
  transform: none;
}

.seats-stem-visual-media.is-seat-horizontal img {
  width: 82%;
}

.seats-stem-visual-media.is-stem img {
  width: 100%;
  height: auto;
  transform: none;
}

.seats-stem-visual-media.is-pair img {
  width: 100%;
  height: auto;
  transform: none;
}

.seats-stem-visual-card h2 {
  margin: 0 0 8px;
  color: #06615a;
  font-family: var(--font-display);
  font-size: 14px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.seats-stem-visual-card p {
  margin: 0;
  color: #314743;
  font-size: 14px;
  line-height: 1.38;
}

.seats-stem-main {
  padding: clamp(12px, 1vw, 18px) 0 0;
}

.seats-stem-main-grid {
  display: grid;
  grid-template-columns: minmax(320px, 0.38fr) minmax(0, 0.62fr);
  gap: clamp(22px, 2.4vw, 42px);
  align-items: start;
}

.seats-stem-support {
  padding-left: clamp(22px, 2.3vw, 38px);
  border-left: 1px solid #cbd9d6;
}

.seats-stem-section-head {
  min-width: 0;
  margin-bottom: 18px;
}

.seats-stem-part-types .seats-stem-section-head {
  margin-bottom: 38px;
}

.seats-stem-support .seats-stem-section-head {
  margin-bottom: 38px;
}

.seats-stem-section-head h2,
.seats-stem-fit-head h2 {
  margin: 0;
  color: #07100f;
  font-family: var(--font-display);
  font-size: clamp(20px, 1.3vw, 24px);
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.seats-stem-section-head > span {
  display: block;
  max-width: 850px;
  margin-top: 13px;
  color: #203b37;
  font-size: 15px;
  line-height: 1.5;
}

.seats-stem-type-stack {
  display: grid;
  gap: 16px;
}

.seats-stem-type-card {
  display: grid;
  grid-template-columns: minmax(154px, 32%) minmax(0, 1fr);
  gap: 0;
  align-items: stretch;
  min-height: 176px;
  padding: 0;
  border: 1px solid #cbd9d6;
  border-radius: 6px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 12px 28px rgba(0, 18, 18, 0.055);
}

.seats-stem-type-media {
  --seats-stem-media-height: 176px;
  display: grid;
  place-items: center;
  width: 100%;
  min-height: var(--seats-stem-media-height);
  height: 100%;
  margin: 0;
  padding: 14px 18px;
  border-right: 1px solid #cbd9d6;
  overflow: hidden;
  background: #fff;
  box-sizing: border-box;
}

.seats-stem-type-media.is-stem img {
  width: 100%;
  height: auto;
  transform: scale(1);
}

.seats-stem-type-copy {
  min-width: 0;
  align-self: center;
  padding: 18px 18px 16px 20px;
}

.seats-stem-type-copy h3 {
  margin: 0 0 8px;
  color: #06615a;
  font-family: var(--font-display);
  font-size: clamp(22px, 1.35vw, 26px);
  font-weight: 700;
  line-height: 0.98;
  text-transform: uppercase;
}

.seats-stem-type-copy > span {
  display: block;
  color: #263d39;
  font-size: 14px;
  line-height: 1.36;
}

.seats-stem-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 12px;
}

.seats-stem-chip-row em {
  display: inline-flex;
  align-items: center;
  min-height: 23px;
  padding: 0 8px;
  border: 1px solid rgba(7, 130, 121, 0.34);
  background: rgba(7, 130, 121, 0.08);
  color: #06615a;
  font-family: var(--font-display);
  font-size: 9.5px;
  font-style: normal;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
}

.seats-stem-support-copy {
  margin: 14px 0 0;
  color: #203b37;
  font-size: 14px;
  line-height: 1.5;
}

.seats-stem-support-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  overflow: hidden;
  border: 1px solid #cbd9d6;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 16px 36px rgba(0, 18, 18, 0.07);
}

.seats-stem-col-model {
  width: 25%;
}

.seats-stem-col-check {
  width: 11%;
}

.seats-stem-col-materials {
  width: 27%;
}

.seats-stem-col-notes {
  width: 26%;
}

.seats-stem-support-table th,
.seats-stem-support-table td {
  padding: 16px 14px;
  border-bottom: 1px solid #d7e2df;
  border-left: 1px solid #d7e2df;
  color: #18312d;
  font-size: 14px;
  line-height: 1.35;
  vertical-align: top;
  overflow-wrap: anywhere;
}

.seats-stem-support-table th:first-child,
.seats-stem-support-table td:first-child {
  border-left: 0;
}

.seats-stem-support-table tr:last-child th,
.seats-stem-support-table tr:last-child td {
  border-bottom: 0;
}

.seats-stem-support-table thead th {
  background: #04322f;
  color: #e8fffb;
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  text-align: left;
  text-transform: uppercase;
}

.seats-stem-support-table tbody th {
  color: #07100f;
  font-family: var(--font-display);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.12;
  text-align: left;
  text-transform: none;
  overflow-wrap: normal;
  word-break: normal;
}

.seats-stem-support-table .seats-stem-check-cell {
  position: relative;
  text-align: center;
  vertical-align: middle;
}

.seats-stem-table-check-icon {
  display: inline-block;
  width: 26px;
  height: 26px;
  color: #06615a;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.seats-stem-check-cell span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.seats-stem-fit {
  padding: clamp(28px, 3.2vw, 46px) 0 clamp(24px, 4vw, 38px);
}

.seats-stem-fit-head {
  margin-bottom: 18px;
}

.seats-stem-fit-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(14px, 1.4vw, 22px);
}

.seats-stem-fit-card {
  display: grid;
  grid-template-columns: 62px minmax(0, 1fr);
  grid-template-rows: auto auto;
  column-gap: 14px;
  align-items: center;
  min-width: 0;
  min-height: 92px;
  padding: 15px 16px;
  border: 1px solid #cbd9d6;
  border-radius: 6px;
  background: #fff;
}

.seats-stem-fit-icon {
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.seats-stem-fit-icon {
  grid-row: 1 / span 2;
  width: 56px;
  height: 56px;
  padding: 13px;
  border: 1px solid rgba(6, 97, 90, 0.5);
  border-radius: 50%;
  margin: 0;
  color: #06615a;
}

.seats-stem-fit-card h3 {
  margin: 0 0 6px;
  color: #06615a;
  font-family: var(--font-display);
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.seats-stem-fit-card p {
  margin: 0;
  color: #304743;
  font-size: 14px;
  line-height: 1.45;
}

.seats-stem-cta {
  background: #002b2a;
  color: #fff;
}

.seats-stem-cta-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(16px, 1.8vw, 30px);
  align-items: center;
  width: min(calc(100% - 64px), 1600px);
  margin: 0 auto;
  padding: clamp(24px, 2.5vw, 40px) 0;
}

.seats-stem-cta h2 {
  margin: 0;
  color: #fff;
  font-family: var(--font-display);
  font-size: clamp(30px, 2.7vw, 52px);
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.seats-stem-cta p {
  max-width: 760px;
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 16px;
  line-height: 1.45;
}

.seats-stem-cta-button {
  border-color: rgba(222, 247, 242, 0.46);
  color: #fff;
}

.seats-stem-cta-button:hover,
.seats-stem-cta-button:focus-visible {
  transform: translateY(-1px);
  border-color: #def7f2;
  background: #078279;
  color: #fff;
  outline: 0;
}

@media (min-width: 1081px) {
  .seats-stem-cta h2 {
    white-space: nowrap;
  }
}

@media (max-width: 1280px) {
  .seats-stem-visual-card {
    grid-template-columns: 1fr;
    align-content: start;
  }

  .seats-stem-visual-media {
    --seats-stem-media-height: 126px;
    height: 126px;
  }

  .seats-stem-main-grid {
    grid-template-columns: minmax(300px, 0.42fr) minmax(0, 0.58fr);
  }
}

@media (max-width: 1080px) {
  .seats-stem-main-grid,
  .seats-stem-hero-top {
    grid-template-columns: 1fr;
  }

  .seats-stem-hero-button {
    justify-self: start;
  }

  .seats-stem-main-grid {
    gap: 34px;
  }

  .seats-stem-support {
    padding-left: 0;
    border-left: 0;
  }

  .seats-stem-support .seats-stem-section-head {
    margin-bottom: 18px;
  }

  .seats-stem-part-types .seats-stem-section-head {
    margin-bottom: 18px;
  }

  .seats-stem-type-stack {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .seats-stem-type-card {
    grid-template-columns: 1fr;
  }

  .seats-stem-type-media {
    --seats-stem-media-height: 160px;
    min-height: 160px;
    height: 160px;
    border-right: 0;
    border-bottom: 1px solid #cbd9d6;
  }

  .seats-stem-type-copy {
    padding: 16px;
  }

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

  .seats-stem-cta-inner {
    grid-template-columns: 1fr;
  }

  .seats-stem-cta-button {
    grid-column: auto;
    justify-self: start;
  }
}

@media (max-width: 860px) {
  .seats-stem-shell,
  .seats-stem-cta-inner {
    width: calc(100% - 40px);
  }

  .seats-stem-visual-grid,
  .seats-stem-type-stack {
    grid-template-columns: 1fr;
  }

  .seats-stem-visual-card,
  .seats-stem-type-card {
    grid-template-columns: minmax(126px, 36%) minmax(0, 1fr);
  }

  .seats-stem-type-media {
    border-right: 1px solid #cbd9d6;
    border-bottom: 0;
  }

  .seats-stem-support-table,
  .seats-stem-support-table thead,
  .seats-stem-support-table tbody,
  .seats-stem-support-table tr,
  .seats-stem-support-table th,
  .seats-stem-support-table td {
    display: block;
  }

  .seats-stem-support-table {
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .seats-stem-support-table thead {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
  }

  .seats-stem-support-table tbody tr {
    overflow: hidden;
    margin-bottom: 12px;
    border: 1px solid #cbd9d6;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 12px 28px rgba(0, 18, 18, 0.06);
  }

  .seats-stem-support-table tbody th,
  .seats-stem-support-table tbody td {
    display: grid;
    grid-template-columns: 116px minmax(0, 1fr);
    gap: 12px;
    align-items: start;
    width: 100%;
    padding: 13px 14px;
    border: 0;
    border-top: 1px solid #d7e2df;
    font-size: 14px;
    text-transform: none;
  }

  .seats-stem-support-table tbody th {
    border-top: 0;
    background: #04322f;
    color: #fff;
    font-size: 18px;
    text-transform: none;
  }

  .seats-stem-support-table tbody th::before,
  .seats-stem-support-table tbody td::before {
    content: attr(data-label);
    color: #06615a;
    font-family: var(--font-display);
    font-size: 10px;
    font-weight: 900;
    line-height: 1;
    text-transform: uppercase;
  }

  .seats-stem-support-table tbody th::before {
    color: #b8ece6;
  }

  .seats-stem-support-table .seats-stem-check-cell {
    text-align: left;
  }

  .seats-stem-table-check-icon {
    width: 22px;
    height: 22px;
  }
}

@media (max-width: 640px) {
  .seats-stem-hero {
    padding-top: 70px;
  }

  .seats-stem-shell,
  .seats-stem-cta-inner {
    width: calc(100% - 32px);
  }

  .seats-stem-hero h1 {
    max-width: 100%;
    font-size: clamp(48px, 15vw, 70px);
  }

  .seats-stem-hero-copy > p {
    font-size: 16px;
  }

  .seats-stem-visual-card,
  .seats-stem-type-card {
    grid-template-columns: 1fr;
  }

  .seats-stem-visual-media {
    --seats-stem-media-height: 138px;
    height: 138px;
  }

  .seats-stem-type-media {
    --seats-stem-media-height: 170px;
    min-height: 170px;
    height: 170px;
    border-right: 0;
    border-bottom: 1px solid #cbd9d6;
  }

  .seats-stem-type-copy {
    padding: 16px;
  }

  .seats-stem-fit-grid {
    grid-template-columns: 1fr;
  }

  .seats-stem-fit-card {
    min-height: 0;
  }

  .seats-stem-cta-inner {
    grid-template-columns: 1fr;
    text-align: left;
  }

  .seats-stem-cta-button {
    grid-column: auto;
    width: 100%;
  }

  .seats-stem-support-table tbody th,
  .seats-stem-support-table tbody td {
    grid-template-columns: 1fr;
    gap: 7px;
  }
}

.parts-detail-page {
  background: #fff;
  color: var(--color-carbon-text);
  overflow-x: clip;
}

.parts-detail-page *,
.parts-detail-page *::before,
.parts-detail-page *::after {
  box-sizing: border-box;
}

.parts-detail-shell {
  width: min(calc(100% - clamp(40px, 6.2vw, 112px)), 1780px);
  margin-inline: auto;
}

.parts-detail-hero {
  background: #fdfdfc;
  border-bottom: 1px solid var(--color-soft-border);
}

.parts-detail-hero .site-header-subpage {
  position: sticky;
  top: 0;
}

.parts-detail-breadcrumbs {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 30px 0 22px;
  color: #4e5b58;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.parts-detail-breadcrumbs a {
  color: inherit;
  text-decoration: none;
}

.parts-detail-breadcrumbs span:last-child {
  color: var(--color-brand-teal-dark);
  font-weight: 800;
}

.parts-detail-hero-grid {
  display: grid;
  grid-template-columns: minmax(380px, 0.41fr) minmax(0, 0.59fr);
  gap: clamp(34px, 5vw, 78px);
  align-items: center;
  padding-bottom: 48px;
}

.parts-detail-hero-copy {
  max-width: 620px;
}

.parts-detail-eyebrow {
  margin: 0 0 9px;
  color: var(--color-brand-teal-dark);
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

.parts-detail-hero h1 {
  margin: 0;
  color: #050909;
  font-family: var(--font-display);
  font-size: clamp(56px, 5vw, 86px);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 0.9;
  text-transform: uppercase;
}

.parts-detail-title-rule {
  display: block;
  width: 54px;
  height: 3px;
  margin: 19px 0 24px;
  background: var(--color-brand-teal-dark);
}

.parts-detail-eyebrow + .parts-detail-title-rule {
  margin: 0 0 18px;
}

.parts-detail-eyebrow + .parts-detail-title-rule + h1 {
  margin-bottom: 22px;
}

.parts-detail-hero-copy > p:not(.parts-detail-eyebrow) {
  margin: 0;
  max-width: 610px;
  color: #111c1a;
  font-size: clamp(16px, 1.08vw, 20px);
  font-weight: 400;
  line-height: 1.48;
}

.parts-detail-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 30px;
}

.parts-detail-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 3px 28px 0;
  border: 1px solid var(--color-brand-teal-dark);
  border-radius: 5px;
  color: var(--color-brand-teal-dark);
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  gap: 16px;
  transition: background 180ms ease, border-color 180ms ease, color 180ms ease;
}

.parts-detail-btn .arrow-icon {
  width: 18px;
  height: 18px;
  stroke: currentColor;
  stroke-width: 2;
  fill: none;
}

.parts-detail-btn.is-primary {
  background: var(--color-brand-teal);
  border-color: var(--color-brand-teal);
  color: #fff;
}

.parts-detail-btn.is-secondary {
  background: transparent;
}

.parts-detail-btn.is-full {
  width: 100%;
}

.parts-detail-btn.is-on-dark {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.78);
  color: #fff;
}

.parts-detail-btn:hover,
.parts-detail-btn:focus-visible {
  background: var(--color-brand-teal-dark);
  border-color: var(--color-brand-teal-dark);
  color: #fff;
}

.parts-detail-btn.is-on-dark:hover,
.parts-detail-btn.is-on-dark:focus-visible {
  background: #fff;
  border-color: #fff;
  color: var(--color-brand-teal-dark);
}

.parts-detail-hero-media {
  height: clamp(312px, 27vw, 450px);
  margin: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  overflow: visible;
  display: flex;
  align-items: center;
  justify-content: center;
}

.parts-detail-hero-flow-beans .parts-detail-hero-media {
  border-color: transparent;
  background: transparent;
}

.parts-detail-hero-flow-beans .parts-detail-hero-media img {
  transform: scale(1.26);
}

.parts-detail-hero-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  clip-path: none;
  mix-blend-mode: normal;
}

.parts-detail-hero-trim-kits .parts-detail-hero-media img {
  width: 100%;
  height: 100%;
  transform: scale(1.16);
}

.parts-detail-hero-bonnet-assemblies .parts-detail-hero-media img {
  width: 100%;
  height: 100%;
  transform: scale(1.18);
}

.parts-detail-hero-seals-o-rings .parts-detail-hero-media img {
  width: 100%;
  height: 100%;
  transform: scale(1.2);
}

.parts-detail-hero-choke-nipples .parts-detail-hero-media img {
  width: 100%;
  height: 100%;
  transform: scale(1.14);
}

.parts-detail-hero-seals-o-rings .parts-detail-hero-media img,
.parts-detail-hero-choke-nipples .parts-detail-hero-media img {
  -webkit-mask-image: radial-gradient(ellipse 92% 92% at center, #000 70%, rgba(0, 0, 0, 0.82) 86%, transparent 100%);
  mask-image: radial-gradient(ellipse 92% 92% at center, #000 70%, rgba(0, 0, 0, 0.82) 86%, transparent 100%);
}

.parts-detail-section {
  padding-top: 28px;
  padding-bottom: 26px;
}

.parts-detail-section-title {
  margin: 0 0 22px;
  color: #050909;
  font-family: var(--font-display);
  font-size: clamp(22px, 1.75vw, 30px);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}

.parts-detail-section-title::after {
  content: "";
  display: block;
  width: 54px;
  height: 3px;
  margin: 14px auto 0;
  background: var(--color-brand-teal-dark);
}

.parts-detail-section-title.is-left {
  text-align: left;
}

.parts-detail-section-title.is-left::after,
.cfp-page-parts-flow-beans .parts-detail-section-title::after {
  margin-left: 0;
  margin-right: 0;
}

.cfp-page-parts-flow-beans .parts-detail-section-title {
  text-align: left;
}

.parts-detail-support-grid,
.parts-detail-carry-grid,
.parts-detail-soft-grid,
.parts-detail-connection-grid {
  display: grid;
  gap: 16px;
}

.parts-detail-support-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.parts-detail-support-card,
.parts-detail-quote-card,
.parts-detail-model-panel,
.parts-detail-carry-card,
.parts-detail-materials-card,
.parts-detail-catalog-card,
.parts-detail-help-card,
.parts-detail-soft-card,
.parts-detail-quote-lite-card,
.parts-detail-connection-card,
.parts-detail-table-panel,
.parts-detail-confirm-panel {
  border: 1px solid #cbd3d0;
  border-radius: 5px;
  background: #fff;
}

.parts-detail-support-card {
  display: grid;
  grid-template-columns: 50px minmax(0, 1fr);
  gap: 0 20px;
  align-content: start;
  min-height: 245px;
  padding: 26px 26px 24px;
}

.parts-detail-icon-box {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 5px;
  color: #fff;
  background: linear-gradient(135deg, var(--color-brand-teal) 0%, var(--color-oil-black) 100%);
}

.parts-detail-card-icon,
.parts-detail-quote-icon,
.parts-detail-catalog-icon,
.parts-detail-confirm-icon,
.parts-detail-proof-icon,
.parts-detail-cta-icon {
  width: 28px;
  height: 28px;
  stroke: currentColor;
  stroke-width: 1.8;
  fill: none;
}

.parts-detail-support-card h3,
.parts-detail-carry-card h3,
.parts-detail-soft-card h3,
.parts-detail-connection-card h3 {
  margin: 0;
  color: #050909;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.05;
  text-transform: uppercase;
}

.parts-detail-support-card h3 {
  align-self: center;
}

.parts-detail-support-card .parts-detail-title-rule {
  grid-column: 1;
  margin: 15px 0 18px;
}

.parts-detail-support-card p,
.parts-detail-support-card ul {
  grid-column: 1 / -1;
}

.parts-detail-support-card p,
.parts-detail-carry-card p,
.parts-detail-soft-card p,
.parts-detail-connection-card p,
.parts-detail-materials-card p,
.parts-detail-quote-card p,
.parts-detail-catalog-card small,
.parts-detail-help-card small {
  color: #1c2a27;
  font-size: 14px;
  line-height: 1.46;
}

.parts-detail-support-card ul,
.parts-detail-quote-card ul,
.parts-detail-check-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.parts-detail-support-card li,
.parts-detail-quote-card li,
.parts-detail-check-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: #17221f;
  font-size: 14px;
  line-height: 1.45;
}

.parts-detail-support-card li + li,
.parts-detail-quote-card li + li,
.parts-detail-check-list li + li {
  margin-top: 10px;
}

.parts-detail-mini-check {
  flex: 0 0 auto;
  width: 17px;
  height: 17px;
  margin-top: 1px;
  color: var(--color-brand-teal-dark);
  stroke: currentColor;
  stroke-width: 2;
  fill: none;
}

.parts-detail-trim-layout,
.parts-detail-bonnet-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.28fr);
  gap: 18px;
  align-items: stretch;
}

.parts-detail-trim-main {
  display: grid;
  gap: 14px;
}

.parts-detail-quote-card {
  padding: 28px 28px 26px;
}

.parts-detail-quote-card h2,
.parts-detail-model-panel h2,
.parts-detail-materials-card h2,
.parts-detail-table-panel h2,
.parts-detail-confirm-panel h2,
.parts-detail-quote-lite-card h2 {
  margin: 0;
  color: #050909;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.05;
  text-transform: uppercase;
}

.parts-detail-quote-card .parts-detail-title-rule,
.parts-detail-model-panel .parts-detail-title-rule,
.parts-detail-materials-card .parts-detail-title-rule {
  width: 42px;
  height: 2px;
  margin: 14px 0 20px;
}

.parts-detail-quote-list {
  display: grid;
  gap: 14px;
  margin: 20px 0 24px;
}

.parts-detail-quote-card li {
  align-items: center;
  gap: 14px;
  font-size: 16px;
}

.parts-detail-quote-icon {
  width: 25px;
  height: 25px;
  color: var(--color-brand-teal-dark);
}

.parts-detail-model-panel {
  padding: 22px 26px 24px;
}

.parts-detail-model-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
}

.parts-detail-model-grid article {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 4px 14px;
  align-items: center;
  min-height: 68px;
  padding: 0 20px;
  border-left: 1px solid #cbd3d0;
}

.parts-detail-model-grid article:first-child {
  border-left: 0;
  padding-left: 0;
}

.parts-detail-model-grid article > span {
  grid-row: span 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border: 2px solid var(--color-brand-teal-dark);
  border-radius: 999px;
  color: var(--color-brand-teal-dark);
  font-size: 17px;
  font-weight: 800;
}

.parts-detail-model-grid article strong {
  color: #111;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.1;
  text-transform: uppercase;
}

.parts-detail-model-grid article small {
  color: #45504d;
  font-size: 13px;
  line-height: 1.25;
}

.parts-detail-panel-note {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 18px 0 0;
  color: #2f3b38;
  font-size: 14px;
  line-height: 1.4;
}

.parts-detail-bottom-cta {
  background: linear-gradient(120deg, var(--color-oil-black) 0%, var(--color-brand-teal-dark) 100%);
  color: #fff;
}

.parts-detail-bottom-cta-inner {
  width: min(calc(100% - clamp(40px, 6.2vw, 112px)), 1120px);
  min-height: 112px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 28px;
}

.parts-detail-cta-icon {
  width: 74px;
  height: 74px;
  padding: 14px;
  border: 2px solid rgba(255, 255, 255, 0.82);
  border-radius: 999px;
  color: #fff;
}

.parts-detail-bottom-cta strong {
  display: block;
  color: #fff;
  font-size: clamp(18px, 1.55vw, 25px);
  font-weight: 800;
  line-height: 1.1;
  text-transform: uppercase;
}

.parts-detail-bottom-cta small {
  display: block;
  max-width: 600px;
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 15px;
  line-height: 1.35;
}

.parts-detail-carry-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.parts-detail-carry-card {
  position: relative;
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 0 18px;
  align-content: start;
  min-height: 186px;
  padding: 24px 220px 24px 24px;
  overflow: hidden;
}

.parts-detail-carry-card .parts-detail-icon-box,
.parts-detail-soft-card .parts-detail-icon-box,
.parts-detail-connection-card .parts-detail-icon-box {
  width: 42px;
  height: 42px;
}

.parts-detail-carry-card h3 {
  margin-top: 0;
  font-size: 17px;
  white-space: nowrap;
}

.parts-detail-carry-card > .parts-detail-icon-box,
.parts-detail-connection-card > .parts-detail-icon-box {
  display: flex;
  margin-bottom: 0;
}

.parts-detail-carry-card > div,
.parts-detail-connection-card > div {
  min-width: 0;
}

.parts-detail-carry-card a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 18px;
  color: var(--color-brand-teal-dark);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  text-decoration: none;
}

.parts-detail-carry-card figure,
.parts-detail-connection-card figure {
  position: absolute;
  margin: 0;
  pointer-events: none;
}

.parts-detail-carry-card figure {
  right: 16px;
  bottom: 22px;
  width: 205px;
  height: 110px;
}

.parts-detail-carry-card figure img {
  transform: scale(1.18);
  transform-origin: center;
}

.parts-detail-carry-card img,
.parts-detail-connection-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.parts-detail-flow-lower,
.parts-detail-seals-lower,
.parts-detail-nipple-lower {
  display: grid;
  grid-template-columns: minmax(0, 0.48fr) minmax(0, 0.52fr);
  gap: 18px;
  margin-top: 18px;
}

.parts-detail-supported-with-image {
  position: relative;
  min-height: 260px;
}

.parts-detail-supported-with-image .parts-detail-model-panel {
  min-height: 260px;
  padding-right: 235px;
}

.parts-detail-supported-with-image .parts-detail-model-grid {
  grid-template-columns: minmax(0, 1fr);
  max-width: 330px;
}

.parts-detail-supported-with-image .parts-detail-model-grid article,
.parts-detail-supported-with-image .parts-detail-model-grid article:first-child {
  min-height: 44px;
  padding: 8px 0;
  border-left: 0;
  border-top: 1px solid #d4dbd8;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 0 12px;
}

.parts-detail-supported-with-image .parts-detail-model-grid article:first-child {
  border-top: 0;
}

.parts-detail-supported-with-image .parts-detail-model-grid article > span {
  width: 30px;
  height: 30px;
  border-width: 1.5px;
  font-size: 11px;
}

.parts-detail-supported-with-image .parts-detail-model-grid article strong {
  font-size: 12px;
  line-height: 1.05;
}

.parts-detail-supported-with-image figure {
  position: absolute;
  right: 16px;
  bottom: 12px;
  width: 210px;
  height: 210px;
  margin: 0;
}

.parts-detail-supported-with-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.parts-detail-materials-card,
.parts-detail-quote-lite-card,
.parts-detail-table-panel,
.parts-detail-confirm-panel {
  padding: 26px;
}

.parts-detail-materials-split {
  display: grid;
  grid-template-columns: 0.46fr 0.54fr;
  gap: 26px;
}

.parts-detail-materials-card h3,
.parts-detail-soft-card strong {
  display: block;
  margin: 0 0 14px;
  color: #1c2a27;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

.parts-detail-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.parts-detail-chip-row span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  padding: 3px 12px 0;
  border: 1px solid rgba(7, 130, 121, 0.45);
  border-radius: 4px;
  color: var(--color-brand-teal-dark);
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

.parts-detail-two-up-actions {
  display: grid;
  grid-template-columns: minmax(0, 0.49fr) minmax(0, 0.51fr);
  gap: 18px;
  margin-top: 18px;
}

.parts-detail-catalog-card,
.parts-detail-help-card {
  min-height: 104px;
  padding: 24px 28px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 22px;
}

.parts-detail-catalog-icon {
  width: 58px;
  height: 58px;
  color: var(--color-brand-teal-dark);
}

.parts-detail-catalog-card strong,
.parts-detail-help-card strong {
  display: block;
  color: #111;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.1;
  text-transform: uppercase;
}

.parts-detail-catalog-card small,
.parts-detail-help-card small {
  display: block;
  margin-top: 8px;
}

.parts-detail-help-card.is-dark {
  background: linear-gradient(120deg, var(--color-oil-black) 0%, var(--color-brand-teal) 100%);
  border-color: transparent;
  color: #fff;
}

.parts-detail-help-card.is-dark .parts-detail-catalog-icon,
.parts-detail-help-card.is-dark strong,
.parts-detail-help-card.is-dark small {
  color: #fff;
}

.parts-detail-bonnet-layout {
  padding-top: 28px;
}

.parts-detail-bonnet-layout > div:first-child {
  padding-right: 22px;
  border-right: 1px solid #cbd3d0;
}

.parts-detail-support-grid.is-three-wide .parts-detail-support-card {
  border: 0;
  border-left: 1px solid #cbd3d0;
  border-radius: 0;
  padding-left: 28px;
  padding-right: 26px;
}

.parts-detail-support-grid.is-three-wide .parts-detail-support-card:first-child {
  border-left: 0;
  padding-left: 0;
}

.parts-detail-proof-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: center;
  margin-top: 18px;
  margin-bottom: 32px;
  border-top: 1px solid #cbd3d0;
}

.parts-detail-proof-strip span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 72px;
  gap: 14px;
  color: #111;
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
}

.parts-detail-proof-strip span + span {
  border-left: 1px solid #cbd3d0;
}

.parts-detail-proof-icon {
  width: 32px;
  height: 32px;
  color: var(--color-brand-teal-dark);
}

.parts-detail-soft-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.parts-detail-soft-card {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 0 16px;
  align-content: start;
  min-height: 212px;
  padding: 22px 20px 20px;
}

.parts-detail-soft-card h3 {
  align-self: center;
  margin-top: 0;
}

.parts-detail-soft-card p {
  grid-column: 1 / -1;
  min-height: 64px;
  margin: 10px 0 18px;
}

.parts-detail-soft-card strong {
  grid-column: 1 / -1;
  padding-top: 10px;
  border-top: 1px solid #d5dcd9;
  color: var(--color-brand-teal-dark);
}

.parts-detail-soft-card .parts-detail-chip-row {
  grid-column: 1 / -1;
}

.parts-detail-quote-lite-card .parts-detail-check-list.is-two-col {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px 28px;
  margin-top: 26px;
}

.parts-detail-connection-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.parts-detail-connection-card {
  position: relative;
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 0 16px;
  align-content: start;
  min-height: 150px;
  padding: 24px 180px 22px 24px;
  overflow: hidden;
}

.parts-detail-connection-card h3 {
  margin-top: 0;
}

.parts-detail-connection-card figure {
  right: 18px;
  bottom: 12px;
  width: 160px;
  height: 104px;
}

.parts-detail-seals-lower .parts-detail-model-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}

.parts-detail-seals-lower .parts-detail-model-grid article,
.parts-detail-seals-lower .parts-detail-model-grid article:first-child {
  min-height: 76px;
  padding: 12px 10px;
  border: 1px solid #d4dbd8;
  border-radius: 5px;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 0 10px;
}

.parts-detail-seals-lower .parts-detail-model-grid article > span {
  width: 38px;
  height: 38px;
  border-width: 1.5px;
  font-size: 14px;
}

.parts-detail-seals-lower .parts-detail-model-grid article strong {
  font-size: 12px;
  line-height: 1.05;
}

.parts-detail-table {
  display: grid;
  margin-top: 20px;
  border: 1px solid #cbd3d0;
  border-radius: 5px;
  overflow: hidden;
}

.parts-detail-table-row {
  display: grid;
  grid-template-columns: 1.35fr 0.78fr 0.72fr 1.04fr 0.92fr;
}

.parts-detail-table-row > * {
  min-height: 42px;
  padding: 12px 14px;
  border-left: 1px solid #d9dedb;
  border-top: 1px solid #d9dedb;
  color: #17221f;
  font-size: 13px;
  line-height: 1.15;
}

.parts-detail-table-row > *:first-child {
  border-left: 0;
}

.parts-detail-table-row:first-child > * {
  border-top: 0;
}

.parts-detail-table-row.is-head > * {
  min-height: 38px;
  background: linear-gradient(180deg, var(--color-brand-teal) 0%, var(--color-brand-teal-dark) 100%);
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.parts-detail-table-row strong {
  font-weight: 800;
  text-transform: uppercase;
}

.parts-detail-table-row span:not(:last-child) {
  display: flex;
  justify-content: center;
  align-items: center;
}

.parts-detail-table-check {
  width: 20px;
  height: 20px;
  color: var(--color-brand-teal-dark);
  stroke: currentColor;
  stroke-width: 2;
  fill: none;
}

.parts-detail-confirm-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin-top: 20px;
  border: 1px solid #d5dcd9;
  border-radius: 5px;
  overflow: hidden;
}

.parts-detail-confirm-grid article {
  display: grid;
  justify-items: center;
  align-content: start;
  min-height: 174px;
  padding: 22px 14px 18px;
  text-align: center;
}

.parts-detail-confirm-grid article + article {
  border-left: 1px solid #d5dcd9;
}

.parts-detail-confirm-icon {
  width: 44px;
  height: 44px;
  color: var(--color-brand-teal-dark);
}

.parts-detail-confirm-grid strong {
  margin-top: 18px;
  color: #111;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.1;
  text-transform: uppercase;
}

.parts-detail-confirm-grid small {
  display: block;
  margin-top: 8px;
  color: #2b3835;
  font-size: 12px;
  line-height: 1.3;
}

/* Parts detail reference refinements */
.parts-hub-card-media.is-bonnet img {
  transform: scale(1.78);
  transform-origin: center;
}

.parts-hub-card-media.is-choke-nipples img {
  transform: scale(1.46);
  transform-origin: center;
}

.parts-detail-breadcrumbs {
  padding: 22px 0 14px;
}

.parts-detail-hero-grid {
  gap: clamp(30px, 4vw, 66px);
  padding-bottom: 36px;
}

.parts-detail-hero-media {
  height: clamp(288px, 23vw, 380px);
}

.parts-detail-actions {
  margin-top: 24px;
}

.parts-detail-hero-trim-kits .parts-detail-hero-media img {
  transform: scale(1.04);
}

.parts-detail-hero-flow-beans .parts-detail-hero-media {
  height: clamp(258px, 20vw, 330px);
}

.parts-detail-hero-flow-beans .parts-detail-hero-media img {
  transform: scale(0.92);
}

.parts-detail-hero-seals-o-rings .parts-detail-hero-media img {
  transform: scale(1.08);
}

.parts-detail-section {
  padding-top: 20px;
  padding-bottom: 22px;
}

.parts-detail-section-title {
  margin-bottom: 16px;
}

.parts-detail-section-title::after {
  height: 2px;
  margin-top: 10px;
}

.parts-detail-icon-box {
  background: var(--color-brand-teal-dark);
}

.parts-detail-quote-card {
  display: flex;
  flex-direction: column;
}

.parts-detail-quote-card .parts-detail-btn.is-full {
  margin-top: auto;
}

.parts-detail-bottom-cta {
  background: var(--color-brand-teal-dark);
}

.parts-detail-help-card.is-dark {
  background: var(--color-brand-teal-dark);
}

.parts-detail-carry-grid {
  gap: 12px;
}

.parts-detail-carry-card {
  min-height: 154px;
  padding: 18px 170px 16px 18px;
}

.parts-detail-carry-card .parts-detail-icon-box {
  width: 38px;
  height: 38px;
}

.parts-detail-carry-card h3 {
  font-size: 14px;
}

.parts-detail-carry-card p {
  margin: 8px 0 0;
  font-size: 12.5px;
  line-height: 1.34;
}

.parts-detail-carry-card a {
  margin-top: 12px;
}

.parts-detail-carry-card figure {
  right: 12px;
  bottom: 14px;
  width: 154px;
  height: 86px;
}

.parts-detail-carry-card figure img {
  transform: scale(1.04);
}

.parts-detail-flow-lower {
  grid-template-columns: minmax(0, 0.47fr) minmax(0, 0.53fr);
  gap: 14px;
  margin-top: 14px;
}

.parts-detail-supported-with-image {
  min-height: 216px;
}

.parts-detail-supported-with-image .parts-detail-model-panel {
  min-height: 216px;
  padding: 20px 180px 18px 22px;
}

.parts-detail-supported-with-image .parts-detail-model-grid article,
.parts-detail-supported-with-image .parts-detail-model-grid article:first-child {
  min-height: 39px;
  padding: 6px 0;
}

.parts-detail-supported-with-image figure {
  right: 14px;
  bottom: 8px;
  width: 154px;
  height: 184px;
}

.parts-detail-materials-card,
.parts-detail-quote-lite-card,
.parts-detail-table-panel,
.parts-detail-confirm-panel {
  padding: 22px;
}

.parts-detail-materials-card h2,
.parts-detail-supported-with-image .parts-detail-model-panel h2 {
  font-size: 18px;
}

.parts-detail-materials-card .parts-detail-title-rule {
  margin-bottom: 16px;
}

.parts-detail-materials-split {
  align-items: start;
  gap: 22px;
}

.parts-detail-materials-card .parts-detail-check-list li + li {
  margin-top: 8px;
}

.cfp-page-parts-flow-beans .parts-detail-section {
  padding-top: 18px;
}

.cfp-page-parts-flow-beans .parts-detail-section-title {
  margin-bottom: 12px;
}

.parts-detail-bonnet-layout {
  grid-template-columns: minmax(0, 1fr) minmax(330px, 0.28fr);
  align-items: start;
  padding-top: 18px;
}

.parts-detail-bonnet-layout .parts-detail-section-title {
  font-size: clamp(20px, 1.35vw, 24px);
  margin-bottom: 14px;
}

.parts-detail-bonnet-layout > div:first-child {
  padding-right: 18px;
}

.parts-detail-bonnet-layout .parts-detail-support-grid.is-three-wide {
  gap: 0;
}

.parts-detail-bonnet-layout .parts-detail-support-grid.is-three-wide .parts-detail-support-card {
  grid-template-columns: 44px minmax(0, 1fr);
  min-height: 0;
  padding: 12px 20px 10px;
  background: transparent;
}

.parts-detail-bonnet-layout .parts-detail-support-grid.is-three-wide .parts-detail-support-card:first-child {
  padding-left: 0;
}

.parts-detail-bonnet-layout .parts-detail-support-grid.is-three-wide .parts-detail-icon-box {
  width: 38px;
  height: 38px;
  background: var(--color-brand-teal-dark);
}

.parts-detail-bonnet-layout .parts-detail-support-grid.is-three-wide h3 {
  font-size: 14px;
  font-weight: 800;
}

.parts-detail-bonnet-layout .parts-detail-support-grid.is-three-wide .parts-detail-title-rule {
  margin: 11px 0 13px;
}

.parts-detail-bonnet-layout .parts-detail-support-grid.is-three-wide p,
.parts-detail-bonnet-layout .parts-detail-support-grid.is-three-wide li {
  font-size: 12.5px;
  line-height: 1.36;
}

.parts-detail-bonnet-layout .parts-detail-quote-card {
  padding: 22px 24px;
}

.parts-detail-bonnet-layout .parts-detail-quote-card h2 {
  color: var(--color-brand-teal-dark);
  font-size: 14px;
}

.parts-detail-bonnet-layout .parts-detail-quote-card .parts-detail-title-rule {
  display: none;
}

.parts-detail-bonnet-layout .parts-detail-quote-card p {
  margin: 14px 0 0;
  font-size: 13px;
}

.parts-detail-bonnet-layout .parts-detail-quote-list {
  gap: 0;
  margin: 8px 0 0;
}

.parts-detail-bonnet-layout .parts-detail-quote-card li {
  padding: 10px 0;
  border-top: 1px solid #d5dcd9;
  font-size: 14px;
}

.parts-detail-bonnet-layout .parts-detail-quote-icon {
  width: 21px;
  height: 21px;
}

.parts-detail-bonnet-actions {
  margin-top: 4px;
}

.parts-detail-proof-strip {
  width: min(calc(100% - clamp(40px, 6.2vw, 112px)), 1780px);
  margin-top: 0;
  margin-bottom: 28px;
}

.parts-detail-proof-strip span {
  min-height: 60px;
}

.parts-detail-soft-grid {
  gap: 16px;
}

.parts-detail-soft-card {
  min-height: 186px;
  padding: 20px 20px 18px;
}

.parts-detail-soft-card p {
  min-height: 0;
  margin: 8px 0 12px;
  line-height: 1.38;
}

.parts-detail-soft-card strong {
  padding-top: 10px;
  margin-bottom: 10px;
}

.parts-detail-seals-lower {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 16px;
}

.cfp-page-parts-seals-o-rings .parts-detail-section {
  padding-top: 18px;
}

.parts-detail-connection-grid {
  gap: 14px;
}

.parts-detail-connection-card {
  min-height: 138px;
  padding: 20px 154px 18px 20px;
}

.parts-detail-connection-card .parts-detail-icon-box {
  width: 38px;
  height: 38px;
}

.parts-detail-connection-card h3 {
  font-size: 16px;
}

.parts-detail-connection-card p {
  font-size: 13.5px;
  line-height: 1.38;
}

.parts-detail-connection-card figure {
  right: 14px;
  bottom: 10px;
  width: 138px;
  height: 92px;
}

.cfp-page-parts-choke-nipples .parts-detail-section {
  padding-top: 18px;
}

.parts-detail-nipple-lower {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 14px;
}

.parts-detail-table {
  margin-top: 14px;
}

.parts-detail-table-row > * {
  min-height: 36px;
  padding: 9px 10px;
  font-size: 12px;
}

.parts-detail-table-row.is-head > * {
  min-height: 34px;
  background: var(--color-brand-teal-dark);
  font-size: 10px;
}

.parts-detail-confirm-grid {
  margin-top: 14px;
}

.parts-detail-confirm-grid article {
  min-height: 132px;
  padding: 16px 10px 14px;
}

.parts-detail-confirm-icon {
  width: 34px;
  height: 34px;
}

.parts-detail-confirm-grid strong {
  margin-top: 11px;
  font-size: 10px;
}

.parts-detail-confirm-grid small {
  margin-top: 6px;
  font-size: 10.5px;
  line-height: 1.22;
}

@media (min-width: 1181px) {
  .parts-detail-hero-bonnet-assemblies .parts-detail-hero-copy,
  .parts-detail-hero-seals-o-rings .parts-detail-hero-copy,
  .parts-detail-hero-choke-nipples .parts-detail-hero-copy {
    max-width: none;
  }

  .parts-detail-hero-bonnet-assemblies h1,
  .parts-detail-hero-seals-o-rings h1,
  .parts-detail-hero-choke-nipples h1 {
    font-size: clamp(50px, 3.9vw, 70px);
    white-space: nowrap;
  }

  .parts-detail-bottom-cta strong {
    white-space: nowrap;
  }
}

@media (max-width: 1180px) {
  .parts-detail-hero-grid,
  .parts-detail-trim-layout,
  .parts-detail-bonnet-layout,
  .parts-detail-flow-lower,
  .parts-detail-seals-lower,
  .parts-detail-nipple-lower,
  .parts-detail-two-up-actions {
    grid-template-columns: 1fr;
  }

  .parts-detail-bonnet-layout > div:first-child {
    padding-right: 0;
    border-right: 0;
  }

  .parts-detail-support-grid,
  .parts-detail-carry-grid,
  .parts-detail-connection-grid,
  .parts-detail-soft-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .parts-detail-hero-trim-kits .parts-detail-hero-media img,
  .parts-detail-hero-flow-beans .parts-detail-hero-media img,
  .parts-detail-hero-bonnet-assemblies .parts-detail-hero-media img,
  .parts-detail-hero-seals-o-rings .parts-detail-hero-media img,
  .parts-detail-hero-choke-nipples .parts-detail-hero-media img {
    transform: scale(1.08);
  }
}

@media (max-width: 760px) {
  .parts-detail-shell,
  .parts-detail-bottom-cta-inner {
    width: min(calc(100% - 34px), 620px);
  }

  .parts-detail-breadcrumbs {
    gap: 8px;
    overflow-x: auto;
    padding: 22px 0 18px;
    white-space: nowrap;
  }

  .parts-detail-hero-grid {
    gap: 22px;
    padding-bottom: 30px;
  }

  .parts-detail-hero h1 {
    font-size: clamp(42px, 13vw, 64px);
  }

  .parts-detail-hero-media {
    height: 285px;
  }

  .parts-detail-actions,
  .parts-detail-btn,
  .parts-detail-bottom-cta-inner,
  .parts-detail-catalog-card,
  .parts-detail-help-card {
    width: 100%;
  }

  .parts-detail-actions {
    gap: 12px;
  }

  .parts-detail-support-grid,
  .parts-detail-carry-grid,
  .parts-detail-soft-grid,
  .parts-detail-connection-grid,
  .parts-detail-model-grid,
  .parts-detail-seals-lower .parts-detail-model-grid,
  .parts-detail-quote-lite-card .parts-detail-check-list.is-two-col,
  .parts-detail-materials-split,
  .parts-detail-proof-strip {
    grid-template-columns: 1fr;
  }

  .parts-detail-model-grid article,
  .parts-detail-model-grid article:first-child,
  .parts-detail-seals-lower .parts-detail-model-grid article,
  .parts-detail-seals-lower .parts-detail-model-grid article:first-child {
    padding: 14px 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top: 1px solid #cbd3d0;
    border-radius: 0;
  }

  .parts-detail-model-grid article:first-child,
  .parts-detail-seals-lower .parts-detail-model-grid article:first-child {
    border-top: 0;
  }

  .parts-detail-carry-card,
  .parts-detail-connection-card {
    grid-template-columns: 46px minmax(0, 1fr);
    padding: 22px;
  }

  .parts-detail-carry-card figure,
  .parts-detail-connection-card figure {
    grid-column: 1 / -1;
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    height: 150px;
    margin-top: 18px;
  }

  .parts-detail-supported-with-image .parts-detail-model-panel {
    padding-right: 22px;
  }

  .parts-detail-supported-with-image figure {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    height: 190px;
    margin-top: 14px;
  }

  .parts-detail-catalog-card,
  .parts-detail-help-card,
  .parts-detail-bottom-cta-inner {
    grid-template-columns: 1fr;
    justify-items: start;
    padding-block: 24px;
  }

  .parts-detail-cta-icon {
    width: 58px;
    height: 58px;
  }

  .parts-detail-proof-strip span {
    border-left: 0 !important;
    border-top: 1px solid #cbd3d0;
  }

  .parts-detail-proof-strip span:first-child {
    border-top: 0;
  }

  .parts-detail-table {
    overflow: visible;
    border: 0;
    border-radius: 0;
    gap: 12px;
  }

  .parts-detail-table-row.is-head {
    display: none;
  }

  .parts-detail-table-row {
    min-width: 0;
    grid-template-columns: 1fr;
    border: 1px solid #d9dedb;
    border-radius: 5px;
    background: #fff;
    overflow: hidden;
  }

  .parts-detail-table-row > * {
    display: grid !important;
    grid-template-columns: minmax(118px, 0.42fr) minmax(0, 0.58fr);
    align-items: center;
    min-height: 42px;
    border-left: 0;
    border-top: 1px solid #d9dedb;
    text-align: right;
  }

  .parts-detail-table-row > *:first-child {
    border-top: 0;
  }

  .parts-detail-table-row > *::before {
    content: attr(data-label);
    color: #3f514d;
    font-size: 11px;
    font-weight: 800;
    line-height: 1.1;
    text-align: left;
    text-transform: uppercase;
  }

  .parts-detail-confirm-grid {
    grid-template-columns: 1fr;
  }

  .parts-detail-confirm-grid article {
    grid-template-columns: 44px minmax(0, 1fr);
    justify-items: start;
    min-height: 0;
    text-align: left;
    gap: 0 16px;
  }

  .parts-detail-confirm-icon {
    grid-row: span 2;
  }

  .parts-detail-confirm-grid strong,
  .parts-detail-confirm-grid small {
    margin-top: 0;
  }

  .parts-detail-confirm-grid article + article {
    border-left: 0;
    border-top: 1px solid #d5dcd9;
  }
}
