/* =================================================================
   OVERRIDE CSS
   ================================================================= */

/* OVERRIDE LEBAR KONTAINER UNTUK LAYAR BESAR (LAPTOP L & 4K) */
@media (min-width: 1400px) {
  .u-sheet {
    width: 1320px !important;
    max-width: 90vw !important;
  }
}

@media (min-width: 1800px) {
  .u-sheet {
    width: 1560px !important;
    max-width: 88vw !important;
  }
}

/* OVERRIDE NICEPAGE SPACING ISSUE */
.u-section-1 .u-sheet-1 {
  min-height: auto !important;
  height: auto !important;
}

.u-section-1 .u-text-1,
.u-section-1 .u-text-2,
.u-section-1 .u-text-3,
.u-section-1 .u-text-4,
.u-section-1 .u-text-5,
.u-section-1 .u-text-6,
.u-section-1 .u-text-7 {
  margin: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
  position: relative !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  bottom: auto !important;
}

.u-section-3, 
.u-section-3 .u-sheet-1,
#block-3 .u-sheet-1 {
  min-height: auto !important;
  height: auto !important;
  padding-bottom: 0 !important;
}

/* STYLE HEADER TOP ROW (LOGO ALIGN TOP) */
.banner-header-row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start !important;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 15px;
}

.banner-header-title {
  flex: 0 0 60%;
}

.banner-header-logo {
  flex-shrink: 0;
  margin-top: 5px;
}

.top-nest-roost-logo {
  height: 65px;
  width: auto;
  object-fit: contain;
}

@media (min-width: 768px) {
  .top-nest-roost-logo,
  .mobile-nest-roost-logo {
    height: 85px !important;
  }
}

/* ACCURATE POSTER TYPOGRAPHY STYLES */
.poster-heading-yellow {
  font-family: 'American Captain', 'Impact', sans-serif !important;
  color: #FFE600 !important;
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
  font-size: clamp(2.5rem, 5vw, 6rem) !important;
  line-height: 0.95 !important;
  -webkit-text-stroke: 0.1px #C0139C !important;
  text-shadow: 
    0px 3px 0px #0055D4,
    2px 4px 0px #120340 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.poster-heading-pink {
  font-family: 'American Captain', 'Impact', sans-serif !important;
  color: #E6007E !important;
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
  font-size: clamp(1.5rem, 3vw, 3.2rem) !important;
  line-height: 1.05 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  -webkit-text-stroke: 1px #FFFFFF !important;
  text-shadow: 
    0px 4px 0px #4A001C,
    0px 6px 0px #300012 !important;
}

/* ==============================================
   LAYOUT 2 KOLOM BANNER UTAMA (LAPTOP & ABOVE)
   ============================================== */
