/* projects.css — depends on site.css tokens */

.projects-wrap {
  max-width: var(--nav-max);
  margin: 0 auto;
  padding: 160px 24px 60px;
}

.under-construction {
  position: relative;
  display: inline-block;
  margin-left: 4%;
}

.under-construction h1 {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(52px, 6.4vw, 112px);
  margin: 0;
  white-space: nowrap;
}

.uc-arrow {
  position: absolute;
  width: clamp(48px, 5vw, 76px);
}

.uc-arrow.a1 { top: -92px; left: -2%; transform: rotate(2deg); }
.uc-arrow.a2 { top: 22px; right: -13%; }
.uc-arrow.a3 { bottom: -76px; left: -10%; transform: rotate(0deg); }
.uc-arrow.a4 { top: -76px; right: -7%; transform: rotate(-18deg); }

.subtitle-bottom {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(18px, 1.7vw, 24px);
  max-width: 720px;
  margin: 104px 0 0 4%;
  line-height: 1.5;
}

@media (max-width: 640px) {
  .projects-wrap { padding-top: 100px; }
  .under-construction { margin-left: 0; }
  .under-construction h1 { font-size: 38px; }
  .uc-arrow { width: 34px; }
  .uc-arrow.a1 { top: -48px; left: 0; }
  .uc-arrow.a2 { top: -40px; right: -2%; }
  .uc-arrow.a3 { bottom: -42px; left: -6%; }
  .uc-arrow.a4 { right: -34px; }
  .subtitle-bottom { margin: 56px 0 0; }
}
