.cc_s71qx64g_M7Ag1WZD5r .craft-showcase {
  width: 100%;
  background: #f7f3ec;
}

.cc_s71qx64g_M7Ag1WZD5r .craft-showcase-inner {
  max-width: 1296px;
  margin: 0 auto;
  padding: 0 24px;
}

.cc_s71qx64g_M7Ag1WZD5r .craft-showcase-header {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 48px;
}

.cc_s71qx64g_M7Ag1WZD5r .craft-showcase-title {
  margin: 0 0 16px 0;
  font-size: clamp(28px, 3.6vw, 40px);
  font-weight: 600;
  letter-spacing: -0.01em;
  line-height: 1.2;
  color: #241f1a;
}

.cc_s71qx64g_M7Ag1WZD5r .craft-showcase-description {
  margin: 0;
  font-size: 17px;
  line-height: 1.6;
  color: #6b6259;
  text-wrap: pretty;
}

.cc_s71qx64g_M7Ag1WZD5r .craft-showcase-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.cc_s71qx64g_M7Ag1WZD5r .craft-card {
  position: relative;
  display: block;
  aspect-ratio: 4 / 5;
  border-radius: 8px;
  overflow: hidden;
  text-decoration: none;
  isolation: isolate;
  background: #2a2622;
}

.cc_s71qx64g_M7Ag1WZD5r .craft-card-media {
  position: absolute;
  inset: 0;
  display: block;
}

.cc_s71qx64g_M7Ag1WZD5r .craft-card-media picture {
  position: absolute;
  inset: 0;
  display: block;
}

.cc_s71qx64g_M7Ag1WZD5r .craft-card-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.cc_s71qx64g_M7Ag1WZD5r .craft-card-fallback {
  position: absolute;
  inset: 0;
  background: #2a2622;
}

.cc_s71qx64g_M7Ag1WZD5r .craft-card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(15, 12, 10, 0.94) 0%, rgba(15, 12, 10, 0.58) 42%, rgba(15, 12, 10, 0.04) 74%);
}

.cc_s71qx64g_M7Ag1WZD5r .craft-card-content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.cc_s71qx64g_M7Ag1WZD5r .craft-card-title {
  margin: 0;
  font-size: 22px;
  font-weight: 600;
  color: #faf7f2;
}

.cc_s71qx64g_M7Ag1WZD5r .craft-card-description {
  margin: 0;
  font-size: 14px;
  line-height: 1.65;
  color: rgba(250, 247, 242, 0.85);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.cc_s71qx64g_M7Ag1WZD5r .craft-card-cta {
  margin-top: 8px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.01em;
  color: #faf7f2;
  opacity: 0.85;
  transition: transform 0.3s ease;
}

.cc_s71qx64g_M7Ag1WZD5r .craft-card:hover .craft-card-img, .cc_s71qx64g_M7Ag1WZD5r .craft-card:focus-visible .craft-card-img {
  transform: scale(1.03);
}

.cc_s71qx64g_M7Ag1WZD5r .craft-card:hover, .cc_s71qx64g_M7Ag1WZD5r .craft-card:focus-visible {
  transform: translateY(-4px);
}

.cc_s71qx64g_M7Ag1WZD5r .craft-card:hover .craft-card-cta, .cc_s71qx64g_M7Ag1WZD5r .craft-card:focus-visible .craft-card-cta {
  transform: translateX(3px);
}

.cc_s71qx64g_M7Ag1WZD5r .craft-card {
  transition: transform 0.3s ease;
}

.cc_s71qx64g_M7Ag1WZD5r .craft-card:focus-visible {
  outline: 2px solid #faf7f2;
  outline-offset: 3px;
}

.cc_s71qx64g_M7Ag1WZD5r .craft-showcase-cta {
  display: flex;
  justify-content: center;
  margin-top: 48px;
}

.cc_s71qx64g_M7Ag1WZD5r .craft-showcase-cta-button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 32px;
  border: 1px solid #241f1a;
  border-radius: 4px;
  color: #241f1a;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color 0.25s ease, color 0.25s ease;
}

.cc_s71qx64g_M7Ag1WZD5r .craft-showcase-cta-button:hover, .cc_s71qx64g_M7Ag1WZD5r .craft-showcase-cta-button:focus-visible {
  background-color: #241f1a;
  color: #faf7f2;
}

.cc_s71qx64g_M7Ag1WZD5r .craft-showcase-cta-button:focus-visible {
  outline: 2px solid #241f1a;
  outline-offset: 3px;
}

@media (max-width: 1024px) {
  .cc_s71qx64g_M7Ag1WZD5r .craft-showcase-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}

@media (max-width: 640px) {
  .cc_s71qx64g_M7Ag1WZD5r .craft-showcase-inner {
    padding: 0 16px;
  }

  .cc_s71qx64g_M7Ag1WZD5r .craft-showcase-header {
    margin-bottom: 32px;
  }

  .cc_s71qx64g_M7Ag1WZD5r .craft-showcase-grid {
    gap: 12px;
  }

  .cc_s71qx64g_M7Ag1WZD5r .craft-card-content {
    padding: 14px;
  }

  .cc_s71qx64g_M7Ag1WZD5r .craft-card-title {
    font-size: 16px;
  }

  .cc_s71qx64g_M7Ag1WZD5r .craft-card-description {
    font-size: 12.5px;
  }

  .cc_s71qx64g_M7Ag1WZD5r .craft-card-cta {
    font-size: 12px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .cc_s71qx64g_M7Ag1WZD5r .craft-card, .cc_s71qx64g_M7Ag1WZD5r .craft-card-img, .cc_s71qx64g_M7Ag1WZD5r .craft-card-cta, .cc_s71qx64g_M7Ag1WZD5r .craft-showcase-cta-button {
    transition: none !important;
  }

  .cc_s71qx64g_M7Ag1WZD5r .craft-card:hover, .cc_s71qx64g_M7Ag1WZD5r .craft-card:focus-visible {
    transform: none;
  }

  .cc_s71qx64g_M7Ag1WZD5r .craft-card:hover .craft-card-img, .cc_s71qx64g_M7Ag1WZD5r .craft-card:focus-visible .craft-card-img {
    transform: none;
  }
}
