/* Prepared Room refinement: cinematic event rhythm, direct advisory language. */

.hero-definition,
.panel-thesis > p:last-child,
.artifact-field > p,
.window-heading > p:last-child,
.clock-story dd,
.case-summary,
.site-footer p {
  text-wrap: pretty;
}

.artifact-field > p {
  margin-top: 24px;
  padding-top: 14px;
  border-top: 1px solid var(--rule);
  font-size: 12px;
  line-height: 1.58;
}

.event-window {
  padding: 0;
  background: var(--carbon);
}

.window-heading {
  max-width: none;
  margin: 0;
  padding: clamp(96px, 10vw, 152px) var(--page-pad) clamp(64px, 7vw, 104px);
  border-bottom: 1px solid var(--rule-dark);
}

.window-heading > h2 {
  max-width: 920px;
}

.clock-layout {
  display: grid;
  max-width: none;
  grid-template-columns: minmax(0, 1.55fr) minmax(390px, 0.72fr);
  gap: 0;
  margin: 0;
  background: #090b0c;
}

.clock-visual {
  position: relative;
  min-width: 0;
}

.clock-room {
  position: sticky;
  top: var(--header-height);
  height: calc(100svh - var(--header-height));
  min-height: 620px;
  overflow: hidden;
  border: 0;
  background: #171a1b;
}

.clock-scenes,
.clock-scene {
  position: absolute;
  inset: 0;
}

.clock-scene {
  opacity: 0;
  transform: scale(1.026);
  transition:
    opacity 620ms var(--ease),
    transform 940ms var(--ease);
}

.clock-scene.is-current {
  z-index: 1;
  opacity: 1;
  transform: scale(1);
}

.clock-scene img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.54) contrast(1.06) brightness(0.72);
}

.clock-scene[data-clock-scene="before"] img {
  object-position: 46% center;
}

.clock-scene[data-clock-scene="live"] img {
  object-position: 56% center;
}

.clock-scene[data-clock-scene="after"] img {
  object-position: 50% center;
  filter: saturate(0.42) contrast(1.08) brightness(0.64);
}

.clock-exposure {
  z-index: 2;
  background:
    linear-gradient(90deg, rgba(6, 8, 9, 0.58), transparent 58%),
    linear-gradient(0deg, rgba(6, 8, 9, 0.66), transparent 50%);
}

.clock-axis {
  z-index: 3;
  right: 6%;
  bottom: 42px;
  left: 6%;
}

.clock-source-object {
  z-index: 4;
  top: auto;
  bottom: clamp(112px, 15vh, 164px);
  left: 6%;
  width: min(510px, 70%);
  padding: 20px 24px 22px 50px;
  border-top-color: rgba(255, 255, 255, 0.74);
  background: rgba(8, 10, 11, 0.8);
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(14px);
  transition:
    bottom 720ms var(--ease),
    left 720ms var(--ease),
    width 720ms var(--ease),
    background-color 420ms ease;
}

.clock-layout[data-clock="live"] .clock-exposure {
  background:
    linear-gradient(
      90deg,
      rgba(6, 8, 9, 0.2),
      rgba(6, 8, 9, 0.12) 54%,
      rgba(6, 8, 9, 0.54)
    ),
    linear-gradient(0deg, rgba(6, 8, 9, 0.62), transparent 56%);
}

.clock-layout[data-clock="live"] .clock-source-object {
  right: auto;
  bottom: clamp(134px, 17vh, 184px);
  left: 12%;
  width: min(510px, 74%);
}

.clock-layout[data-clock="after"] .clock-exposure {
  background:
    linear-gradient(90deg, rgba(6, 8, 9, 0.66), transparent 72%),
    linear-gradient(0deg, rgba(6, 8, 9, 0.78), transparent 70%);
}

.clock-layout[data-clock="after"] .clock-source-object {
  right: auto;
  bottom: clamp(156px, 20vh, 218px);
  left: 8%;
  width: min(510px, 72%);
  background: rgba(8, 10, 11, 0.88);
}

.clock-source-object strong {
  font-size: clamp(16px, 1.4vw, 22px);
  line-height: 1.26;
}

.clock-source-object small {
  margin-top: 8px;
  font-size: 11px;
}

.clock-reading {
  z-index: 4;
  right: 6%;
  bottom: 58px;
}

.clock-reading strong {
  font-family: var(--sans);
  font-size: 18px;
  font-weight: 620;
}

.clock-stories {
  position: relative;
  z-index: 5;
  border-left: 1px solid var(--rule-dark);
  background: rgba(8, 10, 11, 0.97);
}

