.home-stitch {
  background-color: #17120f;
  color: #ece0db;
  -webkit-font-smoothing: antialiased;
  font-family: "Manrope", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

.home-stitch .site-logo {
  width: 124px;
}

.home-stitch .fade-in {
  animation: fadeIn 1.2s ease-out forwards;
}

.home-stitch .hero-cta-group a,
.home-stitch a.gold-gradient,
.home-stitch a[class*="border"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none !important;
}

.home-stitch .hero-cta-group {
  position: relative;
  z-index: 1;
}

.home-stitch .hero-cta-group a {
  will-change: transform;
}

.home-stitch .process-step-link,
.home-stitch .process-step-link * {
  text-decoration: none !important;
  border-bottom: 0 !important;
  box-shadow: none !important;
}

.home-stitch .process-step-link:link,
.home-stitch .process-step-link:visited,
.home-stitch .process-step-link:hover,
.home-stitch .process-step-link:active,
.home-stitch .process-step-link:focus {
  text-decoration: none !important;
  color: #ece0db !important;
}

.home-stitch .process-step-link h5 {
  font-family: "EB Garamond", "CinzelVar", Georgia, serif !important;
  font-size: 2rem;
  line-height: 1.05;
  letter-spacing: 0.01em;
  color: #ece0db !important;
}

.home-stitch .process-step-link p {
  color: rgba(208, 196, 190, 0.95) !important;
  text-decoration: none !important;
}

.home-stitch .process-step-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  margin-bottom: 0.6rem;
  text-align: center;
}

.home-stitch .process-step-title {
  margin: 0;
  font-family: "EB Garamond", "CinzelVar", Georgia, serif !important;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.03;
  letter-spacing: 0.01em;
  color: #ece0db !important;
}

.home-stitch .process-step-copy {
  margin: 0;
  text-align: center;
  max-width: 27ch;
  display: block;
  text-decoration: none !important;
  border-bottom: 0 !important;
}

.home-stitch .gold-shimmer:hover {
  background: linear-gradient(135deg, #f1e1c0 0%, #d4c5a6 50%, #b8aa8c 100%);
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 900px) {
  .home-stitch .px-margin-desktop {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .home-stitch .hero-cta-group {
    width: 100%;
    gap: 0.75rem;
    align-items: stretch !important;
  }

  .home-stitch .hero-cta-group a {
    width: 100%;
    text-align: center;
    padding: 0.92rem 1rem !important;
    font-size: 0.72rem !important;
    letter-spacing: 0.11em !important;
  }

  .home-stitch .process-step-link h5 {
    margin-bottom: 0.35rem !important;
    font-size: 1.42rem;
    text-decoration: none !important;
  }

  .home-stitch .process-step-link {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: flex-start !important;
    text-align: center !important;
    width: 100%;
    margin: 0 auto;
    gap: 0.25rem;
  }

  .home-stitch .process-step-head {
    gap: 0.4rem;
    margin-bottom: 0.45rem;
    align-items: center !important;
    justify-content: center !important;
    width: 100%;
  }

  .home-stitch .process-step-title {
    font-size: 1.6rem !important;
  }

  .home-stitch .process-step-link p {
    margin-top: 0;
    font-size: 0.92rem;
    line-height: 1.45;
    width: 100%;
    max-width: 24ch;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center !important;
  }
}

@media (max-width: 640px) {
  .home-stitch .site-header-inner {
    padding: 0.55rem 0.6rem;
    gap: 0.5rem;
  }

  .home-stitch .site-logo {
    width: 112px;
  }

  .home-stitch .site-nav {
    gap: 0.45rem;
  }

  .home-stitch .site-nav a {
    font-size: 0.78rem;
    letter-spacing: 0.03em;
  }

  .home-stitch .site-cta {
    padding: 0.58rem 0.9rem;
    font-size: 0.64rem;
    letter-spacing: 0.09em;
  }

  .home-stitch .text-\[clamp\(42px\,8vw\,88px\)\] {
    font-size: clamp(36px, 10vw, 52px);
  }

  .home-stitch .text-lg {
    font-size: 1rem;
    line-height: 1.55rem;
  }

  .home-stitch .py-section-gap {
    padding-top: 72px;
    padding-bottom: 72px;
  }
}
