/* Knowledge Library — /education-events/knowledge-library/
   L2 Landing · KIFC Education "Fresh Leaf Editorial" color system.
   AGPV hub의 정보 위계를 계승하되 서가·인덱스·커리큘럼 컨테이너로 차별화한다. */
.kifc-kl2 {
  --kl-green: #2f7a4a;
  --kl-green-strong: #235f3a;
  --kl-green-deep: #173f2d;
  --kl-green-ink: #102d21;
  --kl-leaf: #cdeec2;
  --kl-leaf-soft: #e4f3e9;
  --kl-paper: #fbfaf5;
  --kl-paper-deep: #f2efe5;
  --kl-mist: #edf3ee;
  --kl-white: #ffffff;
  --kl-ink: #17201b;
  --kl-muted: #526159;
  --kl-outline: #cbd6ce;
  --kl-shadow: rgba(24, 71, 45, .12);
  --kl-font: "Pretendard Variable", Pretendard, -apple-system, "Apple SD Gothic Neo", sans-serif;
  --kl-display: Manrope, "Pretendard Variable", Pretendard, sans-serif;
  background: var(--kl-paper);
  color: var(--kl-ink);
  font-family: var(--kl-font);
  line-height: 1.65;
  word-break: keep-all;
  -webkit-font-smoothing: antialiased;
}

.kifc-kl2 *,
.kifc-kl2 *::before,
.kifc-kl2 *::after {
  box-sizing: border-box;
}

.kifc-kl2 :where(h1, h2, h3, p, dl, dd, ol) {
  margin: 0;
}

.kifc-kl2 :where(a:any-link) {
  color: inherit;
  text-decoration: none;
}

.kifc-kl2 :focus-visible {
  outline: 3px solid var(--kl-green);
  outline-offset: 4px;
}

.kifc-kl2 .kl2-wrap {
  width: min(calc(100% - 64px), 1120px);
  margin-inline: auto;
}

.kifc-kl2 .kl2-num {
  font-family: var(--kl-display);
  font-variant-numeric: tabular-nums;
}

.kifc-kl2 .kl2-kicker {
  display: inline-flex;
  align-items: center;
  gap: .65rem;
  color: var(--kl-leaf);
  font-family: var(--kl-display);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.kifc-kl2 .kl2-kicker::before {
  width: 1.4rem;
  height: 2px;
  background: currentColor;
  content: "";
}

.kifc-kl2 .kl2-kicker--green {
  color: var(--kl-green-strong);
}

.kifc-kl2 .kl2-kicker--light {
  color: var(--kl-leaf);
}

.kifc-kl2 .kl2-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(4.5rem, 9vw, 7.5rem) 0 0;
  color: #f4f8f5;
  background: var(--kl-green-deep);
}

.kifc-kl2 .kl2-hero__media,
.kifc-kl2 .kl2-hero__veil {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.kifc-kl2 .kl2-hero__media {
  z-index: -3;
  overflow: hidden;
  background:
    linear-gradient(132deg, #173f2d, #0d261b),
    url("/wp-content/uploads/2026/04/hero-rice-field.jpg") center 58% / cover no-repeat;
}

.kifc-kl2 .kl2-hero__video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 58%;
  filter: saturate(.82) contrast(1.04) brightness(.9);
  transform: scale(1.035);
}

.kifc-kl2 .kl2-hero__veil {
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(8, 34, 23, .88) 0%, rgba(8, 34, 23, .72) 48%, rgba(8, 34, 23, .56) 100%),
    linear-gradient(0deg, rgba(6, 28, 18, .78) 0%, rgba(6, 28, 18, .08) 48%, rgba(6, 28, 18, .42) 100%);
}

.kifc-kl2 .kl2-hero::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  opacity: .2;
  background-image:
    repeating-linear-gradient(116deg, rgba(255, 255, 255, .04) 0 1px, transparent 1px 54px),
    radial-gradient(circle at 75% 30%, rgba(255, 255, 255, .08) 0 1px, transparent 1.5px);
  background-size: auto, 18px 18px;
  mask-image: linear-gradient(90deg, transparent, #000 32%, #000);
  content: "";
  pointer-events: none;
}

.kifc-kl2 .kl2-hero > .kl2-wrap {
  position: relative;
  z-index: 1;
}

.kifc-kl2 .kl2-hero__media-tools {
  position: absolute;
  z-index: 3;
  top: 1.5rem;
  right: max(32px, calc((100vw - 1120px) / 2));
  display: flex;
  align-items: center;
  gap: .55rem;
}

.kifc-kl2 .kl2-hero__motion-toggle,
.kifc-kl2 .kl2-hero__credit {
  min-height: 2.75rem;
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 999px;
  color: rgba(255, 255, 255, .82);
  background: rgba(8, 34, 23, .44);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  font-family: var(--kl-display);
  font-size: .65rem;
  font-weight: 750;
  letter-spacing: .04em;
}

