:root {
  --orange: #ff5a18;
  --cream: #fff2df;
  --black: #050404;
  font-family: Impact, "Arial Black", system-ui, sans-serif;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  background: var(--black);
  color: var(--cream);
}

a {
  color: inherit;
}

img {
  display: block;
  max-width: 100%;
}

.poster {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  isolation: isolate;
}

.background,
.shade {
  position: absolute;
  inset: 0;
}

.background {
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.shade {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.82) 0%, rgba(0, 0, 0, 0.52) 32%, rgba(0, 0, 0, 0.08) 62%, rgba(0, 0, 0, 0.12) 100%),
    linear-gradient(0deg, rgba(0, 0, 0, 0.62) 0%, transparent 34%);
}

.content {
  width: min(46rem, 92vw);
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(1.2rem, 4vw, 3.2rem);
}

.skukl {
  width: min(12.5rem, 42vw);
  margin-bottom: clamp(0.7rem, 2vw, 1.2rem);
  color: #fff;
  text-decoration: none;
}

.skukl img {
  width: 100%;
  border-radius: 4px;
  box-shadow: 0 0.75rem 1.5rem rgba(0, 0, 0, 0.42);
}

.skukl small {
  display: block;
  margin-top: 0.42rem;
  font: 900 clamp(0.58rem, 1.2vw, 0.78rem) / 1.1 system-ui, sans-serif;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.konkerz {
  width: min(39rem, 92vw);
  margin: 0 0 clamp(0.4rem, 1vw, 0.8rem);
  filter: drop-shadow(0 1rem 1rem rgba(0, 0, 0, 0.9));
}

h1,
p {
  margin: 0;
  text-transform: uppercase;
}

h1 {
  color: var(--cream);
  font-size: clamp(5rem, 13vw, 9rem);
  line-height: 0.82;
  letter-spacing: 0;
  text-shadow: 0.065em 0.065em 0 rgba(0, 0, 0, 0.9);
}

p {
  margin-top: 0.8rem;
  color: #fff;
  font: 950 clamp(1.1rem, 2.6vw, 2.05rem) / 1 system-ui, sans-serif;
  letter-spacing: 0.08em;
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: clamp(1.3rem, 3vw, 2rem);
}

.actions a,
.busy > a:last-child {
  min-height: 3rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.8rem 1.05rem;
  border: 2px solid rgba(255, 255, 255, 0.32);
  border-radius: 8px;
  background: var(--orange);
  color: #fff;
  font: 950 0.92rem / 1 system-ui, sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0;
  box-shadow: 0 0.75rem 1.8rem rgba(0, 0, 0, 0.35);
}

.actions a:last-child,
.busy > a:last-child {
  background: rgba(0, 0, 0, 0.68);
}

.busy {
  position: absolute;
  right: clamp(1rem, 3vw, 2rem);
  bottom: clamp(1rem, 3vw, 2rem);
  width: min(13.5rem, 38vw);
  display: grid;
  justify-items: end;
  gap: 0.35rem;
  text-align: right;
}

.busy small {
  font: 850 0.72rem / 1 system-ui, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.busy img {
  width: min(6.6rem, 25vw);
  filter: drop-shadow(0 0.5rem 0.6rem rgba(0, 0, 0, 0.8));
}

.busy > a:last-child {
  min-height: 2.3rem;
  padding: 0.55rem 0.7rem;
  font-size: 0.72rem;
}

.privacy-pop {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 30;
  display: flex;
  align-items: center;
  gap: 1rem;
  width: min(36rem, calc(100vw - 2rem));
  padding: 1rem;
  border: 2px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(5, 4, 4, 0.88);
  color: #fff;
  box-shadow: 0 1.4rem 3rem rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(14px);
}

.privacy-pop.is-hidden {
  display: none;
}

.privacy-pop strong {
  display: block;
  color: var(--orange);
  font: 950 1rem / 1 system-ui, sans-serif;
  text-transform: uppercase;
}

.privacy-pop p {
  margin-top: 0.35rem;
  color: rgba(255, 242, 223, 0.82);
  font: 750 0.82rem / 1.35 system-ui, sans-serif;
  letter-spacing: 0;
  text-transform: none;
}

.privacy-actions {
  display: flex;
  flex-shrink: 0;
  gap: 0.5rem;
}

.privacy-actions button,
.privacy-actions a {
  min-height: 2.35rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.55rem 0.75rem;
  border: 2px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  color: #fff;
  background: var(--orange);
  cursor: pointer;
  font: 950 0.72rem / 1 system-ui, sans-serif;
  text-decoration: none;
  text-transform: uppercase;
}

.privacy-actions a {
  background: rgba(0, 0, 0, 0.68);
}

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

  .background {
    object-position: 67% top;
  }

  .shade {
    background:
      linear-gradient(180deg, rgba(0, 0, 0, 0.04) 0%, rgba(0, 0, 0, 0.18) 40%, rgba(0, 0, 0, 0.9) 66%, rgba(0, 0, 0, 0.98) 100%),
      linear-gradient(90deg, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0));
  }

  .content {
    width: 100%;
    min-height: 100svh;
    justify-content: flex-end;
    padding: 42svh 1rem 9rem;
  }

  .skukl {
    width: min(9.2rem, 42vw);
    margin-bottom: 0.8rem;
  }

  .skukl small {
    font-size: 0.58rem;
    letter-spacing: 0.08em;
  }

  .konkerz {
    width: min(34rem, 96vw);
    margin-bottom: 0.3rem;
  }

  h1 {
    font-size: clamp(3.15rem, 16vw, 4.8rem);
    line-height: 0.86;
  }

  p {
    margin-top: 0.55rem;
    font-size: clamp(0.86rem, 4vw, 1.05rem);
    line-height: 1.12;
    letter-spacing: 0.05em;
  }

  .actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.55rem;
    width: min(100%, 21rem);
    margin-top: 1rem;
  }

  .actions a {
    min-height: 2.75rem;
    padding: 0.7rem 0.85rem;
    font-size: 0.82rem;
  }

  .busy {
    left: 1rem;
    right: 1rem;
    bottom: 1rem;
    width: auto;
    grid-template-columns: auto 1fr;
    align-items: center;
    justify-items: start;
    gap: 0.4rem 0.8rem;
    text-align: left;
    padding-top: 0.75rem;
    border-top: 1px solid rgba(255, 255, 255, 0.18);
  }

  .busy small {
    grid-column: 1 / -1;
    font-size: 0.62rem;
    letter-spacing: 0.1em;
  }

  .busy img {
    width: 4.8rem;
  }

  .busy > a:last-child {
    min-height: 2rem;
    padding: 0.45rem 0.55rem;
    font-size: 0.64rem;
  }

  .privacy-pop {
    align-items: stretch;
    flex-direction: column;
    right: 0.75rem;
    bottom: 0.75rem;
    width: calc(100vw - 1.5rem);
    padding: 0.8rem;
  }

  .privacy-actions {
    flex-wrap: wrap;
  }
}

@media (max-width: 390px) {
  .content {
    padding-top: 39svh;
  }

  h1 {
    font-size: clamp(2.85rem, 15vw, 3.55rem);
  }

  .konkerz {
    width: 94vw;
  }
}
