@charset "UTF-8";
.event-page {
  width: 100%;
}

.hero-h {
  min-height: 613px;
  max-height: 613px;
  overflow: hidden;
}
@media (min-width: 767px) {
  .hero-h {
    min-height: 580px;
    max-height: 580px;
    overflow: hidden;
  }
}
@media (min-width: 1023px) {
  .hero-h {
    min-height: 580px;
    max-height: 580px;
    overflow: hidden;
  }
}
@media (min-width: 1199px) {
  .hero-h {
    min-height: 493px;
    overflow: hidden;
  }
}

.hero-section {
  overflow: hidden;
  height: 100vh;
  min-height: 900px;
}
@media (min-width: 1199px) {
  .hero-section {
    height: 493px;
    min-height: 493px;
  }
}
@media (min-width: 2249px) {
  .hero-section {
    max-height: 100%;
  }
}
@media (min-width: 1023px) {
  .hero-section .row {
    justify-content: space-between;
  }
}
@media (min-width: 1199px) {
  .hero-section .row {
    flex-wrap: nowrap;
  }
}
.hero-section .col-content {
  max-width: 549px;
  width: 100%;
}
.hero-section .content {
  width: 100%;
}
.hero-section .content .logo {
  margin-bottom: 60px;
}
.hero-section .content .title, .hero-section .content .subtitle {
  color: #fff;
}
.hero-section .content h1.title {
  margin-bottom: 12px;
}
@media (min-width: 1199px) {
  .hero-section .content h1.title {
    padding-top: 10px;
  }
}
.hero-section .content span.slogan {
  margin-bottom: 12px;
}
@media (min-width: 1199px) {
  .hero-section .content span.slogan {
    margin-bottom: 24px;
  }
}
.hero-section .content p.subtitle {
  font-family: "Inerta-Regular", sans-serif;
  font-size: 1.25rem;
  color: #fff;
  line-height: 25px;
  margin-bottom: 60px;
}
@media (min-width: 1199px) {
  .hero-section .content p.subtitle {
    margin-bottom: 0;
  }
}
@media (min-width: 1023px) {
  .hero-section .hide-pc {
    display: none;
  }
}
.hero-section .hide-mob {
  display: none;
}
@media (min-width: 1023px) {
  .hero-section .hide-mob {
    display: block;
  }
}
.hero-section .col-img {
  max-width: 363px;
}
.hero-section .col-img .logo {
  max-width: 300px;
  width: 100%;
  margin-bottom: 60px;
}
@media (min-width: 1199px) {
  .hero-section .col-img .logo {
    margin-bottom: 80px;
  }
}
.hero-section .col-img .logo img {
  max-width: 100%;
  height: auto;
}
.hero-section .col-event {
  max-width: 576px;
  width: 100%;
  background: rgb(22, 22, 22);
  border-radius: 20px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
}
@media (min-width: 767px) {
  .hero-section .col-event {
    max-width: 48%;
  }
}
@media (min-width: 1199px) {
  .hero-section .col-event {
    max-width: 576px;
    padding: 48px;
    gap: 60px;
  }
}
.hero-section .col-event .date-wrapper {
  padding: 10px 16px;
  border-radius: 100px;
  overflow: hidden;
  background: linear-gradient(90deg, #7c4a3a 0%, #583377 50%, #4c2bb3 100%);
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.hero-section .col-event .date-wrapper .year, .hero-section .col-event .date-wrapper .current-event {
  font-family: "Inerta-Regular", sans-serif;
  font-size: 0.875rem;
  line-height: 100%;
  letter-spacing: 0%;
  color: #fff;
}
.hero-section .col-event .date-wrapper .date span {
  font-family: "Inerta-Regular", sans-serif;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0%;
  color: #474646;
  font-size: 1rem;
}
.hero-section .col-event .date-wrapper .circle {
  display: inline-block;
  background-color: #fff;
  width: 3px;
  height: 3px;
  border-radius: 100px;
}
.hero-section .col-event h3, .hero-section .col-event p {
  color: #fff;
}
.hero-section .col-event h3 {
  margin-bottom: 18px;
}
@media (min-width: 1199px) {
  .hero-section .col-event h3 {
    margin-bottom: 20px;
  }
}
.hero-section .col-event .link-wrapper {
  width: 100%;
}
.hero-section .col-event .link-wrapper .link-to {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: "Inerta-Regular", sans-serif;
  font-size: 1.125rem;
  line-height: 100%;
  letter-spacing: 0%;
  color: #FF9500;
}
@media (min-width: 767px) {
  .hero-section .col-event .link-wrapper .link-to {
    font-size: 1.25rem;
  }
}
.hero-section .col-event .link-wrapper .link-to svg {
  transition: transform 0.5s ease;
}
.hero-section .col-event .link-wrapper .link-to:hover svg {
  transform: translateX(5px);
}

.program {
  padding: 60px 0;
}
@media (min-width: 1199px) {
  .program {
    padding: 120px 0;
  }
}
.program .title-wrapper p.subtitle {
  font-family: "Inerta-SemiBold", sans-serif;
  font-weight: 600;
  font-size: 1.375rem;
  line-height: 26px;
  letter-spacing: 0%;
  color: #000000 !important;
}
.program .title-wrapper p.subtitle b {
  font-weight: bolder;
}
.program .col-program {
  max-width: 576px;
  width: 100%;
}
.program .col-program .content {
  width: 100%;
  margin-top: 40px;
}
@media (min-width: 1199px) {
  .program .col-program .content {
    margin-top: 60px;
  }
}
.program .col-program .content hr {
  margin-top: 24px;
}
.program .col-program .content .time {
  background: #35198B;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 3px 8px;
  border-radius: 5px;
  max-width: -moz-max-content;
  max-width: max-content;
}
.program .col-program .content .time span {
  font-family: "Inerta-Regular", sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 26px;
  letter-spacing: 0%;
  color: #fff;
}
.program .col-program .content .item {
  font-family: "Inerta-Regular", sans-serif;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 26px;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #0F0F0F;
  margin: 12px 0 8px 0;
}
@media (min-width: 1199px) {
  .program .col-program .content .item {
    font-size: 1.375rem;
  }
}
.program .col-program .content .speakers-item, .program .col-program .content .moderator {
  font-family: "Inerta-Regular", sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 120%;
  letter-spacing: 0%;
  color: #0F0F0F;
}
.program .col-program .content .speakers-item span, .program .col-program .content .moderator span {
  font-family: "Inerta-SemiBold", sans-serif;
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 120%;
  letter-spacing: 0%;
}
.program .col-program .content .content-text p {
  font-family: "Inerta-Regular", sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 120%;
  letter-spacing: 0%;
  color: #0F0F0F;
  margin: 16px 0 0 0;
}
.program .col-program .content .show-wrapper .show-content {
  font-family: "Inerta-SemiBold", sans-serif;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 100%;
  letter-spacing: 2%;
  text-transform: uppercase;
  color: #0F0F0F;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 16px;
  cursor: pointer;
}
.program .music-box {
  max-width: 100%;
  width: 100%;
  margin-top: 40px;
}
@media (min-width: 1199px) {
  .program .music-box {
    margin-top: 60px;
  }
}
.program .music-box p {
  font-family: "Inerta-Regular", sans-serif;
  font-weight: 400;
  font-size: 1.125px;
  line-height: 26px;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #000000;
}
@media (min-width: 1199px) {
  .program .music-box p {
    font-size: 1.25rem;
  }
}

.speakers {
  padding: 60px 0;
  background-color: #000000;
}
@media (min-width: 1199px) {
  .speakers {
    padding: 120px 0;
  }
}

.speakers h2 {
  color: #FF9500;
  margin-bottom: 40px;
}
@media (min-width: 1199px) {
  .speakers h2 {
    margin-bottom: 60px;
  }
}

.speakers-grid {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 60px 40px;
  margin-bottom: clamp(2.45rem, 7.5vw, 4rem);
}
@media (min-width: 767px) {
  .speakers-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1199px) {
  .speakers-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 60px 40px;
  }
}

.speaker-avatar {
  display: grid;
  gap: 24px;
  min-width: 0;
  border: 0;
  padding: 0;
  background: transparent;
  color: inherit;
  text-align: left;
  cursor: pointer;
}

.speaker-avatar img,
.feature-image-wrap img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  -o-object-fit: cover;
     object-fit: cover;
}

