:root {
  --v2-navy: #030d15;
  --v2-navy-soft: #0a1d2b;
  --v2-ink: #081725;
  --v2-ivory: #f3ede2;
  --v2-paper: #fbf7ef;
  --v2-brass: #c38a36;
  --v2-brass-light: #efc477;
  --v2-line-dark: rgba(239, 196, 119, 0.24);
}

.home-v2 {
  background: var(--v2-ivory);
}

.home-v2 .journey-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 60;
  color: var(--v2-ivory);
  background: rgba(3, 13, 21, 0.66);
  border-bottom-color: rgba(239, 196, 119, 0.18);
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.12);
  backdrop-filter: blur(18px) saturate(135%);
  -webkit-backdrop-filter: blur(18px) saturate(135%);
}

.home-v2 .journey-header .brand,
.home-v2 .journey-header .nav-links a {
  color: var(--v2-ivory);
}

.home-v2 .journey-header .brand span {
  color: var(--v2-ivory);
}

.home-v2 .journey-header .brand-symbol {
  filter: saturate(1.18) brightness(1.65);
}

.home-v2 .journey-header .nav-links a::after {
  background: var(--v2-brass-light);
}

.home-v2 .journey-header .nav-cta {
  color: var(--v2-navy);
  background: var(--v2-brass-light);
  border-color: var(--v2-brass-light);
}

.home-v2 .journey-header .menu-toggle {
  border-color: rgba(239, 196, 119, 0.35);
}

.home-v2 .journey-header .menu-toggle span {
  background: var(--v2-ivory);
}

.journey-world {
  position: relative;
  color: var(--v2-ivory);
  background:
    radial-gradient(circle at 76% 14%, rgba(52, 86, 104, 0.23), transparent 30%),
    radial-gradient(circle at 52% 56%, rgba(195, 138, 54, 0.08), transparent 38%),
    var(--v2-navy);
  isolation: isolate;
}

.journey-world::before {
  position: absolute;
  inset: 0;
  z-index: 0;
  content: "";
  pointer-events: none;
  opacity: 0.48;
  background-image:
    linear-gradient(rgba(239, 196, 119, 0.085) 1px, transparent 1px),
    linear-gradient(90deg, rgba(239, 196, 119, 0.065) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to bottom, black 0%, transparent 93%);
}

.journey-stage {
  position: sticky;
  top: 0;
  z-index: 1;
  height: 100svh;
  overflow: hidden;
  pointer-events: none;
}

.journey-schematic {
  position: absolute;
  inset: 0;
  z-index: 1;
  opacity: 0.58;
  transform: rotate(var(--journey-rotation, 0deg)) scale(1.02);
  transform-origin: 70% 50%;
  transition: opacity 700ms ease, transform 120ms linear;
}

.journey-orbit,
.journey-axis,
.journey-coordinate {
  position: absolute;
  display: block;
}

.journey-orbit {
  top: 50%;
  left: 70%;
  aspect-ratio: 1;
  border: 1px solid rgba(239, 196, 119, 0.18);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.journey-orbit-a {
  width: min(49vw, 690px);
  border-right-color: rgba(239, 196, 119, 0.52);
  border-left-color: transparent;
  animation: schematic-orbit 28s linear infinite;
}

.journey-orbit-b {
  width: min(36vw, 510px);
  border-top-style: dashed;
  border-bottom-color: transparent;
  animation: schematic-orbit-reverse 19s linear infinite;
}

.journey-axis {
  top: 50%;
  left: 70%;
  opacity: 0.62;
  background: linear-gradient(90deg, transparent, rgba(239, 196, 119, 0.48), transparent);
  transform-origin: center;
}

.journey-axis-x {
  width: min(66vw, 940px);
  height: 1px;
  transform: translate(-50%, -50%);
}

.journey-axis-y {
  width: min(54vw, 760px);
  height: 1px;
  transform: translate(-50%, -50%) rotate(90deg);
}

.journey-coordinate {
  color: rgba(239, 196, 119, 0.58);
  font-family: var(--mono);
  font-size: 8px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.journey-coordinate-a {
  top: 18%;
  right: 4%;
}

.journey-coordinate-b {
  right: 12%;
  bottom: 12%;
}

.journey-signals {
  position: absolute;
  inset: 0;
  z-index: 2;
  overflow: hidden;
  opacity: 0.46;
  transition: opacity 500ms ease;
}

.journey-signals span {
  position: absolute;
  left: -16vw;
  width: 16vw;
  height: 1px;
  opacity: 0;
  background: linear-gradient(90deg, transparent, rgba(239, 196, 119, 0.9), transparent);
  box-shadow: 0 0 9px rgba(239, 196, 119, 0.25);
  animation: journey-signal-pass 6.8s linear infinite;
}

.journey-signals span:nth-child(1) { top: 21%; animation-delay: -1.2s; }
.journey-signals span:nth-child(2) { top: 39%; animation-delay: -4.8s; animation-duration: 8.4s; }
.journey-signals span:nth-child(3) { top: 58%; animation-delay: -2.9s; animation-duration: 7.6s; }
.journey-signals span:nth-child(4) { top: 73%; animation-delay: -6.2s; animation-duration: 9.2s; }
.journey-signals span:nth-child(5) { top: 86%; animation-delay: -0.4s; animation-duration: 10.2s; }

.journey-ignition-flare {
  position: absolute;
  top: 50%;
  left: 70%;
  z-index: 3;
  width: 13vw;
  aspect-ratio: 1;
  pointer-events: none;
  opacity: 0;
  background: radial-gradient(circle, rgba(255, 226, 167, 0.9), rgba(195, 138, 54, 0.36) 14%, transparent 68%);
  filter: blur(8px);
  transform: translate(-50%, -50%) scale(0.08);
}

.journey-world.is-igniting .journey-ignition-flare {
  animation: journey-ignition 3.05s var(--ease) both;
}

.journey-world.is-ignited .journey-signals {
  opacity: 0.68;
}

@keyframes journey-ignition {
  0%, 58% { opacity: 0; transform: translate(-50%, -50%) scale(0.06); }
  72% { opacity: 0.28; transform: translate(-50%, -50%) scale(0.32); }
  84% { opacity: 0.94; transform: translate(-50%, -50%) scale(0.76); }
  100% { opacity: 0; transform: translate(-50%, -50%) scale(1.7); }
}

@keyframes journey-signal-pass {
  0% { opacity: 0; transform: translateX(0); }
  8%, 72% { opacity: 0.68; }
  100% { opacity: 0; transform: translateX(132vw); }
}

@keyframes schematic-orbit {
  to { transform: translate(-50%, -50%) rotate(360deg); }
}

@keyframes schematic-orbit-reverse {
  to { transform: translate(-50%, -50%) rotate(-360deg); }
}

.journey-stage-glow {
  position: absolute;
  top: 50%;
  left: 70%;
  z-index: 0;
  width: min(72vw, 980px);
  aspect-ratio: 1;
  border: 1px solid rgba(239, 196, 119, 0.16);
  border-radius: 50%;
  opacity: 0.9;
  background:
    radial-gradient(circle, rgba(195, 138, 54, 0.18), transparent 46%),
    repeating-radial-gradient(circle, transparent 0 18%, rgba(239, 196, 119, 0.055) 18.2% 18.4%, transparent 18.6% 23%);
  transform: translate(-50%, -50%);
  transition: left 900ms var(--ease), opacity 500ms ease, transform 900ms var(--ease);
}

.journey-poster,
.journey-canvas {
  position: absolute;
  inset: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
}

.journey-poster {
  top: 0;
  right: clamp(-30px, -1vw, -12px);
  bottom: 0;
  left: auto;
  width: min(68vw, 1100px);
  object-fit: contain;
  object-position: center;
  opacity: 0;
  filter: brightness(1.1) saturate(1.02) contrast(1.06)
    drop-shadow(0 0 28px rgba(195, 138, 54, 0.12));
  transform-origin: 62% 50%;
  transition: opacity 520ms ease, filter 700ms ease;
}

.js .journey-poster {
  opacity: 0;
}

.js .journey-world.is-static-journey .journey-poster {
  opacity: 0.82;
}

.journey-canvas {
  opacity: 0;
  filter: brightness(0.72) saturate(0.84);
  transition: opacity 520ms ease, filter 1700ms ease;
}

.journey-world.is-webgl-ready .journey-canvas {
  opacity: 0;
}

.journey-world.is-ignited .journey-canvas {
  filter: brightness(1) saturate(1);
}

.journey-world.is-webgl-ready .journey-poster {
  opacity: 0.96;
  animation: journey-poster-arrival 2.15s var(--ease) both;
}

.journey-world[data-chapter="1"] .journey-poster,
.journey-world[data-chapter="2"] .journey-poster,
.journey-world[data-chapter="3"] .journey-poster,
.journey-world[data-chapter="4"] .journey-poster {
  opacity: 0;
  animation: none;
}

.journey-world[data-chapter="1"] .journey-canvas,
.journey-world[data-chapter="2"] .journey-canvas,
.journey-world[data-chapter="3"] .journey-canvas,
.journey-world[data-chapter="4"] .journey-canvas {
  opacity: 1;
}

@keyframes journey-poster-arrival {
  0% {
    opacity: 0;
    filter: brightness(0.48) saturate(0.68) blur(5px);
    transform: scale(0.93) translateX(1.5%);
  }
  62% {
    opacity: 1;
    filter: brightness(1.28) saturate(1.1) blur(0)
      drop-shadow(0 0 38px rgba(239, 196, 119, 0.22));
  }
  100% {
    opacity: 0.96;
    filter: brightness(1.1) saturate(1.02) contrast(1.06)
      drop-shadow(0 0 28px rgba(195, 138, 54, 0.12));
    transform: scale(1) translateX(0);
  }
}

.journey-vignette {
  position: absolute;
  inset: 0;
  z-index: 5;
  background:
    linear-gradient(90deg, rgba(3, 13, 21, 0.98) 0%, rgba(3, 13, 21, 0.78) 31%, rgba(3, 13, 21, 0.06) 66%, rgba(3, 13, 21, 0.3) 100%),
    linear-gradient(180deg, rgba(3, 13, 21, 0.18), transparent 50%, rgba(3, 13, 21, 0.5));
}

.journey-stage-status {
  position: absolute;
  right: clamp(20px, 3.5vw, 54px);
  bottom: 28px;
  z-index: 6;
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  color: rgba(243, 237, 226, 0.58);
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.journey-stage-status b {
  font: inherit;
  font-weight: 500;
}

.journey-world[data-chapter="1"] .journey-stage-glow {
  left: 33%;
  opacity: 0.55;
  transform: translate(-50%, -50%) scale(1.1);
}

.journey-world[data-chapter="2"] .journey-stage-glow {
  left: 70%;
  opacity: 0.9;
  transform: translate(-50%, -50%) scale(0.82);
}

.journey-world[data-chapter="3"] .journey-stage-glow {
  left: 31%;
  opacity: 0.42;
  transform: translate(-50%, -50%) scale(1.24);
}

.journey-world[data-chapter="4"] .journey-stage-glow {
  left: 69%;
  opacity: 1;
  transform: translate(-50%, -50%) scale(0.92);
}

.journey-world[data-chapter="1"] .journey-schematic {
  opacity: 0.58;
  transform-origin: 32% 50%;
}

.journey-world[data-chapter="2"] .journey-signals,
.journey-world[data-signal] .journey-signals {
  opacity: 0.92;
}

.journey-world[data-chapter="3"] .journey-schematic {
  opacity: 0.22;
}

.journey-world[data-chapter="4"] .journey-schematic {
  opacity: 0.68;
  filter: sepia(0.25);
}

.journey-stage-status span {
  width: 7px;
  height: 7px;
  background: var(--v2-brass-light);
  border-radius: 50%;
  box-shadow: 0 0 18px rgba(239, 196, 119, 0.8);
  animation: journey-status-pulse 2.4s ease-in-out infinite;
}

@keyframes journey-status-pulse {
  50% {
    opacity: 0.42;
    transform: scale(0.72);
  }
}

.journey-scenes {
  position: relative;
  z-index: 2;
  margin-top: -100svh;
}

.journey-scene {
  position: relative;
  display: grid;
  min-height: 100svh;
  align-items: center;
  padding: 120px 0 70px;
}

.journey-scene::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(239, 196, 119, 0.2), transparent);
}

.journey-hero-grid,
.journey-copy-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 0.84fr) minmax(0, 1.16fr);
  align-items: center;
  gap: clamp(50px, 9vw, 140px);
}

