.bo-page {
  --bo-paper:#f7f3ed;
  --bo-gold:#a46f22;
  --bo-dark:#222629;
  --bo-line:#ded6ca;
}
.bo-hero {
  min-height: 680px;
  background: var(--bo-dark);
  color: #fff;
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  overflow: hidden;
}
.bo-hero__image {
  min-height: 680px;
}
.bo-hero__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.bo-hero__copy {
  padding: 70px max(40px, calc((100vw - var(--vg-max))/2)) 66px 58px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.bo-hero__copy .vg-eyebrow {
  color: var(--vg-gold-light);
}
.bo-hero h1 {
  font-family:
    Georgia,
    "Times New Roman",
    serif;
  font-size: clamp(60px, 6vw, 92px);
  line-height: .9;
  letter-spacing: -.05em;
  margin: 0 0 24px;
}
.bo-hero__lead {
  font-size: 19px;
  line-height: 1.66;
  color: #eee8df;
  max-width: 650px;
  margin: 0;
}
.bo-hero__facts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid rgba(255, 255, 255, .18);
  border-bottom: 1px solid rgba(255, 255, 255, .18);
  margin-top: 30px;
}
.bo-hero__facts div {
  padding: 18px 14px 18px 0;
}
.bo-hero__facts div + div {
  border-left: 1px solid rgba(255, 255, 255, .18);
  padding-left: 18px;
}
.bo-hero__facts b {
  display: block;
  font: 400 33px/1 Georgia, serif;
  color: #fff;
  margin-bottom: 7px;
}
.bo-hero__facts span {
  font-size: 12px;
  line-height: 1.45;
  color: #d9d3ca;
}
.bo-btn-light {
  background: transparent !important;
  color: #fff !important;
  border-color: rgba(255, 255, 255, .48) !important;
}
.bo-btn-light:hover {
  background: rgba(255, 255, 255, .08) !important;
}
.bo-intro__grid {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: 62px;
  align-items: center;
}
.bo-intro__image {
  margin: 0;
  position: relative;
}
.bo-intro__image img {
  display: block;
  width: 100%;
  aspect-ratio: 16/10;
  object-fit: cover;
}
.bo-intro__image figcaption {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  background: rgba(255, 255, 255, .94);
  padding: 15px 17px;
  border-left: 4px solid var(--vg-gold);
}
.bo-intro__image figcaption strong,
.bo-intro__image figcaption span {
  display: block;
}
.bo-intro__image figcaption span {
  font-size: 13px;
  line-height: 1.5;
  color: #565d60;
  margin-top: 4px;
}
.bo-checks {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px 20px;
  margin-top: 25px;
}
.bo-checks span {
  padding: 10px 0;
  border-top: 1px solid var(--bo-line);
  font-size: 14px;
  font-weight: 750;
  color: #384043;
}
.bo-benefit-head {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 60px;
  align-items: end;
}
.bo-benefits {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-top: 36px;
}
.bo-benefits article {
  background: rgba(255, 255, 255, .055);
  border: 1px solid rgba(255, 255, 255, .12);
  padding: 24px;
  min-height: 245px;
}
.bo-benefits span {
  font: 400 38px/1 Georgia, serif;
  color: var(--vg-gold-light);
}
.bo-benefits h3 {
  font-size: 19px;
  line-height: 1.25;
  color: #fff;
  margin: 24px 0 10px;
}
.bo-benefits p {
  margin: 0;
  color: #ded8cf;
  font-size: 14px;
  line-height: 1.68;
}
.bo-collection-head {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 64px;
  align-items: start;
}
.bo-product-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
  margin-top: 36px;
}
.bo-product-card {
  background: #fff;
  border: 1px solid var(--bo-line);
  display: flex;
  flex-direction: column;
}
.bo-product-card__image {
  aspect-ratio: 1/1;
  overflow: hidden;
  background: #f4f0e9;
}
.bo-product-card__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  transition: transform .25s ease;
}
.bo-product-card:hover .bo-product-card__image img {
  transform: scale(1.025);
}
.bo-product-card__body {
  padding: 18px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.bo-tag {
  font-size: 9.5px;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--vg-gold-dark);
  font-weight: 800;
}
.bo-product-card h3 {
  font-family:
    Georgia,
    "Times New Roman",
    serif;
  font-size: 23px;
  margin: 8px 0 8px;
}
.bo-product-card p {
  margin: 0;
  color: #596164;
  font-size: 13.5px;
  line-height: 1.6;
  flex: 1;
}
.bo-product-card__foot {
  margin-top: 18px;
  padding-top: 13px;
  border-top: 1px solid #ece5db;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.bo-product-card__foot strong {
  font-size: 12px;
  color: #6a6259;
}
.bo-product-card__foot a {
  font-size: 12px;
  font-weight: 800;
  color: var(--vg-gold-dark);
}
.bo-collection-cta {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: center;
  background: var(--bo-dark);
  color: #fff;
  margin-top: 18px;
  padding: 22px 24px;
}
.bo-collection-cta strong,
.bo-collection-cta span {
  display: block;
}
.bo-collection-cta span {
  font-size: 13px;
  color: #d9d4cb;
  margin-top: 3px;
}
.bo-gallery {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  grid-template-rows: 300px 300px;
  gap: 12px;
  margin-top: 34px;
}
.bo-gallery figure {
  margin: 0;
  position: relative;
  overflow: hidden;
  background: #ddd;
}
.bo-gallery__large {
  grid-row: 1/3;
}
.bo-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.bo-gallery figcaption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 52px 22px 19px;
  background: linear-gradient(transparent, rgba(21, 23, 24, .8));
  color: #fff;
}
.bo-gallery figcaption b,
.bo-gallery figcaption span {
  display: block;
}
.bo-gallery figcaption b {
  font-size: 19px;
}
.bo-gallery figcaption span {
  font-size: 13px;
  line-height: 1.5;
  color: #e7e2da;
  margin-top: 4px;
}
.bo-compare {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 34px;
}
.bo-compare article {
  background: #fff;
  color: var(--vg-ink);
  padding: 30px;
}
.bo-compare__primary {
  border-top: 5px solid var(--vg-gold);
}
.bo-pill {
  display: inline-block;
  background: var(--vg-gold);
  color: #fff;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .12em;
  text-transform: uppercase;
  padding: 7px 9px;
}
.bo-pill--light {
  background: #e9e2d7;
  color: #594b38;
}
.bo-compare h3 {
  font-family:
    Georgia,
    "Times New Roman",
    serif;
  font-size: 34px;
  line-height: 1.05;
  margin: 15px 0 14px;
}
.bo-compare p {
  color: #596164;
  line-height: 1.75;
}
.bo-compare ul {
  list-style: none;
  padding: 0;
  margin: 20px 0 24px;
}
.bo-compare li {
  padding: 11px 0;
  border-top: 1px solid #ebe4d9;
  line-height: 1.55;
}
.bo-compare .bo-btn-light {
  color: var(--vg-gold-dark) !important;
  border-color: var(--vg-gold) !important;
  background: #fff !important;
}
.bo-compare .bo-btn-light:hover {
  background: #f8f3eb !important;
}
.bo-use__grid {
  display: grid;
  grid-template-columns: 1fr .92fr;
  gap: 60px;
  align-items: center;
}
.bo-use__visual {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}
.bo-use__visual div {
  background: var(--bo-paper);
  border-left: 5px solid var(--vg-gold);
  padding: 20px 22px;
}
.bo-use__visual strong,
.bo-use__visual span {
  display: block;
}
.bo-use__visual strong {
  font-size: 20px;
}
.bo-use__visual span {
  font-size: 14px;
  color: #596164;
  margin-top: 4px;
}
.bo-final {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  background: var(--bo-dark);
  color: #fff;
}
.bo-final__image {
  min-height: 520px;
}
.bo-final__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.bo-final__copy {
  padding: 64px max(36px, calc((100vw - var(--vg-max))/2)) 64px 58px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.bo-final__copy .vg-eyebrow {
  color: var(--vg-gold-light);
}
.bo-final h2 {
  font-family:
    Georgia,
    "Times New Roman",
    serif;
  font-size: clamp(42px, 5vw, 70px);
  line-height: .95;
  letter-spacing: -.04em;
  margin: 0 0 20px;
}
.bo-final p {
  font-size: 17px;
  line-height: 1.7;
  color: #e8e2d9;
  max-width: 600px;
  margin: 0;
}
@media (max-width: 1100px) {
  .bo-product-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .bo-benefits {
    grid-template-columns: 1fr 1fr;
  }
  .bo-hero {
    grid-template-columns: 1fr;
  }
  .bo-hero__image {
    min-height: 500px;
    order: 2;
  }
  .bo-hero__copy {
    padding: 58px 28px 52px;
    order: 1;
  }
}
@media (max-width: 820px) {
  .bo-intro__grid,
  .bo-benefit-head,
  .bo-collection-head,
  .bo-use__grid,
  .bo-final {
    grid-template-columns: 1fr;
  }
  .bo-gallery {
    grid-template-columns: 1fr;
    grid-template-rows: 340px 260px 260px;
  }
  .bo-gallery__large {
    grid-row: auto;
  }
  .bo-compare {
    grid-template-columns: 1fr;
  }
  .bo-final__copy {
    padding: 50px 28px;
  }
  .bo-final__image {
    min-height: 360px;
  }
  .bo-collection-cta {
    align-items: flex-start;
    flex-direction: column;
  }
}
@media (max-width: 600px) {
  .bo-hero h1 {
    font-size: 52px;
  }
  .bo-hero__facts {
    grid-template-columns: 1fr;
  }
  .bo-hero__facts div + div {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, .18);
    padding-left: 0;
  }
  .bo-checks,
  .bo-benefits,
  .bo-product-grid {
    grid-template-columns: 1fr;
  }
  .bo-product-card {
    display: grid;
    grid-template-columns: 118px 1fr;
  }
  .bo-product-card__image {
    aspect-ratio: auto;
    min-height: 160px;
  }
  .bo-product-card__body {
    padding: 15px;
  }
  .bo-gallery {
    grid-template-rows: 260px 220px 220px;
  }
  .bo-final__image {
    min-height: 300px;
  }
}
