/* ===================== WALLPAPER INSTALLATION SAN DIEGO MAIN PAGE ===================== */

.page-city {
  background: #fff;
  color: #111;
}

/* HERO: bright, no dark filter (легкий светлый слой) */
.page-city .city-hero {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  min-height: 86vh;
  display: flex;
  align-items: flex-start;
  padding: 56px 0 56px;
  overflow: hidden;
}

.page-city .city-hero__bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
}

.page-city .city-hero {
  position: relative; /* важно */
}

.seo-hero-img {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
}

.page-city .city-hero__inner {
  position: absolute; /* 👈 делаем абсолютным */
  bottom: 60px; /* 👈 отступ снизу */
  left: 60px; /* 👈 отступ слева */

  max-width: 710px;
  padding: 22px 18px 18px;

  border-radius: 18px;
  background: rgba(255, 255, 255, 0);
  border: 1px solid rgba(17, 24, 39, 0.1);
  box-shadow: 0 26px 40px rgba(0, 0, 0, 0.14);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}

.page-city .city-h1 {
  margin: 0 0 12px;
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  font-size: 40px;
  line-height: 1.05;
  letter-spacing: 0.03em;
  color: #fafafa;
}

.page-city .city-hero__sub {
  margin: 0 0 18px;
  max-width: 80ch;
  font-size: 16px;
  line-height: 1.75;
  color: rgb(255, 255, 255);
}

.page-city .city-hero__actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

/* INTRO  */

.dw-installation-services {
  background: #f3f0ed;
  padding: 88px 0 92px;
  font-family: "Montserrat", sans-serif;
  position: relative;
}

.dw-container {
  width: min(1220px, calc(100% - 30px));
  margin: 0 auto;
}

/* =========================================================
   TOP CENTER
========================================================= */

.dw-top {
  max-width: 1020px;
  margin: 0 auto 56px;
  text-align: center;
}

.dw-title {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(26px, 5.2vw, 48px);
  line-height: 0.95;
  font-weight: 500;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #1f2128;
  position: relative;
  padding-top: 28px;
  padding-bottom: 28px;
}

.dw-title::before {
  content: "PROFESSIONAL";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.42em;
  color: #c89a58;
  text-transform: uppercase;
  white-space: nowrap;
}

.dw-title::after {
  content: "IN SAN DIEGO";
  display: block;
  margin-top: 8px;
  padding-bottom: 18px;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(20px, 2vw, 31px);
  font-weight: 400;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: #c89a58;
  line-height: 1.15;
  background:
    linear-gradient(#d9c9b6, #d9c9b6) center bottom / 100% 1px no-repeat,
    linear-gradient(#c89a58, #c89a58) center bottom / 120px 4px no-repeat;
}

.dw-intro {
  font-family: "Cormorant Garamond", serif;
  max-width: 1180px;
  margin: 12px auto 0;
  font-size: 24px;
  line-height: 1.72;
  color: #56514d;
}

.dw-intro-pr {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  max-width: 915px;
  margin: 0 auto;
  color: #56514d;
  line-height: 1.72;
  margin-top: 25px;
}

/* =========================================================
   MAIN BLOCK: LEFT TEXT + RIGHT IMAGE
========================================================= */

.dw-main {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(420px, 1.05fr);
  gap: 42px;
  align-items: start;
  margin-bottom: 56px;
}

.dw-services-col {
  align-self: start;
}

.dw-services-heading {
  margin: 0;
  padding: 14px 22px 13px;
  background: #e8dfd7;
  font-family: "Cormorant Garamond", serif;
  font-size: 20px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #4d443d;
  border-bottom: 1px solid rgba(198, 160, 106, 0.14);
  text-align: center;
}

.dw-services-card {
  max-width: 760px;
  background: #f7f4f1;
  border-radius: 16px;
  box-shadow: 0 10px 28px rgba(32, 25, 20, 0.08);
  overflow: hidden;
  border: 1px solid rgba(198, 160, 106, 0.08);
}

.dw-services-list {
  list-style: none;
  margin: 0;
  padding: 22px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px 30px;
  background: #f7f4f1;
}

.dw-services-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 15px;
  text-transform: uppercase;
  color: #5a5551;
  line-height: 1.4;
}

.dw-services-list i {
  color: #c59657;
  font-size: 18px;
  min-width: 20px;
  margin-top: 2px;
}

.dw-image-col img {
  display: block;
  width: 100%;
  height: 680px;
  object-fit: cover;
  border-radius: 18px;
  box-shadow: 0 18px 44px rgba(22, 18, 15, 0.1);
}

/* notes under services card */
/* paragraphs under services card */

.dw-services-notes {
  margin-top: 28px;
  display: grid;
  gap: 20px;
}

.dw-services-note {
  margin: 0;
  padding-left: 18px;
  border-left: 1px solid #c89a58;
  box-shadow: inset 1px 0 0 #f0e3d3;
  font-size: 16px;
  line-height: 1.7;
  color: #5c5753;
  text-align: left;
}

/* =========================================================
   MATERIALS CENTER
========================================================= */

.dw-materials {
  max-width: 1320px;
  margin: 40px auto 60px;
  text-align: center;
}

/* heading */

.dw-materials-heading {
  margin: 0 0 30px;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(28px, 2.5vw, 38px);
  line-height: 1.15;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #3a3532;
  position: relative;
  display: inline-block;
  padding: 0 90px;
}

.dw-materials-heading::before,
.dw-materials-heading::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 60px;
  height: 1px;
  background: #c89a58;
  transform: translateY(-50%);
}

