@font-face{font-family:DM Sans;font-style:normal;font-weight:100 1000;font-display:swap;src:url(/fonts/dm-sans-variable-latin.woff2)format("woff2")}@font-face{font-family:Poppins;src:url(/fonts/poppins-regular.ttf)format("truetype");font-style:normal;font-weight:400;font-display:swap}@font-face{font-family:Poppins;src:url(/fonts/poppins-medium.ttf)format("truetype");font-style:normal;font-weight:500;font-display:swap}@font-face{font-family:DM Sans;font-style:italic;font-weight:100 1000;font-display:swap;src:url(/fonts/dm-sans-variable-italic-latin.woff2)format("woff2")}:root{--black:#0c0c11;--muted:#77777d;--line:#e9e9eb;--green:#18c76f;--shadow:0 18px 52px #0c0c111a;--background-line:#0000000d;--page-background:#fff;--ease-out-soft:cubic-bezier(.22, 1, .36, 1);--ease-standard:cubic-bezier(.2, .72, .28, 1);--motion-fast:.18s;--motion-medium:.42s;--motion-slow:.68s;font-optical-sizing:auto;font-synthesis:none;font-family:DM Sans,sans-serif}*,:before,:after{box-sizing:border-box;font-optical-sizing:inherit;margin:0;padding:0;font-family:inherit}html{scroll-behavior:smooth;background:var(--page-background);font-optical-sizing:auto;font-synthesis:none;min-width:320px;font-family:DM Sans,sans-serif;overflow-x:clip}body{background:var(--page-background);min-height:100vh;color:var(--black);font-optical-sizing:auto;-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;cursor:default;font-family:DM Sans,sans-serif;line-height:1.5;position:relative;overflow-x:clip}.interactive-background{z-index:0;pointer-events:none;position:fixed;inset:0;overflow:hidden}.interactive-background canvas{contain:strict;width:100%;height:100%;display:block}body>main,body>.standalone-main,body>footer{z-index:1;position:relative}@media (prefers-reduced-motion:reduce){.blinking-status-dot{opacity:1;animation:none;transform:none}.interactive-background{opacity:.72}}a{color:inherit;text-decoration:none}button,a,input,textarea,select,option{font:inherit;font-optical-sizing:auto;font-synthesis:none;cursor:pointer;font-family:DM Sans,sans-serif}svg text,svg tspan,svg textPath{font-optical-sizing:auto;font-synthesis:none;font-family:DM Sans,sans-serif}button{border:0}img,video{-webkit-user-select:none;user-select:none;-webkit-user-drag:none;max-width:100%;display:block}::-webkit-scrollbar{width:0;height:0}.quote-loader{--loader-fg:var(--black);--loader-muted:var(--muted);--loader-track:var(--line);z-index:9999;background:var(--page-background);opacity:1;visibility:visible;will-change:opacity;justify-content:center;align-items:center;transition:opacity .5s,visibility 0s linear .5s;display:flex;position:fixed;inset:0}.quote-loader.hidden{opacity:0;visibility:hidden;pointer-events:none}.quote-loader-inner{flex-direction:column;gap:48px;width:min(560px,88vw);display:flex}.quote-loader-copy{flex-direction:column;justify-content:flex-end;gap:16px;min-height:120px;display:flex}.quote-loader-quote{max-width:540px;color:var(--loader-fg);letter-spacing:-.035em;font-size:clamp(22px,4vw,30px);font-weight:400;line-height:1.4}.quote-loader-attribution,.quote-loader-meta{color:var(--loader-muted);text-transform:uppercase;font-family:ui-monospace,SFMono-Regular,Consolas,Liberation Mono,monospace}.quote-loader-attribution{letter-spacing:.08em;font-size:11px}.quote-loader-progress{flex-direction:column;gap:10px;display:flex}.quote-loader-track{background:var(--loader-track);width:100%;height:1px;position:relative;overflow:hidden}.quote-loader-fill{background:var(--green);height:100%;transition:width .1s linear;position:absolute;top:0;left:0}.quote-loader-meta{letter-spacing:.08em;justify-content:space-between;align-items:center;font-size:10px;display:flex}.route-progress{z-index:10000;background:linear-gradient(90deg, var(--green), color-mix(in srgb, var(--green) 45%, #fff));opacity:0;transform-origin:0;width:100%;height:2px;transition:opacity var(--motion-fast) ease, transform .24s var(--ease-out-soft);pointer-events:none;position:fixed;top:0;left:0;transform:scaleX(1)}.route-progress.is-active{opacity:1;animation:route-progress 1.1s var(--ease-out-soft) both}body>main.route-enter{animation:route-enter var(--motion-slow) var(--ease-out-soft) both}@keyframes route-progress{0%{transform:scaleX(.08)}70%{transform:scaleX(.76)}to{transform:scaleX(.9)}}@keyframes route-enter{0%{opacity:.01;transform:translateY(10px)}to{opacity:1;transform:translate(0,0)}}.site-header{z-index:500;pointer-events:none;justify-content:space-between;align-items:center;width:min(100%,1750px);padding:25px 5% 20px;display:flex;position:fixed;top:0;left:50%;transform:translate(-50%)}.brand,.desktop-nav,.nav-actions{pointer-events:auto}.brand{letter-spacing:-.9px;margin-top:8px;font-size:20px;font-weight:500;line-height:1.05}.desktop-nav{--nav-item-width:80.75px;grid-template-columns:repeat(4, var(--nav-item-width));-webkit-backdrop-filter:blur(24px)saturate(170%);background:linear-gradient(#ffffffc7,#f4f4f794);border:1px solid #ffffffd6;border-radius:999px;align-items:center;gap:0;margin-top:10px;padding:5px;display:grid;position:fixed;top:20px;left:50%;transform:translate(-50%);box-shadow:0 12px 34px #0c0c1114,inset 0 1px #fffffff2,inset 0 0 0 1px #14141809}.desktop-nav a{z-index:2;min-width:var(--nav-item-width);letter-spacing:-.7px;text-align:center;border-radius:999px;padding:9px 14px;font-size:16px;transition:background .18s,box-shadow .18s,transform .18s;position:relative}.desktop-nav a.active{background:0 0}.desktop-nav a:hover{transform:translateY(-1px)}.desktop-nav a:focus{outline:0}.desktop-nav a:focus-visible{box-shadow:inset 0 0 0 2px #0c0c1133}.nav-indicator{z-index:1;width:var(--nav-item-width);transform:translateX(calc(var(--active-index) * var(--nav-item-width)));pointer-events:none;background:#ffffffd1;border-radius:999px;transition:transform .46s cubic-bezier(.22,1,.36,1);position:absolute;top:5px;bottom:5px;left:5px;box-shadow:0 3px 12px #0c0c1117,inset 0 1px #fff}.nav-actions{align-items:center;gap:16px;margin-top:14px;display:flex}.desktop-view-toggle{width:38px;height:38px;box-shadow:none;color:#303035;cursor:pointer;background:0 0;border:0;flex:0 0 38px;place-items:center;padding:0;transition:transform .18s,background .18s,box-shadow .18s;display:grid}.desktop-view-toggle svg{stroke-width:1.8px;width:18px;height:18px}.desktop-view-toggle:hover{color:#0c0c11;transform:translateY(-1px)}.desktop-view-toggle:active{transform:scale(.96)}.desktop-view-toggle:focus-visible{outline-offset:3px;outline:2px solid #0c0c118c}.desktop-view-toggle.is-active{color:#303035;background:0 0}html[data-theme=dark] .desktop-view-toggle{box-shadow:none;color:#f4f4f5;background:0 0}html[data-theme=dark] .desktop-view-toggle.is-active{color:#f4f4f5;background:0 0}html[data-desktop-view=true] .desktop-view-toggle{flex-basis:76px;width:76px;height:76px}html[data-desktop-view=true] .desktop-view-toggle svg{width:42px;height:42px}.mobile-experience-backdrop{z-index:9000;-webkit-backdrop-filter:blur(22px)saturate(105%);background:#f6f6f780;place-items:center;padding:20px;animation:.28s both experience-backdrop-in;display:grid;position:fixed;inset:0}html[data-mobile-dialog] body>main,html[data-mobile-dialog] .site-header,html[data-mobile-dialog] .mobile-nav,html[data-mobile-dialog] .floating-theme-toggle,html[data-mobile-dialog] .interactive-background{filter:blur(9px)}.mobile-experience-dialog{color:#0c0c11;text-align:center;width:min(100%,340px);padding:20px;position:relative}.mobile-experience-dialog.is-rotate{width:min(100%,280px);padding:14px}.mobile-experience-kicker{color:#737378;letter-spacing:.1em;text-transform:uppercase;margin-bottom:10px;font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:10px}.mobile-experience-dialog h2{letter-spacing:-.045em;font-size:27px;font-weight:400;line-height:1.06}.mobile-experience-dialog.is-rotate h2{font-size:21px}.mobile-experience-copy{color:#3f3f44;margin-top:14px;font-size:14px;line-height:1.55}.mobile-experience-dialog.is-rotate .mobile-experience-copy{margin-top:9px;font-size:12px;line-height:1.45}.mobile-experience-actions{gap:9px;margin-top:20px;display:grid}.mobile-experience-primary,.mobile-experience-secondary{cursor:pointer;border-radius:999px;justify-content:center;align-items:center;gap:9px;min-height:48px;padding:0 18px;font-size:14px;font-weight:500;display:flex}.mobile-experience-primary{color:#0c0c11;text-underline-offset:5px;background:0 0;text-decoration:underline;text-decoration-thickness:1px}.mobile-experience-primary svg{width:18px;height:18px}.mobile-experience-secondary{color:#68686e;background:0 0}html[data-theme=dark] .mobile-experience-backdrop{background:#03030480}@supports not ((-webkit-backdrop-filter:blur(1px)) or (backdrop-filter:blur(1px))){.mobile-experience-backdrop{background:#f6f6f7b8}html[data-theme=dark] .mobile-experience-backdrop{background:#030304b8}}html[data-theme=dark] .mobile-experience-dialog{color:#f4f7ff}html[data-theme=dark] .mobile-experience-kicker,html[data-theme=dark] .mobile-experience-copy,html[data-theme=dark] .mobile-experience-secondary{color:#c2c5cf}html[data-theme=dark] .mobile-experience-primary{color:#f4f7ff;background:0 0}html[data-desktop-view=true] .mobile-experience-dialog{transform:scale(var(--desktop-interface-scale,1))}@keyframes experience-backdrop-in{0%{opacity:0}to{opacity:1}}@media (prefers-reduced-motion:reduce){.mobile-experience-backdrop{animation:none}}.music-player{color:#74747a;align-items:center;display:flex;position:relative}.music-player-control{min-width:0;height:44px;color:inherit;cursor:pointer;touch-action:none;-webkit-user-select:none;user-select:none;background:0 0;border:0;outline:0;align-items:center;gap:9px;padding:0;display:flex}.music-player-control:focus-visible{outline-offset:5px;border-radius:5px;outline:2px solid #0c0c1194}.music-player-wave{color:#303035;stroke-width:1.45px;transform-origin:50%;flex:none;width:18px;height:18px;transition:color .18s,opacity .18s,transform .18s}.music-player:hover .music-player-wave,.music-player.is-playing .music-player-wave{color:#0c0c11}.music-player.is-playing .music-player-wave{animation:.82s ease-in-out infinite alternate musicWave}.music-player-label{color:#737378;letter-spacing:-.25px;text-overflow:ellipsis;white-space:nowrap;max-width:190px;font-size:15px;font-weight:500;line-height:1;transition:color .18s;overflow:hidden}.music-player:hover .music-player-label,.music-player.is-playing .music-player-label{color:#303035}.music-player-volume{opacity:0;color:#85858a;max-width:0;margin-left:-9px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:11px;line-height:1;transition:max-width .26s cubic-bezier(.22,1,.36,1),margin .26s cubic-bezier(.22,1,.36,1),opacity .18s;overflow:hidden}.music-player.is-playing:hover .music-player-volume{opacity:1;max-width:42px;margin-left:0}.music-player-hint{color:#929297;letter-spacing:.02em;opacity:0;pointer-events:none;width:max-content;font-size:10px;line-height:1;transition:opacity .18s,transform .22s cubic-bezier(.22,1,.36,1);position:absolute;top:calc(100% + 1px);right:0;transform:translateY(-3px)}.music-player:hover .music-player-hint,.music-player:focus-within .music-player-hint{opacity:1;transform:translateY(0)}@keyframes musicWave{0%{opacity:.62;transform:scaleY(.72)}48%{opacity:1;transform:scaleY(1.08)}to{opacity:.78;transform:scaleY(.88)}}@media (max-width:680px){.nav-actions{gap:11px}.music-player-control{justify-content:center;width:34px}.music-player-label,.music-player-volume,.music-player-hint{display:none}}@media (prefers-reduced-motion:reduce){.music-player.is-playing .music-player-wave{animation:none}.music-player-wave,.music-player-label,.music-player-volume,.music-player-hint{transition:none}}.download{background:var(--black);color:#fff;border-radius:999px;padding:18px 29px;font-size:15px;font-weight:500}.theme-toggle{isolation:isolate;-webkit-backdrop-filter:blur(18px)saturate(145%);background:radial-gradient(circle at 34% 22%,#fffffff5,#0000 34%),linear-gradient(155deg,#ffffffad,#cfd0d56b);border:1px solid #18181b29;border-radius:50%;place-items:center;width:44px;height:44px;padding:0;transition:transform .28s cubic-bezier(.22,1,.36,1),background .52s cubic-bezier(.22,1,.36,1),border-color .52s,box-shadow .52s;display:grid;position:relative;overflow:hidden;box-shadow:0 8px 18px #0c0c1129,inset 0 1px 1px #fffffffa,inset 0 -2px 5px #393c432e,0 0 0 1px #ffffff80}.theme-toggle:before{z-index:0;content:"";opacity:.9;pointer-events:none;background:linear-gradient(#ffffffc7,#0000);border-radius:50%;height:36%;position:absolute;inset:2px 6px auto}.theme-toggle:hover{transform:translateY(-1px)scale(1.035);box-shadow:0 11px 24px #0c0c1133,inset 0 1px 1px #fffffffa,inset 0 -2px 5px #393c4333,0 0 0 1px #ffffff9e}.theme-toggle:active{transform:translateY(0)scale(.985)}.theme-toggle:focus-visible{outline-offset:4px;outline:2px solid #121214b3}.theme-icon{z-index:2;color:#202024;filter:drop-shadow(0 1px 2px #30374133);width:17px;height:17px;transition:opacity .36s,transform .56s cubic-bezier(.22,1,.36,1);position:absolute}.theme-icon-sun{opacity:0;transform:rotate(-24deg)scale(.62)}.theme-icon-moon{opacity:1;transform:rotate(0)scale(1)}.mobile-nav{z-index:600;bottom:calc(12px + env(safe-area-inset-bottom,0px));border:1px solid var(--line);box-shadow:var(--shadow);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#ffffffe6;border-radius:999px;align-items:center;gap:4px;padding:5px;display:none;position:fixed;left:50%;transform:translate(-50%)}.mobile-nav a{border-radius:999px;justify-content:center;align-items:center;gap:6px;min-width:45px;height:45px;padding:0 14px;font-size:14px;display:flex}.mobile-nav-icon{flex:0 0 20px;place-items:center;width:20px;height:20px;display:grid}.mobile-nav-icon svg{stroke-width:1.8px;width:19px;height:19px;display:block}.mobile-nav a b{font-weight:500;display:none}.mobile-nav a.active{background:#ededee}.mobile-nav a.active b{display:inline}.section-space{width:100%;padding-left:max(5vw,40px);padding-right:max(5vw,40px)}.hero{grid-template-columns:minmax(0,1.12fr) minmax(390px,.88fr);align-items:center;gap:clamp(30px,5vw,90px);min-height:760px;padding-top:120px;padding-bottom:42px;display:grid;position:relative}.hero-content{z-index:2;flex-direction:column;align-items:flex-start;gap:26px;width:100%;min-width:0;max-width:720px;display:flex;position:relative}@media (min-width:1200px){#home .hero-content{margin-left:64px}}.tag{border:1.5px solid var(--line);letter-spacing:-1px;white-space:nowrap;background:#fff;border-radius:999px;align-items:center;gap:9px;width:fit-content;padding:10px 13px;font-size:16px;line-height:1;display:inline-flex}.tag img{object-fit:cover;border-radius:50%;width:21px;height:21px}.hero-discipline{color:#55555b;letter-spacing:-.35px;align-items:center;gap:10px;width:fit-content;font-size:16px;font-weight:500;line-height:1;display:inline-flex}.hero-discipline i{color:#a2a2a7;font-size:16px;font-style:normal;font-weight:400}.hero h1{letter-spacing:-3.225px;width:100%;max-width:720px;font-size:clamp(45px,4.8vw,68px);font-weight:400;line-height:.948529}.hero-copy{color:#000;letter-spacing:-.737px;max-width:690px;font-size:20px;font-weight:400;line-height:normal}.hero-actions,.contact-actions{align-items:center;gap:20px;display:flex}.resume-block{flex-direction:column;align-items:center;display:flex}.primary-btn,.outline-btn,.whatsapp,.download{isolation:isolate;border-radius:999px;justify-content:center;align-items:center;font-weight:500;line-height:1;transition:transform .26s cubic-bezier(.22,1,.36,1),background .26s,color .26s,box-shadow .26s;display:inline-flex;position:relative;overflow:hidden;box-shadow:inset 0 1px #fff3,0 8px 24px #0c0c1114}.primary-btn:before,.outline-btn:before,.whatsapp:before,.download:before{z-index:2;content:"";mix-blend-mode:screen;opacity:.34;pointer-events:none;background:linear-gradient(90deg,#0000,#ffffff61,#0000);width:34%;height:260%;transition:transform .65s cubic-bezier(.22,1,.36,1);position:absolute;top:-80%;left:-45%;transform:rotate(18deg)translate(-180%)}.primary-btn{background:var(--black);color:#fff;letter-spacing:-1px;gap:12px;padding:10px 10px 10px 30px;font-size:18px}.primary-btn i,.outline-btn i{background:#ffffff1f;border-radius:50%;place-items:center;width:32px;height:32px;font-style:normal;display:grid}.primary-btn:hover,.outline-btn:hover,.whatsapp:hover,.download:hover{transform:translateY(-2px);box-shadow:inset 0 1px #ffffff57,0 12px 30px #0c0c1121}.primary-btn:hover:before,.outline-btn:hover:before,.whatsapp:hover:before,.download:hover:before{transform:rotate(18deg)translate(520%)}.text-link{letter-spacing:-.7px;border-bottom:1px solid #aaa;padding:12px 0;font-size:17px;font-weight:500}.hero-visual{z-index:4;pointer-events:none;min-width:0;height:100%;position:absolute;inset:0}.lanyard-stage{perspective:1100px;pointer-events:none;touch-action:none;isolation:isolate;width:100%;height:100%;position:relative;overflow:hidden}.lanyard-stage:before{content:"";pointer-events:none;background:radial-gradient(#00000009,#0000 68%);border-radius:50%;width:min(82%,460px);height:74%;position:absolute;top:9%;left:78%;transform:translate(-50%)}.lanyard-strap{z-index:1;pointer-events:none;width:100%;height:100%;position:absolute;inset:0;overflow:visible}.lanyard-strap-line{fill:none;stroke:#0b0b0d;stroke-linecap:square;stroke-width:22px}.lanyard-strap-label{fill:#ffffffe0;letter-spacing:1px;font-family:DM Sans,sans-serif;font-size:8px;font-weight:500}.lanyard-card{--glare-x:50%;--glare-y:24%;--glare-opacity:.24;z-index:3;transform-origin:50% 0;width:clamp(238px,24vw,308px);transform-style:preserve-3d;filter:drop-shadow(0 20px 22px #0c0c101f);cursor:grab;pointer-events:auto;touch-action:none;will-change:left, top, transform, filter;position:absolute}.lanyard-stage.is-dragging .lanyard-card{filter:drop-shadow(0 30px 32px #0c0c1033);cursor:grabbing}.lanyard-hardware{z-index:4;pointer-events:none;width:68px;height:65px;position:absolute;top:-55px;left:50%;transform:translate(-50%)}.hardware-ring{border:6px solid #151517;border-radius:17px;width:52px;height:37px;position:absolute;top:0;left:50%;transform:translate(-50%);box-shadow:inset 1px 1px #ffffff47,0 3px 7px #00000038}.hardware-neck{background:linear-gradient(90deg,#080809,#303034 46%,#050506);border-radius:8px 8px 12px 12px;width:17px;height:35px;position:absolute;top:29px;left:50%;transform:translate(-50%);box-shadow:0 4px 7px #0000004d}.badge-shell{width:100%;transform-style:preserve-3d;background:#fff;border:7px solid #e9e9e9;border-radius:17px;position:relative;overflow:hidden;transform:translateZ(8px);box-shadow:0 24px 38px #0f0f1224,0 5px 9px #0f0f1214,inset -8px 0 10px #00000009,inset 8px 0 10px #ffffff40,inset 0 0 0 1px #fffc}.badge-shell:after{z-index:2;content:"";opacity:.48;pointer-events:none;background:linear-gradient(90deg,#ffffff14,#00000029);border-radius:16px;width:9px;height:100%;position:absolute;top:0;right:0}.badge-shell img{pointer-events:none;width:100%;height:auto}.badge-glare{background:radial-gradient(circle at var(--glare-x) var(--glare-y), #ffffffbd 0, #ffffff47 17%, transparent 43%), linear-gradient(118deg, #ffffff29, transparent 31%, transparent 70%, #ffffff14);opacity:var(--glare-opacity);mix-blend-mode:screen;will-change:background, opacity;pointer-events:none;transition:opacity .12s linear;position:absolute;inset:0;transform:translateZ(14px)}.badge-glare:after{content:"";opacity:.55;pointer-events:none;background:linear-gradient(96deg,#0000 22%,#fff3 47%,#0000 70%);position:absolute;inset:0}.lanyard-shadow{z-index:0;filter:blur(18px);will-change:left, top, opacity, transform;pointer-events:none;background:#000000b3;border-radius:50%;width:230px;height:30px;position:absolute}.lanyard-hint{z-index:5;color:#9b9b9f;text-transform:uppercase;letter-spacing:.12em;pointer-events:none;font-size:12px;position:absolute;bottom:18px;right:4%}.partners{background:0 0;flex-direction:column;gap:26px;padding:0 0 9vh;display:flex}.marquee{width:100vw;margin-left:50%;overflow:hidden;transform:translate(-50%)}.marquee-track{align-items:center;gap:32px;width:max-content;animation:32s linear infinite marquee;display:flex}.reverse .marquee-track{animation-duration:36s;animation-direction:reverse}.photo-marquee img{object-fit:cover;border-radius:12px;width:360px;height:260px}.photo-track{gap:18px}.photo-tile{background:#ececef;border-radius:10px;flex:none;width:360px;height:260px;position:relative;overflow:hidden}.photo-tile img{border-radius:inherit;filter:grayscale();object-fit:cover;width:100%;height:100%;transition:filter .48s cubic-bezier(.22,1,.36,1),transform .7s cubic-bezier(.22,1,.36,1)}.photo-tile:hover img{filter:grayscale(0);transform:scale(1.035)}.beyond-screen{grid-template-columns:minmax(0,1.15fr) minmax(460px,1fr);align-items:center;gap:clamp(56px,9vw,160px);width:100%;max-width:1480px;min-height:300px;margin:0 auto;padding-top:clamp(52px,5vw,72px);padding-bottom:clamp(52px,5vw,72px);display:grid}.beyond-screen-copy{width:min(100%,668px);max-width:668px;padding-right:20px}.beyond-screen-eyebrow{color:var(--muted);text-transform:uppercase;align-items:center;gap:8px;margin-bottom:9px;font-size:15px;font-weight:500;line-height:1;display:inline-flex}.beyond-screen h2{color:var(--black);letter-spacing:-2px;margin-top:5px;margin-bottom:22px;font-size:clamp(36px,3.15vw,54px);font-weight:500;line-height:.98}.beyond-screen-copy>p:last-child{max-width:640px;color:var(--black);letter-spacing:-.45px;font-size:clamp(16px,1.18vw,19px);line-height:1.42}.beyond-screen-stats{grid-template-columns:repeat(3,minmax(0,1fr));width:100%;display:grid}.beyond-screen-stats>div{border-left:1px solid #0c0c1126;min-height:96px;padding:0 clamp(18px,2.7vw,46px)}.beyond-screen-stats>div:first-child{border-left:0}.beyond-screen-stats dt{color:var(--black);letter-spacing:-3px;font-size:clamp(44px,4vw,68px);font-weight:400;line-height:.88}.beyond-screen-stats dd{color:var(--muted);letter-spacing:-.35px;text-transform:uppercase;margin-top:14px;font-size:clamp(13px,1.1vw,16px);font-weight:500;line-height:1.25}.design-process{background:0 0;border:0;position:relative;overflow:hidden}.design-process-inner{width:min(100%,1139px);margin:0 auto;padding:41px clamp(24px,5vw,72px)}.design-process-header{text-align:center;margin-bottom:clamp(46px,5vw,68px)}.design-process-header p{min-height:50px;color:var(--muted);letter-spacing:-.25px;align-items:center;gap:8px;margin-bottom:12px;font-size:16px;font-weight:500;line-height:1;display:inline-flex}.blinking-status-dot{border:2px solid var(--green);background:var(--green);border-radius:50%;flex:none;width:8px;height:8px;animation:1.6s ease-in-out infinite designProcessPulse;display:inline-block}@keyframes designProcessPulse{0%,to{box-shadow:0 0 0 2px color-mix(in srgb, var(--green) 14%, transparent);opacity:.55;transform:scale(.84)}50%{box-shadow:0 0 0 5px color-mix(in srgb, var(--green) 18%, transparent);opacity:1;transform:scale(1)}}.design-process-header h2{color:var(--black);letter-spacing:0;font-size:clamp(31px,3.1vw,50px);font-weight:400;line-height:1.05}.design-process-header em{font-family:Georgia,Times New Roman,serif;font-weight:400}.design-process-timeline{width:min(100%,700px);margin:0 auto;padding-top:48px;list-style:none;position:relative}.design-process-timeline:before{content:"";background:#0c0c1126;width:1px;position:absolute;top:0;bottom:0;left:50%;transform:translate(-50%)}.design-process-step{grid-template-columns:1fr 64px 1fr;align-items:center;min-height:112px;margin-bottom:44px;display:grid;position:relative}.design-process-step:last-child{margin-bottom:0}.design-process-node{z-index:1;background:var(--white);border:2px solid #0c0c1140;border-radius:50%;justify-self:center;width:10px;height:10px;display:grid;position:relative}.design-process-marker{flex-direction:column;align-items:center;gap:5px;display:flex}.design-process-icon{width:54px;height:54px;color:var(--black);background:#f8f8f8e6;border-radius:15px;place-items:center;display:grid}.design-process-icon svg{stroke-width:2px;width:22px;height:22px}.design-process-marker>span{color:var(--muted);letter-spacing:.05em;font-size:10px;font-weight:500}.design-process-copy h3{color:var(--black);letter-spacing:0;margin-bottom:5px;font-size:16px;font-weight:600;line-height:1.3}.design-process-copy p{color:var(--muted);letter-spacing:0;margin-bottom:11px;font-size:13px;font-weight:400;line-height:1.55}.design-process-tools{align-items:center;gap:14px;list-style:none;display:flex}.design-process-tools li{place-items:center;width:24px;height:24px;display:grid}.design-process-tools svg{width:21px;height:21px}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;padding:0;position:absolute;overflow:hidden}.design-process-step--left .design-process-marker{justify-self:end;padding-right:16px}.design-process-step--left .design-process-copy{padding-left:16px}.design-process-step--right .design-process-copy{text-align:right;padding-right:16px}.design-process-step--right .design-process-tools{justify-content:flex-end}.design-process-step--right .design-process-marker{justify-self:start;padding-left:16px}@keyframes marquee{to{transform:translate(-50%)}}@keyframes service-marquee{0%{transform:translate(0,0)}to{transform:translate(-50%)}}.works{text-align:center;flex-direction:column;align-items:center;gap:5vh;margin-top:44px;padding:4vh 10vw 50px;scroll-margin-top:100px;display:flex}.project-grid{flex-wrap:wrap;justify-content:space-between;gap:40px 20px;width:100%;max-width:1400px;display:flex}.archive-project-card{flex-direction:column;gap:30px;width:calc(33.3333% - 13.5px);display:flex}.archive-project-media{aspect-ratio:5/3;border-radius:12px;width:100%;display:block;overflow:hidden}.archive-project-media img{object-fit:cover;width:100%;height:100%;display:block}.archive-project-copy{flex-direction:column;justify-content:flex-start;align-items:center;gap:28px;display:flex}.archive-project-copy h3{color:#0c0c11;letter-spacing:-1px;font-size:35px;font-weight:500;line-height:1}.archive-project-copy h3 a{color:inherit}.archive-project-copy p{color:#0c0c11;letter-spacing:-1px;text-align:center;font-size:19px;font-weight:400;line-height:normal}@media (max-width:1600px){.archive-project-copy h3{font-size:30px}.archive-project-copy p{font-size:17px}}@media (max-width:1300px){.archive-project-card{width:calc(50% - 20px)}}@media (max-width:1000px){.archive-project-copy h3{font-size:25px}.archive-project-copy p{font-size:16px}}@media (max-width:700px){.archive-project-card{width:100%}.archive-project-copy h3{font-size:27px}.archive-project-copy p{font-size:16px}}html[data-desktop-view=true] .archive-project-grid .archive-project-card{width:calc(33.3333% - 13.5px)}.project-card{color:#171717;text-align:left;border:1px solid #1111150a;border-radius:16px;grid-template-columns:minmax(0,300px) minmax(0,604px);gap:12px;height:464px;min-height:464px;padding:32px;transition:transform .5s cubic-bezier(.22,1,.36,1),box-shadow .5s cubic-bezier(.22,1,.36,1);display:grid;overflow:hidden}.project-card:hover{transform:translateY(-3px);box-shadow:0 24px 60px #11111514}.project-card-ano{background:linear-gradient(177deg,#e5f8dc 0%,#d4f2c7 100%)}.project-card-vantage{background:linear-gradient(177deg,#ffe1d9 0%,#ffc2b5 100%)}.project-card-careeros{background:linear-gradient(177deg,#e8f2ff 0%,#b9d6ff 100%)}.project-card-copy{flex-direction:column;justify-content:center;align-items:flex-start;gap:26px;min-width:0;display:flex}.project-card-meta{color:#5c5c5c;flex-wrap:wrap;align-items:center;gap:12px;font-size:12px;line-height:16px;display:flex}.project-card-meta i{background:#ff655b;flex:0 0 6px;width:6px;height:6px;transform:rotate(45deg)}.project-card-vantage .project-card-meta i{background:#ff6a50}.project-card-careeros .project-card-meta i{background:#2f80ff}.project-card-details{flex-direction:column;gap:12px;display:flex}.project-media{aspect-ratio:1.55;background:#f0f0f0;border-radius:10px;width:100%;position:relative;overflow:hidden}.project-media img,.project-media video{object-fit:cover;width:100%;height:100%;transition:opacity .2s;position:absolute;inset:0}.project-media video{opacity:0}.project-card:hover video{opacity:1}.project-card:hover .project-media img{opacity:0}.project-card h3{letter-spacing:0;max-width:300px;font-size:clamp(30px,2.8vw,36px);font-weight:500;line-height:1}.project-card h3 b{color:#ff655b;font:inherit}.project-card-vantage h3 b{color:#ff6a50}.project-card-careeros h3 b{color:#2f80ff}.project-card p{color:#4f4f52;letter-spacing:0;max-width:300px;font-size:15px;line-height:1.5}.project-card-cta{color:#fff;background:#171717;border:1px solid #ffffff24;border-radius:12px;align-items:center;gap:8px;min-height:48px;padding:9px 9px 9px 21px;font-size:16px;line-height:1;transition:transform .3s cubic-bezier(.22,1,.36,1),box-shadow .3s cubic-bezier(.22,1,.36,1);display:inline-flex;box-shadow:inset 0 1px #ffffff24,0 10px 26px #1111151f}.project-card-cta i{color:#171717;background:#fff;border-radius:50%;place-items:center;width:28px;height:28px;font-size:16px;transition:transform .3s cubic-bezier(.22,1,.36,1);display:grid}.project-card-cta:hover{transform:translateY(-2px);box-shadow:inset 0 1px #fff3,0 14px 30px #1111152e}.project-card-cta:hover i{transform:translate(2px,-2px)}.project-image-slot{background:#ffffffb3;border:1px solid #ffffffb8;border-radius:18px;min-width:0;min-height:326px;transition:background-color .42s,box-shadow .42s;overflow:hidden;box-shadow:inset 0 1px #ffffffeb,0 12px 30px #11111509}.project-image-slot img{width:100%;height:100%;min-height:inherit;object-fit:cover;object-position:center;transition:transform .52s cubic-bezier(.22,1,.36,1);display:block}.project-card:hover .project-image-slot img{transform:scale(1.015)}.project-card:hover .project-image-slot{background:#ffffffc7;box-shadow:inset 0 1px #fffffff5,0 18px 34px #1111150e}.outline-btn{border:1px solid var(--black);background:#fff;gap:12px;padding:9px 9px 9px 20px;box-shadow:inset 0 1px #fff,0 8px 22px #0c0c110f}.outline-btn i{background:#f0f0f1}.contact{text-align:left;grid-template-columns:minmax(530px,.95fr) minmax(480px,1.05fr);align-items:center;gap:clamp(50px,7vw,120px);min-height:720px;padding-top:90px;padding-bottom:90px;display:grid;position:relative;overflow:hidden}.contact-copy{z-index:2;flex-direction:column;align-items:flex-start;gap:24px;max-width:650px;display:flex;position:relative}.contact-copy .hero-discipline{font-size:17px}.contact h2{letter-spacing:-3px;width:min(100%,530px);max-width:530px;font-size:clamp(42px,5vw,63px);font-weight:400;line-height:.95}.contact-copy>p:not(.contact-location){letter-spacing:-.737px;max-width:610px;font-size:18px;line-height:1.35}.whatsapp{background:var(--green);color:#fff;gap:9px;padding:18px 24px}.whatsapp svg{flex:none;width:18px;height:18px}.primary-btn.compact{padding:18px 25px}.contact--globe{grid-template-columns:minmax(470px,.82fr) minmax(560px,1.18fr);gap:clamp(36px,4vw,72px);width:min(100%,1480px);min-height:760px;margin-left:auto;margin-right:auto}.contact--globe .contact-copy{max-width:610px}.location-story{max-width:570px;color:var(--muted);letter-spacing:-.35px;gap:14px;font-size:17px;line-height:1.55;display:grid}.location-story strong{color:var(--black);font-weight:550}.location-permission-note{color:#8a8a91;letter-spacing:-.15px;max-width:480px;font-size:14px;line-height:1.45}.contact--globe .contact-copy h2{letter-spacing:-5px;width:min(100%,760px);max-width:760px;font-size:clamp(60px,7.7vw,91px);font-weight:400}.visitor-counter{color:var(--muted);font-family:var(--font-mono), monospace;letter-spacing:.02em;margin-top:4px;font-size:13px;line-height:1.4}.location-globe-stage{aspect-ratio:1;isolation:isolate;cursor:grab;touch-action:none;justify-self:end;place-items:center;width:min(100%,560px);margin-right:0;display:grid;position:relative}.location-globe-stage[data-dragging=true]{cursor:grabbing}.location-globe-canvas{aspect-ratio:1;opacity:0;width:100%;cursor:inherit;touch-action:none;-webkit-user-select:none;user-select:none;outline:none;transition:opacity .7s;display:block}.location-globe-canvas:focus-visible{outline:none}.globe-pin-layer{z-index:4;pointer-events:none;position:absolute;inset:0}.globe-pin{--pin-tone:#f06a17;z-index:4;color:#0c0c0f;cursor:pointer;pointer-events:auto;width:10px;height:12px;opacity:var(--pin-visible,0);background:0 0;border:0;padding:0;transition:filter .18s,opacity .12s;position:absolute;top:38%;left:50%;transform:translate(-50%,-100%)}.globe-pin--home,.globe-pin--visitor{transform:translate(-50%,-100%)}.globe-pin-mark{filter:drop-shadow(0 3px 4px #0c0c1138);width:10px;height:12px;transition:transform .22s cubic-bezier(.22,1,.36,1);display:block;position:relative}.globe-pin-mark>svg:first-child{width:10px;height:12px;display:block}.globe-pin-mark>svg:last-child{width:3px;height:3px;color:var(--pin-tone);position:absolute;top:3px;left:50%;transform:translate(-50%)}.globe-pin-label{z-index:8;min-height:42px;color:var(--black);letter-spacing:-.2px;opacity:0;pointer-events:none;visibility:hidden;-webkit-backdrop-filter:blur(14px)saturate(140%);transform-origin:50% 100%;background:#ffffffeb;border:1px solid #0c0c111a;border-radius:999px;align-items:center;gap:8px;padding:6px 7px 6px 6px;font-size:12px;font-weight:550;line-height:1;transition:opacity .16s,visibility .16s,transform .24s cubic-bezier(.22,1,.36,1);display:inline-flex;position:absolute;bottom:calc(100% + 12px);left:50%;transform:translate(-50%,7px)scale(.9);box-shadow:0 12px 28px #0c0c1124,inset 0 1px #ffffffeb}.globe-pin-label>svg{width:28px;height:28px;color:var(--pin-tone);filter:drop-shadow(0 3px 7px color-mix(in srgb, var(--pin-tone) 35%, transparent));flex:none}.globe-pin-label>span{white-space:nowrap;text-overflow:ellipsis;max-width:150px;overflow:hidden}.globe-pin-label i{background:var(--black);width:19px;height:19px;color:var(--white);border-radius:50%;place-items:center;margin-left:1px;font-size:8px;display:grid}.globe-pin:hover,.globe-pin:focus-visible{z-index:12;filter:brightness(1.02);outline:none}.globe-pin:hover .globe-pin-mark,.globe-pin:focus-visible .globe-pin-mark{transform:translateY(-2px)scale(1.08)}.globe-pin:hover .globe-pin-label,.globe-pin:focus-visible .globe-pin-label{opacity:1;visibility:visible;transform:translate(-50%)scale(1)}html[data-theme=dark] .location-story{color:#aeb8cf}html[data-theme=dark] .location-story strong{color:#f3f5fa}html[data-theme=dark] .location-permission-note{color:#8f98aa}html[data-theme=dark] .visitor-counter{color:#aeb8cf}html[data-theme=dark] .globe-pin{color:#0c0c0f}html[data-theme=dark] .globe-pin-label{color:#f3f5fa;background:#141518d6;border-color:#e1e8ff29;box-shadow:0 14px 32px #00000047,inset 0 1px #ffffff14}html[data-theme=dark] .globe-pin-label i{color:#111115;background:#f3f5fa}html[data-theme=dark] .design-process-tools [data-tool=Notion],html[data-theme=dark] .design-process-tools [data-tool=GitHub]{color:#f3f5fa!important}@media (max-width:900px){.contact--globe{gap:24px}.contact--globe .contact-copy{max-width:650px}.location-globe-stage{justify-self:center;width:min(100%,487px)}}@media (max-width:700px){.contact--globe{gap:34px}.location-story{gap:12px;font-size:16px}.location-permission-note{font-size:13px}.location-globe-stage{width:min(100%,470px)}}@media (max-width:480px){.location-globe-stage{width:calc(100% + 20px);margin-left:-10px}.globe-pin-label{max-width:min(190px,62vw)}}.footer{color:#737378;justify-content:center;align-items:center;min-height:80px;font-size:14px;display:flex}.footer a{color:var(--black);font-weight:500}.tool-icon{appearance:none;z-index:2;color:#111115;width:66px;height:66px;font:inherit;box-shadow:none;pointer-events:auto;transform:translate(-50%, -50%) rotate(var(--sticker-rotate,0deg));cursor:pointer;background:0 0;border:0;border-radius:0;place-items:center;padding:0;font-size:34px;font-weight:700;display:grid;position:absolute}.contact-tool-field{isolation:isolate;cursor:default;background:0 0;border:0;width:100%;height:540px;position:relative;overflow:visible}.floating-tool{top:var(--tool-y);left:var(--tool-x)}.floating-tool:nth-child(2n){--sticker-rotate:4deg}.floating-tool:nth-child(3n){--sticker-rotate:-5deg}.floating-tool:nth-child(5n){--sticker-rotate:7deg}.sticker-sheet{perspective:440px;width:100%;height:100%;transform-style:preserve-3d;transition:filter .56s cubic-bezier(.16,1,.3,1);display:block;position:relative}.floating-tool:hover,.floating-tool:focus-visible,.floating-tool:active{z-index:8;outline:none}.floating-tool:hover .sticker-sheet,.floating-tool:focus-visible .sticker-sheet,.floating-tool:active .sticker-sheet{filter:drop-shadow(0 16px 15px #0c0c1129)}.sticker-fixed,.sticker-fold,.sticker-fold-front,.sticker-fold-back,.sticker-skin,.sticker-contact-shadow{width:100%;position:absolute;left:0}.sticker-fixed{z-index:3;clip-path:inset(0 0 78%);height:100%;top:0;overflow:hidden}.sticker-skin{background:linear-gradient(145deg,#fffffffa,#f2f3f6f0),#fff;border:3px solid #fff;border-radius:18px;place-items:center;height:100%;display:grid;top:0;overflow:hidden;box-shadow:0 7px 16px #0c0c1121,inset 0 0 0 1px #0c0c110d}.sticker-skin:before{content:"";pointer-events:none;background:linear-gradient(135deg,#ffffffc7,#fff0 48%);border-radius:12px;position:absolute;inset:6px}.sticker-fold{z-index:4;transform-origin:50% 0;height:78%;transform-style:preserve-3d;will-change:transform;transition:transform .68s cubic-bezier(.2,.82,.24,1);top:22%;transform:rotateX(.01deg)}.sticker-fold-front,.sticker-fold-back{backface-visibility:hidden;border-radius:0 0 18px 18px;height:100%;top:0;overflow:hidden}.sticker-fold-front{z-index:2}.sticker-skin-clone{height:128.205%;top:-28.205%}.sticker-fold-back{z-index:3;background:linear-gradient(#bfc1c6 0%,#f4f4f5 16%,#d9dade 48%,#a9abb1 100%);border:2px solid #fffffff5;transform:rotateX(180deg)translateZ(1px);box-shadow:0 -1px #fffc,inset 0 13px 16px #ffffffb8,inset 0 -12px 20px #53555b2e}.sticker-fold-back:before{content:"";background:linear-gradient(#4e50564d,#ffffff57 55%,#0000);height:24%;position:absolute;inset:0 0 auto}.sticker-adhesive-grain{mix-blend-mode:multiply;opacity:.3;background-image:radial-gradient(#5b5d633d .55px,#0000 .7px);background-size:4px 4px;position:absolute;inset:0}.sticker-contact-shadow{z-index:1;filter:blur(8px);opacity:.12;transform-origin:50% 0;background:#11121652;border-radius:50%;height:70%;transition:opacity .6s cubic-bezier(.2,.82,.24,1),transform .68s cubic-bezier(.2,.82,.24,1);top:30%;transform:translate3d(0,5px,-1px)scale(.88,.72)}.floating-tool:hover .sticker-fold,.floating-tool:focus-visible .sticker-fold,.floating-tool:active .sticker-fold{transform:rotateX(156deg) rotateZ(var(--peel-twist,0deg))}.floating-tool:hover .sticker-contact-shadow,.floating-tool:focus-visible .sticker-contact-shadow,.floating-tool:active .sticker-contact-shadow{opacity:.42;transform:translate3d(0,22px,-1px)scale(.94,.36)}.floating-tool:nth-child(3n+1){--peel-twist:-1.8deg}.floating-tool:nth-child(3n+2){--peel-twist:1.5deg}.tool-mark{z-index:2;color:currentColor;border-radius:13px;place-items:center;width:76%;height:76%;line-height:1;display:grid;position:relative}.floating-tool.framer{color:#111115}.tool-mark svg{width:100%;height:100%}.floating-tool.sketch{color:#f5a623}.floating-tool.ps{color:#31a8ff;font-size:25px}.floating-tool.ps .tool-mark{background:#001e36}.floating-tool.figma{width:64px;height:76px}.floating-tool.ai{color:#ff9a00;font-size:25px}.floating-tool.ai .tool-mark{background:#300}.floating-tool.xd{color:#ff61f6;font-size:25px}.floating-tool.xd .tool-mark{background:#470137}.floating-tool.canva{width:96px;height:58px}.floating-tool.affinity{color:#7055f5}.floating-tool.penpot{color:#111115}.floating-tool.behance{color:#1769ff}.floating-tool.linkedin{color:#0a66c2}.floating-tool.wix{color:#111115;width:78px;height:58px}.figma-logo{grid-template-rows:repeat(3,18px);grid-template-columns:repeat(2,18px);width:36px;height:54px;display:grid}.figma-logo i{width:18px;height:18px;display:block}.figma-logo i:first-child{background:#f24e1e;border-radius:9px 0 0 9px}.figma-logo i:nth-child(2){background:#ff7262;border-radius:0 9px 9px 0}.figma-logo i:nth-child(3){background:#a259ff;border-radius:9px 0 0 9px}.figma-logo i:nth-child(4){background:#1abcfe;border-radius:50%}.figma-logo i:nth-child(5){background:#0acf83;border-radius:9px 0 9px 9px;grid-column:1}.canva-logo{color:#0000;letter-spacing:-3px;background:linear-gradient(100deg,#00c4cc 8%,#7d2ae8 82%);-webkit-background-clip:text;background-clip:text;font-family:Segoe Script,Brush Script MT,cursive;font-size:35px;font-style:italic;font-weight:600;line-height:1;display:block}@media (prefers-reduced-motion:reduce){.sticker-sheet,.sticker-fold,.sticker-contact-shadow{transition:none}.floating-tool:hover .sticker-fold,.floating-tool:focus-visible .sticker-fold,.floating-tool:active .sticker-fold,.floating-tool:hover .sticker-contact-shadow,.floating-tool:focus-visible .sticker-contact-shadow,.floating-tool:active .sticker-contact-shadow{transform:none}}.section-label{color:#303034}#home .hero-content>.hero-discipline{letter-spacing:-.7px;font-size:27px}#works>.section-label{letter-spacing:-1.3px;font-size:37px}#creative-works-title{letter-spacing:-1px;flex-direction:row-reverse;justify-content:flex-start;align-items:center;gap:10px;height:48px;font-size:32px;display:flex}#home .hero-content>.hero-discipline i,#works>.section-label i,#creative-works-title i{font-size:.65em}.creative-works{flex-direction:column;align-items:center;gap:64px 33px;padding-top:70px;padding-bottom:120px;display:flex}.creative-gallery{grid-template-columns:repeat(3,minmax(0,1fr));grid-auto-rows:auto;gap:14px;width:100%;max-width:1080px;display:grid}.creative-image{color:#111115;background:#ececef;border-radius:14px;min-height:0;position:relative;overflow:hidden}.creative-image:focus{outline:0}.creative-image:focus-visible{box-shadow:0 0 0 2px #fff,0 0 0 4px #0c0c11b8}.creative-image>span{z-index:3;font-size:12px;font-weight:600;position:absolute;top:18px;left:20px}.creative-image>div,.creative-image>div i{position:absolute}.creative-image>div{inset:0}.creative-image-photo{aspect-ratio:4/5;color:#fff;background:#111115}.creative-image-photo img{object-fit:cover;object-position:center;width:100%;height:100%;transition:filter .42s}.creative-image-photo:after{z-index:2;content:"";opacity:0;pointer-events:none;background:linear-gradient(112deg,#0000 36%,#ffffff14 43%,#ffffff94 50%,#ffffff1a 57%,#0000 64%);position:absolute;inset:-25% -55%;transform:translate(-72%)skew(-10deg)}.creative-image-photo:hover:after,.creative-image-photo:focus-visible:after{animation:.9s cubic-bezier(.2,.72,.28,1) creativeReflection}@keyframes creativeReflection{0%{opacity:0;transform:translate(-72%)skew(-10deg)}18%{opacity:.72}to{opacity:0;transform:translate(72%)skew(-10deg)}}.creative-image-signal{background:#ff655b;grid-area:span 5/1/auto/5}.creative-image-signal i:first-child{aspect-ratio:1;border:24px solid #111115;border-radius:50%;width:43%;top:17%;right:12%}.creative-image-signal i:nth-child(2){aspect-ratio:1;background:#d7ff48;width:21%;top:33%;right:25%}.creative-image-identity{color:#fff;background:#111115;grid-area:span 5/5/auto/9}.creative-image-identity i:first-child{aspect-ratio:1;border:22px solid #d7ff48;border-radius:50%;width:34%;top:17%;left:19%}.creative-image-identity i:nth-child(2){aspect-ratio:1;background:#6e45e8;width:32%;top:24%;right:17%;transform:rotate(15deg)}.creative-image-campaign{background:#ffd74e;grid-area:span 6/9/auto/13}.creative-image-campaign i{background:#f7f5ef;border:3px solid #111115;width:24%;height:55%;top:15%}.creative-image-campaign i:first-child{left:10%;transform:rotate(-7deg)}.creative-image-campaign i:nth-child(2){background:#ff655b;left:38%;transform:rotate(2deg)}.creative-image-campaign i:nth-child(3){background:#6e45e8;right:8%;transform:rotate(8deg)}.creative-image-culture{background:#cceee7;grid-area:span 6/1/auto/4}.creative-image-culture i{aspect-ratio:1;border:3px solid #111115;border-radius:50%;width:34%}.creative-image-culture i:first-child{background:#d7ff48;top:15%;left:13%}.creative-image-culture i:nth-child(2){background:#ff655b;top:15%;right:13%}.creative-image-culture i:nth-child(3){background:#f7f5ef;top:37%;left:33%}.creative-image-community{color:#fff;background:#6e45e8;grid-area:span 6/4/auto/9}.creative-image-community i:first-child{background:#f7f5ef;border:3px solid #111115;width:64%;height:58%;top:12%;left:9%}.creative-image-community i:nth-child(2){background:#d7ff48;border:3px solid #111115;width:46%;height:48%;top:23%;right:8%;transform:rotate(7deg)}.creative-image-type{background:#f2f2f3;grid-area:span 5/9/auto/13}.creative-image-type:after{content:"Aa";letter-spacing:-12px;font-size:clamp(90px,11vw,170px);font-weight:600;line-height:.8;position:absolute;top:14%;right:10%}.creative-image-launch{background:#d7ff48;grid-area:span 5/1/auto/6}.creative-image-launch i:first-child{aspect-ratio:1;border:30px solid #111115;border-radius:50%;width:48%;top:16%;left:14%}.creative-image-launch i:nth-child(2){aspect-ratio:1;background:#ff655b;width:32%;top:25%;right:14%;transform:rotate(-12deg)}.creative-image-print{color:#fff;background:#151519;grid-area:span 5/6/auto/13}.creative-image-print i{border:2px solid #fff;width:25%;height:60%;top:15%}.creative-image-print i:first-child{background:#ff655b;left:10%}.creative-image-print i:nth-child(2){background:#ffd74e;left:38%}.creative-image-print i:nth-child(3){background:#6e45e8;right:9%}.floating-theme-toggle{z-index:700;pointer-events:auto;position:fixed;bottom:25px;right:5%}@media (min-width:901px){.beyond-screen-copy{margin-left:-32px}}.reveal{opacity:0;backface-visibility:hidden;transition:opacity var(--motion-slow) var(--ease-out-soft), transform var(--motion-slow) var(--ease-out-soft);transform:translateY(24px)}.reveal.is-visible{opacity:1;transform:translate(0,0)}.delay-1{transition-delay:70ms}.delay-2{transition-delay:.14s}.delay-3{transition-delay:.21s}.standalone-main{min-height:calc(100vh - 80px);padding-top:90px}.about{text-align:center;flex-direction:column;align-items:center;gap:9vh;margin-top:-47px;padding-top:8vh;padding-bottom:10vh;display:flex}.about-profile{flex-direction:column;align-items:center;gap:18px;line-height:1;display:flex}.about-avatar{object-fit:cover;border-radius:50%;width:250px;height:250px}.about-profile h1{letter-spacing:-2.5px;font-size:clamp(44px,5vw,64px);font-weight:400}.about-profile p{color:var(--muted);letter-spacing:-.8px;font-size:20px}.about-chips{flex-wrap:wrap;justify-content:center;gap:12px;max-width:900px;display:flex}.about-chips span{border:1px solid var(--line);background:#fff;border-radius:999px;align-items:center;gap:8px;padding:12px 17px;font-size:16px;display:inline-flex}.about-intro{letter-spacing:-2.6px;max-width:1260px;font-size:clamp(35px,4vw,60px);font-weight:400;line-height:1.13}.about-section-heading{letter-spacing:-1.3px;margin-top:2vh;font-size:40px}.education-section-heading{margin-top:-34px}.professional-section-heading{margin-top:19px}.beyond-section-heading{margin-top:-152px}.about-beyond-feature{grid-template-columns:minmax(0,.78fr) minmax(520px,1.22fr);align-items:center;gap:clamp(48px,6vw,92px);width:100%;max-width:1180px;display:grid}.about-beyond-copy{text-align:left;flex-direction:column;align-items:flex-start;display:flex}.about-beyond-eyebrow{color:var(--muted);letter-spacing:.08em;text-transform:uppercase;align-items:center;gap:10px;margin-bottom:20px;font-size:13px;font-weight:500;line-height:1;display:inline-flex}.about-beyond-copy h2{letter-spacing:-.055em;max-width:520px;margin-bottom:24px;font-size:clamp(42px,3.1vw,51px);font-weight:400;line-height:.98}.about-beyond-copy>p:not(.about-beyond-eyebrow){max-width:520px;color:var(--muted);letter-spacing:-.35px;font-size:17px;line-height:1.55}.about-beyond-copy>p+p{margin-top:14px}.about-beyond-notes{flex-wrap:wrap;gap:8px;margin-top:30px;list-style:none;display:flex}.about-beyond-notes li{border:1px solid var(--line);color:var(--black);border-radius:999px;padding:9px 13px;font-size:12px;line-height:1}.about-beyond-visual{width:100%;line-height:0;overflow:visible}.about-beyond-visual img{filter:drop-shadow(0 14px 18px #0c0c1114);opacity:1;width:100%;height:auto;transition:filter .52s cubic-bezier(.22,1,.36,1);display:block}.about-beyond-visual:hover img,.about-beyond-visual:focus-visible img{filter:drop-shadow(0 18px 24px #0c0c111f)}.about-section-heading i{font-size:.65em}.career-highlight,.resume-showcase{grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);align-items:center;gap:80px;width:100%;max-width:1180px;display:grid}.education-summary{grid-template-columns:1fr;justify-items:stretch;max-width:1180px}.education-visual{place-items:center;display:grid}.education-photo{border-radius:12px;width:100%;max-width:510px}.education-copy{text-align:left;flex-direction:column;align-items:flex-start;gap:14px;display:flex}.education-summary .education-copy{grid-template-columns:minmax(0,1fr) minmax(360px,.56fr);align-items:center;column-gap:clamp(60px,9vw,150px);margin-top:-31px;display:grid}.education-summary .education-copy h3,.education-summary .education-copy>p,.education-summary .education-copy ul{grid-column:1}.education-heading-icon{object-fit:contain;grid-column:1;width:58px;height:58px;margin-top:13px;margin-bottom:16px}.education-summary .education-stats{grid-area:1/2/span 5;place-self:center end;width:100%;max-width:440px}.graduate-icon{object-fit:contain;width:78px;height:78px}.education-copy h3{letter-spacing:-2px;max-width:580px;font-size:clamp(34px,3.2vw,48px);font-weight:500;line-height:1}.education-copy>p{color:#333;letter-spacing:-.6px;font-size:18px}.education-stats{gap:55px;margin:18px 0;display:flex}.education-summary .education-stats{grid-template-columns:repeat(2,minmax(0,1fr));gap:0;margin:0;display:grid}.education-stats div{flex-direction:column;gap:5px;display:flex}.education-summary .education-stats div{justify-content:center;align-items:flex-start;min-height:104px;padding-left:clamp(22px,3vw,42px)}.education-stats span{color:var(--muted);font-size:14px}.education-stats strong{white-space:nowrap;font-size:34px;font-weight:500;line-height:1}.education-copy ul{flex-direction:column;gap:12px;padding-left:21px;display:flex}.education-copy li{font-size:17px;line-height:1.35}.experience-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:28px;width:100%;max-width:1180px;display:grid}.experience-timeline-row{isolation:isolate;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;max-width:1400px;position:relative}.experience-timeline-row:before{z-index:0;content:"";pointer-events:none;background:repeating-linear-gradient(90deg,#0c0c113d 0 10px,#0000 10px 18px);height:1px;position:absolute;top:58px;left:7%;right:7%}.experience-timeline-row .experience-card{z-index:1;-webkit-backdrop-filter:blur(20px)saturate(150%);background:linear-gradient(135deg,#ffffffe0,#ffffff8f);border-color:#0c0c111a;border-radius:20px;justify-content:flex-start;min-height:318px;padding:98px 30px 34px;transition:transform .5s cubic-bezier(.22,1,.36,1),box-shadow .5s cubic-bezier(.22,1,.36,1);position:relative;overflow:hidden;box-shadow:inset 0 1px #ffffffd9,0 12px 34px #0c0c110e}.experience-timeline-row .experience-card:hover{transform:translateY(-3px);box-shadow:inset 0 1px #ffffffeb,0 20px 50px #0c0c1116}.experience-timeline-row .experience-card:before{border:2px solid var(--black);content:"";background:#fff;border-radius:50%;width:11px;height:11px;position:absolute;top:58px;left:50%;transform:translate(-50%,-50%)}.experience-timeline-row .experience-card:after{content:"";pointer-events:none;background:repeating-linear-gradient(90deg,#0c0c1129 0 8px,#0000 8px 14px);height:1px;position:absolute;top:78px;left:30px;right:30px}.experience-timeline-row .experience-mark{margin-bottom:0;position:absolute;top:28px;left:30px}.experience-timeline-row .date{white-space:nowrap;background:#ffffffb8;border:1px solid #0c0c1117;border-radius:999px;max-width:calc(100% - 124px);padding:7px 10px;font-size:14px;line-height:1;position:absolute;top:31px;right:30px}.experience-timeline-row .experience-card h3{max-width:360px;font-size:clamp(28px,2.4vw,34px);line-height:1.08}.experience-card{border:1px solid var(--line);text-align:left;border-radius:8px;flex-direction:column;justify-content:center;align-items:flex-start;gap:15px;min-height:330px;padding:48px;display:flex}.experience-card>span,.experience-card .date{color:var(--muted)}.experience-card>img{object-fit:contain;object-position:left center;width:125px;height:50px}.experience-card h3{letter-spacing:-1.2px;font-size:32px;font-weight:500}.experience-card p{letter-spacing:-.4px;max-width:460px;font-size:17px;line-height:1.45}.fun-logo{color:#111;align-items:center;gap:5px;height:50px;display:flex}.fun-logo span{background:#ff4f00;border-radius:50% 50% 50% 4px;width:28px;height:28px;transform:rotate(-20deg)}.fun-logo b{font-size:26px}.fun-logo small{align-self:flex-end;margin-bottom:8px;font-size:8px}.resume-showcase{padding-top:3vh}.resume-stack{width:min(100%,520px);min-height:680px;position:relative}.resume-stack img{filter:drop-shadow(0 28px 42px #0c0c1129);width:min(112%,560px);height:auto;position:absolute;top:50%;left:50%;transform:translate(-52%,-50%)rotate(-4deg)}.resume-actual{z-index:2;image-rendering:auto}.resume-front{z-index:2;transform:translate(-58%,-50%)rotate(-7deg)}.resume-back{z-index:1;transform:translate(-39%,-47%)rotate(8deg)}.resume-details{text-align:left;flex-direction:column;align-items:flex-start;gap:20px;display:flex}.resume-emoji{object-fit:contain;width:58px;height:58px}.resume-details h2{letter-spacing:-2.4px;font-size:clamp(38px,4vw,58px);font-weight:400;line-height:1}.resume-details p{letter-spacing:-.6px;max-width:530px;font-size:19px;line-height:1.4}.resume-details>div{flex-wrap:wrap;gap:14px;display:flex}.wall-grid{grid-template-columns:repeat(3,minmax(0,1fr));align-items:start;gap:55px;width:100%;max-width:2160px;display:grid}.story-column{flex-direction:column;align-items:center;gap:20px;display:flex}.story-column p{letter-spacing:-.6px;max-width:683px;font-size:18px;line-height:1.35}.rounded-photo{border-radius:12px;width:100%;max-width:350px}.rounded-photo.small{max-width:310px}.tiny-flag{width:48px;height:auto}.trophy{width:80px}.lollipop{font-size:58px}.service-marquee{opacity:.26;background:0 0;border:0;width:100vw;margin-left:50%;transform:translate(-50%)}.identity-track{will-change:transform;gap:0;padding-block:10px 12px;animation:46s linear infinite service-marquee}.service-marquee-set{flex:none;align-items:center;display:flex}.service-marquee-item{color:#121214;letter-spacing:0;white-space:nowrap;flex:none;align-items:center;gap:34px;padding-right:34px;font-size:clamp(24px,2.12vw,34px);font-weight:400;line-height:1;display:inline-flex}.service-marquee-icon{color:currentColor;stroke-width:1.25px;flex:none;width:.88em;height:.88em}.visual-track{gap:18px}.visual-tile{text-align:left;border-radius:10px;flex-direction:column;flex:none;justify-content:space-between;width:320px;height:260px;padding:24px;display:flex;position:relative;overflow:hidden}.visual-tile>span{z-index:2;font-size:13px;font-weight:600;position:relative}.visual-tile strong{z-index:2;letter-spacing:-1.7px;max-width:240px;font-size:34px;font-weight:500;line-height:.95;position:relative}.visual-tile:before,.visual-tile:after{content:"";position:absolute}.visual-brand{color:#fff;background:#111115}.visual-brand:before{border:20px solid #d7ff48;border-radius:50%;width:116px;height:116px;top:54px;right:38px}.visual-brand:after{background:#ff6257;width:82px;height:82px;top:84px;right:12px;transform:rotate(18deg)}.visual-campaign{color:#111115;background:#ff655b}.visual-campaign:before{border:4px solid #111115;border-radius:52px;width:102px;height:152px;top:42px;right:28px}.visual-campaign:after{background:#f7f5ef;border-radius:50%;width:70px;height:70px;top:83px;right:68px}.visual-poster{color:#111115;background:#ffd74e}.visual-poster:before{background:#6e45e8;border:3px solid #111115;width:122px;height:168px;top:34px;right:26px;transform:rotate(8deg)}.visual-poster:after{background:#fff;border:3px solid #111115;width:92px;height:92px;top:60px;right:68px;transform:rotate(-8deg)}.visual-community{color:#111115;background:#d7ff48}.visual-community:before{background:#111115;border-radius:50%;width:136px;height:136px;top:36px;right:30px}.visual-community:after{background:#d7ff48;border-radius:50%;width:54px;height:54px;top:72px;right:72px}.visual-systems{color:#111115;background:#e8e8ec}.visual-systems:before{border:2px solid #111115;width:132px;height:132px;top:40px;right:30px;box-shadow:-18px 18px #fff,-36px 36px #111115}.project-art{aspect-ratio:1.55;color:#111115;border-radius:10px;width:100%;transition:transform .45s cubic-bezier(.22,1,.36,1);position:relative;overflow:hidden}.project-card:hover .project-art{transform:translateY(-4px)}.project-kicker{z-index:5;letter-spacing:0;text-transform:uppercase;border:1px solid;border-radius:999px;padding:8px 11px;font-size:11px;font-weight:600;position:absolute;top:22px;left:22px}.project-art-ano{background:#d9d0ff}.ano-ui{background:#f8f7f2;border:5px solid #111115;border-radius:28px 28px 0 0;width:72%;height:84%;position:absolute;bottom:-11%;right:8%;transform:rotate(-4deg);box-shadow:-18px 18px #11111529}.ano-ui span{background:#fff;border:2px solid #111115;border-radius:999px;width:80%;height:13%;position:absolute;left:10%}.ano-ui span:first-child{top:18%}.ano-ui span:nth-child(2){background:#d7ff48;width:62%;top:37%}.ano-ui span:nth-child(3){background:#ff655b;width:72%;top:56%}.ano-ui b{letter-spacing:-1.2px;font-size:clamp(18px,2vw,28px);font-weight:600;position:absolute;bottom:7%;right:9%}.project-art-vantage{background:#bff0df}.vantage-map{background:#f5f1de;border:3px solid #111115;border-radius:50%;position:absolute;inset:18% 8% 8%}.vantage-map:before,.vantage-map:after{content:"";border:2px solid #111115;border-radius:50%;position:absolute}.vantage-map:before{inset:17%}.vantage-map:after{background:#111115;inset:34%}.vantage-map i{z-index:2;background:#ff655b;border:3px solid #111115;border-radius:50% 50% 50% 4px;width:18px;height:18px;position:absolute;transform:rotate(-45deg)}.vantage-map i:first-child{top:18%;left:30%}.vantage-map i:nth-child(2){background:#6e45e8;top:36%;right:22%}.vantage-map i:nth-child(3){background:#ffd74e;bottom:14%;right:38%}.vantage-map i:nth-child(4){background:#d7ff48;bottom:27%;left:19%}.vantage-map span{z-index:3;color:#fff;letter-spacing:.08em;background:#111115;padding:7px 10px;font-size:10px;position:absolute;bottom:8%;right:7%}.project-art-careeros{background:#ff9f45}.career-grid{grid-template-columns:repeat(3,1fr);gap:8px;display:grid;position:absolute;inset:18% 7% 7%}.career-grid span{letter-spacing:-3px;background:#f7f5ef;border:2px solid #111115;place-items:center;font-size:clamp(28px,4vw,58px);font-weight:600;display:grid}.career-grid span:nth-child(2){background:#d7ff48}.career-grid span:nth-child(3){color:#fff;background:#6e45e8}.career-grid b{color:#fff;letter-spacing:-.5px;text-align:right;background:#111115;padding:12px 14px;font-size:clamp(13px,1.4vw,20px);font-weight:500;line-height:.9;position:absolute;bottom:15px;right:18px}.memoji,.about-avatar{object-position:50% 14%}.contact-location{color:var(--muted);flex-wrap:wrap;justify-content:flex-start;gap:8px;display:flex;font-size:14px!important}.contact-location a{color:var(--black);border-bottom:1px solid #b7b7bb}.profile-location{color:var(--black);font-size:15px}.education-poster{color:#f7f5ef;text-align:left;background:#142f2b;border-radius:10px;flex-direction:column;justify-content:space-between;width:min(100%,504px);height:372px;margin-top:61px;margin-bottom:-25px;padding:36px;display:flex;position:relative;overflow:hidden}.education-poster:before{content:"";border:34px solid #d7ff48;border-radius:50%;width:62%;height:62%;position:absolute;top:25%;right:-13%}.education-poster:after{aspect-ratio:1;content:"";background:#ff655b;width:28%;position:absolute;bottom:11%;right:15%;transform:rotate(12deg)}.education-poster span,.education-poster strong,.education-poster small,.education-poster i{z-index:2;position:relative}.education-poster span{letter-spacing:.12em;font-size:13px;font-weight:600}.education-poster strong{letter-spacing:-4px;max-width:330px;font-size:clamp(46px,6vw,82px);font-weight:500;line-height:.82}.education-poster small{font-size:16px}.education-poster i{letter-spacing:.12em;align-self:flex-end;font-size:12px;font-style:normal}.graduate-symbol{background:#f2f2f3;border-radius:50%;place-items:center;width:70px;height:70px;font-size:36px;display:grid}.experience-mark{letter-spacing:-1px;border-radius:6px;place-items:center;min-width:72px;height:50px;padding:0 13px;font-size:19px;font-weight:700;display:grid}.funforest-mark{color:#111115;background:#ff5c35}.gtech-mark{color:#111115;background:#9cc9ff}.freelance-mark{color:#fff;background:#111115}.iedc-mark{color:#111115;background:#d7ff48;font-size:15px}.karma-mark{color:#fff;background:#6e45e8}.resume-sheet{width:min(100%,370px);min-height:520px;box-shadow:var(--shadow);color:#111115;text-align:left;background:#f8f7f2;border:1px solid #dedee1;border-radius:8px;flex-direction:column;align-items:flex-start;padding:42px 34px;display:flex;position:absolute;top:50%;left:50%}.resume-sheet small{letter-spacing:.12em;margin-bottom:46px;font-size:12px;font-weight:600}.resume-sheet strong{letter-spacing:-4px;font-size:56px;font-weight:600;line-height:.85}.resume-sheet span{border:1px solid #111115;border-radius:999px;margin-top:24px;padding:9px 12px;font-size:12px}.resume-sheet i{letter-spacing:.14em;margin-top:auto;font-size:11px;font-style:normal}.resume-back{background:#d7ff48;gap:16px}.resume-back small{margin:12px 0 0}.resume-back b{letter-spacing:-1px;border-bottom:1px solid #11111547;padding-bottom:8px;font-size:22px;font-weight:500}.story-art{object-fit:cover;border-radius:10px;width:100%;max-width:683px;height:clamp(210px,18.2vw,236px);display:block;position:relative;overflow:hidden}.story-brand{color:#fff;background:#111115;place-items:center;display:grid}.story-brand:before{content:"";border:30px solid #ff655b;border-radius:50%;width:62%;height:62%;position:absolute}.story-brand span{z-index:2;letter-spacing:-10px;font-size:124px;font-weight:600}.story-brand i{letter-spacing:.15em;font-size:11px;font-style:normal;position:absolute;bottom:18px;right:20px}.story-karma{color:#111115;background:#ffd74e;justify-content:space-between;align-items:flex-end;padding:24px;display:flex}.story-karma:before{content:"";border:22px solid #6e45e8;border-radius:50%;width:112px;height:112px;position:absolute;top:30px;right:34px}.story-karma span{z-index:2;letter-spacing:-4px;font-size:52px;font-weight:600}.story-karma b{z-index:2;letter-spacing:-8px;font-size:112px;font-weight:400;line-height:.72}.story-community{background:#d7ff48;place-items:center;display:grid}.story-community i{border:3px solid #111115;border-radius:50%;width:90px;height:90px;position:absolute}.story-community i:first-child{top:45px;left:42px}.story-community i:nth-child(2){top:45px;right:42px}.story-community i:nth-child(3){bottom:46px;left:50%;transform:translate(-50%)}.story-community strong{z-index:2;color:#fff;letter-spacing:-1px;background:#111115;padding:12px 17px;font-size:26px}.works-subtag{margin-top:50px}.visual-work-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:28px;width:100%;max-width:1180px;display:grid}.visual-work-card{color:#111115;text-align:left;border-radius:8px;grid-template-rows:auto 1fr auto auto;grid-template-columns:1fr auto;gap:14px;min-height:460px;padding:30px;display:grid;overflow:hidden}.visual-work-card>span{font-size:13px;font-weight:600}.visual-work-card h3{letter-spacing:-1.6px;grid-column:1/-1;font-size:35px;font-weight:500;line-height:1}.visual-work-card p{letter-spacing:-.5px;grid-column:1/-1;max-width:450px;font-size:17px;line-height:1.35}.visual-work-art{grid-column:1/-1;width:100%;min-height:270px;position:relative}.visual-work-art i{display:block;position:absolute}.visual-work-brand{color:#fff;background:#111115}.visual-work-brand .visual-work-art i:first-child{border:28px solid #d7ff48;border-radius:50%;inset:10% 44% 10% 10%}.visual-work-brand .visual-work-art i:nth-child(2){aspect-ratio:1;background:#ff655b;width:40%;top:18%;right:13%;transform:rotate(14deg)}.visual-work-brand .visual-work-art i:nth-child(3){aspect-ratio:1;background:#6e45e8;width:18%;bottom:7%;right:30%}.visual-work-campaign{background:#ff655b}.visual-work-campaign .visual-work-art i{border:3px solid #111115;border-radius:100px;width:26%;height:70%;top:14%}.visual-work-campaign .visual-work-art i:first-child{background:#f7f5ef;left:8%}.visual-work-campaign .visual-work-art i:nth-child(2){background:#d7ff48;left:37%}.visual-work-campaign .visual-work-art i:nth-child(3){background:#6e45e8;right:8%}.visual-work-poster{background:#ffd74e}.visual-work-poster .visual-work-art i{background:#f7f5ef;border:3px solid #111115;width:31%;height:80%;top:8%}.visual-work-poster .visual-work-art i:first-child{left:10%;transform:rotate(-7deg)}.visual-work-poster .visual-work-art i:nth-child(2){background:#ff655b;left:35%;transform:rotate(3deg)}.visual-work-poster .visual-work-art i:nth-child(3){background:#6e45e8;right:9%;transform:rotate(9deg)}.visual-work-community{background:#cdeee7}.visual-work-community .visual-work-art i{aspect-ratio:1;border:4px solid #111115;border-radius:50%;width:34%}.visual-work-community .visual-work-art i:first-child{background:#d7ff48;top:8%;left:11%}.visual-work-community .visual-work-art i:nth-child(2){background:#ff655b;top:8%;right:11%}.visual-work-community .visual-work-art i:nth-child(3){background:#f7f5ef;bottom:2%;left:33%}@media (max-width:1100px){.desktop-nav{--nav-item-width:72px}.hero{grid-template-columns:minmax(0,1fr) minmax(360px,.8fr);gap:24px}.hero h1{font-size:clamp(48px,5.8vw,68px)}.project-grid{grid-template-columns:minmax(0,1fr)}.project-card{grid-template-columns:minmax(0,.82fr) minmax(0,1.45fr);min-height:360px;padding:28px}.project-image-slot{min-height:304px}.career-highlight,.resume-showcase{gap:45px}.about-beyond-feature{grid-template-columns:minmax(0,.8fr) minmax(440px,1.2fr);gap:45px}.wall-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.experience-timeline-row{grid-template-columns:1fr;max-width:680px}.experience-timeline-row:before{background:#0c0c112e;width:1px;height:auto;top:38px;bottom:38px;left:34px}.experience-timeline-row .experience-card:before{top:53px;left:34px}.experience-timeline-row .experience-card,.experience-timeline-row .experience-card:first-child,.experience-timeline-row .experience-card:last-child{border-radius:14px}.experience-timeline-row .experience-card+.experience-card{border-left:1px solid #0c0c111a}.visual-work-card{min-height:420px}.contact{grid-template-columns:minmax(0,.92fr) minmax(420px,1.08fr);gap:40px}}@media (max-width:900px){.desktop-nav{display:none}.about{margin-top:0}.mobile-nav{display:flex}.hero{grid-template-columns:1fr;gap:28px;padding-top:145px;padding-bottom:70px}.hero-content{text-align:center;justify-self:center;align-items:center;max-width:760px}.hero-content .reveal{opacity:1;transform:none}.hero-visual{z-index:1;justify-self:center;width:min(100%,620px);height:610px;position:relative;inset:auto}.lanyard-stage:before{left:50%}.lanyard-card{width:clamp(245px,39vw,300px)}.contact{grid-template-columns:1fr;gap:48px}.contact-copy{max-width:680px}.contact-tool-field{height:480px}.beyond-screen{grid-template-columns:1fr;gap:48px}.beyond-screen-copy{width:100%;max-width:700px}#home .hero-content>.hero-discipline{font-size:23px}#works>.section-label{font-size:29px}.about-section-heading{letter-spacing:-.9px;font-size:29px}.professional-section-heading,.beyond-section-heading{margin-top:0}.about-beyond-feature{grid-template-columns:1fr;gap:38px;max-width:680px}.about-beyond-copy,.about-beyond-visual{justify-self:center;width:100%;max-width:680px}#creative-works-title{font-size:26px}.creative-gallery{grid-template-columns:repeat(2,minmax(0,1fr));grid-auto-rows:auto;gap:12px}.creative-image{aspect-ratio:4/5;grid-area:auto!important}.career-highlight,.resume-showcase{grid-template-columns:1fr;justify-items:center}.education-copy,.resume-details{max-width:650px}.education-summary .education-copy{text-align:left;-webkit-backdrop-filter:blur(18px)saturate(140%);background:#ffffffb8;border:1px solid #0c0c111a;border-radius:24px;grid-template-columns:1fr;row-gap:18px;width:100%;margin-top:0;padding:clamp(26px,5vw,36px);box-shadow:0 18px 44px #0c0c1112,inset 0 1px #ffffffd6}.education-summary{width:min(100%,680px)}.education-summary .education-heading-icon{width:52px;height:52px;margin:0 0 4px}.education-summary .education-copy h3{letter-spacing:-1.5px;font-size:clamp(32px,6vw,44px)}.education-summary .education-copy>p{font-size:17px}.education-summary .education-stats{grid-area:auto/1;justify-self:stretch;gap:10px;max-width:none;margin:10px 0 4px}.education-summary .education-stats div{background:#ffffff8c;border:1px solid #0c0c1114;border-radius:16px;min-height:96px;padding:17px 18px}.education-summary .education-copy ul{gap:10px;width:100%;padding-left:20px}.about-beyond-copy{-webkit-backdrop-filter:blur(18px)saturate(140%);background:#ffffffb8;border:1px solid #0c0c111a;border-radius:24px;padding:clamp(26px,5vw,36px);box-shadow:0 18px 44px #0c0c1112,inset 0 1px #ffffffd6}.about-beyond-visual{width:calc(100% - 24px)}.wall-grid{grid-template-columns:1fr}.education-poster,.resume-stack{width:min(100%,440px)}.footer{padding-bottom:90px}}@media (max-width:700px){.site-header{width:100%;padding:16px 20px;left:0;transform:none}.brand{font-size:18px}.download{white-space:nowrap;padding:13px 16px;font-size:12px}.section-space{padding-left:22px;padding-right:22px}.hero{width:100%;min-width:0;min-height:auto;padding-top:128px}.hero-content{width:100%;min-width:0}.hero h1{overflow-wrap:anywhere;max-width:100%;font-size:clamp(43px,12vw,62px);line-height:.96}.hero-copy{max-width:540px;font-size:17px}.hero-actions{flex-wrap:wrap;justify-content:center;gap:14px;width:100%}.hero-actions .text-link{font-size:14px}#home .hero-content>.hero-discipline{font-size:20px}#works>.section-label{font-size:25px}.about-section-heading{letter-spacing:-.7px;font-size:25px}#creative-works-title{font-size:23px}.hero-visual{height:540px}.lanyard-card{width:clamp(220px,62vw,274px)}.lanyard-shadow{width:190px}.lanyard-hint{bottom:2px;right:50%;transform:translate(50%)}.photo-marquee img,.photo-tile,.visual-tile{width:250px;height:195px}.visual-tile{padding:18px}.visual-tile strong{max-width:190px;font-size:27px}.identity-track{padding-block:7px;animation-duration:38s}.service-marquee-item{gap:22px;padding-right:22px;font-size:22px}.project-grid,.experience-grid,.visual-work-grid{grid-template-columns:1fr}.project-card h3{font-size:34px}.project-card p{font-size:15px;line-height:1.5}.about{gap:7vh;padding-left:5vw;padding-right:5vw}.about-avatar{width:230px;height:230px}.about-intro{letter-spacing:-1.4px;font-size:32px}.about-beyond-feature{gap:30px}.about-beyond-copy h2{margin-bottom:20px;font-size:clamp(38px,11vw,52px)}.about-beyond-copy>p:not(.about-beyond-eyebrow){font-size:16px}.about-beyond-notes{grid-template-columns:repeat(2,minmax(0,1fr));width:100%;margin-top:24px;display:grid}.about-beyond-notes li{text-align:center;place-items:center;min-height:42px;line-height:1.25;display:grid}.education-copy,.resume-details{text-align:center;align-items:center}.education-copy ul{text-align:left}.education-stats,.resume-details>div{justify-content:center}.experience-card{min-height:285px;padding:38px 30px}.visual-work-card{min-height:410px;padding:24px}.visual-work-art{min-height:230px}.works{gap:45px}.creative-works{gap:30px;padding-top:55px;padding-bottom:90px}.creative-image figcaption{font-size:clamp(21px,6vw,32px);bottom:15px;left:16px;right:16px}.contact h2{font-size:43px}.contact-actions{flex-wrap:wrap;justify-content:flex-start}.tool-icon{width:44px;height:44px;font-size:21px}.contact{gap:38px;min-height:auto;padding-top:80px;padding-bottom:80px}.contact-copy{gap:20px}.contact-tool-field{height:390px}.beyond-screen{gap:42px;min-height:0;padding-top:70px;padding-bottom:70px}.beyond-screen h2{letter-spacing:-1.7px;margin-bottom:18px;font-size:clamp(34px,10vw,46px)}.beyond-screen-copy>p:last-child{font-size:16px}.beyond-screen-stats>div{min-height:84px;padding:0 13px}.beyond-screen-stats dt{letter-spacing:-2px;font-size:clamp(38px,11vw,50px)}.beyond-screen-stats dd{margin-top:11px;font-size:12px}.design-process-inner{padding-top:72px;padding-bottom:80px}.design-process-header{margin-bottom:44px}.design-process-header h2{font-size:clamp(29px,8.7vw,40px)}.design-process-timeline{width:100%}.design-process-timeline:before{left:27px;transform:none}.design-process-step,.design-process-step--left,.design-process-step--right{grid-template-columns:54px minmax(0,1fr);gap:18px;min-height:0;margin-bottom:40px;display:grid}.design-process-node{display:none}.design-process-marker,.design-process-step--left .design-process-marker,.design-process-step--right .design-process-marker{grid-column:1;justify-self:start;padding:0}.design-process-copy,.design-process-step--left .design-process-copy,.design-process-step--right .design-process-copy{text-align:left;grid-column:2;padding:0}.design-process-step--left .design-process-copy,.design-process-step--right .design-process-marker,.design-process-step--right .design-process-copy{grid-row:1}.design-process-step--right .design-process-tools,.contact-location{justify-content:flex-start}.floating-theme-toggle{bottom:84px;right:18px}}@media (max-width:440px){.mobile-nav a{padding:0 11px}.hero{padding-top:112px}.hero-discipline{font-size:14px}#home .hero-content>.hero-discipline{font-size:16px}#works>.section-label{font-size:21px}.about-section-heading{letter-spacing:-.5px;font-size:21px}.education-summary .education-copy,.about-beyond-copy{border-radius:20px;padding:22px 20px}.education-summary .education-stats,.about-beyond-notes{grid-template-columns:1fr}.education-summary .education-stats div{min-height:82px}.about-beyond-copy h2{font-size:clamp(34px,10.5vw,42px)}#creative-works-title{font-size:20px}.contact-copy .hero-discipline{font-size:15px}.contact-tool-field{height:330px}.creative-gallery{grid-template-columns:1fr}.creative-image,.creative-image:nth-child(3n+2){aspect-ratio:4/5}.hero h1{letter-spacing:-2px;font-size:39px}.hero-visual{height:505px}.lanyard-card{width:225px}.lanyard-strap-line{stroke-width:18px}.about-avatar{width:190px;height:190px}.about-profile h1{letter-spacing:-1.6px;font-size:40px}.about-chips{max-width:350px}.about-intro{font-size:28px}.education-stats{flex-direction:column;gap:18px}.resume-stack{min-height:500px}.resume-stack img,.resume-sheet{width:min(100%,330px)}.resume-sheet{min-height:455px;padding:34px 28px}.resume-sheet strong{font-size:46px}.experience-card{padding:30px 24px}.resume-details h2{font-size:34px}.education-poster{padding:27px}.education-poster strong{font-size:50px}.project-kicker{top:14px;left:14px}.career-grid{inset:22% 6% 6%}.visual-work-card h3{font-size:30px}}html[data-theme=dark]{--black:#f4f7ff;--muted:#aab2c6;--line:#c4d0ee2e;--shadow:0 22px 60px #00000094, 0 0 38px #ffffff06;--background-line:#ffffff1b;--page-background:#050505}html[data-theme=dark],html[data-theme=dark] body{background-color:#050505}html[data-theme=dark] body{color:#f4f7ff;background-color:#0000;background-image:radial-gradient(circle at 18% 8%,#ffffff0e,#0000 30%),radial-gradient(circle at 84% 25%,#ffffff09,#0000 34%),radial-gradient(circle at 50% 100%,#7171760e,#0000 40%),linear-gradient(145deg,#111112 0%,#020203 48%,#0b0b0c 100%);background-position:0 0,0 0,0 0,0 0;background-repeat:repeat,repeat,repeat,repeat;background-size:auto,auto,auto,auto;background-attachment:fixed;background-origin:padding-box,padding-box,padding-box,padding-box;background-clip:border-box,border-box,border-box,border-box}html[data-theme=dark] ::selection{color:#fff;background:#ffffff47}html[data-theme=dark] .interactive-background{opacity:.78;filter:drop-shadow(0 0 12px #ffffff09)}html[data-theme=dark] .quote-loader{--loader-fg:#f4f7ff;--loader-muted:#8891a5;--loader-track:#c4d0ee2e;background:#050505}html[data-theme=dark] .brand,html[data-theme=dark] .desktop-nav a,html[data-theme=dark] .mobile-nav a{color:#f4f7ff}html[data-theme=dark] .desktop-nav{-webkit-backdrop-filter:blur(28px)saturate(180%);background:linear-gradient(#343437b8,#0c0c0d99);border-color:#cbd8ff2e;box-shadow:0 18px 50px #00000061,inset 0 1px #fff3,inset 0 -1px #000000b8,0 0 32px #ffffff06}html[data-theme=dark] .nav-indicator{background:linear-gradient(145deg,#5c5c60b8,#18181ac7);box-shadow:0 5px 18px #0000007a,inset 0 1px #ffffff4d,inset 0 -1px #00000094,0 0 20px #ffffff0e}html[data-theme=dark] .desktop-nav a:focus-visible{box-shadow:inset 0 0 0 2px #d4e0ff94}html[data-theme=dark] .mobile-nav{background:#121214cc;border-color:#cad8ff2e;box-shadow:0 18px 46px #00000070,inset 0 1px #ffffff2e}html[data-theme=dark] .mobile-nav a.active{background:linear-gradient(145deg,#5c5c60c2,#1b1b1dcc)}html[data-theme=dark] .theme-toggle{background:radial-gradient(circle at 34% 22%,#fff3,#0000 34%),linear-gradient(155deg,#313135a8,#08080a9e);border-color:#fff3;box-shadow:0 10px 26px #00000080,inset 0 1px 1px #ffffff3d,inset 0 -3px 7px #0000008f,0 0 0 1px #ffffff12}html[data-theme=dark] .music-player{color:#f4f6fb80}html[data-theme=dark] .music-player-wave{color:#f4f6fba3}html[data-theme=dark] .music-player-label{color:#f4f6fb7a}html[data-theme=dark] .music-player:hover .music-player-wave,html[data-theme=dark] .music-player.is-playing .music-player-wave,html[data-theme=dark] .music-player:hover .music-player-label,html[data-theme=dark] .music-player.is-playing .music-player-label{color:#f4f6fbd1}html[data-theme=dark] .music-player-volume,html[data-theme=dark] .music-player-hint{color:#f4f6fb6b}html[data-theme=dark] .music-player-control:focus-visible{outline-color:#f4f6fba3}html[data-theme=dark] .theme-toggle:before{background:linear-gradient(#fff3,#0000)}html[data-theme=dark] .theme-icon-sun{opacity:1;color:#f5f5f7;transform:rotate(0)scale(1)}html[data-theme=dark] .theme-icon-moon{opacity:0;transform:rotate(24deg)scale(.62)}html[data-theme=dark] .hero-copy,html[data-theme=dark] .project-card p,html[data-theme=dark] .archive-project-copy p,html[data-theme=dark] .contact-copy>p:not(.contact-location),html[data-theme=dark] .education-copy>p,html[data-theme=dark] .story-column p,html[data-theme=dark] .resume-details p{color:#d9deeb}html[data-theme=dark] .archive-project-copy h3,html[data-theme=dark] .beyond-screen h2,html[data-theme=dark] .beyond-screen-copy>p:last-child,html[data-theme=dark] .beyond-screen-stats dt{color:#f4f6fb}html[data-theme=dark] .beyond-screen-eyebrow,html[data-theme=dark] .beyond-screen-stats dd{color:#aeb8cf}html[data-theme=dark] .beyond-screen-stats>div{border-left-color:#e0e8ff2e}html[data-theme=dark] .design-process{background:0 0}html[data-theme=dark] .design-process-header h2,html[data-theme=dark] .design-process-copy h3,html[data-theme=dark] .design-process-icon{color:#f3f5fa}html[data-theme=dark] .design-process-header p,html[data-theme=dark] .design-process-copy p,html[data-theme=dark] .design-process-marker>span{color:#aeb8cf}html[data-theme=dark] .design-process-timeline:before{background:#e1e8ff33}html[data-theme=dark] .design-process-node{background:#121214;border-color:#e1e8ff61}html[data-theme=dark] .design-process-icon{background:#ffffff0f}html[data-theme=dark] .hero-discipline,html[data-theme=dark] .section-label{color:#c6cde0}html[data-theme=dark] .hero-discipline i{color:#747f9b}html[data-theme=dark] .about-beyond-notes li{color:#edf2ff;background:#ffffff0b;border-color:#cad8ff2b}@media (max-width:900px){html[data-theme=dark] .education-summary .education-copy,html[data-theme=dark] .about-beyond-copy{background:radial-gradient(circle at 12% 0,#ffffff12,#0000 38%),linear-gradient(145deg,#22242ac7,#0a0b0eb8);border-color:#cddafa26;box-shadow:0 20px 46px #00000047,inset 0 1px #ffffff13}html[data-theme=dark] .education-summary .education-stats div{background:#ffffff0b;border-color:#cddafa21}}html[data-theme=dark] .about-beyond-visual img{filter:drop-shadow(0 16px 22px #00000047);opacity:1}html[data-theme=dark] .about-beyond-visual:hover img,html[data-theme=dark] .about-beyond-visual:focus-visible img{filter:drop-shadow(0 18px 26px #00000057)}@media (prefers-reduced-motion:reduce){.creative-image-photo:after{animation:none!important}.about-beyond-visual img,.badge-glare{transition:none}}html[data-theme=dark] .tag,html[data-theme=dark] .about-chips span{color:#edf2ff;-webkit-backdrop-filter:blur(18px)saturate(150%);background:linear-gradient(145deg,#313134a8,#0a0a0b80);border-color:#cad8ff2b;box-shadow:inset 0 1px #ffffff21,0 10px 28px #0000002e}html[data-theme=dark] .primary-btn,html[data-theme=dark] .download{color:#fff;background:radial-gradient(circle at 20% 0,#ffffff24,#0000 38%),linear-gradient(145deg,#262629f0,#060607f5);border:1px solid #fff3;box-shadow:0 13px 34px #00000052,inset 0 1px #ffffff3d,inset 0 -1px #0009,0 0 24px #ffffff06}html[data-theme=dark] .outline-btn{color:#f3f6ff;-webkit-backdrop-filter:blur(18px)saturate(155%);background:linear-gradient(145deg,#323235ad,#09090a8f);border-color:#c5d3f64d;box-shadow:inset 0 1px #ffffff29,0 12px 30px #0000003d}html[data-theme=dark] .outline-btn i,html[data-theme=dark] .primary-btn i{background:#ffffff1a}html[data-theme=dark] .whatsapp{background:linear-gradient(145deg,#20cf78f0,#087f4bf0);border:1px solid #74ffb547;box-shadow:0 12px 30px #004a2b47,inset 0 1px #ffffff52}html[data-theme=dark] .text-link{color:#edf2ff;border-color:#d3dcf35c}html[data-theme=dark] .lanyard-stage:before{background:radial-gradient(#ffffff13,#0000 68%)}html[data-theme=dark] .lanyard-strap-line{stroke:#d7e0f4;filter:drop-shadow(0 3px 8px #00000085)}html[data-theme=dark] .lanyard-strap-label{fill:#11162b}html[data-theme=dark] .hardware-ring{border-color:#d8e0f0;box-shadow:inset 1px 1px #ffffffd9,0 3px 10px #00000080}html[data-theme=dark] .hardware-neck{background:linear-gradient(90deg,#59647d,#f0f4ff 46%,#4c5872);box-shadow:0 5px 13px #00000080}html[data-theme=dark] .lanyard-card{filter:drop-shadow(0 28px 28px #0000006b)drop-shadow(0 0 24px #ffffff12)}html[data-theme=dark] .lanyard-hint{color:#8f99b1}html[data-theme=dark] .service-marquee{background:0 0;border-color:#ffffff1a}html[data-theme=dark] .service-marquee-item{color:#f4f4f2}html[data-theme=dark] .photo-tile{background:#141416b3;border:1px solid #bccbee1f;box-shadow:0 14px 34px #0000003d,inset 0 1px #ffffff14}html[data-theme=dark] .project-media,html[data-theme=dark] .creative-image{box-shadow:0 18px 38px #00000047}html[data-theme=dark] .contact-location{color:#929bad}html[data-theme=dark] .contact-location a,html[data-theme=dark] .profile-location,html[data-theme=dark] .footer a{color:#edf2ff}html[data-theme=dark] .contact-location a{border-color:#d2defa59}html[data-theme=dark] .footer{color:#8d96aa}html[data-theme=dark] .sticker-skin{background:radial-gradient(circle at 30% 8%,#ffffff21,#0000 38%),linear-gradient(145deg,#303033f0,#0a0a0bf5);border-color:#d2ddf833;box-shadow:0 12px 28px #00000057,inset 0 1px #ffffff2e,inset 0 0 0 1px #ffffff0d}html[data-theme=dark] .sticker-skin:before{background:linear-gradient(135deg,#ffffff2e,#0000 48%)}html[data-theme=dark] .sticker-fold-back{background:linear-gradient(#4e4e52 0%,#d3d3d7 16%,#77777c 50%,#262628 100%);border-color:#d5e1ff57;box-shadow:0 -1px #ffffff5c,inset 0 13px 16px #ffffff3d,inset 0 -12px 20px #00000047}html[data-theme=dark] .floating-tool.framer,html[data-theme=dark] .floating-tool.penpot,html[data-theme=dark] .floating-tool.wix{color:#e9efff}html[data-theme=dark] .about-profile p{color:#aab2c6}html[data-theme=dark] .experience-card{-webkit-backdrop-filter:blur(18px)saturate(145%);background:radial-gradient(circle at 12% 0,#ffffff13,#0000 40%),linear-gradient(145deg,#2e2e319e,#08080980);border-color:#c6d4f729;box-shadow:0 18px 44px #00000038,inset 0 1px #ffffff1a}html[data-theme=dark] .graduate-symbol{background:linear-gradient(145deg,#3a3a3ee0,#0e0e10e0);box-shadow:inset 0 1px #ffffff26,0 10px 24px #0003}html[data-theme=dark] .education-poster{border:1px solid #acffe224;box-shadow:0 24px 54px #00000057,inset 0 1px #ffffff1a}html[data-theme=dark] .resume-sheet:not(.resume-back){color:#f4f7ff;background:radial-gradient(circle at 20% 0,#ffffff17,#0000 38%),linear-gradient(145deg,#2d2d30f5,#080809f5);border-color:#cdd9f733;box-shadow:0 24px 54px #0006,inset 0 1px #ffffff21}html[data-theme=dark] .resume-sheet:not(.resume-back) span{border-color:#e8eeff85}.theme-transitioning body,.theme-transitioning .desktop-nav,.theme-transitioning .nav-indicator,.theme-transitioning .mobile-nav,.theme-transitioning .tag,.theme-transitioning .about-chips span,.theme-transitioning .primary-btn,.theme-transitioning .outline-btn,.theme-transitioning .whatsapp,.theme-transitioning .experience-card,.theme-transitioning .sticker-skin,.theme-transitioning .resume-sheet,.theme-transitioning .graduate-symbol,.theme-transitioning .education-poster,.theme-transitioning .floating-theme-toggle{transition:background .52s cubic-bezier(.22,1,.36,1),border-color .52s,color .42s,box-shadow .52s}@media (max-width:700px){.theme-toggle{width:40px;height:40px}.theme-icon{width:16px;height:16px}.contact.contact--globe{padding-top:132px}}.contact.contact--globe{scroll-margin-top:90px}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}.blinking-status-dot{opacity:1;transform:none;animation:none!important}}
