:root {
  color-scheme: dark;
  --black: #050505;
  --charcoal: #0c0c0c;
  --paper: #f2f0e8;
  --muted: #b7b4ab;
  --yellow: #d8a815;
  --line: rgba(242, 240, 232, 0.18);
  --narrow: "Arial Narrow", "Avenir Next Condensed",
    "HelveticaNeue-Condensed", "Nimbus Sans Narrow",
    "Liberation Sans Narrow", sans-serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI",
    Helvetica, Arial, sans-serif;
}

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

html {
  min-width: 0;
  background: var(--black);
  color: var(--paper);
  font-family: var(--sans);
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  scrollbar-width: none;
}

html::-webkit-scrollbar {
  display: none;
}

html.modal-open {
  overflow: hidden;
}

body {
  min-width: 0;
  min-height: 100svh;
  margin: 0;
  overflow-x: hidden;
  background: var(--black);
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button {
  color: inherit;
  font: inherit;
}

a {
  color: var(--paper);
  text-decoration-color: var(--yellow);
  text-decoration-thickness: 1px;
  text-underline-offset: 0.22em;
}

a:hover {
  color: var(--yellow);
}

:focus-visible {
  outline: 2px solid var(--yellow);
  outline-offset: 4px;
}

.poster {
  min-height: 100svh;
  background:
    radial-gradient(circle at 28% 28%, rgba(79, 62, 23, 0.08), transparent 35%),
    var(--black);
}

.poster__frame {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  background: var(--black);
  isolation: isolate;
  animation: poster-in 900ms cubic-bezier(0.2, 0.7, 0.2, 1) both;
}

.poster__media {
  position: absolute;
  z-index: -3;
  inset: 0 0 auto;
  display: block;
  width: 100%;
  height: 56svh;
  min-height: 19rem;
  overflow: hidden;
  background: #090806;
}

.poster__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 17% center;
  filter: brightness(0.72) contrast(1.08) saturate(0.82);
  transform: scale(1.004);
}

.poster__shade {
  position: absolute;
  z-index: -2;
  inset: 0 0 auto;
  height: 66svh;
  min-height: 23rem;
  pointer-events: none;
  background:
    linear-gradient(
      to bottom,
      rgba(5, 5, 5, 0.22) 0%,
      rgba(5, 5, 5, 0.03) 36%,
      rgba(5, 5, 5, 0.22) 61%,
      rgba(5, 5, 5, 0.94) 86%,
      var(--black) 100%
    ),
    linear-gradient(
      90deg,
      rgba(5, 5, 5, 0.04) 0%,
      transparent 55%,
      rgba(5, 5, 5, 0.24) 100%
    );
}

.poster__copy {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-top: clamp(18rem, 51svh, 28rem);
  padding: 0 1.25rem 8.5rem;
}

.poster__title {
  display: block;
  width: max-content;
  margin: 0;
  color: var(--paper);
  font-family: var(--narrow);
  font-size: clamp(3.5rem, 17.2vw, 4.8rem);
  font-stretch: condensed;
  font-weight: 300;
  line-height: 0.86;
  letter-spacing: 0.115em;
  text-transform: uppercase;
  white-space: nowrap;
  transform: scaleX(0.6);
  transform-origin: left center;
}

.poster__accent {
  display: block;
  width: 2.1rem;
  height: 2px;
  margin: 1.45rem 0 1.45rem;
  background: var(--yellow);
  box-shadow: 0 0 16px rgba(216, 168, 21, 0.12);
}