.dw-materials-heading::before {
  left: 0;
}

.dw-materials-heading::after {
  right: 0;
}

/* =========================================================
   MATERIALS GRID
========================================================= */

.dw-materials-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 14px;
}

/* =========================================================
   CARD
========================================================= */

.dw-material-card {
  background: #f8f5f2;
  border-radius: 16px;
  padding: 16px 10px 18px;
  min-height: 140px;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;

  box-shadow: 0 10px 24px rgba(22, 18, 15, 0.06);

  text-decoration: none;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    background 0.25s ease;
}

.dw-material-card:hover {
  transform: translateY(-6px) scale(1.03);
  box-shadow:
    0 18px 38px rgba(22, 18, 15, 0.12),
    0 6px 18px rgba(0, 0, 0, 0.08);
  background: #fbf8f5;
}

.dw-material-card:hover .dw-material-thumb {
  box-shadow:
    inset 0 0 0 1px rgba(200, 154, 88, 0.18),
    0 10px 24px rgba(0, 0, 0, 0.12);
}

.dw-material-card:hover .dw-material-label {
  color: #3a3532;
}

/* =========================================================
   ROUND IMAGE
========================================================= */

.dw-material-thumb {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  overflow: hidden;
  flex: 0 0 90px;
  margin-bottom: 14px;
  background: #e9dfd6;
  box-shadow:
    inset 0 0 0 1px rgba(200, 154, 88, 0.12),
    0 6px 16px rgba(0, 0, 0, 0.08);
}

.dw-material-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* =========================================================
   TEXT
========================================================= */

.dw-material-label {
  color: #615b57;
  font-size: 13px;
  line-height: 1.25;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  max-width: 120px;
}

/* =========================================================
   BOTTOM TEXT CENTER
========================================================= */

.dw-bottom-text {
  max-width: 900px;
  margin: 80px auto 0;
  text-align: center;
}

.dw-text {
  font-size: 17px;
  line-height: 1.72;
  color: #5c5753;
  max-width: 880px;
  margin: 0 auto;
  text-align: center;
}

.dw-text:last-child {
  margin-bottom: 0;
}

.dw-divider {
  width: 100%;
  max-width: 880px;
  height: 0.1px;
  background: #c89a58;
  margin: 0 auto 6px;
}

/* =========================================================
                  WALLPAPER CONTRACTOR BLOCK   5
========================================================= */

/* SECTION */

.dw-contractor {
  background: #f5f3ef;
  padding: 50px 20px;
}

/* WRAP */

.dw-contractor-wrap {
  max-width: 1300px;
  margin: 0 auto;
}

/* TITLE */

.dw-contractor-title {
  font-family: "Cormorant Garamond", serif;
  font-size: 42px;
  font-weight: 500;
  color: #3b3734;
  margin-left: 90px;
  margin-bottom: 18px;
}

/* MAIN DIVIDER */

.dw-contractor-divider {
  width: 80px;
  height: 1px;
  background: #c9bba6;
  margin-left: 90px;
  margin-bottom: 20px;
  margin-top: 0px;
}

/* GRID */

.dw-contractor-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 70px;
  align-items: start;
}

/* TEXT */

