/* 노지채소 유통·가격안정 — 상시 지표 허브  /agricultural-policy/open-field-vegetables/
 * 전용 스타일. 모든 규칙은 .fnc-ofv 루트로 스코프한다 (page-id 셀렉터 금지).
 * 색·타이포·라운드는 전역 style.css 의 .fnc-* / theme.json 토큰을 재사용하고,
 * 이 파일은 이 페이지의 레이아웃 배치와 accent 바인딩만 담당한다.
 *
 * FLP(farmland-policy) 허브의 하우스 스타일을 이식했다. 차이점:
 *   - accent 를 농업정책 도메인 Indigo 로 바인딩한다 (docs/brand-color-system.md §2).
 *     Main #3D4A7A 은 채움·큰 글자, 작은 글자·링크는 Deep #262E4D 를 쓴다(CR 8.54).
 *   - 히어로 배경은 노지 채소밭(open-field-vegetable-rows-stone-wall.jpg, media 3281).
 *   - 국제비교 5개국(.fnc-flp-intl) 자리에 한·일 제도 대조표(.fnc-ofv-ctable)를 둔다.
 *   - 시행일·위임 공백을 보여주는 제도 시계(.fnc-ofv-clock)가 이 허브의 시그니처다.
 *   - 여섯 영역 카드는 아직 발행글이 없는 영역이 있어 링크 카드와 비링크 카드를 함께 쓴다
 *     (저장소 규칙 7 — 빈 href="#" 금지이므로 비링크는 <div> 로 렌더한다).
 */

.fnc-ofv {
    /* 농업정책 도메인 = Indigo (docs/brand-color-system.md §2) */
    --fnc-accent-fg:          #262e4d;   /* Indigo Deep — 작은 글자·링크 (CR 11.9) */
    --fnc-accent-emphasis:    #3d4a7a;   /* Indigo Main — 채움·버튼 (CR 8.54) */
    --fnc-accent-subtle:      #e1e4f0;   /* Indigo Tint — 배경 */
    --fnc-accent-muted:       #a9b0cf;   /* Sequential 램프 2단 */
    --fnc-accent-on-emphasis: #ffffff;

    --ofv-risk:        #b3541e;          /* 시맨틱 Warning — 악화·위험 신호 */
    --ofv-risk-subtle: #f6e3d8;          /* 테라코타 Tint */
    --ofv-ink-hero:    #1c2340;          /* 히어로·CTA 딥 인디고 밴드 */

    background: var(--wp--preset--color--background);
}

.fnc-ofv-wrap {
    max-width: 1240px;
    margin: 0 auto;
    padding-left: var(--wp--preset--spacing--50);
    padding-right: var(--wp--preset--spacing--50);
}
.fnc-ofv-sec { padding: var(--wp--preset--spacing--70) 0; scroll-margin-top: 70px; }
.fnc-ofv-sec--alt { background: var(--wp--preset--color--surface); }

