/* ============================================
   HOME DESKTOP — min-width: 1024px
   Belle Pour Son Mariage
   ============================================ */

@media (min-width: 1024px) {

  /* --- Header --- */
  .header {
    padding: var(--space-lg) 0;
  }

  .header--scrolled {
    padding: var(--space-sm) 0;
  }

  .header__logo img {
    height: 48px;
  }

  .header__nav {
    gap: var(--space-2xl);
  }

  /* --- Hero --- */
  .hero {
    min-height: 100vh;
  }

  .hero__content {
    padding: var(--space-4xl) 0;
    max-width: 700px;
    margin: 0 auto;
  }

  .hero__text {
    max-width: 550px;
  }

  /* --- Collection --- */
  .collection__grid {
    grid-template-columns: repeat(4, 1fr);
    gap: var(--space-xl);
  }

  .collection__card-body {
    padding: var(--space-lg);
  }

  /* --- About --- */
  .about__wrapper {
    gap: var(--space-4xl);
  }

  .about__image-container {
    flex: 0 0 40%;
  }

  .about__image-deco {
    width: 120px;
    height: 120px;
    bottom: -30px;
    right: -40px;
  }

  /* --- Testimonials --- */
  .testimonial-card {
    flex: 1 1 calc(33.333% - var(--space-lg));
    padding: var(--space-2xl);
  }

  /* --- Process --- */
  .process__steps {
    flex-direction: row;
    gap: var(--space-xl);
    align-items: flex-start;
  }

  .process__line {
    display: block;
    position: absolute;
    top: 32px;
    left: 60px;
    right: 60px;
    height: 2px;
    background: linear-gradient(
      to right,
      var(--rose-poudre),
      var(--vieux-rose),
      var(--rose-poudre)
    );
    z-index: 0;
  }

  .process__step {
    flex-direction: column;
    align-items: center;
    text-align: center;
    flex: 1;
    position: relative;
    z-index: 1;
  }

  .process__step-number {
    width: 64px;
    height: 64px;
    min-width: 64px;
    margin-bottom: var(--space-lg);
  }

  /* --- FAQ --- */
  .faq__list {
    max-width: 800px;
  }

  /* --- CTA --- */
  .cta-section {
    padding: var(--space-5xl) 0;
  }

  .cta-section__blob--1 {
    width: 500px;
    height: 500px;
  }

  .cta-section__blob--2 {
    width: 350px;
    height: 350px;
  }

  /* --- Footer --- */
  .footer {
    padding: var(--space-4xl) 0 var(--space-xl);
  }

  .footer__inner {
    gap: var(--space-4xl);
  }
}
