/* CONCESSIONS — theatrical release site.
   Tokens lifted from the Modernist design system used in the source design file. */

@import url('https://fonts.googleapis.com/css2?family=Archivo:wght@400;600;800&display=swap');

:root {
  --ink: #201e1d;
  --ink-muted: #605d5d;
  --paper: #f9f1dd;
  --surface: #eae9e9;
  --accent: #ec3013;
  --accent-hover: #dd2b0f;
  --accent-active: #ae1800;
  --accent-deep: #d31003;
  --accent-100: #fff2ef;
  --accent-800: #7c1405;
  --gold: #e8b330;
  --light: #f3f2f2;
  --rule: rgba(32, 30, 29, .4);
  --font: "Archivo", system-ui, -apple-system, "Segoe UI", sans-serif;
}

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

html { scroll-behavior: smooth; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}

body {
  margin: 0;
  color: var(--ink);
  font-family: var(--font);
  -webkit-font-smoothing: antialiased;

  /* Paper stock: flat tan, a tiled grain plate, and a faint warm falloff. */
  background-color: var(--paper);
  background-image:
    url("assets/grain.png"),
    linear-gradient(180deg, rgba(110, 75, 30, .04), rgba(110, 75, 30, .09));
  background-repeat: repeat, no-repeat;
  background-size: 512px 512px, auto;
}

a { color: var(--accent); }
a:hover { color: var(--accent-active); }

img { max-width: 100%; }

:focus-visible { outline: 3px solid var(--accent); outline-offset: 2px; }

.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  background: var(--ink);
  color: var(--light);
  padding: 10px 16px;
  font-weight: 800;
  z-index: 10;
}
.skip-link:focus { left: 8px; top: 8px; }

.wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px 64px;
  overflow-x: clip;
}

/* ---------- header ---------- */

.masthead {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 28px 0 24px;
  border-bottom: 2px solid var(--rule);
}

.credits {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 24px;
  font-size: 12px;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--ink-muted);
  font-weight: 600;
}

.wordmark { margin: 0; }
.wordmark img {
  display: block;
  width: 100%;
  height: auto;
  margin-inline: auto;
}

.tagline {
  margin: 4px 0 0;
  font-weight: 800;
  font-size: clamp(18px, 2.4vw, 28px);
  line-height: 1.15;
  letter-spacing: .02em;
  text-transform: uppercase;
  color: var(--gold);
  text-align: right;
}

.jumpbar {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 20px;
  font-size: 13px;
  font-weight: 600;
}
.jumpbar a { color: var(--accent); text-decoration: none; text-underline-offset: 3px; }
.jumpbar a:hover { text-decoration: underline; }

/* ---------- trailer + poster ---------- */

.top {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(220px, 1fr);
  gap: 24px;
  border-bottom: 2px solid var(--rule);
}

.top > div {
  padding: 24px 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-width: 0;
}

.label { display: flex; }
.label img { display: block; height: 34px; width: auto; max-width: 100%; }

.video {
  position: relative;
  aspect-ratio: 16 / 9;
  background: var(--ink);
  width: 100%;
}
.video iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }

.poster { margin: 0; }
.poster img { display: block; width: 100%; height: auto; }

/* ---------- screenings ---------- */

.section { padding: 32px 0 24px; border-bottom: 2px solid var(--rule); }

.section-head {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 8px 24px;
  margin-bottom: 16px;
}
.section-head h2 { margin: 0; display: flex; }
.section-head h2 img { display: block; height: clamp(44px, 6vw, 72px); width: auto; max-width: 100%; }

.legend {
  display: flex;
  gap: 16px;
  font-size: 12px;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--ink-muted);
  font-weight: 600;
}
.legend span { display: inline-flex; align-items: center; gap: 6px; }
.swatch { display: inline-block; width: 12px; height: 12px; background: var(--accent); }
.swatch-qa { background: var(--accent-100); box-shadow: inset 0 0 0 1px var(--accent-800); }

.row-head {
  display: grid;
  grid-template-columns: 110px minmax(0, 1fr) auto;
  gap: 0 16px;
  padding: 8px 0;
  border-bottom: 2px solid var(--rule);
  font-size: 11px;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--ink-muted);
  font-weight: 600;
}
.row-head span:last-child { text-align: right; }

.row {
  display: grid;
  grid-template-columns: 110px minmax(0, 1fr) auto;
  gap: 8px 16px;
  align-items: center;
  padding: 14px 0;
  border-bottom: 1px solid var(--rule);
}
.row:hover { background: rgba(32, 30, 29, .04); }
.row.is-past { opacity: .4; }

