:root{--forest:#002f0b;--forest-2:#0e4420;--forest-3:#1f6b39;--forest-soft:#12351b;--cream:#fffdf0;--sand:#f7f2dc;--sand-2:#efe7c8;--white:#fff;--gold:#d6a339;--gold-deep:#8c6a1f;--gold-soft:#f0dba6;--ink:#12251a;--ink-soft:#3b4e3f;--line:#002f0b21;--line-cream:#fffce92e;--shadow-sm:0 2px 10px #002f0b14;--shadow-md:0 14px 40px #002f0b24;--shadow-lg:0 30px 70px #002f0b38;--radius-sm:12px;--radius-md:22px;--radius-lg:34px;--radius-pill:999px;--ease:cubic-bezier(.22,1,.36,1);--dur-reveal:.9s;--dur-hover:.35s;--font-sans:"TikTok Sans",system-ui,-apple-system,sans-serif;--font-serif:"Fraunces",Georgia,serif;--gutter:32px}@media (width>=1440px){:root{--gutter:110px}}@media (width>=1920px){:root{--gutter:15%}}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:var(--font-sans);background:var(--cream);color:var(--ink);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;overflow-x:hidden}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}ul{margin:0;padding:0;list-style:none}button{cursor:pointer;font-family:inherit}h1,h2,h3,h4,p{margin:0}input{font-family:inherit}.container{width:100%;max-width:none;padding:0 var(--gutter);margin:0}em,.accent{font-family:var(--font-serif);font-style:italic;font-weight:500}.eyebrow{letter-spacing:.16em;text-transform:uppercase;color:var(--gold-deep);align-items:center;gap:10px;font-size:12.5px;font-weight:700;display:inline-flex}.eyebrow.on-dark{color:var(--gold-soft)}.eyebrow.center{justify-content:center}.btn{border-radius:var(--radius-pill);letter-spacing:.01em;transition:transform var(--dur-hover) var(--ease), box-shadow var(--dur-hover) var(--ease), background var(--dur-hover) var(--ease), color var(--dur-hover) var(--ease), border-color var(--dur-hover) var(--ease);white-space:nowrap;border:1.5px solid #0000;justify-content:center;align-items:center;gap:10px;padding:16px 30px;font-size:15px;font-weight:700;display:inline-flex;position:relative}.btn svg{width:16px;height:16px;transition:transform var(--dur-hover) var(--ease)}.btn:active{transform:scale(.96)}.btn-primary{background:var(--forest);color:var(--cream);box-shadow:var(--shadow-sm)}.btn-primary:hover{background:var(--forest-2);box-shadow:var(--shadow-md);transform:translateY(-2px)}.btn-primary:hover svg{transform:translate(3px)}.btn-cream{background:var(--cream);color:var(--forest)}.btn-cream:hover{background:var(--white);transform:translateY(-2px);box-shadow:0 16px 40px #00000040}.btn-cream:hover svg{transform:translate(3px)}.btn-ghost{color:var(--forest);border-color:var(--line);background:0 0}.btn-ghost:hover{border-color:var(--forest);background:#002f0b0d}.btn-ghost.on-dark{color:var(--cream);border-color:var(--line-cream)}.btn-ghost.on-dark:hover{border-color:var(--cream);background:#fffce914}.btn-text{color:var(--forest);border-bottom:1.5px solid var(--forest);transition:gap var(--dur-hover) var(--ease), opacity var(--dur-hover) var(--ease);align-items:center;gap:8px;padding-bottom:2px;font-size:14.5px;font-weight:700;display:inline-flex}.btn-text svg{width:15px;height:15px;transition:transform var(--dur-hover) var(--ease)}.btn-text:hover{gap:12px}.btn-text:hover svg{transform:translate(2px)}.btn-primary.is-back:hover svg{transform:translate(-3px)}.btn-text.is-back:hover svg{transform:translate(-2px)}.icon-circle{background:var(--forest);width:52px;height:52px;color:var(--cream);transition:transform var(--dur-hover) var(--ease), background var(--dur-hover) var(--ease);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.icon-circle svg{width:22px;height:22px}.principle-icon{margin-bottom:20px}.reveal{opacity:0;transition:opacity var(--dur-reveal) var(--ease), transform var(--dur-reveal) var(--ease);transform:translateY(28px)}.reveal.is-visible{opacity:1;transform:translateY(0)}.reveal-stagger>*{transition-delay:calc(var(--i,0) * 90ms)}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.reveal{opacity:1;transition:opacity .3s;transform:none}*{transition-duration:.15s!important;animation-duration:.001ms!important;animation-iteration-count:1!important}}.grain{pointer-events:none;opacity:.045;mix-blend-mode:overlay;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='3'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");position:absolute;inset:0}.photo{background:var(--forest-soft);position:relative;overflow:hidden}.photo img{object-fit:cover;filter:saturate(.92)contrast(1.04);width:100%;height:100%;transition:transform 1.1s var(--ease);display:block}.photo:after{content:"";mix-blend-mode:multiply;pointer-events:none;background:linear-gradient(155deg,#002f0b80 0%,#002f0b0d 55%,#d6a33924 100%);position:absolute;inset:0}.photo:hover img{transform:scale(1.045)}a:focus-visible,button:focus-visible,input:focus-visible{outline:2px solid var(--gold);outline-offset:3px;border-radius:6px}.skip-link{background:var(--forest);color:var(--cream);z-index:9999;border-radius:0 0 10px;padding:14px 20px;font-weight:700;position:absolute;top:0;left:-999px}.skip-link:focus{left:0}.nav-wrap{z-index:1000;box-shadow:none;transition:background var(--dur-hover) var(--ease), border-color var(--dur-hover) var(--ease), box-shadow var(--dur-hover) var(--ease);background:0 0;border-bottom:1px solid #0000;justify-content:center;padding:0;display:flex;position:fixed;top:0;left:0;right:0}.nav-wrap:has(.nav.is-scrolled){background:var(--cream);border-bottom-color:var(--line);box-shadow:0 8px 26px #002f0b24}.nav{width:100%;max-width:none;padding:28px var(--gutter);transition:padding var(--dur-hover) var(--ease);justify-content:space-between;align-items:center;gap:24px;display:flex}.nav.is-scrolled{padding-top:18px;padding-bottom:18px}.nav-logo{flex-shrink:0;align-items:center;display:flex;position:relative}.nav-logo-img{width:auto;height:42px;display:block}.nav-logo-img--top{transition:opacity var(--dur-hover) var(--ease)}.nav-logo-img--scrolled{opacity:0;pointer-events:none;transition:opacity var(--dur-hover) var(--ease);position:absolute;top:50%;left:0;transform:translateY(-50%)}.nav.is-scrolled .nav-logo-img--top{opacity:0}.nav.is-scrolled .nav-logo-img--scrolled{opacity:1;pointer-events:auto}.nav-links{align-items:center;gap:2px;display:flex}.nav-links a{border-radius:var(--radius-pill);color:var(--cream);transition:color var(--dur-hover) var(--ease), background var(--dur-hover) var(--ease);padding:10px 15px;font-size:14.5px;font-weight:600;position:relative}.nav.is-scrolled .nav-links a{color:var(--ink-soft)}.nav-links a:hover{color:var(--cream);background:#fffce91f}.nav-links a.active{color:var(--cream);background:#fffce92e}.nav.is-scrolled .nav-links a:hover{color:var(--forest);background:#002f0b0f}.nav.is-scrolled .nav-links a.active{color:var(--forest);background:#002f0b14}.nav-dropdown{position:relative}.nav-dropdown-trigger{align-items:center;gap:4px;display:inline-flex}.nav-dropdown-chevron{width:14px;height:14px;transition:transform var(--dur-hover) var(--ease)}.nav-dropdown:hover .nav-dropdown-chevron,.nav-dropdown:focus-within .nav-dropdown-chevron{transform:rotate(180deg)}.nav-dropdown-panel{background:var(--cream);border-radius:var(--radius-sm);min-width:230px;box-shadow:var(--shadow-md);opacity:0;pointer-events:none;transition:opacity var(--dur-hover) var(--ease), transform var(--dur-hover) var(--ease);z-index:50;margin:8px 0 0;padding:8px;list-style:none;position:absolute;top:100%;left:0;transform:translateY(-8px)}.nav-dropdown:hover .nav-dropdown-panel,.nav-dropdown:focus-within .nav-dropdown-panel{opacity:1;pointer-events:auto;transform:translateY(0)}.nav-dropdown-panel li a{border-radius:var(--radius-sm);color:var(--ink);transition:background var(--dur-hover) var(--ease), color var(--dur-hover) var(--ease);padding:10px 14px;font-size:14px;font-weight:600;display:block}.nav-dropdown-panel li a:hover{background:var(--sand);color:var(--forest)}.nav-cta{flex-shrink:0;align-items:center;gap:10px;display:flex}.nav-cta .btn-primary{padding:12px 22px;font-size:14px}.nav-toggle{background:var(--forest);width:42px;height:42px;color:var(--cream);border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:none}.nav-toggle svg{width:19px;height:19px}@media (width<=900px){.nav-links,.nav-cta .btn-primary{display:none}.nav-toggle{display:flex}.nav{padding:20px 16px}}.mobile-panel{z-index:1100;background:var(--forest);transition:transform .55s var(--ease);flex-direction:column;padding:26px 26px 40px;display:flex;position:fixed;inset:0;transform:translateY(-100%)}.mobile-panel.is-open{transform:translateY(0)}.mobile-panel-top{justify-content:space-between;align-items:center;margin-bottom:40px;display:flex}.mobile-close{width:42px;height:42px;color:var(--cream);background:#fffce91f;border:none;border-radius:50%;justify-content:center;align-items:center;display:flex}.mobile-close svg{width:18px;height:18px}.mobile-links{flex-direction:column;gap:6px;display:flex}.mobile-links a{font-family:var(--font-serif);color:var(--cream);border-bottom:1px solid #fffce924;padding:12px 4px;font-size:34px;font-style:italic;font-weight:500}.mobile-panel .btn-cream{align-self:flex-start;margin-top:32px}.nav-icon-btn{width:42px;height:42px;color:var(--cream);transition:background var(--dur-hover) var(--ease), border-color var(--dur-hover) var(--ease), color var(--dur-hover) var(--ease);background:#fffce91f;border:1px solid #fffce938;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.nav-icon-btn svg{width:18px;height:18px}.nav-icon-btn:hover{background:#fffce938}.nav.is-scrolled .nav-icon-btn{border-color:var(--line);color:var(--forest);background:#002f0b0d}.nav.is-scrolled .nav-icon-btn:hover{background:#002f0b17}.lang-switch{border-radius:var(--radius-pill);background:#fffce91f;border:1px solid #fffce938;flex-shrink:0;align-items:center;gap:2px;padding:3px;display:flex}.lang-btn{color:#fffce9bf;letter-spacing:.01em;border-radius:var(--radius-pill);transition:background var(--dur-hover) var(--ease), color var(--dur-hover) var(--ease);background:0 0;border:none;padding:7px 12px;font-size:12.5px;font-weight:700}.lang-btn.is-active{background:var(--cream);color:var(--forest)}.nav.is-scrolled .lang-switch{border-color:var(--line);background:#002f0b0d}.nav.is-scrolled .lang-btn{color:var(--ink-soft)}.nav.is-scrolled .lang-btn.is-active{background:var(--forest);color:var(--cream)}@media (width<=900px){.nav-icon-btn,.nav-cta>.lang-switch{display:none}}.mobile-panel-top-right{align-items:center;gap:14px;display:flex}.mobile-links-btn{text-align:left;width:100%;font-family:var(--font-serif);color:var(--cream);background:0 0;border:none;border-bottom:1px solid #fffce924;align-items:center;gap:14px;padding:12px 4px;font-size:26px;font-style:italic;font-weight:500;display:flex}.mobile-links-btn svg{width:20px;height:20px;color:var(--gold-soft);flex-shrink:0}.search-overlay{z-index:2000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);opacity:0;pointer-events:none;transition:opacity .3s var(--ease);background:#001407b8;justify-content:center;align-items:flex-start;padding:11vh 20px 20px;display:flex;position:fixed;inset:0}.search-overlay.is-open{opacity:1;pointer-events:auto}.search-panel{background:var(--cream);border-radius:var(--radius-md);width:100%;max-width:620px;box-shadow:var(--shadow-lg);transition:transform .3s var(--ease);flex-direction:column;max-height:76vh;padding:8px;display:flex;transform:translateY(-14px)}.search-overlay.is-open .search-panel{transform:translateY(0)}.search-input-row{border-bottom:1px solid var(--line);align-items:center;gap:12px;padding:14px 16px;display:flex}.search-input-row svg{width:19px;height:19px;color:var(--ink-soft);flex-shrink:0}.search-input{color:var(--ink);background:0 0;border:none;outline:none;flex:1;font-size:17px}.search-input::placeholder{color:var(--ink-soft);opacity:.65}.search-close{background:var(--sand-2);width:32px;height:32px;color:var(--ink-soft);transition:background var(--dur-hover) var(--ease), color var(--dur-hover) var(--ease);border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.search-close svg{width:14px;height:14px}.search-close:hover{background:var(--sand);color:var(--forest)}.search-results{padding:8px;overflow-y:auto}.search-results-list{flex-direction:column;gap:2px;margin:0;padding:0;list-style:none;display:flex}.search-hint{color:var(--ink-soft);text-align:center;padding:22px 14px;font-size:14px}.search-result{text-align:left;border-radius:var(--radius-sm);cursor:pointer;width:100%;transition:background var(--dur-hover) var(--ease);background:0 0;border:none;flex-direction:column;gap:4px;padding:12px 14px;display:flex}.search-result:hover,.search-result:focus-visible{background:var(--sand)}.search-result-tag{letter-spacing:.08em;text-transform:uppercase;color:var(--gold-deep);font-size:11px;font-weight:700}.search-result-title{color:var(--forest);font-size:15px;font-weight:700}.search-result-snippet{color:var(--ink-soft);font-size:13px;line-height:1.5}.search-result mark{background:var(--gold-soft);color:var(--forest);border-radius:3px;padding:0 2px}.search-hit{outline:2px solid var(--gold);outline-offset:6px;border-radius:var(--radius-md)}@media (width<=640px){.search-overlay{padding:8vh 14px 14px}}#google_translate_element{width:1px;height:1px;position:absolute;top:0;left:-9999px;overflow:hidden}.goog-te-banner-frame.skiptranslate{display:none!important}body{top:0!important}.goog-te-gadget{height:0;overflow:hidden}.goog-tooltip,.goog-tooltip:hover{display:none!important}.goog-text-highlight{box-shadow:none!important;background:0 0!important}.lang-btn[disabled]{opacity:.5;cursor:wait}.hero{align-items:flex-end;min-height:100vh;padding-top:120px;display:flex;position:relative;overflow:hidden}.hero-media{z-index:0;position:absolute;inset:0}.hero-media img{object-fit:cover;opacity:0;width:100%;height:100%;animation:26s ease-in-out infinite alternate heroKen,42s linear infinite heroFade;animation-delay:0s, calc(var(--i,0) * -6s);position:absolute;inset:0}@keyframes heroKen{0%{transform:scale(1)translate(0)}to{transform:scale(1.09)translate(-1%,-1%)}}@keyframes heroFade{0%{opacity:0}2.4%{opacity:1}11.9%{opacity:1}14.3%{opacity:0}to{opacity:0}}@media (prefers-reduced-motion:reduce){.hero-media img{opacity:0;animation:none!important}.hero-media img:first-child{opacity:1}}.hero-media:after{content:"";background:linear-gradient(#00140761 0%,#0014072e 42%,#00140780 68%,#001407e0 100%),linear-gradient(90deg,#0014078c 0%,#00140700 45%);position:absolute;inset:0}.hero-content{z-index:2;width:100%;padding-bottom:150px;position:relative}#top .hero-content{padding-bottom:0}@media (width>=1440px){.hero-content{padding-bottom:185px}}.hero-grid{grid-template-columns:1fr;gap:48px;display:grid}.hero-copy-stack{display:grid}.hero-copy{opacity:0;pointer-events:none;transition:opacity .9s var(--ease);grid-area:1/1}.hero-copy.is-active{opacity:1;pointer-events:auto}.hero-folio-num{background:var(--gold);width:24px;height:24px;color:var(--forest);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:11px;font-weight:800;display:flex}@media (prefers-reduced-motion:reduce){.hero-copy{transition:none}}.hero-eyebrow{border-radius:var(--radius-pill);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);color:var(--gold-soft);letter-spacing:.1em;text-transform:uppercase;background:#fffce91f;border:1px solid #fffce938;align-items:center;gap:10px;margin-bottom:26px;padding:8px 16px 8px 8px;font-size:12.5px;font-weight:700;display:inline-flex}.hero-eyebrow .dot{background:var(--gold);border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;display:flex}.hero-eyebrow .dot svg{width:12px;height:12px}.hero h1{letter-spacing:-.02em;color:var(--cream);margin-bottom:26px;font-size:clamp(3rem,3.6vw + 1.8rem,5.2rem);font-weight:800;line-height:1.04}.hero h1 em{color:var(--gold-soft);font-weight:500;display:block}.hero-sub{color:#fffce9d1;max-width:480px;margin-bottom:36px;font-size:17px;line-height:1.65}.hero-actions{flex-wrap:wrap;align-items:center;gap:16px;display:flex}.hero-scroll{z-index:2;flex-direction:column;align-items:center;gap:10px;display:flex;position:absolute;bottom:36px;left:32px}.hero-scroll span{writing-mode:vertical-rl;color:#fffce999;letter-spacing:.14em;text-transform:uppercase;font-size:11.5px;font-weight:700}.hero-scroll .line{background:#fffce959;width:1.5px;height:46px;position:relative;overflow:hidden}.hero-scroll .line:after{content:"";background:var(--gold-soft);width:100%;height:100%;animation:2.2s ease-in-out infinite scrollLine;position:absolute;top:-100%;left:0}@keyframes scrollLine{0%{top:-100%}60%{top:100%}to{top:100%}}@media (width<=980px){.hero-scroll{display:none}}@media (width<=640px){.hero{padding-top:104px}.hero-content{padding-bottom:84px}.hero-sub{font-size:15.5px}.hero-actions .btn-primary,.hero-actions .btn-ghost{width:100%}.hero-actions{flex-direction:column;align-items:stretch}}.marquee-strip{background:var(--forest);padding:20px 0;position:relative;overflow:hidden}.marquee-track{width:max-content;animation:32s linear infinite marquee;display:flex}.marquee-track span{letter-spacing:.12em;text-transform:uppercase;color:#fffce9c7;white-space:nowrap;align-items:center;gap:14px;padding:0 28px;font-size:13.5px;font-weight:700;display:inline-flex}.marquee-track span svg{width:14px;height:14px;color:var(--gold);flex-shrink:0}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}@media (prefers-reduced-motion:reduce){.marquee-track{animation:none}}.section{padding:120px 0;position:relative}.section-sand{background:var(--sand)}.section-tight{padding:100px 0}.section-head{text-align:center;max-width:720px;margin:0 auto 64px}.section-head.left{text-align:left;margin:0 0 56px}.section-head h2{letter-spacing:-.015em;color:var(--forest);margin-top:18px;font-size:clamp(2rem,2vw + 1.4rem,3.1rem);font-weight:800;line-height:1.12}.section-head p{color:var(--ink-soft);margin-top:18px;font-size:16.5px;line-height:1.65}.about-grid{grid-template-columns:1fr 1fr;align-items:center;gap:64px;display:grid}.about-copy{text-align:left}.about-copy h2{letter-spacing:-.015em;color:var(--forest);margin-top:18px;font-size:clamp(2rem,2vw + 1.4rem,3.1rem);font-weight:800;line-height:1.12}.about-statement{text-align:left;color:var(--ink-soft);margin-top:18px;font-size:16.5px;font-weight:400;line-height:1.65}.about-statement em{color:var(--forest-3)}.about-media{aspect-ratio:4/3;border-radius:var(--radius-lg);overflow:hidden}#about .about-media{aspect-ratio:16/9}@media (width<=860px){.about-grid{grid-template-columns:1fr;gap:40px}.about-media{aspect-ratio:16/10;order:-1}}.programs-carousel{margin-top:8px}.programs-viewport{overflow:hidden}.programs-track{transition:transform .6s var(--ease);display:flex}.programs-slide{flex:0 0 100%;grid-template-columns:1fr 1fr;gap:44px;min-width:0;padding:8px 0 52px;display:grid}.program-row.is-full{grid-column:1/-1;max-width:calc(50% - 22px);margin-inline:auto}.research-areas-grid{grid-template-columns:repeat(4,1fr);gap:44px 24px}.research-areas-grid .program-media{aspect-ratio:1}.research-areas-grid .program-copy h3{margin-bottom:10px;font-size:1.35rem}.research-areas-grid .program-copy p{font-size:14px}.program-row{flex-direction:column;gap:36px;display:flex}.program-row.is-reverse{flex-direction:column-reverse}.program-media{aspect-ratio:4/3;border-radius:var(--radius-md);position:relative;overflow:hidden}#programs .program-media,#key-areas-programs .program-media{aspect-ratio:16/9}.program-media .icon-circle{z-index:2;background:var(--forest);color:var(--cream);box-shadow:var(--shadow-md);position:absolute;bottom:-26px;left:24px}.program-row.is-reverse .program-media .icon-circle{inset:-26px 24px auto auto}.program-folio{background:var(--sand-2);letter-spacing:.08em;text-transform:uppercase;color:var(--gold-deep);border-radius:999px;align-items:center;gap:12px;margin-bottom:22px;padding:6px 20px 6px 6px;font-size:12.5px;font-weight:800;display:inline-flex}.program-folio-num{background:var(--gold-deep);width:26px;height:26px;color:var(--cream);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:13px;font-weight:800;display:flex}.program-copy h3{letter-spacing:-.015em;color:var(--forest);max-width:460px;margin-bottom:14px;font-size:clamp(1.35rem,.9vw + 1.1rem,1.85rem);font-weight:800;line-height:1.2}.program-copy p{color:var(--ink-soft);max-width:440px;font-size:15px;line-height:1.7}.program-tags{flex-wrap:wrap;gap:9px;max-width:460px;margin-top:22px;display:flex}.program-tags span{letter-spacing:.01em;color:var(--forest);background:var(--sand-2);border-radius:999px;padding:6px 13px;font-size:12px;font-weight:700}.programs-dots{justify-content:center;align-items:center;gap:10px;margin-top:8px;display:flex}.programs-dot{background:var(--line);cursor:pointer;width:9px;height:9px;transition:background var(--dur-hover) var(--ease), transform var(--dur-hover) var(--ease);border:none;border-radius:50%;padding:0}.programs-dot:hover{background:var(--forest-3)}.programs-dot.is-active{background:var(--forest);transform:scale(1.35)}@media (width<=900px){.programs-slide{grid-template-columns:1fr;gap:34px;padding:0 0 40px}.program-row.is-full{max-width:none;margin-inline:0}.program-row.is-reverse{flex-direction:column}.program-row.is-reverse .program-media .icon-circle{inset:auto auto -26px 24px}.program-media{aspect-ratio:16/10}}.approach-grid{border-radius:var(--radius-lg);grid-template-columns:.95fr 1.05fr;align-items:center;gap:0;display:grid;overflow:visible}.approach-media{border-radius:var(--radius-lg);aspect-ratio:4/4.6;position:relative;overflow:hidden}.approach-panel{background:var(--forest);color:var(--cream);border-radius:var(--radius-lg);z-index:2;box-shadow:var(--shadow-lg);margin-left:-64px;padding:56px 52px;position:relative}.approach-panel h2{letter-spacing:-.01em;margin:16px 0 18px;font-size:clamp(1.7rem,1.5vw + 1.2rem,2.4rem);font-weight:800;line-height:1.2}.approach-panel>.container-p{color:#fffce9c7;margin-bottom:30px;font-size:15.5px;line-height:1.65}.approach-list{flex-direction:column;gap:20px;margin-bottom:34px;display:flex}.approach-list-2col{grid-template-columns:1fr 1fr;gap:20px 28px;display:grid}@media (width<=640px){.approach-list-2col{grid-template-columns:1fr}}.approach-item{align-items:center;gap:14px;display:flex}.approach-item .check{background:var(--gold);width:22px;height:22px;color:var(--forest);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.approach-item .check svg{width:11px;height:11px}.approach-item h4{margin-bottom:4px;font-size:15.5px;font-weight:700}.approach-item p{color:#fffce9ad;font-size:14px;line-height:1.55}@media (width<=900px){.approach-grid{grid-template-columns:1fr}.approach-panel{margin-top:-64px;margin-left:0;width:calc(100% - 40px);margin-inline:20px;padding:38px 30px}}@media (width<=560px){.approach-panel{width:calc(100% - 24px);margin-inline:12px;padding:32px 24px}}.pathway{background:var(--forest);color:var(--cream);position:relative;overflow:hidden}.pathway:before{content:"";pointer-events:none;background:radial-gradient(60% 50% at 85% 0,#d6a33924,#0000 60%),radial-gradient(50% 40% at 5% 100%,#1f6b3959,#0000 60%);position:absolute;inset:0}.pathway .section-head h2{color:var(--cream)}.pathway .section-head p{color:#fffce9ad}.path-track{margin-top:76px;position:relative}.path-line-h{background:#fffce929;height:2px;display:block;position:absolute;top:26px;left:0;right:0}.path-line-h-fill{background:linear-gradient(90deg, var(--gold), var(--forest-3));width:0%;height:100%;transition:width 1.6s var(--ease);position:absolute;top:0;left:0}.path-row{grid-template-columns:repeat(6,1fr);gap:20px;display:grid;position:relative}.path-step{opacity:0;transition:opacity .7s var(--ease), transform .7s var(--ease);transition-delay:calc(var(--i,0) * .14s);flex-direction:column;align-items:flex-start;display:flex;transform:translateY(18px)}.path-step.is-visible{opacity:1;transform:translateY(0)}.path-node{background:var(--forest-soft);width:54px;height:54px;transition:border-color .6s var(--ease), background .6s var(--ease), transform .4s var(--ease);border:2px solid #fffce938;border-radius:50%;justify-content:center;align-items:center;margin-bottom:22px;display:flex;position:relative}.path-step.is-visible .path-node{border-color:var(--gold);background:var(--forest-2)}.path-node svg{width:22px;height:22px;color:var(--gold-soft)}.path-step:hover .path-node{transform:translateY(-4px)scale(1.05)}.path-step h4{margin-bottom:8px;font-size:15.5px;font-weight:700}.path-step p{color:#fffce99e;font-size:13.5px;line-height:1.55}@media (width<=980px){.path-row{grid-template-columns:1fr;gap:0}.path-line-h{width:2px;height:auto;inset:0 auto 0 26px}.path-line-h-fill{background:linear-gradient(180deg, var(--gold), var(--forest-3));width:100%;height:0%;transition:height 1.6s var(--ease);top:0;left:0}.path-step{flex-direction:row;align-items:flex-start;gap:22px;padding-bottom:44px;padding-left:0;transform:translate(-14px)}.path-step.is-visible{transform:translate(0)}.path-node{flex-shrink:0;margin-bottom:0}.path-step:last-child{padding-bottom:0}}.avatar-mono{width:48px;height:48px;color:var(--cream);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:15px;font-weight:800;display:flex}.dispatches{flex-direction:column;display:flex}.dispatch{border-top:1px solid var(--line);grid-template-columns:.82fr 1.18fr;align-items:center;gap:60px;padding:64px 0;display:grid}.dispatches .dispatch:first-child{border-top:none;padding-top:8px}.dispatch.is-reverse{grid-template-columns:1.18fr .82fr}.dispatch.is-reverse .dispatch-media{order:2}.dispatch.is-reverse .dispatch-copy{order:1}.dispatch-media{aspect-ratio:1;border-radius:var(--radius-md)}.dispatch-folio{background:var(--sand-2);letter-spacing:.08em;text-transform:uppercase;color:var(--gold-deep);border-radius:999px;align-items:center;gap:12px;margin-bottom:24px;padding:6px 20px 6px 6px;font-size:12.5px;font-weight:800;display:inline-flex}.dispatch-folio-num{background:var(--gold-deep);width:26px;height:26px;color:var(--cream);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:13px;font-weight:800;display:flex}.dispatch-quote-wrap{position:relative}.dispatch-mark{z-index:0;font-family:var(--font-serif);color:#0000;-webkit-text-stroke:1.5px var(--sand-2);-webkit-user-select:none;user-select:none;font-size:132px;font-style:italic;font-weight:600;line-height:1;position:absolute;top:-52px;left:-16px}.dispatch-quote{z-index:1;font-family:var(--font-serif);color:var(--forest);margin-bottom:28px;font-size:clamp(1.5rem,1.3vw + 1.1rem,2.15rem);font-style:italic;font-weight:500;line-height:1.32;position:relative}.dispatch-byline{color:var(--forest);margin-bottom:16px;font-size:14.5px;font-weight:800}.dispatch-byline span{color:var(--ink-soft);font-weight:600}.dispatch-context{color:var(--ink-soft);max-width:440px;font-size:14.5px;line-height:1.65}@media (width<=900px){.dispatch,.dispatch.is-reverse{grid-template-columns:1fr;gap:32px}.dispatch.is-reverse .dispatch-media,.dispatch.is-reverse .dispatch-copy{order:0}.dispatch-media{aspect-ratio:1}.dispatch-mark{font-size:92px;top:-32px;left:-6px}}.people-head{max-width:640px;margin-bottom:60px}.people-eyebrow{letter-spacing:.16em;text-transform:uppercase;color:var(--gold-deep);align-items:center;gap:10px;margin-bottom:20px;font-size:12.5px;font-weight:700;display:inline-flex}.people-head h2{letter-spacing:-.015em;color:var(--forest);margin-bottom:22px;font-size:clamp(2rem,2vw + 1.4rem,3.1rem);font-weight:800;line-height:1.12}.people-head p{color:var(--ink-soft);font-size:16.5px;line-height:1.65}.people-grid{grid-template-columns:repeat(4,1fr);gap:52px 24px;display:grid}.people-photo{aspect-ratio:1;border-radius:var(--radius-md);background:var(--sand-2);margin-bottom:24px;position:relative;overflow:hidden}.people-photo img{object-fit:cover;width:100%;height:100%;transition:transform 1.1s var(--ease);display:block}.people-card:hover .people-photo img{transform:scale(1.045)}.people-card h4{color:var(--forest);letter-spacing:-.01em;margin-bottom:6px;font-size:20px;font-weight:800}.people-role{color:var(--ink-soft);margin-bottom:14px;font-size:14.5px;font-weight:600;display:block}.people-bio{color:var(--ink-soft);margin-bottom:10px;font-size:14px;line-height:1.6}.people-bio.is-clamped{-webkit-line-clamp:4;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.people-bio-toggle{color:var(--forest);text-underline-offset:2px;cursor:pointer;background:0 0;border:none;margin:0 0 18px;padding:0;font-family:inherit;font-size:13px;font-weight:700;text-decoration:underline;display:inline-block}.people-bio-toggle:hover{color:var(--forest-2)}.people-links{align-items:center;gap:16px;margin-bottom:8px;display:flex}.people-links a{color:var(--ink-soft);transition:color var(--dur-hover) var(--ease), transform var(--dur-hover) var(--ease)}.people-links a:hover{color:var(--forest);transform:translateY(-2px)}.people-links svg{width:16px;height:16px}@media (width<=980px){.people-grid{grid-template-columns:1fr 1fr;gap:44px 28px}}@media (width<=560px){.people-grid{grid-template-columns:1fr;gap:40px}.people-photo{aspect-ratio:1}.people-bio{max-width:none}}.news-head-row{justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:16px;display:flex}.news-head-row .section-head{margin:0}.news-thumb{border-radius:var(--radius-sm);flex-shrink:0;overflow:hidden}.news-thumb img{object-fit:cover;filter:saturate(.92)contrast(1.04);width:100%;height:100%;transition:transform var(--dur-hover) var(--ease);display:block}.filter-pills{flex-wrap:wrap;gap:10px;margin-bottom:44px;display:flex}.filter-pill{border-radius:var(--radius-pill);border:1.5px solid var(--line);color:var(--ink-soft);letter-spacing:.01em;transition:background var(--dur-hover) var(--ease), border-color var(--dur-hover) var(--ease), color var(--dur-hover) var(--ease);background:0 0;padding:10px 20px;font-size:13.5px;font-weight:700}.filter-pill:hover{border-color:var(--forest);color:var(--forest)}.filter-pill.is-active{background:var(--forest);border-color:var(--forest);color:var(--cream)}.news-grid{grid-template-columns:repeat(4,1fr);gap:44px 28px;display:grid}.news-card{flex-direction:column;display:flex}.news-card-media{aspect-ratio:4/3;border-radius:var(--radius-md);background:var(--sand-2);margin-bottom:22px;display:block;position:relative;overflow:hidden}.news-card-media img{object-fit:cover;filter:saturate(.92)contrast(1.04);width:100%;height:100%;transition:transform var(--dur-hover) var(--ease);display:block}.news-card:hover .news-card-media img{transform:scale(1.06)}.news-card-media-placeholder{width:100%;height:100%;color:var(--gold-deep);justify-content:center;align-items:center;display:flex}.news-card-media-placeholder svg{width:30px;height:30px}.news-card-body{flex-direction:column;flex:1;display:flex}.news-card-body .eyebrow{margin-bottom:12px}.news-card-body h4{color:var(--forest);letter-spacing:-.005em;margin-bottom:10px;font-size:17px;font-weight:800;line-height:1.32}.news-card-body h4 a{transition:color var(--dur-hover) var(--ease)}.news-card:hover h4 a{color:var(--gold-deep)}.news-card-body p{color:var(--ink-soft);-webkit-line-clamp:3;-webkit-box-orient:vertical;font-size:13.5px;line-height:1.6;display:-webkit-box;overflow:hidden}.news-card-link{margin-top:18px}@media (width<=980px){.news-grid{grid-template-columns:1fr 1fr;gap:40px 24px}}@media (width<=900px){.news-head-row{flex-direction:column;align-items:flex-start}}@media (width<=640px){.news-grid{grid-template-columns:1fr;gap:36px}.filter-pills{margin-bottom:32px}}.news-columns{grid-template-columns:1.3fr 1fr;align-items:start;gap:40px;margin-top:8px;display:grid}.news-columns .program-folio{margin-bottom:18px}.news-col-items{flex-direction:column;display:flex}.news-col-item{border-top:1px solid var(--line);align-items:center;gap:20px;padding:26px 0;display:flex}.news-col-item:last-child{border-bottom:1px solid var(--line)}.news-col-item .news-thumb{width:88px;height:88px}.news-col-item:hover .news-thumb img{transform:scale(1.06)}.news-col-item-body{flex:1;min-width:0}.news-col-item h4{color:var(--forest);letter-spacing:-.005em;margin-bottom:8px;font-size:16px;font-weight:800;line-height:1.32}.news-col-item h4 a{transition:color var(--dur-hover) var(--ease)}.news-col-item:hover h4 a{color:var(--gold-deep)}.news-col-item p{color:var(--ink-soft);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:13.5px;line-height:1.55;display:-webkit-box;overflow:hidden}.news-col-item-placeholder{cursor:default}.news-thumb-placeholder{background:var(--sand-2);border-radius:var(--radius-sm);color:var(--gold-deep);justify-content:center;align-items:center;display:flex}.news-thumb-placeholder svg{width:28px;height:28px}.news-col-item-placeholder h4.is-placeholder{color:var(--ink-soft)}.news-col-note{color:var(--ink-soft);text-align:center;margin-top:20px;font-size:13px;line-height:1.5}.news-col-explore{margin-top:28px}@media (width<=640px){.news-columns{grid-template-columns:1fr;gap:8px}}.article-body{color:var(--ink-soft);font-size:16px;line-height:1.75}.article-body>*+*{margin-top:24px}.article-body h2{letter-spacing:-.01em;color:var(--forest);margin-top:48px;font-size:clamp(1.5rem,1.2vw + 1.2rem,2rem);font-weight:800;line-height:1.25}.article-body h3{color:var(--forest);margin-top:40px;font-size:1.3rem;font-weight:800;line-height:1.3}.article-body h2:first-child,.article-body h3:first-child{margin-top:0}.article-body a{color:var(--forest);text-underline-offset:2px;text-decoration:underline}.article-body a:hover{color:var(--gold-deep)}.article-body ul,.article-body ol{padding-left:22px}.article-body ul{list-style:outside}.article-body ol{list-style:decimal}.article-body li+li{margin-top:10px}.article-body blockquote{border-left:3px solid var(--gold);font-family:var(--font-serif);color:var(--forest);padding-left:24px;font-size:1.15rem;font-style:italic}.article-body img{border-radius:var(--radius-md);width:100%}.article-body figcaption{color:var(--ink-soft);text-align:center;margin-top:10px;font-size:13px}.article-body strong{color:var(--forest)}.article-body hr{border:none;border-top:1px solid var(--line)}.action-band{margin:0 var(--gutter);border-radius:var(--radius-lg);align-items:center;min-height:460px;display:flex;position:relative;overflow:hidden}.action-media{z-index:0;position:absolute;inset:0}.action-media img{object-fit:cover;object-position:50% 30%;width:100%;height:100%}.action-media:after{content:"";background:linear-gradient(120deg,#001407eb 10%,#0014078c 55%,#001407c7 100%);position:absolute;inset:0}.action-content{z-index:2;max-width:680px;padding:80px 64px;position:relative}.action-content h2{color:var(--cream);letter-spacing:-.015em;margin:18px 0 20px;font-size:clamp(2rem,2.4vw + 1.2rem,3.2rem);font-weight:800;line-height:1.12}.action-content p{color:#fffce9c7;max-width:520px;margin-bottom:36px;font-size:16.5px;line-height:1.65}.action-actions{flex-wrap:wrap;gap:16px;display:flex}@media (width<=768px){.action-band{margin:0 14px}.action-content{padding:56px 30px}}footer.site-footer{background:var(--forest);color:var(--cream);padding-top:96px;position:relative;overflow:hidden}.footer-top{border-bottom:1px solid #fffce924;grid-template-columns:1.3fr .8fr .8fr 1fr;gap:40px;padding-bottom:72px;display:grid}.footer-brand .nav-logo{margin-bottom:18px}.footer-brand .nav-logo-img{height:52px}.footer-tagline{font-family:var(--font-serif);color:var(--gold-soft);max-width:280px;margin-bottom:24px;font-size:19px;font-style:italic;line-height:1.15}.footer-newsletter{max-width:340px}.footer-newsletter p{color:#fffce99e;margin-bottom:14px;font-size:13.5px;line-height:1.65}.newsletter-form{gap:8px;display:flex}.newsletter-form input{border-radius:var(--radius-pill);color:var(--cream);background:#fffce90f;border:1px solid #fffce93d;flex:1;padding:13px 16px;font-size:14px}.newsletter-form input::placeholder{color:#fffce96b}.newsletter-form button{background:var(--gold);width:46px;height:46px;color:var(--forest);transition:transform var(--dur-hover) var(--ease);border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.newsletter-form button:hover{transform:scale(1.08)}.newsletter-form button svg{width:17px;height:17px}.newsletter-status{color:var(--gold);margin:0;font-size:13.5px}.newsletter-status--error{color:#e8a0a0}.footer-note{color:#fffce966;margin-top:12px;font-size:12px}.footer-col h5{letter-spacing:.1em;text-transform:uppercase;color:var(--gold-soft);margin-bottom:22px;font-size:12.5px;font-weight:700}.footer-col ul{flex-direction:column;gap:13px;display:flex}.footer-col a{color:#fffce9b8;transition:color var(--dur-hover) var(--ease), padding-left var(--dur-hover) var(--ease);font-size:14.5px}.footer-col a:hover{color:var(--cream);padding-left:4px}.footer-contact li{color:#fffce9b8;align-items:flex-start;gap:10px;font-size:14.5px;display:flex}.footer-contact svg{width:16px;height:16px;color:var(--gold);flex-shrink:0;margin-top:2px}.footer-social{gap:10px;margin-top:26px;display:flex}.footer-social a{width:38px;height:38px;transition:background var(--dur-hover) var(--ease), transform var(--dur-hover) var(--ease);background:#fffce914;border:1px solid #fffce929;border-radius:50%;justify-content:center;align-items:center;display:flex}.footer-social a:hover{background:var(--gold);transform:translateY(-3px)}.footer-social a:hover svg{color:var(--forest)}.footer-social svg{width:16px;height:16px;color:var(--cream)}.footer-bottom{color:#fffce980;border-top:1px solid #fffce91f;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;padding:26px 0 34px;font-size:13px;display:flex}.footer-badge{flex-shrink:0;width:auto;height:36px;display:block}.back-top{z-index:900;background:var(--forest);width:50px;height:50px;color:var(--cream);box-shadow:var(--shadow-md);opacity:0;pointer-events:none;transition:opacity var(--dur-hover) var(--ease), transform var(--dur-hover) var(--ease), background var(--dur-hover) var(--ease);border:none;border-radius:50%;justify-content:center;align-items:center;display:flex;position:fixed;bottom:26px;right:26px;transform:translateY(10px)}.back-top.is-visible{opacity:1;pointer-events:auto;transform:translateY(0)}.back-top:hover{background:var(--forest-2)}.back-top svg{width:18px;height:18px}@media (width<=980px){.footer-top{grid-template-columns:1fr 1fr;row-gap:48px}}@media (width<=640px){.footer-top{grid-template-columns:1fr}.footer-bottom{flex-direction:column;align-items:flex-start}}
