body {
}

.home-hero {
  position: relative;
  padding-top: var(--space-16);
}

.home-hero-kicker {
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: var(--font-size-xs);
  color: var(--color-text-muted);
  margin-bottom: var(--space-3);
}

.home-hero-subtitle {
  margin-top: var(--space-3);
}

.home-hero-media {
  margin-top: var(--space-10);
}

.home-hero-image-wrap {
  max-width: 880px;
  margin-inline: auto;
  border-radius: var(--radius-xl);
  overflow: hidden;
  box-shadow: var(--shadow-elevated);
  border: 1px solid rgba(255, 255, 255, 0.16);
}

.home-hero-image-wrap img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.section-heading--left {
  text-align: left;
}

.section-heading--left p {
  margin-inline: 0;
}

.home-gastro-grid {
  align-items: center;
}

.home-gastro-card {
  margin-top: var(--space-4);
}

.home-gastro-image {
  display: flex;
  align-items: center;
  justify-content: center;
}

.home-gastro-figure {
  max-width: 520px;
  border-radius: var(--radius-xl);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: var(--shadow-elevated);
}

.home-gastro-figure img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

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

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

.home-program-image {
  border-radius: var(--radius-md);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
}

.home-program-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.home-program-cta {
  margin-top: auto;
}

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

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

.home-event-image {
  border-radius: var(--radius-md);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.home-event-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.home-event-link {
  margin-top: auto;
}

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

.home-contact-card {
  margin-top: var(--space-4);
}

.home-contact-line {
  margin-bottom: var(--space-2);
}

.home-contact-note {
  margin-top: var(--space-2);
}

.home-contact-links {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-3);
  margin-top: var(--space-3);
}

.home-contact-form-wrap {
  width: 100%;
}

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

.home-contact-disclaimer {
  font-size: var(--font-size-xs);
  color: var(--color-text-muted);
  margin-top: var(--space-2);
  margin-bottom: var(--space-4);
}

.home-bottom-links {
  padding-bottom: var(--space-12);
}

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

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

.home-bottom-card .badge {
  align-self: flex-start;
}

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

  .home-gastro-grid,
  .home-contact-grid {
    display: flex;
    flex-direction: column;
    gap: var(--space-8);
  }

  .home-hero-image-wrap {
    border-radius: var(--radius-lg);
  }
}

@media (max-width: 640px) {
  .hero-center {
    padding-block: var(--space-16);
  }

  .hero-actions {
    flex-direction: column;
  }

  .home-contact-links {
    flex-direction: column;
  }
}