.dw-contractor-content {
  max-width: 720px;
  margin-left: 90px;
}

.dw-contractor-lead {
  font-size: 17px;
  line-height: 1.8;
  max-width: 1110px;
  margin: 0 0 15px 0;
  margin-left: 90px;
  color: #4a4541;
}

/* SMALL DIVIDER */

.dw-contractor-divider-small {
  height: 1px;
  background: #e6e0d7;
  margin: 15px 0;
  max-width: 980px;
  margin-left: 90px;
}

/* PARAGRAPH */

.dw-contractor-text {
  font-size: 16px;
  line-height: 1.8;
  color: #5a5551;
  margin-bottom: 0;
  margin-top: 0;
}

/* LAST PARAGRAPH */

.dw-contractor-end {
  max-width: 1160px;
  margin: 60px auto 0;
  font-size: 17px;
  line-height: 1.8;
  color: #5a5551;
  margin-left: auto;
  margin-right: auto;
  font-style: italic;
  margin-top: 20px;
  margin-left: 90px;
}

/* LINKS */

.dw-contractor a {
  color: #3b3734;
  text-decoration: none;
  transition: 0.25s;
  border-bottom: 1px solid transparent;
}

.dw-contractor a:hover {
  color: #b89a6a;
  border-bottom: 1px solid #b89a6a;
}

/* CARD */

.dw-contractor-card {
  background: #ffffff;
  padding: 36px 18px;
  border: 1px solid #e6ded3;
  position: relative;
  box-shadow:
    0 20px 60px rgba(0, 0, 0, 0.08),
    0 6px 20px rgba(0, 0, 0, 0.05);
  margin-top: 10px;
}

/* GOLD BORDER EFFECT */

.dw-contractor-card::before {
  content: "";
  position: absolute;
  inset: 10px;
  border: 1px solid #d9c7a2;
  pointer-events: none;
}

/* CARD TITLE */

.dw-contractor-kicker {
  font-size: 13px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #8b8175;
  text-align: center;
  margin-bottom: 22px;
}

/* LIST */

.dw-contractor-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px 22px;
}

/* LIST ITEM */

.dw-contractor-list li {
  font-size: 15px;
  color: #4b4541;
  position: relative;
  padding-left: 14px;
}

/* BULLET */

.dw-contractor-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #b89a6a;
}

/* ===================== WALLPAPER REMOVAL BLOCK  7  ===================== */

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

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

/* card */

.dw-removal__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);
}

/* GRID */

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

/* TEXT */

.dw-removal__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-removal__accent {
  width: 34px;
  height: 3px;
  background: rgba(198, 160, 90, 0.95);
  margin: 0 0 18px;
}

.dw-removal__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-removal__subhead {
  margin: 0 0 12px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 15.5px;
  color: rgba(17, 24, 39, 0.82);
}

/* LIST */

.dw-removal__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-removal__list li {
  margin: 0 0 10px;
}

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

/* IMAGE */

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

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

.dw-removal__caption {
  margin-top: 12px;
  font-family: "Cormorant Garamond", serif;
  font-size: 18px;
  line-height: 1.35;
  font-style: italic;
  color: rgba(17, 24, 39, 0.7);
}

/* BOTTOM TEXT */

.dw-removal__bottom {
  margin-top: 48px;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  font-family: "Montserrat", sans-serif;
  font-style: italic;
  font-size: 17px;
  line-height: 1.75;
  color: rgba(17, 24, 39, 0.7);
}

/* ===================== WALLPAPER INSTALLATION BLOCK ===================== */

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

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

/* card */

.dw-wallpaper2__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);
}

/* GRID */

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

/* TEXT COLUMN */

.dw-wallpaper2__content {
  max-width: 620px;
}

/* IMAGE */

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

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

.dw-wallpaper2__caption {
  margin-top: 12px;
  font-family: "Cormorant Garamond", serif;
  font-size: 18px;
  line-height: 1.35;
  font-style: italic;
  color: rgba(17, 24, 39, 0.7);
}

/* TEXT */

.dw-wallpaper2__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-wallpaper2__accent {
  width: 34px;
  height: 3px;
  background: rgba(198, 160, 90, 0.95);
  margin: 0 0 18px;
}

.dw-wallpaper2__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-wallpaper2__subhead {
  margin: 0 0 12px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 15.5px;
  color: rgba(17, 24, 39, 0.82);
}

