@font-face {
  font-family: "Onest";
  src: url("/fonts/Onest-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

/* MacBook Scroll — direct vanilla port of Aceternity's Fey-style motion model. */
.browser-section {
  padding-bottom: 0;
  overflow: clip;
}

.macbook-scroll-scene {
  --mac-hardware-scale: .56;
  --mac-screen-scale-x: 1.2;
  --mac-screen-scale-y: .6;
  --mac-screen-rotate: -28deg;
  --mac-screen-translate: 0px;
  position: relative;
  height: 200svh;
  min-height: 52rem;
  margin: clamp(4.5rem, 9vw, 8rem) calc(var(--gutter) * -1) 0;
  padding-top: clamp(5rem, 14vh, 9rem);
  overflow: clip;
  background:
    radial-gradient(ellipse at 50% 25%, rgba(0, 139, 146, .1), transparent 30%),
    linear-gradient(180deg, rgba(242, 242, 239, 0), #ecece8 78%, var(--paper));
  perspective: 50rem;
}

.macbook-flow {
  position: relative;
  left: 50%;
  width: 32rem;
  height: 34rem;
  perspective: 50rem;
  transform: translateX(-50%) scale(var(--mac-hardware-scale));
  transform-origin: top center;
}

.macbook-lid-stack {
  position: relative;
  z-index: 3;
  width: 32rem;
  height: 12rem;
  perspective: 50rem;
}

.macbook-resting-lid {
  position: relative;
  width: 32rem;
  height: 12rem;
  padding: .5rem;
  border-radius: 1rem;
  background: #010101;
  box-shadow: 0 1.5rem 4rem rgba(7, 25, 31, .16);
  transform: perspective(50rem) rotateX(-25deg) translateZ(0);
  transform-origin: bottom;
  transform-style: preserve-3d;
}

.macbook-resting-screen {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: .5rem;
  background:
    radial-gradient(circle at 50% 52%, rgba(0, 139, 146, .19), transparent 34%),
    #010101;
  box-shadow: inset 0 .125rem 0 .125rem #171717;
}

.macbook-resting-screen img {
  width: 5.25rem;
  height: auto;
  display: block;
  opacity: .92;
}

.macbook-moving-screen {
  position: absolute;
  z-index: 5;
  inset: 0;
  width: 32rem;
  height: 24rem;
  margin: 0;
  padding: .5rem;
  border-radius: 1rem;
  background: #010101;
  box-shadow: 0 1.8rem 5rem rgba(5, 24, 27, .24);
  transform: translate3d(0, var(--mac-screen-translate), 0) scaleX(var(--mac-screen-scale-x)) scaleY(var(--mac-screen-scale-y)) rotateX(var(--mac-screen-rotate));
  transform-origin: top;
  transform-style: preserve-3d;
  will-change: transform;
}

.macbook-moving-screen::after {
  position: absolute;
  inset: .5rem;
  border-radius: .5rem;
  background: linear-gradient(116deg, rgba(255, 255, 255, .08), transparent 18%, transparent 72%, rgba(255, 255, 255, .025));
  content: "";
  pointer-events: none;
}

.macbook-moving-screen img {
  position: absolute;
  inset: .5rem;
  width: calc(100% - 1rem);
  height: calc(100% - 1rem);
  display: block;
  border-radius: .5rem;
  object-fit: cover;
  object-position: left top;
}

.macbook-base {
  position: relative;
  z-index: 1;
  width: 32rem;
  height: 22rem;
  margin: 0;
  overflow: hidden;
  border-radius: 1rem;
  background: #272729;
  box-shadow: 0 1.5rem 4rem rgba(7, 25, 31, .2);
  transform: none;
}

.macbook-base::after {
  display: none;
}

.macbook-hinge-bar {
  position: relative;
  width: 100%;
  height: 2.5rem;
}

.macbook-hinge-bar span {
  position: absolute;
  inset: 0 0 auto;
  width: 80%;
  height: 1rem;
  margin: 0 auto;
  background: #050505;
}

.macbook-keyboard-deck {
  position: relative;
  display: flex;
  width: 100%;
  height: 9.5rem;
}

.macbook-speaker {
  position: relative;
  top: auto;
  width: 10%;
  height: 10rem;
  flex: 0 0 10%;
  opacity: 1;
  background-image: radial-gradient(circle, #08080a .03125rem, transparent .03125rem);
  background-size: .1875rem .1875rem;
}

.macbook-keyboard {
  width: 80%;
  height: max-content;
  flex: 0 0 80%;
  padding: .25rem;
  border-radius: .375rem;
  background: #050505;
  box-shadow: 0 0 1.35rem rgba(255, 255, 255, .17);
}

.macbook-key-row {
  display: flex;
  width: 100%;
  gap: .125rem;
  margin-bottom: .125rem;
}

.macbook-key {
  min-width: 0;
  height: 1.5rem;
  flex: var(--key-flex, 1) 1 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: .03125rem;
  border-radius: .25rem;
  background: rgba(255, 255, 255, .2);
  box-shadow: 0 .1rem .45rem rgba(255, 255, 255, .12);
}

.macbook-key span {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: .21875rem;
  background: #0a090d;
  color: rgba(255, 255, 255, .82);
  font-size: .3125rem;
  line-height: 1;
  text-transform: none;
  box-shadow: inset 0 -.03125rem .125rem #0d0d0f, inset -.03125rem 0 .125rem #0d0d0f;
}

.macbook-trackpad {
  position: relative;
  inset: auto;
  width: 40%;
  height: 8rem;
  margin: .25rem auto 0;
  border-radius: .75rem;
  box-shadow: inset 0 0 .0625rem .0625rem rgba(255, 255, 255, .08);
}

.macbook-badge {
  position: absolute;
  z-index: 3;
  bottom: 1rem;
  left: 1rem;
  width: 2.6rem;
  height: 2.6rem;
  border-radius: .75rem;
  box-shadow: 0 .45rem 1rem rgba(0, 0, 0, .28);
}

.macbook-lip {
  position: absolute;
  z-index: 3;
  right: auto;
  bottom: 0;
  left: 50%;
  width: 5rem;
  height: .5rem;
  border-radius: 1.5rem 1.5rem 0 0;
  background: linear-gradient(to top, #272729, #050505);
  transform: translateX(-50%);
}

@media (min-width: 640px) {
  .macbook-scroll-scene {
    --mac-hardware-scale: .74;
    min-height: 64rem;
    padding-top: clamp(7rem, 18vh, 12rem);
  }
}

@media (min-width: 768px) {
  .macbook-scroll-scene {
    --mac-hardware-scale: 1;
    min-height: 76rem;
    padding-top: clamp(9rem, 22vh, 16rem);
  }
}

@media (min-width: 1280px) {
  .macbook-scroll-scene {
    --mac-hardware-scale: 1.06;
  }
}

@media (prefers-reduced-motion: reduce) {
  .macbook-scroll-scene {
    --mac-screen-scale-x: 1.06 !important;
    --mac-screen-scale-y: 1.06 !important;
    --mac-screen-rotate: 0deg !important;
    --mac-screen-translate: 9rem !important;
    height: 58rem;
    min-height: 58rem;
  }

  .macbook-moving-screen {
    will-change: auto;
  }
}

/* Editorial system shared with the TersLab home: one scale, one gutter and one reading rhythm. */
:root {
  --gutter: clamp(18px, 5vw, 64px);
  --case-space: clamp(4.375rem, 9vw, 8rem);
  --case-space-loose: clamp(6rem, 12vw, 10.5rem);
}

.eyebrow {
  color: #3d3d3d;
  font-size: clamp(.9375rem, 1.2vw, 1.1875rem);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.2;
  text-transform: none;
}

.project-overview,
.intro,
.browser-section,
.rena-showcase,
.layers,
.gallery,
.impact,
.case-close {
  padding-right: var(--gutter);
  padding-left: var(--gutter);
}

.project-overview {
  padding-top: var(--case-space-loose);
  padding-bottom: var(--case-space-loose);
}

.intro,
.layers,
.gallery,
.impact {
  padding-top: var(--case-space);
  padding-bottom: var(--case-space);
}

.browser-section {
  padding-top: var(--case-space);
  padding-bottom: 0;
}

.rena-showcase {
  padding-top: var(--case-space);
  padding-bottom: var(--case-space-loose);
}

.case-close {
  padding-top: var(--case-space);
}

.project-overview-grid,
.intro-grid,
.section-head,
.journey-head,
.impact-head {
  grid-template-columns: minmax(0, 1fr);
  gap: 1rem;
}

.project-overview > .project-overview-grid > .eyebrow {
  padding-top: 0;
}

.project-overview-copy h1 {
  max-width: 9ch;
  font-size: clamp(4rem, 9vw, 9rem);
  font-weight: 900;
  letter-spacing: 0;
  line-height: .78;
}

.intro-title,
.drift-copy h2,
.section-title,
.rena-showcase-head h2,
.layers-head h2,
.journey-head h2,
.gallery-title,
.impact-title,
.close-title {
  max-width: 15.5ch;
  margin-top: 0;
  font-size: clamp(3rem, 6vw, 5rem);
  font-weight: 500;
  letter-spacing: 0;
  line-height: .92;
  text-transform: uppercase;
  text-wrap: balance;
}

.project-overview-copy > p,
.intro-foot p,
.drift-summary,
.rena-showcase-head > p,
.layers-head > p,
.owners-intro p,
.timeline-copy,
.measurement-copy p {
  max-width: 60ch;
  font-size: clamp(1.0625rem, 1.35vw, 1.375rem);
  line-height: 1.42;
  text-wrap: pretty;
}

.project-overview-copy > p {
  margin-top: clamp(1.75rem, 3.5vw, 3.5rem);
}

.project-overview-foot {
  grid-template-columns: minmax(0, 1fr);
  gap: 2.5rem;
  margin-top: clamp(3.25rem, 7vw, 5.75rem);
  margin-left: 0;
}

.project-preview-copy {
  max-width: 48ch;
  font-size: 1rem;
  line-height: 1.55;
}

.project-meta {
  grid-template-columns: minmax(0, 1fr);
  gap: 1.5rem;
}

.intro-foot {
  grid-template-columns: minmax(0, 1fr);
  gap: 1.75rem;
  margin-top: clamp(3.25rem, 7vw, 5.75rem);
  padding-top: 1.5rem;
}

.intro-foot p:last-child {
  justify-self: start;
}

.product-label {
  margin-bottom: 1rem;
}

.drift-summary {
  margin-top: clamp(1.5rem, 3vw, 2.25rem);
}

.browser-section .eyebrow,
.layers .eyebrow,
.journey .eyebrow,
.impact .eyebrow {
  color: var(--lime);
}

.browser-section .section-title {
  max-width: 15ch;
}

.macbook-scroll-scene {
  margin-top: clamp(3.25rem, 6vw, 5rem);
}

.rena-showcase-head h2 {
  margin-top: 1rem;
}

.rena-showcase-head > p {
  color: #3d3d3d;
}

.layers-head {
  grid-template-columns: minmax(0, 1fr);
  gap: 1rem;
  margin-bottom: clamp(3.25rem, 7vw, 5.75rem);
}

.layers-head .eyebrow {
  grid-column: 1 / -1;
}

.layers-head p {
  justify-self: start;
}

.journey {
  padding-right: var(--gutter);
  padding-bottom: var(--case-space-loose);
  padding-left: var(--gutter);
}

.journey-head {
  padding-top: var(--case-space);
}

.journey-owners {
  margin-top: clamp(3.25rem, 7vw, 5.75rem);
}

.journey-timeline {
  margin-top: clamp(4.375rem, 9vw, 8rem);
}

.owner-person h3 {
  font-size: clamp(1.75rem, 3vw, 2.75rem);
  letter-spacing: -.025em;
  line-height: 1;
}

.timeline-panel h3 {
  font-size: clamp(2.5rem, 4.2vw, 4rem);
  letter-spacing: -.025em;
  line-height: .96;
}

.gallery-head {
  display: grid;
  gap: 1rem;
  margin-bottom: clamp(3.25rem, 7vw, 5.75rem);
}

.gallery-title {
  margin-bottom: 0;
}

.metrics {
  grid-template-columns: minmax(0, 1fr);
  margin-top: clamp(3.25rem, 7vw, 5.75rem);
}

.metric,
.metric:not(:first-child) {
  min-height: 11rem;
  padding: 1.625rem 0;
  border-right: 0;
  border-bottom: 1px solid rgba(255, 255, 255, .14);
}

.metric:last-child {
  border-bottom: 0;
}

.metric-label {
  max-width: 34ch;
  font-size: clamp(.9375rem, 1.05vw, 1.0625rem);
  line-height: 1.4;
}

.measurement {
  grid-template-columns: minmax(0, 1fr);
  gap: 2.75rem;
  margin-top: var(--case-space);
}

.measurement h3 {
  font-size: clamp(2.5rem, 4.8vw, 4.5rem);
  letter-spacing: -.025em;
  line-height: .96;
}

.close-kicker {
  color: #3d3d3d;
}

.close-title {
  margin-top: 1rem;
}

@media (min-width: 640px) {
  .project-meta {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 768px) {
  .project-overview-foot {
    grid-template-columns: minmax(0, 1.45fr) minmax(18rem, .65fr);
    align-items: end;
  }

  .intro-foot {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(2rem, 7vw, 6rem);
  }

  .layers-head {
    grid-template-columns: minmax(0, .95fr) minmax(18rem, .65fr);
    column-gap: clamp(3rem, 8vw, 7rem);
  }

  .layers-head > p:last-child {
    align-self: end;
  }

  .metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .metric,
  .metric:not(:first-child) {
    min-height: 15rem;
    padding: 1.75rem;
    border-right: 1px solid rgba(255, 255, 255, .14);
  }

  .metric:nth-child(2n) {
    border-right: 0;
  }

  .measurement {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(3rem, 8vw, 7rem);
  }
}

@media (min-width: 1024px) {
  .metrics {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .metric,
  .metric:not(:first-child) {
    min-height: clamp(13.75rem, 21vw, 19rem);
    padding: clamp(1.5rem, 3vw, 2.75rem) clamp(.9rem, 2vw, 2rem);
    border-right: 1px solid rgba(255, 255, 255, .14);
    border-bottom: 0;
  }

  .metric:first-child {
    padding-left: 0;
  }

  .metric:last-child {
    border-right: 0;
  }
}

/* Final responsive layout for the interactive helm. */
body .journey-timeline {
  grid-template-columns: minmax(0, 1fr);
  gap: 2rem;
  min-height: 0;
}

body .timeline-wheel-column {
  min-height: 32.5rem;
  padding: 0 0 1.75rem;
  border-right: 0;
  border-bottom: 1px solid rgba(255, 255, 255, .12);
}

body .timeline-control-stage {
  inset: 2.125rem 0 3.25rem;
}

body .timeline-control-stage .timeline-wheel {
  inset: 47% 0 0;
}

body .timeline-control-stage .timeline-option {
  width: calc(100% - 1.5rem);
  min-height: 3.25rem;
  font-size: clamp(2rem, 10vw, 3.25rem);
}

@media (min-width: 768px) {
  body .journey-timeline {
    gap: 2.75rem;
  }

  body .timeline-wheel-column {
    min-height: 29rem;
  }

  body .timeline-control-stage {
    inset: 2.5rem 0 3.25rem;
  }

  body .timeline-helm {
    top: 50%;
    left: .75rem;
    width: clamp(12.5rem, 29vw, 15rem);
    transform: translate3d(-8%, -50%, 0);
  }

  body .timeline-control-stage .timeline-wheel {
    inset: 0 0 0 clamp(10.5rem, 33vw, 13rem);
  }

  body .timeline-control-stage .timeline-option {
    width: calc(100% - 1rem);
    font-size: clamp(2.35rem, 6.8vw, 3.65rem);
  }

  body .timeline-details {
    min-height: 23rem;
  }
}

@media (min-width: 1024px) {
  body .journey-timeline {
    grid-template-columns: minmax(30rem, 1.08fr) minmax(0, .92fr);
    gap: clamp(3rem, 6vw, 5.75rem);
    min-height: clamp(34rem, 43vw, 40rem);
  }

  body .timeline-wheel-column {
    min-height: 0;
    padding: 0 clamp(1.75rem, 3.5vw, 3.75rem) 0 0;
    border-right: 1px solid rgba(255, 255, 255, .12);
    border-bottom: 0;
  }

  body .timeline-control-stage {
    inset: 2.75rem 0;
  }

  body .timeline-helm {
    left: 0;
    width: clamp(13rem, 18vw, 16rem);
    transform: translate3d(-12%, -50%, 0);
  }

  body .timeline-control-stage .timeline-wheel {
    inset: 0 0 0 clamp(8rem, 11.5vw, 10.5rem);
  }

  body .timeline-control-stage .timeline-option {
    width: 100%;
    font-size: clamp(2.35rem, 2.85vw, 3.5rem);
  }

  body #timeline-es-2 {
    font-size: clamp(2.25rem, 2.68vw, 3.35rem);
  }
}

/* Interactive nautical timeline control */
.timeline-control-stage {
  position: absolute;
}

.timeline-helm {
  --helm-rotation: 0deg;
  position: absolute;
  z-index: 2;
  top: 31%;
  left: 50%;
  width: min(12.5rem, 57vw);
  aspect-ratio: 1;
  color: rgba(255, 255, 255, .42);
  outline: none;
  cursor: grab;
  filter: drop-shadow(0 1.5rem 2.4rem rgba(0, 0, 0, .32));
  touch-action: none;
  user-select: none;
  transform: translate3d(-50%, -50%, 0);
  -webkit-tap-highlight-color: transparent;
}

.timeline-helm::before {
  position: absolute;
  z-index: -1;
  inset: 17%;
  border: 1px solid rgba(228, 254, 85, .08);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(228, 254, 85, .07) 0%, rgba(228, 254, 85, .018) 47%, transparent 72%);
  box-shadow: 0 0 0 1.25rem rgba(255, 255, 255, .008);
  content: "";
  transition:
    border-color 240ms ease,
    box-shadow 240ms ease;
}

.timeline-helm:hover::before,
.timeline-helm:focus-visible::before,
.timeline-helm.is-dragging::before {
  border-color: rgba(228, 254, 85, .34);
  box-shadow:
    0 0 0 1.25rem rgba(255, 255, 255, .014),
    0 0 3rem rgba(228, 254, 85, .08);
}

.timeline-helm:focus-visible {
  border-radius: 50%;
  box-shadow: 0 0 0 2px #1d1d1d, 0 0 0 4px var(--lime);
}

.timeline-helm:active,
.timeline-helm.is-dragging {
  cursor: grabbing;
}

.timeline-helm-svg {
  display: block;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.timeline-helm-rotor {
  transform: rotate(var(--helm-rotation));
  transform-box: view-box;
  transform-origin: 160px 160px;
  transition: transform 760ms cubic-bezier(.16, 1, .3, 1);
  will-change: transform;
}

.timeline-helm.is-dragging .timeline-helm-rotor {
  transition-duration: 0ms;
}

.timeline-helm-ring {
  fill: rgba(29, 29, 29, .8);
  stroke: currentColor;
  transition:
    fill 240ms ease,
    stroke 240ms ease;
}

.timeline-helm-ring-outer {
  stroke-width: 3;
}

.timeline-helm-ring-inner {
  fill: none;
  stroke: rgba(228, 254, 85, .18);
  stroke-width: 1;
}

.timeline-helm-spoke path {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-width: 10;
}

.timeline-helm-spoke rect {
  fill: #2a2a2a;
  stroke: currentColor;
  stroke-width: 2;
}

.timeline-helm-indicator {
  fill: var(--lime);
  stroke: #1d1d1d;
  stroke-width: 2;
}

.timeline-helm-hub-ring {
  fill: #1d1d1d;
  stroke: rgba(228, 254, 85, .36);
  stroke-width: 1;
}

.timeline-helm-hub {
  fill: #262626;
  stroke: rgba(255, 255, 255, .42);
  stroke-width: 2;
  transform: scale(1);
  transform-box: fill-box;
  transform-origin: center;
  transition:
    fill 240ms ease,
    stroke 240ms ease,
    transform 180ms cubic-bezier(.2, .8, .2, 1);
}

.timeline-helm:hover,
.timeline-helm:focus-visible,
.timeline-helm.is-dragging {
  color: rgba(255, 255, 255, .7);
}

.timeline-helm:hover .timeline-helm-hub,
.timeline-helm:focus-visible .timeline-helm-hub,
.timeline-helm.is-dragging .timeline-helm-hub {
  fill: #303030;
  stroke: var(--lime);
}

.timeline-helm:active .timeline-helm-hub,
.timeline-helm.is-dragging .timeline-helm-hub {
  transform: scale(.96);
}

.timeline-helm-center {
  position: absolute;
  top: 50%;
  left: 50%;
  display: grid;
  justify-items: center;
  gap: .15rem;
  pointer-events: none;
  transform: translate(-50%, -50%);
}

.timeline-helm-center small {
  color: rgba(255, 255, 255, .38);
  font-size: .5rem;
  font-weight: 650;
  letter-spacing: .12em;
  line-height: 1;
  text-transform: uppercase;
}

.timeline-helm-center strong {
  color: var(--lime);
  font-size: 1.2rem;
  font-variant-numeric: tabular-nums;
  font-weight: 500;
  letter-spacing: -.04em;
  line-height: 1;
}

.timeline-wheel-hint {
  max-width: 29ch;
  line-height: 1.45;
}

@media (prefers-reduced-motion: reduce) {
  .timeline-helm-rotor,
  .timeline-helm-hub,
  .timeline-helm::before {
    transition-duration: 0ms;
  }
}

/* Product proof — file tree, real activity and platform distribution in one system. */
.impact-proof {
  isolation: isolate;
  background:
    radial-gradient(circle at 82% 18%, rgba(0, 139, 146, .2), transparent 28rem),
    radial-gradient(circle at 12% 84%, rgba(228, 254, 85, .045), transparent 24rem),
    #061417;
}

.impact-proof::after {
  position: absolute;
  z-index: -1;
  inset: 0;
  opacity: .12;
  background-image:
    linear-gradient(rgba(255, 255, 255, .07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .07) 1px, transparent 1px);
  background-size: 4rem 4rem;
  mask-image: linear-gradient(135deg, transparent 8%, #000 48%, transparent 88%);
  content: "";
  pointer-events: none;
}

.impact-proof-head,
.impact-proof-heading,
.proof-conclusion {
  position: relative;
  z-index: 1;
}

.impact-proof-heading {
  display: grid;
  gap: 1.5rem;
}

.impact-proof .impact-title {
  max-width: 14ch;
}

.impact-proof-heading > p {
  max-width: 48ch;
  margin: 0;
  color: rgba(255, 255, 255, .6);
  font-size: clamp(1rem, 1.25vw, 1.25rem);
  line-height: 1.5;
  text-wrap: pretty;
}

.proof-snapshot {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  margin-top: clamp(3.25rem, 7vw, 6rem);
  border-top: 1px solid rgba(255, 255, 255, .16);
  border-bottom: 1px solid rgba(255, 255, 255, .16);
}

.proof-snapshot article {
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  grid-template-rows: auto auto;
  align-items: end;
  gap: .35rem 1rem;
  padding: 1.5rem 0;
}

.proof-snapshot article + article {
  border-top: 1px solid rgba(255, 255, 255, .12);
}

.proof-snapshot span {
  align-self: start;
  color: rgba(255, 255, 255, .56);
  font-size: .8125rem;
  line-height: 1.35;
}

.proof-snapshot strong {
  grid-row: 1 / 3;
  grid-column: 2;
  color: var(--aqua);
  font-size: clamp(2.8rem, 10vw, 4.5rem);
  font-weight: 500;
  letter-spacing: -.065em;
  line-height: .82;
  font-variant-numeric: tabular-nums;
}

.proof-snapshot small {
  color: rgba(255, 255, 255, .34);
  font-size: .625rem;
  font-weight: 650;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.proof-console {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: .75rem;
  margin-top: clamp(3.5rem, 8vw, 7rem);
}

.proof-panel {
  position: relative;
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .1);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .055), rgba(255, 255, 255, .018)),
    rgba(5, 20, 23, .78);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .05),
    0 2.5rem 7rem rgba(0, 0, 0, .16);
  backdrop-filter: blur(1rem);
}

.proof-tree-panel {
  min-height: 40rem;
  padding: 1.25rem;
  border-radius: 1.5rem .45rem 1.5rem 1.5rem;
}

.proof-events-panel {
  min-height: 35rem;
  padding: 1.25rem;
  border-radius: .45rem 1.5rem 1.5rem 1.5rem;
}

.proof-platform-panel {
  min-height: 32rem;
  display: flex;
  flex-direction: column;
  padding: 1.25rem;
  border-radius: 1.5rem 1.5rem .45rem 1.5rem;
  background:
    radial-gradient(circle at 50% 46%, rgba(0, 139, 146, .18), transparent 42%),
    linear-gradient(145deg, rgba(255, 255, 255, .055), rgba(255, 255, 255, .018)),
    rgba(5, 20, 23, .78);
}

.proof-panel-head {
  min-height: 5.4rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  padding-bottom: 1.1rem;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.proof-panel-head > div {
  min-width: 0;
}

.proof-panel-head span:first-child {
  display: block;
  color: var(--aqua);
  font-size: .625rem;
  font-weight: 650;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.proof-panel-head h3 {
  max-width: 18ch;
  margin: .65rem 0 0;
  color: #f4f4ef;
  font-size: clamp(1.35rem, 3vw, 1.8rem);
  font-weight: 500;
  letter-spacing: -.035em;
  line-height: 1;
  text-wrap: balance;
}

.proof-status {
  min-height: 2rem;
  display: inline-flex;
  flex: none;
  align-items: center;
  gap: .45rem;
  padding: 0 .7rem;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 999px;
  background: rgba(255, 255, 255, .04);
  color: rgba(255, 255, 255, .5);
  font-size: .625rem;
  font-style: normal;
  font-weight: 600;
  letter-spacing: .06em;
  white-space: nowrap;
}

.proof-status i {
  width: .4rem;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #59dc8b;
  box-shadow: 0 0 0 .22rem rgba(89, 220, 139, .1);
  animation: proof-live 1.8s ease-in-out infinite;
}

.proof-tree {
  margin-top: 1rem;
  color: rgba(255, 255, 255, .7);
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  font-size: .75rem;
  line-height: 1;
}

.proof-tree details,
.proof-tree summary {
  min-width: 0;
}

.proof-tree summary {
  min-height: 2.75rem;
  display: grid;
  grid-template-columns: .8rem 1rem minmax(0, 1fr) auto;
  align-items: center;
  gap: .5rem;
  padding: 0 .55rem;
  border-radius: .65rem;
  cursor: pointer;
  list-style: none;
  transition: color .2s ease, background .2s ease, transform .3s var(--ease);
}

.proof-tree summary::-webkit-details-marker {
  display: none;
}

.proof-tree summary:hover,
.proof-tree summary:focus-visible {
  background: rgba(114, 232, 220, .065);
  color: #fff;
}

.proof-tree summary:active {
  transform: scale(.99);
}

.proof-tree summary:focus-visible {
  outline: 2px solid rgba(114, 232, 220, .65);
  outline-offset: 2px;
}

.proof-tree summary strong {
  overflow: hidden;
  font-size: .75rem;
  font-weight: 500;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.proof-tree summary em,
.tree-leaves em {
  color: rgba(255, 255, 255, .38);
  font-style: normal;
  font-variant-numeric: tabular-nums;
}

.tree-caret {
  width: .42rem;
  height: .42rem;
  display: block;
  border-right: 1px solid rgba(255, 255, 255, .55);
  border-bottom: 1px solid rgba(255, 255, 255, .55);
  transform: rotate(-45deg);
  transform-origin: center;
  transition: transform .25s var(--ease);
}

.proof-tree details[open] > summary .tree-caret {
  transform: rotate(45deg) translate(-.08rem, -.08rem);
}

.tree-folder {
  position: relative;
  width: .95rem;
  height: .72rem;
  display: block;
  border: 1px solid rgba(114, 232, 220, .55);
  border-radius: .14rem;
  background: rgba(114, 232, 220, .07);
}

.tree-folder::before {
  position: absolute;
  top: -.25rem;
  left: -.05rem;
  width: .45rem;
  height: .25rem;
  border: 1px solid rgba(114, 232, 220, .55);
  border-bottom: 0;
  border-radius: .12rem .12rem 0 0;
  content: "";
}

.tree-branch {
  margin-left: 1.45rem;
  padding-left: .6rem;
  border-left: 1px solid rgba(255, 255, 255, .1);
}

.tree-leaves {
  margin-left: 1.45rem;
  padding-left: .6rem;
  border-left: 1px solid rgba(255, 255, 255, .08);
}

.tree-leaves > span {
  min-height: 2.15rem;
  display: grid;
  grid-template-columns: .9rem minmax(0, 1fr) auto;
  align-items: center;
  gap: .45rem;
  padding: 0 .55rem;
  border-radius: .55rem;
  transition: color .2s ease, background .2s ease;
}

.tree-leaves > span:hover {
  background: rgba(255, 255, 255, .035);
  color: #fff;
}

.tree-leaves i {
  width: .68rem;
  height: .82rem;
  display: block;
  border: 1px solid rgba(255, 255, 255, .3);
  border-radius: .1rem;
}

.proof-event-list {
  position: relative;
  max-height: 25.5rem;
  display: flex;
  flex-direction: column;
  gap: .6rem;
  margin-top: 1rem;
  padding: .1rem;
  overflow: hidden;
  mask-image: linear-gradient(to bottom, #000 0%, #000 82%, transparent 100%);
}

.proof-event {
  min-height: 4.5rem;
  display: grid;
  grid-template-columns: 2.65rem minmax(0, 1fr) auto;
  align-items: center;
  gap: .8rem;
  padding: .72rem;
  border: 1px solid rgba(255, 255, 255, .085);
  border-radius: .95rem;
  background: rgba(255, 255, 255, .045);
  transition: background .25s ease, border-color .25s ease, transform .4s var(--ease);
}

.proof-event:hover {
  border-color: rgba(114, 232, 220, .24);
  background: rgba(255, 255, 255, .07);
  transform: translate3d(.2rem, 0, 0);
}

.proof-event-icon {
  width: 2.65rem;
  height: 2.65rem;
  display: grid;
  place-items: center;
  border-radius: .78rem;
  background: rgba(114, 232, 220, .11);
  color: var(--aqua);
  font-size: 1.05rem;
}

.proof-event > div {
  min-width: 0;
  display: grid;
  gap: .22rem;
}

.proof-event strong {
  overflow: hidden;
  color: rgba(255, 255, 255, .86);
  font-size: .8125rem;
  font-weight: 500;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.proof-event small {
  overflow: hidden;
  color: rgba(255, 255, 255, .34);
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  font-size: .625rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.proof-event > em {
  color: var(--aqua);
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -.025em;
  font-variant-numeric: tabular-nums;
}

.proof-ring {
  position: relative;
  width: min(13.5rem, 76vw);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  margin: auto;
}

.proof-ring svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
  filter: drop-shadow(0 0 1.6rem rgba(114, 232, 220, .09));
  transform: rotate(-90deg);
}

.proof-ring circle {
  fill: none;
  stroke-width: 6;
}

.proof-ring-track {
  stroke: rgba(255, 255, 255, .075);
}

.proof-ring-value {
  stroke: var(--aqua);
  stroke-linecap: round;
  stroke-dasharray: 100;
  stroke-dashoffset: 100;
  transition: stroke-dashoffset 1.8s cubic-bezier(.16, 1, .3, 1) .25s;
}

.proof-ring.is-animated .proof-ring-value {
  stroke-dashoffset: var(--proof-ring-offset, 21);
}

.proof-ring.is-looping .proof-ring-value {
  transition: none;
}

.proof-ring > div {
  display: grid;
  place-items: center;
  gap: .15rem;
}

.proof-ring strong {
  color: #f6f6f1;
  font-size: clamp(3.6rem, 13vw, 5.6rem);
  font-weight: 500;
  letter-spacing: -.075em;
  line-height: .82;
  font-variant-numeric: tabular-nums;
}

.proof-ring strong > [data-proof-counter] {
  display: inline-block;
  min-width: 2ch;
  color: inherit;
  font: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-align: right;
  text-transform: none;
}

.proof-ring sup {
  position: relative;
  top: -.25em;
  margin-left: .08em;
  color: var(--aqua);
  font-size: .32em;
  letter-spacing: 0;
}

.proof-ring span {
  color: rgba(255, 255, 255, .42);
  font-size: .625rem;
  font-weight: 650;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.proof-platform-legend {
  display: grid;
  gap: .55rem;
  margin: 0;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, .1);
}

.proof-platform-legend > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.proof-platform-legend dt,
.proof-platform-legend dd {
  margin: 0;
  font-size: .75rem;
}

.proof-platform-legend dt {
  display: flex;
  align-items: center;
  gap: .5rem;
  color: rgba(255, 255, 255, .54);
}

.proof-platform-legend dd {
  color: rgba(255, 255, 255, .86);
  font-variant-numeric: tabular-nums;
}

.proof-platform-legend i {
  width: .5rem;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--aqua);
}

.proof-platform-legend i.is-android {
  background: #54bdb4;
}

.proof-platform-legend i.is-web {
  background: rgba(255, 255, 255, .32);
}

.proof-conclusion {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 2rem;
  margin-top: clamp(4.5rem, 9vw, 8rem);
  padding-top: clamp(2rem, 4vw, 3.5rem);
  border-top: 1px solid rgba(255, 255, 255, .16);
}

.proof-conclusion h3 {
  max-width: 13ch;
  margin: 0;
  color: #f4f4ef;
  font-size: clamp(2.5rem, 6vw, 4.5rem);
  font-weight: 500;
  letter-spacing: -.045em;
  line-height: .92;
  text-wrap: balance;
}

.proof-conclusion > div {
  display: grid;
  align-content: end;
  gap: 1.3rem;
}

.proof-conclusion p {
  max-width: 45ch;
  margin: 0;
  color: rgba(255, 255, 255, .58);
  font-size: clamp(1rem, 1.25vw, 1.2rem);
  line-height: 1.5;
  text-wrap: pretty;
}

.proof-conclusion small {
  color: rgba(255, 255, 255, .34);
  font-size: .625rem;
  font-weight: 600;
  letter-spacing: .08em;
  line-height: 1.5;
  text-transform: uppercase;
}

@keyframes proof-live {
  0%, 100% { opacity: .55; transform: scale(.84); }
  50% { opacity: 1; transform: scale(1); }
}

@media (min-width: 640px) {
  .proof-snapshot {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .proof-snapshot article {
    min-height: 11rem;
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: auto 1fr auto;
    align-items: start;
    padding: 1.5rem;
  }

  .proof-snapshot article:first-child {
    padding-left: 0;
  }

  .proof-snapshot article + article {
    border-top: 0;
    border-left: 1px solid rgba(255, 255, 255, .12);
  }

  .proof-snapshot strong {
    grid-row: 2;
    grid-column: 1;
    align-self: center;
  }
}

@media (min-width: 768px) {
  .impact-proof-head {
    grid-template-columns: minmax(10rem, .4fr) minmax(0, 1.6fr);
    gap: clamp(3rem, 8vw, 8rem);
  }

  .impact-proof-heading {
    gap: 2rem;
  }

  .proof-console {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .proof-tree-panel {
    grid-column: 1;
  }

  .proof-events-panel {
    grid-column: 2;
  }

  .proof-platform-panel {
    min-height: 29rem;
    grid-column: 1 / -1;
  }

  .proof-conclusion {
    grid-template-columns: minmax(0, 1fr) minmax(18rem, .7fr);
    gap: clamp(3rem, 8vw, 8rem);
  }
}

@media (min-width: 1024px) {
  .proof-console {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .proof-tree-panel {
    min-height: 40rem;
    grid-column: span 4;
  }

  .proof-events-panel {
    min-height: 40rem;
    grid-column: span 5;
  }

  .proof-platform-panel {
    min-height: 40rem;
    grid-column: span 3;
  }
}

@media (prefers-reduced-motion: reduce) {
  .proof-ring-value {
    stroke-dashoffset: 21;
    transition: none;
  }

  .proof-status i {
    animation: none;
  }
}

/* Narrative joins and long-word protection. */
.project-overview {
  padding-bottom: clamp(3.5rem, 6vw, 5rem);
}

.intro {
  padding-top: clamp(3.5rem, 6vw, 5rem);
}

.intro-foot p {
  max-width: 48ch;
}

.layers {
  padding-bottom: 0;
}

.project-overview-copy h1,
.intro-title,
.drift-copy h2,
.section-title,
.rena-showcase-head h2,
.layers-head h2,
.journey-head h2,
.gallery-title,
.impact-title,
.close-title {
  hyphens: none;
  overflow-wrap: normal;
  word-break: normal;
}

.impact-title {
  font-size: clamp(2.625rem, 11.2vw, 3rem);
}

@media (min-width: 640px) {
  .impact-title {
    font-size: clamp(3rem, 6vw, 5rem);
  }
}

@font-face {
  font-family: "Onest";
  src: url("/fonts/Onest-Medium.ttf") format("truetype");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "Onest";
  src: url("/fonts/Onest-SemiBold.ttf") format("truetype");
  font-style: normal;
  font-weight: 650;
  font-display: swap;
}

@font-face {
  font-family: "Onest";
  src: url("/fonts/Onest-Black.ttf") format("truetype");
  font-style: normal;
  font-weight: 900;
  font-display: swap;
}

:root {
  --ink: #161616;
  --deep: #1c1c1c;
  --deep-2: #161616;
  --sea: #008b92;
  --aqua: #72e8dc;
  --lime: #e4fe55;
  --paper: #f2f2ef;
  --white: #ffffff;
  --muted: #a5a5a5;
  --gutter: clamp(20px, 4vw, 68px);
  --ease: cubic-bezier(.16, 1, .3, 1);
}

* {
  box-sizing: border-box;
}

html {
  background: var(--ink);
  overflow-x: clip;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: clip;
  background: var(--ink);
  color: var(--white);
  font-family: "Onest", sans-serif;
  font-size: 16px;
  line-height: 1.45;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

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

a {
  color: inherit;
  text-decoration: none;
}

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

img,
video {
  display: block;
  max-width: 100%;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.case-nav {
  position: fixed;
  z-index: 80;
  top: 16px;
  left: 50%;
  width: min(calc(100% - 32px), 1360px);
  min-height: 62px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 7px 9px 7px 18px;
  border: 1px solid rgba(255, 255, 255, .15);
  border-radius: 999px;
  background: rgba(4, 17, 21, .72);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08), 0 18px 48px rgba(3, 32, 39, .2);
  backdrop-filter: blur(20px) saturate(140%);
  transform: translateX(-50%);
  transition: transform .55s var(--ease), background .35s ease;
}

.case-nav.is-hidden {
  transform: translate(-50%, -96px);
}

.nav-brand {
  width: 114px;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
}

.nav-brand img {
  width: 100%;
  height: auto;
  filter: brightness(0) invert(1);
}

.nav-center {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .62);
}

.nav-actions {
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 4px;
}

.nav-back,
.nav-lang {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.nav-back {
  padding: 0 18px;
  border-radius: 999px;
  background: var(--white);
  color: var(--ink);
  font-size: 12px;
  font-weight: 650;
  transition: transform .28s var(--ease), background .28s ease;
}

.nav-back:hover,
.nav-back:focus-visible {
  background: var(--aqua);
  transform: scale(1.035);
}

.nav-lang {
  width: 44px;
  color: rgba(255, 255, 255, .66);
  font-size: 11px;
  font-weight: 650;
  letter-spacing: .1em;
}

.scroll-progress {
  position: fixed;
  z-index: 90;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  transform: scaleX(0);
  transform-origin: left center;
  background: var(--aqua);
}

.case-hero {
  position: relative;
  height: 255svh;
  min-height: 100svh;
  background:
    radial-gradient(circle at 50% 44%, rgba(0, 139, 146, .16), transparent 38%),
    var(--ink);
}

.hero-sticky {
  position: sticky;
  top: 0;
  height: 100svh;
  overflow: hidden;
  isolation: isolate;
}

.hero-media-frame {
  position: absolute;
  z-index: 1;
  inset: 0;
  overflow: hidden;
  clip-path: inset(21% 29% round 28px);
  background: var(--deep);
  box-shadow: 0 36px 100px rgba(0, 0, 0, .38);
  will-change: clip-path;
}

.hero-video,
.hero-poster,
.hero-scrim {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-video,
.hero-poster {
  z-index: 1;
  object-fit: cover;
  object-position: center 46%;
  transform: translateZ(0) scale(1.35);
  transform-origin: center center;
  will-change: transform;
}

.hero-poster {
  z-index: 0;
}

.hero-scrim {
  z-index: 2;
  background:
    radial-gradient(circle at 74% 38%, rgba(0, 139, 146, .16), transparent 35%),
    linear-gradient(180deg, rgba(4, 18, 22, .16) 0%, rgba(4, 18, 22, .22) 44%, rgba(4, 18, 22, .88) 100%);
}

.hero-topline {
  position: absolute;
  z-index: 4;
  top: clamp(110px, 15vh, 160px);
  left: var(--gutter);
  right: var(--gutter);
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 24px;
  opacity: .24;
  will-change: transform, opacity, filter;
}

.eyebrow {
  margin: 0;
  font-size: 10px;
  font-weight: 650;
  letter-spacing: .2em;
  text-transform: uppercase;
}

.eyebrow-pill {
  display: inline-flex;
  min-height: 32px;
  align-items: center;
  padding: 0 13px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 999px;
  background: rgba(9, 31, 38, .35);
  color: rgba(255, 255, 255, .84);
  backdrop-filter: blur(12px);
}

.rena-mark {
  width: clamp(112px, 12vw, 180px);
  height: auto;
  opacity: .92;
}

.hero-content {
  position: absolute;
  z-index: 3;
  inset: 0;
  display: grid;
  place-items: center;
  padding: clamp(92px, 12vh, 128px) var(--gutter) clamp(34px, 7vh, 76px);
  pointer-events: none;
}

.hero-title {
  max-width: 11ch;
  margin: 0;
  color: var(--white);
  font-size: clamp(3.7rem, 9.5vw, 10rem);
  font-weight: 900;
  letter-spacing: -.075em;
  line-height: .78;
  text-align: center;
  text-transform: uppercase;
  text-wrap: balance;
  will-change: transform, opacity, filter;
}

.hero-bottom {
  position: absolute;
  right: var(--gutter);
  bottom: clamp(34px, 7vh, 76px);
  left: var(--gutter);
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(260px, .8fr);
  align-items: end;
  gap: 40px;
  opacity: 0;
  transform: translate3d(0, 18px, 0);
  will-change: transform, opacity, filter;
}

.hero-copy {
  max-width: 48ch;
  margin: 0;
  color: rgba(255, 255, 255, .72);
  font-size: clamp(16px, 1.35vw, 21px);
}

.hero-meta {
  justify-self: end;
  display: grid;
  grid-template-columns: repeat(3, auto);
  gap: clamp(20px, 3vw, 46px);
}

.hero-meta span {
  display: block;
  color: rgba(255, 255, 255, .48);
  font-size: 9px;
  font-weight: 650;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.hero-meta strong {
  display: block;
  margin-top: 7px;
  font-size: 12px;
  font-weight: 500;
}

.hero-scroll-hint {
  position: absolute;
  z-index: 4;
  left: 50%;
  bottom: clamp(28px, 7vh, 66px);
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  color: rgba(255, 255, 255, .58);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: .16em;
  text-transform: uppercase;
  transform: translate3d(-50%, 0, 0);
  white-space: nowrap;
  will-change: transform, opacity;
}

.hero-scroll-hint span {
  width: 34px;
  height: 1px;
  display: block;
  background: var(--aqua);
}

.intro {
  background: var(--paper);
  color: var(--ink);
  padding: clamp(100px, 14vw, 220px) var(--gutter);
}

.intro-grid {
  display: grid;
  grid-template-columns: minmax(160px, .55fr) minmax(0, 2fr);
  gap: clamp(36px, 8vw, 150px);
  align-items: start;
}

.intro .eyebrow {
  color: var(--sea);
}

.intro-title {
  max-width: 19ch;
  margin: 0;
  font-size: clamp(2.8rem, 6.5vw, 7.8rem);
  font-weight: 500;
  letter-spacing: -.058em;
  line-height: .95;
  text-wrap: balance;
}

.intro-title em {
  color: var(--sea);
  font-style: normal;
}

.intro-foot {
  margin-top: clamp(64px, 10vw, 150px);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  border-top: 1px solid rgba(7, 25, 31, .16);
  padding-top: 28px;
}

.intro-foot p {
  max-width: 50ch;
  margin: 0;
  color: #4c5c5f;
  font-size: clamp(15px, 1.25vw, 19px);
}

.intro-foot p:last-child {
  justify-self: end;
}

.product-story {
  position: relative;
  height: 112svh;
  min-height: 820px;
  background: #f3f0e9;
  color: var(--ink);
}

.product-sticky {
  position: sticky;
  top: 0;
  height: 100svh;
  min-height: 720px;
  overflow: hidden;
  isolation: isolate;
}

.product-sticky::before,
.product-sticky::after {
  position: absolute;
  z-index: -1;
  border-radius: 50%;
  content: "";
  filter: blur(2px);
}

.product-sticky::before {
  top: -34%;
  right: -10%;
  width: 70vw;
  height: 70vw;
  background: radial-gradient(circle, rgba(17, 174, 166, .12) 0%, rgba(17, 174, 166, 0) 68%);
}

.product-sticky::after {
  bottom: -52%;
  left: -24%;
  width: 64vw;
  height: 64vw;
  background: radial-gradient(circle, rgba(226, 139, 75, .12) 0%, rgba(226, 139, 75, 0) 68%);
}

.drift-copy {
  position: absolute;
  z-index: 6;
  top: 54%;
  left: var(--gutter);
  width: min(38vw, 560px);
  transform: translateY(-50%);
}

.product-label {
  margin: 0 0 clamp(28px, 4.2vh, 48px);
  color: var(--sea);
}

.drift-copy h2 {
  max-width: 10ch;
  margin: 0;
  font-size: clamp(3rem, 5.25vw, 6.2rem);
  font-weight: 500;
  letter-spacing: -.065em;
  line-height: .88;
}

.drift-summary {
  max-width: 36ch;
  margin: clamp(24px, 3.4vh, 36px) 0 0;
  color: #4d5d60;
  font-size: clamp(15px, 1.1vw, 18px);
  line-height: 1.55;
}

.drift-steps {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  margin-top: clamp(30px, 4.5vh, 48px);
  border-top: 1px solid rgba(7, 25, 31, .18);
}

.drift-steps span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 46px;
  padding-right: 16px;
  color: #344a4f;
  font-size: 10px;
  font-weight: 650;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.drift-steps span + span {
  padding-left: 16px;
  border-left: 1px solid rgba(7, 25, 31, .14);
}

.drift-steps b {
  color: var(--sea);
  font-variant-numeric: tabular-nums;
  font-size: 9px;
}

.drift-stage {
  position: absolute;
  z-index: 2;
  inset: -12% -8% -12% 31%;
  overflow: hidden;
  perspective: 1200px;
  pointer-events: none;
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, #000 10%, #000 90%, transparent 100%);
  mask-image: linear-gradient(to bottom, transparent 0%, #000 10%, #000 90%, transparent 100%);
}

.drift-wall {
  --drift-gap: clamp(12px, 1.15vw, 20px);
  --drift-half-gap: clamp(6px, .575vw, 10px);
  --drift-pitch: 0deg;
  --drift-yaw: 0deg;
  position: absolute;
  top: -18%;
  left: -4%;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: var(--drift-gap);
  width: 112%;
  height: 142%;
  opacity: 0;
  transform: rotateX(calc(11deg + var(--drift-pitch))) rotateY(calc(-13deg + var(--drift-yaw))) rotateZ(-2.2deg) translateZ(-54px) scale(1.06);
  transform-origin: 54% 48%;
  transform-style: preserve-3d;
  transition: opacity .7s ease, transform .45s var(--ease);
  will-change: transform;
}

.drift-wall.is-ready {
  opacity: 1;
}

.drift-column {
  min-width: 0;
  height: 100%;
  overflow: hidden;
}

.drift-column:nth-child(1) { --drift-duration: 42s; }
.drift-column:nth-child(2) { --drift-duration: 50s; }
.drift-column:nth-child(3) { --drift-duration: 37s; }
.drift-column:nth-child(4) { --drift-duration: 46s; }
.drift-column:nth-child(5) { --drift-duration: 40s; }

.drift-track {
  display: flex;
  flex-direction: column;
  gap: var(--drift-gap);
  animation: drift-up var(--drift-duration) linear infinite;
  animation-delay: -15s;
  will-change: transform;
}

.drift-column:nth-child(even) .drift-track {
  animation-direction: reverse;
  animation-delay: -27s;
}

.drift-column:nth-child(3) .drift-track { animation-delay: -8s; }
.drift-column:nth-child(4) .drift-track { animation-delay: -22s; }
.drift-column:nth-child(5) .drift-track { animation-delay: -31s; }

.drift-sequence {
  display: flex;
  flex: none;
  flex-direction: column;
  gap: var(--drift-gap);
}

.drift-tile {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1.18;
  margin: 0;
  overflow: hidden;
  border-radius: clamp(10px, 1vw, 16px);
  background: #d9d7d0;
  outline: 1px solid rgba(7, 25, 31, .12);
  box-shadow: 0 18px 42px rgba(17, 40, 43, .14);
  transform: translateZ(0);
  transform-style: preserve-3d;
  transition: filter .35s ease, transform .45s var(--ease), box-shadow .45s var(--ease);
}

.drift-tile:nth-child(3n) {
  aspect-ratio: 1 / 1.34;
}

.drift-tile img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transform: scale(1.01);
}

.drift-tile figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 8px;
  min-height: 42%;
  padding: 12px;
  color: #fff;
  font-size: clamp(8px, .68vw, 11px);
  font-weight: 650;
  letter-spacing: .02em;
  line-height: 1.15;
  background: linear-gradient(to top, rgba(4, 19, 23, .8), rgba(4, 19, 23, 0));
}

.drift-tile figcaption span {
  color: rgba(255, 255, 255, .7);
  font-size: .78em;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.drift-shade {
  position: absolute;
  z-index: 4;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(90deg, #f3f0e9 0%, rgba(243, 240, 233, .98) 23%, rgba(243, 240, 233, .76) 31%, rgba(243, 240, 233, .16) 43%, rgba(243, 240, 233, 0) 55%);
}

@keyframes drift-up {
  from { transform: translate3d(0, 0, 0); }
  to { transform: translate3d(0, calc(-50% - var(--drift-half-gap)), 0); }
}

.browser-section {
  background: var(--paper);
  color: var(--ink);
  padding: clamp(100px, 13vw, 210px) var(--gutter);
  overflow: hidden;
}

.section-head {
  display: grid;
  grid-template-columns: minmax(140px, .5fr) minmax(0, 1.55fr);
  gap: clamp(32px, 7vw, 130px);
  align-items: start;
}

.section-head .eyebrow {
  color: var(--sea);
}

.section-title {
  max-width: 14ch;
  margin: 0;
  font-size: clamp(2.9rem, 7vw, 8.4rem);
  font-weight: 500;
  letter-spacing: -.062em;
  line-height: .91;
}

.browser-shell {
  margin-top: clamp(70px, 10vw, 150px);
  padding: clamp(7px, .8vw, 12px);
  border-radius: clamp(22px, 3vw, 44px);
  background: #0b1418;
  box-shadow: 0 54px 120px rgba(4, 69, 73, .16), inset 0 1px 0 rgba(255, 255, 255, .16);
  transform: translate3d(0, 70px, 0) scale(.94);
  transition: transform 1.2s var(--ease);
}

.browser-shell.is-visible {
  transform: translate3d(0, 0, 0) scale(1);
}

.browser-bar {
  height: clamp(38px, 4vw, 54px);
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 0 18px;
}

.browser-bar i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .3);
}

.browser-address {
  min-height: 28px;
  display: inline-flex;
  align-items: center;
  margin-left: 10px;
  padding: 0 13px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .075);
  color: rgba(255, 255, 255, .55);
  font-size: 10px;
  letter-spacing: .04em;
}

.browser-window {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: clamp(16px, 2.4vw, 35px);
  background: var(--deep);
}

.browser-site-scroll {
  width: 100%;
  height: auto;
  display: block;
  transform: translate3d(0, 0, 0) scale(1.005);
  transform-origin: top center;
  will-change: transform;
}

.layers {
  background: var(--deep-2);
  padding: clamp(105px, 13vw, 210px) var(--gutter);
}

.layers-head {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-bottom: clamp(60px, 8vw, 120px);
}

.layers-head h2 {
  max-width: 10ch;
  margin: 0;
  font-size: clamp(3.1rem, 7.8vw, 9rem);
  font-weight: 500;
  letter-spacing: -.065em;
  line-height: .88;
}

.layers-head p {
  align-self: end;
  justify-self: end;
  max-width: 42ch;
  margin: 0;
  color: var(--muted);
  font-size: clamp(15px, 1.25vw, 19px);
}

.layer-list {
  border-top: 1px solid rgba(255, 255, 255, .14);
}

.layer-row {
  min-height: clamp(96px, 10vw, 150px);
  display: grid;
  grid-template-columns: 90px minmax(0, 1.6fr) minmax(230px, .8fr);
  align-items: center;
  gap: 24px;
  border-bottom: 1px solid rgba(255, 255, 255, .14);
  transition: color .3s ease, transform .45s var(--ease);
}

.layer-row:hover {
  color: var(--aqua);
  transform: translate3d(10px, 0, 0);
}

.layer-row span {
  color: var(--aqua);
  font-size: 11px;
  font-variant-numeric: tabular-nums;
  letter-spacing: .16em;
}

.layer-row h3 {
  margin: 0;
  font-size: clamp(1.7rem, 3.3vw, 4.1rem);
  font-weight: 500;
  letter-spacing: -.045em;
}

.layer-row p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.journey {
  position: relative;
  overflow: hidden;
  padding: 0 var(--gutter) clamp(120px, 15vw, 230px);
  background:
    radial-gradient(circle at 82% 28%, rgba(114, 232, 220, .08), transparent 28%),
    var(--deep-2);
}

.journey::after {
  position: absolute;
  right: -12vw;
  bottom: -20vw;
  width: 52vw;
  aspect-ratio: 1;
  border: 1px solid rgba(114, 232, 220, .08);
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

.journey-head {
  display: grid;
  grid-template-columns: minmax(160px, .55fr) minmax(0, 2fr);
  align-items: start;
  gap: clamp(36px, 8vw, 150px);
  padding-top: clamp(100px, 11vw, 170px);
  border-top: 1px solid rgba(255, 255, 255, .14);
}

.journey-head .eyebrow {
  color: var(--aqua);
}

.journey-head h2 {
  max-width: 13ch;
  margin: 0;
  font-size: clamp(3rem, 6.7vw, 8rem);
  font-weight: 500;
  letter-spacing: -.062em;
  line-height: .9;
  text-wrap: balance;
}

.journey-owners {
  display: grid;
  grid-template-columns: minmax(220px, .75fr) minmax(0, 1.25fr);
  gap: clamp(42px, 8vw, 140px);
  margin-top: clamp(75px, 10vw, 145px);
  padding: clamp(28px, 3.6vw, 52px) 0;
  border-top: 1px solid rgba(255, 255, 255, .14);
  border-bottom: 1px solid rgba(255, 255, 255, .14);
}

.owners-intro span,
.owner-person span,
.timeline-phase {
  color: var(--aqua);
  font-size: 10px;
  font-weight: 650;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.owners-intro p {
  max-width: 37ch;
  margin: 16px 0 0;
  color: var(--muted);
  font-size: clamp(15px, 1.15vw, 18px);
  line-height: 1.55;
  text-wrap: pretty;
}

.owner-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.owner-person {
  min-width: 0;
  padding: 5px clamp(20px, 3vw, 48px) 5px 0;
}

.owner-person + .owner-person {
  padding-right: 0;
  padding-left: clamp(20px, 3vw, 48px);
  border-left: 1px solid rgba(255, 255, 255, .14);
}

.owner-person h3 {
  margin: 17px 0 0;
  font-size: clamp(1.85rem, 3.15vw, 3.9rem);
  font-weight: 500;
  letter-spacing: -.05em;
  line-height: .94;
  text-wrap: balance;
}

.journey-timeline {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(310px, .86fr) minmax(0, 1.14fr);
  gap: clamp(42px, 7vw, 118px);
  min-height: clamp(520px, 42vw, 650px);
  margin: clamp(85px, 11vw, 160px) 0 0;
  padding: clamp(32px, 4.4vw, 68px);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .09);
  border-radius: clamp(30px, 4.2vw, 62px);
  background:
    radial-gradient(circle at 23% 50%, rgba(114, 232, 220, .105), transparent 31%),
    linear-gradient(145deg, rgba(255, 255, 255, .035), rgba(255, 255, 255, .012));
  box-shadow: 0 34px 80px rgba(0, 0, 0, .16), inset 0 1px 0 rgba(255, 255, 255, .07);
  isolation: isolate;
}

.journey-timeline::before {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: clamp(215px, 25vw, 390px);
  width: clamp(360px, 40vw, 650px);
  aspect-ratio: 1;
  border: 1px solid rgba(114, 232, 220, .07);
  border-radius: 50%;
  box-shadow: 0 0 0 7vw rgba(114, 232, 220, .012), 0 0 0 14vw rgba(114, 232, 220, .008);
  content: "";
  pointer-events: none;
  transform: translate(-50%, -50%);
}

.timeline-wheel-column {
  position: relative;
  min-width: 0;
  padding-right: clamp(28px, 4vw, 64px);
  border-right: 1px solid rgba(255, 255, 255, .1);
}

.timeline-wheel-label,
.timeline-wheel-hint {
  margin: 0;
  color: rgba(255, 255, 255, .38);
  font-size: 10px;
  font-weight: 650;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.timeline-wheel-label {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
}

.timeline-wheel-hint {
  position: absolute;
  z-index: 3;
  bottom: 0;
  left: 0;
  letter-spacing: .09em;
}

.timeline-wheel {
  position: absolute;
  inset: clamp(28px, 3vw, 46px) 0;
  overflow: hidden;
  outline: none;
  cursor: grab;
  perspective: 900px;
  touch-action: pan-y;
  -webkit-mask-image: linear-gradient(transparent 0%, #000 18%, #000 82%, transparent 100%);
  mask-image: linear-gradient(transparent 0%, #000 18%, #000 82%, transparent 100%);
}

.timeline-wheel:active {
  cursor: grabbing;
}

.timeline-wheel:focus-visible {
  box-shadow: inset 3px 0 0 rgba(114, 232, 220, .72);
}

.timeline-option {
  position: absolute;
  top: 50%;
  left: 0;
  width: calc(100% - 48px);
  min-height: 64px;
  padding: 0;
  border: 0;
  background: transparent;
  color: rgba(255, 255, 255, .42);
  font: inherit;
  font-size: clamp(2.25rem, 3.8vw, 4.8rem);
  font-weight: 500;
  letter-spacing: -.052em;
  line-height: .9;
  text-align: left;
  white-space: nowrap;
  backface-visibility: hidden;
  cursor: pointer;
  transform-origin: left center;
  transition:
    color .55s cubic-bezier(.2, 0, 0, 1),
    filter .65s cubic-bezier(.2, 0, 0, 1),
    opacity .55s cubic-bezier(.2, 0, 0, 1),
    transform .72s cubic-bezier(.2, .72, 0, 1);
  will-change: transform, opacity, filter;
}

.timeline-option span {
  display: inline-block;
  width: 3.2em;
  color: rgba(114, 232, 220, .48);
  font-size: .19em;
  font-variant-numeric: tabular-nums;
  font-weight: 700;
  letter-spacing: .16em;
  vertical-align: .72em;
  transition: color .55s cubic-bezier(.2, 0, 0, 1);
}

.timeline-option[aria-selected="true"] {
  color: #fff;
}

.timeline-option[aria-selected="true"] span {
  color: var(--aqua);
}

.timeline-option:focus-visible {
  outline: none;
  color: var(--aqua);
}

.timeline-details {
  position: relative;
  align-self: center;
  min-width: 0;
  min-height: clamp(390px, 31vw, 470px);
}

.timeline-counter {
  position: absolute;
  z-index: 3;
  top: 0;
  right: 0;
  display: flex;
  align-items: baseline;
  gap: 5px;
  margin: 0;
  color: rgba(255, 255, 255, .3);
  font-size: 12px;
  font-variant-numeric: tabular-nums;
  letter-spacing: .08em;
}

.timeline-counter [data-timeline-current] {
  color: var(--aqua);
  font-size: clamp(2.2rem, 3.5vw, 4.2rem);
  font-weight: 500;
  letter-spacing: -.06em;
  line-height: .75;
}

.timeline-panels {
  position: relative;
  min-height: inherit;
}

.timeline-panel {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transform: translate3d(0, 18px, 0) scale(.985);
  transition:
    opacity .35s cubic-bezier(.4, 0, 1, 1),
    transform .35s cubic-bezier(.4, 0, 1, 1);
}

.timeline-panel.is-active {
  z-index: 1;
  opacity: 1;
  pointer-events: auto;
  transform: translate3d(0, 0, 0) scale(1);
  transition:
    opacity .58s cubic-bezier(.2, 0, 0, 1) .13s,
    transform .78s cubic-bezier(.2, .72, 0, 1) .08s;
}

.timeline-panel .timeline-phase {
  margin: 0 0 clamp(18px, 2vw, 30px);
}

.timeline-panel h3 {
  max-width: 11ch;
  margin: 0;
  font-size: clamp(2.8rem, 5vw, 6.2rem);
  font-weight: 500;
  letter-spacing: -.06em;
  line-height: .9;
  text-wrap: balance;
}

.timeline-copy {
  max-width: 42ch;
  margin: clamp(24px, 3vw, 42px) 0 0;
  color: var(--muted);
  font-size: clamp(15px, 1.15vw, 18px);
  line-height: 1.55;
  text-wrap: pretty;
}

.gallery {
  background: var(--paper);
  color: var(--ink);
  padding: clamp(95px, 12vw, 190px) var(--gutter);
  overflow: clip;
}

.gallery-title {
  max-width: 15ch;
  margin: 0 0 clamp(70px, 9vw, 130px);
  font-size: clamp(3.1rem, 7.5vw, 8.6rem);
  font-weight: 500;
  letter-spacing: -.062em;
  line-height: .9;
}

.gallery-grid {
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  gap: clamp(16px, 2.5vw, 38px);
  align-items: start;
}

.gallery-visual {
  overflow: hidden;
  background: var(--deep);
}

.gallery-visual:first-child {
  border-radius: 26% 5% 5% 5% / 18% 5% 5% 5%;
}

.gallery-visual:nth-child(2) {
  margin-top: clamp(70px, 12vw, 190px);
  border-radius: 5% 5% 28% 5% / 5% 5% 20% 5%;
}

.gallery-visual:nth-child(3) {
  grid-column: 1 / -1;
  margin-top: clamp(20px, 4vw, 60px);
  border-radius: clamp(26px, 5vw, 74px);
}

.gallery-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1.1s var(--ease);
}

.gallery-visual:hover img {
  transform: scale(1.025);
}

.seo-growth {
  position: relative;
  grid-column: 1 / -1;
  margin-top: clamp(1.25rem, 4vw, 3.75rem);
  color: var(--ink);
}

.seo-growth-shell {
  padding: .375rem;
  border-radius: 2.4rem;
  background: rgba(7, 25, 31, .055);
  box-shadow: 0 2rem 5rem rgba(7, 32, 38, .09);
}

.seo-growth-core {
  position: relative;
  overflow: hidden;
  padding: clamp(1.5rem, 6vw, 2.75rem) clamp(1.125rem, 5vw, 2.5rem) clamp(1.75rem, 7vw, 3.25rem);
  border-radius: calc(2.4rem - .375rem);
  background:
    radial-gradient(circle at 88% 8%, rgba(114, 232, 220, .2), transparent 29%),
    radial-gradient(circle at 7% 95%, rgba(7, 137, 145, .11), transparent 31%),
    #ecebe4;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .76);
  isolation: isolate;
}

.seo-growth-core::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  opacity: .25;
  background-image:
    linear-gradient(rgba(7, 25, 31, .04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(7, 25, 31, .04) 1px, transparent 1px);
  background-size: 4rem 4rem;
  content: "";
  mask-image: linear-gradient(145deg, transparent 5%, #000 46%, transparent 92%);
}

.seo-growth-head {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 1.5rem;
  align-items: end;
}

.seo-growth-kicker {
  margin: 0 0 1.1rem;
  color: #087e82;
  font-size: .68rem;
  font-weight: 650;
  letter-spacing: .17em;
  text-transform: uppercase;
}

.seo-growth-head h3 {
  max-width: 10ch;
  margin: 0;
  font-size: clamp(2.6rem, 11vw, 5rem);
  font-weight: 500;
  letter-spacing: -.062em;
  line-height: .9;
  text-wrap: balance;
}

.seo-growth-head > p {
  max-width: 35rem;
  margin: 0;
  color: rgba(7, 25, 31, .66);
  font-size: .96rem;
  line-height: 1.65;
  text-wrap: pretty;
}

.seo-growth-layout {
  position: relative;
  z-index: 2;
  display: grid;
  gap: .875rem;
  margin-top: clamp(2.75rem, 8vw, 5.5rem);
}

.seo-chart {
  position: relative;
  min-height: 34rem;
  margin: 0;
  overflow: hidden;
  border-radius: 1.75rem;
  background:
    radial-gradient(circle at 72% 34%, rgba(23, 179, 177, .16), transparent 32%),
    linear-gradient(148deg, #0a2229 0%, #06171c 72%);
  color: #f3f2ec;
  box-shadow:
    0 1.5rem 3.8rem rgba(2, 25, 30, .16),
    inset 0 1px 0 rgba(255, 255, 255, .1),
    inset 0 0 0 1px rgba(255, 255, 255, .045);
  isolation: isolate;
}

.seo-chart::after {
  position: absolute;
  right: -18%;
  bottom: -43%;
  width: 70%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: rgba(92, 224, 213, .055);
  box-shadow: 0 0 0 4rem rgba(92, 224, 213, .025), 0 0 0 8rem rgba(92, 224, 213, .014);
  content: "";
}

.seo-chart-summary {
  position: absolute;
  z-index: 4;
  top: 1.35rem;
  left: 1.35rem;
}

.seo-chart-summary > span {
  display: block;
  margin-bottom: .3rem;
  color: rgba(243, 242, 236, .48);
  font-size: .63rem;
  font-weight: 650;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.seo-chart-summary strong {
  display: block;
  color: var(--aqua);
  font-size: clamp(1.75rem, 8vw, 3.25rem);
  font-weight: 500;
  letter-spacing: -.055em;
  line-height: 1;
  font-variant-numeric: tabular-nums;
}

.seo-chart-visual {
  position: absolute;
  z-index: 1;
  inset: 4.9rem -7% auto -4%;
  width: 111%;
  height: auto;
  overflow: visible;
}

.seo-chart-grid {
  fill: none;
  stroke: rgba(255, 255, 255, .075);
  stroke-width: 1;
  vector-effect: non-scaling-stroke;
}

.seo-chart-plot {
  transform-box: fill-box;
  transform-origin: left center;
}

.seo-chart-area {
  opacity: .9;
}

.seo-chart-line {
  fill: none;
  stroke: var(--aqua);
  stroke-linecap: round;
  stroke-width: 4;
  vector-effect: non-scaling-stroke;
}

.seo-chart-point {
  fill: #0b252b;
  stroke: var(--aqua);
  stroke-width: 4;
  vector-effect: non-scaling-stroke;
}

.seo-chart-point--end {
  fill: var(--aqua);
}

.seo-chart-tracer {
  fill: #effffa;
  opacity: .85;
}

.seo-chart-label {
  position: absolute;
  z-index: 3;
  display: grid;
  gap: .15rem;
  font-variant-numeric: tabular-nums;
  pointer-events: none;
}

.seo-chart-label span {
  color: rgba(243, 242, 236, .48);
  font-size: .62rem;
  font-weight: 650;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.seo-chart-label strong {
  font-size: 1.1rem;
  font-weight: 500;
}

.seo-chart-label--before {
  top: 31%;
  left: 7%;
}

.seo-chart-label--after {
  top: 59%;
  right: 6%;
  text-align: right;
}

.seo-boat {
  position: absolute;
  z-index: 2;
  right: -25%;
  bottom: 3.25rem;
  width: min(82%, 35rem);
  pointer-events: none;
  filter: drop-shadow(0 1.6rem 1.25rem rgba(0, 0, 0, .3));
  transform: translate3d(0, 0, 0) rotate(-1.2deg);
  transform-origin: 55% 66%;
}

.seo-boat img {
  width: 100%;
  height: auto;
  user-select: none;
}

.seo-chart figcaption {
  position: absolute;
  z-index: 4;
  right: 1.35rem;
  bottom: 1.3rem;
  left: 1.35rem;
  max-width: 33rem;
  margin: 0;
  color: rgba(243, 242, 236, .55);
  font-size: .72rem;
  line-height: 1.55;
  text-wrap: pretty;
}

.seo-chart figcaption strong {
  display: block;
  margin-bottom: .15rem;
  color: #f3f2ec;
  font-size: .82rem;
  font-weight: 650;
  font-variant-numeric: tabular-nums;
}

.seo-stats {
  display: grid;
  gap: .625rem;
}

.seo-stat {
  display: flex;
  min-height: 10.5rem;
  flex-direction: column;
  justify-content: space-between;
  padding: 1.35rem;
  border-radius: 1.35rem;
  background: rgba(255, 255, 255, .46);
  box-shadow:
    0 .75rem 2rem rgba(14, 48, 54, .045),
    inset 0 1px 0 rgba(255, 255, 255, .76),
    inset 0 0 0 1px rgba(7, 25, 31, .04);
}

.seo-stat p {
  max-width: 20ch;
  margin: 0;
  color: rgba(7, 25, 31, .67);
  font-size: .76rem;
  font-weight: 500;
  line-height: 1.35;
  text-wrap: pretty;
}

.seo-stat strong {
  margin: 1.7rem 0 1.2rem;
  color: var(--ink);
  font-size: clamp(2.1rem, 10vw, 3.4rem);
  font-weight: 500;
  letter-spacing: -.065em;
  line-height: .85;
  font-variant-numeric: tabular-nums;
}

.seo-stat strong small {
  font-size: .3em;
  font-weight: 650;
  letter-spacing: -.01em;
}

.seo-stat > span {
  color: #087e82;
  font-size: .66rem;
  font-weight: 650;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.seo-growth.is-enhanced [data-seo-item] {
  opacity: 0;
  transform: translate3d(0, 2rem, 0);
}

.seo-growth.is-enhanced .seo-chart-plot {
  opacity: .28;
  transform: scaleX(.025);
}

.seo-growth.is-enhanced .seo-boat {
  opacity: 0;
  transform: translate3d(2.25rem, .75rem, 0) rotate(-1.2deg);
}

.seo-growth.is-enhanced .seo-chart-tracer {
  opacity: 0;
}

.seo-growth.is-active [data-seo-item] {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: opacity 1s var(--ease), transform 1s var(--ease);
}

.seo-growth.is-active [data-seo-item]:nth-child(2) {
  transition-delay: .12s;
}

.seo-growth.is-active .seo-chart-plot {
  opacity: 1;
  transform: scaleX(1);
  transition: opacity 1.5s var(--ease) .22s, transform 2.15s cubic-bezier(.2, .75, .12, 1) .22s;
}

.seo-growth.is-active .seo-boat {
  opacity: 1;
  transform: translate3d(0, 0, 0) rotate(-1.2deg);
  transition: opacity 1.1s var(--ease) .76s, transform 1.65s cubic-bezier(.2, .8, .12, 1) .76s;
}

.seo-growth.is-active .seo-chart-tracer {
  opacity: .85;
  transition: opacity .8s var(--ease) 2.2s;
}

@media (min-width: 768px) {
  .seo-growth-shell {
    padding: .5rem;
    border-radius: 3.1rem;
  }

  .seo-growth-core {
    padding: clamp(2.75rem, 5vw, 5rem);
    border-radius: calc(3.1rem - .5rem);
  }

  .seo-growth-head {
    grid-template-columns: minmax(0, 1.35fr) minmax(17rem, .65fr);
    gap: clamp(2rem, 7vw, 7rem);
  }

  .seo-growth-head h3 {
    font-size: clamp(4.25rem, 8vw, 7.5rem);
  }

  .seo-growth-layout {
    gap: 1rem;
  }

  .seo-chart {
    min-height: 39rem;
    border-radius: 2.15rem;
  }

  .seo-chart-summary {
    top: 2rem;
    left: 2.1rem;
  }

  .seo-chart-visual {
    inset: 5.4rem -3% auto 0;
    width: 103%;
  }

  .seo-chart-label--before {
    top: 30%;
    left: 8.5%;
  }

  .seo-chart-label--after {
    top: 56%;
    right: 8%;
  }

  .seo-boat {
    right: -13%;
    bottom: 1.65rem;
    width: min(61%, 39rem);
  }

  .seo-chart figcaption {
    right: auto;
    bottom: 1.85rem;
    left: 2.1rem;
    max-width: 28rem;
  }

  .seo-stats {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .seo-growth-layout {
    grid-template-columns: minmax(0, 1.62fr) minmax(15rem, .58fr);
  }

  .seo-chart {
    min-height: 41rem;
  }

  .seo-stats {
    grid-template-columns: 1fr;
  }

  .seo-stat {
    min-height: 0;
  }

  .seo-stat strong {
    font-size: clamp(2.4rem, 4.2vw, 4.15rem);
  }
}

.impact {
  position: relative;
  background: #061417;
  padding: clamp(110px, 14vw, 220px) var(--gutter);
  overflow: hidden;
}

.impact::before {
  position: absolute;
  top: -25vw;
  right: -20vw;
  width: 70vw;
  height: 70vw;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0, 173, 180, .14), transparent 68%);
  content: "";
}

.impact-head {
  position: relative;
  display: grid;
  grid-template-columns: minmax(160px, .45fr) minmax(0, 1.55fr);
  gap: clamp(34px, 8vw, 140px);
}

.impact-title {
  max-width: 12ch;
  margin: 0;
  font-size: clamp(3.3rem, 8vw, 9.5rem);
  font-weight: 500;
  letter-spacing: -.068em;
  line-height: .86;
}

.metrics {
  position: relative;
  margin-top: clamp(80px, 11vw, 170px);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid rgba(255, 255, 255, .14);
}

.metric {
  min-height: clamp(220px, 25vw, 370px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(24px, 3vw, 44px) clamp(15px, 2.5vw, 36px) 0 0;
  border-right: 1px solid rgba(255, 255, 255, .14);
}

.metric:not(:first-child) {
  padding-left: clamp(15px, 2.5vw, 36px);
}

.metric:last-child {
  border-right: 0;
}

.metric-value {
  color: var(--aqua);
  font-size: clamp(3.2rem, 7vw, 8rem);
  font-weight: 500;
  letter-spacing: -.065em;
  line-height: .8;
  font-variant-numeric: tabular-nums;
}

.metric-label {
  max-width: 22ch;
  margin: 0;
  color: var(--muted);
  font-size: clamp(13px, 1.05vw, 16px);
}

.measurement {
  margin-top: clamp(90px, 12vw, 180px);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(40px, 10vw, 180px);
  align-items: end;
}

.measurement h3 {
  max-width: 12ch;
  margin: 0;
  font-size: clamp(2.8rem, 5.8vw, 7rem);
  font-weight: 500;
  letter-spacing: -.06em;
  line-height: .92;
}

.measurement-copy p {
  max-width: 48ch;
  margin: 0;
  color: var(--muted);
  font-size: clamp(15px, 1.2vw, 18px);
}

.event-stream {
  margin-top: 38px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.event-stream span {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  padding: 0 14px;
  border: 1px solid rgba(114, 232, 220, .24);
  border-radius: 999px;
  color: var(--aqua);
  font-size: 11px;
  font-weight: 650;
  letter-spacing: .08em;
}

.case-close {
  min-height: 100svh;
  display: grid;
  align-content: space-between;
  background: var(--paper);
  color: var(--ink);
  padding: clamp(90px, 12vw, 180px) var(--gutter) 34px;
}

.close-kicker {
  color: var(--sea);
}

.close-title {
  max-width: 12ch;
  margin: clamp(40px, 7vw, 100px) 0 0;
  font-size: clamp(4rem, 11vw, 12rem);
  font-weight: 900;
  letter-spacing: -.075em;
  line-height: .78;
  text-transform: uppercase;
}

.close-bottom {
  margin-top: clamp(70px, 10vw, 150px);
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 34px;
}

.close-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.close-link {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  padding: 0 22px;
  border: 1px solid rgba(7, 25, 31, .24);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 650;
  transition: background .3s ease, color .3s ease, transform .35s var(--ease);
}

.close-link.primary {
  background: var(--ink);
  color: var(--white);
  border-color: var(--ink);
}

.close-link:hover,
.close-link:focus-visible {
  background: var(--aqua);
  color: var(--ink);
  border-color: var(--aqua);
  transform: translate3d(0, -3px, 0);
}

.close-credit {
  margin: 0;
  color: #687477;
  font-size: 11px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

[data-reveal] {
  opacity: 0;
  transform: translate3d(0, 42px, 0);
  transition: opacity .85s ease, transform 1.05s var(--ease);
}

[data-reveal="slow"] {
  transition-duration: 1.35s;
}

[data-reveal].is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

@media (max-width: 980px) {
  .case-nav {
    grid-template-columns: 1fr auto;
  }

  .nav-center {
    display: none;
  }

  .hero-bottom,
  .intro-foot,
  .layers-head,
  .measurement {
    grid-template-columns: 1fr;
  }

  .hero-meta {
    justify-self: start;
  }

  .intro-foot p:last-child,
  .layers-head p {
    justify-self: start;
  }

  .drift-copy {
    width: min(43vw, 500px);
  }

  .drift-stage {
    right: -16%;
  }

  .drift-wall {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .drift-column:nth-child(5) {
    display: none;
  }

  .journey-owners {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .journey-timeline {
    grid-template-columns: minmax(260px, .8fr) minmax(0, 1.2fr);
    gap: 38px;
    padding: 36px;
  }

  .timeline-wheel-column {
    padding-right: 28px;
  }

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

  .metric {
    border-bottom: 1px solid rgba(255, 255, 255, .14);
  }

  .metric:nth-child(2) {
    border-right: 0;
  }

  .measurement-copy {
    max-width: 620px;
  }
}

@media (max-width: 720px) {
  .case-nav {
    top: 10px;
    width: calc(100% - 20px);
    min-height: 56px;
    padding-left: 14px;
  }

  .nav-brand {
    width: 96px;
  }

  .nav-back {
    display: none;
  }

  .case-hero {
    height: 225svh;
    min-height: 100svh;
  }

  .hero-media-frame {
    clip-path: inset(24% 11% round 22px);
  }

  .hero-video,
  .hero-poster {
    object-position: 58% 50%;
  }

  .hero-topline {
    top: 92px;
  }

  .hero-title {
    max-width: 10ch;
    font-size: clamp(2.7rem, 12vw, 4.7rem);
    line-height: .82;
  }

  .rena-mark {
    display: none;
  }

  .hero-topline {
    justify-content: flex-start;
  }

  .hero-bottom {
    gap: 26px;
    min-width: 0;
  }

  .hero-scroll-hint {
    bottom: 5svh;
    font-size: 9px;
    letter-spacing: .12em;
  }

  .hero-copy {
    min-width: 0;
    max-width: 100%;
  }

  .hero-meta {
    width: 100%;
    min-width: 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }

  .hero-meta > div:last-child {
    display: none;
  }

  .intro-grid,
  .section-head,
  .impact-head,
  .journey-head {
    grid-template-columns: 1fr;
  }

  .intro-title,
  .section-title,
  .impact-title,
  .journey-head h2 {
    margin-top: 28px;
  }

  .journey {
    padding-bottom: 110px;
  }

  .journey-head {
    gap: 0;
    padding-top: 92px;
  }

  .journey-head h2 {
    max-width: 11ch;
    font-size: clamp(3rem, 13vw, 5.3rem);
  }

  .journey-owners {
    margin-top: 72px;
    padding: 30px 0;
  }

  .owner-list {
    grid-template-columns: 1fr;
  }

  .owner-person {
    padding: 4px 0 30px;
  }

  .owner-person + .owner-person {
    padding: 30px 0 4px;
    border-top: 1px solid rgba(255, 255, 255, .14);
    border-left: 0;
  }

  .owner-person h3 {
    font-size: clamp(2rem, 9vw, 3.3rem);
  }

  .journey-timeline {
    grid-template-columns: 1fr;
    gap: 28px;
    min-height: 760px;
    margin-top: 78px;
    padding: 26px;
    border-radius: 30px;
  }

  .journey-timeline::before {
    top: 26%;
    left: 50%;
    width: 110vw;
  }

  .timeline-wheel-column {
    min-height: 330px;
    padding: 0 0 24px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
  }

  .timeline-wheel {
    inset: 26px 0 38px;
  }

  .timeline-wheel-hint {
    font-size: 8px;
  }

  .timeline-option {
    width: calc(100% - 24px);
    min-height: 52px;
    font-size: clamp(2.2rem, 11vw, 3.5rem);
  }

  .timeline-details {
    min-height: 330px;
  }

  .timeline-panel {
    justify-content: flex-start;
    padding-top: 64px;
  }

  .timeline-panel h3 {
    max-width: 12ch;
    font-size: clamp(2.6rem, 12vw, 4.4rem);
  }

  .timeline-panel .timeline-copy {
    max-width: 36ch;
    font-size: 1rem;
  }

  .product-story {
    height: 108svh;
    min-height: 820px;
  }

  .product-sticky {
    min-height: 820px;
  }

  .drift-copy {
    top: 90px;
    right: 20px;
    left: 20px;
    width: auto;
    transform: none;
  }

  .product-label {
    margin-bottom: 22px;
  }

  .drift-copy h2 {
    max-width: 9.5ch;
    font-size: clamp(3.1rem, 13.2vw, 5.3rem);
  }

  .drift-summary {
    max-width: 34ch;
    margin-top: 18px;
    font-size: 14px;
  }

  .drift-steps {
    margin-top: 22px;
  }

  .drift-steps span {
    min-height: 40px;
    padding-right: 10px;
    font-size: 8px;
  }

  .drift-steps span + span {
    padding-left: 10px;
  }

  .drift-stage {
    inset: 40% -28% -14% -20%;
    -webkit-mask-image: linear-gradient(to bottom, transparent 0%, #000 7%, #000 94%, transparent 100%);
    mask-image: linear-gradient(to bottom, transparent 0%, #000 7%, #000 94%, transparent 100%);
  }

  .drift-wall {
    top: -20%;
    left: -3%;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    width: 106%;
    height: 145%;
    transform: rotateX(calc(8deg + var(--drift-pitch))) rotateY(calc(-8deg + var(--drift-yaw))) rotateZ(-3deg) translateZ(-30px) scale(1.04);
  }

  .drift-column:nth-child(4),
  .drift-column:nth-child(5) {
    display: none;
  }

  .drift-tile figcaption {
    padding: 9px;
    font-size: 8px;
  }

  .drift-shade {
    background: linear-gradient(180deg, #f3f0e9 0%, rgba(243, 240, 233, .98) 38%, rgba(243, 240, 233, .62) 52%, rgba(243, 240, 233, 0) 70%);
  }

  .browser-section,
  .layers,
  .gallery,
  .impact {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .layers-head h2 {
    font-size: clamp(3rem, 16vw, 5.6rem);
  }

  .layer-row {
    grid-template-columns: 42px 1fr;
    gap: 12px;
    padding: 24px 0;
  }

  .layer-row p {
    grid-column: 2;
  }

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

  .gallery-visual:nth-child(2) {
    margin-top: 0;
  }

  .gallery-visual:nth-child(3) {
    grid-column: auto;
  }

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

  .metric,
  .metric:not(:first-child) {
    min-height: 190px;
    padding: 26px 0;
    border-right: 0;
  }

  .measurement {
    gap: 44px;
  }

  .impact-title,
  .close-title {
    max-width: 100%;
    font-size: clamp(2.7rem, 11.5vw, 4.5rem);
    overflow-wrap: anywhere;
  }

  .close-bottom {
    min-width: 0;
    max-width: 100%;
    align-items: start;
    flex-direction: column;
  }

  .close-links {
    min-width: 0;
    max-width: 100%;
  }
}

@media (max-width: 420px) {
  .rena-mark {
    width: 92px;
  }

  .hero-copy {
    font-size: 15px;
  }

  .hero-meta strong {
    font-size: 10px;
  }

  .intro-title {
    font-size: clamp(2.6rem, 13vw, 4rem);
  }

  .browser-address {
    max-width: 160px;
    overflow: hidden;
  }

}

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

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

  .hero-video {
    display: none;
  }

  .case-hero {
    height: auto;
  }

  .hero-sticky {
    position: relative;
    min-height: 100svh;
    height: auto;
  }

  .hero-media-frame {
    clip-path: inset(0 round 0) !important;
  }

  .hero-poster {
    transform: none !important;
  }

  .hero-topline,
  .hero-title,
  .hero-bottom {
    opacity: 1 !important;
    filter: none !important;
    transform: none !important;
  }

  .hero-scroll-hint {
    display: none;
  }

  .product-story {
    height: 100svh;
  }

  .drift-track {
    animation: none !important;
    transform: translate3d(0, -12%, 0) !important;
  }

  .drift-column:nth-child(even) .drift-track {
    transform: translate3d(0, -28%, 0) !important;
  }

  .drift-sequence[aria-hidden="true"] {
    display: none;
  }

  .browser-site-scroll {
    transform: none !important;
  }

  .seo-growth.is-enhanced [data-seo-item],
  .seo-growth.is-enhanced .seo-chart-plot,
  .seo-growth.is-enhanced .seo-boat,
  .seo-growth.is-enhanced .seo-chart-tracer {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }

  .seo-chart-tracer {
    display: none;
  }

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

/* TersLab alignment pass — keep the case editorial, direct and brand-led. */
body::after {
  display: none;
}

.case-nav {
  top: 0;
  left: 0;
  width: 100%;
  min-height: 76px;
  padding: 0 var(--gutter);
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, .14);
  border-radius: 0;
  background: rgba(22, 22, 22, .96);
  box-shadow: none;
  backdrop-filter: blur(12px);
  transform: none;
  transition: background-color .3s var(--ease);
}

.case-nav.is-hidden {
  transform: none;
}

.nav-back {
  background: var(--white);
  transition: color .3s var(--ease), background-color .3s var(--ease), transform .3s var(--ease);
}

.nav-back:hover,
.nav-back:focus-visible {
  background: var(--lime);
  transform: scale(1.025);
}

.nav-back:active,
.close-link:active {
  transform: scale(.96);
}

.scroll-progress {
  z-index: 100;
  background: var(--lime);
}

.case-hero {
  height: auto;
  min-height: 100dvh;
  padding-top: 76px;
  background: var(--ink);
}

.hero-sticky {
  position: relative;
  top: auto;
  height: auto;
  min-height: calc(100dvh - 76px);
}

.hero-media-frame {
  clip-path: none !important;
  background: #111;
  box-shadow: none;
  will-change: auto;
}

.hero-video,
.hero-poster {
  object-position: center 46%;
  transform: none !important;
  will-change: auto;
}

.hero-scrim {
  background: linear-gradient(180deg, rgba(0, 0, 0, .28) 0%, rgba(0, 0, 0, .2) 38%, rgba(0, 0, 0, .88) 100%);
}

.hero-topline {
  top: clamp(26px, 4.5vw, 64px);
  opacity: 1 !important;
  filter: none !important;
  transform: none !important;
  will-change: auto;
}

.eyebrow-pill {
  min-height: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: none;
  backdrop-filter: none;
}

.hero-content {
  position: relative;
  inset: auto;
  min-height: calc(100dvh - 76px);
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-end;
  padding: clamp(155px, 21vh, 230px) var(--gutter) clamp(36px, 5vw, 70px);
}

.hero-title {
  max-width: 8ch;
  opacity: 1 !important;
  filter: none !important;
  transform: none !important;
  text-align: left;
  will-change: auto;
}

.hero-bottom {
  position: static;
  width: 100%;
  margin-top: clamp(38px, 6vh, 70px);
  padding-top: clamp(22px, 2.8vw, 36px);
  border-top: 1px solid rgba(255, 255, 255, .32);
  opacity: 1 !important;
  filter: none !important;
  transform: none !important;
  will-change: auto;
}

.hero-scroll-hint {
  display: none;
}

.intro,
.product-story,
.browser-section,
.gallery,
.case-close {
  background: var(--paper);
}

.intro-title,
.section-title,
.layers-head h2,
.journey-head h2,
.gallery-title,
.impact-title {
  font-weight: 500;
  text-transform: uppercase;
}

.intro .eyebrow,
.section-head .eyebrow,
.product-label,
.close-kicker {
  color: #5b5b5b;
}

.intro-title em {
  position: relative;
  color: inherit;
}

.intro-title em::after {
  position: absolute;
  z-index: -1;
  right: -.04em;
  bottom: .08em;
  left: -.04em;
  height: .16em;
  background: var(--lime);
  content: "";
}

.intro-foot {
  border-color: rgba(0, 0, 0, .18);
}

.intro-foot p,
.drift-summary {
  color: #555;
}

.product-story {
  height: auto;
  min-height: clamp(800px, 70vw, 980px);
}

.product-sticky {
  position: relative;
  top: auto;
  height: auto;
  min-height: inherit;
}

.product-sticky::before,
.product-sticky::after {
  display: none;
}

.drift-wall {
  transform: rotateX(calc(8deg + var(--drift-pitch))) rotateY(calc(-8deg + var(--drift-yaw))) rotateZ(-1.4deg) translateZ(-36px) scale(1.035);
  transition: opacity .9s var(--ease), transform .65s var(--ease);
}

.drift-tile {
  border-radius: clamp(12px, 1.25vw, 20px);
  outline-color: rgba(0, 0, 0, .1);
  box-shadow: 0 18px 44px rgba(0, 0, 0, .12);
}

.drift-shade {
  background: linear-gradient(90deg, #f2f2ef 0%, rgba(242, 242, 239, .98) 24%, rgba(242, 242, 239, .78) 32%, rgba(242, 242, 239, .12) 46%, rgba(242, 242, 239, 0) 58%);
}

.drift-steps b {
  color: #616161;
}

.browser-shell {
  padding: 8px;
  border: 1px solid rgba(0, 0, 0, .14);
  border-radius: 2px;
  background: #161616;
  box-shadow: 0 30px 72px rgba(0, 0, 0, .13);
  transform: translate3d(0, 28px, 0) scale(.985);
  transition: transform 1.25s var(--ease);
}

.browser-window {
  border-radius: 0;
}

.layers,
.journey,
.impact {
  background: var(--ink);
}

.layers-head p,
.layer-row p,
.owners-intro p,
.timeline-copy,
.metric-label,
.measurement-copy p {
  color: var(--muted);
}

.layer-row {
  transition: color .35s var(--ease), transform .5s var(--ease);
}

.layer-row:hover {
  color: var(--lime);
  transform: translate3d(4px, 0, 0);
}

.layer-row span,
.journey-head .eyebrow,
.owners-intro span,
.owner-person span,
.timeline-phase,
.timeline-option[aria-selected="true"] span,
.timeline-counter [data-timeline-current] {
  color: var(--lime);
}

.journey {
  background: var(--ink);
}

.journey::after {
  display: none;
}

.journey-timeline {
  border-color: rgba(255, 255, 255, .16);
  border-radius: 0;
  background: #1d1d1d;
  box-shadow: none;
}

.journey-timeline::before {
  display: none;
}

.timeline-wheel:focus-visible {
  box-shadow: inset 3px 0 0 var(--lime);
}

.timeline-option span {
  color: rgba(228, 254, 85, .44);
}

.timeline-option:focus-visible {
  color: var(--lime);
}

.gallery-title {
  max-width: 13ch;
}

.gallery-visual:first-child,
.gallery-visual:nth-child(2) {
  border-radius: clamp(18px, 2vw, 28px);
  outline: 1px solid rgba(0, 0, 0, .1);
}

.gallery-visual img {
  transition: transform 1.25s var(--ease);
}

.gallery-visual:hover img {
  transform: scale(1.015);
}

.impact::before {
  display: none;
}

.metric-value {
  color: var(--lime);
}

.event-stream span {
  border-color: rgba(228, 254, 85, .42);
  border-radius: 0;
  color: var(--lime);
}

.close-link {
  transition: color .3s var(--ease), background-color .3s var(--ease), border-color .3s var(--ease), transform .35s var(--ease);
}

.close-link:hover,
.close-link:focus-visible {
  border-color: var(--lime);
  background: var(--lime);
  color: var(--ink);
  transform: translate3d(0, -2px, 0);
}

[data-reveal] {
  transform: translate3d(0, 26px, 0);
  transition: opacity .95s var(--ease), transform 1.15s var(--ease);
}

[data-reveal="slow"] {
  transition-duration: 1.35s;
}

@media (max-width: 720px) {
  .case-nav {
    top: 0;
    width: 100%;
    min-height: 66px;
    padding: 0 18px;
  }

  .case-hero {
    height: auto;
    min-height: 100dvh;
    padding-top: 66px;
  }

  .hero-sticky,
  .hero-content {
    min-height: calc(100dvh - 66px);
  }

  .hero-media-frame {
    clip-path: none !important;
  }

  .hero-video,
  .hero-poster {
    object-position: 58% 50%;
  }

  .hero-topline {
    top: 26px;
  }

  .hero-content {
    padding: 120px 20px 28px;
  }

  .hero-title {
    max-width: 9ch;
    font-size: clamp(3.1rem, 15vw, 5.2rem);
    text-align: left;
  }

  .hero-bottom {
    gap: 24px;
    margin-top: 30px;
    padding-top: 20px;
  }

  .product-story,
  .product-sticky {
    height: auto;
    min-height: 900px;
  }

  .drift-copy {
    top: 72px;
  }

  .drift-stage {
    inset: 40% -28% -12% -20%;
  }

  .drift-wall {
    transform: rotateX(calc(6deg + var(--drift-pitch))) rotateY(calc(-5deg + var(--drift-yaw))) rotateZ(-2deg) translateZ(-20px) scale(1.025);
  }

  .drift-shade {
    background: linear-gradient(180deg, #f2f2ef 0%, rgba(242, 242, 239, .98) 38%, rgba(242, 242, 239, .58) 54%, rgba(242, 242, 239, 0) 72%);
  }

  .journey-timeline {
    min-height: 720px;
    border-radius: 0;
  }

  .gallery-visual:nth-child(2) {
    margin-top: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .product-story,
  .product-sticky {
    height: auto;
    min-height: 820px;
  }
}

/* Aceternity-inspired components, rebuilt for the static TersLab case study. */
.case-sidebar {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  margin-top: clamp(4rem, 8vw, 8rem);
  overflow: hidden;
  background: #1d1d1d;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, .1),
    0 2rem 5rem rgba(0, 0, 0, .14);
}

.case-sidebar-rail {
  position: relative;
  z-index: 4;
  display: grid;
  grid-template-columns: repeat(4, minmax(5.25rem, 1fr));
  overflow-x: auto;
  background: #171717;
  box-shadow: inset 0 -1px rgba(255, 255, 255, .1);
  scrollbar-width: none;
}

.case-sidebar-rail::-webkit-scrollbar {
  display: none;
}

.case-sidebar-button {
  position: relative;
  z-index: 1;
  min-width: 5.25rem;
  min-height: 4.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: .35rem;
  padding: .75rem .5rem;
  border: 0;
  background: transparent;
  color: rgba(255, 255, 255, .48);
  font: inherit;
  cursor: pointer;
  transition:
    color .35s var(--ease),
    background-color .35s var(--ease),
    box-shadow .35s var(--ease),
    transform .25s var(--ease);
}

.case-sidebar-button + .case-sidebar-button {
  box-shadow: inset 1px 0 rgba(255, 255, 255, .08);
}

.case-sidebar-button:hover,
.case-sidebar-button:focus-visible {
  color: #fff;
  outline: none;
}

.case-sidebar-button:focus-visible {
  box-shadow: inset 0 -3px var(--lime), inset 1px 0 rgba(255, 255, 255, .08);
}

.case-sidebar-button:active {
  transform: scale(.96);
}

.case-sidebar-button[aria-selected="true"] {
  color: var(--lime);
  box-shadow: inset 0 -3px var(--lime);
}

.case-sidebar-index {
  font-size: .6875rem;
  font-variant-numeric: tabular-nums;
  font-weight: 650;
  letter-spacing: .14em;
}

.case-sidebar-label {
  font-size: .625rem;
  font-weight: 650;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.case-sidebar-stage {
  position: relative;
  min-width: 0;
  min-height: 40rem;
  overflow: hidden;
  background: #111;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .06);
}

.case-sidebar-panel {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  transform: translate3d(1rem, 0, 0) scale(1.015);
  transition:
    opacity .34s cubic-bezier(.4, 0, 1, 1),
    transform .46s cubic-bezier(.4, 0, 1, 1);
}

.case-sidebar-panel.is-active {
  z-index: 1;
  opacity: 1;
  pointer-events: auto;
  transform: translate3d(0, 0, 0) scale(1);
  transition:
    opacity .58s cubic-bezier(.2, 0, 0, 1) .08s,
    transform .9s var(--ease);
}

.case-sidebar-panel > img,
.case-sidebar-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.case-sidebar-panel > img {
  object-fit: cover;
  outline: 1px solid rgba(255, 255, 255, .1);
  outline-offset: -1px;
}

.case-sidebar-panel:nth-child(1) > img {
  object-position: center 34%;
}

.case-sidebar-panel:nth-child(2) > img {
  object-position: center top;
}

.case-sidebar-shade {
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(10, 10, 10, .08) 10%, rgba(10, 10, 10, .4) 48%, rgba(10, 10, 10, .97) 100%),
    linear-gradient(90deg, #101010 0%, #101010 42%, rgba(10, 10, 10, .88) 55%, rgba(10, 10, 10, .36) 72%, rgba(10, 10, 10, .12) 100%);
}

.case-sidebar-copy {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 2rem 1.5rem 1.5rem;
}

.case-sidebar-copy > p:first-child {
  margin: 0 0 1rem;
  color: var(--lime);
  font-size: .625rem;
  font-weight: 650;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.case-sidebar-copy h3 {
  max-width: 11ch;
  margin: 0;
  font-size: clamp(2.6rem, 11vw, 5rem);
  font-weight: 500;
  letter-spacing: -.065em;
  line-height: .88;
  text-wrap: balance;
}

.case-sidebar-copy > p:not(:first-child) {
  max-width: 37ch;
  margin: 1.25rem 0 0;
  color: rgba(255, 255, 255, .7);
  font-size: 1rem;
  line-height: 1.55;
  text-wrap: pretty;
}

.case-sidebar-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin: 2rem 0 0;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, .18);
}

.case-sidebar-stats div {
  min-width: 0;
}

.case-sidebar-stats dt {
  color: rgba(255, 255, 255, .46);
  font-size: .5625rem;
  font-weight: 650;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.case-sidebar-stats dd {
  margin: .35rem 0 0;
  color: #fff;
  font-size: clamp(1.2rem, 5vw, 2rem);
  font-variant-numeric: tabular-nums;
  font-weight: 500;
  letter-spacing: -.04em;
}

.reviews {
  position: relative;
  padding: clamp(6rem, 12vw, 11rem) var(--gutter) clamp(7rem, 14vw, 13rem);
  overflow: visible;
  background: var(--paper);
  color: var(--ink);
}

.reviews-copy {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.75rem;
}

.reviews-copy .eyebrow,
.reviews-note {
  color: #626262;
}

.reviews-copy h2 {
  max-width: 12ch;
  margin: 0;
  font-size: clamp(3.1rem, 12vw, 6rem);
  font-weight: 500;
  letter-spacing: -.065em;
  line-height: .88;
  text-transform: uppercase;
  text-wrap: balance;
}

.reviews-copy > p:last-child {
  max-width: 38ch;
  margin: 0;
  color: #555;
  font-size: 1rem;
  line-height: 1.55;
  text-wrap: pretty;
}

.reviews-cluster {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 16rem;
  padding: 5rem 0 3rem;
}

.review-avatar {
  --tooltip-shift: 0px;
  position: relative;
  width: clamp(3.7rem, 15vw, 4.5rem);
  aspect-ratio: 1;
  flex: none;
  padding: .25rem;
  border: 0;
  border-radius: 50%;
  background: var(--paper);
  box-shadow:
    0 0 0 1px rgba(0, 0, 0, .1),
    0 .7rem 2rem rgba(0, 0, 0, .1);
  cursor: pointer;
  transition:
    transform .42s var(--ease),
    box-shadow .42s var(--ease);
}

.review-avatar + .review-avatar {
  margin-left: clamp(-1rem, -3vw, -.75rem);
}

.review-avatar img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  outline: 1px solid rgba(0, 0, 0, .1);
  outline-offset: -1px;
  filter: saturate(.82);
  transition: filter .35s var(--ease), transform .42s var(--ease);
}

.review-avatar:hover,
.review-avatar:focus-visible,
.review-avatar.is-active {
  z-index: 12;
  outline: none;
  box-shadow:
    0 0 0 3px var(--lime),
    0 1.2rem 2.8rem rgba(0, 0, 0, .17);
  transform: translate3d(0, -.55rem, 0) scale(1.035);
}

.review-avatar:active {
  transform: translate3d(0, -.25rem, 0) scale(.96);
}

.review-avatar:hover img,
.review-avatar:focus-visible img,
.review-avatar.is-active img {
  filter: saturate(1);
  transform: scale(1.03);
}

.review-tooltip {
  position: absolute;
  bottom: calc(100% + 1.25rem);
  left: 50%;
  width: min(17.5rem, calc(100vw - 3rem));
  display: grid;
  gap: .35rem;
  padding: 1.15rem;
  border-radius: 1rem;
  background: #161616;
  color: #fff;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, .1),
    0 1.5rem 3.5rem rgba(0, 0, 0, .2);
  opacity: 0;
  pointer-events: none;
  transform: translate3d(calc(-50% + var(--tooltip-shift)), .75rem, 0) scale(.97);
  transform-origin: center bottom;
  transition:
    opacity .2s cubic-bezier(.4, 0, 1, 1),
    transform .25s cubic-bezier(.4, 0, 1, 1);
}

.review-tooltip::after {
  position: absolute;
  top: 100%;
  left: calc(50% - var(--tooltip-shift));
  width: .75rem;
  height: .75rem;
  background: #161616;
  content: "";
  transform: translate3d(-50%, -.4rem, 0) rotate(45deg);
}

.review-avatar:hover .review-tooltip,
.review-avatar:focus-visible .review-tooltip,
.review-avatar.is-active .review-tooltip {
  opacity: 1;
  transform: translate3d(calc(-50% + var(--tooltip-shift)), 0, 0) scale(1);
  transition:
    opacity .3s cubic-bezier(.2, 0, 0, 1),
    transform .46s var(--ease);
}

.review-tooltip strong {
  font-size: .95rem;
  font-weight: 650;
}

.review-tooltip em {
  color: var(--lime);
  font-size: .625rem;
  font-style: normal;
  font-weight: 650;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.review-tooltip q {
  margin-top: .55rem;
  color: rgba(255, 255, 255, .72);
  font-size: .8125rem;
  line-height: 1.5;
  text-wrap: pretty;
}

.reviews-note {
  margin: 0;
  font-size: .625rem;
  font-weight: 650;
  letter-spacing: .12em;
  text-align: center;
  text-transform: uppercase;
}

.close-link {
  gap: .65rem;
  padding-right: .5rem;
}

.close-link:focus-visible {
  outline: none;
  box-shadow:
    0 0 0 3px var(--paper),
    0 0 0 5px var(--ink);
}

.close-link-arrow {
  width: 1.9rem;
  height: 1.9rem;
  display: inline-grid;
  flex: none;
  place-items: center;
  border-radius: 50%;
  background: rgba(22, 22, 22, .08);
  font-size: .75rem;
  transition: transform .35s var(--ease), background-color .35s var(--ease);
}

.close-link.primary .close-link-arrow {
  background: rgba(255, 255, 255, .14);
}

.close-link:hover .close-link-arrow,
.close-link:focus-visible .close-link-arrow {
  background: rgba(22, 22, 22, .1);
  transform: translate3d(.16rem, -.1rem, 0) scale(1.04);
}

.link-preview-link {
  position: relative;
}

.link-preview-card {
  display: none;
}

@media (min-width: 721px) {
  .case-sidebar {
    display: grid;
    grid-template-columns: clamp(10rem, 18vw, 14rem) minmax(0, 1fr);
    min-height: clamp(38rem, 52vw, 48rem);
  }

  .case-sidebar-rail {
    position: relative;
    width: auto;
    height: 100%;
    display: flex;
    flex-direction: column;
    overflow: visible;
    background: rgba(23, 23, 23, .97);
    box-shadow: 1px 0 rgba(255, 255, 255, .1);
  }

  .case-sidebar-rail::before {
    display: none;
  }

  .case-sidebar:hover .case-sidebar-rail::before,
  .case-sidebar-rail:focus-within::before {
    transform: scaleX(1);
  }

  .case-sidebar-button {
    width: 100%;
    min-height: 0;
    flex: 1;
    flex-direction: row;
    justify-content: flex-start;
    gap: 1rem;
    padding: 1rem 1.25rem;
    box-shadow: inset 0 -1px rgba(255, 255, 255, .08);
    text-align: left;
  }

  .case-sidebar-button + .case-sidebar-button {
    box-shadow: inset 0 -1px rgba(255, 255, 255, .08);
  }

  .case-sidebar-button:last-child {
    box-shadow: none;
  }

  .case-sidebar-button[aria-selected="true"] {
    background: rgba(228, 254, 85, .045);
    box-shadow: inset .2rem 0 var(--lime), inset 0 -1px rgba(255, 255, 255, .08);
  }

  .case-sidebar-button:focus-visible {
    box-shadow: inset .2rem 0 var(--lime), inset 0 -1px rgba(255, 255, 255, .08);
  }

  .case-sidebar-index {
    width: 2.75rem;
    flex: none;
  }

  .case-sidebar-label {
    opacity: .64;
    transform: none;
    transition: opacity .26s var(--ease), transform .42s var(--ease);
  }

  .case-sidebar:hover .case-sidebar-label,
  .case-sidebar-rail:focus-within .case-sidebar-label {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }

  .case-sidebar-stage {
    min-height: inherit;
  }

  .case-sidebar-copy {
    padding: clamp(2rem, 4vw, 4rem);
  }

  .case-sidebar-copy h3 {
    font-size: clamp(3.7rem, 6.3vw, 7rem);
  }

  .case-sidebar-stats {
    width: min(34rem, 60%);
  }

  .reviews-copy {
    grid-template-columns: minmax(0, 1.35fr) minmax(16rem, .65fr);
    column-gap: clamp(3rem, 9vw, 10rem);
    align-items: end;
  }

  .reviews-copy .eyebrow {
    grid-column: 1 / -1;
  }

  .reviews-copy h2 {
    font-size: clamp(4rem, 7.4vw, 8.6rem);
  }

  .reviews-copy > p:last-child {
    justify-self: end;
    padding-bottom: .7rem;
  }

  .reviews-cluster {
    min-height: 20rem;
  }

  .review-avatar {
    width: clamp(4.25rem, 5.6vw, 5.75rem);
  }
}

@media (hover: hover) and (pointer: fine) and (min-width: 721px) {
  .link-preview-card {
    position: absolute;
    z-index: 20;
    bottom: calc(100% + 1rem);
    left: 50%;
    width: 16.5rem;
    display: block;
    padding: .4rem;
    border-radius: 1.5rem;
    background: rgba(22, 22, 22, .1);
    color: #fff;
    box-shadow:
      0 0 0 1px rgba(0, 0, 0, .08),
      0 1.5rem 4rem rgba(0, 0, 0, .16);
    opacity: 0;
    pointer-events: none;
    transform: translate3d(-50%, .75rem, 0) scale(.97);
    transform-origin: center bottom;
    transition:
      opacity .2s cubic-bezier(.4, 0, 1, 1),
      transform .24s cubic-bezier(.4, 0, 1, 1);
  }

  .link-preview-link:hover .link-preview-card,
  .link-preview-link:focus-visible .link-preview-card {
    opacity: 1;
    transform: translate3d(-50%, 0, 0) scale(1);
    transition:
      opacity .3s cubic-bezier(.2, 0, 0, 1),
      transform .48s var(--ease);
  }

  .link-preview-media {
    display: block;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    border-radius: 1.1rem;
    background: #202020;
  }

  .link-preview-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    outline: 1px solid rgba(255, 255, 255, .1);
    outline-offset: -1px;
    transition: transform .7s var(--ease);
  }

  .link-preview-link:hover .link-preview-media img,
  .link-preview-link:focus-visible .link-preview-media img {
    transform: scale(1.025);
  }

  .link-preview-copy {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 1rem;
    padding: .9rem .7rem .7rem;
  }

  .link-preview-copy small {
    color: rgba(255, 255, 255, .52);
    font-size: .5625rem;
    font-weight: 650;
    letter-spacing: .14em;
    text-transform: uppercase;
  }

  .link-preview-copy strong {
    color: #fff;
    font-size: .875rem;
    font-weight: 500;
  }
}

@media (max-width: 420px) {
  .case-sidebar-label {
    font-size: .5625rem;
  }

  .case-sidebar-stage {
    min-height: 38rem;
  }

  .case-sidebar-copy > p:not(:first-child) {
    font-size: .9375rem;
  }

  .reviews-cluster {
    min-height: 15rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .case-sidebar-panel,
  .case-sidebar-panel.is-active,
  .case-sidebar-rail::before,
  .case-sidebar-label,
  .review-avatar,
  .review-avatar img,
  .review-tooltip,
  .link-preview-card,
  .link-preview-media img {
    transition: none !important;
  }
}

/* Renáuticos product console — platform treatment inspired by the sidebar reference. */
.case-sidebar {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: .5rem;
  min-width: 0;
  min-height: 0;
  margin-top: clamp(4rem, 8vw, 8rem);
  padding: .5rem;
  overflow: hidden;
  border-radius: 1.625rem;
  background: #0d0e0e;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, .09),
    0 2rem 5rem rgba(0, 0, 0, .18);
}

.case-sidebar-rail {
  position: relative;
  z-index: 5;
  width: 100%;
  height: 4.5rem;
  display: flex;
  flex: none;
  align-items: center;
  gap: .5rem;
  padding: .5rem;
  overflow: hidden;
  border-radius: 1.125rem;
  background: #f2f2ef;
  color: #171817;
  box-shadow:
    0 0 0 1px rgba(0, 0, 0, .06),
    0 .25rem 1rem rgba(0, 0, 0, .06);
}

.case-sidebar-rail::before {
  display: none;
}

.case-sidebar-brand {
  height: 3.5rem;
  display: flex;
  flex: none;
  align-items: center;
  gap: .8rem;
}

.case-sidebar-mark {
  width: 3.5rem;
  height: 3.5rem;
  display: grid;
  flex: none;
  place-items: center;
  overflow: hidden;
  border-radius: .625rem;
  background: #fff;
  box-shadow:
    0 0 0 1px rgba(0, 0, 0, .07),
    0 .25rem .9rem rgba(0, 0, 0, .08);
}

.case-sidebar-mark img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  outline: 1px solid rgba(0, 0, 0, .1);
  outline-offset: -1px;
}

.case-sidebar-brand-copy,
.case-sidebar-user-copy {
  display: none;
}

.case-sidebar-tabs {
  min-width: 0;
  display: flex;
  flex: 1;
  justify-content: flex-end;
  gap: .25rem;
}

.case-sidebar-button {
  position: relative;
  width: 3.25rem;
  min-width: 3.25rem;
  min-height: 3.25rem;
  display: flex;
  flex: none;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  border-radius: .75rem;
  background: transparent;
  color: #6c6f6d;
  box-shadow: none;
  cursor: pointer;
  transition:
    color .22s var(--ease),
    background-color .22s var(--ease),
    box-shadow .22s var(--ease),
    transform .18s var(--ease);
}

.case-sidebar-button + .case-sidebar-button,
.case-sidebar-button:last-child {
  box-shadow: none;
}

.case-sidebar-button:hover {
  background: rgba(10, 10, 10, .055);
  color: #171817;
}

.case-sidebar-button:focus-visible {
  outline: none;
  color: #171817;
  box-shadow: 0 0 0 2px #f2f2ef, 0 0 0 4px #171817;
}

.case-sidebar-button:active {
  transform: scale(.96);
}

.case-sidebar-button[aria-selected="true"] {
  background: var(--lime);
  color: #171817;
  box-shadow:
    0 0 0 1px rgba(0, 0, 0, .07),
    0 .4rem 1rem rgba(107, 126, 0, .14);
}

.case-sidebar-icon {
  width: 1.3rem;
  height: 1.3rem;
  display: grid;
  flex: none;
  place-items: center;
}

.case-sidebar-icon svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.65;
}

.case-sidebar-label,
.case-sidebar-user {
  display: none;
}

.case-sidebar-stage {
  position: relative;
  width: 100%;
  min-width: 0;
  min-height: 62rem;
  overflow: hidden;
  border-radius: 1.125rem;
  background: #f2f2ef;
  color: #151615;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .06);
}

.platform-topbar {
  position: absolute;
  z-index: 4;
  top: 0;
  right: 0;
  left: 0;
  height: 4.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0 1rem;
  border-bottom: 1px solid rgba(0, 0, 0, .08);
  background: rgba(242, 242, 239, .88);
  backdrop-filter: blur(1rem);
}

.platform-topbar > span:first-child {
  min-width: 0;
  display: grid;
  gap: .15rem;
}

.platform-topbar strong {
  overflow: hidden;
  font-size: .875rem;
  font-weight: 650;
  letter-spacing: -.015em;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.platform-topbar small {
  overflow: hidden;
  color: #737673;
  font-size: .6875rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.platform-live {
  min-height: 2rem;
  display: inline-flex;
  flex: none;
  align-items: center;
  gap: .45rem;
  padding: 0 .7rem;
  border-radius: 999px;
  background: #fff;
  color: #4e514f;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, .07), 0 .25rem .8rem rgba(0, 0, 0, .04);
  font-size: .6875rem;
  font-weight: 600;
  white-space: nowrap;
}

.platform-live i,
.platform-activity li > i {
  width: .42rem;
  height: .42rem;
  flex: none;
  border-radius: 50%;
  background: #46b96f;
  box-shadow: 0 0 0 .22rem rgba(70, 185, 111, .12);
}

.case-sidebar-panel,
.case-sidebar-panel.is-active {
  position: absolute;
  inset: 4.5rem 0 0;
  display: grid;
  align-content: start;
  gap: 1.25rem;
  padding: 1rem;
  overflow-y: auto;
  background: #f2f2ef;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translate3d(0, .5rem, 0);
  scrollbar-width: none;
  transition:
    opacity .16s cubic-bezier(.4, 0, 1, 1),
    transform .2s cubic-bezier(.4, 0, 1, 1),
    visibility 0s linear .2s;
}

.case-sidebar-panel::-webkit-scrollbar {
  display: none;
}

.case-sidebar-panel.is-active {
  z-index: 2;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translate3d(0, 0, 0);
  transition:
    opacity .32s cubic-bezier(.2, 0, 0, 1) .05s,
    transform .42s var(--ease),
    visibility 0s linear 0s;
}

.platform-panel-head {
  display: grid;
  gap: .8rem;
}

.platform-panel-head > div {
  min-width: 0;
}

.platform-panel-head > div > p,
.platform-card > span,
.platform-preview figcaption > span {
  margin: 0 0 .45rem;
  color: #6b6e6b;
  font-size: .6875rem;
  font-weight: 650;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.platform-panel-head h3 {
  max-width: 15ch;
  margin: 0;
  font-size: clamp(2rem, 8vw, 3rem);
  font-weight: 500;
  letter-spacing: -.055em;
  line-height: .94;
  text-wrap: balance;
}

.platform-panel-head > p {
  max-width: 43ch;
  margin: 0;
  color: #626562;
  font-size: .9375rem;
  line-height: 1.5;
  text-wrap: pretty;
}

.platform-kpis {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .65rem;
}

.platform-kpis > div,
.platform-card {
  background: #fff;
  box-shadow:
    0 0 0 1px rgba(0, 0, 0, .06),
    0 1px 2px -1px rgba(0, 0, 0, .06),
    0 2px 4px rgba(0, 0, 0, .035);
}

.platform-kpis > div {
  min-width: 0;
  min-height: 6rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: .85rem;
  border-radius: .875rem;
}

.platform-kpis span,
.platform-kpis small {
  overflow: hidden;
  color: #797c79;
  font-size: .6875rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.platform-kpis strong {
  overflow: hidden;
  margin: .35rem 0 .15rem;
  font-size: clamp(1.15rem, 5vw, 1.65rem);
  font-variant-numeric: tabular-nums;
  font-weight: 560;
  letter-spacing: -.045em;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.platform-kpis strong.is-live {
  color: #278d4d;
}

.platform-workspace {
  min-width: 0;
  display: grid;
  gap: .65rem;
}

.platform-preview {
  position: relative;
  min-width: 0;
  height: 16rem;
  margin: 0;
  overflow: hidden;
  border-radius: 1rem;
  background: #171817;
  box-shadow:
    0 0 0 1px rgba(0, 0, 0, .08),
    0 .75rem 2rem rgba(0, 0, 0, .08);
}

.platform-preview::after {
  position: absolute;
  inset: 45% 0 0;
  background: linear-gradient(180deg, transparent, rgba(8, 10, 9, .86));
  content: "";
  pointer-events: none;
}

.platform-preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  outline: 1px solid rgba(255, 255, 255, .1);
  outline-offset: -1px;
  filter: saturate(.9) contrast(1.02);
  transition: transform .7s var(--ease), filter .35s var(--ease);
}

.case-sidebar-panel.is-active .platform-preview:hover img {
  filter: saturate(1) contrast(1.02);
  transform: scale(1.025);
}

.platform-preview figcaption {
  position: absolute;
  z-index: 2;
  right: 1rem;
  bottom: 1rem;
  left: 1rem;
  display: grid;
  gap: .2rem;
  color: #fff;
}

.platform-preview figcaption > span {
  margin: 0;
  color: rgba(255, 255, 255, .6);
}

.platform-preview figcaption strong {
  font-size: 1rem;
  font-weight: 520;
  letter-spacing: -.02em;
}

.platform-side-stack {
  min-width: 0;
  display: grid;
  gap: .65rem;
}

.platform-card {
  min-width: 0;
  padding: 1rem;
  border-radius: .875rem;
}

.platform-card h4 {
  max-width: 21ch;
  margin: 0;
  font-size: 1.25rem;
  font-weight: 520;
  letter-spacing: -.035em;
  line-height: 1.08;
  text-wrap: balance;
}

.platform-tags {
  display: flex;
  flex-wrap: wrap;
  gap: .4rem;
  margin-top: 1rem;
}

.platform-tags span {
  min-height: 1.75rem;
  display: inline-flex;
  align-items: center;
  padding: 0 .65rem;
  border-radius: .5rem;
  background: #edede9;
  color: #555855;
  font-size: .6875rem;
  font-weight: 560;
}

.platform-activity ul {
  display: grid;
  gap: .7rem;
  margin: .9rem 0 0;
  padding: 0;
  list-style: none;
}

.platform-activity li {
  display: flex;
  align-items: center;
  gap: .75rem;
}

.platform-activity li > span {
  min-width: 0;
  display: grid;
  gap: .05rem;
}

.platform-activity li strong,
.platform-activity li small {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.platform-activity li strong {
  font-size: .75rem;
  font-weight: 620;
}

.platform-activity li small {
  color: #777a77;
  font-size: .6875rem;
}

@media (min-width: 768px) {
  .case-sidebar {
    min-height: 62rem;
    flex-direction: row;
    gap: .75rem;
    padding: .75rem;
  }

  .case-sidebar-rail {
    width: 4.75rem;
    height: auto;
    align-self: stretch;
    flex-direction: column;
    align-items: stretch;
    gap: 1rem;
    padding: .625rem;
    border-radius: .875rem;
    transition: width .42s var(--ease), box-shadow .3s var(--ease);
  }

  .case-sidebar-rail:hover,
  .case-sidebar-rail:focus-within {
    width: 15.25rem;
    box-shadow:
      0 0 0 1px rgba(0, 0, 0, .07),
      .75rem 0 2.5rem rgba(0, 0, 0, .1);
  }

  .case-sidebar-brand {
    width: 14rem;
    height: 3.5rem;
  }

  .case-sidebar-brand-copy,
  .case-sidebar-user-copy {
    min-width: 0;
    display: grid;
    gap: .1rem;
    opacity: 0;
    transform: translate3d(-.5rem, 0, 0);
    transition: opacity .2s var(--ease), transform .35s var(--ease);
  }

  .case-sidebar-brand-copy strong,
  .case-sidebar-user-copy strong {
    overflow: hidden;
    font-size: .8125rem;
    font-weight: 650;
    letter-spacing: -.015em;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .case-sidebar-brand-copy small,
  .case-sidebar-user-copy small {
    overflow: hidden;
    color: #777a77;
    font-size: .6875rem;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .case-sidebar-tabs {
    flex-direction: column;
    flex: none;
    justify-content: flex-start;
    gap: .3rem;
  }

  .case-sidebar-button {
    width: 14rem;
    min-width: 0;
    min-height: 3.5rem;
    justify-content: flex-start;
    gap: .8rem;
    padding: 0 .6rem;
    text-align: left;
  }

  .case-sidebar-button + .case-sidebar-button,
  .case-sidebar-button:last-child,
  .case-sidebar-button[aria-selected="true"] {
    box-shadow: none;
  }

  .case-sidebar-button[aria-selected="true"] {
    background: var(--lime);
  }

  .case-sidebar-label {
    min-width: 0;
    display: grid;
    gap: .1rem;
    opacity: 0;
    transform: translate3d(-.5rem, 0, 0);
    transition: opacity .2s var(--ease), transform .35s var(--ease);
  }

  .case-sidebar-label strong,
  .case-sidebar-label small {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .case-sidebar-label strong {
    font-size: .8125rem;
    font-weight: 620;
    letter-spacing: -.01em;
    text-transform: none;
  }

  .case-sidebar-label small {
    color: #7d807d;
    font-size: .6875rem;
    font-weight: 450;
    letter-spacing: 0;
    text-transform: none;
  }

  .case-sidebar-button[aria-selected="true"] .case-sidebar-label small {
    color: rgba(23, 24, 23, .62);
  }

  .case-sidebar-user {
    width: 14rem;
    min-height: 3.5rem;
    display: flex;
    align-items: center;
    gap: .8rem;
    margin-top: auto;
    padding: .35rem;
    border-radius: .75rem;
    background: rgba(0, 0, 0, .035);
  }

  .case-sidebar-avatar {
    width: 2.8rem;
    height: 2.8rem;
    display: grid;
    flex: none;
    place-items: center;
    border-radius: .55rem;
    background: #171817;
    color: var(--lime);
    font-size: .6875rem;
    font-variant-numeric: tabular-nums;
    font-weight: 700;
    letter-spacing: .04em;
  }

  .case-sidebar:hover .case-sidebar-label {
    opacity: 0;
    transform: translate3d(-.5rem, 0, 0);
  }

  .case-sidebar-rail:hover .case-sidebar-label,
  .case-sidebar-rail:focus-within .case-sidebar-label,
  .case-sidebar-rail:hover .case-sidebar-brand-copy,
  .case-sidebar-rail:focus-within .case-sidebar-brand-copy,
  .case-sidebar-rail:hover .case-sidebar-user-copy,
  .case-sidebar-rail:focus-within .case-sidebar-user-copy {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition-delay: .08s;
  }

  .case-sidebar-stage {
    min-height: 60.5rem;
    flex: 1;
    border-radius: .875rem;
  }

  .platform-topbar {
    padding: 0 1.5rem;
  }

  .case-sidebar-panel,
  .case-sidebar-panel.is-active {
    gap: 1.5rem;
    padding: 1.5rem;
  }

  .platform-panel-head {
    grid-template-columns: minmax(0, 1fr) minmax(15rem, .72fr);
    align-items: end;
    gap: 2rem;
  }

  .platform-panel-head h3 {
    font-size: clamp(2.5rem, 5.2vw, 4.25rem);
  }

  .platform-panel-head > p {
    justify-self: end;
  }
}

@media (min-width: 1024px) {
  .case-sidebar {
    min-height: 48rem;
  }

  .case-sidebar-stage {
    min-height: 46.5rem;
  }

  .platform-kpis {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .platform-kpis > div {
    min-height: 6.75rem;
    padding: 1rem;
  }

  .platform-workspace {
    grid-template-columns: minmax(0, 1.45fr) minmax(13rem, .7fr);
  }

  .platform-preview {
    height: 18.25rem;
  }

  .platform-side-stack {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }
}

@media (prefers-reduced-motion: reduce) {
  .case-sidebar-rail,
  .case-sidebar-brand-copy,
  .case-sidebar-user-copy,
  .case-sidebar-label,
  .platform-preview img {
    transition: none !important;
  }
}

/* Scroll-expand opening and editorial project overview. */
.case-hero[data-scroll-expand] {
  --hero-nav-height: 76px;
  height: 230svh;
  min-height: 150svh;
  padding-top: var(--hero-nav-height);
  background:
    radial-gradient(circle at 50% 45%, rgba(0, 139, 146, .1), transparent 42%),
    var(--paper);
}

.case-hero[data-scroll-expand] .hero-sticky {
  position: sticky;
  top: var(--hero-nav-height);
  height: calc(100svh - var(--hero-nav-height));
  min-height: 0;
  display: grid;
  place-items: center;
  overflow: hidden;
}

.case-hero[data-scroll-expand] .hero-media-frame {
  --expand-scale: .64;
  --expand-radius: 2rem;
  --media-zoom: 1.065;
  position: relative;
  inset: auto;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: var(--expand-radius);
  background: #0b1719;
  box-shadow: 0 2.5rem 7rem rgba(0, 0, 0, .34);
  transform: translateZ(0) scale(var(--expand-scale));
  transform-origin: center center;
  will-change: transform, border-radius;
}

.case-hero[data-scroll-expand] .hero-video,
.case-hero[data-scroll-expand] .hero-poster {
  object-position: center 46%;
  transform: translateZ(0) scale(var(--media-zoom)) !important;
  transform-origin: center center;
  will-change: transform;
}

.case-hero[data-scroll-expand] .hero-scrim {
  background:
    radial-gradient(circle at 50% 50%, rgba(0, 139, 146, .04), rgba(3, 16, 20, .16) 58%, rgba(3, 12, 15, .46) 100%);
}

.hero-brand-lockup {
  position: absolute;
  z-index: 4;
  inset: 0;
  display: grid;
  place-items: center;
  pointer-events: none;
}

.hero-brand-lockup .rena-mark {
  width: clamp(10.5rem, 17vw, 17rem);
  height: auto;
  display: block;
  opacity: var(--logo-opacity, 1);
  filter: drop-shadow(0 .75rem 2rem rgba(0, 0, 0, .3));
  transform: translateZ(0) scale(var(--logo-scale, 1));
  transform-origin: center;
  will-change: transform, opacity;
}

.project-overview {
  position: relative;
  z-index: 2;
  padding: clamp(7rem, 12vw, 12rem) var(--gutter) clamp(6.5rem, 10vw, 10rem);
  overflow: visible;
  background: var(--paper);
  color: var(--ink);
}

.project-overview-grid {
  display: grid;
  grid-template-columns: minmax(10rem, .45fr) minmax(0, 1.55fr);
  align-items: start;
  gap: clamp(3rem, 8vw, 9rem);
}

.project-overview > .project-overview-grid > .eyebrow {
  padding-top: .7rem;
  color: #5b5b5b;
}

.project-overview-copy h1 {
  max-width: 8.5ch;
  margin: 0;
  color: var(--ink);
  font-size: clamp(4rem, 9.25vw, 10rem);
  font-weight: 500;
  letter-spacing: -.075em;
  line-height: .82;
  text-transform: uppercase;
  text-wrap: balance;
}

.project-overview-copy > p {
  max-width: 43rem;
  margin: clamp(2.25rem, 5vw, 5rem) 0 0;
  color: #4d4d4a;
  font-size: clamp(1.1rem, 1.7vw, 1.5rem);
  line-height: 1.45;
  text-wrap: pretty;
}

.project-overview-foot {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(18rem, .75fr);
  align-items: end;
  gap: clamp(3rem, 8vw, 9rem);
  margin-top: clamp(5rem, 9vw, 9rem);
  margin-left: calc(clamp(10rem, 22.5vw, 19rem) + clamp(3rem, 8vw, 9rem));
  padding-top: clamp(1.5rem, 2.5vw, 2.5rem);
  border-top: 1px solid rgba(22, 22, 22, .22);
}

.project-meta {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1.5rem, 4vw, 4rem);
  margin: 0;
}

.project-meta div {
  min-width: 0;
}

.project-meta dt {
  color: #777772;
  font-size: .625rem;
  font-weight: 650;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.project-meta dd {
  margin: .55rem 0 0;
  font-size: clamp(.9rem, 1.1vw, 1.05rem);
  font-weight: 500;
  letter-spacing: -.02em;
}

.project-preview-copy {
  max-width: 29rem;
  margin: 0;
  color: #646460;
  font-size: .95rem;
  line-height: 1.7;
  text-wrap: pretty;
}

.inline-preview-link {
  position: relative;
  display: inline-block;
  color: var(--ink);
  font-weight: 650;
  text-decoration-line: underline;
  text-decoration-color: var(--sea);
  text-decoration-thickness: .1em;
  text-underline-offset: .22em;
  transition: color .25s var(--ease), text-decoration-color .25s var(--ease);
}

.inline-preview-link:hover,
.inline-preview-link:focus-visible {
  color: var(--sea);
  text-decoration-color: var(--lime);
}

.inline-preview-link:focus-visible {
  outline: 2px solid var(--sea);
  outline-offset: .22rem;
}

.inline-preview-link .link-preview-card {
  background: #171817 !important;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, .08),
    0 1.5rem 4rem rgba(0, 0, 0, .22);
}

.inline-preview-link:hover .link-preview-card,
.inline-preview-link:focus-visible .link-preview-card {
  opacity: 1 !important;
}

@media (max-width: 900px) {
  .project-overview-grid {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

  .project-overview > .project-overview-grid > .eyebrow {
    padding-top: 0;
  }

  .project-overview-foot {
    grid-template-columns: 1fr;
    gap: 3.5rem;
    margin-left: 0;
  }
}

@media (max-width: 720px) {
  .case-hero[data-scroll-expand] {
    --hero-nav-height: 66px;
    height: 205svh;
    min-height: 150svh;
  }

  .case-hero[data-scroll-expand] .hero-media-frame {
    --expand-scale: .86;
    --expand-radius: 1.4rem;
  }

  .case-hero[data-scroll-expand] .hero-video,
  .case-hero[data-scroll-expand] .hero-poster {
    object-position: 58% 50%;
  }

  .hero-brand-lockup .rena-mark {
    width: clamp(9rem, 42vw, 12rem);
  }

  .project-overview {
    padding: 6.5rem 1.25rem 6rem;
  }

  .project-overview-copy h1 {
    max-width: 9ch;
    font-size: clamp(3.35rem, 16vw, 5.6rem);
    line-height: .84;
  }

  .project-overview-copy > p {
    margin-top: 2.25rem;
    font-size: 1.05rem;
  }

  .project-overview-foot {
    margin-top: 4.5rem;
  }

  .project-meta {
    grid-template-columns: 1fr 1fr;
    row-gap: 2rem;
  }

  .project-meta > div:first-child {
    grid-column: 1 / -1;
  }
}

@media (prefers-reduced-motion: reduce) {
  .case-hero[data-scroll-expand] {
    height: auto;
    min-height: 0;
  }

  .case-hero[data-scroll-expand] .hero-sticky {
    position: relative;
    top: auto;
    height: calc(100svh - var(--hero-nav-height));
  }

  .case-hero[data-scroll-expand] .hero-media-frame {
    --expand-scale: 1 !important;
    --expand-radius: 0 !important;
    transform: none;
    will-change: auto;
  }

  .case-hero[data-scroll-expand] .hero-video,
  .case-hero[data-scroll-expand] .hero-poster,
  .hero-brand-lockup .rena-mark {
    transform: none !important;
    will-change: auto;
  }
}

/* MacBook Scroll — a TersLab adaptation of the emerging-screen gesture. */
.browser-section {
  padding: clamp(6.5rem, 11vw, 11rem) var(--gutter) 0;
  overflow: clip;
}

.browser-section .section-title {
  max-width: 12ch;
}

.macbook-scroll-scene {
  --mac-device-y: 4rem;
  --mac-device-scale: .82;
  --mac-lid-tilt: -18deg;
  --mac-sheet-y: -4%;
  --mac-sheet-scale: .68;
  --mac-sheet-tilt: 9deg;
  --mac-sheet-opacity: 0;
  position: relative;
  height: 175svh;
  margin: clamp(4.5rem, 9vw, 8rem) calc(var(--gutter) * -1) 0;
}

.macbook-sticky {
  position: sticky;
  top: 66px;
  height: calc(100svh - 66px);
  min-height: 35rem;
  overflow: hidden;
  perspective: 82rem;
  perspective-origin: 50% 42%;
  background:
    radial-gradient(circle at 50% 40%, rgba(0, 139, 146, .095), transparent 36%),
    linear-gradient(180deg, rgba(242, 242, 239, 0) 0%, #ecece8 100%);
}

.macbook-atmosphere {
  position: absolute;
  z-index: 0;
  top: 12%;
  left: 50%;
  width: min(88vw, 72rem);
  aspect-ratio: 1.7;
  border-radius: 50%;
  background: radial-gradient(ellipse, rgba(0, 139, 146, .11), rgba(0, 139, 146, 0) 68%);
  opacity: .78;
  transform: translate3d(-50%, 0, 0);
  pointer-events: none;
}

.macbook-device {
  position: absolute;
  z-index: 2;
  top: 14%;
  left: 50%;
  width: min(92vw, 34rem);
  transform: translate3d(-50%, var(--mac-device-y), 0) scale(var(--mac-device-scale));
  transform-origin: center 58%;
  transform-style: preserve-3d;
  will-change: transform;
}

.macbook-lid {
  position: relative;
  z-index: 2;
  width: 100%;
  aspect-ratio: 16 / 10;
  padding: .42rem;
  overflow: hidden;
  border-radius: 1.1rem 1.1rem .48rem .48rem;
  background:
    linear-gradient(112deg, #828383 0%, #d8d9d8 16%, #777879 50%, #cfd0cf 84%, #707172 100%);
  box-shadow:
    0 0 0 1px rgba(0, 0, 0, .16),
    0 1.8rem 4.5rem rgba(6, 32, 35, .15);
  transform: rotateX(var(--mac-lid-tilt));
  transform-origin: center bottom;
  transform-style: preserve-3d;
  will-change: transform;
}

.macbook-lid::before {
  position: absolute;
  inset: .14rem;
  border-radius: .96rem .96rem .38rem .38rem;
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, .5);
  content: "";
  pointer-events: none;
}

.macbook-camera {
  position: absolute;
  z-index: 4;
  top: .67rem;
  left: 50%;
  width: .28rem;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #273133;
  box-shadow: inset 0 0 0 1px rgba(114, 232, 220, .2);
  transform: translateX(-50%);
}

.macbook-display {
  position: relative;
  height: 100%;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: .76rem .76rem .24rem .24rem;
  background:
    radial-gradient(circle at 50% 48%, rgba(0, 139, 146, .23), transparent 34%),
    linear-gradient(145deg, #07171a, #101111 78%);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, .09),
    inset 0 0 4rem rgba(0, 0, 0, .48);
}

.macbook-display::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(116deg, rgba(255, 255, 255, .08), transparent 22%, transparent 72%, rgba(255, 255, 255, .035));
  content: "";
  pointer-events: none;
}

.macbook-display img {
  width: clamp(8rem, 28%, 12rem);
  height: auto;
  display: block;
  opacity: .94;
  outline: 0;
  filter: drop-shadow(0 .75rem 2rem rgba(0, 0, 0, .24));
}

.macbook-display span {
  position: absolute;
  right: 1rem;
  bottom: .9rem;
  left: 1rem;
  color: rgba(255, 255, 255, .4);
  font-size: .5rem;
  font-weight: 650;
  letter-spacing: .16em;
  text-align: center;
  text-transform: uppercase;
}

.macbook-hinge {
  position: relative;
  z-index: 3;
  width: 84%;
  height: .46rem;
  margin: -.25rem auto 0;
  border-radius: 0 0 .55rem .55rem;
  background: linear-gradient(90deg, #363738, #a8a9a8 15%, #656667 50%, #a8a9a8 85%, #363738);
  box-shadow: 0 .18rem .4rem rgba(0, 0, 0, .26);
}

.macbook-base {
  position: relative;
  z-index: 1;
  width: 112%;
  height: clamp(7rem, 25vw, 10rem);
  margin: -.14rem 0 0 -6%;
  border-radius: .5rem .5rem 1.75rem 1.75rem;
  background: linear-gradient(152deg, #a8aaa9 0%, #dadbd9 22%, #8f9191 60%, #d6d7d5 100%);
  box-shadow:
    0 0 0 1px rgba(0, 0, 0, .1),
    0 1.8rem 3rem rgba(9, 35, 37, .14);
  transform: rotateX(60deg);
  transform-origin: center top;
  transform-style: preserve-3d;
}

.macbook-base::after {
  position: absolute;
  inset: .32rem;
  border-radius: .35rem 1rem 1.35rem 1.35rem;
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, .6);
  content: "";
  pointer-events: none;
}

.macbook-keys {
  position: absolute;
  z-index: 2;
  top: .85rem;
  left: 14%;
  width: 72%;
  height: 48%;
  border-radius: .35rem;
  background-color: #242525;
  background-image:
    repeating-linear-gradient(90deg, transparent 0 6.6%, rgba(202, 205, 203, .42) 6.6% 7.15%),
    repeating-linear-gradient(180deg, transparent 0 21%, rgba(202, 205, 203, .42) 21% 23%);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .55), inset 0 -.35rem .8rem rgba(0, 0, 0, .28);
}

.macbook-speaker {
  position: absolute;
  z-index: 2;
  top: .9rem;
  width: 9%;
  height: 47%;
  opacity: .45;
  background-image: radial-gradient(circle, #575958 .055rem, transparent .065rem);
  background-size: .28rem .28rem;
}

.macbook-speaker-left {
  left: 2.5%;
}

.macbook-speaker-right {
  right: 2.5%;
}

.macbook-trackpad {
  position: absolute;
  z-index: 2;
  right: 32%;
  bottom: .45rem;
  left: 32%;
  height: 34%;
  border-radius: .42rem;
  box-shadow: inset 0 0 0 1px rgba(45, 47, 47, .22), inset 0 1px 0 rgba(255, 255, 255, .32);
}

.macbook-lip {
  position: absolute;
  z-index: 3;
  right: 40%;
  bottom: -.08rem;
  left: 40%;
  height: .35rem;
  border-radius: .5rem .5rem 0 0;
  background: rgba(71, 73, 72, .42);
}

.macbook-emergent {
  position: absolute;
  z-index: 7;
  top: 16%;
  left: 50%;
  width: min(84vw, 32rem);
  margin: 0;
  opacity: var(--mac-sheet-opacity);
  transform: translate3d(-50%, var(--mac-sheet-y), 6rem) rotateX(var(--mac-sheet-tilt)) scale(var(--mac-sheet-scale));
  transform-origin: center top;
  transform-style: preserve-3d;
  pointer-events: none;
  will-change: transform, opacity;
}

.macbook-emergent-media {
  aspect-ratio: 1440 / 1050;
  overflow: hidden;
  border-radius: .8rem .8rem .25rem .25rem;
  background: #10242b;
  box-shadow:
    0 0 0 1px rgba(0, 0, 0, .1),
    0 2.5rem 6rem rgba(7, 46, 49, .25);
}

.macbook-emergent-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: top center;
  outline: 1px solid rgba(0, 0, 0, .1);
  outline-offset: -1px;
}

.macbook-emergent figcaption {
  min-height: 3.15rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: .7rem .85rem;
  border-radius: 0 0 .8rem .8rem;
  background: #171817;
  color: #fff;
  box-shadow: 0 .5rem 1.5rem rgba(0, 0, 0, .12);
}

.macbook-emergent figcaption span {
  color: var(--aqua);
  font-size: .56rem;
  font-weight: 650;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.macbook-emergent figcaption strong {
  font-size: .7rem;
  font-weight: 500;
  letter-spacing: -.01em;
  text-align: right;
}

.macbook-scroll-note {
  position: absolute;
  z-index: 9;
  right: 1.25rem;
  bottom: 1.25rem;
  display: inline-flex;
  align-items: center;
  gap: .7rem;
  margin: 0;
  color: #686864;
  font-size: .56rem;
  font-weight: 650;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.macbook-scroll-note span {
  width: 1.8rem;
  height: 1px;
  background: var(--sea);
}

@media (min-width: 721px) {
  .macbook-scroll-scene {
    --mac-device-y: 5rem;
    --mac-device-scale: .88;
    --mac-lid-tilt: -20deg;
    --mac-sheet-scale: .64;
    height: 215svh;
  }

  .macbook-sticky {
    top: 76px;
    height: calc(100svh - 76px);
    min-height: 40rem;
  }

  .macbook-device {
    top: 8%;
    width: min(76vw, 68rem, calc((100svh - 76px) * 1.15));
  }

  .macbook-lid {
    padding: .62rem;
    border-radius: 1.5rem 1.5rem .62rem .62rem;
  }

  .macbook-lid::before {
    inset: .2rem;
    border-radius: 1.3rem 1.3rem .48rem .48rem;
  }

  .macbook-display {
    border-radius: 1.05rem 1.05rem .34rem .34rem;
  }

  .macbook-camera {
    top: .91rem;
    width: .36rem;
  }

  .macbook-display span {
    right: 1.5rem;
    bottom: 1.35rem;
    left: 1.5rem;
    font-size: .58rem;
  }

  .macbook-hinge {
    height: .62rem;
    margin-top: -.34rem;
  }

  .macbook-base {
    height: clamp(10rem, 17vw, 14.5rem);
    border-radius: .6rem .6rem 2.4rem 2.4rem;
  }

  .macbook-keys {
    top: 1.1rem;
  }

  .macbook-speaker {
    top: 1.2rem;
  }

  .macbook-trackpad {
    bottom: .65rem;
  }

  .macbook-emergent {
    top: 10%;
    width: min(66vw, 59rem, calc((100svh - 76px) * 1.05));
  }

  .macbook-emergent-media {
    border-radius: 1rem 1rem .32rem .32rem;
  }

  .macbook-emergent figcaption {
    min-height: 4rem;
    padding: .9rem 1.2rem;
    border-radius: 0 0 1rem 1rem;
  }

  .macbook-emergent figcaption span {
    font-size: .62rem;
  }

  .macbook-emergent figcaption strong {
    font-size: .82rem;
  }

  .macbook-scroll-note {
    right: var(--gutter);
    bottom: 2rem;
  }
}

@media (min-width: 1280px) {
  .macbook-device {
    width: min(72vw, 72rem, calc((100svh - 76px) * 1.15));
  }

  .macbook-emergent {
    width: min(61vw, 61rem, calc((100svh - 76px) * 1.05));
  }
}

@media (prefers-reduced-motion: reduce) {
  .macbook-scroll-scene {
    --mac-device-y: 0rem !important;
    --mac-device-scale: .9 !important;
    --mac-lid-tilt: -7deg !important;
    --mac-sheet-y: 38% !important;
    --mac-sheet-scale: .82 !important;
    --mac-sheet-tilt: 1deg !important;
    --mac-sheet-opacity: 1 !important;
    height: auto;
    min-height: 46rem;
  }

  .macbook-sticky {
    position: relative;
    top: auto;
    height: 46rem;
  }

  .macbook-device,
  .macbook-lid,
  .macbook-emergent {
    will-change: auto;
  }

  .macbook-scroll-note {
    display: none;
  }
}

/* Keep the direct port authoritative over the retired MacBook prototype above. */
.macbook-scroll-scene {
  height: 200svh;
  min-height: 52rem;
  padding-top: clamp(5rem, 14vh, 9rem);
  overflow: clip;
  perspective: 50rem;
  background:
    radial-gradient(ellipse at 50% 25%, rgba(0, 139, 146, .1), transparent 30%),
    linear-gradient(180deg, rgba(242, 242, 239, 0), #ecece8 78%, var(--paper));
}

.macbook-base {
  position: relative;
  z-index: 1;
  width: 32rem;
  height: 22rem;
  margin: 0;
  overflow: hidden;
  border-radius: 1rem;
  background: #272729;
  box-shadow: 0 1.5rem 4rem rgba(7, 25, 31, .2);
  transform: none;
}

.macbook-base::after {
  display: none;
}

.macbook-speaker {
  position: relative;
  z-index: auto;
  top: auto;
  right: auto;
  left: auto;
  width: 10%;
  height: 10rem;
  flex: 0 0 10%;
  opacity: 1;
  background-image: radial-gradient(circle, #08080a .03125rem, transparent .03125rem);
  background-size: .1875rem .1875rem;
}

.macbook-trackpad {
  position: relative;
  inset: auto;
  width: 40%;
  height: 8rem;
  margin: .25rem auto 0;
  border-radius: .75rem;
  box-shadow: inset 0 0 .0625rem .0625rem rgba(255, 255, 255, .08);
}

.macbook-lip {
  position: absolute;
  z-index: 3;
  right: auto;
  bottom: 0;
  left: 50%;
  width: 5rem;
  height: .5rem;
  border-radius: 1.5rem 1.5rem 0 0;
  background: linear-gradient(to top, #272729, #050505);
  transform: translateX(-50%);
}

@media (min-width: 640px) {
  .macbook-scroll-scene {
    --mac-hardware-scale: .74;
    height: 200svh;
    min-height: 64rem;
    padding-top: clamp(7rem, 18vh, 12rem);
  }
}

@media (min-width: 768px) {
  .macbook-scroll-scene {
    --mac-hardware-scale: 1;
    height: 200svh;
    min-height: 76rem;
    padding-top: clamp(9rem, 22vh, 16rem);
  }
}

@media (min-width: 1280px) {
  .macbook-scroll-scene {
    --mac-hardware-scale: 1.06;
  }
}

@media (prefers-reduced-motion: reduce) {
  .macbook-scroll-scene {
    --mac-screen-scale-x: 1.06 !important;
    --mac-screen-scale-y: 1.06 !important;
    --mac-screen-rotate: 0deg !important;
    --mac-screen-translate: 9rem !important;
    height: 58rem;
    min-height: 58rem;
  }
}

/* Renáuticos live product showcase — Magic UI patterns translated to the case-study system. */
.rena-showcase {
  position: relative;
  overflow: hidden;
  padding: clamp(6.5rem, 11vw, 11rem) 0 clamp(7.5rem, 12vw, 12rem);
  background: var(--ink);
  color: var(--white);
}

.rena-showcase::before {
  position: absolute;
  top: -18rem;
  right: -14rem;
  width: min(62vw, 58rem);
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(114, 232, 220, .09), transparent 68%);
  content: "";
  pointer-events: none;
}

.rena-showcase-head {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 2rem;
  padding: 0 var(--gutter);
}

.rena-showcase-head .eyebrow {
  color: var(--lime);
}

.rena-showcase-head h2 {
  max-width: 10ch;
  margin: 1.75rem 0 0;
  font-size: clamp(3rem, 12vw, 6rem);
  font-weight: 500;
  letter-spacing: -.065em;
  line-height: .88;
  text-transform: uppercase;
  text-wrap: balance;
}

.rena-showcase-head > p {
  max-width: 38rem;
  margin: 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.3vw, 1.2rem);
  line-height: 1.55;
  text-wrap: pretty;
}

.rena-velocity {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-top: clamp(5rem, 10vw, 9rem);
  padding: clamp(1.1rem, 2vw, 1.8rem) 0;
  overflow: hidden;
  border-top: 1px solid rgba(255, 255, 255, .14);
  border-bottom: 1px solid rgba(255, 255, 255, .14);
}

.rena-velocity::before,
.rena-velocity::after {
  position: absolute;
  z-index: 4;
  top: 0;
  bottom: 0;
  width: min(16vw, 12rem);
  content: "";
  pointer-events: none;
}

.rena-velocity::before {
  left: 0;
  background: linear-gradient(90deg, var(--ink), transparent);
}

.rena-velocity::after {
  right: 0;
  background: linear-gradient(-90deg, var(--ink), transparent);
}

.rena-velocity-row {
  width: 100%;
  overflow: hidden;
}

.rena-velocity-row + .rena-velocity-row {
  margin-top: .15rem;
}

.rena-velocity-track {
  width: max-content;
  display: flex;
  flex-wrap: nowrap;
  will-change: transform;
}

.rena-velocity-group {
  display: inline-flex;
  flex: none;
  align-items: center;
  gap: clamp(1.1rem, 2.3vw, 2.7rem);
  padding-right: clamp(1.1rem, 2.3vw, 2.7rem);
}

.rena-velocity-group span {
  color: #f4f4ef;
  font-size: clamp(2.35rem, 7vw, 7.6rem);
  font-weight: 500;
  letter-spacing: -.055em;
  line-height: .92;
  text-transform: uppercase;
  white-space: nowrap;
}

.rena-velocity-group i {
  width: clamp(.55rem, 1vw, .9rem);
  aspect-ratio: 1;
  flex: none;
  border-radius: 50%;
  background: var(--lime);
}

.rena-velocity-row.is-outline .rena-velocity-group span {
  color: transparent;
  -webkit-text-stroke: 1px rgba(255, 255, 255, .46);
}

.rena-velocity-row.is-outline .rena-velocity-group i {
  background: var(--aqua);
}

.rena-bento {
  position: relative;
  z-index: 2;
  width: calc(100% - (var(--gutter) * 2));
  max-width: 92rem;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: .75rem;
  margin: clamp(5rem, 9vw, 8rem) auto 0;
}

.rena-bento-card {
  position: relative;
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .11);
  background: #1d1d1d;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .035);
}

.rena-notification-card {
  min-height: 39rem;
  display: flex;
  flex-direction: column;
  padding: clamp(1.3rem, 3.5vw, 2.5rem);
  border-radius: 1.8rem .65rem 1.8rem 1.8rem;
  background:
    radial-gradient(circle at 82% 16%, rgba(0, 139, 146, .15), transparent 30%),
    #1d1d1d;
}

.rena-card-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
}

.rena-card-kicker {
  color: var(--aqua);
  font-size: .67rem;
  font-weight: 650;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.rena-card-head h3 {
  max-width: 10ch;
  margin: .7rem 0 0;
  font-size: clamp(2rem, 6vw, 4.1rem);
  font-weight: 500;
  letter-spacing: -.055em;
  line-height: .94;
}

.rena-simulated,
.rena-live-chip {
  min-height: 2rem;
  display: inline-flex;
  flex: none;
  align-items: center;
  gap: .5rem;
  padding: 0 .7rem;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 999px;
  color: rgba(255, 255, 255, .6);
  font-size: .58rem;
  font-style: normal;
  font-weight: 650;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.rena-simulated i,
.rena-live-chip i {
  width: .42rem;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #54e58b;
  box-shadow: 0 0 0 .25rem rgba(84, 229, 139, .1);
  animation: rena-live-pulse 1.7s ease-in-out infinite;
}

.rena-card-copy {
  max-width: 37rem;
  margin: 1.35rem 0 0;
  color: #969696;
  font-size: .96rem;
  line-height: 1.55;
}

.rena-notification-list {
  position: relative;
  max-height: 26rem;
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: .65rem;
  margin-top: 2rem;
  overflow: hidden;
  padding: .15rem;
  mask-image: linear-gradient(to bottom, #000 0%, #000 78%, transparent 100%);
}

.rena-notification {
  min-height: 4.85rem;
  display: flex;
  align-items: center;
  gap: .85rem;
  padding: .82rem;
  border: 1px solid rgba(255, 255, 255, .09);
  border-radius: 1rem;
  background: rgba(255, 255, 255, .055);
  box-shadow: 0 .8rem 2rem rgba(0, 0, 0, .12);
  transition: border-color .25s ease, background .25s ease, transform .45s var(--ease), opacity .45s ease;
}

.rena-notification:hover {
  border-color: rgba(114, 232, 220, .28);
  background: rgba(255, 255, 255, .075);
  transform: translate3d(.22rem, 0, 0);
}

.rena-notification-icon {
  width: 2.65rem;
  height: 2.65rem;
  display: grid;
  flex: none;
  place-items: center;
  border-radius: .82rem;
  color: #071719;
  font-size: 1.15rem;
  font-weight: 650;
}

.rena-notification-icon.is-water { background: var(--aqua); }
.rena-notification-icon.is-success { background: #54e58b; }
.rena-notification-icon.is-alert { background: #f4cb6d; }
.rena-notification-icon.is-place { background: #d5c5ff; }
.rena-notification-icon.is-service { background: #b9d7ff; }
.rena-notification-icon.is-wind { background: #f0a985; }

.rena-notification > div {
  min-width: 0;
  flex: 1;
}

.rena-notification p {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: .65rem;
  margin: 0;
}

.rena-notification strong {
  overflow: hidden;
  font-size: .9rem;
  font-weight: 500;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.rena-notification time {
  flex: none;
  color: #707070;
  font-size: .65rem;
  font-variant-numeric: tabular-nums;
}

.rena-notification > div > span {
  display: block;
  margin-top: .18rem;
  overflow: hidden;
  color: #919191;
  font-size: .76rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.rena-card-disclaimer,
.rena-terminal-note {
  display: block;
  margin-top: auto;
  padding-top: 1rem;
  color: #666;
  font-size: .58rem;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.rena-terminal-card {
  min-height: 27rem;
  display: flex;
  flex-direction: column;
  border-radius: .65rem 1.8rem 1.8rem 1.8rem;
  background:
    radial-gradient(circle at 86% 8%, rgba(114, 232, 220, .08), transparent 34%),
    #101111;
}

.rena-terminal-bar {
  min-height: 3.25rem;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: .75rem;
  padding: 0 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, .09);
  color: #797979;
}

.rena-terminal-bar > span {
  display: flex;
  gap: .38rem;
}

.rena-terminal-bar > span i {
  width: .48rem;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #404040;
}

.rena-terminal-bar > span i:nth-child(2) { background: #59611f; }
.rena-terminal-bar > span i:nth-child(3) { background: #235e55; }

.rena-terminal-bar strong,
.rena-terminal-bar em {
  font-size: .58rem;
  font-style: normal;
  font-weight: 500;
  letter-spacing: .08em;
}

.rena-terminal-bar em {
  justify-self: end;
  color: var(--aqua);
  text-transform: uppercase;
}

.rena-terminal-body {
  min-height: 19rem;
  display: flex;
  flex-direction: column;
  padding: clamp(1.2rem, 3vw, 2rem);
  color: #d7d7d2;
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  font-size: clamp(.72rem, 1.25vw, .9rem);
  line-height: 1.7;
}

.rena-terminal-line {
  min-height: 1.7em;
  display: block;
  opacity: 0;
  white-space: pre-wrap;
  transition: opacity .35s ease, transform .45s var(--ease);
  transform: translate3d(0, .3rem, 0);
}

.rena-terminal-line.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.rena-terminal-line.is-command { color: #fff; }
.rena-terminal-line.is-success { color: #72e89e; }
.rena-terminal-line.is-aqua { color: var(--aqua); }
.rena-terminal-line.is-indent { padding-left: 1.25rem; color: #c9c4ee; }

.rena-terminal-line.is-typing::after {
  width: .48em;
  height: 1em;
  display: inline-block;
  margin-left: .18rem;
  background: var(--aqua);
  content: "";
  vertical-align: -.12em;
  animation: rena-cursor .7s steps(1, end) infinite;
}

.rena-terminal-note {
  padding: 0 clamp(1.2rem, 3vw, 2rem) 1.2rem;
}

.rena-hydro-card {
  min-height: 20rem;
  border-radius: 1.8rem 1.8rem .65rem 1.8rem;
}

.rena-hydro-card > img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center top;
  opacity: .54;
  transform: scale(1.035);
  transition: opacity .55s ease, transform .8s var(--ease);
}

.rena-hydro-card:hover > img {
  opacity: .67;
  transform: scale(1);
}

.rena-hydro-card::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(4, 18, 21, .1), rgba(4, 18, 21, .92));
  content: "";
}

.rena-hydro-overlay {
  position: absolute;
  z-index: 2;
  bottom: 1.25rem;
  left: 1.25rem;
}

.rena-hydro-overlay > span,
.rena-discovery-card header span {
  color: var(--aqua);
  font-size: .62rem;
  font-weight: 650;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.rena-hydro-overlay strong {
  display: block;
  margin-top: .25rem;
  font-size: clamp(2.8rem, 6vw, 4.6rem);
  font-weight: 500;
  letter-spacing: -.06em;
  line-height: .9;
  font-variant-numeric: tabular-nums;
}

.rena-hydro-overlay strong small {
  font-size: .34em;
  letter-spacing: 0;
}

.rena-hydro-overlay p {
  margin: .5rem 0 0;
  color: rgba(255, 255, 255, .55);
  font-size: .7rem;
}

.rena-live-chip {
  position: absolute;
  z-index: 3;
  top: 1rem;
  right: 1rem;
  background: rgba(8, 21, 23, .72);
  backdrop-filter: blur(.75rem);
}

.rena-discovery-card {
  min-height: 20rem;
  padding: 1.1rem;
  border-color: rgba(0, 0, 0, .09);
  border-radius: 1.8rem .65rem 1.8rem 1.8rem;
  background: #efefe9;
  color: var(--ink);
}

.rena-discovery-card header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.rena-discovery-card header span {
  color: #687477;
}

.rena-discovery-card header i {
  width: .5rem;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--sea);
}

.rena-search-demo {
  min-height: 2.8rem;
  display: flex;
  align-items: center;
  gap: .55rem;
  margin-top: 1rem;
  padding: 0 .8rem;
  border: 1px solid rgba(7, 25, 31, .1);
  border-radius: .78rem;
  background: rgba(255, 255, 255, .67);
  color: #6f7574;
  font-size: .72rem;
}

.rena-search-demo span {
  color: var(--sea);
  font-size: 1rem;
}

.rena-discovery-card figure {
  position: absolute;
  right: 1.1rem;
  bottom: 1.1rem;
  left: 1.1rem;
  height: 11.2rem;
  margin: 0;
  overflow: hidden;
  border-radius: 1rem;
  background: #d4d4ce;
}

.rena-discovery-card figure::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 40%, rgba(4, 16, 18, .88));
  content: "";
}

.rena-discovery-card figure > img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform .8s var(--ease);
}

.rena-discovery-card:hover figure > img {
  transform: scale(1.045);
}

.rena-discovery-card figcaption {
  position: absolute;
  z-index: 2;
  right: .75rem;
  bottom: .75rem;
  left: .75rem;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: .75rem;
  color: #fff;
}

.rena-discovery-card figcaption span {
  min-width: 0;
  display: flex;
  flex-direction: column;
}

.rena-discovery-card figcaption strong {
  font-size: .82rem;
  font-weight: 500;
}

.rena-discovery-card figcaption small {
  margin-top: .15rem;
  color: rgba(255, 255, 255, .55);
  font-size: .62rem;
}

.rena-discovery-card figcaption em {
  flex: none;
  color: #71e89b;
  font-size: .58rem;
  font-style: normal;
  font-weight: 650;
  letter-spacing: .08em;
  text-transform: uppercase;
}

@keyframes rena-live-pulse {
  0%, 100% { opacity: .58; transform: scale(.82); }
  50% { opacity: 1; transform: scale(1); }
}

@keyframes rena-cursor {
  0%, 48% { opacity: 1; }
  49%, 100% { opacity: 0; }
}

@media (min-width: 768px) {
  .rena-showcase-head {
    grid-template-columns: minmax(0, 1.35fr) minmax(18rem, .65fr);
    align-items: end;
    gap: clamp(3rem, 8vw, 9rem);
  }

  .rena-showcase-head h2 {
    font-size: clamp(4.5rem, 8vw, 8.5rem);
  }

  .rena-showcase-head > p {
    justify-self: end;
  }

  .rena-bento {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .rena-notification-card,
  .rena-terminal-card {
    grid-column: 1 / -1;
  }
}

@media (min-width: 1024px) {
  .rena-bento {
    grid-template-columns: repeat(12, minmax(0, 1fr));
    grid-auto-rows: minmax(19rem, auto);
  }

  .rena-notification-card {
    min-height: 39rem;
    grid-column: span 7;
    grid-row: span 2;
  }

  .rena-terminal-card {
    min-height: 19rem;
    grid-column: span 5;
  }

  .rena-terminal-body {
    min-height: 14.5rem;
    padding-top: 1.35rem;
    padding-bottom: .8rem;
    font-size: .78rem;
  }

  .rena-hydro-card {
    min-height: 19rem;
    grid-column: span 3;
  }

  .rena-discovery-card {
    min-height: 19rem;
    grid-column: span 2;
  }
}

@media (prefers-reduced-motion: reduce) {
  .rena-velocity-track {
    transform: none !important;
    will-change: auto;
  }

  .rena-simulated i,
  .rena-live-chip i,
  .rena-terminal-line.is-typing::after {
    animation: none;
  }

  .rena-terminal-line {
    opacity: 1;
    transform: none;
  }
}

/* Current presentation direction: cinematic dark MacBook scene, followed by a light product Bento. */
.browser-section {
  background: #111313;
  color: var(--white);
}

.browser-section .section-head {
  position: relative;
  z-index: 2;
}

.browser-section .eyebrow {
  color: var(--lime);
}

.browser-section .section-title {
  color: #f4f4ef;
}

.macbook-scroll-scene {
  --mac-screen-scale-x: 1;
  --mac-screen-scale-y: .5;
  --mac-screen-rotate: -25deg;
  height: 240svh;
  min-height: 72rem;
  background:
    radial-gradient(ellipse at 50% 16%, rgba(0, 139, 146, .16), transparent 34%),
    radial-gradient(ellipse at 50% 72%, rgba(114, 232, 220, .055), transparent 44%),
    linear-gradient(180deg, #111313, #0b0d0d 76%, #090b0b);
}

.macbook-resting-lid,
.macbook-base {
  border: 1px solid rgba(255, 255, 255, .075);
  box-shadow: 0 2.2rem 6rem rgba(0, 0, 0, .46);
}

.macbook-moving-screen {
  border: 1px solid rgba(255, 255, 255, .08);
  box-shadow:
    0 2.8rem 8rem rgba(0, 0, 0, .48),
    0 0 0 1px rgba(114, 232, 220, .035);
  transform-origin: top center;
}

.rena-showcase {
  background: #f3f3ef;
  color: var(--ink);
}

.rena-showcase::before {
  top: -20rem;
  background: radial-gradient(circle, rgba(0, 139, 146, .1), transparent 68%);
}

.rena-showcase-head .eyebrow,
.rena-card-kicker {
  color: var(--sea);
}

.rena-showcase-head > p,
.rena-card-copy {
  color: #667073;
}

.rena-velocity {
  border-color: rgba(7, 25, 31, .14);
}

.rena-velocity::before {
  background: linear-gradient(90deg, #f3f3ef, transparent);
}

.rena-velocity::after {
  background: linear-gradient(-90deg, #f3f3ef, transparent);
}

.rena-velocity-group span {
  color: var(--ink);
}

.rena-velocity-row.is-outline .rena-velocity-group span {
  -webkit-text-stroke-color: rgba(7, 25, 31, .38);
}

.rena-bento-card {
  border-color: rgba(7, 25, 31, .095);
  background: rgba(255, 255, 255, .84);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .9),
    0 1.2rem 3.4rem rgba(7, 25, 31, .055);
}

.rena-notification-card {
  background:
    radial-gradient(circle at 82% 16%, rgba(0, 139, 146, .11), transparent 31%),
    #fbfbf8;
}

.rena-simulated {
  border-color: rgba(7, 25, 31, .13);
  color: #627073;
  background: rgba(255, 255, 255, .62);
}

.rena-notification {
  border-color: rgba(7, 25, 31, .08);
  background: rgba(255, 255, 255, .82);
  box-shadow: 0 .8rem 2rem rgba(7, 25, 31, .055);
}

.rena-notification:hover {
  border-color: rgba(0, 139, 146, .24);
  background: #fff;
}

.rena-notification time {
  color: #7b8586;
}

.rena-notification > div > span {
  color: #687477;
}

.rena-card-disclaimer,
.rena-terminal-note {
  color: #7c8585;
}

.rena-terminal-card {
  background:
    radial-gradient(circle at 86% 8%, rgba(0, 139, 146, .08), transparent 34%),
    #fdfdf9;
}

.rena-terminal-bar {
  border-bottom-color: rgba(7, 25, 31, .09);
  color: #747d7e;
}

.rena-terminal-bar > span i {
  background: #c4c9c7;
}

.rena-terminal-bar > span i:nth-child(2) {
  background: #d5df86;
}

.rena-terminal-bar > span i:nth-child(3) {
  background: #78c9bd;
}

.rena-terminal-bar em,
.rena-terminal-line.is-aqua {
  color: #007b82;
}

.rena-terminal-body {
  color: #344144;
}

.rena-terminal-line.is-command {
  color: #07191f;
}

.rena-terminal-line.is-success {
  color: #1e8b55;
}

.rena-terminal-line.is-indent {
  color: #635b89;
}

@media (min-width: 768px) {
  .macbook-scroll-scene {
    min-height: 92rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .macbook-scroll-scene {
    --mac-screen-scale-x: 1.06 !important;
    --mac-screen-scale-y: 1.06 !important;
    --mac-screen-rotate: 0deg !important;
    --mac-screen-translate: 9rem !important;
    height: 58rem;
    min-height: 58rem;
  }
}

/* Effective editorial pass — intentionally last in the cascade. */
html {
  -moz-osx-font-smoothing: grayscale;
}

body main [data-heading-reveal].typewriter {
  opacity: 1;
  transform: none;
  transition: none;
}

.type-word {
  display: inline-block;
  white-space: nowrap;
}

.type-char {
  display: inline-block;
  opacity: 0;
  filter: blur(5px);
  transform: translateY(.24em);
  transition:
    opacity .16s linear,
    transform .28s var(--ease),
    filter .2s linear;
  transition-delay: calc(var(--char-index) * 12ms);
}

body main [data-heading-reveal].typewriter.is-visible .type-char {
  opacity: 1;
  filter: blur(0);
  transform: translateY(0);
}

body .project-overview-copy h1 {
  max-width: 70rem;
  font-size: clamp(3rem, 6vw, 5rem);
  font-weight: 500;
  letter-spacing: 0;
  line-height: .92;
  text-transform: uppercase;
  text-wrap: balance;
}

body .project-overview-foot {
  grid-template-columns: minmax(0, 1fr);
  align-items: start;
}

body .project-meta {
  width: min(100%, 68rem);
}

.platform-icons {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .55rem 1rem;
}

.platform-icons span {
  display: inline-flex;
  align-items: center;
  gap: .38rem;
  white-space: nowrap;
}

.platform-icons svg {
  width: 1.05rem;
  height: 1.05rem;
  flex: none;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.5;
}

.platform-icons span:first-child svg {
  fill: currentColor;
  stroke: none;
}

.platform-icons span:nth-child(2) circle {
  fill: currentColor;
  stroke: none;
}

body .intro-title {
  max-width: 100%;
  font-size: clamp(2.75rem, 4.8vw, 4.25rem);
}

body .intro-title em::after {
  display: none;
}

@media (max-width: 560px) {
  body .project-overview-copy h1 {
    max-width: 11ch;
    font-size: clamp(3rem, 13vw, 4.25rem);
    line-height: .9;
  }

  .platform-icons {
    gap: .65rem 1.1rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  body main [data-heading-reveal].typewriter .type-char,
  body main [data-heading-reveal].typewriter.is-visible .type-char {
    opacity: 1;
    filter: none;
    transform: none;
    transition: none;
  }
}

body .project-overview {
  padding-bottom: var(--case-space);
}

.project-overview-gallery {
  margin-top: clamp(4.5rem, 8vw, 8rem);
}

body .intro {
  padding-top: clamp(3.5rem, 6vw, 5rem);
}

body .intro-foot p {
  max-width: 48ch;
}

body .layers {
  padding-bottom: 0;
}

body .project-overview-copy h1,
body .intro-title,
body .drift-copy h2,
body .section-title,
body .rena-showcase-head h2,
body .layers-head h2,
body .journey-head h2,
body .gallery-title,
body .impact-title,
body .close-title {
  hyphens: none;
  overflow-wrap: normal;
  word-break: normal;
}

body .impact-title {
  font-size: clamp(2.625rem, 11.2vw, 3rem);
}

@media (min-width: 640px) {
  body .impact-title {
    font-size: clamp(3rem, 6vw, 5rem);
  }
}

:root {
  --gutter: clamp(18px, 5vw, 64px);
  --case-space: clamp(4.375rem, 9vw, 8rem);
  --case-space-loose: clamp(6rem, 12vw, 10.5rem);
}

.eyebrow {
  color: #3d3d3d;
  font-size: clamp(.9375rem, 1.2vw, 1.1875rem);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.2;
  text-transform: none;
}

.project-overview,
.intro,
.browser-section,
.rena-showcase,
.layers,
.gallery,
.impact,
.case-close {
  padding-right: var(--gutter);
  padding-left: var(--gutter);
}

.project-overview {
  padding-top: var(--case-space-loose);
  padding-bottom: var(--case-space-loose);
}

.intro,
.layers,
.gallery,
.impact {
  padding-top: var(--case-space);
  padding-bottom: var(--case-space);
}

.browser-section {
  padding-top: var(--case-space);
  padding-bottom: 0;
}

.rena-showcase {
  padding-top: var(--case-space);
  padding-bottom: var(--case-space-loose);
}

.case-close {
  padding-top: var(--case-space);
}

.project-overview-grid,
.intro-grid,
.section-head,
.journey-head,
.impact-head {
  grid-template-columns: minmax(0, 1fr);
  gap: 1rem;
}

.project-overview > .project-overview-grid > .eyebrow {
  padding-top: 0;
}

.project-overview-copy h1 {
  max-width: 9ch;
  font-size: clamp(4rem, 9vw, 9rem);
  font-weight: 900;
  letter-spacing: 0;
  line-height: .78;
}

.intro-title,
.drift-copy h2,
.section-title,
.rena-showcase-head h2,
.layers-head h2,
.journey-head h2,
.gallery-title,
.impact-title,
.close-title {
  max-width: 15.5ch;
  margin-top: 0;
  font-size: clamp(3rem, 6vw, 5rem);
  font-weight: 500;
  letter-spacing: 0;
  line-height: .92;
  text-transform: uppercase;
  text-wrap: balance;
}

.project-overview-copy > p,
.intro-foot p,
.drift-summary,
.rena-showcase-head > p,
.layers-head > p,
.owners-intro p,
.timeline-copy,
.measurement-copy p {
  max-width: 60ch;
  font-size: clamp(1.0625rem, 1.35vw, 1.375rem);
  line-height: 1.42;
  text-wrap: pretty;
}

.project-overview-copy > p {
  margin-top: clamp(1.75rem, 3.5vw, 3.5rem);
}

.project-overview-foot {
  grid-template-columns: minmax(0, 1fr);
  gap: 2.5rem;
  margin-top: clamp(3.25rem, 7vw, 5.75rem);
  margin-left: 0;
}

.project-preview-copy {
  max-width: 48ch;
  font-size: 1rem;
  line-height: 1.55;
}

.project-meta {
  grid-template-columns: minmax(0, 1fr);
  gap: 1.5rem;
}

.intro-foot {
  grid-template-columns: minmax(0, 1fr);
  gap: 1.75rem;
  margin-top: clamp(3.25rem, 7vw, 5.75rem);
  padding-top: 1.5rem;
}

.intro-foot p:last-child {
  justify-self: start;
}

.product-label {
  margin-bottom: 1rem;
}

.drift-summary {
  margin-top: clamp(1.5rem, 3vw, 2.25rem);
}

body .drift-summary-unified {
  max-width: 52ch;
}

.drift-flow {
  color: var(--ink);
  font-weight: 500;
}

.drift-flow > span {
  white-space: nowrap;
}

.drift-flow b {
  margin-right: .28em;
  color: currentColor;
  font-size: .68em;
  font-variant-numeric: tabular-nums;
  font-weight: 650;
  letter-spacing: .08em;
  vertical-align: .12em;
}

@media (max-width: 720px) {
  .project-overview-gallery {
    margin-top: 3.5rem;
  }
}

.browser-section .eyebrow,
.layers .eyebrow,
.journey .eyebrow,
.impact .eyebrow {
  color: var(--lime);
}

.browser-section .section-title {
  max-width: 15ch;
}

.macbook-scroll-scene {
  margin-top: clamp(3.25rem, 6vw, 5rem);
}

.rena-showcase-head h2 {
  margin-top: 1rem;
}

.rena-showcase-head .eyebrow,
.rena-showcase-head > p {
  color: #3d3d3d;
}

.layers-head {
  grid-template-columns: minmax(0, 1fr);
  gap: 1rem;
  margin-bottom: clamp(3.25rem, 7vw, 5.75rem);
}

.layers-head .eyebrow {
  grid-column: 1 / -1;
}

.layers-head p {
  justify-self: start;
}

.journey {
  padding-right: var(--gutter);
  padding-bottom: var(--case-space-loose);
  padding-left: var(--gutter);
}

.journey-head {
  padding-top: var(--case-space);
}

.journey-owners {
  margin-top: clamp(3.25rem, 7vw, 5.75rem);
}

.journey-timeline {
  margin-top: clamp(4.375rem, 9vw, 8rem);
}

.owner-person h3 {
  font-size: clamp(1.75rem, 3vw, 2.75rem);
  letter-spacing: -.025em;
  line-height: 1;
}

.timeline-panel h3 {
  font-size: clamp(2.5rem, 4.2vw, 4rem);
  letter-spacing: -.025em;
  line-height: .96;
}

.gallery-head {
  display: grid;
  gap: 1rem;
  margin-bottom: clamp(3.25rem, 7vw, 5.75rem);
}

.gallery-title {
  margin-bottom: 0;
}

.metrics {
  grid-template-columns: minmax(0, 1fr);
  margin-top: clamp(3.25rem, 7vw, 5.75rem);
}

.metric,
.metric:not(:first-child) {
  min-height: 11rem;
  padding: 1.625rem 0;
  border-right: 0;
  border-bottom: 1px solid rgba(255, 255, 255, .14);
}

.metric:last-child {
  border-bottom: 0;
}

.metric-label {
  max-width: 34ch;
  font-size: clamp(.9375rem, 1.05vw, 1.0625rem);
  line-height: 1.4;
}

.measurement {
  grid-template-columns: minmax(0, 1fr);
  gap: 2.75rem;
  margin-top: var(--case-space);
}

.measurement h3 {
  font-size: clamp(2.5rem, 4.8vw, 4.5rem);
  letter-spacing: -.025em;
  line-height: .96;
}

.close-kicker {
  color: #3d3d3d;
}

.close-title {
  margin-top: 1rem;
}

@media (min-width: 640px) {
  .project-meta {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 768px) {
  .project-overview-foot {
    grid-template-columns: minmax(0, 1.45fr) minmax(18rem, .65fr);
    align-items: end;
  }

  .intro-foot {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(2rem, 7vw, 6rem);
  }

  .layers-head {
    grid-template-columns: minmax(0, .95fr) minmax(18rem, .65fr);
    column-gap: clamp(3rem, 8vw, 7rem);
  }

  .layers-head > p:last-child {
    align-self: end;
  }

  .metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .metric,
  .metric:not(:first-child) {
    min-height: 15rem;
    padding: 1.75rem;
    border-right: 1px solid rgba(255, 255, 255, .14);
  }

  .metric:nth-child(2n) {
    border-right: 0;
  }

  .measurement {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(3rem, 8vw, 7rem);
  }
}

@media (min-width: 1024px) {
  .metrics {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .metric,
  .metric:not(:first-child) {
    min-height: clamp(13.75rem, 21vw, 19rem);
    padding: clamp(1.5rem, 3vw, 2.75rem) clamp(.9rem, 2vw, 2rem);
    border-right: 1px solid rgba(255, 255, 255, .14);
    border-bottom: 0;
  }

  .metric:first-child {
    padding-left: 0;
  }

  .metric:last-child {
    border-right: 0;
  }
}
