
:root {
  --green: #0b6b3a;
  --green-hi: #35c46f;
  --seg-1: #0f7a44;
  --seg-2: #1fa35c;
  --seg-3: #38c878;
}

.kicker { font-family: var(--sans); font-weight: 600; font-variant-numeric: tabular-nums; font-size: 14px; letter-spacing: .1em; color: var(--green); margin-bottom: 22px; }

.opener {
  position: relative; height: 64vh; min-height: 480px; max-height: 720px;
  overflow: hidden; background: var(--black); display: flex; align-items: center;
}
.opener-media { position: absolute; inset: 0; }
.opener-media img { width: 100%; height: 100%; object-fit: cover; opacity: .78; }
.opener-scrim {
  position: absolute; inset: 0; z-index: 10;
  background: linear-gradient(to top, rgba(0,0,0,.74), rgba(0,0,0,.26) 55%, rgba(0,0,0,.3));
}
.opener-grid {
  position: absolute; inset: 0; z-index: 10; opacity: .5; pointer-events: none;
  background-image: linear-gradient(rgba(255,255,255,.09) 1px, transparent 1px),
                    linear-gradient(90deg, rgba(255,255,255,.09) 1px, transparent 1px);
  background-size: 50px 50px;
}
.opener-content { position: relative; z-index: 20; padding-top: 40px; }
.crumb { display: flex; align-items: center; gap: 10px; margin-bottom: 20px; font-size: 12px; color: rgba(255,255,255,.6); }
.crumb a { transition: color .3s; }
.crumb a:hover { color: var(--green-hi); }
.crumb span[aria-hidden] { color: rgba(255,255,255,.28); }
.opener-kicker {
  font-family: var(--sans); font-weight: 600; font-size: 15px; color: var(--green-hi);
  letter-spacing: .5em; text-transform: uppercase; margin-bottom: 16px;
}
.opener-title {
  font-size: clamp(30px, 6.2vw, 96px); line-height: .9; font-weight: 900;
  letter-spacing: -.04em; text-transform: uppercase; color: var(--white);
  white-space: nowrap;
}
.opener-title .line { display: block; }
.opener-line {
  margin-top: 26px; max-width: 26em;
  font-size: clamp(17px, 1.7vw, 21px); line-height: 1.45; color: rgba(255,255,255,.82);
}
.crumb, .opener-kicker, .opener-title .line, .opener-line { animation: rise 1s cubic-bezier(.16,1,.3,1) both; }
.opener-line { animation-delay: .22s; }
@keyframes rise { from { opacity: 0; transform: translateY(60px); } to { opacity: 1; transform: none; } }

.gs-head h2, .hyb-head h2, .meas-head h2 {
  font-size: clamp(34px, 3.6vw, 52px); font-weight: 900; text-transform: uppercase;
  line-height: .95; letter-spacing: -.03em; color: var(--slate-900);
}
.gs-head h2 .outline, .hyb-head h2 .outline, .meas-head h2 .outline { color: transparent; -webkit-text-stroke: 1px var(--black); }
.ledg-head h2 {
  font-size: clamp(48px, 6vw, 88px); font-weight: 900; text-transform: uppercase;
  line-height: .84; letter-spacing: -.04em;
}
.ledg-head h2 .outline { color: transparent; -webkit-text-stroke: 1px var(--white); }

.gs { padding-block: var(--sect); background: var(--white); }
.gs-head { margin-bottom: 44px; }
.gs-lead {
  font-size: clamp(22px, 2.5vw, 33px); line-height: 1.25; font-weight: 800;
  letter-spacing: -.02em; color: var(--zinc-950); max-width: 24em;
  padding-left: 30px; border-left: 3px solid var(--green);
}
.gs-media { margin-top: 56px; overflow: hidden; }
.gs-media img { width: 100%; aspect-ratio: 21 / 9; object-fit: cover; }
.gs-media figcaption { margin-top: 14px; font-size: 13.5px; color: var(--slate-600); }
.gs-cols { margin-top: 56px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 56px; }
.gs-cols p { font-size: 16px; line-height: 1.68; color: var(--slate-600); max-width: 34em; }
.gs-cols p + p { margin-top: 20px; }

