/* Facebook video iframe styling */
.fb-video-wrapper iframe {
  width: 100%;
  min-height: 280px;
  max-width: 500px;
  border-radius: 8px;
  background: #000;
  display: block;
}
/* Facebook Videos Responsive Styles */
.music-videos {
  display: grid;
  gap: 1.5rem;
}

.main-video-player {
  display: grid;
  justify-items: center;
}

.main-video-element {
  width: min(100%, 820px);
  max-height: 70vh;
  border-radius: 18px;
  background: #000;
  display: block;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.16);
}

.video-thumbnails {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 1rem;
}

.video-thumb-tile {
  border: 0;
  border-radius: 14px;
  padding: 0;
  background: transparent;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08);
  display: grid;
  gap: 0;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, outline-color 0.2s ease;
}

.video-thumb-tile:hover,
.video-thumb-tile:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.14);
  outline: 2px solid rgba(136, 0, 255, 0.25);
}

.video-thumb-tile.is-active {
  outline: 2px solid var(--accent);
}

.video-thumb-preview {
  width: 100%;
  aspect-ratio: 16 / 9;
  display: block;
  border-radius: 14px;
  background: #000;
  object-fit: cover;
}

.videos-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  justify-content: center;
  margin: 2rem 0 1rem 0;
}
.video-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  padding: 1rem;
  max-width: 380px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: box-shadow 0.2s;
}
.video-card:hover {
  box-shadow: 0 4px 16px rgba(0,0,0,0.13);
}
.video-card video {
  width: 100%;
  max-width: 340px;
  border-radius: 8px;
  background: #000;
}
.no-videos-message {
  text-align: center;
  color: #888;
  font-size: 1.1rem;
  margin: 2rem 0;
}
@media (max-width: 900px) {
  .videos-grid {
    gap: 1rem;
  }
  .video-card {
    max-width: 320px;
    padding: 0.7rem;
  }
  .video-card video {
    max-width: 290px;
  }
}
@media (max-width: 600px) {
  .main-video-element {
    border-radius: 14px;
  }

  .video-thumbnails {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(120px, 38vw);
    grid-template-columns: none;
    overflow-x: auto;
    padding-bottom: 0.35rem;
    justify-content: start;
    scroll-snap-type: x proximity;
    -webkit-overflow-scrolling: touch;
  }

  .video-thumb-tile {
    min-width: 0;
    scroll-snap-align: start;
  }

  .videos-grid {
    flex-direction: column;
    align-items: center;
    gap: 0.7rem;
  }
  .video-card {
    max-width: 98vw;
    padding: 0.5rem;
  }
  .video-card video {
    max-width: 96vw;
  }
}
/* Facebook Review Cards Responsive Styles */
.review-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  margin: 1rem 0;
  padding: 1.25rem 1.5rem;
  max-width: 600px;
  width: 100%;
  transition: box-shadow 0.2s;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.review-card:hover {
  box-shadow: 0 4px 16px rgba(0,0,0,0.13);
}
.review-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.98rem;
  color: #555;
  margin-bottom: 0.25rem;
}
.review-type {
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 0.3em;
}
.review-type.positive {
  color: #2e7d32;
}
.review-type.negative {
  color: #c62828;
}
.review-date {
  font-size: 0.92em;
  color: #888;
}
.review-text {
  font-size: 1.08rem;
  color: #222;
  line-height: 1.6;
  word-break: break-word;
}
/* Review cards container (if needed) */
#facebook-rating {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.2rem;
  margin-top: 1.5rem;
}
@media (max-width: 700px) {
  .review-card {
    padding: 1rem 0.7rem;
    max-width: 98vw;
  }
  #facebook-rating {
    gap: 0.8rem;
  }
}
@media (max-width: 480px) {
  .review-card {
    padding: 0.7rem 0.3rem;
    font-size: 0.98rem;
  }
  .review-header {
    font-size: 0.92rem;
  }
  .review-text {
    font-size: 1rem;
  }
}
:root {
  --bg: #f7f3ff;
  --bg-soft: #9309f686;
  --accent: #8800ff;
  --accent-dark: #ae5fd5;
  --accent-soft: rgba(0, 0, 0, 0.22);
  --text-main: #000000;
  --text-muted: #292929;
  --glass-bg: rgba(255, 255, 255, 0.18);
  --glass-border: rgba(255, 255, 255, 0.55);
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Poppins", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: radial-gradient(circle at top left, #e1c6fc, var(--bg-soft));
  color: var(--text-main);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;

  text-align: center;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  display: block;
}

