.twoinone-ml-page {
  --ml-copper: #a85c43;
  --ml-mint: #8cbcac;
  --ml-sand: #e9e1d7;
  background: #f6f8f7;
}

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

.twoinone-ml-page h1 {
  max-width: 13ch;
  margin-bottom: 24px;
  font-size: clamp(2.7rem, 6.1vw, 6.3rem);
  line-height: .94;
}

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

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

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

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

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

.ml-hero {
  position: relative;
  min-height: calc(100svh - 74px);
  padding-block: clamp(56px, 8vw, 104px);
  overflow: hidden;
  background: #0b1718;
  color: #fff;
}

.ml-hero-scene {
  position: absolute;
  inset: 0;
}

.ml-hero-scene::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(7, 18, 20, .98) 0 45%, rgba(7, 18, 20, .72) 70%, rgba(7, 18, 20, .9) 100%);
  content: "";
}

.ml-hero-scene img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .34;
  filter: saturate(.65) contrast(1.08);
}

.ml-hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(370px, .76fr);
  align-items: center;
  gap: clamp(40px, 7vw, 100px);
}

.ml-hero h1,
.ml-hero .ml-lead {
  color: #fff;
}

.ml-hero .st-kicker {
  color: #a9d5c7;
}

.ml-lead {
  max-width: 720px;
  margin-bottom: 28px;
  font-size: clamp(1.04rem, 1.7vw, 1.34rem);
}

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

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

.ml-button-primary {
  background: #f4f8f6;
  color: #07131d;
}

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

.ml-confirmation {
  max-width: 700px;
  margin-bottom: 0;
}

.ml-hero [data-confirmation-needed] {
  border-left-color: #d88668;
  background: rgba(84, 27, 20, .78);
  color: #ffdcd2;
}

.ml-hero [data-confirmation-needed] strong {
  color: #fff;
}

.ml-hero-product {
  position: relative;
  align-self: center;
  padding: 18px;
  border: 1px solid rgba(169, 213, 199, .42);
  background: rgba(245, 249, 247, .95);
  box-shadow: 0 34px 80px rgba(0, 0, 0, .3);
}

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

.ml-hero-product figcaption {
  color: #4b6264;
}

.ml-section-heading {
  max-width: 820px;
  margin-bottom: clamp(32px, 5vw, 64px);
}

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

.ml-heading-split {
  display: grid;
  max-width: none;
  grid-template-columns: minmax(0, 1.08fr) minmax(260px, .64fr);
  align-items: end;
  gap: 60px;
}

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

.ml-facts {
  background: #eaf0ed;
}

.ml-fact-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin: 0;
  border: 1px solid #b5c7c1;
  background: #b5c7c1;
}

.ml-fact-grid > div {
  min-width: 0;
  padding: clamp(22px, 3vw, 36px);
  background: #f9fbfa;
}

