@layer reset, presentation, responsive, reading;
@layer reset {
  * {
    box-sizing: border-box;
  }
  html {
    color-scheme: dark;
    scroll-behavior: auto;
    background: #0b0d0c;
  }
  body {
    margin: 0;
    color: #ece5d8;
    font-family:
      "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;
  }
  button,
  a,
  input {
    -webkit-tap-highlight-color: transparent;
  }
  button,
  a {
    touch-action: manipulation;
  }
  button {
    font: inherit;
    color: inherit;
    cursor: pointer;
  }
  a {
    color: inherit;
    text-decoration: none;
  }
  button {
    border: 0;
    background: none;
  }
  button:focus-visible,
  a:focus-visible,
  input:focus-visible {
    outline: 2px solid #efc48d;
    outline-offset: 6px;
  }
  button:disabled {
    cursor: default;
  }
  h1,
  h2,
  p,
  figure {
    margin: 0;
  }
  button,
  a {
    -webkit-user-select: none;
    user-select: none;
  }
  button:focus:not(:focus-visible) {
    outline: none;
  }
  button,
  a {
    min-height: 44px;
  }
  ::selection {
    background: #a97a43;
    color: #fff;
  }
  [hidden] {
    display: none !important;
  }
}
@layer presentation {
  :root {
    --ink: #ece5d8;
    --muted: #b1afa2;
    --dawn: #e9b87d;
    --sans: "Segoe UI", Arial, sans-serif;
    --edge: clamp(24px, 4.1vw, 80px);
  }
  .skip {
    position: fixed;
    left: 20px;
    top: -150px;
    z-index: 30;
    background: #e5d3b3;
    color: #15170f;
    padding: 16px;
  }
  .skip:focus {
    top: 15px;
  }
  .chrome {
    position: relative;
    z-index: 4;
    padding: 30px var(--edge);
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: var(--sans);
  }
  .brand {
    display: flex;
    align-items: center;
    gap: 14px;
    letter-spacing: 0.3em;
    font-size: 13px;
  }
  .brand svg {
    width: 34px;
    height: 34px;
    fill: none;
    stroke: var(--dawn);
    stroke-width: 1;
  }
  .brand small {
    display: block;
    font-size: 7px;
    color: var(--muted);
    letter-spacing: 0.19em;
    margin-top: 7px;
  }
  .get-link {
    display: flex;
    align-items: center;
    gap: 36px;
    font-size: 10px;
    letter-spacing: 0.15em;
    border-bottom: 1px solid #736149;
  }
  .get-link span {
    font-size: 19px;
    color: var(--dawn);
  }
  #viewport {
    display: none;
  }
  .shade {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(
      0deg,
      rgba(6, 9, 7, 0.88),
      transparent 32%,
      transparent 74%,
      rgba(6, 9, 7, 0.4)
    );
  }
  .chapter {
    padding: 70px var(--edge);
    position: relative;
  }
  .copy {
    max-width: 650px;
  }
  .eyebrow {
    font: 500 10px/1.5 var(--sans);
    letter-spacing: 0.2em;
    color: var(--dawn);
    margin-bottom: 22px;
  }
  h1 {
    font-weight: 400;
    font-size: clamp(58px, 11.8vw, 180px);
    letter-spacing: 0.035em;
    line-height: 1.02;
  }
  h2 {
    font-weight: 400;
    font-size: clamp(40px, 4.8vw, 76px);
    letter-spacing: -0.035em;
    line-height: 1.01;
  }
  .dek {
    color: #cbc9bc;
    font-size: clamp(17px, 1.65vw, 24px);
    line-height: 1.45;
    margin-top: 22px;
  }
  .begin {
    display: inline-flex;
    gap: 18px;
    align-items: center;
    font: 9px var(--sans);
    letter-spacing: 0.17em;
    margin-top: 35px;
  }
  .begin-line {
    width: 40px;
    height: 1px;
    background: var(--dawn);
  }
  .begin > span:last-child {
    font-size: 18px;
    color: var(--dawn);
  }
  .inspect {
    font: 9px var(--sans);
    letter-spacing: 0.14em;
    padding: 0;
    margin-top: 22px;
    display: inline-flex;
    align-items: center;
    gap: 12px;
  }
  .inspect > span {
    display: grid;
    place-items: center;
    border: 1px solid #77705a;
    width: 26px;
    height: 26px;
    font-size: 20px;
    font-weight: 200;
    color: var(--dawn);
  }
  .inspect:hover > span {
    background: #d0ac77;
    color: #171b13;
  }
  .reading-detail {
    font-size: 20px;
    line-height: 1.6;
    max-width: 750px;
    margin-top: 36px;
    color: #c9c7bb;
  }
  .product-window {
    max-width: 850px;
    margin-top: 30px;
  }
  .product-window button {
    padding: 0;
    width: 100%;
    display: block;
    border: 1px solid #7a6e57;
    background: #070909;
    box-shadow: 0 18px 80px #0008;
  }
  .product-window img {
    display: block;
    width: 100%;
    height: auto;
  }
  .product-window figcaption {
    font: 8px/1.6 var(--sans);
    letter-spacing: 0.12em;
    color: #d1c4ad;
    margin-top: 12px;
    display: flex;
    justify-content: space-between;
    gap: 10px;
  }
  .product-window figcaption span {
    color: #a3a493;
    font-size: 7px;
  }
  .get-final {
    display: inline-flex;
    gap: 65px;
    align-items: center;
    font: 11px var(--sans);
    letter-spacing: 0.17em;
    padding: 17px 25px;
    border: 1px solid #c3a573;
    margin-top: 32px;
    background: #b89b6720;
  }
  .get-final > span {
    color: var(--dawn);
    font-size: 22px;
  }
  .get-final:hover {
    background: #d9b57d;
    color: #14170f;
  }
  .get-final:hover > span {
    color: inherit;
  }
  .signature {
    font: 8px var(--sans);
    letter-spacing: 0.2em;
    color: #a9a898;
    margin-top: 25px;
  }
  .chapter-nav {
    display: none;
  }
  .instruments {
    font: 8px var(--sans);
    letter-spacing: 0.13em;
    padding: 24px var(--edge);
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #bebcaf;
  }
  .instruments > div {
    display: flex;
    gap: 28px;
    align-items: center;
  }
  .instruments button,
  .instruments a {
    font: 8px var(--sans);
    letter-spacing: 0.13em;
    display: inline-flex;
    align-items: center;
    padding: 0;
  }
  .instruments button[aria-pressed="true"] {
    color: var(--dawn);
  }
  #scroll-cue > span {
    color: var(--dawn);
    margin-left: 12px;
  }
  .position {
    display: none;
  }
  .spatial .chrome {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
  }
  .spatial #viewport {
    display: block;
    position: fixed;
    inset: 0;
    height: 100dvh;
    overflow: hidden;
  }
  .spatial #world {
    display: block;
    width: 100%;
    height: 100%;
  }
  .spatial #journey {
    height: calc(7000px + 100vh);
    height: calc(7000px + 100dvh);
  }
  .spatial .chapter {
    position: fixed;
    inset: 0;
    padding: 0;
    pointer-events: none;
    visibility: hidden;
    opacity: 0;
    z-index: 2;
  }
  .spatial .chapter.active {
    visibility: visible;
    opacity: 1;
  }
  .spatial .copy {
    position: absolute;
    left: var(--edge);
    bottom: 15vh;
    max-width: 46vw;
  }
  .spatial .copy a,
  .spatial .copy button {
    pointer-events: auto;
  }
  .spatial .reading-detail {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
  }
  .spatial .arrival .copy {
    left: 50%;
    top: 26%;
    bottom: auto;
    transform: translateX(-50%);
    max-width: none;
    width: max-content;
    text-align: center;
  }
  .arrival .eyebrow {
    font-size: 8px;
    letter-spacing: 0.28em;
  }
  .arrival .dek {
    font-size: clamp(19px, 2vw, 27px);
    margin-top: 20px;
  }
  .arrival .begin {
    margin-top: 40px;
  }
  .spatial .chapter-nav {
    position: fixed;
    right: var(--edge);
    top: 36%;
    display: flex;
    flex-direction: column;
    z-index: 5;
    gap: 0;
  }
  .chapter-nav a {
    width: 44px;
    display: flex;
    align-items: center;
    justify-content: end;
    position: relative;
  }
  .chapter-nav a:after {
    content: "";
    height: 1px;
    width: 16px;
    background: #707568;
  }
  .chapter-nav a[aria-current="step"]:after {
    width: 30px;
    background: var(--dawn);
  }
  .chapter-nav span {
    font: 8px var(--sans);
    color: var(--dawn);
    position: absolute;
    right: 38px;
    opacity: 0;
  }
  .chapter-nav a[aria-current="step"] span,
  .chapter-nav a:hover span,
  .chapter-nav a:focus-visible span {
    opacity: 1;
  }
  .spatial .instruments {
    position: fixed;
    z-index: 4;
    bottom: 0;
    left: 0;
    right: 0;
    padding-bottom: max(20px, env(safe-area-inset-bottom));
  }
  .spatial .product-window {
    position: absolute;
    width: 51vw;
    right: 10vw;
    top: 21%;
    max-width: 900px;
    pointer-events: auto;
    margin: 0;
    transform: perspective(1200px) rotateY(-7deg);
    transform-origin: right center;
  }
  .spatial .product .copy {
    bottom: 14vh;
    z-index: 2;
    max-width: 47vw;
    text-shadow: 0 2px 30px #050805;
  }
  .spatial .product h2 {
    font-size: clamp(38px, 4vw, 61px);
  }
  .spatial .finale .copy {
    left: 50%;
    top: 25%;
    bottom: auto;
    transform: translateX(-50%);
    width: max-content;
    text-align: center;
    max-width: none;
  }
  .finale h2 {
    font-size: clamp(64px, 7vw, 112px);
  }
  dialog {
    width: min(1080px, calc(100% - 48px));
    max-height: calc(100dvh - 48px);
    border: 1px solid #6a634f;
    background: #141810;
    color: var(--ink);
    padding: 0;
    overscroll-behavior: contain;
    box-shadow: 0 30px 150px #000a;
  }
  dialog::backdrop {
    background: #040705e8;
  }
  .dialog-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 30px;
    border-bottom: 1px solid #454837;
    font: 9px var(--sans);
    letter-spacing: 0.15em;
  }
  .dialog-bar button {
    font: 9px var(--sans);
    letter-spacing: 0.15em;
    display: flex;
    align-items: center;
    gap: 20px;
  }
  .dialog-bar button span {
    font-size: 24px;
    color: var(--dawn);
  }
  #inspection-body {
    padding: 45px 55px 50px;
  }
  #inspection-title {
    font-size: clamp(34px, 5vw, 60px);
    line-height: 1.06;
    outline: none;
    font-weight: 400;
  }
  #inspection-body .intro {
    font-size: 21px;
    line-height: 1.5;
    color: #d0cdbc;
    max-width: 700px;
    margin: 25px 0;
  }
  #inspection-body p.note {
    font: 12px/1.7 var(--sans);
    color: #aaae9d;
    max-width: 800px;
    margin-top: 20px;
  }
  #inspection-body img {
    width: 100%;
    height: auto;
    display: block;
    margin: 25px 0;
    border: 1px solid #555b46;
  }
  .detail-steps {
    display: flex;
    gap: 0;
    margin-top: 35px;
  }
  .detail-step {
    flex: 1;
    border-top: 1px solid #70654e;
    padding: 20px 24px 0 0;
  }
  .detail-step b {
    font: 10px var(--sans);
    letter-spacing: 0.14em;
    color: var(--dawn);
  }
  .detail-step p {
    font-size: 18px;
    line-height: 1.4;
    margin-top: 12px;
    padding-right: 20px;
  }
  .detail-canvas {
    width: 100%;
    height: 300px;
    display: block;
    margin-top: 24px;
    background: #0b0d0c;
  }
  .scrub {
    display: flex;
    align-items: center;
    gap: 24px;
    margin: 20px 0;
    font: 10px var(--sans);
    letter-spacing: 0.1em;
  }
  .scrub input {
    width: 100%;
    accent-color: var(--dawn);
    min-height: 44px;
  }
  .dialog-action {
    border-bottom: 1px solid #a58a60;
    display: inline-flex;
    align-items: center;
    font: 11px var(--sans);
    letter-spacing: 0.1em;
    padding: 12px 0;
  }
}
@layer responsive {
  .concept-note {
    font: 8px var(--sans);
    letter-spacing: 0.12em;
    color: #aaac9e;
    margin-top: 6px;
  }
  #objects {
    position: fixed;
    inset: 0;
    z-index: 3;
    pointer-events: none;
  }
  .object-trigger {
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: auto;
    width: 76px;
    height: 76px;
    border: 1px solid transparent;
  }
  .object-trigger span {
    opacity: 0;
    position: absolute;
    right: 0;
    bottom: 0;
    font: 18px var(--sans);
    color: #f0c48a;
  }
  .object-trigger:hover,
  .object-trigger:focus-visible {
    border-color: #d2ab7180;
  }
  .object-trigger:hover span,
  .object-trigger:focus-visible span {
    opacity: 1;
  }
  @media (max-width: 700px) {
    .object-trigger {
      width: 48px;
      height: 48px;
    }
  }
  html {
    scrollbar-gutter: stable;
  }
  html:has(dialog[open]) {
    overflow: hidden;
  }
  .dialog-bar {
    position: sticky;
    top: 0;
    background: #141810;
    z-index: 2;
  }
  .spatial .product-window button {
    clip-path: polygon(
      3% 0,
      97% 0,
      100% 5%,
      100% 95%,
      97% 100%,
      3% 100%,
      0 95%,
      0 5%
    );
  }
  .spatial .product-window {
    padding: 6px;
    border-top: 1px solid #938064;
    border-bottom: 1px solid #5e5947;
  }
  .full-image {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    font: 10px var(--sans);
    letter-spacing: 0.1em;
    border-bottom: 1px solid #83704c;
    color: #e9b87d;
  }
  .spatial .finale .gate-copy {
    left: var(--edge);
    top: auto;
    bottom: 15vh;
    transform: none;
    text-align: left;
    max-width: 46vw;
  }
  .gate-copy h2 {
    font-size: clamp(40px, 4.8vw, 76px);
  }
  .spatial {
    --scene-ink: color-mix(
      in srgb,
      #ece5d8,
      #20281f calc(var(--light, 0) * 100%)
    );
    --scene-accent: color-mix(
      in srgb,
      #e9b87d,
      #51432d calc(var(--light, 0) * 100%)
    );
    color: var(--scene-ink);
  }
  .spatial .shade {
    opacity: calc(1 - var(--light, 0));
  }
  .spatial .finale .dek {
    color: color-mix(in srgb, #cbc9bc, #3d4435 calc(var(--light, 0) * 100%));
  }
  .spatial .finale .eyebrow,
  .spatial .get-link span,
  .spatial .get-final span {
    color: var(--scene-accent);
  }
  .spatial .brand svg {
    stroke: var(--scene-accent);
  }
  .spatial .instruments,
  .spatial .signature,
  .spatial .brand small {
    color: color-mix(in srgb, #bebcaf, #4b503e calc(var(--light, 0) * 100%));
  }
  .spatial .get-final {
    border-color: var(--scene-accent);
  }
  .spatial .chapter-nav a[aria-current="step"]:after {
    background: var(--scene-accent);
  }
  .spatial .chapter-nav span {
    color: var(--scene-accent);
  }
  .reduced .product-window {
    transform: none;
  }
  @media (max-width: 700px) {
    .spatial .arrival .copy {
      left: 0;
      right: 0;
      transform: none;
    }
    .spatial .finale .gate-copy {
      left: 24px;
      right: 24px;
      bottom: 16%;
      top: auto;
      padding: 0;
      max-width: none;
      width: auto;
    }
    .gate-copy h2 {
      font-size: 44px;
    }
    :root {
      --edge: 24px;
    }
    .chrome {
      padding-top: max(22px, env(safe-area-inset-top));
    }
    .brand {
      font-size: 11px;
      gap: 10px;
      letter-spacing: 0.24em;
    }
    .brand svg {
      width: 27px;
      height: 31px;
    }
    .brand small {
      font-size: 6px;
      letter-spacing: 0.1em;
    }
    .get-link {
      font-size: 8px;
      gap: 15px;
    }
    .get-link span {
      font-size: 16px;
    }
    .spatial .copy {
      left: 24px;
      right: 24px;
      bottom: 16%;
      max-width: none;
    }
    .eyebrow {
      font-size: 8px;
      margin-bottom: 16px;
      letter-spacing: 0.17em;
    }
    h2 {
      font-size: 44px;
      line-height: 1.04;
    }
    .dek {
      font-size: 18px;
      margin-top: 15px;
    }
    .inspect {
      margin-top: 16px;
      font-size: 8px;
    }
    .spatial .arrival .copy {
      top: 25%;
      width: 100%;
      padding: 0 14px;
    }
    .arrival h1 {
      font-size: clamp(48px, 12.5vw, 90px);
      letter-spacing: 0.02em;
    }
    .arrival .eyebrow {
      font-size: 7px;
      letter-spacing: 0.14em;
      margin-bottom: 20px;
    }
    .arrival .dek {
      font-size: 22px;
      margin-top: 25px;
    }
    .arrival .begin {
      font-size: 8px;
      gap: 12px;
      margin-top: 45px;
    }
    .begin-line {
      width: 25px;
    }
    .spatial .chapter-nav {
      top: auto;
      bottom: 74px;
      left: 24px;
      right: auto;
      flex-direction: row;
      gap: 1px;
    }
    .chapter-nav a {
      width: 35px;
      justify-content: start;
      min-height: 32px;
    }
    .chapter-nav a:after {
      width: 17px;
    }
    .chapter-nav a[aria-current="step"]:after {
      width: 25px;
    }
    .chapter-nav span {
      display: none;
    }
    .spatial .instruments {
      padding-top: 5px;
      align-items: center;
    }
    .instruments > div {
      gap: 20px;
    }
    .instruments button,
    .instruments a {
      font-size: 7px;
    }
    #scroll-cue {
      font-size: 7px;
    }
    .spatial .product-window {
      width: auto;
      left: 24px;
      right: 24px;
      top: 21%;
      transform: none;
    }
    .product-window figcaption {
      font-size: 7px;
    }
    .product-window figcaption span {
      font-size: 6px;
      max-width: 130px;
      text-align: right;
    }
    .spatial .product .copy {
      bottom: 17%;
      max-width: none;
    }
    .spatial .product h2 {
      font-size: 36px;
    }
    .product .dek {
      font-size: 17px;
    }
    .spatial .finale .copy {
      top: 25%;
      left: 0;
      width: 100%;
      transform: none;
      padding: 0 24px;
    }
    .finale h2 {
      font-size: 68px;
    }
    .get-final {
      padding: 15px 24px;
      margin-top: 25px;
    }
    .signature {
      font-size: 7px;
    }
    .shade {
      background: linear-gradient(0deg, #090d09ee, transparent 65%, #070a0860);
    }
    dialog {
      width: calc(100% - 24px);
      max-height: calc(100dvh - 24px);
    }
    .dialog-bar {
      padding: 10px 20px;
      font-size: 7px;
    }
    .dialog-bar button {
      font-size: 8px;
      gap: 13px;
    }
    #inspection-body {
      padding: 28px 23px 35px;
    }
    #inspection-body .intro {
      font-size: 19px;
    }
    .detail-steps {
      flex-direction: column;
    }
    .detail-step {
      padding: 16px 0;
      margin-bottom: 20px;
    }
    .detail-step p {
      font-size: 17px;
    }
    .detail-canvas {
      height: 230px;
    }
  }
  @media (max-height: 600px) and (min-width: 701px) {
    .chrome {
      padding-top: 15px;
    }
    .spatial .copy {
      bottom: 16%;
    }
    h2 {
      font-size: 42px;
    }
    .dek {
      font-size: 17px;
      margin-top: 12px;
    }
    .eyebrow {
      margin-bottom: 10px;
    }
    .inspect {
      margin-top: 8px;
    }
    .spatial .arrival .copy {
      top: 22%;
    }
    .arrival h1 {
      font-size: 90px;
    }
    .arrival .dek {
      font-size: 21px;
      margin-top: 10px;
    }
    .arrival .begin {
      margin-top: 15px;
    }
    .spatial .finale .copy {
      top: 22%;
    }
    .finale h2 {
      font-size: 64px;
    }
    .get-final {
      margin-top: 15px;
    }
    .signature {
      margin-top: 15px;
    }
    .chapter-nav a {
      min-height: 30px;
    }
    .spatial .chapter-nav {
      top: 27%;
    }
  }
  @media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
      scroll-behavior: auto !important;
      animation: none !important;
      transition: none !important;
    }
    .spatial .product-window {
      transform: none;
    }
  }
  @media (max-width: 700px) {
    .spatial .chapter-nav {
      right: 24px;
      max-width: 308px;
    }
    .chapter-nav a {
      width: 44px;
      flex: 1;
      min-height: 44px;
    }
    .brand small {
      display: none;
    }
    .inspect {
      font-size: 9px;
    }
    .instruments button,
    .instruments a,
    #scroll-cue {
      font-size: 8px;
    }
  }
  @media (max-width: 700px) and (max-height: 740px) {
    h2,
    .gate-copy h2 {
      font-size: 36px;
    }
    .dek {
      font-size: 16px;
    }
    .finale h2 {
      font-size: 54px;
    }
    .spatial .product h2 {
      font-size: 31px;
    }
    .arrival .begin {
      margin-top: 24px;
    }
    .spatial .arrival .copy {
      top: 25%;
    }
    .spatial .product-window {
      top: 17%;
    }
  }
  @media (max-height: 500px) and (orientation: landscape) {
    .chrome {
      padding-top: 10px;
      padding-bottom: 10px;
    }
    .brand small {
      display: none;
    }
    .spatial .copy,
    .spatial .finale .gate-copy {
      left: var(--edge);
      right: auto;
      bottom: 64px;
      top: auto;
      transform: none;
      max-width: 42vw;
      text-align: left;
      padding: 0;
    }
    .eyebrow {
      font-size: 7px;
      margin-bottom: 10px;
    }
    h2,
    .gate-copy h2 {
      font-size: 32px;
    }
    .dek,
    .product .dek {
      font-size: 15px;
      margin-top: 12px;
    }
    .inspect {
      margin-top: 10px;
      font-size: 8px;
    }
    .spatial .arrival .copy {
      top: 21%;
      left: 0;
      width: 100%;
      max-width: none;
      transform: none;
      text-align: center;
    }
    .arrival h1 {
      font-size: 70px;
    }
    .arrival .eyebrow {
      margin-bottom: 8px;
    }
    .arrival .dek {
      font-size: 18px;
      margin-top: 8px;
    }
    .arrival .begin {
      margin-top: 12px;
    }
    .spatial .finale .horizon-copy {
      top: 21%;
      left: 0;
      bottom: auto;
      width: 100%;
      max-width: none;
      transform: none;
      text-align: center;
    }
    .finale h2 {
      font-size: 48px;
    }
    .finale .dek {
      margin-top: 8px;
    }
    .get-final {
      margin-top: 10px;
      padding: 8px 20px;
    }
    .signature {
      display: none;
    }
    .spatial .product .copy {
      left: var(--edge);
      bottom: 64px;
      max-width: 37vw;
    }
    .spatial .product h2 {
      font-size: 29px;
    }
    .spatial .product-window {
      left: auto;
      right: 8%;
      top: 21%;
      width: min(47vw, calc((100dvh - 175px) * 1.6));
    }
    .spatial .chapter-nav {
      bottom: 15px;
      top: auto;
      left: 45%;
      right: auto;
      flex-direction: row;
    }
    .chapter-nav a {
      width: 24px;
      min-height: 24px;
    }
    .chapter-nav a:after {
      width: 10px;
    }
    .chapter-nav a[aria-current="step"]:after {
      width: 18px;
    }
    .chapter-nav span {
      display: none;
    }
    .instruments > div {
      gap: 16px;
    }
    .spatial .instruments {
      pointer-events: none;
    }
    .instruments button,
    .instruments a {
      pointer-events: auto;
    }
  }
}
@layer reading {
  .no-js .inspect,
  .no-js .get-final,
  .no-js #motion {
    display: none;
  }
  body:not(.spatial) .chapter {
    max-width: 1180px;
    margin: auto;
    border-bottom: 1px solid #363c2e;
  }
  body:not(.spatial) .chapter-nav,
  body:not(.spatial) #scroll-cue,
  body:not(.spatial) #motion {
    display: none;
  }
  body:not(.spatial) .instruments {
    justify-content: flex-end;
  }
  body:not(.spatial) .copy {
    max-width: 750px;
  }
  body:not(.spatial) .arrival .eyebrow {
    font-size: 10px;
  }
  body:not(.spatial) .begin {
    display: none;
  }
  body:not(.spatial) .finale h2 {
    font-size: 70px;
  }
  body:not(.spatial) .product-window {
    transform: none;
  }
  body:not(.spatial) .reading-detail {
    font-size: 19px;
  }
  @media print {
    #viewport,
    .chrome,
    .instruments,
    .chapter-nav,
    .inspect,
    .get-final {
      display: none !important;
    }
    body.spatial #journey {
      height: auto;
    }
    body.spatial .chapter {
      position: relative !important;
      visibility: visible !important;
      opacity: 1 !important;
      padding: 25px !important;
    }
    body.spatial .copy {
      position: static !important;
      transform: none !important;
      max-width: none !important;
    }
    body.spatial .reading-detail {
      position: static;
      width: auto;
      height: auto;
      clip-path: none;
      white-space: normal;
    }
    body.spatial .product-window {
      position: static;
      transform: none;
      width: 80%;
    }
  }
}
