:root {
  --page-hero-animation-duration: 400ms;
  --page-hero-animation-ease: cubic-bezier(0.2, 0.6, 0.2, 1);
  --page-hero-z-base: 10;
  --page-hero-z-overlay: 20;
}

/* Style for Events */

.page-hero {
  background-color: #101010;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 10;
}

.page-slider {
  height: auto;
}

.page-slider.slick-dotted.slick-slider {
  margin-bottom: 0;
  flex: 1 0 100%;
}

.page-slider .slick-list {
  padding-left: 0;
  height: 100%;
  aspect-ratio: 15/10;
  margin: 0 auto;
}

.page-slider .slick-track {
  height: 100%;
}

.page-slider__item {
  display: flex;
  height: auto;
}

.page-slider__content {
  display: flex;
  flex-direction: column;
  flex: 1 0 auto;
  padding: 73px 65px 0 92px;
  width: 643px;
  max-width: calc(100% - 1200px);
  min-width: calc(100% - 1200px);
  height: auto;
}

.page-slider__image {
  width: 100%;
  margin-bottom: 0 !important;
}

.page-slider__image,
.page-slider__content {
  min-height: 732px;
}

.page-slider__image img {
  object-fit: fill;
  width: 100%;
  height: 100%;
  object-position: left top;
}

.page-slider__image-mobile {
  display: none;
}

.page-slider__breadcrumbs {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 39px;
}

.page-slider__breadcrumbs > li {
  position: relative;
  color: #ffffff;
}

.page-slider__breadcrumbs > li a,
.page-slider__breadcrumbs > li + li::before {
  font-family: "Yanone Kaffeesatz", sans-serif;
  font-size: 18px;
  line-height: 1.94;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #828282;
}

.page-slider__breadcrumbs > li a:hover {
  color: #ffffff;
}

.page-slider__breadcrumbs > li:last-child a {
  color: #fff;
  font-weight: 600;
}

.page-slider__breadcrumbs > li + li::before {
  content: "/";
  padding: 0 10px;
}

.page-slider .ice-btn--outline {
  background-color: transparent;
}

.page-slider__subtitle {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 16px;
}

.page-slider__title {
  font-family: "Yanone Kaffeesatz", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 90px;
  line-height: 1;
  letter-spacing: 0.085em;
  text-transform: uppercase;
  color: #ffffff;
  position: relative;
  z-index: 20;
  margin-bottom: 25px;
}

.page-slider__datetime {
  display: inline-flex;
  flex-direction: column;
  margin-bottom: 25px;
  color: #ffffff;
}

