.tectonic-scroll-transition {
  position: relative;
  z-index: 0;
  width: 100%;
  /* Two extra viewports form an invisible sticky runway. Fast mouse wheels
     can no longer throw the 100svh video completely past the lock boundary
     before JavaScript receives its next event. */
  height: 300svh;
  margin: 0;
  padding: 0;
  isolation: isolate;
  background: #000;
}

html.has-tectonic-page-scroll {
  /* The fixed controls share the same corner datum as the editorial field:
     top 5.1vh and side 3.2vw. Keeping one source prevents the controls from
     sitting a few pixels across the animated red construction lines. */
  --tectonic-global-control-edge-x: 3.2vw;
  --tectonic-global-control-edge-y: 5.1vh;
}

.tectonic-scroll-transition__pin {
  position: sticky;
  top: 0;
  width: 100%;
  height: 100svh;
  overflow: hidden;
  background: #000;
}

.tectonic-scroll-transition__video {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  margin: auto;
  object-fit: cover;
  object-position: 50% 50%;
  background: #000;
  pointer-events: none;
  user-select: none;
  -webkit-user-drag: none;
  transform: translateZ(0);
  backface-visibility: hidden;
  opacity: 0;
  visibility: hidden;
}

.tectonic-scroll-transition__video.is-active {
  opacity: 1;
  visibility: visible;
}

.tectonic-terminal-wash {
  position: absolute;
  inset: -7px;
  z-index: 3;
  opacity: 0;
  background: rgba(0, 0, 0, 0.12);
  -webkit-backdrop-filter: grayscale(1) blur(7px);
  backdrop-filter: grayscale(1) blur(7px);
  pointer-events: none;
  transform: translateZ(0) scale(1.012);
  transform-origin: 50% 50%;
  will-change: opacity;
}

.tectonic-terminal-lines {
  position: absolute;
  inset: 0;
  z-index: 1;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  transform: translateZ(0);
  will-change: opacity;
}

.tectonic-terminal-lines > i {
  position: absolute;
  top: -360vh;
  bottom: -120vh;
  width: 1px;
  background: linear-gradient(
    180deg,
    rgba(215, 25, 32, 0.08) 0,
    rgba(215, 25, 32, 0.22) 38%,
    rgba(215, 25, 32, 0.38) 72%,
    rgba(215, 25, 32, 0.14) 100%
  );
  opacity: 0;
  transform: translate3d(0, 58vh, 0) scaleY(0.06);
  transform-origin: 50% 100%;
  will-change: transform, opacity;
}

.tectonic-terminal-lines > i::after,
.tectonic-portfolio-stage__rail::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: clamp(160px, 24vh, 320px);
  background: linear-gradient(180deg, transparent, rgba(224, 27, 36, 0.42) 38%, #ef2830 70%, transparent);
  opacity: 0;
  transform: translate3d(0, -30vh, 0);
  will-change: transform, opacity;
}

@keyframes tectonic-terminal-line-flow {
  0%, 12% { opacity: 0; transform: translate3d(0, 82vh, 0); }
  26%, 66% { opacity: 0.72; }
  94%, 100% { opacity: 0; transform: translate3d(0, -118vh, 0); }
}

@keyframes tectonic-portfolio-guide-cycle {
  0%, 4% {
    opacity: 0;
    transform: translate3d(0, 58vh, 0) scaleY(0.06);
  }
  24%, 66% {
    opacity: var(--tectonic-guide-opacity, 0.72);
    transform: translate3d(0, 0, 0) scaleY(1);
  }
  94%, 100% {
    opacity: 0;
    transform: translate3d(0, -92vh, 0) scaleY(0.56);
  }
}

.tectonic-scroll-transition.is-terminal-guide-active .tectonic-terminal-lines {
  opacity: 1;
}

.tectonic-scroll-transition.is-terminal-guide-active .tectonic-terminal-lines > i,
.tectonic-scroll-transition.is-terminal-guide-active .tectonic-portfolio-stage__rail {
  animation: tectonic-portfolio-guide-cycle 4.1s cubic-bezier(.4, 0, .2, 1) both;
  animation-delay: var(--tectonic-guide-delay, 0ms);
}

.tectonic-scroll-transition.is-terminal-guide-active .tectonic-terminal-lines > i::after,
.tectonic-scroll-transition.is-terminal-guide-active .tectonic-portfolio-stage__rail::after {
  animation: tectonic-terminal-line-flow 4.1s cubic-bezier(.4, 0, .2, 1) both;
  animation-delay: var(--tectonic-guide-delay, 0ms);
}

.tectonic-terminal-lines > .is-edge-left,
.tectonic-portfolio-stage__rail.is-left {
  --tectonic-guide-opacity: 0.68;
  left: clamp(34px, 4.7vw, 92px);
}

.tectonic-terminal-lines > .is-inner-left,
.tectonic-portfolio-stage__rail.is-inner-left {
  --tectonic-guide-delay: 80ms;
  --tectonic-guide-opacity: 0.34;
  left: 31.8vw;
}

.tectonic-terminal-lines > .is-inner-right,
.tectonic-portfolio-stage__rail.is-inner-right {
  --tectonic-guide-delay: 150ms;
  --tectonic-guide-opacity: 0.34;
  left: 68.2vw;
}

.tectonic-terminal-lines > .is-edge-right,
.tectonic-portfolio-stage__rail.is-right {
  --tectonic-guide-delay: 220ms;
  --tectonic-guide-opacity: 0.68;
  right: clamp(34px, 4.7vw, 92px);
}

.tectonic-portfolio-stage {
  position: absolute;
  inset: 0;
  z-index: 5;
  opacity: 0;
  transform: translate3d(0, 104%, 0);
  pointer-events: none;
  will-change: transform, opacity;
}

