/* Landmark Signature Services — zigzag black + gold */
.landmark-services {
  background: #0d0d0d;
  color: #f5f0ea;
  padding: clamp(64px, 8vw, 110px) 0;
}

.landmark-services__inner {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}

.landmark-services__eyebrow {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 0 0 22px;
  font-family: var(--landmark-font, "Inter", sans-serif);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: rgba(245, 240, 234, 0.78);
}

.landmark-services__eyebrow-line {
  display: inline-block;
  width: 36px;
  height: 1px;
  background: #c6a062;
}

.landmark-services__header-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
  gap: 28px 48px;
  align-items: end;
  margin-bottom: 42px;
}

.landmark-services__title {
  margin: 0;
  font-family: var(--landmark-font, "Inter", sans-serif);
  font-size: clamp(36px, 5vw, 58px);
  font-weight: 600;
  line-height: 1.08;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.landmark-services__title span {
  color: #c6a062;
}

.landmark-services__intro {
  margin: 0;
  max-width: 420px;
  font-family: var(--landmark-font, "Inter", sans-serif);
  font-size: 15px;
  line-height: 1.7;
  color: rgba(245, 240, 234, 0.72);
}

.landmark-services__intro strong {
  color: #ffffff;
  font-weight: 600;
}

.landmark-services__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.landmark-services__card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 320px;
  padding: 22px;
  text-decoration: none;
  color: inherit;
  overflow: hidden;
  border: 1px solid rgba(198, 160, 98, 0.18);
  background: #121212;
  transition: border-color 0.35s ease, transform 0.35s ease;
}

.landmark-services__card:hover {
  border-color: rgba(198, 160, 98, 0.55);
}

.landmark-services__card--image {
  min-height: 380px;
}

.landmark-services__media {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}

.landmark-services__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.02);
  transition: transform 0.7s ease;
}

.landmark-services__card--image:hover .landmark-services__media img {
  transform: scale(1.08);
}

.landmark-services__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.12) 0%, rgba(0, 0, 0, 0.28) 45%, rgba(0, 0, 0, 0.72) 100%);
  pointer-events: none;
}

.landmark-services__top,
.landmark-services__copy {
  position: relative;
  z-index: 2;
}

.landmark-services__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.landmark-services__card--image .landmark-services__top {
  width: 100%;
}

.landmark-services__card--image .landmark-services__top .landmark-services__arrow {
  margin-left: auto;
}

.landmark-services__num {
  font-family: var(--landmark-font, "Inter", sans-serif);
  font-size: 22px;
  font-weight: 500;
  color: #c6a062;
  letter-spacing: 0.04em;
}

.landmark-services__num::before {
  content: "/ ";
  opacity: 0.7;
}

.landmark-services__arrow {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.35);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.25);
  transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease;
}

.landmark-services__arrow svg {
  width: 16px;
  height: 16px;
}

.landmark-services__card:hover .landmark-services__arrow,
.landmark-services__pill:hover .landmark-services__arrow {
  background: #c6a062;
  border-color: #c6a062;
  color: #0d0d0d;
}

.landmark-services__copy {
  margin-top: auto;
}

.landmark-services__name {
  display: block;
  font-family: var(--landmark-font, "Inter", sans-serif);
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 600;
  line-height: 1.15;
  color: #ffffff;
}

.landmark-services__name em {
  font-style: normal;
  color: #c6a062;
}

.landmark-services__desc {
  display: block;
  margin-top: 14px;
  max-width: 320px;
  font-family: var(--landmark-font, "Inter", sans-serif);
  font-size: 14px;
  line-height: 1.65;
  color: rgba(245, 240, 234, 0.7);
}

.landmark-services__card--text {
  background:
    linear-gradient(160deg, rgba(198, 160, 98, 0.08), transparent 55%),
    #121212;
}

.landmark-services__strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 14px;
}

.landmark-services__pill {
  position: relative;
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 96px;
  padding: 14px 16px;
  text-decoration: none;
  color: inherit;
  overflow: hidden;
  border: 1px solid rgba(198, 160, 98, 0.18);
  background: #121212;
  transition: border-color 0.35s ease;
}

.landmark-services__pill:hover {
  border-color: rgba(198, 160, 98, 0.55);
}

.landmark-services__pill-media {
  flex: 0 0 58px;
  width: 58px;
  height: 58px;
  overflow: hidden;
  border-radius: 4px;
}

.landmark-services__pill-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.55s ease;
}

.landmark-services__pill:hover .landmark-services__pill-media img {
  transform: scale(1.1);
}

