.concept-hero {
  position: relative;
  overflow: hidden;
}

.concept-hero__media {
  position: absolute;
  inset: 0;
}

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

.concept-hero__content {
  position: relative;
  z-index: 1;
  max-width: 720px;
}

.concept-kicker {
  letter-spacing: 0.28em;
  text-transform: uppercase;
  font-size: var(--font-size-xs);
  color: var(--color-accent-gold);
  margin-bottom: var(--space-4);
}

.concept-hero__lead {
  font-size: var(--font-size-lg);
  color: var(--color-text-muted);
  max-width: 40rem;
}

.concept-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-4);
  margin-top: var(--space-8);
}

.concept-pillars__grid,
.concept-interior__grid,
.concept-chefs__grid,
.concept-poker__grid,
.concept-night__grid {
  align-items: stretch;
}

.concept-pillars__card,
.concept-interior__content,
.concept-chefs__card,
.concept-signature,
.concept-poker__card,
.concept-vip__card,
.concept-night__card {
  height: 100%;
}

.concept-interior__image-wrap,
.concept-night__image-wrap {
  border-radius: var(--radius-xl);
  overflow: hidden;
  box-shadow: var(--shadow-soft);
}

.concept-interior__image,
.concept-night__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.concept-atmosphere__card,
.concept-sustainability__card,
.concept-trust__card {
  border-radius: var(--radius-xl);
}

.concept-atmosphere__highlights,
.concept-sustainability__grid,
.concept-trust__grid {
  margin-top: var(--space-6);
}

.concept-atmosphere__item h3,
.concept-sustainability__item h3,
.concept-trust__item h3 {
  font-size: var(--font-size-lg);
  margin-bottom: var(--space-2);
}

.concept-link-row {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-4);
  margin-top: var(--space-6);
}

.concept-signature__image-wrap {
  border-radius: var(--radius-xl);
  overflow: hidden;
  margin-bottom: var(--space-4);
}

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

.concept-atmosphere__cta,
.concept-vip__cta,
.concept-night__cta,
.concept-trust__cta,
.concept-sustainability__links {
  justify-content: flex-start;
}

@media (max-width: 900px) {
  .concept-hero {
    padding-top: var(--space-20);
    padding-bottom: var(--space-16);
  }

  .concept-hero__content {
    max-width: 100%;
  }

  .concept-hero__actions {
    justify-content: flex-start;
  }

  .concept-interior__image-wrap,
  .concept-night__image-wrap {
    margin-bottom: var(--space-6);
  }
}

@media (max-width: 600px) {
  .concept-hero__lead {
    font-size: var(--font-size-base);
  }

  .concept-link-row {
    flex-direction: column;
    align-items: flex-start;
  }
}
