@font-face {
  font-family: "Instrument Serif";
  src: url("../../../landing-page/assets/fonts/InstrumentSerif-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Geist";
  src: url("../../../landing-page/assets/fonts/Geist-Variable.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --ink: #151515;
  --paper: #f4f3ef;
  --white: #ffffff;
  --orange: #ff4f18;
  --muted: #a4a19b;
  --line: rgba(255, 255, 255, 0.28);
  --gutter: clamp(18px, 3vw, 48px);
  --dock-height: 68px;
  --ease-out: cubic-bezier(0.18, 0.8, 0.2, 1);
}

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

html {
  background: var(--ink);
  color: var(--paper);
  scroll-behavior: smooth;
  scroll-padding-top: 24px;
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: clip;
  background: var(--ink);
  color: var(--paper);
  font-family: "Geist", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.35;
  -webkit-font-smoothing: antialiased;
}

body.menu-open {
  overflow: hidden;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

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

button,
input,
textarea,
select {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button {
  color: inherit;
}

::selection {
  background: var(--orange);
  color: var(--ink);
}

:focus-visible {
  outline: 2px solid var(--orange);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  z-index: 3000;
  top: 12px;
  left: 12px;
  padding: 10px 14px;
  transform: translateY(-160%);
  background: var(--paper);
  color: var(--ink);
  transition: transform 180ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.intro-curtain {
  display: none;
}

.js .intro-curtain {
  position: fixed;
  z-index: 2500;
  inset: 0;
  display: grid;
  place-items: center;
  background: var(--orange);
  color: var(--ink);
  pointer-events: none;
  transform-origin: top;
  transition: transform 780ms var(--ease-out) 420ms;
}

.intro-curtain p {
  margin: 0;
  font-family: "Instrument Serif", Georgia, serif;
  font-size: clamp(72px, 14vw, 220px);
  line-height: 0.8;
  letter-spacing: -0.055em;
  opacity: 0;
  transform: translateY(30px);
  animation: intro-copy 620ms var(--ease-out) 80ms forwards;
}

.intro-curtain span {
  position: absolute;
  right: var(--gutter);
  bottom: 28px;
  width: min(320px, 46vw);
  height: 2px;
  overflow: hidden;
  background: rgba(21, 21, 21, 0.2);
}

.intro-curtain span::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: var(--ink);
  transform: translateX(-100%);
  animation: intro-line 700ms var(--ease-out) 100ms forwards;
}

.is-ready .intro-curtain {
  transform: scaleY(0);
}

@keyframes intro-copy {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes intro-line {
  to {
    transform: translateX(0);
  }
}

.site-mark {
  position: fixed;
  z-index: 900;
  top: 26px;
  left: var(--gutter);
  display: inline-flex;
  align-items: baseline;
  gap: 10px;
  color: var(--paper);
  mix-blend-mode: difference;
}

.site-mark > span:first-child {
  font-size: clamp(30px, 3vw, 48px);
  font-weight: 750;
  line-height: 0.9;
  letter-spacing: -0.08em;
}

.hero {
  position: relative;
  min-height: max(760px, 100svh);
  overflow: hidden;
  background: #101010;
  isolation: isolate;
}

.hero::before,
.hero::after {
  content: "";
  position: absolute;
  z-index: 0;
  pointer-events: none;
}

.hero::before {
  top: 0;
  bottom: 0;
  left: 32%;
  width: 1px;
  background: rgba(255, 255, 255, 0.05);
}

.hero::after {
  right: 0;
  bottom: calc(var(--dock-height) + 36px);
  left: 0;
  height: 1px;
  background: rgba(255, 255, 255, 0.05);
}

.hero-grain {
  position: absolute;
  z-index: 0;
  inset: 0;
  opacity: 0.22;
  box-shadow: inset 0 0 180px rgba(0, 0, 0, 0.72);
  pointer-events: none;
}

.hero-title {
  position: absolute;
  z-index: 4;
  inset: 0;
  margin: 0;
  pointer-events: none;
}

.hero-word {
  position: absolute;
  display: block;
  white-space: nowrap;
  line-height: 0.75;
  letter-spacing: -0.065em;
  opacity: 0;
  transform: translateY(0.7em);
  animation: hero-word-in 900ms var(--ease-out) forwards;
}

.is-ready .hero-word {
  opacity: 1;
  transform: translateY(0);
}

.hero-the {
  z-index: 1;
  top: 16%;
  left: 8.5%;
  font-family: "Instrument Serif", Georgia, serif;
  font-size: clamp(110px, 13vw, 210px);
  animation-delay: 950ms;
}

.hero-writing {
  z-index: 4;
  top: 36%;
  left: 8.2%;
  font-size: clamp(92px, 11vw, 178px);
  font-weight: 700;
  animation-delay: 1020ms;
}

.hero-room {
  z-index: 1;
  top: 29%;
  right: 7%;
  font-family: "Instrument Serif", Georgia, serif;
  font-size: clamp(104px, 12vw, 194px);
  font-style: italic;
  animation-delay: 1090ms;
}

.hero-here {
  z-index: 4;
  top: 44%;
  right: 2.6%;
  font-size: clamp(76px, 8.8vw, 142px);
  font-weight: 710;
  animation-delay: 1160ms;
}

@keyframes hero-word-in {
  from {
    opacity: 0;
    transform: translateY(0.7em);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.hero-object-wrap {
  position: absolute;
  z-index: 2;
  top: -4%;
  left: 50%;
  width: min(52vw, 720px);
  transform: translate3d(-50%, var(--hero-parallax, 0px), 0) rotateX(var(--tilt-x, 0deg)) rotateY(var(--tilt-y, 0deg));
  transform-style: preserve-3d;
  transition: transform 420ms var(--ease-out);
  will-change: transform;
}

.hero-object {
  width: 100%;
  filter: contrast(1.06) saturate(0.92);
}

.hero-screen {
  position: absolute;
  z-index: 5;
  right: 17%;
  bottom: calc(var(--dock-height) + 14px);
  width: min(58vw, 840px);
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.36);
  background: #0d0d0d;
  box-shadow: 0 34px 70px rgba(0, 0, 0, 0.48);
  transform: perspective(1200px) rotateX(3deg) rotateZ(-1.25deg);
  transform-origin: bottom center;
}

.hero-screen img {
  display: block;
  width: 100%;
  height: auto;
}

.screen-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 28px;
  padding: 0 12px;
  background: var(--ink);
  color: var(--paper);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-copy {
  position: absolute;
  z-index: 6;
  bottom: calc(var(--dock-height) + 72px);
  left: var(--gutter);
  margin: 0;
  font-size: clamp(16px, 1.45vw, 22px);
  line-height: 1.25;
  letter-spacing: -0.025em;
}

.hero-copy span {
  display: block;
}

.hero-scroll {
  position: absolute;
  z-index: 6;
  right: var(--gutter);
  bottom: calc(var(--dock-height) + 52px);
  display: none;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  text-transform: uppercase;
}

.hero-scroll svg {
  width: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
}

.section-label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 13px;
  border-top: 1px solid var(--line);
  font-size: 12px;
  font-weight: 620;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.about-section,
.process-section,
.showcase-section,
.questions-section {
  position: relative;
  padding: 150px var(--gutter);
  background: var(--ink);
}

.about-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(250px, 30%);
  gap: 5vw;
  align-items: end;
  margin-top: 90px;
}

.about-heading h2,
.process-copy h2,
.showcase-copy h2,
.questions-heading h2 {
  margin: 0;
  font-family: "Instrument Serif", Georgia, serif;
  font-weight: 400;
  line-height: 0.82;
  letter-spacing: -0.055em;
}

.about-heading h2 {
  font-size: clamp(76px, 9vw, 146px);
}

.about-heading h2 span {
  display: block;
}

.about-heading h2 span:last-child {
  padding-left: 9vw;
}

.about-heading h2 em,
.questions-heading h2 em {
  font-weight: 400;
}

.about-heading > p {
  margin: 0 0 0.75em;
  max-width: 430px;
  color: #cbc8c1;
  font-size: clamp(16px, 1.45vw, 21px);
  line-height: 1.45;
  letter-spacing: -0.02em;
}

.about-media {
  margin: 120px 0 0;
  border-top: 1px solid var(--line);
}

.about-media img {
  display: block;
  width: 100%;
  height: auto;
}

.about-media figcaption,
.process-preview figcaption,
.showcase-media figcaption {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-top: 12px;
  color: var(--muted);
  font-family: ui-monospace, "Geist Mono", monospace;
  font-size: 11px;
  letter-spacing: 0.04em;
}

.about-facts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  margin-top: 100px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.about-facts p {
  min-height: 170px;
  margin: 0;
  padding: 22px 6vw 28px 0;
  color: #c9c6bf;
  font-size: 17px;
  line-height: 1.45;
}

.about-facts p + p {
  padding-left: 28px;
  border-left: 1px solid var(--line);
}

.about-facts span {
  display: block;
  margin-bottom: 36px;
  color: var(--paper);
  font-size: 12px;
  font-weight: 650;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.process-section {
  padding-top: 170px;
  padding-bottom: 190px;
}

.process-grid {
  display: grid;
  grid-template-columns: minmax(0, 58%) minmax(320px, 42%);
  gap: 0;
  align-items: start;
  margin-top: 72px;
}

.process-copy h2 {
  margin-bottom: 72px;
  font-size: clamp(68px, 7.2vw, 116px);
}

.process-list {
  border-top: 1px solid var(--line);
}

.process-row {
  position: relative;
  display: grid;
  grid-template-columns: 88px minmax(130px, 1fr) minmax(150px, 250px) 52px;
  gap: 16px;
  align-items: center;
  width: 100%;
  min-height: 112px;
  padding: 12px 18px 12px 4px;
  overflow: hidden;
  border: 0;
  border-bottom: 1px solid var(--line);
  background: transparent;
  color: var(--paper);
  text-align: left;
  cursor: pointer;
  transition: color 320ms var(--ease-out), background-color 320ms var(--ease-out);
}

.process-row::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 0;
  background: var(--paper);
  transform: translateX(-101%);
  transition: transform 420ms var(--ease-out);
}

.process-row > * {
  position: relative;
  z-index: 1;
}

.process-row:hover::before,
.process-row:focus-visible::before,
.process-row.is-active::before {
  transform: translateX(0);
}

.process-row:hover,
.process-row:focus-visible,
.process-row.is-active {
  color: var(--ink);
}

.process-number,
.process-name {
  font-family: "Instrument Serif", Georgia, serif;
  font-size: clamp(48px, 4.8vw, 78px);
  line-height: 0.9;
  letter-spacing: -0.045em;
}

.process-row.is-active .process-number,
.process-row:hover .process-number {
  color: var(--orange);
}

.process-description {
  max-width: 240px;
  font-size: 15px;
  line-height: 1.35;
}

.process-row svg,
.showcase-controls svg,
.download-list svg,
.dock-cta svg {
  width: 48px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.25;
  stroke-linecap: square;
  stroke-linejoin: miter;
  transition: transform 260ms var(--ease-out);
}

.process-row:hover svg,
.process-row:focus-visible svg,
.download-list a:hover svg,
.download-list a:focus-visible svg,
.dock-cta:hover svg,
.dock-cta:focus-visible svg {
  transform: translateX(7px);
}

.process-preview {
  position: sticky;
  top: 8vh;
  margin: 70px 0 0;
  padding-left: 28px;
  transform: rotate(0.7deg);
}

.preview-frame {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.38);
  background: #0d0d0d;
}

.preview-frame::before {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 0;
  border: 8px solid var(--ink);
  pointer-events: none;
}

.preview-frame img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: none;
  transition: opacity 180ms ease, transform 520ms var(--ease-out);
}

.process-preview.is-changing img {
  opacity: 0;
  transform: scale(0.985);
}

.process-preview figcaption {
  padding-left: 4px;
}

.showcase-section {
  padding-bottom: 0;
  overflow: hidden;
}

.showcase-stage {
  position: relative;
  min-height: 820px;
  margin-top: 30px;
}

.showcase-copy {
  position: absolute;
  z-index: 3;
  top: 130px;
  left: 0;
  max-width: 52%;
  pointer-events: none;
}

.showcase-copy h2 {
  font-size: clamp(90px, 11vw, 176px);
}

.showcase-copy h2 span,
.showcase-copy h2 em {
  display: block;
  font-style: normal;
  transition: opacity 180ms ease, transform 380ms var(--ease-out);
}

.showcase-copy h2 em {
  padding-left: 6vw;
}

.showcase-copy p {
  max-width: 330px;
  margin: 54px 0 0 7vw;
  color: #c9c6bf;
  font-size: 17px;
  line-height: 1.45;
  transition: opacity 180ms ease, transform 380ms var(--ease-out);
}

.showcase-stage.is-changing .showcase-copy h2 span,
.showcase-stage.is-changing .showcase-copy h2 em,
.showcase-stage.is-changing .showcase-copy p {
  opacity: 0;
  transform: translateY(18px);
}

.showcase-media {
  position: absolute;
  z-index: 1;
  top: 80px;
  right: -1vw;
  width: min(64vw, 960px);
  margin: 0;
}

.showcase-media::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -20px;
  right: -20px;
  width: 44%;
  height: 45%;
  border-top: 1px solid var(--orange);
  border-right: 1px solid var(--orange);
}

.showcase-media img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: contain;
  border: 1px solid rgba(255, 255, 255, 0.42);
  background: #0d0d0d;
  transition: opacity 190ms ease, transform 420ms var(--ease-out);
}

.showcase-stage.is-changing .showcase-media img {
  opacity: 0;
  transform: translateX(24px);
}

.showcase-controls {
  position: absolute;
  z-index: 4;
  bottom: 84px;
  left: 7vw;
  display: flex;
  gap: 8px;
}

.showcase-controls button {
  display: grid;
  width: 86px;
  height: 54px;
  place-items: center;
  border: 1px solid var(--line);
  background: transparent;
  color: var(--paper);
  cursor: pointer;
  transition: background-color 200ms ease, color 200ms ease;
}

.showcase-controls button:hover,
.showcase-controls button:focus-visible {
  background: var(--paper);
  color: var(--ink);
}

.capability-rail {
  margin: 0 calc(var(--gutter) * -1);
  overflow: hidden;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.capability-rail > div {
  display: flex;
  width: max-content;
  align-items: center;
  gap: 34px;
  padding: 24px 0;
  animation: rail-move 24s linear infinite;
}

.capability-rail span {
  font-family: "Instrument Serif", Georgia, serif;
  font-size: clamp(52px, 6vw, 88px);
  line-height: 0.8;
  letter-spacing: -0.04em;
}

.capability-rail i {
  color: var(--orange);
  font-family: "Geist", Arial, sans-serif;
  font-size: 42px;
  font-style: normal;
}

@keyframes rail-move {
  to {
    transform: translateX(-50%);
  }
}

.orange-poster {
  position: relative;
  min-height: max(760px, 94svh);
  overflow: hidden;
  background: var(--orange);
  color: var(--ink);
  isolation: isolate;
}

.poster-type span,
.download-title span {
  position: absolute;
  display: block;
  line-height: 0.74;
  letter-spacing: -0.07em;
  white-space: nowrap;
}

.poster-host {
  z-index: 1;
  top: 9%;
  left: 3%;
  font-family: "Instrument Serif", Georgia, serif;
  font-size: clamp(150px, 20vw, 330px);
}

.poster-the {
  z-index: 3;
  top: 39%;
  left: 17%;
  color: var(--paper);
  font-family: "Instrument Serif", Georgia, serif;
  font-size: clamp(110px, 15vw, 240px);
  font-style: italic;
}

.poster-project {
  z-index: 3;
  top: 35%;
  right: 1%;
  color: var(--paper);
  font-size: clamp(112px, 16vw, 260px);
  font-weight: 760;
}

.poster-object {
  position: absolute;
  z-index: 2;
  top: 13%;
  left: 38%;
  width: min(36vw, 530px);
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(21, 21, 21, 0.55);
  transform: rotate(2.5deg);
}

.poster-object img {
  width: 100%;
}

.poster-copy {
  position: absolute;
  z-index: 4;
  right: var(--gutter);
  bottom: 7%;
  max-width: 390px;
  margin: 0;
  padding-top: 14px;
  border-top: 1px solid rgba(21, 21, 21, 0.55);
  font-size: 18px;
  line-height: 1.35;
}

.questions-section {
  padding-top: 170px;
  padding-bottom: 190px;
}

.questions-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(250px, 31%);
  gap: 6vw;
  align-items: end;
  margin-top: 84px;
}

.questions-heading h2 {
  font-size: clamp(76px, 9vw, 146px);
}

.questions-heading p {
  max-width: 390px;
  margin: 0 0 0.7em;
  color: #c9c6bf;
  font-size: 18px;
  line-height: 1.45;
}

.accordion {
  margin-top: 120px;
  border-top: 1px solid var(--line);
}

.accordion-item {
  border-bottom: 1px solid var(--line);
}

.accordion-item h3 {
  margin: 0;
}

.accordion-item button {
  display: grid;
  grid-template-columns: 1fr 34px;
  gap: 24px;
  align-items: center;
  width: 100%;
  min-height: 108px;
  padding: 16px 0;
  border: 0;
  background: transparent;
  color: var(--paper);
  text-align: left;
  cursor: pointer;
}

.accordion-item button > span:first-child {
  font-family: "Instrument Serif", Georgia, serif;
  font-size: clamp(34px, 4vw, 60px);
  line-height: 1;
  letter-spacing: -0.035em;
}

.accordion-item button > span:last-child {
  position: relative;
  width: 26px;
  height: 26px;
}

.accordion-item button > span:last-child::before,
.accordion-item button > span:last-child::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 26px;
  height: 1px;
  background: currentColor;
  transition: transform 260ms var(--ease-out);
}

