.ct-page {
  --ct-oil: #c46d19;
  --ct-oil-dark: #8b4515;
  --ct-navy: #071c29;
  --ct-deep: #04121c;
  --ct-blue: #2f7896;
  --ct-pale: #e8f0f3;
  --ct-cream: #f2eee5;
}

.ct-page main {
  overflow: clip;
}

.ct-page figure {
  margin: 0;
}

.ct-page img {
  display: block;
  max-width: 100%;
  height: auto;
}

.ct-hero {
  position: relative;
  padding: clamp(4rem, 6vw, 6rem) 0 clamp(4rem, 6vw, 6rem);
  overflow: hidden;
  background:
    radial-gradient(circle at 85% 15%, rgba(196, 109, 25, .2), transparent 32rem),
    linear-gradient(135deg, #06141e, #0b2b3e 72%, #173c4f);
  color: #fff;
}

.ct-hero::after {
  position: absolute;
  right: -9rem;
  bottom: -14rem;
  width: 34rem;
  height: 34rem;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 50%;
  content: "";
}

.ct-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(24rem, .98fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
}

.ct-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: .55rem;
  margin-bottom: clamp(2rem, 4vw, 4rem);
  color: #9cb5c3;
  font-size: .74rem;
  font-weight: 750;
}

.ct-breadcrumb a {
  color: #d8e5eb;
  text-decoration: none;
}

.ct-hero .st-kicker {
  color: #f0a151;
}

.ct-hero h1 {
  max-width: 14.5ch;
  margin: 0 0 1.5rem;
  color: #fff;
  font-size: clamp(3rem, 4.65vw, 5rem);
  line-height: .98;
  letter-spacing: -.052em;
}

.ct-hero-lead {
  max-width: 64ch;
  margin-bottom: 0;
  color: #c8d7de;
  font-size: clamp(1.02rem, 1.35vw, 1.25rem);
  line-height: 1.68;
}

.ct-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
  margin: 2rem 0;
}

.ct-button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 0 1.2rem;
  border: 1px solid #7e9aaa;
  color: #fff;
  font-size: .78rem;
  font-weight: 850;
  text-decoration: none;
}

.ct-button.is-primary {
  border-color: var(--ct-oil);
  background: var(--ct-oil);
}

.ct-hero-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0;
  border-top: 1px solid rgba(255, 255, 255, .2);
}

.ct-hero-facts div {
  min-width: 0;
  padding: 1.2rem 1rem 0 0;
}

.ct-hero-facts dt {
  color: #88a7b6;
  font-size: .66rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.ct-hero-facts dd {
  margin: .45rem 0 0;
  color: #fff;
  font-weight: 850;
}

.ct-hero-media {
  position: relative;
  min-width: 0;
  padding: 0 0 4.5rem 3rem;
}

.ct-hero-product {
  overflow: hidden;
  background: #fff;
  box-shadow: 0 2rem 5rem rgba(0, 0, 0, .35);
  color: var(--ct-navy);
}

.ct-hero-product img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: contain;
}

.ct-hero-product figcaption {
  display: grid;
  gap: .35rem;
  padding: 1rem 1.2rem 1.2rem;
  border-top: 1px solid #d6e0e4;
}

.ct-hero-product figcaption span,
.ct-problem-points span,
.ct-component-grid article > div > span,
.ct-roller-copy > span,
.ct-supply-grid article > div:first-child > span {
  color: var(--ct-oil-dark);
  font-size: .66rem;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.ct-hero-installation {
  position: absolute;
  left: 0;
  bottom: 0;
  width: min(14rem, 38%);
  overflow: hidden;
  border: 5px solid var(--ct-navy);
  background: var(--ct-navy);
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, .35);
}

.ct-hero-installation img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: contain;
  background: #fff;
}

.ct-hero-installation figcaption {
  padding: .75rem;
  color: #d8e4e9;
  font-size: .7rem;
  line-height: 1.45;
}

.ct-section-nav {
  position: sticky;
  z-index: 45;
  top: 74px;
  border-bottom: 1px solid var(--st-line);
  background: rgba(247, 250, 251, .97);
  backdrop-filter: blur(14px);
}

