.construction-v3--projects,
.construction-v3--services,
.construction-v3--technologies {
  min-height: calc(100svh - 60px);
  background:
    linear-gradient(180deg, rgba(77, 133, 94, 0.15), transparent 420px),
    #07110c;
  color: #f8f5f0;
}

.construction-v3--projects > .construction-v3-shell {
  padding-bottom: clamp(70px, 8vw, 112px);
}

.construction-v3-projects-toolbar {
  position: relative;
  z-index: 3;
  margin: -34px 0 clamp(42px, 5vw, 62px);
}

.construction-v3-projects-toolbar .construction-v3-filters {
  border: 1px solid rgba(119, 216, 154, 0.24);
  border-radius: 8px;
  background: rgba(3, 10, 6, 0.94);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.38);
}

.construction-v3-projects-hero {
  position: relative;
  isolation: isolate;
  min-width: 0;
  margin: 18px 0 clamp(34px, 4vw, 52px);
  overflow: hidden;
  border: 1px solid rgba(119, 216, 154, 0.2);
  border-radius: 9px;
  background:
    linear-gradient(145deg, rgba(119, 216, 154, 0.1), rgba(201, 170, 114, 0.055)),
    #0b1710;
  box-shadow:
    0 28px 74px rgba(0, 0, 0, 0.34),
    inset 0 1px rgba(255, 255, 255, 0.025);
}

.construction-v3-projects-hero__media {
  position: absolute;
  z-index: -2;
  top: 0;
  right: 0;
  bottom: 0;
  width: min(65%, 860px);
  overflow: hidden;
}

.construction-v3-projects-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.9) contrast(1.04);
}

