* {
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  min-height: 100%;
  margin: 0;
}

body {
  overflow: hidden;
  background: #f4f3ef;
  color: #fff;
  font-family: "News Gothic Std", "Helvetica Neue", Arial, sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

.slideshow {
  position: fixed;
  inset: 0;
  background: #f4f3ef;
}

.slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transform: scale(1.012);
  transition: opacity 1550ms ease, transform 8200ms linear;
}

.slide.active {
  opacity: 1;
  transform: scale(1);
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 210px;
  min-height: 100svh;
  padding: 31px 0 0 38px;
  color: #fff;
  cursor: pointer;
}

.brand {
  position: relative;
  z-index: 2;
  display: inline-block;
  width: 112px;
  line-height: 0;
  filter: drop-shadow(0 1px 10px rgba(0, 0, 0, 0.22));
}

.brand img {
  display: block;
  width: 100%;
  height: auto;
}

.site-nav {
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  width: 164px;
  height: calc(100svh - 225px);
  margin-top: 28px;
  padding-bottom: 16px;
  overflow: auto;
  color: rgba(255, 255, 255, 0.82);
  font-size: 15px;
  line-height: 15px;
  opacity: 0;
  transform: translateY(-5px);
  pointer-events: none;
  transition: opacity 180ms ease, transform 180ms ease;
  scrollbar-width: none;
}

.site-header.menu-open .site-nav {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.site-nav::-webkit-scrollbar {
  display: none;
}

.site-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-top {
  grid-row: 1;
}

.nav-footer {
  grid-row: 3;
  align-self: end;
}

.nav-list > li {
  margin: 0 0 13px;
}

.site-nav li li {
  margin: 4px 0 0 14px;
}

.info-submenu {
  display: none;
}

.project-submenu {
  display: none;
}

.nav-top > .current > .project-submenu {
  display: block;
}

.has-info-submenu.info-open .info-submenu,
.has-info-submenu.current .info-submenu {
  display: block;
}

.press-submenu {
  display: none;
}

.has-press-submenu.press-open .press-submenu,
.has-press-submenu.current .press-submenu {
  display: block;
}

.site-nav a {
  color: rgba(255, 255, 255, 0.72);
  text-shadow: 0 1px 9px rgba(0, 0, 0, 0.22);
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: #fff;
}

.menu-toggle {
  display: none;
}

.view-switch {
  display: none;
}

.content-page {
  overflow: auto;
  overflow-x: hidden;
  min-height: 100svh;
  background: #f7f6f1;
  color: #2d1d18;
}

.content-page .site-header {
  color: #2d1d18;
}

.content-page .brand {
  filter: none;
}

.content-page .site-nav {
  color: rgba(45, 29, 24, 0.72);
}

.content-page .site-nav a {
  color: rgba(45, 29, 24, 0.62);
  text-shadow: none;
}

.content-page .site-nav a:hover,
.content-page .site-nav a:focus-visible,
.content-page .site-nav .current > a {
  color: #2d1d18;
}

.content-page .site-nav li li {
  margin-left: 15px;
}

.content-page .site-nav {
  opacity: 1;
  transform: none;
  pointer-events: auto;
}

.content-page .menu-toggle {
  display: none;
}

.content-page .view-switch {
  position: fixed;
  top: 30px;
  right: 34px;
  z-index: 20;
  display: flex;
  align-items: center;
  gap: 2px;
  padding: 3px;
  border: 1px solid rgba(45, 29, 24, 0.18);
  border-radius: 3px;
  background: rgba(247, 246, 241, 0.86);
}

.site-nav .is-disabled > a {
  opacity: 0.58;
}

.coming-soon-main {
  display: grid;
  min-height: 100svh;
  padding: 120px 32px 80px 280px;
  place-items: center;
}

.coming-soon-copy {
  width: min(100%, 520px);
}

.coming-soon-copy p,
.coming-soon-copy h1 {
  margin: 0;
}

.coming-soon-copy p {
  color: rgba(45, 29, 24, 0.58);
  font-size: 15px;
  line-height: 22px;
}

.coming-soon-copy h1 {
  margin: 8px 0 18px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(42px, 7vw, 86px);
  font-weight: 400;
  line-height: 0.95;
}

.coming-soon-copy a {
  display: inline-block;
  margin-top: 28px;
  border-bottom: 1px solid currentColor;
  color: #2d1d18;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
}

.project-password-locked {
  overflow: hidden;
}

.project-password-locked > *:not(.project-password-gate) {
  pointer-events: none;
  user-select: none;
}

.project-password-gate {
  position: fixed;
  inset: 0;
  z-index: 500;
  display: grid;
  padding: 24px;
  background: rgba(247, 246, 241, 0.96);
  color: #2d1d18;
  place-items: center;
}

.project-password-card {
  display: grid;
  width: min(100%, 360px);
  gap: 14px;
}

.project-password-card p,
.project-password-card h1 {
  margin: 0;
}

.project-password-card p,
.project-password-card span,
.project-password-card small {
  color: rgba(45, 29, 24, 0.58);
  font-size: 13px;
}

.project-password-card h1 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 34px;
  font-weight: 400;
  line-height: 1;
}

