:root{--ink:#181914;--paper:#f2efe8;--paper-deep:#e4e0d7;--blue:#5367ff;--blue-dark:#1e38db;--lime:#dfff54;--coral:#ff755d;--line:#1819142e;--nav-surface:#f6f3ecc2;--nav-border:#ffffff80;--soft-control:#18191414;--inverse-control:#181914;--inverse-control-text:#fff}html[data-theme=dark]{--ink:#f3f0e8;--paper:#11110f;--paper-deep:#1c1c19;--line:#f3f0e829;--nav-surface:#181815c7;--nav-border:#ffffff1f;--soft-control:#ffffff1a;--inverse-control:#f3f0e8;--inverse-control-text:#171714;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}*{box-sizing:border-box}html{scroll-behavior:smooth;background:var(--paper)}body{background:var(--paper);color:var(--ink);font-family:var(--font-geist-sans), Arial, sans-serif;margin:0;transition:background-color .36s cubic-bezier(.2,.7,.2,1),color .3s,opacity .16s,filter .16s;overflow-x:hidden}.case-page,.site-nav,.case-nav{transition:background-color .36s cubic-bezier(.2,.7,.2,1),color .3s,border-color .3s,box-shadow .3s,transform .42s cubic-bezier(.16,1,.3,1),opacity .26s}html.preference-fade body{opacity:.84;filter:blur(.5px)}::view-transition-old(root){animation:.18s cubic-bezier(.4,0,1,1) both preference-out}::view-transition-new(root){animation:.34s cubic-bezier(.16,1,.3,1) both preference-in}@keyframes preference-out{to{opacity:0;filter:blur(2px)}}@keyframes preference-in{0%{opacity:0;filter:blur(2px)}}a{color:inherit;text-decoration:none}button,a{-webkit-tap-highlight-color:transparent}button{font:inherit;cursor:pointer}::selection{background:var(--blue);color:#fff}.cursor-glow{z-index:50;pointer-events:none;mix-blend-mode:multiply;contain:layout paint;will-change:transform;background:radial-gradient(circle,#5367ff1c,#0000 68%);border-radius:50%;width:240px;height:240px;position:fixed;top:0;left:0;transform:translate(calc(50vw - 120px),calc(50vh - 120px))}.site-nav{z-index:40;border:1px solid var(--nav-border);background:var(--nav-surface);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-radius:100px;grid-template-columns:1fr auto 1fr;align-items:center;width:min(1180px,100% - 40px);height:72px;padding:9px;display:grid;position:fixed;top:20px;left:50%;transform:translate(-50%);box-shadow:0 14px 46px #17181314}.site-nav.nav-is-hidden{opacity:0;pointer-events:none;transform:translate(-50%,calc(-100% - 32px))}.case-nav.nav-is-hidden{opacity:0;pointer-events:none;transform:translateY(calc(-100% - 32px))}.nav-reveal{z-index:90;border:1px solid var(--line);background:color-mix(in srgb, var(--nav-surface) 88%, var(--paper));width:54px;height:32px;color:var(--ink);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);opacity:0;pointer-events:none;border-top:0;border-radius:0 0 24px 24px;place-items:end center;padding:0 0 7px;transition:top .22s,opacity .18s,background-color .18s,transform .32s cubic-bezier(.16,1,.3,1);display:grid;position:fixed;top:-14px;left:50%;transform:translate(-50%,-12px);box-shadow:0 8px 24px #17181314}.nav-reveal span{border-bottom:1.5px solid;border-right:1.5px solid;width:9px;height:9px;transition:transform .18s;display:block;transform:rotate(45deg)}.nav-reveal.is-visible{opacity:.82;pointer-events:auto;transform:translate(-50%)}:is(.nav-reveal.is-visible:hover,.nav-reveal.is-visible:focus-visible){opacity:1;background:var(--inverse-control);color:var(--inverse-control-text);top:-7px}:is(.nav-reveal.is-visible:hover span,.nav-reveal.is-visible:focus-visible span){transform:translateY(2px)rotate(45deg)}.brand{background:var(--inverse-control);width:44px;height:44px;color:var(--inverse-control-text);letter-spacing:-.08em;border-radius:50%;justify-self:start;place-items:center;margin-left:14px;font-size:19px;font-weight:800;transition:background-color .18s,color .18s,transform .18s;display:grid}:is(.brand:hover,.brand:focus-visible){background:var(--blue);color:#fff;transform:rotate(-7deg)scale(1.05)}.nav-links{letter-spacing:.01em;justify-self:center;align-items:center;gap:38px;font-size:12px;font-weight:650;display:flex}.nav-links a,.footer-bottom a{position:relative}.nav-links a:after,.footer-bottom a:after{content:"";transform-origin:100%;background:currentColor;height:1px;transition:transform .22s;position:absolute;bottom:-4px;left:0;right:0;transform:scaleX(0)}.nav-links a:hover:after,.footer-bottom a:hover:after{transform-origin:0;transform:scaleX(1)}.nav-actions,.preference-controls,.language-switch{align-items:center;display:flex}.nav-actions{justify-self:end;gap:10px}.preference-controls{font-family:var(--font-geist-mono), monospace;letter-spacing:.05em;gap:6px;font-size:8px}.language-switch,.theme-switch{border:1px solid var(--line);background:var(--soft-control);height:40px;color:var(--ink);border-radius:100px}.language-switch{padding:3px;position:relative}.language-switch:before{content:"";background:var(--inverse-control);border-radius:50%;width:32px;height:32px;transition:transform .34s cubic-bezier(.34,1.56,.64,1),background-color .18s;position:absolute;top:3px;left:3px;transform:translate(0)}.language-switch.is-spanish:before{transform:translate(32px)}.language-switch button{z-index:1;width:32px;height:32px;color:inherit;transform-origin:50%;background:0 0;border:0;border-radius:50%;place-items:center;padding:0;font-size:8px;font-weight:700;line-height:1;transition:background-color .18s,color .18s,transform .18s;display:inline-grid;position:relative}.language-switch button.is-active{color:var(--inverse-control-text);background:0 0}.theme-switch{justify-content:center;align-items:center;width:40px;min-width:40px;padding:0;transition:background-color .18s,transform .18s;display:inline-flex}.theme-switch:hover{background:var(--paper-deep);transform:translateY(-1px)}.language-switch button.preference-click,.theme-switch.preference-click{animation:.36s cubic-bezier(.2,.8,.2,1) preference-control-click}.theme-switch.preference-click .theme-icon{animation:.42s cubic-bezier(.2,.8,.2,1) preference-icon-click}@keyframes preference-control-click{0%,to{transform:scale(1)}38%{transform:scale(.86)}72%{transform:scale(1.08)}}@keyframes preference-icon-click{0%{transform:rotate(0)scale(1)}50%{transform:rotate(120deg)scale(.82)}to{transform:rotate(0)scale(1)}}.theme-icon{width:15px;height:15px;display:block;position:relative}.theme-icon-dark{border-radius:50%;transform:translate(2px,-1px);box-shadow:-4px 2px}.theme-icon-light{background:currentColor;border-radius:50%;width:8px;height:8px;box-shadow:0 -7px 0 -2px,0 7px 0 -2px,7px 0 0 -2px,-7px 0 0 -2px,5px 5px 0 -2px,-5px -5px 0 -2px,5px -5px 0 -2px,-5px 5px 0 -2px}.contact-pill{background:var(--inverse-control);min-width:132px;height:50px;color:var(--inverse-control-text);border-radius:100px;justify-content:space-between;align-items:center;gap:16px;padding:0 7px 0 18px;font-size:12px;font-weight:700;transition:background .2s,transform .2s;display:inline-flex}.contact-arrow{font-variant-emoji:text;text-align:center;background:#7f7f7f2e;border-radius:50%;flex:0 0 36px;place-items:center;width:36px;height:36px;font-family:Arial,sans-serif;font-size:13px;line-height:1;display:grid}.contact-pill:hover{background:var(--blue);color:#fff;transform:translateY(-2px)}.hero{grid-template-columns:minmax(0,1.25fr) minmax(380px,.75fr);align-items:stretch;gap:2vw;min-height:100svh;padding:150px max(5vw,28px) 56px;display:grid;position:relative;overflow:hidden}.hero-grid{background-image:linear-gradient(var(--line) 1px, transparent 1px), linear-gradient(90deg, var(--line) 1px, transparent 1px);opacity:.25;background-size:88px 88px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#000,#0000 82%);mask-image:linear-gradient(#000,#0000 82%)}.hero-copy{z-index:2;flex-direction:column;justify-content:space-between;display:flex;position:relative}.hero-kicker{border-bottom:1px solid var(--ink);width:min(610px,86%);font-family:var(--font-geist-mono), monospace;letter-spacing:.08em;text-transform:uppercase;justify-content:space-between;gap:24px;padding-bottom:12px;font-size:10px;display:flex}.hero-title-block{margin:4.8vh 0 3vh}.hero-availability{border:1px solid var(--line);background:var(--soft-control);width:max-content;color:var(--ink);font-family:var(--font-geist-mono), monospace;letter-spacing:.07em;border-radius:100px;align-items:center;padding:10px 14px;font-size:8px;display:inline-flex}.hero-availability i{background:#31f477;border-radius:50%;width:7px;height:7px;margin-right:9px;animation:2.4s ease-in-out infinite availability-breathe;box-shadow:0 0 0 4px #31f47733,0 0 12px #31f4776b}@keyframes availability-breathe{0%,to{transform:scale(.9);box-shadow:0 0 0 3px #31f47733,0 0 8px #31f47757}50%{transform:scale(1.18);box-shadow:0 0 0 7px #31f47700,0 0 18px #31f477b8}}.hero h1{z-index:3;letter-spacing:-.075em;margin:6vh 0 3vh;font-size:clamp(62px,8.7vw,148px);font-weight:520;line-height:.82;position:relative}.hero-title-block h1{margin:18px 0 0}.hero h1 em,.section-heading h2 em,.profile-copy em,footer h2 em{letter-spacing:-.06em;font-family:Georgia,Times New Roman,serif;font-weight:400}.hero h1 em{color:var(--blue)}.hero-bottom{justify-content:space-between;align-items:flex-end;gap:40px;width:min(650px,92%);display:flex}.hero-bottom p{letter-spacing:-.03em;max-width:430px;margin:0;font-size:clamp(16px,1.55vw,23px);line-height:1.42}.hero-bottom strong{color:var(--blue-dark)}.round-link{border:1px solid var(--ink);width:118px;height:118px;font-family:var(--font-geist-mono), monospace;border-radius:50%;flex:none;align-content:start;padding:19px;transition:color .25s,background .25s,transform .25s;display:grid;position:relative}.round-link-count{letter-spacing:.08em;opacity:.58;font-size:7px}.round-link .round-link-label{color:inherit;letter-spacing:.04em;flex-direction:column;margin-top:13px;font-size:9px;font-weight:750;line-height:1.18;display:flex}.round-link-icon{background:var(--ink);width:30px;height:30px;color:var(--paper);font-variant-emoji:text;text-align:center;border-radius:50%;place-items:center;font-family:Arial,sans-serif;font-size:15px;line-height:1;transition:color .22s,background-color .22s,transform .22s;display:grid;position:absolute;bottom:13px;right:13px}:is(.round-link:hover,.round-link:focus-visible){color:var(--lime);background:#181914;outline:none;transform:rotate(4deg)scale(1.035)}:is(.round-link:hover .round-link-icon,.round-link:focus-visible .round-link-icon){background:var(--lime);color:#181914;transform:translateY(3px)}.hero-stage{--hero-stage-height:max(630px, calc(100svh - 206px));height:var(--hero-stage-height);background:0 0;border-radius:36px;padding:9px;position:relative;overflow:hidden}.hero-tile-video{z-index:0;object-fit:cover;pointer-events:none;filter:saturate(.82)contrast(1.08)brightness(.82);opacity:.94;background:#151612;max-width:none;transition:none;position:absolute;transform:scale(1.025)}.hero-mosaic{z-index:2;grid-template-rows:repeat(8,minmax(0,1fr));grid-template-columns:repeat(6,minmax(0,1fr));gap:9px;display:grid;position:absolute;inset:9px}.hero-tile{background:#5367ff0e;border:1px solid #ffffff3d;border-radius:24px;min-width:0;min-height:0;position:relative;overflow:hidden;box-shadow:inset 0 0 24px #ffffff0d}.hero-tile-a{grid-area:1/1/3/5}.hero-tile-a .hero-tile-video{width:150%;height:400%;top:0;left:0}.hero-tile-b{grid-area:1/5/4/7}.hero-tile-b .hero-tile-video{width:300%;height:266.667%;top:0;left:-200%}.hero-tile-c{grid-area:3/1/6/3}.hero-tile-c .hero-tile-video{width:300%;height:266.667%;top:-66.667%;left:0}.hero-tile-d{grid-area:3/3/7/5}.hero-tile-d .hero-tile-video{width:300%;height:200%;top:-50%;left:-100%}.hero-tile-e{grid-area:4/5/7/7}.hero-tile-e .hero-tile-video{width:300%;height:266.667%;top:-100%;left:-200%}.hero-tile-f{grid-area:6/1/9/3}.hero-tile-f .hero-tile-video{width:300%;height:266.667%;top:-166.667%;left:0}.hero-tile-g{grid-area:7/3/9/7}.hero-tile-g .hero-tile-video{width:150%;height:400%;top:-300%;left:-50%}.hero-tile-coral,.hero-tile-lime{background:#151612}.hero-solid-track{display:flex;position:absolute;inset:0}.hero-solid-track-y{flex-direction:column;height:300%;animation:9s cubic-bezier(.76,0,.24,1) infinite hero-solid-slide-y}.hero-solid-track-x{width:300%;animation:10.5s cubic-bezier(.76,0,.24,1) 1.2s infinite hero-solid-slide-x}.hero-solid-slide{color:#fff;min-width:0;min-height:0;font-family:var(--font-geist-mono), monospace;flex:0 0 33.333%;padding:18px;position:relative;overflow:hidden}.hero-solid-slide>span,.hero-solid-slide>small{z-index:2;letter-spacing:.08em;font-size:8px;position:relative}.hero-solid-slide>strong{z-index:2;font-family:var(--font-geist-sans), Arial, sans-serif;letter-spacing:-.06em;font-size:clamp(21px,2.3vw,37px);line-height:.92;position:absolute;bottom:17px;left:16px;right:16px}.hero-solid-slide>small{position:absolute;bottom:16px;right:16px}.hero-solid-slide>i{z-index:2;color:var(--lime);font-size:31px;font-style:normal;animation:8s linear infinite spin-spark;position:absolute;top:42%;left:18px}.hero-solid-coral{background:radial-gradient(circle at 68% 36%,#ffd4cb 0 5%,#ff755d 22%,#bd3029 53%,#0000 54%),linear-gradient(145deg,#ff8a70,#5c1c3d)}.hero-solid-violet{background:linear-gradient(145deg,#8564ff,#302083 68%,#191633)}.hero-solid-lime{background:var(--lime);color:#171813}.hero-solid-ice{color:#10242a;background:linear-gradient(145deg,#dffcff,#8fe9ed)}.hero-solid-lime:after,.hero-solid-ice:after{content:"";aspect-ratio:1;opacity:.35;border:1px solid;border-radius:50%;width:84%;position:absolute;bottom:-34%;right:-24%}.hero-solid-lime>strong,.hero-solid-ice>strong{top:43%;bottom:auto}.stage-note{z-index:8;color:#ffffffad;font-family:var(--font-geist-mono), monospace;letter-spacing:.08em;font-size:8px;position:absolute;bottom:22px;right:24px}.marquee{z-index:4;color:#fff;background:#181914;padding:17px 0;position:relative;overflow:hidden;transform:rotate(-1.1deg)scale(1.02)}.marquee-track{letter-spacing:.12em;align-items:center;width:max-content;font-size:13px;font-weight:700;animation:22s linear infinite marquee;display:flex}.marquee-group{flex:none;align-items:center;gap:28px;padding-right:28px;display:flex}.marquee-track i{color:var(--lime);font-size:16px}.ambient-animation{animation-play-state:paused}.ambient-animation.is-running{animation-play-state:running}.section-shell{width:min(1280px,100% - 64px);margin:0 auto}.projects{content-visibility:auto;contain-intrinsic-size:auto 2200px}.approach,.profile,footer#contacto{content-visibility:auto;contain-intrinsic-size:auto 900px}.projects{padding-top:180px;padding-bottom:0}.section-heading{grid-template-columns:1.25fr .75fr;align-items:end;gap:7vw;margin-bottom:82px;display:grid}.section-index{font-family:var(--font-geist-mono), monospace;letter-spacing:.1em;margin-bottom:32px;font-size:10px;display:block}.section-heading h2{letter-spacing:-.075em;margin:0;font-size:clamp(58px,7.5vw,116px);font-weight:500;line-height:.85}.section-heading h2 em{color:var(--blue)}.section-heading>p{border-top:1px solid var(--ink);max-width:430px;margin:0 0 8px;padding-top:22px;font-size:17px;line-height:1.5}.project{--tilt-x:0deg;--tilt-y:0deg;transform:perspective(1200px) rotateX(var(--tilt-x)) rotateY(var(--tilt-y));transform-style:preserve-3d;transition:transform .18s ease-out;position:relative}.project-card-link{z-index:10;cursor:pointer;border-radius:28px;position:absolute;inset:0}.project-card-link:focus-visible{outline:3px solid var(--blue);outline-offset:6px}.project-media{background:#bbb;border-radius:28px;position:relative;overflow:hidden;box-shadow:0 30px 70px #1a1b1621}.project-cover{--cover-accent:#19d79a;isolation:isolate;color:#f7f4ec;background:#10231f;padding:24px}.project-cover-board-and-chill{--cover-accent:#91f7c0;background:#10251a}.project-cover-echoquest{--cover-accent:#66e4d4;background:#0c1114}.project-cover-mitad-y-mitad{--cover-accent:#ff826f;background:#285c60}.project-cover:before{content:"";z-index:-1;background:radial-gradient(circle at 82% 8%, color-mix(in srgb, var(--cover-accent) 34%, transparent), transparent 32%), linear-gradient(#ffffff0e 1px, transparent 1px), linear-gradient(90deg, #ffffff0e 1px, transparent 1px);background-size:auto,48px 48px,48px 48px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#000,#0000 92%);mask-image:linear-gradient(#000,#0000 92%)}.project-cover-topline{z-index:3;color:#f7f4ecad;font:8px var(--font-geist-mono), monospace;letter-spacing:.09em;text-transform:uppercase;justify-content:space-between;gap:20px;display:flex;position:relative}.project-cover-heading{z-index:2;justify-content:flex-end;margin-top:clamp(34px,5vw,70px);display:flex;position:relative}.project-cover-heading strong{letter-spacing:-.075em;text-align:right;white-space:nowrap;width:100%;font-size:clamp(36px,4.1vw,62px);font-weight:560;line-height:.88}.project-cover-screens{z-index:2;height:56%;position:absolute;bottom:24px;left:24px;right:24px}.project-cover-screen{background:#11110f;border:1px solid #ffffff47;min-width:0;min-height:0;margin:0;overflow:hidden;box-shadow:0 18px 48px #0000004d}.project-cover-screen img{object-fit:cover;object-position:top center;width:100%;height:100%;display:block}.project-cover-screens.is-web{grid-template-rows:1.45fr .55fr;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.project-cover-screens.is-web .project-cover-screen{border-radius:14px}.project-cover-screens.is-web .project-cover-screen-1{grid-column:1/-1}.project-cover-screens.is-mobile{grid-template-columns:repeat(3,minmax(0,1fr));align-items:end;gap:12px;display:grid}.project-cover-screens.is-mobile .project-cover-screen{border-width:4px;border-color:#0c0d0de0;border-radius:20px;height:91%}.project-cover-screens.is-mobile .project-cover-screen-1{z-index:2;grid-area:1/2;height:100%;transform:translateY(-8px)}.project-cover-screens.is-mobile .project-cover-screen-2{grid-area:1/1}.project-cover-screens.is-mobile .project-cover-screen-3{grid-area:1/3}.project:hover .project-cover-screen-1{transform:translateY(-5px)}.project:hover .project-cover-screens.is-mobile .project-cover-screen-1{transform:translateY(-13px)}.project-cover-screen{transition:transform .42s cubic-bezier(.16,1,.3,1),border-color .22s}.project:hover .project-cover-screen{border-color:color-mix(in srgb, var(--cover-accent) 70%, white)}.project-featured .project-media{height:min(70vw,720px)}.media-chip{z-index:8;color:#fff;font-family:var(--font-geist-mono), monospace;letter-spacing:.08em;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#11120e38;border:1px solid #fff9;border-radius:100px;padding:10px 14px;font-size:8px;position:absolute;top:24px;left:24px}.media-chip-light{color:#181914;background:#f5f4eed1}.project-web-media{isolation:isolate}.abogato-media{background:#082b31}.abogato-media:before{content:"";background:radial-gradient(circle at 18% 20%,#00c98930,#0000 28%),linear-gradient(#ffffff09 1px,#0000 1px) 0 0/54px 54px,linear-gradient(90deg,#ffffff09 1px,#0000 1px) 0 0/54px 54px;position:absolute;inset:0}.board-media{background:#05170f}.board-media:before{content:"";background:radial-gradient(circle at 78% 25%,#50bc882e,#0000 28%),radial-gradient(circle,#70d3a521 1px,#0000 1.5px) 0 0/17px 17px;position:absolute;inset:0}.web-project-title{z-index:3;color:#fff;flex-direction:column;display:flex;position:absolute;top:16%;left:5%}.web-project-title span{font-family:var(--font-geist-mono), monospace;color:#17d89c;letter-spacing:.16em;font-size:10px}.web-project-title strong{letter-spacing:-.075em;margin-top:8px;font-size:clamp(54px,8vw,122px);line-height:.82}.board-title{top:12%}.board-title span{color:#72d3a5}.board-title strong{font-size:clamp(52px,7.2vw,108px)}.browser-window{z-index:4;width:68%;transform-style:preserve-3d;background:#eff3f0;border:1px solid #ffffff40;border-radius:17px;transition:transform .5s cubic-bezier(.2,.7,.2,1);position:absolute;overflow:hidden;box-shadow:0 34px 70px #00000057}.browser-abogato{bottom:-5%;right:4%;transform:perspective(1100px)rotateY(-8deg)rotateX(3deg)translateZ(40px)}.browser-board{width:70%;bottom:8%;right:5%;transform:perspective(1100px)rotateY(-7deg)rotateX(2deg)translateZ(40px)}.project:hover .browser-abogato,.project:hover .browser-board{transform:perspective(1100px)rotateY(-2deg)rotateX(0)translate3d(-8px,-8px,70px)}.browser-bar{background:#e7ecea;border-bottom:1px solid #00000014;align-items:center;gap:6px;height:37px;padding:0 14px;display:flex}.browser-bar i{background:#ff755d;border-radius:50%;width:7px;height:7px}.browser-bar i:nth-child(2){background:#f0c449}.browser-bar i:nth-child(3){background:#49bb80}.browser-bar span{color:#51605b;font-family:var(--font-geist-mono), monospace;margin-left:10px;font-size:8px}.browser-bar-dark{background:#0a1f15;border-color:#ffffff14}.browser-bar-dark span{color:#ffffff8c}.browser-window img{width:100%;height:auto;display:block}.project-live-link{z-index:7;color:#fff;font-family:var(--font-geist-mono), monospace;letter-spacing:.06em;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#02151973;border:1px solid #ffffff80;border-radius:100px;padding:13px 17px;font-size:9px;transition:background .2s,color .2s,transform .2s;position:absolute;bottom:27px;left:28px}.project-live-link:hover{color:#061a15;background:#14d897;transform:translateY(-3px)}.project-live-light:hover{color:#061a0e;background:#f4f6ef}.project-info{grid-template-columns:1fr .65fr 64px;align-items:end;gap:32px;padding:28px 4px 64px;display:grid}.project-info span{font-family:var(--font-geist-mono), monospace;letter-spacing:.08em;font-size:9px}.project-info h3{letter-spacing:-.055em;margin:8px 0 0;font-size:clamp(38px,4vw,64px);font-weight:550}.project-info p{max-width:420px;margin:0;font-size:14px;line-height:1.45}.project-info>.project-arrow{border:1px solid var(--ink);font-variant-emoji:text;text-align:center;border-radius:50%;place-items:center;width:58px;height:58px;font-family:Arial,sans-serif;font-size:20px;line-height:1;transition:background .2s,color .2s,transform .2s;display:grid}.project:hover .project-arrow,.project:focus-within .project-arrow{background:var(--blue);color:#fff;transform:rotate(10deg)}.project-pair{grid-template-columns:1fr 1fr;gap:6vw;display:grid}.project-small .project-media{aspect-ratio:4/5}.project-board,.app-project-pair{margin-top:90px}.project-offset{margin-top:150px}.app-project-media{isolation:isolate}.echoquest-media{background:radial-gradient(circle at 18% 16%,#153c45,#0000 29%),#080b0e}.echoquest-media:before{content:"";background-image:linear-gradient(#65e4d40d 1px,#0000 1px),linear-gradient(90deg,#65e4d40d 1px,#0000 1px);background-size:42px 42px;position:absolute;inset:0}.mitad-media{background:linear-gradient(#77cff1 0 48%,#e7fbff 48% 55%,#6dd8aa 55% 100%)}.mitad-media:before{content:"";z-index:0;background:radial-gradient(#ffffffe6,#fff0 68%);border-radius:50%;width:116%;height:46%;position:absolute;top:7%;left:-8%}.app-project-icon{z-index:5;border-radius:22%;width:19%;height:auto;transition:transform .35s;position:absolute;top:76px;left:7%;transform:rotate(-7deg)translateZ(80px);box-shadow:0 18px 38px #00000052}.mitad-icon{box-shadow:0 18px 38px #2c695d47}.project:hover .app-project-icon{transform:rotate(-2deg)translate3d(4px,-7px,100px)}.phone-mockup{z-index:3;color:#e5e2e1;background:#111214;border:7px solid #262629;border-radius:42px;width:58%;height:88%;padding:20px 18px 17px;transition:transform .5s cubic-bezier(.2,.7,.2,1);position:absolute;bottom:-4%;right:8%;overflow:hidden;transform:rotate(5deg)translateZ(35px);box-shadow:0 38px 70px #00000061}.project:hover .phone-mockup{transform:rotate(2deg)translate3d(-6px,-9px,70px)}.phone-status{font-family:var(--font-geist-mono), monospace;justify-content:space-between;margin-bottom:16px;font-size:7px;display:flex}.echo-head{background:linear-gradient(90deg,#00a99d33,#ffc36e0d);border:1px solid #66e4d461;border-radius:13px;align-items:center;gap:9px;padding:10px;display:flex}.echo-head>b{color:#66e4d4;background:#0c1112;border-radius:9px;place-items:center;width:32px;height:32px;display:grid}.echo-head div{flex-direction:column;display:flex}.echo-head strong{color:#66e4d4;font-size:13px}.echo-head small{color:#a9917c;font-size:6px}.echo-live{color:#ff8ab3;font-family:var(--font-geist-mono), monospace;justify-content:space-between;align-items:center;margin:11px 0 9px;font-size:7px;display:flex}.echo-live i{background:#ff8ab3;border-radius:50%;width:7px;height:7px;box-shadow:0 0 0 4px #ff8ab31f}.echo-scenes{gap:5px;display:flex}.echo-scenes span{color:#d9c7b5;border:1px solid #554838;border-radius:8px;padding:7px;font-size:6px}.echo-pads{grid-template-columns:1fr 1fr;gap:7px;margin-top:10px;display:grid}.echo-pads b{color:#151416;border-radius:11px;flex-direction:column;justify-content:flex-end;min-height:65px;padding:9px;font-size:7px;display:flex;box-shadow:inset 0 -12px 20px #00000026}.echo-pads small{margin-top:3px;font-size:6px;font-weight:500}.pad-orange{background:#ffc36e}.pad-teal{background:#66e4d4}.pad-pink{background:#ff8ab3}.pad-violet{background:#bca1ff}.echo-nav,.mitad-nav{color:#a9917c;font-family:var(--font-geist-mono), monospace;border-top:1px solid #343038;justify-content:space-around;padding-top:10px;font-size:5px;display:flex;position:absolute;bottom:12px;left:14px;right:14px}.mitad-phone{color:#245e56;background:linear-gradient(#dff7ff,#fff7e7 45%);border-color:#ffffffe0;box-shadow:0 35px 70px #1c645a52,inset 0 0 0 1px #2e716a26}.mitad-greeting{flex-direction:column;display:flex}.mitad-greeting small{color:#ee7559;letter-spacing:.1em;font-size:6px;font-weight:800}.mitad-greeting strong{margin-top:3px;font-size:14px}.mitad-greeting span{color:#4f8d83;margin-top:3px;font-size:7px}.balance-card{background:linear-gradient(135deg,#ffffffd9,#97e2d385);border:1px solid #fffc;border-radius:16px;justify-content:space-between;align-items:center;margin:12px 0;padding:13px;display:flex;box-shadow:0 8px 16px #2d70691f}.balance-card div{flex-direction:column;display:flex}.balance-card small{font-size:6px}.balance-card strong{color:#ef775c;margin-top:3px;font-size:19px}.balance-card i{color:#ef775c;font-size:24px;font-style:normal}.chore-list{flex-direction:column;gap:7px;display:flex}.chore-list b{background:#ffffffb3;border:1px solid #468f832e;border-radius:12px;align-items:center;gap:8px;padding:10px;display:flex;box-shadow:0 5px 10px #326f6514}.chore-list b>i{color:#fff;background:#74c9b6;border-radius:50%;flex:none;place-items:center;width:25px;height:25px;font-size:10px;font-style:normal;display:grid}.chore-list b:first-child>i{background:#ef775c}.chore-list span{flex-direction:column;font-size:8px;display:flex}.chore-list small{color:#6c938d;margin-top:2px;font-size:6px;font-weight:500}.mitad-nav{color:#4b8179;border-color:#447c7429}.aero-bubble{z-index:1;background:radial-gradient(circle at 30% 25%,#ffffffe6,#5ccae51f);border:1px solid #ffffffb3;border-radius:50%;position:absolute;box-shadow:inset -8px -10px 20px #268ba61f}.bubble-one{width:88px;height:88px;top:17%;right:2%}.bubble-two{width:54px;height:54px;bottom:12%;left:7%}.project-info.compact{grid-template-columns:1fr 64px}.projects-grid{border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:linear-gradient(var(--line), var(--line)) center / 1px 100% no-repeat, linear-gradient(90deg, var(--line), var(--line)) center / 100% 1px no-repeat;grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.projects-grid .project{min-width:0;margin:0;padding:44px 0 48px}.projects-grid .project:nth-child(odd){padding-right:38px}.projects-grid .project:nth-child(2n){padding-left:38px}.projects-grid .project-media,.projects-grid .project-featured .project-media,.projects-grid .project-small .project-media{aspect-ratio:1;width:100%;height:auto}.projects-grid .web-project-title strong,.projects-grid .board-title strong{font-size:clamp(44px,5vw,74px)}.projects-grid .project-info,.projects-grid .project-info.compact{grid-template-rows:auto auto;grid-template-columns:minmax(0,1fr) 52px;align-items:start;gap:16px 24px;padding:22px 2px 0}.projects-grid .project-info h3{font-size:clamp(34px,3.5vw,50px)}.projects-grid .project-info p{grid-area:2/1/auto/-1;max-width:500px}.projects-grid .project-info>.project-arrow{grid-area:1/2;width:52px;height:52px}.approach{color:#fff;background:#181914;padding:190px 0 160px;position:relative;overflow:hidden}.approach:before{content:"";background-image:linear-gradient(#ffffff0e 1px,#0000 1px),linear-gradient(90deg,#ffffff0e 1px,#0000 1px);background-size:76px 76px;position:absolute;inset:0}.approach-content{z-index:2;position:relative}.approach-heading h2 em{color:var(--lime)}.approach-heading>p{border-color:#ffffffa6}.process-grid{border-top:1px solid #ffffff59;border-bottom:1px solid #ffffff59;grid-template-columns:repeat(4,1fr);display:grid}.process-card{isolation:isolate;border-right:1px solid #ffffff38;flex-direction:column;min-height:280px;padding:28px;transition:color .38s;display:flex;position:relative;overflow:hidden}.process-card:before{content:"";z-index:0;background:var(--lime);opacity:0;transition:opacity .38s cubic-bezier(.2,.7,.2,1);position:absolute;inset:0}.process-card>*{z-index:1;position:relative}.process-card:last-child{border-right:0}.process-card:hover{color:#181914}.process-card:hover:before{opacity:1}.process-card>span{font-family:var(--font-geist-mono), monospace;font-size:10px}.process-card h3{letter-spacing:-.04em;margin:auto 0 16px;font-size:29px}.process-card p{color:#ffffff9e;margin:0;font-size:13px;line-height:1.55;transition:color .38s}.process-card:hover p{color:#181914}.profile{grid-template-columns:.7fr 1.3fr;gap:80px 7vw;padding-top:180px;padding-bottom:190px;display:grid}.profile-aside{align-self:start}.profile-stamp{color:#fff;width:260px;height:320px;box-shadow:20px 25px 0 var(--lime);background:#dfe9f2;border-radius:160px 160px 24px 24px;position:relative;overflow:hidden;transform:rotate(-4deg)}.profile-stamp:after{content:"";pointer-events:none;background:linear-gradient(#0000,#070a0cad);position:absolute;inset:46% 0 0}.profile-stamp>img{object-fit:cover;object-position:50% 42%;width:100%;height:100%;display:block}.profile-stamp small{z-index:2;font-family:var(--font-geist-mono), monospace;letter-spacing:.08em;text-shadow:0 2px 16px #00000061;font-size:9px;line-height:1.5;position:absolute;bottom:22px;left:24px;right:24px}.profile-meta{border-top:1px solid var(--ink);flex-direction:column;gap:5px;padding-top:18px;font-size:10px;display:flex}.profile-meta span{font-family:var(--font-geist-mono), monospace;font-size:8px}.profile-copy>p{letter-spacing:-.06em;margin:0;font-size:clamp(36px,4.6vw,72px);font-weight:520;line-height:1.05}.profile-copy>p em{color:var(--blue)}.profile-details{border-top:1px solid var(--ink);grid-template-columns:1fr 1fr;gap:6vw;padding-top:28px;display:grid}.profile-details p{margin:0;font-size:15px;line-height:1.55}.profile-details ul{margin:0;padding:0;list-style:none}.profile-details li{border-bottom:1px solid var(--line);font-family:var(--font-geist-mono), monospace;padding:10px 12px 10px 0;font-size:10px;transition:padding-left .26s cubic-bezier(.16,1,.3,1),background-color .22s,color .22s}.profile-details li:hover{background:var(--blue);color:#fff;padding-left:14px}footer#contacto{background:var(--blue);color:#fff;padding:150px 0 40px;position:relative;overflow:hidden}footer#contacto:before{content:"";pointer-events:none;background-image:linear-gradient(#ffffff17 1px,#0000 1px),linear-gradient(90deg,#ffffff17 1px,#0000 1px);background-size:86px 86px;position:absolute;inset:0}.footer-content{z-index:2;position:relative}footer h2{letter-spacing:-.08em;margin:0;font-size:clamp(70px,10vw,150px);font-weight:500;line-height:.84}footer h2 em{color:var(--lime)}.footer-email{z-index:0;color:#fff;letter-spacing:-.035em;isolation:isolate;border-bottom:2px solid #fffc;align-items:center;gap:50px;width:fit-content;margin:80px 0 110px;padding:10px 14px 12px;font-size:clamp(20px,2.3vw,34px);transition:color .26s,border-color .26s;display:flex;position:relative;overflow:hidden}.footer-email:before{content:"";z-index:-1;background:#ffd84d;transition:transform .42s cubic-bezier(.16,1,.3,1);position:absolute;inset:0;transform:translate(-101%)}.footer-email span{font-variant-emoji:text;text-align:center;place-items:center;width:1em;height:1em;font-family:Arial,sans-serif;line-height:1;transition:transform .2s;display:inline-grid}:is(.footer-email:hover,.footer-email:focus-visible){color:#181914;border-color:#ffd84d;outline:none}.footer-email:hover:before{transform:translate(0)}.footer-email:focus-visible:before{transform:translate(0)}:is(.footer-email:hover span,.footer-email:focus-visible span){transform:rotate(12deg)translate(4px,-4px)}.footer-bottom{font-family:var(--font-geist-mono), monospace;letter-spacing:.06em;border-top:1px solid #ffffff85;justify-content:space-between;align-items:center;gap:30px;padding-top:24px;font-size:8px;display:flex}.footer-bottom div{gap:28px;display:flex}.reveal{opacity:0;transition:opacity .7s,transform .7s cubic-bezier(.2,.7,.2,1);transform:translateY(28px)}.reveal.is-visible{opacity:1;transform:translateY(0)}@keyframes spin-spark{to{transform:rotate(360deg)}}@keyframes hero-solid-slide-y{0%,38%{transform:translateY(0)}50%,88%{transform:translateY(-33.333%)}to{transform:translateY(-66.666%)}}@keyframes hero-solid-slide-x{0%,38%{transform:translate(0)}50%,88%{transform:translate(-33.333%)}to{transform:translate(-66.666%)}}@keyframes marquee{to{transform:translate(-16.6667%)}}@media (max-width:1050px){.hero{grid-template-columns:1fr;padding-top:135px}.hero-stage{--hero-stage-height:590px;margin-top:30px}.hero h1{font-size:clamp(70px,12vw,116px)}.process-grid{grid-template-columns:1fr 1fr}.process-card:nth-child(2){border-right:0}.process-card:nth-child(-n+2){border-bottom:1px solid #ffffff38}}@media (max-width:760px){.cursor-glow,.nav-links{display:none}.site-nav{grid-template-columns:auto 1fr;width:calc(100% - 24px);height:60px;padding:7px 7px 7px 18px;top:12px}.brand{grid-column:1;width:38px;height:38px;margin-left:0;font-size:17px}.nav-actions{grid-column:2}.contact-pill{justify-content:center;gap:0;width:44px;min-width:44px;height:44px;padding:0}.contact-label{display:none}.preference-controls{gap:4px}.hero{min-height:auto;padding:112px 18px 52px}.hero-kicker{width:100%}.hero h1{margin:54px 0 46px;font-size:clamp(58px,18vw,96px);line-height:.86}.hero-title-block{margin:42px 0 46px}.hero-title-block h1{margin:16px 0 0}.hero-bottom{align-items:flex-start;width:100%}.hero-bottom p{font-size:17px}.round-link{width:102px;height:102px;padding:15px}.round-link .round-link-label{margin-top:10px;font-size:8px}.round-link-icon{width:27px;height:27px;bottom:10px;right:10px}.hero-stage{--hero-stage-height:520px;border-radius:24px;padding:6px}.hero-mosaic{gap:6px;inset:6px}.hero-tile{border-radius:18px}.hero-solid-slide{padding:12px}.hero-tile-coral strong,.hero-tile-lime strong{font-size:19px;bottom:12px;left:11px;right:11px}.hero-tile-lime strong{top:43%;bottom:auto}.hero-tile-lime small{font-size:6px;bottom:11px;right:11px}.section-shell{width:calc(100% - 36px)}.projects,.profile{padding-top:120px;padding-bottom:120px}.section-heading{grid-template-columns:1fr;gap:42px;margin-bottom:54px}.section-index{margin-bottom:22px}.section-heading h2{font-size:clamp(54px,16vw,88px)}.projects-grid{background:0 0;grid-template-columns:1fr}.projects-grid .project,.projects-grid .project:nth-child(odd),.projects-grid .project:nth-child(2n){border-bottom:1px solid var(--line);padding:36px 0 40px}.projects-grid .project:last-child{border-bottom:0}.projects-grid .project-media,.projects-grid .project-featured .project-media,.projects-grid .project-small .project-media{aspect-ratio:1;height:auto;min-height:0}.project-cover{padding:18px}.project-cover-heading{margin-top:28px}.project-cover-heading strong{font-size:clamp(32px,10vw,44px)}.project-cover-screens{height:60%;bottom:18px;left:18px;right:18px}.project-cover-screens.is-mobile{gap:7px}.project-cover-screens.is-mobile .project-cover-screen{border-width:3px;border-radius:15px}.web-project-title{top:19%;left:5%}.web-project-title strong{font-size:clamp(68px,20vw,110px)}.browser-window,.browser-board{width:91%;bottom:9%;right:-4%}.browser-abogato{bottom:4%}.project-live-link{bottom:18px;left:18px}.app-project-icon{width:24%;top:68px;left:5%}.phone-mockup{width:66%;right:3%}.project-info,.project-info.compact{grid-template-columns:1fr 54px;gap:18px;padding-top:20px}.project-info p{display:none}.project-info>.project-arrow{width:50px;height:50px}.approach{padding:130px 0 100px}.process-grid{grid-template-columns:1fr}.process-card,.process-card:nth-child(2){border-bottom:1px solid #ffffff38;border-right:0;min-height:230px}.profile{grid-template-columns:1fr;gap:64px}.profile-aside{order:1}.profile-meta{order:2}.profile-copy{order:3}.profile-details{order:4}.profile-stamp{width:210px;height:260px}.profile-copy>p{margin-bottom:0;font-size:clamp(34px,10vw,58px)}.profile-details{grid-template-columns:1fr}footer#contacto{padding-top:110px}footer h2{font-size:clamp(60px,18vw,100px)}.footer-email{gap:20px;margin:64px 0 90px}.footer-bottom{flex-direction:column;align-items:flex-start}.footer-bottom div{flex-wrap:wrap}}@media (max-width:680px){.language-switch{height:42px;padding:3px}.language-switch button{width:34px;height:34px;font-size:9px}.language-switch:before{width:34px;height:34px}.language-switch.is-spanish:before{transform:translate(34px)}}@media (prefers-reduced-motion:reduce){.language-switch button.preference-click,.theme-switch.preference-click,.theme-switch.preference-click .theme-icon{animation:none}}@media (pointer:coarse){.cursor-glow{display:none}}.not-found-page{isolation:isolate;color:#f7f4ec;background:#090a08;flex-direction:column;min-height:100svh;padding:36px clamp(24px,4vw,72px) 42px;display:flex;position:relative;overflow:hidden}.not-found-video,.not-found-shade{width:100%;height:100%;position:absolute;inset:0}.not-found-video{z-index:-3;object-fit:cover;pointer-events:none;filter:saturate(1.12)contrast(1.12)brightness(.66)}.not-found-shade{z-index:-2;background:linear-gradient(#07080761,#07080714 45%,#070807ad),linear-gradient(90deg,#07080785,#0000 62%)}.not-found-page:after{content:"";z-index:-1;pointer-events:none;background-image:linear-gradient(#ffffff14 1px,#0000 1px),linear-gradient(90deg,#ffffff14 1px,#0000 1px);background-size:9vw 9vw;position:absolute;inset:0}.not-found-header{z-index:2;font-family:var(--font-geist-mono), monospace;letter-spacing:.12em;justify-content:space-between;align-items:center;font-size:10px;display:flex;position:relative}.not-found-brand{color:#fff;width:58px;height:58px;font-family:var(--font-geist-sans), Arial, sans-serif;letter-spacing:-.08em;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#0a0a0861;border:1px solid #ffffff6b;border-radius:50%;place-items:center;font-size:22px;font-weight:800;transition:background-color .18s,border-color .18s,transform .18s;display:grid}:is(.not-found-brand:hover,.not-found-brand:focus-visible){border-color:var(--lime);background:var(--lime);color:#171813;outline:none;transform:rotate(-7deg)scale(1.05)}.not-found-content{z-index:1;grid-template-columns:minmax(0,1fr) minmax(280px,420px);align-items:end;gap:clamp(28px,6vw,100px);margin-top:auto;display:grid;position:relative}.not-found-code{letter-spacing:-.11em;text-shadow:0 20px 80px #00000052;margin:0 0 -.075em -.035em;font-size:clamp(180px,36vw,650px);font-weight:900;line-height:.68}.not-found-message{padding:0 0 clamp(6px,3vh,38px)}.not-found-message>p{font-family:var(--font-geist-mono), monospace;letter-spacing:.14em;color:var(--lime);margin:0 0 22px;font-size:9px}.not-found-message h1{letter-spacing:-.07em;margin:0 0 18px;font-size:clamp(42px,5vw,76px);font-weight:760;line-height:.92}.not-found-message>span{color:#ffffffc2;max-width:34ch;font-size:15px;line-height:1.55;display:block}.not-found-home{color:#fff;width:max-content;font-family:var(--font-geist-mono), monospace;letter-spacing:.08em;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#0a0a085c;border:1px solid #ffffff85;border-radius:100px;align-items:center;gap:14px;margin-top:36px;padding:11px 18px 11px 11px;font-size:9px;font-weight:700;transition:background-color .18s,border-color .18s,color .18s,transform .18s;display:inline-flex}:is(.not-found-home:hover,.not-found-home:focus-visible){border-color:var(--lime);background:var(--lime);color:#171813;outline:none;transform:translateY(-2px)}.not-found-home-arrow{background:#ffffff24;border-radius:50%;width:30px;height:30px;display:block;position:relative}.not-found-home-arrow:before,.not-found-home-arrow:after{content:"";position:absolute}.not-found-home-arrow:before{background:currentColor;width:14px;height:1px;top:14px;left:8px}.not-found-home-arrow:after{border-bottom:1px solid;border-left:1px solid;width:6px;height:6px;top:11px;left:8px;transform:rotate(45deg)}@media (max-width:760px){.not-found-page{padding:24px 22px 30px}.not-found-header>span{font-size:8px}.not-found-content{grid-template-columns:1fr;gap:40px}.not-found-code{font-size:clamp(170px,58vw,310px)}.not-found-message{padding-bottom:0}.not-found-message h1{max-width:8ch}.not-found-home{margin-top:28px}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}.reveal{opacity:1;transform:none}.cursor-glow{display:none}.hero-tile-video{transition:none}.hero-solid-track{transform:none;animation:none!important}}
