:root {
  --site-signature: "williams-new-york";
  --bg: #fbfbf8;
  --panel: #fbfbf8;
  --panel-soft: #eeeeea;
  --panel-hover: #f5f5f1;
  --tone-real-estate: #3f6f8f;
  --tone-brand: #835f47;
  --tone-hospitality: #284f44;
  --tone-arts: #a93f55;
  --tone-studio: #161616;
  --tone-neutral: #272727;
  --control-active-bg: #161616;
  --control-active-border: #161616;
  --map-marker-transit: #3f6f8f;
  --map-marker-secondary: #835f47;
}

:root[data-theme="dark"] {
  --bg: #11110f;
  --panel: #151512;
  --panel-soft: #1f1f1b;
  --panel-hover: #24241f;
  --control-active-bg: #f2f0eb;
  --control-active-ink: #11110f;
  --control-active-border: #f2f0eb;
}

.brand-lockup__title {
  letter-spacing: 0;
}

/* 200 West 88th Street — a project-specific editorial object. */
.w88 {
  --w88-plum: #2f1828;
  --w88-teal: #224851;
  --w88-cream: #f1f0ec;
  --w88-green: #d4d4b8;
  --w88-blue: #e2e9ef;
  --w88-violet: #5e4b60;
  gap: 0;
  grid-template-columns: minmax(0, 1fr);
  width: 100%;
  min-width: 0;
  max-width: 100%;
  margin-top: 0.5rem;
  padding: 0;
  background: var(--w88-cream);
  color: var(--w88-plum);
  font-family: var(--project-body-font);
  overflow: clip;
}

.w88 *,
.w88 *::before,
.w88 *::after {
  box-sizing: border-box;
}

.w88 h1,
.w88 h2,
.w88 h3,
.w88 p,
.w88 figure,
.w88 dl,
.w88 ol {
  margin: 0;
}

.w88 h2,
.w88 h3 {
  font-family: var(--project-display-font);
  font-weight: 400;
  text-wrap: balance;
}

.w88 img {
  display: block;
  max-width: 100%;
}

.w88 section {
  scroll-margin-top: 7.5rem;
}

.w88-kicker {
  display: block;
  font-family: var(--project-label-font);
  font-size: clamp(0.58rem, 0.65vw, 0.75rem);
  font-weight: 700;
  letter-spacing: 0.16em;
  line-height: 1.2;
  text-transform: uppercase;
}

.w88-hero {
  position: relative;
  min-height: min(86svh, 58rem);
  color: var(--w88-cream);
  isolation: isolate;
  overflow: hidden;
}

.w88-hero__backdrop,
.w88-hero__wash {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.w88-hero__backdrop {
  z-index: -3;
  object-fit: cover;
  object-position: center 44%;
  filter: saturate(0.78) contrast(1.04);
}

.w88-hero__wash {
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(47, 24, 40, 0.93) 0 40%, rgba(47, 24, 40, 0.35) 68%, rgba(20, 20, 20, 0.22)),
    linear-gradient(0deg, rgba(19, 16, 18, 0.55), transparent 46%);
}

