:root {
  --ink: #1f1a22;
  --red: #8f2c35;
  --ivory: #f7f1e8;
  --paper: #ffffff;
  --copper: #c07a4b;
  --plum: #5b4763;
  --line: rgba(31, 26, 34, 0.16);
}

body {
  background: var(--ivory) url("/assets/images/img_c4565538dbd9.png") repeat;
  color: var(--ink);
  font-family: "Lato", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.7;
}

a {
  color: var(--red);
  text-underline-offset: 0.18em;
}

img {
  max-width: 100%;
  height: auto;
}

.site-header {
  background: rgba(247, 241, 232, 0.96);
  border-bottom: 1px solid var(--line);
  position: sticky;
  top: 0;
  z-index: 1020;
  backdrop-filter: blur(8px);
}

.brand-mark {
  color: var(--ink);
  display: inline-flex;
  flex-direction: column;
  font-family: "Playfair Display", Georgia, serif;
  line-height: 1.05;
  white-space: normal;
}

.brand-mark span {
  font-size: clamp(1.2rem, 2vw, 1.75rem);
  font-weight: 800;
}

.brand-mark small {
  color: var(--copper);
  font-family: "Lato", sans-serif;
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.navbar .nav-link {
  color: var(--ink);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0;
  margin-left: 0.4rem;
  text-transform: uppercase;
}

.navbar .nav-link:hover,
.navbar .nav-link.active {
  color: var(--red);
}

.home-hero {
  min-height: 74vh;
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: var(--ink);
}

.hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.05);
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(31, 26, 34, 0.88), rgba(31, 26, 34, 0.32) 52%, rgba(247, 241, 232, 0.2));
}

.hero-inner {
  position: relative;
  z-index: 1;
  color: #fffaf0;
  padding-block: 6rem;
}

.artist-role,
.hero-kicker,
.section-heading span {
  color: #f0c7a0;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.home-hero h1,
.page-masthead h1,
.section-heading h2,
.theatre-prose h2,
.theatre-prose h3,
.spectacle-card h2,
.footer-brand {
  font-family: "Playfair Display", Georgia, serif;
}

.home-hero h1 {
  font-size: clamp(3rem, 8vw, 6.7rem);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 0.95;
  max-width: 820px;
  text-shadow: 0 18px 38px rgba(0, 0, 0, 0.42);
}

.page-masthead {
  background:
    linear-gradient(180deg, rgba(31, 26, 34, 0.74), rgba(31, 26, 34, 0.88)),
    url("/assets/images/img_456475e77e64.png") center / cover;
  color: #fffaf0;
  padding: 4.8rem 0 3.5rem;
}

.page-masthead h1 {
  font-size: clamp(2.3rem, 5vw, 4.5rem);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.02;
  max-width: 1000px;
}

.breadcrumb-wrap .breadcrumb {
  --bs-breadcrumb-divider-color: rgba(255, 250, 240, 0.55);
  margin-bottom: 1rem;
}

.breadcrumb-wrap a,
.breadcrumb-wrap .active {
  color: rgba(255, 250, 240, 0.82);
  font-size: 0.82rem;
}

.listing-section,
.content-section {
  padding: clamp(3.5rem, 7vw, 6.5rem) 0;
}

.section-heading {
  border-top: 1px solid var(--line);
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 2rem;
  padding-top: 1.5rem;
}

.section-heading h2 {
  font-size: clamp(2rem, 4vw, 3.3rem);
  font-weight: 800;
  margin: 0;
  text-transform: uppercase;
}

.spectacle-grid {
  align-items: stretch;
}

.spectacle-card {
  background: var(--paper);
  border: 1px solid rgba(143, 44, 53, 0.18);
  border-radius: 4px;
  box-shadow: 0 22px 48px rgba(31, 26, 34, 0.08);
  overflow: hidden;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.spectacle-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 28px 56px rgba(31, 26, 34, 0.14);
}

.spectacle-card-link {
  color: inherit;
  display: flex;
  flex-direction: column;
  height: 100%;
  text-decoration: none;
}

.spectacle-image {
  aspect-ratio: 4 / 5;
  background: var(--ink);
  border-bottom: 4px solid var(--red);
  overflow: hidden;
}

.spectacle-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.84) contrast(1.04);
  transition: transform 280ms ease, filter 280ms ease;
}