.journey-hero-copy {
  max-width: 670px;
  padding-top: 6vh;
}

.journey-kicker,
.journey-chapter {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 24px;
  color: var(--v2-brass-light);
  font-family: var(--mono);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.journey-kicker::before,
.journey-chapter::before {
  width: 42px;
  height: 1px;
  content: "";
  background: currentColor;
}

.journey-hero-copy h1 {
  max-width: 720px;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(56px, 7vw, 105px);
  font-weight: 500;
  letter-spacing: -0.055em;
  line-height: 0.9;
  text-wrap: balance;
}

.journey-lede {
  max-width: 620px;
  margin: clamp(26px, 4vw, 46px) 0 0;
  color: rgba(243, 237, 226, 0.75);
  font-size: clamp(18px, 1.7vw, 23px);
  line-height: 1.48;
}

.journey-hero-copy .actions {
  justify-content: flex-start;
  margin-top: 34px;
}

.button-brass {
  color: var(--v2-navy);
  background: var(--v2-brass-light);
  border-color: var(--v2-brass-light);
}

.button-brass:hover {
  color: var(--v2-navy);
  background: #f7d394;
  border-color: #f7d394;
  transform: translateY(-2px);
}

.text-link-light {
  color: var(--v2-ivory);
}

.website-fast-track {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 30px;
  max-width: 610px;
  padding: 18px 0;
  margin-top: clamp(32px, 5vh, 64px);
  color: var(--v2-ivory);
  border-top: 1px solid var(--v2-line-dark);
  border-bottom: 1px solid var(--v2-line-dark);
  transition: color 200ms ease, padding 280ms var(--ease);
}

.website-fast-track:hover {
  padding-right: 12px;
  padding-left: 12px;
  color: var(--v2-brass-light);
}

.website-fast-track span {
  color: rgba(243, 237, 226, 0.65);
  font-size: 13px;
}

.website-fast-track strong {
  font-size: 13px;
}

.website-fast-track i {
  margin-left: 8px;
  color: var(--v2-brass-light);
  font-style: normal;
}

.journey-scroll-cue {
  position: absolute;
  bottom: 28px;
  left: clamp(20px, 4vw, 64px);
  display: flex;
  align-items: center;
  gap: 12px;
  color: rgba(243, 237, 226, 0.48);
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.journey-scroll-cue span {
  position: relative;
  width: 1px;
  height: 34px;
  overflow: hidden;
  background: rgba(243, 237, 226, 0.2);
}

.journey-scroll-cue span::after {
  position: absolute;
  top: -14px;
  left: 0;
  width: 1px;
  height: 14px;
  content: "";
  background: var(--v2-brass-light);
  animation: journey-scroll-line 1.8s ease-in-out infinite;
}

@keyframes journey-scroll-line {
  to {
    transform: translateY(48px);
  }
}

.journey-copy-panel {
  max-width: 610px;
  padding: clamp(30px, 5vw, 64px);
  background: linear-gradient(135deg, rgba(4, 16, 26, 0.92), rgba(8, 28, 41, 0.72));
  border: 1px solid rgba(239, 196, 119, 0.24);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(18px);
}

.journey-copy-right .journey-copy-panel {
  justify-self: end;
}

.journey-copy-panel h2,
.evidence-journey-intro h2 {
  margin: 0 0 24px;
  font-family: var(--serif);
  font-size: clamp(42px, 5.4vw, 76px);
  font-weight: 500;
  letter-spacing: -0.045em;
  line-height: 0.98;
}

.journey-copy-panel > p:not(.journey-chapter, .journey-margin-note),
.evidence-journey-intro > p:not(.journey-chapter) {
  color: rgba(243, 237, 226, 0.71);
  font-size: clamp(16px, 1.5vw, 20px);
}

.operation-material {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 30px;
}

.operation-material span {
  padding: 8px 11px;
  color: rgba(243, 237, 226, 0.8);
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: rgba(195, 138, 54, 0.08);
  border: 1px solid rgba(239, 196, 119, 0.2);
}

.journey-margin-note {
  padding-top: 18px;
  margin: 34px 0 0;
  color: var(--v2-brass-light);
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  border-top: 1px solid var(--v2-line-dark);
}

.journey-service-index {
  margin-top: 34px;
  border-top: 1px solid var(--v2-line-dark);
}

.journey-service-index a {
  display: grid;
  grid-template-columns: 34px 0.75fr 1.25fr;
  gap: 14px;
  align-items: baseline;
  padding: 17px 0;
  color: var(--v2-ivory);
  border-bottom: 1px solid var(--v2-line-dark);
  transition: padding 260ms var(--ease), color 200ms ease;
}

.journey-service-index a:hover {
  padding-right: 10px;
  padding-left: 10px;
  color: var(--v2-brass-light);
}

.journey-service-index span,
.journey-service-index i {
  font-family: var(--mono);
  font-size: 9px;
  font-style: normal;
  letter-spacing: 0.06em;
}

.journey-service-index i {
  color: rgba(243, 237, 226, 0.46);
}

.journey-scene-evidence {
  min-height: 140svh;
  align-items: start;
  padding-top: 16vh;
}

.evidence-journey-layout {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: clamp(40px, 8vw, 120px);
  align-items: start;
}

.evidence-journey-intro {
  position: sticky;
  top: 150px;
  max-width: 480px;
}

.evidence-projects {
  display: grid;
  gap: 34px;
  padding-top: 18vh;
}

.evidence-project {
  overflow: hidden;
  background: rgba(5, 18, 28, 0.91);
  border: 1px solid rgba(239, 196, 119, 0.25);
  box-shadow: 0 26px 80px rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(16px);
}

.evidence-project > a {
  display: block;
  overflow: hidden;
  aspect-ratio: 16 / 9.5;
  border-bottom: 1px solid rgba(239, 196, 119, 0.2);
}

.evidence-project img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 700ms var(--ease);
}

.evidence-project:hover img {
  transform: scale(1.02);
}

.evidence-project > div {
  padding: 24px 28px 28px;
}

.evidence-project p {
  margin: 0 0 10px;
  color: var(--v2-brass-light);
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.evidence-project h3 {
  margin: 0 0 18px;
  color: var(--v2-ivory);
  font-family: var(--serif);
  font-size: clamp(38px, 4vw, 58px);
  font-weight: 500;
}

.journey-scene-workshop {
  min-height: 105svh;
}

.journey-workshop-panel {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(20, 8, 14, 0.93), rgba(17, 27, 35, 0.86)),
    repeating-linear-gradient(45deg, rgba(239, 196, 119, 0.05) 0 1px, transparent 1px 12px);
}

.journey-workshop-panel::before {
  position: absolute;
  top: -60px;
  right: -40px;
  width: 170px;
  height: 170px;
  content: "";
  border: 1px dashed rgba(239, 196, 119, 0.32);
  border-radius: 50%;
  transform: rotate(14deg);
}

.studio-statement {
  position: relative;
  padding: clamp(70px, 10vw, 150px) 0;
  color: var(--v2-ink);
  background: var(--v2-paper);
  border-bottom: 1px solid var(--line);
}

.studio-statement-grid {
  display: grid;
  grid-template-columns: 0.34fr 1.25fr 0.62fr;
  gap: clamp(34px, 6vw, 90px);
  align-items: start;
}

.studio-statement h2 {
  max-width: 850px;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(48px, 6.2vw, 88px);
  font-weight: 500;
  letter-spacing: -0.055em;
  line-height: 0.94;
}

.studio-statement-copy {
  padding-top: 12px;
  border-top: 1px solid var(--line);
}

.studio-statement-copy p {
  margin-top: 0;
  color: #35444f;
}

.home-service-rail {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  color: var(--v2-ivory);
  background: var(--v2-ink);
}

.home-service-rail > a {
  position: relative;
  min-height: 470px;
  padding: clamp(34px, 5vw, 68px);
  color: inherit;
  border-right: 1px solid rgba(243, 237, 226, 0.15);
  transition: background 300ms ease, color 300ms ease;
}

.home-service-rail > a:last-child {
  border-right: 0;
}

.home-service-rail > a:hover {
  color: var(--v2-navy);
  background: var(--v2-brass-light);
}

.home-service-rail span {
  display: block;
  margin-bottom: clamp(70px, 10vw, 150px);
  color: var(--v2-brass-light);
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.home-service-rail > a:hover span {
  color: var(--v2-navy);
}

.home-service-rail h2 {
  max-width: 420px;
  margin: 0 0 20px;
  font-family: var(--serif);
  font-size: clamp(34px, 3.2vw, 52px);
  font-weight: 500;
  line-height: 1;
}

.home-service-rail p {
  max-width: 420px;
  color: rgba(243, 237, 226, 0.64);
}

.home-service-rail > a:hover p {
  color: rgba(3, 13, 21, 0.72);
}

.home-service-rail > a > i {
  position: absolute;
  right: 34px;
  bottom: 28px;
  font-style: normal;
  font-size: 25px;
}

.nexus-chapter {
  padding: clamp(80px, 11vw, 165px) 0;
  color: var(--v2-ivory);
  background:
    radial-gradient(circle at 77% 43%, rgba(65, 100, 113, 0.2), transparent 32%),
    #02080d;
}

.nexus-chapter-grid {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: clamp(50px, 9vw, 140px);
  align-items: center;
}

.nexus-chapter h2 {
  margin: 0 0 28px;
  font-family: var(--serif);
  font-size: clamp(70px, 10vw, 150px);
  font-weight: 500;
  letter-spacing: -0.06em;
  line-height: 0.8;
}

.nexus-chapter figure {
  position: relative;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(239, 196, 119, 0.2);
}

.nexus-chapter figure::after {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  box-shadow: inset 0 0 100px rgba(0, 0, 0, 0.35);
}

.nexus-chapter figure img {
  display: block;
  width: 100%;
  min-height: 500px;
  object-fit: cover;
  filter: saturate(0.72) contrast(1.08);
}

.nexus-chapter figcaption {
  position: absolute;
  right: 22px;
  bottom: 22px;
  left: 22px;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  padding: 15px 18px;
  color: var(--v2-ivory);
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: rgba(3, 13, 21, 0.78);
  border: 1px solid rgba(239, 196, 119, 0.22);
  backdrop-filter: blur(12px);
}

.home-products {
  padding: clamp(80px, 11vw, 160px) 0;
  background: var(--v2-ivory);
}

.strong-section-heading {
  display: grid;
  grid-template-columns: 1.25fr 0.5fr;
  gap: 70px;
  align-items: end;
  margin-bottom: 55px;
}

.strong-section-heading h2 {
  max-width: 820px;
  margin: 0;
  color: var(--v2-ink);
  font-family: var(--serif);
  font-size: clamp(50px, 6.5vw, 92px);
  font-weight: 500;
  letter-spacing: -0.055em;
  line-height: 0.92;
}

.strong-section-heading > p {
  color: #35444f;
  border-top: 1px solid var(--line);
  padding-top: 18px;
}

.home-product-pair {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 24px;
}

.home-product {
  position: relative;
  display: grid;
  min-height: 640px;
  align-content: end;
  overflow: hidden;
  padding: clamp(30px, 4vw, 52px);
  color: var(--v2-ivory);
  background: #0b1720;
}

.home-product img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.66;
  transition: transform 750ms var(--ease), opacity 400ms ease;
}

.home-product::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, transparent 24%, rgba(2, 8, 13, 0.88));
}

