/* USMAN WEBSITE / V2 — shared design system, true multi-page layouts.
   No remote fonts, CSS frameworks, or stock image dependencies. */
:root{--bg:#111413;--panel:#1a1e1b;--panel2:#222822;--text:#f0f0e9;--muted:#999f95;--faint:#656e64;--line:rgba(221,235,208,.14);--accent:#d1edac;--ink:#1c2b20;--mono:Consolas,"Liberation Mono",monospace;--ease:cubic-bezier(.2,.8,.2,1);--header:92px;color-scheme:dark}
*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:110px}body{margin:0;font-family:Arial,Helvetica,sans-serif;background:var(--bg);color:var(--text);font-size:15px;line-height:1.65;-webkit-font-smoothing:antialiased}body.menu-open{overflow:hidden}button,input,textarea,select{font:inherit}button,a{touch-action:manipulation}button{cursor:pointer;color:inherit}button:disabled{opacity:.5;cursor:wait}a{color:inherit;text-decoration:none}button{border:0;background:none}img,video,canvas{max-width:100%}svg{width:22px;height:22px;flex-shrink:0}button:focus-visible,a:focus-visible,summary:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible,canvas:focus-visible{outline:2px solid var(--accent);outline-offset:6px}input:focus-visible,textarea:focus-visible,select:focus-visible{outline-offset:2px}::selection{background:var(--accent);color:var(--ink)}h1,h2,h3,h4,p{margin:0}h1,h2,h3,h4{font-weight:400}h1,h2{letter-spacing:-.055em;line-height:1.07}h1 em,h2 em{font-family:Georgia,"Times New Roman",serif;font-weight:400}h2{font-size:clamp(40px,4.6vw,66px)}h3{font-size:26px;letter-spacing:-.035em;line-height:1.25}p{color:var(--muted)}[hidden]{display:none!important}.shell{width:calc(100% - 112px);max-width:1328px;margin-inline:auto}.section-space{padding-block:112px}.eyebrow,.micro{font-family:var(--mono);font-size:10px;letter-spacing:.08em;line-height:1.7;color:var(--muted);font-weight:400}.eyebrow{display:flex;align-items:center;gap:11px;margin-bottom:24px}.little-dot{width:5px;height:5px;background:var(--accent);border-radius:50%;flex:none}.status-dot{width:6px;height:6px;display:inline-block;border-radius:50%;background:var(--accent);box-shadow:0 0 0 4px #d1edac10;flex-shrink:0}.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.skip-link{position:fixed;z-index:200;left:20px;top:-100px;background:var(--accent);color:var(--ink);padding:12px 20px}.skip-link:focus{top:15px}.button{display:inline-flex;justify-content:space-between;align-items:center;gap:32px;min-height:56px;padding:15px 24px;background:var(--accent);color:var(--ink);border:1px solid var(--accent);border-radius:6px;font-size:13px;line-height:1.3;transition:background .3s,transform .3s var(--ease),box-shadow .3s}.button svg{width:18px;height:18px;transition:transform .3s}.button:hover{background:#e2f6c9;transform:translateY(-2px);box-shadow:0 8px 30px #0002}.button:hover svg{transform:translate(2px,-2px)}.button-small{min-height:42px;padding:12px 20px;font-size:12px;gap:27px}.button-outline{border-color:var(--line);background:transparent;color:var(--text)}.button-outline:hover{background:#d1edac0b;border-color:#d1edac50}.button-dark{background:var(--ink);border-color:var(--ink);color:#f1f4e8}.button-dark:hover{background:#334a38}.text-link{display:inline-flex;align-items:center;gap:20px;font-size:13px;color:var(--text);line-height:1.45}.text-link svg{width:18px;height:18px;transition:transform .25s}.text-link:hover svg{transform:translate(3px,-3px)}.icon-button{width:34px;height:34px;display:grid;place-items:center;border:1px solid var(--line);border-radius:50%;font-size:14px;transition:background .3s}.icon-button:hover{background:#d1edac12}.tags{display:flex;flex-wrap:wrap;gap:7px}.tags span{font-family:var(--mono);font-size:9px;padding:5px 9px;border:1px solid var(--line);border-radius:4px;color:var(--muted)}
/* Shared navigation: regular links, separate documents and routes. */
.site-header{position:sticky;top:0;z-index:60;background:#111413ef;backdrop-filter:blur(16px);border-bottom:1px solid var(--line)}.header-inner{height:var(--header);display:flex;align-items:center;justify-content:space-between;gap:28px}.brand{display:flex;align-items:center;font-weight:700;font-size:34px;letter-spacing:-2px;line-height:1}.brand>span:not(.brand-role){color:var(--accent)}.brand .brand-role{font-family:var(--mono);color:var(--muted);font-size:8px;letter-spacing:.04em;line-height:1.5;font-weight:400;margin-left:22px;padding-left:20px;border-left:1px solid var(--line)}.desktop-nav{display:flex;gap:34px;margin-left:auto;margin-right:44px}.desktop-nav a{font-size:12px;color:var(--muted);position:relative}.desktop-nav a:hover,.desktop-nav a[aria-current]{color:var(--text)}.desktop-nav a[aria-current]:after{content:'';position:absolute;bottom:-12px;left:0;width:18px;height:2px;background:var(--accent)}.desktop-nav sup{font-family:var(--mono);font-size:8px;margin-left:5px}.header-actions{display:flex;align-items:center;gap:15px}.menu-toggle{display:none}.mobile-nav{padding:18px 28px 32px;border-top:1px solid var(--line);max-height:calc(100dvh - 78px);overflow-y:auto}.mobile-nav>a{display:flex;align-items:center;gap:20px;padding:12px 0;font-size:30px;letter-spacing:-1.5px}.mobile-nav>a small{font:10px var(--mono);color:var(--faint)}.mobile-nav>a svg{margin-left:auto}.mobile-nav-extra{display:flex;gap:30px;padding-top:20px;border-top:1px solid var(--line);margin-top:15px;font-size:13px}.reading-progress{position:fixed;top:0;left:0;height:2px;width:100%;background:var(--accent);z-index:80;transform:scaleX(0);transform-origin:left;pointer-events:none}
/* Hero — a large, dimensional desktop with a real scrolling media slot. */
.hero-topline{display:flex;justify-content:space-between;align-items:center;padding-top:27px}.availability{display:inline-flex;align-items:center;gap:10px;font:10px var(--mono);letter-spacing:.025em;color:var(--muted)}.hero-topline>.micro{font-size:8px;color:var(--faint)}.hero-layout{display:grid;grid-template-columns:48% 52%;gap:0;align-items:center;padding-top:48px;padding-bottom:36px;min-height:620px}.hero-copy{position:relative;z-index:2;pointer-events:none}.hero-copy a{pointer-events:auto}.hero-copy>.eyebrow{margin-bottom:29px}.hero h1{font-size:clamp(65px,6.3vw,91px);letter-spacing:-.065em;line-height:1.06;white-space:nowrap}.hero h1 em{color:var(--accent);position:relative;display:inline-block;letter-spacing:-.07em}.hero h1 em:after{content:'';height:4px;position:absolute;left:6px;right:0;bottom:-3px;background:var(--accent);transform:rotate(-2deg);opacity:.55}.hero-role{margin-top:30px;color:var(--text);font-size:17px;line-height:1.6}.hero-intro{font-size:14px;line-height:1.8;max-width:355px;margin-top:15px}.hero-actions{display:flex;align-items:center;gap:27px;margin-top:29px}.hero-actions .text-link{font-size:11px;gap:14px}.hero-person{display:flex;align-items:center;gap:12px;margin-top:32px;font-size:10px;color:#cdd2c8}.tiny-avatar{width:32px;height:32px;border-radius:50%;border:1px solid #d1edac33;background:#d1edac0c;display:grid;place-items:center;color:var(--accent);font-weight:700;font-size:20px;letter-spacing:-2px}.hero-person small{display:block;font:8px var(--mono);letter-spacing:.08em;color:var(--faint);margin-top:4px}.hero-visual{height:554px;position:relative;min-width:0;perspective:1200px}.hero-halo{position:absolute;inset:0 -5% 0 -5%;background:radial-gradient(ellipse at 55% 45%,#b8d7a812,transparent 66%);pointer-events:none}.desktop-scene{position:absolute;inset:0;perspective:1500px;overflow:visible}.desktop-rig{position:absolute;left:7%;top:52px;width:89%;height:440px;transform-style:preserve-3d;transform:rotateY(-13deg) rotateX(7deg) rotateZ(2deg);will-change:transform}.desktop-monitor{position:relative;border-radius:19px;padding:11px 11px 0;background:linear-gradient(135deg,#8c988a,#293329 8%,#20281f 50%,#788875);border:1px solid #7c8877;box-shadow:10px 8px 0 #293026,12px 10px 0 #677761,25px 35px 75px #0008;transform-style:preserve-3d;z-index:3}.monitor-camera{position:absolute;left:50%;top:4px;width:3px;height:3px;border-radius:50%;background:#171d1c;box-shadow:0 0 0 1px #54644a}.monitor-bezel{background:#050905;border:4px solid #0d140d;border-radius:9px;overflow:hidden}.monitor-chrome.browser-chrome{background:#e9eee2;color:#67705f;border:0;height:22px;font-size:6px;padding-inline:10px}.monitor-chrome .browser-dots i{width:3px;height:3px}.monitor-bezel .website-screen{aspect-ratio:1.72;background:#e5efd9}.monitor-chin{height:24px;background:linear-gradient(135deg,#a8b1a0,#5d6b58 72%,#96a28a);margin:0 -10px;border-radius:0 0 16px 16px;display:flex;align-items:center;justify-content:center;font-size:12px;color:#283021;font-weight:700;position:relative;letter-spacing:-.1em}.monitor-chin span{color:#344b24}.monitor-chin i{position:absolute;right:15px;width:3px;height:3px;background:#d1edac;border-radius:50%;box-shadow:0 0 5px #c1f779}.monitor-stand{position:absolute;top:71%;left:45%;height:21%;width:12%;background:linear-gradient(90deg,#87937e,#c8d1ba 30%,#829074 70%,#4c5d42);clip-path:polygon(11% 0,91% 0,100% 100%,0 100%);transform:translateZ(-15px);z-index:1}.monitor-base{position:absolute;top:88%;left:30%;width:44%;height:6%;background:linear-gradient(150deg,#b8c3ad,#627057);border:1px solid #788870;border-bottom:4px solid #47543e;border-radius:45% 45% 12% 12%;box-shadow:12px 20px 35px #0009;transform:rotateX(55deg);z-index:2}.desktop-keyboard{position:absolute;top:100%;left:18%;width:53%;height:55px;display:grid;grid-template-columns:repeat(12,1fr);gap:3px;padding:7px;background:linear-gradient(120deg,#9ca891,#4d5e45);border:1px solid #b4c1a4;border-bottom:5px solid #5b6b4f;transform:rotateX(45deg) translateZ(20px);border-radius:7px;box-shadow:0 18px 20px #0007}.desktop-keyboard i{background:linear-gradient(120deg,#e0e5d5,#a2af94);border-radius:2px;box-shadow:0 2px 0 #819371}.desktop-keyboard .accent-key{background:#c3ee84}.desktop-mouse{position:absolute;top:99%;left:77%;width:35px;height:45px;background:linear-gradient(130deg,#c1cbb3,#718563);border:1px solid #809573;border-radius:50% 50% 45% 45%;transform:rotateX(45deg) rotateZ(-10deg);box-shadow:0 14px 20px #0007}.desktop-mouse i{display:block;width:3px;height:10px;background:#37442e;margin:8px auto;border-radius:2px}.orbit-line{position:absolute;inset:24px 0 50px 11%;border:1px solid #d1edac14;border-radius:50%;transform:rotateZ(-30deg) rotateX(34deg);pointer-events:none}.floating-chip{display:grid;place-items:center;position:absolute;width:59px;height:61px;border-radius:12px;background:linear-gradient(145deg,#d4dfc7,#809071);color:#344229;box-shadow:6px 6px 0 #57694b,10px 17px 25px #0004;z-index:4;animation:levitate 6s ease-in-out infinite}.chip-wordpress{top:33px;left:7%;font:40px Georgia;rotate:-12deg}.chip-code{top:155px;right:-8px;width:54px;height:54px;font:17px var(--mono);rotate:13deg;background:linear-gradient(145deg,#d5eeb0,#99b271);animation-delay:-3s}.floating-orb{position:absolute;width:56px;height:56px;border:14px solid #b3cc89;border-radius:50%;top:5px;right:17%;box-shadow:5px 5px 0 #657d48,inset 3px 3px 0 #6b844d;transform:rotateY(40deg) rotateZ(35deg);animation:levitate 6s ease-in-out infinite reverse}.floating-note{position:absolute;bottom:65px;left:0;z-index:5;font:8px var(--mono);padding:13px 18px;color:#b9c6ac;background:#283224e8;border:1px solid #65785155;border-radius:5px;box-shadow:0 10px 30px #0004;transform:rotateZ(-6deg)}.floating-note>span{font-size:14px;color:var(--accent);margin-right:8px}.hero-scene-tools{position:absolute;bottom:-2px;left:0;right:0;display:flex;align-items:center;justify-content:center;gap:10px;z-index:10}.segmented{display:flex;align-items:center;padding:4px;border:1px solid var(--line);border-radius:7px;background:#1d251c}.segmented button{font-size:10px;padding:6px 13px;border-radius:4px;color:var(--muted)}.segmented button[aria-pressed=true]{background:#d1edac;color:var(--ink)}.hero-scene-tools .icon-button{border:0;color:var(--muted);font-size:15px}.scene-project-link{width:30px;height:30px;display:grid;place-items:center;color:var(--muted)}.scene-project-link svg{width:16px}.studio-scene{position:absolute;inset:-25px -40px 25px -30px}.studio-scene canvas{width:100%;height:100%;touch-action:pan-y;cursor:grab}.studio-scene canvas:active{cursor:grabbing}.studio-error{position:absolute;top:40%;left:12%;right:12%;text-align:center}.hero-bottom{border-top:1px solid var(--line);padding:24px 0;display:flex;justify-content:space-between;align-items:center}.scroll-cue{font:9px var(--mono);letter-spacing:.04em;display:flex;align-items:center;gap:14px}.scroll-cue>span{display:grid;place-items:center;width:26px;height:26px;border-radius:50%;border:1px solid var(--line);font-size:14px}.hero-bottom>.micro{font-size:8px}.hero-bottom i{font-style:normal;padding:0 17px;color:var(--faint)}.stack-strip{padding:33px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:#1c231aaa}.stack-strip>.shell{display:flex;justify-content:space-between;align-items:center;gap:30px}.stack-strip span:not(.micro):not(.tiny){font-size:25px;color:#909c89;white-space:nowrap;letter-spacing:-1px}.stack-strip .micro{font-size:8px;letter-spacing:.06em}.stack-strip .stack-wp{font-size:22px!important}.stack-strip .stack-woo{font-size:11px!important;letter-spacing:-.03em}.stack-woo>b{font-size:30px;letter-spacing:-2px}.stack-strip .stack-php{font-style:italic;font-weight:700;font-size:30px!important}.tiny{font-size:11px}
@keyframes levitate{0%,100%{translate:0 0}50%{translate:0 -12px}}
/* Screen contents: media files take precedence; the HTML concept is an honest fallback. */
.browser-chrome{height:27px;display:flex;justify-content:space-between;align-items:center;padding:0 13px;background:#f1f3ed;border-bottom:1px solid #232f2320;color:#7b8476;font:7px var(--mono);letter-spacing:.025em}.browser-dots{display:flex;gap:4px}.browser-dots i{width:5px;height:5px;border-radius:50%;background:#b8c1b0}.browser-dots i:first-child{background:#b9b0a6}.website-screen{width:100%;aspect-ratio:1.6;position:relative;overflow:hidden;contain:paint}.website-screen-inner{position:absolute;inset:0;overflow:hidden}.screen-long{position:absolute;left:0;top:0;width:100%;height:auto;max-width:none;transform:translate3d(0,var(--scroll-offset,0px),0);will-change:transform}.screen-video,.screen-poster{position:absolute;inset:0;display:block;width:100%;height:100%;object-fit:cover;object-position:top}.demo-document{position:absolute;left:0;top:0;width:1100px;transform-origin:top left;transform:translate3d(0,var(--scroll-offset,0px),0) scale(var(--screen-scale,.5));background:var(--demo-bg);color:var(--demo-ink);font-family:Arial,Helvetica,sans-serif;will-change:transform;overflow:hidden}.demo-document p,.demo-document span{color:inherit}.demo-nav{height:100px;padding:30px 54px;display:flex;align-items:center;gap:40px;border-bottom:1px solid #1112}.demo-nav>b{font-size:40px;letter-spacing:-2px}.demo-nav>span{font-size:13px;margin-left:auto}.demo-nav>strong{background:var(--demo-ink);color:var(--demo-bg);font:10px var(--mono);padding:14px 20px}.demo-hero{padding:55px 54px 62px;position:relative;min-height:490px}.demo-kicker{font:10px var(--mono);letter-spacing:.1em}.demo-hero h3{position:relative;z-index:2;font-size:71px;line-height:1.04;letter-spacing:-4.5px;font-weight:500;max-width:790px;margin-top:30px}.demo-hero h3 em{font-family:Georgia;font-weight:400}.demo-hero>p:not(.demo-kicker){font-size:17px;margin-top:27px;max-width:580px}.demo-cta{display:inline-block;margin-top:25px;background:var(--demo-ink);color:var(--demo-bg)!important;padding:16px 25px;font-size:12px}.demo-sculpture{position:absolute;right:25px;top:54px;width:285px;height:340px;display:grid;place-items:center;font-family:Georgia;font-size:210px;color:var(--demo-ink);border:1px solid currentColor;border-radius:50% 50% 5px 5px;opacity:.2;transform:rotate(8deg)}.demo-strip{font:11px var(--mono);padding:22px 40px;background:var(--demo-ink);color:var(--demo-bg);display:flex;justify-content:space-between;letter-spacing:.05em}.demo-content{padding:66px 54px;background:#fff5}.demo-content h4{font-size:43px;letter-spacing:-2px;margin-top:20px}.demo-tiles{display:grid;grid-template-columns:repeat(3,1fr);gap:15px;margin-top:34px}.demo-tiles>div{position:relative;min-height:225px;padding:24px;border:1px solid #1112;background:var(--demo-bg)}.demo-tiles span{font:9px var(--mono)}.demo-tiles b{display:block;font-size:31px;line-height:1.1;font-weight:400;letter-spacing:-1px;margin-top:22px}.demo-tiles i{position:absolute;right:24px;bottom:19px;font-style:normal;font-size:36px}.demo-tiles>div:nth-child(2){background:var(--demo-ink);color:var(--demo-bg)}.demo-final{padding:64px 54px 44px;min-height:280px;background:var(--demo-ink);color:var(--demo-bg)}.demo-final>span{font:10px var(--mono)}.demo-final h4{font-size:60px;line-height:1;letter-spacing:-2px;margin-top:24px}.demo-final>b{display:block;text-align:right;font-size:26px}.demo-azhara .demo-hero h3,.demo-wellness .demo-hero h3{font-family:Georgia;letter-spacing:-3px}.demo-throne .demo-hero h3,.demo-zap .demo-hero h3{font-weight:800;text-transform:uppercase}
/* Work library and actual case-study navigation. */
.section-heading{display:flex;justify-content:space-between;gap:45px;align-items:flex-end;margin-bottom:45px}.section-heading>p{max-width:325px;font-size:14px;line-height:1.85;padding-bottom:5px}.section-heading h2 em{color:#c0cbb3}.project-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:52px 30px}.project-card{min-width:0}.project-link{display:block}.project-visual{position:relative;height:370px;background:color-mix(in srgb,var(--project-bg) 13%,#192018);border:1px solid var(--line);border-radius:9px;overflow:hidden;perspective:1200px;transition:border-color .3s}.project-visual:before{content:'';position:absolute;inset:0;background:radial-gradient(ellipse at 55% 10%,color-mix(in srgb,var(--project-bg) 12%,transparent),transparent 70%)}.project-browser{position:absolute;left:6%;top:9%;width:84%;border:2px solid color-mix(in srgb,var(--project-bg) 40%,#454e3b);border-radius:8px;overflow:hidden;transform:rotateX(6deg) rotateY(-7deg) rotateZ(-2deg);box-shadow:9px 12px 0 #10171066,0 30px 40px #0005;transition:transform .7s var(--ease);transform-origin:center 60%;background:var(--project-bg)}.project-link:hover .project-browser{transform:rotateX(0) rotateY(0) rotateZ(0) translateY(-4px) scale(1.025)}.project-card:nth-child(even) .project-browser{transform:rotateX(6deg) rotateY(7deg) rotateZ(2deg);left:9%}.project-card:nth-child(even):hover .project-browser{transform:rotateX(0) rotateY(0) rotateZ(0) translateY(-4px) scale(1.025)}.project-float{position:absolute;right:4%;top:56%;width:59px;height:66px;border:1px solid color-mix(in srgb,var(--project-bg) 55%,#222);border-radius:10px;color:var(--project-ink);background:var(--project-bg);box-shadow:5px 5px 0 color-mix(in srgb,var(--project-bg) 45%,#161c14),10px 14px 20px #0005;display:grid;place-items:center;font-size:27px;font-family:Georgia;transform:rotateZ(8deg);transition:transform .6s}.project-card:hover .project-float{transform:translateY(-8px) rotateZ(2deg)}.preview-caption{position:absolute;bottom:16px;left:19px;font:7px var(--mono);color:#b5bfb080;letter-spacing:.06em;max-width:80%}.project-arrow{position:absolute;bottom:13px;right:17px;border-radius:50%;width:29px;height:29px;display:grid;place-items:center;color:#b1baa7;background:#ffffff08;border:1px solid #d1edac22}.project-arrow svg{width:14px;height:14px}.project-title{display:flex;justify-content:space-between;align-items:center;gap:15px;margin-top:19px}.project-title h3{font-size:24px}.project-title>span{font:10px var(--mono);color:var(--muted);white-space:nowrap}.project-kind{font-size:12px;margin-top:6px;margin-bottom:14px}.section-bottom{display:flex;justify-content:space-between;gap:25px;align-items:center;border-top:1px solid var(--line);margin-top:42px;padding-top:28px}.section-bottom>p{font-size:11px}.work-page{padding-bottom:20px}.work-tools{display:flex;gap:20px;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);padding-bottom:24px;margin-bottom:38px}.work-filters{display:flex;gap:8px;flex-wrap:wrap}.work-filters button{font-size:12px;padding:9px 14px;color:var(--muted);border:1px solid transparent;border-radius:5px;transition:all .3s}.work-filters button[aria-pressed=true]{border-color:var(--line);color:var(--text);background:#d1edac0a}.work-filters button sup{font:9px var(--mono);margin-left:4px;opacity:.7}.project-search{position:relative}.project-search input{width:185px;border:0;border-bottom:1px solid var(--line);background:transparent;color:var(--text);font-size:12px;padding:10px 25px 10px 0;border-radius:0}.project-search>span:last-child{position:absolute;right:7px;top:3px;font-size:24px;color:var(--muted);pointer-events:none}.empty-projects{text-align:center;padding:100px 20px}.empty-projects p{margin:20px 0}.empty-projects h2{font-size:40px}
/* Scroll-driven three-stage composition: both columns share one progress value. */
.process-section{height:340vh;position:relative;border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:#161b16}.process-sticky{height:calc(100svh - var(--header));min-height:610px;position:sticky;top:var(--header);display:flex;flex-direction:column;padding-top:35px}.section-topline{display:flex;justify-content:space-between;align-items:center}.section-topline .eyebrow{margin:0}.process-layout{display:grid;grid-template-columns:42% 58%;gap:10px;align-items:center;flex:1;min-height:0}.process-copy{padding-bottom:10px}.process-copy-stack{position:relative;height:335px}.process-copy-panel{position:absolute;inset:0;opacity:0;visibility:hidden;transform:translateY(16px);transition:opacity .5s var(--ease),transform .6s var(--ease),visibility .5s}.process-copy-panel.is-active{opacity:1;visibility:visible;transform:none}.process-copy-panel>.eyebrow{font-size:10px;margin-bottom:22px;color:var(--accent)}.process-copy-panel h2{font-size:clamp(55px,5.5vw,79px);line-height:1.02;margin-bottom:24px}.process-copy-panel p{font-size:14px;line-height:1.8;max-width:360px;min-height:100px}.process-detail{display:block;margin-top:19px;font:9px var(--mono);color:var(--faint);line-height:1.7}.process-tabs{display:flex;gap:26px;margin-top:31px}.process-tabs button{font-size:11px;text-align:left;padding:0 0 13px;position:relative;color:var(--faint);min-width:83px}.process-tabs button>span{display:block;font:9px var(--mono);margin-bottom:4px;color:var(--faint)}.process-tabs button i{position:absolute;bottom:0;left:0;width:100%;height:2px;background:#44513a}.process-tabs button i:after{content:'';position:absolute;inset:0;background:var(--accent);transform:scaleX(var(--step-progress,0));transform-origin:left;transition:transform .08s linear}.process-tabs button[aria-pressed=true]{color:var(--accent)}.process-tabs button[aria-pressed=true]>span{color:var(--accent)}.process-art{position:relative;height:480px;perspective:1400px;isolation:isolate}.art-orbit{position:absolute;inset:13% 7%;border:1px solid #d1edac1c;border-radius:50%;transform:rotateX(49deg) rotateZ(-26deg);pointer-events:none}.art-cross{position:absolute;color:var(--faint);font:20px var(--mono)}.art-cross-a{top:9%;left:3%}.art-cross-b{bottom:16%;right:3%}.process-model{position:absolute;left:13%;top:16%;width:74%;height:63%;transform-style:preserve-3d;transform:rotateX(32deg) rotateY(-23deg) rotateZ(5deg);will-change:transform}.process-layer{position:absolute;inset:0;border-radius:8px;overflow:hidden;backface-visibility:visible;box-shadow:5px 8px 0 #0a130aaa,0 15px 30px #0005;transform-style:preserve-3d;will-change:transform;border:1px solid #879673}.layer-foundation{background:#293723;color:#bfcea9;transform:translateZ(-50px)}.layer-architecture{background:#596b43;color:#e2edcc;transform:translateZ(-26px)}.layer-interface{background:#d6e5c4;transform:translateZ(0);border-color:#b7cea0}.layer-header{display:flex;align-items:center;justify-content:space-between;padding:15px 18px;border-bottom:1px solid #d1edac25;font:9px var(--mono)}.layer-header b{font-weight:400}.layer-header>span{font-size:20px}.foundation-body{padding:16px;display:grid;gap:12px}.foundation-body>span{font:11px var(--mono);padding:16px;border:1px solid #d1edac22;background:#14230d55}.architecture-grid{padding:16px;display:grid;grid-template-columns:1fr 1fr;gap:12px}.architecture-grid>div{padding:18px 12px;background:#a5bd8330;border:1px solid #c3d7a540;font:10px var(--mono)}.architecture-grid small{display:block;font:9px Arial;margin-top:8px;opacity:.7}.wireframe-surface,.finished-surface{position:absolute;inset:0;padding:22px;color:#466034}.wireframe-nav{display:flex;align-items:center;border-bottom:1px solid #6c885155;padding-bottom:10px;gap:18px}.wireframe-nav>b{font-size:27px;margin-right:auto;letter-spacing:-3px}.wireframe-nav>i{width:33px;height:5px;background:#7c956477}.wireframe-main{display:grid;grid-template-columns:1.2fr 1fr;gap:20px;margin-top:25px}.wireframe-main>div:first-child{padding-top:5px}.wireframe-main span{display:block;height:14px;background:#738b5866;margin-bottom:11px;border-radius:2px}.wireframe-main span.wireframe-small{width:45%;height:5px;margin-bottom:20px;background:#75915e55}.wireframe-main button{display:block;width:68px;height:19px;background:#65814677;margin-top:18px;border-radius:3px}.wireframe-image{display:grid;place-items:center;font-size:50px;border:1px dashed #5b7c4199;background:#72965b22;line-height:1}.wireframe-cards{display:flex;gap:11px;margin-top:22px}.wireframe-cards i{height:30px;flex:1;border:1px solid #7f9b6377;border-radius:3px}.wireframe-footer{font:6px var(--mono);margin-top:15px;color:#54723a}.finished-surface{background:#d5efae;color:#23351d;opacity:0}.finished-nav{display:flex;align-items:center;justify-content:space-between}.finished-nav b{font-size:26px;letter-spacing:-3px}.finished-nav span{font-size:7px}.finished-surface h3{font-size:38px;line-height:1.03;margin-top:20px;letter-spacing:-2px}.finished-surface h3 em{font-family:Georgia;font-weight:400}.finished-button{display:inline-block;font:7px var(--mono);background:#3f592c;color:#eaf6d9;padding:9px 13px;margin-top:17px}.finished-cards{display:flex;gap:10px;margin-top:20px}.finished-cards i{flex:1;height:45px;background:#9fbd78;border-radius:3px}.finished-cards i:nth-child(2){background:#66864b}.finished-cards i:nth-child(3){background:#bed991}.stage-callout{position:absolute;left:18%;bottom:60px;padding:14px 18px;font:10px var(--mono);background:#23321ee6;border:1px solid #acc58644;border-radius:6px;box-shadow:0 12px 25px #0004;color:#c6d9b5;display:flex;align-items:center;gap:10px;transition:opacity .35s,transform .5s;white-space:nowrap}.callout-blueprint>i{width:5px;height:5px;background:var(--accent);border-radius:50%}.callout-code,.callout-launch{opacity:0;transform:translateY(12px)}.callout-launch{left:25%;background:#d1edac;color:#26371d;font-family:Arial;font-size:12px}.callout-launch>span{font-size:23px}.callout-launch small{display:block;font:7px var(--mono);margin-top:5px;opacity:.7}.process-art[data-stage="1"] .callout-blueprint,.process-art[data-stage="2"] .callout-blueprint{opacity:0;transform:translateY(10px)}.process-art[data-stage="1"] .callout-code,.process-art[data-stage="2"] .callout-launch{opacity:1;transform:none}.process-art-caption{position:absolute;bottom:6px;left:13%;right:13%;display:flex;justify-content:space-between;font:9px var(--mono);color:#8d9c80;letter-spacing:.07em}.process-art-caption b{font-weight:400;color:var(--accent)}.process-footer{border-top:1px solid var(--line);padding:20px 0 24px;display:flex;justify-content:space-between;color:var(--faint);font-size:10px}
/* Reversible scroll-to-white heading, smooth measured-height accordions. */
.scroll-heading>span{display:block}.scroll-words{line-height:1.2!important}.scroll-word{color:var(--text)}html[data-js=true] .scroll-word{color:rgb(calc(75 + 165 * var(--word-progress,0)),calc(83 + 157 * var(--word-progress,0)),calc(73 + 160 * var(--word-progress,0)))}.services-section .section-heading{margin-bottom:49px}.accordion-list{border-top:1px solid var(--line)}.accordion{border-bottom:1px solid var(--line);overflow:hidden}.accordion summary{display:flex;align-items:center;gap:25px;list-style:none;cursor:pointer;padding:29px 0;user-select:none}.accordion summary::-webkit-details-marker{display:none}.row-number{font:11px var(--mono);color:var(--faint);align-self:flex-start;padding-top:8px;width:22px;flex:none}.accordion summary h3{font-size:30px}.accordion summary p{font-size:13px;margin-top:8px}.accordion-plus{width:38px;height:38px;border:1px solid var(--line);border-radius:50%;margin-left:auto;flex:none;position:relative;transition:background .4s,border-color .4s,transform .5s}.accordion-plus:before,.accordion-plus:after{content:'';position:absolute;width:12px;height:1px;left:12px;top:18px;background:#c3ceba;transition:transform .4s}.accordion-plus:after{transform:rotate(90deg)}.accordion[open] .accordion-plus{background:var(--accent);border-color:var(--accent)}.accordion[open] .accordion-plus:before,.accordion[open] .accordion-plus:after{background:var(--ink)}.accordion[open] .accordion-plus:after{transform:rotate(0)}.accordion:hover summary h3,.accordion[open] summary h3{color:var(--accent)}.accordion-content{overflow:hidden}.service-details{padding:0 0 37px 47px;display:grid;grid-template-columns:1fr 1fr;gap:22px 65px}.service-details>p{font-size:14px;line-height:1.85;max-width:430px}.service-details .eyebrow{font-size:9px;margin-bottom:12px}.clean-list{list-style:none;padding:0;margin:0}.clean-list li{position:relative;padding-left:18px;margin-top:10px;color:var(--muted);font-size:13px}.clean-list li:before{content:'↗';position:absolute;left:0;color:#9aaf86;font-size:10px}.service-details>.text-link{grid-column:1/-1;color:var(--accent);margin-top:4px}.principles-inline{display:flex;justify-content:space-between;gap:15px;font-size:11px;color:var(--faint);margin-top:29px}.principles-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:26px;margin-top:62px}.principles-grid>div{border-top:1px solid var(--line);padding-top:23px}.principles-grid h3{font-size:23px;line-height:1.25;max-width:220px}.principles-grid .eyebrow{font-size:9px;margin-bottom:14px}
/* About and closing statement. */
.about-home{display:grid;grid-template-columns:1fr 1fr;gap:10%;align-items:center;border-top:1px solid var(--line)}.about-art{position:relative;height:500px;background:linear-gradient(140deg,#2a3626,#1e291b);border:1px solid #62755355;border-radius:10px;padding:28px;perspective:1100px;overflow:hidden;transform-style:preserve-3d;will-change:transform;transition:transform .25s var(--ease)}.about-art>.eyebrow{position:relative;z-index:3;font-size:9px;color:#a9b79b}.monogram{position:absolute;left:12%;right:12%;top:-15px;font-size:380px;line-height:1;font-weight:700;letter-spacing:-45px;color:#a7b592;text-shadow:1px 1px 0 #758b63,2px 2px 0 #758b63,3px 3px 0 #758b63,4px 4px 0 #758b63,5px 5px 0 #758b63,6px 6px 0 #758b63,9px 9px 0 #3c4a32,15px 25px 45px #0006;transform:rotateY(-22deg) rotateX(8deg) rotateZ(-7deg);z-index:2}.monogram span{color:var(--accent)}.about-art-bottom{position:absolute;left:28px;right:28px;bottom:27px;display:flex;justify-content:space-between;align-items:flex-end;gap:15px;border-top:1px solid #8ea37a44;padding-top:20px;z-index:4}.about-art-bottom>b{font-weight:400;font-size:20px;letter-spacing:-.03em;line-height:1.2;color:#d8e1ce}.about-art-bottom>span{font:7px var(--mono);color:#9baa8c;line-height:1.7;text-align:right;max-width:185px}.about-copy h2{font-size:64px;margin-bottom:29px}.about-copy>p:not(.eyebrow){font-size:14px;line-height:1.85;margin-top:18px}.about-values{display:flex;gap:15px;flex-wrap:wrap;font:9px var(--mono);color:#aebe9f;border-block:1px solid var(--line);padding:18px 0;margin:25px 0}.about-copy .text-link{color:var(--accent);font-size:12px}.cta-card{background:#d5e9b8;color:#27351e;position:relative;border-radius:10px;overflow:hidden;padding:52px 60px 43px;isolation:isolate}.cta-card>.eyebrow{color:#61764a;font-size:9px;margin-bottom:27px}.cta-card .little-dot{background:#5a753e}.cta-card h2{font-size:clamp(56px,6.3vw,89px);letter-spacing:-.058em;position:relative;z-index:2}.cta-bottom{display:flex;align-items:flex-end;justify-content:space-between;gap:25px;margin-top:33px;position:relative;z-index:3}.cta-bottom p{font-size:13px;line-height:1.8;color:#61744f}.cta-star{position:absolute;right:10%;top:-22px;font-size:310px;line-height:1;color:#bad293;z-index:0;transform:rotate(15deg)}.site-footer{padding-top:25px;padding-bottom:27px}.footer-top{display:grid;grid-template-columns:1fr 1fr 1fr auto;gap:35px;align-items:start;border-bottom:1px solid var(--line);padding-bottom:37px}.footer-top>.brand{font-size:40px}.footer-top>p{font-size:12px;line-height:1.7}.footer-links{display:grid;grid-template-columns:1fr 1fr;gap:8px 28px;font-size:12px;color:var(--muted)}.footer-links a:hover,.socials a:hover{color:var(--accent)}.back-top{display:grid;place-items:center;width:38px;height:38px;border:1px solid var(--line);border-radius:50%;font-size:19px}.footer-bottom{display:flex;justify-content:space-between;gap:25px;align-items:center;padding-top:24px;font-size:10px;color:var(--faint)}.socials{display:flex;gap:21px}.local-clock{display:flex;align-items:center;gap:9px;font:9px var(--mono);color:var(--muted)}.local-clock .status-dot{width:4px;height:4px}.toast{position:fixed;bottom:25px;left:50%;transform:translate(-50%,15px);background:#d1edac;color:#223519;padding:12px 22px;border-radius:6px;box-shadow:0 10px 45px #0006;opacity:0;pointer-events:none;z-index:100;font-size:12px;max-width:calc(100vw - 30px);transition:opacity .25s,transform .25s}.toast.visible{opacity:1;transform:translate(-50%,0)}
/* Page-specific layouts. */
.page-intro{padding-block:80px 70px}.page-intro h1{font-size:clamp(56px,7.1vw,102px);max-width:1120px}.page-intro h1 em{color:#c4d2b5}.page-intro-bottom{display:flex;align-items:flex-end;justify-content:space-between;gap:50px;margin-top:32px}.page-intro-bottom>p{font-size:16px;line-height:1.85;max-width:615px}.page-intro-bottom>.button{flex-shrink:0}.case-intro{padding-top:52px}.back-link{font-size:12px;color:var(--muted);margin-bottom:40px}.case-head{display:flex;justify-content:space-between;align-items:flex-end;gap:40px}.case-head h1{font-size:clamp(52px,7.1vw,100px)}.case-head h1>span{color:var(--accent)}.case-head .eyebrow{font-size:9px;margin-bottom:23px}.case-head>.button{margin-bottom:5px;flex-shrink:0}.case-lead{max-width:795px;font-size:18px;line-height:1.8;margin-top:29px}.case-meta{display:grid;grid-template-columns:1fr 1fr;gap:45px;padding-block:34px 41px}.case-meta .eyebrow{font-size:9px;margin-bottom:10px}.case-meta p{font-size:13px;max-width:420px}.case-showcase-inner{background:color-mix(in srgb,var(--project-bg) 18%,#182016);border:1px solid var(--line);border-radius:10px;padding:48px 9% 22px;overflow:hidden;perspective:1300px}.case-browser{border:4px solid #788671;border-radius:12px;overflow:hidden;box-shadow:12px 20px 0 #0003,0 30px 70px #0005;transform:rotateX(4deg);background:var(--project-bg)}.case-browser .browser-chrome{height:38px;font-size:9px}.case-browser .website-screen{aspect-ratio:1.7}.showcase-caption{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-top:31px;color:#b3c0a6;font:8px var(--mono)}.preview-pause{font:9px var(--mono);color:#c8d9b7}.media-credit{font-size:10px;margin:10px 0}.case-story{display:grid;grid-template-columns:37% 1fr;gap:8%}.case-story aside{align-self:start;position:sticky;top:130px}.case-story h2{font-size:49px;margin:15px 0 30px}.story-block+.story-block{border-top:1px solid var(--line);margin-top:40px;padding-top:36px}.story-block .eyebrow{font-size:9px;margin-bottom:18px}.story-block h3{font-size:32px;margin-bottom:20px}.story-block>p{font-size:15px;line-height:1.9}.scope-list{list-style:none;padding:0;margin:0}.scope-list li{padding:20px 0;border-bottom:1px solid var(--line);display:flex;gap:23px;font-size:16px;line-height:1.5}.scope-list li>span{font:10px var(--mono);color:var(--faint);padding-top:6px}.large-tags{margin-top:25px}.large-tags>span{font-size:11px;padding:8px 12px}.story-note{display:flex;gap:17px;padding:22px;margin-top:33px;border-left:2px solid #7f9569;background:#c5dfaa07}.story-note>span{color:var(--accent)}.story-note>p{font-size:12px;line-height:1.8}.next-project{border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding-block:35px 49px;margin-bottom:100px}.next-project .eyebrow{font-size:9px}.next-project>a{display:flex;justify-content:space-between;gap:30px;align-items:center}.next-project h2{font-size:clamp(35px,5.6vw,80px)}.next-project>a svg{width:54px;height:54px;color:var(--accent)}.services-page{padding-bottom:30px}.before-ask{display:grid;grid-template-columns:1.2fr 1fr 1fr;gap:40px;border-top:1px solid var(--line);margin-top:65px}.before-ask h2{font-size:45px}.before-ask>a{display:flex;align-items:flex-start;gap:15px;border-top:1px solid var(--line);padding-top:25px}.before-ask>a>span{font:9px var(--mono);color:var(--faint);padding-top:6px}.before-ask>a h3{font-size:23px}.before-ask>a p{font-size:12px;line-height:1.8;margin-top:12px}.before-ask>a svg{width:17px;color:var(--accent);margin-left:auto}.service-detail-layout{display:grid;grid-template-columns:27% 1fr;gap:10%;padding-top:16px}.service-detail-layout>aside{position:sticky;top:135px;align-self:start}.service-detail-layout>aside .eyebrow{font-size:9px}.service-detail-layout>aside>a{display:flex;gap:12px;padding:18px 0;font-size:12px;border-bottom:1px solid var(--line);color:var(--muted);line-height:1.6}.service-detail-layout>aside>a>span{font:9px var(--mono);color:var(--faint);padding-top:3px}.service-detail-layout>aside>a[aria-current]{color:var(--accent)}.detail-block{padding-bottom:80px}.detail-block h2{font-size:51px;margin-bottom:25px}.detail-block .eyebrow{font-size:9px}.deliverable-list,.fit-list,.approach-list{padding:0;margin:0;list-style:none}.deliverable-list li{display:flex;gap:25px;align-items:start;border-bottom:1px solid var(--line);padding:22px 0}.deliverable-list li h3{font-size:21px;line-height:1.45;letter-spacing:-.025em}.deliverable-list li>span:first-child{font:10px var(--mono);color:var(--faint);padding-top:7px}.deliverable-list li>span:last-child{margin-left:auto;color:var(--accent)}.fit-list li{display:flex;gap:17px;padding:16px 0;color:var(--muted);font-size:16px;line-height:1.7}.fit-list li>span{color:var(--accent)}.approach-list li{display:flex;gap:25px;padding:20px 0;border-top:1px solid var(--line)}.approach-list li>span{font:11px var(--mono);color:var(--accent);padding-top:5px}.approach-list p{font-size:15px;line-height:1.85}.outcome-note{background:#24301e;border:1px solid #72865544;padding:25px;display:flex;gap:20px;margin-top:30px;border-radius:6px}.outcome-note>span{color:var(--accent);font-size:25px}.outcome-note p{font-size:14px;line-height:1.85;color:#c1d1b1}.about-page-grid{display:grid;grid-template-columns:1fr 1fr;gap:9%;align-items:center}.about-art.tall{height:560px}.about-art.tall .monogram{top:13px;font-size:410px}.about-story h2{font-size:56px;margin-bottom:25px}.about-story>p:not(.eyebrow){font-size:14px;line-height:1.9;margin-top:18px}.signature{font:italic 40px Georgia;color:var(--accent);transform:rotate(-7deg);transform-origin:left;margin:28px 0 20px}.timeline{display:grid;grid-template-columns:repeat(4,1fr);gap:35px}.timeline>article{border-top:1px solid var(--line);padding-top:24px}.timeline h3{font-size:23px;line-height:1.3;margin-bottom:16px}.timeline .eyebrow{font-size:9px;margin-bottom:21px}.timeline p{font-size:13px;line-height:1.9}.toolbox{display:grid;grid-template-columns:1fr 1fr;gap:8%;align-items:center;border-block:1px solid var(--line)}.toolbox h2{font-size:53px}.stack-pills{display:flex;gap:13px;flex-wrap:wrap;align-items:start}.stack-pills span{font-size:14px;border:1px solid var(--line);border-radius:50px;padding:13px 20px;color:#c1ccb6;background:#d1edac05}.boundaries{display:grid;grid-template-columns:1fr 1fr;gap:9%;align-items:center}.boundaries h2{font-size:53px}.boundaries .clean-list li{font-size:15px;line-height:1.8;padding-left:24px;margin-top:20px}.process-promises{display:grid;grid-template-columns:repeat(3,1fr);gap:35px}.process-promises>div{padding:27px;border:1px solid var(--line);border-radius:8px;background:#c3d7a803}.process-promises h3{font-size:27px;line-height:1.25;margin-bottom:20px}.process-promises p{font-size:14px;line-height:1.9}.process-promises .eyebrow{color:var(--accent)}
/* Contact: real server endpoint with honest local/email fallback. */
.contact-layout{display:grid;grid-template-columns:40% 1fr;gap:9%;padding-bottom:30px}.contact-details{align-self:start;position:sticky;top:125px}.big-email{display:inline-flex;gap:20px;align-items:center;font-size:clamp(17px,1.9vw,27px);letter-spacing:-.04em;color:var(--text);line-height:1.5}.big-email svg{width:20px;color:var(--accent)}.direct-channel-card{display:flex;flex-direction:column}.direct-channel-card+.direct-channel-card{margin-top:28px;padding-top:24px;border-top:1px solid var(--line)}.channel-actions{display:flex;align-items:center;gap:12px;margin-top:12px;flex-wrap:wrap}.channel-btn{display:inline-flex;align-items:center;gap:8px;font-size:11px;color:var(--muted);text-decoration:none;cursor:pointer;padding:7px 14px;background:#171f15;border:1px solid #d1edac22;border-radius:6px;transition:all .2s;line-height:1.3}.channel-btn:hover{color:var(--accent);background:#d1edac14;border-color:#bad89355;transform:translateY(-1px)}.channel-btn span{font-size:11px}.contact-availability{margin:32px 0;padding:24px 0;border-block:1px solid var(--line)}.contact-availability>p{font-size:12px;margin-top:8px}.contact-socials{display:flex;flex-direction:column;gap:15px}.contact-socials a{display:flex;justify-content:space-between;gap:30px;font-size:13px;color:var(--muted);max-width:280px}.contact-socials svg{width:16px;height:16px}.contact-socials a:hover{color:var(--accent)}.discovery-card{padding:27px;background:#1e281b;border:1px solid #7b935844;border-radius:8px;margin-top:35px}.discovery-card .eyebrow{font-size:8px;margin-bottom:18px}.discovery-card h3{font-size:31px;line-height:1.1;letter-spacing:-1px}.discovery-card p{font-size:12px;line-height:1.9;margin-top:16px;margin-bottom:22px}.discovery-card .button{font-size:11px;min-height:46px;gap:25px;padding:12px 18px}.discovery-card small{font-size:10px;display:block;color:var(--faint);line-height:1.8;margin-top:15px}.contact-form-wrap{border:1px solid var(--line);padding:35px;background:#1a211866;border-radius:9px;min-width:0}.contact-form>.eyebrow{font-size:9px;margin-bottom:30px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:23px}.form-field{margin-bottom:23px;min-width:0}.form-field>label{display:block;font-size:12px;margin-bottom:10px;color:#ccd6c2}.form-field>label span{color:var(--accent)}.form-field input,.form-field textarea,.form-field select{display:block;width:100%;max-width:100%;border:1px solid #d1edac22;border-radius:5px;background:#11170f88;color:#e3ecdb;padding:13px 15px;font-size:13px;line-height:1.6;transition:border-color .3s}.form-field input::placeholder,.form-field textarea::placeholder{color:#748168}.form-field select{min-height:49px;color:var(--muted)}.form-field option{background:#1b2416;color:var(--text)}.form-field textarea{resize:vertical;min-height:145px}.form-field small{display:block;font-size:10px;color:var(--faint);margin-top:9px}.form-field input:focus,.form-field select:focus,.form-field textarea:focus{border-color:#bad89388}.field-invalid{border-color:#d39a79!important}.service-choices{padding:0;border:0;margin:5px 0 26px;display:flex;flex-wrap:wrap;gap:8px}.service-choices legend{font-size:12px;color:#ccd6c2;margin-bottom:15px;float:left;width:100%}.service-choices label{position:relative;display:inline-flex;cursor:pointer}.service-choices input{position:absolute;opacity:0;width:100%;height:100%;left:0;top:0;margin:0;cursor:pointer}.service-choices label>span{padding:9px 12px;border:1px solid #d1edac22;border-radius:5px;color:var(--muted);font-size:10px;pointer-events:none;transition:background .3s,border-color .3s}.service-choices input:checked+span{background:#d1edac1c;color:var(--accent);border-color:#d1edac66}.service-choices input:focus-visible+span{outline:2px solid var(--accent);outline-offset:4px}.consent{display:flex;align-items:flex-start;gap:11px;font-size:11px;line-height:1.8;color:var(--muted);margin-top:7px}.consent input{margin:5px 0 0;accent-color:var(--accent);flex-shrink:0}.consent a{text-decoration:underline;text-underline-offset:3px}.form-submit{display:flex;align-items:center;gap:20px;justify-content:space-between;margin-top:29px}.form-submit>span{font-size:10px;color:var(--faint);line-height:1.6}.form-status{font-size:12px;line-height:1.9;background:#d1edac12;border:1px solid #d1edac33;color:#cbdbbe;padding:16px;border-radius:5px;margin-top:20px}.form-status[data-state=error]{background:#91663d12;border-color:#c5946744;color:#dec3a8}.email-fallback{margin-top:22px;border-top:1px solid var(--line);padding-top:20px}.email-fallback p{font-size:12px;margin-bottom:15px}.email-fallback>div{display:flex;align-items:center;gap:20px;flex-wrap:wrap}.email-fallback .button{padding:11px 15px;font-size:11px;min-height:45px}.email-fallback .text-link{font-size:11px}.honeypot{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}.next-steps{border-top:1px solid var(--line);margin-top:65px;display:grid;grid-template-columns:1fr 2fr;gap:6%}.next-steps h2{font-size:49px}.next-steps>ol{list-style:none;display:grid;grid-template-columns:1fr 1fr;gap:36px;padding:0;margin:0}.next-steps li>span{font:10px var(--mono);color:var(--accent)}.next-steps h3{font-size:22px;margin-top:16px}.next-steps p{font-size:12px;margin-top:11px;line-height:1.8}
/* FAQ / pricing / notes / 404. */
.faq-page{max-width:1010px}.faq-accordion summary h2{font-size:25px;line-height:1.3;letter-spacing:-.035em}.faq-accordion summary{padding:27px 0}.faq-accordion .accordion-content>p{padding:0 66px 30px 47px;font-size:15px;line-height:1.95;max-width:900px}.pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:25px}.pricing-grid>article{padding:31px;border:1px solid var(--line);border-radius:9px;display:flex;flex-direction:column;background:#c9deac04}.pricing-grid>article:nth-child(2){background:#c2daa611;border-color:#bdd4a644}.pricing-grid .eyebrow{font-size:8px;margin-bottom:21px}.pricing-grid h2{font-size:36px;line-height:1.15;margin-bottom:22px}.pricing-grid p{font-size:13px;line-height:1.85;margin-bottom:20px}.pricing-grid .clean-list{margin-bottom:32px}.pricing-grid .clean-list li{font-size:12px;line-height:1.8;margin-top:14px}.pricing-footer{margin-top:auto;padding-top:23px;border-top:1px solid var(--line)}.pricing-footer>span{font:10px var(--mono);color:var(--accent);display:block;margin-bottom:20px}.pricing-footer .button{font-size:12px;gap:20px;min-height:47px;padding:12px 18px}.notes-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}.note-art{height:265px;border:1px solid #9cb28344;background:#202d1e;border-radius:8px;position:relative;display:grid;place-items:center;overflow:hidden;perspective:600px}.note-art>span{font:italic 210px Georgia;color:#c6d6b2;text-shadow:2px 2px 0 #7e9566,5px 5px 0 #718858,8px 8px 0 #475c34;transform:rotateY(-20deg) rotateZ(-12deg);line-height:1;transition:transform .6s var(--ease)}.note-card:hover .note-art>span{transform:rotateY(12deg) rotateZ(5deg)}.note-art>b{position:absolute;left:22px;bottom:17px;font:8px var(--mono);color:#879e72;letter-spacing:.07em}.note-art-1{background:#242c26}.note-art-1>span{font-style:normal;color:#abc5b1}.note-art-2{background:#302e24}.note-art-2>span{color:#d2c6a6;text-shadow:3px 3px 0 #9d9172,6px 6px 0 #5c5544;font-family:Arial}.note-meta{display:flex;justify-content:space-between;gap:20px;font:9px var(--mono);color:var(--faint);margin-top:20px}.note-card h2{font-size:30px;letter-spacing:-.04em;line-height:1.2;margin-top:16px}.note-card>p{font-size:13px;line-height:1.8;margin-top:17px}.note-card .text-link{margin-top:22px;font-size:12px;color:var(--accent)}.article-page{max-width:890px;padding-top:55px}.article-page .eyebrow{font-size:10px}.article-page h1{font-size:clamp(49px,6vw,78px);line-height:1.1}.article-deck{font-size:19px;line-height:1.8;margin-top:28px}.article-byline{display:flex;align-items:center;gap:14px;padding:26px 0 40px;border-bottom:1px solid var(--line);margin-bottom:47px;font-size:12px;line-height:1.6}.article-byline small{font-size:10px;color:var(--faint)}.article-body{max-width:730px;margin-inline:auto}.article-body section{margin-bottom:41px}.article-body h2{font-size:34px;letter-spacing:-.04em;line-height:1.2;margin-bottom:22px}.article-body p{font-size:16px;line-height:1.95;margin-top:18px;color:#b0baaa}.article-end{display:flex;justify-content:space-between;gap:25px;align-items:center;border-top:1px solid var(--line);padding-top:28px;margin-top:50px;font-size:13px;color:var(--muted)}.article-end .text-link{color:var(--accent)}.legal-copy{max-width:800px;padding-bottom:100px}.legal-copy h2{font-size:32px;margin:35px 0 17px;letter-spacing:-.04em}.legal-copy p{font-size:15px;line-height:1.95}.legal-copy a{color:var(--accent)}.error-page{padding-block:60px 110px}.error-code{font-size:150px;letter-spacing:-13px;line-height:1.2;color:#3d4d32}.error-code>span{color:var(--accent)}.error-page h1{font-size:clamp(49px,6vw,75px)}.error-page p{font-size:15px;margin-top:25px}.error-page>div{display:flex;align-items:center;gap:30px;margin-top:30px}
/* Responsiveness, without crushing type or trapping touch scrolling. */
@media(min-width:1600px){.hero-visual{height:590px}.hero-layout{min-height:685px}.desktop-rig{height:450px;top:65px}.hero h1{font-size:93px}.project-visual{height:410px}}
@media(max-width:1200px){.shell{width:calc(100% - 72px)}.desktop-nav{gap:25px;margin-right:20px}.brand .brand-role{margin-left:16px;padding-left:15px;font-size:7px}.hero h1{font-size:7vw}.hero-layout{min-height:590px}.hero-role{font-size:16px}.hero-intro{font-size:13px;max-width:300px}.hero-actions{gap:19px}.hero-actions .button{padding:15px 18px;gap:22px}.hero-actions .text-link{font-size:10px;gap:8px}.hero-visual{height:510px}.desktop-rig{top:65px;height:365px;left:5%;width:94%}.monitor-stand{top:69%;height:23%}.desktop-keyboard{top:100%;height:49px;gap:2px}.floating-note{bottom:58px;padding:11px 12px;font-size:6px}.chip-wordpress{top:43px;width:48px;height:48px;font-size:30px}.chip-code{right:-4px;top:175px;width:43px;height:44px;font-size:14px}.floating-orb{width:46px;height:46px;border-width:11px;top:16px}.stack-strip>.shell{gap:20px}.stack-strip span:not(.micro):not(.tiny){font-size:23px}.project-visual{height:330px}.project-browser{top:12%}.project-float{width:46px;height:53px;font-size:23px}.process-copy-stack{height:341px}.process-tabs{gap:22px}.process-art{height:435px}.process-model{left:9%;width:80%;height:62%;top:17%}.wireframe-surface,.finished-surface{padding:18px}.wireframe-main{margin-top:17px}.wireframe-cards{margin-top:17px}.finished-surface h3{font-size:34px}.architecture-grid>div{padding:16px 9px;font-size:9px}.stage-callout{font-size:9px;left:12%;bottom:44px}.process-art-caption{bottom:2px}.about-art{height:440px}.monogram{font-size:325px;top:-3px;letter-spacing:-39px}.about-copy h2{font-size:56px}.about-values{font-size:8px;gap:11px}.big-email{font-size:23px;gap:12px}.contact-form-wrap{padding:29px}.form-submit>span{display:none}.before-ask{gap:28px}.before-ask h2{font-size:39px}.pricing-grid>article{padding:25px}.pricing-grid h2{font-size:31px}.about-art.tall .monogram{font-size:345px;top:52px}.about-art.tall{height:520px}.note-art{height:235px}.note-art>span{font-size:185px}.process-copy-panel p{font-size:13px;max-width:300px}.process-detail{font-size:8px}}
@media(max-width:960px){:root{--header:80px}.shell{width:calc(100% - 52px)}.section-space{padding-block:84px}.brand .brand-role{display:none}.desktop-nav{gap:22px;margin-right:12px}.header-actions{gap:10px}.hero-layout{grid-template-columns:48% 52%;padding-top:42px;min-height:590px;align-items:start}.hero-copy{padding-top:18px}.hero h1{font-size:7.2vw}.hero-copy>.eyebrow{font-size:9px;margin-bottom:24px}.hero-role{margin-top:25px;font-size:14px}.hero-intro{font-size:12px;max-width:270px}.hero-actions{flex-wrap:wrap;gap:18px;margin-top:24px}.hero-actions .button{min-height:49px;font-size:11px}.hero-actions .text-link{font-size:10px}.hero-visual{height:460px;margin-top:20px}.desktop-rig{height:325px;top:62px;left:4%;width:99%}.monitor-stand{top:66%;height:25%}.desktop-monitor{border-radius:13px;padding:8px 8px 0}.monitor-bezel{border-width:2px;border-radius:6px}.monitor-chin{margin:0 -7px;border-radius:0 0 11px 11px;height:21px;font-size:10px}.monitor-chrome.browser-chrome{height:18px;font-size:5px}.monitor-base{top:87%}.desktop-keyboard{top:98%;height:43px;padding:5px}.desktop-mouse{width:27px;height:37px;top:97%}.hero-topline>.micro{font-size:7px}.hero-person{margin-top:25px;font-size:9px}.hero-person small{font-size:7px}.floating-note{bottom:59px;left:5%;font-size:5px;padding:9px 12px}.chip-wordpress{left:8%;top:39px;width:42px;height:43px;font-size:28px}.chip-code{top:137px;width:38px;height:39px;right:-4px;font-size:12px}.floating-orb{right:15%;top:20px;width:39px;height:39px;border-width:9px}.hero-bottom>.micro{font-size:6px}.hero-bottom i{padding:0 10px}.scroll-cue{font-size:7px}.stack-strip>.shell>.micro{display:none}.stack-strip span:not(.micro):not(.tiny){font-size:21px}.stack-strip .stack-wp{font-size:19px!important}.stack-strip .stack-woo{font-size:9px!important}.stack-woo>b{font-size:24px}.stack-strip .stack-php{font-size:25px!important}.section-heading{gap:25px}.section-heading>p{font-size:12px;max-width:240px}.project-grid{gap:38px 23px}.project-visual{height:290px}.project-browser{width:85%;left:5%;top:13%}.project-card:nth-child(even) .project-browser{left:8%}.project-title h3{font-size:22px}.project-title>span{font-size:8px}.project-kind{font-size:11px}.tags span{font-size:8px}.preview-caption{font-size:6px;left:15px;bottom:17px;max-width:77%;line-height:1.5}.project-float{right:3%;top:53%;width:40px;height:48px;font-size:20px}.section-bottom p{font-size:10px;max-width:260px}.section-bottom .button{font-size:11px}.process-sticky{min-height:580px}.process-layout{grid-template-columns:42% 58%;gap:0}.process-copy-panel h2{font-size:57px}.process-copy-panel p{font-size:12px;max-width:255px;line-height:1.85}.process-detail{font-size:7px;margin-top:14px}.process-tabs{gap:13px}.process-tabs button{font-size:10px;min-width:67px}.process-copy-stack{height:330px}.process-art{height:415px}.process-model{height:57%;width:86%;left:7%;top:22%}.layer-header{padding:12px;font-size:7px}.architecture-grid{padding:12px;gap:8px}.architecture-grid>div{padding:12px 7px;font-size:7px}.architecture-grid small{font-size:7px}.foundation-body{padding:12px;gap:9px}.foundation-body>span{font-size:8px;padding:11px}.wireframe-surface,.finished-surface{padding:15px}.wireframe-main{margin-top:15px;gap:13px}.wireframe-main span{height:11px;margin-bottom:8px}.wireframe-nav{padding-bottom:5px;gap:12px}.wireframe-nav>b{font-size:22px}.wireframe-nav>i{width:25px;height:4px}.wireframe-main span.wireframe-small{height:4px;margin-bottom:13px}.wireframe-main button{width:50px;height:14px;margin-top:13px}.wireframe-image{font-size:38px}.wireframe-cards i{height:25px}.wireframe-footer{font-size:5px;margin-top:12px}.finished-surface h3{font-size:30px;margin-top:14px}.finished-nav b{font-size:21px}.finished-nav span{font-size:6px}.finished-button{font-size:6px;padding:7px 11px;margin-top:12px}.finished-cards{margin-top:13px;gap:7px}.finished-cards i{height:30px}.stage-callout{font-size:8px;left:11%;padding:11px 12px;bottom:42px}.callout-launch{font-size:9px;left:16%}.callout-launch small{font-size:6px}.process-art-caption{font-size:8px;left:8%;right:8%}.process-scroll-hint{font-size:8px}.accordion summary h3{font-size:27px}.accordion summary p{font-size:12px}.service-details{gap:22px 35px}.service-details>p{font-size:13px}.clean-list li{font-size:12px}.principles-inline{font-size:9px;gap:13px}.about-home{gap:7%}.about-art{height:410px;padding:24px}.monogram{font-size:280px;left:8%;top:20px;letter-spacing:-33px}.about-art-bottom{left:24px;right:24px;bottom:23px;gap:10px}.about-art-bottom>b{font-size:16px}.about-art-bottom>span{font-size:6px;max-width:120px}.about-art>.eyebrow{font-size:7px}.about-copy h2{font-size:49px}.about-copy>p:not(.eyebrow){font-size:12px;line-height:1.85}.about-values{font-size:7px;gap:9px}.about-copy .text-link{font-size:10px;gap:12px}.cta-card{padding:42px}.cta-star{right:1%;font-size:260px;top:12px}.cta-bottom p{font-size:12px}.footer-top{gap:27px;grid-template-columns:.85fr 1fr 1fr auto}.footer-top>.brand{font-size:35px}.footer-top>p{font-size:11px}.footer-links{font-size:11px;gap:8px 15px}.footer-bottom{font-size:9px;gap:20px;flex-wrap:wrap}.socials{gap:17px}.page-intro{padding-block:64px 58px}.page-intro h1{font-size:8vw}.page-intro-bottom>p{font-size:14px;max-width:525px}.case-head{flex-wrap:wrap;gap:24px}.case-head h1{font-size:65px}.case-head .eyebrow{margin-bottom:17px}.case-lead{font-size:16px;max-width:710px}.case-meta{gap:30px}.case-story{grid-template-columns:34% 1fr;gap:7%}.case-story h2{font-size:41px}.story-block h3{font-size:28px}.story-block>p{font-size:14px}.scope-list li{font-size:14px;gap:18px}.principles-grid{gap:18px}.principles-grid h3{font-size:21px}.principles-grid .eyebrow{font-size:7px}.before-ask{grid-template-columns:1fr 1fr;gap:30px}.before-ask>div{grid-column:1/-1}.before-ask h2{font-size:47px}.service-detail-layout{gap:7%;grid-template-columns:27% 1fr}.detail-block h2{font-size:44px}.deliverable-list li h3{font-size:19px}.fit-list li{font-size:14px}.service-detail-layout>aside>a{font-size:11px;gap:9px}.about-story h2{font-size:45px}.about-page-grid{gap:7%}.about-art.tall{height:510px}.about-art.tall .monogram{font-size:290px;top:78px}.about-story>p:not(.eyebrow){font-size:13px}.timeline{gap:23px}.timeline h3{font-size:21px}.timeline p{font-size:12px}.timeline .eyebrow{font-size:8px}.toolbox h2,.boundaries h2{font-size:45px}.stack-pills{gap:10px}.stack-pills span{font-size:12px;padding:11px 16px}.boundaries .clean-list li{font-size:13px}.contact-layout{grid-template-columns:36% 1fr;gap:6%}.big-email{font-size:18px;gap:8px}.big-email svg{width:16px}.contact-form-wrap{padding:25px}.contact-layout .eyebrow{font-size:8px}.form-row{gap:17px}.form-field input,.form-field select,.form-field textarea{font-size:12px;padding:12px}.discovery-card{padding:23px}.discovery-card h3{font-size:28px}.next-steps{grid-template-columns:1fr 1.5fr;gap:7%}.next-steps h2{font-size:43px}.next-steps h3{font-size:19px}.pricing-grid{gap:17px}.pricing-grid>article{padding:22px}.pricing-grid h2{font-size:29px}.pricing-grid p{font-size:12px}.pricing-grid .clean-list li{font-size:11px}.pricing-grid .eyebrow{font-size:7px}.pricing-footer .button{font-size:10px;padding:12px 13px;gap:15px}.notes-grid{gap:22px}.note-art{height:200px}.note-art>span{font-size:165px}.note-card h2{font-size:25px}.note-card>p{font-size:12px}.note-meta{font-size:8px;gap:10px}.process-promises{gap:23px}.process-promises>div{padding:23px}.process-promises h3{font-size:24px}.process-promises p{font-size:12px}}
@media(max-width:740px){:root{--header:74px}.shell{width:calc(100% - 40px)}.section-space{padding-block:67px}.header-inner{gap:15px}.brand{font-size:30px}.desktop-nav{display:none}.header-actions{margin-left:auto;gap:11px}.header-actions .button-small{font-size:10px;min-height:36px;padding:9px 13px;gap:19px}.header-actions .button-small svg{width:15px;height:15px}.header-actions .motion-toggle{width:28px;height:28px;font-size:11px}.menu-toggle{display:flex;width:31px;height:31px;border:0;flex-direction:column;justify-content:center;gap:5px}.menu-toggle>span{width:18px;height:1px;background:#d1d9c9;transition:transform .3s}.menu-toggle[aria-expanded=true]>span:first-child{transform:translateY(3px) rotate(45deg)}.menu-toggle[aria-expanded=true]>span:last-child{transform:translateY(-3px) rotate(-45deg)}.hero-topline{padding-top:23px}.hero-topline>.micro{display:none}.availability{font-size:9px}.hero-layout{display:flex;flex-direction:column;min-height:0;padding-top:37px;padding-bottom:0}.hero-copy{padding:0;width:100%;pointer-events:auto}.hero h1{font-size:clamp(50px,10.75vw,80px);letter-spacing:-.065em;line-height:1.08}.hero-copy>.eyebrow{font-size:8px;gap:10px;margin-bottom:21px}.hero-role{font-size:16px;margin-top:27px}.hero-role br{display:none}.hero-intro{font-size:13px;line-height:1.8;max-width:395px;margin-top:12px}.hero-actions{margin-top:25px;gap:22px;flex-wrap:nowrap}.hero-actions .button{font-size:11px;min-height:49px;padding:14px 17px;gap:22px}.hero-actions .text-link{font-size:10px;gap:12px;max-width:155px}.hero-person{margin-top:25px;font-size:9px}.hero-person small{font-size:6px}.hero-person .tiny-avatar{width:28px;height:28px;font-size:17px}.hero-visual{margin-top:30px;width:100%;height:480px;max-width:550px;align-self:center}.desktop-rig{width:88%;left:7%;top:54px;height:365px;transform:rotateY(-12deg) rotateX(6deg) rotateZ(2deg)}.desktop-monitor{border-radius:13px;padding:8px 8px 0}.monitor-stand{top:68%;height:24%}.desktop-keyboard{height:45px;top:98%;left:19%;width:53%;gap:3px}.monitor-base{top:88%}.desktop-mouse{top:98%;width:29px;height:40px}.chip-wordpress{top:28px;left:6%;width:44px;height:45px;font-size:29px}.chip-code{top:160px;right:0;width:43px;height:44px;font-size:14px}.floating-orb{right:17%;top:2px;width:43px;height:43px;border-width:10px}.floating-note{left:0;bottom:58px;font-size:6px;padding:10px 13px}.hero-scene-tools{bottom:0}.segmented button{font-size:9px;padding:6px 12px}.hero-bottom{padding:22px 0;margin-top:20px;gap:15px}.hero-bottom>.micro{display:none}.scroll-cue{font-size:8px}.stack-strip{padding:24px 0}.stack-strip>.shell{justify-content:center;gap:23px;flex-wrap:wrap;max-width:500px}.stack-strip span:not(.micro):not(.tiny){font-size:19px}.stack-strip span:last-child{display:none}.stack-strip .stack-wp{font-size:18px!important}.stack-strip .stack-php{font-size:24px!important}.stack-woo>b{font-size:23px}.stack-strip .stack-woo{font-size:9px!important}.stack-strip .tiny{font-size:8px}.section-heading{display:block;margin-bottom:30px}.section-heading h2{font-size:47px}.section-heading>.eyebrow{font-size:8px}.section-heading>p{margin-top:20px;max-width:100%;font-size:13px;line-height:1.8}.eyebrow{font-size:9px;margin-bottom:21px}.project-grid{grid-template-columns:1fr;gap:35px}.project-visual{height:335px}.project-browser{width:84%;left:6%;top:10%}.project-card:nth-child(even) .project-browser{left:8%}.project-title h3{font-size:23px}.project-title>span{font-size:9px}.project-kind{font-size:12px}.tags span{font-size:8px}.project-float{width:48px;height:57px;right:4%;top:55%;font-size:25px}.preview-caption{font-size:6px;bottom:16px;left:15px;max-width:80%}.section-bottom{flex-direction:column;align-items:flex-start;gap:20px;margin-top:34px;padding-top:23px}.section-bottom>p{max-width:none;font-size:11px;line-height:1.8}.section-bottom .button{font-size:11px;min-height:47px;padding:12px 17px}.process-section{height:360svh}.process-sticky{height:calc(100svh - var(--header));min-height:595px;padding-top:25px;display:flex;flex-direction:column}.process-scroll-hint{display:none}.section-topline .eyebrow{font-size:8px}.process-layout{display:flex;flex-direction:column;justify-content:flex-start;gap:0;flex:1}.process-copy{padding:24px 0 0;width:100%}.process-copy-stack{height:195px}.process-copy-panel>.eyebrow{font-size:8px;margin-bottom:15px}.process-copy-panel h2{font-size:44px;line-height:1.1;margin-bottom:15px}.process-copy-panel h2 br{display:none}.process-copy-panel h2 br:after{content:' '}.process-copy-panel p{font-size:12px;max-width:100%;min-height:0;line-height:1.85}.process-detail{font-size:7px;line-height:1.7;margin-top:12px}.process-tabs{gap:23px;margin-top:13px}.process-tabs button{font-size:10px;padding-bottom:10px;min-width:83px}.process-tabs button>span{display:inline;margin:0 7px 0 0;font-size:8px}.process-art{width:100%;max-width:470px;height:auto;min-height:268px;flex:1;perspective:1100px}.process-model{top:11%;left:17%;width:65%;height:72%;max-height:230px;min-height:182px;transform:rotateX(29deg) rotateY(-22deg) rotateZ(4deg)}.process-layer{border-radius:6px}.layer-header{padding:9px 12px;font-size:6px}.layer-header>span{font-size:15px}.architecture-grid{padding:10px;gap:7px}.architecture-grid>div{padding:10px 8px;font-size:7px}.architecture-grid small{font-size:6px;margin-top:6px}.foundation-body{padding:10px;gap:7px}.foundation-body>span{padding:10px;font-size:7px}.wireframe-surface,.finished-surface{padding:12px}.wireframe-nav{padding-bottom:5px}.wireframe-nav>b{font-size:19px}.wireframe-nav>i{height:3px;width:20px}.wireframe-main{margin-top:12px;gap:15px}.wireframe-main>div:first-child{padding-top:1px}.wireframe-main span{height:9px;margin-bottom:7px}.wireframe-main span.wireframe-small{height:3px;margin-bottom:10px}.wireframe-main button{margin-top:10px;height:12px;width:49px}.wireframe-image{font-size:32px}.wireframe-cards{margin-top:13px;gap:7px}.wireframe-cards i{height:19px}.wireframe-footer{font-size:4px;margin-top:10px}.finished-nav b{font-size:18px}.finished-nav span{font-size:5px}.finished-surface h3{font-size:27px;margin-top:13px;letter-spacing:-1.5px}.finished-button{font-size:5px;margin-top:10px;padding:7px 9px}.finished-cards{margin-top:11px;gap:6px}.finished-cards i{height:25px}.stage-callout{bottom:40px;left:18%;padding:9px 11px;font-size:7px;gap:7px;white-space:normal;max-width:78%}.callout-launch{left:27%;font-size:8px}.callout-launch>span{font-size:17px}.callout-launch small{font-size:5px}.art-cross-a{top:17%;left:7%}.art-cross-b{bottom:26%;right:7%}.process-art-caption{left:9%;right:9%;bottom:13px;font-size:7px}.process-footer{padding:12px 0 17px;font-size:8px;gap:15px}.services-section .section-heading{margin-bottom:34px}.scroll-heading{font-size:44px!important}.accordion summary{padding:24px 0;gap:14px}.accordion summary h3{font-size:23px;line-height:1.2}.accordion summary p{font-size:11px;line-height:1.6;margin-top:8px}.row-number{font-size:9px;width:18px;padding-top:5px}.accordion-plus{width:30px;height:30px}.accordion-plus:before,.accordion-plus:after{width:10px;left:9px;top:14px}.service-details{display:flex;flex-direction:column;padding:0 0 27px 32px;gap:22px}.service-details>p{font-size:13px;max-width:none}.service-details .eyebrow{font-size:8px;margin-bottom:10px}.service-details .clean-list li{font-size:12px;line-height:1.8;margin-top:8px}.service-details .text-link{font-size:11px}.principles-inline{flex-wrap:wrap;justify-content:flex-start;gap:12px 21px;font-size:9px;line-height:1.9;margin-top:23px}.about-home{grid-template-columns:1fr;gap:36px}.about-art{height:425px;padding:25px;max-width:560px}.monogram{font-size:335px;left:20%;top:0;letter-spacing:-40px}.about-art>.eyebrow{font-size:8px}.about-art-bottom>b{font-size:20px}.about-art-bottom>span{font-size:6px;max-width:150px}.about-copy h2{font-size:52px;margin-bottom:24px}.about-copy>p:not(.eyebrow){font-size:14px;line-height:1.85}.about-values{font-size:9px;gap:15px}.about-copy .text-link{font-size:12px;gap:16px}.cta-card{padding:33px 27px;border-radius:8px}.cta-card>.eyebrow{font-size:8px;margin-bottom:23px}.cta-card h2{font-size:58px}.cta-bottom{display:block;margin-top:27px}.cta-bottom p{font-size:12px;line-height:1.9;max-width:280px}.cta-bottom .button{margin-top:25px;font-size:12px;min-height:50px;padding:14px 20px}.cta-star{font-size:195px;right:-30px;top:70px;opacity:.65}.footer-top{grid-template-columns:1fr 1fr auto;gap:28px;padding-bottom:29px}.footer-top>.brand{font-size:35px}.footer-top>p{display:none}.footer-links{font-size:11px;gap:9px 22px}.back-top{width:30px;height:30px;font-size:17px}.footer-bottom{flex-wrap:wrap;gap:21px 18px;font-size:8px;padding-top:25px}.footer-bottom>span:first-child{flex-basis:100%}.socials{font-size:10px;gap:16px}.local-clock{font-size:8px;margin-left:auto}.footer-bottom>a:last-child{margin-left:auto}.page-intro{padding-block:54px 43px}.page-intro h1{font-size:clamp(47px,10vw,68px)}.page-intro-bottom{display:block;margin-top:25px}.page-intro-bottom>p{font-size:14px;line-height:1.85;max-width:560px}.page-intro-bottom>.button{margin-top:25px;font-size:12px;min-height:50px}.work-tools{display:block;padding-bottom:23px;margin-bottom:29px}.work-filters{gap:5px}.work-filters button{font-size:10px;padding:8px 10px}.work-filters button sup{font-size:8px;margin-left:3px}.project-search{display:block;margin-top:18px;max-width:250px}.project-search input{width:100%;font-size:12px;padding:9px 25px 9px 0}.case-intro{padding-top:35px}.back-link{font-size:11px;margin-bottom:32px}.case-head{display:block}.case-head h1{font-size:54px;line-height:1.08}.case-head>.button{font-size:11px;min-height:46px;margin-top:24px;padding:12px 17px}.case-head .eyebrow{font-size:8px;line-height:1.8;max-width:350px}.case-lead{font-size:15px;line-height:1.85;margin-top:24px}.case-meta{grid-template-columns:1fr;gap:24px;padding:27px 0 32px}.case-meta .eyebrow{font-size:8px;margin-bottom:10px}.case-meta p{font-size:12px;line-height:1.8}.case-showcase-inner{padding:26px 5% 18px;border-radius:7px}.case-browser{border-width:2px;border-radius:7px;box-shadow:5px 9px 0 #0003,0 15px 40px #0004}.case-browser .browser-chrome{height:23px;font-size:6px}.case-browser .browser-dots i{height:4px;width:4px}.showcase-caption{font-size:6px;line-height:1.7;margin-top:21px;gap:15px;align-items:flex-start}.preview-pause{font-size:7px;white-space:nowrap;padding:0}.case-story{grid-template-columns:1fr;gap:30px}.case-story aside{position:relative;top:0}.case-story h2{font-size:46px;margin:0 0 23px}.story-block h3{font-size:29px;margin-bottom:18px}.story-block .eyebrow{font-size:8px}.story-block>p{font-size:14px;line-height:1.95}.scope-list li{font-size:14px;gap:20px;padding:18px 0}.story-note{padding:19px;gap:15px}.story-note>p{font-size:11px}.next-project{margin-bottom:60px;padding:28px 0 33px}.next-project h2{font-size:40px;line-height:1.15}.next-project>a svg{width:34px;height:34px}.next-project .eyebrow{font-size:8px}.principles-grid{grid-template-columns:1fr 1fr;gap:30px 23px;margin-top:43px}.principles-grid h3{font-size:23px;line-height:1.25}.principles-grid .eyebrow{font-size:7px}.before-ask{grid-template-columns:1fr;gap:28px;margin-top:43px}.before-ask>div{grid-column:auto}.before-ask h2{font-size:44px}.before-ask>a{padding-top:20px;gap:18px}.before-ask>a h3{font-size:24px}.before-ask>a p{font-size:12px;max-width:270px}.service-detail-layout{grid-template-columns:1fr;gap:36px;padding-top:0}.service-detail-layout>aside{position:relative;top:0;display:flex;gap:8px;overflow-x:auto;align-items:stretch;padding-bottom:8px}.service-detail-layout>aside .eyebrow{display:none}.service-detail-layout>aside>a{flex:0 0 162px;padding:12px;gap:9px;border:1px solid var(--line);border-radius:5px;font-size:10px;line-height:1.6}.detail-block{padding-bottom:48px}.detail-block h2{font-size:43px}.deliverable-list li{gap:17px;padding:20px 0}.deliverable-list li h3{font-size:19px;line-height:1.5}.fit-list li{font-size:14px;line-height:1.9;padding:12px 0}.approach-list p{font-size:14px}.outcome-note{padding:21px;margin-top:24px}.outcome-note p{font-size:13px}.about-page-grid{grid-template-columns:1fr;gap:40px}.about-art.tall{height:440px}.about-art.tall .monogram{font-size:340px;top:4px;left:20%}.about-story h2{font-size:49px}.about-story>p:not(.eyebrow){font-size:14px;line-height:1.95}.timeline{grid-template-columns:1fr 1fr;gap:34px 25px}.timeline h3{font-size:24px;line-height:1.3}.timeline p{font-size:13px;line-height:1.85}.timeline .eyebrow{font-size:8px;margin-bottom:18px}.toolbox,.boundaries{grid-template-columns:1fr;gap:30px}.toolbox h2,.boundaries h2{font-size:47px}.stack-pills{gap:10px}.stack-pills span{font-size:12px;padding:11px 15px}.boundaries .clean-list li{font-size:14px;line-height:1.95}.process-promises{grid-template-columns:1fr;gap:22px}.process-promises>div{padding:25px}.process-promises h3{font-size:28px}.process-promises p{font-size:14px;line-height:1.9}.contact-layout{display:flex;flex-direction:column;gap:40px}.contact-details{position:relative;top:0;align-self:stretch;display:grid;grid-template-columns:1fr 1fr;column-gap:25px}.contact-details>.eyebrow{grid-column:1/-1;font-size:8px}.big-email{grid-column:1/-1;font-size:27px;gap:15px}.big-email svg{width:20px}.direct-channel-card{grid-column:1/-1}.channel-actions{grid-column:1/-1;margin-top:12px;gap:10px}.contact-availability{grid-column:1/-1;margin:24px 0;padding:19px 0}.contact-availability>p{font-size:12px}.contact-socials{grid-column:1/-1;flex-direction:row;flex-wrap:wrap;gap:24px}.contact-socials a{font-size:11px;gap:15px;justify-content:flex-start}.contact-socials svg{width:13px;height:13px}.discovery-card{grid-column:1/-1;margin-top:29px;padding:25px}.discovery-card h3{font-size:30px}.discovery-card h3 br{display:none}.discovery-card p{font-size:12px;max-width:330px}.discovery-card small{font-size:10px}.contact-form-wrap{padding:27px 23px}.form-field>label{font-size:12px}.form-field input,.form-field textarea,.form-field select{font-size:16px;padding:12px 13px}.form-field input::placeholder,.form-field textarea::placeholder{font-size:13px}.form-row{gap:17px}.service-choices label>span{font-size:10px;padding:9px 11px}.service-choices legend{font-size:12px}.contact-form>.eyebrow{font-size:8px}.form-field small{font-size:10px}.consent{font-size:11px}.form-submit .button{font-size:12px;padding:14px 19px;min-height:50px}.next-steps{grid-template-columns:1fr;gap:35px;margin-top:35px}.next-steps h2{font-size:45px}.next-steps>ol{gap:30px 23px}.next-steps h3{font-size:23px}.next-steps p{font-size:12px;line-height:1.85}.faq-accordion summary{padding:23px 0}.faq-accordion summary h2{font-size:22px;line-height:1.35}.faq-accordion .accordion-content>p{font-size:14px;line-height:1.95;padding:0 20px 27px 32px}.pricing-grid{grid-template-columns:1fr;gap:23px}.pricing-grid>article{padding:30px}.pricing-grid h2{font-size:37px}.pricing-grid p{font-size:14px;margin-bottom:14px}.pricing-grid .clean-list li{font-size:13px;margin-top:13px}.pricing-grid .eyebrow{font-size:8px}.pricing-footer .button{font-size:12px;padding:13px 18px}.notes-grid{grid-template-columns:1fr;gap:38px}.note-art{height:260px}.note-art>span{font-size:210px}.note-card h2{font-size:33px;max-width:480px}.note-card>p{font-size:14px;max-width:470px}.note-meta{font-size:9px;margin-top:18px}.note-card .text-link{font-size:12px}.article-page{padding-top:36px}.article-page h1{font-size:49px;line-height:1.12}.article-page .eyebrow{font-size:8px}.article-deck{font-size:16px;line-height:1.9;margin-top:25px}.article-byline{padding:24px 0 31px;margin-bottom:35px}.article-body h2{font-size:31px;margin-bottom:19px}.article-body p{font-size:15px;line-height:1.95}.article-end{align-items:flex-start;flex-direction:column;gap:16px;margin-top:34px}.legal-copy{padding-bottom:65px}.legal-copy h2{font-size:30px}.legal-copy p{font-size:14px}.error-page{padding-block:45px 75px}.error-code{font-size:125px;letter-spacing:-10px}.error-page h1{font-size:49px}.error-page>div{gap:25px;flex-wrap:wrap}.error-page p{font-size:14px}}
@media(max-width:480px){.hero-visual{height:405px}.desktop-rig{top:42px;height:300px}.monitor-stand{top:67%;height:25%}.desktop-keyboard{top:99%;height:39px;padding:5px;gap:2px;border-bottom-width:4px}.desktop-mouse{top:99%;width:25px;height:34px}.monitor-chrome.browser-chrome{height:17px;font-size:4px}.monitor-chin{height:19px}.monitor-bezel{border-width:2px}.chip-wordpress{top:19px;left:6%;width:38px;height:39px;font-size:26px}.chip-code{top:132px;width:37px;height:38px;font-size:12px}.floating-orb{width:36px;height:36px;border-width:9px;top:4px}.floating-note{bottom:54px;font-size:5px;padding:9px 11px}.hero-scene-tools{bottom:1px}.hero-topline .availability{font-size:8px}.hero-role{font-size:14px;max-width:310px}.hero-intro{font-size:12px}.hero-actions .text-link{font-size:9px;gap:10px;max-width:140px}.hero-person small{font-size:6px}.hero-copy>.eyebrow{font-size:7px}.hero-bottom{margin-top:18px}.stack-strip>.shell{gap:19px}.stack-strip span:nth-last-child(2){display:none}.project-visual{height:294px}.project-browser{top:12%}.project-float{width:44px;height:51px;font-size:23px}.project-visual .browser-chrome{height:22px;font-size:5px}.project-visual .browser-dots i{width:4px;height:4px}.section-heading h2{font-size:42px}.scroll-heading{font-size:38px!important}.accordion summary h3{font-size:21px}.accordion summary p{font-size:10px;max-width:255px}.principles-inline{font-size:8px}.about-art{height:393px}.monogram{font-size:305px;left:16%;top:4px;letter-spacing:-38px}.about-art-bottom>b{font-size:18px}.about-art-bottom>span{font-size:5px;max-width:135px}.about-values{font-size:8px;gap:11px}.about-art.tall{height:410px}.about-art.tall .monogram{font-size:317px;left:15%;top:7px}.cta-card h2{font-size:51px}.cta-star{right:-50px;font-size:180px;top:70px}.footer-top{gap:25px;grid-template-columns:.8fr 1fr auto}.footer-links{font-size:10px;gap:10px 17px}.hero-scene-tools .icon-button{width:28px;height:28px}.hero-scene-tools{gap:7px}.process-model{left:13%;width:73%;height:65%;min-height:175px;top:13%}.process-copy-panel h2{font-size:39px}.process-copy-panel p{font-size:11px;line-height:1.8}.process-copy-stack{height:188px}.process-tabs{margin-top:11px;gap:20px}.process-art{min-height:260px}.process-copy{padding-top:23px}.process-detail{font-size:6px;margin-top:12px}.process-art-caption{font-size:6px}.stage-callout{left:13%;font-size:6px;padding:8px 10px;bottom:43px}.callout-launch{left:22%;font-size:8px}.process-sticky{min-height:575px}.process-footer{font-size:7px}.page-intro h1{font-size:48px}.big-email{font-size:24px;gap:10px}.contact-form-wrap{padding:25px 20px}.form-row{grid-template-columns:1fr;gap:0}.form-field{margin-bottom:21px}.service-choices label>span{font-size:9px}.contact-details{gap:0}.contact-details>.eyebrow{margin-bottom:20px}.contact-socials{gap:22px}.discovery-card{padding:24px}.discovery-card h3{font-size:28px}.service-detail-layout>aside>a{flex-basis:146px}.timeline{gap:30px 22px}.timeline h3{font-size:21px}.timeline p{font-size:12px}.timeline .eyebrow{font-size:7px}.case-head h1{font-size:49px}.case-lead{font-size:14px}.next-project h2{font-size:35px}.next-project>a svg{width:28px;height:28px}.principles-grid h3{font-size:21px}.principles-grid .eyebrow{font-size:6px}.faq-accordion summary h2{font-size:20px}.next-steps h3{font-size:21px}.article-page h1{font-size:44px}.article-body h2{font-size:28px}}
@media(max-width:360px){.shell{width:calc(100% - 32px)}.header-actions{gap:7px}.header-actions .button-small{gap:14px;padding-inline:10px;font-size:9px}.hero h1{font-size:10.7vw}.hero-role{font-size:13px}.hero-actions{gap:17px}.hero-actions .button{font-size:10px;padding-inline:14px;gap:15px}.hero-actions .text-link{font-size:8px;gap:6px;max-width:124px}.hero-visual{height:365px}.desktop-rig{height:265px;top:38px}.desktop-keyboard{height:32px}.monitor-stand{top:70%;height:22%}.monitor-base{top:88%}.chip-code{top:105px;width:32px;height:34px}.chip-wordpress{width:34px;height:35px;font-size:23px;top:16px}.floating-orb{width:31px;height:31px;border-width:8px}.floating-note{bottom:49px;font-size:4px;padding:8px 10px}.hero-scene-tools{gap:5px}.segmented button{font-size:8px;padding:5px 10px}.stack-strip>.shell{gap:17px}.stack-strip .stack-wp{font-size:16px!important}.project-visual{height:254px}.project-float{width:35px;height:42px;font-size:20px}.project-title h3{font-size:21px}.project-kind{font-size:11px}.preview-caption{font-size:5px}.section-heading h2{font-size:38px}.scroll-heading{font-size:34px!important}.accordion summary{gap:10px}.accordion summary h3{font-size:19px}.accordion summary p{font-size:10px}.row-number{width:17px;font-size:8px}.accordion-plus{width:28px;height:28px}.accordion-plus:before,.accordion-plus:after{left:8px;top:13px}.service-details{padding-left:27px}.about-art{height:354px}.monogram{font-size:274px;top:1px;left:11%}.about-art>.eyebrow{font-size:6px}.about-art-bottom{left:20px;right:20px}.about-art-bottom>span{font-size:4px;max-width:110px}.about-art-bottom>b{font-size:17px}.about-copy h2{font-size:45px}.about-values{font-size:7px;gap:9px}.about-copy .text-link{font-size:11px;gap:10px}.cta-card{padding:30px 22px}.cta-card h2{font-size:45px}.cta-star{font-size:164px;right:-57px;top:69px}.footer-top{gap:19px}.footer-top>.brand{font-size:30px}.footer-links{gap:9px 15px;font-size:9px}.socials{font-size:9px;gap:14px}.local-clock{font-size:7px}.process-copy-panel h2{font-size:35px}.process-copy-panel p{font-size:11px}.process-copy-stack{height:195px}.process-tabs{gap:15px}.process-tabs button{font-size:9px;min-width:77px}.process-model{left:11%;width:77%;min-height:172px}.stage-callout{font-size:5px;max-width:80%;left:14%}.callout-launch{font-size:7px;left:23%}.page-intro h1{font-size:43px}.page-intro-bottom>p{font-size:13px}.big-email{font-size:21px}.contact-form-wrap{padding:23px 17px}.contact-layout .eyebrow{font-size:7px}.case-head h1{font-size:44px}.case-head .eyebrow{font-size:7px}.case-story h2{font-size:41px}.principles-grid h3{font-size:19px}.timeline{grid-template-columns:1fr}.about-art.tall{height:366px}.about-art.tall .monogram{font-size:280px;left:12%;top:5px}.showcase-caption{font-size:5px}.preview-pause{font-size:6px}.faq-accordion summary h2{font-size:18px}.work-filters button{font-size:9px;padding:8px}.work-filters{gap:2px}.work-filters button sup{font-size:7px}.article-page h1{font-size:40px}}
.site-preloader{position:fixed;inset:0;z-index:99999;display:flex;align-items:center;justify-content:center;background:#0c100d;overflow:hidden;user-select:none;touch-action:none;transform:translateY(0);transition:transform .85s cubic-bezier(.85,0,.15,1);will-change:transform}html:not([data-js=true]) .site-preloader,html.skip-preloader .site-preloader{display:none!important}.site-preloader.preloader-exit{transform:translateY(-100%);pointer-events:none}.site-preloader.preloader-hidden{display:none!important}.preloader-inner{position:relative;width:100%;max-width:600px;min-height:260px;display:flex;align-items:center;justify-content:center;padding:24px}.preloader-counter-box{display:flex;flex-direction:column;align-items:center;text-align:center;transition:opacity .35s ease,transform .35s cubic-bezier(.16,1,.3,1)}.preloader-counter-box.fade-out{opacity:0;transform:translateY(-18px) scale(.95);pointer-events:none}.preloader-pill{display:inline-flex;align-items:center;gap:8px;padding:5px 14px;background:#182216;border:1px solid #d1edac22;border-radius:50px;margin-bottom:20px}.preloader-dot{width:6px;height:6px;border-radius:50%;background:var(--accent);box-shadow:0 0 8px var(--accent);animation:preload-pulse 1.2s infinite ease-in-out}@keyframes preload-pulse{0%,100%{opacity:.4;transform:scale(.9)}50%{opacity:1;transform:scale(1.2)}}.preloader-tag{font:10px var(--mono);letter-spacing:.14em;color:var(--muted)}.preloader-count-wrap{display:flex;align-items:baseline;justify-content:center;font-family:var(--mono);line-height:1}.preloader-count{font-size:clamp(68px,13vw,115px);font-weight:300;letter-spacing:-.05em;font-variant-numeric:tabular-nums;color:#f0f4ea}.preloader-pct{font-size:clamp(24px,4.5vw,38px);color:var(--accent);margin-left:4px;font-weight:400}.preloader-track{width:220px;height:2px;background:#202b1c;border-radius:2px;margin-top:24px;overflow:hidden;position:relative}.preloader-progress{height:100%;width:0%;background:linear-gradient(90deg,#7b955b,#d1edac);box-shadow:0 0 10px #d1edac66;border-radius:2px;transition:width .05s linear}.preloader-sub{font:9px var(--mono);letter-spacing:.12em;color:var(--faint);margin-top:20px;text-transform:uppercase}.preloader-hello-box{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;opacity:0;pointer-events:none;transform:scale(.92);transition:opacity .45s ease,transform .55s cubic-bezier(.16,1,.3,1)}.preloader-hello-box.active{opacity:1;pointer-events:auto;transform:scale(1)}.hello-svg{width:min(88vw,420px);height:auto;color:#f2f7ec;filter:drop-shadow(0 0 25px rgba(209,237,172,.28))}.hello-path{stroke-dasharray:1000;stroke-dashoffset:1000;transition:stroke-dashoffset .85s cubic-bezier(.42,0,.18,1)}.hello-path-1{transition-delay:.05s}.hello-path-2{transition-delay:.22s}.preloader-hello-box.drawing .hello-path{stroke-dashoffset:0}.hello-dot-glow{transform-box:fill-box;transform-origin:center;transform:scale(0);opacity:0;transition:transform .45s cubic-bezier(.34,1.56,.64,1),opacity .3s ease;transition-delay:.95s;filter:drop-shadow(0 0 16px var(--accent))}.preloader-hello-box.drawing .hello-dot-glow{transform:scale(1);opacity:1}@media(max-width:480px){.preloader-track{width:180px}.hello-svg{width:min(90vw,340px)}}
@media(max-height:760px) and (min-width:741px){.process-sticky{min-height:530px}.process-art{height:390px}.process-copy-panel h2{font-size:58px;margin-bottom:19px}.process-copy-panel p{font-size:12px;min-height:80px}.process-copy-stack{height:300px}.process-tabs{margin-top:20px}.process-model{max-height:252px}.process-footer{padding-block:16px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition-duration:.01ms!important}.process-section{height:auto!important}.process-sticky{height:auto!important;min-height:0;position:relative;top:0;padding-block:34px}.process-layout{min-height:500px}.process-scroll-hint{display:none}.scroll-word{color:var(--text)!important}.project-browser,.desktop-rig,.about-art{will-change:auto}.desktop-scene .floating-chip,.floating-orb{animation:none}.process-model{will-change:auto}}
html[data-motion=off]{scroll-behavior:auto}html[data-motion=off] *,html[data-motion=off] *:before,html[data-motion=off] *:after{animation:none!important;transition-duration:.01ms!important}html[data-motion=off] .process-section{height:auto}html[data-motion=off] .process-sticky{position:relative;top:0;height:auto;min-height:0;padding-block:34px}html[data-motion=off] .process-layout{min-height:500px}html[data-motion=off] .process-scroll-hint{display:none}html[data-motion=off] .scroll-word{color:var(--text)!important}html[data-motion=off] [data-tilt-card]{transform:none!important}
@media(max-width:740px){html[data-motion=off] .process-art{height:290px;flex:none}html[data-motion=off] .process-layout{min-height:0}@media(prefers-reduced-motion:reduce){.process-art{height:290px;flex:none}.process-layout{min-height:0}}}
@media print{.site-header,.hero-visual,.process-section,.cta-section,.reading-progress,.back-top,.contact-form-wrap,.work-tools,.toast{display:none!important}.shell{width:100%}body{background:white;color:#111}.section-space{padding-block:35px}.page-intro{padding-block:25px}.hero-layout{display:block;min-height:0}.hero h1{font-size:58px}.section-heading h2,h2{font-size:35px}.project-visual{height:200px}.project-grid{grid-template-columns:1fr 1fr}.project-card{break-inside:avoid}.case-story,.service-detail-layout,.about-page-grid{display:block}.footer-bottom,.footer-links{color:#444}.accordion{height:auto!important}.accordion-content{display:block!important}.accordion:not([open])>*:not(summary){display:block}.process-copy-panel{position:relative;opacity:1;visibility:visible}.scroll-word{color:#111!important}}

/* Dimensional artwork may extend beyond a scene, but never creates a horizontal page. */
body{overflow-x:clip}.hero-visual{height:625px}.desktop-rig{--monitor-h:395px;--stand-h:68px;top:38px}.monitor-stand{top:calc(var(--monitor-h) - 6px);height:var(--stand-h)}.monitor-base{top:calc(var(--monitor-h) + var(--stand-h) - 13px)}.desktop-keyboard{top:calc(var(--monitor-h) + var(--stand-h) + 12px)}.desktop-mouse{top:calc(var(--monitor-h) + var(--stand-h) + 16px)}.hero-scene-tools{bottom:8px}.hero-halo{inset:0}.orbit-line{left:8%;width:84%}.process-copy-stack{overflow:visible}.process-copy-panel .process-detail{max-width:100%}
@media(min-width:1600px){.hero-visual{height:630px}}
@media(min-width:741px) and (max-width:1200px){.hero-visual{height:525px}.desktop-rig{--stand-h:56px;top:54px}}
@media(max-width:740px){.hero-visual{height:515px}.desktop-rig{--stand-h:54px;top:42px}.hero-scene-tools{bottom:4px}.hero-role br:after{content:' '}.process-copy-stack{height:198px}.process-detail{position:relative}.orbit-line{left:6%;width:84%}}
@media(max-width:480px){.hero-visual{height:414px}.desktop-rig{--stand-h:43px;top:42px}.desktop-keyboard{top:calc(var(--monitor-h) + var(--stand-h) + 10px)}.desktop-mouse{top:calc(var(--monitor-h) + var(--stand-h) + 12px)}.process-copy-stack{height:185px}}
@media(max-width:360px){.hero-visual{height:370px}.desktop-rig{--stand-h:36px;top:38px}.process-copy-stack{height:195px}}
/* Supported browsers blend between real documents; navigation never depends on it. */
@view-transition{navigation:auto}
::view-transition-old(root){animation:page-out .16s ease-out both}::view-transition-new(root){animation:page-in .28s ease-out both}
@keyframes page-out{to{opacity:0}}@keyframes page-in{from{opacity:0;transform:translateY(6px)}to{opacity:1;transform:none}}
html{overflow-x:clip}.process-section{overflow-x:clip}.process-art .art-orbit{width:85%;left:5%}
@media(max-width:740px) and (max-height:700px){.process-sticky{min-height:0;padding-top:18px}.process-copy{padding-top:8px}.process-copy-stack{height:146px}.process-copy-panel h2{font-size:31px;margin-block:12px}.process-copy-panel p{font-size:10px;line-height:1.65}.process-detail{display:none}.process-tabs{margin-top:0}.process-art{min-height:185px}.process-model{min-height:142px}.process-art-caption{bottom:5px}.stage-callout{bottom:26px}.process-footer{display:none}.process-sticky>.section-topline .eyebrow{font-size:6px}}