@media (min-width: 992px) {
  .u-section-1 .u-sheet-1 {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: flex-start !important;
    justify-content: space-between !important;
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .poster-heading-yellow {
    font-size: 6rem !important;
  }

  /* Logo Nest-Roost Right Margin 2.5rem */
  .banner-header-logo {
    margin-right: 2.5rem !important;
  }

  .banner-left-content {
    flex: 0 0 50% !important;
    max-width: 50% !important;
    display: flex;
    flex-direction: column;
    justify-content: flex-start !important;
    align-items: flex-start !important;
  }

  .banner-right-content {
    flex: 0 0 46% !important;
    max-width: 46% !important;
    display: flex;
    flex-direction: column;
    justify-content: flex-start !important;
    align-items: flex-end !important;
    padding-top: 10px;
  }

  /* Animated Skull margin-top -20% & align end */
  .u-section-1 .u-image-1 {
    width: auto !important;
    max-width: 100% !important;
    height: auto !important;
    max-height: 380px !important;
    margin-top: -20% !important;
    margin-left: auto !important;
    margin-right: 0 !important;
    align-self: flex-end !important;
    object-fit: contain !important;
  }

  .banner-intro-text {
    margin-top: 15px !important;
  }

  /* Event About Title 1.5rem & Event About Desc margin-top 0 */
  .event-about-title {
    font-size: 1.5rem !important;
  }

  .event-about-desc {
    margin-top: 0 !important;
  }

  /* Skull PNG Opacity 0.5 on Laptop and above */
  .ad-banner-left img {
    opacity: 0.5 !important;
  }
}

/* SHARED TYPOGRAPHY - UNIFIED WITH AD DRESSCODE FONT SIZE */
.banner-left-content {
  font-family: 'Poppins', sans-serif !important;
}

.ad-dresscode-text,
.banner-left-content .banner-intro-text,
.banner-left-content .event-about-desc,
.u-section-1 .banner-left-content p.banner-intro-text,
.u-section-1 .banner-left-content h6.event-about-desc {
  font-size: 0.95rem !important;
  font-family: 'Poppins', sans-serif !important;
  line-height: 1.6 !important;
}

.banner-intro-text {
  font-weight: 500 !important;
  color: #ffffff !important;
  margin-bottom: 25px !important;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.85), 0 1px 3px rgba(0, 0, 0, 0.9) !important;
}

.event-about-title {
  font-family: 'Poppins', sans-serif !important;
  font-size: clamp(1rem, 1.1vw, 1.25rem);
  font-weight: 800 !important;
  color: #FFD700 !important;
  margin-top: 0 !important;
  margin-bottom: 10px !important;
  letter-spacing: 1px !important;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.9) !important;
}

.event-about-desc {
  font-weight: 500 !important;
  color: #ffffff !important;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.85), 0 1px 3px rgba(0, 0, 0, 0.9) !important;
  margin-bottom: 0 !important;
}

/* BANNER AD CARD SECTION */
.ad-banner-card {
  background: linear-gradient(135deg, rgba(82, 23, 85, 0.92) 0%, rgba(162, 34, 102, 0.92) 100%);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 20px;
  padding: clamp(25px, 3vw, 50px);
  position: relative;
  overflow: hidden;
  color: #ffffff;
  box-shadow: 0 10px 30px rgba(0,0,0,0.6);
  margin: 40px auto 0 auto;
  font-family: 'Poppins', sans-serif !important;
}

.ad-banner-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.ad-banner-left {
  flex: 0 0 35%;
  text-align: center;
}

/* BASIC SKULL IMAGE ADJUSTMENTS */
.ad-banner-left img {
  width: 100% !important;
  height: 300px !important;
  object-fit: contain !important;
  filter: drop-shadow(0 5px 15px rgba(0,0,0,0.5));
}

.ad-banner-right {
  flex: 1;
}

.ad-subtitle {
  font-family: 'Poppins', sans-serif !important;
  color: #FFFFFF !important;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 0 0 5px 0;
}

/* Date text styled same size as subtitle (0.95rem) */
.ad-title-date {
  color: #FFFFFF !important;
  font-family: 'Poppins', sans-serif !important;
  font-size: 0.95rem !important;
  font-weight: 700 !important;
  letter-spacing: 2px !important;
  text-transform: uppercase;
  margin: 5px 0 15px 0;
}

.ad-title-main {
  margin: 0 0 2px 0 !important;
  font-size: clamp(2.2rem, 3.2vw, 3.8rem) !important;
  line-height: 1.05 !important;
}

.ad-title-link {
  text-decoration: none !important;
  display: inline-block;
  transition: transform 0.2s ease;
}

.ad-title-link:hover {
  transform: scale(1.02);
}

/* Price text styled bigger (1.8rem) matching previous date styling */
.ad-price-text {
  font-family: 'American Captain', 'Poppins', sans-serif !important;
  font-size: clamp(1.4rem, 2.2vw, 1.8rem) !important;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #FFFFFF;
  margin: 12px 0 10px 0;
}

