:root{--bg:#0d0d0c;--surface:#171615;--text:#f6f0e9;--muted:#c9c0b8;--purple:#bc78d6;--purple-deep:#54215f;--green:#c4ed75;--line:rgba(246,240,233,.2);--serif:Georgia,"Times New Roman",serif;--sans:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;color:var(--text);background:var(--bg);font-family:var(--sans);font-synthesis:none}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px;background:var(--bg);overflow-x:hidden}a{color:inherit;text-decoration:none}button{font:inherit}img{display:block;max-width:100%;height:auto}a:focus-visible,button:focus-visible{outline:3px solid var(--green);outline-offset:4px}.shell{width:min(1340px,calc(100% - 64px));margin-inline:auto}.site-header{position:sticky;top:0;z-index:50;display:flex;align-items:center;justify-content:space-between;min-height:78px;padding:16px max(32px,calc((100vw - 1340px)/2));border-bottom:1px solid var(--line);background:#0d0d0ceb;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.brand,.footer-brand{font-size:1.2rem;font-weight:800;letter-spacing:-.03em}.brand span,.footer-brand span{color:var(--green)}.site-header nav{display:flex;gap:34px;align-items:center}.site-header nav a{position:relative;padding:12px 0;font-size:.76rem;font-weight:750;letter-spacing:.14em;text-transform:uppercase}.site-header nav a:after{position:absolute;right:0;bottom:7px;left:0;height:2px;background:var(--green);content:"";transform:scaleX(0);transform-origin:right;transition:transform .2s}.site-header nav a:hover:after{transform:scaleX(1);transform-origin:left}.menu-button{display:none;border:0;background:none;color:var(--text);min-width:44px;min-height:44px}.eyebrow,.index,dt{margin:0;color:var(--green);font-size:.72rem;font-weight:800;letter-spacing:.17em;line-height:1.5;text-transform:uppercase}.hero{min-height:calc(100svh - 78px);padding-top:clamp(85px,12vw,170px);padding-bottom:60px}.hero h1,.work-index h1,.about-page h1,.contact-page h1,.project-hero h1,.not-found h1{max-width:1200px;margin:28px 0;font:italic clamp(4rem,8.6vw,9rem)/.89 var(--serif);letter-spacing:-.065em}.hero h1 em,h1 em,h2 em{color:var(--purple);font-weight:400}.hero-footer{display:flex;align-items:flex-end;justify-content:space-between;gap:50px;margin-top:clamp(65px,11vw,145px)}.hero-footer>p{max-width:510px;margin:0;color:var(--muted);font-size:clamp(1.05rem,1.6vw,1.35rem);line-height:1.5}.button-row{display:flex;gap:12px;flex-wrap:wrap}.button,.email-button{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:48px;padding:14px 19px;border:1px solid var(--line);font-size:.72rem;font-weight:800;letter-spacing:.11em;text-transform:uppercase}.button.primary,.email-button{border-color:var(--green);background:var(--green);color:#111}.button.secondary:hover{border-color:var(--purple);background:var(--purple-deep)}.work-section,.more-work,.about-section,.contact-section{padding-top:clamp(100px,13vw,180px);padding-bottom:clamp(100px,13vw,180px);border-top:1px solid var(--line);scroll-margin-top:78px}.section-heading{display:grid;grid-template-columns:.32fr 1fr;gap:50px;align-items:end;margin-bottom:80px}.section-heading>div{display:flex;justify-content:space-between;gap:20px}.section-number{margin:0;color:var(--muted);font:italic 1rem var(--serif)}.section-heading h2,.more-work h2,.about-section h2,.contact-section h2{margin:0;font:italic clamp(3.1rem,6.3vw,6.8rem)/.92 var(--serif);letter-spacing:-.055em}.project-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:80px 36px}.project-card:nth-child(2n){margin-top:110px}.project-visual{position:relative;display:block;overflow:hidden;background:var(--surface);aspect-ratio:1.08}.project-visual img{width:100%;height:100%;object-fit:cover;transition:transform .45s ease}.project-visual:hover img{transform:scale(1.035)}.project-visual>span{position:absolute;right:0;bottom:0;display:flex;align-items:center;gap:10px;padding:14px 17px;background:var(--green);color:#111;font-size:.7rem;font-weight:850;letter-spacing:.09em;text-transform:uppercase}.project-card-copy{padding-top:22px}.project-card-copy h3{margin:11px 0 14px;font:italic clamp(2.2rem,3.8vw,4rem)/.95 var(--serif);letter-spacing:-.045em}.project-card-copy>p:not(.index){max-width:500px;margin:0;color:var(--muted);font-size:1rem;line-height:1.5}.tags{display:flex;gap:8px;flex-wrap:wrap;margin:20px 0 0;padding:0;list-style:none}.tags li{padding:7px 9px;border:1px solid var(--line);color:var(--text);font-size:.66rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.more-work>header{display:grid;grid-template-columns:.32fr 1fr;gap:50px;align-items:end;margin-bottom:65px}.more-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:32px}.project-card.compact,.project-card.compact:nth-child(2n){display:grid;grid-template-columns:.46fr 1fr;gap:22px;margin-top:0;padding-top:18px;border-top:1px solid var(--line)}.compact .project-visual{aspect-ratio:1.2}.compact .project-visual>span{display:none}.compact .project-card-copy{padding-top:0}.compact .project-card-copy h3{font-size:clamp(1.65rem,2.7vw,2.8rem)}.compact .project-card-copy>p:not(.index){font-size:.88rem}.compact .tags{margin-top:12px}.about-section,.about-page{display:grid;grid-template-columns:.82fr 1fr;gap:clamp(50px,9vw,145px);align-items:center}.portrait-wrap{position:relative}.portrait-wrap img{width:100%;aspect-ratio:.82;object-fit:cover}.portrait-wrap>span{position:absolute;bottom:0;left:0;padding:11px 14px;background:var(--green);color:#111;font-size:.68rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.about-copy h2{margin-top:24px}.about-copy .lede{margin-top:35px;color:var(--text);font:italic clamp(1.45rem,2.4vw,2.3rem)/1.25 var(--serif)}.about-copy>p:not(.eyebrow,.lede){color:var(--muted);font-size:1.02rem;line-height:1.6}.discipline-list{display:flex;gap:8px;flex-wrap:wrap;margin:28px 0}.discipline-list span{padding:8px 10px;border:1px solid var(--line);font-size:.7rem;letter-spacing:.06em}.principles{margin:30px 0;padding:0;list-style:none;border-top:1px solid var(--line)}.principles li{display:flex;gap:18px;padding:13px 0;border-bottom:1px solid var(--line);font:italic 1.1rem var(--serif)}.principles li span{color:var(--green);font:normal .68rem var(--sans);letter-spacing:.12em}.text-link{align-self:center;padding:14px;font-size:.75rem;font-weight:800;text-transform:uppercase}.contact-section{background:var(--purple-deep)}.contact-section h2{margin-top:24px}.contact-section>p:not(.eyebrow),.contact-page>p:not(.eyebrow){max-width:600px;color:var(--text);font-size:1.15rem;line-height:1.5}.email-button{margin-top:35px}.email-address{display:block;width:fit-content;margin-top:20px;color:var(--muted);font-size:.9rem}.work-index{padding-top:110px;padding-bottom:150px}.work-index>header{margin-bottom:120px}.work-tier{padding-top:35px;border-top:1px solid var(--line)}.work-tier>h2{margin:0 0 55px;font:italic 2rem var(--serif)}.secondary-tier{margin-top:140px}.about-page{padding-top:100px;padding-bottom:150px}.about-page h1{font-size:clamp(3.5rem,7vw,7.5rem)}.identity-detail{display:grid;grid-template-columns:100px 1fr;gap:20px;align-items:center;margin:35px 0;padding-top:25px;border-top:1px solid var(--line)}.identity-detail img{width:100px;height:100px;object-fit:contain;background:#f3ece8}.identity-detail p{color:var(--muted);font-size:.82rem;line-height:1.5}.contact-page{min-height:75svh;padding-top:clamp(110px,14vw,190px);padding-bottom:150px}.contact-page h1{font-size:clamp(4rem,9vw,9rem)}.project-hero{padding-top:90px;padding-bottom:75px}.back-link{display:inline-flex;align-items:center;gap:9px;margin-bottom:75px;font-size:.72rem;font-weight:800;letter-spacing:.11em;text-transform:uppercase}.project-hero h1{max-width:1280px}.project-statement{max-width:680px;color:var(--muted);font:italic clamp(1.3rem,2.2vw,2rem)/1.4 var(--serif)}.metadata{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:25px;margin:65px 0 0;padding-top:23px;border-top:1px solid var(--line)}dt{margin-bottom:8px}dd{margin:0;color:var(--muted);font-size:.88rem;line-height:1.45}.project-hero-image{width:min(1500px,calc(100% - 32px));margin:0 auto}.project-hero-image img{width:100%;max-height:850px;object-fit:cover}.project-hero-image figcaption,.case-images figcaption{padding-top:9px;color:var(--muted);font-size:.72rem;line-height:1.45}.case-overview{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:35px;padding-top:95px;padding-bottom:30px}.case-overview>div{padding-top:18px;border-top:1px solid var(--line)}.case-overview>div>p:last-child{color:var(--muted);line-height:1.6}.case-section{display:grid;grid-template-columns:.36fr 1fr;gap:clamp(40px,7vw,110px);padding-top:120px}.case-section>header{position:sticky;top:110px;align-self:start}.case-section h2{margin:13px 0 19px;font:italic clamp(2.5rem,4.8vw,5rem)/.95 var(--serif);letter-spacing:-.045em}.case-section header>p:last-child{color:var(--muted);line-height:1.6}.case-images{display:grid;gap:18px}.case-images.split,.case-images.grid{grid-template-columns:repeat(2,minmax(0,1fr))}.case-images.grid figure:nth-child(3){grid-column:1/-1;width:70%;margin-inline:auto}.case-images figure{margin:0}.case-images img{width:100%;height:auto;background:var(--surface)}.next-project{padding-top:140px;padding-bottom:140px}.next-project>a{display:flex;align-items:center;justify-content:space-between;gap:25px;margin-top:20px;padding:20px 0;border-bottom:1px solid var(--line);font:italic clamp(2.8rem,6vw,6.5rem)/.95 var(--serif);letter-spacing:-.04em}.site-footer{display:grid;grid-template-columns:1fr auto;gap:35px;padding-top:45px;padding-bottom:40px;border-top:1px solid var(--line)}.site-footer>div>p{max-width:430px;color:var(--muted);font-size:.82rem;line-height:1.5}.site-footer nav{display:grid;grid-template-columns:repeat(2,auto);gap:12px 35px;font-size:.75rem;font-weight:700}.site-footer nav a:hover{color:var(--green)}.site-footer>small{grid-column:1/-1;padding-top:25px;border-top:1px solid var(--line);color:var(--muted)}.not-found{min-height:70svh;padding-top:150px}.not-found h1{font-size:clamp(4rem,9vw,9rem)}@media(max-width:900px){.section-heading,.more-work>header{grid-template-columns:1fr}.section-heading>div{justify-content:flex-start}.metadata{grid-template-columns:repeat(2,1fr)}.case-overview,.case-section{grid-template-columns:1fr}.case-section>header{position:static;max-width:620px}.about-section,.about-page{grid-template-columns:1fr}.portrait-wrap{width:min(650px,100%)}.about-page .portrait-wrap{order:2}}@media(max-width:680px){.shell{width:calc(100% - 40px)}.site-header{min-height:68px;padding:12px 20px}.menu-button{display:grid;place-items:center}.site-header nav{position:absolute;top:67px;right:0;left:0;display:none;flex-direction:column;align-items:stretch;gap:0;padding:10px 20px 20px;border-bottom:1px solid var(--line);background:var(--bg)}.site-header nav.open{display:flex}.site-header nav a{display:flex;align-items:center;min-height:48px;border-bottom:1px solid var(--line)}.hero{min-height:auto;padding-top:90px;padding-bottom:75px}.hero h1,.work-index h1,.about-page h1,.contact-page h1,.project-hero h1{font-size:clamp(3.35rem,15vw,5.4rem);overflow-wrap:break-word}.hero-footer{display:block;margin-top:65px}.hero-footer .button-row{margin-top:30px}.button-row .button{flex:1 1 auto}.work-section,.more-work,.about-section,.contact-section{padding-top:85px;padding-bottom:85px}.section-heading{margin-bottom:50px}.section-heading h2,.more-work h2,.about-section h2,.contact-section h2{font-size:clamp(2.8rem,12vw,4.7rem)}.project-grid,.more-grid{grid-template-columns:1fr;gap:52px}.project-card:nth-child(2n){margin-top:0}.project-card.compact,.project-card.compact:nth-child(2n){grid-template-columns:110px 1fr;gap:16px}.compact .project-card-copy h3{font-size:1.75rem}.compact .project-card-copy>p:not(.index),.compact .tags{display:none}.project-visual{aspect-ratio:1.04}.about-section{gap:45px}.portrait-wrap img{aspect-ratio:.9}.work-index{padding-top:80px}.work-index>header{margin-bottom:85px}.secondary-tier{margin-top:100px}.about-page{padding-top:75px;padding-bottom:100px}.contact-page{padding-top:100px}.metadata{grid-template-columns:1fr 1fr;margin-top:45px}.project-hero{padding-top:60px}.back-link{margin-bottom:55px}.project-hero-image{width:100%}.project-hero-image img{max-height:none}.case-overview{padding-top:65px}.case-section{padding-top:80px}.case-images.split,.case-images.grid{grid-template-columns:1fr}.case-images.grid figure:nth-child(3){grid-column:auto;width:100%}.next-project{padding-top:100px;padding-bottom:100px}.site-footer{grid-template-columns:1fr}.site-footer nav{grid-template-columns:repeat(4,auto);justify-content:start;gap:18px}.site-footer>small{grid-column:auto}.next-project>a{font-size:clamp(2.3rem,11vw,4rem)}}@media(max-width:380px){.shell{width:calc(100% - 32px)}.hero h1,.work-index h1,.about-page h1,.contact-page h1,.project-hero h1{font-size:3.15rem}.metadata{grid-template-columns:1fr}.site-footer nav{grid-template-columns:repeat(2,auto)}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}@media(max-width:680px){.site-header{width:100vw}.hero,.hero-footer,.project-hero,.project-statement,.about-copy,.case-section,.case-section>header{min-width:0;max-width:100%}.hero h1,.work-index h1,.about-page h1,.contact-page h1,.project-hero h1,.next-project a{overflow-wrap:anywhere;word-break:normal}.hero-footer>p,.project-statement{overflow-wrap:anywhere}.menu-button{position:relative;z-index:2;flex:0 0 44px}.brand{min-width:0}.project-hero h1{font-size:clamp(2.9rem,13.5vw,4.6rem)}}:root{--bg:#fbf5ed;--surface:#eee2e9;--text:#241524;--muted:#745f72;--purple:#7d3f88;--purple-deep:#ead8e9;--green:#a8d982;--line:rgba(74,39,75,.2);background:var(--bg);color:var(--text)}body{background:linear-gradient(180deg,#fffaf4,#f8f0e9 48%,#fbf5ed)}.site-header{background:#fbf5edeb}.button.primary,.email-button,.project-visual>span,.portrait-wrap>span{color:#1d2418}.button.secondary:hover{border-color:var(--purple);background:#ead8e9}.contact-section{background:#ead8e9}.contact-section>p:not(.eyebrow),.contact-page>p:not(.eyebrow){color:var(--text)}.contact-links{display:flex;gap:20px;flex-wrap:wrap;margin-top:20px}.contact-links a{color:var(--muted);font-size:.9rem;text-decoration:underline;text-decoration-color:var(--green);text-decoration-thickness:2px;text-underline-offset:5px}.contact-links a:hover{color:var(--purple)}.project-visual,.case-images img{background:#eee2e9}.identity-detail img{background:#fffaf4}@media(max-width:680px){.site-header nav{background:#fbf5ed}}.hero{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(360px,.62fr);gap:clamp(45px,7vw,110px);align-items:center;min-height:calc(100svh - 78px);padding-top:clamp(65px,8vw,105px);padding-bottom:clamp(65px,8vw,105px)}.hero h1{max-width:850px;margin:24px 0;font-size:clamp(3.7rem,6.7vw,7.2rem);line-height:.91}.hero-intro{max-width:610px;margin:30px 0;color:var(--muted);font-size:clamp(1rem,1.35vw,1.2rem);line-height:1.55}.hero-copy>.button-row{margin-top:32px}.hero-project{position:relative;display:block;align-self:stretch;min-height:560px;overflow:hidden;background:var(--surface);animation:heroReveal .65s .12s both ease-out}.hero-project>img{width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .55s ease}.hero-project:hover>img{transform:scale(1.025)}.hero-project>span{position:absolute;right:0;bottom:0;left:0;display:grid;grid-template-columns:1fr auto;gap:4px 20px;align-items:center;padding:20px;background:#fbf5edf0;border-top:1px solid var(--line);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.hero-project small{font-size:.65rem;font-weight:800;letter-spacing:.13em;text-transform:uppercase;color:var(--purple)}.hero-project strong{grid-column:1;font:italic 1.65rem var(--serif)}.hero-project svg{grid-column:2;grid-row:1/3}.work-section{padding-top:clamp(85px,10vw,140px)}.section-heading h2{font-size:clamp(2.8rem,5.3vw,5.8rem)}.chapter-nav{display:flex;flex-wrap:wrap;gap:10px;margin-top:50px;padding-top:20px;border-top:1px solid var(--line)}.chapter-nav a{display:inline-flex;gap:9px;align-items:center;min-height:42px;padding:9px 11px;border:1px solid var(--line);font-size:.7rem;font-weight:750;letter-spacing:.06em}.chapter-nav a span{color:var(--purple);font-size:.62rem}.chapter-nav a:hover{border-color:var(--purple);background:var(--purple-deep)}.chapters>div{scroll-margin-top:95px}.case-contact{margin-top:120px;padding-top:75px;padding-bottom:75px;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.case-contact h2{max-width:850px;margin:20px 0 0;font:italic clamp(2.7rem,5.5vw,5.8rem)/.95 var(--serif);letter-spacing:-.045em}.case-contact .email-button{margin-top:35px}.project-card{animation:cardReveal .6s both ease-out}.project-card:nth-child(2){animation-delay:.08s}.project-card:nth-child(3){animation-delay:.16s}.project-card:nth-child(4){animation-delay:.24s}@keyframes heroReveal{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:none}}@keyframes cardReveal{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:none}}@media(max-width:900px){.hero{grid-template-columns:1fr;min-height:auto}.hero-project{min-height:560px}.hero h1{max-width:760px}.chapter-nav{margin-top:35px}}@media(max-width:680px){.hero{display:grid;padding-top:65px;padding-bottom:75px}.hero h1{font-size:clamp(3rem,13.3vw,4.7rem)}.hero-intro{margin-top:24px}.hero-project{min-height:430px}.hero-project>span{padding:15px}.hero-project strong{font-size:1.35rem}.case-contact{margin-top:85px;padding-top:55px;padding-bottom:55px}.case-contact h2{font-size:clamp(2.5rem,11vw,4rem)}.chapter-nav{display:grid;grid-template-columns:1fr 1fr}.chapter-nav a{min-width:0}}:root{--bg:#03030d;--surface:#0c0b19;--text:#f5f0ed;--muted:#aaa5b5;--purple:#d262c8;--purple-deep:#3c1642;--green:#d262c8;--line:rgba(211,132,205,.23)}body{background:#03030d;color:var(--text)}body:before{position:fixed;top:0;right:0;bottom:0;left:0;z-index:-2;content:"";background:radial-gradient(circle at 70% 15%,rgba(88,30,92,.22),transparent 30%),radial-gradient(circle at 20% 75%,rgba(70,34,106,.13),transparent 32%),linear-gradient(#03030d,#05040f);pointer-events:none}.site-header{background:#03030dd1;border-color:#d384cd2e}.brand,.footer-brand{font-size:clamp(1.25rem,2vw,1.8rem);font-weight:400;letter-spacing:.18em}.brand span,.footer-brand span{color:#d262c8}.site-header nav{gap:clamp(18px,3vw,45px)}.site-header nav a{color:#eee8ed;font-weight:500;letter-spacing:.06em}.site-header nav a:after{background:#d262c8}.site-header nav a:first-child:after{transform:scaleX(.12);border-radius:99px}.site-header .talk-link{min-height:40px;padding:10px 17px;border:1px solid rgba(210,98,200,.7);border-radius:999px}.site-header .talk-link:after{display:none}.menu-button{color:var(--text)}.eyebrow,.index,dt{color:#db75d1}.button,.email-button{border-radius:999px;border-color:#d262c8bf;background:transparent!important;color:#fff!important}.button:hover,.email-button:hover{background:#581e5c73!important;box-shadow:0 0 30px #d262c838}.hero{position:relative;display:grid;grid-template-columns:minmax(330px,.42fr) minmax(600px,.88fr);gap:20px;align-items:center;width:min(1500px,calc(100% - 64px));min-height:calc(100svh - 78px);padding-top:35px;padding-bottom:45px;overflow:visible}.hero:before{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;content:"";opacity:.42;background-image:radial-gradient(circle,rgba(255,255,255,.65) 0 1px,transparent 1.4px),radial-gradient(circle,rgba(210,98,200,.8) 0 1px,transparent 1.4px);background-position:0 0,43px 57px;background-size:95px 95px,137px 137px;-webkit-mask-image:linear-gradient(90deg,transparent 20%,#000 50%,#000 100%);mask-image:linear-gradient(90deg,transparent 20%,#000 50%,#000 100%)}.hero-copy{position:relative;z-index:5;max-width:500px}.hero h1{max-width:470px;margin:20px 0;font-size:clamp(3.7rem,5vw,6.1rem);line-height:.91;color:#f7f0ed}.hero h1 em{display:block;color:#d262c8}.hero h1>span{color:#d262c8}.hero-intro{max-width:420px;margin:25px 0;color:#bdb7c4;font-size:clamp(.98rem,1.15vw,1.12rem);line-height:1.7}.hero-copy>.button-row{margin-top:28px}.hero-signature{display:flex;gap:13px;align-items:center;margin-top:70px;color:#d98bd2}.hero-signature>span{display:grid;gap:8px}.hero-signature strong{font-size:.68rem;letter-spacing:.1em;text-transform:uppercase}.hero-signature small{display:flex;align-items:center;gap:10px;color:#c4bec8;font-size:.68rem;letter-spacing:.08em;text-transform:uppercase}.cosmic-stage{position:relative;min-height:calc(100svh - 135px);isolation:isolate;perspective:1200px}.cosmic-stage:before{position:absolute;top:7%;right:2%;bottom:2%;left:0;z-index:-2;border-radius:48% 52% 42% 58%;content:"";background:conic-gradient(from 210deg,transparent 0 8%,rgba(255,166,79,.58) 12%,rgba(218,82,204,.92) 20%,transparent 31%,transparent 47%,rgba(122,68,255,.85) 57%,rgba(238,84,207,.82) 68%,transparent 80%);filter:blur(20px);opacity:.9;animation:ribbonBreathe 9s ease-in-out infinite alternate}.cosmic-stage:after{position:absolute;top:10%;right:5%;bottom:10%;left:5%;z-index:-3;border-radius:50%;content:"";background:radial-gradient(ellipse at 45% 50%,rgba(127,50,152,.34),transparent 44%),radial-gradient(circle at 70% 34%,rgba(255,170,78,.16),transparent 19%);filter:blur(9px)}.orbit{position:absolute;z-index:-1;border:2px solid rgba(219,96,208,.46);border-radius:50%;box-shadow:0 0 12px #d262c8,0 0 35px #d262c88c,inset 0 0 25px #7841ff59;filter:drop-shadow(0 0 8px rgba(255,166,79,.42));animation:orbitPulse 7s ease-in-out infinite alternate}.orbit-one{top:17%;right:2%;bottom:9%;left:10%;transform:rotate(-13deg)}.orbit-two{top:29%;right:12%;bottom:18%;left:2%;transform:rotate(19deg);opacity:.66;animation-delay:-3s}.floating-work{position:absolute;z-index:2;display:block;border:1px solid rgba(232,144,226,.32);background:#0b0914;box-shadow:0 22px 65px #000000b8,0 0 35px #d14bc333;transition:transform .35s ease,box-shadow .35s ease}.floating-work:hover{z-index:10;box-shadow:0 28px 75px #000c,0 0 50px #dd55cd6b}.floating-work img{width:100%;height:100%;object-fit:cover}.floating-work>span{position:absolute;color:#e39ad9;font:italic 1rem var(--serif);text-shadow:0 0 15px rgba(210,98,200,.8);white-space:nowrap}.floating-work small{display:block;margin-top:4px;color:#c978c0;font:600 .52rem var(--sans);letter-spacing:.1em;text-transform:uppercase}.float-phonics{top:17%;left:16%;width:25%;height:47%;border:8px solid #11101a;border-radius:30px;transform:rotate(-9deg)}.float-phonics:hover{transform:rotate(-7deg) translateY(-7px) scale(1.025)}.float-phonics img{border-radius:21px;object-position:center}.float-phonics>span{top:10%;right:calc(100% + 18px);text-align:right}.float-puddle{top:8%;right:4%;width:39%;height:48%;border-width:5px;border-radius:5px;transform:rotate(7deg)}.float-puddle:hover{transform:rotate(5deg) translateY(-7px) scale(1.025)}.float-puddle img{object-position:center 24%}.float-puddle>span{top:38%;left:calc(100% + 10px)}.float-chandler{bottom:6%;left:6%;width:39%;height:33%;border:9px solid #11101a;border-radius:20px;transform:rotate(-6deg)}.float-chandler:hover{transform:rotate(-4deg) translateY(-7px) scale(1.025)}.float-chandler>span{bottom:18%;right:calc(100% + 12px);text-align:right}.float-illustration{right:3%;bottom:2%;width:39%;height:38%;border-radius:8px;transform:rotate(5deg)}.float-illustration:hover{transform:rotate(3deg) translateY(-7px) scale(1.025)}.float-illustration>span{right:8%;bottom:calc(100% + 8px)}.scroll-prompt{position:absolute;right:30%;bottom:14px;display:flex;gap:8px;align-items:center;color:#c4bec8;font-size:.65rem;letter-spacing:.13em;text-transform:uppercase;animation:scrollNudge 2.2s ease-in-out infinite}.work-section,.more-work,.about-section,.contact-section,.experience-section{position:relative;border-color:#d384cd2e;background:transparent}.work-section:before,.contact-section:before{position:absolute;inset:-120px 0 auto;height:250px;content:"";background:radial-gradient(ellipse at 50% 50%,rgba(128,38,133,.24),transparent 68%);pointer-events:none}.section-heading h2,.more-work h2,.about-section h2,.contact-section h2,.experience-section h2{color:#f4edef}.section-heading h2 em,.more-work h2 em,.about-section h2 em,.contact-section h2 em,.experience-section h2 em{color:#d262c8}.project-visual,.case-images img{background:#0c0b19}.project-card{padding:1px;border:1px solid rgba(211,132,205,.2);border-radius:12px;background:linear-gradient(145deg,#100d1de6,#04040ef0);overflow:hidden}.project-card-copy{padding:22px 25px 28px}.project-card-copy h3{color:#f6efed}.project-card-copy>p:not(.index){color:#aaa5b5}.project-visual>span,.portrait-wrap>span{background:#581e5c;color:#fff}.tags li,.discipline-list span{border-color:#d384cd47;color:#d9d2db}.project-card:hover{border-color:#e570d994;box-shadow:0 0 35px #8723892e}.experience-section{padding-top:clamp(100px,12vw,170px);padding-bottom:clamp(100px,12vw,170px);border-top:1px solid var(--line)}.experience-section>header{display:grid;grid-template-columns:.34fr 1fr;gap:50px;margin-bottom:70px}.experience-section h2{margin:0;font:italic clamp(3rem,5.8vw,6rem)/.94 var(--serif);letter-spacing:-.05em}.experience-list{border-top:1px solid var(--line)}.experience-list article{display:grid;grid-template-columns:60px 1fr auto;gap:30px;align-items:center;padding:25px 0;border-bottom:1px solid var(--line)}.experience-list article>span{color:#d262c8;font-size:.7rem}.experience-list h3{margin:0 0 7px;font:italic clamp(1.35rem,2.3vw,2.3rem) var(--serif)}.experience-list p{margin:0;color:#aaa5b5}.experience-list time{color:#d98bd2;font-size:.75rem;letter-spacing:.09em}.about-section,.about-page,.work-index,.contact-page,.project-hero,.case-overview,.case-section,.next-project,.case-contact,.site-footer{color:var(--text)}.about-copy>p:not(.eyebrow,.lede),.project-statement,.case-overview>div>p:last-child,.case-section header>p:last-child,.site-footer>div>p{color:#aaa5b5}.portrait-wrap img{filter:saturate(.82) contrast(1.04)}.principles,.principles li,.metadata,.chapter-nav,.case-overview>div,.case-contact,.site-footer{border-color:#d384cd38}.chapter-nav a{border-color:#d384cd40;background:#0c0a19b3}.chapter-nav a:hover{background:#321238}.project-hero-image{padding:14px;border:1px solid rgba(211,132,205,.22);background:#090817;box-shadow:0 0 60px #5d1b6829}.project-hero h1,.work-index h1,.about-page h1,.contact-page h1,.not-found h1{color:#f5efec}.contact-section{background:linear-gradient(135deg,#320f3b7a,#04040ec7)}.contact-links a{color:#c4bec8}.email-address{color:#aaa5b5}.identity-detail img{background:#0d0b19}.site-footer nav a{color:#ddd5df}@keyframes ribbonBreathe{0%{transform:rotate(-7deg) scale(.96);filter:blur(22px);opacity:.68}to{transform:rotate(4deg) scale(1.04);filter:blur(15px);opacity:1}}@keyframes orbitPulse{0%{opacity:.38;filter:blur(.2px)}to{opacity:.82;filter:blur(1px)}}@keyframes scrollNudge{0%,to{transform:translateY(0);opacity:.65}50%{transform:translateY(5px);opacity:1}}@media(max-width:1050px){.hero{grid-template-columns:.8fr 1.2fr}.float-phonics{left:9%}.float-puddle{right:1%}.floating-work>span{display:none}.experience-section>header{grid-template-columns:1fr}}@media(max-width:800px){.site-header nav{background:#05040f}.hero{display:block;width:calc(100% - 40px);padding-top:75px}.hero:before{-webkit-mask-image:linear-gradient(#000,transparent);mask-image:linear-gradient(#000,transparent)}.hero-copy{max-width:680px}.hero h1{max-width:620px}.hero h1 em{display:inline}.hero-signature{margin-top:40px}.cosmic-stage{min-height:720px;margin-top:35px}.float-phonics{top:10%;left:3%;width:38%;height:42%}.float-puddle{top:4%;right:2%;width:49%;height:45%}.float-chandler{bottom:8%;left:2%;width:46%;height:32%}.float-illustration{right:1%;bottom:4%;width:47%;height:36%}.scroll-prompt{right:auto;left:50%;bottom:12px;transform:translate(-50%)}.experience-list article{grid-template-columns:38px 1fr}.experience-list time{grid-column:2}}@media(max-width:520px){.hero{width:calc(100% - 32px);padding-top:58px}.hero-copy{width:100%}.hero h1{max-width:100%;font-size:clamp(2.7rem,11.2vw,3rem);line-height:.95;letter-spacing:-.055em}.hero-intro{font-size:.96rem}.hero-signature{margin-top:32px}.cosmic-stage{min-height:600px;margin-inline:-5px}.float-phonics{top:8%;left:1%;width:43%;height:39%;border-width:5px;border-radius:18px}.float-puddle{top:2%;right:0;width:50%;height:41%}.float-chandler{bottom:12%;left:0;width:49%;height:29%;border-width:5px}.float-illustration{right:0;bottom:8%;width:48%;height:32%}.scroll-prompt{bottom:0;white-space:nowrap}.experience-section{padding-top:85px;padding-bottom:85px}.experience-section h2{font-size:clamp(2.7rem,12vw,4.2rem)}.experience-list article{gap:15px}.site-header .talk-link{border:0;border-radius:0;padding:13px 0}}@media(prefers-reduced-motion:reduce){.cosmic-stage:before,.orbit,.scroll-prompt,.floating-work{animation:none!important}.floating-work:hover{transform:none}}.cosmic-stage{position:relative;align-self:stretch;min-height:690px;overflow:visible}.cosmic-stage:before,.cosmic-stage:after,.orbit{display:none}.hero-artwork{position:absolute;top:50%;left:-21%;width:134%;max-width:none;height:auto;transform:translateY(-50%);filter:drop-shadow(0 28px 70px rgba(0,0,0,.55))}.hero-hotspots{position:absolute;top:0;right:0;bottom:0;left:0}.hero-hotspot{position:absolute;z-index:3;overflow:hidden;text-indent:-9999px;border-radius:24px}.hero-hotspot:focus-visible{outline:3px solid #e48bd8;outline-offset:5px}.hotspot-phonics{top:8%;left:23%;width:22%;height:43%}.hotspot-puddle{top:4%;right:1%;width:40%;height:50%}.hotspot-chandler{left:2%;bottom:4%;width:49%;height:38%}.hotspot-illustration{right:0;bottom:0;width:39%;height:38%}@media(max-width:1050px){.hero-artwork{left:-24%;width:142%}}@media(max-width:800px){.cosmic-stage{min-height:610px;margin-top:25px}.hero-artwork{top:47%;left:-17%;width:128%}.hotspot-phonics{left:26%}}@media(max-width:520px){.cosmic-stage{min-height:390px;margin-inline:-16px}.hero-artwork{left:-14%;width:126%}.hotspot-phonics{left:26%}}.featured-story:nth-child(3) .featured-story-image img{object-fit:cover;padding:0}.featured-checkerboard{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.featured-story{display:grid;grid-template-columns:minmax(180px,.7fr) minmax(260px,1.3fr);min-height:430px;overflow:hidden;border:1px solid rgba(211,132,205,.25);border-radius:12px;background:linear-gradient(145deg,#0e0b1cf5,#04050ffa);transition:border-color .3s ease,box-shadow .3s ease}.featured-story:hover{border-color:#e975dd9e;box-shadow:0 0 38px #831f8b33}.featured-story>div{position:relative;z-index:2;display:flex;flex-direction:column;align-items:flex-start;padding:34px 15px 32px 34px}.feature-number{margin:0;color:#d262c8;font:italic clamp(2.8rem,4vw,4.6rem) var(--serif)}.featured-story:nth-child(2) .feature-number{color:#6d9cff}.featured-story:nth-child(3) .feature-number{color:#ff9b38}.featured-story:nth-child(4) .feature-number{color:#a7d85c}.feature-category{margin:3px 0 25px;color:#d98bd2;font-size:.63rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.featured-story h3{margin:0 0 18px;font:italic clamp(2rem,3vw,3.2rem)/.96 var(--serif)}.featured-story>div>p:not(.feature-number,.feature-category){margin:0;color:#aaa5b5;font-size:.9rem;line-height:1.6}.featured-story>div>a{display:flex;gap:10px;align-items:center;margin-top:auto;padding-top:28px;color:#dc78d2;font-size:.7rem;font-weight:750;letter-spacing:.09em;text-transform:uppercase}.featured-story>div>a svg{transition:transform .2s}.featured-story:hover>div>a svg{transform:translate(4px)}.featured-story-image{position:relative;display:block;min-width:0}.featured-story-image:before{position:absolute;top:18%;right:18%;bottom:18%;left:18%;z-index:0;border-radius:50%;content:"";background:var(--purple);filter:blur(45px);opacity:.25}.featured-story-image img{position:relative;z-index:1;width:100%;height:100%;object-fit:cover;transition:transform .45s ease}.featured-story:hover .featured-story-image img{transform:scale(1.025)}.featured-story:nth-child(3) .featured-story-image img{object-fit:contain;padding:26px}.featured-story:nth-child(4) .featured-story-image img{object-position:center 18%}@media(max-width:900px){.featured-checkerboard{grid-template-columns:1fr}.featured-story{min-height:390px}}@media(max-width:560px){.featured-story{grid-template-columns:1fr;min-height:0}.featured-story>div{padding:28px 24px}.featured-story-image{height:300px}.featured-story>div>a{margin-top:25px}.featured-story:nth-child(3) .featured-story-image img{padding:18px}}.float-puddle>span{right:8px;left:auto;top:calc(100% + 7px);text-align:right}.float-illustration>span{right:8px}
