/**
 * Landing Page v4 — The House of Legends
 * Figma design reference: The-House-of-Legends (node-id=1187-8308)
 * Design tokens and overrides for Version 4.
 */

/* ============================================
   V4 Design Tokens (sync with Figma when available)
   ============================================ */
.landing-v4 {
  /* Colors */
  --hol-v4-bg: #1a1a1a;
  --hol-v4-surface: #242424;
  --hol-v4-text: #e6e6e6;
  --hol-v4-text-muted: #b3b3b3;
  --hol-v4-gold: #c5a059;
  --hol-v4-gold-hover: #b8944f;
  --hol-v4-border: rgba(230, 230, 230, 0.12);
  --hol-v4-overlay: rgba(26, 26, 26, 0.92);

  /* Typography */
  --hol-v4-font-sans: "Mulish", sans-serif;
  --hol-v4-font-serif: "Decophile", "Playfair Display", serif;
  --hol-v4-font-accent: "Philosopher", serif;

  --hol-v4-title-xl: 64px;
  --hol-v4-title-xl-line: 72px;
  --hol-v4-title-lg: 32px;
  --hol-v4-title-lg-line: 38px;
  --hol-v4-body: 18px;
  --hol-v4-body-line: 28px;
  --hol-v4-caption: 14px;
  --hol-v4-caption-line: 22px;

  /* Spacing (8px base) */
  --hol-v4-space-xs: 8px;
  --hol-v4-space-sm: 16px;
  --hol-v4-space-md: 24px;
  --hol-v4-space-lg: 32px;
  --hol-v4-space-xl: 40px;
  --hol-v4-space-2xl: 64px;
  --hol-v4-space-3xl: 80px;
  --hol-v4-section-padding-y: 80px;
  --hol-v4-section-padding-x: 120px;
  --hol-v4-nav-padding-x: 120px;

  /* Layout */
  --hol-v4-max-width: 1440px;
  --hol-v4-hero-min-height: 85vh;
  --hol-v4-hero-min-height-mobile: 100vh;
  --hol-v4-radius-full: 800px;
  --hol-v4-radius-md: 12px;

  /* Transitions */
  --hol-v4-ease: cubic-bezier(0.4, 0, 0.2, 1);
  --hol-v4-duration: 0.3s;
}

/* ============================================
   V4 Overrides — Navigation
   ============================================ */
.landing-v4 .top-navigation {
  padding: var(--hol-v4-space-sm) var(--hol-v4-nav-padding-x);
}

.landing-v4 .nav-link {
  font-size: var(--hol-v4-body);
  line-height: var(--hol-v4-body-line);
  color: var(--hol-v4-text);
}

.landing-v4 .nav-link:hover {
  color: var(--hol-v4-gold);
}

.landing-v4 .nav-link--disabled,
.landing-v4 .mobile-menu-link--disabled {
  opacity: 0.45;
  cursor: not-allowed;
  pointer-events: none;
  user-select: none;
}

.landing-v4 .nav-link--disabled:hover,
.landing-v4 .mobile-menu-link--disabled:hover {
  color: var(--hol-v4-text);
}

/* ============================================
   V4 Overrides — Hero
   ============================================ */
.landing-v4 .hero-section {
  min-height: var(--hol-v4-hero-min-height);
  padding: var(--hol-v4-space-2xl) 0 212px;
}

.landing-v4 .hero-content {
  gap: var(--hol-v4-space-lg);
  padding-top: 120px;
}

.landing-v4 .hero-title {
  font-family: var(--hol-v4-font-serif);
  font-size: var(--hol-v4-title-xl);
  line-height: var(--hol-v4-title-xl-line);
  color: var(--hol-v4-gold);
}

.landing-v4 .hero-subtitle {
  font-family: var(--hol-v4-font-accent);
  font-size: var(--hol-v4-title-lg);
  line-height: var(--hol-v4-title-lg-line);
  color: var(--hol-v4-text);
}

.landing-v4 .cta-button {
  background-color: var(--hol-v4-gold);
  color: var(--hol-v4-bg);
  padding: var(--hol-v4-space-xs) var(--hol-v4-space-md);
  border-radius: var(--hol-v4-radius-full);
  font-size: var(--hol-v4-body);
  font-weight: 700;
  line-height: var(--hol-v4-body-line);
  transition: background-color var(--hol-v4-duration) var(--hol-v4-ease);
}

.landing-v4 .cta-button:hover {
  background-color: var(--hol-v4-gold-hover);
}

.landing-v4 .hero-ctas .cta-button.hero-cta-secondary {
  border: 2px solid var(--hol-v4-gold);
  color: var(--hol-v4-text);
}

.landing-v4 .hero-ctas .cta-button.hero-cta-secondary:hover {
  background-color: rgba(197, 160, 89, 0.15);
}

.landing-v4 .hero-note {
  font-size: var(--hol-v4-caption);
  line-height: var(--hol-v4-caption-line);
  color: var(--hol-v4-text-muted);
}

