body {
  margin: 0;
  background: #f4e9d8;
  color: #16120f;
  font-family: "IBM Plex Sans", sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea,
select {
  font: inherit;
}

p,
h1,
h2,
h3,
ul,
blockquote {
  margin: 0;
}

.poster {
  padding: 1rem;
}

.topbar,
.card-label,
.hero-buttons a,
.contact-stack a,
.review-author,
.brand,
.topnav a,
.footer-actions a,
.strip-label,
.eyebrow {
  font-family: "Bebas Neue", sans-serif;
  letter-spacing: 0.06em;
}

.topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
}

.brand {
  font-size: 2rem;
}

.topnav {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  font-size: 1rem;
}

.poster-hero {
  padding: 1.8rem;
  border-radius: 1.8rem;
  background: linear-gradient(135deg, #e7471f, #f5a623 55%, #ffe0a8);
  color: #130d0a;
  box-shadow: 0 24px 50px rgba(159, 51, 19, 0.18);
}

.eyebrow {
  margin-bottom: 1rem;
  font-size: 1rem;
}

h1,
h2,
h3 {
  margin: 0;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  letter-spacing: 0.03em;
}

.poster-hero h1 {
  max-width: 9ch;
  font-size: clamp(4rem, 9vw, 8.2rem);
  line-height: 0.9;
}

.hero-copy {
  max-width: 42rem;
  margin-top: 1rem;
  font-size: 1.08rem;
  line-height: 1.75;
}

.hero-buttons,
.contact-stack,
.footer-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.hero-buttons {
  margin-top: 1.5rem;
}

.hero-buttons a,
.contact-stack a,
.footer-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3rem;
  padding: 0 1.2rem;
  border-radius: 999px;
}

.hero-buttons a,
.contact-stack a:first-child,
.footer-actions a:first-child {
  background: #111;
  color: #fff;
}

.hero-buttons a:nth-child(2),
.contact-stack a:nth-child(2),
.footer-actions a:nth-child(2) {
  background: #fff;
  color: #111;
}

.hero-buttons a:nth-child(3),
.contact-stack a:nth-child(3),
.footer-actions a:nth-child(3) {
  background: rgba(17, 17, 17, 0.14);
  color: #111;
  border: 1px solid rgba(17, 17, 17, 0.18);
}

.poster-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1rem;
  margin-top: 1rem;
}

.poster-card,
.review-card {
  padding: 1.25rem;
  border-radius: 1.4rem;
  background: #fff8ee;
  border: 2px solid rgba(22, 18, 15, 0.08);
}

.poster-card.tall {
  grid-row: span 2;
  background: #1a1512;
  color: #fff;
}

.poster-card.wide {
  grid-column: span 2;
  background: #fff0cf;
}

.poster-card.full {
  grid-column: 1 / -1;
  background: #fff8ee;
}

.poster-card.accent {
  background: #f6dcb0;
}

.card-label,
.strip-label {
  margin-bottom: 0.8rem;
  color: #d9471d;
  font-size: 1rem;
}

.poster-card p,
.poster-card li,
.review-card blockquote,
.card-copy {
  color: #554a40;
  line-height: 1.75;
}

.poster-card.tall p,
.poster-card.tall li,
.poster-card.tall h2,
.poster-card.tall .card-label {
  color: #fff3e2;
}

.poster-card h2 {
  max-width: 12ch;
  font-size: clamp(2.2rem, 4vw, 3.7rem);
  line-height: 0.96;
}

.poster-card ul {
  margin-top: 1rem;
  padding-left: 1.1rem;
}

.card-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
}

.card-copy {
  max-width: 18rem;
}

.poster-photos,
.quote-row {
  display: grid;
  gap: 1rem;
}

.poster-photos {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
}

.poster-photos button,
.strip-photos button {
  padding: 0;
  border: 0;
  background: #fffdf8;
  border-radius: 1rem;
  cursor: zoom-in;
}

.poster-photos img,
.strip-photos img {
  width: 100%;
  border-radius: 1rem;
  display: block;
}

.poster-photos img {
  height: auto;
  object-fit: contain;
}

.strip-photos img {
  height: auto;
  object-fit: contain;
}

.contact-stack {
  margin-top: 1rem;
}

.project-strips {
  display: grid;
  gap: 1rem;
}

.project-strip {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 1rem;
  align-items: start;
  padding-top: 1rem;
  border-top: 1px solid rgba(22, 18, 15, 0.08);
}

.project-strip:first-child {
  padding-top: 0;
  border-top: 0;
}

.project-copy h3 {
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  line-height: 1;
}

.strip-photos {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.8rem;
  align-items: start;
}

.strip-photos.triple {
  grid-template-columns: repeat(3, 1fr);
}

.quote-row {
  grid-template-columns: repeat(3, 1fr);
}

.review-card blockquote {
  margin-top: 0.75rem;
  padding-left: 1rem;
  border-left: 4px solid rgba(217, 71, 29, 0.34);
  font-style: italic;
}

.poster-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.2rem 0 2rem;
}

.poster-footer p {
  font-family: "Bebas Neue", sans-serif;
  font-size: 1.5rem;
}

.lightbox {
  position: fixed;
  inset: 0;
  display: grid;
  place-items: center;
  background: rgba(8, 7, 6, 0.9);
  padding: 1rem;
  z-index: 20;
}

.lightbox[hidden] {
  display: none;
}

.lightbox-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  min-height: 2.8rem;
  padding: 0 1rem;
  border-radius: 999px;
  border: 0;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}

.lightbox-image {
  max-width: 100%;
  max-height: 80vh;
  border-radius: 1rem;
}

.lightbox-caption {
  margin-top: 0.75rem;
  color: #fff;
  text-align: center;
  font-family: "Bebas Neue", sans-serif;
  font-size: 1.1rem;
}

@media (max-width: 950px) {
  .topbar,
  .card-head,
  .poster-footer {
    display: block;
  }

  .poster-grid,
  .poster-photos,
  .quote-row,
  .strip-photos,
  .strip-photos.triple,
  .project-strip {
    grid-template-columns: 1fr;
  }

  .poster-card.wide,
  .poster-card.full {
    grid-column: auto;
  }

  .poster-card.tall {
    grid-row: auto;
  }

  .topnav,
  .footer-actions {
    margin-top: 0.75rem;
  }

  .card-copy {
    max-width: none;
    margin-top: 0.75rem;
  }

  .poster-footer p {
    margin-bottom: 0.75rem;
  }
}