.ledg { position: relative; padding-block: var(--sect); background: var(--zinc-950); color: var(--white); overflow: hidden; }
.ledg::before {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background: radial-gradient(ellipse 70% 34% at 50% 30%,
    rgba(31, 163, 92, .17), rgba(31, 163, 92, .06) 55%, transparent 78%);
}
.ledg .container { position: relative; z-index: 10; }
.ledg-head { margin-bottom: 28px; }
.ledg-head .kicker { color: var(--green-hi); }
.ledg-note {
  max-width: 44em; margin-bottom: 54px;
  font-size: 16.5px; line-height: 1.7; color: var(--zinc-400);
}

.ledger-axis {
  position: relative; display: flex; justify-content: space-between; align-items: baseline;
  padding-bottom: 10px; border-bottom: 1px solid rgba(255,255,255,.16);
}
.ledger-axis::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: -6px; height: 6px;
  background-image: repeating-linear-gradient(90deg, rgba(255,255,255,.22) 0 1px, transparent 1px 25%);
}
.ax-zero, .ax-end {
  font-family: var(--sans); font-weight: 600; font-variant-numeric: tabular-nums;
  font-size: 12.5px; color: rgba(255,255,255,.55);
}
.ax-end { color: rgba(255,255,255,.78); }

.ledger-bar { display: flex; gap: 3px; height: 92px; margin-top: 22px; }
.seg { position: relative; flex-basis: 0; min-width: 0; background: rgba(255,255,255,.05); }
.seg-fill {
  position: absolute; inset: 0; transform: scaleX(0); transform-origin: left;
  transition: transform 1.1s cubic-bezier(.16,1,.3,1), filter .2s ease;
}
.rv.in .seg-fill { transform: scaleX(1); }
.ledger .s1 .seg-fill { background: var(--seg-1); transition-delay: .18s, 0s; }
.ledger .s2 .seg-fill { background: var(--seg-2); transition-delay: .36s, 0s; }
.ledger .s3 .seg-fill { background: var(--seg-3); transition-delay: .54s, 0s; }
html:not(.js) .seg-fill, html:not(.js) .ek-fill { transform: none; }

.ledger-keys { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; margin-top: 20px; }
.key { min-width: 0; padding-right: 16px; }
.key-rule { display: block; height: 2px; margin-bottom: 16px; }
.key.s1 .key-rule { background: var(--seg-1); }
.key.s2 .key-rule { background: var(--seg-2); }
.key.s3 .key-rule { background: var(--seg-3); }
.key-name { font-size: 14px; font-weight: 700; color: rgba(255,255,255,.85); }
.key-val {
  margin-top: 8px; font-family: var(--sans); font-weight: 800; font-variant-numeric: tabular-nums;
  font-size: clamp(26px, 3vw, 42px); line-height: 1; letter-spacing: -.03em; color: var(--white);
}
.key-unit { margin-top: 8px; font-size: 12.5px; color: var(--zinc-400); }
.key-share {
  margin-top: 12px; font-family: var(--sans); font-weight: 700; font-variant-numeric: tabular-nums;
  font-size: 13.5px;
}
.key-share { color: var(--green-hi); }

.seg::before, .seg::after {
  content: ""; position: absolute; top: -9px; bottom: -9px; width: 1px;
  opacity: 0; pointer-events: none; transition: opacity .2s ease;
}
.seg::before { left: -2px; }
.seg::after { right: -2px; }
.seg.s1::before, .seg.s1::after { background: var(--seg-1); }
.seg.s2::before, .seg.s2::after { background: var(--seg-2); }
.seg.s3::before, .seg.s3::after { background: var(--seg-3); }
.key { transition: opacity .2s ease; }
.key-name { transition: color .2s ease; }