/* Scroll animation - CSS-based (better performance) */
.animate-item {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
  will-change: opacity, transform;
}

.animate-item.animate-visible {
  opacity: 1;
  transform: translateY(0);
}

.container {
  width: min(1100px, 92%);
  margin: 0 auto;
}

/* Navbar */
header {
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(16px);
  background: rgba(247, 243, 255, 0.9);
  border-bottom: 1px solid rgba(191, 163, 215, 0.3);

  text-align: left;
}

.navbar {
  padding: 0.9rem 0;
}

.nav-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;

  text-align: left;
}

.nav-logo h2 {
  font-size: 1rem;
  font-weight:Bold;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: var(--accent-dark);
}

.nav-menu {
  list-style: none;
  display: flex;
  gap: 1.2rem;
  font-size: 0.95rem;

  text-align: left;
}

.nav-link {
  position: relative;
  padding-bottom: 0.2rem;
  color: var(--text-muted);
}

.nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--accent), var(--accent-dark));
  transition: width 0.25s ease;
}

.nav-link:hover::after {
  width: 100%;
}

.nav-toggle {
  display: none;
  cursor: pointer;
}

.nav-toggle .bar {
  display: block;
  width: 22px;
  height: 2px;
  margin: 4px 0;
  background-color: var(--text-main);
  transition: all 0.3s ease;
}

/* Hero */
.hero {
  padding: 3.5rem 0 3rem;
}

.hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 3fr) minmax(0, 2.5fr);
  gap: 3rem;
  align-items: center;
}

.hero-kicker {
  text-transform: uppercase;
  font-size: 0.8rem;
  letter-spacing: 0.16em;
  color: var(--accent-dark);
  margin-bottom: 0.5rem;
}

.hero-title {
  font-family: "Dancing Script", cursive;
  font-size: clamp(2.6rem, 4.4vw, 3.3rem);
  margin-bottom: 0.3rem;
}

.hero-subtitle {
  font-size: 1rem;
  font-family: "Fuzzy Bubbles", cursive;
  color: var(--text-muted);
  margin-bottom: 1rem;
}

.hero-description {
  font-size: 0.95rem;
  font-family: "Fuzzy Bubbles", cursive;
  color: var(--text-muted);
  max-width: 34rem;
  margin-bottom: 1.6rem;
}

.hero-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-bottom: 1.2rem;
  justify-content: center;
  align-items: center;
}