.kifc-kl2 .kl2-hero__motion-toggle {
  gap: .5rem;
  padding: .5rem .9rem;
  cursor: pointer;
}

.kifc-kl2 .kl2-hero__motion-toggle::before {
  width: .5rem;
  height: .5rem;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--kl-leaf);
  box-shadow: 0 0 0 .28rem rgba(205, 238, 194, .12);
  content: "";
}

.kifc-kl2 .kl2-hero__motion-toggle[data-paused="true"]::before {
  border: 1px solid rgba(255, 255, 255, .7);
  background: transparent;
  box-shadow: none;
}

.kifc-kl2 .kl2-hero__credit {
  padding: .5rem .9rem;
  transition: border-color .25s ease, background-color .25s ease, color .25s ease;
}

.kifc-kl2 .kl2-hero__motion-toggle:hover,
.kifc-kl2 .kl2-hero__credit:hover {
  border-color: rgba(255, 255, 255, .48);
  color: #fff;
  background: rgba(8, 34, 23, .66);
}

.kifc-kl2 .kl2-hero__grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 21rem;
  gap: clamp(3rem, 7vw, 6rem);
  align-items: center;
}

.kifc-kl2 .kl2-hero__copy h1 {
  max-width: 13ch;
  margin: 1.25rem 0 1.4rem;
  color: #fff;
  font-family: var(--kl-font);
  font-size: clamp(2.75rem, 5.4vw, 4.75rem);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -.045em;
  text-wrap: balance;
}

.kifc-kl2 .kl2-hero__copy h1 em {
  color: var(--kl-leaf);
  font-style: normal;
}

.kifc-kl2 .kl2-hero__lede {
  max-width: 38rem;
  color: rgba(244, 248, 245, .78);
  font-size: clamp(1rem, 1.6vw, 1.15rem);
  line-height: 1.78;
}

.kifc-kl2 .kl2-hero__actions,
.kifc-kl2 .kl2-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
  margin-top: 2rem;
}

.kifc-kl2 .kl2-button {
  min-height: 3.25rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .75rem;
  padding: .6rem .65rem .6rem 1.35rem;
  border-radius: 999px;
  font-size: .92rem;
  font-weight: 750;
  transition: transform .5s cubic-bezier(.16, 1, .3, 1), background-color .5s cubic-bezier(.16, 1, .3, 1), color .5s cubic-bezier(.16, 1, .3, 1), border-color .5s cubic-bezier(.16, 1, .3, 1);
}

.kifc-kl2 .kl2-button:hover {
  transform: translateY(-2px) scale(1.02);
}

.kifc-kl2 .kl2-button:active {
  transform: scale(.98);
}

.kifc-kl2 .kl2-button__arrow {
  width: 2rem;
  height: 2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-family: var(--kl-display);
  transition: transform .5s cubic-bezier(.16, 1, .3, 1);
}

.kifc-kl2 .kl2-button:hover .kl2-button__arrow {
  transform: translateX(3px);
}

.kifc-kl2 .kl2-button--light {
  color: var(--kl-green-deep);
  background: var(--kl-leaf);
}

.kifc-kl2 .kl2-button--light .kl2-button__arrow {
  background: rgba(23, 63, 45, .1);
}

.kifc-kl2 .kl2-button--ghost {
  border: 1px solid rgba(255, 255, 255, .3);
  color: #fff;
  background: rgba(255, 255, 255, .06);
}

.kifc-kl2 .kl2-button--ghost .kl2-button__arrow,
.kifc-kl2 .kl2-button--ghost-light .kl2-button__arrow {
  background: rgba(255, 255, 255, .1);
}

.kifc-kl2 .kl2-status-shell,
.kifc-kl2 .kl2-topic-shell,
.kifc-kl2 .kl2-feature-shell {
  padding: .4rem;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 1.6rem;
  background: rgba(255, 255, 255, .06);
}

.kifc-kl2 .kl2-status {
  padding: 1.35rem 1.45rem;
  border-radius: 1.25rem;
  background: rgba(255, 255, 255, .07);
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, .14);
}

.kifc-kl2 .kl2-status__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, .12);
  color: rgba(255, 255, 255, .58);
  font-family: var(--kl-display);
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.kifc-kl2 .kl2-status__live {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  color: var(--kl-leaf);
}

.kifc-kl2 .kl2-status__live i {
  width: .45rem;
  height: .45rem;
  border-radius: 50%;
  background: var(--kl-leaf);
  box-shadow: 0 0 0 .3rem rgba(205, 238, 194, .1);
}

.kifc-kl2 .kl2-status dl > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: .9rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.kifc-kl2 .kl2-status dl > div:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.kifc-kl2 .kl2-status dt {
  color: rgba(255, 255, 255, .58);
  font-size: .78rem;
}

.kifc-kl2 .kl2-status dd {
  color: #fff;
  font-family: var(--kl-display);
  font-size: .82rem;
  font-weight: 800;
}