.w88-back,
.w88-hero__address {
  position: absolute;
  top: 1.4rem;
  z-index: 2;
  font-family: var(--project-label-font);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.w88-back {
  left: 1.6rem;
  padding-bottom: 0.22rem;
  border-bottom: 1px solid currentColor;
  color: inherit;
  text-decoration: none;
}

.w88-hero__address {
  right: 1.6rem;
  display: flex;
  gap: 1.4rem;
}

.w88-hero__lockup {
  position: absolute;
  left: clamp(1.5rem, 5vw, 5rem);
  bottom: clamp(5.3rem, 10vw, 8.5rem);
  z-index: 2;
  width: min(49rem, 64vw);
}

.w88-hero__logo {
  width: 100%;
  filter: brightness(0) invert(1);
}

.w88-hero__lockup p {
  max-width: 28ch;
  margin-top: clamp(1.3rem, 2vw, 2rem);
  font-family: var(--project-display-font);
  font-size: clamp(1.4rem, 2.35vw, 2.35rem);
  line-height: 1.04;
  text-wrap: balance;
}

.w88-hero__drawing {
  position: absolute;
  right: -2%;
  bottom: -18%;
  z-index: -1;
  width: clamp(24rem, 39vw, 42rem);
  height: 92%;
  object-fit: contain;
  object-position: bottom right;
  filter: brightness(0) invert(1);
  opacity: 0.28;
  mix-blend-mode: screen;
}

.w88-hero__foot {
  position: absolute;
  right: 1.6rem;
  bottom: 1.4rem;
  left: 1.6rem;
  z-index: 2;
  display: grid;
  grid-template-columns: 0.55fr 1fr 1fr;
  gap: 1rem;
  padding-top: 0.75rem;
  border-top: 1px solid rgba(241, 240, 236, 0.55);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.w88-directory {
  position: sticky;
  top: 4.85rem;
  z-index: 20;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  background: color-mix(in srgb, var(--w88-cream) 94%, transparent);
  border-bottom: 1px solid rgba(47, 24, 40, 0.5);
  backdrop-filter: blur(12px);
}

.w88-directory a {
  min-width: 0;
  padding: 0.8rem 0.65rem;
  border-right: 1px solid rgba(47, 24, 40, 0.24);
  color: var(--w88-plum);
  font-size: clamp(0.54rem, 0.58vw, 0.68rem);
  font-weight: 700;
  letter-spacing: 0.09em;
  line-height: 1.15;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.w88-directory a:last-child {
  border-right: 0;
}

.w88-directory a:hover,
.w88-directory a:focus-visible {
  background: var(--w88-plum);
  color: var(--w88-cream);
}

.w88-question {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(18rem, 0.62fr);
  min-height: 58rem;
  padding: clamp(4rem, 9vw, 9rem) clamp(1.5rem, 5vw, 5rem);
  gap: clamp(3rem, 7vw, 8rem);
  background:
    radial-gradient(circle at 8% 14%, rgba(212, 212, 184, 0.58), transparent 27rem),
    var(--w88-cream);
}

.w88-question__copy {
  align-self: center;
}

.w88-question h2 {
  max-width: 13.5ch;
  margin-top: 2rem;
  font-size: clamp(3.5rem, 7.5vw, 8.4rem);
  line-height: 0.85;
  letter-spacing: -0.055em;
}

.w88-question__copy > p {
  max-width: 38rem;
  margin-top: 2.4rem;
  font-size: clamp(1.05rem, 1.5vw, 1.45rem);
  line-height: 1.35;
}

.w88-question__facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 4.5rem;
  border-top: 1px solid var(--w88-plum);
}

.w88-question__facts div {
  min-width: 0;
  padding: 0.75rem 0.85rem 0 0;
  border-right: 1px solid rgba(47, 24, 40, 0.25);
}

.w88-question__facts dt {
  margin-bottom: 0.7rem;
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.w88-question__facts dd {
  margin: 0;
  font-family: var(--project-display-font);
  font-size: clamp(0.95rem, 1.2vw, 1.25rem);
  line-height: 1.05;
}

.w88-question__portrait {
  position: relative;
  align-self: center;
  padding-top: 4.5rem;
}

.w88-question__portrait::before {
  content: "";
  position: absolute;
  top: 0;
  right: 8%;
  left: 8%;
  height: 8rem;
  border: 1px solid rgba(47, 24, 40, 0.45);
  border-bottom: 0;
  border-radius: 50% 50% 0 0;
}

.w88-question__portrait img {
  position: relative;
  width: 100%;
  aspect-ratio: 0.82;
  object-fit: cover;
  object-position: center top;
}

.w88-question__portrait figcaption,
.w88-memory figcaption,
.w88-thresholds figcaption,
.w88-system figcaption {
  padding-top: 0.65rem;
  font-size: 0.7rem;
  letter-spacing: 0.06em;
  line-height: 1.25;
}

.w88-routes {
  padding: clamp(4rem, 8vw, 8rem) clamp(1.5rem, 5vw, 5rem);
  background: #111;
  color: var(--w88-cream);
}

.w88-routes__intro {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(17rem, 0.48fr);
  column-gap: 5vw;
  align-items: end;
  margin-bottom: clamp(3rem, 6vw, 6rem);
}

.w88-routes__intro .w88-kicker {
  grid-column: 1 / -1;
  margin-bottom: 1.6rem;
  color: #bca7b9;
}

.w88-routes__intro h2 {
  max-width: 12ch;
  font-size: clamp(3.4rem, 7.6vw, 8.8rem);
  line-height: 0.84;
  letter-spacing: -0.055em;
}

.w88-routes__intro p {
  max-width: 35rem;
  font-size: clamp(1rem, 1.3vw, 1.28rem);
  line-height: 1.4;
}

.w88-route-theatre {
  border-top: 1px solid rgba(241, 240, 236, 0.45);
}

.w88-route-theatre__stage {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(16rem, 0.34fr);
  min-height: 40rem;
  background: #070707;
  overflow: hidden;
}

.w88-route-theatre__stage > img {
  width: 100%;
  height: 100%;
  min-height: 40rem;
  object-fit: contain;
  transition: opacity 360ms cubic-bezier(0.22, 1, 0.36, 1), transform 720ms cubic-bezier(0.22, 1, 0.36, 1);
}

.w88-route-theatre__stage > img.is-changing {
  opacity: 0;
  transform: scale(0.992);
}

.w88-route-theatre__caption {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-width: 0;
  padding: clamp(1.5rem, 3vw, 3rem);
  background: var(--w88-plum);
}

.w88-route-theatre__caption > span {
  margin-bottom: auto;
  font-size: 0.7rem;
  letter-spacing: 0.14em;
}

.w88-route-theatre__caption strong {
  font-family: var(--project-display-font);
  font-size: clamp(2.1rem, 3.5vw, 4.4rem);
  font-weight: 400;
  line-height: 0.9;
  text-wrap: balance;
}

.w88-route-theatre__caption p {
  margin-top: 1.5rem;
  font-size: 0.95rem;
  line-height: 1.4;
}

.w88-route-theatre__controls {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.w88-route-theatre__controls button {
  display: grid;
  grid-template-columns: 2.5rem 1fr;
  align-items: center;
  min-height: 5.6rem;
  padding: 1rem;
  border: 0;
  border-top: 1px solid rgba(241, 240, 236, 0.42);
  border-right: 1px solid rgba(241, 240, 236, 0.3);
  background: transparent;
  color: inherit;
  text-align: left;
  cursor: pointer;
}

.w88-route-theatre__controls button:last-child {
  border-right: 0;
}

.w88-route-theatre__controls button[aria-pressed="true"] {
  background: var(--w88-cream);
  color: var(--w88-plum);
}

.w88-route-theatre__controls button span {
  font-size: 0.62rem;
  letter-spacing: 0.12em;
}

.w88-route-theatre__controls button strong {
  font-family: var(--project-display-font);
  font-size: clamp(1rem, 1.6vw, 1.65rem);
  font-weight: 400;
  line-height: 1;
  text-wrap: balance;
}

.w88-memory {
  padding: clamp(4rem, 9vw, 9rem) clamp(1.5rem, 5vw, 5rem);
  background:
    linear-gradient(rgba(47, 24, 40, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(47, 24, 40, 0.035) 1px, transparent 1px),
    var(--w88-cream);
  background-size: 3.5rem 3.5rem;
}

.w88-memory__intro,
.w88-thresholds__intro,
.w88-neighborhood__intro,
.w88-system__intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(18rem, 0.45fr);
  gap: 1rem 6vw;
  align-items: end;
  margin-bottom: clamp(3rem, 7vw, 7rem);
}

.w88-memory__intro .w88-kicker,
.w88-thresholds__intro .w88-kicker,
.w88-neighborhood__intro .w88-kicker,
.w88-system__intro .w88-kicker {
  grid-column: 1 / -1;
}

.w88-memory__intro h2,
.w88-thresholds__intro h2,
.w88-neighborhood__intro h2,
.w88-system__intro h2 {
  max-width: 11ch;
  font-size: clamp(3.5rem, 7.4vw, 8.6rem);
  line-height: 0.84;
  letter-spacing: -0.055em;
}

.w88-memory__intro p,
.w88-thresholds__intro p,
.w88-neighborhood__intro p,
.w88-system__intro p {
  font-size: clamp(1rem, 1.35vw, 1.3rem);
  line-height: 1.4;
}

.w88-memory__composition {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  align-items: stretch;
}

.w88-memory__wordmark {
  grid-column: 1 / 9;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 27rem;
  padding: clamp(2rem, 5vw, 5rem);
  background: var(--w88-green);
  border-radius: 0 13rem 0 0;
}

.w88-memory__wordmark img {
  width: min(100%, 44rem);
}

.w88-memory__wordmark span {
  margin-top: 2rem;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.w88-memory__sketch {
  grid-column: 9 / 13;
  display: grid;
  grid-template-rows: 1fr auto;
  padding: 1.2rem;
  background: var(--w88-plum);
  color: var(--w88-cream);
}

.w88-memory__sketch img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: sepia(0.4) saturate(0.7);
}

.w88-memory__mark,
.w88-memory__palette {
  grid-column: span 6;
  margin-top: 1rem;
  padding: 1rem;
  background: white;
}

.w88-memory__mark {
  margin-right: 0.5rem;
}

.w88-memory__palette {
  margin-left: 0.5rem;
}

.w88-memory__mark img,
.w88-memory__palette img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: contain;
}

.w88-thresholds {
  padding: clamp(4rem, 8vw, 8rem) clamp(1.5rem, 5vw, 5rem);
  background:
    linear-gradient(rgba(241, 240, 236, 0.09) 1px, transparent 1px),
    var(--w88-teal);
  background-size: 100% 5.5rem;
  color: var(--w88-cream);
}

.w88-thresholds__index {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 4rem;
  padding: 1rem 0;
  border-top: 1px solid rgba(241, 240, 236, 0.6);
  border-bottom: 1px solid rgba(241, 240, 236, 0.6);
  font-family: var(--project-display-font);
  font-size: clamp(1.3rem, 2.4vw, 2.7rem);
}

.w88-thresholds__index i {
  opacity: 0.46;
  font-family: system-ui, sans-serif;
  font-size: 0.8em;
  font-style: normal;
}

.w88-thresholds__objects {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 1rem;
  align-items: start;
}

.w88-thresholds__objects figure {
  min-width: 0;
}

.w88-thresholds__objects img {
  width: 100%;
  background: var(--w88-cream);
  object-fit: contain;
}

.w88-thresholds__window {
  grid-column: 1 / 9;
}

.w88-thresholds__plan {
  grid-column: 9 / 13;
  margin-top: 11rem;
}

.w88-thresholds__web {
  grid-column: 3 / 12;
  margin-top: 3rem;
}

.w88-thresholds figcaption {
  display: grid;
  grid-template-columns: 5rem 1fr;
  gap: 1rem;
}

.w88-thresholds figcaption span {
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.w88-procession {
  display: grid;
  grid-template-columns: minmax(18rem, 0.38fr) minmax(0, 1fr);
  align-items: start;
  padding: clamp(4rem, 8vw, 8rem) clamp(1.5rem, 5vw, 5rem);
  gap: clamp(2rem, 6vw, 7rem);
  background: var(--w88-cream);
}

.w88-procession__copy {
  position: sticky;
  top: 9rem;
}

.w88-procession__copy h2 {
  max-width: 9ch;
  margin-top: 1.5rem;
  font-size: clamp(3.2rem, 5.5vw, 6.7rem);
  line-height: 0.85;
  letter-spacing: -0.055em;
}

.w88-procession__copy > p {
  max-width: 29rem;
  margin-top: 2rem;
  font-size: 1.05rem;
  line-height: 1.4;
}

.w88-procession__copy ol {
  margin-top: 3rem;
  padding: 0;
  border-top: 1px solid var(--w88-plum);
  list-style: none;
  counter-reset: threshold;
}

.w88-procession__copy li {
  display: grid;
  grid-template-columns: 2.4rem 1fr;
  padding: 0.6rem 0;
  border-bottom: 1px solid rgba(47, 24, 40, 0.25);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  counter-increment: threshold;
}

.w88-procession__copy li::before {
  content: "0" counter(threshold);
  opacity: 0.55;
}

.w88-procession__frames {
  display: grid;
  gap: clamp(3.5rem, 8vw, 8rem);
}

.w88-procession__frames figure {
  position: relative;
}

.w88-procession__frames figure:nth-child(even) {
  width: 82%;
  margin-left: auto;
}

.w88-procession__frames figure:nth-child(3n) {
  width: 90%;
}

.w88-procession__frames img {
  width: 100%;
  max-height: 78svh;
  object-fit: cover;
}

.w88-procession__frames figure:nth-child(3) img,
.w88-procession__frames figure:nth-child(5) img {
  aspect-ratio: 16 / 8.8;
}

.w88-procession__frames figure > span {
  position: absolute;
  top: 1rem;
  left: -1rem;
  z-index: 2;
  padding: 0.45rem 0.65rem;
  background: var(--w88-plum);
  color: var(--w88-cream);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.w88-procession__frames figcaption {
  padding-top: 0.65rem;
  border-top: 1px solid rgba(47, 24, 40, 0.35);
  font-family: var(--project-display-font);
  font-size: clamp(1.1rem, 1.55vw, 1.55rem);
}

.w88-neighborhood {
  padding: clamp(4rem, 9vw, 9rem) clamp(1.5rem, 5vw, 5rem);
  background: var(--w88-green);
}

.w88-day {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  align-items: start;
  gap: 1rem;
  padding-top: 2rem;
  border-top: 1px solid var(--w88-plum);
}

.w88-day__moment {
  min-width: 0;
}

.w88-day__moment--morning {
  grid-column: 1 / 4;
}

.w88-day__moment--noon {
  grid-column: 4 / 7;
  margin-top: 12rem;
}

.w88-day__moment--afternoon {
  grid-column: 7 / 11;
  margin-top: 3rem;
}

.w88-day__moment--evening {
  grid-column: 11 / 13;
  margin-top: 18rem;
}

.w88-day__moment > span {
  display: block;
  min-height: 2.7rem;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.w88-day__moment img {
  width: 100%;
  aspect-ratio: 0.75;
  object-fit: cover;
}

.w88-day__moment--afternoon img {
  aspect-ratio: 1.08;
}

.w88-day__moment--evening img {
  aspect-ratio: 0.72;
}

.w88-day__moment h3 {
  margin-top: 1rem;
  font-size: clamp(1.55rem, 2.2vw, 2.5rem);
  line-height: 0.95;
}

.w88-day__moment p {
  margin-top: 0.75rem;
  font-size: 0.87rem;
  line-height: 1.35;
}

.w88-system {
  padding: clamp(4rem, 9vw, 9rem) clamp(1.5rem, 5vw, 5rem) 2rem;
  background:
    radial-gradient(circle at 80% 10%, rgba(94, 75, 96, 0.72), transparent 28rem),
    var(--w88-plum);
  color: var(--w88-cream);
}

.w88-system__proof {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  align-items: start;
  min-height: 48rem;
}

.w88-system__film {
  grid-column: 1 / 8;
}

.w88-system__book {
  grid-column: 6 / 13;
  margin-top: 16rem;
  padding: 0.8rem;
  background: var(--w88-cream);
  color: var(--w88-plum);
  box-shadow: -2rem 2rem 0 var(--w88-teal);
}

.w88-system__film img,
.w88-system__book img {
  width: 100%;
}

.w88-system__film img {
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.w88-system__book img {
  aspect-ratio: 1.54;
  object-fit: contain;
}

.w88-credits {
  display: grid;
  grid-template-columns: 1.35fr repeat(3, minmax(0, 1fr));
  margin-top: 7rem;
  border-top: 1px solid rgba(241, 240, 236, 0.65);
}

.w88-credits > div {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 0.6rem;
  padding: 1rem 1rem 1rem 0;
  border-right: 1px solid rgba(241, 240, 236, 0.25);
}

.w88-credits > div:nth-child(4n + 1) {
  padding-left: 0;
}

.w88-credits span {
  font-size: 0.58rem;
  letter-spacing: 0.12em;
  line-height: 1.3;
  text-transform: uppercase;
  opacity: 0.72;
}

.w88-credits strong {
  font-family: var(--project-display-font);
  font-size: clamp(0.95rem, 1.3vw, 1.3rem);
  font-weight: 400;
  line-height: 1.05;
  overflow-wrap: anywhere;
}

@media (max-width: 980px) {
  .w88-directory {
    top: 4.35rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .w88-directory a:nth-child(-n + 3) {
    border-bottom: 1px solid rgba(47, 24, 40, 0.24);
  }

  .w88-question,
  .w88-procession {
    grid-template-columns: 1fr;
  }

  .w88-question {
    min-height: 0;
  }

  .w88-question__portrait {
    width: min(76vw, 34rem);
    justify-self: end;
  }

  .w88-routes__intro,
  .w88-memory__intro,
  .w88-thresholds__intro,
  .w88-neighborhood__intro,
  .w88-system__intro {
    grid-template-columns: 1fr;
  }

  .w88-routes__intro p,
  .w88-memory__intro p,
  .w88-thresholds__intro p,
  .w88-neighborhood__intro p,
  .w88-system__intro p {
    margin-top: 1.4rem;
  }

  .w88-route-theatre__stage {
    grid-template-columns: 1fr;
  }

  .w88-route-theatre__stage > img {
    min-height: 0;
  }

  .w88-route-theatre__caption {
    min-height: 14rem;
  }

  .w88-route-theatre__caption > span {
    margin-bottom: 2rem;
  }

  .w88-procession__copy {
    position: static;
  }

  .w88-procession__copy ol {
    display: none;
  }

  .w88-procession__frames {
    margin-top: 2rem;
  }

  .w88-day {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .w88-day__moment--morning,
  .w88-day__moment--noon,
  .w88-day__moment--afternoon,
  .w88-day__moment--evening {
    grid-column: auto;
  }

  .w88-day__moment--noon,
  .w88-day__moment--evening {
    margin-top: 8rem;
  }

  .w88-day__moment--afternoon {
    margin-top: 0;
  }

  .w88-credits {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  .w88 {
    margin-top: 0.25rem;
  }

  .w88-hero {
    min-height: 76svh;
  }

  .w88-hero__wash {
    background: linear-gradient(0deg, rgba(47, 24, 40, 0.96), rgba(47, 24, 40, 0.26));
  }

  .w88-back,
  .w88-hero__address {
    top: 1rem;
    font-size: 0.57rem;
  }

  .w88-back {
    left: 1rem;
  }

  .w88-hero__address {
    right: 1rem;
  }

  .w88-hero__address span {
    display: none;
  }

  .w88-hero__lockup {
    right: 1rem;
    bottom: 7.4rem;
    left: 1rem;
    width: auto;
  }

  .w88-hero__lockup p {
    max-width: 22ch;
    font-size: 1.45rem;
  }

  .w88-hero__drawing {
    right: -25%;
    bottom: -10%;
    width: 105vw;
    height: 72%;
    opacity: 0.18;
  }

  .w88-hero__foot {
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
    grid-template-columns: 1fr 1fr;
    font-size: 0.53rem;
  }

  .w88-hero__foot span:last-child {
    display: none;
  }

  .w88-directory {
    top: 7.15rem;
    display: flex;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .w88-directory::-webkit-scrollbar {
    display: none;
  }

  .w88-directory a {
    flex: 0 0 auto;
    min-width: 9.5rem;
    border-bottom: 0 !important;
  }

  .w88-question,
  .w88-routes,
  .w88-memory,
  .w88-thresholds,
  .w88-procession,
  .w88-neighborhood,
  .w88-system {
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .w88-question h2,
  .w88-routes__intro h2,
  .w88-memory__intro h2,
  .w88-thresholds__intro h2,
  .w88-neighborhood__intro h2,
  .w88-system__intro h2,
  .w88-procession__copy h2 {
    font-size: clamp(3.2rem, 16.5vw, 5.6rem);
    line-height: 0.88;
  }

  .w88-question__facts {
    grid-template-columns: 1fr;
    margin-top: 3rem;
  }

  .w88-question__facts div {
    display: grid;
    grid-template-columns: 6rem 1fr;
    padding: 0.75rem 0;
    border-right: 0;
    border-bottom: 1px solid rgba(47, 24, 40, 0.25);
  }

  .w88-question__facts dt {
    margin-bottom: 0;
  }

  .w88-question__portrait {
    width: 88%;
  }

  .w88-route-theatre__controls {
    grid-template-columns: 1fr;
  }

  .w88-route-theatre__controls button {
    min-height: 4.2rem;
    border-right: 0;
  }

  .w88-route-theatre__caption {
    min-height: 16rem;
  }

  .w88-memory__wordmark {
    grid-column: 1 / -1;
    min-height: 18rem;
    border-radius: 0 8rem 0 0;
  }

  .w88-memory__sketch {
    grid-column: 1 / -1;
  }

  .w88-memory__mark,
  .w88-memory__palette {
    grid-column: 1 / -1;
    margin-right: 0;
    margin-left: 0;
  }

  .w88-thresholds__index {
    align-items: flex-start;
    font-size: 1rem;
  }

  .w88-thresholds__index i {
    transform: rotate(90deg);
  }

  .w88-thresholds__window,
  .w88-thresholds__plan,
  .w88-thresholds__web {
    grid-column: 1 / -1;
    margin-top: 0;
  }

  .w88-thresholds__objects {
    row-gap: 3rem;
    column-gap: 0;
  }

  .w88-thresholds figcaption {
    grid-template-columns: 4rem 1fr;
  }

  .w88-procession__frames figure:nth-child(even),
  .w88-procession__frames figure:nth-child(3n) {
    width: 100%;
  }

  .w88-procession__frames figure > span {
    left: -0.4rem;
  }

  .w88-day {
    display: flex;
    gap: 0.75rem;
    margin-right: -1rem;
    padding-right: 1rem;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
  }

  .w88-day__moment {
    flex: 0 0 76vw;
    margin-top: 0 !important;
    scroll-snap-align: start;
  }

  .w88-system__proof {
    display: flex;
    min-height: 0;
    flex-direction: column;
    gap: 4rem;
  }

  .w88-system__book {
    margin-top: 0;
    margin-left: 0.6rem;
    box-shadow: -0.6rem 0.6rem 0 var(--w88-teal);
  }

  .w88-credits {
    grid-template-columns: 1fr;
    margin-top: 5rem;
  }

  .w88-credits > div {
    border-right: 0;
    border-bottom: 1px solid rgba(241, 240, 236, 0.25);
  }
}

@media (prefers-reduced-motion: reduce) {
  .w88-route-theatre__stage > img {
    transition: none;
  }
}

/* Mandarin Oriental Grand Cayman — an atlas, treatment, viewfinder, and revision ledger. */
.mogc {
  --mogc-cream: #f1edea;
  --mogc-paper: #faf8f4;
  --mogc-ink: #272722;
  --mogc-gold: #9c7b32;
  --mogc-sea: #7da1c4;
  --mogc-deep: #183d4b;
  --mogc-celadon: #b7cdc2;
  --mogc-line: #c8c8be;
  display: block;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  margin-top: 0.5rem;
  padding: 0;
  background: var(--mogc-cream);
  color: var(--mogc-ink);
  font-family: var(--project-body-font);
  overflow: clip;
}

.mogc *,
.mogc *::before,
.mogc *::after {
  box-sizing: border-box;
}

.mogc h1,
.mogc h2,
.mogc h3,
.mogc p,
.mogc figure {
  margin: 0;
}

.mogc h1,
.mogc h2,
.mogc h3 {
  font-family: var(--project-display-font);
  font-weight: 400;
  text-wrap: balance;
}

.mogc img {
  display: block;
  max-width: 100%;
}

.mogc section {
  scroll-margin-top: 8rem;
}

.mogc button,
.mogc a {
  font: inherit;
}

.mogc-kicker {
  display: block;
  font-family: var(--project-label-font);
  font-size: clamp(0.58rem, 0.58vw, 0.7rem);
  font-weight: 700;
  letter-spacing: 0.16em;
  line-height: 1.2;
  text-transform: uppercase;
}

.mogc-hero {
  position: relative;
  min-height: min(92svh, 64rem);
  color: #fff;
  isolation: isolate;
  overflow: hidden;
}

.mogc-hero__image,
.mogc-hero__veil {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.mogc-hero__image {
  z-index: -3;
  object-fit: cover;
  object-position: center 45%;
  filter: saturate(0.82) contrast(1.02);
  transform: scale(1.015);
}

.mogc-hero__veil {
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(11, 42, 52, 0.8), rgba(11, 42, 52, 0.14) 62%, rgba(11, 42, 52, 0.38)),
    linear-gradient(0deg, rgba(6, 24, 31, 0.62), transparent 56%);
}

.mogc-back,
.mogc-hero__era,
.mogc-hero__scroll {
  position: absolute;
  z-index: 2;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.mogc-back {
  top: 1.5rem;
  left: 1.6rem;
  padding-bottom: 0.25rem;
  border-bottom: 1px solid currentColor;
  color: inherit;
  text-decoration: none;
}

.mogc-hero__era {
  top: 1.5rem;
  right: 1.6rem;
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

.mogc-hero__era i {
  display: block;
  width: min(12vw, 9rem);
  height: 1px;
  background: currentColor;
}

.mogc-hero__title {
  position: absolute;
  left: clamp(1.5rem, 5vw, 5rem);
  bottom: clamp(5.6rem, 10vw, 8.5rem);
  z-index: 2;
  width: min(58rem, 70vw);
}

.mogc-hero__title > span {
  display: block;
  margin-bottom: 1.2rem;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.mogc-hero__title h1 {
  font-size: clamp(4rem, 9.2vw, 10rem);
  line-height: 0.78;
  letter-spacing: -0.045em;
}

.mogc-hero__title p {
  max-width: 36ch;
  margin-top: clamp(1.4rem, 2.5vw, 2.5rem);
  font-size: clamp(1rem, 1.35vw, 1.35rem);
  line-height: 1.35;
}

.mogc-hero__mark {
  position: absolute;
  right: clamp(1.5rem, 4vw, 4rem);
  bottom: clamp(6rem, 10vw, 9rem);
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.35rem;
  padding-top: 2.4rem;
  font-size: 0.64rem;
  letter-spacing: 0.12em;
  text-align: center;
  text-transform: uppercase;
}

.mogc-hero__mark::before {
  content: "";
  position: absolute;
  top: 0;
  width: 2.6rem;
  height: 1.25rem;
  border-radius: 100% 100% 0 0;
  background: repeating-conic-gradient(from 270deg at 50% 100%, transparent 0 5deg, currentColor 6deg 9deg);
}

.mogc-hero__mark strong {
  font-size: 0.74rem;
}

.mogc-hero__scroll {
  right: 1.6rem;
  bottom: 1.4rem;
  left: 1.6rem;
  display: flex;
  justify-content: space-between;
  padding-top: 0.7rem;
  border-top: 1px solid rgba(255, 255, 255, 0.56);
}

.mogc-timeline {
  position: sticky;
  top: 4.85rem;
  z-index: 30;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  border-bottom: 1px solid rgba(39, 39, 34, 0.35);
  background: color-mix(in srgb, var(--mogc-cream) 94%, transparent);
  backdrop-filter: blur(14px);
}

.mogc-timeline a {
  min-width: 0;
  padding: 0.75rem 0.85rem;
  border-right: 1px solid rgba(39, 39, 34, 0.18);
  color: inherit;
  font-size: clamp(0.55rem, 0.55vw, 0.66rem);
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.15;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.mogc-timeline a:last-child {
  border-right: 0;
}

.mogc-timeline a span {
  display: block;
  margin-bottom: 0.28rem;
  color: var(--mogc-gold);
  font-size: 0.55rem;
}

.mogc-timeline a:hover,
.mogc-timeline a:focus-visible {
  background: var(--mogc-deep);
  color: #fff;
}

.mogc-atlas {
  padding: clamp(5rem, 10vw, 10rem) clamp(1.5rem, 5vw, 5rem);
  background:
    radial-gradient(circle at 82% 18%, rgba(125, 161, 196, 0.22), transparent 28rem),
    var(--mogc-cream);
}

.mogc-atlas__intro {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(17rem, 0.65fr);
  align-items: end;
  gap: clamp(3rem, 7vw, 8rem);
}

.mogc-atlas__intro .mogc-kicker {
  grid-column: 1 / -1;
  color: var(--mogc-gold);
}

.mogc-atlas__intro h2 {
  max-width: 13ch;
  font-size: clamp(3.4rem, 7.4vw, 8rem);
  line-height: 0.86;
  letter-spacing: -0.035em;
}

.mogc-atlas__intro p,
.mogc-treatment__intro p,
.mogc-viewfinder__intro p,
.mogc-revision__intro p {
  max-width: 42ch;
  font-size: clamp(1rem, 1.25vw, 1.28rem);
  line-height: 1.55;
}

.mogc-atlas__instrument {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) minmax(17rem, 0.55fr);
  margin-top: clamp(4rem, 8vw, 8rem);
  border: 1px solid var(--mogc-ink);
  background: var(--mogc-paper);
}

.mogc-atlas__coordinate {
  position: absolute;
  top: -1.6rem;
  right: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.7rem;
  font-size: 0.57rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.mogc-atlas__coordinate i {
  width: 12rem;
  height: 1px;
  background: var(--mogc-gold);
}

.mogc-atlas__image {
  position: relative;
  min-height: 45rem;
  overflow: hidden;
}

.mogc-atlas__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 320ms ease, transform 650ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.mogc-atlas__image img.is-changing,
.mogc-viewfinder__frame img.is-changing,
.mogc-revision__image img.is-changing {
  opacity: 0;
  transform: scale(1.015);
}

.mogc-atlas__image > span {
  position: absolute;
  top: 1rem;
  left: 1rem;
  display: grid;
  width: 3.4rem;
  aspect-ratio: 1;
  place-items: center;
  border-radius: 50%;
  background: var(--mogc-paper);
  font-size: 0.65rem;
  font-weight: 700;
}

.mogc-atlas__caption {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: flex-end;
  padding: clamp(1.5rem, 3vw, 3rem);
  border-left: 1px solid var(--mogc-ink);
}

.mogc-atlas__caption h3 {
  font-size: clamp(2.3rem, 4.2vw, 4.8rem);
  line-height: 0.92;
}

.mogc-atlas__caption p {
  margin-top: 1.25rem;
  font-size: 1rem;
  line-height: 1.5;
}

.mogc-atlas__controls {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  border-top: 1px solid var(--mogc-ink);
}

.mogc-atlas__controls button,
.mogc-viewfinder__controls button {
  min-width: 0;
  padding: 0.95rem 1rem;
  border: 0;
  border-right: 1px solid currentColor;
  border-radius: 0;
  background: transparent;
  color: inherit;
  text-align: left;
  cursor: pointer;
}

.mogc-atlas__controls button:last-child,
.mogc-viewfinder__controls button:last-child {
  border-right: 0;
}

.mogc-atlas__controls button span,
.mogc-viewfinder__controls button span {
  display: block;
  margin-bottom: 0.4rem;
  font-size: 0.55rem;
  letter-spacing: 0.12em;
}

.mogc-atlas__controls button strong,
.mogc-viewfinder__controls button strong {
  font-size: 0.78rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.mogc-atlas__controls button[aria-pressed="true"] {
  background: var(--mogc-gold);
  color: #fff;
}

.mogc-brief {
  display: grid;
  grid-template-columns: minmax(17rem, 0.72fr) minmax(0, 1.05fr) minmax(0, 0.75fr);
  align-items: start;
  gap: clamp(2rem, 4vw, 5rem);
  margin-top: clamp(7rem, 12vw, 12rem);
}

.mogc-brief header {
  position: sticky;
  top: 10rem;
}

.mogc-brief header .mogc-kicker {
  color: var(--mogc-gold);
}

.mogc-brief header h2 {
  margin-top: 1rem;
  font-size: clamp(2.7rem, 4.7vw, 5.2rem);
  line-height: 0.93;
}

.mogc-brief header p {
  margin-top: 1.4rem;
  line-height: 1.55;
}

.mogc-brief figure {
  background: #fff;
  box-shadow: 0 1.2rem 4rem rgba(39, 39, 34, 0.09);
}

.mogc-brief__list {
  margin-top: 10rem !important;
}

.mogc-brief figure img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: contain;
}

.mogc-brief figcaption,
.mogc-identity figcaption,
.mogc-viewfinder__range figcaption,
.mogc-evolved figcaption {
  padding: 0.8rem 0;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.35;
  text-transform: uppercase;
}

.mogc-treatment {
  padding: clamp(5rem, 10vw, 10rem) clamp(1.5rem, 5vw, 5rem);
  background: var(--mogc-deep);
  color: var(--mogc-cream);
}

.mogc-treatment__intro {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(17rem, 0.6fr);
  align-items: end;
  gap: clamp(3rem, 8vw, 9rem);
}

.mogc-treatment__intro .mogc-kicker {
  grid-column: 1 / -1;
  color: var(--mogc-celadon);
}

.mogc-treatment__intro h2 {
  max-width: 12ch;
  font-size: clamp(3.4rem, 7vw, 7.8rem);
  line-height: 0.86;
}

.mogc-treatment__premise {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  gap: 1px;
  margin-top: clamp(5rem, 10vw, 10rem);
  background: rgba(255, 255, 255, 0.3);
}

.mogc-treatment__premise figure {
  position: relative;
  background: var(--mogc-paper);
  color: var(--mogc-ink);
}

.mogc-treatment__premise figure img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: contain;
}

.mogc-treatment__premise figcaption {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  padding: 0.55rem 0.7rem;
  background: rgba(24, 61, 75, 0.9);
  color: #fff;
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  line-height: 1.45;
  text-transform: uppercase;
}

.mogc-treatment__equation {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(0.6rem, 2vw, 2rem);
  padding: clamp(1.5rem, 3vw, 3rem);
  background: var(--mogc-gold);
  font-size: clamp(0.7rem, 0.95vw, 1rem);
  letter-spacing: 0.09em;
  text-align: center;
  text-transform: uppercase;
}

.mogc-treatment__equation b {
  opacity: 0.55;
}

.mogc-treatment__equation strong {
  font-size: clamp(1rem, 1.6vw, 1.7rem);
}

.mogc-treatment__strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin: clamp(6rem, 10vw, 10rem) calc(clamp(1.5rem, 5vw, 5rem) * -1) 0;
  background: rgba(255, 255, 255, 0.25);
}

.mogc-treatment__strip figure {
  position: relative;
  min-width: 0;
  background: var(--mogc-deep);
}

.mogc-treatment__strip figure > span {
  display: block;
  padding: 0.8rem 1rem;
  color: var(--mogc-celadon);
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.mogc-treatment__strip img {
  width: 100%;
  aspect-ratio: 1 / 0.78;
  object-fit: cover;
}

.mogc-treatment__strip figcaption {
  min-height: 4rem;
  padding: 1rem;
  font-size: 0.72rem;
  line-height: 1.45;
}

.mogc-identity {
  padding: clamp(6rem, 11vw, 11rem) clamp(1.5rem, 5vw, 5rem);
  background: var(--mogc-paper);
}

.mogc-identity__statement {
  display: grid;
  grid-template-columns: 0.62fr 1fr;
  align-items: end;
  gap: clamp(3rem, 8vw, 9rem);
}

.mogc-identity__statement .mogc-kicker {
  grid-column: 1 / -1;
  color: var(--mogc-gold);
}

.mogc-identity__statement p {
  max-width: 42ch;
  font-size: clamp(1rem, 1.2vw, 1.25rem);
  line-height: 1.55;
}

.mogc-identity__statement h2 {
  max-width: 11ch;
  font-size: clamp(3.5rem, 7vw, 8rem);
  line-height: 0.84;
  text-align: right;
}

.mogc-identity__positioning {
  width: min(78rem, 88%);
  margin: clamp(6rem, 10vw, 10rem) auto 0 !important;
  padding: clamp(1rem, 2.5vw, 2.5rem);
  background: #fff;
  box-shadow: 0 2rem 6rem rgba(39, 39, 34, 0.08);
}

.mogc-identity__positioning img {
  width: 100%;
}

.mogc-identity__plates {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: clamp(1.2rem, 3vw, 3rem);
  align-items: start;
  margin-top: clamp(7rem, 12vw, 13rem);
}

.mogc-identity__plates figure {
  min-width: 0;
}

.mogc-identity__plates img {
  width: 100%;
  background: #fff;
  object-fit: contain;
}

.mogc-identity__plate--mark {
  grid-column: 1 / span 5;
}

.mogc-identity__plate--type {
  grid-column: 7 / -1;
  margin-top: 8rem !important;
}

.mogc-identity__plate--palette {
  grid-column: 2 / span 6;
  margin-top: -3rem !important;
}

.mogc-identity__plate--site {
  grid-column: 8 / -1;
  margin-top: 7rem !important;
}

.mogc-identity__plate--map {
  grid-column: 3 / span 8;
  margin-top: 6rem !important;
}

.mogc-masterbrand {
  display: grid;
  grid-template-columns: minmax(18rem, 0.7fr) repeat(2, minmax(0, 1fr));
  gap: clamp(2rem, 4vw, 5rem);
  margin: clamp(9rem, 15vw, 16rem) calc(clamp(1.5rem, 5vw, 5rem) * -1) calc(clamp(6rem, 11vw, 11rem) * -1);
  padding: clamp(5rem, 9vw, 9rem) clamp(1.5rem, 5vw, 5rem);
  background: var(--mogc-cream);
}

.mogc-masterbrand header .mogc-kicker {
  color: var(--mogc-gold);
}

.mogc-masterbrand header h3 {
  margin-top: 1rem;
  font-size: clamp(2.6rem, 4.5vw, 5rem);
  line-height: 0.92;
}

.mogc-masterbrand header p {
  margin-top: 1.4rem;
  line-height: 1.55;
}

.mogc-masterbrand figure {
  align-self: end;
}

.mogc-masterbrand img {
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #fff;
  object-fit: contain;
}

.mogc-viewfinder {
  padding: clamp(5rem, 10vw, 10rem) clamp(1.5rem, 5vw, 5rem);
  background: var(--mogc-sea);
  color: #fff;
}

.mogc-viewfinder__intro {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(18rem, 0.58fr);
  align-items: end;
  gap: clamp(3rem, 8vw, 9rem);
}

.mogc-viewfinder__intro .mogc-kicker {
  grid-column: 1 / -1;
  color: var(--mogc-deep);
}

.mogc-viewfinder__intro h2 {
  max-width: 12ch;
  font-size: clamp(3.5rem, 7.3vw, 8rem);
  line-height: 0.84;
}

.mogc-viewfinder__plan {
  position: relative;
  width: min(52rem, 70%);
  margin: clamp(5rem, 9vw, 9rem) 0 -7rem auto;
  padding: 1rem;
  background: var(--mogc-paper);
  color: var(--mogc-ink);
  transform: rotate(1.5deg);
  box-shadow: 0 2rem 5rem rgba(24, 61, 75, 0.18);
}

.mogc-viewfinder__plan img {
  width: 100%;
}

.mogc-viewfinder__plan span {
  position: absolute;
  top: 1.4rem;
  left: 1.4rem;
  padding: 0.6rem;
  background: var(--mogc-deep);
  color: #fff;
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.45;
  text-transform: uppercase;
}

.mogc-viewfinder__stage {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(18rem, 0.55fr);
  margin-top: 3rem;
  border: 1px solid #fff;
  background: var(--mogc-deep);
}

.mogc-viewfinder__frame {
  position: relative;
  min-height: 45rem;
  overflow: hidden;
}

.mogc-viewfinder__frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 320ms ease, transform 650ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.mogc-viewfinder__corner {
  position: absolute;
  z-index: 2;
  width: 2.5rem;
  height: 2.5rem;
  pointer-events: none;
}

.mogc-viewfinder__corner--a { top: 1.2rem; left: 1.2rem; border-top: 1px solid #fff; border-left: 1px solid #fff; }
.mogc-viewfinder__corner--b { top: 1.2rem; right: 1.2rem; border-top: 1px solid #fff; border-right: 1px solid #fff; }
.mogc-viewfinder__corner--c { right: 1.2rem; bottom: 1.2rem; border-right: 1px solid #fff; border-bottom: 1px solid #fff; }
.mogc-viewfinder__corner--d { bottom: 1.2rem; left: 1.2rem; border-bottom: 1px solid #fff; border-left: 1px solid #fff; }

.mogc-viewfinder__readout {
  position: absolute;
  right: 1.5rem;
  bottom: 1.5rem;
  left: 1.5rem;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  padding-top: 0.7rem;
  border-top: 1px solid #fff;
  font-size: 0.6rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.mogc-viewfinder__copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: flex-end;
  padding: clamp(1.5rem, 3vw, 3rem);
  border-left: 1px solid #fff;
}

.mogc-viewfinder__copy h3 {
  font-size: clamp(2.5rem, 4.8vw, 5.4rem);
  line-height: 0.9;
}

.mogc-viewfinder__copy p {
  margin-top: 1.2rem;
  line-height: 1.5;
}

.mogc-viewfinder__controls {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid #fff;
}

.mogc-viewfinder__controls button[aria-pressed="true"] {
  background: #fff;
  color: var(--mogc-deep);
}

.mogc-viewfinder__range {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  margin-top: clamp(5rem, 9vw, 9rem);
}

.mogc-viewfinder__range figure:nth-child(even) {
  margin-top: 5rem;
}

.mogc-viewfinder__range img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.mogc-revision {
  padding: clamp(5rem, 10vw, 10rem) clamp(1.5rem, 5vw, 5rem);
  background: var(--mogc-paper);
}

.mogc-revision__intro {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(18rem, 0.58fr);
  align-items: end;
  gap: clamp(3rem, 8vw, 9rem);
}

.mogc-revision__intro .mogc-kicker {
  grid-column: 1 / -1;
  color: var(--mogc-gold);
}

.mogc-revision__intro h2 {
  max-width: 12ch;
  font-size: clamp(3.5rem, 7vw, 7.8rem);
  line-height: 0.84;
}

.mogc-revision__scenes {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: clamp(4rem, 8vw, 8rem);
  border: 1px solid var(--mogc-ink);
}

.mogc-revision__scenes button {
  padding: 1rem;
  border: 0;
  border-right: 1px solid var(--mogc-ink);
  border-radius: 0;
  background: transparent;
  color: inherit;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-align: left;
  text-transform: uppercase;
  cursor: pointer;
}

.mogc-revision__scenes button:last-child {
  border-right: 0;
}

.mogc-revision__scenes button span {
  margin-right: 1.5rem;
  color: var(--mogc-gold);
}

.mogc-revision__scenes button[aria-pressed="true"] {
  background: var(--mogc-ink);
  color: #fff;
}

.mogc-revision__lab {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(18rem, 0.55fr);
  border: 1px solid var(--mogc-ink);
  border-top: 0;
}

.mogc-revision__image {
  position: relative;
  min-height: 0;
  aspect-ratio: 16 / 9;
  background: var(--mogc-cream);
  overflow: hidden;
}

.mogc-revision__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: opacity 320ms ease, transform 650ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.mogc-revision__image span {
  position: absolute;
  top: 1rem;
  left: 1rem;
  padding: 0.6rem 0.75rem;
  background: var(--mogc-ink);
  color: #fff;
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.mogc-revision__copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: flex-end;
  padding: clamp(1.5rem, 3vw, 3rem);
  border-left: 1px solid var(--mogc-ink);
}

.mogc-revision__copy > span {
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.mogc-revision__copy h3 {
  margin-top: 1rem;
  font-size: clamp(2.5rem, 4.6vw, 5rem);
  line-height: 0.9;
}

.mogc-revision__copy p {
  margin-top: 1.2rem;
  line-height: 1.5;
}

.mogc-revision__states {
  grid-column: 1 / -1;
  display: flex;
  border-top: 1px solid var(--mogc-ink);
}

.mogc-revision__states button {
  flex: 1 1 0;
  padding: 0.85rem 1rem;
  border: 0;
  border-right: 1px solid var(--mogc-ink);
  border-radius: 0;
  background: transparent;
  color: inherit;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  cursor: pointer;
}

.mogc-revision__states button:last-child {
  border-right: 0;
}

.mogc-revision__states button[aria-pressed="true"] {
  background: var(--mogc-gold);
  color: #fff;
}

.mogc-revision__states button[hidden] {
  display: none;
}

.mogc-evolved {
  background: var(--mogc-cream);
}

.mogc-evolved__opening {
  position: relative;
  min-height: min(92svh, 64rem);
  color: #fff;
  isolation: isolate;
  overflow: hidden;
}

.mogc-evolved__image {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mogc-evolved__opening::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, rgba(24, 61, 75, 0.93), rgba(24, 61, 75, 0.35) 64%, rgba(24, 61, 75, 0.18));
}

.mogc-evolved__copy {
  position: absolute;
  top: 50%;
  left: clamp(1.5rem, 5vw, 5rem);
  width: min(50rem, 58vw);
  transform: translateY(-50%);
}

.mogc-evolved__copy .mogc-kicker {
  color: var(--mogc-celadon);
}

.mogc-evolved__copy h2 {
  margin-top: 1rem;
  font-size: clamp(3.7rem, 7.5vw, 8rem);
  line-height: 0.84;
}

.mogc-evolved__copy p {
  max-width: 48ch;
  margin-top: 1.7rem;
  font-size: clamp(0.95rem, 1.1vw, 1.15rem);
  line-height: 1.55;
}

.mogc-evolved__number {
  position: absolute;
  right: clamp(1.5rem, 4vw, 4rem);
  bottom: 2rem;
  display: flex;
  align-items: flex-end;
  gap: 0.8rem;
}

.mogc-evolved__number strong {
  font-family: var(--project-display-font);
  font-size: clamp(3.4rem, 6vw, 6.5rem);
  font-weight: 400;
  line-height: 0.8;
}

.mogc-evolved__number i {
  font-style: normal;
  opacity: 0.6;
}

.mogc-evolved__number span {
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.4;
  text-transform: uppercase;
}

.mogc-evolved__proof {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
  gap: clamp(2rem, 5vw, 6rem);
  padding: clamp(6rem, 10vw, 10rem) clamp(1.5rem, 5vw, 5rem);
}

.mogc-evolved__proof figure {
  background: var(--mogc-paper);
}

.mogc-evolved__proof img {
  width: 100%;
}

.mogc-evolved__products {
  margin-top: 8rem !important;
}

.mogc-credits {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding: clamp(4rem, 7vw, 7rem) clamp(1.5rem, 5vw, 5rem);
  border-top: 1px solid var(--mogc-line);
  background: var(--mogc-deep);
  color: #fff;
}

.mogc-credits > div {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 0.6rem;
  padding: 1.4rem;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.mogc-credits > div:nth-child(3n) {
  border-right: 0;
}

.mogc-credits span,
.mogc-credits p {
  font-size: 0.58rem;
  letter-spacing: 0.08em;
  line-height: 1.45;
  text-transform: uppercase;
}

.mogc-credits strong {
  font-size: 0.82rem;
  line-height: 1.4;
}

.mogc-credits__title strong {
  font-family: var(--project-display-font);
  font-size: 1.5rem;
  font-weight: 400;
}

.mogc-credits > p {
  grid-column: 1 / -1;
  max-width: 92ch;
  margin-top: 2rem;
  color: var(--mogc-celadon);
}

@media (max-width: 900px) {
  .mogc-hero__mark {
    display: none;
  }

  .mogc-hero__title {
    width: min(42rem, calc(100% - 3rem));
  }

  .mogc-timeline {
    display: flex;
    overflow-x: auto;
  }

  .mogc-timeline a {
    flex: 0 0 9.5rem;
  }

  .mogc-atlas__intro,
  .mogc-treatment__intro,
  .mogc-viewfinder__intro,
  .mogc-revision__intro,
  .mogc-identity__statement {
    grid-template-columns: 1fr;
  }

  .mogc-atlas__intro .mogc-kicker,
  .mogc-treatment__intro .mogc-kicker,
  .mogc-viewfinder__intro .mogc-kicker,
  .mogc-revision__intro .mogc-kicker,
  .mogc-identity__statement .mogc-kicker {
    grid-column: auto;
  }

  .mogc-identity__statement h2 {
    grid-row: 2;
    text-align: left;
  }

  .mogc-atlas__instrument,
  .mogc-viewfinder__stage,
  .mogc-revision__lab {
    grid-template-columns: 1fr;
  }

  .mogc-atlas__caption,
  .mogc-viewfinder__copy,
  .mogc-revision__copy {
    min-height: 18rem;
    border-top: 1px solid currentColor;
    border-left: 0;
  }

  .mogc-brief {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mogc-brief header {
    position: static;
    grid-column: 1 / -1;
  }

  .mogc-brief__list {
    margin-top: 5rem !important;
  }

  .mogc-treatment__strip,
  .mogc-viewfinder__range {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mogc-masterbrand {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mogc-masterbrand header {
    grid-column: 1 / -1;
  }

  .mogc-viewfinder__plan {
    width: 82%;
    margin-bottom: -3rem;
  }

  .mogc-evolved__copy {
    width: min(44rem, calc(100% - 3rem));
  }

  .mogc-credits {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mogc-credits > div,
  .mogc-credits > div:nth-child(3n) {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
  }

  .mogc-credits > div:nth-child(2n) {
    border-right: 0;
  }
}

@media (max-width: 620px) {
  .mogc section {
    scroll-margin-top: 8.8rem;
  }

  .mogc-hero {
    min-height: 78svh;
  }

  .mogc-hero__image {
    object-position: 62% center;
  }

  .mogc-hero__era {
    top: 3.2rem;
    right: auto;
    left: 1rem;
  }

  .mogc-back {
    top: 1rem;
    left: 1rem;
  }

  .mogc-hero__title {
    bottom: 5.4rem;
    left: 1rem;
    width: calc(100% - 2rem);
  }

  .mogc-hero__title > span {
    font-size: 0.56rem;
  }

  .mogc-hero__title h1 {
    font-size: clamp(3.6rem, 18vw, 5.4rem);
  }

  .mogc-hero__title p {
    max-width: 30ch;
    font-size: 0.9rem;
  }

  .mogc-hero__scroll {
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
  }

  .mogc-timeline {
    top: 4.6rem;
  }

  .mogc-atlas,
  .mogc-treatment,
  .mogc-identity,
  .mogc-viewfinder,
  .mogc-revision {
    padding: 4.5rem 1rem;
  }

  .mogc-atlas__intro h2,
  .mogc-treatment__intro h2,
  .mogc-viewfinder__intro h2,
  .mogc-revision__intro h2,
  .mogc-identity__statement h2 {
    font-size: clamp(3.1rem, 15vw, 4.8rem);
  }

  .mogc-atlas__instrument {
    margin-top: 4.5rem;
  }

  .mogc-atlas__coordinate i {
    width: 4rem;
  }

  .mogc-atlas__image,
  .mogc-viewfinder__frame {
    min-height: 58vw;
  }

  .mogc-revision__image {
    min-width: 0;
    min-height: 0;
  }

  .mogc-atlas__caption,
  .mogc-viewfinder__copy,
  .mogc-revision__copy {
    min-height: 14rem;
  }

  .mogc-atlas__controls {
    display: flex;
    overflow-x: auto;
  }

  .mogc-atlas__controls button {
    flex: 0 0 8.5rem;
  }

  .mogc-brief,
  .mogc-treatment__premise,
  .mogc-masterbrand,
  .mogc-evolved__proof,
  .mogc-credits {
    grid-template-columns: 1fr;
  }

  .mogc-brief__list,
  .mogc-masterbrand figure,
  .mogc-evolved__products {
    margin-top: 0 !important;
  }

  .mogc-treatment__equation {
    align-items: flex-start;
    flex-direction: column;
  }

  .mogc-treatment__equation b {
    display: none;
  }

  .mogc-treatment__strip,
  .mogc-viewfinder__range {
    display: flex;
    margin-right: -1rem;
    padding-right: 1rem;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
  }

  .mogc-treatment__strip figure,
  .mogc-viewfinder__range figure {
    flex: 0 0 78vw;
    margin-top: 0 !important;
    scroll-snap-align: start;
  }

  .mogc-identity__positioning {
    width: 100%;
  }

  .mogc-identity__plates {
    display: flex;
    gap: 1rem;
    margin-right: -1rem;
    padding-right: 1rem;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
  }

  .mogc-identity__plates figure,
  .mogc-identity__plates figure[class] {
    flex: 0 0 82vw;
    margin-top: 0 !important;
    scroll-snap-align: start;
  }

  .mogc-masterbrand {
    margin-right: -1rem;
    margin-left: -1rem;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .mogc-viewfinder__plan {
    width: 92%;
    margin-bottom: 0;
  }

  .mogc-viewfinder__controls,
  .mogc-revision__scenes {
    display: flex;
    overflow-x: auto;
  }

  .mogc-viewfinder__controls button,
  .mogc-revision__scenes button {
    flex: 0 0 8.5rem;
  }

  .mogc-evolved__opening {
    min-height: 88svh;
  }

  .mogc-evolved__image {
    object-position: 64% center;
  }

  .mogc-evolved__copy {
    top: 3.5rem;
    left: 1rem;
    width: calc(100% - 2rem);
    transform: none;
  }

  .mogc-evolved__copy h2 {
    font-size: clamp(3.2rem, 15vw, 5rem);
  }

  .mogc-evolved__number {
    right: 1rem;
    bottom: 1.5rem;
  }

  .mogc-evolved__proof,
  .mogc-credits {
    padding: 4.5rem 1rem;
  }

  .mogc-credits > div,
  .mogc-credits > div:nth-child(2n),
  .mogc-credits > div:nth-child(3n) {
    border-right: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .mogc-atlas__image img,
  .mogc-viewfinder__frame img,
  .mogc-revision__image img {
    transition: none;
  }
}

/* 200 Amsterdam — height, direction, camera path, and time of day. */
.a200 {
  --a200-paper: #efede8;
  --a200-ink: #181716;
  --a200-warm: #8e8884;
  --a200-soft: #e4e0da;
  --a200-blue: #31536d;
  --a200-night: #111b27;
  --a200-line: #aaa49f;
  display: block;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  margin-top: 0.5rem;
  padding: 0;
  background: var(--a200-paper);
  color: var(--a200-ink);
  font-family: var(--project-body-font);
  overflow: clip;
}

.a200 *,
.a200 *::before,
.a200 *::after {
  box-sizing: border-box;
}

.a200 h1,
.a200 h2,
.a200 h3,
.a200 p,
.a200 figure {
  margin: 0;
}

.a200 h1,
.a200 h2,
.a200 h3 {
  font-family: var(--project-display-font);
  font-weight: 400;
  text-wrap: balance;
}

.a200 img {
  display: block;
  max-width: 100%;
}

.a200 section {
  scroll-margin-top: 6rem;
}

.a200 button,
.a200 a {
  font: inherit;
}

.a200-kicker {
  display: block;
  font-size: clamp(0.57rem, 0.58vw, 0.7rem);
  font-weight: 500;
  letter-spacing: 0.17em;
  line-height: 1.25;
  text-transform: uppercase;
}

.a200-hero {
  position: relative;
  min-height: min(92svh, 65rem);
  color: #fff;
  isolation: isolate;
  overflow: hidden;
}

.a200-hero__image,
.a200-hero__veil {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.a200-hero__image {
  z-index: -3;
  object-fit: cover;
  object-position: center 47%;
  filter: saturate(0.72) contrast(1.08);
}

.a200-hero__veil {
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(17, 27, 39, 0.9), rgba(17, 27, 39, 0.2) 50%, rgba(17, 27, 39, 0.35)),
    linear-gradient(0deg, rgba(17, 27, 39, 0.68), transparent 50%);
}

.a200-back,
.a200-hero__coordinate {
  position: absolute;
  top: 1.5rem;
  z-index: 3;
  font-size: 0.63rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.a200-back {
  left: 1.6rem;
  padding-bottom: 0.25rem;
  border-bottom: 1px solid currentColor;
  color: inherit;
  text-decoration: none;
}

.a200-hero__coordinate {
  right: 1.6rem;
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

.a200-hero__coordinate i {
  display: block;
  width: min(10vw, 7rem);
  height: 1px;
  background: currentColor;
}

.a200-hero__number {
  position: absolute;
  top: 50%;
  right: -0.03em;
  z-index: -1;
  color: rgba(255, 255, 255, 0.17);
  font-family: var(--project-display-font);
  font-size: clamp(16rem, 37vw, 39rem);
  line-height: 0.65;
  transform: translateY(-45%);
}

.a200-hero__copy {
  position: absolute;
  left: clamp(1.5rem, 5vw, 5rem);
  bottom: clamp(5.7rem, 10vw, 8.5rem);
  z-index: 2;
  width: min(60rem, 70vw);
}

.a200-hero__copy > span {
  display: block;
  margin-bottom: 1.2rem;
  font-size: 0.64rem;
  font-weight: 500;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.a200-hero__copy h1 {
  font-size: clamp(4.5rem, 10vw, 10.8rem);
  letter-spacing: -0.05em;
  line-height: 0.74;
}

.a200-hero__copy p {
  max-width: 34ch;
  margin-top: 1.7rem;
  font-size: clamp(1rem, 1.25vw, 1.25rem);
  line-height: 1.42;
}

.a200-hero__compass {
  position: absolute;
  right: clamp(2rem, 6vw, 6rem);
  bottom: clamp(7rem, 12vw, 10rem);
  z-index: 2;
  display: grid;
  width: 9rem;
  aspect-ratio: 1;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  font-size: 0.58rem;
  letter-spacing: 0.12em;
}

.a200-hero__compass span:first-child { position: absolute; top: 0.7rem; }
.a200-hero__compass span:nth-child(2) { position: absolute; bottom: 0.7rem; }
.a200-hero__compass i { width: 1px; height: 66%; background: #fff; transform: rotate(16deg); transform-origin: center; }
.a200-hero__compass i::before { content: ""; position: absolute; top: 0; left: -0.22rem; border-right: 0.22rem solid transparent; border-bottom: 0.45rem solid #fff; border-left: 0.22rem solid transparent; }

.a200-hero__foot {
  position: absolute;
  right: 1.6rem;
  bottom: 1.4rem;
  left: 1.6rem;
  z-index: 2;
  display: grid;
  grid-template-columns: 0.6fr 1.5fr 0.6fr;
  gap: 1rem;
  padding-top: 0.7rem;
  border-top: 1px solid rgba(255, 255, 255, 0.55);
  font-size: 0.6rem;
  font-weight: 500;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.a200-hero__foot span:last-child {
  text-align: right;
}

.a200-altimeter {
  position: fixed;
  top: 50%;
  right: 0.45rem;
  z-index: 50;
  display: flex;
  width: 4.8rem;
  flex-direction: column-reverse;
  border: 1px solid rgba(24, 23, 22, 0.45);
  background: rgba(239, 237, 232, 0.9);
  backdrop-filter: blur(12px);
  transform: translateY(-50%);
}

.a200-altimeter a {
  display: flex;
  min-height: 4rem;
  flex-direction: column;
  justify-content: center;
  gap: 0.23rem;
  padding: 0.55rem;
  border-top: 1px solid rgba(24, 23, 22, 0.25);
  color: var(--a200-ink);
  font-size: 0.43rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.1;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.a200-altimeter a:last-child {
  border-top: 0;
}

.a200-altimeter a span {
  font-family: var(--project-display-font);
  font-size: 1.35rem;
  font-weight: 400;
  letter-spacing: -0.02em;
}

.a200-altimeter a:hover,
.a200-altimeter a:focus-visible {
  background: var(--a200-ink);
  color: #fff;
}

.a200-ground {
  min-height: 100svh;
  padding: clamp(6rem, 11vw, 11rem) clamp(6rem, 9vw, 10rem) clamp(6rem, 11vw, 11rem) clamp(1.5rem, 5vw, 5rem);
  background:
    linear-gradient(rgba(142, 136, 132, 0.1) 1px, transparent 1px),
    linear-gradient(90deg, rgba(142, 136, 132, 0.1) 1px, transparent 1px),
    var(--a200-paper);
  background-size: 5rem 5rem;
}

.a200-ground__intro {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(18rem, 0.55fr);
  align-items: end;
  gap: clamp(3rem, 8vw, 9rem);
}

.a200-ground__intro .a200-kicker {
  grid-column: 1 / -1;
  color: var(--a200-warm);
}

.a200-ground__intro h2 {
  font-size: clamp(4rem, 8vw, 8.5rem);
  line-height: 0.82;
  letter-spacing: -0.045em;
}

.a200-ground__intro p,
.a200-paths__intro p,
.a200-clock__intro p,
.a200-pages__intro p,
.a200-summit__intro p,
.a200-continuity__intro p {
  max-width: 44ch;
  font-size: clamp(1rem, 1.2vw, 1.25rem);
  line-height: 1.55;
}

.a200-directions {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(3rem, 8vw, 9rem);
  margin-top: clamp(6rem, 11vw, 11rem);
}

.a200-direction {
  position: relative;
  min-width: 0;
}

.a200-direction--next {
  margin-top: 10rem !important;
}

.a200-direction img {
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #fff;
  object-fit: contain;
  box-shadow: 0 2rem 6rem rgba(24, 23, 22, 0.08);
}

.a200-direction figcaption {
  display: grid;
  grid-template-columns: 2.5rem 1fr;
  gap: 0.6rem 1rem;
  margin-top: 1.2rem;
}

.a200-direction figcaption > span {
  grid-row: 1 / span 2;
  font-family: var(--project-display-font);
  font-size: 2.8rem;
}

.a200-direction figcaption strong {
  font-family: var(--project-display-font);
  font-size: clamp(1.6rem, 2.7vw, 3rem);
  font-weight: 400;
  line-height: 0.95;
}

.a200-direction figcaption p {
  font-size: 0.75rem;
  line-height: 1.45;
}

.a200-directions__axis {
  position: absolute;
  top: 44%;
  left: 50%;
  display: flex;
  height: 16rem;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
  font-size: 0.52rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transform: translate(-50%, -50%);
}

.a200-directions__axis i {
  width: 1px;
  flex: 1;
  background: var(--a200-ink);
}

.a200-paths {
  padding: clamp(6rem, 11vw, 11rem) clamp(6rem, 9vw, 10rem) clamp(6rem, 11vw, 11rem) clamp(1.5rem, 5vw, 5rem);
  background: var(--a200-blue);
  color: #fff;
}

.a200-paths__intro,
.a200-clock__intro,
.a200-pages__intro,
.a200-summit__intro,
.a200-continuity__intro {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(18rem, 0.58fr);
  align-items: end;
  gap: clamp(3rem, 8vw, 9rem);
}

.a200-paths__intro .a200-kicker,
.a200-clock__intro .a200-kicker,
.a200-pages__intro .a200-kicker,
.a200-summit__intro .a200-kicker,
.a200-continuity__intro .a200-kicker {
  grid-column: 1 / -1;
}

.a200-paths__intro h2,
.a200-clock__intro h2,
.a200-pages__intro h2,
.a200-summit__intro h2,
.a200-continuity__intro h2 {
  max-width: 12ch;
  font-size: clamp(3.7rem, 7.2vw, 8rem);
  line-height: 0.84;
  letter-spacing: -0.04em;
}

.a200-paths__coverage {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr)) minmax(10rem, 0.42fr);
  gap: 1px;
  margin-top: clamp(5rem, 9vw, 9rem);
  background: rgba(255, 255, 255, 0.4);
}

.a200-paths__coverage figure {
  background: #fff;
  color: var(--a200-ink);
}

.a200-paths__coverage img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: contain;
}

.a200-paths__coverage figcaption,
.a200-clock__board figcaption,
.a200-film-strip figcaption,
.a200-page-stack figcaption,
.a200-identity-note figcaption,
.a200-summit figcaption,
.a200-place-field figcaption {
  padding: 0.8rem 0;
  font-size: 0.58rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  line-height: 1.35;
  text-transform: uppercase;
}

.a200-paths__coverage > div {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0.5rem;
  align-content: center;
  padding: 1.4rem;
  background: var(--a200-night);
}

.a200-paths__coverage > div strong {
  font-family: var(--project-display-font);
  font-size: 4.5rem;
  font-weight: 400;
  line-height: 0.8;
}

.a200-paths__coverage > div span {
  align-self: end;
  font-size: 0.55rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.a200-path-stage {
  display: grid;
  grid-template-columns: 8rem minmax(0, 1.45fr) minmax(17rem, 0.55fr);
  margin-top: clamp(6rem, 10vw, 10rem);
  border: 1px solid #fff;
  background: #fff;
  color: var(--a200-ink);
}

.a200-path-stage__levels {
  display: flex;
  flex-direction: column;
  border-right: 1px solid var(--a200-ink);
}

.a200-path-stage__levels button,
.a200-compass-stage__controls button {
  flex: 1 1 0;
  min-width: 0;
  padding: 1rem;
  border: 0;
  border-bottom: 1px solid currentColor;
  border-radius: 0;
  background: transparent;
  color: inherit;
  text-align: left;
  cursor: pointer;
}

.a200-path-stage__levels button:last-child,
.a200-compass-stage__controls button:last-child {
  border-bottom: 0;
}

.a200-path-stage__levels button span,
.a200-compass-stage__controls button span {
  display: block;
  margin-bottom: 0.45rem;
  font-family: var(--project-display-font);
  font-size: 1.4rem;
}

.a200-path-stage__levels button strong,
.a200-compass-stage__controls button strong {
  font-size: 0.62rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.a200-path-stage__levels button[aria-pressed="true"],
.a200-compass-stage__controls button[aria-pressed="true"] {
  background: var(--a200-ink);
  color: #fff;
}

.a200-path-stage__drawing {
  position: relative;
  min-width: 0;
  min-height: 40rem;
  overflow: hidden;
}

.a200-path-stage__drawing img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: opacity 300ms ease, transform 650ms cubic-bezier(0.2, 0.75, 0.2, 1);
}

.a200-path-stage__drawing > span {
  position: absolute;
  top: 1rem;
  right: 1rem;
  display: grid;
  width: 3rem;
  aspect-ratio: 1;
  place-items: center;
  border: 1px solid var(--a200-ink);
  border-radius: 50%;
  font-family: var(--project-display-font);
  font-size: 1.35rem;
}

.a200-path-stage__copy,
.a200-compass-stage__copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: flex-end;
  padding: clamp(1.5rem, 3vw, 3rem);
  border-left: 1px solid var(--a200-ink);
}

.a200-path-stage__copy h3,
.a200-compass-stage__copy h3 {
  font-size: clamp(2.5rem, 4.6vw, 5rem);
  line-height: 0.88;
}

.a200-path-stage__copy p,
.a200-compass-stage__copy p {
  margin-top: 1.3rem;
  font-size: 0.95rem;
  line-height: 1.5;
}

.a200-clock {
  padding: clamp(6rem, 11vw, 11rem) clamp(6rem, 9vw, 10rem) clamp(6rem, 11vw, 11rem) clamp(1.5rem, 5vw, 5rem);
  background: var(--a200-night);
  color: #fff;
}

.a200-clock__intro .a200-kicker {
  color: #9cb4c5;
}

.a200-clock__board {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(2rem, 5vw, 6rem);
  align-items: start;
  margin-top: clamp(6rem, 10vw, 10rem);
}

.a200-clock__board figure:first-child {
  margin-top: 7rem !important;
}

.a200-clock__board img {
  width: 100%;
  background: #fff;
}

.a200-daynight {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(20rem, 0.75fr);
  margin-top: clamp(7rem, 12vw, 13rem);
  border: 1px solid #fff;
}

.a200-daynight__image {
  position: relative;
  min-height: 44rem;
  overflow: hidden;
}

.a200-daynight__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 300ms ease, transform 650ms cubic-bezier(0.2, 0.75, 0.2, 1);
}

.a200-path-stage img.is-changing,
.a200-daynight img.is-changing,
.a200-compass-stage img.is-changing {
  opacity: 0;
  transform: scale(1.015);
}

.a200-daynight__dial {
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
  width: 7rem;
  aspect-ratio: 1;
  border: 1px solid #fff;
  border-radius: 50%;
}

.a200-daynight__dial i {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 42%;
  background: #fff;
  transform: rotate(32deg);
  transform-origin: top;
}

.a200-daynight__dial span {
  position: absolute;
  font-size: 0.52rem;
  letter-spacing: 0.1em;
}

.a200-daynight__dial span:nth-of-type(1) { top: 0.45rem; left: 50%; transform: translateX(-50%); }
.a200-daynight__dial span:nth-of-type(2) { top: 50%; right: 0.35rem; transform: translateY(-50%); }
.a200-daynight__dial span:nth-of-type(3) { bottom: 0.45rem; left: 50%; transform: translateX(-50%); }

.a200-daynight__copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: flex-end;
  padding: clamp(1.5rem, 3vw, 3rem);
  border-left: 1px solid #fff;
}

.a200-daynight__copy > span {
  font-size: 0.58rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.a200-daynight__copy h3 {
  margin-top: 1rem;
  font-size: clamp(2.6rem, 4.8vw, 5.2rem);
  line-height: 0.88;
  overflow-wrap: normal;
  text-wrap: balance;
}

.a200-daynight__copy p {
  margin-top: 1.3rem;
  line-height: 1.5;
}

.a200-daynight__controls {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid #fff;
}

.a200-daynight__controls button {
  padding: 1rem;
  border: 0;
  border-right: 1px solid #fff;
  border-radius: 0;
  background: transparent;
  color: inherit;
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: left;
  text-transform: uppercase;
  cursor: pointer;
}

.a200-daynight__controls button:last-child {
  border-right: 0;
}

.a200-daynight__controls button span {
  margin-right: 1rem;
  opacity: 0.55;
}

.a200-daynight__controls button[aria-pressed="true"] {
  background: #fff;
  color: var(--a200-night);
}

.a200-film-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  margin-top: clamp(6rem, 10vw, 10rem);
}

.a200-film-strip figure:nth-child(even) {
  margin-top: 5rem !important;
}

.a200-film-strip img {
  width: 100%;
  aspect-ratio: 1 / 0.82;
  object-fit: cover;
}

.a200-pages {
  padding: clamp(6rem, 11vw, 11rem) clamp(6rem, 9vw, 10rem) clamp(6rem, 11vw, 11rem) clamp(1.5rem, 5vw, 5rem);
  background: var(--a200-warm);
  color: #fff;
}

.a200-page-stack {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: clamp(1rem, 2.5vw, 2.5rem);
  align-items: start;
  margin-top: clamp(6rem, 10vw, 10rem);
}

.a200-page-stack figure {
  min-width: 0;
}

.a200-page-stack img {
  width: 100%;
  background: #fff;
  object-fit: contain;
  box-shadow: 0 2rem 6rem rgba(24, 23, 22, 0.14);
}

.a200-page-stack__arrival { grid-column: 1 / span 7; }
.a200-page-stack__elevated { grid-column: 8 / -1; margin-top: 9rem !important; }
.a200-page-stack__living { grid-column: 2 / span 5; margin-top: 1rem !important; }
.a200-page-stack__bath { grid-column: 7 / span 5; margin-top: 10rem !important; }
.a200-page-stack__gallery { grid-column: 3 / span 8; margin-top: 4rem !important; }

.a200-page-stack figcaption {
  display: flex;
  justify-content: space-between;
}

.a200-page-stack figcaption span {
  font-family: var(--project-display-font);
  font-size: 1.4rem;
}

.a200-identity-note {
  display: grid;
  grid-template-columns: minmax(14rem, 0.5fr) minmax(18rem, 0.7fr);
  justify-content: end;
  gap: clamp(3rem, 7vw, 8rem);
  align-items: center;
  margin-top: clamp(8rem, 14vw, 15rem);
  padding-top: clamp(5rem, 8vw, 8rem);
  border-top: 1px solid rgba(255, 255, 255, 0.55);
}

.a200-identity-note figure {
  justify-self: end;
  width: min(24rem, 100%);
  padding: 1rem;
  background: #fff;
  color: var(--a200-ink);
  transform: rotate(-1.4deg);
}

.a200-identity-note img {
  width: 100%;
}

.a200-identity-note h3 {
  margin-top: 1rem;
  font-size: clamp(2.7rem, 4.7vw, 5rem);
  line-height: 0.9;
}

.a200-identity-note p {
  margin-top: 1.3rem;
  line-height: 1.55;
}

.a200-summit {
  padding: clamp(6rem, 11vw, 11rem) clamp(6rem, 9vw, 10rem) clamp(6rem, 11vw, 11rem) clamp(1.5rem, 5vw, 5rem);
  background: var(--a200-paper);
}

.a200-summit__cover {
  width: min(82rem, 94%);
  margin: clamp(6rem, 10vw, 10rem) auto 0 !important;
}

.a200-summit__cover img {
  width: 100%;
  box-shadow: 0 2rem 6rem rgba(24, 23, 22, 0.12);
}

.a200-compass-stage {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(17rem, 0.55fr) 8rem;
  margin-top: clamp(7rem, 12vw, 13rem);
  border: 1px solid var(--a200-ink);
}

.a200-compass-stage__image {
  position: relative;
  min-width: 0;
  min-height: 46rem;
  overflow: hidden;
}

.a200-compass-stage__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 300ms ease, transform 650ms cubic-bezier(0.2, 0.75, 0.2, 1);
}

.a200-compass-stage__rose {
  position: absolute;
  right: 1.5rem;
  bottom: 1.5rem;
  display: grid;
  width: 9rem;
  aspect-ratio: 1;
  place-items: center;
  border: 1px solid #fff;
  border-radius: 50%;
  color: #fff;
  font-size: 0.56rem;
}

.a200-compass-stage__rose span:nth-child(1) { position: absolute; top: 0.55rem; }
.a200-compass-stage__rose span:nth-child(2) { position: absolute; right: 0.55rem; }
.a200-compass-stage__rose span:nth-child(3) { position: absolute; bottom: 0.55rem; }
.a200-compass-stage__rose i { width: 1px; height: 66%; background: #fff; transform: rotate(20deg); }

.a200-compass-stage__copy > span {
  font-family: var(--project-display-font);
  font-size: 3rem;
}

.a200-compass-stage__controls {
  display: flex;
  flex-direction: column;
  border-left: 1px solid var(--a200-ink);
}

.a200-continuity {
  padding-top: clamp(6rem, 11vw, 11rem);
  background: var(--a200-soft);
}

.a200-continuity__intro {
  padding: 0 clamp(6rem, 9vw, 10rem) 0 clamp(1.5rem, 5vw, 5rem);
}

.a200-place-field {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: clamp(1rem, 2vw, 2rem);
  align-items: start;
  margin-top: clamp(6rem, 10vw, 10rem);
  padding: 0 clamp(6rem, 9vw, 10rem) 0 clamp(1.5rem, 5vw, 5rem);
}

.a200-place-field figure {
  min-width: 0;
}

.a200-place-field img {
  width: 100%;
  object-fit: cover;
}

.a200-place-field__park { grid-column: 1 / span 7; }
.a200-place-field__culture { grid-column: 9 / -1; margin-top: 9rem !important; }
.a200-place-field__skyline { grid-column: 4 / span 8; margin-top: 3rem !important; }
.a200-place-field__pool { grid-column: 1 / span 4; margin-top: 8rem !important; }
.a200-place-field__library { grid-column: 5 / span 4; }
.a200-place-field__terrace { grid-column: 9 / -1; margin-top: 6rem !important; }

.a200-system {
  margin-top: clamp(9rem, 15vw, 16rem);
  padding: clamp(6rem, 11vw, 11rem) clamp(6rem, 9vw, 10rem) clamp(6rem, 11vw, 11rem) clamp(1.5rem, 5vw, 5rem);
  background: var(--a200-ink);
  color: #fff;
}

.a200-system .a200-kicker {
  color: #b9b4af;
}

.a200-system h2 {
  max-width: 12ch;
  margin-top: 1rem;
  font-size: clamp(4rem, 8vw, 8.5rem);
  line-height: 0.82;
}

.a200-system > p {
  max-width: 50ch;
  margin-top: 2rem;
  font-size: clamp(1rem, 1.2vw, 1.25rem);
  line-height: 1.55;
}

.a200-system__line {
  display: flex;
  align-items: center;
  gap: clamp(0.5rem, 1.5vw, 1.5rem);
  margin-top: clamp(5rem, 8vw, 8rem);
  font-size: 0.58rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.a200-system__line i {
  height: 1px;
  flex: 1;
  background: #fff;
}

.a200-credits {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding: clamp(4rem, 7vw, 7rem) clamp(6rem, 9vw, 10rem) clamp(4rem, 7vw, 7rem) clamp(1.5rem, 5vw, 5rem);
  background: var(--a200-ink);
  color: #fff;
}

.a200-credits > div {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 0.55rem;
  padding: 1.3rem;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.a200-credits > div:nth-child(3n) { border-right: 0; }
.a200-credits span,
.a200-credits p { font-size: 0.57rem; letter-spacing: 0.08em; line-height: 1.45; text-transform: uppercase; }
.a200-credits strong { font-size: 0.82rem; line-height: 1.4; }
.a200-credits > div:first-child strong { font-family: var(--project-display-font); font-size: 1.6rem; font-weight: 400; }
.a200-credits > p { grid-column: 1 / -1; max-width: 94ch; margin-top: 2rem; color: #b9b4af; }

@media (max-width: 950px) {
  .a200-altimeter {
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    width: auto;
    flex-direction: row;
    transform: none;
  }

  .a200-altimeter a {
    min-width: 0;
    min-height: 3.7rem;
    flex: 1 1 0;
    border-top: 0;
    border-right: 1px solid rgba(24, 23, 22, 0.25);
  }

  .a200-altimeter a span {
    font-size: 1.1rem;
  }

  .a200-ground,
  .a200-paths,
  .a200-clock,
  .a200-pages,
  .a200-summit,
  .a200-system {
    padding-right: clamp(1.5rem, 5vw, 5rem);
  }

  .a200-continuity__intro,
  .a200-place-field,
  .a200-credits {
    padding-right: clamp(1.5rem, 5vw, 5rem);
  }

  .a200-ground__intro,
  .a200-paths__intro,
  .a200-clock__intro,
  .a200-pages__intro,
  .a200-summit__intro,
  .a200-continuity__intro {
    grid-template-columns: 1fr;
  }

  .a200-ground__intro .a200-kicker,
  .a200-paths__intro .a200-kicker,
  .a200-clock__intro .a200-kicker,
  .a200-pages__intro .a200-kicker,
  .a200-summit__intro .a200-kicker,
  .a200-continuity__intro .a200-kicker {
    grid-column: auto;
  }

  .a200-path-stage {
    grid-template-columns: 7rem minmax(0, 1fr);
  }

  .a200-path-stage__copy {
    grid-column: 1 / -1;
    min-height: 16rem;
    border-top: 1px solid var(--a200-ink);
    border-left: 0;
  }

  .a200-daynight,
  .a200-compass-stage {
    grid-template-columns: 1fr;
  }

  .a200-daynight__copy,
  .a200-compass-stage__copy {
    min-height: 16rem;
    border-top: 1px solid currentColor;
    border-left: 0;
  }

  .a200-compass-stage__controls {
    flex-direction: row;
    border-top: 1px solid var(--a200-ink);
    border-left: 0;
  }

  .a200-compass-stage__controls button {
    border-right: 1px solid var(--a200-ink);
    border-bottom: 0;
  }

  .a200-identity-note {
    grid-template-columns: minmax(14rem, 0.5fr) minmax(17rem, 1fr);
  }

  .a200-credits {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .a200-credits > div,
  .a200-credits > div:nth-child(3n) { border-right: 1px solid rgba(255, 255, 255, 0.2); }
  .a200-credits > div:nth-child(2n) { border-right: 0; }
}

@media (max-width: 620px) {
  .a200 section {
    scroll-margin-top: 5rem;
  }

  .a200-hero {
    min-height: 78svh;
  }

  .a200-hero__image {
    object-position: 64% center;
  }

  .a200-back {
    top: 1rem;
    left: 1rem;
  }

  .a200-hero__coordinate {
    top: 3.3rem;
    right: auto;
    left: 1rem;
  }

  .a200-hero__copy {
    bottom: 5.6rem;
    left: 1rem;
    width: calc(100% - 2rem);
  }

  .a200-hero__copy h1 {
    font-size: clamp(4rem, 19vw, 5.8rem);
  }

  .a200-hero__copy p {
    max-width: 28ch;
    font-size: 0.88rem;
  }

  .a200-hero__compass {
    display: none;
  }

  .a200-hero__foot {
    right: 1rem;
    bottom: 0.8rem;
    left: 1rem;
    grid-template-columns: 1fr 1fr;
  }

  .a200-hero__foot span:nth-child(2) {
    display: none;
  }

  .a200-altimeter {
    overflow-x: auto;
  }

  .a200-altimeter a {
    flex: 0 0 4.7rem;
  }

  .a200-ground,
  .a200-paths,
  .a200-clock,
  .a200-pages,
  .a200-summit,
  .a200-system {
    padding: 4.8rem 1rem;
  }

  .a200-continuity {
    padding-top: 4.8rem;
  }

  .a200-continuity__intro,
  .a200-place-field,
  .a200-credits {
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .a200-ground__intro h2,
  .a200-paths__intro h2,
  .a200-clock__intro h2,
  .a200-pages__intro h2,
  .a200-summit__intro h2,
  .a200-continuity__intro h2,
  .a200-system h2 {
    font-size: clamp(3.4rem, 16vw, 5.2rem);
  }

  .a200-directions {
    grid-template-columns: 1fr;
    gap: 4rem;
  }

  .a200-direction--next {
    margin-top: 0 !important;
  }

  .a200-directions__axis {
    display: none;
  }

  .a200-paths__coverage,
  .a200-clock__board,
  .a200-identity-note {
    grid-template-columns: 1fr;
  }

  .a200-clock__board figure:first-child {
    margin-top: 0 !important;
  }

  .a200-path-stage {
    grid-template-columns: 1fr;
  }

  .a200-path-stage__levels {
    flex-direction: row;
    overflow-x: auto;
    border-right: 0;
    border-bottom: 1px solid var(--a200-ink);
  }

  .a200-path-stage__levels button {
    flex: 0 0 7.5rem;
    border-right: 1px solid var(--a200-ink);
    border-bottom: 0;
  }

  .a200-path-stage__drawing,
  .a200-daynight__image,
  .a200-compass-stage__image {
    min-height: 62vw;
  }

  .a200-path-stage__copy,
  .a200-daynight__copy,
  .a200-compass-stage__copy {
    min-height: 14rem;
  }

  .a200-film-strip {
    display: flex;
    margin-right: -1rem;
    padding-right: 1rem;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
  }

  .a200-film-strip figure {
    flex: 0 0 78vw;
    margin-top: 0 !important;
    scroll-snap-align: start;
  }

  .a200-page-stack {
    display: flex;
    margin-right: -1rem;
    padding-right: 1rem;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
  }

  .a200-page-stack figure,
  .a200-page-stack figure[class] {
    flex: 0 0 84vw;
    margin-top: 0 !important;
    scroll-snap-align: start;
  }

  .a200-identity-note figure {
    justify-self: start;
    width: 76%;
  }

  .a200-summit__cover {
    width: 100%;
  }

  .a200-compass-stage__controls {
    overflow-x: auto;
  }

  .a200-compass-stage__controls button {
    flex: 0 0 7rem;
  }

  .a200-place-field {
    display: flex;
    gap: 1rem;
    margin-right: -1rem;
    padding-right: 1rem;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
  }

  .a200-place-field figure,
  .a200-place-field figure[class] {
    flex: 0 0 80vw;
    margin-top: 0 !important;
    scroll-snap-align: start;
  }

  .a200-system__line {
    align-items: flex-start;
    flex-direction: column;
  }

  .a200-system__line i {
    width: 1px;
    height: 1.4rem;
    flex: none;
    margin-left: 0.5rem;
  }

  .a200-credits {
    grid-template-columns: 1fr;
    padding-top: 4rem;
    padding-bottom: 6rem;
  }

  .a200-credits > div,
  .a200-credits > div:nth-child(2n),
  .a200-credits > div:nth-child(3n) {
    border-right: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .a200-path-stage img,
  .a200-daynight img,
  .a200-compass-stage img {
    transition: none;
  }
}

/* WNY display frame — titles scale from the column that owns them, not the viewport. */
.wny-display-frame {
  min-width: 0;
  max-width: 100%;
  container-type: inline-size;
}

.wny-display-frame > .wny-display-title {
  width: 100%;
  max-width: 100%;
  font-size: clamp(2.2rem, 18.5cqi, 5rem);
  line-height: 0.9;
  overflow-wrap: break-word;
  text-wrap: balance;
}
