.td6-main {
  overflow: clip;
}

.td6-hero {
  position: relative;
  min-height: calc(100svh - var(--td6-header-height));
  isolation: isolate;
}

.td6-hero__media,
.td6-hero__media::after,
.td6-mats-feature__media,
.td6-mats-feature__media::after {
  position: absolute;
  inset: 0;
}

.td6-hero__media {
  z-index: -1;
  overflow: hidden;
  background: #17100b;
}

.td6-hero__media::after {
  content: "";
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.24) 0%, rgba(0, 0, 0, 0.12) 28%, transparent 58%);
}

.td6-hero__image,
.td6-mats-feature__image {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}

.td6-hero__image {
  object-position: 60% center;
}

.td6-hero__inner {
  display: flex;
  align-items: center;
  min-height: calc(100svh - var(--td6-header-height));
  padding-block: 72px;
}

.td6-hero__content {
  max-width: 720px;
}

.td6-hero h1 {
  max-width: 680px;
  font-size: clamp(42px, 11vw, 82px);
  line-height: 0.98;
}

.td6-hero__intro {
  max-width: 620px;
  margin: 18px 0 0;
  color: #ededeb;
  font-size: clamp(16px, 2vw, 19px);
  line-height: 1.62;
}

.td6-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.td6-hero .td6-actions .td6-button {
  width: 100%;
}

.td6-products {
  padding-block: 60px;
  background: var(--td6-off-white);
  color: var(--td6-ink);
}

.td6-section-heading {
  max-width: 760px;
  margin-bottom: 34px;
}

.td6-section-heading h2,
.td6-mats-feature h2,
.td6-hexfall-feature h2,
.td6-about h2,
.td6-final-cta h2 {
  font-size: clamp(35px, 6vw, 56px);
  line-height: 1.07;
}

.td6-section-heading p {
  margin: 14px 0 0;
  color: #555;
  font-size: clamp(16px, 2vw, 19px);
}

.td6-card-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

.td6-product-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  background: var(--td6-white);
  box-shadow: 0 5px 16px rgba(0, 0, 0, 0.045);
}

.td6-product-card__media {
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #d6d6d2;
}

.td6-product-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 220ms ease;
}

.td6-product-card:nth-child(1) .td6-product-card__media img {
  object-position: center;
}

.td6-product-card:nth-child(3) .td6-product-card__media img {
  object-position: 56% center;
}

.td6-product-card__body {
  display: flex;
  min-height: 250px;
  flex: 1;
  flex-direction: column;
  padding: 24px;
}

.td6-product-card h3 {
  display: flex;
  min-height: 2.2em;
  flex-direction: column;
  font-size: 23px;
  line-height: 1.1;
}

.td6-product-card p {
  min-height: calc(1.58em * 4);
  margin: 13px 0 22px;
  color: #555;
  line-height: 1.58;
}

.td6-product-card__body > span {
  margin-top: auto;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.075em;
}

.td6-mats-feature {
  position: relative;
  min-height: 620px;
  isolation: isolate;
}

.td6-mats-feature__media {
  z-index: -1;
  background: #26251f;
}

.td6-mats-feature__media::after {
  content: "";
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.82), rgba(0, 0, 0, 0.64) 55%, rgba(0, 0, 0, 0.25));
}

.td6-mats-feature__image {
  object-position: 62% center;
}

.td6-mats-feature__inner {
  display: flex;
  min-height: 620px;
  align-items: center;
  padding-block: 66px;
}

.td6-feature-copy {
  max-width: 640px;
}

.td6-feature-copy > p:not(.td6-eyebrow) {
  max-width: 590px;
  margin: 22px 0 28px;
  color: #e3e3e0;
  font-size: clamp(16px, 2vw, 19px);
}

.td6-benefits,
.td6-attributes {
  padding: 0;
  list-style: none;
}

.td6-benefits {
  display: grid;
  gap: 16px;
  margin-bottom: 32px;
}

.td6-benefits li {
  padding-left: 15px;
  border-left: 2px solid rgba(255, 255, 255, 0.8);
}

.td6-benefits strong,
.td6-benefits span {
  display: block;
}

.td6-benefits strong,
.td6-attributes li {
  font-size: 12px;
  letter-spacing: 0.09em;
}

.td6-benefits span {
  margin-top: 2px;
  color: var(--td6-muted);
  font-size: 14px;
}

.td6-hexfall-banner {
  position: relative;
  min-height: calc(100svh - var(--td6-header-height));
  overflow: hidden;
  isolation: isolate;
  background: var(--td6-black);
  color: var(--td6-white);
}

.td6-hexfall-banner .td6-hexfall-banner__image {
  position: absolute;
  z-index: -1;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.td6-hexfall-banner__inner {
  display: flex;
  min-height: inherit;
  align-items: center;
  justify-content: flex-end;
}

.td6-hexfall-banner--text-left .td6-hexfall-banner__inner {
  justify-content: flex-start;
}

.td6-hexfall-banner__copy {
  max-width: 560px;
  padding-block: 72px;
  text-align: left;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.55);
}

