* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 90px;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font: 15px/1.7 var(--font);
}
button,
a {
  -webkit-tap-highlight-color: transparent;
}
button,
input {
  font: inherit;
}
button,
a {
  touch-action: manipulation;
}
button {
  cursor: pointer;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  color: inherit;
}
button:disabled {
  cursor: wait;
}
a:focus-visible,
button:focus-visible,
[tabindex]:focus-visible {
  outline: 3px solid var(--blue);
  outline-offset: 5px;
}
a,
button {
  transition:
    background 0.2s,
    color 0.2s,
    transform 0.25s var(--ease);
}
a:hover {
  color: var(--blue);
}
button:hover {
  filter: brightness(0.97);
}
::selection {
  background: var(--yellow);
}
[hidden] {
  display: none !important;
}
.skip-link {
  position: fixed;
  top: -80px;
  left: 20px;
  background: var(--yellow);
  padding: 12px;
  z-index: 100;
}
.skip-link:focus {
  top: 12px;
}
.topbar {
  height: 102px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 4.5vw;
  position: relative;
  z-index: 5;
}
.brand {
  display: flex;
  align-items: center;
  gap: 18px;
}
.brand-mark {
  width: 63px;
  height: 61px;
  background: var(--blue);
  color: var(--yellow);
  font-size: 26px;
  font-weight: 950;
  font-style: italic;
  letter-spacing: -2px;
  text-align: center;
  line-height: 1.5;
  padding-top: 3px;
  transform: rotate(-4deg);
  border-radius: 2px;
}
.brand-mark span {
  font: 9px/1 var(--mono);
  display: block;
  letter-spacing: 1px;
}
.brand-name {
  font-size: 18px;
  font-weight: 750;
  letter-spacing: 1px;
}
.brand-name small {
  display: block;
  font: 8px/2 var(--mono);
  letter-spacing: 1.3px;
  font-weight: 500;
  margin-top: 4px;
}
.topbar nav {
  display: flex;
  align-items: center;
  gap: 33px;
  font-size: 13px;
}
.topbar nav a span {
  margin-left: 9px;
}
.mode-button {
  width: 36px;
  height: 36px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: none;
  font-size: 24px;
  line-height: 1;
}
.experience {
  position: relative;
  min-height: 610px;
  height: calc(100svh - 102px);
  max-height: 1000px;
  overflow: hidden;
}
.hero-copy {
  position: relative;
  z-index: 2;
  pointer-events: none;
  margin: 8vh 0 0 6.2vw;
  width: 480px;
}
.hero-copy > * {
  pointer-events: auto;
}
.eyebrow {
  font: 10px/1.7 var(--mono);
  letter-spacing: 1.8px;
  font-weight: 500;
}
.status-dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #708b51;
  border-radius: 50%;
  margin-right: 8px;
  vertical-align: middle;
}
.hero-copy h1 {
  font-size: clamp(38px, 4.3vw, 72px);
  line-height: 1.45;
  font-weight: 800;
  letter-spacing: -3px;
  margin: 25px 0 20px;
}
.blue-word {
  color: var(--blue);
  position: relative;
  white-space: nowrap;
}
.blue-word svg {
  position: absolute;
  bottom: -14px;
  left: 0;
  width: 100%;
  height: 20px;
  fill: none;
  stroke: var(--yellow);
  stroke-width: 6;
  z-index: -1;
  stroke-linecap: round;
}
.hero-description {
  font-size: 15px;
  color: var(--muted);
  line-height: 2;
  margin-top: 24px;
}
.primary-button {
  margin-top: 22px;
  border: 0;
  background: var(--blue);
  color: white;
  min-width: 157px;
  padding: 14px 22px;
  font-weight: 600;
  border-radius: 3px;
  display: flex;
  gap: 35px;
  align-items: center;
  box-shadow: 0 4px 0 #0c3694;
}
.primary-button:hover {
  transform: translateY(-3px);
}
.text-link {
  display: block;
  margin-top: 24px;
  font-size: 11px;
  color: var(--muted);
  width: max-content;
}
.scene-wrap {
  position: absolute;
  left: 29%;
  top: -5%;
  width: 74%;
  height: 100%;
  min-height: 580px;
}
.scene-wrap canvas {
  display: block;
  width: 100%;
  height: 100%;
  touch-action: pan-y;
}
.scene-wrap canvas[data-hit] {
  cursor: pointer;
}
#scene {
  position: absolute;
  inset: 0;
}
.scene-caption {
  position: absolute;
  bottom: 20%;
  left: 43%;
  font-size: 10px;
  color: var(--muted);
  letter-spacing: 2px;
  transform: rotate(-5deg);
  pointer-events: none;
}
.scene-tools {
  position: absolute;
  bottom: 10%;
  left: 35%;
  display: flex;
  align-items: center;
  gap: 15px;
  color: var(--muted);
  font-size: 10px;
}
.scene-tools button {
  border: 1px solid var(--line);
  background: transparent;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  font-size: 18px;
}
.scene-hotspots button {
  position: absolute;
  white-space: nowrap;
  padding: 7px 11px 7px 7px;
  background: rgba(255, 254, 249, 0.92);
  border: 1px solid rgba(100, 111, 87, 0.2);
  border-radius: 30px;
  font-size: 10px;
  box-shadow: 0 3px 12px #26301b09;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  gap: 8px;
}
.scene-hotspots button:hover {
  background: var(--yellow);
  color: #242a25;
}
.scene-hotspots i {
  font: 9px var(--mono);
  font-style: normal;
  color: var(--blue);
  border: 1px solid #164dce33;
  border-radius: 50%;
  width: 23px;
  height: 23px;
  display: grid;
  place-items: center;
}
.hero-bottom {
  position: absolute;
  bottom: 0;
  left: 4.5%;
  right: 4.5%;
  border-top: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px 0;
  font-size: 10px;
  letter-spacing: 1px;
}
.hero-bottom a span {
  margin-left: 40px;
}
.edition {
  font: 9px var(--mono);
  color: var(--muted);
}
.scene-fallback {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.scene-fallback img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.small-button {
  background: var(--white);
  border: 1px solid var(--line);
  padding: 8px 16px;
  border-radius: 24px;
  font-size: 11px;
}
.scene-fallback .small-button {
  position: absolute;
  bottom: 16%;
}
.neighborhood {
  padding: 90px 6.2vw;
  background: var(--white);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 55px;
}
.section-heading h2,
.story-copy h2,
.partner-section h2 {
  font-size: clamp(30px, 3.4vw, 48px);
  line-height: 1.45;
  letter-spacing: -1px;
  margin: 22px 0;
}
.section-heading > p:last-child {
  color: var(--muted);
  font-size: 14px;
}
.neighborhood-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-content: center;
  gap: 30px;
}
.neighborhood-stats strong {
  font: 64px/1 var(--mono);
  letter-spacing: -5px;
  font-weight: 400;
  color: var(--blue);
}
.neighborhood-stats strong span {
  font: 13px var(--font);
  letter-spacing: 0;
  margin-left: 10px;
}
.neighborhood-stats p {
  color: var(--muted);
  font-size: 12px;
}
.store-directory {
  grid-column: 1/-1;
  border-top: 1px solid var(--line);
  padding: 18px 0;
  font-size: 13px;
  display: flex;
  justify-content: space-between;
}
.store-strip {
  grid-column: 1/-1;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.store-strip a {
  padding: 27px 19px;
  position: relative;
  border-right: 1px solid var(--line);
}
.store-strip a:first-child {
  padding-left: 0;
}
.store-strip a:last-child {
  border: 0;
}
.store-strip a:hover {
  background: var(--paper);
}
.store-strip span {
  font: 9px var(--mono);
  color: var(--muted);
}
.store-strip h3 {
  font-size: 18px;
  margin: 20px 0 5px;
}
.store-strip p {
  font-size: 10px;
  color: var(--muted);
  margin: 0;
}
.store-strip b {
  position: absolute;
  right: 15px;
  top: 25px;
  font-weight: 400;
}
.story-section {
  padding: 100px 9vw;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10vw;
  align-items: center;
}
.windy-portrait {
  position: relative;
  min-height: 420px;
  background: #e8e8d9;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.windy-portrait img {
  width: 80%;
  height: auto;
  mix-blend-mode: multiply;
}
.portrait-label {
  position: absolute;
  top: 33px;
  font: 9px var(--mono);
  letter-spacing: 2px;
}
.windy-sign {
  position: absolute;
  bottom: 25px;
  right: 15px;
  transform: rotate(-8deg);
  font: italic 23px Georgia;
  color: var(--blue);
}
.story-copy > p:not(.eyebrow) {
  font-size: 14px;
  color: var(--muted);
  line-height: 2;
  max-width: 410px;
}
.text-button {
  padding: 14px 0;
  background: none;
  border: 0;
  border-bottom: 1px solid var(--ink);
  font-size: 12px;
  margin-top: 15px;
  display: flex;
  gap: 60px;
}
.partner-section {
  background: var(--blue);
  color: var(--on-blue);
  padding: 80px 6.2vw;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px 70px;
}
.partner-section > .eyebrow {
  grid-column: 1/-1;
  color: #b9caff;
}
.partner-section h2 {
  margin: 0;
}
.partner-links {
  display: grid;
  gap: 0;
}
.partner-links > a,
.partner-links > button {
  background: transparent;
  text-align: left;
  color: var(--on-blue);
  border: 0;
  border-bottom: 1px solid #ffffff45;
  position: relative;
  padding: 8px 0 25px;
}
.partner-links > button {
  padding-top: 25px;
}
.partner-links span {
  display: block;
  font-size: 10px;
  opacity: 0.7;
}
.partner-links strong {
  font-size: 23px;
  display: block;
  margin: 8px 0;
}
.partner-links b {
  position: absolute;
  right: 0;
  top: 30px;
  font-size: 22px;
  color: var(--yellow);
  font-weight: 400;
}
.partner-links p {
  font-size: 12px;
  opacity: 0.75;
}
.partner-links a:hover,
.partner-links button:hover {
  color: var(--yellow);
}
footer {
  padding: 50px 6.2vw 25px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 20px;
}
.footer-brand {
  font-size: 28px;
  font-weight: 900;
  color: var(--blue);
}
.footer-brand span {
  font: 12px var(--mono);
  margin-left: 8px;
}
.footer-brand + p {
  font-size: 12px;
  color: var(--muted);
  padding-left: 20px;
}
footer nav {
  display: flex;
  gap: 20px;
  font-size: 12px;
}
footer small {
  grid-column: 1/-1;
  border-top: 1px solid var(--line);
  padding-top: 20px;
  font-size: 9px;
  color: var(--muted);
}
footer small a {
  margin-left: 18px;
}
.noscript-note {
  text-align: center;
  padding: 20px;
}
body.night {
  --paper: #252e35;
  --white: #303c43;
  --ink: #eee9dc;
  --muted: #aebcb9;
  --line: #4b5a5f;
}
.night .scene-hotspots button {
  color: #242a25;
}
.night .brand-mark {
  background: var(--yellow);
  color: #164dce;
}
.night .windy-portrait {
  background: #a0aaa0;
}
.night .neighborhood-stats strong,
.night .blue-word,
.night .footer-brand {
  color: #8facff;
}
/* The desktop is a real, keyboard-accessible document surface. */
dialog {
  padding: 0;
  border: 1px solid #2c3c39;
  border-radius: 12px;
  width: min(940px, 92vw);
  max-height: 88svh;
  background: #f5f3e9;
  color: #242a25;
  box-shadow: 0 30px 100px #101b3655;
  overflow: hidden;
}
dialog::backdrop {
  background: #1a293050;
  backdrop-filter: blur(9px);
}
dialog[open] {
  animation: window-in 0.3s var(--ease);
}
@keyframes window-in {
  from {
    opacity: 0;
    transform: translateY(20px) scale(0.97);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.os-titlebar {
  height: 48px;
  background: #e6e7dc;
  border-bottom: 1px solid #d0d4c9;
  display: flex;
  align-items: center;
  padding: 0 18px;
  gap: 10px;
  font: 11px var(--mono);
}
.os-dot {
  width: 8px;
  height: 8px;
  background: var(--blue);
  border-radius: 50%;
}
.os-titlebar button {
  margin-left: auto;
  border: 1px solid #bfc5b8;
  background: #f5f3e9;
  width: 28px;
  height: 28px;
  border-radius: 5px;
  font-size: 20px;
  line-height: 1;
}
.os-layout {
  display: grid;
  grid-template-columns: 150px 1fr;
  height: min(570px, 70svh);
}
.os-sidebar {
  padding: 25px 10px;
  background: #eeeee3;
  border-right: 1px solid #d0d4c9;
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.os-sidebar button {
  background: none;
  border: 0;
  text-align: left;
  font-size: 12px;
  padding: 11px 10px;
  border-radius: 5px;
  color: #596355;
}
.os-sidebar button span {
  font-size: 18px;
  margin-right: 13px;
}
.os-sidebar button[aria-current="page"] {
  background: #164dce;
  color: #fff;
}
.os-content {
  padding: 35px;
  overflow-y: auto;
  overscroll-behavior: contain;
}
.os-content .eyebrow {
  color: #6f786b;
}
.os-content h2 {
  font-size: 32px;
  line-height: 1.4;
  margin: 15px 0;
  letter-spacing: -1px;
}
.os-content p {
  color: #6b7369;
  font-size: 13px;
  line-height: 1.9;
}
.desktop-welcome {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  align-items: center;
}
.desktop-welcome img {
  width: 100px;
  height: 100px;
  object-fit: contain;
  mix-blend-mode: multiply;
}
.app-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 30px;
}
.app-grid button {
  border: 1px solid #d7dbce;
  border-radius: 7px;
  background: #fffef9;
  text-align: left;
  padding: 20px;
  font-size: 14px;
  position: relative;
}
.app-grid button b {
  display: block;
  font-size: 25px;
  font-weight: 400;
  color: #164dce;
  margin-bottom: 14px;
}
.app-grid button span {
  display: block;
  color: #7a8075;
  font-size: 10px;
  margin-top: 5px;
}
.app-grid button:hover {
  border-color: #164dce;
  background: #edf0e7;
}
.os-taskbar {
  border-top: 1px solid #d0d4c9;
  background: #e6e7dc;
  display: flex;
  justify-content: space-between;
  font-size: 9px;
  padding: 10px 15px;
}
.os-store-list {
  display: grid;
  gap: 8px;
  margin-top: 20px;
}
.os-store-list a {
  display: grid;
  grid-template-columns: 27px 1fr 20px;
  gap: 10px;
  align-items: center;
  padding: 15px 12px;
  background: #fffef9;
  border: 1px solid #d7dbce;
  border-radius: 5px;
}
.os-store-list a > span {
  font: 10px var(--mono);
  color: #6b7369;
}
.os-store-list h3 {
  margin: 0;
  font-size: 15px;
}
.os-store-list p {
  margin: 4px 0 0;
  font-size: 11px;
  line-height: 1.6;
}
.os-store-list b {
  font-weight: 400;
}
.os-link {
  display: inline-flex;
  gap: 30px;
  background: #164dce;
  color: #fff;
  padding: 12px 20px;
  border-radius: 4px;
  margin-top: 20px;
  font-size: 12px;
}
.os-link:hover {
  background: #0c3694;
  color: #fff;
}
.os-note {
  padding: 15px;
  border-left: 3px solid #e5c033;
  background: #ebe9db;
  margin-top: 25px;
  font-size: 12px;
  color: #656d60;
}
.os-content ul {
  padding-left: 20px;
  font-size: 13px;
  line-height: 2.2;
  color: #626d60;
}
.os-content .chapter {
  font: 50px var(--mono);
  color: #164dce;
  margin: 20px 0;
}
.os-content .inline-link {
  text-decoration: underline;
  color: #164dce;
}
@media (min-width: 1600px) {
  .scene-wrap {
    left: 32%;
    width: 67%;
  }
  .hero-copy {
    margin-top: 12vh;
  }
}
@media (max-width: 1000px) {
  .brand-name small {
    display: none;
  }
  .hero-copy {
    width: 350px;
    margin-top: 8vh;
  }
  .hero-copy h1 {
    font-size: 44px;
  }
  .scene-wrap {
    left: 28%;
    width: 83%;
    top: 3%;
  }
  .hero-bottom .edition {
    display: none;
  }
  .scene-caption {
    left: 38%;
  }
  .neighborhood {
    gap: 30px;
  }
  .store-strip {
    grid-template-columns: repeat(3, 1fr);
  }
  .store-strip a:nth-child(3) {
    border-right: 0;
  }
  .store-strip a:nth-child(n + 4) {
    border-top: 1px solid var(--line);
  }
  .store-strip a:first-child {
    padding-left: 19px;
  }
  .story-section {
    gap: 6vw;
    padding: 70px 6vw;
  }
  .windy-portrait {
    min-height: 350px;
  }
}
@media (max-width: 680px) {
  .topbar {
    height: 82px;
    padding: 0 22px;
  }
  .brand {
    gap: 10px;
  }
  .brand-mark {
    width: 48px;
    height: 48px;
    font-size: 21px;
  }
  .brand-mark span {
    font-size: 7px;
  }
  .brand-name {
    font-size: 13px;
    letter-spacing: 0;
  }
  .topbar nav {
    gap: 15px;
    font-size: 11px;
  }
  .topbar nav a:nth-child(2) {
    display: none;
  }
  .mode-button {
    width: 30px;
    height: 30px;
    font-size: 20px;
  }
  .experience {
    min-height: 810px;
    height: auto;
    max-height: none;
    display: flex;
    flex-direction: column;
  }
  .hero-copy {
    margin: 32px 25px 0;
    width: calc(100% - 50px);
    pointer-events: auto;
  }
  .eyebrow {
    font-size: 8px;
    letter-spacing: 1.3px;
  }
  .hero-copy h1 {
    font-size: 42px;
    line-height: 1.35;
    letter-spacing: -2px;
    margin: 19px 0;
  }
  .hero-description {
    font-size: 12px;
    line-height: 1.8;
    margin-top: 22px;
  }
  .primary-button {
    margin-top: 18px;
    padding: 12px 18px;
    font-size: 12px;
    min-width: 142px;
    box-shadow: 0 3px 0 #0c3694;
  }
  .text-link {
    position: absolute;
    left: 162px;
    bottom: 12px;
    font-size: 9px;
    margin: 0;
  }
  .scene-wrap {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 400px;
    min-height: 400px;
    margin-top: -4px;
  }
  .scene-caption {
    bottom: 10%;
    left: 25%;
    font-size: 8px;
    letter-spacing: 1px;
  }
  .scene-tools {
    bottom: 0;
    left: 25%;
    font-size: 9px;
  }
  .scene-hotspots button {
    padding: 4px 8px 4px 4px;
    font-size: 9px;
    gap: 5px;
  }
  .scene-hotspots i {
    width: 19px;
    height: 19px;
    font-size: 8px;
  }
  .scene-fallback .small-button {
    bottom: 13%;
  }
  .hero-bottom {
    position: relative;
    left: auto;
    right: auto;
    margin: 25px 22px 0;
    padding: 19px 0;
    font-size: 8px;
  }
  .hero-bottom a span {
    margin-left: 18px;
  }
  .neighborhood {
    padding: 55px 25px;
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .section-heading h2,
  .story-copy h2,
  .partner-section h2 {
    font-size: 33px;
  }
  .section-heading > p:last-child {
    font-size: 12px;
  }
  .neighborhood-stats {
    gap: 15px;
  }
  .neighborhood-stats strong {
    font-size: 47px;
    letter-spacing: -3px;
  }
  .neighborhood-stats p {
    font-size: 10px;
  }
  .store-strip {
    grid-template-columns: 1fr;
  }
  .store-strip a,
  .store-strip a:first-child {
    border-right: 0;
    border-bottom: 1px solid var(--line);
    padding: 18px 0;
    display: grid;
    grid-template-columns: 110px 1fr;
    gap: 5px 8px;
    align-items: center;
  }
  .store-strip a:nth-child(n + 4) {
    border-top: 0;
  }
  .store-strip h3 {
    margin: 0;
    font-size: 16px;
    grid-column: 2;
    grid-row: 1;
  }
  .store-strip p {
    grid-column: 2;
  }
  .store-strip b {
    right: 3px;
    top: 18px;
  }
  .store-strip span {
    font-size: 8px;
  }
  .story-section {
    padding: 55px 25px;
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .windy-portrait {
    min-height: 300px;
    max-width: 350px;
    width: 100%;
    margin: auto;
  }
  .windy-portrait img {
    width: 66%;
  }
  .story-copy > p:not(.eyebrow) {
    font-size: 12px;
  }
  .partner-section {
    padding: 50px 25px;
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .partner-links strong {
    font-size: 20px;
  }
  footer {
    padding: 35px 25px 22px;
    grid-template-columns: 1fr;
  }
  footer .footer-brand + p {
    padding: 0;
    margin: 0;
  }
  footer small {
    line-height: 2;
  }
  footer small a {
    display: block;
    margin: 0;
  }
  .os-layout {
    grid-template-columns: 1fr;
    height: 70svh;
    grid-template-rows: auto 1fr;
  }
  .os-sidebar {
    flex-direction: row;
    padding: 8px;
    border-right: 0;
    border-bottom: 1px solid #d0d4c9;
    gap: 2px;
    justify-content: space-between;
  }
  .os-sidebar button {
    padding: 8px 7px;
    font-size: 10px;
    text-align: center;
  }
  .os-sidebar button span {
    display: block;
    font-size: 16px;
    margin: 0 0 3px;
  }
  .os-content {
    padding: 23px 18px;
  }
  .os-content h2 {
    font-size: 26px;
  }
  .desktop-welcome img {
    width: 70px;
    height: 70px;
  }
  .app-grid {
    gap: 8px;
    margin-top: 18px;
  }
  .app-grid button {
    padding: 14px;
    font-size: 12px;
  }
  .app-grid button b {
    font-size: 22px;
  }
  .os-taskbar {
    font-size: 8px;
    padding: 8px;
  }
  .os-taskbar > span:last-child {
    display: none;
  }
  .os-titlebar {
    padding: 0 12px;
  }
  .os-store-list a {
    padding: 12px 8px;
    grid-template-columns: 20px 1fr 12px;
  }
  .os-store-list h3 {
    font-size: 13px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }
}

@media (min-width: 681px) and (max-width: 1000px) {
  .experience {
    height: auto;
    min-height: 0;
    max-height: none;
  }
  .hero-copy {
    margin: 40px 6.2vw 0;
    width: 80%;
  }
  .scene-wrap {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 500px;
    min-height: 500px;
    margin-top: -30px;
  }
  .scene-caption {
    bottom: 12%;
    left: 38%;
  }
  .scene-tools {
    bottom: 3%;
    left: 38%;
  }
  .hero-bottom {
    position: relative;
    left: auto;
    right: auto;
    margin: 16px 4.5vw 0;
  }
}

.windy-portrait {
  overflow: hidden;
  background: #164acb;
}
.windy-portrait video {
  display: block;
  width: 100%;
  aspect-ratio: 3/4;
  object-fit: contain;
}
.windy-portrait .portrait-label {
  color: #e5ecff;
  z-index: 1;
}
.windy-portrait .windy-sign {
  color: #f5d543;
  z-index: 1;
  bottom: 22px;
  font-size: 20px;
}
.windy-toggle {
  position: absolute;
  bottom: 24px;
  left: 20px;
  z-index: 2;
  background: #fffef9;
  color: #164dce;
  border: 0;
  border-radius: 22px;
  padding: 9px 13px;
  font-size: 10px;
}
.windy-toggle:focus-visible {
  outline-color: #f5d543;
}
@media (max-width: 680px) {
  .windy-portrait .windy-sign {
    font-size: 16px;
    bottom: 30px;
  }
  .windy-toggle {
    left: 14px;
    font-size: 9px;
  }
}

/* The digital view keeps the real store visible beneath its information layer. */
.digital-switch {
  display: flex;
  align-items: center;
  gap: 12px;
  border: 1px solid var(--blue);
  color: var(--blue);
  background: transparent;
  padding: 10px 14px;
  margin: 0 0 20px;
  border-radius: 30px;
  font-size: 13px;
  font-weight: 600;
}
.switch-track {
  width: 32px;
  height: 18px;
  background: var(--line);
  border-radius: 12px;
  padding: 3px;
  display: block;
}
.switch-track i {
  display: block;
  width: 12px;
  height: 12px;
  background: var(--white);
  border-radius: 50%;
  transition: transform 0.4s var(--ease);
}
.digital .switch-track {
  background: var(--blue);
}
.digital .switch-track i {
  transform: translateX(14px);
}
.digital-readout,
.digital-tags {
  position: absolute;
  z-index: 3;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.5s;
  font: 11px var(--mono);
  color: var(--blue);
}
.digital-readout {
  top: 8%;
  left: 8%;
  right: 8%;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid currentColor;
  padding-top: 10px;
  letter-spacing: 1px;
}
.digital-tags {
  left: 4%;
  bottom: 16%;
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.digital-tags span {
  padding: 7px 10px;
  border-left: 2px solid var(--blue);
  background: var(--paper);
}
.digital .digital-readout,
.digital .digital-tags {
  opacity: 1;
}
.digital .scene-wrap {
  background: radial-gradient(ellipse at 50% 55%, #d8e7fb88, transparent 68%);
}
.digital .scene-fallback img {
  filter: grayscale(0.7) contrast(1.05);
  opacity: 0.55;
}
.digital-exhibit-link {
  display: none;
  position: absolute;
  bottom: 5%;
  left: 8%;
  right: 8%;
  z-index: 5;
  text-align: center;
  font-size: 12px;
  color: var(--blue);
  padding: 8px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 20px;
}
.digital .digital-exhibit-link {
  display: block;
}
.digital .scene-tools,
.digital .scene-caption {
  visibility: hidden;
}
input:focus-visible {
  outline: 3px solid var(--blue);
  outline-offset: 5px;
}
.night .digital-switch,
.night .digital-readout,
.night .digital-tags,
.night .digital-exhibit-link,
.night .exhibit-kicker {
  color: #a3beff;
  border-color: #8facff;
}
.night .digital-tags span {
  border-color: #8facff;
}
.night .switch-track i {
  background: #fffef9;
}

/* The architecture is an exhibit within the same warm neighborhood, not a second site. */
.os-exhibit {
  --exhibit-ink: var(--ink);
  --exhibit-muted: var(--muted);
  --exhibit-line: var(--line);
  padding: 54px var(--page-gutter) 38px;
  background: var(--paper);
  color: var(--ink);
  border-bottom: 1px solid var(--line);
}
.exhibit-intro {
  max-width: var(--content-width);
  margin: 0 auto 30px;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 32px;
  align-items: end;
}
.exhibit-kicker {
  font: 11px/1.6 var(--mono);
  letter-spacing: 1.4px;
  color: var(--muted);
  margin: 0 0 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.exhibit-kicker span {
  width: 6px;
  height: 6px;
  display: inline-block;
  background: var(--blue);
}
.exhibit-intro h2 {
  font-size: clamp(34px, 3.7vw, 52px);
  font-weight: 650;
  line-height: 1.25;
  letter-spacing: -1.8px;
  margin: 0;
}
.exhibit-intro h2 > span {
  color: var(--blue);
}
.exhibit-manifesto {
  justify-self: end;
  max-width: 370px;
  font-size: 14px;
  color: var(--muted);
}
.exhibit-manifesto p {
  margin: 8px 0 0;
}
.exhibit-manifesto p:first-child {
  color: var(--ink);
}
.exhibit-theater {
  position: relative;
  max-width: var(--content-width);
  width: 100%;
  aspect-ratio: 16/7.6;
  margin: auto;
  background: #122536;
  border-radius: 8px;
  isolation: isolate;
  overflow: hidden;
  color: #fffef9;
}
.exhibit-artworks {
  position: absolute;
  inset: 0;
  z-index: -2;
}
.exhibit-art,
.exhibit-film {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  object-fit: cover;
  object-position: center;
}
.exhibit-art {
  opacity: 0;
  transform: scale(1.015);
  transition:
    opacity 0.6s ease,
    transform 1.2s var(--ease);
}
.exhibit-art.active {
  opacity: 1;
  transform: scale(1);
}
.exhibit-theater:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    #101b3220,
    transparent 30%,
    transparent 60%,
    #101b32d9
  );
  pointer-events: none;
  z-index: -1;
}
.exhibit-corner {
  position: absolute;
  top: 22px;
  left: 28px;
  right: 28px;
  display: flex;
  justify-content: space-between;
  font: 11px/1.5 var(--font);
  color: #eef0ed;
}
.exhibit-side-label {
  display: none;
}
.exhibit-overlay {
  position: absolute;
  bottom: 28px;
  left: 28px;
  right: 28px;
  display: flex;
  align-items: end;
  gap: 22px;
}
.exhibit-view-number {
  font: italic 66px/0.8 var(--mono);
  letter-spacing: -5px;
  color: var(--yellow);
}
.exhibit-overlay p {
  font: 9px/1.5 var(--mono);
  letter-spacing: 1.5px;
  margin: 0 0 7px;
  color: #e6e9ed;
}
.exhibit-overlay strong {
  font: 550 clamp(17px, 1.8vw, 25px) / 1.4 var(--font);
}
.exhibit-cross {
  margin-left: auto;
  font-size: 26px;
  color: var(--yellow);
}
#exhibit-media-status {
  padding: 20px;
  position: absolute;
  top: 35%;
  width: 100%;
  text-align: center;
}
.exhibit-tabs {
  max-width: var(--content-width);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-bottom: 1px solid var(--line);
}
.exhibit-tabs button {
  display: flex;
  flex-direction: column;
  gap: 6px;
  text-align: left;
  background: transparent;
  color: var(--muted);
  border: 0;
  border-bottom: 3px solid transparent;
  padding: 20px 22px 18px;
  position: relative;
}
.exhibit-tabs button + button {
  border-left: 1px solid var(--line);
}
.exhibit-tabs button > span {
  font: 10px/1.4 var(--mono);
  letter-spacing: 1px;
}
.exhibit-tabs b {
  font-size: 19px;
  font-weight: 650;
  color: var(--ink);
}
.exhibit-tabs i {
  font-style: normal;
  font-size: 12px;
}
.exhibit-tabs button[aria-selected="true"] {
  border-bottom-color: var(--blue);
  background: #164dce07;
  color: var(--blue);
}
.exhibit-tabs button[aria-selected="true"] b {
  color: var(--blue);
}
.exhibit-tabs button[aria-selected="true"]:after {
  content: "↗";
  position: absolute;
  right: 22px;
  top: 42px;
  font-size: 21px;
  color: var(--blue);
}
.exhibit-tabs button:hover {
  background: #164dce0b;
}
.os-exhibit :focus-visible {
  outline: 3px solid var(--blue);
  outline-offset: -3px;
}
.exhibit-panel {
  max-width: var(--content-width);
  margin: 0 auto;
  padding: 24px 0;
}
.exhibit-panel h3 {
  font-size: 21px;
  line-height: 1.5;
  font-weight: 600;
  margin: 0 0 8px;
}
.exhibit-panel p {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.9;
  max-width: 900px;
  margin: 0;
}
.system-blueprint {
  max-width: var(--content-width);
  margin: 0 auto;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.system-blueprint summary {
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 17px 0;
  font-size: 13px;
}
.system-blueprint summary::-webkit-details-marker {
  display: none;
}
.system-blueprint summary > span:last-child {
  font-size: 12px;
  color: var(--muted);
}
.system-blueprint summary i {
  font: 18px var(--mono);
  display: inline-block;
  margin-left: 18px;
  transition: transform 0.25s;
}
.system-blueprint[open] summary i {
  transform: rotate(45deg);
}
#exhibit-principles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  padding: 16px 0 24px;
}
#exhibit-principles div {
  border-top: 1px solid var(--line);
  padding-top: 12px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
#exhibit-principles b {
  font-size: 14px;
  font-weight: 600;
}
#exhibit-principles span {
  font-size: 12px;
  color: var(--muted);
  line-height: 1.8;
}
.blueprint-layers {
  padding: 0 0 20px;
}
.blueprint-layers > div {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 3px 20px;
  padding: 18px 0;
  border-top: 1px solid var(--line);
}
.blueprint-layers > div > span {
  grid-row: span 2;
  font: 12px/1.6 var(--font);
  color: var(--blue);
  padding-top: 4px;
}
.blueprint-layers p {
  margin: 0;
  font-size: 15px;
}
.blueprint-layers small {
  color: var(--muted);
  font-size: 12px;
}
.exhibit-footnote {
  max-width: var(--content-width);
  margin: 18px auto 0;
  display: flex;
  justify-content: space-between;
  gap: 18px;
  font-size: 11px;
  color: var(--muted);
}
.exhibit-footnote button {
  border: 0;
  background: none;
  color: var(--ink);
  font-size: 12px;
  padding: 0;
}
.night .exhibit-intro h2 > span,
.night .exhibit-tabs button[aria-selected="true"] b,
.night .exhibit-tabs button[aria-selected="true"],
.night .blueprint-layers > div > span {
  color: #aac0ff;
}
@media (max-width: 900px) {
  .exhibit-intro {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .exhibit-manifesto {
    justify-self: start;
    max-width: none;
  }
  .exhibit-theater {
    aspect-ratio: 16/9;
  }
}
@media (max-width: 600px) {
  .os-exhibit {
    padding-top: 32px;
    padding-bottom: 28px;
  }
  .exhibit-intro {
    margin-bottom: 22px;
    gap: 12px;
  }
  .exhibit-kicker {
    font-size: 9px;
    letter-spacing: 0.7px;
    margin-bottom: 14px;
  }
  .exhibit-intro h2 {
    font-size: 34px;
    letter-spacing: -1.2px;
  }
  .exhibit-manifesto {
    font-size: 12px;
  }
  .exhibit-manifesto p {
    margin-top: 5px;
  }
  .exhibit-theater {
    aspect-ratio: 16/11;
    border-radius: 6px;
  }
  .exhibit-art,
  .exhibit-film {
    object-position: 62% center;
  }
  .exhibit-corner {
    top: 13px;
    left: 14px;
    right: 14px;
    font-size: 10px;
  }
  .exhibit-overlay {
    bottom: 17px;
    left: 14px;
    right: 14px;
    gap: 13px;
    align-items: center;
  }
  .exhibit-view-number {
    font-size: 37px;
    letter-spacing: -3px;
  }
  .exhibit-overlay p {
    display: none;
  }
  .exhibit-overlay strong {
    font-size: 14px;
  }
  .exhibit-cross {
    display: none;
  }
  .exhibit-tabs button {
    padding: 15px 8px 13px;
    gap: 5px;
  }
  .exhibit-tabs button > span {
    font-size: 9px;
    letter-spacing: 0;
    min-height: 26px;
  }
  .exhibit-tabs b {
    font-size: 15px;
  }
  .exhibit-tabs i {
    display: none;
  }
  .exhibit-tabs button[aria-selected="true"]:after {
    display: none;
  }
  .exhibit-panel {
    padding: 20px 0;
  }
  .exhibit-panel h3 {
    font-size: 18px;
  }
  .exhibit-panel p {
    font-size: 13px;
    line-height: 1.85;
  }
  .system-blueprint summary {
    font-size: 12px;
    gap: 10px;
  }
  .system-blueprint summary > span:last-child {
    font-size: 11px;
    white-space: nowrap;
  }
  .system-blueprint summary i {
    margin-left: 5px;
  }
  #exhibit-principles {
    gap: 14px;
  }
  #exhibit-principles span {
    font-size: 11px;
  }
  .blueprint-layers > div {
    grid-template-columns: 1fr;
    gap: 6px;
  }
  .blueprint-layers > div > span {
    grid-row: auto;
  }
  .blueprint-layers p {
    font-size: 13px;
  }
  .exhibit-footnote {
    flex-direction: column;
    align-items: start;
    gap: 8px;
    font-size: 10px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .exhibit-art {
    transition: none;
    transform: none;
  }
  .system-blueprint summary i {
    transition: none;
  }
}

/* One miniature material language across scene, exhibit and character. */
.windy-portrait {
  width: 100%;
  max-width: 420px;
  min-height: 0;
  justify-self: center;
}
.windy-portrait .portrait-label {
  top: 15px;
  right: 16px;
  font: 10px/1.5 var(--font);
  letter-spacing: 1px;
}
.windy-portrait .windy-sign {
  font-size: 18px;
  bottom: 16px;
  right: 16px;
  transform: none;
}
.scene-fallback img {
  mix-blend-mode: normal;
}
.night .scene-fallback img {
  mix-blend-mode: normal;
  border-radius: 12px;
}
@media (max-width: 600px) {
  .windy-portrait {
    max-width: 320px;
  }
  .story-section {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}
