:root {
  --font-geist-sans: Arial, Helvetica, sans-serif;
  --font-geist-mono: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  --paper: #f6f6f5;
  --ink: #090a0a;
  --graphite: #5f6469;
  --silver: #b8bdc2;
  --surface: #e9eaeb;
  --hairline: rgba(9, 10, 10, 0.16);
  --carmine: #a82438;
  --radius: 28px;
  --page: max(20px, env(safe-area-inset-left), env(safe-area-inset-right));
  color-scheme: light;
}

@media (prefers-color-scheme: dark) {
  :root {
    --paper: #08090a;
    --ink: #f4f5f5;
    --graphite: #a6abb0;
    --silver: #686e74;
    --surface: #141619;
    --hairline: rgba(244, 245, 245, 0.16);
    --carmine: #df4557;
    color-scheme: dark;
  }

  .scene-widget:not(.widget-1)::after,
  .curated-image::after {
    position: absolute;
    z-index: 1;
    inset: 0;
    background: rgba(0, 0, 0, 0.07);
    content: "";
    pointer-events: none;
  }

  .visual-widget > span,
  .curated-image figcaption {
    z-index: 2;
  }
}

* {
  box-sizing: border-box;
}

[hidden] {
  display: none !important;
}

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

body {
  margin: 0;
  overflow-x: hidden;
  overflow-x: clip;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-geist-sans), Arial, sans-serif;
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: antialiased;
}

body.dialog-open {
  overflow: hidden;
}

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

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

.anchor-alias {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  pointer-events: none;
}

.intro-signal {
  position: fixed;
  z-index: 100;
  inset: 0;
  display: grid;
  grid-template-rows: auto 1fr;
  gap: 30px;
  padding: max(22px, env(safe-area-inset-top)) var(--page) max(22px, env(safe-area-inset-bottom));
  background: var(--paper);
  color: var(--ink);
  opacity: 1;
  pointer-events: none;
  transition: opacity 650ms cubic-bezier(0.22, 1, 0.36, 1);
}

.intro-signal.is-leaving {
  opacity: 0;
}

.intro-signal > span {
  font-size: 15px;
  font-weight: 650;
  letter-spacing: -0.025em;
}

.intro-signal svg {
  width: min(68vw, 360px);
  align-self: center;
  justify-self: center;
  overflow: visible;
}

.intro-signal path {
  stroke: var(--silver);
  stroke-width: 1.15;
  vector-effect: non-scaling-stroke;
}

.intro-signal circle {
  fill: var(--carmine);
}

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

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

button {
  border: 0;
  background: none;
  cursor: pointer;
}

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

img {
  display: block;
  width: 100%;
}

::selection {
  background: var(--carmine);
  color: #fff;
}

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

.arrow {
  width: 0.9em;
  height: 0.9em;
  flex: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.35;
}

.eyebrow,
.scene-index,
.visual-widget > span,
.dialog-kicker {
  margin: 0;
  font-family: var(--font-geist-mono), monospace;
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.12em;
  line-height: 1.3;
  text-transform: uppercase;
}

.site-header {
  position: fixed;
  z-index: 50;
  top: max(18px, env(safe-area-inset-top));
  left: var(--page);
  right: var(--page);
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--ink);
  pointer-events: none;
  transition: color 700ms cubic-bezier(0.22, 1, 0.36, 1);
}

.site-header.on-inverse {
  color: var(--paper);
}

.site-header > *,
.site-header nav > * {
  pointer-events: auto;
}

.wordmark {
  font-size: 15px;
  font-weight: 650;
  letter-spacing: -0.025em;
}

.site-header nav {
  display: flex;
  align-items: center;
  gap: 17px;
  font-size: 13px;
}

.site-header nav > a {
  display: none;
}

.site-header nav button {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  gap: 10px;
  padding: 0 18px;
  border: 1px solid color-mix(in srgb, currentColor 24%, transparent);
  border-radius: 999px;
  background: transparent;
  color: inherit;
  transition: color 700ms cubic-bezier(0.22, 1, 0.36, 1), transform 500ms cubic-bezier(0.22, 1, 0.36, 1);
}

.site-header.on-inverse nav button {
  color: inherit;
}

.site-header nav button:active,
.closing button:active,
.submit-button:active {
  transform: scale(0.975);
}

.theatre {
  position: relative;
  height: 760vh;
  height: 760svh;
  background: var(--paper);
}