.td6-hexfall-banner h2 {
  max-width: 560px;
  font-size: clamp(36px, 5.4vw, 64px);
  line-height: 1.03;
}

.td6-hexfall-banner__copy p {
  max-width: 520px;
  margin: 22px 0 0;
  color: #f0f0ed;
  font-size: clamp(16px, 2vw, 19px);
  line-height: 1.55;
}

.td6-hexfall-banner__copy p + p {
  margin-top: 10px;
}

.td6-text-link {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 8px;
  margin-top: 26px;
  color: var(--td6-white);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.td6-text-link span {
  font-size: 18px;
  line-height: 1;
}

.td6-hexfall-banner__copy .td6-button {
  margin-top: 34px;
  min-height: 50px;
  padding-inline: 30px;
  font-size: 13px;
}

.td6-hexfall-feature {
  padding-block: 70px;
  background: var(--td6-black);
}

.td6-hexfall-feature__grid {
  display: grid;
  gap: 44px;
}

.td6-hexfall-feature__media {
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border-radius: var(--td6-radius);
  background: #18130f;
}

.td6-hexfall-feature__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 55% center;
}

.td6-hexfall-feature__copy {
  align-self: center;
}

.td6-hexfall-logo {
  width: min(220px, 72%);
  margin-bottom: 28px;
}

.td6-hexfall-feature__copy > p {
  max-width: 590px;
  margin: 22px 0 26px;
  color: #d2d2cf;
  font-size: clamp(16px, 2vw, 18px);
}

.td6-attributes {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  margin-bottom: 30px;
  color: #e9e9e6;
  font-weight: 700;
}

.td6-attributes li {
  position: relative;
  padding-left: 15px;
}

.td6-attributes li::before {
  position: absolute;
  top: 0.52em;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: currentColor;
  content: "";
}

.td6-about {
  padding-block: 60px;
  background: var(--td6-off-white);
  color: #202020;
  text-align: center;
}

.td6-about__inner {
  max-width: 980px;
}

.td6-about .td6-eyebrow {
  color: #555;
}

.td6-about__copy {
  max-width: 900px;
  margin: 26px auto 0;
  color: #4f4f4f;
  font-size: clamp(16px, 2vw, 19px);
}

.td6-about__copy p:last-child {
  margin-bottom: 0;
}

.td6-final-cta {
  min-height: 240px;
  background: #1c1c1c;
}

.td6-final-cta__inner {
  display: flex;
  min-height: 240px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 26px;
  padding-block: 48px;
}

.td6-final-cta h2 {
  font-size: clamp(34px, 5vw, 54px);
}

.td6-final-cta .td6-button {
  width: 100%;
}

@media (hover: hover) {
  .td6-product-card:hover .td6-product-card__media img {
    transform: scale(1.025);
  }
}

@media (min-width: 520px) {
  .td6-hero .td6-actions .td6-button,
  .td6-final-cta .td6-button {
    width: auto;
  }
}

@media (min-width: 700px) {
  .td6-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
  }

  .td6-product-card__body {
    min-height: 250px;
  }
}

@media (min-width: 768px) {
  .td6-hero,
  .td6-hero__inner {
    min-height: calc(100svh - var(--td6-header-height));
  }

  .td6-products,
  .td6-about {
    padding-block: 90px;
  }

  .td6-section-heading {
    margin-bottom: 46px;
  }

  .td6-mats-feature,
  .td6-mats-feature__inner {
    min-height: 650px;
  }

  .td6-mats-feature__inner {
    padding-block: 84px;
  }

  .td6-benefits {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
  }

  .td6-hexfall-feature {
    padding-block: 100px;
  }

  .td6-hexfall-feature__grid {
    grid-template-columns: minmax(0, 1.1fr) minmax(360px, 0.9fr);
    gap: clamp(48px, 6vw, 92px);
  }

  .td6-hexfall-logo {
    width: min(320px, 80%);
  }

  .td6-final-cta__inner {
    min-height: 250px;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .td6-hero h1 {
    font-size: clamp(56px, 7vw, 64px);
  }
}

@media (min-width: 1200px) {
  .td6-card-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .td6-product-card__body {
    min-height: 250px;
  }
}

@media (max-width: 767px) {
  .td6-hexfall-banner__inner {
    align-items: flex-end;
  }

  .td6-hexfall-banner__copy {
    max-width: none;
    padding-block: 48px;
  }

  .td6-hero__media::after {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.28) 0%, rgba(0, 0, 0, 0.12) 38%, transparent 68%);
  }

  .td6-hero__image {
    object-position: 57% center;
  }

  .td6-mats-feature__media::after {
    background: rgba(0, 0, 0, 0.66);
  }

  .td6-mats-feature__image {
    object-position: 58% center;
  }
}