.construction-v3-projects-hero__shade {
  position: absolute;
  z-index: -1;
  inset: 0;
  background:
    linear-gradient(90deg, #07110c 0%, rgba(7, 17, 12, 0.98) 34%, rgba(7, 17, 12, 0.72) 64%, rgba(7, 17, 12, 0.32) 100%),
    linear-gradient(0deg, rgba(7, 17, 12, 0.88) 0%, transparent 58%);
  pointer-events: none;
}

.construction-v3-projects-hero__head.construction-v3-page-head {
  z-index: 1;
  max-width: 720px;
  padding: clamp(36px, 4.5vw, 58px) clamp(24px, 3.6vw, 50px) 30px;
}

.construction-v3-projects-hero__head h1 {
  margin-bottom: 16px;
  font-size: clamp(46px, 5vw, 68px);
}

.construction-v3-projects-hero__head .construction-v3-page-head__intro {
  max-width: 660px;
  color: rgba(248, 245, 240, 0.72);
  font-size: clamp(16px, 1.4vw, 19px);
  line-height: 1.5;
}

.construction-v3-projects-hero__head .construction-v3-page-head__count {
  display: inline-flex;
  align-items: baseline;
  gap: 6px;
  width: max-content;
  margin-top: 18px;
  padding: 7px 11px;
  border: 1px solid rgba(119, 216, 154, 0.25);
  border-radius: 999px;
  background: rgba(5, 14, 9, 0.64);
  color: rgba(248, 245, 240, 0.72);
  font: 600 13px/1.2 "Roboto Condensed", Arial, sans-serif;
}

.construction-v3-projects-hero__head .construction-v3-page-head__count strong {
  color: var(--cv3-green-light);
  font-size: 16px;
}

.construction-v3-filters {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(250px, 1.7fr) repeat(3, minmax(145px, 0.85fr)) auto;
  align-items: end;
  gap: 13px;
  margin: 0;
  padding: 20px clamp(24px, 3.6vw, 50px);
  border: 0;
  border-top: 1px solid rgba(201, 170, 114, 0.22);
  border-radius: 0;
  background: rgba(3, 10, 6, 0.87);
  color: #f8f5f0;
  box-shadow: none;
  backdrop-filter: blur(14px);
}

.construction-v3-filters__field {
  display: grid;
  gap: 8px;
  min-width: 0;
}

.construction-v3-filters__field label {
  color: rgba(248, 245, 240, 0.66);
  font: 700 11px/1.2 "Roboto Condensed", Arial, sans-serif;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.construction-v3-filters__field input,
.construction-v3-filters__field select {
  width: 100%;
  min-width: 0;
  height: 48px;
  padding: 0 13px;
  border: 1px solid rgba(248, 245, 240, 0.22);
  border-radius: 5px;
  outline: 0;
  background: rgba(255, 255, 255, 0.055);
  color: #fff;
  font-size: 14px;
  line-height: 48px;
}

.construction-v3-filters__field select {
  padding-right: 10px;
  background-color: rgba(255, 255, 255, 0.055);
  color-scheme: dark;
}

.construction-v3-filters__field select option {
  background: var(--cv3-forest);
  color: #fff;
}

.construction-v3-filters__field input::placeholder {
  color: rgba(248, 245, 240, 0.47);
}

.construction-v3-filters__field input:hover,
.construction-v3-filters__field select:hover,
.construction-v3-filters__field input:focus,
.construction-v3-filters__field select:focus {
  border-color: var(--cv3-gold);
  background-color: rgba(255, 255, 255, 0.09);
}

.construction-v3-filters__actions {
  display: flex;
  align-items: center;
  gap: 14px;
}

.construction-v3-filters__actions .construction-v3-button {
  min-height: 48px;
  padding: 11px 21px;
}

.construction-v3-filters__actions .construction-v3-text-link {
  color: #f8f5f0;
  font-size: 12px;
}

.construction-v3-catalog {
  min-width: 0;
}

.construction-v3-object-nav {
  display: flex;
  position: relative;
  z-index: 8;
  flex-wrap: wrap;
  gap: 8px;
  margin: -28px 0 clamp(26px, 3vw, 40px);
  padding: 10px;
  border: 1px solid rgba(119, 216, 154, 0.22);
  border-radius: 7px;
  background: rgba(3, 10, 6, 0.96);
  box-shadow: 0 20px 56px rgba(0, 0, 0, 0.3);
  transform: translateZ(0);
}

@media (max-width: 991px) {
  .construction-v3-object-nav {
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    flex-wrap: nowrap;
    scrollbar-width: none;
    scroll-snap-type: x proximity;
    -webkit-overflow-scrolling: touch;
  }

  .construction-v3-object-nav::-webkit-scrollbar {
    display: none;
  }

  .construction-v3-object-nav a {
    flex: 0 0 auto;
    scroll-snap-align: start;
  }
}

.construction-v3-object-nav a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  border: 1px solid rgba(248, 245, 240, 0.17);
  border-radius: 4px;
  color: rgba(248, 245, 240, 0.76);
  font: 700 13px/1 "Roboto Condensed", Arial, sans-serif;
  letter-spacing: 0.04em;
  text-decoration: none;
  text-transform: uppercase;
  transition: border-color 0.28s ease, background-color 0.28s ease, color 0.28s ease, box-shadow 0.32s ease;
}

.construction-v3-object-nav a:hover,
.construction-v3-object-nav a:focus,
.construction-v3-object-nav a[aria-current="page"] {
  border-color: rgba(119, 216, 154, 0.7);
  background: rgba(119, 216, 154, 0.11);
  color: #fff;
  box-shadow: 0 0 22px rgba(71, 191, 113, 0.12);
}

.construction-v3-object-categories,
.construction-v3-object-selection {
  margin-bottom: clamp(54px, 7vw, 92px);
}

.construction-v3-object-showcase > .construction-v3-shell > .construction-v3-object-selection:last-child {
  margin-bottom: 0;
}

.construction-v3-object-categories .construction-v3-section__head,
.construction-v3-object-selection .construction-v3-section__head {
  color: #f8f5f0;
}

.construction-v3-object-categories .construction-v3-section__head > div {
  width: 100%;
  max-width: none;
}

.construction-v3-object-categories .construction-v3-section__head > div > p:last-child {
  max-width: none;
  color: rgba(248, 245, 240, 0.66);
  text-wrap: pretty;
}

.construction-v3--landing > .construction-v3-object-showcase {
  padding-bottom: clamp(24px, 3vw, 40px);
}

.construction-v3-object-showcase {
  border-top: 0;
  background:
    radial-gradient(circle at 85% 12%, rgba(71, 191, 113, 0.08), transparent 30%),
    #010101;
}

.construction-v3-object-selection {
  margin-top: clamp(58px, 7vw, 92px);
}

.construction-v3-object-selection .construction-v3-section__head > div > p:last-child {
  max-width: 920px;
  color: rgba(248, 245, 240, 0.66);
  text-wrap: pretty;
}

.construction-v3-rail--object-hub {
  min-width: 0;
}

.construction-v3-rail--object-hub .construction-v3-project-card--catalog {
  min-height: 590px;
}

.construction-v3-object-selection .construction-v3-rail__footer {
  margin-top: 20px;
}

.construction-v3-object-categories__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.construction-v3-object-category {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-template-rows: auto minmax(0, 1fr);
  min-height: 0;
  overflow: hidden;
  border: 1px solid rgba(119, 216, 154, 0.2);
  border-radius: 8px;
  background: linear-gradient(145deg, rgba(119, 216, 154, 0.075), rgba(201, 170, 114, 0.025)), #0b1710;
  box-shadow: 0 22px 64px rgba(0, 0, 0, 0.3);
  transition: border-color 0.32s ease, box-shadow 0.38s ease;
}

.construction-v3-object-category:hover,
.construction-v3-object-category:focus-within {
  border-color: rgba(119, 216, 154, 0.64);
  box-shadow: 0 28px 74px rgba(0, 0, 0, 0.4), 0 0 30px rgba(71, 191, 113, 0.12);
}

.construction-v3-object-category__media {
  display: block;
  min-width: 0;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #132319;
}

.construction-v3-object-category__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.001);
  transition: transform 0.8s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.construction-v3-object-category:hover .construction-v3-object-category__media img,
.construction-v3-object-category:focus-within .construction-v3-object-category__media img {
  transform: scale(1.05);
}

.construction-v3-object-category__body {
  display: flex;
  min-width: 0;
  min-height: 240px;
  flex-direction: column;
  justify-content: flex-start;
  padding: clamp(22px, 2.2vw, 30px);
}

