.mp-page {
  background:
    radial-gradient(circle at 8% 2%, rgba(189, 104, 74, 0.08), transparent 24rem),
    var(--paper);
}

.mp-page .desktop-nav a[aria-current="page"] {
  background: var(--sage-soft);
  color: var(--forest);
}

.route-language-switch .language-btn {
  display: grid;
  place-items: center;
}

.mp-main {
  min-height: 70vh;
}

.mp-hero {
  display: grid;
  min-height: 700px;
  grid-template-columns: minmax(0, 1.04fr) minmax(410px, 0.82fr);
  align-items: center;
  gap: clamp(44px, 7vw, 100px);
  padding-top: 142px;
  padding-bottom: 76px;
}

.mp-hero--compact {
  min-height: 570px;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.58fr);
}

.mp-hero__copy {
  position: relative;
  z-index: 2;
}

.mp-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin: 0 0 23px;
  padding: 0;
  color: var(--muted);
  font-size: 0.75rem;
  list-style: none;
}

.mp-breadcrumbs li:not(:last-child)::after {
  margin-left: 8px;
  color: rgba(23, 43, 39, 0.3);
  content: "/";
}

.mp-breadcrumbs a:hover {
  color: var(--clay);
}

.mp-hero h1 {
  max-width: 840px;
  margin: 0;
  font-size: clamp(3.45rem, 6vw, 6.35rem);
  font-weight: 650;
  letter-spacing: -0.075em;
  line-height: 0.92;
}

.mp-hero--compact h1 {
  font-size: clamp(3.2rem, 5.5vw, 5.8rem);
}

.mp-hero h1 em,
.mp-heading h2 em,
.mp-cta h2 em,
.mp-contact-intro h2 em {
  color: var(--clay);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: -0.055em;
}

.mp-hero__lead {
  max-width: 690px;
  margin: 28px 0 0;
  color: #586762;
  font-size: clamp(1.04rem, 1.35vw, 1.19rem);
  line-height: 1.75;
}

.mp-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}

.mp-hero__micro {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 0.79rem;
}

.mp-trust {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 9px;
  margin: 36px 0 0;
  padding: 0;
  list-style: none;
}

.mp-trust li {
  display: grid;
  min-height: 78px;
  align-content: center;
  gap: 2px;
  padding: 13px 15px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(255, 253, 248, 0.78);
}

.mp-trust strong {
  color: var(--forest);
  font-size: 0.84rem;
}

.mp-trust small {
  color: var(--muted);
  font-size: 0.68rem;
}

.mp-hero__visual {
  position: relative;
}

.mp-hero__image {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  border-radius: 190px 190px 28px 28px;
  box-shadow: var(--shadow-lg);
}

.mp-hero--compact .mp-hero__image {
  min-height: 390px;
  border-radius: 120px 120px 25px 25px;
}

.mp-hero__image img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
}

.mp-hero__image::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(12, 32, 27, 0.32), transparent 45%);
  content: "";
}

.mp-hero__badge {
  position: absolute;
  z-index: 2;
  right: -18px;
  bottom: 35px;
  display: grid;
  max-width: 230px;
  gap: 2px;
  padding: 17px 20px;
  border: 1px solid rgba(255, 255, 255, 0.76);
  border-radius: 17px;
  background: rgba(255, 253, 248, 0.92);
  box-shadow: var(--shadow-sm);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
}

.mp-hero__badge strong {
  color: var(--forest);
  font-size: 0.86rem;
}

.mp-hero__badge small {
  color: var(--muted);
  font-size: 0.68rem;
}

.mp-hero__graphic {
  position: relative;
  display: grid;
  min-height: 390px;
  place-items: center;
  overflow: hidden;
  border-radius: var(--radius-lg);
  background:
    radial-gradient(circle at 85% 8%, rgba(216, 229, 105, 0.28), transparent 14rem),
    var(--forest);
  box-shadow: var(--shadow-md);
}

.mp-hero__graphic::before,
.mp-hero__graphic::after {
  position: absolute;
  border-radius: 50%;
  content: "";
}

.mp-hero__graphic::before {
  width: 250px;
  height: 250px;
  border: 42px solid rgba(255, 255, 255, 0.08);
}

