:root {
  color-scheme: dark;
  --page-gutter: clamp(1rem, 3vw, 2rem);
  --logo-offset-top: clamp(2rem, 7vw, 4.5rem);
  --logo-offset-bottom: clamp(2rem, 12vw, 5.5rem);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-size: 100%;
}

body {
  margin: 0;
  min-height: 100vh;
  min-height: 100svh;
  background-color: #120d09;
  color: #ffffff;
  font-family: "Bebas Neue", sans-serif;
}

a {
  color: inherit;
}

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

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

.landing-page {
  display: flex;
}

.hero {
  position: relative;
  isolation: isolate;
  display: flex;
  flex: 1;
  min-height: 100vh;
  min-height: 100svh;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(13, 8, 4, 0.78) 0%, rgba(13, 8, 4, 0.15) 46%, rgba(13, 8, 4, 0.12) 100%),
    radial-gradient(circle at center 56%, rgba(255, 181, 66, 0.18) 0%, rgba(255, 181, 66, 0) 34%),
    url("images/poster.webp") center 46% / cover no-repeat;
}

.hero::after {
  position: absolute;
  inset: auto 0 0;
  height: min(18vw, 10rem);
  content: "";
  background: linear-gradient(180deg, rgba(18, 13, 9, 0) 0%, rgba(18, 13, 9, 0.55) 100%);
  pointer-events: none;
  z-index: 0;
}

.hero__content {
  position: relative;
  z-index: 1;
  display: flex;
  flex: 1;
  width: 100%;
  align-items: flex-start;
  justify-content: center;
  padding: var(--logo-offset-top) var(--page-gutter) var(--logo-offset-bottom);
}

.hero__logo {
  width: min(40.625rem, 72vw);
  aspect-ratio: 103 / 58;
  object-fit: cover;
  filter: drop-shadow(0 5px 20px rgba(0, 0, 0, 0.8));
}

.hero__status-bar {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  min-height: clamp(6.5rem, 12vw, 8.75rem);
  padding: 3rem var(--page-gutter) calc(1.25rem + env(safe-area-inset-bottom)) 1.25rem;
  text-align: center;
  background: url("./images/bg-pattern.webp");
  background-blend-mode: multiply, overlay, normal;
}

.hero__status-text {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  max-width: calc(100% - 8rem);
  color: #ffffff;
  font-size: clamp(2.5rem, 5vw, 2.875rem);
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.55);
  transform: translate(-50%, -50%);
}

.hero__privacy-link {
  position: absolute;
  right: var(--page-gutter);
  bottom: calc(1.35rem + env(safe-area-inset-bottom));
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(1rem, 2vw, 1.125rem);
  letter-spacing: 0.12em;
  text-decoration: none;
  text-transform: uppercase;
  transition: opacity 160ms ease;
}

.hero__privacy-link:hover,
.hero__privacy-link:focus-visible {
  opacity: 0.72;
}

.privacy-page {
  background: #000000;
  color: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
}

.privacy {
  width: min(64rem, calc(100% - 2rem));
  margin: 0 auto;
  padding: clamp(1.5rem, 4vw, 3rem) 0 clamp(3rem, 8vw, 5rem);
}

.privacy__back {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.75rem;
  padding: 0.75rem 1.25rem;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 999px;
  color: #ffffff;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-decoration: none;
  text-transform: uppercase;
  transition:
    border-color 160ms ease,
    background-color 160ms ease;
}

.privacy__back:hover,
.privacy__back:focus-visible {
  border-color: rgba(255, 255, 255, 0.7);
  background-color: rgba(255, 255, 255, 0.08);
}

.privacy__header {
  margin-top: clamp(2rem, 5vw, 3.5rem);
  margin-bottom: 2rem;
}

.privacy__eyebrow {
  margin: 0 0 0.5rem;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.privacy__title {
  margin: 0;
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(3rem, 8vw, 5rem);
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 0.95;
  text-transform: uppercase;
}

.privacy__effective-date {
  margin: 0.75rem 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 1rem;
  line-height: 1.6;
}

.privacy__section {
  padding: 1.5rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.privacy__section h2,
.privacy__section h3,
.privacy__section p,
.privacy__section ul {
  margin-top: 0;
}

.privacy__section h2 {
  margin-bottom: 1rem;
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(1.8rem, 4vw, 2.5rem);
  font-weight: 400;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.privacy__section h3 {
  margin-bottom: 0.6rem;
  color: rgba(255, 255, 255, 0.92);
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.privacy__section p,
.privacy__section li {
  color: rgba(255, 255, 255, 0.84);
  font-size: 1rem;
  line-height: 1.75;
}

.privacy__section ul {
  margin-bottom: 1rem;
  padding-left: 1.25rem;
}

.privacy__section a {
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.18em;
}

@media (max-width: 56rem) {
  :root {
    --logo-offset-top: clamp(2.5rem, 16vw, 4.5rem);
    --logo-offset-bottom: clamp(1.5rem, 9vw, 3rem);
  }

  .hero {
    background-position: center center, center 58%, 55% center;
  }

  .hero__logo {
    width: min(40.625rem, 82vw);
  }
}

@media (max-width: 36rem) {
  .hero {
    background:
      linear-gradient(180deg, rgba(13, 8, 4, 0.72) 0%, rgba(13, 8, 4, 0.22) 52%, rgba(13, 8, 4, 0.18) 100%),
      radial-gradient(circle at center 52%, rgba(255, 181, 66, 0.16) 0%, rgba(255, 181, 66, 0) 38%),
      url("images/poster.webp") 54% center / cover no-repeat;
  }

  .hero__status-bar {
    min-height: clamp(5.5rem, 24vw, 7rem);
    padding-top: 2.5rem;
  }

  .hero__status-text {
    max-width: calc(100% - 6.5rem);
    font-size: clamp(2.125rem, 10vw, 2.75rem);
    letter-spacing: 0.05em;
  }

  .hero__privacy-link {
    right: 1rem;
    bottom: calc(1rem + env(safe-area-inset-bottom));
    font-size: 0.95rem;
  }

  .privacy {
    width: min(calc(100% - 1.5rem), 64rem);
  }

  .privacy__section {
    padding: 1.25rem 0;
  }
}

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

/*# sourceMappingURL=styles.css.map */
