.service-hero[data-astro-cid-htzf4lit]{position:relative;padding:var(--space-16) 0 var(--space-12);overflow:hidden}.service-hero__bg[data-astro-cid-htzf4lit]{position:absolute;inset:0;z-index:0;overflow:hidden}.service-hero__gradient[data-astro-cid-htzf4lit]{position:absolute;inset:0;background:linear-gradient(135deg,var(--color-cream) 0%,var(--color-cream-light) 40%,rgba(45,74,62,.05) 70%,var(--color-tan-light) 100%);background-size:200% 200%;animation:gradientShift 15s ease-in-out infinite}@keyframes gradientShift{0%,to{background-position:0% 50%}50%{background-position:100% 50%}}.service-hero__bg-swatch[data-astro-cid-htzf4lit]{position:absolute;border-radius:50%;filter:blur(80px);opacity:.12;pointer-events:none}.service-hero__bg-swatch--1[data-astro-cid-htzf4lit]{width:400px;height:300px;background:var(--color-tan);top:-100px;right:10%;animation:floatDrift1 20s ease-in-out infinite}.service-hero__bg-swatch--2[data-astro-cid-htzf4lit]{width:350px;height:350px;background:var(--color-sage);bottom:-50px;left:5%;animation:floatDrift2 25s ease-in-out infinite;animation-delay:-5s}.service-hero__bg-swatch--3[data-astro-cid-htzf4lit]{width:250px;height:200px;background:var(--color-tan-light);top:40%;left:30%;animation:floatDrift3 18s ease-in-out infinite;animation-delay:-10s}@keyframes floatDrift1{0%,to{transform:translate(0) rotate(0)}25%{transform:translate(30px,20px) rotate(2deg)}50%{transform:translate(20px,-15px) rotate(-1deg)}75%{transform:translate(-20px,10px) rotate(1deg)}}@keyframes floatDrift2{0%,to{transform:translate(0) rotate(0)}33%{transform:translate(-25px,-20px) rotate(-2deg)}66%{transform:translate(35px,15px) rotate(3deg)}}@keyframes floatDrift3{0%,to{transform:translate(0) scale(1)}50%{transform:translate(40px,-30px) scale(1.1)}}.service-hero__bg-texture[data-astro-cid-htzf4lit]{position:absolute;inset:0;color:var(--color-tan);opacity:.5;pointer-events:none}.service-hero__bg-texture[data-astro-cid-htzf4lit] svg[data-astro-cid-htzf4lit]{position:absolute;bottom:10%;left:0;width:100%;height:100px;animation:textureFloat 12s ease-in-out infinite}@keyframes textureFloat{0%,to{transform:translate(0)}50%{transform:translate(20px)}}.service-hero__layout[data-astro-cid-htzf4lit]{position:relative;z-index:2;display:grid;grid-template-columns:1fr 1fr;gap:var(--space-12);align-items:center}.service-hero__text[data-astro-cid-htzf4lit]{position:relative}.service-hero__paint-drip[data-astro-cid-htzf4lit]{position:absolute;left:-40px;top:50%;transform:translateY(-50%);width:20px;height:120px;color:var(--color-tan);opacity:0;animation:dripFadeIn .8s ease-out 1.4s forwards}.service-hero__paint-drip[data-astro-cid-htzf4lit] svg[data-astro-cid-htzf4lit]{width:100%;height:100%}@keyframes dripFadeIn{0%{opacity:0;transform:translateY(-50%) translateY(-20px)}to{opacity:.6;transform:translateY(-50%) translateY(0)}}.service-hero__eyebrow[data-astro-cid-htzf4lit]{display:flex;align-items:center;gap:var(--space-3);margin-bottom:var(--space-4);opacity:0;animation:fadeSlideIn .7s ease-out .2s forwards}.service-hero__eyebrow-text[data-astro-cid-htzf4lit]{font-family:var(--font-body);font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.2em;color:var(--color-sage);white-space:nowrap}.service-hero__eyebrow-line[data-astro-cid-htzf4lit]{flex:1;max-width:60px;height:1px;background:linear-gradient(90deg,var(--color-tan) 0%,transparent 100%);transform-origin:left center;transform:scaleX(0);animation:lineGrow .6s ease-out .5s forwards}.service-hero__eyebrow-line[data-astro-cid-htzf4lit]:last-child{background:linear-gradient(90deg,transparent 0%,var(--color-tan) 100%);transform-origin:right center}@keyframes lineGrow{to{transform:scaleX(1)}}@keyframes fadeSlideIn{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}.service-hero__title[data-astro-cid-htzf4lit]{font-family:var(--font-headline);font-size:clamp(var(--text-5xl),7.5vw,5.5rem);color:var(--color-charcoal);margin-bottom:var(--space-2);letter-spacing:-.02em;line-height:1;display:flex;flex-direction:column;gap:0}.service-hero__title-main[data-astro-cid-htzf4lit]{display:block;opacity:0;animation:titleSlideIn .8s cubic-bezier(.34,1.56,.64,1) .35s forwards;position:relative}.service-hero__title-accent[data-astro-cid-htzf4lit]{display:block;font-style:italic;position:relative;padding-left:var(--space-6);opacity:0;animation:titleSlideIn .8s cubic-bezier(.34,1.56,.64,1) .5s forwards;background:linear-gradient(135deg,var(--color-sage) 0%,#4a7a66 25%,var(--color-sage) 50%,#4a7a66 75%,var(--color-sage) 100%);background-size:200% 200%;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:titleSlideIn .8s cubic-bezier(.34,1.56,.64,1) .5s forwards,shimmerText 8s ease-in-out 1.3s infinite}.service-hero__title-accent[data-astro-cid-htzf4lit]:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:20px;height:3px;background:var(--color-tan);opacity:0;animation:accentLineIn .5s ease-out .9s forwards}@keyframes titleSlideIn{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}@keyframes shimmerText{0%,to{background-position:0% 50%}50%{background-position:100% 50%}}@keyframes accentLineIn{0%{opacity:0;width:0}to{opacity:1;width:20px}}.service-hero__title-underline[data-astro-cid-htzf4lit]{position:relative;width:280px;height:24px;color:var(--color-tan);margin:var(--space-3) 0 var(--space-5);opacity:0;animation:fadeSlideIn .6s ease-out .8s forwards}.service-hero__title-underline[data-astro-cid-htzf4lit] svg[data-astro-cid-htzf4lit]{width:100%;height:100%;overflow:visible}.service-hero__underline-stroke[data-astro-cid-htzf4lit]{stroke-dasharray:320;stroke-dashoffset:320;animation:drawUnderline .8s ease-out .9s forwards}.service-hero__underline-stroke-secondary[data-astro-cid-htzf4lit]{stroke-dasharray:300;stroke-dashoffset:300;animation:drawUnderline .7s ease-out 1.1s forwards}@keyframes drawUnderline{to{stroke-dashoffset:0}}.service-hero__palette[data-astro-cid-htzf4lit]{display:flex;gap:var(--space-1);margin-bottom:var(--space-5);opacity:0;animation:paletteFadeIn .6s ease-out 1.2s forwards}.service-hero__palette-swatch[data-astro-cid-htzf4lit]{width:24px;height:24px;border-radius:var(--radius-xs);box-shadow:0 2px 4px #0000001a,inset 0 1px #fff3;transform:rotate(-3deg);transition:transform .3s ease}.service-hero__palette-swatch[data-astro-cid-htzf4lit]:nth-child(2){transform:rotate(2deg)}.service-hero__palette-swatch[data-astro-cid-htzf4lit]:nth-child(3){transform:rotate(-1deg)}.service-hero__palette-swatch--1[data-astro-cid-htzf4lit]{background:var(--color-tan)}.service-hero__palette-swatch--2[data-astro-cid-htzf4lit]{background:var(--color-sage)}.service-hero__palette-swatch--3[data-astro-cid-htzf4lit]{background:var(--color-cream);border:1px solid var(--color-tan-light)}.service-hero__palette[data-astro-cid-htzf4lit]:hover .service-hero__palette-swatch[data-astro-cid-htzf4lit]{transform:rotate(0) translateY(-2px)}@keyframes paletteFadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.service-hero__badge[data-astro-cid-htzf4lit]{display:inline-flex;align-items:center;justify-content:center;margin-top:var(--space-2);padding:var(--space-2) var(--space-5);background:transparent;border:1px solid var(--color-tan);border-radius:var(--radius-sm);position:relative;overflow:hidden;opacity:0;animation:badgeSlideUp .6s ease-out 1.3s forwards;transition:all .4s ease}.service-hero__badge[data-astro-cid-htzf4lit]:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#2d4a3e0f,#d4b8961a);opacity:0;transition:opacity .4s ease}.service-hero__badge[data-astro-cid-htzf4lit]:hover:before{opacity:1}.service-hero__badge[data-astro-cid-htzf4lit]:hover{border-color:var(--color-sage);box-shadow:0 4px 12px #2d4a3e26;transform:translateY(-2px)}.service-hero__badge-text[data-astro-cid-htzf4lit]{position:relative;font-family:var(--font-body);font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.18em;color:var(--color-sage)}@keyframes badgeSlideUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.service-hero__media[data-astro-cid-htzf4lit]{display:flex;justify-content:center;animation:fadeInUp 1s ease-out .2s both}.service-hero__media-frame[data-astro-cid-htzf4lit]{position:relative;padding:var(--space-10)}.service-hero__corner-ornament[data-astro-cid-htzf4lit]{position:absolute;width:80px;height:80px;color:var(--color-tan);z-index:5;opacity:0;animation:cornerOrnamentIn .9s cubic-bezier(.34,1.56,.64,1) forwards}.service-hero__corner-ornament[data-astro-cid-htzf4lit] svg[data-astro-cid-htzf4lit]{width:100%;height:100%;overflow:visible}.service-hero__corner-line[data-astro-cid-htzf4lit]{stroke-dasharray:200;stroke-dashoffset:200;animation:drawLine 1.2s ease-out forwards}.service-hero__corner-dot[data-astro-cid-htzf4lit]{opacity:0;animation:dotPop .4s ease-out forwards;animation-delay:1s}@keyframes drawLine{to{stroke-dashoffset:0}}@keyframes dotPop{0%{opacity:0;transform:scale(0)}to{opacity:1;transform:scale(1)}}.service-hero__corner-ornament--tl[data-astro-cid-htzf4lit]{top:0;left:0;animation-delay:.5s}.service-hero__corner-ornament--tr[data-astro-cid-htzf4lit]{top:0;right:0;animation-delay:.6s}.service-hero__corner-ornament--bl[data-astro-cid-htzf4lit]{bottom:0;left:0;animation-delay:.7s}.service-hero__corner-ornament--br[data-astro-cid-htzf4lit]{bottom:0;right:0;animation-delay:.8s}.service-hero__corner-ornament--tl[data-astro-cid-htzf4lit] .service-hero__corner-line[data-astro-cid-htzf4lit],.service-hero__corner-ornament--tl[data-astro-cid-htzf4lit] .service-hero__corner-line-inner[data-astro-cid-htzf4lit]{animation-delay:.5s}.service-hero__corner-ornament--tr[data-astro-cid-htzf4lit] .service-hero__corner-line[data-astro-cid-htzf4lit],.service-hero__corner-ornament--tr[data-astro-cid-htzf4lit] .service-hero__corner-line-inner[data-astro-cid-htzf4lit]{animation-delay:.6s}.service-hero__corner-ornament--bl[data-astro-cid-htzf4lit] .service-hero__corner-line[data-astro-cid-htzf4lit],.service-hero__corner-ornament--bl[data-astro-cid-htzf4lit] .service-hero__corner-line-inner[data-astro-cid-htzf4lit]{animation-delay:.7s}.service-hero__corner-ornament--br[data-astro-cid-htzf4lit] .service-hero__corner-line[data-astro-cid-htzf4lit],.service-hero__corner-ornament--br[data-astro-cid-htzf4lit] .service-hero__corner-line-inner[data-astro-cid-htzf4lit]{animation-delay:.8s}@keyframes cornerOrnamentIn{0%{opacity:0;transform:scale(.7)}to{opacity:1;transform:scale(1)}}.service-hero__brush-stroke[data-astro-cid-htzf4lit]{position:absolute;z-index:1;pointer-events:none;opacity:0}.service-hero__brush-stroke--1[data-astro-cid-htzf4lit]{top:-20px;right:10%;width:120px;height:12px;color:var(--color-tan);transform:rotate(-3deg);animation:brushFloatIn 1s ease-out 1s forwards}.service-hero__brush-stroke--1[data-astro-cid-htzf4lit] svg[data-astro-cid-htzf4lit]{width:100%;height:100%}.service-hero__brush-stroke--2[data-astro-cid-htzf4lit]{bottom:-16px;left:8%;width:100px;height:10px;color:var(--color-sage);transform:rotate(2deg);animation:brushFloatIn 1s ease-out 1.1s forwards}.service-hero__brush-stroke--2[data-astro-cid-htzf4lit] svg[data-astro-cid-htzf4lit]{width:100%;height:100%}@keyframes brushFloatIn{0%{opacity:0;transform:translate(-30px) rotate(-3deg)}to{opacity:.7;transform:translate(0) rotate(-3deg)}}.service-hero__brush-stroke--2[data-astro-cid-htzf4lit]{animation-name:brushFloatIn2}@keyframes brushFloatIn2{0%{opacity:0;transform:translate(30px) rotate(2deg)}to{opacity:.5;transform:translate(0) rotate(2deg)}}.service-hero__video-container[data-astro-cid-htzf4lit]{position:relative;max-width:600px;width:100%}.service-hero__video-glow[data-astro-cid-htzf4lit]{position:absolute;inset:-4px;background:linear-gradient(135deg,rgba(212,184,150,.4) 0%,rgba(212,184,150,.1) 25%,transparent 50%,rgba(45,74,62,.1) 75%,rgba(45,74,62,.3) 100%);border-radius:calc(var(--radius-xl) + 4px);filter:blur(8px);opacity:0;animation:glowFadeIn 1.5s ease-out .3s forwards}@keyframes glowFadeIn{to{opacity:1}}.service-hero__video-wrapper[data-astro-cid-htzf4lit]{position:relative;border-radius:var(--radius-xl);overflow:hidden;box-shadow:0 2px 4px #1a1a1a0a,0 8px 16px #1a1a1a14,0 24px 48px #1a1a1a1f,0 48px 80px #1a1a1a14,inset 0 0 0 1px #ffffff14}.service-hero__video[data-astro-cid-htzf4lit],.service-hero__image[data-astro-cid-htzf4lit]{position:relative;z-index:2;width:100%;height:auto;display:block;background:var(--color-charcoal)}.service-hero__image[data-astro-cid-htzf4lit]{object-fit:cover;aspect-ratio:700 / 450}.service-hero__video-grain[data-astro-cid-htzf4lit]{position:absolute;inset:0;z-index:4;pointer-events:none;opacity:.035;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");mix-blend-mode:overlay}.service-hero__video-vignette[data-astro-cid-htzf4lit]{position:absolute;inset:0;z-index:5;pointer-events:none;background:radial-gradient(ellipse 80% 70% at 50% 50%,transparent 50%,rgba(26,26,26,.15) 100%)}.service-hero__video-shimmer[data-astro-cid-htzf4lit]{position:absolute;inset:0;z-index:6;pointer-events:none;background:linear-gradient(115deg,transparent 42%,rgba(255,255,255,.02) 45%,rgba(255,255,255,.04) 50%,rgba(255,255,255,.02) 55%,transparent 58%);background-size:250% 100%;animation:shimmer 10s ease-in-out infinite}@keyframes shimmer{0%,to{background-position:200% 0}50%{background-position:-200% 0}}.service-hero__mute-btn[data-astro-cid-htzf4lit]{position:absolute;bottom:var(--space-4);right:var(--space-4);z-index:20;display:flex;align-items:center;gap:var(--space-2);padding:0;background:transparent;border:none;color:var(--color-cream);cursor:pointer;font-family:var(--font-body)}.service-hero__mute-backdrop[data-astro-cid-htzf4lit]{position:absolute;inset:0;background:linear-gradient(135deg,#1a1a1ad9,#2d4a3ebf);backdrop-filter:blur(16px) saturate(1.2);-webkit-backdrop-filter:blur(16px) saturate(1.2);border-radius:var(--radius-full);border:1px solid rgba(255,255,255,.12);transition:all .4s cubic-bezier(.4,0,.2,1)}.service-hero__mute-icon-wrap[data-astro-cid-htzf4lit]{position:relative;z-index:2;display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;background:#d4b89626;border:1px solid rgba(212,184,150,.3);transition:all .3s ease}.service-hero__mute-text[data-astro-cid-htzf4lit]{position:relative;z-index:2;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.12em;padding-right:var(--space-3);opacity:.9}.service-hero__mute-pulse[data-astro-cid-htzf4lit]{position:absolute;left:9px;top:50%;transform:translateY(-50%);width:36px;height:36px;border-radius:50%;border:2px solid var(--color-tan);opacity:0;animation:mutePulse 2s ease-out infinite}@keyframes mutePulse{0%{transform:translateY(-50%) scale(1);opacity:.6}to{transform:translateY(-50%) scale(1.8);opacity:0}}.service-hero__mute-btn[data-astro-cid-htzf4lit]:hover .service-hero__mute-backdrop[data-astro-cid-htzf4lit]{background:linear-gradient(135deg,#2d4a3ef2,#2d4a3ed9);border-color:var(--color-tan);box-shadow:0 8px 24px #1a1a1a66}.service-hero__mute-btn[data-astro-cid-htzf4lit]:hover .service-hero__mute-icon-wrap[data-astro-cid-htzf4lit]{background:#d4b89640;border-color:var(--color-tan);transform:scale(1.05)}.service-hero__mute-btn[data-astro-cid-htzf4lit]:focus{outline:none}.service-hero__mute-btn[data-astro-cid-htzf4lit]:focus-visible .service-hero__mute-backdrop[data-astro-cid-htzf4lit]{outline:2px solid var(--color-tan);outline-offset:2px}.service-hero__mute-icon[data-astro-cid-htzf4lit]{display:none;flex-shrink:0;transition:transform .3s ease}.service-hero__mute-btn[data-astro-cid-htzf4lit]:hover .service-hero__mute-icon[data-astro-cid-htzf4lit]{transform:scale(1.1)}.service-hero__mute-btn[data-astro-cid-htzf4lit][data-muted=false] .service-hero__mute-icon--unmuted[data-astro-cid-htzf4lit],.service-hero__mute-btn[data-astro-cid-htzf4lit][data-muted=true] .service-hero__mute-icon--muted[data-astro-cid-htzf4lit]{display:block}@media (max-width: 1024px){.service-hero__layout[data-astro-cid-htzf4lit]{grid-template-columns:1fr;gap:var(--space-10);text-align:center}.service-hero__text[data-astro-cid-htzf4lit]{order:1;display:flex;flex-direction:column;align-items:center}.service-hero__media[data-astro-cid-htzf4lit]{order:2}.service-hero__paint-drip[data-astro-cid-htzf4lit]{display:none}.service-hero__eyebrow[data-astro-cid-htzf4lit]{justify-content:center}.service-hero__title[data-astro-cid-htzf4lit]{align-items:center;font-size:clamp(var(--text-4xl),6vw,var(--text-5xl))}.service-hero__title-accent[data-astro-cid-htzf4lit]{padding-left:0}.service-hero__title-accent[data-astro-cid-htzf4lit]:before{display:none}.service-hero__title-underline[data-astro-cid-htzf4lit]{margin-left:auto;margin-right:auto}.service-hero__palette[data-astro-cid-htzf4lit]{justify-content:center}.service-hero__badge[data-astro-cid-htzf4lit]{margin-left:auto;margin-right:auto}.service-hero__corner-ornament[data-astro-cid-htzf4lit]{width:60px;height:60px}.service-hero__bg-swatch--3[data-astro-cid-htzf4lit]{display:none}}@media (max-width: 768px){.service-hero[data-astro-cid-htzf4lit]{padding:var(--space-12) 0 var(--space-16)}.service-hero__eyebrow-line[data-astro-cid-htzf4lit]{max-width:40px}.service-hero__title[data-astro-cid-htzf4lit]{font-size:var(--text-3xl)}.service-hero__title-underline[data-astro-cid-htzf4lit]{width:200px}.service-hero__palette-swatch[data-astro-cid-htzf4lit]{width:20px;height:20px}.service-hero__badge[data-astro-cid-htzf4lit]{padding:var(--space-1) var(--space-4)}.service-hero__badge-text[data-astro-cid-htzf4lit]{font-size:9px}.service-hero__corner-ornament[data-astro-cid-htzf4lit]{width:50px;height:50px}.service-hero__media-frame[data-astro-cid-htzf4lit]{padding:var(--space-6)}.service-hero__brush-stroke--1[data-astro-cid-htzf4lit],.service-hero__brush-stroke--2[data-astro-cid-htzf4lit],.service-hero__bg-swatch--2[data-astro-cid-htzf4lit],.service-hero__bg-swatch--3[data-astro-cid-htzf4lit],.service-hero__bg-texture[data-astro-cid-htzf4lit]{display:none}}@media (max-width: 480px){.service-hero__eyebrow-line[data-astro-cid-htzf4lit]{max-width:30px}.service-hero__eyebrow-text[data-astro-cid-htzf4lit]{font-size:10px;letter-spacing:.15em}.service-hero__title[data-astro-cid-htzf4lit]{font-size:var(--text-2xl)}.service-hero__title-underline[data-astro-cid-htzf4lit]{width:160px;height:18px}.service-hero__palette[data-astro-cid-htzf4lit]{display:none}.service-hero__badge[data-astro-cid-htzf4lit]{margin-top:var(--space-3)}.service-hero__corner-ornament[data-astro-cid-htzf4lit]{width:40px;height:40px}.service-hero__media-frame[data-astro-cid-htzf4lit]{padding:var(--space-4)}.service-hero__mute-text[data-astro-cid-htzf4lit]{display:none}.service-hero__mute-icon-wrap[data-astro-cid-htzf4lit]{width:32px;height:32px}.service-hero__mute-pulse[data-astro-cid-htzf4lit]{left:7px;width:32px;height:32px}}@media (prefers-reduced-motion: reduce){.service-hero__text[data-astro-cid-htzf4lit],.service-hero__media[data-astro-cid-htzf4lit],.service-hero__corner-ornament[data-astro-cid-htzf4lit],.service-hero__brush-stroke[data-astro-cid-htzf4lit],.service-hero__video-glow[data-astro-cid-htzf4lit],.service-hero__video-shimmer[data-astro-cid-htzf4lit],.service-hero__mute-pulse[data-astro-cid-htzf4lit],.service-hero__corner-line[data-astro-cid-htzf4lit],.service-hero__corner-dot[data-astro-cid-htzf4lit],.service-hero__eyebrow[data-astro-cid-htzf4lit],.service-hero__eyebrow-line[data-astro-cid-htzf4lit],.service-hero__title-main[data-astro-cid-htzf4lit],.service-hero__title-accent[data-astro-cid-htzf4lit],.service-hero__title-accent[data-astro-cid-htzf4lit]:before,.service-hero__title-underline[data-astro-cid-htzf4lit],.service-hero__underline-stroke[data-astro-cid-htzf4lit],.service-hero__underline-stroke-secondary[data-astro-cid-htzf4lit],.service-hero__palette[data-astro-cid-htzf4lit],.service-hero__badge[data-astro-cid-htzf4lit],.service-hero__paint-drip[data-astro-cid-htzf4lit],.service-hero__gradient[data-astro-cid-htzf4lit],.service-hero__bg-swatch[data-astro-cid-htzf4lit],.service-hero__bg-texture[data-astro-cid-htzf4lit]{animation:none!important;opacity:1;transform:none}.service-hero__corner-line[data-astro-cid-htzf4lit],.service-hero__underline-stroke[data-astro-cid-htzf4lit],.service-hero__underline-stroke-secondary[data-astro-cid-htzf4lit]{stroke-dashoffset:0}.service-hero__corner-dot[data-astro-cid-htzf4lit]{opacity:1}.service-hero__eyebrow-line[data-astro-cid-htzf4lit]{transform:scaleX(1)}.service-hero__title-accent[data-astro-cid-htzf4lit]:before{opacity:1;width:20px}.service-hero__title-accent[data-astro-cid-htzf4lit]{background:var(--color-sage);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.service-hero__paint-drip[data-astro-cid-htzf4lit]{opacity:.6}.service-hero__mute-btn[data-astro-cid-htzf4lit],.service-hero__mute-backdrop[data-astro-cid-htzf4lit],.service-hero__mute-icon-wrap[data-astro-cid-htzf4lit],.service-hero__badge[data-astro-cid-htzf4lit]{transition:none}.service-hero__bg-swatch[data-astro-cid-htzf4lit]{opacity:.08}}.service-content[data-astro-cid-htzf4lit]{position:relative;padding:var(--space-12) 0 var(--space-16)}.service-content__inner[data-astro-cid-htzf4lit]{position:relative;z-index:2;max-width:800px;margin:0 auto;padding:var(--space-8)}.service-content__text[data-astro-cid-htzf4lit]{font-family:var(--font-accent);font-size:var(--text-lg);line-height:1.8;color:var(--color-charcoal)}.service-content__text[data-astro-cid-htzf4lit] p{margin-bottom:var(--space-6)}.service-content__text[data-astro-cid-htzf4lit] h2,.service-content__text[data-astro-cid-htzf4lit] h3{font-family:var(--font-headline);color:var(--color-sage);margin-top:var(--space-8);margin-bottom:var(--space-4)}.service-content__text[data-astro-cid-htzf4lit] h2{font-size:var(--text-2xl)}.service-content__text[data-astro-cid-htzf4lit] h3{font-size:var(--text-xl)}.service-content__text[data-astro-cid-htzf4lit] ul,.service-content__text[data-astro-cid-htzf4lit] ol{margin-bottom:var(--space-6);padding-left:var(--space-6)}.service-content__text[data-astro-cid-htzf4lit] li{margin-bottom:var(--space-2)}.warranty[data-astro-cid-htzf4lit]{position:relative;padding:var(--space-24) 0;background-color:var(--color-cream-dark);overflow:hidden}.warranty__bg[data-astro-cid-htzf4lit]{position:absolute;inset:0;z-index:0}.warranty__gradient[data-astro-cid-htzf4lit]{position:absolute;inset:0;background:radial-gradient(ellipse 80% 50% at 50% 0%,rgba(45,74,62,.04) 0%,transparent 60%),radial-gradient(ellipse 80% 50% at 50% 100%,rgba(212,184,150,.06) 0%,transparent 60%)}.warranty__header[data-astro-cid-htzf4lit]{position:relative;z-index:2;text-align:center;margin-bottom:var(--space-16);max-width:700px;margin-left:auto;margin-right:auto}.warranty__eyebrow[data-astro-cid-htzf4lit]{display:block;font-family:var(--font-accent);font-size:var(--text-sm);text-transform:uppercase;letter-spacing:.2em;color:var(--color-tan-text);margin-bottom:var(--space-3)}.warranty__title[data-astro-cid-htzf4lit]{font-family:var(--font-headline);font-size:clamp(var(--text-3xl),4vw,var(--text-5xl));color:var(--color-charcoal);letter-spacing:-.01em;margin-bottom:var(--space-6)}.warranty__intro[data-astro-cid-htzf4lit]{font-family:var(--font-accent);font-size:var(--text-lg);font-style:italic;line-height:1.8;color:var(--color-charcoal-muted);max-width:60ch;margin:0 auto}.warranty__grid[data-astro-cid-htzf4lit]{position:relative;z-index:2;display:grid;grid-template-columns:repeat(3,1fr);gap:var(--space-6)}.warranty__card[data-astro-cid-htzf4lit]{background:var(--color-cream-light);padding:var(--space-8);border-radius:var(--radius-lg);border:1px solid var(--color-border-light);transition:all .4s cubic-bezier(.4,0,.2,1)}.warranty__card[data-astro-cid-htzf4lit]:hover{transform:translateY(-6px);box-shadow:0 16px 32px #1a1a1a1a;border-color:var(--color-sage)}.warranty__card-icon[data-astro-cid-htzf4lit]{width:56px;height:56px;display:flex;align-items:center;justify-content:center;background:#2d4a3e14;border-radius:var(--radius-md);color:var(--color-sage);margin-bottom:var(--space-5);transition:all .4s ease}.warranty__card[data-astro-cid-htzf4lit]:hover .warranty__card-icon[data-astro-cid-htzf4lit]{background:var(--color-sage);color:var(--color-cream);transform:scale(1.05)}.warranty__card-title[data-astro-cid-htzf4lit]{font-family:var(--font-headline);font-size:var(--text-xl);color:var(--color-charcoal);margin-bottom:var(--space-3)}.warranty__card-text[data-astro-cid-htzf4lit]{font-family:var(--font-body);font-size:var(--text-sm);color:var(--color-charcoal-muted);line-height:1.7}.warranty__footer[data-astro-cid-htzf4lit]{position:relative;z-index:2;text-align:center;margin-top:var(--space-12)}.warranty__footer-badge[data-astro-cid-htzf4lit]{display:inline-flex;align-items:center;gap:var(--space-3);padding:var(--space-3) var(--space-6);background:#2d4a3e0f;border:1px solid var(--color-border-light);border-radius:var(--radius-full);font-family:var(--font-body);font-size:var(--text-sm);color:var(--color-sage)}.warranty__footer-badge[data-astro-cid-htzf4lit] svg[data-astro-cid-htzf4lit]{color:var(--color-tan);flex-shrink:0}@media (max-width: 1024px){.warranty__grid[data-astro-cid-htzf4lit]{grid-template-columns:repeat(2,1fr)}.warranty__card[data-astro-cid-htzf4lit]:last-child{grid-column:1 / -1;max-width:480px;margin:0 auto}}@media (max-width: 640px){.warranty__grid[data-astro-cid-htzf4lit]{grid-template-columns:1fr}.warranty__card[data-astro-cid-htzf4lit]:last-child{max-width:none}.warranty__footer-badge[data-astro-cid-htzf4lit]{flex-direction:column;text-align:center;border-radius:var(--radius-md);padding:var(--space-4) var(--space-5)}}@media (prefers-reduced-motion: reduce){.warranty__card[data-astro-cid-htzf4lit],.warranty__card-icon[data-astro-cid-htzf4lit]{transition:none}.warranty__card[data-astro-cid-htzf4lit]:hover{transform:none}}.warranty-video[data-astro-cid-htzf4lit]{position:relative;padding:var(--space-24) 0;background-color:var(--color-sage);overflow:hidden}.warranty-video__bg[data-astro-cid-htzf4lit]{position:absolute;inset:0;z-index:0}.warranty-video__gradient[data-astro-cid-htzf4lit]{position:absolute;inset:0;background:radial-gradient(ellipse 80% 50% at 50% 0%,rgba(255,255,255,.05) 0%,transparent 50%),radial-gradient(ellipse 80% 50% at 50% 100%,rgba(0,0,0,.15) 0%,transparent 50%)}.warranty-video__inner[data-astro-cid-htzf4lit]{position:relative;z-index:2;max-width:1100px;margin:0 auto}.warranty-video__frame[data-astro-cid-htzf4lit]{position:relative;padding:var(--space-8)}.warranty-video__corner[data-astro-cid-htzf4lit]{position:absolute;width:60px;height:60px;color:var(--color-tan);z-index:5}.warranty-video__corner[data-astro-cid-htzf4lit] svg[data-astro-cid-htzf4lit]{width:100%;height:100%}.warranty-video__corner--tl[data-astro-cid-htzf4lit]{top:0;left:0}.warranty-video__corner--tr[data-astro-cid-htzf4lit]{top:0;right:0}.warranty-video__corner--bl[data-astro-cid-htzf4lit]{bottom:0;left:0}.warranty-video__corner--br[data-astro-cid-htzf4lit]{bottom:0;right:0}.warranty-video__video-wrapper[data-astro-cid-htzf4lit]{position:relative;width:100%;border-radius:var(--radius-xl);overflow:hidden;box-shadow:0 4px 6px #0000001a,0 10px 20px #00000026,0 30px 60px #0003,inset 0 0 0 1px #ffffff14}.warranty-video__placeholder[data-astro-cid-htzf4lit]{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:var(--space-4);width:100%;aspect-ratio:16 / 9;background:#0003;border-radius:var(--radius-xl);color:var(--color-cream);font-family:var(--font-body);font-size:var(--text-sm);opacity:.6}.warranty-video__placeholder[data-astro-cid-htzf4lit] p[data-astro-cid-htzf4lit]{margin:0}.warranty-video__video[data-astro-cid-htzf4lit]{position:relative;z-index:2;width:100%;height:auto;display:block;background:var(--color-charcoal)}.warranty-video__shimmer[data-astro-cid-htzf4lit]{position:absolute;inset:0;z-index:3;pointer-events:none;background:linear-gradient(105deg,transparent 40%,rgba(255,255,255,.03) 45%,rgba(255,255,255,.05) 50%,rgba(255,255,255,.03) 55%,transparent 60%);background-size:200% 100%;animation:shimmer 8s ease-in-out infinite}.warranty-video__mute-btn[data-astro-cid-htzf4lit]{position:absolute;bottom:var(--space-5);right:var(--space-5);z-index:10;display:flex;align-items:center;gap:var(--space-2);padding:var(--space-2) var(--space-4) var(--space-2) var(--space-3);background:#1a1a1abf;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.15);border-radius:var(--radius-full);color:var(--color-cream);cursor:pointer;transition:all .4s cubic-bezier(.4,0,.2,1);font-family:var(--font-body);overflow:hidden}.warranty-video__mute-ring[data-astro-cid-htzf4lit]{position:absolute;inset:-2px;border-radius:inherit;border:2px solid var(--color-tan);opacity:0;transform:scale(1.1);transition:all .4s ease}.warranty-video__mute-btn[data-astro-cid-htzf4lit]:hover{background:#2d4a3ee6;border-color:var(--color-tan);transform:translateY(-2px);box-shadow:0 8px 20px #0000004d}.warranty-video__mute-btn[data-astro-cid-htzf4lit]:hover .warranty-video__mute-ring[data-astro-cid-htzf4lit]{opacity:1;transform:scale(1)}.warranty-video__mute-btn[data-astro-cid-htzf4lit]:focus{outline:none}.warranty-video__mute-btn[data-astro-cid-htzf4lit]:focus-visible{outline:2px solid var(--color-tan);outline-offset:3px}.warranty-video__mute-icon[data-astro-cid-htzf4lit]{display:none;flex-shrink:0;transition:transform .3s ease}.warranty-video__mute-btn[data-astro-cid-htzf4lit]:hover .warranty-video__mute-icon[data-astro-cid-htzf4lit]{transform:scale(1.1)}.warranty-video__mute-btn[data-astro-cid-htzf4lit][data-muted=false] .warranty-video__mute-icon--unmuted[data-astro-cid-htzf4lit],.warranty-video__mute-btn[data-astro-cid-htzf4lit][data-muted=true] .warranty-video__mute-icon--muted[data-astro-cid-htzf4lit]{display:block}.warranty-video__mute-label[data-astro-cid-htzf4lit]{font-size:var(--text-xs);font-weight:500;text-transform:uppercase;letter-spacing:.08em;opacity:.9}@media (max-width: 900px){.warranty-video__frame[data-astro-cid-htzf4lit]{padding:var(--space-6)}.warranty-video__corner[data-astro-cid-htzf4lit]{width:45px;height:45px}}@media (max-width: 480px){.warranty-video__frame[data-astro-cid-htzf4lit]{padding:var(--space-4)}.warranty-video__corner[data-astro-cid-htzf4lit]{width:36px;height:36px}.warranty-video__mute-btn[data-astro-cid-htzf4lit]{bottom:var(--space-3);right:var(--space-3);padding:var(--space-2) var(--space-3)}.warranty-video__mute-label[data-astro-cid-htzf4lit]{display:none}}@media (prefers-reduced-motion: reduce){.warranty-video__shimmer[data-astro-cid-htzf4lit]{animation:none}.warranty-video__mute-btn[data-astro-cid-htzf4lit],.warranty-video__mute-ring[data-astro-cid-htzf4lit],.warranty-video__mute-icon[data-astro-cid-htzf4lit]{transition:none}.warranty-video__mute-btn[data-astro-cid-htzf4lit]:hover{transform:none}}.service-faq[data-astro-cid-htzf4lit]{position:relative;padding:var(--space-16) 0;background-color:var(--color-cream-dark)}.service-faq__eyebrow[data-astro-cid-htzf4lit]{display:block;text-align:center;font-family:var(--font-accent);font-size:var(--text-sm);text-transform:uppercase;letter-spacing:.2em;color:var(--color-tan-text);margin-bottom:var(--space-3)}.service-faq__heading[data-astro-cid-htzf4lit]{font-family:var(--font-headline);font-size:clamp(var(--text-2xl),4vw,var(--text-4xl));color:var(--color-charcoal);text-align:center;margin-bottom:var(--space-10)}.service-faq__list[data-astro-cid-htzf4lit]{max-width:800px;margin:0 auto}.service-faq__item[data-astro-cid-htzf4lit]{border-bottom:1px solid var(--color-border-light)}.service-faq__item[data-astro-cid-htzf4lit]:first-child{border-top:1px solid var(--color-border-light)}.service-faq__question[data-astro-cid-htzf4lit]{display:flex;align-items:center;justify-content:space-between;gap:var(--space-4);padding:var(--space-5) 0;font-family:var(--font-headline);font-size:var(--text-lg);color:var(--color-charcoal);cursor:pointer;list-style:none}.service-faq__question[data-astro-cid-htzf4lit]::-webkit-details-marker{display:none}.service-faq__question[data-astro-cid-htzf4lit]::marker{display:none;content:""}.service-faq__chevron[data-astro-cid-htzf4lit]{flex-shrink:0;color:var(--color-sage);transition:transform .3s ease}.service-faq__item[data-astro-cid-htzf4lit][open] .service-faq__chevron[data-astro-cid-htzf4lit]{transform:rotate(180deg)}.service-faq__answer[data-astro-cid-htzf4lit]{font-family:var(--font-accent);font-size:var(--text-base);color:var(--color-charcoal-muted);line-height:1.8;padding:0 0 var(--space-5);max-width:70ch}@media (max-width: 768px){.service-faq__question[data-astro-cid-htzf4lit]{font-size:var(--text-base)}}@media (prefers-reduced-motion: reduce){.service-faq__chevron[data-astro-cid-htzf4lit]{transition:none}}.service-gallery[data-astro-cid-htzf4lit]{padding:var(--space-16) 0;background-color:var(--color-cream-light)}.gallery-grid[data-astro-cid-htzf4lit]{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--space-4);margin-top:var(--space-10)}.gallery-item[data-astro-cid-htzf4lit]{margin:0}.gallery-item[data-astro-cid-htzf4lit] img[data-astro-cid-htzf4lit]{width:100%;height:auto;border-radius:var(--radius-sm)}.gallery-item[data-astro-cid-htzf4lit] figcaption[data-astro-cid-htzf4lit]{font-family:var(--font-accent);font-size:var(--text-sm);color:var(--color-tan-dark);margin-top:var(--space-2);text-align:center}@media (max-width: 768px){.gallery-grid[data-astro-cid-htzf4lit]{grid-template-columns:repeat(2,1fr)}}@media (max-width: 480px){.gallery-grid[data-astro-cid-htzf4lit]{grid-template-columns:1fr}}.restoration-gallery[data-astro-cid-htzf4lit]{position:relative;padding:var(--space-16) 0}.restoration-gallery__grid[data-astro-cid-htzf4lit]{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--space-6);margin-top:var(--space-10)}.restoration-gallery__card[data-astro-cid-htzf4lit]{position:relative;border-radius:var(--radius-lg);overflow:hidden;text-decoration:none;display:block;border:1px solid var(--color-border-light);background:var(--color-cream-light);transition:all .4s cubic-bezier(.4,0,.2,1)}.restoration-gallery__card[data-astro-cid-htzf4lit]:hover{transform:translateY(-8px);box-shadow:0 20px 40px #1a1a1a26;border-color:var(--color-tan)}.restoration-gallery__card[data-astro-cid-htzf4lit]:focus-visible{outline:2px solid var(--color-sage);outline-offset:2px}.restoration-gallery__image[data-astro-cid-htzf4lit]{position:relative;overflow:hidden}.restoration-gallery__image[data-astro-cid-htzf4lit] img[data-astro-cid-htzf4lit]{width:100%;height:auto;display:block;transition:transform .6s cubic-bezier(.4,0,.2,1)}.restoration-gallery__card[data-astro-cid-htzf4lit]:hover .restoration-gallery__image[data-astro-cid-htzf4lit] img[data-astro-cid-htzf4lit]{transform:scale(1.08)}.restoration-gallery__overlay[data-astro-cid-htzf4lit]{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:var(--space-2);background:#1a1a1a80;opacity:0;transition:opacity .3s ease}.restoration-gallery__card[data-astro-cid-htzf4lit]:hover .restoration-gallery__overlay[data-astro-cid-htzf4lit]{opacity:1}.restoration-gallery__icon[data-astro-cid-htzf4lit]{color:var(--color-cream);display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:50%;background:#ffffff26;backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.2)}.restoration-gallery__count[data-astro-cid-htzf4lit]{font-family:var(--font-body);font-size:var(--text-sm);font-weight:500;color:var(--color-cream);text-shadow:0 1px 3px rgba(0,0,0,.5)}.restoration-gallery__info[data-astro-cid-htzf4lit]{padding:var(--space-4) var(--space-5)}.restoration-gallery__info[data-astro-cid-htzf4lit] h3[data-astro-cid-htzf4lit]{font-family:var(--font-headline);font-size:var(--text-lg);color:var(--color-charcoal);margin-bottom:var(--space-1)}.restoration-gallery__info[data-astro-cid-htzf4lit] p[data-astro-cid-htzf4lit]{font-family:var(--font-body);font-size:var(--text-sm);color:var(--color-charcoal-muted);line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.restoration-gallery__cta[data-astro-cid-htzf4lit]{text-align:center;margin-top:var(--space-10)}@media (max-width: 768px){.restoration-gallery__grid[data-astro-cid-htzf4lit]{grid-template-columns:repeat(2,1fr)}}@media (max-width: 480px){.restoration-gallery__grid[data-astro-cid-htzf4lit]{grid-template-columns:1fr}}.service-cta[data-astro-cid-htzf4lit]{position:relative;padding:var(--space-28) 0;text-align:center;color:var(--color-cream);background-color:var(--color-sage);overflow:hidden}.service-cta[data-astro-cid-htzf4lit]:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse 80% 50% at 50% 0%,rgba(255,255,255,.08) 0%,transparent 50%),radial-gradient(ellipse 70% 40% at 50% 100%,rgba(0,0,0,.2) 0%,transparent 50%);pointer-events:none}.service-cta[data-astro-cid-htzf4lit] .container[data-astro-cid-htzf4lit]{position:relative;z-index:2}.service-cta__heading[data-astro-cid-htzf4lit]{font-family:var(--font-headline);font-size:clamp(var(--text-3xl),5vw,var(--text-5xl));color:var(--color-cream);margin:0;letter-spacing:-.02em;line-height:1.2}.service-cta__divider[data-astro-cid-htzf4lit]{width:80px;height:2px;background:linear-gradient(90deg,transparent,var(--color-tan),transparent);margin:var(--space-5) auto var(--space-6)}.service-cta__text[data-astro-cid-htzf4lit]{font-family:var(--font-accent);font-size:var(--text-lg);font-style:italic;max-width:50ch;margin:0 auto var(--space-10);opacity:.92;line-height:1.8}.service-cta__btn[data-astro-cid-htzf4lit]{display:inline-flex;align-items:center;gap:var(--space-2);background:var(--color-tan);color:var(--color-sage);font-family:var(--font-body);font-size:var(--text-sm);font-weight:600;text-transform:uppercase;letter-spacing:.1em;text-decoration:none;padding:var(--space-4) var(--space-8);border-radius:var(--radius-sm);box-shadow:0 4px 15px #d4b89666;transition:all .3s cubic-bezier(.4,0,.2,1)}.service-cta__btn[data-astro-cid-htzf4lit]:hover{background:var(--color-tan-dark);transform:translateY(-2px);box-shadow:0 6px 20px #d4b89680}.service-cta__btn[data-astro-cid-htzf4lit]:hover svg[data-astro-cid-htzf4lit]{transform:translate(6px)}.service-cta__btn[data-astro-cid-htzf4lit] svg[data-astro-cid-htzf4lit]{transition:transform .3s ease}.service-cta__btn[data-astro-cid-htzf4lit]:focus-visible{outline:2px solid var(--color-cream);outline-offset:2px}@media (max-width: 768px){.service-cta__heading[data-astro-cid-htzf4lit]{font-size:var(--text-2xl)}}@media (prefers-reduced-motion: reduce){.restoration-gallery__card[data-astro-cid-htzf4lit],.restoration-gallery__image[data-astro-cid-htzf4lit] img[data-astro-cid-htzf4lit],.restoration-gallery__overlay[data-astro-cid-htzf4lit],.service-cta__btn[data-astro-cid-htzf4lit],.service-cta__btn[data-astro-cid-htzf4lit] svg[data-astro-cid-htzf4lit]{animation:none;transition:none}.restoration-gallery__card[data-astro-cid-htzf4lit]:hover,.restoration-gallery__card[data-astro-cid-htzf4lit]:hover .restoration-gallery__image[data-astro-cid-htzf4lit] img[data-astro-cid-htzf4lit],.service-cta__btn[data-astro-cid-htzf4lit]:hover,.service-cta__btn[data-astro-cid-htzf4lit]:hover svg[data-astro-cid-htzf4lit]{transform:none}}
