.peach_services {
  position: relative;
  overflow: hidden;
  border-radius: var(--section-radius, 36px);
  background: var(--orange-panel-background);
  transition:
    transform 0.28s ease,
    box-shadow 0.28s ease,
    border-color 0.28s ease;
}

.peach_services--minimal {
  background:
    radial-gradient(
      900px 260px at 12% 0%,
      color-mix(in srgb, var(--accent-color) 12%, transparent),
      transparent 60%
    ),
    linear-gradient(
      180deg,
      color-mix(in srgb, var(--background-color) 94%, var(--primary-color) 6%),
      var(--orange-panel-background)
    );
}

.peach_services--centered {
  width: min(100%, 1200px);
  max-width: 1200px;
  margin-inline: auto;
  box-sizing: border-box;
}

.peach_services--centered.peach_services--minimal {
  background: var(--orange-panel-background);
}

.peach_services--full {
  width: 100%;
  max-width: 100%;
}

.peach_services__stack {
  position: relative;
  display: flex;
  flex-direction: column;
}

.peach_services__media--background {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.peach_services__media--background::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255, 248, 240, 0.08), rgba(58, 35, 20, 0.18)),
    linear-gradient(90deg, rgba(255, 248, 240, 0.14), rgba(255, 248, 240, 0));
}

.peach_services--parallax .peach_services__media--background {
  background-attachment: fixed;
}

.peach_services__hero {
  order: 1;
  min-height: clamp(14rem, 28vw, 22rem);
  margin: clamp(1.5rem, 3vw, 2rem);
  margin-bottom: 0;
  overflow: hidden;
  border-radius: var(--section-media-radius, 28px);
}

.peach_services--reverse .peach_services__hero {
  order: 2;
  margin-top: 0;
  margin-bottom: clamp(1.5rem, 3vw, 2rem);
}

.peach_services__heroImage {
  width: 100%;
  min-height: inherit;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.peach_services__layout {
  position: relative;
  z-index: 1;
  order: 2;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.35fr);
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: start;
  padding: clamp(1.5rem, 4vw, 3rem);
}

.peach_services__layout--minimal {
  width: 100%;
  max-width: 100%;
  margin-inline: auto;
  box-sizing: border-box;
  grid-template-columns: 1fr;
  gap: clamp(1rem, 2.2vw, 1.6rem);
}

.peach_services--background-media .peach_services__layout {
  min-height: clamp(24rem, 46vw, 40rem);
  align-items: center;
}

.peach_services--reverse .peach_services__left {
  order: 2;
}

.peach_services--reverse .peach_services__right {
  order: 1;
}

.peach_services__left {
  display: grid;
  gap: 1rem;
  align-content: start;
}

.peach_services--background-media .peach_services__left {
  width: min(100%, 34rem);
  padding: clamp(1.75rem, 4vw, 2.5rem);
  border-radius: min(var(--section-radius, 36px), 28px);
  background: color-mix(in srgb, var(--background-color) 90%, white 10%);
  backdrop-filter: blur(12px);
}

.peach_services--minimal .peach_services__left {
  width: min(100%, 64rem);
  padding: 0;
  border-radius: 0;
  background: transparent;
  backdrop-filter: none;
}

.peach_services__right,
.peach_services__grid,
.peach_services__item,
.peach_services__itemTop,
.peach_services__itemHeader,
.peach_services__itemDesc {
  min-width: 0;
}

.peach_services__right {
  width: 100%;
}

.peach_services__subtitle {
  margin: 0;
  color: var(--button-color);
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.peach_services__title {
  margin: 0;
  color: var(--dark-background-color);
  letter-spacing: -0.05em;
  line-height: 0.94;
}

.peach_services__content,
.peach_services__itemDesc {
  color: var(--muted-text-color);
  line-height: 1.82;
}

.peach_services__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-top: 0.2rem;
}

.peach_services__learnmore {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: var(--button-color);
  font-weight: 700;
}

.peach_services__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.1rem;
}

.peach_services__grid--minimal {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.25rem;
  width: 100%;
}

.peach_services--centered .peach_services__grid--minimal {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.peach_services__item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
  align-items: start;
  padding: 1.2rem;
  border-radius: 24px;
  background: var(--orange-card-background);
  box-shadow: 0 12px 28px rgba(86, 43, 16, 0.08);
  transition:
    transform 0.24s ease,
    box-shadow 0.24s ease,
    background-color 0.24s ease;
}