.home-product:hover img {
  opacity: 0.8;
  transform: scale(1.025);
}

.home-product span,
.home-product h3 {
  position: relative;
  z-index: 2;
}

.home-product span {
  color: var(--v2-brass-light);
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.home-product h3 {
  margin: 12px 0 0;
  font-family: var(--serif);
  font-size: clamp(62px, 8vw, 112px);
  font-weight: 500;
  line-height: 0.85;
}

.rescue-band-v2 {
  padding: 42px 0;
  color: var(--v2-ink);
  background: var(--v2-brass-light);
  border: 0;
}

.rescue-band-v2 .rescue-grid {
  grid-template-columns: 0.42fr 0.9fr 1fr auto;
  align-items: center;
}

.rescue-band-v2 .eyebrow {
  margin: 0;
  color: var(--v2-ink);
}

.rescue-band-v2 h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 500;
}

.rescue-band-v2 p:not(.eyebrow) {
  margin: 0;
  color: rgba(3, 13, 21, 0.68);
}

.button-quiet {
  white-space: nowrap;
  color: var(--v2-ivory);
  background: var(--v2-navy);
  border-color: var(--v2-navy);
}

.final-invitation {
  overflow: hidden;
  color: var(--v2-ivory);
  background:
    radial-gradient(circle at 23% 50%, rgba(195, 138, 54, 0.12), transparent 28%),
    var(--v2-navy);
}

.final-invitation .shell {
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  align-items: center;
  min-height: 720px;
}

.final-invitation img {
  width: min(720px, 70vw);
  margin-left: -20%;
  filter: saturate(0.88);
}