.project-password-card label {
  display: grid;
  gap: 6px;
}

.project-password-card input {
  width: 100%;
  border: 1px solid rgba(45, 29, 24, 0.18);
  border-radius: 0;
  background: #fffdf8;
  color: #2d1d18;
  padding: 12px 14px;
  font: inherit;
}

.project-password-card button {
  min-height: 42px;
  border: 1px solid #2d1d18;
  background: #2d1d18;
  color: #fffdf8;
  cursor: pointer;
  font: inherit;
}

.view-button {
  position: relative;
  display: grid;
  width: 26px;
  height: 24px;
  padding: 0;
  border: 0;
  background: transparent;
  color: rgba(45, 29, 24, 0.55);
  cursor: pointer;
  place-items: center;
}

.view-button:hover,
.view-button:focus-visible,
.view-button.active {
  color: #2d1d18;
}

.view-button.active {
  background: rgba(45, 29, 24, 0.13);
  border-radius: 2px;
}

.grid-icon,
.list-icon {
  display: block;
  width: 16px;
  height: 16px;
}

.grid-icon {
  background:
    linear-gradient(currentColor 0 0) 0 0 / 6px 6px no-repeat,
    linear-gradient(currentColor 0 0) 10px 0 / 6px 6px no-repeat,
    linear-gradient(currentColor 0 0) 0 10px / 6px 6px no-repeat,
    linear-gradient(currentColor 0 0) 10px 10px / 6px 6px no-repeat;
}

.list-icon {
  background:
    linear-gradient(currentColor 0 0) 0 1px / 3px 3px no-repeat,
    linear-gradient(currentColor 0 0) 6px 1px / 10px 2px no-repeat,
    linear-gradient(currentColor 0 0) 0 7px / 3px 3px no-repeat,
    linear-gradient(currentColor 0 0) 6px 7px / 10px 2px no-repeat,
    linear-gradient(currentColor 0 0) 0 13px / 3px 3px no-repeat,
    linear-gradient(currentColor 0 0) 6px 13px / 10px 2px no-repeat;
}

.project-viewer {
  height: 100svh;
  box-sizing: border-box;
  overflow: hidden;
  padding: 150px 0 130px;
}

.project-stage {
  --project-image-width: clamp(360px, 40vw, 520px);
  position: relative;
  display: grid;
  grid-template-columns: var(--project-image-width) minmax(180px, 260px);
  gap: 110px;
  align-items: end;
  width: calc(var(--project-image-width) + 370px);
  height: 100%;
  min-height: 0;
  margin-left: max(220px, calc(50vw - (var(--project-image-width) / 2)));
}

.project-media {
  position: relative;
  display: block;
  align-self: stretch;
  overflow: hidden;
}

.project-photo {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transform: translateX(12px);
  transition: opacity 260ms ease, transform 260ms ease;
}