.landing-v4 .hero-seats-available {
  font-family: var(--hol-v4-font-accent);
  font-size: var(--hol-v4-title-lg);
  line-height: var(--hol-v4-caption-line);
  color: var(--hol-v4-text);
  margin: 0 0 var(--hol-v4-space-sm) 0;
}
  
/* ============================================
   V4 Overrides — Sections
   ============================================ */
.landing-v4 .section-container {
  max-width: var(--hol-v4-max-width);
  margin: 0 auto;
  padding: var(--hol-v4-section-padding-y) 0;
}

.landing-v4 .section-title {
  font-family: var(--hol-v4-font-serif);
  font-size: 64px;
  line-height: 72px;
  font-weight: 400;
  color: var(--hol-v4-gold);
  margin-bottom: var(--hol-v4-space-xl);
}

/* ============================================
   V4 Overrides — Upcoming Shows (cards)
   ============================================ */
.landing-v4 .upcoming-shows-section {
  padding-top: var(--hol-v4-space-3xl);
}

.landing-v4 .upcoming-shows-header {
  margin-bottom: var(--hol-v4-space-xl);
}

.landing-v4 .upcoming-show-title {
  color: var(--hol-v4-text);
}

.landing-v4 .upcoming-show-subtitle {
  color: var(--hol-v4-text-muted);
}

/* ============================================
   V4 Overrides — Program / Calendar cards
   ============================================ */
.landing-v4 .program-group {
  margin-bottom: var(--hol-v4-space-3xl);
}

.landing-v4 .program-title {
  color: var(--hol-v4-text);
  margin-bottom: var(--hol-v4-space-lg);
}

.landing-v4 .card-title {
  color: var(--hol-v4-text);
}

.landing-v4 .card-description {
  color: var(--hol-v4-text-muted);
}

/* ============================================
   V4 Overrides — Practical Info & Footer
   ============================================ */
.landing-v4 .info-label {
  color: var(--hol-v4-text-muted);
}

.landing-v4 .info-value,
.landing-v4 .fanpage-link {
  color: var(--hol-v4-text);
}

