:root {
  --paper: #f1ece1;
  --paper-soft: #f7f3ea;
  --paper-white: #fbf8f1;
  --warm-white: #ede7dc;
  --charcoal: #18130f;
  --charcoal-soft: #241d18;
  --ink-soft: #4f463e;
  --muted: #80766d;
  --cinnabar: #c93f29;
  --cinnabar-dark: #a93221;
  --line: rgba(24, 19, 15, .14);
  --line-strong: rgba(24, 19, 15, .28);
  --line-dark: rgba(237, 231, 220, .18);
  --display: "Noto Serif SC", "Source Han Serif SC", "Songti SC", "STSong", serif;
  --sans: "Noto Sans SC", "Source Han Sans SC", "PingFang SC", "Microsoft YaHei", sans-serif;
  --mono: "JetBrains Mono", "IBM Plex Mono", "SFMono-Regular", Consolas, monospace;
  --shell: min(1200px, calc(100vw - 64px));
  --ease: cubic-bezier(.2, .72, .2, 1);
}

* {
  box-sizing: border-box;
}

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

body {
  margin: 0;
  color: var(--charcoal);
  background: var(--paper);
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body::before {
  position: fixed;
  z-index: 100;
  inset: 0;
  content: "";
  pointer-events: none;
  opacity: .16;
  mix-blend-mode: multiply;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.82' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='.11'/%3E%3C/svg%3E");
}

::selection {
  color: var(--paper-white);
  background: var(--cinnabar);
}

a {
  color: inherit;
}

img,
svg {
  display: block;
}

img {
  max-width: 100%;
}

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

:focus-visible {
  outline: 2px solid #8f2c1d;
  outline-offset: 4px;
}

.shell {
  width: var(--shell);
  margin-inline: auto;
}

.skip-link {
  position: fixed;
  z-index: 200;
  top: -70px;
  left: 16px;
  padding: 10px 15px;
  color: var(--paper-white);
  background: var(--charcoal);
  transition: top .2s;
}

.skip-link:focus {
  top: 16px;
}

.site-header {
  position: fixed;
  z-index: 50;
  inset: 0 0 auto;
  border-bottom: 1px solid transparent;
  transition:
    background .25s var(--ease),
    border-color .25s var(--ease),
    backdrop-filter .25s var(--ease);
}

.site-header.is-scrolled {
  border-color: var(--line);
  background: rgba(241, 236, 225, .9);
  backdrop-filter: blur(18px);
}

.header-inner {
  display: flex;
  height: 76px;
  align-items: center;
  justify-content: space-between;
}

.studio-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--charcoal);
  text-decoration: none;
}

.studio-brand img {
  width: 42px;
  height: 42px;
}

.studio-brand > span {
  display: grid;
  gap: 2px;
}

.studio-brand strong {
  font-family: var(--display);
  font-size: 17px;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: .13em;
}

.studio-brand small {
  color: var(--muted);
  font-family: var(--mono);
  font-size: 8px;
  line-height: 1.2;
  letter-spacing: .18em;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 32px;
}

.site-nav a {
  position: relative;
  color: var(--ink-soft);
  font-size: 13px;
  text-decoration: none;
}

.site-nav a:not(.nav-contact)::after {
  position: absolute;
  right: 100%;
  bottom: -7px;
  left: 0;
  height: 1px;
  content: "";
  background: var(--cinnabar);
  transition: right .25s var(--ease);
}

.site-nav a:hover::after,
.site-nav a:focus-visible::after {
  right: 0;
}

.site-nav .nav-contact {
  padding: 9px 15px;
  border: 1px solid var(--line-strong);
  transition: color .2s, border-color .2s, background .2s;
}

.site-nav .nav-contact:hover {
  color: var(--paper-white);
  border-color: var(--cinnabar);
  background: var(--cinnabar);
}

.menu-toggle {
  display: none;
}

.hero {
  position: relative;
  overflow: hidden;
  min-height: 900px;
  padding: 154px 0 0;
  border-bottom: 1px solid var(--line);
  background:
    radial-gradient(circle at 78% 28%, rgba(201, 63, 41, .065), transparent 27%),
    linear-gradient(180deg, var(--paper) 0%, #eee7da 100%);
}

.hero-inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 7fr) minmax(340px, 5fr);
  gap: 72px;
  align-items: center;
}

.hero-copy {
  padding-bottom: 36px;
}

.eyebrow,
.section-kicker {
  margin: 0 0 24px;
  color: var(--cinnabar);
  font-family: var(--mono);
  font-size: 10px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: .14em;
}

.eyebrow span {
  margin-right: 16px;
  color: var(--charcoal);
}

.hero h1 {
  max-width: 720px;
  margin: 0;
  font-family: var(--display);
  font-size: clamp(70px, 7.2vw, 104px);
  font-weight: 600;
  line-height: 1.02;
  letter-spacing: -.06em;
}

.hero-lede {
  max-width: 600px;
  margin: 36px 0 0;
  color: var(--ink-soft);
  font-size: 18px;
  line-height: 1.9;
}

