/* Door3D construction vertical: residential UI, outcome-led construction offer. */

.page-construction {
  --construction-ink: #101b0f;
  --construction-cream: #f6f3ea;
  --construction-paper: #fffdf8;
  --construction-green: #17350e;
  --construction-gold: #c48d26;
  overflow-x: hidden;
  background: var(--construction-cream);
}

.page-construction .skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 10000;
  transform: translateY(-160%);
  padding: 10px 16px;
  border-radius: 999px;
  background: var(--construction-paper);
  color: var(--construction-green);
  font-weight: 700;
}

.page-construction .skip-link:focus {
  transform: translateY(0);
}

/* Hero: deliberately reuses the Residential industry hero component. */
.industry-hero--construction {
  min-height: clamp(700px, 88svh, 850px);
  gap: 14px;
  padding-top: clamp(92px, 10svh, 110px);
}

.industry-hero--construction .hero__bg picture,
.industry-hero--construction .hero__bg img {
  display: block;
  width: 100%;
  height: 100%;
}

.industry-hero--construction .hero__bg img {
  object-fit: cover;
  object-position: center 56%;
}

.industry-hero--construction .hero__overlay {
  background:
    radial-gradient(circle at 50% 14%, rgba(243, 198, 109, 0.16), transparent 27%),
    linear-gradient(180deg, rgba(5, 13, 6, 0.2) 0%, rgba(5, 13, 6, 0.44) 42%, rgba(5, 13, 6, 0.93) 100%);
}

.industry-hero--construction .hero__content {
  width: min(100%, 980px);
  padding-top: 0;
}

.industry-hero--construction .hero__title {
  max-width: 12.4ch;
}

.industry-hero--construction .hero__sub {
  max-width: 55ch;
  width: min(100%, 55ch);
}

.industry-hero--construction .hero__metrics {
  width: min(100%, 930px);
}

.construction-hero-note {
  position: absolute;
  right: clamp(14px, 3vw, 44px);
  bottom: 10px;
  z-index: 3;
  max-width: 44ch;
  margin: 0;
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.68rem;
  line-height: 1.35;
  text-align: right;
}

/* Capture / organize / communicate bridge. */
.construction-cred-band {
  border-top: 1px solid rgba(23, 53, 14, 0.09);
  border-bottom: 1px solid rgba(23, 53, 14, 0.09);
  background: var(--construction-paper);
}

.construction-cred-band__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.construction-cred-band__grid > div {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 14px;
  align-items: center;
  min-height: 120px;
  padding: 26px clamp(20px, 3vw, 38px);
  border-right: 1px solid rgba(23, 53, 14, 0.09);
}

.construction-cred-band__grid > div:last-child {
  border-right: 0;
}

.construction-cred-band__grid span {
  grid-row: 1 / 3;
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid rgba(196, 141, 38, 0.42);
  color: var(--construction-gold);
  font-family: var(--font-heading);
  font-size: 0.72rem;
  font-weight: 800;
}

.construction-cred-band__grid strong,
.construction-cred-band__grid small {
  display: block;
}

.construction-cred-band__grid strong {
  color: var(--construction-ink);
  font-family: var(--font-heading);
  font-size: 0.95rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.construction-cred-band__grid small {
  margin-top: 2px;
  color: rgba(16, 27, 15, 0.62);
  font-size: 0.78rem;
  line-height: 1.4;
}

/* Package deck: exact Residential package-card system with construction content. */
.page-construction #packages {
  padding-top: clamp(72px, 8vw, 112px);
}

.page-construction #packages .package-deck__intro-title {
  max-width: 760px;
}

.page-construction #packages .package-deck__intro-title .section-label {
  margin-bottom: 14px;
}

.page-construction #packages .package-deck__intro-copy p {
  max-width: 62ch;
}

.construction-package-deck__note {
  margin-top: 14px !important;
  padding-left: 16px;
  border-left: 3px solid var(--construction-gold);
  color: rgba(16, 27, 15, 0.68) !important;
  font-size: 0.9rem !important;
}

.construction-device-showcase .res-listing-device-showcase__screen img {
  object-fit: cover;
}

.construction-device-showcase .res-listing-device-showcase__tablet .res-listing-device-showcase__screen img {
  object-fit: contain;
  background: #f2efe7;
}

.page-construction #packages .package-card {
  min-height: 630px;
}

.page-construction #packages .package-card h3 {
  font-size: clamp(1.45rem, 2vw, 1.85rem);
}