.final-invitation h2 {
  max-width: 850px;
  margin: 0 0 25px;
  font-family: var(--serif);
  font-size: clamp(62px, 8vw, 118px);
  font-weight: 500;
  letter-spacing: -0.06em;
  line-height: 0.88;
}

.final-invitation p:not(.eyebrow) {
  max-width: 630px;
  color: rgba(243, 237, 226, 0.67);
  font-size: clamp(17px, 1.6vw, 21px);
}

.final-invitation .button {
  margin-top: 22px;
}

@media (max-width: 1040px) {
  .journey-stage-glow {
    left: 73%;
    width: 86vw;
  }

  .journey-hero-grid,
  .journey-copy-grid {
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  }

  .studio-statement-grid {
    grid-template-columns: 0.35fr 1fr;
  }

  .studio-statement-copy {
    grid-column: 2;
  }

  .home-service-rail > a {
    min-height: 430px;
    padding: 42px 30px;
  }

  .rescue-band-v2 .rescue-grid {
    grid-template-columns: 0.4fr 1fr 1fr;
  }

  .rescue-band-v2 .button {
    grid-column: 2 / -1;
    justify-self: start;
  }
}

@media (max-width: 760px) {
  .home-v2 .journey-header .nav-links {
    color: var(--v2-ink);
    background: var(--v2-paper);
  }

  .home-v2 .journey-header .nav-links a {
    color: var(--v2-ink);
  }

  .journey-stage-glow {
    top: 30%;
    left: 50%;
    width: 124vw;
  }

  .journey-poster {
    height: 58%;
    object-position: 50% 20%;
  }

  .journey-vignette {
    background:
      linear-gradient(180deg, rgba(3, 13, 21, 0.08) 0%, rgba(3, 13, 21, 0.28) 38%, rgba(3, 13, 21, 0.98) 72%),
      linear-gradient(90deg, rgba(3, 13, 21, 0.28), transparent, rgba(3, 13, 21, 0.28));
  }

  .journey-stage-status {
    right: 18px;
    bottom: 16px;
  }

  .journey-scene {
    min-height: 100svh;
    align-items: end;
    padding: 110px 0 72px;
  }

  .journey-hero-grid,
  .journey-copy-grid,
  .evidence-journey-layout {
    grid-template-columns: 1fr;
  }

  .journey-hero-copy {
    padding-top: 42vh;
  }

  .journey-hero-copy h1 {
    max-width: 390px;
    font-size: clamp(50px, 15vw, 68px);
  }

  .journey-lede {
    max-width: 420px;
    font-size: 17px;
  }

  .journey-hero-copy .actions {
    align-items: flex-start;
  }

  .website-fast-track {
    gap: 12px;
    margin-top: 28px;
  }

  .journey-hero-space,
  .journey-copy-grid > div:empty {
    display: none;
  }

  .journey-copy-panel {
    max-width: none;
    padding: 28px 24px;
    background: rgba(4, 16, 26, 0.88);
  }

  .journey-copy-panel h2,
  .evidence-journey-intro h2 {
    font-size: clamp(40px, 12vw, 58px);
  }

  .journey-service-index a {
    grid-template-columns: 28px 1fr;
  }

  .journey-service-index i {
    grid-column: 2;
  }

  .journey-scene-evidence {
    min-height: auto;
    padding-top: 130px;
  }

  .evidence-journey-intro {
    position: relative;
    top: auto;
    padding: 28px 24px;
    background: rgba(4, 16, 26, 0.88);
    border: 1px solid var(--v2-line-dark);
  }

  .evidence-projects {
    padding-top: 0;
  }

  .journey-scroll-cue {
    display: none;
  }

  .studio-statement-grid,
  .home-service-rail,
  .nexus-chapter-grid,
  .strong-section-heading,
  .home-product-pair,
  .final-invitation .shell {
    grid-template-columns: 1fr;
  }

  .studio-statement-grid {
    gap: 26px;
  }

  .studio-statement-copy {
    grid-column: auto;
  }

  .home-service-rail > a {
    min-height: 340px;
    border-right: 0;
    border-bottom: 1px solid rgba(243, 237, 226, 0.15);
  }

  .home-service-rail span {
    margin-bottom: 64px;
  }

  .nexus-chapter figure img {
    min-height: 360px;
  }

  .strong-section-heading {
    gap: 26px;
  }

  .home-product {
    min-height: 480px;
  }

  .rescue-band-v2 .rescue-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .rescue-band-v2 .button {
    grid-column: auto;
  }

  .final-invitation .shell {
    min-height: auto;
    padding-top: 70px;
    padding-bottom: 80px;
  }

  .final-invitation img {
    width: 116%;
    margin: -20% 0 -6% -8%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .journey-stage-status span,
  .journey-scroll-cue span::after {
    animation: none;
  }

  .journey-canvas {
    display: none;
  }

  .journey-poster {
    opacity: 0.82 !important;
  }

  .journey-poster,
  .home-product img,
  .evidence-project img {
    transition: none;
  }
}

/* Recovery 3D: the icon moves as one identity; no component breakup. */
.journey-canvas {
  display: block;
  opacity: 0;
  filter: brightness(0.92) saturate(0.95);
  transition: opacity 700ms ease, filter 900ms ease;
}

.journey-world.is-webgl-ready .journey-canvas {
  opacity: 1;
  filter: brightness(1) saturate(1);
}

.journey-world:not(.is-webgl-ready) .journey-poster {
  opacity: 0.96;
}

.journey-world.is-webgl-ready .journey-poster,
.journey-world.is-webgl-ready[data-chapter="0"] .journey-poster,
.journey-world.is-webgl-ready[data-chapter="1"] .journey-poster,
.journey-world.is-webgl-ready[data-chapter="2"] .journey-poster,
.journey-world.is-webgl-ready[data-chapter="3"] .journey-poster,
.journey-world.is-webgl-ready[data-chapter="4"] .journey-poster {
  opacity: 0;
  animation: none;
}

/* Keep the old poster for genuine WebGL failure only. It must never flash
   before the live model appears. */
.journey-world:not(.is-static-journey) .journey-poster {
  opacity: 0 !important;
  animation: none !important;
}

.journey-world.is-static-journey .journey-poster {
  opacity: 0.82 !important;
  animation: none !important;
}

@media (prefers-reduced-motion: reduce) {
  .journey-canvas {
    transition: opacity 250ms ease;
  }
}

/* Strong conventional route */
.studio-page {
  background: var(--v2-paper);
}

.studio-page .site-header {
  position: sticky;
  top: 0;
  z-index: 55;
  background: rgba(251, 247, 239, 0.86);
  border-bottom: 1px solid rgba(8, 23, 37, 0.13);
  box-shadow: 0 14px 44px rgba(7, 24, 39, 0.07);
  backdrop-filter: blur(18px) saturate(125%);
  -webkit-backdrop-filter: blur(18px) saturate(125%);
}

.studio-page .page-hero {
  position: relative;
  overflow: hidden;
  padding-top: clamp(90px, 11vw, 160px);
  padding-bottom: clamp(80px, 10vw, 145px);
  color: var(--v2-ivory);
  background:
    radial-gradient(circle at 82% 24%, rgba(195, 138, 54, 0.18), transparent 28%),
    linear-gradient(135deg, #030d15, #0a202e);
}

.studio-page .page-hero::after {
  position: absolute;
  top: 50%;
  right: -7vw;
  width: min(50vw, 700px);
  aspect-ratio: 1;
  content: "";
  pointer-events: none;
  opacity: 0.52;
  background:
    radial-gradient(circle, transparent 0 27%, rgba(239, 196, 119, 0.12) 27.2% 27.5%, transparent 27.7% 42%, rgba(239, 196, 119, 0.08) 42.2% 42.4%, transparent 42.6%),
    linear-gradient(rgba(239, 196, 119, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(239, 196, 119, 0.06) 1px, transparent 1px);
  background-size: 100% 100%, 56px 56px, 56px 56px;
  border: 1px solid rgba(239, 196, 119, 0.12);
  border-radius: 50%;
  transform: translateY(-50%);
  animation: page-instrument-drift 34s linear infinite;
}

@keyframes page-instrument-drift {
  50% { transform: translateY(-50%) rotate(7deg) scale(1.04); }
  to { transform: translateY(-50%) rotate(14deg); }
}

.studio-page .page-hero > *,
.studio-page .page-hero .shell {
  position: relative;
  z-index: 2;
}

.studio-page .page-hero .page-title,
.studio-page .page-hero > h1 {
  max-width: 980px;
  color: var(--v2-ivory);
  font-size: clamp(62px, 8.7vw, 132px);
  letter-spacing: -0.06em;
  line-height: 0.86;
}

.studio-page .page-hero .eyebrow {
  color: var(--v2-brass-light);
}

.studio-page .page-hero .lede {
  max-width: 690px;
  color: rgba(243, 237, 226, 0.72);
  font-size: clamp(18px, 1.7vw, 23px);
}

.studio-page .page-aside {
  align-self: end;
  color: rgba(243, 237, 226, 0.68);
  background: rgba(3, 13, 21, 0.46);
  border-color: rgba(239, 196, 119, 0.24);
  backdrop-filter: blur(14px);
}

.studio-page .page-aside strong {
  color: var(--v2-ivory);
}

.services-v2 .detail-list {
  border-top: 0;
}

.services-v2 .detail-row {
  scroll-margin-top: 110px;
  padding-top: clamp(70px, 8vw, 120px);
  padding-bottom: clamp(70px, 8vw, 120px);
}

.services-v2 .detail-row:nth-child(2) {
  position: relative;
  width: 100vw;
  max-width: none;
  margin-left: calc(50% - 50vw);
  padding-right: max(24px, calc((100vw - var(--shell)) / 2));
  padding-left: max(24px, calc((100vw - var(--shell)) / 2));
  color: var(--v2-ivory);
  background: var(--v2-ink);
}

.services-v2 .detail-row:nth-child(2) h2,
.services-v2 .detail-row:nth-child(2) .detail-copy p,
.services-v2 .detail-row:nth-child(2) .feature-list {
  color: inherit;
}

.services-v2 .detail-row h2 {
  max-width: 620px;
  font-size: clamp(43px, 5.3vw, 74px);
  line-height: 0.95;
}

.services-v2 .detail-copy > p:first-child {
  color: var(--v2-ink);
  font-family: var(--serif);
  font-size: clamp(25px, 2.7vw, 38px);
  line-height: 1.12;
}

.services-v2 .detail-row:nth-child(2) .detail-copy > p:first-child {
  color: var(--v2-ivory);
}

.services-v2 .web-proof-section {
  color: var(--v2-ivory);
  background: #02090e;
}

.services-v2 .web-proof-section .section-title,
.services-v2 .web-proof-section .website-proof-copy h3 {
  color: var(--v2-ivory);
}

.services-v2 .web-proof-section .body-large,
.services-v2 .web-proof-section .website-proof-copy p {
  color: rgba(243, 237, 226, 0.7);
}

.services-v2 .website-proof-card {
  background: #071722;
  border-color: rgba(239, 196, 119, 0.23);
}

.work-v2 .case-grid {
  align-items: stretch;
}

.work-v2 .case-card {
  border-radius: 0;
}

.work-v2 .case-card-image {
  display: grid;
  padding: 0;
  overflow: hidden;
  color: var(--v2-ivory);
  background: var(--v2-ink);
  border-color: rgba(239, 196, 119, 0.25);
}

.work-v2 .case-card-image.case-card-wide {
  grid-template-columns: 1.2fr 0.8fr;
}

.work-v2 .case-media {
  display: block;
  min-height: 360px;
  overflow: hidden;
}

.work-v2 .case-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 700ms var(--ease);
}

.work-v2 .case-card-image:hover .case-media img {
  transform: scale(1.025);
}

.work-v2 .case-copy {
  align-self: end;
  padding: clamp(30px, 4vw, 56px);
}

.work-v2 .case-copy h2,
.work-v2 .case-copy .text-link {
  color: var(--v2-ivory);
}

.work-v2 .case-copy > p:not(.case-label) {
  color: rgba(243, 237, 226, 0.68);
}

.about-v2 .about-hero {
  width: 100%;
  max-width: none;
  margin: 0;
  padding-top: clamp(58px, 7vw, 96px);
  padding-bottom: clamp(64px, 8vw, 112px);
  padding-right: max(24px, calc((100vw - var(--shell)) / 2));
  padding-left: max(24px, calc((100vw - var(--shell)) / 2));
}

.about-v2 .about-hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.42fr) minmax(300px, 0.58fr);
  gap: clamp(52px, 8vw, 118px);
  align-items: end;
  width: 100%;
  max-width: var(--shell);
  margin: 0 auto;
}

