/* ===================== INSTALLATION HERO (1:1 clone of .hero, new classes) ===================== */

.wi-hero {
  min-height: 70vh;
  display: flex;
  align-items: center;
  padding: 96px var(--pad) 48px;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.35)),
    url("images/wallpaper-installation-page/wi-hero.jpg") center/cover no-repeat;
}

.wi-hero__inner {
  width: min(var(--container), calc(100% - 52px));
  margin: 0 auto;
  color: #fff;
  align-items: center;
  text-align: center;
}

.wi-hero__kicker {
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  letter-spacing: 0.18em;
  margin: 0 auto 10px;
  max-width: 220px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 14px;
  text-transform: uppercase;
}

.wi-hero__title {
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-align: center;
  max-width: 920px;
  color: rgba(255, 255, 255, 0.92);
  font-size: clamp(30px, 4.8vw, 56px);
  line-height: 1.06;
  margin: 0 auto;
}

.wi-hero__subheading {
  font-family: "Cormorant Garamond", serif;
  max-width: 880px;
  text-align: center;
  color: rgba(255, 255, 255, 0.9);
  font-size: 23px;
  line-height: 1.35;
  margin: 20px auto 0;
}

.wi-hero__actions {
  margin-top: 35px;
}

/* ===================== Block — Wallcovering INTRO ===================== */

.dw-wc-intro {
  background: linear-gradient(180deg, #f5f2f2 0%, #ffffff 100%);
  padding: 68px 24px 60px;
}

.dw-wc-intro__inner {
  max-width: 1100px;
  margin: 0 auto;
}

.dw-wc-intro__kicker {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  width: fit-content;
  margin: 0 auto 18px;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: rgba(28, 28, 28, 0.7);
}

.dw-wc-intro__kicker::before,
.dw-wc-intro__kicker::after {
  content: "";
  width: 90px;
  height: 1px;
  background: rgba(17, 24, 39, 0.14);
}

.dw-wc-intro__title {
  font-family: "Cormorant Garamond", serif;
  font-size: 44px;
  font-weight: 500;
  line-height: 1.15;
  color: #1c1c1c;
  margin: 0 auto 18px;
  text-align: center;
}

.dw-wc-intro__title::after {
  content: "";
  display: block;
  width: min(560px, 86%);
  height: 1px;
  background: rgba(17, 24, 39, 0.14);
  margin: 14px auto 0;
}

.dw-wc-intro__text {
  max-width: 860px;
  margin: 0 auto;
}

.dw-wc-intro__lead {
  font-family: "Cormorant Garamond", serif;
  font-size: 24px;
  line-height: 1.5;
  color: rgba(28, 28, 28, 0.82);
  margin: 0 0 20px;
  font-weight: 700;
  text-align: center;
}

.dw-wc-intro__p {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 1.8;
  color: rgba(28, 28, 28, 0.78);
  margin: 0 0 16px;
  font-weight: 400;
  text-align: left;
}

.dw-wc-intro__last {
  margin-bottom: 0;
}

.dw-wc-intro__support {
  max-width: 860px;
  margin: 36px auto 0;
  font-family: "Cormorant Garamond", serif;
  font-size: 22px;
  line-height: 1.45;
  color: rgba(28, 28, 28, 0.7);
  font-style: italic;
  text-align: center;
}

.dw-inline-link {
  font-weight: 600;
  color: #5d6168;
  text-decoration: none;
  transition:
    color 0.18s ease,
    transform 0.18s ease,
    font-weight 0.18s ease;
}

.dw-inline-link:hover {
  color: #8b6b1f;
  font-weight: 700;
  transform: scale(1.04);
}

/* ===================== BLOCK 2 (Split) — Why Wallpaper Changes a Space ===================== */

.wi-split {
  padding: 0;
  background: #f4f2ee;
  overflow-x: hidden;
}

.wi-split__grid {
  width: 90%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: auto;
  align-items: start;
}

.wi-split__panel {
  background: #f4f2ee;
  padding: clamp(44px, 5vw, 72px);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  color: #111827;
}

.wi-split__title {
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  font-size: clamp(34px, 3.2vw, 54px);
  line-height: 1.05;
  margin: 0 0 14px;
}

.wi-split__rule {
  width: 160px;
  height: 1px;
  background: rgb(255, 255, 255);
  margin: 0 0 22px;
}

.wi-split__p {
  font-size: 15.5px;
  line-height: 1.7;
  color: rgba(17, 24, 39, 0.78);
  margin: 0 0 16px;
  max-width: 68ch;
}

.wi-split__p--tight {
  margin-bottom: 10px;
}

.wi-split__list {
  margin: 0 0 18px 18px;
  padding: 0;
  color: rgba(17, 24, 39, 0.78);
  line-height: 1.7;
  font-size: 15.5px;
}

.wi-split__list li {
  margin: 0 0 8px;
}

.wi-split__p--last {
  margin-bottom: 0;
  font-style: italic;
}

.wi-split__media {
  margin: 0;
  background: #ffffff;
  overflow: hidden;
  margin-right: calc((100vw - 90vw) / -2);
  height: 950px;
}

.wi-split__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* ===================== BLOCK 3 — PROCESS ===================== */

.wi-process {
  position: relative;
  padding: 64px 16px 74px;
  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.92),
      rgba(255, 255, 255, 0.92)
    ),
    url("images/rewievs.jpg") center/cover no-repeat;
}

.wi-process::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(
      1200px 700px at 15% 20%,
      rgba(0, 0, 0, 0.05),
      transparent 60%
    ),
    radial-gradient(
      1200px 700px at 85% 15%,
      rgba(0, 0, 0, 0.04),
      transparent 62%
    );
  opacity: 0.25;
  pointer-events: none;
}

.wi-process__inner {
  position: relative;
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
  color: #111827;
}

.wi-process__title {
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  font-size: clamp(30px, 3.2vw, 52px);
  line-height: 1.12;
  text-align: center;
  margin: 0;
  color: rgba(17, 24, 39, 0.88);
}

.wi-process__rule {
  width: min(560px, 88%);
  height: 1px;
  background: rgba(17, 24, 39, 0.15);
  margin: 18px auto 44px;
}

.wi-process__steps {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: clamp(16px, 2vw, 30px);
  align-items: start;
}

.wi-step {
  text-align: center;
}

.wi-step__top {
  display: flex;
  align-items: center;
  gap: 12px;
  justify-content: center;
  margin-bottom: 18px;
}

.wi-step__num {
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  font-size: 34px;
  letter-spacing: 0.03em;
  color: rgba(17, 24, 39, 0.32);
}

.wi-step__line {
  width: 74px;
  height: 1px;
  background: rgba(17, 24, 39, 0.14);
}

.wi-step__title {
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  font-size: 22px;
  line-height: 1.15;
  margin: 0 0 10px;
  color: rgba(17, 24, 39, 0.82);
}

.wi-step__text {
  margin: 0;
  font-size: 13.5px;
  line-height: 1.55;
  color: rgba(17, 24, 39, 0.62);
}

.wi-process__body {
  margin: 44px auto 0;
  max-width: 78ch;
  color: rgba(17, 24, 39, 0.72);
  font-size: 16px;
  line-height: 1.75;
  text-align: center;
}

/* ===================== BLOCK 4 — WALL PREP ===================== */

.wi-prep {
  position: relative;
  padding: 64px 16px 78px;
  background: url("images/rewievs.jpg") center/cover no-repeat;
}

.wi-prep__inner {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
  color: rgba(17, 24, 39, 0.86);
}

.wi-prep__title {
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  font-size: clamp(30px, 3.1vw, 52px);
  line-height: 1.12;
  text-align: center;
  margin: 0;
}

.wi-prep__subtitle {
  text-align: center;
  margin: 10px auto 0;
  max-width: 80ch;
  color: rgba(17, 24, 39, 0.62);
  font-size: 15px;
  line-height: 1.6;
}