.construction-v3-object-category__body > span {
  margin-bottom: 14px;
  color: var(--cv3-gold);
  font: 700 12px/1.2 "Roboto Condensed", Arial, sans-serif;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.construction-v3 .construction-v3-object-category h3 {
  margin: 0 0 19px;
  font-size: 30px;
  font-weight: 700;
  line-height: 0.98;
  letter-spacing: -0.025em;
  text-transform: uppercase;
}

.construction-v3-object-category h3 a {
  display: inline;
  padding-bottom: 5px;
  background-image: linear-gradient(var(--cv3-gold), var(--cv3-gold));
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 72px 2px;
  color: #fff;
  text-decoration: none;
  text-shadow: 0 0 22px rgba(119, 216, 154, 0.08);
  transition:
    background-size 0.32s ease,
    color 0.28s ease,
    text-shadow 0.32s ease;
}

.construction-v3--landing .construction-v3-object-category h3 {
  line-height: 1.3;
}

.construction-v3--landing .construction-v3-object-category h3 a {
  padding-bottom: 2px;
  font-family: inherit;
  font-size: 30px;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}

.construction-v3-object-category h3 a:hover,
.construction-v3-object-category h3 a:focus {
  background-size: 100% 2px;
  color: var(--cv3-green-light);
  text-shadow: 0 0 22px rgba(119, 216, 154, 0.3);
}

.construction-v3-object-category__body > p {
  margin: 0 0 22px;
  color: rgba(248, 245, 240, 0.66);
  font-size: 15px;
  line-height: 1.55;
}

.construction-v3-object-category__body .construction-v3-text-link {
  align-self: flex-start;
  margin-top: auto;
}

.construction-v3-cabins__price-notice {
  max-width: 920px;
}

.construction-v3-bath-intro {
  display: grid;
  grid-template-columns: minmax(260px, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(30px, 5vw, 76px);
  margin-bottom: clamp(58px, 7vw, 96px);
  padding: clamp(28px, 4vw, 50px);
  border: 1px solid rgba(119, 216, 154, 0.2);
  border-radius: 8px;
  background: linear-gradient(145deg, rgba(119, 216, 154, 0.07), transparent 64%), #09160f;
}

.construction-v3-group-filter {
  margin: 0 0 clamp(26px, 3vw, 40px);
}

.construction-v3-object-nav + .construction-v3-group-intro,
.construction-v3-group-filter + .construction-v3-group-intro {
  margin-top: 0;
}

.construction-v3-bath-directions {
  margin-bottom: clamp(64px, 8vw, 104px);
}

.construction-v3-bath-directions__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.construction-v3-bath-direction {
  display: flex;
  min-width: 0;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(119, 216, 154, 0.2);
  border-radius: 7px;
  background: #0b1710;
  color: #fff;
  text-decoration: none;
  transition: border-color 0.3s ease, box-shadow 0.35s ease, transform 0.35s ease;
}

.construction-v3-bath-direction:hover,
.construction-v3-bath-direction:focus-visible {
  border-color: rgba(119, 216, 154, 0.68);
  color: #fff;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.34), 0 0 26px rgba(71, 191, 113, 0.12);
  text-decoration: none;
  transform: translateY(-2px);
}

.construction-v3-bath-direction__media {
  display: block;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #142119;
}

.construction-v3-bath-direction__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.75s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.construction-v3-bath-direction:hover .construction-v3-bath-direction__media img,
.construction-v3-bath-direction:focus-visible .construction-v3-bath-direction__media img {
  transform: scale(1.05);
}

.construction-v3-bath-direction__body {
  display: flex;
  min-height: 96px;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
  padding: 18px 20px;
}

.construction-v3-bath-direction__body strong {
  font: 700 21px/1.12 "Roboto Condensed", Arial, sans-serif;
}

.construction-v3-bath-direction__body > span {
  color: var(--cv3-green-light);
  font: 700 12px/1.2 "Roboto Condensed", Arial, sans-serif;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.construction-v3-bath-technology-rail {
  padding-top: clamp(12px, 2vw, 28px);
  border-top: 1px solid rgba(119, 216, 154, 0.14);
}

.construction-v3-object-selection[data-v3-project-rail] {
  margin-top: 30px;
  margin-bottom: 30px;
}

.construction-v3-technology-object-groups {
  padding-top: clamp(58px, 7vw, 92px);
  padding-bottom: clamp(28px, 4vw, 54px);
}

.construction-v3-technology-object-groups > .construction-v3-section__head {
  margin-bottom: clamp(42px, 5vw, 68px);
}

.construction-v3-technology-object-rail + .construction-v3-technology-object-rail {
  margin-top: clamp(54px, 7vw, 88px);
}

.construction-v3-technology-object-rail .construction-v3-section__head h3 {
  margin: 0;
  color: #f8f5f0;
  font: 700 clamp(28px, 3vw, 42px)/1.05 "Roboto Condensed", Arial, sans-serif;
  text-transform: uppercase;
}

.construction-v3-bath-technology-nav {
  display: flex;
  gap: 8px;
  margin: 18px 0 clamp(42px, 5vw, 68px);
  overflow-x: auto;
  scrollbar-width: thin;
}

.construction-v3-bath-technology-nav a {
  flex: 0 0 auto;
  padding: 11px 14px;
  border: 1px solid rgba(248, 245, 240, 0.13);
  border-radius: 4px;
  color: rgba(248, 245, 240, 0.74);
  font: 700 13px/1.2 "Roboto Condensed", Arial, sans-serif;
  text-decoration: none;
  transition: border-color 0.28s ease, background-color 0.28s ease, color 0.28s ease;
}

.construction-v3-bath-technology-nav a:hover,
.construction-v3-bath-technology-nav a:focus-visible,
.construction-v3-bath-technology-nav a[aria-current="page"] {
  border-color: rgba(119, 216, 154, 0.7);
  background: rgba(119, 216, 154, 0.1);
  color: #fff;
}

.construction-v3-bath-technology-intro {
  display: grid;
  grid-template-columns: minmax(260px, 0.78fr) minmax(0, 1.22fr);
  gap: clamp(30px, 5vw, 76px);
  margin-bottom: clamp(58px, 7vw, 90px);
  padding: clamp(28px, 4vw, 50px);
  border: 1px solid rgba(119, 216, 154, 0.2);
  border-radius: 8px;
  background: linear-gradient(145deg, rgba(119, 216, 154, 0.07), transparent 64%), #09160f;
}

.construction-v3-bath-technology-intro h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(34px, 3.4vw, 50px);
}

.construction-v3-object-technology-intro .construction-v3-prose {
  align-self: center;
  max-width: none;
  margin-top: 0;
  color: #fff;
  font-size: 16px;
  line-height: 1.65;
}

.construction-v3-object-technology-intro .construction-v3-prose p,
.construction-v3-object-technology-intro .construction-v3-prose li {
  color: #fff;
  font-size: inherit;
  line-height: inherit;
}

.construction-v3-object-technology-intro .construction-v3-prose p {
  margin: 0 0 14px;
}

.construction-v3-object-technology-intro .construction-v3-prose > *:last-child {
  margin-bottom: 0;
}

.construction-v3-bath-intro h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(34px, 3.6vw, 50px);
  line-height: 1.02;
}

.construction-v3-bath-intro .construction-v3-prose {
  align-self: center;
  color: rgba(248, 245, 240, 0.74);
  font-size: 16px;
  line-height: 1.65;
}

.construction-v3-bath-intro.construction-v3-group-intro .construction-v3-prose {
  margin-top: 30px;
}

.construction-v3-bath-intro .construction-v3-prose p {
  max-width: none;
  margin: 0 0 15px;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}

.construction-v3-bath-intro .construction-v3-prose p:last-child {
  margin-bottom: 0;
}

.construction-v3-catalog-editorial .construction-v3-service-story__head > p:not(.construction-v3-eyebrow) {
  color: #fff;
}

.construction-v3-baths__price-notice {
  max-width: 980px;
}

.construction-v3-catalog-seo,
.construction-v3-technology-intro {
  display: grid;
  grid-template-columns: minmax(240px, 0.7fr) minmax(0, 1.3fr);
  gap: clamp(26px, 4vw, 70px);
  margin-top: clamp(42px, 5vw, 68px);
  padding: clamp(26px, 3vw, 44px);
  border: 1px solid rgba(119, 216, 154, 0.2);
  border-radius: 6px;
  background:
    linear-gradient(145deg, rgba(119, 216, 154, 0.07), rgba(201, 170, 114, 0.025) 65%, transparent),
    #09160f;
  box-shadow: 0 20px 58px rgba(0, 0, 0, 0.24);
}

.construction-v3-technology-intro {
  margin: 0 0 clamp(42px, 5vw, 68px);
}

.construction-v3-catalog-seo h2,
.construction-v3-technology-intro h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(30px, 3vw, 44px);
}

