*{margin:0;padding:0;box-sizing:border-box}html,body{overflow-x:hidden}:root{--gold: #c9a227;--gold-light: #d4af37;--gold-dark: #a68523;--cream: #f5e6c8;--green-dark: #1a472a;--green-forest: #2d5a3d;--white: #ffffff;--text-dark: #2c1e1a}body{font-family:Lato,sans-serif;line-height:1.6;background:#1a472a}a{text-decoration:none;color:inherit}ul{list-style:none}.header{position:fixed;top:0;left:0;right:0;z-index:100;background:linear-gradient(180deg,#1a472a,#122d1a);height:100px;width:100%;padding:10px 0;border:2px solid var(--gold);border-top:none}.header:before{content:"";position:absolute;top:0;left:0;width:80px;height:100%;border-right:2px solid var(--gold);clip-path:polygon(0 0,100% 0,50% 100%,0 100%);pointer-events:none}.header:after{content:"";position:absolute;top:0;right:0;width:80px;height:100%;border-left:2px solid var(--gold);clip-path:polygon(0 0,100% 0,100% 100%,50% 100%);pointer-events:none}.header-container{max-width:1200px;width:100%;height:100%;margin:0 auto;padding:0 100px;display:flex;justify-content:space-between;align-items:center}.logo{display:flex;align-items:center;flex-shrink:0}.logo-img{height:50px;width:auto;-o-object-fit:contain;object-fit:contain}.main-nav{display:flex;align-items:center;flex:1;justify-content:center}.nav-list{display:flex;align-items:center;gap:35px}.nav-list a{font-family:Lato,sans-serif;color:var(--cream);font-size:.85rem;font-weight:400;transition:all .3s ease;padding:8px 0;position:relative}.nav-list a:after{content:"";position:absolute;bottom:0;left:0;width:0;height:1px;background:var(--cream);transition:width .3s ease}.nav-list a:hover:after,.nav-list a.active:after{width:100%}.header-right{display:flex;align-items:center;flex-shrink:0}.shop-btn{background:transparent;border:1.5px solid var(--gold);color:var(--gold);padding:10px 22px;border-radius:5px;font-weight:600;font-size:.8rem;letter-spacing:.5px;transition:all .3s ease;cursor:pointer}.shop-btn:hover{background:var(--gold);color:var(--green-dark)}.mobile-menu-toggle{display:none;flex-direction:column;gap:5px;cursor:pointer;padding:10px;background:none;border:none}.mobile-menu-toggle span{width:25px;height:2px;background:var(--white);display:block}.hero{position:relative;min-height:700px;display:flex;align-items:center;justify-content:center;text-align:center;padding:80px 20px;background-size:cover;background-position:center;margin-top:100px}.hero:before{content:"";position:absolute;inset:0;background:#0000004d}.hero-content{max-width:800px;z-index:10;position:relative}.hero-title{font-family:Cinzel,serif;font-size:2.5rem;font-weight:500;color:var(--gold);line-height:1.3;margin-bottom:15px;text-shadow:2px 2px 10px rgba(0,0,0,.8);letter-spacing:2px;font-style:italic}.hero-subtitle{font-family:Cormorant Garamond,serif;font-size:1.2rem;color:var(--white);margin-bottom:30px;text-shadow:1px 1px 6px rgba(0,0,0,.7)}.cta-button{display:inline-block;padding:14px 40px;background:linear-gradient(to bottom,#d4c4a0,#c9b896);color:#2c1e1a;font-family:Lato,sans-serif;font-size:.85rem;font-weight:700;letter-spacing:2px;text-transform:uppercase;border:none;border-radius:5px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #0000004d}.cta-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0006}.philosophy-section{padding:0;background-size:cover;background-position:center;background-repeat:no-repeat;position:relative;aspect-ratio:16 / 5;display:flex;align-items:center;width:100%}.philosophy-container{max-width:500px;margin:0 0 0 80px}.philosophy-content{flex:1}.philosophy-title{font-family:Cinzel,serif;font-size:1.6rem;font-weight:700;color:var(--green-dark);margin-bottom:20px;letter-spacing:2px;line-height:1.4}.philosophy-text{font-family:Lato,sans-serif;font-size:1rem;color:#5a4a3a;line-height:1.8}.products-section{background-size:cover;background-position:center;background-repeat:no-repeat;aspect-ratio:16 / 5;display:flex;flex-direction:column;justify-content:flex-start;width:100%}.products-header{text-align:center;padding:60px 20px 40px;background:transparent}.section-title{font-family:Cinzel,serif;font-size:1.4rem;font-weight:700;color:var(--cream);letter-spacing:2px;margin-bottom:5px}.section-subtitle{font-family:Cinzel,serif;font-size:1.2rem;color:var(--gold);letter-spacing:2px}.products-showcase{display:none}.products-cards-section{background:transparent;padding:40px 20px 80px}.products-cards-wrapper{max-width:900px;margin:0 auto;display:flex;align-items:center;gap:15px}.products-nav{width:35px;height:35px;background:#ffffff26;border:none;border-radius:50%;color:#fff;font-size:1rem;cursor:pointer;transition:all .3s ease;flex-shrink:0}.products-nav:hover{background:#ffffff40}.products-grid{display:flex;gap:20px;flex:1;justify-content:center}.product-card{background:linear-gradient(165deg,#faf8f3,#f5efe3);border-radius:8px;padding:15px 12px;text-align:center;width:180px;box-shadow:0 4px 15px #0003}.product-dot{width:45px;height:45px;margin:0 auto 10px;border-radius:50%;overflow:hidden}.product-dot img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.product-card:nth-child(1) .product-dot{background:#e67e22}.product-card:nth-child(2) .product-dot{background:#8b4513}.product-card:nth-child(3) .product-dot{background:#f39c12}.product-name{font-family:Cinzel,serif;font-size:.75rem;font-weight:700;color:var(--green-dark);margin-bottom:5px;letter-spacing:.5px}.product-desc{font-family:Lato,sans-serif;font-size:.7rem;color:#5a4a3a;margin-bottom:10px;line-height:1.4}.product-btn{display:inline-block;padding:6px 14px;background:transparent;color:var(--green-dark);font-family:Lato,sans-serif;font-size:.6rem;font-weight:700;letter-spacing:.5px;text-transform:uppercase;border:1.5px solid var(--green-dark);border-radius:3px;cursor:pointer;transition:all .3s ease}.product-btn:hover{background:var(--green-dark);color:var(--cream)}.wisdom-section{padding:80px 20px;background-size:cover;background-position:center;background-repeat:no-repeat}.wisdom-container{max-width:1000px;margin:0 auto}.wisdom-header{text-align:center;margin-bottom:30px}.wisdom-title{font-family:Cinzel,serif;font-size:1.4rem;font-weight:700;color:var(--green-dark);letter-spacing:2px;margin-bottom:8px}.wisdom-subtitle{font-family:Lato,sans-serif;font-size:.85rem;color:#5a4a3a}.articles-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:25px;margin-bottom:30px}.article-card{background:var(--white);border-radius:10px;overflow:hidden;box-shadow:0 5px 20px #0000001a;transition:all .3s ease}.article-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #00000026}.article-image{width:100%;height:140px;overflow:hidden}.article-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .4s ease}.article-card:hover .article-image img{transform:scale(1.1)}.article-content{padding:15px}.article-title{font-family:Cinzel,serif;font-size:.85rem;font-weight:600;color:var(--green-dark);margin-bottom:8px;line-height:1.3}.article-excerpt{font-family:Lato,sans-serif;font-size:.75rem;color:#5a4a3a;margin-bottom:10px;line-height:1.5}.article-link{font-family:Lato,sans-serif;font-size:.7rem;font-weight:700;color:var(--gold-dark);letter-spacing:.5px;text-transform:uppercase}.read-more-btn{display:block;width:-moz-fit-content;width:fit-content;margin:0 auto;padding:12px 30px;background:linear-gradient(135deg,var(--green-dark),var(--green-forest));color:var(--cream);font-family:Lato,sans-serif;font-size:.8rem;font-weight:600;letter-spacing:1px;text-transform:uppercase;border:2px solid var(--gold);border-radius:5px;cursor:pointer;transition:all .3s ease}.read-more-btn:hover{background:var(--gold);color:var(--green-dark)}.promise-section{padding:40px 20px;background:linear-gradient(180deg,var(--green-dark) 0%,#0f2817 100%);text-align:center}.promise-container{max-width:800px;margin:0 auto}.promise-title{font-family:Cinzel,serif;font-size:1.3rem;font-weight:700;color:var(--gold);letter-spacing:3px;margin-bottom:15px}.promise-text{font-family:Lato,sans-serif;font-size:.9rem;color:var(--cream);line-height:1.7;margin-bottom:20px}.contact-info{font-family:Lato,sans-serif;font-size:.85rem;color:var(--white);margin-bottom:8px}.contact-info a{color:var(--gold)}.footer{background:linear-gradient(180deg,#0f2817,#0a1a0f);padding:60px 20px;border-top:2px solid var(--gold);position:relative;overflow:hidden}.footer-container{max-width:1100px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;position:relative;z-index:2}.footer-logo-img{height:40px;width:auto;-o-object-fit:contain;object-fit:contain}.footer-copyright{font-family:Lato,sans-serif;font-size:.75rem;color:#a9a9a9}.footer-social{display:flex;gap:10px}.footer-social a{width:32px;height:32px;border-radius:50%;background:transparent;border:1px solid var(--gold);display:flex;align-items:center;justify-content:center;color:var(--gold);font-size:.8rem;transition:all .3s ease}.footer-social a:hover{background:var(--gold);color:var(--green-dark)}.footer-leaf{position:absolute;right:50px;bottom:5px;font-size:4rem;color:#c9a22726;transform:rotate(-15deg)}@media(max-width:992px){.philosophy-container{margin-left:40px;max-width:450px}.articles-grid{grid-template-columns:repeat(2,1fr)}.header-container{padding:0 60px}}@media(max-width:768px){.header{height:80px}.header:before,.header:after{display:none}.header-container{padding:0 15px}.logo-img{height:40px}.mobile-menu-toggle{display:flex}.main-nav{position:fixed;top:0;left:-100%;width:80%;max-width:300px;height:100vh;background:linear-gradient(180deg,var(--green-dark) 0%,#0f2817 100%);padding:80px 25px 30px;transition:left .3s ease;z-index:150;flex-direction:column;justify-content:flex-start}.main-nav.active{left:0}.nav-list{flex-direction:column;gap:0;width:100%}.nav-list li{width:100%;border-bottom:1px solid rgba(201,162,39,.15)}.nav-list a{display:block;padding:15px 0}.hero{min-height:500px;margin-top:80px}.hero-title{font-size:1.6rem}.philosophy-section{aspect-ratio:auto;min-height:350px;padding:40px 20px}.philosophy-container{margin-left:20px;margin-right:20px;max-width:100%;background:#f5efe3e6;padding:30px;border-radius:10px}.articles-grid{grid-template-columns:1fr}.products-section{aspect-ratio:auto;min-height:300px}.products-grid{flex-wrap:wrap}.product-card{width:calc(50% - 10px)}.footer-container{flex-direction:column;gap:15px;text-align:center}}@media(max-width:480px){.hero-title{font-size:1.4rem}.product-card{width:100%}.products-nav{display:none}}