.ml-fact-grid dt {
  margin-bottom: 24px;
  color: #4e756a;
  font-size: .69rem;
  font-weight: 850;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.ml-fact-grid dd {
  margin: 0 0 13px;
  color: #071b1d;
  font-size: clamp(1.25rem, 2vw, 1.75rem);
  font-weight: 850;
  line-height: 1.06;
}

.ml-fact-grid p {
  margin-bottom: 0;
  font-size: .84rem;
}

.ml-recommended-use {
  background: #f7f8f6;
}

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

.ml-use-cases {
  display: grid;
  border-top: 1px solid #afc0bb;
}

.ml-use-cases article {
  display: grid;
  grid-template-columns: 110px minmax(190px, .55fr) minmax(0, 1fr);
  align-items: start;
  gap: 22px;
  padding-block: 28px;
  border-bottom: 1px solid #afc0bb;
}

.ml-use-cases span {
  color: #4e756a;
  font-size: .69rem;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.ml-use-cases h3,
.ml-use-cases p {
  margin-bottom: 0;
}

.ml-use-cases p {
  font-size: .88rem;
}

.ml-evidence {
  background: #0b191a;
  color: #fff;
}

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

.ml-evidence .st-kicker {
  color: #a9d5c7;
}

.ml-overview-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(340px, .8fr);
  grid-template-areas:
    "primary support"
    "wide support";
  align-items: start;
  gap: 26px;
}

.ml-overview-primary {
  grid-area: primary;
}

.ml-overview-primary img {
  width: 100%;
  height: auto;
  aspect-ratio: auto;
  object-fit: contain;
}

.ml-overview-support {
  display: grid;
  grid-area: support;
  grid-template-rows: repeat(2, auto);
  align-self: start;
  gap: 26px;
}

.ml-overview-support img {
  width: 100%;
  height: auto;
  aspect-ratio: auto;
  object-fit: contain;
}

.ml-overview-wide {
  display: grid;
  grid-area: wide;
  grid-template-columns: minmax(240px, .75fr) minmax(0, 1fr);
  align-items: end;
  gap: 28px;
  padding-top: 26px;
  border-top: 1px solid #39504f;
}

.ml-overview-wide img {
  width: 100%;
  height: auto;
  aspect-ratio: auto;
  object-fit: contain;
}

.ml-evidence figcaption {
  color: #a8bcb9;
}

.ml-fit {
  background: #e5ede9;
}

.ml-fit-layout {
  display: grid;
  grid-template-columns: minmax(280px, .7fr) minmax(0, 1fr);
  gap: clamp(42px, 8vw, 112px);
}

.ml-fit-steps {
  display: grid;
  margin: 0;
  padding: 0;
  border-top: 1px solid #a9bbb5;
  list-style: none;
}

.ml-fit-steps li {
  display: grid;
  grid-template-columns: 55px minmax(0, 1fr);
  padding-block: 23px;
  border-bottom: 1px solid #a9bbb5;
}

.ml-fit-steps li > span {
  color: #4e756a;
  font-size: .72rem;
  font-weight: 850;
}

.ml-fit-steps p {
  margin-bottom: 0;
}

.ml-technical {
  background: #f7f8f6;
}

.ml-technical-layout {
  display: grid;
  grid-template-columns: minmax(0, .78fr) minmax(420px, 1.02fr);
  align-items: center;
  gap: clamp(40px, 7vw, 94px);
}

.ml-technical-copy ul {
  padding-left: 20px;
}

.ml-technical-evidence {
  padding: 18px;
  border: 1px solid #b8c7c2;
  background: #fff;
}

.ml-technical-evidence img {
  width: 100%;
  aspect-ratio: 600 / 405;
  object-fit: cover;
}

.ml-selection {
  background: #132526;
  color: #fff;
}

.ml-selection h2,
.ml-selection h3,
.ml-selection .ml-section-heading > p:last-child {
  color: #fff;
}

.ml-selection .st-kicker {
  color: #a9d5c7;
}

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

.ml-selection-grid article {
  padding: clamp(23px, 3vw, 34px);
  border: 1px solid #425655;
  background: #1a3030;
}

.ml-selection-grid article > span {
  display: block;
  margin-bottom: 40px;
  color: #9fcbbf;
  font-size: .68rem;
  font-weight: 850;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.ml-selection-grid p {
  margin-bottom: 0;
  color: #b7c8c5;
}

.ml-selection-grid [data-confirmation-needed] {
  border-left-color: #cd765a;
  background: #382421;
}

.ml-selection-grid [data-confirmation-needed] h3,
.ml-selection-grid [data-confirmation-needed] strong {
  color: #fff;
}

.ml-parameter-points {
  background: #f4f6f4;
}

.ml-detail-layout {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  align-items: start;
  gap: 24px;
}

.ml-detail-lead {
  grid-column: span 7;
}

.ml-detail-lead img {
  width: 100%;
  min-height: 560px;
  object-fit: cover;
}

.ml-detail-stack {
  display: grid;
  grid-column: span 5;
  gap: 24px;
}

.ml-detail-stack img {
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.ml-detail-workshop,
.ml-detail-installed {
  grid-column: span 6;
  margin-top: 24px !important;
}

.ml-detail-workshop img,
.ml-detail-installed img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.ml-confirmation-line {
  max-width: 860px;
  margin: 42px 0 0 auto;
}

.ml-selection-table {
  background: #e5ede9;
}

.ml-selection-table table {
  min-width: 820px;
}

.ml-selection-table th,
.ml-selection-table td {
  width: 33.333%;
}

.ml-selection-table td[data-confirmation-needed] {
  border-left: 4px solid #b54a42;
}

.ml-options {
  background: #f7f8f6;
}

.ml-options-layout {
  display: grid;
  grid-template-columns: minmax(270px, .66fr) minmax(0, 1fr);
  gap: clamp(42px, 8vw, 110px);
}

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

.ml-option-list article {
  min-height: 220px;
  padding: 28px;
  border-top: 4px solid #527a6f;
  background: #e7eeeb;
}

.ml-option-list p {
  margin-bottom: 0;
}

.ml-option-list [data-confirmation-needed] {
  border-left: 0;
  border-top-color: #b54a42;
}

.ml-configuration-evidence {
  background: #0d1c1d;
  color: #fff;
}

.ml-config-layout {
  display: grid;
  grid-template-columns: minmax(380px, .9fr) minmax(0, .72fr);
  align-items: center;
  gap: clamp(42px, 8vw, 110px);
}

.ml-config-layout figure {
  padding: 20px;
  border: 1px solid #405555;
  background: #fff;
}

.ml-config-layout figure img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}

.ml-config-layout h2,
.ml-config-layout > div > p:not([data-confirmation-needed]) {
  color: #fff;
}

.ml-config-layout .st-kicker {
  color: #a9d5c7 !important;
}

.ml-config-layout [data-confirmation-needed] {
  border-left-color: #cf785e;
  background: #392321;
  color: #f4cbc0;
}

.ml-config-layout [data-confirmation-needed] strong {
  color: #fff;
}

.ml-applications {
  background: #edf2ef;
}

.ml-application-pair {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(0, .82fr);
  align-items: end;
  gap: 28px;
}

.ml-application-pair figure:first-child img {
  width: 100%;
  min-height: 560px;
  object-fit: cover;
}

.ml-application-pair figure:last-child {
  margin-bottom: -52px;
}

.ml-application-pair figure:last-child img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.ml-comparison {
  background: #f7f8f6;
}

.ml-comparison-layout {
  display: grid;
  grid-template-columns: minmax(270px, .58fr) minmax(0, 1fr);
  gap: clamp(42px, 8vw, 110px);
}

.ml-compare-columns {
  display: grid;
  border-top: 1px solid #b2c1bc;
}

.ml-compare-columns article {
  display: grid;
  grid-template-columns: 150px minmax(210px, .62fr) minmax(0, 1fr);
  gap: 24px;
  padding-block: 26px;
  border-bottom: 1px solid #b2c1bc;
}

.ml-compare-columns span {
  color: #4e756a;
  font-size: .69rem;
  font-weight: 850;
  text-transform: uppercase;
}

.ml-compare-columns h3,
.ml-compare-columns p {
  margin-bottom: 0;
}

.ml-compare-columns p {
  font-size: .87rem;
}

.ml-price-configuration {
  background: #dce8e3;
}

.ml-price-layout {
  display: grid;
  grid-template-columns: minmax(290px, .74fr) minmax(0, 1fr);
  gap: clamp(42px, 9vw, 130px);
}

.ml-price-copy > p:first-child {
  font-size: clamp(1.1rem, 1.8vw, 1.38rem);
}

.ml-price-copy [data-confirmation-needed] {
  margin-top: 28px;
}

.ml-faq {
  background: #102122;
  color: #fff;
}

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

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

.ml-faq .st-kicker {
  color: #a9d5c7;
}

.ml-faq-list {
  border-top: 1px solid #405454;
}

.ml-faq-list details {
  border-bottom: 1px solid #405454;
}

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

.ml-faq-list summary span {
  color: #a9d5c7;
  font-size: .72rem;
}

.ml-faq-list details p {
  max-width: 760px;
  margin: -3px 0 25px 48px;
  color: #b4c7c4;
}

.ml-related {
  background: #f7f8f6;
}

.ml-related-links {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  border: 1px solid #b6c6c1;
  background: #b6c6c1;
}

.ml-related-links a {
  display: grid;
  min-height: 180px;
  align-content: space-between;
  gap: 36px;
  padding: 24px;
  background: #eef3f0;
  color: #102728;
  text-decoration: none;
}

.ml-related-links a:hover,
.ml-related-links a:focus-visible {
  background: #dfeae5;
}

.ml-related-links span {
  color: #5a756d;
  font-size: .69rem;
  font-weight: 830;
  text-transform: uppercase;
}

.ml-related-links strong {
  line-height: 1.3;
}

.ml-quote {
  background: #dce7e3;
}

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

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

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

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

@media (max-width: 1060px) {
  .ml-hero-grid,
  .ml-technical-layout,
  .ml-config-layout,
  .ml-quote-layout {
    grid-template-columns: 1fr 1fr;
    gap: 38px;
  }

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

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

  .ml-use-layout,
  .ml-fit-layout,
  .ml-options-layout,
  .ml-comparison-layout,
  .ml-price-layout,
  .ml-faq-layout {
    grid-template-columns: minmax(250px, .55fr) minmax(0, 1fr);
    gap: 46px;
  }

  .ml-use-cases article,
  .ml-compare-columns article {
    grid-template-columns: 95px minmax(0, 1fr);
  }

  .ml-use-cases p,
  .ml-compare-columns p {
    grid-column: 2;
  }

  .ml-overview-layout {
    grid-template-columns: 1fr 1fr;
  }

  .ml-related-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

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

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

  .ml-hero-grid,
  .ml-use-layout,
  .ml-overview-layout,
  .ml-fit-layout,
  .ml-technical-layout,
  .ml-options-layout,
  .ml-config-layout,
  .ml-comparison-layout,
  .ml-price-layout,
  .ml-faq-layout,
  .ml-quote-layout,
  .ml-overview-wide {
    grid-template-columns: minmax(0, 1fr);
  }

  .ml-hero-product {
    width: 90%;
    margin-left: auto;
  }

  .ml-fact-grid,
  .ml-selection-grid,
  .ml-option-list,
  .ml-related-links {
    grid-template-columns: 1fr;
  }

  .ml-use-cases article,
  .ml-compare-columns article {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .ml-use-cases p,
  .ml-compare-columns p {
    grid-column: auto;
  }

  .ml-overview-layout {
    grid-template-areas:
      "primary"
      "support"
      "wide";
  }

  .ml-overview-support {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: auto;
  }

  .ml-detail-layout {
    grid-template-columns: 1fr;
  }

  .ml-detail-lead,
  .ml-detail-stack,
  .ml-detail-workshop,
  .ml-detail-installed {
    grid-column: auto;
  }

  .ml-detail-lead img {
    min-height: 0;
  }

  .ml-application-pair {
    grid-template-columns: 1fr;
  }

  .ml-application-pair figure:first-child img {
    min-height: 0;
  }

  .ml-application-pair figure:last-child {
    width: 88%;
    margin: 0 0 0 auto;
  }

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

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

  .ml-overview-support {
    grid-template-columns: 1fr;
  }

  .ml-fit-steps li,
  .ml-faq-list summary {
    grid-template-columns: 38px minmax(0, 1fr);
  }

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

  .ml-selection-table .st-table-wrap {
    margin-right: -15px;
  }
}