.wi-prep__rule {
  width: min(720px, 92%);
  height: 1px;
  background: rgba(17, 24, 39, 0.14);
  margin: 18px auto 26px;
}

.wi-prep__lead {
  text-align: center;
  margin: 0 auto 40px;
  max-width: 96ch;
  color: rgba(17, 24, 39, 0.62);
  font-size: 15px;
  line-height: 1.75;
}

.wi-prep__grid {
  display: grid;
  grid-template-columns: 1.1fr 1.2fr 1.1fr;
  gap: clamp(18px, 2vw, 34px);
  align-items: start;
  padding-top: 22px;
  border-top: 1px solid rgba(17, 24, 39, 0.1);
}

.wi-prep__col {
  min-width: 0;
}

.wi-prep__h3 {
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  font-size: 22px;
  margin: 0 0 10px;
  color: rgba(17, 24, 39, 0.8);
}

.wi-prep__small {
  margin: 0 0 14px;
  color: rgba(17, 24, 39, 0.58);
  font-size: 13.5px;
  line-height: 1.6;
}

.wi-prep__list {
  margin: 0;
  padding-left: 18px;
  color: rgba(17, 24, 39, 0.62);
  font-size: 14px;
  line-height: 1.7;
}

.wi-prep__list li {
  margin: 0 0 10px;
}

.wi-prep__images {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-top: 16px;
}

.wi-prep__figure {
  margin: 0;
}

.wi-prep__img {
  width: 100%;
  aspect-ratio: 8 / 7;
  object-fit: cover;
  border-radius: 10px;
  background: rgba(17, 24, 39, 0.06);
  border: 1px solid rgba(17, 24, 39, 0.1);
}

.wi-prep__cap {
  text-align: center;
  margin-top: 10px;
  font-size: 12.5px;
  color: rgba(17, 24, 39, 0.55);
}

.wi-prep__note {
  text-align: center;
  margin: 26px auto 0;
  max-width: 92ch;
  color: rgba(17, 24, 39, 0.62);
  font-size: 14px;
  line-height: 1.7;
}

.wi-prep__rule--soft {
  margin-top: 26px;
  margin-bottom: 26px;
  opacity: 0.8;
}

.wi-prep__approach {
  padding-top: 6px;
}

.wi-prep__h3--wide {
  text-align: center;
  margin-bottom: 18px;
}

.wi-prep__approach-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: clamp(18px, 2vw, 34px);
  align-items: start;
}

.wi-prep__list--tight li {
  margin-bottom: 8px;
}

.wi-prep__final {
  margin: 0;
  color: rgba(17, 24, 39, 0.62);
  font-size: 14px;
  line-height: 1.75;
}

/* ===================== BLOCK 5 — TYPES GRID ===================== */

.wi-types {
  position: relative;
  padding: 64px 16px 78px;
  background:
    linear-gradient(180deg, rgb(255, 255, 255), rgba(255, 255, 255, 0.92)),
    url("images/paper-bg.jpg") center/cover no-repeat;
}

.wi-types__inner {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
  color: rgba(17, 24, 39, 0.86);
  text-align: center;
}

.wi-types__title {
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  font-size: clamp(30px, 3.1vw, 52px);
  line-height: 1.12;
  margin: 0;
}

.wi-types__rule {
  width: min(620px, 90%);
  height: 1px;
  background: rgba(17, 24, 39, 0.14);
  margin: 18px auto 22px;
}

.wi-types__lead {
  max-width: 100ch;
  margin: 0 auto 20px;
  color: rgba(17, 24, 39, 0.62);
  font-size: 15px;
  line-height: 1.75;
}

.wi-types__kicker {
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  font-size: 22px;
  margin: 12px 0 26px;
  color: rgba(17, 24, 39, 0.78);
}

.wi-types__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(18px, 2vw, 28px);
  align-items: start;
}

.wi-type {
  display: grid;
  grid-template-rows: auto auto;
  gap: 10px;
  text-align: center;
  color: inherit;
  text-decoration: none;
}

.wi-type__img {
  width: 100%;
  aspect-ratio: 16 / 12;
  object-fit: cover;
  border-radius: 10px;
  border: 1px solid rgba(17, 24, 39, 0.1);
  background: rgba(17, 24, 39, 0.06);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    border-color 0.25s ease;
}

.wi-type__label {
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.15;
  color: rgba(17, 24, 39, 0.78);
}

.wi-type:hover .wi-type__img {
  transform: translateY(-3px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.12);
  border-color: rgba(17, 24, 39, 0.16);
}

.wi-type:hover .wi-type__label {
  color: rgba(17, 24, 39, 0.9);
}

.wi-types__footer {
  max-width: 110ch;
  margin: 34px auto 0;
  color: rgba(17, 24, 39, 0.62);
  font-size: 14.5px;
  line-height: 1.75;
}

/* ===================== BLOCK 6 — ROOMS GRID ===================== */

.wi-rooms {
  position: relative;
  padding: 64px 16px 78px;
  background-color: #fff;
}

.wi-rooms__inner {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
  color: rgba(17, 24, 39, 0.86);
  text-align: center;
}

.wi-rooms__title {
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  font-size: clamp(30px, 3.1vw, 52px);
  line-height: 1.12;
  margin: 0;
}

.wi-rooms__rule {
  width: min(620px, 90%);
  height: 1px;
  background: rgba(17, 24, 39, 0.14);
  margin: 18px auto 22px;
}

.wi-rooms__lead {
  max-width: 100ch;
  margin: 0 auto 18px;
  color: rgba(17, 24, 39, 0.62);
  font-size: 15px;
  line-height: 1.75;
}

.wi-rooms__kicker {
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  font-size: 20px;
  margin: 10px 0 26px;
  color: rgba(17, 24, 39, 0.78);
}

.wi-rooms__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(18px, 2vw, 28px);
  align-items: start;
}

.wi-room {
  display: grid;
  grid-template-rows: auto auto;
  gap: 10px;
  text-align: center;
  color: inherit;
  text-decoration: none;
}

.wi-room__img {
  width: 100%;
  aspect-ratio: 16 / 16;
  object-fit: cover;
  border-radius: 10px;
  border: 1px solid rgba(17, 24, 39, 0.1);
  background: rgba(17, 24, 39, 0.06);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    border-color 0.25s ease;
}

.wi-room__label {
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.15;
  color: rgba(17, 24, 39, 0.78);
}

.wi-room:hover .wi-room__img {
  transform: translateY(-3px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.12);
  border-color: rgba(17, 24, 39, 0.16);
}

.wi-room:hover .wi-room__label {
  color: rgba(17, 24, 39, 0.9);
}

.wi-rooms__footer {
  max-width: 110ch;
  margin: 34px auto 0;
  color: rgba(17, 24, 39, 0.62);
  font-size: 14.5px;
  line-height: 1.75;
}

/* ===================== BLOCK 7 — RESIDENTIAL & COMMERCIAL ===================== */

.wi-rc {
  position: relative;
  padding: 64px 16px 0;
  background:
    linear-gradient(180deg, rgba(242, 238, 238, 0.92), rgb(255, 255, 255)),
    url("images/paper-bg.jpg") center/cover no-repeat;
}

.wi-rc__inner {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
  color: rgba(17, 24, 39, 0.86);
}

.wi-rc__title {
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  font-size: clamp(30px, 3.1vw, 52px);
  line-height: 1.12;
  text-align: center;
  margin: 0;
}

.wi-rc__lead {
  max-width: 100ch;
  margin: 12px auto 0;
  text-align: center;
  color: rgba(17, 24, 39, 0.62);
  font-size: 15px;
  line-height: 1.75;
}

.wi-rc__rule {
  width: min(860px, 94%);
  height: 1px;
  background: rgba(17, 24, 39, 0.14);
  margin: 28px auto 0;
}

