*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{font-family:Nunito Sans,sans-serif;font-weight:400;line-height:1.6;color:#14213d;background-color:#f8f5ef;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer;border:none;background:none}ul,ol{list-style:none}:root{--navy: #0B1F3A;--charcoal: #14213D;--ivory: #F8F5EF;--beige: #D8CBB8;--gold: #B89B5E;--grey: #E8E4DC;--white: #FFFFFF;--font-heading: "Cormorant Garamond", Georgia, serif;--font-body: "Nunito Sans", sans-serif;--font-ui: "Montserrat", sans-serif;--radius: 8px;--shadow-card: 0 2px 12px rgba(11,31,58,.08);--shadow-hover: 0 4px 20px rgba(11,31,58,.14)}h1,h2,h3{font-family:var(--font-heading);font-weight:700;line-height:1.2;color:var(--charcoal)}h1{font-size:2rem}h2{font-size:1.75rem}h3{font-size:1.375rem}.text-eyebrow{font-family:var(--font-ui);font-weight:600;font-size:.6875rem;letter-spacing:.18em;text-transform:uppercase;color:var(--gold)}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 1rem}.section{padding:3.5rem 0}.section--beige{background:var(--beige)}.section--navy{background:var(--navy);color:var(--ivory)}.section--navy h2,.section--navy h3{color:var(--ivory)}.section--grey{background:var(--grey)}.section__header{text-align:center;margin-bottom:2rem}.section__header h2{margin-bottom:.5rem}.section__header p{max-width:560px;margin:0 auto;color:#5a5a6e}.section--navy .section__header p{color:#f8f5efb3}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;font-family:var(--font-ui);font-weight:600;font-size:.875rem;padding:.8125rem 1.75rem;border-radius:var(--radius);transition:background .2s,color .2s,border-color .2s,box-shadow .2s;min-height:44px}.btn--primary{background:var(--navy);color:var(--ivory)}.btn--primary:hover{background:var(--charcoal);box-shadow:var(--shadow-hover)}.btn--outline{background:transparent;color:var(--navy);border:2px solid var(--navy)}.btn--outline:hover{background:var(--navy);color:var(--ivory)}.btn--whatsapp{background:#25d366;color:var(--white)}.btn--whatsapp:hover{background:#1ebe57;box-shadow:var(--shadow-hover)}.btn--whatsapp svg{width:20px;height:20px;fill:currentColor}.site-header{position:sticky;top:0;z-index:100;background:var(--ivory);border-bottom:1px solid var(--grey);transition:box-shadow .2s}.site-header.is-scrolled{box-shadow:0 2px 8px #0b1f3a1a}.header-inner{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem;max-width:1200px;margin:0 auto}.header-brand{display:flex;align-items:center;gap:.625rem}.header-brand img{width:40px;height:40px;border-radius:50%}.header-brand span{font-family:var(--font-ui);font-weight:700;font-size:.8125rem;letter-spacing:.12em;color:var(--navy)}.header-nav{display:none;align-items:center;gap:1.5rem}.header-nav a{font-family:var(--font-ui);font-weight:500;font-size:.8125rem;color:var(--charcoal);letter-spacing:.03em;position:relative}.header-nav a:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:2px;background:var(--gold);transition:width .2s}.header-nav a:hover:after{width:100%}.header-cta{display:inline-flex;font-size:.6875rem;padding:.5rem .75rem}@media (min-width: 768px){.header-cta{font-size:.875rem;padding:.8125rem 1.75rem}}.hamburger{display:flex;flex-direction:column;gap:5px;padding:8px;min-width:44px;min-height:44px;align-items:center;justify-content:center}.hamburger span{display:block;width:22px;height:2px;background:var(--navy);transition:transform .25s,opacity .25s}.hamburger.is-active span:nth-child(1){transform:translateY(7px) rotate(45deg)}.hamburger.is-active span:nth-child(2){opacity:0}.hamburger.is-active span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.mobile-menu{display:none;position:fixed;top:0;left:0;width:100%;height:100dvh;background:var(--ivory);z-index:99;padding:5rem 1.5rem 2rem;flex-direction:column;gap:1.25rem}.mobile-menu.is-open{display:flex;animation:fadeIn .2s ease}.mobile-menu a{font-family:var(--font-ui);font-weight:600;font-size:1.125rem;color:var(--charcoal);padding:.75rem 0;border-bottom:1px solid var(--grey);min-height:44px;display:flex;align-items:center}.mobile-menu .btn{margin-top:.5rem;width:100%;text-align:center}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.hero{padding:2.5rem 0 2rem;text-align:center;background:var(--ivory)}.hero .text-eyebrow{margin-bottom:.75rem}.hero h1{margin-bottom:.75rem;font-size:2.25rem}.hero__sub{color:#5a5a6e;margin-bottom:1.25rem;max-width:540px;margin-left:auto;margin-right:auto;font-size:.9375rem}.hero__ctas{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center;margin-bottom:1rem}.hero__badge{display:inline-flex;align-items:center;gap:.375rem;font-family:var(--font-ui);font-size:.75rem;font-weight:500;color:var(--charcoal);padding:.375rem .875rem;border-radius:999px;background:#b89b5e1a;border:1px solid rgba(184,155,94,.25)}.hero__badge svg{width:14px;height:14px;stroke:var(--gold)}.hero__img{margin:1.5rem auto 0;max-width:600px;border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow-card)}.trusted{padding:2rem 0;text-align:center;border-top:1px solid var(--grey);border-bottom:1px solid var(--grey);background:var(--white)}.trusted .text-eyebrow{margin-bottom:.75rem}.trusted__marquee-wrap{overflow:hidden;position:relative;-webkit-mask-image:linear-gradient(to right,transparent 0%,black 10%,black 90%,transparent 100%);mask-image:linear-gradient(to right,transparent 0%,black 10%,black 90%,transparent 100%)}.trusted__marquee{display:flex;width:max-content;animation:marqueeScroll 30s linear infinite}.trusted__marquee:hover{animation-play-state:paused}.trusted__marquee-inner{display:flex;align-items:center;gap:1rem;font-family:var(--font-ui);font-weight:600;font-size:.8125rem;color:var(--charcoal);letter-spacing:.03em;padding-right:1rem;white-space:nowrap}.trusted__dot{color:var(--gold)}@keyframes marqueeScroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@media (prefers-reduced-motion: reduce){.trusted__marquee{animation:none}.trusted__marquee-inner:last-child{display:none}}.services-grid{display:grid;grid-template-columns:1fr;gap:1rem}.service-card{background:var(--white);border-radius:var(--radius);padding:1.5rem;border:1px solid var(--grey);transition:box-shadow .2s,transform .2s;text-align:center}.service-card:hover{box-shadow:var(--shadow-hover);transform:translateY(-2px)}.service-card__img{width:64px;height:64px;margin:0 auto .75rem;display:block}.service-card__icon{width:40px;height:40px;margin-bottom:.75rem;color:var(--navy)}.service-card__icon svg{width:100%;height:100%}.service-card h3{font-size:1.125rem;margin-bottom:.25rem}.service-card p{font-size:.875rem;color:#5a5a6e}.timeline{position:relative;padding-left:2.5rem}.timeline:before{content:"";position:absolute;top:16px;left:15px;width:2px;height:calc(100% - 32px);border-left:2px dashed var(--gold)}.timeline__step{position:relative;padding-bottom:1.75rem}.timeline__step:last-child{padding-bottom:0}.timeline__circle{position:absolute;left:-2.5rem;top:0;width:32px;height:32px;border-radius:50%;background:var(--navy);color:var(--white);display:flex;align-items:center;justify-content:center}.timeline__circle svg{width:16px;height:16px;stroke:var(--white)}.timeline__content{padding-left:.5rem}.timeline__content h3{font-size:1.125rem;margin-bottom:.25rem}.timeline__content p{font-size:.875rem;color:#5a5a6e}.timeline__img{margin-top:.5rem;border-radius:var(--radius);overflow:hidden;max-width:280px}.quote-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}.checklist-card{background:var(--beige);border-radius:var(--radius);padding:1.5rem}.checklist-card h3{margin-bottom:.75rem;font-size:1.125rem}.checklist-card ul{display:flex;flex-direction:column;gap:.5rem}.checklist-card li{display:flex;align-items:flex-start;gap:.5rem;font-size:.875rem}.checklist-card li svg{width:18px;height:18px;flex-shrink:0;stroke:var(--gold);margin-top:2px}.quote-form{background:var(--white);border-radius:var(--radius);padding:1.5rem;border:1px solid var(--grey)}.quote-form h3{margin-bottom:.75rem;font-size:1.125rem}.form-group{margin-bottom:1rem}.form-group label{display:block;font-family:var(--font-ui);font-weight:500;font-size:.8125rem;margin-bottom:.25rem;color:var(--charcoal)}.form-group input,.form-group textarea,.form-group select{width:100%;padding:.625rem .75rem;font-family:var(--font-body);font-size:.875rem;border:1px solid var(--grey);border-radius:var(--radius);background:var(--ivory);color:var(--charcoal);min-height:44px;transition:border-color .2s}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{outline:none;border-color:var(--gold)}.form-group textarea{resize:vertical;min-height:80px}.form-row{display:grid;grid-template-columns:1fr;gap:1rem}.hp-field{position:absolute;left:-9999px;top:-9999px;opacity:0;height:0;overflow:hidden}.turnstile-wrap{margin-bottom:1rem}.form-msg{padding:.75rem;border-radius:var(--radius);font-size:.875rem;font-weight:500;margin-top:.75rem;display:none}.form-msg--success{display:block;background:#e6f4ea;color:#1e7e34;border:1px solid #1e7e34}.form-msg--error{display:block;background:#fce8e6;color:#c0392b;border:1px solid #c0392b}.filter-chips{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem;justify-content:center}.filter-chip{font-family:var(--font-ui);font-weight:500;font-size:.8125rem;padding:.375rem 1rem;border-radius:999px;border:1px solid var(--grey);background:var(--white);color:var(--charcoal);transition:all .2s;min-height:36px;display:inline-flex;align-items:center}.filter-chip:hover,.filter-chip.is-active{background:var(--navy);color:var(--ivory);border-color:var(--navy)}.gallery-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem}.gallery-item{border-radius:var(--radius);overflow:hidden;cursor:pointer;aspect-ratio:4/3;position:relative;background:var(--beige)}.gallery-item img{width:100%;height:100%;object-fit:cover;transition:transform .3s}.gallery-item:hover img{transform:scale(1.04)}.gallery-item__caption{position:absolute;bottom:0;left:0;right:0;padding:.5rem .75rem;background:linear-gradient(transparent,#0b1f3abf);color:var(--ivory);font-size:.75rem;font-weight:500;font-family:var(--font-ui)}.gallery-link{text-align:center;margin-top:1.5rem}.lightbox{display:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:200;background:#0b1f3ae6;align-items:center;justify-content:center;padding:1rem}.lightbox.is-open{display:flex;animation:fadeIn .2s ease}.lightbox__inner{max-width:800px;width:100%;text-align:center}.lightbox__inner img{max-height:70vh;margin:0 auto;border-radius:var(--radius)}.lightbox__caption{color:var(--ivory);margin-top:.75rem;font-size:.875rem}.lightbox__close{position:absolute;top:1rem;right:1rem;color:var(--ivory);width:44px;height:44px;display:flex;align-items:center;justify-content:center;font-size:1.5rem}.why-grid{display:grid;grid-template-columns:1fr;gap:1.25rem}.why-card{text-align:center;padding:1.25rem;border-radius:var(--radius);background:#f8f5ef14;border:1px solid rgba(184,155,94,.2)}.why-card__icon{width:36px;height:36px;margin:0 auto .5rem;stroke:var(--gold)}.why-card h3{color:var(--ivory);font-size:1rem;margin-bottom:.25rem}.why-card p{font-size:.8125rem;color:#f8f5efb3}.faq-list{max-width:720px;margin:0 auto}.faq-item{border-bottom:1px solid var(--grey)}.faq-item:last-child{border-bottom:none}.faq-item__q{width:100%;text-align:left;padding:1rem 0;font-family:var(--font-heading);font-weight:600;font-size:1rem;color:var(--charcoal);display:flex;align-items:center;justify-content:space-between;gap:.5rem;min-height:44px}.faq-item__q svg{width:18px;height:18px;stroke:var(--gold);flex-shrink:0;transition:transform .25s}.faq-item.is-open .faq-item__q svg{transform:rotate(180deg)}.faq-item__a{max-height:0;overflow:hidden;transition:max-height .3s ease}.faq-item__a-inner{padding-bottom:1rem;font-size:.875rem;color:#5a5a6e}.contact-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}.contact-card{background:var(--white);border-radius:var(--radius);padding:1.5rem;border:1px solid var(--grey)}.contact-card h3{font-size:1rem;margin-bottom:.75rem}.contact-card p,.contact-card li{font-size:.875rem}.contact-card ul{display:flex;flex-direction:column;gap:.5rem}.contact-card li{display:flex;align-items:flex-start;gap:.5rem}.contact-card li svg{width:18px;height:18px;stroke:var(--gold);flex-shrink:0;margin-top:2px}.map-wrap{border-radius:var(--radius);overflow:hidden;margin-top:1.5rem}.map-wrap iframe{width:100%;height:320px;border:0}.site-footer{background:var(--navy);color:#f8f5efb3;padding:2rem 0 1.5rem;font-size:.8125rem}.footer-inner{display:flex;flex-direction:column;gap:1rem;align-items:center;text-align:center}.footer-links{display:flex;gap:1.5rem}.footer-links a{color:#f8f5efb3;transition:color .2s}.footer-links a:hover{color:var(--gold)}.footer-copy{font-size:.75rem;color:#f8f5ef66}.whatsapp-float{position:fixed;bottom:1rem;right:1rem;z-index:90;width:56px;height:56px;border-radius:50%;background:#25d366;color:var(--white);display:flex;align-items:center;justify-content:center;box-shadow:0 4px 16px #25d36666;transition:transform .2s}.whatsapp-float:hover{transform:scale(1.08)}.whatsapp-float svg{width:28px;height:28px;fill:currentColor}.jump-contact{display:flex;align-items:center;gap:.25rem;position:fixed;bottom:1rem;left:1rem;z-index:91;background:var(--navy);color:var(--white);font-family:var(--font-ui);font-weight:600;font-size:.75rem;padding:.5rem .75rem;border-radius:999px;box-shadow:0 2px 8px #0b1f3a33;transition:transform .2s,background .2s}.jump-contact:hover{background:var(--charcoal);transform:scale(1.05)}.jump-contact svg{width:14px;height:14px;stroke:currentColor}@media (min-width: 768px){.jump-contact{display:none}}.legal-content{max-width:720px;margin:0 auto;padding:2.5rem 1rem 3rem}.legal-content h1{margin-bottom:1.5rem}.legal-placeholder{background:var(--beige);border:2px dashed var(--gold);border-radius:var(--radius);padding:2rem;text-align:center;font-family:var(--font-ui);font-weight:500;color:var(--charcoal)}@media (min-width: 768px){h1{font-size:2.75rem}h2{font-size:2rem}.container{padding:0 2rem}.section{padding:5rem 0}.header-nav{display:flex}.header-cta{display:inline-flex}.hamburger{display:none}.mobile-menu{display:none!important}.hero h1{font-size:3.25rem}.hero__inner{display:flex;align-items:center;gap:2rem;text-align:left}.hero__text{flex:1}.hero__img{flex:1;margin:0}.services-grid{grid-template-columns:repeat(2,1fr);gap:1.25rem}.timeline{padding-left:3rem}.timeline:before{left:23px;top:16px;height:calc(100% - 32px)}.timeline__circle{left:-3rem;width:36px;height:36px}.timeline__circle svg{width:18px;height:18px}.quote-grid{grid-template-columns:1fr 1.25fr}.form-row{grid-template-columns:1fr 1fr}.gallery-grid{grid-template-columns:repeat(3,1fr);gap:1rem}.why-grid{grid-template-columns:repeat(3,1fr)}.contact-grid{grid-template-columns:1fr 1fr}}@media (min-width: 1024px){.services-grid{grid-template-columns:repeat(3,1fr)}.why-grid{grid-template-columns:repeat(5,1fr)}.gallery-grid{grid-template-columns:repeat(4,1fr)}.timeline--horizontal{display:flex;gap:0;padding-left:0;overflow-x:auto}.timeline--horizontal:before{display:none}.timeline--horizontal .timeline__step{flex:1;text-align:center;padding-bottom:0;padding:0 .5rem;position:relative}.timeline--horizontal .timeline__circle{position:relative;left:auto;margin:0 auto .75rem;width:48px;height:48px}.timeline--horizontal .timeline__circle svg{width:24px;height:24px}.timeline--horizontal .timeline__content{padding-left:0}.timeline--horizontal .timeline__img{max-width:100%;margin:.5rem auto 0}.timeline--horizontal .timeline__step:after{content:"";position:absolute;top:23px;left:50%;width:100%;height:0;border-top:2px dashed var(--gold);z-index:-1}.timeline--horizontal .timeline__step:last-child:after{display:none}}:focus-visible{outline:3px solid var(--gold);outline-offset:2px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
