/* Do not edit anything below */
.services-section .container {
  display: flex;
  flex-direction: column;
  gap: clamp(2rem, 2rem + 2 * (100vw - 48rem) / 27, 4rem);
}
.services-section .header {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  max-inline-size: 45rem;
}
.services-section .label {
  background-color: rgba(103, 30, 58, 0.1);
  color: #671e3a;
  font-family: "Geist", -apple-system, blinkmacsystemfont, "avenir next", "avenir, segoe ui", "helvetica neue", helvetica, ubuntu, roboto, noto, arial, sans-serif;
  font-size: clamp(0.8125rem, 0.8125rem + 0.0625 * (100vw - 48rem) / 27, 0.875rem);
  line-height: 1.4;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  inline-size: fit-content;
  padding-block: 0.25rem;
  padding-inline: 0.625rem;
  border-radius: 0.25rem;
}
.services-section .heading {
  color: #362925;
  margin: 0;
}
.services-section .intro {
  color: #8c807d;
  font-family: "Geist", -apple-system, blinkmacsystemfont, "avenir next", "avenir, segoe ui", "helvetica neue", helvetica, ubuntu, roboto, noto, arial, sans-serif;
  font-size: clamp(0.9375rem, 0.9375rem + 0.125 * (100vw - 48rem) / 27, 1.0625rem);
  line-height: 1.5;
  margin: 0;
  max-inline-size: 38.75rem;
}
.services-section .services {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(1rem, 1rem + 0.5 * (100vw - 48rem) / 27, 1.5rem);
  padding: 0;
  margin: 0;
  list-style: none;
}
@media (width >= 768px) {
  .services-section .services {
    grid-template-columns: repeat(6, 1fr);
  }
  .services-section .services .service:nth-child(1),
  .services-section .services .service:nth-child(2) {
    grid-column: span 3;
  }
  .services-section .services .service:nth-child(3),
  .services-section .services .service:nth-child(4),
  .services-section .services .service:nth-child(5) {
    grid-column: span 2;
  }
}
.services-section .service {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-block-size: clamp(22.5rem, 22.5rem + 3.75 * (100vw - 48rem) / 27, 26.25rem);
  padding: clamp(1.25rem, 1.25rem + 0.75 * (100vw - 48rem) / 27, 2rem);
  background: #362925;
  border-radius: 0.75rem;
  isolation: isolate;
  color: #fbf8f3;
  transition: transform 0.45s cubic-bezier(0.215, 0, 0, 0.995);
}
@media (hover: hover) {
  .services-section .service:hover {
    transform: translateY(-0.25rem);
  }
  .services-section .service:hover .service-image {
    transform: scale(1.05);
  }
  .services-section .service:hover .service-overlay {
    opacity: 0.85;
  }
}
@media (width >= 768px) {
  .services-section .service:nth-child(1),
  .services-section .service:nth-child(2) {
    min-block-size: clamp(23.75rem, 23.75rem + 5 * (100vw - 48rem) / 27, 28.75rem);
    padding: clamp(1.5rem, 1.5rem + 1 * (100vw - 48rem) / 27, 2.5rem);
  }
  .services-section .service:nth-child(1) .service-text,
  .services-section .service:nth-child(2) .service-text {
    max-inline-size: 32.5rem;
  }
}
.services-section .service-media {
  position: absolute;
  inset: 0;
  z-index: -1;
  overflow: hidden;
  border-radius: inherit;
}
.services-section .service-image {
  display: block;
  inline-size: 100%;
  block-size: 100%;
  object-fit: cover;
  transition: transform 0.8s cubic-bezier(0.215, 0, 0, 0.995);
}
.services-section .service-image-fallback {
  background: radial-gradient(circle at 30% 20%, rgba(103, 30, 58, 0.55), transparent 60%), linear-gradient(135deg, #362925 0%, #671e3a 100%);
}
.services-section .service-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.05) 30%, rgba(0, 0, 0, 0.35) 50%, rgba(0, 0, 0, 0.7) 65%, rgba(0, 0, 0, 0.9) 82%, rgba(0, 0, 0, 0.97) 100%);
  opacity: 1;
  transition: opacity 0.45s ease;
}
.services-section .service-content {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: clamp(1rem, 1rem + 0.5 * (100vw - 48rem) / 27, 1.5rem);
}
.services-section .service-number {
  font-family: "Libre Baskerville", serif;
  font-size: clamp(0.875rem, 0.875rem + 0.125 * (100vw - 48rem) / 27, 1rem);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.18em;
  color: #eae2d7;
  opacity: 0.85;
}
.services-section .service-number::before {
  content: "";
  display: inline-block;
  inline-size: 1.75rem;
  block-size: 1px;
  background: currentColor;
  vertical-align: middle;
  margin-inline-end: 0.75rem;
  transform: translateY(-1px);
}
.services-section .service-text {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  max-inline-size: 35rem;
}
.services-section .service-title {
  color: #fbf8f3;
  margin: 0;
}
.services-section .service-tagline {
  color: #eae2d7;
  font-family: "Libre Baskerville", serif;
  font-style: italic;
  font-size: clamp(0.9375rem, 0.9375rem + 0.1875 * (100vw - 48rem) / 27, 1.125rem);
  line-height: 1.4;
  margin: 0;
}
.services-section .service-description {
  color: rgba(251, 248, 243, 0.85);
  font-family: "Geist", -apple-system, blinkmacsystemfont, "avenir next", "avenir, segoe ui", "helvetica neue", helvetica, ubuntu, roboto, noto, arial, sans-serif;
  font-size: clamp(0.875rem, 0.875rem + 0.125 * (100vw - 48rem) / 27, 1rem);
  line-height: 1.6;
  margin: 0;
}