.ourservice{--bg:#1c2025;--white:#fff;--accent:#a91e2b;--card-bg:#252a30;--border:#ffffff24;background:var(--bg);width:100%;color:var(--white);padding:78px clamp(28px,4.8vw,92px);overflow:hidden}.ourservice__container{width:100%;max-width:1640px;margin:0 auto}.ourservice__header{text-align:center;margin-bottom:58px}.ourservice__header h2{font-family:var(--font-cormorant), serif;letter-spacing:-.4px;color:var(--white);margin:0 0 16px;font-size:clamp(48px,3.4vw,62px);font-weight:700;line-height:1.05}.ourservice__header p{max-width:680px;font-family:var(--font-montserrat), sans-serif;color:#ffffffbf;margin:0 auto;font-size:clamp(16px,1vw,18px);font-weight:500;line-height:1.65}.ourservice__divider{background:var(--border);width:100%;height:1px;margin:0 0 58px}.ourservice__divider--bottom{margin:58px 0 0}.ourservice__grid{flex-direction:column;gap:48px;display:flex}.ourservice__row{grid-template-columns:repeat(3,1fr);gap:32px;display:grid}.ourservice__row--center{grid-template-columns:repeat(2,1fr);max-width:70%;margin:0 auto}.ourservice__card{background:var(--card-bg);border-radius:16px;transition:transform .3s,box-shadow .3s;overflow:hidden}.ourservice__card:hover{transform:translateY(-6px);box-shadow:0 20px 35px -12px #0006}.ourservice__image-wrap{background:#2a2f38;width:100%;height:260px;overflow:hidden}.ourservice__image{object-fit:cover;width:100%;height:100%;transition:transform .4s;display:block}.ourservice__card:hover .ourservice__image{transform:scale(1.05)}.ourservice__content{padding:28px 24px 34px}.ourservice__number{font-family:var(--font-montserrat), sans-serif;letter-spacing:1px;color:var(--accent);text-transform:uppercase;margin-bottom:14px;font-size:14px;font-weight:800;display:inline-block}.ourservice__content h3{font-family:var(--font-cormorant), serif;color:var(--white);margin:0 0 16px;font-size:clamp(24px,1.8vw,30px);font-weight:700;line-height:1.2}.ourservice__content p{font-family:var(--font-montserrat), sans-serif;color:#ffffffbf;margin:0;font-size:clamp(14px,.9vw,16px);font-weight:500;line-height:1.65}@media (max-width:1440px){.ourservice{padding-left:58px;padding-right:58px}.ourservice__row--center{max-width:75%}.ourservice__image-wrap{height:240px}.ourservice__content{padding:24px 20px 30px}}@media (max-width:1280px){.ourservice__row{gap:24px}.ourservice__row--center{max-width:85%}.ourservice__image-wrap{height:220px}}@media (max-width:992px){.ourservice{padding:58px 38px}.ourservice__header{margin-bottom:44px}.ourservice__header h2{font-size:46px}.ourservice__divider{margin:0 0 44px}.ourservice__divider--bottom{margin:44px 0 0}.ourservice__grid{gap:36px}.ourservice__row{grid-template-columns:repeat(3,1fr);gap:20px}.ourservice__row--center{grid-template-columns:repeat(2,1fr);max-width:100%}.ourservice__image-wrap{height:200px}.ourservice__content{padding:20px 18px 26px}.ourservice__content h3{font-size:22px}}@media (max-width:768px){.ourservice{padding:48px 22px}.ourservice__header h2{font-size:38px}.ourservice__header p{font-size:14px}.ourservice__divider{margin:0 0 36px}.ourservice__divider--bottom{margin:36px 0 0}.ourservice__grid{gap:28px}.ourservice__row,.ourservice__row--center{grid-template-columns:1fr;gap:24px}.ourservice__image-wrap{height:240px}.ourservice__content{padding:20px 18px 24px}.ourservice__content h3{font-size:24px}}@media (max-width:480px){.ourservice__image-wrap{height:200px}}
.service-hero{color:#fff;background-image:url(/images/641760311_813466998448622_3861901546059495751_n.webp);background-position:50%;background-repeat:no-repeat;background-size:cover;width:100%;min-height:clamp(520px,27.5vw,444px);position:relative;overflow:hidden}.service-hero__overlay{z-index:1;background:linear-gradient(90deg,#000000c7 0%,#000000ad 34%,#00000057 100%);position:absolute;inset:0}.service-hero__content{z-index:2;flex-direction:column;justify-content:center;max-width:1440px;min-height:clamp(420px,27.5vw,444px);margin-top:112px;margin-left:auto;margin-right:auto;padding-left:clamp(54px,5.6vw,90px);display:flex;position:relative}.service-hero h1{font-family:var(--font-cormorant), serif;letter-spacing:-.6px;color:#fff;margin:0 0 clamp(30px,2.5vw,39px);font-size:clamp(58px,4.6vw,74px);font-weight:700;line-height:1}.service-hero p{font-family:var(--font-montserrat), sans-serif;color:#fff;max-width:800px;margin:0;font-size:clamp(17px,1.2vw,19px);font-weight:800;line-height:1.45}.service-hero__buttons{flex-wrap:wrap;align-items:center;gap:23px;margin-top:34px;display:flex}.service-hero__btn{height:49px;font-family:var(--font-montserrat), sans-serif;color:#fff;white-space:nowrap;background:0 0;border:1px solid #fff;border-radius:5px;justify-content:center;align-items:center;padding:0 17px;font-size:18px;font-weight:800;line-height:1;text-decoration:none;transition:all .3s;display:inline-flex}.service-hero__btn--red{background:#a91e2b;border-color:#a91e2b;min-width:222px}.service-hero__btn--red:hover{background:#8a1823;border-color:#8a1823;transform:translateY(-2px)}.service-hero__btn:not(.service-hero__btn--red):hover{background:#ffffff1a;transform:translateY(-2px)}@media (min-width:1441px){.service-hero{min-height:620px}.service-hero__content{max-width:1600px;min-height:500px;margin-top:130px;padding-left:120px}.service-hero h1{letter-spacing:-.8px;margin-bottom:45px;font-size:84px}.service-hero p{max-width:900px;font-size:22px;line-height:1.5}.service-hero__buttons{gap:28px;margin-top:42px}.service-hero__btn{height:56px;padding:0 24px;font-size:20px}.service-hero__btn--red{min-width:250px}}@media (max-width:1440px) and (min-width:1281px){.service-hero{min-height:560px}.service-hero__content{min-height:480px;margin-top:120px;padding-left:90px}.service-hero h1{margin-bottom:39px;font-size:74px}.service-hero p{max-width:780px;font-size:19px}.service-hero__buttons{gap:25px;margin-top:38px}.service-hero__btn{height:52px;font-size:18px}.service-hero__btn--red{min-width:230px}}@media (max-width:1366px) and (min-width:1281px){.service-hero__content{padding-left:74px}.service-hero h1{font-size:68px}}@media (max-width:1280px) and (min-width:1101px){.service-hero{min-height:520px}.service-hero__content{min-height:450px;margin-top:110px;padding-left:65px}.service-hero h1{margin-bottom:35px;font-size:64px}.service-hero p{max-width:740px;font-size:18px;line-height:1.45}.service-hero__buttons{gap:22px;margin-top:35px}.service-hero__btn{height:48px;padding:0 16px;font-size:17px}.service-hero__btn--red{min-width:215px}}@media (max-width:1100px) and (min-width:993px){.service-hero{min-height:500px}.service-hero__content{min-height:430px;margin-top:105px;padding-left:58px}.service-hero h1{margin-bottom:32px;font-size:62px}.service-hero p{max-width:700px;font-size:18px;line-height:1.45}.service-hero__buttons{gap:20px;margin-top:32px}.service-hero__btn{height:47px;padding:0 15px;font-size:16px}.service-hero__btn--red{min-width:210px}}@media (max-width:992px) and (min-width:769px){.service-hero{background-position:100%;min-height:480px}.service-hero__content{min-height:420px;margin-top:100px;padding-left:48px;padding-right:48px}.service-hero h1{margin-bottom:30px;font-size:58px}.service-hero p{max-width:650px;font-size:17px;line-height:1.45}.service-hero__buttons{gap:18px;margin-top:30px}.service-hero__btn{height:46px;padding:0 14px;font-size:16px}.service-hero__btn--red{min-width:200px}}@media (max-width:768px) and (min-width:481px){.service-hero{min-height:450px}.service-hero__content{min-height:430px;margin-top:50px;padding:80px 42px}.service-hero h1{margin-bottom:28px;font-size:54px}.service-hero p{max-width:100%;font-size:16px;line-height:1.45}.service-hero__buttons{flex-flow:wrap;gap:15px;margin-top:28px}.service-hero__btn{height:45px;padding:0 14px;font-size:15px}.service-hero__btn--red{min-width:195px}}@media (max-width:480px) and (min-width:321px){.service-hero{min-height:420px}.service-hero__content{min-height:420px;margin-top:50px;padding:70px 28px}.service-hero h1{margin-bottom:24px;font-size:46px}.service-hero p{max-width:100%;font-size:15px;line-height:1.45}.service-hero__buttons{flex-direction:column;align-items:flex-start;gap:12px;margin-top:25px}.service-hero__btn{white-space:normal;text-align:center;width:100%;max-width:260px;height:44px;padding:0 12px;font-size:14px}.service-hero__btn--red{width:100%;min-width:auto;max-width:260px}}@media (max-width:320px){.service-hero{min-height:400px}.service-hero__content{min-height:400px;margin-top:50px;padding:60px 20px}.service-hero h1{letter-spacing:-.4px;margin-bottom:20px;font-size:38px}.service-hero p{max-width:100%;font-size:14px;line-height:1.5}.service-hero__buttons{flex-direction:column;align-items:flex-start;gap:10px;margin-top:22px}.service-hero__btn{white-space:normal;text-align:center;width:100%;max-width:240px;height:42px;padding:0 10px;font-size:13px}.service-hero__btn--red{width:100%;min-width:auto;max-width:240px}}@media (hover:hover){.service-hero__btn--red:hover{background:#8a1823;border-color:#8a1823;transform:translateY(-2px)}.service-hero__btn:not(.service-hero__btn--red):hover{background:#ffffff1a;transform:translateY(-2px)}}
.kitchen-details{color:#fff;background:#1c2025;width:100%;padding:90px clamp(24px,5vw,92px);overflow:hidden}.kitchen-details__container{grid-template-columns:minmax(0,1fr) minmax(420px,620px);align-items:center;gap:clamp(54px,5vw,92px);width:100%;max-width:1640px;margin:0 auto;display:grid}.kitchen-details__content{max-width:700px}.kitchen-details__content h2{font-family:var(--font-cormorant), serif;letter-spacing:-.4px;color:#fff;margin:0 0 32px;font-size:clamp(46px,3.6vw,64px);font-weight:700;line-height:1.05}.kitchen-details__lead{font-family:var(--font-montserrat), sans-serif;color:#fff;margin:0 0 28px;font-size:clamp(17px,1.15vw,20px);font-weight:800;line-height:1.65}.kitchen-details__paragraphs{gap:20px;display:grid}.kitchen-details__paragraphs p{font-family:var(--font-montserrat), sans-serif;color:#ffffffdb;margin:0;font-size:clamp(15px,1vw,18px);font-weight:600;line-height:1.75}.kitchen-details__image-wrap{background:#2a2f38;border-radius:12px;width:100%;height:520px;overflow:hidden}.kitchen-details__image{object-fit:cover;width:100%;height:100%;display:block}@media (max-width:1280px){.kitchen-details{padding:76px 58px}.kitchen-details__container{grid-template-columns:1fr;gap:44px}.kitchen-details__content{max-width:900px}.kitchen-details__image-wrap{height:460px}}@media (max-width:768px){.kitchen-details{padding:58px 28px}.kitchen-details__content h2{margin-bottom:24px;font-size:42px}.kitchen-details__lead{margin-bottom:22px;font-size:15.5px}.kitchen-details__paragraphs p{font-size:14.5px}.kitchen-details__image-wrap{height:330px}}@media (max-width:480px){.kitchen-details{padding:48px 22px}.kitchen-details__content h2{font-size:36px}.kitchen-details__image-wrap{height:280px}}
.remodel-process{--bg:#1c2025;--white:#fff;--accent:#a91e2b;--border:#ffffff21;background:var(--bg);width:100%;color:var(--white);padding:clamp(58px,5.6vw,104px) clamp(20px,5vw,110px) clamp(62px,5.2vw,96px);overflow:hidden}.remodel-process__container{width:100%;max-width:1720px;margin:0 auto}.remodel-process h2{font-family:var(--font-cormorant), serif;letter-spacing:-.5px;color:#fff;margin:0 0 clamp(40px,3.7vw,68px);font-size:clamp(42px,3.25vw,62px);font-weight:700;line-height:1.05}.remodel-process__grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:clamp(24px,2vw,36px);display:grid}.remodel-process__card{border:1px solid var(--border);box-sizing:border-box;background:#1c2025;border-radius:16px;min-height:445px;padding:43px 32px 86px;position:relative}.remodel-process__dot{background:var(--accent);border-radius:999px;width:20px;height:20px;position:absolute;top:-11px;left:50%;transform:translate(-50%);box-shadow:0 0 0 5px #a91e2b38}.remodel-process__number{font-family:var(--font-montserrat), sans-serif;letter-spacing:1px;color:var(--accent);margin-bottom:25px;font-size:clamp(40px,3vw,48px);font-weight:800;line-height:1}.remodel-process__card h3{max-width:240px;font-family:var(--font-montserrat), sans-serif;color:#fff;margin:0 0 17px;font-size:clamp(20px,1.35vw,25px);font-weight:800;line-height:1.12}.remodel-process__card p{max-width:260px;font-family:var(--font-montserrat), sans-serif;color:#ffffffdb;margin:0;font-size:clamp(15px,1vw,17px);font-weight:500;line-height:1.5}.remodel-process__icon{opacity:.72;align-items:center;display:flex;position:absolute;bottom:28px;left:31px}.remodel-process__icon svg{display:block}@media (max-width:1500px){.remodel-process{padding-left:70px;padding-right:70px}.remodel-process__card{min-height:415px;padding:40px 30px 84px}.remodel-process__card h3{font-size:22px}.remodel-process__card p{font-size:15.5px}}@media (max-width:1280px){.remodel-process{padding-left:50px;padding-right:50px}.remodel-process__grid{grid-template-columns:repeat(3,1fr);gap:28px}.remodel-process__card{min-height:390px;padding-bottom:84px}}@media (max-width:900px){.remodel-process{padding-left:32px;padding-right:32px}.remodel-process__grid{grid-template-columns:repeat(2,1fr);gap:28px}.remodel-process__card{min-height:375px;padding-bottom:84px}}@media (max-width:580px){.remodel-process{padding:52px 20px 56px}.remodel-process h2{margin-bottom:34px;font-size:40px}.remodel-process__grid{grid-template-columns:1fr;gap:24px}.remodel-process__card{min-height:350px;padding:34px 26px 82px}.remodel-process__number{margin-bottom:20px;font-size:42px}.remodel-process__card h3{font-size:22px}.remodel-process__card p{max-width:100%;font-size:15px}.remodel-process__icon{bottom:24px;left:26px}}@media (max-width:360px){.remodel-process{padding-left:16px;padding-right:16px}.remodel-process h2{font-size:35px}.remodel-process__card{padding:32px 22px 80px}}
