/* ============================================
   HOME.DESKTOP.CSS — Desktop overrides (min-width: 1024px)
   ============================================ */

@media (min-width: 1024px) {

  /* --- Hero --- */
  .hero__title {
    font-size: 3.5rem;
  }

  .hero__content {
    max-width: 720px;
  }

  .hero__eyebrow {
    font-size: 1.75rem;
  }

  .hero__subtitle {
    font-size: 1.2rem;
  }

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

  .collection__item--featured {
    grid-column: span 2;
    grid-row: span 2;
    aspect-ratio: auto;
  }

  /* --- About --- */
  .about__content {
    gap: var(--space-2xl);
  }

  .about__name {
    font-size: 1.6rem;
  }

  .about__quote {
    font-size: 1.6rem;
  }

  .about__desc {
    font-size: 1rem;
  }

  .about__details {
    flex-direction: row;
    flex-wrap: wrap;
    gap: var(--space-md);
  }

  /* --- Testimonials --- */
  .testimonials__slide {
    min-width: 33.333%;
    padding: 0 1rem;
  }

  .testimonial-card__text {
    font-size: 1rem;
  }

  /* --- Process --- */
  .process__steps {
    max-width: 700px;
    margin: 0 auto;
  }

  .process__step-content {
    padding-top: 0.25rem;
  }

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

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

  .cta-section__title {
    font-size: 2.25rem;
  }

  .cta-section__content {
    max-width: 640px;
  }

  /* --- Reassurance --- */
  .reassurance__list {
    grid-template-columns: repeat(4, 1fr);
  }

  /* --- Navigation --- */
  .nav__inner {
    padding: 1rem 2rem;
  }

  .nav__logo img {
    height: 48px;
  }

  .nav__link {
    font-size: 0.95rem;
  }

  /* --- Footer --- */
  .footer__grid {
    grid-template-columns: 2fr 1fr 1fr 1fr;
  }

  /* --- Section Headers --- */
  .section-header__title {
    font-size: 2.125rem;
  }

  .section-header__subtitle {
    font-size: 1.05rem;
    max-width: 640px;
  }

  /* --- Sections --- */
  .section {
    padding: var(--space-2xl) 0;
  }

}
