:root {
  scroll-behavior: smooth;
}

body {
  background: #f3f1ec;
}

a:focus-visible,
button:focus-visible,
input:focus-visible {
  outline: 2px solid #988c6c;
  outline-offset: 4px;
}

.banner--bg-img {
  min-height: min(860px, 92svh);
  overflow: hidden;
}

.banner__bg-img::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, .68), rgba(0, 0, 0, .18) 52%, rgba(0, 0, 0, .48)),
    linear-gradient(0deg, rgba(0, 0, 0, .36), rgba(0, 0, 0, 0) 45%);
  pointer-events: none;
}

.banner__bg-img video {
  display: none;
}

.banner__content {
  max-width: 780px;
}

.banner__content .content::before {
  content: "UK timber, plywood and panel distribution";
  display: inline-flex;
  width: fit-content;
  margin-bottom: 18px;
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, .34);
  border-radius: 999px;
  color: #fff;
  background: rgba(0, 0, 0, .28);
  font-size: .78rem;
  font-weight: 600;
  line-height: 1;
}

.banner__content h1 {
  max-width: 12ch;
  color: #fff;
  font-size: clamp(3rem, 8.5vw, 7.2rem);
  line-height: .94;
}

.banner__content .content::after {
  content: "Landed UK stock, forward orders and responsible sourcing from timber-producing regions worldwide.";
  display: block;
  max-width: 560px;
  margin-top: 24px;
  color: rgba(255, 255, 255, .88);
  font-size: clamp(1rem, 1.45vw, 1.25rem);
  font-weight: 500;
  line-height: 1.45;
}

.header {
  backdrop-filter: blur(14px);
}

body.sticky-header .header {
  box-shadow: 0 12px 34px rgba(0, 0, 0, .08);
}

.btn,
.content .wp-block-button__link {
  border-radius: 999px;
}

.section-statistics .stats__rows {
  gap: 16px;
}

.stats__row {
  padding: clamp(20px, 2.5vw, 34px);
  border: 1px solid rgba(255, 255, 255, .14);
  background: rgba(255, 255, 255, .045);
}

.stats__row-number {
  color: #d8c99f;
}

.scrolling-rows__row-inner,
.product-types__item {
  border-radius: 8px;
  overflow: hidden;
}

.scrolling-rows__row-img img,
.product-types__item-img img {
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.scrolling-rows__row-section--txt {
  background: #21211e;
}

.scrolling-rows__row-section--txt h2,
.scrolling-rows__row-section--txt p {
  color: #fff;
}

.product-types__item {
  border: 1px solid rgba(33, 33, 30, .16);
  background: rgba(255, 255, 255, .14);
}

.product-types__item-content {
  padding: clamp(18px, 2vw, 28px);
}

.product-types__item-title {
  max-width: 11ch;
}

.cta__imgs {
  filter: drop-shadow(0 20px 30px rgba(33, 33, 30, .14));
}

.cta__img {
  border: 3px solid #f3f1ec;
}

.cta .heading-huge a {
  color: #275f45;
}

.footer {
  border-top: 1px solid rgba(33, 33, 30, .12);
}

@media (max-width: 670px) {
  .banner--bg-img {
    min-height: 86svh;
  }

  .banner__content .content::before {
    margin-bottom: 14px;
    font-size: .72rem;
  }

  .banner__content h1 {
    max-width: 9ch;
    font-size: clamp(3.4rem, 16vw, 5.2rem);
  }

  .banner__content .content::after {
    max-width: 30ch;
    margin-top: 18px;
  }

  .stats__row {
    padding: 18px;
  }

  .product-types__item-title {
    max-width: none;
  }
}