.tectonic-portfolio-stage__frame {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  background: transparent;
  /* The transparent WebGL stage rises over the monochrome video. Feather its
     composited top edge so the embedded vignette/bloom cannot expose a hard
     horizontal seam while moving; the metal geometry itself is unchanged. */
  -webkit-mask-image: linear-gradient(
    to bottom,
    transparent 0,
    rgba(0, 0, 0, 0.36) 2.2vh,
    #000 8vh,
    #000 100%
  );
  mask-image: linear-gradient(
    to bottom,
    transparent 0,
    rgba(0, 0, 0, 0.36) 2.2vh,
    #000 8vh,
    #000 100%
  );
}

.tectonic-scroll-transition[data-scroll-terminal-hold].is-terminal-ready .tectonic-portfolio-stage {
  pointer-events: auto;
}

.tectonic-portfolio-stage__chrome {
  position: absolute;
  inset: 0;
  z-index: 2;
  overflow: hidden;
  color: rgba(239, 243, 242, 0.88);
  pointer-events: none;
  font-family: var(--tectonic-ui-small-en, "Bahnschrift", "Arial", sans-serif);
}

.tectonic-portfolio-stage__header,
.tectonic-portfolio-stage__footer {
  position: absolute;
  left: clamp(34px, 4.7vw, 92px);
  right: clamp(34px, 4.7vw, 92px);
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  color: rgba(219, 227, 226, 0.58);
  font-size: clamp(8px, 0.56vw, 12px);
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.16em;
}

.tectonic-portfolio-stage__header {
  top: clamp(34px, 4.8vh, 62px);
}

.tectonic-portfolio-stage__footer {
  bottom: clamp(30px, 4.4vh, 54px);
}

.tectonic-portfolio-stage__rail {
  position: absolute;
  top: -360vh;
  bottom: -120vh;
  width: 1px;
  background: linear-gradient(180deg, rgba(212, 26, 34, 0.08), rgba(212, 26, 34, 0.46) 72%, rgba(212, 26, 34, 0.14));
  opacity: 0;
  transform: translate3d(0, 58vh, 0) scaleY(0.06);
  transform-origin: 50% 100%;
  will-change: transform, opacity;
}

.tectonic-portfolio-stage__identity {
  position: absolute;
  left: clamp(48px, 6.7vw, 132px);
  top: clamp(72px, 9.6vh, 118px);
  width: min(19vw, 340px);
  min-width: 240px;
  transform: translate3d(-1.8rem, 0, 0);
  opacity: 0;
  transition:
    transform 560ms cubic-bezier(.16, 1, .3, 1),
    opacity 360ms ease-out;
}

.tectonic-portfolio-stage__identity::before {
  content: "";
  display: block;
  width: 2.7rem;
  height: 3px;
  margin-bottom: 1.15rem;
  background: #d51b25;
}

.tectonic-portfolio-stage__identity .tectonic-portfolio-stage__index {
  display: block;
  margin-bottom: 1.15rem;
  color: #d51b25;
  font-size: clamp(8px, 0.58vw, 12px);
  letter-spacing: 0.16em;
}

.tectonic-portfolio-stage__identity strong {
  display: block;
  color: #f1f4f3;
  font-family: "Bahnschrift Condensed", "Bahnschrift", "Arial Narrow", sans-serif;
  font-size: clamp(46px, 5.2vw, 104px);
  font-weight: 680;
  line-height: 0.82;
  letter-spacing: -0.055em;
  white-space: nowrap;
}

.tectonic-portfolio-stage__identity p {
  max-width: 34ch;
  margin: 1.3rem 0 0;
  color: rgba(222, 228, 227, 0.61);
  font-family: var(--tectonic-ui-small-en, "Bahnschrift", "Arial", sans-serif);
  font-size: clamp(8px, 0.58vw, 12px);
  line-height: 1.55;
  letter-spacing: 0.1em;
}

.tectonic-portfolio-stage__caption {
  position: absolute;
  left: 50%;
  bottom: clamp(68px, 8.4vh, 106px);
  width: min(54vw, 760px);
  margin: 0;
  color: rgba(228, 233, 231, 0.66);
  font-family: var(--tectonic-ui-han, "Microsoft JhengHei UI", "Microsoft YaHei UI", sans-serif);
  font-size: clamp(10px, 0.68vw, 14px);
  font-weight: 500;
  line-height: 1.55;
  letter-spacing: 0.16em;
  text-align: center;
  opacity: 0;
  transform: translate3d(-50%, 16px, 0);
  transition:
    transform 620ms cubic-bezier(.16, 1, .3, 1),
    opacity 420ms ease-out;
  will-change: transform, opacity;
}

html.is-tectonic-portfolio-hover
.tectonic-scroll-transition.is-terminal-centered
.tectonic-portfolio-stage__caption {
  opacity: 1;
  transform: translate3d(-50%, 0, 0);
}

.tectonic-portfolio-stage[data-active-index]:not([data-active-index="-1"]) .tectonic-portfolio-stage__identity {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

html.is-tectonic-portfolio-hover .tectonic-global-menu__toggle {
  --tectonic-piece-menu-shift: 145%;
  --tectonic-piece-menu-opacity: 0;
  pointer-events: none;
}

html.is-tectonic-portfolio-hover .tectonic-volume-control__toggle {
  --tectonic-piece-volume-shift: -260%;
  --tectonic-piece-volume-opacity: 0;
  pointer-events: none;
}

html:not(.has-tectonic-page-scroll) .tectonic-scroll-transition {
  display: none;
}

html.has-tectonic-page-scroll.is-tectonic-scroll-video-locked {
  overscroll-behavior-y: none;
}

.tectonic-editorial {
  --tectonic-editorial-red: #d71920;
  --tectonic-editorial-red-muted: rgba(215, 25, 32, 0.38);
  --tectonic-editorial-white: #f2f4f3;
  --tectonic-editorial-gray: rgba(214, 222, 222, 0.56);
  --tectonic-editorial-ui-safe-top: clamp(88px, 10.5vh, 132px);
  --tectonic-editorial-ui-safe-left: clamp(92px, 6vw, 148px);
  --tectonic-editorial-ui-safe-right: clamp(172px, 11vw, 250px);
  position: absolute;
  inset: 0;
  z-index: 2;
  overflow: hidden;
  color: var(--tectonic-editorial-white);
  pointer-events: none;
  contain: layout paint style;
  transition: opacity 420ms cubic-bezier(.22, 1, .36, 1);
  font-family: "Arial Narrow", "Roboto Condensed", "Noto Sans", Arial, sans-serif;
}

.tectonic-editorial::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0.15) 44%, rgba(0, 0, 0, 0.55) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.48), transparent 28%, transparent 70%, rgba(0, 0, 0, 0.66));
}