/* LIST */

.dw-wallpaper2__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-wallpaper2__list li {
  margin: 0 0 10px;
}

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

/* BOTTOM TEXT */

.dw-wallpaper2__bottom {
  margin-top: 38px;
  font-family: "Montserrat", sans-serif;
  font-style: italic;
  font-size: 16px;
  line-height: 1.75;
  color: rgba(17, 24, 39, 0.7);
}

/* ===================== DW FAQ ===================== */

.dw-faq {
  background: #f3f3f3;
  padding: 90px 20px;
}

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

/* title */

.dw-faq__title {
  font-family: "Cormorant Garamond", serif;
  font-size: 48px;
  font-weight: 600;
  text-align: center;
  margin: 0 0 18px;
  color: #111827;
}

.dw-faq__accent {
  width: 36px;
  height: 3px;
  background: #c6a05a;
  margin: 0 auto 50px;
}

/* faq item */

.dw-faq__item {
  border-bottom: 1px solid rgba(17, 24, 39, 0.1);
  padding: 22px 0;
}

/* summary */

.dw-faq__question {
  font-family: "Montserrat", sans-serif;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.5;
  color: #111827;
  cursor: pointer;
  list-style: none;
  position: relative;
  padding-right: 30px;
}

/* remove default arrow */

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

/* custom plus icon */

.dw-faq__question::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 0;
  font-size: 22px;
  color: #c6a05a;
  transition: transform 0.3s ease;
}

.dw-faq__item[open] .dw-faq__question::after {
  transform: rotate(45deg);
}

/* answer */

.dw-faq__answer {
  margin-top: 12px;
  font-family: "Montserrat", sans-serif;
  font-size: 15.5px;
  line-height: 1.75;
  color: rgba(17, 24, 39, 0.7);
  max-width: 720px;
}

/* ===== WIDE ANCHOR NAV ONLY FOR THIS PAGE ===== */

.wi-anchor-nav--wide .wi-anchor-nav__inner {
  width: 100%;
  max-width: none;
  margin: 0;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

/* =========================
   DW TRUST STRIP
   ========================= */

.dw-trust {
  width: 100%;
  background: #ffffff;
  padding: 20px 0;
}

.dw-trust__row {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 150px;
  flex-wrap: wrap;
}

.dw-trust__item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: "Montserrat", sans-serif;
  font-size: 17px;
  color: #2b2b2b;
  white-space: nowrap;
}

.dw-trust__check {
  color: #c6a86b;
  font-weight: 600;
}

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

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

/* card */

.dw-commercial__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);
}

/* grid */

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

/* image */

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

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

.dw-commercial__caption {
  margin: 12px 0 0;
  font-family: "Cormorant Garamond", serif;
  font-size: 18px;
  line-height: 1.35;
  font-style: italic;
  color: rgba(17, 24, 39, 0.7);
}

/* content */

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

.dw-commercial__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-commercial__accent {
  width: 34px;
  height: 3px;
  background: rgba(198, 160, 90, 0.95);
  margin: 0 0 18px;
}

.dw-commercial__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;
}

/* ===================== INTERIOR PAINTING BLOCK ===================== */

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

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

/* card */

.dw-paint2__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);
}

/* GRID */

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

/* IMAGE */

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

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

.dw-paint2__caption {
  margin-top: 12px;
  font-family: "Cormorant Garamond", serif;
  font-size: 18px;
  line-height: 1.35;
  font-style: italic;
  color: rgba(17, 24, 39, 0.7);
}

/* TEXT */

.dw-paint2__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-paint2__accent {
  width: 34px;
  height: 3px;
  background: rgba(198, 160, 90, 0.95);
  margin: 0 0 18px;
}

.dw-paint2__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-paint2__subhead {
  margin: 0 0 12px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 15.5px;
  color: rgba(17, 24, 39, 0.82);
}

/* LIST (ONE COLUMN) */

.dw-paint2__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-paint2__list li {
  margin: 0 0 10px;
}

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

/* BOTTOM FULL WIDTH TEXT */

.dw-paint2__bottom {
  margin-top: 48px;
  width: 500px;
  font-family: "Montserrat", sans-serif;
  font-style: italic;
  font-size: 17px;
  line-height: 1.75;
  color: rgba(17, 24, 39, 0.7);
}

/* ===== Service Areas ===== */

.dw-areas {
  background-color: #fff;
  padding: 80px 20px;
}