.ad-price-text span.yellow {
  color: #FFEE00;
  font-size: clamp(1.5rem, 2.5vw, 2.1rem) !important;
  font-weight: 800;
}

.ad-dresscode-text {
  font-weight: 600;
  color: #FFD700;
  margin: 0 0 20px 0;
  white-space: nowrap;
}

.ad-dresscode-text span.white {
  color: #FFFFFF;
  font-weight: 400;
}

/* MOBILE LINE BREAK UTILITY */
.d-mobile-block {
  display: none;
}

/* BOOK NOW BUTTON WITH WHITE TEXT & GLOW EFFECT ON HOVER */
.ad-btn-book {
  font-family: 'Poppins', sans-serif !important;
  display: inline-block;
  background: linear-gradient(90deg, #FFDD00 0%, var(--color-magenta) 100%);
  color: #FFFFFF !important;
  font-weight: 800;
  font-size: 0.95rem;
  padding: 12px 32px;
  border-radius: 30px;
  text-decoration: none !important;
  box-shadow: 0 4px 15px rgba(255, 221, 0, 0.4);
  transition: transform 0.25s ease, box-shadow 0.25s ease, color 0.25s ease;
}

.ad-btn-book:hover {
  transform: translateY(-2px) scale(1.04);
  color: #FFFFFF !important;
  box-shadow: 0 0 20px rgba(255, 238, 0, 0.9), 0 0 35px rgba(255, 0, 127, 0.8) !important;
}

/* ==============================================
   FEATURED HIGHLIGHTS / GALLERY RESPONSIVE FLEX
   ============================================== */
.featured-artist {
  padding-top: 3rem;
  padding-bottom: 4rem;
  color: #ffffff;
  font-family: 'Poppins', sans-serif !important;
}

.featured-artist-inner {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

.featured-artist-right {
  display: flex;
  width: 100%;
  height: clamp(420px, 32vw, 580px);
  gap: 14px;
}

.featured-artist-right:hover .featured-artist-box {
  flex: 1;
}

.featured-artist-box {
  flex: 1;
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  height: 100%;
  box-shadow: 0 8px 25px rgba(0,0,0,0.6);
  border: 1px solid rgba(255, 255, 255, 0.15);
  transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  cursor: pointer;
}

.featured-artist-box:hover {
  flex: 3;
}

.artist-image {
  width: 100%;
  height: 100%;
  position: relative;
}

.artist-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.theme-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0,0,0,0.1) 0%, rgba(15, 10, 25, 0.9) 100%);
  transition: opacity 0.4s ease;
}

.featured-artist-box:hover .theme-overlay {
  opacity: 0.6;
}

.artist-info {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
  z-index: 2;
  pointer-events: none;
}

.artist-info h4 {
  margin: 0 0 5px 0;
  font-size: clamp(0.95rem, 1.1vw, 1.25rem);
  font-family: 'Poppins', sans-serif !important;
  line-height: 1.2;
}

.artist-info h4 .white {
  color: #ffffff;
  font-weight: 700;
  text-shadow: 0 2px 4px rgba(0,0,0,0.8);
}

.artist-info p.small {
  font-family: 'Poppins', sans-serif !important;
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.85);
  margin: 0;
  line-height: 1.3;
}

/* MEDIA QUERIES UNTUK RESPONSIVE BANNER & GALERI FLEX */
@media (max-width: 1200px) {
  .featured-artist-right {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    height: auto;
    gap: 12px;
  }
  .featured-artist-right:hover .featured-artist-box { flex: none; }
  .featured-artist-box {
    height: 280px;
    flex: none !important;
  }
}