.accordion-item button > span:last-child::after {
  transform: rotate(90deg);
}

.accordion-item.is-open button > span:last-child::after {
  transform: rotate(0deg);
}

.accordion-panel {
  overflow: hidden;
}

.accordion-panel p {
  max-width: 720px;
  margin: 0 0 42px;
  padding-left: 18vw;
  color: #c9c6bf;
  font-size: 18px;
  line-height: 1.5;
}

.download-section {
  background: var(--ink);
}

.download-poster {
  position: relative;
  min-height: 680px;
  overflow: hidden;
  background: var(--orange);
  color: var(--ink);
  isolation: isolate;
}

.download-open {
  z-index: 1;
  top: 7%;
  left: 3%;
  font-family: "Instrument Serif", Georgia, serif;
  font-size: clamp(150px, 20vw, 320px);
}

.download-the {
  z-index: 3;
  top: 42%;
  left: 20%;
  color: var(--paper);
  font-family: "Instrument Serif", Georgia, serif;
  font-size: clamp(104px, 14vw, 224px);
  font-style: italic;
}

.download-room {
  z-index: 3;
  top: 36%;
  right: 1%;
  color: var(--paper);
  font-size: clamp(120px, 18vw, 288px);
  font-weight: 760;
}

.download-object {
  position: absolute;
  z-index: 2;
  top: 5%;
  left: 39%;
  width: min(37vw, 530px);
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(21, 21, 21, 0.58);
  transform: rotate(-1.8deg);
}