@media (hover: hover) {
  .seg:hover .seg-fill,
  .ledger:has(.key.s1:hover) .seg.s1 .seg-fill,
  .ledger:has(.key.s2:hover) .seg.s2 .seg-fill,
  .ledger:has(.key.s3:hover) .seg.s3 .seg-fill { filter: brightness(1.15); }

  .seg:hover::before, .seg:hover::after,
  .ledger:has(.key.s1:hover) .seg.s1::before, .ledger:has(.key.s1:hover) .seg.s1::after,
  .ledger:has(.key.s2:hover) .seg.s2::before, .ledger:has(.key.s2:hover) .seg.s2::after,
  .ledger:has(.key.s3:hover) .seg.s3::before, .ledger:has(.key.s3:hover) .seg.s3::after { opacity: 1; }

  .ledger:has(.seg:hover) .key, .ledger:has(.key:hover) .key { opacity: .55; }
  .ledger:has(.seg.s1:hover) .key.s1, .ledger:has(.key.s1:hover) .key.s1,
  .ledger:has(.seg.s2:hover) .key.s2, .ledger:has(.key.s2:hover) .key.s2,
  .ledger:has(.seg.s3:hover) .key.s3, .ledger:has(.key.s3:hover) .key.s3 { opacity: 1; }
  .ledger:has(.seg.s1:hover) .key.s1 .key-name, .ledger:has(.key.s1:hover) .key.s1 .key-name,
  .ledger:has(.seg.s2:hover) .key.s2 .key-name, .ledger:has(.key.s2:hover) .key.s2 .key-name,
  .ledger:has(.seg.s3:hover) .key.s3 .key-name, .ledger:has(.key.s3:hover) .key.s3 .key-name { color: var(--white); }
}

.ledg-foot {
  margin-top: 72px; padding-top: 44px; border-top: 1px solid rgba(255,255,255,.12);
  display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1fr) auto; gap: 48px; align-items: center;
}
.tot-name { font-size: 13.5px; color: var(--zinc-400); }
.tot-val {
  margin-top: 12px; font-family: var(--sans); font-weight: 800; font-variant-numeric: tabular-nums;
  font-size: clamp(42px, 5.2vw, 74px); line-height: .9; letter-spacing: -.04em; color: var(--white);
}
.tot-unit { margin-top: 14px; font-size: 13.5px; color: rgba(255,255,255,.62); }
.dqs { max-width: 300px; }
.dqs-doc {
  display: block; width: 232px; aspect-ratio: 640 / 904; overflow: hidden;
  background: var(--white); border: 1px solid var(--slate-200);
  box-shadow: 0 8px 24px rgba(0,0,0,.45);
  transition: transform .35s ease, box-shadow .35s ease;
}
.dqs-doc:hover { transform: translateY(-4px); box-shadow: 0 16px 36px rgba(0,0,0,.55); }
.dqs-doc img { width: 100%; height: 100%; object-fit: contain; }
.dqs figcaption { margin-top: 16px; font-size: 13.5px; line-height: 1.5; color: rgba(255,255,255,.72); }

.hyb { padding-block: var(--sect); background: #ececef; }
.hyb-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; flex-wrap: wrap; margin-bottom: 44px; }
.hyb-cap { text-align: right; }
.hyb-cap-name { font-size: 13.5px; color: var(--slate-600); }
.hyb-cap-val {
  margin-top: 6px; font-family: var(--sans); font-weight: 800; font-variant-numeric: tabular-nums;
  font-size: clamp(48px, 6vw, 88px); line-height: .85; letter-spacing: -.04em; color: var(--green);
}
.hyb-cap-val span { font-size: .42em; letter-spacing: -.02em; margin-left: .12em; }
.hyb-media { overflow: hidden; }
.hyb-media img { width: 100%; aspect-ratio: 21 / 7; object-fit: cover; }