.hero-actions,
.about-actions {
  display: flex;
  gap: 14px;
  align-items: center;
  margin-top: 40px;
}

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 22px;
  padding: 0 23px;
  border: 1px solid transparent;
  border-radius: 2px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition:
    color .2s var(--ease),
    border-color .2s var(--ease),
    background .2s var(--ease),
    transform .2s var(--ease);
}

.button:hover {
  transform: translateY(-2px);
}

.button svg {
  width: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
}

.button-primary {
  color: var(--paper-white);
  background: var(--cinnabar);
}

.button-primary:hover {
  background: var(--cinnabar-dark);
}

.button-quiet {
  color: var(--charcoal);
  border-color: var(--line-strong);
}

.button-quiet:hover {
  border-color: var(--charcoal);
}

.hero-visual {
  position: relative;
  z-index: 1;
  width: min(100%, 470px);
  margin: 0;
  justify-self: end;
}

.hero-art-stage {
  --tilt-x: 0deg;
  --tilt-y: 0deg;
  --light-x: 50%;
  --light-y: 32%;
  position: relative;
  display: flex;
  min-height: 548px;
  flex-direction: column;
  padding: 20px 20px 28px;
  overflow: hidden;
  isolation: isolate;
  border: 1px solid rgba(255, 245, 233, .13);
  border-radius: 18px;
  color: #f1e8dc;
  background:
    radial-gradient(circle at 78% 9%, rgba(201, 63, 41, .16), transparent 28%),
    linear-gradient(145deg, #27201b 0%, #171310 58%, #0f0d0b 100%);
  box-shadow:
    0 38px 86px rgba(41, 28, 19, .28),
    0 8px 24px rgba(41, 28, 19, .14),
    inset 0 1px 0 rgba(255, 255, 255, .08);
  transform: perspective(1100px) rotateX(var(--tilt-x)) rotateY(var(--tilt-y)) translateZ(0);
  transform-style: preserve-3d;
  transition: transform .34s var(--ease), box-shadow .34s var(--ease);
  will-change: transform;
}

.hero-art-stage::before,
.process-frame::before {
  position: absolute;
  z-index: 3;
  inset: 0;
  border-radius: inherit;
  content: "";
  pointer-events: none;
  background: radial-gradient(
    360px circle at var(--light-x) var(--light-y),
    rgba(255, 240, 222, .1),
    transparent 45%
  );
  mix-blend-mode: screen;
}

.hero-art-stage::after {
  position: absolute;
  z-index: 2;
  inset: 7px;
  border: 1px solid rgba(255, 244, 230, .055);
  border-radius: 13px;
  content: "";
  pointer-events: none;
}

.hero-art-stage:hover {
  box-shadow:
    0 44px 100px rgba(41, 28, 19, .34),
    0 12px 30px rgba(41, 28, 19, .17),
    0 0 0 1px rgba(201, 63, 41, .08),
    inset 0 1px 0 rgba(255, 255, 255, .09);
}

.hero-workbench {
  position: relative;
  z-index: 1;
  width: 100%;
  flex: 1;
  margin: 0;
  overflow: visible;
  transform: translateZ(22px);
}

.hero-workbench * {
  vector-effect: non-scaling-stroke;
}

.hw-canvas {
  fill: #15110e;
  stroke: rgba(255, 244, 230, .11);
  stroke-width: 1;
}

.hw-ambient-line {
  fill: none;
  stroke: rgba(226, 83, 56, .14);
  stroke-linecap: round;
  stroke-width: 1;
}

.hw-shell-border {
  fill: none;
  stroke: rgba(255, 244, 230, .1);
  stroke-width: 1;
}

.hw-rule {
  fill: none;
  stroke: rgba(255, 244, 230, .09);
  stroke-width: 1;
}

.hw-live-dot {
  fill: #e25338;
}

.hw-label,
.hw-meta,
.hw-subtitle,
.hw-panel-label,
.hw-live-text,
.hw-card-label,
.hw-card-note,
.hw-code,
.hw-unit {
  font-family: var(--mono);
}

.hw-label {
  fill: #e9ded0;
  font-size: 8px;
  font-weight: 600;
  letter-spacing: .16em;
}

.hw-meta {
  fill: rgba(239, 230, 218, .42);
  font-size: 6.5px;
  letter-spacing: .09em;
}

.hw-rail {
  fill: rgba(255, 246, 234, .035);
  stroke: rgba(255, 244, 230, .08);
  stroke-width: 1;
}

.hw-rail-active {
  fill: rgba(226, 83, 56, .14);
  stroke: rgba(226, 83, 56, .42);
  stroke-width: 1;
}

.hw-icon-active,
.hw-icon {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.25;
}

.hw-icon-active {
  stroke: #ed6d52;
}

.hw-icon {
  stroke: rgba(238, 228, 216, .36);
}

.hw-avatar {
  fill: rgba(238, 228, 216, .08);
  stroke: rgba(238, 228, 216, .18);
  stroke-width: 1;
}

.hw-avatar-text {
  fill: rgba(238, 228, 216, .62);
  font-family: var(--mono);
  font-size: 7px;
  text-anchor: middle;
}

.hw-title {
  fill: #f2e8dc;
  font-family: var(--mono);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .11em;
}

.hw-subtitle {
  fill: rgba(239, 230, 218, .38);
  font-size: 6px;
  letter-spacing: .1em;
}

.hw-live-pill {
  fill: rgba(226, 83, 56, .1);
  stroke: rgba(226, 83, 56, .34);
  stroke-width: 1;
}

.hw-live-text {
  fill: #ed7a61;
  font-size: 5.5px;
  letter-spacing: .1em;
}

.hw-panel {
  fill: url("#hw-panel");
  stroke: rgba(255, 244, 230, .09);
  stroke-width: 1;
}

.hw-panel-label {
  fill: rgba(239, 230, 218, .4);
  font-size: 5.5px;
  letter-spacing: .11em;
}

.hw-stat {
  fill: #f3e9dc;
  font-family: var(--mono);
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -.04em;
}

.hw-unit {
  fill: rgba(239, 230, 218, .34);
  font-size: 5px;
  letter-spacing: .08em;
}

.hw-chart-fill {
  fill: url("#hw-chart");
}

.hw-chart-line,
.hw-spark {
  fill: none;
  stroke: #e25338;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.5;
}

.hw-chart-point,
.hw-node-active {
  fill: #e25338;
  stroke: #241b17;
  stroke-width: 2;
}

.hw-connect {
  fill: none;
  stroke: rgba(239, 230, 218, .28);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.1;
}

.hw-node {
  fill: #2a221d;
  stroke: rgba(239, 230, 218, .36);
  stroke-width: 1.1;
}

.hw-command {
  fill: rgba(10, 8, 7, .34);
  stroke: rgba(255, 244, 230, .07);
  stroke-width: 1;
}

.hw-prompt {
  fill: #e25338;
  font-family: var(--mono);
  font-size: 11px;
}

.hw-code {
  fill: rgba(239, 230, 218, .58);
  font-size: 6.5px;
}

.hw-progress-track {
  fill: rgba(239, 230, 218, .09);
}

.hw-progress {
  fill: #d94c32;
}

.hw-float-surface {
  fill: rgba(42, 34, 29, .97);
  stroke: rgba(255, 244, 230, .13);
  stroke-width: 1;
}

.hw-float-card-left {
  transform-origin: 73px 281px;
  transform: rotate(-2deg);
}

.hw-float-card-right {
  transform-origin: 342px 292px;
  transform: rotate(2deg);
}

.hw-card-label {
  fill: rgba(239, 230, 218, .44);
  font-size: 5.7px;
  letter-spacing: .1em;
}

.hw-check-ring {
  fill: #e25338;
}

.hw-check {
  fill: none;
  stroke: #fff4e7;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.6;
}

.hw-card-value {
  fill: #f2e8dc;
  font-family: var(--mono);
  font-size: 10px;
}

.hw-card-note {
  fill: rgba(239, 230, 218, .38);
  font-size: 5.2px;
  letter-spacing: .08em;
}

.hw-metric {
  fill: rgba(239, 230, 218, .08);
}

.hw-metric-active {
  fill: rgba(226, 83, 56, .26);
}

.hw-spark {
  stroke-width: 1;
}

.hw-scan {
  fill: rgba(239, 115, 86, .26);
  filter: url("#hw-soft-glow");
  animation: workbench-scan 5.4s ease-in-out infinite;
}

.hw-pulse {
  animation: signal-pulse 2.8s ease-in-out infinite;
  transform-box: fill-box;
  transform-origin: center;
}

.hero-art-stage > p {
  position: relative;
  z-index: 4;
  max-width: 250px;
  margin: 4px 8px 0;
  color: rgba(241, 232, 220, .72);
  font-family: var(--display);
  font-size: 15px;
  line-height: 1.75;
}

.hero-visual figcaption {
  display: flex;
  justify-content: space-between;
  margin-top: 11px;
  color: var(--muted);
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: .13em;
}

.identity-strip {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 78px;
  border-top: 1px solid var(--line-strong);
  border-bottom: 1px solid var(--line-strong);
}

.identity-strip > div {
  display: grid;
  min-height: 104px;
  grid-template-columns: auto 1fr;
  column-gap: 15px;
  align-content: center;
  padding: 18px 24px;
  border-right: 1px solid var(--line);
}

.identity-strip > div:last-child {
  border-right: 0;
}

.identity-strip span {
  grid-row: 1 / 3;
  padding-top: 2px;
  color: var(--cinnabar);
  font-family: var(--mono);
  font-size: 9px;
}

.identity-strip strong {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.identity-strip small {
  margin-top: 6px;
  color: var(--muted);
  font-size: 12px;
}

.section {
  padding: 112px 0;
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 8fr) minmax(300px, 4fr);
  gap: 72px;
  align-items: end;
  margin-bottom: 66px;
}

.section-heading h2,
.principles-layout h2,
.about-copy h2,
.contact h2 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(48px, 5.3vw, 68px);
  font-weight: 600;
  line-height: 1.12;
  letter-spacing: -.045em;
}

