.hero--celebrations {
  align-items: flex-end;
  padding-bottom: var(--space-20);
}

.hero--celebrations .hero__content {
  padding-top: var(--space-16);
  padding-bottom: var(--space-8);
}

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

.section--contrast {
  background: radial-gradient(circle at top left, rgba(15, 39, 71, 0.35) 0, rgba(5, 7, 10, 0.98) 55%, rgba(74, 16, 32, 0.65) 100%);
}

.celebrations-grid {
  gap: var(--space-8);
}

.celebrations-card__title {
  font-size: var(--font-size-lg);
  margin-bottom: var(--space-3);
}

.celebrations-card__link {
  display: inline-flex;
  margin-top: var(--space-3);
  font-size: var(--font-size-xs);
  text-transform: uppercase;
  letter-spacing: 0.16em;
}

.celebrations-layout {
  gap: var(--space-10);
  align-items: center;
}

.celebrations-layout--reverse {
  direction: rtl;
}

.celebrations-layout--reverse > * {
  direction: ltr;
}

.celebrations-layout--center {
  align-items: stretch;
}

.celebrations-highlight {
  position: relative;
}

.celebrations-highlight__image-wrapper {
  border-radius: var(--radius-xl);
  overflow: hidden;
  box-shadow: var(--shadow-elevated);
}

.celebrations-highlight__image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.celebrations-highlight__image-wrapper--wide {
  min-height: 18rem;
}

.celebrations-highlight__image-wrapper--tall {
  min-height: 22rem;
}

.celebrations-highlight__card {
  margin-top: -5rem;
}

@media (max-width: 900px) {
  .celebrations-highlight__card {
    margin-top: var(--space-6);
  }
}

.celebrations-cta-inline {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-4);
}

.celebrations-note {
  padding: var(--space-4) var(--space-6);
  border-radius: var(--radius-lg);
  border: 1px solid var(--color-border-subtle);
  background: rgba(15, 19, 29, 0.9);
}

.celebrations-testimonial__quote {
  font-style: italic;
  color: var(--color-text);
}

.celebrations-testimonial__author {
  margin-top: var(--space-3);
  font-size: var(--font-size-sm);
  color: var(--color-text-muted);
}

.celebrations-process-card {
  height: 100%;
}

.celebrations-process-list {
  list-style: none;
  padding-left: 0;
}

.celebrations-process-list li + li {
  margin-top: var(--space-3);
}

@media (max-width: 768px) {
  .hero--celebrations {
    min-height: 70vh;
    padding-bottom: var(--space-16);
  }

  .celebrations-layout {
    gap: var(--space-8);
  }

  .celebrations-highlight__image-wrapper--tall,
  .celebrations-highlight__image-wrapper--wide {
    min-height: 16rem;
  }
}
