@import"https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Afacad:ital,wght@0,400..700;1,400..700&display=swap";.section-header{display:flex;flex-direction:column;align-items:flex-start;gap:0;margin-bottom:var(--section-title-margin-bottom)}.section-header .sedum-text{font-style:italic;letter-spacing:.1em;font-size:var(--font-size-sedum);line-height:1.4;color:var(--color-sedum);text-transform:lowercase;font-family:Afacad,Arial,sans-serif}.section-header .section-title{font-family:Inter,Arial,sans-serif;font-size:var(--font-size-section-title);font-weight:900;text-transform:uppercase;letter-spacing:.02em;color:var(--color-section-title);margin:0;line-height:.9;white-space:nowrap;overflow-x:visible}.section-title.animated{opacity:0;transform:translateY(20px);transition:all .8s cubic-bezier(.25,.46,.45,.94)}.section-title.animated.visible{opacity:1;transform:translateY(0)}.section-header .sedum-text.animated{opacity:0;transform:translateY(10px);transition:all .8s cubic-bezier(.25,.46,.45,.94)}.section-header .sedum-text.animated.visible{opacity:1;transform:translateY(0)}.project-modal-wrap{width:100%;margin:0 auto;padding:0rem;display:grid;grid-template-columns:3fr 1fr;gap:var(--spacing-lg);align-items:start}.project-media{width:100%;height:auto;display:block;object-fit:cover}.project-meta{margin-top:1.4rem}.project-meta h2{font-family:Inter,Arial,sans-serif;font-size:var(--font-size-section-title-md);font-weight:900;text-transform:uppercase;letter-spacing:.03em;color:var(--color-section-title);margin:0;line-height:.9;overflow-x:visible;margin-bottom:.5rem}.project-meta p{margin:0 0 1em;line-height:1.4;font-size:1.1rem;color:#616161}.section-container{max-width:var(--container-max-width);width:100%;margin:0 auto;padding:0 var(--section-padding-medium)}.two-column-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:var(--spacing-2xl);align-items:start}.content-fade-in{opacity:0;transform:translateY(30px);transition:all .8s cubic-bezier(.25,.46,.45,.94)}.content-fade-in.visible{opacity:1;transform:translateY(0)}.media-layout{width:100vw;display:flex;flex-direction:column;gap:1rem;padding:0;margin:0}.media-section{width:100%;display:flex;overflow:hidden;position:relative}.media-section.two-column{display:flex;gap:1rem}.media-section.single-item{justify-content:center;align-items:center}.media-section.custom-proportions{display:flex;gap:1rem}.media-section.custom-proportions .media-item{flex-shrink:0}.media-item{position:relative;overflow:hidden;background:var(--color-media-background);display:flex;align-items:center;justify-content:center;border-radius:0;height:100%}.form-grid{display:flex;flex-direction:column;gap:2.2rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:2.2rem}.form-group{display:flex;flex-direction:column;gap:.4rem}.form-group.full-width{grid-column:1 / -1}.form-label{font-size:var(--font-size-small);font-weight:400;color:var(--color-form-label);text-transform:uppercase;letter-spacing:.05em}.form-input{font-family:inherit;font-size:1rem;padding:.6rem 0;border:none;border-bottom:1px solid var(--color-form-border);background:transparent;color:var(--color-text-dark);transition:border-color .3s ease}.form-input:focus{outline:none;border-bottom-color:var(--color-accent)}.form-button{font-family:inherit;font-size:.9rem;font-weight:500;padding:.8rem 2rem;background:var(--color-text-dark);color:#fff;border:none;border-radius:0;cursor:pointer;text-transform:uppercase;letter-spacing:.05em;transition:all .3s ease;width:fit-content}.form-button:hover:not(:disabled){background:var(--color-accent);color:var(--color-text-dark)}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.mb-0{margin-bottom:0}.mb-1{margin-bottom:var(--spacing-sm)}.mb-2{margin-bottom:var(--spacing-md)}.mb-3{margin-bottom:var(--spacing-lg)}.mb-4{margin-bottom:var(--spacing-xl)}.mt-0{margin-top:0}.mt-1{margin-top:var(--spacing-sm)}.mt-2{margin-top:var(--spacing-md)}.mt-3{margin-top:var(--spacing-lg)}.mt-4{margin-top:var(--spacing-xl)}.opacity-90{opacity:.9}.opacity-80{opacity:.8}.opacity-70{opacity:.7}@media (max-width: 1024px){.section-container{padding:0 var(--section-padding-small)}.two-column-grid{grid-template-columns:1fr;gap:var(--spacing-xl)}.section-header .sedum-text{font-size:var(--font-size-sedum-md)}.section-header .section-title{font-size:var(--font-size-section-title-md)}}@media (max-width: 768px){.section-container{padding:0 var(--section-padding-xsmall)}.form-row{grid-template-columns:1fr}.media-section.two-column,.media-section.custom-proportions{flex-direction:column;gap:1rem}.media-section.custom-proportions .media-item{flex:1 1 auto!important;width:100%!important;height:300px!important}.section-header .sedum-text{font-size:var(--font-size-sedum-sm)}.section-header .section-title{font-size:var(--font-size-section-title-sm)}.project-modal-wrap{grid-template-columns:1fr}.project-meta h2{font-size:var(--font-size-section-title-sm);word-wrap:break-word}}@media (max-width: 480px){.section-container{padding:0 1rem}.section-header{margin-bottom:var(--section-title-margin-bottom-mobile)}.media-layout,.media-section.two-column{gap:.8rem}.media-item{height:250px!important}}:root{--color-secondary: #1b1e20;--color-background: #f8f8f8;--color-frame: #f8f8f8;--color-text-light: rgb(252, 249, 242);--color-text-dark: #333;--color-accent: #969696;--color-overlay: rgba(0, 0, 0, .301);--color-xray-background: #dfeee3;--color-about-bg: #b18a21;--color-tech-bg: #2a4858;--color-geo-text: #49c0ab;--color-shadow: rgba(0, 0, 0, .1);--color-translucent-light: rgba(255, 255, 255, .1);--color-translucent-lighter: rgba(255, 255, 255, .2);--color-translucent-bg: rgba(255, 255, 255, .05);--color-sedum: #cccccc;--color-section-title: #272727;--color-media-background: #eaeaf0;--color-form-label: #666666;--color-form-border: rgba(0, 0, 0, .1);--font-size-small: .8rem;--font-size-base: 1.1rem;--font-size-large: 1.25rem;--font-size-xl: 1.5rem;--font-size-2xl: 2rem;--font-size-3xl: 2.5rem;--font-size-4xl: 4.5rem;--font-size-sedum: 1.7rem;--font-size-sedum-md: 1.9rem;--font-size-sedum-sm: 1.6rem;--font-size-section-title: 2.8rem;--font-size-section-title-md: 2.2rem;--font-size-section-title-sm: 2rem;--line-height-normal: 1.5;--line-height-tight: 1.2;--line-height-extra-tight: .83;--letter-spacing-tight: -.05em;--letter-spacing-normal: .1rem;--letter-spacing-wide: .3rem;--letter-spacing-wider: 1rem;--letter-spacing-widest: 5rem;--spacing-xs: .25rem;--spacing-sm: .5rem;--spacing-md: 1rem;--spacing-lg: 1.5rem;--spacing-xl: 2rem;--spacing-2xl: 3rem;--container-max-width: 1200px;--header-height: 60px;--footer-height: 60px;--section-height-normal: 100vh;--section-height-large: 200vh;--section-height-video: 110vh;--section-height-geo: 120vh;--section-padding-xlarge: 10%;--section-padding-large: 8%;--section-padding-medium: 4%;--section-padding-small: 2%;--section-padding-xsmall: 1%;--section-padding-left-xlarge: 15%;--section-padding-left-large: 10%;--section-padding-left-medium: 6%;--section-padding-left-small: 3%;--section-padding-left-xsmall: 1%;--section-title-margin-left: 0rem;--section-title-margin-bottom: 0rem;--section-title-margin-bottom-mobile: 0rem;--frame-size: 0px;--border-radius-small: 4px;--border-radius-medium: 6px;--border-radius-large: 8px;--border-radius-section: 0px;--box-shadow-card: 0 10px 20px var(--color-shadow);--z-background: -1;--z-default: 1;--z-normal: 2;--z-header: 10;--z-fixed: 100;--z-light: 20;--z-modal: 30;--z-overlay: 999;--transition-normal: .3s ease;--transition-fast: .2s ease;--transition-slower: .5s ease-in-out;--transition-fade: .8s ease-out;--animation-grain: grain 6s steps(10) infinite;--animation-breathe: breathe 7s ease-in-out infinite;--blur-standard: blur(5px);--font-primary-sans: "Inter", "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;--font-sans: "Inter", "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;--color-nav-background: rgba(58, 58, 58, .123);--color-text: #ddd;--scrollbar-width: 8px;--scrollbar-thumb: #757575;--scrollbar-thumb-hover: #b3b3b3}*,*:before,*:after{box-sizing:border-box;scrollbar-width:thin;scrollbar-color:var(--scrollbar-thumb) transparent}html{scrollbar-gutter:stable}body{overflow-y:auto;min-height:100vh;margin:0;padding:0;font-family:var(--font-primary-sans);font-size:var(--font-size-base);line-height:1.5;color:var(--color-text-light);background-color:var(--color-background);overflow-x:hidden;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;cursor:none!important}::-webkit-scrollbar{width:var(--scrollbar-width)}::-webkit-scrollbar-track{background-color:transparent}::-webkit-scrollbar-thumb{background-color:#7878784d;border-radius:20px}::-webkit-scrollbar-thumb:hover{background:var(--scrollbar-thumb-hover)}.noise-overlay{position:fixed;top:0;left:0;width:100%;height:100%;z-index:9999;pointer-events:none;overflow:hidden}.noise-overlay:after{content:"";position:absolute;top:-200%;left:-200%;width:500%;height:500%;background-image:url(../../../noise.png);background-size:150px 150px;opacity:.5;mix-blend-mode:overlay;pointer-events:none;will-change:transform;animation:grain 6s steps(10) infinite}@keyframes grain{0%,to{transform:translate(0)}10%{transform:translate(-5%,-10%)}20%{transform:translate(-15%,5%)}30%{transform:translate(7%,-25%)}40%{transform:translate(-5%,25%)}50%{transform:translate(-15%,10%)}60%{transform:translate(15%)}70%{transform:translateY(15%)}80%{transform:translate(3%,35%)}90%{transform:translate(-10%,10%)}}.section{position:relative;z-index:0;background-color:transparent;padding:0;margin-bottom:0}.section--sticky>.section__content{position:sticky;top:0;width:100%;overflow:hidden;transition:top var(--transition-slower),height var(--transition-slower)}.section__content{width:100%;height:100%;box-sizing:border-box;position:relative;background-color:var(--color-background)}img{max-width:100%;height:auto}a{color:var(--color-text-light);text-decoration:none}p{margin:0;line-height:1.5;font-family:var(--font-primary-sans)}h1,h2,h3,h4,h5,h6{margin-top:0;line-height:1.2;font-family:var(--font-primary-sans)}.container{width:100%;max-width:var(--container-max-width);margin:0 auto;padding:0 var(--spacing-md)}header{position:fixed;top:0;left:0;width:100%;z-index:var(--z-fixed);padding:var(--spacing-md) var(--spacing-xl);transition:all var(--transition-normal);background-color:transparent;isolation:isolate}.header-content{display:flex;justify-content:space-between;align-items:center;max-width:var(--container-max-width);margin:0 auto;width:100%;box-sizing:border-box}.logo a{color:#fff;mix-blend-mode:difference;font-weight:400;font-size:var(--font-size-base);text-decoration:none;letter-spacing:1px;font-family:var(--font-primary-sans);transition:color .1s ease-in-out,opacity .1s ease}.nav_right{display:flex;align-items:center}nav ul{display:flex;list-style:none;margin:0;padding:0;gap:var(--spacing-sm)}nav li{margin:0}.nav-item{color:#fff;mix-blend-mode:difference;display:inline-block;padding:5px 6px 4px;text-decoration:none;font-size:var(--font-size-base);font-weight:300;letter-spacing:var(--letter-spacing-normal);font-family:var(--font-primary-sans);position:relative;transition:color .1s ease-in-out,opacity .1s ease}.hover-underline-animation:after{content:"";position:absolute;left:7px;right:7px;bottom:2px;height:4px;background-color:#fff;mix-blend-mode:difference;transform:scaleX(0);transform-origin:bottom right;transition:transform .25s ease-out,background-color .5s ease-in-out}.hover-underline-animation:hover:after{transform:scaleX(1);transform-origin:bottom left}footer{background-color:var( --color-secondary );color:var(--color-text-light);padding:5rem 0rem 3rem;transition:opacity var(--transition-normal)}.footer-content{max-width:var(--container-max-width);margin:0 auto;display:flex;justify-content:space-between;align-items:center;padding:0}.footer-left p{margin:0 0 var(--spacing-xs) 0;font-size:var(--font-size-small);line-height:var(--line-height-tight);color:#b8b6b6}.footer-left a{color:#7c7c7c;text-decoration:none;transition:opacity var(--transition-fast)}.footer-left a:hover{opacity:.8}.social-links{display:flex;gap:var(--spacing-sm)}.social-links a{color:var(--color-text-light);font-size:var(--font-size-small);text-decoration:none;transition:opacity var(--transition-fast);opacity:.7}.social-links a:hover{opacity:1}@media (max-width: 768px){.footer-content{flex-direction:column;text-align:center;gap:var(--spacing-sm)}.footer-left p{margin-bottom:var(--spacing-xs)}.social-links a:first-child{margin-left:0}}.minimal-navbar.svelte-nwcvrf{position:fixed;top:0;left:0;width:100vw;z-index:100;transition:transform .35s cubic-bezier(.4,0,.2,1),opacity .25s,backdrop-filter .2s;padding:.5rem 2rem}.navbar-transparent.svelte-nwcvrf{background:transparent!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;box-shadow:none!important}.navbar-hidden.svelte-nwcvrf{transform:translateY(-110%);opacity:0;pointer-events:none}.navbar-content.svelte-nwcvrf{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between}.navbar-logo.svelte-nwcvrf{font-family:Afacad,monospace;font-weight:500;font-size:1.4rem;color:#222;letter-spacing:.15rem;text-decoration:none;padding:.2rem .5rem;transition:color .15s}.navbar-logo-studio.svelte-nwcvrf{font-family:Afacad,monospace;font-weight:100;font-size:1.4rem;letter-spacing:.08rem;color:#222;opacity:.6;margin-left:-.1em;transition:color .15s}.navbar-links.svelte-nwcvrf{display:flex;gap:1.5rem;list-style:none;margin:0;padding:0}.navbar-link.svelte-nwcvrf{font-family:Afacad,monospace;font-weight:100;font-size:1.3rem;letter-spacing:.08rem;color:#222;text-decoration:none;padding:.2rem .5rem;border-radius:4px;transition:color .15s;position:relative;overflow:hidden;background:none;opacity:.6}.navbar-link.svelte-nwcvrf:hover,.navbar-link.svelte-nwcvrf:focus{background:none;color:#111;opacity:1}.minimal-navbar.mobile.svelte-nwcvrf{padding:1rem 1.5rem}.mobile-logo.svelte-nwcvrf{font-family:Afacad,monospace;font-weight:500;font-size:1.3rem;color:#222;letter-spacing:.12rem;text-decoration:none;transition:color .15s}.mobile-logo-studio.svelte-nwcvrf{font-family:Afacad,monospace;font-weight:100;font-size:1.3rem;letter-spacing:.06rem;color:#222;opacity:.6;margin-left:.2em}.mobile-menu-toggle.svelte-nwcvrf{display:flex;flex-direction:column;justify-content:center;align-items:center;width:44px;height:44px;background:transparent;border:none;cursor:pointer;padding:8px;gap:4px;transition:all .3s ease}.hamburger-line.svelte-nwcvrf{width:24px;height:2px;background-color:#222;transition:all .3s cubic-bezier(.4,0,.2,1);transform-origin:center}.mobile-menu-toggle.active.svelte-nwcvrf .hamburger-line:where(.svelte-nwcvrf):nth-child(1){transform:translateY(6px) rotate(45deg)}.mobile-menu-toggle.active.svelte-nwcvrf .hamburger-line:where(.svelte-nwcvrf):nth-child(2){opacity:0;transform:scaleX(0)}.mobile-menu-toggle.active.svelte-nwcvrf .hamburger-line:where(.svelte-nwcvrf):nth-child(3){transform:translateY(-6px) rotate(-45deg)}.mobile-menu-overlay.svelte-nwcvrf{position:fixed;inset:0;background:#505050b4;z-index:98;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.mobile-menu.svelte-nwcvrf{position:fixed;top:0;right:-100%;width:50%;height:100dvh;background:#fafafdea;z-index:99;display:flex;flex-direction:column;padding:0;transition:right .4s cubic-bezier(.4,0,.2,1);border-left:1px solid rgba(0,0,0,.1);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.mobile-menu.open.svelte-nwcvrf{right:0}.mobile-nav-links.svelte-nwcvrf{list-style:none;margin:0;padding:0;flex:1;display:flex;flex-direction:column;padding-top:6rem}.mobile-nav-links.svelte-nwcvrf li:where(.svelte-nwcvrf){border-bottom:1px solid rgba(0,0,0,.08)}.mobile-nav-link.svelte-nwcvrf{display:block;font-family:Afacad,monospace;font-weight:400;font-size:1.3rem;color:#222;text-decoration:none;padding:1rem 2rem;transition:all .3s ease;letter-spacing:.06rem;position:relative}.mobile-nav-link.svelte-nwcvrf:hover,.mobile-nav-link.svelte-nwcvrf:focus{background:#0000000a;color:#111}.mobile-nav-link.svelte-nwcvrf:active{background:#00000014}.mobile-menu-footer.svelte-nwcvrf{padding:2rem;font-size:.85rem;color:#666;line-height:1}.mobile-menu-footer.svelte-nwcvrf p:where(.svelte-nwcvrf){margin:0 0 0rem}.mobile-menu-footer.svelte-nwcvrf a:where(.svelte-nwcvrf){color:#333;text-decoration:none}.navbar-dark-bg.svelte-nwcvrf .mobile-logo:where(.svelte-nwcvrf),.navbar-dark-bg.svelte-nwcvrf .mobile-logo-studio:where(.svelte-nwcvrf){color:#e9e9e9}.navbar-dark-bg.svelte-nwcvrf .hamburger-line:where(.svelte-nwcvrf){background-color:#e9e9e9}.navbar-dark-bg.svelte-nwcvrf .navbar-logo:where(.svelte-nwcvrf),.navbar-dark-bg.svelte-nwcvrf .navbar-logo-studio:where(.svelte-nwcvrf),.navbar-dark-bg.svelte-nwcvrf .navbar-link:where(.svelte-nwcvrf){color:#e9e9e9}.navbar-dark-bg.svelte-nwcvrf .navbar-link:where(.svelte-nwcvrf):hover,.navbar-dark-bg.svelte-nwcvrf .navbar-link:where(.svelte-nwcvrf):focus{color:#fff;opacity:1}.hover-underline-animation.svelte-nwcvrf{position:relative;display:inline-block;vertical-align:bottom;overflow:visible}.hover-underline-animation.svelte-nwcvrf:after{content:"";position:absolute;left:8px;right:9px;bottom:2px;height:4px;background-color:currentColor;mix-blend-mode:difference;opacity:.8;transform:scaleX(0);transform-origin:bottom right;transition:transform .25s cubic-bezier(.4,0,.2,1),background-color .5s,opacity .3s;pointer-events:none}.navbar-logo.hover-underline-animation.svelte-nwcvrf:after{bottom:4.5px}.hover-underline-animation.svelte-nwcvrf:hover:after,.hover-underline-animation.svelte-nwcvrf:focus:after{transform:scaleX(1);transform-origin:bottom left;opacity:1}.navbar-animate-in.svelte-nwcvrf{animation:svelte-nwcvrf-navbar-slide-fade-in .95s cubic-bezier(.4,0,.2,1) both}.navbar-animate-in-delay.svelte-nwcvrf{animation-delay:1.8s}@keyframes svelte-nwcvrf-navbar-slide-fade-in{0%{opacity:0;transform:translateY(-48px)}to{opacity:1;transform:translateY(0)}}.nav-modal-open.svelte-nwcvrf{transform:translateY(-110%);opacity:0;pointer-events:none}.footer-content.svelte-nwcvrf{display:flex;justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:1rem 2rem;color:#fff}.footer-left.svelte-nwcvrf{display:flex;flex-direction:column}.custom-cursor{position:fixed;width:25px;height:25px;background:#fff;border-radius:50%;pointer-events:none;z-index:9999;transform:translate(-50%,-50%);transition:transform .15s ease-out,width .15s ease-out,height .15s ease-out,border-radius .15s ease-out;mix-blend-mode:difference}.custom-cursor.cursor-hover-style{animation:svelte-nwcvrf-cursor-fluctuate 1.2s ease-in-out infinite}.custom-cursor.cursor-rectangular{border-radius:50%;width:66px;height:66px;mix-blend-mode:normal;background-color:#dda2009d;animation:svelte-nwcvrf-cursor-pulse 2s ease-in-out infinite}.custom-cursor.cursor-rectangular:after{content:"see\amore";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#ffffffd2;font-size:.875rem;font-weight:600;font-family:var(--font-primary-sans);text-transform:uppercase;letter-spacing:.1em;line-height:1;white-space:pre-line;text-align:left;pointer-events:none}@keyframes svelte-nwcvrf-cursor-fluctuate{0%,to{transform:translate(-50%,-50%) scale(1)}50%{transform:translate(-50%,-50%) scale(1.5)}}@keyframes svelte-nwcvrf-cursor-pulse{0%,to{transform:translate(-50%,-50%) scale(1)}50%{transform:translate(-50%,-50%) scale(1.05)}}body,button,a,[role=button],.clickable,input,textarea,select{cursor:none!important}@media (max-width: 768px){.footer-content.svelte-nwcvrf{flex-direction:column;align-items:center;gap:1rem;padding:1rem;text-align:center}.footer-left.svelte-nwcvrf{align-items:center}.navbar-links.svelte-nwcvrf,.navbar-logo.svelte-nwcvrf{display:none}}@media (min-width: 769px){.mobile-logo.svelte-nwcvrf,.mobile-menu-toggle.svelte-nwcvrf{display:none}}@media (prefers-reduced-motion: reduce){.mobile-menu.svelte-nwcvrf,.hamburger-line.svelte-nwcvrf,.mobile-nav-link.svelte-nwcvrf{transition:none}.navbar-animate-in.svelte-nwcvrf{animation:none}}.mobile-menu-toggle.svelte-nwcvrf:focus{outline:2px solid #007acc;outline-offset:2px}.mobile-nav-link.svelte-nwcvrf:focus{outline:2px solid #007acc;outline-offset:-2px}@media (prefers-contrast: high){.mobile-menu.svelte-nwcvrf{border-left:2px solid #000}.mobile-nav-links.svelte-nwcvrf li:where(.svelte-nwcvrf){border-bottom:2px solid #000}.hamburger-line.svelte-nwcvrf{background-color:#000}}
