.twoinone-cl-page {
  --cl-warm: #e9ddd0;
  --cl-copper: #a95335;
  background: #f7fafb;
}

.twoinone-cl-page h1,
.twoinone-cl-page h2,
.twoinone-cl-page h3 {
  letter-spacing: -.035em;
}

.twoinone-cl-page h1 {
  max-width: 15ch;
  margin-bottom: 24px;
  font-size: clamp(2.6rem, 6vw, 6.1rem);
  line-height: .95;
}

.twoinone-cl-page h2 {
  max-width: 19ch;
  margin-bottom: 18px;
  font-size: clamp(2.1rem, 4vw, 4rem);
  line-height: 1;
}

.twoinone-cl-page h3 {
  margin-bottom: 10px;
  font-size: clamp(1.1rem, 1.7vw, 1.45rem);
  line-height: 1.12;
}

.twoinone-cl-page p,
.twoinone-cl-page li {
  color: var(--st-copy);
  line-height: 1.7;
}

.twoinone-cl-page figure {
  margin: 0;
}

.twoinone-cl-page figcaption {
  padding-top: 11px;
  color: var(--st-muted);
  font-size: .76rem;
  line-height: 1.5;
}

.cl-hero {
  min-height: calc(100svh - 74px);
  padding-block: clamp(48px, 7vw, 92px);
  overflow: hidden;
  background:
    linear-gradient(104deg, rgba(7, 19, 29, .98) 0 51%, rgba(7, 19, 29, .79) 67%, rgba(7, 19, 29, .9) 100%),
    radial-gradient(circle at 82% 42%, #397d9e 0, #07131d 43%);
  color: #fff;
}

.cl-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr);
  align-items: center;
  gap: clamp(34px, 6vw, 92px);
}

.cl-hero .st-kicker,
.cl-hero h1,
.cl-hero .cl-lead {
  color: #fff;
}

.cl-hero .st-kicker {
  color: #86cae7;
}

.cl-lead {
  max-width: 680px;
  margin-bottom: 28px;
  font-size: clamp(1.05rem, 1.7vw, 1.35rem);
}

.cl-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 38px;
}

.cl-button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  border: 1px solid #79b7d1;
  color: #fff;
  font-size: .82rem;
  font-weight: 820;
  text-decoration: none;
}

.cl-button-primary {
  background: #f5f8f9;
  color: #07131d;
}

.cl-button-secondary {
  background: rgba(255, 255, 255, .05);
}

.cl-hero-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin: 0;
  background: rgba(133, 182, 204, .38);
}

.cl-hero-facts div {
  min-width: 0;
  padding: 18px 15px;
  background: rgba(7, 19, 29, .86);
}

.cl-hero-facts dt {
  margin-bottom: 7px;
  color: #9eb6c2;
  font-size: .68rem;
  font-weight: 760;
}

.cl-hero-facts dd {
  margin: 0;
  color: #fff;
  font-size: clamp(.95rem, 1.5vw, 1.3rem);
  font-weight: 850;
}

.cl-hero-visual {
  position: relative;
  isolation: isolate;
}

.cl-hero-visual::before {
  position: absolute;
  z-index: -1;
  inset: 7% -8% -8% 10%;
  border: 1px solid rgba(134, 202, 231, .34);
  content: "";
}

.cl-hero-visual img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  background: #fff;
}

.cl-hero-visual figcaption {
  color: #aec2cc;
}

.cl-section-heading {
  max-width: 790px;
  margin-bottom: clamp(30px, 5vw, 62px);
}

.cl-section-heading > p:last-child {
  max-width: 690px;
  margin-bottom: 0;
}

.cl-heading-split {
  display: grid;
  max-width: none;
  grid-template-columns: minmax(0, 1.15fr) minmax(260px, .62fr);
  align-items: end;
  gap: 56px;
}

.cl-heading-split h2,
.cl-heading-split p {
  margin-bottom: 0;
}

.cl-fit {
  background: #edf3f6;
}

.cl-fit-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(340px, .72fr);
  align-items: start;
  gap: clamp(28px, 5vw, 72px);
}

.cl-fit-lead img {
  width: 100%;
  min-height: 0;
  height: auto;
  object-fit: contain;
}

.cl-fit-copy {
  display: grid;
  align-content: start;
  gap: 32px;
}

.cl-decision-list {
  display: grid;
  border-top: 1px solid var(--st-line);
}

.cl-decision-list article {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  padding-block: 20px;
  border-bottom: 1px solid var(--st-line);
}

.cl-decision-list article > span {
  grid-row: 1 / span 2;
  color: var(--st-blue);
  font-size: .72rem;
  font-weight: 850;
}

