h1[id^="this-season-"] {
    font-size: clamp(2rem, 4.5vw, 3.4rem);
    line-height: 1.05;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    margin-bottom: 1.25rem;
}

.season-overview {
    max-width: 72ch;
    font-size: 1.1rem;
    line-height: 1.7;
    color: #1f2937;
    padding: 1rem 1.25rem;
    border-left: 4px solid #0f766e;
    background: linear-gradient(90deg, #f0fdfa 0%, #ffffff 100%);
    border-radius: 0.375rem;
}

.season-layout {
    display: grid;
    gap: 2.5rem;
    margin-top: 2.5rem;
}

@media (min-width: 1024px) {
    .season-layout.has-sidebar {
        grid-template-columns: minmax(0, 1fr) 300px;
        align-items: start;
    }
}

.season-sidebar {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
}

.season-sponsors h2,
.season-productions h2 {
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 1.5rem;
    color: #111827;
}

.sponsor-list,
.production-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.sponsor-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.625rem;
}

.sponsor {
    display: inline-flex;
    align-items: center;
    border: 1px solid #99f6e4;
    border-radius: 999px;
    padding: 0.35rem 0.9rem;
    background: #f0fdfa;
    color: #115e59;
    font-weight: 600;
    font-size: 0.95rem;
}

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

.sponsor a:hover,
.sponsor a:focus-visible {
    text-decoration: underline;
    text-underline-offset: 0.15em;
}

.production {
    padding: 1rem 0;
    border-top: 1px solid #e5e7eb;
}

.production:first-child {
    border-top: 0;
    padding-top: 0.25rem;
}

.entry-title {
    margin: 0;
    color: #111827;
    font-size: 1.25rem;
    line-height: 1.3;
}

.production a {
    text-decoration: none;
}

.production a:hover .entry-title,
.production a:focus-visible .entry-title {
    color: #0f766e;
}

.run-dates {
    margin: 0.5rem 0 0.625rem;
    color: #0f766e;
    font-weight: 600;
    font-size: 0.95rem;
}

.excerpt {
    margin-top: 0.4rem;
    color: #374151;
    line-height: 1.65;
    max-width: 70ch;
}

@media (max-width: 640px) {
    .entry-title {
        font-size: 1.1rem;
    }
}

.season-sidebar .production-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.season-sidebar .production a {
    padding: 1rem;
}

.season-sidebar .production h3 {
    font-size: 1.05rem;
    line-height: 1.25;
}

.season-sidebar .production p {
    font-size: 0.75rem;
    margin-top: 0.4rem;
}

.season-sidebar .production span {
    margin-top: 0.75rem;
    padding: 0.35rem 0.75rem;
    font-size: 0.8rem;
}

.post-featured-image {
    display: block;
    width: 100%;
    height: 220px;
    object-fit: cover;
}

@media (min-width: 768px) {
    .post-featured-image {
        width: 320px;
        height: 364px;
        flex-shrink: 0;
    }
}

/* Minimal typographic rules for `.prose` content (Editor.js output on pages
   and posts) since the Tailwind build in use here doesn't include the
   Typography plugin. */
.prose h2 {
    margin-top: 2rem;
    margin-bottom: 0.75rem;
    font-size: 1.5rem;
    font-weight: 700;
    color: #111827;
}

.prose h2:first-child {
    margin-top: 0;
}

.prose p {
    margin-top: 1rem;
    line-height: 1.7;
}

.prose p:first-child {
    margin-top: 0;
}

.prose ul,
.prose ol {
    margin-top: 1rem;
    margin-bottom: 1rem;
    padding-left: 1.5rem;
}

.prose ul {
    list-style: disc;
}

.prose ol {
    list-style: decimal;
}

.prose li {
    margin-top: 0.25rem;
}
