/* Editorial introduction — TersLab typography, paper and lime. */
.case-editorial {
  padding-inline: var(--gutter);
  background: var(--rena-paper);
  color: var(--rena-ink);
  scroll-margin-top: 76px;
}

.case-editorial-inner {
  max-width: var(--rena-max);
  margin-inline: auto;
  padding: clamp(3rem, 5vw, 5rem) clamp(1rem, 1.4vw, 1.5rem) clamp(4rem, 9vw, 9rem);
  border-inline: 1px solid rgba(16, 19, 19, .15);
}

.case-editorial-logo {
  display: block;
  width: 10rem;
  max-width: 100%;
  height: auto;
  margin: 0 0 clamp(2rem, 3vw, 3rem);
  filter: brightness(0);
}

.case-editorial-description {
  max-width: 54ch;
  margin: 0;
  font-size: clamp(1.5rem, 2.5vw, 2.75rem);
  font-weight: 400;
  letter-spacing: -.04em;
  line-height: 1.35;
}

@media (min-width: 1024px) {
  .case-editorial-description {
    width: 55vw;
    max-width: 100%;
  }
}

.case-editorial-services {
  margin-top: clamp(3.5rem, 8vw, 8rem);
}

.case-editorial-services > p {
  margin: 0 0 1.75rem;
  font-size: 1rem;
  line-height: 1.4;
}

.case-editorial-services ul {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.case-editorial-services li {
  padding: .65rem 1.25rem;
  border: 1px solid rgba(16, 19, 19, .2);
  border-radius: 999px;
  font-size: clamp(.875rem, 1.2vw, 1.125rem);
  line-height: 1.3;
}

/* Renáuticos portfolio v2 — one editorial story, one interactive product system. */
:root {
  --rena-paper: #f1f2ed;
  --rena-paper-deep: #e8eae4;
  --rena-ink: #101313;
  --rena-panel: #17262e;
  --rena-panel-deep: #0d191e;
  --rena-teal: #07878c;
  --rena-aqua: #72e8dc;
  --rena-lime: #e4fe55;
  --rena-max: 90rem;
  --rena-radius-outer: 2rem;
  --rena-radius-inner: 1.5rem;
  --rena-ease: cubic-bezier(.22, 1, .36, 1);
}

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.case-skip-link {
  position: fixed;
  z-index: 12;
  top: .75rem;
  left: .75rem;
  min-height: 2.75rem;
  display: inline-flex;
  align-items: center;
  padding: 0 1rem;
  border-radius: 999px;
  background: var(--rena-lime);
  color: var(--rena-ink);
  font-size: .875rem;
  font-weight: 600;
  opacity: 0;
  transform: translateY(-4rem);
  transition: opacity .25s var(--rena-ease), transform .4s var(--rena-ease);
}

.case-skip-link:focus {
  opacity: 1;
  outline: 2px solid var(--rena-ink);
  outline-offset: 2px;
  transform: translateY(0);
}

body .project-overview {
  padding-top: clamp(6rem, 11vw, 10rem);
  padding-bottom: clamp(2.75rem, 5vw, 4.75rem);
  background: var(--rena-paper);
}

body .project-overview-grid,
body .intro-grid,
body .intro-foot,
.case-surface-links,
body .browser-section .section-head,
body .rena-showcase-head,
body .rena-bento,
body .layers-head,
body .case-sidebar,
body .journey-head,
body .journey-owners,
body .journey-timeline,
body .impact-proof-head,
body .proof-snapshot,
body .proof-community,
body .proof-console,
body .proof-conclusion {
  width: 100%;
  max-width: var(--rena-max);
  margin-right: auto;
  margin-left: auto;
}

body .project-overview-copy h1 {
  max-width: 13ch;
  font-size: clamp(3.25rem, 6.3vw, 6rem);
  font-weight: 500;
  letter-spacing: -.035em;
  line-height: .91;
}

body .project-overview-copy > p {
  max-width: 52ch;
  margin-top: clamp(2rem, 4vw, 3.5rem);
  color: rgba(16, 19, 19, .62);
  font-size: clamp(1.0625rem, 1.4vw, 1.35rem);
  line-height: 1.5;
}

body .intro {
  padding-top: clamp(2.75rem, 5vw, 4.75rem);
  padding-bottom: clamp(6rem, 11vw, 10rem);
  background:
    radial-gradient(circle at 84% 78%, rgba(7, 135, 140, .08), transparent 28rem),
    var(--rena-paper);
}

body .intro-title {
  max-width: 22ch;
  font-size: clamp(2.5rem, 4.8vw, 4.65rem);
  letter-spacing: -.025em;
  line-height: .98;
}

body .intro-title em {
  color: var(--rena-teal);
}

body .intro-foot {
  margin-top: clamp(3.25rem, 6vw, 5.25rem);
  padding-top: clamp(1.5rem, 3vw, 2.25rem);
  border-top-color: rgba(0, 0, 0, .12);
}

body .intro-foot p {
  max-width: 48ch;
  color: rgba(16, 19, 19, .61);
  font-size: clamp(1rem, 1.2vw, 1.18rem);
  line-height: 1.55;
}

.case-surface-links {
  position: relative;
  z-index: 3;
  display: grid;
  gap: 1.25rem;
  margin-top: clamp(3.5rem, 7vw, 6.5rem);
  padding-top: 1.25rem;
  border-top: 1px solid rgba(0, 0, 0, .12);
}

body .intro > .case-surface-links:first-child {
  margin-top: 0;
  margin-bottom: clamp(3.5rem, 7vw, 6.5rem);
}

.case-surface-label {
  color: rgba(16, 19, 19, .5);
  font-size: .6875rem;
  font-weight: 650;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.surface-link-list {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
}

.surface-link {
  position: relative;
  min-height: 3.75rem;
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  color: var(--rena-ink);
  transform: translateZ(0);
  transition: color .3s var(--rena-ease), transform .2s var(--rena-ease);
}

.surface-link:active {
  transform: scale(.96);
}

.surface-link-title {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.surface-link-title strong {
  font-size: clamp(1.05rem, 1.5vw, 1.3rem);
  font-weight: 500;
}

.surface-link-title i {
  width: 2.75rem;
  height: 2.75rem;
  display: grid;
  flex: none;
  place-items: center;
  border-radius: 50%;
  background: rgba(16, 19, 19, .06);
  font-size: .875rem;
  font-style: normal;
  transition: background-color .3s var(--rena-ease), color .3s var(--rena-ease), transform .45s var(--rena-ease);
}

.surface-link:hover,
.surface-link:focus-visible {
  color: var(--rena-teal);
}

.surface-link:hover .surface-link-title i,
.surface-link:focus-visible .surface-link-title i {
  background: var(--rena-ink);
  color: #fff;
  transform: translate3d(.15rem, -.15rem, 0);
}

.surface-link:focus-visible {
  outline: 2px solid var(--rena-teal);
  outline-offset: 4px;
}

.surface-preview {
  display: none;
}

body .browser-section {
  position: relative;
  isolation: isolate;
  padding-top: clamp(6rem, 10vw, 9rem);
  padding-bottom: 0;
  background:
    radial-gradient(ellipse 68% 42% at 50% 34%, rgba(7, 135, 140, .16), rgba(7, 135, 140, .055) 48%, transparent 78%),
    linear-gradient(180deg, #101313 0%, #101313 32%, #0d1010 68%, #090b0b 100%);
}

body .browser-section .section-head {
  position: relative;
  z-index: 3;
}

body .browser-section .section-title {
  max-width: 15ch;
  font-size: clamp(3rem, 6vw, 5.75rem);
  letter-spacing: -.025em;
  line-height: .94;
}

body .macbook-scroll-scene {
  height: 210svh;
  min-height: 76rem;
  margin-top: clamp(3.5rem, 7vw, 6rem);
  background: linear-gradient(180deg, transparent 0%, rgba(9, 11, 11, .18) 48%, rgba(9, 11, 11, .76) 82%, #090b0b 100%);
}

body .rena-showcase {
  padding-top: clamp(6rem, 11vw, 10rem);
  padding-right: var(--gutter);
  padding-bottom: clamp(7rem, 12vw, 11rem);
  padding-left: var(--gutter);
  background:
    radial-gradient(circle at 83% 4%, rgba(7, 135, 140, .11), transparent 34rem),
    var(--rena-paper);
}

body .rena-showcase-head {
  padding: 0;
}

body .rena-showcase-head h2 {
  max-width: 16ch;
  margin-top: 1rem;
  font-size: clamp(2.9rem, 5.7vw, 5.5rem);
  letter-spacing: -.025em;
  line-height: .95;
}

body .rena-showcase-head > p {
  max-width: 35rem;
  color: rgba(16, 19, 19, .62);
  font-size: clamp(1rem, 1.25vw, 1.2rem);
  line-height: 1.55;
}

body .rena-velocity {
  width: calc(100% + (var(--gutter) * 2));
  margin-top: clamp(4rem, 8vw, 7rem);
  margin-left: calc(var(--gutter) * -1);
  padding: clamp(.8rem, 1.5vw, 1.25rem) 0;
  border-color: rgba(16, 19, 19, .11);
}

body .rena-velocity-group span {
  font-size: clamp(2rem, 5vw, 5.4rem);
  letter-spacing: -.045em;
}

body .rena-velocity-group i,
body .rena-velocity-row.is-outline .rena-velocity-group i {
  background: var(--rena-lime);
}

body .rena-bento {
  width: 100%;
  gap: .875rem;
  margin-top: clamp(4.5rem, 8vw, 7rem);
}

body .rena-bento-card {
  border: 0;
  box-shadow:
    0 0 0 1px rgba(0, 0, 0, .06),
    0 .25rem .75rem rgba(12, 42, 45, .045),
    0 2rem 5rem rgba(12, 42, 45, .055);
}

body .rena-drift-card {
  min-height: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: .5rem;
  padding: .5rem;
  overflow: hidden;
  border-radius: var(--rena-radius-outer);
  background: rgba(7, 25, 31, .08);
  box-shadow:
    0 0 0 1px rgba(0, 0, 0, .07),
    0 2.5rem 7rem rgba(17, 55, 59, .12);
}

.rena-drift-intro {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  padding: clamp(1.5rem, 5vw, 3rem);
  border-radius: var(--rena-radius-inner);
  background:
    radial-gradient(circle at 18% 16%, rgba(114, 232, 220, .12), transparent 18rem),
    var(--rena-panel-deep);
  color: #f6f6f1;
  box-shadow: inset 0 1px rgba(255, 255, 255, .07);
}

.rena-drift-intro .rena-card-kicker {
  color: var(--rena-aqua);
}

.rena-drift-intro h3 {
  max-width: 10ch;
  margin: clamp(1rem, 3vw, 2rem) 0 0;
  font-size: clamp(2.75rem, 8vw, 4.75rem);
  font-weight: 500;
  letter-spacing: -.045em;
  line-height: .92;
  text-wrap: balance;
}

.rena-drift-intro > p {
  max-width: 34ch;
  margin: clamp(1.5rem, 3vw, 2.25rem) 0 0;
  color: rgba(255, 255, 255, .62);
  font-size: clamp(.975rem, 1.2vw, 1.125rem);
  line-height: 1.55;
  text-wrap: pretty;
}

.rena-drift-intro > p strong {
  color: #fff;
  font-weight: 500;
}

.rena-drift-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .75rem;
  margin: auto 0 0;
  padding-top: clamp(2.5rem, 7vw, 5rem);
}

.rena-drift-stats div {
  min-width: 0;
  padding-top: .9rem;
  border-top: 1px solid rgba(255, 255, 255, .13);
}

.rena-drift-stats dt {
  overflow: hidden;
  color: rgba(255, 255, 255, .45);
  font-size: clamp(.56rem, 1.5vw, .68rem);
  letter-spacing: .08em;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.rena-drift-stats dd {
  margin: .35rem 0 0;
  color: var(--rena-aqua);
  font-size: clamp(1.4rem, 4vw, 2.15rem);
  font-variant-numeric: tabular-nums;
  letter-spacing: -.04em;
}

.rena-drift-viewport {
  position: relative;
  min-height: 34rem;
  overflow: hidden;
  border-radius: var(--rena-radius-inner);
  background:
    radial-gradient(circle at 78% 18%, rgba(7, 135, 140, .1), transparent 24rem),
    var(--rena-paper-deep);
  box-shadow: inset 0 1px rgba(255, 255, 255, .8);
  perspective: 80rem;
  isolation: isolate;
}

.rena-drift-viewport::after {
  position: absolute;
  z-index: 3;
  inset: 0;
  content: "";
  pointer-events: none;
  background: linear-gradient(to bottom, rgba(232, 234, 228, .25), transparent 9%, transparent 91%, rgba(232, 234, 228, .28));
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .06);
}

body .rena-drift-viewport .drift-wall {
  top: -18%;
  left: -8%;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(.55rem, 1vw, .9rem);
  width: 116%;
  height: 142%;
  transform: rotateX(calc(3deg + var(--drift-pitch))) rotateY(calc(-2deg + var(--drift-yaw))) rotateZ(-1.5deg) scale(1.04);
  transform-origin: 50% 50%;
}

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

body .rena-drift-viewport .drift-tile {
  border-radius: clamp(.75rem, 1.2vw, 1.1rem);
  outline: 1px solid rgba(0, 0, 0, .1);
  outline-offset: -1px;
  box-shadow: 0 1.1rem 2.8rem rgba(12, 42, 45, .12);
}

body .rena-notification-card,
body .rena-terminal-card,
body .rena-hydro-card,
body .rena-discovery-card {
  border-radius: 1.75rem;
}

body .rena-notification-card {
  min-height: 39rem;
}

body .rena-terminal-card {
  min-height: 27rem;
}

body .rena-hydro-card,
body .rena-discovery-card {
  min-height: 22rem;
}

body .rena-notification,
body .rena-search-demo {
  border-color: transparent;
  box-shadow:
    0 0 0 1px rgba(0, 0, 0, .055),
    0 .5rem 1.5rem rgba(12, 42, 45, .045);
}

body .rena-notification:active {
  transform: scale(.96);
}

body .rena-hydro-card > img,
body .rena-discovery-card figure > img,
.surface-preview img {
  outline: 1px solid rgba(0, 0, 0, .1);
  outline-offset: -1px;
}

body .layers {
  --layers-to-light: 0;
  position: relative;
  isolation: isolate;
  padding-top: clamp(7rem, 12vw, 11rem);
  padding-bottom: clamp(7rem, 12vw, 11rem);
  background:
    radial-gradient(circle at 82% 9%, rgba(7, 135, 140, .11), transparent 34rem),
    #111313;
}

body .layers::after {
  position: absolute;
  z-index: 0;
  inset: 0;
  background:
    radial-gradient(circle at 50% 100%, rgba(7, 135, 140, .045), transparent 34rem),
    var(--rena-paper);
  content: "";
  opacity: var(--layers-to-light);
  pointer-events: none;
}

body .layers::before {
  position: absolute;
  z-index: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: min(34rem, 42%);
  background: linear-gradient(to bottom, transparent, var(--rena-paper));
  content: "";
  opacity: clamp(0, calc(var(--layers-to-light) * 2.2), 1);
  pointer-events: none;
}

body .layers > * {
  position: relative;
  z-index: 1;
}

body .layers-head {
  margin-bottom: clamp(4rem, 8vw, 7rem);
}

body .layers-head h2 {
  max-width: 17ch;
  font-size: clamp(2.9rem, 5.5vw, 5.35rem);
  letter-spacing: -.025em;
  line-height: .95;
}

body .layers-head > p {
  max-width: 39rem;
  color: rgba(255, 255, 255, .52);
  line-height: 1.55;
}

body .case-sidebar {
  margin-top: 0;
  padding: .5rem;
  border: 0;
  border-radius: 2rem;
  background: rgba(255, 255, 255, .055);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, .08),
    0 3rem 8rem rgba(0, 0, 0, .28);
}

body .case-sidebar-rail,
body .case-sidebar-stage {
  border-radius: 1.5rem;
}

body .case-sidebar-button {
  min-height: 3.5rem;
}

body .case-sidebar-button:active,
body .timeline-option:active,
body .review-avatar:active {
  transform: scale(.96);
}

body .journey {
  padding-top: clamp(6rem, 10vw, 9rem);
  padding-bottom: clamp(2.5rem, 4vw, 4rem);
  background: #111313;
}

body .journey-head {
  padding-top: 0;
}

body .journey-head h2 {
  max-width: 18ch;
  font-size: clamp(2.9rem, 5.6vw, 5.5rem);
  letter-spacing: -.025em;
  line-height: .95;
}

body .journey-owners {
  margin-top: clamp(3.75rem, 7vw, 6rem);
}

body .journey-timeline {
  margin-top: clamp(4rem, 8vw, 7rem);
  border: 0;
  border-radius: 2rem;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, .08),
    0 2.5rem 7rem rgba(0, 0, 0, .2);
}

body .impact-proof--light {
  padding-top: clamp(3.5rem, 5vw, 4.75rem);
  padding-bottom: clamp(7rem, 12vw, 11rem);
  background:
    radial-gradient(circle at 88% 11%, rgba(7, 135, 140, .1), transparent 32rem),
    radial-gradient(circle at 12% 77%, rgba(228, 254, 85, .09), transparent 28rem),
    var(--rena-paper);
}

body .impact-title {
  max-width: 15ch;
  font-size: clamp(2.9rem, 5.7vw, 5.5rem);
  letter-spacing: -.025em;
  line-height: .95;
}

body .impact-proof-heading > p {
  max-width: 39rem;
  line-height: 1.55;
}

body .proof-snapshot strong,
body .platform-kpis strong,
body .proof-event > em,
body .proof-ring strong {
  font-variant-numeric: tabular-nums;
}

body .proof-panel {
  border: 0;
  box-shadow:
    0 0 0 1px rgba(0, 0, 0, .06),
    0 .3rem 1rem rgba(12, 42, 45, .04),
    0 2.25rem 6rem rgba(12, 42, 45, .055);
}

@media (min-width: 768px) {
  .case-surface-links {
    grid-template-columns: minmax(8rem, .3fr) minmax(0, 1.7fr);
    align-items: start;
    gap: clamp(2rem, 6vw, 6rem);
  }

  .surface-link-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(1rem, 2vw, 2rem);
  }

  .surface-link {
    min-height: 4rem;
  }

  body .case-sidebar-button {
    width: 100%;
  }

  .surface-preview {
    position: absolute;
    z-index: 6;
    right: 0;
    bottom: calc(100% + 1.25rem);
    width: min(22rem, 32vw);
    aspect-ratio: 16 / 10;
    display: block;
    overflow: hidden;
    border-radius: 1.25rem;
    background: #fff;
    box-shadow:
      0 0 0 .375rem rgba(255, 255, 255, .6),
      0 0 0 calc(.375rem + 1px) rgba(0, 0, 0, .08),
      0 2rem 5rem rgba(12, 42, 45, .16);
    opacity: 0;
    filter: blur(4px);
    pointer-events: none;
    transform: translate3d(0, .75rem, 0) scale(.96);
    transform-origin: bottom right;
    transition: opacity .24s var(--rena-ease), filter .35s var(--rena-ease), transform .5s var(--rena-ease);
  }

  .surface-preview img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
  }

  .surface-preview small {
    position: absolute;
    right: .75rem;
    bottom: .75rem;
    left: .75rem;
    padding: .6rem .75rem;
    border-radius: .75rem;
    background: rgba(13, 25, 30, .86);
    color: rgba(255, 255, 255, .8);
    font-size: .6875rem;
    letter-spacing: .05em;
  }

  .surface-link:hover .surface-preview,
  .surface-link:focus-visible .surface-preview {
    opacity: 1;
    filter: blur(0);
    transform: translate3d(0, 0, 0) scale(1);
  }

  body .rena-showcase-head {
    grid-template-columns: minmax(0, 1.25fr) minmax(18rem, .75fr);
    align-items: end;
    gap: clamp(3rem, 8vw, 8rem);
  }

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

  body .rena-drift-card {
    grid-column: 1 / -1;
    grid-template-columns: minmax(17rem, .42fr) minmax(0, 1.58fr);
    min-height: 47rem;
  }

  .rena-drift-viewport {
    min-height: 46rem;
  }

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

  body .rena-drift-viewport .drift-column:nth-child(4) {
    display: block;
  }
}

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

  body .rena-drift-card {
    grid-column: 1 / -1;
  }

  body .rena-notification-card {
    grid-column: span 7;
    grid-row: span 2;
  }

  body .rena-terminal-card {
    grid-column: span 5;
  }

  body .rena-hydro-card {
    grid-column: span 3;
  }

  body .rena-discovery-card {
    grid-column: span 2;
  }
}