.kifc-kl2 .kl2-ledger {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr)) 1.35fr;
  margin-top: clamp(3.5rem, 7vw, 5.5rem);
  overflow: hidden;
  border-radius: 1.5rem 1.5rem 0 0;
  color: var(--kl-ink);
  background: var(--kl-white);
  box-shadow: 0 24px 60px -22px rgba(5, 25, 15, .48);
}

.kifc-kl2 .kl2-ledger__item,
.kifc-kl2 .kl2-ledger__note {
  min-height: 8.8rem;
  padding: 1.55rem;
}

.kifc-kl2 .kl2-ledger__item {
  display: flex;
  align-items: flex-end;
  gap: .85rem;
  border-right: 1px solid var(--kl-outline);
}

.kifc-kl2 .kl2-ledger__item strong {
  color: var(--kl-green);
  font-size: 2.25rem;
  line-height: 1;
}

.kifc-kl2 .kl2-ledger__item span {
  color: var(--kl-muted);
  font-size: .78rem;
  font-weight: 650;
  line-height: 1.45;
}

.kifc-kl2 .kl2-ledger__note {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: var(--kl-leaf-soft);
}

.kifc-kl2 .kl2-ledger__note > span {
  color: var(--kl-green-strong);
  font-family: var(--kl-display);
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .13em;
}

.kifc-kl2 .kl2-ledger__note p {
  margin-top: .55rem;
  color: var(--kl-green-deep);
  font-size: .9rem;
  font-weight: 700;
}

.kifc-kl2 .kl2-rail {
  position: sticky;
  z-index: 20;
  top: 0;
  border-bottom: 1px solid rgba(47, 122, 74, .16);
  background: rgba(251, 250, 245, .94);
  backdrop-filter: blur(12px);
}

.kifc-kl2 .kl2-rail .kl2-wrap {
  display: flex;
  align-items: center;
  gap: .25rem;
  min-height: 3.6rem;
  overflow-x: auto;
  scrollbar-width: none;
}

.kifc-kl2 .kl2-rail .kl2-wrap::-webkit-scrollbar {
  display: none;
}

.kifc-kl2 .kl2-rail a {
  flex: none;
  padding: .62rem .95rem;
  border-radius: 999px;
  color: var(--kl-muted);
  font-size: .78rem;
  font-weight: 700;
  white-space: nowrap;
  transition: color .5s cubic-bezier(.16, 1, .3, 1), background-color .5s cubic-bezier(.16, 1, .3, 1);
}

.kifc-kl2 .kl2-rail a:hover,
.kifc-kl2 .kl2-rail a.is-active {
  color: #fff;
  background: var(--kl-green);
}

.kifc-kl2 .kl2-section {
  padding: clamp(5.5rem, 10vw, 8.5rem) 0;
  scroll-margin-top: 4rem;
}

.kifc-kl2 .kl2-section--paper {
  background: var(--kl-paper);
}

.kifc-kl2 .kl2-section--mist {
  background:
    radial-gradient(34rem 20rem at 95% 5%, rgba(205, 238, 194, .38), transparent 70%),
    var(--kl-mist);
}

.kifc-kl2 .kl2-section-head {
  max-width: 46rem;
  margin-bottom: 3rem;
}

.kifc-kl2 .kl2-section-head--split {
  max-width: none;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(18rem, 30rem);
  gap: 4rem;
  align-items: end;
}

.kifc-kl2 .kl2-section-head h2,
.kifc-kl2 .kl2-youth-intro h2,
.kifc-kl2 .kl2-cta h2 {
  margin-top: .8rem;
  color: var(--kl-green-ink);
  font-size: clamp(2rem, 4vw, 3.25rem);
  font-weight: 800;
  line-height: 1.18;
  letter-spacing: -.035em;
  text-wrap: balance;
}

.kifc-kl2 .kl2-section-head p {
  margin-top: .9rem;
  color: var(--kl-muted);
  font-size: .98rem;
  line-height: 1.75;
}

.kifc-kl2 .kl2-section-head--split > p {
  margin: 0 0 .25rem;
}

.kifc-kl2 .kl2-topic-bento {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 1rem;
}

.kifc-kl2 .kl2-topic-shell {
  border-color: rgba(32, 93, 57, .11);
  background: rgba(32, 93, 57, .05);
}

.kifc-kl2 .kl2-topic-shell--feature {
  grid-column: span 7;
  grid-row: span 2;
}

.kifc-kl2 .kl2-topic-shell--youth,
.kifc-kl2 .kl2-topic-shell--data {
  grid-column: span 5;
}

.kifc-kl2 .kl2-topic--farmers {
  grid-column: span 5;
}

.kifc-kl2 .kl2-topic--policy {
  grid-column: span 7;
}