.landing-v4 .info-value-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.landing-v4 .fanpage-link {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.landing-v4 .fanpage-link:hover {
  text-decoration: underline;
}

.landing-v4 .info-value-link .arrow-up-right {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.landing-v4 .info-value-link:hover .arrow-up-right path {
  stroke: #c5a059;
}

.landing-v4 .footer-title {
  color: var(--hol-v4-gold);
}

.landing-v4 .footer-subtitle,
.landing-v4 .footer-copyright {
  color: var(--hol-v4-text-muted);
}

.landing-v4 .footer-container {
  padding-left: var(--hol-v4-section-padding-x);
  padding-right: var(--hol-v4-section-padding-x);
}

.landing-v4 .footer-bottom {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  margin-top: var(--hol-v4-space-md);
  width: 100%;
}

.landing-v4 .footer-copyright {
  grid-column: 2;
  justify-self: center;
  text-align: center;
}

.landing-v4 .footer-terms-link {
  grid-column: 3;
  justify-self: end;
  white-space: nowrap;
  color: var(--hol-v4-text-muted);
  font-family: var(--hol-v4-font-sans);
  font-size: var(--hol-v4-caption);
  line-height: var(--hol-v4-caption-line);
  text-decoration: underline;
  text-underline-offset: 4px;
  transition: color var(--hol-v4-duration) var(--hol-v4-ease);
}

.landing-v4 .footer-terms-link:hover {
  color: var(--hol-v4-gold);
  text-decoration: underline;
}

/* ============================================
   V4 Responsive — Tablet & Mobile
   ============================================ */
@media screen and (max-width: 1024px) {
  .landing-v4 {
    --hol-v4-section-padding-x: 48px;
    --hol-v4-nav-padding-x: 48px;
  }

  .landing-v4 .section-title {
    font-size: 48px;
    line-height: 56px;
  }

  .landing-v4 .hero-title {
    font-size: 48px;
    line-height: 56px;
  }

  .landing-v4 .hero-subtitle {
    font-size: 24px;
    line-height: 32px;
  }
}

@media screen and (max-width: 768px) {
  .landing-v4 {
    --hol-v4-section-padding-x: 20px;
    --hol-v4-nav-padding-x: 20px;
    --hol-v4-hero-min-height: var(--hol-v4-hero-min-height-mobile);
  }

  .landing-v4 .hero-section {
    min-height: var(--hol-v4-hero-min-height-mobile);
    padding: 100px 0 120px;
  }

  .landing-v4 .section-title {
    font-size: 36px;
    font-weight: 400;
    line-height: 44px;
    margin-bottom: var(--hol-v4-space-lg);
  }

  .landing-v4 .hero-title {
    font-size: 32px;
    line-height: 40px;
  }

  .landing-v4 .hero-subtitle {
    font-size: 18px;
    line-height: 26px;
  }

  .landing-v4 .hero-ctas {
    flex-direction: column;
    gap: var(--hol-v4-space-sm);
  }

  .landing-v4 .hero-ctas .cta-button {
    width: 100%;
    max-width: 280px;
    text-align: center;
  }
}

/* ============================================
   Testimonials (ENJOYED BY OVER 500 GUESTS)
   ============================================ */
.what-to-expect-section {
  background-color: rgb(26, 26, 26);
  padding: var(--hol-v4-space-3xl) var(--hol-v4-section-padding-x);
  margin-top: 0;
}

.what-to-expect-container {
  max-width: var(--hol-v4-max-width);
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .what-to-expect-section {
    padding: var(--hol-v4-space-2xl) var(--hol-v4-section-padding-x);
  }

  .what-to-expect-container {
    overflow: hidden;
  }

  .hero-scroll-stage {
    height: 200vh;
  }

  /* "Enjoyed by over" on row 1, "500 guests" on row 2 */
  .what-to-expect-heading.hero-scroll-title {
    display: block;
    text-align: center;
  }

  .what-to-expect-heading.hero-scroll-title .hero-scroll-title-text {
    display: inline;
    margin-right: 0.35em;
  }

  .what-to-expect-heading.hero-scroll-title .hero-scroll-title-reveal {
    display: inline;
  }

  .what-to-expect-heading.hero-scroll-title .hero-scroll-title-reveal-inner {
    display: inline;
  }

  .what-to-expect-heading.hero-scroll-title .hero-scroll-title-reveal-inner:first-child::after {
    content: "\A";
    white-space: pre;
  }

  .what-to-expect-heading.hero-scroll-title .hero-scroll-title-number {
    display: inline;
    margin: 0 0.25em;
  }

  .hero-scroll-title-text,
  .hero-scroll-title-reveal-inner {
    font-size: 36px;
    font-weight: 400;
    line-height: 44px;
  }

  .hero-scroll-title-number {
    font-size: clamp(52px, 15vw, 84px);
  }

  .testimonials-slider {
    margin-top: var(--hol-v4-space-xl);
  }

  .testimonial-card {
    padding: var(--hol-v4-space-sm) 0;
  }

  .testimonial-text {
    font-size: 20px;
  }
}

/* Mobile: chia "Choose / Your Evening" thành 2 dòng */
@media screen and (max-width: 768px) {
  .reservation-title-break {
    display: inline;
  }
}

@media screen and (min-width: 769px) {
  .reservation-title-break {
    display: none;
  }
}

/* ============================================
   What to Expect (section riêng: trên Upcoming Shows, dưới ENJOYED + testimonials)
   ============================================ */
.what-to-expect-experience-section {
  background-color: var(--hol-v4-bg);
  padding: 0;
  width: 100%;
  min-height: 100vh;
  box-sizing: border-box;
}

.what-to-expect-experience-section .section-container {
  max-width: none;
  width: 100%;
  padding: var(--hol-v4-section-padding-y) var(--hol-v4-section-padding-x);
  box-sizing: border-box;
  /* Bỏ transform để position:fixed của form bên phải tính theo viewport, không bị kẹt theo section */
  transform: none !important;
  opacity: 1;
  will-change: auto;
}

.what-to-expect-experience-section .section-title {
  margin-bottom: var(--hol-v4-space-xl);
}

/* ============================================
   What to Expect: two columns (experience carousel + reservation box)
   ============================================ */
.what-to-expect-two-col {
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: var(--hol-v4-space-3xl);
  align-items: start;
  max-width: var(--hol-v4-max-width);
  margin: 0 auto;
}

.what-to-expect-experience-section .what-to-expect-two-col {
  max-width: none;
}

.what-to-expect-content {
  min-width: 0;
}

/* Experience: Asymmetrical Grid — mỗi ảnh có thông tin ngay phía dưới */
.experience-asymmetric-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--hol-v4-space-lg);
  border-radius: var(--hol-v4-radius-md);
  max-width: 82%;
  margin: 0;
}

.experience-card-block {
  display: flex;
  flex-direction: column;
  gap: var(--hol-v4-space-md);
  min-width: 0;
}

.experience-card-block--1 {
  grid-column: 1;
  grid-row: 1;
}

.experience-card-block--2 {
  grid-column: 2;
  grid-row: 1;
}

.experience-card-block--3 {
  grid-column: 1 / -1;
  grid-row: 2;
}

.experience-grid-img--offset {
  margin-top: var(--hol-v4-space-xl);
}

.experience-grid-img {
  overflow: hidden;
  background: #2a2a2a;
  border-radius: var(--hol-v4-radius-md);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4);
  cursor: pointer;
  transform: scale(1);
  transition: transform var(--hol-v4-duration) var(--hol-v4-ease),
              box-shadow var(--hol-v4-duration) var(--hol-v4-ease);
}

.experience-grid-img:hover {
  transform: scale(1.02);
  box-shadow: 0 12px 40px rgba(197, 160, 89, 0.12);
}

.experience-card-block--1 .experience-grid-img,
.experience-card-block--2 .experience-grid-img {
  aspect-ratio: 16 / 7;
}

.experience-card-block--3 .experience-grid-img {
  aspect-ratio: 21 / 6;
}