.scene {
  --w1-x: 39;
  --w1-y: 11;
  --w1-w: 60;
  --w1-h: 39;
  --w1-r: 0;
  --w1-o: 1;
  --w2-x: 5;
  --w2-y: 18;
  --w2-w: 32;
  --w2-h: 19;
  --w2-r: -2;
  --w2-o: 0;
  --w3-x: 6;
  --w3-y: 12;
  --w3-w: 35;
  --w3-h: 18;
  --w3-r: 0;
  --w3-o: 0;
  --w4-x: -15;
  --w4-y: 17;
  --w4-w: 45.08;
  --w4-h: 30.36;
  --w4-r: -2.7;
  --w4-o: 0;
  --w5-x: 54;
  --w5-y: 18;
  --w5-w: 55.2;
  --w5-h: 22.08;
  --w5-r: 2.4;
  --w5-o: 0;
  position: sticky;
  z-index: 1;
  top: 0;
  height: 100vh;
  height: 100svh;
  min-height: 620px;
  overflow: hidden;
  background: var(--paper);
  isolation: isolate;
}

.scene-index {
  position: absolute;
  z-index: 8;
  top: max(88px, calc(env(safe-area-inset-top) + 66px));
  left: var(--page);
  right: var(--page);
  display: flex;
  justify-content: space-between;
  color: var(--graphite);
}

.living-thread {
  position: absolute;
  z-index: 1;
  inset: 2% -18% -2% -18%;
  width: 136%;
  height: 100%;
  overflow: visible;
  pointer-events: none;
}

.living-thread path {
  fill: none;
  vector-effect: non-scaling-stroke;
}

.thread-silver {
  stroke: var(--silver);
  stroke-width: 2.8;
  opacity: 0.72;
}

.thread-ink {
  stroke: var(--ink);
  stroke-width: 0.72;
  opacity: 0.78;
}

.thread-dot {
  fill: var(--carmine);
  vector-effect: non-scaling-stroke;
}

.visual-widget {
  position: absolute;
  z-index: 2;
  overflow: hidden;
  border: 1px solid var(--hairline);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: 0 20px 48px rgba(9, 10, 10, 0.07);
  transform-origin: 50% 50%;
  contain: layout paint style;
  will-change: width, height, transform, opacity;
}

.visual-widget picture,
.visual-widget img {
  width: 100%;
  height: 100%;
}

.visual-widget img {
  object-fit: cover;
}

.visual-widget > span {
  position: absolute;
  right: 10px;
  bottom: 10px;
  padding: 6px 8px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 999px;
  background: rgba(9, 10, 10, 0.58);
  color: #fff;
  font-size: 7px;
  letter-spacing: 0.1em;
}

.scene-widget {
  top: 0;
  left: 0;
  width: calc(var(--widget-w) * 1%);
  height: calc(var(--widget-h) * 1%);
  opacity: var(--widget-o);
  transform: translate3d(calc(var(--widget-x) * 1vw), calc(var(--widget-y) * 1vh), 0) rotate(calc(var(--widget-r) * 1deg));
  transform: translate3d(calc(var(--widget-x) * 1vw), calc(var(--widget-y) * 1svh), 0) rotate(calc(var(--widget-r) * 1deg));
}

.scene-placeholder {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background:
    radial-gradient(circle at 64% 38%, color-mix(in srgb, var(--carmine) 18%, transparent) 0 3px, transparent 4px),
    linear-gradient(145deg, color-mix(in srgb, var(--silver) 42%, var(--surface)), var(--surface));
}

.scene-placeholder::before,
.scene-placeholder::after {
  position: absolute;
  width: 120%;
  height: 70%;
  border: 1px solid color-mix(in srgb, var(--ink) 20%, transparent);
  border-radius: 50%;
  content: "";
}

.scene-placeholder::before {
  top: 8%;
  left: -54%;
  transform: rotate(-18deg);
}

.scene-placeholder::after {
  right: -46%;
  bottom: -18%;
  transform: rotate(22deg);
}

.scene-placeholder > span {
  position: absolute;
  z-index: 1;
  left: 14px;
  bottom: 14px;
  max-width: calc(100% - 28px);
  color: var(--graphite);
  font-family: var(--font-geist-mono), monospace;
  font-size: 8px;
  letter-spacing: 0.08em;
  line-height: 1.4;
  text-transform: uppercase;
}

.widget-1 {
  --widget-x: var(--w1-x);
  --widget-y: var(--w1-y);
  --widget-w: var(--w1-w);
  --widget-h: var(--w1-h);
  --widget-r: var(--w1-r);
  --widget-o: var(--w1-o);
}

