@font-face {
  font-family: "Manrope";
  src: url("assets/fonts/manrope.ttf") format("truetype");
  font-weight: 200 800;
  font-display: swap;
}
@font-face {
  font-family: "Instrument Serif";
  src: url("assets/fonts/instrument-serif.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
}
:root {
  --ground: #050608;
  --surface: #0b0e12;
  --ink: #f1f0e9;
  --muted: #a8afb9;
  --blue: #98cde8;
  --line: #2b3037;
  --gutter: clamp(24px, 5vw, 88px);
  --serif: "Instrument Serif", Georgia, serif;
  --sans: "Manrope", Arial, sans-serif;
  color-scheme: dark;
  font-synthesis: none;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 30px; background: var(--ground); scrollbar-color: #546473 var(--ground); }
body { margin: 0; min-width: 20rem; background: var(--ground); color: var(--ink); font-family: var(--sans); -webkit-font-smoothing: antialiased; }
h1,h2,h3,p { margin: 0; }
a { color: inherit; text-decoration: none; text-underline-offset: 6px; }
button,summary { font: inherit; }
button,a,summary { -webkit-tap-highlight-color: transparent; }
svg { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 1.4; stroke-linecap: round; stroke-linejoin: round; flex-shrink: 0; }
::selection { background: #98cde8; color: #050608; }
:focus-visible { outline: 2px solid var(--blue); outline-offset: 6px; }
.skip-link { position: fixed; top: 12px; left: 12px; z-index: 100; padding: 16px 24px; background: var(--ink); color: var(--ground); transform: translateY(-150%); }
.skip-link:focus { transform: none; }
.site-header { position: absolute; z-index: 5; inset: 0 0 auto; min-height: 112px; padding: 20px var(--gutter); display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 13px; flex-shrink: 0; min-height: 64px; overflow: visible; }
.brand img { display: block; width: 64px; height: 64px; padding: 4px; object-fit: contain; max-width: none; border: 0; border-radius: 0; overflow: visible; }
.brand > span { font-size: 28px; font-weight: 600; letter-spacing: -0.035em; }
.desktop-nav { display: flex; gap: 44px; align-items: center; }
.desktop-nav a { min-height: 44px; display: inline-flex; gap: 18px; align-items: center; font-size: 13px; font-weight: 500; }
.desktop-nav a:hover,.site-footer a:hover { color: var(--blue); }
.mobile-nav { display: none; }
.hero { position: relative; isolation: isolate; min-height: 850px; height: min(100svh, 1100px); display: flex; align-items: center; padding: 150px var(--gutter) 150px; }
.hero-art { position: absolute; z-index: -2; inset: 0; overflow: hidden; background: #050608; }
#pigment { display: block; width: 100%; height: 100%; }
.art-shade { position: absolute; inset: 0; background: linear-gradient(90deg,rgba(5,6,8,.94) 0%,rgba(5,6,8,.72) 32%,rgba(5,6,8,.18) 64%,transparent 82%),linear-gradient(0deg,#050608 0%,transparent 24%,transparent 80%,rgba(5,6,8,.55)); pointer-events: none; }
.hero-content { width: 100%; padding-top: 20px; }
.hero h1 { font-family: var(--serif); font-weight: 400; font-size: clamp(64px,7.1vw,102px); letter-spacing: -0.028em; line-height: 1.02; max-width: 1050px; }
.hero h1 span { display: block; color: var(--blue); }
.hero-description { margin-top: 38px; max-width: 520px; }
.hero-description p { color: #d4d7db; font-size: 16px; line-height: 1.85; }
.arrow-link { display: inline-flex; align-items: center; gap: 24px; min-height: 48px; font-size: 13px; font-weight: 600; border-bottom: 1px solid #6b7986; padding: 9px 0; margin-top: 28px; }
.arrow-link svg { transition: transform 200ms ease; }
.arrow-link:hover { color: var(--blue); border-color: var(--blue); }
.arrow-link:hover svg { transform: translateX(4px); }
.hero-bottom { position: absolute; left: var(--gutter); right: var(--gutter); bottom: 30px; display: flex; justify-content: space-between; align-items: center; gap: 18px; }
.hero-bottom > p { color: var(--muted); font-size: 12px; letter-spacing: .03em; }
.motion-toggle { display: flex; align-items: center; gap: 9px; color: #bdc6ce; background: none; border: 0; min-height: 44px; padding: 10px 0 10px 12px; font-size: 12px; cursor: pointer; }
.motion-toggle svg { width: 16px; height: 16px; }
.motion-toggle:hover { color: white; }
.motion-toggle[hidden] { display: none; }
.section-shell { margin-inline: var(--gutter); }
.mission { display: grid; grid-template-columns: 1fr 3fr; gap: 56px; padding-block: 125px 140px; border-top: 1px solid var(--line); }
.mission-body { grid-column: 2; }
.statement { font-family: var(--serif); font-size: clamp(35px,3.8vw,58px); font-weight: 400; line-height: 1.13; letter-spacing: -.018em; }
em { font-style: normal; color: var(--blue); }
.mission-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; margin-top: 50px; }
.mission-columns p,.vision-copy p { font-size: 14px; line-height: 1.9; color: var(--muted); }
.approach { padding-block: 100px 112px; border-top: 1px solid var(--line); }
.approach-heading { display: flex; justify-content: space-between; align-items: flex-end; gap: 40px; }
.approach h2,.vision h2 { font-family: var(--serif); font-size: clamp(44px,4.4vw,68px); font-weight: 400; line-height: 1.08; letter-spacing: -.018em; }
.approach-heading > p { max-width: 32ch; font-size: 13px; line-height: 1.8; color: var(--muted); padding-bottom: 7px; }
.research-areas { display: grid; grid-template-columns: repeat(3,1fr); margin-top: 65px; border-top: 1px solid var(--line); }
.research-areas article { padding: 36px 35px 12px 0; display: flex; flex-direction: column; }
.research-areas article + article { border-left: 1px solid var(--line); padding-left: 35px; }
.research-areas article:last-child { padding-right: 0; }
.area-heading { display: flex; justify-content: space-between; align-items: flex-start; gap: 20px; }
.area-heading h3 { font-size: 19px; font-weight: 500; letter-spacing: -.025em; }
.area-heading svg { width: 19px; height: 19px; color: var(--blue); }
.research-areas article > p { font-size: 14px; color: var(--muted); line-height: 1.9; margin-top: 28px; max-width: 36ch; }
.area-foot { font-size: 12px; color: #bbc4ce; margin-top: auto; padding-top: 42px; }
.vision { border-top: 1px solid var(--line); padding-block: 130px 145px; display: grid; grid-template-columns: 1.1fr 1fr; gap: 100px; }
.vision-copy { padding-top: 4px; max-width: 490px; }
.vision-copy p + p { margin-top: 22px; }
.site-footer { border-top: 1px solid var(--line); padding-top: 52px; padding-bottom: 28px; }
.footer-top { display: grid; grid-template-columns: 1fr 1fr auto; align-items: start; gap: 45px; padding-bottom: 75px; }
.footer-top > p { font-family: var(--serif); font-size: 30px; line-height: 1.25; }
.footer-top nav { display: grid; }
.footer-top nav a { min-height: 44px; display: flex; align-items: center; color: var(--muted); font-size: 12px; }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; color: var(--muted); font-size: 12px; }
.footer-bottom a { display: flex; align-items: center; gap: 14px; min-height: 44px; }
.footer-bottom svg { width: 16px; height: 16px; }
@media (min-width: 1600px) {
  :root { --gutter: max(80px,calc((100vw - 1440px) / 2)); }
}
@media (max-width: 1000px) {
  .hero { min-height: 780px; }
  .hero h1 { font-size: clamp(58px,8vw,85px); }
  .mission { grid-template-columns: 1fr; gap: 38px; padding-block: 90px; }
  .mission-body { grid-column: 1; }
  .vision { gap: 45px; }
  .research-areas article { padding-right: 22px; }
  .research-areas article + article { padding-left: 22px; }
}
@media (max-width: 640px) {
  .site-header { min-height: 92px; padding-block: 12px; }
  .brand { gap: 9px; }
  .brand img { width: 56px; height: 56px; }
  .brand > span { font-size: 24px; }
  .desktop-nav { display: none; }
  .mobile-nav { display: block; position: relative; }
  .mobile-nav summary { display: flex; align-items: center; justify-content: flex-end; gap: 10px; min-height: 44px; min-width: 75px; list-style: none; font-size: 12px; cursor: pointer; }
  .mobile-nav summary::-webkit-details-marker { display: none; }
  .mobile-nav summary svg { width: 19px; height: 19px; }
  .mobile-nav nav { position: absolute; top: 56px; right: 0; min-width: 210px; padding: 16px; border: 1px solid var(--line); background: #0b0e12; }
  .mobile-nav nav a { display: flex; align-items: center; min-height: 48px; padding: 8px 12px; font-size: 14px; }
  .mobile-nav nav a:hover { background: #171f29; }
  .hero { height: auto; min-height: 800px; padding-top: 185px; padding-bottom: 145px; align-items: flex-start; }
  .hero-content { padding-top: 0; }
  .hero h1 { font-size: clamp(48px,12.2vw,72px); line-height: 1.05; }
  .hero h1 br { display: none; }
  .hero-description { margin-top: 32px; max-width: 29ch; }
  .hero-description p { font-size: 14px; line-height: 1.85; }
  .desktop-break { display: none; }
  .hero-bottom { bottom: 24px; }
  .hero-bottom > p { max-width: 140px; line-height: 1.7; }
  .art-shade { background: linear-gradient(0deg,#050608 0%,rgba(5,6,8,.12) 20%,rgba(5,6,8,.78) 60%,rgba(5,6,8,.8) 78%,#050608 100%); }
  .mission { padding-block: 65px 75px; }
  .statement { font-size: 37px; }
  .mission-columns { grid-template-columns: 1fr; gap: 22px; margin-top: 32px; }
  .approach { padding-block: 65px 50px; }
  .approach-heading { display: block; }
  .approach-heading > p { margin-top: 24px; }
  .approach h2,.vision h2 { font-size: 45px; }
  .research-areas { grid-template-columns: 1fr; margin-top: 34px; }
  .research-areas article,.research-areas article + article { border-left: 0; padding: 30px 0; }
  .research-areas article + article { border-top: 1px solid var(--line); }
  .research-areas article > p { max-width: none; margin-top: 18px; }
  .area-foot { padding-top: 24px; }
  .vision { grid-template-columns: 1fr; gap: 35px; padding-block: 70px 80px; }
  .footer-top { grid-template-columns: 1fr 1fr; gap: 32px; padding-bottom: 40px; }
  .footer-top > p { grid-column: 1 / -1; grid-row: 2; font-size: 30px; }
  .footer-top nav { justify-self: end; }
  .site-footer { padding-top: 30px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *,*::before,*::after { animation: none !important; transition: none !important; }
  .motion-toggle { display: none; }
}
@media (forced-colors: active) {
  .hero-art { display: none; }
  .arrow-link { border-color: LinkText; }
  .brand img { mix-blend-mode: normal; }
}
