.nav-links a.is-active {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}

.render-showcase-page.works {
  padding: 0 0 42px;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(180deg, #020304 0%, #080706 42%, #000 100%);
  background-size: 84px 84px, 84px 84px, auto;
}

.render-showcase-page .eyebrow {
  color: #ffb45f;
  letter-spacing: 0;
}

#commercial,
#motion {
  scroll-margin-top: 96px;
}

.render-hero {
  position: relative;
  display: grid;
  min-height: calc(100vh - 64px);
  place-items: end start;
  overflow: hidden;
  isolation: isolate;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.render-hero::before,
.render-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.render-hero::before {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.86) 0%, rgba(0, 0, 0, 0.58) 38%, rgba(0, 0, 0, 0.2) 72%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.36) 0%, rgba(0, 0, 0, 0.1) 46%, #000 100%);
}

.render-hero::after {
  z-index: 0;
  background:
    linear-gradient(90deg, rgba(255, 180, 95, 0.18) 0 1px, transparent 1px 100%),
    linear-gradient(180deg, transparent 0%, rgba(255, 180, 95, 0.12) 100%);
  background-size: 96px 100%, auto;
  mix-blend-mode: screen;
  opacity: 0.34;
}

.render-hero-video {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(1.08) contrast(1.08);
}

.render-hero-content {
  position: relative;
  z-index: 1;
  display: grid;
  align-content: end;
  max-width: 1180px;
  min-height: calc(100vh - 64px);
  padding: 98px 0 54px;
}

.render-hero h1,
.render-section h2,
.render-contact h2 {
  margin: 0;
  letter-spacing: 0;
}

.render-hero h1 {
  max-width: 820px;
  font-size: 6rem;
  line-height: 0.92;
  font-weight: 950;
  text-shadow: 0 26px 74px rgba(0, 0, 0, 0.72);
}

.render-hero p {
  max-width: 660px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 1.125rem;
  line-height: 1.88;
}

.render-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 34px;
}

.render-hero-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  width: min(740px, 100%);
  margin: 70px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.render-hero-stats div {
  display: grid;
  gap: 8px;
  padding: 18px 22px;
  border-right: 1px solid rgba(255, 255, 255, 0.16);
}

.render-hero-stats div:last-child {
  border-right: 0;
}

.render-hero-stats dt,
.render-hero-stats dd {
  margin: 0;
}

.render-hero-stats dt {
  color: #ffb45f;
  font-size: 0.875rem;
  font-weight: 900;
}

.render-hero-stats dd {
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.9375rem;
  font-weight: 850;
}

.render-section {
  padding: 96px 0;
}

.render-section-header {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(280px, 0.48fr);
  gap: 42px;
  align-items: end;
  margin-bottom: 34px;
}

.render-section h2 {
  max-width: 760px;
  font-size: 4.25rem;
  line-height: 1.02;
  font-weight: 930;
}

.render-section-header p:last-child {
  margin: 0 0 10px;
  color: rgba(255, 255, 255, 0.66);
  font-size: 1rem;
  line-height: 1.78;
}

.render-feature-grid {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 18px;
}

.render-feature {
  display: grid;
  grid-template-rows: auto 1fr;
  min-height: 100%;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.028)),
    rgba(0, 0, 0, 0.38);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.42);
}

.render-feature.is-large {
  grid-row: span 2;
}

.render-feature-media.work-card,
.render-feature-video.video-card {
  width: 100%;
  height: auto;
  min-height: 0;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.render-feature-media.work-card {
  aspect-ratio: 16 / 9;
}

.render-feature.is-large .render-feature-media.work-card {
  aspect-ratio: 1.24;
}

.render-feature-video.video-card video {
  aspect-ratio: 16 / 9;
}

.render-feature-video.video-card span {
  position: absolute;
  left: 14px;
  bottom: 14px;
  display: inline-flex;
  width: auto;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  padding: 8px 12px;
  background: rgba(0, 0, 0, 0.38);
  backdrop-filter: blur(14px);
}

.render-feature-copy {
  display: grid;
  gap: 12px;
  align-content: start;
  padding: 24px;
}

.render-feature-copy span {
  color: #8ab4ff;
  font-size: 0.8125rem;
  font-weight: 900;
}

.render-feature-copy h3 {
  margin: 0;
  color: #fff;
  font-size: 1.75rem;
  line-height: 1.18;
}

.render-feature-copy p {
  margin: 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.9375rem;
  line-height: 1.78;
}

.render-thermal {
  position: relative;
  padding: 96px 0 104px;
  background:
    linear-gradient(90deg, rgba(255, 120, 28, 0.12) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 120, 28, 0.1) 1px, transparent 1px),
    linear-gradient(180deg, rgba(80, 21, 4, 0.72), rgba(0, 0, 0, 0.96));
  background-size: 72px 72px, 72px 72px, auto;
}