.download-panel {
  padding: 44px var(--gutter) 92px;
  background: var(--ink);
}

.download-intro {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  align-items: baseline;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--line);
}

.download-intro p {
  margin: 0;
  font-size: clamp(21px, 2.2vw, 34px);
  letter-spacing: -0.03em;
}

.download-intro a {
  color: var(--muted);
  font-size: 13px;
}

.download-intro a:hover,
.download-intro a:focus-visible,
.download-meta a:hover,
.download-meta a:focus-visible {
  color: var(--paper);
}

.download-list a {
  display: grid;
  grid-template-columns: 76px minmax(280px, 1fr) minmax(260px, 38%) 58px;
  gap: 26px;
  align-items: center;
  min-height: 116px;
  border-bottom: 1px solid var(--line);
}

.download-list strong {
  font-size: clamp(32px, 4.2vw, 66px);
  font-weight: 580;
  line-height: 1;
  letter-spacing: -0.05em;
}

.download-list a > span:nth-child(3) {
  font-size: clamp(17px, 1.6vw, 24px);
}

.os-mark {
  display: grid;
  grid-template-columns: repeat(2, 20px);
  grid-template-rows: repeat(2, 20px);
  gap: 3px;
  width: 43px;
}

.os-mark i {
  background: currentColor;
}