.experience-grid-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1);
  transition: transform var(--hol-v4-duration) var(--hol-v4-ease);
}

.experience-grid-img:hover img {
  transform: scale(1.08);
}

.experience-card-body {
  padding: 0;
}

.experience-card-title {
  color: var(--Neutral-White, #FFF);
  font-family: Philosopher;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 38px;
  margin-bottom: var(--hol-v4-space-sm);
}

.experience-card-desc {
  font-family: var(--hol-v4-font-sans);
  font-size: var(--hol-v4-body);
  line-height: var(--hol-v4-body-line);
  color: var(--hol-v4-text-muted);
}

/* Reservation box: chỉ hiện sau khi scroll qua hero; di chuyển theo scroll (fixed); dừng trước footer */
.reservation-box-outer {
  position: relative;
  min-height: 320px;
}

.reservation-box {
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px);
  transition: opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1),
              visibility 0.5s cubic-bezier(0.4, 0, 0.2, 1),
              transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.reservation-box.reservation-box--visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* Desktop: form fixed, theo scroll từ top xuống bottom, left/width/top/bottom do JS set; nổi trên The experience */
.reservation-box.reservation-box--visible.reservation-box--fixed {
  position: fixed;
  top: var(--reservation-box-fixed-top, 100px);
  left: var(--reservation-box-fixed-left, 0);
  width: var(--reservation-box-fixed-width, 380px);
  bottom: auto;
  z-index: 20;
}

.reservation-box.reservation-box--visible.reservation-box--fixed.reservation-box--pinned-above-footer {
  top: auto;
  bottom: var(--reservation-box-fixed-bottom, 24px);
  z-index: 20;
}

.reservation-box {
  background: rgb(17, 17, 17);
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 16px;
  padding: var(--hol-v4-space-xl) 20px;
}

.reservation-box-title {
  font-family: var(--hol-v4-font-serif);
  font-size: var(--hol-v4-title-lg);
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.25;
  color: var(--hol-v4-gold);
  margin-bottom: var(--hol-v4-space-lg);
  text-transform: uppercase;
}

.reservation-box-form {
  display: flex;
  flex-direction: column;
  gap: var(--hol-v4-space-md);
}

/* Ô input giống reservation.php: .form-field + .form-input */
.reservation-field {
  padding: 12px;
  background: #2e2e2e;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.reservation-field label {
  font-family: var(--hol-v4-font-sans);
  font-size: 14px;
  line-height: 20px;
  color: #e6e6e6;
  font-weight: 400;
}

.reservation-field input {
  width: 100%;
  padding: 0;
  font-family: var(--hol-v4-font-sans);
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  background: transparent;
  border: none;
  outline: none;
}

.reservation-field input::placeholder {
  color: #808080;
}

.reservation-field input:focus {
  outline: none;
}

.reservation-field input:-webkit-autofill,
.reservation-field input:-webkit-autofill:hover,
.reservation-field input:-webkit-autofill:focus,
.reservation-field input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #2e2e2e inset !important;
  box-shadow: 0 0 0 30px #2e2e2e inset !important;
  -webkit-text-fill-color: #e6e6e6 !important;
  caret-color: #e6e6e6;
  transition: background-color 5000s ease-in-out 0s;
}

.reservation-box-submit {
  margin-top: var(--hol-v4-space-xs);
  width: 100%;
  padding: 14px 24px;
  font-size: var(--hol-v4-body);
}

/* ============================================
   The experience (dưới What to Expect): full trang, chỉ ảnh + text (form dùng form-box trượt)
   ============================================ */
.the-experience-section {
  background-color: var(--hol-v4-bg);
  padding: 0;
}

.the-experience-content {
  position: relative;
  min-height: 100vh;
  width: 100%;
  overflow: hidden;
}

.the-experience-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.the-experience-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(26, 26, 26, 0.92) 0%, rgba(26, 26, 26, 0.75) 45%, rgba(26, 26, 26, 0.4) 100%);
}

.the-experience-text {
  position: relative;
  z-index: 1;
  padding: var(--hol-v4-space-2xl) var(--hol-v4-section-padding-x);
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 880px;
}

.the-experience-label {
  font-family: var(--hol-v4-font-sans);
  font-size: var(--hol-v4-caption);
  line-height: var(--hol-v4-caption-line);
  color: var(--hol-v4-text-muted);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: var(--hol-v4-space-sm);
}

.the-experience-title {
  font-family: var(--hol-v4-font-serif);
  font-size: 64px;
  line-height: 72px;
  font-weight: 400;
  color: var(--hol-v4-gold);
  margin-bottom: var(--hol-v4-space-md);
}

.the-experience-intro {
  font-family: var(--hol-v4-font-sans);
  font-size: var(--hol-v4-title-lg);
  line-height: var(--hol-v4-title-lg-line);
  color: var(--hol-v4-text);
  margin-bottom: var(--hol-v4-space-md);
}

.the-experience-body {
  font-family: var(--hol-v4-font-sans);
  font-size: var(--hol-v4-body);
  line-height: var(--hol-v4-body-line);
  color: rgb(74, 155, 170);
}