.kifc-kl2 .kl2-topic {
  position: relative;
  min-height: 15rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(1.5rem, 3vw, 2.25rem);
  border-radius: 1.25rem;
  background: var(--kl-white);
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, .8);
}

.kifc-kl2 a.kl2-topic {
  transition: transform .5s cubic-bezier(.16, 1, .3, 1), box-shadow .5s cubic-bezier(.16, 1, .3, 1), background-color .5s cubic-bezier(.16, 1, .3, 1);
}

.kifc-kl2 a.kl2-topic:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 60px -28px var(--kl-shadow);
}

.kifc-kl2 .kl2-topic--feature {
  min-height: 31.4rem;
  color: #fff;
  background:
    radial-gradient(28rem 20rem at 92% 8%, rgba(205, 238, 194, .18), transparent 70%),
    var(--kl-green-deep);
}

.kifc-kl2 .kl2-topic__index {
  width: 2.4rem;
  height: 2.4rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: .75rem;
  color: var(--kl-green-strong);
  background: var(--kl-leaf-soft);
  font-family: var(--kl-display);
  font-size: .75rem;
  font-weight: 800;
}

.kifc-kl2 .kl2-topic--feature .kl2-topic__index {
  color: var(--kl-green-deep);
  background: var(--kl-leaf);
}

.kifc-kl2 .kl2-topic__label {
  display: block;
  margin-bottom: .5rem;
  color: var(--kl-green);
  font-family: var(--kl-display);
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.kifc-kl2 .kl2-topic--feature .kl2-topic__label {
  color: var(--kl-leaf);
}

.kifc-kl2 .kl2-topic h3 {
  color: var(--kl-green-ink);
  font-size: clamp(1.3rem, 2.1vw, 1.75rem);
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: -.025em;
}

.kifc-kl2 .kl2-topic--feature h3 {
  max-width: 12ch;
  color: #fff;
  font-size: clamp(2rem, 4vw, 3rem);
}

.kifc-kl2 .kl2-topic p {
  max-width: 34rem;
  margin-top: .65rem;
  color: var(--kl-muted);
  font-size: .9rem;
}

.kifc-kl2 .kl2-topic--feature p {
  color: rgba(255, 255, 255, .68);
}

.kifc-kl2 .kl2-topic__action {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  margin-top: 1.5rem;
  color: var(--kl-green-strong);
  font-size: .82rem;
  font-weight: 800;
}

.kifc-kl2 .kl2-topic--feature .kl2-topic__action {
  color: var(--kl-leaf);
}

.kifc-kl2 .kl2-topic__action i,
.kifc-kl2 .kl2-text-link i {
  font-style: normal;
  transition: transform .5s cubic-bezier(.16, 1, .3, 1);
}

.kifc-kl2 a:hover .kl2-topic__action i,
.kifc-kl2 a:hover .kl2-text-link i {
  transform: translateX(4px);
}

.kifc-kl2 .kl2-topic--pending {
  border: 1px dashed rgba(47, 122, 74, .32);
  background:
    repeating-linear-gradient(135deg, transparent 0 14px, rgba(47, 122, 74, .025) 14px 28px),
    var(--kl-paper-deep);
}

.kifc-kl2 .kl2-pending {
  width: max-content;
  display: inline-flex;
  align-items: center;
  padding: .35rem .7rem;
  border-radius: 999px;
  color: var(--kl-green-strong);
  background: var(--kl-leaf-soft);
  font-size: .7rem;
  font-weight: 800;
}

.kifc-kl2 .kl2-feature-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr);
  gap: 1.25rem;
}

.kifc-kl2 .kl2-feature-shell {
  border-color: rgba(32, 93, 57, .12);
  background: rgba(255, 255, 255, .5);
}

.kifc-kl2 .kl2-feature,
.kifc-kl2 .kl2-feature-stack {
  min-width: 0;
}

.kifc-kl2 .kl2-feature {
  overflow: hidden;
  border-radius: 1.2rem;
  background: var(--kl-white);
  transition: transform .5s cubic-bezier(.16, 1, .3, 1), box-shadow .5s cubic-bezier(.16, 1, .3, 1);
}

.kifc-kl2 a.kl2-feature:hover {
  transform: translateY(-4px);
  box-shadow: 0 26px 70px -34px var(--kl-shadow);
}

.kifc-kl2 .kl2-feature--lead {
  height: 100%;
  display: grid;
  grid-template-rows: 1.1fr .9fr;
}

