@import "https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;500;600;700&family=Inter:wght@300;400;500&display=swap";:root{--olive-dark:#2a2c21;--olive-darker:#1a1c14;--beige-light:#ebe6dc;--ivory:#f8f5ee;--gold-accent:#b0a288;--glass-bg:#ffffff0a;--glass-border:#ffffff14;--font-serif:"Cormorant Garamond", serif;--font-sans:"Inter", sans-serif;--transition:all .5s cubic-bezier(.4, 0, .2, 1)}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-sans);background-color:var(--ivory);color:var(--olive-darker);-webkit-font-smoothing:antialiased;line-height:1.6;overflow-x:hidden}body.dark-mode{background-color:var(--olive-darker);color:var(--beige-light)}h1,h2,h3,h4,h5,h6{font-family:var(--font-serif);font-weight:500;line-height:1.1}a{color:inherit;text-decoration:none}ul{list-style:none}img{max-width:100%;display:block}.container{max-width:1440px;margin:0 auto;padding:0 4vw}.flex{display:flex}.flex-wrap{flex-wrap:wrap}.flex-col{flex-direction:column}.items-center{align-items:center}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.justify-end{justify-content:flex-end}@media (width<=768px){.md-flex-col{flex-direction:column}.md-items-start{align-items:flex-start}.md-justify-start{justify-content:flex-start}.md-gap-2{gap:2rem!important}.md-w-full{width:100%!important;max-width:100%!important}.md-p-0{padding:0!important}}.text-sans{font-family:var(--font-sans)}.text-serif{font-family:var(--font-serif)}.desktop-only{display:block}.mobile-only{display:none}@media (width<=768px){.desktop-only{display:none}.mobile-only{display:block}}.btn{font-size:.85rem;font-family:var(--font-sans);text-transform:uppercase;letter-spacing:.05em;cursor:pointer;transition:var(--transition);border-radius:2rem;justify-content:center;align-items:center;gap:.5rem;padding:.8rem 1.8rem;font-weight:400;display:inline-flex}.btn-outline{border:1px solid var(--glass-border);color:inherit;background:0 0}.btn-outline:hover{background:var(--beige-light);color:var(--olive-darker)}body:not(.dark-mode) .btn-outline{border-color:#0003}body:not(.dark-mode) .btn-outline:hover{background:var(--olive-darker);color:var(--beige-light)}.btn-solid{background:var(--olive-darker);color:var(--beige-light);border:none}.btn-solid:hover{opacity:.9}.btn-glass{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:var(--beige-light);background:#ffffff0d;border:1px solid #ffffff1a}.header{z-index:100;-webkit-backdrop-filter:blur(12px);background:#1a1c14bf;border-bottom:1px solid #ffffff0d;width:100%;padding:.8rem 0;position:fixed;top:0;left:0}.header-inner{justify-content:space-between;align-items:center;padding:.6rem 0;display:flex}.logo{font-family:var(--font-serif);letter-spacing:-.02em;font-size:2rem}.nav-links{gap:3rem;font-size:.9rem;display:flex}.nav-links a{opacity:.8;transition:opacity .3s}.nav-links a:hover,.nav-links a.active{opacity:1}.hamburger{cursor:pointer;z-index:1000;flex-direction:column;gap:6px;display:none}.hamburger span{width:24px;height:2px;transition:var(--transition);background:#fff}@media (width<=900px){.nav-links{display:none}.hamburger{display:flex}.header-actions .btn{display:none}}.mobile-menu{background:var(--olive-darker);z-index:900;flex-direction:column;justify-content:center;align-items:center;gap:2rem;width:100%;height:100vh;transition:transform .6s cubic-bezier(.85,0,.15,1);display:flex;position:fixed;top:0;left:0;transform:translateY(-100%)}.mobile-menu.active{transform:translateY(0)}.mobile-menu a{font-family:var(--font-serif);color:var(--beige-light);font-size:2.5rem}.hero-section{align-items:center;height:110vh;display:flex;position:relative;overflow:visible}.hero-bg{z-index:0;width:100%;height:100%;position:absolute;top:0;left:0}.hero-bg img{object-fit:cover;object-position:center top;width:100%;height:100%}.hero-overlay{background:linear-gradient(90deg,#14160ebf 60%,#0000);width:40%;height:100%;position:absolute;top:0;left:0}.hero-content{z-index:10;align-items:center;width:100%;padding-top:5rem;display:flex;position:relative}.hero-text-wrapper{flex-shrink:0;max-width:480px}.hero-title{color:#efece1;margin-bottom:2rem;font-size:5.5rem;line-height:1.1}.hero-title div span{color:#9c8e71}.hero-subtitle{color:#efece1cc;max-width:320px;margin-bottom:3rem;font-size:1.05rem;line-height:1.6}@media (width<=768px){.hero-section{flex-direction:column;justify-content:flex-start;height:auto;min-height:100vh;padding:120px 0 60px}.hero-bg{border-radius:20px;order:2;width:92vw;height:60vh;margin-top:2rem;margin-left:auto;margin-right:auto;position:relative;overflow:hidden}.hero-overlay{background:linear-gradient(#0000,#14160e80);width:100%}.hero-content{order:1;padding-top:0;display:block}.hero-text-wrapper{text-align:center;max-width:100%}.hero-title{font-size:3.5rem}.hero-subtitle{margin:0 auto 2.5rem}}.glass-panel{-webkit-backdrop-filter:blur(20px);background:#fff6;border-left:1px solid #fff9;box-shadow:-10px 0 30px #00000008}.features-bar-wrapper{z-index:20;width:100%;padding:0 4vw;position:absolute;bottom:-45px;left:0}.features-bar{color:#efece1;background:#3c4223;border-radius:30px;justify-content:space-between;align-items:center;gap:2rem;max-width:1300px;margin:0 auto;padding:1.8rem 3rem;display:flex;box-shadow:0 20px 40px #0003}.feature-item{align-items:center;gap:1rem;display:flex}.feature-icon{opacity:.9;flex-shrink:0}.feature-text strong{margin-bottom:.2rem;font-size:.85rem;font-weight:500;display:block}.feature-text span{opacity:.7;font-size:.75rem}@media (width<=1100px){.features-bar{border-radius:24px;grid-template-columns:1fr 1fr;gap:2rem;padding:2rem;display:grid}}@media (width<=768px){.features-bar-wrapper{margin-top:-30px;position:relative;bottom:auto}.features-bar{grid-template-columns:1fr;gap:1.5rem;padding:2rem}}.scents-section{color:#2b2c21;background-color:#efece1;padding:12rem 0 8rem;position:relative;overflow:hidden}.scents-container{justify-content:space-between;align-items:flex-start;gap:4rem;display:flex}.scents-content{flex:0 0 32%;padding-top:2rem}.scents-title{margin-bottom:1.5rem;font-size:3.5rem;line-height:1.1}.scents-grid{flex:1;justify-content:flex-end;gap:1.5rem;display:flex}.scents-card{border-radius:16px;width:100%;max-width:220px;height:350px;position:relative;overflow:hidden;box-shadow:0 10px 30px #00000014}.scents-card img{object-fit:cover;width:100%;height:100%}.scents-card-overlay{color:#fff;background:linear-gradient(#0000,#0009);width:100%;padding:2rem 1.5rem 1.5rem;position:absolute;bottom:0;left:0}.scents-card.livingroom img{object-position:center right;transform:scale(1.05)}@media (width<=1024px){.scents-container{flex-direction:column;gap:3rem}.scents-content{flex:none;max-width:500px}.scents-grid{justify-content:flex-start;width:100%}}@media (width<=768px){.scents-section{padding:6rem 0}.scents-title{font-size:2.8rem}.scents-grid{flex-direction:column;gap:1.5rem}.scents-card{max-width:100%;height:280px}}.collection-card{height:500px;color:var(--beige-light);border-radius:1rem;flex-direction:column;justify-content:flex-end;padding:2rem;display:flex;position:relative;overflow:hidden}.collection-card:after{content:"";z-index:1;background:linear-gradient(#10120a00 0%,#10120ae6 100%);height:60%;position:absolute;bottom:0;left:0;right:0}.collection-card>*{z-index:2;position:relative}.card-img-wrapper{z-index:0;width:100%;height:100%;position:absolute;top:0;left:0}.card-img-wrapper img{object-fit:cover;width:100%;height:100%;transition:transform .8s}.collection-card:hover .card-img-wrapper img{transform:scale(1.05)}.testimonial-card{background:#fff;border:1px solid #0000000d;border-radius:12px;padding:2rem;box-shadow:0 10px 30px #00000008}.contact-form-wrapper{background:#ffffff08;border:1px solid #ffffff0d;border-radius:16px;padding:3rem}.form-input{color:var(--beige-light);font-family:var(--font-sans);background:0 0;border:1px solid #ffffff1a;border-radius:8px;outline:none;width:100%;padding:1.2rem;transition:border-color .3s}.form-input:focus{border-color:#ffffff4d}.dark-section{color:var(--beige-light);background-color:#24251c}.product-grid{justify-content:center;gap:1.5rem;display:flex;position:relative}.product-card{cursor:pointer;border-radius:20px;flex:1;max-width:320px;height:500px;text-decoration:none;transition:transform .4s;position:relative;overflow:hidden;box-shadow:0 30px 60px #0000001a}.product-card:hover{transform:translateY(-10px)}.product-card img{object-fit:cover;width:100%;height:100%}.product-card-overlay{color:#fff;background:linear-gradient(#0000,#000c);width:100%;padding:3rem 2rem 2rem;position:absolute;bottom:0;left:0}@media (width<=1024px){.product-grid{flex-wrap:wrap;gap:2rem}.product-card{flex:none;width:45%;max-width:100%}}@media (width<=600px){.product-card{width:100%;height:400px}}.reveal-text,.reveal-up{opacity:1}.contact-glass-form{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffff08;border:1px solid #ffffff0d;border-radius:24px;padding:3rem;box-shadow:0 40px 100px #0000004d}.contact-input{color:#fff;width:100%;font-family:var(--font-sans);background:0 0;border:1px solid #ffffff1a;border-radius:12px;outline:none;padding:1rem 1.2rem;transition:border .3s}.contact-input:focus{border-color:#a79f88}.experience-section{background-color:#2b2c21;align-items:center;height:80vh;display:flex;position:relative;overflow:hidden}.experience-bg{z-index:0;width:100%;height:100%;position:absolute;top:0;left:0}.experience-bg img{object-fit:cover;width:100%;height:100%}.experience-content{z-index:10;width:100%;padding:0 4vw;position:relative}.experience-text-wrapper{width:45%;margin-left:auto}.stats-row{color:#efece1;gap:3rem;margin-top:2rem;display:flex}@media (width<=1024px){.experience-text-wrapper{width:60%}}@media (width<=768px){.experience-section{height:auto;padding:8rem 0}.experience-text-wrapper{text-align:center;width:100%}.experience-text-wrapper h2{font-size:2.5rem}.stats-row{flex-wrap:wrap;justify-content:center;gap:2rem}}.footer-refined .container{justify-content:space-between;align-items:flex-start;gap:6rem;display:flex}@media (width<=1024px){.footer-refined .container{flex-wrap:wrap}.footer-refined .container>div{flex:40%}}@media (width<=768px){.footer-refined{padding:5rem 0 2rem}.footer-refined .container{flex-direction:column;gap:3rem}.footer-refined .container>div{text-align:center;max-width:100%!important}.footer-refined .container .flex{flex-wrap:wrap;justify-content:center;gap:3rem}.newsletter-pill{margin:0 auto}}.newsletter-pill{width:100%;max-width:320px;position:relative}.newsletter-input{color:#fff;width:100%;font-family:var(--font-sans);background:#ffffff08;border:1px solid #ffffff1a;border-radius:3rem;outline:none;padding:1rem 1.5rem;font-size:.85rem}.newsletter-btn{color:#efece1;cursor:pointer;opacity:.8;background:0 0;border:none;align-items:center;display:flex;position:absolute;top:50%;right:15px;transform:translateY(-50%)}.footer-link{color:inherit;opacity:.7;margin-bottom:1.2rem;text-decoration:none;transition:opacity .3s;display:block}.footer-link:hover{opacity:1}.footer-refined{color:#efece1;background-color:#1a1c14;border-top:1px solid #ffffff08;padding:8rem 0 3rem;position:relative;overflow:hidden}.footer-refined:before{content:"";opacity:.25;z-index:0;background:url(/images/homepagefooter.png) 50%/cover no-repeat;width:100%;height:100%;position:absolute;top:0;left:0}.footer-refined>.container{z-index:1;position:relative}.social-links{gap:1.2rem;display:flex}.social-icon{width:40px;height:40px;transition:var(--transition);opacity:.8;border:1px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;display:flex}.social-icon:hover{border-color:var(--gold-accent);opacity:1;background:#ffffff0d;transform:translateY(-3px)}.price-tag{text-align:center;-webkit-backdrop-filter:blur(10px);background:#ffffff26;border:1px solid #ffffff1a;border-radius:2rem;min-width:90px;padding:.5rem 1rem;font-size:1.1rem;font-weight:500}.preloader{z-index:10000;pointer-events:none;justify-content:center;align-items:center;width:100%;height:100vh;display:flex;position:fixed;top:0;left:0;overflow:hidden}.preloader-bg-top,.preloader-bg-bottom{z-index:1;background:#1a1c14;width:100%;height:50%;position:absolute;left:0}.preloader-bg-top{top:0}.preloader-bg-bottom{bottom:0}.preloader-content{z-index:2;text-align:center;position:relative}.preloader-logo{color:#efece1;letter-spacing:.1em;opacity:0;margin-bottom:1rem;font-size:5rem}.preloader-line{background:var(--gold-accent);width:0;height:1px;margin:0 auto}.footer-refined .flex{gap:5rem}
