.al-watch-shell {
    background: #f7f9fc;
    color: #191c1e;
}

.al-watch-hero {
    max-width: 56rem;
    margin: 0 auto;
    text-align: center;
    padding: 4rem 1rem 2rem;
}

@media (min-width: 768px) {
    .al-watch-hero {
        padding: 6rem 1.5rem 2rem;
    }
}

.al-watch-eyebrow {
    display: block;
    margin-bottom: 0.5rem;
    color: #a83900;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.al-watch-heading {
    margin-bottom: 1.5rem;
    color: #0b162c;
    font-family: "Newsreader", Georgia, serif;
    font-size: 2.25rem;
    font-weight: 600;
    line-height: 1.2;
}

.al-watch-hero-video {
    width: min(64rem, 100%);
    margin: 0 auto 2rem;
    padding: 0;
}

.al-watch-hero-video.al-watch-video-section {
    max-width: none;
}

@media (min-width: 768px) {
    .al-watch-heading {
        font-size: 3.5rem;
        line-height: 1.1;
    }
}

.al-watch-supporting-headline {
    margin-top: 0.5rem;
    margin-bottom: 1.5rem;
    color: #45464d;
    font-family: "Newsreader", Georgia, serif;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.4;
}

.al-watch-intro-copy {
    max-width: 48rem;
    margin: 0 auto;
    color: #45464d;
    font-size: 1.125rem;
    line-height: 1.6;
}

.al-watch-intro-copy p {
    margin-bottom: 1rem;
}

.al-watch-video-section {
    max-width: 64rem;
    margin: 0 auto;
    padding: 0 1rem 2rem;
}

@media (min-width: 768px) {
    .al-watch-video-section {
        padding: 0 1.5rem 2rem;
    }
}

.al-watch-video-wrap {
    position: relative;
    overflow: hidden;
    border-radius: 0.5rem;
    background: #000;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    aspect-ratio: 16 / 9;
}

.al-watch-poster-slot-target {
    position: relative;
    width: 100%;
    height: 100%;
}

.al-watch-poster-slot-target > .eald-slot-marker,
.al-watch-video-slot-target > .eald-slot-marker,
.al-watch-video-controls-slot > .eald-slot-marker {
    position: absolute;
    left: 0.65rem;
    z-index: 6;
    margin: 0;
    pointer-events: none;
}

.al-watch-poster-slot-target > .eald-slot-marker {
    top: 0.65rem;
}

.al-watch-video-controls-slot > .eald-slot-marker {
    top: auto;
    bottom: 0.35rem;
}

body.page-asset-visual-editor-embed .al-watch-poster-slot-target .eald-journey-starters-player-frame > video,
body.page-asset-visual-editor-embed .al-watch-poster-slot-target .eald-journey-starters-player-frame > .eald-journey-starters-play-overlay {
    pointer-events: none;
}

body.page-asset-visual-editor-embed .al-watch-poster-slot-target .al-watch-video-controls-slot {
    pointer-events: auto;
}

.al-watch-video-slot-target {
    position: relative;
    width: 100%;
    height: 100%;
    min-width: 0;
}

.al-watch-video-player {
    position: relative;
    width: 100%;
    height: 100%;
}

.al-watch-video-wrap .eald-journey-starters-player {
    width: 100%;
    height: 100%;
    min-height: 0;
}

.al-watch-video-wrap .eald-journey-starters-player-frame {
    position: relative;
    width: 100%;
    height: 100%;
    aspect-ratio: auto;
    overflow: hidden;
    border-radius: 0;
    background: #111827;
}

.al-watch-video-wrap .eald-journey-starters-player-frame video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center center;
    background: #000;
}

.al-watch-video-wrap .eald-journey-starters-play-overlay {
    position: absolute;
    inset: 0;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    border: none;
    background: transparent;
    cursor: pointer;
    transition: opacity 0.2s ease-in-out;
}

.al-watch-video-wrap .eald-journey-starters-play-overlay:focus-visible {
    outline: none;
}

