.concept-hero {
  padding-top: var(--space-16);
}

.concept-hero__grid {
  align-items: center;
  gap: var(--space-8);
}

.concept-hero__content p {
  max-width: 34rem;
}

.concept-hero__media {
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-elevated);
}

.concept-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.concept-hero__media-panel {
  position: absolute;
  left: 10%;
  right: 10%;
  bottom: 8%;
  padding: var(--space-4);
}

.concept-hero__meta {
  max-width: 34rem;
}

.concept-section__grid {
  gap: var(--space-8);
}

.concept-poker__grid {
  align-items: center;
}

.concept-poker__media {
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-soft);
}

.concept-poker__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.concept-poker__badge {
  position: absolute;
  top: var(--space-4);
  left: var(--space-4);
}

.concept-poker__highlights {
  gap: var(--space-4);
}

.concept-interior__media {
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-soft);
}

.concept-interior__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.concept-cta {
  padding-top: var(--space-10);
  padding-bottom: var(--space-12);
}

@media (max-width: 767px) {
  .concept-hero {
    padding-top: var(--space-12);
  }

  .concept-hero__media-panel {
    left: 6%;
    right: 6%;
    bottom: 6%;
    padding: var(--space-3);
  }

  .concept-section__grid {
    gap: var(--space-6);
  }
}