.tectonic-editorial__grid {
  position: absolute;
  inset: 4.8vh 3.2vw;
  z-index: 0;
  opacity: calc(0.19 * var(--editorial-grid-strength, 1));
  background-image:
    linear-gradient(rgba(205, 221, 222, 0.22) 1px, transparent 1px),
    linear-gradient(90deg, rgba(205, 221, 222, 0.22) 1px, transparent 1px);
  background-size: calc((100vw - 6.4vw) / 12) 6.25vh;
  mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent);
  transition: opacity 160ms linear;
}

.tectonic-editorial__track {
  position: absolute;
  inset: 0 0 auto;
  z-index: 2;
  width: 100%;
  height: 600vh;
  transform: translate3d(0, 0, 0);
  will-change: transform;
}

.tectonic-editorial__beat {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 100vh;
  z-index: 2;
  opacity: 1;
  overflow: hidden;
  contain: layout paint style;
}

.tectonic-editorial__beat p,
.tectonic-editorial__beat h2 {
  margin: 0;
}

.tectonic-editorial__floating-image {
  position: absolute;
  z-index: 0;
  margin: 0;
  aspect-ratio: 21 / 9;
  overflow: hidden;
  background: #000;
  pointer-events: none;
  opacity: 0.9;
}

.tectonic-editorial__floating-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.tectonic-editorial__floating-image.is-study-a {
  top: 18vh;
  right: 5.6vw;
  width: min(39vw, 760px);
}

.tectonic-editorial__floating-image.is-study-b {
  left: 5.6vw;
  bottom: 8.5vh;
  width: min(27vw, 530px);
  opacity: 0.76;
}

.tectonic-editorial__floating-image.is-study-c {
  top: 20vh;
  left: 4.8vw;
  width: min(44vw, 860px);
}

.tectonic-editorial__floating-image.is-study-d {
  top: 16vh;
  left: 8.6vw;
  width: min(37vw, 720px);
  opacity: 0.86;
  overflow: visible;
  background: transparent;
}

.tectonic-editorial__floating-image.is-study-d img {
  object-fit: contain;
  transform: scale(1.08);
  transform-origin: 50% 50%;
}

.tectonic-editorial__floating-image.is-study-e {
  left: 7.4vw;
  top: 25vh;
  bottom: auto;
  width: min(41vw, 820px);
  opacity: 0.9;
  overflow: visible;
  background: transparent;
}

.tectonic-editorial__floating-image.is-study-e img {
  object-fit: contain;
  transform: scale(0.92);
  transform-origin: 50% 50%;
}

.tectonic-editorial__word {
  position: relative;
  display: inline-block;
  pointer-events: auto;
  vertical-align: baseline;
}

.tectonic-editorial__word-inner {
  position: relative;
  display: inline-block;
  will-change: opacity, color, -webkit-text-stroke, transform, clip-path;
}

.tectonic-editorial .has-stroke-entrance,
.tectonic-editorial .has-decrypted-entrance {
  isolation: isolate;
}

.tectonic-editorial__char {
  display: inline-block;
  min-width: 0.01em;
  font-variation-settings:
    "wght" var(--editorial-character-weight, 500),
    "wdth" var(--editorial-character-width, 100);
  transform: scaleY(var(--editorial-character-pressure-y, 1));
  transform-origin: 50% 56%;
  will-change: font-variation-settings, transform;
}

.tectonic-editorial .has-text-pressure,
.tectonic-editorial .has-variable-proximity {
  font-family: "Bahnschrift", "Bahnschrift Condensed", "Arial Narrow", sans-serif;
}

.tectonic-editorial__word.is-variable-proximity .tectonic-editorial__char,
.tectonic-editorial__word.is-text-pressure .tectonic-editorial__char {
  transition:
    font-variation-settings 96ms linear,
    transform 130ms cubic-bezier(0.22, 1, 0.36, 1);
}

.tectonic-editorial__index,
.tectonic-editorial__coordinate,
.tectonic-editorial__eyebrow,
.tectonic-editorial__copy-index,
.tectonic-editorial__final-index,
.tectonic-editorial__final-note,
.tectonic-editorial__side-note,
.tectonic-editorial__image-slot span {
  font-family: var(--tectonic-ui-small-en, "Bahnschrift", "Arial", sans-serif);
  font-size: clamp(8px, 0.55vw, 12px);
  font-weight: 500;
  letter-spacing: 0.14em;
  line-height: 1.45;
}

