/* home */

/* home about */

.home-about {
  margin-block: 117px;
}

.home-about .two-col {
  flex-direction: row-reverse;
}

.home-about .mob-image {
  display: none;
}

@media screen and (max-width: 1180px) {
  .home-about .two-col {
    display: block;
  }
  .home-about .two-col .col-image {
    display: none;
  }
  .home-about {
    margin-block: 60px 40px;
  }
  .home-about .mob-image {
    display: block;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1020px) {
  .home-hero {
    height: 100dvh;
    aspect-ratio: unset;
    margin-bottom: 0;
  }
  .home-hero .hero-title {
    color: #fff;
  }
}
@media screen and (max-width: 620px) {
  .home-about {
    margin-top: 30px;
  }
}

/* home news */

.home-news {
  margin-block: 123px 133px;
}

@media screen and (max-width: 1180px) {
  .home-news {
    margin-block: 60px 40px;
  }
  .home-news .col-image {
    display: none;
  }
  .home-news .two-col {
    display: block;
  }
}
@media screen and (max-width: 920px) {
  .home-news .two-col .section-header {
    display: none;
  }
}
@media screen and (max-width: 620px) {
  .home-news {
    margin-top: 27px;
  }
}
/* home about */

/* home events */

.home-events {
  margin-block: 108px 126px;
}

.home-events .title {
  word-break: break-word;
}

.home-events-wrapper .swiper-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 30px;
}

@media screen and (max-width: 1180px) {
  .home-events {
    margin-block: 60px 40px;
  }
  .home-events-wrapper {
    padding-bottom: 40px;
    width: calc(100% + var(--padding));
  }
  .home-events-wrapper .swiper-wrapper {
    display: flex;
    flex-direction: row;
    gap: 0;
  }
  .home-events-wrapper .swiper-wrapper .swiper-slide {
    width: 32vw;
  }
  .home-events-wrapper .swiper-pagination {
    top: unset;
    bottom: 0;
    border-radius: 4px;
    border: 2px solid #bcbcbc;
    height: 7px;
    width: calc(100% - var(--padding));
  }
  .home-events-wrapper
    .swiper-pagination-progressbar
    .swiper-pagination-progressbar-fill {
    background-color: #000;
    border-radius: 4px;
  }
  .home-events-wrapper .swiper-pagination-progressbar {
    background-color: transparent;
  }
  .home-events-wrapper .swiper-pagination-progressbar {
    display: block;
  }
}

@media screen and (max-width: 920px) {
  .home-events .section-header h2 {
    font-size: 50px;
    font-weight: 400;
  }
}
@media screen and (max-width: 820px) {
  .home-events-wrapper .swiper-wrapper .swiper-slide {
    width: 40vw;
  }
}
@media screen and (max-width: 620px) {
  .home-events-wrapper .swiper-wrapper .swiper-slide {
    width: 60vw;
  }
  .home-events {
    margin-top: 30px;
  }
  .home-events .section-header h2 {
    font-size: 40px;
  }
}

@media screen and (max-width: 430px) {
  .home-events-wrapper .swiper-wrapper .swiper-slide {
    width: 72vw;
  }
}

/* home videos */

.home-videos {
  margin-block: 126px;
}

.video-card {
  position: relative;
  aspect-ratio: 0.56;
}

.video-card .play-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border: 2px solid#fff;
  border-radius: 50%;
  width: 80px;
  aspect-ratio: 1;
  filter: brightness(0) invert(1);
  padding: 1rem;
}

.home-videos-swiper {
  --space: 60px;
  padding-inline: var(--space);
  position: relative;
}
.home-videos-swiper::after,
.home-videos-swiper::before {
  content: "";
  width: var(--space);
  height: 100%;
  background-color: var(--colorBg);
  position: absolute;
  top: 0;
  z-index: 2;
}

.home-videos-swiper::before {
  left: 0;
}
.home-videos-swiper::after {
  right: 0;
}

@media screen and (max-width: 1180px) {
  .home-videos {
    margin-block: 60px 42px;
  }
}
@media screen and (max-width: 620px) {
  .home-videos {
    margin-top: 40px;
  }
}

/* page */