.btn {
  border-radius: 999px;
  padding: 0.6rem 1.4rem;
  font-size: 0.9rem;
  border: 1px solid transparent;
  cursor: pointer;
  transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.btn-secondary {
  background: rgba(255, 255, 255, 0.9);
  border-color: rgba(191, 163, 215, 0.7);
  color: var(--accent-dark);
}

.btn-secondary:hover {
  background: #fff;
}

.hero-image {
  padding: 1.6rem;
}

.hero-image img {
  border-radius: 1.6rem;
  box-shadow: 0 20px 60px rgba(43, 34, 64, 0.25);
  width: 100%;
  height: auto;
  object-fit: cover;
}

/* Sections */
section {
  padding: 3rem 0;
}

.section-header {
  display: flex;
  flex-direction: column;      /* stack vertically */
  align-items: center;         /* center horizontally */
  gap: 0.5rem;
  margin-bottom: 1.4rem;
}

.section-title {
  font-family: "Dancing Script", cursive;
  font-size: 2rem;
  text-align: center;
}

.section-subtitle {
  font-size: 0.9rem;
  font-family: "Fuzzy Bubbles", cursive;
  color: var(--text-muted);
  max-width: 32rem;
  text-align: center;
  padding-bottom: 1rem;
}

/* About */
.about-content {
  display: grid;
  grid-template-columns: minmax(0, 3fr) minmax(0, 2fr);
  gap: 2rem;
}

.about-text p {
  margin-bottom: 0.8rem;
  font-family: "Fuzzy Bubbles", cursive;
  font-size: 0.95rem;
  color: var(--text-muted);
}

.about-image .image-placeholder {
  width: 100%;
  border-radius: 1.3rem;
  min-height: 220px;
  background: radial-gradient(circle at top, rgba(191, 163, 215, 0.4), rgba(247, 243, 255, 1));
  box-shadow: 0 16px 40px rgba(43, 34, 64, 0.15);
  overflow: hidden;
}

/* Music cards */
.music-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.5rem;
}

.album-card {
  position: relative;
  overflow: hidden;
  border-radius: 1.4rem;
  padding: 1.1rem 1.2rem;
  background: radial-gradient(circle at top left, rgba(191, 163, 215, 0.35), rgba(247, 243, 255, 0.95));
  box-shadow: 0 16px 40px rgba(43, 34, 64, 0.16);
  display: grid;
  gap: 0.6rem;
  isolation: isolate;
}

.album-card::before {
  content: "";
  position: absolute;
  inset: -40%;
  background: radial-gradient(circle at top right, rgba(255, 255, 255, 0.32), transparent 55%);
  opacity: 0.9;
  pointer-events: none;
}

.album-header {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  position: relative;
  z-index: 1;
}

.album-icon {
  width: 40px;
  height: 40px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.9);
  color: var(--accent-dark);
  box-shadow: 0 8px 22px rgba(43, 34, 64, 0.18);
}

.album-meta {
  display: grid;
  gap: 0.15rem;
}

.album-title {
  font-size: 1rem;
  font-weight: 600;
}

.album-sub {
  font-size: 0.8rem;
  color: var(--text-muted);
}

.album-body {
  position: relative;
  z-index: 1;
  font-size: 0.86rem;
  color: var(--text-muted);
}

.album-footer {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
  margin-top: 0.4rem;
  font-size: 0.78rem;
  color: var(--text-muted);
}

.album-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
}

.pill-tag {
  padding: 0.18rem 0.6rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.75);
  border: 1px solid rgba(191, 163, 215, 0.5);
  font-size: 0.75rem;
  color: var(--accent-dark);
}

.album-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  text-decoration: underline;
  text-underline-offset: 3px;
  color: var(--accent-dark);
  cursor: pointer;
}

.album-cta i {
  font-size: 0.75rem;
}

.album-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 50px rgba(43, 34, 64, 0.22);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

/* Events */
.events-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.2rem;
}

.event {
  position: relative;
  border-radius: 1.4rem;
  padding: 1rem 1.1rem 0.95rem 1.1rem;
  background: linear-gradient(135deg, rgba(247, 243, 255, 0.96), rgba(191, 163, 215, 0.2));
  box-shadow: 0 14px 34px rgba(43, 34, 64, 0.12);
  overflow: hidden;
  display: grid;
  gap: 0.5rem;
}

.event::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top left, rgba(255, 255, 255, 0.6), transparent 55%);
  opacity: 0.9;
  pointer-events: none;
}

.event-top {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.6rem;
}

.event-chip {
  font-size: 0.75rem;
  padding: 0.15rem 0.55rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(191, 163, 215, 0.6);
  color: var(--accent-dark);
}

.event-main {
  position: relative;
  z-index: 1;
  margin-top: 0.15rem;
  display: grid;
  gap: 0.2rem;
}