.construction-v3-catalog-seo .construction-v3-prose,
.construction-v3-technology-intro .construction-v3-prose {
  max-width: 780px;
  color: rgba(248, 245, 240, 0.72);
  font-size: 16px;
  line-height: 1.65;
}

.construction-v3-catalog-seo .construction-v3-prose p,
.construction-v3-technology-intro .construction-v3-prose p {
  margin: 0 0 16px;
  color: #f8f5f0;
  font-size: inherit;
  line-height: inherit;
}

.construction-v3-catalog-seo .construction-v3-prose > *:last-child,
.construction-v3-technology-intro .construction-v3-prose > *:last-child {
  margin-bottom: 0;
}

.construction-v3-technology-intro .construction-v3-prose h2,
.construction-v3-technology-intro .construction-v3-prose h3,
.construction-v3-technology-intro .construction-v3-prose h4 {
  margin: 24px 0 10px;
  color: #fff;
  font-size: 22px;
}

.construction-v3-project-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
  gap: 22px;
}

.construction-v3-project-grid .construction-v3-project-card {
  min-width: 0;
  flex-direction: column;
}

.construction-v3-project-grid .construction-v3-project-card__media {
  aspect-ratio: 16 / 9.8;
  min-height: 0;
}

.construction-v3-project-grid .construction-v3-project-card__body {
  min-height: 285px;
}

.construction-v3-project-grid .construction-v3-project-card--catalog {
  overflow: hidden;
  border: 1px solid rgba(119, 216, 154, 0.19);
  border-radius: 9px;
  background:
    linear-gradient(145deg, rgba(119, 216, 154, 0.075), rgba(201, 170, 114, 0.035) 55%, transparent),
    #101b14;
  color: #edf4ee;
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.28);
  transition:
    border-color 0.34s ease,
    box-shadow 0.4s ease;
}

.construction-v3-project-grid .construction-v3-project-card--catalog:hover,
.construction-v3-project-grid .construction-v3-project-card--catalog:focus-within {
  border-color: rgba(119, 216, 154, 0.64);
  box-shadow:
    0 28px 70px rgba(0, 0, 0, 0.38),
    0 0 30px rgba(71, 191, 113, 0.14);
}

.construction-v3-project-grid .construction-v3-project-card--catalog .construction-v3-project-card__media {
  aspect-ratio: 16 / 10;
  background: #142219;
}

