.Button-module__iYV4-q__btn{cursor:pointer;border:2px solid #0000;border-radius:100px;justify-content:center;align-items:center;padding:1.8rem 4rem;font-size:clamp(1.6rem,2rem,20px);font-weight:600;line-height:1;text-decoration:none;transition:transform .4s cubic-bezier(.34,3.56,.64,1),background-color .3s,color .3s,box-shadow .3s,border-color .3s;display:inline-flex;position:relative;overflow:hidden}.Button-module__iYV4-q__btn:hover{transform:scaleX(1.02)scaleY(1.01)}.Button-module__iYV4-q__primary{background-color:var(--color-dark);color:var(--color-light);border-color:var(--color-dark)}.Button-module__iYV4-q__primary:hover{color:var(--color-dark);background-color:#0000;box-shadow:0 10px 20px #00000026}.Button-module__iYV4-q__outline{color:var(--color-dark);border-color:var(--color-dark);background-color:#0000}.Button-module__iYV4-q__outline:hover{background-color:var(--color-dark);color:var(--color-light)}.Button-module__iYV4-q__accent{background-color:var(--color-accent);color:var(--color-light);border-color:var(--color-accent)}.Button-module__iYV4-q__accent:hover{color:var(--color-accent);background-color:#0000;box-shadow:0 10px 20px #2e6da433}.Button-module__iYV4-q__content{align-items:center;gap:.8rem;height:1em;display:flex;position:relative;overflow:hidden}.Button-module__iYV4-q__text{white-space:nowrap;line-height:1;transition:transform .4s cubic-bezier(.16,1,.3,1);display:block;position:relative}.Button-module__iYV4-q__btn:hover .Button-module__iYV4-q__text{transform:translateY(-100%)}.Button-module__iYV4-q__text:after{content:attr(data-text);align-items:center;width:100%;height:100%;display:flex;position:absolute;top:100%;left:0}.Button-module__iYV4-q__icon{justify-content:center;align-items:center;display:flex}
.Hero-module__ZARIfG__hero{background-color:var(--color-light);align-items:center;min-height:100vh;padding:10rem 2.5rem 5rem;display:flex;position:relative;overflow:hidden}@media (min-width:768px){.Hero-module__ZARIfG__hero{padding:15rem 10rem 5rem}}.Hero-module__ZARIfG__container{z-index:10;grid-template-columns:1fr;align-items:center;gap:4rem;width:100%;max-width:1920px;margin:0 auto;display:grid;position:relative}@media (min-width:1024px){.Hero-module__ZARIfG__container{grid-template-columns:1fr 1fr;gap:8rem}}.Hero-module__ZARIfG__content{flex-direction:column;gap:3rem;max-width:800px;display:flex}.Hero-module__ZARIfG__headline{letter-spacing:-.04em;color:var(--color-dark);font-size:clamp(4rem,6vw,8rem);font-weight:800;line-height:1.1}.Hero-module__ZARIfG__subheadline{color:#4a4a4a;max-width:600px;font-size:clamp(1.8rem,2vw,2.4rem);line-height:1.6}.Hero-module__ZARIfG__buttons{flex-direction:column;gap:2rem;width:100%;margin-top:2rem;display:flex}.Hero-module__ZARIfG__buttons>*{justify-content:center;width:100%}@media (min-width:768px){.Hero-module__ZARIfG__buttons{flex-flow:wrap;width:auto}.Hero-module__ZARIfG__buttons>*{width:auto}}.Hero-module__ZARIfG__visuals{flex-direction:column;gap:1.5rem;display:flex;position:relative}@media (min-width:768px){.Hero-module__ZARIfG__visuals{grid-template-rows:repeat(2,1fr);grid-template-columns:repeat(2,1fr);gap:2rem;height:60vh;min-height:500px;display:grid}}@media (min-width:1024px){.Hero-module__ZARIfG__visuals{height:80vh}}.Hero-module__ZARIfG__imageWrapper{will-change:transform;border-radius:2rem;height:250px;position:relative;overflow:hidden;transform:none!important}@media (min-width:768px){.Hero-module__ZARIfG__imageWrapper{height:auto;transform:none}}.Hero-module__ZARIfG__imageWrapper img{object-fit:cover;width:100%;height:100%;transition:transform .7s}.Hero-module__ZARIfG__imageWrapper:hover img{transform:scale(1.05)}.Hero-module__ZARIfG__imageLabel{color:var(--color-dark);z-index:2;background:#ffffffe6;border-radius:100px;padding:.8rem 1.6rem;font-size:1.2rem;font-weight:600;position:absolute;bottom:2rem;left:2rem}@media (min-width:768px){.Hero-module__ZARIfG__imageWrapper:first-child{grid-area:1/1/3/2}.Hero-module__ZARIfG__imageWrapper:nth-child(2){grid-area:1/2/2/3}.Hero-module__ZARIfG__imageWrapper:nth-child(3){grid-area:2/2/3/3}}
.ServicesSnapshot-module__HIfhjG__section{background-color:var(--color-light);padding:10rem 2.5rem}@media (min-width:768px){.ServicesSnapshot-module__HIfhjG__section{padding:15rem 10rem}}.ServicesSnapshot-module__HIfhjG__container{max-width:var(--layout-max-width);margin:0 auto}.ServicesSnapshot-module__HIfhjG__header{max-width:800px;margin-bottom:6rem}.ServicesSnapshot-module__HIfhjG__title{color:var(--color-dark);letter-spacing:-.02em;margin-bottom:2rem;font-size:clamp(3rem,5vw,6rem);font-weight:700}.ServicesSnapshot-module__HIfhjG__description{color:#4a4a4a;font-size:clamp(1.6rem,2vw,2.2rem);line-height:1.6}.ServicesSnapshot-module__HIfhjG__grid{grid-template-columns:1fr;gap:2rem;display:grid}@media (min-width:768px){.ServicesSnapshot-module__HIfhjG__grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.ServicesSnapshot-module__HIfhjG__grid{grid-template-columns:repeat(3,1fr);gap:4rem}}.ServicesSnapshot-module__HIfhjG__card{aspect-ratio:4/5;cursor:pointer;background-color:var(--color-dark);border-radius:2rem;position:relative;overflow:hidden}.ServicesSnapshot-module__HIfhjG__image{object-fit:cover;opacity:.8;width:100%;height:100%;transition:transform .6s cubic-bezier(.16,1,.3,1)}.ServicesSnapshot-module__HIfhjG__card:hover .ServicesSnapshot-module__HIfhjG__image{opacity:1;transform:scale(1.05)}.ServicesSnapshot-module__HIfhjG__overlay{background:linear-gradient(#0000 0%,#000c 100%);flex-direction:column;gap:1rem;width:100%;padding:3rem;display:flex;position:absolute;bottom:0;left:0}.ServicesSnapshot-module__HIfhjG__cardTitle{color:var(--color-light);margin:0;font-size:2.4rem;font-weight:600;transition:transform .4s}.ServicesSnapshot-module__HIfhjG__cardLink{color:var(--color-accent);text-transform:uppercase;letter-spacing:.1em;opacity:0;font-size:1.4rem;font-weight:600;transition:all .4s;transform:translateY(10px)}.ServicesSnapshot-module__HIfhjG__card:hover .ServicesSnapshot-module__HIfhjG__cardTitle{transform:translateY(-5px)}.ServicesSnapshot-module__HIfhjG__card:hover .ServicesSnapshot-module__HIfhjG__cardLink{opacity:1;transform:translateY(0)}
.WhyChooseUs-module__aV2w7G__section{background-color:var(--color-dark);color:var(--color-light);padding:10rem 2.5rem}@media (min-width:768px){.WhyChooseUs-module__aV2w7G__section{padding:15rem 10rem}}.WhyChooseUs-module__aV2w7G__container{max-width:var(--layout-max-width);grid-template-columns:1fr;gap:6rem;margin:0 auto;display:grid}@media (min-width:1024px){.WhyChooseUs-module__aV2w7G__container{grid-template-columns:1fr 1.5fr;align-items:center;gap:10rem}}.WhyChooseUs-module__aV2w7G__left{flex-direction:column;gap:3rem;display:flex}.WhyChooseUs-module__aV2w7G__title{color:var(--color-light);letter-spacing:-.02em;font-size:clamp(3rem,5vw,6rem);font-weight:700;line-height:1.1}.WhyChooseUs-module__aV2w7G__description{color:#ffffffb3;font-size:clamp(1.6rem,2vw,2.2rem);line-height:1.6}.WhyChooseUs-module__aV2w7G__right{grid-template-columns:1fr;gap:2rem;display:grid}@media (min-width:600px){.WhyChooseUs-module__aV2w7G__right{grid-template-columns:repeat(2,1fr)}}.WhyChooseUs-module__aV2w7G__statCard{background-color:#ffffff0d;border:1px solid #ffffff1a;border-radius:2rem;flex-direction:column;gap:1rem;padding:4rem;transition:background-color .4s,transform .4s;display:flex}.WhyChooseUs-module__aV2w7G__statCard:hover{background-color:#ffffff1a;transform:translateY(-5px)}.WhyChooseUs-module__aV2w7G__statNumber{color:var(--color-accent);font-size:clamp(4rem,6vw,6rem);font-weight:800;line-height:1}.WhyChooseUs-module__aV2w7G__statLabel{color:var(--color-light);font-size:1.8rem;font-weight:500}.WhyChooseUs-module__aV2w7G__statDesc{color:#fff9;margin-top:1rem;font-size:1.4rem;line-height:1.5}
.RecentProjects-module__iN5BvG__section{background-color:var(--color-light);padding:10rem 2.5rem}@media (min-width:768px){.RecentProjects-module__iN5BvG__section{padding:15rem 10rem}}.RecentProjects-module__iN5BvG__container{max-width:var(--layout-max-width);margin:0 auto}.RecentProjects-module__iN5BvG__header{flex-direction:column;gap:2rem;margin-bottom:6rem;display:flex}@media (min-width:768px){.RecentProjects-module__iN5BvG__header{flex-direction:row;justify-content:space-between;align-items:flex-end}}.RecentProjects-module__iN5BvG__title{color:var(--color-dark);letter-spacing:-.02em;font-size:clamp(3rem,5vw,6rem);font-weight:700}.RecentProjects-module__iN5BvG__grid{grid-template-columns:1fr;gap:2rem;display:grid}@media (min-width:768px){.RecentProjects-module__iN5BvG__grid{grid-template-columns:repeat(2,1fr)}}.RecentProjects-module__iN5BvG__projectCard{aspect-ratio:16/10;cursor:pointer;background-color:var(--color-dark);border-radius:2rem;position:relative;overflow:hidden}.RecentProjects-module__iN5BvG__projectCard:nth-child(2),.RecentProjects-module__iN5BvG__projectCard:nth-child(3){aspect-ratio:16/12}.RecentProjects-module__iN5BvG__image{object-fit:cover;filter:brightness(.9);width:100%;height:100%;transition:transform .8s cubic-bezier(.16,1,.3,1),filter .8s}.RecentProjects-module__iN5BvG__projectCard:hover .RecentProjects-module__iN5BvG__image{filter:brightness();transform:scale(1.05)}.RecentProjects-module__iN5BvG__overlay{opacity:0;background:linear-gradient(#0000 50%,#0009 100%);flex-direction:column;justify-content:flex-end;width:100%;height:100%;padding:3rem;transition:opacity .4s;display:flex;position:absolute;top:0;left:0}.RecentProjects-module__iN5BvG__projectCard:hover .RecentProjects-module__iN5BvG__overlay{opacity:1}.RecentProjects-module__iN5BvG__projectTitle{color:var(--color-light);font-size:2.4rem;font-weight:600;transition:transform .4s cubic-bezier(.16,1,.3,1);transform:translateY(20px)}.RecentProjects-module__iN5BvG__projectCategory{color:var(--color-accent);text-transform:uppercase;letter-spacing:.1em;margin-bottom:.5rem;font-size:1.4rem;font-weight:600;transition:transform .4s cubic-bezier(.16,1,.3,1) 50ms;transform:translateY(20px)}.RecentProjects-module__iN5BvG__projectCard:hover .RecentProjects-module__iN5BvG__projectTitle,.RecentProjects-module__iN5BvG__projectCard:hover .RecentProjects-module__iN5BvG__projectCategory{transform:translateY(0)}@media (max-width:1023px){.RecentProjects-module__iN5BvG__overlay{opacity:1}.RecentProjects-module__iN5BvG__projectTitle,.RecentProjects-module__iN5BvG__projectCategory{transform:translateY(0)}}
.Testimonials-module__ItA9Ha__section{background-color:var(--color-gray);padding:10rem 0;overflow:hidden}@media (min-width:768px){.Testimonials-module__ItA9Ha__section{padding:15rem 0}}.Testimonials-module__ItA9Ha__header{max-width:var(--layout-max-width);text-align:left;flex-direction:column;gap:2rem;margin:0 auto 6rem;padding:0 2.5rem;display:flex}@media (min-width:768px){.Testimonials-module__ItA9Ha__header{flex-direction:row;justify-content:space-between;align-items:flex-end;padding:0 10rem}}.Testimonials-module__ItA9Ha__navControls{gap:1.5rem;display:flex}.Testimonials-module__ItA9Ha__navBtn{border:1px solid var(--color-border);background-color:var(--color-light);width:50px;height:50px;color:var(--color-dark);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;transition:all .3s;display:flex}.Testimonials-module__ItA9Ha__navBtn:hover{background-color:var(--color-dark);color:var(--color-light);border-color:var(--color-dark)}.Testimonials-module__ItA9Ha__title{color:var(--color-dark);letter-spacing:-.02em;font-size:clamp(3rem,5vw,6rem);font-weight:700}.Testimonials-module__ItA9Ha__carousel{scroll-snap-type:x mandatory;scrollbar-width:none;-ms-overflow-style:none;gap:2rem;padding:0 2.5rem;display:flex;overflow-x:auto}.Testimonials-module__ItA9Ha__carousel::-webkit-scrollbar{display:none}@media (min-width:768px){.Testimonials-module__ItA9Ha__carousel{gap:4rem;padding:0 10rem}}.Testimonials-module__ItA9Ha__card{scroll-snap-align:center;background-color:var(--color-light);border-radius:2rem;flex-direction:column;flex:0 0 85vw;gap:3rem;padding:4rem;display:flex;box-shadow:0 10px 40px #0000000d}@media (min-width:768px){.Testimonials-module__ItA9Ha__card{flex:0 0 600px;padding:6rem}}.Testimonials-module__ItA9Ha__quoteIcon{color:var(--color-accent);opacity:.2}.Testimonials-module__ItA9Ha__text{color:var(--color-dark);font-size:clamp(1.8rem,2vw,2.4rem);font-weight:500;line-height:1.6}.Testimonials-module__ItA9Ha__clientInfo{align-items:center;gap:2rem;margin-top:auto;display:flex}.Testimonials-module__ItA9Ha__avatar{background-color:var(--color-border);object-fit:cover;border-radius:50%;width:60px;height:60px}.Testimonials-module__ItA9Ha__clientDetails{flex-direction:column;display:flex}.Testimonials-module__ItA9Ha__clientName{color:var(--color-dark);font-size:1.8rem;font-weight:700}.Testimonials-module__ItA9Ha__clientRole{color:var(--color-gray-dark,#888);font-size:1.4rem}
.Contact-module__J3q-aa__hero{background-color:var(--color-dark);color:var(--color-light);text-align:center;padding:15rem 2.5rem 10rem}@media (min-width:768px){.Contact-module__J3q-aa__hero{padding:20rem 10rem 10rem}}.Contact-module__J3q-aa__heroTitle{letter-spacing:-.04em;margin-bottom:2rem;font-size:clamp(4rem,6vw,8rem);font-weight:800}.Contact-module__J3q-aa__breadcrumb{color:#fff9;text-transform:uppercase;letter-spacing:.1em;font-size:1.4rem}.Contact-module__J3q-aa__breadcrumb span{color:var(--color-accent);margin:0 1rem}.Contact-module__J3q-aa__contactSection{background-color:var(--color-light);padding:10rem 2.5rem}@media (min-width:768px){.Contact-module__J3q-aa__contactSection{padding:15rem 10rem}}.Contact-module__J3q-aa__container{max-width:var(--layout-max-width);grid-template-columns:1fr;gap:6rem;margin:0 auto;display:grid}@media (min-width:1024px){.Contact-module__J3q-aa__container{grid-template-columns:1fr 1.5fr;gap:10rem}}.Contact-module__J3q-aa__details{flex-direction:column;gap:4rem;display:flex}.Contact-module__J3q-aa__details h2{color:var(--color-dark);margin-bottom:1rem;font-size:clamp(3rem,4vw,4.5rem);line-height:1.1}.Contact-module__J3q-aa__details p{color:#666;margin-bottom:2rem;font-size:1.8rem}.Contact-module__J3q-aa__infoBlock{align-items:flex-start;gap:2rem;display:flex}.Contact-module__J3q-aa__iconWrapper{background-color:var(--color-gray);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:50px;height:50px;display:flex}.Contact-module__J3q-aa__infoContent h4{color:var(--color-dark);margin:0 0 .5rem;font-size:2rem}.Contact-module__J3q-aa__infoContent p,.Contact-module__J3q-aa__infoContent a{color:#666;margin:0;font-size:1.6rem;text-decoration:none;transition:color .3s}.Contact-module__J3q-aa__infoContent a:hover{color:var(--color-accent)}.Contact-module__J3q-aa__formWrapper{background-color:var(--color-gray);border-radius:2rem;padding:4rem}@media (min-width:768px){.Contact-module__J3q-aa__formWrapper{padding:6rem}}.Contact-module__J3q-aa__form{flex-direction:column;gap:2.5rem;display:flex}.Contact-module__J3q-aa__inputGroup{flex-direction:column;gap:1rem;display:flex}.Contact-module__J3q-aa__inputGroup label{color:var(--color-dark);text-transform:uppercase;letter-spacing:.05em;font-size:1.4rem;font-weight:600}.Contact-module__J3q-aa__inputGroup input,.Contact-module__J3q-aa__inputGroup textarea{border:1px solid var(--color-border);background-color:var(--color-light);border-radius:1rem;width:100%;padding:1.5rem 2rem;font-family:inherit;font-size:1.6rem;transition:border-color .3s,box-shadow .3s}.Contact-module__J3q-aa__inputGroup input:focus,.Contact-module__J3q-aa__inputGroup textarea:focus{border-color:var(--color-accent);outline:none;box-shadow:0 0 0 4px #2e6da41a}.Contact-module__J3q-aa__inputGroup textarea{resize:vertical;min-height:150px}
.Quote-module__6wu1wG__hero{background-color:var(--color-dark);color:var(--color-light);text-align:center;padding:15rem 2.5rem 10rem}@media (min-width:768px){.Quote-module__6wu1wG__hero{padding:20rem 10rem 10rem}}.Quote-module__6wu1wG__heroTitle{letter-spacing:-.04em;margin-bottom:2rem;font-size:clamp(4rem,6vw,8rem);font-weight:800}.Quote-module__6wu1wG__breadcrumb{color:#fff9;text-transform:uppercase;letter-spacing:.1em;font-size:1.4rem}.Quote-module__6wu1wG__breadcrumb span{color:var(--color-accent);margin:0 1rem}.Quote-module__6wu1wG__quoteSection{background-color:var(--color-light);padding:10rem 2.5rem}@media (min-width:768px){.Quote-module__6wu1wG__quoteSection{padding:15rem 10rem}}.Quote-module__6wu1wG__container{max-width:900px;margin:0 auto}.Quote-module__6wu1wG__intro{text-align:center;margin-bottom:6rem}.Quote-module__6wu1wG__intro h2{color:var(--color-dark);margin-bottom:2rem;font-size:clamp(3rem,4vw,4.5rem)}.Quote-module__6wu1wG__intro p{color:#666;font-size:1.8rem}.Quote-module__6wu1wG__formWrapper{background-color:var(--color-gray);border-radius:2rem;padding:4rem;box-shadow:0 10px 30px #00000005}@media (min-width:768px){.Quote-module__6wu1wG__formWrapper{padding:6rem}}.Quote-module__6wu1wG__form{grid-template-columns:1fr;gap:2.5rem;display:grid}@media (min-width:768px){.Quote-module__6wu1wG__form{grid-template-columns:1fr 1fr}.Quote-module__6wu1wG__fullWidth{grid-column:1/-1}}.Quote-module__6wu1wG__inputGroup{flex-direction:column;gap:1rem;display:flex}.Quote-module__6wu1wG__inputGroup label{color:var(--color-dark);text-transform:uppercase;letter-spacing:.05em;font-size:1.4rem;font-weight:600}.Quote-module__6wu1wG__inputGroup input,.Quote-module__6wu1wG__inputGroup select,.Quote-module__6wu1wG__inputGroup textarea{border:1px solid var(--color-border);background-color:var(--color-light);appearance:none;border-radius:1rem;width:100%;padding:1.5rem 2rem;font-family:inherit;font-size:1.6rem;transition:border-color .3s,box-shadow .3s}.Quote-module__6wu1wG__inputGroup input:focus,.Quote-module__6wu1wG__inputGroup select:focus,.Quote-module__6wu1wG__inputGroup textarea:focus{border-color:var(--color-accent);outline:none;box-shadow:0 0 0 4px #2e6da41a}.Quote-module__6wu1wG__inputGroup textarea{resize:vertical;min-height:150px}
.Services-module__A_tMzG__hero{background-color:var(--color-dark);color:var(--color-light);text-align:center;padding:15rem 2.5rem 10rem}@media (min-width:768px){.Services-module__A_tMzG__hero{padding:20rem 10rem 10rem}}.Services-module__A_tMzG__heroTitle{letter-spacing:-.04em;margin-bottom:2rem;font-size:clamp(4rem,6vw,8rem);font-weight:800}.Services-module__A_tMzG__breadcrumb{color:#fff9;text-transform:uppercase;letter-spacing:.1em;font-size:1.4rem}.Services-module__A_tMzG__breadcrumb span{color:var(--color-accent);margin:0 1rem}.Services-module__A_tMzG__servicesWrapper{background-color:var(--color-light);flex-direction:column;gap:15rem;padding:10rem 0;display:flex}.Services-module__A_tMzG__serviceSection{padding:0 2.5rem}@media (min-width:768px){.Services-module__A_tMzG__serviceSection{padding:0 10rem}}.Services-module__A_tMzG__serviceGrid{max-width:var(--layout-max-width);grid-template-columns:1fr;align-items:center;gap:6rem;margin:0 auto;display:grid}@media (min-width:1024px){.Services-module__A_tMzG__serviceGrid{grid-template-columns:1fr 1fr;gap:10rem}.Services-module__A_tMzG__serviceSection:nth-child(2n) .Services-module__A_tMzG__serviceContent{order:2}.Services-module__A_tMzG__serviceSection:nth-child(2n) .Services-module__A_tMzG__serviceImageWrapper{order:1}}.Services-module__A_tMzG__serviceContent h2{color:var(--color-dark);margin-bottom:2rem;font-size:clamp(3rem,5vw,5rem);line-height:1.1}.Services-module__A_tMzG__serviceContent p{color:#666;margin-bottom:3rem;font-size:1.8rem;line-height:1.8}.Services-module__A_tMzG__featureList{margin:0 0 4rem;padding:0;list-style:none}.Services-module__A_tMzG__featureItem{color:var(--color-dark);align-items:center;gap:1.5rem;margin-bottom:1.5rem;font-size:1.8rem;font-weight:500;display:flex}.Services-module__A_tMzG__serviceImageWrapper{aspect-ratio:4/3;border-radius:2rem;width:100%;overflow:hidden;box-shadow:0 20px 40px #0000001a}.Services-module__A_tMzG__serviceImageWrapper img{object-fit:cover;width:100%;height:100%;transition:transform .6s;display:block}.Services-module__A_tMzG__serviceImageWrapper:hover img{transform:scale(1.05)}
.DarkCTA-module__hJidSG__section{background-color:var(--color-dark);color:var(--color-light);text-align:center;padding:15rem 2.5rem;position:relative;overflow:hidden}@media (min-width:768px){.DarkCTA-module__hJidSG__section{padding:20rem 10rem}}.DarkCTA-module__hJidSG__container{z-index:10;flex-direction:column;align-items:center;gap:3rem;max-width:800px;margin:0 auto;display:flex;position:relative}.DarkCTA-module__hJidSG__title{color:var(--color-light);letter-spacing:-.04em;font-size:clamp(4rem,6vw,8rem);font-weight:800;line-height:1.1}.DarkCTA-module__hJidSG__description{color:#ffffffb3;font-size:clamp(1.8rem,2vw,2.4rem);line-height:1.6}.DarkCTA-module__hJidSG__background{z-index:1;opacity:.1;background-image:radial-gradient(circle at center, var(--color-accent) 0%, transparent 70%);width:100%;height:100%;position:absolute;top:0;left:0}
