.service-menu {
  padding-right: 15px;
  padding-left: 15px;
}

.service-menu__intro {
  padding: 2rem;
  border: 1px solid rgba(249, 163, 146, 0.28);
  border-radius: 24px;
  background: linear-gradient(135deg, #ffffff 0%, #fffaf7 68%, #feece8 100%);
  box-shadow: 0 22px 45px rgba(81, 76, 42, 0.08);
  text-align: center;
}

.service-menu__eyebrow {
  margin: 0;
  color: #f9a392;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.service-menu__lead {
  max-width: 760px;
  margin: 1rem auto 0;
  color: #5d5640;
  font-size: 1rem;
  line-height: 1.8;
}

.service-menu__nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
  margin-top: 1.5rem;
}

.service-menu__nav-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0.6rem 1rem;
  border: 1px solid rgba(138, 102, 78, 0.18);
  border-radius: 999px;
  background: #ffffff;
  color: #514c2a;
  font-size: 0.92rem;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.2s ease;
}

.service-menu__nav-link:hover,
.service-menu__nav-link:focus {
  color: #514c2a;
  border-color: #f9a392;
  background: #fff5f2;
  text-decoration: none;
}

.service-menu__section {
  margin-top: 3rem;
  scroll-margin-top: 110px;
}

.service-menu__section-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.5rem;
  padding-bottom: 0.9rem;
  border-bottom: 1px solid rgba(138, 102, 78, 0.16);
}

.service-menu__section-title {
  margin: 0;
  color: #8a664e;
  font-family: 'Lora', serif;
  font-size: clamp(1.8rem, 2.4vw, 2.3rem);
  font-weight: 600;
  line-height: 1.2;
}

.service-menu__section-note {
  flex-shrink: 0;
  padding: 0.45rem 0.8rem;
  border-radius: 999px;
  background: rgba(249, 163, 146, 0.14);
  color: #7c5f4b;
  font-size: 0.88rem;
  font-weight: 600;
}

.service-menu__grid {
  display: grid;
  gap: 1.25rem;
}

.service-menu__grid--2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

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

.service-menu__card {
  min-width: 0;
  height: 100%;
  padding: 1.5rem;
  border: 1px solid rgba(138, 102, 78, 0.14);
  border-radius: 22px;
  background: #ffffff;
  box-shadow: 0 18px 36px rgba(81, 76, 42, 0.07);
}

.service-menu__card--soft {
  background: linear-gradient(180deg, #fffefe 0%, #fff8f5 100%);
}

.service-menu__card-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
}

.service-menu__card-title {
  margin: 0;
  color: #514c2a;
  font-family: 'Lora', serif;
  font-size: 1.35rem;
  font-weight: 600;
  line-height: 1.3;
}

.service-menu__price {
  flex-shrink: 0;
  color: #f09a88;
  font-size: 1.15rem;
  font-weight: 700;
  white-space: nowrap;
}

.service-menu__subtitle {
  margin: -0.35rem 0 0.9rem;
  color: #8a664e;
  font-size: 0.9rem;
  font-style: italic;
}

.service-menu__table {
  display: flex;
  flex-direction: column;
}

.service-menu__table-row {
  display: grid;
  align-items: start;
  gap: 0.75rem;
  padding: 0.75rem 0;
  border-bottom: 1px solid rgba(138, 102, 78, 0.12);
}

.service-menu__table-row:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.service-menu__table-row--1 {
  grid-template-columns: minmax(0, 1fr);
}

.service-menu__table-row--2 {
  grid-template-columns: minmax(0, 1fr) auto;
}

.service-menu__table-row--3 {
  grid-template-columns: minmax(0, 1fr) auto auto;
}

.service-menu__table-row--head {
  padding-top: 0;
  color: #8f8a77;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.service-menu__table-row--head .service-menu__cell {
  white-space: nowrap;
}

.service-menu__cell {
  min-width: 0;
  color: #4b4b4b;
  line-height: 1.55;
  overflow-wrap: anywhere;
}

.service-menu__cell--label {
  padding-right: 0.4rem;
}

.service-menu__cell--value {
  text-align: right;
  white-space: nowrap;
  font-weight: 600;
}

.service-menu__group {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px dashed rgba(138, 102, 78, 0.18);
}

.service-menu__group-title {
  margin-bottom: 0.5rem;
  color: #8a664e;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.service-menu__group-text {
  margin: 0;
  color: #5d5640;
  line-height: 1.7;
  white-space: pre-line;
}

.service-menu__list {
  margin: 0;
  padding-left: 1.2rem;
}

.service-menu__list-item {
  color: #4b4b4b;
  line-height: 1.65;
}

.service-menu__list-item + .service-menu__list-item {
  margin-top: 0.35rem;
}

.service-menu__shapes {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.7rem;
}

.service-menu__shape {
  padding: 0.85rem 0.5rem;
  border: 1px solid rgba(249, 163, 146, 0.22);
  border-radius: 16px;
  background: #fff8f5;
  color: #514c2a;
  font-weight: 600;
  text-align: center;
}

.needs-review {
  display: inline-block;
  padding: 0.08rem 0.42rem;
  border-radius: 999px;
  background: rgba(249, 163, 146, 0.16);
  color: #8a664e;
}

@media (max-width: 1199.98px) {
  .service-menu__grid--3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 991.98px) {
  .service-menu {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (max-width: 767.98px) {
  .service-menu__intro,
  .service-menu__card {
    padding: 1.25rem;
  }

  .service-menu__section-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .service-menu__section-note {
    white-space: normal;
  }

  .service-menu__grid--2,
  .service-menu__grid--3 {
    grid-template-columns: 1fr;
  }

  .service-menu__shapes {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 575.98px) {
  .service-menu__table-row--head {
    font-size: 0.68rem;
    letter-spacing: 0.08em;
  }

  .service-menu__table-row {
    gap: 0.55rem;
  }

  .service-menu__table-row--2 {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .service-menu__table-row--3 {
    grid-template-columns: minmax(0, 1fr) auto auto;
  }

  .service-menu__shapes {
    grid-template-columns: 1fr;
  }
}
