@charset "UTF-8";
@font-face{font-family:Inter;src:url(../assets/brand/inter-variable.woff2) format("woff2");font-weight:400 900;font-style:normal;font-display:swap;}
:root{--bg:#0a0a0f;--surface:#101117;--ink:#f4f6fa;--muted:#b4b5c4;--violet:#7861ff;--bright:#a88bff;--line:#30313d;--font:Inter,Arial,Helvetica,sans-serif;--gutter:clamp(24px,4vw,72px)}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:110px}body{margin:0;background:var(--bg);color:var(--ink);font-family:var(--font);font-size:16px;line-height:1.65;-webkit-font-smoothing:antialiased}::selection{background:#7861ff;color:white}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button,a,input,select,textarea,summary{-webkit-tap-highlight-color:transparent}button{cursor:pointer}a:focus-visible,button:focus-visible,summary:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:2px solid #c9b8ff;outline-offset:6px}img{max-width:100%;height:auto;display:block}svg{width:24px;height:24px;flex-shrink:0}h1,h2,h3,p{margin:0}h1,h2,h3{line-height:1.04;font-weight:750;letter-spacing:-.055em;text-wrap:balance}h1{font-size:clamp(52px,6.2vw,96px)}h2{font-size:clamp(38px,4.6vw,68px)}h3{font-size:27px;letter-spacing:-.035em}p{color:var(--muted)}em{font-style:normal;color:var(--violet)}.wrap{width:calc(100% - var(--gutter)*2);max-width:1408px;margin-inline:auto}.section{padding-block:120px}.section-label{font-size:11px;font-weight:550;letter-spacing:.22em;text-transform:uppercase;color:#c5c4d5;line-height:1.6}.section-heading{display:flex;justify-content:space-between;align-items:end;gap:64px;margin-bottom:48px}.section-heading .section-label{margin-bottom:24px}.section-heading>p{max-width:340px;font-size:18px}.section-heading>.text-link{flex-shrink:0}.text-link{display:inline-flex;align-items:center;gap:22px;min-height:44px;padding-block:7px;border-bottom:1px solid var(--violet);font-size:16px;font-weight:550;color:var(--bright);transition:color .2s,gap .2s}.text-link:hover{color:var(--ink);gap:29px}.button{display:inline-flex;align-items:center;justify-content:center;gap:28px;padding:15px 25px;min-height:54px;border:1px solid transparent;border-radius:4px;font-size:15px;font-weight:550;line-height:1.4;transition:background .2s,border-color .2s,box-shadow .2s,transform .2s}.button.primary{color:white;background:#6948f5;border-color:#8469ff}.button.primary:hover{background:#795bff;box-shadow:0 0 26px #7861ff30;transform:translateY(-2px)}.button.secondary{background:#0a0a0f55;border-color:#9c9ba9;color:var(--ink)}.button.secondary:hover{border-color:var(--bright);background:#171323}.button:disabled{opacity:.6;cursor:wait;transform:none}.actions{display:flex;flex-wrap:wrap;gap:18px}.skip{position:fixed;top:-100px;left:20px;z-index:100;background:var(--ink);color:var(--bg);padding:12px 22px}.skip:focus{top:15px}.site-header{position:relative;z-index:20;border-bottom:1px solid #ffffff0a;background:#0a0a0fea}.header-inner{display:flex;align-items:center;justify-content:space-between;gap:32px;height:110px}.brand{display:inline-flex;align-items:center;gap:12px;flex-shrink:0}.brand-mark{position:relative;display:block}.brand-mark img{width:48px;height:48px}.brand-mark:after{content:"";position:absolute;width:2px;left:50%;top:30%;height:40%;background:#a88bff;box-shadow:0 0 12px #9b6aff;animation:portal-open 1.3s ease-out both;pointer-events:none}.wordmark{display:flex;flex-direction:column}.wordmark strong{font-size:24px;letter-spacing:-.055em;line-height:1.05;font-weight:850}.wordmark>span{font-size:11px;letter-spacing:.66em;line-height:1.7;padding-left:2px}.header-inner nav{display:flex;gap:36px;margin-left:auto;margin-right:auto}.header-inner nav a{font-size:14px;position:relative;padding:14px 0}.header-inner nav a:after{content:"";position:absolute;left:0;bottom:4px;width:100%;height:1px;background:var(--violet);transform:scaleX(0);transform-origin:left;transition:transform .2s}.header-inner nav a:hover:after,.header-inner nav a[aria-current]:after{transform:scaleX(1)}.header-inner nav a[aria-current]{color:var(--bright)}.menu-toggle{display:none;background:none;border:1px solid var(--line);border-radius:4px;width:46px;height:46px;padding:12px;color:var(--ink)}.menu-toggle span{display:block;height:1px;background:currentColor;margin:6px 0;transition:transform .2s}.hero{position:relative;min-height:750px;isolation:isolate;overflow:hidden}.hero-art{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:62% 52%;z-index:-2}.hero:before{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(90deg,#0a0a0f 0%,#0a0a0fe6 22%,#0a0a0f66 42%,transparent 66%),linear-gradient(0deg,#0a0a0f 0%,transparent 18%)}.hero-inner{min-height:750px;display:flex;flex-direction:column;justify-content:space-between;padding-top:115px}.hero-copy{max-width:670px}.hero h1{font-weight:850;line-height:.99;letter-spacing:-.065em;font-size:clamp(60px,6.5vw,100px)}.hero-promise{font-size:15px;letter-spacing:.08em;color:var(--ink);margin-top:30px;max-width:560px}.hero-description{font-size:18px;max-width:420px;line-height:1.7;margin:28px 0 32px;color:#d0ceda}.hero-foot{display:flex;justify-content:space-between;gap:30px;padding:23px 0 25px;border-top:1px solid #ffffff55;margin-top:100px;color:#dedbe8;font-size:10px;text-transform:uppercase;letter-spacing:.27em}.selected-grid{display:grid;grid-template-columns:1fr 1fr;gap:28px}.work-feature{position:relative;background:#101017;min-width:0}.project-art{width:100%;aspect-ratio:1.6;object-fit:cover}.work-feature-body{padding:30px 30px 34px}.work-feature-body>.section-label{margin-bottom:18px;font-size:10px}.project-title{display:flex;align-items:center;gap:13px}.project-title h3{font-size:36px}.project-title img{width:42px;height:42px;object-fit:contain;border-radius:9px}.work-feature-body>p:not(.section-label){font-size:18px;margin:12px 0 20px}.work-strips{display:grid;grid-template-columns:1fr 1fr;border-block:1px solid var(--line);margin-top:32px}.work-strips a{min-height:102px;display:flex;align-items:center;gap:18px;padding:20px 30px}.work-strips a+a{border-left:1px solid var(--line)}.work-strips strong{font-size:20px;letter-spacing:-.03em}.work-strips span{font-size:14px;color:var(--muted)}.work-strips svg{margin-left:auto;color:var(--bright)}.work-strips img{border-radius:8px}.work-strips a:hover{background:#111017}.capabilities-layout{display:grid;grid-template-columns:1fr 1fr;gap:54px}.capabilities-art{width:100%;height:100%;min-height:520px;object-fit:cover}.capabilities{border-top:1px solid #74707f}details{border-bottom:1px solid #74707f}summary{display:flex;align-items:center;gap:24px;padding:25px 0;cursor:pointer;list-style:none;min-height:94px}summary::-webkit-details-marker{display:none}summary h3{font-size:23px;flex:1;letter-spacing:-.035em}summary>svg{width:20px;transition:transform .2s}details[open] summary>svg{transform:rotate(180deg)}.number{color:var(--bright);font-size:16px;font-weight:550}.details-body{padding:0 0 32px 47px}.details-body p{margin-bottom:18px;max-width:450px}.global{position:relative;min-height:650px;isolation:isolate;overflow:hidden}.global-art{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:-2}.global:after{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(90deg,#0a0a0ff5 0%,#0a0a0f99 32%,transparent 65%)}.global-copy{padding-block:115px}.global h2{max-width:830px;font-size:clamp(42px,5.4vw,80px)}.global p{max-width:450px;font-size:18px;margin:28px 0 32px;color:#d6d5df}.studio-band{padding:64px 0;background:var(--surface)}.studio-band>.wrap{display:grid;grid-template-columns:.6fr 1.7fr 1fr;gap:50px;align-items:center}.studio-band h2{font-size:clamp(32px,3.4vw,52px)}.studio-band>.wrap>p:last-child{font-size:15px;border-left:1px solid var(--line);padding-left:32px}.cta{padding:115px 0 100px;border-bottom:1px solid #7861ff88;position:relative}.cta .section-label{margin-bottom:24px}.cta h2{font-size:clamp(50px,6.8vw,104px);max-width:960px}.cta-bottom{display:flex;justify-content:space-between;align-items:end;margin-top:38px;gap:40px}.cta-bottom p{font-size:17px}.footer{padding:60px 0 25px}.footer-top{display:flex;justify-content:space-between;gap:40px;align-items:center;padding-bottom:50px}.footer-top p{font-size:12px;margin-top:20px}.footer nav{display:flex;gap:28px;flex-wrap:wrap;font-size:13px}.footer a:hover{color:var(--bright)}.footer-bottom{display:flex;justify-content:space-between;align-items:center;gap:20px;border-top:1px solid var(--line);padding-top:23px;color:#a8a6b5;font-size:10px;letter-spacing:.1em}.footer-bottom>a{display:flex;align-items:center;gap:8px}.footer-bottom svg{width:16px;height:16px}.page-intro{padding-top:95px;padding-bottom:80px}.page-intro .lead{max-width:680px;margin-top:35px;font-size:21px}.page-intro .actions{gap:40px;margin-top:30px}.solution-row{display:grid;grid-template-columns:1fr 1fr;gap:85px;align-items:center;border-top:1px solid var(--line);padding-block:75px}.solution-copy h2{font-size:clamp(32px,3.1vw,48px);margin:24px 0}.solution-copy>p:not(.section-label){margin-bottom:22px;max-width:550px;font-size:17px}.solution-art{width:100%;aspect-ratio:1.3;object-fit:cover}.solution-row:nth-child(odd) .solution-art{order:-1}.evolution{display:grid;grid-template-columns:1fr 1fr;gap:85px;align-items:center}.evolution h2{margin:24px 0}.evolution p:not(.section-label){margin-bottom:24px;max-width:540px}.project-section{padding-top:40px}.project-list{display:grid;grid-template-columns:1fr 1fr;gap:0 54px}.project{border-top:1px solid #666273;padding:35px 0 50px;min-width:0}.project-top{display:flex;align-items:center;gap:18px;margin-bottom:24px}.project-logo{width:64px;height:64px;object-fit:contain;border-radius:12px}.project-kicker{font-size:10px;letter-spacing:.12em;text-transform:uppercase;margin-bottom:10px}.project h3{font-size:30px;line-height:1.15}.project>p,.project-wide-body>p{font-size:15px;line-height:1.85}.platforms{display:flex;flex-wrap:wrap;gap:9px 16px;list-style:none;padding:0;margin:25px 0;color:#ccc9d9;font-size:10px;text-transform:uppercase;letter-spacing:.1em}.get-links{display:flex;flex-wrap:wrap;gap:10px 20px}.get{color:var(--bright);font-size:13px;border-bottom:1px solid #7861ff66;min-height:40px;display:inline-flex;align-items:center}.get:hover{color:var(--ink)}.project .soon{margin-top:20px;color:var(--bright);font-size:12px}.project-wide-art img{width:100%;aspect-ratio:2.3;object-fit:cover;margin-bottom:24px}.about-stage{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}.about-art{width:100%;min-height:570px;object-fit:cover}.about-stage h2{font-size:clamp(32px,3.4vw,50px);margin:24px 0}.about-stage p:not(.section-label){margin-bottom:22px;font-size:17px}.principles{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}.principles article{border-top:1px solid var(--line);padding-top:30px}.principles h3{font-size:25px;margin:25px 0 16px;line-height:1.2}.principles p{font-size:15px}.contact-layout{padding:75px 0 85px;display:grid;grid-template-columns:1.1fr .9fr;gap:70px}.contact-copy{position:relative;isolation:isolate;min-width:0;overflow:hidden}.contact-copy h1{font-size:clamp(48px,5vw,76px);position:relative;z-index:1}.contact-copy .lead{font-size:21px;margin-top:32px;position:relative;z-index:1}.email-link{display:inline-flex;gap:20px;align-items:center;font-size:17px;margin-top:35px;position:relative;z-index:1}.contact-art{position:absolute;inset:170px 0 0;height:calc(100% - 170px);width:100%;object-fit:cover;z-index:-2;opacity:.7;mask-image:linear-gradient(transparent,black 30%,black 75%,transparent)}.contact-copy>.section-label{margin-top:290px;position:relative;z-index:1;font-size:9px}.contact-layout form{border:1px solid #5c566d;border-radius:5px;padding:32px;align-self:start;background:#0a0a0fcc}.form-note{font-size:12px;line-height:1.6;margin:12px 0 24px}.field{display:flex;flex-direction:column;margin:19px 0;gap:7px}.field label{font-size:13px}.field label span{color:var(--muted)}input,select,textarea{width:100%;background:#101016;color:var(--ink);border:1px solid #686275;border-radius:3px;padding:11px 13px;font-size:14px;line-height:1.5}input::placeholder,textarea::placeholder{color:#9691a6}input:focus,select:focus,textarea:focus{border-color:var(--bright)}textarea{resize:vertical;min-height:125px;max-height:500px}.contact-layout .button{width:100%;margin-top:8px}.honeypot{position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%)}#form-status{font-size:14px;margin-top:16px;min-height:23px}#form-status[data-state=error]{color:#ffb5c6}#form-status[data-state=success]{color:#bcdcca}.error-page{min-height:65vh}.error-page>img{margin-bottom:30px}.error-page h1{max-width:750px}@keyframes portal-open{0%{opacity:0;transform:scaleY(.1)}35%{opacity:1;transform:scaleY(1);box-shadow:0 0 22px 5px #7861ff}100%{opacity:0;transform:scaleY(1.3)}}
@media(min-width:1700px){.hero-inner,.hero{min-height:870px}.hero-inner{padding-top:150px}.hero-art{object-position:60% 52%}}
@media(max-width:1100px){.header-inner{gap:22px}.header-inner nav{gap:24px}.wordmark strong{font-size:21px}.brand-mark img{width:42px;height:42px}.header-inner>.button{gap:14px;padding-inline:18px}.hero h1{font-size:76px}.hero-copy{max-width:540px}.hero-description{max-width:350px}.section{padding-block:85px}.section-heading{gap:35px}.work-strips a{padding-inline:15px;flex-wrap:wrap;gap:12px}.work-strips span{font-size:12px}.capabilities-layout{gap:35px}.studio-band>.wrap{grid-template-columns:1.4fr 1fr}.studio-band .section-label{grid-column:1/-1}.footer-top{align-items:start}.footer nav{max-width:310px}.contact-layout{gap:35px}.contact-copy h1{font-size:58px}.solution-row,.evolution{gap:45px}}
@media(max-width:760px){html{scroll-padding-top:85px}.site-header{border-bottom:1px solid #ffffff13}.header-inner{height:82px;gap:15px}.wordmark strong{font-size:20px}.wordmark>span{font-size:9px}.brand{gap:8px}.brand-mark img{width:40px;height:40px}.header-inner>.button{display:none}.menu-toggle{display:block}.header-inner nav{display:flex;position:static;flex-wrap:wrap;gap:8px 18px;margin:0}.header-inner{height:auto;min-height:82px;flex-wrap:wrap;padding-block:14px}.header-inner nav{order:3;width:100%;padding-bottom:8px}.js .header-inner{height:82px;flex-wrap:nowrap;padding-block:0}.js .header-inner nav{display:none;position:absolute;left:0;right:0;top:82px;background:#0d0d14;padding:20px var(--gutter) 28px;border-bottom:1px solid #7861ff88;box-shadow:0 12px 25px #0008}.js .header-inner nav.is-open{display:flex;flex-direction:column;gap:3px}.header-inner nav a{font-size:18px;padding:12px 0}.menu-toggle[aria-expanded=true] span:first-child{transform:translateY(3.5px) rotate(45deg)}.menu-toggle[aria-expanded=true] span:last-child{transform:translateY(-3.5px) rotate(-45deg)}.hero,.hero-inner{min-height:850px}.hero-inner{padding-top:48px}.hero h1{font-size:clamp(48px,10.9vw,78px);max-width:610px;letter-spacing:-.06em}.hero-copy{max-width:none}.hero-promise{font-size:12px;letter-spacing:.015em;margin-top:24px;max-width:330px}.hero-description{font-size:15px;max-width:300px;margin:17px 0 25px;line-height:1.65}.hero-art{height:660px;top:auto;bottom:25px;object-position:64% 60%;object-fit:cover;width:100%;opacity:1}.hero:before{background:linear-gradient(180deg,#0a0a0f 0%,#0a0a0f 20%,#0a0a0fc9 35%,#0a0a0f15 53%,transparent 72%,#0a0a0f 95%)}.hero .actions{gap:12px}.button{font-size:13px;min-height:49px;padding:13px 18px;gap:15px}.button svg{width:20px;height:20px}.hero-foot{margin-top:310px;padding-block:20px;flex-direction:column;gap:8px;font-size:8px;letter-spacing:.18em}.hero-foot span:last-child{color:#aaa6b9}.section{padding-block:70px}.section-heading{display:block;margin-bottom:30px}.section-heading>p,.section-heading>.text-link{margin-top:24px}.section-heading>p{font-size:16px}.section-label{font-size:10px;letter-spacing:.18em}.section-heading .section-label{margin-bottom:19px}h2{font-size:39px}.selected-grid{grid-template-columns:1fr;gap:30px}.project-art{aspect-ratio:1.55}.work-feature-body{padding:24px}.project-title h3{font-size:29px}.project-title img{width:35px;height:35px}.work-feature-body>p:not(.section-label){font-size:16px}.work-strips{grid-template-columns:1fr;margin-top:26px}.work-strips a{padding-inline:0;min-height:92px}.work-strips a+a{border-left:0;border-top:1px solid var(--line)}.work-strips strong{font-size:19px}.work-strips span{font-size:12px}.work-strips img{width:30px;height:30px}.capabilities-layout{grid-template-columns:1fr;gap:28px}.capabilities-art{min-height:0;height:auto;aspect-ratio:1.3}.capabilities summary{gap:18px;min-height:80px;padding:23px 0}.capabilities summary h3{font-size:19px}.details-body{padding-left:36px;font-size:14px}.text-link{font-size:14px}.global{min-height:690px}.global-art{height:440px;top:auto;bottom:0;object-position:70% center}.global:after{background:linear-gradient(180deg,#0a0a0f 0%,#0a0a0f 25%,#0a0a0f55 53%,transparent 75%,#0a0a0f99)}.global-copy{padding-top:65px;padding-bottom:270px}.global h2{font-size:42px;max-width:580px}.global p{font-size:16px;max-width:380px;margin:24px 0}.studio-band{padding:45px 0}.studio-band>.wrap{grid-template-columns:1fr;gap:24px}.studio-band h2{font-size:36px}.studio-band>.wrap>p:last-child{border-left:0;padding-left:0;max-width:440px;font-size:14px}.cta{padding:75px 0 65px}.cta h2{font-size:50px}.cta-bottom{align-items:start;flex-direction:column;gap:25px;margin-top:28px}.cta-bottom p{font-size:15px}.footer{padding:42px 0 25px}.footer-top{flex-direction:column;gap:35px;padding-bottom:35px}.footer nav{gap:18px 24px;font-size:12px;max-width:100%}.footer-bottom{flex-wrap:wrap;justify-content:space-between;font-size:9px;gap:16px}.footer-bottom>span:nth-child(2){order:3;width:100%;font-size:8px;letter-spacing:.17em}.page-intro{padding-top:58px;padding-bottom:45px}h1{font-size:48px}.page-intro .lead{font-size:18px;margin-top:26px}.page-intro .actions{gap:26px;margin-top:24px}.solution-row{grid-template-columns:1fr;gap:30px;padding-block:48px}.solution-row:nth-child(odd) .solution-art{order:0}.solution-copy h2{font-size:34px}.solution-copy>p:not(.section-label){font-size:16px}.solution-art{aspect-ratio:1.45}.evolution{grid-template-columns:1fr;gap:30px}.project-list{grid-template-columns:1fr}.project{padding-block:30px 40px}.project h3{font-size:27px}.project-logo{width:52px;height:52px}.project-kicker{font-size:9px}.project-section{padding-top:30px}.project>p{font-size:14px}.about-stage{grid-template-columns:1fr;gap:36px}.about-art{min-height:0;aspect-ratio:1.2}.about-stage h2{font-size:36px}.about-stage p:not(.section-label){font-size:16px}.principles{grid-template-columns:1fr;gap:32px}.principles h3{margin-top:16px;font-size:24px}.contact-layout{grid-template-columns:1fr;padding-top:50px;gap:32px}.contact-copy{min-height:340px}.contact-copy h1{font-size:48px}.contact-copy .lead{font-size:18px;margin-top:25px}.email-link{font-size:14px;gap:10px;margin-top:20px}.email-link svg{width:18px}.contact-art{display:none}.contact-copy>.section-label{margin-top:45px;font-size:8px}.contact-layout form{padding:24px}.field{margin-block:19px}input,select,textarea{font-size:16px}.error-page h1{font-size:54px}.error-page{min-height:70vh}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}.brand-mark:after{opacity:0}}

/* Navigation and page continuity — September 2026 refinement. */
html{scroll-padding-top:120px}
.site-header{position:sticky;top:0;z-index:40;background:#0a0a0ff5;border-bottom:1px solid #7861ff40;backdrop-filter:blur(18px)}
.header-inner{height:90px}
.header-inner nav{gap:4px;padding:4px;border:1px solid #ffffff16;border-radius:6px;background:#ffffff04}
.header-inner nav a{padding:10px 18px;font-size:16px;font-weight:550;color:#e4e2ee;min-height:44px}
.header-inner nav a:hover,.header-inner nav a[aria-current]{background:#7861ff18;color:#c9bcff}
.header-inner nav a:after{left:18px;width:calc(100% - 36px);bottom:5px}
.home main{position:relative;isolation:isolate;background:radial-gradient(ellipse at 3% 37%,#7861ff12,transparent 36%),radial-gradient(ellipse at 94% 69%,#7861ff0d,transparent 30%)}
.home main:before{content:"";position:absolute;z-index:-1;left:calc(var(--gutter)/2);top:750px;bottom:0;width:1px;background:linear-gradient(transparent,#7861ff66 8%,#7861ff22 85%,transparent);pointer-events:none}
.home .section{padding-block:80px}
.home .section+.section{padding-top:40px}
.home .section-label{display:flex;align-items:center;gap:13px}
.home .section-label:before{content:"";width:6px;height:6px;border-radius:50%;background:#a88bff;box-shadow:0 0 18px #7861ff88;flex-shrink:0}
.chapter-nav{position:sticky;top:90px;z-index:30;border-block:1px solid #7861ff45;background:#101017f5;backdrop-filter:blur(18px)}
.chapter-nav>.wrap{display:grid;grid-template-columns:repeat(4,1fr)}
.chapter-nav a{position:relative;display:flex;align-items:center;justify-content:center;gap:13px;min-height:62px;padding:12px 15px;color:#d9d7e5;font-size:14px;transition:background .2s,color .2s}
.chapter-nav a+a{border-left:1px solid #ffffff0e}
.chapter-nav a span{font-size:10px;letter-spacing:.12em;color:#a89ebd}
.chapter-nav a:hover,.chapter-nav a[aria-current]{color:#fff;background:#7861ff1a}
.chapter-nav a:after{content:"";position:absolute;bottom:-1px;left:18%;right:18%;height:2px;background:#a88bff;transform:scaleX(0);transition:transform .2s}
.chapter-nav a[aria-current]:after{transform:scaleX(1)}
.home :is(#free,#work,#studio,#contact){scroll-margin-top:55px}
.home .global:after{background:linear-gradient(90deg,#0a0a0ff5 0%,#0a0a0f99 32%,transparent 65%),linear-gradient(0deg,#101117 0%,transparent 18%,transparent 82%,#0a0a0f)}
.home .studio-band{background:linear-gradient(#101117,#10111799,transparent)}
.home .cta{padding-block:80px;background:radial-gradient(ellipse at 70% 100%,#7861ff17,transparent 70%)}
@media(min-width:761px) and (max-width:1100px){.header-inner{gap:14px}.header-inner nav a{padding-inline:11px;font-size:14px}.header-inner nav a:after{left:11px;width:calc(100% - 22px)}}
@media(max-width:760px){
 html{scroll-padding-top:130px}
 .header-inner,.js .header-inner{height:auto;min-height:110px;display:grid;grid-template-columns:1fr auto;gap:6px 14px;padding-block:10px 0}
 .header-inner>.button{display:inline-flex;min-height:38px;font-size:12px;padding:8px 12px;gap:8px}
 .header-inner>.button svg{width:16px;height:16px}
 .header-inner nav,.js .header-inner nav,.js .header-inner nav.is-open{display:flex;position:static;grid-column:1/-1;grid-row:2;order:0;flex-direction:row;justify-content:space-between;flex-wrap:nowrap;width:100%;margin:0;padding:0;background:none;border:0;border-top:1px solid #ffffff10;border-radius:0;box-shadow:none;gap:0}
 .header-inner nav a{font-size:13px;padding:9px 11px;min-height:44px;text-align:center;flex:1}
 .header-inner nav a:after{left:11px;width:calc(100% - 22px)}
 .brand-mark img{width:34px;height:34px}.wordmark strong{font-size:18px}.wordmark>span{font-size:8px}
 .chapter-nav{top:110px}
 .chapter-nav>.wrap{width:100%}
 .chapter-nav a{min-height:50px;padding:9px 5px;font-size:11px;gap:5px}
 .chapter-nav a span{font-size:8px}
 .home .section{padding-block:48px}.home .section+.section{padding-top:20px}
 .home main:before{left:10px;top:850px}
 .home .global-copy{padding-top:45px}
 .home .global:after{background:linear-gradient(180deg,#0a0a0f 0%,#0a0a0f 25%,#0a0a0f55 53%,transparent 75%,#101117)}
 .home .studio-band{padding-block:32px}.home .cta{padding-block:55px}
 .home :is(#free,#work,#studio,#contact){scroll-margin-top:45px}
}
@media(prefers-reduced-motion:reduce){.chapter-nav a,.chapter-nav a:after{transition:none}}

/* Canonical BC launch: violet light, measured depth, and a shared creative practice. */
.hero-inner{position:relative}.hero-seal{position:absolute;right:0;bottom:130px;display:flex;align-items:center;gap:15px;padding:16px 23px;border:1px solid #aaa0cd36;background:#0a0a0fbb;backdrop-filter:blur(12px)}
.hero-seal img{width:62px;height:62px;filter:drop-shadow(0 0 14px #7861ff55);animation:bc-reveal 1.4s ease-out both}.hero-seal span{font-size:11px;letter-spacing:.1em;text-transform:uppercase;line-height:1.6;color:#d8d2e8}
.capabilities-art{height:auto;max-height:720px;position:sticky;top:195px;align-self:start;aspect-ratio:4/5}
.capabilities summary{min-height:76px;padding-block:20px}.capabilities summary:hover h3{color:#c9bcff}
.work-feature{border:1px solid #ffffff0d;transition:border-color .25s,box-shadow .25s}.work-feature:hover{border-color:#7861ff77;box-shadow:0 0 36px #7861ff15}
.contact-founder{font-size:14px;margin-top:25px;color:#d0c9df}.contact-copy .email-link{margin-top:20px}
.reveal-ready{opacity:1;transform:none}.reveal-ready.is-revealed{animation:section-reveal .65s ease-out both}
.hero-art{animation:stage-reveal 1.4s ease-out both}
@keyframes bc-reveal{from{opacity:0;transform:translateY(8px);filter:drop-shadow(0 0 28px #aa78ff)}to{opacity:1;transform:none;filter:drop-shadow(0 0 14px #7861ff55)}}
@keyframes stage-reveal{from{opacity:.4;transform:scale(1.015)}to{opacity:1;transform:scale(1)}}
@keyframes section-reveal{from{opacity:.55;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}
@view-transition{navigation:auto}::view-transition-old(root){animation:page-out .16s ease-out}::view-transition-new(root){animation:page-in .25s ease-out}
@keyframes page-out{to{opacity:0}}@keyframes page-in{from{opacity:0}to{opacity:1}}
@media(max-width:760px){.hero-seal{bottom:122px;padding:10px 14px;gap:10px}.hero-seal img{width:42px;height:42px}.hero-seal span{font-size:9px}.hero-foot{font-size:8px;letter-spacing:.1em}.capabilities-art{position:static;max-height:360px;aspect-ratio:1.3}.contact-copy{min-height:380px}.contact-copy>.section-label{margin-top:30px}.hero-description{max-width:325px}.footer-bottom>span:nth-child(2){letter-spacing:.06em}}
@media(prefers-reduced-motion:reduce){.reveal-ready{opacity:1;transform:none}::view-transition-old(root),::view-transition-new(root){animation:none}}
@supports(animation-timeline:view()){@media(min-width:761px) and (prefers-reduced-motion:no-preference){.global-art{animation:earth-depth linear both;animation-timeline:view();animation-range:entry 0% exit 100%}@keyframes earth-depth{from{transform:scale(1.05) translateY(-12px)}to{transform:scale(1.05) translateY(12px)}}}}
