@import"https://fonts.googleapis.com/css2?family=Manrope:wght@400;600;700&family=Inter:wght@400;500;600;700&display=swap";:root{--color-primary: var(--colorPrimary);--color-secondary: var(--colorSecondary);--color-accent: var(--colorAccent);--color-background: var(--colorBackground);--color-text: var(--colorText);--font-heading: "Manrope", sans-serif;--font-body: "Inter", sans-serif}*{margin:0;padding:0;box-sizing:border-box}html,body{font-family:var(--font-body);color:var(--color-text);background-color:var(--color-background);line-height:1.6}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);font-weight:700;letter-spacing:.02em}h1{font-size:clamp(2rem,5vw,4rem);line-height:1.2}h2{font-size:clamp(1.5rem,4vw,2.5rem);line-height:1.3}h3{font-size:1.25rem;line-height:1.4}p{font-size:.95rem;line-height:1.7}a{color:var(--color-primary);text-decoration:none;transition:color .3s ease}a:hover{color:var(--color-accent)}button,.btn,.cta{display:inline-block;padding:.9rem 1.8rem;background-color:var(--color-primary);color:#fff;font-weight:600;font-size:.95rem;border:none;border-radius:.25rem;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:.05em}button:hover,.btn:hover,.cta:hover{background-color:var(--color-accent);transform:translateY(-2px)}header{position:fixed;top:0;left:0;right:0;background-color:#fff;border-bottom:1px solid #e0e0e0;z-index:100;padding:1rem 2rem}.header-container{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:2rem}.logo-wrapper{flex-shrink:0}.logo-wrapper img{height:45px;width:auto}nav{display:flex;align-items:center;gap:2rem;flex:1}nav a{font-size:.9rem;font-weight:600;color:var(--color-text);text-transform:uppercase;letter-spacing:.05em}nav a:hover{color:var(--color-primary)}.nav-spacer{flex:1}.header-cta{padding:.7rem 1.5rem;font-size:.85rem;white-space:nowrap}.hero-section{margin-top:70px;min-height:70vh;display:flex;align-items:center;justify-content:center;overflow:hidden}.hero-with-image{position:relative;width:100%;height:100%;display:flex;align-items:center;justify-content:center}.hero-with-image img{width:100%;height:100%;object-fit:cover}.hero-overlay{position:absolute;inset:0;background:linear-gradient(135deg,#003da5bf,#6b9fd499);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;color:#fff;padding:2rem}.hero-overlay h1{margin-bottom:1rem;text-shadow:0 2px 8px rgba(0,0,0,.3)}.hero-overlay .hero-tagline{font-size:1.3rem;max-width:600px;margin-bottom:2rem;text-shadow:0 1px 4px rgba(0,0,0,.3)}.hero-overlay .hero-cta{background-color:var(--color-accent);color:#fff}.hero-text-only{width:100%;background:linear-gradient(135deg,var(--color-primary) 0%,var(--color-secondary) 100%);color:#fff;padding:6rem 2rem;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:70vh}.hero-text-only h1{margin-bottom:1rem}.hero-text-only .hero-tagline{font-size:1.3rem;max-width:600px;margin-bottom:2rem}.hero-text-only .hero-cta{background-color:var(--color-accent)}section{padding:80px 2rem;max-width:1200px;margin:0 auto}.section-title{text-align:center;margin-bottom:3rem;position:relative}.section-title h2{margin-bottom:.5rem}.section-title .eyebrow{font-size:.85rem;text-transform:uppercase;letter-spacing:.1em;color:var(--color-accent);font-weight:600;margin-bottom:.5rem}.section-subtitle{font-size:1rem;color:#666;margin-top:.5rem}.about-section{background-color:#fff}.about-container{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.about-text h3{margin-bottom:1rem;color:var(--color-primary)}.about-text p{margin-bottom:1.5rem;color:#555}.about-image img{width:100%;height:auto;border-radius:.5rem;box-shadow:0 10px 30px #0000001a}@media (max-width: 768px){.about-container{grid-template-columns:1fr;gap:2rem}}.services-section{background-color:var(--color-background)}.services-banner{width:100%;margin:-80px -2rem 3rem;padding:3rem 2rem}.services-banner img{width:100%;height:auto;max-height:300px;object-fit:cover;border-radius:.5rem}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:2rem}.service-card{background-color:#fff;padding:2rem;border-radius:.5rem;border-left:4px solid var(--color-accent);box-shadow:0 4px 12px #00000014;transition:all .3s ease}.service-card:hover{box-shadow:0 8px 24px #0000001f;transform:translateY(-4px)}.service-card h3{color:var(--color-primary);margin-bottom:1rem;font-size:1.15rem}.service-card p{color:#666;font-size:.9rem}.products-section{background-color:#fff}.products-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.product-card{background-color:var(--color-background);border-radius:.5rem;overflow:hidden;box-shadow:0 4px 12px #00000014;transition:all .3s ease}.product-card:hover{box-shadow:0 8px 24px #0000001f;transform:translateY(-4px)}.product-image{width:100%;height:220px;overflow:hidden;background-color:#e0e0e0}.product-image img{width:100%;height:100%;object-fit:cover}.product-info{padding:1.5rem}.product-info h3{color:var(--color-primary);margin-bottom:.5rem;font-size:1.1rem}.product-info p{color:#666;font-size:.85rem}.slideshow-section{background-color:var(--color-background)}.slideshow-container{position:relative;width:100%;max-width:900px;margin:0 auto;border-radius:.5rem;overflow:hidden;box-shadow:0 10px 30px #00000026}.slide{display:none}.slide.active{display:block}.slide img{width:100%;height:auto;display:block}.slide-nav{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);display:flex;gap:.5rem;z-index:10}.slide-dot{width:12px;height:12px;border-radius:50%;background-color:#ffffff80;cursor:pointer;transition:all .3s ease}.slide-dot.active{background-color:#fff;width:28px;border-radius:6px}.gallery-section{background-color:#fff}.gallery-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.gallery-item{border-radius:.5rem;overflow:hidden;box-shadow:0 4px 12px #00000014;aspect-ratio:4 / 3}.gallery-item img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.gallery-item:hover img{transform:scale(1.05)}.cta-section{background:linear-gradient(135deg,var(--color-primary) 0%,var(--color-secondary) 100%);color:#fff;text-align:center;padding:4rem 2rem}.cta-section h2{margin-bottom:1.5rem;color:#fff}.cta-section p{font-size:1.1rem;margin-bottom:2rem;max-width:600px;margin-left:auto;margin-right:auto}.cta-section .cta-button{background-color:var(--color-accent);color:#fff}.contact-section{background-color:var(--color-background)}.contact-container{display:grid;grid-template-columns:1fr 1fr;gap:4rem}.contact-info h3{color:var(--color-primary);margin-bottom:1.5rem;font-size:1.2rem}.contact-item{margin-bottom:1.5rem}.contact-item .label{font-weight:600;font-size:.85rem;text-transform:uppercase;letter-spacing:.05em;color:var(--color-accent);margin-bottom:.3rem}.contact-item p{color:#555;margin:0}.contact-item a{color:var(--color-primary);font-weight:600}.hours-box{background-color:#fff;padding:1.5rem;border-radius:.5rem;border-left:4px solid var(--color-primary)}.hours-box h4{color:var(--color-primary);margin-bottom:1rem}.hours-box p{font-size:.85rem;color:#666;margin:.3rem 0}.contact-form{background-color:#fff;padding:2rem;border-radius:.5rem;box-shadow:0 4px 12px #00000014}.contact-form h3{color:var(--color-primary);margin-bottom:1.5rem}.form-group{margin-bottom:1.5rem}.form-group label{display:block;font-weight:600;font-size:.85rem;text-transform:uppercase;letter-spacing:.05em;color:var(--color-text);margin-bottom:.5rem}.form-group input,.form-group textarea{width:100%;padding:.8rem;border:1px solid #ddd;border-radius:.25rem;font-family:var(--font-body);font-size:.95rem;transition:border-color .3s ease}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:var(--color-primary);box-shadow:0 0 0 3px #003da51a}.form-group textarea{resize:vertical;min-height:120px}footer{background-color:var(--color-primary);color:#fff;padding:3rem 2rem 1rem}.footer-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}.footer-section h4{margin-bottom:1rem;font-size:1rem}.footer-section p,.footer-section a{font-size:.85rem;line-height:1.8;color:#ffffffe6}.footer-section a:hover{color:var(--color-accent)}.footer-bottom{border-top:1px solid rgba(255,255,255,.2);padding-top:1.5rem;text-align:center;font-size:.8rem;color:#ffffffb3}@media (max-width: 768px){header{padding:.8rem 1rem}.header-container{flex-direction:column;gap:1rem}nav{flex-direction:column;gap:1rem;width:100%}.nav-spacer{display:none}.hero-section{margin-top:140px}section{padding:50px 1.5rem}.contact-container{grid-template-columns:1fr;gap:2rem}}