.landmark-services__pill-body {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.landmark-services__pill-title {
  font-family: var(--landmark-font, "Inter", sans-serif);
  font-size: 22px;
  font-weight: 600;
  line-height: 1.2;
  color: #ffffff;
}

.landmark-services__pill-title em {
  font-style: normal;
  color: #c6a062;
}

.landmark-services__pill .landmark-services__arrow {
  flex: 0 0 auto;
  margin-left: auto;
}

@media (max-width: 900px) {
  .landmark-services__header-grid,
  .landmark-services__grid,
  .landmark-services__strip {
    grid-template-columns: 1fr;
  }

  .landmark-services__intro {
    max-width: none;
    text-align: justify;
  }

  .landmark-services__card,
  .landmark-services__card--image {
    min-height: 320px;
  }

  .landmark-services__media {
    display: block !important;
  }

  .landmark-services__media img {
    opacity: 1 !important;
    object-fit: cover;
    object-position: center;
  }

  .landmark-services__desc {
    max-width: none;
    text-align: justify;
    color: rgba(245, 240, 234, 0.88);
  }

  .landmark-services__overlay {
    background:
      linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.35) 50%, rgba(0, 0, 0, 0.78) 100%);
  }
}

@media (max-width: 600px) {
  .landmark-services__inner {
    width: calc(100% - 32px);
  }

  .landmark-services__card,
  .landmark-services__card--image {
    min-height: 300px;
  }

  .landmark-services__pill {
    min-height: 84px;
  }

  .landmark-services__pill-title {
    font-size: 20px;
  }
}

/* ——— Standalone Services page ——— */
.landmark-services-page {
  background: #0d0d0d;
  color: #f5f0ea;
}

.landmark-services-page a {
  color: inherit;
}

.ls-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin: 0 0 20px;
  font-family: var(--landmark-font, "Inter", sans-serif);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: rgba(245, 240, 234, 0.78);
}

.ls-eyebrow::before {
  content: "";
  width: 36px;
  height: 1px;
  background: #c6a062;
}

.ls-eyebrow--dark {
  color: rgba(13, 13, 13, 0.55);
}

.ls-hero {
  position: relative;
  isolation: isolate;
  min-height: clamp(520px, 78vh, 760px);
  display: flex;
  align-items: flex-end;
  overflow: hidden;
}

.ls-hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: url("../../2026/05/haircut-salon-banner.webp") center center / cover no-repeat;
  transform: scale(1.04);
  filter: grayscale(0.12) brightness(0.68) contrast(1.05);
}

.ls-hero__shade {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(0,0,0,0.22) 0%, rgba(0,0,0,0.18) 40%, rgba(0,0,0,0.76) 100%),
    linear-gradient(90deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.12) 55%, rgba(0,0,0,0.3) 100%);
}

.ls-hero__inner {
  position: relative;
  z-index: 2;
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  padding: 140px 0 72px;
}

.ls-hero__title {
  margin: 0 0 18px;
  max-width: 720px;
  font-family: var(--landmark-font, "Inter", sans-serif);
  font-size: clamp(44px, 7vw, 78px);
  font-weight: 600;
  line-height: 1.05;
  color: #fff;
}

.ls-hero__title span {
  color: #c6a062;
}

.ls-hero__lead {
  margin: 0;
  max-width: 540px;
  font-family: var(--landmark-font, "Inter", sans-serif);
  font-size: 16px;
  line-height: 1.7;
  color: rgba(245, 240, 234, 0.78);
}

.ls-intro {
  background: #f7f5f1;
  color: #0d0d0d;
  padding: clamp(64px, 8vw, 96px) 0;
}

.ls-intro__inner {
  width: min(760px, calc(100% - 48px));
  margin: 0 auto;
  text-align: left;
}

.ls-intro__title {
  margin: 0 0 18px;
  font-family: var(--landmark-font, "Inter", sans-serif);
  font-size: clamp(32px, 4.5vw, 48px);
  font-weight: 600;
  line-height: 1.15;
  color: #0d0d0d;
}

.ls-intro__title span {
  color: #c6a062;
}

.ls-intro__text {
  margin: 0;
  font-family: var(--landmark-font, "Inter", sans-serif);
  font-size: 16px;
  line-height: 1.75;
  color: rgba(13, 13, 13, 0.7);
}

.ls-catalogue {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  padding: clamp(72px, 9vw, 110px) 0;
  display: flex;
  flex-direction: column;
  gap: clamp(56px, 8vw, 96px);
}

.ls-service {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 36px 56px;
  align-items: center;
  scroll-margin-top: 110px;
}