.construction-v3-project-grid .construction-v3-project-card--catalog .construction-v3-project-card__media img {
  transform: scale(1.001);
  transition: transform 0.78s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.construction-v3-project-grid .construction-v3-project-card--catalog:hover .construction-v3-project-card__media img,
.construction-v3-project-grid .construction-v3-project-card--catalog:focus-within .construction-v3-project-card__media img {
  transform: scale(1.05);
}

.construction-v3-project-grid .construction-v3-project-card--catalog .construction-v3-project-card__body {
  min-height: 354px;
  padding: 20px;
}

.construction-v3-project-grid .construction-v3-project-card--catalog .construction-v3-project-card__line {
  min-height: 1.15em;
  margin-bottom: 9px;
  color: var(--cv3-green-light);
  font-size: 13px;
  letter-spacing: 0.055em;
}

.construction-v3-project-grid .construction-v3-project-card--catalog .construction-v3-project-card__title {
  min-height: 2.05em;
  margin: 0;
  color: #fff;
  font-size: clamp(27px, 2vw, 31px);
  line-height: 1.025;
  letter-spacing: -0.015em;
  text-transform: uppercase;
}

.construction-v3-project-grid .construction-v3-project-card--catalog .construction-v3-project-card__title a {
  display: inline;
  color: inherit;
  text-decoration: none;
}

.construction-v3-project-grid .construction-v3-project-card--catalog .construction-v3-project-card__title a:hover,
.construction-v3-project-grid .construction-v3-project-card--catalog .construction-v3-project-card__title a:focus {
  color: var(--cv3-green-light);
  text-shadow: 0 0 20px rgba(119, 216, 154, 0.3);
}

.construction-v3-project-grid .construction-v3-project-card--catalog .construction-v3-project-card__price {
  margin-top: 14px;
  color: var(--cv3-gold);
  font-size: clamp(27px, 2.2vw, 32px);
}

.construction-v3-project-grid .construction-v3-project-card--catalog .construction-v3-project-card__price-note {
  min-height: 2.7em;
}

.construction-v3-project-grid .construction-v3-project-card--catalog .construction-v3-project-card__facts {
  gap: 7px;
  margin: 15px 0 0;
}

.construction-v3-project-grid .construction-v3-project-card--catalog .construction-v3-project-card__facts div {
  min-width: 0;
  padding: 9px 10px;
  border: 1px solid rgba(255, 255, 255, 0.025);
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.065);
}

.construction-v3-project-grid .construction-v3-project-card--catalog .construction-v3-project-card__facts dt {
  color: rgba(237, 244, 238, 0.48);
  font-size: 10px;
  line-height: 1.2;
}

.construction-v3-project-grid .construction-v3-project-card--catalog .construction-v3-project-card__facts dd {
  max-width: 100%;
  color: #fff;
  font-size: 14px;
  -webkit-hyphens: auto;
  hyphens: auto;
  overflow-wrap: break-word;
  white-space: normal;
  word-break: normal;
}

.construction-v3-project-grid .construction-v3-project-card--catalog .construction-v3-project-card__actions {
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 9px;
  margin-top: auto;
  padding-top: 17px;
}

.construction-v3-project-grid .construction-v3-project-card--catalog .construction-v3-project-card__actions > a,
.construction-v3-project-grid .construction-v3-project-card--catalog .construction-v3-project-card__actions > button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  margin: 0;
  padding: 0 14px;
  border: 0;
  border-radius: 5px;
  appearance: none;
  color: #07100c;
  cursor: pointer;
  font: 700 14px/1 "Roboto Condensed", Arial, sans-serif;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition:
    background-color 0.28s ease,
    box-shadow 0.34s ease,
    color 0.28s ease,
    filter 0.28s ease;
}

.construction-v3-project-grid .construction-v3-project-card--catalog .construction-v3-project-card__primary-action {
  background: var(--cv3-green-light);
}

.construction-v3-project-grid .construction-v3-project-card--catalog .construction-v3-project-card__secondary-action {
  background: var(--cv3-gold);
}

.construction-v3-project-grid .construction-v3-project-card--catalog .construction-v3-project-card__primary-action:hover,
.construction-v3-project-grid .construction-v3-project-card--catalog .construction-v3-project-card__primary-action:focus {
  color: #07100c;
  filter: brightness(1.05);
  box-shadow: 0 0 22px rgba(119, 216, 154, 0.42);
}

.construction-v3-project-grid .construction-v3-project-card--catalog .construction-v3-project-card__secondary-action:hover,
.construction-v3-project-grid .construction-v3-project-card--catalog .construction-v3-project-card__secondary-action:focus {
  color: #07100c;
  filter: brightness(1.05);
  box-shadow: 0 0 22px rgba(201, 170, 114, 0.42);
}

.construction-v3-empty {
  padding: clamp(36px, 6vw, 72px);
  border: 1px solid var(--cv3-border);
  border-radius: 3px;
  background: var(--cv3-paper);
  color: var(--cv3-ink);
  text-align: center;
}

.construction-v3-empty h2 {
  margin-bottom: 13px;
  font-size: clamp(30px, 4vw, 44px);
}

.construction-v3-empty p {
  margin-bottom: 24px;
  color: var(--cv3-copy-muted);
}

.construction-v3-pagination {
  margin-top: 42px;
}

.construction-v3-pagination ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 7px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.construction-v3-pagination a,
.construction-v3-pagination span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  height: 44px;
  padding: 0 10px;
  border: 1px solid var(--cv3-border);
  border-radius: 2px;
  background: var(--cv3-paper);
  color: var(--cv3-ink);
  font: 700 14px/1 "Roboto Condensed", Arial, sans-serif;
  text-decoration: none;
}