.spectacle-card:hover .spectacle-image img {
  filter: saturate(1) contrast(1.05);
  transform: scale(1.04);
}

.spectacle-body {
  padding: 1.05rem 1.1rem 1.25rem;
}

.spectacle-body h2 {
  color: var(--ink);
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.18;
  margin: 0;
}

.spectacle-body p {
  color: rgba(31, 26, 34, 0.72);
  font-size: 0.95rem;
  margin: 0.65rem 0 0;
}

.theatre-prose {
  background: rgba(255, 255, 255, 0.74);
  border-left: 4px solid var(--red);
  padding: clamp(1.5rem, 4vw, 3rem);
}

.theatre-prose h2,
.theatre-prose h3,
.theatre-prose h4 {
  color: var(--red);
  font-weight: 800;
  line-height: 1.15;
  margin: 2rem 0 0.8rem;
}

.theatre-prose h2 {
  font-size: clamp(1.7rem, 3vw, 2.35rem);
}

.theatre-prose h3 {
  color: var(--plum);
  font-size: 1.35rem;
  text-transform: uppercase;
}

.theatre-prose p,
.theatre-prose li {
  font-size: 1.05rem;
}

.theatre-prose blockquote {
  border-left: 3px solid var(--copper);
  color: var(--plum);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.25rem;
  margin: 1.4rem 0;
  padding: 0.2rem 0 0.2rem 1rem;
}

.content-media {
  margin: 1.5rem 0;
}

.content-media img,
.content-gallery img,
.category-card img {
  border: 1px solid rgba(31, 26, 34, 0.12);
}

.content-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1rem;
  margin: 1.5rem 0;
}

.gallery-card {
  margin: 0;
}

.gallery-card img {
  aspect-ratio: 4 / 3;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.content-table-wrap {
  margin: 1.5rem 0;
}

.inline-list-card {
  margin: 1.5rem 0;
}

.toc-panel {
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid var(--line);
  border-radius: 4px;
  margin-bottom: 1.5rem;
  padding: 1rem;
}

.toc-panel ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.toc-panel li + li {
  margin-top: 0.35rem;
}

.toc-title {
  color: var(--copper);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  margin-bottom: 0.65rem;
  text-transform: uppercase;
}

.article-main-image {
  max-width: min(33%, 320px);
}

.category-card,
.category-card-minimal {
  border: 1px solid rgba(143, 44, 53, 0.18);
  border-radius: 4px;
}

.category-card .card-img-top {
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.category-card-minimal {
  background: rgba(255, 255, 255, 0.78);
  padding: 1.25rem;
}

.content-dates {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  color: rgba(255, 250, 240, 0.78);
  font-size: 0.88rem;
  margin-top: 1rem;
}

.site-footer {
  background: var(--ink);
  color: rgba(255, 250, 240, 0.76);
  padding: 3.5rem 0;
}

.footer-rule {
  background: linear-gradient(90deg, var(--red), var(--copper), transparent);
  height: 2px;
  margin-bottom: 2rem;
}

.footer-brand {
  color: #fffaf0;
  font-size: 1.55rem;
  font-weight: 800;
  margin-bottom: 0.35rem;
}

.footer-note {
  font-size: 0.9rem;
}

.footer-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-lg-end;
  gap: 0.65rem 1rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-nav a {
  color: rgba(255, 250, 240, 0.82);
  font-size: 0.82rem;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration-color: transparent;
}

.footer-nav a:hover {
  color: #fffaf0;
  text-decoration-color: currentColor;
}

@media (max-width: 991.98px) {
  .navbar .nav-link {
    margin-left: 0;
    padding-block: 0.5rem;
  }

  .home-hero {
    min-height: 62vh;
  }

  .hero-inner {
    padding-block: 4.5rem;
  }

  .theatre-prose {
    border-left-width: 0;
    border-top: 4px solid var(--red);
  }

  .article-main-image {
    max-width: 100%;
  }
}
