/* Adam Spatial — continuous cinematic card experiences v1.33.4 */
#uxPortal.is-cinematic {
  --cse-bg: #080706;
  --cse-ink: #f3eee8;
  --cse-muted: rgba(243, 238, 232, 0.58);
  --cse-line: rgba(243, 238, 232, 0.14);
  --cse-accent: #e1b483;
  background: var(--cse-bg) !important;
}

#uxPortal.is-cinematic[data-chapter="strategy"] {
  --cse-accent: #ef6a4d;
  --cse-bg: #0b0807;
}
#uxPortal.is-cinematic[data-chapter="research"] {
  --cse-accent: #8cddd6;
  --cse-bg: #061011;
}
#uxPortal.is-cinematic[data-chapter="systems"] {
  --cse-accent: #cde46f;
  --cse-bg: #090c07;
}
#uxPortal.is-cinematic[data-chapter="experiments"] {
  --cse-accent: #a8d92f;
  --cse-bg: #e9eae5;
  --cse-ink: #123632;
  --cse-muted: rgba(18, 54, 50, 0.58);
  --cse-line: rgba(18, 54, 50, 0.14);
}
#uxPortal.is-cinematic[data-chapter="about"] {
  --cse-accent: #e4c29d;
  --cse-bg: #0c0907;
}
#uxPortal.is-cinematic[data-chapter="judging"] {
  --cse-accent: #ff694f;
  --cse-bg: #100907;
}
#uxPortal.is-cinematic[data-chapter="awards"] {
  --cse-accent: #e8cf8b;
  --cse-bg: #0d0b07;
}

#uxPortal.is-cinematic #uxPortalBody {
  scroll-snap-type: none;
  scroll-padding: 0;
  overscroll-behavior: contain;
  scrollbar-width: none;
  background: var(--cse-bg);
}

#uxPortal.is-cinematic #uxPortalBody::-webkit-scrollbar {
  display: none;
}
#uxPortal.is-cinematic #uxPortalLabel {
  color: var(--cse-muted);
}
#uxPortal.is-cinematic #uxPortalClose {
  border-color: var(--cse-line);
  background: rgba(8, 7, 6, 0.44);
  color: var(--cse-ink);
  backdrop-filter: blur(16px);
}

.cse {
  position: relative;
  width: 100%;
  color: var(--cse-ink);
  background:
    radial-gradient(
      circle at 22% 16%,
      color-mix(in srgb, var(--cse-accent) 8%, transparent),
      transparent 34%
    ),
    var(--cse-bg);
  isolation: isolate;
}

.cse::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 20;
  pointer-events: none;
  opacity: 0.12;
  mix-blend-mode: soft-light;
  background-image: repeating-radial-gradient(
    circle at 20% 30%,
    rgba(255, 255, 255, 0.3) 0 0.35px,
    transparent 0.45px 2.6px
  );
  background-size: 5px 5px;
}

.cse__scene {
  --scene: 0;
  position: relative;
  min-height: 100svh;
  padding: clamp(92px, 11vh, 132px) clamp(72px, 8vw, 142px)
    clamp(68px, 9vh, 108px);
  display: grid;
  align-items: center;
  overflow: hidden;
  scroll-snap-align: none;
  scroll-snap-stop: normal;
  border-bottom: 0;
}

.cse__scene::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(
      90deg,
      transparent 0 49.96%,
      rgba(255, 255, 255, 0.025) 50%,
      transparent 50.04%
    ),
    linear-gradient(
      180deg,
      transparent 0 49.96%,
      rgba(255, 255, 255, 0.02) 50%,
      transparent 50.04%
    );
  opacity: 0.55;
}

.cse__scene > * {
  position: relative;
  z-index: 2;
}
.cse__eyebrow,
.cse__scene-number {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: clamp(18px, 2.4vh, 32px);
  color: var(--cse-accent);
  font-size: 10px;
  font-weight: 750;
  letter-spacing: 0.22em;
  line-height: 1;
  text-transform: uppercase;
}

.cse__eyebrow::before,
.cse__scene-number::before {
  content: "";
  width: 28px;
  height: 1px;
  background: currentColor;
}

.cse__title,
.cse__heading {
  margin: 0;
  max-width: 13ch;
  color: var(--cse-ink);
  font-family: "Work Sans", "Manrope", sans-serif;
  font-weight: 680;
  letter-spacing: -0.065em;
  text-wrap: balance;
}

.cse__title {
  font-size: clamp(58px, 8.4vw, 146px);
  line-height: 0.86;
}
.cse__heading {
  font-size: clamp(44px, 6.2vw, 102px);
  line-height: 0.92;
}
.cse__heading--outcome {
  max-width: 11.5ch;
  font-size: clamp(54px, 7.7vw, 132px);
}
.cse .arx-ux12-word {
  display: inline-block;
  opacity: clamp(
    0.08,
    calc((var(--word-flow, 0) - var(--word-progress, 0)) * 9),
    1
  );
  transform: translateY(
    clamp(
      0px,
      calc((var(--word-progress, 0) - var(--word-flow, 0)) * 28px),
      28px
    )
  );
  filter: blur(
    clamp(0px, calc((var(--word-progress, 0) - var(--word-flow, 0)) * 8px), 8px)
  );
  transition:
    opacity 0.12s linear,
    transform 0.12s linear,
    filter 0.12s linear;
}

.cse__lead,
.cse__scene-copy > p,
.cse__proof-copy > p,
.cse__outcome > p {
  max-width: 58ch;
  margin: clamp(24px, 3.4vh, 44px) 0 0;
  color: var(--cse-muted);
  font-size: clamp(16px, 1.35vw, 21px);
  line-height: 1.62;
}

.cse [data-ux-motion],
.cse [data-media-reveal] {
  opacity: var(--reveal, 0);
  transform: translateY(calc((1 - var(--reveal, 0)) * 32px));
  filter: blur(calc((1 - var(--reveal, 0)) * 7px));
}