.wi-rc__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  margin-top: 40px;
  border-top: 1px solid rgba(17, 24, 39, 0.1);
  border-bottom: 1px solid rgba(17, 24, 39, 0.1);
}

.wi-rc__row + .wi-rc__row {
  margin-top: 0;
  border-top: none;
}

.wi-rc__text {
  padding: 38px clamp(22px, 3vw, 44px);
  min-width: 0;
}

.wi-rc__h3 {
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  font-size: 30px;
  margin: 0 0 14px;
  color: rgba(17, 24, 39, 0.82);
}

.wi-rc__p {
  margin: 0 0 14px;
  color: rgba(17, 24, 39, 0.62);
  font-size: 14.5px;
  line-height: 1.75;
  max-width: 64ch;
}

.wi-rc__list {
  margin: 0 0 14px;
  padding-left: 18px;
  color: rgba(17, 24, 39, 0.62);
  font-size: 14.5px;
  line-height: 1.75;
}

.wi-rc__list li {
  margin: 0 0 10px;
}

.wi-rc__p--last {
  margin-bottom: 0;
}

.wi-rc__media {
  margin: 0;
  overflow: hidden;
  min-width: 0;
  border-left: 1px solid rgba(17, 24, 39, 0.1);
  display: flex;
}

.wi-rc__img {
  width: 100%;
  height: clamp(420px, 34vh, 520px);
  object-fit: cover;
  display: block;
}

.wi-rc__row--reverse .wi-rc__media {
  order: 1;
  border-left: none;
  border-right: 1px solid rgba(17, 24, 39, 0.1);
}

.wi-rc__row--reverse .wi-rc__text {
  order: 2;
}

.page-removal .wi-rc__media {
  display: flex;
}

.page-removal .wi-rc__img {
  height: 100%;
  min-height: 480px;
}

.page-removal .wi-rc__row--res .wi-rc__img,
.page-removal .wi-rc__row--com .wi-rc__img {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}

/* ===================== BLOCK 8 — FAQ ACCORDION ===================== */

.wi-faq {
  padding: 70px 16px 80px;
  background: #ffffff;
}

.wi-faq__inner {
  width: min(900px, calc(100% - 32px));
  margin: 0 auto;
}

.wi-faq__title {
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  font-size: clamp(50px, 3vw, 68px);
  text-align: center;
  margin: 0;
  color: #111827;
}

.wi-faq__rule {
  width: 100%;
  height: 1px;
  background: rgba(17, 24, 39, 0.12);
  margin: 22px 0 30px;
}

.wi-faq__item {
  border-bottom: 1px solid rgba(17, 24, 39, 0.12);
  padding: 18px 0;
}

.wi-faq__question {
  list-style: none;
  cursor: pointer;
  font-family: "Cormorant Garamond", serif;
  font-size: 22px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: rgba(17, 24, 39, 0.85);
}

.wi-faq__question::-webkit-details-marker {
  display: none;
}

.wi-faq__icon {
  position: relative;
  width: 18px;
  height: 18px;
}

.wi-faq__icon::before,
.wi-faq__icon::after {
  content: "";
  position: absolute;
  background: rgba(17, 24, 39, 0.6);
  transition: transform 0.25s ease;
}

.wi-faq__icon::before {
  width: 18px;
  height: 1px;
  top: 8px;
  left: 0;
}

.wi-faq__icon::after {
  height: 18px;
  width: 1px;
  left: 8px;
  top: 0;
}

.wi-faq__item[open] .wi-faq__icon::after {
  transform: scaleY(0);
}

.wi-faq__answer {
  margin-top: 16px;
  font-size: 14.8px;
  line-height: 1.8;
  color: rgba(17, 24, 39, 0.65);
  max-width: 70ch;
}

/* ===================== FINAL CTA ===================== */

.wi-final-cta {
  background: #f2f1ef;
  padding: 80px 16px;
}

.wi-final-cta__inner {
  width: min(900px, calc(100% - 32px));
  margin: 0 auto;
  text-align: center;
}

.wi-final-cta__title {
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  font-size: clamp(28px, 3vw, 46px);
  margin: 0 0 18px;
  color: #111827;
}

.wi-final-cta__text {
  font-size: 15.5px;
  line-height: 1.8;
  color: rgba(17, 24, 39, 0.72);
  margin: 0 auto 28px;
  max-width: 70ch;
}

.wi-final-cta__actions {
  display: flex;
  justify-content: center;
}

/* ===================== BLOCK 1.5 — STICKY ANCHOR NAV ===================== */

html {
  scroll-behavior: smooth;
}

section {
  scroll-margin-top: 110px;
}

.wi-anchor-nav {
  position: sticky;
  top: 64px;
  z-index: 900;
  background: #ffffff;
  border-bottom: 1px solid rgba(17, 24, 39, 0.08);
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.04);
}

.wi-anchor-nav__inner {
  width: min(1200px, calc(100% - 32px));
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 22px;
  padding: 14px 0;
  flex-wrap: nowrap;
  overflow-x: auto;
}

.wi-anchor-nav__label {
  font-family: "Cormorant Garamond", serif;
  font-size: 18px;
  font-weight: 500;
  color: #111827;
  margin-right: 8px;
  white-space: nowrap;
}

.wi-anchor-nav a {
  font-size: 13px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: rgba(17, 24, 39, 0.65);
  white-space: nowrap;
  transition: color 0.2s ease;
}

.wi-anchor-nav a:hover {
  color: #111827;
}

/* ===================== WALLPAPER REMOVAL PAGE ===================== */

.wr-hero {
  min-height: 70vh;
  display: flex;
  align-items: center;
  padding: 96px var(--pad) 48px;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.35)),
    url("images/wallpaper-installation-page/wallpaper-removal-hero.jpg")
      center/cover no-repeat;
}

.wr-hero__inner {
  width: min(var(--container), calc(100% - 52px));
  margin: 0 auto;
  color: #fff;
  align-items: center;
  text-align: center;
}

.wr-hero__kicker {
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  letter-spacing: 0.18em;
  margin: 0 auto 10px;
  max-width: 220px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 14px;
  text-transform: uppercase;
}

.wr-hero__title {
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-align: center;
  max-width: 820px;
  color: rgba(255, 255, 255, 0.92);
  font-size: clamp(35px, 4.8vw, 60px);
  line-height: 1.06;
  margin: 0 auto;
}

.wr-hero__actions {
  margin-top: 30px;
}

.wr-hero__subheading {
  font-family: "Cormorant Garamond", serif;
  max-width: 680px;
  text-align: center;
  color: rgba(255, 255, 255, 0.9);
  font-size: 23px;
  line-height: 1.35;
  margin: 20px auto 0;
}

/* ===================== Block — Wallpaper Removal Intro ===================== */