.cl-decision-list p {
  margin-bottom: 0;
  font-size: .9rem;
}

.cl-fit-side {
  width: 82%;
  justify-self: end;
}

.cl-fit-side img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.cl-boundary {
  max-width: 880px;
  margin: 48px 0 0 auto;
}

.cl-function {
  background: #07131d;
  color: #fff;
}

.cl-function-layout {
  display: grid;
  grid-template-columns: minmax(0, .93fr) minmax(340px, .67fr);
  gap: clamp(38px, 7vw, 100px);
}

.cl-function h2,
.cl-function h3 {
  color: #fff;
}

.cl-function .st-kicker {
  color: #86cae7;
}

.cl-process {
  display: grid;
  padding: 0;
  border-top: 1px solid #39505d;
  list-style: none;
}

.cl-process li {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  padding-block: 20px;
  border-bottom: 1px solid #39505d;
}

.cl-process li > span {
  color: #86cae7;
  font-size: .72rem;
  font-weight: 850;
}

.cl-process p,
.cl-roller-note p {
  margin-bottom: 0;
  color: #aebfc8;
}

.cl-function-detail img {
  width: 100%;
  max-height: 760px;
  object-fit: cover;
  object-position: center top;
}

.cl-function-detail figcaption {
  color: #9db1bc;
}

.cl-roller-note {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px;
  margin-top: 44px;
}

.cl-roller-note > p {
  padding: 22px;
  border: 1px solid #39505d;
}

.cl-roller-note [data-confirmation-needed] {
  border-color: #784943;
  background: #2f1b1a;
  color: #f0cbc5;
}

.cl-roller-note [data-confirmation-needed] strong {
  color: #fff;
}

.cl-capacity {
  background: #f7fafb;
}

.cl-table-block + .cl-table-block {
  margin-top: 64px;
}

.cl-table-intro {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 34px;
  margin-bottom: 18px;
}

.cl-table-intro h3,
.cl-table-intro p {
  margin-bottom: 0;
}

.cl-table-intro p {
  max-width: 630px;
  font-size: .86rem;
}

.cl-capacity .st-table-wrap table {
  min-width: 1080px;
  font-size: .82rem;
}

.cl-capacity-matrix .st-table-wrap table {
  min-width: 920px;
}

.cl-capacity .st-table-wrap th,
.cl-capacity .st-table-wrap td {
  padding: 13px 12px;
  white-space: nowrap;
}

.cl-feeders {
  background: #e7eff3;
}

.cl-feeder-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(380px, .92fr);
  gap: 24px;
}

.cl-feeder-layout article {
  border: 1px solid var(--st-line);
  background: #fff;
}

.cl-feeder-layout article > div,
.cl-feeder-pair article > h3,
.cl-feeder-pair article > p,
.cl-feeder-pair article > a {
  margin-right: 22px;
  margin-left: 22px;
}

.cl-feeder-lead > div {
  padding-block: 24px 28px;
}

.cl-feeder-layout img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.cl-feeder-lead img {
  min-height: 500px;
}

.cl-feeder-layout figcaption {
  padding-inline: 22px;
}

.cl-feeder-layout a {
  display: inline-block;
  margin-bottom: 26px;
  color: var(--st-blue);
  font-size: .8rem;
  font-weight: 820;
}

.cl-feeder-pair {
  display: grid;
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.cl-feeder-pair article {
  display: grid;
  grid-template-columns: minmax(180px, .82fr) minmax(0, 1fr);
  align-content: start;
  column-gap: 0;
}

.cl-feeder-pair figure {
  grid-row: 1 / span 4;
}

.cl-feeder-pair img {
  height: 100%;
  min-height: 280px;
}

.cl-feeder-pair h3 {
  margin-top: 23px;
}

.cl-feeder-pair p {
  font-size: .88rem;
}

.cl-installation {
  background: #f7fafb;
}

.cl-install-wide img {
  width: 100%;
  aspect-ratio: 1.88;
  object-fit: cover;
}

.cl-install-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  align-items: start;
  gap: 24px;
  margin-top: 28px;
}

.cl-install-tall {
  grid-column: span 5;
}

.cl-install-tall img {
  width: 100%;
  min-height: 440px;
  object-fit: cover;
}

.cl-install-checklist {
  grid-column: span 3;
  padding: 26px;
  border-top: 4px solid var(--st-blue);
  background: #e7eff3;
}

.cl-install-checklist ul {
  margin-bottom: 0;
  padding-left: 19px;
}

.cl-install-checklist li + li {
  margin-top: 10px;
}

.cl-install-low {
  grid-column: span 4;
  align-self: end;
}

