/* ===============================
   📱 SMARTPHONE MEDIUM (≤540px)
   =============================== */

@media (min-width: 346px) and (max-width: 540px) {
  .hero {
    min-height: 0;
  }
  .hero-video {
    object-position: 88% center;
  }
  .hero-content {
    min-height: 0;
    width: calc(100% - 32px);
    padding: 30px 0 36px;
  }
  .hero-top {
    justify-content: center;
  }
  .hero-top img {
    max-width: 66px;
    margin-right: 0;
    margin-top: 4px;
  }
  .hero-live-worship {
    margin-top: 20px;
  }
  .hero-live-worship .live-worship {
    max-width: 75%;
  }
  .hero-description {
    flex-direction: column;
    align-items: center;
    gap: 10px;
    margin-top: 24px;
    margin-bottom: 20px;
    font-size: 11px;
    text-align: center;
  }
  .description-blend {
    padding: 2px 5px;
  }
  .event-card {
    margin: 0 12px;
    min-height: 0;
    padding: 4px 16px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }
  .event-item {
    min-height: 0;
    width: 100%;
    padding: 11px 0;
    align-items: center;
    justify-content: center;
  }
  .event-item:nth-child(1),
  .event-item:nth-child(2),
  .event-item:nth-child(4),
  .event-item:nth-child(5) {
    margin-left: 0;
    margin-right: 0;
  }
  .event-item + .event-item {
    border-top: 1px solid var(--card-border-color);
  }
  .event-item:nth-child(3) {
    display: none;
  }
  .event-date {
    font-size: 12px;
  }
  .event-date sup {
    font-size: 7px;
  }
  .text-october {
    max-width: 60px;
    transform: translateY(0);
  }
  .vip-session,
  .festival-session {
    max-width: 150px;
  }
  .text-location {
    max-width: 125px;
  }
  .hero-actions {
    gap: 10px;
    margin-top: 14px;
  }
  .btn {
    min-width: 132px;
    padding: 7px 0;
  }
  .text-get-your-tickets,
  .text-terms {
    height: 13px;
  }
  .text-get-your-tickets {
    width: 80px;
  }
  .text-terms {
    width: 96px;
  }
  .hero-quote {
    margin-top: 24px;
    margin-bottom: 8px;
    font-size: 10px;
  }
  .quote-symbol {
    margin-top: 7px;
    font-size: 18px;
  }
  .vip-tickets {
    aspect-ratio: auto;
    background-color: var(--black-color);
    background-size: 100% auto;
    background-position: top center;
    background-image:
      linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0) 100vw,
        var(--black-color) 112.6vw
      ),
      var(--bg-vip-tickets);
    padding-top: 57%;
    padding-bottom: 30px;
  }
  .vip-content,
  .festival-content {
    max-width: none;
    padding: 0 16px;
  }
  .session-grid {
    flex-direction: column;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
  }
  .session-left img {
    width: 100px;
  }
  .session-right {
    align-items: center;
    width: 100%;
  }
  .session-right img {
    width: 100%;
    max-width: 280px;
  }
  .ticket-list {
    margin-top: 0;
    margin-left: 16px;
    margin-right: 16px;
    gap: 16px;
  }
  .ticket-zone {
    padding-left: 0;
    text-align: center;
  }
  .ticket-zone .green-zone,
  .ticket-zone .white-zone,
  .ticket-zone .gray-zone,
  .ticket-zone .black-zone {
    display: block;
    max-width: 66px;
    margin: 0 auto;
  }
  .ticket-border-tray {
    height: 10px;
    margin-top: -5px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
  }
  .ticket-details {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 4px;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
  }
  .price-currency {
    font-size: 11px;
    transform: translateY(-7px);
  }
  .price-amount {
    font-size: 21px;
  }
  .ticket-description {
    margin-top: 3px;
    font-size: 10px;
    line-height: 1.45;
  }
  .zone-note {
    grid-template-columns: 1fr;
    align-items: center;
    gap: 8px;
    margin-top: 20px;
    margin-left: 16px;
    margin-right: 16px;
    padding: 14px 18px;
    border-radius: 18px;
    font-size: 10px;
    text-align: center;
  }
  .ticket-important {
    margin-top: 18px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .important-title {
    font-size: 12px;
    margin-bottom: 4px;
  }
  .important-grid {
    grid-template-columns: 1fr;
    gap: 5px;
  }
  .important-grid .important-list {
    gap: 3px;
    font-size: 10px;
  }
  .important-grid .important-list li {
    padding-left: 14px;
  }
  .important-grid .important-list li::before {
    left: 3px;
    font-size: 10px;
  }
  .seating-layouts {
    aspect-ratio: auto;
    background-image: none;
    background-color: var(--black-color);
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding-bottom: 8px;
  }
  .seating-layouts::before {
    content: "";
    order: 2;
    display: block;
    width: 100%;
    aspect-ratio: 1.9525 / 1;
    background-image: var(--bg-seating-layouts);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .seating-heading {
    position: static;
    order: 1;
    top: 1.8vw;
    padding: 0 3.6vw;
  }
  .seating-card {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 1vw;
    padding: 1.7vw 3.6vw;
    border-radius: 4.6vw;
    text-align: center;
  }
  .text-seating-layout {
    width: 30vw;
    margin: 0 auto;
  }
  .seating-note {
    font-size: clamp(9.5px, 1.95vw, 10px);
  }
  .seating-important {
    position: static;
    order: 3;
    transform: none;
    padding: 0 14px;
  }
  .important-card {
    padding: 16px 18px;
    border-radius: 20px;
  }
  .important-card .important-title {
    font-size: 12px;
    margin-bottom: 4px;
  }
  .important-card .important-grid {
    grid-template-columns: 1fr;
    gap: 3px;
  }
  .important-card .important-list {
    gap: 3px;
    font-size: 10px;
  }
  .festival-tickets {
    background-color: var(--black-color);
    background-size: 107% auto;
    background-position: center top;
    background-image:
      linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0) 100vw,
        var(--black-color) 112.6vw
      ),
      var(--bg-festival-tickets);
    padding-top: 50%;
    padding-bottom: 12px;
  }
  .festival-tickets .ticket-list {
    margin-top: 0;
  }
  .festival-tickets .ticket-important {
    margin-top: 18px;
    margin-left: 16px;
    margin-right: 16px;
    padding: 14px 18px;
    border-radius: 18px;
  }
  .festival-tickets .ticket-important .important-title {
    font-size: 12px;
  }
  .festival-tickets .ticket-important .important-grid {
    gap: 5px;
  }
  .festival-tickets .ticket-important .important-grid .important-list {
    font-size: 10px;
  }
  .festival-tickets .ticket-important .important-grid .important-list:last-child {
    margin-left: 0;
  }
  .festival-tickets .register-now {
    margin-top: 20px;
    margin-left: 14px;
    margin-right: 14px;
    padding-bottom: 12px;
  }
  .register-card {
    padding: 24px 16px 20px;
    border-radius: 32px;
  }
  .register-card::before {
    background: none;
  }
  .text-register-now {
    width: 210px;
  }
  .register-note {
    margin-top: 12px;
    font-size: 10px;
    line-height: 1.5;
  }
  .register-note sup {
    font-size: 7px;
  }
  .register-whatsapp {
    margin-top: 14px;
  }
  .text-whatsapp-us {
    width: 110px;
  }
  .festival-tickets .brand-card {
    margin-top: -5px;
    padding: 14px 0 11px;
    border-radius: 22px;
    font-size: 11px;
  }
  .festival-tickets .brand-card img {
    max-width: 50px;
  }
  .terms-modal {
    padding: 12px;
  }
  .terms-modal-dialog {
    max-height: calc(100svh - 24px);
    padding: 26px 20px;
    border-radius: 22px;
  }
  .terms-modal-close {
    top: 10px;
    right: 14px;
    font-size: 9px;
  }
  .terms-modal-title {
    margin-bottom: 10px;
  }
  .terms-modal-title img {
    width: 150px;
  }
  .terms-modal-grid {
    grid-template-columns: 1fr;
    gap: 3px;
  }
  .terms-modal-list li {
    padding-left: 13px;
    font-size: 10px;
    line-height: 1.6;
  }
  .desktop-break {
    display: none;
  }
}