.about-v2 .about-hero h1 {
  max-width: 900px;
  margin-top: clamp(30px, 4vw, 56px);
  color: var(--v2-ivory);
  font-size: clamp(58px, 7.5vw, 112px);
  letter-spacing: -0.06em;
  line-height: 0.88;
}

.about-v2 .about-hero .lede {
  max-width: 760px;
  margin-top: clamp(28px, 3vw, 42px);
}

.about-v2 .about-hero-note {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 22px;
  margin: 34px 0 0;
  color: var(--v2-brass-light);
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.about-v2 .about-hero-note span {
  display: inline-flex;
  gap: 8px;
  align-items: center;
}

.about-v2 .about-hero-note span:not(:last-child)::after {
  width: 22px;
  height: 1px;
  content: "";
  background: rgba(239, 196, 119, 0.36);
}

.about-v2 .about-hero-portrait {
  position: relative;
  margin: 0;
}

.about-v2 .about-hero-portrait-frame {
  position: relative;
  padding: clamp(8px, 1vw, 13px);
  background: var(--v2-brass);
  box-shadow: 22px 22px 0 rgba(195, 138, 54, 0.12);
  transform: rotate(1.4deg);
}

.about-v2 .about-hero-portrait-frame::before,
.about-v2 .about-hero-portrait-frame::after {
  position: absolute;
  z-index: 2;
  width: 38px;
  height: 38px;
  content: "";
  pointer-events: none;
}

.about-v2 .about-hero-portrait-frame::before {
  top: -8px;
  left: -8px;
  border-top: 1px solid var(--v2-brass-light);
  border-left: 1px solid var(--v2-brass-light);
}

.about-v2 .about-hero-portrait-frame::after {
  right: -8px;
  bottom: -8px;
  border-right: 1px solid var(--v2-brass-light);
  border-bottom: 1px solid var(--v2-brass-light);
}

.about-v2 .about-hero-portrait img {
  display: block;
  width: 100%;
  height: auto;
  filter: sepia(0.08) contrast(1.03);
}

.about-v2 .about-hero-portrait figcaption {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding-top: 19px;
  color: rgba(243, 237, 226, 0.57);
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.about-v2 .about-hero-portrait figcaption strong {
  color: var(--v2-brass-light);
  font-weight: 500;
}

.about-v2 .about-origin,
.about-v2 .founder-inner,
.about-v2 .studio-map,
.about-v2 .principles-section,
.about-v2 .about-relationship,
.about-v2 .closing-cta,
.workshop-v2 .workshop-hero,
.workshop-v2 .workshop-grid,
.workshop-v2 .workshop-note {
  width: min(calc(100% - 48px), var(--shell));
  max-width: var(--shell);
  margin-right: auto;
  margin-left: auto;
}

.about-v2 .about-origin {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(52px, 9vw, 132px);
  padding-top: clamp(80px, 10vw, 140px);
  padding-bottom: clamp(80px, 10vw, 140px);
  border-bottom: 1px solid rgba(7, 24, 39, 0.14);
}

.about-v2 .about-origin h2,
.about-v2 .founder-copy h2,
.about-v2 .studio-map-heading h2,
.about-v2 .principles-heading h2,
.about-v2 .about-relationship h2,
.about-v2 .closing-cta h2 {
  font-size: clamp(46px, 6.1vw, 86px);
  letter-spacing: -0.055em;
  line-height: 0.96;
}

.about-v2 .about-origin .prose {
  max-width: 760px;
}

.about-v2 .about-origin .prose p:first-child {
  color: var(--v2-navy);
  font-size: clamp(22px, 2.35vw, 31px);
  line-height: 1.36;
}

.about-v2 .founder-section {
  position: relative;
  overflow: hidden;
  color: var(--v2-ivory);
  background:
    radial-gradient(circle at 14% 22%, rgba(195, 138, 54, 0.13), transparent 30%),
    linear-gradient(rgba(239, 196, 119, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(239, 196, 119, 0.04) 1px, transparent 1px),
    var(--v2-ink);
  background-size: auto, 64px 64px, 64px 64px, auto;
}

.about-v2 .founder-inner {
  display: grid;
  grid-template-columns: minmax(300px, 0.78fr) minmax(0, 1.22fr);
  gap: clamp(58px, 10vw, 150px);
  align-items: start;
  padding-top: clamp(82px, 10vw, 138px);
  padding-bottom: clamp(82px, 10vw, 138px);
}

.about-v2 .founder-statement {
  padding: clamp(28px, 4vw, 48px) 0;
  border-top: 1px solid rgba(239, 196, 119, 0.32);
  border-bottom: 1px solid rgba(239, 196, 119, 0.32);
}

.about-v2 .founder-statement > p:nth-child(2) {
  max-width: 550px;
  margin: clamp(38px, 5vw, 70px) 0;
  color: var(--v2-ivory);
  font-family: var(--serif);
  font-size: clamp(42px, 5vw, 68px);
  line-height: 0.98;
}

.about-v2 .founder-statement > span {
  color: rgba(243, 237, 226, 0.52);
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.about-v2 .founder-copy h2 {
  max-width: 820px;
  color: var(--v2-ivory);
}

.about-v2 .founder-copy > p:not(.eyebrow) {
  max-width: 700px;
  color: rgba(243, 237, 226, 0.69);
  font-size: clamp(17px, 1.65vw, 21px);
}

.about-v2 .founder-copy > p:nth-of-type(2) {
  margin-top: 34px;
}

.about-v2 .founder-link {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  padding-bottom: 5px;
  margin-top: 18px;
  color: var(--v2-brass-light);
  border-bottom: 1px solid rgba(239, 196, 119, 0.45);
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.about-v2 .founder-link:hover {
  color: var(--v2-ivory);
  border-bottom-color: var(--v2-ivory);
}

.about-v2 .studio-map {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(54px, 9vw, 132px);
  padding-top: clamp(84px, 10vw, 144px);
  padding-bottom: clamp(84px, 10vw, 144px);
}

.about-v2 .studio-map-heading {
  align-self: start;
}

.about-v2 .studio-map-heading h2 {
  font-size: clamp(43px, 5.3vw, 74px);
}

.about-v2 .studio-map-heading > p:last-child {
  max-width: 580px;
  margin-top: 30px;
  color: #44515a;
  font-size: clamp(17px, 1.6vw, 20px);
}

.about-v2 .studio-map-list {
  border-top: 1px solid rgba(7, 24, 39, 0.18);
}

.about-v2 .studio-map-list > a {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) auto;
  gap: 22px;
  align-items: start;
  padding: clamp(28px, 3.4vw, 44px) 0;
  color: var(--v2-navy);
  border-bottom: 1px solid rgba(7, 24, 39, 0.18);
  transition: color 220ms ease, padding-left 260ms var(--ease);
}

.about-v2 .studio-map-list > a:hover {
  padding-left: 12px;
  color: #875914;
}

.about-v2 .studio-map-list > a > span,
.about-v2 .studio-map-list > a > b {
  color: var(--v2-brass);
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.08em;
}

.about-v2 .studio-map-list h3 {
  margin: 0;
  color: currentColor;
  font-family: var(--serif);
  font-size: clamp(29px, 3vw, 42px);
  font-weight: 500;
  line-height: 1;
}

.about-v2 .studio-map-list p {
  max-width: 620px;
  margin: 12px 0 0;
  color: #52606a;
  font-size: 16px;
}

.about-v2 .principles-section {
  max-width: none;
  width: 100%;
  padding-right: max(24px, calc((100vw - var(--shell)) / 2));
  padding-left: max(24px, calc((100vw - var(--shell)) / 2));
  color: var(--v2-ivory);
  background: var(--v2-ink);
}

.about-v2 .principles-heading {
  display: grid;
  grid-template-columns: 0.55fr 1.45fr;
  gap: 40px;
  align-items: end;
  padding-top: clamp(82px, 9vw, 126px);
}

.about-v2 .principles-heading h2 {
  max-width: 860px;
  margin: 0;
  color: var(--v2-ivory);
  font-size: clamp(43px, 5.3vw, 74px);
}

.about-v2 .principles-section .principles-grid {
  margin-top: clamp(48px, 6vw, 78px);
  margin-bottom: clamp(82px, 9vw, 126px);
}

.about-v2 .principles-grid article {
  background: transparent;
  border-color: rgba(243, 237, 226, 0.17);
}

.about-v2 .principles-grid h2,
.about-v2 .principles-grid h3 {
  color: var(--v2-ivory);
}

.about-v2 .principles-grid p {
  color: rgba(243, 237, 226, 0.64);
}

.about-v2 .about-relationship {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  gap: clamp(54px, 9vw, 132px);
  padding-top: clamp(84px, 10vw, 144px);
  padding-bottom: clamp(84px, 10vw, 144px);
}

.about-v2 .about-relationship h2 {
  font-size: clamp(43px, 5.3vw, 74px);
}

.about-v2 .relationship-list {
  padding: 0;
  margin: 0;
  list-style: none;
  border-top: 1px solid rgba(7, 24, 39, 0.18);
}

.about-v2 .relationship-list li {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 20px;
  padding: clamp(26px, 3vw, 38px) 0;
  border-bottom: 1px solid rgba(7, 24, 39, 0.18);
}

.about-v2 .relationship-list li > span {
  color: var(--v2-brass);
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.08em;
}

.about-v2 .relationship-list h3 {
  margin: 0;
  color: var(--v2-navy);
  font-family: var(--serif);
  font-size: clamp(25px, 2.5vw, 34px);
  font-weight: 500;
  line-height: 1.05;
}

.about-v2 .relationship-list p {
  max-width: 620px;
  margin: 10px 0 0;
  color: #52606a;
  font-size: 16px;
}

.workshop-v2 .workshop-hero {
  isolation: isolate;
  margin-top: clamp(34px, 5vw, 72px);
  box-shadow: 0 35px 90px rgba(7, 24, 39, 0.18);
}

.workshop-v2 .workshop-hero > div:not(.workshop-engine-motion) {
  z-index: 4;
}

.workshop-engine-motion {
  position: absolute;
  inset: 0;
  z-index: 3;
  overflow: hidden;
  pointer-events: none;
}

.workshop-chamber,
.workshop-ring,
.workshop-scan,
.workshop-steam {
  position: absolute;
  display: block;
}

.workshop-chamber {
  top: 54%;
  left: 76.5%;
  width: clamp(110px, 16vw, 230px);
  aspect-ratio: 0.82;
  opacity: 0.64;
  background:
    radial-gradient(ellipse, rgba(255, 231, 173, 0.88), rgba(218, 145, 54, 0.38) 25%, rgba(143, 72, 19, 0.08) 52%, transparent 72%);
  filter: blur(5px);
  mix-blend-mode: screen;
  transform: translate(-50%, -50%);
  animation: workshop-chamber-breathe 3.8s ease-in-out infinite;
}

.workshop-ring {
  top: 54%;
  left: 76.5%;
  aspect-ratio: 1;
  border: 1px solid rgba(239, 196, 119, 0.42);
  border-right-color: transparent;
  border-radius: 50%;
}

.workshop-ring-a {
  width: clamp(160px, 22vw, 320px);
  transform: translate(-50%, -50%);
  animation: workshop-ring-spin 19s linear infinite;
}

.workshop-ring-b {
  width: clamp(120px, 17vw, 245px);
  border-style: dashed;
  border-bottom-color: transparent;
  transform: translate(-50%, -50%);
  animation: workshop-ring-spin-reverse 13s linear infinite;
}

.workshop-scan {
  top: 12%;
  bottom: 9%;
  left: 76.5%;
  width: 1px;
  opacity: 0;
  background: linear-gradient(transparent, rgba(255, 222, 151, 0.88), transparent);
  box-shadow: 0 0 18px rgba(239, 196, 119, 0.42);
  animation: workshop-scan-pass 6.2s ease-in-out infinite;
}

.workshop-steam {
  right: 8.5%;
  bottom: 73%;
  width: 110px;
  height: 210px;
  opacity: 0;
  background:
    radial-gradient(ellipse at 52% 82%, rgba(245, 240, 231, 0.26), transparent 36%),
    radial-gradient(ellipse at 34% 52%, rgba(245, 240, 231, 0.2), transparent 35%),
    radial-gradient(ellipse at 62% 22%, rgba(245, 240, 231, 0.14), transparent 34%);
  filter: blur(9px);
  transform-origin: bottom;
  animation: workshop-steam-rise 7s ease-out infinite;
}

.workshop-steam-b {
  right: 12%;
  width: 84px;
  height: 170px;
  animation-delay: -3.7s;
  animation-duration: 8.4s;
}

@keyframes workshop-chamber-breathe {
  50% { opacity: 0.92; filter: blur(7px); transform: translate(-50%, -50%) scale(1.07); }
}

@keyframes workshop-ring-spin {
  to { transform: translate(-50%, -50%) rotate(360deg); }
}

@keyframes workshop-ring-spin-reverse {
  to { transform: translate(-50%, -50%) rotate(-360deg); }
}

@keyframes workshop-scan-pass {
  0%, 12% { opacity: 0; transform: translateX(-240px); }
  28%, 64% { opacity: 0.54; }
  84%, 100% { opacity: 0; transform: translateX(240px); }
}

@keyframes workshop-steam-rise {
  0% { opacity: 0; transform: translate3d(0, 24px, 0) scale(0.76); }
  22% { opacity: 0.38; }
  70% { opacity: 0.18; }
  100% { opacity: 0; transform: translate3d(-18px, -78px, 0) scale(1.34); }
}

.workshop-v2 .workshop-grid {
  padding-top: clamp(80px, 10vw, 140px);
}

.workshop-v2 .workshop-card {
  border-radius: 0;
}

.workshop-v2 .workshop-card:nth-child(3n + 2) {
  transform: translateY(42px);
}

.workshop-v2 .workshop-note {
  margin-top: 110px;
  margin-bottom: 110px;
}

.privacy-v2 main {
  width: min(calc(100% - 48px), 900px);
  margin: 0 auto;
  padding-top: 70px;
  padding-bottom: 100px;
}

@media (max-width: 920px) {
  .about-v2 .about-origin,
  .about-v2 .founder-inner,
  .about-v2 .studio-map,
  .about-v2 .principles-heading,
  .about-v2 .about-relationship {
    grid-template-columns: 1fr;
  }

  .about-v2 .about-origin,
  .about-v2 .studio-map,
  .about-v2 .about-relationship {
    gap: 48px;
  }

  .about-v2 .founder-inner {
    gap: 64px;
  }

  .about-v2 .studio-map-heading {
    max-width: 760px;
  }

  .about-v2 .principles-heading {
    gap: 22px;
  }
}

@media (max-width: 760px) {
  .studio-page .page-hero {
    padding-top: 80px;
    padding-bottom: 76px;
  }

  .studio-page .page-hero .page-title,
  .studio-page .page-hero > h1 {
    font-size: clamp(52px, 16vw, 72px);
  }

  .services-v2 .detail-row:nth-child(2) {
    padding-right: 24px;
    padding-left: 24px;
  }

  .work-v2 .case-card-image.case-card-wide {
    grid-template-columns: 1fr;
  }

  .work-v2 .case-media {
    min-height: 260px;
    aspect-ratio: 16 / 10;
  }

  .about-v2 .about-origin,
  .about-v2 .founder-inner,
  .about-v2 .studio-map,
  .about-v2 .principles-section,
  .about-v2 .about-relationship,
  .about-v2 .closing-cta,
  .workshop-v2 .workshop-hero,
  .workshop-v2 .workshop-grid,
  .workshop-v2 .workshop-note {
    width: min(calc(100% - 36px), var(--shell));
  }

  .about-v2 .principles-section {
    width: 100%;
  }

  .about-v2 .about-hero {
    padding-top: 32px;
    padding-bottom: 70px;
  }

  .about-v2 .about-hero-inner {
    position: relative;
    display: block;
  }

  .about-v2 .about-hero-copy .eyebrow {
    max-width: 170px;
  }

  .about-v2 .about-hero h1 {
    margin-top: 112px;
    font-size: clamp(50px, 15vw, 68px);
  }

  .about-v2 .about-hero-portrait {
    position: absolute;
    top: 0;
    right: 0;
    width: 104px;
  }

  .about-v2 .about-hero-portrait-frame {
    padding: 4px;
    box-shadow: 8px 8px 0 rgba(195, 138, 54, 0.12);
  }

  .about-v2 .about-hero-portrait-frame::before,
  .about-v2 .about-hero-portrait-frame::after {
    display: none;
  }

  .about-v2 .about-hero-portrait figcaption {
    display: none;
  }

  .about-v2 .about-hero-note {
    display: grid;
    gap: 7px;
  }

  .about-v2 .about-hero-note span:not(:last-child)::after {
    display: none;
  }

  .about-v2 .studio-map-list > a {
    grid-template-columns: 30px minmax(0, 1fr) auto;
    gap: 12px;
  }

  .about-v2 .studio-map-list > a:hover {
    padding-left: 0;
  }

  .about-v2 .relationship-list li {
    grid-template-columns: 30px minmax(0, 1fr);
    gap: 12px;
  }

  .workshop-v2 .workshop-card:nth-child(3n + 2) {
    transform: none;
  }

  .journey-schematic {
    opacity: 0.38;
    transform-origin: 50% 28%;
  }

  .journey-orbit,
  .journey-axis {
    top: 29%;
    left: 50%;
  }

  .journey-orbit-a {
    width: 112vw;
  }

  .journey-orbit-b {
    width: 82vw;
  }

  .journey-axis-x {
    width: 130vw;
  }

  .journey-axis-y {
    width: 100vw;
  }

  .journey-coordinate {
    display: none;
  }

  .journey-poster {
    top: 72px;
    right: auto;
    bottom: auto;
    left: -14%;
    width: 128%;
    max-width: none;
    height: 50vh;
    object-position: center;
    transform-origin: 50% 35%;
  }

  .journey-ignition-flare {
    top: 29%;
    left: 50%;
    width: 36vw;
  }

  .journey-signals {
    opacity: 0.3;
  }

  .workshop-chamber,
  .workshop-ring {
    top: 43%;
    left: 74%;
  }

  .workshop-scan {
    left: 74%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .journey-schematic,
  .journey-stage-glow {
    transform: none !important;
  }

  .journey-signals,
  .journey-ignition-flare,
  .workshop-engine-motion {
    display: none;
  }

  .journey-world.is-webgl-ready .journey-poster {
    animation: none;
  }
}

/* Intact emblem pass: keep the bulb whole and put the motion in the room. */
.journey-canvas {
  display: none;
}

.journey-world::after {
  position: absolute;
  inset: 0;
  z-index: 0;
  content: "";
  pointer-events: none;
  background:
    radial-gradient(
      circle at
        calc(71% + var(--journey-pointer-x, 0) * 3%)
        calc(42% + var(--journey-pointer-y, 0) * 3%),
      rgba(239, 196, 119, 0.16),
      rgba(35, 78, 99, 0.09) 19%,
      transparent 43%
    ),
    linear-gradient(
      112deg,
      transparent 36%,
      rgba(239, 196, 119, 0.045) 49%,
      transparent 62%
    );
  opacity: 0.95;
  transform: translateY(calc(var(--journey-progress, 0) * -2.5%));
}

.journey-poster,
.js .journey-poster,
.journey-world.is-static-journey .journey-poster,
.journey-world.is-webgl-ready .journey-poster {
  top: 8%;
  right: clamp(-34px, -1.5vw, -14px);
  bottom: auto;
  left: auto;
  display: block;
  width: min(66vw, 1060px);
  height: 86%;
  object-fit: contain;
  object-position: center;
  opacity: 0;
  filter:
    brightness(1.08)
    saturate(1.04)
    contrast(1.07)
    drop-shadow(0 0 24px rgba(239, 196, 119, 0.16))
    drop-shadow(0 28px 62px rgba(0, 0, 0, 0.32));
  animation: none;
  transform: translate3d(
    calc(var(--journey-pointer-x, 0) * -7px),
    calc(var(--journey-pointer-y, 0) * -5px),
    0
  );
  transition: opacity 650ms ease, filter 650ms ease, transform 220ms ease-out;
}

.journey-world[data-chapter="0"] .journey-poster,
.journey-world:not([data-chapter]) .journey-poster {
  opacity: 0.98;
}

.journey-world[data-chapter="1"] .journey-poster,
.journey-world[data-chapter="2"] .journey-poster,
.journey-world[data-chapter="3"] .journey-poster,
.journey-world[data-chapter="4"] .journey-poster {
  opacity: 0;
  animation: none;
}

.journey-world.is-atmosphere-ready[data-chapter="0"] .journey-poster {
  animation: intact-emblem-arrival 1.6s var(--ease) both;
}

.journey-stage-glow {
  box-shadow:
    inset 0 0 90px rgba(195, 138, 54, 0.07),
    0 0 120px rgba(25, 74, 98, 0.14);
}

.journey-ignition-flare {
  mix-blend-mode: screen;
}

@keyframes intact-emblem-arrival {
  0% {
    opacity: 0;
    filter: brightness(0.5) saturate(0.72) blur(4px);
    transform: translate3d(2%, 1%, 0) scale(0.965);
  }
  62% {
    opacity: 1;
    filter:
      brightness(1.24)
      saturate(1.08)
      contrast(1.04)
      drop-shadow(0 0 42px rgba(239, 196, 119, 0.23));
  }
  100% {
    opacity: 0.98;
    filter:
      brightness(1.08)
      saturate(1.04)
      contrast(1.07)
      drop-shadow(0 0 24px rgba(239, 196, 119, 0.16))
      drop-shadow(0 28px 62px rgba(0, 0, 0, 0.32));
    transform: translate3d(0, 0, 0) scale(1);
  }
}

@media (max-width: 760px) {
  .journey-poster,
  .js .journey-poster,
  .journey-world.is-static-journey .journey-poster,
  .journey-world.is-webgl-ready .journey-poster {
    top: 74px;
    right: auto;
    left: -9%;
    width: 118%;
    max-width: none;
    height: 47vh;
    object-position: 50% 42%;
    transform-origin: 50% 36%;
  }

  .journey-world::after {
    background:
      radial-gradient(circle at 50% 27%, rgba(239, 196, 119, 0.18), rgba(35, 78, 99, 0.1) 22%, transparent 50%),
      linear-gradient(145deg, transparent 28%, rgba(239, 196, 119, 0.04) 48%, transparent 68%);
  }
}

@media (prefers-reduced-motion: reduce) {
  .journey-world.is-atmosphere-ready[data-chapter="0"] .journey-poster {
    animation: none;
  }

  .journey-poster,
  .js .journey-poster {
    transform: none;
    transition: opacity 300ms ease;
  }
}

/* Products and Workshop: wide, complete route layouts. */
.products-v2 .page-hero {
  width: 100%;
  max-width: none;
  margin: 0;
  padding-right: max(24px, calc((100vw - var(--shell)) / 2));
  padding-left: max(24px, calc((100vw - var(--shell)) / 2));
}

.products-v2 .page-hero > h1 {
  max-width: 1180px;
}

.products-v2 .page-hero .lede {
  max-width: 820px;
}

.products-v2 .product-detail {
  width: 100%;
  max-width: none;
  grid-template-columns: minmax(360px, 0.86fr) minmax(520px, 1.14fr);
  gap: clamp(64px, 7vw, 126px);
  min-height: 760px;
  padding-right: max(24px, calc((100vw - var(--shell)) / 2));
  padding-left: max(24px, calc((100vw - var(--shell)) / 2));
  padding-top: clamp(90px, 9vw, 142px);
  padding-bottom: clamp(90px, 9vw, 142px);
}

.products-v2 .product-detail-copy {
  max-width: 660px;
}

.products-v2 .product-detail-copy h2 {
  font-size: clamp(54px, 5.6vw, 86px);
  letter-spacing: -0.045em;
  line-height: 0.96;
}

.products-v2 .product-detail-copy > p:not(.eyebrow) {
  max-width: 610px;
  color: rgba(8, 23, 37, 0.72);
  font-size: clamp(17px, 1.35vw, 20px);
}

.products-v2 .product-detail-visual {
  box-shadow: 28px 30px 0 rgba(7, 24, 39, 0.055);
}

.products-v2 .product-detail-visual img {
  height: auto;
  min-height: 0;
  object-fit: contain;
}

.products-v2 #void-loom {
  width: 100%;
  max-width: none;
  grid-template-columns: minmax(520px, 1.14fr) minmax(360px, 0.86fr);
  padding-right: max(24px, calc((100vw - var(--shell)) / 2));
  padding-left: max(24px, calc((100vw - var(--shell)) / 2));
  color: var(--v2-ivory);
  background:
    radial-gradient(circle at 18% 50%, rgba(111, 54, 172, 0.13), transparent 30%),
    linear-gradient(135deg, #02080d, #081a27);
  border-bottom: 0;
}

.products-v2 #void-loom .product-detail-copy h2,
.products-v2 #void-loom .text-link {
  color: var(--v2-ivory);
}

.products-v2 #void-loom .product-detail-copy > p:not(.eyebrow),
.products-v2 #void-loom .product-feature-list li {
  color: rgba(243, 237, 226, 0.7);
}

.products-v2 #void-loom .product-feature-list {
  border-color: rgba(243, 237, 226, 0.18);
}

.products-v2 #void-loom .product-feature-list li {
  border-color: rgba(243, 237, 226, 0.14);
}

.products-v2 #void-loom .product-detail-visual {
  border-color: rgba(239, 196, 119, 0.2);
  box-shadow: 28px 30px 0 rgba(0, 0, 0, 0.24);
}

