@import"https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,600;0,700;0,800;0,900;1,400;1,600&family=DM+Sans:wght@400;500;600;700&display=swap";*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}:root{--bg: #0C0A09;--bg-alt: #1C1917;--bg-card: #1C1917;--text: #FAFAF9;--text-muted: #A8A29E;--border: #292524;--border-hover: #44403C;--radius: 12px;--max-width: 1100px;--font-display: "Playfair Display", Georgia, serif;--font-body: "DM Sans", -apple-system, BlinkMacSystemFont, sans-serif;--glow: 0 0 40px rgba(217, 119, 6, .08)}html{scroll-behavior:smooth}body{font-family:var(--font-body);background:var(--bg);color:var(--text);line-height:1.7;-webkit-font-smoothing:antialiased;overflow-x:hidden}body:after{content:"";position:fixed;inset:0;z-index:9999;pointer-events:none;opacity:.025;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E")}a{color:var(--accent, #D97706);text-decoration:none;transition:color .2s,opacity .2s}a:hover{opacity:.85}img{max-width:100%;height:auto;display:block}.container{max-width:var(--max-width);margin:0 auto;padding:0 1.5rem}.site-header{position:fixed;top:0;left:0;right:0;z-index:100;background:#0c0a09d9;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid rgba(255,255,255,.05);transition:background .3s}.site-header nav{max-width:var(--max-width);margin:0 auto;padding:1rem 1.5rem;display:flex;align-items:center;justify-content:space-between}.nav-logo{color:var(--text);font-weight:800;font-size:1.1rem;letter-spacing:-.02em}.logo-text{font-family:var(--font-display);font-weight:700;font-size:1.25rem;letter-spacing:-.02em}.logo-img{height:32px;width:auto}.nav-links{display:flex;gap:2rem;align-items:center}.nav-link{color:var(--text-muted);font-size:.85rem;font-weight:500;letter-spacing:.03em;text-transform:uppercase;transition:color .2s}.nav-link:hover{color:var(--text);opacity:1}.nav-cta{color:var(--bg)!important;background:var(--accent, #D97706);padding:.5rem 1.25rem;border-radius:8px;font-weight:600;font-size:.85rem;text-transform:uppercase;letter-spacing:.03em}.nav-cta:hover{opacity:.9!important}.hero{position:relative;min-height:100vh;min-height:100dvh;display:flex;align-items:center;justify-content:center;text-align:center;overflow:hidden}.hero-overlay{position:absolute;inset:0;background:linear-gradient(to bottom,#0c0a0966,#0c0a0999,#0c0a09f2);z-index:1}.hero-content{position:relative;z-index:2;padding:2rem 0}.hero-title{font-family:var(--font-display);font-size:clamp(3rem,8vw,5.5rem);font-weight:800;letter-spacing:-.03em;line-height:1.05;margin-bottom:1.25rem;color:var(--text)}.hero-tagline{font-size:1.15rem;color:var(--text-muted);max-width:520px;margin:0 auto 2.5rem;line-height:1.7}.btn{display:inline-block;padding:.85rem 2rem;border-radius:8px;font-weight:600;font-size:.9rem;transition:all .25s ease;cursor:pointer;border:none;letter-spacing:.02em;font-family:var(--font-body)}.btn-primary{background:var(--accent, #D97706);color:#fff;box-shadow:0 4px 20px #d9770640}.btn-primary:hover{opacity:1!important;transform:translateY(-2px);box-shadow:0 8px 30px #d9770659}.btn-secondary{background:transparent;color:var(--accent, #D97706);border:1px solid var(--accent, #D97706)}.btn-secondary:hover{background:var(--accent, #D97706);color:#fff;opacity:1!important}.section{padding:5rem 0}.section-alt{background:var(--bg-alt)}.section-title{font-family:var(--font-display);font-size:clamp(1.75rem,4vw,2.5rem);font-weight:700;margin-bottom:.75rem;letter-spacing:-.02em;line-height:1.2}.section-subtitle{color:var(--text-muted);font-size:1rem;margin-bottom:2.5rem;max-width:500px}.page-title{font-family:var(--font-display);font-size:2.5rem;font-weight:900;margin-bottom:2rem;letter-spacing:-.03em}.section-cta{text-align:center;margin-top:3rem}.section:before{display:none}.about-text{max-width:680px;color:var(--text-muted);font-size:1.05rem;line-height:1.9}.about-text p+p{margin-top:1.25rem}.services-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem}.service-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;transition:border-color .3s,transform .3s,box-shadow .3s}.service-card:hover{border-color:var(--border-hover);transform:translateY(-4px);box-shadow:var(--glow)}.service-image img{width:100%;height:200px;object-fit:cover;transition:transform .5s ease}.service-card:hover .service-image img{transform:scale(1.04)}.service-body{padding:1.5rem}.service-icon{font-size:1.75rem;display:block;margin-bottom:.75rem}.service-title{font-family:var(--font-display);font-size:1.2rem;font-weight:700;margin-bottom:.5rem}.service-desc{font-size:.9rem;color:var(--text-muted);line-height:1.7;margin-bottom:1rem}.service-price{display:inline-block;font-size:.8rem;font-weight:600;color:var(--accent, #D97706);background:#d977061a;padding:.3rem .85rem;border-radius:20px;letter-spacing:.02em}.gallery-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1rem}.gallery-item{border-radius:var(--radius);overflow:hidden;position:relative;cursor:pointer}.gallery-item img{width:100%;height:280px;object-fit:cover;transition:transform .5s ease}.gallery-item:hover img{transform:scale(1.05)}.gallery-placeholder{width:100%;height:280px;background:var(--bg-card);border:1px solid var(--border);display:flex;align-items:center;justify-content:center;font-size:2rem}.gallery-caption{position:absolute;bottom:0;left:0;right:0;padding:1.5rem 1rem 1rem;background:linear-gradient(to top,rgba(0,0,0,.7),transparent);font-size:.85rem;color:#fff;font-weight:500;opacity:0;transform:translateY(8px);transition:opacity .3s,transform .3s}.gallery-item:hover .gallery-caption{opacity:1;transform:translateY(0)}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:1.5rem}.testimonial-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);padding:2rem;position:relative;transition:border-color .3s,box-shadow .3s}.testimonial-card:hover{border-color:var(--border-hover);box-shadow:var(--glow)}.testimonial-card:before{content:'"';font-family:var(--font-display);font-size:4rem;color:var(--accent, #D97706);opacity:.3;position:absolute;top:.5rem;left:1.25rem;line-height:1}.testimonial-stars{color:#f59e0b;font-size:.9rem;margin-bottom:1rem;letter-spacing:3px}.testimonial-text{font-size:.95rem;color:var(--text-muted);line-height:1.8;font-style:italic;margin-bottom:1.5rem}.testimonial-author{display:flex;align-items:center;gap:.75rem}.testimonial-avatar{width:44px;height:44px;border-radius:50%;object-fit:cover;border:2px solid var(--border)}.testimonial-name{font-family:var(--font-display);font-weight:600;font-size:.95rem}.testimonial-company{font-size:.8rem;color:var(--text-muted)}#hours .container{display:flex;flex-direction:column;align-items:center}#hours .section-title{text-align:center;margin-bottom:2rem}.hours-table{max-width:420px;width:100%}.hours-row{display:flex;justify-content:space-between;padding:.75rem 0;border-bottom:1px solid var(--border);font-size:.95rem}.hours-row:last-child{border-bottom:none}.hours-day{font-weight:600}.hours-time{color:var(--text-muted)}.hours-closed .hours-time{color:#ef4444}.blog-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.5rem}.blog-card{display:block;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;transition:border-color .3s,transform .3s,box-shadow .3s;color:var(--text)}.blog-card:hover{border-color:var(--border-hover);transform:translateY(-3px);box-shadow:var(--glow);opacity:1}.card-image img{width:100%;height:220px;object-fit:cover;transition:transform .5s ease}.blog-card:hover .card-image img{transform:scale(1.04)}.card-body{padding:1.5rem}.card-meta{display:flex;align-items:center;gap:.75rem;font-size:.8rem;color:var(--text-muted);margin-bottom:.6rem}.card-category{background:var(--accent, #D97706);color:#fff;padding:.15rem .6rem;border-radius:4px;font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.card-title{font-family:var(--font-display);font-size:1.2rem;font-weight:700;margin-bottom:.5rem;letter-spacing:-.01em}.card-excerpt{font-size:.9rem;color:var(--text-muted);line-height:1.7}.blog-filters{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:2rem}.filter-btn{background:var(--bg-card);color:var(--text-muted);border:1px solid var(--border);padding:.4rem 1rem;border-radius:20px;font-size:.85rem;cursor:pointer;font-family:var(--font-body);transition:all .2s}.filter-btn:hover{border-color:var(--text-muted)}.filter-btn.active{background:var(--accent, #D97706);color:#fff;border-color:var(--accent, #D97706)}.blog-post{padding:2rem 0 4rem}.blog-post article{max-width:720px;margin:0 auto;padding:0 1.5rem}.post-hero{width:100%;height:auto;max-height:420px;object-fit:cover;border-radius:var(--radius);margin-bottom:2rem}.post-meta{display:flex;align-items:center;gap:.75rem;font-size:.85rem;color:var(--text-muted);margin-bottom:1rem}.post-category{background:var(--accent, #D97706);color:#fff;padding:.15rem .6rem;border-radius:4px;font-size:.75rem;font-weight:600;text-transform:uppercase}.blog-post h1{font-family:var(--font-display);font-size:2.25rem;font-weight:800;letter-spacing:-.03em;margin-bottom:2rem;line-height:1.2}.post-content{color:var(--text-muted);font-size:1.05rem;line-height:1.9}.post-content h2{font-family:var(--font-display);color:var(--text);font-size:1.5rem;font-weight:700;margin:2.5rem 0 1rem}.post-content h3{color:var(--text);font-size:1.2rem;font-weight:600;margin:2rem 0 .75rem}.post-content p{margin-bottom:1.25rem}.post-content ul,.post-content ol{margin-bottom:1.25rem;padding-left:1.5rem}.post-content li{margin-bottom:.4rem}.post-content img{border-radius:var(--radius);margin:1.5rem 0}.post-content blockquote{border-left:3px solid var(--accent, #D97706);padding-left:1.25rem;margin:1.5rem 0;color:var(--text);font-style:italic}.post-content code{background:var(--bg-alt);padding:.2rem .4rem;border-radius:4px;font-size:.9em}.post-content pre{background:var(--bg-alt);padding:1.25rem;border-radius:var(--radius);overflow-x:auto;margin-bottom:1.25rem}.post-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:3rem;padding-top:1.5rem;border-top:1px solid var(--border)}.tag{font-size:.8rem;color:var(--text-muted);background:var(--bg-alt);padding:.25rem .75rem;border-radius:20px}.empty-state{text-align:center;color:var(--text-muted);padding:4rem 0;font-size:1.1rem}.site-footer{border-top:1px solid var(--border);padding:3.5rem 0;text-align:center}.footer-content{max-width:var(--max-width);margin:0 auto;padding:0 1.5rem}.footer-brand{font-family:var(--font-display);font-weight:700;font-size:1.2rem;margin-bottom:.5rem}.footer-contact{font-size:.9rem;color:var(--text-muted);margin-bottom:.25rem}.footer-contact a{color:var(--text-muted)}.footer-copy{font-size:.8rem;color:var(--text-muted);margin-top:1.25rem;opacity:.7}.footer-credit{font-size:.75rem;color:var(--text-muted);margin-top:.5rem;opacity:.5}.whatsapp-float{position:fixed;bottom:1.5rem;right:1.5rem;z-index:998;background:#25d366;color:#fff;width:56px;height:56px;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 16px #25d3664d;transition:transform .2s,box-shadow .2s}.whatsapp-float:hover{transform:scale(1.1);opacity:1;box-shadow:0 6px 24px #25d36666}.nav-toggle{display:none;background:none;border:none;cursor:pointer;padding:.5rem;flex-direction:column;gap:5px}.nav-toggle-bar{display:block;width:22px;height:2px;background:var(--text);border-radius:2px;transition:transform .2s,opacity .2s}@media(max-width:640px){.hero{min-height:85vh;min-height:85dvh}.hero-title{font-size:clamp(2.5rem,10vw,3.5rem)}.section{padding:3.5rem 0}.blog-grid,.services-grid,.testimonials-grid{grid-template-columns:1fr}.gallery-grid{grid-template-columns:repeat(2,1fr)}.gallery-item img{height:180px}.nav-toggle{display:flex}.nav-links{display:none;position:absolute;top:100%;left:0;right:0;background:var(--bg);border-bottom:1px solid var(--border);padding:1rem 1.5rem;flex-direction:column;gap:.75rem}.nav-links.nav-open{display:flex}.site-header nav{position:relative}}@media(min-width:641px)and (max-width:1024px){.gallery-grid,.services-grid{grid-template-columns:repeat(2,1fr)}}.sr{opacity:0;transform:translateY(24px);transition:opacity .6s ease,transform .6s ease}.sr.visible{opacity:1;transform:translateY(0)}