/* Match the Renáuticos challenge statement to the home vision headline. */
body .intro-title {
  max-width: 1120px;
  margin: 0;
  color: #161616;
  font-size: clamp(48px, 6vw, 80px);
  font-weight: 500;
  letter-spacing: 0;
  line-height: .92;
  text-transform: uppercase;
  text-wrap: balance;
}

body .intro-title em {
  color: #161616;
  font-style: normal;
  font-weight: 700;
}

body .section-head--solo,
body .impact-proof-head--solo {
  grid-template-columns: minmax(0, 1fr);
}

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

body .rena-live-chip.is-dot-only {
  width: .8rem;
  min-height: .8rem;
  padding: 0;
  border: 0;
  background: transparent;
  backdrop-filter: none;
}

body .rena-live-chip.is-dot-only i {
  width: .55rem;
}

@media (max-width: 767px) {
  body .proof-review-cluster .review-avatar {
    width: clamp(3rem, 13vw, 4rem);
  }

  body .proof-review-cluster .review-avatar + .review-avatar {
    margin-left: clamp(-.9rem, -2vw, -.5rem);
  }
}

@media (min-width: 1280px) {
  body .rena-drift-card {
    grid-template-columns: minmax(22rem, .4fr) minmax(0, 1.6fr);
    min-height: 52rem;
  }

  .rena-drift-viewport {
    min-height: 51rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .surface-preview,
  .surface-link-title i,
  body .rena-drift-viewport .drift-wall {
    transition: none;
  }

  body .macbook-scroll-scene {
    height: 58rem;
    min-height: 58rem;
  }
}

/* MacBook screen choreography — the capture stays on the display plane and then
   becomes the viewport without distorting the artwork. */
body .macbook-scroll-scene {
  --mac-nav-offset: 76px;
  --mac-sticky-gap: clamp(1rem, 2.8vh, 1.75rem);
  --mac-screen-scale: 1;
  --mac-screen-rotate: -8deg;
  --mac-screen-translate: 0px;
  --mac-screen-radius: .55rem;
  --mac-screen-shadow-color: rgba(0, 0, 0, .48);
  --mac-screen-glare-opacity: 1;
  --mac-hardware-opacity: 1;
  height: 250svh;
  min-height: 98rem;
  padding-top: 0;
  perspective: none;
}

body .macbook-flow {
  position: sticky;
  top: calc(var(--mac-nav-offset) + var(--mac-sticky-gap));
  left: 50%;
  width: 32rem;
  height: 45.35rem;
  perspective: 50rem;
  transform: translateX(-50%) scale(var(--mac-hardware-scale));
  transform-origin: top center;
}

body .macbook-lid-stack,
body .macbook-resting-lid {
  width: 32rem;
  height: 23.35rem;
}

body .macbook-resting-lid {
  padding: .5rem;
  opacity: var(--mac-hardware-opacity);
  transform: rotateX(var(--mac-screen-rotate)) translateZ(0);
  transform-origin: top center;
  will-change: transform, opacity;
}

body .macbook-resting-screen {
  inset: .5rem;
  border-radius: .55rem;
}

body .macbook-moving-screen {
  position: absolute;
  inset: .5rem auto auto .5rem;
  width: 31rem;
  height: 22.35rem;
  padding: 0;
  overflow: hidden;
  border: 0;
  border-radius: var(--mac-screen-radius);
  outline: 1px solid rgba(255, 255, 255, .1);
  outline-offset: -1px;
  box-shadow: 0 2.8rem 8rem var(--mac-screen-shadow-color);
  transform: translate3d(0, var(--mac-screen-translate), 0) rotateX(var(--mac-screen-rotate)) scale(var(--mac-screen-scale));
  transform-origin: top center;
  transform-style: preserve-3d;
  will-change: transform;
}

body .macbook-moving-screen::after {
  inset: 0;
  border-radius: inherit;
  opacity: var(--mac-screen-glare-opacity);
}

body .macbook-moving-screen img {
  inset: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  object-fit: cover;
  object-position: left top;
  outline: 0;
}

body .macbook-base {
  width: 34rem;
  height: 18.5rem;
  margin: -1.35rem 0 0 -1rem;
  overflow: hidden;
  border: 0;
  border-radius: .55rem .55rem 1.85rem 1.85rem;
  background:
    linear-gradient(112deg, rgba(255, 255, 255, .065), transparent 24%, transparent 70%, rgba(255, 255, 255, .04)),
    linear-gradient(180deg, #303234 0%, #242628 72%, #1b1d1f 100%);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, .075),
    0 2rem 4rem rgba(0, 0, 0, .38);
  opacity: var(--mac-hardware-opacity);
  transform: rotateX(58deg) translateZ(0);
  transform-origin: center top;
  transform-style: preserve-3d;
  will-change: transform, opacity;
}

body .macbook-base::after {
  position: absolute;
  inset: .25rem;
  display: block;
  border-radius: .38rem .38rem 1.6rem 1.6rem;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .075);
  content: "";
  pointer-events: none;
}

body .macbook-hinge-bar {
  height: 1.35rem;
}

body .macbook-hinge-bar span {
  width: 76%;
  height: .58rem;
  border-radius: 0 0 .4rem .4rem;
  background: linear-gradient(180deg, #050606, #151719);
}

body .macbook-keyboard-deck {
  width: 94%;
  height: 8.35rem;
  margin: .5rem auto 0;
  gap: .38rem;
}

body .macbook-speaker {
  width: 8%;
  height: 8.25rem;
  flex-basis: 8%;
  border-radius: .4rem;
  opacity: .72;
  background-size: .22rem .22rem;
}

body .macbook-keyboard {
  width: 84%;
  flex-basis: 84%;
  padding: .2rem;
  border-radius: .42rem;
  background: rgba(4, 5, 6, .72);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, .05),
    0 .5rem 1.25rem rgba(0, 0, 0, .2);
}

body .macbook-key-row {
  gap: .1rem;
  margin-bottom: .1rem;
}

body .macbook-key {
  height: 1.2rem;
  padding: .025rem;
  border-radius: .21rem;
  background: rgba(255, 255, 255, .13);
  box-shadow: none;
}

body .macbook-key span {
  border-radius: .18rem;
  color: rgba(255, 255, 255, .68);
  font-size: .265rem;
  box-shadow: inset 0 -.04rem .1rem rgba(0, 0, 0, .75);
}

body .macbook-trackpad {
  width: 42%;
  height: 5.35rem;
  margin: .7rem auto 0;
  border-radius: .6rem;
  background: rgba(255, 255, 255, .012);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, .075),
    0 1px 0 rgba(0, 0, 0, .28);
}