.ct-section-nav > div {
  display: flex;
  gap: 1.4rem;
  overflow-x: auto;
  scrollbar-width: thin;
}

.ct-section-nav a {
  flex: 0 0 auto;
  padding: 1rem 0;
  color: var(--st-copy);
  font-size: .72rem;
  font-weight: 850;
  text-decoration: none;
}

.ct-section-head {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(20rem, .62fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: end;
  margin-bottom: clamp(2rem, 4vw, 4rem);
}

.ct-section-head h2,
.ct-problem h2,
.ct-selection h2 {
  max-width: 18ch;
  margin: 0;
  color: var(--ct-navy);
  font-size: clamp(2.5rem, 4.2vw, 4.45rem);
  line-height: 1.01;
  letter-spacing: -.044em;
  hyphens: manual;
  overflow-wrap: break-word;
}

.ct-section-head > p,
.ct-intro {
  margin: 0;
  color: var(--st-copy);
  line-height: 1.72;
}

.ct-section-head.is-light h2 {
  color: #fff;
}

.ct-section-head.is-light > p {
  color: #b8cbd4;
}

.ct-problem {
  background: #fff;
}

.ct-problem-layout {
  display: grid;
  grid-template-columns: minmax(0, .88fr) minmax(24rem, 1.12fr);
  gap: clamp(2rem, 6vw, 6rem);
  align-items: center;
}

.ct-problem h2 {
  margin-bottom: 1.35rem;
}

.ct-intro {
  max-width: 60ch;
  font-size: 1.06rem;
}

.ct-problem-points {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin-top: 2rem;
  border: 1px solid var(--st-line);
  background: var(--st-line);
}

.ct-problem-points article {
  min-width: 0;
  padding: 1.2rem;
  background: #f7fafb;
}

.ct-problem-points h3 {
  margin: .55rem 0 .4rem;
  color: var(--ct-navy);
  font-size: 1rem;
}

.ct-problem-points p {
  margin: 0;
  color: var(--st-copy);
  font-size: .85rem;
  line-height: 1.55;
}

.ct-problem-figure {
  overflow: hidden;
  border: 1px solid var(--st-line);
  background: #f1f5f6;
}

.ct-problem-figure img {
  width: 100%;
}

.ct-problem-figure figcaption,
.ct-process-media figcaption,
.ct-model-logic figcaption,
.ct-selection figcaption {
  padding: 1rem 1.15rem;
  border-top: 1px solid var(--st-line);
  background: #fff;
  color: var(--st-copy);
  line-height: 1.55;
}

.ct-problem-figure figcaption strong {
  color: var(--ct-navy);
}

.ct-process {
  background: var(--ct-navy);
  color: #fff;
}

.ct-process .st-kicker,
.ct-supply .st-kicker,
.ct-quote .st-kicker {
  color: #f0a151;
}

.ct-process-layout {
  display: grid;
  grid-template-columns: minmax(18rem, .68fr) minmax(0, 1.32fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: start;
}

.ct-process-steps {
  display: grid;
  gap: 1px;
  margin: 0;
  padding: 1px;
  background: #294657;
  list-style: none;
}

.ct-process-steps li {
  display: grid;
  grid-template-columns: 2.5rem minmax(0, 1fr);
  gap: 1rem;
  padding: 1.15rem;
  background: #0a2332;
}

.ct-process-steps li > span {
  color: #f0a151;
  font: 800 .76rem/1.4 ui-monospace, SFMono-Regular, Menlo, monospace;
}

.ct-process-steps h3 {
  margin: 0 0 .35rem;
  color: #fff;
  font-size: 1rem;
}

.ct-process-steps p {
  margin: 0;
  color: #adc1cb;
  font-size: .86rem;
  line-height: 1.5;
}

.ct-process-media {
  display: grid;
  grid-template-columns: minmax(0, 1.42fr) minmax(12rem, .58fr);
  gap: 1rem;
  align-items: end;
}

.ct-process-media figure {
  overflow: hidden;
  background: #fff;
  color: var(--ct-navy);
}

.ct-process-media img {
  width: 100%;
}

.ct-process-media .is-support {
  margin-bottom: clamp(1rem, 6vw, 5rem);
}

.ct-process-media .is-support figcaption {
  font-size: .82rem;
}

.ct-components {
  background: var(--ct-pale);
}

.ct-component-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.ct-component-grid article {
  display: flex;
  min-width: 0;
  flex-direction: column;
  border: 1px solid var(--st-line);
  background: #fff;
}

.ct-component-grid figure {
  overflow: hidden;
  background: #edf2f3;
}

.ct-component-grid img {
  width: 100%;
}

.ct-component-grid article > div {
  padding: clamp(1.25rem, 2.5vw, 2rem);
}

.ct-component-grid h3 {
  margin: .65rem 0 .7rem;
  color: var(--ct-navy);
  font-size: clamp(1.35rem, 2vw, 1.8rem);
  overflow-wrap: break-word;
}

.ct-component-grid p {
  margin: 0;
  color: var(--st-copy);
  line-height: 1.64;
}

.ct-value {
  padding: clamp(3.5rem, 7vw, 6.5rem) 0;
  background: var(--ct-deep);
  color: #fff;
}

.ct-value-head {
  display: flex;
  gap: 1rem 3rem;
  align-items: end;
  justify-content: space-between;
  margin-bottom: 2rem;
}

.ct-value-head .st-kicker {
  color: #f0a151;
}

.ct-value-head h2 {
  max-width: 18ch;
  margin: 0;
  color: #fff;
  font-size: clamp(2.1rem, 3.5vw, 3.6rem);
  line-height: 1.02;
  letter-spacing: -.04em;
}

.ct-value-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-block: 1px solid #294452;
}

.ct-value-grid article {
  min-width: 0;
  padding: 1.5rem;
  border-right: 1px solid #294452;
}

.ct-value-grid article:last-child {
  border-right: 0;
}

.ct-value-grid strong {
  display: block;
  margin-bottom: .65rem;
  color: #fff;
  font-size: 1rem;
}

.ct-value-grid p {
  margin: 0;
  color: #adc1cb;
  font-size: .86rem;
  line-height: 1.55;
}

.ct-models {
  background: var(--ct-cream);
}

.ct-model-table table {
  min-width: 42rem;
}

.ct-option-table table {
  min-width: 52rem;
}

.ct-model-table caption,
.ct-option-table caption {
  padding: 1rem 1.1rem;
  background: #fff;
  color: var(--ct-navy);
  font-weight: 850;
  text-align: left;
}

.ct-model-logic {
  display: grid;
  grid-template-columns: minmax(20rem, .82fr) minmax(0, 1.18fr);
  gap: clamp(1.5rem, 4vw, 4rem);
  align-items: center;
  margin-top: clamp(2.5rem, 5vw, 5rem);
}

.ct-model-logic figure {
  overflow: hidden;
  border: 1px solid var(--st-line);
  background: #fff;
}

.ct-model-logic img {
  width: 100%;
}

.ct-model-logic ol {
  display: grid;
  gap: 0;
  margin: 1rem 0 0;
  padding: 0;
  border-top: 1px solid #c8d0d1;
  list-style: none;
}

.ct-model-logic li {
  display: grid;
  grid-template-columns: 2.2rem minmax(0, 1fr);
  gap: 1rem;
  padding: 1.2rem 0;
  border-bottom: 1px solid #c8d0d1;
}

.ct-model-logic li > span {
  color: var(--ct-oil-dark);
  font-weight: 900;
}

.ct-model-logic li p {
  margin: 0;
  color: var(--st-copy);
  line-height: 1.55;
}

.ct-model-logic li strong {
  color: var(--ct-navy);
}

.ct-model-examples {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1.5rem;
}

.ct-model-examples figure {
  overflow: hidden;
  border: 1px solid var(--st-line);
  background: #fff;
}

.ct-model-examples img {
  width: 100%;
}

.ct-model-examples figcaption {
  display: flex;
  gap: .5rem 1rem;
  align-items: baseline;
  justify-content: space-between;
  padding: .9rem 1rem;
  border-top: 1px solid var(--st-line);
}

.ct-model-examples figcaption strong {
  color: var(--ct-navy);
}

.ct-model-examples figcaption span {
  color: var(--st-copy);
  font-size: .75rem;
  text-align: right;
}

.ct-rollers {
  background: #fff;
}

.ct-roller-list {
  display: grid;
  gap: 1.5rem;
}

.ct-roller-list article {
  display: grid;
  grid-template-columns: minmax(18rem, .74fr) minmax(0, 1.26fr);
  min-height: 26rem;
  border: 1px solid var(--st-line);
  background: #f5f8f9;
}

.ct-roller-list article.is-reversed {
  grid-template-columns: minmax(0, 1.26fr) minmax(18rem, .74fr);
}

.ct-roller-list article.is-reversed .ct-roller-copy {
  grid-column: 2;
  grid-row: 1;
}

.ct-roller-list article.is-reversed figure {
  grid-column: 1;
  grid-row: 1;
}

.ct-roller-copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
  padding: clamp(1.8rem, 4vw, 4rem);
}

