*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;width:100%;min-height:100%;overflow-x:hidden}body{background:#172118;width:100%;min-height:100vh;margin:0;padding:0;overflow-x:hidden}#root{width:100%;min-height:100vh;margin:0;padding:0}:root{--green-deep:#172118;--cream:#f4f0e8;--cream-soft:#cfc7b8;--text-light:#aaa99d;--border-light:#f4f0e81f;--sans:Arial, sans-serif;--serif:"Cormorant Garamond", Georgia, serif;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:var(--cream);background:var(--green-deep)}body{font-family:var(--sans);color:var(--cream);background:var(--green-deep)}#root{background:var(--green-deep)}h1,h2,h3,h4,h5,h6,p{margin:0}button,input,textarea,select{font:inherit}a{color:inherit}img{max-width:100%}::selection{color:#172118;background:#cfc7b8}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#172118}::-webkit-scrollbar-thumb{background:#cfc7b8;border-radius:10px}::-webkit-scrollbar-thumb:hover{background:#f4f0e8}@media (width<=1024px){html{font-size:16px}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.intro{z-index:99999;background:#fff;justify-content:center;align-items:center;width:100%;height:100vh;display:flex;position:fixed;inset:0;overflow:hidden}.intro-light{pointer-events:none;z-index:1;background:radial-gradient(circle,#beb58c1f 0%,#5a64500a 35%,#0000 70%);width:60vw;height:60vw;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.intro-content{z-index:3;text-align:center;opacity:0;will-change:transform, opacity;flex-direction:column;justify-content:center;align-items:center;transition:opacity .8s .25s,transform 1s .25s;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)scale(.94)}.intro--opening .intro-content{opacity:1;transform:translate(-50%,-50%)scale(1)}.intro-logo{object-fit:contain;filter:drop-shadow(0 0 18px #d2c8a024);width:120px;height:120px;display:block}.intro-brand span{letter-spacing:8px;color:#d2ccb1;margin-top:20px;font-family:Montserrat,sans-serif;font-size:11px;font-weight:400;display:block}.intro-brand h1{letter-spacing:8px;color:#e4dec8;text-shadow:0 0 15px #dcd2af1a;margin:0;font-family:Cormorant Garamond,serif;font-size:clamp(55px,7vw,90px);font-weight:300;line-height:.85}.brand-line{background:linear-gradient(90deg,#0000,#aaa27e,#0000);width:55px;height:1px;margin:18px auto 0}.curtain{z-index:5;will-change:transform;backface-visibility:hidden;background:#172118;width:50.5%;position:absolute;top:0;bottom:0;transform:translate(0,0);box-shadow:inset 0 0 70px #0000004d,0 0 45px #00000080}.curtain-left{left:0}.curtain-right{right:0}.curtain-folds{opacity:.14;pointer-events:none;background:repeating-linear-gradient(90deg,#0000 0 8%,#ffffff06 9%,#00000014 11%,#0000 14%);position:absolute;inset:0}.intro--opening .curtain-left{animation:3.5s cubic-bezier(.65,0,.35,1) forwards curtainLeftOpen}.intro--opening .curtain-right{animation:3.5s cubic-bezier(.65,0,.35,1) forwards curtainRightOpen}@keyframes curtainLeftOpen{0%{transform:translate(0,0)}to{transform:translate(-100%)}}@keyframes curtainRightOpen{0%{transform:translate(0,0)}to{transform:translate(100%)}}.curtain:after{content:"";opacity:0;background:linear-gradient(90deg,#78643c66,#dcc891e6,#78643c66);border:1px solid #dcc891b3;border-radius:50px;width:9px;height:100px;transition:opacity .5s 2.2s;position:absolute;top:68%;box-shadow:0 0 8px #dcc8912e}.curtain-left:after{right:8px}.curtain-right:after{left:8px}.intro--opening .curtain:after{opacity:1}.intro-bottom{z-index:12;letter-spacing:4px;color:#d6cfb380;font-family:Montserrat,sans-serif;font-size:8px;position:absolute;bottom:35px;left:50%;transform:translate(-50%)}@media (width<=600px){.curtain{width:51%}.intro-logo{width:90px;height:90px}.intro-brand span{letter-spacing:6px;font-size:9px}.intro-brand h1{letter-spacing:6px;font-size:60px}.brand-line{width:45px}.curtain:after{width:8px;height:80px;top:65%}}*{box-sizing:border-box}.home{color:#e8e3d2;background:linear-gradient(135deg,#0d160f 0%,#172118 45%,#101810 100%);width:100%;min-height:100vh;margin:0;padding:0;font-family:Montserrat,sans-serif;position:relative;overflow:hidden}.navbar{z-index:1000;-webkit-backdrop-filter:blur(14px);box-sizing:border-box;background:#172118d1;border-bottom:1px solid #e8e3d21f;justify-content:space-between;align-items:center;width:100%;height:82px;padding:0 5vw;display:flex;position:fixed;top:0;left:0}@keyframes navbarDrop{0%{opacity:0;transform:translateY(-100px)}to{opacity:1;transform:translateY(0)}}.navbar-logo{align-items:center;display:flex}.navbar-logo img{object-fit:contain;width:60px;height:auto}@keyframes logoDrop{0%{opacity:0;transform:translateY(-80px)}to{opacity:1;transform:translateY(0)}}.navbar-links{align-items:center;gap:28px;margin-left:auto;margin-right:35px;animation:1s cubic-bezier(.22,1,.36,1) 0 linksDrop,none;display:flex}@keyframes linksDrop{0%{opacity:0;transform:translateY(-60px)}to{opacity:1;transform:translateY(0)}}.navbar-links a{color:#e8e3d2d1;letter-spacing:1.5px;white-space:nowrap;font-size:11px;text-decoration:none;transition:color .3s;position:relative}.navbar-links a:after{content:"";background:#c9bd8d;width:0;height:1px;transition:width .3s;position:absolute;bottom:-7px;left:0}.navbar-links a:hover{color:#fff}.navbar-links a:hover:after{width:100%}.navbar-actions{flex-shrink:0;align-items:center;gap:20px;animation:1s cubic-bezier(.22,1,.36,1) .3s both actionsDrop;display:flex}@keyframes actionsDrop{0%{opacity:0;transform:translateY(-60px)}to{opacity:1;transform:translateY(0)}}.language{color:#e8e3d2cc;letter-spacing:1px;cursor:pointer;white-space:nowrap;background:0 0;border:none;font-family:Montserrat,sans-serif;font-size:10px}.cart{color:#e8e3d2;cursor:pointer;background:0 0;border:none;padding:5px;font-size:18px;position:relative}.cart span{color:#172118;background:#c9bd8d;border-radius:50%;justify-content:center;align-items:center;width:15px;height:15px;font-size:8px;font-weight:400;display:flex;position:absolute;top:-5px;right:-6px}.hamburger{cursor:pointer;background:0 0;border:none;flex-direction:column;justify-content:center;gap:5px;width:30px;height:30px;padding:5px;display:none}.hamburger span{background:#e8e3d2;width:20px;height:1px;transition:transform .35s,opacity .35s;display:block}.hamburger.active span:first-child{transform:translateY(6px)rotate(45deg)}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){transform:translateY(-6px)rotate(-45deg)}.mobile-menu{z-index:90;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#0d160ff7;border-left:1px solid #c9bd8d1f;width:min(360px,85%);height:100vh;padding:120px 40px 40px;transition:transform .5s cubic-bezier(.77,0,.18,1);position:fixed;top:0;right:0;transform:translate(100%)}.mobile-menu.open{transform:translate(0)}.mobile-menu a{color:#e8e3d2e6;letter-spacing:1px;opacity:0;font-family:Cormorant Garamond,serif;font-size:27px;font-weight:300;text-decoration:none;transition:opacity .4s,transform .4s,color .3s;transform:translate(30px)}.mobile-menu.open a{opacity:1;transform:translate(0)}.mobile-menu.open a:first-child{transition-delay:80ms}.mobile-menu.open a:nth-child(2){transition-delay:.13s}.mobile-menu.open a:nth-child(3){transition-delay:.18s}.mobile-menu.open a:nth-child(4){transition-delay:.23s}.mobile-menu.open a:nth-child(5){transition-delay:.28s}.mobile-menu.open a:nth-child(6){transition-delay:.33s}.mobile-menu.open a:nth-child(7){transition-delay:.38s}.mobile-menu a:hover{color:#c9bd8d}.hero{align-items:center;width:100%;min-height:100vh;margin:0;padding:0;display:flex;position:relative;overflow:hidden}.hero:before{content:"";filter:blur(30px);pointer-events:none;background:radial-gradient(circle,#c2b88c17,#0000 68%);width:700px;height:700px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.hero-overlay{z-index:4;pointer-events:none;background:linear-gradient(90deg,#172118d1 0%,#172118ad 35%,#1721187a 65%,#17211852 100%);position:absolute;inset:0}.hero-content{z-index:10;z-index:10;width:50%;padding-top:70px;padding-left:8%;position:relative}@keyframes heroLeftEnter{0%{opacity:0;transform:translate(-180px)}to{opacity:1;transform:translate(0)}}.hero-small-title{letter-spacing:7px;color:#c9bd8d;margin:0 0 20px;font-size:10px}.hero-content h1{letter-spacing:-2px;color:#eee9d8;margin:0;font-family:Cormorant Garamond,serif;font-size:clamp(70px,8vw,120px);font-weight:300;line-height:.78}.hero-description{color:#e8e3d2a6;max-width:420px;margin:35px 0;font-size:13px;font-weight:300;line-height:1.9}.hero-button{color:#e8e3d2;letter-spacing:2px;cursor:pointer;background:#c9bd8d14;border:1px solid #c9bd8d8c;padding:16px 30px;font-family:Montserrat,sans-serif;font-size:10px;text-decoration:none;transition:background .35s,color .35s,transform .35s}.hero-button:hover{color:#172118;background:#c9bd8d;transform:translateY(-2px)}.hero-dresses{z-index:3;width:50%;height:calc(100vh - 90px);animation:1.5s cubic-bezier(.22,1,.36,1) .4s both dressesEnter;position:absolute;top:90px;right:0;overflow:hidden}@keyframes dressesEnter{0%{opacity:0;transform:translate(220px)}to{opacity:1;transform:translate(0)}}.dress-track{width:100%;height:100%;position:relative}.dress{opacity:0;pointer-events:none;width:240px;height:330px;position:absolute;top:50%;left:50%;overflow:hidden;transform:translate(-50%,-50%)}.dress img{object-fit:contain;filter:saturate(1.08)contrast(1.08)brightness(1.08);opacity:1;width:100%;height:100%;display:block}.dress-1{animation:12s cubic-bezier(.45,0,.55,1) infinite dressFlow}.dress-2{animation:12s cubic-bezier(.45,0,.55,1) 3s infinite dressFlow}.dress-3{animation:12s cubic-bezier(.45,0,.55,1) 6s infinite dressFlow}.dress-4{animation:12s cubic-bezier(.45,0,.55,1) 9s infinite dressFlow}@keyframes dressFlow{0%{opacity:0;transform:translate(-50%,-130%)scale(.92)}12%{opacity:1;transform:translate(-50%,-55%)scale(1)}35%{opacity:1;transform:translate(-50%)scale(1)}50%{opacity:1;transform:translate(-50%)scale(1)}70%{opacity:.8;transform:translate(-50%,65%)scale(.97)}88%{opacity:0;transform:translate(-50%,130%)scale(.92)}to{opacity:0;transform:translate(-50%,130%)scale(.92)}}.hero-dresses:before{content:"";filter:blur(20px);pointer-events:none;background:radial-gradient(#d2c8a512,#0000 70%);width:420px;height:560px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@media (width<=1150px){.navbar-links{gap:18px;margin-right:20px}.navbar-links a{letter-spacing:1px;font-size:9px}.hero-content{padding-left:6%}.hero-content h1{font-size:clamp(65px,7vw,95px)}.dress{width:210px;height:300px}}@media (width<=900px){.navbar{height:75px;padding:0 6%}.navbar-links{display:none}.navbar-logo img{width:50px;height:50px}.navbar-actions{gap:16px}.language{font-size:9px}.hamburger{display:flex}.hero{flex-direction:column;justify-content:center;width:100%;min-height:100vh}.hero-content{text-align:center;text-align:center;flex-direction:column;align-items:center;width:100%;padding:120px 8% 40px;display:flex}@keyframes heroMobileEnter{0%{opacity:0;transform:translateY(80px)}to{opacity:1;transform:translateY(0)}}.hero-small-title{letter-spacing:5px;margin-bottom:15px;font-size:9px}.hero-content h1{letter-spacing:-1px;font-size:clamp(58px,15vw,78px);line-height:.82}.hero-description{max-width:380px;margin:28px auto;font-size:12px;line-height:1.8}.hero-button{padding:15px 25px}.hero-dresses{opacity:.95;width:100%;height:calc(100vh - 75px);animation:1.5s cubic-bezier(.22,1,.36,1) .4s both dressesMobileEnter;position:absolute;top:75px;right:0}@keyframes dressesMobileEnter{0%{opacity:0;transform:translateY(100px)}to{opacity:.95;transform:translateY(0)}}.hero-overlay{background:linear-gradient(#172118f0,#172118d1)}.dress{width:210px;height:290px}}@media (width<=500px){.navbar{padding:0 5%}.navbar-logo img{width:45px;height:45px}.navbar-actions{gap:10px}.language{font-size:8px}.cart{font-size:16px}.hamburger{width:27px;height:27px}.hero-content{padding:110px 6% 30px}.hero-content h1{font-size:clamp(52px,15vw,64px)}.hero-description{max-width:310px;margin:25px auto;font-size:11px}.hero-button{padding:14px 21px;font-size:9px}.dress{width:165px;height:235px}.mobile-menu{width:88%;padding:110px 30px 30px}.mobile-menu a{font-size:24px}}@media (width<=360px){.hero-content h1{font-size:48px}.hero-description{max-width:280px}.dress{width:145px;height:210px}}@media (prefers-reduced-motion:reduce){.navbar,.navbar-logo,.navbar-links,.navbar-actions,.hero-content,.hero-dresses,.dress,.mobile-menu{transition:none!important;animation:none!important}}.mobile-menu{box-sizing:border-box;-webkit-backdrop-filter:blur(20px);z-index:9998;opacity:0;visibility:hidden;pointer-events:none;background:#f4f1e8f7;flex-direction:column;width:100%;height:calc(100vh - 75px);padding:55px 8% 40px;transition:opacity .45s,transform .5s,visibility .45s;display:flex;position:fixed;top:75px;left:0;transform:translateY(-25px)}.mobile-menu.open{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)}.mobile-menu nav{flex-direction:column;gap:25px;display:flex}.mobile-menu nav a{color:#172118;letter-spacing:1px;opacity:0;width:fit-content;font-family:Cormorant Garamond,serif;font-size:30px;font-weight:400;text-decoration:none;transition:color .3s,opacity .4s,transform .5s;position:relative;transform:translateY(20px)}.mobile-menu.open nav a{opacity:1;transform:translateY(0)}.mobile-menu.open nav a:first-child{transition-delay:80ms}.mobile-menu.open nav a:nth-child(2){transition-delay:.13s}.mobile-menu.open nav a:nth-child(3){transition-delay:.18s}.mobile-menu.open nav a:nth-child(4){transition-delay:.23s}.mobile-menu.open nav a:nth-child(5){transition-delay:.28s}.mobile-menu.open nav a:nth-child(6){transition-delay:.33s}.mobile-menu.open nav a:nth-child(7){transition-delay:.38s}.mobile-menu nav a:hover{color:#a99b6d}@media (width>=901px){.mobile-menu{display:none}}@media (width<=500px){.mobile-menu{height:calc(100vh - 70px);padding:45px 8% 35px;top:70px}.mobile-menu nav{gap:21px}.mobile-menu nav a{font-size:27px}}.hero-scroll-next{color:#e8e3d2;cursor:pointer;z-index:10;background:0 0;border:none;flex-direction:column;align-items:center;gap:9px;width:42px;padding:0;display:flex;position:absolute;bottom:32px;left:50%;transform:translate(-50%)}.hero-scroll-arrow{font-family:Arial,sans-serif;font-size:20px;font-weight:300;line-height:1;animation:2s ease-in-out infinite elegantArrow}.hero-scroll-line{transform-origin:top;background:#e8e3d2b3;width:1px;height:42px;animation:2s ease-in-out infinite elegantLine;display:block}@keyframes elegantArrow{0%,to{transform:translateY(0)}50%{transform:translateY(7px)}}@keyframes elegantLine{0%,to{opacity:.45;transform:scaleY(.65)}50%{opacity:1;transform:scaleY(1)}}.hero-scroll-next:hover .hero-scroll-arrow{transform:translateY(5px)}.hero-scroll-next:hover .hero-scroll-line{opacity:1}
