@font-face {
  font-family: Plex;
  src: url('assets/fonts/ibm-plex-sans-400-700-latin.woff2') format('woff2');
  font-weight: 400 700;
  font-display: swap;
}
@font-face {
  font-family: Mono;
  src: url('assets/fonts/ibm-plex-mono-400-latin.woff2') format('woff2');
  font-display: swap;
}
:root {
  font-family: Plex, Arial, 'Microsoft JhengHei', sans-serif;
  color: #171a17;
  background: #edeae2;
  font-synthesis: none;
  --paper: #edeae2;
  --ink: #171a17;
  --ember: #fa481d;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  overscroll-behavior-x: none;
}
body {
  margin: 0;
}
button,
a {
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  font: inherit;
  color: inherit;
  cursor: pointer;
  border: 0;
  background: none;
}
button:focus-visible,
a:focus-visible {
  outline: 2px solid var(--ember);
  outline-offset: 6px;
}
button:disabled {
  opacity: 0.3;
  cursor: default;
}
::selection {
  background: var(--ember);
  color: var(--paper);
}
.skip {
  position: fixed;
  top: 10px;
  left: 20px;
  padding: 15px;
  background: var(--ink);
  color: white;
  z-index: 20;
  transform: translateY(-160%);
}
.skip:focus {
  transform: none;
}
.masthead {
  position: fixed;
  inset: 0 0 auto;
  z-index: 10;
  height: 92px;
  padding: 0 42px;
  display: flex;
  align-items: center;
  gap: 42px;
  pointer-events: none;
  background: linear-gradient(180deg, #edeae2f5, #edeae2d9 68%, #edeae200);
}
.masthead a,
.masthead button {
  pointer-events: auto;
}
.brand {
  display: flex;
  align-items: center;
}
.brand img {
  width: 101px;
  height: auto;
  max-height: 38px;
  object-fit: contain;
  filter: brightness(0);
}
.brand-note {
  font:
    10px Mono,
    monospace;
  letter-spacing: 0.055em;
}
.masthead nav {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-left: auto;
  font-size: 12px;
  font-weight: 600;
}
.masthead nav a {
  padding: 14px 0;
}
.masthead nav button {
  min-width: 32px;
  min-height: 44px;
  padding: 0;
}
.motion-toggle {
  font-size: 15px;
  border-left: 1px solid #171a172c;
  padding-left: 18px !important;
  margin-left: -14px;
  min-width: 34px !important;
}
.scroll-space {
  position: relative;
  height: 760svh;
}
.stage,
.opening-frame {
  height: 100svh;
  min-height: 500px;
}
.stage {
  position: sticky;
  top: 0;
  overflow: hidden;
  isolation: isolate;
}
/* Reserve the opening before modules load; its artwork and caption keep the
   same containing block when the controller takes over the scroll story. */
.opening-frame {
  position: relative;
}
.ambient {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 56% 53%, #fffdf2 0, transparent 62%), var(--paper);
  z-index: -3;
}
.ambient:after {
  content: '';
  position: absolute;
  inset: 0;
  opacity: 0.15;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.95' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' opacity='.26' filter='url%28%23n%29'/%3E%3C/svg%3E");
  pointer-events: none;
}
.type-world {
  position: absolute;
  inset: 0;
  z-index: -2;
  pointer-events: none;
}
.word {
  position: absolute;
  font-weight: 600;
  letter-spacing: -0.088em;
  line-height: 0.8;
  white-space: nowrap;
  will-change: transform, opacity;
}
.word-spirex {
  font-size: 30.7vw;
  top: 23%;
  left: 0.6%;
}
.word-spirex span {
  font-size: 0.075em;
  letter-spacing: 0;
  position: absolute;
  right: -0.04em;
  top: -0.1em;
}
.word-twist,
.word-grip,
.word-form {
  font-size: 31vw;
  left: -0.015em;
  top: 25%;
  opacity: 0;
}
.word-twist {
  color: var(--ember);
  left: 6vw;
}
.word-form {
  color: #171a171c;
  font-size: 29vw;
  left: 6vw;
}
.sculpture {
  position: absolute;
  inset: 0;
  z-index: 0;
  touch-action: pan-y;
  cursor: grab;
}
.sculpture:active {
  cursor: grabbing;
}
.sculpture canvas {
  display: block;
  width: 100%;
  height: 100%;
  touch-action: pan-y;
}
.fallback-art {
  position: absolute;
  inset: 12% 18%;
  z-index: 0;
  pointer-events: none;
  opacity: 0.8;
}
.fallback-art svg {
  width: 100%;
  height: 100%;
  filter: drop-shadow(12px 38px 20px #393a3038);
}
.scene-ready .fallback-art {
  display: none;
}
.edition {
  position: absolute;
  top: 115px;
  left: 42px;
  right: 42px;
  display: flex;
  justify-content: space-between;
  font:
    10px Mono,
    monospace;
  letter-spacing: 0.025em;
  pointer-events: none;
  z-index: 1;
}
.caption {
  position: absolute;
  z-index: 2;
  left: 42px;
  bottom: 118px;
  max-width: 520px;
  pointer-events: none;
}
.caption a {
  pointer-events: auto;
}
.caption h1,
.caption p {
  font-size: 25px;
  letter-spacing: 0.025em;
  font-weight: 500;
  line-height: 1.5;
  margin: 0 0 13px;
}
.text-link {
  font-size: 12px;
  display: inline-flex;
  padding: 8px 0;
  border-bottom: 1px solid #171a175c;
}
.middle-caption {
  opacity: 0;
  visibility: hidden;
}
.middle-caption p {
  font-size: 20px;
}
.product-panel {
  position: absolute;
  z-index: 3;
  width: 480px;
  right: 6vw;
  bottom: 115px;
  opacity: 0;
  visibility: hidden;
}
.product-heading {
  font:
    11px Mono,
    Plex,
    sans-serif;
  display: flex;
  justify-content: space-between;
  padding-bottom: 22px;
  letter-spacing: 0.035em;
}
.product-options {
  border-top: 1px solid #171a173d;
}
.product-options [data-product] {
  display: flex;
  align-items: center;
  gap: 22px;
  width: 100%;
  border-bottom: 1px solid #171a173d;
  text-align: left;
  padding: 17px 4px;
  font-size: 32px;
  font-weight: 500;
  letter-spacing: -0.04em;
  transition:
    color 0.18s,
    padding 0.18s,
    background 0.18s;
}
.product-options [data-product] > span {
  font:
    10px Mono,
    monospace;
  letter-spacing: 0;
  margin-right: 5px;
}
.product-options svg {
  margin-left: auto;
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
  transition: transform 0.25s;
}
.product-options [data-product][aria-pressed='true'] {
  color: var(--ember);
}
.product-options [data-product][aria-pressed='true'] svg {
  transform: rotate(45deg);
}
.product-options [data-product]:hover {
  padding-left: 12px;
}
.selected-link {
  display: block;
  width: fit-content;
  margin: 20px 0 0 auto;
  font-size: 12px;
  padding: 7px 0;
  border-bottom: 1px solid #171a175c;
}
.contact-panel {
  position: absolute;
  z-index: 3;
  right: 7vw;
  top: 27%;
  width: 41vw;
  opacity: 0;
  visibility: hidden;
}
.contact-eyebrow {
  font:
    11px Mono,
    monospace;
  margin: 0 0 24px;
}
.contact-panel h2 {
  font-size: 7.1vw;
  font-weight: 500;
  line-height: 0.91;
  letter-spacing: -0.065em;
  margin: 0 0 40px;
}
.inquiry {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  background: var(--ember);
  color: #fffaf1;
  padding: 19px 23px;
  width: 290px;
  border-radius: 2px;
  font-size: 16px;
}
.inquiry > span:last-child {
  font-size: 27px;
  line-height: 1;
  transition: transform 0.25s;
}
.inquiry:hover > span:last-child {
  transform: translate(3px, -3px);
}
.back-link {
  font-size: 11px;
  display: block;
  width: fit-content;
  margin-top: 16px;
  padding: 8px 0;
}
.lower-rail {
  position: absolute;
  bottom: max(31px, env(safe-area-inset-bottom));
  left: 42px;
  right: 42px;
  z-index: 4;
  display: flex;
  justify-content: space-between;
  align-items: center;
  pointer-events: none;
}
.lower-rail a,
.lower-rail button {
  pointer-events: auto;
}
.scroll-cue {
  display: flex;
  align-items: center;
  gap: 15px;
  font:
    10px Mono,
    Plex,
    sans-serif;
  letter-spacing: 0.025em;
}
.scroll-arrow {
  width: 37px;
  height: 37px;
  display: grid;
  place-items: center;
  border: 1px solid #171a1750;
  border-radius: 50%;
  font: 19px Plex;
}
.drag-controls {
  display: flex;
  align-items: center;
  gap: 17px;
}
.drag-hint {
  font:
    10px Mono,
    Plex,
    sans-serif;
  opacity: 0.6;
}
.drag-controls button {
  font:
    11px Mono,
    monospace;
  padding: 10px 0 10px 12px;
  display: flex;
  align-items: center;
  gap: 7px;
  min-height: 44px;
}
.drag-controls button span {
  font-size: 23px;
  line-height: 1;
}
.progress-track {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: #171a1709;
  z-index: 5;
}
.progress-track span {
  display: block;
  width: 100%;
  height: 100%;
  background: var(--ember);
  transform: scaleX(0);
  transform-origin: left;
  will-change: transform;
}
.still .scroll-space {
  height: 340svh;
}
.still .word,
.still .caption,
.still .product-panel,
.still .contact-panel {
  will-change: auto;
}
.still .sculpture {
  cursor: default;
}
.arrow-icon {
  width: 15px;
  height: 15px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex: none;
}
.with-arrow {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}
.selected-link.with-arrow {
  display: flex;
}
.inquiry > .arrow-icon {
  width: 26px;
  height: 26px;
  transition: transform 0.25s;
}
.inquiry:hover > .arrow-icon {
  transform: translate(3px, -3px);
}
.scroll-arrow > .arrow-icon {
  width: 19px;
  height: 19px;
}
.drag-controls button > .arrow-icon {
  width: 23px;
  height: 23px;
}
.product-options strong {
  font-weight: inherit;
}
.masthead nav .motion-toggle {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 10px;
  white-space: nowrap;
}
.motion-toggle > svg {
  width: 12px;
  height: 12px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
}
.motion-toggle .play-icon {
  display: none;
}
.motion-toggle[data-off='true'] .pause-icon {
  display: none;
}
.motion-toggle[data-off='true'] .play-icon {
  display: block;
}
.motion-toggle[data-off='true'] {
  color: #a93113;
}
.section-note {
  display: block;
  margin-top: 12px;
  font:
    10px Mono,
    Plex,
    sans-serif;
  letter-spacing: 0.08em;
  color: #63645f;
}
.word-grip {
  color: #171a1719;
}
.edition > span,
.caption[data-layer='grip'] p,
.caption[data-layer='grip'] .section-note {
  width: fit-content;
  background: var(--paper);
  box-shadow: 0 0 0 4px var(--paper);
} /* Short landscape screens keep the sculpture beside the controls. */
@media (min-width: 1600px) {
  .product-panel {
    right: 10vw;
  }
  .contact-panel {
    right: 10vw;
    width: 37vw;
  }
  .contact-panel h2 {
    font-size: 6.2vw;
  }
}
@media (max-width: 760px) {
  .masthead {
    height: 75px;
    padding: 0 22px;
    gap: 0;
  }
  .brand img {
    width: 83px;
  }
  .brand-note {
    display: none;
  }
  .masthead nav {
    font-size: 11px;
    gap: 13px;
  }
  .masthead nav button {
    font-size: 10px;
  }
  .motion-toggle {
    margin-left: -6px;
    padding-left: 14px !important;
  }
  .stage,
  .opening-frame {
    min-height: 460px;
  }
  .edition {
    top: 95px;
    left: 22px;
    right: 22px;
    font-size: 9px;
  }
  .word-spirex {
    font-size: 31vw;
    left: 0.6%;
    top: 24%;
  }
  .word-twist,
  .word-grip {
    font-size: 31vw;
    top: 26%;
  }
  .word-form {
    font-size: 31vw;
    top: 27%;
    left: 3%;
  }
  .caption {
    left: 23px;
    right: 23px;
    bottom: 129px;
    max-width: none;
  }
  .caption h1 {
    font-size: 22px;
    letter-spacing: 0.015em;
  }
  .caption p {
    font-size: 19px;
  }
  .text-link {
    font-size: 11px;
  }
  .lower-rail {
    left: 23px;
    right: 23px;
    bottom: max(24px, env(safe-area-inset-bottom));
  }
  .scroll-cue {
    font-size: 9px;
    gap: 10px;
  }
  .scroll-arrow {
    width: 32px;
    height: 32px;
  }
  .drag-controls {
    gap: 5px;
  }
  .drag-hint {
    display: none;
  }
  .drag-controls button {
    font-size: 10px;
  }
  .product-panel {
    right: 23px;
    left: 23px;
    width: auto;
    bottom: 98px;
  }
  .product-heading {
    font-size: 10px;
    padding-bottom: 12px;
  }
  .product-options [data-product] {
    font-size: 27px;
    padding: 12px 3px;
    gap: 15px;
  }
  .product-options svg {
    width: 20px;
    height: 20px;
  }
  .selected-link {
    margin-top: 12px;
    font-size: 11px;
  }
  .contact-panel {
    left: 23px;
    right: 23px;
    width: auto;
    top: auto;
    bottom: 115px;
  }
  .contact-eyebrow {
    font-size: 9px;
    margin: 0 0 17px;
  }
  .contact-panel h2 {
    line-height: 0.9;
    margin-bottom: 23px;
    max-width: 90%;
    font-size: 14.5vw;
    white-space: nowrap;
  }
  .inquiry {
    width: 100%;
    font-size: 15px;
    padding: 17px 20px;
  }
  .back-link {
    margin-top: 9px;
    font-size: 10px;
  }
  .fallback-art {
    inset: 14% -10% 20%;
  }
  .contact-panel .back-link {
    color: #171a17;
  }
  .masthead nav .motion-toggle {
    padding-left: 10px !important;
    margin-left: 0;
    font-size: 9px;
  }
  .masthead nav .arrow-icon {
    width: 11px;
    height: 11px;
  }
  .masthead nav .with-arrow {
    gap: 3px;
  }
}
@media (max-width: 360px) {
  .masthead {
    padding: 0 16px;
  }
  .masthead nav {
  }
  .brand img {
    width: 72px;
  }
  .edition {
    left: 17px;
    right: 17px;
  }
  .caption,
  .product-panel,
  .contact-panel {
    left: 18px;
    right: 18px;
  }
  .caption {
    bottom: 105px;
  }
  .caption h1 {
    font-size: 19px;
  }
  .lower-rail {
    left: 18px;
    right: 18px;
    bottom: 18px;
  }
  .scroll-cue {
    font-size: 8px;
  }
  .product-panel {
    bottom: 85px;
  }
  .product-options [data-product] {
    font-size: 24px;
    padding: 11px 3px;
  }
  .contact-panel {
    bottom: 91px;
  }
}
@media (max-height: 620px) and (min-width: 761px) {
  .masthead {
    height: 66px;
  }
  .edition {
    top: 79px;
  }
  .caption {
    bottom: 95px;
  }
  .product-panel {
    bottom: 78px;
    width: 390px;
  }
  .product-options [data-product] {
    font-size: 27px;
    padding: 10px 3px;
  }
  .contact-panel {
    top: 23%;
  }
  .contact-panel h2 {
    font-size: 6vw;
    margin-bottom: 20px;
  }
  .lower-rail {
    bottom: 18px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    transition: none !important;
    animation: none !important;
  }
}
@media (max-width: 760px) and (max-height: 740px) {
  .caption {
    bottom: 96px;
  }
  .caption h1 {
    font-size: 20px;
  }
  .caption p {
    font-size: 17px;
  }
  .product-panel {
    bottom: 85px;
  }
  .product-options {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .product-options [data-product] {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 12px;
    padding: 13px 10px;
    font-size: 16px;
    border-right: 1px solid #171a173d;
  }
  .product-options [data-product]:last-child {
    border-right: 0;
  }
  .product-options [data-product] > span {
    grid-column: 1;
    grid-row: 1;
  }
  .product-options [data-product] > strong {
    grid-column: 1/-1;
    grid-row: 2;
    white-space: nowrap;
  }
  .product-options [data-product] > svg {
    grid-column: 2;
    grid-row: 1;
    width: 15px;
    height: 15px;
  }
  .product-options [data-product]:hover {
    padding-left: 10px;
  }
  .product-heading {
    padding-bottom: 12px;
  }
  .selected-link {
    margin-top: 13px;
  }
  .contact-panel {
    bottom: 84px;
  }
  .contact-panel h2 {
    font-size: 13vw;
    margin-bottom: 18px;
  }
  .contact-eyebrow {
    margin-bottom: 12px;
  }
  .inquiry {
    padding: 15px 18px;
  }
  .word-spirex {
    top: 22%;
  }
}
@media (max-width: 360px) and (max-height: 740px) {
  .masthead nav {
    gap: 9px;
  }
  .masthead nav .motion-toggle {
    font-size: 8px;
    gap: 4px;
  }
  .product-options [data-product] {
    font-size: 14px;
    padding-left: 8px;
    padding-right: 8px;
  }
  .product-options [data-product]:hover {
    padding-left: 8px;
  }
  .caption h1 {
    font-size: 18px;
  }
  .product-heading {
    font-size: 9px;
  }
}
@media (max-height: 500px) and (orientation: landscape) {
  .stage,
  .opening-frame {
    min-height: 0;
  }
  .masthead {
    height: 52px;
    padding: 0 24px;
  }
  .brand img {
    width: 80px;
  }
  .brand-note {
    display: none;
  }
  .edition {
    top: 60px;
    left: 24px;
    right: 24px;
    font-size: 9px;
  }
  .caption {
    left: 24px;
    right: auto;
    bottom: 72px;
    max-width: 45%;
  }
  .caption h1,
  .caption p {
    font-size: 18px;
  }
  .product-panel {
    left: auto;
    right: 24px;
    width: 43%;
    bottom: 68px;
  }
  .product-heading {
    font-size: 9px;
    padding-bottom: 8px;
  }
  .product-options {
    display: block;
  }
  .product-options [data-product] {
    display: flex;
    gap: 12px;
    font-size: 20px;
    padding: 6px 3px;
    min-height: 40px;
    border-right: 0;
  }
  .product-options svg {
    width: 18px;
    height: 18px;
  }
  .product-options [data-product]:hover {
    padding-left: 8px;
  }
  .selected-link {
    font-size: 11px;
    margin-top: 8px;
    padding: 7px 0;
  }
  .contact-panel {
    left: auto;
    right: 24px;
    width: 43%;
    top: auto;
    bottom: 68px;
  }
  .contact-eyebrow {
    font-size: 9px;
    margin-bottom: 8px;
  }
  .contact-panel h2 {
    font-size: clamp(28px, 5.5vw, 48px);
    margin-bottom: 12px;
    max-width: none;
  }
  .inquiry {
    width: 100%;
    font-size: 13px;
    padding: 10px 14px;
    min-height: 44px;
  }
  .back-link {
    margin-top: 4px;
    padding: 6px 0;
  }
  .lower-rail {
    left: 24px;
    right: 24px;
    bottom: max(10px, env(safe-area-inset-bottom));
  }
}

/* The document is a usable page before JavaScript takes over the scroll story. */
body:not(.experience-ready) .scroll-space {
  height: auto;
}
body:not(.experience-ready) .stage {
  position: relative;
  height: auto;
  min-height: 100svh;
  overflow: clip;
}
body:not(.experience-ready) :is(.product-panel, .contact-panel) {
  position: relative;
  inset: auto;
  opacity: 1;
  visibility: visible;
  width: auto;
  max-width: 880px;
  margin: 0 auto 80px;
  padding: 0 24px;
  scroll-margin-top: 112px;
}
body:not(.experience-ready) .contact-panel h2 {
  font-size: clamp(44px, 9vw, 92px);
}
body:not(.experience-ready) .inquiry {
  max-width: 100%;
}
body:not(.experience-ready) #motion {
  visibility: hidden;
}
body:not(.experience-ready)
  :is(.sculpture, .middle-caption, .lower-rail, .progress-track, #product-count, .contact-eyebrow) {
  display: none;
}
