.section-heading {
  max-width: 640px;
  margin: 0 auto;
}

.section-subtitle {
  max-width: 640px;
  margin: 0.5rem auto 0;
}

.section--intro {
  padding-top: var(--space-8);
}

.themed-intro-grid {
  align-items: center;
}

.themed-intro-image-wrap,
.themed-zones-image-wrap,
.themed-decor-image-wrap,
.themed-gallery-image-wrap {
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-md);
}

.themed-intro-image,
.themed-zones-image,
.themed-decor-image,
.themed-gallery-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero__tags--themed {
  margin-top: var(--space-3);
}

.section--themes {
  padding-top: var(--space-8);
}

.themed-list li {
  position: relative;
  padding-left: 1.25rem;
  margin-bottom: 0.4rem;
  font-size: var(--font-size-sm);
  color: var(--color-text-soft);
}

.themed-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.6rem;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background-color: var(--color-primary);
  opacity: 0.6;
}

.themed-themes-note {
  margin-top: var(--space-8);
}

.themed-zones-heading {
  font-size: var(--font-size-lg);
  margin-bottom: var(--space-2);
}

.section--decor {
  padding-top: var(--space-8);
}

.themed-flexibility-card {
  margin-top: var(--space-4);
}

.themed-flexibility-grid {
  align-items: flex-start;
}

.themed-flexibility-cta {
  border-top: 1px solid var(--color-gray-200);
  padding-top: var(--space-4);
}

.section--scenarios {
  padding-top: var(--space-8);
}

.section--service {
  padding-top: var(--space-8);
}

.section--gallery {
  padding-top: var(--space-8);
}

.themed-gallery-card {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: var(--space-6);
  align-items: center;
}

.themed-final-cta-card {
  text-align: center;
}

.themed-final-cta-content {
  max-width: 640px;
  margin: 0 auto;
}

.themed-footer-list li {
  margin-bottom: 0.4rem;
}

.themed-footer-list a {
  font-size: var(--font-size-sm);
}

@media (max-width: 960px) {
  .themed-gallery-card {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .section {
    padding-block: var(--space-8);
  }

  .section--hero {
    padding-block: var(--space-12);
  }

  .themed-intro-grid,
  .themed-zones-grid,
  .themed-decor-grid,
  .themed-service-grid {
    gap: var(--space-4);
  }

  .themed-flexibility-card {
    padding: var(--space-4);
  }
}