/* ── Hero ─────────────────────────────────────────────────────── */
.fnc-ofv-hero {
    position: relative;
    color: #fff;
    overflow: hidden;
    background: linear-gradient(135deg, #161c33 0%, #2b3560 50%, #4a5892 100%);
}
.fnc-ofv-hero::before {
    content: "";
    position: absolute;
    right: -4%;
    bottom: -14%;
    width: 76%;
    height: 122%;
    background: url("/wp-content/uploads/2026/08/open-field-vegetable-rows-stone-wall.jpg") center 56% / cover no-repeat;
    filter: saturate(0.78) contrast(1.04);
    opacity: 0.72;
    -webkit-mask-image: radial-gradient(ellipse 88% 78% at 82% 76%, #000 0%, rgba(0, 0, 0, 0.96) 36%, rgba(0, 0, 0, 0.62) 57%, transparent 84%);
    mask-image: radial-gradient(ellipse 88% 78% at 82% 76%, #000 0%, rgba(0, 0, 0, 0.96) 36%, rgba(0, 0, 0, 0.62) 57%, transparent 84%);
    pointer-events: none;
}
.fnc-ofv-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(22, 28, 51, 0.98) 0%, rgba(22, 28, 51, 0.83) 42%, rgba(22, 28, 51, 0.28) 78%, rgba(22, 28, 51, 0.08) 100%),
        linear-gradient(0deg, rgba(22, 28, 51, 0.72) 0%, rgba(22, 28, 51, 0.16) 54%, transparent 100%);
    pointer-events: none;
}
.fnc-ofv-hero__inner {
    position: relative; z-index: 2;
    max-width: 1240px; margin: 0 auto;
    padding: var(--wp--preset--spacing--80) var(--wp--preset--spacing--50);
}
.fnc-ofv-hero__eyebrow {
    font-family: var(--wp--preset--font-family--label);
    font-size: 0.78rem; font-weight: 800; letter-spacing: 0.16em; text-transform: uppercase;
    color: #c3cbe8; margin: 0 0 1rem;
}
.fnc-ofv-hero h1 {
    font-family: var(--wp--preset--font-family--headline);
    font-size: clamp(2.3rem, 5vw, 3.9rem); font-weight: 800; letter-spacing: -0.03em;
    line-height: 1.08; margin: 0 0 1.1rem; max-width: 20ch;
}
.fnc-ofv-hero__lead {
    font-size: 1.18rem; line-height: 1.65; color: rgba(255, 255, 255, 0.9);
    max-width: 64ch; margin: 0 0 2.5rem;
}
.fnc-ofv-kpis {
    display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.18); padding-top: 2rem;
}
.fnc-ofv-kpi .num {
    font-family: var(--wp--preset--font-family--headline);
    font-size: clamp(1.9rem, 3vw, 2.6rem); font-weight: 900; line-height: 1;
}
.fnc-ofv-kpi .num small { font-size: 0.5em; font-weight: 800; margin-left: 0.15em; }
.fnc-ofv-kpi .lbl {
    font-family: var(--wp--preset--font-family--label);
    font-size: 0.8rem; letter-spacing: 0.02em; color: rgba(255, 255, 255, 0.78); margin-top: 0.5rem;
}
.fnc-ofv-kpi .yr { display: block; font-size: 0.7rem; color: rgba(255, 255, 255, 0.55); margin-top: 0.15rem; }

/* ── Section heads ────────────────────────────────────────────── */
.fnc-ofv-sechead { margin-bottom: 2.5rem; max-width: 64ch; }
.fnc-ofv-sechead .eyebrow {
    font-family: var(--wp--preset--font-family--label);
    font-size: 0.72rem; font-weight: 800; letter-spacing: 0.15em; text-transform: uppercase;
    color: var(--fnc-accent-fg); margin: 0 0 0.6rem;
}
.fnc-ofv-sechead h2 {
    font-family: var(--wp--preset--font-family--headline);
    font-size: clamp(1.6rem, 3vw, 2.1rem); font-weight: 700; letter-spacing: -0.02em; margin: 0 0 0.75rem;
}
.fnc-ofv-sechead p { color: var(--wp--preset--color--on-surface-variant); font-size: 1.05rem; line-height: 1.65; margin: 0; }

/* ── Data cards ────────────────────────────────────────────────── */
.fnc-ofv-data-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; }
.fnc-ofv-card {
    background: var(--wp--preset--color--surface-container-lowest);
    border: 1px solid var(--wp--preset--color--outline-variant);
    border-radius: var(--fnc-radius-lg); padding: 1.9rem;
}
.fnc-ofv-card--full { grid-column: 1 / -1; }
.fnc-ofv-card__k {
    font-family: var(--wp--preset--font-family--label);
    font-size: 0.7rem; font-weight: 800; letter-spacing: 0.13em; text-transform: uppercase;
    color: var(--fnc-accent-fg); margin: 0 0 0.35rem;
}
.fnc-ofv-card__t {
    font-family: var(--wp--preset--font-family--headline);
    font-size: 1.2rem; font-weight: 700; letter-spacing: -0.01em; margin: 0 0 1.4rem;
    color: var(--wp--preset--color--on-surface);
}
.fnc-ofv-card__src {
    font-size: 0.74rem; line-height: 1.5; color: var(--wp--preset--color--outline);
    margin: 1.4rem 0 0; padding-top: 0.9rem; border-top: 1px dashed var(--wp--preset--color--outline-variant);
}