video.project-photo {
  background: #111;
}

.project-photo.active {
  opacity: 1;
  transform: translateX(0);
}

.project-caption {
  padding-bottom: 24px;
  color: #19120f;
  font-family: Georgia, "Times New Roman", serif;
}

.project-caption h1,
.project-caption p,
.grid-info h1,
.grid-info p {
  margin: 0;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
}

.project-caption p,
.grid-info p {
  margin-top: 7px;
  font-size: 12px;
  line-height: 14px;
}

.more-info {
  display: inline-block;
  margin-top: 18px;
  color: inherit;
  font-family: "News Gothic Std", "Helvetica Neue", Arial, sans-serif;
  font-size: 13px;
  line-height: 15px;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.project-hit {
  position: absolute;
  z-index: 5;
  border: 0;
  background: transparent;
  cursor: none;
}

.hit-left,
.hit-right {
  display: none;
}

.hit-up,
.hit-down {
  position: fixed;
  left: 210px;
  right: 0;
  height: 24vh;
}

.hit-up {
  top: 0;
}

.hit-down {
  bottom: 0;
}

.nav-cursor {
  position: fixed;
  z-index: 30;
  display: grid;
  width: 36px;
  height: 36px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 22px 22px;
  opacity: 0;
  pointer-events: none;
  place-items: center;
  transform: translate(-50%, -50%) scale(0.86);
  transition: opacity 120ms ease, transform 120ms ease;
}

.nav-cursor[data-direction="left"] {
  background-image: url("assets/icons/chevron-left-new.svg");
}

.nav-cursor[data-direction="right"] {
  background-image: url("assets/icons/chevron-right-new.svg");
}

.nav-cursor[data-direction="up"] {
  background-image: url("assets/icons/chevron-top-new.svg");
}

.nav-cursor[data-direction="down"] {
  background-image: url("assets/icons/chevron-down-new.svg");
}

.nav-cursor.visible {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.project-grid-page {
  min-height: 100svh;
  padding: 150px 88px 130px 248px;
}

.project-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(210px, 1fr));
  gap: 56px 44px;
  max-width: 1180px;
  margin: 0 auto;
}

.grid-card {
  min-width: 0;
}

.project-empty {
  margin: 0;
  color: rgba(45, 29, 24, 0.62);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 14px;
  line-height: 18px;
}

.grid-slider {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4 / 5;
  background: transparent;
}

.grid-slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transform: translateX(10px);
  transition: opacity 240ms ease, transform 240ms ease;
}

.grid-slide.active {
  opacity: 1;
  transform: translateX(0);
}

.grid-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50%;
  padding: 0;
  border: 0;
  background: transparent;
  color: #2d1d18;
  cursor: pointer;
}

.grid-prev {
  left: 0;
}

.grid-next {
  right: 0;
}

.grid-arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  display: grid;
  width: 28px;
  height: 28px;
  border: 0;
  border-radius: 50%;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  opacity: 0;
  pointer-events: none;
  place-items: center;
  transform: translateY(-50%);
  transition: opacity 140ms ease;
}

.grid-prev::after {
  left: 12px;
  background-image: url("assets/icons/chevron-left-new.svg");
}

.grid-next::after {
  right: 12px;
  background-image: url("assets/icons/chevron-right-new.svg");
}

.grid-arrow:hover::after,
.grid-arrow:focus-visible::after {
  opacity: 1;
}

.grid-info {
  padding-top: 16px;
  color: #19120f;
  font-family: Georgia, "Times New Roman", serif;
}

body.modal-open {
  overflow: hidden;
}

.project-modal {
  position: fixed;
  inset: 0;
  z-index: 100;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 58px 24px 90px;
  background: #f7f6f1;
  color: #19120f;
}

.project-modal[hidden] {
  display: none;
}

.modal-close {
  position: fixed;
  top: 22px;
  right: 28px;
  z-index: 102;
  width: 24px;
  height: 24px;
  padding: 0;
  border: 0;
  background: transparent;
  color: rgba(45, 29, 24, 0.42);
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
}