.tectonic-editorial__lines {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.tectonic-editorial__line {
  position: absolute;
  display: block;
  overflow: visible;
  background: var(--tectonic-editorial-red-muted);
  box-shadow: 0 0 6px rgba(215, 25, 32, 0.14);
  opacity: 0;
  transform-origin: 0 50%;
  will-change: transform, opacity;
}

.tectonic-editorial__line::after {
  content: "";
  position: absolute;
  pointer-events: none;
  opacity: 0;
  will-change: transform, opacity;
}

.tectonic-editorial__line.is-horizontal::after {
  top: 50%;
  left: 0;
  width: clamp(150px, 18vw, 360px);
  height: max(1px, 100%);
  background: linear-gradient(90deg, transparent, rgba(215, 25, 32, 0.5) 40%, #f1262d 72%, transparent);
  transform: translate3d(-24vw, -50%, 0);
  animation: tectonic-editorial-line-flow-x var(--editorial-line-flow-duration, 5.8s)
    cubic-bezier(0.22, 1, 0.36, 1) var(--editorial-line-flow-delay, 0s) infinite;
}

.tectonic-editorial__line.is-vertical::after {
  top: 0;
  left: 50%;
  width: max(1px, 100%);
  height: clamp(120px, 21vh, 260px);
  background: linear-gradient(180deg, transparent, rgba(215, 25, 32, 0.5) 40%, #f1262d 72%, transparent);
  transform: translate3d(-50%, -28vh, 0);
  animation: tectonic-editorial-line-flow-y var(--editorial-line-flow-duration, 6.4s)
    cubic-bezier(0.22, 1, 0.36, 1) var(--editorial-line-flow-delay, 0s) infinite;
}

.tectonic-editorial__line:nth-child(2n) {
  --editorial-line-flow-duration: 7.1s;
  --editorial-line-flow-delay: -2.7s;
}

.tectonic-editorial__line:nth-child(3n) {
  --editorial-line-flow-duration: 5.2s;
  --editorial-line-flow-delay: -4.1s;
}

.tectonic-editorial__line:nth-child(4n)::after {
  animation-direction: reverse;
}

.tectonic-editorial__line:nth-child(5n) {
  --editorial-line-flow-duration: 8.2s;
  --editorial-line-flow-delay: -1.3s;
}

@keyframes tectonic-editorial-line-flow-x {
  0% {
    opacity: 0;
    transform: translate3d(-24vw, -50%, 0);
  }
  12% { opacity: 0.9; }
  78% { opacity: 0.9; }
  100% {
    opacity: 0;
    transform: translate3d(112vw, -50%, 0);
  }
}

@keyframes tectonic-editorial-line-flow-y {
  0% {
    opacity: 0;
    transform: translate3d(-50%, -28vh, 0);
  }
  12% { opacity: 0.9; }
  78% { opacity: 0.9; }
  100% {
    opacity: 0;
    transform: translate3d(-50%, 112vh, 0);
  }
}

.tectonic-editorial__line.is-horizontal {
  left: 0;
  width: 100vw;
  height: 1px;
}

.tectonic-editorial__line.is-vertical {
  top: 0;
  width: 1px;
  height: 100vh;
  transform-origin: 50% 0;
}

.tectonic-editorial__line.is-dashed {
  background: repeating-linear-gradient(90deg, var(--tectonic-editorial-red-muted) 0 10px, transparent 10px 17px);
}

.tectonic-editorial__line.is-vertical.is-dashed {
  background: repeating-linear-gradient(180deg, var(--tectonic-editorial-red-muted) 0 10px, transparent 10px 17px);
}

.tectonic-editorial__line.is-thick { height: 4px; box-shadow: none; }
.tectonic-editorial__line.is-vertical.is-thick { width: 3px; height: 100vh; }
.tectonic-editorial__line.is-double { height: 4px; background: linear-gradient(var(--tectonic-editorial-red-muted) 0 1px, transparent 1px 3px, var(--tectonic-editorial-red-muted) 3px 4px); }
.tectonic-editorial__line.is-top { top: 5.1vh; }
.tectonic-editorial__line.is-upper { top: 14.5vh; left: 0; width: 100vw; }
.tectonic-editorial__line.is-mid { top: 15.4vh; left: 0; width: 100vw; }
.tectonic-editorial__line.is-lower { top: 74.1vh; left: 0; width: 100vw; }
.tectonic-editorial__line.is-bottom { top: 94.8vh; left: 0; width: 100vw; }
.tectonic-editorial__line.is-left { left: 3.2vw; }
.tectonic-editorial__line.is-left-inner { left: 34.2vw; top: 0; height: 100vh; }
.tectonic-editorial__line.is-right-inner { left: 65.8vw; top: 0; height: 100vh; }
.tectonic-editorial__line.is-right { left: 96.8vw; }

.tectonic-editorial__beat.is-prologue {
  display: grid;
  grid-template-columns: 1fr auto;
  align-content: center;
  padding: 0 5.6vw;
}

.tectonic-editorial__index { position: absolute; top: var(--tectonic-editorial-ui-safe-top); left: var(--tectonic-editorial-ui-safe-left); color: var(--tectonic-editorial-red); }
.tectonic-editorial__coordinate { position: absolute; right: 5.6vw; bottom: 7vh; color: var(--tectonic-editorial-gray); }
.tectonic-editorial__prologue {
  max-width: 25ch;
  font-size: clamp(18px, 2.1vw, 42px);
  font-weight: 550;
  letter-spacing: -0.035em;
  line-height: 0.98;
}

.tectonic-editorial__beat.is-divinity { padding: 7vh 4.5vw 4vh; }
.tectonic-editorial__eyebrow { position: absolute; top: var(--tectonic-editorial-ui-safe-top); left: var(--tectonic-editorial-ui-safe-left); color: var(--tectonic-editorial-red); }
.tectonic-editorial__mask { position: absolute; left: 4.3vw; top: 17vh; overflow: hidden; }
.tectonic-editorial__mask h2 {
  max-width: 8.8ch;
  font-size: clamp(72px, 11.4vw, 224px);
  font-weight: 700;
  letter-spacing: -0.045em;
  line-height: 0.78;
}
.tectonic-editorial__mask h2 .is-red { color: var(--tectonic-editorial-red); }
.tectonic-editorial__side-note { position: absolute; right: 5.4vw; bottom: 10vh; width: 19ch; color: var(--tectonic-editorial-gray); }

.tectonic-editorial__beat.is-pressure {
  display: grid;
  place-items: center;
}
.tectonic-editorial__beat.is-pressure > span {
  display: block;
  width: max-content;
  max-width: 96vw;
  white-space: nowrap;
  color: var(--tectonic-editorial-red);
  font-family: "Bahnschrift Condensed", "Bahnschrift", "Arial Narrow", sans-serif;
  font-size: clamp(110px, 20.6vw, 400px);
  font-weight: 700;
  line-height: 0.72;
  letter-spacing: -0.015em;
  transform: scaleY(1.82);
  transform-origin: 50% 50%;
}

.tectonic-editorial__beat.is-structure {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: repeat(8, 1fr);
  gap: 0 1.05vw;
  padding: 5vh 3.2vw;
}
.tectonic-editorial__copy-block { position: relative; }
.tectonic-editorial__copy-block p { font-size: clamp(10px, 0.78vw, 16px); line-height: 1.42; letter-spacing: 0.01em; }
.tectonic-editorial__copy-index { display: block; margin-bottom: 1.4em; color: var(--tectonic-editorial-red); }
.tectonic-editorial__copy-block.is-dense {
  grid-column: 1 / span 4;
  grid-row: 2 / span 3;
  align-self: start;
  padding-right: 1.4vw;
}
.tectonic-editorial__image-slot {
  position: relative;
  grid-column: 6 / span 3;
  grid-row: 2 / span 5;
  align-self: center;
  justify-self: center;
  width: auto;
  height: 47vh;
  max-width: 100%;
  aspect-ratio: 1536 / 2752;
  background: transparent;
  overflow: visible;
}
.tectonic-editorial__image-slot::before,
.tectonic-editorial__image-slot::after { content: none; }
.tectonic-editorial__image-slot span { position: absolute; left: 1.1vw; bottom: 1.3vh; color: var(--tectonic-editorial-gray); }
.tectonic-editorial__image-slot b { position: absolute; right: 1vw; top: 1vh; color: var(--tectonic-editorial-red); font: 500 clamp(9px, 0.7vw, 14px)/1 "Bahnschrift", "Arial", sans-serif; }
.tectonic-editorial__image-slot img,
.tectonic-editorial__portfolio-image-slot img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.tectonic-editorial__image-slot img {
  object-fit: contain;
  transform: scale(1.13);
  transform-origin: 50% 52%;
}
.tectonic-editorial__anaphora {
  grid-column: 9 / span 4;
  grid-row: 3 / span 4;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1.4vh;
  font-size: clamp(15px, 1.45vw, 29px);
  font-weight: 600;
  letter-spacing: -0.045em;
  line-height: 1.05;
  padding-left: 1.7vw;
  overflow: hidden;
}
.tectonic-editorial__anaphora > span {
  display: block;
}

.tectonic-editorial__beat.is-restraint { padding: 6vh 4.8vw; }
.tectonic-editorial__copy-block.is-restraint-copy {
  position: absolute;
  right: 5.4vw;
  top: 29vh;
  width: min(30vw, 52ch);
}
.tectonic-editorial__copy-block.is-restraint-copy p { color: rgba(241, 244, 243, 0.82); }

.tectonic-editorial__beat.is-totality {
  background: linear-gradient(
    180deg,
    transparent 0,
    rgba(0, 0, 0, 0.045) 4vh,
    rgba(0, 0, 0, 0.145) 12vh,
    rgba(0, 0, 0, 0.18) 20vh,
    rgba(0, 0, 0, 0.18) calc(100% - 14vh),
    rgba(0, 0, 0, 0.06) calc(100% - 4vh),
    transparent 100%
  );
}
.tectonic-editorial__final-index { position: absolute; left: var(--tectonic-editorial-ui-safe-left); top: var(--tectonic-editorial-ui-safe-top); color: var(--tectonic-editorial-red); }
.tectonic-editorial__final-note { position: absolute; right: 3.8vw; bottom: 4.8vh; color: var(--tectonic-editorial-gray); }
.tectonic-editorial__totality-word {
  position: absolute;
  left: 50%;
  top: 49%;
  width: max-content;
  max-width: 93vw;
  white-space: nowrap;
  color: var(--tectonic-editorial-white);
  font-size: clamp(150px, 21.3vw, 820px);
  font-weight: 700;
  letter-spacing: -0.07em;
  line-height: 0.63;
  transform: translate(-50%, -50%) scaleY(2.15);
  transform-origin: 50% 50%;
  text-shadow: 0 0 36px rgba(219, 231, 230, 0.06);
}

/* --------------------------------------------------------------------------
   Transition 03 / portfolio bridge

   This is intentionally not a variant of the first editorial. Transition 02
   uses a centred 12-column specimen rhythm; this bridge uses an offset 8-column
   ledger, right-biased mass and long empty counter-fields. The final viewport
   is deliberately blank for the future six-frame portfolio model.
   -------------------------------------------------------------------------- */

.tectonic-editorial.is-portfolio-bridge {
  --tectonic-editorial-red: #e01820;
  --tectonic-editorial-red-muted: rgba(224, 24, 32, 0.42);
  --tectonic-editorial-gray: rgba(220, 225, 224, 0.58);
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.24) 0 48%, rgba(0, 0, 0, 0.62) 78%, rgba(0, 0, 0, 0.84)),
    linear-gradient(180deg, rgba(0, 0, 0, 0.58), transparent 26%, transparent 74%, rgba(0, 0, 0, 0.72));
}

.tectonic-editorial.is-portfolio-bridge::before {
  background:
    radial-gradient(circle at 77% 42%, rgba(224, 24, 32, 0.055), transparent 32%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.15), transparent 46%, rgba(0, 0, 0, 0.5));
}