.widget-2 {
  --widget-x: var(--w2-x);
  --widget-y: var(--w2-y);
  --widget-w: var(--w2-w);
  --widget-h: var(--w2-h);
  --widget-r: var(--w2-r);
  --widget-o: var(--w2-o);
}

.widget-3 {
  --widget-x: var(--w3-x);
  --widget-y: var(--w3-y);
  --widget-w: var(--w3-w);
  --widget-h: var(--w3-h);
  --widget-r: var(--w3-r);
  --widget-o: var(--w3-o);
}

.widget-4 {
  --widget-x: var(--w4-x);
  --widget-y: var(--w4-y);
  --widget-w: var(--w4-w);
  --widget-h: var(--w4-h);
  --widget-r: var(--w4-r);
  --widget-o: var(--w4-o);
}

.widget-5 {
  --widget-x: var(--w5-x);
  --widget-y: var(--w5-y);
  --widget-w: var(--w5-w);
  --widget-h: var(--w5-h);
  --widget-r: var(--w5-r);
  --widget-o: var(--w5-o);
}

.widget-1 img {
  object-position: 72% 50%;
}

.widget-2 img {
  object-position: 50% 58%;
}

.widget-3 img {
  object-position: 50% 64%;
}

.widget-4 img {
  object-position: 50% 63%;
}

.widget-5 img {
  object-position: 50% 52%;
}

.act-copies {
  position: absolute;
  z-index: 5;
  inset: 0;
  pointer-events: none;
}

.act-copy {
  position: absolute;
  right: var(--page);
  bottom: 66px;
  left: var(--page);
  display: flex;
  flex-direction: column;
  opacity: 0;
  pointer-events: none;
  transform: translate3d(0, 22px, 0);
  transition: opacity 820ms cubic-bezier(0.22, 1, 0.36, 1), transform 920ms cubic-bezier(0.22, 1, 0.36, 1);
}

.act-copy.is-active {
  opacity: 1;
  pointer-events: auto;
  transform: translate3d(0, 0, 0);
}

.act-copy > p {
  order: 0;
  margin: 0 0 13px;
  color: var(--graphite);
  font-family: var(--font-geist-mono), monospace;
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.11em;
  line-height: 1.3;
}

.act-copy h1,
.act-copy h2 {
  max-width: 94%;
  margin: 0;
  font-size: clamp(47px, 12.8vw, 74px);
  font-weight: 430;
  letter-spacing: -0.065em;
  line-height: 0.89;
  text-wrap: balance;
}

.act-foot {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 14px;
  margin-top: 20px;
}

.act-foot > span {
  max-width: 285px;
  color: var(--graphite);
  font-size: 13px;
  letter-spacing: -0.015em;
  line-height: 1.45;
}

.act-foot a,
.act-foot button {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  gap: 9px;
  padding: 0;
  border-bottom: 1px solid var(--hairline);
  font-size: 11px;
  white-space: nowrap;
}

.act-copy[data-index="1"],
.act-copy[data-index="3"] {
  left: 45%;
}

.act-copy[data-index="1"] h2,
.act-copy[data-index="3"] h2 {
  font-size: clamp(42px, 11.6vw, 68px);
}

.act-copy[data-index="1"] .act-foot,
.act-copy[data-index="3"] .act-foot {
  grid-template-columns: 1fr;
}

.act-copy[data-index="1"] .act-foot a,
.act-copy[data-index="1"] .act-foot button,
.act-copy[data-index="3"] .act-foot a,
.act-copy[data-index="3"] .act-foot button {
  justify-self: start;
}

.scene-progress {
  position: absolute;
  z-index: 9;
  right: var(--page);
  bottom: 21px;
  left: var(--page);
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 6px;
}

.scene-progress span {
  height: 1px;
  background: var(--hairline);
  transform: scaleX(1);
  transform-origin: 0 50%;
  transition: background-color 900ms cubic-bezier(0.22, 1, 0.36, 1);
}

.scene-progress span.is-active {
  background: var(--ink);
}

.inverse-surface {
  background: var(--ink);
  color: var(--paper);
}

.trace {
  position: relative;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  padding: 108px var(--page) 30px;
}

.trace > p {
  position: relative;
  z-index: 2;
  max-width: 900px;
  margin: auto 0;
  font-size: clamp(50px, 13vw, 98px);
  font-weight: 430;
  letter-spacing: -0.065em;
  line-height: 0.9;
}

