.temporary-home {
  min-height: 100vh;
  min-height: 100svh;
  background-color: #000;
  color: var(--white);
}

.temporary-home-main {
  width: min(1180px, 100%);
  min-height: 100vh;
  min-height: 100svh;
  margin: 0 auto;
  padding: clamp(18px, 3vw, 34px) 5%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.temporary-home-header {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: clamp(14px, 2.2vw, 24px);
}

.temporary-home-logo-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  outline: none;
}

.temporary-home-logo {
  width: clamp(132px, 13vw, 205px);
  height: auto;
  filter: drop-shadow(0 0 18px rgba(255, 255, 255, 0.08));
}

.temporary-home-logo-link:focus-visible,
.temporary-home-poster-link:focus-visible,
.temporary-home-social-link:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 6px;
}

.temporary-home-feature {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.temporary-home-kicker {
  margin-bottom: clamp(10px, 1.4vw, 16px);
  color: rgba(255, 255, 255, 0.62);
  font-size: clamp(0.64rem, 1.25vw, 0.82rem);
  font-weight: 800;
  letter-spacing: 0.42em;
  line-height: 1.4;
  text-transform: uppercase;
}

.temporary-home-title {
  font-size: clamp(3.3rem, 8vw, 8.8rem);
  line-height: 0.9;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-shadow:
    rgba(255, 255, 255, 0.18) 0px 0px 24px,
    rgba(160, 0, 0, 0.45) 5px 0px;
  margin: 0px;
}

.temporary-home-description {
  width: min(620px, 100%);
  margin-top: clamp(14px, 1.8vw, 20px);
  margin-bottom: clamp(18px, 2.5vw, 30px);
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(0.88rem, 1.4vw, 1rem);
  line-height: 1.65;
}

.temporary-home-poster-link {
  --temporary-poster-cta-gap: 14px;

  width: min(680px, 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  outline: none;
}

.temporary-home-poster-media {
  position: relative;
  width: 100%;
  display: block;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background-color: #050505;
  box-shadow:
    0 18px 70px rgba(0, 0, 0, 0.82),
    0 0 32px rgba(255, 255, 255, 0.04);
  transition:
    transform 0.32s ease,
    border-color 0.32s ease,
    box-shadow 0.32s ease,
    filter 0.32s ease;
}

.temporary-home-poster-media::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(
      120deg,
      transparent 0%,
      rgba(255, 255, 255, 0.18) 45%,
      transparent 56%
    );
  opacity: 0;
  transform: translateX(-120%);
  transition:
    opacity 0.35s ease,
    transform 0.75s ease;
  pointer-events: none;
}

.temporary-home-poster {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: center;
  transition:
    transform 0.42s ease,
    filter 0.42s ease;
}

.temporary-home-poster-cta {
  margin-top: var(--temporary-poster-cta-gap);
  min-height: 42px;
  padding: 12px 22px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  background-color: #000;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.22em;
  line-height: 1;
  text-transform: uppercase;
  transition:
    background-color 0.28s ease,
    color 0.28s ease,
    border-color 0.28s ease,
    transform 0.28s ease;
}

.temporary-home-contacts {
  margin-top: clamp(16px, 2.3vw, 26px);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.temporary-home-contacts-title {
  margin-bottom: 12px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.34em;
  line-height: 1;
  text-transform: uppercase;
}

.temporary-home-socials {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
}

.temporary-home-social-link {
  width: 48px;
  height: 48px;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 50%;
  background-color: #000;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition:
    transform 0.28s ease,
    background-color 0.28s ease,
    border-color 0.28s ease,
    color 0.28s ease;
}

button.temporary-home-social-link {
  cursor: pointer;
}

.temporary-home-social-link svg {
  width: 22px;
  height: 22px;
  fill: currentColor;
}

.temporary-home-copy-feedback {
  min-height: 20px;
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.8rem;
  line-height: 1.4;
}

@media (hover: hover) {
  .temporary-home-logo-link:hover .temporary-home-logo {
    filter: drop-shadow(0 0 24px rgba(255, 255, 255, 0.14));
  }

  .temporary-home-poster-link:hover .temporary-home-poster-media {
    transform: translateY(-5px) scale(1.008);
    border-color: rgba(255, 255, 255, 0.48);
    box-shadow:
      0 24px 82px rgba(0, 0, 0, 0.9),
      0 0 42px rgba(255, 255, 255, 0.08);
  }

  .temporary-home-poster-link:hover .temporary-home-poster-media::before {
    opacity: 1;
    transform: translateX(120%);
  }

  .temporary-home-poster-link:hover .temporary-home-poster {
    transform: scale(1.026);
    filter: contrast(1.08) brightness(1.04);
  }

  .temporary-home-poster-cta:hover {
    background-color: #fff;
    color: #000;
    border-color: #fff;
    transform: translateY(-2px);
  }

  .temporary-home-social-link:hover {
    transform: translateY(-4px);
    border-color: #fff;
    background-color: #fff;
    color: #000;
  }
}

@media (min-width: 900px) {
  .temporary-home-title {
    white-space: nowrap;
  }
}

@media (min-width: 1024px) and (max-height: 850px) {
  .temporary-home-main {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .temporary-home-header {
    margin-bottom: 14px;
  }

  .temporary-home-logo {
    width: clamp(120px, 11vw, 170px);
  }

  .temporary-home-kicker {
    margin-bottom: 10px;
    font-size: 0.68rem;
  }

  .temporary-home-title {
    font-size: clamp(3rem, 6.3vw, 6.5rem);
  }

  .temporary-home-description {
    margin-top: 12px;
    margin-bottom: 18px;
    font-size: 0.9rem;
    line-height: 1.55;
  }

  .temporary-home-poster-link {
    width: min(620px, 58vw);
    --temporary-poster-cta-gap: 12px;
  }

  .temporary-home-poster-cta {
    min-height: 38px;
    padding: 10px 18px;
    font-size: 0.66rem;
  }

  .temporary-home-contacts {
    margin-top: 16px;
  }

  .temporary-home-social-link {
    width: 44px;
    height: 44px;
  }

  .temporary-home-social-link svg {
    width: 20px;
    height: 20px;
  }
}

@media (max-width: 700px) {
  .temporary-home-main {
    justify-content: flex-start;
    padding-top: 28px;
    padding-bottom: 34px;
  }

  .temporary-home-header {
    margin-bottom: 22px;
  }

  .temporary-home-logo {
    width: clamp(140px, 42vw, 195px);
  }

  .temporary-home-kicker {
    width: min(330px, 100%);
    margin-bottom: 10px;
    font-size: clamp(0.56rem, 2.2vw, 0.68rem);
    letter-spacing: 0.24em;
  }

  .temporary-home-title {
    width: 100%;
    max-width: 100%;
    font-size: clamp(2.15rem, 12.4vw, 3.8rem);
    line-height: 0.9;
    letter-spacing: 0.035em;
    text-align: center;
    word-spacing: 999px;
  }

  .temporary-home-description {
    width: min(360px, 100%);
    margin-top: 12px;
    margin-bottom: 18px;
    font-size: 0.82rem;
    line-height: 1.55;
  }

  .temporary-home-poster-link {
    width: min(360px, 100%);
    --temporary-poster-cta-gap: 10px;
  }

  .temporary-home-poster {
    aspect-ratio: 4 / 5;
  }

  .temporary-home-poster-cta {
    min-height: 38px;
    padding: 10px 18px;
    font-size: 0.62rem;
    letter-spacing: 0.18em;
  }

  .temporary-home-contacts {
    margin-top: 16px;
  }

  .temporary-home-contacts-title {
    margin-bottom: 10px;
    font-size: 0.62rem;
    letter-spacing: 0.3em;
  }

  .temporary-home-social-link {
    width: 42px;
    height: 42px;
  }

  .temporary-home-social-link svg {
    width: 19px;
    height: 19px;
  }
}

@media (max-width: 420px) {
  .temporary-home-main {
    padding-left: 16px;
    padding-right: 16px;
  }

  .temporary-home-kicker {
    font-size: 0.54rem;
    letter-spacing: 0.2em;
  }

  .temporary-home-title {
    font-size: clamp(2rem, 11.6vw, 3.1rem);
    letter-spacing: 0.03em;
  }

  .temporary-home-description {
    width: min(330px, 100%);
    font-size: 0.78rem;
  }

  .temporary-home-poster-link {
    width: min(330px, 100%);
  }

  .temporary-home-socials {
    gap: 12px;
  }
}

/* ================================
   Temporary Home - Poster quadrado
   Proporção real: 1290 x 1287
================================ */

.temporary-home-poster-link {
  width: min(560px, 100%);
}

.temporary-home-poster-media {
  aspect-ratio: 1290 / 1287;

  display: flex;
  align-items: center;
  justify-content: center;
}

.temporary-home-poster {
  width: 100%;
  height: 100%;

  display: block;

  aspect-ratio: 1290 / 1287;
  object-fit: contain;
  object-position: center;
}

/* Desktop grande */
@media (min-width: 1200px) {
  .temporary-home-poster-link {
    width: min(590px, 42vw);
  }
}

/* Laptops / telas com pouca altura */
@media (min-width: 1024px) and (max-height: 850px) {
  .temporary-home-poster-link {
    width: min(460px, 42vw);
  }

  .temporary-home-poster {
    aspect-ratio: 1290 / 1287;
  }
}

/* Tablets */
@media (min-width: 701px) and (max-width: 1023px) {
  .temporary-home-poster-link {
    width: min(520px, 88vw);
  }

  .temporary-home-poster {
    aspect-ratio: 1290 / 1287;
  }
}

/* Mobile */
@media (max-width: 700px) {
  .temporary-home-poster-link {
    width: min(340px, 100%);
  }

  .temporary-home-poster-media {
    aspect-ratio: 1290 / 1287;
  }

  .temporary-home-poster {
    width: 100%;
    height: 100%;

    aspect-ratio: 1290 / 1287;
    object-fit: contain;
  }
}

@media (max-width: 420px) {
  .temporary-home-poster-link {
    width: min(330px, 100%);
  }
}