/* Ảnh stage full màn hình 16:9 dưới The experience */
.the-experience-stage-image {
  width: 100%;
  aspect-ratio: 16 / 5;
  overflow: hidden;
  background: var(--hol-v4-bg);
}

.the-experience-stage-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* ============================================
   Event Information: nền vàng đậm, chỉ nội dung (không form)
   ============================================ */
.event-information-section {
  background-color: #c5a059;
  padding: var(--hol-v4-section-padding-y) var(--hol-v4-section-padding-x);
  width: 100%;
  margin: 0;
  min-height: 100vh;
}

.event-information-container {
  max-width: var(--hol-v4-max-width);
  margin: 0;
  padding: 0;
}

.event-information-section > .event-information-block + .event-information-block {
  margin-top: var(--hol-v4-space-2xl);
}

.event-information-header {
  display: flex;
  align-items: flex-start;
  gap: var(--hol-v4-space-xl);
  margin-bottom: var(--hol-v4-space-xl);
}

.event-information-poster {
  flex: 0 0 220px;
}

.event-information-poster img {
  width: 100%;
  height: auto;
  display: block;
}

.event-information-header-content {
  min-width: 0;
}

.event-information-label {
  font-family: var(--hol-v4-font-sans);
  font-size: var(--hol-v4-caption);
  line-height: var(--hol-v4-caption-line);
  color: rgba(0, 0, 0, 0.85);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: var(--hol-v4-space-sm);
}

.event-information-title {
  font-family: var(--hol-v4-font-serif);
  font-size: 64px;
  line-height: 72px;
  color: #1f1f1b;
  margin-bottom: var(--hol-v4-space-lg);
  text-transform: uppercase;
  font-weight: 400;
  overflow-wrap: anywhere; /* allow breaks even when title has long/unspaced segments */
  word-break: break-word;
  hyphens: auto;
}

.event-information-intro {
  font-family: var(--hol-v4-font-sans);
  font-size: var(--hol-v4-title-lg);
  line-height: var(--hol-v4-title-lg-line);
  color: #1f1f1b;
  font-weight: 600;
  margin-bottom: 0;
  max-width: 1040px;
  overflow-wrap: anywhere;
  word-break: break-word;
  hyphens: auto;
}

.event-information-body {
  font-family: var(--hol-v4-font-sans);
  font-size: var(--hol-v4-body);
  line-height: var(--hol-v4-body-line);
  color: #1f1f1b;
  max-width: 1040px;
}

.event-information-body p {
  margin-bottom: var(--hol-v4-space-md);
}

.event-information-body p:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .event-information-header {
    flex-direction: column;
    align-items: center;
    gap: var(--hol-v4-space-lg);
  }

  .event-information-poster {
    width: min(240px, 65vw);
    flex-basis: auto;
  }

  .event-information-header-content {
    width: 100%;
  }

  .event-information-label {
    font-size: 16px;
    line-height: 24px;
  }

  .event-information-title {
    font-size: clamp(28px, 6vw, var(--hol-v4-title-xl));
    line-height: 1.2;
  }

  .event-information-intro {
    font-size: 16px;
    line-height: 24px;
  }

  .event-information-section {
    padding: var(--hol-v4-space-2xl) var(--hol-v4-space-md);
  }

  /* Căn giữa chữ (trừ box Choose Your Evening) */
  .event-information-header-content > .event-information-label,
  .event-information-header-content > .event-information-title,
  .event-information-header-content > .event-information-intro,
  .event-information-container > .event-information-body {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  #reservation-box-mobile-anchor {
    margin-top: var(--hol-v4-space-2xl);
    scroll-margin-top: 24px;
  }

  #reservation-box-mobile-anchor .reservation-box-outer {
    min-height: 0;
  }

  #reservation-box-mobile-anchor .reservation-box {
    position: relative;
    opacity: 1;
    visibility: visible;
    transform: none;
    background: rgba(26, 26, 26, 0.92);
    border-color: rgba(255, 255, 255, 0.25);
  }

  #reservation-box-mobile-anchor .reservation-box-title {
    color: var(--hol-v4-gold);
  }
}

/* ============================================
   Practical Information 
   ============================================ */
.landing-v4 .practical-info-section {
  width: 100%;
  min-height: 100vh;
  padding: 0;
  display: flex;
  align-items: stretch;
  box-sizing: border-box;
}

.landing-v4 .practical-info-container {
  max-width: none;
  width: 100%;
  padding: 0;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  box-sizing: border-box;
}

.landing-v4 .practical-info-content {
  flex: 0 0 auto;
  padding: var(--hol-v4-section-padding-y) var(--hol-v4-section-padding-x) var(--hol-v4-section-padding-y) var(--hol-v4-section-padding-x);
  padding-right: 500px;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.landing-v4 .practical-info-image {
  flex: 1 1 0;
  min-width: 0;
  min-height: 100%;
  align-self: stretch;
  padding: 0;
  margin: 0;
  position: relative;
  overflow: hidden;
}

.landing-v4 .practical-info-image picture,
.landing-v4 .practical-info-image img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center;
}

