* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

.construction-page {
  margin: 0;
  color: #674569;
  background: #fff7fa;
}

.construction-hero {
  position: relative;
  isolation: isolate;
  display: flex;
  min-height: 100svh;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  padding: clamp(1.25rem, 4vw, 3rem) clamp(1rem, 5vw, 4rem) clamp(3.5rem, 8vw, 6rem);
  background: #fff3f7 url("../media/img/background.png") center / cover no-repeat;
}

.construction-hero::before,
.construction-hero::after {
  position: absolute;
  z-index: -1;
  width: clamp(18rem, 38vw, 34rem);
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgb(255 255 255 / 80%) 0 28%, rgb(255 219 233 / 25%) 60%, transparent 72%);
  content: "";
  filter: blur(2px);
}

.construction-hero::before {
  top: -12rem;
  right: -7rem;
}

.construction-hero::after {
  bottom: -13rem;
  left: -8rem;
}

.construction-logo {
  display: block;
  width: clamp(8rem, 16vw, 12.5rem);
  border-radius: 50%;
}

.construction-logo img {
  display: block;
  width: 100%;
  filter: drop-shadow(0 0.7rem 1.25rem rgb(137 86 115 / 10%));
}

.construction-logo:focus-visible,
.construction-socials a:focus-visible,
.construction-scroll:focus-visible,
.etsy-showcase__shop-link:focus-visible {
  outline: 3px solid #924fa4;
  outline-offset: 5px;
}

.construction-hero__content {
  width: min(100%, 70rem);
  margin: auto;
  text-align: center;
}

