.kf-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:0;border-top:1px solid rgba(255,255,255,.16);border-bottom:1px solid rgba(255,255,255,.16)}.kf-cell{padding:48px 36px;border-right:1px solid rgba(255,255,255,.16);display:flex;flex-direction:column;gap:12px}.kf-cell:last-child{border-right:0}.kf-cell .lbl{font-family:var(--font-mono);font-size:12px;color:var(--sunglow);text-transform:uppercase;letter-spacing:.04em}.kf-cell .num{font-size:88px;line-height:1;color:var(--white);font-weight:500;font-feature-settings:"tnum"}.kf-cell .num small{font-size:36px;color:rgba(255,255,255,.6)}.kf-cell .desc{font-size:14px;color:rgba(255,255,255,.7);line-height:1.5}.method{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.method-card{background:var(--off-white);padding:28px;border-radius:20px;display:flex;flex-direction:column;gap:12px}.method-card .icon{width:40px;height:40px;border-radius:10px;background:var(--indigo);color:var(--sunglow);display:inline-flex;align-items:center;justify-content:center;font-family:var(--font-mono);font-weight:500}.method-card h4{font-size:18px}.method-card p{font-size:13px;line-height:20px;color:var(--gray)}.pubs-toolbar{justify-content:space-between;align-items:center;gap:24px;margin-bottom:32px}.pubs-tabs,.pubs-toolbar{display:flex;flex-wrap:wrap}.pubs-tabs{gap:8px}.pubs-tab{padding:8px 14px;border-radius:100px;border:1px solid var(--border);background:var(--white);font-size:13px;cursor:pointer;font-family:inherit;color:var(--indigo)}.pubs-tab[data-active=true]{background:var(--indigo);color:var(--white);border-color:var(--indigo)}.pub-table{background:var(--white);border:1px solid var(--border);border-radius:20px;overflow:hidden}.pub-row{display:grid;grid-template-columns:120px 1fr 220px 100px 120px;gap:24px;align-items:center;padding:24px 28px;border-bottom:1px solid var(--border);font-size:14px;transition:background .16s ease}.pub-row:last-child{border-bottom:0}.pub-row:hover{background:var(--off-white)}.pub-row .pyear{font-family:var(--font-mono);color:var(--gray);font-size:13px}.pub-row .ptitle{color:var(--indigo);font-weight:500;font-size:15px;line-height:22px}.pub-row .pauthors{color:var(--gray);font-size:13px;line-height:18px}.pub-row .pdl{color:var(--indigo);font-weight:500;display:inline-flex;align-items:center;gap:6px;border-bottom:1px solid transparent}.pub-row .pdl:hover{color:var(--sky);border-bottom-color:var(--sunglow)}.stories{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.story-card{background:var(--white);border:1px solid var(--border);border-radius:24px;overflow:hidden;display:flex;flex-direction:column}.story-card .photo{height:220px;border-radius:0}.story-card .body{padding:28px;display:flex;flex-direction:column;gap:16px;flex:1}.story-card blockquote{margin:0;font-size:18px;line-height:28px;color:var(--indigo);font-weight:500;text-wrap:balance}.story-card .who{display:flex;align-items:center;gap:12px;padding-top:16px;border-top:1px solid var(--border);font-size:13px}.story-card .who .avatar{width:36px;height:36px;border-radius:50%;background:repeating-linear-gradient(135deg,var(--sky) 0,var(--sky) 5px,var(--sky-hover) 5px,var(--sky-hover) 6px)}.story-card .who small{display:block;color:var(--gray);margin-top:2px}.gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;grid-auto-rows:220px}.gallery .tile{border-radius:20px}.gallery .tile.tall{grid-row:span 2}.gallery .tile.wide{grid-column:span 2}.cost-chart{background:var(--white);border-radius:24px;padding:40px;border:1px solid var(--border)}.cost-bar{display:grid;grid-template-columns:220px 1fr 140px;gap:24px;align-items:center;padding:16px 0}.cost-bar .lbl{font-size:14px;color:var(--indigo);font-weight:500}.cost-bar .lbl small{display:block;color:var(--gray);font-size:12px;font-weight:400;margin-top:2px}.cost-bar .bar{height:28px;border-radius:100px;background:var(--off-white);position:relative;overflow:hidden}.cost-bar .bar .fill{height:100%;border-radius:100px;background:var(--accent,var(--indigo));display:flex;align-items:center;padding-left:12px;color:var(--white);font-family:var(--font-mono);font-size:12px;font-weight:500}.cost-bar[data-li=true] .fill{background:var(--cedar)}.cost-bar .cost{font-family:var(--font-mono);color:var(--indigo);font-weight:500;text-align:right}.cost-legend{display:flex;gap:16px;align-items:center;margin-top:16px;padding-top:20px;border-top:1px solid var(--border);font-size:12px;color:var(--gray);font-family:var(--font-mono)}.cost-legend .swatch{width:12px;height:12px;border-radius:3px}@media (max-width:1100px){.kf-grid{grid-template-columns:repeat(2,1fr)}.kf-cell{border-right:0}.kf-cell:nth-child(odd){border-right:1px solid rgba(255,255,255,.16)}.method{grid-template-columns:1fr 1fr}.pub-row{gap:8px;padding:20px}.pub-row,.stories{grid-template-columns:1fr}.gallery{grid-template-columns:1fr 1fr}.cost-bar{grid-template-columns:1fr;gap:8px}}@media (max-width:720px){.kf-grid,.method{grid-template-columns:1fr}}