.hero-2026 {
  position: relative;
}

.hero-2026 h1 {
  color: var(--red);
}

.hero-2026 .page-center {
  padding-bottom: 0;
  padding-top: 0;
}

.hero-2026__container {
  height: 100%;
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
  gap: 48px;
  min-height: 600px;
}

.hero-2026__heading {
  display: flex;
  flex-direction: column;
  justify-content: center;  
}

/* Images */

.hero__image-wrapper {
  min-width: 0;
  position: relative;
  overflow: visible;
}

.hero-2026__image-mask {
  height: 100%;
}

.hero-2026__image-default img,
.hero-2026__image-tilted img,
.hero-2026__image-cut_out_image img {
  display: block;
}

.hero-2026__image-default,
.hero-2026__image-tilted {
  width: calc(min(100vw, 1920px) / 2);
  height: 100%;
  max-height: 600px;
  margin-left: auto;
}

.hero-2026__image-default img,
.hero-2026__image-tilted img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  object-position: center center;  
}

.hero-2026__image-default {
  border-radius: 100rem 0 0 100rem;
  overflow: hidden;
}

.hero-2026__image-tilted {
  position: relative;
  margin-left: 0;
  height: 100%;
  overflow: hidden;

  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 3478 2415'%3E%3Cpath fill='white' d='M127.837 1937.89C-135.327 1482.07 20.8461 899.228 476.659 636.064L1578.35 0.000610352L3477.85 -0.00096777L3477.85 1293.8L1429.66 2286.71C973.847 2549.87 391.001 2393.7 127.837 1937.89Z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 3478 2415'%3E%3Cpath fill='white' d='M127.837 1937.89C-135.327 1482.07 20.8461 899.228 476.659 636.064L1578.35 0.000610352L3477.85 -0.00096777L3477.85 1293.8L1429.66 2286.71C973.847 2549.87 391.001 2393.7 127.837 1937.89Z'/%3E%3C/svg%3E");

  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;

  -webkit-mask-size: auto 120%;
  mask-size: auto 120%;

  -webkit-mask-position: left bottom;
  mask-position: left bottom;
}

.hero-2026__image-tilted img {
  display: block;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  object-position: center center; 
}

.hero-2026__image-cut_out_image {
  align-items: center;
  display: flex;
  height: 100%;
  padding: 2rem 0;
  justify-content: center;  
}

.hero-2026__image-cut_out_image img {
  max-width: 100%;
  height: auto;
}

/* Emojoys */

.hero-2026__emojoys {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 3;
}

.hero-2026__emojoys img {
  position: absolute;
  height: auto;
}

.hero-2026__emojoys--default .emojoy--large {
  width: 110px !important;
  height: auto !important;
  top: 6%;
  left: 5%;
}

.hero-2026__emojoys--default .emojoy--medium {
  width: 70px !important;
  height: auto !important;
  top: 70%;
  left: 2%;
}

.hero-2026__emojoys--default .emojoy--small {
  width: 50px !important;
  height: auto !important;
  bottom: -25px;
  right: -40%;
}

.hero-2026__emojoys--tilted .emojoy--large {
  width: 110px !important;
  height: auto !important;
  top: 6%;
  left: 12%;
}

.hero-2026__emojoys--tilted .emojoy--medium {
  width: 70px !important;
  height: auto !important;
  top: 70%;
  left: 0;
}

.hero-2026__emojoys--tilted .emojoy--small {
  width: 50px !important;
  height: auto !important;
  bottom: 25%;
  right: -47%;
}

/* Bar */

.hero-2026__bar {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 50%);
  width: min(1040px, calc(100% - 32px));
  z-index: 5;
  background: linear-gradient(90deg, #ff1e1e 0%, #ff0090 100%);
  padding: 20px 48px;
  border-radius: 999px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  overflow: hidden;
  gap: 24px;
}

.hero-2026__bar-inner {
  text-align: center;
  padding: 0 8px;
}