.construction-kicker,
.construction-section-kicker {
  margin: 1.5rem 0 0.8rem;
  color: #a05d82;
  font-size: clamp(0.72rem, 1.4vw, 0.86rem);
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.construction-title-wrap {
  position: relative;
  width: fit-content;
  max-width: 100%;
  margin: 0 auto;
}

.construction-title-wrap > div {
  position: relative;
  z-index: 2;
}

.construction-title-wrap h1 {
  margin: 0;
  color: #cd91d4;
  font-family: var(--font-poppins);
  font-size: clamp(2.8rem, 8.5vw, 7.25rem);
  font-weight: 800;
  letter-spacing: -0.065em;
  line-height: 0.82;
  text-transform: uppercase;
  text-wrap: balance;
  text-shadow: 0 0.1em 0 rgb(255 255 255 / 55%);
}

.construction-title-wrap h1 span {
  display: block;
  font-size: 1.2em;
}

.construction-intro {
  max-width: 42rem;
  margin: 3.25rem auto 0;
  color: #755966;
  font-size: clamp(0.95rem, 1.5vw, 1.08rem);
  line-height: 1.8;
  text-wrap: pretty;
}

.construction-panda {
  position: absolute;
  top: 43%;
  right: clamp(-9rem, -10vw, -6rem);
  z-index: 1;
  width: clamp(12rem, 19vw, 16rem);
  height: auto;
  pointer-events: none;
  filter: drop-shadow(0 0.8rem 1rem rgb(91 54 66 / 8%));
  transform: translateY(-50%) rotate(3deg);
}

.construction-socials {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: clamp(2rem, 5vw, 3rem);
}

.construction-socials a {
  display: flex;
  width: min(100%, 14.5rem);
  min-height: 4.4rem;
  align-items: center;
  gap: 0.8rem;
  padding: 0.8rem 1rem;
  border: 1px solid rgb(196 143 184 / 35%);
  border-radius: 1.1rem;
  color: #69425f;
  background: rgb(255 255 255 / 72%);
  box-shadow: 0 0.8rem 2rem rgb(138 80 112 / 8%);
  text-align: left;
  text-decoration: none;
  backdrop-filter: blur(8px);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.construction-socials a:hover {
  border-color: rgb(146 79 164 / 45%);
  box-shadow: 0 1rem 2.2rem rgb(138 80 112 / 14%);
  transform: translateY(-3px);
}

.construction-socials svg {
  flex: 0 0 auto;
  width: 1.7rem;
  height: 1.7rem;
  fill: none;
  stroke: #9657a7;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.construction-socials__dot {
  fill: #9657a7;
  stroke: none;
}

.construction-socials span {
  display: flex;
  flex: 1;
  flex-direction: column;
  font-weight: 700;
  line-height: 1.2;
}

.construction-socials small {
  color: #987a89;
  font-size: 0.7rem;
  font-weight: 500;
}

.construction-socials b {
  font-size: 1rem;
  font-weight: 500;
}

.construction-scroll {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  margin-top: 1.65rem;
  color: #855574;
  font-size: 0.85rem;
  font-weight: 600;
  text-decoration: none;
}

.construction-scroll span {
  display: grid;
  width: 1.75rem;
  height: 1.75rem;
  place-items: center;
  border-radius: 50%;
  background: #f0d6f2;
}

.construction-sparkles {
  position: absolute;
  width: 9rem;
  height: 9rem;
  pointer-events: none;
}

.construction-sparkles--top {
  top: 5%;
  left: 4%;
}

.construction-sparkles--bottom {
  right: 4%;
  bottom: 6%;
  transform: rotate(18deg);
}

.construction-sparkles span {
  position: absolute;
  width: 2.6rem;
  height: 2.6rem;
  border: 0.42rem solid #f7a9ce;
  transform: rotate(45deg);
  clip-path: polygon(50% 0, 62% 38%, 100% 50%, 62% 62%, 50% 100%, 38% 62%, 0 50%, 38% 38%);
}

.construction-sparkles span:nth-child(2) {
  top: 3.3rem;
  left: 3.8rem;
  width: 2.1rem;
  height: 2.1rem;
  border-color: #bc86d2;
}

.construction-sparkles span:nth-child(3) {
  top: 0;
  left: 5.8rem;
  width: 1.2rem;
  height: 1.2rem;
  border-width: 0.28rem;
  border-color: #9edfd3;
}

.construction-etsy {
  position: relative;
  border-top: 1px solid #f0dce5;
  background: #fffafd;
}

.construction-section-kicker {
  margin-top: 0;
}

.etsy-showcase__shop-link {
  display: inline-flex;
  min-height: 3rem;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  padding: 0.75rem 1.4rem;
  border-radius: 999px;
  color: #fff;
  background: #9254a5;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 0.7rem 1.5rem rgb(118 0 151 / 12%);
}

.etsy-showcase__shop-link:hover {
  color: #fff;
  background: #7e408f;
}

.construction-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  padding: 1.5rem;
  color: #816675;
  background: #ffedf4;
  text-align: center;
}

.construction-footer img {
  width: 3rem;
}

.construction-footer p {
  margin: 0;
  font-size: 0.78rem;
}

.construction-footer nav {
  display: flex;
  justify-content: center;
  gap: 0.8rem;
  margin-top: 0.3rem;
}

.construction-footer nav a {
  color: #76566b;
  font-size: 0.72rem;
}

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

@media (max-width: 760px) {
  .construction-hero {
    min-height: 100svh;
  }

  .construction-logo {
    width: 8.5rem;
  }

  .construction-title-wrap {
    width: 100%;
  }

  .construction-title-wrap h1 {
    font-size: clamp(2.2rem, 8vw, 4rem);
    letter-spacing: -0.055em;
  }

  .construction-panda {
    top: 35%;
    right: -1.25rem;
    width: 9.5rem;
    opacity: 0.96;
  }

  .construction-intro {
    max-width: 31rem;
    margin-top: 5.5rem;
    padding-inline: 0.35rem;
  }

  .construction-sparkles {
    transform: scale(0.72);
  }

  .construction-sparkles--top {
    top: 2%;
    left: -1rem;
  }

  .construction-sparkles--bottom {
    right: -1.5rem;
    bottom: 2%;
  }
}

@media (max-width: 480px) {
  .construction-title-wrap {
    width: 100%;
  }

  .construction-title-wrap h1 {
    font-size: clamp(1.9rem, 9.3vw, 3rem);
  }

  .construction-panda {
    top: 31%;
    right: -0.75rem;
    width: 8.25rem;
  }

  .construction-socials {
    flex-direction: column;
    align-items: center;
  }

  .construction-socials a {
    width: min(100%, 18rem);
  }

  .construction-footer {
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .construction-socials a {
    transition: none;
  }
}