/* segment / bar rows */
.fnc-ofv-bars { display: flex; flex-direction: column; gap: 1.15rem; }
.fnc-ofv-bar__top { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 0.45rem; }
.fnc-ofv-bar__name { font-weight: 700; font-size: 0.95rem; color: var(--wp--preset--color--on-surface); }
.fnc-ofv-bar__val { font-family: var(--wp--preset--font-family--headline); font-size: 0.9rem; color: var(--wp--preset--color--on-surface-variant); }
.fnc-ofv-bar__val b { color: var(--fnc-accent-fg); font-size: 1.05rem; }
.fnc-ofv-bar__track { position: relative; height: 12px; border-radius: 999px; background: var(--wp--preset--color--surface-container); overflow: hidden; }
.fnc-ofv-bar__fill { position: absolute; inset: 0 auto 0 0; border-radius: 999px; background: var(--fnc-accent-emphasis); }
.fnc-ofv-bar__fill.muted { background: var(--fnc-accent-muted); }
.fnc-ofv-bar__fill.risk { background: var(--ofv-risk); }

/* change tiles */
.fnc-ofv-changes { display: flex; flex-direction: column; }
.fnc-ofv-chg { display: flex; justify-content: space-between; align-items: baseline; gap: 1rem; padding: 0.85rem 0; border-bottom: 1px solid var(--wp--preset--color--outline-variant); }
.fnc-ofv-chg:last-child { border-bottom: 0; }
.fnc-ofv-chg__name { font-size: 0.9rem; color: var(--wp--preset--color--on-surface-variant); flex: 1; }
.fnc-ofv-chg__now { font-family: var(--wp--preset--font-family--headline); font-size: 1.25rem; font-weight: 800; color: var(--wp--preset--color--on-surface); }
.fnc-ofv-chg__now small { font-size: 0.6em; font-weight: 700; color: var(--wp--preset--color--outline); margin-left: 0.2em; }
.fnc-ofv-chg__delta { font-family: var(--wp--preset--font-family--label); font-size: 0.82rem; font-weight: 700; white-space: nowrap; min-width: 8.5ch; text-align: right; }
.fnc-ofv-chg__delta.risk { color: var(--ofv-risk); }
.fnc-ofv-chg__delta.good { color: var(--fnc-accent-fg); }
.fnc-ofv-chg__delta.flat { color: var(--wp--preset--color--outline); }