.dw-wr-intro {
  background: linear-gradient(180deg, #f5f2f2 0%, #ffffff 100%);
  padding: 68px 24px 110px;
}

.dw-wr-intro__inner {
  max-width: 1100px;
  margin: 0 auto;
}

.dw-wr-intro__kicker {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  width: fit-content;
  margin: 0 auto 18px;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: rgba(28, 28, 28, 0.7);
}

.dw-wr-intro__kicker::before,
.dw-wr-intro__kicker::after {
  content: "";
  width: 90px;
  height: 1px;
  background: rgba(17, 24, 39, 0.14);
}

.dw-wr-intro__title {
  font-family: "Cormorant Garamond", serif;
  font-size: 44px;
  font-weight: 500;
  line-height: 1.15;
  color: #1c1c1c;
  margin: 0 auto 18px;
  text-align: center;
}

.dw-wr-intro__title::after {
  content: "";
  display: block;
  width: min(560px, 86%);
  height: 1px;
  background: rgba(17, 24, 39, 0.14);
  margin: 14px auto 0;
}

.dw-wr-intro__text {
  max-width: 860px;
  margin: 0 auto;
}

.dw-wr-intro__lead {
  font-family: "Cormorant Garamond", serif;
  font-size: 24px;
  line-height: 1.5;
  color: rgba(28, 28, 28, 0.82);
  margin: 0 0 20px;
  font-weight: 700;
  text-align: center;
}

.dw-wr-intro__p {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 1.8;
  color: rgba(28, 28, 28, 0.78);
  margin: 0 0 16px;
  font-weight: 400;
  text-align: left;
}

.dw-wr-intro__last {
  margin-bottom: 0;
}

.dw-wr-intro__support {
  max-width: 860px;
  margin: 36px auto 0;
  font-family: "Cormorant Garamond", serif;
  font-size: 22px;
  line-height: 1.45;
  color: rgba(28, 28, 28, 0.7);
  font-style: italic;
  text-align: center;
}

/* ===================== BLOCK 3 .....REMOVAL PAGE ===================== */

.v-process {
  background: #fff;
  padding: 70px 10px;
}

.v-process__wrap {
  width: min(1120px, 92%);
  margin: 0 auto;
}

.v-process__title {
  font-family: "Cormorant Garamond", serif;
  font-size: 44px;
  font-weight: 400;
  text-align: center;
  color: #1e2430;
  margin: 0;
}

.v-process__titleline {
  width: 240px;
  height: 1px;
  background: rgba(0, 0, 0, 0.12);
  margin: 18px auto 26px;
}

.v-process__intro {
  max-width: 950px;
  margin: 20px auto 70px;
  text-align: center;
  color: rgba(30, 36, 48, 0.68);
  font-size: 16px;
  line-height: 1.9;
}

.v-process__intro p {
  margin: 0 0 10px;
}

.v-process__intro p:last-child {
  margin-bottom: 0;
}

.v-steps {
  display: flex;
  flex-direction: column;
  gap: 44px;
}

.v-step {
  display: grid;
  grid-template-columns: 96px 1fr;
  gap: 34px;
  align-items: start;
}

.v-step__num {
  font-family: "Cormorant Garamond", serif;
  font-size: 54px;
  font-weight: 400;
  color: rgba(30, 36, 48, 0.22);
  letter-spacing: 0.08em;
  line-height: 1;
  padding-top: 8px;
}

.v-step__h {
  font-family: "Cormorant Garamond", serif;
  font-size: 24px;
  font-weight: 500;
  margin: 0 0 12px;
  color: #1e2430;
}

.v-step__line {
  height: 1px;
  width: 100%;
  background: rgba(0, 0, 0, 0.12);
  margin: 0 0 14px;
}

.v-step__p {
  margin: 0 0 10px;
  max-width: 820px;
  font-size: 15px;
  line-height: 1.85;
  color: rgba(30, 36, 48, 0.68);
}

.v-step__p:last-child {
  margin-bottom: 0;
}

.v-step__list {
  margin: 6px 0 14px;
  padding-left: 18px;
  color: rgba(30, 36, 48, 0.68);
  line-height: 1.8;
  font-size: 15px;
}

.v-step__list li {
  margin: 6px 0;
}

.v-step__list--cols {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6px 40px;
  padding-left: 18px;
}

.v-step__cols {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px 34px;
  margin: 14px 0 10px;
}

.v-step__col .v-step__p {
  margin-top: 0;
}

.v-step__cols .v-step__list {
  margin: 6px 0 0;
}

/* ===================== WALL RESTORATION AFTER REMOVAL ===================== */

.wr-resto {
  background: linear-gradient(180deg, #fcf8f8 0%, #f6f3f3 100%);
  padding: 84px 16px 92px;
  color: #2c2521;
}

.wr-resto__wrap {
  width: min(1220px, calc(100% - 32px));
  margin: 0 auto;
}

.wr-resto__grid {
  display: grid;
  grid-template-columns: minmax(380px, 0.95fr) minmax(540px, 1.15fr);
  gap: 46px;
  align-items: start;
}

.wr-resto__text {
  padding: 8px 0 0;
}

.wr-resto__title {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(44px, 4.5vw, 48px);
  line-height: 0.98;
  font-weight: 500;
  letter-spacing: 0.01em;
  color: #342b26;
  max-width: 560px;
}

.wr-resto__titleline {
  width: min(520px, 100%);
  height: 1px;
  margin: 26px 0 30px;
  background: linear-gradient(
    90deg,
    rgba(184, 146, 84, 0.95) 0%,
    rgba(184, 146, 84, 0.36) 58%,
    rgba(184, 146, 84, 0) 100%
  );
}

.wr-resto__p {
  margin: 0 0 22px;
  font-size: 17px;
  line-height: 1.9;
  color: rgba(44, 37, 33, 0.84);
  max-width: 590px;
}

.wr-resto__p strong {
  font-weight: 600;
  color: #2f2723;
}

.wr-resto__list {
  margin: 0 0 26px 0;
  padding: 0;
  list-style: none;
  max-width: 620px;
}

.wr-resto__list li {
  position: relative;
  padding-left: 26px;
  margin: 0 0 12px;
  font-size: 17px;
  line-height: 1.75;
  color: rgba(44, 37, 33, 0.84);
}

.wr-resto__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: #b89254;
  box-shadow: 0 0 0 4px rgba(184, 146, 84, 0.11);
}

.wr-resto__media {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.wr-resto__banner {
  background: rgba(248, 243, 237, 0.92);
  border: 1px solid rgba(140, 120, 96, 0.14);
  padding: 28px 34px;
  text-align: center;
  box-shadow: 0 14px 34px rgba(59, 44, 28, 0.05);
}

.wr-resto__banner p {
  margin: 0;
  font-size: 18px;
  line-height: 1.8;
  color: rgba(51, 42, 36, 0.82);
}

.wr-resto__gallery {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px 18px;
  align-items: start;
}

.wr-resto__gallery figure {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.wr-resto__gallery figcaption {
  position: relative;
  margin: 0;
  padding: 0 0 10px;
  text-align: center;
  font-family: "Cormorant Garamond", serif;
  font-size: 24px;
  line-height: 1.1;
  color: #3b3029;
  letter-spacing: 0.02em;
}

.wr-resto__gallery figcaption::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 120px;
  max-width: 70%;
  height: 1px;
  transform: translateX(-50%);
  background: rgba(166, 140, 102, 0.35);
}

.wr-resto__gallery img {
  width: 100%;
  aspect-ratio: 1.18 / 1.08;
  object-fit: cover;
  display: block;
  border: 1px solid rgba(120, 101, 82, 0.14);
  background: #efe8df;
  box-shadow: 0 14px 30px rgba(54, 41, 26, 0.06);
}

.dw-wr-followup {
  margin: 34px 0 0;
  padding: 24px 30px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(132, 112, 92, 0.12);
  font-size: 17px;
  line-height: 1.95;
  color: rgba(44, 37, 33, 0.76);
  box-shadow: 0 10px 26px rgba(57, 44, 28, 0.04);
}

.dw-inline-link {
  color: #7e5f2b;
  text-decoration: none;
  border-bottom: 1px solid rgba(126, 95, 43, 0.28);
  transition:
    color 0.25s ease,
    border-color 0.25s ease,
    opacity 0.25s ease;
}

.dw-inline-link:hover {
  color: #b89254;
  border-color: rgba(184, 146, 84, 0.55);
}

.wr-resto__note {
  margin: 30px auto 0;
  max-width: 760px;
  text-align: center;
}

.wr-resto__note p {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(22px, 3vw, 28px);
  line-height: 1.28;
  font-weight: 500;
  letter-spacing: 0.01em;
  color: #3a2f28;
}

.wr-resto__note strong {
  font-weight: 500;
}

/* ===================== WR SPLIT ===================== */

.wr-split {
  padding: 0;
  background: #f4f2ee;
  overflow-x: hidden;
}

.wr-split__grid {
  width: 90%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 7fr 3fr;
  gap: 32px;
  align-items: start;
  padding-top: 10px;
  padding-bottom: 10px;
  box-sizing: border-box;
}

.wr-split__panel {
  background: transparent;
  padding: clamp(18px, 2.2vw, 28px);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  color: #111827;
  box-sizing: border-box;
}

.wr-split__title {
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  font-size: clamp(34px, 3.2vw, 44px);
  line-height: 1.05;
  margin: 0 0 14px;
}

.wr-split__rule {
  width: 160px;
  height: 1px;
  background: #ffffff;
  margin: 0 0 22px;
}

.wr-split__p {
  font-size: 15.5px;
  line-height: 1.7;
  color: rgba(17, 24, 39, 0.78);
  margin: 0 0 16px;
  max-width: none;
}

.wr-split__p--tight {
  margin-bottom: 10px;
}

.wr-split__list {
  margin: 0 0 12px 18px;
  padding: 0;
  color: rgba(17, 24, 39, 0.78);
  line-height: 1.7;
  font-size: 15.5px;
}

.wr-split__list li {
  margin: 0 0 8px;
}

.wr-split__p--last {
  margin-bottom: 0;
}

.wr-split__list--cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 18px;
}

.wr-split__media {
  background: transparent;
  width: 100%;
  box-sizing: border-box;
}

.wr-split__media--stack {
  display: grid;
  grid-template-rows: 1fr 1fr;
  gap: 16px;
  align-content: start;
  padding: clamp(28px, 2.2vw, 38px);
  box-sizing: border-box;
}

/* ===== ONLY Wallpaper Removal Page ===== */
.page-removal .wi-rc__row--res .wi-rc__img,
.page-removal .wi-rc__row--com .wi-rc__img {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}

/* ------- INTERIOR PAINTING PAGE --------- */

.ip-hero {
  min-height: 70vh;
  display: flex;
  align-items: center;
  padding: 96px var(--pad) 48px;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.35)),
    url("images/wallpaper-installation-page/interior-painting-hero.jpg")
      center/cover no-repeat;
}

