:root{--cream: #f7f4ef;--offwhite: #fdfcfa;--stone: #e8e2d9;--sand: #c9bfaf;--taupe: #8c8070;--charcoal: #2a2724;--teal: #2d6a5f;--gap: clamp(3rem, 7vw, 6rem);--r: 2px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;overflow-x:hidden}body{font-family:Jost,sans-serif;font-weight:300;background:var(--cream);color:var(--charcoal);overflow-x:hidden}img{display:block;max-width:100%}a{color:inherit;text-decoration:none}.serif{font-family:Cormorant Garamond,serif}h1,h2,h3{font-family:Cormorant Garamond,serif;font-weight:400;line-height:1.1}.container{max-width:1100px;margin-inline:auto;padding-inline:clamp(1.25rem,5vw,3rem)}section{padding-block:var(--gap)}.label{font-size:.65rem;letter-spacing:.2em;text-transform:uppercase;color:var(--taupe)}.divider{width:32px;height:1px;background:var(--sand);margin-block:1.25rem}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.75rem;font-family:Jost,sans-serif;font-size:.8rem;font-weight:400;letter-spacing:.12em;text-transform:uppercase;border:1px solid var(--charcoal);background:transparent;color:var(--charcoal);cursor:pointer;transition:background .25s,color .25s}.btn:hover{background:var(--charcoal);color:var(--cream)}.btn-solid{background:var(--teal);color:var(--offwhite);border-color:var(--teal)}.btn-solid:hover{background:#235249;border-color:#235249}.btn-wa{display:inline-flex;align-items:center;gap:.6rem;padding:.85rem 2rem;background:#25d366;color:#fff;font-size:.8rem;letter-spacing:.1em;text-transform:uppercase;font-family:Jost,sans-serif;border-radius:var(--r);transition:background .2s}.btn-wa:hover{background:#1ebe5a}.btn-wa svg{flex-shrink:0}nav[data-astro-cid-5blmo7yk]{position:fixed;top:0;left:0;right:0;z-index:200;display:flex;align-items:center;justify-content:space-between;padding:1.25rem clamp(1.25rem,5vw,3rem);background:#f7f4efeb;backdrop-filter:blur(8px);border-bottom:1px solid var(--stone)}.nav-logo[data-astro-cid-5blmo7yk]{font-family:Cormorant Garamond,serif;font-size:1rem;font-weight:400;letter-spacing:.06em;line-height:1.2}.nav-logo[data-astro-cid-5blmo7yk] span[data-astro-cid-5blmo7yk]{display:block;font-size:.65rem;font-family:Jost,sans-serif;letter-spacing:.18em;text-transform:uppercase;color:var(--taupe);margin-top:.15rem}.nav-links[data-astro-cid-5blmo7yk]{display:flex;gap:2.5rem;list-style:none;font-size:.75rem;letter-spacing:.12em;text-transform:uppercase}.nav-links[data-astro-cid-5blmo7yk] a[data-astro-cid-5blmo7yk]{color:var(--taupe);transition:color .2s}.nav-links[data-astro-cid-5blmo7yk] a[data-astro-cid-5blmo7yk]:hover{color:var(--charcoal)}.nav-cta[data-astro-cid-5blmo7yk]{font-size:.72rem;letter-spacing:.12em;text-transform:uppercase;padding:.55rem 1.25rem;background:var(--teal);color:var(--offwhite);border-radius:var(--r);transition:background .2s}.nav-cta[data-astro-cid-5blmo7yk]:hover{background:#235249}.nav-burger[data-astro-cid-5blmo7yk]{display:none;flex-direction:column;justify-content:center;gap:5px;background:none;border:none;cursor:pointer;padding:.25rem;z-index:210}.nav-burger[data-astro-cid-5blmo7yk] span[data-astro-cid-5blmo7yk]{display:block;width:22px;height:1.5px;background:var(--charcoal);transition:transform .3s,opacity .3s;transform-origin:center}.nav-burger[data-astro-cid-5blmo7yk].is-open span[data-astro-cid-5blmo7yk]:nth-child(1){transform:translateY(6.5px) rotate(45deg)}.nav-burger[data-astro-cid-5blmo7yk].is-open span[data-astro-cid-5blmo7yk]:nth-child(2){opacity:0}.nav-burger[data-astro-cid-5blmo7yk].is-open span[data-astro-cid-5blmo7yk]:nth-child(3){transform:translateY(-6.5px) rotate(-45deg)}.mobile-menu[data-astro-cid-5blmo7yk]{display:none;position:fixed;inset:0;z-index:190;background:var(--cream);flex-direction:column;align-items:center;justify-content:center;gap:3rem;padding:5rem 2rem 2rem;transform:translateY(-100%);transition:transform .4s cubic-bezier(.4,0,.2,1)}.mobile-menu[data-astro-cid-5blmo7yk].is-open{transform:translateY(0)}.mobile-links[data-astro-cid-5blmo7yk]{list-style:none;display:flex;flex-direction:column;align-items:center;gap:2rem}.mobile-links[data-astro-cid-5blmo7yk] a[data-astro-cid-5blmo7yk]{font-family:Cormorant Garamond,serif;font-size:2.25rem;font-weight:400;letter-spacing:.04em;color:var(--charcoal);transition:color .2s}.mobile-links[data-astro-cid-5blmo7yk] a[data-astro-cid-5blmo7yk]:hover{color:var(--teal)}.mobile-cta[data-astro-cid-5blmo7yk]{font-size:.75rem;letter-spacing:.14em;text-transform:uppercase;padding:.9rem 2.5rem;background:var(--teal);color:var(--offwhite);border-radius:var(--r);transition:background .2s}.mobile-cta[data-astro-cid-5blmo7yk]:hover{background:#235249}@media(max-width:900px){.nav-links[data-astro-cid-5blmo7yk],.nav-cta[data-astro-cid-5blmo7yk]{display:none}.nav-burger[data-astro-cid-5blmo7yk],.mobile-menu[data-astro-cid-5blmo7yk]{display:flex}}#hero[data-astro-cid-bbe6dxrz]{height:100svh;display:grid;grid-template-columns:1fr 1fr;padding-top:72px;padding-bottom:0}.hero-text[data-astro-cid-bbe6dxrz]{display:flex;flex-direction:column;justify-content:center;padding:var(--gap) clamp(1.25rem,5vw,3rem) var(--gap) clamp(1.25rem,5vw,3rem);max-width:560px;justify-self:end}.hero-eyebrow[data-astro-cid-bbe6dxrz]{font-size:.65rem;letter-spacing:.22em;text-transform:uppercase;color:var(--taupe);margin-bottom:1.5rem}.hero-eyebrow[data-astro-cid-bbe6dxrz]:before{content:"";display:inline-block;width:28px;height:1px;background:var(--sand);vertical-align:middle;margin-right:.75rem}.hero-title[data-astro-cid-bbe6dxrz]{font-size:clamp(2.8rem,5.5vw,5rem);line-height:1;color:var(--charcoal);margin-bottom:1.5rem}.hero-title[data-astro-cid-bbe6dxrz] em[data-astro-cid-bbe6dxrz]{font-style:italic;color:var(--teal)}.hero-desc[data-astro-cid-bbe6dxrz]{font-size:.95rem;line-height:1.75;color:var(--taupe);max-width:380px;margin-bottom:2.5rem}.hero-actions[data-astro-cid-bbe6dxrz]{display:flex;gap:1rem;flex-wrap:wrap}.hero-media[data-astro-cid-bbe6dxrz]{position:relative;overflow:hidden;background:var(--stone);min-height:0}.hero-media[data-astro-cid-bbe6dxrz] img[data-astro-cid-bbe6dxrz]{width:100%;height:100%;object-fit:cover;object-position:center 30%;filter:saturate(.85)}.hero-media[data-astro-cid-bbe6dxrz]:after{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(45,106,95,.18) 0%,transparent 60%);pointer-events:none}.img-placeholder[data-astro-cid-bbe6dxrz]{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;background:var(--stone);border:1.5px dashed var(--sand);color:var(--taupe);text-align:center;padding:1.5rem}.img-placeholder[data-astro-cid-bbe6dxrz] svg[data-astro-cid-bbe6dxrz]{width:36px;height:36px;opacity:.45}.img-placeholder[data-astro-cid-bbe6dxrz] .ph-label[data-astro-cid-bbe6dxrz]{font-size:.65rem;letter-spacing:.18em;text-transform:uppercase;color:var(--taupe);opacity:.8}.img-placeholder[data-astro-cid-bbe6dxrz] .ph-desc[data-astro-cid-bbe6dxrz]{font-family:Cormorant Garamond,serif;font-size:1rem;font-style:italic;color:var(--charcoal);opacity:.5;line-height:1.4}@keyframes fadeUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.hero-text[data-astro-cid-bbe6dxrz]>[data-astro-cid-bbe6dxrz]{opacity:0;animation:fadeUp .7s ease forwards}.hero-eyebrow[data-astro-cid-bbe6dxrz]{animation-delay:.1s}.hero-title[data-astro-cid-bbe6dxrz]{animation-delay:.25s}.hero-desc[data-astro-cid-bbe6dxrz]{animation-delay:.4s}.hero-actions[data-astro-cid-bbe6dxrz]{animation-delay:.55s}.hero-badge[data-astro-cid-bbe6dxrz]{position:absolute;bottom:2rem;left:2rem;background:var(--offwhite);padding:1rem 1.25rem;font-size:.72rem;letter-spacing:.1em;text-transform:uppercase;color:var(--taupe);border-left:3px solid var(--teal);backdrop-filter:blur(4px)}@media(max-width:900px){#hero[data-astro-cid-bbe6dxrz]{grid-template-columns:1fr;height:auto}.hero-text[data-astro-cid-bbe6dxrz]{max-width:100%;justify-self:start;padding:2.5rem clamp(1.25rem,5vw,3rem)!important}.hero-media[data-astro-cid-bbe6dxrz]{height:80vw;min-height:320px}.hero-media[data-astro-cid-bbe6dxrz] img[data-astro-cid-bbe6dxrz]{object-position:center 50%}.hero-badge[data-astro-cid-bbe6dxrz]{bottom:1rem;left:1rem}}.hero-badge[data-astro-cid-bbe6dxrz] strong[data-astro-cid-bbe6dxrz]{display:block;font-size:1.5rem;font-family:Cormorant Garamond,serif;font-weight:400;color:var(--charcoal);letter-spacing:0;text-transform:none;margin-top:.15rem}#about[data-astro-cid-v2cbyr3p]{background:var(--offwhite);border-top:1px solid var(--stone)}.about-grid[data-astro-cid-v2cbyr3p]{display:grid;grid-template-columns:1fr 1.5fr;gap:4rem;align-items:start}.about-photo-wrap[data-astro-cid-v2cbyr3p]{position:relative}.about-photo[data-astro-cid-v2cbyr3p]{width:100%;height:auto;aspect-ratio:3/4;object-fit:cover;object-position:center;filter:saturate(.8);display:block}.about-photo-accent[data-astro-cid-v2cbyr3p]{position:absolute;top:-1.5rem;left:-1.5rem;width:60%;height:60%;border:1px solid var(--sand);z-index:-1}.about-tag[data-astro-cid-v2cbyr3p]{position:absolute;bottom:1.5rem;right:-1.5rem;background:var(--teal);color:var(--offwhite);padding:1rem 1.25rem;font-size:.7rem;letter-spacing:.12em;text-transform:uppercase;writing-mode:vertical-lr;text-orientation:mixed;transform:rotate(180deg)}@media(max-width:900px){.about-grid[data-astro-cid-v2cbyr3p]{grid-template-columns:1fr;gap:2.5rem}.about-photo-wrap[data-astro-cid-v2cbyr3p]{max-width:100%;padding-top:1.5rem;padding-left:1.5rem}.about-photo-accent[data-astro-cid-v2cbyr3p]{top:0;left:0}.about-tag[data-astro-cid-v2cbyr3p]{display:none}}.img-placeholder[data-astro-cid-v2cbyr3p]{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;background:var(--stone);border:1.5px dashed var(--sand);color:var(--taupe);text-align:center;padding:1.5rem}.img-placeholder[data-astro-cid-v2cbyr3p] svg[data-astro-cid-v2cbyr3p]{width:36px;height:36px;opacity:.45}.img-placeholder[data-astro-cid-v2cbyr3p] .ph-label[data-astro-cid-v2cbyr3p]{font-size:.65rem;letter-spacing:.18em;text-transform:uppercase;color:var(--taupe);opacity:.8}.img-placeholder[data-astro-cid-v2cbyr3p] .ph-desc[data-astro-cid-v2cbyr3p]{font-family:Cormorant Garamond,serif;font-size:1rem;font-style:italic;color:var(--charcoal);opacity:.5;line-height:1.4}.about-content[data-astro-cid-v2cbyr3p]{padding-top:1rem}.section-label[data-astro-cid-v2cbyr3p]{margin-bottom:.75rem}.about-content[data-astro-cid-v2cbyr3p] h2[data-astro-cid-v2cbyr3p]{font-size:clamp(2rem,3.5vw,3rem);margin-bottom:1.5rem}.about-content[data-astro-cid-v2cbyr3p] p[data-astro-cid-v2cbyr3p]{font-size:.92rem;line-height:1.8;color:var(--taupe);margin-bottom:1rem}.about-content[data-astro-cid-v2cbyr3p] p[data-astro-cid-v2cbyr3p] strong[data-astro-cid-v2cbyr3p]{color:var(--charcoal);font-weight:400}.credentials-list[data-astro-cid-v2cbyr3p]{margin-top:2rem;border-top:1px solid var(--stone);padding-top:1.5rem;display:grid;gap:1rem}.credential-item[data-astro-cid-v2cbyr3p]{display:flex;gap:1rem;align-items:flex-start}.credential-dot[data-astro-cid-v2cbyr3p]{width:6px;height:6px;border-radius:50%;background:var(--teal);margin-top:.45rem;flex-shrink:0}.credential-text[data-astro-cid-v2cbyr3p]{font-size:.85rem;line-height:1.5;color:var(--charcoal)}.credential-text[data-astro-cid-v2cbyr3p] span[data-astro-cid-v2cbyr3p]{display:block;font-size:.72rem;color:var(--taupe);margin-top:.15rem;letter-spacing:.05em}.cedulas[data-astro-cid-v2cbyr3p]{margin-top:1.5rem;padding:1rem 1.25rem;background:var(--stone);font-size:.75rem;color:var(--taupe);letter-spacing:.06em;line-height:2}#services[data-astro-cid-g5jplrhu]{background:var(--cream)}.services-header[data-astro-cid-g5jplrhu]{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:3rem;flex-wrap:wrap;gap:1rem}.services-header[data-astro-cid-g5jplrhu] h2[data-astro-cid-g5jplrhu]{font-size:clamp(2rem,3.5vw,3rem)}.services-header[data-astro-cid-g5jplrhu] p[data-astro-cid-g5jplrhu]{font-size:.88rem;color:var(--taupe);max-width:320px;text-align:right;line-height:1.6}.services-grid[data-astro-cid-g5jplrhu]{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--stone);border:1px solid var(--stone)}.service-card[data-astro-cid-g5jplrhu]{background:var(--offwhite);padding:2.5rem 2rem;display:flex;flex-direction:column;gap:1rem;transition:background .25s;cursor:default}.service-card[data-astro-cid-g5jplrhu]:not(.quote-card):not(.featured):hover{background:var(--cream)}.service-num[data-astro-cid-g5jplrhu]{font-family:Cormorant Garamond,serif;font-size:3.5rem;font-weight:300;color:var(--stone);line-height:1}.service-card[data-astro-cid-g5jplrhu] h3[data-astro-cid-g5jplrhu]{font-size:1.35rem;color:var(--charcoal)}.service-card[data-astro-cid-g5jplrhu] p[data-astro-cid-g5jplrhu]{font-size:.85rem;line-height:1.7;color:var(--taupe);flex:1}.service-tag[data-astro-cid-g5jplrhu]{display:inline-block;font-size:.62rem;letter-spacing:.14em;text-transform:uppercase;padding:.3rem .75rem;border:1px solid var(--sand);color:var(--taupe);align-self:flex-start}@media(max-width:900px){.services-header[data-astro-cid-g5jplrhu]{flex-direction:column;align-items:flex-start}.services-header[data-astro-cid-g5jplrhu] p[data-astro-cid-g5jplrhu]{text-align:left;max-width:100%}.services-grid[data-astro-cid-g5jplrhu]{grid-template-columns:1fr}.service-card[data-astro-cid-g5jplrhu].featured{flex-direction:column;padding:2rem 1.5rem;gap:1.5rem}.featured-left[data-astro-cid-g5jplrhu]{display:none}.featured-right[data-astro-cid-g5jplrhu]{grid-template-columns:1fr;gap:1.25rem}.featured-cta[data-astro-cid-g5jplrhu]{flex-direction:column;align-items:flex-start}.featured-cta[data-astro-cid-g5jplrhu] p[data-astro-cid-g5jplrhu]{max-width:100%}}.quote-card[data-astro-cid-g5jplrhu]{justify-content:center;align-items:center;background:var(--stone);min-height:280px}.quote-card[data-astro-cid-g5jplrhu] p[data-astro-cid-g5jplrhu]{font-family:Cormorant Garamond,serif;font-size:1.4rem;color:var(--taupe);text-align:center;line-height:1.5;font-style:italic}.service-card[data-astro-cid-g5jplrhu].featured{grid-column:1 / -1;background:var(--charcoal);color:var(--cream);flex-direction:row;gap:3rem;align-items:center;padding:3rem}.service-card[data-astro-cid-g5jplrhu].featured:hover{background:#1e1b19}.featured-left[data-astro-cid-g5jplrhu]{flex:0 0 auto}.featured-left[data-astro-cid-g5jplrhu] .service-num[data-astro-cid-g5jplrhu]{color:#ffffff1f;font-size:5rem}.featured-right[data-astro-cid-g5jplrhu]{flex:1;display:grid;grid-template-columns:1.2fr 1fr;gap:2rem}.featured-right[data-astro-cid-g5jplrhu] h3[data-astro-cid-g5jplrhu]{font-size:1.75rem;color:var(--offwhite);grid-column:1 / -1}.featured-right[data-astro-cid-g5jplrhu] p[data-astro-cid-g5jplrhu]{font-size:.85rem;line-height:1.7;color:var(--sand)}.featured-pill[data-astro-cid-g5jplrhu]{display:inline-block;background:var(--teal);color:var(--offwhite);font-size:.62rem;letter-spacing:.14em;text-transform:uppercase;padding:.3rem .85rem;margin-bottom:.75rem}.featured-cta[data-astro-cid-g5jplrhu]{grid-column:1 / -1;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem;border-top:1px solid rgba(255,255,255,.1);padding-top:1.5rem}.featured-cta[data-astro-cid-g5jplrhu] p[data-astro-cid-g5jplrhu]{font-size:.78rem;color:var(--sand);max-width:400px;line-height:1.6}#gallery[data-astro-cid-ihllb3az]{padding-block:0;overflow:hidden}.photo-strip[data-astro-cid-ihllb3az]{display:grid;grid-template-columns:repeat(4,1fr);height:380px;gap:1px;background:var(--stone)}.photo-strip-item[data-astro-cid-ihllb3az]{overflow:hidden;position:relative}.photo-strip-item[data-astro-cid-ihllb3az] img[data-astro-cid-ihllb3az]{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s ease}.photo-strip-item[data-astro-cid-ihllb3az]:hover img[data-astro-cid-ihllb3az]{transform:scale(1.04)}@media(max-width:900px){.photo-strip[data-astro-cid-ihllb3az]{grid-template-columns:1fr 1fr;height:auto}.photo-strip-item[data-astro-cid-ihllb3az]{height:220px}}@media(max-width:540px){.photo-strip[data-astro-cid-ihllb3az]{grid-template-columns:1fr}.photo-strip-item[data-astro-cid-ihllb3az]{height:250px}}#testimonials[data-astro-cid-aadlzisc]{background:var(--offwhite);border-top:1px solid var(--stone)}.testimonials-header[data-astro-cid-aadlzisc]{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:3rem;flex-wrap:wrap;gap:1rem}.testimonials-header[data-astro-cid-aadlzisc] h2[data-astro-cid-aadlzisc]{font-size:clamp(2rem,3.5vw,3rem)}.google-badge[data-astro-cid-aadlzisc]{display:flex;align-items:center;gap:.6rem;font-size:.78rem;color:var(--taupe)}.google-badge[data-astro-cid-aadlzisc] strong[data-astro-cid-aadlzisc]{color:var(--charcoal);font-size:1.1rem;font-family:Cormorant Garamond,serif}.stars[data-astro-cid-aadlzisc]{color:#e8a020;letter-spacing:.1em;font-size:1rem}.testimonials-grid[data-astro-cid-aadlzisc]{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.testimonial-card[data-astro-cid-aadlzisc]{border:1px solid var(--stone);padding:2rem;background:var(--cream);position:relative}.testimonial-card[data-astro-cid-aadlzisc]:before{content:"“";font-family:Cormorant Garamond,serif;font-size:5rem;color:var(--stone);line-height:1;position:absolute;top:.5rem;left:1.25rem}.testimonial-text[data-astro-cid-aadlzisc]{font-size:1.05rem;line-height:1.75;color:var(--taupe);margin-top:1.5rem;font-style:italic;font-family:Cormorant Garamond,serif}.testimonial-author[data-astro-cid-aadlzisc]{margin-top:1.5rem;padding-top:1rem;border-top:1px solid var(--stone);font-size:.72rem;letter-spacing:.1em;text-transform:uppercase;color:var(--charcoal)}.testimonial-author[data-astro-cid-aadlzisc] span[data-astro-cid-aadlzisc]{color:var(--taupe);display:block;margin-top:.2rem}.t-stars[data-astro-cid-aadlzisc]{color:#e8a020;font-size:.8rem;margin-top:.5rem}@media(max-width:900px){.testimonials-grid[data-astro-cid-aadlzisc]{grid-template-columns:1fr}}.disclaimer[data-astro-cid-aadlzisc]{margin-top:2rem;font-size:.78rem;color:var(--taupe);text-align:center}.disclaimer[data-astro-cid-aadlzisc] a[data-astro-cid-aadlzisc]{color:var(--teal);text-decoration:underline}#contact[data-astro-cid-xmivup5a]{background:var(--charcoal);color:var(--cream);text-align:center;padding-block:calc(var(--gap) * 1.5)}#contact[data-astro-cid-xmivup5a] .label[data-astro-cid-xmivup5a]{color:var(--sand)}#contact[data-astro-cid-xmivup5a] h2[data-astro-cid-xmivup5a]{font-size:clamp(2.2rem,4.5vw,4rem);color:var(--offwhite);margin-block:1rem 1.25rem}#contact[data-astro-cid-xmivup5a] p[data-astro-cid-xmivup5a]{font-size:.92rem;color:var(--sand);max-width:460px;margin-inline:auto;line-height:1.75;margin-bottom:2.5rem}.contact-actions[data-astro-cid-xmivup5a]{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.btn-phone[data-astro-cid-xmivup5a]{display:inline-flex;align-items:center;gap:.6rem;padding:.85rem 2rem;background:transparent;color:var(--cream);border:1px solid rgba(255,255,255,.25);font-size:.8rem;letter-spacing:.1em;text-transform:uppercase;font-family:Jost,sans-serif;border-radius:var(--r);transition:border-color .2s,background .2s}.btn-phone[data-astro-cid-xmivup5a]:hover{border-color:#fff9;background:#ffffff0d}.btn-ig[data-astro-cid-xmivup5a]{display:inline-flex;align-items:center;gap:.6rem;padding:.85rem 2rem;background:transparent;color:var(--cream);border:1px solid rgba(255,255,255,.25);font-size:.8rem;letter-spacing:.1em;text-transform:uppercase;font-family:Jost,sans-serif;border-radius:var(--r);transition:border-color .2s,background .2s}.btn-ig[data-astro-cid-xmivup5a]:hover{border-color:#fff9;background:#ffffff0d}.contact-location[data-astro-cid-xmivup5a]{margin-top:3rem;font-size:.75rem;letter-spacing:.1em;color:var(--sand);text-transform:uppercase}footer[data-astro-cid-sz7xmlte]{background:#1a1714;color:var(--taupe);padding:2rem clamp(1.25rem,5vw,3rem);display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem;font-size:.7rem;letter-spacing:.08em}.foot-logo[data-astro-cid-sz7xmlte]{font-family:Cormorant Garamond,serif;font-size:.95rem;color:var(--sand)}.foot-copy[data-astro-cid-sz7xmlte]{text-align:right}.wa-float[data-astro-cid-sz7xmlte]{position:fixed;bottom:2rem;right:2rem;z-index:200;width:56px;height:56px;border-radius:50%;background:#25d366;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 20px #0003;transition:transform .2s,box-shadow .2s}.wa-float[data-astro-cid-sz7xmlte]:hover{transform:scale(1.08);box-shadow:0 6px 28px #00000047}.wa-float[data-astro-cid-sz7xmlte] svg[data-astro-cid-sz7xmlte]{width:28px;height:28px}