.tectonic-editorial.is-portfolio-bridge .tectonic-editorial__grid {
  inset: 8.8vh 8.6vw;
  opacity: calc(0.13 * var(--editorial-grid-strength, 1));
  background-image:
    linear-gradient(rgba(220, 226, 225, 0.18) 1px, transparent 1px),
    linear-gradient(90deg, rgba(220, 226, 225, 0.18) 1px, transparent 1px);
  background-size: calc(82.8vw / 8) 10.4vh;
  mask-image: linear-gradient(90deg, transparent, #000 3%, #000 97%, transparent);
}

.tectonic-editorial.is-portfolio-bridge .tectonic-editorial__track {
  height: 700vh;
}

.tectonic-editorial.is-portfolio-bridge .is-red {
  color: var(--tectonic-editorial-red);
}

.tectonic-editorial.is-portfolio-bridge .tectonic-editorial__line.is-portfolio-top { top: 8.8vh; }
.tectonic-editorial.is-portfolio-bridge .tectonic-editorial__line.is-portfolio-upper { top: 27.4vh; }
.tectonic-editorial.is-portfolio-bridge .tectonic-editorial__line.is-portfolio-lower { top: 82.2vh; }
.tectonic-editorial.is-portfolio-bridge .tectonic-editorial__line.is-portfolio-bottom { top: 91.2vh; }
.tectonic-editorial.is-portfolio-bridge .tectonic-editorial__line.is-portfolio-left { left: 8.6vw; }
.tectonic-editorial.is-portfolio-bridge .tectonic-editorial__line.is-portfolio-axis { left: 41.5vw; }
.tectonic-editorial.is-portfolio-bridge .tectonic-editorial__line.is-portfolio-right { left: 89.1vw; }

.tectonic-editorial__portfolio-register,
.tectonic-editorial__portfolio-margin-note,
.tectonic-editorial__portfolio-coordinate {
  font-family: var(--tectonic-ui-small-en, "Bahnschrift", "Arial", sans-serif);
  font-size: clamp(8px, 0.58vw, 12px);
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: 0.15em;
}

.tectonic-editorial__beat.is-portfolio-intro {
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  grid-template-rows: repeat(8, minmax(0, 1fr));
  column-gap: 1.15vw;
  padding: 8.8vh 8.6vw;
}

.tectonic-editorial__beat.is-portfolio-intro .tectonic-editorial__portfolio-register {
  grid-column: 1 / span 3;
  grid-row: 2;
  align-self: start;
  color: var(--tectonic-editorial-red);
}

.tectonic-editorial__portfolio-lead {
  grid-column: 1 / span 5;
  grid-row: 5 / span 3;
  align-self: end;
  max-width: 15ch;
  font-family: "Bahnschrift Condensed", "Bahnschrift", "Arial Narrow", sans-serif;
  font-size: clamp(38px, 5.2vw, 104px);
  font-weight: 650;
  line-height: 0.88;
  letter-spacing: -0.055em;
}

.tectonic-editorial__portfolio-intro-copy {
  grid-column: 6 / span 3;
  grid-row: 3 / span 3;
  align-self: center;
  max-width: 48ch;
  color: rgba(240, 243, 242, 0.78);
  font-size: clamp(10px, 0.76vw, 15px);
  line-height: 1.48;
  letter-spacing: 0.018em;
}

.tectonic-editorial__beat.is-work-weight {
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  grid-template-rows: repeat(8, minmax(0, 1fr));
  column-gap: 1.15vw;
  padding: 8.8vh 8.6vw;
}

.tectonic-editorial__beat.is-work-weight .tectonic-editorial__portfolio-register {
  grid-column: 7 / span 2;
  grid-row: 2;
  text-align: right;
  color: var(--tectonic-editorial-gray);
}

.tectonic-editorial__work-word {
  grid-column: 1 / span 6;
  grid-row: 2 / span 4;
  align-self: center;
  white-space: nowrap;
  font-family: "Bahnschrift Condensed", "Bahnschrift", "Arial Narrow", sans-serif;
  font-size: clamp(120px, 18.2vw, 355px);
  font-weight: 700;
  line-height: 0.67;
  letter-spacing: -0.065em;
}

.tectonic-editorial__weight-word {
  grid-column: 5 / span 4;
  grid-row: 5 / span 3;
  align-self: end;
  justify-self: end;
  text-align: right;
  font-family: "Bahnschrift Condensed", "Bahnschrift", "Arial Narrow", sans-serif;
  font-size: clamp(58px, 8.8vw, 176px);
  font-weight: 650;
  line-height: 0.76;
  letter-spacing: -0.065em;
}

.tectonic-editorial__portfolio-margin-note {
  grid-column: 1 / span 3;
  grid-row: 8;
  align-self: end;
  color: var(--tectonic-editorial-gray);
}

.tectonic-editorial__beat.is-afterimage {
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  grid-template-rows: repeat(8, minmax(0, 1fr));
  padding: 8.8vh 8.6vw;
}

.tectonic-editorial__beat.is-afterimage .tectonic-editorial__portfolio-register {
  grid-column: 1 / span 2;
  grid-row: 2;
  color: var(--tectonic-editorial-red);
}

.tectonic-editorial__afterimage-word {
  grid-column: 3 / span 6;
  grid-row: 5 / span 3;
  align-self: end;
  justify-self: end;
  width: max-content;
  max-width: 82vw;
  white-space: nowrap;
  text-align: right;
  font-family: "Bahnschrift Condensed", "Bahnschrift", "Arial Narrow", sans-serif;
  font-size: clamp(78px, 11.4vw, 224px);
  font-weight: 620;
  line-height: 0.78;
  letter-spacing: -0.06em;
}

.tectonic-editorial__beat.is-evidence-field {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-template-rows: repeat(8, minmax(0, 1fr));
  gap: 0 1vw;
  padding: 8.8vh 8.6vw;
}

.tectonic-editorial__evidence-copy {
  grid-column: 1 / span 4;
  grid-row: 2 / span 4;
  align-self: start;
  max-width: 48ch;
  color: rgba(239, 243, 242, 0.78);
  font-size: clamp(10px, 0.74vw, 15px);
  line-height: 1.5;
  letter-spacing: 0.016em;
}

.tectonic-editorial__evidence-copy .tectonic-editorial__copy-index {
  font-family: var(--tectonic-ui-small-en, "Bahnschrift", "Arial", sans-serif);
  font-size: clamp(8px, 0.56vw, 11px);
  letter-spacing: 0.14em;
}

.tectonic-editorial__portfolio-image-slot {
  grid-column: 1 / span 4;
  grid-row: 5 / span 3;
  align-self: end;
  width: 100%;
  aspect-ratio: 21 / 9;
  max-height: 28vh;
  background: #000;
  overflow: hidden;
}

.tectonic-editorial__portfolio-image-slot.is-transparent-evidence {
  background: transparent;
  overflow: visible;
}

.tectonic-editorial__portfolio-image-slot.is-transparent-evidence img {
  object-fit: contain;
  transform: scale(1.4);
  transform-origin: 0 50%;
}

.tectonic-editorial__evidence-ledger {
  grid-column: 6 / span 7;
  grid-row: 3 / span 4;
  display: flex;
  flex-direction: column;
  align-self: center;
  gap: 1.6vh;
  border-block: 1px solid rgba(232, 237, 236, 0.24);
  padding: 3.5vh 0;
}

.tectonic-editorial__evidence-ledger > span {
  display: block;
  font-size: clamp(24px, 3.25vw, 64px);
  font-weight: 610;
  line-height: 0.96;
  letter-spacing: -0.045em;
}

.tectonic-editorial__portfolio-coordinate {
  grid-column: 7 / span 6;
  grid-row: 8;
  align-self: end;
  justify-self: end;
  color: var(--tectonic-editorial-gray);
}

.tectonic-editorial__beat.is-sequence-field {
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  grid-template-rows: repeat(8, minmax(0, 1fr));
  padding: 8.8vh 8.6vw;
}

.tectonic-editorial__beat.is-sequence-field .tectonic-editorial__portfolio-register {
  grid-column: 7 / span 2;
  grid-row: 2;
  text-align: right;
  color: var(--tectonic-editorial-gray);
}

.tectonic-editorial__sequence-stack {
  grid-column: 1 / span 7;
  grid-row: 2 / span 6;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  font-family: "Bahnschrift Condensed", "Bahnschrift", "Arial Narrow", sans-serif;
  font-size: clamp(68px, 10.6vw, 208px);
  font-weight: 680;
  line-height: 0.69;
  letter-spacing: -0.07em;
}

.tectonic-editorial__sequence-stack > span {
  display: block;
  white-space: nowrap;
}

.tectonic-editorial__sequence-stack > span:nth-child(2) { margin-left: 11.5vw; }
.tectonic-editorial__sequence-stack > span:nth-child(3) { margin-left: 23vw; }

.tectonic-editorial__sequence-note {
  grid-column: 6 / span 3;
  grid-row: 8;
  align-self: end;
  justify-self: end;
  max-width: 34ch;
  text-align: right;
  color: var(--tectonic-editorial-gray);
  font: 500 clamp(8px, 0.58vw, 12px)/1.45 "Bahnschrift", "Arial", sans-serif;
  letter-spacing: 0.12em;
}

.tectonic-editorial__beat.is-portfolio-threshold {
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  grid-template-rows: repeat(8, minmax(0, 1fr));
  padding: 8.8vh 8.6vw;
}

.tectonic-editorial__beat.is-portfolio-threshold .tectonic-editorial__portfolio-register {
  grid-column: 1 / span 2;
  grid-row: 2;
  color: var(--tectonic-editorial-gray);
}

.tectonic-editorial__threshold-word {
  grid-column: 2 / -1;
  grid-row: 3 / span 4;
  align-self: center;
  justify-self: end;
  margin-right: 5vw;
  text-align: right;
  font-family: "Bahnschrift Condensed", "Bahnschrift", "Arial Narrow", sans-serif;
  font-size: clamp(72px, 9.2vw, 176px);
  font-weight: 700;
  line-height: 0.78;
  letter-spacing: -0.065em;
  white-space: nowrap;
}

.tectonic-editorial__threshold-word > span {
  display: block;
  white-space: nowrap;
}

.tectonic-editorial__threshold-note {
  grid-column: 5 / span 4;
  grid-row: 8;
  align-self: end;
  justify-self: end;
  margin-right: 5vw;
  max-width: 41ch;
  text-align: right;
  color: var(--tectonic-editorial-gray);
  font: 500 clamp(8px, 0.58vw, 12px)/1.45 "Bahnschrift", "Arial", sans-serif;
  letter-spacing: 0.12em;
}

.tectonic-editorial__beat.is-css-stack-field {
  display: block;
  padding: 0;
  background: transparent;
}

.tectonic-editorial__beat.is-css-stack-field::before {
  content: "";
  position: absolute;
  inset: -1px 0 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse at 50% 44%, rgba(198, 23, 31, 0.075), transparent 54%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.58), rgba(7, 9, 10, 0.12) 50%, rgba(0, 0, 0, 0.58));
  -webkit-mask-image: linear-gradient(
    180deg,
    transparent 0,
    rgba(0, 0, 0, 0.08) 3vh,
    rgba(0, 0, 0, 0.52) 13vh,
    #000 27vh
  );
  mask-image: linear-gradient(
    180deg,
    transparent 0,
    rgba(0, 0, 0, 0.08) 3vh,
    rgba(0, 0, 0, 0.52) 13vh,
    #000 27vh
  );
}