.peach_services__item--minimal {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  padding: 0.85rem 0.8rem 0.9rem;
  min-height: auto;
  border: 1px solid color-mix(in srgb, var(--button-color) 12%, var(--line-color) 88%);
  background: #ffffff !important;
  box-shadow: 0 5px 14px rgba(86, 43, 16, 0.07);
}

.peach_services__iconWrap {
  display: grid;
  place-items: center;
  width: 3rem;
  height: 3rem;
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(239, 111, 26, 0.16), rgba(255, 139, 38, 0.08));
  color: var(--button-color);
}

.peach_services__iconWrap--minimal {
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 16px;
  background: linear-gradient(
    180deg,
    color-mix(in srgb, var(--button-color) 20%, var(--background-color) 80%),
    color-mix(in srgb, var(--button-color) 8%, var(--background-color) 92%)
  );
  box-shadow: inset 0 1px 0 color-mix(in srgb, var(--primary-color) 40%, transparent);
}

.peach_services__iconWrap--fallback {
  color: var(--dark-background-color);
}

.peach_services__fallbackLetter {
  font-size: 0.9rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.04em;
}

.peach_services__itemTop {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.65rem;
  align-items: center;
}

.peach_services__itemHeader {
  min-width: 0;
}

.peach_services__itemTitle {
  color: var(--dark-background-color);
  font-weight: 700;
  margin-bottom: 0.35rem;
  overflow-wrap: anywhere;
}

.peach_services__item--minimal .peach_services__itemTitle {
  margin-bottom: 0;
  font-size: 1.22rem;
  line-height: 1.14;
  font-weight: 800;
  letter-spacing: -0.01em;
}

.peach_services__item--minimal .peach_services__itemDesc {
  padding: 0.2rem 0.4rem 0.15rem;
  line-height: 1.42;
  font-size: 0.82rem;
  color: var(--muted-text-color);
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  overflow-wrap: anywhere;
}

.peach_services__itemDesc--titleFallback {
  padding: 0.35rem 0.25rem 0.15rem;
  text-align: center;
  font-weight: 700;
  line-height: 1.25;
}

.peach_services__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.peach_services:hover {
  transform: translateY(-2px);
}

.peach_services__item:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 36px rgba(86, 43, 16, 0.12);
}

.peach_services__item--minimal {
  gap: 0.6rem;
  padding: 0.85rem 0.8rem 0.9rem;
  min-height: auto;
  box-shadow: 0 5px 14px rgba(86, 43, 16, 0.07);
}

.peach_services__item--minimal:hover {
  box-shadow: 0 8px 18px rgba(86, 43, 16, 0.1);
}

.peach_services--minimal .peach_services__button {
  padding: 0.58rem 1.15rem;
  border-radius: 10px;
  border: 1px solid color-mix(in srgb, var(--button-color) 55%, #ffffff 45%);
  background: var(--button-color);
  color: var(--button-text-color, #ffffff);
  text-decoration: none;
  font-weight: 700;
  line-height: 1;
  box-shadow: 0 2px 8px rgba(86, 43, 16, 0.12);
  transition:
    background-color 0.2s ease,
    color 0.2s ease,
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.peach_services--minimal .peach_services__button:hover {
  transform: translateY(-1px);
  background: var(--dark-background-color);
  color: var(--button-text-color, #ffffff);
  box-shadow: 0 4px 10px rgba(86, 43, 16, 0.16);
}

@media (max-width: 1100px) {
  .peach_services__layout {
    grid-template-columns: 1fr;
  }

  .peach_services__grid--minimal {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .peach_services--reverse .peach_services__left,
  .peach_services--reverse .peach_services__right {
    order: initial;
  }
}

@media (max-width: 800px) {
  .peach_services__grid {
    grid-template-columns: 1fr;
  }

  .peach_services__grid--minimal {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  .peach_services__grid--minimal {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .peach_services {
    border-radius: var(--section-radius, 24px);
  }

  .peach_services__layout {
    padding: 1rem;
  }

  .peach_services__hero {
    margin: 1rem;
    margin-bottom: 0;
  }
}

@media (max-width: 480px) {
  .peach_services__grid--minimal {
    grid-template-columns: 1fr;
  }
}
