/* KERI main 2026 preview. Scoped to the preview body class to protect shared pages. */
body.home-2026-preview{
  --home26-navy:#0d2d50;
  --home26-navy-deep:#071c33;
  --home26-ink:#172b3a;
  --home26-muted:#5a6a74;
  --home26-paper:#fbfaf6;
  --home26-mist:#f1f5f6;
  --home26-line:#d8e0e3;
  --home26-gold:#ad813e;
  --home26-teal:#376a70;
  background:#fff;
  color:var(--home26-ink);
}

body.home-2026-preview .home-2026-main{overflow:hidden}
body.home-2026-preview .home26-section{padding:88px 0}
body.home-2026-preview .home26-eyebrow{margin:0 0 10px;color:var(--home26-teal);font-size:12px;font-weight:800;line-height:1.4;letter-spacing:.14em}
body.home-2026-preview .home26-section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:32px;margin-bottom:34px}
body.home-2026-preview .home26-section-head h2{max-width:760px;margin:0;color:var(--home26-navy);font-size:40px;font-weight:800;line-height:1.24;letter-spacing:0;word-break:keep-all}
body.home-2026-preview .home26-text-link{display:inline-flex;min-height:44px;align-items:center;gap:8px;color:var(--home26-navy);font-size:14px;font-weight:800;text-decoration:none;white-space:nowrap}
body.home-2026-preview .home26-text-link span{transition:transform .2s ease}
body.home-2026-preview .home26-text-link:hover span{transform:translateX(4px)}
body.home-2026-preview .home26-text-link:focus-visible{outline:2px solid var(--home26-teal);outline-offset:4px}

