@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@600;700;800&family=DM+Sans:wght@400;500;600;700&family=Space+Grotesk:wght@400;500;600;700&display=swap');
:root{color-scheme:dark;--bg:#050506;--panel:#0d0d10;--white:#eeedf1;--muted:#a4a3ae;--line:#28282e;--accent:#b6b0ca;--violet:#8070f2;--sans:'DM Sans',Arial,sans-serif;--serif:'Italiana',Georgia,serif}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:100px}body{margin:0;background:var(--bg);color:var(--white);font-family:var(--sans);font-size:16px;line-height:1.6}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{cursor:pointer;color:inherit}button:focus-visible,a:focus-visible{outline:2px solid var(--violet);outline-offset:6px}button{background:none;border:0}::selection{background:#625698;color:#fff}h1,h2,h3,h4,p{margin:0}h1,h2{font-family:var(--serif);font-weight:400;letter-spacing:-.045em;line-height:1.04}em{font-family:Georgia,serif;font-weight:400;color:var(--accent)}p{color:var(--muted)}.skip{position:fixed;left:20px;top:-100px;background:white;color:black;padding:10px;z-index:1000}.skip:focus{top:20px}.scroll-progress{position:fixed;top:0;left:0;height:2px;background:var(--accent);z-index:101;width:0}.loader{position:fixed;inset:0;z-index:200;background:#050506;display:flex;flex-direction:column;align-items:center;justify-content:center;pointer-events:none;animation:loader-out .6s .75s forwards}.loader>span{letter-spacing:.35em;font-family:Georgia,serif;font-size:30px}.loader i{display:block;text-align:center;font:11px var(--sans);letter-spacing:.6em;margin-top:15px}.loader>div{width:100px;height:1px;background:#aaa3bd;margin-top:32px;transform-origin:left;animation:loader-line .7s ease both}@keyframes loader-line{from{transform:scaleX(0)}to{transform:scaleX(1)}}@keyframes loader-out{to{opacity:0;visibility:hidden}}.header{height:112px;max-width:1600px;margin:auto;padding:0 5%;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);position:relative;z-index:20;background:#050506}.brand{display:flex;gap:17px;align-items:center}.brand-mark{font-family:Georgia,serif;font-size:66px;line-height:1;color:#c8c8cf;position:relative;letter-spacing:-.13em;padding-right:8px}.brand-mark>span{position:absolute;width:37px;height:15px;border-top:2px solid #050506;top:40px;left:12px;transform:rotate(17deg)}.wordmark{font-family:Georgia,serif;letter-spacing:.28em;font-size:28px;line-height:1.3}.wordmark small{display:block;font:10px var(--sans);letter-spacing:.45em;margin-top:9px}.header nav{display:flex;gap:30px;font-size:14px;color:#b0aeb9}.header nav a{transition:color .2s}.header nav a:hover{color:white}.header-actions{display:flex;align-items:center;gap:25px}.motion-button{padding:10px;color:var(--muted);font-size:19px}.header-quote{font-size:14px;border-bottom:1px solid #7c768c;padding:10px 0}.header-quote span{margin-left:22px}.menu-toggle{display:none}.hero{max-width:1600px;margin:auto;min-height:790px;position:relative;padding:98px 5% 0;isolation:isolate;overflow:hidden;display:grid;grid-template-columns:1.05fr 1fr;align-items:center}.hero-lines{position:absolute;width:1050px;height:1000px;border:1px solid #17151e;border-radius:50%;top:12%;left:42%;transform:rotate(-32deg) scaleY(.7);z-index:-1;box-shadow:0 0 0 25px #050506,0 0 0 26px #16141c,0 0 0 68px #050506,0 0 0 69px #121117,0 0 0 120px #050506,0 0 0 121px #0f0f14;animation:drift 15s ease-in-out infinite alternate}.eyebrow{font-size:12px;letter-spacing:.16em;color:#b6b3c0;display:flex;gap:16px;align-items:center;font-weight:500}.eyebrow>span{width:29px;height:2px;background:var(--violet)}.hero h1{font-size:clamp(72px,7.5vw,120px);margin:35px 0 28px;white-space:nowrap;position:relative;z-index:2}.hero h1 em{font-size:.92em}.hero-description{font-size:17px;line-height:1.85;max-width:420px}.text-link{display:inline-flex;gap:38px;align-items:center;padding:13px 0;border-bottom:1px solid #736a89;font-size:16px;position:relative}.text-link:after{content:'';position:absolute;height:1px;background:white;bottom:-1px;width:0;left:0;transition:width .4s}.text-link:hover:after{width:100%}.text-link span{transition:transform .3s}.text-link:hover span{transform:translate(4px,-4px)}.hero-copy>.text-link{margin-top:27px}.hero-stage{position:relative;perspective:1200px;min-width:0;padding:50px 0 0 20px}.orbit-label{font:11px var(--sans);letter-spacing:.17em;color:#85818d;text-align:right;margin-bottom:38px}.blueprint{position:relative;padding:16px;border:1px solid #393240;transform:rotateY(-13deg) rotateX(7deg) rotateZ(-4deg);animation:float 9s ease-in-out infinite;transform-style:preserve-3d}.measure-top{position:absolute;top:-24px;left:10px;font-size:9px;letter-spacing:.18em;color:#7e788d}.measure-left{position:absolute;left:-25px;bottom:20px;writing-mode:vertical-rl;font-size:9px;letter-spacing:.18em;color:#7e788d}.build-window{background:#ecebe6;color:#232226;box-shadow:0 30px 100px #000,0 0 80px #77659c12;border:1px solid #6e6977;border-radius:5px;overflow:hidden}.browser-bar{height:32px;background:#17161b;color:#9b95a5;display:flex;justify-content:space-between;align-items:center;padding:0 13px;font-size:9px}.browser-dots{font-size:8px;color:#77717f}.demo-page{padding:25px}.demo-nav{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #bfbdb5;padding-bottom:17px}.demo-nav b{font-family:Georgia,serif;letter-spacing:.08em;font-size:16px}.demo-nav b span{font-size:7px;vertical-align:top}.demo-nav>span{font-size:8px}.demo-content{display:grid;grid-template-columns:1.1fr 1fr;gap:10px;padding:27px 0 23px}.demo-copy small{font-size:7px;letter-spacing:.14em;display:block;margin-bottom:13px}.demo-copy strong{font-family:Georgia,serif;display:block;font-weight:400;font-size:clamp(25px,3vw,47px);line-height:1.05;letter-spacing:-.045em}.demo-copy strong i{color:#777064}.demo-copy p{color:#797469;font-size:9px;line-height:1.5;margin-top:15px}.demo-link{display:inline-block;border-bottom:1px solid #807969;padding:8px 0;font-size:9px;margin-top:8px}.demo-art{background:#c4c0b6;position:relative;display:grid;place-items:center;overflow:hidden}.type-sculpture{font-family:Georgia,serif;line-height:1;font-size:210px;color:#292826;font-style:italic;letter-spacing:-.25em;transform:translate(-10px,-8px);text-shadow:7px 7px #a19b8f}.type-sculpture>span{color:#eeece7}.demo-art>span{position:absolute;bottom:10px;right:10px;font-size:7px}.demo-bottom{border-top:1px solid #bfbdb5;padding-top:14px;display:flex;justify-content:space-between;font-size:6px;letter-spacing:.12em}.build-item{animation:assemble 12s infinite both}.demo-nav{animation-delay:.15s}.demo-copy{animation-delay:.5s}.demo-art{animation-delay:1s}.demo-bottom{animation-delay:1.35s}.code-tag{position:absolute;bottom:17px;left:-45px;background:#15131b;border:1px solid #464050;padding:13px 16px;border-radius:5px;box-shadow:0 12px 30px #0008;display:flex;gap:12px;font-size:11px;transform:translateZ(30px)}.code-tag>span:first-child{color:#c9c2e2}.tag-check{color:#d9d4e7}.cursor-tag{position:absolute;bottom:26%;right:-14px;color:#b8accf;font-size:25px;animation:cursor-move 12s infinite}.cursor-tag span{display:inline-block;background:#9c8db9;color:#09080a;padding:3px 9px;border-radius:3px;font:10px var(--sans);transform:translateY(10px)}.stage-footer{display:flex;justify-content:space-between;gap:10px;margin-top:38px;font-size:10px;color:#98929f}.build-status{display:flex;gap:7px;align-items:center}.build-status i{display:block;width:5px;height:5px;background:#b6a8cf;border-radius:50%;box-shadow:0 0 10px #b6a8cf}.demo-caption{font-size:8px;letter-spacing:.13em}.hero-bottom{grid-column:1/-1;display:flex;justify-content:space-between;align-items:center;padding:55px 0 25px;color:#7b7785;font-size:10px;letter-spacing:.13em}.hero-bottom a{font-size:12px;letter-spacing:0;color:#aca6b4}.hero-bottom a span{margin-left:15px}@keyframes float{0%,100%{transform:rotateY(-13deg) rotateX(7deg) rotateZ(-4deg) translateY(0)}50%{transform:rotateY(-7deg) rotateX(3deg) rotateZ(-2deg) translateY(-12px)}}@keyframes assemble{0%,6%{opacity:0;transform:translateY(18px);filter:blur(4px)}14%,85%{opacity:1;transform:translateY(0);filter:blur(0)}95%,100%{opacity:0;transform:translateY(-8px);filter:blur(3px)}}@keyframes cursor-move{0%,100%{opacity:0;transform:translate(10px,40px)}20%{opacity:1;transform:translate(0,0)}50%{transform:translate(-130px,-70px)}80%{opacity:1;transform:translate(-20px,30px)}90%{opacity:0}}@keyframes drift{to{transform:rotate(-20deg) scaleY(.8) translateY(20px)}}
.tech-strip{border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:35px 5%;display:flex;gap:45px;align-items:center;max-width:1600px;margin:auto}.tech-strip>span{font-size:9px;color:#807c8a;letter-spacing:.15em;min-width:120px}.tech-strip>div{display:flex;align-items:center;justify-content:space-between;width:100%;gap:25px;flex-wrap:wrap}.tech-strip a{font-size:19px;letter-spacing:-.04em;color:#bab7c1;transition:color .2s}.tech-strip a:hover{color:white}.tech-strip sup{font-size:9px;opacity:.5;margin-left:4px}.section{max-width:1600px;margin:auto;padding:115px 5%}.section-heading>.eyebrow{margin-bottom:35px}.section-heading>div{display:flex;align-items:flex-end;justify-content:space-between;gap:60px}.section-heading h2,.hosting h2{font-size:clamp(48px,5vw,78px)}.section-heading>div>p{max-width:380px;font-size:16px;line-height:1.85;padding-bottom:5px}.service-list{margin-top:62px;border-top:1px solid var(--line)}.service{display:grid;grid-template-columns:50px 1fr 210px 56px;gap:35px;border-bottom:1px solid var(--line);padding:40px 0;align-items:start;transition:background .4s}.service:hover{background:linear-gradient(90deg,transparent,#15121d60,transparent)}.service-number{font-size:12px;color:#736c81;padding-top:10px}.service h3{font-family:var(--serif);font-weight:400;font-size:36px;letter-spacing:-.025em;margin-bottom:16px}.service p{max-width:600px;font-size:15px;line-height:1.85}.tags{display:flex;flex-wrap:wrap;gap:8px 20px;margin-top:21px;color:#8b8597;font-size:11px}.service-stack{padding-top:11px}.service-stack>span{font-size:9px;letter-spacing:.15em;color:#736c81}.service-stack>p{font-size:12px;line-height:1.9;margin-top:12px}.circle-link{width:45px;height:45px;border:1px solid #39333e;border-radius:50%;display:grid;place-items:center;margin-top:4px;font-size:22px;transition:background .3s,transform .3s}.circle-link:hover{background:#292331;transform:rotate(45deg)}.stack-note{display:flex;justify-content:space-between;gap:40px;margin-top:30px}.stack-note>span{font-size:12px;color:#c2beca}.stack-note>p{max-width:740px;font-size:13px;color:#817a8d}.build-section{background:#0a090d;border-block:1px solid #24202c;padding:105px max(5%,calc((100vw - 1440px)/2));display:grid;grid-template-columns:.8fr 1.2fr;gap:80px;align-items:center;overflow:hidden}.build-intro h2{font-size:clamp(46px,5vw,73px);margin:28px 0}.build-intro>p:not(.eyebrow){max-width:340px;font-size:15px}.build-controls{display:flex;flex-direction:column;margin-top:35px;max-width:340px}.build-controls button{display:flex;gap:20px;text-align:left;border-top:1px solid #2b2533;padding:15px 0;color:#6e667c;font-size:12px;transition:color .3s,padding .3s}.build-controls button span{font-size:15px}.build-controls button.active{color:#e3ddeb;padding-left:9px}.build-controls button.active:after{content:'';margin-left:auto}.under-button{padding:5px 0;border-bottom:1px solid #514858;font-size:12px;color:#aaa0b8}.build-intro>.under-button{margin-top:20px}.craft-display{min-width:0}.craft-top{display:flex;justify-content:space-between;gap:10px;font-size:9px;color:#857b92;letter-spacing:.09em;margin-bottom:16px}.craft-window{border:1px solid #42384e;background:#101016;color:#d9d3e2;position:relative;transition:background 1s,color 1s,transform 1s,box-shadow 1s;transform:perspective(1000px) rotateY(-4deg);overflow:hidden;padding:28px}.craft-nav{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #514a5c;padding-bottom:18px;font-size:8px}.craft-nav b{font-size:13px;letter-spacing:.12em}.craft-body{display:grid;grid-template-columns:1.1fr 1fr;padding:35px 0;gap:20px}.craft-body small{font-size:7px;letter-spacing:.15em}.craft-body h3{font-family:Georgia,serif;font-size:clamp(26px,2.8vw,44px);line-height:1.13;letter-spacing:-.04em;font-weight:400;margin:16px 0}.craft-body em{color:inherit;opacity:.6}.craft-body p{font-size:10px;line-height:1.5;color:inherit;opacity:.6}.craft-cta{font-size:9px;border-bottom:1px solid currentColor;width:max-content;padding:9px 0;margin-top:10px}.craft-letter{display:flex;align-items:center;justify-content:center;background:#c3bbca;color:#342d41;font:clamp(70px,13vw,190px) var(--serif);position:relative;transition:all 1s;overflow:hidden}.craft-letter>span{font:7px var(--sans);position:absolute;bottom:12px;right:12px;letter-spacing:.1em}.craft-bottom{display:flex;justify-content:space-between;border-top:1px solid #514a5c;padding-top:17px;font-size:6px;letter-spacing:.1em}.stage-0 .craft-window{background-image:linear-gradient(#7d68931a 1px,transparent 1px),linear-gradient(90deg,#7d68931a 1px,transparent 1px);background-size:24px 24px}.stage-0 .craft-letter{background:transparent;border:1px dashed #78618b;color:transparent}.stage-0 .craft-body h3{-webkit-text-stroke:.5px #a291b6;color:transparent}.stage-0 .craft-body p,.stage-0 .craft-cta{opacity:.3}.stage-1 .craft-window,.stage-2 .craft-window{background:#e0dbd2;color:#222127;transform:perspective(1000px) rotateY(0)}.stage-1 .craft-letter,.stage-2 .craft-letter{background:#afa4bf}.stage-2 .craft-window{box-shadow:0 25px 90px #9d81b51c;transform:perspective(1000px) rotateY(0) translateY(-5px)}.stage-2 .craft-letter{background:#27212f;color:#d4c6e5}.stage-2 .craft-cta{background:#282131;color:#eae1f4;border:0;padding:10px 12px}.scanline{position:absolute;inset:0;pointer-events:none;border-top:1px solid #b39cca;box-shadow:0 -20px 60px #c4a7ea15;animation:scan 4.5s linear infinite}.stage-2 .scanline{opacity:0}.craft-code{display:flex;justify-content:space-between;gap:10px;margin-top:20px;font-size:10px;color:#8f819f}.craft-code code{font-size:10px;color:#b9a8c9}.craft-code>span{font-size:9px}@keyframes scan{from{transform:translateY(0)}to{transform:translateY(100%)}}.work-grid{display:grid;grid-template-columns:1fr 1fr;gap:35px;margin-top:55px}.project:nth-child(2){padding-top:75px}.project-art{height:390px;border:1px solid #302d36;padding:25px;position:relative;overflow:hidden;transition:transform .6s,border-color .6s}.project:hover .project-art{transform:translateY(-6px);border-color:#6f627d}.project-one{background:#d0ccc3;color:#272725}.concept-label{font-size:8px;letter-spacing:.12em;position:relative;z-index:1}.editorial-concept{padding:45px 15px}.editorial-concept>span:first-child{font-size:10px;letter-spacing:.17em}.editorial-concept strong{display:block;font-family:var(--serif);font-weight:400;font-size:clamp(37px,4.2vw,63px);line-height:1.02;letter-spacing:-.05em;margin-top:20px}.editorial-concept i{font-family:Georgia,serif;font-size:.9em;color:#6b685f}.editorial-rule{display:block;width:100%;height:1px;background:#a5a195;margin:27px 0 12px}.editorial-concept small{font-size:8px;letter-spacing:.13em}.project-corner{position:absolute;right:24px;bottom:18px;font-size:25px}.project-two{background:#111115;color:#bdb7cc}.dashboard-concept{background:#1b1920;border:1px solid #38313f;position:absolute;left:45px;right:-30px;top:72px;padding:24px;transform:rotate(-5deg);box-shadow:0 20px 60px #0005;transition:transform .6s}.project:hover .dashboard-concept{transform:rotate(-1deg)}.dashboard-concept>div:first-child{display:flex;gap:35px;align-items:center;border-bottom:1px solid #3b3443;padding-bottom:12px;font-size:9px}.dashboard-concept b{letter-spacing:.08em;font-size:13px}.dashboard-concept>p{font-size:22px;line-height:1.2;color:#dbd6e2;margin:16px 0}.dashboard-concept>p strong{font-weight:400;color:#94869e}.dashboard-stats{display:flex;gap:45px;font-size:8px}.dashboard-stats b{display:block;font-size:23px;letter-spacing:-.03em;color:#d9d0e4;font-weight:400}.bars{height:72px;display:flex;align-items:flex-end;gap:10px;border-bottom:1px solid #463b51;margin-top:18px}.bars i{height:30%;width:7%;background:linear-gradient(#b5a5ca,#60506f);border-radius:2px 2px 0 0}.bars i:nth-child(3n){height:55%}.bars i:nth-child(4n){height:80%}.bars i:nth-child(5n){height:68%}.bars i:last-child{height:96%}.dashboard-concept>small{font-size:6px;letter-spacing:.12em}.project-info{display:flex;justify-content:space-between;gap:15px;margin-top:21px;align-items:center}.project-info h3{font-size:17px;font-weight:400}.project-info>span{font-size:10px;color:#8f8798}.project>p{font-size:13px;margin-top:7px}.portfolio-note{display:flex;justify-content:space-between;align-items:center;margin-top:45px;gap:30px}.portfolio-note>span{font-size:10px;letter-spacing:.13em;color:#78707e}.portfolio-note .text-link{font-size:13px}.approach{border-top:1px solid var(--line)}.process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:28px;margin-top:60px}.process-grid article{border-top:1px solid #403645;padding-top:22px}.process-grid article>span{font-size:10px;letter-spacing:.12em;color:#94849f}.process-grid h3{font-weight:400;font-size:20px;line-height:1.4;margin:25px 0 17px}.process-grid p{font-size:14px;line-height:1.9}.accountability{display:flex;gap:35px;background:#111015;border:1px solid #28232d;margin-top:50px;padding:30px 35px}.accountability-symbol{font-size:35px;color:#bdb0ce}.accountability h3{font-weight:400;font-size:18px;margin-bottom:10px}.accountability p{font-size:14px;line-height:1.9;max-width:930px}.hosting{display:grid;grid-template-columns:1fr 1fr;gap:100px;border-top:1px solid var(--line);align-items:center}.hosting h2{margin:30px 0}.hosting-copy>p:not(.eyebrow){max-width:430px;margin:17px 0;font-size:16px;line-height:1.9}.hosting-copy>.text-link{margin-top:20px;font-size:14px}.hosting-panel{background:radial-gradient(ellipse at 95% 0,#29213055,transparent 60%),#0b0a0e;border:1px solid #39303f;padding:35px}.hosting-panel-title{display:flex;justify-content:space-between;font-size:10px;letter-spacing:.14em;color:#b4a6c1}.hosting-panel-title>span:last-child{font-size:20px}.hosting-panel>h3{font-family:var(--serif);font-size:38px;font-weight:400;line-height:1.1;margin:25px 0 30px}.hosting-row{display:flex;gap:22px;border-top:1px solid #29232f;padding:19px 0}.hosting-row>span{font-size:10px;color:#807088;padding-top:4px}.hosting-row h4{font-weight:400;font-size:15px}.hosting-row p{font-size:12px;margin-top:5px;line-height:1.7}.hosting-price{border-top:1px solid #42374a;padding:22px 0 12px;display:flex;flex-direction:column;gap:7px}.hosting-price>span{font-size:9px;letter-spacing:.14em;color:#8d7d98}.hosting-price>strong{font-size:21px;font-weight:400}.hosting-footnote{font-size:11px;line-height:1.8;color:#81758b}.contact{background:radial-gradient(ellipse at 80% 90%,#24202c66,transparent 65%);border-top:1px solid var(--line);padding-bottom:65px}.contact-top{display:flex;justify-content:space-between}.contact-top>span{font-size:9px;letter-spacing:.12em;color:#77707f}.contact-main{display:flex;align-items:center;justify-content:space-between;margin:45px 0}.contact h2{font-size:clamp(70px,9.5vw,140px);line-height:1.02}.contact-button{width:175px;height:175px;border:1px solid #8b7f9a;border-radius:50%;display:flex;align-items:center;justify-content:center;gap:30px;text-align:left;font-size:19px;line-height:1.4;transition:background .4s,color .4s,transform .4s}.contact-button>span:last-child{font-size:28px}.contact-button:hover{background:#c4b8d3;color:#100d15;transform:rotate(-8deg)}.contact-bottom{display:flex;justify-content:space-between;gap:30px;margin-top:45px}.contact-bottom>p{font-size:16px}.contact-availability{font-size:12px;color:#8d8396;line-height:1.9}.contact-availability button{margin-top:5px}footer{max-width:1600px;margin:auto;border-top:1px solid var(--line);padding:40px 5%;display:flex;gap:25px;align-items:center;justify-content:space-between;font-size:11px;color:#87808d}.footer-brand .wordmark{font-size:21px;color:#d3cddc}.footer-brand small{font-size:8px}.reveal{transition:opacity .85s,transform .85s}.js-motion .reveal{opacity:0;transform:translateY(24px)}.js-motion .reveal.visible{opacity:1;transform:translateY(0)}dialog{background:#111015;color:var(--white);border:1px solid #584a64;width:min(580px,calc(100% - 30px));max-height:90dvh;padding:38px;box-shadow:0 30px 100px #000b}dialog::backdrop{background:#000b;backdrop-filter:blur(8px)}.dialog-close{position:absolute;top:12px;right:16px;font-size:28px;padding:5px;line-height:1}dialog h2{font-size:44px;margin:20px 0}dialog>p:not(.eyebrow){font-size:13px;line-height:1.75}form{margin-top:24px}label{display:block;font-size:12px;color:#bdb4c7;margin-top:15px}input,select,textarea{width:100%;display:block;color:#e5ddec;background:#19161e;border:1px solid #3d3345;border-radius:0;padding:11px 12px;margin-top:7px;font-size:14px;outline-offset:3px}textarea{resize:vertical}input:focus,select:focus,textarea:focus{outline:1px solid #c5adcf}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:15px}.check{display:flex;gap:10px;align-items:center}.check input{width:16px;margin:0;accent-color:#a98cc0}.submit{background:#ccc0d7;color:#18121d;width:100%;padding:14px 17px;display:flex;justify-content:space-between;margin-top:23px;font-size:14px}.form-note{font-size:11px;margin-top:13px}.motion-paused *,.motion-paused *::before,.motion-paused *::after{animation-play-state:paused!important}.motion-paused .reveal{opacity:1;transform:none}.motion-paused .build-item{opacity:1;transform:none;filter:none;animation:none}.motion-paused .loader{display:none}
@media(min-width:1600px){.hero h1{font-size:120px}.demo-copy strong{font-size:47px}.craft-body h3{font-size:44px}.craft-letter{font-size:190px}}
@media(max-width:1100px){.header nav{gap:18px}.header{padding-inline:4%}.hero{padding-inline:4%;padding-top:70px;min-height:700px}.hero h1{font-size:8.2vw}.hero-stage{padding-left:15px}.demo-page{padding:18px}.demo-content{padding:20px 0}.demo-copy strong{font-size:3.3vw}.type-sculpture{font-size:170px}.stage-footer{margin-top:28px}.hero-description{font-size:15px}.hero-bottom{padding-top:55px}.section{padding:90px 5%}.service{grid-template-columns:30px 1fr 150px 40px;gap:23px}.service-stack p{font-size:11px}.build-section{gap:45px;padding:80px 5%}.craft-window{padding:20px}.hosting{gap:55px}.process-grid{gap:20px}.project-art{height:350px}.editorial-concept{padding:40px 0}.project-info{display:block}.project-info>span{display:block;margin-top:3px}.contact-button{width:150px;height:150px}.tech-strip{gap:25px}.tech-strip a{font-size:16px}}
@media(max-width:800px){.header{height:96px;padding:0 6%}.header nav{display:none}.brand-mark{font-size:56px}.brand-mark>span{top:34px;left:10px;width:30px}.wordmark{font-size:25px}.wordmark small{font-size:9px}.header-actions{gap:17px}.header-quote{display:none}.menu-toggle{display:flex;width:32px;height:30px;flex-direction:column;justify-content:center;gap:7px;padding:0}.menu-toggle span{display:block;width:30px;height:1px;background:#c3bacd}.mobile-nav:not([hidden]){display:flex;position:absolute;left:0;right:0;top:96px;background:#0b0a0e;z-index:30;padding:24px 6%;flex-direction:column;border-bottom:1px solid #3b3243}.mobile-nav a{font-size:22px;font-family:var(--serif);padding:12px 0}.hero{padding:65px 6% 0;display:block;min-height:0}.hero h1{font-size:clamp(63px,11.5vw,90px);margin-top:29px}.hero-description{font-size:16px}.hero-stage{max-width:550px;margin:35px auto 0;padding:20px 15px 0}.orbit-label{margin-bottom:32px;font-size:9px}.demo-copy strong{font-size:40px}.demo-page{padding:25px}.demo-content{padding-block:25px}.type-sculpture{font-size:210px}.hero-lines{left:5%;top:35%;width:900px}.hero-bottom{padding-top:43px;padding-bottom:27px;font-size:8px;gap:18px}.hero-bottom a{font-size:10px}.code-tag{left:-18px;bottom:4px}.stage-footer{margin-top:34px}.tech-strip{padding:27px 6%;align-items:flex-start;gap:25px}.tech-strip>span{min-width:92px;font-size:8px}.tech-strip>div{justify-content:flex-start;gap:16px 27px}.tech-strip a{font-size:15px}.section{padding:75px 6%}.section-heading>div{display:block}.section-heading h2,.hosting h2{font-size:55px}.section-heading>div>p{max-width:500px;margin-top:25px;font-size:15px}.section-heading>.eyebrow{margin-bottom:26px}.service-list{margin-top:35px}.service{grid-template-columns:24px 1fr 35px;gap:14px;padding:29px 0}.service h3{font-size:30px}.service p{font-size:14px}.service-stack{grid-column:2;display:flex;align-items:center;gap:17px;padding:0}.service-stack>p{margin:0}.service-stack>p br{display:none}.circle-link{grid-column:3;grid-row:auto;width:33px;height:33px;font-size:18px}.service>.circle-link{grid-row:1;grid-column:3}.service .tags{font-size:10px;gap:5px 13px}.stack-note{display:block}.stack-note p{margin-top:12px}.build-section{grid-template-columns:1fr;padding:70px 6%;gap:40px}.build-intro h2{font-size:55px}.build-intro>p:not(.eyebrow){max-width:440px}.build-controls{flex-direction:row;max-width:100%;gap:25px}.build-controls button{flex:1;gap:10px}.build-controls button.active{padding-left:0}.build-controls button.active:after{display:none}.build-controls button span{font-size:13px}.craft-display{max-width:580px;width:100%;margin:auto}.craft-body h3{font-size:40px}.craft-letter{font-size:170px}.craft-window{padding:25px}.work-grid{gap:25px;grid-template-columns:1fr;margin-top:35px}.project:nth-child(2){padding-top:15px}.project-art{height:380px}.editorial-concept{padding:38px 17px}.editorial-concept strong{font-size:60px}.project-info{display:flex}.project-info h3{font-size:16px}.portfolio-note{display:block}.portfolio-note .text-link{margin-top:10px}.process-grid{grid-template-columns:1fr 1fr;gap:35px 25px;margin-top:35px}.process-grid h3{font-size:18px;margin:16px 0 12px}.process-grid p{font-size:13px}.accountability{padding:25px;gap:20px}.accountability p{font-size:13px}.hosting{grid-template-columns:1fr;gap:40px}.hosting-copy>p:not(.eyebrow){max-width:500px;font-size:15px}.hosting-panel{padding:28px}.contact-top>span{display:none}.contact-main{gap:25px}.contact h2{font-size:clamp(47px,8.5vw,70px)}.contact-button{width:115px;height:115px;flex-shrink:0;font-size:14px;gap:15px}.contact-button>span:last-child{font-size:20px}.contact-bottom{display:block}.contact-availability{margin-top:25px}.contact-bottom>p{font-size:14px}footer{padding:30px 6%;display:grid;grid-template-columns:1fr 1fr;gap:24px;font-size:10px}footer>span{text-align:right}footer>a:last-child{text-align:right}.footer-brand .wordmark{font-size:19px}}
@media(max-width:420px){.eyebrow{font-size:10px;letter-spacing:.13em}.hero{padding-top:47px}.hero h1{font-size:16vw;letter-spacing:-.055em;white-space:normal}.hero-description{font-size:14px}.hero-description br{display:none}.text-link{font-size:14px}.hero-stage{padding-left:8px;padding-right:8px}.blueprint{padding:9px}.demo-page{padding:15px}.demo-copy strong{font-size:29px}.demo-content{gap:8px;padding:19px 0}.demo-copy small{font-size:6px}.demo-copy p{font-size:8px}.demo-nav>span{font-size:6px}.demo-nav b{font-size:12px}.type-sculpture{font-size:150px}.demo-bottom{font-size:5px}.code-tag{font-size:9px;padding:10px;left:-15px}.cursor-tag{right:-6px}.measure-left{font-size:7px;left:-20px}.stage-footer{font-size:9px}.demo-caption{font-size:6px}.hero-bottom>span{max-width:150px}.tech-strip{gap:16px}.tech-strip>div{gap:12px 18px}.tech-strip a{font-size:13px}.section-heading h2,.hosting h2,.build-intro h2{font-size:46px}.service h3{font-size:26px}.craft-window{padding:17px}.craft-body{gap:10px;padding-block:25px}.craft-body h3{font-size:28px}.craft-letter{font-size:125px}.craft-top{font-size:7px}.craft-code{display:block}.craft-code>span{display:block;margin-top:5px}.craft-body small{font-size:6px}.craft-nav b{font-size:10px}.craft-nav>span{font-size:6px}.craft-bottom{font-size:5px}.project-art{height:335px}.editorial-concept{padding:35px 0}.editorial-concept strong{font-size:49px}.project-info{display:block}.process-grid{gap:28px 18px}.process-grid h3{font-size:17px}.accountability{padding:20px;gap:15px}.accountability-symbol{font-size:25px}.contact-main{gap:15px}.contact h2{font-size:12vw}.contact-button{width:94px;height:94px;font-size:12px;gap:10px}.contact-button>span:last-child{font-size:16px}dialog{padding:30px 22px}.form-row{gap:10px}}

/* Argus Digital — independent studio direction */
:root{--bg:#080809;--panel:#121214;--white:#f1f0f2;--muted:#929298;--line:#2a2a2e;--accent:#c6c1d4;--violet:#a291ff;--serif:'Space Grotesk',Arial,sans-serif;--display:'Barlow Condensed','Arial Narrow',Impact,sans-serif}html{scroll-padding-top:35px}body{background:var(--bg)}em{font-family:inherit;font-style:normal;color:#858589}h1,h2{font-family:var(--display);font-weight:700;letter-spacing:-.025em}.header{max-width:none;height:91px;padding:0 4%;background:var(--bg);border-bottom:1px solid #2a2a2e}.brand{gap:14px}.brand-mark{font:700 25px 'Space Grotesk',sans-serif;letter-spacing:-.09em;padding:10px 7px;border:1px solid #626267;color:#f1f0f2}.brand-mark>span{position:static;border:0;transform:none;color:#93869f;font-size:23px;padding-inline:3px}.wordmark{font:700 17px 'Space Grotesk',sans-serif;letter-spacing:.07em}.wordmark small{font-size:8px;letter-spacing:.14em;margin-top:3px;color:#a5a5ac}.header nav{gap:30px;font-size:12px}.header-quote{border:1px solid #49494f;border-radius:3px;padding:10px 16px;font-size:12px}.header-quote:hover{background:#dedde1;color:#101014}.motion-button{font-size:16px}.loader>span{font-family:'Space Grotesk',sans-serif;font-weight:700;letter-spacing:-.06em;font-size:64px}.loader i{font-size:9px;letter-spacing:.14em}.loader>div{width:170px;background:#a291ff}.eyebrow{font:10px 'Space Grotesk',sans-serif;letter-spacing:.1em;color:#a5a5aa}.hero-v2{max-width:1680px;padding:38px 4% 0;margin:auto;overflow:hidden}.hero-kicker{display:flex;justify-content:space-between;gap:20px}.hero-kicker>span{font:10px 'Space Grotesk',sans-serif;letter-spacing:.1em;color:#86868d}.hero-title{position:relative;display:flex;align-items:flex-end;justify-content:space-between;margin-top:28px;margin-bottom:42px;gap:25px}.hero-title h1{font-family:var(--display);font-weight:700;line-height:.84;font-size:clamp(70px,10.8vw,172px);letter-spacing:-.025em;position:relative;margin:0}.hero-title h1>span{color:#efedf1}.title-period{color:#a291ff;font-weight:700}.hero-side{flex-shrink:0;padding-bottom:4px;width:205px}.hero-side p{font-size:13px;color:#a0a0a7;line-height:1.8}.solid-link{background:#dddbe2;color:#131216;display:flex;justify-content:space-between;align-items:center;font-size:12px;margin-top:23px;padding:13px 15px;border-radius:3px;transition:background .25s}.solid-link:hover{background:#b9aaff}.solid-link>span{font-size:18px}.studio{border:1px solid #45434b;border-radius:7px;overflow:hidden;background:#101012;box-shadow:0 30px 100px #0006;position:relative}.studio-toolbar{height:52px;border-bottom:1px solid #323136;background:#1b1b1e;display:flex;justify-content:space-between;align-items:center;padding:0 22px;gap:15px}.studio-title{display:flex;gap:18px;align-items:center;font:10px 'Space Grotesk',sans-serif;letter-spacing:.08em;color:#acabb1}.studio-glyph{color:#e2dce9;font-weight:700;font-size:14px}.studio-demo-label{font:9px monospace;color:#8b8994;letter-spacing:.08em}.viewport-buttons{display:flex;border:1px solid #3b3941;border-radius:4px;padding:3px;gap:3px}.viewport-buttons button{padding:4px 13px;border-radius:2px;font-size:10px;color:#909097}.viewport-buttons button.chosen{background:#4a454f;color:#f4eff7}.studio-workspace{display:grid;grid-template-columns:300px 1fr;min-height:480px}.studio-editor{border-right:1px solid #35323c;padding:24px 18px;background:#111113;display:flex;flex-direction:column}.editor-filename{font:10px monospace;color:#66656f;padding-bottom:21px;border-bottom:1px solid #28252d}.editor-filename span{color:#b5b1bf}.editor-code{padding-top:25px;font:10px/2 monospace;white-space:pre;color:#bdb8c9}.editor-code i{font-style:normal;display:inline-block;width:28px;color:#54505e}.purple{color:#b7a5ed}.code-string{color:#acbcb5}.code-reveal{transition:opacity .6s,transform .6s}.studio[data-phase="0"] .code-reveal{opacity:.15;transform:translateX(-5px)}.studio[data-phase="1"] .code-third{opacity:.15}.editor-terminal{margin-top:auto;padding-top:24px;border-top:1px solid #26252b;font:9px monospace;color:#797481}.editor-terminal p{font:10px/1.8 monospace;color:#c0b4d4;margin-top:10px;min-height:36px}.terminal-caret{width:6px;height:11px;background:#afa0c4;display:block;animation:blink 1.2s steps(2) infinite}.editor-caption{font:9px/1.6 monospace;color:#645f6d;margin-top:22px}.studio-canvas{padding:38px 55px 35px;position:relative;display:flex;align-items:center;justify-content:center;background:radial-gradient(ellipse at 50% 20%,#4b3e592e,transparent 70%),#141317;perspective:1200px;min-width:0;overflow:hidden}.canvas-coordinate{position:absolute;top:12px;left:16px;font:8px monospace;letter-spacing:.08em;color:#6e667b}.live-preview{width:100%;max-width:810px;position:relative;border:1px solid #6c6379;border-radius:3px;overflow:hidden;transform:rotateX(4deg) rotateY(-5deg) scale(.94);transition:transform 1.1s cubic-bezier(.2,.8,.2,1),width .8s,box-shadow 1s;box-shadow:0 20px 80px #0008;background:#17131e;min-height:350px}.preview-chrome{display:flex;align-items:center;justify-content:space-between;background:#27232f;color:#92879e;font:8px monospace;padding:8px 12px;position:relative;z-index:5}.preview-chrome>span:first-child{letter-spacing:.1em}.nexus{background:#c7b7f1;color:#24202d;transition:opacity .7s,filter .8s;overflow:hidden}.nexus-nav{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;border-bottom:1px solid #74648360;font:8px 'Space Grotesk',sans-serif}.nexus-nav b{font-size:14px;letter-spacing:-.06em}.nexus-main{padding:25px 24px 26px}.nexus-eyebrow{font:7px 'Space Grotesk',sans-serif;letter-spacing:.08em}.nexus h2{font:800 clamp(48px,6vw,90px)/.91 var(--display);letter-spacing:-.02em;color:#2b2338;margin:17px 0 20px}.nexus h2 span{color:transparent;-webkit-text-stroke:1px #493b5a}.nexus-footer{display:flex;align-items:flex-end;justify-content:space-between;gap:10px}.nexus-footer p{font-size:9px;color:#5b4b6d;line-height:1.5}.nexus-button{padding:10px 13px;font-size:9px;color:#e8def5;background:#2d2538;border-radius:2px;display:flex;gap:25px;transition:background .3s,transform .3s}.nexus-button:hover{background:#5b416f;transform:translateY(-3px)}.nexus-ticker{background:#26202e;color:#baabcd;font:9px 'Space Grotesk',sans-serif;letter-spacing:.15em;padding:10px 24px;white-space:nowrap}.wireframe-overlay{position:absolute;inset:45px 18px 18px;display:flex;flex-direction:column;gap:20px;pointer-events:none;transition:opacity .6s;z-index:3}.wireframe-overlay>span{border:1px dashed #7c708e;color:#9b89b6;font:9px monospace;padding:12px;background:#25202e30}.wireframe-overlay>span:nth-child(2){flex:1}.wireframe-overlay>span:last-child{width:50%;align-self:flex-end}.studio[data-phase="0"] .nexus{opacity:.12;filter:grayscale(1)}.studio:not([data-phase="0"]) .wireframe-overlay{opacity:0}.studio[data-phase="1"] .live-preview{transform:rotateX(0) rotateY(-3deg) scale(.96)}.studio[data-phase="2"] .live-preview,.studio[data-phase="3"] .live-preview{transform:rotateX(0) rotateY(0) scale(1);box-shadow:0 25px 100px #a38ac129}.studio[data-phase="0"] .nexus-button,.studio[data-phase="1"] .nexus-button{opacity:.4}.preview-scan{position:absolute;inset:0;pointer-events:none;z-index:4;animation:studio-scan 5s linear infinite;background:linear-gradient(transparent 48%,#bba2dc33 50%,transparent 51%);transform:translateY(-100%)}.studio[data-phase="3"] .preview-scan{opacity:0}.floating-note{position:absolute;bottom:70px;right:25px;color:#d5c8ed;display:flex;gap:2px;align-items:center;font-size:34px;opacity:0;transform:translate(20px,30px);transition:opacity .5s,transform 1s;pointer-events:none}.floating-note b{font:10px 'Space Grotesk',sans-serif;background:#9984c0;color:#15101d;padding:6px 9px;border-radius:2px;transform:translateY(17px)}.studio[data-phase="2"] .floating-note{opacity:1;transform:translate(-20px,-15px)}.studio[data-phase="3"] .floating-note{opacity:0;transform:translate(-70px,-50px)}.canvas-caption{position:absolute;bottom:12px;left:16px;right:16px;display:flex;justify-content:space-between;font:8px monospace;color:#746982;gap:10px}.studio-timeline{display:grid;grid-template-columns:repeat(4,1fr) 60px;border-top:1px solid #3c3544;background:#1a181e}.studio-timeline>button{position:relative;text-align:left;padding:18px 22px;border-right:1px solid #39313f;font:12px 'Space Grotesk',sans-serif;color:#6f677c;overflow:hidden;transition:color .3s,background .3s}.studio-timeline>button span{font:9px monospace;margin-right:18px}.studio-timeline>button.current{color:#ebe2f4;background:#292232}.studio-timeline>button>i{position:absolute;left:0;bottom:0;width:0;height:2px;background:#ba9ee0}.studio-timeline>button.current>i{animation:timeline-progress 5s linear forwards}.studio-timeline>button:last-child{text-align:center;padding-inline:0;border:0;color:#b3a6c0}.studio.user-selected .studio-timeline>button.current>i{width:100%;animation:none}.studio.mobile-canvas .live-preview{width:260px;min-height:350px;transform:rotate(0);max-width:100%}.studio.mobile-canvas .nexus-nav{padding:16px}.studio.mobile-canvas .nexus-nav>span{font-size:6px}.studio.mobile-canvas .nexus-main{padding:25px 16px}.studio.mobile-canvas .nexus h2{font-size:49px;margin:20px 0 30px}.studio.mobile-canvas .nexus-eyebrow{font-size:6px}.studio.mobile-canvas .nexus-footer{display:block}.studio.mobile-canvas .nexus-button{margin-top:18px}.studio.mobile-canvas .nexus-ticker{font-size:7px;padding-left:16px}.hero-after{display:flex;justify-content:space-between;gap:20px;padding:27px 0 34px;font:9px 'Space Grotesk',sans-serif;letter-spacing:.1em;color:#77727e}.hero-after a{letter-spacing:0;color:#c6c1ce;font-size:11px}@keyframes studio-scan{to{transform:translateY(100%)}}@keyframes timeline-progress{to{width:100%}}@keyframes blink{to{opacity:0}}
.tech-strip{max-width:none;margin-top:0;padding:25px 4%;background:#c6c3ca;color:#101014;border:0}.tech-strip>span{color:#4f4b58;font:8px/1.5 monospace}.tech-strip a{font:600 18px 'Space Grotesk',sans-serif;letter-spacing:-.06em;color:#232028}.tech-strip a:hover{color:#66507f}.section{padding:100px 4%;max-width:1680px}.section-heading>.eyebrow{margin-bottom:30px}.section-heading>div{gap:60px}.section-heading h2,.hosting h2{font-family:var(--display);font-size:clamp(54px,6.3vw,92px);line-height:.92;font-weight:700;letter-spacing:-.01em}.section-heading>div>p{font-size:14px;line-height:1.85;max-width:360px}.service-list{display:grid;grid-template-columns:repeat(3,1fr);margin-top:45px;border:1px solid #36343b;border-radius:4px;overflow:hidden;background:#101013}.service{display:flex;flex-direction:column;padding:29px;gap:25px;border:0;border-right:1px solid #36343b;position:relative;min-width:0;transition:background .4s}.service:last-child{border-right:0}.service:hover{background:#1a171f}.service-number{font:12px monospace;padding:0;color:#a296b5}.service h3{font:500 24px/1.15 'Space Grotesk',sans-serif;letter-spacing:-.05em;max-width:230px;margin:15px 0 18px}.service p{font-size:13px;line-height:1.85}.tags{font:9px/1.7 monospace;gap:5px 15px;color:#8c8599;margin-top:24px}.service-stack{margin-top:auto;padding-top:25px;border-top:1px solid #302937;width:100%;display:block}.service-stack>span{font:8px monospace}.service-stack>p{font:10px/1.8 monospace;margin-top:9px}.circle-link{position:absolute;right:24px;top:19px;border:0;border-radius:0;font-size:23px;color:#b7adca}.circle-link:hover{transform:translate(3px,-3px);background:none}.stack-note{font-family:'Space Grotesk',sans-serif;margin-top:24px}.stack-note>span{font-size:11px}.stack-note>p{font-size:11px;max-width:680px;color:#77717f}.work{border-top:1px solid #302c34;background:#111113}.work-grid{gap:24px;margin-top:44px}.project:nth-child(2){padding-top:0}.project-art{height:400px;border:0;border-radius:3px;transition:transform .4s}.project:hover .project-art{transform:none}.project-one{background:#d4d3cf}.editorial-concept{padding:45px 20px}.editorial-concept strong{font:500 clamp(45px,4.7vw,72px)/1 'Space Grotesk',sans-serif;letter-spacing:-.075em;margin-top:24px}.editorial-concept i{font-family:Georgia,serif;font-size:.85em}.project-two{background:#292430}.dashboard-concept{background:#141317;border-color:#514459;left:42px;top:80px;right:-25px;padding:28px;transform:rotate(-4deg)}.project-corner{border-radius:50%;width:43px;height:43px;display:grid;place-items:center;background:#161319;color:#dcd4e3;font-size:22px;right:20px;bottom:20px;z-index:5;transition:transform .3s,background .3s}.project-corner:hover{transform:rotate(45deg);background:#706078}.project-info h3{font:500 18px 'Space Grotesk',sans-serif;letter-spacing:-.035em}.project-info>span{font:9px monospace}.project>p{font-size:12px}.concept-label{font:8px monospace}.portfolio-note .text-link{font-size:12px}.text-link{border-color:#7c7089}.approach .section-heading{max-width:100%}.process-grid{grid-template-columns:1fr;gap:0;margin-top:45px;border-top:1px solid #4b414f}.process-grid article{display:grid;grid-template-columns:160px 1fr 1fr;gap:35px;align-items:start;padding:30px 0;border-top:0;border-bottom:1px solid #302935}.process-grid article>span{font:10px monospace;color:#95869e;padding-top:9px}.process-grid h3{font:500 27px/1.2 'Space Grotesk',sans-serif;letter-spacing:-.05em;margin:0}.process-grid p{font-size:13px;line-height:1.85;max-width:420px}.accountability{border:0;background:#1e1924;border-radius:4px;gap:25px;padding:30px;margin-top:30px}.accountability h3{font:500 19px 'Space Grotesk',sans-serif;letter-spacing:-.03em}.accountability p{font-size:12px;max-width:1000px}.accountability-symbol{font-size:27px}.hosting{gap:80px;padding-top:95px;padding-bottom:95px}.hosting h2{margin:27px 0}.hosting-copy>p:not(.eyebrow){font-size:14px;line-height:1.85}.hosting-panel{background:#18151c;border:1px solid #554a60;border-radius:4px;box-shadow:10px 10px 0 #0b090f,11px 11px 0 #352d3e;padding:30px}.hosting-panel>h3{font:500 30px/1.12 'Space Grotesk',sans-serif;letter-spacing:-.06em;margin-top:24px}.hosting-panel-title{font:9px monospace}.hosting-row{padding:18px 0}.hosting-row h4{font:500 14px 'Space Grotesk',sans-serif}.hosting-price>strong{font:500 22px 'Space Grotesk',sans-serif;letter-spacing:-.05em}.hosting-footnote{font-size:10px}.contact{background:#bcb3c9;color:#18131e;border-top:0;padding-top:45px;padding-bottom:45px}.contact .eyebrow,.contact-top>span{color:#4c405a}.contact h2{font:700 clamp(65px,9.5vw,145px)/.87 var(--display);letter-spacing:-.02em}.contact h2 em{color:#62546e}.contact-main{gap:25px;margin:35px 0}.contact-button{border:0;border-radius:4px;background:#221a2c;color:#d6c7e2;width:180px;height:145px;gap:35px;font:500 19px/1.2 'Space Grotesk',sans-serif}.contact-button:hover{transform:translateY(-5px);background:#473450;color:#f2e6fb}.contact-bottom{margin-top:30px}.contact-bottom>p{color:#4c4259;font-size:14px}.contact-availability{color:#594969;font-size:11px}.contact-availability button{color:#2f253c;border-color:#6d5c7b;font-size:11px}.closing-word{overflow:hidden;white-space:nowrap;font:700 18.5vw/.85 var(--display);letter-spacing:-.025em;padding:55px 3% 0;background:#080809;color:#27232c}.closing-word>span{font:18px 'Space Grotesk',sans-serif;vertical-align:top;display:inline-block;margin-top:15px;margin-left:10px}footer{max-width:none;border-top:0;padding:35px 4%;font:10px 'Space Grotesk',sans-serif}.footer-brand .wordmark{font-family:'Space Grotesk',sans-serif;font-size:18px}.footer-brand small{font-size:7px}.reveal{transition:opacity .6s,transform .8s}.js-motion .reveal{transform:translateY(30px)}dialog{border-radius:5px;background:#17131c}dialog h2{font:700 54px/.92 var(--display);letter-spacing:-.01em}.submit{border-radius:3px}.form-note{font-size:11px}#concept-dialog{width:min(950px,calc(100% - 30px));padding:32px}#concept-dialog h2{font:500 29px 'Space Grotesk',sans-serif;margin:15px 0 25px;letter-spacing:-.04em}.concept-close{position:absolute;right:15px;top:10px;font-size:30px}#concept-content .project-art{height:480px;margin:0}#concept-content .project-corner{display:none}#concept-content .editorial-concept strong{font-size:80px}#concept-content .editorial-concept{padding:55px 25px}#concept-content .dashboard-concept{left:50px;right:50px;top:85px;padding:35px}#concept-content .dashboard-concept>p{font-size:40px}#concept-content .bars{height:120px}.nexus-button:disabled{cursor:default}
@media(min-width:1680px){.hero-title h1{font-size:172px}.section-heading h2,.hosting h2{font-size:92px}.nexus h2{font-size:90px}.contact h2{font-size:145px}.closing-word{font-size:18.5vw}}
@media(max-width:1150px){.hero-side{width:170px}.hero-title h1{font-size:10.5vw}.hero-side p{font-size:11px}.solid-link{font-size:11px;padding:11px 13px}.studio-workspace{grid-template-columns:235px 1fr;min-height:420px}.studio-editor{padding:20px 12px}.editor-code{font-size:8px}.editor-code i{width:23px}.studio-canvas{padding:32px}.live-preview{min-height:330px}.nexus h2{font-size:6.3vw}.nexus-main{padding:22px}.studio-timeline>button{padding:16px}.studio-timeline>button span{margin-right:12px}.service{padding:24px;gap:20px}.service h3{font-size:23px}.project-art{height:370px}.process-grid article{grid-template-columns:110px 1fr 1fr;gap:25px}.process-grid h3{font-size:24px}.hosting{gap:50px}.editorial-concept{padding:42px 4px}}
@media(max-width:800px){.header{height:76px;padding:0 5%}.brand-mark{font-size:22px;padding:8px 6px}.brand-mark>span{font-size:21px;width:auto}.wordmark{font-size:14px}.wordmark small{font-size:7px}.mobile-nav:not([hidden]){top:76px}.mobile-nav a{font:500 20px 'Space Grotesk',sans-serif}.hero-v2{padding:26px 5% 0}.hero-kicker>span{display:none}.hero-kicker .eyebrow{font-size:8px}.hero-title{display:block;margin-top:24px;margin-bottom:28px}.hero-title h1{font-size:15vw;line-height:.86}.hero-side{display:flex;justify-content:space-between;align-items:center;gap:25px;width:100%;margin-top:25px}.hero-side p{font-size:12px;line-height:1.65}.hero-side p br:first-child{display:none}.hero-side .solid-link{width:155px;margin:0}.studio-toolbar{padding:0 14px;height:48px}.studio-title{font-size:8px;gap:12px}.studio-glyph{font-size:12px}.studio-demo-label{display:none}.studio-workspace{grid-template-columns:1fr;min-height:0}.studio-editor{display:none}.studio-canvas{padding:35px 30px;min-height:370px}.live-preview{max-width:650px;min-height:300px}.nexus h2{font-size:70px}.nexus-main{padding:25px}.nexus-nav{padding:17px 25px}.nexus-footer p{font-size:9px}.studio-timeline{grid-template-columns:repeat(4,1fr) 40px}.studio-timeline>button{padding:15px 10px;font-size:10px}.studio-timeline>button span{display:block;font-size:8px;margin:0 0 5px}.studio.mobile-canvas .live-preview{width:230px;min-height:345px}.studio.mobile-canvas .nexus h2{font-size:48px}.hero-after{font-size:8px;padding:22px 0}.hero-after>span{max-width:150px}.hero-after a{font-size:10px;text-align:right}.tech-strip{padding:23px 5%;gap:20px}.tech-strip a{font-size:15px}.tech-strip>div{gap:15px 25px}.tech-strip>span{font-size:7px;min-width:75px}.section{padding:65px 5%}.section-heading h2,.hosting h2{font-size:64px;line-height:.92}.section-heading>div>p{font-size:14px;max-width:500px;margin-top:22px}.section-heading>.eyebrow{margin-bottom:22px}.service-list{grid-template-columns:1fr;margin-top:30px}.service{padding:27px;border-right:0;border-bottom:1px solid #36343b;display:grid;grid-template-columns:25px 1fr;gap:18px}.service:last-child{border-bottom:0}.service h3{font-size:26px;max-width:none;margin:0 30px 17px 0}.service-number{padding-top:6px;font-size:10px}.service p{font-size:13px}.service-stack{display:block;grid-column:2;padding-top:17px;margin-top:0}.service-stack>p{font-size:10px;margin-top:6px}.service-stack>p br{display:none}.circle-link{top:17px;right:17px;width:30px;height:30px}.tags{font-size:9px;margin-top:18px}.stack-note p{font-size:11px;margin-top:10px}.work-grid{grid-template-columns:1fr;gap:30px}.project:nth-child(2){padding-top:0}.project-art{height:380px}.editorial-concept{padding:40px 18px}.editorial-concept strong{font-size:62px}.project-info{display:flex}.project-info>span{font-size:8px}.project-info h3{font-size:17px}.process-grid article{grid-template-columns:80px 1fr;gap:14px 22px;padding:25px 0}.process-grid h3{font-size:24px}.process-grid p{grid-column:2;font-size:13px;max-width:none}.process-grid article>span{font-size:8px;padding-top:7px}.accountability{padding:25px;gap:18px}.accountability h3{font-size:18px}.accountability p{font-size:12px}.hosting{grid-template-columns:1fr;gap:30px}.hosting-panel{box-shadow:6px 6px 0 #0b090f,7px 7px 0 #352d3e}.contact{padding:35px 5%}.contact h2{font-size:12vw}.contact-button{width:130px;height:110px;font-size:15px;gap:22px}.contact-bottom>p{font-size:13px}.closing-word{font-size:18.2vw;padding-top:35px}.closing-word>span{font-size:10px;margin-left:4px;margin-top:3px}footer{padding:25px 5%;font-size:9px}.footer-brand .wordmark{font-size:16px}.footer-brand small{font-size:7px}#concept-content .project-art{height:400px}#concept-content .editorial-concept strong{font-size:56px}#concept-content .editorial-concept{padding:40px 0}#concept-content .dashboard-concept{left:25px;right:-20px;padding:22px}#concept-content .dashboard-concept>p{font-size:27px}#concept-content .bars{height:95px}}
@media(max-width:440px){.hero-title h1{font-size:15.2vw}.hero-side{gap:15px;margin-top:22px}.hero-side p{font-size:11px}.hero-side p br:first-child{display:initial}.hero-side .solid-link{width:130px;font-size:10px;flex-shrink:0}.hero-side .solid-link>span{font-size:14px}.studio-title{gap:7px;font-size:7px}.studio-glyph{font-size:10px}.viewport-buttons button{font-size:8px;padding:4px 8px}.studio-canvas{padding:32px 15px;min-height:300px}.live-preview{min-height:250px}.nexus-nav{padding:13px 14px}.nexus-nav b{font-size:12px}.nexus-nav>span{font-size:6px}.nexus-main{padding:22px 14px}.nexus-eyebrow{font-size:6px}.nexus h2{font-size:52px;margin:15px 0 23px}.nexus-footer p{font-size:7px}.nexus-button{font-size:7px;padding:9px;gap:12px}.nexus-ticker{font-size:7px;padding:9px 14px}.canvas-caption{font-size:6px}.canvas-coordinate{font-size:7px}.studio-timeline>button{font-size:8px;padding:13px 8px}.studio-timeline>button span{font-size:7px}.studio-timeline{grid-template-columns:repeat(4,1fr) 28px}.floating-note{font-size:23px;right:5px;bottom:60px}.floating-note b{font-size:7px;padding:5px}.hero-after{font-size:7px;gap:10px}.hero-after a{font-size:8px}.section-heading h2,.hosting h2{font-size:52px}.service{padding:22px;gap:13px;grid-template-columns:17px 1fr}.service h3{font-size:23px}.service-number{font-size:9px}.tech-strip>div{gap:13px 20px}.tech-strip a{font-size:13px}.project-art{height:335px}.editorial-concept{padding:35px 0}.editorial-concept strong{font-size:51px}.concept-label{font-size:7px}.project-info{display:flex}.project-info h3{font-size:16px}.project-info>span{font-size:7px}.process-grid article{grid-template-columns:67px 1fr;gap:12px 15px}.process-grid h3{font-size:22px}.accountability{padding:20px;gap:15px}.accountability h3{font-size:17px}.accountability-symbol{font-size:22px}.contact h2{font-size:12vw}.contact-button{width:94px;height:94px;font-size:12px;gap:12px}.contact-button>span:last-child{font-size:17px}.contact-main{gap:12px}.contact-availability{font-size:10px}.hosting-panel{padding:25px}.hosting-panel>h3{font-size:29px}.section .eyebrow{font-size:9px}#concept-dialog{padding:25px 18px}#concept-content .project-art{height:340px}#concept-content .editorial-concept strong{font-size:44px}#concept-content .editorial-concept{padding-top:30px}}

.motion-paused .live-preview{transform:none}.motion-paused .preview-scan{display:none}.motion-paused .studio-timeline>button.current>i{animation:none;width:100%}
/* Corporate mark, Digital navigation */
@font-face{font-family:ArgusBrand;src:url('assets/argus-serif.woff') format('woff');font-display:swap}.digital-header{display:block;height:auto;padding:0 4%;background:#111114;border-bottom:0}.digital-brand-row{display:flex;align-items:center;justify-content:space-between;gap:28px;padding:23px 0;border-bottom:1px solid #38343e}.digital-header .brand{gap:14px;flex-shrink:0}.argus-logo{width:45px;height:50px;object-fit:contain}.digital-header .wordmark{font-family:ArgusBrand,Georgia,serif;font-size:28px;font-weight:400;letter-spacing:.23em;color:#eeeaf0}.digital-header .wordmark small{font-family:var(--sans);font-size:8px;letter-spacing:.32em;margin-top:7px;color:#bcb5c5}.header-statement{margin-right:auto;margin-left:40px;font:9px/1.65 'Space Grotesk',sans-serif;letter-spacing:.12em;color:#7e758a}.digital-header .header-quote{display:block;border:0;background:#d2c9dd;color:#201927;border-radius:2px;font:500 12px 'Space Grotesk',sans-serif;padding:14px 22px}.digital-header .header-quote:hover{background:#eee6f7}.digital-nav-row{display:flex;justify-content:space-between;align-items:stretch;gap:25px;min-height:51px}.nav-caption{font:8px 'Space Grotesk',sans-serif;letter-spacing:.12em;color:#766c80;align-self:center}.digital-header nav{display:flex;gap:0;margin-left:auto}.digital-header nav a{padding:17px 23px;font-size:11px;border-left:1px solid #2b2632;transition:background .2s,color .2s;white-space:nowrap}.digital-header nav a:hover{background:#26202d;color:white}.digital-header nav a span{font:8px monospace;color:#73627f;margin-right:9px}.digital-header .motion-button{font:9px 'Space Grotesk',sans-serif;padding:0 0 0 15px;min-width:85px;color:#9e90aa;text-align:right}.studio-timeline{grid-template-columns:repeat(4,1fr) 65px}.studio-timeline>button:last-child{font-size:10px}.preview-chrome{min-height:27px}.project-corner{border-radius:3px;width:auto;height:auto;min-height:34px;padding:9px 15px;font:11px 'Space Grotesk',sans-serif}.project-corner:hover{transform:translateY(-2px)}.circle-link{font:10px 'Space Grotesk',sans-serif;width:auto;height:auto;padding:5px 0;color:#c2b3ce;border-bottom:1px solid #584461}.circle-link:hover{transform:none}.dialog-close,.concept-close{font:11px 'Space Grotesk',sans-serif;line-height:1.3;padding:7px 8px;top:10px;right:10px;border:1px solid #504158}.contact-button>span:last-child:empty,.solid-link>span:empty,.text-link>span:empty,.floating-note>span:empty,.accountability-symbol:empty{display:none}.contact-button{justify-content:center}.hosting-panel-title>span:last-child:empty{display:none}
@media(max-width:800px){.digital-header{padding:0 5%;height:auto}.digital-brand-row{padding:20px 0;gap:20px}.argus-logo{width:40px;height:44px}.digital-header .wordmark{font-size:25px}.digital-header .wordmark small{font-size:7px}.header-statement{display:none}.digital-header .header-quote{font-size:11px;padding:12px 15px}.digital-nav-row{gap:10px;min-height:47px}.nav-caption{display:none}.digital-header nav{margin:0;flex:1;justify-content:space-between}.digital-header nav a{padding:15px 9px;border:0;font-size:10px}.digital-header nav a:first-child{padding-left:0}.digital-header nav a span{display:none}.digital-header .motion-button{font-size:8px;min-width:72px;padding-left:8px}.studio-timeline{grid-template-columns:repeat(4,1fr) 49px}.studio-timeline>button:last-child{font-size:9px}.circle-link{width:auto;height:auto;font-size:9px;top:22px;right:20px}.project-corner{font-size:10px}}
@media(max-width:440px){.digital-header .brand{gap:10px}.digital-header .wordmark{font-size:22px}.digital-header .wordmark small{font-size:7px}.argus-logo{width:35px;height:40px}.digital-header .header-quote{font-size:10px;padding:11px 12px}.digital-header nav a{font-size:9px;padding:14px 6px}.digital-header .motion-button{min-width:65px;font-size:8px}.digital-nav-row{gap:4px}.studio-timeline{grid-template-columns:repeat(4,1fr) 42px}.studio-timeline>button:last-child{font-size:8px}.circle-link{font-size:8px}}

/* Continuous motion and four-stage controls. */
html{scroll-behavior:smooth}
.reveal{transition:opacity .9s ease,transform 1.05s cubic-bezier(.16,1,.3,1)}
.js-motion .reveal{transform:translateY(34px)}
.js-motion .reveal.visible{transform:translateY(0)}
.studio-timeline{grid-template-columns:repeat(4,minmax(0,1fr))}
.studio-timeline>button:last-child{text-align:left;padding:18px 22px;font:12px 'Space Grotesk',sans-serif;color:#6f677c}
.studio-timeline>button:last-child.current{color:#ebe2f4}
.digital-header nav{margin-left:auto}
@media(max-width:1150px){.studio-timeline>button:last-child{padding:16px}}
@media(max-width:800px){.studio-timeline>button:last-child{padding:15px 10px;font-size:10px}.digital-header nav{justify-content:space-between;width:100%}.digital-header nav a{padding-inline:12px}}
@media(max-width:440px){.studio-timeline>button:last-child{font-size:8px;padding:13px 8px}}
/* Full opening viewport, replayable reveals, and a more complete build preview. */
.digital-header{background:transparent}
.hero-v2{min-height:calc(100svh - var(--site-header-height,158px));display:flex;flex-direction:column;padding-bottom:0}
.hero-v2>.studio{margin-top:auto;flex-shrink:0}
.hero-after{margin-top:auto;flex-shrink:0}
.editor-code{margin:0;padding:17px 0;font:9px/1.65 monospace;white-space:pre;overflow-x:auto;color:#c1b7d0;min-height:310px;tab-size:2}
.editor-code code{font:inherit;white-space:inherit}
.editor-filename{padding-bottom:13px}.editor-terminal{padding-top:15px}.editor-caption{margin-top:12px}
.studio-workspace{min-height:540px}
.studio-canvas{padding-top:35px;padding-bottom:35px}
.nexus-main{padding-top:20px;padding-bottom:20px}
.nexus h2{font-size:clamp(48px,5.1vw,76px);margin:14px 0 20px}
.nexus-collection{padding:0 24px 18px;transition:opacity .65s,transform .75s,max-height .75s;max-height:220px;overflow:hidden}
.collection-heading{display:flex;justify-content:space-between;font:7px 'Space Grotesk',sans-serif;border-top:1px solid #76618a50;padding:12px 0 10px;color:#5d496e}
.collection-options{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}
.collection-option{text-align:left;border:1px solid #78618c55;background:#ffffff13;color:#3b2e49;border-radius:2px;padding:10px;transition:background .25s,transform .25s,color .25s}
.collection-option>span{display:block;font:7px monospace;margin-bottom:9px;opacity:.65}
.collection-option strong{display:block;font:600 16px 'Space Grotesk',sans-serif;letter-spacing:-.06em}
.collection-option small{display:block;font-size:6px;margin-top:6px;opacity:.7}
.collection-option.selected{background:#33253f;color:#e7daf3;border-color:#33253f}
.collection-option:hover{transform:translateY(-3px);background:#715289;color:#f7edff}
.collection-feedback{font:7px monospace;color:#695378;margin-top:9px}
.studio[data-phase="0"] .nexus-collection{opacity:0;transform:translateY(16px)}
.studio[data-phase="1"] .collection-option{background:#ffffff13;color:#3b2e49}
.studio[data-phase="2"] .collection-option,.studio[data-phase="3"] .collection-option{animation:collection-enter .7s both}
.studio[data-phase="2"] .collection-option:nth-child(2),.studio[data-phase="3"] .collection-option:nth-child(2){animation-delay:.1s}
.studio[data-phase="2"] .collection-option:nth-child(3),.studio[data-phase="3"] .collection-option:nth-child(3){animation-delay:.2s}
.studio[data-phase="0"] .nexus{opacity:.22;filter:grayscale(1)}
.studio[data-direction="02"] .nexus{background:#b4c7cf}
.studio[data-direction="03"] .nexus{background:#cec3ae}
.nexus{transition:background .5s,opacity .7s,filter .8s}
.studio.mobile-canvas .nexus-collection{padding:0 16px 16px;max-height:350px}
.studio.mobile-canvas .collection-options{grid-template-columns:1fr;gap:6px}
.studio.mobile-canvas .collection-option{display:grid;grid-template-columns:18px 1fr;column-gap:7px;padding:8px}
.studio.mobile-canvas .collection-option>span{margin:0;align-self:center;grid-row:1/3}
.studio.mobile-canvas .collection-option strong{font-size:13px}
.studio.mobile-canvas .collection-option small{margin-top:2px}
.studio.mobile-canvas .nexus-main{padding-top:17px;padding-bottom:17px}
.studio.mobile-canvas .nexus h2{font-size:43px;margin:13px 0 17px}
.studio.mobile-canvas .nexus-footer{display:flex}
.studio.mobile-canvas .nexus-button{margin-top:0;font-size:7px;padding:8px;max-width:105px}
@keyframes collection-enter{from{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}
@media(max-width:1150px){.editor-code{font-size:8px}.studio-workspace{min-height:510px}.nexus h2{font-size:56px}}
@media(max-width:800px){.studio-workspace{min-height:0}.hero-v2{min-height:calc(100svh - var(--site-header-height,130px))}.studio-canvas{min-height:390px}.nexus h2{font-size:65px}.nexus-collection{padding:0 25px 17px}}
@media(max-width:440px){.studio-canvas{min-height:360px}.nexus-main{padding:19px 14px}.nexus h2{font-size:49px}.nexus-collection{padding:0 14px 14px}.collection-option{padding:7px}.collection-option strong{font-size:13px}.collection-option small{font-size:5px}.collection-heading{font-size:6px}.collection-feedback{font-size:6px}}
/* Balance the corporate symbol and two-line wordmark optically. */
.digital-header .brand{align-items:center}
.digital-header .wordmark{display:flex;flex-direction:column;align-items:center;line-height:1.05;padding-left:.23em}
.digital-header .wordmark small{align-self:stretch;text-align:center;line-height:1;letter-spacing:.32em;margin-top:9px;padding-right:.32em}
.digital-header .argus-logo{transform:translateY(2px)}
@media(max-width:800px){.digital-header .wordmark small{margin-top:8px}}
@media(max-width:440px){.digital-header .wordmark small{margin-top:7px}}
/* Match the loading signature to the header lockup. */
.loader{gap:28px;background:#080809;animation:loader-out .65s .85s forwards}
.loader>.loader-brand{width:auto;height:auto;background:none;margin:0;animation:none;transform:none;display:flex;align-items:center;gap:19px}
.loader-brand img{width:58px;height:64px;transform:translateY(2px)}
.loader-wordmark{font:400 38px/1.05 ArgusBrand,Georgia,serif;letter-spacing:.23em;color:#eeeaf0;padding-left:.23em;text-align:center}
.loader-wordmark small{display:block;font:9px/1 var(--sans);letter-spacing:.32em;padding-right:.32em;margin-top:12px;color:#bcb5c5}
.loader>.loader-track{width:210px;height:1px;background:#322c39;margin:0;animation:none;overflow:hidden}
.loader-track span{display:block;width:100%;height:100%;background:#b7a8ca;transform-origin:left;animation:loader-line .85s cubic-bezier(.2,.65,.3,1) both}
/* Soft metallic surfaces with restrained, consistent interaction. */
.digital-header .header-quote,.solid-link,.submit{border:1px solid #ded5e999;border-radius:9px;background:linear-gradient(135deg,#ddd5e5,#b7a9c6);color:#251c30;box-shadow:inset 0 1px 0 #ffffff70,0 3px 10px #0002;transition:background .25s,box-shadow .25s,transform .25s,border-color .25s;font-weight:500}
.digital-header .header-quote:hover,.solid-link:hover,.submit:hover{background:linear-gradient(135deg,#f0e9f7,#cbbbdc);box-shadow:inset 0 1px 0 #ffffff90,0 5px 18px #b19ac322;transform:translateY(-2px);border-color:#e6dced}
.digital-header .header-quote:active,.solid-link:active,.submit:active{transform:translateY(0);box-shadow:inset 0 1px 5px #51405d20}
.contact-button{border-radius:18px;border:1px solid #64506f;background:linear-gradient(140deg,#382a44,#201827);box-shadow:inset 0 1px 0 #b795ca24,0 10px 28px #382a4430;transition:transform .3s,box-shadow .3s,background .3s}
.contact-button:hover{background:linear-gradient(140deg,#51405e,#302139);transform:translateY(-3px);box-shadow:inset 0 1px 0 #c4a6d535,0 13px 30px #382a4440}
.project-corner{border:1px solid #9884a654;border-radius:8px;background:linear-gradient(135deg,#3b2f44,#201a27);box-shadow:inset 0 1px 0 #bba5cb22,0 4px 14px #0002;padding:10px 18px}
.project-corner:hover{background:linear-gradient(135deg,#574162,#35283e);transform:translateY(-2px)}
.circle-link{border:1px solid #71607e70;border-radius:7px;padding:7px 10px;background:#211b29;color:#cfc2dc;top:20px;right:20px;transition:background .2s,border-color .2s}
.circle-link:hover{background:#3a2c45;border-color:#a38bb6}
.viewport-buttons{border-radius:8px;padding:4px;background:#121015;border-color:#514759}
.viewport-buttons button{border-radius:5px;transition:background .2s,box-shadow .2s,color .2s}
.viewport-buttons button.chosen{background:linear-gradient(135deg,#5b4f67,#403648);box-shadow:inset 0 1px 0 #aa92be30;color:#f3eafc}
.studio-timeline>button{transition:background .25s,color .25s,box-shadow .25s}
.studio-timeline>button:hover{background:#32293b;color:#dccde9}
.studio-timeline>button.current{background:linear-gradient(135deg,#392d45,#282031);box-shadow:inset 0 1px 0 #b69dce20}
.nexus-button{border:1px solid #74588860;border-radius:6px;background:linear-gradient(135deg,#443050,#2d2236);box-shadow:inset 0 1px 0 #d9b9f122}
.collection-option{border-radius:5px}
.dialog-close,.concept-close{border-radius:6px;background:#251d2c;transition:background .2s,border-color .2s}
.dialog-close:hover,.concept-close:hover{background:#3e2e49;border-color:#a88dba}
@media(max-width:800px){.circle-link{top:19px;right:17px;padding:6px 9px}.service h3{margin-right:58px}}
@media(max-width:440px){.loader-brand img{width:47px;height:52px}.loader-wordmark{font-size:31px}.loader-wordmark small{font-size:8px;margin-top:10px}.loader>.loader-track{width:180px}.contact-button{border-radius:13px}.circle-link{font-size:8px;padding:5px 8px}}
/* Precision-cut controls: flat graphite, square edges, silver motion. */
button,.digital-header .header-quote,.solid-link,.circle-link{border-radius:0!important}
.digital-header .header-quote,.solid-link,.submit,.contact-button,.project-corner,.circle-link,.dialog-close,.concept-close{isolation:isolate;overflow:hidden;border:1px solid #79757f;background:#17161a;color:#eeebf1;box-shadow:none;font-family:'Space Grotesk',sans-serif;font-weight:500;letter-spacing:.045em;transition:border-color .25s,color .25s,background .25s}
.digital-header .header-quote::before,.solid-link::before,.submit::before,.contact-button::before,.project-corner::before,.circle-link::before{content:'';position:absolute;inset:0;z-index:-1;background:#e1dde6;transform:translateY(101%);transition:transform .35s cubic-bezier(.22,1,.36,1);pointer-events:none}
.digital-header .header-quote::after,.solid-link::after,.submit::after,.contact-button::after,.project-corner::after,.circle-link::after{content:'';position:absolute;left:0;top:0;width:22px;height:2px;background:#c5bad3;transition:width .35s cubic-bezier(.22,1,.36,1);pointer-events:none}
.digital-header .header-quote:hover,.solid-link:hover,.submit:hover,.contact-button:hover,.project-corner:hover,.circle-link:hover{background:#17161a;color:#17131d;border-color:#e1dde6;box-shadow:none;transform:none}
.digital-header .header-quote:hover::before,.solid-link:hover::before,.submit:hover::before,.contact-button:hover::before,.project-corner:hover::before,.circle-link:hover::before{transform:translateY(0)}
.digital-header .header-quote:hover::after,.solid-link:hover::after,.submit:hover::after,.contact-button:hover::after,.project-corner:hover::after,.circle-link:hover::after{width:100%;background:#fff}
.digital-header .header-quote:active,.solid-link:active,.submit:active,.contact-button:active,.project-corner:active,.circle-link:active{transform:none;box-shadow:inset 0 0 0 1px #79717f}
.digital-header .header-quote{padding:15px 24px;font-size:11px;text-transform:uppercase}
.solid-link{padding:15px 19px;font-size:11px;text-transform:uppercase}
.contact-button{width:180px;height:145px;font-size:19px;line-height:1.3;text-transform:uppercase;border-color:#6b5b79;background:#201a27}
.project-corner{padding:11px 21px;font-size:10px;text-transform:uppercase;background:#151318}
.circle-link{padding:7px 10px;font-size:9px;top:20px;right:20px;text-transform:uppercase;background:#151318}
.submit{padding:16px 18px;font-size:12px;text-transform:uppercase}
.dialog-close,.concept-close{font-size:10px;text-transform:uppercase;border-color:#544e5d;padding:8px 11px}
.dialog-close:hover,.concept-close:hover{background:#e1dde6;color:#17131d;border-color:#e1dde6}
.viewport-buttons{border-radius:0;padding:0;gap:0;border-color:#514b5b;background:#151318}
.viewport-buttons button{padding:8px 14px;background:none;color:#a098aa;border:0;box-shadow:none;transition:color .2s,background .2s}
.viewport-buttons button+button{border-left:1px solid #514b5b}
.viewport-buttons button.chosen{background:#d0c8da;color:#211a2a;box-shadow:none}
.viewport-buttons button:not(.chosen):hover{background:#302736;color:#eee7f5}
.studio-timeline>button{box-shadow:none;background:#19161e}
.studio-timeline>button:hover{background:#2a2432;color:#e9dff1;box-shadow:none}
.studio-timeline>button.current{background:#302739;box-shadow:none}
.nexus-button{background:#30243b;border:1px solid #695274;box-shadow:none;transition:background .2s,color .2s,border-color .2s}
.nexus-button:hover{background:#ede4f5;color:#30243b;border-color:#30243b;transform:none}
.collection-option{box-shadow:none;transition:background .25s,color .25s,border-color .25s}
.collection-option:hover{transform:none;background:#715289;color:#f7edff;border-color:#3b2e49}
.text-link,.under-button{border-radius:0;transition:color .2s,border-color .2s}
@media(max-width:800px){.digital-header .header-quote{padding:13px 17px;font-size:10px}.contact-button{width:130px;height:110px;font-size:15px}.circle-link{top:19px;right:17px;font-size:9px;padding:6px 9px}}
@media(max-width:440px){.digital-header .header-quote{font-size:9px;padding:12px 14px}.hero-side .solid-link{font-size:9px;padding:12px}.contact-button{width:94px;height:94px;font-size:12px}.circle-link{font-size:8px;padding:5px 8px}.viewport-buttons button{font-size:8px;padding:7px 10px}}

/* Preserve each control's layout anchor independently of its surface styling. */
.digital-header .header-quote,.solid-link,.submit,.contact-button{position:relative}
.project-art>.project-corner{position:absolute;inset:auto 20px 20px auto;margin:0;z-index:5}
.service>.circle-link{position:absolute}

/* Mobile service actions occupy their own row instead of overlapping the copy. */
@media(max-width:800px){
  .service>.circle-link{position:relative;inset:auto;grid-column:2;grid-row:3;justify-self:start;width:max-content;min-height:44px;margin:0;padding:10px 16px;font-size:11px}
  .service h3{margin-right:0}
  .service-stack>p br{display:initial}
}
.dialog-close,.concept-close{position:absolute}

/* Direct quote contact: native email and telephone links, no form service. */
.quote-options{display:grid;gap:12px;width:min(100%,340px);flex:none}
.contact-button.quote-choice{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;text-align:left;width:100%;height:auto;min-height:98px;padding:20px 24px;gap:10px;border-radius:4px}
.contact-button.quote-choice>span:first-child{font:500 11px/1.5 var(--sans);letter-spacing:.08em;text-transform:uppercase}
.contact-button.quote-choice>span:last-child{font:400 16px/1.4 var(--sans);letter-spacing:0;text-transform:none;overflow-wrap:anywhere;transform:none}
.quote-choice:focus-visible{outline:2px solid var(--accent);outline-offset:5px}
.contact-bottom .quote-note{font-size:12px;line-height:1.8;text-align:right;max-width:300px}
@media(max-width:1000px){.contact-main{align-items:flex-start;flex-direction:column;gap:28px}.quote-options{width:100%;grid-template-columns:repeat(2,minmax(0,1fr))}.contact-button.quote-choice{padding:18px;min-height:100px}.contact-button.quote-choice>span:last-child{font-size:14px}.contact-bottom .quote-note{text-align:left;margin-top:1rem}.contact-bottom{gap:20px;flex-wrap:wrap}}
@media(max-width:540px){.quote-options{grid-template-columns:1fr}.contact-button.quote-choice{min-height:88px}.contact-button.quote-choice>span:last-child{font-size:16px}.contact-bottom>p br{display:none}}

#quote-dialog [hidden]{display:none!important}
#quote-dialog{width:min(660px,calc(100% - 28px));padding:38px;scrollbar-gutter:stable}
#quote-dialog .quote-intro a{text-decoration:underline;text-underline-offset:3px;overflow-wrap:anywhere}
#quote-dialog input,#quote-dialog select,#quote-dialog textarea{font-size:16px}
#quote-dialog .submit{position:relative;display:inline-flex;align-items:center;justify-content:center;min-height:48px;margin-top:20px;gap:16px}
#quote-dialog .check{align-items:flex-start;line-height:1.6}
#quote-dialog .check input{flex:none;margin-top:3px}
#quote-preview{margin-top:28px}
#quote-preview h3{font:500 21px/1.4 var(--sans);margin-bottom:10px}
#quote-preview>p{font-size:13px;overflow-wrap:anywhere}
#quote-message{font:14px/1.65 var(--sans);min-height:240px;background:#111014}
.quote-send-actions{display:flex;flex-wrap:wrap;align-items:center;gap:12px}
#quote-dialog .quote-send-actions .submit{margin-top:14px}
#quote-edit{margin-top:14px;min-height:44px}
#quote-status{color:#d8c6e8;min-height:1.5em}
@media(max-width:540px){#quote-dialog{padding:32px 20px 24px}#quote-dialog h2{font-size:44px}#quote-dialog .form-row{grid-template-columns:1fr;gap:0}.quote-send-actions{display:grid;grid-template-columns:1fr}#quote-dialog .quote-send-actions .submit{margin-top:0}#quote-edit{margin-top:0}.quote-send-actions{margin-top:18px}}
