* {
  box-sizing: border-box;
}

body {
  min-height: 100vh;
  font-family: var(--font-body);
}

.examples-shell {
  position: relative;
  z-index: 1;
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 92px 0 64px;
}

.examples-hero {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(420px, 1.05fr);
  gap: 32px;
  align-items: center;
  padding: 36px 0 32px;
}

.hero-copy {
  min-width: 0;
}

.kicker {
  margin: 0 0 10px;
  color: var(--accent-primary-2);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.examples-hero h1 {
  margin: 0;
  max-width: 720px;
  color: var(--text-primary);
  font-size: clamp(42px, 5.4vw, 70px);
  line-height: .98;
  letter-spacing: 0;
}

.hero-lede {
  max-width: 680px;
  margin: 20px 0 0;
  color: var(--text-secondary);
  font-size: 17px;
  line-height: 1.65;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.examples-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid var(--border-subtle);
  border-radius: 7px;
  background: rgba(255, 255, 255, .055);
  color: var(--text-primary);
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}

.examples-button.primary {
  border-color: rgba(72, 230, 199, .34);
  background: var(--grad-primary);
  color: var(--text-on-accent);
}

.hero-media,
.showcase-card,
.examples-cta {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .115);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .052), rgba(255, 255, 255, .018)),
    rgba(20, 24, 25, .86);
  box-shadow: var(--shadow-card);
}

.hero-media {
  position: relative;
  aspect-ratio: 16 / 9;
  min-height: 380px;
}

.hero-media video,
.showcase-card img,
.showcase-card video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-media-caption {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 14px;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 8px;
  background: rgba(9, 12, 13, .72);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.hero-media-caption span,
.format-chip {
  color: var(--accent-primary-2);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.hero-media-caption strong {
  color: var(--text-primary);
  font-size: 14px;
}

.examples-section {
  padding: 28px 0 0;
  border-top: 1px solid rgba(255, 255, 255, .105);
}

.section-heading {
  max-width: 760px;
  margin-bottom: 18px;
}

.section-heading h2,
.examples-cta h2 {
  margin: 0;
  color: var(--text-primary);
  font-size: clamp(24px, 3vw, 36px);
  line-height: 1.08;
  letter-spacing: 0;
}

.section-heading p:last-child,
.examples-cta p {
  margin: 10px 0 0;
  color: var(--text-secondary);
  font-size: 15px;
  line-height: 1.6;
}

.showcase-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr) minmax(280px, .72fr);
  grid-auto-rows: minmax(270px, auto);
  gap: 14px;
  align-items: stretch;
}

.showcase-card {
  display: grid;
  grid-template-rows: minmax(210px, 1fr) auto;
  min-height: 360px;
}

.showcase-card-wide {
  grid-row: span 2;
  min-height: 560px;
}

.showcase-card-vertical {
  grid-row: span 2;
  min-height: 560px;
}

.showcase-card-vertical img {
  object-position: center top;
}

.showcase-copy {
  padding: 16px;
  border-top: 1px solid rgba(255, 255, 255, .105);
}

.showcase-copy h3 {
  margin: 8px 0 0;
  color: var(--text-primary);
  font-size: 19px;
  line-height: 1.15;
  letter-spacing: 0;
}

.showcase-copy p {
  margin: 8px 0 0;
  color: var(--text-secondary);
  font-size: 14px;
  line-height: 1.55;
}

.examples-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  margin-top: 28px;
  padding: 22px;
}

.examples-cta p {
  margin-top: 10px;
  max-width: 760px;
}

@media (max-width: 980px) {
  .examples-shell {
    width: min(100% - 24px, 720px);
    padding-top: 70px;
  }

  .examples-hero,
  .showcase-grid,
  .examples-cta {
    grid-template-columns: 1fr;
  }

  .examples-hero {
    gap: 22px;
    padding-top: 30px;
  }

  .examples-hero h1 {
    font-size: clamp(36px, 11vw, 48px);
  }

  .hero-media {
    min-height: 0;
  }

  .showcase-grid {
    grid-auto-rows: auto;
  }

  .showcase-card,
  .showcase-card-wide,
  .showcase-card-vertical {
    grid-row: auto;
    min-height: 0;
  }

  .showcase-card {
    grid-template-rows: auto auto;
  }

  .showcase-card img,
  .showcase-card video {
    aspect-ratio: 16 / 9;
    height: auto;
  }

  .showcase-card-vertical img {
    aspect-ratio: 9 / 16;
  }

  .examples-cta .examples-button {
    justify-self: start;
  }
}

@media (max-width: 520px) {
  .examples-shell {
    width: calc(100% - 24px);
    padding-bottom: 48px;
  }

  .examples-hero {
    padding-top: 22px;
  }

  .hero-lede {
    font-size: 16px;
  }

  .hero-actions,
  .examples-cta {
    gap: 10px;
  }

  .examples-button {
    min-height: 40px;
    padding: 0 14px;
  }

  .hero-media-caption {
    position: static;
    border-width: 1px 0 0;
    border-radius: 0;
    background: rgba(12, 16, 17, .92);
  }

  .hero-media {
    aspect-ratio: auto;
  }

  .hero-media video {
    aspect-ratio: 16 / 9;
    height: auto;
  }
}
