:root {
  --red: #d6181a;
  --red-deep: #a30f11;
  --black: #0b0b0b;
  --ink: #111111;
  --paper: #f3ece1;
  --white: #ffffff;
  --max: 1180px;
}

* { box-sizing: border-box; }

html, body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: 'Archivo', sans-serif;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  text-align: center;
}

a { color: inherit; }

/* Centre all section content by default */
.wrap { text-align: center; }
.wrap .lede,
.wrap .about-grid p,
.wrap .faq-body p {
  margin-left: auto;
  margin-right: auto;
}
.title { display: inline-block; padding-left: 22px; padding-right: 4px; }
.title::before { left: -2px; }

/* ---------- POSTER HERO ---------- */
.poster {
  position: relative;
  background: var(--black);
  color: var(--white);
  padding: 0;
  overflow: hidden;
  isolation: isolate;
  display: flex;
  flex-direction: column;
  min-height: clamp(480px, 78vw, 680px);
}

/* Crease lines removed — new all-black design */
.poster::before,
.poster::after { display: none; }

.poster-inner {
  position: relative;
  z-index: 2;
  flex: 1;
}

/* Kicker banner hidden in new poster design */
.kicker-banner { display: none; }

/* Cast banner inside the black title slab */
.cast-banner {
  position: relative;
  margin: 26px auto 4px;
  padding: 14px 0 4px;
  border-top: 1px solid rgba(255,255,255,0.18);
}
.cast-banner::before {
  content: 'Starring';
  position: absolute;
  top: -9px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--black);
  padding: 0 14px;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.32em;
  font-size: 0.7rem;
  color: var(--red);
  font-weight: 700;
}
.cast-banner ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: baseline;
  gap: 6px 18px;
}
.cast-banner li {
  font-family: 'Anton', 'Oswald', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 0.03em;
  font-size: clamp(1.15rem, 2.4vw, 1.85rem);
  color: var(--white);
  display: inline-flex;
  align-items: baseline;
  gap: 0.35em;
}
.cast-banner li span { display: inline; }
.cast-banner li + li::before {
  content: '\2022';
  color: var(--red);
  margin-right: 18px;
  font-size: 0.7em;
  position: relative;
  top: -0.15em;
}
@media (max-width: 600px) {
  .cast-banner li + li::before { margin-right: 10px; }
}

/* Ensure poster-inner always clears the absolute-positioned byline */
.poster-inner {
  min-height: clamp(100px, 18vw, 220px);
}

/* Headshot row (placeholders) */
.headshots {
  position: relative;
  z-index: 2;
  margin: 26px -4px 0;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: clamp(8px, 1.4vw, 18px);
}
.headshot {
  position: relative;
  aspect-ratio: 3 / 4;
  background:
    radial-gradient(80% 60% at 50% 40%, #5a5a5a 0%, #2a2a2a 60%, #111 100%);
  border: 2px solid var(--white);
  box-shadow: 0 6px 0 rgba(0,0,0,0.28);
  overflow: hidden;
  filter: grayscale(1) contrast(1.05);
  padding: 0;
  cursor: pointer;
  font: inherit;
  color: inherit;
  transition: transform 0.15s ease, filter 0.2s ease, box-shadow 0.15s ease;
}
.headshot:hover,
.headshot:focus-visible {
  transform: translateY(-3px);
  filter: grayscale(0.4) contrast(1.05);
  box-shadow: 0 9px 0 var(--red);
  outline: none;
}
/* Simple silhouette: head + shoulders drawn with two pseudo-elements */
.headshot::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 18%;
  width: 42%;
  aspect-ratio: 1 / 1;
  background: #d8d8d8;
  border-radius: 50%;
  transform: translateX(-50%);
  box-shadow: 0 2px 6px rgba(0,0,0,0.5) inset;
}
.headshot::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -22%;
  width: 130%;
  aspect-ratio: 1 / 1;
  background: #d8d8d8;
  border-radius: 50%;
  transform: translateX(-50%);
}
.headshot .name-tag {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  z-index: 2;
  background: rgba(0,0,0,0.78);
  color: var(--white);
  text-align: center;
  padding: 6px 4px;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: clamp(0.62rem, 1.1vw, 0.78rem);
  font-weight: 700;
  line-height: 1.1;
  filter: grayscale(0);
}
.headshot-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 20%;
  display: block;
  z-index: 1;
}
.headshot:has(.headshot-img)::before,
.headshot:has(.headshot-img)::after { display: none; }