.clock-story {
  position: sticky;
  top: var(--header-height);
  z-index: 1;
  height: calc(100svh - var(--header-height));
  min-height: calc(100svh - var(--header-height));
  padding: clamp(64px, 8vw, 112px) clamp(34px, 4.5vw, 72px);
  overflow: hidden;
  opacity: 0.58;
  background: #090b0c;
  transition:
    opacity 420ms ease,
    background 420ms ease;
}

.clock-story:nth-child(2) {
  z-index: 2;
}

.clock-story:nth-child(3) {
  z-index: 3;
}

.clock-story.is-current {
  opacity: 1;
  background: #0d1011;
}

.clock-story h3 {
  margin-top: 22px;
  font-family: var(--sans);
  font-size: clamp(36px, 3.25vw, 54px);
  font-weight: 540;
  letter-spacing: -0.055em;
  line-height: 1;
}

@media (min-width: 821px) {
  .clock-story {
    height: calc(100svh - var(--header-height));
    min-height: calc(100svh - var(--header-height));
    padding: clamp(52px, 6vw, 84px) clamp(34px, 4.5vw, 72px);
  }
}

.clock-story dl,
.clock-deliverables {
  margin-top: 44px;
}

.clock-story dl > div {
  grid-template-columns: 108px 1fr;
  gap: 22px;
  padding: 18px 0;
}

.clock-story dd {
  font-size: 14px;
  line-height: 1.62;
}

.clock-deliverables > p {
  color: rgba(255, 255, 255, 0.5);
  font-size: 10px;
  font-weight: 720;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.clock-deliverables ul {
  margin: 15px 0 0;
  padding: 0;
  list-style: none;
}

.clock-deliverables li {
  position: relative;
  max-width: 540px;
  padding: 15px 0 15px 26px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(15px, 1.15vw, 18px);
  font-weight: 520;
  letter-spacing: -0.015em;
  line-height: 1.35;
}

.clock-deliverables li:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.clock-deliverables li::before {
  position: absolute;
  top: 1.55em;
  left: 2px;
  width: 9px;
  height: 1px;
  background: var(--live);
  content: "";
}

.clock-inline-visual {
  display: none;
}

.source-path {
  overflow: hidden;
}

.path-heading h2 {
  max-width: 1000px;
}

.path-object .path-progress {
  transition-duration: 1.35s;
}

.path-object circle {
  transition:
    fill 260ms ease,
    transform 360ms var(--ease);
  transform-box: fill-box;
  transform-origin: center;
}

.has-js .source-path:not(.is-resolved) .path-step {
  opacity: 0.74;
  transform: translateY(12px);
}

#contact.oi-inquiry {
  min-height: auto;
}

#contact .oi-inquiry__form {
  min-height: auto;
  grid-template-rows: auto 2px auto auto;
}

#contact .oi-inquiry__stage {
  align-items: start;
}

#contact .oi-inquiry__panel {
  padding: clamp(52px, 6vw, 82px) 0 clamp(36px, 4vw, 54px);
}

#contact .oi-inquiry__footer {
  min-height: auto;
  padding-top: 22px;
}

.has-js .source-path.is-resolved .path-step {
  animation: path-step-resolve 480ms var(--ease) both;
  animation-delay: calc(300ms + (var(--step-index) * 220ms));
}

.source-path.is-resolved circle:nth-of-type(1) {
  transition-delay: 300ms;
}

.source-path.is-resolved circle:nth-of-type(2) {
  transition-delay: 520ms;
}

.source-path.is-resolved circle:nth-of-type(3) {
  transition-delay: 740ms;
}

.source-path.is-resolved circle:nth-of-type(4) {
  transition-delay: 960ms;
}

.source-path.is-resolved circle,
.no-js .path-object circle {
  fill: var(--carbon);
  transform: scale(1.18);
}

.path-steps li {
  min-height: 310px;
}

.path-steps h3 {
  min-height: 2.2em;
}

.path-steps .path-step > p {
  margin-top: 30px;
  padding-top: 14px;
  border-top: 1px solid var(--rule);
  font-size: 12px;
  line-height: 1.58;
}

.path-steps small {
  color: var(--muted);
  font-size: 10px;
  letter-spacing: 0;
  line-height: 1.55;
  text-transform: none;
}

