:root{--bg-primary: #0a0a0a;--bg-secondary: #141414;--fg-primary: #f5f0e8;--fg-muted: #8a8578;--accent-gold: #c9a962;--accent-warm: #d4a574;--border-subtle: rgba(201, 169, 98, .15)}*{margin:0;padding:0;box-sizing:border-box}::-webkit-scrollbar{display:none}html{background:var(--bg-primary);overflow-x:hidden;-ms-overflow-style:none;scrollbar-width:none}html.lenis,html.lenis body{height:auto}.lenis.lenis-smooth{scroll-behavior:auto!important}::selection{background-color:var(--accent-gold);color:var(--bg-primary)}body{font-family:Space Grotesk,sans-serif;background:var(--bg-primary);color:var(--fg-primary);overflow-x:hidden;cursor:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#preloader{position:fixed;inset:0;z-index:10000;background:var(--bg-primary);display:flex;flex-direction:column;align-items:center;justify-content:center;transition:opacity 1s ease,visibility 1s}#preloader.loaded{opacity:0;visibility:hidden;pointer-events:none}.preloader-text{font-family:Cormorant Garamond,serif;font-size:clamp(2rem,6vw,5rem);font-weight:300;letter-spacing:.3em;color:var(--fg-primary);margin-bottom:3rem}.preloader-bar-container{width:200px;height:1px;background:var(--border-subtle);position:relative;overflow:hidden}.preloader-bar{position:absolute;left:0;top:0;height:100%;width:0%;background:var(--accent-gold)}.preloader-percent{font-size:.75rem;letter-spacing:.2em;color:var(--fg-muted);margin-top:1.5rem;font-weight:300}#webgl-canvas{position:fixed;inset:0;z-index:0;pointer-events:auto}#webgl-canvas.inactive{pointer-events:none}#cursor{position:fixed;background:var(--fg-primary);width:12px;height:12px;border-radius:50%;pointer-events:none;transform:translate(-50%,-50%);transition:width .4s cubic-bezier(.16,1,.3,1),height .4s cubic-bezier(.16,1,.3,1),background .4s;z-index:9999;mix-blend-mode:difference}#cursor.hovering{width:80px;height:80px;background:var(--fg-primary)}#cursor-text{position:fixed;pointer-events:none;transform:translate(-50%,-50%);font-size:.65rem;letter-spacing:.1em;text-transform:uppercase;color:var(--fg-primary);z-index:10000;opacity:0;transition:opacity .3s ease;mix-blend-mode:normal}#cursor-text.visible{opacity:1}#landing-ui{position:fixed;inset:0;z-index:10;display:flex;flex-direction:column;justify-content:space-between;padding:2rem;pointer-events:none;opacity:0;transition:opacity .8s ease}#landing-ui.active{opacity:1}#landing-ui.hidden{opacity:0;pointer-events:none}.landing-header{text-align:center;margin-top:2rem}.landing-title{font-family:Cormorant Garamond,serif;font-size:clamp(2rem,6vw,4rem);font-weight:600;color:var(--fg-primary);letter-spacing:.15em}.landing-subtitle{font-size:.875rem;color:#f5f0e899;letter-spacing:.4em;margin-top:.5rem}.landing-prompt{text-align:center;padding-bottom:4rem}.prompt-text{font-size:.875rem;color:#f5f0e880;letter-spacing:.2em;animation:float 3s ease-in-out infinite}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.prompt-icon{width:40px;height:40px;margin:1rem auto 0;border:1px solid rgba(201,169,98,.4);border-radius:50%;display:flex;align-items:center;justify-content:center;animation:ping 2s cubic-bezier(0,0,.2,1) infinite}@keyframes ping{0%{transform:scale(1);opacity:1}75%,to{transform:scale(1.5);opacity:0}}#main-content{position:relative;z-index:20;background:transparent;visibility:hidden;transform:translateY(100vh);transition:transform 1.4s cubic-bezier(.76,0,.24,1),visibility .1s}#main-content.visible{visibility:visible;transform:translateY(0)}nav{position:fixed;top:0;left:0;right:0;z-index:100;padding:2rem 4rem;display:flex;justify-content:space-between;align-items:center;mix-blend-mode:difference;pointer-events:auto}.nav-logo{font-family:Cormorant Garamond,serif;font-size:clamp(1.2rem,2vw,1.5rem);font-weight:600;letter-spacing:.1em;color:var(--fg-primary);text-decoration:none}.nav-links{display:flex;gap:3rem}.nav-link{font-size:.75rem;letter-spacing:.2em;text-transform:uppercase;color:var(--fg-primary);text-decoration:none;position:relative;padding:.5rem 0}.nav-link:after{content:"";position:absolute;bottom:0;left:0;width:0;height:1px;background:var(--accent-gold);transition:width .4s}.nav-link:hover:after{width:100%}.hero{min-height:200vh;position:relative;display:flex;flex-direction:column;justify-content:center;padding:0 4rem}.hero-content{position:sticky;top:0;height:100vh;display:flex;flex-direction:column;justify-content:center;max-width:1400px;margin:0 auto;width:100%}.hero-year{font-size:.75rem;letter-spacing:.3em;color:var(--accent-gold);margin-bottom:2rem;font-weight:300}.hero-title{font-family:Cormorant Garamond,serif;font-size:clamp(4rem,15vw,18rem);font-weight:300;line-height:.85;letter-spacing:-.03em;color:var(--fg-primary);margin-bottom:2rem}.hero-title span{display:inline-block;overflow:hidden}.hero-title span .inner{display:inline-block;transform:translateY(120%)}.hero-subtitle{font-size:clamp(1rem,2vw,1.25rem);font-weight:300;color:var(--fg-muted);max-width:500px;line-height:1.8;letter-spacing:.02em}.hero-subtitle .line{overflow:hidden;display:block}.hero-subtitle .line .inner{display:inline-block;transform:translateY(120%)}.hero-scroll-indicator{position:absolute;bottom:4rem;left:4rem;display:flex;align-items:center;gap:1rem}.scroll-line{width:60px;height:1px;background:var(--border-subtle);position:relative;overflow:hidden}.scroll-line:after{content:"";position:absolute;left:0;top:0;height:100%;width:100%;background:var(--accent-gold);animation:scrollLine 2s infinite}@keyframes scrollLine{0%{transform:translate(-100%)}to{transform:translate(100%)}}.scroll-text{font-size:.65rem;letter-spacing:.3em;text-transform:uppercase;color:var(--fg-muted)}.about{min-height:100vh;padding:15vh 4rem;display:grid;grid-template-columns:1fr 1fr;gap:8rem;align-items:center}.about-label{font-size:.65rem;letter-spacing:.3em;text-transform:uppercase;color:var(--accent-gold);margin-bottom:2rem}.about-title{font-family:Cormorant Garamond,serif;font-size:clamp(2.5rem,6vw,5rem);font-weight:300;line-height:1.1;letter-spacing:-.02em;margin-bottom:2rem}.about-text{font-size:1rem;line-height:2;color:var(--fg-muted);font-weight:300}.about-text p{margin-bottom:1.5rem}.about-image{position:relative;aspect-ratio:3/4;overflow:hidden}.about-image-inner{width:100%;height:100%;background:linear-gradient(135deg,var(--bg-secondary) 0%,var(--bg-primary) 100%);display:flex;align-items:center;justify-content:center}.about-image-text{font-family:Cormorant Garamond,serif;font-size:8rem;font-weight:300;color:var(--accent-gold);opacity:.3}.horizontal-section{position:relative}.horizontal-wrapper{display:flex;width:fit-content}.horizontal-panel{width:100vw;height:100vh;flex-shrink:0;display:flex;align-items:center;justify-content:center;padding:4rem}.panel-content{max-width:1200px;width:100%;display:grid;grid-template-columns:repeat(3,1fr);gap:4rem}.panel-item{padding:3rem;border:1px solid var(--border-subtle);background:#14141480;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.panel-number{font-family:Cormorant Garamond,serif;font-size:4rem;font-weight:300;color:var(--accent-gold);margin-bottom:1.5rem}.panel-title{font-size:1.25rem;font-weight:500;margin-bottom:1rem;letter-spacing:-.01em}.panel-desc{font-size:.875rem;line-height:1.8;color:var(--fg-muted);font-weight:300}.products{min-height:100vh;padding:15vh 4rem}.products-header{text-align:center;margin-bottom:8rem}.products-label{font-size:.65rem;letter-spacing:.3em;text-transform:uppercase;color:var(--accent-gold);margin-bottom:1.5rem}.products-title{font-family:Cormorant Garamond,serif;font-size:clamp(3rem,8vw,8rem);font-weight:300;letter-spacing:-.03em}.products-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.product-card{aspect-ratio:1;background:var(--bg-secondary);border:1px solid var(--border-subtle);display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem;position:relative;overflow:hidden;transition:border-color .4s}.product-card:hover{border-color:var(--accent-gold)}.product-card:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at center,rgba(201,169,98,.1) 0%,transparent 70%);opacity:0;transition:opacity .4s}.product-card:hover:before{opacity:1}.product-icon{font-family:Cormorant Garamond,serif;font-size:5rem;font-weight:300;color:var(--accent-gold);margin-bottom:1.5rem}.product-name{font-size:1.25rem;font-weight:500;margin-bottom:.5rem;text-align:center}.product-name-en{font-size:.75rem;letter-spacing:.15em;text-transform:uppercase;color:var(--fg-muted)}footer{min-height:60vh;padding:10vh 4rem;border-top:1px solid var(--border-subtle);display:flex;flex-direction:column;justify-content:space-between}.footer-main{display:grid;grid-template-columns:2fr 1fr 1fr;gap:4rem}.footer-brand{font-family:Cormorant Garamond,serif;font-size:clamp(2rem,5vw,4rem);font-weight:300;line-height:1.2}.footer-col-title{font-size:.65rem;letter-spacing:.3em;text-transform:uppercase;color:var(--accent-gold);margin-bottom:2rem}.footer-links{display:flex;flex-direction:column;gap:1rem}.footer-link{font-size:.875rem;color:var(--fg-muted);text-decoration:none;transition:color .3s}.footer-link:hover{color:var(--fg-primary)}.footer-bottom{margin-top:4rem;padding-top:2rem;border-top:1px solid var(--border-subtle);display:flex;justify-content:space-between;align-items:center}.footer-copyright{font-size:.75rem;color:var(--fg-muted);letter-spacing:.1em}.footer-year{font-family:Cormorant Garamond,serif;font-size:1.5rem;color:var(--accent-gold)}@media(max-width:1024px){.about{grid-template-columns:1fr;gap:4rem}.panel-content{grid-template-columns:1fr;gap:2rem}.products-grid{grid-template-columns:repeat(2,1fr)}.footer-main{grid-template-columns:1fr;gap:3rem}}@media(max-width:768px){nav{padding:1.5rem 2rem}.nav-links{display:none}.hero{padding:0 2rem}.hero-scroll-indicator{left:2rem;bottom:2rem}.about,.products{padding:10vh 2rem}.products-grid{grid-template-columns:1fr}footer{padding:8vh 2rem}body{cursor:auto}#cursor,#cursor-text{display:none}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.scroll-line:after{animation:none}}a:focus-visible,button:focus-visible{outline:2px solid var(--accent-gold);outline-offset:4px}