.ip-hero__inner {
  width: min(var(--container), calc(100% - 52px));
  margin: 0 auto;
  color: #fff;
  align-items: center;
  text-align: center;
}

/* ===================== Block 1 — Hero (Interior Painting) ===================== */

.dw-ip-hero {
  background: #ffffff;
  padding: 110px 40px 70px;
}

.dw-ip-hero__inner {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.dw-ip-hero__title {
  font-family: "Cormorant Garamond", serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.08;
  color: #1c1c1c;
  margin: 0 0 18px;
  letter-spacing: 0.2px;
}

.dw-ip-hero__sub {
  max-width: 860px;
  margin: 0 auto;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  line-height: 1.7;
  color: #2e2e2e;
  opacity: 0.92;
}

/* ===================== Block 1.5 — Intro ===================== */

.dw-ip-intro {
  background: linear-gradient(180deg, #f5f2f2 0%, #ffffff 100%);
  padding: 68px 24px 60px;
}

.dw-ip-intro__inner {
  max-width: 1100px;
  margin: 0 auto;
}

.dw-ip-intro__title {
  font-family: "Cormorant Garamond", serif;
  font-size: 44px;
  font-weight: 500;
  line-height: 1.15;
  color: #1c1c1c;
  margin: 0 auto 18px;
  text-align: center;
  position: relative;
}

.dw-ip-intro__title::after {
  content: "";
  display: block;
  width: min(560px, 86%);
  height: 1px;
  background: rgba(17, 24, 39, 0.14);
  margin: 18px auto 0;
}

.dw-ip-intro__text {
  max-width: 840px;
  margin: 0 auto;
}

.dw-ip-intro__lead {
  font-family: "Cormorant Garamond", serif;
  font-size: 24px;
  line-height: 1.5;
  color: rgba(28, 28, 28, 0.82);
  margin: 0 0 20px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0;
}

.dw-ip-intro__p {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 1.95;
  color: rgba(28, 28, 28, 0.78);
  margin: 0 0 22px;
  font-weight: 400;
  text-align: left;
}

.dw-ip-intro__last {
  margin-bottom: 0;
}

.dw-ip-intro__em {
  font-style: italic;
  font-weight: 500;
  letter-spacing: 0.2px;
}

.dw-ip-intro__support {
  max-width: 840px;
  margin: 40px auto 0;
  font-family: "Cormorant Garamond", serif;
  font-size: 22px;
  line-height: 1.45;
  color: rgba(28, 28, 28, 0.7);
  font-style: italic;
  text-align: center;
}

.dw-ip-intro__kicker {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin: 0 auto 18px;
  width: fit-content;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: rgba(28, 28, 28, 0.7);
}

.dw-ip-intro__kicker::before,
.dw-ip-intro__kicker::after {
  content: "";
  width: 90px;
  height: 1px;
  background: rgba(17, 24, 39, 0.14);
}

.wi-split__media--interior {
  height: 800px;
}

/* ===================== BLOCK 3 — Surface Preparation ===================== */

.dw-prep2 {
  background: #f3f3f3;
  padding: 70px 18px;
}

.dw-prep2__inner {
  width: min(1400px, calc(100% - 40px));
  margin: 0 auto;
}

.dw-prep2__card {
  background: #f7f7f7;
  border: 1px solid rgba(17, 24, 39, 0.08);
  box-shadow:
    0 26px 70px rgba(17, 24, 39, 0.14),
    0 6px 18px rgba(17, 24, 39, 0.08);
  padding: clamp(26px, 3vw, 40px);
}

.dw-prep2__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(26px, 3vw, 44px);
  align-items: start;
}

.dw-prep2__mediaCol {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.dw-prep2__media {
  margin: 0;
  background: #fff;
  border: 1px solid rgba(17, 24, 39, 0.1);
  padding: 12px;
}

.dw-prep2__img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.dw-prep2__caption {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: 18px;
  line-height: 1.35;
  font-style: italic;
  color: rgba(17, 24, 39, 0.7);
  text-align: left;
  max-width: 54ch;
}

.dw-prep2__content {
  padding-top: 6px;
}

.dw-prep2__title {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(34px, 3.1vw, 56px);
  font-weight: 600;
  line-height: 1.06;
  margin: 0 0 10px;
  color: rgba(17, 24, 39, 0.88);
}

.dw-prep2__accent {
  width: 34px;
  height: 3px;
  background: rgba(198, 160, 90, 0.95);
  margin: 0 0 18px;
}

.dw-prep2__text {
  margin: 0 0 18px;
}

.dw-prep2__p {
  font-family: "Montserrat", sans-serif;
  font-size: 15.5px;
  line-height: 1.75;
  color: rgba(17, 24, 39, 0.7);
  margin: 0 0 16px;
}

.dw-prep2__p--last {
  margin-bottom: 0;
}

.dw-prep2__subhead {
  margin: 0 0 12px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 15.5px;
  color: rgba(17, 24, 39, 0.82);
}

.dw-prep2__list {
  margin: 0;
  padding-left: 18px;
  list-style: disc;
  font-family: "Montserrat", sans-serif;
  font-size: 15.5px;
  line-height: 1.7;
  color: rgba(17, 24, 39, 0.7);
}

.dw-prep2__list li {
  margin: 0 0 10px;
}

.dw-prep2__list li::marker {
  color: rgba(198, 160, 90, 0.85);
}

/* ===================== BLOCK 4 — Our Process ===================== */

.dw-prow {
  background: url(images/rewievs.jpg);
  padding: 50px 50px;
}

.dw-prow__inner {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.dw-prow__title {
  font-family: "Cormorant Garamond", serif;
  font-size: 44px;
  font-weight: 600;
  line-height: 1.1;
  color: #1c1c1c;
  margin: 0 0 18px;
  letter-spacing: 0.2px;
}

.dw-prow__rule {
  width: min(560px, 80%);
  height: 1px;
  background: rgba(17, 24, 39, 0.12);
  margin: 0 auto 44px;
}

.dw-prow__grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 34px;
  align-items: start;
  margin: 0 auto 46px;
  max-width: 1120px;
}

.dw-prow__step {
  text-align: center;
}

.dw-prow__top {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-bottom: 18px;
}

.dw-prow__num {
  font-family: "Cormorant Garamond", serif;
  font-size: 40px;
  font-weight: 600;
  letter-spacing: 0.12em;
  color: #1c1c1c;
  opacity: 0.35;
  text-align: center;
}

.dw-prow__line {
  width: 92px;
  height: 1px;
  background: rgba(17, 24, 39, 0.12);
}

.dw-prow__step-title {
  font-family: "Cormorant Garamond", serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
  color: #1c1c1c;
  margin: 0 0 10px;
}

.dw-prow__desc {
  font-family: "Montserrat", sans-serif;
  font-size: 15.5px;
  line-height: 1.65;
  color: #2e2e2e;
  margin: 0;
  opacity: 0.92;
}

.dw-prow__closing {
  max-width: 900px;
  margin: 0 auto;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  line-height: 1.75;
  font-weight: 600;
  color: #2e2e2e;
}

/* ===================== BLOCK 5 — Decorative Wall Finishes ===================== */

.dw-dwf {
  background: #f3f3f3;
  padding: 90px 40px;
}

.dw-dwf__inner {
  width: min(1400px, calc(100% - 40px));
  margin: 0 auto;
}

.dw-dwf__card {
  background: #f7f7f7;
  border: 1px solid rgba(17, 24, 39, 0.08);
  box-shadow:
    0 26px 70px rgba(17, 24, 39, 0.14),
    0 6px 18px rgba(17, 24, 39, 0.08);
  padding: clamp(34px, 3vw, 46px);
}

.dw-dwf__title {
  font-family: "Cormorant Garamond", serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.2;
  color: #1c1c1c;
  letter-spacing: 0.2px;
  text-align: center;
  margin: 0 0 34px;
}

.dw-dwf__grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 40px;
  align-items: start;
  max-width: 1120px;
  margin: 0 auto;
}

.dw-dwf__p {
  font-family: "Montserrat", sans-serif;
  font-size: 17px;
  line-height: 1.7;
  color: rgba(17, 24, 39, 0.75);
  margin: 0 0 16px;
}

.dw-dwf__p--last {
  margin-bottom: 18px;
}

.dw-dwf__divider {
  height: 1px;
  background: rgba(17, 24, 39, 0.1);
  margin: 18px 0 18px;
}

.dw-dwf__subhead {
  font-family: "Montserrat", sans-serif;
  font-size: 17px;
  font-weight: 600;
  color: rgba(17, 24, 39, 0.86);
  margin: 0 0 14px;
}

.dw-dwf__list {
  list-style: disc;
  padding-left: 20px;
  margin: 0 0 6px;
  font-family: "Montserrat", sans-serif;
  font-size: 17px;
  line-height: 1.6;
  color: rgba(17, 24, 39, 0.75);
}

.dw-dwf__list li {
  margin: 0 0 10px;
}

.dw-dwf__list li::marker {
  color: rgba(198, 160, 90, 0.85);
}

.dw-dwf__muted {
  opacity: 0.85;
}

.dw-dwf__support {
  font-family: "Montserrat", sans-serif;
  font-size: 17px;
  line-height: 1.7;
  font-weight: 500;
  color: rgba(17, 24, 39, 0.78);
  margin: 0;
  font-style: italic;
}

.dw-dwf__right {
  display: grid;
  grid-template-rows: auto auto;
  gap: 18px;
}

.dw-dwf__media {
  margin: 0;
}

.dw-dwf__img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  object-position: center;
  display: block;
  border-radius: 10px;
  border: 1px solid rgba(17, 24, 39, 0.1);
  box-shadow:
    0 14px 30px rgba(17, 24, 39, 0.08),
    0 2px 6px rgba(17, 24, 39, 0.06);
}