.cse__scene.is-active [data-ux-motion],
.cse__scene.is-active [data-media-reveal] {
  transition:
    opacity 0.55s ease,
    transform 0.85s cubic-bezier(0.16, 1, 0.3, 1),
    filter 0.65s ease;
}

.cse__rail {
  position: fixed;
  left: clamp(18px, 2.2vw, 38px);
  top: 50%;
  z-index: 42;
  display: grid;
  gap: 8px;
  transform: translateY(-50%);
}

.cse__rail button {
  width: 46px;
  min-height: 34px;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  border: 0;
  background: none;
  color: rgba(243, 238, 232, 0.3);
  cursor: pointer;
  text-align: left;
}

.cse__rail button i {
  width: 22px;
  font-style: normal;
  font-size: 9px;
  letter-spacing: 0.12em;
  transition:
    color 0.3s,
    transform 0.3s;
}

.cse__rail button::after {
  content: "";
  width: 10px;
  height: 1px;
  background: currentColor;
  transition:
    width 0.35s,
    background 0.35s;
}

.cse__rail button span {
  position: absolute;
  left: 58px;
  padding: 7px 9px;
  border: 1px solid var(--cse-line);
  border-radius: 999px;
  background: rgba(6, 6, 6, 0.78);
  color: var(--cse-ink);
  font-size: 9px;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  opacity: 0;
  pointer-events: none;
  transform: translateX(-6px);
  transition:
    opacity 0.2s,
    transform 0.2s;
  white-space: nowrap;
}

.cse__rail button:hover span,
.cse__rail button:focus-visible span {
  opacity: 1;
  transform: none;
}
.cse__rail button.is-active {
  color: var(--cse-accent);
}
.cse__rail button.is-active::after {
  width: 22px;
  background: var(--cse-accent);
}
.cse__rail button.is-active i {
  transform: translateX(2px);
}

.cse__progress {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 44;
  width: 3px;
  height: 100svh;
  background: rgba(255, 255, 255, 0.045);
}

.cse__progress i {
  display: block;
  width: 100%;
  height: calc(var(--ux-progress, 0) * 100%);
  background: var(--cse-accent);
  transform-origin: top;
}

.cse__story-mark {
  position: fixed;
  left: clamp(18px, 2.2vw, 38px);
  top: clamp(22px, 3vh, 38px);
  z-index: 42;
  display: flex;
  gap: 11px;
  align-items: baseline;
  pointer-events: none;
}