/* ── Six-domain hub cards (linked) ─────────────────────────────── */
.fnc-ofv-domains { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.fnc-ofv-domain {
    position: relative;
    border: 1px solid var(--wp--preset--color--outline-variant);
    border-radius: var(--fnc-radius-lg); padding: 1.75rem;
    background: var(--wp--preset--color--surface-container-lowest);
    display: flex; flex-direction: column;
    text-decoration: none;
    transition: border-color 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease;
}
.fnc-ofv-domain:hover {
    border-color: var(--fnc-accent-emphasis);
    transform: translateY(-2px);
    box-shadow: 0 10px 28px rgba(22, 28, 51, 0.10);
}
.fnc-ofv-domain--featured {
    border-color: var(--fnc-accent-emphasis);
    background: linear-gradient(145deg, var(--fnc-accent-subtle), var(--wp--preset--color--surface-container-lowest) 72%);
}
.fnc-ofv-domain__badge {
    position: absolute;
    top: 1.4rem;
    right: 1.4rem;
    padding: 0.28rem 0.58rem;
    border-radius: 999px;
    background: var(--fnc-accent-emphasis);
    color: var(--fnc-accent-on-emphasis);
    font-family: var(--wp--preset--font-family--label);
    font-size: 0.66rem;
    font-weight: 800;
    letter-spacing: 0.03em;
}
.fnc-ofv-domain__no {
    font-family: var(--wp--preset--font-family--headline);
    font-size: 0.8rem; font-weight: 800; letter-spacing: 0.1em; color: var(--fnc-accent-fg);
}
.fnc-ofv-domain__ic {
    width: 46px; height: 46px; border-radius: 12px; margin: 0.9rem 0 1rem;
    background: var(--fnc-accent-subtle); color: var(--fnc-accent-fg);
    display: inline-flex; align-items: center; justify-content: center;
}
.fnc-ofv-domain__ic .material-symbols-outlined { font-size: 26px; }
.fnc-ofv-domain h3 {
    font-family: var(--wp--preset--font-family--headline);
    font-size: 1.18rem; font-weight: 700; letter-spacing: -0.01em; margin: 0 0 0.5rem;
    color: var(--wp--preset--color--on-surface);
}
.fnc-ofv-domain p { font-size: 0.88rem; line-height: 1.6; color: var(--wp--preset--color--on-surface-variant); margin: 0 0 1.25rem; }
.fnc-ofv-domain__foot { margin-top: auto; }
.fnc-ofv-domain--open { background: var(--wp--preset--color--surface); border-style: dashed; }
.fnc-ofv-domain--open:hover { transform: none; box-shadow: none; border-color: var(--wp--preset--color--outline-variant); }
.fnc-ofv-domain__open {
    display: inline-flex; align-items: center; gap: 0.35rem;
    font-family: var(--wp--preset--font-family--label);
    font-size: 0.78rem; font-weight: 700; color: var(--wp--preset--color--outline);
}
.fnc-ofv-domain__open .material-symbols-outlined { font-size: 1.05rem; }
.fnc-ofv-domain__go {
    font-family: var(--wp--preset--font-family--label);
    font-size: 0.78rem; font-weight: 800; letter-spacing: 0.02em;
    color: var(--fnc-accent-fg);
    display: inline-flex; align-items: center; gap: 0.3rem;
}
.fnc-ofv-domain__go .material-symbols-outlined { font-size: 1.05rem; transition: transform 0.18s ease; }
.fnc-ofv-domain:hover .fnc-ofv-domain__go .material-symbols-outlined { transform: translateX(3px); }

/* ── 제도 시계 (signature 1) ───────────────────────────────────── */
.fnc-ofv-clock { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; }
.fnc-ofv-ccard {
    border: 1px solid var(--wp--preset--color--outline-variant);
    border-top: 4px solid var(--fnc-accent-emphasis);
    border-radius: var(--fnc-radius-lg); padding: 1.75rem 1.6rem;
    background: var(--wp--preset--color--surface-container-lowest);
}
.fnc-ofv-ccard__date {
    font-family: var(--wp--preset--font-family--headline);
    font-size: 1.9rem; font-weight: 800; letter-spacing: -0.03em; line-height: 1;
    color: var(--fnc-accent-fg); margin: 0 0 0.15rem;
}
.fnc-ofv-ccard__date small { font-size: 0.42em; font-weight: 700; margin-left: 0.35em; color: var(--wp--preset--color--outline); letter-spacing: 0; }
.fnc-ofv-ccard__law {
    font-family: var(--wp--preset--font-family--headline);
    font-size: 1.05rem; font-weight: 700; letter-spacing: -0.01em;
    color: var(--wp--preset--color--on-surface); margin: 0.7rem 0 1rem;
}
.fnc-ofv-ccard ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 0.7rem; }
.fnc-ofv-ccard li { position: relative; padding-left: 1.35rem; font-size: 0.88rem; line-height: 1.55; color: var(--wp--preset--color--on-surface-variant); }
.fnc-ofv-ccard li::before {
    content: ""; position: absolute; left: 0; top: 0.52em;
    width: 7px; height: 7px; border-radius: 2px; background: var(--fnc-accent-muted);
}
.fnc-ofv-ccard li b { color: var(--wp--preset--color--on-surface); font-weight: 700; }

.fnc-ofv-pending {
    grid-column: 1 / -1;
    border: 1px dashed var(--ofv-risk); border-radius: var(--fnc-radius-lg);
    background: var(--ofv-risk-subtle); padding: 1.6rem 1.75rem;
}
.fnc-ofv-pending h3 {
    font-family: var(--wp--preset--font-family--headline);
    font-size: 1.05rem; font-weight: 800; letter-spacing: -0.01em;
    color: var(--ofv-risk); margin: 0 0 0.55rem;
    display: flex; align-items: center; gap: 0.45rem;
}
.fnc-ofv-pending h3 .material-symbols-outlined { font-size: 1.2rem; }
.fnc-ofv-pending > p { font-size: 0.9rem; line-height: 1.65; color: var(--wp--preset--color--on-surface-variant); margin: 0 0 1.15rem; max-width: 78ch; }
.fnc-ofv-slots { display: grid; grid-template-columns: repeat(5, 1fr); gap: 0.75rem; }
.fnc-ofv-slot {
    background: var(--wp--preset--color--surface-container-lowest);
    border: 1px solid rgba(179, 84, 30, 0.28);
    border-radius: var(--fnc-radius-md); padding: 0.9rem 0.95rem;
}
.fnc-ofv-slot span {
    display: block; font-family: var(--wp--preset--font-family--label);
    font-size: 0.68rem; font-weight: 800; letter-spacing: 0.06em;
    color: var(--ofv-risk); margin-bottom: 0.35rem;
}
.fnc-ofv-slot p { font-size: 0.82rem; line-height: 1.5; color: var(--wp--preset--color--on-surface); margin: 0; }

