.construction-v3--project,
.construction-v3--service,
.construction-v3--technology {
  min-height: calc(100svh - 60px);
  background:
    linear-gradient(180deg, rgba(65, 111, 80, 0.13), transparent 480px),
    #07110c;
  color: #f8f5f0;
}

.construction-v3-project-detail {
  padding: 34px 0 clamp(76px, 8vw, 118px);
}

.construction-v3-project-detail__head {
  display: block;
  margin-bottom: 38px;
  padding-bottom: 32px;
  border-bottom: 1px solid rgba(248, 245, 240, 0.12);
}

.construction-v3-project-detail__title {
  max-width: none;
}

.construction-v3-project-detail__title h1 {
  margin-bottom: 17px;
  font-size: clamp(32px, 2.8vw, 42px);
  letter-spacing: -0.03em;
  text-wrap: balance;
  white-space: normal;
}

.construction-v3-project-detail__title > p:last-child {
  max-width: 720px;
  margin-bottom: 0;
  color: rgba(248, 245, 240, 0.66);
  font-size: 19px;
}

.construction-v3-project-detail__price {
  display: grid;
  min-width: 245px;
  gap: 6px;
  padding: 18px 20px;
  border-left: 2px solid var(--cv3-gold);
  background: rgba(255, 255, 255, 0.5);
}

.construction-v3-project-detail__price span {
  color: #78847c;
  font-size: 12px;
}

.construction-v3-project-detail__price strong {
  font: 700 24px/1.15 "Roboto Condensed", Arial, sans-serif;
}

.construction-v3-project-detail__overview {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 330px);
  align-items: start;
  gap: 24px;
}

.construction-v3-project-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin: -17px 0 25px;
  padding: 0;
  list-style: none;
}

.construction-v3-project-badges li {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  padding: 7px 12px;
  border: 1px solid rgba(107, 145, 111, 0.3);
  border-radius: 999px;
  background: rgba(119, 216, 154, 0.08);
  color: rgba(248, 245, 240, 0.82);
  font: 700 12px/1.2 "Roboto Condensed", Arial, sans-serif;
  letter-spacing: 0.025em;
}

.construction-v3-project-archive {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: clamp(24px, 4vw, 54px);
  margin: 0 0 28px;
  padding: clamp(24px, 3vw, 38px);
  overflow: hidden;
  border: 1px solid rgba(211, 173, 96, 0.45);
  border-radius: 4px;
  background:
    radial-gradient(circle at 8% 0%, rgba(211, 173, 96, 0.15), transparent 38%),
    linear-gradient(115deg, rgba(18, 45, 31, 0.96), rgba(5, 16, 11, 0.98));
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.28);
}

.construction-v3-project-archive h2 {
  margin: 5px 0 10px;
  color: #f8f5f0;
  font-size: clamp(24px, 2.3vw, 34px);
  letter-spacing: -0.025em;
}

.construction-v3-project-archive p:last-child {
  max-width: 820px;
  margin: 0;
  color: rgba(248, 245, 240, 0.7);
  font-size: 17px;
  line-height: 1.55;
}

.construction-v3-project-archive .construction-v3-button {
  min-width: 250px;
}

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

.construction-v3-gallery__main {
  position: relative;
  aspect-ratio: 16 / 10;
  margin-bottom: 12px;
  overflow: hidden;
  border-radius: 3px;
  background: #d8ded8;
  box-shadow: var(--cv3-shadow);
}

.construction-v3-gallery__main > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.construction-v3-gallery__counter {
  position: absolute;
  right: 13px;
  bottom: 13px;
  min-width: 54px;
  padding: 7px 10px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 2px;
  background: rgba(14, 23, 19, 0.78);
  color: #fff;
  font: 700 12px/1 "Roboto Condensed", Arial, sans-serif;
  text-align: center;
}

.construction-v3-gallery__thumbs {
  display: grid;
  grid-auto-columns: minmax(80px, 110px);
  grid-auto-flow: column;
  gap: 9px;
  overflow-x: auto;
  padding: 3px 3px 8px;
  scrollbar-width: thin;
  scroll-snap-type: x proximity;
}

.construction-v3-gallery__thumb {
  aspect-ratio: 4 / 3;
  min-width: 0;
  padding: 0;
  overflow: hidden;
  border: 2px solid transparent;
  border-radius: 2px;
  background: #d8ded8;
  cursor: pointer;
  opacity: 0.66;
  scroll-snap-align: start;
  transition: border-color 0.18s ease, opacity 0.18s ease;
}

.construction-v3-gallery__thumb:hover,
.construction-v3-gallery__thumb:focus,
.construction-v3-gallery__thumb.is-active {
  border-color: var(--cv3-gold);
  opacity: 1;
}

.construction-v3-gallery__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.construction-v3-fact-panel {
  padding: 26px;
  border: 1px solid rgba(201, 170, 114, 0.35);
  border-radius: 3px;
  background: var(--cv3-forest);
  color: #fff;
  box-shadow: var(--cv3-shadow);
}