.construction-v3-pagination a:hover,
.construction-v3-pagination a:focus {
  border-color: var(--cv3-green);
  color: var(--cv3-green);
  text-decoration: none;
}

.construction-v3-pagination span[aria-current="page"] {
  border-color: var(--cv3-forest);
  background: var(--cv3-forest);
  color: #fff;
}

.construction-v3--services > .construction-v3-services,
.construction-v3--technologies > .construction-v3-technologies {
  padding-top: 0;
}

.construction-v3--services > .construction-v3-services {
  background: transparent;
}

.construction-v3--services .construction-v3-service-mosaic {
  grid-auto-rows: auto;
}

.construction-v3--services .construction-v3-service-mosaic--catalog .construction-v3-service-card {
  grid-row: auto;
  min-height: 510px;
}

.construction-v3--services .construction-v3-service-mosaic--catalog .construction-v3-service-card--featured {
  min-height: 510px;
}

.construction-v3-service-directory {
  padding: 50px 0 clamp(78px, 9vw, 124px);
}

.construction-v3-service-directory__list {
  display: grid;
  gap: 24px;
}

.construction-v3-service-row {
  display: grid;
  grid-template-columns: minmax(280px, 34%) minmax(0, 1fr);
  min-height: 340px;
  overflow: hidden;
  border: 1px solid rgba(119, 216, 154, 0.18);
  border-radius: 5px;
  background: rgb(1, 1, 1);
  box-shadow: 0 22px 58px rgba(0, 0, 0, 0.34);
  transition:
    border-color 0.32s ease,
    box-shadow 0.36s ease;
}

.construction-v3-service-row--without-image {
  grid-template-columns: minmax(0, 1fr);
}

.construction-v3-service-row:hover,
.construction-v3-service-row:focus-within {
  border-color: rgba(119, 216, 154, 0.52);
  box-shadow:
    0 22px 58px rgba(0, 0, 0, 0.4),
    0 0 28px rgba(71, 191, 113, 0.12);
}

.construction-v3-service-row__media {
  position: relative;
  display: block;
  min-width: 0;
  min-height: 340px;
  overflow: hidden;
  background: #132319;
  color: inherit;
  text-decoration: none;
}

.construction-v3-service-row__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  backface-visibility: hidden;
  transform: scale(1.001);
  transition: transform 0.78s cubic-bezier(0.22, 0.61, 0.36, 1);
  will-change: transform;
}

.construction-v3-service-row:hover .construction-v3-service-row__image,
.construction-v3-service-row:focus-within .construction-v3-service-row__image {
  transform: scale(1.05);
}

.construction-v3-service-row__media-shade {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, transparent 54%, rgba(1, 1, 1, 0.72)),
    linear-gradient(0deg, rgba(1, 1, 1, 0.48), transparent 62%);
}

.construction-v3-service-row__body {
  display: grid;
  grid-template-columns: minmax(220px, 0.78fr) minmax(360px, 1.22fr);
  align-items: center;
  gap: clamp(26px, 3vw, 46px);
  min-width: 0;
  padding: clamp(28px, 3vw, 44px);
  background:
    linear-gradient(135deg, rgba(40, 91, 59, 0.2), transparent 52%),
    rgb(1, 1, 1);
}

.construction-v3-service-row--standalone .construction-v3-service-row__body {
  grid-template-columns: minmax(0, 760px);
  align-content: center;
}

.construction-v3-service-row__intro,
.construction-v3-service-row__subservices {
  min-width: 0;
}

.construction-v3-service-row__subservices {
  align-self: center;
}

.construction-v3-service-row__kicker {
  display: block;
  margin-bottom: 12px;
  color: var(--cv3-gold);
  font: 700 12px/1.2 "Roboto Condensed", Arial, sans-serif;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.construction-v3 .construction-v3-service-row h2 {
  margin: 0;
  color: #f8f5f0;
  font-size: clamp(30px, 2.7vw, 42px);
  line-height: 1;
  text-transform: none;
}

.construction-v3-service-row h2 a {
  color: inherit;
  text-decoration: none;
  background-image: linear-gradient(var(--cv3-gold), var(--cv3-gold));
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 34% 1px;
  transition:
    background-size 0.32s ease,
    color 0.28s ease,
    text-shadow 0.32s ease;
}

.construction-v3-service-row h2 a:hover,
.construction-v3-service-row h2 a:focus {
  color: var(--cv3-green-light);
  text-shadow: 0 0 20px rgba(119, 216, 154, 0.3);
  background-size: 100% 1px;
}

.construction-v3-service-row__intro > p {
  margin: 17px 0 0;
  color: rgba(248, 245, 240, 0.64);
  font-size: 15px;
  line-height: 1.55;
  overflow: visible;
  text-overflow: clip;
}

.construction-v3-service-row__price {
  display: block;
  margin-top: 15px;
  color: var(--cv3-gold);
  font: 700 15px/1.3 "Roboto Condensed", Arial, sans-serif;
}

.construction-v3-service-row__cta {
  display: inline-flex;
  width: max-content;
  margin-top: 24px;
  padding-bottom: 4px;
  border-bottom: 1px solid var(--cv3-green-light);
  color: var(--cv3-green-light);
  font: 700 13px/1.2 "Roboto Condensed", Arial, sans-serif;
  letter-spacing: 0.06em;
  text-decoration: none;
  text-transform: uppercase;
  transition:
    border-color 0.28s ease,
    color 0.28s ease,
    text-shadow 0.32s ease;
}

.construction-v3-service-row__cta:hover,
.construction-v3-service-row__cta:focus {
  border-color: #fff;
  color: #fff;
  text-decoration: none;
  text-shadow: 0 0 16px rgba(119, 216, 154, 0.42);
}

.construction-v3-service-row__subservices-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin: 0 0 13px;
  padding-bottom: 11px;
  border-bottom: 1px solid rgba(119, 216, 154, 0.22);
  color: rgba(248, 245, 240, 0.84);
  font: 700 13px/1.25 "Roboto Condensed", Arial, sans-serif;
  letter-spacing: 0.055em;
  text-transform: uppercase;
}

