@charset "UTF-8";
.hero {
  position: relative;
  height: calc(85dvh - var(--header-height) - 80px);
  min-height: 650px;
  /* margin-bottom: 116px; // room for the USP bar that overhangs the image (≈58px) plus breathing space */
}
@media (max-width: 1199.98px) {
  .hero {
    margin-bottom: 24px;
  }
}
@media (max-width: 767.98px) {
  .hero {
    display: grid;
    grid-template-columns: 1fr;
    height: auto;
    min-height: 0;
    margin-bottom: 0;
  }
}
.hero__media {
  position: relative;
  width: 100%;
  height: 100%;
  line-height: 0;
}
@media (max-width: 767.98px) {
  .hero__media {
    grid-area: 1/1;
    height: auto;
  }
}
.hero__media picture {
  display: block;
  width: 100%;
  height: 100%;
}
.hero__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.hero__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.15) 45%, rgba(0, 0, 0, 0.05) 100%);
  pointer-events: none;
}
.hero--has-overlay .hero__media::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: var(--color-black, #000);
  opacity: var(--hero-overlay-opacity-desktop, 0.4);
  pointer-events: none;
}
@media (min-width: 768px) and (max-width: 1000px) {
  .hero--has-overlay .hero__media::before {
    opacity: var(--hero-overlay-opacity-tablet, 0.4);
  }
}
@media (max-width: 767px) {
  .hero--has-overlay .hero__media::before {
    opacity: var(--hero-overlay-opacity-mobile, 0.4);
  }
}
.hero__overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: center;
}
@media (max-width: 767.98px) {
  .hero__overlay {
    grid-area: 1/1;
    position: relative;
    inset: auto;
    min-height: 600px;
    padding: calc(var(--header-height) + 24px) 0 110px;
    box-sizing: border-box;
  }
}
.hero__overlay .hero__content {
  display: flex;
  flex-direction: column;
  max-width: 100%;
  gap: 10px;
}
.hero__overlay .hero__content .hero__subtitle {
  display: block;
  margin: 0;
  color: var(--color-beige);
  font-family: var(--font-family-anton);
  font-size: clamp(24px, 2.5vw, 48px);
  line-height: 1.2;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
.hero__overlay .hero__content .hero__title {
  color: var(--color-green);
  font-family: var(--font-family-anton);
  font-size: clamp(42px, 5.2vw, 75px);
  line-height: 1.09;
  letter-spacing: 0;
  text-transform: uppercase;
}
.hero__overlay .hero__content .hero__description {
  margin-top: 10px;
  max-width: 540px;
  color: var(--color-white);
  font-family: var(--font-family-slab);
  font-size: var(--font-size-step-1);
  font-weight: 600;
}
@media (max-width: 767.98px) {
  .hero__overlay .hero__content .hero__description {
    max-width: 100%;
  }
}
.hero__overlay .hero__content .hero__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  list-style: none;
  padding: 0;
  margin-top: 25px;
}
.hero__overlay .hero__content .hero__buttons a.button {
  font-size: 16px;
}
@media (max-width: 767.98px) {
  .hero__overlay .hero__content .hero__buttons {
    margin-top: 30px;
  }
}
.hero__overlay .hero__content .hero__buttons li {
  margin: 0;
}
.hero__usp-wrap {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  transform: translateY(50%);
}
@media (max-width: 1199.98px) {
  .hero__usp-wrap {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    transform: none;
  }
}
@media (max-width: 767.98px) {
  .hero__usp-wrap {
    margin-top: -72px;
  }
}
.hero__usp {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: clamp(20px, 2.4vw, 34px) clamp(24px, 2.4vw, 48px);
  background: var(--color-white);
  border-radius: clamp(32px, 4vw, 60px);
  gap: clamp(16px, 1.8vw, 42px);
}
@media (max-width: 1199.98px) {
  .hero__usp {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: start;
    transform: translateY(-50%);
    padding: 22px 32px;
    border-radius: 32px;
    gap: 14px 24px;
  }
}
@media (max-width: 767.98px) {
  .hero__usp {
    transform: none;
    grid-template-columns: 1fr;
    padding: 20px 24px;
    gap: 12px;
  }
}
.hero__usp-item {
  display: flex;
  align-items: center;
  gap: clamp(8px, 0.6vw, 10px);
  color: var(--color-black);
  font-family: var(--font-family-slab);
  font-size: clamp(14px, 0.45vw + 7.4px, 16px);
  font-weight: 500;
  line-height: 1.4;
  white-space: nowrap;
}
@media (max-width: 1199.98px) {
  .hero__usp-item {
    white-space: normal;
    font-size: 16px;
    gap: 10px;
  }
}
.hero__usp-item .hero__usp-icon {
  flex-shrink: 0;
  width: clamp(24px, 1.5vw, 30px);
  height: clamp(24px, 1.5vw, 30px);
}
@media (max-width: 1199.98px) {
  .hero__usp-item .hero__usp-icon {
    width: 28px;
    height: 28px;
  }
}
@media (max-width: 767.98px) {
  .hero__usp-item .hero__usp-icon {
    width: 24px;
    height: 24px;
  }
}
.hero + .block-el {
  margin-top: 120px;
  padding-top: 0;
}
@media (max-width: 767.98px) {
  .hero + .block-el {
    margin-top: 32px;
  }
}