.os-letter {
  font-family: "Instrument Serif", Georgia, serif;
  font-size: 58px;
  line-height: 1;
}

.download-meta {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 24px;
  align-items: center;
  padding-top: 24px;
  color: var(--muted);
  font-size: 13px;
}

.download-meta p {
  margin: 0;
}

.download-meta p:last-child {
  color: var(--paper);
  font-family: "Instrument Serif", Georgia, serif;
  font-size: clamp(28px, 3.4vw, 52px);
  text-align: right;
}

.site-footer {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 28px;
  align-items: end;
  min-height: 290px;
  padding: 80px var(--gutter) 120px;
  background: var(--paper);
  color: var(--ink);
}

.site-footer p {
  margin: 0;
}

.site-footer > p:nth-child(2) {
  text-align: center;
}

.site-footer > p:last-child {
  text-align: right;
}

.footer-mark {
  display: flex;
  align-items: center;
  gap: 14px;
  font-weight: 680;
}

.footer-mark img {
  width: 44px;
  height: 44px;
}

.dock-shell {
  position: fixed;
  z-index: 1200;
  right: 20px;
  bottom: 18px;
  left: 20px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(210px, 21%);
  gap: 16px;
  height: var(--dock-height);
}

.bottom-dock,
.dock-cta {
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.22);
}

