.services-page {
  background: var(--bg);
  color: var(--text);
}

.services-page .site-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  padding: 8px 0;
  background: rgba(17, 19, 18, 0);
  border-bottom: 1px solid rgba(216, 185, 130, 0);
  transition: background 0.25s ease, border-color 0.25s ease, backdrop-filter 0.25s ease;
}

.services-page .site-header.is-scrolled,
.services-page .site-header:has(.main-nav.is-open) {
  background: rgba(17, 19, 18, 0.75);
  border-bottom-color: rgba(216, 185, 130, 0.18);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.services-page .header-inner {
  grid-template-columns: 120px 1fr auto;
  min-height: 92px;
  gap: 36px;
  align-items: center;
}

.services-page .logo img {
  width: 92px;
}

.services-nav-stack {
  display: flex;
  min-height: 92px;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-start;
  gap: 7px;
  padding-top: 32px;
}

.services-page .main-nav {
  display: grid;
  grid-template-columns: repeat(4, 86px) 78px;
  justify-content: end;
  align-items: center;
  gap: 32px;
  font-size: 13px;
}

.services-page .main-nav > a {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  justify-content: center;
  text-align: center;
  white-space: nowrap;
}

.services-page .header-actions {
  display: flex;
  width: 212px;
}

.services-page .header-actions .btn {
  width: 100%;
  white-space: nowrap;
}

.services-subnav {
  display: grid;
  grid-template-columns: repeat(5, max-content);
  width: 435px;
  margin-right: 110px;
  align-items: center;
  justify-content: space-between;
  padding-top: 7px;
}

.services-subnav a {
  display: inline-flex;
  position: relative;
  width: max-content;
  min-height: 18px;
  align-items: center;
  gap: 4px;
  color: var(--accent);
  font-size: 10px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
  transition: color 0.25s ease;
}

.services-subnav a:hover {
  color: var(--accent);
}

.services-subnav a:not(:last-child)::after {
  content: "";
  width: 5px;
  height: 5px;
  margin-left: 2px;
  border-top: 1px solid var(--accent);
  border-right: 1px solid var(--accent);
  opacity: 0.78;
  transform: rotate(45deg);
}

html[lang="en"] .services-subnav {
  grid-template-columns: repeat(5, max-content);
  width: 416px;
  margin-right: 114px;
  justify-content: space-between;
}

html[lang="en"] .services-subnav a {
  width: max-content;
  justify-content: initial;
  gap: 4px;
}

html[lang="en"] .services-subnav a:not(:last-child)::after {
  position: static;
  margin-left: 2px;
  transform: rotate(45deg);
}

.services-hero {
  position: relative;
  min-height: clamp(560px, 68vh, 640px);
  overflow: hidden;
  border-bottom: 1px solid rgba(216, 185, 130, 0.2);
}

.services-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: none;
  pointer-events: none;
}

.services-hero-media {
  position: absolute;
  inset: 0;
  background: #111312;
}

.services-hero-media picture {
  display: block;
  width: 100%;
  height: 100%;
}

.services-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.services-hero-inner {
  position: relative;
  z-index: 2;
  display: flex;
  min-height: clamp(560px, 68vh, 640px);
  padding: 116px 0 42px;
  flex-direction: column;
  justify-content: center;
  gap: 36px;
}

.services-hero-copy {
  max-width: 680px;
  min-height: clamp(330px, 27vw, 390px);
  padding-top: 16px;
}

.services-hero-copy h1,
.service-section-head h2,
.project-example-head h2,
.service-cta h2 {
  color: var(--text);
  line-height: 1.08;
}

.services-hero-copy h1 {
  max-width: 800px;
  font-size: clamp(42px, 4.6vw, 58px);
  font-weight: 600;
}

.services-hero-copy p {
  max-width: 590px;
  margin: 24px 0 0;
  color: var(--text-muted);
  font-size: 17px;
  line-height: 1.75;
}

.services-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 24px;
}

.service-directions,
.service-kit,
.service-price,
.project-example,
.service-process,
.service-cta {
  position: relative;
  padding: 76px 0;
}

.service-directions::before,
.service-kit::before,
.project-example::before,
.service-price::before,
.service-cta::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: min(100% - 64px, var(--container));
  height: 1px;
  background: rgba(216, 185, 130, 0.2);
  transform: translateX(-50%);
}