.trace > span {
  position: relative;
  z-index: 2;
  align-self: flex-end;
  font-family: var(--font-geist-mono), monospace;
  font-size: 9px;
  letter-spacing: 0.12em;
}

.trace-line {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.trace-line::before,
.trace-line::after,
.trace-line i {
  position: absolute;
  display: block;
  height: 1px;
  content: "";
  transform: rotate(-24deg);
  transform-origin: 50% 50%;
}

.trace-line::before {
  top: 49%;
  right: -25%;
  left: -25%;
  background: var(--silver);
  opacity: 0.5;
}

.trace-line::after {
  top: calc(49% - 1px);
  right: -25%;
  left: -25%;
  background: var(--paper);
  opacity: 0.16;
}

.trace-line i {
  z-index: 1;
  top: calc(49% - 3px);
  left: 62%;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--carmine);
}

.curated,
.record {
  padding: 112px var(--page);
}

.section-intro,
.record-intro {
  max-width: 760px;
}

.section-intro .eyebrow,
.record-intro .eyebrow,
.practice .eyebrow {
  color: var(--graphite);
}

.section-intro h2,
.record-intro h2,
.practice h2 {
  margin: 22px 0 0;
  font-size: clamp(52px, 14vw, 98px);
  font-weight: 430;
  letter-spacing: -0.067em;
  line-height: 0.9;
}

.section-deck,
.record-intro > p:last-child {
  max-width: 440px;
  margin: 28px 0 0;
  color: var(--graphite);
  font-size: 16px;
  letter-spacing: -0.02em;
  line-height: 1.45;
}

.curated-list {
  margin-top: 110px;
}

.curated-item {
  display: grid;
  gap: 30px;
  min-height: 82svh;
  align-content: center;
  padding: 64px 0;
  border-top: 1px solid var(--hairline);
}

.curated-image,
.focus-field {
  position: relative;
  overflow: hidden;
  margin: 0;
  border: 1px solid var(--hairline);
  border-radius: var(--radius);
  background: var(--surface);
}

.curated-image {
  aspect-ratio: 4 / 5;
}

.curated-item-3 .curated-image {
  aspect-ratio: 3 / 2;
}

.curated-image img {
  height: 100%;
  object-fit: cover;
}