/* "A PLAY BY HAROLD PINTER" — outlined text, top-left of poster */
.poster-play-byline {
  position: absolute;
  top: clamp(14px, 2.5vw, 28px);
  left: 0;
  right: 0;
  font-family: 'Anton', sans-serif;
  text-transform: uppercase;
  font-size: clamp(0.75rem, 1.6vw, 1.1rem);
  line-height: 1;
  -webkit-text-stroke: 1.5px var(--white);
  color: transparent;
  text-align: center;
  z-index: 4;
  letter-spacing: 0.28em;
  white-space: nowrap;
  pointer-events: none;
}

/* Diagonal brushstroke texture band */
.brushstroke {
  position: absolute;
  left: -10%;
  right: -10%;
  top: 42%;
  height: 36%;
  background: linear-gradient(180deg,
    rgba(30,30,30,0) 0%,
    #1e1e1e 14%,
    #181818 50%,
    #1e1e1e 86%,
    rgba(30,30,30,0) 100%);
  transform: rotate(-3deg);
  z-index: 1;
  pointer-events: none;
}

/* "THE" displayed above HOMECOMING */
.poster-the {
  margin: 0 0 -0.05em;
  font-family: 'Anton', 'Oswald', sans-serif;
  text-transform: uppercase;
  font-size: clamp(1.8rem, 5vw, 4rem);
  line-height: 1;
  color: var(--white);
  letter-spacing: 0.03em;
}

/* Keyhole O inline SVG in the title */
.keyhole-o {
  height: 0.84em;
  width: auto;
  display: inline-block;
  vertical-align: -0.1em;
}

/* Stage area removed from new poster design */
.stage { display: none; }

/* Director line under the title */
.director-line {
  margin: 14px 0 0;
  font-family: 'Playfair Display', serif;
  font-style: italic;
  color: #f0c9c9;
  font-size: clamp(1rem, 2vw, 1.4rem);
}
.director-line strong {
  font-style: normal;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--white);
  font-weight: 700;
  margin-left: 6px;
}

/* ---------- TITLE BLOCK ---------- */
.title-slab {
  position: relative;
  z-index: 3;
  background: transparent;
  padding: 0 22px 26px;
  margin: 0;
  border-top: none;
  margin-top: auto;
}
.title-slab-inner {
  max-width: var(--max);
  margin: 0 auto;
  text-align: left;
}
.play-title {
  margin: 0;
  font-family: 'Anton', 'Oswald', sans-serif;
  color: var(--white);
  text-transform: uppercase;
  font-size: clamp(3.6rem, 15vw, 11rem);
  line-height: 0.88;
  letter-spacing: 0.01em;
  font-weight: 400;
  text-shadow: 0 3px 0 rgba(0,0,0,0.4);
}
.play-title .by-line { display: none; }
.credits {
  margin: 16px 0 0;
  display: flex;
  justify-content: flex-start;
  gap: clamp(20px, 5vw, 60px);
  flex-wrap: wrap;
}
.credits div {
  font-family: 'Oswald', 'Archivo Narrow', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--white);
  font-weight: 600;
  font-size: clamp(0.9rem, 1.8vw, 1.25rem);
}
.credits .label {
  display: block;
  font-size: 0.7em;
  color: #cccccc;
  letter-spacing: 0.18em;
  margin-bottom: 4px;
  font-weight: 500;
}

