@charset "UTF-8";
.home-header__title {
  font-size: clamp(24px, 4vw, 40px);
  font-weight: 400;
  line-height: 1.2;
  color: #fff;
  margin: 0; }

.home-header__desc {
  font-size: 16px;
  line-height: 1.45;
  color: #c3bfb9;
  margin: 0; }

/* ------------------------------------------
   BANNER HERO SECTION
   ------------------------------------------ */
.banner-hero .banner-hero__container {
  position: relative; }

.banner-hero .banner-hero__picture {
  display: block;
  width: 100%;
  height: 100%; }

.banner-hero .banner-hero__overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: flex-end;
  padding: 40px 60px; }

.banner-hero .btn-video-popup--white {
  background-color: #fff;
  color: rgba(0, 0, 0, 0.95); }

.banner-hero .btn-video-popup--white:hover {
  background-color: #f5f5f5;
  color: rgba(0, 0, 0, 0.95); }

.banner-hero .banner-hero__cta {
  animation: fadeInUp 0.8s ease-out forwards;
  animation-delay: 0.4s;
  opacity: 0; }

/* ------------------------------------------
   PHOTO AWARDS SECTION
   ------------------------------------------ */
.photo-awards {
  /* Overlay Text */ }
  .photo-awards .photo-awards__container {
    max-width: 100%; }
  .photo-awards .photo-awards__header {
    margin-bottom: 40px; }
  .photo-awards .photo-awards__slider {
    position: relative; }
  .photo-awards .photo-awards-swiper .swiper-slide {
    width: 336px;
    transition: transform 0.5s ease, opacity 0.5s ease; }
  .photo-awards .photo-awards__item {
    position: relative;
    overflow: hidden; }
  .photo-awards .photo-awards__image-wrapper {
    position: relative;
    width: 100%;
    height: 550px;
    overflow: hidden; }
  .photo-awards .photo-awards__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1); }
  .photo-awards .photo-awards__item:hover .photo-awards__image {
    transform: scale(1.05); }
  .photo-awards .photo-awards__overlay {
    position: absolute;
    left: 18px;
    right: 18px;
    z-index: 2;
    pointer-events: none; }
  .photo-awards .photo-awards__overlay--top {
    top: 50px; }
  .photo-awards .photo-awards__overlay--center {
    top: 50%;
    transform: translateY(-50%); }
  .photo-awards .photo-awards__overlay--bottom {
    bottom: 33px; }
  .photo-awards .photo-awards__item-title {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2;
    color: #fff;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5); }
  .photo-awards .photo-awards__item-title strong {
    font-size: 28px;
    font-weight: 700; }
  .photo-awards .photo-awards-swiper .swiper-slide-active .photo-awards__overlay {
    animation: slideInText 0.8s ease-out forwards; }
  .photo-awards .photo-awards__overlay--center {
    animation: none; }
  .photo-awards .photo-awards-swiper .swiper-slide-active .photo-awards__overlay--center {
    animation: slideInTextCenter 0.8s ease-out forwards; }

/* Navigation */
.photo-awards__nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
  padding: 0 80px; }
  .photo-awards__nav .photo-awards__nav-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    background: transparent;
    color: #fff;
    cursor: pointer;
    transition: all 0.3s ease; }
  .photo-awards__nav .photo-awards__nav-btn:hover {
    background: #fff;
    color: #1a1a1a;
    border-color: #fff; }
  .photo-awards__nav .photo-awards__nav-btn:disabled {
    opacity: 0.3;
    cursor: not-allowed; }

.photo-awards-swiper.swiper-initialized
.swiper-slide-active
.photo-awards__image {
  animation: kenBurns 8s ease-in-out infinite alternate; }

/* ------------------------------------------
   PHOTO CONTEST SECTION
   ------------------------------------------ */
.photo-contest {
  position: relative;
  width: 100%;
  min-height: calc(100vh - var(--header-height));
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden; }
  .photo-contest .photo-contest__container {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: calc(100vh - var(--header-height)); }
  .photo-contest .photo-contest__bg {
    position: absolute;
    inset: 0;
    z-index: 0; }
  .photo-contest .photo-contest__bg-img {
    height: 100%;
    object-fit: cover;
    object-position: center; }
  .photo-contest .photo-contest__overlay {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: left; }
    @media only screen and (min-width: 992px) {
      .photo-contest .photo-contest__overlay {
        max-width: 50%;
        padding-top: 25%; } }
  .photo-contest .photo-contest__content {
    max-width: 600px;
    animation: fadeInUp 0.8s ease-out forwards; }
  .photo-contest .photo-contest__title {
    font-size: clamp(36px, 6vw, 55px);
    font-weight: 400;
    line-height: 1.2;
    color: #fff;
    margin: 0 0 20px;
    text-shadow: 0 2px 20px rgba(0, 0, 0, 0.3); }
  .photo-contest .photo-contest__desc {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
    color: #fff;
    margin-bottom: 28px;
    opacity: 0.9; }
  .photo-contest .photo-contest__cta {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px; }
    .photo-contest .photo-contest__cta .button-outline {
      color: #fff; }
      .photo-contest .photo-contest__cta .button-outline svg {
        margin-left: 0;
        margin-right: 8px; }
    .photo-contest .photo-contest__cta .button--flash:hover {
      color: #000; }
  .photo-contest .photo-contest__note {
    font-family: var(--style-font);
    font-size: clamp(24px, 4vw, 35px);
    font-weight: 400;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    animation: fadeInUp 1s ease-out forwards;
    animation-delay: 0.4s;
    opacity: 0;
    margin: 40px 40px 0 0; }

/* ------------------------------------------
   PHOTO GALLERY SECTION
   ------------------------------------------ */
.photo-gallery {
  overflow: hidden; }
  .photo-gallery .photo-gallery__header {
    margin-bottom: 40px; }
  .photo-gallery .photo-gallery__container {
    display: flex;
    flex-direction: column;
    gap: 10px; }
  .photo-gallery .photo-gallery__row {
    width: 100%;
    overflow: hidden; }
  .photo-gallery .photo-gallery-swiper {
    overflow: visible; }
    .photo-gallery .photo-gallery-swiper .swiper-wrapper {
      transition-timing-function: linear !important; }
    .photo-gallery .photo-gallery-swiper .swiper-slide {
      width: 384px;
      height: 223px;
      flex-shrink: 0; }
  .photo-gallery .photo-gallery__item {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    cursor: pointer; }
  .photo-gallery .photo-gallery__image-wrapper {
    width: 100%;
    height: 100%;
    aspect-ratio: 16/9;
    overflow: hidden; }
  .photo-gallery .photo-gallery__image {
    object-fit: cover;
    object-position: center;
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1); }
  .photo-gallery .photo-gallery__item:hover .photo-gallery__image {
    transform: scale(1.08); }
  .photo-gallery .photo-gallery__overlay {
    position: absolute;
    inset: 0;
    bottom: 20px;
    background: linear-gradient(180deg, transparent 40%, rgba(0, 0, 0, 0.7) 100%);
    display: flex;
    align-items: flex-end;
    padding: 15px;
    opacity: 0;
    transition: opacity 0.3s ease;
    height: 100%; }
  .photo-gallery .photo-gallery__item:hover .photo-gallery__overlay {
    opacity: 1; }
  .photo-gallery .button.button-shutter {
    color: #fff; }
  .photo-gallery .button.button-shutter::before, .photo-gallery .button.button-shutter::after {
    background: rgba(255, 255, 255, 0.15); }
  .photo-gallery .photo-gallery__info {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    color: #fff;
    line-height: 1.2; }
  .photo-gallery .photo-gallery__item-title {
    font-weight: 400;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 180px; }
  .photo-gallery .photo-gallery__separator {
    opacity: 0.6; }
  .photo-gallery .photo-gallery__author {
    font-weight: 700;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100px; }

/* ------------------------------------------
   TOPICS SECTION (Chủ đề)
   ------------------------------------------ */
.topics {
  /* Label bên dưới ảnh */
  /* Overlay hover content */
  /* Hiệu ứng slide từ trái sang phải (cho cột đầu tiên) */
  /* Hiệu ứng fade mượt mà (cho các cột còn lại) */ }
  .topics .topics__header {
    margin-bottom: 40px; }
  .topics .topics__grid {
    display: flex;
    gap: 20px; }
    @media (min-width: 992px) {
      .topics .topics__grid {
        height: calc(100vh - var(--header-height) - 80px); } }
  .topics .topics__column {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: stretch;
    gap: 20px;
    height: 100%; }
    .topics .topics__column--first {
      flex: 1;
      gap: 0;
      position: relative; }
      .topics .topics__column--first .topics__item--small {
        flex: 0 0 35%; }
        .topics .topics__column--first .topics__item--small .topics__label {
          background: transparent; }
      .topics .topics__column--first .topics__item--large {
        flex: 1; }
  .topics .topics__item {
    position: relative;
    display: block;
    overflow: hidden;
    cursor: pointer;
    flex: 1;
    text-decoration: none; }
  .topics .topics__image-wrapper {
    width: 100%;
    height: 100%;
    overflow: hidden; }
    @media (min-width: 992px) {
      .topics .topics__image-wrapper {
        position: absolute;
        inset: 0; } }
  .topics .topics__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1); }
  .topics .topics__item:hover .topics__image {
    transform: scale(1.05); }
  .topics .topics__label {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: #201f1c;
    padding: 18px 10px;
    text-align: center;
    z-index: 2;
    transition: opacity 0.4s ease, transform 0.4s ease; }
  .topics .topics__label-text {
    font-size: 20px;
    font-weight: 400;
    color: #fafafa;
    text-transform: capitalize;
    line-height: 1.2; }
  .topics .topics__overlay {
    position: absolute;
    inset: 0;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
    pointer-events: none;
    opacity: 0;
    visibility: hidden; }
  .topics .topics__content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
    max-width: 90%; }
  .topics .topics__item-title {
    font-size: 26px;
    font-weight: 500;
    line-height: 1.2;
    color: #fafafa;
    text-transform: capitalize;
    margin: 0; }
  .topics .topics__item-desc {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    color: rgba(250, 250, 250, 0.85);
    margin: 0; }
  .topics .topics__overlay--slide {
    background: rgba(0, 0, 0, 0.6);
    clip-path: inset(0 100% 0 0);
    transition: clip-path 0.5s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s ease, visibility 0.4s ease; }
  .topics .topics__overlay--slide .topics__content {
    transform: translateX(-30px);
    opacity: 0;
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.1s, opacity 0.4s ease 0.15s; }
  .topics .topics__column--first:hover .topics__overlay--slide {
    clip-path: inset(0 0 0 0);
    opacity: 1;
    backdrop-filter: blur(20px);
    visibility: visible; }
  .topics .topics__column--first:hover .topics__overlay--slide .topics__content {
    transform: translateX(0);
    opacity: 1; }
  .topics .topics__column--first:hover .topics__label {
    opacity: 0;
    transform: translateY(100%); }
  .topics .topics__overlay--fade {
    background: rgba(0, 0, 0, 0.6);
    transition: opacity 0.4s ease, visibility 0.4s ease; }
  .topics .topics__overlay--fade .topics__content {
    transform: translateY(20px);
    opacity: 0;
    transition: transform 0.4s ease 0.1s, opacity 0.4s ease 0.1s; }
  .topics .topics__item:hover .topics__overlay--fade {
    opacity: 1;
    visibility: visible;
    backdrop-filter: blur(20px); }
  .topics .topics__item:hover .topics__overlay--fade .topics__content {
    transform: translateY(0);
    opacity: 1; }
  .topics .topics__column:not(.topics__column--first) .topics__item:hover .topics__label {
    opacity: 0;
    transform: translateY(100%); }