/* ===================== BLOCK 6 — Residential & Light Commercial ===================== */

.ip-rlc {
  padding: 90px 0;
  background: #fff;
}

.ip-rlc__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
}

.ip-rlc__intro {
  font-family: "Cormorant Garamond", serif;
  max-width: 900px;
  margin: 0 auto 60px;
}

.ip-rlc__h2 {
  font-weight: 600;
  letter-spacing: 0.02em;
  text-align: center;
  max-width: 920px;
  color: rgba(33, 32, 32, 0.92);
  font-size: 40px;
  line-height: 1.06;
  margin: 0 auto;
}

.ip-rlc__introtext {
  font-family: "Montserrat", sans-serif;
  max-width: 880px;
  text-align: center;
  color: rgba(31, 30, 30, 0.9);
  font-size: 17px;
  line-height: 1.9;
  margin: 20px auto 0;
}

.ip-rlc__introtext:last-child {
  margin-bottom: 0;
}

.ip-rlc__row {
  display: grid;
  grid-template-columns: 55% 45%;
  column-gap: 60px;
  align-items: start;
  margin-bottom: 70px;
}

.ip-rlc__row--reverse {
  grid-template-columns: 45% 55%;
}

.ip-rlc__text {
  min-width: 0;
}

.ip-rlc__h3 {
  font-family: "Cormorant Garamond", serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.25;
  margin: 0 0 14px;
  color: #1c1c1c;
}

.ip-rlc__p {
  font-size: 16px;
  line-height: 1.7;
  color: #2e2e2e;
  margin: 0 0 16px;
}

.ip-rlc__label {
  font-size: 17px;
  font-weight: 600;
  margin-top: 14px;
  margin-bottom: 12px;
  color: #1c1c1c;
}

.ip-rlc__list {
  list-style: disc;
  padding-left: 20px;
  font-size: 17px;
  line-height: 1.6;
  margin: 0 0 10px;
  color: #2e2e2e;
}

.ip-rlc__media {
  margin: 0;
  align-self: center;
}

.ip-rlc__img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  object-position: center;
  border-radius: 6px;
  display: block;
}

.ip-rlc__closing {
  font-family: "Montserrat", sans-serif;
  max-width: 900px;
  margin: 30px auto 0;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.7;
  color: #1c1c1c;
  text-align: center;
  align-items: center;
  font-style: italic;
}

.dw-ip-followup {
  margin-top: 5px;
  margin-bottom: 50px;
  max-width: 900px;
  margin: 30px auto 0;
  font-size: 16px;
  line-height: 1.8;
  color: #1f2937;
}

/* ===================== BLOCK 7 — Painting After Wallpaper Removal ===================== */

.dw-paint {
  background: linear-gradient(
    180deg,
    rgba(248, 244, 244, 0.929),
    rgb(248, 246, 245)
  );
  padding: 60px 40px;
}

.dw-paint__inner {
  max-width: 1200px;
  margin: 0 auto;
}

.dw-paint__head {
  max-width: 960px;
  margin: 0 auto 22px;
}

.dw-paint__title {
  font-family: "Cormorant Garamond", serif;
  font-size: 34px;
  font-weight: 600;
  line-height: 1.25;
  margin: 0 0 14px;
  color: #1c1c1c;
  letter-spacing: 0.2px;
  text-align: center;
}

.dw-paint__rule {
  width: 260px;
  height: 1px;
  margin: 0 auto 28px;
  background: linear-gradient(
    90deg,
    rgba(198, 160, 90, 0) 0%,
    rgba(198, 160, 90, 0.55) 35%,
    rgba(0, 0, 0, 0.12) 75%,
    rgba(0, 0, 0, 0) 100%
  );
}