.al-watch-video-wrap .eald-journey-starters-play-overlay:focus-visible .eald-journey-starters-poster-play-badge {
    outline: 2px solid #1c5d99;
    outline-offset: 2px;
}

.al-watch-video-wrap .eald-journey-starters-player--playing .eald-journey-starters-play-overlay {
    opacity: 0;
    pointer-events: none;
}

.al-watch-video-wrap .eald-journey-starters-poster-play-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.75rem;
    height: 2.75rem;
    border-radius: 9999px;
    background: rgba(28, 93, 153, 0.62);
    color: #ffffff;
    font-size: 1.1rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
}

.al-watch-video-wrap .eald-journey-starters-player .custom-video-controls {
    z-index: 6;
}

.al-watch-video-wrap .eald-journey-starters-player.custom-video-player--overlay-controls .custom-video-controls {
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    margin: 0;
    padding: 0.35rem 0.4rem;
    gap: 0.25rem;
    border-radius: 0 0 0.5rem 0.5rem;
    flex-wrap: nowrap;
}

.al-watch-video-wrap .eald-journey-starters-player .custom-video-controls .cvp-btn {
    flex: 0 0 auto;
    padding: 0.2rem 0.25rem;
}

.al-watch-video-wrap .eald-journey-starters-player .custom-video-controls .cvp-time {
    min-width: 2.1rem;
    font-size: 0.72rem;
    flex: 0 0 auto;
}

.al-watch-video-wrap .eald-journey-starters-player .custom-video-controls .cvp-duration {
    display: none;
}

.al-watch-video-wrap .eald-journey-starters-player .custom-video-controls .cvp-seek {
    flex: 1 1 0;
    min-width: 0;
    width: auto;
}

.al-watch-video-wrap .eald-journey-starters-volume-group {
    display: inline-flex;
    align-items: center;
    gap: 0.2rem;
    flex: 0 0 auto;
}

.al-watch-video-wrap .eald-journey-starters-volume-group .cvp-volume {
    display: block;
    width: 3.25rem;
    min-width: 3.25rem;
    flex: 0 0 auto;
    margin: 0;
}

.al-watch-video-wrap .eald-journey-starters-player .custom-video-controls .cvp-fullscreen {
    display: inline-flex !important;
}

.al-watch-video-wrap .eald-journey-starters-player .custom-video-controls .cvp-overflow-menu {
    display: none !important;
}

.al-watch-duration-badge {
    position: absolute;
    right: 1rem;
    bottom: 1rem;
    z-index: 3;
    padding: 0.375rem 0.75rem;
    border-radius: 0.25rem;
    background: rgba(11, 22, 44, 0.8);
    color: #fff;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    transition: opacity 0.2s ease-in-out;
    pointer-events: none;
}

.al-watch-video-wrap:has(.eald-journey-starters-player--playing) .al-watch-duration-badge {
    opacity: 0;
}

.al-watch-missing-video {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100%;
    padding: 2rem;
    color: #45464d;
    text-align: center;
}

.al-watch-detail-section {
    max-width: 80rem;
    margin: 0 auto;
    padding: 2rem 1rem 4rem;
}

@media (min-width: 768px) {
    .al-watch-detail-section {
        padding: 2rem 1.5rem 4rem;
    }
}

.al-watch-detail-grid {
    display: grid;
    gap: 2rem;
}

@media (min-width: 992px) {
    .al-watch-detail-grid {
        grid-template-columns: minmax(0, 2fr) minmax(18rem, 1fr);
        gap: 2rem;
        align-items: start;
    }
}

@media (max-width: 991px) {
    .al-watch-detail-grid > aside.al-watch-sidebar-card {
        display: none;
    }
}

.al-watch-main-column h2 {
    margin-bottom: 1rem;
    color: #0b162c;
    font-family: "Newsreader", Georgia, serif;
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 1.2;
}

.al-watch-main-column .al-watch-subhead {
    margin-bottom: 2rem;
    color: #45464d;
    font-family: "Newsreader", Georgia, serif;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.4;
}

.al-watch-body-copy {
    color: #191c1e;
    font-size: 1rem;
    line-height: 1.6;
}