.mp-hero__graphic::after {
  right: -60px;
  bottom: -80px;
  width: 220px;
  height: 220px;
  background: rgba(189, 104, 74, 0.36);
}

.mp-hero__graphic-mark {
  position: relative;
  z-index: 1;
  display: grid;
  width: 150px;
  height: 150px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 45px;
  background: rgba(255, 255, 255, 0.09);
  color: var(--citrus);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 3.4rem;
  font-style: italic;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}

.mp-section {
  padding-block: 112px;
}

.mp-section--surface {
  background: var(--surface);
}

.mp-section--deep {
  background: var(--forest-3);
  color: #fff;
}

.mp-section--soft {
  background: var(--paper-deep);
}

.mp-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.62fr);
  align-items: end;
  gap: 75px;
  margin-bottom: 48px;
}

.mp-heading--single {
  display: block;
  max-width: 760px;
}

.mp-heading h2,
.mp-contact-intro h2 {
  margin: 0;
  font-size: clamp(2.65rem, 5vw, 5.15rem);
  font-weight: 650;
  letter-spacing: -0.065em;
  line-height: 0.97;
}

.mp-heading > p,
.mp-heading > div > p:last-child {
  margin: 0;
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.75;
}

.mp-heading--light h2 {
  color: #fff;
}

.mp-heading--light > p {
  color: rgba(255, 255, 255, 0.66);
}

.mp-services-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.mp-service-card {
  position: relative;
  display: grid;
  min-height: 300px;
  align-content: start;
  padding: 29px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 23px;
  background: var(--surface);
  transition:
    transform 0.3s ease,
    border-color 0.3s ease,
    box-shadow 0.3s ease;
}

.mp-service-card:hover {
  transform: translateY(-5px);
  border-color: rgba(36, 82, 73, 0.32);
  box-shadow: var(--shadow-sm);
}

.mp-service-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 54px;
}

.mp-service-card__number {
  color: var(--clay);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.88rem;
  font-style: italic;
}

.mp-service-card__arrow {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  transition:
    background 0.25s ease,
    color 0.25s ease;
}

.mp-service-card:hover .mp-service-card__arrow {
  background: var(--forest);
  color: #fff;
}

.mp-service-card__arrow svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.mp-service-card h3 {
  margin: 0;
  font-size: 1.38rem;
  letter-spacing: -0.04em;
  line-height: 1.16;
}

.mp-service-card p {
  margin: 13px 0 0;
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.7;
}

.mp-service-card--accent {
  background: var(--forest);
  color: #fff;
}

.mp-service-card--accent p {
  color: rgba(255, 255, 255, 0.68);
}

.mp-service-card--accent .mp-service-card__number {
  color: var(--citrus);
}

.mp-service-card--accent .mp-service-card__arrow {
  border-color: rgba(255, 255, 255, 0.18);
}

.mp-commercial-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 14px;
}

.mp-commercial-card {
  display: grid;
  min-height: 320px;
  align-content: end;
  padding: clamp(28px, 4vw, 45px);
  overflow: hidden;
  border-radius: 26px;
  background:
    radial-gradient(circle at 95% 0, rgba(216, 229, 105, 0.2), transparent 18rem),
    var(--forest-3);
  color: #fff;
  box-shadow: var(--shadow-sm);
}

.mp-commercial-card:nth-child(2) {
  background:
    radial-gradient(circle at 100% 0, rgba(255, 255, 255, 0.16), transparent 18rem),
    var(--clay);
}

.mp-commercial-card h3 {
  max-width: 520px;
  margin: 0;
  font-size: clamp(2rem, 3.5vw, 3.3rem);
  letter-spacing: -0.055em;
  line-height: 1;
}

.mp-commercial-card p {
  max-width: 590px;
  margin: 16px 0 24px;
  color: rgba(255, 255, 255, 0.68);
}

.mp-commercial-card .btn {
  width: fit-content;
}

.mp-calculator-banner {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(300px, 0.55fr);
  align-items: center;
  gap: 55px;
  padding: clamp(34px, 5vw, 62px);
  border-radius: 31px;
  background:
    radial-gradient(circle at 92% 0, rgba(216, 229, 105, 0.2), transparent 18rem),
    var(--forest);
  box-shadow: var(--shadow-md);
  color: #fff;
}