.hero-2026__bar-inner :where(span, p) {
  color: #ffffff;
}

.hero-2026__bar-inner span {
  margin-bottom: 6px;
  display: block;
  font-weight: 700;
}

.hero-2026__bar-inner + .hero-2026__bar-inner {
  border-left: 1px solid #fff;
}

.hero-2026__bar-title {
  font-family: Ubuntu, sans-serif;
  font-size: 2rem;
}

/* Mobile */

@media screen and (max-width: 900px) {
  .hero-2026 {
    overflow: hidden;
  }

  .hero-2026 .page-center {
    padding-left: 0;
    padding-right: 0;
  }

  .hero-2026__container {
    grid-template-columns: 1fr;
    gap: 0;
    min-height: auto;
  }

  .hero-2026__heading {
    order: 2;
    padding: 4rem 7% 6rem;
  }

  .hero__image-wrapper {
    order: 1;
    position: relative;
    min-height: 0;
    overflow: visible;
  }

.hero-2026__image-mask {
  position: relative;
  width: 200%;
  max-width: none;
  margin-left: -50%;
  height: clamp(460px, 58vw, 580px);
  overflow: hidden;

  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 778 375' preserveAspectRatio='none'%3E%3Cpath fill='white' d='M0 0H778C778 207.107 610.107 375 403 375H375C167.893 375 0 207.107 0 0Z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 778 375' preserveAspectRatio='none'%3E%3Cpath fill='white' d='M0 0H778C778 207.107 610.107 375 403 375H375C167.893 375 0 207.107 0 0Z'/%3E%3C/svg%3E");

  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-position: center top;
  mask-position: center top;
}

.hero-2026__image-default,
.hero-2026__image-tilted {
  position: relative;
  width: 50%;
  max-width: none;
  height: 100%;
  max-height: none;
  margin-left: 25%;
  overflow: visible;
  border-radius: 0;

  -webkit-mask-image: none;
  mask-image: none;
}

.hero-2026__image-default picture,
.hero-2026__image-tilted picture,
.hero-2026__image-default img,
.hero-2026__image-tilted img {
  display: block;
  width: 100%;
  height: 100%;
}

.hero-2026__image-default img,
.hero-2026__image-tilted img {
  aspect-ratio: auto;
  height: 100% !important;
  object-fit: cover;
  object-position: center center;
}

 {# Cut-out image #}  
 .hero-2026__image-cut_out_image {
    background-color: #F1F7FF;
    position: relative;
    display: flex;
    justify-content: center;
    padding-bottom: 0;
    padding-top: 4rem;
    margin-bottom: 0;
    overflow: visible;
    height: 100%;
  }

  .hero-2026__image-cut_out_image::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -1px;
    transform: translateX(-50%);
    width: 130%;
    height: 8rem;
    background: #FFFFFF;
    border-top-left-radius: 50% 100%;
    border-top-right-radius: 50% 100%;
    z-index: 1;
  }

  .hero-2026__image-cut_out_image img {
    display: block;
    height: 100% !important;
    max-height: 100%;
    width: auto;
    margin: 0 auto;
    position: relative;
    z-index: 2;
  }
  
  {# Emojoys #}
  .hero-2026__emojoys {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 3;
  }

  .hero-2026__emojoys img {
    position: absolute;
    height: auto !important;
  }

  .hero-2026__emojoys--default .emojoy--large,
  .hero-2026__emojoys--tilted .emojoy--large {
    width: 72px !important;
    top: 83%;
    left: 75%;
  }

  .hero-2026__emojoys--default .emojoy--medium,
  .hero-2026__emojoys--tilted .emojoy--medium {
    width: 46px !important;
    top: 87%;
    left: 10%;
  }

  .hero-2026__emojoys--default .emojoy--small,
  .hero-2026__emojoys--tilted .emojoy--small {
    display: none;
  }

  .hero-2026__bar {
    display: none;
  }
}