.bottom-dock {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: stretch;
  overflow: hidden;
  border-radius: 5px;
  background: var(--paper);
  color: var(--ink);
}

.dock-link {
  position: relative;
  z-index: 2;
  display: grid;
  place-items: center;
  padding: 0 16px;
  font-size: 14px;
  font-weight: 540;
  transition: color 240ms ease;
}

.dock-link.is-active {
  color: var(--paper);
}

.dock-marker {
  position: absolute;
  z-index: 1;
  top: 8px;
  left: 0;
  width: var(--marker-width, 25%);
  height: calc(100% - 16px);
  border-radius: 3px;
  background: var(--ink);
  transform: translateX(var(--marker-x, 8px));
  transition: width 420ms var(--ease-out), transform 420ms var(--ease-out);
}

.dock-cta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 0 24px 0 28px;
  border-radius: 5px;
  background: var(--orange);
  color: var(--ink);
  font-size: clamp(15px, 1.4vw, 20px);
  font-weight: 580;
}

.mobile-dock-mark,
.menu-button {
  display: none;
}

.mobile-menu {
  position: fixed;
  z-index: 1800;
  inset: 0;
  display: grid;
  grid-template-rows: auto 1fr auto;
  padding: 24px var(--gutter) 32px;
  background: var(--ink);
  color: var(--paper);
  visibility: hidden;
  opacity: 0;
  transform: translateY(100%);
  transition: visibility 0s linear 520ms, opacity 300ms ease, transform 520ms var(--ease-out);
}

