.home-header__title {
  font-size: clamp(24px, 4vw, 40px);
  font-weight: 400;
  line-height: 1.2;
  color: var(--shop-color-title);
  margin: 0; }

.home-header__desc {
  font-size: 16px;
  line-height: 1.45;
  color: #706C66;
  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 #000;
    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: center; }
  .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;
      border-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; }

/* ------------------------------------------
   CONTEST TIMELINE SECTION
   ------------------------------------------ */
.contest-timeline {
  contain: layout style;
  scroll-margin-top: 80px; }
  .contest-timeline .photo-contest__cta {
    display: flex;
    justify-content: center;
    margin-top: 40px;
    gap: 15px; }
    .contest-timeline .photo-contest__cta .button.button-outline {
      border-color: black;
      color: #000; }
      .contest-timeline .photo-contest__cta .button.button-outline svg path {
        stroke: #000; }
      .contest-timeline .photo-contest__cta .button.button-outline:hover {
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25); }
        .contest-timeline .photo-contest__cta .button.button-outline:hover::before, .contest-timeline .photo-contest__cta .button.button-outline:hover::after {
          background: rgba(0, 0, 0, 0.15); }
    .contest-timeline .photo-contest__cta .button--flash:hover {
      color: #000; }
  .contest-timeline__header {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 80px; }
  .contest-timeline__intro {
    display: flex;
    gap: 40px;
    align-items: end;
    margin-bottom: 40px; }
  .contest-timeline__intro-left {
    flex: 1; }
    .contest-timeline__intro-left h2 {
      font-size: clamp(24px, 4vw, 40px);
      font-weight: 400;
      line-height: 1.2;
      color: var(--shop-color-title); }
  .contest-timeline__intro-right {
    flex: 1; }
    .contest-timeline__intro-right p {
      font-size: 16px;
      color: #706C66; }
  .contest-timeline__track {
    display: flex;
    justify-content: center;
    gap: 0; }
  .contest-timeline__milestone {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    flex: 1;
    max-width: 450px;
    position: relative; }
    .contest-timeline__milestone:first-child {
      max-width: 220px;
      flex: 0 0 220px; }
      .contest-timeline__milestone:first-child .contest-timeline__milestone-date span {
        margin-left: 0; }
    .contest-timeline__milestone:nth-child(2) {
      max-width: 220px;
      flex: 0 0 220px; }
    .contest-timeline__milestone:nth-child(3) {
      max-width: 326px;
      flex: 0 0 326px; }
    .contest-timeline__milestone:nth-child(4) {
      max-width: 254px;
      flex: 0 0 254px; }
    .contest-timeline__milestone:last-child {
      max-width: 180px;
      flex: 0 0 180px; }
  .contest-timeline__bar {
    width: 100%;
    height: 16px; }
  .contest-timeline__info {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    text-align: center; }
  .contest-timeline__milestone-title {
    font-size: 22px;
    font-weight: 400;
    line-height: 1.1;
    margin: 0; }
  .contest-timeline__milestone-date {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.1;
    margin: 0;
    position: absolute;
    top: -50px;
    left: 0; }
    .contest-timeline__milestone-date span {
      margin-left: -18px;
      display: block; }
    .contest-timeline__milestone-date::before {
      content: '';
      position: absolute;
      bottom: -34px;
      left: 0;
      background-color: #C3BFB9;
      width: 1px;
      height: 25px;
      display: block; }

/* ------------------------------------------
   TOP AWARDS SECTION
   ------------------------------------------ */
.top-awards .top-awards__header {
  margin-bottom: 40px; }

.top-awards .top-awards__title {
  font-size: clamp(28px, 4vw, 40px);
  font-weight: 400;
  line-height: 1.2;
  color: #000;
  margin: 0 0 16px 0; }

.top-awards .top-awards__desc {
  font-size: 16px;
  line-height: 1.45;
  color: #706c66;
  margin: 0; }

.top-awards .top-awards__grid {
  margin-top: 40px; }
  .top-awards .top-awards__grid .row {
    gap: 16px 0; }
    @media (min-width: 768px) {
      .top-awards .top-awards__grid .row {
        gap: 0;
        margin-left: -8px;
        margin-right: -8px; }
        .top-awards .top-awards__grid .row > [class*="col-"] {
          padding-left: 8px;
          padding-right: 8px; } }

.top-awards .top-awards__card {
  background: linear-gradient(0deg, #F6EBF0 0%, #FAFAFA 100%);
  padding: 30px;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  min-height: 280px; }

.top-awards .top-awards__card-title {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  color: #000;
  margin: 0;
  text-transform: capitalize; }

.top-awards .top-awards__card-content {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.2;
  color: rgba(0, 0, 0, 0.75);
  margin: 0; }
  .top-awards .top-awards__card-content p {
    margin-bottom: 12px; }
    .top-awards .top-awards__card-content p:last-child {
      margin-bottom: 0;
      justify-content: space-between;
      align-items: center; }
  .top-awards .top-awards__card-content ul {
    margin: 0;
    padding-left: 24px;
    list-style-type: disc; }
    .top-awards .top-awards__card-content ul li {
      margin-bottom: 0;
      line-height: 1.2; }

/* ------------------------------------------
   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: center; }
  .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; }
  .contest-timeline__header {
    padding: 0 30px; }
  .contest-timeline__intro {
    flex-direction: column;
    gap: 10px;
    align-items: start;
    margin-bottom: 0; }
  .contest-timeline__intro-left {
    max-width: 100%; }
  .contest-timeline__title {
    font-size: 32px; }
  .contest-timeline__track {
    padding: 0 30px;
    flex-wrap: wrap;
    gap: 20px; }
  .contest-timeline__milestone {
    flex: 0 0 calc(50% - 10px) !important;
    max-width: calc(50% - 10px) !important; }
  .contest-timeline__milestone-title {
    font-size: 24px; }
  .contest-timeline__milestone-date {
    font-size: 16px;
    position: unset; }
    .contest-timeline__milestone-date span {
      margin-left: 0; }
    .contest-timeline__milestone-date::before {
      content: none; } }

/* Responsive for Top Awards */
@media (max-width: 767px) {
  .top-awards .top-awards__header {
    margin-bottom: 24px; }
    .top-awards .top-awards__header .row {
      gap: 12px 0; }
  .top-awards .top-awards__title {
    font-size: 24px;
    margin-bottom: 12px; }
  .top-awards .top-awards__desc {
    font-size: 14px; }
  .top-awards .top-awards__grid {
    margin-top: 24px; }
  .top-awards .top-awards__card {
    padding: 24px;
    gap: 16px;
    min-height: auto; }
  .top-awards .top-awards__card-title {
    font-size: 18px; }
  .top-awards .top-awards__card-content {
    font-size: 14px; }
  .contest-timeline__header {
    padding: 0;
    margin-bottom: 30px; }
  .contest-timeline__title {
    font-size: 26px; }
  .contest-timeline__desc {
    font-size: 14px; }
  .contest-timeline__track {
    padding: 0;
    flex-direction: column;
    gap: 15px; }
  .contest-timeline__milestone {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    flex-direction: row;
    align-items: flex-start;
    gap: 20px; }
  .contest-timeline__bar {
    width: 8px;
    height: 80px;
    flex-shrink: 0; }
  .contest-timeline__info {
    align-items: flex-start;
    text-align: left; }
  .contest-timeline__milestone-title {
    font-size: 20px; }
  .contest-timeline__milestone-date {
    font-size: 14px; } }