.page-construction #packages .package-card__price-stack {
  min-height: 98px;
}

.page-construction #packages .package-card__value {
  margin-bottom: 4px;
}

.page-construction #packages .package-card__price {
  max-width: 100%;
  font-size: clamp(1.22rem, 2vw, 1.55rem);
  line-height: 1.12;
  letter-spacing: -0.02em;
  white-space: normal;
}

.page-construction #packages .package-card__meta {
  margin-top: 6px;
}

.page-construction #packages .package-card__explore {
  margin-top: 2px;
}

.page-construction #packages .package-card__fineprint {
  line-height: 1.45;
}

.construction-custom-callout {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin-top: 34px;
  padding: clamp(24px, 4vw, 40px);
  border: 1px solid rgba(23, 53, 14, 0.11);
  border-radius: 28px;
  background:
    radial-gradient(circle at 86% 10%, rgba(196, 141, 38, 0.13), transparent 28%),
    var(--construction-paper);
  box-shadow: 0 20px 48px rgba(18, 36, 15, 0.08);
}

.construction-custom-callout h3 {
  margin: 8px 0 8px;
  color: var(--construction-ink);
  font-family: var(--font-heading);
  font-size: clamp(1.45rem, 2.4vw, 2.15rem);
  line-height: 1.08;
}

.construction-custom-callout p {
  max-width: 68ch;
  margin: 0;
  color: rgba(16, 27, 15, 0.66);
}

.construction-custom-callout .btn {
  flex: 0 0 auto;
}

/* Organized record. */
.construction-record {
  position: relative;
  overflow: hidden;
  padding: clamp(76px, 9vw, 122px) 0;
  background:
    radial-gradient(circle at 14% 12%, rgba(196, 141, 38, 0.18), transparent 24%),
    linear-gradient(145deg, #081508 0%, var(--construction-green) 52%, #0a190d 100%);
}

.construction-record::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.18;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.12) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: linear-gradient(90deg, transparent, #000 45%, #000);
}

.construction-record__layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(410px, 0.75fr);
  align-items: center;
  gap: clamp(48px, 8vw, 110px);
}

.construction-record__copy h2,
.construction-operator__copy h2 {
  margin: 14px 0 18px;
  font-family: var(--font-heading);
  font-size: clamp(2.35rem, 4.8vw, 4.35rem);
  font-weight: 800;
  line-height: 1.01;
  letter-spacing: -0.045em;
  text-wrap: balance;
}

.construction-record__copy h2 {
  max-width: 11ch;
  color: #fff;
}

.construction-record__copy > p {
  max-width: 56ch;
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 1.02rem;
  line-height: 1.7;
}

.construction-record__values {
  display: grid;
  gap: 0;
  margin-top: 34px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.construction-record__values article {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 16px;
  padding: 20px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.construction-record__values article > span {
  color: var(--construction-gold);
  font-family: var(--font-heading);
  font-size: 0.78rem;
  font-weight: 800;
}

.construction-record__values h3,
.construction-record__values p {
  margin: 0;
}

.construction-record__values h3 {
  color: #fff;
  font-family: var(--font-heading);
  font-size: 1rem;
  font-weight: 800;
}

.construction-record__values p {
  margin-top: 5px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.88rem;
  line-height: 1.55;
}

.construction-folder {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 24px;
  background: rgba(5, 14, 6, 0.76);
  box-shadow: 0 32px 70px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(18px);
}

.construction-folder__bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 18px 22px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  font-family: var(--font-heading);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.construction-folder__bar small {
  color: var(--construction-gold);
  font-size: 0.66rem;
}

.construction-folder__visit-row {
  display: grid;
  grid-template-columns: 32px 1fr auto;
  gap: 12px;
  align-items: center;
  padding: 19px 22px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.construction-folder__visit-row > span {
  color: var(--construction-gold);
  font-family: var(--font-heading);
  font-size: 0.7rem;
  font-weight: 800;
}

.construction-folder__visit-row strong {
  color: #fff;
  font-family: var(--font-heading);
  font-size: 0.82rem;
  letter-spacing: 0.04em;
}

.construction-folder__visit-row small {
  color: rgba(255, 255, 255, 0.46);
  font-size: 0.7rem;
}

.construction-folder__visit ul {
  margin: 0;
  padding: 4px 22px 16px 66px;
  list-style: none;
}

.construction-folder__visit li {
  display: grid;
  grid-template-columns: 8px 1fr auto;
  gap: 10px;
  align-items: center;
  padding: 9px 0;
  color: rgba(255, 255, 255, 0.74);
  font-family: var(--font-heading);
  font-size: 0.7rem;
  letter-spacing: 0.03em;
}

.construction-folder__visit li i,
.construction-folder__status i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--construction-gold);
  box-shadow: 0 0 0 5px rgba(196, 141, 38, 0.12);
}

.construction-folder__visit li small {
  color: rgba(255, 255, 255, 0.38);
  font-size: 0.62rem;
}

.construction-folder__visit--collapsed .construction-folder__visit-row {
  background: rgba(255, 255, 255, 0.025);
}

.construction-folder__status {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 17px 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.7rem;
}

/* Process. */
.construction-process {
  padding: clamp(76px, 9vw, 116px) 0;
  background: var(--construction-paper);
}

.construction-process__head {
  max-width: 760px;
  margin: 0 auto 44px;
  text-align: center;
}

.construction-process__head .section-label {
  justify-content: center;
}

.construction-process__steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.construction-process__steps li {
  min-height: 240px;
  padding: 28px;
  border: 1px solid rgba(23, 53, 14, 0.1);
  border-radius: 24px;
  background: var(--construction-cream);
  box-shadow: 0 18px 44px rgba(18, 36, 15, 0.07);
}

.construction-process__steps > li > span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 48px;
  border-radius: 50%;
  background: var(--construction-green);
  color: var(--construction-gold);
  font-family: var(--font-heading);
  font-size: 0.75rem;
  font-weight: 800;
}

