:root {
  --bd-black: #0b0b0b;
  --bd-ink: #1d2024;
  --bd-muted: #697078;
  --bd-line: #e5ded2;
  --bd-paper: #fbfaf7;
  --bd-warm: #d8c3a5;
  --bd-sage: #64746b;
  --bd-blue: #365b6d;
  --bd-red: #8d4038;
  --bd-shadow: 0 18px 45px rgba(29, 32, 36, .12);
  --bd-shadow-strong: 0 26px 65px rgba(29, 32, 36, .18);
  --bd-shell: min(1160px, calc(100vw - 40px));
}

body.home .site-main,
body.home .content-area,
body.home .hentry {
  margin: 0;
  padding: 0;
}

body.home .entry-content {
  margin: 0;
}

.bd-home {
  background: var(--bd-paper);
  color: var(--bd-ink);
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  overflow: hidden;
}

.bd-shell {
  width: var(--bd-shell);
  margin: 0 auto;
}

.bd-section {
  padding: 100px 0;
}

.bd-hero {
  position: relative;
  min-height: min(760px, 92vh);
  display: grid;
  align-items: end;
  background: var(--bd-black);
  color: #fff;
}

.bd-hero__video,
.bd-hero__shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.bd-hero__video {
  object-fit: cover;
}

.bd-hero__shade {
  background: linear-gradient(90deg, rgba(0, 0, 0, .74), rgba(0, 0, 0, .18) 58%, rgba(0, 0, 0, .42));
}

.bd-hero__content {
  position: relative;
  padding: 0 0 86px;
}

.bd-kicker {
  margin: 0 0 14px;
  color: var(--bd-red);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.bd-hero .bd-kicker {
  color: var(--bd-warm);
}

.bd-home h1,
.bd-home h2,
.bd-home h3,
.bd-home p {
  letter-spacing: 0;
}

.bd-home h1 {
  max-width: 720px;
  margin: 0 0 30px;
  color: #fff;
  font-size: clamp(56px, 7vw, 108px);
  line-height: .92;
  text-transform: uppercase;
}

.bd-home h2 {
  margin: 0 0 24px;
  color: var(--bd-black);
  font-size: clamp(34px, 4vw, 64px);
  line-height: 1;
  text-transform: uppercase;
}

.bd-home h3 {
  margin: 0 0 14px;
  color: var(--bd-black);
  font-size: 20px;
  line-height: 1.2;
  text-transform: uppercase;
}

.bd-home p {
  margin: 0 0 18px;
  color: var(--bd-muted);
  font-size: 17px;
  line-height: 1.74;
}

.bd-button,
.bd-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 46px;
  padding: 0 23px;
  border: 1px solid var(--bd-black);
  border-radius: 0;
  background: var(--bd-black);
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
  text-transform: uppercase;
  box-shadow: 0 12px 24px rgba(11, 11, 11, .1);
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease, color .2s ease;
}

.bd-button::before,
.bd-link::before {
  content: ">";
  font-weight: 900;
}

.bd-button:hover,
.bd-link:hover {
  transform: translateY(-2px);
  background: var(--bd-red);
  border-color: var(--bd-red);
  color: #fff;
  box-shadow: 0 18px 34px rgba(141, 64, 56, .22);
}

.bd-button--light {
  background: var(--bd-black);
  border-color: var(--bd-black);
  color: #fff;
}

.bd-split__grid,
.bd-why__grid,
.bd-investment__grid {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: clamp(44px, 7vw, 90px);
  align-items: center;
}

.bd-split--reverse .bd-split__grid {
  grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
}

.bd-copy {
  position: relative;
  z-index: 1;
}

.bd-mark {
  position: absolute;
  top: -56px;
  left: -46px;
  width: min(260px, 50vw);
  opacity: .055;
  pointer-events: none;
  z-index: -1;
}

.bd-overlap {
  position: relative;
  min-height: 520px;
}

.bd-overlap img,
.bd-media-pair img,
.bd-benefits img,
.bd-gallery img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .24s ease, box-shadow .24s ease, filter .24s ease;
}

.bd-overlap__back {
  position: absolute;
  inset: 0 12% 10% 0;
}

.bd-overlap__front {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 44%;
  height: 44%;
  border: 12px solid var(--bd-paper);
}

.bd-overlap:hover .bd-overlap__back,
.bd-media-pair img:hover,
.bd-gallery img:hover {
  transform: translateY(-5px) scale(1.015);
  box-shadow: var(--bd-shadow-strong);
}

.bd-overlap:hover .bd-overlap__front {
  transform: translateY(-10px);
  box-shadow: var(--bd-shadow-strong);
}

.bd-why {
  background: linear-gradient(90deg, #e7e1d8 0 48%, #f7f5ef 48% 100%);
}

.bd-why__grid {
  grid-template-columns: minmax(260px, .85fr) minmax(0, 1fr);
}

.bd-product {
  justify-self: center;
  max-height: 720px;
  width: auto;
  max-width: 100%;
}

.bd-benefits__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  align-items: stretch;
}