.modal-close:hover,
.modal-close:focus-visible {
  color: #2d1d18;
}

.modal-content {
  width: min(700px, 100%);
  margin: 0 auto;
}

.modal-copy {
  width: min(470px, 100%);
  margin: 0 auto 58px;
  font-family: Georgia, "Times New Roman", serif;
}

.modal-copy h1,
.modal-copy p,
.modal-facts dt,
.modal-facts dd {
  margin: 0;
  font-size: 11px;
  line-height: 15px;
  font-weight: 400;
}

.modal-copy > p {
  margin-top: 2px;
}

.modal-text {
  margin-top: 34px;
}

.modal-text p + p {
  margin-top: 15px;
}

.modal-facts {
  margin: 34px 0 0;
}

.modal-facts div {
  display: grid;
  grid-template-columns: 74px 1fr;
  gap: 12px;
  margin-top: 5px;
}

.modal-facts dt {
  color: rgba(25, 18, 15, 0.48);
}

.modal-images {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
}

.modal-images img,
.modal-images video {
  display: block;
  width: min(100%, 470px);
  height: auto;
}

.modal-images img:nth-child(2n),
.modal-images video:nth-child(2n) {
  width: min(100%, 620px);
}

.modal-images img:nth-child(3n),
.modal-images video:nth-child(3n) {
  width: min(100%, 390px);
}

.info-main {
  min-height: 100svh;
  padding: 118px 86px 86px 260px;
}

.info-article {
  width: min(100%, 560px);
  margin: 0 auto;
  color: #19120f;
  font-family: Georgia, "Times New Roman", serif;
}

.info-wide {
  width: min(100%, 760px);
}

.info-article h1,
.info-article h2,
.info-article p,
.info-article dt,
.info-article dd,
.info-article li,
.info-article time {
  margin: 0;
  font-size: 13px;
  line-height: 17px;
  font-weight: 400;
}

.info-article h1 {
  margin-bottom: 34px;
}

.info-article h2 {
  margin: 38px 0 14px;
}

.info-article p + p {
  margin-top: 15px;
}

.info-portrait {
  display: block;
  width: min(100%, 310px);
  margin: 0 0 38px;
}

.info-hero-image {
  display: block;
  width: min(100%, 520px);
  margin: 0 0 36px;
}

.info-list {
  margin: 0;
}

.info-list div {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 18px;
  margin-top: 10px;
}

.info-list dt {
  color: rgba(25, 18, 15, 0.48);
}

.contact-list {
  margin-top: 34px;
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(180px, 1fr));
  gap: 18px 46px;
  margin-top: 18px;
}

.team-grid strong {
  font-weight: 400;
  color: rgba(25, 18, 15, 0.52);
}

.job-list {
  display: grid;
  gap: 58px;
  width: min(100%, 560px);
}

.job-card {
  display: grid;
  grid-template-columns: 168px 1fr;
  gap: 32px;
  align-items: start;
}

.job-image {
  display: block;
  width: 100%;
  line-height: 0;
}

.job-image img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.job-copy {
  padding-top: 2px;
}

.job-card h2 {
  margin: 0;
  max-width: 300px;
}

.job-card time {
  display: block;
  margin-top: 14px;
  color: rgba(25, 18, 15, 0.52);
}

.job-card .more-info {
  margin-top: 18px;
}

.job-detail-main {
  min-height: 100svh;
  padding: 0 80px 96px 260px;
}

.job-detail-article {
  width: min(100%, 760px);
  margin: 0 auto;
  color: #19120f;
}

.job-detail-article h1 {
  margin: 0 0 82px;
  padding-top: 8px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 28px;
  line-height: 32px;
  font-weight: 400;
  text-align: center;
}

.job-detail-image {
  display: block;
  width: min(100%, 700px);
  margin: 0 auto 72px;
}

.job-detail-copy {
  width: min(100%, 520px);
  margin: 0 auto;
  color: #111;
  font-family: "Courier New", Courier, monospace;
}

