/**
 * Video journal, page ID 17043.
 * Scope all visual rules to this page.
 */

.page-id-17043 article > .flora-page-header,
.page-id-17043 .entry-title,
.page-id-17043 .page-title,
.page-id-17043 h1.title {
    display: none !important;
}

.page-id-17043 .site-content {
    background:
        radial-gradient(circle at 82% 6%, rgba(139, 195, 74, 0.12), transparent 24rem),
        linear-gradient(180deg, #fbfdf9 0, #fff 38rem);
}

.page-id-17043 .entry-content {
    margin-top: 0;
}

.fv-page,
.fv-page * {
    box-sizing: border-box;
}

.fv-page {
    --fv-green: #2e7d32;
    --fv-green-dark: #174c27;
    --fv-green-soft: #edf7ed;
    --fv-lime: #8bc34a;
    --fv-ink: #172018;
    --fv-muted: #607064;
    --fv-line: #dfe9df;
    width: min(100%, 1160px);
    margin: 0 auto;
    padding: clamp(32px, 5vw, 72px) 0 clamp(56px, 7vw, 96px);
    color: var(--fv-ink);
}

.fv-page h1,
.fv-page h2,
.fv-page h3,
.fv-page p,
.fv-page figure {
    margin-top: 0;
}

.fv-page h1,
.fv-page h2,
.fv-page h3 {
    color: var(--fv-ink);
    letter-spacing: -0.025em;
}

.fv-page a {
    text-underline-offset: 0.2em;
}

.fv-intro {
    width: min(100%, 780px);
    margin-bottom: clamp(28px, 4vw, 52px);
}

.fv-kicker,
.fv-meta,
.fv-year {
    margin-bottom: 12px;
    color: var(--fv-green);
    font-size: 12px;
    font-weight: 780;
    letter-spacing: 0.11em;
    line-height: 1.35;
    text-transform: uppercase;
}

.fv-intro h1 {
    max-width: 760px;
    margin-bottom: 14px;
    font-size: clamp(39px, 6.2vw, 72px);
    font-weight: 780;
    line-height: 0.98;
}

.fv-intro h1 span {
    color: var(--fv-green);
}

.fv-intro-lead {
    margin-bottom: 0;
    color: var(--fv-muted);
    font-size: clamp(18px, 2vw, 23px);
    line-height: 1.5;
}

.fv-feature {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 420px);
    align-items: center;
    gap: clamp(36px, 7vw, 92px);
    padding: clamp(28px, 5vw, 64px);
    border: 1px solid rgba(46, 125, 50, 0.12);
    border-radius: 32px;
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(237, 247, 237, 0.92)),
        var(--fv-green-soft);
    box-shadow: 0 30px 80px rgba(23, 76, 39, 0.1);
}

.fv-feature-copy h2 {
    max-width: 620px;
    margin-bottom: 18px;
    font-size: clamp(31px, 4vw, 52px);
    font-weight: 760;
    line-height: 1.04;
}

.fv-feature-copy > p:not(.fv-meta, .fv-route) {
    max-width: 610px;
    margin-bottom: 22px;
    color: #3f5143;
    font-size: clamp(17px, 1.7vw, 20px);
    line-height: 1.66;
}

.fv-route {
    max-width: 560px;
    margin-bottom: 28px;
    color: var(--fv-green-dark);
    font-size: 14px;
    font-weight: 680;
    line-height: 1.8;
}

.fv-route span {
    padding: 0 4px;
    color: var(--fv-lime);
}

.fv-watch-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 48px;
    padding: 11px 20px;
    border: 1px solid rgba(46, 125, 50, 0.22);
    border-radius: 999px;
    background: #fff;
    color: var(--fv-green-dark);
    font-size: 15px;
    font-weight: 750;
    text-decoration: none;
    transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.fv-watch-link:hover {
    border-color: rgba(46, 125, 50, 0.5);
    box-shadow: 0 10px 24px rgba(23, 76, 39, 0.1);
    transform: translateY(-2px);
}

.fv-feature-media {
    width: 100%;
    max-width: 420px;
    justify-self: center;
}

.fv-media {
    width: 100%;
    margin: 0;
    scroll-margin-top: 110px;
}

