:root{--ink:#10100f;--paper:#e9e7df;--acid:#d6ff39;--line:rgba(16,16,15,.22);--mx:50%;--my:50%}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:Manrope,Arial,sans-serif;font-weight:400;overflow-x:hidden}.noise{position:fixed;inset:0;opacity:.045;pointer-events:none;z-index:99;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E")}.nav{position:fixed;z-index:50;top:0;left:0;width:100%;height:72px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:0 22px;border-bottom:1px solid rgba(255,255,255,.22);color:white;mix-blend-mode:difference;font:12px 'DM Mono',monospace;text-transform:uppercase}.nav a{color:inherit;text-decoration:none}.brand{font:500 25px Manrope}.brand>span:last-child{font-weight:300;opacity:.6}.nav nav{display:flex;gap:28px}.availability{justify-self:end;display:flex;align-items:center;gap:9px}.availability i{width:7px;height:7px;background:var(--acid);border-radius:50%;box-shadow:0 0 10px var(--acid)}.hero{min-height:100vh;display:grid;grid-template-columns:47% 53%;background:#0d0e12;color:#f2f0e9}.hero-copy{padding:126px 30px 30px;display:flex;flex-direction:column;justify-content:space-between}.eyebrow,.section-no,.section-head,.project-meta,.scene-label{font:11px 'DM Mono',monospace;text-transform:uppercase;letter-spacing:.02em}.hero h1{font-size:clamp(58px,7.5vw,126px);line-height:.84;letter-spacing:-.075em;margin:0;font-weight:400}.hero h1 em,.manifesto em,.contact em{font-family:Georgia,serif;font-weight:400}.hero-bottom{display:grid;grid-template-columns:1fr auto;align-items:end;gap:20px}.hero-bottom>p{max-width:330px;font-size:16px;line-height:1.4;margin:0}.round-link{width:110px;height:110px;border:1px solid #fff;border-radius:50%;display:flex;align-items:center;justify-content:center;gap:9px;color:white;text-decoration:none;font:11px 'DM Mono',monospace;text-transform:uppercase;transition:.3s}.round-link:hover{background:var(--acid);color:#111;border-color:var(--acid);transform:rotate(-8deg)}.scene{position:relative;overflow:hidden;background:#3b3bff;cursor:crosshair;isolation:isolate}.grid-field{position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.13) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.13) 1px,transparent 1px);background-size:52px 52px;transform:perspective(500px) rotateX(55deg) scale(1.6) translateY(15%);transform-origin:center bottom}.scene-card{position:absolute;margin:0;overflow:hidden;box-shadow:0 30px 80px rgba(0,0,0,.28);transition:transform .15s linear;will-change:transform}.scene-card img{width:100%;height:100%;object-fit:cover;filter:grayscale(1) contrast(1.1);transition:filter .5s,transform .8s}.scene:hover .scene-card img{filter:grayscale(0);transform:scale(1.04)}.card-a{width:42%;height:48%;left:12%;top:17%;transform:rotate(-6deg)}.card-b{width:29%;height:38%;right:7%;top:10%;transform:rotate(7deg)}.card-c{width:34%;height:32%;right:16%;bottom:7%;transform:rotate(-2deg)}.aperture{position:absolute;width:105px;height:105px;border:1px solid #fff;border-radius:50%;left:var(--mx);top:var(--my);transform:translate(-50%,-50%);mix-blend-mode:difference;pointer-events:none}.aperture-b{width:13px;height:13px;background:#fff;margin-left:42px}.scene-label{position:absolute;bottom:23px;left:23px;right:23px;display:flex;justify-content:space-between;color:white}.manifesto{min-height:86vh;padding:125px 24px 70px;border-bottom:1px solid var(--line);position:relative}.manifesto-line{font-size:clamp(46px,7vw,110px);line-height:1;letter-spacing:-.06em;margin:65px 0 0}.manifesto-line.indent{margin-top:0;padding-left:12vw}.manifesto-line span{text-decoration:line-through;text-decoration-thickness:2px}.manifesto-note{position:absolute;bottom:65px;right:6vw;max-width:320px;font-size:16px;line-height:1.45}.work{padding:24px}.section-head{display:flex;justify-content:space-between;border-top:1px solid var(--ink);padding:12px 0 45px}.project{margin-bottom:80px}.project-meta{display:grid;grid-template-columns:60px 1fr 1fr auto;border-bottom:1px solid var(--ink);padding:10px 0}.project-image{height:65vh;overflow:hidden;background:#ccc;position:relative}.project-image:after{content:'';position:absolute;inset:0;background:var(--hover-color,transparent);mix-blend-mode:multiply;opacity:0;transition:.4s}.project:hover .project-image:after{opacity:.42}.project-image img{width:100%;height:100%;object-fit:cover;transition:transform 1s cubic-bezier(.2,.7,.2,1),filter .5s}.project:hover img{transform:scale(1.025);filter:saturate(1.15)}.project-foot{display:flex;justify-content:space-between;align-items:end;padding-top:14px}.project-foot h2{font-size:clamp(32px,4vw,66px);letter-spacing:-.05em;line-height:.95;margin:0;font-weight:400}.project-foot a{color:inherit;text-decoration:none;font:11px 'DM Mono',monospace;text-transform:uppercase}.project-pair{display:grid;grid-template-columns:1fr 1fr;gap:20px}.project-pair .project-image{height:60vw;max-height:740px}.project-pair .project-meta{grid-template-columns:42px 1fr auto}.capabilities{padding:100px 24px 150px;background:#10100f;color:#eee}.cap-list{margin-top:70px}.cap-list>div{display:grid;grid-template-columns:70px 1fr 1fr;align-items:center;border-top:1px solid #555;padding:23px 0}.cap-list span{font:11px 'DM Mono',monospace}.cap-list h3{font-size:clamp(45px,6vw,92px);line-height:1;margin:0;font-weight:400;letter-spacing:-.06em}.cap-list p{max-width:300px;justify-self:end}.estimator{display:grid;grid-template-columns:42% 58%;min-height:100vh;background:var(--acid);border-bottom:1px solid #111}.estimator-intro{padding:90px 35px;border-right:1px solid #111}.estimator-intro h2{font-size:clamp(50px,6vw,96px);line-height:.91;letter-spacing:-.065em;font-weight:400;margin:80px 0 35px}.estimator-intro>p:last-child{max-width:350px;line-height:1.5}.estimator-ui{padding:90px 5vw 45px;position:relative}.progress{height:2px;background:rgba(0,0,0,.2);margin-bottom:12px}.progress span{display:block;height:100%;width:25%;background:#111;transition:.4s}.step-count{font:11px 'DM Mono',monospace;margin-bottom:55px}.estimate-step{border:0;padding:0;margin:0;display:none}.estimate-step.active{display:block}.estimate-step legend{font-size:clamp(32px,4vw,62px);line-height:1;letter-spacing:-.04em;margin-bottom:35px}.estimate-step label{display:block;border-top:1px solid rgba(0,0,0,.35);cursor:pointer}.estimate-step label:last-of-type{border-bottom:1px solid rgba(0,0,0,.35)}.estimate-step input{position:absolute;opacity:0}.estimate-step label span{display:flex;align-items:center;justify-content:space-between;padding:18px 4px;font-size:17px;transition:.2s}.estimate-step label span:after{content:'○';font-size:24px}.estimate-step input:checked+span{padding-left:15px;background:#111;color:#fff}.estimate-step input:checked+span:after{content:'●';color:var(--acid)}.estimate-result{margin-top:35px;display:grid;grid-template-columns:1fr auto;gap:4px;border-top:1px solid #111;padding-top:14px}.estimate-result p{font:11px 'DM Mono',monospace;text-transform:uppercase;margin:0}.estimate-result strong{grid-row:1/3;grid-column:2;font-size:38px;font-weight:400;letter-spacing:-.04em}.estimate-result span{font-size:12px;opacity:.7}.estimator-actions{position:absolute;bottom:40px;left:5vw;right:5vw;display:flex;justify-content:space-between}.estimator-actions button{border:0;background:transparent;font:12px 'DM Mono',monospace;text-transform:uppercase;cursor:pointer;padding:14px 0}.estimator-actions button:disabled{opacity:.25}.contact{min-height:100vh;background:#6057ff;color:white;padding:90px 24px 24px;display:flex;flex-direction:column;justify-content:space-between}.contact>p{font:11px 'DM Mono',monospace;text-transform:uppercase}.contact>a{color:white;text-decoration:none;font-size:clamp(52px,9vw,145px);line-height:.84;letter-spacing:-.07em;position:relative}.contact>a span{font-size:.4em;position:absolute;margin:10px}.contact footer{display:grid;grid-template-columns:1fr 1fr 1fr;font:11px 'DM Mono',monospace;text-transform:uppercase;border-top:1px solid rgba(255,255,255,.5);padding-top:13px}.contact footer span:nth-child(2){text-align:center}.contact footer span:last-child{text-align:right}.reveal{opacity:0;transform:translateY(45px);transition:opacity .8s,transform .8s}.reveal.visible{opacity:1;transform:none}@media(max-width:800px){.nav{grid-template-columns:1fr auto}.nav nav{display:none}.availability{font-size:0}.availability:after{content:'Connect';font-size:11px}.hero{grid-template-columns:1fr;grid-template-rows:55vh 65vh}.hero-copy{padding:100px 18px 22px}.hero-bottom{margin-top:40px}.scene{grid-row:2}.manifesto{padding:90px 18px;min-height:75vh}.manifesto-line.indent{padding-left:0}.manifesto-note{position:static;margin:60px 0 0 auto}.work{padding:18px}.project-pair{grid-template-columns:1fr}.project-image,.project-pair .project-image{height:65vh}.project-meta{grid-template-columns:40px 1fr auto}.project-meta span:nth-child(3){display:none}.capabilities{padding:80px 18px}.cap-list>div{grid-template-columns:45px 1fr}.cap-list p{grid-column:2;justify-self:start}.estimator{grid-template-columns:1fr}.estimator-intro{border-right:0;border-bottom:1px solid #111;padding:70px 18px}.estimator-intro h2{margin:55px 0 25px}.estimator-ui{padding:65px 18px 120px;min-height:720px}.estimator-actions{left:18px;right:18px}.estimate-result strong{font-size:28px}.contact{padding:75px 18px 20px}.contact footer{grid-template-columns:1fr auto}.contact footer span:nth-child(2){display:none}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}.reveal{opacity:1;transform:none}}

/* V2: rounded viewport and continuous motion system */
body{background:#c9ff29;padding:10px}body:after{content:"";position:fixed;inset:10px;border:1px solid rgba(255,255,255,.32);border-radius:28px;z-index:90;pointer-events:none;box-shadow:0 0 0 10px #c9ff29}main{border-radius:28px;overflow:clip;background:var(--paper)}.nav{top:10px;left:10px;width:calc(100% - 20px);border-radius:28px 28px 0 0;padding-inline:32px}.hero{min-height:calc(100vh - 20px)}
.client-orbit{position:absolute;display:grid;place-items:center;text-align:center;border:1px solid rgba(255,255,255,.72);border-radius:50%;color:#fff;text-transform:uppercase;font:500 clamp(15px,2vw,30px)/.9 Manrope;letter-spacing:-.05em;transition:background .55s cubic-bezier(.16,1,.3,1),color .55s cubic-bezier(.16,1,.3,1),scale .7s cubic-bezier(.16,1,.3,1);will-change:translate}.client-orbit:hover{background:var(--acid);color:#111;border-color:var(--acid);scale:1.08}.orbit-a{width:25vw;height:25vw;max-width:310px;max-height:310px;left:7%;top:18%}.orbit-b{width:14vw;height:14vw;max-width:185px;max-height:185px;right:12%;top:12%}.orbit-c{width:18vw;height:18vw;max-width:230px;max-height:230px;right:20%;bottom:8%}.orbit-d{width:10vw;height:10vw;max-width:135px;max-height:135px;left:18%;bottom:8%;font-size:12px}
.aperture{transition:left .08s linear,top .08s linear}.reveal{opacity:0;transform:translateY(70px) scale(.985);filter:blur(8px);transition:opacity 1.2s cubic-bezier(.16,1,.3,1),transform 1.2s cubic-bezier(.16,1,.3,1),filter 1.2s cubic-bezier(.16,1,.3,1)}.reveal.visible{opacity:1;transform:none;filter:none}.manifesto-line{clip-path:inset(0 0 110% 0);transform:translateY(45px);transition:clip-path 1.25s cubic-bezier(.16,1,.3,1),transform 1.25s cubic-bezier(.16,1,.3,1)}.manifesto.visible .manifesto-line{clip-path:inset(0);transform:none}.manifesto.visible .manifesto-line:nth-of-type(3){transition-delay:.14s}
.clients{padding:24px 24px 130px}.client-statement{font-size:clamp(48px,7.5vw,118px);line-height:.88;letter-spacing:-.07em;padding:55px 0 100px}.client-statement em{font-family:Georgia,serif;font-weight:400}.client-roster{border-top:1px solid var(--ink);overflow:hidden}.client-roster>div{display:grid;grid-template-columns:70px 1fr auto;align-items:center;border-bottom:1px solid var(--ink);padding:18px 4px;transition:background .45s cubic-bezier(.16,1,.3,1),color .45s cubic-bezier(.16,1,.3,1),padding .55s cubic-bezier(.16,1,.3,1),transform .8s cubic-bezier(.16,1,.3,1),opacity .8s;cursor:default}.client-roster:not(.visible)>div{opacity:0;transform:translateY(34px)}.client-roster.visible>div{opacity:1;transform:none}.client-roster.visible>div:nth-child(2){transition-delay:.04s}.client-roster.visible>div:nth-child(3){transition-delay:.08s}.client-roster.visible>div:nth-child(4){transition-delay:.12s}.client-roster.visible>div:nth-child(5){transition-delay:.16s}.client-roster.visible>div:nth-child(6){transition-delay:.20s}.client-roster.visible>div:nth-child(7){transition-delay:.24s}.client-roster.visible>div:nth-child(8){transition-delay:.28s}.client-roster.visible>div:nth-child(9){transition-delay:.32s}.client-roster.visible>div:nth-child(10){transition-delay:.36s}.client-roster>div:hover{background:#111;color:#fff;padding-left:18px;padding-right:18px}.client-roster span,.client-roster small{font:11px 'DM Mono',monospace;text-transform:uppercase}.client-roster strong{font-size:clamp(25px,3.2vw,52px);font-weight:400;letter-spacing:-.045em}.client-note{max-width:470px;margin:45px 0 0 auto;font-size:14px;line-height:1.5}.estimate-step.active{animation:stepIn .75s cubic-bezier(.16,1,.3,1)}@keyframes stepIn{from{opacity:0;transform:translateX(28px);filter:blur(5px)}to{opacity:1;transform:none;filter:none}}.estimate-result strong{transition:transform .35s,opacity .35s}.cap-list>div{transition:padding .5s cubic-bezier(.16,1,.3,1),background .4s}.cap-list>div:hover{padding-left:18px;padding-right:18px;background:#1b1b19}.contact>a{transition:letter-spacing 1s cubic-bezier(.16,1,.3,1)}.contact>a:hover{letter-spacing:-.085em}
@media(max-width:800px){body{padding:5px}body:after{inset:5px;border-radius:18px;box-shadow:0 0 0 5px #c9ff29}main{border-radius:18px}.nav{top:5px;left:5px;width:calc(100% - 10px);border-radius:18px 18px 0 0;padding-inline:18px}.orbit-a{width:43vw;height:43vw}.orbit-b{width:28vw;height:28vw}.orbit-c{width:34vw;height:34vw}.orbit-d{width:22vw;height:22vw}.clients{padding:18px 18px 90px}.client-statement{padding:45px 0 70px}.client-roster>div{grid-template-columns:38px 1fr}.client-roster small{display:none}}
@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation:none!important;transition:none!important}.reveal,.client-roster>div,.manifesto-line{opacity:1;transform:none;filter:none;clip-path:none}}

/* V3: restrained monochrome palette */
:root{--paper:#e7e5de;--acid:#d7d4ca;--frame:#bcb9af}.brand{width:22px;height:40px;display:flex;align-items:center;justify-content:center;overflow:visible;color:#fff}.brand img{display:block;width:22px;height:38px;object-fit:contain;object-position:center;filter:none}.hero{background:#111210}.scene{background:#c8c6bd;color:#111}.grid-field{background-image:linear-gradient(rgba(0,0,0,.12) 1px,transparent 1px),linear-gradient(90deg,rgba(0,0,0,.12) 1px,transparent 1px)}.client-orbit{color:#111;border-color:rgba(0,0,0,.65);background:rgba(231,229,222,.18);backdrop-filter:blur(4px)}.client-orbit:hover{background:#111;color:#eceae3;border-color:#111}.scene-label{color:#111}.aperture{border-color:#111;mix-blend-mode:normal}.aperture-b{background:#111}.estimator{background:#d2d0c8}.estimate-step input:checked+span{background:#111;color:#eee}.estimate-step input:checked+span:after{color:#d2d0c8}.contact{background:#1a1a18}.availability i{background:#d8d5cc;box-shadow:0 0 10px rgba(255,255,255,.45)}body{background:var(--frame)}body:after{box-shadow:0 0 0 10px var(--frame)}
@media(max-width:800px){body:after{box-shadow:0 0 0 5px var(--frame)}}

/* V4: unified composition */
body{padding:7px;background:#aaa79e}body:after{inset:7px;border-radius:20px;box-shadow:0 0 0 7px #aaa79e}main{border-radius:20px}.nav{top:7px;left:7px;width:calc(100% - 14px);border-radius:20px 20px 0 0;background:rgba(17,18,16,.08);backdrop-filter:blur(12px);border-bottom-color:rgba(255,255,255,.12)}.hero-v4{position:relative;display:block;min-height:calc(100vh - 14px);padding:124px 30px 34px;overflow:hidden;background:#131411;isolation:isolate}.hero-v4 #heroShader{position:absolute;inset:0;width:100%;height:100%;z-index:-2;opacity:.78}.hero-grid{position:absolute;inset:0;z-index:-1;background-image:linear-gradient(rgba(255,255,255,.055) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.055) 1px,transparent 1px);background-size:7.1428vw 7.1428vw;mask-image:linear-gradient(to bottom,black,transparent 78%)}.hero-v4 .eyebrow{margin:0;color:#bdbcb6}.hero-v4 h1{font-size:clamp(76px,12.3vw,190px);line-height:.75;letter-spacing:-.085em;margin:10vh 0 0;font-weight:400;max-width:94%;position:relative}.hero-v4 h1 span{display:block}.hero-v4 h1 span:nth-child(2){padding-left:10vw}.hero-v4 h1 span:nth-child(3){padding-left:25vw;color:#c8c5bc}.hero-v4 h1 em{font-family:Georgia,serif;font-weight:400}.hero-services{position:absolute;right:30px;top:126px;display:grid;gap:6px;text-align:right;font:10px 'DM Mono',monospace;text-transform:uppercase;color:#bdbcb6}.hero-deck{position:absolute;left:30px;bottom:32px;max-width:360px;margin:0;font-size:16px;line-height:1.45;color:#d9d7d0}.hero-enter{position:absolute;right:30px;bottom:28px;color:#eee;text-decoration:none;font:10px 'DM Mono',monospace;text-transform:uppercase;display:flex;gap:28px;border-bottom:1px solid #777;padding-bottom:9px}.hero-cursor{display:none}
.manifesto{min-height:74vh;padding-top:150px;background:linear-gradient(#dedcd5,#e7e5de);border-bottom:0}.sticky-story{display:grid;grid-template-columns:38% 62%;padding:0 24px 140px;background:#e7e5de}.sticky-intro{position:sticky;top:100px;height:max-content;padding:12px 4vw 0 0}.sticky-intro h2{font-size:clamp(46px,5.7vw,86px);line-height:.9;letter-spacing:-.06em;font-weight:400;margin:85px 0 30px}.sticky-intro>p:last-child{max-width:330px;line-height:1.5}.sticky-cards{border-top:1px solid #111}.sticky-cards article{min-height:72vh;padding:35px 20px 45px;display:flex;flex-direction:column;justify-content:space-between;border-bottom:1px solid #777;position:sticky;top:88px;background:#e7e5de}.sticky-cards article:nth-child(2){top:112px;background:#dfddd6}.sticky-cards article:nth-child(3){top:136px;background:#d6d4cc}.sticky-cards span,.sticky-cards small{font:10px 'DM Mono',monospace;text-transform:uppercase}.sticky-cards h3{font-size:clamp(43px,5.4vw,82px);line-height:.92;letter-spacing:-.06em;font-weight:400;margin:auto 0 30px}.sticky-cards p{max-width:480px;font-size:17px;line-height:1.48}.clients{background:#d6d4cc;padding-top:110px;margin-top:-1px}.client-statement{padding-bottom:110px}.client-roster>div{background:#d6d4cc}.capabilities{background:linear-gradient(to bottom,#d6d4cc 0,#242420 180px,#151513 360px);padding-top:310px;margin-top:-1px}.capabilities>.section-no{color:#aaa}.estimator{background:#d0cec6;margin-top:-1px}.contact{margin-top:-1px}
@media(max-width:800px){body{padding:4px}body:after{inset:4px;border-radius:14px;box-shadow:0 0 0 4px #aaa79e}main{border-radius:14px}.nav{top:4px;left:4px;width:calc(100% - 8px);border-radius:14px 14px 0 0}.hero-v4{padding:105px 18px 28px;min-height:calc(100svh - 8px)}.hero-v4 h1{font-size:clamp(62px,20vw,108px);line-height:.79;margin-top:14vh}.hero-v4 h1 span:nth-child(2){padding-left:0}.hero-v4 h1 span:nth-child(3){padding-left:8vw}.hero-services{top:auto;bottom:88px;right:18px}.hero-deck{left:18px;bottom:28px;max-width:58%;font-size:13px}.hero-enter{display:none}.sticky-story{grid-template-columns:1fr;padding:0 18px 80px}.sticky-intro{position:relative;top:auto;padding:80px 0}.sticky-intro h2{margin:55px 0 25px}.sticky-cards article{min-height:66vh;top:72px;padding-inline:8px}.sticky-cards article:nth-child(2){top:92px}.sticky-cards article:nth-child(3){top:112px}.capabilities{padding-top:220px}}

/* V5: one voice, tighter alignment, richer response */
html.lenis,html.lenis body{height:auto}.lenis.lenis-smooth{scroll-behavior:auto!important}.lenis.lenis-stopped{overflow:hidden}.lenis.lenis-smooth iframe{pointer-events:none}body{font-family:Manrope,Arial,sans-serif}.nav,.eyebrow,.section-no,.section-head,.scene-label,.hero-services,.hero-enter,.client-roster span,.client-roster small,.sticky-cards span,.sticky-cards small,.cap-list span,.step-count,.estimate-result p,.estimator-actions button,.contact>p,.contact footer{font-family:Manrope,Arial,sans-serif;font-weight:500;text-transform:none;letter-spacing:.035em}.nav{font-size:11px}.eyebrow,.section-no,.section-head{font-size:11px}.hero-v4 h1 em,.manifesto em,.client-statement em,.contact em{font-family:Manrope,Arial,sans-serif;font-style:italic;font-weight:300}.hero-v4 h1{font-size:clamp(72px,11vw,174px);line-height:.79;max-width:none;margin-top:9vh}.hero-v4 h1 span:nth-child(2){padding-left:18vw}.hero-v4 h1 span:nth-child(3){padding-left:6vw;color:#f0eee7}.hero-deck{max-width:470px;font-size:17px}.hero-services{font-size:11px;line-height:1.45}.section-head,.clients,.capabilities{padding-left:30px;padding-right:30px}.sticky-story{padding-left:30px;padding-right:30px;grid-template-columns:40% 60%}.manifesto{padding-left:30px;padding-right:30px}.manifesto-line.indent{padding-left:14.2vw}.client-roster>div{grid-template-columns:7.15vw 1fr 17vw}.client-roster>div:after{content:'↗︎';position:absolute;right:20px;opacity:0;transform:translate(-12px,12px);transition:.45s cubic-bezier(.16,1,.3,1)}.client-roster>div{position:relative}.client-roster>div:hover:after{opacity:1;transform:none}.client-roster>div:hover strong{transform:translateX(10px)}.client-roster strong{transition:transform .5s cubic-bezier(.16,1,.3,1)}.sticky-cards article{transform-style:preserve-3d;will-change:transform}.sticky-cards article>*{position:relative;z-index:1}.sticky-cards article:after{content:'';position:absolute;inset:0;background:radial-gradient(circle at var(--card-x,50%) var(--card-y,50%),rgba(255,255,255,.6),transparent 36%);opacity:0;transition:opacity .6s;pointer-events:none}.sticky-cards article:hover:after{opacity:.34}.nav a:not(.brand),.hero-enter{transition:opacity .3s,transform .5s cubic-bezier(.16,1,.3,1)}.nav a:not(.brand):hover,.hero-enter:hover{opacity:.62;transform:translateY(-2px)}.cursor-dot{position:fixed;left:0;top:0;width:34px;height:34px;border:1px solid rgba(255,255,255,.55);border-radius:50%;z-index:120;pointer-events:none;mix-blend-mode:difference;transform:translate(-50%,-50%);transition:width .35s,height .35s,background .35s,opacity .3s}.cursor-dot.active{width:58px;height:58px;background:#fff}.cursor-dot.hidden{opacity:0}
@media(max-width:800px){.hero-v4 h1{font-size:clamp(54px,16.8vw,86px);line-height:.82}.hero-v4 h1 span:nth-child(2){padding-left:9vw}.hero-v4 h1 span:nth-child(3){padding-left:0}.hero-services{display:none}.hero-deck{max-width:82%;font-size:14px}.section-head,.clients,.capabilities,.manifesto,.sticky-story{padding-left:18px;padding-right:18px}.cursor-dot{display:none}}

/* V6: resolved frame, client marks, expanded sticky rhythm */
body{padding:0;background:#aaa79e}body:after{inset:0;border:7px solid #aaa79e;border-radius:25px;box-shadow:none}main{margin:0;border-radius:0;overflow:visible}.hero-v4{margin:7px 7px 0;border-radius:18px 18px 0 0}.nav{top:7px;left:7px;width:calc(100% - 14px)}.contact{margin:0 7px 7px;border-radius:0 0 18px 18px}.clients{display:grid;grid-template-columns:40% 60%;column-gap:0;padding-top:110px}.clients>.section-head{grid-column:1/-1}.client-statement{grid-column:1;position:sticky;top:110px;height:max-content;padding:55px 3vw 80px 0;font-size:clamp(44px,5.3vw,82px)}.logo-roster{grid-column:2;display:grid;grid-template-columns:repeat(2,1fr);border-top:1px solid #111;background:#161614}.logo-roster>div{min-height:230px;padding:42px;display:grid;place-items:center;background:#1a1a18;border-right:1px solid #444;border-bottom:1px solid #444;overflow:hidden}.logo-roster>div:nth-child(even){border-right:0}.logo-roster>div:hover{padding:42px;background:#292925}.logo-roster>div:after{display:none}.logo-roster img{display:block;max-width:78%;max-height:82px;width:auto;height:auto;object-fit:contain;filter:grayscale(1);opacity:.78;transition:transform .8s cubic-bezier(.16,1,.3,1),opacity .5s,filter .5s}.logo-roster>div:hover img{transform:scale(1.12);filter:grayscale(0);opacity:1}.client-note{grid-column:2;margin:40px 0 0 auto}.cap-list>div{grid-template-columns:1fr minmax(240px,34%);position:sticky;top:78px;background:#151513;padding-left:0;padding-right:0}.cap-list>div:nth-child(2){top:96px;background:#1b1b18}.cap-list>div:nth-child(3){top:114px;background:#22221e}.cap-list>div:hover{padding-left:20px;padding-right:20px}.estimator-intro{position:sticky;top:72px;height:calc(100vh - 72px)}
@media(max-width:800px){body:after{inset:0;border-width:4px;border-radius:18px}.hero-v4{margin:4px 4px 0;border-radius:14px 14px 0 0}.nav{top:4px;left:4px;width:calc(100% - 8px)}.contact{margin:0 4px 4px;border-radius:0 0 14px 14px}.clients{display:block}.client-statement{position:relative;top:auto;padding-right:0}.logo-roster{grid-template-columns:1fr 1fr}.logo-roster>div{min-height:130px;padding:20px}.logo-roster>div:hover{padding:20px}.logo-roster img{max-width:86%;max-height:54px}.estimator-intro{position:relative;top:auto;height:auto}}

/* V7: definitive viewport frame and distinct chapters */
body{background:#111;padding:0}body:after{position:fixed;content:'';inset:0;border:14px solid #aaa79e;border-radius:34px;box-shadow:inset 0 0 0 1px rgba(255,255,255,.38);z-index:200;pointer-events:none}main{margin:0;overflow:hidden}.hero-v4{margin:0;border-radius:0;min-height:100vh;padding:134px 42px 46px}.nav{top:14px;left:14px;width:calc(100% - 28px);height:68px;padding-inline:28px;border-radius:20px 20px 0 0}.hero-v4 h1{font-size:clamp(70px,10vw,154px);line-height:.79;margin-top:9vh}.hero-v4 h1 span:nth-child(2){padding-left:23vw}.hero-v4 h1 span:nth-child(3){padding-left:7vw;font-size:.67em;line-height:1.05;margin-top:.08em}.hero-deck{left:42px;bottom:46px}.hero-enter{right:42px;bottom:42px}
.manifesto{min-height:100vh;padding:170px 42px 90px;background:#ebe9e2;color:#111;border-bottom:14px solid #aaa79e}.manifesto .section-no{position:absolute;top:90px}.manifesto-line{margin-top:22vh}.manifesto-line.indent{margin-top:0}.manifesto-note{bottom:88px}.sticky-story{min-height:300vh;padding:130px 42px 180px;grid-template-columns:35% 65%;background:#161614;color:#efede7;border-bottom:14px solid #aaa79e}.sticky-intro{top:110px;padding-right:5vw}.sticky-intro h2{margin-top:32vh}.sticky-intro>p:last-child{color:#aaa8a0}.sticky-cards{border-top-color:#777}.sticky-cards article{min-height:78vh;top:100px;background:#161614;border:1px solid #4b4b46;border-radius:18px;padding:38px 34px 46px;margin-bottom:24vh;overflow:hidden;box-shadow:0 28px 70px rgba(0,0,0,.22)}.sticky-cards article:nth-child(2){top:118px;background:#1d1d1a}.sticky-cards article:nth-child(3){top:136px;background:#24241f;margin-bottom:0}.sticky-cards article span{font-size:12px;color:#b9b7ae}.sticky-cards article small{font-size:11px;color:#aaa8a0}.sticky-cards h3{font-size:clamp(52px,6.2vw,94px)}.sticky-cards article:hover{border-color:#bdbab0}.sticky-cards article:hover h3{transform:translateX(12px)}.sticky-cards h3{transition:transform .8s cubic-bezier(.16,1,.3,1)}
.clients{background:#dedcd4;grid-template-columns:43% 57%;padding:130px 42px 160px;border-bottom:14px solid #aaa79e}.client-statement{top:120px;padding:45px 5vw 80px 0;font-size:clamp(50px,5.7vw,88px);line-height:.9}.client-statement>span{display:block;font-size:11px;font-weight:500;letter-spacing:.04em;margin-bottom:28vh}.client-statement>p{max-width:370px;font-size:15px;line-height:1.5;letter-spacing:0;margin:38px 0 0}.logo-roster{grid-template-columns:1fr;background:transparent;border-top:1px solid #888;gap:0}.logo-roster>div{min-height:270px;background:transparent;border:0;border-bottom:1px solid #999;padding:46px;transition:background .6s,padding .8s cubic-bezier(.16,1,.3,1)}.logo-roster>div:nth-child(even){border-right:0}.logo-roster>div:nth-child(3n+1) img{transform:translateX(-9%)}.logo-roster>div:nth-child(3n+2) img{transform:translateX(10%)}.logo-roster>div:hover{background:#cac7be;padding-left:70px}.logo-roster>div:hover img{transform:translateX(0) scale(1.13)}.logo-roster img{max-width:64%;max-height:92px;filter:grayscale(1) invert(1);mix-blend-mode:multiply;opacity:.72}.client-note{align-self:end}.capabilities{border-bottom:14px solid #aaa79e}.estimator{border-bottom:14px solid #aaa79e}
.contact{position:relative;margin:0;min-height:100vh;border-radius:0;padding:110px 42px 35px;overflow:hidden}.contact>a{display:none}.motion-cta{position:absolute;left:0;right:0;top:20%;overflow:hidden;white-space:nowrap;border-top:1px solid #555;border-bottom:1px solid #555;padding:18px 0;transform:rotate(-3deg) scale(1.04)}.motion-cta div{display:inline-block;font-size:clamp(38px,5vw,76px);letter-spacing:-.05em;animation:ctaMarquee 16s linear infinite}@keyframes ctaMarquee{to{transform:translateX(-33.333%)}}.contact-main{margin:auto 0;display:grid;grid-template-columns:1fr auto;align-items:end;gap:50px}.contact-main h2{font-size:clamp(58px,9vw,136px);line-height:.84;letter-spacing:-.075em;font-weight:400;margin:0}.contact-main h2 em{font-style:italic;font-weight:300}.cta-button{width:190px;height:190px;border-radius:50%;background:#eee;color:#111;text-decoration:none;display:flex;flex-direction:column;justify-content:space-between;padding:26px;font-size:14px;transition:transform .8s cubic-bezier(.16,1,.3,1),background .4s}.cta-button:hover{transform:rotate(-7deg) scale(1.07);background:#ccc9c0}.cta-button span{align-self:flex-end;font-size:24px}
@media(max-width:800px){body:after{border-width:7px;border-radius:23px}.nav{top:7px;left:7px;width:calc(100% - 14px)}.hero-v4{padding:112px 22px 30px}.hero-v4 h1{font-size:clamp(50px,15.2vw,78px);line-height:.83}.hero-v4 h1 span:nth-child(2){padding-left:8vw}.hero-v4 h1 span:nth-child(3){padding-left:0;font-size:.72em;margin-top:.2em}.hero-deck{left:22px;bottom:28px}.manifesto{padding:130px 22px 80px;border-bottom-width:7px}.sticky-story{padding:100px 22px;border-bottom-width:7px}.sticky-intro h2{margin-top:60px}.sticky-cards article{margin-bottom:18vh;padding:28px 18px}.clients{display:block;padding:100px 22px;border-bottom-width:7px}.client-statement>span{margin-bottom:60px}.logo-roster>div{min-height:170px;padding:25px}.logo-roster>div:hover{padding:25px}.logo-roster img{max-width:75%;max-height:65px}.capabilities,.estimator{border-bottom-width:7px}.contact{padding:90px 22px 26px}.motion-cta{top:18%}.contact-main{display:block;margin-top:auto}.contact-main h2{font-size:clamp(52px,16vw,78px)}.cta-button{width:145px;height:145px;margin:55px 0 0 auto;padding:20px}}
.hero-v4 h1{letter-spacing:-.07em;word-spacing:.08em}.hero-v4 h1 span:nth-child(3){font-size:.58em;line-height:1.1;margin-top:.16em;letter-spacing:-.055em}

/* V8: solid masked frame — no border anti-alias gaps */
body{background:#aaa79e}body:after{inset:0;border:0;border-radius:0;background:#aaa79e;box-shadow:none;padding:14px;box-sizing:border-box;-webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);-webkit-mask-composite:xor;mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);mask-composite:exclude}.hero-v4{clip-path:inset(14px 14px 0 round 20px 20px 0 0);margin:-14px 0 0;padding-top:148px}.contact{clip-path:inset(0 14px 14px round 0 0 20px 20px);margin-bottom:-14px;padding-bottom:49px}
@media(max-width:800px){body:after{padding:8px}.hero-v4{clip-path:inset(8px 8px 0 round 15px 15px 0 0);margin-top:-8px;padding-top:120px}.contact{clip-path:inset(0 8px 8px round 0 0 15px 15px);margin-bottom:-8px;padding-bottom:34px}}

/* V9: interactive hero question */
.hero-question{margin-top:13vh}.hero-question>p{font-size:clamp(18px,1.7vw,27px);margin:0 0 3vh;color:#aaa8a0}.hero-v4 .hero-question h1{margin:0;display:flex;flex-direction:column;align-items:flex-start;font-size:clamp(82px,12.8vw,196px);line-height:.73;letter-spacing:-.085em;word-spacing:0}.hero-question button{font:inherit;line-height:inherit;letter-spacing:inherit;color:#eee;background:none;border:0;padding:0;cursor:pointer;position:relative;transition:transform .85s cubic-bezier(.16,1,.3,1),color .5s,opacity .5s;font-weight:300}.hero-question button:nth-child(2){margin-left:13vw}.hero-question button:nth-child(3){margin-left:28vw}.hero-question button span{display:inline-block;color:#aaa79e;transition:transform .7s cubic-bezier(.16,1,.3,1),color .4s}.hero-question h1:has(button:hover) button:not(:hover){opacity:.18;transform:translateX(-1vw)}.hero-question button:hover{transform:translateX(2.5vw);color:#fff}.hero-question button:hover span{transform:translate(12px,-12px) scale(1.35);color:#fff}.hero-v4[data-focus="brand"] #heroShader{filter:contrast(1.2) brightness(1.2)}.hero-v4[data-focus="demand"] #heroShader{filter:contrast(1.45) brightness(1.35)}.hero-v4[data-focus="systems"] #heroShader{filter:contrast(1.8) brightness(.9)}#heroShader{transition:filter 1s cubic-bezier(.16,1,.3,1)}.hero-deck{transition:opacity .22s,transform .45s cubic-bezier(.16,1,.3,1);max-width:500px}.hero-deck.changing{opacity:0;transform:translateY(8px)}
@media(max-width:800px){.hero-question{margin-top:15vh}.hero-question>p{font-size:16px;margin-bottom:4vh}.hero-v4 .hero-question h1{font-size:clamp(66px,21vw,104px);line-height:.78}.hero-question button:nth-child(2){margin-left:7vw}.hero-question button:nth-child(3){margin-left:15vw}.hero-question button:hover{transform:none}.hero-deck{max-width:78%}}

/* V10: modern display weight, serif contrast, rounder frame */
body:after{padding:16px;border-radius:54px;background:#aaa79e}.hero-v4{clip-path:inset(16px 16px 0 round 38px 38px 0 0);margin-top:-16px;padding-top:150px}.contact{clip-path:inset(0 16px 16px round 0 0 38px 38px);margin-bottom:-16px}.nav{top:16px;left:16px;width:calc(100% - 32px);border-radius:36px 36px 0 0}.hero-question>p{font-family:'Instrument Serif',Georgia,serif;font-size:clamp(27px,2.4vw,40px);font-style:italic;color:#c6c3ba}.hero-question button{font-family:Manrope,Arial,sans-serif;font-weight:600;letter-spacing:-.075em}.hero-question button:nth-child(2){font-family:'Instrument Serif',Georgia,serif;font-style:italic;font-weight:400;letter-spacing:-.055em}.hero-question button:nth-child(3){font-weight:700}.hero-question button span{font-family:'Instrument Serif',Georgia,serif;font-weight:400}.hero-question button:after{content:'';position:absolute;left:0;right:0;bottom:.02em;height:2px;background:currentColor;transform:scaleX(0);transform-origin:left;transition:transform .75s cubic-bezier(.16,1,.3,1)}.hero-question button:hover:after{transform:scaleX(1)}
@media(max-width:800px){body:after{padding:9px;border-radius:32px}.hero-v4{clip-path:inset(9px 9px 0 round 22px 22px 0 0);margin-top:-9px;padding-top:124px}.contact{clip-path:inset(0 9px 9px round 0 0 22px 22px);margin-bottom:-9px}.nav{top:9px;left:9px;width:calc(100% - 18px);border-radius:22px 22px 0 0}.hero-question>p{font-size:24px}}

/* V11: filled outer canvas and staged service chapters */
html,body{background:#85837d!important}body:after{background:#85837d}.sticky-story{display:block;padding:0 42px 190px;min-height:390vh}.sticky-intro{position:relative;top:auto;height:100vh;max-width:1100px;margin:0 auto;padding:0;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.sticky-intro .section-no{margin-bottom:8vh}.sticky-intro h2{font-size:clamp(72px,9vw,138px);line-height:.82;margin:0;letter-spacing:-.075em}.sticky-intro>p:last-child{max-width:570px;margin:42px auto 0;font-size:18px;color:#b9b7af}.sticky-cards{max-width:1080px;margin:0 auto;border-top:0;position:relative}.sticky-cards article{min-height:78vh;margin-bottom:34vh;top:92px;opacity:.15;translate:0 120px;scale:.92;transition:opacity 1s cubic-bezier(.16,1,.3,1),translate 1.2s cubic-bezier(.16,1,.3,1),scale 1.2s cubic-bezier(.16,1,.3,1),border-color .5s}.sticky-cards article.in-view{opacity:1;translate:0 0;scale:1}.sticky-cards article:nth-child(2){top:112px}.sticky-cards article:nth-child(3){top:132px;margin-bottom:0}.sticky-cards article:nth-child(odd){transform-origin:left center}.sticky-cards article:nth-child(even){transform-origin:right center}
@media(max-width:800px){html,body{background:#85837d!important}.sticky-story{padding:0 20px 130px;min-height:330vh}.sticky-intro{height:88vh}.sticky-intro .section-no{margin-bottom:50px}.sticky-intro h2{font-size:clamp(62px,18vw,92px)}.sticky-intro>p:last-child{font-size:15px}.sticky-cards article{min-height:68vh;margin-bottom:24vh;translate:0 70px;scale:.96}}

/* V12: dimensional client relationship field */
.clients{display:block;position:relative;min-height:265vh;padding:110px 42px 160px;overflow:hidden}.clients>.section-head{position:relative;z-index:5}.client-statement{position:sticky;top:0;width:min(820px,72vw);height:100vh;margin:0 auto;padding:0;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;z-index:3;pointer-events:none;font-size:clamp(62px,7.2vw,112px);line-height:.86}.client-statement>span{margin:0 0 34px;font-size:12px}.client-statement>p{max-width:480px;margin:42px auto 0;font-size:16px}.logo-roster{position:absolute;inset:170px 0 100px;display:block;border:0;background:transparent;overflow:visible;z-index:2}.logo-roster>div{position:absolute;width:clamp(230px,22vw,350px);height:clamp(155px,15vw,235px);min-height:0;padding:34px!important;border:1px solid rgba(17,17,15,.25)!important;border-radius:22px;background:rgba(239,237,230,.93);box-shadow:0 24px 65px rgba(30,29,25,.14);backdrop-filter:blur(9px);transform:perspective(900px) rotate(var(--r,0deg)) rotateX(var(--rx,0deg)) rotateY(var(--ry,0deg));transition:transform .25s ease-out,box-shadow .55s,background .45s;will-change:transform}.logo-roster>div:hover{z-index:8;background:#f3f1eb;box-shadow:0 38px 90px rgba(20,20,18,.28);transform:perspective(900px) rotate(0deg) rotateX(var(--rx,0deg)) rotateY(var(--ry,0deg)) scale(1.13)}.logo-roster img{max-width:84%;max-height:112px;filter:grayscale(1) invert(1);mix-blend-mode:multiply;opacity:.86;transform:none!important}.logo-roster>div:hover img{opacity:1;transform:scale(1.04)!important}.logo-roster>div:nth-child(1){left:4%;top:5%;--r:-8deg}.logo-roster>div:nth-child(2){right:4%;top:11%;--r:7deg}.logo-roster>div:nth-child(3){left:11%;top:24%;--r:5deg}.logo-roster>div:nth-child(4){right:10%;top:30%;--r:-9deg}.logo-roster>div:nth-child(5){left:2%;top:43%;--r:-4deg}.logo-roster>div:nth-child(6){right:2%;top:49%;--r:8deg}.logo-roster>div:nth-child(7){left:15%;top:61%;--r:9deg}.logo-roster>div:nth-child(8){right:13%;top:67%;--r:-6deg}.logo-roster>div:nth-child(9){left:3%;top:79%;--r:-7deg}.logo-roster>div:nth-child(10){right:5%;top:84%;--r:5deg}.logo-roster>div:nth-child(11){left:31%;top:91%;--r:-3deg}.logo-roster>div:nth-child(12){right:29%;top:96%;--r:4deg}.client-note{position:absolute;left:50%;bottom:80px;transform:translateX(-50%);width:420px;text-align:center;z-index:4;margin:0}
@media(max-width:800px){.clients{min-height:230vh;padding:90px 16px 120px}.client-statement{width:88vw;height:88vh;font-size:clamp(50px,15vw,76px)}.client-statement>p{font-size:14px;max-width:330px}.logo-roster{inset:140px 0 80px}.logo-roster>div{width:44vw;height:31vw;min-height:125px;padding:18px!important;border-radius:15px}.logo-roster img{max-height:62px}.logo-roster>div:nth-child(odd){left:1%}.logo-roster>div:nth-child(even){right:1%}.client-note{width:82%;bottom:45px}}

/* V13: square outer frame, rounded inner opening */
body:after{display:none}html,body{background:#10110f!important}.viewport-frame{position:fixed;inset:2px;z-index:500;pointer-events:none;border:16px solid #85837d;border-radius:44px;box-shadow:0 0 0 2px #10110f}.viewport-frame i{display:none}
@media(max-width:800px){.viewport-frame{inset:1px;border-width:9px;border-radius:29px;box-shadow:0 0 0 1px #10110f}}
.hero-v4 .eyebrow{width:100%;text-align:center;font-size:clamp(15px,1.25vw,19px);font-weight:500;letter-spacing:-.015em;color:#d1cfc7}

/* V14: chromatic hover optics */
.hero-question button:before,.hero-question button:after{content:attr(data-label);position:absolute;inset:0;pointer-events:none;opacity:0;color:currentColor}.hero-question button:before{color:rgba(255,45,65,.72);transform:translateX(-5px);filter:blur(1.4px);mix-blend-mode:screen}.hero-question button:after{height:auto;background:none;bottom:auto;color:rgba(0,210,255,.72);transform:translateX(5px);filter:blur(1.1px);mix-blend-mode:screen}.hero-question button:hover{filter:blur(.18px);text-shadow:-2px 0 rgba(255,30,50,.45),2px 0 rgba(0,205,255,.45);animation:chromaticFocus 1.8s steps(1,end) infinite}.hero-question button:hover:before,.hero-question button:hover:after{opacity:.72;animation:rgbDrift .85s cubic-bezier(.16,1,.3,1) both}.hero-question button:hover:after{animation-delay:.035s}.hero-question h1:has(button:hover) button:not(:hover){filter:blur(2.4px);opacity:.13}.cursor-dot.active{border-color:#fff;box-shadow:-4px 0 0 rgba(255,32,60,.58),4px 0 0 rgba(0,205,255,.58);filter:blur(.15px)}@keyframes rgbDrift{0%{opacity:0;translate:0 0}24%{opacity:.92;translate:7px -2px}48%{translate:-4px 1px}100%{opacity:.62;translate:0 0}}@keyframes chromaticFocus{0%,89%,100%{translate:0 0}90%{translate:1px 0}92%{translate:-1px 1px}95%{translate:0 -1px}}
@media(prefers-reduced-motion:reduce){.hero-question button:hover{animation:none}.hero-question button:hover:before,.hero-question button:hover:after{animation:none}}

/* V16: a true viewport shell + an interactive closing invitation */
html,body{background:#92918b!important}
.viewport-frame{inset:0;border:18px solid #92918b;border-radius:48px;box-shadow:inset 0 0 0 1px rgba(255,255,255,.16),0 0 0 1px #92918b}
.nav{top:18px;left:18px;width:calc(100% - 36px);padding-left:28px;padding-right:28px}
.contact{isolation:isolate;background:#11120f!important;min-height:100svh;padding:104px 54px 34px}
.contact>p,.contact footer,.contact-main{position:relative;z-index:3}
.motion-cta{display:none}
.idea-field{position:absolute;inset:0;z-index:1;overflow:hidden;pointer-events:none}
.idea-field:before{content:'';position:absolute;width:min(58vw,760px);aspect-ratio:1;left:50%;top:50%;border:1px solid rgba(235,232,223,.16);border-radius:50%;transform:translate(-50%,-50%);box-shadow:0 0 0 8vw rgba(235,232,223,.018),0 0 0 17vw rgba(235,232,223,.012)}
.idea-field span{position:absolute;left:var(--x);top:var(--y);padding:11px 15px;border:1px solid rgba(235,232,223,.32);border-radius:999px;background:rgba(17,18,15,.78);backdrop-filter:blur(8px);color:#dedbd2;font:500 11px 'DM Mono',monospace;text-transform:uppercase;letter-spacing:.02em;transform:translate3d(calc(var(--field-x,0px) * var(--d)),calc(var(--field-y,0px) * var(--d)),0) rotate(calc((var(--d) - 1) * 9deg));transition:transform .18s cubic-bezier(.2,.8,.2,1),background .25s,color .25s}
.contact-main{margin:auto 0;grid-template-columns:minmax(0,1fr) auto;align-items:center}
.contact-main h2{max-width:1050px;font-size:clamp(64px,9.3vw,148px)}
.cta-button{position:relative;width:210px;height:210px;border:1px solid #e7e4dc;background:#e7e4dc;color:#11120f;padding:25px;border-radius:50%;overflow:hidden;transform:rotate(5deg);transition:transform .7s cubic-bezier(.16,1,.3,1),color .3s,background .3s}
.cta-button:before{content:'';position:absolute;inset:50%;border-radius:50%;background:#cfff45;transition:inset .55s cubic-bezier(.16,1,.3,1)}
.cta-button:hover{transform:rotate(-5deg) scale(1.08);background:#e7e4dc}
.cta-button:hover:before{inset:-2px}
.cta-button .cta-label,.cta-button .cta-arrow{position:relative;z-index:1}
.cta-button .cta-label{font-size:18px;line-height:1.08;letter-spacing:-.03em}
.cta-button .cta-arrow{align-self:flex-end;font-size:29px;transition:transform .35s}
.cta-button:hover .cta-arrow{transform:translate(5px,-5px)}
@media(max-width:800px){html,body{background:#92918b!important}.viewport-frame{inset:0;border-width:10px;border-radius:31px;box-shadow:inset 0 0 0 1px rgba(255,255,255,.14)}.nav{top:10px;left:10px;width:calc(100% - 20px)}.contact{padding:82px 26px 27px}.idea-field span{font-size:9px;padding:8px 10px}.idea-field span:nth-child(2),.idea-field span:nth-child(5){display:none}.contact-main h2{font-size:clamp(54px,15vw,82px)}.cta-button{width:158px;height:158px;padding:20px}.cta-button .cta-label{font-size:15px}}

/* V15: die-cut client sticker sheet */
.clients{min-height:145vh;padding-bottom:90px}.client-statement{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);height:auto;width:min(760px,62vw);z-index:4}.client-statement>span{margin-bottom:24px}.client-statement>p{margin-top:30px}.logo-roster{inset:150px 0 70px}.logo-roster>div{width:clamp(180px,17vw,275px);height:clamp(115px,11vw,175px);padding:0!important;background:transparent!important;border:0!important;border-radius:0;box-shadow:none!important;backdrop-filter:none;display:grid;place-items:center}.logo-roster>div:hover{padding:0!important;background:transparent!important;box-shadow:none!important}.logo-roster img{max-width:88%;max-height:105px;opacity:.96;mix-blend-mode:normal;transform:none!important;filter:grayscale(1) invert(1) drop-shadow(6px 0 0 #f4f2ec) drop-shadow(-6px 0 0 #f4f2ec) drop-shadow(0 6px 0 #f4f2ec) drop-shadow(0 -6px 0 #f4f2ec) drop-shadow(4px 4px 0 #f4f2ec) drop-shadow(-4px 4px 0 #f4f2ec) drop-shadow(4px -4px 0 #f4f2ec) drop-shadow(-4px -4px 0 #f4f2ec) drop-shadow(0 14px 10px rgba(25,24,21,.2));transition:filter .6s,transform .7s cubic-bezier(.16,1,.3,1)}.logo-roster>div:hover img{opacity:1;transform:scale(1.16)!important;filter:drop-shadow(7px 0 0 #fff) drop-shadow(-7px 0 0 #fff) drop-shadow(0 7px 0 #fff) drop-shadow(0 -7px 0 #fff) drop-shadow(5px 5px 0 #fff) drop-shadow(-5px 5px 0 #fff) drop-shadow(5px -5px 0 #fff) drop-shadow(-5px -5px 0 #fff) drop-shadow(0 20px 13px rgba(25,24,21,.3))}.logo-roster>div:nth-child(1){left:3%;top:4%}.logo-roster>div:nth-child(2){right:4%;top:3%}.logo-roster>div:nth-child(3){left:20%;top:15%}.logo-roster>div:nth-child(4){right:21%;top:17%}.logo-roster>div:nth-child(5){left:2%;top:36%}.logo-roster>div:nth-child(6){right:2%;top:37%}.logo-roster>div:nth-child(7){left:12%;top:60%}.logo-roster>div:nth-child(8){right:12%;top:62%}.logo-roster>div:nth-child(9){left:30%;top:76%}.logo-roster>div:nth-child(10){right:30%;top:78%}.logo-roster>div:nth-child(11){left:3%;top:85%}.logo-roster>div:nth-child(12){right:3%;top:86%}.client-note{bottom:32px}
@media(max-width:800px){.clients{min-height:165vh}.client-statement{width:78vw}.logo-roster{inset:135px 0 75px}.logo-roster>div{width:35vw;height:24vw;min-height:105px}.logo-roster img{max-height:58px;filter:grayscale(1) invert(1) drop-shadow(4px 0 0 #fff) drop-shadow(-4px 0 0 #fff) drop-shadow(0 4px 0 #fff) drop-shadow(0 -4px 0 #fff) drop-shadow(0 10px 8px rgba(25,24,21,.22))}}

/* V17: edge-to-edge canvas; supplied logos become light-reactive die-cut stickers */
html,body{background:#11120f!important}body{padding:0!important}main{border-radius:0!important;overflow:clip}.viewport-frame{display:none!important}.hero-v4,.contact{clip-path:none!important;margin:0!important}.nav{top:0!important;left:0!important;width:100%!important;border-radius:0!important}
.logo-roster>div{--shadow-x:10px;--shadow-y:18px;--shadow-blur:16px}
.logo-roster img{filter:grayscale(1) invert(1) drop-shadow(6px 0 0 #f4f2ec) drop-shadow(-6px 0 0 #f4f2ec) drop-shadow(0 6px 0 #f4f2ec) drop-shadow(0 -6px 0 #f4f2ec) drop-shadow(4px 4px 0 #f4f2ec) drop-shadow(-4px 4px 0 #f4f2ec) drop-shadow(4px -4px 0 #f4f2ec) drop-shadow(-4px -4px 0 #f4f2ec) drop-shadow(var(--shadow-x) var(--shadow-y) var(--shadow-blur) rgba(20,19,17,.34))!important;transition:filter .12s linear,transform .7s cubic-bezier(.16,1,.3,1)!important}
.logo-roster>div:hover img{filter:drop-shadow(7px 0 0 #fff) drop-shadow(-7px 0 0 #fff) drop-shadow(0 7px 0 #fff) drop-shadow(0 -7px 0 #fff) drop-shadow(5px 5px 0 #fff) drop-shadow(-5px 5px 0 #fff) drop-shadow(5px -5px 0 #fff) drop-shadow(-5px -5px 0 #fff) drop-shadow(var(--shadow-x) var(--shadow-y) var(--shadow-blur) rgba(20,19,17,.42))!important}
@media(max-width:800px){.nav{top:0!important;left:0!important;width:100%!important}.logo-roster img{filter:grayscale(1) invert(1) drop-shadow(4px 0 0 #fff) drop-shadow(-4px 0 0 #fff) drop-shadow(0 4px 0 #fff) drop-shadow(0 -4px 0 #fff) drop-shadow(7px 12px 10px rgba(20,19,17,.3))!important}}

/* V18: pinned service stage, optical hover language, and utility footer */
.sticky-story{position:relative;min-height:430vh;padding:0 42px 170px!important}.sticky-intro{position:sticky!important;top:0!important;height:100vh;z-index:1}.sticky-cards{position:relative;z-index:2;margin-top:-100vh!important;padding-top:92vh}.sticky-cards article{position:sticky;opacity:1!important;translate:none!important;scale:1!important;box-shadow:0 35px 100px rgba(0,0,0,.38);transform-origin:center center}
@supports(animation-timeline:view()){.sticky-cards article{animation:tossCard linear both;animation-timeline:view();animation-range:entry -12% entry 68%}.sticky-cards article:nth-child(1){--toss-x:-115vw;--toss-r:-24deg}.sticky-cards article:nth-child(2){--toss-x:115vw;--toss-r:19deg}.sticky-cards article:nth-child(3){--toss-x:-90vw;--toss-r:-17deg}@keyframes tossCard{0%{transform:translate3d(var(--toss-x),28vh,0) rotate(var(--toss-r)) scale(.72);filter:blur(8px);box-shadow:0 12px 30px rgba(0,0,0,.15)}72%{transform:translate3d(calc(var(--toss-x) * -.035),-1.5vh,0) rotate(calc(var(--toss-r) * -.045)) scale(1.018);filter:blur(0)}100%{transform:translate3d(0,0,0) rotate(0) scale(1);filter:blur(0)}}}
.site-footer{display:grid!important;grid-template-columns:1fr auto auto!important;align-items:center;gap:34px!important;color:#d9d7cf;font:500 10px 'DM Mono',monospace!important;text-transform:uppercase;border-top:1px solid rgba(255,255,255,.3);padding-top:14px!important}.site-footer a{color:inherit;text-decoration:none}.footer-meta,.world-clocks,.footer-social{display:flex;align-items:center}.footer-meta{gap:18px}.footer-meta a{opacity:.58}.footer-meta a:hover{opacity:1;text-shadow:-2px 0 #f33,2px 0 #0cf}.world-clocks{gap:20px}.world-clocks span{display:flex;gap:7px;color:#86857f}.world-clocks b{color:#e6e3da;font-weight:500}.footer-social{gap:9px}.footer-social a{width:31px;height:31px;border:1px solid rgba(255,255,255,.34);border-radius:50%;display:grid;place-items:center;transition:background .3s,transform .4s,box-shadow .3s}.footer-social a:hover{background:#e6e3da;color:#111;transform:translateY(-3px) rotate(-6deg);box-shadow:-3px 0 rgba(255,45,65,.7),3px 0 rgba(0,205,255,.7)}.footer-social svg{width:14px;height:14px;fill:currentColor;stroke:currentColor;stroke-width:1.7}.footer-social svg .fill{stroke:none}
.chromatic-lens{position:fixed;left:-31px;top:-31px;width:62px;height:62px;z-index:450;pointer-events:none;mix-blend-mode:screen;opacity:.48}.chromatic-lens i{position:absolute;inset:11px;border:1px solid;border-radius:50%;filter:blur(.45px)}.chromatic-lens i:nth-child(1){border-color:#ff294a;translate:-4px 0}.chromatic-lens i:nth-child(2){border-color:#00d7ff;translate:4px 0}.chromatic-lens i:nth-child(3){border-color:#eee;opacity:.25;filter:blur(4px)}
:where(.manifesto-line,.sticky-cards h3,.client-statement,.cap-list h3,.estimator h2,.estimate-step legend,.contact-main h2){transition:text-shadow .45s,filter .45s,transform .7s cubic-bezier(.16,1,.3,1)}:where(.manifesto,.sticky-cards article,.clients,.cap-list>div,.estimator-intro,.contact-main):hover :where(h2,h3,.manifesto-line){text-shadow:-3px 0 rgba(255,42,67,.43),3px 0 rgba(0,207,255,.42);filter:blur(.12px)}.cap-list>div:hover h3{transform:translateX(15px)}.estimate-step label:hover span{text-shadow:-1.5px 0 rgba(255,42,67,.6),1.5px 0 rgba(0,207,255,.6)}
@media(max-width:900px){.site-footer{grid-template-columns:1fr auto!important}.world-clocks{grid-column:1/-1;grid-row:1;justify-content:space-between}.footer-meta{grid-row:2}.footer-social{grid-row:2;justify-self:end}}
@media(max-width:800px){.sticky-story{min-height:390vh;padding-inline:20px!important}.sticky-cards{padding-top:86vh}.sticky-cards article{top:72px!important}}
@media(max-width:600px){.site-footer{gap:14px!important}.world-clocks{gap:8px}.world-clocks span:nth-child(3){display:none}.footer-meta>span{display:none}.chromatic-lens{display:none}}
@media(prefers-reduced-motion:reduce){.chromatic-lens{display:none}.sticky-cards article{animation:none!important}}

.legal-page{min-height:100vh;background:#dedcd4!important;color:#171714;padding:0!important}.legal-nav{position:fixed;z-index:50;left:36px;right:36px;top:28px;display:flex;justify-content:space-between;align-items:center}.legal-nav img{width:34px;height:34px;object-fit:contain}.legal-nav a{color:inherit;text-decoration:none;font:500 11px 'DM Mono',monospace;text-transform:uppercase}.legal-shell{min-height:100vh;background:#dedcd4;padding:140px 5vw 100px}.legal-kicker{font:500 11px 'DM Mono',monospace;text-transform:uppercase}.legal-shell h1{font-size:clamp(64px,10vw,150px);font-weight:600;line-height:.8;letter-spacing:-.08em;margin:10vh 0 16vh}.legal-shell h1 em{font-family:'Instrument Serif',Georgia,serif;font-weight:400}.legal-grid{display:grid;grid-template-columns:1fr 2fr;gap:10vw;border-top:1px solid #77756e;padding-top:20px}.legal-grid aside{max-width:330px;font-size:15px;line-height:1.5}.legal-grid article{max-width:720px}.legal-grid h2{font-size:31px;letter-spacing:-.04em;margin:60px 0 12px}.legal-grid h2:first-child{margin-top:0}.legal-grid p{font-size:16px;line-height:1.65;color:#4c4b46}.legal-grid a{color:#171714}@media(max-width:700px){.legal-nav{left:20px;right:20px;top:20px}.legal-shell{padding:110px 20px 70px}.legal-shell h1{margin:12vh 0}.legal-grid{grid-template-columns:1fr;gap:50px}.legal-grid h2{font-size:27px}}

/* V19: centered CRT signal — no grid, no nav rule */
.nav{border-bottom:0!important;background:transparent!important;backdrop-filter:none!important}.hero-grid{display:none!important}
.hero-v4{display:flex!important;align-items:center;justify-content:center;padding:96px 42px 72px!important}.hero-v4:before{content:'';position:absolute;inset:0;z-index:-1;pointer-events:none;background:repeating-linear-gradient(to bottom,rgba(255,255,255,.025) 0,rgba(255,255,255,.025) 1px,rgba(0,0,0,.06) 2px,rgba(0,0,0,.06) 4px);mix-blend-mode:overlay;animation:crtRoll 9s linear infinite}.hero-v4:after{content:'';position:absolute;inset:-4%;z-index:-1;pointer-events:none;background:radial-gradient(ellipse at var(--mx) var(--my),transparent 0 9%,rgba(0,215,255,.04) 13%,rgba(255,35,68,.03) 18%,transparent 28%),radial-gradient(ellipse at center,transparent 45%,rgba(0,0,0,.65) 108%)}@keyframes crtRoll{to{background-position:0 16px}}
.hero-question{margin:0!important;width:100%;display:grid;place-items:center;text-align:center}.hero-v4 .hero-question h1{margin:0!important;width:100%;align-items:center!important;justify-content:center;font-family:Manrope,Arial,sans-serif;font-size:clamp(78px,10.7vw,168px)!important;line-height:.72!important;letter-spacing:-.085em!important}.hero-question button,.hero-question button:nth-child(2),.hero-question button:nth-child(3){margin-left:0!important;font-family:Manrope,Arial,sans-serif;font-weight:700!important;letter-spacing:inherit!important}.hero-question button:nth-child(2){font-family:'Instrument Serif',Georgia,serif;font-weight:400!important;font-style:italic;letter-spacing:-.055em!important}.hero-question button:nth-child(3){font-weight:600!important}.hero-cursor{display:block;position:absolute;width:clamp(130px,16vw,240px);height:clamp(90px,11vw,165px);left:var(--mx);top:var(--my);translate:-50% -50%;border:1px solid rgba(255,255,255,.13);border-radius:50%;pointer-events:none;z-index:0;box-shadow:-7px 0 20px rgba(255,35,68,.09),7px 0 20px rgba(0,210,255,.11),inset 0 0 35px rgba(255,255,255,.025);filter:blur(.15px);transition:width .45s,height .45s}.hero-cursor i:first-child{position:absolute;inset:14%;border:1px dashed rgba(255,255,255,.09);border-radius:50%;animation:crtSpin 12s linear infinite}.hero-cursor i:last-child{position:absolute;left:50%;top:0;bottom:0;width:1px;background:linear-gradient(transparent,rgba(255,255,255,.12),transparent)}@keyframes crtSpin{to{rotate:1turn}}.hero-v4[data-focus="momentum"] #heroShader{filter:contrast(1.55) brightness(1.3) saturate(1.5)}.hero-v4[data-focus="backbone"] #heroShader{filter:contrast(1.9) brightness(.92) saturate(1.8)}
@media(max-width:800px){.hero-v4{padding:86px 18px 94px!important}.hero-v4 .hero-question h1{font-size:clamp(64px,20vw,102px)!important;line-height:.76!important}.hero-cursor{width:120px;height:84px}.hero-deck{bottom:26px}}
@media(prefers-reduced-motion:reduce){.hero-v4:before,.hero-cursor i{animation:none!important}}

/* V20: compact, smoothly dealt service deck */
.sticky-story{min-height:360vh!important}.sticky-cards{width:min(760px,72vw);margin-left:auto!important;margin-right:auto!important;padding-top:96vh}.sticky-cards article{width:100%;min-height:52vh!important;margin-bottom:30vh!important;padding:38px!important;border-radius:18px;backface-visibility:hidden;will-change:transform,filter;box-shadow:0 22px 65px rgba(0,0,0,.3)}.sticky-cards article:nth-child(1){top:116px!important}.sticky-cards article:nth-child(2){top:132px!important}.sticky-cards article:nth-child(3){top:148px!important;margin-bottom:0!important}.sticky-cards h3{font-size:clamp(42px,5vw,72px)!important;line-height:.91}.sticky-cards article p{max-width:480px}
@supports(animation-timeline:view()){.sticky-cards article{animation-name:dealCard;animation-timing-function:cubic-bezier(.16,.78,.22,1);animation-range:entry -5% entry 92%}.sticky-cards article:nth-child(1){--deal-x:-58vw;--deal-r:-10deg}.sticky-cards article:nth-child(2){--deal-x:58vw;--deal-r:8deg}.sticky-cards article:nth-child(3){--deal-x:-48vw;--deal-r:-7deg}@keyframes dealCard{0%{transform:translate3d(var(--deal-x),18vh,0) rotate(var(--deal-r)) scale(.88);filter:blur(3px)}58%{filter:blur(0)}82%{transform:translate3d(calc(var(--deal-x) * -.018),-4px,0) rotate(calc(var(--deal-r) * -.025)) scale(1.006)}100%{transform:translate3d(0,0,0) rotate(0) scale(1);filter:blur(0)}}}
@media(max-width:800px){.sticky-story{min-height:330vh!important}.sticky-cards{width:88vw;padding-top:90vh}.sticky-cards article{min-height:48vh!important;padding:26px 22px!important;margin-bottom:25vh!important}.sticky-cards article:nth-child(1){top:82px!important}.sticky-cards article:nth-child(2){top:96px!important}.sticky-cards article:nth-child(3){top:110px!important}.sticky-cards h3{font-size:clamp(38px,11vw,58px)!important}}

/* Centering survives reveal transforms */
.client-statement{transform:none!important;translate:-50% -50%}.client-statement.visible{transform:none!important}

/* V21: quieter hero interaction */
.hero-cursor{display:none!important}.hero-v4:hover~*{}body:has(.hero-v4:hover) .chromatic-lens{opacity:.14}.hero-question button:hover{animation:none!important;filter:none!important;text-shadow:-1.5px 0 rgba(255,42,67,.32),1.5px 0 rgba(0,207,255,.3)!important}.hero-question button:hover:before,.hero-question button:hover:after{opacity:.2!important;animation:none!important;filter:blur(.5px)!important}.hero-question button:before{transform:translateX(-2px)!important}.hero-question button:after{transform:translateX(2px)!important}.hero-question h1:has(button:hover) button:not(:hover){filter:blur(.7px)!important;opacity:.34!important;transform:none!important}.hero-v4[data-focus="brand"] #heroShader,.hero-v4[data-focus="momentum"] #heroShader,.hero-v4[data-focus="backbone"] #heroShader{filter:contrast(1.16) brightness(1.06) saturate(1.12)!important}.hero-v4:after{opacity:.42}.hero-v4:before{opacity:.62}

/* V22: stable dealt deck + seamless section color ramps */
.sticky-cards article{animation:none!important;opacity:0!important;filter:blur(2px);transition:opacity .7s ease,transform 1.05s cubic-bezier(.18,.86,.2,1),filter .65s ease,box-shadow .8s ease!important}.sticky-cards article:nth-child(1){transform:translate3d(-34vw,80px,0) rotate(-7deg) scale(.94)}.sticky-cards article:nth-child(2){transform:translate3d(34vw,70px,0) rotate(6deg) scale(.94)}.sticky-cards article:nth-child(3){transform:translate3d(-28vw,65px,0) rotate(-5deg) scale(.95)}.sticky-cards article.in-view{opacity:1!important;transform:translate3d(0,0,0) rotate(0) scale(1)!important;filter:blur(0)}
.manifesto,.sticky-story,.clients,.capabilities,.estimator{border-bottom:0!important}.section-head{border-top:0!important}.manifesto{background:#e5e3dc}.sticky-story{background:linear-gradient(to bottom,#e5e3dc 0,#151513 190px,#151513 100%)!important;padding-top:190px!important}.clients{background:linear-gradient(to bottom,#151513 0,#dedcd4 190px,#dedcd4 100%)!important;padding-top:250px!important}.capabilities{background:linear-gradient(to bottom,#dedcd4 0,#10100f 190px,#10100f 100%)!important;padding-top:270px!important}.estimator{background:linear-gradient(to bottom,#10100f 0,var(--acid) 190px,var(--acid) 100%)!important;padding-top:190px}.estimator-intro,.estimator-ui{background:transparent!important}.contact{background:linear-gradient(to bottom,var(--acid) 0,#11120f 190px,#11120f 100%)!important;padding-top:260px!important}
@media(max-width:800px){.sticky-cards article:nth-child(1){transform:translate3d(-48vw,55px,0) rotate(-6deg) scale(.95)}.sticky-cards article:nth-child(2){transform:translate3d(48vw,50px,0) rotate(5deg) scale(.95)}.sticky-cards article:nth-child(3){transform:translate3d(-42vw,45px,0) rotate(-4deg) scale(.96)}.sticky-story{padding-top:140px!important}.clients{padding-top:190px!important}.capabilities{padding-top:220px!important}.estimator{padding-top:150px}.contact{padding-top:210px!important}}

/* V23: dense physical client sticker tabletop */
.clients{min-height:125vh!important;overflow:hidden}.client-statement{width:min(650px,50vw)!important;font-size:clamp(50px,5.7vw,86px)!important;line-height:.88!important}.client-statement>p{max-width:420px!important;font-size:14px!important}.logo-roster{inset:210px 0 90px!important}.logo-roster>div{width:clamp(220px,20vw,320px)!important;height:clamp(130px,12vw,190px)!important;padding:26px!important;isolation:isolate;filter:drop-shadow(var(--shadow-x) var(--shadow-y) var(--shadow-blur) rgba(20,19,17,.3));transition:transform .25s ease-out,filter .12s linear!important}.logo-roster>div:before{content:'';display:block!important;position:absolute;inset:8px;background:#f7f5ee;border:1px solid rgba(20,19,17,.08);z-index:-1;border-radius:46% 54% 48% 52% / 54% 44% 56% 46%;box-shadow:inset 0 0 0 5px rgba(255,255,255,.7)}.logo-roster>div:nth-child(3n+2):before{border-radius:27px 54px 31px 49px}.logo-roster>div:nth-child(3n):before{border-radius:50%}.logo-roster>div:nth-child(4n):before{clip-path:polygon(7% 0,93% 0,100% 16%,96% 34%,100% 52%,96% 71%,100% 88%,92% 100%,8% 100%,0 88%,4% 70%,0 51%,4% 32%,0 14%)}.logo-roster img,.logo-roster>div:hover img{position:relative;z-index:2;max-width:76%!important;max-height:86px!important;filter:grayscale(1) contrast(1.18)!important;mix-blend-mode:multiply!important;transform:none!important;transition:transform .55s cubic-bezier(.16,1,.3,1),filter .35s!important}.logo-roster>div:hover{z-index:10;transform:perspective(900px) rotate(0) rotateX(var(--rx,0deg)) rotateY(var(--ry,0deg)) scale(1.1)!important}.logo-roster>div:hover img{transform:scale(1.04)!important;filter:grayscale(0) contrast(1.08)!important}.logo-roster>div:nth-child(1){left:2%!important;top:1%!important}.logo-roster>div:nth-child(2){right:3%!important;top:0!important}.logo-roster>div:nth-child(3){left:20%!important;top:15%!important}.logo-roster>div:nth-child(4){right:20%!important;top:14%!important}.logo-roster>div:nth-child(5){left:-2%!important;top:36%!important}.logo-roster>div:nth-child(6){right:-2%!important;top:35%!important}.logo-roster>div:nth-child(7){left:11%!important;top:58%!important}.logo-roster>div:nth-child(8){right:10%!important;top:57%!important}.logo-roster>div:nth-child(9){left:28%!important;top:76%!important}.logo-roster>div:nth-child(10){right:28%!important;top:77%!important}.logo-roster>div:nth-child(11){left:1%!important;top:82%!important}.logo-roster>div:nth-child(12){right:1%!important;top:84%!important}
@media(max-width:800px){.clients{min-height:145vh!important}.client-statement{width:72vw!important;font-size:clamp(45px,13vw,68px)!important}.logo-roster{inset:170px 0 75px!important}.logo-roster>div{width:42vw!important;height:27vw!important;min-height:115px!important;padding:15px!important}.logo-roster img,.logo-roster>div:hover img{max-width:78%!important;max-height:56px!important}.logo-roster>div:before{inset:5px}.logo-roster>div:nth-child(odd){left:-3%!important}.logo-roster>div:nth-child(even){right:-3%!important}}

/* V24: the client case — accumulated relationships, not a logo wall */
.clients{background:linear-gradient(to bottom,#151513 0,#25241f 180px,#25241f 100%)!important;color:#eee;min-height:135vh!important}.clients>.section-head{color:#d7d4ca;position:relative}.clients>.section-head:after{content:'CLIENT CASE / HANDLE WITH CARE';position:absolute;left:50%;translate:-50% 0;color:#77756d;font-size:9px;letter-spacing:.12em}.logo-roster{inset:175px 2.5% 58px!important;border-radius:45% 16% 18% 44% / 48% 23% 26% 46%;background:radial-gradient(ellipse at 25% 50%,rgba(255,255,255,.045),transparent 43%),repeating-radial-gradient(circle at 40% 50%,rgba(255,255,255,.018) 0 1px,transparent 1px 4px),#34322b!important;border:11px solid #151512!important;box-shadow:inset 0 0 0 3px #5b574b,inset 0 0 90px rgba(0,0,0,.75),0 35px 75px rgba(0,0,0,.45);overflow:hidden!important}.logo-roster:before{content:'';position:absolute;inset:13px;border:1px dashed rgba(210,203,184,.18);border-radius:inherit;pointer-events:none}.logo-roster:after{content:'';position:absolute;right:8%;top:50%;width:9%;height:26px;translate:0 -50%;border:4px solid #151512;border-radius:7px;box-shadow:inset 0 0 0 2px #5b574b;opacity:.9;pointer-events:none}.client-statement{color:#eee!important;z-index:5;text-shadow:0 2px 20px rgba(0,0,0,.55)}.client-statement>span{color:#aaa69b}.client-statement>p{color:#c2beb3}.client-note{color:#8f8b82}.logo-roster>div{z-index:3}.logo-roster>div:after{content:''!important;display:block!important;position:absolute;inset:16px;z-index:-2;border-radius:inherit;background:rgba(0,0,0,.08);transform:translate(5px,6px)}
@media(max-width:800px){.clients{min-height:150vh!important}.clients>.section-head:after{display:none}.logo-roster{inset:160px 8px 48px!important;border-width:7px!important;border-radius:36% 15% 16% 35% / 28% 14% 15% 28%}.logo-roster:after{display:none}.client-statement{width:76vw!important}}

/* V25: project / partnership estimator */
.estimate-modes{display:grid;grid-template-columns:1fr 1fr;border:1px solid rgba(0,0,0,.35);border-radius:999px;padding:4px;margin:0 0 34px}.estimate-modes button{border:0;border-radius:999px;background:transparent;padding:13px 18px;font:600 11px Manrope,Arial,sans-serif;cursor:pointer;transition:background .35s,color .35s,transform .35s}.estimate-modes button.active{background:#111;color:#f2f0e9}.estimate-modes button:hover:not(.active){transform:translateY(-1px)}.step-hint{font-size:13px;opacity:.62;margin:-22px 0 24px}.estimate-step[data-mode="recurring"] label span{padding-top:14px;padding-bottom:14px}.estimate-step input[type="checkbox"]+span:after{content:'+'}.estimate-step input[type="checkbox"]:checked+span:after{content:'✓';color:var(--acid)}.estimate-result strong{white-space:nowrap}.estimator-ui{padding-top:112px}.estimator-actions{z-index:4}
@media(max-width:800px){.estimate-modes{margin-bottom:28px}.estimate-modes button{padding:11px 8px;font-size:10px}.estimate-step[data-mode="recurring"] label span{font-size:14px}.estimate-result strong{white-space:normal;text-align:right}.estimator-ui{min-height:800px}}

/* V26: one full-viewport environmental color field */
.page-wash{--wash-color:#e5e3dc;position:fixed;inset:0;z-index:0;background:var(--wash-color);transition:background-color 1.15s cubic-bezier(.22,.8,.22,1);pointer-events:none}.page-wash:after{content:'';position:absolute;inset:0;background:radial-gradient(circle at 50% 42%,rgba(255,255,255,.025),transparent 55%);opacity:.7}main{position:relative;z-index:1;background:transparent!important}.manifesto,.sticky-story,.clients,.capabilities,.estimator,.contact{background:transparent!important;background-image:none!important}.sticky-story,.clients,.capabilities,.estimator,.contact{border:0!important}.estimator-intro,.estimator-ui{background:transparent!important}.hero-v4{background:#11120f!important}
@media(prefers-reduced-motion:reduce){.page-wash{transition:none}}

/* V27: composed hero lockup */
.hero-v4{position:relative!important;display:grid!important;place-items:center!important;padding:110px 42px 88px!important}.hero-v4>.eyebrow{position:absolute!important;top:108px!important;left:50%!important;translate:-50% 0;width:auto!important;white-space:nowrap;margin:0!important;text-align:center;font-size:clamp(14px,1.15vw,18px)!important;z-index:3}.hero-question{width:min(1240px,92vw)!important;margin:28px auto 0!important}.hero-v4 .hero-question h1{display:grid!important;grid-template-columns:auto auto;grid-template-rows:auto auto;justify-content:center!important;align-items:center!important;column-gap:clamp(28px,5vw,82px);row-gap:clamp(4px,1vh,12px);font-size:clamp(70px,10vw,154px)!important;line-height:.78!important}.hero-question button:first-child{grid-column:1/-1;justify-self:center}.hero-question button:nth-child(2),.hero-question button:nth-child(3){font-size:.62em;line-height:.92}.hero-question button:nth-child(2){justify-self:end}.hero-question button:nth-child(3){justify-self:start}.hero-deck{left:42px!important;bottom:36px!important;max-width:470px!important}.hero-enter{right:42px!important;bottom:34px!important}
@media(max-width:800px){.hero-v4{padding:120px 18px 105px!important}.hero-v4>.eyebrow{top:91px!important;width:88%!important;white-space:normal;font-size:14px!important}.hero-question{width:94vw!important;margin-top:24px!important}.hero-v4 .hero-question h1{grid-template-columns:1fr;font-size:clamp(66px,20vw,102px)!important;row-gap:3px}.hero-question button:first-child,.hero-question button:nth-child(2),.hero-question button:nth-child(3){grid-column:1;justify-self:center;font-size:inherit}.hero-question button:nth-child(2),.hero-question button:nth-child(3){font-size:.7em}.hero-deck{left:18px!important;bottom:25px!important;max-width:78%!important}}

/* V28: one hero promise, not three service labels */
.hero-statement{width:min(1260px,94vw)!important;margin:30px auto 0!important}.hero-v4 .hero-statement h1{display:block!important;font-family:Manrope,Arial,sans-serif;font-size:clamp(64px,8.35vw,128px)!important;font-weight:600;line-height:.82!important;letter-spacing:-.078em!important;text-align:center;color:#f1efe8;margin:0!important}.hero-statement h1>span{white-space:nowrap}.hero-statement h1 em{font-family:'Instrument Serif',Georgia,serif!important;font-weight:400!important;font-style:italic;letter-spacing:-.045em}.hero-statement h1 span{transition:text-shadow .45s,filter .45s}.hero-statement h1 span:hover{text-shadow:-2px 0 rgba(255,42,67,.4),2px 0 rgba(0,207,255,.38);filter:blur(.12px)}
@media(max-width:800px){.hero-statement{width:95vw!important;margin-top:20px!important}.hero-v4 .hero-statement h1{font-size:clamp(47px,13.6vw,72px)!important;line-height:.86!important;letter-spacing:-.068em!important}.hero-statement h1>span{white-space:normal}}

/* V29: hero curtain reveal */
.hero-v4{position:relative!important;z-index:4;box-shadow:0 28px 80px rgba(0,0,0,.34)}.manifesto{position:sticky!important;top:0!important;z-index:1;min-height:100vh!important;margin-top:-100vh!important}.sticky-story{position:relative;z-index:2;margin-top:100vh}.manifesto:after{content:'';position:absolute;inset:0;pointer-events:none;background:radial-gradient(circle at 50% 40%,rgba(255,255,255,.12),transparent 60%);z-index:-1}
@media(max-width:800px){.manifesto{min-height:100svh!important;margin-top:-100svh!important}.sticky-story{margin-top:100svh}}

/* V30: generated die-cut client stickers, restrained cursor, CRT edge optics */
.clients{color:#111!important;min-height:130vh!important}.clients>.section-head{color:#111!important}.clients>.section-head:after{display:none!important}.logo-roster{inset:190px 0 65px!important;background:transparent!important;border:0!important;border-radius:0!important;box-shadow:none!important;overflow:visible!important}.logo-roster:before,.logo-roster:after,.logo-roster>div:before,.logo-roster>div:after{display:none!important}.client-statement{color:#111!important;text-shadow:none!important}.client-statement>span{color:#57564f!important}.client-statement>p{color:#35342f!important}.client-note{color:#57564f!important}.logo-roster>div{padding:0!important;background:transparent!important;filter:drop-shadow(var(--shadow-x) var(--shadow-y) var(--shadow-blur) rgba(20,19,17,.28))!important}.logo-roster img,.logo-roster>div:hover img{max-width:100%!important;max-height:100%!important;filter:none!important;mix-blend-mode:normal!important;opacity:1!important}.logo-roster>div:hover{filter:drop-shadow(var(--shadow-x) var(--shadow-y) var(--shadow-blur) rgba(20,19,17,.4))!important}
.chromatic-lens{display:none!important}.cursor-dot{width:7px!important;height:7px!important;border:0!important;background:#fff!important;box-shadow:-2px 0 rgba(255,35,68,.8),2px 0 rgba(0,210,255,.8)!important;mix-blend-mode:difference}.cursor-dot.active{width:30px!important;height:30px!important;background:transparent!important;border:1px solid rgba(255,255,255,.75)!important;box-shadow:-3px 0 rgba(255,35,68,.55),3px 0 rgba(0,210,255,.55)!important}
.hero-v4{overflow:hidden!important;box-shadow:inset 0 0 95px rgba(0,0,0,.78),0 28px 80px rgba(0,0,0,.34)!important}.hero-v4:after{content:''!important;position:absolute!important;inset:0!important;z-index:2!important;opacity:1!important;pointer-events:none;background:radial-gradient(ellipse at center,transparent 48%,rgba(0,0,0,.12) 70%,rgba(0,0,0,.72) 112%),linear-gradient(115deg,rgba(255,30,60,.08),transparent 13% 86%,rgba(0,210,255,.09)),linear-gradient(25deg,rgba(0,210,255,.06),transparent 14% 87%,rgba(255,30,60,.07))!important;-webkit-backdrop-filter:blur(1.2px);backdrop-filter:blur(1.2px);-webkit-mask-image:radial-gradient(ellipse at center,transparent 48%,#000 82%);mask-image:radial-gradient(ellipse at center,transparent 48%,#000 82%)}
@media(max-width:800px){.clients{min-height:145vh!important}.logo-roster{inset:165px 0 60px!important}.hero-v4:after{-webkit-backdrop-filter:blur(.8px);backdrop-filter:blur(.8px)}}

/* V31: centered studio line + full-screen signal menu */
.nav{grid-template-columns:1fr auto 1fr!important;mix-blend-mode:normal!important;color:#f1efe8!important;z-index:600!important;padding:0 28px!important}.nav-studio-line{grid-column:2;margin:0;font-size:12px;font-weight:500;letter-spacing:-.01em;text-transform:none;white-space:nowrap}.menu-toggle{grid-column:3;justify-self:end;width:82px;height:38px;padding:0 12px;border:1px solid rgba(255,255,255,.32);border-radius:999px;background:rgba(12,13,11,.35);color:inherit;display:grid;grid-template-columns:16px 1fr;grid-template-rows:1fr 1fr;align-items:center;column-gap:9px;cursor:pointer;backdrop-filter:blur(8px);transition:background .35s,border-color .35s,transform .45s}.menu-toggle span{grid-column:1;width:16px;height:1px;background:currentColor;transition:transform .5s cubic-bezier(.16,1,.3,1)}.menu-toggle span:first-child{align-self:end;margin-bottom:2px}.menu-toggle span:nth-child(2){align-self:start;margin-top:2px}.menu-toggle b{grid-column:2;grid-row:1/3;font:500 10px Manrope,Arial,sans-serif;text-transform:uppercase}.menu-toggle:hover{background:#f0eee7;color:#111;border-color:#f0eee7;transform:rotate(-3deg);box-shadow:-3px 0 rgba(255,35,68,.55),3px 0 rgba(0,210,255,.55)}.menu-open .menu-toggle span:first-child{transform:translateY(3px) rotate(45deg)}.menu-open .menu-toggle span:nth-child(2){transform:translateY(-3px) rotate(-45deg)}.menu-open .menu-toggle b{font-size:0}.menu-open .menu-toggle b:after{content:'Close';font-size:10px}
.menu-scene{position:fixed;inset:0;z-index:590;background:#11120f;color:#eee;display:grid;grid-template-columns:minmax(0,1fr) 330px;padding:120px 42px 34px;clip-path:circle(0 at calc(100% - 65px) 38px);visibility:hidden;transition:clip-path .9s cubic-bezier(.75,0,.2,1),visibility 0s .9s;overflow:hidden}.menu-open{overflow:hidden}.menu-open .menu-scene{clip-path:circle(150% at calc(100% - 65px) 38px);visibility:visible;transition:clip-path 1s cubic-bezier(.16,1,.3,1),visibility 0s}.menu-signal{position:absolute;inset:0;pointer-events:none;background:repeating-linear-gradient(to bottom,rgba(255,255,255,.018) 0 1px,transparent 1px 4px),radial-gradient(circle at 72% 36%,rgba(255,255,255,.07),transparent 32%);opacity:.7}.menu-links{position:relative;z-index:2;align-self:center;display:flex;flex-direction:column;align-items:flex-start}.menu-links a{position:relative;color:inherit;text-decoration:none;font:600 clamp(54px,7.8vw,118px)/.78 Manrope,Arial,sans-serif;letter-spacing:-.075em;transition:transform .7s cubic-bezier(.16,1,.3,1),opacity .35s,text-shadow .35s}.menu-links small{display:inline-block;width:120px;font:500 10px Manrope,Arial,sans-serif;letter-spacing:.02em;vertical-align:middle;color:#77756e}.menu-links:has(a:hover) a:not(:hover){opacity:.18}.menu-links a:hover{transform:translateX(28px);text-shadow:-3px 0 rgba(255,35,68,.5),3px 0 rgba(0,210,255,.5)}.menu-details{position:relative;z-index:2;align-self:end;border-top:1px solid #4a4943;padding-top:16px;display:grid;gap:24px;font-size:12px;line-height:1.5;color:#aaa8a0}.menu-details p{margin:0}.menu-details span{display:block;margin-bottom:7px;color:#66655f;font-size:10px;text-transform:uppercase}.menu-details a{color:#eee;text-decoration:none;margin-right:12px}.menu-details i{display:inline-block;width:7px;height:7px;border-radius:50%;background:#d6ff39;margin-right:7px;box-shadow:0 0 10px #d6ff39}
@media(max-width:800px){.nav{grid-template-columns:auto 1fr auto!important;padding:0 16px!important}.nav-studio-line{font-size:10px;white-space:normal;text-align:center;max-width:190px;line-height:1.15}.menu-toggle{width:42px;padding:0 12px;grid-template-columns:1fr}.menu-toggle b{display:none}.menu-scene{grid-template-columns:1fr;padding:100px 20px 24px}.menu-links a{font-size:clamp(52px,16vw,78px);line-height:.85}.menu-links small{display:none}.menu-details{grid-template-columns:1fr 1fr;gap:15px}.menu-details p:first-child{grid-column:1/-1}}

/* V32: interactive closing line drives the supporting copy */
.hero-statement h1>.hero-changing-line{display:block!important;white-space:nowrap!important;font-size:.74em;line-height:.94}.hero-changing-line i,.hero-changing-line em{display:inline!important;font-family:inherit;font-size:inherit;font-weight:inherit;font-style:normal;letter-spacing:inherit;cursor:default;transition:color .3s,text-shadow .35s,filter .35s}.hero-changing-line em{font-family:'Instrument Serif',Georgia,serif!important;font-weight:400!important;font-style:italic!important}.hero-changing-line:has([data-hero-copy]:hover) [data-hero-copy]:not(:hover){color:rgba(241,239,232,.3)}.hero-changing-line [data-hero-copy]:hover{text-shadow:-2px 0 rgba(255,42,67,.36),2px 0 rgba(0,207,255,.34);filter:blur(.08px)}
@media(max-width:800px){.hero-statement h1>.hero-changing-line{font-size:.54em;letter-spacing:-.05em}}

/* V33: keep the hero optically sharp */
.hero-v4:after{-webkit-backdrop-filter:none!important;backdrop-filter:none!important;-webkit-mask-image:none!important;mask-image:none!important}.hero-statement h1 span:hover,.hero-changing-line [data-hero-copy]:hover,.hero-question button:hover,.hero-question button:hover:before,.hero-question button:hover:after{filter:none!important}.hero-question h1:has(button:hover) button:not(:hover){filter:none!important}

/* V34: full-width navigation bands */
.menu-scene{display:flex!important;flex-direction:column!important;padding:92px 30px 24px!important}.menu-links{width:100%;flex:1;align-self:stretch!important;justify-content:center;display:flex!important;flex-direction:column!important}.menu-links a{width:100%;min-height:84px;flex:1;max-height:118px;display:grid;grid-template-columns:180px 1fr auto;align-items:center;padding:0 18px;border-top:1px solid rgba(255,255,255,.18);font-size:clamp(48px,5.4vw,82px)!important;line-height:.82!important;overflow:hidden;isolation:isolate}.menu-links a:last-child{border-bottom:1px solid rgba(255,255,255,.18)}.menu-links a:before{content:attr(data-echo);position:absolute;right:7%;top:50%;translate:0 -50%;font:400 italic clamp(54px,8vw,120px)/1 'Instrument Serif',Georgia,serif;letter-spacing:-.04em;color:rgba(255,255,255,.055);opacity:0;transform:translateX(45px);transition:opacity .45s,transform .8s cubic-bezier(.16,1,.3,1);z-index:-1;white-space:nowrap}.menu-links a:after{content:'↗︎';font-size:25px;font-weight:400;letter-spacing:0;opacity:.34;transition:transform .5s,opacity .3s}.menu-links a:hover{transform:none!important;padding-left:34px;background:#e9e7df;color:#111;text-shadow:-2px 0 rgba(255,35,68,.35),2px 0 rgba(0,210,255,.35)}.menu-links a:hover:before{opacity:1;transform:none;color:rgba(15,15,13,.075)}.menu-links a:hover:after{opacity:1;transform:translate(5px,-5px)}.menu-links small{width:auto!important;font-size:10px!important;color:#77756e}.menu-links strong{font:inherit;font-weight:inherit;letter-spacing:inherit}.menu-links:has(a:hover) a:not(:hover){opacity:.38!important}.menu-details{width:100%;align-self:auto!important;display:grid!important;grid-template-columns:1.4fr .8fr .8fr;gap:40px!important;border-top:0!important;padding:18px 18px 0!important}.menu-details p:first-child{grid-column:auto}.menu-details p:nth-child(2){justify-self:center}.menu-details p:last-child{justify-self:end;text-align:right}
@media(max-width:800px){.menu-scene{padding:82px 14px 18px!important}.menu-links a{min-height:70px;grid-template-columns:1fr auto;padding:0 10px;font-size:clamp(44px,14vw,66px)!important}.menu-links small{display:none!important}.menu-links a:before{right:12%;font-size:58px}.menu-links a:hover{padding-left:18px}.menu-details{grid-template-columns:1fr 1fr!important;padding:14px 8px 0!important;gap:12px!important}.menu-details p:first-child{display:none}.menu-details p:nth-child(2){justify-self:start}.menu-details p:last-child{justify-self:end}}

/* V35: native scrollbar removed, custom progress rail */
html{scrollbar-width:none;-ms-overflow-style:none}html::-webkit-scrollbar,body::-webkit-scrollbar{display:none;width:0;height:0}.scroll-indicator{position:fixed;right:9px;top:50%;translate:0 -50%;width:4px;height:132px;border-radius:999px;background:rgba(127,125,117,.22);z-index:700;pointer-events:auto;overflow:hidden;transition:width .35s,background .35s}.scroll-indicator i{position:absolute;left:0;right:0;top:0;height:max(14px,calc(var(--scroll-progress,0) * 100%));border-radius:inherit;background:#f0eee7;box-shadow:-1px 0 rgba(255,35,68,.65),1px 0 rgba(0,210,255,.65);transition:height .08s linear}.scroll-indicator:hover{width:7px;background:rgba(127,125,117,.36)}
@media(max-width:800px){.scroll-indicator{right:3px;width:2px;height:82px;background:rgba(127,125,117,.18)}.scroll-indicator i{min-height:9px;box-shadow:none}.scroll-indicator:hover{width:2px}}
@media(prefers-reduced-motion:reduce){.sticky-cards article{opacity:1!important;transform:none!important;filter:none!important}.scroll-indicator,.scroll-indicator i{transition:none!important}}

/* V36: stronger hero hierarchy + structurally bounded curtain */
.hero-v4 .hero-statement h1>.hero-prefix{display:block!important;white-space:normal!important;font-size:.67em;line-height:.87;letter-spacing:-.072em;margin-bottom:.025em}.hero-v4 .hero-statement h1>.hero-changing-line{font-size:.9em;line-height:.83;letter-spacing:-.07em}.opening-stack{position:relative;display:grid;grid-template-rows:100vh 100vh;grid-template-columns:1fr;z-index:1}.opening-stack>.hero-v4,.opening-stack>.manifesto{grid-column:1;grid-row:1}.opening-stack>.hero-v4{position:relative!important;z-index:4;height:100vh}.opening-stack>.manifesto{position:sticky!important;top:0!important;z-index:1;height:100vh;min-height:100vh!important;margin:0!important}.sticky-story{margin-top:0!important;position:relative;z-index:2;background:#151513!important}
@media(max-width:800px){.hero-v4 .hero-statement h1>.hero-prefix{font-size:.78em;margin-bottom:.08em}.hero-v4 .hero-statement h1>.hero-changing-line{font-size:.52em;white-space:nowrap!important}.opening-stack{grid-template-rows:100svh 100svh}.opening-stack>.hero-v4,.opening-stack>.manifesto{height:100svh;min-height:100svh!important}}

/* V37: clean opening release + genuinely compact service cards */
.opening-stack{overflow:clip;contain:paint}.sticky-story{isolation:isolate;background:#151513!important}.sticky-story:before{content:'';position:absolute;inset:0;background:#151513;z-index:-1;pointer-events:none}.sticky-story{min-height:315vh!important}.sticky-cards{width:min(540px,60vw)!important;padding-top:94vh!important}.sticky-cards article{min-height:39vh!important;margin-bottom:25vh!important;padding:28px 30px!important;border-radius:15px!important}.sticky-cards article:nth-child(1){top:104px!important}.sticky-cards article:nth-child(2){top:116px!important}.sticky-cards article:nth-child(3){top:128px!important}.sticky-cards h3{font-size:clamp(36px,4vw,56px)!important;line-height:.93!important}.sticky-cards article p{font-size:14px;line-height:1.45;margin-top:22px}.sticky-cards article small{font-size:10px}.sticky-cards article:nth-child(1){transform:translate3d(-24vw,55px,0) rotate(-5deg) scale(.96)}.sticky-cards article:nth-child(2){transform:translate3d(24vw,50px,0) rotate(4deg) scale(.96)}.sticky-cards article:nth-child(3){transform:translate3d(-20vw,45px,0) rotate(-3deg) scale(.97)}
@media(max-width:800px){.sticky-story{min-height:290vh!important}.sticky-cards{width:82vw!important;padding-top:90vh!important}.sticky-cards article{min-height:36vh!important;padding:23px 20px!important;margin-bottom:22vh!important}.sticky-cards article:nth-child(1){top:78px!important}.sticky-cards article:nth-child(2){top:89px!important}.sticky-cards article:nth-child(3){top:100px!important}.sticky-cards h3{font-size:clamp(34px,9.5vw,48px)!important}}

/* V38: sticky client handoff after the service deck */
.clients{position:relative!important;z-index:3}.client-statement{position:sticky!important;top:0!important;left:auto!important;translate:none!important;transform:none!important;height:100vh!important;margin:0 auto!important;padding:0!important;display:flex!important;flex-direction:column;align-items:center;justify-content:center}.client-statement.visible{transform:none!important}.logo-roster{z-index:4!important}.client-statement{z-index:5!important}.sticky-story{box-shadow:0 30px 80px rgba(0,0,0,.3)}
@media(max-width:800px){.client-statement{height:100svh!important}}

/* V39: deterministic sticky service deck */
.sticky-cards{display:flex!important;flex-direction:column!important;align-items:stretch;overflow:visible!important}.sticky-cards article{position:sticky!important;height:380px!important;min-height:380px!important;width:100%!important;margin:0 0 52vh!important;translate:none!important;scale:1!important;transform-origin:center top!important}.sticky-cards article:nth-child(1){top:102px!important;z-index:1;background:#1b1b18!important}.sticky-cards article:nth-child(2){top:120px!important;z-index:2;background:#22221e!important}.sticky-cards article:nth-child(3){top:138px!important;z-index:3;background:#292924!important;margin-bottom:20vh!important}.sticky-cards article.in-view{transform:none!important;opacity:1!important;filter:none!important}
@media(max-width:800px){.sticky-cards article{height:330px!important;min-height:330px!important;margin-bottom:44vh!important}.sticky-cards article:nth-child(1){top:76px!important}.sticky-cards article:nth-child(2){top:90px!important}.sticky-cards article:nth-child(3){top:104px!important;margin-bottom:16vh!important}}

/* V40: neutral estimator and exact hero centering */
.hero-v4 .hero-statement h1>.hero-prefix,.hero-v4 .hero-statement h1>.hero-changing-line{padding-left:0!important;margin-left:0!important;margin-right:0!important;text-indent:0!important}.estimator{color:#111!important}.estimate-step input:checked+span:after,.estimate-step input[type="checkbox"]:checked+span:after{color:#d8d5cc!important}
.estimate-result.empty{grid-template-columns:1fr}.estimate-result.empty strong{display:none}.estimate-result.empty span{font-size:14px;opacity:.62;margin-top:7px}

/* V41: one-view client sticker scene */
.clients{height:100vh!important;min-height:760px!important;padding:86px 28px 28px!important;overflow:hidden!important}.clients>.section-head{position:absolute!important;left:28px;right:28px;top:84px;z-index:8}.client-statement{position:absolute!important;left:50%!important;top:51%!important;translate:-50% -50%!important;height:auto!important;width:min(600px,48vw)!important;margin:0!important;font-size:clamp(48px,5.2vw,78px)!important}.logo-roster{position:absolute!important;inset:105px 0 24px!important;overflow:hidden!important}.logo-roster>div{--shadow-x:4px;--shadow-y:8px;--shadow-blur:7px;width:clamp(235px,19vw,330px)!important;height:clamp(115px,10vw,160px)!important;opacity:0;scale:.72;filter:drop-shadow(var(--shadow-x) var(--shadow-y) var(--shadow-blur) rgba(20,19,17,.22))!important;transition:opacity .65s ease,scale .95s cubic-bezier(.16,1,.3,1),transform .25s ease-out,filter .12s linear!important}.logo-roster.visible>div{opacity:1;scale:1}.logo-roster.visible>div:nth-child(2){transition-delay:.06s}.logo-roster.visible>div:nth-child(3){transition-delay:.12s}.logo-roster.visible>div:nth-child(4){transition-delay:.18s}.logo-roster.visible>div:nth-child(5){transition-delay:.24s}.logo-roster.visible>div:nth-child(6){transition-delay:.3s}.logo-roster.visible>div:nth-child(7){transition-delay:.36s}.logo-roster.visible>div:nth-child(8){transition-delay:.42s}.logo-roster.visible>div:nth-child(9){transition-delay:.48s}.logo-roster.visible>div:nth-child(10){transition-delay:.54s}.logo-roster.visible>div:nth-child(11){transition-delay:.6s}.logo-roster.visible>div:nth-child(12){transition-delay:.66s}.logo-roster>div:hover{filter:drop-shadow(var(--shadow-x) var(--shadow-y) var(--shadow-blur) rgba(20,19,17,.3))!important}.logo-roster img,.logo-roster>div:hover img{width:auto!important;height:auto!important;max-width:100%!important;max-height:100%!important}.logo-roster>div:nth-child(1){left:1%!important;top:2%!important}.logo-roster>div:nth-child(2){right:2%!important;top:1%!important}.logo-roster>div:nth-child(3){left:17%!important;top:17%!important}.logo-roster>div:nth-child(4){right:17%!important;top:17%!important}.logo-roster>div:nth-child(5){left:-3%!important;top:39%!important}.logo-roster>div:nth-child(6){right:-3%!important;top:39%!important}.logo-roster>div:nth-child(7){left:9%!important;top:63%!important}.logo-roster>div:nth-child(8){right:9%!important;top:63%!important}.logo-roster>div:nth-child(9){left:27%!important;top:80%!important}.logo-roster>div:nth-child(10){right:27%!important;top:80%!important}.logo-roster>div:nth-child(11){left:-1%!important;top:83%!important}.logo-roster>div:nth-child(12){right:-1%!important;top:83%!important}.client-note{display:none!important}
@media(max-width:800px){.clients{height:100svh!important;min-height:700px!important;padding:74px 12px 18px!important}.clients>.section-head{left:14px;right:14px;top:72px}.clients>.section-head p:last-child{display:none}.client-statement{width:72vw!important;font-size:clamp(40px,12vw,58px)!important;top:50%!important}.client-statement>p{font-size:12px!important;margin-top:22px!important}.logo-roster{inset:92px 0 15px!important}.logo-roster>div{width:38vw!important;height:20vw!important;min-height:82px!important}.logo-roster>div:nth-child(odd){left:-4%!important}.logo-roster>div:nth-child(even){right:-4%!important}}

/* V42: interactive ways-of-working triptych */
.capabilities{min-height:110vh!important;padding:110px 30px 36px!important;display:grid;grid-template-rows:auto 1fr;gap:55px;color:#eee}.cap-intro{display:grid;grid-template-columns:1fr 1.5fr 1fr;align-items:end;gap:35px}.cap-intro>.section-no{align-self:start}.cap-intro h2{margin:0;font-size:clamp(54px,6.4vw,94px);line-height:.83;letter-spacing:-.07em;font-weight:500}.cap-intro h2 em{font-family:'Instrument Serif',Georgia,serif;font-weight:400}.cap-intro>p:last-child{max-width:330px;margin:0 0 4px;line-height:1.5;color:#aaa8a0}.cap-list{display:flex!important;gap:8px!important;margin:0!important;min-height:520px}.cap-list>.cap-panel{position:relative;isolation:isolate;overflow:hidden;display:flex!important;flex:1 1 0;flex-direction:column;align-items:flex-start!important;grid-template-columns:none!important;padding:28px!important;border:0!important;border-radius:18px;background:#1a1a17!important;transition:flex .9s cubic-bezier(.16,1,.3,1),background .45s,transform .7s cubic-bezier(.16,1,.3,1)!important}.cap-list>.cap-panel:nth-child(2){background:#20201c!important}.cap-list>.cap-panel:nth-child(3){background:#272722!important}.cap-list>.cap-panel:before{content:'';position:absolute;inset:0;z-index:-1;background:radial-gradient(circle at var(--panel-x,50%) var(--panel-y,50%),rgba(255,255,255,.13),transparent 35%);opacity:0;transition:opacity .5s}.cap-list>.cap-panel:hover{flex:1.65 1 0;transform:translateY(-9px);background:#e7e4db!important;color:#111}.cap-list>.cap-panel:hover:before{opacity:1}.cap-panel>span{font-size:11px;color:#85837b;transition:color .3s}.cap-panel h3{margin:auto 0 25px!important;font-size:clamp(58px,6.5vw,100px)!important;line-height:.8!important;letter-spacing:-.075em}.cap-panel p{max-width:360px!important;margin:0!important;font-size:15px;line-height:1.45;opacity:.72}.cap-panel ul{list-style:none;padding:0;margin:24px 0 0;display:flex;gap:7px;flex-wrap:wrap;opacity:0;translate:0 15px;transition:opacity .45s .08s,translate .65s cubic-bezier(.16,1,.3,1)}.cap-panel li{padding:8px 11px;border:1px solid currentColor;border-radius:999px;font-size:10px}.cap-panel>b{position:absolute;right:25px;top:25px;font-size:22px;font-weight:400;opacity:.25;transition:transform .5s,opacity .3s}.cap-panel:hover ul{opacity:1;translate:0 0}.cap-panel:hover>b{opacity:1;transform:translate(5px,-5px)}
@media(max-width:800px){.capabilities{min-height:auto!important;padding:90px 16px 30px!important;gap:38px}.cap-intro{grid-template-columns:1fr}.cap-intro h2{font-size:clamp(52px,15vw,76px)}.cap-intro>p:last-child{font-size:14px}.cap-list{flex-direction:column;min-height:0}.cap-list>.cap-panel{min-height:360px!important;padding:22px!important}.cap-list>.cap-panel:hover{flex:1;transform:none}.cap-panel h3{font-size:68px!important}.cap-panel ul{opacity:1;translate:0 0}}

/* V43: navigation contrast follows the active environment */
.nav,.nav-studio-line,.menu-toggle,.brand img{transition:color .45s,border-color .45s,background .45s,filter .45s}.nav-on-light .nav{color:#11120f!important}.nav-on-light .brand img{filter:invert(1)!important}.nav-on-light .menu-toggle{border-color:rgba(17,18,15,.34);background:rgba(232,230,223,.45)}.nav-on-light .menu-toggle:hover{background:#11120f;color:#f0eee7;border-color:#11120f}.menu-open .nav{color:#f1efe8!important}.menu-open .brand img{filter:none!important}.menu-open .menu-toggle{border-color:rgba(255,255,255,.32);background:#f0eee7;color:#111}

/* V45: clean card deck and correctly scaled client field */
.sticky-intro{transition:opacity .65s ease,transform .9s cubic-bezier(.16,1,.3,1)!important}.sticky-story.cards-active .sticky-intro{opacity:0!important;transform:scale(.92)!important;pointer-events:none}.sticky-cards{z-index:5!important}.sticky-cards article{opacity:1!important;background-image:none!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;box-shadow:0 24px 75px rgba(0,0,0,.5)!important}.sticky-cards article:nth-child(1){background-color:#191916!important}.sticky-cards article:nth-child(2){background-color:#20201c!important}.sticky-cards article:nth-child(3){background-color:#282823!important}.sticky-cards article:before{content:'';position:absolute;inset:0;background:inherit;border-radius:inherit;z-index:0}.sticky-cards article>*{position:relative;z-index:2}
.logo-roster>div{width:clamp(290px,24vw,410px)!important;height:clamp(145px,13vw,205px)!important}.logo-roster img,.logo-roster>div:hover img{max-width:112%!important;max-height:112%!important}.logo-roster>div:nth-child(1){left:2%!important;top:0!important}.logo-roster>div:nth-child(2){right:2%!important;top:0!important}.logo-roster>div:nth-child(3){left:11%!important;top:18%!important}.logo-roster>div:nth-child(4){right:11%!important;top:18%!important}.logo-roster>div:nth-child(5){left:-1%!important;top:41%!important}.logo-roster>div:nth-child(6){right:-1%!important;top:41%!important}.logo-roster>div:nth-child(7){left:7%!important;top:66%!important}.logo-roster>div:nth-child(8){right:7%!important;top:66%!important}.logo-roster>div:nth-child(9){left:25%!important;top:82%!important}.logo-roster>div:nth-child(10){right:25%!important;top:82%!important}.logo-roster>div:nth-child(11){left:0!important;top:84%!important}.logo-roster>div:nth-child(12){right:0!important;top:84%!important}
@media(max-width:800px){.logo-roster>div{width:48vw!important;height:25vw!important;min-height:95px!important}.logo-roster img,.logo-roster>div:hover img{max-width:110%!important;max-height:110%!important}.logo-roster>div:nth-child(odd){left:-8%!important}.logo-roster>div:nth-child(even){right:-8%!important}}

/* V46: final deck cleanup and full-scale sticker artwork */
.sticky-story:has(.sticky-cards article.in-view) .sticky-intro{opacity:0!important;transform:scale(.92)!important;pointer-events:none}.logo-roster img,.logo-roster>div:hover img{display:block!important;width:100%!important;height:100%!important;max-width:none!important;max-height:none!important;object-fit:contain!important}.logo-roster>div:nth-child(3){left:-1%!important}.logo-roster>div:nth-child(4){right:-1%!important}.logo-roster>div:nth-child(7){left:1%!important}.logo-roster>div:nth-child(8){right:1%!important}.logo-roster>div:hover img{transform:scale(1.04)!important}
@media(max-width:800px){.logo-roster img,.logo-roster>div:hover img{width:100%!important;height:100%!important}.logo-roster>div:nth-child(3),.logo-roster>div:nth-child(7){left:-8%!important}.logo-roster>div:nth-child(4),.logo-roster>div:nth-child(8){right:-8%!important}}

/* V47: oversized pinned statement with a lightly skewed card stack */
.sticky-story .sticky-intro,.sticky-story.cards-active .sticky-intro,.sticky-story:has(.sticky-cards article.in-view) .sticky-intro{opacity:1!important;transform:none!important;pointer-events:auto!important}.sticky-intro h2{font-size:clamp(92px,11vw,168px)!important;line-height:.79!important;letter-spacing:-.08em!important}.sticky-intro>p:last-child{font-size:17px;max-width:560px}.sticky-cards{z-index:8!important}.sticky-cards article.in-view:nth-child(1){transform:translateX(-8px) rotate(-1.35deg)!important}.sticky-cards article.in-view:nth-child(2){transform:translateX(9px) rotate(1.15deg)!important}.sticky-cards article.in-view:nth-child(3){transform:translateX(-3px) rotate(-.55deg)!important}.sticky-cards article{transform-origin:50% 14%!important}.clients{z-index:10!important}
@media(max-width:800px){.sticky-intro h2{font-size:clamp(72px,20vw,104px)!important}.sticky-intro>p:last-child{font-size:14px}.sticky-cards article.in-view:nth-child(1){transform:translateX(-4px) rotate(-1deg)!important}.sticky-cards article.in-view:nth-child(2){transform:translateX(5px) rotate(.9deg)!important}.sticky-cards article.in-view:nth-child(3){transform:translateX(-2px) rotate(-.4deg)!important}}

/* V44: quiet closing invitation */
.contact{min-height:100vh!important;padding:110px 42px 28px!important;background:transparent!important;display:flex!important;flex-direction:column;justify-content:space-between;overflow:hidden}.contact:before{content:'';position:absolute;inset:0;pointer-events:none;background:radial-gradient(circle at 50% 48%,rgba(255,255,255,.045),transparent 42%);opacity:.75}.contact>.idea-field{display:none!important}.contact>p{position:relative;z-index:2;text-align:center;margin:0;color:#8e8c84;font-size:11px}.contact-main{position:relative!important;z-index:2!important;margin:auto!important;width:100%;display:flex!important;flex-direction:column;align-items:center;justify-content:center;gap:48px!important;text-align:center}.contact-main h2{max-width:1180px!important;margin:0!important;font-size:clamp(68px,9.3vw,140px)!important;line-height:.84!important;letter-spacing:-.075em}.contact-main h2 em{display:block}.cta-button{width:auto!important;height:58px!important;min-width:230px;border-radius:999px!important;transform:none!important;padding:0 22px 0 26px!important;display:flex!important;flex-direction:row!important;align-items:center;justify-content:space-between!important;gap:45px;background:#e7e4dc!important;color:#11120f!important;overflow:hidden}.cta-button:before{inset:50%!important;transition:inset .55s cubic-bezier(.16,1,.3,1)!important}.cta-button:hover{transform:translateY(-4px)!important}.cta-button:hover:before{inset:-2px!important}.cta-button .cta-label{font-size:14px!important;line-height:1!important;text-align:left}.cta-button .cta-label br{display:none}.cta-button .cta-arrow{font-size:20px!important;align-self:auto!important}.site-footer{position:relative;z-index:2;margin-top:45px}
@media(max-width:800px){.contact{padding:88px 18px 20px!important}.contact-main{gap:38px!important}.contact-main h2{font-size:clamp(52px,15vw,78px)!important;line-height:.87!important}.cta-button{width:auto!important;height:54px!important;min-width:220px;margin:0!important;padding:0 19px 0 23px!important}.site-footer{margin-top:30px}}

/* V48: dense, irregular sticker wall */
.clients{background-color:transparent!important}.client-statement{width:min(560px,46vw)!important;top:50%!important;padding:34px 38px 32px!important;border-radius:26px;background:#11120f;color:#f1efe8!important;box-shadow:8px 13px 0 rgba(17,18,15,.16),0 25px 55px rgba(20,19,17,.22)!important;rotate:-1.2deg;z-index:7!important;font-size:clamp(46px,4.8vw,72px)!important}.client-statement>span{color:#aaa89f!important}.client-statement>p{color:#d0cdc4!important;margin-top:24px!important}.logo-roster>div{display:grid!important;grid-template-columns:1fr!important;grid-template-rows:1fr!important;place-items:center!important;width:clamp(270px,24vw,390px)!important;height:clamp(130px,12vw,195px)!important;overflow:visible!important}.logo-roster>div img{grid-column:1!important;grid-row:1!important;width:100%!important;height:100%!important;object-fit:contain!important}.logo-roster>div:nth-child(1){left:-1%!important;top:1%!important;--r:-7deg}.logo-roster>div:nth-child(2){left:28%!important;right:auto!important;top:-3%!important;--r:4deg}.logo-roster>div:nth-child(3){right:-2%!important;left:auto!important;top:3%!important;--r:6deg}.logo-roster>div:nth-child(4){left:-5%!important;right:auto!important;top:27%!important;--r:3deg}.logo-roster>div:nth-child(5){left:20%!important;right:auto!important;top:22%!important;--r:-5deg}.logo-roster>div:nth-child(6){right:18%!important;left:auto!important;top:25%!important;--r:7deg}.logo-roster>div:nth-child(7){right:-5%!important;left:auto!important;top:34%!important;--r:-6deg}.logo-roster>div:nth-child(8){left:1%!important;right:auto!important;top:55%!important;--r:8deg}.logo-roster>div:nth-child(9){left:25%!important;right:auto!important;top:64%!important;--r:-4deg}.logo-roster>div:nth-child(10){right:26%!important;left:auto!important;top:62%!important;--r:5deg}.logo-roster>div:nth-child(11){right:-1%!important;left:auto!important;top:62%!important;--r:-8deg}.logo-roster>div:nth-child(12){left:7%!important;right:auto!important;top:80%!important;--r:4deg}.logo-roster.visible>div:nth-child(3n){z-index:6}.logo-roster.visible>div:nth-child(4n){z-index:8}
@media(max-width:800px){.client-statement{width:78vw!important;padding:25px 22px 23px!important;border-radius:18px;font-size:clamp(38px,11vw,54px)!important}.logo-roster>div{width:54vw!important;height:27vw!important;min-height:105px!important}.logo-roster>div:nth-child(1){left:-15%!important;top:0!important}.logo-roster>div:nth-child(2){left:35%!important;top:2%!important}.logo-roster>div:nth-child(3){right:-18%!important;top:15%!important}.logo-roster>div:nth-child(4){left:-17%!important;top:23%!important}.logo-roster>div:nth-child(5){left:18%!important;top:24%!important}.logo-roster>div:nth-child(6){right:-14%!important;top:39%!important}.logo-roster>div:nth-child(7){left:-14%!important;top:47%!important}.logo-roster>div:nth-child(8){left:33%!important;top:58%!important}.logo-roster>div:nth-child(9){left:-12%!important;top:68%!important}.logo-roster>div:nth-child(10){right:-14%!important;top:73%!important}.logo-roster>div:nth-child(11){right:18%!important;top:84%!important}.logo-roster>div:nth-child(12){left:-10%!important;top:87%!important}}

/* V49: multi-axis variable type system */
body,button,input,select,textarea{font-family:'Archivo',Arial,sans-serif!important}.nav,.nav-studio-line,.menu-toggle,.section-no,.section-head,.sticky-cards span,.sticky-cards small,.cap-panel>span,.cap-panel li,.step-count,.estimate-result,.estimator-actions button,.contact>p,.site-footer{font-family:'Archivo',Arial,sans-serif!important;font-variation-settings:'wdth' 78,'wght' 560}.hero-v4 .hero-statement h1,.manifesto-line,.sticky-intro h2,.client-statement,.cap-intro h2,.cap-panel h3,.estimator h2,.estimate-step legend,.contact-main h2,.menu-links strong{font-family:'Archivo',Arial,sans-serif!important}.hero-v4 .hero-statement h1>.hero-prefix{font-variation-settings:'wdth' 88,'wght' 620}.hero-v4 .hero-statement h1>.hero-changing-line{font-variation-settings:'wdth' 104,'wght' 510}.manifesto-line,.sticky-intro h2,.contact-main h2{font-variation-settings:'wdth' 92,'wght' 475}.sticky-cards h3,.cap-panel h3{font-variation-settings:'wdth' 82,'wght' 520}.client-statement{font-variation-settings:'wdth' 91,'wght' 500}.estimator-intro h2,.estimate-step legend{font-variation-settings:'wdth' 88,'wght' 500}.hero-changing-line em,.manifesto em,.client-statement em,.cap-intro em,.contact-main em{font-family:'Instrument Serif',Georgia,serif!important}p,.hero-deck,.sticky-cards article p,.cap-panel p,.estimator-intro>p{font-variation-settings:'wdth' 100,'wght' 410}

/* V50: calm relationship statement inside the sticker wall */
.client-statement{width:min(660px,56vw)!important;top:50%!important;padding:0!important;border-radius:0!important;background:transparent!important;color:#11120f!important;box-shadow:none!important;rotate:0!important;text-shadow:none!important;z-index:10!important;font-size:clamp(50px,5.6vw,84px)!important;line-height:.86!important;text-align:center}.client-statement>span{color:#56544e!important;margin-bottom:22px!important}.client-statement>p{max-width:470px!important;margin:28px auto 0!important;color:#393832!important;font-size:14px!important;line-height:1.5!important}.logo-roster{z-index:3!important}.logo-roster>div{z-index:3}.logo-roster>div:hover{z-index:9!important}
@media(max-width:800px){.client-statement{width:80vw!important;padding:0!important;font-size:clamp(40px,12vw,58px)!important}.client-statement>p{font-size:12px!important;max-width:300px!important;margin-top:20px!important}}

/* V51: liquid optical falloff beneath the navigation */
.nav-optic{position:absolute;left:0;right:0;top:100%;height:92px;pointer-events:none;overflow:hidden;opacity:.92;-webkit-mask-image:linear-gradient(to bottom,#000 0,rgba(0,0,0,.9) 18%,rgba(0,0,0,.38) 62%,transparent 100%);mask-image:linear-gradient(to bottom,#000 0,rgba(0,0,0,.9) 18%,rgba(0,0,0,.38) 62%,transparent 100%);-webkit-backdrop-filter:blur(11px) saturate(1.12);backdrop-filter:blur(11px) saturate(1.12)}.nav-optic:before,.nav-optic:after{content:'';position:absolute;inset:-8px 0 0;mix-blend-mode:screen;opacity:.18;filter:blur(7px)}.nav-optic:before{translate:-3px 0;background:linear-gradient(to bottom,rgba(255,30,60,.16),transparent 70%)}.nav-optic:after{translate:3px 0;background:linear-gradient(to bottom,rgba(0,205,255,.17),transparent 70%)}.nav-on-light .nav-optic{opacity:.7;-webkit-backdrop-filter:blur(10px) saturate(.92);backdrop-filter:blur(10px) saturate(.92)}.menu-open .nav-optic{opacity:0}.nav-optic{transition:opacity .4s}
@media(max-width:800px){.nav-optic{height:68px;-webkit-backdrop-filter:blur(8px) saturate(1.08);backdrop-filter:blur(8px) saturate(1.08)}.nav-optic:before,.nav-optic:after{opacity:.12}}
@media(prefers-reduced-motion:reduce){.nav-optic{transition:none}}

/* V52: restrained navigation glass — no magnification ghosts */
.nav{background:linear-gradient(to bottom,rgba(12,13,11,.82) 0,rgba(12,13,11,.46) 58%,rgba(12,13,11,0) 100%)!important;-webkit-backdrop-filter:blur(7px) saturate(1.04)!important;backdrop-filter:blur(7px) saturate(1.04)!important}.nav-on-light .nav{background:linear-gradient(to bottom,rgba(229,227,220,.9) 0,rgba(229,227,220,.52) 58%,rgba(229,227,220,0) 100%)!important}.nav-optic{height:34px!important;opacity:.34!important;-webkit-backdrop-filter:blur(2.5px)!important;backdrop-filter:blur(2.5px)!important;-webkit-mask-image:linear-gradient(to bottom,rgba(0,0,0,.72),transparent)!important;mask-image:linear-gradient(to bottom,rgba(0,0,0,.72),transparent)!important;overflow:visible}.nav-optic:before{inset:0!important;height:1px!important;translate:-1px 0!important;background:rgba(255,35,68,.28)!important;filter:none!important;opacity:.35!important}.nav-optic:after{inset:1px 0 auto!important;height:1px!important;translate:1px 0!important;background:rgba(0,205,255,.28)!important;filter:none!important;opacity:.35!important}.menu-open .nav{background:transparent!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important}.menu-open .nav-optic{opacity:0!important}
@media(max-width:800px){.nav-optic{height:24px!important;-webkit-backdrop-filter:blur(2px)!important;backdrop-filter:blur(2px)!important}}

/* V53: continuous optical nav falloff — no visible lower edge */
.nav{
  background:transparent!important;
  -webkit-backdrop-filter:none!important;
  backdrop-filter:none!important;
  isolation:isolate;
}
.nav>*:not(.nav-optic){position:relative;z-index:2}
.nav-optic{
  z-index:0;
  top:0!important;
  left:0!important;
  right:0!important;
  height:150px!important;
  opacity:1!important;
  overflow:hidden!important;
  background:linear-gradient(to bottom,rgba(12,13,11,.88) 0,rgba(12,13,11,.56) 34%,rgba(12,13,11,.16) 68%,transparent 100%)!important;
  -webkit-backdrop-filter:blur(10px) saturate(1.08)!important;
  backdrop-filter:blur(10px) saturate(1.08)!important;
  -webkit-mask-image:linear-gradient(to bottom,#000 0,#000 24%,rgba(0,0,0,.72) 48%,rgba(0,0,0,.2) 78%,transparent 100%)!important;
  mask-image:linear-gradient(to bottom,#000 0,#000 24%,rgba(0,0,0,.72) 48%,rgba(0,0,0,.2) 78%,transparent 100%)!important;
}
.nav-optic:before,.nav-optic:after{
  top:0!important;
  bottom:0!important;
  width:52%!important;
  height:auto!important;
  filter:blur(18px)!important;
  opacity:.12!important;
  mix-blend-mode:screen;
}
.nav-optic:before{left:-12px!important;right:auto!important;translate:-4px 0!important;background:linear-gradient(105deg,rgba(255,34,65,.2),transparent 56%)!important}
.nav-optic:after{right:-12px!important;left:auto!important;translate:4px 0!important;background:linear-gradient(255deg,rgba(0,199,255,.2),transparent 56%)!important}
.nav-on-light .nav-optic{background:linear-gradient(to bottom,rgba(230,228,221,.94) 0,rgba(230,228,221,.62) 34%,rgba(230,228,221,.18) 68%,transparent 100%)!important}
.menu-open .nav-optic{opacity:0!important}
@media(max-width:800px){.nav-optic{height:118px!important;-webkit-backdrop-filter:blur(8px) saturate(1.06)!important;backdrop-filter:blur(8px) saturate(1.06)!important}}

/* V54: Basenji variable brand system (Adobe Fonts, weight axis 100–900) */
body,button,input,select,textarea{font-family:"basenji-variable",Arial,sans-serif!important;font-variation-settings:"wght" 420}
.nav,.nav-studio-line,.menu-toggle,.section-no,.section-head,.sticky-cards span,.sticky-cards small,.cap-panel>span,.cap-panel li,.step-count,.estimate-result,.estimator-actions button,.contact>p,.site-footer{font-family:"basenji-variable",Arial,sans-serif!important;font-variation-settings:"wght" 560!important}
.hero-v4 .hero-statement h1,.manifesto-line,.sticky-intro h2,.client-statement,.cap-intro h2,.cap-panel h3,.estimator h2,.estimate-step legend,.contact-main h2,.menu-links strong,.sticky-cards h3,.legal-shell h1,.legal-shell h2{font-family:"basenji-variable",Arial,sans-serif!important}
.hero-v4 .hero-statement h1>.hero-prefix{font-variation-settings:"wght" 680!important}
.hero-v4 .hero-statement h1>.hero-changing-line{font-variation-settings:"wght" 480!important}
.manifesto-line,.sticky-intro h2,.contact-main h2{font-variation-settings:"wght" 510!important}
.sticky-cards h3,.cap-panel h3{font-variation-settings:"wght" 590!important}
.client-statement{font-variation-settings:"wght" 520!important}
.estimator-intro h2,.estimate-step legend{font-variation-settings:"wght" 540!important}
.menu-links strong{font-variation-settings:"wght" 610!important}
p,.hero-deck,.sticky-cards article p,.cap-panel p,.estimator-intro>p{font-variation-settings:"wght" 410!important}

/* V55: Basenji optical spacing */
.hero-v4 .hero-statement h1{letter-spacing:-.045em!important}
.hero-v4 .hero-statement h1>.hero-prefix{letter-spacing:-.035em!important}
.hero-v4 .hero-statement h1>.hero-changing-line{letter-spacing:-.04em!important}
.manifesto-line,.sticky-intro h2,.contact-main h2{letter-spacing:-.045em!important}
.sticky-cards h3,.cap-intro h2,.cap-panel h3{letter-spacing:-.04em!important}
.client-statement{letter-spacing:-.038em!important}
.estimator-intro h2,.estimate-step legend{letter-spacing:-.035em!important}
.menu-links strong{letter-spacing:-.035em!important}

/* V56: open estimator layout with a protected result area */
.estimator{
  grid-template-columns:minmax(300px,.82fr) minmax(0,1.18fr)!important;
  column-gap:clamp(36px,6vw,110px)!important;
  padding-left:clamp(24px,3vw,48px)!important;
  padding-right:clamp(24px,3vw,48px)!important;
}
.estimator-intro{
  border-right:0!important;
  border-bottom:0!important;
  padding-left:0!important;
  padding-right:0!important;
}
.estimator-ui{
  min-width:0;
  padding-left:0!important;
  padding-right:0!important;
  padding-bottom:54px!important;
}
.estimator-ui form{display:flex;min-height:0;flex-direction:column}
.estimate-result{
  grid-template-columns:minmax(0,1fr)!important;
  grid-template-areas:"label" "price" "summary";
  row-gap:7px!important;
  margin-top:38px!important;
  padding-top:18px!important;
  min-width:0;
}
.estimate-result p{grid-area:label;min-width:0}
.estimate-result strong{
  grid-area:price!important;
  grid-row:auto!important;
  grid-column:auto!important;
  max-width:100%;
  font-size:clamp(34px,4.1vw,62px)!important;
  line-height:.96;
  letter-spacing:-.025em!important;
  white-space:normal!important;
  overflow-wrap:anywhere;
}
.estimate-result span{grid-area:summary;max-width:100%;line-height:1.4}
.estimator-actions{
  position:static!important;
  inset:auto!important;
  margin-top:26px;
  min-height:52px;
  align-items:center;
}
.estimator-actions button{padding:16px 0!important}
@media(max-width:800px){
  .estimator{grid-template-columns:1fr!important;gap:0!important;padding-left:18px!important;padding-right:18px!important}
  .estimator-intro{height:auto!important;padding-left:0!important;padding-right:0!important}
  .estimator-ui{min-height:0!important;padding-left:0!important;padding-right:0!important;padding-bottom:45px!important}
  .estimate-result strong{font-size:clamp(32px,10vw,46px)!important;text-align:left!important}
}

/* V228: flexible segmented sticker surfaces; no logo-obscuring collisions. */
.menu-open>.hero-enter{opacity:0!important;visibility:hidden!important;pointer-events:none!important;translate:0 10px!important}
.logo-roster>div:before,.logo-roster>div:after{display:none!important}
.logo-roster>div.has-flex-mesh>img{opacity:0!important}
.logo-roster>div.has-flex-mesh{
  transform:rotate(var(--r,0deg))!important;
  transform-style:preserve-3d!important;
  perspective:850px!important;
  filter:none!important;
  box-shadow:none!important;
  transition:transform .65s cubic-bezier(.16,1,.3,1)!important;
}
.logo-roster>div.has-flex-mesh:hover,.logo-roster>div.has-flex-mesh.is-bending{
  transform:rotate(var(--r,0deg)) scale(1.012)!important;
  filter:none!important;
}
.sticker-flex{position:absolute;inset:0;z-index:3;display:block;transform-style:preserve-3d;pointer-events:none}
.sticker-flex i{position:absolute;display:block;background-repeat:no-repeat;backface-visibility:hidden;transform-origin:center;transition:transform .58s cubic-bezier(.16,1,.3,1);will-change:transform}
.sticker-bend-shadow{position:absolute;z-index:1;display:block;opacity:0;pointer-events:none;background:rgba(22,19,16,.3);filter:blur(11px);transition:opacity .4s ease,transform .55s cubic-bezier(.16,1,.3,1)}
.is-bending .sticker-bend-shadow{opacity:.62}
[data-peel-edge="left"] .sticker-bend-shadow{left:-2%;top:12%;width:24%;height:76%;border-radius:60% 20% 20% 60%;transform:translateX(8px)}
[data-peel-edge="right"] .sticker-bend-shadow{right:-2%;top:12%;width:24%;height:76%;border-radius:20% 60% 60% 20%;transform:translateX(-8px)}
[data-peel-edge="top"] .sticker-bend-shadow{left:12%;top:-2%;width:76%;height:24%;border-radius:60% 60% 20% 20%;transform:translateY(8px)}
[data-peel-edge="bottom"] .sticker-bend-shadow{left:12%;bottom:-2%;width:76%;height:24%;border-radius:20% 20% 60% 60%;transform:translateY(-8px)}

.logo-roster{--sticker-size:clamp(158px,14vw,202px)}
.logo-roster>div:nth-child(1){left:2%!important;top:2%!important;bottom:auto!important;--r:-7deg}.logo-roster>div:nth-child(2){left:27%!important;top:0!important;bottom:auto!important;--r:4deg}.logo-roster>div:nth-child(3){left:53%!important;top:5%!important;bottom:auto!important;--r:-3deg}.logo-roster>div:nth-child(4){left:auto!important;right:2%!important;top:1%!important;bottom:auto!important;--r:7deg}
.logo-roster>div:nth-child(5){left:3%!important;top:29%!important;bottom:auto!important;--r:5deg}.logo-roster>div:nth-child(6){left:29%!important;right:auto!important;top:27%!important;bottom:auto!important;--r:-5deg}.logo-roster>div:nth-child(7){left:auto!important;right:3%!important;top:31%!important;bottom:auto!important;--r:6deg}
.logo-roster>div:nth-child(8){left:1%!important;top:auto!important;bottom:27%!important;--r:-4deg}.logo-roster>div:nth-child(9){left:23%!important;top:auto!important;bottom:30%!important;--r:6deg}.logo-roster>div:nth-child(10){left:60%!important;top:auto!important;bottom:26%!important;--r:-5deg}.logo-roster>div:nth-child(11){left:auto!important;right:1%!important;top:auto!important;bottom:29%!important;--r:3deg}
.logo-roster>div:nth-child(12){left:5%!important;top:auto!important;bottom:1%!important;--r:-7deg}.logo-roster>div:nth-child(13){left:31%!important;top:auto!important;bottom:4%!important;--r:5deg}.logo-roster>div:nth-child(14){left:57%!important;right:auto!important;top:auto!important;bottom:0!important;--r:-4deg}.logo-roster>div:nth-child(15){left:auto!important;right:4%!important;top:auto!important;bottom:3%!important;--r:7deg}
@media(max-width:800px){.logo-roster{--sticker-size:clamp(112px,29vw,138px)}.sticker-flex i{transition-duration:.42s}.logo-roster>div:nth-child(11),.logo-roster>div:nth-child(12),.logo-roster>div:nth-child(15){display:none!important}}
@media(prefers-reduced-motion:reduce){.logo-roster>div.has-flex-mesh>img{opacity:1!important}.sticker-flex,.sticker-bend-shadow{display:none!important}}

/* V232: expanded wall final override. */
.logo-roster{--sticker-size:clamp(132px,12vw,172px)}.logo-roster>div{width:var(--sticker-size)!important;height:var(--sticker-size)!important}.logo-roster>div>a{position:absolute;inset:0;z-index:2;display:block;border-radius:50%}.logo-roster>div.has-flex-mesh>a img{opacity:1!important;transition:opacity .14s ease!important}.logo-roster>div.has-flex-mesh .sticker-flex{opacity:0!important;transition:opacity .12s ease!important}.logo-roster>div.has-flex-mesh.is-bending>a img{opacity:0!important}.logo-roster>div.has-flex-mesh.is-bending .sticker-flex{opacity:1!important}
.logo-roster>div:nth-child(1){left:1%!important;right:auto!important;top:3%!important;bottom:auto!important}.logo-roster>div:nth-child(2){left:18%!important;right:auto!important;top:0!important;bottom:auto!important}.logo-roster>div:nth-child(3){left:35%!important;right:auto!important;top:5%!important;bottom:auto!important}.logo-roster>div:nth-child(4){left:52%!important;right:auto!important;top:1%!important;bottom:auto!important}.logo-roster>div:nth-child(5){left:69%!important;right:auto!important;top:6%!important;bottom:auto!important}.logo-roster>div:nth-child(6){left:auto!important;right:1%!important;top:2%!important;bottom:auto!important}.logo-roster>div:nth-child(7){left:2%!important;right:auto!important;top:28%!important;bottom:auto!important}.logo-roster>div:nth-child(8){left:20%!important;right:auto!important;top:25%!important;bottom:auto!important}.logo-roster>div:nth-child(9){left:41%!important;right:auto!important;top:30%!important;bottom:auto!important}.logo-roster>div:nth-child(10){left:68%!important;right:auto!important;top:26%!important;bottom:auto!important}.logo-roster>div:nth-child(11){left:auto!important;right:1%!important;top:31%!important;bottom:auto!important}.logo-roster>div:nth-child(12){left:1%!important;right:auto!important;top:auto!important;bottom:29%!important}.logo-roster>div:nth-child(13){left:21%!important;right:auto!important;top:auto!important;bottom:25%!important}.logo-roster>div:nth-child(14){left:48%!important;right:auto!important;top:auto!important;bottom:30%!important}.logo-roster>div:nth-child(15){left:67%!important;right:auto!important;top:auto!important;bottom:26%!important}.logo-roster>div:nth-child(16){left:auto!important;right:2%!important;top:auto!important;bottom:31%!important}.logo-roster>div:nth-child(17){left:2%!important;right:auto!important;top:auto!important;bottom:1%!important}.logo-roster>div:nth-child(18){left:19%!important;right:auto!important;top:auto!important;bottom:5%!important}.logo-roster>div:nth-child(19){left:36%!important;right:auto!important;top:auto!important;bottom:0!important}.logo-roster>div:nth-child(20){left:53%!important;right:auto!important;top:auto!important;bottom:4%!important}.logo-roster>div:nth-child(21){left:70%!important;right:auto!important;top:auto!important;bottom:0!important}.logo-roster>div:nth-child(22){left:auto!important;right:1%!important;top:auto!important;bottom:3%!important}
.cursor-dot{transition:width .65s cubic-bezier(.16,1,.3,1),height .65s cubic-bezier(.16,1,.3,1),opacity .4s ease,filter .55s ease!important}.cursor-dot:before,.cursor-dot:after{transition:opacity .5s ease,filter .55s ease,scale .75s cubic-bezier(.16,1,.3,1)!important}
@media(max-width:800px){.logo-roster{--sticker-size:clamp(92px,24vw,118px)}.logo-roster>div:nth-child(n+16){display:none!important}.logo-roster>div:nth-child(11),.logo-roster>div:nth-child(12){display:block!important}}
@media(prefers-reduced-motion:reduce){.logo-roster>div.has-flex-mesh>a img{opacity:1!important}.logo-roster>div.has-flex-mesh .sticker-flex{display:none!important}}

/* V231: final authority for the expanded linked sticker wall. */
.logo-roster{--sticker-size:clamp(132px,12vw,172px)}.logo-roster>div{width:var(--sticker-size)!important;height:var(--sticker-size)!important}.logo-roster>div>a{position:absolute;inset:0;z-index:2;display:block;border-radius:50%;color:inherit;text-decoration:none}.logo-roster>div.has-flex-mesh>a img{opacity:1!important;transition:opacity .14s ease!important}.logo-roster>div.has-flex-mesh .sticker-flex{opacity:0!important;transition:opacity .12s ease!important}.logo-roster>div.has-flex-mesh.is-bending>a img{opacity:0!important}.logo-roster>div.has-flex-mesh.is-bending .sticker-flex{opacity:1!important}
.logo-roster>div:nth-child(1){left:1%!important;right:auto!important;top:3%!important;bottom:auto!important;--r:-8deg}.logo-roster>div:nth-child(2){left:18%!important;right:auto!important;top:0!important;bottom:auto!important;--r:5deg}.logo-roster>div:nth-child(3){left:35%!important;right:auto!important;top:5%!important;bottom:auto!important;--r:-4deg}.logo-roster>div:nth-child(4){left:52%!important;right:auto!important;top:1%!important;bottom:auto!important;--r:7deg}.logo-roster>div:nth-child(5){left:69%!important;right:auto!important;top:6%!important;bottom:auto!important;--r:-5deg}.logo-roster>div:nth-child(6){left:auto!important;right:1%!important;top:2%!important;bottom:auto!important;--r:8deg}.logo-roster>div:nth-child(7){left:2%!important;right:auto!important;top:28%!important;bottom:auto!important;--r:6deg}.logo-roster>div:nth-child(8){left:20%!important;right:auto!important;top:25%!important;bottom:auto!important;--r:-7deg}.logo-roster>div:nth-child(9){left:41%!important;right:auto!important;top:30%!important;bottom:auto!important;--r:4deg;z-index:14!important}.logo-roster>div:nth-child(10){left:68%!important;right:auto!important;top:26%!important;bottom:auto!important;--r:-5deg}.logo-roster>div:nth-child(11){left:auto!important;right:1%!important;top:31%!important;bottom:auto!important;--r:7deg}.logo-roster>div:nth-child(12){left:1%!important;right:auto!important;top:auto!important;bottom:29%!important;--r:-6deg}.logo-roster>div:nth-child(13){left:21%!important;right:auto!important;top:auto!important;bottom:25%!important;--r:8deg}.logo-roster>div:nth-child(14){left:48%!important;right:auto!important;top:auto!important;bottom:30%!important;--r:-4deg;z-index:15!important}.logo-roster>div:nth-child(15){left:67%!important;right:auto!important;top:auto!important;bottom:26%!important;--r:6deg}.logo-roster>div:nth-child(16){left:auto!important;right:2%!important;top:auto!important;bottom:31%!important;--r:-7deg}.logo-roster>div:nth-child(17){left:2%!important;right:auto!important;top:auto!important;bottom:1%!important;--r:7deg}.logo-roster>div:nth-child(18){left:19%!important;right:auto!important;top:auto!important;bottom:5%!important;--r:-5deg}.logo-roster>div:nth-child(19){left:36%!important;right:auto!important;top:auto!important;bottom:0!important;--r:6deg}.logo-roster>div:nth-child(20){left:53%!important;right:auto!important;top:auto!important;bottom:4%!important;--r:-7deg}.logo-roster>div:nth-child(21){left:70%!important;right:auto!important;top:auto!important;bottom:0!important;--r:5deg}.logo-roster>div:nth-child(22){left:auto!important;right:1%!important;top:auto!important;bottom:3%!important;--r:-8deg}
.cursor-dot{transition:width .65s cubic-bezier(.16,1,.3,1),height .65s cubic-bezier(.16,1,.3,1),opacity .4s ease,filter .55s ease!important}.cursor-dot:before,.cursor-dot:after{transition:opacity .5s ease,filter .55s ease,scale .75s cubic-bezier(.16,1,.3,1)!important}
@media(max-width:800px){.logo-roster{--sticker-size:clamp(92px,24vw,118px)}.logo-roster>div:nth-child(n+16){display:none!important}.logo-roster>div:nth-child(11),.logo-roster>div:nth-child(12){display:block!important}}
@media(prefers-reduced-motion:reduce){.logo-roster>div.has-flex-mesh>a img{opacity:1!important}.logo-roster>div.has-flex-mesh .sticker-flex{display:none!important}}

/* V230: 22-link partner field, protected center, and non-destructive bend handoff. */
.logo-roster{--sticker-size:clamp(132px,12vw,172px)}
.logo-roster>div{width:var(--sticker-size)!important;height:var(--sticker-size)!important}
.logo-roster>div>a{position:absolute;inset:0;z-index:2;display:block;border-radius:50%;color:inherit;text-decoration:none}
.logo-roster>div.has-flex-mesh>a img{opacity:1!important;transition:opacity .14s ease!important}
.logo-roster>div.has-flex-mesh .sticker-flex{opacity:0!important;transition:opacity .12s ease!important}
.logo-roster>div.has-flex-mesh.is-bending>a img{opacity:0!important}
.logo-roster>div.has-flex-mesh.is-bending .sticker-flex{opacity:1!important}

/* Six / five / five / six: irregular row baselines with a protected center opening. */
.logo-roster>div:nth-child(1){left:1%!important;top:3%!important;bottom:auto!important;--r:-8deg}.logo-roster>div:nth-child(2){left:18%!important;top:0!important;bottom:auto!important;--r:5deg}.logo-roster>div:nth-child(3){left:35%!important;top:5%!important;bottom:auto!important;--r:-4deg}.logo-roster>div:nth-child(4){left:52%!important;right:auto!important;top:1%!important;bottom:auto!important;--r:7deg}.logo-roster>div:nth-child(5){left:69%!important;right:auto!important;top:6%!important;bottom:auto!important;--r:-5deg}.logo-roster>div:nth-child(6){left:auto!important;right:1%!important;top:2%!important;bottom:auto!important;--r:8deg}
.logo-roster>div:nth-child(7){left:2%!important;top:28%!important;bottom:auto!important;--r:6deg}.logo-roster>div:nth-child(8){left:20%!important;top:25%!important;bottom:auto!important;--r:-7deg}.logo-roster>div:nth-child(9){left:41%!important;top:30%!important;bottom:auto!important;--r:4deg;z-index:14!important}.logo-roster>div:nth-child(10){left:68%!important;top:26%!important;bottom:auto!important;--r:-5deg}.logo-roster>div:nth-child(11){left:auto!important;right:1%!important;top:31%!important;bottom:auto!important;--r:7deg}
.logo-roster>div:nth-child(12){left:1%!important;top:auto!important;bottom:29%!important;--r:-6deg}.logo-roster>div:nth-child(13){left:21%!important;top:auto!important;bottom:25%!important;--r:8deg}.logo-roster>div:nth-child(14){left:48%!important;right:auto!important;top:auto!important;bottom:30%!important;--r:-4deg;z-index:15!important}.logo-roster>div:nth-child(15){left:67%!important;right:auto!important;top:auto!important;bottom:26%!important;--r:6deg}.logo-roster>div:nth-child(16){left:auto!important;right:2%!important;top:auto!important;bottom:31%!important;--r:-7deg}
.logo-roster>div:nth-child(17){left:2%!important;top:auto!important;bottom:1%!important;--r:7deg}.logo-roster>div:nth-child(18){left:19%!important;top:auto!important;bottom:5%!important;--r:-5deg}.logo-roster>div:nth-child(19){left:36%!important;top:auto!important;bottom:0!important;--r:6deg}.logo-roster>div:nth-child(20){left:53%!important;right:auto!important;top:auto!important;bottom:4%!important;--r:-7deg}.logo-roster>div:nth-child(21){left:70%!important;right:auto!important;top:auto!important;bottom:0!important;--r:5deg}.logo-roster>div:nth-child(22){left:auto!important;right:1%!important;top:auto!important;bottom:3%!important;--r:-8deg}

.cursor-dot{transition:width .65s cubic-bezier(.16,1,.3,1),height .65s cubic-bezier(.16,1,.3,1),opacity .4s ease,filter .55s ease!important}
.cursor-dot:before,.cursor-dot:after{transition:opacity .5s ease,filter .55s ease,scale .75s cubic-bezier(.16,1,.3,1)!important}
@media(max-width:800px){.logo-roster{--sticker-size:clamp(92px,24vw,118px)}.logo-roster>div:nth-child(n+16){display:none!important}.logo-roster>div:nth-child(11),.logo-roster>div:nth-child(12){display:block!important}}
@media(prefers-reduced-motion:reduce){.logo-roster>div.has-flex-mesh>a img{opacity:1!important}.logo-roster>div.has-flex-mesh .sticker-flex{display:none!important}}

/* V222: balanced client wall — every sticker stays inside the field and peels at one edge. */
.clients{
  height:100svh!important;
  min-height:760px!important;
  padding:0!important;
  overflow:hidden!important;
}
.clients>.section-head{display:none!important}
.client-statement{
  top:50%!important;
  z-index:8!important;
  pointer-events:none!important;
}
.logo-roster{
  inset:clamp(82px,9vh,112px) 0!important;
  overflow:visible!important;
  z-index:12!important;
  pointer-events:none!important;
}
.logo-roster>div{
  pointer-events:auto!important;
  z-index:12!important;
  transform-origin:var(--peel-origin-x,50%) var(--peel-origin-y,88%)!important;
}
.logo-roster>div:hover{
  z-index:30!important;
  transform:perspective(1000px) translate3d(0,-1px,5px) rotateX(var(--peel-x,.6deg)) rotateY(var(--peel-y,-.6deg)) rotateZ(var(--r,0deg)) scale(1.004)!important;
  filter:drop-shadow(var(--peel-shadow-x,2px) var(--peel-shadow-y,5px) 5px rgba(20,18,15,.2)) drop-shadow(0 1px 1px rgba(20,18,15,.14))!important;
}
.logo-roster>div:before{
  content:""!important;
  display:block!important;
  position:absolute!important;
  left:var(--curl-x,88%)!important;
  top:var(--curl-y,12%)!important;
  width:34px!important;
  height:22px!important;
  z-index:5!important;
  border-radius:55% 45% 62% 38%!important;
  background:linear-gradient(145deg,#fffef9 0 42%,#d8d5cc 48%,rgba(86,82,74,.16) 59%,transparent 72%)!important;
  box-shadow:0 4px 5px rgba(20,18,15,.12)!important;
  opacity:0!important;
  transform:translate(-50%,-50%) rotate(var(--curl-r,45deg)) scale(.35)!important;
  transform-origin:center!important;
  transition:opacity .45s ease,transform .7s cubic-bezier(.16,1,.3,1)!important;
  pointer-events:none!important;
}
.logo-roster>div:hover:before{
  opacity:.88!important;
  transform:translate(-50%,-50%) rotate(var(--curl-r,45deg)) scale(1)!important;
}

.logo-roster>div:nth-child(1){left:2%!important;right:auto!important;top:2%!important;bottom:auto!important}
.logo-roster>div:nth-child(2){left:25%!important;right:auto!important;top:0!important;bottom:auto!important}
.logo-roster>div:nth-child(3){left:auto!important;right:25%!important;top:0!important;bottom:auto!important}
.logo-roster>div:nth-child(4){left:auto!important;right:2%!important;top:3%!important;bottom:auto!important}
.logo-roster>div:nth-child(5){left:0!important;right:auto!important;top:29%!important;bottom:auto!important}
.logo-roster>div:nth-child(6){left:auto!important;right:0!important;top:30%!important;bottom:auto!important}
.logo-roster>div:nth-child(7){left:1%!important;right:auto!important;top:auto!important;bottom:27%!important}
.logo-roster>div:nth-child(8){left:auto!important;right:1%!important;top:auto!important;bottom:27%!important}
.logo-roster>div:nth-child(9){left:10%!important;right:auto!important;top:auto!important;bottom:1%!important}
.logo-roster>div:nth-child(10){left:33%!important;right:auto!important;top:auto!important;bottom:0!important}
.logo-roster>div:nth-child(11){left:auto!important;right:33%!important;top:auto!important;bottom:0!important}
.logo-roster>div:nth-child(12){left:auto!important;right:10%!important;top:auto!important;bottom:2%!important}

@media(max-width:800px){
  .clients{min-height:700px!important}
  .logo-roster{inset:78px 0!important}
  .logo-roster>div:nth-child(1){left:1%!important;top:0!important}
  .logo-roster>div:nth-child(2){left:31%!important;top:0!important}
  .logo-roster>div:nth-child(3){left:auto!important;right:1%!important;top:7%!important}
  .logo-roster>div:nth-child(4){left:0!important;top:27%!important}
  .logo-roster>div:nth-child(5){left:auto!important;right:0!important;top:29%!important}
  .logo-roster>div:nth-child(6){left:0!important;top:auto!important;bottom:29%!important}
  .logo-roster>div:nth-child(7){left:auto!important;right:0!important;top:auto!important;bottom:28%!important}
  .logo-roster>div:nth-child(8){left:2%!important;top:auto!important;bottom:1%!important}
  .logo-roster>div:nth-child(9){left:31%!important;top:auto!important;bottom:0!important}
  .logo-roster>div:nth-child(10){left:auto!important;right:2%!important;top:auto!important;bottom:1%!important}
}

/* V57: direct closing invitation */
.contact-main h2{max-width:980px!important}
.contact-main h2 em{font-variation-settings:"wght" 390!important}
.cta-button{min-width:264px!important;height:64px!important;padding:0 20px 0 28px!important}
.cta-button .cta-label{font-size:16px!important;font-variation-settings:"wght" 560!important}
.cta-button .cta-arrow{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:#11120f;color:#f0eee7;font-size:17px!important}
.cta-button:hover .cta-arrow{transform:rotate(45deg)!important}
@media(max-width:800px){.cta-button{min-width:245px!important;height:58px!important}.cta-button .cta-label{font-size:15px!important}}

/* V58: editorial CTA — integrated with the site's signal language */
.contact-main{gap:54px!important}
.cta-button{
  width:min(620px,72vw)!important;
  min-width:0!important;
  height:auto!important;
  padding:20px 2px 18px!important;
  border:0!important;
  border-top:1px solid rgba(240,238,231,.58)!important;
  border-bottom:1px solid rgba(240,238,231,.58)!important;
  border-radius:0!important;
  background:transparent!important;
  color:#f0eee7!important;
  gap:30px!important;
  transition:padding .65s cubic-bezier(.16,1,.3,1),border-color .35s!important;
}
.cta-button:before{display:none!important}
.cta-button .cta-label{
  font-size:clamp(22px,2.3vw,34px)!important;
  letter-spacing:-.025em!important;
  transition:transform .65s cubic-bezier(.16,1,.3,1),text-shadow .35s!important;
}
.cta-button .cta-arrow{
  width:auto!important;
  height:auto!important;
  border-radius:0!important;
  background:transparent!important;
  color:inherit!important;
  font-size:clamp(24px,2.2vw,34px)!important;
  transition:transform .65s cubic-bezier(.16,1,.3,1),text-shadow .35s!important;
}
.cta-button:hover{
  padding-left:14px!important;
  padding-right:14px!important;
  border-color:#f0eee7!important;
  background:transparent!important;
  transform:none!important;
}
.cta-button:hover .cta-label{text-shadow:-3px 0 rgba(255,40,66,.68),3px 0 rgba(0,205,255,.68)!important;transform:translateX(5px)}
.cta-button:hover .cta-arrow{text-shadow:-3px 0 rgba(255,40,66,.68),3px 0 rgba(0,205,255,.68)!important;transform:translate(5px,-5px) rotate(0)!important}
@media(max-width:800px){.contact-main{gap:42px!important}.cta-button{width:min(100%,430px)!important;padding:16px 2px 15px!important}.cta-button .cta-label{font-size:21px!important}}

/* V59: word-specific spectral separation */
.hero-changing-line [data-hero-copy]:hover{filter:none!important}
.hero-changing-line i:first-child:hover{text-shadow:-8px -1px rgba(255,35,66,.7),8px 1px rgba(0,205,255,.66)!important}
.hero-changing-line em:hover{text-shadow:-11px 2px rgba(255,35,66,.74),10px -2px rgba(0,205,255,.7)!important}
.hero-changing-line i:last-child:hover{text-shadow:-7px 2px rgba(255,35,66,.76),12px -1px rgba(0,205,255,.68)!important}
.hero-v4[data-signal="1"] #heroShader{filter:contrast(1.12) saturate(1.18)}
.hero-v4[data-signal="2"] #heroShader{filter:contrast(1.2) saturate(1.32)}
.hero-v4[data-signal="3"] #heroShader{filter:contrast(1.16) saturate(1.42)}

/* V60: open-channel closing action */
.cta-button{
  --cta-x:50%;--cta-y:50%;
  width:min(760px,78vw)!important;
  display:grid!important;
  grid-template-columns:120px minmax(0,1fr) 42px!important;
  align-items:center!important;
  gap:24px!important;
  isolation:isolate;
  overflow:hidden!important;
}
.cta-button:after{
  content:'';
  position:absolute;
  z-index:-1;
  inset:-30px;
  opacity:0;
  background:radial-gradient(130px 70px at var(--cta-x) var(--cta-y),rgba(255,255,255,.14),transparent 66%),linear-gradient(90deg,transparent calc(var(--cta-x) - 9%),rgba(255,35,66,.13) calc(var(--cta-x) - 2%),rgba(0,205,255,.13) calc(var(--cta-x) + 2%),transparent calc(var(--cta-x) + 9%));
  filter:blur(5px);
  transition:opacity .35s;
}
.cta-button:hover:after{opacity:1}
.cta-status{display:flex;align-items:center;gap:8px;font-size:10px;letter-spacing:.08em;text-transform:uppercase;color:#8c8a83;white-space:nowrap}
.cta-status i{width:7px;height:7px;border-radius:50%;background:#f0eee7;box-shadow:0 0 0 0 rgba(240,238,231,.35);animation:channelPulse 2.2s ease-out infinite}
@keyframes channelPulse{55%,100%{box-shadow:0 0 0 9px rgba(240,238,231,0)}}
.cta-button .cta-label{position:relative;text-align:center!important;font-size:clamp(28px,3.5vw,50px)!important;line-height:.9!important}
.cta-button .cta-label:before,.cta-button .cta-label:after{content:attr(data-label);position:absolute;inset:0;pointer-events:none;opacity:0;mix-blend-mode:screen;transition:opacity .25s,translate .5s cubic-bezier(.16,1,.3,1)}
.cta-button .cta-label:before{color:#ff2344;translate:-7px 0}
.cta-button .cta-label:after{color:#00cdff;translate:7px 0}
.cta-button:hover .cta-label{transform:none!important;text-shadow:none!important}
.cta-button:hover .cta-label:before,.cta-button:hover .cta-label:after{opacity:.52;translate:0 0}
.cta-button .cta-arrow{justify-self:end}
.cta-button:hover .cta-arrow{transform:translate(7px,-7px) rotate(0)!important;text-shadow:-4px 0 rgba(255,40,66,.8),4px 0 rgba(0,205,255,.8)!important}
@media(max-width:800px){.cta-button{width:100%!important;grid-template-columns:1fr auto!important;gap:18px!important}.cta-status{grid-column:1/-1}.cta-button .cta-label{text-align:left!important;font-size:30px!important}}
@media(prefers-reduced-motion:reduce){.cta-status i{animation:none}}

/* V61: controlled triptych expansion */
@media(min-width:801px){
  .capabilities{
    min-height:100svh!important;
    height:auto!important;
    gap:28px!important;
  }
  .cap-list{
    display:grid!important;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:8px!important;
    transition:grid-template-columns .9s cubic-bezier(.16,1,.3,1)!important;
  }
  .cap-list:has(.cap-panel:nth-child(1):hover){grid-template-columns:1.42fr .79fr .79fr}
  .cap-list:has(.cap-panel:nth-child(2):hover){grid-template-columns:.79fr 1.42fr .79fr}
  .cap-list:has(.cap-panel:nth-child(3):hover){grid-template-columns:.79fr .79fr 1.42fr}
  .cap-list>.cap-panel{
    width:auto!important;
    min-width:0!important;
    flex:none!important;
    transform:none!important;
    transition:background .45s,color .45s,opacity .55s,translate .8s cubic-bezier(.16,1,.3,1)!important;
  }
  .cap-list>.cap-panel:hover{flex:none!important;transform:none!important;translate:0 -8px}
  .cap-list:has(.cap-panel:hover)>.cap-panel:not(:hover){opacity:.58;translate:0 7px}
  .cap-panel h3{max-width:100%;transition:font-size .8s cubic-bezier(.16,1,.3,1),letter-spacing .6s,transform .7s!important}
  .cap-list:has(.cap-panel:hover)>.cap-panel:not(:hover) h3{font-size:clamp(48px,5vw,76px)!important;letter-spacing:-.03em!important}
  .cap-list:has(.cap-panel:hover)>.cap-panel:not(:hover) p{max-width:270px!important}
}
@media(prefers-reduced-motion:reduce){.cap-list,.cap-list>.cap-panel{transition:none!important}.cap-list>.cap-panel:hover,.cap-list:has(.cap-panel:hover)>.cap-panel:not(:hover){translate:none}}

/* V62: shared mouse-directed RGB coordinates */
:root{--rgb-rx:-4px;--rgb-ry:0px;--rgb-bx:4px;--rgb-by:0px;--rgb-far-rx:-8px;--rgb-far-bx:8px}
:where(.manifesto,.sticky-cards article,.cap-panel,.estimator-intro,.contact-main):hover :where(h2,h3,.manifesto-line){text-shadow:var(--rgb-rx) var(--rgb-ry) rgba(255,38,66,.52),var(--rgb-bx) var(--rgb-by) rgba(0,205,255,.5)!important}
.estimate-step label:hover span,.menu-links a:hover strong{ text-shadow:var(--rgb-rx) var(--rgb-ry) rgba(255,38,66,.62),var(--rgb-bx) var(--rgb-by) rgba(0,205,255,.6)!important}
.cta-button:hover .cta-label:before{translate:var(--rgb-far-rx) var(--rgb-ry)!important}
.cta-button:hover .cta-label:after{translate:var(--rgb-far-bx) var(--rgb-by)!important}
.logo-roster>div:hover img{filter:drop-shadow(var(--rgb-rx) var(--rgb-ry) 0 rgba(255,38,66,.32)) drop-shadow(var(--rgb-bx) var(--rgb-by) 0 rgba(0,205,255,.3))!important}
@media(prefers-reduced-motion:reduce){:root{--rgb-rx:0px;--rgb-ry:0px;--rgb-bx:0px;--rgb-by:0px;--rgb-far-rx:0px;--rgb-far-bx:0px}}

/* V63: signal preloader and coordinated hero entrance */
body.is-loading{overflow:hidden!important}
.preloader{--load:0%;position:fixed;inset:0;z-index:2000;display:grid;grid-template-rows:1fr auto auto;gap:20px;padding:32px 34px 28px;background:#11120f;color:#f0eee7;clip-path:inset(0);transition:clip-path 1.05s cubic-bezier(.76,0,.24,1),filter .7s;isolation:isolate}
.preloader:before,.preloader:after{content:'';position:absolute;inset:0;pointer-events:none;opacity:.12;mix-blend-mode:screen}
.preloader:before{background:linear-gradient(90deg,rgba(255,35,66,.24),transparent 34%);translate:-5px 0}
.preloader:after{background:linear-gradient(270deg,rgba(0,205,255,.24),transparent 34%);translate:5px 0}
.loader-releasing .preloader{clip-path:inset(0 0 100% 0);filter:blur(7px)}
.preloader-signal{align-self:center;justify-self:center;display:flex;flex-direction:column;align-items:center;gap:20px;font-size:11px;letter-spacing:.08em;text-transform:uppercase}
.preloader-signal img{width:48px;height:70px;object-fit:contain;filter:drop-shadow(-5px 0 rgba(255,35,66,.7)) drop-shadow(5px 0 rgba(0,205,255,.7));animation:signalLock 1.15s steps(2,end) infinite}
@keyframes signalLock{0%,78%,100%{translate:0 0;filter:drop-shadow(-5px 0 rgba(255,35,66,.7)) drop-shadow(5px 0 rgba(0,205,255,.7))}80%{translate:3px -1px;filter:drop-shadow(-9px 0 rgba(255,35,66,.8)) drop-shadow(7px 1px rgba(0,205,255,.8))}86%{translate:-2px 1px}}
.preloader-track{height:2px;background:rgba(240,238,231,.15);overflow:visible}.preloader-track i{display:block;width:var(--load);height:100%;background:#f0eee7;box-shadow:-3px 0 #ff2344,3px 0 #00cdff;transition:width .16s linear}
.preloader-meta{display:flex;justify-content:space-between;align-items:end;font-size:11px;letter-spacing:.04em}.preloader-meta b{font-size:clamp(42px,6vw,84px);line-height:.75;font-weight:420;letter-spacing:-.045em;font-variant-numeric:tabular-nums}
.is-loading .nav{opacity:0;translate:0 -18px}
.is-loading .hero-statement,.is-loading .hero-deck,.is-loading .hero-enter{opacity:0}
.is-loading .hero-statement{translate:0 70px;filter:blur(8px)}
.is-loading .hero-deck{translate:-24px 0}
.is-loading .hero-enter{translate:24px 0}
.hero-intro-ready .nav{animation:navEnter .9s .15s cubic-bezier(.16,1,.3,1) both}
.hero-intro-ready .hero-statement{animation:heroTypeEnter 1.25s .12s cubic-bezier(.16,1,.3,1) both}
.hero-intro-ready .hero-prefix{animation:heroLineEnter 1.05s .23s cubic-bezier(.16,1,.3,1) both}
.hero-intro-ready .hero-changing-line{animation:heroLineEnter 1.12s .38s cubic-bezier(.16,1,.3,1) both}
.hero-intro-ready .hero-deck{animation:heroSideEnter .9s .62s cubic-bezier(.16,1,.3,1) both}
.hero-intro-ready .hero-enter{animation:heroSideEnter .9s .7s cubic-bezier(.16,1,.3,1) both}
@keyframes navEnter{from{opacity:0;translate:0 -18px}to{opacity:1;translate:0 0}}
@keyframes heroTypeEnter{from{opacity:0;translate:0 70px;filter:blur(8px)}to{opacity:1;translate:0 0;filter:none}}
@keyframes heroLineEnter{from{opacity:0;clip-path:inset(0 0 105% 0);translate:0 45px}to{opacity:1;clip-path:inset(-10%);translate:0 0}}
@keyframes heroSideEnter{from{opacity:0;translate:-24px 0}to{opacity:1;translate:0 0}}
@media(max-width:800px){.preloader{padding:24px 20px 22px}.preloader-signal img{width:38px;height:58px}.preloader-meta b{font-size:48px}}
@media(prefers-reduced-motion:reduce){.preloader{transition:none}.preloader-signal img{animation:none}.hero-intro-ready :where(.nav,.hero-statement,.hero-prefix,.hero-changing-line,.hero-deck,.hero-enter){animation:none!important;opacity:1;translate:none;filter:none;clip-path:none}}

/* V64: evenly paced top-down service deck */
.sticky-story{min-height:275vh!important}
.sticky-cards{padding-top:90vh!important}
.sticky-cards article{
  margin-bottom:22vh!important;
  transform-origin:50% 0!important;
}
.sticky-cards article:nth-child(1){top:96px!important}
.sticky-cards article:nth-child(2){top:128px!important}
.sticky-cards article:nth-child(3){top:160px!important;margin-bottom:12vh!important}
@media(max-width:800px){
  .sticky-story{min-height:255vh!important}
  .sticky-cards{padding-top:86vh!important}
  .sticky-cards article{margin-bottom:18vh!important}
  .sticky-cards article:nth-child(1){top:74px!important}
  .sticky-cards article:nth-child(2){top:98px!important}
  .sticky-cards article:nth-child(3){top:122px!important;margin-bottom:10vh!important}
}

/* V65: manifesto payoff */
.manifesto-line .look-twice{display:block;font-size:1.14em;line-height:.86;margin-top:.04em}

/* V66: wider, softer spectral edges */
:where(.manifesto,.sticky-cards article,.cap-panel,.estimator-intro,.contact-main):hover :where(h2,h3,.manifesto-line){text-shadow:var(--rgb-rx) var(--rgb-ry) 2px rgba(255,38,66,.48),var(--rgb-bx) var(--rgb-by) 2px rgba(0,205,255,.46)!important}
.estimate-step label:hover span,.menu-links a:hover strong{text-shadow:var(--rgb-rx) var(--rgb-ry) 1.6px rgba(255,38,66,.58),var(--rgb-bx) var(--rgb-by) 1.6px rgba(0,205,255,.56)!important}
.hero-changing-line i:first-child:hover{text-shadow:-7px -4px 2px rgba(255,35,66,.68),7px 4px 2px rgba(0,205,255,.64)!important}
.hero-changing-line em:hover{text-shadow:-9px 5px 2.5px rgba(255,35,66,.7),9px -5px 2.5px rgba(0,205,255,.67)!important}
.hero-changing-line i:last-child:hover{text-shadow:-7px 5px 2px rgba(255,35,66,.72),10px -4px 2.5px rgba(0,205,255,.65)!important}

/* V67: restrained spectral hierarchy */
.sticky-cards article:hover :where(h2,h3),
.cap-panel:hover :where(h2,h3),
.estimator-intro:hover :where(h2,h3),
.estimate-step label:hover span{
  text-shadow:none!important;
  filter:none!important;
}
.logo-roster>div:hover img{filter:none!important}
.sticky-cards article:hover:after,.cap-list>.cap-panel:before{opacity:0!important}
.cap-panel>b{display:none}
.cap-panel ul{margin-top:18px}

/* V68: quieter hero setup, stronger single payoff */
.hero-v4 .hero-statement h1>.hero-prefix{
  font-size:.54em!important;
  line-height:.94!important;
  letter-spacing:-.025em!important;
  font-variation-settings:"wght" 500!important;
  margin-bottom:.2em!important;
}
.hero-v4 .hero-statement h1>.hero-changing-line{
  font-size:.82em!important;
  line-height:.9!important;
  letter-spacing:-.035em!important;
  font-variation-settings:"wght" 500!important;
}
.hero-changing-line em{
  display:inline-block!important;
  font-size:1.08em!important;
  line-height:.72!important;
  vertical-align:-.035em;
  margin:0 .015em;
}
@media(max-width:800px){
  .hero-v4 .hero-statement h1>.hero-prefix{font-size:.68em!important;margin-bottom:.18em!important}
  .hero-v4 .hero-statement h1>.hero-changing-line{font-size:.5em!important;letter-spacing:-.025em!important}
  .hero-changing-line em{font-size:1.05em!important}
}

/* V69: minimal preloader */
.preloader{
  display:flex!important;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:22px!important;
  padding:24px!important;
}
.preloader:before,.preloader:after{display:none!important}
.preloader-signal{display:block!important}
.preloader-signal span,.preloader-meta{display:none!important}
.preloader-signal img{
  width:38px!important;
  height:56px!important;
  filter:drop-shadow(-3px 0 rgba(255,35,66,.5)) drop-shadow(3px 0 rgba(0,205,255,.5))!important;
}
.preloader-track{width:clamp(130px,12vw,180px);height:1px!important;background:rgba(240,238,231,.18)!important}
.preloader-track i{box-shadow:-2px 0 #ff2344,2px 0 #00cdff!important}

/* V70: typographic closing action */
.cta-button{
  width:auto!important;
  min-width:0!important;
  display:inline-flex!important;
  grid-template-columns:none!important;
  align-items:center!important;
  gap:clamp(24px,4vw,62px)!important;
  padding:8px 2px 17px!important;
  overflow:visible!important;
  border:0!important;
  background:transparent!important;
}
.cta-button:after{
  display:block!important;
  content:'';
  position:absolute;
  left:0;right:0;bottom:0;top:auto;
  height:2px;
  opacity:1!important;
  filter:none!important;
  background:linear-gradient(90deg,#ff2344 0,#f0eee7 22%,#f0eee7 78%,#00cdff 100%)!important;
  transform:scaleX(.18);
  transform-origin:center;
  transition:transform .72s cubic-bezier(.16,1,.3,1)!important;
}
.cta-button:hover:after{transform:scaleX(1)}
.cta-button .cta-label{
  font-size:clamp(36px,5vw,72px)!important;
  line-height:.88!important;
  letter-spacing:-.035em!important;
  text-align:left!important;
  transition:translate .65s cubic-bezier(.16,1,.3,1)!important;
}
.cta-button .cta-label:before,.cta-button .cta-label:after{display:none!important}
.cta-button .cta-arrow{font-size:clamp(30px,3.2vw,48px)!important;transition:translate .65s cubic-bezier(.16,1,.3,1),text-shadow .35s!important}
.cta-button:hover .cta-label{translate:-4px 0;transform:none!important}
.cta-button:hover .cta-arrow{translate:8px -8px;transform:none!important}
@media(max-width:800px){.cta-button{width:auto!important;gap:24px!important;padding-bottom:13px!important}.cta-button .cta-label{font-size:clamp(32px,10vw,46px)!important}}

/* V71: balanced hero corner actions */
.hero-deck{max-width:520px!important;line-height:1.35!important}
.hero-enter{
  font-size:15px!important;
  font-weight:560!important;
  letter-spacing:-.015em!important;
  gap:42px!important;
  padding:12px 3px 11px!important;
  min-width:220px;
  justify-content:space-between;
}
.hero-enter span{font-size:19px;line-height:1}

/* V72: stronger hero field response */
.hero-v4 #heroShader{opacity:.86!important;transition:filter .55s ease,opacity .55s ease}
.hero-v4:hover #heroShader{opacity:1!important;filter:contrast(1.3) brightness(1.13) saturate(1.58)!important}
.hero-v4[data-signal="1"] #heroShader{filter:contrast(1.38) brightness(1.15) saturate(1.72)!important}
.hero-v4[data-signal="2"] #heroShader{filter:contrast(1.46) brightness(1.17) saturate(1.9)!important}
.hero-v4[data-signal="3"] #heroShader{filter:contrast(1.42) brightness(1.16) saturate(2.02)!important}

/* V73: one-origin card deal — replaces the lateral toss */
.sticky-intro .overlap-line{display:inline-block;margin-top:.28em}
.sticky-cards article{
  --entry-r:0deg;
  --rest-x:0px;
  --rest-r:0deg;
  opacity:0!important;
  filter:blur(4px)!important;
  transform:translate3d(0,52vh,0) rotate(var(--entry-r)) scale(.88)!important;
  transform-origin:50% 100%!important;
  transition:opacity .52s ease,filter .75s ease,transform 1.15s cubic-bezier(.16,.82,.22,1),box-shadow .7s!important;
  will-change:transform,opacity,filter;
}
.sticky-cards article:nth-child(1){--entry-r:-7deg;--rest-x:-8px;--rest-r:-1.1deg}
.sticky-cards article:nth-child(2){--entry-r:5deg;--rest-x:6px;--rest-r:.7deg}
.sticky-cards article:nth-child(3){--entry-r:-3deg;--rest-x:-2px;--rest-r:-.35deg}
.sticky-cards article.in-view{
  opacity:1!important;
  filter:none!important;
  transform:translate3d(var(--rest-x),0,0) rotate(var(--rest-r)) scale(1)!important;
}
@media(max-width:800px){
  .sticky-cards article{transform:translate3d(0,38vh,0) rotate(var(--entry-r)) scale(.92)!important;transition-duration:.5s,.65s,.95s,.65s!important}
  .sticky-cards article:nth-child(1){--rest-x:-4px;--rest-r:-.8deg}
  .sticky-cards article:nth-child(2){--rest-x:4px;--rest-r:.55deg}
  .sticky-cards article:nth-child(3){--rest-x:-1px;--rest-r:-.25deg}
}
@media(prefers-reduced-motion:reduce){.sticky-cards article,.sticky-cards article.in-view{opacity:1!important;filter:none!important;transform:none!important;transition:none!important}}

/* V74: resolved hero hierarchy and typographic handoff */
.hero-v4 .hero-statement h1>.hero-prefix{
  white-space:nowrap!important;
  font-size:.38em!important;
  line-height:1!important;
  letter-spacing:-.018em!important;
  font-variation-settings:"wght" 470!important;
  margin-bottom:.38em!important;
}
.hero-v4 .hero-statement h1>.hero-changing-line{
  font-size:.8em!important;
  line-height:.88!important;
}
.hero-changing-line em{font-size:1.02em!important;vertical-align:-.02em;margin:0 .025em}
.cta-button{--cta-dx:0px;--cta-dy:0px;padding:4px 0!important;gap:clamp(22px,3vw,48px)!important}
.cta-button:after{display:none!important}
.cta-button .cta-label{display:flex;align-items:baseline;gap:.22em;transition:gap .7s cubic-bezier(.16,1,.3,1)!important}
.cta-button .cta-label>span{display:inline-block;transition:translate .7s cubic-bezier(.16,1,.3,1),text-shadow .35s}
.cta-button:hover .cta-label{gap:.42em}
.cta-button:hover .cta-label>span:first-child{translate:-5px 0}
.cta-button:hover .cta-label>span:last-child{translate:5px 0}
.cta-button:hover .cta-arrow{translate:var(--cta-dx) var(--cta-dy)!important;text-shadow:var(--rgb-rx) var(--rgb-ry) 1.5px rgba(255,38,66,.62),var(--rgb-bx) var(--rgb-by) 1.5px rgba(0,205,255,.6)!important}
@media(max-width:800px){.hero-v4 .hero-statement h1>.hero-prefix{white-space:normal!important;font-size:.55em!important;max-width:90vw}.hero-v4 .hero-statement h1>.hero-changing-line{font-size:.5em!important}.cta-button .cta-label{display:block}.cta-button .cta-label>span{display:block}.cta-button:hover .cta-label>span{translate:none!important}}

/* V75: hold the service deck through the final settle */
.sticky-story{min-height:360vh!important;padding-bottom:0!important}
.sticky-cards article:nth-child(3){margin-bottom:72vh!important}
@media(max-width:800px){.sticky-story{min-height:325vh!important}.sticky-cards article:nth-child(3){margin-bottom:54vh!important}}

/* V76: viewport-scale hero and monumental minimal loader */
.hero-v4{padding-left:18px!important;padding-right:18px!important}
.hero-statement{width:calc(100vw - 36px)!important;max-width:none!important}
.hero-v4 .hero-statement h1{font-size:clamp(130px,14.4vw,228px)!important;width:100%!important}
.hero-v4 .hero-statement h1>.hero-prefix{font-size:.3em!important;margin-bottom:.28em!important}
.hero-v4 .hero-statement h1>.hero-changing-line{font-size:.69em!important;letter-spacing:-.042em!important}
.preloader{gap:38px!important}
.preloader-signal img{width:clamp(76px,7vw,112px)!important;height:clamp(112px,10vw,160px)!important;filter:drop-shadow(-6px 1px 2px rgba(255,35,66,.58)) drop-shadow(6px -1px 2px rgba(0,205,255,.58))!important}
.preloader-track{width:min(520px,42vw)!important;height:2px!important}
.preloader-track i{box-shadow:-4px 0 2px #ff2344,4px 0 2px #00cdff!important}
.logo-roster img,.logo-roster>div:hover img{filter:none!important;mix-blend-mode:normal!important;opacity:1!important}
@media(max-width:800px){
  .hero-statement{width:calc(100vw - 24px)!important}
  .hero-v4 .hero-statement h1{font-size:clamp(82px,23vw,122px)!important}
  .hero-v4 .hero-statement h1>.hero-prefix{font-size:.42em!important;white-space:normal!important;line-height:.95!important}
  .hero-v4 .hero-statement h1>.hero-changing-line{font-size:.47em!important;white-space:nowrap!important}
  .preloader{gap:28px!important}.preloader-signal img{width:70px!important;height:104px!important}.preloader-track{width:58vw!important}
}

/* V77: closing dateline */
.contact>.contact-location{width:100%;display:flex;align-items:center;justify-content:space-between;text-align:left!important;color:#aaa89f!important;font-size:11px!important;letter-spacing:.045em!important}
.contact-location span:last-child{display:flex;align-items:center;gap:9px}
.contact-location i{width:6px;height:6px;border-radius:50%;background:#d8d5cc;box-shadow:0 0 0 0 rgba(216,213,204,.3);animation:locationPulse 2.6s ease-out infinite}
@keyframes locationPulse{60%,100%{box-shadow:0 0 0 8px rgba(216,213,204,0)}}
@media(max-width:600px){.contact>.contact-location{font-size:9px!important}.contact-location i{width:5px;height:5px}}
@media(prefers-reduced-motion:reduce){.contact-location i{animation:none}}

/* V78: single stable sticky-deck implementation */
.sticky-story{min-height:auto!important;padding:0 42px 42vh!important}
.sticky-intro{position:sticky!important;top:0!important;height:100svh!important}
.sticky-cards{position:relative!important;z-index:8!important;width:min(540px,60vw)!important;margin:-100svh auto 0!important;padding-top:92svh!important;display:flex!important;flex-direction:column!important;overflow:visible!important}
.sticky-cards article{position:sticky!important;width:100%!important;height:clamp(320px,39vh,380px)!important;min-height:0!important;margin:0 0 28vh!important;padding:28px 30px!important;opacity:0!important;filter:none!important;translate:none!important;scale:none!important;transform:translate3d(0,22vh,0) rotate(var(--entry-r)) scale(.96)!important;transition:opacity .42s ease,transform .85s cubic-bezier(.16,1,.3,1)!important;will-change:auto!important}
.sticky-cards article:nth-child(1){top:96px!important;--entry-r:-4deg;--rest-x:-7px;--rest-r:-1deg}
.sticky-cards article:nth-child(2){top:116px!important;--entry-r:3deg;--rest-x:7px;--rest-r:.7deg}
.sticky-cards article:nth-child(3){top:136px!important;--entry-r:-2deg;--rest-x:-2px;--rest-r:-.35deg;margin-bottom:44vh!important}
.sticky-cards article.in-view{opacity:1!important;transform:translate3d(var(--rest-x),0,0) rotate(var(--rest-r)) scale(1)!important}
@media(max-width:800px){.sticky-story{padding-inline:20px!important;padding-bottom:30vh!important}.sticky-cards{width:82vw!important;padding-top:88svh!important}.sticky-cards article{height:330px!important;margin-bottom:22vh!important;transform:translate3d(0,14vh,0) rotate(var(--entry-r)) scale(.97)!important}.sticky-cards article:nth-child(1){top:74px!important}.sticky-cards article:nth-child(2){top:90px!important}.sticky-cards article:nth-child(3){top:106px!important;margin-bottom:30vh!important}}
@media(prefers-reduced-motion:reduce){.sticky-cards article,.sticky-cards article.in-view{opacity:1!important;transform:none!important;transition:none!important}}

/* V79: strict two-family type system */
:root{--font-primary:"basenji-variable",Arial,sans-serif;--font-editorial:"Instrument Serif",Georgia,serif;--weight-body:400;--weight-ui:500;--weight-heading:600;--weight-display:700}
body,button,input,select,textarea,.legal-nav a,.legal-kicker,.idea-field span{font-family:var(--font-primary)!important;font-variation-settings:"wght" var(--weight-body)!important}
:where(.nav,.nav-studio-line,.menu-toggle,.section-no,.section-head,.sticky-cards span,.sticky-cards small,.cap-panel>span,.cap-panel li,.step-count,.estimate-result,.estimator-actions button,.contact>p,.site-footer,.legal-nav a,.legal-kicker){font-family:var(--font-primary)!important;font-variation-settings:"wght" var(--weight-ui)!important}
:where(.manifesto-line,.sticky-intro h2,.client-statement,.cap-intro h2,.cap-panel h3,.estimator h2,.estimate-step legend,.contact-main h2,.menu-links strong,.sticky-cards h3,.legal-shell h1,.legal-shell h2){font-family:var(--font-primary)!important;font-variation-settings:"wght" var(--weight-heading)!important}
.hero-v4 .hero-statement h1{font-family:var(--font-primary)!important;font-variation-settings:"wght" var(--weight-display)!important}
:where(.hero-changing-line em,.manifesto em,.client-statement em,.cap-intro em,.contact-main em,.legal-shell h1 em){font-family:var(--font-editorial)!important;font-variation-settings:"wght" 400!important;font-style:italic!important}
p,.hero-deck,.sticky-cards article p,.cap-panel p,.estimator-intro>p,.legal-shell article{font-family:var(--font-primary)!important;font-variation-settings:"wght" var(--weight-body)!important}

/* V80: edge-justified four-line hero */
.hero-statement{width:calc(100vw - 72px)!important}
.hero-v4 .hero-statement h1{font-size:clamp(104px,12vw,190px)!important;line-height:.76!important;text-align:left!important}
.hero-v4 .hero-statement h1>.hero-prefix,.hero-v4 .hero-statement h1>.hero-changing-line{display:flex!important;flex-direction:column;width:100%;font-size:1em!important;line-height:.76!important;letter-spacing:-.045em!important;margin:0!important;white-space:normal!important}
.hero-prefix b,.hero-changing-line>span{display:block;width:max-content;font:inherit}
.hero-prefix b:first-child,.hero-changing-line>span:first-child{align-self:flex-start}
.hero-prefix b:last-child,.hero-changing-line>span:last-child{align-self:flex-end}
.hero-prefix{font-size:.58em!important;margin-bottom:.12em!important}
.hero-prefix b{font-weight:inherit}
.hero-changing-line>span{white-space:nowrap}
.hero-changing-line em{font-size:1.02em!important;vertical-align:-.015em}
@media(max-width:800px){.hero-statement{width:calc(100vw - 30px)!important}.hero-v4 .hero-statement h1{font-size:clamp(64px,18.5vw,96px)!important}.hero-v4 .hero-statement h1>.hero-prefix{font-size:.62em!important;line-height:.83!important;margin-bottom:.2em!important}.hero-v4 .hero-statement h1>.hero-changing-line{font-size:.74em!important;line-height:.8!important}.hero-prefix b:last-child,.hero-changing-line>span:last-child{align-self:flex-end}}

/* V81: original mark-build rhythm into chromatic lock */
.preloader{position:fixed!important}
.preloader-signal{width:clamp(94px,8vw,128px);height:clamp(150px,12vw,194px);position:relative!important}
.loader-mark{position:absolute;inset:0;display:block;animation:loaderChromaticLock 1.05s cubic-bezier(.16,1,.3,1) .9s both,loaderBreathe 2.8s ease-in-out 1.95s infinite}
.loader-mark img{position:absolute;inset:0;width:100%!important;height:100%!important;object-fit:contain;opacity:0;filter:none!important;transform-origin:bottom;animation:loaderPieceUp .72s cubic-bezier(.22,1.55,.5,1) forwards}
.loader-mark img:nth-child(1){clip-path:polygon(0 36%,100% 36%,100% 100%,0 100%);animation-delay:.06s}
.loader-mark img:nth-child(2){clip-path:polygon(0 12%,100% 12%,100% 47%,0 47%);animation-delay:.13s}
.loader-mark img:nth-child(3){clip-path:polygon(0 0,100% 0,100% 18%,0 18%);animation-delay:.2s}
@keyframes loaderPieceUp{0%{opacity:0;transform:translateY(24px) scaleY(.62)}58%{opacity:1;transform:translateY(-5px) scaleY(1.04)}82%{transform:translateY(2px) scaleY(.985)}100%{opacity:1;transform:none}}
@keyframes loaderChromaticLock{0%{filter:none}34%{filter:drop-shadow(-12px 3px 3px rgba(255,35,66,.78)) drop-shadow(12px -3px 3px rgba(0,205,255,.76));transform:scale(1.06)}70%{filter:drop-shadow(5px -1px 1px rgba(255,35,66,.48)) drop-shadow(-5px 1px 1px rgba(0,205,255,.48));transform:scale(.99)}100%{filter:drop-shadow(-3px 0 1px rgba(255,35,66,.4)) drop-shadow(3px 0 1px rgba(0,205,255,.4));transform:scale(1)}}
@keyframes loaderBreathe{0%,100%{translate:0 0;scale:1}35%{translate:0 -4px;scale:1.025}65%{translate:0 1px;scale:.992}}
.preloader-track{position:absolute;left:30px;right:108px;bottom:34px;width:auto!important;height:2px!important}
.preloader-meta{display:block!important;position:absolute;right:30px;bottom:23px}
.preloader-meta>span{display:none!important}
.preloader-meta b{display:block;font-size:32px!important;line-height:1!important;font-variation-settings:"wght" 500!important;font-variant-numeric:tabular-nums}
@media(max-width:800px){.preloader-signal{width:78px;height:122px}.preloader-track{left:20px;right:82px;bottom:27px}.preloader-meta{right:20px;bottom:18px}.preloader-meta b{font-size:26px!important}}
@media(prefers-reduced-motion:reduce){.loader-mark,.loader-mark img{animation:none!important;opacity:1!important;transform:none!important;filter:none!important}}

/* V82: true four-line justified hero */
.hero-statement{width:calc(100vw - 72px)!important}
.hero-v4 .hero-statement h1>.hero-prefix{font-size:.52em!important;line-height:.82!important;margin:0 0 .13em!important}
.hero-v4 .hero-statement h1>.hero-changing-line{font-size:.78em!important;line-height:.79!important;margin:0!important}
.hero-prefix b,.hero-changing-line>span{
  width:100%!important;
  max-width:none!important;
  align-self:stretch!important;
  text-align:justify!important;
  text-align-last:justify!important;
  white-space:nowrap!important;
}
@media(max-width:800px){.hero-statement{width:calc(100vw - 28px)!important}.hero-v4 .hero-statement h1>.hero-prefix{font-size:.56em!important;line-height:.88!important;margin-bottom:.2em!important}.hero-v4 .hero-statement h1>.hero-changing-line{font-size:.68em!important;line-height:.84!important}}

/* V83: readable poster composition — phrases stay intact */
.hero-statement{width:calc(100vw - 88px)!important}
.hero-v4 .hero-statement h1>.hero-prefix{font-size:.47em!important;line-height:.88!important;margin-bottom:.18em!important}
.hero-v4 .hero-statement h1>.hero-changing-line{font-size:.67em!important;line-height:.82!important}
.hero-prefix b,.hero-changing-line>span{
  width:max-content!important;
  max-width:100%!important;
  align-self:auto!important;
  text-align:left!important;
  text-align-last:auto!important;
  white-space:nowrap!important;
}
.hero-prefix b:first-child,.hero-changing-line>span:first-child{align-self:flex-start!important;margin-left:3vw}
.hero-prefix b:last-child,.hero-changing-line>span:last-child{align-self:flex-end!important;margin-right:3vw}
.loader-mark{animation:loaderChromaticLock .62s cubic-bezier(.16,1,.3,1) .38s both,loaderBreathe 2.8s ease-in-out 1s infinite!important}
.loader-mark img{animation-duration:.52s!important}
@media(max-width:800px){.hero-statement{width:calc(100vw - 34px)!important}.hero-v4 .hero-statement h1>.hero-prefix{font-size:.52em!important}.hero-v4 .hero-statement h1>.hero-changing-line{font-size:.62em!important}.hero-prefix b:first-child,.hero-changing-line>span:first-child{margin-left:0}.hero-prefix b:last-child,.hero-changing-line>span:last-child{margin-right:0}}

/* V84: cursor-pressure variable typography */
.hero-changing-line [data-hero-copy]{font-variation-settings:"wght" var(--type-weight,600)!important;letter-spacing:var(--type-track,-.035em)!important;transition:font-variation-settings .16s linear,letter-spacing .18s ease,color .3s,text-shadow .35s}
.hero-changing-line em[data-hero-copy]{font-variation-settings:"wght" 400!important;transition:letter-spacing .18s ease,color .3s,text-shadow .35s}
@media(prefers-reduced-motion:reduce){.hero-changing-line [data-hero-copy]{font-variation-settings:"wght" 600!important;letter-spacing:-.035em!important;transition:none!important}}

/* V85: restore segmented preloader mark after minimalist rule */
.preloader-signal>.loader-mark{display:block!important;visibility:visible!important;opacity:1!important}
.preloader-signal>span:not(.loader-mark){display:none!important}
.loader-mark img{display:block!important;visibility:visible!important}

/* V86: optical preloader dissolve */
.preloader{clip-path:inset(0)!important;opacity:1;transform:scale(1);transition:opacity .85s ease,filter .95s cubic-bezier(.16,1,.3,1),transform 1.05s cubic-bezier(.16,1,.3,1)!important}
.loader-releasing .preloader{clip-path:inset(0)!important;opacity:0!important;filter:blur(22px) brightness(1.18)!important;transform:scale(1.035);pointer-events:none}
main{transition:filter 1.1s cubic-bezier(.16,1,.3,1),transform 1.15s cubic-bezier(.16,1,.3,1)}
.is-loading main{filter:blur(18px);transform:scale(1.025)}
.hero-intro-ready main,body:not(.is-loading) main{filter:none;transform:none}
@media(prefers-reduced-motion:reduce){.preloader,main{transition:none!important}.loader-releasing .preloader{filter:none!important;transform:none!important}}

/* V87: stepped setup with one full-width payoff */
.hero-v4 .hero-statement h1>.hero-prefix{font-size:.48em!important;line-height:.82!important;margin-bottom:.16em!important}
.hero-prefix b{width:max-content!important;text-align:left!important;text-align-last:auto!important;margin:0!important}
.hero-prefix b:nth-child(1){align-self:flex-start!important;margin-left:7vw!important}
.hero-prefix b:nth-child(2){align-self:center!important}
.hero-prefix b:nth-child(3){align-self:flex-end!important;margin-right:7vw!important}
.hero-v4 .hero-statement h1>.hero-changing-line{font-size:.67em!important;line-height:.82!important}
.hero-changing-line>span{width:100%!important;align-self:stretch!important;text-align:justify!important;text-align-last:justify!important;white-space:nowrap!important;margin:0!important}
@media(max-width:800px){.hero-v4 .hero-statement h1>.hero-prefix{font-size:.53em!important;line-height:.86!important}.hero-prefix b:nth-child(1){margin-left:2vw!important}.hero-prefix b:nth-child(3){margin-right:2vw!important}.hero-v4 .hero-statement h1>.hero-changing-line{font-size:.48em!important}.hero-changing-line>span{white-space:nowrap!important}}

/* V88: completely transparent navigation */
.nav{background:transparent!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important;box-shadow:none!important}
.nav-optic{display:none!important}

/* V89: centered hero lockup */
.hero-v4 .hero-statement,
.hero-v4 .hero-statement h1{
  text-align:center!important;
}
.hero-prefix b:nth-child(1),
.hero-prefix b:nth-child(2),
.hero-prefix b:nth-child(3){
  align-self:center!important;
  margin-left:0!important;
  margin-right:0!important;
  text-align:center!important;
}
.hero-changing-line>span{
  width:max-content!important;
  max-width:100%!important;
  align-self:center!important;
  text-align:center!important;
  text-align-last:center!important;
}

/* V90: one centered scale across the complete hero statement */
.hero-v4 .hero-question.hero-statement{
  width:100%!important;
  max-width:none!important;
  margin:0 auto!important;
  display:grid!important;
  place-items:center!important;
}
.hero-v4 .hero-statement h1{
  width:100%!important;
  max-width:none!important;
  margin:0 auto!important;
  font-size:clamp(58px,7vw,112px)!important;
  line-height:.88!important;
  text-align:center!important;
}
.hero-v4 .hero-statement h1>.hero-prefix,
.hero-v4 .hero-statement h1>.hero-changing-line{
  width:100%!important;
  font-size:1em!important;
  line-height:.88!important;
  letter-spacing:-.042em!important;
  margin:0!important;
  align-items:center!important;
}
.hero-prefix b,
.hero-changing-line>span{
  align-self:center!important;
  margin-inline:auto!important;
  text-align:center!important;
  text-align-last:center!important;
}
@media(max-width:800px){
  .hero-v4 .hero-statement h1{font-size:clamp(40px,10.8vw,70px)!important;line-height:.92!important}
  .hero-v4 .hero-statement h1>.hero-prefix,
  .hero-v4 .hero-statement h1>.hero-changing-line{font-size:1em!important;line-height:.92!important}
}

/* V91: geometric viewport centering, independent of supporting copy */
.hero-v4>.hero-question.hero-statement{
  position:absolute!important;
  left:50%!important;
  top:50%!important;
  right:auto!important;
  bottom:auto!important;
  width:calc(100% - 84px)!important;
  margin:0!important;
  transform:translate(-50%,-50%)!important;
  z-index:3!important;
}
@media(max-width:800px){
  .hero-v4>.hero-question.hero-statement{width:calc(100% - 36px)!important}
}

/* V92: richer, cursor-directed chromatic type separation */
.hero-prefix b,
.hero-changing-line [data-hero-copy]{
  transition:text-shadow .22s ease,color .28s ease,font-variation-settings .16s linear,letter-spacing .18s ease!important;
}
.hero-prefix b:hover,
.hero-changing-line [data-hero-copy]:hover{
  text-shadow:
    var(--rgb-rx) var(--rgb-ry) 1.2px rgba(255,24,58,.92),
    var(--rgb-bx) var(--rgb-by) 1.2px rgba(0,218,255,.88),
    var(--rgb-far-rx) var(--rgb-ry) 4px rgba(255,24,58,.38),
    var(--rgb-far-bx) var(--rgb-by) 4px rgba(0,218,255,.35)!important;
}
.hero-statement h1:has(:hover) :is(.hero-prefix b,[data-hero-copy]):not(:hover){
  color:rgba(241,239,232,.42)!important;
}
@media(prefers-reduced-motion:reduce){
  .hero-prefix b:hover,
  .hero-changing-line [data-hero-copy]:hover{text-shadow:none!important}
}

/* V93: selective CMYK accents and tactile surface grain */
.noise{
  z-index:1000!important;
  opacity:.075!important;
  mix-blend-mode:soft-light!important;
  background-size:150px 150px!important;
}
.noise:after{
  content:"";
  position:absolute;
  inset:0;
  background:
    repeating-linear-gradient(0deg,rgba(255,255,255,.018) 0 1px,transparent 1px 4px),
    radial-gradient(circle at 28% 18%,rgba(255,66,151,.035),transparent 30%),
    radial-gradient(circle at 72% 68%,rgba(183,255,72,.03),transparent 34%);
}
.hero-prefix b:first-child{
  text-shadow:-1.5px .5px 3px rgba(255,55,148,.22),1.5px -.5px 3px rgba(183,255,65,.16);
}
.hero-changing-line em{
  text-shadow:-2px 1px 3px rgba(255,53,148,.26),2px -1px 4px rgba(179,255,67,.19);
}
.manifesto em,.client-statement em,.cap-intro em,.contact-main em{
  text-shadow:-1.5px .5px 3px rgba(255,53,148,.17),1.5px -.5px 4px rgba(181,255,70,.13);
}
:where(.manifesto,.sticky-cards article,.cap-panel,.estimator-intro,.contact-main):hover :where(h2,h3,.manifesto-line){
  text-shadow:
    var(--rgb-rx) var(--rgb-ry) 3.5px rgba(255,38,66,.4),
    var(--rgb-bx) var(--rgb-by) 3.5px rgba(0,205,255,.38)!important;
}
.hero-prefix b:hover,
.hero-changing-line [data-hero-copy]:hover{
  text-shadow:
    var(--rgb-rx) var(--rgb-ry) 2px rgba(255,32,135,.86),
    var(--rgb-bx) var(--rgb-by) 2px rgba(121,242,106,.72),
    var(--rgb-far-rx) var(--rgb-ry) 5px rgba(255,30,83,.28),
    var(--rgb-far-bx) var(--rgb-by) 5px rgba(0,205,255,.27)!important;
}

/* V94: repeat the looks / moves / works typographic cadence */
.sticky-intro h2 em,
.estimator-intro h2 em{
  font-family:var(--font-editorial)!important;
  font-variation-settings:"wght" 400!important;
  font-weight:400!important;
  font-style:italic!important;
  letter-spacing:-.025em!important;
  text-shadow:-1.5px .5px 3px rgba(255,53,148,.17),1.5px -.5px 4px rgba(181,255,70,.13);
}
.sticky-cards article:nth-child(1) h3,
.cap-panel:nth-child(1) h3{
  font-variation-settings:"wght" 500!important;
  letter-spacing:-.025em!important;
}
.sticky-cards article:nth-child(2) h3,
.cap-panel:nth-child(2) h3{
  font-family:var(--font-editorial)!important;
  font-variation-settings:"wght" 400!important;
  font-weight:400!important;
  font-style:italic!important;
  letter-spacing:-.025em!important;
  text-shadow:-1.5px .5px 3px rgba(255,53,148,.16),1.5px -.5px 4px rgba(181,255,70,.12);
}
.sticky-cards article:nth-child(3) h3,
.cap-panel:nth-child(3) h3{
  font-variation-settings:"wght" 700!important;
  letter-spacing:-.045em!important;
}
.estimate-result strong{
  text-shadow:-1px .5px 3px rgba(255,53,148,.12),1px -.5px 4px rgba(181,255,70,.1);
}
.estimate-step input:checked+span{
  box-shadow:inset 3px 0 rgba(255,53,148,.54),inset -3px 0 rgba(181,255,70,.42);
}

/* V255: intentional phone hero composition and text-rendered directional marks. */
:where(.hero-enter,.cta-arrow,.cap-panel>b,.estimator-actions button,.intake-actions button span,.menu-details a,.legal-nav a){font-variant-emoji:text;font-family:var(--font-primary),Arial,sans-serif}
@media(max-width:600px){
  .hero-v4{height:100svh!important;min-height:600px!important}
  .hero-v4 .hero-statement{
    top:46%!important;
    left:50%!important;
    width:min(100% - 28px,430px)!important;
    translate:-50% -50%!important;
  }
  .hero-v4 .hero-statement h1{
    width:100%!important;
    font-size:clamp(43px,14vw,60px)!important;
    line-height:.87!important;
    letter-spacing:-.052em!important;
  }
  .hero-v4 .hero-statement h1>.hero-prefix{
    display:grid!important;
    justify-items:center!important;
    gap:.06em!important;
    margin:0 0 .28em!important;
    line-height:.87!important;
  }
  .hero-prefix b:first-child,
  .hero-prefix b:nth-child(2){display:grid!important;justify-items:center!important;width:100%!important;min-width:0!important;gap:0!important}
  .hero-prefix b:nth-child(2)>.hero-noun-lead,
  .hero-prefix b:nth-child(2)>.hero-noun{display:block!important;width:auto!important;min-width:0!important;margin:0 auto!important;text-align:center!important}
  .hero-v4 .hero-statement h1>.hero-changing-line{font-size:.71em!important;line-height:.9!important;letter-spacing:-.035em!important}
  .hero-changing-line>span{
    display:grid!important;
    grid-template-columns:repeat(2,max-content)!important;
    justify-content:center!important;
    gap:.03em .24em!important;
    width:100%!important;
    white-space:normal!important;
    text-align:center!important;
  }
  .hero-changing-line :is(i,em)[data-hero-copy]{display:block!important;white-space:nowrap!important}
  .hero-v4 .hero-deck{
    left:24px!important;
    right:24px!important;
    bottom:11.5vh!important;
    width:auto!important;
    max-width:350px!important;
    margin-inline:auto!important;
    font-size:12px!important;
    line-height:1.4!important;
    text-align:center!important;
  }
}
@media(max-width:360px){
  .hero-v4 .hero-statement{top:45%!important;width:calc(100% - 22px)!important}
  .hero-v4 .hero-statement h1{font-size:clamp(40px,13.5vw,49px)!important}
  .hero-v4 .hero-deck{bottom:10vh!important;font-size:11px!important}
}

/* V95: let What We Move participate in the shared page wash */
.sticky-story{
  background:transparent!important;
  background-color:transparent!important;
  background-image:none!important;
}
.sticky-story:before{
  content:none!important;
  display:none!important;
  background:transparent!important;
}
.opening-stack,
.opening-stack>.manifesto,
.sticky-story{
  box-shadow:none!important;
  filter:none!important;
}

/* V96: one coherent service-card family */
.sticky-cards article,
.sticky-cards article:nth-child(1),
.sticky-cards article:nth-child(2),
.sticky-cards article:nth-child(3){
  background-color:#1d1d1a!important;
  border:1px solid rgba(239,237,231,.16)!important;
  box-shadow:0 22px 60px rgba(0,0,0,.34)!important;
  padding:28px 30px!important;
}
.sticky-cards article:nth-child(3) h3{
  font-variation-settings:"wght" 640!important;
  letter-spacing:-.035em!important;
}

/* V97: centered, evenly constrained three-card stack */
.sticky-cards{
  padding-bottom:44vh!important;
}
.sticky-cards article,
.sticky-cards article:nth-child(1),
.sticky-cards article:nth-child(2),
.sticky-cards article:nth-child(3){
  margin-bottom:28vh!important;
  border-color:#4b4b46!important;
  padding:28px 30px!important;
}
.sticky-cards article:nth-child(1){
  top:30.5svh!important;
  background-color:#191916!important;
  box-shadow:0 24px 75px rgba(0,0,0,.5)!important;
}
.sticky-cards article:nth-child(2){
  top:calc(30.5svh + 18px)!important;
  background-color:#20201c!important;
  box-shadow:0 24px 75px rgba(0,0,0,.5)!important;
}
.sticky-cards article:nth-child(3){
  top:calc(30.5svh + 36px)!important;
  background-color:#282823!important;
  box-shadow:0 24px 75px rgba(0,0,0,.5)!important;
}
@media(max-width:800px){
  .sticky-cards{padding-bottom:34vh!important}
  .sticky-cards article,
  .sticky-cards article:nth-child(1),
  .sticky-cards article:nth-child(2),
  .sticky-cards article:nth-child(3){margin-bottom:22vh!important}
  .sticky-cards article:nth-child(1){top:calc(50svh - 165px)!important}
  .sticky-cards article:nth-child(2){top:calc(50svh - 151px)!important}
  .sticky-cards article:nth-child(3){top:calc(50svh - 137px)!important}
}

/* V98: editorial closing prompt, not a conventional button */
.contact-main .cta-button{
  width:max-content!important;
  min-width:0!important;
  height:auto!important;
  padding:10px 0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  display:flex!important;
  align-items:center!important;
  gap:clamp(22px,3vw,48px)!important;
  overflow:visible!important;
  color:#f1efe8!important;
  cursor:pointer!important;
  font-family:var(--font-primary)!important;
}
.contact-main .cta-button:before,
.contact-main .cta-button:after{content:none!important;display:none!important}
.contact-main .cta-label{
  display:flex!important;
  align-items:baseline!important;
  gap:.24em!important;
  font-size:clamp(27px,3.2vw,50px)!important;
  line-height:.95!important;
  letter-spacing:-.045em!important;
}
.contact-main .cta-label>span:first-child{
  font-family:var(--font-primary)!important;
  font-variation-settings:"wght" 520!important;
}
.contact-main .cta-label>span:last-child{
  font-family:var(--font-editorial)!important;
  font-style:italic!important;
  font-variation-settings:"wght" 400!important;
}
.contact-main .cta-arrow{
  width:44px!important;
  height:44px!important;
  display:grid!important;
  place-items:center!important;
  border:1px solid rgba(239,237,231,.32)!important;
  border-radius:50%!important;
  font-size:17px!important;
  transition:transform .7s cubic-bezier(.16,1,.3,1),border-color .3s,text-shadow .3s!important;
}
.contact-main .cta-button:hover .cta-label{gap:.32em!important}
.contact-main .cta-button:hover .cta-label>span:first-child{translate:-3px 0!important}
.contact-main .cta-button:hover .cta-label>span:last-child{translate:4px 0!important}
.contact-main .cta-button:hover .cta-arrow{
  transform:translate(5px,-5px) rotate(8deg)!important;
  border-color:rgba(239,237,231,.72)!important;
}
@media(max-width:600px){
  .contact-main .cta-label{display:block!important;font-size:30px!important}
  .contact-main .cta-arrow{width:38px!important;height:38px!important}
}

/* V251: check-free RBYV intake selectors. Color lives in the option, not the cursor. */
.intake-services label{
  --chip-angle:105deg;
  --chip-pink:#ff267d;
  --chip-yellow:#efd83d;
  --chip-violet:#7757e8;
  --chip-cyan:#00b9e8;
}
.intake-services label:nth-child(4n+2){--chip-angle:145deg}
.intake-services label:nth-child(4n+3){--chip-angle:72deg}
.intake-services label:nth-child(4n){--chip-angle:190deg}
.intake-services input[type="checkbox"]+span{
  border:1px solid transparent!important;
  background:
    linear-gradient(#e4e1d9,#e4e1d9) padding-box,
    linear-gradient(var(--chip-angle),rgba(255,38,125,.72),rgba(239,216,61,.48) 32%,rgba(119,87,232,.56) 66%,rgba(0,185,232,.72)) border-box!important;
  color:#11120f!important;
  text-shadow:
    -.45px .15px 1.4px rgba(255,38,125,.28),
    .45px -.15px 1.4px rgba(0,185,232,.26),
    0 .35px 1.6px rgba(119,87,232,.1)!important;
  box-shadow:none!important;
}
.intake-services input[type="checkbox"]+span::after,
.intake-services input[type="checkbox"]:checked+span::after{
  content:none!important;
  display:none!important;
  width:0!important;
  height:0!important;
  flex-basis:0!important;
  margin:0!important;
}
.intake-services label:hover input[type="checkbox"]+span{
  border-color:transparent!important;
  background:
    linear-gradient(#dedbd2,#dedbd2) padding-box,
    linear-gradient(var(--chip-angle),var(--chip-pink),var(--chip-yellow) 31%,var(--chip-violet) 66%,var(--chip-cyan)) border-box!important;
  text-shadow:
    -.8px .2px 2px rgba(255,38,125,.42),
    .8px -.2px 2px rgba(0,185,232,.4),
    0 .5px 2px rgba(119,87,232,.18)!important;
  box-shadow:0 5px 14px rgba(17,18,15,.07)!important;
}
.intake-services input[type="checkbox"]:checked+span{
  color:#f1efe8!important;
  border-color:transparent!important;
  background:
    linear-gradient(#11120f,#11120f) padding-box,
    linear-gradient(var(--chip-angle),var(--chip-pink),var(--chip-yellow) 31%,var(--chip-violet) 66%,var(--chip-cyan)) border-box!important;
  text-shadow:
    -1px .25px 2.2px rgba(255,38,125,.66),
    1px -.25px 2.2px rgba(0,185,232,.62),
    0 .6px 2.4px rgba(239,216,61,.18)!important;
  box-shadow:-2px 1px 8px rgba(255,38,125,.12),2px -1px 8px rgba(0,185,232,.12)!important;
}
.intake-services input[type="checkbox"]:focus-visible+span{outline:2px solid rgba(17,18,15,.9)!important;outline-offset:3px!important}
body.intake-open .cursor-dot,
body.intake-open .cursor-dot::before,
body.intake-open .cursor-dot::after{display:none!important;opacity:0!important;visibility:hidden!important}

/* V99: progressive, low-friction project intake */
.intake-dialog{width:min(980px,calc(100vw - 32px));max-height:calc(100svh - 32px);margin:auto;padding:0;border:0;border-radius:24px;background:#e4e1d9;color:#11120f;box-shadow:0 35px 120px rgba(0,0,0,.55);overflow:auto}
.intake-dialog::backdrop{background:rgba(7,8,7,.72);backdrop-filter:blur(14px) saturate(.8)}
.intake-dialog[open]{animation:intakeIn .65s cubic-bezier(.16,1,.3,1)}
@keyframes intakeIn{from{opacity:0;transform:translateY(24px) scale(.975);filter:blur(8px)}to{opacity:1;transform:none;filter:none}}
.intake-form{padding:clamp(24px,4vw,54px);font-family:var(--font-primary)}
.intake-head{display:flex;justify-content:space-between;align-items:flex-start;gap:30px}.intake-head p{margin:0 0 30px;font-size:11px;letter-spacing:.05em}.intake-head h2{margin:0;font-size:clamp(48px,7vw,88px);line-height:.82;letter-spacing:-.06em;font-variation-settings:"wght" 620}.intake-head h2 em{font-family:var(--font-editorial);font-weight:400;font-style:italic}.intake-close{border:1px solid rgba(17,18,15,.3);border-radius:999px;background:transparent;padding:10px 14px;cursor:pointer;font:500 11px var(--font-primary)}
.intake-intro{max-width:520px;margin:34px 0 42px;font-size:16px;line-height:1.45}.intake-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px 18px}.intake-form label>span,.intake-services legend{display:block;margin-bottom:8px;font-size:11px;letter-spacing:.025em}.intake-form input,.intake-form select,.intake-form textarea{width:100%;border:0;border-bottom:1px solid rgba(17,18,15,.32);border-radius:0;background:transparent;padding:12px 2px;color:inherit;font:400 16px/1.4 var(--font-primary);outline:none}.intake-form textarea{border:1px solid rgba(17,18,15,.24);border-radius:12px;padding:15px;resize:vertical}.intake-form :is(input,select,textarea):focus{border-color:#11120f;box-shadow:0 2px 0 rgba(255,53,148,.38)}
.intake-services{border:0;padding:0;margin:42px 0}.intake-services legend{width:100%;margin-bottom:14px}.intake-services legend small{float:right;color:#68675f}.intake-services>div{display:flex;flex-wrap:wrap;gap:8px}.intake-services label{cursor:pointer}.intake-services input{position:absolute;opacity:0;pointer-events:none}.intake-services label span{margin:0;padding:10px 14px;border:1px solid rgba(17,18,15,.26);border-radius:999px;transition:.25s}.intake-services input:checked+span{background:#11120f;color:#f1efe8;border-color:#11120f;box-shadow:-2px 0 3px rgba(255,53,148,.38),2px 0 3px rgba(181,255,70,.3)}
.intake-story{display:block;margin-bottom:28px}.intake-more{border-top:1px solid rgba(17,18,15,.25);border-bottom:1px solid rgba(17,18,15,.25);padding:0}.intake-more summary{display:flex;justify-content:space-between;align-items:center;padding:18px 2px;cursor:pointer;list-style:none}.intake-more summary::-webkit-details-marker{display:none}.intake-more summary span:after{content:' +';}.intake-more[open] summary span:after{content:' −'}.intake-more summary small{color:#68675f}.intake-more>.intake-grid{padding:18px 0 30px}.intake-wide{grid-column:1/-1}.intake-actions{display:flex;justify-content:space-between;align-items:center;gap:20px;padding-top:34px}.intake-actions p{margin:0;color:#68675f;font-size:12px}.intake-actions button{border:0;border-radius:999px;background:#11120f;color:#f1efe8;padding:16px 20px;cursor:pointer;font:600 13px var(--font-primary);transition:transform .4s,box-shadow .3s}.intake-actions button:hover{transform:translateY(-3px);box-shadow:-4px 2px 8px rgba(255,53,148,.28),4px -2px 8px rgba(181,255,70,.22)}
body.intake-open{overflow:hidden}
@media(max-width:650px){.intake-dialog{width:100vw;max-width:none;max-height:100svh;height:100svh;border-radius:0}.intake-form{padding:24px 18px 36px}.intake-head h2{font-size:52px}.intake-grid{grid-template-columns:1fr}.intake-wide{grid-column:auto}.intake-more summary small{display:none}.intake-actions{align-items:flex-end}.intake-actions p{max-width:120px}}
@media(prefers-reduced-motion:reduce){.intake-dialog[open]{animation:none}}

/* V100: intake-specific scrolling with no horizontal rail */
.intake-dialog{
  overflow-x:hidden!important;
  overflow-y:auto!important;
  overscroll-behavior:contain;
  scrollbar-width:thin;
  scrollbar-color:rgba(17,18,15,.48) transparent;
}
.intake-dialog::-webkit-scrollbar{width:8px;height:0}
.intake-dialog::-webkit-scrollbar-track{background:transparent;margin-block:18px}
.intake-dialog::-webkit-scrollbar-thumb{background:rgba(17,18,15,.42);border:2px solid #e4e1d9;border-radius:999px}
.intake-dialog::-webkit-scrollbar-thumb:hover{background:rgba(17,18,15,.68)}
.intake-form,
.intake-head,
.intake-grid,
.intake-services,
.intake-story,
.intake-more,
.intake-actions{min-width:0!important;max-width:100%!important}
.intake-grid>*{min-width:0!important}
.intake-form :is(input,select,textarea){min-width:0!important;max-width:100%!important}

/* V101: stronger local hero-field response */
#heroShader{transition:opacity .45s ease,filter .55s ease!important}
.hero-v4:hover #heroShader{opacity:.96!important;filter:contrast(1.18) saturate(1.32) brightness(1.08)!important}

/* V102: spectral interaction for What We Move */
.sticky-cards article:after{
  content:""!important;
  display:block!important;
  position:absolute!important;
  inset:0!important;
  z-index:1!important;
  pointer-events:none!important;
  border-radius:inherit!important;
  opacity:0!important;
  background:
    radial-gradient(circle at var(--card-x,50%) var(--card-y,50%),rgba(255,255,255,.16) 0,transparent 31%),
    radial-gradient(circle at calc(var(--card-x,50%) - 6%) var(--card-y,50%),rgba(255,45,142,.15),transparent 25%),
    radial-gradient(circle at calc(var(--card-x,50%) + 7%) calc(var(--card-y,50%) - 2%),rgba(173,255,73,.12),transparent 27%),
    repeating-linear-gradient(0deg,rgba(255,255,255,.014) 0 1px,transparent 1px 4px)!important;
  transition:opacity .35s ease!important;
}
.sticky-cards article:hover:after{opacity:1!important}
.sticky-cards article:hover{
  border-color:rgba(239,237,231,.34)!important;
  box-shadow:
    var(--card-pink-x,0px) var(--card-pink-y,0px) 26px rgba(255,45,142,.12),
    var(--card-green-x,0px) var(--card-green-y,0px) 28px rgba(173,255,73,.1),
    0 25px 75px rgba(0,0,0,.48)!important;
}
.sticky-cards article:hover h3{
  text-shadow:
    var(--rgb-rx) var(--rgb-ry) 3px rgba(255,42,135,.62),
    var(--rgb-bx) var(--rgb-by) 3px rgba(137,239,116,.5)!important;
}
.sticky-intro h2{transition:text-shadow .3s ease!important}
.sticky-story:hover .sticky-intro h2{
  text-shadow:-2px 1px 5px rgba(255,45,142,.2),2px -1px 6px rgba(173,255,73,.15)!important;
}
@media(prefers-reduced-motion:reduce){.sticky-cards article:after{display:none!important}.sticky-cards article:hover{box-shadow:0 24px 75px rgba(0,0,0,.5)!important}.sticky-cards article:hover h3,.sticky-story:hover .sticky-intro h2{text-shadow:none!important}}

/* V103: velocity-reactive RGBYK cursor organism */
.cursor-dot{
  --cursor-angle:0deg;
  --cursor-stretch:1;
  width:24px!important;
  height:24px!important;
  border:0!important;
  border-radius:var(--blob-radius,58% 42% 53% 47% / 46% 58% 42% 54%)!important;
  background:radial-gradient(circle at 38% 34%,rgba(255,255,255,.95) 0 8%,rgba(245,230,52,.78) 18%,rgba(17,18,15,.94) 64%)!important;
  box-shadow:-7px 1px 9px rgba(255,42,135,.65),7px -1px 10px rgba(0,207,255,.62),0 7px 11px rgba(184,255,65,.48)!important;
  mix-blend-mode:difference!important;
  transform:translate(-50%,-50%) rotate(var(--cursor-angle)) scaleX(var(--cursor-stretch))!important;
  transform-origin:center!important;
  filter:blur(.45px)!important;
  transition:width .35s,height .35s,opacity .3s,filter .3s!important;
  animation:cursorBreathe 2.6s ease-in-out infinite alternate;
}
.cursor-dot:before,.cursor-dot:after{content:"";position:absolute;inset:10%;border-radius:inherit;pointer-events:none}
.cursor-dot:before{translate:var(--trail-x,-3px) var(--trail-y,1px);background:rgba(255,40,135,.55);filter:blur(3px);z-index:-1}
.cursor-dot:after{translate:var(--trail-inverse-x,3px) var(--trail-inverse-y,-1px);background:linear-gradient(135deg,rgba(177,255,67,.62),rgba(247,224,40,.5),rgba(0,207,255,.58));filter:blur(3px);z-index:-2}
.cursor-dot.active{width:48px!important;height:48px!important;filter:blur(.25px)!important}
.cursor-dot.hidden{opacity:0!important}
@keyframes cursorBreathe{to{border-radius:43% 57% 39% 61% / 58% 41% 59% 42%}}
@media(prefers-reduced-motion:reduce){.cursor-dot{animation:none!important;transform:translate(-50%,-50%)!important}}

/* V104: no residual navigation veil */
.nav,.nav:before,.nav:after{background:transparent!important;background-image:none!important;box-shadow:none!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important}
.nav:before,.nav:after{content:none!important;display:none!important}

/* V105: full interactive field for What We Move */
.sticky-intro{isolation:isolate!important;overflow:hidden!important}
.sticky-intro:before{
  content:""!important;
  display:block!important;
  position:absolute!important;
  inset:0!important;
  z-index:-1!important;
  pointer-events:none!important;
  opacity:.78!important;
  background:
    radial-gradient(circle at var(--story-x,50%) var(--story-y,50%),rgba(255,255,255,.075) 0,transparent 22%),
    radial-gradient(circle at calc(var(--story-x,50%) - 5%) calc(var(--story-y,50%) + 2%),rgba(255,36,137,.13),transparent 28%),
    radial-gradient(circle at calc(var(--story-x,50%) + 6%) calc(var(--story-y,50%) - 2%),rgba(167,255,69,.11),transparent 29%),
    radial-gradient(circle at var(--story-x,50%) var(--story-y,50%),rgba(0,205,255,.08),transparent 38%),
    repeating-linear-gradient(0deg,rgba(255,255,255,.012) 0 1px,transparent 1px 4px)!important;
  transition:opacity .3s ease!important;
}
.sticky-story:hover .sticky-intro:before{opacity:1!important}
.sticky-story:hover .sticky-intro h2{
  text-shadow:
    var(--rgb-rx) var(--rgb-ry) 3px rgba(255,38,137,.58),
    var(--rgb-bx) var(--rgb-by) 3px rgba(158,245,88,.46),
    0 0 18px rgba(0,205,255,.14)!important;
}
.sticky-cards article:hover:after{opacity:1!important;filter:saturate(1.35) contrast(1.08)!important}
.sticky-cards article:hover h3{transform:translateX(6px)!important}
@media(prefers-reduced-motion:reduce){.sticky-intro:before{opacity:.3!important}.sticky-story:hover .sticky-intro h2{ text-shadow:none!important}}

/* V106: restore the compact chromatic cursor */
.cursor-dot{
  width:8px!important;
  height:8px!important;
  border:0!important;
  border-radius:50%!important;
  background:#fff!important;
  box-shadow:-3px 0 2px rgba(255,35,68,.82),3px 0 2px rgba(0,210,255,.8)!important;
  mix-blend-mode:difference!important;
  transform:translate(-50%,-50%)!important;
  filter:none!important;
  animation:none!important;
  transition:width .3s,height .3s,opacity .25s,background .3s!important;
}
.cursor-dot:before,.cursor-dot:after{content:none!important;display:none!important}
.cursor-dot.active{width:30px!important;height:30px!important;background:transparent!important;border:1px solid rgba(255,255,255,.78)!important;box-shadow:-4px 0 3px rgba(255,35,68,.58),4px 0 3px rgba(0,210,255,.56)!important}

/* V107: local multi-axis type response */
:where(.hero-prefix b,.hero-changing-line [data-hero-copy],.manifesto-line,.sticky-intro h2,.sticky-cards h3,.client-statement,.cap-intro h2,.cap-panel h3,.estimator-intro h2,.estimate-step legend,.contact-main h2,.cta-button){
  transform-origin:center!important;
  transition:translate .18s linear,transform .18s linear,text-shadow .2s ease,font-variation-settings .18s linear!important;
}
:where(.hero-prefix b,.hero-changing-line [data-hero-copy],.manifesto-line,.sticky-intro h2,.sticky-cards h3,.client-statement,.cap-intro h2,.cap-panel h3,.estimator-intro h2,.estimate-step legend,.contact-main h2,.cta-button):hover{
  translate:var(--type-x,0px) var(--type-y,0px)!important;
  transform:perspective(900px) rotateX(var(--type-rx,0deg)) rotateY(var(--type-ry,0deg))!important;
  text-shadow:
    var(--type-red-x,-4px) var(--type-red-y,0px) 2.8px rgba(255,37,132,.62),
    var(--type-blue-x,4px) var(--type-blue-y,0px) 2.8px rgba(0,207,255,.54),
    var(--type-green-x,0px) var(--type-green-y,3px) 4px rgba(174,255,72,.25)!important;
}
.hero-changing-line [data-hero-copy]{display:inline-block!important}
@media(prefers-reduced-motion:reduce){
  :where(.hero-prefix b,.hero-changing-line [data-hero-copy],.manifesto-line,.sticky-intro h2,.sticky-cards h3,.client-statement,.cap-intro h2,.cap-panel h3,.estimator-intro h2,.estimate-step legend,.contact-main h2,.cta-button):hover{translate:none!important;transform:none!important;text-shadow:none!important}
}

/* V108: rotating hero subject */
.hero-noun{
  display:inline-block!important;
  min-width:5.3em;
  text-align:center;
  color:#f1efe8;
  transform-origin:center;
  will-change:transform,filter,opacity;
}
.hero-noun.is-leaving{animation:nounLeave .34s cubic-bezier(.7,0,.84,0) both}
.hero-noun.is-entering{animation:nounEnter .58s cubic-bezier(.16,1,.3,1) both}
@keyframes nounLeave{to{opacity:0;transform:translateY(-.42em) skewX(-7deg);filter:blur(8px);text-shadow:-10px 2px 4px rgba(255,38,137,.65),10px -2px 4px rgba(167,255,69,.5)}}
@keyframes nounEnter{from{opacity:0;transform:translateY(.48em) skewX(8deg);filter:blur(9px);text-shadow:-11px -2px 5px rgba(255,38,137,.7),11px 2px 5px rgba(0,205,255,.58)}to{opacity:1;transform:none;filter:none;text-shadow:-1px 0 3px rgba(255,38,137,.18),1px 0 3px rgba(167,255,69,.14)}}
@media(max-width:800px){.hero-noun{min-width:5.1em}}
@media(prefers-reduced-motion:reduce){.hero-noun{animation:none!important}.hero-noun:not(:first-child){display:none}}

/* V109: move the hero-like field from the section into the cards */
.sticky-intro:before{content:none!important;display:none!important;background:none!important}
.sticky-cards article:before{
  content:""!important;
  display:block!important;
  position:absolute!important;
  inset:0!important;
  z-index:0!important;
  border-radius:inherit!important;
  pointer-events:none!important;
  background:
    radial-gradient(ellipse at 20% 28%,rgba(255,255,255,.028),transparent 34%),
    radial-gradient(ellipse at 82% 72%,rgba(0,205,255,.025),transparent 38%),
    repeating-linear-gradient(0deg,rgba(255,255,255,.012) 0 1px,rgba(0,0,0,.018) 1px 4px)!important;
  opacity:.82!important;
}
.sticky-cards article:after{
  background:
    radial-gradient(circle at var(--card-x,50%) var(--card-y,50%),rgba(255,255,255,.18) 0 3%,rgba(255,255,255,.07) 10%,transparent 29%),
    radial-gradient(ellipse at calc(var(--card-x,50%) - 6%) calc(var(--card-y,50%) + 2%),rgba(255,38,137,.2),transparent 27%),
    radial-gradient(ellipse at calc(var(--card-x,50%) + 7%) calc(var(--card-y,50%) - 2%),rgba(0,205,255,.17),transparent 29%),
    radial-gradient(ellipse at var(--card-x,50%) var(--card-y,50%),rgba(169,255,71,.1),transparent 39%),
    repeating-radial-gradient(ellipse at var(--card-x,50%) var(--card-y,50%),rgba(255,255,255,.025) 0 1px,transparent 2px 12px),
    repeating-linear-gradient(0deg,rgba(255,255,255,.015) 0 1px,transparent 1px 4px)!important;
  opacity:.22!important;
  filter:contrast(1.08) saturate(1.15) blur(.15px)!important;
  transition:opacity .35s ease,filter .4s ease!important;
}
.sticky-cards article:hover:after{
  opacity:1!important;
  filter:contrast(1.22) saturate(1.48) blur(.3px)!important;
}
.sticky-cards article:hover:before{opacity:1!important}
@media(prefers-reduced-motion:reduce){.sticky-cards article:after{display:block!important;opacity:.18!important;filter:none!important}}

/* V110: optical spacing for the rotating hero line */
.hero-prefix b:nth-child(2){
  display:inline-flex!important;
  align-items:baseline!important;
  justify-content:flex-start!important;
  gap:.14em!important;
  white-space:nowrap!important;
}
.hero-prefix b:nth-child(2) .hero-noun{
  min-width:0!important;
  width:auto!important;
  margin:0!important;
  text-align:left!important;
  letter-spacing:inherit!important;
}
@media(max-width:800px){
  .hero-prefix b:nth-child(2){gap:.12em!important}
  .hero-prefix b:nth-child(2) .hero-noun{min-width:0!important;width:auto!important}
}

/* V111: centered single-line hero support copy */
.hero-v4 .hero-deck{
  position:absolute!important;
  left:50%!important;
  right:auto!important;
  top:calc(50% + clamp(120px,18vh,180px))!important;
  bottom:auto!important;
  width:max-content!important;
  max-width:calc(100vw - 40px)!important;
  margin:0!important;
  translate:-50% 0!important;
  text-align:center!important;
  white-space:nowrap!important;
  font-size:clamp(8px,1vw,14px)!important;
  line-height:1.2!important;
  z-index:3!important;
}
@media(max-width:800px){.hero-v4 .hero-deck{top:calc(50% + 112px)!important;max-width:calc(100vw - 24px)!important}}

/* V112: restrained spectral blob cursor */
.cursor-dot{
  width:14px!important;
  height:14px!important;
  border:0!important;
  border-radius:var(--blob-radius,55% 45% 52% 48% / 47% 56% 44% 53%)!important;
  background:radial-gradient(circle at 38% 35%,#fff 0 14%,rgba(244,225,55,.72) 28%,rgba(17,18,15,.92) 72%)!important;
  box-shadow:-4px 1px 5px rgba(255,41,135,.52),4px -1px 5px rgba(0,207,255,.5),0 4px 6px rgba(174,255,70,.28)!important;
  transform:translate(-50%,-50%) rotate(var(--cursor-angle,0deg)) scaleX(var(--cursor-stretch,1))!important;
  filter:blur(.18px)!important;
  animation:none!important;
}
.cursor-dot:before,.cursor-dot:after{content:""!important;display:block!important;position:absolute;inset:22%;border-radius:inherit;pointer-events:none;z-index:-1;filter:blur(2px);opacity:.48}
.cursor-dot:before{translate:var(--trail-x,-1px) var(--trail-y,0);background:rgba(255,40,135,.44)}
.cursor-dot:after{translate:var(--trail-inverse-x,1px) var(--trail-inverse-y,0);background:linear-gradient(135deg,rgba(174,255,70,.48),rgba(244,225,55,.36),rgba(0,207,255,.44))}
.cursor-dot.active{width:36px!important;height:36px!important;border:1px solid rgba(255,255,255,.34)!important;background:radial-gradient(circle at 40% 38%,rgba(255,255,255,.88),rgba(17,18,15,.52) 62%,transparent 74%)!important;box-shadow:-5px 1px 8px rgba(255,41,135,.48),5px -1px 8px rgba(0,207,255,.46),0 5px 9px rgba(174,255,70,.24)!important}

/* V114: a more viscous cursor response */
.cursor-dot{
  filter:blur(.3px) saturate(1.08)!important;
  transition:width .34s cubic-bezier(.16,1,.3,1),height .34s cubic-bezier(.16,1,.3,1),opacity .25s,filter .3s,border-radius .14s linear!important;
}
.cursor-dot:before,.cursor-dot:after{
  inset:12%!important;
  opacity:.52!important;
  filter:blur(3.4px)!important;
  transition:translate .18s cubic-bezier(.2,.75,.25,1),border-radius .2s linear!important;
}
.cursor-dot:before{scale:1.18 .78;transform-origin:70% 50%}
.cursor-dot:after{scale:1.12 .84;transform-origin:30% 50%}
.cursor-dot.active:before,.cursor-dot.active:after{scale:1.32 .72;filter:blur(4.2px)!important}

/* V115: richer liquid cursor, still compact */
.cursor-dot{
  width:17px!important;
  height:17px!important;
  background:radial-gradient(circle at 36% 32%,#fff 0 11%,rgba(248,226,42,.9) 23%,rgba(20,20,17,.94) 67%,rgba(0,205,255,.32) 100%)!important;
  box-shadow:-6px 2px 8px rgba(255,35,132,.72),6px -2px 8px rgba(0,210,255,.68),0 6px 9px rgba(176,255,65,.46),2px 0 7px rgba(248,226,42,.38)!important;
  filter:blur(.42px) saturate(1.22)!important;
}
.cursor-dot:before,.cursor-dot:after{
  inset:2%!important;
  opacity:.68!important;
  filter:blur(5px)!important;
  transition:translate .24s cubic-bezier(.12,.72,.18,1),scale .28s cubic-bezier(.12,.72,.18,1),border-radius .16s linear!important;
}
.cursor-dot:before{scale:1.42 .68;background:linear-gradient(90deg,rgba(255,35,132,.66),rgba(255,35,132,.1))!important}
.cursor-dot:after{scale:1.34 .72;background:linear-gradient(100deg,rgba(174,255,65,.54),rgba(248,226,42,.46),rgba(0,210,255,.66))!important}
.cursor-dot.active{width:42px!important;height:42px!important;filter:blur(.28px) saturate(1.3)!important;box-shadow:-8px 2px 13px rgba(255,35,132,.68),8px -2px 13px rgba(0,210,255,.64),0 8px 14px rgba(174,255,65,.4),2px 0 10px rgba(248,226,42,.32)!important}
.cursor-dot.active:before,.cursor-dot.active:after{scale:1.48 .64;filter:blur(6px)!important}

/* V116: translucent membrane cursor with continuous fluid motion */
.cursor-dot,
.cursor-dot.active{
  background:rgba(242,240,232,.3)!important;
  border:1px solid rgba(255,255,255,.28)!important;
  -webkit-backdrop-filter:blur(2px) saturate(1.25)!important;
  backdrop-filter:blur(2px) saturate(1.25)!important;
  box-shadow:-6px 2px 10px rgba(255,35,132,.66),6px -2px 10px rgba(0,210,255,.62),0 6px 11px rgba(176,255,65,.4),2px -3px 9px rgba(248,226,42,.3)!important;
}
.cursor-dot:before{
  inset:-8%!important;
  background:linear-gradient(105deg,rgba(255,35,132,.62),rgba(255,35,132,.04) 68%)!important;
  animation:cursorFluidA 1.7s ease-in-out infinite alternate!important;
}
.cursor-dot:after{
  inset:-8%!important;
  background:linear-gradient(255deg,rgba(0,210,255,.58),rgba(176,255,65,.42) 46%,rgba(248,226,42,.1) 72%)!important;
  animation:cursorFluidB 2.1s ease-in-out infinite alternate!important;
}
.cursor-dot.active:before,.cursor-dot.active:after{opacity:.74!important}
@keyframes cursorFluidA{0%{border-radius:62% 38% 53% 47% / 42% 61% 39% 58%;transform:rotate(-5deg) translate(-1px,1px)}100%{border-radius:39% 61% 43% 57% / 59% 41% 62% 38%;transform:rotate(7deg) translate(2px,-1px)}}
@keyframes cursorFluidB{0%{border-radius:43% 57% 64% 36% / 58% 38% 62% 42%;transform:rotate(8deg) translate(1px,-2px)}100%{border-radius:64% 36% 42% 58% / 39% 63% 37% 61%;transform:rotate(-6deg) translate(-2px,1px)}}
@media(prefers-reduced-motion:reduce){.cursor-dot:before,.cursor-dot:after{animation:none!important}}

/* V117: fluid space-making for the rotating hero noun */
.hero-prefix b:nth-child(2){
  transition:width .72s cubic-bezier(.16,1,.3,1),translate .72s cubic-bezier(.16,1,.3,1)!important;
}
.hero-noun-lead{display:inline-block!important;white-space:nowrap!important;transition:translate .72s cubic-bezier(.16,1,.3,1)!important}
.hero-prefix b:nth-child(2) .hero-noun{
  display:inline-block!important;
  width:var(--noun-width,auto)!important;
  overflow:visible!important;
  white-space:nowrap!important;
  transition:width .72s cubic-bezier(.16,1,.3,1),opacity .3s,filter .34s,transform .5s cubic-bezier(.16,1,.3,1)!important;
}
.hero-noun-measure{position:fixed!important;left:-10000px!important;top:-10000px!important;width:auto!important;min-width:0!important;visibility:hidden!important;pointer-events:none!important;white-space:nowrap!important}
@media(prefers-reduced-motion:reduce){.hero-prefix b:nth-child(2),.hero-noun-lead,.hero-noun{transition:none!important}}

/* V118: slower supporting fade and unified second-line interaction */
.hero-prefix b,
.hero-changing-line [data-hero-copy]{
  transition:color .62s cubic-bezier(.22,.8,.22,1),opacity .62s cubic-bezier(.22,.8,.22,1),text-shadow .3s ease,translate .18s linear,transform .18s linear,font-variation-settings .18s linear!important;
}
.hero-statement h1:has(:is(.hero-prefix b,.hero-changing-line [data-hero-copy]):hover) :is(.hero-prefix b,.hero-changing-line [data-hero-copy]):not(:hover){
  transition-duration:.82s!important;
  transition-timing-function:cubic-bezier(.22,.8,.22,1)!important;
}
.hero-prefix b:nth-child(2):hover .hero-noun,
.hero-prefix b:nth-child(2):focus-within .hero-noun{
  color:inherit!important;
  text-shadow:inherit!important;
  filter:none!important;
}
.hero-prefix b:nth-child(2):hover :is(.hero-noun-lead,.hero-noun){
  opacity:1!important;
}

/* V119: protect rotating line from legacy descendant indentation */
.hero-prefix b:nth-child(2)>.hero-noun-lead,
.hero-prefix b:nth-child(2)>.hero-noun{
  padding:0!important;
  padding-left:0!important;
  margin:0!important;
  text-indent:0!important;
}

/* V120: synchronized and optically centered rotating line */
.hero-prefix b:nth-child(2){
  width:max-content!important;
  max-width:100%!important;
  align-self:center!important;
  justify-self:center!important;
  margin-left:auto!important;
  margin-right:auto!important;
}
.hero-prefix b:nth-child(2):hover>.hero-noun-lead,
.hero-prefix b:nth-child(2):hover>.hero-noun,
.hero-prefix b:nth-child(2):focus-within>.hero-noun-lead,
.hero-prefix b:nth-child(2):focus-within>.hero-noun{
  color:inherit!important;
  text-shadow:inherit!important;
  filter:none!important;
}

/* V121: visible live film grain across every surface */
.noise{
  inset:-24%!important;
  opacity:.115!important;
  mix-blend-mode:overlay!important;
  background-size:132px 132px!important;
  filter:contrast(1.75) brightness(1.18)!important;
  animation:liveFilmGrain .24s steps(1,end) infinite!important;
  transform-origin:center!important;
}
@keyframes liveFilmGrain{
  0%{transform:translate3d(-1.8%,1.2%,0) scale(1.02)}
  16%{transform:translate3d(1.4%,-1.6%,0) scale(1.025)}
  33%{transform:translate3d(-.8%,-1.2%,0) scale(1.018)}
  50%{transform:translate3d(1.7%,.7%,0) scale(1.026)}
  66%{transform:translate3d(-1.3%,1.8%,0) scale(1.02)}
  83%{transform:translate3d(.9%,-.6%,0) scale(1.024)}
  100%{transform:translate3d(-1.8%,1.2%,0) scale(1.02)}
}
@media(prefers-reduced-motion:reduce){.noise{animation:none!important;transform:none!important}}

/* V122: perceptible film grain and softer spectral type bloom */
.noise{
  opacity:.16!important;
  mix-blend-mode:difference!important;
  filter:contrast(2.25) brightness(1.08)!important;
  background-size:108px 108px!important;
}
:where(.hero-prefix b,.hero-changing-line [data-hero-copy],.manifesto-line,.sticky-intro h2,.sticky-cards h3,.client-statement,.cap-intro h2,.cap-panel h3,.estimator-intro h2,.estimate-step legend,.contact-main h2,.cta-button):hover{
  text-shadow:
    var(--type-red-x,-4px) var(--type-red-y,0px) 5.5px rgba(255,37,132,.48),
    var(--type-blue-x,4px) var(--type-blue-y,0px) 5.5px rgba(0,207,255,.42),
    var(--type-green-x,0px) var(--type-green-y,3px) 7px rgba(174,255,72,.2),
    0 0 9px rgba(248,226,42,.09)!important;
}
.hero-prefix b:nth-child(2):hover>.hero-noun-lead,
.hero-prefix b:nth-child(2):hover>.hero-noun{
  text-shadow:inherit!important;
}
:where(.hero-changing-line em,.manifesto em,.sticky-intro em,.client-statement em,.cap-intro em,.estimator-intro em,.contact-main em){
  text-shadow:-2px 1px 5.5px rgba(255,53,148,.18),2px -1px 6.5px rgba(181,255,70,.13)!important;
}

/* V123: center the rotating phrase as one group in a full-width line */
.hero-prefix b:nth-child(2){
  width:100%!important;
  max-width:100%!important;
  align-self:stretch!important;
  justify-content:center!important;
  margin-left:0!important;
  margin-right:0!important;
}

/* V124: always center visible glyphs; animate the lead with FLIP instead of an empty width slot */
.hero-prefix b:nth-child(2) .hero-noun{
  width:auto!important;
  min-width:0!important;
  transition:opacity .3s,filter .34s,transform .5s cubic-bezier(.16,1,.3,1)!important;
}
.hero-noun-lead{transition:none!important;will-change:transform}

/* V125: restrained optical vignette and RGBY edge fringing */
body:before{
  content:"";
  position:fixed;
  inset:0;
  z-index:998;
  pointer-events:none;
  background:radial-gradient(ellipse at center,transparent 58%,rgba(5,6,5,.025) 76%,rgba(5,6,5,.13) 118%);
  box-shadow:
    inset 7px 0 16px rgba(255,35,105,.055),
    inset -7px 0 16px rgba(0,205,255,.06),
    inset 0 6px 15px rgba(246,224,45,.035),
    inset 0 -6px 15px rgba(168,255,70,.035);
  filter:blur(.55px);
}
@media(max-width:800px){body:before{box-shadow:inset 4px 0 10px rgba(255,35,105,.045),inset -4px 0 10px rgba(0,205,255,.05),inset 0 4px 9px rgba(246,224,45,.025),inset 0 -4px 9px rgba(168,255,70,.025)}}

/* V126: rotating noun follows every hero hover/fade state */
.hero-prefix .hero-noun{
  color:inherit!important;
}
.hero-statement h1:has(:is(.hero-prefix b,.hero-changing-line [data-hero-copy]):hover) .hero-prefix b:not(:hover) .hero-noun{
  color:inherit!important;
  opacity:1!important;
}

/* V127: reflected spectral light beneath the footer */
.contact{position:relative!important;isolation:isolate!important}
.contact:after{
  content:"";
  position:absolute;
  z-index:1;
  left:-18%;
  right:-18%;
  bottom:-19vh;
  height:34vh;
  pointer-events:none;
  border-radius:50%;
  background:linear-gradient(90deg,transparent 2%,rgba(255,40,130,.78) 16%,rgba(255,107,42,.6) 29%,rgba(244,224,45,.7) 41%,rgba(148,255,70,.64) 54%,rgba(0,211,255,.72) 69%,rgba(93,80,255,.64) 82%,rgba(220,62,255,.58) 91%,transparent 99%);
  filter:blur(58px) saturate(1.2);
  opacity:.34;
  mix-blend-mode:screen;
  transform-origin:center bottom;
  animation:footerSpectrum 13s ease-in-out infinite alternate;
}
@keyframes footerSpectrum{
  0%{transform:translate3d(-5%,3%,0) scaleX(.92) scaleY(.88);opacity:.25}
  45%{transform:translate3d(3%,-3%,0) scaleX(1.05) scaleY(1.02);opacity:.4}
  100%{transform:translate3d(7%,1%,0) scaleX(.96) scaleY(.94);opacity:.3}
}
@media(max-width:700px){.contact:after{left:-36%;right:-36%;bottom:-13vh;height:27vh;filter:blur(42px);opacity:.3}}
@media(prefers-reduced-motion:reduce){.contact:after{animation:none!important;opacity:.28}}

/* V128: soft rainbow aurora curtains */
.contact:after{
  left:-12%!important;
  right:-12%!important;
  bottom:-20vh!important;
  height:46vh!important;
  border-radius:44% 56% 0 0 / 72% 66% 0 0!important;
  background:
    radial-gradient(ellipse 15% 92% at 9% 104%,rgba(255,55,142,.46),transparent 70%),
    radial-gradient(ellipse 20% 105% at 24% 108%,rgba(255,151,54,.34),transparent 72%),
    radial-gradient(ellipse 18% 98% at 39% 103%,rgba(239,231,67,.38),transparent 71%),
    radial-gradient(ellipse 22% 110% at 54% 109%,rgba(143,255,90,.36),transparent 73%),
    radial-gradient(ellipse 18% 101% at 68% 104%,rgba(38,220,255,.42),transparent 72%),
    radial-gradient(ellipse 20% 108% at 82% 110%,rgba(100,100,255,.35),transparent 73%),
    radial-gradient(ellipse 16% 96% at 95% 104%,rgba(224,74,255,.38),transparent 71%)!important;
  filter:blur(76px) saturate(1.05)!important;
  opacity:.26!important;
  -webkit-mask-image:linear-gradient(to top,#000 0,rgba(0,0,0,.86) 40%,rgba(0,0,0,.28) 74%,transparent 100%);
  mask-image:linear-gradient(to top,#000 0,rgba(0,0,0,.86) 40%,rgba(0,0,0,.28) 74%,transparent 100%);
  animation:footerAurora 17s ease-in-out infinite alternate!important;
}
@keyframes footerAurora{
  0%{transform:translate3d(-3%,5%,0) skewX(-3deg) scaleX(.96) scaleY(.9);opacity:.2}
  35%{transform:translate3d(2%,-2%,0) skewX(2deg) scaleX(1.03) scaleY(1.05);opacity:.29}
  68%{transform:translate3d(-1%,-5%,0) skewX(-1deg) scaleX(.99) scaleY(1.1);opacity:.25}
  100%{transform:translate3d(4%,1%,0) skewX(3deg) scaleX(1.04) scaleY(.96);opacity:.28}
}
@media(max-width:700px){.contact:after{left:-30%!important;right:-30%!important;bottom:-14vh!important;height:35vh!important;filter:blur(54px)!important}}
@media(prefers-reduced-motion:reduce){.contact:after{animation:none!important;opacity:.22!important}}

/* V129: visible aurora and preloader film stock */
.contact:after{
  bottom:-8vh!important;
  height:42vh!important;
  opacity:.42!important;
  filter:blur(54px) saturate(1.12)!important;
  -webkit-mask-image:linear-gradient(to top,#000 0,#000 35%,rgba(0,0,0,.72) 63%,transparent 100%)!important;
  mask-image:linear-gradient(to top,#000 0,#000 35%,rgba(0,0,0,.72) 63%,transparent 100%)!important;
}
.preloader:before{
  content:""!important;
  display:block!important;
  position:absolute!important;
  inset:-24%!important;
  z-index:20!important;
  pointer-events:none!important;
  opacity:.15!important;
  mix-blend-mode:difference!important;
  background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E")!important;
  background-size:108px 108px!important;
  filter:contrast(2.2) brightness(1.08)!important;
  animation:preloaderFilmGrain .22s steps(1,end) infinite!important;
}
.preloader:after{display:none!important}
@keyframes preloaderFilmGrain{
  0%{transform:translate3d(-1.7%,1.1%,0) scale(1.02)}
  25%{transform:translate3d(1.3%,-1.5%,0) scale(1.025)}
  50%{transform:translate3d(-.8%,-1%,0) scale(1.018)}
  75%{transform:translate3d(1.6%,.8%,0) scale(1.026)}
  100%{transform:translate3d(-1.7%,1.1%,0) scale(1.02)}
}
@media(max-width:700px){.contact:after{bottom:-5vh!important;height:31vh!important;filter:blur(42px) saturate(1.1)!important;opacity:.38!important}}
@media(prefers-reduced-motion:reduce){.preloader:before{animation:none!important}.contact:after{opacity:.34!important}}

/* V130: stable, explicit hero hover zones */
.hero-prefix b:first-child{
  width:max-content!important;
  align-self:center!important;
}
.hero-prefix b:nth-child(2){
  width:min(11.5em,100%)!important;
  min-width:min(11.5em,100%)!important;
  max-width:100%!important;
  align-self:center!important;
  justify-content:center!important;
  padding-inline:.45em!important;
  overflow:visible!important;
}
.hero-prefix b:nth-child(2)>.hero-noun-lead,
.hero-prefix b:nth-child(2)>.hero-noun{pointer-events:none!important}
.hero-changing-line [data-hero-copy]{pointer-events:auto!important}
@media(max-width:800px){.hero-prefix b:nth-child(2){width:100%!important;min-width:100%!important;padding-inline:.15em!important}}

/* V131: lower hero support line and share card shader language */
.hero-v4 .hero-deck{top:calc(50% + clamp(132px,19.2vh,194px))!important}
.cap-list>.cap-panel{position:relative!important;isolation:isolate!important;overflow:hidden!important}
.cap-panel>.card-shader{
  position:absolute!important;
  inset:0!important;
  width:100%!important;
  height:100%!important;
  z-index:1!important;
  opacity:.76!important;
  pointer-events:none!important;
  transition:opacity .4s ease,filter .45s ease!important;
}
.cap-panel:hover>.card-shader{opacity:1!important;filter:contrast(1.12) saturate(1.25)!important}
.cap-list>.cap-panel:before,.cap-list>.cap-panel:after{content:none!important;display:none!important}
.cap-panel>*:not(.card-shader){position:relative!important;z-index:2!important}
.cap-list>.cap-panel:hover{color:#eee!important;background-color:inherit!important}
.cap-list>.cap-panel:nth-child(1),.cap-list>.cap-panel:nth-child(1):hover{background-color:#191916!important}
.cap-list>.cap-panel:nth-child(2),.cap-list>.cap-panel:nth-child(2):hover{background-color:#20201c!important}
.cap-list>.cap-panel:nth-child(3),.cap-list>.cap-panel:nth-child(3):hover{background-color:#282823!important}
@media(max-width:800px){.hero-v4 .hero-deck{top:calc(50% + 122px)!important}}
@media(prefers-reduced-motion:reduce){.cap-panel>.card-shader{display:none!important}}

/* V132: shaders reveal only through interaction, with distinct signatures */
.sticky-cards article>.card-shader,
.cap-panel>.card-shader{opacity:0!important;filter:contrast(1) saturate(1)!important}
.sticky-cards article:hover>.card-shader,
.cap-panel:hover>.card-shader{opacity:.94!important}
.sticky-cards article:nth-child(1):hover>.card-shader{filter:contrast(1.1) saturate(1.18) hue-rotate(-5deg)!important}
.sticky-cards article:nth-child(2):hover>.card-shader{filter:contrast(1.16) saturate(1.32) hue-rotate(9deg)!important}
.sticky-cards article:nth-child(3):hover>.card-shader{filter:contrast(1.2) saturate(1.24) hue-rotate(-13deg)!important}
.cap-panel:nth-child(1):hover>.card-shader{filter:contrast(1.08) saturate(1.22) hue-rotate(5deg)!important}
.cap-panel:nth-child(2):hover>.card-shader{filter:contrast(1.17) saturate(1.28) hue-rotate(-9deg)!important}
.cap-panel:nth-child(3):hover>.card-shader{filter:contrast(1.13) saturate(1.36) hue-rotate(14deg)!important}

/* V133: proximity-responsive footer aurora */
.contact{
  --aurora-focus-x:50%;
  --aurora-boost:.04;
  --aurora-opacity:.34;
  --aurora-shift:0%;
  --aurora-lift:0px;
}
.contact:after{
  background:
    radial-gradient(ellipse 30% 112% at var(--aurora-focus-x) 108%,rgba(255,255,255,var(--aurora-boost)),transparent 68%),
    radial-gradient(ellipse 15% 92% at 9% 104%,rgba(255,55,142,.46),transparent 70%),
    radial-gradient(ellipse 20% 105% at 24% 108%,rgba(255,151,54,.34),transparent 72%),
    radial-gradient(ellipse 18% 98% at 39% 103%,rgba(239,231,67,.38),transparent 71%),
    radial-gradient(ellipse 22% 110% at 54% 109%,rgba(143,255,90,.36),transparent 73%),
    radial-gradient(ellipse 18% 101% at 68% 104%,rgba(38,220,255,.42),transparent 72%),
    radial-gradient(ellipse 20% 108% at 82% 110%,rgba(100,100,255,.35),transparent 73%),
    radial-gradient(ellipse 16% 96% at 95% 104%,rgba(224,74,255,.38),transparent 71%)!important;
  opacity:var(--aurora-opacity)!important;
  translate:var(--aurora-shift) var(--aurora-lift)!important;
  transition:opacity .32s ease,translate .38s cubic-bezier(.16,1,.3,1),filter .38s ease!important;
  animation:footerAuroraResponsive 17s ease-in-out infinite alternate!important;
}
@keyframes footerAuroraResponsive{
  0%{transform:skewX(-3deg) scaleX(.96) scaleY(.9)}
  35%{transform:skewX(2deg) scaleX(1.03) scaleY(1.05)}
  68%{transform:skewX(-1deg) scaleX(.99) scaleY(1.1)}
  100%{transform:skewX(3deg) scaleX(1.04) scaleY(.96)}
}

/* V134: right-side manifesto payoff with an optical punctuation anchor */
.manifesto .manifesto-line.indent{margin-bottom:0!important}
.manifesto .manifesto-look{
  width:100%!important;
  margin:.03em 0 0!important;
  padding:0 18vw 0 0!important;
  display:flex!important;
  justify-content:flex-end!important;
  align-items:baseline!important;
  text-align:right!important;
  line-height:.82!important;
}
.manifesto .manifesto-look .look-twice{
  display:inline-block!important;
  margin:0!important;
  font-size:1.14em!important;
  line-height:.82!important;
  white-space:nowrap!important;
}
@media(max-width:800px){
  .manifesto .manifesto-look{padding-right:7vw!important;margin-top:.16em!important}
  .manifesto .manifesto-look .look-twice{font-size:1.08em!important}
}

/* V135: one continuous motion system for Ways of Working */
@media(min-width:801px){
  .cap-list{
    transition:grid-template-columns 1.15s cubic-bezier(.2,.72,.2,1)!important;
  }
  .cap-list>.cap-panel{
    transition:opacity .78s cubic-bezier(.2,.72,.2,1),translate 1.05s cubic-bezier(.2,.72,.2,1),color .65s ease,border-color .65s ease!important;
  }
  .cap-list>.cap-panel:hover{translate:0 -4px!important}
  .cap-list:has(.cap-panel:hover)>.cap-panel:not(:hover){opacity:.7!important;translate:0 3px!important}
  .cap-list:has(.cap-panel:hover)>.cap-panel:not(:hover) h3{
    font-size:clamp(58px,6.5vw,100px)!important;
  }
  .cap-list:has(.cap-panel:hover)>.cap-panel:not(:hover) p{max-width:360px!important}
}
.cap-panel h3{
  transition:translate .3s ease,transform .3s ease,text-shadow .38s ease,letter-spacing .65s ease,font-variation-settings .65s ease!important;
}
.cap-panel>span{transition:color .6s ease,opacity .6s ease!important}
.cap-panel p{transition:opacity .65s ease,color .65s ease!important}
.cap-panel ul{
  transition:opacity .72s ease,translate .88s cubic-bezier(.2,.72,.2,1)!important;
  transition-delay:0s!important;
}
.cap-panel>.card-shader{transition:opacity .72s ease,filter .8s ease!important}
.cap-panel:hover ul{transition-delay:.08s!important}

/* V136: gentle expansion onset and reflow-free compressed type */
@media(min-width:801px){
  .cap-list{
    transition:grid-template-columns 1.28s cubic-bezier(.42,0,.18,1)!important;
  }
  .cap-list:has(.cap-panel:nth-child(1):hover){grid-template-columns:1.36fr .82fr .82fr!important}
  .cap-list:has(.cap-panel:nth-child(2):hover){grid-template-columns:.82fr 1.36fr .82fr!important}
  .cap-list:has(.cap-panel:nth-child(3):hover){grid-template-columns:.82fr .82fr 1.36fr!important}
  .cap-list>.cap-panel{
    transition:opacity .9s cubic-bezier(.42,0,.18,1),translate 1.15s cubic-bezier(.42,0,.18,1),color .72s ease!important;
  }
  .cap-panel h3{
    width:max-content!important;
    max-width:100%!important;
    transform-origin:left bottom!important;
    transition:transform 1.05s cubic-bezier(.42,0,.18,1),translate .3s ease,text-shadow .42s ease,font-variation-settings .72s ease!important;
    white-space:nowrap!important;
  }
  .cap-list:has(.cap-panel:hover)>.cap-panel:not(:hover) h3{
    transform:scale(.8)!important;
    font-size:clamp(58px,6.5vw,100px)!important;
    letter-spacing:inherit!important;
  }
  .cap-list>.cap-panel:hover h3{transform:scale(1)!important}
}

/* V137: sequence secondary content after panel geometry settles */
@media(min-width:801px){
  .cap-panel ul{
    opacity:0!important;
    translate:0 10px!important;
    transition:opacity .58s ease,translate .72s cubic-bezier(.16,1,.3,1)!important;
    transition-delay:0s!important;
  }
  .cap-panel:hover ul{
    opacity:1!important;
    translate:0 0!important;
    transition-delay:.72s!important;
  }
  .cap-list:has(.cap-panel:hover)>.cap-panel:not(:hover) ul{
    opacity:0!important;
    translate:0 8px!important;
    transition-delay:0s!important;
  }
}

/* V165: fullscreen menu tile surface fades in and out with the row */
.menu-links a{
  background-color:rgba(233,231,223,0)!important;
  background-image:none!important;
  transition:
    background-color .72s cubic-bezier(.22,.72,.18,1),
    color .66s ease,
    padding .88s cubic-bezier(.16,1,.3,1),
    opacity .72s cubic-bezier(.22,.72,.18,1),
    filter .72s ease,
    transform .88s cubic-bezier(.16,1,.3,1),
    text-shadow .58s ease!important;
}
.menu-links a:hover,
.menu-links a:focus-visible{
  background-color:rgba(233,231,223,1)!important;
  background-image:none!important;
}

/* V166: primary menu titles stay typographically clean */
.menu-links a:hover,
.menu-links a:focus-visible,
.menu-links a:hover strong,
.menu-links a:focus-visible strong{
  text-shadow:none!important;
}

/* V167: spectral treatment belongs to the editorial menu echoes */
.menu-links a:hover:before,
.menu-links a:focus-visible:before{
  text-shadow:
    -1.4px .2px 5px rgba(255,45,139,.34),
    1.4px -.2px 5px rgba(31,199,255,.31),
    0 .7px 7px rgba(177,255,84,.11)!important;
}

/* V168: preserve manifesto glyph bounds and remove the misleading strike */
.manifesto-line,
.manifesto.visible .manifesto-line{
  clip-path:none!important;
  overflow:visible!important;
}
.manifesto-line{
  opacity:0;
  transform:translateY(34px);
  transition:opacity .9s ease,transform 1.15s cubic-bezier(.16,1,.3,1)!important;
}
.manifesto.visible .manifesto-line{
  opacity:1;
  transform:none;
}
.manifesto-line span{
  text-decoration:none!important;
}

/* V169: visible but close spectral edging for the editorial hero payoff */
.hero-changing-line [data-hero-copy]{
  text-shadow:
    -.65px .1px 3.4px rgba(255,45,139,.3),
    .65px -.1px 3.4px rgba(31,199,255,.28),
    0 .3px 4.8px rgba(177,255,84,.075)!important;
}
.hero-changing-line:hover i:first-child[data-hero-copy],
.hero-changing-line:hover em[data-hero-copy],
.hero-changing-line:hover i:last-child[data-hero-copy]{
  text-shadow:
    var(--type-red-x,-1.05px) var(--type-red-y,.15px) 4.4px rgba(255,45,139,.43),
    var(--type-blue-x,1.05px) var(--type-blue-y,-.15px) 4.4px rgba(31,199,255,.4),
    var(--type-green-x,0px) var(--type-green-y,.4px) 6px rgba(177,255,84,.1)!important;
}

/* V160: lighter Create voice within the service triptych */
.cap-panel:nth-child(1) h3{
  font-weight:440!important;
  font-variation-settings:"wght" 440!important;
}

/* V161: stable type tiers for narrower desktop card widths */
@media(min-width:801px) and (max-width:1250px){
  .cap-panel h3{
    font-size:clamp(58px,5.8vw,72px)!important;
  }
  .cap-panel p{
    width:290px!important;
    max-width:none!important;
    font-size:13.5px!important;
    line-height:1.42!important;
  }
}
@media(min-width:801px) and (max-width:1020px){
  .cap-panel h3{
    font-size:clamp(50px,5.8vw,60px)!important;
  }
  .cap-panel p{
    width:238px!important;
    font-size:12.5px!important;
  }
  .cap-list>.cap-panel{padding:24px!important}
}

/* V162: optically match the spectral treatment on the thinner editorial face */
.hero-changing-line:hover [data-hero-copy]{
  text-shadow:
    var(--type-red-x,-.85px) var(--type-red-y,.15px) 3.8px rgba(255,45,139,.38),
    var(--type-blue-x,.85px) var(--type-blue-y,-.15px) 3.8px rgba(31,199,255,.35),
    var(--type-green-x,0px) var(--type-green-y,.5px) 5px rgba(177,255,84,.14),
    0 0 7px rgba(255,226,73,.055)!important;
}

/* V163: one continuous motion language for the fullscreen menu */
.menu-scene{
  transition:clip-path 1.08s cubic-bezier(.22,.72,.18,1),visibility 0s 1.08s!important;
}
.menu-open .menu-scene{
  transition:clip-path 1.08s cubic-bezier(.16,1,.3,1),visibility 0s!important;
}
.menu-links a{
  transition:
    background-color .72s cubic-bezier(.22,.72,.18,1),
    color .66s ease,
    padding .88s cubic-bezier(.16,1,.3,1),
    opacity .72s cubic-bezier(.22,.72,.18,1),
    filter .72s ease,
    transform .88s cubic-bezier(.16,1,.3,1),
    text-shadow .58s ease!important;
}
.menu-links a:before{
  transition:opacity .64s ease,transform .94s cubic-bezier(.16,1,.3,1),color .64s ease!important;
}
.menu-links a:after{
  transition:opacity .58s ease,transform .78s cubic-bezier(.16,1,.3,1)!important;
}
.menu-links small{
  transition:color .62s ease,opacity .62s ease,transform .82s cubic-bezier(.16,1,.3,1)!important;
}
.menu-links strong{
  transition:text-shadow .58s ease,opacity .62s ease,transform .82s cubic-bezier(.16,1,.3,1),font-variation-settings .72s ease!important;
}
.menu-links a:hover small{transform:translateX(5px)}
.menu-links:has(a:hover) a:not(:hover){filter:blur(.18px)}
.menu-toggle{
  transition:background-color .62s ease,border-color .62s ease,color .62s ease,transform .78s cubic-bezier(.16,1,.3,1),box-shadow .62s ease!important;
}
.menu-toggle span{transition:transform .72s cubic-bezier(.16,1,.3,1),opacity .5s ease!important}
.menu-details a{transition:opacity .55s ease,text-shadow .6s ease,color .55s ease!important}
.menu-details a:hover{opacity:.72;text-shadow:-1px 0 5px rgba(255,45,139,.28),1px 0 5px rgba(31,199,255,.25)}
@media(prefers-reduced-motion:reduce){
  .menu-scene,.menu-links a,.menu-links a:before,.menu-links a:after,.menu-links small,.menu-links strong,.menu-toggle,.menu-toggle span,.menu-details a{transition:none!important}
}

/* V138: structurally identical grid tracks prevent first-hover snapping */
@media(min-width:801px){
  .cap-list{
    grid-template-columns:minmax(0,1fr) minmax(0,1fr) minmax(0,1fr)!important;
  }
  .cap-list:has(.cap-panel:nth-child(1):hover){grid-template-columns:minmax(0,1.36fr) minmax(0,.82fr) minmax(0,.82fr)!important}
  .cap-list:has(.cap-panel:nth-child(2):hover){grid-template-columns:minmax(0,.82fr) minmax(0,1.36fr) minmax(0,.82fr)!important}
  .cap-list:has(.cap-panel:nth-child(3):hover){grid-template-columns:minmax(0,.82fr) minmax(0,.82fr) minmax(0,1.36fr)!important}
}

/* V139: one expressive serif voice across the hero payoff */
.hero-v4 .hero-statement h1>.hero-changing-line{
  font-size:1.16em!important;
  line-height:.78!important;
  letter-spacing:-.038em!important;
}
.hero-changing-line [data-hero-copy],
.hero-changing-line i,
.hero-changing-line em{
  font-family:var(--font-editorial)!important;
  font-style:italic!important;
  font-weight:400!important;
  font-variation-settings:"wght" 400!important;
  letter-spacing:inherit!important;
}
@media(max-width:800px){
  .hero-v4 .hero-statement h1>.hero-changing-line{font-size:.98em!important;line-height:.84!important;letter-spacing:-.032em!important}
}

/* V140: keep the support line quiet and metrically stable while the hero changes */
.hero-v4 .hero-deck{
  width:max-content!important;
  max-width:none!important;
  white-space:nowrap!important;
  font-size:clamp(8px,.76vw,11px)!important;
  letter-spacing:-.012em!important;
}
@media(max-width:800px){
  .hero-v4 .hero-deck{
    font-size:clamp(7px,2.05vw,9px)!important;
    letter-spacing:-.018em!important;
  }
}

/* V155: close, soft spectral bloom on the hero payoff */
.hero-changing-line [data-hero-copy]:hover{
  text-shadow:
    var(--type-red-x,-2px) var(--type-red-y,0px) 8px rgba(255,37,132,.42),
    var(--type-blue-x,2px) var(--type-blue-y,0px) 8px rgba(0,207,255,.38),
    var(--type-green-x,0px) var(--type-green-y,1px) 9.5px rgba(174,255,72,.19),
    var(--type-yellow-x,0px) var(--type-yellow-y,0px) 11px rgba(248,226,42,.09)!important;
}

/* V156: the payoff reads as one close, diffused spectral object */
.hero-changing-line [data-hero-copy]:hover{
  translate:0 0!important;
  transform:none!important;
  text-shadow:
    var(--type-red-x,-1.25px) var(--type-red-y,.25px) 5px rgba(255,45,139,.34),
    var(--type-blue-x,1.25px) var(--type-blue-y,-.25px) 5px rgba(31,199,255,.31),
    var(--type-green-x,0px) var(--type-green-y,1px) 6.5px rgba(177,255,84,.14),
    var(--type-yellow-x,0px) var(--type-yellow-y,0px) 8px rgba(255,226,73,.07)!important;
}

/* V157: one even, feathered treatment across looks / moves / works */
.hero-changing-line:hover [data-hero-copy]{
  translate:0 0!important;
  transform:none!important;
  text-shadow:
    var(--type-red-x,-1px) var(--type-red-y,.2px) 7px rgba(255,45,139,.23),
    var(--type-blue-x,1px) var(--type-blue-y,-.2px) 7px rgba(31,199,255,.21),
    var(--type-green-x,0px) var(--type-green-y,.65px) 8.5px rgba(177,255,84,.1),
    var(--type-yellow-x,0px) var(--type-yellow-y,0px) 10px rgba(255,226,73,.045)!important;
}

/* V158: compact Ways of Working deck */
@media(min-width:801px){
  .cap-list{
    min-height:0!important;
    height:clamp(420px,52vh,490px)!important;
    align-self:start!important;
  }
  .cap-list>.cap-panel{
    min-height:0!important;
    height:100%!important;
  }
}

/* V170: final cascade authority for transparent nav and hero spectral edging */
.nav,
.nav-on-light .nav,
.menu-open .nav{
  background:transparent!important;
  background-color:transparent!important;
  background-image:none!important;
  -webkit-backdrop-filter:none!important;
  backdrop-filter:none!important;
  box-shadow:none!important;
}
.nav-optic,
.nav-on-light .nav-optic,
.nav-optic:before,
.nav-optic:after{
  display:none!important;
  opacity:0!important;
  background:none!important;
  -webkit-backdrop-filter:none!important;
  backdrop-filter:none!important;
}
.hero-changing-line i:first-child[data-hero-copy],
.hero-changing-line em[data-hero-copy],
.hero-changing-line i:last-child[data-hero-copy]{
  text-shadow:
    -.8px .1px 3.2px rgba(255,42,132,.42),
    .8px -.1px 3.2px rgba(18,202,255,.39),
    0 .35px 4.6px rgba(178,255,78,.09)!important;
}
.hero-changing-line:hover i:first-child[data-hero-copy],
.hero-changing-line:hover em[data-hero-copy],
.hero-changing-line:hover i:last-child[data-hero-copy]{
  text-shadow:
    var(--type-red-x,-1.2px) var(--type-red-y,.15px) 4px rgba(255,42,132,.52),
    var(--type-blue-x,1.2px) var(--type-blue-y,-.15px) 4px rgba(18,202,255,.49),
    var(--type-green-x,0px) var(--type-green-y,.45px) 5.8px rgba(178,255,78,.12)!important;
  filter:none!important;
}

/* V172: oversized difference-blended count replaces the preloader bar */
.preloader-track{
  display:none!important;
}
.preloader-signal{
  width:clamp(118px,10vw,164px)!important;
  height:clamp(184px,15vw,250px)!important;
  z-index:2!important;
}
.preloader-meta{
  position:absolute!important;
  inset:0!important;
  z-index:30!important;
  display:grid!important;
  place-items:center!important;
  pointer-events:none!important;
}
.preloader-meta>span{display:none!important}
.preloader-meta b{
  display:block!important;
  margin:0!important;
  color:#fff!important;
  font-size:clamp(150px,26vw,390px)!important;
  line-height:.72!important;
  letter-spacing:-.075em!important;
  font-weight:560!important;
  font-variation-settings:"wght" 560!important;
  font-variant-numeric:tabular-nums!important;
  mix-blend-mode:difference!important;
  filter:contrast(1.08)!important;
}
@media(max-width:800px){
  .preloader-signal{width:94px!important;height:148px!important}
  .preloader-meta b{font-size:clamp(112px,42vw,184px)!important}
}

/* V141: descriptions retain their typeset lines while neighboring panels resize */
@media(min-width:801px){
  .cap-panel p{
    width:360px!important;
    max-width:none!important;
    min-height:3.05em!important;
    transform:scale(1)!important;
    transform-origin:left bottom!important;
    transition:opacity .65s ease,color .65s ease,transform 1.1s cubic-bezier(.42,0,.18,1)!important;
  }
  .cap-list:has(.cap-panel:hover)>.cap-panel:not(:hover) p{
    transform:scale(.8)!important;
  }
  .cap-list>.cap-panel:hover p{
    transform:scale(1)!important;
  }

  /* Keep every panel on one baseline; expansion is horizontal only. */
  .cap-list>.cap-panel:hover,
  .cap-list:has(.cap-panel:hover)>.cap-panel:not(:hover){
    translate:0 0!important;
    transform:none!important;
  }
}

/* V142: keep the completed service stack pinned through the section handoff */
.sticky-story{
  padding-bottom:0!important;
}
.sticky-cards{
  padding-bottom:86vh!important;
}
@media(max-width:800px){
  .sticky-story{padding-bottom:0!important}
  .sticky-cards{padding-bottom:64vh!important}
}

/* V143: diffuse rainbow light leak replaces the preloader's hard RGB split */
.loader-mark{
  animation:loaderLightLeakLock .9s cubic-bezier(.16,1,.3,1) .38s both,loaderBreathe 2.8s ease-in-out 1.28s infinite!important;
  isolation:isolate;
}
.loader-mark:before,
.loader-mark:after{
  content:"";
  position:absolute;
  inset:-8%;
  pointer-events:none;
  -webkit-mask:url("assets/han-mark.svg") center/contain no-repeat;
  mask:url("assets/han-mark.svg") center/contain no-repeat;
  background:linear-gradient(125deg,#ff6e9f 3%,#ffbb55 24%,#ebff8a 42%,#62e7c5 61%,#62a9ff 78%,#cf79ff 96%);
  background-size:240% 240%;
}
.loader-mark:before{
  z-index:-1;
  opacity:.72;
  filter:blur(14px) saturate(1.22);
  scale:1.09;
  animation:loaderLeakDrift 3.8s ease-in-out infinite alternate;
}
.loader-mark:after{
  z-index:2;
  opacity:.86;
  mix-blend-mode:normal;
  filter:blur(.35px) saturate(1.08);
  animation:loaderLeakDrift 3.1s ease-in-out -.7s infinite alternate-reverse;
}
.loader-mark img{filter:none!important}
@keyframes loaderLightLeakLock{
  0%{filter:blur(5px) brightness(1.35);transform:scale(.96)}
  58%{filter:blur(.7px) brightness(1.14);transform:scale(1.025)}
  100%{filter:blur(0) brightness(1);transform:scale(1)}
}
@keyframes loaderLeakDrift{
  0%{background-position:8% 35%;translate:-3px 2px}
  50%{background-position:62% 68%;translate:2px -3px}
  100%{background-position:100% 28%;translate:4px 2px}
}
@media(prefers-reduced-motion:reduce){
  .loader-mark:before,.loader-mark:after{animation:none!important;background-position:50% 50%}
}

/* V144: let the preloader light physically escape the mark silhouette */
.loader-mark{
  z-index:0;
  overflow:visible!important;
}
.loader-mark img{z-index:2}
.loader-mark:before{
  inset:-58%!important;
  z-index:0!important;
  -webkit-mask:none!important;
  mask:none!important;
  border-radius:48%;
  background:
    radial-gradient(ellipse at 22% 62%,rgba(255,77,157,.9) 0 8%,rgba(255,131,78,.58) 20%,transparent 48%),
    radial-gradient(ellipse at 72% 25%,rgba(255,229,92,.72) 0 7%,rgba(100,239,188,.5) 23%,transparent 50%),
    radial-gradient(ellipse at 69% 73%,rgba(63,176,255,.78) 0 9%,rgba(166,87,255,.54) 25%,transparent 52%)!important;
  opacity:.82!important;
  filter:blur(22px) saturate(1.32)!important;
  scale:1!important;
  mix-blend-mode:screen;
  animation:loaderLeakBloom 3.4s ease-in-out infinite alternate!important;
}
.loader-mark:after{z-index:3!important}
@keyframes loaderLeakBloom{
  0%{transform:translate3d(-8px,5px,0) rotate(-4deg) scale(.92);opacity:.62}
  48%{transform:translate3d(7px,-8px,0) rotate(3deg) scale(1.08);opacity:.92}
  100%{transform:translate3d(-2px,7px,0) rotate(7deg) scale(1.01);opacity:.76}
}
@media(prefers-reduced-motion:reduce){.loader-mark:before{animation:none!important;opacity:.7!important}}

/* V145: one clean logo layer over the light leak */
.loader-mark:after{display:none!important}
.loader-mark img{
  z-index:2!important;
  mix-blend-mode:normal!important;
  filter:none!important;
}
.loader-mark:before{
  opacity:.68!important;
  filter:blur(28px) saturate(1.14)!important;
}

/* V146: one sticky service deck, so the completed stack enters and exits as a unit */
.sticky-story{
  position:relative!important;
  min-height:360svh!important;
  padding:0 42px!important;
}
.sticky-intro{
  position:sticky!important;
  top:0!important;
  height:100svh!important;
}
.sticky-cards{
  position:sticky!important;
  top:calc(50svh - 204px)!important;
  width:min(540px,60vw)!important;
  height:408px!important;
  margin:-100svh auto 0!important;
  padding:0!important;
  overflow:visible!important;
}
.sticky-cards article,
.sticky-cards article:nth-child(1),
.sticky-cards article:nth-child(2),
.sticky-cards article:nth-child(3){
  position:absolute!important;
  inset:0 auto auto 0!important;
  top:0!important;
  width:100%!important;
  height:380px!important;
  margin:0!important;
  opacity:0!important;
  transform:translate3d(0,34vh,0) rotate(var(--entry-r)) scale(.94)!important;
  transition:opacity .42s ease,transform .9s cubic-bezier(.16,1,.3,1)!important;
}
.sticky-cards article:nth-child(1){z-index:1!important;--rest-y:0px}
.sticky-cards article:nth-child(2){z-index:2!important;--rest-y:14px}
.sticky-cards article:nth-child(3){z-index:3!important;--rest-y:28px}
.sticky-cards article.in-view{
  opacity:1!important;
  transform:translate3d(var(--rest-x),var(--rest-y),0) rotate(var(--rest-r)) scale(1)!important;
}
@media(max-width:800px){
  .sticky-story{min-height:330svh!important;padding:0 20px!important}
  .sticky-cards{top:calc(50svh - 179px)!important;width:82vw!important;height:358px!important}
  .sticky-cards article,
  .sticky-cards article:nth-child(1),
  .sticky-cards article:nth-child(2),
  .sticky-cards article:nth-child(3){height:330px!important;transform:translate3d(0,24vh,0) rotate(var(--entry-r)) scale(.96)!important}
  .sticky-cards article:nth-child(1){--rest-y:0px}
  .sticky-cards article:nth-child(2){--rest-y:12px}
  .sticky-cards article:nth-child(3){--rest-y:24px}
  .sticky-cards article.in-view{transform:translate3d(var(--rest-x),var(--rest-y),0) rotate(var(--rest-r)) scale(1)!important}
}
@media(prefers-reduced-motion:reduce){
  .sticky-cards article,.sticky-cards article.in-view{opacity:1!important;transform:translate3d(0,var(--rest-y),0)!important}
}

/* V147: intro and service deck share one sticky release boundary */
.sticky-stage{
  position:sticky;
  top:0;
  width:100%;
  height:100svh;
  overflow:visible;
}
.sticky-stage>.sticky-intro{
  position:absolute!important;
  inset:0!important;
  top:0!important;
  width:100%!important;
  height:100%!important;
}
.sticky-stage>.sticky-cards{
  position:absolute!important;
  left:50%!important;
  top:50%!important;
  width:min(540px,60vw)!important;
  height:408px!important;
  margin:0!important;
  translate:-50% -50%!important;
}
@media(max-width:800px){
  .sticky-stage>.sticky-cards{
    width:82vw!important;
    height:358px!important;
  }
}

/* V148: Ways of Working type compresses laterally without vertical drift */
@media(min-width:801px){
  .cap-list:has(.cap-panel:hover)>.cap-panel:not(:hover) h3{
    transform:scaleX(.8)!important;
    transform-origin:left bottom!important;
  }
  .cap-list>.cap-panel:hover h3{
    transform:scaleX(1)!important;
  }
  .cap-list:has(.cap-panel:hover)>.cap-panel:not(:hover) p{
    transform:scaleX(.8)!important;
    transform-origin:left bottom!important;
  }
  .cap-list>.cap-panel:hover p{
    transform:scaleX(1)!important;
  }
}

/* V149: hero-like interactive spectral field behind the preloader mark */
.loader-mark{
  --leak-x:50%;
  --leak-y:50%;
  --leak-dx:0px;
  --leak-dy:0px;
}
.loader-mark:before{
  inset:-72%!important;
  border-radius:50%!important;
  background:
    repeating-linear-gradient(0deg,rgba(238,240,230,.025) 0 1px,transparent 1px 4px),
    radial-gradient(ellipse 24% 34% at calc(var(--leak-x) - 8%) calc(var(--leak-y) + 3%),rgba(255,73,151,.72),rgba(255,101,84,.24) 38%,transparent 72%),
    radial-gradient(ellipse 22% 36% at calc(var(--leak-x) + 9%) calc(var(--leak-y) - 4%),rgba(55,190,255,.68),rgba(83,109,255,.22) 40%,transparent 72%),
    radial-gradient(ellipse 18% 27% at var(--leak-x) calc(var(--leak-y) - 10%),rgba(184,255,94,.5),rgba(255,230,86,.17) 42%,transparent 74%),
    radial-gradient(ellipse 34% 48% at var(--leak-x) var(--leak-y),rgba(238,240,230,.3),rgba(13,14,12,.08) 38%,transparent 72%)!important;
  opacity:.74!important;
  filter:blur(18px) saturate(1.24) contrast(1.1)!important;
  mix-blend-mode:screen!important;
  animation:loaderSignalField 3.2s ease-in-out infinite alternate!important;
}
@keyframes loaderSignalField{
  0%{transform:translate3d(calc(var(--leak-dx) - 5px),calc(var(--leak-dy) + 3px),0) rotate(-2deg) scale(.96)}
  52%{transform:translate3d(calc(var(--leak-dx) + 3px),calc(var(--leak-dy) - 5px),0) rotate(2deg) scale(1.06)}
  100%{transform:translate3d(var(--leak-dx),var(--leak-dy),0) rotate(4deg) scale(1.01)}
}

/* V150: preserve type proportions and shrink each block around a fixed center */
@media(min-width:801px){
  .cap-panel h3,
  .cap-panel p{
    transform-origin:left center!important;
  }
  .cap-list:has(.cap-panel:hover)>.cap-panel:not(:hover) h3,
  .cap-list:has(.cap-panel:hover)>.cap-panel:not(:hover) p{
    transform:scale(.82)!important;
  }
  .cap-list>.cap-panel:hover h3,
  .cap-list>.cap-panel:hover p{
    transform:scale(1)!important;
  }
}

/* V151: footer uses the hero's dark, directional spectral atmosphere */
.contact:before{
  content:""!important;
  display:block!important;
  position:absolute!important;
  inset:0!important;
  z-index:1!important;
  pointer-events:none!important;
  opacity:.82!important;
  background:
    repeating-linear-gradient(0deg,rgba(238,240,230,.014) 0 1px,transparent 1px 4px),
    radial-gradient(ellipse 36% 42% at var(--aurora-focus-x) 82%,rgba(239,240,232,.06),transparent 72%),
    radial-gradient(ellipse 22% 36% at calc(var(--aurora-focus-x) - 10%) 88%,rgba(255,52,145,.095),transparent 72%),
    radial-gradient(ellipse 22% 38% at calc(var(--aurora-focus-x) + 10%) 86%,rgba(49,190,255,.09),transparent 72%),
    radial-gradient(ellipse 15% 28% at var(--aurora-focus-x) 78%,rgba(181,255,83,.055),transparent 74%),
    radial-gradient(ellipse at center,transparent 34%,rgba(0,0,0,.3) 100%)!important;
  mix-blend-mode:screen;
  filter:blur(.25px) saturate(1.08)!important;
  transition:background-position .45s cubic-bezier(.16,1,.3,1),opacity .4s ease!important;
}
.contact:after{
  left:-18%!important;
  right:-18%!important;
  bottom:-12vh!important;
  height:58vh!important;
  border-radius:50% 50% 0 0 / 74% 74% 0 0!important;
  background:
    radial-gradient(ellipse 24% 92% at calc(var(--aurora-focus-x) - 9%) 108%,rgba(255,49,144,calc(.34 + var(--aurora-boost))),rgba(255,92,72,.12) 42%,transparent 73%),
    radial-gradient(ellipse 24% 98% at calc(var(--aurora-focus-x) + 9%) 110%,rgba(43,191,255,calc(.32 + var(--aurora-boost))),rgba(76,80,255,.11) 43%,transparent 74%),
    radial-gradient(ellipse 18% 82% at var(--aurora-focus-x) 106%,rgba(183,255,85,calc(.2 + var(--aurora-boost))),rgba(255,220,72,.08) 44%,transparent 72%),
    radial-gradient(ellipse 34% 108% at var(--aurora-focus-x) 111%,rgba(239,240,232,calc(.07 + var(--aurora-boost))),transparent 69%)!important;
  opacity:var(--aurora-opacity)!important;
  filter:blur(48px) saturate(1.18) contrast(1.05)!important;
  -webkit-mask-image:linear-gradient(to top,#000 0,rgba(0,0,0,.88) 38%,rgba(0,0,0,.28) 76%,transparent 100%)!important;
  mask-image:linear-gradient(to top,#000 0,rgba(0,0,0,.88) 38%,rgba(0,0,0,.28) 76%,transparent 100%)!important;
  animation:footerSpectralPressure 11s ease-in-out infinite alternate!important;
}
@keyframes footerSpectralPressure{
  0%{transform:skewX(-2deg) scaleX(.96) scaleY(.91)}
  48%{transform:skewX(1deg) scaleX(1.035) scaleY(1.07)}
  100%{transform:skewX(2.5deg) scaleX(.985) scaleY(1.01)}
}
@media(max-width:700px){
  .contact:after{left:-38%!important;right:-38%!important;bottom:-10vh!important;height:48vh!important;filter:blur(42px) saturate(1.12)!important}
}
@media(prefers-reduced-motion:reduce){.contact:after{animation:none!important}}

/* V152: spectral atmosphere fades in without creating a section boundary */
.contact:before{
  -webkit-mask-image:linear-gradient(to bottom,transparent 0%,transparent 8%,rgba(0,0,0,.14) 18%,rgba(0,0,0,.55) 34%,#000 54%)!important;
  mask-image:linear-gradient(to bottom,transparent 0%,transparent 8%,rgba(0,0,0,.14) 18%,rgba(0,0,0,.55) 34%,#000 54%)!important;
}

/* V153: stronger hero support line with clearer separation */
.hero-v4 .hero-deck{
  top:calc(50% + clamp(156px,22vh,220px))!important;
  font-size:clamp(10px,.96vw,14px)!important;
  line-height:1.25!important;
  letter-spacing:-.01em!important;
}
@media(max-width:800px){
  .hero-v4 .hero-deck{
    top:calc(50% + 146px)!important;
    font-size:clamp(8px,2.35vw,11px)!important;
  }
}

/* V154: clearly legible hero descriptor */
.hero-v4 .hero-deck{
  top:calc(50% + clamp(188px,25vh,258px))!important;
  font-size:clamp(14px,1.22vw,18px)!important;
  line-height:1.3!important;
}
@media(max-width:800px){
  .hero-v4 .hero-deck{
    top:calc(50% + 168px)!important;
    font-size:clamp(10px,2.85vw,13px)!important;
  }
}

/* V113: the actual hero shader, reused inside service cards */
.sticky-cards article>.card-shader{
  position:absolute!important;
  inset:0!important;
  width:100%!important;
  height:100%!important;
  z-index:1!important;
  border-radius:inherit!important;
  opacity:.78!important;
  pointer-events:none!important;
  transition:opacity .4s ease,filter .45s ease!important;
}
.sticky-cards article:hover>.card-shader{opacity:1!important;filter:contrast(1.12) saturate(1.25)!important}
.sticky-cards article:before,.sticky-cards article:after{content:none!important;display:none!important}
.sticky-cards article>*:not(.card-shader){position:relative!important;z-index:2!important}
@media(prefers-reduced-motion:reduce){.sticky-cards article>.card-shader{display:none!important}}

/* V164: neutralize legacy per-word RGB copies on the editorial hero line */
.hero-changing-line:hover i:first-child[data-hero-copy],
.hero-changing-line:hover em[data-hero-copy],
.hero-changing-line:hover i:last-child[data-hero-copy]{
  text-shadow:
    var(--type-red-x,-.55px) var(--type-red-y,.1px) 5.5px rgba(255,45,139,.28),
    var(--type-blue-x,.55px) var(--type-blue-y,-.1px) 5.5px rgba(31,199,255,.26),
    var(--type-green-x,0px) var(--type-green-y,.35px) 7px rgba(177,255,84,.1),
    0 0 8px rgba(255,226,73,.04)!important;
  filter:none!important;
  translate:0 0!important;
  transform:none!important;
}

/* V159: Ways of Working fills one viewport as intro + remaining card deck */
@media(min-width:801px){
  .capabilities{
    min-height:100svh!important;
    height:100svh!important;
    padding:clamp(132px,16svh,176px) 30px clamp(62px,8svh,88px)!important;
    grid-template-rows:auto minmax(0,1fr)!important;
    gap:28px!important;
  }
  .cap-list{
    min-height:0!important;
    height:100%!important;
    align-self:stretch!important;
  }
  .cap-list>.cap-panel{
    min-height:0!important;
    height:100%!important;
  }
}

/* V171: production-final nav and hero optical treatment */
.nav,
.nav-on-light .nav,
.menu-open .nav{
  background:transparent!important;
  background-color:transparent!important;
  background-image:none!important;
  -webkit-backdrop-filter:none!important;
  backdrop-filter:none!important;
  box-shadow:none!important;
}
.nav-optic,
.nav-on-light .nav-optic,
.nav-optic:before,
.nav-optic:after{
  display:none!important;
  opacity:0!important;
  background:none!important;
  -webkit-backdrop-filter:none!important;
  backdrop-filter:none!important;
}
.hero-changing-line i:first-child[data-hero-copy],
.hero-changing-line em[data-hero-copy],
.hero-changing-line i:last-child[data-hero-copy]{
  text-shadow:
    -.8px .1px 3.2px rgba(255,42,132,.42),
    .8px -.1px 3.2px rgba(18,202,255,.39),
    0 .35px 4.6px rgba(178,255,78,.09)!important;
}
.hero-changing-line:hover i:first-child[data-hero-copy],
.hero-changing-line:hover em[data-hero-copy],
.hero-changing-line:hover i:last-child[data-hero-copy]{
  text-shadow:
    var(--type-red-x,-1.2px) var(--type-red-y,.15px) 4px rgba(255,42,132,.52),
    var(--type-blue-x,1.2px) var(--type-blue-y,-.15px) 4px rgba(18,202,255,.49),
    var(--type-green-x,0px) var(--type-green-y,.45px) 5.8px rgba(178,255,78,.12)!important;
  filter:none!important;
}

/* V173: explicit three-row hero focus and visible close red/cyan edging */
.hero-prefix b,
.hero-changing-line [data-hero-copy]{
  transition:opacity .78s cubic-bezier(.22,.8,.22,1),color .78s cubic-bezier(.22,.8,.22,1),text-shadow .5s ease!important;
}
.hero-statement h1:has(.hero-prefix b:first-child:hover) .hero-prefix b:nth-child(2),
.hero-statement h1:has(.hero-prefix b:first-child:hover) .hero-changing-line [data-hero-copy],
.hero-statement h1:has(.hero-prefix b:nth-child(2):hover) .hero-prefix b:first-child,
.hero-statement h1:has(.hero-prefix b:nth-child(2):hover) .hero-changing-line [data-hero-copy],
.hero-statement h1:has(.hero-changing-line:hover) .hero-prefix b{
  opacity:.24!important;
  color:rgba(241,239,232,.36)!important;
}
.hero-changing-line i:first-child[data-hero-copy],
.hero-changing-line em[data-hero-copy],
.hero-changing-line i:last-child[data-hero-copy]{
  text-shadow:
    -1px .1px 2.8px rgba(255,30,70,.5),
    1px -.1px 2.8px rgba(0,194,255,.47),
    0 .3px 4px rgba(175,255,75,.07)!important;
}
.hero-changing-line:hover i:first-child[data-hero-copy],
.hero-changing-line:hover em[data-hero-copy],
.hero-changing-line:hover i:last-child[data-hero-copy]{
  text-shadow:
    var(--type-red-x,-1.35px) var(--type-red-y,.15px) 3.4px rgba(255,30,70,.68),
    var(--type-blue-x,1.35px) var(--type-blue-y,-.15px) 3.4px rgba(0,194,255,.64),
    var(--type-green-x,0px) var(--type-green-y,.42px) 5px rgba(175,255,75,.1)!important;
}

/* V174: preloader count recedes behind the mark and spectral light */
.preloader-meta{
  z-index:1!important;
}
.preloader-meta b{
  opacity:.64!important;
  filter:contrast(1.06) blur(.1px)!important;
}
.preloader-signal{
  z-index:3!important;
}

/* V175: optically centered, quieter preloader count */
.preloader-meta{
  inset:auto!important;
  left:50%!important;
  right:auto!important;
  top:50%!important;
  bottom:auto!important;
  width:100vw!important;
  height:auto!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  transform:translate(-50%,-50%)!important;
}
.preloader-meta b{
  opacity:.34!important;
  line-height:.8!important;
  text-align:center!important;
  transform:translateY(.025em)!important;
}

/* V176: denser red/cyan energy without widening the hero split */
.hero-changing-line i:first-child[data-hero-copy],
.hero-changing-line em[data-hero-copy],
.hero-changing-line i:last-child[data-hero-copy]{
  text-shadow:
    -1px .1px 2.6px rgba(255,24,66,.66),
    1px -.1px 2.6px rgba(0,188,255,.62),
    -1px .1px 6px rgba(255,24,66,.18),
    1px -.1px 6px rgba(0,188,255,.17)!important;
}
.hero-changing-line:hover i:first-child[data-hero-copy],
.hero-changing-line:hover em[data-hero-copy],
.hero-changing-line:hover i:last-child[data-hero-copy]{
  text-shadow:
    var(--type-red-x,-1.35px) var(--type-red-y,.15px) 3px rgba(255,24,66,.86),
    var(--type-blue-x,1.35px) var(--type-blue-y,-.15px) 3px rgba(0,188,255,.82),
    var(--type-red-x,-1.35px) var(--type-red-y,.15px) 7px rgba(255,24,66,.24),
    var(--type-blue-x,1.35px) var(--type-blue-y,-.15px) 7px rgba(0,188,255,.22)!important;
}

/* V177: lighter Create heading */
.cap-panel:nth-child(1) h3{
  font-weight:360!important;
  font-variation-settings:"wght" 360!important;
}

/* V178: stronger active split on the hero payoff */
.hero-changing-line:hover i:first-child[data-hero-copy],
.hero-changing-line:hover em[data-hero-copy],
.hero-changing-line:hover i:last-child[data-hero-copy]{
  text-shadow:
    var(--type-red-x,-1.7px) var(--type-red-y,.2px) 3.2px rgba(255,18,62,.98),
    var(--type-blue-x,1.7px) var(--type-blue-y,-.2px) 3.2px rgba(0,181,255,.94),
    var(--type-red-x,-1.7px) var(--type-red-y,.2px) 7.5px rgba(255,18,62,.31),
    var(--type-blue-x,1.7px) var(--type-blue-y,-.2px) 7.5px rgba(0,181,255,.29)!important;
}

/* V179: push the manifesto payoff farther into the right-hand measure */
@media(min-width:801px){
  .manifesto .manifesto-look{
    padding-right:8vw!important;
  }
}

/* V180: full-spectrum optical treatment for the Perspective manifesto */
.manifesto:hover .manifesto-line{
  text-shadow:
    var(--type-red-x,-2px) var(--type-red-y,.2px) 4.5px rgba(255,42,132,.48),
    -1.1px 1px 5px rgba(255,129,52,.28),
    0 1.5px 5.5px rgba(255,224,64,.22),
    var(--type-green-x,0px) var(--type-green-y,1px) 5px rgba(167,255,72,.3),
    var(--type-blue-x,2px) var(--type-blue-y,-.2px) 4.5px rgba(0,199,255,.45),
    1.1px -1px 5.5px rgba(157,91,255,.25)!important;
}

/* V181: legible rainbow bands rather than a red/cyan-dominant blend */
.manifesto:hover .manifesto-line{
  text-shadow:
    -4px .4px 3.5px rgba(255,42,132,.36),
    -2.4px 1.5px 3.8px rgba(255,123,44,.58),
    -.5px 2.4px 4px rgba(255,224,55,.54),
    1.4px 2px 4px rgba(150,255,66,.52),
    3.3px .3px 3.6px rgba(0,196,255,.36),
    2.5px -1.8px 4.2px rgba(162,78,255,.5)!important;
}

/* V182: pointer-led depth-of-field aperture for page content */
.focus-field{
  --focus-x:50vw;
  --focus-y:50vh;
  position:fixed;
  inset:0;
  z-index:70;
  pointer-events:none;
  background:rgba(8,9,8,.001);
  -webkit-backdrop-filter:blur(4px) saturate(.92) contrast(.98);
  backdrop-filter:blur(4px) saturate(.92) contrast(.98);
  -webkit-mask-image:radial-gradient(circle 360px at var(--focus-x) var(--focus-y),transparent 0 72px,rgba(0,0,0,.08) 112px,rgba(0,0,0,.38) 190px,rgba(0,0,0,.78) 285px,#000 360px);
  mask-image:radial-gradient(circle 360px at var(--focus-x) var(--focus-y),transparent 0 72px,rgba(0,0,0,.08) 112px,rgba(0,0,0,.38) 190px,rgba(0,0,0,.78) 285px,#000 360px);
  opacity:0;
  transition:opacity .7s ease;
}
.focus-field.is-visible{opacity:1}
.menu-open .focus-field,
.intake-open .focus-field,
.is-loading .focus-field{opacity:0!important}
@media(pointer:coarse),(prefers-reduced-motion:reduce){.focus-field{display:none!important}}

/* V183: larger focus aperture with a refracted, fisheye-like optical rim */
.focus-field{
  -webkit-backdrop-filter:blur(4.5px) saturate(.91) contrast(.98);
  backdrop-filter:blur(4.5px) saturate(.91) contrast(.98);
  -webkit-mask-image:radial-gradient(circle 540px at var(--focus-x) var(--focus-y),transparent 0 122px,rgba(0,0,0,.06) 166px,rgba(0,0,0,.3) 252px,rgba(0,0,0,.72) 390px,#000 540px);
  mask-image:radial-gradient(circle 540px at var(--focus-x) var(--focus-y),transparent 0 122px,rgba(0,0,0,.06) 166px,rgba(0,0,0,.3) 252px,rgba(0,0,0,.72) 390px,#000 540px);
}
.focus-rim{
  --focus-x:50vw;
  --focus-y:50vh;
  position:fixed;
  left:var(--focus-x);
  top:var(--focus-y);
  width:390px;
  height:390px;
  z-index:71;
  pointer-events:none;
  translate:-50% -50%;
  border-radius:48% 52% 50% 50% / 51% 48% 52% 49%;
  background:
    conic-gradient(from 18deg,rgba(0,196,255,.2),transparent 17%,rgba(170,255,70,.12) 31%,transparent 48%,rgba(255,32,106,.21) 69%,transparent 85%,rgba(0,196,255,.2));
  -webkit-backdrop-filter:blur(.8px) saturate(1.32) contrast(1.035);
  backdrop-filter:blur(.8px) saturate(1.32) contrast(1.035);
  -webkit-mask-image:radial-gradient(ellipse,transparent 0 116px,rgba(0,0,0,.18) 136px,#000 156px,rgba(0,0,0,.28) 181px,transparent 198px);
  mask-image:radial-gradient(ellipse,transparent 0 116px,rgba(0,0,0,.18) 136px,#000 156px,rgba(0,0,0,.28) 181px,transparent 198px);
  filter:blur(.45px);
  opacity:0;
  scale:.96 1.02;
  transition:opacity .65s ease,scale .8s cubic-bezier(.16,1,.3,1);
}
.focus-rim.is-visible{opacity:.8;scale:1 1.025}
.menu-open .focus-rim,.intake-open .focus-rim,.is-loading .focus-rim{opacity:0!important}
@media(pointer:coarse),(prefers-reduced-motion:reduce){.focus-rim{display:none!important}}

/* V184: no visible rim; optical degradation lives in the page content itself */
.focus-field{
  -webkit-backdrop-filter:blur(4.8px) saturate(.9) contrast(.975)!important;
  backdrop-filter:blur(4.8px) saturate(.9) contrast(.975)!important;
  -webkit-mask-image:radial-gradient(circle 720px at var(--focus-x) var(--focus-y),transparent 0 215px,rgba(0,0,0,.035) 275px,rgba(0,0,0,.22) 390px,rgba(0,0,0,.62) 555px,#000 720px)!important;
  mask-image:radial-gradient(circle 720px at var(--focus-x) var(--focus-y),transparent 0 215px,rgba(0,0,0,.035) 275px,rgba(0,0,0,.22) 390px,rgba(0,0,0,.62) 555px,#000 720px)!important;
}
.focus-rim{
  position:fixed!important;
  inset:0!important;
  left:0!important;
  top:0!important;
  width:auto!important;
  height:auto!important;
  translate:none!important;
  scale:1!important;
  border-radius:0!important;
  background:transparent!important;
  opacity:0!important;
  filter:none!important;
  box-shadow:
    inset 10px 0 26px rgba(255,28,82,.045),
    inset -10px 0 26px rgba(0,190,255,.05),
    inset 0 8px 22px rgba(255,220,64,.025),
    inset 0 -8px 22px rgba(166,255,72,.025)!important;
  -webkit-backdrop-filter:blur(1.15px) saturate(1.22) contrast(1.025)!important;
  backdrop-filter:blur(1.15px) saturate(1.22) contrast(1.025)!important;
  -webkit-mask-image:radial-gradient(circle 760px at var(--focus-x) var(--focus-y),transparent 0 215px,rgba(0,0,0,.025) 290px,rgba(0,0,0,.2) 420px,rgba(0,0,0,.58) 590px,#000 760px)!important;
  mask-image:radial-gradient(circle 760px at var(--focus-x) var(--focus-y),transparent 0 215px,rgba(0,0,0,.025) 290px,rgba(0,0,0,.2) 420px,rgba(0,0,0,.58) 590px,#000 760px)!important;
}
.focus-rim.is-visible{opacity:.72!important;scale:1!important}

/* V185: broader, softer depth-of-field falloff */
.focus-field{
  -webkit-backdrop-filter:blur(4.4px) saturate(.92) contrast(.98)!important;
  backdrop-filter:blur(4.4px) saturate(.92) contrast(.98)!important;
  -webkit-mask-image:radial-gradient(circle 920px at var(--focus-x) var(--focus-y),transparent 0 280px,rgba(0,0,0,.018) 350px,rgba(0,0,0,.09) 455px,rgba(0,0,0,.25) 590px,rgba(0,0,0,.52) 750px,#000 920px)!important;
  mask-image:radial-gradient(circle 920px at var(--focus-x) var(--focus-y),transparent 0 280px,rgba(0,0,0,.018) 350px,rgba(0,0,0,.09) 455px,rgba(0,0,0,.25) 590px,rgba(0,0,0,.52) 750px,#000 920px)!important;
}
.focus-rim{
  -webkit-backdrop-filter:blur(.9px) saturate(1.16) contrast(1.018)!important;
  backdrop-filter:blur(.9px) saturate(1.16) contrast(1.018)!important;
  -webkit-mask-image:radial-gradient(circle 960px at var(--focus-x) var(--focus-y),transparent 0 280px,rgba(0,0,0,.012) 365px,rgba(0,0,0,.07) 480px,rgba(0,0,0,.2) 625px,rgba(0,0,0,.46) 790px,#000 960px)!important;
  mask-image:radial-gradient(circle 960px at var(--focus-x) var(--focus-y),transparent 0 280px,rgba(0,0,0,.012) 365px,rgba(0,0,0,.07) 480px,rgba(0,0,0,.2) 625px,rgba(0,0,0,.46) 790px,#000 960px)!important;
}

/* V186: slightly tighter focus field, retaining the soft falloff */
.focus-field{
  -webkit-mask-image:radial-gradient(circle 840px at var(--focus-x) var(--focus-y),transparent 0 250px,rgba(0,0,0,.018) 315px,rgba(0,0,0,.09) 410px,rgba(0,0,0,.25) 535px,rgba(0,0,0,.52) 685px,#000 840px)!important;
  mask-image:radial-gradient(circle 840px at var(--focus-x) var(--focus-y),transparent 0 250px,rgba(0,0,0,.018) 315px,rgba(0,0,0,.09) 410px,rgba(0,0,0,.25) 535px,rgba(0,0,0,.52) 685px,#000 840px)!important;
}
.focus-rim{
  -webkit-mask-image:radial-gradient(circle 880px at var(--focus-x) var(--focus-y),transparent 0 250px,rgba(0,0,0,.012) 330px,rgba(0,0,0,.07) 435px,rgba(0,0,0,.2) 565px,rgba(0,0,0,.46) 720px,#000 880px)!important;
  mask-image:radial-gradient(circle 880px at var(--focus-x) var(--focus-y),transparent 0 250px,rgba(0,0,0,.012) 330px,rgba(0,0,0,.07) 435px,rgba(0,0,0,.2) 565px,rgba(0,0,0,.46) 720px,#000 880px)!important;
}

/* V187: rebalance the expanded hero payoff */
.hero-v4 .hero-statement h1>.hero-changing-line{
  font-size:clamp(.78em,8.2vw,.94em)!important;
  letter-spacing:-.042em!important;
}
@media(max-width:800px){
  .hero-v4 .hero-statement h1>.hero-changing-line{
    font-size:.76em!important;
    letter-spacing:-.038em!important;
  }
}

/* V193: clean payoff at rest; the spectral split belongs to interaction only */
.hero-changing-line :is(i,em)[data-hero-copy]{
  text-shadow:none!important;
  filter:none!important;
}
.hero-changing-line:hover :is(i,em)[data-hero-copy]{
  text-shadow:
    var(--type-red-x,-1.7px) var(--type-red-y,.2px) 3.2px rgba(255,18,62,.98),
    var(--type-blue-x,1.7px) var(--type-blue-y,-.2px) 3.2px rgba(0,181,255,.94),
    var(--type-red-x,-1.7px) var(--type-red-y,.2px) 7.5px rgba(255,18,62,.31),
    var(--type-blue-x,1.7px) var(--type-blue-y,-.2px) 7.5px rgba(0,181,255,.29)!important;
}

/* V197: final utility-action visibility and section contrast state. */
body.nav-on-light>.hero-enter{color:#11120f!important;border-bottom-color:rgba(17,18,15,.42)!important}
body:not(.nav-on-light)>.hero-enter{color:#f1efe8!important;border-bottom-color:rgba(241,239,232,.42)!important}
body.contact-in-view>.hero-enter,
body.is-loading>.hero-enter{opacity:0!important;visibility:hidden!important;pointer-events:none!important;translate:0 10px!important}
body.contact-in-view .focus-field,
body.contact-in-view .focus-rim{opacity:0!important}

/* V199: final two-look sequence, triggered only when Perspective is visible. */
.look-twice{display:inline-flex!important;align-items:baseline!important;overflow:visible!important}
.look-twice:after{display:none!important;content:none!important}
.look-twice>span{
  position:relative!important;
  inset:auto!important;
  display:inline-block!important;
  transform:none!important;
  opacity:1;
  text-decoration:none!important;
}
.look-twice .look-primary,.look-twice .look-echo{animation:none!important}
.look-twice .look-echo{width:0;overflow:hidden;white-space:nowrap;opacity:0;filter:blur(7px)}
.look-twice .look-tail{white-space:pre}
.manifesto.visible .look-twice .look-primary{animation:lookPrimarySlide 1.05s cubic-bezier(.16,1,.3,1) .18s both!important}
.manifesto.visible .look-twice .look-echo{animation:lookEchoPop 1.55s cubic-bezier(.16,1,.3,1) .52s both!important}
.manifesto.visible .look-twice:hover .look-primary{animation:lookPrimarySlide .78s cubic-bezier(.16,1,.3,1) both!important}
.manifesto.visible .look-twice:hover .look-echo{animation:lookEchoPop 1.35s cubic-bezier(.16,1,.3,1) .12s both!important}
@media(prefers-reduced-motion:reduce){.look-twice .look-primary{animation:none!important}.look-twice .look-echo{display:none!important}}

/* V201: coarse film stock, object-bound labels, and an unboxed closing action. */
.noise{
  inset:-18%!important;
  opacity:.28!important;
  mix-blend-mode:overlay!important;
  background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 140 140' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='grain'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.48' numOctaves='4' seed='8' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3CfeComponentTransfer%3E%3CfeFuncR type='linear' slope='2.2' intercept='-.55'/%3E%3CfeFuncG type='linear' slope='2.2' intercept='-.55'/%3E%3CfeFuncB type='linear' slope='2.2' intercept='-.55'/%3E%3C/feComponentTransfer%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23grain)'/%3E%3C/svg%3E")!important;
  background-size:190px 190px!important;
  filter:contrast(2.8) brightness(1.12)!important;
}
.section-no{display:none!important}
.sticky-cards .section-no,.cap-panel .section-no{display:block!important}
.contact-main .cta-button{
  width:auto!important;
  min-width:0!important;
  padding:0!important;
  border:0!important;
  background:transparent!important;
  display:inline-flex!important;
  justify-content:center!important;
  gap:clamp(18px,2vw,32px)!important;
  color:#f1efe8!important;
}
.contact-main .cta-label{
  display:inline-flex!important;
  gap:.24em!important;
  font-size:clamp(42px,5.6vw,84px)!important;
  line-height:.9!important;
  letter-spacing:-.055em!important;
}
.contact-main .cta-arrow{
  align-self:flex-start!important;
  margin-top:.05em!important;
  font-size:clamp(30px,3.4vw,52px)!important;
}
.contact-main .cta-button:hover{translate:0 0!important;color:#fff!important}
.contact-main .cta-button:hover .cta-label{translate:-5px 0!important}
.contact-main .cta-button:hover .cta-arrow{translate:9px -8px!important}
@media(max-width:700px){
  .noise{opacity:.23!important;background-size:155px 155px!important}
  .contact-main .cta-label{font-size:clamp(38px,12vw,58px)!important}
}

/* V198: uninterrupted noun handoff and a literal two-look gesture. */
.hero-noun{transition:color .62s cubic-bezier(.22,.8,.22,1),opacity .34s ease,filter .44s ease!important}
@keyframes nounEnter{
  from{opacity:0;color:rgba(241,239,232,0);transform:translateY(.48em) skewX(8deg);filter:blur(9px);text-shadow:-11px -2px 5px rgba(255,38,137,.45),11px 2px 5px rgba(0,205,255,.4)}
  to{opacity:1;color:inherit;transform:none;filter:none;text-shadow:none}
}
.look-twice{display:inline-flex!important;align-items:baseline!important;overflow:visible!important}
.look-twice:after{display:none!important;content:none!important}
.look-twice>span{display:inline-block!important;opacity:1;text-decoration:none!important;transform:none}
.look-twice .look-primary{animation:lookPrimarySlide 1.05s cubic-bezier(.16,1,.3,1) .18s both}
.look-twice .look-echo{
  width:0;
  overflow:hidden;
  white-space:nowrap;
  opacity:0;
  filter:blur(7px);
  animation:lookEchoPop 1.55s cubic-bezier(.16,1,.3,1) .52s both;
}
.look-twice .look-tail{white-space:pre}
@keyframes lookPrimarySlide{from{translate:.34em 0}to{translate:0 0}}
@keyframes lookEchoPop{
  0%{width:0;opacity:0;filter:blur(7px);translate:-.12em 0}
  22%{width:1.08em;opacity:.88;filter:blur(0);translate:.08em 0}
  68%{width:1.08em;opacity:.72;filter:blur(.2px);translate:.08em 0}
  100%{width:0;opacity:0;filter:blur(6px);translate:-.08em 0}
}
.look-twice:hover .look-primary{animation:lookPrimarySlide .78s cubic-bezier(.16,1,.3,1) both}
.look-twice:hover .look-echo{animation:lookEchoPop 1.35s cubic-bezier(.16,1,.3,1) .12s both}
@media(prefers-reduced-motion:reduce){.look-primary,.look-echo{animation:none!important}.look-echo{display:none!important}}

/* V196: persistent, theme-aware utility CTA and a stronger live film surface. */
.noise{opacity:.21!important;filter:contrast(2.45) brightness(1.08)!important}
body.nav-on-light>.hero-enter{
  color:#11120f!important;
  border-bottom-color:rgba(17,18,15,.42)!important;
}
body:not(.nav-on-light)>.hero-enter{
  color:#f1efe8!important;
  border-bottom-color:rgba(241,239,232,.42)!important;
}
body.contact-in-view>.hero-enter{
  opacity:0!important;
  visibility:hidden!important;
  pointer-events:none!important;
  translate:0 10px!important;
}
.contact-in-view .focus-field,.contact-in-view .focus-rim{opacity:0!important}

/* The closing action is a typographic handoff, not a detached pill. */
.contact-main{gap:clamp(42px,6vh,74px)!important}
.contact-main h2{max-width:1120px!important}
.contact-main .cta-button{
  width:min(520px,90vw)!important;
  min-width:0!important;
  height:auto!important;
  padding:16px 2px 17px!important;
  border:0!important;
  border-top:1px solid rgba(241,239,232,.38)!important;
  border-bottom:1px solid rgba(241,239,232,.38)!important;
  border-radius:0!important;
  background:transparent!important;
  color:#f1efe8!important;
  box-shadow:none!important;
  overflow:visible!important;
  transition:border-color .45s ease,color .45s ease!important;
}
.contact-main .cta-button:before,.contact-main .cta-button:after{display:none!important}
.contact-main .cta-label{
  display:flex!important;
  flex-direction:row!important;
  gap:.28em!important;
  font-size:clamp(24px,2.5vw,38px)!important;
  font-weight:500!important;
  letter-spacing:-.035em!important;
}
.contact-main .cta-label>span{translate:none!important;transform:none!important}
.contact-main .cta-arrow{
  width:auto!important;
  height:auto!important;
  border:0!important;
  font-size:clamp(24px,2.3vw,34px)!important;
  background:transparent!important;
  color:inherit!important;
  translate:0 0!important;
  transition:translate .65s cubic-bezier(.16,1,.3,1),text-shadow .4s ease!important;
}
.contact-main .cta-button:hover{translate:0 -2px!important;transform:none!important;border-color:#f1efe8!important}
.contact-main .cta-button:hover .cta-arrow{translate:8px -7px!important;text-shadow:-2px 1px 5px rgba(255,38,102,.5),2px -1px 5px rgba(0,196,255,.48)!important}
@media(max-width:700px){
  .noise{opacity:.18!important}
  .contact-main .cta-button{width:100%!important}
  .contact-main .cta-label{font-size:clamp(23px,7vw,31px)!important}
}

/* V195: softer subtitle copy handoff without snapping on rapid hover changes. */
.hero-v4 .hero-deck{
  opacity:1;
  filter:blur(0);
  transform:translate3d(0,0,0);
  transition:opacity .48s ease,filter .58s ease,transform .68s cubic-bezier(.16,1,.3,1)!important;
  will-change:opacity,filter,transform;
}
.hero-v4 .hero-deck.changing{
  opacity:0!important;
  filter:blur(4px)!important;
  transform:translate3d(0,7px,0)!important;
}
@media(prefers-reduced-motion:reduce){
  .hero-v4 .hero-deck{transition:opacity .2s ease!important;filter:none!important;transform:none!important}
}

/* Keep the hero intake action above the page depth-of-field treatment. */
body>.hero-enter{
  position:fixed!important;
  right:42px!important;
  bottom:34px!important;
  z-index:90!important;
  margin:0!important;
  border:0;
  border-bottom:1px solid #777;
  background:transparent;
  color:#eee;
  cursor:pointer;
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  translate:0 10px;
  transition:opacity .45s ease,translate .65s cubic-bezier(.16,1,.3,1),visibility 0s linear .65s!important;
}
body>.hero-enter.is-visible{
  opacity:1;
  visibility:visible;
  pointer-events:auto;
  translate:0 0;
  transition-delay:0s!important;
}
.intake-open body>.hero-enter{opacity:0!important;pointer-events:none!important}
@media(max-width:800px){body>.hero-enter{display:none!important}}

/* V189: hand-drawn manifesto annotations */
.content-mark,
.reason-mark,
.look-twice{
  position:relative;
  display:inline-block;
  overflow:visible!important;
}
.content-mark svg,
.reason-mark svg,
.look-twice svg{
  position:absolute;
  overflow:visible;
  pointer-events:none;
  color:currentColor;
  fill:none;
  stroke:currentColor;
  stroke-width:3;
  stroke-linecap:round;
  stroke-linejoin:round;
  z-index:2;
}
.content-mark svg{inset:8% -3% 2% -2%;width:105%;height:92%;transform:rotate(-1.2deg)}
.content-mark svg path{stroke-width:3.8;opacity:.82}
.reason-mark svg{left:-8%;top:-20%;width:116%;height:136%;transform:rotate(-1deg)}
.reason-mark svg path:first-child{stroke-width:2.7;opacity:.72}
.reason-mark svg path:last-child{stroke-width:1.5;opacity:.34}
.look-twice svg{left:-2%;bottom:-24%;width:104%;height:34%;transform:rotate(.5deg)}
.look-twice svg path:first-child{stroke-width:3.1;opacity:.76}
.look-twice svg path:last-child{stroke-width:1.5;opacity:.3}
.content-mark svg path,
.reason-mark svg path,
.look-twice svg path{
  stroke-dasharray:1;
  stroke-dashoffset:1;
}
.manifesto.marks-visible .content-mark svg path{animation:drawManifestoMark 1.12s cubic-bezier(.35,0,.18,1) .12s forwards}
.manifesto.marks-visible .reason-mark svg path{animation:drawManifestoMark 1.08s cubic-bezier(.38,0,.16,1) .82s forwards}
.manifesto.marks-visible .look-twice svg path{animation:drawManifestoMark .94s cubic-bezier(.3,0,.15,1) 1.58s forwards}
@keyframes drawManifestoMark{to{stroke-dashoffset:0}}
@media(prefers-reduced-motion:reduce){
  .content-mark svg path,.reason-mark svg path,.look-twice svg path{animation:none!important;stroke-dashoffset:0!important}
}

/* V190: circle and underline are single hand-drawn gestures */
.reason-mark svg path:last-child,
.look-twice svg path:last-child{
  display:none!important;
}

/* V191: footer stays optically sharp; client payoff stays on one line */
.contact{
  position:relative!important;
  z-index:80!important;
}
.client-statement>span.client-making{
  display:block!important;
  width:max-content!important;
  max-width:none!important;
  margin:0 auto!important;
  color:inherit!important;
  font:inherit!important;
  font-size:inherit!important;
  font-weight:inherit!important;
  font-variation-settings:inherit!important;
  letter-spacing:inherit!important;
  line-height:inherit!important;
  text-transform:none!important;
  white-space:nowrap!important;
}
@media(max-width:800px){
  .client-statement>span.client-making{font-size:.9em!important}
}

/* V192: paired Look twice resolves together, then springs apart on hover */
.look-twice{
  position:relative!important;
  display:inline-block!important;
  isolation:isolate;
  cursor:default;
}
.look-twice>span{
  position:relative;
  z-index:2;
  display:block;
  transform:translate3d(-9px,-1px,0);
  opacity:.72;
  transition:transform 1.05s cubic-bezier(.16,1,.3,1),opacity .8s ease;
}
.look-twice:after{
  content:attr(data-copy);
  position:absolute;
  inset:0;
  z-index:1;
  display:block;
  color:currentColor;
  transform:translate3d(9px,1px,0);
  opacity:.58;
  transition:transform 1.05s cubic-bezier(.16,1,.3,1),opacity .8s ease;
  pointer-events:none;
}
.manifesto.visible .look-twice>span{
  transform:translate3d(0,0,0);
  opacity:1;
}
.manifesto.visible .look-twice:after{
  transform:translate3d(0,0,0);
  opacity:0;
}
.manifesto.visible .look-twice:hover>span{
  transform:translate3d(-7px,-1px,0) rotate(-.35deg);
  opacity:.86;
  transition-duration:.72s;
  transition-timing-function:cubic-bezier(.2,1.55,.35,1);
}
.manifesto.visible .look-twice:hover:after{
  transform:translate3d(7px,1px,0) rotate(.35deg);
  opacity:.62;
  transition-duration:.72s;
  transition-timing-function:cubic-bezier(.2,1.55,.35,1);
}
@media(prefers-reduced-motion:reduce){
  .look-twice>span{transform:none!important;opacity:1!important}
  .look-twice:after{display:none!important}
}

/* V188: four distinct payoff targets at a stronger display scale */
.hero-v4 .hero-statement h1>.hero-changing-line{
  font-size:clamp(.88em,9vw,1.04em)!important;
  letter-spacing:-.055em!important;
}
.hero-changing-line :is(i,em)[data-hero-copy]{
  text-shadow:
    -1px .1px 2.6px rgba(255,24,66,.66),
    1px -.1px 2.6px rgba(0,188,255,.62),
    -1px .1px 6px rgba(255,24,66,.18),
    1px -.1px 6px rgba(0,188,255,.17)!important;
}
.hero-changing-line:hover :is(i,em)[data-hero-copy]{
  text-shadow:
    var(--type-red-x,-1.7px) var(--type-red-y,.2px) 3.2px rgba(255,18,62,.98),
    var(--type-blue-x,1.7px) var(--type-blue-y,-.2px) 3.2px rgba(0,181,255,.94),
    var(--type-red-x,-1.7px) var(--type-red-y,.2px) 7.5px rgba(255,18,62,.31),
    var(--type-blue-x,1.7px) var(--type-blue-y,-.2px) 7.5px rgba(0,181,255,.29)!important;
}
@media(max-width:800px){
  .hero-v4 .hero-statement h1>.hero-changing-line{
    font-size:.82em!important;
    letter-spacing:-.05em!important;
  }
}

/* V194: definitive resting state after the payoff sizing rules. */
.hero-changing-line :is(i,em)[data-hero-copy]{text-shadow:none!important;filter:none!important}
.hero-changing-line:hover :is(i,em)[data-hero-copy]{
  text-shadow:
    var(--type-red-x,-1.7px) var(--type-red-y,.2px) 3.2px rgba(255,18,62,.98),
    var(--type-blue-x,1.7px) var(--type-blue-y,-.2px) 3.2px rgba(0,181,255,.94),
    var(--type-red-x,-1.7px) var(--type-red-y,.2px) 7.5px rgba(255,18,62,.31),
    var(--type-blue-x,1.7px) var(--type-blue-y,-.2px) 7.5px rgba(0,181,255,.29)!important;
}

/* V197: final utility-action visibility and section contrast state. */
body.nav-on-light>.hero-enter{color:#11120f!important;border-bottom-color:rgba(17,18,15,.42)!important}
body:not(.nav-on-light)>.hero-enter{color:#f1efe8!important;border-bottom-color:rgba(241,239,232,.42)!important}
body.contact-in-view>.hero-enter,
body.is-loading>.hero-enter{opacity:0!important;visibility:hidden!important;pointer-events:none!important;translate:0 10px!important}
body.contact-in-view .focus-field,
body.contact-in-view .focus-rim{opacity:0!important}

/* V200: final two-look sequence, triggered only when Perspective is visible. */
.look-twice{display:inline-flex!important;align-items:baseline!important;overflow:visible!important}
.look-twice:after{display:none!important;content:none!important}
.look-twice>span{position:relative!important;inset:auto!important;display:inline-block!important;transform:none!important;opacity:1;text-decoration:none!important}
.look-twice .look-primary,.look-twice .look-echo{animation:none!important}
.look-twice .look-echo{width:0;overflow:hidden;white-space:nowrap;opacity:0;filter:blur(7px)}
.look-twice .look-tail{white-space:pre}
.manifesto.visible .look-twice .look-primary{animation:lookPrimarySlide 1.05s cubic-bezier(.16,1,.3,1) .18s both!important}
.manifesto.visible .look-twice .look-echo{animation:lookEchoPop 1.55s cubic-bezier(.16,1,.3,1) .52s both!important}
.manifesto.visible .look-twice:hover .look-primary{animation:lookPrimarySlide .78s cubic-bezier(.16,1,.3,1) both!important}
.manifesto.visible .look-twice:hover .look-echo{animation:lookEchoPop 1.35s cubic-bezier(.16,1,.3,1) .12s both!important}
@media(prefers-reduced-motion:reduce){.look-twice .look-primary{animation:none!important}.look-twice .look-echo{display:none!important}}

/* V202: final coarse-grain and closing-action overrides. */
.noise{inset:-18%!important;opacity:.28!important;mix-blend-mode:overlay!important;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 140 140' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='grain'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.48' numOctaves='4' seed='8' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3CfeComponentTransfer%3E%3CfeFuncR type='linear' slope='2.2' intercept='-.55'/%3E%3CfeFuncG type='linear' slope='2.2' intercept='-.55'/%3E%3CfeFuncB type='linear' slope='2.2' intercept='-.55'/%3E%3C/feComponentTransfer%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23grain)'/%3E%3C/svg%3E")!important;background-size:190px 190px!important;filter:contrast(2.8) brightness(1.12)!important}
.section-no{display:none!important}
.sticky-cards .section-no,.cap-panel .section-no{display:block!important}
.contact-main .cta-button{width:auto!important;min-width:0!important;padding:0!important;border:0!important;background:transparent!important;display:inline-flex!important;justify-content:center!important;gap:clamp(18px,2vw,32px)!important;color:#f1efe8!important}
.contact-main .cta-label{display:inline-flex!important;gap:.24em!important;font-size:clamp(42px,5.6vw,84px)!important;line-height:.9!important;letter-spacing:-.055em!important}
.contact-main .cta-arrow{align-self:flex-start!important;margin-top:.05em!important;font-size:clamp(30px,3.4vw,52px)!important}
.contact-main .cta-button:hover{translate:0 0!important;color:#fff!important}
.contact-main .cta-button:hover .cta-label{translate:-5px 0!important}
.contact-main .cta-button:hover .cta-arrow{translate:9px -8px!important}
@media(max-width:700px){.noise{opacity:.23!important;background-size:155px 155px!important}.contact-main .cta-label{font-size:clamp(38px,12vw,58px)!important}}

/* V203: only footer information clears the optical field; trigger Look twice on the line itself. */
body.contact-in-view .focus-field.is-visible{opacity:1!important}
body.contact-in-view .focus-rim.is-visible{opacity:.72!important}
main{z-index:auto!important}
.contact{z-index:auto!important;isolation:auto!important}
.contact .site-footer{position:relative!important;z-index:90!important}
.manifesto.visible .look-twice .look-primary,
.manifesto.visible .look-twice .look-echo{animation:none!important}
.manifesto-look.look-active .look-primary{animation:lookPrimarySlide 1.1s cubic-bezier(.16,1,.3,1) .08s both!important}
.manifesto-look.look-active .look-echo{animation:lookEchoPop 1.7s cubic-bezier(.16,1,.3,1) .42s both!important}
.manifesto-look.look-active .look-twice:hover .look-primary{animation:lookPrimarySlide .8s cubic-bezier(.16,1,.3,1) both!important}
.manifesto-look.look-active .look-twice:hover .look-echo{animation:lookEchoPop 1.45s cubic-bezier(.16,1,.3,1) .1s both!important}
@keyframes lookEchoPop{
  0%{width:0;opacity:0;filter:blur(8px);translate:-.12em 0}
  24%{width:1.28em;opacity:.9;filter:blur(0);translate:.08em 0}
  68%{width:1.28em;opacity:.76;filter:blur(.15px);translate:.08em 0}
  100%{width:0;opacity:0;filter:blur(7px);translate:-.08em 0}
}

/* V204: seamless focus feather and a centered, viewport-fit Ways of Working composition. */
.focus-rim{display:none!important}
.focus-field{
  -webkit-backdrop-filter:blur(3.8px) saturate(.96) contrast(.99)!important;
  backdrop-filter:blur(3.8px) saturate(.96) contrast(.99)!important;
  -webkit-mask-image:radial-gradient(circle 1080px at var(--focus-x) var(--focus-y),transparent 0 255px,rgba(0,0,0,.008) 345px,rgba(0,0,0,.035) 455px,rgba(0,0,0,.11) 590px,rgba(0,0,0,.27) 745px,rgba(0,0,0,.52) 910px,#000 1080px)!important;
  mask-image:radial-gradient(circle 1080px at var(--focus-x) var(--focus-y),transparent 0 255px,rgba(0,0,0,.008) 345px,rgba(0,0,0,.035) 455px,rgba(0,0,0,.11) 590px,rgba(0,0,0,.27) 745px,rgba(0,0,0,.52) 910px,#000 1080px)!important;
}
.capabilities{
  height:100svh!important;
  min-height:100svh!important;
  padding:clamp(7vh,8vh,10vh) 30px!important;
  display:grid!important;
  grid-template-rows:auto minmax(0,1fr)!important;
  gap:clamp(4vh,5.5vh,7vh)!important;
  overflow:hidden!important;
}
.cap-intro{
  width:100%!important;
  display:grid!important;
  grid-template-columns:minmax(0,1fr) auto minmax(0,1fr)!important;
  align-items:center!important;
  gap:clamp(28px,4vw,68px)!important;
}
.cap-intro h2{
  grid-column:2!important;
  justify-self:center!important;
  margin:0!important;
  text-align:center!important;
  white-space:nowrap!important;
  font-size:clamp(48px,5.4vw,82px)!important;
  line-height:.86!important;
}
.cap-intro>p:last-child{
  grid-column:3!important;
  justify-self:end!important;
  align-self:center!important;
  margin:0!important;
  max-width:330px!important;
}
.cap-list{height:100%!important;min-height:0!important;margin:0!important}
.cap-list>.cap-panel{height:100%!important;min-height:0!important}
@media(max-width:800px){
  .capabilities{height:auto!important;min-height:100svh!important;padding:9vh 16px!important;overflow:visible!important}
  .cap-intro{grid-template-columns:1fr!important;text-align:center!important}
  .cap-intro h2,.cap-intro>p:last-child{grid-column:1!important;justify-self:center!important}
  .cap-intro>p:last-child{text-align:center!important}
  .cap-list{height:auto!important}
  .cap-list>.cap-panel{height:auto!important;min-height:320px!important}
}

/* V205: true viewport centering, dependable CTA blur layering, and a no-reflow Look twice. */
.focus-field{z-index:500!important}
body>.hero-enter,.contact .site-footer{z-index:700!important}
.cursor-dot{z-index:800!important}
.cap-intro{
  position:relative!important;
  min-height:clamp(150px,23vh,230px)!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
}
.cap-intro h2{
  position:absolute!important;
  left:50%!important;
  top:50%!important;
  translate:-50% -50%!important;
  width:max-content!important;
  text-align:center!important;
}
.cap-intro>p:last-child{
  position:absolute!important;
  right:0!important;
  top:50%!important;
  translate:0 -50%!important;
  text-align:left!important;
}
.look-twice{position:relative!important}
.look-twice .look-primary{position:relative!important;z-index:2!important}
.look-twice .look-echo{
  position:absolute!important;
  left:1.06em!important;
  top:0!important;
  width:auto!important;
  overflow:visible!important;
  z-index:1!important;
  pointer-events:none!important;
}
.manifesto-look.look-active .look-echo{animation:lookEchoOverlay 1.7s cubic-bezier(.16,1,.3,1) .42s both!important}
.manifesto-look.look-active .look-tail{animation:lookTailMakeRoom 1.7s cubic-bezier(.16,1,.3,1) .42s both!important}
.manifesto-look.look-active .look-twice:hover .look-echo{animation:lookEchoOverlay 1.45s cubic-bezier(.16,1,.3,1) .08s both!important}
.manifesto-look.look-active .look-twice:hover .look-tail{animation:lookTailMakeRoom 1.45s cubic-bezier(.16,1,.3,1) .08s both!important}
@keyframes lookEchoOverlay{
  0%{opacity:0;filter:blur(7px);translate:-.12em .04em;scale:.92}
  25%{opacity:.88;filter:blur(0);translate:.05em 0;scale:1}
  67%{opacity:.72;filter:blur(.15px);translate:.05em 0;scale:1}
  100%{opacity:0;filter:blur(6px);translate:-.06em -.02em;scale:.96}
}
@keyframes lookTailMakeRoom{
  0%{translate:0 0}
  25%,67%{translate:1.12em 0}
  100%{translate:0 0}
}
@media(max-width:800px){
  .cap-intro{min-height:0!important;display:grid!important}
  .cap-intro h2,.cap-intro>p:last-child{position:static!important;translate:none!important}
}

/* V206: calmer noun timing, centered intro group, cards that fit, and one consistent CTA language. */
.hero-noun.is-leaving{animation:nounLeave .54s cubic-bezier(.55,0,.72,.18) both!important}
.hero-noun.is-entering{animation:nounEnter .86s cubic-bezier(.16,1,.3,1) both!important}
@keyframes nounLeave{
  0%{opacity:1;color:inherit;transform:none;filter:blur(0);text-shadow:none}
  100%{opacity:0;color:rgba(241,239,232,0);transform:translateY(-.3em) skewX(-4deg);filter:blur(7px);text-shadow:-6px 1px 5px rgba(255,38,137,.36),6px -1px 5px rgba(0,205,255,.32)}
}
.cap-intro{
  min-height:clamp(132px,19vh,190px)!important;
  display:grid!important;
  grid-template-columns:auto minmax(280px,350px)!important;
  justify-content:center!important;
  align-items:center!important;
  column-gap:clamp(60px,8vw,150px)!important;
}
.cap-intro h2,.cap-intro>p:last-child{
  position:static!important;
  inset:auto!important;
  translate:none!important;
  grid-column:auto!important;
}
.cap-intro h2{justify-self:end!important}
.cap-intro>p:last-child{justify-self:start!important}
.cap-panel h3{
  margin:auto 0 16px!important;
  font-size:clamp(52px,5.2vw,82px)!important;
  flex-shrink:0!important;
}
.cap-panel p{flex-shrink:0!important}
.cap-panel ul{
  position:absolute!important;
  left:24px!important;
  right:24px!important;
  bottom:22px!important;
  margin:0!important;
  pointer-events:none!important;
}
.cap-panel:hover p{margin-bottom:58px!important}
.contact-main .cta-button{
  width:240px!important;
  min-width:240px!important;
  padding:12px 3px 11px!important;
  border:0!important;
  border-bottom:1px solid rgba(241,239,232,.46)!important;
  display:flex!important;
  justify-content:space-between!important;
  align-items:center!important;
  gap:40px!important;
}
.contact-main .cta-label{
  display:block!important;
  font-size:15px!important;
  font-weight:560!important;
  line-height:1!important;
  letter-spacing:-.015em!important;
  white-space:nowrap!important;
}
.contact-main .cta-arrow{margin:0!important;font-size:19px!important;align-self:center!important}
.contact-main .cta-button:hover .cta-label{translate:0 -2px!important}
.contact-main .cta-button:hover .cta-arrow{translate:5px 4px!important}
@media(max-width:800px){
  .cap-intro{grid-template-columns:1fr!important;row-gap:28px!important}
  .cap-intro h2,.cap-intro>p:last-child{justify-self:center!important;text-align:center!important}
  .cap-panel ul{position:static!important;margin-top:18px!important}
  .cap-panel:hover p{margin-bottom:0!important}
}

/* V207: allocate the viewport to the cards and close the intro-to-card gap. */
.capabilities{
  height:100svh!important;
  min-height:100svh!important;
  padding:5.5vh 30px 4.5vh!important;
  grid-template-rows:auto minmax(0,1fr)!important;
  gap:2vh!important;
}
.cap-intro{min-height:clamp(108px,14vh,145px)!important}
.cap-list{align-self:stretch!important;min-height:0!important;height:100%!important}
.cap-list>.cap-panel{
  min-height:0!important;
  height:100%!important;
  padding-bottom:28px!important;
}
@media(max-width:800px){
  .capabilities{height:auto!important;min-height:100svh!important;padding:8vh 16px!important;gap:4vh!important}
  .cap-intro{min-height:0!important}
  .cap-list>.cap-panel{height:auto!important;min-height:320px!important}
}

/* V208: a stable, two-exposure Look twice and physical sticker rendering. */
.look-twice .look-echo{display:none!important}
.look-twice .look-tail{animation:none!important;translate:none!important}
.manifesto-look.look-active .look-primary{animation:lookDoubleExposure 1.45s cubic-bezier(.2,.7,.2,1) .18s both!important}
.manifesto-look.look-active .look-twice:hover .look-primary{animation:lookDoubleExposure 1.28s cubic-bezier(.2,.7,.2,1) both!important}
@keyframes lookDoubleExposure{
  0%{opacity:.18;filter:blur(5px);text-shadow:-8px 1px 7px rgba(255,39,126,.38),8px -1px 7px rgba(0,199,255,.34)}
  19%{opacity:1;filter:blur(0);text-shadow:none}
  35%{opacity:.16;filter:blur(4px);text-shadow:5px 0 7px rgba(255,39,126,.3),-5px 0 7px rgba(0,199,255,.28)}
  55%{opacity:1;filter:blur(0);text-shadow:none}
  100%{opacity:1;filter:blur(0);text-shadow:none}
}
.logo-roster>div{
  filter:drop-shadow(var(--shadow-x,3px) var(--shadow-y,7px) var(--shadow-blur,6px) rgba(20,19,17,.24))!important;
}
.logo-roster img,.logo-roster>div:hover img{
  width:auto!important;
  height:auto!important;
  max-width:94%!important;
  max-height:94%!important;
  object-fit:contain!important;
  filter:none!important;
  opacity:1!important;
}

/* V209: protected card footer space, robust intake scrolling, tighter focus, resting spectral type. */
.cap-list>.cap-panel{padding-bottom:72px!important}
.cap-panel h3{
  text-shadow:-1.2px .2px 3.2px rgba(255,39,126,.3),1.2px -.2px 3.2px rgba(0,199,255,.27),0 .8px 4px rgba(169,255,72,.08)!important;
}
.cap-panel:nth-child(2) h3{text-shadow:-1px .3px 3.2px rgba(255,39,126,.25),1px -.3px 3.2px rgba(0,199,255,.3),0 .8px 4px rgba(255,221,54,.08)!important}
.cap-panel:nth-child(3) h3{text-shadow:-1.15px .1px 3px rgba(255,39,126,.28),1.15px -.1px 3px rgba(0,199,255,.25),0 .8px 4px rgba(169,255,72,.09)!important}
.intake-dialog{
  height:min(900px,calc(100dvh - 32px))!important;
  max-height:calc(100dvh - 32px)!important;
  overflow:hidden!important;
}
.intake-form{
  height:100%!important;
  max-height:100%!important;
  overflow-x:hidden!important;
  overflow-y:auto!important;
  overscroll-behavior:contain!important;
  scrollbar-width:thin;
  scrollbar-color:rgba(17,18,15,.5) transparent;
}
.intake-form::-webkit-scrollbar{width:8px;height:0}
.intake-form::-webkit-scrollbar-track{background:transparent;margin-block:18px}
.intake-form::-webkit-scrollbar-thumb{background:rgba(17,18,15,.45);border:2px solid #e4e1d9;border-radius:999px}
.focus-field{
  -webkit-mask-image:radial-gradient(circle 720px at var(--focus-x) var(--focus-y),transparent 0 170px,rgba(0,0,0,.015) 225px,rgba(0,0,0,.07) 305px,rgba(0,0,0,.18) 405px,rgba(0,0,0,.4) 535px,#000 720px)!important;
  mask-image:radial-gradient(circle 720px at var(--focus-x) var(--focus-y),transparent 0 170px,rgba(0,0,0,.015) 225px,rgba(0,0,0,.07) 305px,rgba(0,0,0,.18) 405px,rgba(0,0,0,.4) 535px,#000 720px)!important;
}
@media(max-width:650px){
  .intake-dialog{height:100dvh!important;max-height:100dvh!important}
  .cap-list>.cap-panel{padding-bottom:28px!important}
}

/* V210: grid-track-sized cards and modal-native scrolling. */
.cap-list{
  align-self:stretch!important;
  height:auto!important;
  min-height:0!important;
  overflow:visible!important;
}
.cap-list>.cap-panel{
  align-self:stretch!important;
  height:auto!important;
  min-height:0!important;
  padding-bottom:48px!important;
}
.intake-dialog{touch-action:pan-y!important}
.intake-form{
  position:relative!important;
  display:block!important;
  touch-action:pan-y!important;
  -webkit-overflow-scrolling:touch!important;
}
@media(max-width:800px){.cap-list>.cap-panel{min-height:320px!important;padding-bottom:28px!important}}

/* V211: remove legacy sticky offsets that displaced full-height capability cards. */
.cap-list>.cap-panel,
.cap-list>.cap-panel:nth-child(2),
.cap-list>.cap-panel:nth-child(3){
  position:relative!important;
  top:auto!important;
}

/* V212: one stable staircase, tactile vinyl stickers, and a calmer estimator workspace. */
@media(min-width:801px){
  .capabilities{
    --cap-stair:clamp(24px,3.7vh,40px);
    padding:6.5vh 30px 5vh!important;
    grid-template-rows:auto minmax(0,1fr)!important;
    gap:clamp(30px,4.5vh,48px)!important;
    overflow:hidden!important;
  }
  .cap-intro{min-height:clamp(112px,15vh,156px)!important}
  .cap-list{
    height:100%!important;
    min-height:0!important;
    padding-bottom:var(--cap-stair)!important;
    align-items:stretch!important;
    overflow:visible!important;
    transition:grid-template-columns .9s cubic-bezier(.22,.78,.2,1)!important;
  }
  .cap-list>.cap-panel{
    --stair-y:0px;
    height:100%!important;
    min-height:0!important;
    transform:translate3d(0,var(--stair-y),0)!important;
    translate:none!important;
    opacity:1!important;
    padding:28px 28px 54px!important;
    transition:transform .9s cubic-bezier(.22,.78,.2,1),opacity .72s ease,color .72s ease,background-color .72s ease!important;
    will-change:auto!important;
  }
  .cap-list>.cap-panel:nth-child(2){--stair-y:calc(var(--cap-stair)/2)}
  .cap-list>.cap-panel:nth-child(3){--stair-y:var(--cap-stair)}
  .cap-list>.cap-panel:hover{transform:translate3d(0,calc(var(--stair-y) - 5px),0)!important}
  .cap-list:has(.cap-panel:hover)>.cap-panel:not(:hover){transform:translate3d(0,var(--stair-y),0)!important;opacity:.68!important}
  .cap-list:has(.cap-panel:hover)>.cap-panel h3,
  .cap-list:has(.cap-panel:hover)>.cap-panel p{transform:none!important;translate:none!important}
}
@media(min-width:801px) and (max-height:700px){
  .capabilities{gap:26px!important;padding-top:5vh!important;padding-bottom:4vh!important}
  .cap-intro{min-height:94px!important}
  .cap-panel h3{font-size:clamp(48px,5vw,64px)!important;margin-bottom:10px!important}
  .cap-panel p{font-size:13px!important;line-height:1.35!important}
}

.logo-roster>div{
  transform-origin:50% 82%!important;
  transform:perspective(700px) translate3d(0,0,0) rotateX(0) rotateY(0) scale(1)!important;
  filter:drop-shadow(var(--shadow-x,2px) var(--shadow-y,6px) var(--shadow-blur,8px) rgba(22,20,17,var(--shadow-alpha,.22))) drop-shadow(0 1px .8px rgba(20,18,15,.28))!important;
  transition:transform .62s cubic-bezier(.16,1,.3,1),filter .62s cubic-bezier(.16,1,.3,1)!important;
  will-change:auto!important;
}
.logo-roster>div:hover{
  transform:perspective(700px) translate3d(0,-7px,18px) rotateX(var(--peel-x,2deg)) rotateY(var(--peel-y,-1deg)) scale(1.018)!important;
  filter:drop-shadow(var(--shadow-x,3px) calc(var(--shadow-y,6px) + 5px) calc(var(--shadow-blur,8px) + 7px) rgba(22,20,17,.3)) drop-shadow(0 2px 1px rgba(20,18,15,.2))!important;
  z-index:20!important;
}
.logo-roster img,.logo-roster>div:hover img{filter:none!important;transform:none!important}

.estimator{
  min-height:100svh!important;
  display:grid!important;
  grid-template-columns:minmax(300px,.72fr) minmax(560px,1.28fr)!important;
  gap:clamp(42px,6vw,96px)!important;
  align-items:center!important;
  padding:clamp(90px,11vh,132px) clamp(28px,4vw,68px)!important;
  color:#11120f!important;
}
.estimator-intro{padding:0!important;border:0!important;align-self:center!important}
.estimator-intro h2{font-size:clamp(54px,5.2vw,82px)!important;margin:clamp(34px,6vh,68px) 0 28px!important}
.estimator-ui{
  min-height:clamp(590px,76vh,760px)!important;
  padding:clamp(26px,3vw,42px)!important;
  border:1px solid rgba(17,18,15,.18)!important;
  border-radius:clamp(22px,2.2vw,34px)!important;
  background:rgba(246,244,237,.38)!important;
  box-shadow:0 24px 70px rgba(40,37,31,.08)!important;
  display:flex!important;
  flex-direction:column!important;
  overflow:hidden!important;
}
.estimate-modes{margin:0 0 24px!important;flex:0 0 auto!important}
.progress{margin-bottom:10px!important;flex:0 0 auto!important}
.step-count{margin-bottom:clamp(24px,4vh,42px)!important;flex:0 0 auto!important}
.estimator-ui form{display:flex!important;flex:1!important;min-height:0!important;flex-direction:column!important}
.estimate-step.active{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important;align-content:start!important}
.estimate-step legend{grid-column:1/-1!important;width:100%!important;margin-bottom:clamp(22px,3vh,34px)!important;font-size:clamp(36px,3.6vw,58px)!important}
.estimate-step .step-hint{grid-column:1/-1!important;margin:-16px 0 14px!important}
.estimate-step label,.estimate-step label:last-of-type{border:1px solid rgba(17,18,15,.2)!important;border-radius:12px!important;overflow:hidden!important}
.estimate-step label span{height:100%!important;min-height:54px!important;padding:13px 15px!important;font-size:15px!important;line-height:1.2!important}
.estimate-step input:checked+span{padding-left:15px!important}
.estimate-result{position:static!important;margin-top:auto!important;padding-top:18px!important;flex:0 0 auto!important;align-items:end!important}
.estimate-result strong{font-size:clamp(34px,3.2vw,52px)!important;line-height:.92!important}
.estimator-actions{position:static!important;margin-top:18px!important;flex:0 0 auto!important}
@media(max-width:900px){
  .estimator{grid-template-columns:1fr!important;gap:40px!important;padding:100px 18px 70px!important}
  .estimator-ui{min-height:680px!important}
}
@media(max-width:560px){
  .estimate-step.active{grid-template-columns:1fr!important}
  .estimate-step legend,.estimate-step .step-hint{grid-column:1!important}
  .estimator-ui{padding:20px!important;border-radius:22px!important}
  .estimate-result{grid-template-columns:1fr!important;grid-template-areas:'label' 'price' 'summary'!important}
  .estimate-result strong{grid-area:price!important;text-align:left!important;margin:7px 0!important}
}
@media(prefers-reduced-motion:reduce){.logo-roster>div,.logo-roster>div:hover,.cap-list,.cap-list>.cap-panel{transition:none!important}}

/* V213: the rotating second hero line shares the same optical fade as lines one and three. */
.hero-prefix b:nth-child(2){
  transition:
    width .72s cubic-bezier(.16,1,.3,1),
    color .78s cubic-bezier(.22,.8,.22,1),
    opacity .78s cubic-bezier(.22,.8,.22,1),
    text-shadow .5s ease!important;
}
.hero-prefix b:nth-child(2)>.hero-noun-lead{
  color:inherit!important;
  transition:color .78s cubic-bezier(.22,.8,.22,1),opacity .78s cubic-bezier(.22,.8,.22,1),text-shadow .5s ease!important;
}
.hero-prefix b:nth-child(2)>.hero-noun{
  color:inherit!important;
  transition:color .78s cubic-bezier(.22,.8,.22,1),opacity .78s cubic-bezier(.22,.8,.22,1),filter .44s ease,text-shadow .5s ease,transform .5s cubic-bezier(.16,1,.3,1)!important;
}
@media(prefers-reduced-motion:reduce){
  .hero-prefix b:nth-child(2),.hero-prefix b:nth-child(2)>.hero-noun-lead,.hero-prefix b:nth-child(2)>.hero-noun{transition:none!important}
}

/* V214: modal wheel routing and a page-matched progress rail. */
.intake-form{scrollbar-width:none!important}
.intake-form::-webkit-scrollbar{display:none!important;width:0!important;height:0!important}
.intake-scroll-indicator{
  --intake-progress:0;
  position:absolute;
  z-index:8;
  right:10px;
  top:50%;
  translate:0 -50%;
  width:4px;
  height:132px;
  overflow:hidden;
  border-radius:999px;
  background:rgba(17,18,15,.15);
  pointer-events:none;
}
.intake-scroll-indicator i{
  position:absolute;
  inset:0 0 auto;
  height:max(14px,calc(var(--intake-progress) * 100%));
  border-radius:inherit;
  background:#11120f;
  box-shadow:-1px 0 rgba(255,35,105,.55),1px 0 rgba(0,205,255,.55);
  transition:height .1s linear;
}
.intake-scroll-indicator.at-end i{box-shadow:-1px 0 rgba(181,255,70,.45),1px 0 rgba(0,205,255,.5)}
@media(max-width:650px){.intake-scroll-indicator{right:5px;height:110px}}

/* V216: circular client vinyl and a softer RGBY estimator selection language. */
.logo-roster>div{
  width:clamp(176px,18vw,252px)!important;
  height:clamp(176px,18vw,252px)!important;
  aspect-ratio:1!important;
  transform-origin:50% 88%!important;
}
.logo-roster img,.logo-roster>div:hover img{width:100%!important;height:100%!important;max-width:none!important;max-height:none!important}
.logo-roster>div:hover{
  transform:perspective(760px) translate3d(0,-8px,22px) rotateX(var(--peel-x,2.4deg)) rotateY(var(--peel-y,-1.2deg)) scale(1.025)!important;
  filter:drop-shadow(var(--shadow-x,3px) calc(var(--shadow-y,6px) + 7px) calc(var(--shadow-blur,8px) + 9px) rgba(22,20,17,.3)) drop-shadow(0 1px 1px rgba(20,18,15,.18))!important;
}
.estimate-step label{
  transition:transform .55s cubic-bezier(.16,1,.3,1),border-color .45s ease,background-color .45s ease,box-shadow .55s ease!important;
}
.estimate-step label:hover{
  transform:translateY(-2px)!important;
  border-color:rgba(17,18,15,.42)!important;
  background:rgba(255,255,255,.16)!important;
  box-shadow:-3px 1px 10px rgba(255,40,128,.12),3px -1px 10px rgba(0,195,255,.11),0 2px 12px rgba(180,255,70,.06)!important;
}
.estimate-step label span{transition:color .55s ease,background-color .55s ease,text-shadow .55s ease!important}
.estimate-step input:checked+span{
  color:#f3f0e8!important;
  background:#141512!important;
  text-shadow:-1.1px .2px 3.5px rgba(255,40,128,.42),1.1px -.2px 3.5px rgba(0,195,255,.38),0 .8px 4px rgba(181,255,70,.1)!important;
  box-shadow:inset 3px 0 rgba(255,40,128,.65),inset -3px 0 rgba(0,195,255,.58),inset 0 -2px rgba(181,255,70,.28)!important;
}
.estimate-step input:checked+span:after{
  color:transparent!important;
  width:16px!important;
  height:16px!important;
  flex:0 0 16px!important;
  border-radius:50%!important;
  background:conic-gradient(from 20deg,#ff3d92,#ffd735,#b8ff47,#16c9ff,#9a65ff,#ff3d92)!important;
  box-shadow:0 0 8px rgba(255,61,146,.24)!important;
}
@media(max-width:800px){.logo-roster>div{width:38vw!important;height:38vw!important;min-height:0!important}}

/* V218: adhesive contact at rest; a restrained opposite-edge peel on hover. */
.logo-roster>div{
  transform-origin:var(--peel-origin-x,50%) var(--peel-origin-y,88%)!important;
  transform:perspective(900px) translate3d(0,0,0) rotateX(0) rotateY(0) rotateZ(var(--r,0deg)) scale(1)!important;
  filter:drop-shadow(0 1px 1px rgba(20,18,15,.22)) drop-shadow(0 2px 2px rgba(20,18,15,.08))!important;
  transition:transform .7s cubic-bezier(.16,1,.3,1),filter .7s cubic-bezier(.16,1,.3,1)!important;
}
.logo-roster>div:hover{
  transform:perspective(900px) translate3d(0,-3px,10px) rotateX(var(--peel-x,1deg)) rotateY(var(--peel-y,-1deg)) rotateZ(var(--r,0deg)) scale(1.008)!important;
  filter:drop-shadow(var(--peel-shadow-x,2px) var(--peel-shadow-y,7px) 7px rgba(20,18,15,.2)) drop-shadow(0 2px 1px rgba(20,18,15,.16))!important;
}
.logo-roster>div:after{
  content:""!important;
  display:block!important;
  position:absolute!important;
  inset:3.2%!important;
  z-index:2!important;
  border-radius:50%!important;
  pointer-events:none!important;
  background:radial-gradient(circle at 35% 25%,rgba(255,255,255,.16),transparent 36%)!important;
  opacity:.16!important;
  transition:opacity .6s ease!important;
}
.logo-roster>div:hover:after{opacity:.34!important}
@media(prefers-reduced-motion:reduce){.logo-roster>div,.logo-roster>div:hover{transform:none!important}}

/* V220: a composed sticker wall with a protected central statement. */
.logo-roster>div:nth-child(1){left:3%!important;top:3%!important;--r:-8deg}
.logo-roster>div:nth-child(2){left:26%!important;right:auto!important;top:-2%!important;--r:5deg}
.logo-roster>div:nth-child(3){left:58%!important;right:auto!important;top:0!important;--r:-4deg}
.logo-roster>div:nth-child(4){right:2%!important;left:auto!important;top:5%!important;--r:8deg}
.logo-roster>div:nth-child(5){left:-3%!important;right:auto!important;top:29%!important;--r:4deg}
.logo-roster>div:nth-child(6){right:-2%!important;left:auto!important;top:31%!important;--r:-7deg}
.logo-roster>div:nth-child(7){left:1%!important;right:auto!important;top:58%!important;--r:-5deg}
.logo-roster>div:nth-child(8){right:1%!important;left:auto!important;top:57%!important;--r:6deg}
.logo-roster>div:nth-child(9){left:15%!important;right:auto!important;top:78%!important;--r:7deg}
.logo-roster>div:nth-child(10){left:39%!important;right:auto!important;top:76%!important;--r:-6deg}
.logo-roster>div:nth-child(11){right:17%!important;left:auto!important;top:77%!important;--r:4deg}
.logo-roster>div:nth-child(12){right:-5%!important;left:auto!important;top:78%!important;--r:-8deg}
@media(max-width:800px){
  .logo-roster>div:nth-child(1){left:-13%!important;top:1%!important}.logo-roster>div:nth-child(2){left:24%!important;top:0!important}.logo-roster>div:nth-child(3){right:-11%!important;left:auto!important;top:7%!important}.logo-roster>div:nth-child(4){left:-15%!important;top:27%!important}.logo-roster>div:nth-child(5){right:-13%!important;left:auto!important;top:29%!important}.logo-roster>div:nth-child(6){left:-14%!important;top:53%!important}.logo-roster>div:nth-child(7){right:-14%!important;left:auto!important;top:55%!important}.logo-roster>div:nth-child(8){left:-10%!important;top:78%!important}.logo-roster>div:nth-child(9){left:25%!important;top:82%!important}.logo-roster>div:nth-child(10){right:-12%!important;left:auto!important;top:79%!important}.logo-roster>div:nth-child(11),.logo-roster>div:nth-child(12){display:none!important}
}

/* V223: final client-wall geometry. Keep every circular sticker inside a balanced field. */
.clients{height:100svh!important;min-height:760px!important;padding:0!important;overflow:hidden!important}
.clients>.section-head{display:none!important}
.client-statement{top:50%!important;z-index:8!important;pointer-events:none!important}
.logo-roster{inset:clamp(82px,9vh,112px) 0!important;overflow:visible!important;z-index:12!important;pointer-events:none!important}
.logo-roster>div{pointer-events:auto!important;z-index:12!important;transform-origin:var(--peel-origin-x,50%) var(--peel-origin-y,88%)!important}
.logo-roster>div:hover{z-index:30!important;transform:perspective(1000px) translate3d(0,-1px,5px) rotateX(var(--peel-x,.6deg)) rotateY(var(--peel-y,-.6deg)) rotateZ(var(--r,0deg)) scale(1.004)!important;filter:drop-shadow(var(--peel-shadow-x,2px) var(--peel-shadow-y,5px) 5px rgba(20,18,15,.2)) drop-shadow(0 1px 1px rgba(20,18,15,.14))!important}
.logo-roster>div:before{content:""!important;display:block!important;position:absolute!important;left:var(--curl-x,88%)!important;top:var(--curl-y,12%)!important;width:34px!important;height:22px!important;z-index:5!important;border-radius:55% 45% 62% 38%!important;background:linear-gradient(145deg,#fffef9 0 42%,#d8d5cc 48%,rgba(86,82,74,.16) 59%,transparent 72%)!important;box-shadow:0 4px 5px rgba(20,18,15,.12)!important;opacity:0!important;transform:translate(-50%,-50%) rotate(var(--curl-r,45deg)) scale(.35)!important;transform-origin:center!important;transition:opacity .45s ease,transform .7s cubic-bezier(.16,1,.3,1)!important;pointer-events:none!important}
.logo-roster>div:hover:before{opacity:.88!important;transform:translate(-50%,-50%) rotate(var(--curl-r,45deg)) scale(1)!important}
.logo-roster>div:nth-child(1){left:2%!important;right:auto!important;top:2%!important;bottom:auto!important}.logo-roster>div:nth-child(2){left:25%!important;right:auto!important;top:0!important;bottom:auto!important}.logo-roster>div:nth-child(3){left:auto!important;right:25%!important;top:0!important;bottom:auto!important}.logo-roster>div:nth-child(4){left:auto!important;right:2%!important;top:3%!important;bottom:auto!important}.logo-roster>div:nth-child(5){left:0!important;right:auto!important;top:29%!important;bottom:auto!important}.logo-roster>div:nth-child(6){left:auto!important;right:0!important;top:30%!important;bottom:auto!important}.logo-roster>div:nth-child(7){left:1%!important;right:auto!important;top:auto!important;bottom:27%!important}.logo-roster>div:nth-child(8){left:auto!important;right:1%!important;top:auto!important;bottom:27%!important}.logo-roster>div:nth-child(9){left:10%!important;right:auto!important;top:auto!important;bottom:1%!important}.logo-roster>div:nth-child(10){left:33%!important;right:auto!important;top:auto!important;bottom:0!important}.logo-roster>div:nth-child(11){left:auto!important;right:33%!important;top:auto!important;bottom:0!important}.logo-roster>div:nth-child(12){left:auto!important;right:10%!important;top:auto!important;bottom:2%!important}
@media(max-width:800px){.clients{min-height:700px!important}.logo-roster{inset:78px 0!important}.logo-roster>div:nth-child(1){left:1%!important;top:0!important}.logo-roster>div:nth-child(2){left:31%!important;top:0!important}.logo-roster>div:nth-child(3){left:auto!important;right:1%!important;top:7%!important}.logo-roster>div:nth-child(4){left:0!important;top:27%!important}.logo-roster>div:nth-child(5){left:auto!important;right:0!important;top:29%!important}.logo-roster>div:nth-child(6){left:0!important;top:auto!important;bottom:29%!important}.logo-roster>div:nth-child(7){left:auto!important;right:0!important;top:auto!important;bottom:28%!important}.logo-roster>div:nth-child(8){left:2%!important;top:auto!important;bottom:1%!important}.logo-roster>div:nth-child(9){left:31%!important;top:auto!important;bottom:0!important}.logo-roster>div:nth-child(10){left:auto!important;right:2%!important;top:auto!important;bottom:1%!important}}

/* V224: even perimeter rhythm, flat adhesive rest state, and edge-only peel. */
.clients{height:112svh!important;min-height:840px!important}
.logo-roster{inset:clamp(110px,12vh,150px) 0!important}
.logo-roster>div{
  filter:none!important;
  box-shadow:none!important;
  transition:transform .72s cubic-bezier(.16,1,.3,1)!important;
}
.logo-roster>div:hover{
  filter:none!important;
  box-shadow:none!important;
  transform:perspective(1100px) translate3d(0,0,2px) rotateX(var(--peel-x,0deg)) rotateY(var(--peel-y,0deg)) rotateZ(var(--r,0deg)) scale(1.002)!important;
}
.logo-roster>div:before{
  width:42px!important;
  height:28px!important;
  z-index:20!important;
  background:linear-gradient(145deg,#fffef9 0 39%,#dedbd2 45%,rgba(47,44,39,.22) 56%,transparent 73%)!important;
  box-shadow:0 5px 7px rgba(20,18,15,.2)!important;
}
.logo-roster>div:after{opacity:.08!important}
.logo-roster>div:hover:after{opacity:.12!important}
.logo-roster>div:nth-child(1){left:2%!important;top:0!important}.logo-roster>div:nth-child(2){left:28.5%!important;top:0!important}.logo-roster>div:nth-child(3){left:55%!important;right:auto!important;top:0!important}.logo-roster>div:nth-child(4){right:2%!important;top:0!important}.logo-roster>div:nth-child(5){left:1%!important;top:34%!important}.logo-roster>div:nth-child(6){right:1%!important;top:34%!important}.logo-roster>div:nth-child(7){left:1%!important;top:auto!important;bottom:34%!important}.logo-roster>div:nth-child(8){right:1%!important;top:auto!important;bottom:34%!important}.logo-roster>div:nth-child(9){left:2%!important;top:auto!important;bottom:0!important}.logo-roster>div:nth-child(10){left:28.5%!important;top:auto!important;bottom:0!important}.logo-roster>div:nth-child(11){left:55%!important;right:auto!important;top:auto!important;bottom:0!important}.logo-roster>div:nth-child(12){right:2%!important;top:auto!important;bottom:0!important}
@media(max-width:800px){
  .clients{height:108svh!important;min-height:760px!important}
  .logo-roster{inset:92px 0!important}
}

/* V225: one geometric perimeter instead of twelve unrelated offsets. */
.logo-roster{
  --sticker-size:clamp(168px,15.5vw,222px);
}
.logo-roster>div{
  width:var(--sticker-size)!important;
  height:var(--sticker-size)!important;
  --slot-x:0%;
  --slot-y:0%;
  transform:translate(var(--slot-x),var(--slot-y)) perspective(1100px) rotateX(0deg) rotateY(0deg) rotateZ(var(--r,0deg))!important;
}
.logo-roster>div:hover{
  transform:translate(var(--slot-x),var(--slot-y)) perspective(1100px) translate3d(0,0,2px) rotateX(var(--peel-x,0deg)) rotateY(var(--peel-y,0deg)) rotateZ(var(--r,0deg)) scale(1.002)!important;
}
/* Four equal positions across the first row. */
.logo-roster>div:nth-child(1){left:0!important;right:auto!important;top:0!important;bottom:auto!important}
.logo-roster>div:nth-child(2){left:33.333%!important;right:auto!important;top:0!important;bottom:auto!important;--slot-x:-33.333%}
.logo-roster>div:nth-child(3){left:66.667%!important;right:auto!important;top:0!important;bottom:auto!important;--slot-x:-66.667%}
.logo-roster>div:nth-child(4){left:auto!important;right:0!important;top:0!important;bottom:auto!important}
/* Two equal positions down each side, leaving the statement readable. */
.logo-roster>div:nth-child(5){left:0!important;right:auto!important;top:33.333%!important;bottom:auto!important;--slot-y:-33.333%}
.logo-roster>div:nth-child(6){left:auto!important;right:0!important;top:33.333%!important;bottom:auto!important;--slot-y:-33.333%}
.logo-roster>div:nth-child(7){left:0!important;right:auto!important;top:66.667%!important;bottom:auto!important;--slot-y:-66.667%}
.logo-roster>div:nth-child(8){left:auto!important;right:0!important;top:66.667%!important;bottom:auto!important;--slot-y:-66.667%}
/* Four equal positions across the final row. */
.logo-roster>div:nth-child(9){left:0!important;right:auto!important;top:auto!important;bottom:0!important}
.logo-roster>div:nth-child(10){left:33.333%!important;right:auto!important;top:auto!important;bottom:0!important;--slot-x:-33.333%}
.logo-roster>div:nth-child(11){left:66.667%!important;right:auto!important;top:auto!important;bottom:0!important;--slot-x:-66.667%}
.logo-roster>div:nth-child(12){left:auto!important;right:0!important;top:auto!important;bottom:0!important}
.logo-roster>div:before{
  width:52px!important;
  height:34px!important;
  background:linear-gradient(145deg,#fffef9 0 36%,#e8e4db 42%,rgba(38,35,31,.28) 55%,transparent 72%)!important;
  box-shadow:0 6px 9px rgba(20,18,15,.24)!important;
}
.logo-roster>div:after,.logo-roster>div:hover:after{display:none!important}
@media(max-width:800px){
  .logo-roster{--sticker-size:clamp(126px,34vw,154px);inset:88px 0 102px!important}
}

/* V226: controlled scatter and an explicit edge-peel state. */
.logo-roster{--sticker-size:clamp(164px,15vw,216px)}
.logo-roster>div{
  --slot-x:0%;--slot-y:0%;
  position:absolute!important;
  isolation:isolate!important;
  overflow:visible!important;
}
.logo-roster>div img{
  position:relative!important;
  z-index:2!important;
}
.logo-roster>div.is-peeling,
.logo-roster>div.is-peeling:hover{
  z-index:40!important;
  transform:perspective(900px) translate3d(0,0,8px) rotateX(var(--peel-x,0deg)) rotateY(var(--peel-y,0deg)) rotateZ(var(--r,0deg)) scale(1.012)!important;
}
.logo-roster>div:before{
  z-index:5!important;
  width:58px!important;
  height:38px!important;
  opacity:0!important;
  background:linear-gradient(145deg,#fffefa 0 34%,#e8e3d8 41%,rgba(34,31,27,.34) 55%,transparent 73%)!important;
}
.logo-roster>div.is-peeling:before{
  opacity:1!important;
  transform:translate(-50%,-50%) rotate(var(--curl-r,0deg)) scale(1)!important;
}
.logo-roster>div:after{
  content:""!important;
  display:block!important;
  position:absolute!important;
  left:var(--curl-x,50%)!important;
  top:var(--curl-y,50%)!important;
  width:64px!important;
  height:32px!important;
  z-index:1!important;
  border-radius:50%!important;
  background:rgba(20,18,15,.28)!important;
  filter:blur(8px)!important;
  opacity:0!important;
  transform:translate(calc(-50% + var(--edge-shadow-x,0px)),calc(-50% + var(--edge-shadow-y,0px))) rotate(var(--curl-r,0deg)) scale(.65)!important;
  transition:opacity .38s ease,transform .68s cubic-bezier(.16,1,.3,1)!important;
  pointer-events:none!important;
}
.logo-roster>div.is-peeling:after{opacity:.72!important;transform:translate(calc(-50% + var(--edge-shadow-x,0px)),calc(-50% + var(--edge-shadow-y,0px))) rotate(var(--curl-r,0deg)) scale(1)!important}

/* Irregular, but optically balanced: four high, two on each side, four low. */
.logo-roster>div:nth-child(1){left:1%!important;right:auto!important;top:3%!important;bottom:auto!important;--r:-7deg}
.logo-roster>div:nth-child(2){left:25%!important;right:auto!important;top:0!important;bottom:auto!important;--r:4deg}
.logo-roster>div:nth-child(3){left:54%!important;right:auto!important;top:5%!important;bottom:auto!important;--r:-3deg}
.logo-roster>div:nth-child(4){left:auto!important;right:1%!important;top:1%!important;bottom:auto!important;--r:7deg}
.logo-roster>div:nth-child(5){left:3%!important;right:auto!important;top:31%!important;bottom:auto!important;--r:5deg}
.logo-roster>div:nth-child(6){left:auto!important;right:3%!important;top:35%!important;bottom:auto!important;--r:-6deg}
.logo-roster>div:nth-child(7){left:1%!important;right:auto!important;top:auto!important;bottom:28%!important;--r:-4deg}
.logo-roster>div:nth-child(8){left:auto!important;right:2%!important;top:auto!important;bottom:31%!important;--r:5deg}
.logo-roster>div:nth-child(9){left:7%!important;right:auto!important;top:auto!important;bottom:2%!important;--r:6deg}
.logo-roster>div:nth-child(10){left:31%!important;right:auto!important;top:auto!important;bottom:5%!important;--r:-5deg}
.logo-roster>div:nth-child(11){left:58%!important;right:auto!important;top:auto!important;bottom:0!important;--r:3deg}
.logo-roster>div:nth-child(12){left:auto!important;right:5%!important;top:auto!important;bottom:4%!important;--r:-7deg}
@media(max-width:800px){
  .logo-roster{--sticker-size:clamp(124px,33vw,150px)}
  .logo-roster>div:nth-child(1){left:0!important}.logo-roster>div:nth-child(2){left:31%!important}.logo-roster>div:nth-child(3){left:auto!important;right:0!important}
  .logo-roster>div:nth-child(4){left:-2%!important;right:auto!important;top:29%!important}.logo-roster>div:nth-child(5){left:auto!important;right:-2%!important;top:31%!important}
  .logo-roster>div:nth-child(6){left:0!important;right:auto!important;top:auto!important;bottom:30%!important}.logo-roster>div:nth-child(7){left:auto!important;right:0!important;bottom:28%!important}
  .logo-roster>div:nth-child(8){left:0!important;right:auto!important;bottom:1%!important}.logo-roster>div:nth-child(9){left:31%!important;bottom:3%!important}.logo-roster>div:nth-child(10){left:auto!important;right:0!important;bottom:0!important}
}

/* V227: additional client depth and a longer pause before Ways of Working. */
.clients{height:126svh!important;min-height:940px!important}
.client-statement{top:46%!important}
.logo-roster{inset:clamp(108px,11vh,142px) 0 clamp(170px,18vh,230px)!important}
.logo-roster>div:nth-child(13){left:18%!important;right:auto!important;top:25%!important;bottom:auto!important;--r:-9deg;z-index:16!important}
.logo-roster>div:nth-child(14){left:auto!important;right:19%!important;top:27%!important;bottom:auto!important;--r:8deg;z-index:17!important}
.logo-roster>div:nth-child(15){left:43%!important;right:auto!important;top:auto!important;bottom:5%!important;--r:-4deg;z-index:18!important}
@media(max-width:800px){
  .clients{height:122svh!important;min-height:860px!important}
  .logo-roster{inset:88px 0 150px!important}
  .logo-roster>div:nth-child(13){display:block!important;left:18%!important;top:20%!important}
  .logo-roster>div:nth-child(14){display:block!important;left:auto!important;right:16%!important;top:auto!important;bottom:18%!important}
  .logo-roster>div:nth-child(15){display:none!important}
}

/* V229: final cascade authority for the segmented 3D sticker field. */
.menu-open>.hero-enter{opacity:0!important;visibility:hidden!important;pointer-events:none!important;translate:0 10px!important}
.logo-roster>div:before,.logo-roster>div:after{display:none!important}
.logo-roster>div>a{position:absolute;inset:0;z-index:2;display:block;border-radius:50%}
.logo-roster>div.has-flex-mesh>a img{opacity:1!important;transition:opacity .14s ease!important}
.logo-roster>div.has-flex-mesh .sticker-flex{opacity:0!important;transition:opacity .12s ease!important}
.logo-roster>div.has-flex-mesh.is-bending>a img{opacity:0!important}
.logo-roster>div.has-flex-mesh.is-bending .sticker-flex{opacity:1!important}
.logo-roster>div.has-flex-mesh{transform:rotate(var(--r,0deg))!important;transform-style:preserve-3d!important;perspective:850px!important;filter:none!important;box-shadow:none!important;transition:transform .65s cubic-bezier(.16,1,.3,1)!important}
.logo-roster>div.has-flex-mesh:hover,.logo-roster>div.has-flex-mesh.is-bending{transform:rotate(var(--r,0deg)) scale(1.012)!important;filter:none!important}
.sticker-flex{position:absolute;inset:0;z-index:3;display:block;transform-style:preserve-3d;pointer-events:none}.sticker-flex i{position:absolute;display:block;background-repeat:no-repeat;backface-visibility:hidden;transform-origin:center;transition:transform .58s cubic-bezier(.16,1,.3,1);will-change:transform}.sticker-bend-shadow{position:absolute;z-index:1;display:block;opacity:0;pointer-events:none;background:rgba(22,19,16,.3);filter:blur(11px);transition:opacity .4s ease,transform .55s cubic-bezier(.16,1,.3,1)}.is-bending .sticker-bend-shadow{opacity:.62}[data-peel-edge="left"] .sticker-bend-shadow{left:-2%;top:12%;width:24%;height:76%;border-radius:60% 20% 20% 60%;transform:translateX(8px)}[data-peel-edge="right"] .sticker-bend-shadow{right:-2%;top:12%;width:24%;height:76%;border-radius:20% 60% 60% 20%;transform:translateX(-8px)}[data-peel-edge="top"] .sticker-bend-shadow{left:12%;top:-2%;width:76%;height:24%;border-radius:60% 60% 20% 20%;transform:translateY(8px)}[data-peel-edge="bottom"] .sticker-bend-shadow{left:12%;bottom:-2%;width:76%;height:24%;border-radius:20% 20% 60% 60%;transform:translateY(-8px)}
.logo-roster{--sticker-size:clamp(132px,12vw,172px)}.logo-roster>div{width:var(--sticker-size)!important;height:var(--sticker-size)!important;--slot-x:0%;--slot-y:0%}
.logo-roster>div:nth-child(1){left:1%!important;right:auto!important;top:3%!important;bottom:auto!important}.logo-roster>div:nth-child(2){left:18%!important;right:auto!important;top:0!important;bottom:auto!important}.logo-roster>div:nth-child(3){left:35%!important;right:auto!important;top:5%!important;bottom:auto!important}.logo-roster>div:nth-child(4){left:52%!important;right:auto!important;top:1%!important;bottom:auto!important}.logo-roster>div:nth-child(5){left:69%!important;right:auto!important;top:6%!important;bottom:auto!important}.logo-roster>div:nth-child(6){left:auto!important;right:1%!important;top:2%!important;bottom:auto!important}.logo-roster>div:nth-child(7){left:2%!important;right:auto!important;top:28%!important;bottom:auto!important}.logo-roster>div:nth-child(8){left:20%!important;right:auto!important;top:25%!important;bottom:auto!important}.logo-roster>div:nth-child(9){left:41%!important;right:auto!important;top:30%!important;bottom:auto!important}.logo-roster>div:nth-child(10){left:68%!important;right:auto!important;top:26%!important;bottom:auto!important}.logo-roster>div:nth-child(11){left:auto!important;right:1%!important;top:31%!important;bottom:auto!important}.logo-roster>div:nth-child(12){left:1%!important;right:auto!important;top:auto!important;bottom:29%!important}.logo-roster>div:nth-child(13){left:21%!important;right:auto!important;top:auto!important;bottom:25%!important}.logo-roster>div:nth-child(14){left:48%!important;right:auto!important;top:auto!important;bottom:30%!important}.logo-roster>div:nth-child(15){left:67%!important;right:auto!important;top:auto!important;bottom:26%!important}
.logo-roster>div:nth-child(16){left:auto!important;right:2%!important;top:auto!important;bottom:31%!important;--r:-7deg}.logo-roster>div:nth-child(17){left:2%!important;right:auto!important;top:auto!important;bottom:1%!important;--r:7deg}.logo-roster>div:nth-child(18){left:19%!important;right:auto!important;top:auto!important;bottom:5%!important;--r:-5deg}.logo-roster>div:nth-child(19){left:36%!important;right:auto!important;top:auto!important;bottom:0!important;--r:6deg}.logo-roster>div:nth-child(20){left:53%!important;right:auto!important;top:auto!important;bottom:4%!important;--r:-7deg}.logo-roster>div:nth-child(21){left:70%!important;right:auto!important;top:auto!important;bottom:0!important;--r:5deg}.logo-roster>div:nth-child(22){left:auto!important;right:1%!important;top:auto!important;bottom:3%!important;--r:-8deg}
.cursor-dot{transition:width .65s cubic-bezier(.16,1,.3,1),height .65s cubic-bezier(.16,1,.3,1),opacity .4s ease,filter .55s ease!important}.cursor-dot:before,.cursor-dot:after{transition:opacity .5s ease,filter .55s ease,scale .75s cubic-bezier(.16,1,.3,1)!important}
@media(max-width:800px){.logo-roster{--sticker-size:clamp(92px,24vw,118px)}.sticker-flex i{transition-duration:.42s}.logo-roster>div:nth-child(n+16){display:none!important}}
@media(prefers-reduced-motion:reduce){.logo-roster>div.has-flex-mesh>a img{opacity:1!important}.sticker-flex,.sticker-bend-shadow{display:none!important}}

/* V233: React Bits Sticker Peel port + larger, protected-center client wall. */
.logo-roster{--sticker-size:clamp(190px,17vw,246px)!important;overflow:visible!important}
.logo-roster>div{width:var(--sticker-size)!important;height:var(--sticker-size)!important;overflow:visible!important;isolation:isolate;transition:z-index 0s .62s!important}
.logo-roster>div:hover,.logo-roster>div:focus-within{z-index:120!important;transition-delay:0s!important}
.logo-roster>div>a{position:absolute!important;inset:0!important;display:block!important;border-radius:50%;overflow:visible!important}
.logo-roster>div.has-rb-peel{transform:rotate(var(--r,0deg))!important;filter:none!important;box-shadow:none!important}
.logo-roster>div.has-rb-peel:hover{transform:rotate(var(--r,0deg)) scale(1.025)!important}
.rb-sticker{--peel-padding:10px;--peel-hover:27%;--peel-active:36%;--peel-start:calc(-1 * var(--peel-padding));--peel-end:calc(100% + var(--peel-padding));position:absolute;inset:0;display:block;transform:rotate(var(--peel-direction));transform-origin:center;overflow:visible;cursor:pointer}
.rb-sticker *{user-select:none;-webkit-user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent}
.rb-sticker-main{position:absolute;inset:0;display:block;clip-path:polygon(var(--peel-start) var(--peel-start),var(--peel-end) var(--peel-start),var(--peel-end) var(--peel-end),var(--peel-start) var(--peel-end));filter:drop-shadow(0 0 0 rgba(24,20,16,0));transition:clip-path .68s cubic-bezier(.16,1,.3,1),filter .68s cubic-bezier(.16,1,.3,1);will-change:clip-path,filter}
.rb-sticker-main>*{transform:rotate(calc(-1 * var(--peel-direction)))}
.rb-sticker-light,.rb-sticker-back{position:absolute;inset:0;display:block;border-radius:50%}
.rb-sticker-light:after{content:'';position:absolute;inset:3%;border-radius:50%;pointer-events:none;background:radial-gradient(circle at var(--light-x,35%) var(--light-y,24%),rgba(255,255,255,.34),transparent 33%);mix-blend-mode:screen;opacity:.18;transition:opacity .5s ease}
.rb-sticker-image{display:block!important;width:100%!important;height:100%!important;object-fit:contain!important;opacity:1!important;filter:none!important;transform:none!important}
.rb-sticker-flap{position:absolute;display:block;width:100%;height:100%;left:0;top:calc(-100% - var(--peel-padding) * 2);clip-path:polygon(var(--peel-start) var(--peel-start),var(--peel-end) var(--peel-start),var(--peel-end) var(--peel-start),var(--peel-start) var(--peel-start));transform:scaleY(-1);transition:clip-path .68s cubic-bezier(.16,1,.3,1),top .68s cubic-bezier(.16,1,.3,1);will-change:clip-path,top;pointer-events:none}
.rb-sticker-flap>*{transform:rotate(calc(-1 * var(--peel-direction)))}
.rb-sticker-image-back{filter:grayscale(1) brightness(.88) contrast(.42)!important;opacity:.96!important}
.rb-sticker:hover .rb-sticker-main,.rb-sticker.touch-active .rb-sticker-main{clip-path:polygon(var(--peel-start) var(--peel-hover),var(--peel-end) var(--peel-hover),var(--peel-end) var(--peel-end),var(--peel-start) var(--peel-end));filter:drop-shadow(1px 8px 7px rgba(29,24,18,.28))}
.rb-sticker:hover .rb-sticker-flap,.rb-sticker.touch-active .rb-sticker-flap{clip-path:polygon(var(--peel-start) var(--peel-start),var(--peel-end) var(--peel-start),var(--peel-end) var(--peel-hover),var(--peel-start) var(--peel-hover));top:calc(-100% + 2 * var(--peel-hover) - 1px)}
.rb-sticker:hover .rb-sticker-light:after{opacity:.58}
.rb-sticker:active .rb-sticker-main{clip-path:polygon(var(--peel-start) var(--peel-active),var(--peel-end) var(--peel-active),var(--peel-end) var(--peel-end),var(--peel-start) var(--peel-end))}
.rb-sticker:active .rb-sticker-flap{clip-path:polygon(var(--peel-start) var(--peel-start),var(--peel-end) var(--peel-start),var(--peel-end) var(--peel-active),var(--peel-start) var(--peel-active));top:calc(-100% + 2 * var(--peel-active) - 1px)}
.sticker-flex,.sticker-bend-shadow{display:none!important}
.logo-roster>div:nth-child(1){left:0!important;top:2%!important;right:auto!important;bottom:auto!important}.logo-roster>div:nth-child(2){left:17%!important;top:-1%!important;right:auto!important;bottom:auto!important}.logo-roster>div:nth-child(3){left:34%!important;top:4%!important;right:auto!important;bottom:auto!important}.logo-roster>div:nth-child(4){left:51%!important;top:0!important;right:auto!important;bottom:auto!important}.logo-roster>div:nth-child(5){left:68%!important;top:5%!important;right:auto!important;bottom:auto!important}.logo-roster>div:nth-child(6){left:auto!important;right:0!important;top:1%!important;bottom:auto!important}
.logo-roster>div:nth-child(7){left:-1%!important;top:29%!important;right:auto!important;bottom:auto!important}.logo-roster>div:nth-child(8){left:17%!important;top:25%!important;right:auto!important;bottom:auto!important}.logo-roster>div:nth-child(9){left:72%!important;top:27%!important;right:auto!important;bottom:auto!important}.logo-roster>div:nth-child(10){left:auto!important;right:-1%!important;top:32%!important;bottom:auto!important}
.logo-roster>div:nth-child(11){left:1%!important;top:auto!important;right:auto!important;bottom:27%!important}.logo-roster>div:nth-child(12){left:18%!important;top:auto!important;right:auto!important;bottom:31%!important}.logo-roster>div:nth-child(13){left:71%!important;top:auto!important;right:auto!important;bottom:29%!important}.logo-roster>div:nth-child(14){left:auto!important;right:0!important;top:auto!important;bottom:25%!important}
.logo-roster>div:nth-child(15){left:0!important;top:auto!important;right:auto!important;bottom:0!important}.logo-roster>div:nth-child(16){left:12%!important;top:auto!important;right:auto!important;bottom:4%!important}.logo-roster>div:nth-child(17){left:24%!important;top:auto!important;right:auto!important;bottom:-2%!important}.logo-roster>div:nth-child(18){left:36%!important;top:auto!important;right:auto!important;bottom:3%!important}.logo-roster>div:nth-child(19){left:48%!important;top:auto!important;right:auto!important;bottom:-1%!important}.logo-roster>div:nth-child(20){left:60%!important;top:auto!important;right:auto!important;bottom:4%!important}.logo-roster>div:nth-child(21){left:72%!important;top:auto!important;right:auto!important;bottom:-2%!important}.logo-roster>div:nth-child(22){left:84%!important;top:auto!important;right:auto!important;bottom:3%!important}.logo-roster>div:nth-child(23){left:auto!important;right:-1%!important;top:auto!important;bottom:-2%!important;--r:4deg}
@media(max-width:800px){.logo-roster{--sticker-size:clamp(108px,29vw,132px)!important}.logo-roster>div:nth-child(n+13){display:none!important}.rb-sticker{--peel-hover:23%;--peel-active:30%}}
@media(prefers-reduced-motion:reduce){.rb-sticker-main,.rb-sticker-flap{transition:none!important}.rb-sticker:hover .rb-sticker-main{clip-path:polygon(var(--peel-start) var(--peel-start),var(--peel-end) var(--peel-start),var(--peel-end) var(--peel-end),var(--peel-start) var(--peel-end));filter:none}.rb-sticker-flap{display:none!important}}

/* V234: clustered perimeter wall and gentler, varied sticker lifts. */
.rb-sticker{--peel-hover:14%!important;--peel-active:20%!important}
.rb-sticker:hover .rb-sticker-main,.rb-sticker.touch-active .rb-sticker-main{filter:drop-shadow(1px 4px 4px rgba(29,24,18,.2))!important}
.rb-sticker-back{background:#b8b4aa!important;box-shadow:inset 0 0 0 1px rgba(73,68,60,.1)}
.rb-sticker-image-back{visibility:hidden!important}
.logo-roster>div:nth-child(1){left:1%!important;top:2%!important;--r:-14deg}.logo-roster>div:nth-child(2){left:17%!important;top:-1%!important;--r:11deg}.logo-roster>div:nth-child(3){left:33%!important;top:3%!important;--r:-12deg}.logo-roster>div:nth-child(4){left:51%!important;top:0!important;--r:14deg}.logo-roster>div:nth-child(5){left:67%!important;top:4%!important;--r:-10deg}.logo-roster>div:nth-child(6){left:auto!important;right:1%!important;top:1%!important;--r:13deg}
.logo-roster>div:nth-child(7){left:1%!important;right:auto!important;top:18%!important;bottom:auto!important;--r:12deg}.logo-roster>div:nth-child(8){left:15%!important;right:auto!important;top:32%!important;bottom:auto!important;--r:-15deg}.logo-roster>div:nth-child(9){left:0!important;right:auto!important;top:46%!important;bottom:auto!important;--r:14deg}.logo-roster>div:nth-child(10){left:15%!important;right:auto!important;top:60%!important;bottom:auto!important;--r:-11deg}.logo-roster>div:nth-child(11){left:1%!important;right:auto!important;top:74%!important;bottom:auto!important;--r:16deg}
.logo-roster>div:nth-child(12){left:auto!important;right:1%!important;top:18%!important;bottom:auto!important;--r:-13deg}.logo-roster>div:nth-child(13){left:auto!important;right:15%!important;top:32%!important;bottom:auto!important;--r:15deg}.logo-roster>div:nth-child(14){left:auto!important;right:0!important;top:46%!important;bottom:auto!important;--r:-14deg}.logo-roster>div:nth-child(15){left:auto!important;right:15%!important;top:60%!important;bottom:auto!important;--r:12deg}.logo-roster>div:nth-child(16){left:auto!important;right:1%!important;top:74%!important;bottom:auto!important;--r:-16deg}
.logo-roster>div:nth-child(17){left:1%!important;right:auto!important;top:auto!important;bottom:0!important;--r:-13deg}.logo-roster>div:nth-child(18){left:15%!important;right:auto!important;top:auto!important;bottom:3%!important;--r:14deg}.logo-roster>div:nth-child(19){left:29%!important;right:auto!important;top:auto!important;bottom:-1%!important;--r:-11deg}.logo-roster>div:nth-child(20){left:43%!important;right:auto!important;top:auto!important;bottom:2%!important;--r:16deg}.logo-roster>div:nth-child(21){left:57%!important;right:auto!important;top:auto!important;bottom:-1%!important;--r:-14deg}.logo-roster>div:nth-child(22){left:71%!important;right:auto!important;top:auto!important;bottom:3%!important;--r:12deg}.logo-roster>div:nth-child(23){left:auto!important;right:1%!important;top:auto!important;bottom:0!important;--r:-15deg}
.cursor-dot:before{scale:1.66 .56!important;filter:blur(7px)!important}.cursor-dot:after{scale:1.48 .62!important;filter:blur(6.5px)!important}.cursor-dot.active:before{scale:1.82 .5!important}.cursor-dot.active:after{scale:1.62 .56!important}
@media(max-width:800px){.rb-sticker{--peel-hover:11%!important;--peel-active:16%!important}}

/* V235: restore the expressive peel and keep side clusters clear of the floor row. */
.rb-sticker{--peel-hover:27%!important;--peel-active:36%!important}
.rb-sticker:hover .rb-sticker-main,.rb-sticker.touch-active .rb-sticker-main{filter:drop-shadow(1px 8px 7px rgba(29,24,18,.27))!important}
.logo-roster>div:nth-child(7){top:17%!important}.logo-roster>div:nth-child(8){top:28%!important}.logo-roster>div:nth-child(9){top:39%!important}.logo-roster>div:nth-child(10){top:50%!important}.logo-roster>div:nth-child(11){left:2%!important;top:61%!important}
.logo-roster>div:nth-child(12){top:17%!important}.logo-roster>div:nth-child(13){top:28%!important}.logo-roster>div:nth-child(14){top:39%!important}.logo-roster>div:nth-child(15){top:50%!important}.logo-roster>div:nth-child(16){right:2%!important;top:61%!important}
.logo-roster>div:nth-child(17){left:1%!important;bottom:-1%!important}.logo-roster>div:nth-child(18){left:15.2%!important;bottom:2%!important}.logo-roster>div:nth-child(19){left:29.4%!important;bottom:-2%!important}.logo-roster>div:nth-child(20){left:43.6%!important;bottom:1.5%!important}.logo-roster>div:nth-child(21){left:57.8%!important;bottom:-2%!important}.logo-roster>div:nth-child(22){left:72%!important;bottom:2%!important}.logo-roster>div:nth-child(23){left:auto!important;right:1%!important;bottom:-1%!important}
@media(max-width:800px){.rb-sticker{--peel-hover:22%!important;--peel-active:29%!important}}

/* V236: geometrically aligned adhesive flap with a quieter lift. */
.rb-sticker{--peel-hover:19%!important;--peel-active:26%!important}
.rb-sticker-flap{border-radius:50%!important;background:#b8b4aa!important;box-shadow:inset 0 0 0 1px rgba(73,68,60,.1)}
.rb-sticker-flap>*{transform:none!important}
.rb-sticker-back{background:transparent!important;box-shadow:none!important}
.rb-sticker:hover .rb-sticker-main,.rb-sticker.touch-active .rb-sticker-main{filter:drop-shadow(1px 5px 5px rgba(29,24,18,.2))!important}
@media(max-width:800px){.rb-sticker{--peel-hover:16%!important;--peel-active:22%!important}}

/* V237: faithful React Bits StickerPeel rendering mechanics. */
.rb-sticker{--peel-padding:10px!important;--peel-hover:22%!important;--peel-active:30%!important;--peel-start:calc(-1 * var(--peel-padding))!important;--peel-end:calc(100% + var(--peel-padding))!important;transform:rotate(var(--peel-direction))!important;transform-origin:center!important}
.rb-sticker-filters{position:absolute;width:0;height:0;overflow:hidden;pointer-events:none}
.rb-sticker-main{clip-path:polygon(var(--peel-start) var(--peel-start),var(--peel-end) var(--peel-start),var(--peel-end) var(--peel-end),var(--peel-start) var(--peel-end))!important;transition:clip-path .6s ease-out!important;will-change:clip-path,transform!important}
.rb-sticker-main>*{transform:rotate(calc(-1 * var(--peel-direction)))!important}
.rb-sticker-light:after{content:none!important;display:none!important}
.rb-sticker-image{display:block!important;width:100%!important;height:100%!important;object-fit:contain!important;opacity:1!important;transform:none!important}
.rb-sticker-flap{position:absolute!important;width:100%!important;height:100%!important;left:0!important;top:calc(-100% - var(--peel-padding) - var(--peel-padding))!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;clip-path:polygon(var(--peel-start) var(--peel-start),var(--peel-end) var(--peel-start),var(--peel-end) var(--peel-start),var(--peel-start) var(--peel-start))!important;transform:scaleY(-1)!important;transition:all .6s ease-out!important;will-change:clip-path,transform!important}
.rb-sticker-flap>*{transform:rotate(calc(-1 * var(--peel-direction)))!important}
.rb-sticker-back{position:absolute!important;inset:0!important;display:block!important;border-radius:0!important;background:transparent!important;box-shadow:none!important}
.rb-sticker-image-back{visibility:visible!important;display:block!important;opacity:1!important}
.rb-sticker:hover .rb-sticker-main,.rb-sticker.touch-active .rb-sticker-main{clip-path:polygon(var(--peel-start) var(--peel-hover),var(--peel-end) var(--peel-hover),var(--peel-end) var(--peel-end),var(--peel-start) var(--peel-end))!important}
.rb-sticker:hover .rb-sticker-flap,.rb-sticker.touch-active .rb-sticker-flap{clip-path:polygon(var(--peel-start) var(--peel-start),var(--peel-end) var(--peel-start),var(--peel-end) var(--peel-hover),var(--peel-start) var(--peel-hover))!important;top:calc(-100% + 2 * var(--peel-hover) - 1px)!important}
.rb-sticker:active .rb-sticker-main{clip-path:polygon(var(--peel-start) var(--peel-active),var(--peel-end) var(--peel-active),var(--peel-end) var(--peel-end),var(--peel-start) var(--peel-end))!important}
.rb-sticker:active .rb-sticker-flap{clip-path:polygon(var(--peel-start) var(--peel-start),var(--peel-end) var(--peel-start),var(--peel-end) var(--peel-active),var(--peel-start) var(--peel-active))!important;top:calc(-100% + 2 * var(--peel-active) - 1px)!important}
@media(max-width:800px){.rb-sticker{--peel-hover:18%!important;--peel-active:25%!important}}
@media(prefers-reduced-motion:reduce){.rb-sticker-main,.rb-sticker-flap{transition:none!important}.rb-sticker-flap{display:none!important}}

/* V238: restrained React Bits peel parameters. */
.rb-sticker{--peel-hover:13%!important;--peel-active:18%!important}
.logo-roster>div.has-rb-peel:hover{transform:rotate(var(--r,0deg)) scale(1.008)!important}
@media(max-width:800px){.rb-sticker{--peel-hover:10%!important;--peel-active:15%!important}}

/* V239: tune StickerPeel only through the original React Bits variables. */
.rb-sticker{
  --sticker-rotate:0deg;
  --sticker-p:10px;
  --sticker-peelback-hover:14%;
  --sticker-peelback-active:20%;
  --sticker-peel-easing:power3.out;
  --sticker-peel-hover-easing:power2.out;
  --sticker-start:calc(-1 * var(--sticker-p));
  --sticker-end:calc(100% + var(--sticker-p));
  --sticker-shadow-opacity:.16;
  --sticker-lighting-constant:.02;
}
.rb-sticker-main{clip-path:polygon(var(--sticker-start) var(--sticker-start),var(--sticker-end) var(--sticker-start),var(--sticker-end) var(--sticker-end),var(--sticker-start) var(--sticker-end))!important}
.rb-sticker-image,.rb-sticker-image-back{transform:rotate(var(--sticker-rotate))!important}
.rb-sticker-flap{top:calc(-100% - var(--sticker-p) - var(--sticker-p))!important;clip-path:polygon(var(--sticker-start) var(--sticker-start),var(--sticker-end) var(--sticker-start),var(--sticker-end) var(--sticker-start),var(--sticker-start) var(--sticker-start))!important}
.rb-sticker:hover .rb-sticker-main,.rb-sticker.touch-active .rb-sticker-main{clip-path:polygon(var(--sticker-start) var(--sticker-peelback-hover),var(--sticker-end) var(--sticker-peelback-hover),var(--sticker-end) var(--sticker-end),var(--sticker-start) var(--sticker-end))!important}
.rb-sticker:hover .rb-sticker-flap,.rb-sticker.touch-active .rb-sticker-flap{clip-path:polygon(var(--sticker-start) var(--sticker-start),var(--sticker-end) var(--sticker-start),var(--sticker-end) var(--sticker-peelback-hover),var(--sticker-start) var(--sticker-peelback-hover))!important;top:calc(-100% + 2 * var(--sticker-peelback-hover) - 1px)!important}
.rb-sticker:active .rb-sticker-main{clip-path:polygon(var(--sticker-start) var(--sticker-peelback-active),var(--sticker-end) var(--sticker-peelback-active),var(--sticker-end) var(--sticker-end),var(--sticker-start) var(--sticker-end))!important}
.rb-sticker:active .rb-sticker-flap{clip-path:polygon(var(--sticker-start) var(--sticker-start),var(--sticker-end) var(--sticker-start),var(--sticker-end) var(--sticker-peelback-active),var(--sticker-start) var(--sticker-peelback-active))!important;top:calc(-100% + 2 * var(--sticker-peelback-active) - 1px)!important}
@media(max-width:800px){.rb-sticker{--sticker-peelback-hover:11%;--sticker-peelback-active:16%}}

/* V240: peel and shadow only; no sticker lighting or glow. */
.rb-sticker-light,.rb-sticker-back{filter:none!important}
.rb-sticker-light:after{content:none!important;display:none!important}
.rb-sticker{--sticker-lighting-constant:0!important}

/* V241: seven-sticker top cluster, including Expawers. */
.logo-roster>div:nth-child(1){left:1%!important}.logo-roster>div:nth-child(2){left:15%!important}.logo-roster>div:nth-child(3){left:29%!important}.logo-roster>div:nth-child(4){left:43%!important}.logo-roster>div:nth-child(5){left:57%!important}.logo-roster>div:nth-child(6){left:71%!important;right:auto!important}.logo-roster>div:nth-child(24){display:block!important;left:auto!important;right:1%!important;top:2%!important;bottom:auto!important;--r:15deg}
@media(max-width:800px){.logo-roster>div:nth-child(24){display:none!important}}

/* V242: stickers sit flush; depth appears only while peeling. */
.rb-sticker-main{filter:none!important}
.rb-sticker:hover .rb-sticker-main,.rb-sticker.touch-active .rb-sticker-main,.rb-sticker:active .rb-sticker-main{filter:var(--sticker-shadow-filter)!important}

/* V244: interpolate peel depth without changing the sticker's stack level. */
.logo-roster>div,.logo-roster>div:hover,.logo-roster>div:focus-within{z-index:2!important;transition:none!important}
.logo-roster>div.has-rb-peel,.logo-roster>div.has-rb-peel:hover,.logo-roster>div.has-rb-peel:focus-within{transform:rotate(var(--r,0deg))!important}
.rb-sticker-main{filter:drop-shadow(2px 4px .01px rgb(0 0 0 / 0))!important;transition:clip-path .6s ease-out,filter .48s ease!important}
.rb-sticker:hover .rb-sticker-main,.rb-sticker.touch-active .rb-sticker-main,.rb-sticker:active .rb-sticker-main{filter:drop-shadow(2px 4px 1.4px rgb(0 0 0 / var(--sticker-shadow-opacity,.16)))!important}

/* V245: keep the Perspective payoff and supporting note in separate bands. */
.manifesto .manifesto-note{
  left:50%!important;
  right:42px!important;
  bottom:clamp(26px,4.5vh,54px)!important;
  width:auto!important;
  max-width:none!important;
  margin:0!important;
  text-align:center!important;
  white-space:nowrap!important;
}
@media(min-width:801px) and (max-height:850px){
  .opening-stack>.manifesto{padding:clamp(94px,13vh,124px) 42px 28px!important}
  .manifesto .section-no{top:clamp(68px,9vh,82px)!important}
  .manifesto .manifesto-line{font-size:clamp(58px,6.4vw,94px)!important;line-height:.9!important}
  .manifesto .manifesto-line:not(.indent):not(.manifesto-look){margin-top:clamp(105px,17vh,142px)!important}
  .manifesto .manifesto-look{margin-top:.08em!important;padding-right:12vw!important}
  .manifesto .manifesto-look .look-twice{font-size:1.04em!important;line-height:.86!important}
  .manifesto .manifesto-note{bottom:24px!important;width:auto!important;font-size:14px!important;line-height:1.35!important}
}
@media(max-width:800px){
  .manifesto .manifesto-note{left:22px!important;right:22px!important;bottom:34px!important;width:auto!important;font-size:13px!important;white-space:normal!important}
}

/* V248: varied sticker attitudes without a mechanical left/right alternation. */
.logo-roster>div:nth-child(1){--r:-13deg}.logo-roster>div:nth-child(2){--r:3deg}.logo-roster>div:nth-child(3){--r:-5deg}.logo-roster>div:nth-child(4){--r:9deg}.logo-roster>div:nth-child(5){--r:-1deg}.logo-roster>div:nth-child(6){--r:14deg}
.logo-roster>div:nth-child(7){--r:6deg}.logo-roster>div:nth-child(8){--r:-10deg}.logo-roster>div:nth-child(9){--r:2deg}.logo-roster>div:nth-child(10){--r:-4deg}.logo-roster>div:nth-child(11){--r:12deg}.logo-roster>div:nth-child(12){--r:-7deg}
.logo-roster>div:nth-child(13){--r:1deg}.logo-roster>div:nth-child(14){--r:-14deg}.logo-roster>div:nth-child(15){--r:5deg}.logo-roster>div:nth-child(16){--r:-2deg}.logo-roster>div:nth-child(17){--r:-9deg}.logo-roster>div:nth-child(18){--r:4deg}
.logo-roster>div:nth-child(19){--r:11deg}.logo-roster>div:nth-child(20){--r:-3deg}.logo-roster>div:nth-child(21){--r:7deg}.logo-roster>div:nth-child(22){--r:-12deg}.logo-roster>div:nth-child(23){--r:0deg}.logo-roster>div:nth-child(24){--r:8deg}

/* V258: University of Michigan joins the upper-right client cluster. */
.logo-roster>div:nth-child(25){display:block!important;left:auto!important;right:10%!important;top:12%!important;bottom:auto!important;--r:-9deg}
@media(max-width:800px){.logo-roster>div:nth-child(25){display:none!important}}

/* V261: the fullscreen menu must cover footer elements that intentionally sit above effects. */
.menu-scene{z-index:720!important}
.menu-open .nav{z-index:730!important}

/* V262: move Michigan out of the crowded upper-right stack. */
.logo-roster>div:nth-child(25){
  display:block!important;
  left:auto!important;
  right:11%!important;
  top:13%!important;
  bottom:auto!important;
  width:calc(var(--sticker-size) * .68)!important;
  height:calc(var(--sticker-size) * .68)!important;
  --r:-7deg;
}
@media(max-width:800px){.logo-roster>div:nth-child(25){display:none!important}}

/* V263: one consistent sticker diameter, loosely distributed around the perimeter. */
@media(min-width:801px){
  .logo-roster{--sticker-size:clamp(190px,17vw,246px)!important}
  .logo-roster>div:nth-child(n){width:var(--sticker-size)!important;height:var(--sticker-size)!important}
  .logo-roster>div:nth-child(1){left:0!important;top:1%!important}.logo-roster>div:nth-child(2){left:15%!important;top:-1%!important}.logo-roster>div:nth-child(3){left:31%!important;top:2%!important}.logo-roster>div:nth-child(4){left:47%!important;top:0!important}.logo-roster>div:nth-child(5){left:63%!important;top:3%!important}.logo-roster>div:nth-child(6){left:78%!important;right:auto!important;top:-1%!important}.logo-roster>div:nth-child(24){left:auto!important;right:0!important;top:2%!important}
  .logo-roster>div:nth-child(7){left:1%!important;top:19%!important}.logo-roster>div:nth-child(8){left:-1%!important;top:35%!important}.logo-roster>div:nth-child(9){left:1%!important;top:51%!important}.logo-roster>div:nth-child(10){left:-1%!important;top:67%!important}.logo-roster>div:nth-child(11){left:1%!important;top:81%!important}
  .logo-roster>div:nth-child(12){right:1%!important;top:19%!important}.logo-roster>div:nth-child(13){right:-1%!important;top:35%!important}.logo-roster>div:nth-child(14){right:1%!important;top:51%!important}.logo-roster>div:nth-child(15){right:-1%!important;top:67%!important}.logo-roster>div:nth-child(16){right:1%!important;top:81%!important}
  .logo-roster>div:nth-child(17){left:0!important;bottom:-1%!important}.logo-roster>div:nth-child(18){left:13%!important;bottom:2%!important}.logo-roster>div:nth-child(19){left:26%!important;bottom:-2%!important}.logo-roster>div:nth-child(20){left:39%!important;bottom:1%!important}.logo-roster>div:nth-child(21){left:52%!important;bottom:-1%!important}.logo-roster>div:nth-child(22){left:65%!important;bottom:2%!important}.logo-roster>div:nth-child(23){left:78%!important;right:auto!important;bottom:-2%!important}.logo-roster>div:nth-child(25){left:auto!important;right:0!important;top:auto!important;bottom:1%!important}
}

/* V265: stagger the large stickers into the available perimeter space. */
@media(min-width:801px){
  .logo-roster>div:nth-child(1){left:-2%!important;top:0!important}.logo-roster>div:nth-child(2){left:14%!important;top:4%!important}.logo-roster>div:nth-child(3){left:30%!important;top:-1%!important}.logo-roster>div:nth-child(4){left:46%!important;top:3%!important}.logo-roster>div:nth-child(5){left:62%!important;top:0!important}.logo-roster>div:nth-child(6){left:78%!important;right:auto!important;top:4%!important}.logo-roster>div:nth-child(24){left:auto!important;right:-2%!important;top:-1%!important}
  .logo-roster>div:nth-child(7){left:-2%!important;top:18%!important}.logo-roster>div:nth-child(8){left:9%!important;top:34%!important}.logo-roster>div:nth-child(9){left:-1%!important;top:50%!important}.logo-roster>div:nth-child(10){left:10%!important;top:66%!important}.logo-roster>div:nth-child(11){left:-2%!important;top:80%!important}
  .logo-roster>div:nth-child(12){right:-2%!important;top:18%!important}.logo-roster>div:nth-child(13){right:9%!important;top:34%!important}.logo-roster>div:nth-child(14){right:-1%!important;top:50%!important}.logo-roster>div:nth-child(15){right:10%!important;top:66%!important}.logo-roster>div:nth-child(16){right:-2%!important;top:80%!important}
  .logo-roster>div:nth-child(17){left:-2%!important;bottom:0!important}.logo-roster>div:nth-child(18){left:12.5%!important;bottom:4%!important}.logo-roster>div:nth-child(19){left:27%!important;bottom:-2%!important}.logo-roster>div:nth-child(20){left:41.5%!important;bottom:3%!important}.logo-roster>div:nth-child(21){left:56%!important;bottom:-1%!important}.logo-roster>div:nth-child(22){left:70.5%!important;bottom:4%!important}.logo-roster>div:nth-child(23){left:84%!important;right:auto!important;bottom:-2%!important}.logo-roster>div:nth-child(25){left:auto!important;right:-2%!important;top:auto!important;bottom:1%!important}
}

/* V266: collision offsets enforce no more than 15% sticker overlap. */
@media(min-width:801px){.logo-roster>div.has-rb-peel,.logo-roster>div.has-rb-peel:hover,.logo-roster>div.has-rb-peel:focus-within{transform:translate(var(--collision-x,0),var(--collision-y,0)) rotate(var(--r,0deg))!important}}

/* V268: cap overlap at 8% and preserve each sticker's fixed stacking layer. */
@media(min-width:801px){.logo-roster>div,.logo-roster>div:hover,.logo-roster>div:focus-within{z-index:var(--sticker-layer,2)!important}}

/* V249: accessible intake chips with a quieter, built-in spectral selection language. */
.intake-services>div{gap:10px!important}
.intake-services label{
  --chip-pink:rgba(255,38,125,.2);
  --chip-cyan:rgba(0,194,255,.18);
  --chip-yellow:rgba(246,220,44,.12);
  --chip-violet:rgba(119,73,255,.13);
  position:relative!important;
  display:inline-flex!important;
  max-width:100%;
  cursor:pointer;
}
.intake-services label:nth-child(4n+2){--chip-pink:rgba(255,38,125,.14);--chip-cyan:rgba(0,194,255,.22);--chip-yellow:rgba(246,220,44,.15);--chip-violet:rgba(119,73,255,.1)}
.intake-services label:nth-child(4n+3){--chip-pink:rgba(255,38,125,.18);--chip-cyan:rgba(0,194,255,.12);--chip-yellow:rgba(246,220,44,.18);--chip-violet:rgba(119,73,255,.16)}
.intake-services label:nth-child(4n){--chip-pink:rgba(255,38,125,.12);--chip-cyan:rgba(0,194,255,.17);--chip-yellow:rgba(246,220,44,.11);--chip-violet:rgba(119,73,255,.22)}
.intake-services input[type="checkbox"]{
  position:absolute!important;
  width:1px!important;
  height:1px!important;
  margin:-1px!important;
  padding:0!important;
  overflow:hidden!important;
  clip:rect(0 0 0 0)!important;
  clip-path:inset(50%)!important;
  white-space:nowrap!important;
  border:0!important;
  opacity:1!important;
  pointer-events:auto!important;
}
.intake-services input[type="checkbox"]+span{
  position:relative!important;
  display:inline-flex!important;
  align-items:center!important;
  min-height:42px;
  max-width:100%;
  margin:0!important;
  padding:10px 15px!important;
  border:1px solid rgba(17,18,15,.24)!important;
  border-radius:999px!important;
  background:
    linear-gradient(100deg,var(--chip-pink),transparent 25%,transparent 68%,var(--chip-cyan)),
    rgba(255,255,255,.08)!important;
  box-shadow:
    -1.5px .25px 4px var(--chip-pink),
    1.5px -.25px 4px var(--chip-cyan),
    0 1px 4px var(--chip-yellow),
    0 -1px 4px var(--chip-violet)!important;
  transition:color .35s ease,background-color .35s ease,border-color .35s ease,box-shadow .45s ease,transform .45s cubic-bezier(.16,1,.3,1)!important;
}
.intake-services input[type="checkbox"]+span::after{
  content:"✓"!important;
  display:grid!important;
  place-items:center!important;
  flex:0 0 0;
  width:0;
  height:16px;
  margin-left:0;
  overflow:hidden;
  opacity:0;
  font:600 11px/1 var(--font-primary);
  transition:width .35s cubic-bezier(.16,1,.3,1),flex-basis .35s cubic-bezier(.16,1,.3,1),margin-left .35s ease,opacity .2s ease!important;
}
.intake-services label:hover input[type="checkbox"]+span{
  transform:translateY(-1px)!important;
  border-color:rgba(17,18,15,.42)!important;
  box-shadow:-3px .5px 8px var(--chip-pink),3px -.5px 8px var(--chip-cyan),0 2px 7px var(--chip-yellow),0 -2px 7px var(--chip-violet)!important;
}
.intake-services input[type="checkbox"]:checked+span{
  color:#f1efe8!important;
  border-color:#11120f!important;
  background:
    linear-gradient(100deg,rgba(255,38,125,.12),transparent 28%,transparent 70%,rgba(0,194,255,.12)),
    #11120f!important;
  box-shadow:-3px .5px 8px var(--chip-pink),3px -.5px 8px var(--chip-cyan),0 2px 7px var(--chip-yellow),0 -2px 7px var(--chip-violet)!important;
}
.intake-services input[type="checkbox"]:checked+span::after{flex-basis:16px;width:16px;margin-left:8px;opacity:1}
.intake-services input[type="checkbox"]:focus-visible+span{outline:2px solid #11120f!important;outline-offset:3px!important}
body.intake-open .cursor-dot{opacity:0!important;visibility:hidden!important}
@media(max-width:650px){.intake-services>div{gap:8px!important}.intake-services input[type="checkbox"]+span{min-height:40px;padding:9px 13px!important}}
@media(prefers-reduced-motion:reduce){.intake-services input[type="checkbox"]+span,.intake-services input[type="checkbox"]+span::after{transition:none!important}}

/* V250: phone-only composition. Tablet and desktop geometry remain unchanged. */
@media(max-width:600px){
  html,body{width:100%;max-width:100%;overflow-x:clip!important}
  body{min-width:0!important}
  .viewport-frame{display:none!important}
  .scroll-indicator{right:4px!important}
  .nav{top:0!important;left:0!important;width:100%!important;height:68px!important;padding:13px 14px!important}
  .nav .brand{width:28px!important;height:42px!important}
  .nav-studio-line{max-width:190px!important;font-size:9px!important;line-height:1.15!important;text-align:center!important}
  .menu-toggle{right:14px!important;min-width:68px!important;height:38px!important;padding:0 12px!important}
  .menu-links{padding:82px 16px 112px!important}
  .menu-links a{min-height:60px!important}
  .menu-links strong{font-size:clamp(42px,14vw,58px)!important;line-height:.9!important}
  .menu-links small{font-size:9px!important}
  .menu-details{left:16px!important;right:16px!important;bottom:18px!important;gap:14px!important}

  .opening-stack{min-height:200svh!important}
  .hero-v4{height:100svh!important;min-height:620px!important;overflow:hidden!important}
  .hero-v4 .hero-statement{left:50%!important;top:50%!important;width:calc(100vw - 28px)!important;translate:-50% -54%!important;text-align:center!important}
  .hero-v4 .hero-statement h1{width:100%!important;margin:0!important;font-size:clamp(54px,15.3vw,68px)!important;line-height:.84!important;letter-spacing:-.055em!important}
  .hero-v4 .hero-statement h1>.hero-prefix{width:100%!important;max-width:none!important;margin:0 0 .24em!important;font-size:1em!important;line-height:.84!important;display:flex!important;flex-direction:column!important;align-items:center!important;gap:.04em!important;white-space:normal!important}
  .hero-prefix b,.hero-prefix b:nth-child(2){width:auto!important;min-width:0!important;max-width:100%!important;margin:0!important;padding:0!important;text-align:center!important;white-space:nowrap!important}
  .hero-prefix b:nth-child(2){display:flex!important;flex-wrap:wrap!important;justify-content:center!important;column-gap:.18em!important}
  .hero-noun-lead,.hero-noun{display:inline-block!important}
  .hero-v4 .hero-statement h1>.hero-changing-line{width:100%!important;margin:0!important;font-size:.76em!important;line-height:.9!important;text-align:center!important}
  .hero-changing-line>span{display:flex!important;flex-wrap:wrap!important;justify-content:center!important;gap:0 .2em!important;white-space:normal!important}
  .hero-v4 .hero-deck{top:auto!important;left:18px!important;right:18px!important;bottom:15.5vh!important;translate:none!important;width:auto!important;max-width:none!important;font-size:13px!important;line-height:1.35!important;text-align:center!important}
  body>.hero-enter{left:18px!important;right:18px!important;bottom:18px!important;width:calc(100% - 36px)!important;min-width:0!important;height:50px!important;padding:0 2px 10px!important;font-size:14px!important}

  .manifesto{height:100svh!important;min-height:620px!important;padding:92px 18px 32px!important;overflow:hidden!important}
  .manifesto .section-no{top:76px!important;left:18px!important}
  .manifesto .manifesto-line{font-size:clamp(48px,14.3vw,64px)!important;line-height:.89!important;letter-spacing:-.055em!important}
  .manifesto .manifesto-line:not(.indent):not(.manifesto-look){margin-top:19vh!important}
  .manifesto .manifesto-line.indent{padding-left:7vw!important}
  .manifesto .manifesto-look{margin-top:.16em!important;padding-right:0!important;text-align:right!important}
  .manifesto .manifesto-note{left:18px!important;right:18px!important;bottom:34px!important;font-size:13px!important;text-align:center!important}

  .sticky-story{min-height:290svh!important;padding:0 14px 28svh!important;overflow:clip!important}
  .sticky-intro{height:100svh!important;padding:90px 8px 30px!important;text-align:center!important}
  .sticky-intro .section-no{display:none!important}
  .sticky-intro h2{font-size:clamp(54px,16vw,72px)!important;line-height:.88!important}
  .sticky-intro>p:last-child{max-width:330px!important;margin:24px auto 0!important;font-size:13px!important;line-height:1.4!important}
  .sticky-cards{width:min(88vw,360px)!important;margin:-100svh auto 0!important;padding-top:91svh!important}
  .sticky-cards article{height:300px!important;min-height:300px!important;margin-bottom:20svh!important;padding:24px 22px!important;border-radius:20px!important}
  .sticky-cards article:nth-child(1){top:calc(50svh - 150px)!important}
  .sticky-cards article:nth-child(2){top:calc(50svh - 138px)!important}
  .sticky-cards article:nth-child(3){top:calc(50svh - 126px)!important;margin-bottom:28svh!important}
  .sticky-cards article h3{font-size:clamp(34px,10vw,44px)!important;line-height:.92!important}
  .sticky-cards article p{font-size:13px!important;line-height:1.4!important}

  .clients{height:auto!important;min-height:0!important;padding:96px 14px 112px!important;overflow:hidden!important}
  .client-statement{position:relative!important;inset:auto!important;top:auto!important;left:auto!important;translate:none!important;width:100%!important;max-width:360px!important;margin:0 auto 46px!important;padding:0!important;font-size:clamp(42px,12.5vw,54px)!important;line-height:.88!important;text-align:center!important}
  .client-statement p{max-width:320px!important;margin:22px auto 0!important;font-size:13px!important;line-height:1.4!important}
  .logo-roster{position:relative!important;inset:auto!important;display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:12px 8px!important;width:100%!important;min-height:0!important;overflow:visible!important}
  .logo-roster>div,.logo-roster>div:nth-child(n){position:relative!important;inset:auto!important;left:auto!important;right:auto!important;top:auto!important;bottom:auto!important;width:100%!important;height:auto!important;aspect-ratio:1!important;transform:rotate(var(--r,0deg))!important}
  .logo-roster>div:nth-child(n+13){display:none!important}
  .logo-roster>div:hover,.logo-roster>div:focus-within{transform:rotate(var(--r,0deg)) scale(1.015)!important}
  .client-note{position:relative!important;inset:auto!important;margin:42px auto 0!important;max-width:330px!important;text-align:center!important;font-size:11px!important}

  .capabilities{height:auto!important;min-height:100svh!important;padding:96px 14px 100px!important;gap:42px!important;overflow:hidden!important}
  .cap-intro{display:flex!important;flex-direction:column!important;min-height:0!important;row-gap:22px!important}
  .cap-intro .section-no{display:none!important}
  .cap-intro h2{font-size:clamp(48px,14vw,62px)!important;line-height:.9!important;white-space:normal!important}
  .cap-intro>p:last-child{max-width:320px!important;font-size:13px!important;line-height:1.4!important;text-align:center!important}
  .cap-list{display:grid!important;grid-template-columns:1fr!important;gap:12px!important;width:100%!important;height:auto!important}
  .cap-list>.cap-panel{width:100%!important;min-height:260px!important;height:260px!important;padding:22px!important;transform:none!important;border-radius:20px!important}
  .cap-panel h3{margin:auto 0 12px!important;font-size:clamp(46px,14vw,58px)!important}
  .cap-panel p{max-width:100%!important;font-size:13px!important;line-height:1.35!important}
  .cap-panel ul{display:none!important}

  .estimator{display:block!important;min-height:0!important;padding:96px 14px 100px!important}
  .estimator-intro{margin-bottom:42px!important;text-align:center!important}
  .estimator-intro .section-no{display:none!important}
  .estimator-intro h2{margin:0 0 22px!important;font-size:clamp(48px,14vw,62px)!important;line-height:.9!important}
  .estimator-intro>p{max-width:330px!important;margin:0 auto!important;font-size:14px!important}
  .estimator-ui{min-height:0!important;padding:18px!important;border-radius:20px!important;overflow:visible!important}
  .estimate-modes{display:grid!important;grid-template-columns:1fr 1fr!important;gap:6px!important}
  .estimate-modes button{min-width:0!important;padding:11px 8px!important;font-size:11px!important}
  .estimate-step legend{font-size:clamp(34px,10vw,44px)!important;line-height:.94!important;margin-bottom:24px!important}
  .estimate-step label span{min-height:50px!important;font-size:13px!important}
  .estimate-result strong{font-size:clamp(32px,10vw,44px)!important;overflow-wrap:anywhere!important}
  .estimator-actions{gap:10px!important}.estimator-actions button{min-height:44px!important}

  .contact{min-height:100svh!important;padding:88px 16px 20px!important}
  .contact>.contact-location{font-size:9px!important;gap:12px!important}
  .contact-main{gap:38px!important}
  .contact-main h2{font-size:clamp(50px,15vw,68px)!important;line-height:.88!important}
  .contact-main .cta-button{width:100%!important;max-width:360px!important;justify-content:space-between!important}
  .contact-main .cta-label{font-size:clamp(25px,8vw,32px)!important}
  .site-footer{grid-template-columns:1fr auto!important;gap:14px!important;width:100%!important}
  .world-clocks{grid-column:1/-1!important;display:grid!important;grid-template-columns:repeat(2,1fr)!important;gap:8px 18px!important}
  .world-clocks span{justify-content:space-between!important}
  .world-clocks span:nth-child(3){display:flex!important}
  .footer-meta{gap:12px!important}.footer-social{justify-self:end!important}

  .intake-head{gap:12px!important}.intake-head h2{font-size:clamp(43px,13vw,54px)!important;line-height:.86!important}
  .intake-intro{margin:26px 0 32px!important;font-size:14px!important}
  .intake-services{margin:34px 0!important}.intake-services legend small{float:none!important;display:block!important;margin-top:5px!important}
  .intake-actions{align-items:stretch!important;flex-direction:column!important}.intake-actions p{max-width:none!important}.intake-actions button{width:100%!important;min-height:50px!important}
}

/* V252: final cascade authority for intake multi-selects. */
.intake-dialog .intake-services label{--chip-angle:105deg;--chip-pink:#ff267d;--chip-yellow:#efd83d;--chip-violet:#7757e8;--chip-cyan:#00b9e8}
.intake-dialog .intake-services label:nth-child(4n+2){--chip-angle:145deg}
.intake-dialog .intake-services label:nth-child(4n+3){--chip-angle:72deg}
.intake-dialog .intake-services label:nth-child(4n){--chip-angle:190deg}
.intake-dialog .intake-services input[type="checkbox"]+span{
  position:relative!important;
  display:inline-flex!important;
  align-items:center!important;
  min-height:42px!important;
  margin:0!important;
  padding:10px 15px!important;
  border:1px solid transparent!important;
  border-radius:999px!important;
  color:#11120f!important;
  background:linear-gradient(#e4e1d9,#e4e1d9) padding-box,linear-gradient(var(--chip-angle),rgba(255,38,125,.72),rgba(239,216,61,.48) 32%,rgba(119,87,232,.56) 66%,rgba(0,185,232,.72)) border-box!important;
  text-shadow:-.45px .15px 1.4px rgba(255,38,125,.28),.45px -.15px 1.4px rgba(0,185,232,.26),0 .35px 1.6px rgba(119,87,232,.1)!important;
  box-shadow:none!important;
}
.intake-dialog .intake-services input[type="checkbox"]+span::before,
.intake-dialog .intake-services input[type="checkbox"]+span::after,
.intake-dialog .intake-services input[type="checkbox"]:checked+span::before,
.intake-dialog .intake-services input[type="checkbox"]:checked+span::after{
  content:none!important;display:none!important;width:0!important;height:0!important;flex:0 0 0!important;margin:0!important;opacity:0!important;
}
.intake-dialog .intake-services label:hover input[type="checkbox"]+span{
  transform:translateY(-1px)!important;
  border-color:transparent!important;
  background:linear-gradient(#dedbd2,#dedbd2) padding-box,linear-gradient(var(--chip-angle),var(--chip-pink),var(--chip-yellow) 31%,var(--chip-violet) 66%,var(--chip-cyan)) border-box!important;
  text-shadow:-.8px .2px 2px rgba(255,38,125,.42),.8px -.2px 2px rgba(0,185,232,.4),0 .5px 2px rgba(119,87,232,.18)!important;
  box-shadow:0 5px 14px rgba(17,18,15,.07)!important;
}
.intake-dialog .intake-services input[type="checkbox"]:checked+span{
  color:#f1efe8!important;
  border-color:transparent!important;
  background:linear-gradient(#11120f,#11120f) padding-box,linear-gradient(var(--chip-angle),var(--chip-pink),var(--chip-yellow) 31%,var(--chip-violet) 66%,var(--chip-cyan)) border-box!important;
  text-shadow:-1px .25px 2.2px rgba(255,38,125,.66),1px -.25px 2.2px rgba(0,185,232,.62),0 .6px 2.4px rgba(239,216,61,.18)!important;
  box-shadow:-2px 1px 8px rgba(255,38,125,.12),2px -1px 8px rgba(0,185,232,.12)!important;
}
.intake-dialog .intake-services input[type="checkbox"]:focus-visible+span{outline:2px solid #11120f!important;outline-offset:3px!important}
body.intake-open>.cursor-dot,body.intake-open>.cursor-dot::before,body.intake-open>.cursor-dot::after{display:none!important;opacity:0!important;visibility:hidden!important}
@media(max-width:650px){.intake-dialog .intake-services input[type="checkbox"]+span{min-height:40px!important;padding:9px 13px!important}}

/* V253: monthly cadence sits as a typographic suffix, not part of the total line. */
.estimate-result strong .estimate-period{
  display:inline-block;
  margin-left:.28em;
  vertical-align:super;
  font:600 .3em/1 var(--font-primary);
  letter-spacing:.02em;
  white-space:nowrap;
}

/* V254: one quiet selection state—no competing checkmark or rainbow dot. */
.estimate-step label span::after,
.estimate-step input:checked+span::after,
.estimate-step input[type="checkbox"]+span::after,
.estimate-step input[type="checkbox"]:checked+span::after{
  content:none!important;
  display:none!important;
  width:0!important;
  height:0!important;
  flex:0 0 0!important;
  margin:0!important;
  background:none!important;
  box-shadow:none!important;
}
.estimate-step input:checked+span{
  color:#f3f0e8!important;
  background:#141512!important;
  text-shadow:-.65px .15px 2px rgba(255,40,128,.3),.65px -.15px 2px rgba(0,195,255,.28)!important;
  box-shadow:inset 2px 0 rgba(255,40,128,.52),inset -2px 0 rgba(0,195,255,.48),inset 0 -1px rgba(181,255,70,.18)!important;
}

/* V269: keep the phone hero geometrically centered at final cascade authority. */
@media(max-width:600px){
  .hero-v4 .hero-statement{
    top:50%!important;
    left:50%!important;
    width:min(calc(100% - 28px),430px)!important;
    transform:translate(-50%,-50%)!important;
    translate:none!important;
    text-align:center!important;
  }
  .hero-v4 .hero-statement h1{width:100%!important;font-size:clamp(43px,14vw,60px)!important;line-height:.87!important;letter-spacing:-.052em!important}
  .hero-v4 .hero-statement h1>.hero-prefix{display:grid!important;justify-items:center!important;gap:.06em!important;margin:0 0 .28em!important;line-height:.87!important}
  .hero-prefix b:first-child,.hero-prefix b:nth-child(2){display:grid!important;justify-items:center!important;width:100%!important;min-width:0!important;gap:0!important}
  .hero-prefix b:nth-child(2)>.hero-noun-lead,.hero-prefix b:nth-child(2)>.hero-noun{display:block!important;width:auto!important;min-width:0!important;margin:0 auto!important;text-align:center!important}
  .hero-v4 .hero-statement h1>.hero-changing-line{font-size:.71em!important;line-height:.9!important;letter-spacing:-.035em!important}
  .hero-changing-line>span{display:grid!important;grid-template-columns:repeat(2,max-content)!important;justify-content:center!important;gap:.03em .24em!important;width:100%!important;white-space:normal!important;text-align:center!important}
  .hero-changing-line :is(i,em)[data-hero-copy]{display:block!important;white-space:nowrap!important}
  .hero-v4 .hero-deck{left:24px!important;right:24px!important;width:auto!important;max-width:350px!important;margin-inline:auto!important;white-space:normal!important;text-align:center!important}
}
@media(max-width:360px){
  .hero-v4 .hero-statement{width:calc(100% - 22px)!important}
  .hero-v4 .hero-statement h1{font-size:clamp(40px,13.5vw,49px)!important}
}