@keyframes path-step-resolve {
  from {
    opacity: 0.22;
    transform: translateY(12px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.decision-lens {
  padding: clamp(100px, 11vw, 164px) var(--page-pad);
  background: #090b0c;
}

.trace-header {
  display: grid;
  max-width: var(--content-max);
  grid-template-columns:
    minmax(160px, 0.35fr) minmax(500px, 1.15fr)
    minmax(260px, 0.5fr);
  gap: clamp(32px, 5vw, 82px);
  align-items: start;
  margin: 0 auto clamp(64px, 8vw, 108px);
}

.trace-header .eyebrow {
  color: rgba(255, 255, 255, 0.54);
}

.trace-header h2 {
  max-width: 850px;
  font-family: var(--serif);
  font-size: clamp(54px, 6.2vw, 92px);
  font-weight: 390;
  letter-spacing: -0.055em;
  line-height: 0.94;
}

.trace-header > p:last-child {
  color: rgba(255, 255, 255, 0.66);
  font-size: 15px;
  line-height: 1.68;
}

.trace-workbench {
  max-width: var(--content-max);
  margin: 0 auto;
  border-top: 1px solid var(--rule-dark);
  border-bottom: 1px solid var(--rule-dark);
}

.trace-tabs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-bottom: 1px solid var(--rule-dark);
}

.trace-tabs button {
  position: relative;
  display: grid;
  min-height: 88px;
  grid-template-columns: 32px 1fr;
  gap: 16px;
  align-items: center;
  padding: 18px 22px;
  border: 0;
  border-left: 1px solid var(--rule-dark);
  color: rgba(255, 255, 255, 0.54);
  background: transparent;
  cursor: pointer;
  text-align: left;
  transition:
    color 180ms ease,
    background 180ms ease;
}

.trace-tabs button:first-child {
  border-left: 0;
}

.trace-tabs button::after {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 2px;
  background: var(--live);
  content: "";
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 420ms var(--ease);
}

.trace-tabs button:hover,
.trace-tabs button[aria-selected="true"] {
  color: var(--white);
  background: #141718;
}

.trace-tabs button[aria-selected="true"]::after {
  transform: scaleX(1);
}

.trace-tabs button span {
  font-size: 9px;
  font-variant-numeric: tabular-nums;
}

.trace-tabs button strong {
  font-size: 13px;
  font-weight: 650;
}

.trace-stage {
  --trace-index: 0;
  display: grid;
  min-height: 570px;
  grid-template-columns: 62px minmax(320px, 0.72fr) minmax(0, 1.28fr);
}

.trace-rail {
  position: relative;
  border-right: 1px solid var(--rule-dark);
}

.trace-rail::before {
  position: absolute;
  top: 72px;
  bottom: 72px;
  left: 50%;
  border-left: 1px solid rgba(255, 255, 255, 0.34);
  content: "";
}

.trace-rail i {
  position: absolute;
  z-index: 2;
  top: calc(70px + (var(--trace-index) * 112px));
  left: calc(50% - 7px);
  width: 14px;
  height: 14px;
  border: 2px solid var(--live);
  border-radius: 50%;
  background: #090b0c;
  box-shadow: 0 0 0 7px #090b0c;
  transition:
    top 620ms var(--ease),
    border-radius 220ms ease,
    background 220ms ease,
    transform 220ms ease;
}

.trace-stage[data-trace-state="assessment"] .trace-rail i {
  background: var(--live);
}

.trace-stage[data-trace-state="action"] .trace-rail i {
  border-radius: 2px 8px 8px 2px;
  background: var(--live);
}

.trace-stage[data-trace-state="limits"] .trace-rail i {
  border-radius: 1px;
  transform: rotate(45deg);
}

.trace-source {
  min-width: 0;
  padding: clamp(38px, 4vw, 56px);
  border-right: 1px solid var(--rule-dark);
  background: #141718;
}

.trace-source header {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.34);
  color: rgba(255, 255, 255, 0.56);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.trace-source header strong {
  color: rgba(255, 255, 255, 0.82);
  font-weight: 650;
}

.trace-source > p {
  margin-top: 34px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.trace-source blockquote {
  margin-top: 18px;
  font-family: var(--serif);
  font-size: clamp(28px, 2.6vw, 40px);
  font-weight: 390;
  letter-spacing: -0.035em;
  line-height: 1.1;
}

.trace-source dl,
.trace-panel dl {
  margin-top: 34px;
  border-top: 1px solid rgba(255, 255, 255, 0.34);
}

.trace-source dl > div,
.trace-panel dl > div {
  padding: 14px 0;
  border-bottom: 1px solid var(--rule-dark);
}

.trace-source dt,
.trace-panel dt {
  color: rgba(255, 255, 255, 0.5);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.trace-source dd,
.trace-panel dd {
  margin-top: 5px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 13px;
  line-height: 1.5;
}

.trace-panels {
  min-width: 0;
}

.trace-panel {
  min-height: 570px;
  padding: clamp(42px, 5vw, 72px) clamp(42px, 5.5vw, 84px);
}

.trace-panel[hidden] {
  display: none;
}

.trace-panel > p:first-child {
  color: rgba(255, 255, 255, 0.5);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.trace-panel h3 {
  max-width: 760px;
  margin-top: 38px;
  font-family: var(--serif);
  font-size: clamp(44px, 4.3vw, 66px);
  font-weight: 390;
  letter-spacing: -0.047em;
  line-height: 0.98;
}

.trace-panel > p:nth-of-type(2) {
  max-width: 700px;
  margin-top: 34px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 16px;
  line-height: 1.65;
}

.trace-panel.is-entering {
  animation: trace-panel-enter 520ms var(--ease) both;
}

@keyframes trace-panel-enter {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
}

.selected-work {
  padding: 0;
  color: var(--carbon);
  background: var(--white);
}

.case-masthead {
  position: relative;
  height: clamp(620px, 82svh, 900px);
  overflow: hidden;
  color: var(--white);
  background: var(--carbon);
}

.case-masthead::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(6, 8, 9, 0.18), transparent 55%),
    linear-gradient(0deg, rgba(6, 8, 9, 0.78), transparent 66%);
  content: "";
}

.case-masthead > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.46) contrast(1.06) brightness(0.74);
  transform: scale(1.02);
}

.case-visual-note {
  position: absolute;
  z-index: 2;
  top: 30px;
  right: var(--page-pad);
  color: rgba(255, 255, 255, 0.62);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.case-masthead-content {
  position: absolute;
  right: var(--page-pad);
  bottom: 0;
  left: var(--page-pad);
  z-index: 2;
  display: grid;
  max-width: calc(var(--content-max) - (2 * var(--page-pad)));
  grid-template-columns:
    minmax(170px, 0.34fr) minmax(520px, 1.16fr)
    minmax(260px, 0.5fr);
  gap: clamp(32px, 5vw, 78px);
  align-items: end;
  margin: 0 auto;
  padding: 50px 0 54px;
  border-top: 1px solid rgba(255, 255, 255, 0.42);
}

.case-masthead-content .eyebrow {
  color: rgba(255, 255, 255, 0.72);
}

.case-masthead-content h2 {
  max-width: 900px;
  font-size: clamp(48px, 5.6vw, 84px);
  font-weight: 520;
  letter-spacing: -0.062em;
  line-height: 0.94;
  text-wrap: balance;
}

.case-gateway-copy {
  display: grid;
  gap: 18px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 14px;
  line-height: 1.62;
}

.case-gateway-link {
  display: inline-flex;
  width: fit-content;
  gap: 16px;
  align-items: center;
  padding-bottom: 7px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  color: var(--white);
  font-size: 13px;
  font-weight: 680;
  letter-spacing: -0.01em;
  transition:
    border-color 180ms ease,
    gap 280ms var(--ease);
}

.case-gateway-link:hover,
.case-gateway-link:focus-visible {
  gap: 22px;
  border-color: var(--live);
}

.case-gateway-note {
  color: rgba(255, 255, 255, 0.52);
  font-size: 10px;
  font-weight: 650;
  letter-spacing: 0.08em;
  line-height: 1.45;
  text-transform: uppercase;
}

.case-explorer {
  max-width: var(--content-max);
  margin: 0 auto;
  padding: clamp(86px, 9vw, 136px) var(--page-pad) clamp(106px, 11vw, 164px);
}

.case-explorer-heading {
  display: grid;
  grid-template-columns: minmax(170px, 0.34fr) 1.66fr;
  gap: clamp(32px, 5vw, 78px);
  align-items: end;
  margin-bottom: 42px;
}

.case-explorer-heading h3 {
  font-size: clamp(44px, 5vw, 76px);
  font-weight: 530;
  letter-spacing: -0.06em;
  line-height: 0.96;
}

.case-tabs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--carbon);
  border-bottom: 1px solid var(--carbon);
}