.construction-process__steps h3,
.construction-process__steps p {
  margin: 0;
}

.construction-process__steps h3 {
  color: var(--construction-ink);
  font-family: var(--font-heading);
  font-size: 1.2rem;
  font-weight: 800;
}

.construction-process__steps p {
  margin-top: 8px;
  color: rgba(16, 27, 15, 0.62);
  font-size: 0.9rem;
  line-height: 1.58;
}

/* Proof is explicitly qualified because no construction case study is approved yet. */
.page-construction .construction-work {
  padding: clamp(76px, 9vw, 116px) 0;
  background: var(--construction-cream);
}

.page-construction .construction-work .selected-work__head {
  max-width: 820px;
  margin: 0 auto 42px;
}

.page-construction .construction-work .selected-work__head .section-label {
  justify-content: center;
  margin-bottom: 12px;
}

.page-construction .construction-work .selected-work__head p {
  margin-top: 16px;
  color: rgba(16, 27, 15, 0.65);
}

.page-construction .construction-work .work-card {
  aspect-ratio: 3 / 2;
  background: #0a120c;
}

.page-construction .construction-work .work-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-construction .construction-work .work-card:nth-child(3) img {
  object-fit: contain;
  background: #f0ede5;
}

.construction-tour {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.8fr);
  gap: clamp(28px, 5vw, 62px);
  align-items: center;
  margin-top: 22px;
  padding: clamp(22px, 3vw, 34px);
  border: 1px solid rgba(23, 53, 14, 0.1);
  border-radius: 28px;
  background: var(--construction-paper);
  box-shadow: 0 20px 52px rgba(18, 36, 15, 0.08);
}

.construction-tour__frame {
  position: relative;
  display: block;
  overflow: hidden;
  min-height: 340px;
  border-radius: 20px;
  background: #0a120c;
}

