.film-layout{display:block}.film-copy{position:static;display:flex;justify-content:space-between;align-items:end;gap:32px;margin-bottom:40px}.film-copy h2{max-width:720px}.film-copy p{font-size:16px;line-height:1.6;margin:0 0 15px}.film-status{font-size:12px}.film-reels{grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.reel:nth-child(2){margin-top:36px}.reel:nth-child(3){margin-top:72px}.reel-cover{display:block;position:relative;aspect-ratio:3/4;overflow:hidden;border-radius:5px 36px 5px 5px;background:var(--forest);isolation:isolate}.reel-cover:after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,#0d342566,transparent 25%,transparent 55%,#0d3425e8);pointer-events:none}.reel-cover img{width:100%;height:100%;object-fit:cover;object-position:center 43%;transition:transform .55s cubic-bezier(.2,.75,.3,1)}.reel-cover:hover img,.reel-cover:focus-visible img{transform:scale(1.035)}.cover-top,.cover-bottom{position:absolute;left:22px;right:22px;z-index:1;color:var(--paper);display:flex;justify-content:space-between;gap:12px}.cover-top{top:22px;font-size:12px;font-weight:800;letter-spacing:.06em}.cover-top>span:last-child{padding:5px 9px;margin-top:-5px;border:1px solid #ffffff80;border-radius:30px}.cover-bottom{bottom:23px;align-items:end}.cover-title{font-family:var(--display);font-size:clamp(32px,3.5vw,58px);font-weight:800;line-height:.94;max-width:80%;text-wrap:balance}.cover-play{background:var(--lime);color:var(--forest);border-radius:50%;width:46px;height:46px;display:grid;place-items:center;font-size:27px;flex-shrink:0;transition:transform .3s}.reel-cover:hover .cover-play{transform:rotate(45deg)}.reel .reel-heading{margin:16px 0 0;align-items:baseline;gap:10px}.reel-heading h3{font:700 14px/1.4 var(--body);margin:0;letter-spacing:0}.reel-heading>span{font-size:12px;white-space:nowrap;color:var(--muted)}
.film-dialog{border:0;padding:20px;background:var(--deep);color:var(--paper);border-radius:14px;width:min(96vw,590px);max-height:94svh;overflow:auto}.film-dialog::backdrop{background:#08251ee8;backdrop-filter:blur(9px)}.player-top{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-bottom:15px}.player-top h2{font-size:29px}.player-close{padding:12px 16px;border:1px solid #829989;color:var(--paper);background:transparent;font-size:14px;border-radius:30px}.film-dialog video{display:block;width:100%;max-height:76svh;object-fit:contain;background:var(--deep)}.player-error{font-size:14px;line-height:1.7}.player-error a{text-decoration:underline;color:var(--lime)}
.social-section{position:relative;overflow:clip;background:var(--paper);padding-top:110px;padding-bottom:85px;--fan-progress:1}.social-intro{text-align:center;position:relative;z-index:2}.social-intro h2{font-size:clamp(72px,9vw,140px);margin-top:24px;line-height:.82}.social-intro h2 em{display:inline-block;font-style:italic}.social-fan{height:clamp(330px,39vw,590px);position:relative;max-width:1250px;margin:60px auto 28px;perspective:1400px}.social-photo{position:absolute;top:0;left:50%;width:25%;aspect-ratio:3/4;border-radius:28px;overflow:hidden;background:var(--forest);box-shadow:0 12px 28px #123e2c20;transform:translate(calc(-50% + var(--spread)*var(--fan-progress)),calc(var(--drop)*var(--fan-progress))) rotate(calc(var(--angle)*var(--fan-progress)));will-change:transform}.social-photo img{width:100%;height:100%;object-fit:cover;transition:transform .5s}.social-photo:hover img{transform:scale(1.06)}.social-photo:nth-child(1){--spread:-133%;--drop:55px;--angle:-19deg;z-index:1}.social-photo:nth-child(2){--spread:-68%;--drop:14px;--angle:-9deg;z-index:2}.social-photo:nth-child(2) img{object-position:58% center}.social-photo:nth-child(3){--spread:0%;--drop:0px;--angle:2deg;z-index:4}.social-photo:nth-child(4){--spread:68%;--drop:17px;--angle:10deg;z-index:3}.social-photo:nth-child(4) img{object-position:center 12%;transform:scale(1.23);transform-origin:50% 20%}.social-photo:nth-child(5){--spread:133%;--drop:60px;--angle:20deg;z-index:1}.social-follow{text-align:center;position:relative;z-index:5}.social-follow>p{font-size:18px;margin-bottom:20px}.social-profile{display:inline-flex;align-items:center;gap:18px;border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:20px 12px;position:relative;isolation:isolate;text-align:left}.social-profile:before{content:'';position:absolute;inset:0;background:var(--lime);z-index:-1;transform:scaleX(0);transform-origin:left;transition:transform .3s}.social-profile:hover:before,.social-profile:focus-visible:before{transform:scaleX(1)}.social-icon{font-size:44px;line-height:1}.social-platform{display:block;font-weight:800;font-size:12px;letter-spacing:.09em;margin-bottom:5px}.social-handle{font-size:18px;font-weight:700}.social-arrow{font-size:29px;padding-left:22px;transition:transform .3s}.social-profile:hover .social-arrow{transform:translate(3px,-3px)}
@media(min-width:1600px){.social-fan{height:570px}}@media(max-width:900px){.film-copy{align-items:start}.film-copy h2{font-size:70px;max-width:470px}.film-copy>div{max-width:260px}.film-reels{gap:15px}.cover-top,.cover-bottom{left:15px;right:15px}.cover-play{width:36px;height:36px;font-size:23px}.social-fan{margin-top:45px}.social-photo{width:29%;border-radius:20px}.social-section{padding-top:75px}.social-photo:nth-child(1){--spread:-115%}.social-photo:nth-child(5){--spread:115%}}
@media(max-width:600px){.film-copy{display:block;margin-bottom:28px}.film-copy h2{font-size:70px}.film-copy>div{max-width:none;margin-top:20px}.film-copy p{display:none}.film-reels{max-width:none;grid-template-columns:1fr;gap:28px}.reel:nth-child(2),.reel:nth-child(3){margin-top:0}.reel-cover{aspect-ratio:4/5}.cover-title{font-size:52px}.cover-top,.cover-bottom{left:23px;right:23px}.cover-play{width:48px;height:48px}.reel-heading>span:last-child{display:inline}.social-section{padding:65px 5% 60px}.social-intro h2{font-size:22vw}.social-fan{height:340px;width:calc(100% + 10vw);margin-left:-5vw;margin-top:35px;margin-bottom:0}.social-photo{width:44%;top:12px;border-radius:17px}.social-photo:nth-child(1){--spread:-108%;--drop:45px}.social-photo:nth-child(2){--spread:-57%;--drop:15px}.social-photo:nth-child(4){--spread:57%;--drop:18px}.social-photo:nth-child(5){--spread:108%;--drop:50px}.social-handle{font-size:16px}.social-follow>p{font-size:16px}.social-arrow{padding-left:8px}.film-dialog{padding:14px}.player-top h2{font-size:26px}}
@media(prefers-reduced-motion:reduce){.social-section{--fan-progress:1!important}.social-photo{will-change:auto}}
.social-follow>p{font-size:18px;margin-bottom:24px}.youtube-card{display:flex;align-items:center;gap:24px;text-align:left;max-width:640px;margin:0 auto 30px;padding:26px 30px;border-radius:26px;background:var(--forest);color:var(--paper);box-shadow:0 18px 40px #123e2c26;transition:transform .25s,box-shadow .25s}.youtube-card:hover,.youtube-card:focus-visible{transform:translateY(-4px);box-shadow:0 24px 48px #123e2c33}.youtube-mark{display:grid;place-items:center;width:84px;height:60px;border-radius:18px;background:var(--tube);color:#fff;font-size:27px;line-height:1;flex-shrink:0;transition:transform .25s}.youtube-card:hover .youtube-mark{transform:scale(1.06)}.youtube-text{display:block;min-width:0}.youtube-eyebrow{display:block;font-size:11px;font-weight:800;letter-spacing:.11em;color:var(--lime);margin-bottom:7px}.youtube-handle{display:block;font-family:var(--display);font-size:clamp(30px,3.4vw,44px);font-weight:800;line-height:1;letter-spacing:-.01em;overflow-wrap:anywhere}.youtube-note{display:block;font-size:13px;line-height:1.6;color:#cfdfcb;margin-top:9px}.youtube-go{font-size:30px;line-height:1;margin-left:auto;padding-left:14px;color:var(--lime);transition:transform .3s}.youtube-card:hover .youtube-go{transform:translate(3px,-3px)}
@media(max-width:600px){.social-follow>p{font-size:16px;margin-bottom:20px}.youtube-card{gap:16px;padding:20px;border-radius:20px;margin-bottom:24px}.youtube-mark{width:60px;height:44px;border-radius:13px;font-size:20px}.youtube-handle{font-size:27px}.youtube-note{font-size:12px;margin-top:7px}.youtube-go{font-size:24px;padding-left:6px}}