@media screen and (max-width: 900px) {
  .landing-v4 .practical-info-container {
    flex-direction: column;
  }

  .landing-v4 .practical-info-content {
    padding: var(--hol-v4-space-2xl) var(--hol-v4-section-padding-x);
  }

  .landing-v4 .practical-info-image {
    min-height: 50vh;
    flex: 0 0 auto;
  }

  .landing-v4 .practical-info-image img {
    min-height: 50vh;
    object-fit: cover;
  }
}

/* ============================================
   About House of Legends (dưới Practical Information)
   ============================================ */
.about-hol-section {
  position: relative;
  background-color: var(--hol-v4-bg);
  color: var(--hol-v4-text);
  overflow: hidden;
  min-height: 100vh;
}

.about-hol-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
}

.about-hol-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(26, 26, 26, 0.95) 0%, rgba(26, 26, 26, 0.8) 40%, rgba(26, 26, 26, 0.4) 100%);
}

.about-hol-inner {
  position: relative;
  z-index: 1;
  padding: var(--hol-v4-section-padding-y) var(--hol-v4-section-padding-x);
  min-height: 100vh;
  display: flex;
  align-items: center;
}

.about-hol-text {
  max-width: 720px;
}

.about-hol-label {
  font-family: var(--hol-v4-font-sans);
  font-size: var(--hol-v4-caption);
  line-height: var(--hol-v4-caption-line);
  color: var(--hol-v4-text-muted);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: var(--hol-v4-space-sm);
}

.about-hol-title {
  font-family: var(--hol-v4-font-serif);
  font-size: 64px;
  line-height: 72px;
  font-weight: 400;
  color: var(--hol-v4-gold);
  margin-bottom: var(--hol-v4-space-md);
  max-width: 720px;
}

.about-hol-intro {
  font-family: var(--hol-v4-font-sans);
  font-size: var(--hol-v4-title-lg);
  line-height: var(--hol-v4-title-lg-line);
  color: var(--hol-v4-text);
  margin-bottom: var(--hol-v4-space-md);
  max-width: 720px;
}

.about-hol-body {
  font-family: var(--hol-v4-font-sans);
  font-size: var(--hol-v4-body);
  line-height: var(--hol-v4-body-line);
  color: var(--hol-v4-text);
  max-width: 720px;
}

.about-hol-body p + p {
  margin-top: var(--hol-v4-space-sm);
}

/* Mobile-only "Reserve Your Seats" CTA */
.mobile-reserve-cta {
  display: none;
}

@media screen and (max-width: 768px) {
  .mobile-reserve-cta {
    display: block;
    width: 100%;
    max-width: 280px;
    margin: var(--hol-v4-space-xl) auto 0;
    text-align: center;
    text-decoration: none;
  }
}

