@import"https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;600;700&family=Work+Sans:wght@300;400;500;600&display=swap";:root{--primary-teal: #195254;--primary-teal-light: #2a6e70;--bg-beige: #fef8ed;--accent-orange: #df693b;--accent-orange-hover: #c95627;--text-dark: #1f3634;--text-light: #ffffff;--text-muted: #6b7d7b;--font-heading: "Playfair Display", serif;--font-body: "Work Sans", sans-serif;--container-max: 1200px;--section-padding: 4rem 2rem;--border-radius: 8px;--shadow-sm: 0 2px 8px rgba(0,0,0,.05);--shadow-md: 0 4px 16px rgba(0,0,0,.1)}*{margin:0;padding:0;box-sizing:border-box}body{font-family:var(--font-body);background-color:var(--bg-beige);color:var(--text-dark);line-height:minimum(1.6);-webkit-font-smoothing:antialiased}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);color:var(--primary-teal);line-height:1.2}a{text-decoration:none;color:inherit;transition:color .3s ease}button{font-family:var(--font-body);cursor:pointer;border:none;outline:none;transition:all .3s ease}.container{max-width:var(--container-max);margin:0 auto;padding:0 1rem}.btn-primary{background-color:var(--accent-orange);color:var(--text-light);padding:.75rem 1.5rem;border-radius:30px;font-weight:600;font-size:1rem;box-shadow:var(--shadow-sm)}.btn-primary:hover{background-color:var(--accent-orange-hover);transform:translateY(-2px);box-shadow:var(--shadow-md)}.section-title{text-align:center;font-size:2.5rem;margin-bottom:3rem;color:var(--primary-teal)}.header{background-color:var(--primary-teal);color:var(--text-light);padding:1.2rem 0;position:sticky;top:0;z-index:100;box-shadow:0 4px 12px #00000026}.header-content{display:flex;align-items:center;justify-content:space-between}.logo{display:flex;align-items:center}.logo-mark{width:40px;height:40px;border-radius:10px;margin-right:.6rem;display:inline-flex;align-items:center;justify-content:center;background-color:var(--bg-beige);color:var(--primary-teal);font-family:var(--font-heading);font-size:1.4rem;font-weight:800;line-height:1;-webkit-user-select:none;user-select:none}.logo-text{font-family:var(--font-heading);font-size:1.8rem;font-weight:700;color:var(--text-light);letter-spacing:.5px}.desktop-nav ul{display:flex;list-style:none;gap:2.5rem}.desktop-nav a{font-size:1.05rem;font-weight:500;position:relative;padding-bottom:4px}.desktop-nav a:after{content:"";position:absolute;width:0;height:2px;bottom:0;left:0;background-color:var(--accent-orange);transition:width .3s ease}.desktop-nav a:hover:after{width:100%}.header-action .btn-primary{padding:.6rem 1.4rem;background-color:var(--bg-beige);color:var(--primary-teal)}.header-action .btn-primary:hover{background-color:var(--accent-orange);color:var(--text-light)}@media(max-width:768px){.desktop-nav{display:none}}.hero{position:relative;background-size:cover;background-position:center;background-repeat:no-repeat;min-height:80vh;display:flex;align-items:center}.hero-content{width:100%}.hero-text-box{max-width:600px;background:#fef8edeb;padding:3.5rem;border-radius:12px;box-shadow:0 10px 30px #00000026;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);margin-top:2rem;border:1px solid rgba(255,255,255,.2)}.hero-title{font-size:3.2rem;font-weight:700;color:var(--primary-teal);margin-bottom:1.5rem}.hero-subtitle{font-size:1.2rem;color:var(--text-dark);margin-bottom:2rem;line-height:1.8}.hero-btn{padding:1rem 2rem;font-size:1.1rem}@media(max-width:768px){.hero{min-height:60vh}.hero-text-box{padding:2rem}.hero-title{font-size:2.2rem}}.features-strip{background-color:var(--primary-teal);padding:3rem 0;margin-top:-2px;position:relative;z-index:10}.features-grid{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:2rem}.feature-item{display:flex;flex-direction:column;align-items:center;text-align:center;flex:1;min-width:150px}.feature-icon{color:var(--accent-orange);margin-bottom:1rem;display:flex;align-items:center;justify-content:center;background-color:#ffffff0d;width:70px;height:70px;border-radius:50%;transition:transform .3s ease}.feature-item:hover .feature-icon{transform:translateY(-5px);background-color:#ffffff1a}.feature-title{color:var(--bg-beige);font-family:var(--font-body);font-weight:500;font-size:1.1rem;margin:0}@media(max-width:992px){.features-grid{justify-content:center}.feature-item{min-width:30%}}@media(max-width:576px){.feature-item{min-width:45%}}.products-section{padding:var(--section-padding);background-color:var(--bg-beige)}.products-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2.5rem}.product-card{background-color:var(--text-light);border-radius:var(--border-radius);overflow:hidden;box-shadow:var(--shadow-sm);transition:transform .3s ease,box-shadow .3s ease;border:1px solid rgba(0,0,0,.05);display:flex;flex-direction:column}.product-card:hover{transform:translateY(-8px);box-shadow:var(--shadow-md)}.product-image-container{height:240px;overflow:hidden;position:relative;background-color:#f0ebe1}.product-image{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.product-card:hover .product-image{transform:scale(1.05)}.product-details{padding:1.5rem;display:flex;flex-direction:column;flex:1}.product-title{font-family:var(--font-heading);color:var(--primary-teal);font-size:1.5rem;margin-bottom:.75rem}.product-desc{color:var(--text-muted);font-size:1rem;margin-bottom:1.5rem;flex:1}.btn-secondary{align-self:flex-start;background-color:transparent;color:var(--accent-orange);border:2px solid var(--accent-orange);padding:.6rem 1.2rem;border-radius:30px;font-weight:600;transition:all .3s ease}.btn-secondary:hover{background-color:var(--accent-orange);color:var(--text-light)}.quote-section{padding:var(--section-padding);background-color:#f7ede2}.quote-container{display:flex;background-color:var(--text-light);border-radius:var(--border-radius);overflow:hidden;box-shadow:var(--shadow-md);max-width:1000px;margin:0 auto}.quote-form-wrapper{flex:1;padding:3rem;border-right:1px solid rgba(0,0,0,.05)}.quote-title{font-family:var(--font-heading);color:var(--primary-teal);font-size:2.2rem;margin-bottom:.5rem}.quote-subtitle{color:var(--text-muted);margin-bottom:2rem;font-size:.95rem;line-height:1.6}.quote-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-size:.9rem;font-weight:600;color:var(--text-dark)}.form-group input,.form-group select{padding:.8rem 1rem;border:1px solid #d1d9d9;border-radius:4px;font-family:var(--font-body);font-size:1rem;background-color:#fafbfc;transition:border-color .3s ease}.form-group input:focus,.form-group select:focus{outline:none;border-color:var(--primary-teal)}.form-submit{margin-top:1rem;width:100%;padding:1rem}.form-status{text-align:center;margin-top:1rem;font-weight:500;color:var(--primary-teal)}.quote-image-wrapper{flex:1;display:flex;flex-direction:column;background-color:var(--primary-teal-light);color:var(--text-light)}.quote-side-image{width:100%;height:60%;object-fit:cover}.contact-info-card{padding:3rem;display:flex;flex-direction:column;justify-content:center;flex:1}.contact-info-card h3{color:var(--accent-orange);margin-bottom:1.5rem;font-size:1.8rem}.contact-info-card p{margin-bottom:1rem;font-size:1.05rem;color:#ffffffe6}@media(max-width:900px){.quote-container{flex-direction:column}.quote-form-wrapper{border-right:none;border-bottom:1px solid rgba(0,0,0,.05)}.quote-image-wrapper{flex:auto}.quote-side-image{height:300px}}@media(max-width:576px){.quote-form-wrapper,.contact-info-card{padding:2rem 1.5rem}}.footer{background-color:var(--text-dark);color:#d1d9d9;padding-top:4rem}.footer-content{display:grid;grid-template-columns:2fr 1fr 1fr;gap:3rem;margin-bottom:3rem}.footer-logo{font-family:var(--font-heading);color:var(--text-light);font-size:1.8rem;margin-bottom:1rem}.footer-vision{line-height:1.8;font-size:.95rem;max-width:400px}.footer h3{color:var(--accent-orange);font-family:var(--font-heading);font-size:1.3rem;margin-bottom:1.2rem}.footer-links ul{list-style:none}.footer-links li{margin-bottom:.8rem}.footer-links a:hover{color:var(--text-light);text-decoration:underline}.footer-contact p{margin-bottom:.8rem;font-size:.95rem;line-height:1.6}.footer-bottom{background-color:#12201e;padding:1.5rem 0;text-align:center;font-size:.9rem;border-top:1px solid rgba(255,255,255,.05)}@media(max-width:768px){.footer-content{grid-template-columns:1fr;gap:2rem}}.app-container{min-height:100vh;display:flex;flex-direction:column}main{flex:1}
