/* ZONE 01:23 - self-hosted, progressively enhanced landing page. */
@font-face {
  font-family: Zone Display;
  src: url(/assets/fonts/blackopsone.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Zone Mono;
  src: url(/assets/fonts/sharetechmono.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
:root {
  color-scheme: dark;
  --bg:#101314;
  --panel:#171a1b;
  --text:#eeeae2;
  --body:#b8bbb6;
  --muted:#8e9692;
  --accent:#e0b77c;
  --line:#373d3c;
  --mono:Zone Mono,Consolas,monospace;
  --sans:Arial,Helvetica,sans-serif;
  --display:Zone Display,Impact,sans-serif;
  --gutter:clamp(22px,5.5vw,100px);
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font: 16px/1.65 var(--sans);
  -webkit-font-smoothing: antialiased;
}
body.gallery-open {
  overflow: hidden;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  font: inherit;
  color: inherit;
  cursor: pointer;
}
a,
button {
  -webkit-tap-highlight-color: transparent;
}
button:disabled {
  cursor: default;
}
a:focus-visible,
button:focus-visible,
summary:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 6px;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
h1,
h2,
h3,
p,
figure {
  margin: 0;
}
h1,
h2,
h3 {
  font-weight: 400;
}
h2 {
  font-size: clamp(38px, 4.8vw, 76px);
  line-height: 1.06;
  letter-spacing: -.055em;
}
h3 {
  font-size: clamp(23px, 2.4vw, 34px);
  line-height: 1.2;
  letter-spacing: -.045em;
}
p {
  color: var(--body);
}
em {
  font-style: normal;
  color: var(--accent);
}
.page-width {
  width: min(100%, 1600px);
  margin-inline: auto;
  padding-inline: var(--gutter);
}
.section-space {
  padding-block: clamp(76px, 9vw, 140px);
}
.eyebrow {
  font: 12px/1.6 var(--mono);
  text-transform: uppercase;
  letter-spacing: .19em;
  color: var(--accent);
}
.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 100;
  padding: 12px 20px;
  background: var(--accent);
  color: var(--bg);
  transform: translateY(-150%);
}
.skip-link:focus {
  transform: none;
}
.text-link {
  display: inline-flex;
  gap: 24px;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  border-bottom: 1px solid var(--line);
  padding-block: 10px;
  transition: color .2s, border-color .2s;
}
.text-link:hover {
  color: var(--accent);
  border-color: var(--accent);
}
.text-link span {
  font-size: 23px;
  line-height: 1;
}
.site-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  border-bottom: 1px solid #ffffff26;
}
.nav-shell {
  height: 86px;
  max-width: 1600px;
  padding-inline: var(--gutter);
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font: 15px/1 var(--mono);
  letter-spacing: .13em;
  white-space: nowrap;
}
.brand-symbol {
  width: 27px;
  height: 27px;
  fill: var(--accent);
}
.nav-links {
  display: flex;
  gap: 34px;
  font-size: 13px;
  color: #ccd1ce;
}
.nav-links a {
  padding: 12px 0;
  transition: color .2s;
}
.nav-links a:hover {
  color: var(--accent);
}
.nav-play {
  display: flex;
  align-items: center;
  gap: 30px;
  border: 1px solid #ffffff55;
  padding: 10px 17px;
  font-size: 13px;
  transition:
    background .2s,
    color .2s,
    border-color .2s;
}
.nav-play:hover {
  color: var(--bg);
  background: var(--accent);
  border-color: var(--accent);
}
.nav-play span {
  font-size: 22px;
  line-height: 1;
}
.hero {
  position: relative;
  min-height: 800px;
  min-height: max(800px, 100svh);
  isolation: isolate;
  background: #15202b;
}
.hero-image,
.hero-image img,
.hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.hero-image {
  z-index: -3;
}
.hero-image img {
  object-fit: cover;
  object-position: 57% center;
}
.hero-shade {
  z-index: -2;
  background:
    linear-gradient(
      90deg,
      rgba(9, 15, 19, .94) 0%,
      rgba(9, 15, 19, .8) 28%,
      rgba(9, 15, 19, .2) 65%,
      rgba(9, 15, 19, .08)),
    linear-gradient(
      0deg,
      #101314 0%,
      transparent 32%,
      rgba(7, 12, 17, .22) 80%);
}
.hero-content {
  min-height: inherit;
  position: relative;
  display: flex;
  flex-direction: column;
  padding-top: 126px;
  padding-bottom: 28px;
}
.hero-topline {
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 24px;
}
.hero-topline .eyebrow {
  display: flex;
  gap: 10px;
  align-items: center;
  color: #dbd7ce;
}
.signal-dot {
  width: 5px;
  height: 5px;
  background: var(--accent);
  border-radius: 50%;
  box-shadow: 0 0 0 4px #e0b77c20;
}
.hero-date {
  font: 10px/1.9 var(--mono);
  letter-spacing: .16em;
  text-align: right;
  color: #c1c8cc;
}
.hero-date span {
  color: var(--text);
  letter-spacing: .3em;
}
.hero-copy {
  padding-block: 44px 65px;
  width: min(650px, 62%);
}
h1 {
  font-family: var(--display);
  font-size: clamp(84px, 10.8vw, 174px);
  line-height: .85;
  letter-spacing: -.07em;
  color: #f5f0e8;
}
h1 > span {
  display: block;
}
.title-time {
  font-size: .79em;
  color: var(--accent);
  margin-top: 12px;
  letter-spacing: -.065em;
  white-space: nowrap;
}
.title-marker {
  font-family: var(--sans);
  font-size: .48em;
  display: inline-block;
  margin-left: 23px;
  vertical-align: top;
  font-weight: 200;
  line-height: 1.25;
}
.hero-tagline {
  font-size: clamp(21px, 2.1vw, 30px);
  letter-spacing: -.025em;
  color: var(--text);
  margin-top: 32px;
}
.hero-description {
  font-size: 15px;
  max-width: 415px;
  line-height: 1.8;
  margin-top: 13px;
  color: #c4cacb;
}
.hero-actions {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-top: 30px;
}
.button {
  min-height: 58px;
  padding: 17px 24px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 46px;
  font-size: 14px;
  font-weight: 600;
  transition:
    background .2s,
    color .2s,
    transform .2s;
}
.button-primary {
  background: var(--accent);
  color: #171916;
}
.button-primary:hover {
  background: #f2cd95;
  transform: translateY(-2px);
}
.button > span:last-child {
  font-size: 26px;
  font-weight: 400;
  line-height: 1;
}
.hero-actions .text-link {
  font-size: 12px;
  border: 0;
  white-space: nowrap;
}
.play-note {
  font: 10px/1.7 var(--mono);
  letter-spacing: .025em;
  margin-top: 15px;
  color: #acb4b6;
}
.play-note span {
  padding-inline: 6px;
}
.hero-bottom {
  margin-top: auto;
  display: flex;
  justify-content: space-between;
  font: 10px/1.4 var(--mono);
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #b9c1c2;
}
.hero-bottom p {
  display: flex;
  align-items: center;
  gap: 11px;
  color: inherit;
}
.crosshair {
  font: 25px/1 var(--sans);
  color: var(--accent);
}
.hero-bottom a {
  display: flex;
  align-items: center;
  gap: 20px;
}
.experience-strip {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.experience-strip > .page-width {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-block: 22px;
}
.experience-strip p {
  font: 11px/1.5 var(--mono);
  letter-spacing: .075em;
  text-transform: uppercase;
  color: #c7c9c3;
  display: flex;
  align-items: center;
  gap: 20px;
}
.experience-strip p span {
  color: var(--accent);
  font-size: 10px;
}
.intro {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 9%;
}
.section-heading h2 {
  margin-top: 25px;
}
.intro-copy {
  padding-top: 8px;
  max-width: 470px;
}
.section-index {
  display: block;
  font: 10px/1.5 var(--mono);
  letter-spacing: .14em;
  color: var(--muted);
  margin-bottom: 40px;
}
.lead {
  font-size: 24px;
  line-height: 1.4;
  letter-spacing: -.04em;
  color: var(--text);
}
.intro-copy > p:not(.lead) {
  font-size: 14px;
  margin-top: 20px;
  line-height: 1.9;
}
.intro-copy .text-link {
  margin-top: 25px;
}
.field-notes {
  background: var(--panel);
  border-top: 1px solid #ffffff07;
  border-bottom: 1px solid #ffffff07;
}
.section-header {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 35px;
  margin-bottom: 58px;
}
.section-header h2 {
  margin-top: 20px;
}
.section-aside {
  max-width: 300px;
  font-size: 13px;
  line-height: 1.85;
  margin-bottom: 4px;
}
.section-aside span {
  display: block;
  margin-top: 16px;
  font: 10px/1.6 var(--mono);
  text-transform: uppercase;
  letter-spacing: .06em;
  color: var(--muted);
}
.scene-grid {
  display: grid;
  grid-template-columns: 1.35fr 1fr;
  gap: 58px 35px;
  align-items: start;
}
.scene-link {
  position: relative;
  display: block;
  overflow: hidden;
  background: #222627;
}
.scene-link img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 1.58;
  transition: transform .7s cubic-bezier(.2, .6, .2, 1), filter .5s;
}
.scene-link:hover img {
  transform: scale(1.025);
  filter: brightness(1.08);
}
.image-expand {
  position: absolute;
  bottom: 16px;
  right: 16px;
  display: grid;
  place-items: center;
  width: 37px;
  height: 37px;
  font-size: 22px;
  background: #131918bb;
  border: 1px solid #ffffff60;
  color: var(--text);
}
figcaption {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 12px;
  font: 10px/1.6 var(--mono);
  text-transform: uppercase;
  letter-spacing: .055em;
  color: var(--muted);
  margin-top: 17px;
}
figcaption span:first-child {
  color: #e4e5dd;
}
figcaption b {
  color: var(--accent);
  font-weight: 400;
  margin-right: 13px;
}
.scene-corridor {
  margin-top: 120px;
}
.scene-corridor img {
  aspect-ratio: .99;
  object-position: 58% center;
}
.scene-turbine {
  grid-column: 1/-1;
  width: 85%;
  justify-self: end;
}
.scene-turbine img {
  aspect-ratio: 2.15;
  object-position: center 43%;
}
.route-list {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--line);
}
.crew-feature{display:grid;grid-template-columns:1fr 1.8fr;gap:50px;align-items:center;border-top:1px solid var(--line)}
.crew-copy h2{margin:20px 0 28px}.crew-copy>p:not(.eyebrow){color:var(--muted);font-size:15px;line-height:1.8;max-width:35ch}
.crew-copy .crew-guide{margin-top:28px;font-size:12px}.crew-guide kbd{margin-right:8px}.crew-guide span{font-size:11px}
.scene-crew img{aspect-ratio:16/9;object-fit:contain}
@media(max-width:760px){.crew-feature{grid-template-columns:1fr;gap:30px}.crew-copy>p:not(.eyebrow){max-width:48ch}.crew-copy h2{margin:16px 0 22px}.crew-copy .crew-guide{margin-top:20px}}
.route-list li {
  display: grid;
  grid-template-columns: 55px 1fr 1.25fr 115px;
  gap: 30px;
  align-items: start;
  padding: 35px 0;
  border-bottom: 1px solid var(--line);
}
.route-number {
  font: 13px/1.7 var(--mono);
  color: var(--accent);
  padding-top: 4px;
}
.route-list p {
  font-size: 14px;
  line-height: 1.8;
  max-width: 420px;
}
.route-label {
  font: 10px/1.6 var(--mono);
  text-align: right;
  letter-spacing: .1em;
  color: var(--muted);
  padding-top: 7px;
}
.play-section {
  background: #d5d2c6;
  color: #171d1b;
  padding-block: 95px;
}
.play-layout {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 12%;
}
.play-section .eyebrow {
  color: #5b655d;
}
.play-invitation h2 {
  font-size: clamp(58px, 6.7vw, 106px);
  margin-top: 25px;
  line-height: .97;
}
.play-invitation > p:not(.eyebrow) {
  color: #505b55;
  font-size: 15px;
  line-height: 1.8;
  margin-top: 25px;
}
.play-invitation .button {
  margin-top: 28px;
  min-width: 280px;
  background: #202a26;
  color: #eee9df;
}
.play-invitation .button:hover {
  background: #34413a;
}
.play-invitation > p.shortcut-note {
  font: 11px/1.8 var(--mono);
  margin-top: 18px;
}
.shortcut-note kbd {
  min-height: auto;
  padding: 2px 7px;
  margin-inline: 3px;
}
.controls {
  padding-top: 15px;
}
.control-list {
  margin: 26px 0 22px;
}
.control-list > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding-block: 13px;
  border-bottom: 1px solid #7581794a;
  font-size: 12px;
}
.control-list dt {
  display: flex;
  align-items: center;
  gap: 4px;
  font: 12px/1.4 var(--mono);
  color: #273c32;
}
.control-list dd {
  margin: 0;
  color: #45534a;
}
kbd {
  font: 11px/1.2 var(--mono);
  display: inline-grid;
  place-items: center;
  min-width: 26px;
  min-height: 26px;
  padding: 5px 8px;
  border: 1px solid #69756c70;
  border-bottom-width: 2px;
  border-radius: 3px;
}
.controls-note {
  font-size: 12px;
  line-height: 1.85;
  color: #515f55;
  max-width: 420px;
}
.save-note {
  font: 11px/1.7 var(--mono);
  color: #344d3e;
  margin-top: 18px;
}
.save-note span {
  padding-right: 8px;
}
.history-note {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 40px;
  padding-block: 55px;
}
.history-note .eyebrow {
  color: var(--muted);
  font-size: 10px;
}
.history-note > p:last-child {
  font-size: 12px;
  line-height: 1.85;
  max-width: 710px;
  color: var(--muted);
}
.site-footer {
  border-top: 1px solid var(--line);
  padding-block: 35px;
}
.footer-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.footer-dot {
  color: var(--line);
  margin-inline: 9px;
}
.footer-game {
  font-size: 11px;
  color: var(--muted);
  letter-spacing: .1em;
}
.back-top {
  font: 11px/1.8 var(--mono);
  color: var(--muted);
}
.back-top span {
  padding-left: 16px;
  color: var(--text);
}
.footer-bottom {
  margin-top: 36px;
  padding-top: 25px;
  border-top: 1px solid #ffffff0b;
  display: flex;
  justify-content: space-between;
  gap: 30px;
  font: 10px/1.8 var(--mono);
  color: var(--muted);
}
.footer-bottom > p {
  color: inherit;
  white-space: nowrap;
}
#domain {
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
  gap: 5px 18px;
  max-width: 780px;
}
#domain > a {
  color: #d1d3c9;
}
#domain > a:hover {
  color: var(--accent);
}
.contact-email {
  letter-spacing: -.01em;
}
.gallery-dialog {
  position: fixed;
  width: min(1300px, 94vw);
  max-width: none;
  max-height: 94svh;
  padding: 22px;
  border: 1px solid #62675f;
  background: #111716;
  color: var(--text);
  overflow: auto;
}
.gallery-dialog::backdrop {
  background: #040808ed;
  backdrop-filter: blur(8px);
}
.gallery-toolbar,
.gallery-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  font: 12px/1.5 var(--mono);
}
.gallery-toolbar {
  padding-bottom: 16px;
  color: var(--accent);
}
.gallery-close {
  display: flex;
  align-items: center;
  gap: 18px;
  min-height: 44px;
  padding: 5px 9px;
  border: 0;
  background: transparent;
  font: 12px/1 var(--mono);
}
.gallery-close span {
  font: 30px/1 var(--sans);
}
#gallery-image {
  width: 100%;
  max-height: 68svh;
  object-fit: contain;
  background: #0a1110;
}
.gallery-bottom {
  padding-top: 16px;
}
.gallery-bottom p {
  color: var(--text);
}
.gallery-navigation {
  display: flex;
  gap: 8px;
}
.gallery-navigation button {
  width: 45px;
  height: 42px;
  border: 1px solid var(--line);
  background: transparent;
  font-size: 22px;
}
.gallery-navigation button:hover,
.gallery-close:hover {
  color: var(--accent);
}
.skip-link {
  opacity: 0;
  pointer-events: none;
}
.skip-link:focus {
  opacity: 1;
  pointer-events: auto;
}
.credits-link {
  display: inline-block;
  margin-top: 8px;
  color: #d1d3c9;
}
.credits-link:hover {
  color: var(--accent);
}
@media (min-width: 1700px) {
  .hero-image img {
    object-position: center 55%;
  }
  .hero-copy {
    padding-top: 65px;
  }
  .hero {
    min-height: 930px;
  }
}
@media (max-width: 1050px) {
  .nav-links {
    gap: 23px;
  }
  .hero-copy {
    width: 70%;
    padding-top: 55px;
  }
  h1 {
    font-size: 120px;
  }
  .hero-description {
    max-width: 390px;
  }
  .hero-actions {
    gap: 20px;
  }
  .hero-date {
    font-size: 9px;
  }
  .hero {
    min-height: 800px;
  }
  .intro {
    gap: 7%;
    grid-template-columns: 1.1fr 1fr;
  }
  .section-index {
    margin-bottom: 30px;
  }
  .scene-grid {
    gap: 45px 25px;
  }
  .scene-corridor {
    margin-top: 75px;
  }
  figcaption {
    font-size: 9px;
    flex-wrap: wrap;
  }
  .route-list li {
    grid-template-columns: 32px 1fr 1.1fr;
    gap: 22px;
  }
  .route-label {
    display: none;
  }
  .play-layout {
    gap: 8%;
  }
  .play-invitation .button {
    min-width: 250px;
  }
  .footer-bottom {
    font-size: 9px;
  }
  .contact-email {
    flex-basis: 100%;
    text-align: right;
  }
}
@media (max-width: 760px) {
  html {
    scroll-padding-top: 28px;
  }
  .nav-shell {
    height: 72px;
  }
  .brand {
    font-size: 13px;
    gap: 9px;
  }
  .brand-symbol {
    width: 22px;
    height: 22px;
  }
  .nav-links {
    display: none;
  }
  .nav-play {
    padding: 8px 12px;
    gap: 18px;
    font-size: 12px;
  }
  .hero {
    min-height: 790px;
  }
  .hero-content {
    padding-top: 105px;
    padding-bottom: 24px;
  }
  .hero-topline .eyebrow {
    font-size: 10px;
    letter-spacing: .11em;
  }
  .hero-date {
    display: none;
  }
  .hero-image img {
    object-position: 58% center;
  }
  .hero-shade {
    background:
      linear-gradient(
        90deg,
        #0a1017db,
        #0a101750),
      linear-gradient(
        0deg,
        #101314 0%,
        #10131422 60%,
        #0a101744);
  }
  .hero-copy {
    width: 100%;
    padding-top: 64px;
    padding-bottom: 70px;
  }
  h1 {
    font-size: clamp(100px, 22vw, 150px);
  }
  .hero-tagline {
    margin-top: 29px;
    font-size: 25px;
  }
  .hero-description {
    max-width: 370px;
    font-size: 14px;
    line-height: 1.9;
  }
  .hero-actions {
    margin-top: 28px;
    gap: 22px;
  }
  .hero-actions .text-link {
    font-size: 11px;
    gap: 12px;
  }
  .button {
    padding: 17px 20px;
    gap: 26px;
    font-size: 13px;
  }
  .play-note {
    max-width: 310px;
    font-size: 10px;
    line-height: 1.8;
  }
  .hero-bottom {
    font-size: 8px;
    letter-spacing: .055em;
  }
  .hero-bottom a {
    gap: 12px;
  }
  .experience-strip > .page-width {
    padding-block: 19px;
    flex-wrap: wrap;
    gap: 11px 28px;
  }
  .experience-strip p {
    font-size: 9px;
    gap: 10px;
  }
  .intro {
    display: block;
  }
  .intro-copy {
    padding-top: 42px;
    max-width: 500px;
  }
  .section-index {
    display: none;
  }
  .lead {
    font-size: 21px;
  }
  .intro-copy > p:not(.lead) {
    font-size: 14px;
  }
  .intro-copy .text-link {
    margin-top: 18px;
  }
  .section-header {
    display: block;
    margin-bottom: 38px;
  }
  .section-aside {
    margin-top: 24px;
    max-width: 360px;
    font-size: 13px;
  }
  .section-aside span {
    margin-top: 11px;
  }
  .scene-grid {
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .scene-corridor {
    margin-top: 0;
  }
  .scene-corridor img {
    aspect-ratio: 1.58;
  }
  .scene-turbine {
    width: 100%;
    grid-column: auto;
  }
  .scene-turbine img {
    aspect-ratio: 1.58;
  }
  figcaption {
    font-size: 9px;
    gap: 6px;
    margin-top: 13px;
    flex-wrap: nowrap;
  }
  .route-list li {
    grid-template-columns: 26px 1fr;
    gap: 13px 15px;
    padding-block: 27px;
  }
  .route-list h3 {
    font-size: 25px;
  }
  .route-list p {
    grid-column: 2;
    max-width: none;
    font-size: 13px;
  }
  .route-number {
    font-size: 11px;
  }
  .play-section {
    padding-block: 65px;
  }
  .play-layout {
    display: block;
  }
  .play-invitation h2 {
    font-size: 70px;
  }
  .play-invitation .button {
    width: 100%;
    max-width: 340px;
  }
  .controls {
    padding-top: 53px;
  }
  .control-list {
    margin-top: 20px;
  }
  .control-list > div {
    font-size: 12px;
  }
  .controls-note {
    max-width: none;
  }
  .history-note {
    display: block;
    padding-block: 38px;
  }
  .history-note > p:last-child {
    margin-top: 16px;
    font-size: 11px;
  }
  .site-footer {
    padding-block: 27px;
  }
  .footer-game,
  .footer-dot {
    display: none;
  }
  .footer-bottom {
    display: block;
    margin-top: 26px;
    padding-top: 21px;
    font-size: 10px;
  }
  #domain {
    display: flex;
    justify-content: start;
    gap: 8px 14px;
    margin-top: 16px;
  }
  #domain > span {
    flex-basis: 100%;
  }
  .contact-email {
    flex-basis: auto;
    text-align: left;
  }
  .gallery-dialog {
    padding: 12px;
    width: 96vw;
  }
  .gallery-toolbar {
    padding-bottom: 8px;
  }
  .gallery-bottom {
    align-items: start;
    font-size: 10px;
    gap: 15px;
  }
  .gallery-bottom p {
    padding-top: 11px;
  }
  .gallery-navigation button {
    width: 42px;
  }
  .gallery-close {
    min-width: 70px;
  }
  .eyebrow {
    font-size: 11px;
  }
  .title-marker {
    margin-left: 17px;
  }
}
@media (max-width: 380px) {
  .hero-actions {
    align-items: start;
    flex-direction: column;
    gap: 7px;
  }
  .hero {
    min-height: 835px;
  }
  .hero-copy {
    padding-top: 52px;
  }
  .hero-actions .text-link {
    padding-block: 7px;
  }
  .hero-bottom a {
    font-size: 7px;
  }
  .experience-strip > .page-width {
    gap: 11px 14px;
  }
  .experience-strip p {
    font-size: 8px;
  }
  .play-note {
    font-size: 9px;
  }
  .control-list > div {
    font-size: 11px;
  }
  figcaption {
    font-size: 8px;
  }
  .hero-tagline {
    font-size: 23px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }
  .button-primary:hover,
  .scene-link:hover img {
    transform: none;
  }
}
@media (forced-colors: active) {
  .hero-shade {
    background: Canvas;
    opacity: .9;
  }
  .button,
  .nav-play,
  .image-expand {
    border: 1px solid ButtonText;
  }
  .signal-dot {
    background: Highlight;
  }
  .brand-symbol {
    fill: LinkText;
  }
}
