/* ─── SHARED SECTION-PAD (matches index.css) ─── */
.section-pad {
  padding: 5rem 3rem;
  max-width: 1400px;
  margin: 0 auto;
}

/* ─── PAGE HEADER ─── */
.page-header {
  padding: 8rem 3rem 2.5rem;
  text-align: center;
  max-width: 820px;
  margin: 0 auto;
}

.page-header .section-label {
  font-family: 'Cutive', serif;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--teal);
  margin-bottom: 1rem;
  font-weight: 500;
}

.page-header h1 {
  font-family: 'Cutive', serif;
  font-size: clamp(2.4rem, 5vw, 3.6rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.08;
  color: var(--dark-teal);
  margin-bottom: 1.25rem;
}

.page-header h1 .accent {
  position: relative;
  display: inline-block;
}

.page-header h1 .accent::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 4px;
  width: 100%;
  height: 8px;
  background: var(--gold);
  opacity: 0.3;
  border-radius: 4px;
  z-index: -1;
}

.page-header p {
  font-size: 1.15rem;
  color: var(--teal);
  line-height: 1.65;
  font-weight: 300;
  max-width: 640px;
  margin: 0 auto;
}

/* ─── SECTION HEADINGS ─── */
.section-label {
  font-family: 'Cutive', serif;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--teal);
  margin-bottom: 1rem;
  font-weight: 500;
}

.activity-section h2 {
  font-family: 'Cutive', serif;
  font-size: clamp(1.8rem, 3.5vw, 2.6rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--dark-teal);
  margin-bottom: 1.25rem;
}

.activity-tagline {
  font-family: 'Cutive', serif;
  font-size: 1.05rem;
  color: var(--amber);
  margin-bottom: 1.5rem;
}

.activity-section .body-copy {
  font-size: 1.05rem;
  line-height: 1.7;
  color: var(--dark-teal);
  font-weight: 300;
  max-width: 720px;
  margin-bottom: 1.25rem;
}

.activity-meta {
  font-size: 0.9rem;
  color: var(--teal);
  font-weight: 500;
  margin-bottom: 2rem;
}

/* ─── COLOR OLYMPICS GALLERY ─── */
.activity-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-top: 2.5rem;
}

.activity-gallery img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  border-radius: 16px;
  display: block;
}

/* ─── PLAYSHOPS LIST ─── */
.playshops-section {
  background: var(--light-cream, #f2ecdd);
}

.playshop-rule {
  display: inline-block;
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--dark-teal);
  background: rgba(211, 164, 70, 0.18);
  border-radius: 100px;
  padding: 0.55rem 1.4rem;
  margin-bottom: 2.5rem;
}

.playshops-list {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
}

.playshop-item {
  background: white;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 24px rgba(26, 65, 70, 0.06);
  display: flex;
  flex-direction: column;
}

.playshop-item img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  display: block;
}

.playshop-item-body {
  padding: 1.1rem 1.25rem 1.35rem;
}

.playshop-item h3 {
  font-family: 'Cutive', serif;
  font-size: 1rem;
  font-weight: 700;
  color: var(--dark-teal);
  margin-bottom: 0.4rem;
}

.playshop-item p {
  font-size: 0.85rem;
  line-height: 1.55;
  color: var(--dark-teal);
  font-weight: 300;
}

/* ─── PRICING ─── */
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-top: 2.5rem;
}

.pricing-card {
  background: white;
  border: 2px solid transparent;
  border-radius: 20px;
  padding: 2.25rem 2rem;
  text-align: center;
  box-shadow: 0 4px 24px rgba(26, 65, 70, 0.06);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.pricing-card--both {
  border-color: var(--gold);
}

.pricing-card h3 {
  font-family: 'Cutive', serif;
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--dark-teal);
  margin-bottom: 0.75rem;
}

.pricing-amount {
  font-family: 'Cutive', serif;
  font-size: 2.2rem;
  color: var(--teal);
  margin-bottom: 0.35rem;
}

.pricing-amount span {
  font-size: 1rem;
  color: var(--dark-teal);
  font-weight: 300;
}

.pricing-detail {
  font-size: 0.9rem;
  color: var(--dark-teal);
  font-weight: 300;
  line-height: 1.55;
}

.pricing-note {
  font-size: 0.9rem;
  color: var(--teal);
  font-weight: 300;
  margin-top: 2rem;
  text-align: center;
}

/* ─── CTA ─── */
.activities-cta {
  text-align: center;
  padding-bottom: 7rem;
}

.activities-cta .cta-btn {
  display: inline-block;
  font-family: 'DM Sans', sans-serif;
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--off-white);
  background: var(--teal);
  border: none;
  border-radius: 100px;
  padding: 1rem 2.5rem;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.25s ease;
}

.activities-cta .cta-btn:hover {
  background: var(--dark-teal);
  transform: translateY(-1px);
}

.activities-cta p {
  font-size: 0.95rem;
  color: var(--teal);
  font-weight: 300;
  margin-top: 1.25rem;
}

.activities-cta a:not(.cta-btn) {
  color: var(--teal);
}

/* ─── RESPONSIVE ─── */
@media (max-width: 1100px) {
  .playshops-list {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 900px) {
  .section-pad {
    padding: 3.5rem 1.5rem;
  }

  .page-header {
    padding: 7rem 1.5rem 2rem;
  }

  .activity-gallery {
    grid-template-columns: repeat(2, 1fr);
  }

  .activity-gallery img {
    height: 200px;
  }

  .playshops-list {
    grid-template-columns: repeat(2, 1fr);
  }

  .pricing-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .playshops-list {
    grid-template-columns: 1fr;
  }

  .activity-gallery {
    grid-template-columns: 1fr;
  }
}