.meas { padding-block: var(--sect); background: var(--white); }
.meas-head { margin-bottom: 52px; }
.meas-cols { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 56px 72px; align-items: start; }
.meas-col h3 { font-size: 15px; font-weight: 700; letter-spacing: -.01em; color: var(--slate-900); padding-bottom: 16px; border-bottom: 1px solid var(--slate-900); }
.steps { list-style: none; }
.steps li {
  display: grid; grid-template-columns: 42px minmax(0, 1fr); gap: 20px; align-items: start;
  padding: 20px 0; border-bottom: 1px solid var(--slate-200);
}
.st-num {
  font-family: var(--sans); font-weight: 700; font-variant-numeric: tabular-nums;
  font-size: 13px; color: var(--zinc-500); padding-top: 3px;
}
.is-done .st-num { color: var(--green); }
.steps li p { font-size: 16px; line-height: 1.55; color: var(--slate-600); max-width: 34em; }

.csr { position: relative; padding-block: var(--sect); background: var(--white); }
.csr-head { margin-bottom: 44px; }
.csr-head .kicker { color: var(--green); }
.csr-head h2 {
  font-size: clamp(34px, 3.6vw, 52px); font-weight: 900; text-transform: uppercase;
  line-height: .95; letter-spacing: -.03em; color: var(--slate-900);
}
.csr-head h2 .outline { color: transparent; -webkit-text-stroke: 1px var(--black); }
.csr-copy { max-width: 62em; }
.csr-copy p { font-size: 16.5px; line-height: 1.7; color: var(--slate-600); }
.csr-copy p + p { margin-top: 20px; color: var(--slate-900); font-weight: 600; }

.prog { list-style: none; margin-top: 64px; }
.prog-row {
  display: grid; grid-template-columns: minmax(0, 4fr) minmax(0, 8fr); gap: 72px;
  padding-block: 60px 68px; border-top: 1px solid var(--slate-900);
}
.prog-num {
  font-family: var(--sans); font-weight: 700; font-variant-numeric: tabular-nums;
  font-size: 13px; color: var(--green);
}
.prog-word {
  margin-top: 12px;
  font-size: clamp(34px, 3.6vw, 56px); font-weight: 900; text-transform: uppercase;
  line-height: .92; letter-spacing: -.03em; color: var(--slate-900);
}
.prog-org { margin-top: 16px; font-size: 15px; line-height: 1.5; color: var(--slate-600); }

.edu-copy p { font-size: 16.5px; line-height: 1.68; color: var(--slate-600); max-width: 44em; }
.edu-copy p + p { margin-top: 20px; }
.edu-duo { margin-top: 44px; display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr); gap: 48px; align-items: stretch; }
.edu-media { display: flex; flex-direction: column; }
.edu-ph { position: relative; flex: 1 1 auto; min-height: 240px; }
.edu-ph img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.edu-media figcaption { margin-top: 14px; font-size: 13px; color: var(--zinc-500); }

.ekal-name { font-size: 13.5px; font-weight: 700; color: var(--slate-600); margin-bottom: 8px; }
.ekal-rows { list-style: none; }
.ekal-rows li {
  display: grid; grid-template-columns: 132px minmax(0, 1fr) 76px; gap: 24px; align-items: center;
  padding: 16px 0; border-top: 1px solid rgba(0,0,0,.1);
}
.ek-fy { font-family: var(--sans); font-weight: 600; font-variant-numeric: tabular-nums; font-size: 14px; color: var(--slate-600); }
.ek-bar { display: block; height: 14px; background: rgba(0,0,0,.05); }
.ek-fill {
  display: block; height: 100%; background: var(--green);
  transform: scaleX(0); transform-origin: left;
  transition: transform 1s cubic-bezier(.16,1,.3,1);
}
.rv.in .ek-fill { transform: scaleX(1); }
.ekal-rows li:nth-child(1) .ek-fill { transition-delay: .1s; }
.ekal-rows li:nth-child(2) .ek-fill { transition-delay: .22s; }
.ekal-rows li:nth-child(3) .ek-fill { transition-delay: .34s; }
.ekal-rows li:nth-child(4) .ek-fill { transition-delay: .46s; }
.ek-val {
  text-align: right; font-family: var(--sans); font-weight: 800; font-variant-numeric: tabular-nums;
  font-size: 21px; letter-spacing: -.02em; color: var(--zinc-950);
}