/* ------------------------------------------
   STORY GALLERY SECTION (Masonry)
   ------------------------------------------ */
.story-gallery .story-gallery__header {
  margin-bottom: 40px; }

.story-gallery .story-gallery__container {
  padding: 0 80px; }

.story-gallery .story-gallery__masonry {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 15px;
  align-items: start; }
  .story-gallery .story-gallery__masonry .story-gallery__column .story-gallery__item:not(:last-child) {
    margin-bottom: 15px; }

.story-gallery .story-gallery__item {
  position: relative;
  background: #201f1c;
  overflow: hidden;
  break-inside: avoid;
  transition: transform 0.3s ease, box-shadow 0.3s ease; }
  .story-gallery .story-gallery__item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3); }
  .story-gallery .story-gallery__item:nth-child(5n+1) {
    grid-column: 1; }
  .story-gallery .story-gallery__item:nth-child(5n+2) {
    grid-column: 2; }
  .story-gallery .story-gallery__item:nth-child(5n+3) {
    grid-column: 3; }
  .story-gallery .story-gallery__item:nth-child(5n+4) {
    grid-column: 4; }
  .story-gallery .story-gallery__item:nth-child(5n+5) {
    grid-column: 5; }

.story-gallery .story-gallery__content {
  display: none !important; }