/* ── 일본 제도 4단 흐름 ────────────────────────────────────────── */
.fnc-ofv-flow { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0.75rem; margin-bottom: 2rem; }
.fnc-ofv-step {
    position: relative; background: var(--fnc-accent-subtle);
    border-radius: var(--fnc-radius-md); padding: 1rem 1.1rem;
}
.fnc-ofv-step span {
    display: block; font-family: var(--wp--preset--font-family--label);
    font-size: 0.68rem; font-weight: 800; letter-spacing: 0.08em;
    color: var(--fnc-accent-fg); opacity: 0.72; margin-bottom: 0.3rem;
}
.fnc-ofv-step b {
    display: block; font-family: var(--wp--preset--font-family--headline);
    font-size: 0.98rem; font-weight: 700; color: var(--wp--preset--color--on-surface); margin-bottom: 0.3rem;
}
.fnc-ofv-step p { font-size: 0.8rem; line-height: 1.5; color: var(--wp--preset--color--on-surface-variant); margin: 0; }

/* ── 한·일 제도 대조표 (signature 2) ──────────────────────────── */
.fnc-ofv-cwrap { overflow-x: auto; border-radius: var(--fnc-radius-lg); border: 1px solid var(--wp--preset--color--outline-variant); }
.fnc-ofv-ctable { width: 100%; min-width: 720px; border-collapse: collapse; background: var(--wp--preset--color--surface-container-lowest); }
.fnc-ofv-ctable th, .fnc-ofv-ctable td { padding: 1rem 1.15rem; text-align: left; vertical-align: top; border-bottom: 1px solid var(--wp--preset--color--outline-variant); }
.fnc-ofv-ctable thead th {
    font-family: var(--wp--preset--font-family--label);
    font-size: 0.74rem; font-weight: 800; letter-spacing: 0.06em; text-transform: uppercase;
    background: var(--fnc-accent-subtle); color: var(--fnc-accent-fg);
    border-bottom: 2px solid var(--fnc-accent-emphasis);
}
.fnc-ofv-ctable tbody th {
    font-family: var(--wp--preset--font-family--headline);
    font-size: 0.9rem; font-weight: 700; color: var(--wp--preset--color--on-surface);
    width: 20%; background: var(--wp--preset--color--surface);
}
.fnc-ofv-ctable td { font-size: 0.88rem; line-height: 1.6; color: var(--wp--preset--color--on-surface-variant); width: 40%; }
.fnc-ofv-ctable td b { color: var(--wp--preset--color--on-surface); font-weight: 700; }
.fnc-ofv-ctable tbody tr:last-child th, .fnc-ofv-ctable tbody tr:last-child td { border-bottom: 0; }
.fnc-ofv-ctable td.is-jp { background: var(--fnc-accent-subtle); }
.fnc-ofv-cnote { margin: 1rem 0 0; font-size: 0.82rem; line-height: 1.6; color: var(--wp--preset--color--outline); }
.fnc-ofv-cnote a { color: var(--fnc-accent-fg); font-weight: 700; }