.construction-v3-service-row__subservices-title span {
  flex: 0 0 auto;
  color: var(--cv3-green-light);
  font-size: 11px;
}

.construction-v3-service-row__subservices ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.construction-v3-service-row__subservices li {
  display: flex;
  min-width: 0;
  align-items: stretch;
}

.construction-v3-service-row__subservices a {
  position: relative;
  display: flex;
  width: 100%;
  min-width: 0;
  min-height: 50px;
  flex-direction: column;
  justify-content: center;
  padding: 10px 12px 10px 31px;
  border: 1px solid rgba(119, 216, 154, 0.17);
  border-radius: 3px;
  background: #0c1711;
  color: rgba(248, 245, 240, 0.82);
  font-size: 13px;
  line-height: 1.28;
  text-decoration: none;
  overflow-wrap: anywhere;
  transition:
    background-color 0.28s ease,
    border-color 0.28s ease,
    box-shadow 0.32s ease,
    color 0.28s ease;
}

.construction-v3-service-row__subservices a::before {
  position: absolute;
  top: 50%;
  left: 13px;
  width: 7px;
  height: 7px;
  border: 1px solid var(--cv3-green-light);
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(119, 216, 154, 0.38);
  content: "";
  transform: translateY(-50%);
}

.construction-v3-service-row__subservices a:hover,
.construction-v3-service-row__subservices a:focus {
  border-color: rgba(119, 216, 154, 0.62);
  background: #12261a;
  color: #fff;
  box-shadow: 0 0 20px rgba(119, 216, 154, 0.12);
}

.construction-v3-service-row__subservices small,
.construction-v3-service-row__subservice-price {
  margin-top: 4px;
  color: var(--cv3-gold);
  font-size: 11px;
  line-height: 1.2;
}

.construction-v3--technologies > .construction-v3-technologies {
  padding-top: 50px;
  border-top: 0;
  background: transparent;
}

.construction-v3--technologies .construction-v3-technology-card {
  background: var(--cv3-paper);
}

@media (max-width: 1199px) {
  .construction-v3-filters {
    grid-template-columns: minmax(240px, 1.5fr) repeat(3, minmax(130px, 1fr));
  }

  .construction-v3-filters__actions {
    grid-column: 1 / -1;
    justify-content: flex-end;
  }

  .construction-v3-project-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .construction-v3-service-row__body {
    grid-template-columns: minmax(0, 1fr);
    align-content: center;
    gap: 24px;
  }

  .construction-v3-object-categories__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .construction-v3-bath-directions__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .construction-v3-object-categories__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .construction-v3-object-categories__grid > :last-child:nth-child(odd) {
    width: calc(50% - 11px);
    grid-column: 1 / -1;
    justify-self: center;
  }

  .construction-v3-project-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .construction-v3-project-grid .construction-v3-project-card--catalog {
    min-height: 430px;
    flex-direction: row;
  }

  .construction-v3-project-grid .construction-v3-project-card--catalog .construction-v3-project-card__media {
    width: 44%;
    min-height: 430px;
    flex: 0 0 44%;
    aspect-ratio: auto;
  }

  .construction-v3-project-grid .construction-v3-project-card--catalog .construction-v3-project-card__body {
    min-height: 430px;
  }
}