body .macbook-lip {
  width: 5.5rem;
  height: .34rem;
  background: linear-gradient(to top, #1b1d1f, #090a0b);
}

@media (max-width: 720px) {
  body .macbook-scroll-scene {
    --mac-nav-offset: 66px;
    --mac-sticky-gap: .75rem;
    height: 225svh;
    min-height: 82rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  body .macbook-scroll-scene {
    --mac-screen-scale: 1 !important;
    --mac-screen-rotate: -4deg !important;
    --mac-screen-translate: 0px !important;
    --mac-screen-radius: .55rem !important;
    --mac-screen-shadow-color: rgba(0, 0, 0, .48) !important;
    --mac-screen-glare-opacity: 1 !important;
    --mac-hardware-opacity: 1 !important;
    height: 50rem;
    min-height: 50rem;
  }

  body .macbook-flow {
    position: relative;
    top: auto;
  }

  body .macbook-resting-lid,
  body .macbook-moving-screen,
  body .macbook-base {
    will-change: auto;
  }
}

/* Photoreal device pass — authoritative over the retired CSS-built hardware. */
body .macbook-scroll-scene {
  --mac-nav-offset: 76px;
  --mac-screen-scale: 1;
  --mac-screen-translate: 0px;
  --mac-screen-radius: .3rem;
  --mac-screen-shadow-color: rgba(0, 0, 0, .32);
  --mac-screen-glare-opacity: .18;
  --mac-hardware-opacity: 1;
  height: 235svh;
  min-height: 92rem;
  padding-top: 0;
  perspective: none;
}

body .macbook-flow {
  position: sticky;
  top: var(--mac-nav-offset);
  left: 0;
  width: 100%;
  height: calc(100svh - var(--mac-nav-offset));
  perspective: none;
  transform: none;
}

body .macbook-photo-device {
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(84vw, 70rem, calc((100svh - var(--mac-nav-offset) - 1rem) * 1.5));
  aspect-ratio: 3 / 2;
  transform: translate3d(-50%, -50%, 0);
  transform-origin: center;
}

body .macbook-photo-shell {
  position: absolute;
  z-index: 1;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  opacity: var(--mac-hardware-opacity);
  object-fit: contain;
  outline: 0;
  will-change: opacity;
}

body .macbook-moving-screen {
  position: absolute;
  z-index: 2;
  top: 10.45%;
  left: 18.3%;
  width: 63.4%;
  height: 57.3%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  border: 0;
  border-radius: var(--mac-screen-radius);
  outline: 1px solid rgba(255, 255, 255, .1);
  outline-offset: -1px;
  background: #101b22;
  box-shadow: 0 2.4rem 6rem var(--mac-screen-shadow-color);
  transform: translate3d(0, var(--mac-screen-translate), 0) scale(var(--mac-screen-scale));
  transform-origin: top center;
  transform-style: flat;
  will-change: transform;
}

body .macbook-moving-screen::after {
  inset: 0;
  border-radius: inherit;
  opacity: var(--mac-screen-glare-opacity);
}

body .macbook-moving-screen img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  border-radius: inherit;
  object-fit: cover;
  object-position: left top;
  outline: 0;
}

@media (max-width: 720px) {
  body .macbook-scroll-scene {
    --mac-nav-offset: 66px;
    height: 215svh;
    min-height: 80rem;
  }

  body .macbook-photo-device {
    width: min(94vw, calc((100svh - var(--mac-nav-offset) - 4rem) * 1.5));
  }
}

@media (prefers-reduced-motion: reduce) {
  body .macbook-scroll-scene {
    --mac-screen-scale: 1 !important;
    --mac-screen-translate: 0px !important;
    --mac-screen-radius: .3rem !important;
    --mac-screen-shadow-color: rgba(0, 0, 0, .32) !important;
    --mac-screen-glare-opacity: .18 !important;
    --mac-hardware-opacity: 1 !important;
    height: min(46rem, 100svh);
    min-height: 38rem;
  }

  body .macbook-flow {
    position: relative;
    top: auto;
  }

  body .macbook-photo-shell,
  body .macbook-moving-screen {
    will-change: auto;
  }
}

/* Image-only Delta wall */
body .rena-drift-card {
  width: 100vw;
  max-width: none;
  min-height: clamp(34rem, 58vw, 52rem);
  display: block;
  grid-template-columns: none;
  gap: 0;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding: 0;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

body .rena-drift-viewport {
  width: 100%;
  min-height: inherit;
  border-radius: 0;
  box-shadow: none;
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, #000 9%, #000 91%, transparent 100%);
  mask-image: linear-gradient(to bottom, transparent 0%, #000 9%, #000 91%, transparent 100%);
}

body .rena-drift-viewport::after {
  display: none;
}

/* macOS window controls and continuously cycling terminal */
body .rena-terminal-bar > span i:nth-child(1) {
  background: #ff5f57;
}

body .rena-terminal-bar > span i:nth-child(2) {
  background: #febc2e;
}

body .rena-terminal-bar > span i:nth-child(3) {
  background: #28c840;
}

body .rena-terminal-body {
  flex: 1;
  overflow: hidden;
}

body .rena-terminal-body.is-resetting .rena-terminal-line {
  opacity: 0;
  filter: blur(.2rem);
  transform: translate3d(0, -.3rem, 0);
  transition:
    opacity 180ms ease,
    filter 180ms ease,
    transform 220ms cubic-bezier(.22, 1, .36, 1);
}

body .rena-notification-card .rena-card-head h3 {
  margin-top: 0;
}

body .rena-hydro-card {
  background: #202c36;
}

body .rena-hydro-card > img,
body .rena-hydro-card:hover > img {
  object-fit: cover;
  object-position: center top;
  opacity: 1;
  transform: none;
}

body .rena-hydro-card::after {
  background: linear-gradient(180deg, rgba(8, 25, 31, 0) 58%, rgba(8, 25, 31, .2) 100%);
}

body .rena-discovery-card header i {
  background: #54e58b;
  box-shadow: 0 0 0 .25rem rgba(84, 229, 139, .12);
  animation: rena-live-pulse 1.7s ease-in-out infinite;
}

@media (prefers-reduced-motion: reduce) {
  body .rena-terminal-body.is-resetting .rena-terminal-line {
    filter: none;
    transform: none;
  }

  body .rena-discovery-card header i {
    opacity: 1;
    animation: none;
    transform: none;
  }
}

@media (min-width: 1280px) {
  body .rena-drift-card {
    grid-template-columns: none;
    min-height: 52rem;
  }

  body .rena-drift-viewport .drift-wall {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  body .rena-drift-viewport .drift-column:nth-child(5) {
    display: block;
  }
}

/* Product console framed as a native macOS application window */
body .case-sidebar {
  gap: .5rem;
  padding: 3.75rem .5rem .5rem;
  background: #e5e7e2;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, .14),
    0 3rem 8rem rgba(0, 0, 0, .32);
}

.case-mac-chrome {
  position: absolute;
  z-index: 8;
  top: 0;
  right: 0;
  left: 0;
  height: 3.25rem;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: .75rem;
  padding: 0 1.25rem;
  border-bottom: 1px solid rgba(16, 19, 19, .09);
  background: rgba(245, 246, 242, .98);
  color: rgba(16, 19, 19, .48);
}

.case-mac-controls {
  display: flex;
  align-items: center;
  gap: .45rem;
}

.case-mac-controls i {
  width: .7rem;
  height: .7rem;
  display: block;
  border-radius: 50%;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .08);
}

.case-mac-controls i:nth-child(1) {
  background: #ff5f57;
}

.case-mac-controls i:nth-child(2) {
  background: #febc2e;
}

.case-mac-controls i:nth-child(3) {
  background: #28c840;
}

.case-mac-title {
  overflow: hidden;
  font-size: .6875rem;
  font-weight: 520;
  letter-spacing: .04em;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body .platform-workspace,
body .platform-preview {
  width: 100%;
}

body .platform-preview {
  height: clamp(18rem, 72vw, 24rem);
}

@media (min-width: 768px) {
  body .case-sidebar {
    gap: .75rem;
    padding: 4rem .75rem .75rem;
  }

  .case-mac-chrome {
    height: 3.25rem;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}

@media (min-width: 1024px) {
  body .platform-workspace {
    grid-template-columns: minmax(0, 1.75fr) minmax(13rem, .62fr);
  }

  body .platform-preview {
    height: clamp(20rem, 27vw, 26rem);
  }
}

/* The dark product scene dissolves into a light project continuation. */
body .journey {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background:
    radial-gradient(circle at 86% 10%, rgba(7, 135, 140, .08), transparent 30rem),
    var(--rena-paper);
  color: var(--rena-ink);
}

body .journey::after {
  border-color: rgba(7, 135, 140, .1);
}

body .journey-head {
  border-top: 0;
}

body .journey .eyebrow,
body .owners-intro span,
body .owner-person-copy > span,
body .timeline-phase,
body .timeline-option[aria-selected="true"] span,
body .timeline-counter [data-timeline-current] {
  color: var(--rena-teal);
}

body .owners-intro p,
body .timeline-copy {
  color: rgba(16, 19, 19, .62);
}

body .journey-owners {
  border-top-color: rgba(16, 19, 19, .13);
  border-bottom-color: rgba(16, 19, 19, .13);
}

body .owner-person + .owner-person {
  border-left-color: rgba(16, 19, 19, .13);
}

body .journey-timeline {
  background:
    radial-gradient(circle at 18% 50%, rgba(228, 254, 85, .075), transparent 30rem),
    linear-gradient(135deg, #171a19 0%, var(--rena-ink) 56%, #0b0d0d 100%);
  color: #f7f8f4;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, .08),
    0 2.5rem 7rem rgba(8, 10, 10, .22);
}

body .journey-timeline::before {
  border-color: rgba(228, 254, 85, .1);
  box-shadow:
    0 0 0 7vw rgba(228, 254, 85, .014),
    0 0 0 14vw rgba(228, 254, 85, .007);
}

body .timeline-wheel-column {
  border-right-color: rgba(255, 255, 255, .12);
}

body .timeline-wheel-label,
body .timeline-wheel-hint {
  color: rgba(255, 255, 255, .42);
}

body .timeline-wheel:focus-visible {
  box-shadow: inset 3px 0 0 rgba(228, 254, 85, .72);
}

body .timeline-option {
  color: rgba(255, 255, 255, .3);
}

body .timeline-option span {
  color: var(--rena-lime);
  opacity: .46;
}

body .timeline-option[aria-selected="true"],
body .timeline-panel h3 {
  color: #f7f8f4;
}

body .timeline-option[aria-selected="true"] span {
  color: var(--rena-lime);
  opacity: 1;
}

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

body .timeline-counter {
  color: var(--rena-lime);
}

body .timeline-counter > span:last-child {
  opacity: .38;
}

body .journey-timeline .timeline-phase,
body .journey-timeline .timeline-counter [data-timeline-current] {
  color: var(--rena-lime);
}

body .journey-timeline .timeline-copy {
  color: rgba(247, 248, 244, .64);
}

body .timeline-helm {
  isolation: isolate;
  color: #513724;
  filter:
    drop-shadow(0 1.65rem 2.4rem rgba(42, 29, 20, .22))
    drop-shadow(0 .18rem .12rem rgba(255, 255, 255, .28));
}

body .timeline-helm::before {
  border-color: rgba(228, 254, 85, .14);
  background: radial-gradient(circle, rgba(228, 254, 85, .07) 0%, rgba(228, 254, 85, .014) 47%, transparent 72%);
  box-shadow: 0 0 0 1.25rem rgba(255, 255, 255, .012);
}

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

body .timeline-helm:focus-visible {
  box-shadow: 0 0 0 2px var(--rena-ink), 0 0 0 4px var(--rena-lime);
}

body .timeline-helm-svg {
  filter: saturate(.92) contrast(1.04);
  transition: filter 240ms ease;
}

body .timeline-helm:hover .timeline-helm-svg,
body .timeline-helm:focus-visible .timeline-helm-svg,
body .timeline-helm.is-dragging .timeline-helm-svg {
  filter: saturate(1.05) contrast(1.06) brightness(1.04);
}

body .timeline-helm-rim-shadow,
body .timeline-helm-rim-base,
body .timeline-helm-ring {
  fill: none;
}

body .timeline-helm-rim-shadow {
  stroke: rgba(37, 23, 14, .34);
  stroke-width: 31;
}

body .timeline-helm-rim-base {
  stroke: #41291c;
  stroke-width: 27;
}

body .timeline-helm-ring-outer {
  stroke: url(#helm-wood-texture);
  stroke-width: 23;
}

body .timeline-helm-ring-inner {
  stroke: rgba(255, 244, 220, .42);
  stroke-width: 1.5;
}

body .timeline-helm-spoke path {
  stroke: url(#helm-wood-texture);
  stroke-width: 15;
  filter: drop-shadow(0 .18rem .12rem rgba(39, 23, 13, .38));
}

body .timeline-helm-spoke rect:not(.timeline-helm-handle-highlight) {
  fill: url(#helm-wood-texture);
  stroke: #3d281b;
  stroke-width: 2.25;
  filter: drop-shadow(0 .2rem .16rem rgba(39, 23, 13, .32));
}

body .timeline-helm-spoke .timeline-helm-handle-highlight {
  fill: none;
  stroke: rgba(255, 240, 210, .28);
  stroke-width: 1.25;
}

body .timeline-helm-indicator {
  fill: var(--rena-lime);
  stroke: #312418;
  stroke-width: 2;
  filter: drop-shadow(0 0 .3rem rgba(228, 254, 85, .58));
}

body .timeline-helm-hub-shadow {
  fill: rgba(38, 27, 18, .3);
}

body .timeline-helm-hub-ring {
  fill: url(#helm-hub-metal);
  stroke: rgba(51, 39, 25, .72);
  stroke-width: 2.5;
}

body .timeline-helm-hub {
  fill: var(--rena-ink);
  stroke: rgba(228, 254, 85, .5);
  stroke-width: 2;
}

body .timeline-helm-hub-sheen {
  fill: rgba(255, 255, 255, .28);
  filter: blur(1.4px);
  pointer-events: none;
}

body .timeline-helm:hover,
body .timeline-helm:focus-visible,
body .timeline-helm.is-dragging {
  color: var(--rena-lime);
}

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

body .timeline-helm.is-rewinding .timeline-helm-rotor {
  transition-duration: 980ms;
  transition-timing-function: cubic-bezier(.22, .72, 0, 1);
}

body .timeline-helm-center small {
  color: rgba(228, 254, 85, .5);
}

body .timeline-helm-center strong {
  color: var(--rena-lime);
}

@media (max-width: 767px) {
  body .timeline-wheel-column {
    border-bottom-color: rgba(255, 255, 255, .12);
  }
}

/* Editorial portraits for the founders behind the product. */
body .owner-list {
  align-items: stretch;
  gap: clamp(1rem, 2vw, 1.5rem);
}

body .owner-person,
body .owner-person + .owner-person {
  position: relative;
  display: grid;
  align-content: start;
  gap: 0;
  padding: .75rem;
  border: 0;
  border-radius: 1.75rem;
  background: rgba(255, 255, 255, .76);
  box-shadow:
    0 0 0 1px rgba(0, 0, 0, .06),
    0 .125rem .25rem rgba(0, 0, 0, .035),
    0 1.5rem 3.5rem rgba(12, 42, 45, .075);
}

body .owners-intro > span,
body .owner-person-copy > span {
  width: max-content;
  padding: .38rem .58rem;
  border-radius: .5rem;
  background: var(--rena-ink);
  color: var(--rena-lime);
  box-shadow: 0 0 0 1px rgba(16, 19, 19, .08);
}

body .owner-person-copy {
  display: grid;
  gap: .35rem;
  padding: 1rem .65rem .6rem;
}

body .owner-portrait {
  --owner-tilt-x: 0deg;
  --owner-tilt-y: 0deg;
  --owner-scale: 1;
  --owner-image-x: 0px;
  --owner-image-y: 0px;
  --owner-glare-x: 50%;
  --owner-glare-y: 50%;
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 5 / 4;
  overflow: hidden;
  border-radius: 1rem;
  background: #dfe3df;
  box-shadow:
    0 0 0 1px rgba(16, 19, 19, .08),
    0 1.25rem 3rem rgba(12, 42, 45, .09);
  transform: perspective(950px) rotateX(var(--owner-tilt-x)) rotateY(var(--owner-tilt-y)) scale(var(--owner-scale));
  transform-style: preserve-3d;
  transition-property: transform, box-shadow;
  transition-duration: 420ms, 320ms;
  transition-timing-function: cubic-bezier(.2, 0, 0, 1);
}

body .owner-portrait::before,
body .owner-portrait::after {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
}

body .owner-portrait::before {
  z-index: 2;
  background: radial-gradient(circle at var(--owner-glare-x) var(--owner-glare-y), rgba(255, 255, 255, .5), rgba(255, 255, 255, .12) 18%, transparent 42%);
  opacity: 0;
  transition: opacity 240ms cubic-bezier(.2, 0, 0, 1);
}

body .owner-portrait::after {
  z-index: 1;
  background: linear-gradient(to top, rgba(5, 25, 28, .2), transparent 48%);
}

body .owner-portrait img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  outline: 1px solid rgba(0, 0, 0, .1);
  outline-offset: -1px;
  filter: saturate(.88) contrast(1.02);
  transform: translate3d(var(--owner-image-x), var(--owner-image-y), 0) scale(1.055);
  transition: transform 420ms cubic-bezier(.2, 0, 0, 1);
}

body .owner-portrait.is-tilting {
  --owner-scale: 1.025;
  box-shadow:
    0 0 0 1px rgba(0, 0, 0, .08),
    0 1.75rem 3.75rem rgba(12, 42, 45, .16);
  transition-duration: 90ms, 180ms;
}

body .owner-portrait.is-tilting::before {
  opacity: .72;
}

body .owner-portrait.is-tilting img {
  transition-duration: 90ms;
}

body .owner-portrait:active {
  --owner-scale: .96;
}

body .owner-portrait:focus-visible {
  outline: 2px solid var(--rena-ink);
  outline-offset: 4px;
  box-shadow:
    0 0 0 6px var(--rena-lime),
    0 1.25rem 3rem rgba(12, 42, 45, .09);
}

body .owner-person h3 {
  margin: 0;
  color: var(--rena-ink);
  font-size: clamp(1.55rem, 2.1vw, 2.35rem);
  line-height: 1;
}

body .owner-person h3 .type-word,
body .owner-person h3 .type-char {
  color: inherit;
  font: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-transform: none;
}

/* Match the case-study editorial copy to the typography used on the TersLab home. */
body .project-overview-copy > p,
body .intro-foot p,
body .rena-showcase-head > p,
body .owners-intro p,
body .impact-proof-heading > p,
body .proof-community-copy p,
body .proof-conclusion p,
body .layers-head > p {
  font-family: "Onest", Arial, sans-serif;
  font-size: clamp(17px, 1.35vw, 22px);
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1.28;
  text-wrap: pretty;
}

body .project-overview-copy > p,
body .intro-foot p,
body .rena-showcase-head > p,
body .owners-intro p,
body .impact-proof--light .impact-proof-heading > p,
body .proof-community-copy p,
body .impact-proof--light .proof-conclusion p {
  color: #191919;
}

body .layers-head > p {
  color: #e5e5e5;
}

@media (hover: hover) and (pointer: fine) {
  body .owner-portrait {
    will-change: transform;
  }
}

@media (max-width: 767px) {
  body .owner-list {
    gap: 1rem;
  }

  body .owner-person,
  body .owner-person + .owner-person {
    padding: .65rem;
    border-top: 0;
    border-left: 0;
  }

  body .owner-portrait {
    max-width: 32rem;
    aspect-ratio: 6 / 5;
  }

  body .owner-person-copy {
    padding: .9rem .55rem .55rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  body .timeline-helm.is-rewinding .timeline-helm-rotor {
    transition-duration: 0ms;
  }

  body .owner-portrait img {
    transition: none;
  }

  body .owner-portrait {
    transform: none;
    transition: none;
  }

  body .owner-portrait::before {
    display: none;
  }
}

/* Oversized half-helm composition for the interactive project timeline. */
body .journey-timeline {
  --timeline-helm-size: clamp(20rem, 108vw, 27rem);
  --timeline-helm-offset: -54%;
}

body .journey-timeline::before {
  left: 0;
  width: clamp(31rem, 118vw, 42rem);
  transform: translate(-50%, -50%);
}

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

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

body .timeline-helm {
  top: 50%;
  left: 0;
  width: var(--timeline-helm-size);
  transform: translate3d(var(--timeline-helm-offset), -50%, 0);
}

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

body .timeline-control-stage .timeline-option {
  width: 100%;
  min-height: 3.5rem;
  font-size: clamp(1.8rem, 8.8vw, 2.75rem);
}

@media (min-width: 768px) {
  body .journey-timeline {
    --timeline-helm-size: clamp(25rem, 58vw, 30rem);
    --timeline-helm-offset: -53%;
  }

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

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

  body .timeline-control-stage .timeline-wheel {
    inset: 0 0 0 clamp(12.5rem, 28vw, 14.5rem);
  }

  body .timeline-control-stage .timeline-option {
    width: 100%;
    font-size: clamp(2.75rem, 6.4vw, 3.75rem);
  }
}

@media (min-width: 1024px) {
  body .journey-timeline {
    --timeline-helm-size: clamp(29rem, 34vw, 34rem);
    --timeline-helm-offset: -54%;
    grid-template-columns: minmax(34rem, 1.12fr) minmax(0, .88fr);
    min-height: clamp(36rem, 45vw, 42rem);
  }

  body .journey-timeline::before {
    width: clamp(40rem, 55vw, 54rem);
  }

  body .timeline-wheel-column {
    min-height: 0;
    padding-right: clamp(1.75rem, 3vw, 3.25rem);
  }

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

  body .timeline-control-stage .timeline-wheel {
    inset: 0 0 0 clamp(14.75rem, 17vw, 16.5rem);
  }

  body .timeline-control-stage .timeline-option,
  body #timeline-es-2 {
    font-size: clamp(3rem, 3.75vw, 4.5rem);
  }
}

@media (min-width: 1280px) {
  body .journey-timeline {
    width: calc(100% - clamp(3rem, 4.8vw, 5rem));
    margin-right: auto;
    margin-left: auto;
  }
}

/* TersLab green proof system, with fixed semantic colors for product actions. */
body .impact-proof--light {
  --proof-green: var(--rena-lime);
  --proof-green-ink: #687600;
  background:
    radial-gradient(circle at 82% 18%, rgba(228, 254, 85, .18), transparent 28rem),
    radial-gradient(circle at 12% 84%, rgba(228, 254, 85, .12), transparent 24rem),
    var(--paper);
}

body .impact-proof--light .proof-platform-panel {
  background:
    radial-gradient(circle at 50% 46%, rgba(228, 254, 85, .2), transparent 42%),
    linear-gradient(145deg, rgba(255, 255, 255, .9), rgba(255, 255, 255, .58)),
    rgba(255, 255, 255, .74);
}

body .impact-proof--light .proof-snapshot strong,
body .impact-proof--light .proof-event > em,
body .impact-proof--light .proof-ring sup {
  color: var(--proof-green-ink);
}

body .impact-proof--light .proof-snapshot strong {
  color: var(--rena-ink);
}

body .impact-proof--light .proof-panel-head > div > span:first-child {
  color: var(--ink);
}

body .impact-proof--light .proof-tree summary:hover,
body .impact-proof--light .proof-tree summary:focus-visible,
body .impact-proof--light .tree-leaves > span:hover {
  background: rgba(228, 254, 85, .24);
}

body .impact-proof--light .tree-folder,
body .impact-proof--light .tree-folder::before {
  border-color: #a3b72a;
}

body .impact-proof--light .tree-folder {
  background: rgba(228, 254, 85, .34);
}

body .impact-proof--light .tree-leaves i {
  border-color: #a3b72a;
  background: rgba(228, 254, 85, .24);
}

body .impact-proof--light .proof-ring svg {
  filter: drop-shadow(0 0 1.5rem rgba(228, 254, 85, .34));
}

body .impact-proof--light .proof-ring-value {
  stroke: var(--proof-green);
}

body .impact-proof--light .proof-platform-legend i,
body .impact-proof--light .proof-platform-legend i.is-android,
body .impact-proof--light .proof-platform-legend i.is-web,
body .impact-proof--light .proof-status.is-live i {
  background: var(--proof-green);
  box-shadow: 0 0 0 .22rem rgba(228, 254, 85, .2);
}

body .impact-proof--light .proof-event-icon {
  color: #fff;
}

body .impact-proof--light .proof-event.is-app .proof-event-icon {
  background: #4f46e5;
  box-shadow: 0 .65rem 1.5rem rgba(79, 70, 229, .2);
}

body .impact-proof--light .proof-event.is-partner .proof-event-icon {
  background: #9333ea;
  box-shadow: 0 .65rem 1.5rem rgba(147, 51, 234, .2);
}

body .impact-proof--light .proof-event.is-boat .proof-event-icon {
  background: #f97316;
  box-shadow: 0 .65rem 1.5rem rgba(249, 115, 22, .2);
}

body .impact-proof--light .proof-event.is-filter .proof-event-icon {
  background: #e11d48;
  box-shadow: 0 .65rem 1.5rem rgba(225, 29, 72, .2);
}

body .impact-proof--light .proof-event.is-signup .proof-event-icon {
  background: #16a34a;
  box-shadow: 0 .65rem 1.5rem rgba(22, 163, 74, .2);
}

body .impact-proof--light .proof-event.is-contact .proof-event-icon {
  background: #0891b2;
  box-shadow: 0 .65rem 1.5rem rgba(8, 145, 178, .2);
}

body .proof-panel-head > div > h3:first-child {
  margin-top: 0;
}

body .impact-proof--light .proof-conclusion--intro {
  border-top-color: rgba(16, 19, 19, .13);
}

body .impact-proof--light .proof-conclusion--intro h3 {
  color: var(--rena-ink);
}

body .proof-conclusion--intro + .proof-console {
  margin-top: clamp(2rem, 4vw, 3.5rem);
}

/* Square-to-full-bleed opening, aligned with the TersLab home typography. */
body .case-hero[data-scroll-expand] .hero-media-frame {
  --expand-width: min(82vw, 64svh);
  --expand-height: min(82vw, 64svh);
  width: var(--expand-width);
  height: var(--expand-height);
  transform: translateZ(0);
}

body .hero-brand-lockup {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-inline: 1.25rem;
  text-align: center;
}

body .hero-brand-lockup .rena-mark {
  width: clamp(7.5rem, 32vw, 9.5rem);
}

body .hero-brand-tagline {
  position: absolute;
  z-index: 5;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100% - 2.5rem);
  max-width: 17ch;
  margin: 0 auto;
  padding-inline: 1.25rem;
  color: #161616;
  font-family: "Onest", sans-serif;
  font-size: clamp(2.2rem, 11vw, 3.5rem);
  font-weight: 500;
  line-height: .94;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
  text-wrap: balance;
  pointer-events: none;
  opacity: var(--tagline-opacity, 1);
  transform: translate3d(0, calc(clamp(6.5rem, 18vw, 8.5rem) + var(--tagline-lift, 0rem)), 0) scale(var(--tagline-scale, 1));
  transform-origin: center;
  will-change: transform, opacity;
}

@media (min-width: 768px) {
  body .case-hero[data-scroll-expand] .hero-media-frame {
    --expand-width: min(58vw, 64svh);
    --expand-height: min(58vw, 64svh);
  }

  body .hero-brand-lockup .rena-mark {
    width: clamp(8.5rem, 11vw, 11.5rem);
  }

  body .hero-brand-tagline {
    padding-inline: 3vw;
    font-size: clamp(3rem, 6vw, 5rem);
    line-height: .92;
    transform: translate3d(0, calc(clamp(7rem, 11vw, 10rem) + var(--tagline-lift, 0rem)), 0) scale(var(--tagline-scale, 1));
  }
}

@media (min-width: 1024px) {
  body .case-hero[data-scroll-expand] .hero-media-frame {
    --expand-width: min(44vw, 64svh);
    --expand-height: min(44vw, 64svh);
  }
}

@media (prefers-reduced-motion: reduce) {
  body .case-hero[data-scroll-expand] .hero-media-frame {
    width: 100%;
    height: 100%;
  }

  body .hero-brand-tagline {
    transform: translate3d(0, clamp(6.5rem, 11vw, 10rem), 0);
    opacity: 1;
    will-change: auto;
  }
}

/* Product-like discovery demo: typed intent followed by calm recommendations. */
body .rena-search-demo {
  overflow: hidden;
}

body .rena-search-demo > span:first-child {
  flex: 0 0 auto;
}

body .rena-search-copy {
  min-width: 0;
  overflow: hidden;
  color: #6f7574;
  font-size: inherit;
  white-space: nowrap;
}

body .rena-search-caret {
  width: 1px;
  height: 1.05em;
  flex: 0 0 1px;
  margin-left: -.28rem;
  background: var(--sea);
  animation: rena-search-caret-blink .85s steps(1, end) infinite;
}

body .rena-search-demo.is-complete .rena-search-caret {
  animation-iteration-count: 3;
}

body .rena-discovery-card [data-discovery-place] {
  z-index: 1;
  opacity: 0;
  filter: blur(4px);
  pointer-events: none;
  transform: translate3d(0, .5rem, 0) scale(.985);
  transition:
    opacity .34s cubic-bezier(.2, 0, 0, 1),
    transform .42s cubic-bezier(.2, 0, 0, 1),
    filter .34s cubic-bezier(.2, 0, 0, 1);
  will-change: opacity, transform, filter;
}

body .rena-discovery-card [data-discovery-place].is-active {
  z-index: 2;
  opacity: 1;
  filter: blur(0);
  pointer-events: auto;
  transform: translate3d(0, 0, 0) scale(1);
}

body .rena-discovery-card:hover [data-discovery-place]:not(.is-active) > img {
  transform: none;
}

@keyframes rena-search-caret-blink {
  0%, 48% { opacity: 1; }
  49%, 100% { opacity: 0; }
}

@media (prefers-reduced-motion: reduce) {
  body .rena-search-caret {
    display: none;
    animation: none;
  }

  body .rena-discovery-card [data-discovery-place] {
    filter: none;
    transition: none;
    transform: none;
    will-change: auto;
  }
}

/* Hero Drift Wall: Delta photography frames a central film that becomes the viewport. */
body .case-hero[data-scroll-expand] .hero-media-frame {
  --hero-core-x: 11%;
  --hero-core-y: 28%;
  --hero-core-radius: 1rem;
  --hero-wall-opacity: 1;
  --hero-wall-scale: 1;
  isolation: isolate;
  background: #e8e9e4;
}

body .hero-drift-wall {
  position: absolute;
  z-index: 1;
  inset: -5%;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-template-rows: repeat(3, minmax(0, 1fr));
  gap: clamp(.35rem, 1.6vw, .65rem);
  opacity: var(--hero-wall-opacity);
  transform: rotate(-2.6deg) scale(var(--hero-wall-scale));
  transform-origin: center;
  will-change: transform, opacity;
}

body .hero-drift-wall figure {
  min-width: 0;
  min-height: 0;
  margin: 0;
  overflow: hidden;
  border-radius: clamp(.65rem, 2.5vw, 1rem);
  background: #cfd3cb;
  box-shadow: 0 .75rem 2rem rgba(10, 25, 28, .12);
}

body .hero-drift-wall figure:nth-child(2),
body .hero-drift-wall figure:nth-child(7) {
  transform: translateY(-8%);
}

body .hero-drift-wall figure:nth-child(4),
body .hero-drift-wall figure:nth-child(8) {
  transform: translateY(8%);
}

body .hero-drift-wall img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  filter: saturate(.88) contrast(.96);
  transform: scale(1.03);
}

body .hero-core-media {
  position: absolute;
  z-index: 3;
  inset: var(--hero-core-y) var(--hero-core-x);
  overflow: hidden;
  border-radius: var(--hero-core-radius);
  background: #07191d;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, .18),
    0 1.75rem 4.5rem rgba(3, 18, 21, .34);
  transform: translateZ(0);
  will-change: inset, border-radius;
}

body .case-hero[data-scroll-expand] .hero-core-media .hero-video,
body .case-hero[data-scroll-expand] .hero-core-media .hero-poster {
  object-position: center 46%;
}

body .hero-brand-tagline {
  inset: auto 0;
  top: calc(50% + min(41vw, 32svh) + 1.35rem);
  height: auto;
  align-items: flex-start;
  font-size: clamp(1.35rem, 6vw, 2.25rem);
  line-height: .96;
  transform: translate3d(0, var(--tagline-lift, 0rem), 0) scale(var(--tagline-scale, 1));
}

@media (min-width: 768px) {
  body .case-hero[data-scroll-expand] .hero-media-frame {
    --hero-core-x: 15%;
    --hero-core-y: 30%;
  }

  body .hero-drift-wall {
    inset: -6%;
    gap: clamp(.45rem, .8vw, .8rem);
  }

  body .hero-brand-tagline {
    top: calc(50% + min(29vw, 32svh) + 1.5rem);
    font-size: clamp(1.75rem, 3vw, 2.75rem);
  }
}

@media (min-width: 1024px) {
  body .hero-brand-tagline {
    top: calc(50% + min(22vw, 32svh) + 1.5rem);
  }
}

@media (prefers-reduced-motion: reduce) {
  body .case-hero[data-scroll-expand] .hero-media-frame {
    --hero-core-x: 0% !important;
    --hero-core-y: 0% !important;
    --hero-core-radius: 0 !important;
  }

  body .hero-drift-wall {
    display: none;
    opacity: 0;
    transform: none;
    will-change: auto;
  }

  body .hero-core-media {
    inset: 0;
    border-radius: 0;
    will-change: auto;
  }

  body .hero-brand-tagline {
    display: none;
  }
}

/* Three-window opening: a calm, perspective-led swap for site, data and film. */
body .case-hero--swap {
  position: relative;
  min-height: 100svh;
  padding-top: 66px;
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(circle at 18% 24%, rgba(114, 232, 220, .2), transparent 20rem),
    radial-gradient(circle at 82% 76%, rgba(7, 135, 140, .16), transparent 24rem),
    linear-gradient(145deg, #e9ebe5 0%, #f4f5f0 52%, #e7ebe5 100%);
}

body .case-hero--swap::before,
body .case-hero--swap::after {
  position: absolute;
  z-index: 0;
  content: "";
  pointer-events: none;
}

body .case-hero--swap::before {
  inset: 0;
  opacity: .28;
  background-image:
    linear-gradient(rgba(16, 19, 19, .08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(16, 19, 19, .08) 1px, transparent 1px);
  background-size: clamp(3.5rem, 7vw, 6.5rem) clamp(3.5rem, 7vw, 6.5rem);
  mask-image: linear-gradient(135deg, rgba(0, 0, 0, .9), transparent 72%);
}

body .case-hero--swap::after {
  top: 50%;
  left: 50%;
  width: min(92vw, 76rem);
  aspect-ratio: 1.7;
  border-radius: 50%;
  background: radial-gradient(ellipse, rgba(7, 135, 140, .15), rgba(7, 135, 140, 0) 68%);
  filter: blur(1.5rem);
  transform: translate3d(-50%, -46%, 0);
}

body .hero-swap-shell {
  position: relative;
  z-index: 1;
  min-height: calc(100svh - 66px);
  display: grid;
  align-content: center;
  align-items: center;
  justify-items: end;
  row-gap: clamp(2.75rem, 8vh, 4.5rem);
  padding: 4.75rem 0 3.5rem 1.25rem;
}

body .hero-swap-copy {
  position: relative;
  z-index: 5;
  width: min(78vw, 25rem);
  justify-self: start;
  color: var(--rena-ink);
}

body .hero-swap-logo {
  width: clamp(7.5rem, 28vw, 9.5rem);
  height: auto;
  display: block;
  filter: brightness(0) saturate(100%);
  opacity: .88;
}

body .hero-swap-title {
  max-width: 13ch;
  margin: clamp(1.35rem, 4vw, 2rem) 0 0;
  font-family: "Onest", sans-serif;
  font-size: clamp(2.35rem, 10.5vw, 3.4rem);
  font-weight: 500;
  letter-spacing: -.045em;
  line-height: .91;
  text-transform: uppercase;
  text-wrap: balance;
}

body .hero-swap-title > span {
  display: block;
}

body .hero-swap-stage {
  position: relative;
  width: min(86vw, 34rem);
  aspect-ratio: 4 / 3;
  perspective: 72rem;
  perspective-origin: 48% 44%;
  transform: translate3d(7%, 2%, 0);
  transform-style: preserve-3d;
}

body .hero-swap-card {
  position: absolute;
  inset: 0;
  min-width: 0;
  min-height: 0;
  margin: 0;
  overflow: hidden;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  border-radius: 1.25rem;
  background: #f7f7f4;
  backface-visibility: hidden;
  box-shadow:
    0 0 0 1px rgba(0, 0, 0, .08),
    0 .4rem 1rem rgba(6, 24, 27, .08),
    0 2rem 5rem rgba(6, 24, 27, .18);
  transform-origin: 50% 100%;
  transform-style: preserve-3d;
  transition-property: transform, opacity, filter, box-shadow;
  transition-duration: .72s, .36s, .36s, .3s;
  transition-timing-function: cubic-bezier(.2, 0, 0, 1);
  will-change: transform, opacity;
}

body .hero-swap-card[data-swap-position="0"] {
  z-index: 3;
  opacity: 1;
  filter: none;
  transform: translate3d(-4%, 7%, 4rem) rotateX(.2deg) rotateY(-2.2deg) rotateZ(-.45deg);
}

body .hero-swap-card[data-swap-position="1"] {
  z-index: 2;
  opacity: .92;
  filter: saturate(.93) brightness(.96);
  transform: translate3d(3%, -2%, 0) rotateX(.5deg) rotateY(-3.2deg) rotateZ(1.1deg) scale(.975);
}

body .hero-swap-card[data-swap-position="2"] {
  z-index: 1;
  opacity: .76;
  filter: saturate(.86) brightness(.9);
  transform: translate3d(9%, -11%, -4rem) rotateX(1deg) rotateY(-4deg) rotateZ(2.1deg) scale(.94);
}

body .hero-swap-card.is-exiting {
  z-index: 4;
  opacity: 0;
  filter: blur(4px) saturate(.92);
  transform: translate3d(-18%, 18%, 6rem) rotateX(1deg) rotateY(3deg) rotateZ(-4.5deg) scale(.985);
  transition-duration: .34s, .22s, .22s, .22s;
  transition-timing-function: cubic-bezier(.4, 0, 1, 1);
}

body .hero-swap-chrome {
  position: relative;
  z-index: 2;
  height: 2rem;
  display: flex;
  align-items: center;
  padding-inline: .8rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .94), rgba(255, 255, 255, .24)),
    #ecece9;
  box-shadow:
    inset 0 -1px rgba(0, 0, 0, .09),
    inset 0 1px rgba(255, 255, 255, .9);
}

body .hero-swap-lights {
  display: inline-flex;
  align-items: center;
  gap: .34rem;
}

body .hero-swap-lights i {
  width: .55rem;
  height: .55rem;
  display: block;
  border-radius: 50%;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .12);
}

body .hero-swap-lights i:nth-child(1) { background: #ff5f57; }
body .hero-swap-lights i:nth-child(2) { background: #febc2e; }
body .hero-swap-lights i:nth-child(3) { background: #28c840; }

body .hero-swap-viewport {
  position: relative;
  min-width: 0;
  min-height: 0;
  overflow: hidden;
  background: #eef0ec;
}

body .hero-swap-viewport::after {
  position: absolute;
  z-index: 2;
  inset: 0;
  background:
    linear-gradient(118deg, rgba(255, 255, 255, .06), transparent 22%, transparent 76%, rgba(255, 255, 255, .025));
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .1);
  content: "";
  pointer-events: none;
}

body .hero-swap-viewport img,
body .hero-swap-viewport video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center top;
  outline: 1px solid rgba(0, 0, 0, .1);
  outline-offset: -1px;
  transform: translateZ(0) scale(1.002);
}

body .hero-swap-card:nth-child(2) .hero-swap-viewport img,
body .hero-swap-video {
  object-position: center center;
}

@media (hover: hover) and (pointer: fine) {
  body .hero-swap-stage:hover .hero-swap-card[data-swap-position="0"] {
    box-shadow:
      0 0 0 1px rgba(0, 0, 0, .1),
      0 .55rem 1.2rem rgba(6, 24, 27, .1),
      0 2.5rem 6rem rgba(6, 24, 27, .23);
  }
}

@media (min-width: 768px) {
  body .case-hero--swap {
    padding-top: 76px;
  }

  body .hero-swap-shell {
    min-height: calc(100svh - 76px);
    padding: clamp(5rem, 9vh, 7rem) 0 clamp(4rem, 7vh, 6rem) 3rem;
  }

  body .hero-swap-stage {
    width: min(78vw, 64rem, 112svh);
    aspect-ratio: 16 / 9;
    transform: translate3d(10%, 2.5%, 0);
  }

  body .hero-swap-card {
    border-radius: 1.5rem;
  }

  body .hero-swap-card[data-swap-position="0"] {
    transform: translate3d(-5%, 8%, 4.5rem) rotateX(.2deg) rotateY(-2.1deg) rotateZ(-.55deg);
  }

  body .hero-swap-card[data-swap-position="1"] {
    transform: translate3d(3.5%, -2.5%, 0) rotateX(.55deg) rotateY(-3deg) rotateZ(1deg) scale(.973);
  }

  body .hero-swap-card[data-swap-position="2"] {
    transform: translate3d(11%, -13%, -4.5rem) rotateX(1deg) rotateY(-3.8deg) rotateZ(2deg) scale(.94);
  }

  body .hero-swap-card.is-exiting {
    transform: translate3d(-18%, 20%, 7rem) rotateX(1deg) rotateY(3deg) rotateZ(-4.5deg) scale(.985);
  }

  body .hero-swap-chrome {
    height: 2.25rem;
    padding-inline: 1rem;
  }

  body .hero-swap-lights {
    gap: .4rem;
  }

  body .hero-swap-lights i {
    width: .63rem;
    height: .63rem;
  }
}

@media (min-width: 1024px) {
  body .hero-swap-copy {
    position: absolute;
    top: calc(50% + clamp(2.5rem, 4.25vw, 3.75rem));
    left: 3rem;
    width: min(25vw, 29rem);
    transform: translateY(-50%);
  }

  body .hero-swap-logo {
    width: clamp(8.5rem, 10vw, 10.5rem);
  }

  body .hero-swap-title {
    margin-top: clamp(1.75rem, 3vw, 2.75rem);
    font-size: clamp(2.5rem, 3.8vw, 3.25rem);
  }

  body .hero-swap-stage {
    width: min(72vw, 70rem, 112svh);
    transform: translate3d(13%, 2.5%, 0);
  }
}

@media (min-width: 1280px) {
  body .hero-swap-copy {
    left: clamp(4rem, 5.5vw, 6rem);
    width: min(27vw, 29rem);
  }

  body .hero-swap-title {
    font-size: clamp(3rem, 4.35vw, 5.15rem);
  }

  body .hero-swap-stage {
    width: min(70vw, 72rem, 112svh);
    transform: translate3d(14%, 2.5%, 0);
  }
}

@media (prefers-reduced-motion: reduce) {
  body .hero-swap-card {
    transition: none;
    will-change: auto;
  }

  body .hero-swap-card.is-exiting {
    opacity: 1;
    filter: none;
  }
}

/* Minimal full-bleed film opening. */
body .case-hero--film {
  position: relative;
  isolation: isolate;
  width: 100%;
  height: calc(100svh - 66px);
  min-height: 30rem;
  padding: 0;
  overflow: hidden;
  background: #000;
}

body .case-hero--film::after {
  position: absolute;
  z-index: 1;
  inset: 0;
  background: rgba(0, 0, 0, .16);
  content: "";
  pointer-events: none;
}

body .hero-film-video {
  position: absolute;
  z-index: 0;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center center;
}

body .hero-film-logo {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  width: clamp(11rem, 24vw, 20rem);
  height: auto;
  filter: brightness(0) invert(1) drop-shadow(0 .5rem 1.5rem rgba(0, 0, 0, .22));
  transform: translate3d(-50%, -50%, 0);
}

@media (min-width: 768px) {
  body .case-hero--film {
    height: calc(100svh - 76px);
  }
}

/* The review deck follows the film, so it needs no second navigation offset. */
body .case-hero--film + .case-hero--swap {
  padding-top: 0;
}

body .case-hero--film + .case-hero--swap .hero-swap-shell {
  min-height: 100svh;
}

/* Connected Delta experiences — a final route from discovery to direct contact. */
body .connected-experiences {
  position: relative;
  isolation: isolate;
  padding: clamp(5rem, 12vw, 9rem) clamp(1rem, 4vw, 4rem) clamp(6rem, 13vw, 10rem);
  overflow: hidden;
  background:
    radial-gradient(circle at 88% 8%, rgba(228, 254, 85, .13), transparent 26rem),
    radial-gradient(circle at 8% 88%, rgba(7, 135, 140, .17), transparent 30rem),
    var(--rena-ink);
  color: #f7f8f4;
}

body .connected-experiences::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  opacity: .08;
  background-image:
    linear-gradient(rgba(255, 255, 255, .08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .08) 1px, transparent 1px);
  background-size: 4rem 4rem;
  mask-image: linear-gradient(145deg, transparent 6%, #000 45%, transparent 92%);
  content: "";
  pointer-events: none;
}

body .connected-experiences-inner {
  width: 100%;
  max-width: var(--rena-max);
  margin: 0 auto;
}

body .connected-experiences-head {
  display: grid;
  gap: 2rem;
  padding-bottom: clamp(3rem, 7vw, 5.5rem);
  border-bottom: 1px solid rgba(255, 255, 255, .14);
}

body .connected-experiences-heading {
  display: grid;
  gap: 1.25rem;
}

body .connected-experiences-heading > span {
  width: max-content;
  color: var(--rena-lime);
  font-size: .75rem;
  font-weight: 650;
  letter-spacing: .14em;
  line-height: 1;
  text-transform: uppercase;
}

body .connected-experiences-heading h2 {
  max-width: 14ch;
  margin: 0;
  color: #f7f8f4;
  font-size: clamp(2.65rem, 7.2vw, 6rem);
  font-weight: 500;
  letter-spacing: -.045em;
  line-height: .93;
  text-wrap: balance;
}

body .connected-experiences-intro {
  display: grid;
  align-content: end;
  justify-items: start;
  gap: 1.5rem;
}

body .connected-experiences-intro p {
  max-width: 49ch;
  margin: 0;
  color: rgba(247, 248, 244, .66);
  font-family: "Onest", Arial, sans-serif;
  font-size: clamp(1rem, 1.4vw, 1.25rem);
  line-height: 1.42;
  text-wrap: pretty;
}

body .connected-experiences-intro > a {
  min-height: 2.75rem;
  display: inline-flex;
  align-items: center;
  gap: .75rem;
  padding: 0 1rem;
  border-radius: 999px;
  background: var(--rena-lime);
  color: var(--rena-ink);
  font-size: .875rem;
  font-weight: 650;
  text-decoration: none;
  box-shadow: 0 0 0 1px rgba(228, 254, 85, .22), 0 .75rem 2rem rgba(0, 0, 0, .18);
  transition: box-shadow 180ms ease, transform 220ms var(--rena-ease);
}

body .connected-experiences-intro > a:hover,
body .connected-experiences-intro > a:focus-visible {
  box-shadow: 0 0 0 1px rgba(228, 254, 85, .4), 0 1rem 2.5rem rgba(0, 0, 0, .24);
  transform: translateY(-.2rem);
}

body .connected-experiences-intro > a:focus-visible,
body .connected-experience-card:focus-visible {
  outline: 2px solid var(--rena-lime);
  outline-offset: 4px;
}

body .connected-experiences-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 1.25rem;
  margin-top: clamp(3rem, 8vw, 7rem);
}

body .connected-experience-card {
  position: relative;
  z-index: 1;
  min-width: 0;
  display: grid;
  overflow: hidden;
  border-radius: 1.65rem;
  background: #f6f7f3;
  color: var(--rena-ink);
  text-decoration: none;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, .1), 0 2rem 5rem rgba(0, 0, 0, .2);
  transition: box-shadow 220ms ease, transform 320ms var(--rena-ease);
}

body .connected-experience-card figure {
  position: relative;
  aspect-ratio: 4 / 3;
  margin: 0;
  overflow: hidden;
  background: #223134;
}

body .connected-experience-card figure::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(4, 12, 13, .04), rgba(4, 12, 13, .28));
  content: "";
  pointer-events: none;
}

body .connected-experience-card img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  outline: 1px solid rgba(0, 0, 0, .1);
  outline-offset: -1px;
  transition: transform 600ms var(--rena-ease);
}

body .connected-experience-card figure > span {
  position: absolute;
  z-index: 1;
  top: 1rem;
  left: 1rem;
  min-width: 2.6rem;
  min-height: 2.6rem;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--rena-lime);
  color: var(--rena-ink);
  font-size: .75rem;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
  box-shadow: 0 .5rem 1.5rem rgba(0, 0, 0, .15);
}

body .connected-experience-copy {
  display: grid;
  grid-template-rows: auto auto 1fr auto;
  gap: .8rem;
  padding: clamp(1.25rem, 3vw, 1.75rem);
}

body .connected-experience-copy p {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem 1rem;
  margin: 0;
  color: var(--rena-ink);
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .11em;
  line-height: 1.2;
  text-transform: uppercase;
}

body .connected-experience-copy p span + span {
  position: relative;
  color: var(--rena-ink);
}

body .connected-experience-copy p span + span::before {
  position: relative;
  left: -.5rem;
  content: "·";
}

body .connected-experience-copy h3 {
  max-width: 15ch;
  margin: 0;
  color: var(--rena-ink);
  font-size: clamp(1.65rem, 3vw, 2.35rem);
  font-weight: 550;
  letter-spacing: -.035em;
  line-height: .98;
  text-wrap: balance;
}

body .connected-experience-copy small {
  align-self: start;
  color: rgba(16, 19, 19, .58);
  font-size: .95rem;
  line-height: 1.35;
}

body .connected-experience-copy strong {
  min-height: 2.75rem;
  display: inline-flex;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
  padding-top: 1.1rem;
  border-top: 1px solid rgba(16, 19, 19, .12);
  color: var(--rena-ink);
  font-size: .8rem;
  font-weight: 650;
  letter-spacing: .04em;
}

body .connected-experience-copy strong span {
  color: var(--rena-ink);
  font-size: 1.15rem;
  transition: transform 220ms var(--rena-ease);
}

body .connected-experience-card:hover,
body .connected-experience-card:focus-visible {
  box-shadow: 0 0 0 1px rgba(228, 254, 85, .24), 0 2.5rem 6rem rgba(0, 0, 0, .28);
  transform: translateY(-.45rem);
}

body .connected-experience-card:hover img,
body .connected-experience-card:focus-visible img {
  transform: scale(1.045);
}

body .connected-experience-card:hover .connected-experience-copy strong span,
body .connected-experience-card:focus-visible .connected-experience-copy strong span {
  transform: translate3d(.2rem, -.2rem, 0);
}

@media (min-width: 768px) {
  body .connected-experiences-head {
    grid-template-columns: minmax(0, 1.15fr) minmax(18rem, .85fr);
    gap: clamp(3rem, 8vw, 8rem);
  }

  body .connected-experiences-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(1rem, 2vw, 1.5rem);
  }

  body .connected-experiences-grid::before {
    position: absolute;
    top: 5.5rem;
    right: 7%;
    left: 7%;
    height: 1px;
    background: repeating-linear-gradient(90deg, rgba(228, 254, 85, .46) 0 .45rem, transparent .45rem .85rem);
    content: "";
    pointer-events: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  body .connected-experiences-intro > a,
  body .connected-experience-card,
  body .connected-experience-card img,
  body .connected-experience-copy strong span {
    transition: none;
  }
}

/* Let the platform console bridge the editorial paper and system section. */
body .layers--overlap {
  padding-top: 0;
  overflow: visible;
  display: flow-root;
}

body .layers--overlap > .case-sidebar {
  margin-top: calc(-1 * clamp(2rem, 5vw, 4rem));
}

/* A full-width photographic mockup; the scene scales without stretching the laptop. */
body .brandbook-mockup {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  background: #c5c5c5;
  scroll-margin-top: 76px;
}

.brandbook-mockup picture,
.brandbook-mockup img {
  display: block;
  width: 100%;
}

.brandbook-mockup img {
  height: auto;
  aspect-ratio: 16 / 9;
}

/* Paper surrounds the console; its lower edge overlaps only the mockup background. */
body .layers--overlap {
  z-index: 2;
  padding-bottom: 0;
  background: var(--rena-paper);
}

body .layers--overlap::before,
body .layers--overlap::after {
  display: none;
}

body .layers--overlap > .case-sidebar {
  margin-bottom: calc(-1 * min(3vw, 3rem));
}

body .brandbook-mockup {
  z-index: 1;
}

/* One continuous page frame, including photography and previously full-bleed strips. */
body.renauticos-framed {
  background: var(--rena-paper);
}

body.renauticos-framed > main {
  width: calc(100% - var(--gutter) * 2);
  max-width: var(--rena-max);
  margin-inline: auto;
}

body.renauticos-framed > main > section {
  padding-inline: 0;
}

body.renauticos-framed .brandbook-mockup,
body.renauticos-framed .rena-velocity,
body.renauticos-framed .rena-drift-card {
  width: 100%;
  max-width: 100%;
  margin-inline: 0;
}

body.renauticos-framed .macbook-scroll-scene {
  margin-inline: 0;
}

/* Continuous margin rules start after the full-width opening film. */
body.renauticos-framed > main {
  position: relative;
}

body.renauticos-framed > main::after {
  position: absolute;
  z-index: 3;
  top: max(30rem, calc(100svh - 66px));
  right: 0;
  bottom: 0;
  left: 0;
  border-inline: 1px solid rgba(16, 19, 19, .15);
  content: "";
  pointer-events: none;
}

body.renauticos-framed .case-editorial-inner {
  border-inline: 0;
}

body.renauticos-framed > main > .case-hero--film {
  width: 100vw;
  max-width: none;
  margin-inline: calc(50% - 50vw);
}

@media (min-width: 768px) {
  body.renauticos-framed > main::after {
    top: max(30rem, calc(100svh - 76px));
  }
}

/* Text starts at the same inset inside the continuous margin rules. */
body.renauticos-framed {
  --case-content-inset: clamp(1rem, 1.4vw, 1.5rem);
}

body.renauticos-framed .case-editorial-inner {
  padding-inline: var(--case-content-inset);
}

body.renauticos-framed > main > section:not(.case-hero--film):not(.case-editorial):not(.layers):not(.brandbook-mockup) {
  padding-inline: var(--case-content-inset);
}

/* Keep the overlapping console above the following section's paper surface. */
body.renauticos-framed .layers--overlap + .project-overview {
  z-index: 1;
}

/* Move the camera toward the complete notebook, keeping the capture on its display. */
body.renauticos-framed > main > .browser-section--camera {
  padding: 0;
  overflow: visible;
  background: var(--rena-paper);
}

body .browser-section--camera .macbook-scroll-scene {
  --mac-nav-offset: 76px;
  --mac-camera-scale: 1;
  --mac-camera-y: 0px;
  --mac-screen-height: 57.3%;
  height: 180svh;
  min-height: 0;
  margin: 0;
  padding: 0;
  overflow: visible;
  background: var(--rena-paper);
}

body .browser-section--camera .macbook-flow {
  top: var(--mac-nav-offset);
  height: min(calc(100svh - var(--mac-nav-offset)), calc((100vw - var(--gutter) * 2) * .62), 55rem);
  overflow: hidden;
}

body .browser-section--camera .macbook-photo-device {
  width: min(84%, 70rem);
  transform: translate3d(-50%, -50%, 0) translateY(var(--mac-camera-y)) scale(var(--mac-camera-scale));
  transform-origin: 50% 10.45%;
  will-change: transform;
}

body .browser-section--camera .macbook-moving-screen {
  height: var(--mac-screen-height);
  transform: none;
  box-shadow: none;
  outline: 0;
  will-change: height;
}

body .browser-section--camera .macbook-moving-screen::after {
  display: none;
}

@media (max-width: 767px) {
  body .browser-section--camera .macbook-scroll-scene {
    --mac-nav-offset: 66px;
  }
}

@media (prefers-reduced-motion: reduce) {
  body .browser-section--camera .macbook-scroll-scene {
    height: auto;
    min-height: 0;
  }

  body .browser-section--camera .macbook-flow {
    position: relative;
    top: auto;
  }

  body .browser-section--camera .macbook-photo-device {
    transform: translate3d(-50%, -50%, 0);
    will-change: auto;
  }

  body .browser-section--camera .macbook-moving-screen {
    will-change: auto;
  }
}

/* A single soft teal backdrop continues behind every section, without seams. */
body.renauticos-framed {
  background:
    radial-gradient(ellipse 34rem 32rem at 84% 72%, rgba(7, 135, 140, .09), transparent 100%),
    var(--rena-paper);
  background-attachment: fixed;
}

body.renauticos-framed > main > section:not(.case-hero--film),
body.renauticos-framed .browser-section--camera .macbook-scroll-scene,
body.renauticos-framed > .footer {
  background: transparent;
}

body.renauticos-framed .journey::after,
body.renauticos-framed .connected-experiences::before {
  display: none;
}

body.renauticos-framed .connected-experiences,
body.renauticos-framed .connected-experiences-heading h2,
body.renauticos-framed .connected-experiences-intro p,
body.renauticos-framed > .footer,
body.renauticos-framed > .footer a,
body.renauticos-framed > .footer .footer-legal {
  color: var(--rena-ink);
}

body.renauticos-framed .connected-experiences-heading > span {
  color: var(--rena-teal);
}

body.renauticos-framed .connected-experiences-head {
  border-bottom-color: rgba(16, 19, 19, .15);
}

body.renauticos-framed > .footer .footer-brand-image {
  filter: brightness(0);
}

/* Keep the existing title scale, using the sentence case of the source copy. */
body.renauticos-framed main :is(h1, h2, h3, h4) {
  text-transform: none;
}

/* Compact spacing around the notebook and the following section. */
body.renauticos-framed > main > .intro {
  padding-bottom: clamp(.75rem, 1vw, 1rem);
}

body.renauticos-framed .browser-section--camera .macbook-photo-device {
  top: calc(50% - min(2vw, 2rem));
}

body.renauticos-framed > main > .rena-showcase {
  padding-bottom: clamp(2rem, 4vw, 4rem);
}

body.renauticos-framed > main > .journey {
  padding-top: clamp(2rem, 3vw, 3rem);
}

/* Analytics precedes the activity summary after the requested block swap. */
body.renauticos-framed #product-data > .proof-conclusion--intro:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}

body.renauticos-framed #product-data > .proof-console + .impact-head {
  margin-top: clamp(3rem, 5vw, 5rem);
}

