.glimpses-wrapper {
  width: 92%;
  max-width: 1100px;
  margin: 0 auto;
}

.glimpses-hero {
  background: linear-gradient(120deg, rgba(14, 165, 233, 0.18), rgba(249, 115, 22, 0.18));
  padding: 60px 0 40px;
  text-align: center;
  color: #0f172a;
}

.glimpses-eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.8rem;
  color: #0ea5e9;
}

.glimpses-hero h1 {
  font-size: clamp(2rem, 5vw, 3.5rem);
  margin: 14px 0;
}

.glimpses-hero h1 span {
  color: #f97316;
}

.glimpses-section {
  padding: 50px 0 26px;
}

.glimpses-details {
  text-align: center;
}

.glimpses-details summary {
  list-style: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 26px;
  border-radius: 999px;
  background: #0ea5e9;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
}

.glimpses-details summary::-webkit-details-marker {
  display: none;
}

.glimpses-details[open] summary {
  background: #f97316;
}

.glimpses-details .glimpses-cards {
  margin-top: 20px;
  text-align: left;
}

.glimpses-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 18px;
}

.glimpses-cards article {
  background: #fff;
  border-radius: 18px;
  padding: 24px;
  box-shadow: 0 12px 34px rgba(15, 23, 42, 0.08);
  border: 1px solid rgba(15, 23, 42, 0.05);
}

.glimpses-gallery {
  padding: 40px 0;
  background: #f8fafc;
}

.glimpses-header {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 18px;
}

.glimpses-header span {
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.78rem;
  color: #0ea5e9;
}

.glimpses-header h2 {
  margin: 8px 0 18px;
  font-size: 1.9rem;
}

.glimpses-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 14px;
}

.glimpses-grid .glimpses-wide {
  grid-column: span 2;
}

.glimpses-grid figure {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 26px rgba(15, 23, 42, 0.08);
}

.glimpses-grid img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  display: block;
}

.glimpses-grid img.glimpses-img-pan-right {
  height: 220px;
  object-fit: contain;
  background: #f1f5f9;
}

@media (max-width: 700px) {
  .glimpses-grid .glimpses-wide {
    grid-column: span 1;
  }
}

.glimpses-grid figcaption {
  padding: 12px 15px;
  font-size: 0.9rem;
  color: #475569;
}

.glimpses-grid figcaption.glimpses-caption-center {
  text-align: center;
}

.glimpses-videos {
  padding: 50px 0;
}

.glimpses-video-carousel {
  margin-top: 20px;
  display: flex;
  gap: 18px;
  overflow-x: auto;
  padding-bottom: 10px;
  scroll-snap-type: x mandatory;
}

.glimpses-video-card {
  min-width: 320px;
  background: #fff;
  border-radius: 18px;
  padding: 18px;
  box-shadow: 0 12px 32px rgba(15, 23, 42, 0.12);
  scroll-snap-align: center;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.glimpses-video-card video {
  width: 100%;
  border-radius: 14px;
  border: none;
  display: block;
}

.glimpses-video-card p {
  font-size: 0.92rem;
  color: #475569;
  margin: 0;
}

.glimpses-cta {
  padding: 70px 0;
  text-align: center;
  background: radial-gradient(circle at top, rgba(14, 165, 233, 0.2), transparent 45%), #0f172a;
  color: #fff;
}

.glimpses-cta p {
  max-width: 640px;
  margin: 10px auto 18px;
  color: #cbd5f5;
}

.glimpses-btn {
  display: inline-flex;
  padding: 12px 28px;
  border-radius: 999px;
  background: #f97316;
  color: #fff;
  font-weight: 600;
}

@media (max-width: 600px) {
  .glimpses-grid img {
    height: 160px;
  }
  .glimpses-video-grid iframe {
    min-height: 200px;
  }
}