.service-directions,
.service-kit,
.service-price,
.project-example,
.service-process {
  scroll-margin-top: 120px;
}

.service-section-head {
  max-width: 760px;
  margin-bottom: 36px;
}

.service-section-head h2,
.project-example-head h2,
.service-cta h2 {
  font-size: clamp(26px, 2.55vw, 41px);
  font-weight: 500;
}

.service-section-head p,
.project-example-head p,
.service-cta p {
  max-width: 680px;
  margin-top: 18px;
  color: var(--text-muted);
  font-size: 16px;
  line-height: 1.75;
}

.service-direction-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.service-direction {
  position: relative;
  display: flex;
  min-height: 248px;
  padding: 24px 22px 20px;
  flex-direction: column;
  border: 1px solid rgba(216, 185, 130, 0.28);
  background: rgba(255, 255, 255, 0.024);
}

.service-direction::before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  width: 46px;
  height: 1px;
  background: var(--accent);
}

.service-direction span,
.service-process-list span {
  display: block;
  color: var(--accent);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.14em;
}

.service-direction span {
  margin-bottom: 20px;
}

.service-direction h3 {
  margin-bottom: 14px;
  color: var(--text);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.25;
}

.service-direction p {
  color: var(--text-muted);
  font-size: 15px;
  line-height: 1.62;
}

.service-direction-result {
  margin-top: auto;
  padding-top: 14px;
  border-top: 1px solid rgba(216, 185, 130, 0.18);
  color: rgba(244, 241, 236, 0.74);
  font-size: 13.5px;
  font-weight: 500;
  line-height: 1.45;
}

.service-kit-grid {
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) 1.28fr;
  gap: 54px;
  align-items: start;
}

.service-kit-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 22px;
  margin: 0;
  padding: 34px;
  border: 1px solid rgba(216, 185, 130, 0.24);
  background: rgba(255, 255, 255, 0.024);
  list-style: none;
}

.service-kit-list li {
  position: relative;
  padding-left: 20px;
  color: var(--text-muted);
  font-size: 15.5px;
  line-height: 1.55;
}

.service-kit-list li::before {
  content: "";
  position: absolute;
  top: 0.72em;
  left: 0;
  width: 7px;
  height: 7px;
  border: 1px solid var(--accent);
  transform: rotate(45deg);
}

.service-price-head {
  display: grid;
  grid-template-columns: minmax(260px, 0.84fr) 1fr;
  gap: 56px;
  align-items: end;
  margin-bottom: 36px;
}

.service-price-head h2 {
  color: var(--text);
  font-size: clamp(26px, 2.55vw, 41px);
  font-weight: 500;
  line-height: 1.08;
}

.service-price-head p {
  margin: 0;
  color: var(--text-muted);
  font-size: 16px;
  line-height: 1.75;
}

.service-price-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border: 1px solid rgba(216, 185, 130, 0.28);
  background: rgba(255, 255, 255, 0.024);
}

.service-price-card {
  display: grid;
  min-height: 330px;
  grid-template-rows: 1fr auto auto;
  border-right: 1px solid rgba(216, 185, 130, 0.22);
}

.service-price-card:last-child {
  border-right: none;
}

.service-price-card-top {
  padding: 30px 26px 28px;
}