/* TABLET AND BELOW (<= 991px): LOGO -> TITLE -> ANIMATED SKULL -> DESCRIPTIVE TEXT */
@media (max-width: 991px) {
  .u-section-1 .u-sheet-1 {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
    padding-top: 30px !important;
    min-height: auto !important;
  }

  .mobile-nest-roost-logo {
    order: 0 !important;
    display: block !important;
    margin: 0 auto 25px auto !important;
    height: 65px;
    width: auto !important;
    object-fit: contain !important;
  }

  .banner-header-row {
    order: 1 !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    margin-bottom: 20px !important;
  }

  .banner-header-logo {
    display: none !important;
  }

  .banner-right-content {
    order: 2 !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
    width: 100% !important;
    align-items: center !important;
    margin-bottom: 20px !important;
  }

  .banner-left-content {
    order: 3 !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
    width: 100% !important;
    align-items: center !important;
  }

  .poster-heading-yellow { 
    text-align: center !important;
    margin: 0 auto !important;
    -webkit-text-stroke: 0.1px #C0139C !important;
  }

  .poster-heading-pink { 
    text-align: center !important;
    margin: 0 auto !important;
    -webkit-text-stroke: 0.8px #FFFFFF !important;
  }

  .u-section-1 .u-image-1 {
    margin: 0 auto !important;
    max-width: 380px !important;
    height: auto !important;
  }

  .banner-intro-text {
    text-align: center !important;
    margin: 0 auto 15px auto !important;
    max-width: 100% !important;
    background: rgba(15, 10, 25, 0.4);
    padding: 15px;
    border-radius: 12px;
    backdrop-filter: blur(8px);
  }

  .event-about-title,
  .event-about-desc {
    text-align: center !important;
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .ad-dresscode-text {
    white-space: normal;
  }

  .ad-banner-wrapper { 
    flex-direction: column; 
    text-align: center; 
    gap: 10px;
  }
  
  /* HIDE AD BANNER LEFT CONTAINER ON TABLET AND BELOW */
  .ad-banner-left {
    display: none !important;
  }

  .ad-banner-right { text-align: center; }
  .featured-artist-right {
    grid-template-columns: repeat(2, 1fr);
  }
  .featured-artist-box {
    height: 260px;
  }
}

@media (min-width: 992px) {
  .mobile-nest-roost-logo {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .featured-artist-right {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .featured-artist-box {
    height: 220px;
  }
  .ny-footer-container { flex-direction: column; align-items: flex-start; }
  .ny-scroll-top { right: 20px; bottom: 12px; }
}

@media (max-width: 576px) {
  .mobile-nest-roost-logo {
    height: 55px !important;
    margin-bottom: 25px !important;
  }

  /* ENABLE MOBILE-ONLY LINE BREAKS */
  .d-mobile-block {
    display: block !important;
  }

  .u-section-1 .banner-left-content .banner-intro-text,
  .u-section-1 .banner-left-content .event-about-desc {
    font-size: 0.85rem !important;
  }

  .ad-banner-card {
    padding: 20px 15px !important;
  }

  .ad-subtitle,
  .ad-title-date {
    font-size: 0.8rem !important;
    letter-spacing: 1px !important;
  }

  .ad-title-main {
    font-size: 2.1rem !important;
    line-height: 1 !important;
  }

  .ad-title-date {
    margin: 4px 0 10px 0 !important;
  }

  .ad-price-text {
    font-size: 1.1rem !important;
    margin: 6px 0 !important;
  }

  .ad-price-text span.yellow {
    font-size: 1.25rem !important;
  }

  .ad-dresscode-text {
    font-size: 0.8rem !important;
    margin-bottom: 15px !important;
    white-space: normal !important;
  }

  .ad-btn-book {
    font-size: 0.85rem !important;
    padding: 10px 24px !important;
  }

  .featured-artist-right {
    display: flex;
    flex-direction: column;
    height: auto;
    gap: 16px;
  }
  .featured-artist-box {
    width: 100%;
    height: 380px !important;
    border-radius: 16px;
  }
  .artist-info {
    padding: 22px;
  }
  .artist-info h4 {
    font-size: 1.25rem;
  }
}

/* ==============================================
   FOOTER STYLE (TEMA UNGU/MAGENTA HALLOWEEN)
   ============================================== */
.ny-footer {
  background: rgba(22, 14, 42, 0.92);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  color: #ffffff;
  padding-top: 40px;
  padding-bottom: 0;
  position: relative;
  border-top: 1px solid rgba(255, 0, 127, 0.2);
  margin-top: auto;
  font-family: 'Poppins', sans-serif !important;
}

.ny-footer-container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 20px 30px 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 30px;
}

@media (min-width: 1400px) {
  .ny-footer-container {
    max-width: 1320px;
  }
}

.ny-footer-brand {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}

.ny-footer-logo {
  width: 200px !important;
  height: auto !important;
  max-height: 181.5px !important;
  object-fit: contain !important;
}

.ny-social-links {
  display: flex;
  gap: 12px;
}

.ny-social-btn {
  width: 36px;
  height: 36px;
  background-color: #ffffff;
  color: #1e163a;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none !important;
  font-size: 16px;
  transition: transform 0.2s ease, background-color 0.2s ease;
}

.ny-social-btn:hover {
  transform: translateY(-3px);
  background-color: var(--color-magenta);
  color: #ffffff;
}

.ny-footer-contact {
  display: flex;
  flex-direction: column;
  gap: 18px;
  max-width: 500px;
}

.ny-footer-contact h4 {
  font-size: 1.25rem;
  font-weight: 700;
  margin: 0 0 5px 0;
  color: #ffffff;
  font-family: 'Poppins', sans-serif !important;
}

.ny-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}

.ny-contact-item i {
  font-size: 18px;
  color: #ffffff;
  margin-top: 3px;
  width: 20px;
  text-align: center;
}

.ny-contact-link {
  color: #ffffff !important;
  text-decoration: none !important;
  transition: opacity 0.2s ease;
}

.ny-contact-link:hover {
  opacity: 0.85;
}

.ny-contact-text p {
  margin: 0;
  font-size: 0.95rem;
  font-weight: 600;
  color: #ffffff;
  line-height: 1.3;
}

.ny-contact-text span {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.65);
  display: block;
  margin-top: 2px;
}