/* ---------- BOTTOM BOOKING STRIP ---------- */
.booking-strip {
  position: relative;
  z-index: 3;
  background: var(--black);
  padding: 8px 22px 22px;
  margin: 0;
  border-top: 3px solid var(--red);
}
.booking-strip-inner {
  max-width: var(--max);
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}
.book-badge {
  background: var(--red);
  color: var(--white);
  padding: 10px 14px;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.05;
  font-size: clamp(0.85rem, 1.6vw, 1rem);
  text-decoration: none;
  transform: rotate(-1deg);
  box-shadow: 3px 3px 0 rgba(255,255,255,0.12);
}
.book-badge small {
  display: block;
  font-size: 0.72em;
  font-weight: 500;
  letter-spacing: 0.12em;
  opacity: 0.9;
}
.dates-strip {
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--white);
  font-size: clamp(1.1rem, 2.6vw, 1.8rem);
  letter-spacing: 0.03em;
  line-height: 1;
}
.dates-strip sup {
  font-size: 0.45em;
  background: var(--white);
  color: var(--black);
  padding: 2px 5px;
  margin-left: 4px;
  vertical-align: middle;
  letter-spacing: 0;
}
.venue-strip {
  margin-left: auto;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  color: var(--white);
  letter-spacing: 0.08em;
  font-size: clamp(0.8rem, 1.4vw, 0.95rem);
  text-align: right;
  line-height: 1.2;
}
.venue-strip strong {
  display: block;
  font-weight: 700;
  font-size: 1.15em;
  letter-spacing: 0.04em;
}

/* ---------- CONTENT SECTIONS ---------- */
.wrap {
  max-width: var(--max);
  margin: 0 auto;
  padding: 64px 22px;
}
.section { border-bottom: 1px solid rgba(0,0,0,0.12); }
.section.dark {
  background: var(--black);
  color: var(--white);
  border-bottom: none;
}
.section.dark .title { color: var(--white); }
.section.dark .lede,
.section.dark .about-grid p { color: #e6e6e6; }

.title {
  margin: 0 0 18px;
  font-family: 'Oswald', 'Archivo Narrow', sans-serif;
  text-transform: uppercase;
  font-size: clamp(1.4rem, 3vw, 2.4rem);
  letter-spacing: 0.04em;
  font-weight: 700;
  color: var(--ink);
  position: relative;
  padding-left: 18px;
}
.title::before {
  content: '';
  position: absolute;
  left: 0; top: 0.18em;
  width: 6px; height: 0.95em;
  background: var(--red);
}

.lede {
  margin: 0 auto;
  max-width: 880px;
  font-size: clamp(1.05rem, 1.8vw, 1.25rem);
  line-height: 1.55;
  color: #1d1d1d;
}

.about-grid {
  margin-top: 22px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 26px;
}
.about-grid p {
  margin: 0;
  line-height: 1.6;
  color: #2a2a2a;
  font-size: 1rem;
}

/* About: single-column variant for the new copy */
.about-grid--single { grid-template-columns: 1fr; gap: 18px; max-width: 880px; margin-left: auto; margin-right: auto; }
.about-names {
  font-family: 'Anton', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: clamp(1.6rem, 4vw, 2.8rem);
  line-height: 1.1;
  color: var(--ink);
  margin: 0 0 24px;
}
.about-names em {
  font-style: normal;
  color: var(--red);
}

.cast-list {
  margin: 0;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.03em;
  font-size: clamp(1.3rem, 3vw, 2rem);
  line-height: 1.2;
  color: var(--white);
}
.cast-list span { color: var(--red); margin: 0 10px; }

.section.dark .headshots {
  margin: 34px 0 0;
  max-width: none;
}
.director-credit {
  margin: 28px 0 0;
  font-family: 'Playfair Display', serif;
  font-style: italic;
  color: #f0c9c9;
  font-size: clamp(1.05rem, 2vw, 1.4rem);
}
.director-credit strong {
  font-style: normal;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--white);
  font-weight: 700;
  margin-left: 6px;
}

/* ---------- Credits list (creative team) ---------- */
.credits-list {
  margin: 0;
  padding: 0;
  max-width: 720px;
}
.credit-row {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 24px;
  padding: 14px 0;
  border-bottom: 1px solid rgba(0,0,0,0.12);
}
.credit-row:first-child { border-top: 1px solid rgba(0,0,0,0.12); }
.credit-row dt {
  margin: 0;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--red);
}
.credit-row dd {
  margin: 0;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  font-size: 1.05rem;
  color: var(--ink);
  line-height: 1.5;
}
@media (max-width: 600px) {
  .credit-row {
    grid-template-columns: 1fr;
    gap: 4px;
  }
}

