.farm-live-hub,
.farm-live-single {
    --farm-live-primary: #7a183d;
    --farm-live-accent: #d6a545;
    --farm-live-ink: #241f22;
    --farm-live-muted: #6e646a;
    --farm-live-bg: #f8f5f6;
    --farm-live-card: #ffffff;
    font-family: inherit;
    color: var(--farm-live-ink);
}

.farm-live-hub * ,
.farm-live-single * { box-sizing: border-box; }

.farm-live-hero {
    position: relative;
    overflow: hidden;
    padding: clamp(30px, 5vw, 64px);
    margin: 0 0 34px;
    border-radius: 24px;
    color: #fff;
    background:
        radial-gradient(circle at 88% 10%, rgba(214,165,69,.42), transparent 34%),
        linear-gradient(135deg, #4e0d27 0%, var(--farm-live-primary) 55%, #991e4c 100%);
    box-shadow: 0 24px 55px rgba(64, 11, 33, .24);
}

.farm-live-hero::after {
    content: "LIVE";
    position: absolute;
    right: -18px;
    bottom: -42px;
    font-size: clamp(90px, 18vw, 220px);
    font-weight: 900;
    line-height: 1;
    letter-spacing: -.08em;
    color: rgba(255,255,255,.055);
    pointer-events: none;
}

.farm-live-hero-kicker {
    position: relative;
    z-index: 1;
    display: inline-flex;
    padding: 7px 12px;
    margin-bottom: 13px;
    border: 1px solid rgba(255,255,255,.26);
    border-radius: 999px;
    background: rgba(255,255,255,.1);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .09em;
    text-transform: uppercase;
}

.farm-live-hero h1 {
    position: relative;
    z-index: 1;
    margin: 0;
    max-width: 900px;
    color: #fff;
    font-size: clamp(34px, 6vw, 72px);
    line-height: .98;
    letter-spacing: -.04em;
}

.farm-live-hero h1 span {
    display: block;
    margin-top: 10px;
    color: #f1d999;
    font-size: .48em;
    line-height: 1.15;
    letter-spacing: -.02em;
}

.farm-live-hero-intro {
    position: relative;
    z-index: 1;
    max-width: 780px;
    margin-top: 24px;
    padding-left: 18px;
    border-left: 3px solid var(--farm-live-accent);
}

.farm-live-hero-intro p {
    margin: 4px 0;
    color: rgba(255,255,255,.88);
    font-size: 15px;
    line-height: 1.65;
}

.farm-live-player-card {
    overflow: hidden;
    border: 1px solid rgba(79, 35, 53, .1);
    border-radius: 22px;
    background: var(--farm-live-card);
    box-shadow: 0 20px 50px rgba(45, 21, 30, .14);
}

.farm-live-player-topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    min-height: 52px;
    padding: 10px 18px;
    color: #fff;
    background: #181316;
}

.farm-live-status {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    width: max-content;
    padding: 6px 10px;
    border-radius: 999px;
    color: #fff;
    background: #5e5760;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .03em;
    text-transform: uppercase;
}

.farm-live-status small { font-size: inherit; font-weight: inherit; }
.farm-live-status--live { background: #d71939; }
.farm-live-status--upcoming { background: #93650a; }
.farm-live-status--replay { background: #514650; }

.farm-live-pulse {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0 0 0 rgba(255,255,255,.7);
    animation: farm-live-pulse 1.7s infinite;
}

@keyframes farm-live-pulse {
    0% { box-shadow: 0 0 0 0 rgba(255,255,255,.7); }
    70% { box-shadow: 0 0 0 8px rgba(255,255,255,0); }
    100% { box-shadow: 0 0 0 0 rgba(255,255,255,0); }
}

.farm-live-date {
    color: inherit;
    font-size: 13px;
    opacity: .82;
}

.farm-live-video-wrap {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    background: #090708;
}

.farm-live-video-wrap iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.farm-live-player-body { padding: clamp(20px, 3vw, 32px); }

.farm-live-player-heading {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 22px;
}

.farm-live-player-heading h2 {
    margin: 7px 0 0;
    color: var(--farm-live-ink);
    font-size: clamp(23px, 3vw, 36px);
    line-height: 1.15;
    letter-spacing: -.025em;
}

.farm-live-topic {
    display: inline-block;
    color: var(--farm-live-primary);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .07em;
    text-transform: uppercase;
}

.farm-live-facebook-button,
.farm-live-card-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    border-radius: 12px;
    text-decoration: none !important;
    font-weight: 800;
    transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}

.farm-live-facebook-button {
    flex: 0 0 auto;
    padding: 12px 16px;
    color: #fff !important;
    background: #1877f2;
    box-shadow: 0 8px 18px rgba(24,119,242,.23);
    font-size: 13px;
}

.farm-live-facebook-button span {
    display: grid;
    place-items: center;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    color: #1877f2;
    background: #fff;
    font-family: Arial, sans-serif;
    font-weight: 900;
}

.farm-live-facebook-button:hover,
.farm-live-card-button:hover { transform: translateY(-2px); }

.farm-live-speaker {
    margin: 18px 0 0;
    padding-top: 16px;
    border-top: 1px solid #eee7ea;
    color: var(--farm-live-muted);
    font-size: 14px;
}

.farm-live-section-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    margin: 40px 0 18px;
}

.farm-live-section-heading span {
    color: var(--farm-live-primary);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.farm-live-section-heading h2 {
    margin: 4px 0 0;
    font-size: clamp(23px, 3vw, 34px);
    line-height: 1.15;
}

.farm-live-grid {
    display: grid;
    grid-template-columns: repeat(var(--farm-live-columns, 3), minmax(0, 1fr));
    gap: 22px;
}

.farm-live-card {
    overflow: hidden;
    border: 1px solid rgba(79, 35, 53, .1);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 12px 32px rgba(44, 24, 32, .09);
    transition: transform .2s ease, box-shadow .2s ease;
}

.farm-live-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 42px rgba(44, 24, 32, .14);
}

.farm-live-card-media {
    position: relative;
    display: block;
    overflow: hidden;
    aspect-ratio: 16 / 9;
    background: #2b1420;
}

.farm-live-card-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .4s ease;
}