.construction-v3-fact-panel dl {
  display: grid;
  gap: 0;
  margin-bottom: 24px;
}

.construction-v3-fact-panel dl:last-child {
  margin-bottom: 0;
}

.construction-v3-fact-panel dl div {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 20px;
  padding: 14px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.construction-v3-fact-panel dl div:first-child {
  padding-top: 0;
}

.construction-v3-fact-panel dl div:first-child dd {
  color: var(--cv3-gold);
  font-size: 21px;
}

.construction-v3-fact-panel dt {
  color: rgba(255, 255, 255, 0.58);
  font-size: 12px;
}

.construction-v3-fact-panel dd {
  margin: 0;
  font: 700 16px/1.25 "Roboto Condensed", Arial, sans-serif;
  text-align: right;
}

.construction-v3-fact-panel .construction-v3-button {
  width: 100%;
}

.construction-v3-prose {
  max-width: 920px;
  margin-top: clamp(58px, 7vw, 94px);
}

.construction-v3-project-detail__description {
  width: 100%;
  max-width: none;
}

.construction-v3-project-detail__description > p:not(.construction-v3-eyebrow) {
  width: 100%;
  max-width: none;
}

.construction-v3-prose h2 {
  margin-bottom: 24px;
}

.construction-v3-prose h3 {
  margin-top: 32px;
}

.construction-v3-prose p,
.construction-v3-prose li {
  color: rgba(248, 245, 240, 0.72);
  font-size: 17px;
  line-height: 1.72;
}

.construction-v3-prose p {
  margin-bottom: 20px;
}

.construction-v3-prose ul,
.construction-v3-prose ol {
  padding-left: 22px;
}

.construction-v3-prose a {
  color: var(--cv3-green-light);
  text-decoration-color: rgba(119, 216, 154, 0.44);
  text-underline-offset: 3px;
}

.construction-v3-packages,
.construction-v3-floor-plans,
.construction-v3-project-checkpoints,
.construction-v3-process,
.construction-v3-points {
  margin-top: clamp(66px, 8vw, 108px);
  scroll-margin-top: 70px;
}

.construction-v3-floor-plans__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.construction-v3-floor-plans figure {
  min-width: 0;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--cv3-border);
  border-radius: 4px;
  background: var(--cv3-paper);
  box-shadow: 0 14px 40px rgba(14, 23, 19, 0.08);
}

.construction-v3-floor-plans figure > a {
  display: block;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #e8e9e4;
}

.construction-v3-floor-plans figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: scale(1.001);
  transition: transform 0.65s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.construction-v3-floor-plans figure:hover img,
.construction-v3-floor-plans figure:focus-within img {
  transform: scale(1.035);
}

.construction-v3-floor-plans figcaption {
  padding: 16px 18px;
  border-top: 1px solid var(--cv3-border);
  color: var(--cv3-forest);
  font: 700 15px/1.25 "Roboto Condensed", Arial, sans-serif;
}

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

.construction-v3-project-checkpoints__grid article {
  display: flex;
  min-width: 0;
  min-height: 300px;
  flex-direction: column;
  padding: 28px;
  border: 1px solid rgba(119, 216, 154, 0.16);
  border-radius: 4px;
  background:
    linear-gradient(145deg, rgba(55, 100, 73, 0.34), transparent 55%),
    var(--cv3-forest-deep);
  color: #fff;
  box-shadow: 0 16px 42px rgba(14, 23, 19, 0.12);
}

.construction-v3-project-checkpoints__grid article > span {
  display: block;
  margin-bottom: 32px;
  color: var(--cv3-gold);
  font: 700 15px/1 "Roboto Condensed", Arial, sans-serif;
  letter-spacing: 0.12em;
}

.construction-v3-project-checkpoints__grid h3 {
  margin: 0 0 18px;
  color: #fff;
  font-size: clamp(24px, 2vw, 30px);
}

.construction-v3-project-checkpoints__grid ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.construction-v3-project-checkpoints__grid li {
  position: relative;
  padding-left: 17px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 14px;
  line-height: 1.42;
}

.construction-v3-project-checkpoints__grid li::before {
  position: absolute;
  top: 0.55em;
  left: 0;
  width: 6px;
  height: 1px;
  background: var(--cv3-green-light);
  content: "";
}

.construction-v3-project-checkpoints__grid .construction-v3-text-link {
  align-self: flex-start;
  margin-top: auto;
  padding-top: 22px;
  color: var(--cv3-green-light);
}

.construction-v3-section-tabs {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 10px;
  margin: -12px 0 18px;
}

.construction-v3-packages__intro {
  max-width: 780px;
  margin: 14px 0 0;
  color: rgba(248, 245, 240, 0.66);
  font-size: 16px;
  line-height: 1.55;
}

.construction-v3-packages--single .construction-v3-section__head {
  margin-bottom: 30px;
}