.bd-benefit {
  border-top: 1px solid var(--bd-line);
  padding-top: 24px;
  transition: transform .24s ease, border-color .24s ease;
}

.bd-benefit:hover {
  transform: translateY(-4px);
  border-color: var(--bd-red);
}

.bd-benefits img {
  grid-column: 1 / -1;
  height: min(560px, 56vw);
}

.bd-features,
.bd-models {
  background: #fff;
}

.bd-section-head {
  max-width: 780px;
  margin: 0 auto 44px;
  text-align: center;
}

.bd-accordion {
  max-width: 880px;
  margin: 0 auto;
  border-top: 1px solid var(--bd-line);
}

.bd-accordion__item {
  border-bottom: 1px solid var(--bd-line);
}

.bd-accordion__trigger {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 24px 0;
  border: 0;
  background: transparent;
  color: var(--bd-black);
  font-size: 17px;
  font-weight: 800;
  text-align: left;
  text-transform: uppercase;
  transition: color .2s ease, padding-left .2s ease;
}

.bd-accordion__trigger:hover {
  color: var(--bd-red);
  padding-left: 10px;
}

.bd-accordion__panel {
  display: none;
  padding: 0 0 24px;
}

.bd-accordion__trigger[aria-expanded="true"] + .bd-accordion__panel {
  display: block;
}

.bd-media-pair {
  display: grid;
  grid-template-columns: .95fr .75fr;
  gap: 20px;
  align-items: end;
}

.bd-media-pair img:first-child {
  aspect-ratio: 1.14;
}

.bd-media-pair img:last-child {
  aspect-ratio: .8;
}

.bd-models__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.bd-model {
  display: flex;
  flex-direction: column;
  min-height: 310px;
  padding: 32px;
  border: 1px solid var(--bd-line);
  background: var(--bd-paper);
  box-shadow: 0 8px 24px rgba(29, 32, 36, .06);
  transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease;
}

.bd-model:hover {
  transform: translateY(-6px);
  border-color: rgba(141, 64, 56, .35);
  box-shadow: var(--bd-shadow-strong);
}

.bd-model .bd-link {
  margin-top: auto;
  align-self: flex-start;
}

.bd-investment {
  background: var(--bd-black);
}

.bd-investment .bd-copy h2,
.bd-investment .bd-copy p {
  color: #fff;
}

.bd-investment__grid {
  grid-template-columns: 1fr minmax(220px, .55fr) 1fr;
}

.bd-saving {
  display: grid;
  place-items: center;
  min-height: 260px;
  border: 1px solid rgba(255, 255, 255, .18);
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  transition: transform .24s ease, box-shadow .24s ease;
}

.bd-saving:hover {
  transform: translateY(-5px);
  box-shadow: 0 24px 70px rgba(0, 0, 0, .24);
}

.bd-saving strong {
  color: var(--bd-warm);
  font-size: 88px;
  line-height: .9;
}

.bd-cta {
  padding: 88px 0;
  background: var(--bd-sage);
  color: #fff;
  text-align: center;
}

.bd-cta h2 {
  color: #fff;
}

.bd-cta p {
  max-width: 660px;
  margin: 0 auto 30px;
  color: rgba(255, 255, 255, .86);
}

.bd-gallery {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.bd-gallery img {
  aspect-ratio: 1.15;
}

@media (max-width: 900px) {
  .bd-section {
    padding: 64px 0;
  }

  .bd-split__grid,
  .bd-split--reverse .bd-split__grid,
  .bd-why__grid,
  .bd-investment__grid,
  .bd-benefits__grid,
  .bd-models__grid {
    grid-template-columns: 1fr;
  }

  .bd-overlap {
    min-height: 440px;
  }

  .bd-why {
    background: #f0ece5;
  }

  .bd-benefits img {
    height: auto;
    aspect-ratio: 1.35;
  }

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

@media (max-width: 560px) {
  :root {
    --bd-shell: min(100vw - 20px, 1160px);
  }

  .bd-hero {
    min-height: 560px;
  }

  .bd-hero__content {
    padding-bottom: 38px;
  }

  .bd-home h1 {
    font-size: 44px;
  }

  .bd-home h2 {
    font-size: 34px;
  }

  .bd-home p {
    font-size: 15px;
    line-height: 1.68;
  }

  .bd-section {
    padding: 48px 0;
  }

  .bd-overlap {
    min-height: 330px;
  }

  .bd-overlap__back {
    inset: 0 0 16% 0;
  }

  .bd-overlap__front {
    width: 48%;
    height: 42%;
    border-width: 8px;
  }

  .bd-media-pair {
    grid-template-columns: 1fr;
  }

  .bd-model {
    min-height: auto;
  }

  .bd-button,
  .bd-link {
    justify-content: center;
    width: 100%;
  }

  .bd-gallery {
    grid-template-columns: 1fr;
  }
}