.job-detail-copy h2,
.job-detail-copy h3,
.job-detail-copy p,
.job-detail-copy li {
  margin: 0;
  font-size: 13px;
  line-height: 17px;
}

.job-detail-copy h2,
.job-detail-copy h3 {
  margin-top: 24px;
  font-weight: 700;
}

.job-detail-copy h2:first-child {
  margin-top: 0;
}

.job-detail-copy p + p {
  margin-top: 16px;
}

.job-detail-copy ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.job-detail-copy li::before {
  content: "- ";
}

.job-detail-copy a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.map-main {
  min-height: 100svh;
  padding: 86px 72px 72px 260px;
}

.map-board {
  position: relative;
  min-height: min(72svh, 640px);
  background:
    linear-gradient(rgba(45, 29, 24, 0.05) 1px, transparent 1px) 0 0 / 46px 46px,
    linear-gradient(90deg, rgba(45, 29, 24, 0.04) 1px, transparent 1px) 0 0 / 46px 46px,
    #f3f1eb;
  border: 1px solid rgba(45, 29, 24, 0.1);
  overflow: hidden;
}

.map-line {
  position: absolute;
  border: 1px solid rgba(45, 29, 24, 0.14);
  border-color: transparent transparent rgba(45, 29, 24, 0.14);
  border-radius: 50%;
  pointer-events: none;
}

.map-line-a {
  top: 12%;
  left: 10%;
  width: 68%;
  height: 52%;
  transform: rotate(-12deg);
}

.map-line-b {
  top: 28%;
  left: 28%;
  width: 56%;
  height: 44%;
  transform: rotate(18deg);
}

.map-line-c {
  top: 5%;
  left: 42%;
  width: 34%;
  height: 74%;
  transform: rotate(4deg);
}

.map-pin {
  position: absolute;
  left: var(--x);
  top: var(--y);
  display: grid;
  grid-template-columns: 12px max-content;
  gap: 7px 8px;
  color: #2d1d18;
  transform: translate(-6px, -6px);
}

.map-pin span {
  grid-row: 1 / span 2;
  width: 12px;
  height: 12px;
  margin-top: 2px;
  border: 1px solid currentColor;
  border-radius: 50%;
  background: #f7f6f1;
}

.map-pin strong,
.map-pin em,
.map-index h1,
.map-index span,
.map-index em {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 12px;
  line-height: 14px;
  font-style: normal;
  font-weight: 400;
}

.map-pin em,
.map-index em {
  color: rgba(45, 29, 24, 0.5);
}

.map-pin:hover span,
.map-pin:focus-visible span {
  background: #2d1d18;
}

.map-index {
  width: min(100%, 420px);
  margin: 38px 0 0 auto;
  color: #2d1d18;
}

.map-index h1 {
  margin: 0 0 18px;
  font-size: 15px;
  line-height: 18px;
}

.map-index ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.map-index li + li {
  margin-top: 9px;
}

.map-index a {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 18px;
}

.press-main {
  min-height: 100svh;
  padding: 118px 84px 90px 260px;
}

.press-article {
  width: min(100%, 760px);
  margin: 0 auto;
  color: #19120f;
  font-family: Georgia, "Times New Roman", serif;
}

.press-article h1,
.press-year h2,
.press-entry h3,
.press-entry p,
.press-entry a {
  margin: 0;
  font-size: 13px;
  line-height: 17px;
  font-weight: 400;
}

.press-article h1 {
  margin-bottom: 34px;
}

.press-year + .press-year {
  margin-top: 44px;
}

.press-year h2 {
  margin-bottom: 20px;
  color: rgba(25, 18, 15, 0.48);
}

.press-entry {
  display: grid;
  grid-template-columns: 210px minmax(0, 1fr);
  gap: 32px;
  align-items: start;
}

.press-entry + .press-entry {
  margin-top: 34px;
}

.press-entry img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.press-entry p {
  margin-top: 9px;
}