/* внутренний контейнер */

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

/* Заголовок */
.dw-areas__title {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 32px auto;
  padding: 0 10px;
  font-family: "Cormorant Garamond", serif;
  font-size: 26px;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #111;
}

/* Сетка */
.dw-areas__grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px 40px;
}

/* Колонки */
.dw-areas__col {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

/* Ссылки городов */
.dw-areas__link {
  text-decoration: none;
  color: #111;
  font-size: 15px;
  line-height: 1.4;
  transition:
    transform 0.2s ease,
    color 0.2s ease;
}

/* Hover эффект */
.dw-areas__link:hover {
  transform: scale(1.06);
  color: #000;
}

/* ===================== WHY CHOOSE US BLOCK ===================== */

/* Section */
.page-city .city-section {
  padding: 54px 0;
}

.page-city .city-section--neutral {
  background: url(images/rewievs.jpg);
}

/* Container text */
.page-city .city-wrap p {
  margin: 0 0 14px;
  font-size: 16px;
  line-height: 1.9;
  color: rgba(17, 24, 39, 0.78);
}

/* Grid layout */
.page-city .city-two {
  display: grid;
  grid-template-columns: 1.4fr 1.4fr;
  gap: 28px;
  align-items: start;
}

/* Headings */

.page-city .city-h2 {
  margin: 0 0 12px;
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  font-size: 40px;
  line-height: 1.1;
  color: #0b0f14;
}

.page-city .city-h3 {
  margin: 0 0 10px;
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  font-size: 24px;
  color: #0b0f14;
}

/* Proof card */

.page-city .city-proof {
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(17, 24, 39, 0.1);
  border-radius: 18px;
  padding: 18px 18px 8px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.1);
}

/* Bullet list */

.page-city .city-bullets {
  margin: 10px 0 18px;
  padding-left: 18px;
  line-height: 1.9;
  color: rgba(17, 24, 39, 0.78);
}
/* ===== CITY HERO: centered, no glass box, navbar blur stays ===== */

/* navbar blur оставляем */
.page-city .topbar {
  backdrop-filter: blur(12px) !important;
  -webkit-backdrop-filter: blur(12px) !important;
}

/* HERO */
.page-city .city-hero {
  position: relative !important;
  width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  min-height: 86vh !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 96px 16px 56px !important;
  overflow: hidden !important;
  text-align: center !important;
}

.page-city .city-hero__bg {
  position: absolute !important;
  inset: 0 !important;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  filter: none !important;
  transform: none !important;
}

.seo-hero-img {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
}

/* HERO CONTENT — убираем glass box */
.page-city .city-hero__inner,
.page-city .city-hero__inner.container {
  position: relative !important;
  inset: auto !important;
  left: auto !important;
  right: auto !important;
  top: auto !important;
  bottom: auto !important;
  z-index: 2 !important;

  width: min(900px, calc(100% - 32px)) !important;
  max-width: 900px !important;
  margin: 0 auto !important;
  padding: 0 !important;

  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;

  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

/* TITLE */
.page-city .city-h1 {
  margin: 0 0 16px !important;
  font-family: "Cormorant Garamond", serif !important;
  font-weight: 500 !important;
  font-size: clamp(38px, 5vw, 64px) !important;
  line-height: 1.06 !important;
  letter-spacing: 0.03em !important;
  color: #fafafa !important;
  text-align: center !important;
  max-width: 700px !important;
  overflow-wrap: normal !important;
  word-break: normal !important;
}

/* SUBTEXT */
.page-city .city-hero__sub {
  margin: 0 0 24px !important;
  max-width: 760px !important;
  font-size: 17px !important;
  line-height: 1.75 !important;
  color: #ffffff !important;
  text-align: center !important;
  overflow-wrap: break-word !important;
  word-break: normal !important;
}

/* BUTTONS */
.page-city .city-hero__actions {
  display: flex !important;
  gap: 12px !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
  align-items: center !important;
}
/* =========================================================
   UNIVERSAL "NOT SURE WHERE TO START?" BLOCK
   Reusable on all pages
   ========================================================= */

.dw-start-block {
  padding: 72px 20px 88px;
  background: #ffffff;
}

.dw-start-block__container {
  width: min(100%, 980px);
  margin: 0 auto;
}

.dw-start-block__inner {
  text-align: center;
}

.dw-start-block__title {
  margin: 0 0 18px;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2rem, 3.3vw, 3rem);
  line-height: 1.12;
  font-weight: 500;
  color: #1d2433;
}