.curated-image figcaption {
  position: absolute;
  right: 12px;
  bottom: 12px;
  padding: 8px 10px;
  border-radius: 999px;
  background: rgba(9, 10, 10, 0.62);
  color: #fff;
  font-family: var(--font-geist-mono), monospace;
  font-size: 8px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.focus-field {
  aspect-ratio: 1 / 1;
  display: grid;
  place-items: center;
}

.focus-field svg {
  width: 88%;
  overflow: visible;
}

.focus-field path {
  stroke: var(--silver);
  stroke-linecap: round;
  stroke-width: 1.6;
  vector-effect: non-scaling-stroke;
}

.focus-field circle {
  fill: var(--carmine);
}

.curated-copy {
  align-self: center;
}

.curated-copy .eyebrow {
  color: var(--graphite);
}

.curated-copy h3 {
  max-width: 520px;
  margin: 18px 0 0;
  font-size: clamp(40px, 10vw, 72px);
  font-weight: 430;
  letter-spacing: -0.06em;
  line-height: 0.92;
}

.curated-copy > p:not(.eyebrow) {
  max-width: 430px;
  margin: 24px 0 0;
  color: var(--graphite);
  font-size: 15px;
  line-height: 1.48;
}

.curated-copy > span {
  display: block;
  margin-top: 26px;
  font-family: var(--font-geist-mono), monospace;
  font-size: 9px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.method {
  display: grid;
  gap: 96px;
  min-height: 100svh;
  padding: 120px var(--page);
}

.method-intro .eyebrow {
  color: var(--silver);
}

.method-intro h2 {
  max-width: 820px;
  margin: 22px 0 0;
  font-size: clamp(55px, 14vw, 105px);
  font-weight: 430;
  letter-spacing: -0.067em;
  line-height: 0.88;
}

.method-intro > p:last-child {
  max-width: 455px;
  margin: 30px 0 0;
  color: var(--silver);
  font-size: 15px;
  line-height: 1.48;
}

.method-list {
  align-self: end;
}

.method-list article {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 8px 14px;
  padding: 22px 0;
  border-top: 1px solid color-mix(in srgb, var(--paper) 20%, transparent);
}

.method-list article > span {
  padding-top: 7px;
  color: var(--silver);
  font-family: var(--font-geist-mono), monospace;
  font-size: 9px;
  letter-spacing: 0.1em;
}

.method-list h3 {
  margin: 0;
  font-size: 29px;
  font-weight: 450;
  letter-spacing: -0.045em;
}

.method-list p {
  grid-column: 2;
  max-width: 390px;
  margin: 0;
  color: var(--silver);
  font-size: 13px;
  line-height: 1.45;
}

.practice {
  position: relative;
  display: grid;
  min-height: 100svh;
  align-content: space-between;
  gap: 80px;
  overflow: hidden;
  padding: 120px var(--page);
}

.practice-number {
  display: flex;
  align-items: flex-end;
  gap: 17px;
}

.practice-number strong {
  font-size: clamp(68px, 20vw, 108px);
  font-weight: 430;
  letter-spacing: -0.075em;
  line-height: 0.78;
}

.practice-number span {
  padding-bottom: 3px;
  color: var(--graphite);
  font-family: var(--font-geist-mono), monospace;
  font-size: 9px;
  letter-spacing: 0.1em;
  line-height: 1.5;
}

.practice-copy {
  max-width: 670px;
}

.practice-copy h2 {
  font-size: clamp(49px, 12.5vw, 86px);
}

.practice-copy > p:not(.eyebrow) {
  max-width: 480px;
  margin: 24px 0 0;
  color: var(--graphite);
  font-size: 15px;
  line-height: 1.48;
}

.record {
  border-top: 1px solid var(--hairline);
}

.record-intro h2 {
  font-size: clamp(52px, 13vw, 92px);
}

.record-ledger {
  margin-top: 90px;
  border-bottom: 1px solid var(--hairline);
}

.record-controls {
  display: flex;
  justify-content: flex-end;
  margin-top: 44px;
}

.record-controls + .record-ledger {
  margin-top: 28px;
}

.record-controls .record-toggle {
  margin-top: 0;
}

.record-ledger > a,
.record-ledger > div {
  display: grid;
  grid-template-columns: 45px minmax(0, 1.1fr) minmax(0, 0.9fr) auto;
  align-items: baseline;
  gap: 10px;
  min-height: 72px;
  padding: 21px 0;
  border-top: 1px solid var(--hairline);
}

.record-ledger time {
  color: var(--graphite);
  font-family: var(--font-geist-mono), monospace;
  font-size: 9px;
  letter-spacing: 0.08em;
}

.record-ledger strong {
  overflow: hidden;
  font-size: 14px;
  font-weight: 520;
  letter-spacing: -0.02em;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.record-ledger span {
  overflow: hidden;
  color: var(--graphite);
  font-size: 12px;
  text-align: right;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.record-toggle {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  gap: 12px;
  margin-top: 30px;
  padding: 0 19px;
  border: 1px solid var(--hairline);
  border-radius: 999px;
  font-size: 13px;
}

.record-toggle .arrow {
  transition: transform 500ms cubic-bezier(0.22, 1, 0.36, 1);
}

.record-toggle[aria-expanded="true"] .arrow {
  transform: rotate(180deg);
}

.closing {
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 118px var(--page) max(24px, env(safe-area-inset-bottom));
}

.closing > div {
  margin: auto 0;
}

.closing .eyebrow {
  color: var(--silver);
}

.closing h2 {
  max-width: 900px;
  margin: 22px 0 0;
  font-size: clamp(55px, 14vw, 108px);
  font-weight: 430;
  letter-spacing: -0.07em;
  line-height: 0.88;
}

.closing > div > p:not(.eyebrow) {
  max-width: 500px;
  margin: 28px 0 0;
  color: var(--silver);
  font-size: 15px;
  line-height: 1.48;
}

.closing > div > button,
.submit-button {
  display: inline-flex;
  min-height: 56px;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin-top: 34px;
  padding: 0 23px;
  border-radius: 999px;
  background: var(--paper);
  color: var(--ink);
  font-size: 14px;
  transition: transform 500ms cubic-bezier(0.22, 1, 0.36, 1);
}

.closing footer {
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 12px 20px;
  padding-top: 20px;
  border-top: 1px solid color-mix(in srgb, var(--paper) 18%, transparent);
  color: var(--silver);
  font-size: 10px;
  line-height: 1.4;
}

.dialog-layer {
  width: 100%;
  max-width: none;
  height: 100%;
  max-height: none;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--ink);
}

.dialog-layer::backdrop {
  background: rgba(9, 10, 10, 0.64);
  backdrop-filter: blur(12px);
}

.inquiry-dialog {
  position: absolute;
  inset: auto 0 0;
  max-height: 94vh;
  max-height: 94svh;
  overflow-y: auto;
  padding: 32px var(--page) max(34px, env(safe-area-inset-bottom));
  border-radius: 30px 30px 0 0;
  background: var(--paper);
  color: var(--ink);
  box-shadow: 0 -30px 100px rgba(0, 0, 0, 0.16);
  animation: dialog-in 760ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

@keyframes dialog-in {
  from { transform: translateY(7%); opacity: 0; }
  to { transform: translateY(0); opacity: 1; }
}

.dialog-close {
  float: right;
  min-height: 38px;
  padding: 0 15px;
  border: 1px solid var(--hairline);
  border-radius: 999px;
  font-size: 12px;
}

.dialog-kicker {
  margin-top: 6px;
  color: var(--graphite);
}

.inquiry-dialog h2 {
  clear: both;
  max-width: 820px;
  margin: 38px 0 0;
  font-size: clamp(47px, 12.5vw, 90px);
  font-weight: 430;
  letter-spacing: -0.067em;
  line-height: 0.9;
}

.dialog-intro {
  margin: 18px 0 0;
  color: var(--graphite);
  font-size: 14px;
}

.inquiry-dialog form {
  display: grid;
  gap: 25px;
  margin-top: 42px;
}

.honeypot {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
}

.inquiry-dialog fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

.inquiry-dialog legend,
.inquiry-dialog label > span {
  display: block;
  margin-bottom: 10px;
  color: var(--graphite);
  font-family: var(--font-geist-mono), monospace;
  font-size: 9px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.choice-row {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.choice-row label {
  cursor: pointer;
}

.choice-row input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
}

.choice-row label > span {
  min-height: 39px;
  display: inline-flex;
  align-items: center;
  margin: 0;
  padding: 0 14px;
  border: 1px solid var(--hairline);
  border-radius: 999px;
  color: var(--ink);
  font-family: inherit;
  font-size: 11px;
  letter-spacing: 0;
  text-transform: none;
  transition: background-color 400ms ease, color 400ms ease;
}

.choice-row input:checked + span {
  background: var(--ink);
  color: var(--paper);
}

.choice-row input:focus-visible + span {
  outline: 2px solid var(--carmine);
  outline-offset: 3px;
}

.inquiry-dialog input:not([type="radio"]),
.inquiry-dialog textarea {
  width: 100%;
  padding: 0 0 12px;
  border: 0;
  border-bottom: 1px solid var(--hairline);
  border-radius: 0;
  outline: 0;
  background: transparent;
  font-size: 17px;
}

.inquiry-dialog textarea {
  min-height: 90px;
  resize: vertical;
}

.inquiry-dialog input:focus,
.inquiry-dialog textarea:focus {
  border-bottom-color: var(--carmine);
}

.inquiry-dialog .submit-button {
  justify-self: start;
  margin-top: 4px;
  background: var(--ink);
  color: var(--paper);
}

.inquiry-dialog .submit-button:disabled {
  cursor: wait;
  opacity: 0.58;
}

.form-error {
  margin: -10px 0 0;
  color: var(--graphite);
  font-size: 12px;
  line-height: 1.45;
}

.form-error a,
.privacy-note a,
.contact-fallback a {
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

.form-error-summary {
  padding: 14px 16px;
  border: 1px solid var(--carmine);
  border-radius: 14px;
  font-size: 12px;
  line-height: 1.45;
}

.form-error-summary ul {
  margin: 8px 0 0;
  padding-left: 18px;
}

.production-transport-notice,
.contact-fallback {
  margin: 0;
  color: var(--graphite);
  font-size: 10px;
  line-height: 1.5;
}

.privacy-note {
  color: var(--graphite);
  font-size: 10px;
}

.noscript-note {
  position: fixed;
  z-index: 190;
  right: 16px;
  bottom: 16px;
  left: 16px;
  display: grid;
  gap: 4px;
  max-width: 520px;
  padding: 16px;
  border: 1px solid var(--hairline);
  border-radius: 16px;
  background: var(--paper);
  color: var(--ink);
  box-shadow: 0 18px 60px rgba(9, 10, 10, 0.18);
  font-size: 12px;
  line-height: 1.45;
}

.inquiry-ready {
  max-width: 520px;
  margin-top: 54px;
  padding-top: 26px;
  border-top: 1px solid var(--hairline);
}

.inquiry-ready p {
  margin: 0;
  font-size: 18px;
  line-height: 1.45;
}

.inquiry-ready button {
  margin-top: 22px;
  padding-bottom: 4px;
  border-bottom: 1px solid var(--hairline);
  font-size: 13px;
}

@media (min-width: 700px) {
  :root {
    --page: max(32px, env(safe-area-inset-left), env(safe-area-inset-right));
    --radius: 36px;
  }

  .site-header {
    top: max(22px, env(safe-area-inset-top));
  }

  .site-header nav {
    gap: 28px;
  }

  .site-header nav > a {
    display: inline;
  }

  .site-header nav button {
    min-height: 44px;
    padding: 0 20px;
  }

  .scene-index {
    top: max(94px, calc(env(safe-area-inset-top) + 72px));
  }

  .living-thread {
    inset: 0 -4%;
    width: 108%;
  }

  .visual-widget > span {
    right: 14px;
    bottom: 14px;
    font-size: 8px;
  }

  .act-copy {
    top: 23%;
    right: auto;
    bottom: auto;
    left: var(--page);
    width: 45%;
  }

  .act-copy[data-index="1"],
  .act-copy[data-index="3"] {
    right: var(--page);
    left: auto;
    width: 41%;
  }

  .act-copy h1,
  .act-copy h2,
  .act-copy[data-index="1"] h2,
  .act-copy[data-index="3"] h2 {
    font-size: clamp(64px, 7.2vw, 112px);
  }

  .act-copy h1,
  .act-copy h2 {
    max-width: 100%;
  }

  .act-foot {
    max-width: 560px;
    grid-template-columns: minmax(200px, 1fr) auto;
    margin-top: 28px;
  }

  .act-copy[data-index="1"] .act-foot,
  .act-copy[data-index="3"] .act-foot {
    grid-template-columns: minmax(200px, 1fr) auto;
  }

  .act-foot > span {
    font-size: 14px;
  }

  .scene-progress {
    bottom: 26px;
  }

  .trace,
  .curated,
  .method,
  .practice,
  .record,
  .closing {
    padding-right: var(--page);
    padding-left: var(--page);
  }

  .trace > p {
    width: 76%;
    font-size: clamp(84px, 10vw, 148px);
  }

  .curated,
  .record {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .section-intro h2,
  .record-intro h2 {
    font-size: clamp(80px, 9vw, 136px);
  }

  .curated-list {
    margin-top: 150px;
  }

  .curated-item {
    grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.95fr);
    gap: 8vw;
    min-height: 90svh;
    padding: 8svh 0;
  }

  .curated-item-2 .curated-copy {
    order: -1;
  }

  .curated-image,
  .focus-field {
    max-height: 74svh;
  }

  .curated-copy h3 {
    font-size: clamp(57px, 5.4vw, 86px);
  }

  .method {
    grid-template-columns: minmax(0, 1.2fr) minmax(330px, 0.8fr);
    align-items: end;
    gap: 8vw;
    padding-top: 160px;
    padding-bottom: 80px;
  }

  .method-intro h2 {
    font-size: clamp(78px, 7.8vw, 122px);
  }

  .method-list article {
    grid-template-columns: 42px 0.45fr 1fr;
    align-items: baseline;
    padding: 26px 0;
  }

  .method-list p {
    grid-column: 3;
  }

  .practice {
    grid-template-columns: 0.9fr 1.1fr;
    align-items: end;
    padding-top: 150px;
    padding-bottom: 120px;
  }

  .practice-number strong {
    font-size: clamp(88px, 12vw, 128px);
  }

  .practice-copy {
    justify-self: end;
    padding-bottom: 2vw;
  }

  .practice-copy h2 {
    font-size: clamp(64px, 6.5vw, 104px);
  }

  .record-intro {
    display: grid;
    max-width: none;
    grid-template-columns: 1.3fr 0.7fr;
    gap: 40px;
    align-items: end;
  }

  .record-intro .eyebrow {
    grid-column: 1 / -1;
  }

  .record-intro h2 {
    margin-bottom: -0.08em;
  }

  .record-intro > p:last-child {
    margin: 0;
    justify-self: end;
  }

  .record-ledger {
    margin-top: 110px;
  }

  .record-ledger > a,
  .record-ledger > div {
    grid-template-columns: 70px minmax(0, 1.3fr) minmax(0, 0.7fr) auto;
    min-height: 76px;
    padding: 23px 0;
  }

  .record-ledger strong {
    font-size: 16px;
  }

  .record-ledger span {
    font-size: 13px;
  }

  .closing {
    padding-top: 150px;
  }

  .closing h2 {
    font-size: clamp(82px, 9vw, 145px);
  }

  .closing footer {
    grid-template-columns: 1fr auto auto;
    gap: 20px;
  }

  .closing footer > *:last-child {
    justify-self: end;
  }

  .inquiry-dialog {
    inset: 4vh 4vw 0 auto;
    width: min(760px, 70vw);
    max-height: 92vh;
    padding: 42px 44px 50px;
    border-radius: 36px 36px 0 0;
  }

  .inquiry-dialog form {
    grid-template-columns: 1fr 1fr;
  }

  .inquiry-dialog fieldset,
  .wide-field,
  .submit-button,
  .form-error,
  .privacy-note {
    grid-column: 1 / -1;
  }
}

@media (min-width: 1180px) {
  :root {
    --page: max(48px, env(safe-area-inset-left), env(safe-area-inset-right));
    --radius: 40px;
  }

  .site-header {
    top: 28px;
  }

  .wordmark {
    font-size: 17px;
  }

  .scene-index {
    top: 105px;
  }

  .act-copy {
    top: 26%;
    width: 43%;
  }

  .act-copy[data-index="1"],
  .act-copy[data-index="3"] {
    width: 40%;
  }

  .act-copy h1,
  .act-copy h2,
  .act-copy[data-index="1"] h2,
  .act-copy[data-index="3"] h2 {
    font-size: clamp(76px, 6.4vw, 116px);
  }

  .act-foot {
    margin-top: 34px;
  }

  .curated-item {
    gap: 10vw;
  }

  .curated-item-1 .focus-field,
  .curated-item-3 .curated-image {
    margin-right: 8vw;
  }

  .curated-item-2 .curated-image {
    margin-left: 8vw;
  }
}

@media (min-width: 700px) and (max-width: 899px) {
  .curated-item,
  .method,
  .practice,
  .record-intro {
    grid-template-columns: 1fr;
  }

  .curated-item {
    gap: 38px;
    min-height: auto;
    padding: 90px 0;
  }

  .curated-item-2 .curated-copy {
    order: 0;
  }

  .curated-image,
  .focus-field {
    width: min(76vw, 620px);
    max-height: none;
  }

  .method {
    gap: 80px;
  }

  .practice {
    align-content: center;
  }

  .practice-copy {
    justify-self: start;
  }

  .record-intro > p:last-child {
    justify-self: start;
    margin-top: 26px;
  }
}

@media (max-width: 360px) {
  .act-copy[data-index="1"],
  .act-copy[data-index="3"] {
    left: 38%;
  }

  .act-copy[data-index="1"] h2,
  .act-copy[data-index="3"] h2 {
    font-size: 40px;
  }

  .act-copy[data-index="1"] .act-foot > span,
  .act-copy[data-index="3"] .act-foot > span {
    font-size: 12px;
  }
}

@media (max-height: 620px) and (orientation: landscape) {
  .scene {
    min-height: 500px;
  }

  .scene-index {
    top: 70px;
  }

  .act-copy {
    top: 22%;
  }

  .act-copy h1,
  .act-copy h2,
  .act-copy[data-index="1"] h2,
  .act-copy[data-index="3"] h2 {
    font-size: clamp(48px, 6vw, 74px);
  }

  .act-foot {
    margin-top: 17px;
  }

  .act-foot > span {
    font-size: 12px;
  }
}

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

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

  .theatre {
    height: auto;
  }

  .scene {
    position: relative;
    height: auto;
    min-height: 0;
    padding: 105px var(--page) 40px;
    overflow: visible;
  }

  .scene-index,
  .living-thread,
  .visual-widget,
  .scene-progress {
    display: none;
  }

  .act-copies {
    position: static;
  }

  .act-copy,
  .act-copy[data-index="1"],
  .act-copy[data-index="3"] {
    position: static;
    width: auto;
    padding: 70px 0;
    border-top: 1px solid var(--hairline);
    opacity: 1;
    pointer-events: auto;
    transform: none;
  }

  .act-copy h1,
  .act-copy h2,
  .act-copy[data-index="1"] h2,
  .act-copy[data-index="3"] h2 {
    font-size: clamp(48px, 11vw, 88px);
  }
}