.kifc-kl2 .kl2-feature__visual {
  position: relative;
  min-height: 22rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 2rem;
  color: #fff;
  background:
    radial-gradient(circle at 76% 22%, rgba(205, 238, 194, .34), transparent 23%),
    repeating-radial-gradient(circle at 76% 22%, transparent 0 34px, rgba(255, 255, 255, .06) 35px 36px),
    linear-gradient(145deg, #2f7a4a, #173f2d);
}

.kifc-kl2 .kl2-feature__series {
  font-family: var(--kl-display);
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .14em;
}

.kifc-kl2 .kl2-feature__mark {
  align-self: center;
  font-family: var(--kl-display);
  font-size: clamp(4rem, 8vw, 6.5rem);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -.06em;
}

.kifc-kl2 .kl2-feature__fact {
  align-self: flex-end;
  text-align: right;
  color: rgba(255, 255, 255, .72);
  font-size: .82rem;
  font-weight: 650;
}

.kifc-kl2 .kl2-feature__body {
  padding: clamp(1.5rem, 3vw, 2.2rem);
}

.kifc-kl2 .kl2-chip {
  display: inline-flex;
  padding: .32rem .65rem;
  border-radius: 999px;
  color: var(--kl-green-strong);
  background: var(--kl-leaf-soft);
  font-size: .68rem;
  font-weight: 800;
}

.kifc-kl2 .kl2-feature h3 {
  margin-top: .8rem;
  color: var(--kl-green-ink);
  font-size: clamp(1.4rem, 2.4vw, 2rem);
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: -.025em;
}

.kifc-kl2 .kl2-feature p {
  margin-top: .65rem;
  color: var(--kl-muted);
  font-size: .88rem;
}

.kifc-kl2 .kl2-text-link {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  margin-top: 1.35rem;
  color: var(--kl-green-strong);
  font-size: .8rem;
  font-weight: 800;
}

.kifc-kl2 .kl2-feature-stack {
  display: grid;
  gap: 1.25rem;
}

.kifc-kl2 .kl2-feature--compact {
  height: 100%;
  display: grid;
  grid-template-columns: 6rem minmax(0, 1fr);
  align-items: stretch;
}

.kifc-kl2 .kl2-feature__number {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: 2rem;
  color: var(--kl-green);
  background: var(--kl-leaf-soft);
  font-size: 2.2rem;
  font-weight: 800;
}

.kifc-kl2 .kl2-feature--dark {
  color: #fff;
  background: var(--kl-green-deep);
}

.kifc-kl2 .kl2-feature--dark .kl2-feature__number {
  color: var(--kl-leaf);
  background: rgba(255, 255, 255, .06);
}

.kifc-kl2 .kl2-feature--dark h3 {
  color: #fff;
}

.kifc-kl2 .kl2-feature--dark p {
  color: rgba(255, 255, 255, .65);
}

.kifc-kl2 .kl2-feature--dark .kl2-text-link {
  color: var(--kl-leaf);
}

.kifc-kl2 .kl2-breather {
  position: relative;
  overflow: hidden;
  padding: clamp(3.25rem, 6vw, 5rem) 0;
  color: #fff;
  text-align: left;
  background:
    radial-gradient(32rem 16rem at 88% 0%, rgba(205, 238, 194, .16), transparent 72%),
    linear-gradient(110deg, var(--kl-green-deep) 0%, var(--kl-green-strong) 100%);
}

.kifc-kl2 .kl2-breather::before {
  position: absolute;
  inset: 0 auto 0 0;
  width: clamp(.45rem, 1vw, .8rem);
  background: var(--kl-leaf);
  content: "";
}

.kifc-kl2 .kl2-breather::after {
  position: absolute;
  right: -7rem;
  bottom: -11rem;
  width: 25rem;
  height: 25rem;
  border: 1px solid rgba(255, 255, 255, .11);
  border-radius: 50%;
  box-shadow:
    0 0 0 3.5rem rgba(255, 255, 255, .025),
    0 0 0 7rem rgba(255, 255, 255, .018);
  content: "";
  pointer-events: none;
}

.kifc-kl2 .kl2-breather .kl2-wrap {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(11rem, .42fr) minmax(0, 1.58fr);
  gap: clamp(2rem, 6vw, 6rem);
  align-items: center;
}

.kifc-kl2 .kl2-breather span {
  display: inline-flex;
  align-items: center;
  gap: .75rem;
  color: var(--kl-leaf);
  font-family: var(--kl-display);
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .15em;
}

.kifc-kl2 .kl2-breather span::before {
  width: 1.5rem;
  height: 2px;
  flex: 0 0 auto;
  background: currentColor;
  content: "";
}

.kifc-kl2 .kl2-breather p {
  max-width: 30ch;
  margin: 0;
  color: rgba(255, 255, 255, .94);
  font-size: clamp(1.55rem, 3vw, 2.6rem);
  font-weight: 700;
  line-height: 1.42;
  letter-spacing: -.035em;
}

.kifc-kl2 .kl2-breather strong {
  color: var(--kl-leaf);
}

.kifc-kl2 .kl2-index {
  border-top: 2px solid var(--kl-green-deep);
}

.kifc-kl2 .kl2-index-row {
  display: grid;
  grid-template-columns: 3rem 7rem minmax(0, 1fr) 7rem 2rem;
  gap: 1rem;
  align-items: center;
  min-height: 6.6rem;
  padding: 1.15rem .4rem;
  border-bottom: 1px solid var(--kl-outline);
  transition: transform .5s cubic-bezier(.16, 1, .3, 1), background-color .5s cubic-bezier(.16, 1, .3, 1), color .5s cubic-bezier(.16, 1, .3, 1);
}

.kifc-kl2 .kl2-index-row:hover {
  transform: translateX(4px);
  background: var(--kl-leaf-soft);
}

.kifc-kl2 .kl2-index-row__no {
  color: var(--kl-outline);
  font-size: 1.3rem;
  font-weight: 800;
}

.kifc-kl2 .kl2-index-row__kind {
  color: var(--kl-green-strong);
  font-size: .7rem;
  font-weight: 800;
}

.kifc-kl2 .kl2-index-row__title {
  color: var(--kl-green-ink);
  font-size: 1.05rem;
  font-weight: 750;
}

.kifc-kl2 .kl2-index-row__meta {
  color: var(--kl-muted);
  font-family: var(--kl-display);
  font-size: .72rem;
}

.kifc-kl2 .kl2-index-row__go {
  color: var(--kl-green);
  font-size: 1.2rem;
  transition: transform .5s cubic-bezier(.16, 1, .3, 1);
}

.kifc-kl2 .kl2-index-row:hover .kl2-index-row__go {
  transform: translateX(4px);
}

.kifc-kl2 .kl2-index-row--report {
  background: linear-gradient(90deg, rgba(205, 238, 194, .42), transparent);
}

.kifc-kl2 .kl2-section--green {
  color: #fff;
  background:
    radial-gradient(42rem 28rem at 3% 100%, rgba(205, 238, 194, .12), transparent 70%),
    var(--kl-green-deep);
}

.kifc-kl2 .kl2-youth-layout {
  display: grid;
  grid-template-columns: minmax(16rem, .72fr) minmax(0, 1.28fr);
  gap: clamp(3rem, 8vw, 7rem);
  align-items: start;
}

.kifc-kl2 .kl2-youth-intro {
  position: sticky;
  top: 7rem;
}

.kifc-kl2 .kl2-youth-intro h2 {
  color: #fff;
}

.kifc-kl2 .kl2-youth-intro p {
  margin-top: 1.1rem;
  color: rgba(255, 255, 255, .66);
}

.kifc-kl2 .kl2-button--leaf {
  color: var(--kl-green-deep);
  background: var(--kl-leaf);
}

.kifc-kl2 .kl2-button--leaf .kl2-button__arrow {
  background: rgba(23, 63, 45, .1);
}

.kifc-kl2 .kl2-curriculum {
  list-style: none;
}

.kifc-kl2 .kl2-curriculum li {
  border-top: 1px solid rgba(255, 255, 255, .14);
}

.kifc-kl2 .kl2-curriculum li:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, .14);
}

