:root{--cream:#faf8f4;--cream-2:#f2ede7;--gold:#c9a84c;--gold-light:#e8d5a3;--gold-dim:#c9a84c1f;--dark:#1a1714;--dark-2:#2c2722;--dark-3:#3e3830;--text:#1a1714;--text-muted:#7a6e65;--text-light:#b0a89e;--white:#fff;--border:#c9a84c33;--border-soft:#0000000f;--font-serif:"Cormorant Garamond", "Georgia", serif;--font-sans:"DM Sans", "Inter", sans-serif;--nav-h:80px;--shadow-sm:0 2px 8px #0000000f;--shadow-md:0 8px 30px #0000001a;--shadow-gold:0 8px 30px #c9a84c40}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-sans);background-color:var(--cream);color:var(--text);-webkit-font-smoothing:antialiased;line-height:1.6;overflow-x:hidden}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button{cursor:pointer;background:0 0;border:none}h1,h2,h3{font-family:var(--font-serif);font-weight:600;line-height:1.15}.section-eyebrow{font-family:var(--font-sans);letter-spacing:.2em;text-transform:uppercase;color:var(--gold);border:1px solid var(--border);background:var(--gold-dim);border-radius:50px;margin-bottom:1rem;padding:.35rem 1rem;font-size:.7rem;font-weight:600;display:inline-block}.container{width:100%;max-width:1180px;margin:0 auto;padding:0 2rem}.section{padding:7rem 0}.section-sm{padding:4rem 0}.btn{font-family:var(--font-sans);letter-spacing:.02em;white-space:nowrap;border-radius:50px;justify-content:center;align-items:center;gap:.6rem;padding:.9rem 2.2rem;font-size:.95rem;font-weight:500;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-flex}.btn-primary{background:var(--gold);color:var(--white);box-shadow:var(--shadow-gold)}.btn-primary:hover{background:#b8963f;transform:translateY(-3px);box-shadow:0 16px 40px #c9a84c59}.btn-outline{color:var(--text);border:1.5px solid var(--border-soft);background:0 0}.btn-outline:hover{border-color:var(--gold);color:var(--gold)}.navbar{height:var(--nav-h);z-index:1000;align-items:center;transition:all .4s;display:flex;position:fixed;top:0;left:0;right:0}.navbar.scrolled{-webkit-backdrop-filter:blur(20px);border-bottom:1px solid var(--border-soft);box-shadow:var(--shadow-sm);background:#faf8f4f2}.navbar-inner{justify-content:space-between;align-items:center;width:100%;max-width:1180px;margin:0 auto;padding:0 2rem;display:flex}.nav-logo{align-items:center;gap:.75rem;display:flex}.nav-logo img{object-fit:cover;border:2px solid var(--gold-light);border-radius:50%;width:48px;height:48px}.nav-logo-text{flex-direction:column;display:flex}.nav-logo-name{font-family:var(--font-serif);color:var(--dark);font-size:1.1rem;font-weight:600;line-height:1.2}.nav-logo-tag{color:var(--gold);letter-spacing:.1em;text-transform:uppercase;font-size:.65rem;font-weight:500}.nav-links{align-items:center;gap:2.5rem;list-style:none;display:flex}.nav-links a{color:var(--text-muted);font-size:.9rem;font-weight:500;transition:color .3s;position:relative}.nav-links a:after{content:"";background:var(--gold);border-radius:2px;width:0;height:2px;transition:width .3s;position:absolute;bottom:-4px;left:0}.nav-links a:hover{color:var(--dark)}.nav-links a:hover:after{width:100%}.nav-cta{margin-left:1rem}.menu-btn{flex-direction:column;gap:5px;padding:4px;display:none}.menu-btn span{background:var(--dark);border-radius:2px;width:24px;height:2px;transition:all .3s;display:block}.hero{min-height:100vh;padding:calc(var(--nav-h) + 4rem) 0 5rem;grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid;position:relative;overflow:hidden}.hero:before{content:"";pointer-events:none;background:radial-gradient(at 80%,#c9a84c14 0%,#0000 70%);position:absolute;inset:0}.hero-content{z-index:1;position:relative}.hero-trust{background:var(--white);border:1px solid var(--border);box-shadow:var(--shadow-sm);border-radius:50px;align-items:center;gap:.75rem;margin-bottom:2rem;padding:.6rem 1.2rem;display:inline-flex}.hero-trust .stars{gap:3px;display:flex}.hero-trust .stars svg{fill:#fbbc04;color:#fbbc04}.hero-trust .trust-text{color:var(--text);font-size:.85rem;font-weight:600}.hero-trust .trust-count{color:var(--text-muted);font-size:.8rem}.hero h1{color:var(--dark);margin-bottom:1.5rem;font-size:clamp(2.8rem,4.5vw,4.2rem)}.hero h1 em{color:var(--gold);font-style:italic}.hero-desc{color:var(--text-muted);max-width:480px;margin-bottom:2.5rem;font-size:1.1rem;line-height:1.75}.hero-btns{flex-wrap:wrap;align-items:center;gap:1rem;display:flex}.hero-media{grid-template-rows:auto auto;grid-template-columns:1fr 1fr;gap:1rem;height:600px;display:grid;position:relative}.hero-img-main{border-radius:24px;grid-area:1/1/auto/-1;height:360px;overflow:hidden}.hero-img-main img{object-fit:cover;width:100%;height:100%;transition:transform .6s}.hero-img-main:hover img{transform:scale(1.03)}.hero-img-sm{border-radius:18px;height:220px;overflow:hidden}.hero-img-sm img{object-fit:cover;width:100%;height:100%;transition:transform .6s}.hero-img-sm:hover img{transform:scale(1.05)}.hero-stat-card{background:var(--white);border:1px solid var(--border);box-shadow:var(--shadow-md);z-index:5;border-radius:16px;align-items:center;gap:.75rem;padding:1rem 1.25rem;display:flex;position:absolute}.hero-stat-card.card-1{bottom:240px;left:-24px}.hero-stat-card.card-2{bottom:20px;right:-16px}.stat-icon{background:var(--gold-dim);width:40px;height:40px;color:var(--gold);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.stat-num{font-family:var(--font-serif);color:var(--dark);font-size:1.4rem;font-weight:700}.stat-label{color:var(--text-muted);font-size:.72rem;font-weight:500}.stats-bar{background:var(--dark);padding:3.5rem 0}.stats-grid{text-align:center;grid-template-columns:repeat(4,1fr);gap:1rem;display:grid}.stat-item{border-right:1px solid #ffffff14;padding:1rem}.stat-item:last-child{border-right:none}.stat-item .num{font-family:var(--font-serif);color:var(--gold);margin-bottom:.5rem;font-size:3rem;font-weight:700;line-height:1}.stat-item .label{color:#ffffff80;letter-spacing:.05em;font-size:.85rem}.services-section{background:var(--white)}.services-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:3.5rem;display:grid}.service-card{border:1px solid var(--border-soft);cursor:default;border-radius:20px;padding:2.5rem 2rem;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.service-card:before{content:"";background:linear-gradient(135deg, var(--gold-dim) 0%, transparent 60%);opacity:0;border-radius:20px;transition:opacity .4s;position:absolute;inset:0}.service-card:hover{border-color:var(--border);box-shadow:var(--shadow-gold);transform:translateY(-8px)}.service-card:hover:before{opacity:1}.service-icon{background:var(--gold-dim);width:56px;height:56px;color:var(--gold);border-radius:14px;justify-content:center;align-items:center;margin-bottom:1.5rem;transition:transform .3s;display:flex}.service-card:hover .service-icon{transform:scale(1.1)rotate(-3deg)}.service-card h3{color:var(--dark);margin-bottom:.75rem;font-size:1.3rem}.service-card p{color:var(--text-muted);font-size:.92rem;line-height:1.7}.about-section{background:var(--cream)}.about-grid{grid-template-columns:1fr 1.1fr;align-items:center;gap:5rem;display:grid}.about-media{position:relative}.about-img{width:100%;box-shadow:var(--shadow-md);aspect-ratio:4/5;border-radius:24px;overflow:hidden}.about-img img{object-fit:cover;width:100%;height:100%}.about-badge{background:var(--white);border:1px solid var(--border);text-align:center;box-shadow:var(--shadow-md);border-radius:20px;padding:1.5rem 2rem;position:absolute;bottom:-24px;right:-24px}.about-badge .big-num{font-family:var(--font-serif);color:var(--gold);font-size:3rem;font-weight:700;line-height:1}.about-badge .badge-label{color:var(--text-muted);margin-top:.25rem;font-size:.78rem;font-weight:600}.about-content h2{margin-bottom:1.5rem;font-size:clamp(2rem,3vw,3rem)}.about-content h2 em{color:var(--gold);font-style:italic}.about-content p{color:var(--text-muted);margin-bottom:1.25rem;font-size:1.02rem;line-height:1.85}.trust-pills{flex-wrap:wrap;gap:.75rem;margin:2rem 0 2.5rem;display:flex}.pill{border:1px solid var(--border);color:var(--dark);background:var(--gold-dim);border-radius:50px;align-items:center;gap:.4rem;padding:.45rem 1rem;font-size:.82rem;font-weight:500;display:inline-flex}.pill svg{color:var(--gold)}.gallery-section{background:var(--cream-2);padding-bottom:0}.gallery-grid{grid-template-rows:260px 260px;grid-template-columns:1.2fr 1fr 1fr;gap:1rem;margin-top:3.5rem;display:grid}.gallery-item{border-radius:16px;position:relative;overflow:hidden}.gallery-item img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.gallery-item:hover img{transform:scale(1.05)}.gallery-item.tall{grid-row:1/3}.reviews-section{background:var(--white)}.google-badge{background:linear-gradient(135deg, #fafafa 0%, var(--cream) 100%);border:1px solid var(--border-soft);text-align:center;max-width:560px;box-shadow:var(--shadow-sm);border-radius:24px;flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;margin:3.5rem auto 0;padding:4rem;display:flex}.google-logo{color:#4285f4;align-items:center;gap:.5rem;font-size:1.4rem;font-weight:700;display:flex}.google-logo span{font-style:italic}.rating-big{font-family:var(--font-serif);color:var(--dark);font-size:5rem;font-weight:700;line-height:1}.stars-big{justify-content:center;gap:6px;display:flex}.stars-big svg{fill:#fbbc04;color:#fbbc04}.review-count{color:var(--text-muted);font-size:.95rem}.cta-section{background:var(--dark);text-align:center;padding:7rem 0;position:relative;overflow:hidden}.cta-section:before{content:"";pointer-events:none;background:radial-gradient(circle,#c9a84c26 0%,#0000 70%);width:600px;height:600px;position:absolute;top:-100px;left:50%;transform:translate(-50%)}.cta-section h2{color:var(--white);margin-bottom:1.25rem;font-size:clamp(2.2rem,4vw,3.5rem)}.cta-section h2 em{color:var(--gold);font-style:italic}.cta-section p{color:#ffffff80;margin-bottom:2.5rem;font-size:1.05rem}footer{background:#111009;border-top:1px solid #ffffff0d;padding:4rem 0 2rem}.footer-inner{border-bottom:1px solid #ffffff0f;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:3rem;margin-bottom:3rem;padding-bottom:3rem;display:grid}.footer-brand img{object-fit:cover;border:2px solid var(--gold-light);border-radius:50%;width:48px;height:48px;margin-bottom:1rem}.footer-brand p{color:#ffffff73;max-width:240px;font-size:.9rem;line-height:1.7}footer h4{font-family:var(--font-sans);letter-spacing:.15em;text-transform:uppercase;color:var(--gold);margin-bottom:1.25rem;font-size:.7rem;font-weight:600}footer ul{flex-direction:column;gap:.75rem;list-style:none;display:flex}footer li a,footer li span{color:#fff6;align-items:flex-start;gap:.6rem;font-size:.88rem;transition:color .3s;display:flex}footer li a:hover{color:var(--gold)}.footer-bottom{color:#fff3;justify-content:space-between;align-items:center;font-size:.82rem;display:flex}.footer-bottom a{color:var(--gold);opacity:.7}.whatsapp-fab{z-index:999;background:#25d366;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;bottom:32px;right:32px;box-shadow:0 8px 24px #25d36666}.whatsapp-fab:hover{transform:scale(1.12)translateY(-2px);box-shadow:0 16px 32px #25d36680}@keyframes slideDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}nav{z-index:1001}@media (width<=1024px){.hero{padding-top:calc(var(--nav-h) + 2.5rem);grid-template-columns:1fr;gap:2.5rem;min-height:auto;padding-bottom:3rem}.hero-media{height:380px}.hero-stat-card.card-1{left:12px}.hero-stat-card.card-2{right:12px}.about-grid{grid-template-columns:1fr;gap:3rem}.about-badge{right:16px}.footer-inner{grid-template-columns:1fr 1fr}}@media (width<=768px){html,body{overflow-x:hidden}.container{padding:0 1.25rem}.section{padding:4.5rem 0}.nav-links{display:none}.menu-btn{display:flex}.nav-cta,.nav-logo-tag{display:none}.hero{padding:calc(var(--nav-h) + 2rem) 1.25rem 3rem;grid-template-columns:1fr;gap:2rem;max-width:100%;min-height:auto;margin:0}.hero h1{font-size:clamp(2rem,7vw,2.6rem)}.hero-desc{max-width:100%;font-size:1rem}.hero-btns{flex-direction:column;align-items:stretch}.hero-btns .btn{justify-content:center;width:100%}.hero-trust{flex-wrap:wrap;gap:.4rem;font-size:.8rem}.hero-trust .trust-count{display:none}.hero-media{grid-template-rows:1fr;grid-template-columns:1fr;height:260px}.hero-img-main{border-radius:16px;height:260px}.hero-img-sm,.hero-stat-card{display:none}.stats-bar{padding:2.5rem 0}.stats-grid{grid-template-columns:1fr 1fr;gap:0}.stat-item{border-bottom:1px solid #ffffff14;border-right:none;padding:1.25rem .75rem}.stat-item:nth-child(odd){border-right:1px solid #ffffff14}.stat-item:nth-last-child(-n+2){border-bottom:none}.stat-item .num{font-size:2.2rem}.services-grid{grid-template-columns:1fr;gap:1rem}.service-card{padding:2rem 1.5rem}.about-grid{grid-template-columns:1fr;gap:2rem}.about-img{aspect-ratio:16/9}.about-badge{border-radius:14px;align-items:center;gap:1rem;margin-top:1rem;padding:1rem 1.5rem;display:inline-flex;position:static}.about-badge .big-num{font-size:2rem}.gallery-grid{grid-template-rows:220px 220px 220px;grid-template-columns:1fr}.gallery-item.tall{grid-row:1}.google-badge{border-radius:16px;padding:2.5rem 1.5rem}.rating-big{font-size:3.5rem}.cta-section{padding:4.5rem 0}.cta-section h2{font-size:clamp(1.8rem,6vw,2.5rem)}.footer-inner{grid-template-columns:1fr;gap:2rem}.footer-bottom{text-align:center;flex-direction:column;gap:.5rem}.whatsapp-fab{width:52px;height:52px;bottom:20px;right:20px}}