.row-date { display: flex; flex-direction: column; line-height: 1.2; }
.row-date .d { font-weight: 800; font-size: 18px; }
.row-date .s { font-size: 12px; color: var(--ink-muted); }

.row-where {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px 12px;
  min-width: 0;
}
.row-where .city { font-weight: 800; font-size: 16px; }
.row-where .venue { font-size: 15px; }

.tag {
  display: inline-flex;
  align-items: center;
  padding: 3px 10px;
  font-size: 11px;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.tag-35 { font-weight: 800; background: var(--accent); color: var(--light); }
.tag-qa { font-weight: 600; letter-spacing: .06em; background: var(--accent-100); color: var(--accent-800); }

.row-note {
  font-size: 12px;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--ink-muted);
  font-weight: 600;
}

.row-tickets { justify-self: end; }
.row-tickets .soon { display: inline-flex; padding: 8px 0; font-size: 13px; color: var(--ink-muted); font-weight: 600; }

.btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 14px;
  font-weight: 800;
  font-size: 14px;
  line-height: 1.2;
  color: var(--light);
  background: var(--accent);
  text-decoration: none;
  border: 0;
  cursor: pointer;
}
.btn:hover { background: var(--accent-hover); color: var(--light); }
.btn:active { background: var(--accent-active); }

.btn-ghost {
  display: inline-flex;
  align-self: flex-start;
  align-items: center;
  gap: 6px;
  padding: 8px 14px;
  font-weight: 800;
  font-size: 14px;
  border: 1px solid var(--rule);
  color: var(--ink);
  background: transparent;
  text-decoration: none;
}
.btn-ghost:hover { background: rgba(32, 30, 29, .07); color: var(--ink); }

.footnote {
  margin: 16px 0 0;
  font-size: 13px;
  color: var(--ink-muted);
  max-width: 70ch;
  text-wrap: pretty;
}

.status { margin: 16px 0 0; font-size: 13px; color: var(--ink-muted); font-weight: 600; }

/* ---------- film strip band ---------- */

.band {
  position: relative;
  z-index: 1;
  background: var(--accent-deep);
  color: var(--paper);
  margin: 0 -24px;
  padding: 40px 24px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)) 200px;
  gap: 24px 48px;
  align-items: end;
  overflow: hidden;
}
.band h2 {
  margin: 0;
  font-weight: 800;
  font-size: clamp(28px, 4vw, 48px);
  line-height: 1.05;
  letter-spacing: -.015em;
  text-wrap: pretty;
}
.band-copy {
  display: flex;
  flex-direction: column;
  gap: 12px;
  font-size: 15px;
  max-width: 52ch;
  text-wrap: pretty;
}
.band-copy p { margin: 0; }
.band-kicker { font-size: 12px; letter-spacing: .08em; text-transform: uppercase; font-weight: 600; }
.band-strip { position: relative; min-height: 320px; align-self: stretch; }
.band-strip img {
  position: absolute;
  right: -10px;
  top: -64px;
  height: calc(100% + 128px);
  width: auto;
  max-width: none;
  transform: rotate(25deg);
  transform-origin: center;
  box-shadow: 0 12px 32px rgba(45, 43, 43, .35);
}

/* ---------- press / follow ---------- */

.split {
  padding: 40px 0 32px;
  border-bottom: 2px solid var(--rule);
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px 48px;
}
.split > div { display: flex; flex-direction: column; gap: 12px; }
.split .end { align-self: end; }

blockquote {
  margin: 0;
  font-weight: 800;
  font-size: clamp(22px, 2.6vw, 32px);
  line-height: 1.2;
  letter-spacing: -.01em;
  text-wrap: pretty;
}
.attrib { font-size: 13px; letter-spacing: .08em; text-transform: uppercase; font-weight: 600; }

.split h2 {
  margin: 0;
  font-weight: 800;
  font-size: clamp(24px, 3vw, 36px);
  line-height: 1.1;
  letter-spacing: -.015em;
  text-wrap: pretty;
}
.split p { margin: 0; font-size: 14px; color: var(--ink-muted); max-width: 44ch; text-wrap: pretty; }

.follow { display: flex; flex-wrap: wrap; gap: 8px; }

.inquiries {
  margin: 4px 0 0;
  font-size: 12px;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--ink-muted);
  font-weight: 600;
  max-width: none;
}
.inquiries a {
  color: var(--accent-active);
  text-decoration: none;
  border-bottom: 1px solid currentColor;
  text-transform: none;
  letter-spacing: 0;
  word-break: break-word;
}
.inquiries a:hover { color: var(--accent); }

