/*
 * KIFC 미디어 L2 랜딩 — /education-events/media/
 * Supanova design principles adapted to the KIFC WordPress design system.
 * Header/Footer는 테마가 소유하고, 이 파일은 .fnc-media-v2 본문만 스코프한다.
 */

.entry-content.alignfull > .fnc-media-v2-frame.alignfull {
    width: auto !important;
    max-width: none !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.fnc-media-v2 {
    --media-ink: #0d2f1f;
    --media-deep: #123d2a;
    --media-green: #2b7735;
    --media-leaf: #3f9e48;
    --media-moss: #8dae83;
    --media-cream: #f7f5ee;
    --media-paper: #fffdf8;
    --media-sand: #ece8db;
    --media-line: #cdd0bd;
    --media-muted: #4c5646;
    --media-font: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", "Malgun Gothic", system-ui, sans-serif;
    width: 100%;
    overflow: clip;
    background: var(--media-cream);
    color: var(--media-ink);
    font-family: var(--media-font);
}

.fnc-media-v2 *,
.fnc-media-v2 *::before,
.fnc-media-v2 *::after {
    box-sizing: border-box;
}

.fnc-media-v2 h1,
.fnc-media-v2 h2,
.fnc-media-v2 h3,
.fnc-media-v2 p {
    margin: 0;
    font-family: var(--media-font);
    word-break: keep-all;
}

.fnc-media-v2 a {
    color: inherit;
    text-decoration: none;
}

.fnc-media-v2-shell {
    width: min(calc(100% - 3rem), 1240px);
    margin-inline: auto;
}

.fnc-media-v2-section {
    padding-block: clamp(5.5rem, 10vw, 9rem);
}

.fnc-media-v2-kicker,
.fnc-media-v2-eyebrow {
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0.17em;
    line-height: 1.4;
    text-transform: uppercase;
}

.fnc-media-v2-kicker {
    color: var(--media-green);
}

.fnc-media-v2-button {
    display: inline-flex;
    min-height: 52px;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    border: 1px solid transparent;
    border-radius: 999px;
    padding: 0.85rem 1.45rem;
    font-size: 0.92rem;
    font-weight: 750;
    line-height: 1;
    transition:
        transform 260ms cubic-bezier(0.16, 1, 0.3, 1),
        background-color 240ms ease,
        border-color 240ms ease,
        color 240ms ease;
}

.fnc-media-v2-button .material-symbols-outlined {
    font-size: 1.15rem;
    transition: transform 260ms cubic-bezier(0.16, 1, 0.3, 1);
}

.fnc-media-v2-button:hover {
    transform: scale(1.01);
}

.fnc-media-v2-button:active {
    transform: scale(0.98);
}

.fnc-media-v2-button:focus-visible,
.fnc-media-v2 a:focus-visible {
    outline: 3px solid rgba(63, 158, 72, 0.55);
    outline-offset: 4px;
}

.fnc-media-v2-button:hover .material-symbols-outlined {
    transform: translateX(3px);
}

.fnc-media-v2 .fnc-media-v2-button--light {
    background: var(--media-paper);
    color: var(--media-ink);
}

.fnc-media-v2 .fnc-media-v2-button--light:hover {
    background: #ffffff;
    color: var(--media-ink);
}

.fnc-media-v2 .fnc-media-v2-button--ghost {
    border-color: rgba(255, 255, 255, 0.42);
    background: rgba(255, 255, 255, 0.06);
    color: #ffffff;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.fnc-media-v2 .fnc-media-v2-button--ghost:hover {
    border-color: rgba(255, 255, 255, 0.72);
    background: rgba(255, 255, 255, 0.12);
    color: #ffffff;
}

.fnc-media-v2 .fnc-media-v2-button--dark {
    background: var(--media-ink);
    color: #ffffff;
}

.fnc-media-v2 .fnc-media-v2-button--dark:hover {
    background: var(--media-deep);
    color: #ffffff;
}

/* Hero */
.fnc-media-v2-hero {
    position: relative;
    display: flex;
    min-height: clamp(660px, 76dvh, 840px);
    align-items: flex-end;
    isolation: isolate;
    overflow: hidden;
    background: var(--media-ink);
    color: #ffffff;
}

.fnc-media-v2-hero__media,
.fnc-media-v2-hero__veil,
.fnc-media-v2-hero__grain {
    position: absolute;
    inset: 0;
}

.fnc-media-v2-hero__media {
    z-index: -4;
}

.fnc-media-v2-hero__video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 55%;
    filter: saturate(0.88) contrast(1.02) brightness(0.94);
    transform: scale(1.025);
}