.tectonic-css-stack {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: min(86vw, 1600px);
  transform: translate3d(-50%, 0, 0);
  perspective: 1200px;
  pointer-events: none;
}

.tectonic-css-stack__card {
  position: absolute;
  top: 0;
  left: 0;
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  grid-template-rows: auto 1fr;
  width: 100%;
  height: clamp(420px, 53vh, 590px);
  margin: 0;
  padding: clamp(34px, 3.4vw, 68px) clamp(38px, 4.1vw, 82px);
  overflow: hidden;
  border: 1px solid rgba(224, 232, 231, 0.22);
  border-radius: clamp(14px, 1.15vw, 22px);
  color: #edf1f0;
  background:
    linear-gradient(118deg, rgba(237, 244, 242, 0.065), transparent 31%),
    linear-gradient(142deg, rgba(20, 24, 25, 0.66), rgba(7, 9, 10, 0.40) 68%, rgba(15, 10, 11, 0.46));
  box-shadow:
    0 2rem 5.2rem rgba(0, 0, 0, 0.34),
    inset 0 1px 0 rgba(244, 248, 247, 0.12),
    inset 0 -1px 0 rgba(0, 0, 0, 0.28);
  -webkit-backdrop-filter: blur(19px) saturate(0.78);
  backdrop-filter: blur(19px) saturate(0.78);
  transform: translate3d(0, 82vh, 0) scale(1);
  transform-origin: 50% 0;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  will-change: transform;
}