.cl-install-low img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.cl-install-production {
  display: grid;
  grid-template-columns: minmax(320px, .75fr) minmax(0, 1fr);
  align-items: end;
  gap: 30px;
  width: 76%;
  margin: 68px 0 0 auto;
  padding-top: 24px;
  border-top: 1px solid var(--st-line);
}

.cl-install-production img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.cl-install-production figcaption {
  padding-bottom: 10px;
  font-size: .88rem;
}

.cl-quote {
  background: #dce9ef;
}

.cl-quote-layout {
  display: grid;
  grid-template-columns: minmax(300px, .72fr) minmax(0, 1.08fr);
  align-items: start;
  gap: clamp(36px, 7vw, 92px);
}

.cl-quote-copy {
  position: sticky;
  top: 112px;
}

.cl-quote-copy ul {
  padding-left: 20px;
}

.cl-source-note {
  margin-top: 28px;
  padding-top: 20px;
  border-top: 1px solid #9fb7c2;
  font-size: .8rem;
}

.cl-faq {
  background: #07131d;
  color: #fff;
}

.cl-faq-layout {
  display: grid;
  grid-template-columns: minmax(270px, .62fr) minmax(0, 1fr);
  gap: clamp(38px, 8vw, 110px);
}

.cl-faq h2,
.cl-faq .cl-section-heading > p:last-child {
  color: #fff;
}

.cl-faq .st-kicker {
  color: #86cae7;
}

.cl-faq-list {
  border-top: 1px solid #3a505d;
}

.cl-faq-list details {
  border-bottom: 1px solid #3a505d;
}

.cl-faq-list summary {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  padding-block: 22px;
  color: #fff;
  font-weight: 780;
  line-height: 1.45;
  cursor: pointer;
}

.cl-faq-list summary span {
  color: #86cae7;
  font-size: .72rem;
}

.cl-faq-list details p {
  max-width: 760px;
  margin: -4px 0 24px 48px;
  color: #aebfc8;
}

@media (max-width: 1020px) {
  .cl-hero-grid,
  .cl-fit-layout,
  .cl-function-layout,
  .cl-quote-layout {
    grid-template-columns: 1fr 1fr;
    gap: 34px;
  }

  .cl-heading-split {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .cl-feeder-layout {
    grid-template-columns: 1fr;
  }

  .cl-feeder-lead img {
    min-height: 0;
  }

  .cl-feeder-pair {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: auto;
  }

  .cl-feeder-pair article {
    display: block;
  }

  .cl-feeder-pair img {
    min-height: 0;
  }

  .cl-install-checklist,
  .cl-install-low {
    grid-column: span 7;
  }

  .cl-install-tall {
    grid-column: span 5;
  }

  .cl-install-production {
    width: 100%;
  }
}

@media (max-width: 720px) {
  .twoinone-cl-page h1 {
    font-size: clamp(2.5rem, 12vw, 4rem);
  }

  .cl-hero {
    min-height: auto;
  }

  .cl-hero-grid,
  .cl-fit-layout,
  .cl-function-layout,
  .cl-roller-note,
  .cl-feeder-pair,
  .cl-quote-layout,
  .cl-faq-layout,
  .cl-install-production {
    grid-template-columns: minmax(0, 1fr);
  }

  .cl-hero-visual {
    width: 92%;
    margin-left: auto;
  }

  .cl-hero-facts {
    grid-template-columns: 1fr;
  }

  .cl-section-heading {
    margin-bottom: 34px;
  }

  .cl-fit-lead img {
    min-height: 0;
  }

  .cl-fit-side {
    width: 90%;
  }

  .cl-function-detail {
    width: 88%;
    margin-left: auto;
  }

  .cl-table-intro {
    display: block;
  }

  .cl-table-intro h3 {
    margin-bottom: 10px;
  }

  .cl-feeder-pair article {
    display: block;
  }

  .cl-install-grid {
    grid-template-columns: 1fr;
  }

  .cl-install-tall,
  .cl-install-checklist,
  .cl-install-low {
    grid-column: auto;
  }

  .cl-install-tall img {
    min-height: 0;
  }

  .cl-install-production {
    width: 100%;
    margin-top: 42px;
  }

  .cl-quote-copy {
    position: static;
  }

  .cl-faq-list details p {
    margin-left: 0;
  }
}

@media (max-width: 430px) {
  .cl-hero-actions,
  .cl-button {
    width: 100%;
  }

  .cl-decision-list article,
  .cl-faq-list summary {
    grid-template-columns: 36px minmax(0, 1fr);
  }

  .cl-capacity .st-table-wrap {
    margin-right: -15px;
  }
}