.al-watch-body-copy p {
    margin-bottom: 1.5rem;
}

.al-watch-primary-cta-inline {
    display: none;
    margin: 2rem 0;
}

@media (max-width: 991px) {
    .al-watch-primary-cta-inline {
        display: block;
    }
}

.al-watch-sidebar-card {
    padding: 2rem;
    border: 1px solid rgba(11, 22, 44, 0.1);
    border-radius: 0.5rem;
    background: #fff;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

@media (min-width: 992px) {
    .al-watch-sidebar-card {
        position: sticky;
        top: 7rem;
    }
}

.al-watch-sidebar-eyebrow {
    display: block;
    margin-bottom: 0.5rem;
    color: rgba(11, 22, 44, 0.6);
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.al-watch-sidebar-heading {
    margin-bottom: 1rem;
    color: #0b162c;
    font-family: "Newsreader", Georgia, serif;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.4;
}

.al-watch-sidebar-intro {
    margin-bottom: 2rem;
    color: #45464d;
    font-size: 1rem;
    line-height: 1.6;
}

.al-watch-primary-button {
    display: block;
    width: 100%;
    margin-bottom: 1rem;
    padding: 1rem 1.5rem;
    border: 0;
    border-radius: 0.25rem;
    background: #a83900;
    color: #fff;
    font-size: 0.875rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    text-align: center;
    text-decoration: none;
    transition: background-color 0.2s ease;
}

.al-watch-primary-button:hover,
.al-watch-primary-button:focus {
    background: #fd763f;
    color: #fff;
}

.al-watch-primary-meta {
    color: rgba(69, 70, 77, 0.7);
    font-size: 0.75rem;
    letter-spacing: 0.08em;
    text-align: center;
    text-transform: uppercase;
}

.al-watch-lived-band {
    margin-top: 3rem;
    padding: 2rem;
    border: 1px solid rgba(11, 22, 44, 0.1);
    border-left: 4px solid #a83900;
    border-radius: 0.5rem;
    background: #f4f6f9;
}

.al-watch-lived-band-eyebrow {
    display: block;
    margin-bottom: 0.5rem;
    color: #a83900;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.al-watch-lived-band h3 {
    margin-bottom: 1rem;
    color: #0b162c;
    font-family: "Newsreader", Georgia, serif;
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.3;
}

.al-watch-lived-band-copy {
    color: #45464d;
    font-size: 1rem;
    line-height: 1.6;
}

.al-watch-continue-section {
    max-width: 64rem;
    margin: 0 auto;
    padding: 4rem 1rem;
    border-top: 1px solid rgba(11, 22, 44, 0.1);
}

@media (min-width: 768px) {
    .al-watch-continue-section {
        padding: 7.5rem 1.5rem;
    }
}

.al-watch-continue-heading {
    margin-bottom: 1rem;
    color: #0b162c;
    font-family: "Newsreader", Georgia, serif;
    font-size: 2rem;
    font-weight: 500;
    text-align: center;
}

.al-watch-continue-intro {
    max-width: 42rem;
    margin: 0 auto 3rem;
    color: #45464d;
    font-size: 1.125rem;
    line-height: 1.6;
    text-align: center;
}

.al-watch-pathway-grid {
    display: grid;
    gap: 2rem;
}

@media (min-width: 768px) {
    .al-watch-pathway-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

.al-watch-pathway-card {
    display: block;
    padding: 2rem;
    border: 1px solid rgba(11, 22, 44, 0.1);
    border-radius: 0.5rem;
    background: #fff;
    color: inherit;
    text-decoration: none;
    transition: border-color 0.2s ease;
}

.al-watch-pathway-card:hover,
.al-watch-pathway-card:focus {
    border-color: rgba(168, 57, 0, 0.5);
    color: inherit;
    text-decoration: none;
}

.al-watch-pathway-card-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 1rem;
}

.al-watch-pathway-icon {
    color: #4aa1e4;
    font-size: 1.75rem;
}

.al-watch-pathway-arrow {
    color: rgba(11, 22, 44, 0.2);
    font-size: 1.5rem;
    transition: color 0.2s ease;
}

.al-watch-pathway-card:hover .al-watch-pathway-arrow,
.al-watch-pathway-card:focus .al-watch-pathway-arrow {
    color: #a83900;
}

.al-watch-pathway-card h3 {
    margin-bottom: 0.5rem;
    color: #0b162c;
    font-family: "Newsreader", Georgia, serif;
    font-size: 1.5rem;
    font-weight: 500;
}

.al-watch-pathway-card p {
    margin-bottom: 0;
    color: #45464d;
    font-size: 1rem;
    line-height: 1.6;
}

.al-watch-transcript-section {
    max-width: 48rem;
    margin: 0 auto;
    padding: 0 1rem 4rem;
}

@media (min-width: 768px) {
    .al-watch-transcript-section {
        padding: 0 1.5rem 5rem;
    }
}

.al-watch-transcript-details {
    border: 1px solid rgba(11, 22, 44, 0.1);
    border-radius: 0.5rem;
    background: #fff;
}

.al-watch-transcript-summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    padding: 0.875rem 1rem;
    list-style: none;
    cursor: pointer;
}

.al-watch-transcript-summary:focus {
    outline: none;
}

.al-watch-transcript-summary:focus-visible {
    outline: 2px solid #a83900;
    outline-offset: 2px;
}

.al-watch-transcript-summary::-webkit-details-marker {
    display: none;
}

.al-watch-transcript-summary-label {
    color: #0b162c;
    font-family: Manrope, "Open Sans", system-ui, sans-serif;
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.35;
}

.al-watch-transcript-chevron {
    flex-shrink: 0;
    color: #a83900;
    font-size: 1rem;
    transition: transform 0.2s ease;
}

.al-watch-transcript-details[open] .al-watch-transcript-chevron {
    transform: rotate(180deg);
}

.al-watch-transcript-body {
    padding: 0 1rem 1rem;
    color: #4a5f78;
    font-size: 0.875rem;
    line-height: 1.6;
}

.al-watch-transcript-body p {
    margin-bottom: 0.75rem;
}

.al-watch-hub-link {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    margin-top: 1rem;
    color: #a83900;
    font-weight: 600;
    text-decoration: none;
}

.al-watch-hub-link:hover,
.al-watch-hub-link:focus {
    color: #802a00;
    text-decoration: underline;
}

.al-watch-home-link {
    display: inline-block;
    margin-top: 0.75rem;
    color: #a83900;
    font-weight: 600;
    text-decoration: none;
}

.al-watch-home-link:hover,
.al-watch-home-link:focus {
    color: #802a00;
    text-decoration: underline;
}

/* Dark mode: align with facing / breakthrough_projects marketing pages */
:is([data-theme="dark"], [data-bs-theme="dark"]) .al-watch-shell {
    background: #1f232a;
    color: #e5e7eb;
}

:is([data-theme="dark"], [data-bs-theme="dark"]) .al-watch-heading,
:is([data-theme="dark"], [data-bs-theme="dark"]) .al-watch-main-column h2,
:is([data-theme="dark"], [data-bs-theme="dark"]) .al-watch-lived-band h3,
:is([data-theme="dark"], [data-bs-theme="dark"]) .al-watch-continue-heading,
:is([data-theme="dark"], [data-bs-theme="dark"]) .al-watch-transcript-summary-label,
:is([data-theme="dark"], [data-bs-theme="dark"]) .al-watch-pathway-card h3,
:is([data-theme="dark"], [data-bs-theme="dark"]) .al-watch-sidebar-heading {
    color: #f3f4f6;
}

:is([data-theme="dark"], [data-bs-theme="dark"]) .al-watch-supporting-headline,
:is([data-theme="dark"], [data-bs-theme="dark"]) .al-watch-main-column .al-watch-subhead {
    color: #d1d5db;
}

:is([data-theme="dark"], [data-bs-theme="dark"]) .al-watch-intro-copy,
:is([data-theme="dark"], [data-bs-theme="dark"]) .al-watch-body-copy,
:is([data-theme="dark"], [data-bs-theme="dark"]) .al-watch-transcript-body,
:is([data-theme="dark"], [data-bs-theme="dark"]) .al-watch-lived-band-copy,
:is([data-theme="dark"], [data-bs-theme="dark"]) .al-watch-continue-intro,
:is([data-theme="dark"], [data-bs-theme="dark"]) .al-watch-pathway-card p,
:is([data-theme="dark"], [data-bs-theme="dark"]) .al-watch-sidebar-intro,
:is([data-theme="dark"], [data-bs-theme="dark"]) .al-watch-missing-video {
    color: #d1d5db;
}

:is([data-theme="dark"], [data-bs-theme="dark"]) .al-watch-eyebrow,
:is([data-theme="dark"], [data-bs-theme="dark"]) .al-watch-lived-band-eyebrow {
    color: #fd763f;
}

:is([data-theme="dark"], [data-bs-theme="dark"]) .al-watch-sidebar-eyebrow,
:is([data-theme="dark"], [data-bs-theme="dark"]) .al-watch-primary-meta {
    color: #94a3b8;
}

:is([data-theme="dark"], [data-bs-theme="dark"]) .al-watch-sidebar-card,
:is([data-theme="dark"], [data-bs-theme="dark"]) .al-watch-pathway-card {
    background: rgba(30, 41, 59, 0.55);
    border-color: rgba(148, 163, 184, 0.28);
    box-shadow: none;
}

:is([data-theme="dark"], [data-bs-theme="dark"]) .al-watch-lived-band {
    background: rgba(30, 41, 59, 0.45);
    border-color: rgba(148, 163, 184, 0.28);
    border-left-color: #fd763f;
}

:is([data-theme="dark"], [data-bs-theme="dark"]) .al-watch-continue-section {
    border-top-color: rgba(148, 163, 184, 0.22);
}

:is([data-theme="dark"], [data-bs-theme="dark"]) .al-watch-pathway-card:hover,
:is([data-theme="dark"], [data-bs-theme="dark"]) .al-watch-pathway-card:focus {
    border-color: rgba(253, 118, 63, 0.55);
}

:is([data-theme="dark"], [data-bs-theme="dark"]) .al-watch-pathway-arrow {
    color: rgba(148, 163, 184, 0.45);
}

:is([data-theme="dark"], [data-bs-theme="dark"]) .al-watch-pathway-card:hover .al-watch-pathway-arrow,
:is([data-theme="dark"], [data-bs-theme="dark"]) .al-watch-pathway-card:focus .al-watch-pathway-arrow {
    color: #fd763f;
}

:is([data-theme="dark"], [data-bs-theme="dark"]) .al-watch-pathway-icon {
    color: #7cc4f0;
}

:is([data-theme="dark"], [data-bs-theme="dark"]) .al-watch-hub-link,
:is([data-theme="dark"], [data-bs-theme="dark"]) .al-watch-home-link {
    color: #fd763f;
}

:is([data-theme="dark"], [data-bs-theme="dark"]) .al-watch-hub-link:hover,
:is([data-theme="dark"], [data-bs-theme="dark"]) .al-watch-hub-link:focus,
:is([data-theme="dark"], [data-bs-theme="dark"]) .al-watch-home-link:hover,
:is([data-theme="dark"], [data-bs-theme="dark"]) .al-watch-home-link:focus {
    color: #ffb59a;
}

:is([data-theme="dark"], [data-bs-theme="dark"]) .al-watch-video-wrap {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.35);
}

:is([data-theme="dark"], [data-bs-theme="dark"]) .al-watch-duration-badge {
    background: rgba(15, 23, 42, 0.88);
    color: #f8fafc;
}

:is([data-theme="dark"], [data-bs-theme="dark"]) .al-watch-transcript-details {
    background: rgba(30, 41, 59, 0.55);
    border-color: rgba(148, 163, 184, 0.28);
}

:is([data-theme="dark"], [data-bs-theme="dark"]) .al-watch-transcript-chevron {
    color: #fd763f;
}