.speaker-avatar img {
  aspect-ratio: 58/59;
  background: #181818;
}

.speaker-avatar span {
  overflow: hidden;
  color: #fff;
  font-family: "Inerta-Regular", sans-serif;
  font-weight: 400;
  font-size: 1.375rem;
  line-height: 100%;
  letter-spacing: 2%;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.speaker-avatar.is-active span {
  color: #FF9500;
}

.speaker-avatar:focus-visible {
  outline: 0.12rem solid #FF9500;
  outline-offset: 0.25rem;
}

.speaker-slider {
  display: block;
  position: relative;
}

.speaker-slider h2 {
  color: #fff;
  font-family: "Inerta-Medium", sans-serif;
  font-weight: 500;
  font-size: 1.875rem;
  line-height: 100%;
  letter-spacing: 2%;
  text-transform: uppercase;
  margin-bottom: 40px;
}
@media (min-width: 1199px) {
  .speaker-slider h2 {
    font-size: 2.5rem;
    margin-bottom: 60px;
  }
}

.speaker-feature {
  display: grid;
  grid-template-columns: 1fr;
  align-items: start;
  gap: 40px;
}
@media (min-width: 767px) {
  .speaker-feature {
    grid-template-columns: minmax(3.65rem, 12.15rem) minmax(0, 1fr);
  }
}
@media (min-width: 1199px) {
  .speaker-feature {
    grid-template-columns: 450px 742px;
  }
}

.feature-image-wrap {
  overflow: hidden;
  width: 100%;
  aspect-ratio: 58/59;
  background: #171717;
  border-radius: 20px;
}

.speaker-copy {
  min-width: 0;
  padding-top: clamp(0.05rem, 0.6vw, 0.28rem);
  color: #fff;
}

.speaker-copy p {
  margin: 0;
  color: #fff;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 26px;
  letter-spacing: 0%;
}

#speakerBio p {
  color: #fff;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 26px;
  letter-spacing: 0%;
  margin-bottom: 24px;
}