.mp-calculator-banner h2 {
  margin: 0;
  font-size: clamp(2.4rem, 4.7vw, 4.7rem);
  font-weight: 650;
  letter-spacing: -0.065em;
  line-height: 0.97;
}

.mp-calculator-banner h2 em {
  color: var(--citrus);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
}

.mp-calculator-banner p {
  max-width: 680px;
  margin: 20px 0 27px;
  color: rgba(255, 255, 255, 0.7);
}

.mp-estimate-card {
  padding: 25px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.08);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}

.mp-estimate-card > span {
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.68rem;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.mp-estimate-card strong {
  display: block;
  margin-top: 8px;
  color: var(--citrus);
  font-size: clamp(2.5rem, 5vw, 4rem);
  letter-spacing: -0.06em;
  line-height: 1;
}

.mp-estimate-card small {
  display: block;
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.56);
  font-size: 0.72rem;
}

.mp-projects-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 14px;
}

.mp-project-card {
  position: relative;
  min-height: 430px;
  grid-column: span 4;
  overflow: hidden;
  border-radius: 25px;
  background: var(--forest);
}

.mp-project-card--wide {
  grid-column: span 8;
}

.mp-project-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.mp-project-card:hover img {
  transform: scale(1.04);
}

.mp-project-card::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(10, 28, 23, 0.82), transparent 58%);
  content: "";
}

.mp-project-card figcaption {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 28px;
  color: #fff;
}

.mp-project-card figcaption small {
  color: var(--citrus);
  font-size: 0.67rem;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.mp-project-card figcaption h3 {
  margin: 7px 0 0;
  font-size: 1.55rem;
  letter-spacing: -0.04em;
}

.mp-project-card figcaption p {
  margin: 6px 0 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.8rem;
}

.mp-compare-layout {
  display: grid;
  grid-template-columns: minmax(300px, 0.62fr) minmax(0, 1fr);
  align-items: center;
  gap: clamp(45px, 8vw, 105px);
}

.mp-compare-copy h2 {
  margin: 0;
  font-size: clamp(2.7rem, 5vw, 5rem);
  font-weight: 650;
  letter-spacing: -0.065em;
  line-height: 0.97;
}

.mp-compare-copy h2 em {
  color: var(--clay);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
}

.mp-compare-copy > p:last-of-type {
  margin: 22px 0 0;
  color: var(--muted);
}

.mp-check-list {
  display: grid;
  gap: 10px;
  margin: 27px 0 0;
  padding: 0;
  list-style: none;
}

.mp-check-list li {
  position: relative;
  padding-left: 28px;
  color: #43544f;
  font-size: 0.9rem;
  font-weight: 700;
}

.mp-check-list li::before {
  position: absolute;
  top: 0.45em;
  left: 2px;
  width: 11px;
  height: 6px;
  border-bottom: 2px solid var(--forest);
  border-left: 2px solid var(--forest);
  content: "";
  transform: rotate(-45deg);
}

.mp-process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
}

.mp-process-step {
  min-height: 270px;
  padding: 27px;
  border-left: 1px solid var(--line);
}

.mp-process-step:first-child {
  border-left: 0;
}

.mp-process-step > span {
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  margin-bottom: 65px;
  border-radius: 17px;
  background: var(--sage-soft);
  color: var(--forest);
  font-size: 0.73rem;
  font-weight: 900;
}

.mp-process-step:nth-child(2) > span {
  background: var(--clay-soft);
  color: #6d351f;
}

.mp-process-step:nth-child(3) > span {
  background: var(--citrus);
}

.mp-process-step:nth-child(4) > span {
  background: var(--forest);
  color: #fff;
}

.mp-process-step h3 {
  margin: 0;
  font-size: 1.19rem;
  letter-spacing: -0.035em;
}

.mp-process-step p {
  margin: 11px 0 0;
  color: var(--muted);
  font-size: 0.85rem;
  line-height: 1.65;
}

.mp-principles-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.mp-principle {
  min-height: 235px;
  padding: 30px;
  border: 1px solid var(--line-light);
  border-radius: 23px;
  background: rgba(255, 255, 255, 0.055);
}