.products-v2 .closing-cta {
  padding-top: clamp(90px, 10vw, 150px);
  padding-bottom: clamp(90px, 10vw, 150px);
  background:
    radial-gradient(circle at 50% 110%, rgba(195, 138, 54, 0.16), transparent 38%),
    var(--v2-ink);
}

.products-v2 .closing-cta h2 {
  max-width: 1050px;
  color: var(--v2-ivory);
}

.products-v2 .closing-cta .eyebrow {
  color: var(--v2-brass-light);
}

.products-v2 .closing-cta .button {
  color: var(--v2-ink);
  background: var(--v2-brass-light);
  border-color: var(--v2-brass-light);
}

.workshop-v2 .workshop-grid {
  width: min(calc(100% - 64px), 1480px);
  max-width: 1480px;
}

.workshop-v2 .workshop-hero {
  width: 100%;
  max-width: none;
  min-height: min(850px, calc(100vh - 120px));
  margin: 0;
  padding-right: max(24px, calc((100vw - var(--shell)) / 2));
  padding-left: max(24px, calc((100vw - var(--shell)) / 2));
  box-shadow: none;
}

.workshop-v2 .workshop-hero > div:not(.workshop-engine-motion) {
  max-width: 760px;
}

.workshop-v2 .workshop-hero .lede {
  max-width: 700px;
}