.mobile-menu.is-open {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0s;
}

.mobile-menu-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--line);
  font-size: 14px;
  font-weight: 650;
  text-transform: uppercase;
}

.mobile-menu-top button {
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  text-transform: uppercase;
}

.mobile-menu nav {
  align-self: center;
}

.mobile-menu nav a {
  display: grid;
  grid-template-columns: 48px 1fr;
  align-items: baseline;
  padding: 13px 0;
  border-bottom: 1px solid var(--line);
  font-family: "Instrument Serif", Georgia, serif;
  font-size: clamp(44px, 14vw, 76px);
  line-height: 0.92;
  letter-spacing: -0.045em;
}

.mobile-menu nav a span {
  color: var(--orange);
  font-family: "Geist", Arial, sans-serif;
  font-size: 11px;
  letter-spacing: 0.08em;
}

.mobile-github {
  justify-self: start;
  color: var(--muted);
  font-size: 13px;
}

.reveal {
  opacity: 1;
  transform: none;
}

.js .reveal {
  opacity: 0;
  transform: translateY(42px);
  transition: opacity 720ms var(--ease-out), transform 720ms var(--ease-out);
}

.js .reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1180px) {
  .hero-screen {
    right: 11%;
    width: 64vw;
  }

  .process-grid {
    grid-template-columns: minmax(0, 61%) minmax(300px, 39%);
  }

  .process-row {
    grid-template-columns: 72px minmax(120px, 1fr) 52px;
  }

  .process-description {
    display: none;
  }

  .showcase-copy {
    max-width: 57%;
  }

  .download-list a {
    grid-template-columns: 64px minmax(230px, 1fr) minmax(210px, 34%) 54px;
  }
}

@media (max-width: 900px) {
  .about-heading,
  .questions-heading {
    grid-template-columns: 1fr;
  }

  .about-heading > p,
  .questions-heading p {
    margin-top: 28px;
  }

  .process-grid {
    grid-template-columns: 1fr;
  }

  .process-row {
    grid-template-columns: 76px minmax(130px, 1fr) minmax(150px, 240px) 48px;
  }

  .process-description {
    display: block;
  }

  .process-preview {
    position: relative;
    top: auto;
    max-width: 760px;
    margin: 72px auto 0;
    padding-left: 0;
    transform: rotate(0.4deg);
  }

  .preview-frame {
    aspect-ratio: 16 / 10;
  }

  .preview-frame img {
    width: 100%;
    height: 100%;
    transform: none;
  }

  .process-preview.is-changing img {
    transform: scale(1.02);
  }

  .showcase-stage {
    min-height: 910px;
  }

  .showcase-copy {
    max-width: 100%;
  }

  .showcase-media {
    top: 370px;
    right: 0;
    width: 100%;
  }

  .showcase-controls {
    bottom: 42px;
    left: 0;
  }

  .poster-object,
  .download-object {
    width: min(45vw, 440px);
  }

  .download-list a {
    grid-template-columns: 58px 1fr 50px;
    gap: 18px;
  }

  .download-list a > span:nth-child(3) {
    grid-column: 2;
    margin-top: -25px;
    color: var(--muted);
    font-size: 15px;
  }

  .download-list svg {
    grid-column: 3;
    grid-row: 1 / span 2;
  }

  .download-meta {
    grid-template-columns: 1fr auto;
  }

  .download-meta p:last-child {
    grid-column: 1 / -1;
    margin-top: 22px;
    text-align: left;
  }
}