.page-body {
  --fontSize: 30px;
  font-size: var(--fontSize);
  line-height: calc(10px + var(--fontSize));
  margin-bottom: 100px;
}

/* page about */

.page-about {
  margin-top: 45px;
}
.about-people {
  margin-block: 123px 100px;
}

.about-people-wrapper {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 38px;
}

.about-people-wrapper .swiper-pagination-progressbar {
  display: none;
}
.page-body .more-btn,
.page-body .mob-img {
  display: none;
}

@media screen and (max-width: 1420px) {
  .page-body {
    --fontSize: 35px;
  }
  .about-people-wrapper {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media screen and (max-width: 1080px) {
  .about-people-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 920px) {
  .page-body {
    --fontSize: 30px;
  }
}
@media screen and (max-width: 820px) {
  .about-people-wrapper {
    display: flex;
    flex-direction: row;
    gap: 0;
  }
  .about-people-wrapper .card-wrapper {
    width: 60vw;
  }
  .swiperPeople {
    padding-bottom: 40px;
    width: calc(100% + var(--padding));
  }
  .swiperPeople .swiper-pagination {
    top: unset;
    bottom: 0;
    border-radius: 4px;
    border: 2px solid #bcbcbc;
    height: 7px;
    width: calc(100% - var(--padding));
  }
  .swiperPeople
    .swiper-pagination-progressbar
    .swiper-pagination-progressbar-fill {
    background-color: #000;
    border-radius: 4px;
  }
  .swiperPeople .swiper-pagination-progressbar {
    background-color: transparent;
  }
  .about-people-wrapper .swiper-pagination-progressbar {
    display: block;
  }
}
@media screen and (max-width: 720px) {
  .about-people .section-header {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 620px) {
  .page-about {
    margin-top: 30px;
  }
  .page-body {
    --fontSize: 25px;
    margin-bottom: 0;
  }
  .page-about .section-header {
    margin-bottom: 30px;
  }
  .page-about .section-header h2 {
    text-align: center;
    max-width: 300px;
    margin-inline: auto;
  }
  .page-body .mob-img {
    display: block;
    height: 142px;
    margin-bottom: 30px;
  }
  .page-about .img-divider {
    display: none;
  }
  .about-people {
    margin-block: 30px 70px;
  }
  .page-body .more-btn {
    display: block;
    margin: 24px auto;
    background-color: #000;
    width: fit-content;
    padding: 7px 14px;
    color: #fff;
    text-align: center;
    cursor: pointer;
  }
  .more-btn .less-text,
  .page-body.on .more-btn .more-text {
    display: none;
  }
  .page-body.on .more-btn .less-text {
    display: block;
  }
  .page-body-text {
    max-height: 317px;
    overflow: hidden;
    transition: max-height 0.3s;
  }
  .page-body.on .page-body-text {
    max-height: 20017px;
  }
}

/* single musician */

.musician-image {
  aspect-ratio: 1.32;
  margin-bottom: 92px;
}

.single-musician .section-header {
  margin-bottom: 72px;
}
.single-musician .section-header h2 {
  margin-bottom: 10px;
}

@media screen and (max-width: 1420px) {
  .musician-image {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 920px) {
  .musician-image {
    aspect-ratio: 1;
    margin-bottom: 40px;
  }
  .single-musician .section-header {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 620px) {
  .musician-image {
    aspect-ratio: 0.61;
    margin-bottom: 23px;
  }
  .single-musician .page-body {
    margin-bottom: 40px;
  }
}

/* single */

.single-grid {
  display: grid;
  grid-template-columns: 1fr 492px;
  margin-block: 85px clamp(4rem, 8vw, 159px);
  gap: 0 clamp(3rem, 6vw, 109px);
}

.single-grid .article-year-category {
  grid-column: 1 / -1;
  margin-bottom: 14px;
}
.single-grid .article-header {
  grid-column: 1 / 2;
  grid-row: 2/ 3;
  margin-bottom: 63px;
}
.single-grid .article-tags {
  grid-column: 2 / 3;
  grid-row: 2/ 3;
}
.single-grid .article-body {
  grid-column: 1 / 2;
  grid-row: 3/ 4;
}
.single-grid .article-related {
  grid-column: 2 / 3;
  grid-row: 3/ 4;
  margin-top: 50px;
}

.article-year-category {
  font-size: 70px;
  font-weight: 500;
}

.article-header {
  color: var(--colorSec);
  margin-bottom: 70px;
}

.article-title {
  font-size: 90px;
  font-weight: 600;
  line-height: 100px;
}

.article-dates {
  font-size: 35px;
  line-height: 40px;
}

.article-share {
  margin-top: 32px;
}
.article-share.social li {
  filter: brightness(0) saturate(100%) invert(22%) sepia(1%) saturate(3093%)
    hue-rotate(192deg) brightness(96%) contrast(87%);
  margin-right: 20px;
  width: 35px;
}

.article-body {
  --fontSize: 40px;
  font-size: var(--fontSize);
  line-height: calc(var(--fontSize) + 10px);
  --imageSpace: 62px;
}

.article-body figure {
  margin-block: 63px;
}
.article-body > figure + figure,
.article-body > figure:has(+ figure) {
  display: inline-block;
  width: calc((100% - var(--imageSpace)) / 2);
  aspect-ratio: 0.75;
}

.article-body > figure:has(+ figure) {
  margin-right: calc(var(--imageSpace) - 10px);
}

.article-body .image-triple figure {
  aspect-ratio: 1;
}
.article-body .image-wide {
  --leftSpace: calc((100dvw - var(--wrapperWidth)) / 2);
  width: calc(100% + var(--padding) + var(--leftSpace));
  margin-left: calc(-1 * (var(--padding) + var(--leftSpace)));
}

.article-tags h4 {
  border-left: 1px solid var(--colorSec);
  color: var(--colorSec);
  font-size: 22px;
  font-weight: 700;
  padding-left: 1ch;
  margin-bottom: 42px;
}

.article-related > div {
  max-width: 407px;
}
.article-related > div:not(:last-of-type) {
  margin-bottom: 130px;
}

.tags-wrapper {
  gap: 16px 10px;
  flex-wrap: wrap;
}
.tag {
  background-color: var(--colorSec);
  padding: 6px 24px 6px 20px;
  color: #fff;
}

@media screen and (max-width: 1820px) {
  .article-title {
    font-size: 80px;
    line-height: 88px;
  }
}
@media screen and (max-width: 1710px) {
  .article-body .image-wide {
    width: calc(100% + var(--padding));
    margin-left: calc(-1 * (var(--padding)));
  }
}
@media screen and (max-width: 1520px) {
  .article-year-category {
    font-size: 60px;
  }
  .article-title {
    font-size: 70px;
    line-height: 78px;
  }
  .article-dates {
    font-size: 30px;
    line-height: 35px;
  }
}
@media screen and (max-width: 1420px) {
  .single-grid {
    grid-template-columns: 1fr 350px;
    gap: 0 50px;
  }
  .article-body {
    --imageSpace: 42px;
  }
}
@media screen and (max-width: 1220px) {
  .article-year-category {
    font-size: 50px;
  }
  .article-title {
    font-size: 62px;
    line-height: 70px;
  }
  .article-dates {
    font-size: 25px;
    line-height: 35px;
  }
  .article-body {
    --fontSize: 35px;
  }
}
@media screen and (max-width: 1120px) {
  .single-grid {
    display: block;
  }
  .article-tags,
  .article-related {
    display: none;
  }
  .single-grid .article-header,
  .single-grid .article-body,
  .single-grid .article-header {
    grid-column: 1 / -1;
  }
  .article-body {
    --imageSpace: 2rem;
  }
  .article-body figure {
    margin-block: 40px;
  }
  .article-body .image-wide {
    width: calc(100% + 2 * var(--padding));
  }
}
@media screen and (max-width: 920px) {
  .article-year-category {
    font-size: 40px;
  }
  .article-header {
    margin-bottom: 57px;
  }
  .article-title {
    font-size: 50px;
    line-height: 55px;
  }
  .article-dates {
    font-size: 20px;
    line-height: 22px;
  }
  .article-body {
    --fontSize: 30px;
  }
}
@media screen and (max-width: 620px) {
  .single-grid {
    margin-top: 30px;
  }
  .single-grid .article-header {
    margin-bottom: 60px;
  }
  .article-title {
    font-size: 42px;
    line-height: 47px;
    margin-bottom: 15px;
    width: calc(100% + 10px);
  }
  .article-dates {
    font-size: 16px;
    line-height: 18px;
  }
  .article-share {
    margin-top: 16px;
  }
  .article-share.social li {
    margin-right: 15px;
    width: 20px;
  }
  .article-body {
    --fontSize: 25px;
  }
  .article-body > *:last-child {
    margin-bottom: 0;
  }
  .article-year-category {
    font-size: 33px;
  }
  .article-body > figure + figure,
  .article-body > figure:has(+ figure) {
    display: block;
    margin-right: 0;
    width: 100%;
  }
  .article-body > *:not(:is(figure, div)) {
    padding-inline: 8px;
  }
  .article-body .image-triple {
    margin-block: 2rem;
    gap: 2rem;
  }
  .article-body .image-triple figure {
    margin-block: 0;
  }
}

/* events */

.page-events {
  padding-top: 45px;
  margin-bottom: clamp(64px, 10vw, 172px);
}
.year-events .section-header {
  margin-bottom: 40px;
}
.year-events {
  margin-bottom: 79px;
}

.page-events .card-image {
  margin-bottom: 29px;
}
.page-events .card .title {
  font-size: 35px;
  word-break: break-word;
}
.page-events .card .date-info {
  margin-top: 17px;
  font-size: 21px;
}

@media screen and (max-width: 1420px) {
  .page-events .card .title {
    font-size: 30px;
  }
  .page-events .card .date-info {
    font-size: 19px;
  }
}
@media screen and (max-width: 1320px) {
  .yearEventSwiper {
    --space: 60px;
    padding-inline: var(--space);
    position: relative;
  }

  .year-events .section-header h2 {
    text-align: center;
  }

  .yearEventSwiper::before,
  .yearEventSwiper::after {
    content: "";
    width: var(--space);
    height: 100%;
    position: absolute;
    display: block;
    height: 100%;
    background-color: var(--colorBg);
    top: 0;
    z-index: 2;
  }

  .yearEventSwiper .swiper-button-prev,
  .yearEventSwiper .swiper-button-next {
    top: 30%;
  }
  .yearEventSwiper .swiper-button-prev,
  .yearEventSwiper::before {
    left: 0;
  }
  .yearEventSwiper .swiper-button-next,
  .yearEventSwiper::after {
    right: 0;
  }
}
@media screen and (max-width: 920px) {
  .page- .page-events .section-header h2 {
    font-size: 50px;
    line-height: 52px;
    text-align: center;
  }
  .page-events {
    padding-top: 30px;
  }
  .yearEventSwiper {
    --space: 40px;
  }
  .year-events {
    margin-bottom: 50px;
  }
  .year-events .section-header {
    margin-bottom: 2rem;
  }
  .year-events .section-header h2 {
    font-size: 50px;
  }
}

@media screen and (max-width: 620px) {
  .page-events:has(.year-events) {
    padding-top: 0;
  }
  .year-events {
    margin-bottom: 29px;
  }
  .year-events .section-header {
    margin-bottom: 22px;
  }
  .yearEventSwiper {
    --space: 30px;
  }
  .page-events .card-image {
    margin-bottom: 25px;
  }
  .page-events .card .date-info {
    font-size: 18px;
    margin-top: 16px;
  }
}

@media screen and (max-width: 400px) {
  .page-events .card .title {
    font-size: 26px;
  }
}
/* archive */

.page-archive {
  margin-block: 70px 114px;
}
.page-archive.archive-video {
  margin-block: 45px 105px;
}
.timeline-wrapper {
  max-width: calc(var(--wrapperWidth) + 120px);
}
.timelineSwiper {
  --space: 60px;
  padding-inline: var(--space);
  position: relative;
}
.timelineSwiper::before,
.timelineSwiper::after {
  content: "";
  width: var(--space);
  height: 100px;
  position: absolute;
  display: block;
  height: 100%;
  background-color: var(--colorBg);
  top: 0;
  z-index: 2;
}

.timelineSwiper .swiper-button-prev,
.timelineSwiper::before {
  left: 0;
}
.timelineSwiper .swiper-button-next,
.timelineSwiper::after {
  right: 0;
}

.page-archive .timeline {
  margin-bottom: 40px;
  gap: 75px;
  overflow: hidden;
}
.time-btn {
  font-size: 40px;
  color: #c0c0c0;
  font-weight: 500;
  width: fit-content;
  cursor: pointer;
}
.time-btn.on {
  color: #000;
}

.archive-item {
  aspect-ratio: 0.75;
  transition: all 0.3s;
}
.archive-item:hover {
  transform: scale(1.03);
}
.archive-item.video {
  aspect-ratio: 1.78;
  position: relative;
}
.archive-item figure {
  height: 100%;
}
.play-icon {
  width: 85px;
  border-radius: 50%;
  border: 2px solid #fff;
  padding: 1.5rem;
  filter: brightness(0) invert(1);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.archive-video .archive-year {
  grid-gap: 40px var(--gridGap);
}

.archive-year {
  display: none;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
}
.archive-year.active {
  display: grid;
}
.archive-year.on {
  opacity: 1;
  pointer-events: all;
}

@media screen and (max-width: 1420px) {
  .time-btn {
    font-size: 60px;
  }
}
@media screen and (max-width: 1220px) {
  .archive-video .archive-wrapper {
    grid-gap: 30px 20px;
  }
}
@media screen and (max-width: 920px) {
  .time-btn {
    font-size: 50px;
  }
  .page-archive .timeline {
    margin-bottom: 30px;
  }
  .timelineSwiper {
    --space: 40px;
  }
  .play-icon {
    width: 60px;
    padding: 1rem;
  }
}
@media screen and (max-width: 680px) {
  .archive-year.active {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
}
@media screen and (max-width: 520px) {
  .timelineSwiper {
    --space: 40px;
  }
  .time-btn {
    font-size: 37px;
  }
  .swiper-button-prev:after,
  .swiper-button-next:after {
    font-size: 30px;
  }
  .play-icon {
    width: 42px;
    padding: 0.5rem;
  }
}
@media screen and (max-width: 390px) {
  .time-btn {
    font-size: 30px;
  }
}/* =========================
   GALLERY LIGHTBOX
   ========================= */

#gallery-lightbox,
#gallery-lightbox-archive {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.92);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99999;

    opacity: 0;
    pointer-events: none;
    transition: opacity 0.35s ease;
}

#gallery-lightbox.is-open,
#gallery-lightbox-archive.is-open {
    opacity: 1;
    pointer-events: auto;
}

#gallery-lightbox img,
#gallery-lightbox-archive img {
    max-width: 92vw;
    max-height: 92vh;
    transform: scale(0.95);
    transition: transform 0.35s ease;
}

#gallery-lightbox.is-open img,
#gallery-lightbox-archive.is-open img {
    transform: scale(1);
}

/* Close button */
.glb-close {
    position: absolute;
    top: 20px;
    right: 28px;
    font-size: 38px;
    color: #fff;
    cursor: pointer;
    opacity: 0.85;
    line-height: 1;
    z-index: 3;
    background: none;
    border: none;
}

.glb-close:hover {
    opacity: 1;
}

/* =========================
   LIGHTBOX NAVIGATION
   ========================= */

.glb-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    color: #fff;
    font-size: 56px;
    line-height: 1;
    cursor: pointer;
    opacity: 0.75;
    padding: 10px;
    z-index: 2;
}

.glb-nav:hover {
    opacity: 1;
}

.glb-prev {
    left: 20px;
}

.glb-next {
    right: 20px;
}

/* Mobile */
@media (max-width: 768px) {
    .glb-nav {
        font-size: 42px;
    }
}

/* =========================
   IMAGE HOVER UX
   ========================= */

.home-videos img,
.archive-lightbox-img {
    cursor: pointer;
    transition: opacity 0.25s ease;
}

.home-videos img:hover,
.archive-lightbox-img:hover {
    opacity: 0.9;
}
