:root {
    --forest:   #1a2e1a;
    --moss:     #2d4a2d;
    --fern:     #3d6b3d;
    --leaf:     #5a8a3a;
    --sage:     #8ab87a;
    --cream:    #f5f0e8;
    --bark:     #7a5c3a;
    --amber:    #d4a035;
    --sky:      #a8c8e8;
    --red:      #c0392b;
}

* { box-sizing: border-box; }

body {
    font-family: 'Lato', sans-serif;
    background-color: var(--cream);
    color: var(--forest);
    overflow-x: hidden;
}

/* ── NAVBAR ── */
.navbar {
    background: var(--forest);
    border-bottom: 3px solid var(--amber);
    padding: 0.75rem 0;
}
.navbar-brand {
    font-family: 'Playfair Display', serif;
    font-size: 1.8rem;
    color: var(--cream) !important;
    letter-spacing: 0.02em;
}
.navbar-brand span {
    color: var(--amber);
}
.navbar-brand small {
    display: block;
    font-family: 'Lato', sans-serif;
    font-size: 0.65rem;
    font-weight: 300;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--sage);
    margin-top: -4px;
}
.nav-link {
    color: var(--sage) !important;
    font-size: 0.85rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-weight: 700;
    padding: 0.5rem 1rem !important;
    transition: color .2s;
}
.nav-link:hover, .nav-link.active {
    color: var(--amber) !important;
}
.navbar-toggler { border-color: var(--sage); }
.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28138,184,122,.8%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* ── HERO ── */
.hero {
    background: linear-gradient(160deg, var(--forest) 0%, var(--moss) 50%, #1a3522 100%);
    padding: 4rem 0 3rem;
    position: relative;
    overflow: hidden;
}
.hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
    radial-gradient(ellipse 600px 300px at 80% 50%, rgba(90,138,58,.15) 0%, transparent 70%),
    url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%235a8a3a' fill-opacity='0.04'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    pointer-events: none;
}
.hero-eyebrow {
    font-size: 0.72rem;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: var(--amber);
    font-weight: 700;
    margin-bottom: .5rem;
}
.hero h1 {
    font-family: 'Playfair Display', serif;
    font-size: clamp(2.2rem, 5vw, 3.8rem);
    color: var(--cream);
    line-height: 1.15;
    margin-bottom: 1rem;
}
.hero h1 em {
    color: var(--sage);
    font-style: italic;
}
.hero p {
    color: #aac9aa;
    font-weight: 300;
    font-size: 1.05rem;
    max-width: 480px;
    line-height: 1.7;
}
.live-badge {
    display: inline-flex;
    align-items: center;
    gap: .45rem;
    background: var(--red);
    color: #fff;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    padding: .3rem .75rem;
    border-radius: 2px;
}
.live-dot {
    width: 8px; height: 8px;
    background: #fff;
    border-radius: 50%;
    animation: pulse 1.4s infinite;
}
@keyframes pulse {
    0%,100% { opacity: 1; transform: scale(1); }
    50%      { opacity: .5; transform: scale(1.3); }
}