/* 01 Hero */
body.home-2026-preview .home26-hero{position:relative;isolation:isolate;min-height:560px;overflow:hidden;background:#edf1f1}
body.home-2026-preview .home26-hero:after{content:"";position:absolute;z-index:-1;inset:0;background:linear-gradient(90deg,rgba(250,249,245,.98) 0%,rgba(250,249,245,.94) 33%,rgba(250,249,245,.34) 58%,rgba(7,28,51,.08) 100%)}
body.home-2026-preview .home26-hero__image{position:absolute;z-index:-2;inset:0;width:100%;height:100%;object-fit:cover;object-position:center center}
body.home-2026-preview .home26-hero__inner{display:flex;min-height:560px;flex-direction:column;align-items:flex-start;justify-content:center;padding-top:58px;padding-bottom:58px}
body.home-2026-preview .home26-eyebrow--hero{margin-bottom:17px;color:var(--home26-navy);font-size:13px}
body.home-2026-preview .home26-hero h1{max-width:710px;margin:0;color:var(--home26-navy);font-family:"Gmarket Sans","Apple SD Gothic Neo","Noto Sans KR",sans-serif;font-size:52px;font-weight:700;line-height:1.2;letter-spacing:0;word-break:keep-all;text-wrap:balance}
body.home-2026-preview .home26-hero__lead{margin:22px 0 0;color:#263b48;font-size:19px;font-weight:730;line-height:1.64}
body.home-2026-preview .home26-hero__copy{margin:8px 0 0;color:#4e6069;font-size:15px;line-height:1.7}
body.home-2026-preview .home26-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:28px}
body.home-2026-preview .home26-button{display:inline-flex;min-height:48px;align-items:center;justify-content:center;gap:11px;border:1px solid var(--home26-navy);border-radius:4px;padding:0 19px;font-size:14px;font-weight:800;text-decoration:none;transition:background-color .2s ease,color .2s ease,transform .2s ease,box-shadow .2s ease}
body.home-2026-preview .home26-button span{transition:transform .2s ease}
body.home-2026-preview .home26-button--primary{background:var(--home26-navy);color:#fff}
body.home-2026-preview .home26-button--secondary{background:rgba(255,255,255,.78);color:var(--home26-navy)}
body.home-2026-preview .home26-button:hover,body.home-2026-preview .home26-button:focus-visible{transform:translateY(-2px);box-shadow:0 10px 24px rgba(13,45,80,.15)}
body.home-2026-preview .home26-button:hover span,body.home-2026-preview .home26-button:focus-visible span{transform:translateX(3px)}
body.home-2026-preview .home26-button--primary:hover,body.home-2026-preview .home26-button--primary:focus-visible{background:#173f69;color:#fff}
body.home-2026-preview .home26-button--secondary:hover,body.home-2026-preview .home26-button--secondary:focus-visible{background:#fff;color:#071c33}
body.home-2026-preview .home26-button:focus-visible{outline:2px solid var(--home26-teal);outline-offset:3px}

/* 02 Core areas */
body.home-2026-preview .home26-core{position:relative;z-index:2;border-top:1px solid rgba(13,45,80,.08);border-bottom:1px solid var(--home26-line);background:#fff}
body.home-2026-preview .home26-core__grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr))}
body.home-2026-preview .home26-core a{display:flex;min-width:0;min-height:142px;align-items:center;justify-content:center;gap:14px;border-right:1px solid var(--home26-line);padding:24px 18px;color:var(--home26-ink);text-decoration:none;transition:background-color .2s ease,color .2s ease}
body.home-2026-preview .home26-core a:first-child{border-left:1px solid var(--home26-line)}
body.home-2026-preview .home26-core a:hover,body.home-2026-preview .home26-core a:focus-visible{background:var(--home26-paper);color:var(--home26-navy)}
body.home-2026-preview .home26-core a:focus-visible{position:relative;z-index:1;outline:2px solid var(--home26-teal);outline-offset:-3px}
body.home-2026-preview .home26-core img{flex:0 0 auto;width:36px;height:36px;object-fit:contain}
body.home-2026-preview .home26-core span{display:block;min-width:0}
body.home-2026-preview .home26-core strong{display:block;margin-bottom:6px;color:var(--home26-navy);font-size:16px;line-height:1.3}
body.home-2026-preview .home26-core small{display:block;color:var(--home26-muted);font-size:12px;line-height:1.45;word-break:keep-all}

/* 03 Research */
body.home-2026-preview .home26-research{background:linear-gradient(180deg,#f3f7f8 0%,#fff 100%)}
body.home-2026-preview .home26-research-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}
body.home-2026-preview .home26-research-card{min-width:0;border:1px solid var(--home26-line);border-radius:6px;background:#fff;transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease}
body.home-2026-preview .home26-research-card:hover,body.home-2026-preview .home26-research-card:focus-within{border-color:#90a8b1;transform:translateY(-4px);box-shadow:0 18px 38px rgba(13,45,80,.1)}
body.home-2026-preview .home26-research-card>a{display:flex;height:100%;flex-direction:column;color:inherit;text-decoration:none}
body.home-2026-preview .home26-research-card>a:focus-visible{outline:2px solid var(--home26-teal);outline-offset:3px}
body.home-2026-preview .home26-report-cover{position:relative;display:flex;min-height:170px;flex-direction:column;justify-content:space-between;overflow:hidden;border-bottom:1px solid var(--home26-line);background:var(--home26-paper);padding:22px;color:var(--home26-navy)}
body.home-2026-preview .home26-report-cover:before,body.home-2026-preview .home26-report-cover:after{content:"";position:absolute;right:-22px;width:120px;height:1px;background:#c5ae80;transform:rotate(-34deg)}
body.home-2026-preview .home26-report-cover:before{top:50px}
body.home-2026-preview .home26-report-cover:after{top:72px}
body.home-2026-preview .home26-report-cover>span{font-size:11px;font-weight:800;letter-spacing:.12em}
body.home-2026-preview .home26-report-cover strong{font-size:25px;line-height:1.04;letter-spacing:.03em}
body.home-2026-preview .home26-report-cover small{font-size:9px;font-weight:800;letter-spacing:.12em}
body.home-2026-preview .home26-research-card:nth-child(even) .home26-report-cover{background:#eaf0f1}
body.home-2026-preview .home26-research-card__body{display:flex;min-height:226px;flex:1;flex-direction:column;padding:22px}
body.home-2026-preview .home26-research-card__body p{margin:0 0 11px;color:var(--home26-teal);font-size:12px;font-weight:800}
body.home-2026-preview .home26-research-card__body h3{margin:0;color:var(--home26-navy);font-size:19px;font-weight:780;line-height:1.48;letter-spacing:0;word-break:keep-all}
body.home-2026-preview .home26-research-card__body>span{display:flex;align-items:center;gap:7px;margin-top:auto;padding-top:20px;border-top:1px solid #e5eaec;color:#334b5c;font-size:13px;font-weight:800}
body.home-2026-preview .home26-research-card__body i{font-style:normal;transition:transform .2s ease}
body.home-2026-preview .home26-research-card:hover .home26-research-card__body i{transform:translateX(3px)}

/* 04 Numbers */
body.home-2026-preview .home26-numbers{position:relative;overflow:hidden;background:var(--home26-navy-deep);color:#fff}
body.home-2026-preview .home26-numbers:after{content:"KERI";position:absolute;right:-18px;bottom:-58px;color:rgba(255,255,255,.035);font-size:220px;font-weight:900;line-height:1;letter-spacing:.04em;pointer-events:none}
body.home-2026-preview .home26-numbers__grid{position:relative;z-index:1;display:grid;grid-template-columns:260px minmax(0,1fr);gap:56px;align-items:center;min-height:290px;padding-top:54px;padding-bottom:54px}
body.home-2026-preview .home26-numbers .home26-eyebrow{color:#d7bd86}
body.home-2026-preview .home26-numbers h2{margin:0;color:#fff;font-size:32px;font-weight:800;line-height:1.35;letter-spacing:0}
body.home-2026-preview .home26-numbers dl{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));margin:0}
body.home-2026-preview .home26-numbers dl>div{min-width:0;padding:8px 24px;border-left:1px solid rgba(255,255,255,.18)}
body.home-2026-preview .home26-numbers dt{margin-bottom:8px;color:#fff;font-size:38px;font-weight:800;line-height:1.1}
body.home-2026-preview .home26-numbers dd{margin:0;color:#fff;font-size:15px;font-weight:750;line-height:1.4}
body.home-2026-preview .home26-numbers dd small{display:block;margin-top:5px;color:#b8c6d4;font-size:11px;font-weight:500;line-height:1.45}

/* 05 Programs */
body.home-2026-preview .home26-programs{background:var(--home26-paper)}
body.home-2026-preview .home26-program-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
body.home-2026-preview .home26-program-card{min-width:0;overflow:hidden;border:1px solid #d6dfe1;border-radius:6px;background:#fff;transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease}
body.home-2026-preview .home26-program-card:hover,body.home-2026-preview .home26-program-card:focus-within{border-color:#8aa4ad;transform:translateY(-4px);box-shadow:0 18px 38px rgba(13,45,80,.11)}
body.home-2026-preview .home26-program-card>a{display:block;height:100%;color:inherit;text-decoration:none}
body.home-2026-preview .home26-program-card>a:focus-visible{outline:2px solid var(--home26-teal);outline-offset:-3px}
body.home-2026-preview .home26-program-card__media{position:relative;aspect-ratio:16/8.7;overflow:hidden;background:#e9eef0}
body.home-2026-preview .home26-program-card__media img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .35s ease}
body.home-2026-preview .home26-program-card:hover img,body.home-2026-preview .home26-program-card:focus-within img{transform:scale(1.025)}
body.home-2026-preview .home26-program-card__media span{position:absolute;top:14px;left:14px;display:inline-flex;min-height:28px;align-items:center;border:1px solid rgba(255,255,255,.8);border-radius:3px;background:rgba(7,28,51,.9);padding:0 9px;color:#fff;font-size:11px;font-weight:800}
body.home-2026-preview .home26-program-card__body{padding:22px}
body.home-2026-preview .home26-program-card h3{margin:0 0 10px;color:var(--home26-navy);font-size:21px;font-weight:800;line-height:1.35;letter-spacing:0;word-break:keep-all}
body.home-2026-preview .home26-program-card p{min-height:48px;margin:0;color:#53646d;font-size:13px;line-height:1.55;word-break:keep-all}
body.home-2026-preview .home26-program-card ul{display:flex;flex-wrap:wrap;gap:6px;margin:18px 0 0;padding:0;list-style:none}
body.home-2026-preview .home26-program-card li{border:1px solid #ccd8dc;border-radius:3px;background:#f7f9f9;padding:5px 8px;color:#3d5662;font-size:11px;font-weight:700}

/* 06 Partners */
body.home-2026-preview .home26-partners{border-top:1px solid var(--home26-line);border-bottom:1px solid var(--home26-line);background:#fff;padding:42px 0}
body.home-2026-preview .home26-partners__head{display:flex;align-items:flex-end;justify-content:space-between;gap:28px;margin-bottom:26px}
body.home-2026-preview .home26-partners h2{margin:0;color:var(--home26-navy);font-size:24px;font-weight:800;line-height:1.3;letter-spacing:0}
body.home-2026-preview .home26-partners p{margin:7px 0 0;color:var(--home26-muted);font-size:13px;line-height:1.5}
body.home-2026-preview .home26-partner-list{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));align-items:center;margin:0;padding:0;list-style:none}
body.home-2026-preview .home26-partner-list li{display:grid;min-width:0;height:80px;place-items:center;border-right:1px solid #e3e8ea;padding:12px 22px}
body.home-2026-preview .home26-partner-list li:last-child{border-right:0}
body.home-2026-preview .home26-partner-list img{display:block;width:100%;height:48px;object-fit:contain}

/* 07 News, archive and inquiry */
body.home-2026-preview .home26-updates{background:#f4f7f7}
body.home-2026-preview .home26-updates__grid{display:grid;grid-template-columns:1.2fr .8fr .8fr;gap:18px}
body.home-2026-preview .home26-news,body.home-2026-preview .home26-resource-panel,body.home-2026-preview .home26-contact-panel{min-width:0;border:1px solid var(--home26-line);border-radius:6px;background:#fff}
body.home-2026-preview .home26-news{padding:26px}
body.home-2026-preview .home26-news header{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:13px}
body.home-2026-preview .home26-news h2,body.home-2026-preview .home26-resource-panel h2,body.home-2026-preview .home26-contact-panel h2{margin:0;color:var(--home26-navy);font-size:24px;font-weight:800;line-height:1.3;letter-spacing:0}
body.home-2026-preview .home26-news header a{color:#4a5c66;font-size:12px;font-weight:750;text-decoration:none}
body.home-2026-preview .home26-news ul{margin:0;padding:0;list-style:none}
body.home-2026-preview .home26-news li{border-top:1px solid #e0e6e8}
body.home-2026-preview .home26-news li a{display:grid;grid-template-columns:74px minmax(0,1fr) auto;gap:12px;align-items:center;min-height:57px;color:inherit;text-decoration:none}
body.home-2026-preview .home26-news li span{color:var(--home26-teal);font-size:11px;font-weight:800}
body.home-2026-preview .home26-news li strong{min-width:0;overflow:hidden;color:#314451;font-size:13px;font-weight:700;line-height:1.4;text-overflow:ellipsis;white-space:nowrap}
body.home-2026-preview .home26-news time{color:#50626c;font-size:11px;font-weight:650;white-space:nowrap}
body.home-2026-preview .home26-news a:hover strong,body.home-2026-preview .home26-news a:focus-visible strong{color:var(--home26-navy);text-decoration:underline;text-underline-offset:3px}
body.home-2026-preview .home26-news a:focus-visible{outline:2px solid var(--home26-teal);outline-offset:2px}
body.home-2026-preview .home26-resource-panel,body.home-2026-preview .home26-contact-panel{position:relative;isolation:isolate;display:flex;min-height:265px;flex-direction:column;overflow:hidden;padding:28px;color:inherit;text-decoration:none;transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease}
body.home-2026-preview .home26-resource-panel:after,body.home-2026-preview .home26-contact-panel:after{content:"";position:absolute;z-index:-1;right:-35px;bottom:-46px;width:150px;height:150px;border:1px solid rgba(13,45,80,.13);border-radius:50%}
body.home-2026-preview .home26-resource-panel>span,body.home-2026-preview .home26-contact-panel>span{margin-bottom:15px;color:var(--home26-teal);font-size:10px;font-weight:850;letter-spacing:.12em}
body.home-2026-preview .home26-resource-panel p,body.home-2026-preview .home26-contact-panel p{margin:14px 0 0;color:#586a73;font-size:13px;line-height:1.6}
body.home-2026-preview .home26-resource-panel strong,body.home-2026-preview .home26-contact-panel strong{margin-top:auto;color:var(--home26-navy);font-size:13px}
body.home-2026-preview .home26-resource-panel i,body.home-2026-preview .home26-contact-panel i{font-style:normal;transition:transform .2s ease}
body.home-2026-preview .home26-resource-panel:hover,body.home-2026-preview .home26-contact-panel:hover,body.home-2026-preview .home26-resource-panel:focus-visible,body.home-2026-preview .home26-contact-panel:focus-visible{border-color:#8aa4ad;transform:translateY(-3px);box-shadow:0 15px 32px rgba(13,45,80,.09)}
body.home-2026-preview .home26-resource-panel:hover i,body.home-2026-preview .home26-contact-panel:hover i{display:inline-block;transform:translateX(3px)}
body.home-2026-preview .home26-resource-panel:focus-visible,body.home-2026-preview .home26-contact-panel:focus-visible{outline:2px solid var(--home26-teal);outline-offset:3px}
body.home-2026-preview .home26-contact-panel{background:var(--home26-paper)}

@media(max-width:1024px){
  body.home-2026-preview .home26-section{padding:76px 0}
  body.home-2026-preview .home26-hero,body.home-2026-preview .home26-hero__inner{min-height:530px}
  body.home-2026-preview .home26-hero:after{background:linear-gradient(90deg,rgba(250,249,245,.98),rgba(250,249,245,.88) 46%,rgba(250,249,245,.2) 78%)}
  body.home-2026-preview .home26-hero h1{max-width:610px;font-size:46px}
  body.home-2026-preview .home26-core__grid{grid-template-columns:repeat(3,minmax(0,1fr))}
  body.home-2026-preview .home26-core a{min-height:124px;border-bottom:1px solid var(--home26-line)}
  body.home-2026-preview .home26-core a:nth-child(3){border-right:1px solid var(--home26-line)}
  body.home-2026-preview .home26-core a:nth-child(4){border-left:1px solid var(--home26-line)}
  body.home-2026-preview .home26-core a:nth-child(4),body.home-2026-preview .home26-core a:nth-child(5){border-bottom:0}
  body.home-2026-preview .home26-research-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  body.home-2026-preview .home26-research-card__body{min-height:210px}
  body.home-2026-preview .home26-numbers__grid{grid-template-columns:220px minmax(0,1fr);gap:30px}
  body.home-2026-preview .home26-numbers dl{grid-template-columns:repeat(2,minmax(0,1fr));row-gap:24px}
  body.home-2026-preview .home26-program-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  body.home-2026-preview .home26-program-card:last-child{grid-column:1/-1}
  body.home-2026-preview .home26-program-card:last-child>a{display:grid;grid-template-columns:1fr 1fr}
  body.home-2026-preview .home26-program-card:last-child .home26-program-card__media{height:100%;aspect-ratio:auto}
  body.home-2026-preview .home26-partner-list{grid-template-columns:repeat(3,minmax(0,1fr))}
  body.home-2026-preview .home26-partner-list li:nth-child(3){border-right:0}
  body.home-2026-preview .home26-partner-list li:nth-child(-n+3){border-bottom:1px solid #e3e8ea}
  body.home-2026-preview .home26-updates__grid{grid-template-columns:1fr 1fr}
  body.home-2026-preview .home26-news{grid-column:1/-1}
}

@media(max-width:768px){
  body.home-2026-preview .home26-section{padding:64px 0}
  body.home-2026-preview .home26-section-head{display:block;margin-bottom:26px}
  body.home-2026-preview .home26-section-head h2{font-size:34px}
  body.home-2026-preview .home26-section-head .home26-text-link{margin-top:14px}
  body.home-2026-preview .home26-hero,body.home-2026-preview .home26-hero__inner{min-height:570px}
  body.home-2026-preview .home26-hero__image{object-position:64% center}
  body.home-2026-preview .home26-hero:after{background:linear-gradient(90deg,rgba(250,249,245,.98) 0%,rgba(250,249,245,.92) 58%,rgba(250,249,245,.48) 100%)}
  body.home-2026-preview .home26-hero__inner{justify-content:flex-start;padding-top:76px;padding-bottom:48px}
  body.home-2026-preview .home26-hero h1{max-width:520px;font-size:40px;line-height:1.24}
  body.home-2026-preview .home26-hero__lead{font-size:17px}
  body.home-2026-preview .home26-core__grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  body.home-2026-preview .home26-core a{justify-content:flex-start;min-height:112px;padding:20px 16px}
  body.home-2026-preview .home26-core a:nth-child(odd){border-left:1px solid var(--home26-line)}
  body.home-2026-preview .home26-core a:nth-child(even){border-right:1px solid var(--home26-line)}
  body.home-2026-preview .home26-core a:nth-child(3){border-right:1px solid var(--home26-line)}
  body.home-2026-preview .home26-core a:nth-child(4){border-bottom:1px solid var(--home26-line)}
  body.home-2026-preview .home26-numbers__grid{display:block;padding-top:48px;padding-bottom:48px}
  body.home-2026-preview .home26-numbers h2 br{display:none}
  body.home-2026-preview .home26-numbers dl{margin-top:34px}
  body.home-2026-preview .home26-numbers dl>div{padding:8px 20px}
  body.home-2026-preview .home26-program-grid{grid-template-columns:1fr}
  body.home-2026-preview .home26-program-card:last-child{grid-column:auto}
  body.home-2026-preview .home26-program-card:last-child>a{display:block}
  body.home-2026-preview .home26-program-card:last-child .home26-program-card__media{height:auto;aspect-ratio:16/8.7}
  body.home-2026-preview .home26-partners__head{align-items:flex-start;flex-direction:column;gap:8px}
}

@media(max-width:560px){
  body.home-2026-preview .home26-section{padding:56px 0}
  body.home-2026-preview .home26-section-head h2{font-size:30px}
  body.home-2026-preview .home26-hero,body.home-2026-preview .home26-hero__inner{min-height:590px}
  body.home-2026-preview .home26-hero__image{object-position:70% center}
  body.home-2026-preview .home26-hero:after{background:linear-gradient(180deg,rgba(250,249,245,.98) 0%,rgba(250,249,245,.94) 62%,rgba(250,249,245,.38) 100%)}
  body.home-2026-preview .home26-hero__inner{padding-top:58px}
  body.home-2026-preview .home26-hero h1{font-size:34px;line-height:1.27}
  body.home-2026-preview .home26-hero__lead{margin-top:18px;font-size:16px}
  body.home-2026-preview .home26-hero__copy{font-size:14px}
  body.home-2026-preview .home26-actions{display:grid;width:100%;grid-template-columns:1fr;margin-top:23px}
  body.home-2026-preview .home26-button{width:100%}
  body.home-2026-preview .home26-core__grid{width:100%;grid-template-columns:1fr}
  body.home-2026-preview .home26-core a,body.home-2026-preview .home26-core a:first-child,body.home-2026-preview .home26-core a:nth-child(n){min-height:94px;border-right:0;border-bottom:1px solid var(--home26-line);border-left:0;padding-right:20px;padding-left:20px}
  body.home-2026-preview .home26-core a:last-child{border-bottom:0}
  body.home-2026-preview .home26-research-grid{grid-template-columns:1fr}
  body.home-2026-preview .home26-report-cover{min-height:145px}
  body.home-2026-preview .home26-research-card__body{min-height:190px}
  body.home-2026-preview .home26-numbers dl{grid-template-columns:1fr 1fr;gap:0}
  body.home-2026-preview .home26-numbers dl>div{padding:18px 12px;border-top:1px solid rgba(255,255,255,.18);border-left:0}
  body.home-2026-preview .home26-numbers dl>div:nth-child(even){border-left:1px solid rgba(255,255,255,.18)}
  body.home-2026-preview .home26-numbers dt{font-size:31px}
  body.home-2026-preview .home26-program-card p{min-height:0}
  body.home-2026-preview .home26-partner-list{grid-template-columns:repeat(2,minmax(0,1fr))}
  body.home-2026-preview .home26-partner-list li,body.home-2026-preview .home26-partner-list li:nth-child(n){height:72px;border-right:1px solid #e3e8ea;border-bottom:1px solid #e3e8ea;padding:10px}
  body.home-2026-preview .home26-partner-list li:nth-child(even){border-right:0}
  body.home-2026-preview .home26-partner-list li:last-child{grid-column:1/-1;border-right:0;border-bottom:0}
  body.home-2026-preview .home26-updates__grid{grid-template-columns:1fr}
  body.home-2026-preview .home26-news{grid-column:auto;padding:21px 18px}
  body.home-2026-preview .home26-news li a{grid-template-columns:64px minmax(0,1fr);padding:10px 0}
  body.home-2026-preview .home26-news time{grid-column:2}
  body.home-2026-preview .home26-resource-panel,body.home-2026-preview .home26-contact-panel{min-height:230px;padding:24px}
}

@media(prefers-reduced-motion:reduce){
  body.home-2026-preview .home26-button,body.home-2026-preview .home26-button span,body.home-2026-preview .home26-text-link span,body.home-2026-preview .home26-research-card,body.home-2026-preview .home26-program-card,body.home-2026-preview .home26-program-card img,body.home-2026-preview .home26-resource-panel,body.home-2026-preview .home26-contact-panel{transition:none}
}