@media (max-width: 767px) {
  .construction-v3-projects-toolbar {
    margin: 18px 0 34px;
  }

  .construction-v3-object-nav {
    margin: 18px 0 28px;
    overflow-x: auto;
    flex-wrap: nowrap;
    scrollbar-width: none;
  }

  .construction-v3-object-nav a {
    flex: 0 0 auto;
  }

  .construction-v3-object-category {
    grid-template-columns: minmax(0, 1fr);
  }

  .construction-v3-object-categories__grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .construction-v3-object-categories__grid > :last-child:nth-child(odd) {
    width: auto;
    grid-column: auto;
    justify-self: stretch;
  }

  .construction-v3-bath-intro {
    grid-template-columns: minmax(0, 1fr);
    gap: 20px;
    padding: 26px 22px;
  }

  .construction-v3-bath-intro.construction-v3-group-intro .construction-v3-prose {
    margin-top: 0;
  }

  .construction-v3-object-selection[data-v3-project-rail] {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .construction-v3-bath-technology-intro {
    grid-template-columns: minmax(0, 1fr);
    gap: 20px;
    padding: 26px 22px;
  }

  .construction-v3-bath-directions__grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .construction-v3-bath-direction {
    display: grid;
    grid-template-columns: minmax(135px, 42%) minmax(0, 1fr);
  }

  .construction-v3-bath-direction__media {
    height: 100%;
    min-height: 150px;
    aspect-ratio: auto;
  }

  .construction-v3-bath-direction__body {
    min-height: 150px;
    padding: 18px;
  }

  .construction-v3-bath-direction__body strong {
    font-size: 19px;
  }

  .construction-v3-object-category__media {
    aspect-ratio: 16 / 9;
  }

  .construction-v3-rail--object-hub .construction-v3-project-card--catalog {
    min-height: 0;
  }

  .construction-v3-projects-hero {
    margin-top: 12px;
  }

  .construction-v3-projects-hero__media {
    width: 100%;
    opacity: 0.62;
  }

  .construction-v3-projects-hero__shade {
    background:
      linear-gradient(90deg, rgba(7, 17, 12, 0.98) 0%, rgba(7, 17, 12, 0.88) 58%, rgba(7, 17, 12, 0.52) 100%),
      linear-gradient(0deg, #07110c 0%, rgba(7, 17, 12, 0.75) 60%, transparent 100%);
  }

  .construction-v3-projects-hero__head.construction-v3-page-head {
    padding: 34px 22px 28px;
  }

  .construction-v3-projects-hero__head h1 {
    font-size: clamp(40px, 10vw, 56px);
  }

  .construction-v3-filters {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 20px 22px;
  }

  .construction-v3-filters__field--search,
  .construction-v3-filters__actions {
    grid-column: 1 / -1;
  }

  .construction-v3-project-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 15px;
  }

  .construction-v3-project-grid .construction-v3-project-card--catalog .construction-v3-project-card__body {
    min-height: 340px;
  }

  .construction-v3-catalog-seo,
  .construction-v3-technology-intro {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 24px 22px;
  }

  .construction-v3-service-row {
    grid-template-columns: minmax(0, 1fr);
    min-height: 0;
  }

  .construction-v3-service-row__media {
    min-height: 0;
    aspect-ratio: 16 / 7;
  }

  .construction-v3-service-row__media-shade {
    background: linear-gradient(0deg, rgba(1, 1, 1, 0.7), transparent 68%);
  }

  .construction-v3-service-row__body {
    gap: 22px;
    padding: 24px 22px 26px;
  }

  .construction-v3-service-row__intro > p {
    margin-top: 13px;
    font-size: 14px;
    line-height: 1.5;
  }

  .construction-v3-service-row__cta {
    margin-top: 18px;
  }

  .construction-v3-service-row__subservices ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px;
  }

  .construction-v3-service-row__subservices a {
    min-height: 46px;
    padding: 8px 9px 8px 27px;
    font-size: 12px;
  }

  .construction-v3-service-row__subservices a::before {
    left: 11px;
    width: 6px;
    height: 6px;
  }
}

@media (max-width: 639px) {
  .construction-v3--projects,
  .construction-v3--services,
  .construction-v3--technologies {
    min-height: calc(100svh - 45px);
  }

  .construction-v3-filters {
    grid-template-columns: 1fr;
    gap: 14px;
    margin-bottom: 30px;
    padding: 18px;
  }

  .construction-v3-projects-toolbar .construction-v3-filters {
    margin-bottom: 0;
  }

  .construction-v3-projects-hero__head .construction-v3-page-head__intro {
    font-size: 15px;
  }

  .construction-v3-project-grid .construction-v3-project-card--catalog .construction-v3-project-card__title {
    min-height: 0;
    font-size: 28px;
  }

  .construction-v3-project-grid .construction-v3-project-card--catalog .construction-v3-project-card__price-note {
    min-height: 0;
  }

  .construction-v3-filters__field--search,
  .construction-v3-filters__actions {
    grid-column: auto;
  }

  .construction-v3-filters__actions {
    align-items: stretch;
    flex-direction: column;
  }

  .construction-v3-filters__actions .construction-v3-button,
  .construction-v3-filters__actions .construction-v3-text-link {
    width: 100%;
    justify-content: center;
  }

  .construction-v3-project-grid {
    grid-template-columns: 1fr;
  }

  .construction-v3-project-grid .construction-v3-project-card--catalog .construction-v3-project-card__body {
    min-height: 0;
  }

  .construction-v3--services .construction-v3-service-mosaic--catalog .construction-v3-service-card,
  .construction-v3--services .construction-v3-service-mosaic--catalog .construction-v3-service-card--featured {
    min-height: 0;
  }
}

@media (max-width: 519px) {
  .construction-v3-project-grid .construction-v3-project-card--catalog .construction-v3-project-card__facts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .construction-v3-project-grid .construction-v3-project-card--catalog .construction-v3-project-card__fact--wide {
    grid-column: 1 / -1;
  }

  .construction-v3-project-grid .construction-v3-project-card--catalog .construction-v3-project-card__actions {
    grid-template-columns: minmax(0, 1fr);
  }

  .construction-v3-project-grid .construction-v3-project-card--catalog .construction-v3-project-card__actions > a,
  .construction-v3-project-grid .construction-v3-project-card--catalog .construction-v3-project-card__actions > button {
    width: 100%;
  }

  .construction-v3 .construction-v3-service-row h2 {
    font-size: clamp(28px, 8.5vw, 36px);
    line-height: 1.02;
  }
}

@media (max-width: 359px) {
  .construction-v3-service-row__subservices ul {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (prefers-reduced-motion: reduce) {
  .construction-v3-project-grid .construction-v3-project-card--catalog .construction-v3-project-card__media img {
    transition-duration: 0.24s;
    transition-timing-function: ease-out;
  }

  .construction-v3-service-row__image {
    transition-duration: 0.24s;
    transition-timing-function: ease-out;
  }
}
