:root{--mp-anthracite:#1f1f1f;--mp-black:#111111;--mp-stone:#6f6f6f;--mp-light:#faf8f3;--mp-light-alt:#f3f1ec;--mp-orange:#d95a1a;--mp-orange-dark:#b94812;--mp-white:#ffffff;--mp-border:rgba(31,31,31,0.12);--mp-shadow:0 18px 45px rgba(31,31,31,0.08);--mp-radius:10px}body{color:var(--mp-black);background:var(--mp-light);font-weight:400}body,.et_pb_text,.et_pb_blurb_description,.et_pb_module{line-height:1.65}.et_pb_section{padding-top:72px;padding-bottom:72px}.et_pb_row{width:min(92%,1240px)}@media (max-width:767px){.et_pb_section{padding-top:48px;padding-bottom:48px}.et_pb_row{width:90%}}h1,h2,h3,h4,h5,h6,.et_pb_text h1,.et_pb_text h2,.et_pb_text h3,.et_pb_text h4{color:var(--mp-anthracite);font-weight:700;line-height:1.15;letter-spacing:-0.02em}h1,.et_pb_text h1{font-size:clamp(36px,6vw,64px);margin-bottom:20px}h2,.et_pb_text h2{font-size:clamp(30px,4vw,46px);margin-bottom:18px}h3,.et_pb_text h3{font-size:clamp(22px,3vw,30px);margin-bottom:14px}h4,.et_pb_text h4{font-size:20px;margin-bottom:10px}.et_pb_text p{font-size:17px;color:var(--mp-stone)}@media (max-width:767px){.et_pb_text p{font-size:16px}}.et_pb_text a{color:var(--mp-orange);text-decoration:none;font-weight:600}.et_pb_text a:hover{color:var(--mp-orange-dark)}.et_pb_button,.et_pb_module .et_pb_button,body .et_pb_button{background:var(--mp-orange)!important;color:var(--mp-white)!important;border:0!important;border-radius:6px!important;padding:13px 24px!important;font-size:16px!important;font-weight:700!important;line-height:1.2!important;box-shadow:none!important;transition:all 0.2s ease}.et_pb_button:hover,.et_pb_module .et_pb_button:hover,body .et_pb_button:hover{background:var(--mp-anthracite)!important;color:var(--mp-white)!important;border:0!important;padding:13px 24px!important;transform:translateY(-1px)}.et_pb_button::after{display:none!important}.mp-btn-secondary .et_pb_button,.et_pb_button.mp-btn-secondary,a.mp-btn-secondary{background:transparent!important;color:var(--mp-anthracite)!important;border:1px solid var(--mp-anthracite)!important}.mp-btn-secondary .et_pb_button:hover,.et_pb_button.mp-btn-secondary:hover,a.mp-btn-secondary:hover{background:var(--mp-anthracite)!important;color:var(--mp-white)!important}.mp-section-light{background:var(--mp-light)}.mp-section-stone{background:var(--mp-light-alt)}.mp-section-dark{background:var(--mp-anthracite);color:var(--mp-white)}.mp-section-dark h1,.mp-section-dark h2,.mp-section-dark h3,.mp-section-dark h4,.mp-section-dark p{color:var(--mp-white)}.mp-section-dark p{opacity:0.82}.mp-card,.mp-project-card,.et_pb_blurb.mp-card{background:var(--mp-white);border:1px solid var(--mp-border);border-radius:var(--mp-radius);box-shadow:var(--mp-shadow);overflow:hidden;transition:transform 0.2s ease,box-shadow 0.2s ease}.mp-card:hover,.mp-project-card:hover,.et_pb_blurb.mp-card:hover{transform:translateY(-3px);box-shadow:0 22px 55px rgba(31,31,31,0.12)}.et_pb_blurb.mp-card{padding:28px}.et_pb_blurb.mp-card .et_pb_module_header{color:var(--mp-anthracite);font-size:22px;font-weight:700;margin-bottom:10px}.et_pb_blurb.mp-card .et_pb_blurb_description{color:var(--mp-stone);font-size:16px}.et_pb_image img,.et_pb_module img{border-radius:8px}.mp-img-cover img{width:100%;height:100%;object-fit:cover}.mp-header{position:sticky;top:0;z-index:9999;background:var(--mp-light);border-bottom:1px solid rgba(31,31,31,0.08)}.mp-header__inner{width:min(92%,1240px);margin:0 auto;min-height:72px;display:flex;align-items:center;justify-content:space-between;gap:24px}.mp-header__logo{display:inline-flex;align-items:center;flex-shrink:0}.mp-header__logo img{display:block;width:96px;height:auto}.mp-header__toggle{width:44px;height:44px;border:0;background:transparent;display:inline-flex;flex-direction:column;justify-content:center;gap:6px;padding:0;cursor:pointer}.mp-header__toggle span{display:block;width:28px;height:2px;background:var(--mp-anthracite);transition:transform 0.25s ease,opacity 0.25s ease}.mp-header__toggle.is-open span:nth-child(1){transform:translateY(8px) rotate(45deg)}.mp-header__toggle.is-open span:nth-child(2){opacity:0}.mp-header__toggle.is-open span:nth-child(3){transform:translateY(-8px) rotate(-45deg)}.mp-header__nav{position:absolute;left:0;right:0;top:72px;z-index:10000;background:var(--mp-light);border-bottom:1px solid rgba(31,31,31,0.08);display:none;flex-direction:column;padding:12px 4%}.mp-header__nav.is-open{display:flex}.mp-header__nav a{color:var(--mp-anthracite);text-decoration:none;font-size:16px;line-height:1.2;padding:14px 0;border-bottom:1px solid rgba(31,31,31,0.08)}.mp-header__nav a:hover,.mp-header__nav a:focus{color:var(--mp-orange)}.mp-header__cta{margin-top:12px;text-align:center;background:var(--mp-orange);color:var(--mp-white)!important;padding:14px 18px!important;border-radius:6px;border-bottom:0!important;font-weight:700}.mp-header__cta:hover,.mp-header__cta:focus{background:var(--mp-anthracite);color:var(--mp-white)!important}@media (min-width:981px){.mp-header__inner{min-height:86px}.mp-header__logo img{width:110px}.mp-header__toggle{display:none}.mp-header__nav{position:static;z-index:auto;display:flex;flex-direction:row;align-items:center;justify-content:flex-end;gap:28px;padding:0;background:transparent;border-bottom:0}.mp-header__nav a{padding:0;border-bottom:0;font-size:15px}.mp-header__cta{margin-top:0;padding:13px 22px!important}}header,#main-header,#top-header,.et-l--header,.et_pb_section.et_pb_section_0_tb_header,.et_pb_menu,.et_pb_menu_inner_container{position:relative;z-index:9999}.et_mobile_menu,.et_pb_menu .et_mobile_menu,.et-db #et-boc .et-l .et_pb_menu .et_mobile_menu{position:absolute;z-index:10000;background:var(--mp-light)}.mp-home-hero-shell,.mp-home-hero,.mp-footer-premium,.et_pb_section{z-index:auto}.mp-home-hero-shell.et_pb_section{padding:0!important;background:var(--mp-anthracite);overflow:hidden}.mp-home-hero-shell .et_pb_row{width:100%!important;max-width:none!important;margin:0!important;padding:0!important}.mp-home-hero-shell .et_pb_column,.mp-home-hero-shell .et_pb_module,.mp-home-hero-shell .et_pb_code,.mp-home-hero-shell .et_pb_code_inner{width:100%!important;max-width:none!important;margin:0!important;padding:0!important}.mp-home-hero{position:relative;width:100%;min-height:620px;background-color:var(--mp-anthracite);background-image:var(--mp-hero-bg);background-size:cover;background-position:center center;background-repeat:no-repeat;overflow:hidden}.mp-home-hero__overlay{min-height:620px;display:flex;align-items:center;background:linear-gradient(90deg,rgba(17,17,17,0.82) 0%,rgba(17,17,17,0.62) 45%,rgba(17,17,17,0.22) 100%),linear-gradient(180deg,rgba(17,17,17,0.30) 0%,rgba(17,17,17,0.48) 100%)}.mp-home-hero__inner{width:min(82%,1100px);margin:0 auto;padding:88px 0;padding-left:9px;box-sizing:border-box}.mp-home-hero__content{max-width:720px;padding-left:0}.mp-home-hero .mp-eyebrow{color:var(--mp-orange);margin-bottom:16px}.mp-home-hero h1{color:var(--mp-white);font-size:clamp(42px,6vw,78px);line-height:1.02;letter-spacing:-0.04em;margin:0 0 24px;max-width:820px}.mp-home-hero__intro{max-width:660px;margin:0;color:rgba(250,248,243,0.90);font-size:clamp(17px,2vw,22px);line-height:1.65}.mp-home-hero__actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:34px}.mp-home-hero__button{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:14px 24px;border-radius:6px;font-size:16px;font-weight:800;line-height:1.2;text-decoration:none;transition:background 0.2s ease,color 0.2s ease,transform 0.2s ease}.mp-home-hero__button:hover{transform:translateY(-1px)}.mp-home-hero__button--primary{background:var(--mp-orange);color:var(--mp-white)!important}.mp-home-hero__button--primary:hover{background:var(--mp-white);color:var(--mp-anthracite)!important}.mp-home-hero__button--secondary{background:rgba(250,248,243,0.10);color:var(--mp-white)!important;border:1px solid rgba(250,248,243,0.50)}.mp-home-hero__button--secondary:hover{background:var(--mp-white);color:var(--mp-anthracite)!important}.mp-home-hero__proofs{display:flex;flex-wrap:wrap;gap:10px;margin-top:34px}.mp-home-hero__proofs span{display:inline-flex;align-items:center;padding:9px 13px;border-radius:999px;background:rgba(250,248,243,0.12);color:rgba(250,248,243,0.92);font-size:14px;font-weight:700;line-height:1.2;backdrop-filter:blur(4px)}@media (max-width:980px){.mp-home-hero,.mp-home-hero__overlay{min-height:560px}.mp-home-hero__inner{width:min(88%,1100px);padding:76px 0}}@media (max-width:767px){.mp-home-hero{width:100%;min-height:auto;background-position:center center}.mp-home-hero__overlay{min-height:auto;align-items:flex-end;background:linear-gradient(180deg,rgba(17,17,17,0.28) 0%,rgba(17,17,17,0.74) 42%,rgba(17,17,17,0.94) 100%)}.mp-home-hero__inner{width:90%;margin:0 auto;padding:150px 0 46px}.mp-home-hero__content{max-width:100%;padding-left:0}.mp-home-hero h1{font-size:clamp(34px,11vw,46px);line-height:1.05;letter-spacing:-0.035em;margin-bottom:18px;max-width:100%}.mp-home-hero__intro{max-width:100%;font-size:16px;line-height:1.65}.mp-home-hero__actions{display:grid;grid-template-columns:1fr;gap:12px;margin-top:28px}.mp-home-hero__button{width:100%}.mp-home-hero__proofs{gap:8px;margin-top:24px}.mp-home-hero__proofs span{font-size:13px}}.mp-eyebrow,.et_pb_text .mp-eyebrow{display:inline-block;margin-bottom:14px;color:var(--mp-orange);font-size:14px;font-weight:800;letter-spacing:0.08em;text-transform:uppercase}.mp-cta{background:var(--mp-anthracite);color:var(--mp-white);border-radius:var(--mp-radius);padding:clamp(32px,5vw,56px)}.mp-cta h2,.mp-cta h3,.mp-cta p{color:var(--mp-white)}.mp-cta p{opacity:0.82}.et_pb_text ul{padding-left:1.2em}.et_pb_text li{margin-bottom:8px;color:var(--mp-stone)}.et_pb_contact_form input,.et_pb_contact_form textarea,.et_pb_contact_field select{border:1px solid var(--mp-border)!important;border-radius:6px!important;background:var(--mp-white)!important;color:var(--mp-black)!important;padding:14px 16px!important}.et_pb_contact_form input:focus,.et_pb_contact_form textarea:focus{border-color:var(--mp-orange)!important}.mp-services-grid{display:grid;grid-template-columns:1fr;gap:18px;margin-top:32px}.mp-service-card{position:relative;background:var(--mp-white);border:1px solid #e7e1d9;border-radius:18px;padding:24px 22px;box-shadow:0 10px 30px rgba(20,24,28,0.06);transition:transform 0.25s ease,box-shadow 0.25s ease,border-color 0.25s ease;overflow:hidden}.mp-service-card::before{content:"";position:absolute;top:0;left:0;width:100%;height:4px;background:var(--mp-orange)}.mp-service-card:hover{transform:translateY(-4px);box-shadow:0 16px 34px rgba(20,24,28,0.10);border-color:#d9c8b8}.mp-service-icon{width:44px;height:44px;display:inline-flex;align-items:center;justify-content:center;border-radius:12px;background:rgba(217,90,26,0.10);color:var(--mp-orange);font-size:20px;font-weight:700;margin-bottom:16px}.mp-service-card h3{margin:0 0 10px;font-size:24px;line-height:1.2;color:var(--mp-anthracite)}.mp-service-card p{margin:0;font-size:17px;line-height:1.7;color:var(--mp-stone)}@media (min-width:768px){.mp-services-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}.mp-service-card{padding:26px 24px}}@media (min-width:1100px){.mp-services-grid{gap:24px}.mp-service-card h3{font-size:26px}}.mp-benefits-grid{display:grid;grid-template-columns:1fr;gap:16px;margin-top:34px}.mp-benefit{position:relative;padding:24px 22px;border-left:4px solid var(--mp-orange);background:var(--mp-light);border-radius:14px}.mp-benefit span{display:inline-block;margin-bottom:12px;color:var(--mp-orange);font-size:13px;font-weight:800;letter-spacing:0.08em}.mp-benefit h3{margin:0 0 8px;color:var(--mp-anthracite);font-size:21px;line-height:1.25}.mp-benefit p{margin:0;color:var(--mp-stone);font-size:16px;line-height:1.6}@media (min-width:768px){.mp-benefits-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}}.mp-paving-detail{background:var(--mp-light);padding:0}.mp-paving-detail__content{width:min(92%,1240px);margin:0 auto;display:grid;grid-template-columns:1fr;gap:34px;align-items:center}.mp-paving-detail__text{max-width:760px}.mp-paving-detail__text h2{margin-bottom:22px}.mp-paving-detail__text p{color:var(--mp-stone);font-size:17px;line-height:1.75;margin:0 0 18px}.mp-paving-detail__highlights{display:flex;flex-wrap:wrap;gap:10px;margin-top:28px}.mp-paving-detail__highlights span{display:inline-flex;align-items:center;padding:9px 13px;border-radius:999px;background:rgba(217,90,26,0.09);color:var(--mp-orange);font-size:14px;font-weight:800;line-height:1.2}.mp-paving-detail__image{margin:0;position:relative;overflow:hidden;border-radius:18px;box-shadow:0 22px 55px rgba(31,31,31,0.12);min-height:280px}.mp-paving-detail__image img{display:block;width:100%;height:100%;min-height:280px;object-fit:cover;border-radius:18px}@media (min-width:981px){.mp-paving-detail__content{grid-template-columns:1.05fr 0.95fr;gap:64px}.mp-paving-detail__image,.mp-paving-detail__image img{min-height:520px}}@media (max-width:767px){.mp-paving-detail__content{width:90%;gap:28px}.mp-paving-detail__text p{font-size:16px;line-height:1.7}.mp-paving-detail__highlights{gap:8px;margin-top:22px}.mp-paving-detail__highlights span{font-size:13px}.mp-paving-detail__image,.mp-paving-detail__image img{min-height:260px}}.mp-page-hero-shell.et_pb_section{padding:0;background:var(--mp-light)}.mp-page-hero-shell .et_pb_row{width:100%;max-width:none;padding:0}.mp-page-hero-shell .et_pb_column,.mp-page-hero-shell .et_pb_module,.mp-page-hero-shell .et_pb_code_inner{width:100%}.mp-page-hero{background:linear-gradient(135deg,rgba(250,248,243,0.96) 0%,rgba(243,241,236,0.96) 100%);padding:92px 0 82px}.mp-page-hero__inner{width:min(82%,1100px);margin:0 auto}.mp-page-hero__content{max-width:860px}.mp-page-hero h1{margin:0 0 24px;max-width:920px}.mp-page-hero p{max-width:760px;color:var(--mp-stone);font-size:clamp(17px,2vw,21px);line-height:1.7;margin:0}.mp-page-hero__actions{display:flex;flex-wrap:wrap;align-items:center;gap:18px;margin-top:34px}.mp-page-hero__button{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:14px 24px;border-radius:6px;background:var(--mp-orange);color:var(--mp-white)!important;font-size:16px;font-weight:800;line-height:1.2;text-decoration:none;transition:background 0.2s ease,transform 0.2s ease}.mp-page-hero__button:hover{background:var(--mp-anthracite);transform:translateY(-1px)}.mp-page-hero__link{color:var(--mp-anthracite);font-size:16px;font-weight:800;text-decoration:none;border-bottom:1px solid currentColor}.mp-page-hero__link:hover{color:var(--mp-orange)}@media (max-width:980px){.mp-page-hero__inner{width:min(88%,1100px)}}@media (max-width:767px){.mp-page-hero{padding:58px 0 54px}.mp-page-hero__inner{width:90%}.mp-page-hero__actions{display:grid;grid-template-columns:1fr;gap:14px;margin-top:28px}.mp-page-hero__button{width:100%}.mp-page-hero__link{width:fit-content}}.mp-services-detail-shell.et_pb_section{background:var(--mp-white)}.mp-services-detail__inner{width:min(82%,1100px);margin:0 auto}.mp-services-detail__heading{max-width:820px;margin-bottom:42px}.mp-services-detail__heading h2{margin-bottom:16px}.mp-services-detail__heading p{color:var(--mp-stone);font-size:17px;line-height:1.75;margin:0}.mp-services-detail__grid{display:grid;grid-template-columns:1fr;gap:22px}.mp-service-detail-card{position:relative;padding:30px 28px;background:var(--mp-light);border:1px solid rgba(31,31,31,0.10);border-radius:18px;box-shadow:0 14px 38px rgba(31,31,31,0.06);overflow:hidden}.mp-service-detail-card::before{content:"";position:absolute;inset:0 auto 0 0;width:4px;background:var(--mp-orange)}.mp-service-detail-card__number{display:inline-block;margin-bottom:14px;color:var(--mp-orange);font-size:13px;font-weight:900;letter-spacing:0.08em}.mp-service-detail-card h3{margin:0 0 14px;color:var(--mp-anthracite);font-size:26px;line-height:1.2}.mp-service-detail-card p{margin:0 0 18px;color:var(--mp-stone);font-size:16px;line-height:1.7}.mp-service-detail-card ul{margin:0;padding-left:1.1em}.mp-service-detail-card li{margin-bottom:7px;color:var(--mp-stone);font-size:15px;line-height:1.55}.mp-service-detail-card li::marker{color:var(--mp-orange)}@media (min-width:981px){.mp-services-detail__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:26px}.mp-service-detail-card{padding:34px 32px}}@media (max-width:980px){.mp-services-detail__inner{width:min(88%,1100px)}}@media (max-width:767px){.mp-services-detail__inner{width:90%}.mp-services-detail__heading{margin-bottom:30px}.mp-service-detail-card{padding:26px 22px}.mp-service-detail-card h3{font-size:23px}}.mp-process-shell.et_pb_section{background:var(--mp-light-alt)}.mp-process__inner{width:min(82%,1100px);margin:0 auto;display:grid;grid-template-columns:1fr;gap:38px;align-items:center}.mp-process__media{overflow:hidden;border-radius:18px;box-shadow:0 22px 55px rgba(31,31,31,0.12)}.mp-process__media img{display:block;width:100%;height:100%;min-height:320px;object-fit:cover}.mp-process__content h2{margin-bottom:22px}.mp-process__content>p{color:var(--mp-stone);font-size:17px;line-height:1.75;margin:0 0 18px}.mp-process__steps{display:grid;grid-template-columns:1fr;gap:14px;margin-top:30px}.mp-process__steps div{padding:20px 20px;background:var(--mp-white);border:1px solid rgba(31,31,31,0.10);border-radius:14px}.mp-process__steps span{display:inline-block;margin-bottom:8px;color:var(--mp-orange);font-size:12px;font-weight:900;letter-spacing:0.08em}.mp-process__steps strong{display:block;margin-bottom:6px;color:var(--mp-anthracite);font-size:18px;line-height:1.25}.mp-process__steps p{margin:0;color:var(--mp-stone);font-size:15px;line-height:1.55}@media (min-width:981px){.mp-process__inner{grid-template-columns:0.95fr 1.05fr;gap:64px}.mp-process__media img{min-height:560px}}@media (max-width:980px){.mp-process__inner{width:min(88%,1100px)}}@media (max-width:767px){.mp-process__inner{width:90%;gap:30px}.mp-process__media img{min-height:260px}.mp-process__content>p{font-size:16px;line-height:1.7}}.mp-design-options-shell.et_pb_section{background:var(--mp-white)}.mp-design-options__inner{width:min(82%,1100px);margin:0 auto}.mp-design-options__heading{max-width:900px;margin-bottom:40px}.mp-design-options__heading h2{margin-bottom:16px}.mp-design-options__heading p{margin:0;color:var(--mp-stone);font-size:17px;line-height:1.75}.mp-design-options__grid{display:grid;grid-template-columns:1fr;gap:20px}.mp-design-option-card{position:relative;padding:30px 28px;background:var(--mp-light);border:1px solid rgba(31,31,31,0.09);border-radius:18px;overflow:hidden}.mp-design-option-card::after{content:"";position:absolute;top:0;right:0;width:90px;height:90px;background:radial-gradient(circle,rgba(217,90,26,0.14) 0%,rgba(217,90,26,0) 70%)}.mp-design-option-card span{display:inline-block;margin-bottom:14px;color:var(--mp-orange);font-size:13px;font-weight:900;letter-spacing:0.08em}.mp-design-option-card h3{margin:0 0 12px;color:var(--mp-anthracite);font-size:23px;line-height:1.25}.mp-design-option-card p{margin:0;color:var(--mp-stone);font-size:16px;line-height:1.7}.mp-design-options__note{margin-top:28px;padding:26px 28px;background:var(--mp-anthracite);color:var(--mp-white);border-radius:18px}.mp-design-options__note strong{display:block;margin-bottom:8px;color:var(--mp-white);font-size:20px;line-height:1.25}.mp-design-options__note p{margin:0;color:rgba(250,248,243,0.82);font-size:16px;line-height:1.7}@media (min-width:981px){.mp-design-options__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}.mp-design-option-card{padding:34px 32px}}@media (max-width:980px){.mp-design-options__inner{width:min(88%,1100px)}}@media (max-width:767px){.mp-design-options__inner{width:90%}.mp-design-options__heading{margin-bottom:30px}.mp-design-option-card{padding:26px 22px}.mp-design-option-card h3{font-size:21px}.mp-design-options__note{padding:24px 22px}}.mp-service-area-shell.et_pb_section{background:var(--mp-light-alt)}.mp-service-area__inner{width:min(82%,1100px);margin:0 auto;display:grid;grid-template-columns:1fr;gap:34px;align-items:center}.mp-service-area__content{max-width:760px}.mp-service-area__content h2{margin-bottom:22px}.mp-service-area__content p{margin:0 0 18px;color:var(--mp-stone);font-size:17px;line-height:1.75}.mp-service-area__box{padding:34px 32px;background:var(--mp-anthracite);border-radius:18px;color:var(--mp-white);box-shadow:0 22px 55px rgba(31,31,31,0.16)}.mp-service-area__box h3{margin:0 0 16px;color:var(--mp-white);font-size:30px;line-height:1.15}.mp-service-area__box p{margin:0 0 26px;color:rgba(250,248,243,0.82);font-size:16px;line-height:1.7}.mp-service-area__button{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:14px 24px;border-radius:6px;background:var(--mp-orange);color:var(--mp-white)!important;font-size:16px;font-weight:800;line-height:1.2;text-decoration:none;transition:background 0.2s ease,color 0.2s ease,transform 0.2s ease}.mp-service-area__button:hover{background:var(--mp-white);color:var(--mp-anthracite)!important;transform:translateY(-1px)}@media (min-width:981px){.mp-service-area__inner{grid-template-columns:1.1fr 0.9fr;gap:64px}}@media (max-width:980px){.mp-service-area__inner{width:min(88%,1100px)}}@media (max-width:767px){.mp-service-area__inner{width:90%;gap:30px}.mp-service-area__content p{font-size:16px;line-height:1.7}.mp-service-area__box{padding:28px 24px}.mp-service-area__box h3{font-size:26px}.mp-service-area__button{width:100%}}.mp-realisation-text{background:var(--mp-light);padding:72px 0}.mp-realisation-text__inner{width:min(92%,1240px);margin:0 auto}.mp-realisation-text h2{max-width:820px;margin-bottom:24px}.mp-realisation-text p{max-width:980px;color:var(--mp-stone);font-size:17px;line-height:1.75;margin:0 0 18px}.mp-realisation-text__grid{display:grid;grid-template-columns:1fr;gap:18px;margin:38px 0 34px}.mp-realisation-text__card{background:var(--mp-white);border:1px solid rgba(31,31,31,0.10);border-left:4px solid var(--mp-orange);border-radius:16px;padding:24px 24px 22px;box-shadow:0 14px 36px rgba(31,31,31,0.06)}.mp-realisation-text__card h3{margin:0 0 12px;font-size:22px;color:var(--mp-anthracite)}.mp-realisation-text__card p{margin:0;font-size:16px;line-height:1.65}.mp-realisation-text__actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:30px}.mp-realisation-text__link{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:13px 22px;border-radius:6px;border:1px solid var(--mp-anthracite);color:var(--mp-anthracite);text-decoration:none;font-size:15px;font-weight:800;line-height:1.2;transition:all 0.2s ease}.mp-realisation-text__link:hover{background:var(--mp-anthracite);color:var(--mp-white);transform:translateY(-1px)}.mp-realisation-text__link--primary{border-color:var(--mp-orange);background:var(--mp-orange);color:var(--mp-white)}.mp-realisation-text__link--primary:hover{border-color:var(--mp-anthracite);background:var(--mp-anthracite);color:var(--mp-white)}@media (min-width:768px){.mp-realisation-text__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}}@media (max-width:767px){.mp-realisation-text{padding:52px 0}.mp-realisation-text__inner{width:90%}.mp-realisation-text p{font-size:16px;line-height:1.7}.mp-realisation-text__card{padding:22px 20px}.mp-realisation-text__actions{display:grid;grid-template-columns:1fr}.mp-realisation-text__link{width:100%}}.mp-about-hero{background:var(--mp-light);padding:92px 0 72px}.mp-about-hero__inner,.mp-about-intro__inner,.mp-about-craft__inner,.mp-about-process__inner,.mp-about-clarity__inner,.mp-about-location__inner{width:min(92%,1240px);margin:0 auto}.mp-about-hero__content{max-width:980px}.mp-about-hero h1{max-width:980px;margin:0 0 26px;font-size:clamp(42px,6vw,72px);line-height:1.05}.mp-about-hero p:not(.mp-eyebrow){max-width:880px;margin:0;color:var(--mp-stone);font-size:clamp(17px,2vw,21px);line-height:1.65}.mp-about-intro{background:var(--mp-white);padding:78px 0}.mp-about-intro__text{max-width:980px}.mp-about-intro h2,.mp-about-craft h2,.mp-about-process h2,.mp-about-clarity h2,.mp-about-location h2{max-width:900px;margin:0 0 24px}.mp-about-intro p:not(.mp-eyebrow),.mp-about-craft p:not(.mp-eyebrow),.mp-about-process p:not(.mp-eyebrow),.mp-about-clarity p:not(.mp-eyebrow),.mp-about-location p:not(.mp-eyebrow){color:var(--mp-stone);font-size:17px;line-height:1.75;margin:0 0 18px}.mp-about-craft{background:var(--mp-light-alt);padding:82px 0}.mp-about-craft__inner{display:grid;grid-template-columns:1fr;gap:42px;align-items:start}.mp-about-craft__content{max-width:760px}.mp-about-craft__cards{display:grid;grid-template-columns:1fr;gap:18px}.mp-about-card{background:var(--mp-white);border:1px solid rgba(31,31,31,0.10);border-radius:16px;padding:24px 24px 22px;box-shadow:0 14px 36px rgba(31,31,31,0.06);border-top:4px solid var(--mp-orange)}.mp-about-card span{display:inline-block;margin-bottom:12px;color:var(--mp-orange);font-size:13px;font-weight:800;letter-spacing:0.06em}.mp-about-card h3{margin:0 0 10px;font-size:22px;color:var(--mp-anthracite)}.mp-about-card p{margin:0!important;color:var(--mp-stone);font-size:16px!important;line-height:1.65!important}.mp-about-process{background:var(--mp-white);padding:82px 0}.mp-about-process__steps{display:grid;grid-template-columns:1fr;gap:18px;margin-top:36px}.mp-about-step{position:relative;background:var(--mp-light);border:1px solid rgba(31,31,31,0.08);border-radius:16px;padding:26px 24px}.mp-about-step span{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;margin-bottom:16px;border-radius:50%;background:rgba(217,90,26,0.10);color:var(--mp-orange);font-weight:800}.mp-about-step h3{margin:0 0 10px;font-size:22px}.mp-about-step p{margin:0!important;color:var(--mp-stone);font-size:16px!important;line-height:1.65!important}.mp-about-clarity{background:var(--mp-anthracite);padding:78px 0;color:var(--mp-white)}.mp-about-clarity h2{color:var(--mp-white)}.mp-about-clarity p:not(.mp-eyebrow){max-width:980px;color:rgba(250,248,243,0.82)}.mp-about-location{background:var(--mp-light);padding:82px 0}.mp-about-location p{max-width:980px}.mp-about-location__actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:30px}.mp-about-location__button{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:13px 22px;border-radius:6px;background:var(--mp-orange);color:var(--mp-white)!important;text-decoration:none;font-size:15px;font-weight:800;line-height:1.2;transition:all 0.2s ease}.mp-about-location__button:hover{background:var(--mp-anthracite);color:var(--mp-white)!important;transform:translateY(-1px)}.mp-about-location__button--secondary{background:transparent;color:var(--mp-anthracite)!important;border:1px solid var(--mp-anthracite)}.mp-about-location__button--secondary:hover{background:var(--mp-anthracite);color:var(--mp-white)!important}@media (min-width:981px){.mp-about-craft__inner{grid-template-columns:0.95fr 1.05fr;gap:64px}.mp-about-craft__cards{grid-template-columns:repeat(2,minmax(0,1fr))}.mp-about-process__steps{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (min-width:768px) and (max-width:980px){.mp-about-craft__cards,.mp-about-process__steps{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:767px){.mp-about-hero{padding:58px 0 52px}.mp-about-intro,.mp-about-craft,.mp-about-process,.mp-about-clarity,.mp-about-location{padding:54px 0}.mp-about-hero__inner,.mp-about-intro__inner,.mp-about-craft__inner,.mp-about-process__inner,.mp-about-clarity__inner,.mp-about-location__inner{width:90%}.mp-about-hero h1{font-size:clamp(36px,11vw,48px)}.mp-about-intro p:not(.mp-eyebrow),.mp-about-craft p:not(.mp-eyebrow),.mp-about-process p:not(.mp-eyebrow),.mp-about-clarity p:not(.mp-eyebrow),.mp-about-location p:not(.mp-eyebrow){font-size:16px;line-height:1.7}.mp-about-location__actions{display:grid;grid-template-columns:1fr}.mp-about-location__button{width:100%}}.mp-contact-hero{background:var(--mp-light);padding:92px 0 72px}.mp-contact-hero__inner,.mp-contact-main__inner,.mp-contact-form-section__inner{width:min(92%,1240px);margin:0 auto}.mp-contact-hero h1{max-width:960px;margin:0 0 24px;font-size:clamp(42px,6vw,72px);line-height:1.05}.mp-contact-hero p:not(.mp-eyebrow){max-width:850px;margin:0;color:var(--mp-stone);font-size:clamp(17px,2vw,21px);line-height:1.65}.mp-contact-main{background:var(--mp-white);padding:82px 0}.mp-contact-main__inner{display:grid;grid-template-columns:1fr;gap:42px;align-items:start}.mp-contact-main__content h2,.mp-contact-form-section h2{max-width:860px;margin:0 0 22px}.mp-contact-main__content>p,.mp-contact-form-section p{max-width:920px;margin:0 0 18px;color:var(--mp-stone);font-size:17px;line-height:1.75}.mp-contact-checklist{display:grid;grid-template-columns:1fr;gap:18px;margin-top:36px}.mp-contact-checklist__item{background:var(--mp-light);border:1px solid rgba(31,31,31,0.08);border-left:4px solid var(--mp-orange);border-radius:16px;padding:22px 22px 20px}.mp-contact-checklist__item span{display:inline-block;margin-bottom:10px;color:var(--mp-orange);font-size:13px;font-weight:800;letter-spacing:0.06em}.mp-contact-checklist__item strong{display:block;margin-bottom:8px;color:var(--mp-anthracite);font-size:19px;line-height:1.25}.mp-contact-checklist__item p{margin:0;color:var(--mp-stone);font-size:15px;line-height:1.6}.mp-contact-box{background:var(--mp-anthracite);color:var(--mp-white);border-radius:18px;padding:34px 32px;box-shadow:0 22px 55px rgba(31,31,31,0.14)}.mp-contact-box h2{color:var(--mp-white);margin:0 0 16px;font-size:clamp(28px,4vw,38px)}.mp-contact-box p{color:rgba(250,248,243,0.82);font-size:16px;line-height:1.7;margin:0 0 18px}.mp-contact-box__mail{display:inline-flex;margin:8px 0 26px;color:var(--mp-white)!important;text-decoration:none;font-weight:800;border-bottom:2px solid var(--mp-orange)}.mp-contact-box__mail:hover{color:var(--mp-orange)!important}.mp-contact-box__note{margin-top:18px;padding:20px;border-radius:14px;background:rgba(250,248,243,0.08);border:1px solid rgba(250,248,243,0.14)}.mp-contact-box__note strong{display:block;margin-bottom:8px;color:var(--mp-orange);font-size:14px;font-weight:800;text-transform:uppercase;letter-spacing:0.06em}.mp-contact-box__note p{margin:0;font-size:15px}.mp-contact-form-section{background:var(--mp-light-alt);padding:82px 0}.mp-contact-form-section .et_pb_contact_form{margin-top:34px}.mp-contact-form-section .et_pb_contact_form input,.mp-contact-form-section .et_pb_contact_form textarea{background:var(--mp-white)!important}@media (min-width:981px){.mp-contact-main__inner{grid-template-columns:1.15fr 0.85fr;gap:64px}.mp-contact-checklist{grid-template-columns:repeat(2,minmax(0,1fr))}.mp-contact-box{position:sticky;top:32px}}@media (min-width:768px) and (max-width:980px){.mp-contact-checklist{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:767px){.mp-contact-hero{padding:58px 0 52px}.mp-contact-main,.mp-contact-form-section{padding:54px 0}.mp-contact-hero__inner,.mp-contact-main__inner,.mp-contact-form-section__inner{width:90%}.mp-contact-hero h1{font-size:clamp(36px,11vw,48px)}.mp-contact-main__content>p,.mp-contact-form-section p{font-size:16px;line-height:1.7}.mp-contact-box{padding:28px 24px}}.single-post .mp-article-intro{max-width:940px;margin-left:auto;margin-right:auto;margin-bottom:26px}.single-post .mp-article-intro,.single-post .mp-article-intro p{font-size:19px;line-height:1.75}.single-post .et_pb_post_content,.single-post .et_pb_post_content p,.single-post .et_pb_post_content li{font-size:18px;line-height:1.8}.single-post .et_pb_post_content{max-width:820px;margin-left:auto;margin-right:auto}.single-post .et_pb_post_content p{margin-bottom:20px}.single-post .et_pb_post_content h2{font-size:34px;line-height:1.2;margin-top:56px;margin-bottom:22px}.single-post .et_pb_post_content h3{font-size:24px;line-height:1.3;margin-top:36px;margin-bottom:16px}.single-post .et_pb_post_content a{font-weight:700}.mp-article-highlight{background:#f5f3ee;border-left:4px solid #2f2f2f;border-radius:10px;padding:34px 38px;margin:56px 0}.mp-article-highlight h2{margin-top:0!important;margin-bottom:22px!important}.mp-article-highlight p:last-child{margin-bottom:0}@media (max-width:980px){.single-post .et_pb_post_content,.single-post .et_pb_post_content p,.single-post .et_pb_post_content li{font-size:17px;line-height:1.75}.single-post .et_pb_post_content p{text-align:left}.single-post .et_pb_post_content h2{font-size:28px;margin-top:42px}.single-post .et_pb_post_content h3{font-size:22px}}.mp-footer-premium{position:relative;padding:64px 0;margin-top:0;color:var(--mp-light);background-color:var(--mp-anthracite);background-image:url("/wp-content/uploads/2026/04/footer-paves-granit.png");background-size:cover;background-position:center center;background-repeat:no-repeat;overflow:hidden}.mp-footer-premium.et_pb_section{padding-top:64px;padding-bottom:64px}.mp-footer-premium .et_pb_row{width:100%;max-width:none;padding:0}.mp-footer-premium .et_pb_column,.mp-footer-premium .et_pb_module,.mp-footer-premium .et_pb_code_inner{width:100%}.mp-footer-premium__inner{width:min(92%,1240px);margin:0 auto;padding:0 48px;background:rgba(31,31,31,0.90);box-shadow:0 24px 80px rgba(0,0,0,0.28);color:var(--mp-light)}.mp-footer-premium__cta{padding:56px 0;display:grid;grid-template-columns:1fr;gap:28px;border-bottom:1px solid rgba(250,248,243,0.16)}.mp-footer-premium__cta-content{max-width:760px}.mp-footer-premium .mp-eyebrow{color:var(--mp-orange)}.mp-footer-premium__cta h2{color:var(--mp-white);font-size:clamp(34px,5vw,58px);line-height:1.1;margin:0 0 18px;max-width:820px}.mp-footer-premium__cta p{color:rgba(250,248,243,0.84);font-size:18px;line-height:1.7;margin:0}.mp-footer-premium__button{display:inline-flex;align-items:center;justify-content:center;width:fit-content;background:var(--mp-orange);color:var(--mp-white)!important;text-decoration:none;font-weight:800;font-size:16px;padding:15px 24px;border-radius:6px;transition:all 0.2s ease}.mp-footer-premium__button:hover{background:var(--mp-white);color:var(--mp-anthracite)!important;transform:translateY(-1px)}.mp-footer-premium__main{padding:54px 0 42px;display:grid;grid-template-columns:1fr;gap:34px}.mp-footer-premium__brand strong{display:block;color:var(--mp-white);font-size:28px;line-height:1.1;margin-bottom:16px}.mp-footer-premium__brand p{color:rgba(250,248,243,0.78);font-size:16px;line-height:1.7;margin:0 0 14px;max-width:360px}.mp-footer-premium__area{color:var(--mp-orange)!important;font-weight:800;letter-spacing:0.04em;text-transform:uppercase;font-size:13px!important}.mp-footer-premium__col{display:flex;flex-direction:column;gap:10px}.mp-footer-premium__col strong{color:var(--mp-white);font-size:18px;margin-bottom:8px}.mp-footer-premium__col a{color:rgba(250,248,243,0.78);text-decoration:none;font-size:15px;line-height:1.5;transition:color 0.2s ease,transform 0.2s ease}.mp-footer-premium__col a:hover{color:var(--mp-orange);transform:translateX(3px)}.mp-footer-premium__bottom{padding:22px 0;border-top:1px solid rgba(250,248,243,0.14);display:flex;flex-direction:column;gap:8px}.mp-footer-premium__bottom p{margin:0;color:rgba(250,248,243,0.62);font-size:13px}@media (min-width:768px){.mp-footer-premium__main{grid-template-columns:1.4fr 1fr 1fr 1fr}.mp-footer-premium__cta{grid-template-columns:1fr auto;align-items:center}.mp-footer-premium__bottom{flex-direction:row;align-items:center;justify-content:space-between}}@media (max-width:767px){.mp-footer-premium{padding:0;background-image:url("/wp-content/uploads/2026/04/footer-paves-granit-mobile.png");background-size:cover;background-position:center center;background-repeat:no-repeat}.mp-footer-premium.et_pb_section{padding-top:0;padding-bottom:0}.mp-footer-premium__inner{width:100%;margin:0;padding:0 24px;background:rgba(31,31,31,0.88);box-shadow:none}.mp-footer-premium__cta{padding:42px 0}.mp-footer-premium__cta h2{font-size:34px}.mp-footer-premium__button{width:100%}.mp-footer-premium__main{padding:42px 0 34px}}.mp-footer-premium__bottom a{color:rgba(250,248,243,0.72);text-decoration:none}.mp-footer-premium__bottom a:hover{color:var(--mp-orange)}@media (max-width:767px){.et_pb_column{margin-bottom:28px}.et_pb_column:last-child{margin-bottom:0}}