/* ============================================================
   activation.css — Activation page: intro + labeled image strip,
   workshop features, and a gallery of past moments.
   Reuses .hero (video hero) and .section-eyebrow.
   ============================================================ */

/* ---- Intro (white) ---- */
.act-intro { background: #ffffff; color: #141414; }
.act-intro__text {
  max-width: 52rem;
  margin: 0 auto;
  padding: clamp(4rem, 8vw, 7rem) var(--page-gutter, 1.5rem) clamp(2.5rem, 5vw, 4rem);
}
.act-intro__lead {
  margin: 0 0 1.5rem;
  font-family: var(--font-body, "Inter", sans-serif);
  font-size: clamp(1.3rem, 2.2vw, 1.9rem);
  line-height: 1.45;
  color: #141414;
}
.act-intro__body {
  margin: 0;
  font-family: var(--font-body, "Inter", sans-serif);
  font-size: 1.02rem;
  line-height: 1.7;
  color: rgba(0, 0, 0, 0.6);
}

/* ---- Labeled image strip (full-bleed) ---- */
.act-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
}
.act-tile {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4 / 5;
  background: #111;
}
.act-tile img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.act-tile::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0.05) 40%, rgba(0,0,0,0.5) 100%);
}
.act-tile__label {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 1rem;
  color: #ffffff;
  font-family: var(--font-groove, "Groovezilla", sans-serif);
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  font-size: clamp(1.1rem, 2vw, 1.6rem);
  line-height: 1;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.55);
}

/* ---- Workshops (white) ---- */
.act-workshops { background: #ffffff; color: #141414; }
.act-workshops__inner {
  max-width: var(--page-max-width, 72rem);
  margin: 0 auto;
  padding: clamp(3.5rem, 8vw, 6rem) var(--page-gutter, 1.5rem);
}
.act-workshops__title {
  margin: 0 0 2.5rem;
  font-family: var(--font-groove, "Groovezilla", sans-serif);
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1;
  color: var(--color-heading, #141414);
  font-size: clamp(2rem, 4vw, 3rem);
}
.act-workshops__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.5rem 3.5rem;
}
.act-workshop__title {
  margin: 0 0 1rem;
  font-family: var(--font-groove, "Groovezilla", sans-serif);
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1;
  color: var(--color-heading, #141414);
  font-size: clamp(1.5rem, 2.5vw, 2rem);
}
.act-workshop__text {
  margin: 0;
  font-family: var(--font-body, "Inter", sans-serif);
  font-size: 1.02rem;
  line-height: 1.7;
  color: rgba(0, 0, 0, 0.66);
}

/* ---- Community engagement partner ---- */
.act-partner {
  background: var(--color-bg, #0d0d0d);
  color: #ffffff;
}
.act-partner__inner {
  max-width: var(--page-max-width, 72rem);
  margin: 0 auto;
  padding: clamp(3.5rem, 8vw, 6rem) var(--page-gutter, 1.5rem);
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 2rem 3rem;
  align-items: start;
}
.act-partner__title,
.workshop-host__title {
  margin: 0 0 1.25rem;
  font-family: var(--font-groove, "Groovezilla", sans-serif);
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1;
  font-size: clamp(2rem, 4vw, 3rem);
}
.act-partner__lead,
.act-partner__text {
  margin: 0 0 1rem;
  font-family: var(--font-body, "Inter", sans-serif);
  font-size: 1.05rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.8);
}
.act-partner__programs,
.workshop-host__grid {
  display: grid;
  gap: 0.75rem;
}
.act-partner__programs span,
.workshop-host__card {
  border-radius: 8px;
  padding: 1rem;
  background: rgba(255, 255, 255, 0.08);
  font-family: var(--font-nav, "Inter", sans-serif);
  font-weight: 600;
}

.workshop-host {
  margin-top: clamp(3rem, 7vw, 5rem);
  padding-top: clamp(3rem, 7vw, 5rem);
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}
.workshop-host__text {
  margin: 0 0 2rem;
  max-width: 58rem;
  font-family: var(--font-body, "Inter", sans-serif);
  font-size: 1.05rem;
  line-height: 1.7;
  color: rgba(0, 0, 0, 0.66);
}
.workshop-host__grid {
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 2rem;
}
.workshop-host__card {
  background: #f4f4f5;
}
.workshop-host__card h4 {
  margin: 0 0 0.65rem;
  font-family: var(--font-groove, "Groovezilla", sans-serif);
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1;
  font-size: clamp(1.2rem, 2vw, 1.7rem);
}
.workshop-host__card p {
  margin: 0;
  font-family: var(--font-body, "Inter", sans-serif);
  font-size: 0.96rem;
  line-height: 1.6;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.66);
}

/* ---- Gallery (white) ---- */
.act-gallery { background: #ffffff; color: #141414; }
.act-gallery__inner {
  max-width: var(--page-max-width, 72rem);
  margin: 0 auto;
  padding: 0 var(--page-gutter, 1.5rem) clamp(3.5rem, 8vw, 6rem);
}
.act-gallery__title {
  margin: 0 0 2rem;
  font-family: var(--font-groove, "Groovezilla", sans-serif);
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1;
  color: var(--color-heading, #141414);
  font-size: clamp(2rem, 4vw, 3rem);
}
.act-gallery__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
.act-gallery__grid img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  display: block;
  border-radius: 8px;
  background: #eee;
}

/* ---- Artist Talks (reuses .act-intro layout) ---- */
.act-talks__title {
  margin: 0.5rem 0 1.5rem;
  font-family: var(--font-groove, "Groovezilla", sans-serif);
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1;
  color: var(--color-heading, #141414);
  font-size: clamp(2rem, 4vw, 3rem);
}

/* Offset anchor jumps so section tops aren't flush with the viewport */
.act-workshops,
.act-talks { scroll-margin-top: 1.5rem; }

/* ---- Responsive ---- */
@media (max-width: 820px) {
  .act-strip { grid-template-columns: repeat(2, 1fr); }
  .act-partner__inner { grid-template-columns: 1fr; }
  .act-workshops__grid { grid-template-columns: 1fr; }
  .workshop-host__grid { grid-template-columns: repeat(2, 1fr); }
  .act-gallery__grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 480px) {
  .act-strip { grid-template-columns: 1fr; }
  .workshop-host__grid { grid-template-columns: 1fr; }
}