.fv-player-shell {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(23, 32, 24, 0.12);
    border-radius: 24px;
    background: #0d120e;
    box-shadow: 0 22px 58px rgba(23, 32, 24, 0.2);
    isolation: isolate;
}

.fv-media--portrait .fv-player-shell {
    aspect-ratio: 9 / 16;
}

.fv-media--landscape .fv-player-shell {
    aspect-ratio: 16 / 9;
}

.fv-player {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    background: #0d120e;
    object-fit: contain;
}

.fv-play {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    width: 78px;
    height: 78px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: rgba(12, 24, 15, 0.58);
    color: #fff;
    cursor: pointer;
    transform: translate(-50%, -50%);
    transition: background 180ms ease, opacity 180ms ease, transform 180ms ease;
    -webkit-tap-highlight-color: transparent;
    display: none;
}

.fv-page.is-enhanced .fv-play {
    display: block;
}

.fv-play:hover {
    background: rgba(46, 125, 50, 0.9);
    transform: translate(-50%, -50%) scale(1.06);
}

.fv-play svg {
    display: block;
    width: 100%;
    height: 100%;
}

.fv-play circle {
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
}

.fv-play path {
    fill: currentColor;
}

.fv-play.is-hidden {
    opacity: 0;
    pointer-events: none;
}

.fv-media-caption {
    display: flex;
    gap: 7px;
    justify-content: center;
    margin-top: 11px;
    color: var(--fv-muted);
    font-size: 12px;
    font-weight: 650;
    letter-spacing: 0.04em;
    line-height: 1.4;
    text-transform: uppercase;
}

.fv-summary {
    width: min(100%, 760px);
    margin: clamp(24px, 4vw, 42px) auto clamp(72px, 9vw, 118px);
    padding: 0 20px;
    border-top: 1px solid var(--fv-line);
    border-bottom: 1px solid var(--fv-line);
    color: var(--fv-muted);
}

.fv-summary summary {
    padding: 17px 0;
    color: var(--fv-green-dark);
    font-size: 14px;
    font-weight: 720;
    cursor: pointer;
}

.fv-summary p {
    margin-bottom: 18px;
    font-size: 15px;
    line-height: 1.7;
}

.fv-section-heading {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(280px, 1fr);
    column-gap: clamp(28px, 7vw, 88px);
    align-items: end;
    margin-bottom: clamp(34px, 5vw, 60px);
}

.fv-section-heading .fv-kicker {
    grid-column: 1 / -1;
}

.fv-section-heading h2 {
    margin-bottom: 0;
    font-size: clamp(34px, 4.6vw, 58px);
    font-weight: 760;
    line-height: 1.02;
}

.fv-section-heading > p:last-child {
    margin-bottom: 4px;
    color: var(--fv-muted);
    font-size: 17px;
    line-height: 1.65;
}

.fv-timeline {
    position: relative;
}

.fv-story {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(300px, 520px);
    gap: clamp(34px, 7vw, 86px);
    align-items: center;
    padding: clamp(46px, 7vw, 82px) 0;
    border-top: 1px solid var(--fv-line);
    scroll-margin-top: 110px;
}

.fv-story:first-child {
    border-top-color: rgba(46, 125, 50, 0.36);
}

.fv-story-copy {
    max-width: 510px;
}

.fv-story-copy h3 {
    margin-bottom: 16px;
    font-size: clamp(26px, 3vw, 39px);
    font-weight: 740;
    line-height: 1.1;
}

.fv-story-copy > p:not(.fv-year) {
    margin-bottom: 0;
    color: var(--fv-muted);
    font-size: 17px;
    line-height: 1.68;
}

.fv-story-copy .fv-story-legacy {
    margin-top: 20px;
    padding-left: 18px;
    border-left: 2px solid rgba(46, 125, 50, 0.38);
    color: #3f5143;
}

.fv-story--portrait .fv-media {
    width: min(100%, 340px);
    justify-self: center;
}

.fv-story--landscape .fv-media {
    width: 100%;
}

.fv-story .fv-player-shell {
    border-radius: 20px;
    box-shadow: 0 18px 46px rgba(23, 32, 24, 0.16);
}