.section-heading > p {
  max-width: 460px;
  margin: 0 0 7px;
  color: var(--ink-soft);
  font-size: 15px;
  line-height: 1.9;
}

.work {
  background: var(--paper-soft);
}

.work-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.work-grid article {
  position: relative;
  min-height: 390px;
  padding: 32px 36px;
  border: 1px solid rgba(24, 19, 15, .12);
  border-radius: 14px;
  background: rgba(251, 248, 241, .72);
  box-shadow: 0 1px 0 rgba(255, 255, 255, .7) inset;
  transition:
    border-color .3s var(--ease),
    background .3s var(--ease),
    transform .3s var(--ease),
    box-shadow .3s var(--ease);
}

.work-grid article:hover {
  border-color: rgba(201, 63, 41, .3);
  background: var(--paper-white);
  box-shadow: 0 20px 44px rgba(53, 38, 28, .08);
  transform: translateY(-4px);
}

.work-index {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.work-index span {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid rgba(201, 63, 41, .24);
  border-radius: 50%;
  color: var(--cinnabar);
  font-family: var(--mono);
  font-size: 10px;
}

.work-index svg {
  width: min(47%, 180px);
  height: auto;
  overflow: visible;
}

.work-index svg * {
  vector-effect: non-scaling-stroke;
}

.visual-surface {
  fill: #f7f1e7;
  stroke: rgba(24, 19, 15, .16);
}

.visual-panel {
  fill: rgba(201, 63, 41, .09);
  stroke: rgba(201, 63, 41, .24);
}

.visual-muted-window {
  fill: rgba(24, 19, 15, .035);
  stroke: rgba(24, 19, 15, .11);
}

.visual-accent {
  fill: var(--cinnabar);
  stroke: none;
}

.visual-accent-soft {
  fill: rgba(201, 63, 41, .18);
  stroke: none;
}

.visual-muted {
  fill: rgba(24, 19, 15, .19);
  stroke: none;
}

.visual-dot {
  fill: rgba(24, 19, 15, .25);
  stroke: none;
}

.visual-line,
.visual-axis,
.visual-curve,
.visual-flow,
.visual-check {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.visual-line,
.visual-axis {
  stroke: rgba(24, 19, 15, .34);
  stroke-width: 1.25;
}

.visual-curve,
.visual-flow {
  stroke: var(--cinnabar);
  stroke-width: 1.8;
}

.visual-point {
  fill: var(--cinnabar);
  stroke: var(--paper-white);
  stroke-width: 2;
}

.visual-check {
  stroke: var(--paper-white);
  stroke-width: 1.6;
}

.work-grid h3 {
  margin: 32px 0 16px;
  font-family: var(--display);
  font-size: 28px;
  font-weight: 600;
  letter-spacing: -.02em;
}

.work-grid p {
  max-width: 450px;
  margin: 0;
  color: var(--ink-soft);
  font-size: 15px;
  line-height: 1.85;
}

.work-grid small {
  position: absolute;
  right: 38px;
  bottom: 28px;
  left: 38px;
  color: var(--muted);
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: .11em;
}

.section-dark {
  color: var(--warm-white);
  background: var(--charcoal);
}

.section-heading-dark > p {
  color: #b9b1a7;
}

.section-heading-dark .section-kicker {
  color: #e26750;
}

.method {
  position: relative;
  overflow: hidden;
}

.method::before {
  position: absolute;
  top: -240px;
  right: -160px;
  width: 600px;
  height: 600px;
  border: 1px solid var(--line-dark);
  border-radius: 50%;
  content: "";
}

.method::after {
  position: absolute;
  top: -110px;
  right: -30px;
  width: 340px;
  height: 340px;
  border: 1px solid rgba(201, 63, 41, .34);
  border-radius: 50%;
  content: "";
}

.method .shell {
  position: relative;
  z-index: 2;
}

.method-track {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--line-dark);
  list-style: none;
}

.method-track li {
  min-height: 325px;
  padding: 32px 28px 28px;
  border-right: 1px solid var(--line-dark);
}

.method-track li:last-child {
  border-right: 0;
}

.method-number {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border: 1px solid rgba(226, 103, 80, .48);
  color: #e26750;
  font-family: var(--display);
  font-size: 17px;
}

.method-track li > div {
  margin-top: 68px;
}

.method-track small {
  color: #938b82;
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: .12em;
}

.method-track h3 {
  margin: 10px 0 15px;
  font-family: var(--display);
  font-size: 25px;
  font-weight: 600;
}

.method-track p {
  margin: 0;
  color: #b9b1a7;
  font-size: 14px;
  line-height: 1.85;
}

.principles {
  background:
    linear-gradient(90deg, transparent calc(50% - 1px), var(--line) 50%, transparent calc(50% + 1px)),
    var(--paper);
}

.principles-layout {
  display: grid;
  grid-template-columns: minmax(300px, 5fr) minmax(480px, 7fr);
  gap: 88px;
}

.principles-layout header {
  align-self: start;
  position: sticky;
  top: 126px;
}

.principles-layout h2 {
  max-width: 490px;
}

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

.principle-list article {
  display: grid;
  grid-template-columns: 42px 1fr auto;
  gap: 24px;
  align-items: start;
  padding: 34px 0 38px;
  border-bottom: 1px solid var(--line-strong);
}

.principle-list article > span {
  padding-top: 8px;
  color: var(--cinnabar);
  font-family: var(--mono);
  font-size: 10px;
}

.principle-list h3 {
  margin: 0 0 10px;
  font-family: var(--display);
  font-size: 29px;
  font-weight: 600;
}

.principle-list p {
  max-width: 490px;
  margin: 0;
  color: var(--ink-soft);
  font-size: 15px;
  line-height: 1.85;
}

.principle-list small {
  padding-top: 10px;
  color: var(--muted);
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: .11em;
}

.about-band {
  color: var(--warm-white);
  background: var(--charcoal-soft);
}

.about-layout {
  display: grid;
  grid-template-columns: minmax(300px, 5fr) minmax(420px, 7fr);
  gap: 90px;
  align-items: center;
}

.about-visual {
  position: relative;
  display: flex;
  min-height: 530px;
  flex-direction: column;
  padding: 18px 18px 30px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .38);
  border-radius: 18px;
  color: var(--charcoal);
  background:
    radial-gradient(circle at 90% 8%, rgba(201, 63, 41, .08), transparent 28%),
    var(--paper-white);
  box-shadow:
    0 38px 86px rgba(0, 0, 0, .28),
    0 8px 24px rgba(0, 0, 0, .12),
    inset 0 1px 0 rgba(255, 255, 255, .7);
}