body.renauticos-framed .journey-owners {
  border-top: 0;
}

/* Paired product preview: drifting places beside the complete app device. */
body.renauticos-framed .rena-product-pair {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1rem, 2vw, 2rem);
  min-width: 0;
}
body.renauticos-framed .rena-product-pair .rena-drift-card {
  grid-column: auto;
  min-width: 0;
  min-height: 0;
  height: 100%;
}
body.renauticos-framed .rena-product-pair .rena-drift-viewport {
  height: 100%;
  min-height: 0;
}
body.renauticos-framed .rena-product-pair .drift-wall {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
body.renauticos-framed .rena-product-pair .drift-column:nth-child(n+4) {
  display: none;
}
body.renauticos-framed .rena-app-preview {
  position: relative;
  min-width: 0;
  padding-block: 1rem 2rem;
}
body.renauticos-framed .rena-app-device {
  position: relative;
  width: min(78%, 24rem);
  aspect-ratio: 644 / 1320;
  margin-inline: auto;
  overflow: hidden;
  /* Official iPhone 17 hardware overlays the cropped app screen. */
  filter: drop-shadow(0 1rem 1.5rem rgba(16, 19, 19, .12));
}
body.renauticos-framed .rena-app-video {
  position: absolute;
  top: 2.05%;
  left: 4.65%;
  display: block;
  width: 90.7%;
  height: 95.9%;
  object-fit: cover;
  border-radius: 17% / 8%;
}
body.renauticos-framed .rena-app-frame {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  pointer-events: none;
}
@media (max-width: 767px) {
  body.renauticos-framed .rena-product-pair {
    grid-template-columns: minmax(0, 1fr);
  }
  body.renauticos-framed .rena-product-pair .rena-drift-card {
    height: auto;
    aspect-ratio: 1.2;
  }
}

/* Keep the branding heading on two lines at every viewport size. */
body.renauticos-framed .project-overview-copy {
  container-type: inline-size;
}
body.renauticos-framed .project-overview-copy h1 {
  max-width: none;
  font-size: min(clamp(3.25rem, 6.3vw, 6rem), 8cqw);
}
body.renauticos-framed .project-overview-copy h1 > span {
  display: block;
  white-space: nowrap;
}

/* Title refinement: subtract 2px from type size, add 2px to the original line height. */
body.renauticos-framed main .project-overview-copy h1 {
  --title-original-size: min(clamp(3.25rem, 6.3vw, 6rem), 8cqw);
  font-size: calc(var(--title-original-size) - 2px);
  line-height: calc(var(--title-original-size) * .91 + 2px);
}
body.renauticos-framed main .intro-title {
  --title-original-size: clamp(48px, 6vw, 80px);
  font-size: calc(var(--title-original-size) - 2px);
  line-height: calc(var(--title-original-size) * .92 + 2px);
}
body.renauticos-framed main .rena-showcase-head h2 {
  --title-original-size: clamp(2.9rem, 5.7vw, 5.5rem);
  font-size: calc(var(--title-original-size) - 2px);
  line-height: calc(var(--title-original-size) * .95 + 2px);
}
body.renauticos-framed main .journey-head h2 {
  --title-original-size: clamp(2.9rem, 5.6vw, 5.5rem);
  font-size: calc(var(--title-original-size) - 2px);
  line-height: calc(var(--title-original-size) * .95 + 2px);
}
body.renauticos-framed main .impact-title {
  --title-original-size: clamp(2.9rem, 5.7vw, 5.5rem);
  font-size: calc(var(--title-original-size) - 2px);
  line-height: calc(var(--title-original-size) * .95 + 2px);
}
body.renauticos-framed main .owner-person h3 {
  --title-original-size: clamp(1.55rem, 2.1vw, 2.35rem);
  font-size: calc(var(--title-original-size) - 2px);
  line-height: calc(var(--title-original-size) * 1 + 2px);
}
body.renauticos-framed main .proof-panel-head h3 {
  --title-original-size: clamp(1.35rem, 3vw, 1.8rem);
  font-size: calc(var(--title-original-size) - 2px);
  line-height: calc(var(--title-original-size) * 1 + 2px);
}
body.renauticos-framed main .proof-conclusion h3 {
  --title-original-size: clamp(2.5rem, 6vw, 4.5rem);
  font-size: calc(var(--title-original-size) - 2px);
  line-height: calc(var(--title-original-size) * .92 + 2px);
}
body.renauticos-framed main .platform-panel-head h3 {
  --title-original-size: clamp(2rem, 8vw, 3rem);
  font-size: calc(var(--title-original-size) - 2px);
  line-height: calc(var(--title-original-size) * .94 + 2px);
}
body.renauticos-framed main .platform-card h4 {
  --title-original-size: 1.25rem;
  font-size: calc(var(--title-original-size) - 2px);
  line-height: calc(var(--title-original-size) * 1.08 + 2px);
}
body.renauticos-framed main .rena-card-head h3 {
  --title-original-size: clamp(2rem, 6vw, 4.1rem);
  font-size: calc(var(--title-original-size) - 2px);
  line-height: calc(var(--title-original-size) * .94 + 2px);
}
@media (min-width: 768px) {
  body.renauticos-framed main .platform-panel-head h3 {
    --title-original-size: clamp(2.5rem, 5.2vw, 4.25rem);
  }
}

/* Active navigation and the invitation to explore the interactive platform. */
body.renauticos-framed .case-sidebar-button[aria-selected="true"] {
  background: #000;
  color: #fff;
  box-shadow: none;
}
body.renauticos-framed .case-sidebar-button[aria-selected="true"] .case-sidebar-label small {
  color: rgba(255, 255, 255, .75);
}

.platform-cursor-hint {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  padding: .65rem 1rem;
  border-radius: 999px;
  background: #000;
  color: #fff;
  font: 500 14px/1.2 "Onest", Arial, sans-serif;
  white-space: nowrap;
  pointer-events: none;
  visibility: hidden;
}
@media (any-hover: hover) and (any-pointer: fine) {
  .platform-cursor-hint.is-visible {
    visibility: visible;
  }
}
