@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";*{margin:0;padding:0;box-sizing:border-box}:root{--background: #0f0f0f;--text-primary: #eeeeee;--text-secondary: #999999;--accent: #ffffff}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background-color:var(--background);color:var(--text-primary);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}#root{min-height:100vh;width:100%}a{color:inherit;text-decoration:none;transition:opacity .2s ease}a:hover{opacity:.7}.app{width:100%;min-height:100vh}.navigation{position:fixed;top:0;left:0;right:0;z-index:1000;padding:2rem 4rem;background:transparent;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(255,255,255,.1)}.nav-container{max-width:1400px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.nav-logo{font-size:1.2rem;font-weight:600;letter-spacing:-.02em}.nav-links{display:flex;gap:2.5rem}.nav-links a{font-size:.95rem;font-weight:400;color:var(--text-secondary);transition:color .2s ease}.nav-links a:hover{color:var(--text-primary);opacity:1}@media (max-width: 768px){.navigation{padding:1.5rem}.nav-logo{font-size:1.1rem}.nav-links{gap:1.5rem}.nav-links a{font-size:.85rem}}@media (max-width: 480px){.navigation{padding:1.25rem 1rem}.nav-logo{font-size:1rem}.nav-links{gap:1rem}.nav-links a{font-size:.8rem}}.hero{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:0;position:relative;overflow:hidden}.hero-background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}.hero-background img{width:100%;height:100%;object-fit:cover;object-position:center}.hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#0f0f0f99;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.hero-container{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;position:relative;z-index:1}.first-text-container{display:flex;justify-content:center;align-items:center}.first-text-image{max-width:400px;width:90%;height:auto;border-radius:20px;box-shadow:0 20px 60px #00000080;transition:transform .3s ease;display:block;margin:0 auto}.first-text-image:hover{transform:scale(1.02)}.hero-content-below{margin-top:3rem;margin-bottom:6rem}.hero-title{font-size:clamp(3rem,8vw,6rem);font-weight:600;line-height:1.1;letter-spacing:-.03em;margin-bottom:1.5rem}.hero-subtitle{font-size:clamp(1.2rem,3vw,1.8rem);font-weight:400;color:var(--text-secondary);margin-bottom:2rem}.hero-description{max-width:600px;margin:0 auto}.hero-description p{font-size:1.1rem;line-height:1.8;color:var(--text-secondary)}.timer-container{position:relative;z-index:2;margin-top:3rem;text-align:center}.timer-label{font-size:1.2rem;color:#ffffffe6;margin-bottom:1.5rem;font-weight:300;letter-spacing:.5px}.timer-display{display:flex;gap:2rem;justify-content:center;flex-wrap:wrap}.timer-unit{display:flex;flex-direction:column;align-items:center;min-width:80px}.timer-value{font-size:3rem;font-weight:700;color:#fff;line-height:1;text-shadow:0 2px 10px rgba(0,0,0,.3);background:linear-gradient(135deg,#fff,#fffc);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.timer-text{font-size:.9rem;color:#ffffffb3;margin-top:.5rem;text-transform:uppercase;letter-spacing:1px;font-weight:500}@media (max-width: 768px){.timer-display{gap:1rem}.timer-unit{min-width:60px}.timer-value{font-size:2rem}.timer-text{font-size:.75rem}.timer-label{font-size:1rem}}.hero-scroll{display:flex;flex-direction:column;align-items:center;gap:1rem;position:fixed;bottom:3rem;left:50%;transform:translate(-50%);z-index:10}.hero-scroll span{font-size:.85rem;text-transform:uppercase;letter-spacing:.1em;color:var(--text-secondary)}.scroll-indicator{width:1px;height:60px;background:linear-gradient(to bottom,var(--text-secondary),transparent);animation:scrollAnimation 2s infinite}@keyframes scrollAnimation{0%{opacity:0;transform:translateY(-10px)}50%{opacity:1}to{opacity:0;transform:translateY(10px)}}@media (max-width: 768px){.hero{padding:0 2rem}.first-text-image{max-width:320px;border-radius:16px}.first-text-container{margin-bottom:2rem}.hero-content-below{margin-top:2rem;margin-bottom:4rem}.hero-title{margin-bottom:1rem}.hero-subtitle{margin-bottom:1.5rem}.hero-description p{font-size:1rem}.hero-scroll{bottom:2rem}}.about{min-height:100vh;background-color:#0f0f0f;display:flex;align-items:center;justify-content:center;padding:8rem 6rem}.about-container{max-width:1100px;margin:0 auto;width:100%}.about-label{font-size:.7rem;letter-spacing:.15em;text-transform:uppercase;color:#ffffff59;margin-bottom:3rem;font-weight:400}.about-text{font-size:2rem;line-height:1.5;color:#fff9;font-weight:400;letter-spacing:0;margin:0}.about-text-image{max-width:100%;width:100%;height:auto;display:block;margin-top:30px}@media (max-width: 968px){.about{padding:4rem 2rem}.about-text{font-size:1.5rem;line-height:1.6}.about-label{margin-bottom:2rem;font-size:.65rem}}@media (max-width: 480px){.about{padding:3rem 1.5rem}.about-text{font-size:1.25rem;line-height:1.65}.about-label{margin-bottom:1.5rem;font-size:.6rem}}.works{background-color:#0f0f0f;padding:4rem 0}.works-container{width:100%}.works-title{font-size:3rem;font-weight:400;color:#fff;margin-bottom:4rem;padding:0 4rem;letter-spacing:-.02em}.works-grid{display:flex;flex-direction:column;gap:0}.work-item{width:100%;height:auto;position:relative;overflow:hidden;margin-bottom:2rem}.work-item-clickable{cursor:pointer}.work-image-container{width:calc(100% - 105px);height:55vh;margin-left:25px;position:relative;overflow:hidden}.work-image-container:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,var(--overlay-darkness, .3));pointer-events:none}.work-image{width:100%;height:100%;object-fit:cover;transition:transform .6s cubic-bezier(.22,1,.36,1)}.work-item:hover .work-image{transform:scale(1.05)}.work-content{position:absolute;top:50%;left:4rem;transform:translateY(-50%);z-index:2;color:#fff;text-align:left;pointer-events:none}.work-title{font-size:1.485rem;font-weight:600;color:#fff;margin-bottom:.5rem;letter-spacing:-.02em}.work-title-image{max-width:600px;width:100%;height:auto;margin-bottom:.5rem;filter:drop-shadow(2px 2px 10px rgba(0,0,0,.5))}.work-date{font-size:1rem;color:#ffffffb3;font-weight:400;margin-bottom:0}.work-description{position:absolute;top:50%;right:4rem;transform:translateY(-50%);font-size:.875rem;line-height:1.6;color:#fffc;max-width:600px;text-transform:uppercase;letter-spacing:.1em;font-weight:600;font-family:Courier New,Courier,monospace;z-index:2;pointer-events:none}@media (max-width: 968px){.works{padding:3rem 0}.works-title{font-size:2rem;padding:0 1.5rem;margin-bottom:2rem}.works-grid{gap:3rem}.work-item{margin-bottom:3rem}.work-image-container{width:100%;margin-left:0;height:50vh;min-height:300px}.work-content{position:static;transform:none;padding:1rem 1.5rem;text-align:left;background:transparent}.work-item-with-title-image .work-content{position:absolute;top:50%;left:4rem;transform:translateY(-50%);padding:0}.work-title{font-size:1.25rem;margin-bottom:.25rem}.work-title-image{max-width:500px}.work-date{font-size:.875rem}.work-description{position:static;transform:none;max-width:100%;padding:0 1.5rem 1rem;font-size:.75rem;line-height:1.5;text-align:left}}@media (max-width: 480px){.works-title{font-size:1.75rem;padding:0 1rem}.work-image-container{height:40vh;min-height:250px}.work-content{padding:1rem}.work-item-with-title-image .work-content{position:absolute;top:50%;left:2rem;transform:translateY(-50%);padding:0}.work-title{font-size:1.1rem}.work-title-image{max-width:400px}.work-description{padding:0 1rem 1rem;font-size:.7rem}.timer-display{gap:.75rem}.timer-unit{min-width:50px}.timer-value{font-size:1.5rem}.timer-text{font-size:.65rem}}.footer{background-color:#0a0a0a;color:#fff;padding:80px 60px 40px;margin-top:100px}.footer-container{max-width:1400px;margin:0 auto;display:flex;justify-content:space-between;gap:100px}.footer-left{flex:1;max-width:400px}.footer-brand{font-size:2.5rem;font-weight:300;margin:0 0 60px;letter-spacing:-.02em}.newsletter-section{margin-bottom:80px}.newsletter-title{font-size:.75rem;font-weight:500;letter-spacing:.1em;margin-bottom:20px;color:#ccc}.newsletter-form{display:flex;gap:10px;margin-bottom:20px}.newsletter-input{flex:1;background:transparent;border:none;border-bottom:1px solid #333;padding:12px 0;color:#fff;font-size:.95rem;outline:none;transition:border-color .3s ease}.newsletter-input::placeholder{color:#666}.newsletter-input:focus{border-bottom-color:#fff}.newsletter-submit{background:#fff;color:#0a0a0a;border:none;width:40px;height:40px;border-radius:4px;cursor:pointer;font-size:1.2rem;display:flex;align-items:center;justify-content:center;transition:background-color .3s ease}.newsletter-submit:hover{background:#e0e0e0}.footer-copyright{font-size:.7rem;color:#666;letter-spacing:.05em}.footer-right{display:flex;gap:100px}.footer-column{min-width:120px}.footer-column-title{font-size:.75rem;font-weight:500;letter-spacing:.1em;margin-bottom:20px;color:#ccc}.footer-links{list-style:none;padding:0;margin:0}.footer-links li{margin-bottom:12px}.footer-links a{color:#fff;text-decoration:none;font-size:.95rem;transition:color .3s ease}.footer-links a:hover{color:#999}@media (max-width: 768px){.footer{padding:60px 30px 30px}.footer-container{flex-direction:column;gap:60px}.footer-right{gap:60px}.footer-brand{font-size:2rem}}.project-detail{background:#000;color:#fff;min-height:100vh}.project-hero{width:100%;height:100vh;position:relative}.project-hero-image{width:100%;height:100%;background-size:cover;background-position:center;background-color:#1a1a1a;position:relative}.project-hero-overlay{position:absolute;bottom:80px;left:60px;z-index:2}.project-hero-title{font-size:6rem;font-weight:300;margin:0;letter-spacing:-.02em;text-shadow:2px 2px 20px rgba(0,0,0,.5)}.project-hero-title-image{max-width:800px;width:100%;height:auto;filter:drop-shadow(2px 2px 20px rgba(0,0,0,.5))}.project-content{background:#000;padding:100px 0}.project-content-container{max-width:1400px;margin:0 auto;padding:0 60px;display:grid;grid-template-columns:1fr 450px;gap:100px;position:relative}.project-images{display:flex;flex-direction:column;gap:60px;order:1}.project-image-wrapper{width:100%;overflow:hidden;border-radius:8px}.project-image{width:100%;height:auto;display:block;object-fit:cover}.project-info{order:2;position:sticky;top:120px;height:fit-content;padding:40px;background:#0a0a0a;border-radius:8px}.project-info-panel-image{width:100%;height:auto;display:block;margin-bottom:20px}.project-title{font-size:3rem;font-weight:300;margin:0 0 10px;letter-spacing:-.02em}.project-date{font-size:.95rem;color:#999;margin-bottom:40px}.project-overview{margin-bottom:40px}.project-section-title{font-size:.75rem;font-weight:500;letter-spacing:.1em;margin-bottom:15px;color:#ccc}.project-overview-text{font-size:1rem;line-height:1.7;color:#e0e0e0;margin:0}.project-categories{display:flex;flex-direction:column;gap:12px}.project-category{font-size:.85rem;letter-spacing:.08em;padding:12px 0;border-bottom:1px solid #222;color:#fff}.project-category:last-child{border-bottom:none}@media (max-width: 1024px){.project-content-container{grid-template-columns:1fr;gap:60px}.project-images{order:2}.project-info{order:1;position:relative;top:0}.project-hero-title{font-size:4rem}.project-hero-title-image{max-width:600px}.project-title{font-size:2.5rem}}@media (max-width: 768px){.project-hero-overlay{left:30px;bottom:60px}.project-hero-title{font-size:3rem}.project-hero-title-image{max-width:400px}.project-content{padding:60px 0}.project-content-container{padding:0 30px}.project-info{padding:30px}.project-title{font-size:2rem}}