/* ── Related research cards ────────────────────────────────────── */
.fnc-ofv-research { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.5rem; }
.fnc-ofv-rcard {
    display: flex; gap: 1.2rem; align-items: flex-start;
    border: 1px solid var(--wp--preset--color--outline-variant);
    border-radius: var(--fnc-radius-lg); padding: 1.6rem;
    background: var(--wp--preset--color--surface-container-lowest);
    text-decoration: none;
    transition: border-color 0.18s ease, box-shadow 0.18s ease;
}
.fnc-ofv-rcard:hover { border-color: var(--fnc-accent-emphasis); box-shadow: 0 8px 22px rgba(22, 28, 51, 0.08); }
.fnc-ofv-rcard__ic {
    flex: 0 0 auto; width: 44px; height: 44px; border-radius: 12px;
    background: var(--fnc-accent-subtle); color: var(--fnc-accent-fg);
    display: inline-flex; align-items: center; justify-content: center;
}
.fnc-ofv-rcard__ic .material-symbols-outlined { font-size: 24px; }
.fnc-ofv-rcard__k {
    font-family: var(--wp--preset--font-family--label);
    font-size: 0.66rem; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase;
    color: var(--fnc-accent-fg); margin: 0 0 0.3rem;
}
.fnc-ofv-rcard h3 {
    font-family: var(--wp--preset--font-family--headline);
    font-size: 1.05rem; font-weight: 700; letter-spacing: -0.01em; margin: 0 0 0.4rem;
    color: var(--wp--preset--color--on-surface);
}
.fnc-ofv-rcard p { font-size: 0.85rem; line-height: 1.55; color: var(--wp--preset--color--on-surface-variant); margin: 0; }

/* ── Publication system ───────────────────────────────────────── */
.fnc-ofv-layers { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.25rem; }
.fnc-ofv-layer {
    border-radius: var(--fnc-radius-lg); padding: 1.6rem;
    border: 1px solid var(--wp--preset--color--outline-variant);
    background: var(--wp--preset--color--surface-container-lowest);
}
.fnc-ofv-layer--now { border-color: var(--fnc-accent-muted); background: var(--fnc-accent-subtle); }
.fnc-ofv-layer__cad {
    font-family: var(--wp--preset--font-family--label);
    font-size: 0.68rem; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase;
    color: var(--fnc-accent-fg); margin: 0 0 0.5rem;
}
.fnc-ofv-layer h4 { font-family: var(--wp--preset--font-family--headline); font-size: 1.05rem; font-weight: 700; margin: 0 0 0.6rem; color: var(--wp--preset--color--on-surface); }
.fnc-ofv-layer p { font-size: 0.84rem; line-height: 1.55; color: var(--wp--preset--color--on-surface-variant); margin: 0; }

/* ── Verdict panel (지킬 기반 vs 관리할 위험) ─────────────────── */
.fnc-ofv-verdict { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; }
.fnc-ofv-vcol {
    border-radius: var(--fnc-radius-lg); padding: 2rem;
    border: 1px solid var(--wp--preset--color--outline-variant);
    background: var(--wp--preset--color--surface-container-lowest);
}
.fnc-ofv-vcol--support { border-top: 4px solid var(--fnc-accent-emphasis); }
.fnc-ofv-vcol--risk { border-top: 4px solid var(--ofv-risk); }
.fnc-ofv-vcol h3 {
    font-family: var(--wp--preset--font-family--headline);
    display: flex; align-items: center; gap: 0.5rem;
    font-size: 1.2rem; font-weight: 800; margin: 0 0 1.1rem;
}
.fnc-ofv-vcol--support h3 { color: var(--fnc-accent-fg); }
.fnc-ofv-vcol--risk h3 { color: var(--ofv-risk); }
.fnc-ofv-vcol ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 0.85rem; }
.fnc-ofv-vcol li { position: relative; padding-left: 1.4rem; font-size: 0.92rem; line-height: 1.55; color: var(--wp--preset--color--on-surface-variant); }
.fnc-ofv-vcol li::before { content: ""; position: absolute; left: 0; top: 0.55em; width: 7px; height: 7px; border-radius: 2px; }
.fnc-ofv-vcol--support li::before { background: var(--fnc-accent-emphasis); }
.fnc-ofv-vcol--risk li::before { background: var(--ofv-risk); }