.inst { list-style: none; display: grid; gap: 44px; }
.inst-name {
  font-size: clamp(21px, 2.1vw, 27px); font-weight: 800; line-height: 1.15;
  letter-spacing: -.02em; color: var(--slate-900);
}
.inst-copy { margin-top: 12px; }
.inst-role { font-size: 16.5px; font-weight: 600; line-height: 1.6; color: var(--slate-900); max-width: 42em; }
.inst-note { margin-top: 10px; font-size: 15.5px; line-height: 1.62; color: var(--slate-600); max-width: 42em; }
.give-close {
  margin-top: 64px; padding-left: 30px; border-left: 3px solid var(--green);
  font-size: clamp(19px, 2vw, 25px); line-height: 1.35; font-weight: 700;
  letter-spacing: -.01em; color: var(--zinc-950); max-width: 30em;
}

@media (max-width: 1279px) {
  .gs-cols { gap: 40px; }
  .ledg-foot { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 40px; }
  .dqs { grid-column: 1 / -1; max-width: none; }
}

@media (max-width: 1023px) {
  .ledger-keys { display: grid; grid-template-columns: 1fr; gap: 0; margin-top: 24px; }
  .key { flex-basis: auto; padding: 18px 0 0; }
  .key + .key { border-top: 1px solid rgba(255,255,255,.1); margin-top: 18px; }
  .key-rule { width: 40px; margin-bottom: 14px; }
  .key-val { font-size: 34px; }
  .ledger-bar { height: 68px; }
  .gs-cols { grid-template-columns: 1fr; gap: 20px; }
  .meas-cols { grid-template-columns: 1fr; gap: 48px; }
  .prog-row { grid-template-columns: 1fr; gap: 36px; padding-block: 48px 56px; }
  .edu-duo { grid-template-columns: 1fr; gap: 40px; }
  .edu-ph { flex: none; aspect-ratio: 3 / 2; min-height: 0; }
  .hyb-media img { aspect-ratio: 16 / 7; }
}

@media (max-width: 767px) {
  .opener { height: 56vh; min-height: 420px; }
  .opener-kicker { font-size: 13px; letter-spacing: .34em; }
  .opener-line { margin-top: 20px; }
  .gs-head { margin-bottom: 32px; }
  .gs-media { margin-top: 40px; }
  .gs-media img { aspect-ratio: 16 / 9; }
  .gs-cols { margin-top: 40px; }
  .ledg-head { margin-bottom: 22px; }
  .ledg-note { margin-bottom: 40px; font-size: 16px; }
  .ledger-bar { height: 52px; }
  .ledg-foot { grid-template-columns: 1fr; margin-top: 52px; gap: 36px; }
  .hyb-head { margin-bottom: 32px; }
  .hyb-cap { text-align: left; }
  .hyb-media img { aspect-ratio: 4 / 3; }
  .meas-head { margin-bottom: 36px; }
  .steps li { grid-template-columns: 32px minmax(0, 1fr); gap: 14px; }
  .ekal-rows li { grid-template-columns: 108px minmax(0, 1fr) 58px; gap: 14px; }
  .ek-val { font-size: 18px; }
  .prog { margin-top: 48px; }
  .inst { gap: 36px; }
  .dqs-doc { width: 200px; }
}

@media (prefers-reduced-motion: reduce) {
  .crumb, .opener-kicker, .opener-title .line, .opener-line { animation: none; }
  .seg-fill, .ek-fill { transition: none; transition-delay: 0s; }
  .seg::before, .seg::after, .key, .key-name, .inst li::after { transition: none; }
}