.mp-principle span {
  color: var(--citrus);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.86rem;
  font-style: italic;
}

.mp-principle h3 {
  margin: 55px 0 10px;
  color: #fff;
  font-size: 1.3rem;
}

.mp-principle p {
  margin: 0;
  color: rgba(255, 255, 255, 0.64);
  font-size: 0.86rem;
}

.mp-included {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: 70px;
  padding: clamp(32px, 5vw, 62px);
  border: 1px solid var(--line);
  border-radius: 30px;
  background: var(--surface);
  box-shadow: var(--shadow-sm);
}

.mp-included h2 {
  margin: 0;
  font-size: clamp(2.4rem, 4vw, 4rem);
  letter-spacing: -0.055em;
  line-height: 1;
}

.mp-included > div:first-child p {
  margin: 18px 0 0;
  color: var(--muted);
}

.mp-included__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.mp-included__list li {
  display: grid;
  min-height: 92px;
  align-content: center;
  padding: 17px;
  border-radius: 16px;
  background: var(--paper);
  color: #40514c;
  font-size: 0.83rem;
  font-weight: 750;
}

.mp-faq-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.62fr) minmax(0, 1fr);
  align-items: start;
  gap: clamp(45px, 8vw, 105px);
}

.mp-faq-intro {
  position: sticky;
  top: 120px;
}

.mp-faq-intro h2 {
  margin: 0;
  font-size: clamp(2.7rem, 5vw, 5rem);
  font-weight: 650;
  letter-spacing: -0.065em;
  line-height: 0.97;
}

.mp-faq-intro h2 em {
  color: var(--clay);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
}

.mp-faq-intro p:last-child {
  margin: 20px 0 0;
  color: var(--muted);
}

.mp-faq-list {
  border-top: 1px solid var(--line);
}

.mp-contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(420px, 1fr);
  gap: 18px;
  padding-bottom: 112px;
}

.mp-contact-intro {
  display: grid;
  align-content: start;
  padding: clamp(30px, 5vw, 54px);
  border-radius: 30px;
  background:
    radial-gradient(circle at 100% 0, rgba(216, 229, 105, 0.2), transparent 19rem),
    var(--forest-3);
  box-shadow: var(--shadow-md);
  color: #fff;
}

.mp-contact-intro h2,
.mp-contact-intro h2 em {
  color: #fff;
}

.mp-contact-intro > p:not(.eyebrow) {
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.67);
}

.mp-contact-methods {
  display: grid;
  gap: 8px;
  margin-top: 35px;
}

.mp-contact-methods a {
  display: grid;
  grid-template-columns: 46px 1fr;
  align-items: center;
  gap: 13px;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.055);
  transition: background 0.2s ease;
}

.mp-contact-methods a:hover {
  background: rgba(255, 255, 255, 0.1);
}

.mp-contact-methods span:first-child {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border-radius: 14px;
  background: var(--citrus);
  color: var(--forest-3);
  font-size: 0.68rem;
  font-weight: 900;
}

.mp-contact-methods small,
.mp-contact-methods strong {
  display: block;
}

.mp-contact-methods small {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.65rem;
}

.mp-contact-methods strong {
  color: #fff;
  font-size: 0.9rem;
}

