.lang[data-v-1ed06c0a]{position:relative}.lang__btn[data-v-1ed06c0a]{border:1px solid var(--line);background:var(--bg-elevated);min-height:2rem;color:var(--muted);font:inherit;letter-spacing:.04em;cursor:pointer;border-radius:999px;align-items:center;gap:.35rem;padding:.3rem .55rem;font-size:.78rem;font-weight:700;display:inline-flex}.lang__btn[data-v-1ed06c0a]:hover{color:var(--ink);border-color:color-mix(in srgb, var(--accent) 40%, var(--line))}.lang__chev[data-v-1ed06c0a]{border-bottom:1.5px solid;border-right:1.5px solid;width:.4rem;height:.4rem;transform:translateY(-1px)rotate(45deg)}.lang__menu[data-v-1ed06c0a]{border:1px solid var(--line);background:var(--surface-solid);min-width:9.5rem;box-shadow:var(--shadow);z-index:30;border-radius:12px;margin:0;padding:.35rem;list-style:none;position:absolute;top:calc(100% + .4rem);right:0}.lang__option[data-v-1ed06c0a]{width:100%;color:var(--ink);font:inherit;cursor:pointer;text-align:left;background:0 0;border:0;border-radius:8px;justify-content:space-between;align-items:center;gap:.75rem;padding:.5rem .65rem;font-size:.88rem;display:flex}.lang__option[data-v-1ed06c0a]:hover,.lang__option.active[data-v-1ed06c0a]{background:var(--accent-soft)}.lang__option-code[data-v-1ed06c0a]{color:var(--muted);letter-spacing:.04em;font-size:.72rem;font-weight:700}.theme-btn[data-v-2cf9302b]{border:1px solid var(--line);background:var(--bg-elevated);width:2rem;height:2rem;color:var(--muted);cursor:pointer;border-radius:999px;justify-content:center;align-items:center;padding:0;display:inline-flex}.theme-btn[data-v-2cf9302b]:hover{color:var(--ink);border-color:color-mix(in srgb, var(--accent) 40%, var(--line))}.theme-icon[data-v-2cf9302b]{width:1rem;height:1rem}.app[data-v-4e7038b1]{min-height:100vh;overflow-x:clip}.app-body[data-v-4e7038b1]{padding-bottom:3rem}.topbar[data-v-4e7038b1]{z-index:20;width:100%;padding:calc(.85rem + env(safe-area-inset-top,0px)) 0 1.1rem;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:var(--topbar-bg);margin-bottom:.5rem;line-height:1.2;position:sticky;top:0}.topbar__inner[data-v-4e7038b1]{justify-content:space-between;align-items:center;gap:1rem;display:flex}.topbar__right[data-v-4e7038b1]{align-items:center;gap:.85rem;min-width:0;display:flex}.topbar__controls[data-v-4e7038b1]{flex-shrink:0;align-items:center;gap:.4rem;display:inline-flex}.brand[data-v-4e7038b1]{font-family:var(--font-display);letter-spacing:-.03em;cursor:pointer;align-items:center;gap:.65rem;font-weight:700;text-decoration:none;display:inline-flex}.brand__mark[data-v-4e7038b1]{background:var(--accent);width:.7rem;height:.7rem;box-shadow:0 0 0 6px var(--accent-soft);border-radius:999px;animation:2.8s ease-in-out infinite pulse-4e7038b1}.nav[data-v-4e7038b1]{gap:1.1rem;font-size:.95rem;display:flex}.nav a[data-v-4e7038b1]{color:var(--muted);cursor:pointer;text-decoration:none}.nav a[data-v-4e7038b1]:hover{color:var(--ink)}.footer[data-v-4e7038b1]{border-top:1px solid var(--line);color:var(--muted);flex-wrap:wrap;justify-content:space-between;gap:.75rem;margin-top:3rem;padding-top:1.25rem;font-size:.92rem;display:flex}.footer__links[data-v-4e7038b1]{gap:1rem;display:flex}.footer a[data-v-4e7038b1]{cursor:pointer;text-decoration:none}@keyframes pulse-4e7038b1{0%,to{box-shadow:0 0 0 6px var(--accent-soft)}50%{box-shadow:0 0 0 10px #e86f2a14}}@media (width<=720px){.topbar__right[data-v-4e7038b1]{gap:.55rem}.nav[data-v-4e7038b1]{gap:.65rem;font-size:.82rem}}@media (width<=560px){.nav a[data-v-4e7038b1]:first-child,.nav a[data-v-4e7038b1]:nth-child(2){display:none}}.project-card[data-v-74c42875]{border:1px solid var(--line);border-radius:var(--radius);background:var(--bg-elevated);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);height:100%;box-shadow:var(--shadow);color:inherit;cursor:pointer;flex-direction:column;text-decoration:none;transition:border-color .22s,box-shadow .22s,background-color .22s;display:flex;overflow:hidden}.project-card[data-v-74c42875]:not(.project-card--media){padding:1.35rem 1.4rem}.project-card[data-v-74c42875]:hover{border-color:color-mix(in srgb, var(--accent) 55%, var(--line));background:var(--card-hover);color:inherit;box-shadow:0 18px 40px var(--shadow-strong), 0 0 0 1px #e86f2a14}.project-card:hover .project-card__title[data-v-74c42875]{color:var(--accent)}.project-card:hover .project-card__live[data-v-74c42875]{text-underline-offset:.18em;text-decoration:underline}.project-card__media[data-v-74c42875]{aspect-ratio:16/9;background:var(--media-bg);line-height:0;display:block;overflow:hidden}.project-card__media img[data-v-74c42875]{object-fit:cover;object-position:center top;width:100%;height:100%;transition:transform .42s,filter .42s;display:block;transform:scale(1)}.project-card:hover .project-card__media img[data-v-74c42875]{filter:saturate(1.05)contrast(1.02);transform:scale(1.04)}.project-card__body[data-v-74c42875]{flex-direction:column;flex:1;min-height:0;padding:1.2rem 1.35rem 1.35rem;display:flex}.project-card:not(.project-card--media) .project-card__body[data-v-74c42875]{padding:0}.project-card__meta[data-v-74c42875]{color:var(--muted);margin:0 0 .55rem;font-size:.88rem}.project-card__title[data-v-74c42875]{font-family:var(--font-display);letter-spacing:-.03em;margin:0 0 .65rem;font-size:clamp(1.25rem,2vw,1.55rem);transition:color .22s}.project-card__summary[data-v-74c42875]{color:var(--muted);flex:1;font-size:.95rem;line-height:1.55}.project-card__summary p[data-v-74c42875]{margin:0 0 .65rem}.project-card__summary p[data-v-74c42875]:last-child{margin-bottom:0}.project-card__stack-label[data-v-74c42875]{letter-spacing:.06em;text-transform:uppercase;color:var(--muted);margin:1rem 0 .45rem;font-size:.72rem;font-weight:700}.project-card__stack[data-v-74c42875]{flex-wrap:wrap;gap:.45rem;margin:0;padding:0;list-style:none;display:flex}.project-card__stack li[data-v-74c42875]{background:var(--chip-bg);color:var(--muted);border-radius:999px;padding:.28rem .6rem;font-size:.78rem}.project-card__live[data-v-74c42875]{color:var(--accent);margin:1rem 0 0;font-weight:600;text-decoration:none}.reveal[data-v-95e4796b]{opacity:0;height:100%;transition:opacity .7s,transform .7s;transform:translateY(18px)}.reveal.is-visible[data-v-95e4796b]{opacity:1;transform:none}@media (prefers-reduced-motion:reduce){.reveal[data-v-95e4796b]{opacity:1;transition:none;transform:none}}.hero[data-v-cce19b77]{align-items:center;gap:2rem;min-height:calc(100svh - 5.5rem);padding:2.5rem 0 4rem;display:grid;position:relative;overflow:visible}.hero__copy[data-v-cce19b77]{z-index:1;gap:1rem;max-width:38rem;display:grid;position:relative}.hero__visual[data-v-cce19b77]{aspect-ratio:1;z-index:0;justify-self:center;width:min(340px,72vw);position:relative;overflow:visible}.hero__glow[data-v-cce19b77]{filter:blur(22px);pointer-events:none;z-index:0;background:radial-gradient(circle at 45% 45%,#e86f2a73,#ffaa6e38 42%,#0000 72%);border-radius:50%;width:88%;height:88%;animation:12s ease-in-out infinite alternate drift-cce19b77;position:absolute;top:-6%;right:-2%}.hero__photo-wrap[data-v-cce19b77]{z-index:1;background:linear-gradient(145deg,#e86f2a80,#ffbe9647 48%,#e86f2a2e);border-radius:50%;width:70%;height:70%;padding:3px;animation:.9s .2s both rise-cce19b77;position:absolute;bottom:4%;left:6%;box-shadow:0 16px 36px #12141a1f}.hero__photo[data-v-cce19b77]{object-fit:cover;background:var(--bg);border-radius:50%;width:100%;height:100%;display:block}.hero__role[data-v-cce19b77]{color:var(--muted);letter-spacing:.08em;text-transform:uppercase;margin:0;font-size:.78rem;font-weight:600;animation:.8s both rise-cce19b77}.hero__title[data-v-cce19b77]{font-family:var(--font-display);letter-spacing:-.05em;flex-direction:column;align-items:flex-start;gap:.08em;margin:0;font-size:clamp(2.6rem,8vw,4.8rem);line-height:1.02;animation:.9s 50ms both rise-cce19b77;display:flex}.hero__greet-line[data-v-cce19b77]{align-items:baseline;gap:.12em;min-height:1.05em;display:inline-flex;position:relative}.hero__greet[data-v-cce19b77]{color:var(--accent);white-space:nowrap;opacity:0;transition:opacity .42s,transform .42s;display:inline-block;transform:translateY(.22rem)}.hero__greet.is-in[data-v-cce19b77]{opacity:1;transform:none}.hero__comma[data-v-cce19b77]{display:inline-block;transform:translateY(-.02em)}.hero__name-line[data-v-cce19b77]{display:block}.hero__intro[data-v-cce19b77]{max-width:36rem;color:var(--muted);margin:0;font-size:1.08rem;line-height:1.6;animation:.9s .18s both rise-cce19b77}.hero__intro+.hero__intro[data-v-cce19b77]{margin-top:-.35rem}.hero__actions[data-v-cce19b77]{flex-wrap:wrap;gap:.75rem;margin-top:1.1rem;animation:.9s .24s both rise-cce19b77;display:flex}.section[data-v-cce19b77]{padding:4.5rem 0 1rem}.section__head[data-v-cce19b77]{max-width:38rem;margin-bottom:2rem}.eyebrow[data-v-cce19b77]{color:var(--accent);letter-spacing:.08em;text-transform:uppercase;margin:0 0 .6rem;font-size:.8rem;font-weight:700}.section h2[data-v-cce19b77]{font-family:var(--font-display);letter-spacing:-.04em;margin:0;font-size:clamp(1.8rem,4.5vw,3rem);line-height:1.08}.section__lead[data-v-cce19b77]{color:var(--muted);margin:.9rem 0 0;line-height:1.6}.section__lead+.section__lead[data-v-cce19b77]{margin-top:.55rem}.skills-label[data-v-cce19b77],.contact-mail-label[data-v-cce19b77]{letter-spacing:.06em;text-transform:uppercase;color:var(--muted);margin:0 0 .65rem;font-size:.72rem;font-weight:700}.project-grid[data-v-cce19b77]{grid-template-columns:1fr;align-items:stretch;gap:1rem;display:grid}.project-grid[data-v-cce19b77] .reveal,.project-grid[data-v-cce19b77] .project-card{height:100%}.about-grid[data-v-cce19b77]{gap:1.5rem;display:grid}.about-copy p[data-v-cce19b77]{color:var(--muted);max-width:40rem;margin:0 0 1rem;line-height:1.65}.section--contact[data-v-cce19b77]{padding-bottom:2rem}.contact-mail[data-v-cce19b77]{font-family:var(--font-display);letter-spacing:-.04em;cursor:pointer;margin-top:.15rem;font-size:clamp(1.5rem,5vw,2.6rem);text-decoration:none;display:inline-block}.contact-offer[data-v-cce19b77]{margin:.85rem 0 0}.contact-offer a[data-v-cce19b77]{color:var(--accent);font-weight:600;text-decoration:none}.contact-offer a[data-v-cce19b77]:hover{text-underline-offset:.18em;text-decoration:underline}.contact-socials[data-v-cce19b77]{gap:1rem;margin-top:1rem;display:flex}.contact-socials a[data-v-cce19b77]{color:var(--muted);cursor:pointer;text-decoration:none}@keyframes rise-cce19b77{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:none}}@keyframes drift-cce19b77{0%{transform:translate(-4%,-2%)scale(.98)}to{transform:translate(3%,4%)scale(1.03)}}@media (width>=900px){.hero[data-v-cce19b77]{grid-template-columns:minmax(0,1.2fr) minmax(300px,380px);gap:2rem 2.5rem}.hero__visual[data-v-cce19b77]{justify-self:end;width:min(360px,32vw)}}@media (width>=720px){.project-grid[data-v-cce19b77]{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width>=800px){.about-grid[data-v-cce19b77]{grid-template-columns:1.4fr 1fr;align-items:start}}@media (width>=1040px){.project-grid[data-v-cce19b77]{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (width<=899px){.hero__visual[data-v-cce19b77]{width:min(260px,68vw);margin-top:.25rem}}@media (width<=640px){.hero[data-v-cce19b77]{min-height:calc(100svh - 4.5rem);padding-top:1.5rem}}@font-face{font-family:Bricolage Grotesque;font-style:normal;font-weight:500 800;font-display:swap;src:url(/fonts/bricolage-grotesque-latin-ext.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Bricolage Grotesque;font-style:normal;font-weight:500 800;font-display:swap;src:url(/fonts/bricolage-grotesque-latin.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Figtree;font-style:normal;font-weight:400 700;font-display:swap;src:url(/fonts/figtree-latin-ext.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Figtree;font-style:normal;font-weight:400 700;font-display:swap;src:url(/fonts/figtree-latin.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}:root{--bg:#f3f1ec;--bg-elevated:#ffffff8c;--surface-solid:#fffcf8;--ink:#12141a;--muted:#5f646e;--line:#12141a1f;--accent:#e86f2a;--accent-soft:#e86f2a29;--radius:18px;--font-display:"Bricolage Grotesque", "Segoe UI", sans-serif;--font-body:"Figtree", "Segoe UI", sans-serif;--shadow:0 20px 50px #12141a14;--shadow-strong:#12141a1a;--chip-bg:#fff6;--card-hover:#ffffffb8;--media-bg:#ebe6df;--topbar-bg:linear-gradient(180deg, #f3f1ecf0, #f3f1ec9e);--body-glow-a:#e86f2a33;--body-glow-b:#ffaa6e2e;--body-grad-top:#f8f4ef;--body-grad-bottom:#ebe6df;color:var(--ink);background:var(--bg);font-family:var(--font-body);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased}html[data-theme=dark]{--bg:#12141a;--bg-elevated:#ffffff0d;--surface-solid:#1a1d25;--ink:#f3f1ec;--muted:#a8adb8;--line:#f3f1ec1f;--accent:#f08445;--accent-soft:#f084452e;--shadow:0 20px 50px #00000059;--shadow-strong:#00000073;--chip-bg:#ffffff0f;--card-hover:#ffffff14;--media-bg:#1e222b;--topbar-bg:linear-gradient(180deg, #12141af0, #12141ab8);--body-glow-a:#f0844529;--body-glow-b:#f0844514;--body-grad-top:#16181f;--body-grad-bottom:#0e1015;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth;overflow-x:clip}body{background:radial-gradient(900px 520px at 12% -10%, var(--body-glow-a), transparent 60%), radial-gradient(700px 480px at 92% 8%, var(--body-glow-b), transparent 55%), linear-gradient(180deg, var(--body-grad-top) 0%, var(--bg) 42%, var(--body-grad-bottom) 100%);background-attachment:fixed;min-width:320px;min-height:100vh;margin:0;overflow-x:clip}body:before{content:"";pointer-events:none;opacity:.35;mix-blend-mode:soft-light;z-index:0;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.45'/%3E%3C/svg%3E");position:fixed;inset:0}html[data-theme=dark] body:before{opacity:.22;mix-blend-mode:overlay}a{color:inherit;text-underline-offset:.18em;text-decoration-thickness:1px}a:hover{color:var(--accent)}button,.btn{font:inherit}#app{z-index:1;position:relative}.shell{width:min(1280px,100% - 2rem);margin-inline:auto}.btn{cursor:pointer;border:1px solid #0000;border-radius:999px;justify-content:center;align-items:center;min-height:2.75rem;padding:.7rem 1.15rem;text-decoration:none;transition:transform .18s,background .18s,border-color .18s,color .18s;display:inline-flex}.btn:hover{color:inherit;transform:translateY(-1px)}.btn--primary{background:var(--ink);color:var(--bg)}.btn--primary:hover{background:var(--accent);color:#fff}.btn--ghost{border-color:var(--line);background:var(--bg-elevated)}.tag-label{letter-spacing:.06em;text-transform:uppercase;color:var(--muted);margin:0 0 .65rem;font-size:.72rem;font-weight:700}.tag-list{flex-wrap:wrap;gap:.55rem;margin:0;padding:0;list-style:none;display:flex}.tag-list li{border:1px solid var(--line);background:var(--chip-bg);color:var(--ink);border-radius:999px;padding:.55rem .85rem;font-size:.92rem}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition:none!important;animation:none!important}}
