.home-section {
  max-width: 1120px;
  margin-inline: auto;
}

.home-section-header p {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.hero-strip-copy {
  max-width: 520px;
}

.hero-strip-actions {
  flex-wrap: wrap;
}

.home-image-card {
  height: 100%;
}

.home-image-caption {
  font-size: var(--text-sm);
  color: var(--color-text-muted);
}

.home-program-grid {
  align-items: stretch;
}

.home-program-card {
  height: 100%;
}

.home-list {
  display: flex;
  flex-direction: column;
  gap: var(--space-3);
}

.home-list li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: var(--text-sm);
  color: var(--color-text-soft);
}

.home-list-dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--color-primary), var(--color-accent));
  margin-top: 6px;
  flex-shrink: 0;
}

.home-highlight-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.home-tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.home-tag-list li {
  padding: 4px 10px;
  border-radius: 999px;
  background: var(--color-accent-soft);
  font-size: var(--text-xs);
  color: var(--color-text-soft);
}

.home-include-card {
  height: 100%;
}

.home-gallery-wrapper {
  display: flex;
  justify-content: center;
}

.home-gallery-main {
  max-width: 840px;
  width: 100%;
  padding: var(--space-10);
}

.home-form-card {
  align-self: stretch;
}

.home-reservation-form {
  margin-top: var(--space-4);
}

.home-form-button {
  width: 100%;
}

.home-contact-grid {
  align-items: flex-start;
}

.home-contact-list {
  display: flex;
  flex-direction: column;
  gap: var(--space-3);
}

.home-note-card {
  align-self: stretch;
}

@media (max-width: 960px) {
  .home-gallery-main {
    padding: var(--space-8);
  }

  .hero-strip-actions .button,
  .hero-strip-actions .button-secondary {
    width: 100%;
    justify-content: center;
  }

  .home-form-card {
    margin-top: var(--space-12);
  }
}

@media (max-width: 640px) {
  .home-gallery-main {
    padding: var(--space-6);
  }

  .home-section-header h2 {
    text-align: left;
  }

  .home-section-header p {
    text-align: left;
  }
}
