.servicePage {
  min-height: 100vh;
  background:
    radial-gradient(circle at 12% 0%, rgba(180, 138, 45, 0.17), transparent 30rem),
    #0d0d0d;
  color: #f7f1e4;
}

.homeServices {
  width: min(1120px, calc(100% - 32px));
  margin: 38px auto 18px;
  padding: clamp(22px, 4vw, 36px);
  border: 1px solid rgba(213, 178, 83, 0.24);
  border-radius: 22px;
  background: linear-gradient(145deg, rgba(73, 55, 22, 0.3), rgba(16, 15, 13, 0.94));
  color: #f7f1e4;
  text-align: start;
}

.homeServicesHeader {
  margin-bottom: 22px;
}

.homeServicesHeader h2 {
  margin: 0 0 10px;
  color: #f3df9b;
  font-size: clamp(1.45rem, 3vw, 2.15rem);
  line-height: 1.25;
}

.homeServicesHeader > p:last-child {
  max-width: 74ch;
  margin: 0;
  color: rgba(245, 240, 230, 0.8);
  line-height: 1.75;
}

.homeServicesGrid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.homeServicesActions {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.homeServiceDetailLink {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  margin: 12px auto 4px;
  padding: 8px 15px;
  border: 1px solid color-mix(in srgb, var(--theme1, #c59f45) 60%, transparent);
  border-radius: 999px;
  color: #f5dda0;
  font-weight: 850;
  line-height: 1.35;
  text-decoration: none;
}

.homeServiceDetailLink:hover,
.homeServiceDetailLink:focus-visible {
  border-color: #f0d17b;
  background: rgba(213, 178, 83, 0.12);
  outline: 2px solid rgba(240, 209, 123, 0.25);
  outline-offset: 2px;
}

.serviceDocument {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 30px 0 72px;
}

.serviceHero {
  margin-bottom: 28px;
}

.serviceBreadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin: 0 0 16px;
  color: #cfbf9c;
  font-size: 0.92rem;
}

.serviceBreadcrumbs a {
  color: #f0d987;
  text-decoration: none;
}

.serviceHeroPanel {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(300px, 0.75fr);
  gap: clamp(24px, 5vw, 58px);
  align-items: center;
  overflow: hidden;
  padding: clamp(26px, 5vw, 58px);
  border: 1px solid rgba(213, 178, 83, 0.34);
  border-radius: 28px;
  background: linear-gradient(145deg, rgba(39, 31, 17, 0.96), rgba(14, 14, 14, 0.96));
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.34);
}

.serviceEyebrow {
  margin: 0 0 12px;
  color: #dfbd61;
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.serviceHero h1 {
  max-width: 18ch;
  margin: 0;
  font-size: clamp(2.1rem, 5.2vw, 4.3rem);
  line-height: 1.06;
}

.serviceLead {
  max-width: 62ch;
  margin: 20px 0 0;
  color: #dfd4bc;
  font-size: clamp(1rem, 1.7vw, 1.18rem);
  line-height: 1.8;
}

.serviceHeroMedia {
  overflow: hidden;
  min-height: 360px;
  border: 1px solid rgba(219, 187, 99, 0.28);
  border-radius: 22px;
  background: #17130d;
}

.serviceHeroMedia img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 360px;
  max-height: 540px;
  object-fit: cover;
}

.serviceFacts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 22px 0 0;
}

.serviceFact {
  padding: 14px 16px;
  border: 1px solid rgba(213, 178, 83, 0.25);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.04);
}

.serviceFactLabel {
  display: block;
  color: #bfb08e;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.serviceFactValue {
  display: block;
  margin-top: 4px;
  color: #fff2c7;
  font-size: 1.08rem;
  font-weight: 850;
}

.servicePrimaryButton,
.serviceSecondaryButton {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 20px;
  border: 1px solid #c59f45;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 850;
}

.servicePrimaryButton {
  background: linear-gradient(135deg, #d9b95d, #a47a25);
  color: #120e06;
}

.serviceSecondaryButton {
  background: rgba(255, 255, 255, 0.04);
  color: #f5dda0;
}

.serviceHeroActions,
.serviceCtaActions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.serviceContentGrid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.35fr);
  gap: 24px;
  align-items: start;
}

.serviceArticle,
.serviceSidebarCard,
.servicesHubIntro,
.servicesHubListing,
.serviceRelated,
.serviceHelpfulGuides,
.serviceCta {
  border: 1px solid rgba(213, 178, 83, 0.24);
  border-radius: 22px;
  background: rgba(21, 19, 15, 0.9);
}

.serviceArticle {
  padding: clamp(24px, 4vw, 42px);
}

.serviceSection + .serviceSection {
  margin-top: 34px;
  padding-top: 30px;
  border-top: 1px solid rgba(213, 178, 83, 0.18);
}

.serviceSection h2,
.serviceFaq h2,
.serviceRelated h2,
.serviceHelpfulGuides h2,
.serviceCta h2,
.servicesHubListing h2,
.servicesHubIntro h2 {
  margin: 0 0 14px;
  color: #f4dda1;
  font-size: clamp(1.45rem, 3vw, 2rem);
}

