/* AUTO-GENERATED by scripts/scope-celebrity-css.js — do not edit by hand.
 * Source: responsive.css (unchanged, still used by celebrity's own layout/app.tsx).
 * Regenerate with `node scripts/scope-celebrity-css.js` if responsive.css changes. */

@scope to (.cross-theme-widget) {
/* Responsive Stylesheet */

/* Tablet Layout (Max 1024px) */
@media screen and (max-width: 1024px) {
  .hero-wrapper {
    gap: 32px;
    grid-template-columns: 1.1fr 0.9fr;
  }
  
  .hero-title {
    font-size: 2.6rem;
  }
  
  .hero-subtitle {
    font-size: 1.25rem;
  }
  
  .info-split {
    gap: 36px;
  }
  
  .contact-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  
  .contact-info-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 16px;
  }
}

/* Mobile Layout (Max 768px) */
@media screen and (max-width: 768px) {
  .section {
    padding: 60px 0;
  }
  
  .section-title {
    font-size: 1.8rem;
  }
  
  .section-subtitle {
    margin-bottom: 36px;
    font-size: 1rem;
  }

  /* Navigation hamburger toggle */
  .nav-menu {
    display: none;
  }
  
  .mobile-nav-toggle {
    display: block;
  }
  
  /* Hero section stacked */
  .hero-wrapper {
    grid-template-columns: 1fr;
    text-align: center;
    padding-top: 100px;
    padding-bottom: 40px;
    gap: 40px;
  }
  
  .hero-image-wrapper {
    order: -1; /* Place image on top on mobile */
  }
  
  .hero-image-frame, .hero-image-bg {
    max-width: 320px;
    height: 380px;
  }
  
  .hero-image-bg {
    right: -10px;
    top: 10px;
  }
  
  .hero-title {
    font-size: 2.2rem;
  }
  
  .hero-ctas {
    justify-content: center;
  }

  /* Info Split layout */
  .info-split {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  
  /* Timeline collapsing to single-column */
  .timeline-wrapper::before {
    left: 20px;
  }
  
  .timeline-item {
    width: 100%;
    padding-left: 48px;
    padding-right: 0;
    margin-bottom: 40px;
    text-align: left !important;
  }
  
  .timeline-item-left, .timeline-item-right {
    left: 0;
  }
  
  .timeline-dot {
    left: 10px !important;
    right: auto !important;
  }
  
  /* Forms */
  .form-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  
  .form-group-full {
    grid-column: span 1;
  }
  
  .form-wrapper {
    padding: 24px;
  }

  /* Footer */
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  
  .footer-bottom {
    flex-direction: column;
    gap: 12px;
    text-align: center;
  }

  /* Events & Booking Flow Mobile */
  .event-card {
    flex-direction: column;
    text-align: center;
    gap: 16px;
  }
  
  .event-date-box {
    margin: 0 auto;
  }
  
  .booking-flow {
    flex-direction: column;
    gap: 32px;
    align-items: center;
  }
}

/* Small Screens (Max 480px) */
@media screen and (max-width: 480px) {
  .logo-text {
    font-size: 1.15rem;
  }
  
  .logo-icon {
    width: 34px;
    height: 34px;
    font-size: 1rem;
  }
  
  .hero-title {
    font-size: 1.8rem;
  }
  
  .hero-subtitle {
    font-size: 1.1rem;
  }
  
  .hero-ctas .btn {
    width: 100%;
  }
  
  .filter-tabs {
    gap: 8px;
  }
  
  .filter-tab {
    padding: 6px 14px;
    font-size: 0.8rem;
  }
}

}