.ct-roller-copy h3 {
  max-width: 15ch;
  margin: .8rem 0 1rem;
  color: var(--ct-navy);
  font-size: clamp(1.8rem, 3vw, 3rem);
  line-height: 1.04;
  letter-spacing: -.035em;
  hyphens: manual;
  overflow-wrap: break-word;
}

.ct-roller-copy p {
  max-width: 50ch;
  margin: 0;
  color: var(--st-copy);
  line-height: 1.68;
}

.ct-roller-list figure {
  display: grid;
  min-width: 0;
  place-items: center;
  overflow: hidden;
  background: #e8eef0;
}

.ct-roller-list img {
  width: auto;
  max-width: 100%;
  max-height: 40rem;
  height: auto;
  object-fit: contain;
}

.ct-option-table {
  margin-top: clamp(2.5rem, 5vw, 5rem);
}

.ct-supply {
  background: var(--ct-navy);
  color: #fff;
}

.ct-supply-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.ct-supply-grid > article {
  display: grid;
  min-width: 0;
  grid-template-columns: minmax(15rem, .72fr) minmax(0, 1.28fr);
  overflow: hidden;
  border: 1px solid #315063;
  background: #0a2535;
}

.ct-supply-grid article > div:first-child {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
  padding: clamp(1.4rem, 3vw, 2.5rem);
}

