/* ===============================
   📱 SMARTPHONE SMALL (≤345px)
   =============================== */

@media (max-width: 345px) {
  .hero {
    min-height: 0;
  }
  .hero-video {
    object-position: 88% center;
  }
  .hero-content {
    min-height: 0;
    width: calc(100% - 24px);
    padding: 26px 0 30px;
  }
  .hero-top {
    justify-content: center;
  }
  .hero-top img {
    max-width: 58px;
    margin-right: 0;
    margin-top: 2px;
  }
  .hero-live-worship {
    margin-top: 18px;
  }
  .hero-live-worship .live-worship {
    max-width: 75%;
  }
  .hero-description {
    flex-direction: column;
    align-items: center;
    gap: 8px;
    margin-top: 20px;
    margin-bottom: 18px;
    font-size: 10px;
    text-align: center;
  }
  .description-blend {
    padding: 1px 4px;
    border-radius: 2px;
  }
  .event-card {
    margin: 0 12px;
    min-height: 0;
    padding: 3px 12px;
    border-radius: 18px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }
  .event-item {
    min-height: 0;
    width: 100%;
    padding: 9px 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: 11px;
  }
  .event-date sup {
    font-size: 6px;
  }
  .text-october {
    max-width: 46px;
    transform: translateY(0);
  }
  .vip-session,
  .festival-session {
    max-width: 128px;
  }
  .text-location {
    max-width: 106px;
  }
  .hero-actions {
    flex-direction: column;
    gap: 8px;
    margin-top: 12px;
  }
  .btn {
    width: 100%;
    min-width: 0;
    max-width: 200px;
    padding: 7px 0;
  }
  .text-get-your-tickets,
  .text-terms {
    height: 12px;
  }
  .text-get-your-tickets {
    width: 72px;
  }
  .text-terms {
    width: 87px;
  }
  .hero-quote {
    margin-top: 20px;
    margin-bottom: 6px;
    font-size: 9px;
  }
  .quote-symbol {
    margin-top: 6px;
    font-size: 16px;
  }
  .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: 26px;
  }
  .vip-content,
  .festival-content {
    max-width: none;
    padding: 0 12px;
  }
  .session-grid {
    flex-direction: column;
    align-items: center;
    gap: 8px;
    margin-bottom: 18px;
  }
  .session-left img {
    width: 88px;
  }
  .session-right {
    align-items: center;
    width: 100%;
  }
  .session-right img {
    width: 100%;
    max-width: 240px;
  }
  .ticket-list {
    margin-top: 0;
    margin-left: 12px;
    margin-right: 12px;
    gap: 14px;
  }
  .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: 58px;
    margin: 0 auto;
  }
  .ticket-border-tray {
    height: 9px;
    margin-top: -5px;
    border-bottom-left-radius: 18px;
    border-bottom-right-radius: 18px;
  }
  .ticket-details {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 3px;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
  }
  .price-currency {
    font-size: 10px;
    transform: translateY(-6px);
  }
  .price-amount {
    font-size: 18px;
  }
  .ticket-description {
    margin-top: 3px;
    font-size: 9px;
    line-height: 1.45;
  }
  .zone-note {
    grid-template-columns: 1fr;
    align-items: center;
    gap: 7px;
    margin-top: 18px;
    margin-left: 12px;
    margin-right: 12px;
    padding: 12px 14px;
    border-radius: 16px;
    font-size: 9px;
    text-align: center;
  }
  .ticket-important {
    margin-top: 16px;
    padding-left: 12px;
    padding-right: 12px;
  }
  .important-title {
    font-size: 11px;
    margin-bottom: 4px;
  }
  .important-grid {
    grid-template-columns: 1fr;
    gap: 4px;
  }
  .important-grid .important-list {
    gap: 3px;
    font-size: 9px;
  }
  .important-grid .important-list li {
    padding-left: 13px;
  }
  .important-grid .important-list li::before {
    left: 3px;
    font-size: 9px;
  }
  .seating-layouts {
    aspect-ratio: auto;
    background-image: none;
    background-color: var(--black-color);
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding-bottom: 6px;
  }
  .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: 0.9vw;
    padding: 1.6vw 3.4vw;
    border-radius: 4.6vw;
    text-align: center;
  }
  .text-seating-layout {
    width: 30vw;
    margin: 0 auto;
  }
  .seating-note {
    font-size: clamp(8px, 1.95vw, 8px);
  }
  .seating-important {
    position: static;
    order: 3;
    transform: none;
    padding: 0 12px;
  }
  .important-card {
    padding: 14px 14px;
    border-radius: 18px;
  }
  .important-card .important-title {
    font-size: 11px;
    margin-bottom: 4px;
  }
  .important-card .important-grid {
    grid-template-columns: 1fr;
    gap: 4px;
  }
  .important-card .important-list {
    gap: 3px;
    font-size: 9px;
  }
  .festival-tickets {
    background-color: var(--black-color);
    padding-top: 46%;
    padding-bottom: 20px;
  }
  .festival-tickets .ticket-list {
    margin-top: 0;
  }
  .festival-tickets .ticket-important {
    margin-top: 16px;
    margin-left: 12px;
    margin-right: 12px;
    padding: 12px 14px;
    border-radius: 16px;
  }
  .festival-tickets .ticket-important .important-title {
    font-size: 11px;
  }
  .festival-tickets .ticket-important .important-grid {
    gap: 4px;
  }
  .festival-tickets .ticket-important .important-grid .important-list {
    font-size: 9px;
  }
  .festival-tickets .ticket-important .important-grid .important-list:last-child {
    margin-left: 0;
  }
  .festival-tickets .register-now {
    margin-top: 18px;
    margin-left: 10px;
    margin-right: 10px;
    padding-bottom: 10px;
  }
  .register-card {
    padding: 20px 12px 18px;
    border-radius: 26px;
  }
  .register-card::before {
    background: none;
  }
  .text-register-now {
    width: 178px;
  }
  .register-note {
    margin-top: 10px;
    font-size: 9px;
    line-height: 1.5;
  }
  .register-note sup {
    font-size: 6px;
  }
  .register-whatsapp {
    margin-top: 12px;
  }
  .text-whatsapp-us {
    width: 94px;
  }
  .festival-tickets {
    background-color: var(--black-color);
    background-size: 109% 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 .brand-card {
    margin-top: -4px;
    padding: 12px 0 10px;
    border-radius: 18px;
    font-size: 10px;
    letter-spacing: 1px;
  }
  .festival-tickets .brand-card img {
    max-width: 44px;
  }
  .terms-modal {
    padding: 10px;
  }
  .terms-modal-dialog {
    max-height: calc(100svh - 20px);
    padding: 22px 16px;
    border-radius: 18px;
  }
  .terms-modal-close {
    top: 8px;
    right: 12px;
    font-size: 8px;
  }
  .terms-modal-title {
    margin-bottom: 9px;
  }
  .terms-modal-title img {
    width: 130px;
  }
  .terms-modal-grid {
    grid-template-columns: 1fr;
    gap: 2px;
  }
  .terms-modal-list li {
    padding-left: 12px;
    font-size: 9px;
    line-height: 1.6;
  }
  .desktop-break {
    display: none;
  }
}