.story-gallery .story-gallery__link {
  display: flex;
  flex-direction: column;
  gap: 13px;
  padding: 15px;
  text-decoration: none;
  cursor: zoom-in; }

.story-gallery .story-gallery__author {
  display: flex;
  align-items: center;
  gap: 10px; }

.story-gallery .story-gallery__author-name {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  line-height: 1.2; }

.story-gallery .story-gallery__image-wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
  background: #2a2a2a; }

.story-gallery .story-gallery__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
  contain: layout style paint; }

.story-gallery .story-gallery__item:hover .story-gallery__image {
  transform: scale(1.05); }

.story-gallery .story-gallery__info {
  text-align: center; }

.story-gallery .story-gallery__title {
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
  margin: 0 0 8px; }

.story-gallery .story-gallery__meta {
  font-size: 12px;
  font-weight: 400;
  color: #fff;
  line-height: 1.2;
  margin: 0; }
  .story-gallery .story-gallery__meta strong {
    font-weight: 700; }

.story-gallery .story-gallery__hidden-images {
  display: none;
  position: absolute;
  visibility: hidden;
  pointer-events: none; }

.story-gallery .story-gallery__badge {
  position: absolute;
  bottom: 10px;
  right: 10px;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  padding: 4px 8px;
  border-radius: 4px;
  backdrop-filter: blur(4px);
  z-index: 2; }