.ct-supply-grid article > div:first-child > span {
  color: #f0a151;
}

.ct-supply-grid h3 {
  margin: .75rem 0 .85rem;
  color: #fff;
  font-size: clamp(1.45rem, 2.2vw, 2rem);
  line-height: 1.08;
  hyphens: manual;
  overflow-wrap: break-word;
}

.ct-supply-grid p {
  margin: 0;
  color: #b8cbd4;
  line-height: 1.62;
}

.ct-supply-grid figure {
  display: grid;
  min-width: 0;
  place-items: center;
  background: #fff;
}

.ct-supply-grid figure img {
  width: 100%;
  object-fit: contain;
}

.ct-supply-pair {
  display: grid;
  min-width: 0;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  background: #d6dfe2;
}

.ct-interface-strip {
  display: flex;
  flex-wrap: wrap;
  gap: .55rem;
  align-items: center;
  margin-top: 1.5rem;
  padding: 1.2rem;
  border: 1px solid #315063;
  color: #c6d5dc;
}

.ct-interface-strip strong {
  margin-right: .35rem;
  color: #fff;
}

.ct-interface-strip span {
  padding: .4rem .7rem;
  border: 1px solid #486779;
  color: #dbe5e9;
  font-size: .76rem;
}

.ct-selection {
  background: var(--ct-pale);
}

.ct-selection-layout {
  display: grid;
  grid-template-columns: minmax(22rem, .92fr) minmax(0, 1.08fr);
  gap: clamp(2rem, 6vw, 6rem);
  align-items: center;
}

