/* ── Seasonality Pages ─────────────────────────────────────────────── */

:root {
    --season-green: #198754;
    --season-green-dark: #0f2318;
    --season-autumn: #b45309;
    --season-summer: #ca8a04;
    --season-spring: #65a30d;
    --season-winter: #0891b2;
}

/* Breadcrumb */
.season-breadcrumb { padding: 1rem 2rem; max-width: 1100px; margin: 0 auto; }
.season-breadcrumb ol { list-style: none; display: flex; flex-wrap: wrap; gap: 0.3rem; padding: 0; margin: 0; font-size: 0.85rem; color: #6b7280; }
.season-breadcrumb li::after { content: "›"; margin-left: 0.4rem; color: #d1d5db; }
.season-breadcrumb li:last-child::after { content: ""; }
.season-breadcrumb a { color: var(--season-green); text-decoration: none; }
.season-breadcrumb a:hover { text-decoration: underline; }

/* Hero */
.season-hero {
    background: linear-gradient(135deg, #1a3a2a 0%, #0f2318 100%);
    color: white;
    padding: 5rem 2rem 4rem;
    text-align: center;
}
.season-hero-inner { max-width: 800px; margin: 0 auto; }
.season-hero-badge {
    display: inline-flex; align-items: center; gap: 0.5rem;
    background: rgba(255,255,255,0.12);
    border: 1px solid rgba(255,255,255,0.22);
    border-radius: 20px;
    padding: 0.35rem 1.05rem;
    font-size: 0.85rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
    color: #a7f3d0;
}
.season-hero h1 {
    font-family: 'DM Serif Display', serif;
    font-size: 2.8rem;
    font-weight: 400;
    line-height: 1.15;
    color: white;
    margin-bottom: 1.25rem;
}
.season-hero-sub {
    font-size: 1.08rem;
    line-height: 1.75;
    color: rgba(255,255,255,0.78);
    max-width: 650px;
    margin: 0 auto;
}

/* Sections */
.season-section { padding: 4rem 2rem; }
.season-section-alt { background: #f9fafb; }
.season-container { max-width: 1100px; margin: 0 auto; }
.season-container-narrow { max-width: 760px; margin: 0 auto; }
.season-section h2 {
    font-family: 'DM Serif Display', serif;
    font-size: 1.8rem;
    font-weight: 400;
    color: #1a1a1a;
    text-align: center;
    margin-bottom: 0.5rem;
}
.season-section-sub {
    text-align: center;
    color: #6b7280;
    font-size: 1rem;
    margin-bottom: 2rem;
}
.season-container-narrow h2 { text-align: left; }
.season-container-narrow h3 {
    font-family: 'DM Serif Display', serif;
    font-size: 1.3rem;
    font-weight: 400;
    margin-top: 2rem;
    margin-bottom: 0.75rem;
}

/* "In Season Now" panel */
.season-now-panel {
    background: white;
    border: 2px solid var(--season-green);
    border-radius: 10px;
    padding: 1.75rem 1.75rem 1.5rem;
    box-shadow: 0 4px 20px rgba(25, 135, 84, 0.08);
}
.season-now-label {
    font-size: 0.85rem;
    font-weight: 700;
    color: var(--season-green);
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 0.75rem;
}
.season-now-crops {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-bottom: 1.25rem;
}
.season-soon-label {
    font-size: 0.85rem;
    font-weight: 700;
    color: #6b7280;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 0.75rem;
}

/* Chips */
.season-chip {
    display: inline-block;
    padding: 0.35rem 0.9rem;
    border-radius: 999px;
    font-size: 0.88rem;
    font-weight: 500;
    background: #f3f4f6;
    color: #374151;
    border: 1px solid #e5e7eb;
}
.season-chip-fruit { background: #fef3c7; color: #78350f; border-color: #fcd34d; }
.season-chip-vegetable { background: #dcfce7; color: #14532d; border-color: #bbf7d0; }
.season-chip-meat { background: #fee2e2; color: #7f1d1d; border-color: #fecaca; }
.season-chip-seafood { background: #dbeafe; color: #1e3a8a; border-color: #bfdbfe; }
.season-chip-soon { background: #ede9fe; color: #5b21b6; border-color: #ddd6fe; }
.season-chip-other { background: #fef3c7; color: #78350f; border-color: #fcd34d; }

/* Calendar grid (12 month cards) */
.season-calendar {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1rem;
}
.season-month-card {
    background: white;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 1.25rem;
}
.season-month-card h3 {
    margin: 0 0 0.75rem;
    font-family: 'DM Serif Display', serif;
    font-size: 1.2rem;
    font-weight: 400;
    color: #1a1a1a;
}
.season-month-current {
    border-color: var(--season-green);
    border-width: 2px;
    box-shadow: 0 2px 12px rgba(25, 135, 84, 0.1);
}
.season-month-current h3 {
    color: var(--season-green);
}
.season-month-crops {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
}

/* Topical article */
.season-topical-article p {
    font-size: 1.02rem;
    line-height: 1.75;
    color: #374151;
    margin-bottom: 1rem;
}
.season-topical-article a {
    color: var(--season-green);
    font-weight: 600;
}

/* FAQ */
.season-faq-item {
    background: white;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    margin-bottom: 0.5rem;
}
.season-faq-item summary {
    cursor: pointer;
    padding: 1rem 1.25rem;
    font-weight: 600;
    list-style: none;
    position: relative;
    padding-right: 3rem;
}
.season-faq-item summary::-webkit-details-marker { display: none; }
.season-faq-item summary::after {
    content: "+";
    position: absolute;
    right: 1.25rem;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.4rem;
    color: var(--season-green);
}
.season-faq-item[open] summary::after { content: "−"; }
.season-faq-answer { padding: 0 1.25rem 1rem; color: #374151; line-height: 1.65; }
.season-faq-answer p { margin: 0; }

/* State grid (index page) */
.season-state-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 0.5rem;
}
.season-state-link {
    display: block;
    padding: 0.7rem 1rem;
    background: white;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    color: #1a1a1a;
    text-decoration: none;
    font-weight: 500;
    transition: border-color 0.15s ease, background 0.15s ease;
}
.season-state-link:hover {
    border-color: var(--season-green);
    background: #f0fdf4;
    text-decoration: none;
}

/* Related articles */
.season-related-articles {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 1rem;
}
.season-related-article {
    display: block;
    background: white;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 1.25rem;
    text-decoration: none;
    color: #1a1a1a;
    transition: border-color 0.15s ease;
}
.season-related-article:hover {
    border-color: var(--season-green);
    text-decoration: none;
    color: #1a1a1a;
}
.season-related-article h3 {
    font-family: 'DM Serif Display', serif;
    font-size: 1.1rem;
    font-weight: 400;
    margin: 0 0 0.5rem;
}
.season-related-article p {
    color: #6b7280;
    font-size: 0.9rem;
    margin: 0;
}

/* Cross links (find local food) */
.season-cross-links {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 0.75rem;
}
.season-cross-link {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.9rem 1.15rem;
    background: white;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    color: #1a1a1a;
    text-decoration: none;
}
.season-cross-link:hover {
    border-color: var(--season-green);
    text-decoration: none;
    color: #1a1a1a;
}
.season-cross-link i {
    color: var(--season-green);
    font-size: 1.1rem;
}

@media (max-width: 680px) {
    .season-hero { padding: 3.5rem 1.5rem 3rem; }
    .season-hero h1 { font-size: 2.1rem; }
    .season-section { padding: 3rem 1.5rem; }
}