@media screen and (max-width: 768px) {
  .about-hol-section {
    min-height: auto;
  }

  .about-hol-bg {
    background-position: center;
  }

  .about-hol-inner {
    padding: var(--hol-v4-space-2xl) var(--hol-v4-space-md);
    min-height: auto;
  }

  .about-hol-text {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .about-hol-title {
    font-size: 36px;
    line-height: 44px;
  }

  .about-hol-intro {
    font-size: clamp(20px, 4vw, var(--hol-v4-title-lg));
  }
}

@media screen and (max-width: 768px) {
  .the-experience-content {
    min-height: auto;
  }

  .the-experience-text {
    min-height: auto;
    padding: var(--hol-v4-space-xl) var(--hol-v4-space-md);
    text-align: center;
    align-items: center;
  }

  .the-experience-label {
    font-size: 16px;
    line-height: 24px;
  }

  .the-experience-title {
    font-size: 32px;
    line-height: 40px;
  }

  .the-experience-intro {
    font-size: 18px;
    line-height: 28px;
  }

  .the-experience-body {
    font-size: 16px;
    line-height: 24px;
    color: #a6a6a6;
  }
}

/* Responsive: stack columns; experience cards full width; reservation box below */
@media screen and (max-width: 1024px) {
  .what-to-expect-two-col {
    grid-template-columns: 1fr;
    gap: var(--hol-v4-space-2xl);
  }

  .reservation-box-outer {
    order: -1;
    min-height: 0;
  }

  .reservation-box {
    position: relative;
    top: 0;
    opacity: 1;
    visibility: visible;
    transform: none;
  }

  .reservation-box.reservation-box--visible {
    opacity: 1;
  }
}

@media screen and (max-width: 768px) {
  .what-to-expect-two-col {
    margin-bottom: var(--hol-v4-space-2xl);
  }

  .what-to-expect-content {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .what-to-expect-experience-section .section-title {
    text-align: center;
  }

  .experience-card-title,
  .experience-card-desc {
    text-align: center;
  }

  .experience-card-title {
    line-height: 28px;
  }

  .experience-card-desc {
    font-size: 14px;
    line-height: 20px;
  }

  .experience-asymmetric-grid {
    grid-template-columns: 1fr;
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
  }

  .experience-card-block--1,
  .experience-card-block--2,
  .experience-card-block--3 {
    grid-column: 1;
  }

  .experience-card-block--1 { grid-row: 1; }
  .experience-card-block--2 { grid-row: 2; }
  .experience-card-block--3 { grid-row: 3; }

  .experience-grid-img--offset {
    margin-top: 0;
  }

  .experience-card-block--1 .experience-grid-img,
  .experience-card-block--2 .experience-grid-img,
  .experience-card-block--3 .experience-grid-img {
    aspect-ratio: 16 / 10;
  }

  .experience-card-body {
    padding: 0;
  }

  .reservation-box {
    padding: var(--hol-v4-space-lg);
  }
}

@media screen and (max-width: 768px) {
  .hero-scroll-title {
    padding: 0 16px;
  }
  .what-to-expect-heading.hero-scroll-title {
    margin-bottom: var(--hol-v4-space-2xl);
    line-height: 1.4;
  }
}

/* Testimonials: Centered Carousel — item ở giữa luôn active, các item trượt qua lại */
.testimonials-slider {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
  overflow: hidden;
}

.testimonials-track {
  display: flex;
  flex-direction: row;
  gap: var(--hol-v4-space-xl);
  align-items: stretch;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  /* padding left/right set by JS để card active luôn nằm giữa viewport */
}

.testimonials-track::-webkit-scrollbar {
  display: none;
}

.testimonial-card {
  flex: 0 0 auto;
  width: min(420px, 85vw);
  max-width: calc(100% - var(--hol-v4-space-xl));
  scroll-snap-align: center;
  scroll-snap-stop: always;
}

.testimonial-card {
  background: transparent;
  padding: var(--hol-v4-space-md);
  margin: 0 calc(var(--hol-v4-space-xs) * -1);
  border-radius: var(--hol-v4-radius-md);
  text-align: center;
  opacity: 0.5;
  transition: opacity var(--hol-v4-duration) var(--hol-v4-ease),
              transform var(--hol-v4-duration) var(--hol-v4-ease);
}

/* Center Mode Infinite: card đang căn giữa (JS gắn .testimonial-card--active) */
.testimonial-card.testimonial-card--active {
  opacity: 1;
}

.testimonial-quote-icon {
  display: block;
  line-height: 1;
  margin-bottom: var(--hol-v4-space-sm);
  text-align: center;
}

.testimonial-quote-icon svg {
  display: inline-block;
  width: 64px;
  height: 64px;
}

.testimonial-text {
  font-family: var(--hol-v4-font-sans);
  font-size: var(--hol-v4-body);
  line-height: var(--hol-v4-body-line);
  color: var(--hol-v4-text);
  margin-bottom: var(--hol-v4-space-lg);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transform-origin: center center;
}

.testimonial-card:hover .testimonial-text {
  transform: scale(1.05);
}

.testimonial-author {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.testimonial-user-icon {
  flex-shrink: 0;
  color: var(--hol-v4-text-muted);
}

.testimonial-name {
  font-family: var(--hol-v4-font-sans);
  font-size: var(--hol-v4-caption);
  line-height: var(--hol-v4-caption-line);
  color: var(--hol-v4-text-muted);
}

/* Pagination: gold bar (active) + grey circles */
.testimonials-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin-top: var(--hol-v4-space-2xl);
}

.testimonial-dot {
  padding: 0;
  border: none;
  background: #4d4d4d;
  border-radius: 999px;
  cursor: pointer;
  transition: background-color var(--hol-v4-duration) var(--hol-v4-ease),
              width var(--hol-v4-duration) var(--hol-v4-ease),
              opacity var(--hol-v4-duration) var(--hol-v4-ease);
}

.testimonial-dot:first-child {
  width: 10px;
  height: 10px;
}

.testimonial-dot:not(:first-child) {
  width: 10px;
  height: 10px;
}

.testimonial-dot--active {
  width: 28px !important;
  height: 6px !important;
  border-radius: 4px;
  background-color: var(--hol-v4-gold);
}

.testimonial-dot:hover:not(.testimonial-dot--active) {
  opacity: 0.8;
}

/* Tablet: card vừa viewport, vẫn centered */
@media screen and (max-width: 1000px) {
  .testimonial-card {
    width: min(380px, 75vw);
  }
}

/* Mobile: single card full width, centered */
@media screen and (max-width: 900px) {
  .testimonials-slider {
    max-width: 100%;
  }

  .testimonials-track {
    gap: 0;
  }

  .testimonial-card {
    width: calc(100vw - 40px);
    max-width: calc(100vw - 40px);
    padding: var(--hol-v4-space-sm) var(--hol-v4-space-sm);
    margin: 0;
    box-sizing: border-box;
  }

  .testimonial-text {
    overflow-wrap: break-word;
    word-break: break-word;
  }
}

@media screen and (max-width: 768px) {
  .what-to-expect-section {
    padding: var(--hol-v4-space-2xl) var(--hol-v4-section-padding-x);
  }

  .testimonial-quote-icon svg {
    width: 48px;
    height: 48px;
  }
}

/* ============================================
   Don't miss the show (under Gallery)
   ============================================ */
.dont-miss-section {
  position: relative;
  width: 100%;
  min-height: 60vh;
  background-image: url("../img/landing-page/artist-carousel-1.jpg");
  background-size: cover;
  background-position: center 25%;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: var(--hol-v4-space-3xl) var(--hol-v4-section-padding-x);
}

.dont-miss-overlay {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at center, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.75) 55%, rgba(0, 0, 0, 0.95) 100%);
}