.poster__statement {
  max-width: 31rem;
  margin: 0;
  color: #dedbd2;
  font-size: clamp(0.78rem, 3.2vw, 0.88rem);
  font-weight: 440;
  line-height: 1.8;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.poster__statement span {
  display: block;
}

.privacy-trigger {
  position: absolute;
  z-index: 2;
  left: 1.25rem;
  bottom: calc(1.35rem + env(safe-area-inset-bottom));
  padding: 0.45rem 0;
  border: 0;
  border-bottom: 1px solid transparent;
  border-radius: 0;
  background: transparent;
  color: #aaa79f;
  cursor: pointer;
  font-size: 0.72rem;
  font-weight: 560;
  letter-spacing: 0.16em;
  line-height: 1.4;
  text-transform: uppercase;
  transition:
    color 180ms ease,
    border-color 180ms ease;
}

.privacy-trigger:hover {
  border-color: var(--yellow);
  color: var(--yellow);
}

.privacy-dialog {
  width: calc(100% - 2rem);
  height: calc(100dvh - 2rem);
  max-width: none;
  max-height: none;
  margin: auto;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(242, 240, 232, 0.2);
  border-radius: 1px;
  background: transparent;
  color: var(--paper);
  box-shadow: 0 2rem 7rem rgba(0, 0, 0, 0.8);
}

.privacy-dialog::backdrop {
  background: rgba(0, 0, 0, 0.8);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  animation: backdrop-in 220ms ease-out both;
}

.privacy-dialog[open] {
  animation: dialog-in 260ms cubic-bezier(0.2, 0.7, 0.2, 1) both;
}

.privacy-panel {
  position: relative;
  height: 100%;
  overflow: hidden;
  background:
    radial-gradient(circle at 90% 5%, rgba(216, 168, 21, 0.055), transparent 28%),
    rgba(10, 10, 10, 0.985);
}

.privacy-scroll {
  height: 100%;
  padding: 3.8rem 1.45rem 2.5rem;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-color: rgba(216, 168, 21, 0.55) transparent;
  scrollbar-width: thin;
}

.privacy-close {
  position: absolute;
  z-index: 2;
  top: 0.85rem;
  right: 0.85rem;
  display: grid;
  width: 2.75rem;
  height: 2.75rem;
  padding: 0;
  place-items: center;
  border: 1px solid transparent;
  background: rgba(10, 10, 10, 0.84);
  color: var(--yellow);
  cursor: pointer;
  font-family: var(--sans);
  font-size: 1.75rem;
  font-weight: 260;
  line-height: 1;
  transition:
    border-color 180ms ease,
    background 180ms ease;
}

.privacy-close:hover {
  border-color: rgba(216, 168, 21, 0.55);
  background: #111;
}

.privacy-header,
.privacy-scroll > section,
.privacy-meta {
  max-width: 43rem;
  margin-inline: auto;
}

.privacy-kicker {
  margin: 0 0 0.6rem;
  color: #8e8b84;
  font-size: 0.71rem;
  font-weight: 600;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.privacy-header h2 {
  max-width: 12ch;
  margin: 0;
  font-family: var(--narrow);
  font-size: clamp(2.2rem, 11vw, 3.3rem);
  font-stretch: condensed;
  font-weight: 400;
  line-height: 0.98;
  letter-spacing: 0.14em;
  hyphens: manual;
  text-transform: uppercase;
}

.privacy-accent {
  display: block;
  width: 2.4rem;
  height: 2px;
  margin: 1.35rem 0 1.65rem;
  background: var(--yellow);
}

.privacy-header > p:last-child {
  margin: 0;
  color: #cfccc4;
  font-size: 1rem;
  line-height: 1.7;
}

.privacy-scroll > section {
  padding-top: 1.8rem;
}

.privacy-scroll h3 {
  margin: 0 0 0.62rem;
  color: var(--paper);
  font-size: 0.83rem;
  font-weight: 680;
  letter-spacing: 0.13em;
  line-height: 1.45;
  text-transform: uppercase;
}

.privacy-scroll p,
.privacy-scroll li {
  color: #bcb9b1;
  font-size: 0.96rem;
  line-height: 1.72;
}

.privacy-scroll p {
  margin: 0;
}

.privacy-scroll p + p {
  margin-top: 0.9rem;
}

.privacy-scroll ul {
  margin: 0.75rem 0 0.9rem;
  padding-left: 1.25rem;
}

.privacy-scroll li::marker {
  color: var(--yellow);
}

.privacy-meta {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-top: 2.25rem;
  padding-top: 1.15rem;
  border-top: 1px solid var(--line);
}

.privacy-meta p,
.privacy-meta a {
  color: #8e8b84;
  font-size: 0.78rem;
  letter-spacing: 0.06em;
  line-height: 1.55;
}

.privacy-meta a:hover {
  color: var(--yellow);
}

@keyframes poster-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes dialog-in {
  from {
    opacity: 0;
    transform: translateY(0.7rem) scale(0.99);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes backdrop-in {
  from {
    background: rgba(0, 0, 0, 0);
  }
  to {
    background: rgba(0, 0, 0, 0.8);
  }
}

@media (min-width: 43.75rem) {
  .poster {
    padding: clamp(0.7rem, 1.55vw, 1.35rem);
  }

  .poster__frame {
    min-height: calc(100svh - clamp(1.4rem, 3.1vw, 2.7rem));
    border: 1px solid var(--line);
  }

  .poster__media {
    height: 66svh;
  }

  .poster__media img {
    object-position: 26% center;
  }

  .poster__shade {
    height: 76svh;
    background:
      linear-gradient(
        to bottom,
        rgba(5, 5, 5, 0.22) 0%,
        rgba(5, 5, 5, 0.03) 46%,
        rgba(5, 5, 5, 0.27) 68%,
        rgba(5, 5, 5, 0.95) 90%,
        var(--black) 100%
      ),
      linear-gradient(90deg, transparent 50%, rgba(5, 5, 5, 0.28) 100%);
  }

  .poster__copy {
    margin-top: 50svh;
    padding: 0 clamp(2.6rem, 6vw, 4.5rem) 9rem;
  }

  .poster__title {
    font-size: clamp(6.2rem, 15vw, 8rem);
  }

  .poster__accent {
    width: 2.8rem;
    margin-block: 1.7rem;
  }

  .poster__statement {
    font-size: 0.88rem;
    letter-spacing: 0.23em;
    line-height: 1.95;
  }

  .privacy-trigger {
    left: clamp(2.6rem, 6vw, 4.5rem);
    bottom: clamp(2rem, 4vw, 3rem);
  }

  .privacy-dialog {
    width: min(48rem, calc(100% - 4rem));
    height: auto;
    max-height: min(82dvh, 52rem);
  }

  .privacy-scroll {
    max-height: min(82dvh, 52rem);
    padding: clamp(3.5rem, 7vw, 5.5rem) clamp(3.25rem, 7vw, 5.25rem)
      clamp(3rem, 6vw, 4.5rem);
  }

  .privacy-close {
    top: 1.25rem;
    right: 1.25rem;
  }

  .privacy-header h2 {
    max-width: none;
    font-size: 2.65rem;
    letter-spacing: 0.09em;
  }
}

@media (min-width: 53.75rem) and (min-aspect-ratio: 6 / 5) {
  .poster__media {
    inset: 0;
    height: 100%;
    min-height: 0;
  }

  .poster__media img {
    object-position: center center;
  }

  .poster__shade {
    inset: 0;
    height: 100%;
    min-height: 0;
    background:
      linear-gradient(
        90deg,
        rgba(5, 5, 5, 0.04) 0%,
        rgba(5, 5, 5, 0.07) 31%,
        rgba(5, 5, 5, 0.48) 49%,
        rgba(5, 5, 5, 0.9) 72%,
        rgba(5, 5, 5, 0.985) 100%
      ),
      linear-gradient(
        to bottom,
        rgba(5, 5, 5, 0.44) 0%,
        transparent 20%,
        transparent 70%,
        rgba(5, 5, 5, 0.72) 100%
      );
  }

  .poster__copy {
    position: absolute;
    top: 51%;
    left: 35%;
    width: 60%;
    margin: 0;
    padding: 0;
    transform: translateY(-40%);
  }

  .poster__title {
    font-size: clamp(6.2rem, 11vw, 8rem);
  }

  .poster__accent {
    margin-block: 1.4rem;
  }

  .poster__statement {
    font-size: clamp(0.74rem, 1.22vw, 0.88rem);
    letter-spacing: 0.22em;
    line-height: 1.9;
  }

  .privacy-trigger {
    left: auto;
    right: clamp(2rem, 3vw, 3rem);
    bottom: clamp(1.7rem, 3vw, 2.7rem);
  }
}

@media (min-width: 75rem) {
  .poster {
    padding: clamp(1rem, 1.45vw, 1.75rem);
  }

  .poster__frame {
    min-height: calc(100svh - clamp(2rem, 2.9vw, 3.5rem));
  }

  .poster__media img {
    object-position: center 52%;
    filter: brightness(0.68) contrast(1.1) saturate(0.82);
  }

  .poster__shade {
    background:
      linear-gradient(
        90deg,
        rgba(5, 5, 5, 0.03) 0%,
        rgba(5, 5, 5, 0.06) 30%,
        rgba(5, 5, 5, 0.62) 46%,
        rgba(5, 5, 5, 0.96) 69%,
        rgba(5, 5, 5, 0.995) 100%
      ),
      linear-gradient(
        to bottom,
        rgba(5, 5, 5, 0.48) 0%,
        transparent 19%,
        transparent 72%,
        rgba(5, 5, 5, 0.78) 100%
      );
  }

  .poster__copy {
    top: 46%;
    left: 43%;
    width: 52%;
    transform: translateY(-48%);
  }

  .poster__title {
    font-size: clamp(7.2rem, 9vw, 10.5rem);
    letter-spacing: 0.12em;
    transform: scaleX(0.55);
  }

  .poster__accent {
    width: 3rem;
    margin: 1.8rem 0 1.65rem;
  }

  .poster__statement {
    font-size: clamp(0.82rem, 0.82vw, 0.98rem);
    letter-spacing: 0.27em;
    line-height: 2.04;
  }
}

@media (min-width: 120rem) {
  .poster__copy {
    left: 43.5%;
  }

  .poster__title {
    font-size: 10.5rem;
  }

  .poster__statement {
    font-size: 0.98rem;
  }
}

@media (max-height: 38rem) and (max-width: 53.6875rem) {
  .poster__copy {
    margin-top: 18rem;
    padding-bottom: 6.5rem;
  }

  .poster__media {
    height: 20rem;
  }

  .poster__shade {
    height: 24rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

@media (forced-colors: active) {
  .poster__shade {
    background: rgba(0, 0, 0, 0.7);
  }

  .poster__accent,
  .privacy-accent {
    background: Highlight;
  }
}