.about-visual-footer {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 14px 0;
}

.process-frame {
  --tilt-x: 0deg;
  --tilt-y: 0deg;
  --light-x: 50%;
  --light-y: 32%;
  position: relative;
  display: grid;
  flex: 1;
  overflow: hidden;
  border: 1px solid rgba(24, 19, 15, .12);
  border-radius: 15px;
  background: #14110e;
  box-shadow:
    0 20px 42px rgba(24, 16, 11, .2),
    inset 0 1px 0 rgba(255, 255, 255, .08);
  transform: perspective(1100px) rotateX(var(--tilt-x)) rotateY(var(--tilt-y)) translateZ(0);
  transform-style: preserve-3d;
  transition: transform .34s var(--ease), box-shadow .34s var(--ease);
  will-change: transform;
}

.process-frame:hover {
  box-shadow:
    0 24px 52px rgba(24, 16, 11, .26),
    0 0 0 1px rgba(201, 63, 41, .08),
    inset 0 1px 0 rgba(255, 255, 255, .09);
}

.process-art {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  min-height: 375px;
  overflow: hidden;
  transform: translateZ(18px);
}

.process-art * {
  vector-effect: non-scaling-stroke;
}

.pv-canvas {
  fill: url("#pv-bg");
  stroke: rgba(255, 245, 233, .11);
  stroke-width: 1;
}

