:root {
  --ink: #2a2420;
  --paper: #f0eee9;
  --heat: #c45c26;
  --field: #1a1814;
  --type: #f0eee9;
  --rule: rgba(240, 238, 233, 0.28);
  --mute: rgba(240, 238, 233, 0.58);
  --caption: #cfc8bc;
  --slant: 0deg;
  --folio: #c45c26;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  min-height: 100%;
  background: var(--field);
  color: var(--type);
}

body {
  font-family: "Arial Narrow", "Helvetica Neue Condensed", "Franklin Gothic Condensed", "Helvetica Neue", Arial, sans-serif;
}

.skip {
  position: absolute;
  left: -999px;
  z-index: 3;
}

.skip:focus {
  left: 1rem;
  top: 1rem;
  z-index: 3;
  background: var(--heat);
  color: var(--paper);
  padding: 0.4rem 0.7rem;
  text-decoration: none;
}

.skip-strip:focus {
  top: 3.2rem;
}

.print {
  position: relative;
  z-index: 1;
  min-height: 100vh;
  min-height: 100dvh;
  padding: clamp(1.1rem, 4vw, 2.8rem) clamp(1rem, 5vw, 4.2rem) 6.8rem;
  overflow: hidden;
}

.folio {
  position: absolute;
  top: clamp(0.9rem, 3vw, 1.8rem);
  right: clamp(1rem, 4vw, 2.6rem);
  margin: 0;
  font-family: ui-monospace, "SFMono-Regular", Menlo, Consolas, monospace;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.28em;
  color: var(--folio);
  z-index: 2;
}

.poster {
  max-width: 100%;
  transform: skewX(var(--slant));
  transform-origin: left center;
}

.hero,
.hero-end,
.rag p {
  margin: 0;
}

.hero {
  font-size: clamp(2.55rem, 10.6vw, 8.6rem);
  font-weight: 800;
  font-stretch: condensed;
  letter-spacing: -0.055em;
  line-height: 0.86;
  max-width: 16ch;
  color: var(--type);
}

.rag {
  margin: clamp(1.15rem, 3.2vw, 2.4rem) 0;
  max-width: 22em;
}

.rag p {
  font-size: clamp(0.98rem, 2.05vw, 1.38rem);
  font-weight: 600;
  font-stretch: condensed;
  letter-spacing: -0.02em;
  line-height: 1.28;
  color: var(--type);
}

.rag p + p {
  margin-top: 0.18em;
}

.hero-end {
  font-size: clamp(2.05rem, 7.4vw, 6.1rem);
  max-width: 18ch;
  margin-top: clamp(0.35rem, 1.4vw, 1rem);
}

.filmstrip {
  position: absolute;
  left: clamp(1rem, 4vw, 2.6rem);
  right: clamp(1rem, 4vw, 2.6rem);
  bottom: 0.7rem;
  margin: 0;
  padding: 0.55rem 0 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.18rem 0.28rem;
  border-top: 1px solid var(--rule);
  z-index: 2;
}

.filmstrip a {
  display: block;
  font-family: ui-monospace, Menlo, Consolas, monospace;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  color: inherit;
}

.filmstrip a:hover,
.filmstrip a:focus {
  color: var(--heat);
  outline: none;
}

.filmstrip .origin a {
  font-size: 0.5rem;
  letter-spacing: 0.1em;
  color: var(--mute);
}

.filmstrip .tick a {
  font-size: 0.42rem;
  letter-spacing: 0.06em;
  color: var(--mute);
  opacity: 0.78;
}

.filmstrip .recent a {
  font-size: 0.82rem;
  letter-spacing: 0.1em;
  color: var(--type);
  opacity: 1;
}

.caption {
  position: absolute;
  left: clamp(1rem, 4vw, 2.6rem);
  bottom: clamp(2.6rem, 6vw, 3.4rem);
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.22rem;
  pointer-events: none;
  color: var(--caption);
}

.brand {
  font-family: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, "Times New Roman", serif;
  font-style: italic;
  font-size: clamp(1.25rem, 2.6vw, 1.85rem);
  letter-spacing: -0.03em;
  line-height: 1;
}

.meta {
  font-family: ui-monospace, "SFMono-Regular", Menlo, Consolas, monospace;
  font-size: 0.68rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: color-mix(in srgb, var(--caption) 78%, var(--mute));
}

@media (max-width: 640px) {
  .print {
    padding-bottom: 7.6rem;
  }

  .hero {
    max-width: 11ch;
  }

  .hero-end {
    max-width: 12ch;
  }
}

@media (prefers-reduced-motion: reduce) {
  html,
  body,
  .poster,
  .folio,
  .filmstrip {
    animation: none !important;
    transition: none !important;
  }
}