.dw-paint__text {
  max-width: 1100px;
  margin: 0 auto 50px;
}

.dw-paint__p {
  font-family: "Montserrat", sans-serif;
  font-size: 17px;
  line-height: 1.7;
  color: #2e2e2e;
  margin: 0 0 16px;
}

.dw-paint__p--last {
  margin-bottom: 26px;
}

.dw-paint__subhead {
  font-family: "Montserrat", sans-serif;
  font-size: 17px;
  font-weight: 600;
  margin: 0 0 14px;
  color: #1c1c1c;
}

.dw-paint__list {
  list-style: disc;
  padding-left: 20px;
  margin: 0 0 26px;
  font-family: "Montserrat", sans-serif;
  font-size: 17px;
  line-height: 1.6;
  color: #2e2e2e;
}

.dw-paint__list li {
  margin: 0 0 10px;
}

.dw-paint__list li::marker {
  color: rgba(198, 160, 90, 0.85);
}

.dw-paint__closing {
  font-family: "Montserrat", sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.7;
  color: #2e2e2e;
  margin: 50px 0;
}

.dw-paint__triptych {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  align-items: start;
  margin-bottom: 35px;
}

.dw-paint__card {
  margin: 0;
}

.dw-paint__img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  object-position: center;
  display: block;
  border-radius: 10px;
  border: 1px solid rgba(17, 24, 39, 0.1);
  box-shadow:
    0 14px 30px rgba(17, 24, 39, 0.08),
    0 2px 6px rgba(17, 24, 39, 0.06);
}

.dw-paint__cap {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  line-height: 1.4;
  color: #2e2e2e;
  opacity: 0.85;
  margin-top: 10px;
  letter-spacing: 0.15px;
  text-align: center;
}

.dw-paint__cols {
  display: grid;
  grid-template-columns: 1fr 1px 1fr;
  gap: 28px;
  align-items: start;
}

.dw-paint__vline {
  width: 1px;
  height: 90%;
  background: rgba(17, 24, 39, 0.1);
}

.dw-paint__col .dw-paint__p--last,
.dw-paint__col .dw-paint__list {
  margin-bottom: 0;
}

.dw-paint__closing--italic {
  margin-top: 40px;
  width: 700px;
  margin: 0 auto;
  text-align: center;
  align-items: center;
  font-style: italic;
  font-weight: 500;
}

/* ===================== CONSOLIDATED RESPONSIVE ===================== */
/* ===================== CONSOLIDATED RESPONSIVE ===================== */

.dw-dwf__mobileMedia {
  display: none;
}

.dw-prep2__mediaMobile {
  display: none;
}

@media (max-width: 1180px) {
  .wr-resto__grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .wr-resto__text,
  .wr-resto__media {
    max-width: 100%;
  }

  .wr-resto__title {
    max-width: 760px;
  }

  .wr-resto__p,
  .wr-resto__list {
    max-width: 100%;
  }
}

@media (max-width: 1100px) {
  .dw-prow__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 26px;
  }
}

