.cftv-hero { padding-top: clamp(40px, 6vw, 72px); }
.breadcrumb--dark, .breadcrumb--dark a { color: rgba(243,241,236,.62); }
.cftv-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
  gap: clamp(44px, 7vw, 96px);
  align-items: center;
  padding-top: clamp(32px, 4vw, 56px);
}
.cftv-hero__copy { max-width: 660px; }
.cftv-hero__copy h1 { color: var(--lt-brand-ivory); max-width: 12.5ch; }
.cftv-hero__visual {
  min-height: 600px;
  clip-path: polygon(8% 0, 100% 0, 100% 100%, 0 100%, 0 9%);
  border: 1px solid rgba(15,161,153,.34);
}
.cftv-hero__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
  filter: saturate(.78) contrast(1.06) brightness(.82);
}

.cftv-purpose__grid,
.cftv-infrastructure__grid,
.cftv-recording__grid,
.cftv-remote__grid,
.cftv-installation__grid,
.cftv-contact__inner {
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr);
  gap: clamp(44px, 8vw, 110px);
  align-items: start;
}
.cftv-purpose__content { max-width: 760px; }
.cftv-purpose__questions,
.cftv-remote__controls,
.cftv-installation__criteria {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 34px;
}
.cftv-purpose__questions span,
.cftv-remote__controls span,
.cftv-installation__criteria span {
  border: 1px solid rgba(13,17,21,.16);
  padding: 9px 12px;
  font-size: 12px;
  letter-spacing: .04em;
}

.cftv-design__matrix {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid rgba(13,17,21,.14);
}
.cftv-design__matrix article { padding: 30px 28px 12px 0; min-height: 245px; }
.cftv-design__matrix article + article { border-left: 1px solid rgba(13,17,21,.14); padding-left: 28px; }
.cftv-design__matrix span { color: var(--lt-brand-teal); font-size: 12px; letter-spacing: .08em; }
.cftv-design__matrix h3 { margin: 30px 0 12px; font-size: 22px; }
.cftv-design__matrix p { color: #4c5458; font-size: 15px; line-height: 1.65; }

.cftv-infrastructure__layers {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid rgba(243,241,236,.16);
  margin-top: 36px;
}
.cftv-infrastructure__layers div { padding: 24px 26px 24px 0; border-bottom: 1px solid rgba(243,241,236,.12); }
.cftv-infrastructure__layers div:nth-child(even) { border-left: 1px solid rgba(243,241,236,.12); padding-left: 26px; }
.cftv-infrastructure__layers strong { color: var(--lt-brand-ivory); font-family: var(--lt-font-display); font-size: 20px; }
.cftv-infrastructure__layers p { color: var(--lt-brand-warm-gray); margin-top: 10px; }

.cftv-recording__flow { border-top: 1px solid rgba(13,17,21,.14); }
.cftv-recording__flow article { display: grid; grid-template-columns: 56px 150px 1fr; gap: 18px; align-items: start; padding: 24px 0; border-bottom: 1px solid rgba(13,17,21,.14); }
.cftv-recording__flow span { color: var(--lt-brand-teal); font-size: 12px; letter-spacing: .08em; }
.cftv-recording__flow strong { font-family: var(--lt-font-display); font-size: 19px; }
.cftv-recording__flow p { margin: 0; color: #50585c; }

.cftv-remote__controls { margin-bottom: 24px; }
.cftv-remote .text-link { display: inline-block; margin-top: 4px; }

.cftv-availability__principles {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  border-top: 1px solid rgba(243,241,236,.16);
}
.cftv-availability__principles article { min-height: 230px; padding: 30px 32px 24px 0; }
.cftv-availability__principles article + article { border-left: 1px solid rgba(243,241,236,.12); padding-left: 32px; }
.cftv-availability__principles strong { color: var(--lt-brand-ivory); font-family: var(--lt-font-display); font-size: 22px; }
.cftv-availability__principles p { color: var(--lt-brand-warm-gray); margin-top: 14px; }

.cftv-installation__criteria span { border-color: rgba(13,17,21,.16); }
.cftv-contact__inner .button { margin-top: 24px; }

@media (max-width: 980px) {
  .cftv-hero__grid,
  .cftv-purpose__grid,
  .cftv-infrastructure__grid,
  .cftv-recording__grid,
  .cftv-remote__grid,
  .cftv-installation__grid,
  .cftv-contact__inner { grid-template-columns: 1fr; }
  .cftv-hero__visual { min-height: 470px; }
  .cftv-design__matrix { grid-template-columns: 1fr 1fr; }
  .cftv-design__matrix article:nth-child(3) { border-left: 0; padding-left: 0; }
}

@media (max-width: 720px) {
  .cftv-hero__visual { min-height: 390px; clip-path: none; }
  .cftv-hero__copy h1 { max-width: none; }
  .cftv-design__matrix,
  .cftv-infrastructure__layers,
  .cftv-availability__principles { grid-template-columns: 1fr; }
  .cftv-design__matrix article,
  .cftv-design__matrix article + article,
  .cftv-design__matrix article:nth-child(3) { min-height: 0; padding: 24px 0; border-left: 0; border-bottom: 1px solid rgba(13,17,21,.14); }
  .cftv-infrastructure__layers div,
  .cftv-infrastructure__layers div:nth-child(even) { padding: 22px 0; border-left: 0; }
  .cftv-recording__flow article { grid-template-columns: 42px 1fr; }
  .cftv-recording__flow article p { grid-column: 2; }
  .cftv-availability__principles article,
  .cftv-availability__principles article + article { min-height: 0; padding: 24px 0; border-left: 0; border-bottom: 1px solid rgba(243,241,236,.12); }
}