.farm-live-card:hover .farm-live-card-media img { transform: scale(1.04); }

.farm-live-card-placeholder {
    display: grid;
    place-content: center;
    width: 100%;
    height: 100%;
    color: #fff;
    text-align: center;
    background:
        radial-gradient(circle at 70% 15%, rgba(214,165,69,.45), transparent 28%),
        linear-gradient(135deg, #4f0e28, var(--farm-live-primary));
}

.farm-live-card-placeholder span { display: block; font-size: 28px; font-weight: 900; letter-spacing: .08em; }
.farm-live-card-placeholder .farm-live-placeholder-mark { color: #f0d58f; font-size: 18px; }

.farm-live-card-play {
    position: absolute;
    top: 50%;
    left: 50%;
    display: grid;
    place-items: center;
    width: 52px;
    height: 52px;
    padding-left: 3px;
    border: 2px solid rgba(255,255,255,.7);
    border-radius: 50%;
    color: var(--farm-live-primary);
    background: rgba(255,255,255,.94);
    box-shadow: 0 10px 25px rgba(0,0,0,.2);
    transform: translate(-50%, -50%);
}

.farm-live-card-media .farm-live-status {
    position: absolute;
    top: 12px;
    left: 12px;
}

.farm-live-card-body { padding: 19px; }

.farm-live-card h3 {
    margin: 7px 0 10px;
    font-size: 19px;
    line-height: 1.3;
}

.farm-live-card h3 a { color: var(--farm-live-ink); text-decoration: none; }
.farm-live-card .farm-live-date { margin: 0 0 16px; color: var(--farm-live-muted); }

.farm-live-card-button {
    padding: 10px 13px;
    color: var(--farm-live-primary) !important;
    background: #f8eef2;
    font-size: 13px;
}

.farm-live-no-results,
.farm-live-empty {
    display: grid;
    place-items: center;
    min-height: 240px;
    padding: 35px;
    border: 1px dashed rgba(122,24,61,.28);
    border-radius: 20px;
    text-align: center;
    background: #fff9fb;
}

.farm-live-no-results h2 { margin: 10px 0 6px; }
.farm-live-no-results p { margin: 0; color: var(--farm-live-muted); }
.farm-live-empty span { display: block; margin-top: 6px; color: var(--farm-live-muted); }

.farm-live-single-description {
    margin-top: 28px;
    padding: clamp(22px, 4vw, 36px);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 12px 32px rgba(44,24,32,.08);
}

.farm-live-single-description h3 { margin-top: 0; }
.farm-live-back-link { display: inline-block; margin-top: 24px; color: var(--farm-live-primary); font-weight: 800; text-decoration: none; }

@media (max-width: 900px) {
    .farm-live-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .farm-live-player-heading { flex-direction: column; }
    .farm-live-facebook-button { width: 100%; }
}

@media (max-width: 600px) {
    .farm-live-hero { border-radius: 18px; padding: 28px 22px; }
    .farm-live-grid { grid-template-columns: 1fr; }
    .farm-live-player-card { border-radius: 16px; }
    .farm-live-player-topbar { align-items: flex-start; flex-direction: column; gap: 8px; }
    .farm-live-player-heading h2 { font-size: 24px; }
}