.render-thermal-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-rows: 260px;
  gap: 16px;
}

.render-thermal-card.work-card {
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
}

.render-thermal-card.is-wide {
  grid-column: span 2;
}

.render-thermal-card.is-tall {
  grid-row: span 2;
}

.render-study-section {
  padding: 52px 0 42px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.render-study-header {
  grid-template-columns: minmax(0, 0.42fr) minmax(260px, 0.58fr);
  gap: 28px;
  margin-bottom: 18px;
}

.render-study-section .eyebrow {
  margin-bottom: 10px;
  color: rgba(255, 180, 95, 0.72);
  font-size: 0.75rem;
}

.render-study-section h2 {
  font-size: clamp(1.75rem, 2.6vw, 2.75rem);
  line-height: 1.08;
}

.render-study-section .render-section-header p:last-child {
  max-width: 520px;
  margin-bottom: 4px;
  color: rgba(255, 255, 255, 0.46);
  font-size: 0.875rem;
  line-height: 1.68;
}

.render-study-rail {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(168px, 210px);
  gap: 12px;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  padding: 4px 2px 12px;
  scroll-snap-type: x mandatory;
  scrollbar-width: thin;
}

.render-study-card.video-card {
  width: 100%;
  border-radius: 16px;
  opacity: 0.62;
  scroll-snap-align: start;
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.34);
  transition:
    opacity 220ms ease,
    transform 220ms ease,
    border-color 220ms ease,
    filter 220ms ease;
  filter: saturate(0.72) contrast(0.9) brightness(0.82);
}

.render-study-card.video-card:hover,
.render-study-card.video-card:focus-within {
  border-color: rgba(255, 255, 255, 0.22);
  opacity: 0.96;
  transform: translateY(-2px);
  filter: saturate(1) contrast(1) brightness(1);
}

.render-study-card.video-card video {
  aspect-ratio: 9 / 12;
}

.render-study-card.video-card span {
  padding: 10px 12px 12px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.75rem;
}

.render-contact {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  margin-top: 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  padding: 48px 0 72px;
}

.render-contact h2 {
  max-width: 760px;
  font-size: 3.5rem;
  line-height: 1.08;
}

.render-contact .button {
  min-width: 180px;
}

@media (max-width: 1080px) {
  .render-hero h1 {
    font-size: 4.75rem;
  }

  .render-section h2 {
    font-size: 3.25rem;
  }

  .render-feature-grid,
  .render-section-header,
  .render-contact {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 720px) {
  .render-hero-content {
    min-height: auto;
    padding: 82px 0 40px;
  }

  .render-hero {
    min-height: 720px;
  }

  .render-hero h1 {
    font-size: 3.25rem;
  }

  .render-hero p {
    font-size: 1rem;
  }

  .render-hero-stats {
    grid-template-columns: 1fr;
    margin-top: 44px;
  }

  .render-hero-stats div {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
    padding: 15px 0;
  }

  .render-hero-stats div:last-child {
    border-bottom: 0;
  }

  .render-section {
    padding: 68px 0;
  }

  .render-section h2,
  .render-contact h2 {
    font-size: 2.5rem;
  }

  .render-thermal-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: 240px;
  }

  .render-thermal-card.is-wide {
    grid-column: auto;
  }

  .render-thermal-card.is-tall {
    grid-row: auto;
  }

  .render-study-rail {
    grid-auto-columns: minmax(150px, 46vw);
  }

  .render-feature-copy h3 {
    font-size: 1.375rem;
  }
}