.story-gallery .story-gallery__image-wrapper {
  position: relative; }

.story-gallery .story-gallery__cta {
  display: flex;
  justify-content: center;
  margin-top: 40px; }
  .story-gallery .story-gallery__cta .button.button-shutter {
    color: #fff; }

.story-gallery .button.button-shutter::before, .story-gallery .button.button-shutter::after {
  background: rgba(255, 255, 255, 0.15); }

/* ------------------------------------------
   FANCYBOX STORY SIDEBAR
   ------------------------------------------ */
.fancybox-story.has-story-sidebar .fancybox-stage {
  right: 380px;
  transition: right 0.3s ease; }

.fancybox-story.has-story-sidebar .fancybox-toolbar {
  right: 380px; }

.fancybox-story.has-story-sidebar .fancybox-navigation .fancybox-button--arrow_right {
  right: 480px; }

.fancybox-story.has-story-sidebar.sidebar-collapsed .fancybox-stage {
  right: 0; }

.fancybox-story.has-story-sidebar.sidebar-collapsed .fancybox-toolbar {
  right: 10px; }

.fancybox-story.has-story-sidebar.sidebar-collapsed .fancybox-navigation .fancybox-button--arrow_right {
  right: 10px; }

.fancybox-story.has-story-sidebar.sidebar-collapsed .story-sidebar {
  transform: translateX(100%); }

.fancybox-story.has-story-sidebar.sidebar-collapsed .story-sidebar__toggle {
  left: -44px; }
  .fancybox-story.has-story-sidebar.sidebar-collapsed .story-sidebar__toggle svg {
    transform: rotate(180deg); }

.story-sidebar {
  position: fixed;
  top: 0;
  right: 0;
  width: 380px;
  height: 100%;
  background: #1a1a1a;
  z-index: 99997;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease;
  will-change: transform;
  contain: layout style; }
  .story-sidebar .story-sidebar__toggle {
    position: absolute;
    left: -44px;
    top: 50%;
    transform: translateY(-50%);
    width: 36px;
    height: 60px;
    background: #1a1a1a;
    border: none;
    border-radius: 8px 0 0 8px;
    color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s ease, left 0.3s ease;
    z-index: 10; }
    .story-sidebar .story-sidebar__toggle svg {
      width: 20px;
      height: 20px;
      transition: transform 0.3s ease; }
    .story-sidebar .story-sidebar__toggle:hover {
      background: #2a2a2a; }
  .story-sidebar .story-sidebar__inner {
    flex: 1;
    overflow-y: auto;
    overflow-x: hidden;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch; }
  .story-sidebar .story-content {
    padding: 24px;
    color: #fff; }
  .story-sidebar .story-content__header {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
  .story-sidebar .story-content__author {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px; }
  .story-sidebar .story-content__avatar {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid rgba(255, 255, 255, 0.2); }
  .story-sidebar .story-content__author-info {
    display: flex;
    flex-direction: column;
    gap: 2px; }
  .story-sidebar .story-content__author-name {
    font-size: 15px;
    font-weight: 600;
    color: #fff; }
  .story-sidebar .story-content__device {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.6); }
  .story-sidebar .story-content__title {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
    color: #fff;
    margin: 0; }
  .story-sidebar .story-content__body {
    font-size: 14px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.85); }
    .story-sidebar .story-content__body p {
      margin: 0 0 16px; }
      .story-sidebar .story-content__body p:last-child {
        margin-bottom: 0; }
    .story-sidebar .story-content__body img {
      max-width: 100%;
      height: auto;
      border-radius: 8px;
      margin: 16px 0; }
    .story-sidebar .story-content__body a {
      color: #00a859;
      text-decoration: none; }
      .story-sidebar .story-content__body a:hover {
        text-decoration: underline; }
    .story-sidebar .story-content__body h1, .story-sidebar .story-content__body h2, .story-sidebar .story-content__body h3, .story-sidebar .story-content__body h4, .story-sidebar .story-content__body h5, .story-sidebar .story-content__body h6 {
      color: #fff;
      margin: 24px 0 12px;
      font-weight: 600; }
      .story-sidebar .story-content__body h1:first-child, .story-sidebar .story-content__body h2:first-child, .story-sidebar .story-content__body h3:first-child, .story-sidebar .story-content__body h4:first-child, .story-sidebar .story-content__body h5:first-child, .story-sidebar .story-content__body h6:first-child {
        margin-top: 0; }
    .story-sidebar .story-content__body ul, .story-sidebar .story-content__body ol {
      padding-left: 20px;
      margin: 12px 0; }
    .story-sidebar .story-content__body blockquote {
      border-left: 3px solid #00a859;
      padding-left: 16px;
      margin: 16px 0;
      font-style: italic;
      color: rgba(255, 255, 255, 0.7); }
  .story-sidebar .story-content__footer {
    margin-top: 24px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1); }
  .story-sidebar .story-content__link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    font-weight: 600;
    color: #00a859;
    text-decoration: none;
    transition: color 0.2s ease; }
    .story-sidebar .story-content__link:hover {
      color: #00c96b; }
  .story-sidebar .story-sidebar__empty {
    padding: 40px 24px;
    text-align: center;
    color: rgba(255, 255, 255, 0.5);
    font-size: 14px; }

/* ------------------------------------------
   BEHIND THE SCENE VIDEO SECTION
   ------------------------------------------ */
.bts-video {
  overflow: hidden; }
  .bts-video .bts-video__header {
    margin-bottom: 40px; }
  .bts-video .bts-video__title {
    font-family: var(--style-font);
    font-size: 35px;
    font-weight: 400;
    line-height: 1.2;
    color: #fff;
    margin: 0; }
  .bts-video .bts-video__container {
    padding: 0 80px; }
  .bts-video .bts-video-swiper {
    overflow: visible; }
    .bts-video .bts-video-swiper .swiper-slide {
      width: 306px;
      height: 544px;
      flex-shrink: 0; }
  .bts-video .bts-video__item {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    cursor: pointer;
    background: #1a1a1a; }
    .bts-video .bts-video__item::before {
      content: '';
      position: absolute;
      inset: 0;
      background: linear-gradient(180deg, transparent 60%, rgba(0, 0, 0, 0.4) 100%);
      z-index: 2;
      pointer-events: none;
      opacity: 0;
      transition: opacity 0.3s ease; }
    .bts-video .bts-video__item:hover::before {
      opacity: 1; }
    .bts-video .bts-video__item.is-playing .bts-video__thumbnail {
      opacity: 0;
      pointer-events: none; }
    .bts-video .bts-video__item.is-playing .bts-video__play-icon {
      opacity: 0;
      pointer-events: none; }
    .bts-video .bts-video__item.is-playing .bts-video__player {
      opacity: 1; }
    .bts-video .bts-video__item.is-active:not(.is-playing) .bts-video__play-icon {
      opacity: 1;
      animation: pulse 2s infinite; }
  .bts-video .bts-video__thumbnail {
    position: absolute;
    inset: 0;
    z-index: 1;
    transition: opacity 0.4s ease; }
    .bts-video .bts-video__thumbnail--static {
      pointer-events: none; }
  .bts-video .bts-video__poster {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .bts-video .bts-video__placeholder {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #2a2a2a 0%, #1a1a1a 100%); }
  .bts-video .bts-video__player {
    position: absolute;
    inset: 0;
    z-index: 3;
    opacity: 0;
    transition: opacity 0.4s ease; }
    .bts-video .bts-video__player video {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .bts-video .bts-video__play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 4;
    opacity: 0;
    transition: opacity 0.3s ease, transform 0.3s ease;
    pointer-events: none; }
    .bts-video .bts-video__play-icon svg {
      filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.4)); }
  .bts-video .bts-video__item:hover .bts-video__play-icon {
    opacity: 1; }
  .bts-video .bts-video__item.is-playing .bts-video__play-icon {
    opacity: 0; }

@keyframes pulse {
  0%, 100% {
    transform: translate(-50%, -50%) scale(1); }
  50% {
    transform: translate(-50%, -50%) scale(1.1); } }

/* ------------------------------------------
   FANCYBOX CUSTOMIZATION
   ------------------------------------------ */
.fancybox-bg {
  background: rgba(0, 0, 0, 0.9); }

.fancybox-is-open .fancybox-bg {
  opacity: 1; }

.fancybox-slide--video .fancybox-content {
  max-width: 1280px;
  max-height: 720px; }

.fancybox-button {
  background: rgba(0, 0, 0, 0.6); }

.fancybox-button:hover {
  background: rgba(0, 0, 0, 0.8); }

.fancybox-loading {
  border-color: rgba(255, 255, 255, 0.3);
  border-top-color: #fff; }

/* Fancybox gallery customization */
.fancybox-caption {
  font-size: 14px;
  text-align: center;
  padding: 15px 20px; }
  .fancybox-caption strong {
    font-weight: 700;
    text-transform: uppercase; }

.fancybox-show-thumbs .fancybox-inner {
  right: 0;
  bottom: 75px; }

.fancybox-thumbs {
  background: rgba(0, 0, 0, 0.9);
  left: 0;
  right: auto;
  bottom: 0;
  top: auto;
  width: calc(100% - 380px); }
  .fancybox-thumbs .fancybox-thumbs__list {
    margin: 0 auto; }
    .fancybox-thumbs .fancybox-thumbs__list a {
      background-size: contain; }
      .fancybox-thumbs .fancybox-thumbs__list a::before {
        border-color: #2cff73;
        border-width: 2px; }

/* ------------------------------------------
   ANIMATION - Entrance Effects
   ------------------------------------------ */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px); }
  to {
    opacity: 1;
    transform: translateY(0); } }

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(30px); }
  to {
    opacity: 1;
    transform: translateX(0); } }

