@media (max-width:700px){.footer-bottom{flex-direction:column;gap:1rem;text-align:center}.footer-list{gap:1rem;justify-content:center}}.contact-container{margin:2rem auto;max-width:700px;padding:1rem}.contact-title{font-size:2rem;margin-bottom:.5rem}.contact-subtitle{color:#555;font-size:.95rem;margin-bottom:2rem}.contact-form{display:flex;flex-direction:column;gap:1rem}.contact-form label{color:#333;font-weight:600}.contact-form input,.contact-form textarea{border:1px solid #ccc;border-radius:8px;font-size:1rem;padding:.75rem;width:100%}.contact-form input:focus,.contact-form textarea:focus{border-color:#708238;outline:none}.contact-btn{font-size:1rem;margin-top:1rem;padding:.75rem 1.5rem!important;width:-webkit-fit-content;width:fit-content}:root{--bg:#fff;--banner-bg:#f2d6c6;--olive:#708238;--moss:#556b4e;--accent:#e9b7a0;--text-main:#222;--text-muted:#555;--border-subtle:#e5e5e5;--shadow-soft:0 10px 25px #0000000a;--radius-xl:1.25rem}*,:after,:before{box-sizing:border-box}#root,body,html{background:#fff;background:var(--bg);color:#222;color:var(--text-main);font-family:Poppins,Montserrat,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;height:100%;margin:0;padding:0}.app{display:flex;flex-direction:column;min-height:100vh}.main-content{flex:1 1;padding-top:80px}.navbar{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff7;box-shadow:0 10px 25px #0000000a;box-shadow:var(--shadow-soft);left:0;position:fixed;right:0;top:0;z-index:50}.nav-inner{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1200px;padding:.75rem 1.5rem;position:relative}.nav-logo{color:#000;font-size:1.5rem;font-weight:700}.nav-links{align-items:center;display:flex;gap:1.25rem}.nav-link{color:#222;color:var(--text-main);font-weight:500;padding:.5rem 0;text-decoration:none}.nav-link-active,.nav-link:hover{color:#708238;color:var(--olive)}.nav-link-active{border-bottom:2px solid #708238;border-bottom:2px solid var(--olive)}.nav-right{align-items:center;display:flex;gap:1rem}.cart-badge{align-items:center;background:#708238;display:inline-flex;font-size:.75rem;height:20px;justify-content:center;margin-left:.4rem;min-width:20px;padding:0 6px}.cart-badge,.nav-cta{border-radius:999px;color:#fff}.nav-cta{background:linear-gradient(135deg,#708238,#556b4e);background:linear-gradient(135deg,var(--olive),var(--moss));border:none;cursor:pointer;font-weight:600;padding:.6rem 1.2rem}.nav-cta:hover{filter:brightness(1.08)}.mobile-menu-btn{background:none;border:none;cursor:pointer;display:none;font-size:1.5rem;padding:.5rem;z-index:100}@media (max-width:900px){.mobile-menu-btn{display:block}.nav-right{display:none}.nav-links{align-items:stretch;background:#fff;box-shadow:-5px 0 15px #0000001a;flex-direction:column;gap:0;height:100vh;overflow-y:auto;padding:5rem 2rem 2rem;position:fixed;right:-100%;top:0;transition:right .3s ease;width:280px}.nav-links-mobile-open{right:0}.nav-link{border-bottom:1px solid #f0f0f0;font-size:1.05rem;padding:1rem 0}.nav-link-mobile-cart{color:#708238;color:var(--olive);display:block;font-weight:600}.nav-cta-mobile{display:block;margin-top:1rem;width:100%}}.hero{background:#f2d6c6;background:var(--banner-bg);min-height:500px;padding:5rem 1.5rem 3rem}.hero-inner{grid-gap:2rem;display:grid;gap:2rem;margin:0 auto;max-width:1400px}@media (min-width:900px){.hero-inner{align-items:center;gap:3rem;grid-template-columns:1fr 1fr;min-height:600px}}.hero-tagline{color:#556b4e;color:var(--moss);font-size:.85rem;font-weight:600;letter-spacing:.16em;margin-bottom:.5rem;text-transform:uppercase}.hero-title{font-size:clamp(1.8rem,5vw,3.3rem);line-height:1.15;margin:0 0 1rem}.hero-subtitle{color:#555;color:var(--text-muted);font-size:clamp(.9rem,2vw,1rem);line-height:1.6;max-width:32rem}.hero-cta-row{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:2rem}.btn-outline,.btn-primary,.btn-secondary{border-radius:999px;cursor:pointer;font-size:.9rem;font-weight:600;padding:.7rem 1.4rem;white-space:nowrap}.btn-primary{background:linear-gradient(135deg,#708238,#556b4e);background:linear-gradient(135deg,var(--olive),var(--moss));border:none;color:#fff}.btn-secondary{background:#fff;border:1px solid #ddd}.btn-outline,.btn-secondary{color:#556b4e;color:var(--moss)}.btn-outline{background:#0000;border:1px solid #556b4e;border:1px solid var(--moss)}@media (max-width:600px){.btn-outline,.btn-primary,.btn-secondary{text-align:center;width:100%}}.hero-badge-row{color:#555;color:var(--text-muted);display:flex;flex-wrap:wrap;font-size:.85rem;gap:1rem;margin-top:1.4rem}.hero-badge{align-items:center;display:flex}.hero-image-wrapper{align-items:stretch;display:flex;height:100%;justify-content:center;min-height:350px}.hero-image{border-radius:0;box-shadow:none;height:100%;object-fit:cover;width:100%}@media (min-width:900px){.hero-image-wrapper{min-height:500px}}.section{margin:2.5rem auto;max-width:1200px;padding:0 1.5rem}@media (max-width:600px){.section{margin:2rem auto;padding:0 1rem}}.section-header{align-items:baseline;display:flex;flex-wrap:wrap;gap:.5rem;justify-content:space-between;margin-bottom:1.5rem}.section-title{font-size:clamp(1.3rem,3vw,1.5rem);font-weight:600}.section-link{color:#708238;color:var(--olive);font-size:.9rem;text-decoration:none}.grid{grid-gap:1.5rem;display:grid;gap:1.5rem}.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}@media (min-width:600px){.grid-2,.grid-3,.grid-4{grid-template-columns:repeat(2,1fr)}}@media (min-width:900px){.grid-3{grid-template-columns:repeat(3,1fr)}.grid-4{grid-template-columns:repeat(4,1fr)}}@media (max-width:600px){.grid{gap:1rem}}.card{background:#fff;border-radius:1.25rem;border-radius:var(--radius-xl);box-shadow:0 10px 25px #0000000a;box-shadow:var(--shadow-soft);padding:1rem}.card-img{aspect-ratio:4/3;background:#f6f6f6;border-radius:1rem}.card-title{font-size:clamp(1rem,2vw,1.1rem);font-weight:600;margin-top:.75rem}.card-subtitle{color:#555;color:var(--text-muted);font-size:.9rem;line-height:1.5;margin-top:.5rem}.badge{background:#708238;background:var(--olive);border-radius:999px;color:#fff;display:inline-block;font-size:.8rem;font-weight:600;letter-spacing:.05em;padding:.4rem 1rem;text-transform:uppercase}.product-card{background:#fff;border-radius:1rem;box-shadow:0 10px 25px #0000000a;box-shadow:var(--shadow-soft);padding:.9rem}.product-name{font-size:1rem;font-weight:500;margin-top:.5rem}.product-category{color:#555;color:var(--text-muted);font-size:.78rem;letter-spacing:.12em;text-transform:uppercase}.product-price{color:#708238;color:var(--olive);font-size:1.2rem;font-weight:700;margin-top:.5rem}.product-btn-row{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.75rem}@media (max-width:600px){.product-btn-row button{flex:1 1;min-width:120px}}.footer{background:#fafafa;border-top:1px solid #e5e5e5;border-top:1px solid var(--border-subtle);margin-top:3rem;padding:2rem 1.5rem}.footer-inner{display:flex;flex-direction:column;gap:2.5rem;margin:0 auto;max-width:1200px}.footer-heading{color:#333;font-size:1rem;font-weight:600;margin-bottom:.75rem}.footer-row{display:flex;flex-direction:column}.footer-list{display:flex;flex-wrap:wrap;gap:1.5rem}@media (max-width:600px){.footer-list{flex-direction:column;gap:.75rem}}.footer-link{color:#555;font-size:.95rem;text-decoration:none}.footer-link:hover{color:#708238;color:var(--olive)}.footer-bottom{align-items:center;border-top:1px solid #e5e5e5;color:#666;flex-wrap:wrap;font-size:.9rem;justify-content:space-between;padding-top:1rem}.footer-bottom,.footer-social{display:flex;gap:1rem}.social-icon{color:#555;cursor:pointer;font-size:1rem;text-decoration:none}.social-icon:hover{color:#708238;color:var(--olive)}@media (max-width:700px){.footer-bottom{flex-direction:column;text-align:center}.footer{padding:2rem 1rem}}
/*# sourceMappingURL=main.62704243.css.map*/