.slider-controls {
  display: flex;
  justify-content: center;
  gap: 3rem;
}
@media (min-width: 1199px) {
  .slider-controls {
    gap: 11rem;
    position: absolute;
    bottom: 0;
    left: 58%;
    z-index: 22;
  }
}

.slider-btn {
  display: inline-grid;
  place-items: center;
  width: 2rem;
  height: 1.5rem;
  border: 0;
  padding: 0;
  background: transparent;
  color: #fff;
  cursor: pointer;
}

.slider-btn span {
  transform: translateY(-0.03rem);
  font-size: clamp(0.72rem, 2vw, 0.9rem);
  line-height: 1;
}

.slider-btn-accent {
  color: #FF9500;
}

.slider-btn:focus-visible {
  outline: 0.1rem solid #FF9500;
  outline-offset: 0.15rem;
}

@media (max-width: 17.5rem) {
  .speakers-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .speaker-feature {
    grid-template-columns: 1fr;
  }
  .feature-image-wrap {
    max-width: 11rem;
  }
}
@media (min-width: 48rem) {
  .speakers {
    --content: 48rem;
  }
}
.video-event {
  padding: 60px 0 20px 0;
}
@media (min-width: 1199px) {
  .video-event {
    padding: 120px 0 20px 0;
  }
}
.video-event .video-wrapper {
  margin-top: 40px;
  border-radius: 20px;
  overflow: hidden;
}
@media (min-width: 1199px) {
  .video-event .video-wrapper {
    margin-top: 60px;
  }
}
.video-event .video-wrapper video {
  cursor: pointer;
  width: 100%;
  height: auto;
}