.fv-story .fv-play {
    width: 66px;
    height: 66px;
}

.fv-cta {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 28px;
    align-items: center;
    margin-top: clamp(34px, 6vw, 72px);
    padding: clamp(30px, 5vw, 58px);
    border-radius: 28px;
    background: var(--fv-green-dark);
    color: #fff;
    box-shadow: 0 24px 60px rgba(23, 76, 39, 0.2);
}

.fv-cta .fv-kicker {
    color: #b7df94;
}

.fv-cta h2 {
    margin-bottom: 12px;
    color: #fff;
    font-size: clamp(28px, 3.7vw, 45px);
    font-weight: 750;
    line-height: 1.08;
}

.fv-cta p:last-child {
    max-width: 700px;
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.78);
    font-size: 16px;
    line-height: 1.65;
}

.fv-cta > a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 13px 23px;
    border-radius: 999px;
    background: #fff;
    color: var(--fv-green-dark);
    font-size: 15px;
    font-weight: 760;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    transition: box-shadow 180ms ease, transform 180ms ease;
}

.fv-cta > a:hover {
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.2);
    transform: translateY(-2px);
}

.fv-watch-link:focus-visible,
.fv-media:focus-visible,
.fv-play:focus-visible,
.fv-summary summary:focus-visible,
.fv-cta > a:focus-visible {
    outline: 3px solid #42a5f5;
    outline-offset: 4px;
}

@media (max-width: 820px) {
    .fv-page {
        padding-top: 28px;
    }

    .fv-feature {
        grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
        gap: 34px;
        padding: 32px;
    }

    .fv-section-heading,
    .fv-story {
        grid-template-columns: 1fr;
    }

    .fv-section-heading {
        align-items: start;
    }

    .fv-story {
        gap: 30px;
    }

    .fv-story .fv-media {
        width: min(100%, 620px);
        justify-self: center;
    }
}

@media (max-width: 640px) {
    .fv-page {
        padding-top: 18px;
    }

    .fv-intro {
        margin-bottom: 22px;
    }

    .fv-intro h1 {
        max-width: 350px;
        margin-bottom: 10px;
        font-size: clamp(36px, 12vw, 48px);
        line-height: 1;
    }

    .fv-intro-lead {
        font-size: 17px;
    }

    .fv-feature {
        grid-template-columns: 1fr;
        gap: 26px;
        padding: 24px 18px 22px;
        border-radius: 22px;
    }

    .fv-feature-copy h2 {
        margin-bottom: 13px;
        font-size: 30px;
        line-height: 1.07;
    }

    .fv-feature-copy > p:not(.fv-meta, .fv-route) {
        margin-bottom: 16px;
        font-size: 16px;
        line-height: 1.55;
    }

    .fv-route {
        margin-bottom: 18px;
        font-size: 13px;
        line-height: 1.65;
    }

    .fv-watch-link {
        min-height: 44px;
        padding: 9px 16px;
    }

    .fv-feature-media {
        max-width: 350px;
    }

    .fv-player-shell {
        border-radius: 18px;
    }

    .fv-play {
        width: 64px;
        height: 64px;
    }

    .fv-summary {
        margin-bottom: 74px;
        padding: 0 4px;
    }

    .fv-section-heading {
        gap: 14px;
        margin-bottom: 22px;
    }

    .fv-section-heading h2 {
        font-size: 38px;
    }

    .fv-section-heading > p:last-child,
    .fv-story-copy > p:not(.fv-year) {
        font-size: 16px;
    }

    .fv-story {
        gap: 24px;
        padding: 44px 0;
    }

    .fv-story-copy h3 {
        margin-bottom: 12px;
        font-size: 29px;
    }

    .fv-story--portrait .fv-media {
        width: min(100%, 330px);
    }

    .fv-cta {
        grid-template-columns: 1fr;
        padding: 28px 22px;
        border-radius: 22px;
    }

    .fv-cta > a {
        width: 100%;
        white-space: normal;
    }
}

@media (prefers-reduced-motion: reduce) {
    .fv-page *,
    .fv-page *::before,
    .fv-page *::after {
        scroll-behavior: auto;
        transition-duration: 0.01ms !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
    }

}