.pv-horizon {
  fill: none;
  stroke: rgba(255, 245, 233, .09);
  stroke-width: 1;
}

.pv-meta,
.pv-stage-number,
.pv-stage-label,
.pv-card-label,
.pv-card-value,
.pv-ready-text {
  font-family: var(--mono);
}

.pv-meta {
  fill: rgba(241, 232, 220, .48);
  font-size: 6px;
  letter-spacing: .11em;
}

.pv-meta-end {
  text-anchor: end;
}

.pv-status-dot,
.pv-focus,
.pv-structure-node-active,
.pv-app-dot {
  fill: #e25338;
}

.process-route {
  fill: none;
  stroke: rgba(239, 105, 77, .14);
  stroke-linecap: round;
  stroke-width: 5;
}

.pv-route-signal {
  fill: none;
  stroke: url("#pv-beam");
  stroke-dasharray: 5 8;
  stroke-linecap: round;
  stroke-width: 1.4;
  animation: route-flow 8s linear infinite;
}

.pv-orbit-line {
  fill: none;
  stroke: rgba(241, 232, 220, .1);
  stroke-width: 1;
}

.pv-orbit-line-inner {
  stroke-dasharray: 2 7;
}

.pv-orbit-ticks {
  fill: none;
  stroke: rgba(241, 232, 220, .18);
  stroke-linecap: round;
  stroke-width: 1;
}

.pv-node-ring {
  fill: rgba(30, 24, 20, .96);
  stroke: rgba(241, 232, 220, .21);
  stroke-width: 1;
}

.pv-node-ring-active {
  stroke: rgba(235, 91, 61, .72);
  stroke-width: 1.2;
}

.pv-node-core {
  fill: #29211c;
  stroke: rgba(241, 232, 220, .1);
  stroke-width: 1;
}

.pv-node-core-active {
  fill: #2e211c;
  stroke: rgba(235, 91, 61, .28);
}

.pv-core-halo {
  fill: none;
  stroke: rgba(235, 91, 61, .22);
  stroke-width: 6;
  filter: url("#pv-glow");
}

.pv-lens,
.pv-app {
  fill: none;
  stroke: rgba(241, 232, 220, .68);
  stroke-width: 1.2;
}

.pv-lens-handle,
.pv-structure-lines,
.pv-app-rule,
.pv-app-check {
  fill: none;
  stroke: rgba(241, 232, 220, .65);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.2;
}

.pv-app-check {
  stroke: #ef745b;
  stroke-width: 1.4;
}

.pv-structure-node {
  fill: #28201b;
  stroke: rgba(241, 232, 220, .62);
  stroke-width: 1;
}

.pv-stage-number {
  fill: rgba(241, 232, 220, .52);
  font-size: 7px;
  letter-spacing: .08em;
}

.pv-stage-number-active {
  fill: #ef745b;
}

