/* Desktop and mobile use stationary scroll-driven construction sequences. */
.construction-mobile-track { height: 100%; min-height: 0; }
@media (max-width: 700px) {
  .construction-hero .construction-mobile-track {
    height: 220svh;
    margin-top: 35px;
  }
  .construction-hero .construction-mobile-track .build-visual {
    position: sticky;
    top: 72px;
    height: calc(100svh - 88px);
    max-height: 720px;
    margin-top: 0;
  }
  .construction-hero.construction-static .construction-mobile-track,
  .construction-hero.construction-unavailable .construction-mobile-track {
    height: auto;
  }
  .construction-hero.construction-static .construction-mobile-track .build-visual,
  .construction-hero.construction-unavailable .construction-mobile-track .build-visual {
    position: relative;
    top: 0;
  }
}
.construction-hero {
  overflow: visible;
  min-height: 0;
}
.construction-hero:before {
  display: none;
}
.construction-track {
  height: 270svh;
  min-height: 1700px;
}
.construction-hero .hero-grid {
  position: sticky;
  top: 84px;
  min-height: 0;
  height: calc(100svh - 84px);
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.construction-hero .hero-copy {
  padding: 24px 0;
}
.hero-brand-lockup {
  display: flex;
  align-items: center;
  gap: clamp(18px, 2vw, 32px);
  margin: 28px 0 12px;
}
.hero-brand-lockup > img {
  width: clamp(112px, 10vw, 160px);
  flex: 0 0 auto;
  filter: drop-shadow(0 16px 22px #6b4d3024);
}
.construction-hero h1 {
  font-size: clamp(76px, 8.2vw, 132px);
  line-height: 0.88;
  margin: 0;
}
.hero-slogan {
  margin: 0 0 18px;
  color: var(--rust);
  font-family: Georgia, serif;
  font-size: clamp(18px, 1.55vw, 24px);
  font-style: italic;
}
.hero-socials {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 20px;
  margin: -12px 0 24px;
}
.hero-socials a {
  border-bottom: 1px solid #b94f2055;
  padding: 7px 0;
  color: var(--rust);
  font-size: 10px;
  font-weight: 800;
}
.hero-socials a:hover {
  border-color: var(--rust);
}
.construction-hero .hero-actions {
  margin: 25px 0 30px;
}
.construction-hero .build-visual {
  height: 100%;
  min-height: 0;
  max-height: 850px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  perspective: none;
  position: relative;
  padding: 32px 0 30px;
  background: transparent;
}
.construction-heading,
.construction-caption {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  position: relative;
  z-index: 1;
}
.construction-heading {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #725b44;
  margin: 0 12px;
}
.construction-count {
  font-variant-numeric: tabular-nums;
}
.construction-view {
  position: relative;
  flex: 1;
  min-height: 0;
  width: 100%;
}
.construction-canvas,
.construction-fallback {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.construction-canvas {
  opacity: 0;
  transition: opacity 0.5s ease;
}
.construction-ready .construction-canvas {
  opacity: 1;
}
.construction-fallback {
  visibility: hidden;
  opacity: 0;
}
.construction-failed .construction-fallback {
  visibility: visible;
  opacity: 1;
}
.construction-failed .construction-canvas {
  visibility: hidden;
}
.construction-stage {
  font-size: 13px;
  font-weight: 700;
}
.construction-control {
  padding: 10px 14px;
  min-height: 40px;
  border: 1px solid var(--line);
  background: var(--paper);
  font-size: 10px;
  font-weight: 700;
}
.construction-caption {
  margin: 0 12px 12px;
  min-height: 40px;
}
.construction-progress {
  height: 2px;
  background: #b94f2022;
  margin: 0 12px;
}
.construction-progress span {
  display: block;
  width: 100%;
  height: 100%;
  background: var(--rust);
  transform: scaleX(0);
  transform-origin: left;
}
.construction-hint {
  font-size: 10px;
  color: #725b44;
  margin: 14px 12px 0;
}
.construction-hero .scroll-cue {
  display: none;
}
.construction-hero.construction-static .construction-track,
.construction-hero.construction-unavailable .construction-track {
  height: auto;
  min-height: 0;
}
.construction-hero.construction-static .hero-grid,
.construction-hero.construction-unavailable .hero-grid {
  position: relative;
  top: 0;
  min-height: 640px;
}
@media (min-width: 701px) and (max-height: 760px) {
  .construction-hero h1 {
    font-size: clamp(62px, 7vw, 96px);
  }
  .hero-brand-lockup {
    margin: 18px 0 8px;
  }
  .hero-brand-lockup > img {
    width: 96px;
  }
  .hero-slogan {
    margin-bottom: 10px;
  }
  .construction-hero .hero-description {
    font-size: 12px;
  }
  .construction-hero .hero-actions {
    margin: 16px 0 22px;
  }
  .construction-hero .proof-row {
    gap: 12px;
  }
}
@media (max-width: 700px) {
  .construction-track {
    height: auto;
    min-height: 0;
  }
  .construction-hero .hero-grid {
    display: block;
    position: relative;
    top: 0;
    height: auto;
    min-height: 0;
  }
  .construction-hero .hero-copy {
    padding: 45px 0 0;
  }
  .construction-hero h1 {
    font-size: clamp(51px, 14vw, 72px);
  }
  .hero-brand-lockup {
    align-items: center;
    gap: 16px;
    margin: 22px 0 12px;
  }
  .hero-brand-lockup > img {
    width: clamp(88px, 25vw, 112px);
  }
  .hero-slogan {
    font-size: 18px;
  }
  .hero-socials {
    gap: 5px 16px;
    margin-top: -8px;
  }
  .construction-hero .build-visual {
    height: 560px;
    height: clamp(460px, 76svh, 640px);
    min-height: 0;
    margin: 35px -20px 0;
    padding: 22px 16px;
    background: var(--cream);
    overflow: hidden;
  }
  .construction-hero.construction-static .hero-grid,
  .construction-hero.construction-unavailable .hero-grid {
    min-height: 0;
  }
  .construction-stage {
    font-size: 12px;
  }
  .construction-heading {
    font-size: 9px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .construction-canvas {
    transition: none;
  }
}