.press-entry a {
  display: inline-block;
  margin-top: 10px;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.legal-article h2 {
  margin-top: 28px;
}

.site-header,
.project-caption {
  z-index: 10;
}

@media (max-width: 720px) {
  .site-header {
    width: 100%;
    min-height: 0;
    padding: 24px 26px;
    pointer-events: none;
    z-index: 40;
  }

  .brand {
    width: 64px;
    max-width: calc(100vw - 84px);
    pointer-events: auto;
  }

  .menu-toggle {
    position: fixed;
    top: 40px;
    right: 26px;
    z-index: 3;
    display: grid;
    width: 28px;
    height: 24px;
    padding: 0;
    border: 0;
    background: transparent;
    place-content: center;
    gap: 5px;
    pointer-events: auto;
  }

  .content-page .menu-toggle {
    display: grid;
  }

  .content-page .view-switch {
    top: 36px;
    right: 72px;
    z-index: 45;
    display: flex;
    pointer-events: auto;
  }

  .view-button {
    width: 25px;
    height: 24px;
  }

  .grid-icon,
  .list-icon {
    width: 15px;
    height: 15px;
  }

  .grid-icon {
    background:
      linear-gradient(currentColor 0 0) 0 0 / 6px 6px no-repeat,
      linear-gradient(currentColor 0 0) 9px 0 / 6px 6px no-repeat,
      linear-gradient(currentColor 0 0) 0 9px / 6px 6px no-repeat,
      linear-gradient(currentColor 0 0) 9px 9px / 6px 6px no-repeat;
  }

  .list-icon {
    background:
      linear-gradient(currentColor 0 0) 0 1px / 3px 3px no-repeat,
      linear-gradient(currentColor 0 0) 6px 1px / 9px 2px no-repeat,
      linear-gradient(currentColor 0 0) 0 7px / 3px 3px no-repeat,
      linear-gradient(currentColor 0 0) 6px 7px / 9px 2px no-repeat,
      linear-gradient(currentColor 0 0) 0 13px / 3px 3px no-repeat,
      linear-gradient(currentColor 0 0) 6px 13px / 9px 2px no-repeat;
  }

  .menu-toggle span {
    display: block;
    width: 19px;
    height: 2px;
    background: #fff;
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.22);
    transition: transform 180ms ease, opacity 180ms ease;
  }

  .content-page .menu-toggle span {
    background: #2d1d18;
    box-shadow: none;
  }

  .menu-toggle[aria-expanded="true"] span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .menu-toggle[aria-expanded="true"] span:nth-child(2) {
    opacity: 0;
  }

  .menu-toggle[aria-expanded="true"] span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .site-nav {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 18;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100vw;
    height: 100svh;
    margin: 0;
    padding: 150px 26px 42px;
    background: #fff;
    box-shadow: none;
    color: rgba(45, 29, 24, 0.72);
    font-size: 16px;
    line-height: 17px;
    opacity: 0;
    pointer-events: none;
    transform: translateX(-100%);
    transition: opacity 180ms ease, transform 220ms ease;
  }

  .nav-top,
  .nav-footer {
    grid-row: auto;
    align-self: stretch;
    width: 100%;
  }

  .site-nav a {
    color: rgba(45, 29, 24, 0.62);
    text-shadow: none;
  }

  .site-nav a:hover,
  .site-nav a:focus-visible {
    color: #2d1d18;
  }

  .site-header.menu-open .site-nav {
    opacity: 1;
    pointer-events: auto;
    transform: translateX(0);
  }

  .site-header.menu-open .brand {
    z-index: 45;
    filter: invert(1);
  }

  .site-header.menu-open .menu-toggle {
    z-index: 50;
  }

  .site-header.menu-open .menu-toggle span {
    background: #2d1d18;
    box-shadow: none;
  }

  .content-page .site-nav {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 18;
    width: 100vw;
    height: 100svh;
    margin: 0;
    padding: 150px 26px 42px;
    background: #fff;
    box-shadow: none;
    opacity: 0;
    pointer-events: none;
    transform: translateX(-100%);
    transition: opacity 180ms ease, transform 220ms ease;
  }

  .content-page .site-header.menu-open .site-nav {
    opacity: 1;
    pointer-events: auto;
    transform: translateX(0);
  }

  .content-page .site-header.menu-open .brand {
    z-index: 45;
  }

  .content-page .site-header.menu-open .menu-toggle {
    z-index: 50;
  }

  .content-page .brand {
    pointer-events: auto;
  }

  .content-page .site-header.menu-open .brand {
    filter: none;
  }

  .project-viewer {
    display: block;
    height: auto;
    overflow: visible;
    padding: 116px 24px 48px;
  }

  .project-stage {
    --project-image-width: 100%;
    display: block;
    width: 100%;
    min-height: auto;
    margin-left: 0;
  }

  .project-media {
    width: 100%;
    aspect-ratio: 3 / 4;
  }

  .project-caption {
    position: relative;
    padding: 18px 0 0;
  }

  .more-info {
    margin-top: 14px;
  }

  .project-hit {
    display: none;
  }

  .nav-cursor {
    display: none;
  }

  .project-grid-page {
    padding: 116px 24px 48px;
  }

  .project-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 38px;
    max-width: none;
  }

  .grid-slider {
    aspect-ratio: 3 / 4;
  }

  .grid-info {
    padding-top: 14px;
  }

  .grid-arrow::after {
    opacity: 1;
  }

  .info-main {
    padding: 116px 24px 56px;
  }

  .info-article,
  .info-wide {
    width: 100%;
    margin: 0;
  }

  .info-article h1 {
    margin-bottom: 28px;
  }

  .info-portrait,
  .info-hero-image {
    width: 100%;
    margin-bottom: 28px;
  }

  .info-list div {
    grid-template-columns: 1fr;
    gap: 4px;
    margin-top: 14px;
  }

  .team-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .job-list {
    gap: 40px;
    width: 100%;
  }

  .job-card {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .job-image {
    width: min(100%, 280px);
  }

  .job-detail-main {
    padding: 116px 24px 64px;
  }

  .job-detail-article {
    width: 100%;
  }

  .job-detail-article h1 {
    margin-bottom: 34px;
    padding-top: 0;
    font-size: 22px;
    line-height: 26px;
    text-align: left;
  }

  .job-detail-image {
    width: 100%;
    margin-bottom: 42px;
  }

  .job-detail-copy {
    width: 100%;
  }

  .map-main {
    padding: 116px 24px 56px;
  }

  .map-board {
    min-height: 460px;
  }

  .map-pin {
    grid-template-columns: 12px minmax(0, 120px);
  }

  .map-index {
    margin-top: 28px;
  }

  .map-index a {
    grid-template-columns: 1fr;
    gap: 2px;
  }

  .press-main {
    padding: 116px 24px 58px;
  }

  .press-article {
    width: 100%;
  }

  .press-entry {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .press-entry img {
    width: min(100%, 320px);
  }

  .project-modal {
    padding: 72px 24px 64px;
  }

  .modal-close {
    top: 25px;
    right: 26px;
    color: #2d1d18;
  }

  .modal-copy {
    margin-bottom: 40px;
  }

  .modal-copy h1,
  .modal-copy p,
  .modal-facts dt,
  .modal-facts dd {
    font-size: 12px;
    line-height: 16px;
  }

  .modal-text {
    margin-top: 28px;
  }

  .modal-facts {
    margin-top: 28px;
  }

  .modal-facts div {
    grid-template-columns: 82px 1fr;
  }

  .modal-images {
    gap: 28px;
  }

  .modal-images img,
  .modal-images video,
  .modal-images img:nth-child(2n),
  .modal-images video:nth-child(2n),
  .modal-images img:nth-child(3n),
  .modal-images video:nth-child(3n) {
    width: 100%;
  }

  .coming-soon-main {
    min-height: 100svh;
    padding: 128px 24px 64px;
    place-items: start;
  }

  .coming-soon-copy h1 {
    font-size: 48px;
  }
}
