:root{--black:#0a0a0a;--white:#f8f8f8;--gray-100:#f0f0f0;--gray-200:#e0e0e0;--gray-400:#999;--gray-600:#555;--border:#1e1e1e;--radius:4px;--max-width:1200px;--nav-height:64px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background-color:var(--black);color:var(--white);-webkit-font-smoothing:antialiased;font-family:Inter,system-ui,-apple-system,sans-serif;font-size:16px;line-height:1.6}a{color:inherit;text-decoration:none}ul{list-style:none}img{max-width:100%;display:block}button{cursor:pointer;background:0 0;border:none;font-family:inherit}.container{max-width:var(--max-width);margin:0 auto;padding:0 24px}@media (width<=768px){.container{padding:0 16px}}.app{flex-direction:column;min-height:100vh;display:flex}.main-content{padding-top:var(--nav-height);flex:1}.nav{height:var(--nav-height);z-index:100;background-color:var(--black);border-bottom:1px solid #0000;transition:border-color .2s;position:fixed;top:0;left:0;right:0}.nav--scrolled{border-bottom-color:var(--border)}.nav__inner{justify-content:space-between;align-items:center;height:100%;display:flex}.nav__logo{letter-spacing:.05em;color:var(--white);text-transform:uppercase;font-size:1.1rem;font-weight:700}.nav__logo:hover{opacity:.75}.nav__links{align-items:center;gap:36px;display:flex}.nav__link{color:var(--gray-400);letter-spacing:.02em;font-size:.875rem;font-weight:400;transition:color .15s}.nav__link:hover,.nav__link--active{color:var(--white)}.nav__hamburger{flex-direction:column;gap:5px;padding:4px;display:none}.nav__hamburger span{background-color:var(--white);transform-origin:50%;width:22px;height:1.5px;transition:transform .2s,opacity .2s;display:block}.nav__hamburger--open span:first-child{transform:translateY(6.5px)rotate(45deg)}.nav__hamburger--open span:nth-child(2){opacity:0}.nav__hamburger--open span:nth-child(3){transform:translateY(-6.5px)rotate(-45deg)}.nav__drawer{background-color:var(--black);border-bottom:1px solid var(--border);max-height:0;transition:max-height .3s;display:none;overflow:hidden}.nav__drawer--open{max-height:300px}.nav__drawer-links{flex-direction:column;gap:20px;padding:16px 24px 24px;display:flex}.nav__drawer-link{color:var(--gray-400);font-size:1rem;font-weight:400;transition:color .15s}.nav__drawer-link:hover,.nav__drawer-link--active{color:var(--white)}@media (width<=640px){.nav__links{display:none}.nav__hamburger{display:flex}.nav__drawer{display:block}}.footer{border-top:1px solid var(--border);margin-top:auto}.footer__inner{justify-content:space-between;align-items:flex-start;gap:40px;padding-top:48px;padding-bottom:40px;display:flex}.footer__logo{letter-spacing:.05em;text-transform:uppercase;color:var(--white);font-size:1rem;font-weight:700}.footer__tagline{color:var(--gray-400);max-width:260px;margin-top:8px;font-size:.875rem;line-height:1.5}.footer__nav ul{flex-direction:column;gap:12px;display:flex}.footer__nav a{color:var(--gray-400);font-size:.875rem;transition:color .15s}.footer__nav a:hover{color:var(--white)}.footer__bottom{border-top:1px solid var(--border);color:var(--gray-600);padding-top:20px;padding-bottom:24px;font-size:.8rem}@media (width<=640px){.footer__inner{flex-direction:column;gap:32px}}.hero{border-bottom:1px solid var(--border);padding:120px 0 80px}.hero__inner{max-width:780px}.hero__eyebrow{letter-spacing:.12em;text-transform:uppercase;color:var(--gray-400);margin-bottom:24px;font-size:.75rem;font-weight:500}.hero__heading{letter-spacing:-.02em;color:var(--white);margin-bottom:24px;font-size:clamp(2.4rem,6vw,4.5rem);font-weight:800;line-height:1.08}.hero__accent{color:var(--gray-400)}.hero__sub{color:var(--gray-400);max-width:560px;margin-bottom:40px;font-size:1.05rem;line-height:1.7}.hero__actions{flex-wrap:wrap;gap:12px;display:flex}.btn--ghost{border:1px solid var(--border);color:var(--gray-400)}.btn--ghost:hover{border-color:var(--gray-400);color:var(--white)}@media (width<=640px){.hero{padding:80px 0 60px}.hero__actions{flex-direction:column}.btn{text-align:center}}.center{border-bottom:1px solid var(--border);padding:96px 0}.center__inner{grid-template-columns:1fr 1fr;align-items:start;gap:80px;display:grid}.section-label{letter-spacing:.12em;text-transform:uppercase;color:var(--gray-400);margin-bottom:20px;font-size:.75rem;font-weight:500}.center__heading{letter-spacing:-.015em;color:var(--white);margin-bottom:20px;font-size:clamp(1.6rem,3vw,2.4rem);font-weight:700;line-height:1.2}.center__body{color:var(--gray-400);font-size:.95rem;line-height:1.8}.center__areas{flex-direction:column;gap:0;display:flex}.center__area{border-bottom:1px solid var(--border);align-items:baseline;gap:20px;padding:20px 0;display:flex}.center__area:first-child{border-top:1px solid var(--border)}.center__area-num{color:var(--gray-600);min-width:24px;font-size:.75rem;font-weight:400}.center__area-name{color:var(--white);font-size:1rem;font-weight:500}@media (width<=768px){.center__inner{grid-template-columns:1fr;gap:48px}}.latest-research{border-bottom:1px solid var(--border);padding:96px 0}.latest-research__header{justify-content:space-between;align-items:flex-end;margin-bottom:56px;display:flex}.latest-research__heading{letter-spacing:-.01em;margin-top:8px;font-size:clamp(1.4rem,2.5vw,2rem);font-weight:700}.latest-research__all{color:var(--gray-400);white-space:nowrap;font-size:.875rem;transition:color .15s}.latest-research__all:hover{color:var(--white)}.latest-research__empty,.projects-section__empty{border:1px solid var(--border);border-radius:var(--radius);text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:72px 24px;display:flex}@media (width<=640px){.latest-research__header{flex-direction:column;align-items:flex-start;gap:12px}}.projects-section{border-bottom:1px solid var(--border);padding:96px 0}.projects-section__header{justify-content:space-between;align-items:flex-end;margin-bottom:56px;display:flex}.projects-section__heading{letter-spacing:-.01em;margin-top:8px;font-size:clamp(1.4rem,2.5vw,2rem);font-weight:700}.projects-section__all{color:var(--gray-400);white-space:nowrap;font-size:.875rem;transition:color .15s}.projects-section__all:hover{color:var(--white)}.projects-section__empty{border:1px solid var(--border);border-radius:var(--radius);text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:72px 24px;display:flex}@media (width<=640px){.projects-section__header{flex-direction:column;align-items:flex-start;gap:12px}}.cta{padding:96px 0}.cta__inner{max-width:640px}.cta__heading{letter-spacing:-.015em;margin-top:8px;margin-bottom:16px;font-size:clamp(1.6rem,3vw,2.4rem);font-weight:700}.cta__body{color:var(--gray-400);margin-bottom:36px;font-size:.95rem;line-height:1.8}.cta__btn{display:inline-block}.page{min-height:calc(100vh - var(--nav-height));padding:80px 0 96px}.page--centered{align-items:center;display:flex}.page__back{color:var(--gray-400);margin-bottom:40px;font-size:.875rem;transition:color .15s;display:inline-block}.page__back:hover{color:var(--white)}.page__header{border-bottom:1px solid var(--border);max-width:640px;margin-bottom:64px;padding-bottom:48px}.page__label{letter-spacing:.12em;text-transform:uppercase;color:var(--gray-400);margin-bottom:16px;font-size:.75rem;font-weight:500}.page__title{letter-spacing:-.02em;color:var(--white);margin-bottom:16px;font-size:clamp(2rem,5vw,3.5rem);font-weight:800;line-height:1.1}.page__desc{color:var(--gray-400);font-size:1rem;line-height:1.7}.page__empty{border:1px solid var(--border);border-radius:var(--radius);text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:80px 24px;display:flex}.empty-icon{color:var(--gray-600);margin-bottom:20px;font-size:2rem}.empty-title{color:var(--white);margin-bottom:10px;font-size:1.1rem;font-weight:600}.empty-body{color:var(--gray-400);max-width:340px;font-size:.875rem;line-height:1.6}.btn{letter-spacing:.02em;border-radius:var(--radius);padding:12px 24px;font-size:.875rem;font-weight:500;transition:opacity .15s,background-color .15s,color .15s;display:inline-block}.btn--primary{background-color:var(--white);color:var(--black)}.btn--primary:hover{opacity:.85}
