/* BlueDream home — sections below hero */
@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@400;500;600;700;800&family=Syne:wght@700;800&display=swap");

.home-below {
  position: relative;
  z-index: 3;
  background:
    radial-gradient(ellipse 80% 50% at 10% 0%, rgba(37, 99, 235, 0.18), transparent 55%),
    radial-gradient(ellipse 60% 40% at 90% 20%, rgba(96, 165, 250, 0.08), transparent 50%),
    linear-gradient(180deg, #050508 0%, #000 40%, #07070b 100%);
  color: #f5f7fa;
  font-family: Outfit, system-ui, sans-serif;
}

.home-section {
  max-width: 1120px;
  margin: 0 auto;
  padding: 5.5rem 1.5rem 1rem;
}

.home-section:last-child {
  padding-bottom: 5rem;
}

.home-kicker {
  margin: 0 0 0.55rem;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #60a5fa;
}

.home-heading {
  margin: 0 0 0.65rem;
  font-family: Syne, Outfit, sans-serif;
  font-size: clamp(1.85rem, 4vw, 2.75rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.1;
  color: #fff;
}

.home-lead {
  margin: 0 0 2.25rem;
  max-width: 36rem;
  font-size: 1.05rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.62);
}

/* Gallery — full-bleed mosaic, not cards */
.home-gallery-section {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

.home-gallery-section .home-kicker,
.home-gallery-section .home-heading,
.home-gallery-section .home-lead {
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.home-gallery {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  grid-template-rows: minmax(220px, 32vh) minmax(180px, 26vh);
  gap: 0.55rem;
  padding: 0 0.55rem;
}

.home-gallery-item {
  position: relative;
  display: block;
  overflow: hidden;
  min-height: 180px;
  text-decoration: none;
  color: inherit;
}

.home-gallery-item:first-child {
  grid-row: 1 / span 2;
}

.home-gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.02);
  transition: transform 0.7s cubic-bezier(0.25, 0.8, 0.25, 1), filter 0.4s;
  filter: saturate(1.05) contrast(1.05);
}

.home-gallery-item:hover img {
  transform: scale(1.08);
}

.home-gallery-item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 35%, rgba(0, 0, 0, 0.75) 100%);
  pointer-events: none;
}

.home-gallery-meta {
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  z-index: 1;
}

.home-gallery-caption {
  display: block;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #93c5fd;
  margin-bottom: 0.25rem;
}

.home-gallery-label {
  display: block;
  font-family: Syne, Outfit, sans-serif;
  font-size: clamp(1rem, 2vw, 1.25rem);
  font-weight: 700;
  color: #fff;
}

/* Events — rows, not cards */
.home-events {
  display: flex;
  flex-direction: column;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.home-event {
  display: grid;
  grid-template-columns: 4.5rem 1fr auto;
  gap: 1.25rem;
  align-items: start;
  padding: 1.35rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  opacity: 0;
  transform: translateY(16px);
  animation: homeFadeUp 0.7s ease forwards;
}

.home-event-day {
  font-family: Syne, Outfit, sans-serif;
  font-size: 1.35rem;
  font-weight: 800;
  color: #60a5fa;
  line-height: 1.1;
}

.home-event-time {
  display: block;
  margin-top: 0.25rem;
  font-size: 0.78rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.45);
  letter-spacing: 0.04em;
}

.home-event-title {
  margin: 0 0 0.3rem;
  font-size: 1.15rem;
  font-weight: 700;
  color: #fff;
}

.home-event-desc {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.58);
}

.home-event-place {
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(147, 197, 253, 0.85);
  white-space: nowrap;
  padding-top: 0.2rem;
}

/* Testimonials — large quotes */
.home-quotes {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem 2.5rem;
}

.home-quote {
  opacity: 0;
  transform: translateY(16px);
  animation: homeFadeUp 0.7s ease forwards;
}

.home-quote blockquote {
  margin: 0 0 1rem;
  font-size: clamp(1.05rem, 1.6vw, 1.2rem);
  font-weight: 500;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.88);
}

.home-quote blockquote::before {
  content: "“";
  display: block;
  font-family: Syne, sans-serif;
  font-size: 2.5rem;
  line-height: 1;
  color: #2563eb;
  margin-bottom: 0.35rem;
}

.home-quote footer {
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.5);
}

.home-quote cite {
  font-style: normal;
  font-weight: 700;
  color: #93c5fd;
}

/* FAQ accordion */
.home-faq {
  display: flex;
  flex-direction: column;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.home-faq-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.home-faq-item summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.2rem 0;
  font-size: 1.05rem;
  font-weight: 650;
  color: #fff;
  transition: color 0.2s;
}

.home-faq-item summary::-webkit-details-marker {
  display: none;
}

.home-faq-item summary:hover {
  color: #93c5fd;
}

.home-faq-item summary::after {
  content: "+";
  flex-shrink: 0;
  font-size: 1.35rem;
  font-weight: 400;
  color: #60a5fa;
  transition: transform 0.25s;
}

.home-faq-item[open] summary::after {
  content: "−";
}

.home-faq-item p {
  margin: 0 0 1.25rem;
  max-width: 40rem;
  font-size: 0.98rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.62);
}

.home-faq-item a {
  color: #93c5fd;
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* CTA band */
.home-cta {
  text-align: center;
  padding: 3.5rem 1.5rem 5rem;
}

.home-cta .home-heading {
  margin-left: auto;
  margin-right: auto;
}

.home-cta .home-lead {
  margin-left: auto;
  margin-right: auto;
}

.home-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  justify-content: center;
}

.home-cta-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.9rem 1.6rem;
  border: 1px solid rgba(96, 165, 250, 0.55);
  color: #fff;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none;
  transition: background 0.25s, border-color 0.25s, transform 0.2s;
}

.home-cta-link:hover {
  background: rgba(37, 99, 235, 0.35);
  border-color: #60a5fa;
  transform: translateY(-2px);
}

.home-cta-link--solid {
  background: linear-gradient(135deg, #2563eb, #1d4ed8);
  border-color: transparent;
}

@keyframes homeFadeUp {
  to {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 900px) {
  .home-gallery {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
  }
  .home-gallery-item:first-child {
    grid-column: 1 / -1;
    grid-row: auto;
    min-height: 240px;
  }
  .home-quotes {
    grid-template-columns: 1fr;
    gap: 1.75rem;
  }
  .home-event {
    grid-template-columns: 4rem 1fr;
  }
  .home-event-place {
    grid-column: 2;
    padding-top: 0;
  }
}

@media (max-width: 560px) {
  .home-gallery {
    grid-template-columns: 1fr;
  }
  .home-section {
    padding-top: 4rem;
  }
}