.kifc-kl2 .kl2-curriculum a {
  display: grid;
  grid-template-columns: 4.5rem minmax(0, 1fr) 2rem;
  gap: 1.25rem;
  align-items: center;
  padding: 1.65rem .6rem;
  transition: transform .5s cubic-bezier(.16, 1, .3, 1), background-color .5s cubic-bezier(.16, 1, .3, 1);
}

.kifc-kl2 .kl2-curriculum a:hover {
  transform: translateX(4px);
  background: rgba(255, 255, 255, .06);
}

.kifc-kl2 .kl2-curriculum__step {
  color: var(--kl-leaf);
  font-size: 1.75rem;
  font-weight: 800;
}

.kifc-kl2 .kl2-curriculum__copy {
  min-width: 0;
  display: flex;
  flex-direction: column;
}

.kifc-kl2 .kl2-curriculum__copy small {
  color: var(--kl-leaf);
  font-family: var(--kl-display);
  font-size: .65rem;
  font-weight: 800;
  letter-spacing: .1em;
}

.kifc-kl2 .kl2-curriculum__copy strong {
  margin: .25rem 0 .35rem;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 800;
}

.kifc-kl2 .kl2-curriculum__copy > span {
  color: rgba(255, 255, 255, .62);
  font-size: .82rem;
}

.kifc-kl2 .kl2-curriculum a > i {
  color: var(--kl-leaf);
  font-size: 1.2rem;
  font-style: normal;
  transition: transform .5s cubic-bezier(.16, 1, .3, 1);
}

.kifc-kl2 .kl2-curriculum a:hover > i {
  transform: translateX(4px);
}

.kifc-kl2 .kl2-coming-grid {
  display: grid;
  grid-template-columns: 1.08fr .92fr 1fr;
  gap: 1rem;
  align-items: start;
}

.kifc-kl2 .kl2-coming-card {
  position: relative;
  min-height: 22rem;
  display: flex;
  flex-direction: column;
  padding: 2rem;
  overflow: hidden;
  border: 1px dashed rgba(47, 122, 74, .35);
  border-radius: 1.5rem;
  background: var(--kl-paper-deep);
}