.case-tabs button {
  position: relative;
  display: grid;
  min-height: 84px;
  grid-template-columns: 28px 1fr;
  gap: 14px;
  align-items: center;
  padding: 18px 24px;
  border: 0;
  border-left: 1px solid var(--rule);
  background: transparent;
  cursor: pointer;
  text-align: left;
  transition: background 180ms ease;
}

.case-tabs button:first-child {
  border-left: 0;
}

.case-tabs button::after {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 3px;
  background: var(--live);
  content: "";
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 480ms var(--ease);
}

.case-tabs button:hover,
.case-tabs button[aria-selected="true"] {
  background: #f2f3f1;
}

.case-tabs button[aria-selected="true"]::after {
  transform: scaleX(1);
}

.case-tabs button span {
  color: var(--muted);
  font-size: 9px;
  font-variant-numeric: tabular-nums;
}

.case-tabs button strong {
  font-size: 14px;
  font-weight: 660;
}

.case-panel {
  display: grid;
  min-height: 570px;
  grid-template-columns: minmax(0, 0.98fr) minmax(440px, 1.02fr);
  overflow: clip;
  border-bottom: 1px solid var(--carbon);
}

.case-panel[hidden] {
  display: none;
}

.case-panel-image {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  background: var(--carbon);
}

.case-panel-image::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(6, 8, 9, 0.45), transparent 40%);
  content: "";
}