@keyframes kenBurns {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(1.08); } }

@keyframes slideInText {
  from {
    opacity: 0;
    transform: translateY(20px); }
  to {
    opacity: 1;
    transform: translateY(0); } }

@keyframes slideInTextCenter {
  from {
    opacity: 0;
    transform: translate(0, calc(-50% + 20px)); }
  to {
    opacity: 1;
    transform: translate(0, -50%); } }

/* ------------------------------------------
   RESPONSIVE
   ------------------------------------------ */
@media (max-width: 991px) {
  .banner-hero__container {
    max-height: 500px; }
    .banner-hero__container .banner-hero__content--left {
      padding-left: 15px;
      padding-bottom: 20px; }
    .banner-hero__container .banner-hero__overlay {
      padding: 30px 0;
      align-items: center;
      justify-content: center; }
  /* Photo Awards Responsive */
  .photo-awards .photo-awards-swiper {
    overflow: hidden; }
  .photo-awards .photo-awards__header {
    padding: 0;
    margin-bottom: 20px; }
  .photo-awards .photo-awards__nav {
    padding: 0 30px;
    margin-top: 30px; }
  .photo-awards .photo-awards__image {
    height: auto;
    object-fit: contain; }
  .photo-contest .photo-contest__bg-img {
    height: 100%; }
  .photo-contest .photo-contest__overlay {
    padding: 40px 15px;
    align-items: center;
    justify-content: end; }
  .photo-contest .photo-contest__note {
    bottom: 40px; }
  .photo-contest .photo-contest__title {
    margin-bottom: 16px; }
  .photo-contest .photo-contest__desc {
    font-size: 13px;
    margin-bottom: 24px; }
  .photo-contest .photo-contest__note {
    bottom: 30px;
    white-space: normal;
    max-width: 90%;
    left: auto; }
  .photo-gallery .photo-gallery__header {
    margin-bottom: 24px; }
    .photo-gallery .photo-gallery__header .row {
      flex-direction: column;
      gap: 16px;
      text-align: center; }
  .photo-gallery .photo-gallery-swiper .swiper-slide {
    width: 320px;
    height: 186px; }
  /* Topics Responsive */
  .topics .topics__grid {
    flex-direction: column;
    gap: 15px; }
  .topics .topics__column {
    flex-direction: row;
    gap: 15px; }
    .topics .topics__column--first {
      flex-direction: column;
      gap: 0; }
  .topics .topics__label {
    padding: 10px; }
  .topics .topics__item {
    min-height: auto; }
  .topics .topics__label-text {
    font-size: 16px; }
  .topics .topics__item-title {
    font-size: 18px; }
  .topics .topics__item-desc {
    font-size: 13px; }
  .topics .topics__overlay {
    padding: 10px; }
  /* Story Gallery Responsive */
  .story-gallery .story-gallery__container {
    padding: 0 30px; }
  .story-gallery .story-gallery__masonry {
    grid-template-columns: repeat(3, 1fr);
    gap: 12px; }
  .story-gallery .story-gallery__item:nth-child(5n+1), .story-gallery .story-gallery__item:nth-child(5n+2), .story-gallery .story-gallery__item:nth-child(5n+3), .story-gallery .story-gallery__item:nth-child(5n+4), .story-gallery .story-gallery__item:nth-child(5n+5) {
    grid-column: auto; }
  .story-gallery .story-gallery__link {
    padding: 12px;
    gap: 10px; }
  .story-gallery .story-gallery__author-name {
    font-size: 14px; }
  .story-gallery .story-gallery__title {
    font-size: 13px; }
  .story-gallery .story-gallery__meta {
    font-size: 11px; }
  /* Behind The Scene Responsive */
  .bts-video .bts-video__container {
    padding: 0 30px; }
  .bts-video .bts-video-swiper .swiper-slide {
    width: 250px;
    height: 444px; }
  .bts-video .bts-video__title {
    font-size: 28px; }
  .fancybox-story.has-story-sidebar .fancybox-stage {
    right: 320px; }
  .fancybox-story.has-story-sidebar .fancybox-toolbar {
    right: 330px; }
  .fancybox-story.has-story-sidebar .fancybox-navigation .fancybox-button--arrow_right {
    right: 330px; }
  .story-sidebar {
    width: 320px; }
    .story-sidebar .story-content {
      padding: 20px; }
    .story-sidebar .story-content__title {
      font-size: 18px; }
  .fancybox-thumbs {
    width: 100%;
    top: 45px;
    bottom: auto; } }