.construction-v3-section-tabs button {
  display: flex;
  min-width: 0;
  min-height: 86px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 9px;
  padding: 16px 18px;
  border: 1px solid var(--cv3-border);
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.62);
  color: var(--cv3-forest);
  cursor: pointer;
  font-family: "Roboto Condensed", Arial, sans-serif;
  text-align: left;
  transition:
    border-color 0.25s ease,
    background-color 0.25s ease,
    color 0.25s ease,
    box-shadow 0.25s ease;
}

.construction-v3-section-tabs button > span {
  font-size: 17px;
  font-weight: 700;
  line-height: 1.24;
}

.construction-v3-section-tabs button > strong {
  color: var(--cv3-green);
  font-size: 16px;
  line-height: 1;
}

.construction-v3-section-tabs button:hover,
.construction-v3-section-tabs button:focus-visible {
  border-color: var(--cv3-green);
  box-shadow: 0 0 0 3px rgba(107, 145, 111, 0.1);
  outline: 0;
}

.construction-v3-section-tabs button.is-active {
  border-color: rgba(201, 170, 114, 0.72);
  background: var(--cv3-forest);
  color: #fff;
  box-shadow: 0 14px 34px rgba(14, 23, 19, 0.14);
}

.construction-v3-section-tabs button.is-active > strong {
  color: var(--cv3-gold);
}

.construction-v3-package-grid {
  display: block;
}

.construction-v3-package {
  overflow: hidden;
  border: 1px solid rgba(119, 216, 154, 0.24);
  border-radius: 5px;
  background: #09150f;
  color: #f8f5f0;
  box-shadow: 0 22px 56px rgba(0, 0, 0, 0.24);
}

.construction-v3-package[hidden] {
  display: none;
}

.construction-v3-package__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 34px;
  padding: clamp(24px, 3vw, 38px);
  background:
    linear-gradient(112deg, rgba(48, 87, 64, 0.7), rgba(13, 28, 20, 0) 45%),
    var(--cv3-forest-deep);
  color: #fff;
}

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

.construction-v3-package h3 {
  max-width: 780px;
  margin: 0;
  color: #fff;
  font-size: clamp(25px, 2.45vw, 36px);
  line-height: 1.12;
}

.construction-v3-package__price {
  flex: 0 0 auto;
  padding-left: 24px;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  text-align: right;
}

.construction-v3-package__price span {
  display: block;
  margin-bottom: 8px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 12px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.construction-v3-package__price strong {
  display: block;
  color: var(--cv3-gold);
  font: 700 clamp(23px, 2.2vw, 31px)/1 "Roboto Condensed", Arial, sans-serif;
  white-space: nowrap;
}

.construction-v3-package__body {
  padding: clamp(24px, 3.2vw, 42px);
  background:
    radial-gradient(circle at 100% 0, rgba(119, 216, 154, 0.08), transparent 34%),
    #09150f;
}

.construction-v3-package__lead,
.construction-v3-package__capabilities {
  max-width: 900px;
  margin: 0 0 13px;
  color: rgba(248, 245, 240, 0.68);
  font-size: 16px;
  line-height: 1.6;
}

.construction-v3-package__list-title {
  margin: 28px 0 13px;
  color: #f8f5f0;
  font: 700 15px/1.2 "Roboto Condensed", Arial, sans-serif;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.construction-v3-package ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 30px;
  margin: 0;
  padding: 0;
  border-top: 1px solid rgba(119, 216, 154, 0.18);
  list-style: none;
}

.construction-v3-package li {
  display: grid;
  grid-template-columns: 23px minmax(0, 1fr);
  gap: 11px;
  padding: 15px 0;
  border-bottom: 1px solid rgba(119, 216, 154, 0.14);
  color: rgba(248, 245, 240, 0.76);
  font-size: 15px;
  line-height: 1.48;
}

.construction-v3-package li::before {
  display: grid;
  width: 21px;
  height: 21px;
  place-items: center;
  margin-top: 1px;
  border-radius: 50%;
  background: rgba(119, 216, 154, 0.12);
  color: var(--cv3-green-light);
  content: "✓";
  font: 700 12px/1 Arial, sans-serif;
}

.construction-v3-package__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin-top: 28px;
}

.construction-v3-package__footer p {
  max-width: 690px;
  margin: 0;
  color: rgba(248, 245, 240, 0.54);
  font-size: 13px;
  line-height: 1.5;
}

.construction-v3-package__footer .construction-v3-button {
  flex: 0 0 auto;
}

/* Shared service and technology detail */
.construction-v3-detail {
  margin-top: 8px;
}

.construction-v3-detail-hero {
  position: relative;
  min-height: 510px;
  overflow: hidden;
  isolation: isolate;
  background: var(--cv3-forest-deep);
  color: #fff;
}

.construction-v3-detail-hero__image {
  position: absolute;
  z-index: -2;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center;
}

