:root {
  --ink: #221c14;
  --paper: #fdfbf5;
  --accent: #b8752f;
  --rule: #e2dcc8;
  --muted: #8a8267;
}

* { box-sizing: border-box; }

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: 'Quicksand', sans-serif;
  font-weight: 500;
  line-height: 1.9;
  padding: 0 16px 72px;
}

.wrap {
  max-width: 780px;
  margin: 0 auto;
}

/* --- Subpage header (small centered logo) --- */
.site-header {
  text-align: center;
  padding: 40px 0 8px;
}
.header-logo {
  width: 150px;
  height: auto;
  display: inline-block;
}

/* --- Simple two-item nav --- */
.site-nav-simple {
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 40px;
  padding: 0;
  margin: 44px 0 56px;
  font-size: 22px;
}
.site-nav-simple a {
  color: var(--ink);
  text-decoration: underline;
  text-decoration-color: var(--rule);
}
.site-nav-simple a:hover { color: var(--accent); text-decoration-color: var(--accent); }
.site-nav-simple a.hay-badge,
.site-nav-simple a.hay-badge:hover {
  text-decoration: none;
  color: #3b2a14;
}

/* --- Homepage hero: logo on top, bio below --- */
.hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 28px;
  margin: 8px 0 12px;
}
.hero-logo { max-width: 460px; width: 100%; }
.hero-logo img { width: 100%; height: auto; display: block; }
.hero-text { width: 100%; }

.poster-strip {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  margin: 4px 0 8px;
}
.poster-strip img {
  width: 110px;
  height: 150px;
  object-fit: cover;
  display: block;
  border: 1px solid var(--rule);
  transition: opacity 0.15s ease;
}
.poster-strip img:hover { opacity: 0.85; }
.hero-text p { margin: 0 0 20px; font-size: 17px; line-height: 1.9; }
.hero-text p:last-child { margin-bottom: 0; }

.page-title {
  font-size: 32px;
  font-weight: 600;
  text-align: center;
  margin: 0 0 36px;
}

p { margin: 0 0 20px; font-size: 17px; line-height: 1.9; }

.film {
  margin-bottom: 56px;
  padding-bottom: 40px;
  border-bottom: 1px solid var(--rule);
  text-align: center;
}
.film:last-of-type { border-bottom: none; margin-bottom: 0; padding-bottom: 0; }
.film p { text-align: left; }
.film-title { font-size: 26px; font-weight: 600; margin: 0 0 16px; }

.show-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
  margin: 8px 0 40px;
}
.show-card { text-align: center; }
.show-card img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  display: block;
  border: 1px solid var(--rule);
}
.show-card .caption { margin-top: 10px; font-size: 16px; }

.clip-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin-top: 4px;
}
.clip-grid > div { flex: 0 0 auto; width: 150px; }
.clip-grid a { display: block; }
.clip-grid img {
  width: 100%;
  height: auto;
  display: block;
  border: 1px solid var(--rule);
  transition: opacity 0.15s ease;
}
.clip-grid img:hover { opacity: 0.85; }
.clip-grid .clip-caption { margin-top: 6px; text-align: center; }
.film .clip-caption { text-align: center; }

.poster-link {
  width: 100%;
  max-width: 480px;
  height: auto;
  display: block;
  border: 1px solid var(--rule);
  transition: opacity 0.15s ease;
  margin: 0 auto 16px;
}
.poster-link:hover { opacity: 0.85; }

.static-poster {
  width: 100%;
  max-width: 480px;
  height: auto;
  display: block;
  border: 1px solid var(--rule);
  margin: 0 auto 18px;
}

.credits { font-size: 16px; }
.film .credits { text-align: center; }
.site-footer {
  text-align: center;
  margin-top: 56px;
  font-size: 13px;
  color: var(--muted);
}
.site-footer a { color: var(--muted); text-decoration: underline; }
.site-footer a:hover { color: var(--accent); }

.film-tagline { font-size: 15px; margin: 0 0 20px; }
.film .film-tagline { text-align: center; }

@media (max-width: 560px) {
  .show-grid { grid-template-columns: 1fr; }
  .clip-grid > div { width: 120px; }
  .site-nav-simple { gap: 24px; font-size: 19px; }
  .poster-strip img { width: 76px; height: 104px; }
}

a, button, .contact-form button {
  cursor: url('pitchfork-cursor.png') 6 2, pointer;
}

.hay-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 212px;
  height: 129px;
  box-sizing: border-box;
  background-image: url('HayBaleSingle.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  padding: 0 26px;
  text-align: center;
  color: #3b2a14;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.25;
  text-decoration: none;
  transition: opacity 0.15s ease;
}
.hay-badge:hover { opacity: 0.8; }

.hay-badge-large {
  width: 146px;
  height: 89px;
  font-size: 12px;
  padding: 0 18px;
  margin: 4px auto 0;
}

.hay-badge-nav {
  width: 150px;
  height: 91px;
  font-size: 15px;
  padding: 0 18px;
}

.hay-badge-small {
  width: 106px;
  height: 65px;
  font-size: 10px;
  padding: 0 10px;
}

.contact-cta { text-align: center; margin: 64px 0 24px; }

.imdb-banner {
  display: block;
  max-width: 360px;
  margin: 32px auto 0;
  text-align: center;
  padding: 16px 20px;
  border: 2px solid #221c14;
  border-radius: 6px;
  background: #f5c518;
  color: #221c14;
  text-decoration: none;
  font-size: 18px;
  font-weight: 700;
  transition: opacity 0.15s ease;
}
.imdb-banner:hover { opacity: 0.85; }

.contact-form {
  max-width: 480px;
  margin: 8px auto 0;
  text-align: left;
}
.contact-form label {
  display: block;
  font-size: 15px;
  margin: 0 0 6px;
}
.contact-form input,
.contact-form textarea {
  width: 100%;
  font-family: 'Quicksand', sans-serif;
  font-size: 16px;
  padding: 10px 12px;
  margin-bottom: 20px;
  border: 1px solid var(--rule);
  border-radius: 6px;
  background: #fff;
  color: var(--ink);
}
.contact-form textarea { resize: vertical; }
.contact-form button {
  display: block;
  width: 100%;
  font-family: 'Quicksand', sans-serif;
  font-weight: 600;
  font-size: 18px;
  padding: 14px 20px;
  border: 2px solid var(--ink);
  border-radius: 6px;
  background: var(--ink);
  color: var(--paper);
  cursor: pointer;
  transition: opacity 0.15s ease;
}
.contact-form button:hover { opacity: 0.85; }

.form-note {
  max-width: 480px;
  margin: 0 auto 24px;
  padding: 14px 18px;
  border-radius: 6px;
  text-align: center;
  font-size: 16px;
  background: #eef4e6;
  border: 1px solid #c9dbb6;
}
.form-note-error { background: #f7e6e2; border-color: #e0b3a6; }
