*{margin:0;padding:0;box-sizing:border-box}:root{--surface: #1a1a1a;--surface-dim: #141414;--surface-bright: #2a2a2a;--surface-container-lowest: #111111;--surface-container-low: #1e1e1e;--surface-container: #232323;--surface-container-high: #2d2d2d;--surface-container-highest: #353535;--surface-variant: #3a3a3a;--background: #1a1a1a;--primary: #c9a96e;--primary-dim: #b8944f;--primary-container: #c9a96e;--primary-fixed: #c9a96e;--on-primary: #1a1a1a;--on-surface: #f5f2ec;--on-surface-variant: #c4bfb5;--on-background: #f5f2ec;--accent-warm: #d4a574;--accent-cool: #8a9bae;--accent-muted: #7a7a6e;--border: rgba(201, 169, 110, .12);--border-hover: rgba(201, 169, 110, .3);--border-subtle: rgba(240, 236, 228, .06);--outline: #5a5a52;--outline-variant: #3a3a34;--font-headline: "Playfair Display", Georgia, serif;--font-body: "DM Sans", -apple-system, sans-serif;--font-mono: "IBM Plex Mono", "Consolas", monospace;--font-label: "DM Sans", sans-serif;--section-padding: clamp(5rem, 12vh, 10rem);--container-max: 1200px}html{scroll-behavior:smooth;overflow-x:hidden;max-width:100vw}body{font-family:var(--font-body);background:var(--background);color:var(--on-surface);line-height:1.7;overflow-x:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:100%;max-width:100vw}#app{position:relative;z-index:1;overflow-x:hidden;max-width:100vw}::selection{background:#c9a96e4d;color:var(--on-surface)}::-webkit-scrollbar{width:5px}::-webkit-scrollbar-track{background:var(--surface-dim)}::-webkit-scrollbar-thumb{background:var(--outline-variant);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--primary)}.container{max-width:var(--container-max);margin:0 auto;padding:0 5%;min-width:0}.section{padding:var(--section-padding) 0;position:relative;overflow-x:hidden}a{color:var(--primary);transition:all .4s cubic-bezier(.25,.46,.45,.94);text-decoration:none}a:hover{color:var(--on-surface)}.material-symbols-outlined{font-variation-settings:"FILL" 0,"wght" 300,"GRAD" 0,"opsz" 24}@keyframes fade-up{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes gentle-pulse{0%,to{opacity:.4}50%{opacity:1}}.custom-cursor{position:fixed;top:0;left:0;width:6px;height:6px;background:var(--primary);border-radius:50%;pointer-events:none;z-index:10000;transform:translate(-50%,-50%);mix-blend-mode:difference;transition:width .3s,height .3s;will-change:transform}.cursor-follower{position:fixed;top:0;left:0;width:36px;height:36px;border:1px solid rgba(201,169,110,.25);border-radius:50%;pointer-events:none;z-index:9999;transform:translate(-50%,-50%);transition:width .4s,height .4s,border-color .4s;will-change:transform}.cursor-active .custom-cursor{width:10px;height:10px}.cursor-active .cursor-follower{width:52px;height:52px;border-color:#c9a96e66}.reveal{opacity:0;transform:translateY(30px);will-change:opacity,transform}.reveal.visible{opacity:1;transform:translateY(0)}[data-reveal]{opacity:0}[data-reveal=up]{transform:translateY(40px)}[data-reveal=left]{transform:translate(-40px)}[data-reveal=right]{transform:translate(40px)}[data-reveal=scale]{transform:scale(.95)}[data-reveal=fade]{transform:translateY(0)}[data-reveal].sm-visible{opacity:1;transform:none}[data-stagger]>*{opacity:0;transform:translateY(20px);will-change:opacity,transform}[data-stagger]>*.sm-visible{opacity:1;transform:none}.page-transition-overlay{position:fixed;inset:0;z-index:9998;background:var(--surface-dim);pointer-events:none}@media(max-width:480px){:root{--section-padding: clamp(3rem, 8vh, 4rem)}.container{padding:0 1.25rem}}@media(max-width:768px){:root{--section-padding: clamp(3.5rem, 8vh, 5rem)}.container{padding:0 6%}.custom-cursor,.cursor-follower{display:none!important}}@media(pointer:coarse){.custom-cursor,.cursor-follower{display:none!important}}.nav[data-v-1d4b7fb3]{position:fixed;top:0;left:0;right:0;z-index:1000;height:80px;background:transparent;transition:all .5s cubic-bezier(.25,.46,.45,.94)}.nav.scrolled[data-v-1d4b7fb3]{background:#1a1a1aeb;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid var(--border)}.nav-inner[data-v-1d4b7fb3]{display:flex;justify-content:space-between;align-items:center;height:80px}.nav-brand[data-v-1d4b7fb3]{font-family:var(--font-headline);font-size:1.3rem;font-weight:500;font-style:italic;color:var(--on-surface);text-decoration:none;letter-spacing:.01em;transition:color .3s}.nav-brand[data-v-1d4b7fb3]:hover{color:var(--primary)}.nav-links[data-v-1d4b7fb3]{display:flex;list-style:none;gap:3rem;align-items:center}.nav-links a[data-v-1d4b7fb3]{color:var(--on-surface-variant);text-decoration:none;font-family:var(--font-body);font-size:.85rem;font-weight:400;padding:.5rem 0;transition:color .3s ease;position:relative;letter-spacing:.02em}.nav-links a[data-v-1d4b7fb3]:after{content:"";position:absolute;bottom:0;left:0;width:0;height:1px;background:var(--primary);transition:width .4s cubic-bezier(.25,.46,.45,.94)}.nav-links a[data-v-1d4b7fb3]:hover{color:var(--on-surface)}.nav-links a[data-v-1d4b7fb3]:hover:after{width:100%}.nav-right[data-v-1d4b7fb3]{display:flex;align-items:center;gap:1rem}.nav-email[data-v-1d4b7fb3]{font-family:var(--font-mono);font-size:.7rem;color:var(--on-surface-variant);text-decoration:none;letter-spacing:.02em;transition:color .3s}.nav-email[data-v-1d4b7fb3]:hover{color:var(--primary)}.mobile-toggle[data-v-1d4b7fb3]{display:none;background:none;border:none;color:var(--on-surface);cursor:pointer;padding:.4rem}@media(max-width:768px){.nav[data-v-1d4b7fb3],.nav-inner[data-v-1d4b7fb3]{height:64px}.mobile-toggle[data-v-1d4b7fb3]{display:flex}.nav-email[data-v-1d4b7fb3]{display:none}.nav-links[data-v-1d4b7fb3]{position:fixed;top:64px;left:0;right:0;background:#1a1a1afa;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);flex-direction:column;padding:2.5rem;gap:2rem;transform:translateY(-120%);transition:transform .4s cubic-bezier(.25,.46,.45,.94);z-index:999;border-bottom:1px solid var(--border)}.nav-links.open[data-v-1d4b7fb3]{transform:translateY(0)}.nav-links a[data-v-1d4b7fb3]{font-size:1rem}}.footer[data-v-69f0294a]{width:100%;background:var(--surface-dim);border-top:1px solid var(--border-subtle);padding:2.5rem 0}.footer-inner[data-v-69f0294a]{display:flex;justify-content:space-between;align-items:center}.footer-left[data-v-69f0294a]{display:flex;align-items:center;gap:1rem}.footer-brand[data-v-69f0294a]{font-family:var(--font-headline);font-size:.9rem;font-weight:500;font-style:italic;color:var(--on-surface)}.footer-copy[data-v-69f0294a]{font-family:var(--font-mono);font-size:.6rem;letter-spacing:.15em;color:var(--on-surface-variant);opacity:.5}.footer-right[data-v-69f0294a]{display:flex;align-items:center;gap:2rem}.footer-right a[data-v-69f0294a]{font-family:var(--font-mono);font-size:.65rem;letter-spacing:.1em;color:var(--on-surface-variant);text-decoration:none;transition:color .3s}.footer-right a[data-v-69f0294a]:hover{color:var(--primary)}@media(max-width:640px){.footer-inner[data-v-69f0294a]{flex-direction:column;gap:1.5rem;text-align:center}.footer-left[data-v-69f0294a]{flex-direction:column;gap:.5rem}.footer-right[data-v-69f0294a]{gap:1.25rem}}.app-wrapper[data-v-bb84f015]{position:relative;min-height:100vh;overflow-x:hidden;max-width:100vw}main[data-v-bb84f015]{position:relative;z-index:1}.page-transition-overlay[data-v-bb84f015]{position:fixed;inset:0;z-index:9998;background:var(--surface-dim);pointer-events:none;opacity:0}.hero[data-v-fc58f4ee]{position:relative;min-height:100vh;min-height:100svh;display:flex;align-items:flex-end;padding-bottom:8rem;overflow:hidden}.hero-bg[data-v-fc58f4ee]{position:absolute;inset:0;z-index:0}.hero-bg-img[data-v-fc58f4ee]{width:100%;height:100%;object-fit:cover;object-position:center 40%;transform:scale(1);will-change:transform}.hero-overlay[data-v-fc58f4ee]{position:absolute;inset:0;background:linear-gradient(to right,#141414f0,#141414a6,#14141459),linear-gradient(to top,rgba(26,26,26,1) 0%,rgba(26,26,26,.4) 35%,transparent 60%)}.hero-content[data-v-fc58f4ee]{position:relative;z-index:10;max-width:650px}.hero-label-wrap[data-v-fc58f4ee]{overflow:hidden;margin-bottom:1.5rem}.hero-label[data-v-fc58f4ee]{display:block;font-family:var(--font-mono);font-size:.72rem;font-weight:400;letter-spacing:.15em;text-transform:uppercase;color:var(--primary)}.hero-name[data-v-fc58f4ee]{display:flex;flex-direction:column;margin-bottom:2rem;overflow:hidden}.hero-name-line[data-v-fc58f4ee]{display:block;font-family:var(--font-headline);font-size:clamp(4rem,12vw,7.5rem);font-weight:700;line-height:.95;letter-spacing:-.03em;color:var(--on-surface);text-shadow:0 2px 40px rgba(0,0,0,.3);will-change:transform,opacity}.hero-tagline[data-v-fc58f4ee]{font-family:var(--font-body);font-size:1.1rem;line-height:1.7;color:var(--on-surface-variant);max-width:480px;margin-bottom:2.5rem;text-shadow:0 1px 20px rgba(0,0,0,.4)}.hero-socials[data-v-fc58f4ee]{display:flex;gap:1.25rem}.hero-socials a[data-v-fc58f4ee]{width:42px;height:42px;display:flex;align-items:center;justify-content:center;color:var(--on-surface);border:1px solid rgba(245,242,236,.2);border-radius:50%;transition:all .4s cubic-bezier(.25,.46,.45,.94);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#1a1a1a4d}.hero-socials a[data-v-fc58f4ee]:hover{color:var(--primary);border-color:var(--primary);transform:translateY(-3px);background:#c9a96e1a}.hero-scroll-hint[data-v-fc58f4ee]{position:absolute;bottom:2.5rem;right:5%;display:flex;flex-direction:column;align-items:center;gap:.75rem;z-index:10}.hero-scroll-hint span[data-v-fc58f4ee]{font-family:var(--font-mono);font-size:.6rem;letter-spacing:.2em;text-transform:uppercase;color:var(--on-surface-variant);writing-mode:vertical-lr}.scroll-line[data-v-fc58f4ee]{width:1px;height:50px;background:linear-gradient(to bottom,var(--primary),transparent);animation:gentle-pulse 2s ease-in-out infinite}@media(max-width:768px){.hero[data-v-fc58f4ee]{align-items:flex-end;padding-bottom:3.5rem;min-height:100svh}.hero-overlay[data-v-fc58f4ee]{background:linear-gradient(to bottom,#14141480,#141414d9,#1a1a1a)}.hero-name-line[data-v-fc58f4ee]{font-size:clamp(3rem,15vw,5rem)}.hero-tagline[data-v-fc58f4ee]{font-size:1rem}.hero-socials a[data-v-fc58f4ee]{width:38px;height:38px}.hero-scroll-hint[data-v-fc58f4ee]{display:none}}@media(max-width:480px){.hero[data-v-fc58f4ee]{padding-bottom:2.5rem}.hero-name-line[data-v-fc58f4ee]{font-size:clamp(2.5rem,14vw,4rem)}.hero-label[data-v-fc58f4ee]{font-size:.6rem}.hero-tagline[data-v-fc58f4ee]{font-size:.9rem}}.about[data-v-94d73759]{position:relative;border-top:1px solid var(--border-subtle)}.about-grid[data-v-94d73759]{display:grid;grid-template-columns:1.2fr 1fr;gap:6rem;align-items:start}.section-eyebrow[data-v-94d73759]{display:block;font-family:var(--font-mono);font-size:.65rem;font-weight:400;letter-spacing:.2em;text-transform:uppercase;color:var(--primary);margin-bottom:2rem}.about-heading[data-v-94d73759]{font-family:var(--font-headline);font-size:clamp(2rem,4vw,3rem);font-weight:600;line-height:1.15;letter-spacing:-.02em;color:var(--on-surface);margin-bottom:2rem}.about-heading em[data-v-94d73759]{color:var(--primary);font-style:italic}.about-body[data-v-94d73759]{font-size:1rem;line-height:1.8;color:var(--on-surface-variant);max-width:520px}.about-right[data-v-94d73759]{padding-top:3rem}.stack-title[data-v-94d73759]{font-family:var(--font-mono);font-size:.65rem;font-weight:400;letter-spacing:.15em;text-transform:uppercase;color:var(--on-surface-variant);margin-bottom:1.25rem}.stack-tags[data-v-94d73759]{display:flex;flex-wrap:wrap;gap:.5rem}.stack-tag[data-v-94d73759]{font-family:var(--font-mono);font-size:.72rem;padding:.4rem .85rem;background:var(--surface-container);border:1px solid var(--border);border-radius:4px;color:var(--on-surface-variant);transition:all .3s;cursor:default}.stack-tag[data-v-94d73759]:hover{border-color:var(--primary);color:var(--primary)}@media(max-width:768px){.about-grid[data-v-94d73759]{grid-template-columns:1fr;gap:2.5rem}.about-right[data-v-94d73759]{padding-top:0}.about-heading[data-v-94d73759]{font-size:clamp(1.75rem,6vw,2.5rem)}.about-body[data-v-94d73759]{font-size:.95rem}}@media(max-width:480px){.about-heading[data-v-94d73759]{font-size:clamp(1.5rem,7vw,2rem)}}.featured[data-v-bab360b5]{position:relative;border-top:1px solid var(--border-subtle)}.featured-header[data-v-bab360b5]{margin-bottom:4rem}.section-eyebrow[data-v-bab360b5]{display:block;font-family:var(--font-mono);font-size:.65rem;font-weight:400;letter-spacing:.2em;text-transform:uppercase;color:var(--primary);margin-bottom:1.5rem}.featured-title[data-v-bab360b5]{font-family:var(--font-headline);font-size:clamp(2rem,4vw,3rem);font-weight:600;letter-spacing:-.02em;color:var(--on-surface)}.featured-list[data-v-bab360b5]{display:flex;flex-direction:column;gap:1px}.featured-item[data-v-bab360b5]{display:grid;grid-template-columns:1fr 1fr;gap:3rem;padding:3rem 0;text-decoration:none;color:inherit;border-top:1px solid var(--border-subtle);transition:all .5s cubic-bezier(.25,.46,.45,.94)}.featured-item[data-v-bab360b5]:last-child{border-bottom:1px solid var(--border-subtle)}.featured-item[data-v-bab360b5]:hover{padding-left:1rem}.featured-item:hover .feat-img[data-v-bab360b5]{transform:translateY(-5%) scale(1.03)}.featured-item:hover h3[data-v-bab360b5]{color:var(--primary)}.item-image[data-v-bab360b5]{aspect-ratio:16/10;overflow:hidden;border-radius:6px;background:var(--surface-container)}.feat-img[data-v-bab360b5]{width:100%;height:115%;object-fit:cover;transform:translateY(-5%);transition:transform .8s cubic-bezier(.25,.46,.45,.94)}.item-info[data-v-bab360b5]{display:flex;flex-direction:column;justify-content:center;gap:1rem}.item-meta[data-v-bab360b5]{display:flex;align-items:center;gap:1.5rem}.item-index[data-v-bab360b5]{font-family:var(--font-mono);font-size:.65rem;color:var(--on-surface-variant);letter-spacing:.1em}.item-tags[data-v-bab360b5]{display:flex;gap:.4rem;flex-wrap:wrap}.tag[data-v-bab360b5]{font-family:var(--font-mono);font-size:.6rem;padding:.25rem .6rem;border:1px solid var(--border);border-radius:3px;color:var(--on-surface-variant);letter-spacing:.02em}.item-info h3[data-v-bab360b5]{font-family:var(--font-headline);font-size:1.8rem;font-weight:600;color:var(--on-surface);transition:color .3s;letter-spacing:-.01em}.item-info p[data-v-bab360b5]{font-size:.9rem;color:var(--on-surface-variant);line-height:1.6;max-width:400px}.item-footer[data-v-bab360b5]{margin-top:.5rem}.live-link[data-v-bab360b5]{display:inline-flex;align-items:center;gap:.5rem;font-family:var(--font-body);font-size:.8rem;color:var(--primary);text-decoration:none;transition:gap .3s}.live-link[data-v-bab360b5]:hover{gap:.75rem;color:var(--on-surface)}.featured-cta[data-v-bab360b5]{margin-top:5rem;display:flex;justify-content:center}.cta-link[data-v-bab360b5]{display:inline-flex;align-items:center;gap:.75rem;font-family:var(--font-body);font-size:.95rem;font-weight:600;color:var(--on-primary);background:var(--primary);text-decoration:none;padding:1.2rem 3rem;border-radius:4px;transition:all .4s cubic-bezier(.25,.46,.45,.94);box-shadow:0 4px 20px #c9a96e33}.cta-link[data-v-bab360b5]:hover{transform:translateY(-4px);box-shadow:0 8px 30px #c9a96e59;gap:1rem}@media(max-width:768px){.featured-item[data-v-bab360b5]{grid-template-columns:1fr;gap:1.5rem;padding:2rem 0}.featured-item[data-v-bab360b5]:hover{padding-left:0}.item-info h3[data-v-bab360b5]{font-size:1.4rem}}.timeline[data-v-abf61af7]{position:relative;border-top:1px solid var(--border-subtle)}.timeline-header[data-v-abf61af7]{margin-bottom:5rem}.section-eyebrow[data-v-abf61af7]{display:block;font-family:var(--font-mono);font-size:.65rem;font-weight:400;letter-spacing:.2em;text-transform:uppercase;color:var(--primary);margin-bottom:1.5rem}.timeline-title[data-v-abf61af7]{font-family:var(--font-headline);font-size:clamp(2rem,4vw,3rem);font-weight:600;letter-spacing:-.02em;color:var(--on-surface)}.timeline-track[data-v-abf61af7]{position:relative;max-width:700px;margin:0 auto;padding-left:3rem}.track-line[data-v-abf61af7]{position:absolute;left:0;top:0;bottom:0;width:1px;background:linear-gradient(to bottom,var(--primary),var(--border),transparent)}.timeline-item[data-v-abf61af7]{position:relative;padding-bottom:4rem}.timeline-item[data-v-abf61af7]:last-child{padding-bottom:0}.item-dot[data-v-abf61af7]{position:absolute;left:-3rem;top:.5rem;width:9px;height:9px;border-radius:50%;background:var(--primary);transform:translate(-50%);box-shadow:0 0 0 4px var(--surface),0 0 0 5px var(--border)}.item-card[data-v-abf61af7]{padding-left:0}.item-year[data-v-abf61af7]{display:inline-block;font-family:var(--font-mono);font-size:.65rem;letter-spacing:.15em;color:var(--primary);margin-bottom:.75rem;padding:.2rem .6rem;border:1px solid var(--border);border-radius:3px}.item-card h3[data-v-abf61af7]{font-family:var(--font-headline);font-size:1.3rem;font-weight:600;color:var(--on-surface);margin-bottom:.35rem;letter-spacing:-.01em}.item-place[data-v-abf61af7]{font-family:var(--font-body);font-size:.8rem;color:var(--on-surface-variant);margin-bottom:.75rem}.item-desc[data-v-abf61af7]{font-size:.85rem;color:var(--on-surface-variant);line-height:1.6;opacity:.7;max-width:450px}@media(max-width:768px){.timeline-track[data-v-abf61af7]{padding-left:2rem}.item-dot[data-v-abf61af7]{left:-2rem}}.skills[data-v-04aedb44]{position:relative;border-top:1px solid var(--border-subtle)}.skills-header[data-v-04aedb44]{margin-bottom:4rem}.section-eyebrow[data-v-04aedb44]{display:block;font-family:var(--font-mono);font-size:.65rem;font-weight:400;letter-spacing:.2em;text-transform:uppercase;color:var(--primary);margin-bottom:1.5rem}.skills-title[data-v-04aedb44]{font-family:var(--font-headline);font-size:clamp(2rem,4vw,3rem);font-weight:600;letter-spacing:-.02em;color:var(--on-surface)}.skills-grid[data-v-04aedb44]{display:grid;grid-template-columns:repeat(3,1fr);gap:2.5rem}.skill-group[data-v-04aedb44]{padding:2rem;background:var(--surface-container-low);border:1px solid var(--border);border-radius:8px;transition:border-color .4s}.skill-group[data-v-04aedb44]:hover{border-color:var(--border-hover)}.group-header[data-v-04aedb44]{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.group-icon[data-v-04aedb44]{font-size:1.25rem;color:var(--primary)}.group-header h3[data-v-04aedb44]{font-family:var(--font-headline);font-size:1.15rem;font-weight:600;color:var(--on-surface);letter-spacing:-.01em}.group-desc[data-v-04aedb44]{font-size:.8rem;color:var(--on-surface-variant);line-height:1.6;margin-bottom:1.5rem;opacity:.7}.skill-list[data-v-04aedb44]{list-style:none;display:flex;flex-direction:column;gap:1rem}.skill-list li[data-v-04aedb44]{display:flex;flex-direction:column;gap:.2rem;padding-bottom:1rem;border-bottom:1px solid var(--border-subtle)}.skill-list li[data-v-04aedb44]:last-child{padding-bottom:0;border-bottom:none}.skill-name[data-v-04aedb44]{font-family:var(--font-body);font-size:.85rem;font-weight:500;color:var(--on-surface)}.skill-detail[data-v-04aedb44]{font-size:.75rem;color:var(--on-surface-variant);opacity:.6;line-height:1.5}@media(max-width:768px){.skills-grid[data-v-04aedb44]{grid-template-columns:1fr;gap:1.5rem}}.contact[data-v-9e9dece2]{position:relative;border-top:1px solid var(--border-subtle)}.contact-layout[data-v-9e9dece2]{display:grid;grid-template-columns:1fr 1fr;gap:6rem;align-items:start}.section-eyebrow[data-v-9e9dece2]{display:block;font-family:var(--font-mono);font-size:.65rem;font-weight:400;letter-spacing:.2em;text-transform:uppercase;color:var(--primary);margin-bottom:2rem}.contact-heading[data-v-9e9dece2]{font-family:var(--font-headline);font-size:clamp(2.5rem,5vw,3.5rem);font-weight:600;line-height:1.1;letter-spacing:-.02em;color:var(--on-surface);margin-bottom:1.5rem}.contact-heading em[data-v-9e9dece2]{color:var(--primary);font-style:italic}.contact-sub[data-v-9e9dece2]{font-size:.95rem;color:var(--on-surface-variant);line-height:1.7;margin-bottom:3rem;max-width:400px}.contact-links[data-v-9e9dece2]{display:flex;flex-direction:column;gap:1.5rem}.contact-email[data-v-9e9dece2]{display:inline-flex;align-items:center;gap:.5rem;font-family:var(--font-body);font-size:1.05rem;font-weight:500;color:var(--on-surface);text-decoration:none;transition:color .3s,gap .3s}.contact-email[data-v-9e9dece2]:hover{color:var(--primary);gap:.75rem}.contact-socials[data-v-9e9dece2]{display:flex;gap:1.5rem}.contact-socials a[data-v-9e9dece2]{font-family:var(--font-mono);font-size:.7rem;letter-spacing:.1em;color:var(--on-surface-variant);text-decoration:none;transition:color .3s}.contact-socials a[data-v-9e9dece2]:hover{color:var(--primary)}.contact-form[data-v-9e9dece2]{display:flex;flex-direction:column;gap:2rem}.form-field[data-v-9e9dece2]{display:flex;flex-direction:column;gap:.5rem}.form-field label[data-v-9e9dece2]{font-family:var(--font-mono);font-size:.6rem;text-transform:uppercase;letter-spacing:.15em;color:var(--on-surface-variant);transition:color .3s}.form-field:focus-within label[data-v-9e9dece2]{color:var(--primary)}.form-field input[data-v-9e9dece2],.form-field textarea[data-v-9e9dece2]{width:100%;background:transparent;border:none;border-bottom:1px solid var(--outline-variant);padding:.75rem 0;font-family:var(--font-body);font-size:.9rem;color:var(--on-surface);outline:none;transition:border-color .4s;resize:none}.form-field input[data-v-9e9dece2]::placeholder,.form-field textarea[data-v-9e9dece2]::placeholder{color:#a09a904d}.form-field input[data-v-9e9dece2]:focus,.form-field textarea[data-v-9e9dece2]:focus{border-bottom-color:var(--primary)}.submit-btn[data-v-9e9dece2]{align-self:flex-start;padding:.9rem 2.5rem;background:transparent;color:var(--on-surface);font-family:var(--font-body);font-size:.85rem;font-weight:500;border:1px solid var(--border);border-radius:4px;cursor:pointer;transition:all .4s cubic-bezier(.25,.46,.45,.94)}.submit-btn span[data-v-9e9dece2]{display:inline-flex;align-items:center;gap:.5rem}.submit-btn[data-v-9e9dece2]:hover:not(:disabled){border-color:var(--primary);color:var(--primary)}.submit-btn[data-v-9e9dece2]:disabled{opacity:.5;cursor:wait}@media(max-width:768px){.contact-layout[data-v-9e9dece2]{grid-template-columns:1fr;gap:3rem}}.splash-screen[data-v-776f5b19]{position:fixed;inset:0;z-index:9997;background:var(--surface-dim);display:flex;align-items:center;justify-content:center}.splash-content[data-v-776f5b19]{text-align:center;display:flex;flex-direction:column;align-items:center;gap:1rem}.splash-eyebrow[data-v-776f5b19]{font-family:var(--font-mono);font-size:.7rem;letter-spacing:.25em;text-transform:uppercase;color:var(--primary)}.splash-title[data-v-776f5b19]{font-family:var(--font-headline);font-size:clamp(3.5rem,10vw,6rem);font-weight:700;font-style:italic;color:var(--on-surface);letter-spacing:-.03em;line-height:1}.splash-line[data-v-776f5b19]{width:80px;height:1px;background:var(--primary);transform-origin:center}.projects-page[data-v-776f5b19]{padding-top:8rem;padding-bottom:5rem}.page-header[data-v-776f5b19]{margin-bottom:4rem}.back-link[data-v-776f5b19]{display:inline-flex;align-items:center;gap:.5rem;font-family:var(--font-body);font-size:.85rem;font-weight:500;color:var(--on-surface-variant);text-decoration:none;margin-bottom:2rem;transition:color .3s ease}.back-link[data-v-776f5b19]:hover{color:var(--primary)}.back-link .material-symbols-outlined[data-v-776f5b19]{font-size:1rem}.page-title[data-v-776f5b19]{font-family:var(--font-headline);font-size:clamp(2.5rem,6vw,4rem);font-weight:700;color:var(--on-surface);margin-bottom:1rem;letter-spacing:-.02em}.page-desc[data-v-776f5b19]{font-size:1.05rem;color:var(--on-surface-variant);line-height:1.7;max-width:550px}.projects-list[data-v-776f5b19]{display:flex;flex-direction:column;gap:2rem}.project-entry[data-v-776f5b19]{display:grid;grid-template-columns:400px 1fr;gap:3.5rem;padding:2.5rem;border:1px solid var(--border-subtle);border-radius:8px;background:var(--surface-container-low);cursor:pointer;position:relative;overflow:hidden;transition:all .5s cubic-bezier(.25,.46,.45,.94)}.project-entry[data-v-776f5b19]:hover{border-color:var(--border-hover);background:var(--surface-container);transform:translateY(-4px)}.entry-visual[data-v-776f5b19]{position:relative}.entry-image[data-v-776f5b19]{border-radius:6px;overflow:hidden;aspect-ratio:16/10;position:relative;border:1px solid var(--border)}.entry-image img[data-v-776f5b19]{width:100%;height:100%;object-fit:cover;transition:transform .8s cubic-bezier(.25,.46,.45,.94)}.project-entry:hover .entry-image img[data-v-776f5b19]{transform:scale(1.05)}.entry-info[data-v-776f5b19]{display:flex;flex-direction:column;justify-content:center;gap:1rem}.entry-type[data-v-776f5b19]{font-family:var(--font-mono);font-size:.65rem;color:var(--primary);display:inline-block;padding:.25rem .6rem;border-radius:4px;border:1px solid var(--border);letter-spacing:.1em;text-transform:uppercase;align-self:flex-start}.entry-title[data-v-776f5b19]{font-family:var(--font-headline);font-size:1.8rem;font-weight:600;color:var(--on-surface);transition:color .3s ease;letter-spacing:-.01em}.project-entry:hover .entry-title[data-v-776f5b19]{color:var(--primary)}.entry-desc[data-v-776f5b19]{font-size:.95rem;color:var(--on-surface-variant);line-height:1.7}.entry-tech[data-v-776f5b19]{display:flex;flex-wrap:wrap;gap:.4rem}.tech-tag[data-v-776f5b19]{font-family:var(--font-mono);font-size:.68rem;padding:.25rem .6rem;border:1px solid var(--border-subtle);border-radius:3px;color:var(--on-surface-variant)}.entry-footer[data-v-776f5b19]{margin-top:.5rem;display:flex;align-items:center}.live-link[data-v-776f5b19]{display:inline-flex;align-items:center;gap:.5rem;font-family:var(--font-body);font-size:.85rem;font-weight:500;color:var(--on-surface);padding:.7rem 1.4rem;border:1px solid var(--border);border-radius:4px;text-decoration:none;transition:all .4s cubic-bezier(.25,.46,.45,.94)}.live-link[data-v-776f5b19]:hover{border-color:var(--primary);color:var(--primary);gap:.75rem}.private-badge[data-v-776f5b19]{font-family:var(--font-mono);font-size:.72rem;color:var(--on-surface-variant);padding:.5rem 1rem;border:1px solid var(--border-subtle);border-radius:4px;opacity:.7}.modal-fade-enter-active[data-v-776f5b19],.modal-fade-leave-active[data-v-776f5b19]{transition:opacity .4s ease}.modal-fade-enter-from[data-v-776f5b19],.modal-fade-leave-to[data-v-776f5b19]{opacity:0}.modal-bg[data-v-776f5b19]{position:fixed;inset:0;background:#141414f5;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:9999;display:flex;align-items:center;justify-content:center;padding:2rem}.modal-box[data-v-776f5b19]{background:var(--surface);width:100%;max-width:1200px;height:90vh;border-radius:8px;border:1px solid var(--border);display:flex;flex-direction:column;position:relative;overflow:hidden}.modal-close[data-v-776f5b19]{position:absolute;top:1.5rem;right:1.5rem;width:40px;height:40px;border-radius:50%;border:1px solid var(--border);background:var(--surface-dim);color:var(--on-surface);display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10;transition:all .3s}.modal-close[data-v-776f5b19]:hover{background:var(--primary);color:var(--surface)}.modal-body[data-v-776f5b19]{display:grid;grid-template-columns:1.5fr 1fr;height:100%;overflow:hidden}.modal-gallery[data-v-776f5b19]{padding:2rem;display:flex;flex-direction:column;gap:1.5rem;background:var(--surface-dim)}.gallery-main[data-v-776f5b19]{flex:1;position:relative;border-radius:6px;border:1px solid var(--border);overflow:hidden;background:var(--surface-container-lowest);display:flex;align-items:center;justify-content:center}.gallery-main img[data-v-776f5b19]{max-width:100%;max-height:100%;object-fit:contain}.gal-btn[data-v-776f5b19]{position:absolute;top:50%;transform:translateY(-50%);width:40px;height:40px;background:#141414d9;border:1px solid var(--border);color:var(--on-surface);font-size:1.25rem;display:flex;align-items:center;justify-content:center;cursor:pointer;border-radius:50%;transition:all .3s}.gal-btn[data-v-776f5b19]:hover{background:var(--primary);color:var(--surface)}.gal-btn.prev[data-v-776f5b19]{left:1rem}.gal-btn.next[data-v-776f5b19]{right:1rem}.gallery-meta[data-v-776f5b19]{position:absolute;bottom:1rem;left:1rem;background:#141414d9;padding:.4rem .8rem;border-radius:4px;border:1px solid var(--border);font-family:var(--font-mono);font-size:.72rem;color:var(--on-surface-variant)}.thumbs[data-v-776f5b19]{display:flex;gap:.75rem;height:75px;overflow-x:auto;padding-bottom:.5rem}.thumb[data-v-776f5b19]{width:110px;flex-shrink:0;border-radius:4px;overflow:hidden;cursor:pointer;position:relative;border:1px solid transparent;transition:border-color .3s}.thumb img[data-v-776f5b19]{width:100%;height:100%;object-fit:cover}.thumb-tint[data-v-776f5b19]{position:absolute;inset:0;background:#14141499;transition:opacity .3s}.thumb:hover .thumb-tint[data-v-776f5b19]{opacity:.3}.thumb.on[data-v-776f5b19]{border-color:var(--primary)}.thumb.on .thumb-tint[data-v-776f5b19]{opacity:0}.modal-sidebar[data-v-776f5b19]{padding:3rem 2.5rem;overflow-y:auto;border-left:1px solid var(--border)}.sidebar-section[data-v-776f5b19]{margin-bottom:2.5rem}.modal-title[data-v-776f5b19]{font-family:var(--font-headline);font-size:2rem;font-weight:600;color:var(--on-surface);margin-bottom:1rem;letter-spacing:-.01em}.modal-link[data-v-776f5b19]{display:inline-flex;align-items:center;gap:.5rem;font-family:var(--font-body);font-size:.9rem;color:var(--primary);text-decoration:none}.modal-link[data-v-776f5b19]:hover{text-decoration:underline}.modal-desc[data-v-776f5b19]{font-size:1rem;color:var(--on-surface-variant);line-height:1.8}.grid-section[data-v-776f5b19]{display:grid;grid-template-columns:1fr;gap:2rem}h4[data-v-776f5b19]{font-family:var(--font-mono);font-size:.65rem;letter-spacing:.15em;text-transform:uppercase;color:var(--on-surface);margin-bottom:1rem}.pill-row[data-v-776f5b19]{display:flex;flex-wrap:wrap;gap:.5rem}.pill[data-v-776f5b19]{font-family:var(--font-mono);font-size:.68rem;padding:.3rem .8rem;border:1px solid var(--border);border-radius:4px;color:var(--on-surface-variant)}.pill.tech[data-v-776f5b19]{background:var(--surface-container)}.pill.feat[data-v-776f5b19]{border-color:var(--border-subtle)}.slide-fade-enter-active[data-v-776f5b19],.slide-fade-leave-active[data-v-776f5b19]{transition:all .3s ease}.slide-fade-enter-from[data-v-776f5b19]{opacity:0;transform:translate(20px)}.slide-fade-leave-to[data-v-776f5b19]{opacity:0;transform:translate(-20px)}@media(max-width:1024px){.project-entry[data-v-776f5b19]{grid-template-columns:1fr;gap:1.5rem;padding:1.5rem}.entry-title[data-v-776f5b19]{font-size:1.5rem}.modal-body[data-v-776f5b19]{grid-template-columns:1fr;overflow-y:auto}.modal-gallery[data-v-776f5b19]{height:55vh;min-height:300px;border-bottom:1px solid var(--border)}.modal-sidebar[data-v-776f5b19]{padding:2rem;border-left:none;overflow-y:visible}.modal-title[data-v-776f5b19]{font-size:1.6rem}}@media(max-width:768px){.projects-page[data-v-776f5b19]{padding-top:5rem;padding-bottom:3rem}.page-header[data-v-776f5b19]{margin-bottom:2.5rem}.page-title[data-v-776f5b19]{font-size:clamp(2rem,8vw,3rem)}.page-desc[data-v-776f5b19]{font-size:.95rem}.project-entry[data-v-776f5b19]{padding:1.25rem;gap:1.25rem}.entry-title[data-v-776f5b19]{font-size:1.3rem}.entry-desc[data-v-776f5b19]{font-size:.88rem}.modal-bg[data-v-776f5b19]{padding:0}.modal-box[data-v-776f5b19]{height:100vh;height:100dvh;border-radius:0;border:none}.modal-close[data-v-776f5b19]{top:1rem;right:1rem;width:36px;height:36px}.modal-gallery[data-v-776f5b19]{height:45vh;min-height:250px;padding:1rem}.modal-sidebar[data-v-776f5b19]{padding:1.5rem}.modal-title[data-v-776f5b19]{font-size:1.4rem}}@media(max-width:480px){.projects-page[data-v-776f5b19]{padding-top:4.5rem}.project-entry[data-v-776f5b19]{padding:1rem;gap:1rem}.entry-title[data-v-776f5b19]{font-size:1.15rem}.entry-desc[data-v-776f5b19]{font-size:.85rem;line-height:1.6}.live-link[data-v-776f5b19]{padding:.6rem 1.1rem;font-size:.8rem}.tech-tag[data-v-776f5b19]{font-size:.6rem;padding:.2rem .5rem}.splash-title[data-v-776f5b19]{font-size:clamp(2.5rem,12vw,4rem)}.thumbs[data-v-776f5b19]{height:60px}.thumb[data-v-776f5b19]{width:85px}}