/* ===============================
   Galaxy Fold / ≤320px
   =============================== */

@media (max-width: 320px) {
  .hero-content {
    width: calc(100% - 20px);
    padding: 22px 0 26px;
  }
  .hero-top img {
    max-width: 52px;
  }
  .hero-live-worship {
    margin-top: 15px;
  }
  .hero-description {
    margin-top: 17px;
    margin-bottom: 15px;
    font-size: 9px;
  }
  .event-card {
    padding: 2px 10px;
    border-radius: 16px;
  }
  .event-item {
    padding: 8px 0;
  }
  .event-date {
    font-size: 10px;
  }
  .vip-session,
  .festival-session {
    max-width: 116px;
  }
  .text-location {
    max-width: 96px;
  }
  .btn {
    max-width: 180px;
    padding: 6px 0;
  }
  .text-get-your-tickets,
  .text-terms {
    height: 11px;
  }
  .text-get-your-tickets {
    width: 66px;
  }
  .text-terms {
    width: 79px;
  }
  .hero-quote {
    margin-top: 17px;
    font-size: 8.5px;
  }
  .quote-symbol {
    font-size: 15px;
  }
  .session-left img {
    width: 78px;
  }
  .session-right img {
    max-width: 214px;
  }
  .ticket-zone .green-zone,
  .ticket-zone .white-zone,
  .ticket-zone .gray-zone,
  .ticket-zone .black-zone {
    max-width: 52px;
  }
  .price-amount {
    font-size: 16px;
  }
  .price-currency {
    font-size: 9px;
    transform: translateY(-5px);
  }
  .ticket-description,
  .zone-note,
  .important-grid .important-list,
  .important-card .important-list,
  .festival-tickets .ticket-important .important-grid .important-list,
  .register-note,
  .terms-modal-list li {
    font-size: 8.5px;
  }
  .important-title,
  .important-card .important-title,
  .festival-tickets .ticket-important .important-title {
    font-size: 10px;
  }
  .text-register-now {
    width: 158px;
  }
  .text-whatsapp-us {
    width: 84px;
  }
  .festival-tickets .brand-card img {
    max-width: 40px;
  }
  .terms-modal-title img {
    width: 116px;
  }
}