/* ---------- Billing block (creative team poster-style) ---------- */
.billing {
  max-width: 880px;
  margin: 0 auto;
  text-align: center;
  padding: 10px 0;
}
.billing-presents {
  margin: 0 0 18px;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: clamp(0.7rem, 1.3vw, 0.9rem);
  color: var(--red);
  line-height: 1.6;
}
.billing-presents span {
  display: inline;
  font-family: 'Playfair Display', serif;
  font-style: italic;
  text-transform: none;
  letter-spacing: 0.02em;
  font-size: 1.05em;
  color: #444;
  margin: 0 4px;
}
.billing-by {
  margin: 0;
  font-family: 'Playfair Display', serif;
  font-style: italic;
  color: #444;
  font-size: clamp(0.95rem, 1.6vw, 1.15rem);
}
.billing-title {
  margin: 4px 0 22px;
  font-family: 'Anton', sans-serif;
  text-transform: uppercase;
  font-size: clamp(2.6rem, 9vw, 5.5rem);
  line-height: 0.9;
  letter-spacing: 0.02em;
  color: var(--ink);
}
.billing-cast {
  list-style: none;
  margin: 0 0 30px;
  padding: 18px 0;
  border-top: 2px solid var(--ink);
  border-bottom: 2px solid var(--ink);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 28px;
  font-family: 'Anton', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: clamp(1.1rem, 2.4vw, 1.7rem);
  color: var(--ink);
}
.billing-block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px 36px;
  max-width: 760px;
  margin: 0 auto;
  text-align: left;
}
.billing-credit {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: baseline;
  gap: 12px;
  padding: 6px 0;
  border-bottom: 1px dotted rgba(0,0,0,0.35);
  font-family: 'Oswald', sans-serif;
}
.billing-credit .role {
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.78rem;
  color: var(--red);
  font-weight: 700;
}
.billing-credit .name {
  text-transform: uppercase;
  letter-spacing: 0.03em;
  font-size: 0.98rem;
  color: var(--ink);
  font-weight: 600;
  text-align: right;
}
.billing-credit--stack {
  grid-column: 1 / -1;
  grid-template-columns: 1fr;
  text-align: center;
  gap: 4px;
}
.billing-credit--stack .name { text-align: center; }

@media (max-width: 600px) {
  .billing-block { grid-template-columns: 1fr; gap: 4px; }
  .billing-credit { grid-template-columns: 1fr; gap: 0; }
  .billing-credit .name { text-align: left; }
}

/* Footer website credit */
.footer-credit {
  margin: 14px 0 0;
  color: #888;
  font-size: 0.65rem;
  letter-spacing: 0.2em;
}
.footer-credit strong {
  color: var(--white);
  font-weight: 700;
}

/* ---------- FAQ ---------- */
.faq {
  max-width: 820px;
  margin: 0 auto;
  border-top: 2px solid var(--ink);
}
.faq-item {
  border-bottom: 1px solid rgba(0,0,0,0.2);
}
.faq-item > summary {
  list-style: none;
  cursor: pointer;
  padding: 18px 44px 18px 4px;
  position: relative;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: clamp(0.95rem, 1.8vw, 1.15rem);
  font-weight: 700;
  color: var(--ink);
  transition: color 0.15s ease;
  text-align: left;
}
.faq-item > summary::-webkit-details-marker { display: none; }
.faq-item > summary::after {
  content: '+';
  position: absolute;
  right: 6px;
  top: 50%;
  transform: translateY(-50%);
  font-family: 'Anton', sans-serif;
  font-size: 1.6rem;
  color: var(--red);
  line-height: 1;
  transition: transform 0.2s ease;
}
.faq-item[open] > summary { color: var(--red); }
.faq-item[open] > summary::after { content: '\2013'; transform: translateY(-50%) rotate(0deg); }
.faq-item:hover > summary { color: var(--red); }
.faq-body {
  padding: 0 4px 22px;
}
.faq-body p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.6;
  color: #2a2a2a;
  max-width: 65ch;
  text-align: left;
}