.service-price-card h3 {
  margin-bottom: 28px;
  color: var(--text);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.service-price-card strong {
  display: block;
  color: var(--accent);
  font-size: 38px;
  font-weight: 600;
  line-height: 1;
}

.service-price-card span {
  display: block;
  margin-top: 12px;
  color: var(--text-muted);
  font-size: 14px;
  line-height: 1.5;
}

.service-price-card-note {
  min-height: 96px;
  padding: 24px 26px;
  border-top: 1px solid rgba(216, 185, 130, 0.18);
  color: rgba(244, 241, 236, 0.76);
  font-size: 15px;
  line-height: 1.55;
}

.service-price-link {
  display: flex;
  min-height: 56px;
  align-items: center;
  justify-content: center;
  border-top: 1px solid rgba(216, 185, 130, 0.18);
  color: var(--bg);
  background: var(--accent);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition: 0.25s ease;
}

.service-price-link:hover {
  background: var(--text);
}

.project-example-head {
  display: grid;
  grid-template-columns: minmax(260px, 0.84fr) 1fr;
  gap: 56px;
  align-items: end;
  margin-bottom: 36px;
}

.project-example-slider {
  display: grid;
  gap: 18px;
}

.project-example-track {
  --slide-gap: 16px;
  --visible-slides: 3;
  display: flex;
  gap: var(--slide-gap);
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.project-example-track::-webkit-scrollbar {
  display: none;
}

.project-example-slide {
  position: relative;
  flex: 0 0 calc((100% - (var(--slide-gap) * (var(--visible-slides) - 1))) / var(--visible-slides));
  overflow: hidden;
  min-height: 320px;
  padding: 0;
  border: 1px solid rgba(216, 185, 130, 0.28);
  background: #111;
  cursor: zoom-in;
  scroll-snap-align: start;
}

.project-example-slide img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  display: block;
  opacity: 0.88;
  transition: 0.3s ease;
}

.project-example-slide:hover img {
  transform: scale(1.04);
  opacity: 1;
}

.project-example-slide::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 58%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.76), transparent);
  pointer-events: none;
}

.project-example-slide span {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 16px;
  z-index: 1;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.35;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.72);
}

.project-example-controls {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 14px;
}

.project-example-control {
  position: relative;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(216, 185, 130, 0.4);
  background: transparent;
  cursor: pointer;
  transition: 0.25s ease;
}

.project-example-control:hover {
  border-color: var(--accent);
  background: rgba(216, 185, 130, 0.08);
}

.project-example-control::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  border-left: 2px solid var(--accent);
  border-bottom: 2px solid var(--accent);
  transform: translate(-35%, -50%) rotate(45deg);
}

.project-example-control.next::before {
  transform: translate(-65%, -50%) rotate(-135deg);
}

.project-example-control:disabled {
  opacity: 0.34;
  cursor: default;
}

.project-example-counter {
  min-width: 72px;
  color: var(--text-muted);
  font-size: 14px;
  font-weight: 500;
  text-align: center;
}
.service-process-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.service-process-list li {
  display: flex;
  min-height: 136px;
  padding: 22px;
  flex-direction: column;
  border: 1px solid rgba(216, 185, 130, 0.2);
  background: rgba(255, 255, 255, 0.024);
}

.service-process-list span {
  margin-bottom: 22px;
}

.service-process-list strong,
.service-process-list em {
  display: block;
}

.service-process-list strong {
  color: var(--text);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.25;
}

.service-process-list em {
  margin-top: 8px;
  color: var(--text-muted);
  font-size: 14px;
  font-style: normal;
  line-height: 1.45;
}

.service-cta-inner {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 42px;
  align-items: center;
  padding: 38px;
  border: 1px solid rgba(216, 185, 130, 0.28);
  background: rgba(255, 255, 255, 0.024);
}

.service-cta-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 14px;
}

.project-example-preview {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 28px;
  background: rgba(8, 8, 8, 0.88);
}

.project-example-preview.is-open {
  display: flex;
}

.project-example-preview figure {
  width: min(1100px, 100%);
  max-height: 92vh;
  margin: 0;
}

.project-example-preview img {
  width: 100%;
  max-height: calc(92vh - 46px);
  object-fit: contain;
  display: block;
  background: #111;
}

.project-example-preview figcaption {
  margin-top: 14px;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
}

.project-example-preview-counter {
  position: absolute;
  left: 50%;
  bottom: 22px;
  transform: translateX(-50%);
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

.project-example-preview-close {
  position: absolute;
  top: 22px;
  right: 22px;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: rgba(0, 0, 0, 0.32);
  cursor: pointer;
}

.project-example-preview-close::before,
.project-example-preview-close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 11px;
  right: 11px;
  height: 2px;
  background: #fff;
}

.project-example-preview-close::before {
  transform: rotate(45deg);
}

.project-example-preview-close::after {
  transform: rotate(-45deg);
}

.project-example-preview-nav {
  position: absolute;
  top: 50%;
  z-index: 1;
  width: 50px;
  height: 58px;
  border: 1px solid rgba(255, 255, 255, 0.38);
  background: rgba(0, 0, 0, 0.32);
  cursor: pointer;
  transform: translateY(-50%);
}