.pv-stage-label {
  fill: rgba(241, 232, 220, .35);
  font-size: 5px;
  letter-spacing: .12em;
}

.pv-stage-label-active {
  fill: rgba(239, 116, 91, .72);
}

.pv-card {
  fill: rgba(46, 37, 31, .96);
  stroke: rgba(241, 232, 220, .12);
  stroke-width: 1;
}

.pv-card-active {
  stroke: rgba(235, 91, 61, .35);
}

.pv-card-label {
  fill: rgba(241, 232, 220, .42);
  font-size: 5.2px;
  letter-spacing: .1em;
}

.pv-signal-bar {
  fill: rgba(241, 232, 220, .12);
}

.pv-signal-bar-active,
.pv-progress {
  fill: #d94c32;
}

.pv-signal-line {
  fill: none;
  stroke: rgba(241, 232, 220, .21);
  stroke-linecap: round;
  stroke-width: 2.4;
}

.pv-card-value {
  fill: #efe5d8;
  font-size: 10px;
  letter-spacing: .06em;
}

.pv-progress-track {
  fill: rgba(241, 232, 220, .1);
}

.pv-ready-ring {
  fill: #d94c32;
}

.pv-ready-check {
  fill: none;
  stroke: #fff4e7;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.5;
}

.pv-ready-text {
  fill: rgba(241, 232, 220, .7);
  font-size: 7px;
  letter-spacing: .08em;
}

.pv-pulse {
  animation: signal-pulse 2.8s ease-in-out infinite;
  transform-box: fill-box;
  transform-origin: center;
}

.about-visual-footer strong {
  font-family: var(--display);
  font-size: 17px;
  font-weight: 600;
}

.about-visual-footer span {
  color: var(--muted);
  font-size: 11px;
  text-align: right;
}

.about-copy .section-kicker {
  color: #e26750;
}

.about-copy h2 {
  max-width: 620px;
}

.about-copy > p:not(.section-kicker) {
  max-width: 600px;
  margin: 30px 0 0;
  color: #c7bfb5;
  font-size: 16px;
  line-height: 1.95;
}

.button-paper {
  color: var(--charcoal);
  background: var(--warm-white);
}

.button-paper:hover {
  background: #fffaf0;
}

.text-link-light {
  padding: 12px 0;
  color: var(--warm-white);
  font-family: var(--mono);
  font-size: 12px;
  text-underline-offset: 6px;
}

.contact {
  background: var(--paper-soft);
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(320px, 7fr) minmax(350px, 5fr);
  gap: 70px;
  align-items: end;
}

.contact-copy > p {
  max-width: 480px;
  margin: 0 0 30px;
  color: var(--ink-soft);
  font-size: 15px;
  line-height: 1.85;
}

.contact-mail {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 7px 22px;
  align-items: center;
  padding: 20px 0;
  border-top: 1px solid var(--line-strong);
  border-bottom: 1px solid var(--line-strong);
  text-decoration: none;
}

.contact-mail span {
  color: var(--cinnabar);
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: .13em;
}

.contact-mail strong {
  grid-column: 1;
  font-family: var(--mono);
  font-size: clamp(17px, 1.7vw, 22px);
  font-weight: 500;
}

.contact-mail svg {
  grid-row: 1 / 3;
  grid-column: 2;
  width: 26px;
  fill: none;
  stroke: var(--cinnabar);
  stroke-width: 1.5;
  transition: transform .2s var(--ease);
}

.contact-mail:hover svg {
  transform: translate(3px, -3px);
}

.site-footer {
  color: var(--warm-white);
  background: var(--charcoal);
}

.footer-main {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 48px;
  align-items: center;
  min-height: 122px;
  border-bottom: 1px solid var(--line-dark);
}

.footer-brand {
  color: var(--warm-white);
}

.footer-brand small {
  color: #938b82;
}

.footer-main > p {
  margin: 0;
  color: #938b82;
  font-size: 13px;
}

.footer-main nav {
  display: flex;
  gap: 26px;
}

.footer-main nav a {
  color: #b9b1a7;
  font-size: 12px;
  text-decoration: none;
}

.footer-main nav a:hover {
  color: var(--warm-white);
}

.footer-legal {
  display: flex;
  min-height: 64px;
  align-items: center;
  justify-content: space-between;
  color: #7e766e;
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: .06em;
}

.footer-legal p {
  margin: 0;
}

.filing-placeholder {
  color: #9b938a;
}

.filing-placeholder a {
  color: inherit;
  text-decoration: none;
}

.filing-placeholder a:hover {
  color: var(--warm-white);
}

/* About, privacy, and error pages */
.legal-page {
  background:
    linear-gradient(90deg, transparent calc(25% - 1px), var(--line) 25%, transparent calc(25% + 1px)),
    var(--paper);
}

.legal-back {
  color: var(--ink-soft);
  font-size: 13px;
  text-underline-offset: 5px;
}

.legal-main {
  min-height: calc(100vh - 186px);
  padding: 156px 0 112px;
}

.legal-layout {
  display: grid;
  grid-template-columns: 3fr 9fr;
  gap: 72px;
}

.legal-layout aside {
  padding-top: 13px;
  color: var(--muted);
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: .08em;
}

.legal-layout aside span {
  color: var(--cinnabar);
}