/* ---------- Sticky booking banner ---------- */
body { padding-bottom: 72px; }
.sticky-book {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 90;
  background: var(--black);
  border-top: 3px solid var(--red);
  box-shadow: 0 -6px 18px rgba(0,0,0,0.35);
  padding: 12px 18px;
  display: flex;
  align-items: center;
  gap: 14px;
  transform: translateY(110%);
  transition: transform 0.35s ease;
}
.sticky-book.is-visible { transform: translateY(0); }
.sticky-book-text {
  color: var(--white);
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  line-height: 1.15;
  font-size: clamp(0.78rem, 1.4vw, 0.95rem);
}
.sticky-book-text strong {
  display: block;
  font-family: 'Anton', sans-serif;
  font-weight: 400;
  font-size: 1.25em;
  letter-spacing: 0.04em;
  color: var(--white);
}
.sticky-book-text small {
  display: block;
  color: #ffb6b6;
  font-size: 0.78em;
  letter-spacing: 0.14em;
  margin-top: 2px;
}
.sticky-book-cta {
  margin-left: auto;
  background: var(--red);
  color: var(--white);
  text-decoration: none;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-weight: 700;
  font-size: 0.9rem;
  padding: 13px 22px;
  border: 2px solid var(--red);
  transition: background 0.15s ease, transform 0.15s ease;
  white-space: nowrap;
}
.sticky-book-cta:hover {
  background: var(--white);
  color: var(--black);
  border-color: var(--white);
  transform: translateY(-1px);
}
@media (max-width: 480px) {
  .sticky-book { padding: 10px 12px; gap: 10px; }
  .sticky-book-text small { display: none; }
  .sticky-book-cta { padding: 11px 16px; font-size: 0.8rem; letter-spacing: 0.08em; }
}

/* ---------- Bio Lightbox ---------- */
.bio-modal {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: rgba(0,0,0,0.78);
  backdrop-filter: blur(4px);
}
.bio-modal.is-open { display: flex; }
.bio-modal-dialog {
  position: relative;
  width: min(560px, 100%);
  max-height: 90vh;
  overflow-y: auto;
  background: var(--paper);
  color: var(--ink);
  border: 2px solid var(--ink);
  box-shadow: 12px 12px 0 var(--red);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 28px 26px 30px;
}
.bio-modal-portrait {
  position: relative;
  background:
    radial-gradient(80% 60% at 50% 40%, #5a5a5a 0%, #2a2a2a 60%, #111 100%);
  filter: grayscale(1) contrast(1.05);
  overflow: hidden;
  width: 240px;
  max-width: 100%;
  height: 320px;
  margin: 0 auto 18px;
  border: 2px solid var(--ink);
  flex: 0 0 auto;
}
.bio-modal-portrait.has-image::before,
.bio-modal-portrait.has-image::after { display: none; }
.bio-modal-portrait.has-image { filter: none; background: #111; }
.bio-modal-portrait img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 15%;
  display: block;
}
.bio-modal-portrait::before {
  content: '';
  position: absolute;
  left: 50%; top: 18%;
  width: 42%; aspect-ratio: 1;
  background: #d8d8d8;
  border-radius: 50%;
  transform: translateX(-50%);
}
.bio-modal-portrait::after {
  content: '';
  position: absolute;
  left: 50%; bottom: -22%;
  width: 130%; aspect-ratio: 1;
  background: #d8d8d8;
  border-radius: 50%;
  transform: translateX(-50%);
}
.bio-modal-body {
  width: 100%;
}
.bio-modal-eyebrow {
  margin: 0;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.72rem;
  color: var(--red);
  font-weight: 700;
}
.bio-modal-name {
  margin: 6px 0 4px;
  font-family: 'Anton', sans-serif;
  text-transform: uppercase;
  font-size: clamp(1.8rem, 4vw, 2.6rem);
  line-height: 1;
  color: var(--ink);
}
.bio-modal-role {
  margin: 0 0 14px;
  font-family: 'Playfair Display', serif;
  font-style: italic;
  color: #555;
  font-size: 1rem;
}
.bio-modal-text {
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.6;
  color: #222;
}
.bio-modal-text p { margin: 0 0 10px; }
.bio-modal-text p:last-child { margin-bottom: 0; }
.bio-modal-close {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 36px;
  height: 36px;
  border: 2px solid var(--ink);
  background: var(--white);
  color: var(--ink);
  font-family: 'Oswald', sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  cursor: pointer;
  line-height: 1;
}
.bio-modal-close:hover {
  background: var(--red);
  border-color: var(--red);
  color: var(--white);
}
@media (max-width: 600px) {
  .bio-modal-dialog { box-shadow: 6px 6px 0 var(--red); padding: 22px 18px 24px; }
  .bio-modal-portrait { width: min(220px, 70%); }
}

.season-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
.season-card {
  border: 2px solid var(--ink);
  background: var(--paper);
  padding: 20px;
  min-height: 120px;
  position: relative;
}
.season-card::after {
  content: '';
  position: absolute;
  inset: 5px;
  border: 1px solid rgba(0,0,0,0.15);
  pointer-events: none;
}
.season-card .label {
  margin: 0;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--red);
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
}
.season-card .value {
  margin: 10px 0 0;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  line-height: 1.2;
  font-size: clamp(1.05rem, 2vw, 1.35rem);
  font-weight: 700;
  color: var(--ink);
  font-family: 'Oswald', sans-serif;
}