.case-panel-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.62) contrast(1.04) brightness(0.86);
}

.case-panel-image figcaption {
  position: absolute;
  right: 22px;
  bottom: 18px;
  left: 22px;
  z-index: 2;
  padding-top: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.48);
  color: rgba(255, 255, 255, 0.78);
  font-size: 10px;
  letter-spacing: 0.05em;
}

.case-panel-copy {
  padding: clamp(44px, 5.5vw, 82px);
  border-left: 1px solid var(--carbon);
}

.case-panel-copy > p {
  color: var(--muted);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.case-panel-copy h3 {
  max-width: 620px;
  margin-top: 26px;
  font-size: clamp(40px, 4.2vw, 64px);
  font-weight: 540;
  letter-spacing: -0.058em;
  line-height: 0.98;
}

.case-panel-copy dl {
  margin-top: 48px;
  border-top: 1px solid var(--carbon);
}

.case-panel-copy dl > div {
  display: grid;
  grid-template-columns: 118px 1fr;
  gap: 28px;
  padding: 16px 0;
  border-bottom: 1px solid var(--rule);
}

.case-panel-copy dt {
  color: var(--muted);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.case-panel-copy dd {
  font-size: 14px;
  line-height: 1.62;
}

.case-panel.is-entering .case-panel-image img {
  animation: case-image-enter 760ms var(--ease) both;
}

.case-panel.is-entering .case-panel-copy {
  animation: case-copy-enter 520ms var(--ease) both;
}

@keyframes case-image-enter {
  from {
    opacity: 0.5;
    transform: scale(1.026);
  }
}

@keyframes case-copy-enter {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
}

@supports (animation-timeline: view()) {
  .case-masthead > img {
    animation: case-masthead-depth linear both;
    animation-timeline: view();
    animation-range: entry 0% exit 100%;
  }
}

@keyframes case-masthead-depth {
  from {
    transform: scale(1.045);
  }

  to {
    transform: scale(1.005);
  }
}

.no-js .trace-tabs,
.no-js .case-tabs {
  display: none;
}

.no-js .trace-stage {
  grid-template-columns: minmax(320px, 0.72fr) minmax(0, 1.28fr);
}

.no-js .trace-rail {
  display: none;
}

.no-js .trace-panel[hidden] {
  display: block;
}

.no-js .trace-panel + .trace-panel {
  border-top: 1px solid var(--rule-dark);
}

.no-js .case-panel[hidden] {
  display: grid;
}

.no-js .case-panel + .case-panel {
  margin-top: 60px;
  border-top: 1px solid var(--carbon);
}

@media (max-width: 1180px) {
  .clock-layout {
    grid-template-columns: minmax(0, 1.28fr) minmax(360px, 0.72fr);
  }

  .clock-source-object {
    width: min(470px, 78%);
  }

  .trace-header,
  .case-masthead-content {
    grid-template-columns: 0.28fr 1.12fr 0.6fr;
    gap: 38px;
  }

  .trace-stage {
    grid-template-columns: 52px minmax(300px, 0.76fr) minmax(0, 1.24fr);
  }
}

@media (max-width: 1023px) {
  .window-heading,
  .trace-header,
  .case-masthead-content {
    grid-template-columns: minmax(140px, 0.3fr) minmax(0, 1.2fr);
  }

  .window-heading > p:last-child,
  .trace-header > p:last-child,
  .case-gateway-copy {
    grid-column: 2;
    margin-top: 22px;
  }

  .clock-layout {
    grid-template-columns: minmax(0, 1.1fr) minmax(350px, 0.9fr);
  }

  .clock-source-object {
    right: 7%;
    left: 7%;
    width: auto;
  }

  .trace-stage {
    grid-template-columns: 46px minmax(280px, 0.82fr) minmax(0, 1.18fr);
  }

  .trace-source,
  .trace-panel {
    padding: 36px;
  }

  .case-masthead-content {
    right: 36px;
    left: 36px;
  }

  .case-panel {
    grid-template-columns: minmax(0, 0.9fr) minmax(400px, 1.1fr);
  }
}

@media (max-width: 820px) {
  .hero-room-shade {
    background: linear-gradient(0deg, rgba(11, 13, 15, 0.22), transparent 44%);
  }

  .artifact-field > p {
    margin-top: 18px;
  }

  .window-heading {
    display: block;
    padding: 84px var(--page-pad) 58px;
  }

  .window-heading > h2 {
    margin-top: 22px;
  }

  .window-heading > p:last-child {
    margin-top: 24px;
  }

  .clock-layout {
    display: block;
  }

  .clock-visual {
    display: none;
  }

  .clock-stories {
    border-left: 0;
  }

  .clock-story {
    position: relative;
    top: auto;
    height: auto;
    min-height: 0;
    padding: 64px var(--page-pad) 78px;
    opacity: 1;
  }

  .clock-inline-visual {
    position: relative;
    display: block;
    height: min(74vw, 520px);
    margin: 26px calc(-1 * var(--page-pad)) 0;
    overflow: hidden;
  }

  .clock-inline-visual::after {
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgba(6, 8, 9, 0.62), transparent 48%);
    content: "";
  }

  .clock-inline-visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(0.58) contrast(1.04) brightness(0.78);
  }

  .clock-inline-visual figcaption {
    position: absolute;
    right: var(--page-pad);
    bottom: 18px;
    left: var(--page-pad);
    z-index: 1;
    display: block;
    color: rgba(255, 255, 255, 0.76);
    font-family: var(--sans);
    font-size: 10px;
    line-height: 1.4;
  }

  .clock-story h3 {
    margin-top: 34px;
  }

  .source-path {
    padding-right: var(--page-pad);
    padding-left: var(--page-pad);
  }

  .path-heading {
    display: block;
  }

  .path-heading h2 {
    margin-top: 24px;
  }

  .path-object svg {
    display: none;
  }

  .path-steps {
    position: relative;
    display: block;
    margin-top: 52px;
    padding-left: 34px;
  }

  .path-steps::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 7px;
    border-left: 1px solid var(--rule);
    content: "";
  }

  .path-steps li,
  .path-steps li:not(:first-child) {
    position: relative;
    min-height: 0;
    padding: 0 0 48px;
    border-right: 0;
  }

  .path-steps li::before {
    position: absolute;
    top: 3px;
    left: -34px;
    width: 14px;
    height: 14px;
    border: 2px solid var(--carbon);
    border-radius: 50%;
    background: var(--white);
    content: "";
  }

  .source-path.is-resolved .path-steps li::before,
  .no-js .path-steps li::before {
    background: var(--carbon);
  }

  .path-steps h3 {
    min-height: 0;
    margin-top: 16px;
  }

  .path-steps .path-step > p {
    margin-top: 20px;
  }

  .path-steps small {
    margin-top: 16px;
  }

  .path-handoff {
    display: block;
    margin-top: 18px;
  }

  .path-handoff strong,
  .path-handoff small {
    display: block;
    margin-top: 12px;
  }

  .decision-lens {
    padding: 86px var(--page-pad);
  }

  .trace-header {
    display: block;
    margin-bottom: 52px;
  }

  .trace-header h2 {
    margin-top: 24px;
  }

  .trace-header > p:last-child {
    margin-top: 26px;
  }

  .trace-tabs {
    grid-template-columns: 1fr 1fr;
  }

  .trace-tabs button:nth-child(3) {
    border-left: 0;
  }

  .trace-tabs button:nth-child(n + 3) {
    border-top: 1px solid var(--rule-dark);
  }

  .trace-stage,
  .no-js .trace-stage {
    display: block;
    min-height: 0;
  }

  .trace-rail {
    display: none;
  }

  .trace-source {
    border-right: 0;
    border-bottom: 1px solid var(--rule-dark);
  }

  .trace-panel {
    min-height: 0;
  }

  .case-masthead {
    height: min(78svh, 720px);
    min-height: 620px;
  }

  .case-visual-note {
    top: 22px;
  }

  .case-masthead-content {
    right: var(--page-pad);
    left: var(--page-pad);
    display: block;
    padding: 34px 0 38px;
  }

  .case-masthead-content h2 {
    margin-top: 22px;
  }

  .case-gateway-copy {
    margin-top: 24px;
  }

  .case-explorer-heading {
    display: block;
  }

  .case-explorer-heading h3 {
    margin-top: 20px;
  }

  .case-panel,
  .no-js .case-panel[hidden] {
    grid-template-columns: 1fr;
  }

  .case-panel-image {
    min-height: min(74vw, 520px);
  }

  .case-panel-copy {
    border-top: 1px solid var(--carbon);
    border-left: 0;
  }
}

