/* Global css */
.hero.be-section .be-container {
    width: min(calc(100% - 160px), var(--be-container));
  padding-inline: 0;
}

@media (max-width: 1500px) and (min-width: 1201px) {
.hero.be-section .be-container {
    width: min(calc(100% - 160px), var(--be-container));
  padding-inline: 0;
}
}

@media (max-width: 1200px) and (min-width: 1025px) {
.hero.be-section .be-container {
    width: min(calc(100% - 120px), var(--be-container));
  padding-inline: 0;
}
}

@media (max-width: 1024px) and (min-width: 768px) {
.hero.be-section .be-container {
    width: min(calc(100% - 80px), var(--be-container));
  padding-inline: 0;
}
}

@media (max-width: 767px) { 
.hero.be-section .be-container {
    width: min(calc(100% - 40px), var(--be-container));
  padding-inline: 0;
}
}
/* Global css */


/*
  Hero custom CSS for Beleef Eindhoven.

  Keep all hero-section modifications here so this section can be reviewed,
  merged, or moved independently from the approved base stylesheet.

  Scope every rule to .hero or hero-specific child classes. Do not add global
  typography, button, container, or image rules in this file.
*/

.hero {
  --hero-photo-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1588' height='1386' viewBox='0 0 1588 1386'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1497.59 1174.26C1474.41 1205.01 1446.79 1231.31 1415.49 1252.43C1196.25 1400.36 871.031 1427.16 545.53 1324.12C275.868 1238.76 68.1896 1081.1 16.4556 922.485C-24.4934 796.974 11.3286 654.369 120.048 510.086C343.189 213.947 826.203 -36.5292 1095.19 4.40082C1240.15 26.4658 1381.13 167.793 1482 392.156C1594.52 642.42 1642.97 981.31 1497.59 1174.26Z' fill='black'/%3E%3C/svg%3E");
  --hero-review-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='463' height='415' viewBox='0 0 463 415'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M183.506 414.995C138.466 414.995 78.143 408.835 46.529 379.488C-2.27503 334.181 -1.63503 239.765 0.904972 201.276C4.85297 141.483 22.565 66.007 60.446 33.498C92.705 5.81005 152.639 -0.00195312 197.237 -0.00195312C280.047 -0.00195312 383.83 21.189 421.964 61.692C479.851 123.173 478.847 311.428 403.839 364.46C356.913 397.636 257.478 414.995 183.506 414.995Z' fill='black'/%3E%3C/svg%3E");
}

.hero .hero-photo {
  border-radius: 0;
  -webkit-mask-image: var(--hero-photo-mask);
  mask-image: var(--hero-photo-mask);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}

.hero .hero-photo img {
  object-position: 52% 50%;
}

.hero .hero__grid .be-col-12.be-col-lg-7 {
  margin-top: 0;
}

.hero .hero__title em {
  color: inherit;
}

.hero .hero__title-gradient {
  color: transparent;
  background: linear-gradient(180deg, #ff5b62 0%, #ff965e 100%);
  -webkit-background-clip: text;
  background-clip: text;
}

.hero span.hero__title-gradient.hero__title-gradient--gezelligste {
  color: transparent;
  background: linear-gradient(269deg, #f84c4c 0%, #fa7355 100%);
  -webkit-background-clip: text;
  background-clip: text;
}

.hero span.hero__title-gradient.hero__title-gradient--bedrijfsuitjes {
  color: transparent;
  background: linear-gradient(270deg, #f84c4c 0%, #fa8a5a 100%);
  -webkit-background-clip: text;
  background-clip: text;
}

.hero .hero__bullets {
  font-weight: 300;
}

.hero .hero__bullet-text {
  font-weight: 300;
}

.hero .hero__bullet-text strong {
  font-weight: 700;
}

.hero .hero__bullets img {
  width: 22px;
  height: 18px;
}

.hero .hero__actions .be-button {
  min-height: 44px;
  gap: 10px;
  padding: 0 24px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
}

.hero .media-zigzag--hero-top {
  width: 360px;
  top: 25px;
  left: 45px;
  opacity: 1;
}

.hero .media-zigzag--hero-bottom {
  width: 325px;
  right: -30px;
  bottom: -25px;
  opacity: 1;
}

.hero .hero-review {
    -webkit-mask-image: none;
    mask-image: none;
    border: 0 solid var(--be-white);
    border-radius: 0;
    outline: 0;
    box-shadow: none;
    background: transparent;
    isolation: isolate;
    position: absolute;
    z-index: 2;
    right: 20px;
    bottom: 22px;
    width: 170px;
}

.hero .hero-review::before,
.hero .hero-review::after {
    position: absolute;
    -webkit-mask-image: var(--hero-review-mask);
    mask-image: var(--hero-review-mask);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    pointer-events: none;
    content: "";
}

.hero .hero-review::before {
    z-index: -2;
    inset: -2px;
    background: var(--be-white);
}

.hero .hero-review::after {
    z-index: -1;
    inset: 0;
    background: var(--be-plum-soft);
}

.hero .hero-review span:first-child {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.05;
  letter-spacing: 0.3px;
}

.hero .hero-review small {
  font-weight: 300;
}

.hero .hero-review strong {
  font-size: 42px;
  font-weight: 900;
  line-height: 0.88;
}

.hero .hero-review__stars {
  --hero-rating: 100%;
  position: relative;
  display: block;
  width: 95px;
  height: 16px;
  margin-top: 13px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.3);
  -webkit-mask: url("../assets/hero-assets/star-rating-mask.svg") left center / contain no-repeat;
  mask: url("../assets/hero-assets/star-rating-mask.svg") left center / contain no-repeat;
}

.hero .hero-review__stars::before {
  position: absolute;
  inset: 0 auto 0 0;
  width: var(--hero-rating);
  background: var(--be-coral);
  content: "";
}



/* Responsive css */

@media (max-width: 1500px) and (min-width: 1201px) {
.hero__title {
    font-size: 55px;
}
}

@media (max-width: 1200px) and (min-width: 1025px) {
.hero__title {
    font-size: 48px;
}
}

@media (max-width: 1024px) and (min-width: 768px) {

}

@media (max-width: 1024px) { 
    .hero {
        padding-top: 120px;
    }
    .hero__media, .intro__media {
        width: min(620px, 100%);
        margin-inline: inherit;
    }
  .hero__media {
        margin-top: 40px;
    padding: 40px 0 30px 10px;
    }
  .hero .media-zigzag--hero-top {
    width: 360px;
    top: 25px;
    left: 0px;
    opacity: 1;
  }
}

@media (max-width: 767px) { 
  .hero-photo {
    position: relative;
    aspect-ratio: 1.2;
  }
    .hero {
        padding-top: 75px;
    }
    .hero__media, .intro__media {
        width: min(460px, 100%);
        margin-inline: auto;
    }
    .hero .media-zigzag--hero-top {
        width: 180px;
        top: 10px;
        left: 0;
    }
  .hero .media-zigzag--hero-bottom {
        width: 180px;
        right: -10px;
        bottom: -25px;
    }
  .hero__title {
        font-size: 40px;
    }
  .hero__bullets {
        font-size: 18px;
    }
  .hero__media {
        padding: 22px 0 50px;
        margin-top: 40px;
    }
  .hero .hero-review {
        width: 130px;
    }
  .hero .hero-review strong {
    font-size: 26px;
  }
  .hero .hero-review span:first-child {
    font-size: 12px;
  }
  .hero .hero-review__stars {
    width: 80px;
    height: 11px;
  }
  .hero-review__stars {
    margin-top: 10px;
  }
}
/* Responsive css */