/* ==========================================================================
   Opus AV — Education sector page styles
   Sector accent: #ED7B22 (Opus Orange). Background theme: Dark / Charcoal.
   Page-specific only. Shared inner-page styles live in inner.css.
   ========================================================================== */


/* ── Sector accent scope ────────────────────────────────────────────────── */

.sector-page-education {
  --sector-accent: #ED7B22;
}


/* ── Masthead — dark charcoal with image overlay ────────────────────────── */

.sector-page-education .page-masthead--has-image {
  background-color: var(--opus-charcoal);
}

.sector-page-education .page-masthead--has-image::before {
  background: rgba(31, 31, 31, 0.72);
}

.sector-page-education .page-masthead__img {
  opacity: 0.3;
}

.sector-page-education .page-masthead .eyebrow {
  color: var(--sector-accent);
}

.sector-page-education .page-masthead::after {
  background-image: url('../../../assets/logos/opus-av-bars-mark.svg');
  opacity: 0.05;
  z-index: 2;
}


/* ── Breadcrumb accent on hover ─────────────────────────────────────────── */

.sector-page-education .breadcrumb a:hover {
  color: var(--sector-accent);
}


/* ── Section eyebrow accent ─────────────────────────────────────────────── */

.sector-page-education .eyebrow {
  color: var(--sector-accent);
}


/* ── Pull-quote band — soft surface for education ───────────────────────── */

.education-pull-quote {
  background: var(--surface-soft);
}

.education-pull-quote blockquote {
  color: var(--text-strong);
  border-left-color: var(--sector-accent);
}

.education-pull-quote blockquote em {
  color: var(--sector-accent);
}


/* ── Gallery image strip ────────────────────────────────────────────────── */

.education-gallery {
  background: var(--opus-charcoal);
  padding-block: var(--space-6);
}

.education-gallery__strip {
  display: flex;
  gap: var(--space-2);
  overflow: hidden;
}

.education-gallery__item {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: var(--space-2);
}

.education-gallery__img {
  flex: 1;
  min-width: 0;
  width: 100%;
  object-fit: cover;
  aspect-ratio: 4 / 3;
  display: block;
}

.education-gallery__caption {
  font-size: var(--fs-eyebrow);
  color: rgba(242, 242, 242, 0.6);
  letter-spacing: 0.05em;
  text-align: center;
  padding-block: var(--space-1);
}

@media (max-width: 640px) {
  .education-gallery__strip {
    flex-direction: column;
  }
}


/* ── Service maintenance band ───────────────────────────────────────────── */

.sector-page-education .service-maintenance-band {
  border-top: 3px solid var(--sector-accent);
}

.sector-page-education .service-maintenance-band .eyebrow {
  color: var(--sector-accent);
}


/* ── Kit list dash — uses global orange, no override needed for education ── */


/* ── Closing CTA ────────────────────────────────────────────────────────── */

.sector-page-education .closing-cta {
  background: var(--opus-mist);
}
