@layer components{.filmstrip{width:100%;-webkit-mask-image:var(--filmstrip-mask);mask-image:var(--filmstrip-mask);-webkit-mask-size:100% 100%;mask-size:100% 100%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.filmstrip-track{display:flex;gap:.6rem;height:369px}.filmstrip-item{flex:1 1 0;min-width:0;height:98%;overflow:hidden;position:relative;top:1%}.filmstrip-item img{width:100%;height:100%;object-fit:cover;display:block}@media(max-width:900px){.filmstrip-track{height:220px}}.photo-banner{width:100%;margin-top:2.5rem}.filmstrip[data-hero-image-animation].is-curve-ready{overflow:hidden;perspective:900px}.filmstrip[data-hero-image-animation].is-curve-ready .filmstrip-track{transform-style:preserve-3d}.filmstrip[data-hero-image-animation].is-curve-ready .filmstrip-item{transform:rotateY(var(--hero-curve-rotate, 0deg)) translateZ(var(--hero-curve-depth, 0px));transform-origin:center;backface-visibility:hidden}.filmstrip[data-hero-image-animation]{--hero-ticker-gap: .6rem;overflow:hidden}.filmstrip[data-hero-image-animation] .filmstrip-track{width:calc(200% + var(--hero-ticker-gap));gap:var(--hero-ticker-gap)}.filmstrip[data-hero-image-animation].is-ticker-ready .filmstrip-track{animation:homepage-filmstrip-ticker-left-to-right 45s linear infinite;will-change:transform}.filmstrip[data-hero-image-animation] .filmstrip-sequence{display:flex;flex:0 0 calc(50% - .3rem);gap:var(--hero-ticker-gap);height:100%;min-width:0}.filmstrip[data-hero-image-animation].is-hero-motion-paused .filmstrip-track{animation-play-state:paused}.filmstrip[data-hero-image-animation].is-opacity-ready .filmstrip-item{opacity:.7;transition:opacity 1s cubic-bezier(.22,1,.36,1)}.filmstrip[data-hero-image-animation].is-opacity-ready .filmstrip-item.is-adjacent{opacity:.85}.filmstrip[data-hero-image-animation].is-opacity-ready .filmstrip-item img{transition:transform 1s cubic-bezier(.22,1,.36,1)}.filmstrip[data-hero-image-animation].is-opacity-ready .filmstrip-item.is-active{opacity:1}.filmstrip[data-hero-image-animation].is-opacity-ready .filmstrip-item.is-active img{transform:scale(1.05)}@keyframes homepage-filmstrip-ticker-left-to-right{0%{transform:translate(calc(-50% - .3rem))}to{transform:translate(0)}}@media(hover:hover){.filmstrip[data-hero-image-animation]:hover .filmstrip-track{animation-play-state:paused}}@media(prefers-reduced-motion:reduce){.filmstrip[data-hero-image-animation] .filmstrip-track{width:100%;gap:0;animation:none;transform:none;will-change:auto}.filmstrip[data-hero-image-animation] .filmstrip-sequence{flex-basis:100%}.filmstrip[data-hero-image-animation] .filmstrip-sequence[aria-hidden=true]{display:none}.filmstrip[data-hero-image-animation] .filmstrip-item,.filmstrip[data-hero-image-animation] .filmstrip-item img{opacity:1;transform:none;transition:none}.filmstrip[data-hero-image-animation]{perspective:none}}}@layer components{.video-lightbox{display:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;background:#1a1010d9;align-items:center;justify-content:center;padding:2rem}.video-lightbox.is-open{display:flex}.video-lightbox-dialog{position:relative;width:100%;max-width:960px}.video-lightbox-inner{width:100%;aspect-ratio:16 / 9;background:#000;border-radius:8px;overflow:hidden}.video-lightbox-inner video,.video-lightbox-inner iframe{width:100%;height:100%;display:block;border:0}.video-lightbox-inner video[hidden]{display:none}.video-lightbox-close{position:absolute;top:-2.5rem;right:0;background:none;border:none;color:var(--color-brand-white);cursor:pointer;padding:.5rem}.video-lightbox-close svg{width:24px;height:24px}}@layer components{.video-stack,.video-stack-cards{position:relative;width:100%;height:100%}.video-stack-card{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:10px;overflow:hidden;box-shadow:0 4px 4px #00000040;transform:translate(calc(var(--stack-pos, 0) * var(--stack-dir, 1) * 32px)) scale(calc(1 - var(--stack-pos, 0) * .12));transform-origin:calc(50% + var(--stack-dir, 1) * 50%) center;z-index:calc(20 - var(--stack-pos, 0));transition:transform .45s cubic-bezier(.22,.61,.36,1)}.video-stack-card.no-transition{transition:none}.video-stack-card img{width:100%;height:100%;object-fit:cover;display:block}.video-stack-card:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-color:#800020;opacity:calc(.2 + var(--stack-pos, 0) * .38);transition:opacity .45s ease}.video-stack-card.is-hidden{opacity:0;pointer-events:none}.video-stack-card.is-leaving-next{transition:transform .48s cubic-bezier(.4,0,.2,1),opacity .48s ease;transform:translate(150px) scale(.85);opacity:0;z-index:30}.video-stack-card.is-leaving-prev{transition:transform .48s cubic-bezier(.4,0,.2,1),opacity .48s ease;transform:translate(-150px) scale(.85);opacity:0;z-index:30}.video-stack-nav{position:absolute;left:50%;bottom:14px;transform:translate(-50%);z-index:40;display:flex;align-items:center;gap:.65rem;background-color:#1a101066;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);padding:.4rem .6rem;border-radius:999px}.video-stack-arrow{display:flex;align-items:center;justify-content:center;width:26px;height:26px;border-radius:999px;border:none;background-color:var(--color-brand-white);color:var(--color-brand-burgundy);cursor:pointer;flex-shrink:0;padding:0}.video-stack-arrow svg{width:13px;height:13px;display:block}.video-stack-arrow.is-prev svg{transform:rotate(180deg)}.video-stack-dots{display:flex;align-items:center;gap:6px}.video-stack-dot{width:6px;height:6px;border-radius:999px;background-color:#ffffff80;border:none;padding:0;cursor:pointer;transition:background-color .2s,width .2s}.video-stack-dot.is-active{background-color:var(--color-brand-white);width:16px}}@layer components{.program-card{max-width:var(--content-max);margin-inline:auto;display:flex;align-items:center;gap:1.5rem;padding:3.125rem 4rem;flex-wrap:wrap}.program-card-reverse{flex-direction:row-reverse}.program-card-content{flex:1 1 360px;display:flex;flex-direction:column;gap:1.25rem;align-items:flex-start}.program-card-eyebrow,.program-card-heading{margin:0;display:block}.program-card-heading{color:var(--color-brand-burgundy)}.program-card-quote-figure{margin:0;display:flex;flex-direction:column;gap:.75rem}.program-card-quote{margin:0}.program-card-quote-author{font-family:var(--font-body);font-size:var(--font-size-eyebrow);line-height:1.2;font-weight:700;letter-spacing:.03em;text-transform:uppercase;color:var(--color-brand-pink)}.program-card-quote-author[hidden]{display:none}.program-card-media{position:relative;flex:1 1 480px;aspect-ratio:594 / 510;max-width:594px}.program-card-peek{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:10px;background-color:var(--color-brand-burgundy);box-shadow:0 4px 4px #00000040;transform:translate(24px);z-index:0}.program-card-reverse .program-card-peek{transform:translate(-24px)}.program-card-media-inner{position:relative;z-index:1;height:100%;border-radius:10px;overflow:hidden;box-shadow:0 4px 4px #00000040}.program-card-media-inner img{width:100%;height:100%;object-fit:cover;display:block}.program-card-media-inner:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-color:#80002059}.program-card-play{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:25;width:58px;height:58px;border-radius:10px;background-color:var(--color-brand-white);display:flex;align-items:center;justify-content:center;border:none;cursor:pointer;transition:transform .15s;padding:0}.program-card-play:hover{transform:translate(-50%,-50%) scale(1.06)}.program-card-play svg{width:22px;height:22px;color:var(--color-brand-burgundy)}@media(max-width:900px){.program-card,.program-card-reverse{flex-direction:column;padding:2.5rem 1.5rem}.program-card-content,.program-card-media{flex-basis:auto;width:100%;max-width:100%}.program-card-peek{display:none}}}@layer components{.home-hero{max-width:var(--content-max);margin-inline:auto;padding:3.125rem 4rem 0;display:flex;flex-direction:column;align-items:center;gap:2.5rem;text-align:center}.home-hero>div:first-child{text-align:center;display:flex;flex-direction:column;align-items:center}@media(max-width:640px){.home-hero{padding-inline:1.5rem}}.home-hero-logo{max-width:845px;width:100%;height:auto;display:block}.home-hero-tagline{max-width:36rem;margin:0}@media(max-height:800px){.home-hero{padding-top:clamp(.75rem,3vh,1.5rem);gap:clamp(.5rem,2vh,1rem)}.home-hero-logo{max-width:min(42rem,84vw,85vh)}.home-hero>.photo-banner{margin-top:0}}@media(max-height:800px)and (min-width:901px){.home-hero .filmstrip-track{height:clamp(13.75rem,46vh,20.625rem)}}}@layer components{.section-mission{max-width:var(--content-max);margin-inline:auto;padding:2.5rem 4rem;text-align:center;display:flex;flex-direction:column;gap:.625rem;align-items:center}.section-mission-heading{color:var(--color-brand-burgundy);margin:0}@media(max-width:640px){.section-mission{padding:2rem 1.5rem}}}@layer components{.spotlight-section{display:flex;flex-direction:column;width:100%}.spotlight-heading{width:100%;max-width:var(--content-max);margin-inline:auto;padding-inline:4rem}@media(max-width:900px){.spotlight-heading{padding-inline:1.5rem}}.spotlight-progress{max-width:var(--content-max);margin-inline:auto;display:flex;gap:.5rem;padding:1.25rem 4rem 0;width:100%}.spotlight-dot{flex:1 1 0;height:6px;border-radius:20px;background-color:var(--color-brand-green-light);border:none;padding:0;cursor:pointer;overflow:hidden;position:relative}.spotlight-dot:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-color:var(--color-brand-green);transform:scaleX(0);transform-origin:left;transition:transform .3s ease}.spotlight-dot.is-active:after{transform:scaleX(1)}.spotlight-card{width:calc(100% - 8rem);max-width:calc(var(--content-max) - 8rem);margin:1.25rem auto 0;border-radius:12px;overflow:hidden;display:flex;background:linear-gradient(180deg,#fff,#fff7f6);transition:transform .28s ease,opacity .28s ease}.spotlight-card.no-transition{transition:none}.spotlight-card.is-leaving-next{transform:translate(-28px);opacity:0}.spotlight-card.is-leaving-prev,.spotlight-card.is-entering-next{transform:translate(28px);opacity:0}.spotlight-card.is-entering-prev{transform:translate(-28px);opacity:0}@media(prefers-reduced-motion:reduce){.spotlight-card{transition:none}}.spotlight-photo{flex:0 0 317px;align-self:stretch;background-color:var(--color-brand-gray-light)}.spotlight-photo img{width:100%;height:100%;object-fit:cover;display:block}.spotlight-body{flex:1 1 auto;padding:3rem;display:flex;flex-direction:column;gap:1rem;justify-content:center}.spotlight-body>.btn-link{align-self:flex-start}.spotlight-name,.spotlight-title,.spotlight-quote,.spotlight-excerpt{margin:0}.spotlight-meta{display:flex;flex-direction:column;gap:0}@media(max-width:900px){.spotlight-progress{padding-inline:1.5rem}.spotlight-card{flex-direction:column;width:auto;max-width:none;margin-inline:1.5rem}.spotlight-photo{flex:none;height:280px}.spotlight-body{padding:1.5rem}}}@layer components{.newsletter-section{max-width:var(--content-max);margin-inline:auto;position:relative;padding:5rem 3.25rem 0;display:flex;flex-direction:column;align-items:center;gap:1rem;overflow:hidden;background-color:var(--color-brand-white)}.newsletter-heading{margin:0;font-family:var(--font-display);font-size:var(--heading);font-weight:500;line-height:var(--heading--line-height);text-transform:none;color:var(--color-brand-burgundy)}.newsletter-widget{width:100%;max-width:545px;margin-inline:auto}@media(max-width:640px){.newsletter-section{padding:3rem 1.5rem 0}}}