.kifc-kl2 .kl2-coming-card--two {
  margin-top: 2rem;
}

.kifc-kl2 .kl2-coming-card--three {
  margin-top: .75rem;
}

.kifc-kl2 .kl2-coming-card::after {
  position: absolute;
  right: -3.5rem;
  bottom: -4rem;
  width: 11rem;
  height: 11rem;
  border: 1.8rem solid rgba(47, 122, 74, .05);
  border-radius: 50%;
  content: "";
}

.kifc-kl2 .kl2-coming-card__no {
  color: var(--kl-outline);
  font-size: 2rem;
  font-weight: 800;
}

.kifc-kl2 .kl2-coming-card .kl2-pending {
  margin-top: 1.5rem;
}

.kifc-kl2 .kl2-coming-card h3 {
  margin-top: 1rem;
  color: var(--kl-green-ink);
  font-size: 1.45rem;
  font-weight: 800;
  letter-spacing: -.025em;
}

.kifc-kl2 .kl2-coming-card p {
  margin-top: .7rem;
  color: var(--kl-muted);
  font-size: .88rem;
}

.kifc-kl2 .kl2-coming-card__meta {
  margin-top: auto;
  color: var(--kl-green);
  font-family: var(--kl-display);
  font-size: .67rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.kifc-kl2 .kl2-cta {
  padding: 0 0 clamp(5rem, 9vw, 7.5rem);
  background: var(--kl-paper);
}

.kifc-kl2 .kl2-cta__inner {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 3rem;
  align-items: end;
  padding: clamp(2.25rem, 5vw, 4rem);
  border-radius: 2rem;
  color: #fff;
  background:
    radial-gradient(34rem 16rem at 95% 0, rgba(205, 238, 194, .2), transparent 70%),
    linear-gradient(135deg, var(--kl-green-deep), #0d261b);
  box-shadow: 0 30px 70px -34px rgba(23, 63, 45, .5);
}

.kifc-kl2 .kl2-cta__inner::after {
  position: absolute;
  right: -5rem;
  bottom: -7rem;
  width: 18rem;
  height: 18rem;
  border: 2.4rem solid rgba(255, 255, 255, .035);
  border-radius: 50%;
  content: "";
}

.kifc-kl2 .kl2-cta h2 {
  position: relative;
  z-index: 1;
  color: #fff;
}

.kifc-kl2 .kl2-cta p {
  position: relative;
  z-index: 1;
  max-width: 38rem;
  margin-top: 1rem;
  color: rgba(255, 255, 255, .65);
}

.kifc-kl2 .kl2-cta__actions {
  position: relative;
  z-index: 1;
  justify-content: flex-end;
}

.kifc-kl2 .kl2-button--ghost-light {
  border: 1px solid rgba(255, 255, 255, .32);
  color: #fff;
  background: transparent;
}

.kifc-kl2.kl2-js [data-kl-reveal] {
  opacity: 0;
  transform: translateY(2rem);
}

.kifc-kl2.kl2-js [data-kl-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
  transition: opacity .8s cubic-bezier(.16, 1, .3, 1), transform .8s cubic-bezier(.16, 1, .3, 1);
}

@media (max-width: 980px) {
  .kifc-kl2 .kl2-hero__grid,
  .kifc-kl2 .kl2-section-head--split,
  .kifc-kl2 .kl2-youth-layout,
  .kifc-kl2 .kl2-cta__inner {
    grid-template-columns: 1fr;
  }

  .kifc-kl2 .kl2-status-shell {
    max-width: 35rem;
  }

  .kifc-kl2 .kl2-ledger {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .kifc-kl2 .kl2-ledger__note {
    grid-column: 1 / -1;
    min-height: auto;
  }

  .kifc-kl2 .kl2-section-head--split {
    gap: 1rem;
  }

  .kifc-kl2 .kl2-topic-shell--feature,
  .kifc-kl2 .kl2-topic-shell--youth,
  .kifc-kl2 .kl2-topic-shell--data,
  .kifc-kl2 .kl2-topic--farmers,
  .kifc-kl2 .kl2-topic--policy {
    grid-column: span 6;
  }

  .kifc-kl2 .kl2-topic-shell--feature {
    grid-row: span 1;
  }

  .kifc-kl2 .kl2-topic--feature {
    min-height: 22rem;
  }

  .kifc-kl2 .kl2-feature-grid {
    grid-template-columns: 1fr;
  }

  .kifc-kl2 .kl2-feature--lead {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
  }

  .kifc-kl2 .kl2-youth-intro {
    position: static;
    max-width: 38rem;
  }

  .kifc-kl2 .kl2-coming-grid {
    grid-template-columns: 1fr 1fr;
  }

  .kifc-kl2 .kl2-coming-card--two,
  .kifc-kl2 .kl2-coming-card--three {
    margin-top: 0;
  }

  .kifc-kl2 .kl2-coming-card--three {
    grid-column: 1 / -1;
    min-height: 16rem;
  }

  .kifc-kl2 .kl2-cta__actions {
    justify-content: flex-start;
  }
}

@media (max-width: 700px) {
  .kifc-kl2 .kl2-wrap {
    width: min(calc(100% - 40px), 1120px);
  }

  .kifc-kl2 .kl2-hero {
    padding-top: 5.5rem;
  }

  .kifc-kl2 .kl2-hero__media-tools {
    top: 1rem;
    right: 20px;
    left: 20px;
    justify-content: flex-end;
  }

  .kifc-kl2 .kl2-hero__credit {
    overflow: hidden;
    max-width: 8.5rem;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  .kifc-kl2 .kl2-hero__grid {
    gap: 2.5rem;
  }

  .kifc-kl2 .kl2-hero__copy h1 {
    font-size: clamp(2.45rem, 12vw, 3.6rem);
  }

  .kifc-kl2 .kl2-hero__actions,
  .kifc-kl2 .kl2-cta__actions {
    align-items: stretch;
    flex-direction: column;
  }

  .kifc-kl2 .kl2-button {
    width: 100%;
    justify-content: space-between;
  }

  .kifc-kl2 .kl2-ledger {
    grid-template-columns: 1fr;
    border-radius: 1.25rem 1.25rem 0 0;
  }

  .kifc-kl2 .kl2-ledger__item {
    min-height: 6.5rem;
    border-right: 0;
    border-bottom: 1px solid var(--kl-outline);
  }

  .kifc-kl2 .kl2-section {
    padding: 5rem 0;
  }

  .kifc-kl2 .kl2-breather {
    padding: 3.5rem 0;
  }

  .kifc-kl2 .kl2-breather .kl2-wrap {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }

  .kifc-kl2 .kl2-breather p {
    max-width: 24ch;
    font-size: clamp(1.45rem, 7vw, 2rem);
    line-height: 1.5;
  }

  .kifc-kl2 .kl2-topic-bento,
  .kifc-kl2 .kl2-coming-grid {
    grid-template-columns: 1fr;
  }

  .kifc-kl2 .kl2-topic-shell--feature,
  .kifc-kl2 .kl2-topic-shell--youth,
  .kifc-kl2 .kl2-topic-shell--data,
  .kifc-kl2 .kl2-topic--farmers,
  .kifc-kl2 .kl2-topic--policy,
  .kifc-kl2 .kl2-coming-card--three {
    grid-column: auto;
  }

  .kifc-kl2 .kl2-topic,
  .kifc-kl2 .kl2-topic--feature {
    min-height: 18rem;
  }

  .kifc-kl2 .kl2-feature--lead {
    grid-template-columns: 1fr;
  }

  .kifc-kl2 .kl2-feature__visual {
    min-height: 18rem;
  }

  .kifc-kl2 .kl2-feature--compact {
    grid-template-columns: 4.25rem minmax(0, 1fr);
  }

  .kifc-kl2 .kl2-feature__number {
    font-size: 1.55rem;
  }

  .kifc-kl2 .kl2-index-row {
    grid-template-columns: 2.5rem minmax(0, 1fr) 1.5rem;
    gap: .7rem;
    min-height: 7.5rem;
  }

  .kifc-kl2 .kl2-index-row__kind,
  .kifc-kl2 .kl2-index-row__meta {
    grid-column: 2;
  }

  .kifc-kl2 .kl2-index-row__kind {
    align-self: end;
  }

  .kifc-kl2 .kl2-index-row__title {
    grid-column: 2;
    font-size: .96rem;
  }

  .kifc-kl2 .kl2-index-row__meta {
    align-self: start;
  }

  .kifc-kl2 .kl2-index-row__no {
    grid-row: 1 / 4;
    align-self: center;
  }

  .kifc-kl2 .kl2-index-row__go {
    grid-column: 3;
    grid-row: 1 / 4;
    align-self: center;
  }

  .kifc-kl2 .kl2-curriculum a {
    grid-template-columns: 3rem minmax(0, 1fr) 1rem;
    gap: .8rem;
    padding-inline: 0;
  }

  .kifc-kl2 .kl2-curriculum__step {
    font-size: 1.35rem;
  }

  .kifc-kl2 .kl2-coming-card {
    min-height: 18rem;
  }

  .kifc-kl2 .kl2-cta__inner {
    gap: 1.5rem;
    border-radius: 1.5rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .kifc-kl2 *,
  .kifc-kl2 *::before,
  .kifc-kl2 *::after {
    scroll-behavior: auto !important;
    animation: none !important;
    transition-duration: .01ms !important;
  }

  .kifc-kl2.kl2-js [data-kl-reveal] {
    opacity: 1;
    transform: none;
  }

  .kifc-kl2 .kl2-hero__video {
    transform: none;
  }
}