.legal-layout aside p {
  margin-top: 12px;
  line-height: 1.6;
}

.legal-layout article {
  max-width: 760px;
}

.legal-layout h1 {
  margin: 0 0 28px;
  font-family: var(--display);
  font-size: clamp(48px, 5.8vw, 76px);
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -.05em;
}

.legal-lede {
  margin: 0 0 64px;
  color: var(--ink-soft);
  font-family: var(--display);
  font-size: 22px;
  line-height: 1.75;
}

.legal-layout h2 {
  margin: 48px 0 14px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
  font-family: var(--display);
  font-size: 25px;
  font-weight: 600;
}

.legal-layout article p:not(.section-kicker):not(.legal-lede) {
  color: var(--ink-soft);
  font-size: 15px;
  line-height: 1.95;
}

.legal-layout article a {
  color: var(--cinnabar-dark);
  text-underline-offset: 4px;
}

.legal-footer .footer-legal {
  min-height: 76px;
}

.not-found-page {
  display: grid;
  min-height: 100vh;
  place-items: center;
  padding: 32px;
  background:
    linear-gradient(var(--line) 1px, transparent 1px),
    linear-gradient(90deg, var(--line) 1px, transparent 1px),
    var(--paper);
  background-size: 80px 80px;
}

.not-found-page main {
  display: grid;
  max-width: 650px;
  justify-items: center;
  padding: 72px;
  border: 1px solid var(--line-strong);
  background: rgba(247, 243, 234, .94);
  text-align: center;
}

.not-found-page img {
  width: 82px;
}

.not-found-page p {
  margin: 28px 0 10px;
  color: var(--cinnabar);
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: .14em;
}

.not-found-page h1 {
  margin: 0 0 38px;
  font-family: var(--display);
  font-size: clamp(36px, 5vw, 58px);
  font-weight: 600;
  letter-spacing: -.04em;
}

[data-reveal],
[data-reveal-group] {
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity .7s var(--ease),
    transform .7s var(--ease);
}

[data-reveal].is-visible,
[data-reveal-group].is-visible {
  opacity: 1;
  transform: none;
}

@keyframes workbench-scan {
  0%,
  12% {
    opacity: 0;
    transform: translateY(0);
  }

  28% {
    opacity: .8;
  }

  72% {
    opacity: .35;
  }

  88%,
  100% {
    opacity: 0;
    transform: translateY(190px);
  }
}

@keyframes signal-pulse {
  0%,
  100% {
    opacity: .72;
    transform: scale(.92);
  }

  50% {
    opacity: 1;
    transform: scale(1.12);
  }
}

@keyframes route-flow {
  to {
    stroke-dashoffset: -104;
  }
}

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

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

  [data-reveal],
  [data-reveal-group] {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 980px) {
  :root {
    --shell: min(100% - 48px, 900px);
  }

  .hero {
    min-height: auto;
  }

  .hero-inner {
    grid-template-columns: minmax(0, 1.08fr) minmax(300px, .92fr);
    gap: 30px;
  }

  .hero h1 {
    font-size: clamp(62px, 8.4vw, 84px);
  }

  .hero-art-stage {
    min-height: 510px;
    padding: 18px 18px 26px;
  }

  .hero-workbench {
    width: 100%;
    margin: 0;
  }

  .identity-strip {
    margin-top: 60px;
  }

  .identity-strip > div {
    min-height: 96px;
    padding: 16px;
  }

  .section-heading {
    gap: 44px;
  }

  .method-track {
    grid-template-columns: repeat(2, 1fr);
  }

  .method-track li {
    min-height: 290px;
    border-bottom: 1px solid var(--line-dark);
  }

  .method-track li:nth-child(2) {
    border-right: 0;
  }

  .principles-layout,
  .about-layout {
    gap: 48px;
  }
}