.tectonic-css-stack__card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(104deg, rgba(255, 255, 255, 0.035), transparent 26%);
  mix-blend-mode: screen;
}

.tectonic-css-stack__meta {
  grid-column: 1 / span 4;
  grid-row: 1;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: baseline;
  gap: clamp(14px, 1.3vw, 26px);
  color: rgba(222, 229, 228, 0.56);
  font-family: "Bahnschrift", "Bahnschrift Condensed", "Arial Narrow", sans-serif;
  text-transform: uppercase;
}

.tectonic-css-stack__meta > b {
  color: #e21d26;
  font-size: clamp(15px, 1.08vw, 22px);
  font-weight: 650;
  line-height: 1;
  letter-spacing: -0.03em;
}

.tectonic-css-stack__meta > small {
  align-self: center;
  font-size: clamp(9px, 0.62vw, 12px);
  font-weight: 520;
  line-height: 1;
  letter-spacing: 0.12em;
}

.tectonic-css-stack__declaration {
  grid-column: 1 / -1;
  grid-row: 2;
  align-self: start;
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  grid-template-rows: auto auto;
  column-gap: clamp(10px, 0.9vw, 18px);
  /* Keep the authored card height and scroll-stack travel. Only bring the
     declaration into the upper half early enough that the next card cannot
     crop its value while the five-card stack is opening. */
  margin: clamp(24px, 3.2vh, 44px) 0 0;
  color: #eef2f1;
  font-family: "Bahnschrift Condensed", "Bahnschrift", "Arial Narrow", sans-serif;
  font-style: normal;
  white-space: nowrap;
}