.fnc-media-v2-hero__veil {
    z-index: -3;
    background:
        linear-gradient(90deg, rgba(5, 30, 20, 0.82) 0%, rgba(5, 30, 20, 0.63) 42%, rgba(5, 30, 20, 0.18) 78%, rgba(5, 30, 20, 0.08) 100%),
        linear-gradient(0deg, rgba(5, 30, 20, 0.72) 0%, rgba(5, 30, 20, 0.12) 50%, rgba(5, 30, 20, 0.22) 100%);
}

.fnc-media-v2-hero__grain {
    z-index: -2;
    opacity: 0.16;
    background-image:
        radial-gradient(rgba(255, 255, 255, 0.35) 0.6px, transparent 0.6px),
        radial-gradient(rgba(0, 0, 0, 0.35) 0.55px, transparent 0.55px);
    background-position: 0 0, 4px 4px;
    background-size: 7px 7px;
    mix-blend-mode: soft-light;
    pointer-events: none;
}

.fnc-media-v2-hero__inner {
    position: relative;
    z-index: 2;
    padding-top: 6.25rem;
    padding-bottom: 7.5rem;
}

.fnc-media-v2-eyebrow {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1.7rem;
    color: rgba(255, 255, 255, 0.72);
}

.fnc-media-v2-eyebrow > span {
    display: inline-block;
    width: 2.5rem;
    height: 1px;
    background: #b7d6b5;
}

.fnc-media-v2-hero h1 {
    max-width: 14ch;
    color: #ffffff;
    font-size: clamp(3.1rem, 5.2vw, 5rem);
    font-weight: 740;
    letter-spacing: -0.045em;
    line-height: 1.08;
    text-wrap: balance;
}

.fnc-media-v2-hero h1 strong {
    color: #cfe6cb;
    font-weight: inherit;
}

.fnc-media-v2-hero__lead {
    max-width: 58ch;
    margin-top: 1.7rem;
    color: rgba(255, 255, 255, 0.79);
    font-size: clamp(1.02rem, 1.25vw, 1.16rem);
    line-height: 1.75;
    text-wrap: pretty;
}

.fnc-media-v2-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 2.15rem;
}

.fnc-media-v2-hero__rail {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 3;
    border-top: 1px solid rgba(255, 255, 255, 0.16);
    background: rgba(5, 30, 20, 0.36);
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);
}

