@font-face {
  font-family: Atkinson;
  src: url('../resources/fonts/AtkinsonHyperlegibleNext-latin.woff2') format('woff2');
  font-style: normal;
  font-weight: 200 500;
  font-display: swap;
}
:root {
  --purple: #57068c;
  --purple-dark: #3d0960;
  --ink: #24202a;
  --muted: #625c68;
  --paper: #fff;
  --soft: #f6f4f8;
  --line: #ded9e3;
  --pad: clamp(22px, 5vw, 80px);
  --header: 96px;
  --ease: cubic-bezier(.16, 1, .3, 1);
  color-scheme: light;
  font-family: Atkinson, sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-synthesis: none;
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header) + 24px);
  scrollbar-color: #93869f var(--soft);
}
*, *::before, *::after { box-sizing: border-box; }
body { margin: 0; font-size: 17px; line-height: 1.6; font-weight: 350; -webkit-font-smoothing: antialiased; }
h1, h2, h3, h4, p, figure, dd { margin: 0; }
h1, h2, h3, h4 { font-weight: 500; line-height: 1.12; text-wrap: balance; }
h1 { font-size: clamp(44px, 5.3vw, 80px); letter-spacing: -.035em; }
h2 { font-size: clamp(34px, 3.7vw, 52px); letter-spacing: -.03em; }
h3 { font-size: 25px; letter-spacing: -.02em; }
h4 { font-size: 19px; }
p { max-width: 72ch; }
ul, ol { margin: 0; padding: 0; list-style: none; }
img { display: block; max-width: 100%; height: auto; }
svg { display: block; }
a { color: inherit; text-underline-offset: 5px; text-decoration-thickness: 1px; }
a, button, summary { -webkit-tap-highlight-color: transparent; }
button, input, textarea { font: inherit; color: inherit; }
button, summary { cursor: pointer; }
button { border: 0; }
input, textarea { caret-color: var(--purple); }
:focus-visible { outline: 2px solid var(--purple); outline-offset: 5px; }
::selection { background: var(--purple); color: white; }
.hero-copy::selection, .hero-copy ::selection,
.site-footer::selection, .site-footer ::selection,
.button:not(.button-light)::selection, .button:not(.button-light) ::selection { background: white; color: black; }
[hidden] { display: none !important; }
.wrap { width: min(100%, 1440px); margin-inline: auto; padding-inline: var(--pad); }
.section { padding-block: clamp(64px, 7vw, 108px); }
.skip-link { position: fixed; z-index: 100; top: 12px; left: 12px; padding: 12px 20px; background: white; color: var(--purple); transform: translateY(-160%); }
.skip-link:focus { transform: none; }
.icon { width: 22px; height: 22px; flex: 0 0 auto; fill: none; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.text-link { display: inline-flex; align-items: center; gap: 12px; color: var(--purple); font-weight: 500; text-decoration: none; padding-block: 10px; }
.text-link:hover { text-decoration: underline; }
.button { min-height: 50px; padding: 13px 22px; display: inline-flex; align-items: center; justify-content: center; gap: 28px; background: var(--purple); color: white; text-decoration: none; font-weight: 500; border-radius: 3px; transition: background 180ms var(--ease); }
.button:hover { background: var(--purple-dark); }
.button-light { background: white; color: var(--purple); }
.button-light:hover { background: #eee5f4; }
.site-header { position: sticky; top: 0; z-index: 20; background: white; }
.header-inner { min-height: var(--header); display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: flex; align-items: center; gap: 24px; text-decoration: none; }
.brand img { width: 100px; height: auto; }
.brand span { font-size: 14px; line-height: 1.35; color: var(--muted); border-left: 1px solid var(--line); padding-left: 24px; }
#primary-nav { display: flex; align-items: center; gap: 40px; }
#primary-nav a { text-decoration: none; padding: 12px 0; color: var(--ink); font-weight: 400; }
#primary-nav a:last-child { color: var(--purple); }
#primary-nav a:hover, #primary-nav a[aria-current] { text-decoration: underline; color: var(--purple); }
.nav-toggle { display: none; background: transparent; padding: 10px 0 10px 12px; gap: 10px; align-items: center; }
.nav-toggle svg { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 1.5; }
.hero { display: grid; grid-template-columns: 44% 56%; min-height: 620px; }
.hero-copy { background: var(--purple); color: white; padding: clamp(48px, 5.5vw, 80px) var(--pad) 36px; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.hero-copy h1 { max-width: 10ch; }
.hero-copy > p { margin-top: 28px; font-size: 19px; line-height: 1.6; color: #ede1f5; max-width: 34ch; }
.hero-copy .button { margin-top: 34px; }
.hero-copy :focus-visible { outline-color: white; }
.hero-context { margin-top: 64px; color: #e0cbeE; font-size: 14px; }
.hero-photo { display: grid; grid-template-rows: 1fr auto; min-width: 0; }
.hero-film { position: relative; min-height: 0; overflow: hidden; }
.hero-film img, .hero-film video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 65% center; }
.hero-film video { opacity: 0; pointer-events: none; }
.hero-film.has-frame video { opacity: 1; }
.hero-photo figcaption { padding: 12px 24px; font-size: 13px; color: var(--muted); background: var(--soft); }
.mission { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; }
.mission h2 { font-size: clamp(30px, 3.1vw, 44px); max-width: 19ch; }
.mission p + p { margin-top: 18px; color: var(--muted); }
.robot { background: var(--soft); }
.robot-grid { display: grid; grid-template-columns: 1.08fr 1fr; align-items: center; gap: clamp(40px, 7vw, 110px); }
.robot-figure img { width: 100%; height: 470px; object-fit: contain; }
.robot-figure figcaption { color: var(--muted); text-align: center; font-size: 14px; margin-top: 14px; }
.robot-copy > p { margin-top: 20px; color: var(--muted); }
.robot-copy h2 { color: var(--purple); }
.robot-copy > .text-link { margin-top: 20px; }
.hero-photo img, .robot-figure img { -webkit-user-drag: none; user-select: none; cursor: default; }
.section-heading, .pg-head { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: start; margin-bottom: 44px; }
.section-heading p, .pg-head p { color: var(--muted); }
.section-heading .text-link { margin-top: 12px; }
.team-photo { margin-bottom: 52px; }
.team-photo img { width: 100%; aspect-ratio: 1.8 / 1; object-fit: cover; object-position: center 65%; }
.team-photo figcaption { margin-top: 22px; color: var(--muted); font-size: 17px; }
.team-photo figcaption .text-link { margin-top: 12px; }
.sprite { position: absolute; overflow: hidden; pointer-events: none; }
.roster-group { display: grid; grid-template-columns: 240px 1fr; gap: 40px; padding-block: 32px; border-top: 1px solid var(--line); }
.doc-head__title { font-size: 23px; }
.doc-head__meta { display: block; margin-top: 8px; color: var(--muted); font-size: 14px; }
.roster { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 30px; }
.member { min-width: 0; }
.member__avatar { color: #786e82; width: 38px; height: 38px; margin-bottom: 14px; }
.member__avatar svg { width: 32px; height: 32px; }
.member__avatar img { width: 38px; height: 38px; object-fit: cover; border-radius: 50%; }
.member__role { color: var(--purple); font-size: 13px; margin-bottom: 7px; line-height: 1.4; }
.member__name { margin-bottom: 6px; font-size: 19px; }
.member__meta { font-size: 14px; color: var(--muted); line-height: 1.45; }
.roster__loading, .roster__error { padding-block: 24px; }
.pg-section { padding-block: clamp(64px, 7vw, 108px); }
.pg-section--tint { background: var(--soft); }
.pg-projects { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 56px 32px; }
.pg-project { display: flex; flex-direction: column; min-width: 0; }
.pg-project__name { color: var(--purple); font-size: 30px; margin-bottom: 18px; }
.spec { display: grid; grid-template-columns: 88px 1fr; margin: 0; font-size: 14px; line-height: 1.6; }
.spec dt, .spec dd { border-top: 1px solid var(--line); padding-block: 10px; }
.spec dt { color: var(--muted); }
.spec dd { padding-left: 10px; }
.spec a { color: var(--purple); }
.pg-project__photo { margin-top: auto; padding-top: 20px; }
.pg-project__photo img { width: 100%; aspect-ratio: 1.6; object-fit: cover; }
.pg-project__photo figcaption { margin-top: 10px; font-size: 13px; color: var(--muted); }
.pg-prevyears { margin-top: 64px; padding-top: 36px; border-top: 1px solid var(--line); }
.pg-prevyears .doc-head { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 24px; }
.pg-prevyears .doc-head__meta { margin: 0; }
.pg-prevyears__grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 32px; }
.pg-prevyears__grid img { aspect-ratio: 1.7; object-fit: cover; width: 100%; }
.pg-prevyears__grid p { margin-top: 10px; font-size: 14px; color: var(--muted); }
.pg-projects__more { margin-top: 32px; font-size: 15px; color: var(--muted); }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; }
.contact h2 { color: var(--purple); }
.contact-intro > p { margin-top: 24px; max-width: 40ch; color: var(--muted); }
.contact-email { display: inline-block; color: var(--purple); font-size: 24px; margin-top: 26px; }
.contact-intro .contact-location { margin-top: 40px; font-size: 15px; }
.contact__form { display: flex; flex-direction: column; gap: 20px; align-items: start; }
.contact__row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; width: 100%; }
.field { width: 100%; }
.field label { display: block; margin-bottom: 8px; font-size: 15px; font-weight: 400; }
.field input, .field textarea { border: 1px solid #c7c0cd; border-radius: 3px; padding: 11px 13px; width: 100%; background: white; min-height: 48px; }
.field textarea { min-height: 140px; resize: vertical; }
.field ::placeholder { color: var(--muted); opacity: 1; }
.support { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; padding-top: 46px; margin-top: 64px; border-top: 1px solid var(--line); }
.support p { margin-top: 15px; font-size: 16px; color: var(--muted); }
.support ul { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-content: center; }
.support li { font-size: 17px; font-weight: 400; }
.site-footer { background: var(--purple-dark); color: white; padding: 56px 0 24px; }
.site-footer :focus-visible { outline-color: white; }
.site-footer a { text-decoration: none; }
.site-footer a:hover { text-decoration: underline; }
.footer-main { display: flex; justify-content: space-between; gap: 48px; }
.footer-name { font-weight: 500; font-size: 23px; }
.footer-main p { color: #e2cfef; font-size: 15px; margin: 15px 0; }
.footer-main nav { display: flex; flex-direction: column; align-items: flex-start; gap: 4px; font-size: 15px; }
.footer-main nav a { display: inline-flex; align-items: center; min-height: 32px; }
.footer-main nav a:first-child { margin-bottom: 8px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 24px; margin-top: 50px; padding-top: 22px; border-top: 1px solid #765389; color: #ddcbe8; font-size: 12px; }
.news-main { padding-block: 62px 100px; min-height: 65vh; }
.back-link { margin-bottom: 42px; }
.news-main h1 { font-size: clamp(38px, 5vw, 64px); color: var(--purple); }
.news-intro { margin-top: 22px; max-width: 60ch; color: var(--muted); }
.pg-archive { margin-top: 56px; }
.pg-archive__item { border-top: 1px solid var(--line); }
.pg-archive__item:last-child { border-bottom: 1px solid var(--line); }
.pg-archive__item > a { display: grid; grid-template-columns: 1fr 110px 20px; gap: 38px; padding: 28px 0; align-items: center; text-decoration: none; }
.pg-archive__title { display: block; font-size: 22px; font-weight: 400; line-height: 1.35; max-width: 50ch; }
.pg-archive__source { display: block; margin-top: 10px; font-size: 14px; color: var(--muted); }
.pg-archive__date { font-size: 14px; color: var(--muted); font-variant-numeric: tabular-nums; }
.pg-archive__arrow { width: 20px; color: var(--purple); }
.pg-archive__item a:hover .pg-archive__title { color: var(--purple); text-decoration: underline; text-underline-offset: 5px; }
.press-contact { margin-top: 44px; color: var(--muted); }
.press-contact a { color: var(--purple); }
@media (min-width: 1600px) {
  .hero-copy { padding-left: max(var(--pad), calc((100vw - 1440px)/2 + var(--pad))); }
}
@media (max-width: 1100px) {
  .brand span { display: none; }
  .hero { min-height: 570px; grid-template-columns: 46% 54%; }
  .hero-copy { padding-inline: 40px; }
  .hero-copy h1 { font-size: 56px; }
  .hero-context { margin-top: 45px; }
  .mission, .section-heading, .pg-head { gap: 40px; }
  .roster-group { grid-template-columns: 200px 1fr; gap: 32px; }
  .roster { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .contact-grid, .support { gap: 60px; }
  .pg-projects { grid-template-columns: repeat(2,minmax(0,1fr)); }
}
@media (max-width: 760px) {
  :root { --header: 76px; }
  .header-inner { gap: 20px; }
  .brand img { width: 82px; }
  #primary-nav { gap: 24px; font-size: 15px; }
  .hero { grid-template-columns: 1fr; }
  .hero-copy { padding: 48px var(--pad) 30px; }
  .hero-copy h1 { font-size: clamp(44px, 8vw, 60px); max-width: 14ch; }
  .hero-copy > p { font-size: 17px; max-width: 40ch; margin-top: 22px; }
  .hero-copy .button { margin-top: 26px; }
  .hero-context { margin-top: 32px; }
  .hero-film { aspect-ratio: 1.4; }
  .hero-photo figcaption { padding-inline: var(--pad); }
  .mission, .section-heading, .pg-head { grid-template-columns: 1fr; gap: 25px; }
  .mission h2 { max-width: none; }
  .robot-grid { grid-template-columns: 1fr; gap: 35px; }
  .robot-copy { grid-row: 1; }
  .robot-figure img { height: 340px; }
  .team-photo img { aspect-ratio: 1.5; }
  .roster-group { grid-template-columns: 1fr; gap: 25px; }
  .roster-group .doc-head { display: flex; align-items: baseline; justify-content: space-between; gap: 16px; }
  .doc-head__meta { margin: 0; flex-shrink: 0; }
  .contact-grid, .support { grid-template-columns: 1fr; gap: 38px; }
  .contact-intro .contact-location { margin-top: 24px; }
  .pg-prevyears__grid { gap: 16px; }
  .footer-main { flex-direction: column; gap: 32px; }
  .footer-main nav a { min-height: 44px; }
  .footer-bottom { flex-direction: column; gap: 12px; }
  .pg-archive__item > a { grid-template-columns: 1fr 20px; gap: 12px; padding-block: 24px; }
  .pg-archive__date { grid-row: 2; }
  .pg-archive__arrow { grid-column: 2; grid-row: 1; }
  .pg-archive__title { font-size: 20px; }
}
@media (max-width: 520px) {
  .header-inner { flex-wrap: wrap; padding-block: 18px; min-height: var(--header); }
  html[data-js] .nav-toggle { display: inline-flex; }
  #primary-nav { width: 100%; justify-content: space-between; gap: 12px; padding: 10px 0 2px; }
  html[data-js] #primary-nav { display: none; }
  html[data-js] #primary-nav.is-open { display: flex; }
  .roster { gap: 30px 22px; }
  .pg-projects { grid-template-columns: 1fr; gap: 44px; }
  .pg-project__photo img { aspect-ratio: 1.7; }
  .pg-prevyears__grid { grid-template-columns: 1fr; gap: 25px; }
  .pg-prevyears .doc-head__meta { display: none; }
  .contact__row { grid-template-columns: 1fr; }
  .support ul { gap: 18px 24px; }
  .doc-head__title { font-size: 21px; }
}
@media (prefers-reduced-motion: reduce) {
  :root { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