.construction-v3-detail-hero__shade {
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(90deg, rgba(10, 17, 13, 0.96) 0%, rgba(10, 17, 13, 0.78) 40%, rgba(10, 17, 13, 0.15) 72%, rgba(10, 17, 13, 0.02));
}

.construction-v3-detail-hero__inner {
  display: flex;
  align-items: center;
  min-height: 510px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.construction-v3-detail-hero__copy {
  width: min(49%, 660px);
  min-width: 480px;
  text-shadow: 0 2px 22px rgba(0, 0, 0, 0.42);
}

.construction-v3-detail-hero__copy h1 {
  margin-bottom: 22px;
  color: #fff;
}

.construction-v3-detail-hero__copy > p:not(.construction-v3-eyebrow) {
  max-width: 570px;
  margin-bottom: 26px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 19px;
}

.construction-v3-detail__body {
  padding-top: clamp(55px, 7vw, 88px);
  padding-bottom: clamp(76px, 9vw, 122px);
}

.construction-v3--service .construction-v3-detail__body {
  padding-top: clamp(40px, 5vw, 62px);
  padding-bottom: clamp(48px, 6vw, 72px);
}

.construction-v3-detail-facts {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0 0 clamp(52px, 7vw, 84px);
  border-top: 1px solid rgba(248, 245, 240, 0.12);
  border-bottom: 1px solid rgba(248, 245, 240, 0.12);
}

.construction-v3-detail-facts div {
  min-width: 0;
  padding: 20px 22px;
  border-right: 1px solid rgba(248, 245, 240, 0.12);
}

.construction-v3-detail-facts div:first-child {
  padding-left: 0;
}

.construction-v3-detail-facts div:last-child {
  border-right: 0;
}

.construction-v3-detail-facts dt {
  margin-bottom: 5px;
  color: rgba(248, 245, 240, 0.52);
  font-size: 12px;
}

.construction-v3-detail-facts dd {
  margin: 0;
  font: 700 18px/1.25 "Roboto Condensed", Arial, sans-serif;
}

.construction-v3-detail__body > .construction-v3-prose {
  margin-top: 0;
}

.construction-v3-service-story {
  margin-top: clamp(58px, 7vw, 94px);
}

.construction-v3--service .construction-v3-service-story {
  margin-top: 0;
}

.construction-v3-service-story__head {
  max-width: 920px;
  margin-bottom: clamp(22px, 3vw, 34px);
}

.construction-v3-service-story__head h2 {
  margin-bottom: 0;
}

.construction-v3-service-story__feature {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(119, 216, 154, 0.24);
  border-radius: 4px;
  background: rgb(1, 1, 1);
  box-shadow:
    0 22px 70px rgba(0, 0, 0, 0.24),
    0 0 34px rgba(80, 203, 123, 0.05);
}

.construction-v3-service-story__feature--without-image {
  grid-template-columns: 1fr;
}

.construction-v3-service-story__feature--long-copy {
  grid-template-columns: 1fr;
}

.construction-v3-service-story__feature--long-copy .construction-v3-service-story__media {
  min-height: 0;
  aspect-ratio: 21 / 8;
}

.construction-v3-service-story__feature--long-copy .construction-v3-service-story__media img {
  min-height: 0;
}

.construction-v3-service-story__feature--long-copy .construction-v3-service-story__copy {
  max-width: 1180px;
  margin-right: auto;
  margin-left: auto;
}

.construction-v3-service-story__media {
  min-width: 0;
  min-height: clamp(390px, 35vw, 500px);
  margin: 0;
  overflow: hidden;
  background: #0a1510;
}

.construction-v3-service-story__media img {
  width: 100%;
  height: 100%;
  min-height: clamp(390px, 35vw, 500px);
  object-fit: cover;
  object-position: center;
  transition: transform 0.78s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.construction-v3-service-story__feature:hover .construction-v3-service-story__media img,
.construction-v3-service-story__feature:focus-within .construction-v3-service-story__media img {
  transform: scale(1.035);
}

.construction-v3-service-story__copy {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: clamp(30px, 4vw, 58px);
  align-self: center;
}

.construction-v3-service-story__copy h2,
.construction-v3-service-story__copy h3,
.construction-v3-service-story__copy h4 {
  color: #f8f5f0;
}

.construction-v3-service-story__copy h2 {
  margin: 0 0 24px;
  font-size: clamp(30px, 3.2vw, 44px);
  text-wrap: balance;
}

.construction-v3-service-story__copy h3 {
  margin: 30px 0 15px;
  font-size: clamp(23px, 2.2vw, 31px);
}

.construction-v3-service-story__copy p,
.construction-v3-service-story__copy li,
.construction-v3-service-story__copy td,
.construction-v3-service-story__copy th {
  color: rgba(248, 245, 240, 0.75);
  font-size: 16px;
  line-height: 1.65;
}

.construction-v3-service-story__copy p {
  margin-bottom: 19px;
}

.construction-v3-service-story__copy strong {
  color: #f8f5f0;
}

.construction-v3-service-story__copy table {
  width: 100%;
  margin: 25px 0 0;
  border-collapse: collapse;
}

.construction-v3-service-story__copy tr {
  border-top: 1px solid rgba(119, 216, 154, 0.18);
}

.construction-v3-service-story__copy tr:last-child {
  border-bottom: 1px solid rgba(119, 216, 154, 0.18);
}

.construction-v3-service-story__copy td,
.construction-v3-service-story__copy th {
  padding: 16px 0;
  vertical-align: top;
}

.construction-v3-service-story__copy td + td,
.construction-v3-service-story__copy th + th {
  padding-left: 22px;
  text-align: right;
}

.construction-v3-cabin-pricing,
.construction-v3-service-gallery,
.construction-v3-project-services {
  margin-top: clamp(48px, 6vw, 78px);
}

.construction-v3-cabin-pricing__scroll {
  overflow-x: auto;
  border: 1px solid rgba(119, 216, 154, 0.24);
  border-radius: 5px;
  background: #07120c;
  box-shadow:
    0 24px 64px rgba(0, 0, 0, 0.28),
    0 0 30px rgba(80, 203, 123, 0.05);
  scrollbar-color: var(--cv3-green) #07120c;
}

.construction-v3-cabin-pricing__scroll:focus {
  outline: 1px solid rgba(119, 216, 154, 0.72);
  outline-offset: 3px;
}

.construction-v3-cabin-pricing__table {
  width: 100%;
  min-width: 920px;
  border-collapse: collapse;
  color: #f8f5f0;
}

.construction-v3-cabin-pricing__table th,
.construction-v3-cabin-pricing__table td {
  padding: 16px;
  border-right: 1px solid rgba(119, 216, 154, 0.13);
  border-bottom: 1px solid rgba(119, 216, 154, 0.13);
  vertical-align: middle;
}

.construction-v3-cabin-pricing__table tr:last-child > * {
  border-bottom: 0;
}

.construction-v3-cabin-pricing__table tr > *:last-child {
  border-right: 0;
}

.construction-v3-cabin-pricing__table thead th {
  min-width: 190px;
  background: #0c1e14;
  color: var(--cv3-green-light);
  font: 700 16px/1.25 "Roboto Condensed", Arial, sans-serif;
  text-align: left;
}

.construction-v3-cabin-pricing__table thead th:first-child {
  min-width: 250px;
  color: var(--cv3-gold);
}

.construction-v3-cabin-pricing__table thead img {
  width: 100%;
  height: 68px;
  margin-bottom: 10px;
  border-radius: 3px;
  object-fit: cover;
}

.construction-v3-cabin-pricing__table tbody th {
  color: #fff;
  font-size: 15px;
  text-align: left;
}

.construction-v3-cabin-pricing__table tbody th > strong,
.construction-v3-cabin-pricing__table tbody th > span {
  display: block;
}

.construction-v3-cabin-pricing__table tbody th > span {
  margin-top: 4px;
  color: var(--cv3-gold);
  font-size: 12px;
  font-weight: 500;
}

.construction-v3-cabin-pricing__table td > strong {
  display: block;
  color: #fff;
  font: 700 18px/1.2 "Roboto Condensed", Arial, sans-serif;
}

.construction-v3-cabin-pricing__table td.is-empty {
  color: rgba(248, 245, 240, 0.32);
}

.construction-v3-cabin-pricing__photos {
  display: flex !important;
  gap: 6px;
  margin-top: 10px !important;
}

.construction-v3-cabin-pricing__photos a {
  display: block;
  width: 48px;
  height: 34px;
  overflow: hidden;
  border: 1px solid rgba(119, 216, 154, 0.22);
  border-radius: 2px;
}

.construction-v3-cabin-pricing__photos img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.construction-v3-cabin-pricing__photos a:hover img,
.construction-v3-cabin-pricing__photos a:focus img {
  transform: scale(1.08);
}

.construction-v3-cabin-pricing__select {
  margin-top: 8px;
  padding: 0 0 4px;
  border: 0;
  border-bottom: 1px solid var(--cv3-green);
  background: transparent;
  color: var(--cv3-green-light);
  cursor: pointer;
  font: 700 12px/1.2 "Roboto Condensed", Arial, sans-serif;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition:
    color 0.28s ease,
    border-color 0.28s ease,
    text-shadow 0.28s ease;
}

.construction-v3-cabin-pricing__select:hover,
.construction-v3-cabin-pricing__select:focus {
  border-color: #fff;
  color: #fff;
  outline: 0;
  text-shadow: 0 0 13px rgba(119, 216, 154, 0.6);
}

.construction-v3-service-gallery__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.construction-v3-service-gallery__grid figure {
  min-width: 0;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(119, 216, 154, 0.22);
  border-radius: 4px;
  background: #07120c;
  aspect-ratio: 16 / 10;
}

.construction-v3-service-gallery__grid figure:nth-child(3n + 1) {
  grid-column: 1 / -1;
  aspect-ratio: 21 / 8;
}

.construction-v3-service-gallery__grid a,
.construction-v3-service-gallery__grid img {
  display: block;
  width: 100%;
  height: 100%;
}

.construction-v3-service-gallery__grid img {
  object-fit: cover;
  transition: transform 0.72s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.construction-v3-service-gallery__grid a:hover img,
.construction-v3-service-gallery__grid a:focus img {
  transform: scale(1.035);
}

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

.construction-v3-project-services__grid article {
  display: flex;
  min-width: 0;
  min-height: 220px;
  padding: 22px;
  flex-direction: column;
  border: 1px solid rgba(119, 216, 154, 0.2);
  border-radius: 4px;
  background:
    linear-gradient(145deg, rgba(119, 216, 154, 0.06), transparent 70%),
    #0a1710;
  transition:
    border-color 0.32s ease,
    box-shadow 0.36s ease;
}

.construction-v3-project-services__grid article:hover,
.construction-v3-project-services__grid article:focus-within {
  border-color: rgba(119, 216, 154, 0.64);
  box-shadow: 0 0 25px rgba(80, 203, 123, 0.12);
}

.construction-v3-project-services__grid h3 {
  margin: 0 0 14px;
  font-size: 22px;
}

.construction-v3-project-services__grid h3 a {
  color: #fff;
  text-decoration-color: var(--cv3-gold);
  text-underline-offset: 6px;
}

.construction-v3-project-services__grid p {
  margin: 0 0 18px;
  color: rgba(248, 245, 240, 0.68);
  font-size: 14px;
  line-height: 1.55;
}

.construction-v3-project-services__grid .construction-v3-text-link {
  width: max-content;
  margin-top: auto;
}

.construction-v3-related-services {
  padding: clamp(52px, 6vw, 78px) 0;
  background: #07150e;
  border-top: 1px solid rgba(119, 216, 154, 0.1);
  color: #f8f5f0;
}

.construction-v3-related-services__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 18px;
}

.construction-v3-related-card {
  display: flex;
  min-width: 0;
  min-height: 100%;
  overflow: hidden;
  flex-direction: column;
  border: 1px solid rgba(119, 216, 154, 0.24);
  border-radius: 4px;
  background: #0b1d13;
  transition:
    border-color 0.32s ease,
    box-shadow 0.36s ease;
}

.construction-v3-related-card:hover,
.construction-v3-related-card:focus-within {
  border-color: rgba(119, 216, 154, 0.72);
  box-shadow:
    0 0 0 1px rgba(119, 216, 154, 0.12),
    0 0 30px rgba(80, 203, 123, 0.14);
}

.construction-v3-related-card__media {
  display: block;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  background: #08110c;
}

.construction-v3-related-card--without-image .construction-v3-related-card__body {
  min-height: 100%;
}

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

.construction-v3-related-card:hover .construction-v3-related-card__media img,
.construction-v3-related-card:focus-within .construction-v3-related-card__media img {
  transform: scale(1.045);
}

.construction-v3-related-card__body {
  display: flex;
  min-width: 0;
  padding: 24px;
  flex: 1;
  flex-direction: column;
}

.construction-v3-related-card__meta {
  display: block;
  margin-bottom: 13px;
  color: var(--cv3-green-light);
  font: 700 12px/1.2 "Roboto Condensed", Arial, sans-serif;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.construction-v3-related-card h3 {
  margin: 0 0 13px;
  font-size: clamp(24px, 2.2vw, 31px);
  line-height: 1.05;
  text-wrap: balance;
}

.construction-v3-related-card h3 a {
  color: #f8f5f0;
  text-decoration-color: rgba(201, 170, 114, 0.7);
  text-decoration-thickness: 1px;
  text-underline-offset: 5px;
}

.construction-v3-related-card h3 a:hover,
.construction-v3-related-card h3 a:focus {
  color: var(--cv3-green-light);
}

.construction-v3-related-card__body > p {
  margin: 0 0 22px;
  color: rgba(248, 245, 240, 0.66);
  font-size: 15px;
  line-height: 1.55;
  overflow: visible;
  text-overflow: clip;
}

.construction-v3-related-card__link {
  width: fit-content;
  margin-top: auto;
  color: #f8f5f0;
  font: 700 14px/1.25 "Roboto Condensed", Arial, sans-serif;
  letter-spacing: 0.06em;
  text-decoration-color: var(--cv3-green-light);
  text-underline-offset: 7px;
  text-transform: uppercase;
}

.construction-v3-related-card__link:hover,
.construction-v3-related-card__link:focus {
  color: var(--cv3-green-light);
}

.construction-v3-process__list,
.construction-v3-points__list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: cv3-step;
}

.construction-v3-process__list li,
.construction-v3-points__list li {
  position: relative;
  min-width: 0;
  padding: 28px;
  border: 1px solid var(--cv3-border);
  border-radius: 3px;
  background: var(--cv3-paper);
  color: var(--cv3-ink);
  counter-increment: cv3-step;
}

.construction-v3-process__list li::before {
  display: block;
  margin-bottom: 25px;
  content: counter(cv3-step, decimal-leading-zero);
  color: var(--cv3-gold);
  font: 700 17px/1 "Roboto Condensed", Arial, sans-serif;
  letter-spacing: 0.08em;
}

.construction-v3-points__list li {
  border-top: 2px solid var(--cv3-green);
}

.construction-v3-process__list h3,
.construction-v3-points__list h3 {
  margin-bottom: 10px;
  font-size: 24px;
}

.construction-v3-process__list p,
.construction-v3-points__list p {
  margin-bottom: 0;
  color: var(--cv3-copy-muted);
  font-size: 14px;
  line-height: 1.55;
}

.construction-v3--project > .construction-v3-projects,
.construction-v3--service > .construction-v3-services,
.construction-v3--technology > .construction-v3-technologies {
  border-top: 0;
}

@media (max-width: 1199px) {
  .construction-v3-project-detail__title h1 {
    white-space: normal;
  }
}

@media (max-width: 991px) {
  .construction-v3-project-detail__head {
    display: block;
  }

  .construction-v3-project-detail__price {
    width: min(100%, 400px);
  }

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

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

  .construction-v3-project-archive .construction-v3-button {
    min-width: 0;
    justify-self: start;
  }

  .construction-v3-fact-panel {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: end;
    gap: 26px;
  }

  .construction-v3-fact-panel dl {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 24px;
    margin-bottom: 0;
  }

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

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

  .construction-v3-project-checkpoints__grid article:last-child {
    grid-column: 1 / -1;
  }

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

  .construction-v3-package-grid--single .construction-v3-package ul {
    grid-template-columns: 1fr;
  }

  .construction-v3-detail-hero__copy {
    width: 62%;
    min-width: 0;
  }

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

  .construction-v3-service-story__media,
  .construction-v3-service-story__media img {
    min-height: 0;
  }

  .construction-v3-service-story__media {
    aspect-ratio: 16 / 9;
  }

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

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

  .construction-v3-detail-facts div:nth-child(2n) {
    border-right: 0;
  }

  .construction-v3-detail-facts div:nth-child(n + 3) {
    border-top: 1px solid rgba(248, 245, 240, 0.12);
  }

  .construction-v3-detail-facts div:nth-child(odd) {
    padding-left: 0;
  }

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

@media (max-width: 639px) {
  .construction-v3--project,
  .construction-v3--service,
  .construction-v3--technology {
    min-height: calc(100svh - 45px);
  }

  .construction-v3-project-detail {
    padding-top: 20px;
  }

  .construction-v3-project-detail__head {
    margin-bottom: 24px;
    padding-bottom: 24px;
  }

  .construction-v3-project-detail__title > p:last-child {
    font-size: 16px;
  }

  .construction-v3-project-detail__title h1 {
    font-size: clamp(34px, 10vw, 46px);
    white-space: normal;
  }

  .construction-v3-project-detail__price {
    min-width: 0;
  }

  .construction-v3-gallery__main {
    aspect-ratio: 4 / 3;
  }

  .construction-v3-gallery__thumbs {
    grid-auto-columns: 78px;
  }

  .construction-v3-project-badges {
    margin-top: -10px;
  }

  .construction-v3-project-archive {
    gap: 20px;
    padding: 22px 18px;
  }

  .construction-v3-project-archive p:last-child {
    font-size: 15px;
  }

  .construction-v3-project-archive .construction-v3-button {
    width: 100%;
  }

  .construction-v3-fact-panel {
    display: block;
    padding: 22px;
  }

  .construction-v3-fact-panel dl {
    display: grid;
    grid-template-columns: 1fr;
    margin-bottom: 22px;
  }

  .construction-v3-prose p,
  .construction-v3-prose li {
    font-size: 16px;
    line-height: 1.62;
  }

  .construction-v3-service-story__copy {
    padding: 25px 22px 30px;
  }

  .construction-v3--service .construction-v3-detail__body {
    padding-top: 34px;
    padding-bottom: 46px;
  }

  .construction-v3-service-story__head {
    margin-bottom: 20px;
  }

  .construction-v3-service-story__media {
    aspect-ratio: 4 / 3;
  }

  .construction-v3-service-story__copy p,
  .construction-v3-service-story__copy li,
  .construction-v3-service-story__copy td,
  .construction-v3-service-story__copy th {
    font-size: 15px;
  }

  .construction-v3-service-story__copy table,
  .construction-v3-service-story__copy tbody,
  .construction-v3-service-story__copy tr,
  .construction-v3-service-story__copy td,
  .construction-v3-service-story__copy th {
    display: block;
    width: 100%;
  }

  .construction-v3-service-story__copy td + td,
  .construction-v3-service-story__copy th + th {
    padding-top: 0;
    padding-left: 0;
    text-align: left;
  }

  .construction-v3-cabin-pricing__scroll {
    overflow: visible;
    border: 0;
    background: transparent;
    box-shadow: none;
  }

  .construction-v3-cabin-pricing__table,
  .construction-v3-cabin-pricing__table tbody,
  .construction-v3-cabin-pricing__table tr,
  .construction-v3-cabin-pricing__table th,
  .construction-v3-cabin-pricing__table td {
    display: block;
    width: 100%;
    min-width: 0;
  }

  .construction-v3-cabin-pricing__table thead {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
  }

  .construction-v3-cabin-pricing__table tbody tr {
    margin-bottom: 14px;
    overflow: hidden;
    border: 1px solid rgba(119, 216, 154, 0.22);
    border-radius: 4px;
    background: #07120c;
  }

  .construction-v3-cabin-pricing__table tbody th,
  .construction-v3-cabin-pricing__table tbody td {
    border: 0;
    border-bottom: 1px solid rgba(119, 216, 154, 0.13);
  }

  .construction-v3-cabin-pricing__table tbody td {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 7px 16px;
  }

  .construction-v3-cabin-pricing__table tbody td::before {
    content: attr(data-label);
    grid-row: span 2;
    color: rgba(248, 245, 240, 0.68);
    font-size: 13px;
  }

  .construction-v3-cabin-pricing__table tbody td > strong,
  .construction-v3-cabin-pricing__table tbody td > button {
    justify-self: end;
  }

  .construction-v3-cabin-pricing__table tbody td.is-empty {
    display: none;
  }

  .construction-v3-service-gallery__grid,
  .construction-v3-project-services__grid {
    grid-template-columns: 1fr;
  }

  .construction-v3-service-gallery__grid figure,
  .construction-v3-service-gallery__grid figure:nth-child(3n + 1) {
    grid-column: auto;
    aspect-ratio: 4 / 3;
  }

  .construction-v3-project-services__grid article {
    min-height: 0;
  }

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

  .construction-v3-related-services {
    padding: 46px 0 52px;
  }

  .construction-v3-floor-plans__grid,
  .construction-v3-project-checkpoints__grid {
    grid-template-columns: 1fr;
  }

  .construction-v3-project-checkpoints__grid article,
  .construction-v3-project-checkpoints__grid article:last-child {
    min-height: 0;
    grid-column: auto;
  }

  .construction-v3-section-tabs {
    display: flex;
    margin-right: -16px;
    padding-right: 16px;
    overflow-x: auto;
    scrollbar-width: none;
    scroll-snap-type: x proximity;
  }

  .construction-v3-section-tabs::-webkit-scrollbar {
    display: none;
  }

  .construction-v3-section-tabs button {
    flex: 0 0 min(82vw, 330px);
    scroll-snap-align: start;
  }

  .construction-v3-package-grid,
  .construction-v3-process__list,
  .construction-v3-points__list {
    grid-template-columns: 1fr;
  }

  .construction-v3-process__list li,
  .construction-v3-points__list li {
    padding: 23px;
  }

  .construction-v3-package__head {
    display: block;
    padding: 24px 22px;
  }

  .construction-v3-package__price {
    margin-top: 22px;
    padding: 17px 0 0;
    border-top: 1px solid rgba(255, 255, 255, 0.18);
    border-left: 0;
    text-align: left;
  }

  .construction-v3-package__body {
    padding: 24px 22px;
  }

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

  .construction-v3-package__footer {
    display: block;
  }

  .construction-v3-package__footer .construction-v3-button {
    width: 100%;
    margin-top: 20px;
  }

  .construction-v3-detail-hero,
  .construction-v3-detail-hero__inner {
    min-height: 500px;
  }

  .construction-v3-detail-hero__image {
    object-position: 66% center;
  }

  .construction-v3-detail-hero__shade {
    background:
      linear-gradient(0deg, rgba(8, 15, 11, 0.96) 0%, rgba(8, 15, 11, 0.82) 40%, rgba(8, 15, 11, 0.13) 70%),
      linear-gradient(90deg, rgba(8, 15, 11, 0.18), transparent);
  }

  .construction-v3-detail-hero__inner {
    align-items: flex-end;
    padding-top: 190px;
    padding-bottom: 36px;
  }

  .construction-v3-detail-hero__copy {
    width: 100%;
    text-shadow: 0 2px 18px rgba(0, 0, 0, 0.58);
  }

  .construction-v3-detail-hero__copy > p:not(.construction-v3-eyebrow) {
    margin-bottom: 21px;
    font-size: 16px;
  }

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

  .construction-v3-detail-facts div,
  .construction-v3-detail-facts div:first-child,
  .construction-v3-detail-facts div:nth-child(odd) {
    padding: 15px 0;
    border-top: 1px solid var(--cv3-border);
    border-right: 0;
  }

  .construction-v3-detail-facts div:first-child {
    border-top: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .construction-v3-service-story__media img,
  .construction-v3-related-card__media img {
    transition-duration: 0.24s;
    transition-timing-function: ease-out;
  }
}