/* ---------- footer ---------- */

.foot {
  padding: 24px 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: baseline;
  gap: 12px 24px;
}
.foot-links { display: flex; flex-wrap: wrap; gap: 20px; font-size: 14px; font-weight: 800; }
.foot-links a { color: var(--ink); text-decoration: none; }
.foot-links a:hover { color: var(--accent); }
.colophon {
  padding: 20px 0 0;
  text-align: center;
  font-size: 12px;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-weight: 600;
}
.colophon a {
  color: var(--ink-muted);
  text-decoration: none;
  border-bottom: 1px solid rgba(32, 30, 29, .25);
  padding-bottom: 2px;
}
.colophon a:hover { color: var(--accent); border-bottom-color: currentColor; }

.foot-meta { font-size: 12px; letter-spacing: .06em; text-transform: uppercase; color: var(--ink-muted); font-weight: 600; }

/* ---------- narrow screens ---------- */

@media (max-width: 860px) {
  .top { grid-template-columns: 1fr; gap: 0; }
  .top > div:first-child { padding-bottom: 8px; }
  .top .poster-col { padding-top: 8px; max-width: 420px; margin-inline: auto; }
  .band { grid-template-columns: 1fr; align-items: start; }
  .band-strip { min-height: 220px; margin-top: 24px; }
  .band-strip img { right: auto; left: 50%; top: -24px; height: calc(100% + 48px); transform: translateX(-50%) rotate(25deg); }
}

@media (max-width: 640px) {
  .wrap { padding: 0 16px 40px; }

  /* header — keep the jump links on one tidy row under the meta line */
  .masthead { padding: 20px 0 20px; gap: 10px; }
  .credits { font-size: 11px; letter-spacing: .12em; }
  .tagline { font-size: clamp(15px, 4.6vw, 20px); }
  .jumpbar { gap: 6px 14px; font-size: 13px; }
  .jumpbar > span:first-child { flex-basis: 100%; color: var(--ink-muted); }

  /* trailer + poster */
  .section { padding: 26px 0 20px; }
  .label img { height: 28px; }

  /* screenings */
  .section-head { margin-bottom: 12px; gap: 10px 16px; }
  .section-head h2 img { height: 52px; }
  .legend { flex-wrap: wrap; gap: 6px 14px; font-size: 11px; }

  .row-head { display: none; }
  .row {
    grid-template-columns: 88px minmax(0, 1fr);
    align-items: start;
    gap: 4px 12px;
    padding: 16px 0;
  }
  .row:hover { background: none; }
  .row-date .d { font-size: 17px; }
  .row-date .s { font-size: 11px; letter-spacing: -.01em; }
  .row-where { gap: 4px 8px; }
  .row-where .city { font-size: 15px; flex-basis: 100%; }
  .row-where .venue { font-size: 15px; flex-basis: 100%; }
  .row-note { font-size: 11px; flex-basis: 100%; }
  .row-tickets { grid-column: 2; justify-self: start; margin-top: 4px; }
  .row-tickets .soon { padding: 0; font-size: 12px; }
  .footnote { font-size: 12px; }

  /* comfortable tap targets */
  .btn, .btn-ghost { min-height: 44px; padding: 10px 16px; }
  .row-tickets .btn { min-height: 38px; padding: 8px 14px; }

  /* band */
  .band { margin: 0 -16px; padding: 28px 16px; gap: 16px; }
  .band h2 { font-size: clamp(24px, 6.4vw, 30px); }
  .band-copy { font-size: 14px; }
  .band-strip { min-height: 200px; margin-top: 12px; }

  /* press + follow */
  .split { padding: 28px 0 24px; gap: 20px; }
  .split h2 { font-size: clamp(21px, 5.6vw, 26px); }
  blockquote { font-size: clamp(19px, 5vw, 24px); }
  .follow { gap: 8px; }
  .follow .btn, .follow .btn-ghost { flex: 1 1 100%; justify-content: center; }
  .inquiries { font-size: 11px; line-height: 1.6; }

  /* footer */
  .foot { padding: 20px 0 0; gap: 10px 16px; }
  .foot-links { gap: 16px; font-size: 14px; }
  .foot-meta { font-size: 11px; }
  .colophon { padding-top: 16px; font-size: 11px; }
}

@media (max-width: 380px) {
  .row { grid-template-columns: 78px minmax(0, 1fr); }
  .jumpbar { font-size: 12px; gap: 6px 12px; }
}