.page-slider__date,
.page-slider__time {
  font-family: Montserrat;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.page-slider__time {
  margin-top: 20px;
}

.page-slider__links {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.page-slider__links a,
.page-slider__links li + li::before {
  font-family: "Yanone Kaffeesatz", sans-serif;
  font-size: 18px;
  line-height: 1.1;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #828282;
}

.page-slider__links li + li::before {
  content: "|";
  margin: 0 10px;
}

.page-slider__links--underline a {
  border-bottom: 1px solid currentColor;
}

.page-slider__links a:hover {
  color: #ffffff;
}

.page-slider .ice-btn__group {
  margin-top: auto;
  margin-bottom: 40px;
}

.page-slider .ice-btn {
  box-shadow: none;
}

.page-slider__nav {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

@media (max-width: 767px) {
  .page-slider__nav {
    display: flex;
    justify-content: space-between;
    width: 95%;
  }
}

.page-slider__nav-counter,
.page-slider__nav-arrows {
  display: flex;
  align-items: center;
  margin: 0 50px;
}

.page-slider__nav-current,
.page-slider__nav-total {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 18px;
  line-height: 1;
  display: flex;
  align-items: center;
  text-align: right;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #ffffff;
  width: 30px;
  justify-content: center;
  padding: 8px 0;
}

.page-slider__nav-dots {
  margin: 0 15px;
  width: 100%;
  max-width: 183px;
}

.page-slider__nav-dots ul {
  padding: 16px 0;
}

.page-slider__nav-dots li {
  width: 100%;
}

.page-slider__nav-dots ul,
.page-slider__nav-dots li {
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.page-slider__nav-dots li button {
  font-size: 0;
  border: none;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.3);
  height: 2px;
  width: 100%;
  max-width: 45px;
}

.page-slider__nav-dots li.slick-active button {
  background: #ffffff;
}

.page-slider__nav-arrows {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 88px;
}

.page-slider__nav-prev,
.page-slider__nav-next {
  cursor: pointer;
  color: #ffffff;
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
}

.page-hero--light {
  background: #ffffff;
}

.page-hero--light .page-slider__title,
.page-hero--light .page-slider__datetime,
.page-hero--light .page-slider__breadcrumbs > li:last-child a,
.page-hero--light .page-slider__breadcrumbs > li a:hover,
.page-hero--light .page-slider__links a:hover,
.page-hero--light .ice-btn--outline,
.page-hero--light .page-slider__nav-current,
.page-hero--light .page-slider__nav-total,
.page-hero--light .page-slider__nav-prev,
.page-hero--light .page-slider__nav-next,
.page-hero--light .page-slider__breadcrumbs > li {
  color: #101010;
}

.page-slider__nav-dots li button {
  background: #232323;
}

.page-slider__nav-dots li.slick-active button {
  background: #828282;
}

.page-hero--light .page-slider__subtitle {
  color: #828282;
}

@media (min-width: 1441px) {
  .page-slider__content {
    max-width: calc(100% - 1200px);
    min-width: calc(100% - 1200px);
  }
}

@media (min-width: 1523px) {
  .page-slider__content {
    max-width: calc(100% - 1185px);
    min-width: calc(100% - 1185px);
    padding: 50px 35px 0 35px;
  }
}

@media (min-width: 1600px) {
  .page-slider__content {
    padding: 73px 65px 0 92px;
  }
}

@media (min-width: 1731px) {
  .page-slider__image .slick-slide img {
    object-fit: contain;
  }
}

@media (max-width: 1731px) {
  .page-slider__content {
    padding: 50px 50px 0 75px;
    width: 550px;
    min-width: 550px;
  }

  .page-slider__image,
  .page-slider__content {
    min-height: inherit;
  }

  .page-slider__image {
    background-color: black;
  }

  .page-slider__image .slick-slide img {
    object-fit: contain;
  }

  .page-slider__breadcrumbs {
    margin-bottom: 25px;
  }

  .page-slider__subtitle {
    font-size: 18px;
  }

  .page-slider .ice-btn__group .ice-btn:not(:last-child) {
    margin-right: 30px;
  }

  .page-slider .ice-btn {
    min-width: 176px;
    height: 48px;
  }

  .page-slider__datetime {
    flex-flow: row wrap;
  }

  .page-slider__time {
    margin-top: 0;
    margin-left: 20px;
  }
}

@media (max-width: 1365px) {
  .page-hero {
    min-height: calc(100vh - 300px);
  }
}

@media (max-width: 1199px) {
  .page-hero {
    height: auto;
    min-height: auto;
  }

  .page-slider__title {
    font-size: 60px;
  }

  .page-slider__content {
    width: 450px;
    min-width: 450px;
    padding: 15px 35px 0 35px;
  }

  .page-slider__image,
  .page-slider__content {
    max-height: 500px;
    height: auto;
    min-height: 100%;
  }

  .page-slider__image {
    max-width: calc(100% - 450px);
  }

  .page-slider .ice-btn__group .ice-btn:not(:last-child) {
    margin-right: 15px;
  }

  .page-slider__breadcrumbs > li:not(:last-child),
  .page-slider__breadcrumbs > li:before {
    display: none;
  }

  .page-slider__breadcrumbs > li:after {
    content: "";
    height: 2px;
    width: 227px;
    background: currentColor;
    display: block;
  }

  .page-slider__breadcrumbs > li a {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 20px;
  }

  .page-slider__date,
  .page-slider__time {
    font-size: 20px;
  }
}

@media (max-width: 991px) {
  .page-slider__item {
    margin-bottom: 0;
  }

  .page-slider__image {
    position: absolute !important;
    top: 191px;
    height: 480px;
    min-height: auto;
  }

  .page-slider__image-mobile {
    display: block;
    height: 0;
    min-height: 220px;
    width: calc(100% + 35px);
    padding-top: 56.25%;
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
  }

  .page-slider__image-mobile img {
    position: absolute;
    top: 0;
    object-fit: fill;
    width: 100%;
    height: 100%;
    object-position: left center;
  }

  .page-slider__content {
    flex: 1 0 0;
    max-height: none;
    max-width: 100%;
    margin-bottom: 0;
  }

  .page-slider__image {
    max-width: 100%;
  }

  .page-slider__title {
    font-size: 40px;
    line-height: 1;
    overflow: hidden;
    margin-bottom: 537px;
  }

  .page-slider__datetime {
    margin-bottom: 20px;
  }

  .page-slider__links {
    margin-bottom: 40px;
  }

  .page-slider .ice-btn__group {
    margin-bottom: 20px;
  }

  .page-slider__nav {
    position: relative;
    justify-content: center;
  }

  .page-slider__nav-arrows {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .page-slider__nav-prev,
  .page-slider__nav-next {
    position: absolute;
    top: 0;
    bottom: 0;
  }

  .page-slider__nav-prev {
    left: 0;
  }

  .page-slider__nav-next {
    right: 0;
  }
}

@media (max-width: 767px) {
  .page-slider__image {
    max-height: 450px;
  }
  .page-slider__title {
    margin-bottom: 490px;
  }
  .page-slider__links a,
  .page-slider__links li + li::before {
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: 0.1em;
    color: #101010;
  }

  .page-slider__links li + li::before {
    margin: 0 5px;
  }

  .page-slider .ice-btn__group {
    margin-bottom: 0;
  }

  .page-slider .ice-btn__group .ice-btn {
    margin-bottom: 20px;
  }
}

@media (max-width: 430px) {
  .page-slider__title {
    margin-bottom: 310px !important;
    font-size: 32px;
  }
}

@media (max-width: 575px) {
  .page-slider__content,
  .page-slider__image,
  .page-slider__image .slick-slide img {
    height: inherit;
  }

  .page-slider__image.slick-slider {
    transform: translateY(-10px);
  }

  .page-slider__title {
    margin-bottom: 410px;
    font-size: 32px;
  }

  .page-slider__datetime {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 10px;
  }

  .page-slider__time {
    margin-left: 0;
  }

  .page-slider__date {
    margin-bottom: 10px;
  }

  .page-slider__date,
  .page-slider__time {
    font-size: 16px;
    line-height: 1.6;
  }
}

.page-slider .ice-btn:not(:last-child) {
  margin-bottom: 20px;
}

.page-slider .ice-btn {
  min-width: 190px;
}

.page-slider .ice-btn__group {
  align-items: flex-start;
}

/* ===== Maintenance blocks (non-breaking) ===== */
/* Accessibility: honor reduced motion preference */
@media (prefers-reduced-motion: reduce) {
  .page-slider *,
  .page-slider__image *,
  .page-slider__content * {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }
}

/* Performance micro-optimizations for capable devices/browsers */
@media (prefers-reduced-motion: no-preference) {
  .page-slider .slick-list,
  .page-slider .slick-track,
  .page-slider__image img {
    backface-visibility: hidden;
    transform: translateZ(0);
  }
}

/* Progressive enhancement: object-fit fallback for legacy browsers */
@supports not (object-fit: cover) {
  .page-slider__image img,
  .page-slider__image-mobile img {
    /* Avoid distortion when object-fit is unsupported */
    height: auto;
    width: 100%;
  }
}

/* ===== End of maintenance blocks ===== */