.dont-miss-inner {
  position: relative;
  z-index: 1;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--hol-v4-space-lg);
}

.dont-miss-title {
  font-family: var(--hol-v4-font-serif);
  font-size: 64px;
  line-height: 72px;
  font-weight: 400;
  color: var(--hol-v4-gold);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.dont-miss-button {
  padding: 12px 40px;
  font-size: var(--hol-v4-body);
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .dont-miss-section {
    min-height: 50vh;
    padding: var(--hol-v4-space-2xl) var(--hol-v4-section-padding-x);
  }

  .dont-miss-title {
    font-size: 36px;
    font-weight: 400;
    line-height: 44px;
  }

  .dont-miss-button {
    width: 100%;
    max-width: 260px;
  }

  .landing-v4 .footer-bottom {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
  }

  .landing-v4 .footer-terms-link {
    order: 1;
    font-weight: 400;
    justify-self: auto;
  }

  .landing-v4 .footer-copyright {
    order: 2;
    justify-self: auto;
  }
}

/* ============================================
   Terms & Conditions Modal (kế thừa select-zone.php)
   ============================================ */
.terms-modal-overlay-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  display: none;
  align-items: center;
  justify-content: center;
}

.terms-modal-overlay-wrapper.active {
  display: flex;
}

.terms-modal-overlay-wrapper .terms-modal-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(4px);
}

.terms-modal-overlay-wrapper .terms-modal {
  position: relative;
  z-index: 1;
  background: var(--hol-v4-surface, #2A2A2A);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  width: 92%;
  max-width: 780px;
  max-height: 82vh;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  box-shadow: 0 12px 48px rgba(0, 0, 0, 0.5);
}

.terms-modal-header {
  padding: 32px 40px 24px;
  text-align: center;
  flex-shrink: 0;
}

.terms-modal-title {
  color: #c5a059;
  font-size: 36px;
  font-family: "Decophile", "Playfair Display", serif;
  font-weight: 400;
  line-height: 42px;
  letter-spacing: 1px;
  margin: 0;
}

.terms-modal-body {
  padding: 0 40px 24px;
  overflow-y: auto;
  flex: 1;
}

.terms-modal-body::-webkit-scrollbar {
  width: 6px;
}

.terms-modal-body::-webkit-scrollbar-track {
  background: transparent;
}

.terms-modal-body::-webkit-scrollbar-thumb {
  background: #4D4D4D;
  border-radius: 3px;
}

.terms-modal-section {
  margin-bottom: 24px;
}

.terms-modal-section-title {
  color: var(--hol-v4-text);
  font-size: 16px;
  font-family: var(--hol-v4-font-sans);
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 12px;
}

.terms-modal-section-content {
  color: var(--hol-v4-text-muted);
  font-size: 15px;
  font-family: var(--hol-v4-font-sans);
  font-weight: 400;
  line-height: 24px;
}

.terms-modal-section-content a {
  color: var(--hol-v4-gold);
}

.terms-modal-section-divider {
  width: 48px;
  height: 0;
  border-top: 2px solid #4D4D4D;
  margin: 24px 0;
}

.terms-modal-footer {
  padding: 16px 40px 28px;
  display: flex;
  justify-content: center;
  flex-shrink: 0;
}

.terms-modal-close-btn {
  padding: 10px 36px;
  background: #c5a059;
  border: 0;
  border-radius: 800px;
  color: #000;
  font-size: 16px;
  font-family: var(--hol-v4-font-sans);
  font-weight: 600;
  cursor: pointer;
  transition: background-color var(--hol-v4-duration) var(--hol-v4-ease),
             opacity var(--hol-v4-duration) var(--hol-v4-ease);
}

.terms-modal-close-btn:hover {
  background: #b89050;
}

@media screen and (max-width: 768px) {
  .terms-modal-header {
    padding: 24px 20px 16px;
  }

  .terms-modal-title {
    font-size: 28px;
    line-height: 34px;
  }

  .terms-modal-body {
    padding: 0 20px 20px;
  }

  .terms-modal-footer {
    padding: 12px 20px 24px;
  }

  .terms-modal-close-btn {
    padding: 10px 28px;
    font-size: 15px;
  }
}

/* ============================================
   Social Chat Buttons (WhatsApp, Instagram) — căn lề dưới
   ============================================ */
.landing-v4 .social-chat-buttons {
  bottom: 24px;
}

@media screen and (max-width: 768px) {
  .landing-v4 .social-chat-buttons {
    bottom: 24px;
  }
}

