*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:Inter,system-ui,-apple-system,sans-serif;line-height:1.6;color:#2c2c2c;background-color:#fff8f0;-webkit-font-smoothing:antialiased}h1,h2,h3,h4{font-family:Playfair Display,Georgia,serif;line-height:1.2}a{cursor:pointer;color:inherit;text-decoration:none}ul{list-style:none}img{max-width:100%;display:block}:root{--primary: #5B7C3A;--primary-dark: #3a5a1c;--gold: #C8A951;--gold-hover: #b8993e;--brown: #8B4513;--cream: #FFF8F0;--cream-dark: #f5eed8;--text: #2C2C2C;--text-light: #666;--white: #ffffff;--shadow: 0 4px 20px rgba(0,0,0,.08);--shadow-lg: 0 8px 40px rgba(0,0,0,.12);--radius: 12px}.section{padding:100px 24px;max-width:1200px;margin:0 auto}.section__title{font-size:2.5rem;color:var(--primary-dark);margin-bottom:16px}.section__title--center{text-align:center}.section__subtitle{text-align:center;color:var(--text-light);font-size:1.1rem;margin-bottom:48px}.btn{display:inline-block;padding:14px 32px;border:none;border-radius:50px;font-family:Inter,sans-serif;font-weight:600;font-size:1rem;cursor:pointer;transition:all .3s ease}.btn--gold{background:var(--gold);color:var(--text)}.btn--gold:hover{background:var(--gold-hover);transform:translateY(-2px);box-shadow:0 6px 20px #c8a95166}.btn--sm{padding:10px 20px;font-size:.9rem}.navbar{position:fixed;top:0;left:0;right:0;z-index:1000;padding:16px 0;transition:all .3s ease}.navbar--scrolled{background:#3a5a1cf2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 2px 20px #00000026;padding:10px 0}.navbar__inner{max-width:1200px;margin:0 auto;padding:0 24px;display:flex;align-items:center;justify-content:space-between}.navbar__logo{font-family:Playfair Display,serif;font-size:1.5rem;font-weight:700;color:var(--white);text-shadow:0 1px 3px rgba(0,0,0,.3)}.navbar__olive{font-size:1.3rem}.navbar__links{display:flex;gap:32px;align-items:center}.navbar__links a{color:var(--white);font-weight:500;font-size:.95rem;transition:opacity .2s;text-shadow:0 1px 3px rgba(0,0,0,.2)}.navbar__links a:hover{opacity:.8}.navbar__cta{background:var(--gold)!important;color:var(--text)!important;padding:8px 20px;border-radius:50px;text-shadow:none!important;font-weight:600!important}.navbar__cta:hover{background:var(--gold-hover)!important;opacity:1!important}.navbar__hamburger{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:4px}.navbar__hamburger span{display:block;width:24px;height:2px;background:var(--white);border-radius:2px;transition:.3s}.hero{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--primary-dark) 0%,#2d4a12 50%,#1a3008 100%);overflow:hidden}.hero:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 20% 50%,rgba(200,169,81,.1) 0%,transparent 50%),radial-gradient(circle at 80% 20%,rgba(91,124,58,.2) 0%,transparent 40%)}.hero__content{position:relative;text-align:center;padding:0 24px;max-width:800px}.hero__tag{color:var(--gold);font-weight:500;letter-spacing:2px;text-transform:uppercase;font-size:.9rem;margin-bottom:20px}.hero h1{font-size:3.8rem;color:var(--white);margin-bottom:24px;line-height:1.15}.hero__sub{color:#fffc;font-size:1.2rem;max-width:600px;margin:0 auto 40px;line-height:1.7}.about__grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.about__image-inner{background:linear-gradient(135deg,var(--primary) 0%,var(--primary-dark) 100%);border-radius:var(--radius);height:420px;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;overflow:hidden}.about__emoji{font-size:6rem}.about__image-label{margin-top:16px;color:var(--gold);font-family:Playfair Display,serif;font-size:1.3rem;font-weight:600}.about__text p{color:var(--text-light);margin-bottom:16px;font-size:1.05rem}.about__stats{display:flex;gap:32px;margin-top:32px;padding-top:32px;border-top:1px solid #e0d8c8}.about__stat{text-align:center}.about__stat strong{display:block;font-size:2rem;color:var(--primary);font-family:Playfair Display,serif}.about__stat span{font-size:.85rem;color:var(--text-light)}.products{background:var(--cream)}.products__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}.product-card{background:var(--white);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow);transition:all .3s ease}.product-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-lg)}.product-card__image{height:220px;display:flex;align-items:center;justify-content:center;position:relative}.product-card__emoji{font-size:4rem}.product-card__badge{position:absolute;top:16px;right:16px;background:var(--gold);color:var(--text);padding:4px 14px;border-radius:50px;font-size:.8rem;font-weight:600}.product-card__body{padding:28px}.product-card__body h3{font-size:1.4rem;color:var(--primary-dark);margin-bottom:12px}.product-card__body p{color:var(--text-light);font-size:.95rem;margin-bottom:20px}.product-card__footer{display:flex;align-items:center;justify-content:space-between}.product-card__price{font-size:1.5rem;font-weight:700;color:var(--primary-dark);font-family:Playfair Display,serif}.process__steps{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;position:relative}.process__step{text-align:center;padding:32px 16px;position:relative}.process__icon{font-size:3rem;width:80px;height:80px;display:flex;align-items:center;justify-content:center;background:var(--cream-dark);border-radius:50%;margin:0 auto 20px}.process__connector{position:absolute;top:72px;right:-12px;width:24px;height:2px;background:var(--gold)}.process__step h3{font-size:1.2rem;color:var(--primary-dark);margin-bottom:8px}.process__step p{color:var(--text-light);font-size:.9rem}.testimonials{background:linear-gradient(135deg,var(--primary-dark) 0%,#2d4a12 100%);max-width:100%;padding:100px 24px}.testimonials .section__title{color:var(--white)}.testimonials__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;max-width:1200px;margin:48px auto 0}.testimonial-card{background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.15);border-radius:var(--radius);padding:32px;transition:all .3s ease}.testimonial-card:hover{background:#ffffff26;transform:translateY(-4px)}.testimonial-card__stars{color:var(--gold);font-size:1.2rem;margin-bottom:16px;letter-spacing:2px}.testimonial-card blockquote{color:#ffffffe6;font-size:1rem;line-height:1.7;font-style:italic;margin-bottom:20px}.testimonial-card__author{display:flex;flex-direction:column;gap:2px}.testimonial-card__author strong{color:var(--white);font-size:.95rem}.testimonial-card__author span{color:var(--gold);font-size:.8rem}.footer{background:#1a1a1a;color:#ffffffb3;padding:60px 24px 0}.footer__inner{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:2fr 1fr 1fr;gap:48px;padding-bottom:48px;border-bottom:1px solid rgba(255,255,255,.1)}.footer__brand h2{color:var(--white);font-size:1.6rem;margin-bottom:12px}.footer__brand h2 span{font-size:1.3rem}.footer h3{color:var(--gold);font-size:1rem;margin-bottom:16px;text-transform:uppercase;letter-spacing:1px}.footer__links ul{display:flex;flex-direction:column;gap:10px}.footer__links a:hover{color:var(--gold)}.footer__contact p{margin-bottom:8px}.footer__bottom{max-width:1200px;margin:0 auto;padding:24px 0;text-align:center;font-size:.85rem;color:#fff6}@media(max-width:900px){.hero h1{font-size:2.8rem}.about__grid{grid-template-columns:1fr;gap:40px}.about__image-inner{height:300px}.products__grid{grid-template-columns:1fr;max-width:440px;margin:0 auto}.process__steps{grid-template-columns:repeat(2,1fr)}.process__connector{display:none}.testimonials__grid{grid-template-columns:1fr;max-width:500px;margin:48px auto 0}.footer__inner{grid-template-columns:1fr;text-align:center}.footer__links ul{align-items:center}}@media(max-width:768px){.navbar__hamburger{display:flex}.navbar__links{position:fixed;top:0;right:-100%;height:100vh;width:280px;background:var(--primary-dark);flex-direction:column;justify-content:center;gap:24px;transition:right .3s ease;box-shadow:-4px 0 20px #0000004d}.navbar__links--open{right:0}.navbar__links a{font-size:1.2rem}.hero h1{font-size:2.2rem}.hero__sub{font-size:1rem}.section{padding:72px 20px}.section__title{font-size:2rem}.about__stats{gap:20px}.about__stat strong{font-size:1.5rem}.process__steps{grid-template-columns:1fr 1fr}}@media(max-width:480px){.hero h1{font-size:1.8rem}.process__steps{grid-template-columns:1fr}.about__stats{flex-direction:column;gap:16px}}
