/* =====================================================
   LostInTV — Modern Refresh (staging only)
   ===================================================== */

:root {
  --color-red:        #E22728;
  --color-dark:       #485963;
  --color-border:     #e0e3e6;
  --color-bg-page:    #f2f4f6;
  --color-bg-card:    #ffffff;
  --color-text:       #2d3748;
  --color-text-muted: #6b7a83;
  --radius-card:      10px;
  --radius-btn:       5px;
  --shadow-card:      0 1px 3px rgba(0,0,0,0.07), 0 4px 12px rgba(0,0,0,0.05);
  --shadow-card-hover:0 4px 14px rgba(0,0,0,0.11), 0 8px 24px rgba(0,0,0,0.07);
  --transition:       all 0.2s ease;
}

/* ── Base ────────────────────────────────────────── */

body, html {
  background: var(--color-bg-page);
}

html, button, input, select, textarea,
.pure-g [class *= "pure-u"],
.pure-g-r [class *= "pure-u"] {
  color: var(--color-text);
}

a { color: var(--color-dark); }
a:hover { color: var(--color-red); }

/* ── Layout ──────────────────────────────────────── */

.lit__wrapper {
  max-width: 1140px;
}

.lit__page {
  box-shadow: 0 1px 6px rgba(0,0,0,0.10);
}

/* ── Navigation ──────────────────────────────────── */

.main-menu {
  border-top: none;
  border-bottom: none;
}

.top-menu a {
  font-weight: 500;
  color: #3a4a53;
}

.top-menu a:hover {
  color: var(--color-red);
  text-decoration: none;
}

.main-menu__nav-link {
  font-size: 1.1em;
  letter-spacing: 0.04em;
}

.main-menu__profile-link {
  font-weight: 500;
}

/* ── Homepage filter pills ───────────────────────── */

.whatson-filter {
  padding: 1.25em 1.5em;
  border-bottom: 1px solid var(--color-border);
  background: #fff;
}

.whatson-filter__item.pure-button {
  border-radius: 20px;
  padding: 0.4em 1.1em;
  font-size: 0.875em;
  font-weight: 500;
  background: transparent;
  border: 1.5px solid var(--color-border);
  color: var(--color-text-muted);
  box-shadow: none;
  transition: var(--transition);
}

.whatson-filter__item.pure-button:hover {
  border-color: var(--color-red);
  color: var(--color-red);
}

.whatson-filter__item--active.pure-button,
.whatson-filter__item.pure-button.whatson-filter__item--active {
  background: var(--color-dark);
  border-color: var(--color-dark);
  color: #fff;
}

/* ── Show / casting call cards ───────────────────── */

.whatson-list {
  padding: 1em 0.75em 0.5em;
  background: var(--color-bg-page);
}

.whatson-list__item {
  background: var(--color-bg-card);
  border-bottom: none;
  border-radius: var(--radius-card);
  box-shadow: var(--shadow-card);
  margin-bottom: 1.25em;
  padding: 0;
  overflow: hidden;
  transition: var(--transition);
}

.whatson-list__item:hover {
  box-shadow: var(--shadow-card-hover);
  transform: translateY(-2px);
}

.whatson-list__image {
  margin-top: 0;
  border-radius: 0;
}

.whatson-list__content {
  padding: 1em 1.5em 1.5em;
  margin-left: 34%;
}

@media screen and (max-width: 35.5em) {
  .whatson-list__content {
    margin-left: 0;
    padding: 0.75em 1em 1.25em;
  }
}

.whatson-list__heading {
  font-size: 1.05em;
  font-weight: 700;
  padding-top: 0.75em;
  margin-bottom: 0.35em;
}

.whatson-list__heading a {
  color: var(--color-text);
  text-decoration: none;
}

.whatson-list__heading a:hover {
  color: var(--color-red);
}

/* ── Buttons ─────────────────────────────────────── */

.pure-button-primary,
a.pure-button-primary,
.pure-button-selected,
a.pure-button-selected,
.whatson-list__button,
.pure-button--series {
  border-radius: var(--radius-btn);
  font-weight: 600;
  letter-spacing: 0.02em;
  padding: 0.55em 1.2em;
  font-size: 0.875em;
  transition: var(--transition);
}

.pure-button-primary:hover,
a.pure-button-primary:hover,
.whatson-list__button:hover {
  opacity: 0.88;
}

/* ── Forms ───────────────────────────────────────── */

.series-booking__form,
.series-booking-1,
.lit-form {
  border-radius: var(--radius-card);
  border-color: var(--color-border);
}

.feedback-box {
  border-radius: var(--radius-btn);
}

.feedback-box--positive {
  border-left: 3px solid #2ecc71;
}

.feedback-box--negative {
  border-left: 3px solid #e74c3c;
}

/* ── Footer ──────────────────────────────────────── */

.footer {
  background: #fff;
}

.footer-menu {
  padding: 24px 0 20px;
  border-top: 1px solid var(--color-border);
}

.footer-menu a {
  color: var(--color-text-muted);
  font-size: 0.875em;
  transition: var(--transition);
}

.footer-menu a:hover {
  color: var(--color-red);
  text-decoration: none;
}

/* ── Misc ────────────────────────────────────────── */

.page-heading {
  padding-top: 1.5em;
  font-weight: 700;
}

.small-label {
  letter-spacing: 0.05em;
}
