/* Educator workshops page */
.workshops-hero { position: relative; min-height: 780px; padding-top: var(--header-height); display: flex; align-items: flex-end; overflow: hidden; isolation: isolate; background: #031122; }
.workshops-hero-image { position: absolute; z-index: -4; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 38%; }
.workshops-hero-overlay { position: absolute; z-index: -3; inset: 0; background: linear-gradient(90deg, rgba(2,10,22,.98) 0%, rgba(3,22,44,.91) 46%, rgba(3,22,44,.5) 78%, rgba(2,12,28,.35) 100%), linear-gradient(180deg, rgba(2,10,22,.12), rgba(2,10,22,.86)); }
.workshops-hero-lines { position: absolute; z-index: -2; inset: 0; opacity: .16; background: repeating-linear-gradient(115deg, transparent 0, transparent 76px, rgba(101,217,255,.22) 77px, transparent 78px); mask-image: linear-gradient(90deg, #000, transparent 88%); }
.workshops-hero-inner { padding-top: 90px; padding-bottom: 84px; }
.hero-eyebrow { display: inline-flex; align-items: center; gap: 11px; color: #8de4ff; font-size: .7rem; font-weight: 800; text-transform: uppercase; letter-spacing: .15em; }
.hero-eyebrow::before { content: ""; width: 34px; height: 2px; background: #65d9ff; box-shadow: 0 0 14px #65d9ff; }
.workshops-hero h1 { max-width: 860px; margin-top: 20px; color: #fff; font-size: 5rem; letter-spacing: 0; }
.hero-summary { max-width: 710px; margin-top: 25px; color: #c2d5e1; font-size: 1.06rem; }
.workshops-hero .hero-actions { margin-top: 32px; }
.youtube-button { border: 0; background: #e72b2b; color: #fff; box-shadow: 0 14px 34px rgba(193,23,23,.28); }
.youtube-button:hover { background: #c91f1f; box-shadow: 0 18px 42px rgba(193,23,23,.36); }
.play-mark { width: 19px; height: 14px; display: inline-block; position: relative; border-radius: 4px; background: #fff; }
.play-mark::after { content: ""; position: absolute; left: 7px; top: 4px; border-left: 6px solid #e72b2b; border-top: 3px solid transparent; border-bottom: 3px solid transparent; }
.availability { margin-top: 34px; display: flex; align-items: center; gap: 10px; color: #a8c0cf; font-size: .72rem; }
.availability > span { width: 9px; height: 9px; border-radius: 50%; background: #35d984; box-shadow: 0 0 0 5px rgba(53,217,132,.13); }
.hero-enter { opacity: 0; transform: translateY(24px); animation: workshopHeroEnter .8s cubic-bezier(.22,.7,.2,1) forwards; animation-delay: var(--delay); }

.workshop-intro { padding: 86px 0; background: #fff; }
.intro-grid { display: grid; grid-template-columns: 1fr .85fr; align-items: end; gap: 90px; }
.intro-heading h2 { max-width: 650px; margin-top: 13px; font-size: 3.6rem; letter-spacing: 0; }
.intro-copy > p { color: #5b7487; font-size: .9rem; }
.intro-points { margin-top: 25px; display: flex; flex-wrap: wrap; gap: 8px; }
.intro-points span { min-height: 36px; padding: 7px 11px; display: inline-flex; align-items: center; border: 1px solid #d9e7ef; border-radius: 5px; background: #f4f9fc; color: #24526f; font-size: .65rem; font-weight: 800; }

.workshop-library { padding: 104px 0 112px; background: #eef6fa; }
.library-heading { max-width: 780px; margin: 0 auto 38px; text-align: center; }
.library-heading .section-kicker { justify-content: center; }
.library-heading h2 { margin-top: 13px; font-size: 3.6rem; letter-spacing: 0; }
.library-heading > p { max-width: 650px; margin: 18px auto 0; color: #60798c; font-size: .86rem; }
.topic-selector { width: fit-content; max-width: 100%; margin: 0 auto 26px; padding: 6px; display: flex; gap: 5px; border: 1px solid #d3e1e9; border-radius: 8px; background: #fff; box-shadow: 0 12px 32px rgba(13,57,86,.06); }
.topic-tab { min-height: 44px; padding: 0 19px; border: 0; border-radius: 5px; background: transparent; color: #526d81; font-size: .7rem; font-weight: 800; transition: background .2s, color .2s, box-shadow .2s; }
.topic-tab:hover { background: #edf7fb; color: #075d99; }
.topic-tab.is-active { background: var(--navy-900); color: #fff; box-shadow: 0 8px 20px rgba(4,30,55,.2); }
.topic-stage { min-height: 560px; overflow: hidden; display: grid; grid-template-columns: 1.12fr .88fr; border: 1px solid rgba(9,66,102,.12); border-radius: 8px; background: #fff; box-shadow: 0 24px 65px rgba(13,57,86,.11); }
.topic-visual { position: relative; min-height: 560px; overflow: hidden; background: #dcebf2; }
.topic-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 58%, rgba(2,12,26,.62)); }
.topic-visual img { width: 100%; height: 100%; object-fit: cover; transition: opacity .2s, transform .55s cubic-bezier(.22,.7,.2,1); }
.topic-stage.is-changing .topic-visual img { opacity: .35; transform: scale(1.02); }
.visual-label { position: absolute; z-index: 2; left: 24px; bottom: 23px; display: flex; align-items: center; gap: 13px; color: #fff; }
.visual-label span { width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; background: rgba(3,21,39,.65); font-family: var(--font-heading); font-size: .7rem; font-weight: 800; backdrop-filter: blur(8px); }
.visual-label p { font-size: .68rem; font-weight: 800; text-transform: uppercase; }
.topic-content { padding: 54px 48px; display: flex; flex-direction: column; justify-content: center; }
.topic-overline { color: var(--blue-600); font-size: .65rem; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.topic-content h3 { margin-top: 14px; font-size: 2.15rem; line-height: 1.18; letter-spacing: 0; }
.topic-content > p:not(.topic-overline) { margin-top: 18px; color: #5d7689; font-size: .84rem; }
.topic-content ul { margin: 25px 0 0; padding: 0; list-style: none; display: grid; gap: 10px; }
.topic-content li { position: relative; padding-left: 25px; color: #36566d; font-size: .77rem; font-weight: 600; }
.topic-content li::before { content: ""; position: absolute; left: 0; top: .55em; width: 10px; height: 6px; border-left: 2px solid #0791c7; border-bottom: 2px solid #0791c7; transform: rotate(-45deg); }
.channel-link { margin-top: 30px; min-height: 48px; width: fit-content; padding: 0 17px; display: inline-flex; align-items: center; gap: 10px; border-radius: 5px; background: #e72b2b; color: #fff; font-size: .7rem; font-weight: 800; transition: background .2s, transform .2s; }
.channel-link:hover { transform: translateY(-2px); background: #c91f1f; }
.channel-link b { font-size: .9rem; }

.watch-section { padding: 112px 0; background: #04101f; }
.watch-grid { display: grid; grid-template-columns: .82fr 1.18fr; align-items: center; gap: 76px; }
.watch-copy h2 { max-width: 620px; margin-top: 13px; font-size: 3.65rem; letter-spacing: 0; }
.watch-copy > p { max-width: 590px; margin-top: 20px; color: #adc4d2; font-size: .88rem; }
.watch-copy .button { margin-top: 29px; }
.watch-visual { position: relative; aspect-ratio: 16 / 10; overflow: hidden; border: 1px solid rgba(255,255,255,.15); border-radius: 8px; box-shadow: 0 28px 80px rgba(0,0,0,.3); }
.watch-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(2,12,26,.05), rgba(2,12,26,.72)); }
.watch-visual img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.22,.7,.2,1); }
.watch-visual:hover img { transform: scale(1.035); }
.watch-play { position: absolute; z-index: 2; left: 50%; top: 50%; width: 76px; height: 76px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.45); border-radius: 50%; background: #e72b2b; box-shadow: 0 16px 40px rgba(0,0,0,.3); transform: translate(-50%,-50%); transition: transform .25s, background .25s; }
.watch-visual:hover .watch-play { transform: translate(-50%,-50%) scale(1.07); background: #c91f1f; }
.watch-play i { margin-left: 5px; border-left: 18px solid #fff; border-top: 11px solid transparent; border-bottom: 11px solid transparent; }
.watch-caption { position: absolute; z-index: 2; left: 24px; right: 24px; bottom: 23px; color: #fff; }
.watch-caption small, .watch-caption strong { display: block; }
.watch-caption small { color: #7ddfff; font-size: .6rem; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.watch-caption strong { margin-top: 4px; font-family: var(--font-heading); font-size: 1rem; }

@keyframes workshopHeroEnter { to { opacity: 1; transform: translateY(0); } }

@media (max-width: 1020px) {
  .workshops-hero { min-height: 720px; }
  .workshops-hero h1 { font-size: 4.2rem; }
  .intro-grid { grid-template-columns: 1fr; gap: 22px; }
  .intro-heading h2, .library-heading h2, .watch-copy h2 { font-size: 3.1rem; }
  .topic-stage { grid-template-columns: 1fr; }
  .topic-visual { min-height: 430px; }
  .watch-grid { grid-template-columns: 1fr; gap: 44px; }
  .watch-visual { max-width: 820px; width: 100%; }
}

@media (max-width: 680px) {
  .workshops-hero { min-height: 740px; }
  .workshops-hero-image { object-position: 68% center; }
  .workshops-hero-overlay { background: linear-gradient(90deg, rgba(2,10,22,.97), rgba(3,22,44,.83) 72%, rgba(2,12,28,.62)), linear-gradient(180deg, rgba(2,10,22,.15), rgba(2,10,22,.88)); }
  .workshops-hero-inner { padding-top: 60px; padding-bottom: 56px; }
  .workshops-hero h1 { font-size: 3rem; }
  .hero-summary { font-size: .9rem; }
  .workshops-hero .hero-actions { flex-direction: column; }
  .workshops-hero .hero-actions .button { width: 100%; }
  .availability { align-items: flex-start; }
  .availability > span { flex: 0 0 auto; margin-top: 5px; }
  .workshop-intro { padding: 72px 0; }
  .intro-heading h2, .library-heading h2, .watch-copy h2 { font-size: 2.25rem; }
  .workshop-library, .watch-section { padding: 76px 0; }
  .topic-selector { width: 100%; display: grid; grid-template-columns: 1fr; }
  .topic-tab { width: 100%; }
  .topic-stage { min-height: 0; }
  .topic-visual { min-height: 300px; }
  .topic-content { padding: 34px 24px; }
  .topic-content h3 { font-size: 1.72rem; }
  .channel-link { width: 100%; justify-content: center; }
  .watch-copy .button { width: 100%; }
  .watch-visual { aspect-ratio: 4 / 3; }
  .watch-play { width: 64px; height: 64px; }
}