/* ===============================
   iPhone 14 Pro Max
   =============================== */

@media (min-width: 425px) and (max-width: 450px) {
  .hero-live-worship {
    margin-top: 26px;
  }
  .hero-description {
    margin-top: 28px;
    margin-bottom: 22px;
    font-size: 11.5px;
  }
  .vip-session,
  .festival-session {
    max-width: 158px;
  }
  .text-location {
    max-width: 132px;
  }
  .hero-actions {
    gap: 12px;
  }
  .btn {
    min-width: 148px;
  }
  .session-right img {
    max-width: 300px;
  }
  .price-amount {
    font-size: 22px;
  }
  .festival-tickets {
    background-size: 109% auto;
  }
  .text-register-now {
    width: 225px;
  }
}

/* ===============================
   Samsung Galaxy S20 Ultra, iPhone XR
   =============================== */

@media (min-width: 410px) and (max-width: 420px) {
  .hero-live-worship {
    margin-top: 24px;
  }
  .hero-description {
    margin-top: 26px;
    margin-bottom: 21px;
  }
  .vip-session,
  .festival-session {
    max-width: 152px;
  }
  .btn {
    min-width: 142px;
  }
  .session-right img {
    max-width: 292px;
  }
  .festival-tickets {
    background-size: 109% auto;
  }
  .text-register-now {
    width: 218px;
  }
}

/* ===============================
   iPhone 12 Pro
   =============================== */

@media (min-width: 390px) and (max-width: 400px) {
  .hero-live-worship {
    margin-top: 22px;
  }
  .hero-description {
    margin-top: 25px;
    margin-bottom: 20px;
    font-size: 10.5px;
  }
  .vip-session,
  .festival-session {
    max-width: 142px;
  }
  .text-location {
    max-width: 118px;
  }
  .btn {
    min-width: 134px;
  }
  .session-right img {
    max-width: 272px;
  }
  .festival-tickets {
    background-size: 109% auto;
  }
  .text-register-now {
    width: 200px;
  }
  .text-whatsapp-us {
    width: 104px;
  }
}

/* ===============================
   Samsung Galaxy S8+
   =============================== */

@media (min-width: 360px) and (max-width: 370px) {
  .hero-content {
    width: calc(100% - 26px);
  }
  .hero-live-worship {
    margin-top: 20px;
  }
  .hero-description {
    margin-top: 22px;
    margin-bottom: 18px;
    font-size: 10px;
  }
  .vip-session,
  .festival-session {
    max-width: 132px;
  }
  .text-location {
    max-width: 110px;
  }
  .hero-actions {
    gap: 8px;
  }
  .btn {
    min-width: 124px;
  }
  .text-get-your-tickets {
    width: 74px;
  }
  .text-terms {
    width: 90px;
  }
  .session-right img {
    max-width: 250px;
  }
  .price-amount {
    font-size: 19px;
  }
  .festival-tickets {
    background-size: 109% auto;
  }
  .text-register-now {
    width: 185px;
  }
  .text-whatsapp-us {
    width: 98px;
  }
}