@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Lora:wght@500;600;700&display=swap";*{box-sizing:border-box}html,body,#root{min-height:100%;margin:0;padding:0}:root{--text-RGB:235, 235, 235;--text-soft-RGB:160, 160, 160;--text-muted-RGB:100, 100, 100;--surface-RGB:25, 25, 25;--bg-RGB:19, 19, 19;--border-alpha:.12;--hover-RGB:66, 130, 255;--logo-fill:#ebebeb;--font:"Inter", system-ui, -apple-system, "Segoe UI", sans-serif;--font-heading:"Lora", Georgia, serif;--density:1.4;--page-pad:56px;--content-max:1280px;--vector-opacity:.22;--vector-filter:grayscale(1) brightness(1.8);--ui-solid-RGB:30, 30, 30}[data-theme=light]{--text-RGB:28, 28, 28;--text-soft-RGB:80, 80, 80;--text-muted-RGB:140, 140, 140;--surface-RGB:240, 240, 240;--bg-RGB:250, 250, 250;--border-alpha:.1;--hover-RGB:41, 98, 255;--logo-fill:#1c1c1c;--vector-opacity:.52;--vector-filter:grayscale(1) brightness(.58) contrast(1.28);--ui-solid-RGB:239, 239, 239}[data-theme=dark]{--text-RGB:235, 235, 235;--text-soft-RGB:160, 160, 160;--text-muted-RGB:100, 100, 100;--surface-RGB:25, 25, 25;--bg-RGB:19, 19, 19;--border-alpha:.12;--hover-RGB:66, 130, 255;--logo-fill:#ebebeb}*{transition:background-color .45s,background .45s,color .45s,border-color .45s,opacity .45s,filter .45s}html.theme-switching *,html.theme-switching :before,html.theme-switching :after{transition:color .45s,background-color .45s,background .45s,border-color .45s,opacity .45s,filter .45s,fill .45s,stroke .45s,-webkit-backdrop-filter .45s,backdrop-filter .45s!important}html{--m-min:14;--m-max:32;--d-min:11.5;--d-max:20;--bp:768;--dw:1400;font-size:calc(var(--m-min) * 1px);scroll-behavior:smooth}@media (width>=320px){html{font-size:calc(var(--m-min)*1px + (var(--m-max) - var(--m-min)) * ((100vw - 320px) / (var(--bp) - 320)))}}@media (width>=768px){html{font-size:calc(var(--d-min)*1px + (var(--d-max) - var(--d-min)) * ((100vw - var(--bp)*1px) / (var(--dw) - var(--bp))))}}@media (width>=1400px){html{font-size:calc(var(--d-max) * 1px)}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}}body{font-family:var(--font);color:rgba(var(--text-RGB), 1);background:rgba(var(--bg-RGB), 1);font-weight:400;line-height:var(--density);-webkit-font-smoothing:antialiased;isolation:isolate;position:relative;overflow-x:hidden}body:before{content:"";pointer-events:none;z-index:0;width:100%;height:100vh;opacity:var(--vector-opacity);filter:var(--vector-filter);background:url(/images/Intersectfl.svg) 50%/cover no-repeat;transition:opacity .45s,filter .45s;position:fixed;top:0;left:0}a{color:inherit;text-decoration:none}.wrapper{padding:0 var(--page-pad);max-width:var(--content-max);text-align:left;z-index:1;margin:0 auto;position:relative}@media (width<=767px){.wrapper{padding:0 var(--page-pad)}}header{z-index:100;-webkit-backdrop-filter:blur();backdrop-filter:blur();transition:background-color .3s,-webkit-backdrop-filter .4s,backdrop-filter .4s;position:sticky;top:0}header.scrolled{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.header-inner{padding:1.4em var(--page-pad);max-width:var(--content-max);justify-content:space-between;align-items:center;margin:0 auto;display:flex}@media (width<=767px){.header-inner{padding:.6em var(--page-pad)}}.logo{align-items:center;text-decoration:none;display:flex}.logo svg{width:auto;height:1.3em;color:rgba(var(--text-RGB), 1);transition:color .3s;display:block}.logo:hover svg{color:rgba(var(--hover-RGB), 1)}@media (width<=767px){.logo svg{height:1em}}.nav-row{align-items:center;gap:1.2em;display:flex}.nav-links{gap:1.2em;font-size:16px;font-weight:500;list-style:none;display:flex}.nav-links a{color:rgba(var(--text-soft-RGB), 1);transition:color .15s}.nav-links a:hover{color:rgba(var(--hover-RGB), 1)}.menu-toggle{color:rgba(var(--text-soft-RGB), 1);cursor:pointer;background:0 0;border:none;border-radius:.25em;order:-1;justify-content:center;align-items:center;width:1.8em;height:1.8em;margin-right:auto;padding:0;font-size:22px;line-height:0;display:none}.menu-toggle:hover{color:rgba(var(--hover-RGB), 1);background:rgba(var(--hover-RGB), .08)}.lang-switch{gap:.3em;display:flex}.lang-switch button{font-family:var(--font);cursor:pointer;color:rgba(var(--text-muted-RGB), 1);background:0 0;border:.08em solid #0000;border-radius:.15em;padding:.1em .3em;font-size:16px;font-weight:500;transition:color .15s,border-color .15s}.lang-switch button:hover{color:rgba(var(--hover-RGB), 1)}.lang-switch button.active{border-color:rgba(var(--text-RGB), .4);color:rgba(var(--text-RGB), 1)}.theme-toggle{cursor:pointer;width:1.6em;height:1.6em;color:rgba(var(--text-muted-RGB), 1);background:0 0;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;padding:0;font-size:18px;transition:color .2s,background .2s;display:flex}.theme-toggle:hover{color:rgba(var(--hover-RGB), 1);background:rgba(var(--hover-RGB), .1)}.theme-toggle .icon-sun,.theme-toggle .icon-moon{display:none}[data-theme=light] .theme-toggle .icon-sun,[data-theme=dark] .theme-toggle .icon-moon{display:block}.btn-contact{background:rgba(var(--ui-solid-RGB), 1);font-family:var(--font);color:rgba(var(--text-soft-RGB), 1);cursor:pointer;white-space:nowrap;border:none;border-radius:2em;padding:.35em .9em;font-size:16px;font-weight:500;text-decoration:none;transition:color .15s,background .15s;display:inline-flex}.btn-contact:hover{background:rgba(var(--hover-RGB), 1);color:#fff}.nav-actions{align-items:center;gap:.3em;display:flex}.mobile-menu{z-index:120;pointer-events:none;position:fixed;inset:0}.mobile-menu__overlay{opacity:0;background:#00000052;transition:opacity .25s;position:absolute;inset:0}.mobile-menu__panel{background:rgba(var(--bg-RGB), 1);border-left:1px solid rgba(var(--text-RGB), .08);width:min(84vw,360px);height:100%;padding:1.2em var(--page-pad) 1.8em;box-sizing:border-box;flex-direction:column;gap:1.2em;transition:transform .25s;display:flex;position:absolute;top:0;right:0;transform:translate(100%)}.mobile-menu__head{justify-content:space-between;align-items:center;gap:.8em;display:flex}.mobile-menu__title{letter-spacing:.06em;text-transform:uppercase;color:rgba(var(--text-muted-RGB), 1);font-size:14px;font-weight:600}.mobile-menu__close{color:rgba(var(--text-soft-RGB), 1);cursor:pointer;background:0 0;border:none;border-radius:.2em;padding:.08em .2em;font-size:24px;line-height:1}.mobile-menu__close:hover{color:rgba(var(--hover-RGB), 1);background:rgba(var(--hover-RGB), .08)}.mobile-menu__links{flex-direction:column;gap:.4em;margin:0;padding:0;list-style:none;display:flex}.mobile-menu__links a{color:rgba(var(--text-RGB), 1);padding:.55em 0;font-size:18px;font-weight:600;display:block}.mobile-menu__links a:hover{color:rgba(var(--hover-RGB), 1)}.mobile-menu__contact{background:rgba(var(--ui-solid-RGB), 1);color:rgba(var(--text-soft-RGB), 1);border-radius:999px;align-self:flex-start;margin-top:auto;padding:.45em 1em;font-size:16px;font-weight:600;display:inline-flex}.mobile-menu__contact:hover{background:rgba(var(--hover-RGB), 1);color:#fff}body.menu-open{overflow:hidden}body.menu-open .mobile-menu{pointer-events:auto}body.menu-open .mobile-menu__overlay{opacity:1}body.menu-open .mobile-menu__panel{transform:translate(0)}[data-lang]{display:none}span[data-lang].active,[data-lang].active{display:initial}div[data-lang].active{display:block}a[data-lang].active{display:inline-block}.sp{height:calc(var(--density)*1em)}.sp-M{height:calc(var(--density)*2em)}.sp-L{height:calc(var(--density)*4em)}.sp-XL{height:calc(var(--density)*6em)}.sp-hero-work{height:calc(var(--density)*8em)}@media (width<=1540px){.sp-hero-work{height:calc(var(--density)*6em)}}.hero{padding:2.5em 0 5em}.hero-copy{flex-direction:column;gap:1.6em;display:flex}.hero-row{justify-content:space-between;align-items:flex-start;gap:2.5em;width:100%;display:flex}.hero-title-col{flex-direction:column;flex:36em;align-items:flex-start;gap:1em;min-width:0;max-width:36em;display:flex}.hero-avatar{box-sizing:border-box;cursor:pointer;background:conic-gradient(from 180deg,#38bdf8,#4f7dfb,#3b3fd9,#38bdf8);border:none;border-radius:50%;flex-shrink:0;width:8em;height:8em;padding:.22em;display:inline-flex}.hero-avatar.seen{background:rgba(var(--text-muted-RGB), .4)}.hero-avatar-gap{border-radius:inherit;box-sizing:border-box;background:rgba(var(--bg-RGB), 1);width:100%;height:100%;padding:.12em;display:flex}.hero-avatar-photo{border-radius:50%;width:100%;height:100%;display:block;overflow:hidden}.hero-avatar-photo img{object-fit:cover;object-position:center 25%;width:100%;height:100%;transition:transform .5s;display:block}.hero-avatar:hover .hero-avatar-photo img{transform:scale(1.4)}.hero h1{letter-spacing:-.01em;width:100%;font-size:56px;font-weight:700;line-height:1.1;font-family:var(--font-heading);margin:0}.hero-link{color:rgba(var(--text-RGB), 1);-webkit-text-decoration:underline 1px rgba(var(--text-RGB), .25);text-decoration:underline 1px rgba(var(--text-RGB), .25);text-underline-offset:.45em;cursor:pointer;align-items:center;margin-top:.4em;font-size:16px;font-weight:500;transition:color .15s,text-decoration-color .15s;display:inline-flex}.hero-link:hover{color:rgba(var(--hover-RGB), 1);-webkit-text-decoration-color:rgba(var(--hover-RGB), .4);text-decoration-color:rgba(var(--hover-RGB), .4)}.hero-link--mobile{display:none}.hero p{width:min(28em,100%);color:rgba(var(--text-soft-RGB), 1);text-wrap:pretty;margin-top:.2em;font-size:20px;font-weight:400;line-height:135%}@media (width<=960px){.hero{padding:1.8em 0 3em}.hero-row{flex-direction:column;gap:1.2em}.hero-title-col{flex:none;max-width:100%}.hero h1{font-size:36px}.hero-link{font-size:16px}.hero p{max-width:100%;font-size:16px}.hero-avatar{width:7.5em;height:7.5em}.hero-link--desktop{display:none}.hero-link--mobile{margin-top:.25em;display:inline-flex}}.section-label{letter-spacing:.04em;color:rgba(var(--text-muted-RGB), 1);text-align:left;margin-bottom:.4em;font-size:16px;font-weight:600}.section h2{text-align:left;margin-bottom:.6em;font-size:20px;font-weight:600;line-height:1.15}.section-intro{color:rgba(var(--text-soft-RGB), 1);text-align:left;max-width:24em;margin-bottom:1.2em;font-size:16px;line-height:1.5}.filter-row{flex-wrap:wrap;gap:.5em;margin-bottom:1.8em;display:flex}.filter-tag{background:rgba(var(--ui-solid-RGB), 1);font-family:var(--font);color:rgba(var(--text-soft-RGB), 1);cursor:pointer;border:none;border-radius:2em;padding:.3em .85em;font-size:16px;font-weight:500;transition:color .15s,background .15s}.filter-tag:hover{background:rgba(var(--hover-RGB), .15);color:rgba(var(--hover-RGB), 1)}.filter-tag.active{background:rgba(var(--hover-RGB), 1);color:#fff}.projects-scroll{width:100vw;padding-inline:var(--page-pad);box-sizing:border-box;scrollbar-width:none;-ms-overflow-style:none;cursor:grab;touch-action:pan-x;margin-top:3.7em;margin-bottom:3em;position:relative;overflow-x:auto}.projects-scroll::-webkit-scrollbar{display:none}.projects-scroll:active{cursor:grabbing}.projects-track{gap:1em;width:max-content;display:flex}.projects-scroll.is-filtered{width:100vw;padding-inline:var(--page-pad);box-sizing:border-box;cursor:grab;touch-action:pan-x;margin-inline:0;overflow:auto hidden}.projects-scroll.is-filtered:active{cursor:grabbing}.projects-track.is-filtered{flex-wrap:nowrap;justify-content:flex-start;width:max-content;min-width:100%;padding:0}.projects-track.is-filtered.is-centered{justify-content:center;width:100%}.projects-track.is-filtered .project-card{flex-shrink:0}.project-card{cursor:pointer;background:0 0;border-radius:.5em;flex-direction:column;flex-shrink:0;width:38em;display:flex;overflow:visible}@media (width<=767px){.project-card{width:min(88vw,24rem)}}.project-card-inner{aspect-ratio:1.5;background:rgba(var(--ui-solid-RGB), 1);box-sizing:border-box;border-radius:.5em;align-items:flex-end;width:100%;padding:0;transition:transform .35s,box-shadow .35s;display:flex;position:relative;overflow:hidden}.project-card-text{pointer-events:none;background:0 0;flex-direction:column;flex-grow:0;justify-content:flex-start;padding:14px 0 0;display:flex}.project-card.has-cover .project-card-inner{background-image:var(--project-cover-image);background-position:50% 20%;background-repeat:no-repeat;background-size:cover}.project-card.has-cover .project-card-inner.has-cover-slider{background-image:none!important}.project-cover-media{border-radius:inherit;z-index:0;pointer-events:none;position:absolute;inset:0;overflow:hidden}.project-cover-track{will-change:transform;height:100%;transition:transform .62s ease-in-out;display:flex;transform:translate(0,0)}.project-cover-frame{flex:0 0 100%;height:100%}.project-cover-frame img{object-fit:cover;object-position:center 20%;-webkit-user-select:none;user-select:none;-webkit-user-drag:none;width:100%;height:100%;display:block}.project-card.has-cover .project-bg-letter{display:none}.project-card.has-cover .project-card-text h3{color:#fff;text-shadow:0 2px 10px #00000073}[data-theme=light] .project-card.has-cover .project-card-text h3{color:rgba(var(--text-RGB), 1);text-shadow:0 1px 6px #ffffff73}.project-card:hover .project-card-inner{transform:translateY(-.08em);box-shadow:0 .2em .8em #0000000f}.project-card.has-cover:hover{cursor:grab}.project-card.has-cover:active{cursor:grabbing}.project-bg-letter{color:rgba(var(--text-RGB), .04);pointer-events:none;-webkit-user-select:none;user-select:none;letter-spacing:-.03em;font-size:6.5em;font-weight:700;line-height:1;transition:color .3s,transform .4s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.project-card:hover .project-bg-letter{color:rgba(var(--text-RGB), .06);transform:translate(-50%,-50%)scale(1.06)}.project-card-text h3{color:rgba(var(--text-RGB), 1);z-index:1;margin:0;font-size:16px;font-weight:600;line-height:1.2;position:relative}.project-card-text{z-index:1;width:100%;margin:0;position:relative}.project-card-cat{color:#ffffff8c;margin-top:.4em;font-size:16px;font-weight:500}[data-theme=light] .project-card-cat{color:rgba(var(--text-RGB),.58)}.project-cover-slider{z-index:10;-webkit-backdrop-filter:blur(8px);background:#0c0c0c42;border-radius:999px;align-items:center;gap:.38em;padding:.24em .42em;transition:transform .32s,box-shadow .32s,background .32s;display:inline-flex;position:absolute;bottom:.9em;left:50%;transform:translate(-50%);box-shadow:0 8px 24px #00000038}.project-card.has-cover:hover .project-cover-slider{background:#0c0c0c57;transform:translate(-50%)translateY(-1px);box-shadow:0 10px 26px #0000003d}.project-cover-dot{cursor:default;opacity:.9;background:#ffffff80;border:none;border-radius:50%;width:.48em;height:.48em;padding:0;transition:background .28s,transform .28s,box-shadow .28s,opacity .28s}.project-cover-dot.active{opacity:1;background:#fffffffa;transform:scale(1.06);box-shadow:0 0 0 2px #ffffff3d}.project-cover-dot:hover{opacity:1;background:#ffffffbd;transform:scale(1.06)}@media (prefers-reduced-motion:reduce){.project-cover-track,.project-cover-slider,.project-cover-dot{transition:none!important}}.project-card.has-cover .project-card-cat{color:#ffffff8c}[data-theme=light] .project-card.has-cover .project-card-cat{color:rgba(var(--text-RGB),.55)}.scroll-hint{opacity:0;pointer-events:none;z-index:50;flex-direction:column;align-items:center;gap:.45em;transition:opacity .5s;display:flex;position:fixed;bottom:2.2em;left:50%;transform:translate(-50%)}.scroll-hint.visible{opacity:1}.scroll-hint-label{letter-spacing:.12em;text-transform:uppercase;color:rgba(var(--text-RGB), .35);font-size:10px;font-weight:600}.scroll-hint-dots{flex-direction:column;align-items:center;gap:4px;display:flex}.scroll-hint-dot{background:rgba(var(--text-RGB), .4);border-radius:50%;width:3px;height:3px;animation:1.6s infinite shDot}.scroll-hint-dot:nth-child(2){animation-delay:.18s}.scroll-hint-dot:nth-child(3){animation-delay:.36s}@keyframes shDot{0%,to{opacity:.15;transform:translateY(-2px)}50%{opacity:.8;transform:translateY(2px)}}.project-page{padding:2em 0 5em;display:none}.project-page.open{display:block}body.project-open #homeMain,body.project-open #siteFooter{display:none}.project-breadcrumb{color:rgba(var(--text-muted-RGB), 1);margin-bottom:.6em;font-size:16px}.project-breadcrumb a{-webkit-text-decoration:underline 1px rgba(var(--text-RGB), .15);text-decoration:underline 1px rgba(var(--text-RGB), .15);text-underline-offset:.3em}.project-breadcrumb a:hover{color:rgba(var(--hover-RGB), 1)}.breadcrumb-sep{margin:0 .4em}.project-back{color:rgba(var(--text-RGB), 1);font-family:var(--font);-webkit-text-decoration:underline 1px rgba(var(--text-RGB), .2);text-decoration:underline 1px rgba(var(--text-RGB), .2);text-underline-offset:.4em;cursor:pointer;background:0 0;border:none;align-items:center;gap:.4em;margin-bottom:2.5em;padding:0;font-size:16px;font-weight:500;display:inline-flex}.project-back:hover{color:rgba(var(--hover-RGB), 1);-webkit-text-decoration-color:rgba(var(--hover-RGB), .4);text-decoration-color:rgba(var(--hover-RGB), .4)}.project-page-title{margin-bottom:.3em;font-size:40px;font-weight:700;line-height:1.1}.project-page-client{color:rgba(var(--text-muted-RGB), 1);margin-bottom:2em;font-size:16px}.project-cover{margin-bottom:1.35em}@media (width<=1440px){.project-page-client{margin-bottom:1.35em}.project-cover{margin-bottom:.95em}.project-page-body{margin-bottom:1.05em}}.gallery-placeholder{aspect-ratio:16/9;background:rgba(var(--surface-RGB), 1);border:1px solid rgba(var(--text-RGB), .06);width:100%;color:rgba(var(--text-muted-RGB), 1);letter-spacing:.01em;border-radius:.5em;justify-content:center;align-items:center;font-size:16px;font-weight:500;display:flex}.project-page-body{color:rgba(var(--text-soft-RGB), 1);max-width:36em;margin-bottom:1.5em;font-size:16px;line-height:1.6}.project-page-body h3{color:rgba(var(--text-RGB), 1);margin:1em 0 .45em;font-size:20px;line-height:1.2}.project-page-body p{margin:0 0 .75em}.project-stats{gap:.25em;margin:0 0 .8em;padding-left:1.1em;display:grid}.project-stats li{color:rgba(var(--text-soft-RGB), 1)}.project-gallery{flex-direction:column;display:flex;position:relative}.project-gallery-viewport{border:1px solid rgba(var(--text-RGB), .08);background:rgba(var(--surface-RGB), 1);border-radius:.5em;position:relative;overflow:hidden}.project-gallery-track{width:100%;transition:transform .35s;display:flex}.gallery-slide{aspect-ratio:16/9;background:rgba(var(--surface-RGB), 1);justify-content:center;align-items:center;min-width:100%;margin:0;display:flex;position:relative}.gallery-slide img{object-fit:cover;width:100%;height:100%;display:block}.gallery-slide figcaption{display:none}.gallery-slide--empty{color:rgba(var(--text-muted-RGB), 1);letter-spacing:.01em;border:1px dashed rgba(var(--text-RGB), .16);text-align:center;box-sizing:border-box;border-radius:.5em;justify-content:center;align-items:center;width:calc(100% - 2em);height:calc(100% - 2em);margin:1em;padding:.6em;font-size:16px;font-weight:500;display:flex}.project-gallery-btn{display:none}.project-gallery-dots{z-index:10;-webkit-backdrop-filter:blur(8px);background:#0c0c0c42;border-radius:999px;align-items:center;gap:.38em;padding:.24em .42em;display:inline-flex;position:absolute;bottom:.9em;left:50%;transform:translate(-50%);box-shadow:0 8px 24px #00000038}.project-gallery-dot{cursor:pointer;opacity:.9;background:#ffffff80;border:none;border-radius:50%;width:.48em;height:.48em;padding:0;transition:background .28s,transform .28s,box-shadow .28s,opacity .28s}.project-gallery-dot.active{opacity:1;background:#fffffffa;transform:scale(1.06);box-shadow:0 0 0 2px #ffffff3d}.project-gallery-dot:hover{opacity:1;background:#ffffffbd;transform:scale(1.06)}.detail-nav{justify-content:space-between;align-items:center;gap:1em;display:flex}.detail-nav-btn{color:rgba(var(--text-RGB), 1);font-family:var(--font);-webkit-text-decoration:underline 1px rgba(var(--text-RGB), .2);text-decoration:underline 1px rgba(var(--text-RGB), .2);text-underline-offset:.4em;cursor:pointer;background:0 0;border:none;align-items:center;gap:.4em;padding:0;font-size:16px;font-weight:500;transition:color .15s,text-decoration-color .15s;display:inline-flex}.detail-nav-btn:hover{color:rgba(var(--hover-RGB), 1);-webkit-text-decoration-color:rgba(var(--hover-RGB), .4);text-decoration-color:rgba(var(--hover-RGB), .4)}.detail-nav-btn:disabled{opacity:.3;cursor:default;color:rgba(var(--text-muted-RGB), 1)}.chip-row{flex-wrap:wrap;gap:.3em;margin-bottom:1.5em;display:flex}.chip{color:rgba(var(--text-muted-RGB), 1);background:rgba(var(--text-RGB), .06);letter-spacing:.02em;border:none;border-radius:2em;padding:.25em .7em;font-size:16px;font-weight:500}.about-text{text-align:left}.about-text .lead{margin-bottom:1em;font-size:16px;font-weight:600;line-height:1.5}.about-text p{color:rgba(var(--text-soft-RGB), 1);max-width:36em;margin-bottom:.8em;font-size:16px;line-height:1.55}.exp-item{border-bottom:1px solid rgba(var(--text-RGB), .07);text-align:left;grid-template-columns:10em 1fr;gap:3em;padding:2.2em 0;display:grid}.exp-item:first-child{border-top:1px solid rgba(var(--text-RGB), .07)}@media (width<=767px){.exp-item{grid-template-columns:1fr;gap:.5em;padding:1.4em 0}}.exp-date{color:rgba(var(--text-muted-RGB), 1);letter-spacing:.02em;font-size:16px;font-weight:600}.exp-content h3{margin-bottom:.2em;font-size:20px;font-weight:600}.exp-company{color:rgba(var(--text-soft-RGB), 1);margin-bottom:.8em;font-size:16px;font-weight:500}.exp-desc{color:rgba(var(--text-soft-RGB), 1);max-width:44em;margin-bottom:1em;font-size:16px;line-height:1.55}.exp-desc strong{color:rgba(var(--text-RGB), 1);font-weight:600}.contact-section{text-align:left;padding:7em 0 3em}.contact-links{flex-wrap:wrap;gap:1.5em;margin-top:1.5em;display:flex}.contact-link{color:rgba(var(--text-soft-RGB), 1);-webkit-text-decoration:underline 1px rgba(var(--text-RGB), .12);text-decoration:underline 1px rgba(var(--text-RGB), .12);text-underline-offset:.4em;font-size:16px;font-weight:500;transition:color .15s,text-decoration-color .15s}.contact-link:hover{color:rgba(var(--hover-RGB), 1);-webkit-text-decoration-color:rgba(var(--hover-RGB), .4);text-decoration-color:rgba(var(--hover-RGB), .4)}footer{border-top:1px solid rgba(var(--text-RGB), .06);text-align:left;color:rgba(var(--text-muted-RGB), 1);padding:2em 0 3em;font-size:16px}.footer-row{gap:1.5em;display:flex}.reveal-on-load{opacity:1;filter:blur();transform:translateY(0)}body.preload .reveal-on-load{opacity:0;filter:blur(6px);transform:translateY(10px)}body.loaded .reveal-on-load{opacity:1;filter:blur();transition:opacity .65s cubic-bezier(.25,.46,.45,.94),transform .65s cubic-bezier(.25,.46,.45,.94),filter .65s cubic-bezier(.25,.46,.45,.94);transition-delay:var(--reveal-delay,0s);will-change:opacity, transform, filter;transform:translateY(0)}@media (prefers-reduced-motion:reduce){body.preload .reveal-on-load,body.loaded .reveal-on-load{filter:none;transition:none;transform:none}}@media (width<=767px){:root{--page-pad:20px}.header-inner{gap:.5em}.nav-row{justify-content:flex-end;gap:.4em;width:100%}.nav-links{display:none}.menu-toggle{order:3;justify-content:center;align-items:center;width:1.8em;height:1.8em;margin:0;padding:0;font-size:18px;line-height:0;display:inline-flex}.btn-contact{display:none}.nav-actions{order:2;gap:.24em;margin-left:0}.lang-switch{gap:.2em}.lang-switch button{padding:.1em .25em;font-size:14px}.theme-toggle{width:1.8em;height:1.8em}.section h2{font-size:16px}.section-intro{max-width:100%;font-size:16px}.hero-avatar{width:7.5em;height:7.5em}.projects-scroll{width:100%;padding-inline:var(--page-pad);-webkit-overflow-scrolling:touch;overscroll-behavior-x:contain;scroll-snap-type:x mandatory;scroll-padding-inline:var(--page-pad);touch-action:pan-x;cursor:auto;margin-top:2.6em;margin-bottom:2em;overflow:auto hidden}.projects-track{gap:16px;padding:0}.projects-scroll.is-filtered{width:100%;padding-inline:var(--page-pad);scroll-snap-type:x mandatory;scroll-padding-inline:var(--page-pad);touch-action:pan-x;overflow:auto hidden}.projects-track.is-filtered{gap:16px;padding:0}.project-card{width:calc(100vw - 2 * var(--page-pad));flex:0 0 calc(100vw - 2 * var(--page-pad));scroll-snap-align:start;max-width:none;min-height:18em}.project-card-inner{padding:20px}.project-bg-letter{font-size:5em}.project-card-text h3{font-size:16px}.filter-row{gap:.45em}.filter-tag{font-size:14px}.project-page{padding:1em 0 3em}.project-page-title{font-size:28px}.project-detail{padding:1.5em}.about-text .lead{font-size:16px}.exp-item{grid-template-columns:1fr;gap:.5em;padding:1.4em 0}.contact-links{gap:.8em}.contact-section{padding:4em 0 2em}.footer-row{flex-direction:column;gap:.3em}}body.story-viewer-open{overflow:hidden}.story-overlay{z-index:300;box-sizing:border-box;background:#000000b8;justify-content:center;align-items:center;padding:1.2em;animation:.25s storyOverlayIn;display:flex;position:fixed;inset:0}@keyframes storyOverlayIn{0%{opacity:0}to{opacity:1}}.story-card{background:rgba(var(--surface-RGB), 1);border-radius:1em;flex-direction:column;width:min(23em,100%);height:min(41em,92vh);animation:.3s cubic-bezier(.2,.8,.3,1) storyCardIn;display:flex;position:relative;overflow:hidden;box-shadow:0 1.5em 4em #0006}@keyframes storyCardIn{0%{opacity:0;transform:scale(.92)translateY(1em)}to{opacity:1;transform:scale(1)translateY(0)}}.story-progress-track{z-index:3;background:#ffffff47;border-radius:999px;height:3px;position:absolute;top:.6em;left:.6em;right:.6em;overflow:hidden}.story-progress-fill{transform-origin:0;background:#fff;width:100%;height:100%;animation:7s linear forwards storyFill;transform:scaleX(0)}@keyframes storyFill{0%{transform:scaleX(0)}to{transform:scaleX(1)}}.story-head{z-index:3;align-items:center;gap:.5em;display:flex;position:absolute;top:1.15em;left:.9em;right:.9em}.story-head-avatar{border:1px solid #fff9;border-radius:50%;flex-shrink:0;width:1.8em;height:1.8em;overflow:hidden}.story-head-avatar img{object-fit:cover;object-position:center 25%;width:100%;height:100%}.story-head-name{color:#fff;text-shadow:0 1px 4px #0006;flex:1;font-size:14px;font-weight:600}.story-close{color:#fff;cursor:pointer;background:#00000047;border:none;border-radius:50%;justify-content:center;align-items:center;width:1.7em;height:1.7em;font-size:18px;line-height:1;transition:background .15s;display:flex}.story-close:hover{background:#0000007a}.story-media{-webkit-user-select:none;user-select:none;background:#000;flex:1;justify-content:center;align-items:center;display:flex;position:relative}.story-media img{object-fit:cover;pointer-events:none;width:100%;height:100%;display:block}.story-bottom-gradient{z-index:1;pointer-events:none;background:linear-gradient(#0000,#000000a6);height:28%;position:absolute;bottom:0;left:0;right:0}.story-bottom-row{z-index:2;align-items:flex-end;gap:.8em;display:flex;position:absolute;bottom:1em;left:1em;right:1em}.story-caption{color:#fff;text-shadow:0 1px 6px #00000080;text-align:left;flex:1;min-width:0;font-size:17px;font-weight:600;line-height:1.3}.story-like{color:#fff;cursor:pointer;background:0 0;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:2.6em;height:2.6em;transition:background .15s,transform .25s cubic-bezier(.34,1.56,.64,1);display:flex}.story-like svg{fill:none;stroke:#fff;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;transition:fill .2s,stroke .2s}.story-like:active{transform:scale(.88)}.story-like.liked svg{fill:#ff3b5c;stroke:#ff3b5c}.story-like.liked{animation:.4s cubic-bezier(.34,1.56,.64,1) storyLikePop}@keyframes storyLikePop{0%{transform:scale(1)}40%{transform:scale(1.25)}to{transform:scale(1)}}@media (width<=767px){.story-overlay{padding:0}.story-card{border-radius:0;width:100%;height:100%}}
