.service-hero[data-astro-cid-fa2ntvib]{position:relative;padding:var(--space-16) 0 var(--space-12);overflow:hidden}.service-hero__bg[data-astro-cid-fa2ntvib]{position:absolute;inset:0;z-index:0;overflow:hidden}.service-hero__gradient[data-astro-cid-fa2ntvib]{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-fa2ntvib]{position:absolute;border-radius:50%;filter:blur(80px);opacity:.12;pointer-events:none}.service-hero__bg-swatch--1[data-astro-cid-fa2ntvib]{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-fa2ntvib]{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-fa2ntvib]{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-fa2ntvib]{position:absolute;inset:0;color:var(--color-tan);opacity:.5;pointer-events:none}.service-hero__bg-texture[data-astro-cid-fa2ntvib] svg[data-astro-cid-fa2ntvib]{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-fa2ntvib]{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-fa2ntvib]{position:relative}.service-hero__paint-drip[data-astro-cid-fa2ntvib]{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-fa2ntvib] svg[data-astro-cid-fa2ntvib]{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-fa2ntvib]{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-fa2ntvib]{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-fa2ntvib]{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-fa2ntvib]: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-fa2ntvib]{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-fa2ntvib]{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-fa2ntvib]{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-fa2ntvib]: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-fa2ntvib]{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-fa2ntvib] svg[data-astro-cid-fa2ntvib]{width:100%;height:100%;overflow:visible}.service-hero__underline-stroke[data-astro-cid-fa2ntvib]{stroke-dasharray:320;stroke-dashoffset:320;animation:drawUnderline .8s ease-out .9s forwards}.service-hero__underline-stroke-secondary[data-astro-cid-fa2ntvib]{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-fa2ntvib]{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-fa2ntvib]{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-fa2ntvib]:nth-child(2){transform:rotate(2deg)}.service-hero__palette-swatch[data-astro-cid-fa2ntvib]:nth-child(3){transform:rotate(-1deg)}.service-hero__palette-swatch--1[data-astro-cid-fa2ntvib]{background:var(--color-tan)}.service-hero__palette-swatch--2[data-astro-cid-fa2ntvib]{background:var(--color-sage)}.service-hero__palette-swatch--3[data-astro-cid-fa2ntvib]{background:var(--color-cream);border:1px solid var(--color-tan-light)}.service-hero__palette[data-astro-cid-fa2ntvib]:hover .service-hero__palette-swatch[data-astro-cid-fa2ntvib]{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-fa2ntvib]{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-fa2ntvib]:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#2d4a3e0f,#d4b8961a);opacity:0;transition:opacity .4s ease}.service-hero__badge[data-astro-cid-fa2ntvib]:hover:before{opacity:1}.service-hero__badge[data-astro-cid-fa2ntvib]:hover{border-color:var(--color-sage);box-shadow:0 4px 12px #2d4a3e26;transform:translateY(-2px)}.service-hero__badge-text[data-astro-cid-fa2ntvib]{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-fa2ntvib]{display:flex;justify-content:center;animation:fadeInUp 1s ease-out .2s both}.service-hero__media-frame[data-astro-cid-fa2ntvib]{position:relative;padding:var(--space-10)}.service-hero__corner-ornament[data-astro-cid-fa2ntvib]{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-fa2ntvib] svg[data-astro-cid-fa2ntvib]{width:100%;height:100%;overflow:visible}.service-hero__corner-line[data-astro-cid-fa2ntvib]{stroke-dasharray:200;stroke-dashoffset:200;animation:drawLine 1.2s ease-out forwards}.service-hero__corner-dot[data-astro-cid-fa2ntvib]{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-fa2ntvib]{top:0;left:0;animation-delay:.5s}.service-hero__corner-ornament--tr[data-astro-cid-fa2ntvib]{top:0;right:0;animation-delay:.6s}.service-hero__corner-ornament--bl[data-astro-cid-fa2ntvib]{bottom:0;left:0;animation-delay:.7s}.service-hero__corner-ornament--br[data-astro-cid-fa2ntvib]{bottom:0;right:0;animation-delay:.8s}.service-hero__corner-ornament--tl[data-astro-cid-fa2ntvib] .service-hero__corner-line[data-astro-cid-fa2ntvib],.service-hero__corner-ornament--tl[data-astro-cid-fa2ntvib] .service-hero__corner-line-inner[data-astro-cid-fa2ntvib]{animation-delay:.5s}.service-hero__corner-ornament--tr[data-astro-cid-fa2ntvib] .service-hero__corner-line[data-astro-cid-fa2ntvib],.service-hero__corner-ornament--tr[data-astro-cid-fa2ntvib] .service-hero__corner-line-inner[data-astro-cid-fa2ntvib]{animation-delay:.6s}.service-hero__corner-ornament--bl[data-astro-cid-fa2ntvib] .service-hero__corner-line[data-astro-cid-fa2ntvib],.service-hero__corner-ornament--bl[data-astro-cid-fa2ntvib] .service-hero__corner-line-inner[data-astro-cid-fa2ntvib]{animation-delay:.7s}.service-hero__corner-ornament--br[data-astro-cid-fa2ntvib] .service-hero__corner-line[data-astro-cid-fa2ntvib],.service-hero__corner-ornament--br[data-astro-cid-fa2ntvib] .service-hero__corner-line-inner[data-astro-cid-fa2ntvib]{animation-delay:.8s}@keyframes cornerOrnamentIn{0%{opacity:0;transform:scale(.7)}to{opacity:1;transform:scale(1)}}.service-hero__brush-stroke[data-astro-cid-fa2ntvib]{position:absolute;z-index:1;pointer-events:none;opacity:0}.service-hero__brush-stroke--1[data-astro-cid-fa2ntvib]{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-fa2ntvib] svg[data-astro-cid-fa2ntvib]{width:100%;height:100%}.service-hero__brush-stroke--2[data-astro-cid-fa2ntvib]{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-fa2ntvib] svg[data-astro-cid-fa2ntvib]{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-fa2ntvib]{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-fa2ntvib]{position:relative;max-width:600px;width:100%}.service-hero__video-glow[data-astro-cid-fa2ntvib]{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-fa2ntvib]{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-fa2ntvib],.service-hero__image[data-astro-cid-fa2ntvib]{position:relative;z-index:2;width:100%;height:auto;display:block;background:var(--color-charcoal)}.service-hero__image[data-astro-cid-fa2ntvib]{object-fit:cover;aspect-ratio:700 / 450}.service-hero__video-grain[data-astro-cid-fa2ntvib]{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-fa2ntvib]{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-fa2ntvib]{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-fa2ntvib]{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-fa2ntvib]{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-fa2ntvib]{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-fa2ntvib]{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-fa2ntvib]{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-fa2ntvib]:hover .service-hero__mute-backdrop[data-astro-cid-fa2ntvib]{background:linear-gradient(135deg,#2d4a3ef2,#2d4a3ed9);border-color:var(--color-tan);box-shadow:0 8px 24px #1a1a1a66}.service-hero__mute-btn[data-astro-cid-fa2ntvib]:hover .service-hero__mute-icon-wrap[data-astro-cid-fa2ntvib]{background:#d4b89640;border-color:var(--color-tan);transform:scale(1.05)}.service-hero__mute-btn[data-astro-cid-fa2ntvib]:focus{outline:none}.service-hero__mute-btn[data-astro-cid-fa2ntvib]:focus-visible .service-hero__mute-backdrop[data-astro-cid-fa2ntvib]{outline:2px solid var(--color-tan);outline-offset:2px}.service-hero__mute-icon[data-astro-cid-fa2ntvib]{display:none;flex-shrink:0;transition:transform .3s ease}.service-hero__mute-btn[data-astro-cid-fa2ntvib]:hover .service-hero__mute-icon[data-astro-cid-fa2ntvib]{transform:scale(1.1)}.service-hero__mute-btn[data-astro-cid-fa2ntvib][data-muted=false] .service-hero__mute-icon--unmuted[data-astro-cid-fa2ntvib],.service-hero__mute-btn[data-astro-cid-fa2ntvib][data-muted=true] .service-hero__mute-icon--muted[data-astro-cid-fa2ntvib]{display:block}@media (max-width: 1024px){.service-hero__layout[data-astro-cid-fa2ntvib]{grid-template-columns:1fr;gap:var(--space-10);text-align:center}.service-hero__text[data-astro-cid-fa2ntvib]{order:1;display:flex;flex-direction:column;align-items:center}.service-hero__media[data-astro-cid-fa2ntvib]{order:2}.service-hero__paint-drip[data-astro-cid-fa2ntvib]{display:none}.service-hero__eyebrow[data-astro-cid-fa2ntvib]{justify-content:center}.service-hero__title[data-astro-cid-fa2ntvib]{align-items:center;font-size:clamp(var(--text-4xl),6vw,var(--text-5xl))}.service-hero__title-accent[data-astro-cid-fa2ntvib]{padding-left:0}.service-hero__title-accent[data-astro-cid-fa2ntvib]:before{display:none}.service-hero__title-underline[data-astro-cid-fa2ntvib]{margin-left:auto;margin-right:auto}.service-hero__palette[data-astro-cid-fa2ntvib]{justify-content:center}.service-hero__badge[data-astro-cid-fa2ntvib]{margin-left:auto;margin-right:auto}.service-hero__corner-ornament[data-astro-cid-fa2ntvib]{width:60px;height:60px}.service-hero__bg-swatch--3[data-astro-cid-fa2ntvib]{display:none}}@media (max-width: 768px){.service-hero[data-astro-cid-fa2ntvib]{padding:var(--space-12) 0 var(--space-16)}.service-hero__eyebrow-line[data-astro-cid-fa2ntvib]{max-width:40px}.service-hero__title[data-astro-cid-fa2ntvib]{font-size:var(--text-3xl)}.service-hero__title-underline[data-astro-cid-fa2ntvib]{width:200px}.service-hero__palette-swatch[data-astro-cid-fa2ntvib]{width:20px;height:20px}.service-hero__badge[data-astro-cid-fa2ntvib]{padding:var(--space-1) var(--space-4)}.service-hero__badge-text[data-astro-cid-fa2ntvib]{font-size:9px}.service-hero__corner-ornament[data-astro-cid-fa2ntvib]{width:50px;height:50px}.service-hero__media-frame[data-astro-cid-fa2ntvib]{padding:var(--space-6)}.service-hero__brush-stroke--1[data-astro-cid-fa2ntvib],.service-hero__brush-stroke--2[data-astro-cid-fa2ntvib],.service-hero__bg-swatch--2[data-astro-cid-fa2ntvib],.service-hero__bg-swatch--3[data-astro-cid-fa2ntvib],.service-hero__bg-texture[data-astro-cid-fa2ntvib]{display:none}}@media (max-width: 480px){.service-hero__eyebrow-line[data-astro-cid-fa2ntvib]{max-width:30px}.service-hero__eyebrow-text[data-astro-cid-fa2ntvib]{font-size:10px;letter-spacing:.15em}.service-hero__title[data-astro-cid-fa2ntvib]{font-size:var(--text-2xl)}.service-hero__title-underline[data-astro-cid-fa2ntvib]{width:160px;height:18px}.service-hero__palette[data-astro-cid-fa2ntvib]{display:none}.service-hero__badge[data-astro-cid-fa2ntvib]{margin-top:var(--space-3)}.service-hero__corner-ornament[data-astro-cid-fa2ntvib]{width:40px;height:40px}.service-hero__media-frame[data-astro-cid-fa2ntvib]{padding:var(--space-4)}.service-hero__mute-text[data-astro-cid-fa2ntvib]{display:none}.service-hero__mute-icon-wrap[data-astro-cid-fa2ntvib]{width:32px;height:32px}.service-hero__mute-pulse[data-astro-cid-fa2ntvib]{left:7px;width:32px;height:32px}}@media (prefers-reduced-motion: reduce){.service-hero__text[data-astro-cid-fa2ntvib],.service-hero__media[data-astro-cid-fa2ntvib],.service-hero__corner-ornament[data-astro-cid-fa2ntvib],.service-hero__brush-stroke[data-astro-cid-fa2ntvib],.service-hero__video-glow[data-astro-cid-fa2ntvib],.service-hero__video-shimmer[data-astro-cid-fa2ntvib],.service-hero__mute-pulse[data-astro-cid-fa2ntvib],.service-hero__corner-line[data-astro-cid-fa2ntvib],.service-hero__corner-dot[data-astro-cid-fa2ntvib],.service-hero__eyebrow[data-astro-cid-fa2ntvib],.service-hero__eyebrow-line[data-astro-cid-fa2ntvib],.service-hero__title-main[data-astro-cid-fa2ntvib],.service-hero__title-accent[data-astro-cid-fa2ntvib],.service-hero__title-accent[data-astro-cid-fa2ntvib]:before,.service-hero__title-underline[data-astro-cid-fa2ntvib],.service-hero__underline-stroke[data-astro-cid-fa2ntvib],.service-hero__underline-stroke-secondary[data-astro-cid-fa2ntvib],.service-hero__palette[data-astro-cid-fa2ntvib],.service-hero__badge[data-astro-cid-fa2ntvib],.service-hero__paint-drip[data-astro-cid-fa2ntvib],.service-hero__gradient[data-astro-cid-fa2ntvib],.service-hero__bg-swatch[data-astro-cid-fa2ntvib],.service-hero__bg-texture[data-astro-cid-fa2ntvib]{animation:none!important;opacity:1;transform:none}.service-hero__corner-line[data-astro-cid-fa2ntvib],.service-hero__underline-stroke[data-astro-cid-fa2ntvib],.service-hero__underline-stroke-secondary[data-astro-cid-fa2ntvib]{stroke-dashoffset:0}.service-hero__corner-dot[data-astro-cid-fa2ntvib]{opacity:1}.service-hero__eyebrow-line[data-astro-cid-fa2ntvib]{transform:scaleX(1)}.service-hero__title-accent[data-astro-cid-fa2ntvib]:before{opacity:1;width:20px}.service-hero__title-accent[data-astro-cid-fa2ntvib]{background:var(--color-sage);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.service-hero__paint-drip[data-astro-cid-fa2ntvib]{opacity:.6}.service-hero__mute-btn[data-astro-cid-fa2ntvib],.service-hero__mute-backdrop[data-astro-cid-fa2ntvib],.service-hero__mute-icon-wrap[data-astro-cid-fa2ntvib],.service-hero__badge[data-astro-cid-fa2ntvib]{transition:none}.service-hero__bg-swatch[data-astro-cid-fa2ntvib]{opacity:.08}}.service-content[data-astro-cid-fa2ntvib]{position:relative;padding:var(--space-12) 0 var(--space-16)}.service-content__inner[data-astro-cid-fa2ntvib]{position:relative;z-index:2;max-width:800px;margin:0 auto;padding:var(--space-8)}.service-content__text[data-astro-cid-fa2ntvib]{font-family:var(--font-accent);font-size:var(--text-lg);line-height:1.8;color:var(--color-charcoal)}.service-content__text[data-astro-cid-fa2ntvib] p{margin-bottom:var(--space-6)}.service-content__text[data-astro-cid-fa2ntvib] h2,.service-content__text[data-astro-cid-fa2ntvib] 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-fa2ntvib] h2{font-size:var(--text-2xl)}.service-content__text[data-astro-cid-fa2ntvib] h3{font-size:var(--text-xl)}.service-content__text[data-astro-cid-fa2ntvib] ul,.service-content__text[data-astro-cid-fa2ntvib] ol{margin-bottom:var(--space-6);padding-left:var(--space-6)}.service-content__text[data-astro-cid-fa2ntvib] li{margin-bottom:var(--space-2)}.service-gallery[data-astro-cid-fa2ntvib]{padding:var(--space-16) 0;background-color:var(--color-cream-light)}.gallery-grid[data-astro-cid-fa2ntvib]{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--space-4);margin-top:var(--space-10)}.gallery-item[data-astro-cid-fa2ntvib]{margin:0}.gallery-item[data-astro-cid-fa2ntvib] img[data-astro-cid-fa2ntvib]{width:100%;height:auto;border-radius:var(--radius-sm)}.gallery-item[data-astro-cid-fa2ntvib] figcaption[data-astro-cid-fa2ntvib]{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-fa2ntvib]{grid-template-columns:repeat(2,1fr)}}@media (max-width: 480px){.gallery-grid[data-astro-cid-fa2ntvib]{grid-template-columns:1fr}}.related-projects[data-astro-cid-fa2ntvib]{position:relative;padding:var(--space-16) 0}.projects-grid[data-astro-cid-fa2ntvib]{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--space-6);margin-top:var(--space-10)}.project-card[data-astro-cid-fa2ntvib]{position:relative;border-radius:var(--radius-lg);overflow:hidden;text-decoration:none;display:block;border:1px solid var(--color-border-light);transition:all .4s cubic-bezier(.4,0,.2,1)}.project-card[data-astro-cid-fa2ntvib]:hover{transform:translateY(-8px);box-shadow:0 20px 40px #1a1a1a26;border-color:var(--color-tan)}.project-card[data-astro-cid-fa2ntvib] img[data-astro-cid-fa2ntvib]{width:100%;height:auto;transition:transform .6s cubic-bezier(.4,0,.2,1)}.project-card[data-astro-cid-fa2ntvib]:hover img[data-astro-cid-fa2ntvib]{transform:scale(1.08)}.project-card[data-astro-cid-fa2ntvib]:focus-visible{outline:2px solid var(--color-sage);outline-offset:2px}.project-card__info[data-astro-cid-fa2ntvib]{position:absolute;bottom:0;left:0;right:0;padding:var(--space-5);background:linear-gradient(to top,rgba(0,0,0,.85) 0%,rgba(0,0,0,.4) 70%,transparent 100%);color:var(--color-cream);transform:translateY(10px);opacity:.9;transition:all .4s ease}.project-card[data-astro-cid-fa2ntvib]:hover .project-card__info[data-astro-cid-fa2ntvib]{transform:translateY(0);opacity:1}.project-card__info[data-astro-cid-fa2ntvib] h3[data-astro-cid-fa2ntvib]{font-family:var(--font-headline);font-size:var(--text-lg);margin-bottom:var(--space-1)}.project-card__info[data-astro-cid-fa2ntvib] span[data-astro-cid-fa2ntvib]{font-family:var(--font-accent);font-size:var(--text-sm);opacity:.85}.related-projects__cta[data-astro-cid-fa2ntvib]{text-align:center;margin-top:var(--space-10)}@media (max-width: 768px){.projects-grid[data-astro-cid-fa2ntvib]{grid-template-columns:repeat(2,1fr)}}.service-cta[data-astro-cid-fa2ntvib]{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-fa2ntvib]: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-fa2ntvib] .container[data-astro-cid-fa2ntvib]{position:relative;z-index:2}.service-cta__heading[data-astro-cid-fa2ntvib]{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-fa2ntvib]{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-fa2ntvib]{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-fa2ntvib]{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-fa2ntvib]:hover{background:var(--color-tan-dark);transform:translateY(-2px);box-shadow:0 6px 20px #d4b89680}.service-cta__btn[data-astro-cid-fa2ntvib]:hover svg[data-astro-cid-fa2ntvib]{transform:translate(6px)}.service-cta__btn[data-astro-cid-fa2ntvib] svg[data-astro-cid-fa2ntvib]{transition:transform .3s ease}.service-cta__btn[data-astro-cid-fa2ntvib]:focus-visible{outline:2px solid var(--color-cream);outline-offset:2px}@media (max-width: 768px){.service-cta__heading[data-astro-cid-fa2ntvib]{font-size:var(--text-2xl)}}@media (prefers-reduced-motion: reduce){.project-card[data-astro-cid-fa2ntvib],.project-card[data-astro-cid-fa2ntvib] img[data-astro-cid-fa2ntvib],.project-card__info[data-astro-cid-fa2ntvib],.service-cta__btn[data-astro-cid-fa2ntvib],.service-cta__btn[data-astro-cid-fa2ntvib] svg[data-astro-cid-fa2ntvib]{animation:none;transition:none}.project-card[data-astro-cid-fa2ntvib]:hover,.project-card[data-astro-cid-fa2ntvib]:hover img[data-astro-cid-fa2ntvib],.project-card[data-astro-cid-fa2ntvib]:hover .project-card__info[data-astro-cid-fa2ntvib],.service-cta__btn[data-astro-cid-fa2ntvib]:hover,.service-cta__btn[data-astro-cid-fa2ntvib]:hover svg[data-astro-cid-fa2ntvib]{transform:none}}