.serviceSection p,
.serviceCta p,
.servicesHubIntro p {
  margin: 0 0 16px;
  color: #d9cfba;
  line-height: 1.8;
}

.serviceIncludedList,
.serviceMassageList {
  display: grid;
  gap: 10px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.serviceIncludedList li,
.serviceMassageList li {
  padding: 13px 15px;
  border-inline-start: 3px solid #c49e43;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.035);
  color: #eee4cf;
  line-height: 1.65;
}

.serviceMassageList strong {
  display: block;
  color: #f4dda1;
}

.serviceSidebar {
  display: grid;
  gap: 16px;
  position: sticky;
  top: 90px;
}

.serviceSidebarCard {
  padding: 22px;
}

.serviceSidebarCard h2 {
  margin: 0 0 12px;
  color: #f4dda1;
  font-size: 1.2rem;
}

.serviceSidebarCard a {
  color: #f3db97;
}

.serviceFaq {
  margin-top: 34px;
}

.serviceFaq details {
  border-top: 1px solid rgba(213, 178, 83, 0.2);
}

.serviceFaq summary {
  padding: 17px 0;
  color: #fff0c2;
  cursor: pointer;
  font-weight: 800;
}

.serviceFaq details p {
  padding-bottom: 16px;
}

.serviceRelated,
.serviceHelpfulGuides,
.serviceCta,
.servicesHubIntro,
.servicesHubListing {
  margin-top: 24px;
  padding: clamp(22px, 4vw, 36px);
}

.serviceRelatedGrid,
.servicesHubGrid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.serviceCard {
  display: grid;
  overflow: hidden;
  min-height: 100%;
  border: 1px solid rgba(213, 178, 83, 0.25);
  border-radius: 18px;
  background: #17140f;
  color: #f7f1e4;
  text-decoration: none;
  transition: transform 160ms ease, border-color 160ms ease;
}

.serviceCard:hover,
.serviceCard:focus-visible {
  transform: translateY(-3px);
  border-color: #d7b555;
}

.serviceCard img {
  width: 100%;
  height: 230px;
  object-fit: cover;
}

.serviceCardCopy {
  display: grid;
  gap: 10px;
  padding: 20px;
}

.serviceCardTitle {
  color: #f5dda0;
  font-size: 1.25rem;
  font-weight: 900;
}

.serviceCardText {
  color: #d2c6ad;
  line-height: 1.65;
}

.serviceCardFacts {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.serviceCardFacts span {
  padding: 5px 9px;
  border: 1px solid rgba(213, 178, 83, 0.2);
  border-radius: 999px;
  background: rgba(213, 178, 83, 0.07);
  color: #f8e5ab;
  font-size: 0.85rem;
  font-weight: 800;
}

.servicesHubListing > p {
  max-width: 74ch;
  margin: 0 0 22px;
  color: #d9cfba;
  line-height: 1.8;
}

.serviceSidebarCard p {
  margin: 0 0 12px;
  color: #d9cfba;
  line-height: 1.7;
}

.serviceCardCta {
  color: #eccd73;
  font-weight: 850;
}

.serviceGuideLinks {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.serviceGuideLinks a {
  padding: 15px;
  border: 1px solid rgba(213, 178, 83, 0.22);
  border-radius: 12px;
  color: #f3dc9c;
  text-decoration: none;
}

.serviceCta {
  text-align: center;
  background: linear-gradient(135deg, rgba(81, 61, 23, 0.76), rgba(22, 18, 12, 0.94));
}

.serviceCtaActions {
  justify-content: center;
}

[dir="rtl"] .serviceHeroCopy,
[dir="rtl"] .serviceArticle,
[dir="rtl"] .serviceSidebarCard,
[dir="rtl"] .servicesHubIntro,
[dir="rtl"] .servicesHubListing,
[dir="rtl"] .serviceRelated,
[dir="rtl"] .serviceHelpfulGuides {
  text-align: right;
}

@media (max-width: 820px) {
  .serviceDocument {
    width: min(100% - 20px, 720px);
    padding-top: 18px;
  }

  .serviceHeroPanel,
  .serviceContentGrid {
    grid-template-columns: 1fr;
  }

  .serviceHeroMedia {
    min-height: 290px;
    order: -1;
  }

  .serviceHeroMedia img {
    min-height: 290px;
    max-height: 390px;
  }

  .serviceSidebar {
    position: static;
  }
}

@media (max-width: 560px) {
  .serviceHeroPanel {
    padding: 20px;
    border-radius: 20px;
  }

  .serviceFacts,
  .serviceRelatedGrid,
  .servicesHubGrid,
  .homeServicesGrid,
  .serviceGuideLinks {
    grid-template-columns: 1fr;
  }

  .servicePrimaryButton,
  .serviceSecondaryButton {
    width: 100%;
  }

  .serviceHeroActions,
  .serviceCtaActions {
    display: grid;
  }

  .homeServices {
    width: min(100% - 24px, 1120px);
    margin-top: 28px;
    padding: 20px;
    border-radius: 18px;
  }

  .homeServicesActions .serviceSecondaryButton {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .serviceCard {
    transition: none;
  }
}