.tectonic-css-stack__declaration > b {
  grid-column: 1 / span 7;
  grid-row: 1;
  max-width: 100%;
  overflow: hidden;
  color: #f1f3f2;
  font-size: clamp(66px, 6.75vw, 134px);
  font-weight: 620;
  line-height: 0.82;
  letter-spacing: -0.055em;
  text-overflow: clip;
}

.tectonic-css-stack__declaration > i {
  grid-column: 4;
  grid-row: 2;
  align-self: start;
  justify-self: end;
  margin-top: clamp(18px, 2.4vh, 34px);
  color: #df1c25;
  font-size: clamp(34px, 3.25vw, 64px);
  font-weight: 560;
  line-height: 0.82;
  font-style: normal;
}

.tectonic-css-stack__declaration > span {
  grid-column: 5 / -1;
  grid-row: 2;
  align-self: start;
  justify-self: start;
  margin-top: clamp(22px, 2.8vh, 40px);
  color: rgba(225, 231, 230, 0.76);
  font-size: clamp(24px, 2.25vw, 45px);
  font-weight: 420;
  line-height: 0.94;
  letter-spacing: -0.025em;
}

@media (max-aspect-ratio: 4 / 3) {
  .tectonic-editorial__portfolio-lead { font-size: clamp(38px, 6.5vw, 84px); }
  .tectonic-editorial__work-word { font-size: clamp(104px, 18vw, 250px); }
  .tectonic-editorial__weight-word { font-size: clamp(52px, 8.2vw, 112px); }
  .tectonic-editorial__afterimage-word { font-size: clamp(66px, 10vw, 142px); }
  .tectonic-editorial__sequence-stack { font-size: clamp(58px, 9.4vw, 132px); }
  .tectonic-editorial__threshold-word { font-size: clamp(68px, 10.4vw, 148px); }
  .tectonic-css-stack { width: min(88vw, 1240px); }
  .tectonic-css-stack__card { height: clamp(410px, 52vh, 560px); }
}

@media (max-width: 760px) {
  .tectonic-editorial__floating-image.is-study-e {
    left: 7vw;
    top: 19vh;
    width: 53vw;
  }

  .tectonic-css-stack { width: 90vw; }
  .tectonic-css-stack__card {
    height: clamp(360px, 49vh, 470px);
    padding: 28px 26px;
  }
  .tectonic-css-stack__declaration > b { font-size: clamp(48px, 12.5vw, 82px); }
  .tectonic-css-stack__declaration > i { font-size: clamp(38px, 10vw, 66px); }
  .tectonic-css-stack__declaration > span { font-size: clamp(18px, 4.8vw, 30px); }

  .tectonic-portfolio-stage__identity {
    left: 8vw;
    top: 9.2vh;
    width: 62vw;
    min-width: 0;
  }

  .tectonic-portfolio-stage__identity strong { font-size: clamp(42px, 13vw, 78px); }

  .tectonic-portfolio-stage__caption {
    bottom: 8.6vh;
    width: 78vw;
    font-size: clamp(9px, 2.4vw, 12px);
  }
}

@media (max-aspect-ratio: 4 / 3) {
  .tectonic-editorial__copy-block.is-dense { grid-column: 1 / span 5; }
  .tectonic-editorial__image-slot { grid-column: 6 / span 4; }
  .tectonic-editorial__anaphora { grid-column: 8 / span 5; }
  .tectonic-editorial__totality-word { font-size: clamp(112px, 20.5vw, 330px); transform: translate(-50%, -50%) scaleY(2.08); }
}