.mp-send-list {
  margin-top: 32px;
  padding-top: 27px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.mp-send-list > strong {
  font-size: 0.82rem;
}

.mp-send-list ul {
  display: grid;
  gap: 6px;
  margin: 13px 0 0;
  padding: 0;
  color: rgba(255, 255, 255, 0.63);
  font-size: 0.75rem;
  list-style: none;
}

.mp-send-list li::before {
  margin-right: 8px;
  color: var(--citrus);
  content: "•";
}

.mp-contact-form {
  padding: clamp(28px, 4vw, 48px);
  border: 1px solid var(--line);
  border-radius: 30px;
  background: var(--surface);
  box-shadow: var(--shadow-sm);
}

.mp-contact-form__head {
  margin-bottom: 28px;
}

.mp-contact-form__head span {
  color: var(--clay);
  font-size: 0.69rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.mp-contact-form__head h2 {
  margin: 8px 0 0;
  font-size: clamp(2rem, 3.5vw, 3.35rem);
  letter-spacing: -0.055em;
  line-height: 1;
}

.mp-contact-form__head p {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 0.84rem;
}

.mp-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 17px;
}

.mp-field {
  display: grid;
  gap: 7px;
}

.mp-field--full {
  grid-column: 1 / -1;
}

.mp-field label {
  font-size: 0.75rem;
  font-weight: 820;
}

.mp-field input,
.mp-field select,
.mp-field textarea {
  width: 100%;
  border: 1.5px solid var(--line);
  border-radius: 13px;
  background: #fff;
  color: var(--ink);
  outline: 0;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}

.mp-field input,
.mp-field select {
  min-height: 52px;
  padding: 0 14px;
}

.mp-field textarea {
  min-height: 125px;
  padding: 13px 14px;
  resize: vertical;
}

.mp-field input:focus,
.mp-field select:focus,
.mp-field textarea:focus {
  border-color: var(--clay);
  box-shadow: 0 0 0 4px rgba(189, 104, 74, 0.1);
}

.mp-field [aria-invalid="true"] {
  border-color: var(--danger);
}

.mp-field-error {
  min-height: 1.1em;
  color: var(--danger);
  font-size: 0.67rem;
}

.mp-consent {
  display: grid;
  grid-template-columns: 20px 1fr;
  align-items: start;
  gap: 9px;
  margin: 20px 0 4px;
  color: var(--muted);
  font-size: 0.72rem;
}

.mp-consent input {
  width: 18px;
  height: 18px;
  margin: 2px 0 0;
  accent-color: var(--forest);
}

.mp-form-note {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 0.68rem;
  text-align: center;
}

.mp-form-status {
  min-height: 1.4em;
  margin: 10px 0 0;
  color: var(--success);
  font-size: 0.75rem;
  font-weight: 750;
  text-align: center;
}

.mp-form-status.is-error {
  color: var(--danger);
}

.mp-cta {
  padding: 0 0 94px;
  background: var(--surface);
}

.mp-cta--paper {
  background: var(--paper);
}

.mp-cta__panel {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) auto;
  align-items: center;
  gap: 45px;
  padding: clamp(35px, 5vw, 65px);
  border-radius: 31px;
  background:
    radial-gradient(circle at 92% 0, rgba(216, 229, 105, 0.18), transparent 18rem),
    var(--forest);
  box-shadow: var(--shadow-md);
  color: #fff;
}

.mp-cta h2 {
  max-width: 830px;
  margin: 0;
  font-size: clamp(2.5rem, 5vw, 4.85rem);
  font-weight: 650;
  letter-spacing: -0.065em;
  line-height: 0.98;
}

.mp-cta h2 em {
  color: #fff;
}

.mp-cta__panel > div:first-child > p:last-child {
  max-width: 700px;
  margin: 20px 0 0;
  color: rgba(255, 255, 255, 0.68);
}

.mp-cta__actions {
  display: grid;
  gap: 10px;
}

.mp-page .footer__nav {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.mp-page .footer__bottom > span:last-child {
  color: var(--muted);
  font-size: 0.72rem;
}

.mp-footer-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 8px 18px;
}

.mp-privacy-inline {
  margin: 2px 0 18px;
  padding: 0;
  border: 0;
  border-bottom: 1px solid currentColor;
  background: transparent;
  color: var(--forest);
  font-size: 0.72rem;
  font-weight: 750;
  cursor: pointer;
}

.mp-privacy-inline:hover,
.mp-privacy-inline:focus-visible {
  color: var(--clay);
}

@media (max-width: 1120px) {
  .mp-hero {
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.68fr);
  }

  .mp-services-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mp-contact-layout {
    grid-template-columns: minmax(0, 0.72fr) minmax(390px, 1fr);
  }

  .mp-cta__panel {
    grid-template-columns: 1fr;
  }

  .mp-cta__actions {
    display: flex;
    flex-wrap: wrap;
  }
}