.ct-selection figure {
  overflow: hidden;
  border: 1px solid var(--st-line);
  background: #fff;
}

.ct-selection figure img {
  width: 100%;
}

.ct-selection h2 {
  margin-bottom: 1.5rem;
}

.ct-selection-data {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;
  padding-block: 1.4rem;
  border-block: 1px solid #c3d0d5;
}

.ct-selection-data ul {
  display: grid;
  gap: .7rem;
  margin: 0;
  padding-left: 1.15rem;
  color: var(--st-copy);
  line-height: 1.5;
}

.ct-text-link {
  display: inline-flex;
  margin-top: 1.5rem;
  color: var(--ct-oil-dark);
  font-weight: 850;
  text-decoration: none;
}

.ct-faq {
  background: #fff;
}

.ct-faq-grid {
  display: grid;
  grid-template-columns: minmax(18rem, .68fr) minmax(0, 1.32fr);
  gap: clamp(2.5rem, 6vw, 6rem);
}

.ct-faq h2 {
  max-width: 12ch;
  margin: 0 0 1.2rem;
  color: var(--ct-navy);
  font-size: clamp(2.6rem, 4.2vw, 4.45rem);
  line-height: 1;
  letter-spacing: -.045em;
  hyphens: manual;
  overflow-wrap: break-word;
}

.ct-faq header > p:last-child {
  color: var(--st-copy);
  line-height: 1.68;
}

.ct-faq details {
  border-top: 1px solid var(--st-line);
  background: #f7fafb;
}

.ct-faq details:last-child {
  border-bottom: 1px solid var(--st-line);
}

.ct-faq summary {
  position: relative;
  padding: 1.3rem 3.2rem 1.3rem 1.2rem;
  color: var(--ct-navy);
  font-weight: 850;
  line-height: 1.4;
  cursor: pointer;
  list-style: none;
}

.ct-faq summary::-webkit-details-marker {
  display: none;
}

.ct-faq summary::after {
  position: absolute;
  right: 1.2rem;
  content: "+";
  color: var(--ct-oil-dark);
  font-size: 1.35rem;
}

.ct-faq details[open] summary::after {
  content: "−";
}

.ct-faq details p {
  margin: 0;
  padding: 0 1.2rem 1.4rem;
  color: var(--st-copy);
  line-height: 1.68;
}

.ct-quote {
  background: var(--ct-navy);
  color: #fff;
}

.ct-quote-grid {
  display: grid;
  grid-template-columns: minmax(18rem, .62fr) minmax(0, 1.38fr);
  gap: clamp(2.5rem, 6vw, 6rem);
  align-items: start;
}

.ct-quote-copy {
  min-width: 0;
}

.ct-quote-copy h2 {
  max-width: 12ch;
  margin: 0 0 1.2rem;
  color: #fff;
  font-size: clamp(2.6rem, 4.2vw, 4.45rem);
  line-height: 1;
  letter-spacing: -.045em;
  hyphens: manual;
  overflow-wrap: anywhere;
}

.ct-quote-copy > p:not(.st-kicker) {
  color: #bdced6;
  line-height: 1.68;
}

.ct-quote-copy ul {
  display: grid;
  gap: .75rem;
  margin: 0;
  padding-left: 1.15rem;
  color: #d4e0e5;
  line-height: 1.55;
}

.ct-quote-grid > * {
  min-width: 0;
}

.ct-page .hnl-inquiry-grid > label,
.ct-page .hnl-inquiry-grid input,
.ct-page .hnl-inquiry-grid textarea {
  min-width: 0;
}

@media (max-width: 1160px) {
  .ct-supply-grid > article {
    grid-template-columns: 1fr;
  }

  .ct-supply-grid article > div:first-child {
    min-height: 15rem;
  }
}

