:root {
  --hp-ink:#25282a;
  --hp-text:#3f4142;
  --hp-muted:#6e6f70;
  --hp-gold:#bea885;
  --hp-gold-deep:#8c744f;
  --hp-paper:#fff;
  --hp-cream:#f3efe8;
  --hp-soft:#f7f6f3;
  --hp-line:#ddd7cf;
}
.hp {
  background: #fff;
  color: var(--hp-text);
}
.hp * {
  box-sizing: border-box;
}
.hp-wrap {
  width: min(1220px, calc(100% - 48px));
  margin: 0 auto;
}
.hp a {
  text-underline-offset: 3px;
}
.hp-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hp-eyebrow {
  margin: 0 0 12px;
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: 12px;
  font-weight: 800;
  color: var(--hp-gold-deep);
}
.hp-eyebrow--light {
  color: #eee2cf;
}
.hp-heading {
  max-width: 830px;
  margin-bottom: 38px;
}
.hp-heading h2,
.hp-electric h2,
.hp-fabrics h2,
.hp-advice h2,
.hp-faq h2,
.hp-final h2 {
  margin: 0 0 18px;
  font-size: clamp(34px, 4.4vw, 58px);
  line-height: 1.02;
  letter-spacing: -.035em;
  color: var(--hp-ink);
}
.hp-heading > p:last-child,
.hp-electric__copy > p,
.hp-fabrics__copy > p,
.hp-advice__copy > p,
.hp-faq__grid > div > p,
.hp-final p {
  font-size: 18px;
  line-height: 1.68;
  margin: 0;
  max-width: 760px;
}
.hp-section {
  padding: 92px 0;
}
.hp-section--paper {
  background: #fff;
}
.hp-section--cream {
  background: var(--hp-cream);
}
.hp-section--ink {
  background: var(--hp-ink);
  color: #fff;
}
.hp-heading--light h2,
.hp-section--ink h3 {
  color: #fff;
}
.hp-heading--light > p:last-child {
  color: #d8d8d8;
}
.hp-hero {
  position: relative;
  min-height: 720px;
  display: flex;
  align-items: flex-end;
  background: #25282a;
  overflow: hidden;
}
.hp-hero__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hp-hero__overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      rgba(15, 17, 18, .76) 0%,
      rgba(15, 17, 18, .50) 42%,
      rgba(15, 17, 18, .14) 72%,
      rgba(15, 17, 18, .1) 100%),
    linear-gradient(
      0deg,
      rgba(15, 17, 18, .42),
      transparent 45%);
}
.hp-hero__content {
  position: relative;
  z-index: 2;
  padding: 150px 0 112px;
  color: #fff;
}
.hp-hero h1 {
  font-size: clamp(48px, 7vw, 86px);
  line-height: .94;
  letter-spacing: -.045em;
  max-width: 900px;
  margin: 0 0 24px;
  color: #fff;
}
.hp-hero__lead {
  max-width: 730px;
  font-size: clamp(19px, 2.1vw, 24px);
  line-height: 1.55;
  margin: 0 0 30px;
  color: #f5f5f5;
}
.hp-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  align-items: center;
}
.hp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 13px 21px;
  text-decoration: none !important;
  border-radius: 2px;
  font-weight: 800;
  font-size: 15px;
  border: 1px solid transparent;
}
.hp-btn--gold {
  background: var(--hp-gold);
  color: #202224 !important;
}
.hp-btn--gold:hover {
  background: #cbb793;
}
.hp-btn--light {
  background: #fff;
  color: #242628 !important;
}
.hp-btn--dark {
  background: var(--hp-ink);
  color: #fff !important;
}
.hp-btn--line {
  background: transparent;
  color: var(--hp-ink) !important;
  border-color: #888079;
}
.hp-hero__textlink {
  display: inline-block;
  margin-top: 22px;
  color: #fff !important;
  font-weight: 750;
}
.hp-hero__facts {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  bottom: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: rgba(24, 26, 27, .86);
  backdrop-filter: blur(8px);
  border-top: 1px solid rgba(255, 255, 255, .13);
  color: #fff;
}
.hp-hero__facts span {
  padding: 19px 20px;
  text-align: center;
  border-right: 1px solid rgba(255, 255, 255, .12);
  font-size: 14px;
}
.hp-hero__facts b {
  color: #eadac0;
}
.video-control {
  position: absolute;
  z-index: 3;
  right: 20px;
  top: 20px;
  background: rgba(28, 30, 31, .68);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .35);
  padding: 8px 12px;
  border-radius: 2px;
  cursor: pointer;
}
.hp-jump {
  border-bottom: 1px solid var(--hp-line);
  background: #fff;
  position: relative;
  z-index: 4;
}
.hp-jump .hp-wrap {
  display: flex;
  align-items: center;
  gap: 0;
  overflow: auto;
  scrollbar-width: none;
}
.hp-jump span {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .1em;
  font-weight: 800;
  color: #81776b;
  padding-right: 20px;
  white-space: nowrap;
}
.hp-jump a {
  display: block;
  padding: 19px 17px;
  color: #343638;
  text-decoration: none;
  font-weight: 750;
  white-space: nowrap;
  border-left: 1px solid #ece8e2;
}
.hp-jump a:hover {
  background: #f6f3ee;
}
.hp-core-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 18px;
}
.hp-core-card {
  grid-column: span 2;
  background: #fff;
  border: 1px solid var(--hp-line);
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.hp-core-card--wide {
  grid-column: span 3;
}
.hp-core-card__image {
  display: block;
  aspect-ratio: 16/10;
  overflow: hidden;
}
.hp-core-card__image .hp-img {
  transition: transform .45s ease;
}
.hp-core-card:hover .hp-core-card__image .hp-img {
  transform: scale(1.02);
}
.hp-core-card__body {
  padding: 25px 25px 27px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.hp-kicker {
  margin: 0 0 9px;
  color: #9b8a70;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .1em;
}
.hp-core-card h3 {
  font-size: clamp(24px, 2.5vw, 34px);
  line-height: 1.08;
  margin: 0 0 12px;
  letter-spacing: -.025em;
}
.hp-core-card h3 a {
  color: var(--hp-ink);
  text-decoration: none;
}
.hp-core-card__body > p:not(.hp-kicker) {
  font-size: 16px;
  line-height: 1.6;
  margin: 0 0 24px;
}
.hp-card-links {
  margin-top: auto;
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}
.hp-card-links a {
  font-weight: 800;
  color: #5f4726;
}
.hp-card-links__soft {
  color: #727272 !important;
  font-weight: 650 !important;
  text-decoration: none;
}
.hp-light-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}
.hp-light-card {
  background: #303335;
  border: 1px solid #444749;
  overflow: hidden;
}
.hp-light-card > .hp-img {
  aspect-ratio: 4/3;
}
.hp-light-card > div {
  padding: 21px;
}
.hp-light-card h3 {
  font-size: 23px;
  margin: 0 0 8px;
}
.hp-light-card p {
  color: #d1d1d1;
  line-height: 1.55;
  margin: 0 0 17px;
}
.hp-light-card nav {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.hp-light-card nav a {
  color: #fff;
  background: #3a3d3f;
  border: 1px solid #575a5c;
  padding: 8px 10px;
  text-decoration: none;
  font-size: 13px;
  font-weight: 750;
}
.hp-underlink {
  margin: 28px 0 0;
  text-align: right;
}
.hp-underlink a {
  color: #fff;
  font-weight: 750;
}
.hp-electric {
  background: #f7f5f0;
}
.hp-electric__grid {
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  gap: 60px;
  align-items: center;
}
.hp-electric__image {
  min-height: 580px;
  overflow: hidden;
}
.hp-electric__copy h2 {
  max-width: 650px;
}
.hp-electric__copy > p {
  margin-bottom: 28px;
}
.hp-electric-links {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid var(--hp-line);
  border-left: 1px solid var(--hp-line);
  margin-bottom: 28px;
}
.hp-electric-links a {
  padding: 18px;
  border-right: 1px solid var(--hp-line);
  border-bottom: 1px solid var(--hp-line);
  text-decoration: none;
  color: var(--hp-text);
  background: #fff;
}
.hp-electric-links strong,
.hp-electric-links span {
  display: block;
}
.hp-electric-links strong {
  color: var(--hp-ink);
  font-size: 16px;
  margin-bottom: 4px;
}
.hp-electric-links span {
  font-size: 13px;
  line-height: 1.45;
  color: #6c6d6e;
}
.hp-special-grid {
  display: grid;
  grid-template-columns: 1.45fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 16px;
}
.hp-special {
  position: relative;
  min-height: 280px;
  overflow: hidden;
  text-decoration: none;
}
.hp-special--main {
  grid-row: 1/3;
  min-height: 576px;
}
.hp-special:after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      0deg,
      rgba(15, 17, 18, .68),
      transparent 56%);
}
.hp-special span {
  position: absolute;
  z-index: 2;
  left: 24px;
  right: 24px;
  bottom: 22px;
  color: #fff;
}
.hp-special strong,
.hp-special small {
  display: block;
}
.hp-special strong {
  font-size: 25px;
  margin-bottom: 4px;
}
.hp-special--main strong {
  font-size: 32px;
}
.hp-special small {
  font-size: 14px;
}
.hp-route-row {
  display: flex;
  gap: 9px;
  flex-wrap: wrap;
  margin-top: 24px;
}
.hp-route-row a {
  border: 1px solid #cfc6ba;
  background: #fff;
  padding: 10px 13px;
  color: #443b32;
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
}
.hp-route-row a:hover {
  border-color: var(--hp-gold);
}
.hp-fabrics {
  background: #fff;
}
.hp-fabrics__grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 64px;
  align-items: center;
}
.hp-fabrics__copy > p {
  margin-bottom: 25px;
}
.hp-fabrics__image {
  margin: 0;
}
.hp-fabrics__image .hp-img {
  aspect-ratio: 4/3;
}
.hp-fabrics__image figcaption {
  font-size: 13px;
  color: #777;
  margin-top: 9px;
}
.hp-colors {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 27px;
}
.hp-colors a {
  padding: 9px 12px;
  border: 1px solid var(--hp-line);
  color: #46433f;
  text-decoration: none;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
}
.hp-colors a:hover {
  border-color: var(--hp-gold);
}
.hp-projects {
  background: #f5f2ec;
}
.hp-project-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.hp-project {
  position: relative;
  overflow: hidden;
  color: #fff;
  text-decoration: none;
  aspect-ratio: 16/10;
  background: #292b2c;
}
.hp-project > .hp-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform .35s ease;
}
.hp-project:hover > .hp-img {
  transform: scale(1.015);
}
.hp-project__img--rod {
  object-position: center 42% !important;
}
.hp-project__img--black {
  object-position: center 48% !important;
}
.hp-project__shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      0deg,
      rgba(12, 14, 15, .78) 0%,
      rgba(12, 14, 15, .30) 38%,
      rgba(12, 14, 15, 0) 68%);
}
.hp-project__copy {
  position: absolute;
  z-index: 2;
  left: 22px;
  right: 22px;
  bottom: 20px;
}
.hp-project__copy strong,
.hp-project__copy small,
.hp-project__copy em {
  display: block;
}
.hp-project__copy strong {
  font-size: 24px;
  margin-bottom: 5px;
}
.hp-project__copy small {
  font-size: 13px;
  line-height: 1.45;
  color: #ededed;
  max-width: 92%;
}
.hp-project__copy em {
  font-style: normal;
  margin-top: 9px;
  font-size: 13px;
  font-weight: 800;
}
.hp-center {
  text-align: center;
  margin-top: 30px;
}
.hp-advice {
  background: #fff;
}
.hp-advice__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}
.hp-advice__image {
  margin: 0;
  min-height: 600px;
  overflow: hidden;
}
.hp-advice__copy > p {
  margin-bottom: 28px;
}
.hp-starts {
  border-top: 1px solid var(--hp-line);
}
.hp-starts a {
  display: grid;
  grid-template-columns: 48px 1fr;
  column-gap: 10px;
  padding: 18px 0;
  border-bottom: 1px solid var(--hp-line);
  text-decoration: none;
  color: var(--hp-text);
}
.hp-starts span {
  grid-row: 1/3;
  color: #9c8a70;
  font-weight: 800;
}
.hp-starts strong {
  font-size: 17px;
  color: var(--hp-ink);
}
.hp-starts small {
  margin-top: 3px;
  color: #747474;
}
.hp-smalllinks {
  font-size: 13px !important;
  margin-top: 20px !important;
  color: #666;
}
.hp-smalllinks a {
  color: #51412b;
}
.hp-why__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--hp-line);
  border: 1px solid var(--hp-line);
}
.hp-why__grid > div {
  background: #fff;
  padding: 26px;
}
.hp-why__grid strong {
  font-size: 18px;
  color: var(--hp-ink);
}
.hp-why__grid p {
  font-size: 15px;
  line-height: 1.58;
  margin: 9px 0 0;
}
.hp-why__links {
  display: flex;
  gap: 22px;
  flex-wrap: wrap;
  margin-top: 24px;
}
.hp-why__links a {
  color: #5d472b;
  font-weight: 750;
}
.hp-faq {
  background: #f5f2ec;
}
.hp-faq__grid {
  display: grid;
  grid-template-columns: .72fr 1.28fr;
  gap: 58px;
}
.hp-faq__items details {
  border-top: 1px solid #cfc8be;
  padding: 18px 0;
}
.hp-faq__items details:last-child {
  border-bottom: 1px solid #cfc8be;
}
.hp-faq__items summary {
  cursor: pointer;
  font-size: 18px;
  font-weight: 800;
  color: var(--hp-ink);
}
.hp-faq__items p {
  font-size: 15px;
  line-height: 1.65;
  margin: 12px 0 0;
}
.hp-final {
  background: var(--hp-ink);
  color: #fff;
  padding: 82px 0;
}
.hp-final__grid {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 50px;
  align-items: center;
}
.hp-final h2 {
  color: #fff;
  max-width: 850px;
}
.hp-final p {
  color: #ddd;
}
.hp-final__actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: stretch;
}
.hp-final__text {
  color: #fff;
  text-align: center;
  margin-top: 7px;
  font-weight: 750;
}
.hp-combi {
  background: #fff;
}
.hp-combi__grid {
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  gap: 64px;
  align-items: center;
}
.hp-combi__copy h2 {
  margin: 0 0 18px;
  font-size: clamp(34px, 4.2vw, 56px);
  line-height: 1.03;
  letter-spacing: -.035em;
  color: var(--hp-ink);
}
.hp-combi__copy > p {
  font-size: 17px;
  line-height: 1.7;
  margin: 0 0 16px;
}
.hp-combi__image {
  margin: 0;
  min-height: 520px;
  overflow: hidden;
}
.hp-combi__links {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 24px;
}
.hp-combi__links a {
  padding: 9px 11px;
  border: 1px solid var(--hp-line);
  color: #4d4439;
  text-decoration: none;
  font-size: 13px;
  font-weight: 750;
}
.hp-combi__links a:hover {
  border-color: var(--hp-gold);
}
@media (max-width: 1040px) {
  .hp-hero {
    min-height: 660px;
  }
  .hp-core-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .hp-core-card,
  .hp-core-card--wide {
    grid-column: span 1;
  }
  .hp-light-grid {
    grid-template-columns: 1fr 1fr;
  }
  .hp-electric__grid,
  .hp-fabrics__grid,
  .hp-advice__grid,
  .hp-combi__grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .hp-electric__image,
  .hp-advice__image,
  .hp-combi__image {
    min-height: 480px;
  }
  .hp-project-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .hp-why__grid {
    grid-template-columns: 1fr 1fr;
  }
  .hp-faq__grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
}
@media (max-width: 760px) {
  .hp-wrap {
    width: min(100% - 28px, 1220px);
  }
  .hp-section {
    padding: 64px 0;
  }
  .hp-hero {
    min-height: 690px;
  }
  .hp-hero__content {
    padding: 115px 0 160px;
  }
  .hp-hero h1 {
    font-size: clamp(44px, 14vw, 64px);
  }
  .hp-hero__lead {
    font-size: 18px;
  }
  .hp-hero__overlay {
    background:
      linear-gradient(
        0deg,
        rgba(13, 15, 16, .72),
        rgba(13, 15, 16, .28)),
      linear-gradient(
        90deg,
        rgba(13, 15, 16, .5),
        rgba(13, 15, 16, .1));
  }
  .hp-hero__facts {
    grid-template-columns: 1fr 1fr;
  }
  .hp-hero__facts span {
    padding: 13px 8px;
    font-size: 12px;
  }
  .hp-jump span {
    display: none;
  }
  .hp-jump a {
    padding: 15px 13px;
    font-size: 13px;
  }
  .hp-heading h2,
  .hp-electric h2,
  .hp-fabrics h2,
  .hp-advice h2,
  .hp-faq h2,
  .hp-final h2 {
    font-size: 34px;
  }
  .hp-core-grid,
  .hp-light-grid {
    grid-template-columns: 1fr;
  }
  .hp-core-card__image {
    aspect-ratio: 4/3;
  }
  .hp-electric-links {
    grid-template-columns: 1fr;
  }
  .hp-special-grid {
    display: block;
  }
  .hp-special,
  .hp-special--main {
    display: block;
    min-height: 320px;
    margin-bottom: 12px;
  }
  .hp-project-grid {
    grid-template-columns: 1fr;
  }
  .hp-project {
    aspect-ratio: 4/3;
  }
  .hp-why__grid {
    grid-template-columns: 1fr;
  }
  .hp-final__grid {
    grid-template-columns: 1fr;
  }
  .hp-actions .hp-btn {
    width: 100%;
  }
  .hp-underlink {
    text-align: left;
  }
}
@media (prefers-reduced-motion: reduce) {
  .hp-core-card__image .hp-img {
    transition: none;
  }
}