.workshop-v2 .workshop-grid {
  padding-top: 0;
  margin-top: clamp(88px, 9vw, 138px);
  margin-bottom: clamp(88px, 9vw, 138px);
}

.workshop-v2 .workshop-card {
  min-height: 380px;
  padding: clamp(36px, 4.5vw, 68px);
}

.workshop-v2 .workshop-card:nth-child(3n + 2) {
  transform: none;
}

.workshop-v2 .workshop-note {
  width: 100%;
  max-width: none;
  margin: 0;
  padding-right: max(32px, calc((100vw - 1100px) / 2));
  padding-left: max(32px, calc((100vw - 1100px) / 2));
}

@media (max-width: 1040px) {
  .products-v2 .product-detail,
  .products-v2 #void-loom {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .products-v2 #void-loom .product-detail-copy {
    order: initial;
  }

  .products-v2 .product-detail-copy {
    max-width: 760px;
  }

  .products-v2 .product-detail-visual {
    width: 100%;
  }

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

@media (max-width: 760px) {
  .products-v2 .page-hero,
  .products-v2 #void-loom {
    padding-right: 24px;
    padding-left: 24px;
  }

  .products-v2 .product-detail,
  .workshop-v2 .workshop-grid {
    width: 100%;
  }

  .products-v2 .product-detail {
    padding-right: 24px;
    padding-left: 24px;
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .products-v2 .product-detail-copy h2 {
    font-size: clamp(44px, 13.5vw, 64px);
  }

  .products-v2 .product-detail-visual img {
    min-height: 0;
  }

  .products-v2 .closing-cta,
  .workshop-v2 .workshop-note {
    padding-right: 18px;
    padding-left: 18px;
  }

  .workshop-v2 .workshop-hero {
    min-height: 680px;
    padding-right: 24px;
    padding-left: 24px;
  }

  .workshop-v2 .workshop-grid {
    grid-template-columns: 1fr;
    margin-top: 72px;
    margin-bottom: 72px;
  }

  .workshop-v2 .workshop-card {
    min-height: 300px;
    padding: 32px;
  }
}

/* Final recovery overrides sit after the former static fallback rules. */
.journey-canvas {
  display: block;
  opacity: 0;
}

.journey-world.is-webgl-ready .journey-canvas {
  opacity: 1;
}

.journey-world.is-webgl-ready .journey-poster,
.journey-world.is-webgl-ready[data-chapter="0"] .journey-poster,
.journey-world.is-webgl-ready[data-chapter="1"] .journey-poster,
.journey-world.is-webgl-ready[data-chapter="2"] .journey-poster,
.journey-world.is-webgl-ready[data-chapter="3"] .journey-poster,
.journey-world.is-webgl-ready[data-chapter="4"] .journey-poster {
  opacity: 0;
  animation: none;
}