.fnc-media-v2-hero__rail-inner {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.fnc-media-v2-hero__rail p {
    display: flex;
    align-items: center;
    gap: 0.9rem;
    border-right: 1px solid rgba(255, 255, 255, 0.14);
    padding: 1.2rem 1.5rem;
    color: rgba(255, 255, 255, 0.76);
    font-size: 0.88rem;
    font-weight: 620;
}

.fnc-media-v2-hero__rail p:first-child {
    padding-left: 0;
}

.fnc-media-v2-hero__rail p:last-child {
    border-right: 0;
}

.fnc-media-v2-hero__rail p span {
    color: #b7d6b5;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.08em;
}

.fnc-media-v2-hero__credit {
    position: absolute;
    right: 1.5rem;
    bottom: 5.5rem;
    z-index: 4;
    color: rgba(255, 255, 255, 0.48);
    font-size: 0.68rem;
}

/* Intro */
.fnc-media-v2-intro {
    background: var(--media-paper);
}

.fnc-media-v2-intro__grid {
    display: grid;
    grid-template-columns: 0.22fr 1.18fr 0.6fr;
    gap: clamp(2rem, 5vw, 5rem);
    align-items: start;
}

.fnc-media-v2-section-mark {
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
    padding-top: 0.45rem;
}

.fnc-media-v2-section-mark span {
    color: var(--media-muted);
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

.fnc-media-v2-section-mark i {
    width: 4rem;
    height: 1px;
    background: var(--media-green);
}

.fnc-media-v2-intro__story h2 {
    max-width: 14ch;
    margin-top: 1.1rem;
    color: var(--media-ink);
    font-size: clamp(2.35rem, 5vw, 4.6rem);
    font-weight: 760;
    letter-spacing: -0.045em;
    line-height: 1.13;
}

.fnc-media-v2-intro__copy {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    margin-top: 3.2rem;
}

.fnc-media-v2-intro__copy p {
    color: var(--media-muted);
    font-size: 1rem;
    line-height: 1.85;
}

.fnc-media-v2-intro__note {
    position: relative;
    margin-top: clamp(3rem, 10vw, 8rem);
    border-top: 1px solid var(--media-ink);
    padding-top: 1.5rem;
}

.fnc-media-v2-intro__note > .material-symbols-outlined {
    color: var(--media-green);
    font-size: 2rem;
    font-variation-settings: "FILL" 1;
}

.fnc-media-v2-intro__note p {
    margin-top: 1rem;
    color: var(--media-ink);
    font-size: 1.08rem;
    font-weight: 650;
    line-height: 1.7;
}

.fnc-media-v2-intro__note strong {
    display: block;
    margin-top: 1.3rem;
    color: var(--media-muted);
    font-size: 0.78rem;
}

/* Shared section headings */
.fnc-media-v2-section-head {
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    gap: clamp(2rem, 6vw, 6rem);
    align-items: end;
    border-bottom: 1px solid rgba(13, 47, 31, 0.22);
    padding-bottom: 2.3rem;
}

.fnc-media-v2-section-head h2,
.fnc-media-v2-journey__head h2,
.fnc-media-v2-desk__intro h2 {
    margin-top: 0.85rem;
    color: var(--media-ink);
    font-size: clamp(2.2rem, 4.6vw, 4.25rem);
    font-weight: 760;
    letter-spacing: -0.045em;
    line-height: 1.14;
}

.fnc-media-v2-section-head > p {
    max-width: 58ch;
    color: var(--media-muted);
    font-size: 1.02rem;
    line-height: 1.8;
}

/* Coverage */
.fnc-media-v2-coverage {
    background: var(--media-cream);
    padding-block: clamp(4.5rem, 8vw, 7rem);
}

.fnc-media-v2-coverage .fnc-media-v2-section-head {
    grid-template-columns: minmax(0, 0.95fr) minmax(280px, 0.55fr);
    gap: clamp(1.5rem, 4vw, 4rem);
    padding-bottom: 1.5rem;
}

.fnc-media-v2-coverage .fnc-media-v2-section-head h2 {
    max-width: 14ch;
    font-size: clamp(1.9rem, 3.4vw, 3.15rem);
    line-height: 1.18;
}

.fnc-media-v2-coverage .fnc-media-v2-section-head > p {
    max-width: 48ch;
    font-size: 0.9rem;
    line-height: 1.65;
}

.fnc-media-v2-coverage__grid {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    grid-auto-rows: minmax(230px, auto);
    gap: 0.75rem;
    margin-top: 1.75rem;
}

.fnc-media-v2-feature {
    position: relative;
    display: flex;
    min-height: 0;
    flex-direction: column;
    grid-column: span 6;
    grid-row: span 2;
    justify-content: space-between;
    overflow: hidden;
    border-radius: 1rem;
    background:
        radial-gradient(circle at 82% 16%, rgba(141, 174, 131, 0.3), transparent 34%),
        linear-gradient(145deg, #0b2f20 0%, #174b33 58%, #23683d 100%);
    padding: clamp(1.5rem, 2.7vw, 2.3rem);
    color: #ffffff;
    box-shadow: 0 24px 54px -40px rgba(13, 47, 31, 0.68);
    transition:
        transform 480ms cubic-bezier(0.16, 1, 0.3, 1),
        box-shadow 480ms cubic-bezier(0.16, 1, 0.3, 1);
}

.fnc-media-v2-feature::before {
    position: absolute;
    right: -8%;
    bottom: -16%;
    width: 58%;
    height: 58%;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 50%;
    content: "";
}

.fnc-media-v2-feature::after {
    position: absolute;
    right: 7%;
    bottom: -5%;
    width: 34%;
    height: 34%;
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 50%;
    content: "";
}

.fnc-media-v2-feature:hover {
    transform: translateY(-4px);
    box-shadow: 0 36px 90px -46px rgba(13, 47, 31, 0.84);
}

.fnc-media-v2-feature__top {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: rgba(255, 255, 255, 0.65);
    font-size: 0.66rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.fnc-media-v2-feature__body {
    position: relative;
    z-index: 2;
    max-width: 720px;
}

.fnc-media-v2-feature__body > p {
    color: #b7d6b5;
    font-size: 0.72rem;
    font-weight: 750;
    letter-spacing: 0.06em;
}

.fnc-media-v2-feature h3 {
    max-width: 15ch;
    margin-top: 0.75rem;
    color: #ffffff;
    font-size: clamp(1.75rem, 2.8vw, 2.75rem);
    font-weight: 720;
    letter-spacing: -0.045em;
    line-height: 1.18;
}

.fnc-media-v2-feature__body > span {
    display: block;
    max-width: 54ch;
    margin-top: 1rem;
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.86rem;
    line-height: 1.65;
}

.fnc-media-v2-feature__index {
    position: absolute;
    right: 1.25rem;
    bottom: 0.7rem;
    z-index: 1;
    color: rgba(255, 255, 255, 0.06);
    font-size: 7rem;
    font-weight: 800;
    letter-spacing: -0.08em;
    line-height: 1;
}

.fnc-media-v2-coverage__list {
    display: contents;
}

.fnc-media-v2-coverage-card {
    position: relative;
    display: flex;
    min-height: 0;
    flex-direction: column;
    grid-column: span 3;
    border: 1px solid var(--media-line);
    border-radius: 0.85rem;
    background: var(--media-paper);
    padding: 1.25rem;
    transition:
        transform 420ms cubic-bezier(0.16, 1, 0.3, 1),
        border-color 240ms ease,
        box-shadow 420ms cubic-bezier(0.16, 1, 0.3, 1);
}

.fnc-media-v2-coverage-card:hover {
    border-color: rgba(43, 119, 53, 0.5);
    box-shadow: 0 24px 54px -38px rgba(13, 47, 31, 0.5);
    transform: translateY(-3px);
}

.fnc-media-v2-coverage-card__meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    color: var(--media-muted);
    font-size: 0.66rem;
}

.fnc-media-v2-coverage-card__meta > span {
    border-radius: 999px;
    background: #e4ecdf;
    padding: 0.28rem 0.55rem;
    color: var(--media-deep);
    font-weight: 750;
}

.fnc-media-v2-coverage-card > p {
    margin-top: 1.05rem;
    color: var(--media-green);
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.08em;
}

.fnc-media-v2-coverage-card h3 {
    margin-top: 0.5rem;
    color: var(--media-ink);
    font-size: clamp(1rem, 1.35vw, 1.18rem);
    font-weight: 720;
    letter-spacing: -0.028em;
    line-height: 1.4;
}

.fnc-media-v2-coverage-card__cta {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    margin-top: auto;
    padding-top: 0.85rem;
    color: var(--media-muted);
    font-size: 0.72rem;
    font-weight: 720;
}

.fnc-media-v2-coverage-card__cta .material-symbols-outlined {
    font-size: 1rem;
    transition: transform 300ms ease;
}

.fnc-media-v2-coverage-card:hover .fnc-media-v2-coverage-card__cta .material-symbols-outlined {
    transform: translate(2px, -2px);
}

.fnc-media-v2-public-record {
    position: relative;
    display: flex;
    min-height: 0;
    flex-direction: column;
    grid-column: span 3;
    justify-content: space-between;
    border: 1px solid var(--media-line);
    border-radius: 0.85rem;
    background: #e4ecdf;
    padding: 1.25rem;
    transition:
        background-color 240ms ease,
        transform 420ms cubic-bezier(0.16, 1, 0.3, 1);
}

.fnc-media-v2-public-record:hover {
    background: #dce8d5;
    transform: translateY(-2px);
}

.fnc-media-v2-public-record__label {
    color: var(--media-green);
    font-size: 0.64rem;
    font-weight: 800;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.fnc-media-v2-public-record p {
    color: var(--media-muted);
    font-size: 0.68rem;
}

.fnc-media-v2-public-record h3 {
    max-width: 14ch;
    margin-top: 0.45rem;
    color: var(--media-ink);
    font-size: 1.08rem;
    font-weight: 720;
    line-height: 1.4;
}

.fnc-media-v2-public-record > .material-symbols-outlined {
    position: absolute;
    right: 1.1rem;
    bottom: 1rem;
    color: var(--media-green);
    font-size: 1.05rem;
    transition: transform 300ms ease;
}

.fnc-media-v2-public-record:hover > .material-symbols-outlined {
    transform: translate(2px, -2px);
}

/* Journey */
.fnc-media-v2-journey {
    background: var(--media-paper);
}

.fnc-media-v2-journey__head {
    display: grid;
    grid-template-columns: 0.55fr 1.05fr 0.75fr;
    gap: clamp(2rem, 4vw, 4rem);
    align-items: end;
}

.fnc-media-v2-journey__head h2 {
    margin-top: 0;
}

.fnc-media-v2-journey__head > p:last-child {
    color: var(--media-muted);
    font-size: 0.98rem;
    line-height: 1.8;
}

.fnc-media-v2-journey__steps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin: 4rem 0 0;
    padding: 0;
    list-style: none;
}

.fnc-media-v2-journey__steps li {
    position: relative;
    min-height: 330px;
    border-top: 1px solid var(--media-ink);
    border-right: 1px solid var(--media-line);
    padding: 1.4rem 1.5rem 1.8rem;
}

.fnc-media-v2-journey__steps li:last-child {
    border-right: 0;
}

.fnc-media-v2-journey__steps li > span:first-child {
    color: var(--media-green);
    font-size: 0.72rem;
    font-weight: 800;
}

.fnc-media-v2-journey__icon {
    display: grid;
    width: 3.5rem;
    height: 3.5rem;
    margin-top: 3.8rem;
    place-items: center;
    border-radius: 50%;
    background: #e4ecdf;
    color: var(--media-green);
}

.fnc-media-v2-journey__steps h3 {
    margin-top: 1.5rem;
    color: var(--media-ink);
    font-size: 1.2rem;
    font-weight: 730;
    letter-spacing: -0.025em;
}

.fnc-media-v2-journey__steps p {
    margin-top: 0.85rem;
    color: var(--media-muted);
    font-size: 0.9rem;
    line-height: 1.75;
}

/* Topics */
.fnc-media-v2-topics {
    background: var(--media-ink);
    padding-block: clamp(4.5rem, 7vw, 6.5rem);
    color: #ffffff;
}

.fnc-media-v2-topics .fnc-media-v2-section-head {
    padding-bottom: 1.8rem;
}

.fnc-media-v2-topics .fnc-media-v2-section-head h2 {
    font-size: clamp(2.1rem, 4vw, 3.7rem);
}

.fnc-media-v2-topics .fnc-media-v2-section-head > p {
    max-width: 46ch;
    font-size: 0.9rem;
    line-height: 1.7;
}

.fnc-media-v2-section-head--light {
    border-bottom-color: rgba(255, 255, 255, 0.18);
}

.fnc-media-v2-section-head--light h2 {
    color: #ffffff;
}

.fnc-media-v2-section-head--light > p {
    color: rgba(255, 255, 255, 0.68);
}

.fnc-media-v2-section-head--light .fnc-media-v2-kicker {
    color: #b7d6b5;
}

.fnc-media-v2-topic-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.7rem;
    margin-top: 1.75rem;
}

.fnc-media-v2-topic {
    position: relative;
    display: flex;
    min-height: 230px;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 0.8rem;
    background: rgba(255, 255, 255, 0.045);
    padding: 1.25rem;
    color: #ffffff;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.07);
    transition:
        transform 420ms cubic-bezier(0.16, 1, 0.3, 1),
        background-color 240ms ease,
        border-color 240ms ease;
}

.fnc-media-v2-topic--wide {
    grid-column: span 2;
}

.fnc-media-v2-topic:hover {
    border-color: rgba(183, 214, 181, 0.42);
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
    transform: translateY(-3px);
}

.fnc-media-v2-topic__num {
    color: #b7d6b5;
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.1em;
}

.fnc-media-v2-topic div > p {
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.68rem;
    font-weight: 750;
    letter-spacing: 0.11em;
    text-transform: uppercase;
}

.fnc-media-v2-topic h3 {
    margin-top: 0.4rem;
    color: #ffffff;
    font-size: clamp(1.35rem, 2.15vw, 2rem);
    font-weight: 720;
    letter-spacing: -0.035em;
}

.fnc-media-v2-topic div > span {
    display: block;
    max-width: 48ch;
    margin-top: 0.6rem;
    color: rgba(255, 255, 255, 0.66);
    font-size: 0.8rem;
    line-height: 1.58;
}

.fnc-media-v2-topic > .material-symbols-outlined {
    position: absolute;
    right: 1.2rem;
    bottom: 1.15rem;
    color: #b7d6b5;
    font-size: 1.2rem;
    transition: transform 320ms ease;
}

.fnc-media-v2-topic:hover > .material-symbols-outlined {
    transform: translateX(4px);
}

.fnc-media-v2-topic--agpv {
    grid-column: 3;
    grid-row: 2 / span 2;
    isolation: isolate;
    border-color: rgba(183, 214, 181, 0.28);
    background:
        linear-gradient(150deg, rgba(20, 70, 45, 0.88), rgba(11, 47, 32, 0.96)),
        url("/wp-content/uploads/2026/05/solar-power-plant.jpg") center / cover;
}

.fnc-media-v2-topic--agpv::before {
    position: absolute;
    inset: 0;
    z-index: -1;
    background:
        radial-gradient(circle at 82% 12%, rgba(203, 255, 194, 0.18), transparent 34%),
        linear-gradient(180deg, transparent 48%, rgba(4, 27, 17, 0.24));
    content: "";
}

.fnc-media-v2-topic--agpv:hover {
    border-color: rgba(203, 255, 194, 0.52);
    background:
        linear-gradient(150deg, rgba(20, 70, 45, 0.8), rgba(11, 47, 32, 0.93)),
        url("/wp-content/uploads/2026/05/solar-power-plant.jpg") center / cover;
}

.fnc-media-v2-topic--agpv .fnc-media-v2-topic__num,
.fnc-media-v2-topic--agpv div > p,
.fnc-media-v2-topic--agpv > .material-symbols-outlined {
    color: #cbffc2;
}

.fnc-media-v2-topic--agpv h3 {
    max-width: 13ch;
    font-size: clamp(1.25rem, 1.8vw, 1.7rem);
    line-height: 1.25;
}

.fnc-media-v2-topic--agpv div > span {
    max-width: 38ch;
    padding-right: 1.6rem;
    color: rgba(255, 255, 255, 0.76);
    font-size: 0.76rem;
    line-height: 1.55;
}

.fnc-media-v2-section--cta {
    padding-top: clamp(1.5rem, 3vw, 2.5rem);
    padding-bottom: clamp(2.5rem, 5vw, 4rem);
}

/* Media desk */
.fnc-media-v2-desk {
    background: var(--media-cream);
    padding-bottom: clamp(2rem, 4vw, 3.5rem);
}

.fnc-media-v2-desk__grid {
    display: grid;
    grid-template-columns: 0.82fr 1.18fr;
    gap: clamp(3rem, 8vw, 8rem);
}

.fnc-media-v2-desk__intro {
    position: sticky;
    top: 8rem;
    align-self: start;
}

.fnc-media-v2-desk__intro h2 {
    max-width: 10ch;
}

.fnc-media-v2-desk__intro > p:not(.fnc-media-v2-kicker) {
    max-width: 48ch;
    margin-top: 1.5rem;
    color: var(--media-muted);
    font-size: 1rem;
    line-height: 1.8;
}

.fnc-media-v2-desk__intro .fnc-media-v2-button {
    margin-top: 2rem;
}

.fnc-media-v2-desk__services {
    border-top: 1px solid var(--media-ink);
}

.fnc-media-v2-desk__services article {
    display: grid;
    grid-template-columns: 4rem 1fr;
    gap: 1.4rem;
    border-bottom: 1px solid var(--media-line);
    padding: 2rem 0;
}

.fnc-media-v2-desk__services article > .material-symbols-outlined {
    color: var(--media-green);
    font-size: 1.8rem;
}

.fnc-media-v2-desk__services h3 {
    color: var(--media-ink);
    font-size: 1.28rem;
    font-weight: 730;
    letter-spacing: -0.025em;
}

.fnc-media-v2-desk__services p {
    margin-top: 0.65rem;
    color: var(--media-muted);
    font-size: 0.92rem;
    line-height: 1.75;
}

/* Progressive reveal */
.js .fnc-media-v2 [data-reveal] {
    opacity: 0;
    transform: translateY(18px);
    transition:
        opacity 360ms cubic-bezier(0.16, 1, 0.3, 1),
        transform 360ms cubic-bezier(0.16, 1, 0.3, 1);
}

.js .fnc-media-v2 [data-reveal].is-visible {
    opacity: 1;
    transform: translateY(0);
}

/* Tablet */
@media (max-width: 1024px) {
    .fnc-media-v2-shell {
        width: min(calc(100% - 2.5rem), 1240px);
    }

    .fnc-media-v2-hero {
        min-height: clamp(680px, 84dvh, 820px);
    }

    .fnc-media-v2-hero__inner {
        padding-top: 6.5rem;
        padding-bottom: 8rem;
    }

    .fnc-media-v2-intro__grid {
        grid-template-columns: 0.18fr 1fr;
    }

    .fnc-media-v2-intro__note {
        grid-column: 2;
        max-width: 540px;
        margin-top: 0;
    }

    .fnc-media-v2-coverage__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-auto-rows: auto;
    }

    .fnc-media-v2-feature {
        min-height: 380px;
        grid-column: 1 / -1;
        grid-row: auto;
    }

    .fnc-media-v2-coverage-card,
    .fnc-media-v2-public-record {
        min-height: 220px;
        grid-column: auto;
    }

    .fnc-media-v2-journey__head {
        grid-template-columns: 0.4fr 1fr;
    }

    .fnc-media-v2-journey__head > p:last-child {
        grid-column: 2;
    }

    .fnc-media-v2-journey__steps {
        grid-template-columns: 1fr 1fr;
    }

    .fnc-media-v2-journey__steps li:nth-child(2) {
        border-right: 0;
    }

    .fnc-media-v2-journey__steps li:nth-child(n + 3) {
        border-top-color: var(--media-line);
    }

    .fnc-media-v2-topic-grid {
        grid-template-columns: 1fr 1fr;
    }

    .fnc-media-v2-topic--wide {
        grid-column: span 1;
    }

    .fnc-media-v2-topic--agpv {
        grid-column: span 1;
        grid-row: span 2;
    }


    .fnc-media-v2-desk__grid {
        grid-template-columns: 1fr;
    }

    .fnc-media-v2-desk__intro {
        position: static;
    }

    .fnc-media-v2-desk__intro h2 {
        max-width: 14ch;
    }
}

/* Mobile */
@media (max-width: 680px) {
    .fnc-media-v2-shell {
        width: min(calc(100% - 2rem), 1240px);
    }

    .fnc-media-v2-section {
        padding-block: 5rem;
    }

    .fnc-media-v2-hero {
        min-height: clamp(680px, 88dvh, 740px);
    }

    .fnc-media-v2-hero__video {
        object-position: 58% center;
    }

    .fnc-media-v2-hero__veil {
        background:
            linear-gradient(0deg, rgba(5, 30, 20, 0.88) 0%, rgba(5, 30, 20, 0.38) 64%, rgba(5, 30, 20, 0.22) 100%),
            linear-gradient(90deg, rgba(5, 30, 20, 0.58), rgba(5, 30, 20, 0.12));
    }

    .fnc-media-v2-hero__inner {
        padding-top: 4.75rem;
        padding-bottom: 8.5rem;
    }

    .fnc-media-v2-hero h1 {
        max-width: 11ch;
        font-size: clamp(2.35rem, 10.8vw, 3.2rem);
        line-height: 1.12;
    }

    .fnc-media-v2-hero__lead {
        font-size: 1rem;
        line-height: 1.7;
    }

    .fnc-media-v2-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .fnc-media-v2-button {
        width: 100%;
    }

    .fnc-media-v2-hero__rail-inner {
        grid-template-columns: 1fr;
    }

    .fnc-media-v2-hero__rail p {
        display: none;
    }

    .fnc-media-v2-hero__rail p:first-child {
        display: flex;
        border-right: 0;
        padding-left: 0;
    }

    .fnc-media-v2-hero__credit {
        right: 1rem;
        bottom: 4.7rem;
    }

    .fnc-media-v2-intro__grid {
        grid-template-columns: 1fr;
        gap: 2.2rem;
    }

    .fnc-media-v2-section-mark {
        display: none;
    }

    .fnc-media-v2-intro__story h2 {
        font-size: 2.55rem;
    }

    .fnc-media-v2-intro__copy {
        grid-template-columns: 1fr;
        gap: 1.4rem;
        margin-top: 2.2rem;
    }

    .fnc-media-v2-intro__note {
        grid-column: auto;
    }

    .fnc-media-v2-section-head,
    .fnc-media-v2-journey__head {
        grid-template-columns: 1fr;
        gap: 1.4rem;
    }

    .fnc-media-v2-coverage .fnc-media-v2-section-head {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .fnc-media-v2-section-head h2,
    .fnc-media-v2-journey__head h2,
    .fnc-media-v2-desk__intro h2 {
        font-size: 2.45rem;
    }

    .fnc-media-v2-journey__head > p:last-child {
        grid-column: auto;
    }

    .fnc-media-v2-feature {
        min-height: 390px;
        grid-column: auto;
        padding: 1.4rem;
    }

    .fnc-media-v2-feature h3 {
        font-size: 1.85rem;
    }

    .fnc-media-v2-feature__index {
        font-size: 7rem;
    }

    .fnc-media-v2-coverage__grid {
        grid-template-columns: 1fr;
        gap: 0.7rem;
    }

    .fnc-media-v2-coverage-card {
        min-height: 205px;
        grid-column: auto;
    }

    .fnc-media-v2-public-record {
        min-height: 190px;
        grid-column: auto;
    }

    .fnc-media-v2-journey__steps {
        grid-template-columns: 1fr;
    }

    .fnc-media-v2-journey__steps li,
    .fnc-media-v2-journey__steps li:nth-child(2) {
        min-height: 280px;
        border-right: 0;
        border-top-color: var(--media-line);
        padding-inline: 0;
    }

    .fnc-media-v2-journey__steps li:first-child {
        border-top-color: var(--media-ink);
    }

    .fnc-media-v2-journey__icon {
        margin-top: 2.5rem;
    }

    .fnc-media-v2-topic-grid {
        grid-template-columns: 1fr;
    }

    .fnc-media-v2-topic,
    .fnc-media-v2-topic:last-child {
        grid-column: auto;
        grid-row: auto;
        min-height: 230px;
    }

    .fnc-media-v2-topic--agpv h3 {
        font-size: 1.45rem;
    }


    .fnc-media-v2-desk__services article {
        grid-template-columns: 3rem 1fr;
        gap: 1rem;
    }
}

@media (max-height: 520px) and (min-width: 681px) {
    .fnc-media-v2-hero {
        min-height: 600px;
        align-items: flex-start;
    }

    .fnc-media-v2-hero__inner {
        padding-top: 2rem;
        padding-bottom: 6rem;
    }

    .fnc-media-v2-eyebrow {
        margin-bottom: 0.9rem;
    }

    .fnc-media-v2-hero h1 {
        max-width: 15ch;
        font-size: clamp(2.5rem, 6vw, 3.1rem);
        line-height: 1.06;
    }

    .fnc-media-v2-hero__lead {
        max-width: 70ch;
        margin-top: 1rem;
        font-size: 0.96rem;
        line-height: 1.55;
    }

    .fnc-media-v2-actions {
        margin-top: 1.25rem;
    }

    .fnc-media-v2-hero__rail p {
        padding-block: 0.8rem;
    }

    .fnc-media-v2-hero__credit {
        display: none;
    }
}

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

    .js .fnc-media-v2 [data-reveal] {
        opacity: 1;
        transform: none;
    }
}
