@import "https://fonts.googleapis.com/css2?family=Raleway:wght@300;400;500&family=Archivo:wdth,wght@62..125,400..900&display=swap";:root{--studio-black:#0a0a0a;--studio-white:#f2f2f2;--bg:var(--studio-black);--fg:var(--studio-white);--line:#f2f2f21f;--cell:#f2f2f212;--cell-line:#0a0a0a80;--scrim:#0a0a0ad9;--font-display:"Archivo", system-ui, sans-serif;--font-title:"Raleway", system-ui, sans-serif;--font-body:"Raleway", system-ui, sans-serif}[data-theme=light]{--bg:var(--studio-white);--fg:var(--studio-black);--line:#11111124;--cell:#1111110f;--cell-line:#f2f2f299;--scrim:#f2f2f2d9}*{box-sizing:border-box}html,body{background:var(--bg);color:var(--fg);width:100%;margin:0;padding:0;transition:background .4s,color .4s;overflow-x:hidden}body{font-family:var(--font-body);-webkit-font-smoothing:antialiased;font-weight:300}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button{cursor:pointer;color:inherit;background:0 0;border:none;font-family:inherit}.wordmark{font-family:var(--font-display);text-transform:uppercase;letter-spacing:-.01em;font-weight:800;font-stretch:125%;line-height:.85}.caps{text-transform:uppercase}#root{min-height:100vh}.flip-board{flex-direction:column;gap:.4rem;display:flex}.flip-board__row{cursor:pointer;width:fit-content;transition:opacity .2s;display:flex}.flip-board__row:hover{opacity:.8}.flip-char{background:var(--cell);width:clamp(.55rem,1.3vw,1.3rem);height:clamp(1.05rem,2vw,1.9rem);font-family:var(--font-body);letter-spacing:0;color:var(--fg);border-radius:2px;justify-content:center;align-items:center;margin-right:1px;font-size:clamp(.48rem,.9vw,.95rem);font-weight:500;display:inline-flex;position:relative;overflow:hidden}.flip-char:after{content:"";background:var(--cell-line);height:1px;position:absolute;top:50%;left:0;right:0}.flip-char--space{background:0 0;width:clamp(.3rem,.7vw,.6rem)}.flip-char--space:after{display:none}.flip-char.flip-char--lg{border-radius:4px;width:clamp(1.05rem,4.4vw,3.1rem);height:clamp(1.7rem,6.4vw,4.4rem);margin-right:clamp(2px,.3vw,5px);font-size:clamp(.95rem,3.4vw,2.5rem);font-weight:700}.flip-char.flip-char--lg.flip-char--space{width:clamp(.55rem,2vw,1.4rem)}.flip-char.flip-char--xl{border-radius:4px;width:clamp(1.1rem,4.6vw,3.2rem);height:clamp(1.8rem,6.6vw,4.55rem);margin-right:clamp(2px,.3vw,5px);font-size:clamp(1rem,3.6vw,2.65rem);font-weight:800}.flip-char.flip-char--xl.flip-char--space{width:clamp(.6rem,2vw,1.5rem)}@media (width<=640px){.flip-board,.flip-board__row{width:100%}.flip-char{flex:1 1 0;width:auto;min-width:0;height:clamp(.95rem,4.2vw,1.2rem);margin-right:1px;font-size:clamp(.4rem,1.9vw,.55rem)}.flip-char--space{flex:.5 1 0}.flip-char.flip-char--lg{flex:none;width:clamp(1.6rem,7.5vw,2.4rem);height:clamp(2.4rem,11vw,3.4rem);font-size:clamp(1.1rem,5.5vw,1.7rem)}.flip-char.flip-char--lg.flip-char--space{width:clamp(.8rem,3.5vw,1.2rem)}.flip-char.flip-char--xl{flex:none;width:clamp(1.9rem,8.8vw,2.9rem);height:clamp(2.9rem,13vw,4.1rem);font-size:clamp(1.3rem,6.5vw,2.05rem)}.flip-char.flip-char--xl.flip-char--space{width:clamp(.95rem,4.2vw,1.45rem)}}.cascade-word{white-space:nowrap;display:inline-block}.cascade-char{display:inline-block;position:relative}.cascade-char__sizer{visibility:hidden}.cascade-char__glyph{text-align:center;position:absolute;inset:0}.theme-toggle{color:var(--fg);opacity:.7;justify-content:center;align-items:center;padding:0;transition:opacity .2s;display:inline-flex}.theme-toggle:hover{opacity:1}.theme-toggle .bulb{width:20px;height:20px}.bulb__rays{opacity:0;transition:opacity .3s}.theme-toggle--light .bulb__rays{opacity:1}.theme-toggle--dark{opacity:.55}.home{flex-direction:column;display:flex}.section-label{font-family:var(--font-body);letter-spacing:.08em;opacity:.6;margin:0 0 1.25rem;font-size:.8rem;font-weight:400}.hero{height:100vh;min-height:560px;padding:clamp(1.25rem,4vw,3rem);position:relative;overflow:hidden}.hero__topright{z-index:5;align-items:center;gap:.85rem;display:flex;position:absolute;top:clamp(2.5rem,6vw,4.5rem);right:clamp(2.5rem,6vw,5rem)}.hero__contact{font-family:var(--font-body);letter-spacing:.06em;text-transform:uppercase;opacity:.7;font-size:.85rem;transition:opacity .2s}.hero__contact:hover{opacity:1}.hero__wordmark{flex-direction:column;padding-top:clamp(3rem,12vh,6rem);display:flex}.hero__line{font-size:clamp(1.75rem,5.5vw,4.5rem)}.hero__reel-bg{opacity:1;pointer-events:none;width:48%;animation:2.4s steps(11,end) infinite hero-reel-spin;position:absolute;top:82%;left:79%;transform:translate(-50%,-50%)rotate(0)}@keyframes hero-reel-spin{0%{transform:translate(-50%,-50%)rotate(0)}to{transform:translate(-50%,-50%)rotate(360deg)}}@media (prefers-reduced-motion:reduce){.hero__reel-bg{animation:none}}@media (width<=900px){.hero__reel-bg{width:clamp(240px,60vh,540px);top:56%;left:calc(70% + 2.5rem)}}@media (width<=640px){.hero__reel-bg{width:clamp(180px,48vh,300px);top:66%;left:calc(80% + 1rem)}}.hero__flipboard{position:absolute;top:clamp(6rem,14vw,9rem);right:clamp(2.5rem,6vw,5rem)}@media (width<=640px){.hero__flipboard{width:100%;margin-top:1.75rem;position:static;top:auto;right:auto}}.hero__studios{width:100%;padding:0;line-height:.8;position:absolute;bottom:0;left:0}.hero__studios .wordmark{white-space:nowrap;font-size:clamp(5.25rem,21vw,16.5rem);display:block;transform:translate(-4%,16%)}.about{justify-content:center;padding:clamp(4rem,12vw,8rem) clamp(1.5rem,6vw,5rem);display:flex}.about__line{font-family:var(--font-title);text-align:center;max-width:44rem;margin:0;font-size:clamp(1.35rem,3vw,2.1rem);font-style:italic;font-weight:300;line-height:1.5}.pillars{border-top:1px solid var(--line);grid-template-columns:repeat(3,1fr);gap:clamp(1.5rem,5vw,4rem);padding:clamp(3rem,8vw,6rem) clamp(1.5rem,6vw,5rem);display:grid}.pillar__heading{font-family:var(--font-body);text-transform:uppercase;letter-spacing:.02em;margin:0 0 1.5rem;font-size:clamp(1.6rem,3.4vw,2.4rem);font-weight:700;line-height:1}.pillar__list{font-family:var(--font-body);text-transform:uppercase;letter-spacing:.02em;margin:0;padding:0;font-size:clamp(1rem,2vw,1.4rem);font-weight:500;line-height:1.8;list-style:none}.pillar__list+.pillar__list{margin-top:1.6rem}@media (width<=640px){.pillars{grid-template-columns:1fr;gap:clamp(2rem,8vw,3rem)}}.footer{border-top:1px solid var(--line);font-family:var(--font-body);letter-spacing:.04em;justify-content:flex-end;gap:clamp(1.5rem,4vw,3rem);padding:clamp(2rem,6vw,4rem) clamp(1.5rem,6vw,5rem) clamp(2.5rem,6vw,4rem);font-size:.9rem;font-weight:400;display:flex}.footer a{opacity:.7;transition:opacity .2s}.footer a:hover{opacity:1}.project-nav{z-index:100;background:linear-gradient(to bottom, var(--scrim), transparent);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);pointer-events:none;padding:1.5rem clamp(1.25rem,4vw,3rem);position:fixed;top:0;left:0;right:0;-webkit-mask-image:linear-gradient(#000 40%,#0000)}.project-nav__back{font-family:var(--font-body);letter-spacing:.06em;text-transform:uppercase;color:var(--fg);pointer-events:auto;opacity:.85;font-size:.8rem;font-weight:400;transition:opacity .2s}.project-nav__back:hover{opacity:1}.project-pager{border-top:1px solid var(--line);justify-content:space-between;align-items:center;gap:1.5rem;padding:clamp(2rem,6vw,3.5rem) clamp(1.25rem,5vw,4rem) clamp(2.5rem,6vw,4rem);display:flex}.project-pager__link{font-family:var(--font-body);letter-spacing:.04em;text-transform:uppercase;opacity:.7;align-items:center;gap:.6rem;font-size:clamp(.8rem,1.6vw,1rem);font-weight:600;transition:opacity .25s,transform .25s;display:flex}.project-pager__link:hover{opacity:1}.project-pager__link--prev:hover{transform:translate(-4px)}.project-pager__link--next:hover{transform:translate(4px)}.project-pager__arrow{font-size:1.1em;line-height:1}.project-pager__link--next{text-align:right}@media (width<=560px){.project-pager{flex-direction:column;align-items:flex-start;gap:1.25rem}.project-pager__link--next{align-self:flex-end}}.chatorey{--bg:var(--studio-black);--fg:var(--studio-white);--line:#f2f2f21f;--cell:#f2f2f212;--cell-line:#0a0a0a80;--scrim:#0a0a0ad9;background:var(--bg);color:var(--fg)}.ch-section{max-width:90rem;margin:0 auto;padding:clamp(4rem,10vw,8rem) clamp(1.25rem,5vw,4rem)}.ch-heading{font-family:var(--font-display);text-transform:uppercase;margin:0 0 clamp(2rem,5vw,3.5rem);font-weight:800;font-stretch:125%;line-height:.95}.ch-heading--left{text-align:left;font-size:clamp(2.25rem,6vw,5rem)}.ch-heading--right{text-align:right;margin-left:auto}.ch-heading--small{font-size:clamp(1.5rem,3.4vw,2.75rem)}.ch-heading--center{text-align:center;font-size:clamp(1.75rem,4vw,3.25rem)}.ch-heading--quiet{letter-spacing:.35em;opacity:.7;font-size:.9rem}.ch-copy{max-width:42rem;font-family:var(--font-title);margin-top:clamp(2rem,5vw,3rem);font-size:clamp(1.05rem,2vw,1.4rem);font-weight:300;line-height:1.55}.ch-copy--center{text-align:center;max-width:40rem;margin-left:auto;margin-right:auto}.ch-hero{color:#111;background:#f2f2f2;justify-content:center;align-items:center;height:100vh;min-height:560px;max-height:900px;display:flex;position:relative;overflow:hidden}.ch-hero__pattern{opacity:.4;background-repeat:repeat;background-size:min(46vw,620px);position:absolute;inset:0}.ch-hero__badge{font-family:var(--font-body);letter-spacing:.3em;opacity:.45;font-size:.7rem;position:absolute;top:clamp(1.5rem,4vw,2.5rem);right:clamp(1.5rem,5vw,3.5rem)}.ch-hero__layout{z-index:1;justify-content:center;align-items:center;gap:clamp(1.5rem,4vw,3.5rem);width:100%;max-width:76rem;padding:0 clamp(1.25rem,5vw,3rem);display:flex;position:relative;transform:scale(1.38)}.ch-hero__card,.ch-hero__note{flex:0 24rem;width:100%;max-width:24rem;height:auto;display:block}@media (width<=720px){.ch-hero{height:auto;min-height:100vh;padding:clamp(4rem,12vw,5rem) 0 clamp(3rem,10vw,4rem)}.ch-hero__layout{flex-direction:column;transform:none}.ch-hero__card{flex-basis:auto;width:100%;max-width:20rem;height:auto}.ch-hero__note{flex-basis:auto;max-width:22rem}}.ch-grid{gap:clamp(.75rem,1.5vw,1.25rem);display:grid}.ch-grid--reflow{grid-template-columns:repeat(4,1fr);gap:clamp(1.5rem,3vw,2.5rem)}.ch-grid--reflow img{aspect-ratio:3/4;object-fit:cover;width:100%;height:100%}@media (width<=900px){.ch-grid--reflow{grid-template-columns:repeat(2,1fr)}}.ch-grid--creative{grid-template-columns:repeat(3,1fr)}.ch-grid--creative img{aspect-ratio:3/4;object-fit:cover;width:100%;height:100%}@media (width<=640px){.ch-grid--creative{grid-template-columns:repeat(2,1fr)}}.ch-grid--four{grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.ch-grid--four img{aspect-ratio:1;object-fit:contain;width:100%}.ch-grid--four.ch-grid--packaging{grid-template-columns:repeat(2,1fr);gap:clamp(2rem,5vw,4rem) clamp(1.5rem,4vw,3rem)}.ch-grid--packaging .ch-packaging-tile:nth-child(2n){transform:translateY(clamp(1.5rem,5vw,3.5rem))}@media (width<=560px){.ch-grid--four.ch-grid--packaging{grid-template-columns:1fr}.ch-grid--packaging .ch-packaging-tile:nth-child(2n){transform:none}}.ch-packaging-tile{flex-direction:column;align-items:center;gap:1rem;display:flex}.ch-packaging-tile img{aspect-ratio:auto;object-fit:contain;width:auto;max-width:100%;height:clamp(150px,20vw,230px)}.ch-grid--packaging .ch-packaging-tile img{height:clamp(220px,30vw,380px)}.ch-packaging-tile span{font-family:var(--font-body);letter-spacing:.08em;opacity:.6;font-size:.75rem}.ch-attire-box{background:#f2f2f2;border:1px solid #f2f2f2;padding:clamp(1.25rem,4vw,3rem)}.ch-attire{grid-template-columns:1.6fr 1fr;align-items:start;gap:clamp(1.25rem,3vw,2.5rem);display:grid}.ch-attire__col{gap:clamp(1.25rem,3vw,2.5rem);display:grid}.ch-attire__col--main img{object-fit:cover;width:100%}.ch-attire__col--details img{width:100%;height:auto;display:block}.ch-attire__apron{width:128%;margin-left:-14%}@media (width<=720px){.ch-attire{grid-template-columns:1fr}.ch-attire__col--details{grid-template-columns:repeat(3,1fr);align-items:center}.ch-attire__apron{width:100%;margin-left:0}}.ch-grid--texture{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin-bottom:clamp(.75rem,1.5vw,1.25rem)}.ch-texture-block img{aspect-ratio:4/3;object-fit:cover;width:100%}.ch-grid--mockups img{aspect-ratio:4/3;object-fit:cover}.ch-irl{gap:clamp(1.25rem,3vw,2.5rem);display:grid}.ch-irl img{object-fit:cover;width:100%}.ch-samosa{grid-template-columns:1fr 1fr;align-items:center;gap:clamp(1.5rem,4vw,3rem);margin-bottom:clamp(3.5rem,8vw,6rem);display:grid}.ch-samosa__copy{flex-direction:column;gap:.85rem;display:flex}.ch-samosa__copy .ch-heading{margin-bottom:.25rem}.ch-samosa__kicker{font-family:var(--font-title);opacity:.85;margin:0;font-size:clamp(1rem,1.8vw,1.25rem);font-style:italic;font-weight:300}.ch-samosa__text{font-family:var(--font-title);max-width:32rem;margin:.5rem 0 0;font-size:clamp(.95rem,1.6vw,1.15rem);font-weight:300;line-height:1.6}.ch-samosa__text--quiet{opacity:.55;font-size:clamp(.85rem,1.4vw,1rem)}.ch-dish-hero img{aspect-ratio:3/4;object-fit:cover;width:100%}@media (width<=720px){.ch-samosa{grid-template-columns:1fr}}.ch-artwork{grid-template-columns:1fr minmax(220px,1.2fr) 1fr;grid-template-areas:"a heading b""c heading d";align-items:center;gap:clamp(1rem,2.5vw,2rem);margin-bottom:clamp(2rem,5vw,3.5rem);display:grid}.ch-artwork__frame--a{grid-area:a}.ch-artwork__frame--b{grid-area:b}.ch-artwork__frame--c{grid-area:c}.ch-artwork__frame--d{grid-area:d}.ch-artwork__frame img{aspect-ratio:3/4;object-fit:contain;background:#fff;width:100%}.ch-artwork__heading{grid-area:heading;margin:0}@media (width<=720px){.ch-artwork{grid-template-columns:1fr 1fr;grid-template-areas:"a b""heading heading""c d"}.ch-artwork__heading{padding:1rem 0}}.ch-closing{text-align:center;padding:clamp(3rem,8vw,6rem) clamp(1.25rem,5vw,4rem) clamp(5rem,10vw,8rem)}.ch-closing p{font-family:var(--font-body);letter-spacing:.1em;opacity:.55;max-width:40rem;margin:0 auto;font-size:.8rem;font-weight:400}.flip-title{flex-direction:column;align-items:center;gap:clamp(.3rem,1vw,.6rem);margin:0;display:flex}.flip-title__row{flex-wrap:nowrap;justify-content:center;display:flex}@media (width<=640px){.flip-title__row{scrollbar-width:none;width:100%;overflow-x:auto}.flip-title__row::-webkit-scrollbar{display:none}}.flipbook__cover-trigger{aspect-ratio:417.75/597.75;perspective:1200px;cursor:pointer;border:1px solid #f2f2f224;border-radius:6px;width:300px;max-width:82vw;height:429px;margin:0 auto;transition:box-shadow .35s;position:relative;overflow:hidden;box-shadow:16px 32px 56px #000000e6}.flipbook__cover-trigger:hover{box-shadow:20px 40px 70px #000000f2}.flipbook__cover-trigger img{object-fit:cover;width:100%;height:100%}@media (width<=768px){.flipbook__cover-trigger{width:82vw;max-width:330px;height:auto}}.flipbook__backdrop{z-index:200;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#0a0a0ac7;justify-content:center;align-items:center;padding:clamp(1.25rem,5vw,3rem);display:flex;position:fixed;inset:0}.flipbook--open{flex-direction:column;align-items:center;gap:1.75rem;padding:2.25rem clamp(1rem,3vw,2rem) 1.75rem;display:flex;position:relative}.flipbook__close{font-family:var(--font-body);letter-spacing:.08em;text-transform:uppercase;opacity:.6;padding:.5rem .75rem;font-size:.75rem;position:absolute;top:10px;right:14px}.flipbook__close:hover{opacity:1}.flipbook__viewport{aspect-ratio:417.75/597.75;width:min(440px,58vw);max-height:68vh;position:relative}.flipbook__slide{cursor:pointer;background:#000;border:1px solid #f2f2f224;border-radius:6px;justify-content:center;align-items:center;display:flex;position:absolute;inset:0;overflow:hidden;box-shadow:0 30px 70px #00000080}.flipbook__slide--active{cursor:default;box-shadow:0 40px 100px #000000b3}.flipbook__slide img{object-fit:contain;pointer-events:none;width:100%;height:100%}.flipbook__nav{align-items:center;gap:1.25rem;display:flex}.flipbook__nav button{font-family:var(--font-body);letter-spacing:.06em;text-transform:uppercase;opacity:.7;font-size:.75rem}.flipbook__nav button:not(:disabled):hover{opacity:1}.flipbook__nav button:disabled{opacity:.25;cursor:default}.flipbook__page-count{font-family:var(--font-body);opacity:.5;font-size:.7rem}.video-frame{aspect-ratio:16/9;background:#0a0a0a;border-radius:8px;width:100%;padding:6px;position:relative;box-shadow:0 30px 60px -20px #000000d9}.video-frame:after{content:"";pointer-events:none;border:1px solid #1c1c1c;border-radius:4px;position:absolute;inset:6px}.video-frame .asset-slot{background:#f2f2f20f;border-color:#f2f2f238}.video-frame .asset-slot__icon,.video-frame .asset-slot__label{color:#f2f2f2}.video-frame__video{object-fit:cover;border-radius:4px;width:100%;height:100%;display:block}.video-frame__controls{opacity:0;background:linear-gradient(#0000,#0a0a0abf);border-radius:0 0 4px 4px;align-items:center;gap:12px;padding:10px 14px;transition:opacity .25s,transform .25s;display:flex;position:absolute;bottom:6px;left:6px;right:6px;transform:translateY(4px)}.video-frame:hover .video-frame__controls,.video-frame:focus-within .video-frame__controls{opacity:1;transform:translateY(0)}.video-frame__play,.video-frame__unmute{color:#f2f2f2;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#0a0a0aa6;border:1px solid #f2f2f240;border-radius:50%;flex:none;justify-content:center;align-items:center;width:32px;min-width:32px;height:32px;min-height:32px;font-size:.85rem;transition:background .2s,transform .2s;display:flex}.video-frame__play:hover,.video-frame__unmute:hover{background:#0a0a0ae6;transform:scale(1.06)}.video-frame__track{cursor:pointer;touch-action:none;flex:1;align-items:center;height:16px;display:flex;position:relative}.video-frame__track:before{content:"";background:#f2f2f240;border-radius:2px;height:3px;position:absolute;left:0;right:0}.video-frame__track-fill{pointer-events:none;background:#f2f2f2;border-radius:2px;height:3px;position:absolute;left:0}.video-frame__track-thumb{pointer-events:none;background:#f2f2f2;border-radius:50%;width:10px;height:10px;position:absolute;transform:translate(-50%);box-shadow:0 0 0 1px #0a0a0a66}.video-frame__time{font-family:var(--font-body);letter-spacing:.02em;color:#f2f2f2;opacity:.75;white-space:nowrap;flex:none;font-size:.65rem}@media (width<=640px){.video-frame__controls{opacity:1;transform:none}.video-frame__time{display:none}}.tib{--bg:var(--studio-black);--fg:var(--studio-white);--line:#f2f2f21f;--cell:#f2f2f212;--cell-line:#0a0a0a80;--scrim:#0a0a0ad9;background:var(--bg);color:var(--fg);min-height:100vh;position:relative}.tib__close{z-index:100;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#0a0a0a8c;border:1px solid #f2f2f22e;border-radius:50%;justify-content:center;align-items:center;width:40px;min-width:40px;height:40px;min-height:40px;font-size:1.6rem;font-weight:300;line-height:1;transition:background .2s,transform .2s;display:flex;position:fixed;top:16px;right:16px}.tib__close:hover{background:#0a0a0acc;transform:scale(1.05)}.tib__grid{grid-template-columns:repeat(4,1fr);grid-template-areas:"video video video video""title title intro intro""studio studio director director""studio studio pbline pbobj";gap:clamp(2.5rem,6vw,4rem) clamp(1.5rem,4vw,3rem);max-width:72rem;margin:0 auto;padding:clamp(4rem,9vw,6rem) clamp(1.25rem,5vw,4rem) clamp(5rem,10vw,8rem);display:grid}.tib__cell--video{grid-area:video}.tib__cell--title{grid-area:title;align-items:center;min-width:0;display:flex;overflow:hidden}.tib__cell--title .flip-title{align-items:flex-start;min-width:0;max-width:100%}.tib__cell--title .flip-title__row{scrollbar-width:none;justify-content:flex-start;max-width:100%;overflow-x:auto}.tib__cell--title .flip-title__row::-webkit-scrollbar{display:none}.tib__cell--intro{grid-area:intro;align-items:center;display:flex}.tib__intro{font-family:var(--font-title);opacity:.9;font-size:clamp(1.3rem,2.6vw,1.75rem);font-style:italic;font-weight:300;line-height:1.5}.tib__cell--studio{grid-area:studio}.tib__cell--director{grid-area:director}.tib__eyebrow{font-family:var(--font-body);letter-spacing:.12em;opacity:.5;margin-bottom:.85rem;font-size:.7rem;display:block}.tib__body{font-family:var(--font-body);opacity:.85;margin:0 0 1.1rem;font-size:clamp(.92rem,1.5vw,1.05rem);font-weight:300;line-height:1.75}.tib__body:last-of-type{margin-bottom:0}.tib__signoff{font-family:var(--font-body);letter-spacing:.04em;opacity:.5;margin-top:.85rem;font-size:.75rem;display:block}.tib__cell--pbline{grid-area:pbline;align-items:center;display:flex}.tib__playbill-invite{font-family:var(--font-title);font-size:clamp(1.05rem,1.8vw,1.3rem);font-style:italic;font-weight:300}.tib__cell--pbobj{grid-area:pbobj;justify-content:center;align-items:center;display:flex;position:relative}@media (width<=768px){.tib__grid{grid-template-columns:1fr;grid-template-areas:"video""title""intro""studio""director""pbline""pbobj";row-gap:2.5rem}.tib__cell--title .flip-title{align-items:center}.tib__cell--title .flip-title__row{justify-content:center}.tib__cell--intro,.tib__cell--pbline{text-align:center;justify-content:center}}.youtube-loop{background:#0a0a0a;width:100%;position:relative;overflow:hidden}.youtube-loop iframe{pointer-events:none;border:0;width:100%;height:100%;position:absolute;inset:0}.pcc{--bg:var(--studio-black);--fg:var(--studio-white);--line:#f2f2f21f;--cell:#f2f2f212;--cell-line:#0a0a0a80;--scrim:#0a0a0ad9;background:var(--bg);min-height:100vh;color:var(--fg)}.pcc-section{max-width:900px;margin:0 auto;padding:0 32px}.pcc-section+.pcc-section{margin-top:60px}.pcc-section--hero{text-align:center;padding-top:clamp(5rem,12vw,7rem)}.pcc-section--hero .flip-title{margin-bottom:2.5rem}@media (width<=768px){.pcc-section{padding:0 20px}.pcc-section+.pcc-section{margin-top:40px}}.pcc-copy{max-width:680px;font-family:var(--font-title);font-size:clamp(1rem,1.8vw,1.25rem);font-weight:300;line-height:1.6}.pcc-hero-photo,.pcc-extra-photo{width:100%}.video-frame.pcc-recap-video,.youtube-loop.pcc-recap-video{aspect-ratio:5070/2160}.pcc-hero-photo img{aspect-ratio:1500/984;object-fit:contain;border-radius:0;width:100%}.pcc-banyan-row{grid-template-columns:1.1fr 1fr;align-items:center;gap:36px;display:grid}.pcc-banyan-row__image{aspect-ratio:2502/1708;object-fit:cover;border-radius:4px;width:100%;display:block;box-shadow:0 30px 60px -20px #000000d9}@media (width<=768px){.pcc-banyan-row{grid-template-columns:1fr;gap:20px}}.pcc-hub{max-width:672px;margin:0 auto}.pcc-hub img{aspect-ratio:1;object-fit:cover;border-radius:6px;width:100%;display:block}.pcc-video-grid{grid-template-columns:repeat(2,1fr);gap:28px;display:grid}@media (width<=640px){.pcc-video-grid{grid-template-columns:1fr;gap:16px}}.pcc-video-tile__frame{aspect-ratio:16/9;border-radius:4px;width:100%;display:block;position:relative;overflow:hidden}.pcc-video-tile__frame:disabled{cursor:default}.pcc-video-tile__video,.pcc-video-tile__poster{object-fit:cover;width:100%;height:100%}.pcc-video-tile__play{width:56px;height:56px;color:var(--studio-white);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#0a0a0a8c;border:1px solid #f2f2f266;border-radius:50%;justify-content:center;align-items:center;transition:transform .2s,background .2s;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.pcc-video-tile__play svg{margin-left:2px}.pcc-video-tile__frame:hover .pcc-video-tile__play{background:#0a0a0abf;transform:translate(-50%,-50%)scale(1.08)}.pcc-video-tile__caption{flex-direction:column;gap:10px;margin-top:10px;display:flex}.pcc-video-tile__name{font-family:var(--font-body);font-size:13px;font-weight:600}.pcc-video-tile__role{font-family:var(--font-body);opacity:.6;font-size:11px}.pcc-closing{text-align:center;padding:clamp(3rem,8vw,5rem) 0}.pcc-closing__line{font-family:var(--font-title);max-width:40rem;margin:0 auto 1.5rem;font-size:clamp(1.1rem,2.2vw,1.5rem);font-style:italic;font-weight:300}.pcc-closing__credit{font-family:var(--font-body);letter-spacing:.08em;opacity:.55;font-size:.75rem}.pcc-divider{justify-content:center;align-items:center;gap:16px;max-width:900px;margin:120px auto 0;padding:0 32px;display:flex}.pcc-divider__rule{background:var(--line);width:60px;height:1px}.pcc-divider__label{font-family:var(--font-body);letter-spacing:.14em;opacity:.5;white-space:nowrap;font-size:.7rem}@media (width<=768px){.pcc-divider{margin-top:60px;padding:0 20px}}.fre8-section{text-align:center;flex-direction:column;align-items:center;gap:1.5rem;padding-bottom:clamp(5rem,10vw,8rem);display:flex;margin-top:80px!important}.fre8-video{width:100%}.solum{min-height:100vh}.solum-section{max-width:900px;margin:0 auto;padding:0 32px}.solum-section+.solum-section{margin-top:clamp(3.5rem,8vw,6rem)}.solum-section--hero{text-align:center;padding:clamp(5rem,12vw,7rem) 32px 0}.solum-section--hero .flip-title{margin-bottom:1.5rem}@media (width<=768px){.solum-section{padding:0 20px}.solum-section--hero{padding:clamp(4rem,14vw,5.5rem) 20px 0}.solum-section+.solum-section{margin-top:clamp(2.5rem,10vw,3.5rem)}}.solum-tagline{font-family:var(--font-title);opacity:.7;margin:0;font-size:clamp(1.05rem,2.2vw,1.4rem);font-weight:300}.solum-copy{max-width:680px;font-family:var(--font-title);margin:1.5rem auto 0;font-size:clamp(1rem,1.8vw,1.25rem);font-weight:300;line-height:1.6}.solum-section>.solum-copy:first-child{margin-top:0}.solum-copy--intro{text-align:center;border-top:1px solid var(--line);max-width:46rem;padding-top:clamp(2rem,5vw,3rem)}.solum-subhead{font-family:var(--font-body);margin:0 0 12px;font-size:20px;font-weight:600}.solum-label{font-family:var(--font-body);letter-spacing:.14em;opacity:.5;margin-bottom:.5rem;font-size:.75rem;font-weight:500;display:block}.solum-concept{border-top:1px solid var(--line);padding-top:clamp(3rem,7vw,5rem)}.solum-full-image{width:100%;margin-top:1.75rem}.solum-full-image img{border-radius:4px;width:100%;height:auto;display:block}.solum-closing{text-align:center;padding:clamp(3rem,8vw,5rem) 32px clamp(5rem,10vw,8rem)}.solum-closing p{font-family:var(--font-title);max-width:40rem;margin:0 auto;font-size:clamp(1.1rem,2.2vw,1.5rem);font-style:italic;font-weight:300}@media (width<=768px){.solum-closing{padding:clamp(2.5rem,10vw,3.5rem) 20px clamp(4rem,12vw,6rem)}}