.special-project {
  padding: 60px 0;
}
@media (min-width: 1199px) {
  .special-project {
    padding: 120px 0;
  }
}
.special-project h2 {
  margin-bottom: 20px;
}
@media (min-width: 1199px) {
  .special-project h2 {
    margin-bottom: 60px;
  }
}
.special-project .img-wrapper {
  max-width: 100%;
  width: 100%;
  border-radius: 20px;
  margin-bottom: 40px;
}
@media (min-width: 1199px) {
  .special-project .img-wrapper {
    margin-bottom: 60px;
  }
}
.special-project .img-wrapper img {
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.special-project h3 {
  font-family: "Inerta-Medium", sans-serif;
  font-weight: 500;
  font-size: 30px;
  line-height: 100%;
  letter-spacing: 2%;
  color: #0F0F0F;
  margin-bottom: 40px;
}
.special-project .col-content {
  width: 100%;
}
@media (min-width: 1023px) {
  .special-project .col-content {
    max-width: 48%;
  }
}
@media (min-width: 1199px) {
  .special-project .col-content {
    max-width: 576px;
  }
}
.special-project .col-content p {
  margin-bottom: 24px;
}
.special-project .title-mgt60 {
  margin-top: 40px;
}
@media (min-width: 1199px) {
  .special-project .title-mgt60 {
    margin-top: 60px;
  }
}
.special-project .title-mgt80 {
  margin-top: 40px;
}
@media (min-width: 1199px) {
  .special-project .title-mgt80 {
    margin-top: 80px;
  }
}
.special-project {
  --site-bg: #ffffff;
  --card-dark: #16181c;
  --accent-gold: #d9a036;
  --text-light: #ffffff;
  --text-muted: #94a3b8;
  --radius-card: 10px;
  --gap: 20px;
  --visible-slides: 3;
  /* ----- Slider Wrapper ----- */
}
.special-project .slider-container {
  position: relative;
  width: 100%;
  padding: 10px 0;
  margin-bottom: 22px;
}
.special-project .slider-track-container {
  overflow: hidden;
  border-radius: var(--radius-card);
  padding: 5px;
}
.special-project .slider-track {
  display: flex;
  gap: var(--gap);
  will-change: transform;
  transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}
.special-project {
  /* Slide Item */
}
.special-project .slide {
  flex: 0 0 calc((100% - var(--gap) * (var(--visible-slides) - 1)) / var(--visible-slides));
  height: 216px;
  border-radius: var(--radius-card);
  overflow: hidden;
  position: relative;
  background-color: var(--card-dark);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.special-project .slide-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border-radius: var(--radius-card);
  transition: transform 0.5s ease;
}
.special-project .slide:hover .slide-image {
  transform: scale(1.05);
}
.special-project {
  /* Badge Overlay (як у макеті) */
}
.special-project .slide-badge {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 6px;
  background: rgba(18, 20, 24, 0.75);
  backdrop-filter: blur(8px);
  padding: 5px 10px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.12);
}
.special-project .slide-badge i {
  color: var(--text-light);
  font-size: 11px;
}
.special-project .slide-badge span {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #e2e8f0;
}
.special-project {
  /* ----- КНОПКИ НАВІГАЦІЇ МІНІАТЮРАМИ (PREV / NEXT) ----- */
}
.special-project .nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) scale(0.95);
  width: 65px;
  height: 65px;
  border-radius: 14px;
  overflow: hidden;
  border: 2px solid rgba(255, 255, 255, 0.8);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
  cursor: pointer;
  z-index: 10;
  /* Приховано за замовчуванням */
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s ease, transform 0.35s ease, visibility 0.35s;
}
.special-project {
  /* Поява кнопок ПРИ НАВЕДЕННІ на весь слайдер */
}
.special-project .slider-container:hover .nav-btn {
  opacity: 1;
  visibility: visible;
  transform: translateY(-50%) scale(1);
}
.special-project .nav-btn:hover {
  transform: translateY(-50%) scale(1.1) !important;
  border-color: var(--accent-gold);
}
.special-project .nav-btn.prev {
  left: -25px;
}
.special-project .nav-btn.next {
  right: -25px;
}
.special-project {
  /* Фонове зображення наступного/попереднього кадру всередині кнопки */
}
.special-project .nav-btn-bg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  filter: brightness(0.65);
  transition: filter 0.3s ease;
}
.special-project .nav-btn:hover .nav-btn-bg {
  filter: brightness(0.85);
}
.special-project {
  /* Іконка стрілки поверх картинки */
}
.special-project .nav-btn-icon {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 16px;
  background: rgba(0, 0, 0, 0.25);
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
}
.special-project {
  /* Responsive */
}
@media (max-width: 1024px) {
  .special-project :root {
    --visible-slides: 2;
  }
  .special-project .nav-btn.prev {
    left: 10px;
  }
  .special-project .nav-btn.next {
    right: 10px;
  }
  .special-project .slider-container .nav-btn {
    opacity: 1;
    visibility: visible;
  }
  .special-project { /* на тачскрінах показуємо завжди */ }
}
@media (max-width: 640px) {
  .special-project :root {
    --visible-slides: 1;
  }
  .special-project .slide {
    height: 220px;
  }
}
.special-project .item-team {
  margin-bottom: 24px;
}
.special-project .item-team span {
  font-family: "Inerta-Regular", sans-serif;
  font-size: 1.25rem;
  line-height: 26px;
  letter-spacing: 0%;
}/*# sourceMappingURL=event-archive-page.css.map */