@media (max-width: 767px) {
  /* Topics Mobile */
  /* Story Gallery Mobile */
  .story-gallery .story-gallery__container {
    padding: 0 15px; }
  .story-gallery .story-gallery__header {
    margin-bottom: 24px; }
  .story-gallery .story-gallery__masonry {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px; }
  .story-gallery .story-gallery__link {
    padding: 10px;
    gap: 8px; }
  .story-gallery .story-gallery__author-avatar {
    width: 24px;
    height: 24px; }
  .story-gallery .story-gallery__author-name {
    font-size: 12px; }
  .story-gallery .story-gallery__title {
    font-size: 12px;
    margin-bottom: 5px; }
  .story-gallery .story-gallery__meta {
    font-size: 10px; }
  .story-gallery .story-gallery__cta {
    margin-top: 24px; }
  /* Behind The Scene Mobile */
  .bts-video .bts-video__container {
    padding: 0 15px; }
  .bts-video .bts-video__header {
    margin-bottom: 24px; }
  .bts-video .bts-video-swiper .swiper-slide {
    width: 200px;
    height: 356px; }
  .bts-video .bts-video__title {
    font-size: 24px; }
  .bts-video .bts-video__play-icon svg {
    width: 36px;
    height: 36px; }
  .fancybox-story.fancybox-show-thumbs .fancybox-stage {
    top: 12%; }
  .fancybox-story.has-story-sidebar .fancybox-stage {
    right: 0;
    bottom: 45%; }
  .fancybox-story.has-story-sidebar .fancybox-toolbar {
    right: 10px; }
  .fancybox-story.has-story-sidebar .fancybox-navigation .fancybox-button--arrow_right {
    right: 10px; }
  .fancybox-story.has-story-sidebar.sidebar-collapsed .fancybox-stage {
    bottom: 0; }
  .fancybox-story.has-story-sidebar.sidebar-collapsed .story-sidebar {
    transform: translateY(100%); }
  .fancybox-story.has-story-sidebar.sidebar-collapsed .story-sidebar__toggle {
    top: -44px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 36px;
    border-radius: 8px 8px 0 0; }
    .fancybox-story.has-story-sidebar.sidebar-collapsed .story-sidebar__toggle svg {
      transform: rotate(-90deg); }
  .story-sidebar {
    width: 100%;
    height: 35%;
    top: auto;
    bottom: 0;
    border-radius: 16px 16px 0 0; }
    .story-sidebar .story-content {
      padding: 16px; }
    .story-sidebar .story-content__title {
      font-size: 16px; }
    .story-sidebar .story-content__body {
      font-size: 13px; }
    .story-sidebar .story-sidebar__toggle {
      top: -44px;
      left: 50%;
      transform: translateX(-50%);
      width: 60px;
      height: 36px;
      border-radius: 8px 8px 0 0; }
      .story-sidebar .story-sidebar__toggle svg {
        transform: rotate(90deg); } }

/* Reduce motion for accessibility */
@media (prefers-reduced-motion: reduce) {
  .photo-awards__image,
  .photo-awards__overlay,
  .photo-awards-swiper .swiper-slide {
    animation: none !important;
    transition: none !important; }
  .photo-contest__content,
  .photo-contest__note {
    animation: none !important;
    opacity: 1 !important; }
  .photo-gallery-swiper .swiper-wrapper {
    animation: none !important; }
  .topics__image,
  .topics__overlay,
  .topics__content,
  .topics__label {
    animation: none !important;
    transition: opacity 0.1s ease !important; }
  .story-gallery__item,
  .story-gallery__image {
    animation: none !important;
    transition: opacity 0.1s ease !important; } }
