/* Single gallery page. Follows the site colour switch: light by default, dark
   under body.color-switch-dark. Tokens scoped to the gallery body, WCAG-AA in
   both modes. The hero (photo + dark scrim) and the video band stay dark in
   both modes on purpose - the transparent white overlay header sits on the hero.
   Generated from satgal_css(); regenerate the file if you edit that function. */
body.single-kt_gallery{
  --sg-bg:#f7f4fa; --sg-panel:#ffffff; --sg-crumb-bg:#ffffff;
  --sg-accent:#7a3f95; --sg-ink:#241a2e; --sg-body:#4a4155; --sg-muted:#635a70;
  --sg-line:rgba(84,46,104,.18); --sg-cta-bg:#f0eaf6;
  background:var(--sg-bg)
}
body.single-kt_gallery.color-switch-dark{
  --sg-bg:#0d0912; --sg-panel:#171020; --sg-crumb-bg:#120c1a;
  --sg-accent:#c48ae0; --sg-ink:#f4f0f7; --sg-body:#cabfd6; --sg-muted:#a99bbd;
  --sg-line:rgba(196,138,224,.18); --sg-cta-bg:#171020;
}
.single-kt_gallery #wrapper,.single-kt_gallery #inner-wrap,.single-kt_gallery .content-container,.single-kt_gallery main{background:transparent}
.satgal{overflow-x:hidden}
.satgal-hero{position:relative;min-height:54vh;display:flex;align-items:flex-end;background:#1a1023 center 32%/cover no-repeat}
.satgal-hero::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(13,9,18,.5) 0%,rgba(13,9,18,.62) 45%,rgba(13,9,18,.94) 100%)}
.satgal-hero .satgal-inner{position:relative;z-index:2;padding-top:3rem;padding-bottom:2.5rem}
.satgal-sec{background:var(--sg-bg)}
.satgal-videos-sec{background:#3d1f52}
.satgal-cta{background:var(--sg-cta-bg)}
.satgal-inner{max-width:760px;margin:0 auto;padding:3.25rem 1.25rem}
.satgal-inner-wide{max-width:1240px;margin:0 auto;padding:3.25rem 1.25rem}
.satgal-crumbs-bar{background:var(--sg-crumb-bg);border-bottom:1px solid var(--sg-line)}
.satgal-crumbs-bar .satgal-inner-wide{padding-top:.95rem;padding-bottom:.95rem}
.satgal-crumbs{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem;font-size:.82rem;font-weight:600;line-height:1.4}
.satgal-crumbs a{color:var(--sg-accent);text-decoration:none;transition:color .2s}
.satgal-crumbs a:hover{text-decoration:underline}
.satgal-crumbs span[aria-current]{color:var(--sg-ink)}
.satgal-crumb-sep{color:var(--sg-muted)}
.satgal-eyebrow{color:var(--sg-accent);font-size:.72rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase;margin:0 0 .8rem}
.satgal-hero .satgal-eyebrow{color:#e0b6f2}
.satgal-videos-sec .satgal-eyebrow{color:#e9d3f5}
.satgal-title{color:#f4f0f7;font-size:clamp(2rem,6vw,3.6rem);font-weight:800;line-height:1.05;letter-spacing:-.02em;margin:0;max-width:16ch}
.satgal-intro p{color:var(--sg-body);font-size:1.08rem;line-height:1.72;margin:0 0 1.05rem;max-width:680px}
.satgal-intro p:last-child{margin-bottom:0}
.satgal-h2{color:var(--sg-ink);font-size:clamp(1.6rem,4vw,2.4rem);font-weight:700;letter-spacing:-.01em;margin:0 0 1.4rem}
.satgal-videos-sec .satgal-h2{color:#fff}
.satgal-videos{display:grid;gap:1.25rem;grid-template-columns:1fr}
@media(min-width:820px){.satgal-videos{grid-template-columns:repeat(3,1fr)}}
.satgal-video{margin:0}
.satgal-video-frame{position:relative;padding-top:56.25%;border-radius:10px;overflow:hidden;background:#000;cursor:pointer}
.satgal-video-frame iframe,.satgal-video-frame img{position:absolute;inset:0;width:100%;height:100%;border:0;object-fit:cover}
.satgal-video-frame img{transition:transform .3s}
.satgal-video-frame:hover img{transform:scale(1.03)}
.satgal-play{position:absolute;inset:0;margin:auto;width:68px;height:48px;padding:0;border:0;background:none;cursor:pointer;z-index:2}
.satgal-play-bg{fill:#212121;fill-opacity:.85;transition:fill .2s,fill-opacity .2s}
.satgal-video-frame:hover .satgal-play-bg{fill:#f00;fill-opacity:1}
.satgal-video figcaption{margin-top:.55rem;font-size:.92rem;font-weight:600;color:#e2c8f0}
.satgal-sessions{display:flex;flex-direction:column;gap:3.25rem}
.satgal-session{display:grid;gap:1.4rem;align-items:center}
@media(min-width:900px){
  .satgal-session{grid-template-columns:1.12fr 1fr;gap:3rem}
  .satgal-session:nth-child(even) .satgal-session-media{order:2}
}
.satgal-session-day{color:#e9d3f5;font-size:.72rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase;margin:0 0 .55rem}
.satgal-session-title{color:#fff;font-size:clamp(1.3rem,2.6vw,1.75rem);font-weight:700;letter-spacing:-.01em;line-height:1.2;margin:0 0 1rem}
.satgal-points{list-style:none;margin:0 0 1.4rem;padding:0}
.satgal-points li{position:relative;color:#e7dcf0;font-size:1rem;line-height:1.55;padding:0 0 .6rem 1.35rem}
.satgal-points li::before{content:"";position:absolute;left:0;top:.5em;width:.5rem;height:.5rem;border-radius:50%;background:#c48ae0}
.satgal-steps{background:rgba(13,9,18,.45);border:1px solid rgba(196,138,224,.35);border-radius:10px;padding:1.15rem 1.3rem}
.satgal-steps-h{color:#e9d3f5;font-size:.72rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;margin:0 0 .7rem}
.satgal-steps ol{margin:0;padding:0;list-style:none;counter-reset:satgal-step}
.satgal-steps li{position:relative;counter-increment:satgal-step;color:#f0e7f7;font-size:.97rem;line-height:1.5;padding:0 0 .7rem 2.2rem}
.satgal-steps li:last-child{padding-bottom:0}
.satgal-steps li::before{content:counter(satgal-step);position:absolute;left:0;top:.05em;width:1.5rem;height:1.5rem;border-radius:50%;background:#904fac;color:#fff;font-size:.8rem;font-weight:700;display:flex;align-items:center;justify-content:center}
.satgal-grid-sec .kadence-blocks-gallery-item,.satgal-grid-sec figure{margin-bottom:0}
.satgal-grid-sec img{border-radius:6px}
.satgal-cta .satgal-h2{margin-bottom:.5rem}
.satgal-cta p{color:var(--sg-body);margin:0 0 1.6rem}
.satgal-btn{display:inline-block;background:var(--sg-accent);color:#fff;font-weight:600;padding:.85rem 1.7rem;border-radius:2px;text-decoration:none;transition:background .2s}
.satgal-btn:hover{background:#904fac;color:#fff}
body.color-switch-dark.single-kt_gallery .satgal-btn{color:#180f22}
body.color-switch-dark.single-kt_gallery .footer-navigation-wrap a{color:#c9b4de !important}
body.color-switch-dark.single-kt_gallery .footer-navigation-wrap a:hover{color:#fff !important}
body.color-switch-dark.single-kt_gallery .footer-html-inner,body.color-switch-dark.single-kt_gallery .footer-html-inner p,body.color-switch-dark.single-kt_gallery .footer-html-inner a{color:#b3a7c4 !important}
.satgal a:focus-visible,.satgal button:focus-visible{outline:3px solid var(--sg-accent);outline-offset:2px}
.satgal:focus{outline:none}