.dw-start-block__text {
  max-width: 900px;
  margin: 0 auto 22px;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(1rem, 1.1vw, 1.14rem);
  line-height: 1.85;
  font-weight: 400;
  color: #576274;
}

.dw-start-block__link {
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-size: 0.98rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-decoration: none;
  color: #1d2433;
  transition: color 0.25s ease;
}

.dw-start-block__link:hover {
  color: #8b6a45;
}

.dw-start-block__link:focus-visible {
  outline: 2px solid #1d2433;
  outline-offset: 4px;
}
.dw-start-block__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 156px;
  min-height: 46px;
  padding: 11px 22px;
  border-radius: 999px;
  border: 1px solid rgba(29, 36, 51, 0.08);
  background: #f7f6f4;
  box-shadow: 0 10px 24px rgba(17, 24, 39, 0.05);

  font-family: "Montserrat", sans-serif;
  font-size: 0.82rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-decoration: none;
  color: #1d2433;

  transition:
    background 0.25s ease,
    color 0.25s ease,
    transform 0.25s ease,
    box-shadow 0.25s ease,
    border-color 0.25s ease;
}

.dw-start-block__button:hover {
  background: #ece8e1;
  color: #1d2433;
  border-color: rgba(139, 106, 69, 0.28);
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(17, 24, 39, 0.08);
}

.dw-start-block__button:focus-visible {
  outline: 2px solid #b38a5a;
  outline-offset: 4px;
}
/* ===== MOBILE ===== */
@media (max-width: 768px) {
  .page-city .city-hero {
    min-height: 100svh !important;
    padding: 60px 14px 42px !important;
  }

  .page-city .city-hero__inner,
  .page-city .city-hero__inner.container {
    width: min(100%, 360px) !important;
    max-width: 360px !important;
  }

  .page-city .city-h1 {
    margin: 0 0 16px !important;
    max-width: 100% !important;
    font-size: clamp(38px, 7vw, 40px) !important;
    line-height: 1.1 !important;
    letter-spacing: 0.02em !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
  }

  .page-city .city-hero__sub {
    margin: 0 0 22px !important;
    max-width: 100% !important;
    font-size: 15px !important;
    line-height: 1.65 !important;
  }

  .page-city .city-hero__actions {
    width: 100% !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 12px !important;
  }

  .page-city .city-hero__actions .btn {
    width: min(100%, 300px) !important;
    justify-content: center !important;
  }
}

/* =========================================================
   ALL MEDIA QUERIES MOVED TO END
========================================================= */