.ls-service--reverse .ls-service__media {
  order: 2;
}

.ls-service--reverse .ls-service__copy {
  order: 1;
}

.ls-service__media {
  position: relative;
  min-height: 420px;
  overflow: hidden;
  background: #121212;
}

.ls-service__media img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
  display: block;
  transition: transform 0.7s ease;
}

.ls-service:hover .ls-service__media img {
  transform: scale(1.05);
}

.ls-service__frame {
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(198, 160, 98, 0.45);
  pointer-events: none;
  z-index: 1;
}

.ls-service__num {
  display: block;
  margin-bottom: 18px;
  font-family: var(--landmark-font, "Inter", sans-serif);
  font-size: 22px;
  color: #c6a062;
  letter-spacing: 0.04em;
}

.ls-service__num::before {
  content: "/ ";
  opacity: 0.7;
}

.ls-service__title {
  margin: 0 0 16px;
  font-family: var(--landmark-font, "Inter", sans-serif);
  font-size: clamp(32px, 4vw, 46px);
  font-weight: 600;
  line-height: 1.12;
  color: #fff;
}

.ls-service__title em {
  font-style: normal;
  color: #c6a062;
}

.ls-service__text {
  margin: 0 0 20px;
  font-family: var(--landmark-font, "Inter", sans-serif);
  font-size: 15px;
  line-height: 1.75;
  color: rgba(245, 240, 234, 0.72);
}

.ls-service__list {
  margin: 0 0 28px;
  padding: 0;
  list-style: none;
}

.ls-service__list li {
  position: relative;
  padding: 10px 0 10px 22px;
  border-top: 1px solid rgba(198, 160, 98, 0.2);
  font-family: var(--landmark-font, "Inter", sans-serif);
  font-size: 14px;
  color: rgba(245, 240, 234, 0.78);
}

.ls-service__list li:last-child {
  border-bottom: 1px solid rgba(198, 160, 98, 0.2);
}

.ls-service__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 18px;
  width: 8px;
  height: 1px;
  background: #c6a062;
}

.ls-service__cta {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: var(--landmark-font, "Inter", sans-serif);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-decoration: none;
  color: #c6a062 !important;
  transition: color 0.25s ease;
}

.ls-service__cta span {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(198, 160, 98, 0.55);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #c6a062;
  transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease;
}

.ls-service__cta span svg {
  width: 15px;
  height: 15px;
}

.ls-service__cta:hover span {
  background: #c6a062;
  border-color: #c6a062;
  color: #0d0d0d;
}

.ls-cta {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(80px, 10vw, 120px) 0;
  text-align: center;
}

.ls-cta__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: url("../../2026/05/service-bridal.webp") center center / cover no-repeat;
  filter: grayscale(0.35) brightness(0.32);
  transform: scale(1.05);
}

.ls-cta__shade {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.58);
}

.ls-cta__inner {
  position: relative;
  z-index: 2;
  width: min(760px, calc(100% - 48px));
  margin: 0 auto;
}

.ls-cta__title {
  margin: 0 0 16px;
  font-family: var(--landmark-font, "Inter", sans-serif);
  font-size: clamp(36px, 5vw, 56px);
  font-weight: 600;
  color: #fff;
}

.ls-cta__title span {
  color: #c6a062;
}

.ls-cta__text {
  margin: 0 0 28px;
  font-family: var(--landmark-font, "Inter", sans-serif);
  font-size: 16px;
  line-height: 1.7;
  color: rgba(245, 240, 234, 0.75);
}

.ls-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}

.ls-cta__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 26px;
  background: #c6a062;
  color: #0d0d0d !important;
  font-family: var(--landmark-font, "Inter", sans-serif);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-decoration: none;
  transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

.ls-cta__btn:hover {
  background: #d4b078;
}

.ls-cta__btn--ghost {
  background: transparent;
  color: #c6a062 !important;
  border: 1px solid rgba(198, 160, 98, 0.7);
}

.ls-cta__btn--ghost:hover {
  background: rgba(198, 160, 98, 0.14);
}

@media (max-width: 900px) {
  .ls-service,
  .ls-service--reverse {
    grid-template-columns: 1fr;
  }

  .ls-service--reverse .ls-service__media,
  .ls-service--reverse .ls-service__copy {
    order: initial;
  }

  .ls-service__media,
  .ls-service__media img {
    min-height: 280px;
  }

  .ls-hero__inner,
  .ls-intro__inner,
  .ls-catalogue,
  .ls-cta__inner {
    width: calc(100% - 32px);
  }
}