@media (max-width: 560px) {
  .hero-copy .eyebrow {
    max-width: 310px;
  }

  .clock-story dl > div,
  .case-panel-copy dl > div {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .trace-tabs button {
    min-height: 76px;
    padding: 14px;
  }

  .trace-source,
  .trace-panel,
  .case-panel-copy {
    padding: 28px 22px 34px;
  }

  .trace-source blockquote {
    font-size: 28px;
  }

  .trace-panel h3 {
    margin-top: 28px;
    font-size: 38px;
  }

  .case-masthead {
    height: 76svh;
    min-height: 590px;
  }

  .case-masthead-content h2 {
    font-size: clamp(42px, 12vw, 58px);
  }

  .case-tabs button {
    display: block;
    min-height: 72px;
    padding: 14px 12px;
  }

  .case-tabs button span,
  .case-tabs button strong {
    display: block;
  }

  .case-tabs button strong {
    margin-top: 5px;
  }
}

@media (max-width: 390px) {
  .site-header {
    gap: 10px;
    padding-right: 14px;
    padding-left: 14px;
  }

  .primary-nav .nav-contact {
    display: inline-flex;
    min-height: 44px;
    padding: 0 9px;
    font-size: 9px;
  }

  .artifact-bar {
    grid-template-columns: minmax(0, 1fr);
    gap: 5px;
    min-height: 0;
    padding: 12px;
  }

  .artifact-bar small {
    min-width: 0;
    text-align: left;
    overflow-wrap: anywhere;
  }

  .case-gateway-copy {
    font-size: 13px;
    line-height: 1.5;
  }
}

@media (prefers-reduced-motion: reduce) {
  .clock-visual {
    display: none;
  }

  .clock-layout {
    display: block;
  }

  .clock-story {
    position: relative;
    top: auto;
    height: auto;
    min-height: 0;
    opacity: 1;
  }

  .clock-inline-visual {
    position: relative;
    display: block;
    height: min(58vw, 620px);
    margin-top: 28px;
    overflow: hidden;
  }

  .clock-inline-visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .clock-scene,
  .path-object .path-progress,
  .path-step,
  .trace-rail i,
  .trace-tabs button::after,
  .trace-panel,
  .case-tabs button::after,
  .case-panel,
  .case-panel-image img,
  .case-panel-copy,
  .case-masthead > img {
    animation: none !important;
    transition: none !important;
  }
}

@media print {
  .capability-tabs,
  .trace-tabs,
  .case-tabs,
  .clock-visual {
    display: none !important;
  }

  .capability-panel[hidden],
  .trace-panel[hidden] {
    display: block !important;
  }

  .case-panel[hidden] {
    display: grid !important;
  }

  .capability-panel + .capability-panel,
  .trace-panel + .trace-panel,
  .case-panel + .case-panel {
    margin-top: 28px;
    border-top: 1px solid var(--rule);
  }

  .clock-layout,
  .trace-stage {
    display: block;
  }

  .clock-story {
    min-height: 0;
    opacity: 1;
  }

  .clock-inline-visual {
    display: block;
  }

  .trace-rail {
    display: none;
  }
}

.hero-room img {
  object-position: 51% center;
}

.clock-deliverables {
  position: absolute;
  z-index: 4;
  right: 6%;
  bottom: clamp(112px, 15vh, 164px);
  left: 6%;
  min-height: 330px;
  pointer-events: none;
}

.clock-deliverable {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 22px 24px;
  border: 1px solid rgba(255, 255, 255, 0.26);
  color: #f5f4ef;
  background: rgba(9, 12, 13, 0.88);
  box-shadow: 0 26px 80px rgba(0, 0, 0, 0.32);
  opacity: 0;
  transform: translateY(22px) scale(0.98);
  backdrop-filter: blur(16px);
  transition:
    opacity 320ms ease,
    transform 620ms var(--ease);
}

.clock-layout[data-clock="before"]
  .clock-deliverable[data-clock-deliverable="before"],
.clock-layout[data-clock="live"]
  .clock-deliverable[data-clock-deliverable="live"],
.clock-layout[data-clock="after"]
  .clock-deliverable[data-clock-deliverable="after"] {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.clock-deliverable > header,
.clock-deliverable > footer {
  display: flex;
  justify-content: space-between;
  gap: 22px;
  align-items: center;
}

.clock-deliverable > header {
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
}

.clock-deliverable > header span,
.clock-deliverable > footer,
.deliverable-action span {
  color: rgba(255, 255, 255, 0.52);
  font-size: 9px;
  font-weight: 720;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.clock-deliverable > header strong {
  font-size: 11px;
  font-weight: 680;
}

.deliverable-person {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 14px;
  align-items: center;
  padding: 20px 0;
}

.deliverable-person > span {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 50%;
  color: rgba(255, 255, 255, 0.74);
  font-size: 10px;
  font-weight: 760;
}

.deliverable-person p,
.deliverable-person strong,
.deliverable-person small {
  display: block;
  margin: 0;
}

.deliverable-person strong {
  font-size: 13px;
  font-weight: 680;
}

.deliverable-person small {
  margin-top: 3px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 10px;
  line-height: 1.4;
}

.deliverable-brief {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.deliverable-brief > div {
  padding: 14px 16px 0 0;
}

.deliverable-brief > div + div {
  padding-left: 16px;
  border-left: 1px solid rgba(255, 255, 255, 0.16);
}

.deliverable-brief dt {
  color: rgba(255, 255, 255, 0.45);
  font-size: 8px;
  font-weight: 720;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.deliverable-brief dd {
  margin: 7px 0 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 11px;
  line-height: 1.5;
}

.deliverable-link {
  margin: 22px 0 0;
  padding-left: 16px;
  border-left: 2px solid var(--live);
  color: rgba(255, 255, 255, 0.88);
  font-size: 13px;
  line-height: 1.52;
}

.deliverable-action {
  margin-top: 20px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.055);
}

.deliverable-action strong {
  display: block;
  margin-top: 8px;
  font-size: 12px;
  font-weight: 520;
  line-height: 1.5;
}

.clock-deliverable--live > footer {
  margin-top: 18px;
}

.deliverable-bars {
  display: grid;
  gap: 16px;
  margin-top: 22px;
}

.deliverable-bars p {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin: 0 0 7px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 10px;
}

.deliverable-bars p strong {
  color: rgba(255, 255, 255, 0.48);
  font-size: 8px;
  font-weight: 720;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.deliverable-bars i {
  display: block;
  height: 7px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.1);
}

.deliverable-bars b {
  display: block;
  width: 0;
  height: 100%;
  background: linear-gradient(90deg, #b9bfbc, #f2f1ec);
}

.clock-layout[data-clock="after"] .deliverable-bars b {
  animation: deliverable-bar 900ms var(--ease) forwards;
}

.deliverable-bars > div:nth-child(2) b {
  animation-delay: 100ms;
}

.deliverable-bars > div:nth-child(3) b {
  animation-delay: 200ms;
}

.deliverable-evidence {
  margin: 20px 0 0;
  padding-top: 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  color: rgba(255, 255, 255, 0.58);
  font-size: 10px;
  line-height: 1.5;
}

@keyframes deliverable-bar {
  to {
    width: var(--bar);
  }
}

.path-steps {
  grid-template-columns: repeat(3, 1fr);
}

.path-steps li:last-child {
  border-right: 1px solid var(--rule);
}

.path-repeat {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  margin: 20px 0 0;
  color: var(--muted);
  font-size: 10px;
  font-weight: 690;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.path-repeat span {
  color: var(--live);
  font-size: 18px;
}

.path-handoff {
  grid-template-columns: minmax(180px, 0.45fr) minmax(0, 1.05fr) minmax(
      260px,
      0.5fr
    );
}

.workflow-platforms {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.workflow-platforms > span {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 10px;
  padding: 0 15px 0 9px;
  border: 1px solid var(--rule);
  color: var(--carbon);
  font-size: 12px;
  font-weight: 650;
  letter-spacing: 0;
  text-transform: none;
}

.workflow-platforms i {
  display: grid;
  width: 26px;
  height: 26px;
  place-items: center;
  border-radius: 7px;
  color: var(--white);
  background: var(--carbon);
  font-size: 10px;
  font-style: normal;
  font-weight: 760;
}

.case-gateway-link {
  min-height: 54px;
  gap: 28px;
  align-items: center;
  padding: 0 18px;
  border: 1px solid rgba(255, 255, 255, 0.58);
  font-size: 16px;
}

@media (max-width: 1180px) {
  .clock-deliverables {
    right: 5%;
    left: 5%;
  }

  .clock-deliverable {
    padding: 18px;
  }
}

@media (max-width: 820px) {
  .path-steps {
    grid-template-columns: 1fr;
  }

  .path-repeat {
    justify-content: flex-start;
    margin-top: 28px;
  }

  .path-handoff {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .clock-deliverable,
  .deliverable-bars b {
    animation: none !important;
    transition: none !important;
  }

  .clock-layout[data-clock="after"] .deliverable-bars b {
    width: var(--bar);
  }
}