@media (max-width: 760px) {
  :root {
    --gutter: 16px;
    --dock-height: 58px;
  }

  .site-mark {
    top: 18px;
  }

  .site-mark > span:first-child {
    font-size: 34px;
  }

  .hero {
    min-height: max(760px, 100svh);
  }

  .hero::before {
    left: 50%;
  }

  .hero::after {
    bottom: 86px;
  }

  .hero-the {
    top: 13%;
    left: 5%;
    font-size: 23vw;
  }

  .hero-writing {
    top: 28%;
    left: 4.5%;
    font-size: 20vw;
  }

  .hero-room {
    top: 39%;
    right: 4%;
    font-size: 20vw;
  }

  .hero-here {
    top: 48%;
    right: 3%;
    font-size: 17vw;
  }

  .hero-object-wrap {
    top: 2%;
    width: min(110vw, 690px);
    opacity: 0.9;
  }

  .hero-screen {
    right: 3%;
    bottom: 89px;
    width: 94%;
    transform: none;
  }

  .screen-bar {
    height: 24px;
    padding: 0 8px;
    font-size: 8px;
  }

  .hero-copy {
    top: auto;
    bottom: calc(96px + 53vw);
    padding: 7px 12px 7px 0;
    background: #101010;
    font-size: 15px;
  }

  .about-section,
  .process-section,
  .showcase-section,
  .questions-section {
    padding-top: 96px;
    padding-bottom: 110px;
  }

  .section-label {
    font-size: 10px;
  }

  .about-heading,
  .questions-heading {
    margin-top: 58px;
  }

  .about-heading h2,
  .questions-heading h2 {
    font-size: 17vw;
  }

  .about-heading h2 span:last-child {
    padding-left: 0;
  }

  .about-heading > p,
  .questions-heading p {
    font-size: 16px;
  }

  .about-media {
    margin-top: 64px;
  }

  .about-media img { height: auto; }

  .about-media figcaption {
    font-size: 9px;
  }

  .about-facts {
    grid-template-columns: 1fr;
    margin-top: 70px;
  }

  .about-facts p {
    min-height: auto;
    padding: 20px 0 28px;
  }

  .about-facts p + p {
    padding-left: 0;
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .about-facts span {
    margin-bottom: 22px;
  }

  .process-grid {
    margin-top: 54px;
  }

  .process-copy h2 {
    margin-bottom: 54px;
    font-size: 16vw;
  }

  .process-row {
    grid-template-columns: 52px 1fr 40px;
    gap: 10px;
    min-height: 94px;
    padding: 12px 8px 12px 2px;
  }

  .process-number,
  .process-name {
    font-size: 12.2vw;
  }

  .process-description {
    grid-column: 2 / 4;
    max-width: 280px;
    margin-top: -8px;
    padding-bottom: 4px;
    font-size: 13px;
  }

  .process-row:not(.is-active) .process-description {
    display: none;
  }

  .process-row svg {
    width: 36px;
  }

  .process-preview {
    margin-top: 54px;
  }

  .process-preview figcaption {
    font-size: 9px;
  }

  .showcase-section {
    padding-bottom: 0;
  }

  .showcase-stage {
    min-height: 770px;
    margin-top: 0;
  }

  .showcase-copy {
    top: 78px;
  }

  .showcase-copy h2 {
    font-size: 20vw;
  }

  .showcase-copy h2 em {
    padding-left: 7vw;
  }

  .showcase-copy p {
    max-width: 260px;
    margin: 32px 0 0 7vw;
    font-size: 15px;
  }

  .showcase-media {
    top: 360px;
  }

  .showcase-media::before {
    top: -10px;
    right: -10px;
  }

  .showcase-controls {
    bottom: 38px;
  }

  .showcase-controls button {
    width: 72px;
    height: 48px;
  }

  .capability-rail > div {
    gap: 22px;
    padding: 20px 0;
  }

  .capability-rail span {
    font-size: 50px;
  }

  .capability-rail i {
    font-size: 28px;
  }

  .orange-poster {
    min-height: 680px;
  }

  .poster-host {
    top: 11%;
    left: 4%;
    font-size: 31vw;
  }

  .poster-the {
    top: 39%;
    left: 7%;
    font-size: 27vw;
  }

  .poster-project {
    top: 55%;
    right: 2%;
    font-size: 22vw;
  }

  .poster-object {
    top: 19%;
    left: 35%;
    width: 58vw;
  }

  .poster-copy {
    right: var(--gutter);
    bottom: 6%;
    left: var(--gutter);
    max-width: none;
    font-size: 15px;
  }

  .questions-section {
    padding-top: 100px;
  }

  .accordion {
    margin-top: 70px;
  }

  .accordion-item button {
    min-height: 88px;
  }

  .accordion-item button > span:first-child {
    font-size: 31px;
  }

  .accordion-panel p {
    margin-bottom: 30px;
    padding-left: 48px;
    font-size: 15px;
  }

  .download-poster {
    min-height: 590px;
  }

  .download-open {
    top: 9%;
    left: 4%;
    font-size: 32vw;
  }

  .download-the {
    top: 40%;
    left: 6%;
    font-size: 27vw;
  }

  .download-room {
    top: 57%;
    right: 2%;
    font-size: 24vw;
  }

  .download-object {
    top: 20%;
    left: 35%;
    width: 59vw;
  }

  .download-panel {
    padding-top: 32px;
    padding-bottom: 82px;
  }

  .download-intro {
    display: block;
  }

  .download-intro p {
    font-size: 22px;
  }

  .download-intro a {
    display: inline-block;
    margin-top: 16px;
  }

  .download-list a {
    grid-template-columns: 42px 1fr 38px;
    min-height: 116px;
  }

  .download-list strong {
    font-size: 32px;
  }

  .download-list a > span:nth-child(3) {
    margin-top: -18px;
    font-size: 13px;
  }

  .download-list svg {
    width: 36px;
  }

  .os-mark {
    grid-template-columns: repeat(2, 14px);
    grid-template-rows: repeat(2, 14px);
    width: 31px;
  }

  .os-letter {
    font-size: 42px;
  }

  .download-meta {
    grid-template-columns: 1fr;
  }

  .download-meta p:last-child {
    grid-column: auto;
    font-size: 34px;
  }

  .site-footer {
    grid-template-columns: 1fr;
    gap: 32px;
    min-height: 360px;
    padding-bottom: 106px;
  }

  .site-footer > p:nth-child(2),
  .site-footer > p:last-child {
    text-align: left;
  }

  .dock-shell {
    right: 10px;
    bottom: 10px;
    left: 10px;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }

  .bottom-dock {
    grid-template-columns: 1fr 1fr;
  }

  .dock-marker,
  .dock-link {
    display: none;
  }

  .mobile-dock-mark,
  .menu-button {
    display: grid;
    place-items: center;
  }

  .mobile-dock-mark {
    font-size: 20px;
    font-weight: 750;
    letter-spacing: -0.08em;
  }

  .menu-button {
    padding: 0;
    border: 0;
    background: transparent;
    color: var(--ink);
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
  }

  .dock-cta {
    gap: 8px;
    padding: 0 12px;
    font-size: 14px;
  }

  .dock-cta span {
    white-space: nowrap;
  }

  .dock-cta svg {
    width: 34px;
  }

  .menu-open .dock-shell {
    opacity: 0;
    pointer-events: none;
  }
}

@media (max-width: 420px) {
  .hero-screen {
    bottom: 82px;
  }

  .hero-copy {
    top: auto;
  }

  .showcase-stage {
    min-height: 730px;
  }

  .showcase-media {
    top: 340px;
  }

  .download-list strong {
    font-size: 28px;
  }

  .dock-cta {
    font-size: 13px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
  }

  .intro-curtain {
    display: none !important;
  }

  .hero-word,
  .js .reveal {
    opacity: 1;
    transform: none;
  }

  .capability-rail > div {
    animation: none;
  }
}