/* ── LIVE STREAM EMBED ── */
.stream-section { background: #0f1f0f; padding: 2.5rem 0; }
.stream-title {
    font-family: 'Playfair Display', serif;
    color: var(--cream);
    font-size: 1.6rem;
    margin-bottom: .25rem;
}
.stream-sub { color: var(--sage); font-size: .85rem; letter-spacing: .08em; text-transform: uppercase; }

.stream-frame {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    border-radius: 6px;
    border: 2px solid var(--fern);
    box-shadow: 0 8px 40px rgba(0,0,0,.6);
}
.stream-frame iframe {
    position: absolute;
    inset: 0;
    width: 100%; height: 100%;
}
.stream-placeholder {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #0d1a0d, #1a2e1a);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    color: var(--sage);
}
.stream-placeholder i { font-size: 4rem; color: var(--fern); }
.stream-placeholder p { font-size: .9rem; letter-spacing: .05em; margin: 0; }

/* stream info sidebar */
.stream-info-card {
    background: var(--moss);
    border-left: 4px solid var(--amber);
    border-radius: 4px;
    padding: 1.25rem 1.5rem;
}
.stream-info-card h6 {
    font-family: 'Playfair Display', serif;
    color: var(--cream);
    font-size: 1.05rem;
    margin-bottom: .75rem;
}
.info-row {
    display: flex;
    align-items: center;
    gap: .6rem;
    color: #aac9aa;
    font-size: .85rem;
    margin-bottom: .5rem;
}
.info-row i { color: var(--amber); width: 16px; }

.stat-box {
    background: rgba(255,255,255,.05);
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 4px;
    padding: .75rem 1rem;
    text-align: center;
    color: var(--cream);
}
.stat-box .stat-val {
    font-family: 'Playfair Display', serif;
    font-size: 1.6rem;
    color: var(--amber);
    line-height: 1;
}
.stat-box .stat-lbl { font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; color: var(--sage); }

/* ── SECTION TITLES ── */
.section-label {
    font-size: .72rem;
    letter-spacing: .22em;
    text-transform: uppercase;
    color: var(--bark);
    font-weight: 700;
}
.section-title {
    font-family: 'Playfair Display', serif;
    font-size: clamp(1.6rem, 3vw, 2.2rem);
    color: var(--forest);
    margin-bottom: 0;
}
.title-rule {
    width: 50px; height: 3px;
    background: var(--amber);
    margin: .75rem 0 2rem;
}

/* ── HIGHLIGHTS ── */
.highlights { padding: 4rem 0; background: var(--cream); }
.clip-card {
    background: #fff;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(26,46,26,.08);
    transition: transform .2s, box-shadow .2s;
}
.clip-card:hover { transform: translateY(-4px); box-shadow: 0 8px 28px rgba(26,46,26,.15); }

.clip-thumb {
    position: relative;
    padding-bottom: 56.25%;
    background: linear-gradient(135deg, var(--moss), var(--fern));
}
.clip-thumb img {
    position: absolute;
    inset: 0;
    width: 100%; height: 100%;
    object-fit: cover;
}
.clip-thumb-placeholder {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: .5rem;
    color: var(--sage);
}
.clip-thumb-placeholder i { font-size: 2.5rem; }
.clip-thumb-placeholder span { font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; }

.play-btn {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,.3);
    opacity: 0;
    transition: opacity .2s;
}
.clip-card:hover .play-btn { opacity: 1; }
.play-btn i { font-size: 3rem; color: #fff; filter: drop-shadow(0 2px 6px rgba(0,0,0,.5)); }

.clip-duration {
    position: absolute;
    bottom: .5rem; right: .5rem;
    background: rgba(0,0,0,.7);
    color: #fff;
    font-size: .72rem;
    font-weight: 700;
    padding: .15rem .4rem;
    border-radius: 2px;
}
.clip-category {
    position: absolute;
    top: .5rem; left: .5rem;
    background: var(--amber);
    color: var(--forest);
    font-size: .65rem;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    padding: .15rem .5rem;
    border-radius: 2px;
}

.clip-body { padding: 1rem 1.25rem 1.25rem; }
.clip-body h6 {
    font-family: 'Playfair Display', serif;
    font-size: 1rem;
    color: var(--forest);
    margin-bottom: .35rem;
}
.clip-meta { font-size: .78rem; color: #888; display: flex; gap: .75rem; }
.clip-meta i { color: var(--leaf); }

/* ── SCHEDULE ── */
.schedule { background: #f0ebe0; padding: 4rem 0; }
.schedule-table { background: #fff; border-radius: 6px; overflow: hidden; box-shadow: 0 2px 12px rgba(26,46,26,.07); }
.schedule-table table { margin: 0; }
.schedule-table thead th {
    background: var(--forest);
    color: var(--cream);
    font-size: .72rem;
    letter-spacing: .12em;
    text-transform: uppercase;
    padding: .9rem 1.25rem;
    border: none;
    font-weight: 700;
}
.schedule-table tbody td { padding: .85rem 1.25rem; font-size: .9rem; vertical-align: middle; border-color: #f0ebe0; }
.schedule-table tbody tr:hover td { background: #faf7f2; }
.event-dot {
    width: 10px; height: 10px;
    border-radius: 50%;
    display: inline-block;
    margin-right: .4rem;
}
.badge-season {
    font-size: .68rem;
    letter-spacing: .06em;
    padding: .25rem .6rem;
    border-radius: 2px;
    font-weight: 700;
}

/* ── ABOUT ── */
.about { padding: 4rem 0; background: var(--cream); }
.about-box {
    background: var(--forest);
    border-radius: 6px;
    padding: 2.5rem;
    color: var(--cream);
    position: relative;
    overflow: hidden;
}
.about-box::after {
    content: '🐦';
    position: absolute;
    right: 2rem; bottom: 1rem;
    font-size: 6rem;
    opacity: .08;
    line-height: 1;
}
.about-box h3 {
    font-family: 'Playfair Display', serif;
    font-size: 1.6rem;
    color: var(--cream);
    margin-bottom: 1rem;
}
.about-box p { color: #aac9aa; font-weight: 300; line-height: 1.8; font-size: .95rem; }

.feature-item {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
    margin-bottom: 1.5rem;
}
.feature-icon {
    width: 44px; height: 44px;
    border-radius: 50%;
    background: var(--moss);
    border: 1px solid var(--fern);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 1.2rem;
    color: var(--amber);
}
.feature-text h6 {
    font-family: 'Playfair Display', serif;
    color: var(--forest);
    margin-bottom: .2rem;
    font-size: 1rem;
}
.feature-text p { font-size: .85rem; color: #666; margin: 0; line-height: 1.6; }

/* ── NEWSLETTER ── */
.newsletter {
    background: var(--forest);
    padding: 3.5rem 0;
    border-top: 3px solid var(--amber);
}
.newsletter h3 {
    font-family: 'Playfair Display', serif;
    color: var(--cream);
    font-size: 1.8rem;
}
.newsletter p { color: var(--sage); font-weight: 300; }
.newsletter .form-control {
    background: var(--moss);
    border: 1px solid var(--fern);
    color: var(--cream);
    border-radius: 3px 0 0 3px;
    font-size: .9rem;
}
.newsletter .form-control::placeholder { color: #6a9a6a; }
.newsletter .form-control:focus { background: var(--moss); color: var(--cream); box-shadow: none; border-color: var(--amber); }
.newsletter .btn-amber {
    background: var(--amber);
    color: var(--forest);
    font-weight: 700;
    font-size: .85rem;
    letter-spacing: .08em;
    text-transform: uppercase;
    border: none;
    border-radius: 0 3px 3px 0;
    padding: .5rem 1.25rem;
}
.newsletter .btn-amber:hover { background: #e0b040; }

/* ── FOOTER ── */
footer {
    background: #0f1f0f;
    color: #6a9a6a;
    font-size: .82rem;
    padding: 2.5rem 0 1.5rem;
}
footer h6 {
    font-family: 'Playfair Display', serif;
    color: var(--cream);
    font-size: .95rem;
    margin-bottom: .85rem;
}
footer a { color: #6a9a6a; text-decoration: none; transition: color .2s; }
footer a:hover { color: var(--amber); }
.footer-links li { margin-bottom: .35rem; }
.footer-social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px; height: 34px;
    border-radius: 50%;
    border: 1px solid var(--fern);
    color: var(--sage);
    font-size: 1rem;
    margin-right: .4rem;
    transition: all .2s;
}
.footer-social a:hover { background: var(--amber); border-color: var(--amber); color: var(--forest); }
.footer-divider { border-color: var(--fern); opacity: .3; margin: 1.5rem 0 1rem; }
.footer-bottom { font-size: .76rem; color: #3d6b3d; }

/* ── BACK TO TOP ── */
#backToTop {
    position: fixed;
    bottom: 1.5rem; right: 1.5rem;
    width: 42px; height: 42px;
    background: var(--amber);
    color: var(--forest);
    border: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    box-shadow: 0 4px 14px rgba(0,0,0,.3);
    opacity: 0;
    pointer-events: none;
    transition: opacity .3s;
    z-index: 999;
}
#backToTop.show { opacity: 1; pointer-events: all; }
#backToTop:hover { background: #e0b040; }