/* FOOTER RESPONSIVE (CENTER UNTUK MOBILE & TABLET <= 991px) */
@media (max-width: 991px) {
  .ny-footer-container {
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
  }

  .ny-footer-brand {
    align-items: center !important;
    width: 100% !important;
  }

  .ny-footer-logo {
    margin: 0 auto !important;
  }

  .ny-social-links {
    justify-content: center !important;
    width: 100% !important;
  }

  .ny-footer-contact {
    align-items: center !important;
    text-align: center !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  .ny-contact-item {
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    gap: 6px !important;
  }

  .ny-contact-item i {
    margin-top: 0 !important;
  }

  .ny-scroll-top {
    right: 20px !important;
    bottom: 12px !important;
  }
}

/* SUB-FOOTER COPYRIGHT BAR */
.ny-footer-copyright {
  background-color: #3B154C;
  border-top: 1px solid rgba(255, 0, 127, 0.3);
  color: #ffffff;
  text-align: center;
  padding: 14px 20px;
  font-size: 0.85rem;
  font-weight: 500;
  letter-spacing: 0.5px;
}

/* TOMBOL SCROLL TOP */
.ny-scroll-top {
  position: absolute;
  right: 30px;
  bottom: 10px;
  width: 42px;
  height: 42px;
  background-color: var(--color-magenta);
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none !important;
  box-shadow: 0 4px 15px rgba(255, 0, 127, 0.4);
  transition: transform 0.2s ease, background-color 0.2s ease;
  z-index: 10;
}

.ny-scroll-top:hover {
  transform: scale(1.1);
  background-color: #D8006C;
  color: #ffffff;
}