@media (max-width: 1100px) {
  .dw-materials-list {
    grid-template-columns: repeat(6, 1fr);
  }

  .dw-material-card {
    grid-column: span 2 !important;
  }

  .dw-material-card:nth-child(1) {
    grid-column: 1 / span 2 !important;
  }

  .dw-material-card:nth-child(2) {
    grid-column: 3 / span 2 !important;
  }

  .dw-material-card:nth-child(3) {
    grid-column: 5 / span 2 !important;
  }

  .dw-material-card:nth-child(4) {
    grid-column: 2 / span 2 !important;
  }

  .dw-material-card:nth-child(5) {
    grid-column: 4 / span 2 !important;
  }

  .dw-material-card:nth-child(6) {
    grid-column: 2 / span 2 !important;
  }

  .dw-material-card:nth-child(7) {
    grid-column: 4 / span 2 !important;
  }

  .dw-main {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .dw-image-col {
    order: 2;
  }

  .dw-services-col {
    order: 1;
  }

  .dw-image-col img {
    height: 460px;
  }

  .dw-areas__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1024px) {
  .dw-trust__row {
    gap: 40px;
  }
}

@media (max-width: 920px) {
  .page-city .trust-strip__inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .page-city .city-two,
  .page-city .city-two--reverse {
    grid-template-columns: 1fr;
  }

  .page-city .city-bullets--cols {
    columns: 1;
  }
}

@media (max-width: 900px) {
  .dw-contractor-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .dw-contractor-card {
    max-width: 520px;
    margin: 0 auto;
  }

  .dw-contractor-title {
    font-size: 34px;
  }

  .dw-removal__grid {
    grid-template-columns: 1fr;
  }

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

  .dw-wallpaper2__grid {
    grid-template-columns: 1fr;
  }

  .dw-wallpaper2__card {
    padding: 22px;
  }

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

  .dw-paint2__grid {
    grid-template-columns: 1fr;
  }

  .dw-paint2__card {
    padding: 22px;
  }

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

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

  .dw-commercial__card {
    padding: 22px;
  }

  .page-city .city-text-full__inner {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .page-city .city-text-full {
    padding: 60px 20px;
  }

  .page-city .city-wide-two {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 10px 20px 50px;
  }
}

@media (max-width: 768px) {
  .page-city .city-bullets--two {
    columns: 1;
  }

  .dw-faq {
    padding: 70px 16px;
  }

  .dw-faq__title {
    font-size: 36px;
  }

  .dw-faq__question {
    font-size: 16px;
  }

  .dw-trust {
    padding: 8px 0;
  }

  .dw-trust__row {
    gap: 20px 30px;
  }

  .dw-trust__item {
    font-size: 13px;
  }
}

@media (max-width: 767px) {
  .dw-materials {
    margin: 30px auto 40px;
    margin-bottom: 32px;
  }

  .dw-materials-heading {
    font-size: 22px;
    padding: 0 46px;
    letter-spacing: 0.1em;
  }

  .dw-materials-heading::before,
  .dw-materials-heading::after {
    width: 26px;
  }

  .dw-materials-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .dw-material-card,
  .dw-material-card:nth-child(n) {
    grid-column: auto !important;
    min-height: 114px;
    padding: 14px 10px 14px;
  }

  .dw-material-thumb {
    width: 46px;
    height: 46px;
    flex: 0 0 46px;
    margin-bottom: 10px;
  }

  .dw-material-label {
    font-size: 13px;
    line-height: 1.24;
    max-width: 100%;
  }

  .dw-installation-services {
    padding: 54px 0 58px;
  }

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

  .dw-top {
    margin-bottom: 34px;
  }

  .dw-title {
    font-size: 42px;
    padding-top: 36px;
    padding-bottom: 18px;
  }

  .dw-title::before {
    font-size: 10px;
    letter-spacing: 0.32em;
  }

  .dw-title::after {
    font-size: 18px;
    letter-spacing: 0.18em;
    padding-bottom: 14px;
    background:
      linear-gradient(#d9c9b6, #d9c9b6) center bottom / 100% 1px no-repeat,
      linear-gradient(#c89a58, #c89a58) center bottom / 78px 3px no-repeat;
  }

  .dw-intro,
  .dw-text {
    font-size: 16px;
    line-height: 1.65;
  }

  .dw-services-heading {
    font-size: 20px;
    text-align: center;
  }

  .dw-services-list {
    grid-template-columns: 1fr;
    padding: 20px 18px;
    gap: 14px;
  }

  .dw-services-list li {
    font-size: 15px;
  }

  .dw-image-col img {
    height: 300px;
  }
}

@media (max-width: 700px) {
  .dw-areas__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px) {
  .dw-areas__grid {
    grid-template-columns: 1fr;
  }

  .dw-trust__row {
    gap: 16px 20px;
  }

  .dw-trust__item {
    font-size: 12.5px;
  }
}
@media (max-width: 768px) {
  .dw-footer__socials {
    gap: 10px;
  }
}
@media (max-width: 768px) {
  .dw-paint2 {
    padding: 56px 14px;
    overflow-x: hidden;
  }

  .dw-paint2__inner {
    width: 100%;
    max-width: 100%;
  }

  .dw-paint2__card {
    padding: 20px 16px;
    overflow: hidden;
    box-sizing: border-box;
  }

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

  .dw-paint2__media,
  .dw-paint2__content {
    min-width: 0;
    width: 100%;
    max-width: 100%;
  }

  .dw-paint2__img {
    width: 100%;
    height: auto;
    display: block;
  }

  .dw-paint2__title {
    font-size: 30px;
    line-height: 1.08;
  }

  .dw-paint2__p,
  .dw-paint2__subhead,
  .dw-paint2__list,
  .dw-paint2__bottom {
    font-size: 15.5px;
    line-height: 1.75;
  }

  .dw-paint2__bottom {
    width: 100%;
    max-width: 100%;
    overflow-wrap: anywhere;
    word-break: break-word;
  }

  .dw-paint2__bottom a,
  .dw-paint2__content a {
    overflow-wrap: anywhere;
    word-break: break-word;
  }
}
@media (max-width: 768px) {
  .dw-wallpaper2,
  .dw-removal,
  .dw-commercial {
    padding: 56px 14px;
    overflow-x: hidden;
  }

  .dw-wallpaper2__inner,
  .dw-removal__inner,
  .dw-commercial__inner {
    width: 100%;
    max-width: 100%;
  }

  .dw-wallpaper2__card,
  .dw-removal__card,
  .dw-commercial__card {
    padding: 20px 16px;
    overflow: hidden;
    box-sizing: border-box;
  }

  .dw-wallpaper2__grid,
  .dw-removal__grid,
  .dw-commercial__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 22px;
    align-items: start;
  }

  .dw-wallpaper2__media,
  .dw-wallpaper2__content,
  .dw-removal__media,
  .dw-removal__text,
  .dw-commercial__media,
  .dw-commercial__content {
    min-width: 0;
    width: 100%;
    max-width: 100%;
  }

  .dw-wallpaper2__img,
  .dw-removal__img,
  .dw-commercial__img {
    width: 100%;
    height: auto;
    display: block;
  }

  .dw-wallpaper2__title,
  .dw-removal__title,
  .dw-commercial__title {
    font-size: 30px;
    line-height: 1.08;
  }

  .dw-wallpaper2__p,
  .dw-wallpaper2__subhead,
  .dw-wallpaper2__list,
  .dw-wallpaper2__bottom,
  .dw-removal__p,
  .dw-removal__subhead,
  .dw-removal__list,
  .dw-removal__bottom,
  .dw-commercial__p {
    font-size: 15.5px;
    line-height: 1.75;
  }

  .dw-wallpaper2__bottom,
  .dw-removal__bottom,
  .dw-commercial__content,
  .dw-wallpaper2__content,
  .dw-removal__text {
    width: 100%;
    max-width: 100%;
    overflow-wrap: anywhere;
    word-break: break-word;
  }

  .dw-wallpaper2__bottom a,
  .dw-wallpaper2__content a,
  .dw-removal__bottom a,
  .dw-removal__text a,
  .dw-commercial__content a {
    overflow-wrap: anywhere;
    word-break: break-word;
  }
}
.dw-removal__mediaMobile {
  display: none;
}

@media (max-width: 768px) {
  .dw-removal__grid {
    grid-template-columns: 1fr;
  }

  .dw-removal__media {
    display: none;
  }

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

  .dw-removal__mediaMobile {
    display: block;
    margin: 18px 0 20px;
  }

  .dw-removal__mediaMobile .dw-removal__caption {
    margin-top: 12px;
  }
}
.dw-paint2__mediaMobile {
  display: none;
}

@media (max-width: 768px) {
  .dw-paint2__grid {
    grid-template-columns: 1fr;
  }

  .dw-paint2__media {
    display: none;
  }

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

  .dw-paint2__mediaMobile {
    display: block;
    margin: 18px 0 20px;
  }

  .dw-paint2__mediaMobile .dw-paint2__caption {
    margin-top: 12px;
  }
}
.dw-wallpaper2__mediaMobile {
  display: none;
}

@media (max-width: 768px) {
  .dw-wallpaper2__grid {
    grid-template-columns: 1fr;
  }

  .dw-wallpaper2__media {
    display: none;
  }

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

  .dw-wallpaper2__mediaMobile {
    display: block;
    margin: 18px 0 20px;
  }

  .dw-wallpaper2__mediaMobile .dw-wallpaper2__caption {
    margin-top: 12px;
  }
}
.dw-commercial__mediaMobile {
  display: none;
}

@media (max-width: 768px) {
  .dw-commercial__grid {
    grid-template-columns: 1fr;
  }

  .dw-commercial__media {
    display: none;
  }

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

  .dw-commercial__mediaMobile {
    display: block;
    margin: 18px 0 20px;
  }

  .dw-commercial__mediaMobile .dw-commercial__caption {
    margin-top: 12px;
  }
}
@media (max-width: 767.98px) {
  .dw-start-block__button {
    min-width: 144px;
    min-height: 42px;
    padding: 10px 20px;
    font-size: 0.78rem;
    letter-spacing: 0.12em;
  }
}

@media (max-width: 479.98px) {
  .dw-start-block__button {
    width: auto;
    max-width: none;
  }
}