.cse__story-mark span {
  color: var(--cse-accent);
  font-size: 11px;
  font-weight: 800;
}
.cse__story-mark b {
  color: var(--cse-muted);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.cse__cue {
  position: absolute;
  left: clamp(72px, 8vw, 142px);
  bottom: clamp(26px, 4vh, 54px);
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 0;
  border: 0;
  background: none;
  color: var(--cse-muted);
  font: inherit;
  cursor: pointer;
}

.cse__cue span {
  font-size: 9px;
  font-weight: 750;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.cse__cue i {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border: 1px solid var(--cse-line);
  border-radius: 50%;
  color: var(--cse-accent);
  font-style: normal;
  transition:
    transform 0.3s,
    background 0.3s;
}
.cse__cue:hover i {
  transform: translateY(4px);
  background: color-mix(in srgb, var(--cse-accent) 10%, transparent);
}

.cse__scene--intro {
  grid-template-columns: minmax(0, 1.5fr) minmax(230px, 0.5fr);
  gap: 5vw;
}
.cse__intro-copy {
  align-self: center;
}
.cse__index {
  align-self: end;
  justify-self: end;
  display: grid;
  justify-items: end;
}
.cse__index b {
  color: var(--cse-accent);
  font:
    650 clamp(84px, 15vw, 240px)/0.7 "Work Sans",
    sans-serif;
  letter-spacing: -0.09em;
  opacity: 0.16;
}
.cse__index span {
  margin-top: 38px;
  color: var(--cse-muted);
  font-size: 9px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.cse__ambient {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}
.cse__ambient i {
  position: absolute;
  border: 1px solid color-mix(in srgb, var(--cse-accent) 20%, transparent);
  border-radius: 50%;
}
.cse__ambient i:nth-child(1) {
  width: 46vw;
  aspect-ratio: 1;
  right: -12vw;
  top: -20vw;
}
.cse__ambient i:nth-child(2) {
  width: 28vw;
  aspect-ratio: 1;
  right: 5vw;
  top: -7vw;
  opacity: 0.5;
}
.cse__ambient i:nth-child(3) {
  width: 8px;
  height: 8px;
  right: 18vw;
  top: 22vh;
  background: var(--cse-accent);
  box-shadow: 0 0 80px 24px
    color-mix(in srgb, var(--cse-accent) 22%, transparent);
}

.cse__scene--mechanic,
.cse__scene--identity,
.cse__scene--marking {
  grid-template-columns: minmax(280px, 0.62fr) minmax(480px, 1.38fr);
  gap: clamp(50px, 8vw, 140px);
}
.cse__scene-copy {
  align-self: center;
}
.cse__scene-copy .cse__heading {
  font-size: clamp(42px, 5.3vw, 88px);
}

.cse-mechanic {
  position: relative;
  height: min(68vh, 680px);
  min-height: 470px;
}
.cse-mechanic strong {
  position: absolute;
  color: var(--cse-ink);
  font:
    660 clamp(34px, 4vw, 66px)/0.9 "Work Sans",
    sans-serif;
  letter-spacing: -0.06em;
}

.cse-mechanic--alignment {
  display: grid;
  place-items: center;
}
.cse-alignment__forces {
  position: absolute;
  inset: 8% 0;
}
.cse-alignment__forces span {
  position: absolute;
  left: calc(6% + var(--i) * 18.5%);
  top: calc(8% + (var(--i) % 2) * 68%);
  color: var(--cse-muted);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.cse-alignment__lines {
  position: absolute;
  inset: 0;
}
.cse-alignment__lines i {
  position: absolute;
  left: calc(8% + var(--i) * 18%);
  top: calc(16% + (var(--i) % 2) * 66%);
  width: calc(46% - var(--i) * 5%);
  height: 1px;
  background: var(--cse-accent);
  transform: rotate(calc(-28deg + var(--i) * 13deg));
  transform-origin: left;
  opacity: 0.45;
}
.cse-mechanic--alignment strong {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 28px 34px;
  border: 1px solid color-mix(in srgb, var(--cse-accent) 58%, transparent);
  background: var(--cse-bg);
  white-space: nowrap;
}

.cse-mechanic--signal {
  display: grid;
  align-content: center;
}
.cse-signal__waves {
  height: 48%;
  display: flex;
  align-items: center;
  gap: 4px;
}
.cse-signal__waves i {
  flex: 1;
  height: calc(var(--h) * 1%);
  max-width: 12px;
  background: linear-gradient(
    180deg,
    var(--cse-accent),
    color-mix(in srgb, var(--cse-accent) 12%, transparent)
  );
  transform: scaleY(calc(0.15 + var(--scene) * 0.85));
  transform-origin: center;
  opacity: calc(0.18 + var(--scene) * 0.8);
}
.cse-signal__labels {
  display: flex;
  justify-content: space-between;
  margin-top: 28px;
  color: var(--cse-muted);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}
.cse-mechanic--signal strong {
  right: 3%;
  top: 12%;
  color: var(--cse-accent);
}

.cse-layers__stack {
  position: absolute;
  inset: 6% 6% 18%;
  perspective: 1200px;
}
.cse-layers__stack article {
  position: absolute;
  inset: 20% 12%;
  padding: 24px;
  border: 1px solid color-mix(in srgb, var(--cse-accent) 48%, transparent);
  background: color-mix(in srgb, var(--cse-bg) 92%, var(--cse-accent) 8%);
  transform: translate3d(
      calc((var(--i) - 2) * 3.4vw),
      calc((var(--i) - 2) * -3.6vh),
      calc(var(--i) * 30px)
    )
    rotateX(58deg) rotateZ(-18deg);
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.28);
}
.cse-layers__stack article span {
  color: var(--cse-accent);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.cse-layers__stack article i {
  display: block;
  width: 64%;
  height: 8px;
  margin-top: 16px;
  background: rgba(255, 255, 255, 0.09);
}
.cse-layers__stack article i + i {
  width: 42%;
}
.cse-mechanic--layers strong {
  right: 3%;
  bottom: 3%;
  max-width: 7ch;
  text-align: right;
}

.cse--whiteboard {
  min-height: 100%;
  color: #123632;
  background: #e9eae5;
}
.cse--whiteboard::before {
  opacity: 0.018;
  mix-blend-mode: multiply;
}
.cse-whiteboard {
  position: relative;
  height: 490svh;
  min-height: 3360px;
  overflow: visible;
  background: #e3e4df;
}
.cse-whiteboard__viewport {
  position: sticky;
  top: 0;
  width: 100%;
  height: 100svh;
  overflow: hidden;
  background:
    radial-gradient(circle at 52% 42%, rgba(255, 255, 255, 0.72), transparent 54%),
    #e3e4df;
  box-shadow: inset 0 0 100px rgba(18, 54, 50, 0.035);
}
.cse-whiteboard__canvas {
  --wb-x: -76vw;
  --wb-y: 0px;
  --wb-angle: -0.22deg;
  --wb-scale: 1;
  --wb-progress: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 250vw;
  height: 390svh;
  color: #123632;
  background:
    radial-gradient(circle at 24% 16%, rgba(255, 255, 255, 0.88), transparent 26%),
    radial-gradient(circle at 76% 72%, rgba(229, 233, 223, 0.36), transparent 34%),
    #f7f7f3;
  border: 1px solid rgba(18, 54, 50, 0.08);
  box-shadow:
    0 40px 120px rgba(18, 54, 50, 0.1),
    inset 0 0 0 1px rgba(255, 255, 255, 0.78),
    inset 0 0 140px rgba(18, 54, 50, 0.018);
  transform: translate3d(var(--wb-x), var(--wb-y), 0)
    rotate(var(--wb-angle)) scale(var(--wb-scale));
  transform-origin: 0 0;
  will-change: transform;
}
.cse-whiteboard__surface {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.48;
  background-image:
    linear-gradient(rgba(18, 54, 50, 0.026) 1px, transparent 1px),
    linear-gradient(90deg, rgba(18, 54, 50, 0.026) 1px, transparent 1px);
  background-size: 96px 96px;
  -webkit-mask-image: radial-gradient(circle at 50% 46%, #000 0%, rgba(0, 0, 0, 0.5) 58%, transparent 96%);
  mask-image: radial-gradient(circle at 50% 46%, #000 0%, rgba(0, 0, 0, 0.5) 58%, transparent 96%);
}
.cse-whiteboard__route {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
  pointer-events: none;
}
.cse-whiteboard__route path {
  fill: none;
  stroke-linejoin: round;
  stroke-linecap: round;
  vector-effect: non-scaling-stroke;
}
.cse-whiteboard__route path.is-base {
  stroke: rgba(18, 54, 50, 0.12);
  stroke-width: 2;
}
.cse-whiteboard__route path.is-progress {
  stroke: #8db828;
  stroke-width: 2.5;
  stroke-dasharray: 1;
  stroke-dashoffset: calc(1 - var(--wb-progress));
  opacity: 0.9;
}
.cse-whiteboard__zone {
  --wb-zone-opacity: 0.16;
  --wb-zone-scale: 0.986;
  --wb-zone-lift: 18px;
  position: absolute;
  z-index: 2;
  width: min(72vw, 1080px);
  color: #123632;
  opacity: var(--wb-zone-opacity);
  transform: translate3d(0, var(--wb-zone-lift), 0) scale(var(--wb-zone-scale));
  transform-origin: center;
  will-change: opacity, transform;
}
.cse-whiteboard__zone.is-current {
  z-index: 3;
}
.cse-whiteboard__zone h1,
.cse-whiteboard__zone h2 {
  margin: 0;
  color: #123632;
  font-family: "Work Sans", "Manrope", sans-serif;
  font-weight: 650;
  line-height: 0.94;
  letter-spacing: -0.058em;
}
.cse-whiteboard__zone h1 {
  max-width: 9ch;
  font-size: clamp(72px, 8.8vw, 144px);
}
.cse-whiteboard__zone h2 {
  max-width: 11ch;
  font-size: clamp(56px, 6.8vw, 108px);
}
.cse-whiteboard__zone p {
  max-width: 48ch;
  margin: 26px 0 0;
  color: rgba(18, 54, 50, 0.58);
  font-size: clamp(15px, 1.12vw, 19px);
  line-height: 1.56;
}
.cse-whiteboard__zone--intro {
  left: 88vw;
  top: 14svh;
}
.cse-whiteboard__zone--hypothesis {
  left: 88vw;
  top: 116svh;
}
.cse-whiteboard__variants {
  width: min(62vw, 900px);
  margin-top: 44px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
.cse-whiteboard__variants > div {
  position: relative;
  min-height: 218px;
  padding: 30px;
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto 1fr;
  gap: 8px 22px;
  overflow: hidden;
  border: 1px solid rgba(18, 54, 50, 0.14);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.44);
}
.cse-whiteboard__variants > div.is-winner {
  border-color: rgba(18, 54, 50, 0.2);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 24px 64px rgba(18, 54, 50, 0.1);
}
.cse-whiteboard__variants > div.is-winner::after {
  content: "";
  position: absolute;
  left: 30px;
  right: 30px;
  top: 0;
  height: 4px;
  border-radius: 0 0 999px 999px;
  background: #a8d92f;
}
.cse-whiteboard__variants b {
  color: #123632;
  font-size: clamp(44px, 4.5vw, 72px);
  font-weight: 650;
  line-height: 0.9;
}
.cse-whiteboard__variants span {
  align-self: center;
  font-size: clamp(14px, 1vw, 17px);
  font-weight: 650;
  letter-spacing: -0.02em;
}
.cse-whiteboard__variants i {
  grid-column: 1 / -1;
  display: block;
  width: 88%;
  height: 7px;
  margin-top: 22px;
  border-radius: 999px;
  background: rgba(18, 54, 50, 0.11);
}
.cse-whiteboard__variants i + i {
  width: 58%;
  margin-top: -39px;
}
.cse-whiteboard__zone--evidence {
  left: 12vw;
  top: 218svh;
  width: min(90vw, 1320px);
  display: grid;
  grid-template-columns: minmax(540px, 1.15fr) minmax(330px, 0.85fr);
  gap: clamp(48px, 6vw, 100px);
  align-items: center;
}
.cse-whiteboard__zone--evidence figure {
  margin: 0;
  padding: 10px;
  overflow: hidden;
  border: 1px solid rgba(18, 54, 50, 0.08);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 30px 80px rgba(18, 54, 50, 0.14);
}
.cse-whiteboard__zone--evidence img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/10;
  object-fit: cover;
  border-radius: 20px;
}
.cse-whiteboard__zone--evidence strong {
  display: block;
  color: #123632;
  font:
    650 clamp(76px, 8.6vw, 138px)/0.82 "Work Sans",
    sans-serif;
  letter-spacing: -0.078em;
}
.cse-whiteboard__zone--evidence h2 {
  margin-top: 26px;
  font-size: clamp(46px, 5.2vw, 84px);
}
.cse-whiteboard__zone--outcome {
  left: 154vw;
  top: 310svh;
}
.cse-whiteboard__loop {
  width: min(64vw, 940px);
  margin-top: 48px;
  border-top: 1px solid rgba(18, 54, 50, 0.5);
}
.cse-whiteboard__loop span {
  display: block;
  padding: 19px 0;
  border-bottom: 1px solid rgba(18, 54, 50, 0.13);
  font-size: clamp(17px, 1.5vw, 24px);
  font-weight: 600;
  letter-spacing: -0.025em;
}
.cse--whiteboard .cse__contact {
  margin-top: 42px;
  border-color: #123632;
  background: #123632;
  color: #fff;
  box-shadow: 0 14px 36px rgba(18, 54, 50, 0.14);
}
.cse--whiteboard .cse__contact:hover {
  border-color: #a8d92f;
  background: #a8d92f;
  color: #123632;
}

.cse__scene--proof {
  grid-template-columns: minmax(300px, 0.68fr) minmax(480px, 1.32fr);
  gap: clamp(48px, 7vw, 120px);
}
.cse__proof-copy {
  align-self: center;
}
.cse__proof-copy .cse__heading {
  font-size: clamp(42px, 5vw, 82px);
}
.cse__metric {
  margin-top: clamp(34px, 5vh, 68px);
  display: grid;
  gap: 6px;
}
.cse__metric b {
  color: var(--cse-accent);
  font:
    660 clamp(54px, 6vw, 98px)/0.85 "Work Sans",
    sans-serif;
  letter-spacing: -0.075em;
}
.cse__metric span {
  max-width: 28ch;
  color: var(--cse-muted);
  font-size: 10px;
  letter-spacing: 0.15em;
  line-height: 1.45;
  text-transform: uppercase;
}
.cse__media {
  margin: 0;
  align-self: center;
}
.cse__media-frame {
  position: relative;
  aspect-ratio: 16/10;
  overflow: hidden;
  border: 1px solid var(--cse-line);
  background: #090909;
  box-shadow: 0 42px 110px rgba(0, 0, 0, 0.48);
}
.cse__media-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.035),
    inset 0 -80px 100px rgba(0, 0, 0, 0.28);
}
.cse__media img,
.cse__media video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.cse__media figcaption {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 14px;
  color: var(--cse-muted);
  font-size: 9px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.cse__media figcaption i {
  font-style: normal;
}

.cse__scene--outro {
  align-items: center;
}
.cse__outcome {
  max-width: 1120px;
}
.cse__outcome > p {
  max-width: 52ch;
}
.cse__contact,
.cse__room-links button {
  margin-top: clamp(34px, 5vh, 64px);
  min-height: 52px;
  padding: 0 20px 0 22px;
  display: inline-flex;
  align-items: center;
  gap: 32px;
  border: 1px solid color-mix(in srgb, var(--cse-accent) 55%, transparent);
  border-radius: 999px;
  background: transparent;
  color: var(--cse-ink);
  font: inherit;
  cursor: pointer;
}
.cse__contact span,
.cse__room-links span {
  font-size: 10px;
  font-weight: 760;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.cse__contact i,
.cse__room-links i {
  color: var(--cse-accent);
  font-style: normal;
  font-size: 19px;
  transition: transform 0.25s;
}
.cse__contact:hover,
.cse__room-links button:hover {
  background: color-mix(in srgb, var(--cse-accent) 10%, transparent);
}
.cse__contact:hover i,
.cse__room-links button:hover i {
  transform: translate(3px, -3px);
}
.cse__end-mark {
  position: absolute;
  right: 8vw;
  bottom: 9vh;
  display: grid;
  justify-items: end;
  opacity: 0.15;
}
.cse__end-mark span {
  color: var(--cse-accent);
  font:
    650 clamp(120px, 22vw, 340px)/0.65 "Work Sans",
    sans-serif;
  letter-spacing: -0.1em;
}
.cse__end-mark b {
  margin-top: 54px;
  color: var(--cse-muted);
  font-size: 9px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.cse__portrait {
  justify-self: end;
  width: min(31vw, 430px);
  margin: 0;
  transform: rotate(2.5deg);
}
.cse__portrait img {
  width: 100%;
  aspect-ratio: 4/5;
  display: block;
  object-fit: cover;
  filter: saturate(0.8) contrast(1.03);
  box-shadow: 0 44px 120px rgba(0, 0, 0, 0.5);
}
.cse__portrait figcaption {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 13px;
  color: var(--cse-muted);
  font-size: 9px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.cse__portrait figcaption b {
  color: var(--cse-ink);
}

.cse-identity {
  position: relative;
  height: min(70vh, 720px);
  display: grid;
  grid-template-columns: 1fr 1fr;
  border: 1px solid var(--cse-line);
}
.cse-identity article {
  position: relative;
  padding: clamp(26px, 4vw, 64px);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
}
.cse-identity article + article {
  border-left: 1px solid var(--cse-line);
}
.cse-identity article > span {
  position: absolute;
  left: clamp(26px, 4vw, 64px);
  top: clamp(24px, 3vw, 46px);
  color: var(--cse-accent);
  font-size: 10px;
  letter-spacing: 0.16em;
}
.cse-identity h3 {
  margin: 0;
  font:
    660 clamp(46px, 5.4vw, 92px)/0.88 "Work Sans",
    sans-serif;
  letter-spacing: -0.07em;
}
.cse-identity p {
  max-width: 28ch;
  margin: 22px 0 0;
  color: var(--cse-muted);
  font-size: 14px;
  line-height: 1.55;
}
.cse-identity article i {
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0.18;
}
.cse-identity__ux i {
  background: repeating-linear-gradient(
    90deg,
    var(--cse-accent) 0 1px,
    transparent 1px 42px
  );
}
.cse-identity__art i {
  background:
    radial-gradient(circle at 65% 28%, var(--cse-accent), transparent 12%),
    conic-gradient(
      from 18deg at 60% 35%,
      transparent,
      var(--cse-accent),
      transparent 24%
    );
  filter: blur(22px);
}
.cse-identity > b {
  position: absolute;
  left: 50%;
  top: 50%;
  padding: 15px 12px;
  border-radius: 50%;
  background: var(--cse-ink);
  color: var(--cse-bg);
  font-size: 12px;
  transform: translate(-50%, -50%);
}

.cse__scene--timeline {
  grid-template-columns: minmax(260px, 0.6fr) minmax(520px, 1.4fr);
  gap: clamp(44px, 8vw, 132px);
}
.cse-timeline {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cse-timeline li {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 30px;
  padding: clamp(18px, 2.8vh, 30px) 0;
  border-top: 1px solid var(--cse-line);
}
.cse-timeline li:last-child {
  border-bottom: 1px solid var(--cse-line);
}
.cse-timeline time {
  color: var(--cse-accent);
  font:
    650 clamp(28px, 3vw, 48px)/1 "Work Sans",
    sans-serif;
  letter-spacing: -0.05em;
}
.cse-timeline h3 {
  margin: 0;
  font-size: clamp(18px, 1.6vw, 25px);
}
.cse-timeline p {
  margin: 8px 0 0;
  color: var(--cse-muted);
  font-size: 13px;
  line-height: 1.5;
}
.cse__room-links {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.cse__room-links button {
  margin-top: 38px;
}
.cse__signature {
  position: absolute;
  right: 7vw;
  bottom: 7vh;
  color: var(--cse-accent);
  font-family: cursive;
  font-size: clamp(42px, 7vw, 100px);
  opacity: 0.14;
  transform: rotate(-7deg);
}

.cse-marking {
  height: min(70vh, 720px);
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 5vw;
  align-items: center;
}
.cse-marking figure {
  position: relative;
  margin: 0;
  aspect-ratio: 1;
  max-height: 64vh;
  border: 1px solid var(--cse-line);
  background: #e9e1d6;
  transform: rotate(-2deg);
  box-shadow: 0 36px 90px rgba(0, 0, 0, 0.4);
}
.cse-marking__sheet {
  position: absolute;
  inset: 11%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8%;
}
.cse-marking__sheet i {
  border: 2px solid #c8beb1;
  background: repeating-linear-gradient(
    180deg,
    transparent 0 18px,
    #d1c7ba 18px 20px
  );
}
.cse-marking figure svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.cse-marking figure path {
  fill: none;
  stroke: #e34835;
  stroke-width: 7;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 1;
  stroke-dashoffset: calc(1 - var(--scene));
  path-length: 1;
}
.cse-marking ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cse-marking li {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 16px;
  padding: 17px 0;
  border-top: 1px solid var(--cse-line);
}
.cse-marking li:last-child {
  border-bottom: 1px solid var(--cse-line);
}
.cse-marking li > b {
  color: var(--cse-accent);
  font-size: 9px;
  letter-spacing: 0.13em;
}
.cse-marking h3 {
  margin: 0;
  font-size: 18px;
}
.cse-marking p {
  margin: 6px 0 0;
  color: var(--cse-muted);
  font-size: 12px;
}

.cse__scene--juries {
  grid-template-columns: minmax(300px, 0.65fr) minmax(560px, 1.35fr);
  gap: clamp(52px, 8vw, 140px);
}
.cse-juries {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
.cse-juries article {
  min-height: 420px;
  padding: clamp(28px, 3.5vw, 52px);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border: 1px solid var(--cse-line);
  background: linear-gradient(
    145deg,
    color-mix(in srgb, var(--cse-accent) 8%, transparent),
    transparent 55%
  );
}
.cse-juries article > i {
  margin-bottom: auto;
  color: var(--cse-accent);
  font:
    650 clamp(62px, 7vw, 112px)/0.8 "Work Sans",
    sans-serif;
  letter-spacing: -0.08em;
  opacity: 0.35;
}
.cse-juries small {
  color: var(--cse-accent);
  font-size: 9px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.cse-juries h3 {
  margin: 15px 0 0;
  font-size: clamp(24px, 2.5vw, 40px);
  line-height: 1;
  letter-spacing: -0.04em;
}
.cse-juries p {
  margin: 20px 0 0;
  color: var(--cse-muted);
  font-size: 13px;
  line-height: 1.55;
}

.cse__scene--recognition {
  grid-template-columns: minmax(280px, 0.72fr) minmax(560px, 1.28fr);
  gap: clamp(48px, 7vw, 110px);
}
.cse-recognition {
  border-top: 1px solid var(--cse-line);
}
.cse-recognition article {
  display: grid;
  grid-template-columns: 44px 1fr minmax(190px, 0.6fr);
  gap: 20px;
  align-items: center;
  padding: 18px 0;
  border-bottom: 1px solid var(--cse-line);
}
.cse-recognition article > span {
  color: var(--cse-accent);
  font-size: 9px;
  letter-spacing: 0.13em;
}
.cse-recognition h3 {
  margin: 0;
  font-size: clamp(17px, 1.5vw, 23px);
}
.cse-recognition p {
  margin: 0;
  color: var(--cse-muted);
  font-size: 11px;
  line-height: 1.4;
  text-align: right;
}

@media (max-width: 980px) {
  .cse__scene {
    padding-left: 72px;
    padding-right: 42px;
  }
  .cse__scene--intro,
  .cse__scene--mechanic,
  .cse__scene--identity,
  .cse__scene--marking,
  .cse__scene--proof,
  .cse__scene--timeline,
  .cse__scene--juries,
  .cse__scene--recognition {
    grid-template-columns: 1fr;
    gap: 34px;
    align-content: center;
  }
  .cse__scene-copy > p,
  .cse__proof-copy > p {
    max-width: 46ch;
  }
  .cse-mechanic {
    height: 44vh;
    min-height: 380px;
  }
  .cse__media {
    width: min(100%, 700px);
  }
  .cse__portrait {
    position: absolute;
    right: 5vw;
    bottom: 7vh;
    width: min(31vw, 300px);
    opacity: 0.54;
  }
  .cse__intro-copy {
    position: relative;
    z-index: 3;
  }
  .cse-identity {
    height: 46vh;
    min-height: 390px;
  }
  .cse-marking {
    height: 46vh;
    min-height: 390px;
    grid-template-columns: 1fr 1fr;
  }
  .cse__scene--juries .cse__scene-copy,
  .cse__scene--recognition .cse__scene-copy {
    max-width: 760px;
  }
  .cse-juries {
    max-width: 760px;
  }
}

@media (max-width: 700px) {
  #uxPortal.is-cinematic #uxPortalBody {
    scroll-snap-type: none;
  }
  .cse__scene {
    min-height: 100svh;
    padding: 90px 22px 76px;
    align-content: center;
  }
  .cse__scene::after {
    display: none;
  }
  .cse__title {
    font-size: clamp(50px, 17vw, 78px);
    line-height: 0.88;
    max-width: 10ch;
  }
  .cse__heading,
  .cse__scene-copy .cse__heading,
  .cse__proof-copy .cse__heading {
    font-size: clamp(39px, 12vw, 62px);
    line-height: 0.94;
  }
  .cse__heading--outcome {
    font-size: clamp(48px, 14vw, 74px);
  }
  .cse__lead,
  .cse__scene-copy > p,
  .cse__proof-copy > p,
  .cse__outcome > p {
    font-size: 15px;
    line-height: 1.55;
  }
  .cse__story-mark {
    left: 18px;
    top: 20px;
  }
  .cse__story-mark b {
    display: none;
  }
  .cse__rail {
    left: auto;
    right: 17px;
    top: auto;
    bottom: 16px;
    display: flex;
    gap: 4px;
    transform: none;
  }
  .cse__rail button {
    width: 30px;
    height: 30px;
    min-height: 30px;
    justify-content: center;
  }
  .cse__rail button i {
    width: auto;
    font-size: 8px;
  }
  .cse__rail button::after,
  .cse__rail button span {
    display: none;
  }
  .cse__rail button.is-active {
    border-bottom: 1px solid var(--cse-accent);
  }
  .cse__progress {
    width: 2px;
  }
  .cse__cue {
    left: 22px;
    bottom: 22px;
  }
  .cse__cue i {
    width: 30px;
    height: 30px;
  }
  .cse__scene--intro {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
  }
  .cse__index {
    position: absolute;
    right: 18px;
    bottom: 17vh;
  }
  .cse__index b {
    font-size: 30vw;
  }
  .cse__index span {
    display: none;
  }
  .cse__portrait {
    position: absolute;
    right: -5vw;
    bottom: 9vh;
    width: 44vw;
    opacity: 0.34;
    transform: rotate(3deg);
  }
  .cse-mechanic {
    height: 36vh;
    min-height: 310px;
  }
  .cse-alignment__forces span {
    font-size: 7px;
  }
  .cse-mechanic--alignment strong {
    padding: 18px;
    font-size: 30px;
  }
  .cse-signal__labels span:nth-child(even) {
    display: none;
  }
  .cse-layers__stack article {
    inset: 22% 8%;
  }
  .cse-mechanic--layers strong {
    font-size: 28px;
  }
  .cse__media-frame {
    aspect-ratio: 4/3;
  }
  .cse__metric {
    margin-top: 28px;
  }
  .cse__metric b {
    font-size: 54px;
  }
  .cse__end-mark {
    right: 18px;
    bottom: 16vh;
  }
  .cse__end-mark span {
    font-size: 34vw;
  }
  .cse__end-mark b {
    display: none;
  }
  .cse__contact,
  .cse__room-links button {
    min-height: 48px;
    margin-top: 28px;
  }
  .cse-identity {
    height: 52vh;
    min-height: 430px;
    grid-template-columns: 1fr;
  }
  .cse-identity article {
    padding: 24px;
  }
  .cse-identity article + article {
    border-left: 0;
    border-top: 1px solid var(--cse-line);
  }
  .cse-identity article > span {
    left: 24px;
    top: 20px;
  }
  .cse-identity h3 {
    font-size: 42px;
  }
  .cse-identity p {
    margin-top: 10px;
    font-size: 12px;
  }
  .cse-timeline li {
    grid-template-columns: 78px 1fr;
    gap: 14px;
    padding: 16px 0;
  }
  .cse-timeline time {
    font-size: 28px;
  }
  .cse-timeline h3 {
    font-size: 16px;
  }
  .cse-timeline p {
    font-size: 11px;
  }
  .cse__room-links {
    display: grid;
    gap: 0;
  }
  .cse__room-links button {
    margin-top: 12px;
    justify-content: space-between;
  }
  .cse-marking {
    height: 56vh;
    min-height: 450px;
    grid-template-columns: 0.82fr 1.18fr;
    gap: 18px;
  }
  .cse-marking li {
    grid-template-columns: 24px 1fr;
    gap: 8px;
    padding: 10px 0;
  }
  .cse-marking h3 {
    font-size: 14px;
  }
  .cse-marking p {
    font-size: 10px;
  }
  .cse-juries {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .cse-juries article {
    min-height: 235px;
    padding: 24px;
  }
  .cse-juries article > i {
    font-size: 58px;
  }
  .cse-juries h3 {
    font-size: 25px;
  }
  .cse-juries p {
    margin-top: 12px;
    font-size: 11px;
  }
  .cse-recognition article {
    grid-template-columns: 28px 1fr;
    gap: 10px;
    padding: 13px 0;
  }
  .cse-recognition p {
    grid-column: 2;
    text-align: left;
    font-size: 10px;
  }
  .cse-whiteboard {
    height: 530svh;
    min-height: 3600px;
  }
  .cse-whiteboard__canvas {
    width: 280vw;
    height: 440svh;
  }
  .cse-whiteboard__zone {
    width: 88vw;
  }
  .cse-whiteboard__zone h1 {
    font-size: clamp(56px, 16vw, 82px);
  }
  .cse-whiteboard__zone h2 {
    font-size: clamp(46px, 13vw, 70px);
  }
  .cse-whiteboard__zone p {
    margin-top: 20px;
    font-size: 15px;
  }
  .cse-whiteboard__zone--intro {
    left: 94vw;
    top: 14svh;
  }
  .cse-whiteboard__zone--hypothesis {
    left: 94vw;
    top: 128svh;
  }
  .cse-whiteboard__variants {
    width: 88vw;
    gap: 12px;
    margin-top: 34px;
  }
  .cse-whiteboard__variants > div {
    min-height: 154px;
    padding: 18px;
    gap: 6px 10px;
  }
  .cse-whiteboard__variants b {
    font-size: 42px;
  }
  .cse-whiteboard__variants span {
    font-size: 10px;
  }
  .cse-whiteboard__variants i {
    margin-top: 12px;
  }
  .cse-whiteboard__variants i + i {
    margin-top: -31px;
  }
  .cse-whiteboard__zone--evidence {
    left: 9vw;
    top: 246svh;
    width: 92vw;
    grid-template-columns: 1fr;
    gap: 34px;
  }
  .cse-whiteboard__zone--evidence figure {
    padding: 8px;
  }
  .cse-whiteboard__zone--evidence strong {
    font-size: 23vw;
  }
  .cse-whiteboard__zone--evidence h2 {
    margin-top: 20px;
    font-size: 15vw;
  }
  .cse-whiteboard__zone--outcome {
    left: 174vw;
    top: 350svh;
  }
  .cse-whiteboard__loop {
    width: 88vw;
    margin-top: 36px;
  }
  .cse-whiteboard__loop span {
    padding: 15px 0;
    font-size: 17px;
  }
}

@media (prefers-reduced-motion: reduce) {
  #uxPortal.is-cinematic #uxPortalBody {
    scroll-behavior: auto;
    scroll-snap-type: none;
  }
  .cse *,
  .cse *::before,
  .cse *::after {
    animation-duration: 0.001ms !important;
    transition-duration: 0.001ms !important;
  }
  .cse [data-ux-motion],
  .cse [data-media-reveal],
  .cse .arx-ux12-word {
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
  }
  .cse-whiteboard {
    height: auto;
    min-height: 0;
    padding: 90px 22px 70px;
    background: #e9eae5;
  }
  .cse-whiteboard__viewport {
    position: relative;
    height: auto;
    overflow: visible;
    background: transparent;
    box-shadow: none;
  }
  .cse-whiteboard__canvas {
    position: relative;
    width: 100%;
    height: auto;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
    transform: none !important;
  }
  .cse-whiteboard__surface,
  .cse-whiteboard__route {
    display: none;
  }
  .cse-whiteboard__zone {
    position: relative;
    left: auto;
    top: auto;
    width: min(100%, 980px);
    margin: 0 auto 110px;
    opacity: 1;
    filter: none;
    transform: none;
  }
  .cse-whiteboard__zone--evidence {
    display: grid;
  }
  .cse-whiteboard__variants,
  .cse-whiteboard__loop {
    width: 100%;
  }
}

/* The legacy bundle contains several late, About-specific book-cover rules.
   Keep the new seven-story system authoritative even though this stylesheet
   is intentionally loaded before the historic runtime stylesheet. */
html body #uxPortal.ux-portal.is-cinematic[data-experience] {
  overflow: hidden !important;
  background: var(--cse-bg) !important;
}

html body #uxPortal.ux-portal.is-cinematic[data-experience]::before {
  content: none !important;
  display: none !important;
}

html body
  #uxPortal.ux-portal.is-cinematic[data-experience]
  .ux-portal-frame {
  position: fixed !important;
  inset: 0 !important;
  width: 100vw !important;
  height: 100dvh !important;
  max-width: none !important;
  max-height: none !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: var(--cse-bg) !important;
  box-shadow: none !important;
  transform: none !important;
  overflow: hidden !important;
}

html body
  #uxPortal.ux-portal.is-cinematic[data-experience]
  .ux-portal-body {
  position: fixed !important;
  inset: 0 !important;
  width: 100vw !important;
  height: 100dvh !important;
  max-width: none !important;
  max-height: none !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: var(--cse-bg) !important;
  box-shadow: none !important;
  overflow-x: hidden !important;
  overflow-y: auto !important;
  overscroll-behavior: contain !important;
  scroll-snap-type: none !important;
  pointer-events: auto !important;
}

html body
  #uxPortal.ux-portal.is-cinematic[data-experience]
  .ux-portal-header {
  position: fixed !important;
  inset: 0 0 auto !important;
  height: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  backdrop-filter: none !important;
  pointer-events: none !important;
  z-index: 2147483620 !important;
}

html body
  #uxPortal.ux-portal.is-cinematic[data-experience]
  .ux-scroll-rail,
html body
  #uxPortal.ux-portal.is-cinematic[data-experience]
  .ux-portal-label,
html body
  #uxPortal.ux-portal.is-cinematic[data-experience]
  #uxPortalLabel {
  display: none !important;
}

html body
  #uxPortal.ux-portal.is-cinematic[data-experience]
  .ux-portal-close {
  position: fixed !important;
  top: clamp(16px, 2.6vw, 30px) !important;
  right: clamp(16px, 2.6vw, 30px) !important;
  left: auto !important;
  width: 44px !important;
  min-width: 44px !important;
  height: 44px !important;
  padding: 0 !important;
  border: 1px solid var(--cse-line) !important;
  border-radius: 50% !important;
  background: rgba(8, 7, 6, 0.56) !important;
  color: var(--cse-ink) !important;
  font-size: 0 !important;
  line-height: 1 !important;
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.24) !important;
  backdrop-filter: blur(16px) !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  transform: scale(0.92) !important;
  transition:
    opacity 0.22s ease,
    visibility 0.22s ease,
    transform 0.32s cubic-bezier(0.22, 1, 0.36, 1),
    background 0.22s ease !important;
}

html body
  #uxPortal.ux-portal.is-cinematic[data-experience]
  .ux-portal-close::before,
html body
  #uxPortal.ux-portal.is-cinematic[data-experience]
  .ux-portal-close::after {
  content: "" !important;
  position: absolute !important;
  left: 50% !important;
  top: 50% !important;
  width: 15px !important;
  height: 1.5px !important;
  border-radius: 9px !important;
  background: currentColor !important;
  transform: translate(-50%, -50%) rotate(45deg) !important;
}

html body
  #uxPortal.ux-portal.is-cinematic[data-experience]
  .ux-portal-close::after {
  transform: translate(-50%, -50%) rotate(-45deg) !important;
}

html body
  #uxPortal.ux-portal.is-cinematic.is-ready[data-experience]
  .ux-portal-close {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
  transform: scale(1) !important;
}

html body
  #uxPortal.ux-portal.is-cinematic.is-ready[data-experience]
  .ux-portal-close:hover {
  background: var(--cse-ink) !important;
  color: var(--cse-bg) !important;
  transform: scale(1.06) !important;
}

html body
  #uxPortal.ux-portal.is-cinematic[data-experience="ux"][data-chapter="experiments"]
  .ux-portal-close {
  border-color: rgba(18, 54, 50, 0.24) !important;
  background: #123632 !important;
  color: #fff !important;
}

html body
  #uxPortal.ux-portal.is-cinematic.is-ready[data-experience="ux"][data-chapter="experiments"]
  .ux-portal-close:hover {
  background: #a8d92f !important;
  color: #123632 !important;
}