/* ── Direction / CTA panel ────────────────────────────────────── */
.fnc-ofv-direction {
    background: linear-gradient(135deg, #161c33 0%, #35406e 100%); color: #fff;
    border-radius: var(--fnc-radius-xl); padding: 3.25rem;
}
.fnc-ofv-direction .eyebrow {
    font-family: var(--wp--preset--font-family--label);
    font-size: 0.74rem; font-weight: 800; letter-spacing: 0.15em; text-transform: uppercase;
    color: #c3cbe8; margin: 0 0 0.8rem;
}
.fnc-ofv-direction h2 { font-family: var(--wp--preset--font-family--headline); font-size: clamp(1.6rem, 3vw, 2.1rem); font-weight: 800; letter-spacing: -0.02em; margin: 0 0 1rem; max-width: 26ch; }
.fnc-ofv-direction p { color: rgba(255, 255, 255, 0.85); line-height: 1.7; max-width: 64ch; margin: 0 0 2rem; }
.fnc-ofv-cta-row { display: flex; gap: 0.75rem; flex-wrap: wrap; align-items: center; }
.fnc-ofv-btn-ghost,
.fnc-ofv-btn-donate {
    display: inline-flex; align-items: center; justify-content: center;
    font-family: var(--wp--preset--font-family--label); font-weight: 700; font-size: 0.92rem;
    padding: 0.85rem 1.6rem; border-radius: 0.75rem; text-decoration: none;
    transition: transform .12s ease, box-shadow .15s ease, background-color .15s ease, border-color .15s ease;
}
.fnc-ofv-btn-ghost { background: rgba(255, 255, 255, 0.10); color: #fff; border: 1.5px solid rgba(255, 255, 255, 0.4); }
.fnc-ofv-btn-ghost:hover { background: rgba(255, 255, 255, 0.2); border-color: rgba(255, 255, 255, 0.72); transform: translateY(-1px); }
.fnc-ofv-btn-donate { margin-left: auto; background: #f4c95d; color: #161c33; border: 1.5px solid transparent; box-shadow: 0 4px 14px rgba(0, 0, 0, 0.18); }
.fnc-ofv-btn-donate:hover { background: #f8d478; transform: translateY(-1px); box-shadow: 0 8px 22px rgba(0, 0, 0, 0.26); }

/* ── References ───────────────────────────────────────────────── */
.fnc-ofv-refs { columns: 2; column-gap: 2.5rem; }
.fnc-ofv-refs li { break-inside: avoid; margin: 0 0 0.7rem; font-size: 0.82rem; line-height: 1.55; color: var(--wp--preset--color--on-surface-variant); overflow-wrap: anywhere; }
.fnc-ofv-refs a { color: var(--fnc-accent-fg); }
.fnc-ofv-footnote { color: var(--wp--preset--color--outline); font-size: 0.8rem; line-height: 1.6; margin-top: 2rem; }

/* ── Responsive ───────────────────────────────────────────────── */
@media (max-width: 900px) {
    .fnc-ofv-hero::before {
        right: -38%;
        bottom: -8%;
        width: 128%;
        height: 72%;
        opacity: 0.5;
        background-position: center 58%;
        -webkit-mask-image: radial-gradient(ellipse 82% 72% at 82% 78%, #000 0%, rgba(0, 0, 0, 0.9) 34%, rgba(0, 0, 0, 0.48) 58%, transparent 86%);
        mask-image: radial-gradient(ellipse 82% 72% at 82% 78%, #000 0%, rgba(0, 0, 0, 0.9) 34%, rgba(0, 0, 0, 0.48) 58%, transparent 86%);
    }
    .fnc-ofv-hero::after {
        background:
            linear-gradient(180deg, rgba(22, 28, 51, 0.96) 0%, rgba(22, 28, 51, 0.74) 58%, rgba(22, 28, 51, 0.42) 100%),
            linear-gradient(90deg, rgba(22, 28, 51, 0.86) 0%, rgba(22, 28, 51, 0.28) 100%);
    }
    .fnc-ofv-kpis { grid-template-columns: repeat(2, 1fr); }
    .fnc-ofv-data-grid,
    .fnc-ofv-domains,
    .fnc-ofv-research,
    .fnc-ofv-layers,
    .fnc-ofv-verdict { grid-template-columns: 1fr; }
    .fnc-ofv-clock,
    .fnc-ofv-flow { grid-template-columns: 1fr 1fr; }
    .fnc-ofv-slots { grid-template-columns: repeat(2, 1fr); }
    .fnc-ofv-refs { columns: 1; }
    .fnc-ofv-direction { padding: 2rem; }
}

@media (max-width: 560px) {
    .fnc-ofv-clock,
    .fnc-ofv-flow,
    .fnc-ofv-slots { grid-template-columns: 1fr; }
    .fnc-ofv-cta-row { flex-direction: column; align-items: stretch; }
    .fnc-ofv-btn-donate { margin-left: 0; order: -1; }
}