/* ---------- Season venue header ---------- */
.season-venue {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
  justify-content: center;
  padding: 18px 20px;
  border: 2px solid var(--ink);
  background: var(--white);
  margin-bottom: 22px;
  text-align: center;
}
.season-venue-name {
  margin: 0;
  font-family: 'Anton', 'Oswald', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  font-size: clamp(1.3rem, 2.6vw, 1.9rem);
  color: var(--ink);
}
.season-venue-sub {
  margin: 4px 0 0;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.78rem;
  color: var(--red);
}
.season-venue .btn { margin-left: auto; }

/* ---------- Calendar ---------- */
.calendar {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.calendar-loading {
  margin: 0;
  padding: 22px;
  text-align: center;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #555;
  border: 1px dashed rgba(0,0,0,0.2);
}
.cal-week {
  border: 2px solid var(--ink);
  background: var(--white);
}
.cal-week-label {
  margin: 0;
  padding: 8px 16px;
  background: var(--black);
  color: var(--white);
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.85rem;
  font-weight: 700;
}
.cal-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1px;
  background: rgba(0,0,0,0.15);
}
.cal-day {
  background: var(--paper);
  padding: 10px 10px 12px;
  min-height: 130px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.cal-day.is-empty { background: #efe7d9; opacity: 0.55; }
.cal-day-head {
  display: flex;
  align-items: baseline;
  gap: 8px;
  border-bottom: 1px solid rgba(0,0,0,0.1);
  padding-bottom: 6px;
}
.cal-day-dow {
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.1em;
  font-size: 0.72rem;
  color: var(--red);
}
.cal-day-num {
  margin-left: auto;
  font-family: 'Anton', sans-serif;
  font-size: 1.5rem;
  line-height: 1;
  color: var(--ink);
}
.cal-day-month {
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  font-size: 0.7rem;
  letter-spacing: 0.1em;
  color: #555;
}
.cal-perf {
  display: block;
  text-decoration: none;
  padding: 7px 8px;
  border: 1px solid var(--ink);
  background: var(--white);
  color: var(--ink);
  transition: background 0.15s ease, color 0.15s ease, transform 0.15s ease;
}
.cal-perf:hover {
  background: var(--red);
  border-color: var(--red);
  color: var(--white);
  transform: translateY(-1px);
}
.cal-perf-time {
  display: block;
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: 0.85rem;
  line-height: 1;
}
.cal-perf-type {
  display: block;
  margin-top: 3px;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.62rem;
  color: var(--red);
}
.cal-perf:hover .cal-perf-type { color: var(--white); }
.cal-perf.is-special { background: var(--ink); color: var(--white); border-color: var(--ink); }
.cal-perf.is-special .cal-perf-type { color: #ffb6b6; }
.cal-perf.is-special:hover { background: var(--red); border-color: var(--red); }

.cta-row {
  margin-top: 28px;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
}
.btn {
  text-decoration: none;
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
  letter-spacing: 0.1em;
  font-size: 0.85rem;
  font-weight: 700;
  padding: 14px 22px;
  border: 2px solid var(--ink);
  color: var(--ink);
  background: transparent;
  transition: transform 0.15s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn.primary {
  background: var(--red);
  border-color: var(--red);
  color: var(--white);
}

.stamp {
  display: inline-block;
  margin-top: 22px;
  border: 2px solid var(--red);
  color: var(--red);
  padding: 10px 14px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.78rem;
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  transform: rotate(-1.5deg);
}

.footer {
  background: var(--black);
  color: #b9b9b9;
  text-align: center;
  padding: 24px 22px;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-family: 'Oswald', sans-serif;
}
.footer span { color: var(--red); margin: 0 8px; }

/* Partner logos strip */
.partners {
  background: var(--black);
  border-top: 1px solid rgba(255,255,255,0.08);
  padding: 26px 22px 28px;
  text-align: center;
}
.partners-label {
  margin: 0 0 16px;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  font-size: 0.66rem;
  color: #ffb6b6;
  font-weight: 700;
}
.partners-row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(24px, 6vw, 60px);
  flex-wrap: wrap;
}
.partner {
  display: inline-flex;
  color: var(--white);
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.partner svg,
.partner img {
  height: clamp(44px, 7vw, 64px);
  width: auto;
  display: block;
  object-fit: contain;
}
.partner:hover { opacity: 0.75; transform: translateY(-2px); }

@media (max-width: 760px) {
  .about-grid,
  .season-grid { grid-template-columns: 1fr; }
  .cast-banner ul { gap: 4px 12px; }
  .venue-strip { margin-left: 0; text-align: left; width: 100%; }
  .booking-strip-inner { gap: 14px; }
  .headshots { grid-template-columns: repeat(3, 1fr); }
  .cal-grid { grid-template-columns: 1fr; }
  .cal-day.is-empty { display: none; }
  .season-venue .btn { margin-left: 0; }
}

@media (max-width: 480px) {
  .headshots { grid-template-columns: repeat(2, 1fr); }
  .poster-inner { min-height: 100px; }
}

/* ====================================================
   "Cooler" additions: grain, marquee, pull-quote,
   scroll reveals, animated title and hover polish
   ==================================================== */

@media (prefers-reduced-motion: no-preference) {
  .reveal {
    opacity: 0;
    transform: translateY(22px);
    transition: opacity 0.7s ease, transform 0.7s cubic-bezier(.2,.7,.2,1);
    will-change: opacity, transform;
  }
  .reveal.is-in {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Film-grain overlay on the poster hero */
.poster { position: relative; }
.poster .grain {
  position: absolute;
  inset: 0;
  pointer-events: none;
  mix-blend-mode: overlay;
  opacity: 0.35;
  z-index: 1;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='160' height='160'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 0  0 0 0 0 0  0 0 0 0 0  0 0 0 0.6 0'/></filter><rect width='100%25' height='100%25' filter='url(%23n)'/></svg>");
  background-size: 220px 220px;
}

/* Play title micro-animation on the title slab */
.play-title {
  transition: letter-spacing 0.5s ease, text-shadow 0.5s ease;
}
.title-slab:hover .play-title {
  letter-spacing: 0.045em;
  text-shadow:
    0 3px 0 rgba(0,0,0,0.4),
    4px 0 0 rgba(214,24,26,0.55),
    -4px 0 0 rgba(255,255,255,0.08);
}

/* Headshot zoom + red glow */
.headshot-img {
  transition: transform 0.5s cubic-bezier(.2,.7,.2,1), filter 0.4s ease;
}
.headshot:hover .headshot-img,
.headshot:focus-visible .headshot-img {
  transform: scale(1.06);
}

/* ---------- Scrolling marquee ticker ---------- */
.ticker {
  background: var(--red);
  color: var(--white);
  border-top: 3px solid var(--black);
  border-bottom: 3px solid var(--black);
  overflow: hidden;
  position: relative;
  padding: 14px 0;
}
.ticker-track {
  display: flex;
  gap: 48px;
  width: max-content;
  animation: ticker-scroll 38s linear infinite;
  font-family: 'Anton', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: clamp(1.2rem, 2.4vw, 1.9rem);
  line-height: 1;
  white-space: nowrap;
}
.ticker:hover .ticker-track { animation-play-state: paused; }
.ticker-track span {
  display: inline-flex;
  align-items: center;
  gap: 48px;
}
.ticker-track .dot {
  display: inline-block;
  width: 10px; height: 10px;
  background: var(--black);
  border-radius: 50%;
}
@keyframes ticker-scroll {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}
@media (prefers-reduced-motion: reduce) {
  .ticker-track { animation: none; }
}

/* ---------- Pull-quote ---------- */
.pullquote {
  background:
    radial-gradient(80% 60% at 50% 10%, rgba(214,24,26,0.18), transparent 60%),
    var(--black);
  color: var(--white);
  padding: clamp(60px, 10vw, 110px) 22px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.pullquote::before,
.pullquote::after {
  content: '\201C';
  position: absolute;
  font-family: 'Playfair Display', serif;
  font-style: italic;
  color: rgba(214,24,26,0.18);
  font-size: clamp(12rem, 28vw, 22rem);
  line-height: 0.8;
  pointer-events: none;
}
.pullquote::before { top: -10px; left: 4%; }
.pullquote::after  { content: '\201D'; bottom: -60px; right: 4%; }
.pullquote blockquote {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  max-width: 900px;
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-weight: 600;
  font-size: clamp(1.5rem, 3.6vw, 2.6rem);
  line-height: 1.25;
  color: var(--white);
}
/* ---------- Commercial top bar ---------- */
.top-bar {
  background: var(--red);
  color: var(--white);
  padding: 10px 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(14px, 3vw, 32px);
  position: relative;
  z-index: 10;
  flex-wrap: wrap;
}
.top-bar-text {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-size: clamp(0.95rem, 1.8vw, 1.15rem);
  letter-spacing: 0.02em;
}
.top-bar-cta {
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 0.18em;
  font-weight: 700;
  color: var(--white);
  text-decoration: none;
  white-space: nowrap;
  padding: 4px 12px;
  border: 1px solid rgba(255,255,255,0.55);
  transition: background 0.15s ease;
}
.top-bar-cta:hover { background: rgba(255,255,255,0.15); }

.pullquote cite {
  display: block;
  margin-top: 22px;
  font-style: normal;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.32em;
  font-size: 0.78rem;
  color: var(--red);
}

/* ---------- Poster: background image + kate figure + title image ---------- */

/* Background photo */
.poster {
  background-image: url('Background-black.jpg');
  background-size: cover;
  background-position: center 30%;
}

/* Gradient overlay — darken left side for text legibility, fade toward Kate */
.poster::before {
  content: '';
  display: block;
  position: absolute;
  inset: 0;
  background: linear-gradient(to right,
    rgba(11,11,11,0.88) 20%,
    rgba(11,11,11,0.65) 50%,
    rgba(11,11,11,0.12) 100%);
  z-index: 1;
  pointer-events: none;
}

/* Brushstroke not needed with real background */
.brushstroke { display: none; }

/* Kate silhouette — anchored right/bottom, scales with poster height */
.poster-kate {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 102%;
  width: auto;
  z-index: 2;
  pointer-events: none;
  display: block;
}
@media (max-width: 760px) {
  .poster-kate { height: 80%; }
}
@media (max-width: 480px) {
  .poster-kate { height: 68%; }
}

/* Title image replaces the text h1; "THE" text no longer needed */
.poster-the { display: none; }
.play-title {
  font-size: 0;
  line-height: 0;
  margin: 0 0 14px;
}
.play-title-img {
  display: block;
  width: 100%;
  max-width: 760px;
  height: auto;
}
