:root{--space-0: 0;--space-1: clamp(.25rem, .2rem + .3vw, .5rem);--space-2: clamp(.5rem, .4rem + .4vw, .75rem);--space-3: clamp(.75rem, .6rem + .6vw, 1rem);--space-4: clamp(1rem, .8rem + .8vw, 1.5rem);--space-5: clamp(1.5rem, 1.1rem + 1vw, 2rem);--space-6: clamp(2rem, 1.5rem + 1.2vw, 2.5rem);--space-7: clamp(2.5rem, 2rem + 2vw, 5rem)}*{box-sizing:border-box}html,body{height:100%}body{margin:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial;background:#0b1220;color:#e6edf3}html{scroll-behavior:smooth}.app{max-width:900px;margin:0 auto;padding:var(--space-5)}.layout{display:grid;grid-template-columns:3fr 2fr;height:100vh}.layout__left{height:100vh;position:sticky;top:0;border-right:1px solid var(--border);overflow:hidden;background:var(--bg)}.layout__right{height:100vh;overflow-y:auto;background:var(--bg)}.layout__leftInner,.layout__rightInner{padding-bottom:var(--space-6)}.footer{padding:var(--space-6) var(--space-5);border-top:1px solid var(--border);color:var(--muted);font-size:1.25rem;text-align:center}@media(max-width:56.25rem){.layout{grid-template-columns:1fr;height:auto}.layout__left{position:relative;height:auto;border-right:none;border-bottom:1px solid var(--border)}.layout__right{height:auto;overflow:visible}}:root{--bg: #0b1220;--text: #e6edf3;--muted: #97a3b6;--accent: #64ffda;--border: rgba(255, 255, 255, .12);--card: rgba(255, 255, 255, .05)}body{margin:0;background:var(--bg);color:var(--text);font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;min-height:100vh;display:flex;flex-direction:column}.hero{display:flex;flex-direction:column;min-height:100vh;padding:2rem;box-sizing:border-box}.hero__intro{margin-bottom:2rem}.hero__kicker{margin:0 0 .75rem;color:var(--accent);font-size:clamp(.75rem,1.5vw,.875rem)}.hero__title{margin:0;font-size:clamp(2.5rem,6vw,3.5rem);line-height:1.05}.hero__subtitle{margin:.5rem 0 0;color:var(--muted);font-weight:600;font-size:clamp(1.25rem,4vw,1.5rem)}.hero__desc{margin-top:1rem;color:var(--muted);max-width:60ch;line-height:1.6}.hero__gallery{display:flex;justify-content:center;gap:2vw;margin-top:2rem}.hero__gallery-item{width:clamp(400px,20vw,250px);height:clamp(280px,30vh,330px);border-radius:.5rem;overflow:hidden;border:1px solid var(--border);background:var(--card);flex-shrink:0}.hero__gallery-item img{width:100%;height:100%;object-fit:cover;display:block}.hero__nav-buttons{display:flex;flex-direction:column;gap:2rem}.hero__nav-buttons button{padding:.75rem 2rem;font-size:clamp(.875rem,1.5vw,1rem);font-weight:600;border-radius:1.25rem;border:1px solid var(--border);background:#ffffff0d;color:var(--text);cursor:pointer;transition:all .2s}.hero__nav-buttons button:hover{border-color:var(--accent);background:#64ffda1a}.hero__contact{margin-top:auto;padding-top:2rem;border-top:1px solid var(--border)}.hero__contact-title{margin:0 0 1rem;font-size:clamp(1.5rem,4vw,1.75rem);font-weight:600}.hero__contact-links{display:flex;flex-wrap:wrap;gap:.75rem}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.625rem .875rem;border-radius:.625rem;border:1px solid var(--border);background:transparent;color:var(--text);font-weight:600;font-size:clamp(.75rem,1.25vw,.875rem);text-decoration:none;transition:border-color .2s,background .2s}.btn:hover{border-color:#64ffda99}@media(max-width:900px){.hero__gallery{gap:4vw}.hero__gallery-item{width:45vw;height:auto;aspect-ratio:4/5}.hero__title,.hero__subtitle,.hero__desc{text-align:center}.hero__nav-buttons{flex-direction:row;flex-wrap:wrap;justify-content:center;gap:1rem}.hero__nav-buttons button{flex:1 1 40%}}@media(max-width:500px){.hero__gallery-item{width:70vw;height:auto;aspect-ratio:4/5}.hero__nav-buttons button{flex:1 1 100%}}.section{padding:var(--space-5);border-top:1px solid var(--border)}.section__title{margin:0;font-size:1.125rem;letter-spacing:.3px}.section__text{margin:var(--space-2) 0 0;color:var(--muted);line-height:1.6}.project_title{margin:var(--space-2) 0 0;line-height:2.5}