.construction-tour__frame img {
  width: 100%;
  height: 100%;
  min-height: 340px;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.construction-tour__frame > span {
  position: absolute;
  right: 18px;
  bottom: 18px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  border-radius: 999px;
  background: var(--construction-gold);
  color: #101b0f;
  font-family: var(--font-heading);
  font-size: 0.78rem;
  font-weight: 800;
}

.construction-tour__frame:hover img,
.construction-tour__frame:focus-visible img {
  transform: scale(1.025);
}

.construction-chip {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid rgba(196, 141, 38, 0.28);
  background: rgba(196, 141, 38, 0.08);
  color: #8a5a10;
  font-family: var(--font-heading);
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.construction-tour__copy h3 {
  margin: 14px 0 12px;
  color: var(--construction-ink);
  font-family: var(--font-heading);
  font-size: clamp(1.5rem, 2.8vw, 2.35rem);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.03em;
}

.construction-tour__copy p {
  margin: 0;
  color: rgba(16, 27, 15, 0.64);
  line-height: 1.65;
}

.construction-tour__copy ul {
  display: grid;
  gap: 8px;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.construction-tour__copy li {
  position: relative;
  padding-left: 20px;
  color: rgba(16, 27, 15, 0.74);
  font-size: 0.88rem;
  font-weight: 600;
}

.construction-tour__copy li::before {
  content: "";
  position: absolute;
  top: 0.62em;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--construction-gold);
}

.construction-disclaimer {
  max-width: 92ch;
  margin: 24px auto 0;
  color: rgba(16, 27, 15, 0.52);
  font-size: 0.76rem;
  line-height: 1.55;
  text-align: center;
}

/* Owner/operator trust block. */
.construction-operator {
  padding: clamp(76px, 9vw, 118px) 0;
  background: var(--construction-paper);
}

.construction-operator__layout {
  display: grid;
  grid-template-columns: minmax(300px, 0.72fr) minmax(0, 1fr);
  gap: clamp(44px, 8vw, 110px);
  align-items: center;
}

.construction-operator__portrait {
  position: relative;
  overflow: hidden;
  margin: 0;
  min-height: 520px;
  border-radius: 30px;
  background: var(--construction-green);
  box-shadow: 0 28px 70px rgba(18, 36, 15, 0.18);
}

.construction-operator__portrait img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
  object-position: center top;
}

.construction-operator__portrait figcaption {
  position: absolute;
  right: 18px;
  bottom: 18px;
  left: 18px;
  padding: 16px 18px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 18px;
  background: rgba(6, 16, 7, 0.78);
  backdrop-filter: blur(12px);
}

.construction-operator__portrait figcaption span,
.construction-operator__portrait figcaption strong {
  display: block;
}

.construction-operator__portrait figcaption span {
  color: #fff;
  font-family: var(--font-heading);
  font-weight: 800;
}

.construction-operator__portrait figcaption strong {
  margin-top: 3px;
  color: var(--construction-gold);
  font-size: 0.72rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.construction-operator__copy h2 {
  max-width: 11.4ch;
  color: var(--construction-ink);
}

.construction-operator__copy > p {
  max-width: 58ch;
  margin: 0;
  color: rgba(16, 27, 15, 0.64);
  font-size: 1rem;
  line-height: 1.7;
}

.construction-operator__credentials {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin-top: 34px;
  border: 1px solid rgba(23, 53, 14, 0.1);
  border-radius: 22px;
  overflow: hidden;
  background: rgba(23, 53, 14, 0.1);
}

.construction-operator__credentials > div {
  padding: 20px;
  background: var(--construction-cream);
}

.construction-operator__credentials strong,
.construction-operator__credentials span {
  display: block;
}

.construction-operator__credentials strong {
  color: var(--construction-ink);
  font-family: var(--font-heading);
  font-size: 0.82rem;
  font-weight: 800;
}

.construction-operator__credentials span {
  margin-top: 4px;
  color: rgba(16, 27, 15, 0.58);
  font-size: 0.75rem;
  line-height: 1.4;
}

/* Standard Residential CTA, FAQ, and footer with construction-specific spacing. */
.page-construction .faq {
  margin: 0;
  padding: clamp(76px, 9vw, 116px) 0;
  border: 0;
  border-radius: 0;
  background: var(--construction-cream);
  box-shadow: none;
}

.page-construction .faq__header {
  max-width: 760px;
  margin: 0 auto 30px;
  text-align: center;
}

.page-construction .faq__header .section-label {
  justify-content: center;
}

.page-construction .faq__header p {
  max-width: 62ch;
  margin-right: auto;
  margin-left: auto;
}

.page-construction .faq__list {
  display: grid;
  gap: 10px;
  max-width: 940px;
  margin: 0 auto;
}

.page-construction .faq-item {
  overflow: hidden;
  border: 1px solid rgba(23, 53, 14, 0.1);
  border-radius: 18px;
  background: var(--construction-paper);
  box-shadow: 0 14px 34px rgba(18, 36, 15, 0.055);
}

.page-construction .faq-item__question {
  padding: 20px 22px;
}

.page-construction .faq-item__answer {
  padding-right: 22px;
  padding-left: 22px;
}

.page-construction .faq-item__answer p {
  padding-bottom: 20px;
}

.page-construction .site-footer__form select {
  width: 100%;
  min-height: 48px;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  font: inherit;
}

.page-construction .site-footer__form select option {
  background: #102213;
  color: #fff;
}

.page-construction .site-footer__form select:focus {
  outline: 2px solid var(--construction-gold);
  outline-offset: 2px;
}

.construction-mobile-cta {
  display: none;
}

@media (max-width: 980px) {
  .construction-record__layout,
  .construction-operator__layout {
    grid-template-columns: 1fr;
  }

  .construction-record__copy h2,
  .construction-operator__copy h2 {
    max-width: 13ch;
  }

  .construction-folder {
    width: min(100%, 680px);
    margin: 0 auto;
  }

  .construction-operator__portrait {
    width: min(100%, 560px);
    margin: 0 auto;
  }
}

@media (max-width: 820px) {
  .construction-cred-band__grid,
  .construction-process__steps,
  .construction-tour {
    grid-template-columns: 1fr;
  }

  .construction-cred-band__grid > div {
    min-height: 98px;
    border-right: 0;
    border-bottom: 1px solid rgba(23, 53, 14, 0.09);
  }

  .construction-cred-band__grid > div:last-child {
    border-bottom: 0;
  }

  .construction-process__steps li {
    min-height: 0;
  }

  .construction-process__steps > li > span {
    margin-bottom: 28px;
  }

  .construction-tour__frame,
  .construction-tour__frame img {
    min-height: 300px;
  }
}

@media (max-width: 768px) {
  .industry-hero--construction {
    min-height: auto;
    gap: 12px;
    padding: 82px 0 42px;
    align-content: start;
  }

  .industry-hero--construction .hero__content {
    padding-top: 0;
  }

  .industry-hero--construction .hero__title {
    max-width: 12.5ch;
    font-size: clamp(2.15rem, 7vw, 3.15rem);
  }

  .industry-hero--construction .hero__sub {
    max-width: 36ch;
    width: min(100%, 36ch);
  }

  .construction-hero-note {
    position: relative;
    right: auto;
    bottom: auto;
    width: min(100% - 32px, 680px);
    margin: -4px auto 0;
    text-align: center;
  }

  .construction-custom-callout {
    align-items: flex-start;
    flex-direction: column;
  }

  .construction-custom-callout .btn {
    width: 100%;
  }

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

  .construction-folder__visit-row {
    grid-template-columns: 28px 1fr;
  }

  .construction-folder__visit-row small {
    grid-column: 2;
  }

  .construction-folder__visit ul {
    padding-left: 54px;
  }

  .construction-operator__portrait,
  .construction-operator__portrait img {
    min-height: 440px;
  }

  .construction-mobile-cta {
    position: fixed;
    right: 14px;
    bottom: 14px;
    left: 14px;
    z-index: 998;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 12px 18px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 999px;
    background: var(--construction-gold);
    color: #101b0f;
    box-shadow: 0 18px 42px rgba(4, 12, 5, 0.3);
    font-family: var(--font-heading);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.03em;
    text-align: center;
  }

  .page-construction .footer__bar {
    padding-bottom: 82px;
  }
}

@media (max-width: 560px) {
  .industry-hero--construction .hero__bg img {
    object-position: 58% center;
  }

  .construction-cred-band__grid > div {
    padding: 20px 16px;
  }

  .page-construction #packages .package-card {
    min-height: 0;
  }

  .construction-record__copy h2,
  .construction-operator__copy h2 {
    font-size: clamp(2.15rem, 11vw, 3rem);
  }

  .construction-folder__bar,
  .construction-folder__visit-row,
  .construction-folder__status {
    padding-right: 16px;
    padding-left: 16px;
  }

  .construction-folder__visit ul {
    padding-right: 16px;
    padding-left: 44px;
  }

  .construction-folder__visit li {
    grid-template-columns: 8px 1fr;
  }

  .construction-folder__visit li small {
    grid-column: 2;
  }

  .construction-process__steps li {
    padding: 24px;
  }

  .construction-tour {
    padding: 16px;
    border-radius: 22px;
  }

  .construction-tour__frame,
  .construction-tour__frame img {
    min-height: 230px;
  }

  .construction-tour__frame > span {
    right: 12px;
    bottom: 12px;
    padding: 10px 13px;
  }

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

  .construction-operator__portrait,
  .construction-operator__portrait img {
    min-height: 380px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .construction-tour__frame img,
  .page-construction .work-card {
    transition: none;
  }
}