@media (max-width: 980px) {
  .wi-process__steps {
    grid-template-columns: repeat(2, 1fr);
  }

  .wi-step__top {
    justify-content: flex-start;
  }

  .wi-step {
    text-align: left;
  }

  .wi-prep__grid {
    grid-template-columns: 1fr;
  }

  .wi-prep__images {
    grid-template-columns: 1fr 1fr;
  }

  .wi-prep__approach-grid {
    grid-template-columns: 1fr;
  }

  .wi-types__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .wi-type__img {
    aspect-ratio: 16 / 8;
  }

  .wi-rooms__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .wi-room__img {
    aspect-ratio: 16 / 8;
  }

  .wi-rc__row {
    grid-template-columns: 1fr;
  }

  .wi-rc__media {
    border-left: none;
    border-top: 1px solid rgba(17, 24, 39, 0.1);
  }

  .wi-rc__row--reverse .wi-rc__media {
    order: 2;
    border-right: none;
  }

  .wi-rc__row--reverse .wi-rc__text {
    order: 1;
  }

  .wi-rc__img {
    height: 42vh;
  }

  .page-removal .wi-rc__img {
    height: auto;
    min-height: 50vh;
  }

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

@media (max-width: 900px) {
  .dw-wc-intro {
    padding: 64px 18px 78px;
  }

  .dw-wc-intro__kicker {
    font-size: 11px;
    letter-spacing: 0.28em;
    gap: 12px;
  }

  .dw-wc-intro__kicker::before,
  .dw-wc-intro__kicker::after {
    width: 56px;
  }

  .dw-wc-intro__title {
    font-size: 32px;
    margin-bottom: 16px;
  }

  .dw-wc-intro__title::after {
    width: min(520px, 90%);
    margin-top: 12px;
  }

  .dw-wc-intro__text {
    max-width: 680px;
  }

  .dw-wc-intro__lead,
  .dw-wc-intro__p {
    font-size: 15.5px;
    line-height: 1.75;
  }

  .dw-wc-intro__support {
    font-size: 18px;
    margin-top: 30px;
  }

  .wi-split__grid {
    grid-template-columns: 1fr;
    min-height: unset;
  }

  .wi-split__panel {
    padding: 42px 18px;
  }

  .wi-split__media {
    height: 52vh;
    margin-right: 0;
  }

  .dw-wr-intro {
    padding: 64px 18px 78px;
  }

  .dw-wr-intro__kicker {
    font-size: 11px;
    letter-spacing: 0.28em;
    gap: 12px;
  }

  .dw-wr-intro__kicker::before,
  .dw-wr-intro__kicker::after {
    width: 56px;
  }

  .dw-wr-intro__title {
    font-size: 32px;
  }

  .dw-wr-intro__text {
    max-width: 680px;
  }

  .dw-wr-intro__lead,
  .dw-wr-intro__p {
    font-size: 15.5px;
    line-height: 1.75;
  }

  .dw-wr-intro__support {
    font-size: 18px;
  }

  .dw-prep2 {
    padding: 56px 14px;
  }

  .dw-prep2__grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .dw-prep2__card {
    padding: 22px;
  }

  .dw-prep2__caption {
    font-size: 17px;
  }

  .dw-dwf {
    padding: 60px 18px;
  }

  .dw-dwf__inner {
    width: min(1400px, calc(100% - 24px));
  }

  .dw-dwf__card {
    padding: 26px 22px;
  }

  .dw-dwf__title {
    font-size: 28px;
    margin-bottom: 24px;
  }

  .dw-dwf__grid {
    grid-template-columns: 1fr;
    gap: 26px;
    max-width: 100%;
  }

  .dw-dwf__p,
  .dw-dwf__subhead,
  .dw-dwf__list,
  .dw-dwf__support {
    font-size: 16px;
  }

  .dw-dwf__img {
    height: 240px;
  }

  .dw-dwf__right {
    gap: 16px;
  }

  .wr-split__grid {
    grid-template-columns: 1fr;
    gap: 0;
    min-height: unset;
    padding-top: 0;
    padding-bottom: 0;
  }

  .wr-split__panel {
    padding: 42px 18px;
  }

  .wr-split__media {
    margin-right: 0;
  }

  .wr-split__media--stack {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    grid-template-rows: auto;
    min-height: unset;
    padding: 12px;
    gap: 12px;
    height: auto;
  }

  .wr-split__shot {
    height: 38vh;
    margin: 0;
    padding: 0;
  }

  .wr-split__list--cols {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 860px) {
  .ip-rlc {
    padding: 60px 0;
  }

  .ip-rlc__container {
    padding: 0 20px;
  }

  .ip-rlc__h2 {
    font-size: 26px;
  }

  .ip-rlc__h3 {
    font-size: 20px;
  }

  .ip-rlc__p,
  .ip-rlc__introtext,
  .ip-rlc__label,
  .ip-rlc__list,
  .ip-rlc__closing {
    font-size: 16px;
  }

  .ip-rlc__row,
  .ip-rlc__row--reverse {
    grid-template-columns: 1fr;
    row-gap: 28px;
  }

  .ip-rlc__img {
    height: 320px;
  }
}

@media (max-width: 820px) {
  .v-step {
    grid-template-columns: 64px 1fr;
    gap: 18px;
  }

  .v-process__title {
    font-size: 34px;
  }

  .v-step__num {
    font-size: 28px;
  }

  .dw-paint__cols {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .dw-paint__vline {
    display: none;
  }

  .dw-paint__closing {
    margin: 22px 0 40px;
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
    overflow-wrap: break-word;
    word-break: break-word;
  }
}

@media (max-width: 768px) {
  .wr-resto {
    padding: 64px 14px 74px;
  }

  .wr-resto__wrap {
    width: min(100%, calc(100% - 8px));
  }

  .wr-resto__grid {
    gap: 28px;
  }

  .wr-resto__title {
    font-size: clamp(36px, 9vw, 52px);
    line-height: 1.02;
  }

  .wr-resto__titleline {
    margin: 18px 0 24px;
  }

  .wr-resto__p,
  .wr-resto__list li,
  .dw-wr-followup {
    font-size: 15.5px;
    line-height: 1.8;
  }

  .wr-resto__banner {
    padding: 22px 18px;
  }

  .wr-resto__banner p {
    font-size: 16px;
    line-height: 1.7;
  }

  .wr-resto__gallery {
    grid-template-columns: 1fr 1fr;
    gap: 18px 14px;
  }

  .wr-resto__gallery figcaption {
    font-size: 22px;
  }

  .wr-resto__gallery img {
    aspect-ratio: 1 / 0.82;
  }

  .dw-wr-followup {
    padding: 20px 18px;
  }

  .wr-resto__note {
    margin-top: 24px;
  }

  .wr-resto__note p {
    font-size: clamp(28px, 7vw, 38px);
    line-height: 1.3;
  }

  .dw-footer__socials {
    gap: 10px;
  }

  .dw-paint__closing--italic {
    font-size: 15px;
    line-height: 1.7;
    width: 100%;
    max-width: 100%;
  }

  .wr-split__grid {
    display: flex;
    flex-direction: column;
    gap: 0;
  }

  .wr-split__panel {
    display: contents;
  }

  .wr-split__title,
  .wr-split__rule,
  .wr-split__list,
  .wr-split__p {
    padding-left: 18px;
    padding-right: 18px;
    box-sizing: border-box;
  }

  .wr-split__title,
  .wr-split__rule,
  .wr-split__list,
  .wr-split__p {
    order: 1;
  }

  .wr-split__media,
  .wr-split__media--stack {
    order: 2;
  }

  .wr-split__media--stack {
    display: flex !important;
    flex-direction: column !important;
    gap: 2px !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  .wr-split__shot {
    margin: 0 !important;
    padding: 0 !important;
    height: auto !important;
  }

  .wr-split__img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
  }

  .wr-split__panel > .wr-split__p:nth-last-of-type(3),
  .wr-split__panel > .wr-split__p:nth-last-of-type(2),
  .wr-split__panel > .wr-split__p:last-of-type {
    order: 3;
    margin-top: 18px;
  }

  .dw-dwf__right {
    display: none;
  }

  .dw-dwf__mobileMedia {
    display: grid;
    gap: 14px;
    margin: 20px 0;
  }

  .dw-dwf__mobileMedia .dw-dwf__media {
    margin: 0;
  }

  .dw-prep2__grid {
    display: flex;
    flex-direction: column;
  }

  .dw-prep2__mediaCol {
    display: none;
  }

  .dw-prep2__content {
    display: flex;
    flex-direction: column;
  }

  .dw-prep2__title {
    order: 1;
  }

  .dw-prep2__accent {
    order: 2;
  }

  .dw-prep2__text {
    order: 3;
  }

  .dw-prep2__mediaMobile {
    display: block;
    order: 4;
    margin: 20px 0;
  }

  .dw-prep2__subhead {
    order: 5;
  }

  .dw-prep2__list {
    order: 6;
  }

  .dw-prep2__mediaMobile .dw-prep2__media {
    margin: 0;
  }

  .dw-prep2__mediaMobile .dw-prep2__caption {
    margin-top: 14px;
  }
}

@media (max-width: 760px) {
  .dw-prow {
    padding: 60px 20px;
  }

  .dw-prow__title {
    font-size: 32px;
  }

  .dw-prow__grid {
    grid-template-columns: 1fr;
    gap: 22px;
    margin-bottom: 30px;
  }

  .dw-prow__top {
    margin-bottom: 12px;
  }

  .dw-prow__line {
    width: 70px;
  }

  .dw-prow__step-title {
    font-size: 26px;
  }

  .dw-prow__desc {
    font-size: 20px;
  }

  .dw-prow__closing {
    font-size: 16px;
    font-weight: 600;
  }
}

@media (max-width: 720px) {
  .v-step__list--cols {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .v-step__cols {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 600px) {
  .v-step__list--3cols {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .wi-process {
    padding: 52px 14px 64px;
  }

  .wi-process__steps {
    grid-template-columns: 1fr;
  }

  .wi-step__top {
    justify-content: flex-start;
  }

  .wi-step__line {
    width: 64px;
  }

  .wi-prep {
    padding: 54px 14px 64px;
  }

  .wi-prep__images {
    grid-template-columns: 1fr;
  }

  .wi-types {
    padding: 54px 14px 64px;
  }

  .wi-types__grid {
    grid-template-columns: 1fr;
  }

  .wi-type__img {
    aspect-ratio: 16 / 9;
  }

  .wi-rooms {
    padding: 54px 14px 64px;
  }

  .wi-rooms__grid {
    grid-template-columns: 1fr;
  }

  .wi-room__img {
    aspect-ratio: 16 / 9;
  }

  .wr-resto__gallery {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .wr-resto__gallery img {
    aspect-ratio: 1.15 / 0.86;
  }

  .wr-resto__banner {
    padding: 20px 16px;
  }

  .wr-resto__title {
    max-width: 100%;
  }

  .wr-resto__titleline {
    width: 100%;
  }
}

@media (max-width: 420px) {
  .dw-wc-intro__kicker::before,
  .dw-wc-intro__kicker::after,
  .dw-wr-intro__kicker::before,
  .dw-wr-intro__kicker::after,
  .dw-ip-intro__kicker::before,
  .dw-ip-intro__kicker::after {
    display: none;
  }

  .dw-dwf__card {
    padding: 22px 18px;
  }

  .dw-dwf__title {
    font-size: 26px;
  }

  .dw-dwf__img {
    height: 220px;
  }
}
.ip-rlc__mediaMobile {
  display: none;
}

@media (max-width: 860px) {
  .ip-rlc {
    padding: 60px 0;
  }

  .ip-rlc__container {
    padding: 0 20px;
  }

  .ip-rlc__h2 {
    font-size: 26px;
  }

  .ip-rlc__h3 {
    font-size: 20px;
  }

  .ip-rlc__p,
  .ip-rlc__introtext,
  .ip-rlc__label,
  .ip-rlc__list,
  .ip-rlc__closing {
    font-size: 16px;
  }

  .ip-rlc__row,
  .ip-rlc__row--reverse {
    grid-template-columns: 1fr;
    row-gap: 28px;
  }

  .ip-rlc__media {
    display: none;
  }

  .ip-rlc__text {
    display: flex;
    flex-direction: column;
  }

  .ip-rlc__mediaMobile {
    display: block;
    margin: 16px 0 18px;
  }

  .ip-rlc__img {
    height: 320px;
  }
}
.dw-paint__triptych {
  gap: 5px;
  column-gap: 5px;
  row-gap: 5px;
}
