.hv-page {
  background: #fff;
  color: #24272a;
}
.hv-page .vg-hero {
  min-height: 650px;
}
.hv-page .vg-hero__copy > p:not(.vg-eyebrow) {
  max-width: 760px;
}
.hv-page .vg-hero__image img {
  height: 100%;
  min-height: 650px;
  object-fit: cover;
  object-position: center 28%;
}
.hv-page .vg-hero__badge {
  max-width: 410px;
}
.hv-facts {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin: 24px 0 0;
}
.hv-fact {
  border-top: 2px solid #bea885;
  padding: 13px 0 0;
}
.hv-fact strong {
  display: block;
  font-size: 1.05rem;
}
.hv-fact span {
  display: block;
  margin-top: 4px;
  line-height: 1.45;
  color: #575757;
  font-size: .92rem;
}
.hv-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(0, .98fr);
  gap: 54px;
  align-items: center;
}
.hv-grid--reverse {
  grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
}
.hv-media {
  position: relative;
  margin: 0;
}
.hv-media img {
  display: block;
  width: 100%;
  max-height: 690px;
  object-fit: cover;
}
.hv-media figcaption {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  padding: 14px 16px;
  background: rgba(36, 39, 42, .92);
  color: #fff;
}
.hv-media figcaption strong {
  display: block;
}
.hv-media figcaption span {
  display: block;
  margin-top: 4px;
  color: #eee;
  font-size: .92rem;
  line-height: 1.45;
}
.hv-number {
  font-size: clamp(4.8rem, 10vw, 9rem);
  font-weight: 900;
  line-height: .8;
  letter-spacing: -.07em;
  color: #9a835f;
}
.hv-number small {
  font-size: .22em;
  letter-spacing: .02em;
  margin-left: .08em;
  color: #24272a;
}
.hv-lead {
  font-size: 1.1rem;
  line-height: 1.75;
}
.hv-tech {
  background: #24272a;
  color: #fff;
}
.hv-tech .vg-h2 {
  color: #fff;
}
.hv-tech .vg-copy {
  color: #eee;
}
.hv-tech-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 28px;
}
.hv-tech-card {
  border: 1px solid rgba(255, 255, 255, .22);
  padding: 22px;
  background: rgba(255, 255, 255, .035);
}
.hv-tech-card b {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #bea885;
  color: #24272a;
  margin-bottom: 15px;
}
.hv-tech-card strong {
  display: block;
  font-size: 1.08rem;
  margin-bottom: 7px;
}
.hv-tech-card p {
  margin: 0;
  color: #e7e7e7;
  line-height: 1.58;
}
.hv-note {
  margin-top: 18px;
  border-left: 4px solid #bea885;
  background: #faf7f1;
  padding: 17px 19px;
  line-height: 1.6;
}
.hv-note strong {
  display: block;
  margin-bottom: 4px;
}
.hv-project {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 14px;
  margin-top: 28px;
}
.hv-project figure {
  margin: 0;
  position: relative;
  overflow: hidden;
  background: #eee;
}
.hv-project img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
}
.hv-project figure:first-child {
  grid-row: span 2;
}
.hv-project figcaption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 54px 16px 14px;
  background: linear-gradient(transparent, rgba(0, 0, 0, .78));
  color: #fff;
  font-weight: 800;
}
.hv-split-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 26px;
}
.hv-card {
  border: 1px solid #ded4c4;
  background: #fff;
  padding: 22px;
}
.hv-card strong {
  display: block;
  font-size: 1.07rem;
  margin-bottom: 7px;
}
.hv-card p {
  margin: 0;
  line-height: 1.58;
  color: #555;
}
.hv-card a {
  font-weight: 800;
  color: #754f1e;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.hv-faq {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 24px;
}
.hv-faq details {
  border: 1px solid #ded4c4;
  background: #fff;
  padding: 0 18px;
}
.hv-faq summary {
  cursor: pointer;
  font-weight: 800;
  padding: 18px 30px 18px 0;
  position: relative;
}
.hv-faq summary:after {
  content: "+";
  position: absolute;
  right: 0;
  top: 14px;
  font-size: 1.5rem;
  color: #9a6720;
}
.hv-faq details[open] summary:after {
  content: "–";
}
.hv-faq details p {
  margin: 0 0 18px;
  line-height: 1.6;
  color: #505050;
}
.hv-cta {
  background: #24272a;
  color: #fff;
}
.hv-cta .vg-h2 {
  color: #fff;
}
.hv-cta .vg-copy {
  color: #ececec;
}
.hv-cta-grid {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 40px;
  align-items: center;
}
.hv-cta .vg-btn--light {
  background: #fff;
  color: #24272a;
}
@media (max-width: 1050px) {
  .hv-facts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .hv-grid,
  .hv-grid--reverse,
  .hv-project {
    grid-template-columns: 1fr;
  }
  .hv-page .vg-hero__image img {
    min-height: 430px;
  }
  .hv-page .vg-hero {
    min-height: unset;
  }
  .hv-project figure:first-child {
    grid-row: auto;
  }
  .hv-project img {
    min-height: 300px;
  }
  .hv-tech-grid,
  .hv-split-cards {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 720px) {
  .hv-facts,
  .hv-faq {
    grid-template-columns: 1fr;
  }
  .hv-cta-grid {
    grid-template-columns: 1fr;
  }
  .hv-page .vg-hero__image img {
    min-height: 360px;
    max-height: 520px;
  }
  .hv-page .vg-hero__badge {
    position: static;
    max-width: none;
    margin-top: 0;
  }
  .hv-page .vg-hero__copy {
    padding-bottom: 28px;
  }
  .hv-number {
    font-size: 5.4rem;
  }
}
.hv-facts {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media (min-width: 1051px) {
  .hv-page .vg-hero {
    height: 760px;
    min-height: 760px;
    grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
  }
  .hv-page .vg-hero__copy {
    height: 760px;
    padding-top: 52px;
    padding-bottom: 50px;
    overflow: visible;
  }
  .hv-page .vg-hero__image {
    height: 760px;
    min-height: 760px;
  }
  .hv-page .vg-hero__image img {
    width: 100%;
    height: 760px;
    min-height: 0;
    object-fit: cover;
    object-position: center 30%;
  }
  .hv-page .vg-hero h1 {
    font-size: clamp(46px, 4vw, 62px);
    line-height: .98;
    letter-spacing: -.038em;
  }
  .hv-page .vg-hero h1 span {
    white-space: normal;
  }
}
.hv-page .vg-hero .hv-fact span {
  color: #d8d2c9;
}
.hv-detail-link {
  margin-top: 22px;
  padding: 18px 20px;
  border: 1px solid #d8c8ad;
  background: #fff;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 22px;
  align-items: center;
}
.hv-detail-link strong {
  display: block;
  font-size: 1.05rem;
}
.hv-detail-link span {
  display: block;
  margin-top: 5px;
  color: #555;
  line-height: 1.5;
}
.hv-detail-link a {
  font-weight: 800;
  color: #754f1e;
  text-decoration: none;
  white-space: nowrap;
}
.hv-detail-link a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}
@media (max-width: 720px) {
  .hv-detail-link {
    grid-template-columns: 1fr;
  }
  .hv-detail-link a {
    white-space: normal;
  }
}