@media (max-width: 860px) {
  .mp-hero,
  .mp-hero--compact {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 48px;
    padding-top: 145px;
  }

  .mp-hero__copy {
    max-width: 760px;
  }

  .mp-hero__visual {
    width: min(100%, 650px);
    margin-inline: auto;
  }

  .mp-heading,
  .mp-calculator-banner,
  .mp-compare-layout,
  .mp-included,
  .mp-faq-layout,
  .mp-contact-layout {
    grid-template-columns: 1fr;
  }

  .mp-heading {
    gap: 25px;
  }

  .mp-project-card,
  .mp-project-card--wide {
    min-height: 410px;
    grid-column: span 12;
  }

  .mp-process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mp-process-step:nth-child(3) {
    border-left: 0;
  }

  .mp-faq-intro {
    position: static;
  }

  .mp-page .footer__nav {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  .mp-hero,
  .mp-hero--compact {
    width: min(calc(100% - 28px), var(--container));
    padding-top: 124px;
    padding-bottom: 55px;
  }

  .mp-hero h1,
  .mp-hero--compact h1 {
    font-size: clamp(3rem, 15vw, 4.25rem);
  }

  .mp-hero__lead {
    margin-top: 22px;
  }

  .mp-hero__actions {
    display: grid;
  }

  .mp-hero__actions .btn {
    width: 100%;
  }

  .mp-trust {
    grid-template-columns: 1fr;
  }

  .mp-hero__image,
  .mp-hero--compact .mp-hero__image {
    min-height: 390px;
    border-radius: 120px 120px 23px 23px;
  }

  .mp-hero__badge {
    right: 10px;
    bottom: 16px;
  }

  .mp-hero__graphic {
    min-height: 300px;
    border-radius: 25px;
  }

  .mp-section {
    padding-block: 72px;
  }

  .mp-services-grid,
  .mp-commercial-grid,
  .mp-process-grid,
  .mp-principles-grid,
  .mp-included__list,
  .mp-form-grid {
    grid-template-columns: 1fr;
  }

  .mp-service-card {
    min-height: 270px;
    padding: 25px;
  }

  .mp-commercial-card {
    min-height: 290px;
  }

  .mp-calculator-banner {
    gap: 34px;
    padding: 31px 22px;
    border-radius: 24px;
  }

  .mp-project-card,
  .mp-project-card--wide {
    min-height: 380px;
  }

  .mp-process-step,
  .mp-process-step:first-child,
  .mp-process-step:nth-child(3) {
    display: grid;
    min-height: 0;
    grid-template-columns: 52px 1fr;
    gap: 0 16px;
    padding: 0 0 31px;
    border: 0;
  }

  .mp-process-step > span {
    grid-row: 1 / span 2;
    width: 48px;
    height: 48px;
    margin: 0;
  }

  .mp-process-step h3 {
    align-self: center;
  }

  .mp-process-step p {
    grid-column: 2;
  }

  .mp-principle {
    min-height: 210px;
  }

  .mp-included {
    gap: 35px;
    padding: 29px 22px;
    border-radius: 24px;
  }

  .mp-contact-layout {
    width: min(calc(100% - 20px), var(--container));
    padding-bottom: 72px;
  }

  .mp-contact-intro,
  .mp-contact-form {
    padding: 29px 22px;
    border-radius: 24px;
  }

  .mp-cta {
    padding-bottom: 70px;
  }

  .mp-cta__panel {
    gap: 31px;
    padding: 35px 22px;
    border-radius: 24px;
  }

  .mp-cta__actions {
    display: grid;
  }

  .mp-cta__actions .btn {
    width: 100%;
  }

  .mp-page .footer__nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mp-page .footer__nav > div:last-child {
    grid-column: 1 / -1;
  }

  .mp-page .footer__bottom {
    align-items: flex-start;
    gap: 7px;
  }

  .mp-footer-meta {
    justify-content: flex-start;
  }

  .mp-page .mobile-actions a {
    padding-inline: 9px;
    font-size: 0.77rem;
  }
}

@media (max-width: 400px) {
  .mp-page .footer__nav {
    grid-template-columns: 1fr;
  }

  .mp-page .footer__nav > div:last-child {
    grid-column: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  .mp-service-card,
  .mp-project-card img {
    transition: none;
  }

  .mp-service-card:hover,
  .mp-project-card:hover img {
    transform: none;
  }
}
