/* ==================================================================
   SNOW-SQUAD-HUB - PAGE-SPECIFIC STYLES
   Generated by build-css.js - edit the source, not this file.
===================================================================== */

.page-trip .hero-gradient {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(15,26,36,0) 55%, rgba(15,26,36,0.85) 100%);
  pointer-events: none;
  z-index: 1;
}

.page-trip .hero-title h1 {
  font-size: clamp(2.4rem, 10vw, 4rem);
  color: var(--white);
}

.page-trip .hero-title-sub {
  margin: 1rem auto 0;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 1.05rem;
  color: var(--sand);
  max-width: 300px;
}

.page-trip .section-eyebrow {
  text-align: center;
  color: var(--sand);
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 0.95rem;
  letter-spacing: 0.02em;
  margin-bottom: 1rem;
}

.page-trip .grid-3 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
  margin-top: 1.5rem;
}

.page-trip .video-portrait {
  margin-top: 1.5rem;
}

.page-trip .solo-video {
  display: block;
  width: 100%;
  max-width: 320px;
  aspect-ratio: 9 / 16;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 auto;
}

.page-trip .solo-video-caption {
  margin: 0.75rem auto 0;
  font-family: 'Inter', sans-serif;
  font-size: 0.8rem;
  color: var(--sand);
  text-align: center;
}

.page-trip .scroll-strip {
  display: flex;
  gap: 0.75rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  margin-top: 1.5rem;
  padding: 0.25rem 0 0.75rem;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.page-trip .scroll-strip::-webkit-scrollbar {
  display: none;
}

.page-trip .scroll-strip .gallery-img {
  flex: 0 0 auto;
  height: 220px;
  width: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 6px;
  scroll-snap-align: center;
}

.page-trip .video-carousel {
  margin-top: 1.5rem;
  position: relative;
}

.page-trip .carousel-arrow {
  display: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid rgba(212, 197, 176, 0.3);
  background: rgba(15, 26, 36, 0.7);
  color: var(--sand);
  font-size: 1.3rem;
  line-height: 1;
  cursor: pointer;
  transition: color 0.2s ease, border-color 0.2s ease;
  z-index: 3;
}

.page-trip .carousel-arrow:hover {
  color: var(--teal);
  border-color: var(--teal);
}

.page-trip .carousel-arrow-prev {
  left: 0.75rem;
}

.page-trip .carousel-arrow-next {
  right: 0.75rem;
}

.page-trip .carousel-track {
  display: flex;
  gap: 1rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.page-trip .carousel-track::-webkit-scrollbar {
  display: none;
}

.page-trip .video-frame {
  display: block;
  width: 100%;
  aspect-ratio: 9 / 16;
  object-fit: cover;
  border-radius: 6px;
  background: var(--navy);
}

.page-trip .carousel-track .video-frame {
  flex: 0 0 100%;
  width: 100%;
  scroll-snap-align: center;
}

.page-trip .carousel-dots {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 1.25rem;
}

.page-trip .carousel-dots .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(212, 197, 176, 0.3);
  transition: background 0.2s ease;
  cursor: pointer;
}

.page-trip .carousel-dots .dot.active {
  background: var(--teal);
}

.page-trip .trip-cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  margin-top: 1.5rem;
}

.page-trip .trip-card {
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(212, 197, 176, 0.15);
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.page-trip .trip-card-img {
  display: block;
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 8px 8px 0 0;
}

.page-trip .trip-card-body {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.page-trip .trip-card h3 {
  font-size: 1.7rem;
  margin-top: 0.75rem;
}

.page-trip .trip-card h3 .flag {
  font-size: 0.65em;
  margin-left: 0.2em;
}

.page-trip .trip-card .subline {
  color: var(--sand);
  font-size: 0.95rem;
}

.page-trip .trip-card .trip-dates {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 0.95rem;
}

.page-trip .trip-card .btn {
  margin-top: 0.75rem;
  align-self: flex-start;
}

@media (min-width: 768px) {
  .page-trip .container {
    padding: 0 2rem;
  }
  .page-trip .section {
    padding: 3.75rem 2rem;
  }
  .page-trip .section h2 {
    font-size: 2.75rem;
  }
  .page-trip .hero {
    height: 60vh;
  }
  .page-trip .hero-title {
    padding: 2.5rem 2rem 0;
  }
  .page-trip .hero-title-sub {
    max-width: 480px;
    font-size: 1.15rem;
  }
  .page-trip .grid-3 {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.75rem;
  }
  .page-trip .scroll-strip .gallery-img {
    height: 300px;
  }
  .page-trip .carousel-track .video-frame {
    flex: 0 0 calc((100% - 2rem) / 3);
    width: calc((100% - 2rem) / 3);
  }
  .page-trip .carousel-arrow {
    display: flex;
  }
  .page-trip .solo-video {
    max-width: 380px;
  }
  .page-trip .trip-cards {
    grid-template-columns: 1fr 1fr;
    gap: 2.5rem;
  }
  .page-trip .trip-card-img {
    height: 280px;
  }
  .page-trip .trip-card-body {
    padding: 2rem;
  }
  .page-trip .join-section {
    padding: 3.75rem 2rem 7rem;
  }
  .page-trip .join-section h2 {
    font-size: 2.75rem;
  }
  .page-trip .countdown-box {
    min-width: 88px;
    padding: 1.1rem 1rem;
  }
  .page-trip .countdown-num {
    font-size: 2.4rem;
  }
}
