/* Naya v2.15.4 — faithful framing of the supplied 1425 × 2048 screenshot.
   The source pixels stay unchanged. Hero: x198/y35/w588/h441 (4:3).
   Options: x207/y534/w588/h710. Percentage positions scale together.
   Keep this stylesheet last in the four pages that use the campaign. */

body .naya-capture {
  position: relative;
  display: block;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 0;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  isolation: isolate;
  background: #dbb752;
}

/* Explicit sizes override the old cover images. Offsets must not depend on
   transform: the existing Home motion code changes that property. */
body .naya-capture > img.naya-capture-image {
  position: absolute;
  inset: auto;
  left: -33.6734693878%;
  top: -7.9365079365%;
  display: block;
  width: 242.3469387755%;
  max-width: none;
  min-width: 0;
  height: auto;
  max-height: none;
  min-height: 0;
  margin: 0;
  padding: 0;
  border: 0;
  object-fit: fill;
  filter: none;
  transform: none !important;
  transition: none !important;
  pointer-events: none;
}

body .naya-capture--options {
  aspect-ratio: 588 / 710;
  background: #090909;
}

body .naya-capture--options > img.naya-capture-image {
  left: -35.2040816327%;
  top: -75.2112676056%;
}

.home-v22 .v210-card-media--naya,
.v24-project-card--naya .v24-project-art,
.v27-naya-case .v27-naya-live-home,
.v214-software .sw-case--naya .sw-case-media {
  display: block;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  height: auto;
  min-height: 0;
  aspect-ratio: 4 / 3;
  padding: 0;
  overflow: hidden;
  align-self: start;
}

.home-v22 .v210-card-media--naya::after,
.v24-project-card--naya .v27-naya-home-art::after,
.v27-naya-case .v27-naya-live-home::after {
  content: none;
}

/* Place proof below the image so it cannot cover the house or the heading. */
.home-v22 .v210-project-card--naya .v210-card-copy {
  grid-template-rows: auto auto auto 1fr auto;
}

.home-v22 .v210-naya-stat,
.v24-project-card--naya .v27-naya-home-stat {
  position: static;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 8px;
  width: fit-content;
  max-width: 100%;
  margin: 0 0 16px;
  color: #f0c86a;
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: -.05em;
}

.home-v22 .v210-naya-stat small,
.v24-project-card--naya .v27-naya-home-stat span {
  padding: 0;
  color: inherit;
  font: 800 .65rem var(--font-mono);
  line-height: 1.4;
  letter-spacing: .09em;
}

.v24-project-card--naya .v27-naya-home-stat {
  margin: 0 0 10px;
  color: var(--text);
}

.v24-project-card--naya .v27-naya-home-stat strong {
  color: inherit;
  font-size: 1.8rem;
  line-height: 1;
}

.v27-naya-case .naya-case-caption {
  padding: 20px 22px;
  color: #fff;
  border-top: 1px solid rgba(255,255,255,.14);
}

.v27-naya-case .naya-case-caption strong {
  display: block;
  font-size: clamp(1.1rem, 2vw, 1.5rem);
  line-height: 1.18;
  letter-spacing: -.035em;
}

.v27-naya-case .naya-case-caption p {
  margin: 10px 0 0;
  color: #bac3d0;
  font-size: .85rem;
  line-height: 1.6;
}

.v27-naya-case .naya-options-figure {
  width: 100%;
  max-width: 440px;
  min-width: 0;
  margin: 28px 0 24px;
}

.v27-naya-case .naya-options-figure figcaption {
  padding-top: 12px;
  color: #4f5966;
  font-size: .85rem;
  line-height: 1.5;
}

.v27-naya-case .v27-naya-home,
.v27-naya-case .v27-naya-intro-copy {
  min-width: 0;
}

@media (max-width: 700px) {
  .v27-naya-case .naya-case-caption { padding: 18px 16px; }
  .v27-naya-case .v27-naya-browser-foot { gap: 10px; flex-wrap: wrap; }
}