.project-example-preview-nav.prev {
  left: 22px;
}

.project-example-preview-nav.next {
  right: 22px;
}

.project-example-preview-nav::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 14px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: translate(-35%, -50%) rotate(45deg);
}

.project-example-preview-nav.next::before {
  transform: translate(-65%, -50%) rotate(-135deg);
}

@media (max-width: 1100px) {
  .service-directions::before,
  .service-kit::before,
  .project-example::before,
  .service-price::before,
  .service-cta::before {
    width: min(100% - 48px, var(--container));
  }

  .services-hero .container {
    width: min(100% - 64px, var(--container));
  }

  .services-page .header-inner {
    grid-template-columns: 120px 1fr;
    gap: 28px;
  }

  .services-page .header-actions {
    display: none;
  }

  .services-page .main-nav {
    grid-template-columns: repeat(4, 80px) 78px;
    gap: 16px;
    font-size: 12px;
  }

  .services-subnav {
    width: 363px;
    margin-right: 94px;
  }

  .services-subnav a {
    font-size: 9px;
  }

  html[lang="en"] .services-subnav {
    width: 350px;
    margin-right: 97px;
  }

  html[lang="en"] .services-subnav a {
    font-size: 8px;
    letter-spacing: 0.06em;
  }

  .service-kit-grid,
  .service-price-head,
  .service-price-grid,
  .project-example-head {
    grid-template-columns: 1fr;
  }

  .service-price-card,
  .service-price-card:last-child {
    border-right: none;
    border-bottom: 1px solid rgba(216, 185, 130, 0.22);
  }

  .service-price-card:last-child {
    border-bottom: none;
  }

  .services-hero-copy {
    max-width: min(100%, 620px);
  }

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

  .project-example-track {
    --visible-slides: 2;
  }
}

@media (max-width: 760px) {
  .service-directions::before,
  .service-kit::before,
  .project-example::before,
  .service-price::before,
  .service-cta::before {
    width: min(100% - 32px, var(--container));
  }

  .services-page .site-header {
    position: fixed;
    padding: 8px 0;
  }

  .services-page .header-inner {
    display: flex;
    justify-content: flex-start;
  }

  .services-page .main-nav {
    display: flex;
    gap: 30px;
    font-size: 18px;
    justify-content: center;
  }

  .services-page .main-nav > a {
    min-height: 0;
  }

  .services-nav-stack {
    display: block;
    min-height: 0;
    width: 0;
    padding-top: 0;
  }

  .services-subnav {
    display: none;
    visibility: hidden;
  }

  .services-hero {
    min-height: 640px;
  }

  .services-hero::before {
    background: none;
  }

  .services-hero-inner {
    min-height: 640px;
    padding: 112px 0 34px;
    gap: 46px;
  }

  .services-hero-copy h1 {
    font-size: 38px;
  }

  .services-hero-copy p,
  .service-section-head p,
  .service-price-head p,
  .project-example-head p,
  .service-cta p {
    font-size: 16px;
    line-height: 1.7;
  }

  .services-hero-actions {
    display: grid;
  }

  .service-directions,
  .service-kit,
  .service-price,
  .project-example,
  .service-process,
  .service-cta {
    padding: 56px 0;
  }

  .service-section-head h2,
  .service-price-head h2,
  .project-example-head h2,
  .service-cta h2 {
    font-size: clamp(26px, 6.8vw, 34px);
  }

  .service-direction-grid,
  .service-kit-list,
  .service-process-list {
    grid-template-columns: 1fr;
  }

  .service-direction,
  .service-kit-list,
  .service-cta-inner {
    padding: 26px 22px;
  }

  .service-cta-actions {
    display: grid;
    justify-content: stretch;
  }

  .project-example-track {
    --visible-slides: 1;
  }

  .project-example-slide {
    min-height: 260px;
  }

  .service-process-list li {
    min-height: auto;
  }

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

  .project-example-preview {
    padding: 16px;
  }

  .project-example-preview-close {
    top: 14px;
    right: 14px;
  }

  .project-example-preview-nav {
    width: 42px;
    height: 52px;
  }

  .project-example-preview-nav.prev {
    left: 14px;
  }

  .project-example-preview-nav.next {
    right: 14px;
  }
}
