@import url('/assets/css/fonts.css');

* {
  box-sizing: border-box;
}

html,
body {
  min-height: 100%;
  margin: 0;
}

body.poster-document {
  display: grid;
  place-items: start center;
  overflow-x: hidden;
  background: #202020;
  color: #fff;
  font-family: 'Inter', Arial, sans-serif;
}

.poster {
  position: relative;
  width: min(100vw, 11in);
  aspect-ratio: 11 / 17;
  overflow: hidden;
  container-type: inline-size;
  background: #0a0a0a;
  isolation: isolate;
}

.poster-logo {
  display: block;
  width: 34cqw;
  height: auto;
}

.poster-photo {
  position: relative;
  height: 48%;
  overflow: hidden;
  background: #111;
}

.poster-photo > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 35%;
  filter: saturate(0.78) contrast(1.08);
}

.poster-photo::after {
  position: absolute;
  inset: 0;
  content: '';
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.24), rgba(0, 0, 0, 0) 45%, #0a0a0a 100%);
}

.poster-topline {
  position: absolute;
  z-index: 2;
  inset: 4.8cqw 5.2cqw auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 3cqw;
}

.poster-topline .poster-logo {
  width: 30cqw;
  padding: 1.4cqw;
  border-radius: 1cqw;
  background: rgba(10, 10, 10, 0.8);
}

.poster-location {
  padding: 1.1cqw 1.5cqw;
  border: 0.2cqw solid rgba(255, 255, 255, 0.76);
  color: #fff;
  background: rgba(10, 10, 10, 0.72);
  font-size: 1.6cqw;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.poster-body {
  position: relative;
  height: 52%;
  margin-top: -0.1cqw;
  padding: 3.6cqw 5.4cqw 4.8cqw;
  display: flex;
  flex-direction: column;
  background: #0a0a0a;
}

.poster-kicker {
  margin: 0 0 1.7cqw;
  color: #ed4141;
  font-size: 1.75cqw;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.poster h1 {
  margin: 0;
  font-family: 'Bebas Neue', Impact, sans-serif;
  font-size: 13.5cqw;
  font-weight: 400;
  letter-spacing: 0.005em;
  line-height: 0.79;
}

.poster h1 span {
  display: block;
  color: #ed4141;
}

.poster-subline {
  margin: 2.5cqw 0 0;
  color: #dedede;
  font-size: 2.1cqw;
  font-weight: 600;
  line-height: 1.45;
}

.poster-footer {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 3.2cqw;
  align-items: end;
  margin-top: auto;
}

.poster-cta {
  display: inline-flex;
  width: fit-content;
  flex-direction: column;
  padding: 1.8cqw 2.2cqw;
  border-left: 0.7cqw solid #ed4141;
  background: #fff;
  color: #0a0a0a;
}

.poster-cta strong {
  font-size: 2.4cqw;
  line-height: 1;
}

.poster-cta span {
  margin-top: 0.65cqw;
  font-family: 'Bebas Neue', Impact, sans-serif;
  font-size: 4.5cqw;
  letter-spacing: 0.025em;
  line-height: 1;
}

.poster-address {
  margin: 1.5cqw 0 0;
  color: #aaa;
  font-size: 1.55cqw;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.04em;
}

.poster-qr-block {
  width: 15cqw;
  text-align: center;
}

.poster-qr-block img {
  display: block;
  width: 100%;
  height: auto;
  border: 0.25cqw solid #fff;
  background: #fff;
}

.poster-qr-block span {
  display: block;
  margin-top: 0.7cqw;
  color: #fff;
  font-size: 1.25cqw;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-transform: uppercase;
}

.poster--anytime {
  min-height: 0;
  display: flex;
  flex-direction: column;
  padding: 5.2cqw;
  background: #090909;
}

.poster--anytime::before {
  position: absolute;
  inset: 0;
  z-index: -3;
  content: '';
  background: url('/assets/img/webp/IMG_0332_00-1024x768.webp') center / cover no-repeat;
  filter: grayscale(1) contrast(1.12);
  opacity: 0.23;
}

.poster--anytime::after {
  position: absolute;
  z-index: -2;
  inset: 0;
  content: '';
  background:
    linear-gradient(155deg, transparent 0 48%, rgba(237, 65, 65, 0.93) 48.2% 62%, transparent 62.2%),
    radial-gradient(circle at 80% 16%, rgba(237, 65, 65, 0.25), transparent 33%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.05), #090909 88%);
}

.poster--anytime .poster-logo {
  width: 31cqw;
  padding: 1.2cqw;
  border-radius: 0.8cqw;
  background: rgba(0, 0, 0, 0.76);
}

.poster-anytime-badge {
  align-self: flex-end;
  margin-top: 3.2cqw;
  padding: 1.3cqw 1.7cqw;
  color: #0a0a0a;
  background: #ed4141;
  font-size: 2cqw;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.poster-anytime-copy {
  margin-top: 8.8cqw;
}

.poster--anytime h1 {
  max-width: 85cqw;
  color: #fff;
  font-size: 18cqw;
  line-height: 0.78;
}

.poster--anytime h1 span {
  color: #fff;
  -webkit-text-stroke: 0.25cqw #0a0a0a;
  text-shadow: 0 0.3cqw 0 #0a0a0a;
}

.poster-anytime-copy p {
  max-width: 68cqw;
  margin: 4cqw 0 0;
  color: #fff;
  font-size: 2.5cqw;
  font-weight: 600;
  line-height: 1.5;
  text-shadow: 0 0.2cqw 0.8cqw rgba(0, 0, 0, 0.8);
}

.poster--anytime .poster-footer {
  align-items: end;
  margin-top: auto;
}

.poster--anytime .poster-cta {
  border-left-color: #ed4141;
}

.poster--anytime .poster-address {
  color: #ccc;
}

@page {
  size: 11in 17in;
  margin: 0;
}

@media print {
  html,
  body.poster-document {
    width: 11in;
    height: 17in;
    min-height: 17in;
    background: transparent;
    print-color-adjust: exact;
    -webkit-print-color-adjust: exact;
  }

  .poster {
    width: 11in;
    height: 17in;
    break-after: page;
  }
}
