:root{--night:#09090c;--night-soft:#111116;--ivory:#f4f0e8;--paper:#e8e0d3;--gold:#d9b170;--gold-pale:#f0d7a8;--ink:#111015;--muted-ink:rgba(17,16,21,.62);--line-light:rgba(255,255,255,.17);--line-dark:rgba(17,16,21,.14)}*{box-sizing:border-box}html{scroll-behavior:smooth;background:var(--night)}body{margin:0;color:var(--ink);background:var(--ivory);font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}a{color:inherit;text-decoration:none}img,video{display:block;width:100%}main{overflow:clip}.site-header{position:absolute;inset:0 0 auto 0;z-index:30;height:92px;padding:0 4.5vw;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;color:#fff;border-bottom:1px solid rgba(255,255,255,.2);background:linear-gradient(180deg,rgba(4,4,8,.42),rgba(4,4,8,0))}.identity{display:flex;align-items:center;gap:10px;width:max-content}.brand-mark{width:31px;height:31px;flex:0 0 auto;object-fit:contain}.header-color-logo{width:38px;height:38px;flex:0 0 auto;object-fit:cover;border-radius:50%;box-shadow:0 2px 16px rgba(225,174,70,.18)}.wordmark{font-weight:750;font-size:14px;letter-spacing:.18em}.studio-name{margin-left:2px;padding-left:12px;border-left:1px solid rgba(255,255,255,.32);font-family:Georgia,Times New Roman,serif;font-size:14px;font-style:italic;opacity:.86}nav{display:flex;gap:32px;align-items:center;font-size:10px;letter-spacing:.12em;text-transform:uppercase}.enter-link,.shop-link,nav a{transition:opacity .25s ease}.enter-link:hover,.shop-link:hover,nav a:hover{opacity:.65}.header-actions{justify-self:end;display:flex;gap:28px;align-items:center;font-size:10px;letter-spacing:.1em;text-transform:uppercase}.enter-link{padding:10px 0;border-bottom:1px solid rgba(255,255,255,.72)}.hero{min-height:100svh;position:relative;color:white;isolation:isolate;background:#0c0911}.hero-image{position:absolute;inset:0;z-index:-3;background-image:url(/media/divide-hero.jpg);background-size:cover;background-position:50%;transform:scale(1.01);animation:heroBreath 16s ease-in-out infinite alternate}@keyframes heroBreath{0%{transform:scale(1.01)}to{transform:scale(1.045)}}.hero-vignette{position:absolute;inset:0;z-index:-2;background:linear-gradient(90deg,rgba(6,6,10,.77),rgba(6,6,10,.45) 34%,rgba(6,6,10,.07) 62%,rgba(6,6,10,.23)),linear-gradient(180deg,rgba(5,5,8,.15),transparent 52%,rgba(5,5,8,.68))}.hero-content{position:relative;z-index:2;max-width:1120px;padding:24vh 7vw 17vh}.hero-label,.section-kicker{margin:0;font-size:10px;font-weight:700;letter-spacing:.2em;text-transform:uppercase}.hero-brand{display:flex;align-items:center}.hero-label{color:rgba(255,255,255,.82)}.hero h1{margin:30px 0 22px;max-width:1060px;font-size:clamp(56px,7.3vw,124px);line-height:.91;font-weight:400;letter-spacing:-.055em;text-shadow:0 8px 42px rgba(0,0,0,.3)}.hero h1,.hero-tagline{font-family:Georgia,Times New Roman,serif}.hero-tagline{margin:0;font-size:clamp(24px,2.1vw,36px);font-style:italic;color:#f0ddbd}.hero-actions{display:flex;gap:30px;align-items:center;flex-wrap:wrap;margin-top:50px}.button{min-height:52px;padding:0 23px;display:inline-flex;align-items:center;justify-content:center;gap:14px;font-size:10px;letter-spacing:.12em;text-transform:uppercase;border:1px solid;transition:transform .25s ease,background .25s ease,color .25s ease}.button:hover{transform:translateY(-2px)}.button-light{color:#fff;border-color:rgba(255,255,255,.75);background:rgba(255,255,255,.055);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.button-light:hover{color:#0b0a0d;background:#fff}.button-ivory{color:#0b0a0d;border-color:var(--ivory);background:var(--ivory)}.button-ivory:hover{background:#fff;border-color:#fff}.text-link{font-size:10px;letter-spacing:.1em;text-transform:uppercase;display:inline-flex;gap:10px;align-items:center;border-bottom:1px solid rgba(0,0,0,.28);padding-bottom:7px}.text-link.light{border-color:rgba(255,255,255,.4)}.scroll-cue{position:absolute;left:50%;bottom:24px;transform:translateX(-50%);display:flex;align-items:center;gap:12px;font-size:9px;letter-spacing:.12em;opacity:.8}.scroll-cue i{display:block;width:50px;height:1px;background:rgba(255,255,255,.7);position:relative;overflow:hidden}.scroll-cue i:after{content:"";position:absolute;inset:0;background:#fff;transform:translateX(-100%);animation:scan 2.4s ease-in-out infinite}@keyframes scan{0%,30%{transform:translateX(-100%)}70%,to{transform:translateX(100%)}}.threshold{min-height:72vh;background:var(--night);color:var(--ivory);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:110px 6vw;position:relative}.threshold:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 50% 0,rgba(217,177,112,.11),transparent 40%)}.threshold>*{position:relative}.threshold .section-kicker{color:var(--gold-pale)}.threshold h2{margin:28px 0;font-size:clamp(54px,7vw,108px);line-height:.92;font-weight:400;letter-spacing:-.045em}.threshold h2,.threshold-copy{font-family:Georgia,Times New Roman,serif}.threshold-copy{margin:0;max-width:690px;font-size:clamp(20px,2vw,30px);line-height:1.4;color:rgba(244,240,232,.72)}.featured{background:var(--ivory);padding:120px 5vw 145px}.section-head{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(260px,.55fr);grid-gap:8vw;gap:8vw;align-items:end;margin-bottom:70px}.finale h2,.network-bridge h2,.section-head h2,.studio-top h2,.worlds-heading h2{font-family:Georgia,Times New Roman,serif;font-weight:400;letter-spacing:-.045em}.section-head h2{font-size:clamp(50px,6.3vw,94px);line-height:.96;margin:24px 0 0}.section-intro{margin:0 0 6px;max-width:470px;font-size:15px;line-height:1.75;color:var(--muted-ink)}.foxbox-feature{display:grid;grid-template-columns:minmax(0,1.22fr) minmax(360px,.78fr);min-height:720px;background:#111015;color:white;box-shadow:0 24px 70px rgba(29,18,35,.13)}.feature-media{position:relative;min-height:690px;overflow:hidden;background:#241727}.feature-media video{position:absolute;inset:0;height:100%;object-fit:cover}.media-shade{position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.02),rgba(0,0,0,.56)),linear-gradient(90deg,transparent 58%,rgba(10,9,13,.25))}.film-chip{position:absolute;top:24px;left:24px;font-size:9px;letter-spacing:.12em;text-transform:uppercase;padding:10px 13px;background:rgba(0,0,0,.36);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.18)}.feature-media-copy{position:absolute;left:32px;bottom:30px}.feature-media-copy p{margin:0 0 7px;font-size:9px;letter-spacing:.14em;text-transform:uppercase;opacity:.74}.feature-media-copy strong{font-family:Georgia,Times New Roman,serif;font-weight:400;font-size:clamp(38px,4vw,64px);letter-spacing:-.04em}.feature-copy{padding:65px 5vw;display:flex;flex-direction:column;justify-content:center}.release-meta{display:flex;justify-content:space-between;gap:20px;color:var(--gold-pale);font-size:9px;letter-spacing:.12em;text-transform:uppercase;border-bottom:1px solid var(--line-light);padding-bottom:18px}.feature-copy h3{margin:48px 0 20px;font-size:clamp(60px,6vw,98px);line-height:.88;font-weight:400;letter-spacing:-.06em}.feature-copy h3,.feature-lede{font-family:Georgia,Times New Roman,serif}.feature-lede{font-size:24px;line-height:1.4;color:#f2ddba;margin:0 0 24px}.feature-copy>p:not(.feature-lede):not(.studio-credit){color:rgba(255,255,255,.62);font-size:14px;line-height:1.7;max-width:490px}.feature-actions{display:flex;align-items:center;flex-wrap:wrap;gap:25px;margin-top:36px}.studio-credit{margin:auto 0 0;padding-top:38px;border-top:1px solid var(--line-light);font-family:Georgia,Times New Roman,serif;font-style:italic;font-size:14px;color:rgba(255,255,255,.5)}.worlds{background:#111015;color:var(--ivory);padding:135px 5vw}.worlds-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:40px;margin-bottom:65px}.worlds-heading h2{margin:0;font-size:clamp(54px,6.7vw,100px);line-height:.92}.worlds-heading .section-kicker{align-self:flex-start;margin-top:8px;color:var(--gold-pale)}.world-grid{display:grid;grid-template-columns:1.22fr .78fr;grid-gap:16px;gap:16px}.world-card{min-height:610px;position:relative;overflow:hidden;isolation:isolate;background:#241b28}.world-card-wide{grid-row:span 2;min-height:1236px}.world-card img,.world-card video{position:absolute;inset:0;height:100%;object-fit:cover;z-index:-3;transition:transform 1s cubic-bezier(.2,.7,.2,1)}.world-card:hover img,.world-card:hover video{transform:scale(1.025)}.world-overlay{position:absolute;inset:0;z-index:-2;background:linear-gradient(180deg,rgba(8,8,11,.04) 24%,rgba(8,8,11,.8))}.world-copy{position:absolute;left:32px;right:32px;bottom:32px}.world-copy p{margin:0 0 10px;font-size:9px;letter-spacing:.14em;text-transform:uppercase;opacity:.68}.world-copy h3{margin:0 0 13px;font-family:Georgia,Times New Roman,serif;font-weight:400;font-size:clamp(40px,4vw,68px);line-height:.94;letter-spacing:-.045em}.world-copy a,.world-copy span{font-size:9px;letter-spacing:.11em;text-transform:uppercase;color:var(--gold-pale)}.experience-card{color:var(--ivory);background:linear-gradient(145deg,#17131b,#2b1d30 56%,#6c465d);display:flex;align-items:flex-end}.experience-card:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 82% 20%,rgba(240,215,168,.19),transparent 27%)}.experience-copy{position:relative;padding:42px 34px;max-width:650px}.experience-copy>p:first-child{margin:0 0 18px;font-size:9px;letter-spacing:.14em;text-transform:uppercase;color:var(--gold-pale)}.experience-copy h3{margin:0 0 22px;font-family:Georgia,Times New Roman,serif;font-size:clamp(40px,4.2vw,67px);line-height:.94;font-weight:400;letter-spacing:-.045em}.experience-body{margin:0 0 28px;max-width:460px;font-size:13px;line-height:1.7;color:rgba(255,255,255,.62)}.experience-copy a{display:inline-block;font-size:9px;letter-spacing:.11em;text-transform:uppercase;color:var(--gold-pale);border-bottom:1px solid rgba(240,215,168,.45);padding-bottom:7px}.studio{background:#e8e0d4;padding:145px 5vw;position:relative;overflow:hidden}.studio-seal{position:absolute;top:88px;right:5vw;width:112px;height:112px;border-radius:50%;overflow:hidden;box-shadow:0 18px 45px rgba(52,29,67,.14);opacity:.92}.studio-seal img{width:100%;height:100%;object-fit:cover}.studio-top{max-width:1070px}.studio-top .section-kicker{color:#6d4d35}.studio-top h2{margin:28px 0 30px;font-size:clamp(54px,7vw,106px);line-height:.92}.studio-top>p:last-child{max-width:720px;font-size:16px;line-height:1.78;color:var(--muted-ink)}.studio-disciplines{margin-top:100px;border-top:1px solid var(--line-dark);display:grid;grid-template-columns:repeat(4,1fr)}.studio-disciplines>div{min-height:230px;padding:28px 24px 28px 0;border-right:1px solid var(--line-dark);display:flex;flex-direction:column;justify-content:flex-end}.studio-disciplines>div:not(:first-child){padding-left:24px}.studio-disciplines>div:last-child{border-right:0}.studio-disciplines strong{font-family:Georgia,Times New Roman,serif;font-size:32px;font-weight:400}.studio-disciplines p{margin:9px 0 0;max-width:200px;font-size:12px;line-height:1.58;opacity:.6}.network-bridge{min-height:820px;position:relative;color:white;display:flex;align-items:center;isolation:isolate}.bridge-image{position:absolute;inset:0;z-index:-3;background:url(/media/divide-hero.jpg) 50%/cover no-repeat;filter:saturate(.86) brightness(.78)}.bridge-overlay{position:absolute;inset:0;z-index:-2;background:linear-gradient(90deg,rgba(7,7,10,.92),rgba(8,6,12,.56) 48%,rgba(8,6,12,.12))}.bridge-content{padding:100px 7vw;max-width:920px}.light-kicker{color:#f0c77e}.network-bridge h2{margin:28px 0;font-size:clamp(56px,7vw,108px);line-height:.9}.network-bridge p:not(.section-kicker){max-width:590px;font-size:16px;line-height:1.72;color:rgba(255,255,255,.7)}.network-bridge .button{margin-top:30px}.finale{background:var(--night);color:var(--ivory);min-height:76vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:100px 5vw}.finale .brand-mark{width:68px;height:68px;margin-bottom:34px;opacity:.94}.finale>p{font-size:10px;letter-spacing:.18em;text-transform:uppercase;opacity:.56}.finale h2{font-size:clamp(74px,10vw,160px);line-height:.88;margin:30px 0 44px}.finale-links{display:flex;gap:40px;flex-wrap:wrap;justify-content:center}.finale-links a{font-size:9px;letter-spacing:.11em;text-transform:uppercase;border-bottom:1px solid rgba(255,255,255,.32);padding-bottom:7px}.press{background:#efe8dc;padding:145px 5vw;display:grid;grid-template-columns:minmax(0,.78fr) minmax(520px,1.22fr);grid-gap:8vw;gap:8vw;align-items:start;border-top:1px solid rgba(17,16,21,.08)}.press-intro{position:-webkit-sticky;position:sticky;top:110px;max-width:600px}.press-intro .section-kicker{color:#765332}.press-intro h2{margin:28px 0 30px;font-family:Georgia,Times New Roman,serif;font-size:clamp(58px,7vw,108px);line-height:.9;font-weight:400;letter-spacing:-.05em}.press-intro>p:not(.section-kicker){margin:0;max-width:520px;font-size:15px;line-height:1.75;color:var(--muted-ink)}.press-email{display:inline-block;margin-top:30px;padding-bottom:7px;border-bottom:1px solid rgba(17,16,21,.35);font-size:11px;letter-spacing:.05em}.press-panel{background:#101014;color:var(--ivory);padding:40px;box-shadow:0 30px 80px rgba(39,26,42,.13)}.press-panel-head{display:flex;justify-content:space-between;gap:20px;align-items:center;padding-bottom:24px;margin-bottom:34px;border-bottom:1px solid rgba(255,255,255,.12)}.press-panel-head p,.press-panel-head span{margin:0;font-size:9px;letter-spacing:.14em;text-transform:uppercase}.press-panel-head span{color:var(--gold-pale)}.press-form{display:flex;flex-direction:column;gap:24px}.form-row{display:grid;grid-template-columns:1fr 1fr;grid-gap:18px;gap:18px}.press-form label{display:flex;flex-direction:column;gap:9px}.press-form label>span{font-size:9px;letter-spacing:.12em;text-transform:uppercase;color:rgba(244,240,232,.58)}.press-form input,.press-form select,.press-form textarea{width:100%;border:0;border-bottom:1px solid rgba(255,255,255,.22);border-radius:0;background:transparent;color:#fff;padding:12px 0 14px;font:inherit;font-size:14px;outline:none;transition:border-color .2s ease}.press-form textarea{resize:vertical;min-height:130px;line-height:1.6}.press-form select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:linear-gradient(45deg,transparent 50%,rgba(255,255,255,.62) 0),linear-gradient(135deg,rgba(255,255,255,.62) 50%,transparent 0);background-position:calc(100% - 11px) 52%,calc(100% - 6px) 52%;background-size:5px 5px,5px 5px;background-repeat:no-repeat;padding-right:26px}.press-form select option{color:#111;background:#fff}.press-form input:focus,.press-form select:focus,.press-form textarea:focus{border-color:var(--gold-pale)}.press-form input::placeholder,.press-form textarea::placeholder{color:rgba(255,255,255,.28)}.press-form-footer{padding-top:12px;display:flex;align-items:center;justify-content:space-between;gap:22px}.press-submit{cursor:pointer;color:#0b0a0d;background:var(--ivory);border-color:var(--ivory)}.press-submit:hover{background:#fff;border-color:#fff}.press-form-footer p{margin:0;font-size:10px;line-height:1.5;color:rgba(244,240,232,.5);text-align:right}.site-footer{padding:70px 5vw 32px;background:#0d0d10;color:rgba(244,239,230,.74);border-top:1px solid rgba(255,255,255,.1)}.footer-main{display:grid;grid-template-columns:1fr 1.1fr;grid-gap:8vw;gap:8vw;align-items:start}.footer-identity>p{margin:22px 0 0;max-width:340px;font-family:Georgia,Times New Roman,serif;font-style:italic;font-size:17px;line-height:1.45;color:rgba(244,239,230,.62)}.footer-brand{display:flex;align-items:center;gap:10px}.footer-brand .brand-mark{width:31px;height:31px}.footer-brand>span{font-weight:700;letter-spacing:.16em;font-size:13px}.footer-brand small{font-family:Georgia,Times New Roman,serif;font-style:italic;font-size:13px;opacity:.7}.footer-links{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:36px;gap:36px}.footer-links>div{display:flex;flex-direction:column;gap:13px}.footer-links strong{margin-bottom:5px;color:rgba(244,239,230,.42);font-size:8px;font-weight:600;letter-spacing:.15em;text-transform:uppercase}.footer-links a{width:max-content;max-width:100%;font-size:11px;line-height:1.4;color:rgba(244,239,230,.76);transition:color .2s ease}.footer-links a:hover{color:#fff}.footer-meta{margin-top:72px;padding-top:20px;border-top:1px solid rgba(255,255,255,.09);display:grid;grid-template-columns:1fr auto auto;grid-gap:28px;gap:28px;align-items:center;font-size:8px;line-height:1.5;letter-spacing:.06em;color:rgba(244,239,230,.38)}@media (max-width:980px){.site-header{grid-template-columns:1fr auto;height:78px}.shop-link,.site-header nav{display:none}.hero-content{padding-top:22vh}.section-head{gap:30px}.foxbox-feature,.section-head{grid-template-columns:1fr}.feature-media{min-height:66vh}.feature-copy{min-height:610px}.worlds-heading{display:block}.worlds-heading .section-kicker{margin-bottom:25px}.world-grid{grid-template-columns:1fr}.world-card-wide{grid-row:auto;min-height:760px}.world-card{min-height:650px}.studio-disciplines{grid-template-columns:1fr 1fr}.studio-disciplines>div:nth-child(2){border-right:0}.studio-disciplines>div:nth-child(3),.studio-disciplines>div:nth-child(4){border-top:1px solid var(--line-dark)}.press{grid-template-columns:1fr;gap:58px}.press-intro{position:static}.footer-main{grid-template-columns:1fr;gap:52px}.footer-meta{grid-template-columns:1fr;gap:10px}}@media (max-width:620px){.site-header{padding:0 20px}.studio-name{display:none}.studio-seal{width:76px;height:76px;top:72px;right:20px;opacity:.82}.studio-top{padding-top:70px}.enter-link{font-size:9px}.hero-image{background-position:54%}.hero-content{padding:20vh 24px 17vh}.hero h1{font-size:clamp(50px,15.5vw,76px)}.hero-actions{align-items:flex-start;flex-direction:column}.scroll-cue{display:none}.featured,.studio,.worlds{padding-left:20px;padding-right:20px}.foxbox-feature{margin-left:-20px;margin-right:-20px}.feature-copy{padding:56px 24px}.studio-credit{margin-top:54px}.world-card,.world-card-wide{min-height:620px}.worlds-heading h2{font-size:55px}.studio-disciplines{grid-template-columns:1fr}.studio-disciplines>div,.studio-disciplines>div:not(:first-child){padding:26px 0;border-right:0;border-top:1px solid var(--line-dark);min-height:165px}.studio-disciplines>div:first-child{border-top:0}.network-bridge{min-height:780px}.bridge-content{padding:90px 24px}.press{padding:95px 20px}.press-panel{padding:30px 22px;margin-left:-20px;margin-right:-20px}.form-row{grid-template-columns:1fr}.press-form-footer{align-items:flex-start;flex-direction:column}.press-form-footer p{text-align:left}.footer-links{grid-template-columns:1fr 1fr;gap:42px 28px}.site-footer{padding:56px 20px 28px}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.site-header-solid{position:relative;background:#0d0d10;border-bottom:1px solid rgba(255,255,255,.12)}.universe-loader{position:fixed;inset:0;z-index:999;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:24px;background:#09090c;color:#f4f0e8;animation:loaderOut .55s ease 1s forwards;pointer-events:none}.universe-loader img{width:82px;height:82px;object-fit:cover;border-radius:50%;box-shadow:0 18px 50px rgba(217,177,112,.18);animation:loaderMark .9s cubic-bezier(.2,.75,.2,1) both}.universe-loader div{display:flex;align-items:baseline;gap:11px}.universe-loader strong{font-size:13px;letter-spacing:.22em}.universe-loader span{font-family:Georgia,Times New Roman,serif;font-size:13px;font-style:italic;color:#d9b170}@keyframes loaderMark{0%{opacity:0;transform:scale(.92)}to{opacity:1;transform:scale(1)}}@keyframes loaderOut{to{opacity:0;visibility:hidden}}.editorial-link{display:inline-flex;align-items:center;gap:10px;margin-top:28px;padding-bottom:7px;border-bottom:1px solid rgba(17,16,21,.28);font-size:10px;letter-spacing:.1em;text-transform:uppercase}.editorial-link.light{color:#fff;border-color:rgba(255,255,255,.42)}.button-dark{color:#fff;background:#101014;border-color:#101014}.button-dark:hover{background:#2a202d;border-color:#2a202d}.slate{background:#0e0e12;color:var(--ivory);padding:140px 5vw}.slate-heading{display:grid;grid-template-columns:1.15fr .65fr;grid-gap:8vw;gap:8vw;align-items:end;margin-bottom:70px}.slate-heading .section-kicker{color:var(--gold-pale)}.slate-heading h2{margin:24px 0 0;font-family:Georgia,Times New Roman,serif;font-weight:400;font-size:clamp(58px,7.4vw,112px);line-height:.9;letter-spacing:-.052em}.slate-heading-copy{max-width:470px}.slate-heading-copy p{margin:0 0 26px;font-size:14px;line-height:1.75;color:rgba(244,240,232,.62)}.slate-heading-copy a{display:inline-flex;gap:9px;align-items:center;padding-bottom:7px;border-bottom:1px solid rgba(244,240,232,.35);font-size:9px;letter-spacing:.12em;text-transform:uppercase}.slate-grid{display:grid;grid-template-columns:1.08fr .92fr;grid-template-rows:560px 440px;grid-gap:16px;gap:16px}.slate-card{position:relative;overflow:hidden;isolation:isolate;background:#1b1720;min-width:0}.slate-card img,.slate-card video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:-3;transition:transform 1s cubic-bezier(.2,.7,.2,1)}.slate-card:hover img,.slate-card:hover video{transform:scale(1.025)}.slate-shade{position:absolute;inset:0;z-index:-2;background:linear-gradient(180deg,rgba(6,6,8,.03),rgba(6,6,8,.82))}.slate-card-copy{position:absolute;left:32px;right:32px;bottom:30px}.slate-card-copy span{display:block;margin-bottom:12px;color:var(--gold-pale);font-size:9px;letter-spacing:.13em;text-transform:uppercase}.slate-card-copy h3{margin:0 0 12px;font-family:Georgia,Times New Roman,serif;font-weight:400;font-size:clamp(44px,4.8vw,76px);line-height:.9;letter-spacing:-.05em}.slate-card-copy p{margin:0;max-width:500px;font-size:12px;line-height:1.55;color:rgba(244,240,232,.66)}.slate-card-film{grid-row:span 2}.slate-card-tall{min-height:0}.slate-card-quiet{background:linear-gradient(145deg,#1c151f,#3a243c)}.slate-card-quiet:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 78% 15%,rgba(225,177,84,.18),transparent 33%)}.quiet-mark{position:absolute;top:34px;right:34px;width:64px;opacity:.56}.quiet-mark .brand-mark{width:64px;height:64px}.slate-card-interactive{background:#e6dccd;color:#161218}.slate-card-interactive:before{content:"";position:absolute;width:340px;height:340px;border-radius:50%;right:-90px;top:-95px;border:1px solid rgba(92,44,101,.18);box-shadow:0 0 0 50px rgba(92,44,101,.035),0 0 0 100px rgba(92,44,101,.025)}.slate-card-interactive .slate-card-copy span{color:#704a31}.slate-card-interactive .slate-card-copy p{color:rgba(17,16,21,.62)}.slate-card-interactive>span{position:absolute;right:30px;bottom:30px;font-size:22px}.character-stage{min-height:900px;position:relative;color:#fff;display:flex;align-items:flex-end;isolation:isolate;background:#181219;overflow:hidden}.character-stage>video{position:absolute;inset:0;z-index:-3;width:100%;height:100%;object-fit:cover}.character-stage-shade{position:absolute;inset:0;z-index:-2;background:linear-gradient(90deg,rgba(7,7,10,.87),rgba(7,7,10,.31) 50%,rgba(7,7,10,.08)),linear-gradient(180deg,transparent 42%,rgba(7,7,10,.67))}.character-stage-copy{padding:110px 7vw;max-width:900px}.character-stage-copy h2{margin:26px 0 25px;font-family:Georgia,Times New Roman,serif;font-weight:400;font-size:clamp(58px,7.1vw,108px);line-height:.9;letter-spacing:-.05em}.character-stage-copy>p:not(.section-kicker){max-width:590px;margin:0;font-size:15px;line-height:1.72;color:rgba(255,255,255,.72)}.character-stage-copy .button{margin-top:32px}.journal-preview{padding:140px 5vw;background:#f3eee5}.journal-preview-head{display:flex;align-items:flex-end;justify-content:space-between;gap:40px;margin-bottom:60px}.journal-preview-head h2{margin:24px 0 0;font-family:Georgia,Times New Roman,serif;font-weight:400;font-size:clamp(56px,7vw,104px);line-height:.91;letter-spacing:-.05em}.journal-preview-head>a{margin-bottom:8px;display:inline-flex;gap:9px;border-bottom:1px solid rgba(17,16,21,.28);padding-bottom:7px;font-size:9px;letter-spacing:.12em;text-transform:uppercase}.journal-cards{display:grid;grid-template-columns:1.15fr .72fr .93fr;grid-gap:16px;gap:16px}.journal-card{min-height:550px;position:relative;overflow:hidden;background:#161218;color:#fff;display:flex;align-items:flex-end}.journal-card img{position:absolute;inset:0;height:100%;object-fit:cover;transition:transform .8s ease}.journal-card:hover img{transform:scale(1.025)}.journal-card-image:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 34%,rgba(8,8,10,.82))}.journal-card>div{position:relative;z-index:2;padding:30px}.journal-card span{font-size:9px;letter-spacing:.13em;text-transform:uppercase;color:var(--gold-pale)}.journal-card h3{margin:14px 0 12px;font-family:Georgia,Times New Roman,serif;font-weight:400;font-size:clamp(34px,3.5vw,55px);line-height:.95;letter-spacing:-.04em}.journal-card p{margin:0;max-width:400px;font-size:12px;line-height:1.6;color:rgba(255,255,255,.66)}.journal-card-paper{background:#d9c9b6;color:#171218}.journal-card-paper span{color:#6f4d32}.journal-card-paper p{color:rgba(17,16,21,.62)}.letters{background:#241828;color:var(--ivory);padding:110px 5vw;display:grid;grid-template-columns:1fr .8fr;grid-gap:9vw;gap:9vw;align-items:end}.letters .section-kicker{color:var(--gold-pale)}.letters h2{margin:25px 0 0;font-family:Georgia,Times New Roman,serif;font-weight:400;font-size:clamp(52px,6.3vw,94px);line-height:.92;letter-spacing:-.05em}.letters-form-wrap>p{margin:0 0 30px;max-width:520px;font-size:14px;line-height:1.7;color:rgba(244,240,232,.65)}.newsletter-form{display:grid;grid-template-columns:1fr auto;grid-gap:0;gap:0;border-bottom:1px solid rgba(255,255,255,.35)}.newsletter-form input{min-width:0;border:0;outline:0;background:transparent;color:#fff;padding:16px 0;font:inherit;font-size:15px}.newsletter-form input::placeholder{color:rgba(255,255,255,.38)}.newsletter-form button{border:0;background:transparent;color:var(--gold-pale);padding:16px 0 16px 24px;cursor:pointer;font-size:9px;letter-spacing:.13em;text-transform:uppercase}.newsletter-form>p{grid-column:1/-1;margin:11px 0 0;font-size:9px;line-height:1.5;color:rgba(255,255,255,.42)}.press-shortcuts{display:flex;flex-direction:column;align-items:flex-start;gap:12px;margin-top:34px}.press-shortcuts a{display:inline-flex;gap:9px;font-size:9px;letter-spacing:.1em;text-transform:uppercase;padding-bottom:6px;border-bottom:1px solid rgba(17,16,21,.25)}.footer-links-wide{grid-template-columns:repeat(4,1fr)}.interior-page{background:var(--ivory)}.interior-hero{min-height:78svh;position:relative;color:#fff;isolation:isolate;display:flex;align-items:flex-end;overflow:hidden;background:#0b0a0d}.interior-hero-image{position:absolute;inset:0;z-index:-3;background-position:50%;background-size:cover;transform:scale(1.01)}.interior-hero-overlay{position:absolute;inset:0;z-index:-2;background:linear-gradient(90deg,rgba(6,6,9,.83),rgba(6,6,9,.38) 51%,rgba(6,6,9,.14)),linear-gradient(180deg,rgba(4,4,7,.15),rgba(4,4,7,.74))}.interior-hero-copy{padding:180px 7vw 90px;max-width:1120px}.interior-hero-copy h1{margin:26px 0 22px;font-family:Georgia,Times New Roman,serif;font-weight:400;font-size:clamp(66px,9vw,142px);line-height:.87;letter-spacing:-.06em;text-wrap:balance}.interior-hero-copy>p:not(.section-kicker){margin:0;max-width:680px;font-family:Georgia,Times New Roman,serif;font-size:clamp(20px,2vw,30px);line-height:1.42;color:rgba(255,255,255,.73)}.story-film{padding:130px 5vw;display:grid;grid-template-columns:1.18fr .82fr;grid-gap:7vw;gap:7vw;align-items:center;background:#f2ede4}.story-film-frame{min-height:720px;overflow:hidden;background:#1b151d}.story-film-frame video{width:100%;height:100%;min-height:720px;object-fit:cover}.character-film-page h2,.character-philosophy h2,.journal-entry h2,.not-found-page h1,.press-room-card h2,.press-room-form h2,.purchase-band h2,.rights-contact h2,.rights-grid h2,.saga-next h2,.saga-statement h2,.story-details h2,.story-film-copy h2,.story-gallery h2,.studio-business h2,.studio-manifesto h2{font-family:Georgia,Times New Roman,serif;font-weight:400;letter-spacing:-.045em}.story-film-copy h2{margin:24px 0 28px;font-size:clamp(50px,5.8vw,88px);line-height:.94}.story-film-copy>p:not(.section-kicker){max-width:560px;font-size:15px;line-height:1.78;color:var(--muted-ink)}.story-film-copy .button{margin-top:28px}.story-details{background:#101014;color:#fff;padding:120px 5vw;display:grid;grid-template-columns:1fr .8fr;grid-gap:10vw;gap:10vw}.story-details .section-kicker{color:var(--gold-pale)}.story-details h2{margin:25px 0 0;font-size:clamp(55px,6.8vw,102px);line-height:.9}.story-details dl{margin:0;border-top:1px solid rgba(255,255,255,.16)}.story-details dl div{display:grid;grid-template-columns:120px 1fr;grid-gap:20px;gap:20px;padding:21px 0;border-bottom:1px solid rgba(255,255,255,.16)}.story-details dt{font-size:9px;letter-spacing:.12em;text-transform:uppercase;color:rgba(255,255,255,.42)}.story-details dd{margin:0;font-family:Georgia,Times New Roman,serif;font-size:19px}.story-gallery{display:grid;grid-template-columns:.78fr 1.22fr;background:#e8e0d4}.story-gallery-copy{padding:110px 6vw;display:flex;flex-direction:column;justify-content:center}.story-gallery-copy h2{margin:24px 0 25px;font-size:clamp(48px,5.6vw,84px);line-height:.94}.story-gallery-copy>p:not(.section-kicker){max-width:430px;font-size:14px;line-height:1.72;color:var(--muted-ink)}.story-gallery-media{min-height:720px;overflow:hidden}.story-gallery-media video{width:100%;height:100%;min-height:720px;object-fit:cover}.purchase-band{min-height:610px;padding:100px 5vw;background:#241828;color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.purchase-band>p{font-size:9px;letter-spacing:.14em;text-transform:uppercase;color:var(--gold-pale)}.purchase-band h2{margin:24px 0 38px;font-size:clamp(62px,8vw,120px);line-height:.9}.world-index{padding:16px;background:#0f0f12;display:grid;grid-template-columns:1fr 1fr;grid-gap:16px;gap:16px}.world-index-card{min-height:720px;position:relative;overflow:hidden;isolation:isolate;color:#fff;background:#1c1720}.world-index-card img,.world-index-card video{position:absolute;inset:0;z-index:-3;width:100%;height:100%;object-fit:cover;transition:transform 1s ease}.world-index-card:hover img,.world-index-card:hover video{transform:scale(1.025)}.world-index-shade{position:absolute;inset:0;z-index:-2;background:linear-gradient(180deg,rgba(0,0,0,.05),rgba(0,0,0,.82))}.world-index-card>div:last-child{position:absolute;left:38px;right:38px;bottom:38px}.world-index-card span{color:var(--gold-pale);font-size:9px;letter-spacing:.13em;text-transform:uppercase}.world-index-card h2{margin:14px 0;font-family:Georgia,Times New Roman,serif;font-weight:400;font-size:clamp(48px,5.5vw,88px);line-height:.9;letter-spacing:-.05em}.world-index-card p{margin:0;max-width:540px;font-size:13px;line-height:1.65;color:rgba(255,255,255,.66)}.world-index-quiet{background:linear-gradient(145deg,#231827,#4b3150)}.world-index-quiet>.brand-mark{position:absolute;width:86px;height:86px;right:42px;top:42px;opacity:.7}.world-index-network{color:#161218;background:#e4d7c7}.world-index-network span{color:#6f4a30}.world-index-network p{color:rgba(17,16,21,.62)}.world-index-network b{display:block;margin-top:28px;font-size:9px;letter-spacing:.12em;text-transform:uppercase;font-weight:600}.saga-statement{padding:140px 8vw;background:#111015;color:#fff;text-align:center}.saga-statement .section-kicker{color:var(--gold-pale)}.saga-statement h2{margin:28px auto 30px;max-width:1100px;font-size:clamp(60px,8vw,126px);line-height:.88}.saga-statement>p:last-child{margin:0 auto;max-width:690px;font-size:16px;line-height:1.78;color:rgba(255,255,255,.62)}.saga-visual{background:#111015;padding:0 5vw 120px}.saga-visual img{max-height:900px;object-fit:cover}.character-philosophy,.saga-next,.studio-business,.studio-manifesto{padding:130px 5vw;display:grid;grid-template-columns:1fr .8fr;grid-gap:10vw;gap:10vw;align-items:start}.character-philosophy h2,.saga-next h2,.studio-business h2,.studio-manifesto h2{margin:24px 0 0;font-size:clamp(50px,6.2vw,94px);line-height:.91}.character-philosophy>div:last-child p,.saga-next>div:last-child p,.studio-business>div:last-child p,.studio-manifesto>div:last-child p{margin:0 0 22px;font-size:15px;line-height:1.78;color:var(--muted-ink)}.character-film-page{position:relative;min-height:900px;overflow:hidden;display:flex;align-items:flex-end;color:#fff;background:#171218}.character-film-page>video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.character-film-page:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(8,8,10,.87),rgba(8,8,10,.24)),linear-gradient(180deg,transparent,rgba(8,8,10,.75))}.character-film-page-copy{position:relative;z-index:2;padding:100px 7vw;max-width:820px}.character-film-page-copy h2{margin:25px 0 24px;font-size:clamp(58px,7.2vw,108px);line-height:.9}.character-film-page-copy>p:not(.section-kicker){max-width:560px;line-height:1.72;color:rgba(255,255,255,.68)}.character-philosophy{background:#e9e0d4}.studio-manifesto{background:#f2ece2}.studio-manifesto>div:last-child p{font-size:17px}.studio-pillars{background:#111015;color:#fff;display:grid;grid-template-columns:repeat(4,1fr);padding:0 5vw}.studio-pillars article{min-height:520px;padding:45px 30px 45px 0;border-right:1px solid rgba(255,255,255,.15);display:flex;flex-direction:column;justify-content:flex-end}.studio-pillars article:not(:first-child){padding-left:30px}.studio-pillars article:last-child{border-right:0}.studio-pillars span{color:var(--gold-pale);font-size:9px;letter-spacing:.13em;text-transform:uppercase}.studio-pillars h3{margin:18px 0 15px;font-family:Georgia,Times New Roman,serif;font-weight:400;font-size:clamp(32px,3.5vw,54px);line-height:.96}.studio-pillars p{margin:0;max-width:280px;font-size:13px;line-height:1.65;color:rgba(255,255,255,.57)}.studio-business{background:#dfd3c3}.studio-business .button{margin-top:18px}.press-room-grid{padding:110px 5vw;display:grid;grid-template-columns:1fr 1fr;grid-gap:16px;gap:16px;background:#efe8dc}.press-room-card{min-height:440px;padding:46px;background:#f7f2ea;display:flex;flex-direction:column;justify-content:flex-end;border:1px solid rgba(17,16,21,.08)}.press-room-card:nth-child(2),.press-room-card:nth-child(3){background:#171419;color:#fff}.press-room-card .section-kicker{color:#765332}.press-room-card:nth-child(2) .section-kicker,.press-room-card:nth-child(3) .section-kicker{color:var(--gold-pale)}.press-room-card h2{margin:20px 0 18px;font-size:clamp(39px,4.3vw,66px);line-height:.94}.press-room-card>p:not(.section-kicker){margin:0;max-width:540px;font-size:14px;line-height:1.75;color:var(--muted-ink)}.press-room-card:nth-child(2)>p:not(.section-kicker),.press-room-card:nth-child(3)>p:not(.section-kicker){color:rgba(255,255,255,.63)}.press-room-card .button,.press-room-card .editorial-link{align-self:flex-start}.press-room-form{padding:130px 5vw;background:#dfd4c5;display:grid;grid-template-columns:.75fr 1.25fr;grid-gap:8vw;gap:8vw;align-items:start}.press-room-form>div:first-child h2{margin:24px 0 20px;font-size:clamp(50px,6vw,88px);line-height:.92}.press-room-form>div:first-child>p:last-child{max-width:450px;line-height:1.75;color:var(--muted-ink)}.rights-grid{padding:16px;background:#111015;color:#fff;display:grid;grid-template-columns:1fr 1fr;grid-gap:16px;gap:16px}.rights-grid article{min-height:500px;padding:44px;background:#18151c;display:flex;flex-direction:column;justify-content:flex-end;border:1px solid rgba(255,255,255,.05)}.rights-grid article:nth-child(2),.rights-grid article:nth-child(3){background:#241927}.rights-grid span{color:var(--gold-pale);font-size:9px;letter-spacing:.13em;text-transform:uppercase}.rights-grid h2{margin:19px 0 15px;font-size:clamp(40px,4.6vw,68px);line-height:.94}.rights-grid p{margin:0;max-width:520px;font-size:13px;line-height:1.7;color:rgba(255,255,255,.58)}.rights-contact{min-height:620px;padding:110px 5vw;background:#3c2741;color:#fff;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center}.rights-contact .section-kicker{color:var(--gold-pale)}.rights-contact h2{margin:24px 0 22px;font-size:clamp(64px,8vw,120px);line-height:.9}.rights-contact>p:not(.section-kicker){max-width:650px;margin:0 0 30px;line-height:1.75;color:rgba(255,255,255,.65)}.journal-index{padding:110px 5vw;background:#eee7dc;display:grid;grid-template-columns:1fr 1fr;grid-gap:16px;gap:16px}.journal-entry{min-height:460px;padding:45px;background:#f8f3eb;display:flex;flex-direction:column;justify-content:flex-end;border:1px solid rgba(17,16,21,.08)}.journal-entry-feature{grid-column:1/-1;min-height:760px;padding:0;position:relative;overflow:hidden;color:#fff}.journal-entry-feature>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.journal-entry-feature:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 20%,rgba(8,8,10,.82))}.journal-entry-feature>div{position:absolute;z-index:2;left:50px;right:50px;bottom:50px}.journal-entry span{color:#765332;font-size:9px;letter-spacing:.13em;text-transform:uppercase}.journal-entry-feature span{color:var(--gold-pale)}.journal-entry h2{margin:18px 0 16px;font-size:clamp(40px,4.8vw,72px);line-height:.93}.journal-entry p{margin:0;max-width:700px;font-size:14px;line-height:1.75;color:var(--muted-ink)}.journal-entry-feature p{color:rgba(255,255,255,.68)}.journal-entry a{display:inline-flex;gap:9px;align-items:center;margin-top:27px;width:max-content;padding-bottom:6px;border-bottom:1px solid;font-size:9px;letter-spacing:.12em;text-transform:uppercase}.not-found-page{background:var(--ivory);min-height:100vh}.not-found-page>section{min-height:72vh;padding:150px 6vw;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.not-found-page h1{margin:25px 0 40px;max-width:950px;font-size:clamp(60px,8vw,120px);line-height:.9}@media (max-width:980px){.character-philosophy,.letters,.press-room-form,.saga-next,.slate-heading,.story-details,.story-film,.story-gallery,.studio-business,.studio-manifesto{grid-template-columns:1fr}.slate-heading{gap:30px}.slate-grid{grid-template-columns:1fr;grid-template-rows:auto}.slate-card,.slate-card-film,.slate-card-tall{min-height:690px;grid-row:auto}.journal-cards{grid-template-columns:1fr}.journal-card{min-height:610px}.letters{gap:50px}.world-index{grid-template-columns:1fr}.story-film-frame,.story-film-frame video,.story-gallery-media,.story-gallery-media video{min-height:660px}.studio-pillars{grid-template-columns:1fr 1fr}.studio-pillars article:nth-child(2){border-right:0}.studio-pillars article:nth-child(3),.studio-pillars article:nth-child(4){border-top:1px solid rgba(255,255,255,.15)}.journal-index,.press-room-grid,.rights-grid{grid-template-columns:1fr}.journal-entry-feature{grid-column:auto}.footer-links-wide{grid-template-columns:1fr 1fr}}@media (max-width:620px){.universe-loader img{width:68px;height:68px}.character-philosophy,.journal-index,.journal-preview,.letters,.press-room-form,.press-room-grid,.rights-contact,.saga-next,.saga-statement,.slate,.story-details,.story-film,.studio-business,.studio-manifesto{padding-left:20px;padding-right:20px}.slate-card,.slate-card-film,.slate-card-tall{min-height:590px}.slate-card-copy{left:24px;right:24px;bottom:24px}.character-stage{min-height:760px}.character-stage-copy{padding:80px 24px}.journal-preview-head{display:block}.journal-preview-head>a{margin-top:25px}.journal-card{min-height:520px}.interior-hero{min-height:72svh}.interior-hero-copy{padding:145px 24px 70px}.interior-hero-copy h1{font-size:clamp(58px,18vw,90px)}.story-film{gap:45px;padding-top:80px;padding-bottom:80px}.story-film-frame,.story-film-frame video,.story-gallery-media,.story-gallery-media video{min-height:560px}.story-gallery-copy{padding:80px 24px}.story-details{padding-top:85px;padding-bottom:85px}.story-details dl div{grid-template-columns:95px 1fr}.purchase-band{min-height:540px;padding-left:24px;padding-right:24px}.world-index{padding:8px;gap:8px}.world-index-card{min-height:600px}.world-index-card>div:last-child{left:24px;right:24px;bottom:26px}.saga-visual{padding:0 20px 80px}.character-film-page{min-height:760px}.character-film-page-copy{padding:80px 24px}.studio-pillars{grid-template-columns:1fr;padding:0 20px}.studio-pillars article,.studio-pillars article:not(:first-child){min-height:330px;padding:35px 0;border-right:0;border-top:1px solid rgba(255,255,255,.15)}.studio-pillars article:first-child{border-top:0}.journal-entry,.press-room-card,.rights-grid article{padding:30px 24px;min-height:410px}.press-room-grid,.rights-grid{padding-top:8px;padding-bottom:8px;gap:8px}.press-room-form{gap:45px}.journal-index{gap:8px}.journal-entry-feature{min-height:650px;padding:0}.journal-entry-feature>div{left:24px;right:24px;bottom:28px}.footer-links-wide{grid-template-columns:1fr 1fr}}.feature-book-media{display:grid;place-items:center;padding:54px;background:#0b0b12}.feature-book-backdrop{position:absolute;inset:-8%;width:116%;height:116%;object-fit:cover;filter:blur(30px) saturate(.85);opacity:.34;transform:scale(1.04)}.feature-book-cover{position:relative;z-index:1;width:min(72%,470px);max-height:610px;object-fit:contain;box-shadow:0 28px 70px rgba(0,0,0,.48)}.feature-book-media .media-shade{z-index:2;background:linear-gradient(180deg,transparent 58%,rgba(0,0,0,.36));pointer-events:none}.feature-copy .long-title{font-size:clamp(52px,5.4vw,86px);line-height:.9}.slate-card-book{background:#090b13}.slate-card-book>img{object-fit:contain;padding:58px 10%;background:radial-gradient(circle at 50% 38%,rgba(217,177,112,.14),transparent 40%),#090b13}.future-world-card:before{display:none}.future-world-card img{filter:saturate(.86) contrast(1.02)}.resonanze-card video{object-position:center 36%}.resonanze-home{min-height:760px;display:grid;grid-template-columns:.86fr 1.14fr;background:#e8dfd2;overflow:hidden}.resonanze-home-copy{padding:115px 6vw;display:flex;flex-direction:column;justify-content:center}.resonanze-home-copy h2{margin:24px 0 25px;font-family:Georgia,Times New Roman,serif;font-weight:400;font-size:clamp(60px,7vw,108px);line-height:.9;letter-spacing:-.05em}.resonanze-home-copy>p:not(.section-kicker){margin:0;max-width:560px;font-size:15px;line-height:1.78;color:var(--muted-ink)}.resonanze-home-actions{display:flex;align-items:center;gap:24px;margin-top:34px;flex-wrap:wrap}.resonanze-home-actions>span{font-size:9px;letter-spacing:.13em;text-transform:uppercase;color:#765332}.resonanze-visual{position:relative;min-height:760px;background:radial-gradient(circle at 50% 47%,#6f3f7c 0,#2f213b 26%,#13111b 65%,#0b0b10 100%);overflow:hidden}.resonanze-visual:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 18% 20%,rgba(242,199,109,.22),transparent 27%),radial-gradient(circle at 78% 76%,rgba(142,92,174,.2),transparent 25%)}.resonanze-orbit{position:absolute;left:50%;top:50%;border:1px solid rgba(240,215,168,.22);border-radius:50%;transform:translate(-50%,-50%)}.orbit-one{width:240px;height:240px}.orbit-two{width:430px;height:430px}.orbit-three{width:650px;height:650px}.res-dot{position:absolute;width:16px;height:16px;border-radius:50%;background:#f0d7a8;box-shadow:0 0 24px rgba(240,215,168,.5)}.dot-a{left:24%;top:29%}.dot-b{left:71%;top:23%;width:11px;height:11px}.dot-c{left:82%;top:58%;width:22px;height:22px}.dot-d{left:33%;top:73%;width:10px;height:10px}.dot-e{left:16%;top:56%;width:8px;height:8px}.dot-f{left:63%;top:79%;width:13px;height:13px}.resonanze-core{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:160px;height:160px;border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fff;background:rgba(15,12,21,.74);border:1px solid rgba(240,215,168,.34);box-shadow:0 25px 80px rgba(0,0,0,.35);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.resonanze-core b{font-family:Georgia,Times New Roman,serif;font-size:58px;font-weight:400;color:var(--gold-pale)}.resonanze-core small{margin-top:3px;font-size:8px;letter-spacing:.12em;text-transform:uppercase;opacity:.62}.book-premiere{padding:130px 6vw;display:grid;grid-template-columns:.72fr 1.08fr;grid-gap:9vw;gap:9vw;align-items:center;background:#efe8dc}.book-premiere-art{min-height:760px;display:grid;place-items:center;padding:38px;background:radial-gradient(circle at 50% 35%,rgba(217,177,112,.18),transparent 43%),#0a0c14}.book-premiere-art img{width:min(86%,520px);max-height:690px;object-fit:contain;box-shadow:0 32px 80px rgba(0,0,0,.42)}.book-premiere-copy h2,.character-to-product h2,.fox-roster-heading h2,.release-signup h2,.resonanze-origin-copy h2,.resonanze-product-copy h2,.resonanze-release h2{font-family:Georgia,Times New Roman,serif;font-weight:400;letter-spacing:-.05em}.book-premiere-copy h2{margin:24px 0 28px;font-size:clamp(52px,6vw,92px);line-height:.92}.book-premiere-copy>p:not(.section-kicker){max-width:640px;font-size:15px;line-height:1.82;color:var(--muted-ink)}.book-premiere-copy .editorial-link{margin-top:20px}.release-signup{padding:120px 6vw;display:grid;grid-template-columns:1fr .8fr;grid-gap:9vw;gap:9vw;align-items:end;color:#fff;background:#241828}.release-signup .section-kicker{color:var(--gold-pale)}.release-signup h2{margin:25px 0 0;font-size:clamp(58px,7vw,105px);line-height:.9}.release-signup>div:last-child>p{margin:0 0 28px;max-width:530px;color:rgba(255,255,255,.66);line-height:1.72}.world-index-book{background:#090b13}.world-index-book>img{object-fit:contain!important;padding:70px 12%;background:radial-gradient(circle at 50% 35%,rgba(217,177,112,.18),transparent 42%),#090b13}.fox-roster{padding:130px 5vw;background:#eee5d8}.fox-roster-heading{display:grid;grid-template-columns:.55fr 1.45fr;grid-gap:8vw;gap:8vw;align-items:start;margin-bottom:70px}.fox-roster-heading h2{margin:0;font-size:clamp(52px,6.5vw,98px);line-height:.91}.fox-roster-grid{display:grid;grid-template-columns:repeat(5,1fr);border-top:1px solid var(--line-dark);border-bottom:1px solid var(--line-dark)}.fox-roster-grid article{min-height:260px;padding:34px 24px 32px 0;border-right:1px solid var(--line-dark);display:flex;flex-direction:column;justify-content:flex-end}.fox-roster-grid article:not(:first-child){padding-left:24px}.fox-roster-grid article:last-child{border-right:0}.fox-roster-grid span{font-family:Georgia,Times New Roman,serif;font-size:clamp(30px,3vw,46px);letter-spacing:-.04em}.fox-roster-grid p{margin:11px 0 0;color:var(--muted-ink);font-size:12px;line-height:1.6}.character-to-product{padding:130px 5vw;display:grid;grid-template-columns:1fr .82fr;grid-gap:10vw;gap:10vw;background:#d9cbb9}.character-to-product h2{margin:24px 0 0;font-size:clamp(50px,6vw,90px);line-height:.92}.character-to-product>div:last-child p{margin:0 0 28px;font-size:15px;line-height:1.8;color:var(--muted-ink)}.resonanze-origin{padding:130px 5vw;display:grid;grid-template-columns:1.08fr .92fr;grid-gap:8vw;gap:8vw;align-items:center;background:#eee7dc}.resonanze-origin-film{min-height:760px;overflow:hidden;background:#171218}.resonanze-origin-film video{width:100%;height:100%;min-height:760px;object-fit:cover}.resonanze-origin-copy h2{margin:24px 0 28px;font-size:clamp(52px,6vw,92px);line-height:.92}.resonanze-origin-copy>p:not(.section-kicker){max-width:600px;font-size:15px;line-height:1.8;color:var(--muted-ink)}.resonanze-product{display:grid;grid-template-columns:.82fr 1.18fr;min-height:860px;color:#fff;background:#0d0c12}.resonanze-product-copy{padding:120px 6vw;display:flex;flex-direction:column;justify-content:center}.resonanze-product-copy .section-kicker{color:var(--gold-pale)}.resonanze-product-copy h2{margin:24px 0 28px;font-size:clamp(54px,6.3vw,96px);line-height:.9}.resonanze-product-copy>p:not(.section-kicker){margin:0;max-width:560px;line-height:1.76;color:rgba(255,255,255,.62)}.resonanze-points{margin-top:42px;border-top:1px solid rgba(255,255,255,.16)}.resonanze-points>div{display:grid;grid-template-columns:110px 1fr;grid-gap:25px;gap:25px;padding:21px 0;border-bottom:1px solid rgba(255,255,255,.16)}.resonanze-points strong{font-size:9px;letter-spacing:.12em;text-transform:uppercase;color:var(--gold-pale)}.resonanze-points span{font-family:Georgia,Times New Roman,serif;font-size:17px;line-height:1.45;color:rgba(255,255,255,.78)}.resonanze-product-stage{position:relative;min-height:860px;overflow:hidden;background:radial-gradient(circle at 48% 48%,#704279 0,#2c1e35 28%,#121018 64%,#09090d 100%)}.resonanze-product-stage:after{content:"";position:absolute;inset:0;background:radial-gradient(circle at 72% 24%,rgba(244,203,118,.2),transparent 25%)}.res-stage-label{position:absolute;z-index:3;left:38px;top:38px;font-family:Georgia,Times New Roman,serif;font-size:24px;color:rgba(255,255,255,.7)}.res-stage-ring{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);border-radius:50%;border:1px solid rgba(240,215,168,.2)}.ring-1{width:240px;height:240px}.ring-2{width:470px;height:470px}.ring-3{width:710px;height:710px}.res-node{position:absolute;z-index:2;width:18px;height:18px;border-radius:50%;background:#f1d59e;box-shadow:0 0 32px rgba(241,213,158,.52)}.n1{left:24%;top:23%}.n2{left:69%;top:19%;width:10px;height:10px}.n3{left:82%;top:44%;width:23px;height:23px}.n4{left:73%;top:73%;width:12px;height:12px}.n5{left:42%;top:82%;width:8px;height:8px}.n6{left:17%;top:65%;width:15px;height:15px}.n7{left:30%;top:48%;width:9px;height:9px}.n8{left:61%;top:56%;width:11px;height:11px}.res-stage-center{position:absolute;z-index:4;left:50%;top:50%;transform:translate(-50%,-50%);width:180px;height:180px;border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;background:rgba(10,9,15,.76);border:1px solid rgba(240,215,168,.34);color:#fff;box-shadow:0 30px 90px rgba(0,0,0,.38);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.res-stage-center b{font-family:Georgia,Times New Roman,serif;font-size:68px;font-weight:400;color:var(--gold-pale)}.res-stage-center small{font-size:8px;letter-spacing:.12em;text-transform:uppercase;opacity:.56}.resonanze-release{min-height:690px;padding:100px 5vw;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;color:#fff;background:#3c2741}.resonanze-release .section-kicker{color:var(--gold-pale)}.resonanze-release h2{margin:24px 0;max-width:1050px;font-size:clamp(62px,8vw,120px);line-height:.9}.resonanze-release>p:not(.section-kicker){margin:0 0 28px;color:rgba(255,255,255,.65)}.resonanze-release .newsletter-form{width:min(640px,100%);margin-bottom:28px}.journal-entry-image-card{position:relative;overflow:hidden;color:#fff;padding:0}.journal-entry-image-card>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.journal-entry-image-card:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 25%,rgba(8,8,10,.84))}.journal-entry-image-card>div{position:relative;z-index:2;padding:45px;margin-top:auto}.journal-entry-image-card span{color:var(--gold-pale)}.journal-entry-image-card p{color:rgba(255,255,255,.68)}.journal-entry-image-card a{color:#fff}.journal-card img[src*=golden-spark]{object-fit:contain;padding:38px;background:#090b13}@media (max-width:980px){.book-premiere,.character-to-product,.fox-roster-heading,.release-signup,.resonanze-home,.resonanze-origin,.resonanze-product{grid-template-columns:1fr}.resonanze-product-stage,.resonanze-visual{min-height:720px}.book-premiere-art{min-height:690px}.fox-roster-grid{grid-template-columns:1fr 1fr}.fox-roster-grid article{min-height:210px;border-top:1px solid var(--line-dark)}.fox-roster-grid article:nth-child(2n){border-right:0}.fox-roster-grid article:first-child,.fox-roster-grid article:nth-child(2){border-top:0}.fox-roster-grid article:last-child{border-right:1px solid var(--line-dark)}}@media (max-width:620px){.feature-book-media{padding:34px 20px}.feature-book-cover{width:min(86%,420px)}.slate-card-book>img,.world-index-book>img{padding:44px 12%}.book-premiere,.character-to-product,.fox-roster,.release-signup,.resonanze-home-copy,.resonanze-origin,.resonanze-product-copy{padding-left:20px;padding-right:20px}.resonanze-product-stage,.resonanze-visual{min-height:600px}.orbit-three,.ring-3{width:540px;height:540px}.orbit-two,.ring-2{width:360px;height:360px}.book-premiere-art{min-height:600px;padding:25px}.fox-roster-grid{grid-template-columns:1fr}.fox-roster-grid article,.fox-roster-grid article:last-child,.fox-roster-grid article:not(:first-child){min-height:150px;padding:28px 0;border-right:0;border-top:1px solid var(--line-dark)}.fox-roster-grid article:first-child{border-top:0}.resonanze-origin-film,.resonanze-origin-film video{min-height:620px}.resonanze-points>div{grid-template-columns:90px 1fr}.journal-entry-image-card>div{padding:30px 24px}}.ventures-home{position:relative;overflow:hidden;padding:140px 7vw;background:#e9e0d1;display:grid;grid-template-columns:.65fr 1.35fr;grid-gap:7vw;gap:7vw;align-items:center;border-top:1px solid var(--line-dark)}.ventures-home-mark{width:min(26vw,300px);aspect-ratio:1;border:1px solid rgba(17,16,21,.16);border-radius:50%;display:grid;place-items:center;font-family:Georgia,Times New Roman,serif;font-size:clamp(110px,15vw,230px);line-height:1;color:#4e1e60;background:radial-gradient(circle at 34% 28%,#f7d779 0,#cfa238 42%,#b68023 100%);box-shadow:0 35px 90px rgba(48,28,34,.12)}.ventures-home-copy{max-width:880px}.ventures-home-copy .section-kicker{color:#70452a}.ventures-home-copy h2{margin:26px 0 28px;font-size:clamp(58px,7vw,110px);line-height:.9}.ventures-home-copy>p:not(.section-kicker){max-width:680px;margin:0;color:var(--muted-ink);font-size:16px;line-height:1.75}.ventures-home-actions{margin-top:34px;display:flex;align-items:center;gap:28px;flex-wrap:wrap}.ventures-page{background:#f2ede4;color:#111015}.ventures-hero{min-height:92vh;position:relative;display:flex;align-items:flex-end;color:white;overflow:hidden;isolation:isolate}.ventures-hero-image{position:absolute;inset:0;z-index:-3;background:url(/media/future-worlds-dragon.png) center 42%/cover no-repeat;transform:scale(1.015)}.ventures-hero-overlay{position:absolute;inset:0;z-index:-2;background:linear-gradient(180deg,rgba(8,8,11,.12),rgba(8,8,11,.25) 38%,rgba(8,8,11,.9)),linear-gradient(90deg,rgba(8,8,11,.72),transparent 66%)}.ventures-hero-content{width:min(1100px,88vw);padding:190px 0 100px 7vw}.ventures-hero-content h1{margin:26px 0 30px;max-width:1050px;font-size:clamp(68px,9vw,148px);line-height:.87;letter-spacing:-.055em}.ventures-hero-content>p:not(.section-kicker){max-width:670px;color:rgba(255,255,255,.75);font-size:17px;line-height:1.75}.ventures-hero-actions{margin-top:34px;display:flex;gap:30px;align-items:center;flex-wrap:wrap}.ventures-thesis{padding:145px 7vw;display:grid;grid-template-columns:1fr 1fr;grid-gap:8vw;gap:8vw;border-bottom:1px solid var(--line-dark)}.ventures-apply h2,.ventures-closing h2,.ventures-example h2,.ventures-focus h2,.ventures-model h2,.ventures-thesis h2{font-size:clamp(60px,7.2vw,118px);line-height:.9;margin:28px 0 0}.ventures-thesis-copy{padding-top:48px;max-width:680px}.ventures-thesis-copy p{margin:0 0 22px;color:var(--muted-ink);font-size:16px;line-height:1.82}.ventures-model{padding:140px 7vw;background:#0f0f13;color:var(--ivory)}.ventures-model-head{max-width:940px}.ventures-model-grid{margin-top:88px;border-top:1px solid rgba(255,255,255,.14);display:grid;grid-template-columns:repeat(4,1fr)}.ventures-model-grid article{min-height:330px;padding:28px 28px 30px 0;border-right:1px solid rgba(255,255,255,.14);display:flex;flex-direction:column}.ventures-model-grid article:not(:first-child){padding-left:28px}.ventures-model-grid article:last-child{border-right:0}.ventures-model-grid span{font-size:9px;letter-spacing:.15em;color:var(--gold-pale)}.ventures-model-grid h3{margin:auto 0 14px;font-family:Georgia,Times New Roman,serif;font-size:34px;font-weight:400}.ventures-model-grid p{margin:0;color:rgba(244,240,232,.56);font-size:13px;line-height:1.65}.ventures-example{display:grid;grid-template-columns:1.05fr .95fr;background:#e6ddd0;min-height:760px}.ventures-example-media{position:relative;min-height:720px;overflow:hidden;background:#151318}.ventures-example-media video{width:100%;height:100%;object-fit:cover;position:absolute;inset:0}.ventures-example-shade{position:absolute;inset:0;background:linear-gradient(0deg,rgba(8,8,10,.2),transparent 48%)}.ventures-example-copy{padding:110px 7vw 100px 6vw;align-self:center}.ventures-example-copy h2{font-size:clamp(52px,6vw,96px)}.ventures-example-copy>p:not(.section-kicker){max-width:580px;margin:28px 0 34px;color:var(--muted-ink);font-size:15px;line-height:1.78}.ventures-focus{padding:145px 7vw;background:#f4efe7;display:grid;grid-template-columns:1fr 1fr;grid-gap:8vw;gap:8vw}.ventures-focus-head{max-width:720px}.ventures-focus-list{border-top:1px solid var(--line-dark)}.ventures-focus-list>div{padding:30px 0;border-bottom:1px solid var(--line-dark);display:grid;grid-template-columns:.9fr 1.1fr;grid-gap:30px;gap:30px}.ventures-focus-list strong{font-family:Georgia,Times New Roman,serif;font-size:25px;font-weight:400}.ventures-focus-list span{color:var(--muted-ink);font-size:13px;line-height:1.65}.ventures-apply{padding:145px 7vw;background:#ece4d8;display:grid;grid-template-columns:minmax(320px,.72fr) minmax(580px,1.28fr);grid-gap:7vw;gap:7vw;align-items:start}.ventures-apply-intro{position:-webkit-sticky;position:sticky;top:110px}.ventures-apply-intro>p:not(.section-kicker){max-width:540px;color:var(--muted-ink);font-size:15px;line-height:1.78}.ventures-note{margin-top:28px!important;padding-top:24px;border-top:1px solid var(--line-dark);font-size:11px!important}.ventures-form{background:#fffdf8;border:1px solid rgba(17,16,21,.11);box-shadow:0 28px 70px rgba(39,27,33,.07)}.ventures-form-section{display:grid;grid-template-columns:58px 1fr;grid-gap:20px;gap:20px;padding:38px 40px;border-bottom:1px solid rgba(17,16,21,.1)}.ventures-form-section:last-child{border-bottom:0}.ventures-form-step{margin:4px 0 0;font-size:9px;letter-spacing:.16em;color:#835a37}.ventures-form h3{margin:0 0 30px;font-family:Georgia,Times New Roman,serif;font-size:31px;font-weight:400}.ventures-fields{display:grid;grid-gap:22px;gap:22px}.ventures-fields .two-col,.ventures-fields.two-col{display:grid;grid-template-columns:1fr 1fr;grid-gap:18px;gap:18px}.ventures-form label{display:flex;flex-direction:column;gap:9px}.ventures-form label>span{font-size:9px;line-height:1.5;letter-spacing:.11em;text-transform:uppercase;color:rgba(17,16,21,.56)}.ventures-form input,.ventures-form select,.ventures-form textarea{width:100%;border:0;border-bottom:1px solid rgba(17,16,21,.2);border-radius:0;background:transparent;padding:11px 0 13px;color:#111015;font:inherit;font-size:14px;outline:none}.ventures-form textarea{resize:vertical;min-height:110px;line-height:1.62}.ventures-form input:focus,.ventures-form select:focus,.ventures-form textarea:focus{border-color:#5d266c}.ventures-form input::placeholder,.ventures-form textarea::placeholder{color:rgba(17,16,21,.32)}.ventures-consent{margin-top:26px;display:grid!important;grid-template-columns:18px 1fr;grid-gap:12px!important;gap:12px!important;align-items:start}.ventures-consent input{width:16px;height:16px;accent-color:#5d266c}.ventures-consent span{text-transform:none!important;letter-spacing:0!important;font-size:11px!important;line-height:1.6!important;color:rgba(17,16,21,.55)!important}.ventures-submit-row{margin-top:28px;display:flex;align-items:center;justify-content:space-between;gap:22px}.ventures-submit-row p{margin:0;max-width:290px;text-align:right;color:rgba(17,16,21,.46);font-size:10px;line-height:1.5}.ventures-submit:disabled{opacity:.55;cursor:wait}.ventures-closing{min-height:72vh;padding:110px 7vw;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;background:#0d0d11;color:var(--ivory)}.ventures-closing h2{margin-bottom:44px;font-size:clamp(72px,9vw,150px)}@media (max-width:980px){.ventures-home{grid-template-columns:1fr}.ventures-home-mark{width:230px}.ventures-focus,.ventures-thesis{grid-template-columns:1fr}.ventures-model-grid{grid-template-columns:1fr 1fr}.ventures-model-grid article:nth-child(2){border-right:0}.ventures-model-grid article:nth-child(3),.ventures-model-grid article:nth-child(4){border-top:1px solid rgba(255,255,255,.14)}.ventures-example{grid-template-columns:1fr}.ventures-example-media{min-height:64vh}.ventures-apply{grid-template-columns:1fr}.ventures-apply-intro{position:static}}@media (max-width:620px){.ventures-home{padding:95px 20px}.ventures-home-mark{width:160px}.ventures-hero-content{padding:170px 22px 72px;width:100%}.ventures-hero-content h1{font-size:clamp(56px,17vw,82px)}.ventures-apply,.ventures-focus,.ventures-model,.ventures-thesis{padding:95px 20px}.ventures-model-grid{grid-template-columns:1fr}.ventures-model-grid article,.ventures-model-grid article:not(:first-child){min-height:230px;padding:26px 0;border-right:0;border-top:1px solid rgba(255,255,255,.14)}.ventures-model-grid article:first-child{border-top:0}.ventures-example-copy{padding:75px 20px}.ventures-focus-list>div{grid-template-columns:1fr;gap:10px}.ventures-form{margin-left:-20px;margin-right:-20px}.ventures-form-section{grid-template-columns:1fr;padding:32px 22px}.ventures-form-step{margin-bottom:-5px}.ventures-fields .two-col,.ventures-fields.two-col{grid-template-columns:1fr}.ventures-submit-row{align-items:flex-start;flex-direction:column}.ventures-submit-row p{text-align:left}.ventures-closing{padding:95px 20px}}.campaign-video{position:relative;overflow:hidden;background:#0c0c10}.campaign-video,.campaign-video video{width:100%;height:100%;min-height:inherit}.campaign-video video{display:block;object-fit:cover}.campaign-video-sound{position:absolute;right:22px;bottom:22px;z-index:4;display:inline-flex;align-items:center;gap:9px;padding:11px 15px;border:1px solid rgba(255,255,255,.26);border-radius:999px;background:rgba(12,12,16,.42);color:#fff;font:inherit;font-size:9px;letter-spacing:.12em;text-transform:uppercase;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);cursor:pointer;transition:background .25s ease,border-color .25s ease}.campaign-video-sound:hover{background:rgba(12,12,16,.66);border-color:rgba(255,255,255,.48)}.campaign-video-dot{width:6px;height:6px;border-radius:50%;background:var(--gold-pale);box-shadow:0 0 16px rgba(240,215,168,.55)}.resonanze-campaign-film .campaign-video{min-height:760px}.resonanze-teaser{display:grid;grid-template-columns:.78fr 1.22fr;min-height:700px;background:#efe8dd}.resonanze-teaser-copy{padding:105px 6vw;display:flex;flex-direction:column;justify-content:center}.resonanze-teaser-copy h2{margin:24px 0 26px;font-family:Georgia,Times New Roman,serif;font-size:clamp(54px,6.2vw,96px);font-weight:400;line-height:.9;letter-spacing:-.05em}.resonanze-teaser-copy>p:not(.section-kicker){max-width:560px;margin:0;color:var(--muted-ink);font-size:15px;line-height:1.8}.resonanze-teaser-film{min-height:700px;overflow:hidden;background:#101014}.resonanze-teaser-film video{width:100%;height:100%;min-height:700px;object-fit:cover;display:block}@media (max-width:980px){.resonanze-teaser{grid-template-columns:1fr}.resonanze-teaser-film,.resonanze-teaser-film video{min-height:62vh}}@media (max-width:620px){.resonanze-teaser-copy{padding:80px 20px}.campaign-video-sound{right:14px;bottom:14px}}.music-home{min-height:500px;padding:88px 7vw;display:grid;grid-template-columns:minmax(260px,.58fr) minmax(420px,1.12fr);grid-gap:8vw;gap:8vw;align-items:center;background:#121015;color:var(--ivory)}.music-home-monogram{width:min(360px,70vw);aspect-ratio:1;border-radius:50%;border:1px solid rgba(240,215,168,.28);display:grid;place-items:center;position:relative;background:radial-gradient(circle at 38% 32%,rgba(217,177,112,.22),transparent 31%),radial-gradient(circle at 68% 70%,rgba(105,48,119,.32),transparent 38%),#0b0a0e;box-shadow:inset 0 0 0 26px rgba(255,255,255,.018),inset 0 0 0 27px rgba(255,255,255,.07)}.music-home-monogram:after,.music-home-monogram:before{content:"";position:absolute;border-radius:50%;border:1px solid rgba(255,255,255,.11)}.music-home-monogram:before{inset:20%}.music-home-monogram:after{inset:35%}.music-home-monogram span{position:relative;z-index:2;font-size:clamp(86px,10vw,150px);color:#ead09a}.music-home-copy h2,.music-home-monogram span{font-family:Georgia,Times New Roman,serif;font-weight:400}.music-home-copy h2{margin:24px 0;font-size:clamp(56px,6.6vw,104px);line-height:.9;letter-spacing:-.05em}.music-home-copy>p:not(.section-kicker){max-width:660px;margin:0 0 30px;color:rgba(244,240,232,.65);font-size:15px;line-height:1.78}.music-home .section-kicker{color:var(--gold-pale)}.music-home .editorial-link{color:#fff;border-color:rgba(255,255,255,.28)}.music-page{background:var(--ivory)}.music-hero{min-height:100svh;position:relative;overflow:hidden;isolation:isolate;display:flex;align-items:flex-end;color:#fff;background:#0a090d}.music-hero-glow{position:absolute;inset:0;z-index:-3;background:radial-gradient(circle at 78% 35%,rgba(139,71,151,.38),transparent 28%),radial-gradient(circle at 64% 60%,rgba(217,177,112,.24),transparent 31%),radial-gradient(circle at 18% 15%,rgba(76,37,85,.24),transparent 28%),linear-gradient(135deg,#08080b,#17111a 52%,#08080b)}.music-hero:after{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(90deg,rgba(8,8,11,.93),rgba(8,8,11,.64) 43%,rgba(8,8,11,.12) 75%),linear-gradient(180deg,transparent 50%,rgba(8,8,11,.55))}.music-hero-record{position:absolute;right:-8vw;top:13vh;width:min(62vw,880px);aspect-ratio:1;border-radius:50%;border:1px solid rgba(255,255,255,.13);display:grid;place-items:center;background:repeating-radial-gradient(circle,transparent 0 22px,rgba(255,255,255,.035) 23px 24px),radial-gradient(circle at center,#c3a06a 0 3%,#3e2248 3.4% 10%,#0c0b0f 10.5% 100%);box-shadow:0 0 120px rgba(94,42,108,.2);opacity:.88}.music-hero-record span{position:relative;z-index:2;font-family:Georgia,Times New Roman,serif;font-size:clamp(54px,6vw,92px);color:#f0d7a8;transform:translateY(-1px)}.music-hero-copy{position:relative;z-index:2;padding:190px 7vw 105px;width:min(1000px,90vw)}.music-hero-copy h1{margin:26px 0;font-family:Georgia,Times New Roman,serif;font-weight:400;font-size:clamp(76px,10vw,160px);line-height:.84;letter-spacing:-.06em}.music-hero-copy>p:not(.section-kicker){margin:0;font-family:Georgia,Times New Roman,serif;font-size:clamp(24px,2.2vw,34px);font-style:italic;color:#efd8af}.music-hero-actions{margin-top:42px;display:flex;align-items:center;gap:30px;flex-wrap:wrap}.music-thesis{padding:145px 7vw;display:grid;grid-template-columns:1fr 1fr;grid-gap:9vw;gap:9vw;background:#f1ebe2}.communez-structure h2,.music-network-copy h2,.music-release-note h2,.music-thesis h2{margin:25px 0 0;font-family:Georgia,Times New Roman,serif;font-weight:400;font-size:clamp(58px,7vw,108px);line-height:.9;letter-spacing:-.052em}.music-thesis>div:last-child{padding-top:48px}.music-thesis>div:last-child p{margin:0 0 22px;max-width:670px;color:var(--muted-ink);font-size:16px;line-height:1.82}.music-pillars{padding:0 5vw;display:grid;grid-template-columns:repeat(4,1fr);background:#0f0e12;color:#fff}.music-pillars article{min-height:500px;padding:42px 30px 46px 0;border-right:1px solid rgba(255,255,255,.14);display:flex;flex-direction:column;justify-content:flex-end}.music-pillars article:not(:first-child){padding-left:30px}.music-pillars article:last-child{border-right:0}.music-pillars span{margin-bottom:auto;color:var(--gold-pale);font-size:9px;letter-spacing:.14em;text-transform:uppercase}.music-pillars h3{margin:0 0 16px;font-family:Georgia,Times New Roman,serif;font-size:clamp(34px,3vw,48px);line-height:.98;font-weight:400;letter-spacing:-.04em}.music-pillars p{margin:0;color:rgba(255,255,255,.56);font-size:13px;line-height:1.7}.music-network{min-height:760px;display:grid;grid-template-columns:.92fr 1.08fr;background:#e7ddd0}.music-network-visual{position:relative;overflow:hidden;min-height:720px;display:grid;place-items:center;background:#171219;color:#fff}.music-network-visual:after{content:"";position:absolute;inset:0;background:radial-gradient(circle at 48% 50%,rgba(193,145,72,.19),transparent 22%),radial-gradient(circle at 58% 42%,rgba(115,53,128,.38),transparent 34%)}.music-disc{position:absolute;border-radius:50%;border:1px solid rgba(255,255,255,.14)}.music-disc.disc-one{width:66%;aspect-ratio:1}.music-disc.disc-two{width:43%;aspect-ratio:1}.music-disc.disc-three{width:20%;aspect-ratio:1;background:#d4ad6d;border:0;box-shadow:0 0 70px rgba(212,173,109,.16)}.music-network-visual>span{position:relative;z-index:2;font-size:10px;font-weight:700;letter-spacing:.24em}.music-network-copy{padding:110px 7vw;align-self:center}.music-network-copy>p:not(.section-kicker){max-width:620px;margin:30px 0 36px;color:var(--muted-ink);font-size:15px;line-height:1.8}.music-release-note{min-height:680px;padding:120px 7vw;display:grid;grid-template-columns:1fr .75fr;grid-gap:9vw;gap:9vw;align-items:center;background:#0c0b0f;color:var(--ivory)}.music-release-note .section-kicker{color:var(--gold-pale)}.music-release-note>div:last-child p{margin:0 0 32px;max-width:620px;color:rgba(244,240,232,.62);font-size:15px;line-height:1.8}.music-light-link{color:#fff;border-color:rgba(255,255,255,.3)}.communez-structure{padding:130px 5vw;background:#e9e0d4;display:grid;grid-template-columns:.8fr 1.2fr;grid-gap:8vw;gap:8vw}.communez-structure-links{border-top:1px solid var(--line-dark)}.communez-structure-links a{min-height:140px;padding:28px 0;display:grid;grid-template-columns:200px 1fr auto;grid-gap:32px;gap:32px;align-items:center;border-bottom:1px solid var(--line-dark)}.communez-structure-links span{font-family:Georgia,Times New Roman,serif;font-size:27px}.communez-structure-links p{margin:0;color:var(--muted-ink);font-size:13px;line-height:1.65}.communez-structure-links a>span:last-child{font-family:inherit;font-size:17px}@media (max-width:980px){.music-home{grid-template-columns:1fr}.music-home-monogram{width:250px}.communez-structure,.music-release-note,.music-thesis{grid-template-columns:1fr}.music-pillars{grid-template-columns:1fr 1fr}.music-pillars article:nth-child(2){border-right:0}.music-pillars article:nth-child(3),.music-pillars article:nth-child(4){border-top:1px solid rgba(255,255,255,.14)}.music-network{grid-template-columns:1fr}.music-network-visual{min-height:62vh}.music-hero-record{width:min(75vw,720px);right:-20vw;opacity:.65}}@media (max-width:620px){.music-home{padding:80px 20px;min-height:auto}.music-home-monogram{width:180px}.music-hero-copy{width:100%;padding:165px 20px 75px}.music-hero-copy h1{font-size:clamp(66px,20vw,104px)}.music-hero-record{width:100vw;right:-55vw;top:19vh;opacity:.45}.communez-structure,.music-release-note,.music-thesis{padding:90px 20px}.music-pillars{grid-template-columns:1fr;padding:0 20px}.music-pillars article,.music-pillars article:not(:first-child){min-height:300px;padding:30px 0;border-right:0;border-top:1px solid rgba(255,255,255,.14)}.music-pillars article:first-child{border-top:0}.music-network-copy{padding:80px 20px}.communez-structure-links a{grid-template-columns:1fr auto;gap:12px 20px}.communez-structure-links a p{grid-column:1/-1}}.my-link{padding:10px 0;border-bottom:1px solid rgba(255,255,255,.28)}.my-link:hover{border-color:rgba(255,255,255,.8)}.id-gateway{min-height:100svh;display:grid;grid-template-columns:minmax(520px,.84fr) minmax(0,1.16fr);background:#0a090d;color:var(--ivory);overflow:hidden;position:relative}.id-back{position:absolute;top:30px;left:34px;z-index:5;font-size:9px;letter-spacing:.14em;text-transform:uppercase;color:rgba(255,255,255,.58);border-bottom:1px solid rgba(255,255,255,.2);padding-bottom:6px}.id-card{padding:120px clamp(40px,6vw,110px) 80px;align-self:center;max-width:760px}.id-brand{display:flex;align-items:center;gap:13px;margin-bottom:58px}.id-brand .brand-mark{width:44px;height:44px}.id-brand span{font-size:11px;font-weight:800;letter-spacing:.2em}.id-card .section-kicker{color:var(--gold-pale)}.id-card h1{margin:24px 0;font-family:Georgia,Times New Roman,serif;font-weight:400;font-size:clamp(58px,6vw,96px);line-height:.91;letter-spacing:-.055em}.id-lede{max-width:560px;margin:0 0 44px;color:rgba(244,240,232,.62);font-size:14px;line-height:1.8}.id-form{display:grid;grid-gap:18px;gap:18px;max-width:540px}.id-form label{display:grid;grid-gap:9px;gap:9px;color:rgba(244,240,232,.7);font-size:9px;letter-spacing:.11em;text-transform:uppercase}.id-form input,.id-form select,.id-form textarea{width:100%;min-height:54px;padding:0 15px;border:1px solid rgba(255,255,255,.16);border-radius:0;background:rgba(255,255,255,.045);color:#fff;outline:0;font:inherit;font-size:14px;letter-spacing:0;text-transform:none}.id-form input:focus,.id-form select:focus,.id-form textarea:focus{border-color:rgba(240,215,168,.72);box-shadow:0 0 0 3px rgba(217,177,112,.08)}.id-form small{color:rgba(244,240,232,.42);text-transform:none;letter-spacing:0;font-size:10px}.id-form select option{color:#111}.consent-row{grid-template-columns:18px 1fr!important;align-items:start;gap:12px!important;text-transform:none!important;letter-spacing:0!important;font-size:11px!important;line-height:1.55}.consent-row input{width:16px;min-height:16px;margin-top:2px;accent-color:#d9b170}.portal-primary,.portal-secondary{min-height:52px;padding:0 19px;border:1px solid #d9b170;cursor:pointer;font-size:9px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;transition:background .2s ease,color .2s ease,border-color .2s ease,transform .2s ease}.portal-primary{background:#d9b170;color:#141017}.portal-primary:hover{background:#f0d7a8;border-color:#f0d7a8;transform:translateY(-1px)}.portal-secondary{color:inherit;border-color:rgba(17,16,21,.28)}.portal-secondary:hover{border-color:#6e355f;color:#6e355f}.id-form .portal-primary{margin-top:8px}.portal-primary:disabled,.portal-secondary:disabled{opacity:.55;cursor:wait;transform:none}.form-error{margin:0;color:#f0a6a6!important;font-size:11px!important;line-height:1.5;text-transform:none!important;letter-spacing:0!important}.id-foot{margin:26px 0 0;font-size:11px;color:rgba(244,240,232,.48)}.id-foot a{color:var(--gold-pale);border-bottom:1px solid rgba(240,215,168,.3)}.id-inline-button{border:0;background:none;color:rgba(255,255,255,.5);padding:8px 0;text-align:left;cursor:pointer;font-size:10px}.mfa-prompt{padding:18px 0 8px;border-top:1px solid rgba(255,255,255,.14);display:grid;grid-gap:7px;gap:7px}.mfa-prompt span{color:var(--gold-pale);font-size:9px;letter-spacing:.13em;text-transform:uppercase}.mfa-prompt strong{font-family:Georgia,Times New Roman,serif;font-size:21px;font-weight:400}.id-art{min-height:100svh;position:relative;background:url(/media/divide-hero.jpg) 50%/cover no-repeat}.id-art:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(10,9,13,.72),rgba(10,9,13,.08) 44%),linear-gradient(180deg,rgba(10,9,13,.05),rgba(10,9,13,.6))}.id-art-join{background-image:url(/media/future-worlds-dragon.png)}.id-art-copy{position:absolute;left:7vw;right:6vw;bottom:7vw;z-index:2;display:grid;grid-gap:16px;gap:16px}.id-art-copy span{font-size:9px;letter-spacing:.17em;text-transform:uppercase;color:#f0d7a8}.id-art-copy strong{max-width:780px;font-family:Georgia,Times New Roman,serif;font-weight:400;font-size:clamp(46px,4.5vw,82px);line-height:.95;letter-spacing:-.045em}.portal-skeleton{height:220px;border:1px solid rgba(255,255,255,.1);background:rgba(255,255,255,.03)}.portal-root{background:#f2ede4;color:#18151a;overflow:visible}.portal-topbar{height:82px;position:-webkit-sticky;position:sticky;top:0;z-index:60;display:flex;align-items:center;justify-content:space-between;gap:30px;padding:0 28px;color:#f4f0e8;background:rgba(11,10,14,.97);border-bottom:1px solid rgba(255,255,255,.1);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.portal-wordmark{display:flex;align-items:center;gap:11px}.portal-wordmark img{width:38px;height:38px;border-radius:50%;object-fit:cover}.portal-wordmark span{font-size:12px;font-weight:800;letter-spacing:.18em}.portal-wordmark small{margin-left:4px;padding-left:13px;border-left:1px solid rgba(255,255,255,.22);font-family:Georgia,Times New Roman,serif;font-size:13px;font-style:italic;color:rgba(244,240,232,.62)}.portal-user{display:flex;align-items:center;gap:13px}.portal-user>div{display:grid;text-align:right;grid-gap:3px;gap:3px}.portal-user strong{font-size:11px;font-weight:650}.portal-user span:not(.portal-avatar){font-size:8px;letter-spacing:.1em;text-transform:uppercase;color:rgba(255,255,255,.48)}.portal-avatar{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(145deg,#8a426f,#d9b170);color:white;font-size:9px;font-weight:800}.portal-user button{border:0;background:none;color:rgba(255,255,255,.48);font-size:9px;cursor:pointer;padding:9px}.portal-body{display:grid;grid-template-columns:230px minmax(0,1fr)}.portal-nav{position:-webkit-sticky;position:sticky;top:82px;height:calc(100svh - 82px);padding:28px 20px 22px;gap:28px;background:#121116;color:#f4f0e8;border-right:1px solid rgba(255,255,255,.08);overflow:auto}.portal-nav,.portal-nav-group{display:flex;flex-direction:column}.portal-nav-group{gap:3px}.portal-nav-group>span{margin:0 10px 8px;font-size:8px;letter-spacing:.15em;text-transform:uppercase;color:rgba(255,255,255,.32)}.portal-nav a{padding:9px 10px;border-radius:4px;font-size:11px;color:rgba(255,255,255,.7);text-transform:none;letter-spacing:0;transition:background .2s ease,color .2s ease}.portal-nav a:hover{background:rgba(255,255,255,.065);color:#fff}.portal-nav-bottom{margin-top:auto}.portal-content{min-width:0}.portal-page{width:min(1500px,100%);margin:0 auto;padding:54px clamp(28px,4.2vw,78px) 100px}.portal-hero{display:grid;grid-template-columns:minmax(0,1fr) 260px;grid-gap:54px;gap:54px;align-items:end;padding:18px 0 54px;border-bottom:1px solid rgba(17,16,21,.12)}.portal-kicker{margin:0 0 17px;font-size:8px;font-weight:800;letter-spacing:.17em;text-transform:uppercase;color:#7a456a}.division-hero h1,.portal-hero h1,.portal-title h1{margin:0;font-family:Georgia,Times New Roman,serif;font-size:clamp(48px,5vw,78px);line-height:.95;font-weight:400;letter-spacing:-.045em}.division-hero>div:first-child>p:last-child,.portal-hero>div:first-child>p:last-child,.portal-title>p:last-child{max-width:720px;margin:20px 0 0;color:rgba(17,16,21,.58);font-size:14px;line-height:1.75}.passport-card{min-height:165px;padding:24px;display:flex;flex-direction:column;justify-content:flex-end;background:linear-gradient(145deg,#2b1831,#653f60 56%,#bd8c58);color:#fff;box-shadow:0 18px 45px rgba(47,27,49,.18);position:relative}.passport-card:before{content:"";position:absolute;width:170px;height:170px;right:-65px;top:-70px;border:1px solid rgba(255,255,255,.2);border-radius:50%}.passport-card span{margin-bottom:auto;font-size:8px;letter-spacing:.16em}.passport-card strong{font-family:Georgia,Times New Roman,serif;font-size:52px;font-weight:400;line-height:1}.passport-card small{margin-top:5px;color:rgba(255,255,255,.62);font-size:9px}.portal-grid{display:grid;grid-gap:14px;gap:14px;margin-top:30px}.portal-grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.portal-grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}.portal-card{min-height:260px;padding:26px;display:flex;flex-direction:column;background:#faf7f1;border:1px solid rgba(17,16,21,.09)}.portal-card.compact{min-height:230px}.portal-card-eyebrow{font-size:8px;letter-spacing:.14em;text-transform:uppercase;color:#7a456a}.portal-card h2{margin:45px 0 10px;font-family:Georgia,Times New Roman,serif;font-size:30px;line-height:1;font-weight:400;letter-spacing:-.03em}.portal-card p{margin:0 0 20px;color:rgba(17,16,21,.56);font-size:12px;line-height:1.65}.portal-card a{margin-top:auto;width:max-content;font-size:9px;letter-spacing:.1em;text-transform:uppercase;border-bottom:1px solid rgba(17,16,21,.24);padding-bottom:5px}.portal-section{margin-top:72px}.portal-section-head{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:28px}.portal-section-head span{font-size:8px;letter-spacing:.14em;text-transform:uppercase;color:#7a456a}.portal-section-head h2{margin:9px 0 0;font-family:Georgia,Times New Roman,serif;font-size:42px;font-weight:400;letter-spacing:-.035em}.portal-section-head>a{font-size:9px;letter-spacing:.1em;text-transform:uppercase;border-bottom:1px solid rgba(17,16,21,.22);padding-bottom:6px}.portal-world-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:12px;gap:12px}.portal-world{min-height:430px;padding:0 0 24px;background:#111015;color:#fff;overflow:hidden}.portal-world-media{height:260px;margin-bottom:24px;overflow:hidden;background:#261b2b}.portal-world-media img{height:100%;object-fit:cover;transition:transform .6s ease}.portal-world:hover img{transform:scale(1.03)}.library-placeholder,.portal-world-placeholder{height:100%;display:grid;place-items:center;font-family:Georgia,Times New Roman,serif;font-size:84px;background:radial-gradient(circle at 50% 40%,#7a456a,#171217 72%);color:#d9b170}.portal-world>h3,.portal-world>p,.portal-world>span{margin-left:24px;margin-right:24px}.portal-world>span{font-size:8px;letter-spacing:.14em;text-transform:uppercase;color:#d9b170}.portal-world h3{margin-top:9px;margin-bottom:10px;font-family:Georgia,Times New Roman,serif;font-weight:400;font-size:28px}.portal-world p{margin-top:0;color:rgba(255,255,255,.54);font-size:11px;line-height:1.55}.project-list{border-top:1px solid rgba(17,16,21,.13)}.project-list article{min-height:96px;padding:20px 4px;display:flex;align-items:center;justify-content:space-between;gap:30px;border-bottom:1px solid rgba(17,16,21,.11)}.project-list article>div{display:grid;grid-gap:5px;gap:5px}.project-list small,.project-list span{font-size:8px;letter-spacing:.1em;text-transform:uppercase;color:rgba(17,16,21,.45)}.project-list h3{margin:0;font-family:Georgia,Times New Roman,serif;font-size:25px;font-weight:400}.project-list strong{font-size:10px;font-weight:650;text-transform:capitalize}.member-callout{margin-top:86px;padding:74px clamp(32px,6vw,90px);min-height:430px;display:flex;flex-direction:column;justify-content:center;background:linear-gradient(135deg,#171217,#3b203d 60%,#7d5263);color:#fff;position:relative}.member-callout:after{content:"";position:absolute;width:450px;height:450px;border:1px solid rgba(255,255,255,.11);border-radius:50%;right:-140px;top:-180px}.member-callout>span{font-size:8px;letter-spacing:.17em;text-transform:uppercase;color:#f0d7a8}.member-callout h2{margin:22px 0 32px;font-family:Georgia,Times New Roman,serif;font-size:clamp(50px,6vw,86px);line-height:.93;font-weight:400;letter-spacing:-.045em}.member-callout a{width:max-content;padding-bottom:7px;border-bottom:1px solid rgba(255,255,255,.45);font-size:9px;letter-spacing:.12em;text-transform:uppercase;position:relative;z-index:2}.portal-title{padding:16px 0 46px;border-bottom:1px solid rgba(17,16,21,.12)}.portal-title-row{display:flex;justify-content:space-between;gap:40px;align-items:end}.portal-empty{min-height:380px;padding:54px;margin-top:28px;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;background:#e7ded2;border:1px solid rgba(17,16,21,.08)}.portal-empty-small{min-height:250px;margin-top:0}.portal-empty>span{font-size:8px;letter-spacing:.16em;text-transform:uppercase;color:#7a456a}.portal-empty h2{max-width:760px;margin:18px 0 13px;font-family:Georgia,Times New Roman,serif;font-size:42px;line-height:1;font-weight:400}.portal-empty p{max-width:680px;margin:0 0 24px;color:rgba(17,16,21,.56);font-size:13px;line-height:1.7}.portal-empty a{font-size:9px;text-transform:uppercase;letter-spacing:.11em;border-bottom:1px solid rgba(17,16,21,.3);padding-bottom:5px}.portal-muted{color:rgba(17,16,21,.5);font-size:13px}.claim-form{margin-top:28px;padding:26px;display:grid;grid-template-columns:1fr minmax(300px,.7fr);grid-gap:28px;gap:28px;align-items:center;background:#171217;color:#fff}.claim-form label{font-family:Georgia,Times New Roman,serif;font-size:22px}.claim-form p{margin:7px 0 0;color:rgba(255,255,255,.5);font-size:11px;line-height:1.55}.claim-input{display:grid;grid-template-columns:1fr auto}.claim-input input{min-height:49px;padding:0 14px;border:1px solid rgba(255,255,255,.17);background:rgba(255,255,255,.05);color:#fff;outline:0}.claim-input button{padding:0 18px;border:0;background:#d9b170;color:#171217;font-size:8px;font-weight:750;letter-spacing:.1em;text-transform:uppercase}.claim-message{grid-column:1/-1;color:#f0d7a8!important}.library-grid{margin-top:28px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:14px;gap:14px}.library-grid article{min-height:500px;padding-bottom:26px;background:#faf7f1;border:1px solid rgba(17,16,21,.08)}.library-grid .library-placeholder,.library-grid img{height:300px;object-fit:cover}.library-grid article>a,.library-grid article>h2,.library-grid article>p,.library-grid article>small,.library-grid article>span{margin-left:24px;margin-right:24px}.library-grid article>span{display:block;margin-top:24px;font-size:8px;letter-spacing:.12em;text-transform:uppercase;color:#7a456a}.library-grid h2{margin-top:8px;margin-bottom:10px;font-family:Georgia,Times New Roman,serif;font-size:28px;font-weight:400}.library-grid p{color:rgba(17,16,21,.55);font-size:11px;line-height:1.6}.library-grid small{display:block;color:rgba(17,16,21,.4);font-size:9px}.library-grid a{display:block;width:max-content;margin-top:19px;font-size:9px;text-transform:uppercase;border-bottom:1px solid rgba(17,16,21,.25);padding-bottom:4px}.calendar-form-wrap{min-width:180px;text-align:right}.calendar-form{width:min(520px,90vw);margin-top:16px;margin-left:auto;padding:24px;display:grid;grid-gap:16px;gap:16px;text-align:left;background:#171217;color:#fff;box-shadow:0 20px 55px rgba(35,20,37,.2)}.calendar-form label{display:grid;grid-gap:7px;gap:7px;font-size:8px;text-transform:uppercase;letter-spacing:.11em;color:rgba(255,255,255,.55)}.calendar-form input,.calendar-form textarea{min-height:44px;padding:10px 12px;border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.04);color:#fff;outline:0}.calendar-form textarea{min-height:90px;resize:vertical}.calendar-form small{text-transform:none;letter-spacing:0;font-size:9px}.form-pair{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px;gap:12px}.calendar-list{margin-top:28px;border-top:1px solid rgba(17,16,21,.12)}.calendar-list article{min-height:120px;grid-template-columns:220px 1fr;grid-gap:38px;gap:38px;padding:26px 4px;border-bottom:1px solid rgba(17,16,21,.1)}.calendar-list time{font-size:10px;color:#7a456a}.calendar-list article>div>span{font-size:8px;letter-spacing:.12em;text-transform:uppercase;color:rgba(17,16,21,.42)}.calendar-list h2{margin:8px 0;font-size:29px}.calendar-list p{margin:4px 0;color:rgba(17,16,21,.56);font-size:11px}.private-note{padding:10px 12px;background:rgba(122,69,106,.07);border-left:2px solid #7a456a}.message-center{min-height:620px;margin-top:28px;display:grid;grid-template-columns:250px minmax(0,1fr);border:1px solid rgba(17,16,21,.1);background:#fffaf4}.message-center>aside{background:#171217;padding:14px;display:flex;flex-direction:column;gap:4px}.message-center>aside button{padding:15px 13px;display:grid;grid-gap:5px;gap:5px;text-align:left;border:0;background:transparent;color:rgba(255,255,255,.65);cursor:pointer}.message-center>aside button.active{background:rgba(217,177,112,.12);color:#fff}.message-center>aside span{font-size:7px;letter-spacing:.12em;text-transform:uppercase;color:#d9b170}.message-center>aside strong{font-size:11px;font-weight:550}.message-center>section{min-width:0;display:grid;grid-template-rows:1fr auto}.message-thread{min-height:470px;max-height:620px;overflow:auto;padding:28px;display:flex;flex-direction:column;gap:16px}.message-thread article{max-width:72%;padding:14px 16px;background:#eee7dc}.message-thread article.mine{align-self:flex-end;background:#39263b;color:#fff}.message-thread article>div{display:flex;justify-content:space-between;gap:20px;margin-bottom:8px}.message-thread strong{font-size:9px}.message-thread time{font-size:8px;opacity:.5}.message-thread p{margin:0;font-size:12px;line-height:1.55;white-space:pre-wrap}.message-compose{padding:18px;border-top:1px solid rgba(17,16,21,.1);background:#f4eee5}.message-compose textarea{width:100%;min-height:90px;padding:13px;border:1px solid rgba(17,16,21,.14);resize:vertical;outline:0;background:#fffdf9}.message-compose>div{display:flex;justify-content:space-between;gap:20px;align-items:center;margin-top:10px}.message-compose small{color:rgba(17,16,21,.43);font-size:8px}.message-compose button{min-height:38px;padding:0 18px;border:0;background:#171217;color:#fff;font-size:8px;letter-spacing:.1em;text-transform:uppercase}.division-hero{display:grid;grid-template-columns:1fr 250px;grid-gap:50px;gap:50px;align-items:end;padding:18px 0 54px;border-bottom:1px solid rgba(17,16,21,.12)}.division-status{min-height:150px;padding:24px;display:flex;flex-direction:column;justify-content:flex-end;background:#171217;color:#fff}.division-status span{margin-bottom:auto;color:#d9b170;font-size:8px;letter-spacing:.14em;text-transform:uppercase}.division-status strong{font-family:Georgia,Times New Roman,serif;font-size:32px;font-weight:400;text-transform:capitalize}.division-status small{margin-top:5px;color:rgba(255,255,255,.47)}.division-security-note{margin-top:72px;padding:46px;display:grid;grid-template-columns:1fr 1fr;grid-gap:50px;gap:50px;background:#e7ded2}.division-security-note span{font-size:8px;text-transform:uppercase;letter-spacing:.13em;color:#7a456a}.division-security-note h2{margin:10px 0 0;font-family:Georgia,Times New Roman,serif;font-size:36px;font-weight:400}.division-security-note>p{margin:0;align-self:end;color:rgba(17,16,21,.55);font-size:12px;line-height:1.7}.household-layout{margin-top:34px;display:grid;grid-template-columns:1.1fr .9fr;grid-gap:60px;gap:60px}.household-layout h2{font-family:Georgia,Times New Roman,serif;font-size:30px;font-weight:400}.household-layout aside{padding:30px;background:#e7ded2}.household-layout aside>p{color:rgba(17,16,21,.56);font-size:12px;line-height:1.65}.household-profiles{display:grid;grid-gap:10px;gap:10px}.household-profiles article{min-height:80px;display:flex;align-items:center;gap:15px;padding:14px;border:1px solid rgba(17,16,21,.1);background:#faf7f1}.household-avatar{width:48px;height:48px;border-radius:50%;display:grid;place-items:center;color:white;font-family:Georgia,Times New Roman,serif}.household-avatar.fox-gold{background:linear-gradient(145deg,#5f354f,#d9b170)}.household-avatar.fox-purple{background:linear-gradient(145deg,#321f3e,#8c4f85)}.household-avatar.spark{background:linear-gradient(145deg,#d39a43,#f1d38f);color:#4a2d20}.household-avatar.star{background:linear-gradient(145deg,#161323,#47466d)}.household-profiles article>div:last-child{display:grid;grid-gap:4px;gap:4px}.household-profiles strong{font-size:12px}.household-profiles span{color:rgba(17,16,21,.45);font-size:9px}.household-form{margin-top:24px;display:grid;grid-gap:14px;gap:14px}.household-form label{display:grid;grid-gap:7px;gap:7px;font-size:8px;text-transform:uppercase;letter-spacing:.1em;color:rgba(17,16,21,.55)}.household-form input,.household-form select{min-height:45px;padding:0 11px;border:1px solid rgba(17,16,21,.14);background:#f8f3ec}.security-stack{margin-top:30px;border-top:1px solid rgba(17,16,21,.12)}.security-control{min-height:150px;padding:24px 4px;display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:40px;gap:40px;align-items:center;border-bottom:1px solid rgba(17,16,21,.1)}.security-control>div:first-child{display:grid;grid-gap:6px;gap:6px}.security-control span{font-size:8px;letter-spacing:.12em;text-transform:uppercase;color:#7a456a}.security-control strong{font-family:Georgia,Times New Roman,serif;font-size:28px;font-weight:400}.security-control p{max-width:720px;margin:0;color:rgba(17,16,21,.55);font-size:11px;line-height:1.65}.security-status{padding:10px 13px;border:1px solid rgba(17,16,21,.13);font-size:8px;letter-spacing:.1em;text-transform:uppercase}.security-control form{display:flex;gap:8px;align-items:center}.security-control form input{min-height:43px;padding:0 10px;border:1px solid rgba(17,16,21,.15);background:#fffaf4}.mfa-setup{max-width:520px;padding:20px;background:#171217;color:#fff}.mfa-setup p{color:rgba(255,255,255,.6)}.mfa-setup code{display:block;margin:10px 0;padding:12px;background:#08070a;color:#f0d7a8;font-size:12px;word-break:break-all}.mfa-setup details{margin:10px 0 15px;color:rgba(255,255,255,.5);font-size:9px}.mfa-setup form{display:grid;grid-template-columns:1fr auto}.security-caveat{margin-top:46px;padding:28px;background:#171217;color:#fff}.security-caveat strong{color:#f0d7a8;font-size:9px;letter-spacing:.12em;text-transform:uppercase}.security-caveat p{max-width:930px;margin:10px 0 0;color:rgba(255,255,255,.58);font-size:11px;line-height:1.7}.admin-access{padding:36px;display:grid;grid-template-columns:.8fr 1.2fr;grid-gap:60px;gap:60px;background:#e7ded2}.admin-access h2{margin:10px 0;font-family:Georgia,Times New Roman,serif;font-size:36px;font-weight:400}.admin-access>div>p:last-child{color:rgba(17,16,21,.55);font-size:11px;line-height:1.6}.admin-role-form{display:grid;grid-template-columns:1.2fr .7fr .6fr auto;grid-gap:9px;gap:9px;align-items:end}.admin-role-form label{display:grid;grid-gap:6px;gap:6px;font-size:8px;text-transform:uppercase;letter-spacing:.1em;color:rgba(17,16,21,.55)}.admin-role-form input,.admin-role-form select{min-height:43px;padding:0 10px;border:1px solid rgba(17,16,21,.14);background:#f9f4ed}.admin-role-form>p{grid-column:1/-1;margin:0;font-size:10px}.audit-list{border-top:1px solid rgba(17,16,21,.12)}.audit-list article{min-height:70px;padding:14px 2px;display:flex;justify-content:space-between;align-items:center;gap:30px;border-bottom:1px solid rgba(17,16,21,.1)}.audit-list article>div{display:grid;grid-gap:4px;gap:4px}.audit-list strong{font-size:11px}.audit-list span,.audit-list time{font-size:9px;color:rgba(17,16,21,.45)}@media (max-width:1120px){.admin-role-form,.library-grid,.portal-grid-4,.portal-world-grid{grid-template-columns:1fr 1fr}.admin-role-form .portal-primary{min-height:43px}}@media (max-width:900px){.my-link{display:none}.id-gateway{grid-template-columns:1fr}.id-art{display:none}.id-card{margin:auto;width:100%}.portal-body{grid-template-columns:1fr}.portal-nav{position:static;height:auto;padding:12px 18px;display:flex;flex-direction:row;overflow:auto;gap:10px;border-right:0;border-bottom:1px solid rgba(255,255,255,.08)}.portal-nav-group{flex-direction:row;white-space:nowrap}.portal-nav-group>span{display:none}.portal-nav-bottom{margin-top:0}.division-hero,.portal-hero{grid-template-columns:1fr}.division-status,.passport-card{max-width:330px}.portal-grid-3{grid-template-columns:1fr}.message-center{grid-template-columns:200px 1fr}.admin-access,.claim-form,.division-security-note,.household-layout{grid-template-columns:1fr}.claim-message{grid-column:auto}}@media (max-width:660px){.portal-topbar{height:70px;padding:0 14px}.portal-wordmark img{width:33px;height:33px}.portal-user button,.portal-user>div,.portal-wordmark small{display:none}.portal-nav{top:70px}.portal-page{padding:34px 18px 70px}.division-hero h1,.portal-hero h1,.portal-title h1{font-size:48px}.library-grid,.portal-grid-4,.portal-world-grid{grid-template-columns:1fr}.portal-section-head,.portal-title-row{display:block}.portal-section-head>a{display:inline-block;margin-top:18px}.calendar-form-wrap{text-align:left;margin-top:24px}.calendar-form{margin-left:0}.calendar-list article{gap:9px}.calendar-list article,.message-center{grid-template-columns:1fr}.message-center>aside{flex-direction:row;overflow:auto}.message-center>aside button{min-width:160px}.message-thread article{max-width:90%}.security-control{grid-template-columns:1fr}.security-control form{align-items:stretch;flex-direction:column}.admin-role-form,.form-pair,.mfa-setup form{grid-template-columns:1fr}.member-callout{margin-left:-18px;margin-right:-18px;padding:58px 24px}.id-card{padding:100px 24px 60px}.id-back{left:24px;top:24px}.id-card h1{font-size:58px}}.world-passport{margin-top:28px;padding:30px;display:grid;grid-template-columns:220px 1fr;grid-gap:48px;gap:48px;align-items:center;background:#171217;color:#fff}.world-passport>div{display:grid;grid-template-columns:auto 1fr;align-items:end;grid-gap:4px 12px;gap:4px 12px}.world-passport span{grid-column:1/-1;font-size:8px;letter-spacing:.15em;color:#f0d7a8}.world-passport strong{font-family:Georgia,Times New Roman,serif;font-size:64px;line-height:.8;font-weight:400}.world-passport small{color:rgba(255,255,255,.5);font-size:9px}.world-passport p{margin:0;max-width:760px;color:rgba(255,255,255,.56);font-size:11px;line-height:1.7}.my-worlds-grid{margin-top:14px;display:grid;grid-template-columns:1fr 1fr;grid-gap:14px;gap:14px}.my-worlds-grid article{min-height:520px;background:#faf7f1;border:1px solid rgba(17,16,21,.08)}.my-worlds-media{height:320px;position:relative;overflow:hidden;background:#211722}.my-worlds-media .portal-world-placeholder,.my-worlds-media img{height:100%;object-fit:cover}.my-worlds-media>span{position:absolute;top:16px;left:16px;padding:8px 10px;background:rgba(10,9,13,.66);color:#fff;font-size:7px;letter-spacing:.12em;text-transform:uppercase;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.my-worlds-copy{padding:24px}.my-worlds-copy small{color:#7a456a;font-size:8px;letter-spacing:.1em;text-transform:uppercase}.my-worlds-copy h2{margin:9px 0 10px;font-family:Georgia,Times New Roman,serif;font-size:31px;font-weight:400}.my-worlds-copy p{min-height:38px;margin:0 0 22px;color:rgba(17,16,21,.55);font-size:11px;line-height:1.6}.my-worlds-copy>div{display:flex;gap:12px;align-items:center}.my-worlds-copy a,.world-follow{min-height:38px;padding:0 14px;display:inline-flex;align-items:center;border:1px solid rgba(17,16,21,.2);background:transparent;color:#18151a;cursor:pointer;font-size:8px;letter-spacing:.1em;text-transform:uppercase}.world-follow.following{background:#171217;color:#fff;border-color:#171217}.world-follow:disabled{cursor:default;opacity:.72}@media(max-width:760px){.world-passport{gap:22px}.my-worlds-grid,.world-passport{grid-template-columns:1fr}}.forgot-link{width:max-content;color:rgba(255,255,255,.46);font-size:9px;border-bottom:1px solid rgba(255,255,255,.16);padding-bottom:4px}.id-success{max-width:540px;padding:24px;border:1px solid rgba(240,215,168,.28);background:rgba(217,177,112,.07)}.id-success strong{font-family:Georgia,Times New Roman,serif;font-size:25px;font-weight:400}.id-success p{margin:9px 0 0;color:rgba(255,255,255,.56);font-size:11px;line-height:1.6}.security-inline-message{grid-column:1/-1;color:#7a456a!important}.admin-space-forms{display:grid;grid-template-columns:1fr 1fr;grid-gap:14px;gap:14px}.admin-space-forms>form{padding:28px;display:grid;grid-gap:14px;gap:14px;background:#171217;color:#fff}.admin-space-forms>form>span{color:#d9b170;font-size:8px;letter-spacing:.14em;text-transform:uppercase}.admin-space-forms h3{margin:0 0 10px;font-family:Georgia,Times New Roman,serif;font-size:29px;font-weight:400}.admin-space-forms label{display:grid;grid-gap:6px;gap:6px;color:rgba(255,255,255,.5);font-size:8px;letter-spacing:.1em;text-transform:uppercase}.admin-space-forms input,.admin-space-forms select,.admin-space-forms textarea{min-height:44px;padding:10px;border:1px solid rgba(255,255,255,.15);background:rgba(255,255,255,.04);color:#fff;outline:0}.admin-space-forms select option{color:#111}.admin-space-forms textarea{min-height:90px;resize:vertical}.admin-space-message{grid-column:1/-1;margin:0;color:#7a456a;font-size:10px}@media(max-width:860px){.admin-space-forms{grid-template-columns:1fr}}.portal-root{--portal-bg:#120f1c;--portal-bg-secondary:#1a1326;--portal-surface:rgba(32,24,44,0.82);--portal-surface-strong:rgba(17,13,24,0.94);--portal-surface-soft:rgba(250,246,238,0.08);--portal-border:rgba(240,215,168,0.16);--portal-border-soft:rgba(255,255,255,0.08);--portal-text:#f7f1e9;--portal-muted:rgba(247,241,233,0.68);--portal-kicker:#e6bf7f;--portal-accent:#c285d8;--portal-accent-soft:rgba(194,133,216,0.18);--portal-nav-bg:rgba(12,10,18,0.92);--portal-topbar-bg:rgba(13,10,19,0.88);--portal-line:rgba(255,255,255,0.1);--portal-card-shadow:0 28px 80px rgba(6,4,10,0.34);--portal-passport-gradient:linear-gradient(145deg,#1f1630,#5a2f67 48%,#d4a05a);--portal-callout-gradient:linear-gradient(135deg,rgba(18,14,28,0.96),rgba(67,35,87,0.96) 58%,rgba(194,133,216,0.88));--portal-world-gradient:linear-gradient(180deg,rgba(13,10,18,0.28),rgba(13,10,18,0.88));--portal-input-bg:rgba(255,255,255,0.08);min-height:100svh;position:relative;isolation:isolate;background:radial-gradient(circle at 15% 10%,rgba(194,133,216,.18),transparent 26%),radial-gradient(circle at 86% 12%,rgba(217,177,112,.14),transparent 22%),radial-gradient(circle at 52% 76%,rgba(101,63,96,.16),transparent 26%),linear-gradient(180deg,#0f0c17,#151120 32%,#120f1c);color:var(--portal-text);overflow:clip}.portal-root:after,.portal-root:before{content:"";position:fixed;inset:auto;pointer-events:none;z-index:-1;filter:blur(70px);opacity:.9}.portal-root:before{width:24rem;height:24rem;left:-8rem;top:8rem;background:rgba(197,129,224,.14)}.portal-root:after{width:28rem;height:28rem;right:-10rem;bottom:2rem;background:rgba(228,188,116,.12)}[data-portal-theme=dark] .portal-root{--portal-bg:#0c1118;--portal-bg-secondary:#111925;--portal-surface:rgba(18,24,33,0.88);--portal-surface-strong:rgba(10,14,20,0.96);--portal-surface-soft:rgba(255,255,255,0.04);--portal-border:rgba(113,147,184,0.14);--portal-border-soft:rgba(255,255,255,.08);--portal-text:#edf3fb;--portal-muted:rgba(237,243,251,0.68);--portal-kicker:#9dc5ff;--portal-accent:#668cff;--portal-accent-soft:rgba(102,140,255,0.18);--portal-nav-bg:rgba(8,12,18,0.94);--portal-topbar-bg:rgba(7,11,17,0.9);--portal-line:rgba(255,255,255,0.08);--portal-card-shadow:0 24px 72px rgba(0,0,0,0.35);--portal-passport-gradient:linear-gradient(145deg,#0f1f35,#2e4d80 58%,#81b0ff);--portal-callout-gradient:linear-gradient(135deg,rgba(9,13,19,0.98),rgba(21,34,55,0.96) 58%,rgba(70,110,173,0.92));--portal-world-gradient:linear-gradient(180deg,rgba(9,12,18,.2),rgba(9,12,18,.9));--portal-input-bg:rgba(255,255,255,.05);background:radial-gradient(circle at 18% 12%,rgba(77,114,201,.16),transparent 24%),radial-gradient(circle at 82% 16%,rgba(124,162,255,.12),transparent 22%),linear-gradient(180deg,#0a1017,#0d141d 44%,#0c1118)}[data-portal-theme=light] .portal-root{--portal-bg:#f3eee5;--portal-bg-secondary:#efe7dc;--portal-surface:rgba(255,252,246,0.88);--portal-surface-strong:rgba(255,252,246,0.96);--portal-surface-soft:rgba(122,69,106,0.06);--portal-border:rgba(80,56,69,0.12);--portal-border-soft:rgba(80,56,69,0.08);--portal-text:#1a1419;--portal-muted:rgba(26,20,25,0.62);--portal-kicker:#7a456a;--portal-accent:#8b5580;--portal-accent-soft:rgba(139,85,128,0.14);--portal-nav-bg:rgba(255,250,244,0.86);--portal-topbar-bg:rgba(255,251,247,0.82);--portal-line:rgba(33,24,31,0.1);--portal-card-shadow:0 22px 60px rgba(76,53,64,0.08);--portal-passport-gradient:linear-gradient(145deg,#5a2f67,#b27ab4 48%,#ddb673);--portal-callout-gradient:linear-gradient(135deg,rgba(46,28,44,0.96),rgba(95,55,100,0.94) 56%,rgba(173,126,170,0.92));--portal-world-gradient:linear-gradient(180deg,rgba(25,18,26,.1),rgba(25,18,26,.84));--portal-input-bg:rgba(255,255,255,.88);background:radial-gradient(circle at 16% 10%,rgba(160,102,141,.09),transparent 22%),radial-gradient(circle at 84% 12%,rgba(217,177,112,.1),transparent 22%),linear-gradient(180deg,#f7f2ea,#f2ece3 52%,#ece3d8)}.portal-topbar{background:color-mix(in srgb,var(--portal-topbar-bg) 88%,transparent);border-bottom:1px solid var(--portal-line);-webkit-backdrop-filter:blur(18px) saturate(120%);backdrop-filter:blur(18px) saturate(120%);box-shadow:0 12px 40px rgba(0,0,0,.08)}.portal-topbar,.portal-wordmark span{color:var(--portal-text)}.portal-wordmark small{border-left-color:var(--portal-border);color:var(--portal-muted)}.portal-topbar-tools{display:flex;align-items:center;gap:18px;margin-left:auto}.portal-theme-shell{display:grid;grid-gap:7px;gap:7px}.portal-theme-shell>span{font-size:8px;letter-spacing:.16em;text-transform:uppercase;color:var(--portal-muted);text-align:center}.portal-theme-switcher{display:inline-flex;align-items:center;padding:4px;border-radius:999px;border:1px solid var(--portal-border);background:color-mix(in srgb,var(--portal-surface-strong) 85%,transparent);box-shadow:inset 0 1px 0 rgba(255,255,255,.05)}.portal-theme-switcher button{min-width:82px;min-height:34px;padding:0 14px;border:0;border-radius:999px;background:transparent;color:var(--portal-muted);font-size:9px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;cursor:pointer;transition:background .22s ease,color .22s ease,transform .22s ease}.portal-theme-switcher button:hover{color:var(--portal-text)}.portal-theme-switcher button.active{color:var(--portal-text);background:linear-gradient(135deg,var(--portal-accent-soft),rgba(217,177,112,.18));box-shadow:inset 0 0 0 1px var(--portal-border),0 8px 24px rgba(0,0,0,.14)}.portal-user button,.portal-user span:not(.portal-avatar){color:var(--portal-muted)}.portal-user button:hover{color:var(--portal-text)}.portal-avatar{box-shadow:0 10px 24px rgba(0,0,0,.18)}.portal-body{min-height:calc(100svh - 82px)}.portal-nav{background:color-mix(in srgb,var(--portal-nav-bg) 94%,transparent);color:var(--portal-text);border-right:1px solid var(--portal-line);-webkit-backdrop-filter:blur(18px) saturate(130%);backdrop-filter:blur(18px) saturate(130%)}.portal-nav-group>span{color:var(--portal-muted)}.portal-nav a{color:color-mix(in srgb,var(--portal-text) 78%,transparent);border:1px solid transparent}.portal-nav a:hover{background:linear-gradient(135deg,var(--portal-accent-soft),rgba(217,177,112,.08));border-color:var(--portal-border);color:var(--portal-text)}.portal-content,.portal-page{position:relative;z-index:1}.portal-page:before{content:"";position:absolute;right:clamp(12px,2vw,24px);top:18px;width:180px;height:180px;border-radius:50%;border:1px solid var(--portal-border-soft);opacity:.65;pointer-events:none}.audit-list,.division-hero,.portal-hero,.portal-title,.project-list,.security-stack{border-color:var(--portal-line)}.audit-list span,.audit-list time,.division-security-note span,.household-profiles span,.portal-card-eyebrow,.portal-empty>span,.portal-kicker,.portal-section-head span,.project-list small,.project-list span,.security-control span{color:var(--portal-kicker)}.audit-list span,.audit-list time,.calendar-list .private-note,.calendar-list p,.claim-message,.division-hero>div:first-child>p:last-child,.division-security-note>p,.division-status small,.household-layout aside>p,.household-profiles span,.message-compose small,.portal-card p,.portal-empty p,.portal-hero>div:first-child>p:last-child,.portal-muted,.portal-title>p:last-child,.portal-world p,.security-control p{color:var(--portal-muted)}.member-callout a,.portal-card a,.portal-empty a,.portal-section-head>a{border-color:color-mix(in srgb,var(--portal-text) 28%,transparent)}.claim-form,.division-status,.member-callout,.mfa-setup,.passport-card,.security-caveat{border:1px solid var(--portal-border);box-shadow:var(--portal-card-shadow)}.passport-card{background:var(--portal-passport-gradient);border-radius:28px;overflow:hidden}.passport-card:after{content:"";position:absolute;inset:auto -60px -40px auto;width:190px;height:190px;background:radial-gradient(circle,rgba(255,255,255,.22),transparent 70%);filter:blur(6px)}.admin-access,.audit-list article,.calendar-list article,.division-security-note,.household-layout aside,.household-profiles article,.message-center,.portal-card,.portal-empty,.project-list article,.security-control,.world-passport{background:var(--portal-surface);border:1px solid var(--portal-border-soft);color:var(--portal-text);box-shadow:var(--portal-card-shadow);-webkit-backdrop-filter:blur(14px) saturate(120%);backdrop-filter:blur(14px) saturate(120%)}.admin-access,.claim-form,.division-security-note,.household-layout aside,.member-callout,.message-center,.mfa-setup,.portal-card,.portal-empty,.security-caveat,.world-passport{border-radius:28px}.portal-card{min-height:270px;transform:translateY(0);transition:transform .24s ease,border-color .24s ease,box-shadow .24s ease}.portal-card:hover{transform:translateY(-4px);border-color:var(--portal-border)}.admin-access h2,.division-security-note h2,.household-layout h2,.portal-card h2,.portal-empty h2,.portal-section-head h2,.portal-world h3,.project-list h3,.security-control strong{color:var(--portal-text)}.portal-world{position:relative;min-height:440px;border-radius:28px;border:1px solid var(--portal-border-soft);box-shadow:var(--portal-card-shadow);background:color-mix(in srgb,var(--portal-surface-strong) 92%,black 8%)}.portal-world:after{content:"";position:absolute;inset:0;background:var(--portal-world-gradient);pointer-events:none}.portal-world>div,.portal-world>h3,.portal-world>p,.portal-world>span{position:relative;z-index:1}.portal-world-media{position:relative}.portal-world-media:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(12,10,18,.06),rgba(12,10,18,.28))}.portal-world p{color:color-mix(in srgb,var(--portal-text) 62%,transparent)}.portal-world>span{color:#f0d7a8}.audit-list,.project-list,.security-stack{background:transparent;box-shadow:none;border:0}.audit-list article,.project-list article,.security-control{margin-bottom:10px;border-radius:20px}.project-list article>div:last-child{justify-items:end}.member-callout{background:var(--portal-callout-gradient);overflow:hidden}.member-callout:before{content:"";position:absolute;inset:auto auto -140px -120px;width:360px;height:360px;background:radial-gradient(circle,rgba(240,215,168,.2),transparent 72%);pointer-events:none}.admin-access,.division-security-note,.household-layout aside,.portal-empty{background:color-mix(in srgb,var(--portal-surface) 90%,transparent)}.claim-form,.division-status,.message-center,.mfa-setup,.security-caveat,.world-passport{background:color-mix(in srgb,var(--portal-surface-strong) 94%,transparent)}.admin-role-form input,.admin-role-form select,.calendar-form input,.calendar-form select,.calendar-form textarea,.claim-form input,.claim-form select,.claim-form textarea,.household-form input,.household-form select,.id-form input,.id-form select,.id-form textarea,.message-compose textarea,.security-control form input{background:var(--portal-input-bg);color:var(--portal-text);border:1px solid var(--portal-border)}.calendar-form input::placeholder,.calendar-form textarea::placeholder,.claim-form input::placeholder,.claim-form textarea::placeholder,.household-form input::placeholder,.id-form input::placeholder,.id-form textarea::placeholder,.message-compose textarea::placeholder,.security-control form input::placeholder{color:var(--portal-muted)}.message-center>aside{background:color-mix(in srgb,var(--portal-surface-strong) 92%,transparent);border-right:1px solid var(--portal-line)}.message-center>aside button.active{background:linear-gradient(135deg,var(--portal-accent-soft),rgba(217,177,112,.12))}.message-thread article{border-radius:18px;background:color-mix(in srgb,var(--portal-surface) 95%,white 5%);color:var(--portal-text)}.message-thread article.mine{background:linear-gradient(135deg,rgba(93,52,104,.95),rgba(193,134,214,.72))}.message-compose{background:transparent;border-top-color:var(--portal-line)}.message-compose button,.portal-primary{background:linear-gradient(135deg,#d9b170,#e9d1a6);color:#181118;box-shadow:0 12px 28px rgba(217,177,112,.18)}.portal-secondary{background:transparent;border-color:var(--portal-border);color:var(--portal-text)}.portal-secondary:hover{color:var(--portal-text);border-color:var(--portal-kicker)}.calendar-list{display:grid;grid-gap:14px;gap:14px}.calendar-list article{min-height:140px;padding:24px;display:grid;grid-template-columns:180px 1fr;grid-gap:26px;gap:26px;align-items:start;border-radius:24px}.calendar-list time{font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--portal-kicker)}.calendar-list h2{margin:7px 0 8px;font-family:Georgia,Times New Roman,serif;font-size:30px;font-weight:400;color:var(--portal-text)}.calendar-list span{font-size:8px;letter-spacing:.14em;text-transform:uppercase;color:var(--portal-muted)}.private-note{max-width:65ch}.division-status span{color:var(--portal-kicker)}.security-status{border-color:var(--portal-border);background:var(--portal-input-bg);color:var(--portal-text)}.audit-list article>div,.project-list article>div,.security-control>div:first-child{min-width:0}@media (max-width:1180px){.portal-topbar{gap:18px}.portal-topbar-tools{flex-wrap:wrap;justify-content:flex-end}.portal-theme-shell{order:2}}@media (max-width:900px){.portal-topbar{align-items:center}.portal-topbar-tools{width:100%;justify-content:space-between}.portal-theme-switcher button{min-width:72px}.portal-nav{background:color-mix(in srgb,var(--portal-nav-bg) 94%,transparent)}}@media (max-width:660px){.portal-topbar{min-height:70px;height:auto;padding-top:10px;padding-bottom:10px}.portal-topbar-tools{gap:10px}.portal-theme-shell{width:100%}.portal-theme-shell>span{text-align:left}.portal-theme-switcher{width:100%;justify-content:space-between}.portal-theme-switcher button{min-width:0;flex:1 1;padding-inline:8px}.portal-page:before{display:none}.calendar-list article{grid-template-columns:1fr}}.library-status-guide{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:12px;gap:12px;margin-top:28px}.library-status-guide>div{min-height:118px;padding:22px;display:flex;flex-direction:column;justify-content:flex-end;gap:8px;border:1px solid var(--portal-border-soft,rgba(17,16,21,.08));border-radius:22px;background:var(--portal-surface,#faf7f1);box-shadow:var(--portal-card-shadow,none);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.library-status-guide strong{font-family:Georgia,Times New Roman,serif;font-size:25px;font-weight:400;color:var(--portal-text,#18151a)}.library-status-guide span{color:var(--portal-muted,rgba(17,16,21,.55));font-size:10px;line-height:1.55}.library-connect-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:14px;gap:14px;margin-top:18px}.library-connect-grid .claim-form{margin-top:0;grid-template-columns:1fr;align-content:start;border-radius:26px;min-height:250px}.collection-controls{display:grid;grid-template-columns:1fr 150px auto;grid-gap:8px;gap:8px;align-items:center}.collection-controls button,.collection-controls select{min-height:44px;border-radius:999px}.collection-controls select{padding:0 14px;border:1px solid var(--portal-border,rgba(255,255,255,.14));background:var(--portal-input-bg,rgba(255,255,255,.08));color:var(--portal-text,#fff)}.claim-input button,.collection-controls button{min-height:44px;padding:0 18px;border:0;border-radius:999px;background:linear-gradient(135deg,#d9b170,#eed7ad);color:#181118;font-size:8px;font-weight:800;letter-spacing:.11em;text-transform:uppercase;cursor:pointer}.library-grid article{position:relative;overflow:hidden;border-radius:28px;background:var(--portal-surface,#faf7f1);border-color:var(--portal-border-soft,rgba(17,16,21,.08));box-shadow:var(--portal-card-shadow,none);color:var(--portal-text,#18151a)}.library-cover-wrap{position:relative}.library-cover-wrap>.library-placeholder,.library-cover-wrap>img{width:100%}.library-ownership-badge{position:absolute;left:16px;top:16px;z-index:2;min-height:30px;padding:0 12px;display:inline-flex;align-items:center;border-radius:999px;font-size:8px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:white;border:1px solid rgba(255,255,255,.2);box-shadow:0 10px 26px rgba(0,0,0,.2);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.library-ownership-badge.status-owned{background:rgba(62,95,73,.86)}.library-ownership-badge.status-claimed{background:rgba(91,55,107,.88)}.library-ownership-badge.status-collected{background:rgba(42,38,45,.8)}.library-grid article>p{color:var(--portal-muted,rgba(17,16,21,.55))}.library-provenance{margin:18px 24px 0;padding-top:16px;display:grid;grid-gap:5px;gap:5px;border-top:1px solid var(--portal-border-soft,rgba(17,16,21,.08))}.library-provenance strong{font-size:9px;font-weight:700;color:var(--portal-text,#18151a)}.library-provenance small,.library-provenance span{margin:0!important;color:var(--portal-muted,rgba(17,16,21,.48));font-size:8px;line-height:1.5}@media (max-width:1120px){.library-connect-grid{grid-template-columns:1fr}}@media (max-width:760px){.collection-controls,.library-status-guide{grid-template-columns:1fr}}.world-day-ribbon{min-height:34px;display:flex;align-items:center;justify-content:center;gap:12px;padding:8px 18px;position:relative;z-index:90;background:linear-gradient(90deg,#24172d,#5d355f 48%,#9f725b);color:#fff;border-bottom:1px solid rgba(255,255,255,.14);box-shadow:0 10px 26px rgba(20,11,23,.18)}.world-day-ribbon span{font-size:7px;letter-spacing:.2em;color:#f4d7a0}.world-day-ribbon strong{font-size:10px;letter-spacing:.08em;text-transform:uppercase}.world-day-ribbon em{font-family:Georgia,Times New Roman,serif;font-size:12px;color:rgba(255,255,255,.72)}.world-day-ribbon.world-day-snowfall{background:linear-gradient(90deg,#1b2736,#405b72,#93a9b8)}.world-day-ribbon.world-day-golden_spark{background:linear-gradient(90deg,#23161f,#6d493a,#c39b59)}.world-day-ribbon.world-day-festival{background:linear-gradient(90deg,#291431,#7b365f,#cc8b66)}[data-world-day=snowfall] .portal-root:before{background:rgba(180,211,235,.19)}[data-world-day=golden_spark] .portal-root:after{background:rgba(243,194,101,.18)}[data-world-day=festival] .portal-root:before{background:rgba(210,95,168,.16)}.guide-presence{position:fixed;right:22px;bottom:22px;z-index:70;width:min(315px,calc(100vw - 44px));min-height:74px;display:flex;align-items:center;gap:13px;padding:12px 16px 12px 12px;border:1px solid var(--portal-border,rgba(255,255,255,.12));border-radius:999px;background:color-mix(in srgb,var(--portal-surface-strong,#171217) 92%,transparent);color:var(--portal-text,#fff);-webkit-backdrop-filter:blur(18px) saturate(130%);backdrop-filter:blur(18px) saturate(130%);box-shadow:0 18px 54px rgba(7,5,11,.28);transition:transform .2s ease,border-color .2s ease}.guide-presence:hover{transform:translateY(-3px);border-color:var(--portal-kicker,#d9b170)}.guide-presence .guide-orb{width:48px;height:48px;flex:0 0 48px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(145deg,#6a3f64,#d2a15e);color:#fff;font-family:Georgia,Times New Roman,serif;font-size:21px;box-shadow:inset 0 0 0 1px rgba(255,255,255,.18),0 8px 20px rgba(0,0,0,.2)}.guide-presence>div{display:grid;grid-gap:4px;gap:4px;min-width:0}.guide-presence small{font-size:7px;letter-spacing:.15em;color:var(--portal-kicker,#d9b170)}.guide-presence strong{font-size:11px;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.guide-presence-empty .guide-orb{background:radial-gradient(circle at 35% 30%,#6a536c,#211824 70%)}.portal-magic-strip{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:10px;gap:10px;margin-top:22px}.portal-magic-strip>a{min-height:145px;padding:22px;display:flex;flex-direction:column;justify-content:flex-end;border:1px solid var(--portal-border-soft,rgba(255,255,255,.08));border-radius:22px;background:linear-gradient(150deg,var(--portal-surface,rgba(32,24,44,.82)),color-mix(in srgb,var(--portal-accent-soft,rgba(194,133,216,.18)) 55%,transparent));color:var(--portal-text,#fff);box-shadow:var(--portal-card-shadow,0 20px 60px rgba(0,0,0,.18));-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);transition:transform .22s ease,border-color .22s ease}.portal-magic-strip>a:hover{transform:translateY(-4px);border-color:var(--portal-border,rgba(240,215,168,.16))}.portal-magic-strip span{margin-bottom:auto;font-size:7px;letter-spacing:.16em;color:var(--portal-kicker,#d9b170)}.portal-magic-strip strong{font-family:Georgia,Times New Roman,serif;font-weight:400;font-size:24px;line-height:1}.portal-magic-strip small{margin-top:8px;color:var(--portal-muted,rgba(255,255,255,.62));font-size:9px;line-height:1.45}.guide-choice-grid{margin-top:34px;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));grid-gap:12px;gap:12px}.guide-choice-card{min-height:355px;padding:22px;display:flex;flex-direction:column;align-items:flex-start;border:1px solid var(--portal-border-soft,rgba(255,255,255,.08));border-radius:26px;background:var(--portal-surface,rgba(32,24,44,.82));color:var(--portal-text,#fff);text-align:left;cursor:pointer;box-shadow:var(--portal-card-shadow,0 22px 60px rgba(0,0,0,.14));transition:transform .22s ease,border-color .22s ease,background .22s ease}.guide-choice-card.selected,.guide-choice-card:hover{transform:translateY(-5px);border-color:var(--portal-kicker,#d9b170)}.guide-choice-card.selected{background:linear-gradient(155deg,var(--portal-surface,rgba(32,24,44,.9)),var(--portal-accent-soft,rgba(194,133,216,.18)))}.guide-choice-orb{width:72px;height:72px;border-radius:50%;display:grid;place-items:center;margin-bottom:auto;background:linear-gradient(145deg,#38233e,#c79865);font-family:Georgia,Times New Roman,serif;font-size:28px;color:#fff;box-shadow:0 14px 34px rgba(0,0,0,.18)}.guide-choice-card small{margin-top:28px;font-size:7px;letter-spacing:.13em;text-transform:uppercase;color:var(--portal-kicker,#d9b170)}.guide-choice-card strong{margin-top:8px;font-family:Georgia,Times New Roman,serif;font-size:31px;font-weight:400}.guide-choice-card p{margin:11px 0 22px;color:var(--portal-muted,rgba(255,255,255,.6));font-size:11px;line-height:1.6}.guide-choice-card em{margin-top:auto;font-style:normal;font-size:8px;letter-spacing:.12em;text-transform:uppercase;border-bottom:1px solid var(--portal-border);padding-bottom:5px}.guide-choice-actions{grid-column:1/-1;display:flex;align-items:center;gap:18px;margin-top:8px}.guide-choice-actions p{margin:0;color:var(--portal-muted);font-size:11px}.letter-grid{margin-top:34px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:16px;gap:16px}.letter-card{min-height:390px;padding:34px;display:flex;flex-direction:column;position:relative;overflow:hidden;border-radius:8px 8px 26px 26px;border:1px solid var(--portal-border-soft);background:linear-gradient(160deg,#f2e4cb,#d9c4a8);color:#34252d;box-shadow:0 26px 70px rgba(15,10,17,.18);transform:rotate(-.4deg);transition:transform .25s ease,box-shadow .25s ease}.letter-card:nth-child(2n){transform:rotate(.45deg)}.letter-card:hover{transform:translateY(-5px) rotate(0deg);box-shadow:0 32px 82px rgba(15,10,17,.24)}.letter-card:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(255,255,255,.32),transparent 38%),radial-gradient(circle at 80% 10%,rgba(158,92,122,.12),transparent 28%);pointer-events:none}.letter-paper-seal,.letter-seal{width:56px;height:56px;border-radius:50%;display:grid;place-items:center;background:radial-gradient(circle at 35% 30%,#8e526d,#5a263e 68%);color:#f4d79e;font-family:Georgia,Times New Roman,serif;font-size:22px;box-shadow:inset 0 0 0 3px rgba(255,255,255,.08),0 9px 24px rgba(66,31,49,.22)}.letter-card>span{margin-top:auto;font-size:7px;letter-spacing:.16em;color:#7b4a5f}.letter-card h2{margin:13px 0 12px;font-family:Georgia,Times New Roman,serif;font-size:34px;line-height:1;font-weight:400}.letter-card p{margin:0;color:rgba(52,37,45,.66);font-size:11px;line-height:1.65}.letter-card footer{margin-top:28px;padding-top:18px;border-top:1px solid rgba(52,37,45,.14);display:flex;justify-content:space-between;gap:20px;font-size:9px}.letter-card footer time{opacity:.55}.letter-card.opened{filter:saturate(.86)}.portal-back-link{display:inline-block;margin-bottom:28px;font-size:8px;letter-spacing:.12em;text-transform:uppercase;border-bottom:1px solid var(--portal-border);padding-bottom:5px}.letter-page{max-width:1150px}.letter-paper{min-height:640px;padding:clamp(38px,7vw,88px);position:relative;background:linear-gradient(155deg,#f3e6cf,#dcc6aa);color:#31252b;box-shadow:0 42px 110px rgba(12,8,14,.25)}.letter-paper:after{content:"";position:absolute;inset:18px;border:1px solid rgba(92,58,72,.18);pointer-events:none}.letter-paper>span{display:block;margin-top:36px;font-size:8px;letter-spacing:.2em;color:#815269}.letter-paper h1{margin:22px 0 40px;font-size:clamp(48px,7vw,92px);line-height:.92;font-weight:400;letter-spacing:-.04em}.letter-body,.letter-paper h1,.letter-teaser{max-width:760px;font-family:Georgia,Times New Roman,serif}.letter-body,.letter-teaser{font-size:18px;line-height:1.85;color:rgba(49,37,43,.76)}.letter-body p{margin:0 0 24px}.letter-paper footer{margin-top:46px;font-family:Georgia,Times New Roman,serif;font-size:26px}.open-letter-actions{margin-top:38px;position:relative;z-index:2}.open-letter-actions p{font-size:10px;color:#783f56}.map-summary{width:220px;min-height:150px;margin:30px 0 14px auto;padding:22px;display:flex;flex-direction:column;justify-content:flex-end;border:1px solid var(--portal-border);border-radius:24px;background:var(--portal-surface);box-shadow:var(--portal-card-shadow)}.map-summary span{margin-bottom:auto;font-size:7px;letter-spacing:.15em;color:var(--portal-kicker)}.map-summary strong{font-family:Georgia,Times New Roman,serif;font-size:48px;font-weight:400}.map-summary small{color:var(--portal-muted);font-size:9px}.living-map{position:relative;height:720px;border-radius:34px;overflow:hidden;border:1px solid var(--portal-border);background:radial-gradient(circle at 50% 38%,rgba(118,72,127,.3),transparent 24%),linear-gradient(180deg,#14101d,#1c1428 52%,#211a22);box-shadow:var(--portal-card-shadow)}.living-map-sky{position:absolute;inset:0;background-image:radial-gradient(circle at 20% 20%,rgba(255,255,255,.75) 0 1px,transparent 1.5px),radial-gradient(circle at 65% 30%,rgba(240,215,168,.45) 0 1px,transparent 1.4px),radial-gradient(circle at 80% 72%,rgba(255,255,255,.4) 0 1px,transparent 1.4px);background-size:160px 160px,220px 220px,260px 260px;opacity:.55}.living-map:after{content:"";position:absolute;left:0;right:0;bottom:-12%;height:48%;background:radial-gradient(ellipse at 35% 100%,#2c3331 0 32%,transparent 33%),radial-gradient(ellipse at 67% 100%,#34312e 0 36%,transparent 37%);opacity:.48;pointer-events:none}.map-paths{position:absolute;inset:0;width:100%;height:100%;z-index:1;overflow:visible}.map-paths path{fill:none;stroke:rgba(230,191,127,.32);stroke-width:.35;stroke-dasharray:1.4 1.6;vector-effect:non-scaling-stroke}.map-node{position:absolute;z-index:3;transform:translate(-50%,-50%);display:flex;align-items:center;gap:14px;max-width:290px;color:#fff}.map-node-orb{width:46px;height:46px;flex:0 0 46px;border-radius:50%;display:grid;place-items:center;background:rgba(19,14,26,.8);border:1px solid rgba(240,215,168,.24);box-shadow:0 0 0 8px rgba(240,215,168,.025),0 0 42px rgba(230,191,127,.14);color:#e6bf7f}.map-node.unlocked .map-node-orb{background:radial-gradient(circle at 40% 35%,#f1d38f,#a86a4c 60%,#4c2949);box-shadow:0 0 0 8px rgba(240,215,168,.05),0 0 54px rgba(230,191,127,.28)}.map-node.locked{opacity:.54;filter:blur(.05px) saturate(.7)}.map-node.locked .map-node-orb{border-style:dashed;background:rgba(255,255,255,.025)}.map-node small{font-size:6px;letter-spacing:.14em;color:#e6bf7f}.map-node h2{margin:5px 0 6px;font-family:Georgia,Times New Roman,serif;font-size:22px;font-weight:400}.map-node p{margin:0;color:rgba(255,255,255,.58);font-size:9px;line-height:1.45}.map-mobile-list{display:none}.character-room-grid{margin-top:34px;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));grid-gap:12px;gap:12px}.character-room-card{min-height:400px;padding:24px;display:flex;flex-direction:column;align-items:flex-start;border-radius:28px;border:1px solid var(--portal-border-soft);background:linear-gradient(150deg,var(--portal-surface),var(--portal-accent-soft));box-shadow:var(--portal-card-shadow);color:var(--portal-text);transition:transform .22s ease,border-color .22s ease}.character-room-card:hover{transform:translateY(-5px);border-color:var(--portal-kicker)}.character-room-symbol,.room-character-orb{width:82px;height:82px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(145deg,#5f354f,#d9b170);color:#fff;font-family:Georgia,Times New Roman,serif;font-size:31px;box-shadow:0 16px 36px rgba(0,0,0,.2)}.character-room-card>span{margin-top:auto;font-size:7px;letter-spacing:.14em;text-transform:uppercase;color:var(--portal-kicker)}.character-room-card h2{margin:11px 0 5px;font-family:Georgia,Times New Roman,serif;font-size:33px;font-weight:400}.character-room-card p{margin:0;color:var(--portal-muted);font-size:11px}.character-room-card em{margin-top:24px;font-style:normal;font-size:8px;letter-spacing:.12em;text-transform:uppercase;border-bottom:1px solid var(--portal-border);padding-bottom:5px}.character-room-hero{min-height:470px;margin-top:8px;padding:clamp(34px,6vw,72px);display:grid;grid-template-columns:150px minmax(0,1fr);grid-gap:48px;gap:48px;align-items:end;border:1px solid var(--portal-border);border-radius:34px;background:radial-gradient(circle at 20% 20%,rgba(217,177,112,.14),transparent 25%),linear-gradient(140deg,var(--portal-surface-strong),color-mix(in srgb,var(--portal-accent-soft) 82%,transparent));box-shadow:var(--portal-card-shadow)}.character-room-hero .room-character-orb{width:126px;height:126px;font-size:48px}.character-room-hero h1{margin:0;font-family:Georgia,Times New Roman,serif;font-size:clamp(55px,7vw,100px);line-height:.92;font-weight:400;letter-spacing:-.045em}.character-room-hero p:last-child{max-width:720px;color:var(--portal-muted);font-size:13px;line-height:1.7}.room-object-section{margin-top:66px}.room-quiet{min-height:300px;padding:48px;border:1px dashed var(--portal-border);border-radius:28px;background:var(--portal-surface)}.room-quiet span{font-size:7px;letter-spacing:.15em;color:var(--portal-kicker)}.room-quiet h3{margin:16px 0 9px;font-family:Georgia,Times New Roman,serif;font-size:38px;font-weight:400}.room-quiet p{max-width:650px;color:var(--portal-muted);font-size:12px;line-height:1.7}.room-object-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:14px;gap:14px}.room-object-grid article{min-height:360px;padding:24px;display:flex;flex-direction:column;border:1px solid var(--portal-border-soft);border-radius:26px;background:var(--portal-surface);box-shadow:var(--portal-card-shadow)}.room-object-grid img{width:100%;height:180px;object-fit:cover;border-radius:18px}.room-object-glow{height:180px;display:grid;place-items:center;border-radius:18px;background:radial-gradient(circle,rgba(230,191,127,.2),transparent 65%);font-size:42px;color:var(--portal-kicker)}.room-object-grid span{margin-top:22px;font-size:7px;letter-spacing:.14em;color:var(--portal-kicker)}.room-object-grid h3{margin:10px 0;font-family:Georgia,Times New Roman,serif;font-size:30px;font-weight:400}.room-object-grid p{color:var(--portal-muted);font-size:11px;line-height:1.6}.room-discover-button{margin-top:auto;align-self:flex-start;border:0;border-bottom:1px solid var(--portal-border);padding:0 0 5px;background:none;color:var(--portal-text);font-size:8px;letter-spacing:.12em;text-transform:uppercase;cursor:pointer}.memory-book-grid{margin-top:34px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:18px;gap:18px}.memory-card{min-height:390px;padding:28px;position:relative;display:flex;flex-direction:column;border-radius:14px 14px 30px 14px;background:linear-gradient(155deg,#f5ead8,#d8c2a3);color:#35282d;box-shadow:0 24px 64px rgba(14,9,16,.18);transform:rotate(-.35deg)}.memory-card:nth-child(3n+2){transform:rotate(.45deg)}.memory-card:nth-child(3n){transform:rotate(-.15deg)}.memory-card>span{position:absolute;top:21px;right:22px;font-size:8px;letter-spacing:.12em;color:rgba(53,40,45,.43)}.memory-card img,.memory-symbol{width:100%;height:190px;object-fit:cover;border-radius:9px;margin-bottom:26px}.memory-symbol{display:grid;place-items:center;background:radial-gradient(circle,#7d5263,#332136 70%);color:#e8c781;font-size:42px}.memory-card small{font-size:8px;letter-spacing:.11em;text-transform:uppercase;color:#815269}.memory-card h2{margin:12px 0 10px;font-family:Georgia,Times New Roman,serif;font-size:31px;line-height:1;font-weight:400}.memory-card p{margin:0;color:rgba(53,40,45,.66);font-size:11px;line-height:1.65}.public-events-wrap{padding:72px clamp(24px,6vw,96px) 110px;background:#f2ede5}.public-events-grid{display:grid;grid-gap:18px;gap:18px;max-width:1480px;margin:0 auto}.public-events-grid article{min-height:390px;display:grid;grid-template-columns:minmax(300px,.8fr) 1.2fr;background:#111015;color:#fff;overflow:hidden}.public-events-grid .event-art-placeholder,.public-events-grid article>img{width:100%;height:100%;min-height:390px;object-fit:cover}.event-art-placeholder{display:grid;place-items:center;background:radial-gradient(circle at 45% 40%,#724c6d,#181218 72%);font-family:Georgia,Times New Roman,serif;font-size:94px;color:#ddb673}.event-copy{padding:clamp(34px,5vw,76px);display:flex;flex-direction:column;align-items:flex-start}.event-copy>span{font-size:8px;letter-spacing:.15em;text-transform:uppercase;color:#ddb673}.event-copy time{margin-top:18px;font-size:10px;color:rgba(255,255,255,.55)}.event-copy h2{max-width:760px;margin:18px 0 15px;font-family:Georgia,Times New Roman,serif;font-size:clamp(40px,5vw,72px);line-height:.95;font-weight:400}.event-copy p{max-width:680px;margin:0;color:rgba(255,255,255,.62);font-size:13px;line-height:1.7}.event-copy small{margin-top:24px;color:#ddb673;font-size:10px}.event-actions{margin-top:auto;padding-top:38px;display:flex;gap:22px;flex-wrap:wrap}.event-actions a{font-size:8px;letter-spacing:.12em;text-transform:uppercase;border-bottom:1px solid rgba(255,255,255,.32);padding-bottom:6px}.public-events-empty{max-width:1300px;min-height:420px;margin:0 auto;padding:70px;background:#e5dcd0}.public-events-empty span{font-size:8px;letter-spacing:.15em;color:#7a456a}.public-events-empty h2{max-width:800px;margin:18px 0 12px;font-family:Georgia,Times New Roman,serif;font-size:52px;font-weight:400}.public-events-empty p{color:rgba(17,16,21,.55)}.my-events-list{margin-top:32px;display:grid;grid-gap:12px;gap:12px}.my-events-list article{min-height:210px;display:grid;grid-template-columns:220px 1fr auto;grid-gap:28px;gap:28px;align-items:center;padding:14px;border:1px solid var(--portal-border-soft);border-radius:26px;background:var(--portal-surface);box-shadow:var(--portal-card-shadow)}.my-events-list .event-art-placeholder,.my-events-list img{width:220px;height:180px;object-fit:cover;border-radius:18px}.my-events-list article>div:nth-child(2){min-width:0}.my-events-list span{font-size:7px;letter-spacing:.14em;text-transform:uppercase;color:var(--portal-kicker)}.my-events-list time{display:block;margin-top:8px;font-size:9px;color:var(--portal-muted)}.my-events-list h2{margin:9px 0 8px;font-family:Georgia,Times New Roman,serif;font-size:32px;font-weight:400}.my-events-list p{margin:0;color:var(--portal-muted);font-size:11px;line-height:1.55}.my-events-list small{display:block;margin-top:10px;color:var(--portal-kicker);font-size:9px}.my-events-list aside{display:grid;grid-gap:10px;gap:10px;justify-items:stretch;min-width:150px}.event-rsvp,.my-events-list aside>a{min-height:40px;padding:0 14px;display:grid;place-items:center;border:1px solid var(--portal-border);border-radius:999px;background:transparent;color:var(--portal-text);font-size:8px;letter-spacing:.1em;text-transform:uppercase}.event-rsvp{cursor:pointer}.event-rsvp.saved{background:linear-gradient(135deg,var(--portal-accent-soft),rgba(217,177,112,.15))}.admin-magic-forms{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:14px;gap:14px}.admin-magic-forms>form{padding:30px;display:grid;grid-gap:14px;gap:14px;border:1px solid var(--portal-border-soft);border-radius:28px;background:var(--portal-surface);box-shadow:var(--portal-card-shadow)}.admin-magic-forms>form>span{font-size:7px;letter-spacing:.14em;text-transform:uppercase;color:var(--portal-kicker)}.admin-magic-forms h3{margin:2px 0 10px;font-family:Georgia,Times New Roman,serif;font-size:34px;font-weight:400}.admin-magic-forms label{display:grid;grid-gap:7px;gap:7px;font-size:8px;letter-spacing:.1em;text-transform:uppercase;color:var(--portal-muted)}.admin-magic-forms input,.admin-magic-forms select,.admin-magic-forms textarea{width:100%;min-height:44px;padding:10px 12px;border:1px solid var(--portal-border);background:var(--portal-input-bg);color:var(--portal-text);border-radius:10px}.admin-magic-forms textarea{min-height:92px;resize:vertical}.admin-check{display:flex!important;grid-template-columns:auto 1fr!important;align-items:center!important;gap:9px!important;text-transform:none!important;letter-spacing:0!important}.admin-check input{width:16px!important;height:16px!important;min-height:0!important}.admin-magic-forms>.admin-space-message{grid-column:1/-1}.admin-magic-snapshot{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:14px;gap:14px}.admin-magic-snapshot>article{min-height:260px;padding:26px;border:1px solid var(--portal-border-soft);border-radius:24px;background:var(--portal-surface);box-shadow:var(--portal-card-shadow)}.admin-magic-snapshot>article>span{font-size:7px;letter-spacing:.14em;text-transform:uppercase;color:var(--portal-kicker)}.admin-magic-snapshot>article>div{display:grid;grid-gap:4px;gap:4px;padding:15px 0;border-bottom:1px solid var(--portal-border-soft)}.admin-magic-snapshot strong{font-size:11px}.admin-magic-snapshot p,.admin-magic-snapshot small{color:var(--portal-muted);font-size:9px}@media (max-width:1260px){.character-room-grid,.guide-choice-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.portal-magic-strip{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:980px){.letter-grid,.memory-book-grid,.room-object-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.public-events-grid article{grid-template-columns:1fr}.public-events-grid .event-art-placeholder,.public-events-grid article>img{height:360px;min-height:0}.my-events-list article{grid-template-columns:160px 1fr}.my-events-list .event-art-placeholder,.my-events-list img{width:160px;height:150px}.my-events-list aside{grid-column:1/-1;display:flex}.admin-magic-forms,.admin-magic-snapshot{grid-template-columns:1fr}}@media (max-width:760px){.world-day-ribbon{align-items:flex-start;flex-direction:column;gap:3px;padding:8px 14px}.world-day-ribbon em{display:none}.guide-presence{right:12px;bottom:12px;width:calc(100vw - 24px)}.character-room-grid,.guide-choice-grid,.letter-grid,.memory-book-grid,.portal-magic-strip,.room-object-grid{grid-template-columns:1fr}.guide-choice-actions{display:grid}.living-map{display:none}.map-summary{margin-left:0}.map-mobile-list{display:grid;grid-gap:10px;gap:10px;margin-top:24px}.map-mobile-list article{padding:22px;border:1px solid var(--portal-border-soft);border-radius:20px;background:var(--portal-surface)}.map-mobile-list article.locked{opacity:.58}.map-mobile-list span{font-size:7px;letter-spacing:.14em;color:var(--portal-kicker)}.map-mobile-list h2{margin:8px 0;font-family:Georgia,Times New Roman,serif;font-size:28px;font-weight:400}.map-mobile-list p{margin:0;color:var(--portal-muted);font-size:10px;line-height:1.5}.character-room-hero{grid-template-columns:1fr;min-height:420px}.letter-paper{padding:48px 28px}.my-events-list article{grid-template-columns:1fr}.my-events-list .event-art-placeholder,.my-events-list img{width:100%;height:220px}.my-events-list aside{display:grid}.public-events-wrap{padding-inline:18px}.public-events-grid .event-art-placeholder,.public-events-grid article>img{height:260px}.event-copy{padding:32px 24px}.public-events-empty{padding:45px 24px}.public-events-empty h2{font-size:40px}}.character-gold .character-room-symbol,.guide-choice-card.guide-gold .guide-choice-orb,.guide-gold .guide-orb,.room-gold .room-character-orb{background:linear-gradient(145deg,#6a3c37,#d9b170 58%,#f1d38f)}.character-rose .character-room-symbol,.guide-choice-card.guide-rose .guide-choice-orb,.guide-rose .guide-orb,.room-rose .room-character-orb{background:linear-gradient(145deg,#48243a,#a85f76 58%,#d9a5a5)}.character-violet .character-room-symbol,.guide-choice-card.guide-violet .guide-choice-orb,.guide-violet .guide-orb,.room-violet .room-character-orb{background:linear-gradient(145deg,#2f2440,#6d4c8a 58%,#ad86c4)}.character-blue .character-room-symbol,.guide-blue .guide-orb,.guide-choice-card.guide-blue .guide-choice-orb,.room-blue .room-character-orb{background:linear-gradient(145deg,#1d2c3d,#466b83 58%,#86afbd)}.character-pearl .character-room-symbol,.guide-choice-card.guide-pearl .guide-choice-orb,.guide-pearl .guide-orb,.room-pearl .room-character-orb{background:linear-gradient(145deg,#665c57,#b99f8b 58%,#ead9c4);color:#2a2222}.studio-company-section,.studio-people-section{padding:130px 5vw}.studio-company-section{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(320px,.62fr);grid-gap:9vw;gap:9vw;align-items:center;background:#f8f3eb;color:#171217}.studio-company-intro h2,.studio-people-head h2{margin:24px 0 26px;font-family:Georgia,Times New Roman,serif;font-weight:400;font-size:clamp(52px,6vw,92px);line-height:.92;letter-spacing:-.045em}.studio-company-intro>p:last-of-type,.studio-people-head>p:last-child{max-width:760px;margin:0;color:var(--muted-ink);font-size:15px;line-height:1.78}.studio-company-actions{display:flex;flex-wrap:wrap;gap:24px;margin-top:34px}.studio-company-actions a{display:inline-flex;align-items:center;gap:9px;padding-bottom:7px;border-bottom:1px solid rgba(17,16,21,.25);font-size:9px;letter-spacing:.12em;text-transform:uppercase}.studio-company-seal{min-height:390px;padding:42px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;border:1px solid rgba(17,16,21,.1);background:linear-gradient(145deg,#171217,#2e1b34 58%,#5e3a54);color:#fff;box-shadow:0 30px 70px rgba(44,28,39,.16)}.studio-company-seal img{width:124px;height:124px;object-fit:cover;border-radius:28px;box-shadow:0 18px 42px rgba(0,0,0,.22)}.studio-company-seal span{margin-top:30px;font-size:12px;font-weight:800;letter-spacing:.18em}.studio-company-seal small{margin-top:11px;color:rgba(255,255,255,.54);font-family:Georgia,Times New Roman,serif;font-style:italic;font-size:13px}.studio-people-section{background:#111015;color:#fff}.studio-people-head{display:grid;grid-template-columns:1fr .9fr;grid-gap:9vw;gap:9vw;align-items:end}.studio-people-head .section-kicker{color:var(--gold-pale)}.studio-people-head>p:last-child{color:rgba(255,255,255,.56);padding-bottom:10px}.studio-functions-grid,.studio-team-grid{margin-top:70px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border-top:1px solid rgba(255,255,255,.14);border-bottom:1px solid rgba(255,255,255,.14)}.studio-functions-grid article,.studio-team-grid article{min-height:320px;padding:30px;display:flex;flex-direction:column;justify-content:flex-end;border-right:1px solid rgba(255,255,255,.14)}.studio-functions-grid article:first-child,.studio-team-grid article:first-child{padding-left:0}.studio-functions-grid article:last-child,.studio-team-grid article:last-child{border-right:0}.studio-functions-grid span,.studio-team-grid article>div:last-child>span{color:var(--gold-pale);font-size:8px;letter-spacing:.14em;text-transform:uppercase}.studio-functions-grid h3,.studio-team-grid h3{margin:18px 0 12px;font-family:Georgia,Times New Roman,serif;font-size:clamp(28px,3vw,42px);line-height:.98;font-weight:400;letter-spacing:-.03em}.studio-functions-grid p,.studio-team-grid p{margin:0;max-width:300px;color:rgba(255,255,255,.54);font-size:12px;line-height:1.65}.studio-team-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.studio-team-grid article{min-height:500px;justify-content:flex-start;gap:28px}.studio-team-portrait{width:100%;aspect-ratio:4/5;display:grid;place-items:center;overflow:hidden;background:linear-gradient(145deg,#2c2030,#6a4162);color:#f0d7a8;font-family:Georgia,Times New Roman,serif;font-size:72px}.studio-team-portrait img{width:100%;height:100%;object-fit:cover}@media (max-width:980px){.studio-company-section,.studio-people-head{grid-template-columns:1fr}.studio-company-seal{max-width:520px}.studio-functions-grid{grid-template-columns:1fr 1fr}.studio-functions-grid article:nth-child(2){border-right:0}.studio-functions-grid article:nth-child(3),.studio-functions-grid article:nth-child(4){border-top:1px solid rgba(255,255,255,.14)}.studio-team-grid{grid-template-columns:1fr 1fr}}@media (max-width:650px){.studio-company-section,.studio-people-section{padding:90px 20px}.studio-company-seal{min-height:320px;padding:30px}.studio-functions-grid,.studio-team-grid{grid-template-columns:1fr}.studio-functions-grid article,.studio-functions-grid article:first-child,.studio-team-grid article,.studio-team-grid article:first-child{min-height:220px;padding:28px 0;border-right:0;border-top:1px solid rgba(255,255,255,.14)}.studio-functions-grid article:first-child,.studio-team-grid article:first-child{border-top:0}}.site-header{grid-template-columns:auto minmax(0,1fr) auto;column-gap:clamp(22px,2.2vw,42px);padding-left:clamp(22px,3vw,54px);padding-right:clamp(22px,3vw,54px)}.site-header nav{justify-self:center;min-width:0;gap:clamp(16px,1.8vw,28px)}.enter-link,.header-actions a,.identity,.my-link,.shop-link,.site-header nav a{white-space:nowrap}.header-actions{gap:clamp(16px,1.7vw,28px)}.shop-link{line-height:1}.studios-screen-page{background:#08080b;color:#fff}.studios-screen-hero{min-height:100svh;position:relative;isolation:isolate;overflow:hidden;background:#08080b}.studios-screen-hero-image{position:absolute;inset:0;z-index:-3;background-image:url(/media/future-worlds-dragon.png);background-size:cover;background-position:center 52%;transform:scale(1.012);animation:studioHeroDrift 18s ease-in-out infinite alternate}@keyframes studioHeroDrift{0%{transform:scale(1.012) translateZ(0)}to{transform:scale(1.055) translate3d(-.5%,-.35%,0)}}.studios-screen-hero-shade{position:absolute;inset:0;z-index:-2;background:linear-gradient(90deg,rgba(4,4,7,.82),rgba(4,4,7,.55) 34%,rgba(4,4,7,.08) 67%,rgba(4,4,7,.25)),linear-gradient(180deg,rgba(4,4,7,.22),rgba(4,4,7,.03) 42%,rgba(4,4,7,.86))}.studios-screen-hero-copy{width:min(1080px,88vw);padding:26vh 0 15vh;margin-left:clamp(28px,7vw,118px)}.studio-screen-kicker{margin:0;font-size:10px;font-weight:750;letter-spacing:.22em;text-transform:uppercase;color:#f0d7a8}.studios-screen-hero h1{margin:26px 0 24px;max-width:900px;font-family:Georgia,Times New Roman,serif;font-size:clamp(68px,9vw,148px);line-height:.84;letter-spacing:-.062em;font-weight:400}.studios-screen-hero-copy>p:not(.studio-screen-kicker){max-width:620px;margin:0;color:rgba(255,255,255,.72);font-size:clamp(15px,1.35vw,19px);line-height:1.7}.studios-screen-hero-copy>a{display:inline-flex;align-items:center;gap:12px;margin-top:34px;padding-bottom:8px;border-bottom:1px solid rgba(255,255,255,.65);font-size:10px;letter-spacing:.14em;text-transform:uppercase}.studios-screen-status{position:absolute;left:clamp(28px,7vw,118px);right:clamp(28px,5vw,80px);bottom:28px;display:flex;justify-content:space-between;gap:20px;padding-top:18px;border-top:1px solid rgba(255,255,255,.22);color:rgba(255,255,255,.58)}.studios-screen-status span{font-size:9px;letter-spacing:.18em}.studios-screen-status small{font-family:Georgia,Times New Roman,serif;font-style:italic;font-size:13px}.studio-screen-intro{padding:140px clamp(28px,7vw,118px);display:grid;grid-template-columns:1.05fr .75fr;grid-gap:10vw;gap:10vw;background:#f2ede5;color:#111015}.studio-screen-intro h2{margin:24px 0 0;font-family:Georgia,Times New Roman,serif;font-size:clamp(58px,7vw,108px);line-height:.9;font-weight:400;letter-spacing:-.052em}.studio-screen-intro>div:last-child{align-self:end}.studio-screen-intro>div:last-child p{margin:0 0 22px;color:rgba(17,16,21,.64);font-size:16px;line-height:1.8}.studio-screen-slate{background:#0a0a0d;padding:14px;display:grid;grid-gap:14px;gap:14px}.studio-screen-title{min-height:660px;display:grid;grid-template-columns:minmax(0,1.4fr) minmax(360px,.6fr);background:#101015;overflow:hidden;color:#fff;border:1px solid rgba(255,255,255,.08)}.studio-screen-title-image{min-height:660px;position:relative;overflow:hidden;background:#151419}.studio-screen-title-image:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.02) 56%,rgba(9,9,12,.7));pointer-events:none}.studio-screen-title-image img,.studio-screen-title-image video{width:100%;height:100%;object-fit:cover;transition:transform .8s cubic-bezier(.2,.7,.2,1)}.studio-screen-title:hover .studio-screen-title-image img,.studio-screen-title:hover .studio-screen-title-image video{transform:scale(1.025)}.studio-screen-title-golden .studio-screen-title-image img{object-position:72% center}.studio-screen-title-copy{padding:clamp(42px,5vw,84px);display:flex;flex-direction:column;justify-content:flex-end;position:relative;z-index:2}.studio-screen-title-copy>span{margin-bottom:auto;font-size:9px;letter-spacing:.18em;color:#f0d7a8}.studio-screen-title-copy h3{margin:34px 0 20px;font-family:Georgia,Times New Roman,serif;font-size:clamp(48px,5.2vw,82px);line-height:.88;font-weight:400;letter-spacing:-.05em}.studio-screen-title-copy p{max-width:500px;margin:0;color:rgba(255,255,255,.61);font-size:14px;line-height:1.7}.studio-screen-title-copy strong{display:inline-flex;align-items:center;gap:10px;width:max-content;margin-top:28px;padding-bottom:7px;border-bottom:1px solid rgba(255,255,255,.36);font-size:9px;font-weight:650;letter-spacing:.13em;text-transform:uppercase}.studio-screen-title-future .studio-screen-title-copy{background:radial-gradient(circle at 15% 15%,rgba(117,88,145,.18),transparent 40%)}.studio-screen-title-character .studio-screen-title-copy{background:radial-gradient(circle at 80% 20%,rgba(217,177,112,.1),transparent 36%)}.studio-screen-statement{min-height:76svh;padding:130px clamp(28px,7vw,118px);display:flex;flex-direction:column;justify-content:center;background:radial-gradient(circle at 74% 30%,rgba(109,67,115,.34),transparent 32%),#0a090d;color:#fff}.studio-screen-statement>span{font-size:9px;letter-spacing:.2em;color:#f0d7a8}.studio-screen-statement blockquote{max-width:1240px;margin:36px 0 74px;font-family:Georgia,Times New Roman,serif;font-size:clamp(68px,9vw,154px);line-height:.82;letter-spacing:-.06em;font-weight:400}.studio-screen-disciplines{display:flex;flex-wrap:wrap;gap:10px}.studio-screen-disciplines span{padding:12px 18px;border:1px solid rgba(255,255,255,.17);border-radius:999px;color:rgba(255,255,255,.65);font-size:9px;letter-spacing:.12em;text-transform:uppercase}.studio-team-soon{padding:140px clamp(28px,7vw,118px);display:grid;grid-template-columns:1fr .72fr;grid-gap:9vw;gap:9vw;background:#eee7dc;color:#111015}.studio-team-soon h2{margin:24px 0 28px;font-family:Georgia,Times New Roman,serif;font-size:clamp(58px,7vw,106px);line-height:.89;font-weight:400;letter-spacing:-.05em}.studio-team-soon-copy>p:not(.section-kicker){max-width:760px;margin:0 0 16px;color:rgba(17,16,21,.63);font-size:16px;line-height:1.75}.studio-team-company-card{align-self:end;min-height:500px;padding:42px;display:flex;flex-direction:column;background:#121116;color:#fff}.studio-team-company-card img{width:76px;height:76px;border-radius:50%;object-fit:cover;margin-bottom:auto}.studio-team-company-card>span{margin-top:70px;color:#f0d7a8;font-size:9px;letter-spacing:.18em}.studio-team-company-card h3{margin:18px 0 16px;font-family:Georgia,Times New Roman,serif;font-size:clamp(38px,4vw,58px);line-height:.94;font-weight:400}.studio-team-company-card>p{margin:0;color:rgba(255,255,255,.6);font-size:13px;line-height:1.7}.studio-team-company-card>div{display:flex;flex-wrap:wrap;gap:24px;margin-top:36px}.studio-team-company-card a{display:inline-flex;align-items:center;gap:9px;padding-bottom:6px;border-bottom:1px solid rgba(255,255,255,.34);font-size:9px;letter-spacing:.12em;text-transform:uppercase}.studio-screen-network{display:grid;grid-template-columns:1fr 1fr;background:#0a090d;color:#fff}.studio-screen-network>a{min-height:360px;padding:clamp(40px,5vw,78px);position:relative;display:flex;flex-direction:column;justify-content:flex-end;border-right:1px solid rgba(255,255,255,.12)}.studio-screen-network>a:last-child{border-right:0}.studio-screen-network span{margin-bottom:auto;color:#f0d7a8;font-size:9px;letter-spacing:.18em}.studio-screen-network h3{max-width:600px;margin:32px 0 16px;font-family:Georgia,Times New Roman,serif;font-size:clamp(42px,4.5vw,70px);line-height:.92;font-weight:400;letter-spacing:-.045em}.studio-screen-network svg{width:18px;height:18px}.press-room-form,.press-room-grid{position:relative;z-index:1}.press-room-assets .button{white-space:nowrap}@media (max-width:1280px){.site-header nav{gap:16px}.site-header nav a{font-size:9px;letter-spacing:.09em}.header-actions{gap:16px;font-size:9px}.studio-name,.wordmark{font-size:13px}}@media (max-width:1120px){.site-header{grid-template-columns:1fr auto}.shop-link,.site-header nav{display:none}.studio-screen-title{grid-template-columns:1fr}.studio-screen-title-image{min-height:54vw}.studio-screen-title-image:after{background:linear-gradient(180deg,rgba(0,0,0,.02) 65%,rgba(9,9,12,.55))}}@media (max-width:850px){.studio-screen-intro,.studio-team-soon{grid-template-columns:1fr;gap:60px}.studio-screen-network{grid-template-columns:1fr}.studio-screen-network>a{border-right:0;border-bottom:1px solid rgba(255,255,255,.12)}.studio-screen-network>a:last-child{border-bottom:0}.studio-team-company-card{min-height:420px}}@media (max-width:660px){.studios-screen-hero-copy{width:auto;margin-left:20px;margin-right:20px;padding-top:25vh}.studios-screen-hero h1{font-size:clamp(58px,18vw,86px)}.studios-screen-status{left:20px;right:20px}.studios-screen-status small{display:none}.studio-screen-intro,.studio-screen-statement,.studio-team-soon{padding-left:20px;padding-right:20px}.studio-screen-slate{padding:7px;gap:7px}.studio-screen-title{min-height:0}.studio-screen-title-image{min-height:72vw}.studio-screen-title-copy{padding:32px 24px 38px;min-height:360px}.studio-screen-title-copy h3{font-size:48px}.studio-screen-statement blockquote{font-size:64px}.studio-team-company-card{padding:28px}}