.event-name {
  font-weight: 600;
  font-size: 0.98rem;
}

.event-meta {
  font-size: 0.8rem;
  color: var(--text-muted);
}

.event-bottom {
  position: relative;
  z-index: 1;
  margin-top: 0.4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.7rem;
  font-size: 0.78rem;
  color: var(--text-muted);
}

.event-cta {
  font-size: 0.8rem;
  color: var(--accent-dark);
  text-decoration: underline;
  text-underline-offset: 3px;
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  cursor: pointer;
}

.event-cta i {
  font-size: 0.75rem;
}

.event:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 44px rgba(43, 34, 64, 0.18);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

/* Gallery */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 0.7rem;
}

.gallery-item {
  border-radius: 1.1rem;
  overflow: hidden;
  background: radial-gradient(circle at top, rgba(191, 163, 215, 0.35), rgba(247, 243, 255, 1));
  box-shadow: 0 10px 28px rgba(43, 34, 64, 0.12);
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Gallery images (injected by script.js) */
.gallery-img {
  border-radius: 1.1rem;
  box-shadow: 0 10px 28px rgba(43, 34, 64, 0.12);
  width: 100%;
  height: auto;
  object-fit: cover;
}

/* Videos (injected by script.js) */
.videos-grid,
.videos-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

@media (max-width: 1200px) {
  .videos-grid,
  .videos-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .videos-grid,
  .videos-list {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  .videos-grid,
  .videos-list {
    display: flex;
    grid-template-columns: unset;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    gap: 1rem;
    padding-bottom: 1rem;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
  }
}

.video {
  position: relative;
  border-radius: 1.4rem;
  padding: 1rem;
  background: radial-gradient(circle at top left, rgba(191, 163, 215, 0.35), rgba(247, 243, 255, 0.95));
  box-shadow: 0 16px 40px rgba(43, 34, 64, 0.16);
  overflow: hidden;
  display: grid;
  gap: 0.6rem;
  isolation: isolate;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

@media (max-width: 480px) {
  .video {
    scroll-snap-align: start;
    scroll-snap-stop: always;
    flex: 0 0 85vw;
    min-width: 85vw;
    max-width: 85vw;
  }
}

.video::before {
  content: "";
  position: absolute;
  inset: -40%;
  background: radial-gradient(circle at top right, rgba(255, 255, 255, 0.32), transparent 55%);
  opacity: 0.9;
  pointer-events: none;
}

.video-title {
  position: relative;
  z-index: 1;
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0.4rem;
}

.video-media {
  position: relative;
  z-index: 1;
  border-radius: 0.9rem;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 16 / 9;
}

.video-media video,
.video-media iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.video-thumb {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-description {
  position: relative;
  z-index: 1;
  font-size: 0.9rem;
  color: var(--text-muted);
  margin: 0.4rem 0;
}

.video-meta {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
  font-size: 0.8rem;
  color: var(--text-muted);
  margin-top: 0.4rem;
}

.video-date {
  font-size: 0.75rem;
  color: var(--text-muted);
}

.video-link {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  color: var(--accent-dark);
  text-decoration: underline;
  text-underline-offset: 3px;
  cursor: pointer;
  font-size: 0.8rem;
  transition: color 0.2s ease;
}

.video-link:hover {
  color: var(--accent);
}

.video:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 50px rgba(43, 34, 64, 0.22);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

/* Events (from script.js - event-card) */
.events-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 260px));
  gap: 1rem;
  justify-content: center;
  align-items: stretch;
}

@media (max-width: 1200px) {
  .events-grid {
    grid-template-columns: repeat(auto-fit, minmax(210px, 250px));
  }
}

@media (max-width: 768px) {
  .events-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .events-grid {
    display: flex;
    grid-template-columns: none;
    overflow-x: auto;
    padding-bottom: 0.85rem;
    gap: 0.85rem;
    justify-content: flex-start;
    align-items: stretch;
    scroll-snap-type: x proximity;
    -webkit-overflow-scrolling: touch;
  }
}

.event-card {
  position: relative;
  border-radius: 1.1rem;
  padding: 0.75rem;
  background: radial-gradient(circle at top left, rgba(191, 163, 215, 0.35), rgba(247, 243, 255, 0.95));
  box-shadow: 0 12px 28px rgba(43, 34, 64, 0.14);
  overflow: hidden;
  display: grid;
  gap: 0.7rem;
  isolation: isolate;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

@media (max-width: 560px) {
  .event-card {
    flex: 0 0 82vw;
    min-width: 82vw;
    max-width: 82vw;
    scroll-snap-align: start;
    padding: 0.7rem;
  }
}

.event-card::before {
  content: "";
  position: absolute;
  inset: -40%;
  background: radial-gradient(circle at top right, rgba(255, 255, 255, 0.32), transparent 55%);
  opacity: 0.9;
  pointer-events: none;
}

.event-status-badge {
  position: absolute;
  top: 0.8rem;
  right: 0.8rem;
  z-index: 2;
  padding: 0.28rem 0.65rem;
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #fff;
  box-shadow: 0 10px 20px rgba(43, 34, 64, 0.2);
}

.event-status-badge.is-active {
  background: linear-gradient(135deg, #0b8f64, #17b57d);
}

.event-status-badge.is-upcoming {
  background: linear-gradient(135deg, #d9730d, #f2a93b);
}

.event-image {
  position: relative;
  z-index: 1;
  border-radius: 0.85rem;
  width: 100%;
  height: auto;
  aspect-ratio: auto;
  object-fit: cover;
  object-position: center;
}

.event-content {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 0.3rem;
  text-align: left;
}

.event-heading {
  display: flex;
  align-items: center;
  gap: 0.55rem;
}

.event-title-icon,
.event-meta-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--accent-dark);
  background: rgba(255, 255, 255, 0.75);
  border: 1px solid rgba(191, 163, 215, 0.45);
}

.event-title-icon {
  width: 2rem;
  height: 2rem;
  flex-shrink: 0;
  border-radius: 999px;
  box-shadow: 0 8px 18px rgba(43, 34, 64, 0.1);
  font-size: 0.85rem;
}

.event-title {
  font-size: 0.98rem;
  font-weight: 600;
  margin: 0;
  line-height: 1.3;
}

.event-meta-row {
  display: flex;
  align-items: center;
  gap: 0.45rem;
}

.event-date,
.event-location {
  font-size: 0.82rem;
  color: var(--text-muted);
  margin: 0;
}

.event-meta-icon {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 999px;
  font-size: 0.72rem;
  flex-shrink: 0;
}

.event-description {
  font-size: 0.84rem;
  color: var(--text-muted);
  margin: 0.15rem 0 0 0;
  line-clamp: 4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}

.event-link {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  color: var(--accent-dark);
  text-decoration: underline;
  text-underline-offset: 3px;
  cursor: pointer;
  font-size: 0.8rem;
  transition: color 0.2s ease;
  margin-top: 0.4rem;
  width: fit-content;
}

.event-link:hover {
  color: var(--accent);
}

.event-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(43, 34, 64, 0.2);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.event-card:focus-visible {
  outline: 2px solid rgba(136, 0, 255, 0.4);
  outline-offset: 2px;
}

@media (max-width: 560px) {
  .event-image {
    height: auto;
  }

  .event-status-badge {
    top: 0.7rem;
    right: 0.7rem;
    font-size: 0.64rem;
  }

  .event-title {
    font-size: 0.95rem;
  }

  .event-date,
  .event-location,
  .event-description {
    font-size: 0.8rem;
  }
}

/* Reviews/Ratings (from script.js) */
.recommendation {
  text-align: center;
  font-size: 1rem;
  font-weight: 600;
  color: var(--accent-dark);
  margin-bottom: 1.2rem;
}

.reviews {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

@media (max-width: 1200px) {
  .reviews {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .reviews {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  .reviews {
    display: flex;
    grid-template-columns: unset;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    gap: 1rem;
    padding-bottom: 1rem;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
  }
}

.review {
  border-radius: 1.2rem;
  padding: 1rem;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 10px 28px rgba(43, 34, 64, 0.12);
  display: grid;
  gap: 0.8rem;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

@media (max-width: 480px) {
  .review {
    scroll-snap-align: start;
    scroll-snap-stop: always;
    flex: 0 0 80vw;
    min-width: 80vw;
    max-width: 80vw;
  }
}

.review-text {
  font-size: 0.9rem;
  color: var(--text-muted);
  font-style: italic;
  margin: 0;
}

.review-meta {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-size: 0.85rem;
}

.review-meta img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  object-fit: cover;
}

.reviewer-name {
  font-weight: 600;
  color: var(--text-main);
}

.review-date {
  color: var(--text-muted);
  font-size: 0.8rem;
}

/* Followers count (from script.js) */
.followers-count {
  text-align: center;
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--accent-dark);
  padding: 1rem 0;
}

/* Contact */
.contact-content {
  display: grid;
  grid-template-columns: minmax(0, 3fr) minmax(0, 2fr);
  gap: 2rem;
}

.contact-info {
  display: grid;
  gap: 1rem;
}

.contact-item {
  display: flex;
  gap: 0.9rem;
  align-items: flex-start;
}

.contact-icon {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(191, 163, 215, 0.2);
  color: var(--accent-dark);
  flex-shrink: 0;
}

.contact-text h3 {
  font-size: 0.95rem;
  margin-bottom: 0.1rem;
}

.contact-text p {
  font-size: 0.9rem;
  color: var(--text-muted);
}

.contact-form {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 1.3rem;
  padding: 1.4rem 1.5rem;
  box-shadow: 0 14px 36px rgba(43, 34, 64, 0.12);
  display: grid;
  gap: 0.8rem;
  font-size: 0.9rem;
}

.contact-honeypot {
  position: absolute;
  left: -9999px;
  opacity: 0;
  pointer-events: none;
}

.form-group {
  display: grid;
  gap: 0.4rem;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border-radius: 0.7rem;
  border: 1px solid rgba(191, 163, 215, 0.7);
  padding: 0.55rem 0.8rem;
  font: inherit;
  background: rgba(247, 243, 255, 0.85);
  color: var(--text-main);
}

.contact-form textarea {
  min-height: 120px;
  resize: vertical;
}

.contact-form input:focus,
.contact-form textarea:focus {
  outline: 2px solid rgba(142, 94, 166, 0.5);
  outline-offset: 1px;
}

.contact-form button[disabled] {
  opacity: 0.7;
  cursor: wait;
}

.contact-status {
  min-height: 1.4rem;
  font-size: 0.9rem;
  color: var(--text-muted);
}

.contact-status[data-state="success"] {
  color: #1f7a35;
}

.contact-status[data-state="error"] {
  color: #b42318;
}

.contact-status[data-state="pending"] {
  color: var(--accent-dark);
}

/* Footer */
.footer {
  padding: 1.8rem 0 2.2rem;
  font-size: 0.8rem;
  color: var(--text-muted);
}

.footer-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.footer-brand h3 {
  font-size: 1rem;
}

.social-links {
  display: flex;
  gap: 0.7rem;
}

.social-link {
  width: 30px;
  height: 30px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.644);
  color: var(--accent-dark);
  transition: background 0.2s ease, transform 0.2s ease;
}

.social-link:hover {
  background: rgba(191, 163, 215, 0.4);
  transform: translateY(-1px);
}

.footer-bottom {
  margin-top: 1rem;
  text-align: left;
}

/* RESPONSIVE BREAKPOINTS */

/* Tablet and down (<= 768px) */
@media (max-width: 768px) {
  .hero-inner,
  .about-content,
  .contact-content {
    grid-template-columns: minmax(0, 1fr);
  }

  .videos-grid,
  .videos-list,
  .events-grid,
  .reviews {
    grid-template-columns: 1fr;
  }

  .hero-image {
    order: -1; /* image on top for tablets/phones */
  }
  .hero-subtitle {
      text-align:center;
  }

  .section-header {
    justify-content: center;
    text-align: center;
  }
  .section-title {
    text-align: center;
  }
  .section-subtitle {
    text-align: center;
  } 
  .hero-title, .hero-kicker {
    text-align: center;
  } 
  .hero-description {
    text-align: center;
  }
  .about-text {
    text-align: center;
  }
}

/* Mobile nav + small devices (<= 640px) */
@media (max-width: 640px) {
  .nav-menu {
    position: fixed;
    left: -100%;
    top: 60px;
    flex-direction: column;
    background-color: #fff;
    width: 100%;
    padding: 1rem 0;
    text-align: center;
    transition: 0.3s;
    box-shadow: 0 10px 27px rgba(0, 0, 0, 0.05);
  }

  .nav-menu.active {
    left: 0;
  }

  .nav-toggle {
    display: block;
  }

  .footer-content {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* Extra-small phones (<= 480px) */
@media (max-width: 480px) {
  .hero {
    padding-top: 2.4rem;
  }

  .hero-inner {
    gap: 2rem;
  }

  .hero-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width:100%;
  }

  .album-footer,
  .event-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .section-title {
    font-size: 2.5rem;
    font-weight: bold;
  }
  .event-chip {
  font-size: clamp(0.7rem, 2.5vw, 0.85rem);  /* Scales 0.7rem→0.85rem */
  padding:2%;
  min-height: 1.4em;  /* Touch-friendly */
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(191, 163, 215, 0.5);
  color: #5a3f6e;
  font-weight: 500;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  white-space: nowrap;  /* No wrap */
  }
  .event-chip i {
  font-size: 0.85em;  /* Icon scales with text */
  }

  /* Mobile carousel scroll hint */
  .videos-grid::after,
  .reviews::after {
    content: "← Swipe to see more →";
    display: block;
    text-align: center;
    font-size: 0.75rem;
    color: var(--text-muted);
    grid-column: 1 / -1;
    margin-top: 0.5rem;
    opacity: 0.6;
  }
}

.no-events-message {
  color: var(--text-muted);
  font-size: 1.2rem;
  margin: 2rem 0;
  padding: 1.5rem;
  background: var(--glass-bg);
  border: 1px solid var(--glass-border);
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(136, 0, 255, 0.07);
  display: block;
  margin-left: 0;
  margin-right: 0;
  text-align: center;
  max-width: 400px;
  width: 100%;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

/* Align no-events-message with events section header for all devices */
.events .no-events-message {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
  max-width: none;
  box-sizing: border-box;
}

/* For .events-grid, ensure alignment for all screen sizes */
.events-grid {
  align-items: stretch;
}

/* Facebook follow count styles */
.fb-follow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: var(--glass-bg);
  border: 1px solid var(--glass-border);
  border-radius: 999px;
  padding: 0.4rem 1.1rem 0.4rem 0.8rem;
  font-size: 1.1rem;
  box-shadow: 0 2px 8px rgba(136, 0, 255, 0.07);
  margin: 0.7rem 0 1.2rem 0;
}

.fb-follow i.fab.fa-facebook-f {
  color: #1877f3;
  font-size: 1.25em;
  background: #fff;
  border-radius: 50%;
  padding: 0.18em 0.32em;
  box-shadow: 0 1px 4px rgba(24, 119, 242, 0.12);
}

.fb-followers-count {
  font-weight: 600;
  color: var(--accent-dark);
  font-size: 1.08em;
  letter-spacing: 0.01em;
  margin-left: 0.2em;
}
