@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";*{margin:0;padding:0;box-sizing:border-box}:root{--color-primary: var(--colorPrimary);--color-secondary: var(--colorSecondary);--color-accent: var(--colorAccent);--color-background: var(--colorBackground);--color-text: var(--colorText);--font-family: "Inter", sans-serif}html{scroll-behavior:smooth}body{font-family:var(--font-family);color:var(--color-text);line-height:1.6;background:var(--color-background)}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}.container{max-width:1300px;margin:0 auto;padding:0 2rem}header{position:sticky;top:0;z-index:100;background:#fff;border-bottom:1px solid #f0f0f0;padding:1rem 0}header nav{display:flex;align-items:center;justify-content:space-between;max-width:1300px;margin:0 auto;padding:0 2rem}.logo-link{display:flex;align-items:center}.logo-link img{height:45px;width:auto}nav ul{display:flex;list-style:none;gap:3rem}nav a{font-size:.85rem;font-weight:500;text-transform:uppercase;letter-spacing:.1em;color:var(--color-text);transition:color .3s}nav a:hover{color:var(--color-accent)}.nav-cta{background:var(--color-accent);color:#fff!important;padding:.7rem 1.5rem;border-radius:4px;font-size:.75rem}.hero-section{min-height:100vh;display:flex;align-items:center;justify-content:center;position:relative;background:var(--color-primary);overflow:hidden}.hero-image{position:absolute;inset:0;width:100%;height:100%}.hero-image img{width:100%;height:100%;object-fit:cover}.hero-overlay{position:absolute;inset:0;background:#1e3a8a4d}.hero-content{position:relative;z-index:2;text-align:center;color:#fff;max-width:800px;padding:0 2rem}.hero-content h1{font-size:clamp(2.5rem,8vw,5rem);font-weight:800;line-height:1.1;margin-bottom:1rem;letter-spacing:-.02em}.hero-tagline{font-size:clamp(1rem,3vw,1.5rem);font-weight:400;margin-bottom:2rem;letter-spacing:.05em}.hero-cta{display:inline-block;background:var(--color-accent);color:#fff;padding:1rem 2.5rem;font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;border-radius:4px;transition:all .3s;margin-top:1rem}.hero-cta:hover{transform:translateY(-2px);box-shadow:0 8px 20px #e877224d}.section-light{background:var(--color-background);padding:120px 0}.section-dark{background:var(--color-primary);color:#fff;padding:120px 0}.section-title{font-size:clamp(2rem,5vw,3.5rem);font-weight:800;margin-bottom:3rem;letter-spacing:-.01em}.section-title .accent-word{color:var(--color-accent)}.section-eyebrow{font-size:.75rem;font-weight:500;text-transform:uppercase;letter-spacing:.2em;color:var(--color-accent);margin-bottom:1rem;display:block}.grid-3{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-bottom:3rem}.grid-2{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:3rem;align-items:center}.service-card{background:#fff;padding:2rem;border-radius:4px;transition:transform .3s,box-shadow .3s}.section-dark .service-card{background:#ffffff14;border:1px solid rgba(255,255,255,.15)}.service-card:hover{transform:translateY(-4px);box-shadow:0 12px 30px #0000001a}.service-card h3{font-size:1.2rem;font-weight:600;margin-bottom:1rem}.service-card p{font-size:.9rem;line-height:1.7;opacity:.9}.product-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.product-card{background:#fff;border-radius:4px;overflow:hidden;transition:transform .3s,box-shadow .3s}.product-card:hover{transform:translateY(-8px);box-shadow:0 16px 40px #00000026}.product-image{width:100%;height:240px;overflow:hidden;background:#f0f0f0}.product-image img{width:100%;height:100%;object-fit:cover}.product-info{padding:1.5rem}.product-info h4{font-size:1rem;font-weight:600;margin-bottom:.5rem}.gallery-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:1.5rem}.gallery-item{border-radius:4px;overflow:hidden;aspect-ratio:16 / 9}.gallery-item img{width:100%;height:100%;object-fit:cover}.banner-section{background:var(--color-accent);color:#fff;padding:80px;text-align:center;border-radius:4px;margin:80px 0}.banner-section h2{font-size:clamp(1.5rem,4vw,2.5rem);font-weight:700;margin-bottom:2rem}.banner-cta{display:inline-block;background:#fff;color:var(--color-accent);padding:1rem 2.5rem;font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;border-radius:4px;transition:all .3s}.banner-cta:hover{transform:scale(1.05);box-shadow:0 8px 20px #0003}.contact-info{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:3rem;margin-bottom:3rem}.contact-item h4{font-size:.9rem;text-transform:uppercase;letter-spacing:.1em;margin-bottom:.5rem;color:var(--color-accent)}.contact-item p{font-size:1rem;line-height:1.8}footer{background:var(--color-primary);color:#fff;padding:60px 0 30px;border-top:1px solid rgba(255,255,255,.1)}footer .container{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:3rem;margin-bottom:3rem}footer h4{font-size:.9rem;text-transform:uppercase;letter-spacing:.1em;margin-bottom:1rem}footer ul{list-style:none}footer ul li{margin-bottom:.8rem}footer a{font-size:.9rem;opacity:.8;transition:opacity .3s}footer a:hover{opacity:1;color:var(--color-accent)}.footer-bottom{text-align:center;padding-top:30px;border-top:1px solid rgba(255,255,255,.1);font-size:.85rem;opacity:.7}@media (max-width: 768px){nav ul{gap:1.5rem}.grid-3,.product-grid,.gallery-grid,.grid-2{grid-template-columns:1fr}.section-light,.section-dark{padding:60px 0}.banner-section{padding:40px 2rem}}
