html,
body {
  overflow-x: hidden;
}

.decalques-hero-with-video {
  min-height: auto !important;
  padding-bottom: 4rem !important;
}

.decalques-hero-with-video > div {
  display: block !important;
}

.decalques-hero-copy {
  width: 100%;
  max-width: 52rem;
  margin-right: auto;
  margin-left: auto;
  padding-top: 1.25rem;
  align-items: center !important;
  text-align: center;
}

.decalques-hero-badge {
  display: none !important;
}

.decalques-hero-title {
  max-width: 16ch;
  margin-right: auto;
  margin-left: auto;
  font-size: clamp(2.4rem, 3.2vw, 3.25rem) !important;
  line-height: 1.04 !important;
}

.decalques-hero-subtitle {
  max-width: 40rem !important;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 0 !important;
  text-align: center;
}

.decalques-hero-video {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 44rem;
  margin: 1.75rem auto 1.8rem;
}

.decalques-hero-video-frame {
  position: relative;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 2px solid rgba(116, 62, 39, 0.68);
  border-radius: 0.9rem;
  background: #211711;
  box-shadow: 0 1.5rem 3.5rem rgba(60, 38, 28, 0.22);
}

.decalques-hero-video-frame video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: #211711;
}

.decalques-hero-play {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  border: 0;
  border-radius: inherit;
  background: rgba(44, 26, 14, 0.58);
  color: #fff;
  cursor: pointer;
}

.decalques-hero-play-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  background: linear-gradient(135deg, #dba98a, #c17b5c, #a35e40);
  box-shadow:
    0 0 0 1rem rgba(193, 123, 92, 0.2),
    0 0 0 2rem rgba(193, 123, 92, 0.08),
    0 0.5rem 2.5rem rgba(193, 123, 92, 0.6);
  transition: transform 0.2s ease;
}

.decalques-hero-play:hover .decalques-hero-play-icon {
  transform: scale(1.06);
}

.decalques-hero-play:focus-visible {
  outline: 3px solid #fff;
  outline-offset: -6px;
}

.decalques-hero-play-icon svg {
  width: 2rem;
  height: 2rem;
  margin-left: 0.25rem;
  fill: currentColor;
}

.decalques-hero-play-label {
  margin-top: 1.25rem;
  font-size: 0.69rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.15em;
  text-align: center;
  text-transform: uppercase;
  opacity: 0.9;
}

.decalques-hero-photo-host {
  top: 48% !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 52% !important;
  opacity: 0.13 !important;
  pointer-events: none !important;
}

.decalques-hero-actions {
  position: relative;
  z-index: 2;
  margin-right: auto;
  margin-left: auto;
  align-items: center;
}

.decalques-hero-photo {
  width: 100% !important;
  height: 100% !important;
  max-height: none !important;
  margin: 0 !important;
  padding: 0 !important;
  object-fit: cover !important;
  object-position: center 20% !important;
}

@media (min-width: 768px) {
  .decalques-hero-with-video > div {
    display: grid !important;
    grid-template-columns: minmax(0, 52%) minmax(0, 48%);
    gap: 2rem;
    align-items: start;
  }

  .decalques-hero-copy {
    max-width: none;
    margin-right: 0;
    margin-left: 0;
    align-items: flex-start !important;
    text-align: left;
  }

  .decalques-hero-title {
    width: 100%;
    max-width: none;
    margin-right: 0;
    margin-left: 0;
    font-size: clamp(2.4rem, 3.2vw, 3.1rem) !important;
  }

  .decalques-hero-subtitle {
    margin-right: 0;
    margin-left: 0;
    text-align: left;
  }

  .decalques-hero-video {
    max-width: 40rem;
    margin-right: 0;
    margin-left: 0;
  }

  .decalques-hero-actions {
    margin-right: 0;
    margin-left: 0;
    align-items: flex-start;
  }

  .decalques-hero-photo-host {
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: auto !important;
    width: 48% !important;
    height: 100% !important;
    opacity: 1 !important;
  }

  .decalques-hero-photo {
    width: calc(100% - 1.5rem) !important;
    height: calc(100% - 1rem) !important;
    margin: 0 1.5rem 1rem 0 !important;
    border-radius: 0.75rem;
  }
}

@media (max-width: 767px) {
  header > div {
    justify-content: center !important;
  }

  .decalques-hero-with-video {
    padding-top: 7.5rem !important;
    padding-bottom: 3rem !important;
  }

  .decalques-hero-with-video > div {
    display: block !important;
  }

  .decalques-hero-copy {
    align-items: center !important;
    padding-top: 0;
    text-align: center;
  }

  .decalques-hero-title {
    width: 100%;
    max-width: none;
    margin-right: auto;
    margin-left: auto;
    font-size: clamp(1.75rem, 7.7vw, 2.05rem) !important;
    line-height: 1.08 !important;
  }

  .decalques-hero-title .text-nowrap {
    white-space: normal !important;
  }

  .decalques-hero-subtitle {
    max-width: 33rem !important;
    margin-right: auto;
    margin-left: auto;
    font-size: 1.05rem !important;
    line-height: 1.55 !important;
    text-align: center;
  }

  .decalques-hero-video {
    max-width: none;
    margin: 1.75rem 0 1.7rem;
  }

  .decalques-hero-video-frame {
    border-radius: 0.8rem;
    box-shadow: 0 1rem 2.5rem rgba(60, 38, 28, 0.2);
  }

  .decalques-hero-play-icon {
    width: 4.5rem;
    height: 4.5rem;
    box-shadow:
      0 0 0 0.85rem rgba(193, 123, 92, 0.2),
      0 0 0 1.7rem rgba(193, 123, 92, 0.08),
      0 0.5rem 2rem rgba(193, 123, 92, 0.55);
  }

  .decalques-hero-play-icon svg {
    width: 1.8rem;
    height: 1.8rem;
  }

  .decalques-hero-play-label {
    margin-top: 1.15rem;
    font-size: 0.63rem;
  }

  .decalques-hero-actions {
    width: min(100%, 22rem) !important;
    margin-right: auto;
    margin-left: auto;
  }

  .decalques-hero-actions a:first-child {
    width: 100% !important;
  }

  .decalques-hero-actions a:last-child {
    width: auto !important;
    align-self: center;
    padding: 0.6rem 0.2rem 0.45rem !important;
    border: 0 !important;
    border-bottom: 3px solid currentColor !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: #b56f50 !important;
  }

  .decalques-hero-photo-host {
    top: 52% !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 48% !important;
    opacity: 0.14 !important;
  }
}
