@font-face {
  font-family: Manrope;
  src: url("/assets/fonts/manrope-variable.ttf") format("truetype");
  font-weight: 200 800;
  font-style: normal;
  font-display: swap;
}
:root {
  color-scheme: dark;
  --paper: #0c111a;
  --ink: #eff2f8;
  --muted: #a5adbe;
  --blue: #9caeff;
  --line: #2b3545;
  --lime: #dcecbd;
  --dark: #142039;
  --font: Manrope, "Segoe UI", sans-serif;
  --mono: Consolas, "Liberation Mono", monospace;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 110px;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font);
  font-size: 1rem;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}
::selection {
  background: var(--lime);
  color: var(--paper);
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  font: inherit;
  color: inherit;
  cursor: pointer;
}
button,
a {
  -webkit-tap-highlight-color: transparent;
}
a:focus-visible,
button:focus-visible,
summary:focus-visible {
  outline: 3px solid var(--blue);
  outline-offset: 6px;
  border-radius: 2px;
}
img,
svg {
  display: block;
  max-width: 100%;
}
img {
  height: auto;
}
h1,
h2,
h3,
p {
  margin: 0;
}
h1,
h2,
h3 {
  font-weight: 500;
  line-height: 1.13;
  letter-spacing: -0.055em;
}
p {
  color: var(--muted);
}
[hidden] {
  display: none !important;
}
.wrap {
  width: min(1240px, calc(100% - 112px));
  margin-inline: auto;
}
.mono,
.eyebrow {
  font-family: var(--mono);
  font-size: 0.875rem;
  line-height: 1.6;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--muted);
}
.eyebrow:before {
  content: "";
  width: 7px;
  height: 7px;
  flex: none;
  background: var(--blue);
}
.arrow {
  font-family: Arial, sans-serif;
  font-size: 22px;
  line-height: 1;
  display: inline-block;
  transition: transform 0.2s;
}
a:hover .arrow {
  transform: translate(3px, -3px);
}
.skip-link {
  position: fixed;
  left: 20px;
  top: -80px;
  background: var(--ink);
  color: var(--paper);
  padding: 12px 20px;
  z-index: 100;
}
.skip-link:focus {
  top: 12px;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(12, 17, 26, 0.96);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
}
.header-inner {
  min-height: 94px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.brand {
  display: block;
  flex: none;
}
.brand img {
  width: 228px;
  height: auto;
}
.navigation {
  display: flex;
  align-items: center;
  gap: 34px;
  font-size: 0.9375rem;
  font-weight: 600;
}
.navigation a:not(.nav-contact) {
  position: relative;
  padding-block: 10px;
}
.navigation a:not(.nav-contact):after {
  content: "";
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 0;
  height: 1px;
  background: var(--blue);
  transition: width 0.2s;
}
.navigation a:hover:after,
.navigation a[aria-current]:after {
  width: 100%;
}
.nav-contact {
  display: flex;
  gap: 24px;
  align-items: center;
  border: 1px solid #465166;
  padding: 10px 17px;
}
.nav-contact:hover {
  background: #1c2940;
  border-color: var(--blue);
}
.menu-toggle {
  display: none;
  border: 1px solid var(--line);
  background: transparent;
  padding: 8px 14px;
  min-height: 44px;
}
.hero {
  display: grid;
  grid-template-columns: 1.13fr 1fr;
  gap: 48px;
  padding-top: 66px;
  padding-bottom: 65px;
  align-items: center;
}
.hero h1 {
  font-size: clamp(54px, 5.9vw, 83px);
  line-height: 1.055;
  letter-spacing: -0.062em;
  margin-top: 29px;
}
.hero h1 span {
  color: var(--blue);
}
.hero h1 small {
  display: block;
  margin-top: 14px;
  font-size: 0.42em;
  line-height: 1.2;
  letter-spacing: -0.04em;
}
.hero-intro {
  font-size: 16px;
  max-width: 450px;
  line-height: 1.8;
  margin-top: 26px;
}
.hero-intro strong {
  color: var(--ink);
  font-weight: 600;
}
.hero-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 25px;
  margin-top: 32px;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 27px;
  min-height: 50px;
  background: var(--blue);
  color: var(--paper);
  padding: 13px 22px;
  font-size: 1rem;
  font-weight: 600;
  border: 1px solid var(--blue);
  transition: background 0.2s;
}
.button:hover {
  background: #bac6ff;
}
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  font-size: 1rem;
  font-weight: 600;
  padding-block: 12px;
}
.text-link:hover {
  color: var(--blue);
}
.hero-signature {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 39px;
}
.hero-signature img {
  width: 37px;
  height: 37px;
  border-radius: 50%;
}
.hero-signature span {
  font-family: var(--mono);
  font-size: 0.875rem;
  color: var(--muted);
  letter-spacing: 0.015em;
}
.hero-signature strong {
  font-weight: 500;
  color: var(--ink);
}
.hero-art {
  position: relative;
  align-self: stretch;
  min-height: 526px;
  overflow: hidden;
  background: var(--dark);
  color: #edf0fb;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.art-top,
.art-bottom {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px;
  margin: 24px;
  font-family: var(--mono);
  font-size: 0.875rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: #c4cde6;
}
.art-top:before {
  content: "";
  background: #dcecbd;
  width: 6px;
  height: 6px;
  flex: none;
  margin-top: 8px;
}
.art-top > span:first-child {
  margin-right: auto;
}
.art-image {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 110%;
  max-width: none;
  transform: translate(-50%, -48%);
}
.art-bottom {
  border-top: 1px solid #405071;
  padding-top: 15px;
  margin-bottom: 19px;
}
.art-bottom span:last-child {
  color: #dcecbd;
}
.expertise-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding-block: 27px;
}
.expertise-strip > div {
  padding-inline: 28px;
  border-right: 1px solid var(--line);
}
.expertise-strip > div:first-child {
  padding-left: 0;
}
.expertise-strip > div:last-child {
  border: 0;
  padding-right: 0;
}
.expertise-strip .mono {
  display: block;
  color: var(--muted);
  font-size: 0.875rem;
  margin-bottom: 7px;
}
.expertise-strip strong {
  font-size: 17px;
  letter-spacing: -0.025em;
  font-weight: 500;
}
.collaborations {
  padding-top: 39px;
  padding-bottom: 49px;
}
.collaborations > p {
  font-size: 0.875rem;
  margin-bottom: 23px;
}
.collaborator-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
  color: #aab4c7;
}
.collaborator-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 76px;
  max-width: 210px;
  color: var(--ink);
  transition: transform 0.2s;
}
.collaborator-logo:hover,
.collaborator-logo:focus-visible {
  transform: translateY(-2px);
}
.collaborator-logo img {
  object-fit: contain;
}
.collaborator-logo.oak img {
  width: 73px;
  flex: none;
}
.collaborator-logo.oak span {
  font-size: 19px;
  white-space: nowrap;
}
.other-collaborators {
  position: relative;
}
.other-collaborators summary {
  display: flex;
  align-items: center;
  gap: 12px;
  width: max-content;
  min-height: 76px;
  list-style: none;
  cursor: pointer;
  font-size: 1.5rem;
  font-weight: 500;
  padding: 14px 0;
  color: var(--ink);
  white-space: nowrap;
}
.other-collaborators summary::-webkit-details-marker {
  display: none;
}
.other-collaborators summary > span {
  margin-left: 0;
  color: var(--blue);
}
.other-collaborators[open] summary {
  color: var(--ink);
}
.collaborator-popover {
  position: absolute;
  z-index: 10;
  right: 0;
  top: 100%;
  width: 280px;
  max-height: min(560px, 65vh);
  overflow-y: auto;
  padding: 22px;
  border: 1px solid #465674;
  background: #172235;
  box-shadow: 0 18px 50px #0008;
}
.collaborator-popover .mono {
  color: var(--blue);
  font-size: 0.875rem;
}
.collaborator-popover ul {
  list-style: none;
  margin: 8px 0 18px;
  padding: 0;
}
.collaborator-popover ul:last-child {
  margin-bottom: 0;
}
.collaborator-popover a {
  display: block;
  padding: 7px 0;
  font-size: 1rem;
  color: var(--ink);
}
.collaborator-popover a:hover {
  color: var(--blue);
  text-decoration: underline;
}
.section {
  padding-block: 90px;
}
.work-section {
  background: #121a27;
  border-block: 1px solid var(--line);
}
.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 36px;
  margin-bottom: 38px;
}
.section-heading h2,
.about h2 {
  font-size: clamp(38px, 4.2vw, 56px);
  margin-top: 17px;
}
.section-heading > p {
  max-width: 360px;
  font-size: 1rem;
}
.work-toolbar {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
  min-height: 44px;
}
.filters {
  display: flex;
  gap: 7px;
  flex-wrap: wrap;
}
.filter {
  background: transparent;
  border: 1px solid #45516a;
  border-radius: 2px;
  padding: 8px 17px;
  min-height: 42px;
  font-size: 0.875rem;
}
.filter:hover {
  border-color: var(--ink);
}
.filter[aria-pressed="true"] {
  background: var(--ink);
  border-color: var(--ink);
  color: var(--paper);
}
.work-count {
  font-family: var(--mono);
  font-size: 0.875rem;
  color: var(--muted);
  white-space: nowrap;
}
.project-list {
  border-top: 1px solid #3d4960;
}
.project {
  display: grid;
  grid-template-columns:
    64px minmax(190px, 1.5fr) minmax(180px, 1.3fr)
    140px 36px;
  align-items: center;
  column-gap: 20px;
  min-height: 105px;
  padding: 20px 0;
  border-bottom: 1px solid #2d394d;
  transition:
    background 0.18s,
    padding 0.18s;
}
.project:hover {
  background: #1b2639;
  padding-inline: 14px;
}
.project time {
  font-family: var(--mono);
  font-size: 0.875rem;
  color: var(--muted);
  line-height: 1.7;
}
.project h3 {
  font-size: 21px;
  font-weight: 550;
  letter-spacing: -0.04em;
}
.project-site {
  display: flex;
  gap: 15px;
  align-items: center;
  min-width: 0;
}
.project-logo-frame {
  display: grid;
  place-items: center;
  width: 72px;
  height: 72px;
  flex: none;
  border: 1px solid #536583;
  border-radius: 13px;
  background: #1b2840;
}
.project-logo-frame.logo-on-light {
  background: #edf0f8;
  border-color: #d4dcef;
}
.project-logo {
  width: 56px;
  height: 56px;
  object-fit: contain;
  border-radius: 7px;
}
.project-name {
  min-width: 0;
}
.project-site:hover h3 {
  color: var(--blue);
}
.website-arrow {
  font-size: 1rem;
  color: var(--muted);
}
.project-date > span {
  display: block;
  font-family: var(--mono);
  font-size: 0.875rem;
  color: var(--muted);
}
.project-date time {
  display: block;
  white-space: nowrap;
}
.project .project-name > span {
  display: block;
  font-size: 0.875rem;
  color: var(--muted);
  margin-top: 5px;
}
.project-scope {
  font-size: 0.875rem;
  line-height: 1.75;
  color: var(--muted);
}
.project-meta {
  font-size: 0.875rem;
  color: var(--muted);
}
.project-meta .tag {
  display: inline-block;
  color: var(--blue);
  font-size: 0.875rem;
  letter-spacing: 0.01em;
  font-family: var(--mono);
  border: 1px solid #435171;
  border-radius: 2px;
  padding: 2px 7px;
  margin-bottom: 5px;
}
.project-meta > span:last-child {
  display: block;
}
.project-destination {
  padding-block: 10px;
}
.project-destination:hover .destination-label {
  color: var(--blue);
  text-decoration: underline;
}
.project > .arrow {
  justify-self: end;
  font-size: 25px;
  color: var(--blue);
}
.work-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  margin-top: 26px;
}
.work-bottom p {
  font-size: 0.875rem;
  max-width: 510px;
}
.work-bottom .button {
  flex: none;
  max-width: 100%;
}
.expertise-section .section-heading {
  align-items: start;
  margin-bottom: 46px;
}
.expertise-section .section-heading > p {
  padding-top: 36px;
}
.expertise-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 38px;
}
.expertise-item {
  border-top: 1px solid var(--line);
  padding-top: 26px;
}
.expertise-icon {
  width: 42px;
  height: 42px;
  color: var(--blue);
  margin-bottom: 26px;
}
.expertise-item h3 {
  font-size: 24px;
  margin-bottom: 15px;
}
.expertise-item p {
  font-size: 1rem;
  line-height: 1.85;
}
.expertise-item .mono {
  font-size: 0.875rem;
  margin-top: 22px;
  color: var(--blue);
  text-transform: none;
  letter-spacing: 0;
}
.research-note {
  display: flex;
  align-items: center;
  gap: 25px;
  justify-content: space-between;
  border-top: 1px solid var(--line);
  margin-top: 42px;
  padding-top: 23px;
}
.research-note p {
  font-size: 0.875rem;
  max-width: 750px;
}
.research-note strong {
  font-weight: 600;
  color: var(--ink);
}
.research-note .text-link {
  flex: none;
  font-size: 0.875rem;
}
.about-section {
  background: #131d27;
  border-block: 1px solid #2b3947;
}
.about {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 90px;
  align-items: start;
}
.portrait-panel {
  position: relative;
  background: #1e2c38;
  padding: 38px 34px 24px;
  max-width: 400px;
}
.portrait-panel > img {
  width: 100%;
  filter: contrast(1.04);
  border-radius: 50%;
}
.portrait-caption {
  margin-top: 25px;
  border-top: 1px solid #405362;
  padding-top: 17px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.portrait-caption strong {
  display: block;
  font-size: 1rem;
  font-weight: 600;
}
.portrait-caption span {
  font-family: var(--mono);
  font-size: 0.875rem;
  color: #b0bfcb;
}
.portrait-caption .portrait-plus {
  font-family: var(--mono);
  font-size: 32px;
  line-height: 1;
  color: var(--blue);
}
.about h2 {
  margin-top: 15px;
  margin-bottom: 25px;
}
.about-copy > p {
  font-size: 1rem;
  line-height: 1.9;
  margin-bottom: 17px;
}
.about-copy h2 + p {
  font-size: 17px;
  color: #c2cdd9;
}
.about-history {
  border-top: 1px solid #3b4a59;
  margin-top: 26px;
  padding-top: 22px;
}
.about-history .mono {
  color: #abbccb;
  margin-bottom: 9px;
  font-size: 0.875rem;
}
.about-history p {
  font-size: 1rem;
  line-height: 1.85;
}
.profile-links {
  display: flex;
  flex-wrap: wrap;
  column-gap: 25px;
  margin-top: 14px;
}
.profile-links .text-link {
  font-size: 0.875rem;
}
.contact-section {
  background: var(--dark);
  color: var(--ink);
  padding-block: 77px;
}
.contact-top {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 70px;
  align-items: end;
}
.contact-section .eyebrow {
  color: #bac4e0;
}
.contact-section .eyebrow:before {
  background: #dcecbd;
}
.contact-section h2 {
  font-size: clamp(40px, 4.7vw, 66px);
  margin-top: 20px;
  line-height: 1.13;
}
.contact-section h2 span {
  color: #dcecbd;
}
.contact-copy p {
  color: #c1c9dd;
  font-size: 1rem;
  margin-bottom: 23px;
  max-width: 370px;
}
.email-link {
  display: inline-flex;
  gap: 12px;
  align-items: baseline;
  max-width: 100%;
  font-size: clamp(16px, 1.7vw, 23px);
  line-height: 1.5;
  border-bottom: 1px solid #8290b5;
  padding-bottom: 12px;
  letter-spacing: -0.025em;
  overflow-wrap: normal;
  word-break: normal;
}
.email-address {
  min-width: 0;
}
.email-link .arrow {
  flex: none;
}
.email-link:hover {
  color: #dcecbd;
  border-color: #dcecbd;
}
.contact-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 26px;
  border-top: 1px solid #3b4867;
  margin-top: 47px;
  padding-top: 25px;
}
.contact-bottom .mono {
  color: #aebbd6;
  font-size: 0.875rem;
}
.socials {
  display: flex;
  gap: 9px;
  flex-wrap: wrap;
}
.social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 43px;
  height: 43px;
  border: 1px solid #5d6a88;
  transition:
    background 0.2s,
    color 0.2s;
  position: relative;
}
.social-link:hover {
  background: #dcecbd;
  color: var(--dark);
  border-color: #dcecbd;
}
.social-link svg {
  width: 17px;
  height: 17px;
  fill: currentColor;
}
.social-link:hover:after {
  content: attr(aria-label);
  position: absolute;
  bottom: calc(100% + 9px);
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  background: var(--ink);
  color: var(--dark);
  font-size: 0.875rem;
  padding: 5px 8px;
  box-shadow: 0 2px 8px #0002;
  z-index: 5;
}
.site-footer {
  padding-block: 30px;
  background: var(--paper);
}
.footer-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.footer-brand img {
  width: 178px;
}
.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  font-size: 0.875rem;
  color: var(--muted);
}
.footer-links a {
  padding-block: 8px;
}
.footer-links a:hover {
  text-decoration: underline;
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 21px;
  font-size: 0.875rem;
  color: var(--muted);
}
.footer-bottom span:last-child {
  font-family: var(--mono);
  font-size: 0.875rem;
}
.legal-main {
  max-width: 850px;
  margin-inline: auto;
  padding-block: 66px 100px;
}
.back-link {
  font-size: 0.875rem;
  color: var(--muted);
  display: inline-block;
  padding-block: 8px;
  margin-bottom: 32px;
}
.back-link:hover {
  color: var(--blue);
}
.legal-main h1 {
  font-size: clamp(46px, 5vw, 68px);
  margin-block: 16px 25px;
}
.legal-intro {
  font-size: 17px;
  max-width: 630px;
  margin-bottom: 43px;
}
.legal-main h2 {
  font-size: 25px;
  margin-block: 35px 14px;
  letter-spacing: -0.035em;
}
.legal-main p {
  margin-bottom: 15px;
  font-size: 1rem;
}
.legal-main p a,
.legal-main dd a,
.legal-main li a {
  color: var(--blue);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.legal-main ul {
  padding-left: 20px;
  color: var(--muted);
  font-size: 1rem;
}
.legal-details {
  margin: 0;
  border-top: 1px solid var(--line);
}
.legal-details > div {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 24px;
  border-bottom: 1px solid var(--line);
  padding: 18px 0;
  font-size: 1rem;
}
.legal-details dt {
  color: var(--muted);
}
.legal-details dd {
  margin: 0;
}
.legal-contact {
  padding: 25px;
  background: #121a27;
  margin-top: 32px;
  border-left: 2px solid var(--blue);
}
.legal-contact p:last-child {
  margin-bottom: 0;
}
.not-found {
  min-height: 65vh;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  padding-block: 70px;
}
.not-found h1 {
  font-size: clamp(48px, 6vw, 80px);
  margin-block: 20px;
}
.not-found p {
  margin-bottom: 28px;
}
@media (min-width: 1500px) {
  .hero {
    gap: 70px;
  }
  .hero h1 {
    font-size: 87px;
  }
}
@media (max-width: 1100px) {
  .wrap {
    width: calc(100% - 64px);
  }
  .hero {
    gap: 30px;
    padding-top: 45px;
  }
  .hero-art {
    min-height: 480px;
  }
  .hero h1 {
    font-size: 65px;
  }
  .navigation {
    gap: 22px;
  }
  .brand img {
    width: 206px;
  }
  .project {
    grid-template-columns: 53px 1.3fr 1.1fr 118px 24px;
    gap: 15px;
  }
  .project h3 {
    font-size: 19px;
  }
  .expertise-strip > div {
    padding-inline: 18px;
  }
  .expertise-strip strong {
    font-size: 1rem;
  }
  .collaborator-list {
    gap: 18px;
  }
  .about {
    gap: 52px;
  }
  .contact-top {
    gap: 38px;
  }
  .section {
    padding-block: 70px;
  }
}
@media (max-width: 850px) {
  .hero h1 {
    font-size: 55px;
  }
  .hero-art {
    min-height: 457px;
  }
  .hero-intro {
    font-size: 1rem;
  }
  .hero-actions {
    gap: 14px;
  }
  .button {
    padding-inline: 17px;
    gap: 15px;
  }
  .hero-signature {
    margin-top: 27px;
  }
  .art-top,
  .art-bottom {
    margin-inline: 17px;
    font-size: 0.875rem;
  }
  .expertise-strip {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 23px;
  }
  .expertise-strip > div:nth-child(2) {
    border: 0;
  }
  .expertise-strip > div:nth-child(3) {
    padding-left: 0;
  }
  .collaborator-list {
    justify-content: flex-start;
    column-gap: 32px;
    row-gap: 19px;
  }
  .section-heading {
    gap: 30px;
  }
  .section-heading > p {
    max-width: 290px;
    font-size: 1rem;
  }
  .project {
    grid-template-columns: 50px 1.4fr 1fr 24px;
  }
  .project-scope {
    display: none;
  }
  .expertise-grid {
    gap: 23px;
  }
  .expertise-item h3 {
    font-size: 21px;
  }
  .about {
    gap: 35px;
    grid-template-columns: 0.85fr 1.15fr;
  }
  .portrait-panel {
    padding: 25px 20px 20px;
  }
  .about h2 {
    font-size: 40px;
  }
  .contact-top {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .contact-bottom .mono {
    max-width: 170px;
  }
}
@media (max-width: 680px) {
  html {
    scroll-padding-top: 90px;
  }
  .wrap {
    width: calc(100% - 40px);
  }
  .header-inner {
    min-height: 77px;
    flex-wrap: wrap;
    gap: 0;
  }
  .brand img {
    width: 202px;
  }
  .menu-toggle:not([hidden]) {
    display: block;
  }
  .navigation {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    padding-block: 12px 18px;
    justify-content: space-between;
  }
  .js .navigation:not(.is-open) {
    display: none;
  }
  .navigation .nav-contact {
    padding: 7px 12px;
    gap: 12px;
  }
  .hero {
    grid-template-columns: 1fr;
    gap: 34px;
    padding-block: 41px 35px;
  }
  .hero .eyebrow {
    font-size: 0.875rem;
    letter-spacing: 0.055em;
  }
  .hero h1 {
    font-size: clamp(49px, 11.9vw, 76px);
    margin-top: 22px;
    line-height: 1.07;
  }
  .hero-intro {
    max-width: 440px;
    font-size: 1rem;
    margin-top: 22px;
  }
  .hero-actions {
    margin-top: 25px;
    gap: 24px;
  }
  .hero-signature {
    margin-top: 25px;
  }
  .hero-art {
    min-height: 0;
    width: 100%;
    max-width: 440px;
    justify-self: center;
  }
  .art-image {
    position: static;
    width: 100%;
    max-width: 100%;
    height: auto;
    transform: none;
    flex: none;
  }
  .art-top,
  .art-bottom {
    margin: 16px;
    font-size: 0.875rem;
    letter-spacing: 0.025em;
  }
  .art-top {
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 0;
  }
  .art-top:before {
    margin-top: 0;
  }
  .art-top > span:first-child {
    flex: 1 1 130px;
    min-width: 0;
  }
  .art-top > span:last-child {
    margin-left: auto;
    white-space: nowrap;
  }
  .art-research {
    display: none;
  }
  .art-bottom {
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 8px 16px;
    margin-top: 0;
    padding-top: 12px;
  }
  .expertise-strip {
    padding-block: 23px;
  }
  .expertise-strip strong {
    font-size: 1rem;
  }
  .expertise-strip > div {
    padding-inline: 15px;
  }
  .expertise-strip .mono {
    font-size: 0.875rem;
  }
  .collaborations {
    padding-top: 28px;
    padding-bottom: 33px;
  }
  .collaborator-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px 18px;
  }
  .section {
    padding-block: 54px;
  }
  .section-heading {
    display: block;
    margin-bottom: 26px;
  }
  .section-heading h2,
  .about h2 {
    font-size: 41px;
  }
  .section-heading > p {
    margin-top: 20px;
    max-width: 440px;
    font-size: 1rem;
  }
  .work-toolbar {
    align-items: start;
    flex-direction: column;
    gap: 13px;
  }
  .filters {
    gap: 6px;
  }
  .filter {
    padding: 8px 13px;
  }
  .project {
    grid-template-columns: 1fr 115px 20px;
    column-gap: 12px;
    min-height: 111px;
    padding-block: 19px;
  }
  .project time {
    display: none;
  }
  .project h3 {
    font-size: 19px;
  }
  .project .project-name > span {
    font-size: 0.875rem;
    line-height: 1.6;
  }
  .project-meta {
    font-size: 0.875rem;
  }
  .project-meta .tag {
    font-size: 0.875rem;
    padding-inline: 5px;
  }
  .project:hover {
    padding-inline: 7px;
  }
  .work-bottom {
    align-items: start;
    flex-direction: column;
    gap: 20px;
  }
  .work-bottom p {
    font-size: 0.875rem;
  }
  .expertise-section .section-heading {
    margin-bottom: 28px;
  }
  .expertise-section .section-heading > p {
    padding-top: 0;
  }
  .expertise-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .expertise-item {
    padding-top: 24px;
    display: grid;
    grid-template-columns: 44px 1fr;
    column-gap: 18px;
  }
  .expertise-icon {
    grid-row: 1/4;
    margin-bottom: 0;
    width: 36px;
    height: 36px;
  }
  .expertise-item h3 {
    font-size: 23px;
    margin-bottom: 12px;
  }
  .expertise-item p {
    grid-column: 2;
    font-size: 1rem;
  }
  .expertise-item .mono {
    grid-column: 2;
    margin-top: 15px;
  }
  .research-note {
    align-items: start;
    flex-direction: column;
    gap: 8px;
    margin-top: 30px;
  }
  .about {
    grid-template-columns: 1fr;
    gap: 34px;
  }
  .portrait-panel {
    max-width: 330px;
    width: 100%;
    padding: 27px 28px 20px;
  }
  .about-copy h2 + p {
    font-size: 16px;
  }
  .contact-section {
    padding-block: 55px 38px;
  }
  .contact-top {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .contact-section h2 {
    font-size: 48px;
  }
  .contact-copy p {
    font-size: 1rem;
    max-width: 330px;
    margin-bottom: 19px;
  }
  .email-link {
    font-size: clamp(16px, 4.9vw, 24px);
  }
  .contact-bottom {
    align-items: start;
    flex-direction: column;
    gap: 17px;
    margin-top: 32px;
  }
  .contact-bottom .mono {
    max-width: none;
    font-size: 0.875rem;
  }
  .socials {
    gap: 9px;
  }
  .social-link {
    width: 40px;
    height: 40px;
  }
  .footer-top {
    align-items: start;
    gap: 17px;
    flex-direction: column;
  }
  .footer-brand img {
    width: 173px;
  }
  .footer-links {
    gap: 24px;
  }
  .footer-bottom {
    flex-direction: column;
    gap: 7px;
    margin-top: 15px;
    font-size: 0.875rem;
  }
  .footer-bottom span:last-child {
    font-size: 0.875rem;
  }
  .legal-main {
    padding-block: 36px 60px;
  }
  .legal-main h1 {
    font-size: 48px;
  }
  .legal-details > div {
    grid-template-columns: 1fr;
    gap: 7px;
  }
  .legal-intro {
    font-size: 16px;
  }
  .legal-contact {
    padding: 20px;
  }
  .not-found {
    min-height: 62vh;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    animation: none !important;
    transition: none !important;
  }
}

/* Keep the email action useful even when no mail app is configured. */
.email-actions {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}
.copy-email {
  background: transparent;
  border: 1px solid #536584;
  color: #d8e2f4;
  padding: 8px 12px;
  min-height: 40px;
  font-size: 0.875rem;
}
.copy-email:hover {
  border-color: #dcecbd;
  color: #dcecbd;
}
.copy-status {
  font-size: 0.875rem;
  color: #dcecbd;
  min-height: 1.7em;
  margin: 0;
}
.contact-copy .copy-status {
  margin: 0;
  font-size: 0.875rem;
  color: #dcecbd;
}
.project-destination {
  display: flex;
  flex-direction: column;
  gap: 6px;
  align-items: flex-end;
  color: var(--blue);
}
.project-destination .destination-label {
  font-family: var(--mono);
  font-size: 0.875rem;
  line-height: 1.3;
  color: var(--muted);
}
.project {
  grid-template-columns: 94px minmax(260px, 1.6fr) minmax(150px, 1fr) 165px 85px;
}
.journey {
  list-style: none;
  margin: 22px 0 0;
  padding: 0 0 0 22px;
  border-left: 1px solid var(--line);
}
.journey li {
  position: relative;
  padding-bottom: 23px;
}
.journey li:last-child {
  padding-bottom: 0;
}
.journey li:before {
  content: "";
  position: absolute;
  left: -26px;
  top: 7px;
  width: 7px;
  height: 7px;
  background: var(--blue);
}
.journey h3 {
  font-size: 16px;
  letter-spacing: -0.02em;
  margin-bottom: 9px;
  line-height: 1.4;
}
.journey p {
  font-size: 1rem;
}
.about {
  row-gap: 42px;
}
.about > .about-history {
  grid-column: 1 / -1;
  margin-top: 0;
}
.journey {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 30px;
  padding-left: 0;
  border-left: 0;
}
.journey li {
  border-left: 1px solid var(--line);
  padding: 0 0 0 20px;
}
.journey li:before {
  left: -4px;
}
@media (max-width: 1100px) {
  .project {
    grid-template-columns: 94px minmax(0, 1fr) 165px 85px;
    gap: 16px;
  }
  .project-site {
    gap: 12px;
  }
}
@media (max-width: 850px) {
  .journey {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .collaborator-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px 30px;
  }
  .collaborator-popover {
    right: auto;
    left: 0;
  }
  .project {
    grid-template-columns: minmax(0, 1fr) auto;
  }
}
@media (max-width: 680px) {
  .journey {
    grid-template-columns: 1fr;
    gap: 23px;
  }
  .collaborator-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px 24px;
  }
  .collaborator-logo {
    max-width: 100%;
  }
  .collaborator-logo.oak {
    gap: 7px;
  }
  .collaborator-logo.oak img {
    width: 44px;
  }
  .collaborator-logo.oak span {
    font-size: 1rem;
    white-space: normal;
  }
  .collaborator-popover {
    width: min(310px, calc(100vw - 40px));
  }
  .journey h3 {
    font-size: 1rem;
  }
}

.social-link[aria-label="Cantina"] svg {
  width: 26px;
}

/* Readable text needs room to wrap instead of smaller breakpoint fonts. */
.about-copy > .eyebrow {
  font-size: 0.875rem;
}
.legal-main a {
  overflow-wrap: anywhere;
}
@media (max-width: 1100px) {
  .collaborator-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px 30px;
  }
  .collaborator-popover {
    left: 0;
    right: auto;
  }
  .project-scope {
    display: none;
  }
}
@media (max-width: 850px) {
  .navigation {
    gap: 16px;
  }
  .project {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px 20px;
    padding-block: 26px;
  }
  .project-site {
    grid-column: 1 / -1;
    grid-row: 1;
  }
  .project-meta {
    grid-column: 1;
    grid-row: 2;
    padding-left: 0;
  }
  .project-date {
    grid-column: 1;
    grid-row: 3;
    display: flex;
    flex-wrap: wrap;
    gap: 4px 14px;
  }
  .project-date time {
    display: block;
  }
  .project-destination {
    grid-column: 2;
    grid-row: 2 / 4;
    align-self: center;
    justify-content: center;
  }
  .project h3 {
    font-size: 22px;
  }
  .project:hover {
    padding-inline: 0;
  }
}
@media (max-width: 680px) {
  .collaborator-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px 24px;
  }
  .other-collaborators {
    grid-column: 1 / -1;
  }
  .other-collaborators summary {
    font-size: 1.375rem;
    min-height: 56px;
  }
  .project-logo-frame {
    width: 60px;
    height: 60px;
    border-radius: 11px;
  }
  .project-logo {
    width: 48px;
    height: 48px;
  }
  .project-site {
    gap: 12px;
  }
  .footer-links {
    gap: 8px 24px;
  }
}