@media (max-width: 760px) {
  :root {
    --shell: calc(100vw - 32px);
  }

  body::before {
    opacity: .11;
  }

  .header-inner {
    height: 68px;
  }

  .studio-brand img {
    width: 38px;
    height: 38px;
  }

  .site-header .studio-brand {
    position: relative;
    z-index: 2;
  }

  .studio-brand strong {
    font-size: 16px;
  }

  .menu-toggle {
    position: relative;
    z-index: 2;
    display: flex;
    min-width: 64px;
    height: 38px;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px;
    border: 1px solid var(--line-strong);
    border-radius: 0;
    color: var(--charcoal);
    background: transparent;
    font-family: var(--sans);
    font-size: 11px;
  }

  .menu-toggle i,
  .menu-toggle i::before {
    display: block;
    width: 12px;
    height: 1px;
    background: currentColor;
    transition: transform .2s;
  }

  .menu-toggle i {
    position: relative;
  }

  .menu-toggle i::before {
    position: absolute;
    top: -4px;
    content: "";
  }

  .menu-toggle[aria-expanded="true"] i {
    transform: rotate(45deg);
  }

  .menu-toggle[aria-expanded="true"] i::before {
    top: 0;
    transform: rotate(90deg);
  }

  .site-nav {
    position: fixed;
    inset: 0;
    display: flex;
    visibility: hidden;
    flex-direction: column;
    gap: 0;
    align-items: stretch;
    justify-content: center;
    padding: 94px 24px 30px;
    opacity: 0;
    background: var(--paper);
    transition: opacity .25s, visibility .25s;
  }

  .site-nav.is-open {
    visibility: visible;
    opacity: 1;
  }

  .site-nav a {
    padding: 17px 8px;
    border-bottom: 1px solid var(--line);
    font-family: var(--display);
    font-size: 25px;
  }

  .site-nav a::after {
    display: none;
  }

  .site-nav .nav-contact {
    margin-top: 24px;
    padding: 14px 8px;
    border: 1px solid var(--charcoal);
    font-family: var(--sans);
    font-size: 14px;
    text-align: center;
  }

  .hero {
    min-height: auto;
    padding-top: 124px;
  }

  .hero-inner {
    grid-template-columns: 1fr;
    gap: 46px;
  }

  .hero-copy {
    padding: 0;
  }

  .eyebrow,
  .section-kicker {
    margin-bottom: 18px;
    font-size: 9px;
  }

  .eyebrow span {
    display: block;
    margin-bottom: 7px;
  }

  .hero h1 {
    font-size: clamp(54px, 16.5vw, 66px);
    line-height: 1.06;
  }

  .hero-lede {
    max-width: 520px;
    margin-top: 26px;
    font-size: 16px;
    line-height: 1.85;
  }

  .hero-actions {
    align-items: stretch;
    margin-top: 30px;
  }

  .button {
    min-height: 46px;
    padding: 0 18px;
  }

  .hero-visual {
    width: min(100%, 410px);
    justify-self: center;
  }

  .hero-art-stage {
    min-height: 480px;
    padding: 16px 16px 24px;
  }

  .hero-workbench {
    width: 100%;
    margin: 0;
  }

  .hero-art-stage > p {
    font-size: 14px;
  }

  .identity-strip {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 48px;
  }

  .identity-strip > div {
    min-height: 90px;
  }

  .identity-strip > div:nth-child(2) {
    border-right: 0;
  }

  .identity-strip > div:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }

  .section {
    padding: 80px 0;
  }

  .section-heading {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-bottom: 42px;
  }

  .section-heading h2,
  .principles-layout h2,
  .about-copy h2,
  .contact h2 {
    font-size: clamp(38px, 11.8vw, 49px);
    line-height: 1.15;
  }

  .section-heading > p {
    font-size: 14px;
  }

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

  .work-grid article {
    min-height: 370px;
    padding: 28px 26px;
  }

  .work-grid h3 {
    margin-top: 28px;
    font-size: 25px;
  }

  .work-grid small {
    right: 26px;
    bottom: 24px;
    left: 26px;
  }

  .method-track {
    grid-template-columns: 1fr;
  }

  .method-track li,
  .method-track li:nth-child(2) {
    display: grid;
    min-height: 0;
    grid-template-columns: 52px 1fr;
    gap: 22px;
    padding: 30px 0;
    border-right: 0;
    border-bottom: 1px solid var(--line-dark);
  }

  .method-track li > div {
    margin-top: 0;
  }

  .method-number {
    width: 44px;
    height: 44px;
  }

  .method-track h3 {
    font-size: 23px;
  }

  .principles {
    background: var(--paper);
  }

  .principles-layout,
  .about-layout,
  .contact-layout {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .principles-layout header {
    position: static;
  }

  .principle-list article {
    grid-template-columns: 34px 1fr;
    gap: 16px;
  }

  .principle-list small {
    display: none;
  }

  .about-visual {
    min-height: 500px;
    padding: 14px 14px 26px;
    order: 2;
  }

  .process-frame {
    min-height: 390px;
  }

  .process-art {
    width: 100%;
    min-height: 360px;
    margin: 0;
  }

  .about-visual-footer span {
    max-width: 130px;
  }

  .about-actions {
    flex-wrap: wrap;
  }

  .contact-layout {
    gap: 32px;
  }

  .footer-main {
    grid-template-columns: 1fr auto;
    gap: 24px;
    min-height: 116px;
  }

  .footer-main > p {
    display: none;
  }

  .footer-main nav {
    gap: 15px;
  }

  .footer-legal {
    min-height: 76px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 8px;
  }

  .legal-page {
    background: var(--paper);
  }

  .legal-main {
    padding: 126px 0 80px;
  }

  .legal-layout {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .legal-layout aside {
    padding: 0 0 24px;
    border-bottom: 1px solid var(--line);
  }

  .legal-layout h1 {
    font-size: clamp(44px, 13vw, 58px);
  }

  .legal-lede {
    margin-bottom: 48px;
    font-size: 19px;
  }

  .not-found-page main {
    padding: 56px 24px;
  }
}

@media (max-width: 410px) {
  .hero-actions {
    flex-direction: column;
  }

  .hero-actions .button {
    width: 100%;
  }

  .identity-strip {
    grid-template-columns: 1fr;
  }

  .identity-strip > div {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .identity-strip > div:nth-child(2) {
    border-bottom: 1px solid var(--line);
  }

  .identity-strip > div:last-child {
    border-bottom: 0;
  }

  .hero-visual figcaption span:last-child {
    display: none;
  }

  .footer-main {
    grid-template-columns: 1fr;
    padding-block: 24px;
  }
}