@media (max-width: 1060px) {
  .ct-hero-grid,
  .ct-problem-layout,
  .ct-process-layout,
  .ct-model-logic,
  .ct-selection-layout,
  .ct-faq-grid,
  .ct-quote-grid {
    grid-template-columns: 1fr;
  }

  .ct-hero-media {
    width: min(100%, 45rem);
    margin-inline: auto;
  }

  .ct-section-head {
    grid-template-columns: 1fr;
  }

  .ct-section-head > p {
    max-width: 48rem;
  }

  .ct-problem-figure,
  .ct-selection figure {
    width: min(100%, 44rem);
  }

  .ct-process-media {
    width: min(100%, 48rem);
  }

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

  .ct-component-grid article:last-child {
    display: grid;
    grid-template-columns: minmax(0, 1.12fr) minmax(16rem, .88fr);
    grid-column: 1 / -1;
  }

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

  .ct-value-grid article:nth-child(2) {
    border-right: 0;
  }

  .ct-value-grid article:nth-child(-n + 2) {
    border-bottom: 1px solid #294452;
  }

  .ct-roller-list article,
  .ct-roller-list article.is-reversed {
    grid-template-columns: minmax(16rem, .72fr) minmax(0, 1.28fr);
  }

  .ct-supply-grid {
    grid-template-columns: 1fr;
  }

  .ct-supply-grid > article {
    grid-template-columns: minmax(15rem, .72fr) minmax(0, 1.28fr);
  }

  .ct-supply-grid article > div:first-child {
    min-height: 0;
  }
}

@media (max-width: 760px) {
  .ct-section-nav {
    top: 68px;
  }

  .ct-hero-facts,
  .ct-problem-points,
  .ct-component-grid,
  .ct-value-grid,
  .ct-model-examples,
  .ct-selection-data {
    grid-template-columns: 1fr;
  }

  .ct-component-grid article:last-child {
    display: flex;
    grid-column: auto;
  }

  .ct-value-head {
    display: grid;
  }

  .ct-value-grid article,
  .ct-value-grid article:nth-child(2) {
    border-right: 0;
    border-bottom: 1px solid #294452;
  }

  .ct-value-grid article:last-child {
    border-bottom: 0;
  }

  .ct-process-media {
    grid-template-columns: 1fr;
  }

  .ct-process-media .is-support {
    width: min(76%, 22rem);
    margin: -3rem 0 0 auto;
    border: 4px solid var(--ct-navy);
  }

  .ct-model-examples figcaption {
    align-items: start;
  }

  .ct-roller-list article,
  .ct-roller-list article.is-reversed {
    min-height: 0;
    grid-template-columns: 1fr;
  }

  .ct-roller-list article.is-reversed .ct-roller-copy,
  .ct-roller-list article.is-reversed figure {
    grid-column: auto;
    grid-row: auto;
  }

  .ct-roller-list article.is-reversed .ct-roller-copy {
    order: 0;
  }

  .ct-roller-list article.is-reversed figure {
    order: 1;
  }

  .ct-supply-grid > article {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 520px) {
  .ct-hero {
    padding-top: 3.4rem;
  }

  .ct-hero h1 {
    max-width: none;
    font-size: clamp(2.45rem, 10.3vw, 3.4rem);
    line-height: 1;
    overflow-wrap: anywhere;
  }

  .ct-breadcrumb {
    margin-bottom: 2.2rem;
  }

  .ct-hero-actions {
    display: grid;
  }

  .ct-hero-media {
    padding: 0;
  }

  .ct-hero-installation {
    position: relative;
    left: auto;
    bottom: auto;
    width: min(72%, 16rem);
    margin: 1rem 0 0 auto;
  }

  .ct-section-head h2,
  .ct-problem h2,
  .ct-selection h2,
  .ct-faq h2,
  .ct-quote-copy h2 {
    max-width: none;
    font-size: clamp(2.15rem, 10vw, 3.2rem);
    overflow-wrap: anywhere;
  }

  .ct-model-examples figcaption {
    display: grid;
  }

  .ct-model-examples figcaption span {
    text-align: left;
  }

  .ct-supply-pair {
    grid-template-columns: 1fr;
  }

  .ct-interface-strip {
    align-items: stretch;
  }

  .ct-interface-strip strong,
  .ct-interface-strip span {
    width: 100%;
  }
}
