.home-hero{position:relative;display:block;min-height:100dvh;color:#fff;overflow:hidden;isolation:isolate}.home-hero__media{position:absolute;inset:0;z-index:0;background-image:linear-gradient(105deg,#080c0ae6,#080c0a94 42%,#080c0a61),url(/images/hero-exterior.jpg);background-position:center,center;background-size:cover,cover;background-repeat:no-repeat,no-repeat}.home-hero__content{position:relative;z-index:1;display:flex;align-items:center;width:min(90%,72rem);min-height:100dvh;margin-inline:auto;padding:clamp(7rem,14vh,9rem) 0 clamp(4rem,8vh,6rem)}.home-hero__copy{max-width:42rem;animation:home-hero-enter .9s cubic-bezier(.22,1,.36,1) both}.home-hero__title{margin:0;font-family:semplicitapro,sans-serif;font-size:clamp(2.5rem,5.5vw,4.25rem);font-weight:500;letter-spacing:-.03em;line-height:1.05;text-wrap:balance;color:#fff}.home-hero__lead{margin:1.35rem 0 0;max-width:36rem;color:#ffffffd1;font-family:semplicitapro,sans-serif;font-size:clamp(1rem,1.6vw,1.1875rem);font-weight:400;line-height:1.65}.home-hero__actions{display:flex;flex-wrap:wrap;gap:.875rem;margin-top:2rem}.home-hero__btn{display:inline-flex;align-items:center;justify-content:center;min-height:3rem;padding:.75rem 1.75rem;border-radius:6px;font-family:semplicitapro,sans-serif;font-size:1rem;font-weight:500;text-decoration:none;transition:transform .2s ease,background-color .2s ease,border-color .2s ease,color .2s ease,box-shadow .2s ease}.home-hero__btn:active{transform:scale(.98)}.home-hero__btn--primary{background:#65b97d;color:#fff;box-shadow:0 4px 20px #65b97d59}.home-hero__btn--primary:hover{background:#4fa868;color:#fff;box-shadow:0 6px 24px #65b97d73}.home-hero__btn--primary:focus-visible{outline:2px solid #65b97d;outline-offset:3px}.home-hero__btn--ghost{border:1px solid rgba(255,255,255,.35);color:#fff;background:transparent}.home-hero__btn--ghost:hover{border-color:#ffffffb3;background:#ffffff14}.home-hero__btn--ghost:focus-visible{outline:2px solid #fff;outline-offset:3px}.home-hero__stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.5rem;margin:3rem 0 0;padding:1.5rem 0 0;border-top:1px solid rgba(255,255,255,.12)}.home-hero__stat{margin:0}.home-hero__stat-value{margin:0;font-family:semplicitapro,sans-serif;font-size:1.375rem;font-weight:600;letter-spacing:-.02em;font-variant-numeric:tabular-nums;color:#fff}.home-hero__stat-label{margin:.25rem 0 0;color:#ffffffa6;font-family:semplicitapro,sans-serif;font-size:.8125rem;font-weight:400;line-height:1.4}.home-hero__scroll{position:absolute;bottom:2rem;left:50%;z-index:1;transform:translate(-50%);display:grid;place-items:center;width:2rem;height:3rem;text-decoration:none}.home-hero__scroll-line{width:1px;height:2.5rem;background:linear-gradient(180deg,rgba(255,255,255,.6),transparent);animation:home-hero-scroll-pulse 2s ease-in-out infinite}@keyframes home-hero-enter{0%{opacity:0;transform:translateY(1.5rem)}to{opacity:1;transform:translateY(0)}}@keyframes home-hero-scroll-pulse{0%,to{opacity:.4;transform:scaleY(.7);transform-origin:top}50%{opacity:1;transform:scaleY(1);transform-origin:top}}@media(max-width:767px){.home-hero__stats{grid-template-columns:1fr;gap:1rem}.home-hero__scroll{display:none}}@media(prefers-reduced-motion:reduce){.home-hero__copy{animation:none}.home-hero__scroll-line{animation:none;opacity:.6}}.marquee[data-astro-cid-wjtvv3hj]{--marquee-duration: 48s;position:relative;width:100%;overflow:hidden;padding:1.25rem 0}.marquee--light[data-astro-cid-wjtvv3hj]{background:#fff;border-block:1px solid rgba(101,185,125,.1);margin-top:clamp(2rem,4vw,3rem);padding-top:clamp(1.5rem,3vw,2rem)}.marquee--dark[data-astro-cid-wjtvv3hj]{background:#fff}.marquee__fade[data-astro-cid-wjtvv3hj]{position:absolute;top:0;bottom:0;width:4rem;z-index:2;pointer-events:none}.marquee__fade--left[data-astro-cid-wjtvv3hj]{left:0;background:linear-gradient(90deg,var(--fade-color, #fff) 0%,transparent 100%)}.marquee__fade--right[data-astro-cid-wjtvv3hj]{right:0;background:linear-gradient(270deg,var(--fade-color, #fff) 0%,transparent 100%)}.marquee__track[data-astro-cid-wjtvv3hj]{display:flex;align-items:center;gap:3rem;width:max-content;animation:marquee-scroll var(--marquee-duration) linear infinite}.marquee[data-astro-cid-wjtvv3hj]:hover .marquee__track[data-astro-cid-wjtvv3hj]{animation-play-state:paused}.marquee__item[data-astro-cid-wjtvv3hj]{flex-shrink:0;display:grid;place-items:center;width:7.5rem;height:4.5rem}.marquee__link[data-astro-cid-wjtvv3hj]{display:grid;place-items:center;width:100%;height:100%;transition:transform .25s ease,opacity .25s ease}.marquee__link[data-astro-cid-wjtvv3hj]:hover{transform:scale(1.06);opacity:.85}.marquee__logo[data-astro-cid-wjtvv3hj]{object-fit:contain;width:100%;max-width:7.5rem;max-height:4.5rem;filter:grayscale(.15);opacity:.88;transition:filter .25s ease,opacity .25s ease}.marquee__item[data-astro-cid-wjtvv3hj]:hover .marquee__logo[data-astro-cid-wjtvv3hj]{filter:grayscale(0);opacity:1}.marquee__logo--compact[data-astro-cid-wjtvv3hj]{max-width:5.5rem}@keyframes marquee-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@media(prefers-reduced-motion:reduce){.marquee__track[data-astro-cid-wjtvv3hj]{animation:none;flex-wrap:wrap;justify-content:center;width:100%;gap:1.5rem 2rem;padding:0 1.5rem}.marquee[data-astro-cid-wjtvv3hj]{overflow:visible}.marquee__fade[data-astro-cid-wjtvv3hj]{display:none}}.intro[data-astro-cid-26w575sl]{padding:clamp(4rem,8vw,6.5rem) 0;background:#fff}.intro__inner[data-astro-cid-26w575sl]{display:grid;grid-template-columns:1fr 1fr;gap:clamp(2rem,5vw,4.5rem);align-items:center;width:min(90%,72rem);margin-inline:auto}.intro__visual[data-astro-cid-26w575sl]{position:relative}.intro__image[data-astro-cid-26w575sl]{width:100%;max-height:34rem;object-fit:cover;border-radius:12px 12px 12px 0;box-shadow:0 2px 8px #1111110f,0 24px 48px #65b97d1f}.intro__badge[data-astro-cid-26w575sl]{position:absolute;bottom:-1.25rem;right:-1.25rem;display:flex;flex-direction:column;align-items:center;justify-content:center;width:7.5rem;height:7.5rem;padding:1rem;border-radius:50%;background:#111;color:#fff;box-shadow:0 12px 32px #1113;text-align:center}.intro__badge-value[data-astro-cid-26w575sl]{font-family:semplicitapro,sans-serif;font-size:2rem;font-weight:600;line-height:1;letter-spacing:-.03em}.intro__badge-label[data-astro-cid-26w575sl]{margin-top:.25rem;font-family:semplicitapro,sans-serif;font-size:.6875rem;font-weight:400;line-height:1.25;color:#ffffffbf}.intro__content[data-astro-cid-26w575sl]{padding-block:1rem}.intro__eyebrow[data-astro-cid-26w575sl]{margin:0 0 .75rem;color:#65b97d;font-family:semplicitapro,sans-serif;font-size:.8125rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase}.intro__title[data-astro-cid-26w575sl]{margin:0;color:#111;font-family:semplicitapro,sans-serif;font-size:clamp(1.75rem,3vw,2.5rem);font-weight:500;letter-spacing:-.02em;line-height:1.15;text-wrap:balance}.intro__text[data-astro-cid-26w575sl]{margin:1.25rem 0 0;max-width:38rem;color:#3d403e;font-family:semplicitapro,sans-serif;font-size:1.0625rem;line-height:1.7}.intro__cta[data-astro-cid-26w575sl]{display:inline-flex;align-items:center;justify-content:center;margin-top:2rem;min-height:3rem;padding:.75rem 1.75rem;border-radius:6px;background:#111;color:#fff;font-family:semplicitapro,sans-serif;font-size:1rem;font-weight:500;text-decoration:none;transition:transform .2s ease,background-color .2s ease,box-shadow .2s ease}.intro__cta[data-astro-cid-26w575sl]+.intro__cta[data-astro-cid-26w575sl]{margin-left:.75rem}.intro__cta--secondary[data-astro-cid-26w575sl]{background:transparent;color:#111;box-shadow:inset 0 0 0 1px #111}.intro__cta--secondary[data-astro-cid-26w575sl]:hover{background:#f5f5f5;box-shadow:inset 0 0 0 1px #111}.intro__cta[data-astro-cid-26w575sl]:hover{background:#65b97d;box-shadow:0 6px 20px #65b97d4d}.intro__cta[data-astro-cid-26w575sl]:active{transform:scale(.98)}.intro__cta[data-astro-cid-26w575sl]:focus-visible{outline:2px solid #65b97d;outline-offset:3px}@media(max-width:991px){.intro__inner[data-astro-cid-26w575sl]{grid-template-columns:1fr}.intro__badge[data-astro-cid-26w575sl]{right:1rem;bottom:-1rem;width:6.5rem;height:6.5rem}}.services[data-astro-cid-uy4qcwxg]{padding:clamp(4rem,8vw,6.5rem) 0;background:#fff}.services__inner[data-astro-cid-uy4qcwxg]{width:min(90%,72rem);margin-inline:auto}.services__header[data-astro-cid-uy4qcwxg]{text-align:center;max-width:40rem;margin-inline:auto;margin-bottom:3rem}.services__eyebrow[data-astro-cid-uy4qcwxg]{margin:0 0 .75rem;color:#65b97d;font-family:semplicitapro,sans-serif;font-size:.8125rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase}.services__title[data-astro-cid-uy4qcwxg]{margin:0;color:#111;font-family:semplicitapro,sans-serif;font-size:clamp(1.75rem,3vw,2.5rem);font-weight:500;letter-spacing:-.02em;line-height:1.15;text-wrap:balance}.services__lead[data-astro-cid-uy4qcwxg]{margin:1rem 0 0;color:#6b6f6c;font-family:semplicitapro,sans-serif;font-size:1.0625rem;line-height:1.65}.services__grid[data-astro-cid-uy4qcwxg]{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.5rem}.services__card[data-astro-cid-uy4qcwxg]{position:relative;display:flex;flex-direction:column;justify-content:flex-end;min-height:28rem;padding:2rem;border-radius:14px;overflow:hidden;text-decoration:none;color:#fff;transition:transform .3s ease,box-shadow .3s ease}.services__card[data-astro-cid-uy4qcwxg]:hover{transform:translateY(-6px);box-shadow:0 20px 48px #11111138}.services__card[data-astro-cid-uy4qcwxg]:active{transform:translateY(-2px) scale(.995)}.services__card[data-astro-cid-uy4qcwxg]:focus-visible{outline:2px solid #65b97d;outline-offset:4px}.services__card-bg[data-astro-cid-uy4qcwxg]{position:absolute;inset:0;background-size:cover;background-position:center;transition:transform .5s ease}.services__card[data-astro-cid-uy4qcwxg]:hover .services__card-bg[data-astro-cid-uy4qcwxg]{transform:scale(1.04)}.services__card-bg[data-astro-cid-uy4qcwxg]:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,#080c0a26,#080c0ad1)}.services__card--commercial[data-astro-cid-uy4qcwxg] .services__card-bg[data-astro-cid-uy4qcwxg]{background-image:url(/images/A-Spark-Electrical-Commercial-Work.jpg)}.services__card--residential[data-astro-cid-uy4qcwxg] .services__card-bg[data-astro-cid-uy4qcwxg]{background-image:url(/images/A-Spark-Electrical-Domestic-work.jpg)}.services__card-content[data-astro-cid-uy4qcwxg]{position:relative;z-index:1;display:flex;flex-direction:column;gap:.75rem}.services__card-tag[data-astro-cid-uy4qcwxg]{align-self:flex-start;padding:.3rem .75rem;border-radius:4px;background:#65b97de6;color:#fff;font-family:semplicitapro,sans-serif;font-size:.75rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase}.services__card-title[data-astro-cid-uy4qcwxg]{margin:0;font-family:semplicitapro,sans-serif;font-size:1.625rem;font-weight:500;letter-spacing:-.02em;line-height:1.2}.services__card-desc[data-astro-cid-uy4qcwxg]{margin:0;max-width:28rem;color:#ffffffd1;font-family:semplicitapro,sans-serif;font-size:.9375rem;line-height:1.6}.services__card-link[data-astro-cid-uy4qcwxg]{display:inline-flex;align-items:center;gap:.5rem;margin-top:.5rem;padding:.65rem 1.25rem;border-radius:6px;background:#fff;color:#111;font-family:semplicitapro,sans-serif;font-size:.9375rem;font-weight:500;align-self:flex-start;transition:background-color .2s ease,color .2s ease}.services__card[data-astro-cid-uy4qcwxg]:hover .services__card-link[data-astro-cid-uy4qcwxg]{background:#65b97d;color:#fff}@media(max-width:767px){.services__grid[data-astro-cid-uy4qcwxg]{grid-template-columns:1fr}.services__card[data-astro-cid-uy4qcwxg]{min-height:22rem}}.clients[data-astro-cid-t5zrjntd]{padding:clamp(3rem,6vw,4.5rem) 0 0;background:#fff}.clients__inner[data-astro-cid-t5zrjntd]{width:min(90%,72rem);margin-inline:auto;text-align:center;margin-bottom:.5rem}.clients__title[data-astro-cid-t5zrjntd]{margin:0;color:#111;font-family:semplicitapro,sans-serif;font-size:clamp(1.5rem,2.5vw,2rem);font-weight:500;letter-spacing:-.02em;line-height:1.2}.clients__subtitle[data-astro-cid-t5zrjntd]{margin:.5rem 0 0;color:#6b6f6c;font-family:semplicitapro,sans-serif;font-size:1rem;line-height:1.5}.projects[data-astro-cid-pjd7odeh]{padding:clamp(4rem,8vw,6.5rem) 0;background:#fff}.projects__inner[data-astro-cid-pjd7odeh]{width:min(90%,72rem);margin-inline:auto}.projects__header[data-astro-cid-pjd7odeh]{display:flex;flex-wrap:wrap;align-items:flex-end;justify-content:space-between;gap:1rem 2rem;margin-bottom:3rem}.projects__eyebrow[data-astro-cid-pjd7odeh]{width:100%;margin:0;color:#65b97d;font-family:semplicitapro,sans-serif;font-size:.8125rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase}.projects__title[data-astro-cid-pjd7odeh]{margin:0;flex:1;color:#111;font-family:semplicitapro,sans-serif;font-size:clamp(1.75rem,3vw,2.5rem);font-weight:500;letter-spacing:-.02em;line-height:1.15;text-wrap:balance}.projects__view-all[data-astro-cid-pjd7odeh]{color:#111;font-family:semplicitapro,sans-serif;font-size:.9375rem;font-weight:500;text-decoration:none;border-bottom:1px solid rgba(101,185,125,.5);padding-bottom:.15rem;transition:color .2s ease,border-color .2s ease}.projects__view-all[data-astro-cid-pjd7odeh]:hover{color:#65b97d;border-color:#65b97d}.projects__list[data-astro-cid-pjd7odeh]{display:flex;flex-direction:column;gap:3rem}.projects__item[data-astro-cid-pjd7odeh]{display:grid;grid-template-columns:1.1fr .9fr;gap:0;align-items:center}.projects__item--right[data-astro-cid-pjd7odeh]{grid-template-columns:.9fr 1.1fr}.projects__item--right[data-astro-cid-pjd7odeh] .projects__visual[data-astro-cid-pjd7odeh]{order:2}.projects__item--right[data-astro-cid-pjd7odeh] .projects__content[data-astro-cid-pjd7odeh]{order:1}.projects__visual[data-astro-cid-pjd7odeh]{position:relative;overflow:hidden;border-radius:12px 0 0 12px;height:25rem;max-height:25rem}.projects__item--right[data-astro-cid-pjd7odeh] .projects__visual[data-astro-cid-pjd7odeh]{border-radius:0 12px 12px 0}.projects__image[data-astro-cid-pjd7odeh]{display:block;width:100%;height:100%;max-height:25rem;object-fit:cover;object-position:center;transition:transform .5s ease}.projects__item[data-astro-cid-pjd7odeh]:hover .projects__image[data-astro-cid-pjd7odeh]{transform:scale(1.03)}.projects__content[data-astro-cid-pjd7odeh]{display:flex;flex-direction:column;justify-content:center;padding:clamp(1.75rem,4vw,2.75rem);background:#fff;border:1px solid rgba(101,185,125,.12);border-left:none;border-radius:0 12px 12px 0}.projects__item--right[data-astro-cid-pjd7odeh] .projects__content[data-astro-cid-pjd7odeh]{border-left:1px solid rgba(101,185,125,.12);border-right:none;border-radius:12px 0 0 12px}.projects__name[data-astro-cid-pjd7odeh]{margin:0;color:#111;font-family:semplicitapro,sans-serif;font-size:1.5rem;font-weight:500;letter-spacing:-.02em;line-height:1.25}.projects__meta[data-astro-cid-pjd7odeh]{margin:.75rem 0 0;color:#6b6f6c;font-family:semplicitapro,sans-serif;font-size:1rem;line-height:1.65}.projects__cta[data-astro-cid-pjd7odeh]{display:inline-flex;align-items:center;gap:.5rem;margin-top:1.5rem;align-self:flex-start;min-height:2.75rem;padding:.65rem 1.5rem;border-radius:6px;background:#111;color:#fff;font-family:semplicitapro,sans-serif;font-size:.9375rem;font-weight:500;text-decoration:none;transition:transform .2s ease,background-color .2s ease,box-shadow .2s ease}.projects__cta[data-astro-cid-pjd7odeh]:hover{background:#65b97d;box-shadow:0 6px 20px #65b97d4d}.projects__cta[data-astro-cid-pjd7odeh]:active{transform:scale(.98)}.projects__cta[data-astro-cid-pjd7odeh]:focus-visible{outline:2px solid #65b97d;outline-offset:3px}@media(max-width:991px){.projects__item[data-astro-cid-pjd7odeh],.projects__item--right[data-astro-cid-pjd7odeh]{grid-template-columns:1fr}.projects__item--right[data-astro-cid-pjd7odeh] .projects__visual[data-astro-cid-pjd7odeh],.projects__item--right[data-astro-cid-pjd7odeh] .projects__content[data-astro-cid-pjd7odeh]{order:unset}.projects__visual[data-astro-cid-pjd7odeh],.projects__item--right[data-astro-cid-pjd7odeh] .projects__visual[data-astro-cid-pjd7odeh]{border-radius:12px 12px 0 0;height:16rem;max-height:16rem}.projects__image[data-astro-cid-pjd7odeh]{max-height:16rem}.projects__content[data-astro-cid-pjd7odeh],.projects__item--right[data-astro-cid-pjd7odeh] .projects__content[data-astro-cid-pjd7odeh]{border:1px solid rgba(101,185,125,.12);border-top:none;border-radius:0 0 12px 12px}}.cta-band[data-astro-cid-rlphyqgd]{padding:clamp(3rem,6vw,5rem) 0;background:#fff}.cta-band__inner[data-astro-cid-rlphyqgd]{width:min(90%,72rem);margin-inline:auto}.cta-band__card[data-astro-cid-rlphyqgd]{position:relative;display:grid;grid-template-columns:1fr auto;gap:clamp(2rem,4vw,3.5rem);align-items:center;padding:clamp(2rem,4vw,2.75rem);background:#fff;border:1px solid rgba(101,185,125,.18);border-radius:14px;box-shadow:0 1px 2px #1111110a,0 12px 32px #65b97d14;overflow:hidden}.cta-band__card[data-astro-cid-rlphyqgd]:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#65b97d,#4fa868)}.cta-band__content[data-astro-cid-rlphyqgd]{max-width:40rem}.cta-band__eyebrow[data-astro-cid-rlphyqgd]{display:inline-flex;align-items:center;gap:.45rem;margin:0 0 .75rem;color:#65b97d;font-family:semplicitapro,sans-serif;font-size:.8125rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase}.cta-band__spark[data-astro-cid-rlphyqgd]{flex-shrink:0}.cta-band__title[data-astro-cid-rlphyqgd]{margin:0;color:#111;font-family:semplicitapro,sans-serif;font-size:clamp(1.5rem,2.5vw,2rem);font-weight:500;letter-spacing:-.02em;line-height:1.2;text-wrap:balance}.cta-band__text[data-astro-cid-rlphyqgd]{margin:.85rem 0 0;color:#6b6f6c;font-family:semplicitapro,sans-serif;font-size:1rem;line-height:1.65}.cta-band__action[data-astro-cid-rlphyqgd]{display:flex;flex-direction:column;align-items:flex-start;gap:.85rem;min-width:min(100%,16rem)}.cta-band__aside[data-astro-cid-rlphyqgd]{margin:0;color:#6b6f6c;font-family:semplicitapro,sans-serif;font-size:.875rem;line-height:1.5}.cta-band__buttons[data-astro-cid-rlphyqgd]{display:flex;flex-direction:column;gap:.65rem;width:100%}.cta-band__btn[data-astro-cid-rlphyqgd]{display:inline-flex;align-items:center;justify-content:center;min-height:3rem;padding:.75rem 1.5rem;border-radius:6px;font-family:semplicitapro,sans-serif;font-size:.9375rem;font-weight:500;text-align:center;text-decoration:none;transition:transform .2s ease,background-color .2s ease,border-color .2s ease,color .2s ease,box-shadow .2s ease}.cta-band__btn[data-astro-cid-rlphyqgd]:active{transform:scale(.98)}.cta-band__btn--primary[data-astro-cid-rlphyqgd]{background:#111;color:#fff}.cta-band__btn--primary[data-astro-cid-rlphyqgd]:hover{background:#65b97d;box-shadow:0 6px 20px #65b97d4d}.cta-band__btn--primary[data-astro-cid-rlphyqgd]:focus-visible{outline:2px solid #65b97d;outline-offset:3px}.cta-band__btn--secondary[data-astro-cid-rlphyqgd]{border:1px solid rgba(17,17,17,.14);color:#111;background:#fff;font-variant-numeric:tabular-nums}.cta-band__btn--secondary[data-astro-cid-rlphyqgd]:hover{border-color:#65b97d73;color:#3d7a52}.cta-band__btn--secondary[data-astro-cid-rlphyqgd]:focus-visible{outline:2px solid #65b97d;outline-offset:3px}@media(max-width:991px){.cta-band__card[data-astro-cid-rlphyqgd]{grid-template-columns:1fr;align-items:flex-start}.cta-band__action[data-astro-cid-rlphyqgd]{width:100%;max-width:22rem}}@media(max-width:479px){.cta-band__buttons[data-astro-cid-rlphyqgd],.cta-band__btn[data-astro-cid-rlphyqgd]{width:100%}}html{scroll-behavior:smooth}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}.home-page{background:#fff}.home-page main{overflow-x:clip;background:#fff}
