@font-face {
  font-family: "Barlow Condensed";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("assets/fonts/barlow-600-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02FF, U+1E00-1EFF, U+20A0-20CF;
}
@font-face {
  font-family: "Barlow Condensed";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("assets/fonts/barlow-600-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+2000-206F, U+20AC;
}
@font-face {
  font-family: "Barlow Condensed";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("assets/fonts/barlow-700-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02FF, U+1E00-1EFF, U+20A0-20CF;
}
@font-face {
  font-family: "Barlow Condensed";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("assets/fonts/barlow-700-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+2000-206F, U+20AC;
}
@font-face {
  font-family: "Barlow Condensed";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("assets/fonts/barlow-800-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02FF, U+1E00-1EFF, U+20A0-20CF;
}
@font-face {
  font-family: "Barlow Condensed";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("assets/fonts/barlow-800-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+2000-206F, U+20AC;
}
@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url("assets/fonts/manrope-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02FF, U+1E00-1EFF, U+20A0-20CF;
}
@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url("assets/fonts/manrope-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+2000-206F, U+20AC;
}

:root {
  --ink: #0b0b0b;
  --anthracite: #2b2b2b;
  --anthracite-2: #4a4a4a;
  --steel: #555555;
  --line: #dddddd;
  --paper: #f5f5f5;
  --white: #fff;
  --amber: #f26a21;
  --amber-dark: #c95012;
  --success: #247a52;
  --shadow: 0 22px 60px rgba(11, 11, 11, 0.14);
  --radius: 8px;
  --container: min(1180px, calc(100% - 32px));
}

* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 92px;
  overflow-x: hidden;
}
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font:
    400 16px/1.65 "Manrope",
    system-ui,
    sans-serif;
  overflow-x: hidden;
}
body.nav-open {
  overflow: hidden;
}
img {
  display: block;
  max-width: 100%;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
input,
select,
textarea {
  font: inherit;
}
button,
a {
  -webkit-tap-highlight-color: transparent;
}
:focus-visible {
  outline: 3px solid var(--amber);
  outline-offset: 3px;
}
.skip-link {
  position: fixed;
  left: 12px;
  top: -80px;
  z-index: 2000;
  padding: 10px 16px;
  background: var(--white);
  color: var(--ink);
}
.skip-link:focus {
  top: 12px;
}
.container {
  width: var(--container);
  margin-inline: auto;
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
  color: var(--amber-dark);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.eyebrow::before {
  width: 32px;
  height: 3px;
  content: "";
  background: var(--amber);
}
.section {
  padding: clamp(70px, 9vw, 118px) 0;
}
.section--white {
  background: var(--white);
}
.section--dark {
  background: var(--anthracite);
  color: var(--white);
}
.section-head {
  max-width: 720px;
  margin-bottom: 42px;
}
.section-head--row {
  display: flex;
  max-width: none;
  align-items: end;
  justify-content: space-between;
  gap: 32px;
}
h1,
h2,
h3,
p {
  margin-top: 0;
}
h1,
h2,
h3 {
  line-height: 1.08;
}
h1,
h2 {
  font-family: "Barlow Condensed", sans-serif;
  text-transform: uppercase;
}
h1 {
  margin-bottom: 24px;
  font-size: clamp(3.2rem, 7vw, 6.3rem);
  letter-spacing: -0.025em;
}
h2 {
  margin-bottom: 18px;
  font-size: clamp(2.35rem, 5vw, 4.3rem);
  letter-spacing: -0.02em;
}
h3 {
  margin-bottom: 12px;
  font-size: 1.25rem;
}
.lead {
  max-width: 690px;
  color: #53606c;
  font-size: clamp(1.03rem, 2vw, 1.2rem);
}
.section--dark .lead {
  color: #c4cbd2;
}
.muted {
  color: var(--steel);
}

.topbar {
  background: #0b0b0b;
  color: #c8d0d7;
  font-size: 0.78rem;
}
.topbar__inner {
  display: flex;
  min-height: 38px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.topbar__links {
  display: flex;
  gap: 24px;
}
.topbar a:hover {
  color: var(--white);
}
.header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(43, 43, 43, 0.97);
  color: var(--white);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(12px);
}
.header__inner {
  display: flex;
  min-height: 76px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.logo {
  flex: 0 0 auto;
  width: 190px;
}
.logo img {
  width: 100%;
  height: auto;
  border-radius: 4px;
}
.nav {
  display: flex;
  align-items: center;
  gap: 25px;
}
.nav a {
  position: relative;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}
.nav > a:not(.btn)::after {
  position: absolute;
  right: 0;
  bottom: -10px;
  left: 0;
  height: 2px;
  content: "";
  background: var(--amber);
  transform: scaleX(0);
  transition: transform 0.25s;
}
.nav > a:hover::after,
.nav > a[aria-current="page"]::after {
  transform: scaleX(1);
}
.nav-toggle {
  display: none;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: transparent;
  color: white;
  cursor: pointer;
}
.nav-toggle span,
.nav-toggle::before,
.nav-toggle::after {
  display: block;
  width: 22px;
  height: 2px;
  margin: 5px auto;
  content: "";
  background: currentColor;
  transition: 0.25s;
}

.btn {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 4px;
  background: var(--amber);
  color: #171c21;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  cursor: pointer;
  transition: 0.2s;
}
.btn:hover {
  background: #ffb029;
  transform: translateY(-2px);
  box-shadow: 0 12px 25px rgba(245, 158, 11, 0.25);
}
.btn--outline {
  border-color: rgba(255, 255, 255, 0.6);
  background: transparent;
  color: var(--white);
}
.btn--outline:hover {
  border-color: var(--white);
  background: var(--white);
  color: var(--ink);
  box-shadow: none;
}
.btn--dark {
  background: var(--anthracite);
  color: var(--white);
}
.btn--dark:hover {
  background: #2a3743;
  box-shadow: 0 12px 25px rgba(17, 24, 39, 0.2);
}
.btn--small {
  min-height: 44px;
  padding-inline: 17px;
}
.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.section-actions {
  margin-top: 30px;
}
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--amber-dark);
  font-weight: 800;
}
.text-link::after {
  content: "→";
  transition: transform 0.2s;
}
.text-link:hover::after {
  transform: translateX(4px);
}

.hero {
  position: relative;
  min-height: 760px;
  display: grid;
  align-items: center;
  overflow: hidden;
  color: var(--white);
  background: var(--anthracite);
}
.hero__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.hero::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(
      90deg,
      rgba(8, 13, 18, 0.94) 0%,
      rgba(12, 18, 24, 0.8) 44%,
      rgba(12, 18, 24, 0.18) 78%
    ),
    linear-gradient(0deg, rgba(8, 12, 16, 0.65), transparent 45%);
}
.hero__content {
  position: relative;
  z-index: 1;
  max-width: 800px;
  padding: 90px 0 110px;
}
.hero__content p {
  max-width: 670px;
  color: #d6dce1;
  font-size: clamp(1.05rem, 2vw, 1.25rem);
}
.hero__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 28px;
  margin-top: 30px;
  color: #f1f3f5;
  font-size: 0.85rem;
  font-weight: 700;
}
.hero__meta span {
  display: inline-flex;
  align-items: center;
  gap: 9px;
}
.hero__meta span::before {
  width: 7px;
  height: 7px;
  content: "";
  background: var(--amber);
}
.trust {
  position: relative;
  z-index: 2;
  margin-top: -48px;
}
.trust__grid {
  display: grid;
  grid-template-columns: 1.2fr repeat(3, 1fr);
  background: var(--white);
  box-shadow: var(--shadow);
}
.trust__item {
  min-height: 104px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px 28px;
  border-right: 1px solid var(--line);
}
.trust__item:last-child {
  border: 0;
}
.trust__item strong {
  font-family: "Barlow Condensed";
  font-size: 1.7rem;
  line-height: 1;
  text-transform: uppercase;
}
.trust__item span {
  margin-top: 6px;
  color: var(--steel);
  font-size: 0.78rem;
}
.stars {
  color: var(--amber);
  letter-spacing: 2px;
}

.cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.service-card {
  position: relative;
  min-height: 290px;
  overflow: hidden;
  background: var(--anthracite);
  color: var(--white);
}
.service-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.38;
  transition:
    transform 0.5s,
    opacity 0.5s;
}
.service-card::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(
    0deg,
    rgba(9, 14, 19, 0.95),
    rgba(9, 14, 19, 0.1)
  );
}
.service-card__body {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  padding: 28px;
}
.service-card__number {
  color: var(--amber);
  font: 800 0.72rem/1 "Manrope";
  letter-spacing: 0.15em;
}
.service-card h3 {
  margin-top: 12px;
  font-family: "Barlow Condensed";
  font-size: 1.8rem;
  text-transform: uppercase;
}
.service-card p {
  max-width: 340px;
  margin-bottom: 0;
  color: #cad0d6;
  font-size: 0.9rem;
}
.service-card:hover img {
  opacity: 0.52;
  transform: scale(1.04);
}
.service-card:hover .text-link {
  color: #ffc257;
}

.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: clamp(38px, 7vw, 92px);
}
.split__media {
  position: relative;
}
.split__media img {
  width: 100%;
  min-height: 520px;
  object-fit: cover;
}
.split__badge {
  position: absolute;
  right: -20px;
  bottom: 28px;
  max-width: 215px;
  padding: 22px;
  background: var(--amber);
  color: var(--ink);
  font-weight: 800;
  line-height: 1.25;
  box-shadow: var(--shadow);
}
.check-list {
  display: grid;
  gap: 18px;
  margin: 30px 0;
  padding: 0;
  list-style: none;
}
.check-list li {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 13px;
}
.check-list li::before {
  content: "✓";
  color: var(--amber-dark);
  font-weight: 900;
}
.check-list strong {
  display: block;
}
.check-list span {
  color: #5c6873;
  font-size: 0.92rem;
}
.section--dark .check-list span {
  color: #bfc6cc;
}

.gallery {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 16px;
}
.gallery-card {
  position: relative;
  grid-column: span 4;
  min-height: 310px;
  overflow: hidden;
  cursor: pointer;
  background: var(--anthracite);
  color: white;
}
.gallery-card--wide {
  grid-column: span 8;
}
.gallery-card[hidden] {
  display: none;
}
.gallery-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s;
}
.gallery-card::after {
  position: absolute;
  inset: 40% 0 0;
  content: "";
  background: linear-gradient(transparent, rgba(7, 11, 15, 0.92));
}
.gallery-card__caption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  padding: 24px;
}
.gallery-card__caption small {
  color: var(--amber);
  font-weight: 800;
  text-transform: uppercase;
}
.gallery-card__caption strong {
  display: block;
  margin-top: 5px;
  font-family: "Barlow Condensed";
  font-size: 1.55rem;
  text-transform: uppercase;
}
.gallery-card:hover img {
  transform: scale(1.04);
}
.gallery-card:focus-visible {
  outline-offset: -4px;
}

.compare {
  position: relative;
  overflow: hidden;
  min-height: 520px;
  background: var(--anthracite);
  --position: 50%;
}
.compare > img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
}
.compare__after {
  position: absolute;
  inset: 0;
  clip-path: inset(0 0 0 var(--position));
}
.compare__line {
  position: absolute;
  top: 0;
  bottom: 0;
  left: var(--position);
  width: 3px;
  background: var(--amber);
  transform: translateX(-50%);
  pointer-events: none;
}
.compare__line::after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  content: "↔";
  border-radius: 50%;
  background: var(--amber);
  color: var(--ink);
  font-weight: 900;
  transform: translate(-50%, -50%);
}
.compare__range {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0;
  cursor: ew-resize;
}
.compare__label {
  position: absolute;
  top: 18px;
  z-index: 2;
  padding: 7px 10px;
  background: rgba(13, 19, 25, 0.82);
  color: white;
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
}
.compare__label--before {
  left: 18px;
}
.compare__label--after {
  right: 18px;
}

.process {
  counter-reset: step;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}
.process__item {
  position: relative;
  min-height: 220px;
  padding: 34px 32px 28px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}
.process__item:nth-child(3n + 2),
.process__item:nth-child(3n + 3) {
  padding-left: 32px;
  border-left: 1px solid rgba(255, 255, 255, 0.18);
}
.process__item::before {
  counter-increment: step;
  content: "0" counter(step);
  color: var(--amber);
  font: 800 0.78rem "Manrope";
  letter-spacing: 0.12em;
}
.process__item h3 {
  margin-top: 22px;
  color: white;
  font-family: "Barlow Condensed";
  font-size: 1.65rem;
  text-transform: uppercase;
}
.process__item p {
  color: #b9c1c8;
  font-size: 0.9rem;
}

.reviews {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 18px;
}
.review {
  padding: 34px;
  background: var(--white);
  border: 1px solid var(--line);
}
.review blockquote {
  margin: 22px 0;
  font-size: 1.05rem;
}
.review footer {
  color: var(--steel);
  font-size: 0.8rem;
}
.review-summary {
  display: grid;
  gap: 1px;
  background: var(--line);
}
.review-summary__item {
  padding: 23px;
  background: var(--white);
}
.review-summary__item strong {
  display: block;
  margin-bottom: 3px;
}
.review-summary__item span {
  color: var(--steel);
  font-size: 0.84rem;
}
.google-reviews {
  border: 1px solid var(--line);
  background: var(--white);
  box-shadow: var(--shadow);
}
.google-reviews--elfsight {
  padding: clamp(22px, 4vw, 38px);
}
.reviews-panel {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  margin-bottom: 22px;
}
.reviews-panel h3 {
  margin: 8px 0 8px;
  font-family: "Barlow Condensed";
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 0.95;
  text-transform: uppercase;
}
.reviews-panel p {
  max-width: 720px;
  margin: 0;
  color: var(--steel);
}
.reviews-meta {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 8px 13px;
  border: 1px solid rgba(242, 106, 33, 0.28);
  background: rgba(242, 106, 33, 0.1);
  color: var(--amber-dark);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.elfsight-widget-wrap {
  position: relative;
  min-height: 240px;
  overflow: hidden;
  border: 1px solid var(--line);
  background: #fff;
}
.elfsight-widget-wrap.is-loaded .elfsight-fallback {
  display: none;
}
.elfsight-fallback {
  display: grid;
  gap: 13px;
  padding: clamp(24px, 5vw, 42px);
  background: linear-gradient(135deg, #fff, #f5f5f5);
}
.elfsight-fallback h3 {
  margin: 0;
  font-family: "Barlow Condensed";
  font-size: clamp(1.8rem, 4vw, 2.55rem);
  line-height: 1;
  text-transform: uppercase;
}
.elfsight-fallback p {
  max-width: 780px;
  margin: 0;
  color: var(--steel);
}

.area {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  min-height: 500px;
}
.area__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(42px, 6vw, 80px);
  background: var(--anthracite);
  color: white;
}
.area__content p {
  color: #c3cad0;
}
.map {
  min-height: 420px;
  border: 0;
  width: 100%;
  filter: grayscale(1) contrast(0.95);
}
.map-card {
  position: relative;
  min-height: 500px;
  display: block;
  overflow: hidden;
  background: #111820;
}
.map-embed {
  width: 100%;
  height: 100%;
  min-height: 500px;
  border: 0;
  filter: grayscale(1) contrast(1.04);
}
.map-card__overlay {
  position: absolute;
  right: clamp(18px, 4vw, 44px);
  bottom: clamp(18px, 4vw, 44px);
  display: grid;
  gap: 14px;
  max-width: 360px;
  padding: 24px;
  border-left: 4px solid var(--amber);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--shadow);
  backdrop-filter: blur(12px);
}
.map-card__overlay strong {
  display: block;
  font-family: "Barlow Condensed";
  font-size: 2rem;
  line-height: 1;
  text-transform: uppercase;
}
.map-card__overlay span {
  color: var(--steel);
  font-size: 0.95rem;
}

.form-layout {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: clamp(35px, 6vw, 80px);
}
.contact-box {
  padding: 34px;
  background: var(--anthracite);
  color: white;
}
.contact-box h2,
.contact-box h3 {
  font-family: "Barlow Condensed";
  font-size: 2rem;
  text-transform: uppercase;
}
.contact-list {
  display: grid;
  gap: 18px;
  margin: 28px 0;
  padding: 0;
  list-style: none;
}
.contact-list span {
  display: block;
  color: #97a2ac;
  font-size: 0.76rem;
  text-transform: uppercase;
}
.contact-list a,
.contact-list strong {
  font-weight: 700;
}
.form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 17px;
}
.field {
  display: grid;
  gap: 7px;
}
.field--full {
  grid-column: 1 / -1;
}
.field label,
.field legend {
  color: #36414b;
  font-size: 0.79rem;
  font-weight: 800;
}
.field-hint {
  display: block;
  color: var(--steel);
  font-size: 0.78rem;
  line-height: 1.4;
}
.field input,
.field select,
.field textarea {
  width: 100%;
  min-height: 52px;
  padding: 12px 14px;
  border: 1px solid #cdd3d8;
  border-radius: 2px;
  background: white;
  color: var(--ink);
}
.field textarea {
  min-height: 130px;
  resize: vertical;
}
.field input:focus,
.field select:focus,
.field textarea:focus {
  border-color: var(--amber-dark);
  outline: none;
  box-shadow: 0 0 0 3px rgba(245, 158, 11, 0.15);
}
.choices {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  padding: 11px 0;
}
.choice {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 0.9rem;
}
.choice input {
  width: 18px;
  height: 18px;
  accent-color: var(--amber);
}
.botcheck-field {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.file-note,
.form-note {
  color: var(--steel);
  font-size: 0.76rem;
}
.form-fallback {
  width: fit-content;
  margin-top: 10px;
}
.form button:disabled,
.form .btn[aria-disabled="true"] {
  cursor: wait;
  opacity: 0.68;
}
.privacy-link {
  color: var(--amber-dark);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.form-status {
  min-height: 24px;
  font-weight: 700;
}
.form-status--info {
  color: var(--steel);
}
.form-status--success {
  color: var(--success);
}
.form-status--error {
  color: #b42318;
}

.cta-band {
  padding: 42px 0;
  background: var(--amber);
  color: var(--ink);
}
.cta-band__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.cta-band h2 {
  margin-bottom: 6px;
  font-size: clamp(2rem, 4vw, 3.2rem);
}
.cta-band p {
  margin: 0;
}

.page-hero {
  position: relative;
  min-height: 470px;
  display: grid;
  align-items: end;
  overflow: hidden;
  background: var(--anthracite);
  color: white;
}
.page-hero img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.4;
}
.page-hero::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(
    90deg,
    rgba(8, 13, 18, 0.92),
    rgba(8, 13, 18, 0.25)
  );
}
.page-hero__content {
  position: relative;
  z-index: 1;
  max-width: 800px;
  padding: 100px 0 70px;
}
.page-hero h1 {
  font-size: clamp(3rem, 7vw, 5.5rem);
}
.page-hero p {
  color: #d3d9de;
  font-size: 1.1rem;
}
.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.feature {
  padding: 30px;
  background: white;
  border-top: 4px solid var(--amber);
}
.feature__icon {
  color: var(--amber-dark);
  font: 800 0.75rem "Manrope";
  letter-spacing: 0.14em;
}
.feature h3 {
  margin-top: 28px;
  font-family: "Barlow Condensed";
  font-size: 1.8rem;
  text-transform: uppercase;
}
.feature p {
  color: var(--steel);
  font-size: 0.92rem;
}
.content-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}
.content-card {
  padding: clamp(28px, 4vw, 46px);
  background: white;
}
.content-card h2 {
  font-size: clamp(2rem, 4vw, 3rem);
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 1800;
  display: none;
  place-items: center;
  padding: 24px;
  background: rgba(5, 8, 11, 0.94);
}
.lightbox.is-open {
  display: grid;
}
.lightbox__figure {
  max-width: 1100px;
  margin: 0;
}
.lightbox__figure img {
  max-height: 78vh;
  width: auto;
  margin: auto;
}
.lightbox__caption {
  padding-top: 14px;
  color: white;
  text-align: center;
}
.lightbox__close {
  position: fixed;
  top: 18px;
  right: 18px;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: transparent;
  color: white;
  font-size: 1.5rem;
  cursor: pointer;
}

.footer {
  padding: 70px 0 26px;
  background: #0d1319;
  color: #c7cdd3;
}
.footer__grid {
  display: grid;
  grid-template-columns: 1.2fr 0.7fr 0.8fr 1fr;
  gap: 48px;
}
.footer .logo {
  width: 200px;
  margin-bottom: 23px;
}
.footer h3 {
  color: white;
  font-size: 0.82rem;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}
.footer ul {
  display: grid;
  gap: 10px;
  padding: 0;
  list-style: none;
  font-size: 0.88rem;
}
.footer a:hover {
  color: var(--amber);
}
.footer__bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 50px;
  padding-top: 23px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 0.75rem;
}
.mobile-actions {
  position: fixed;
  right: 10px;
  bottom: 10px;
  left: 10px;
  z-index: 1200;
  display: none;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}
.mobile-actions .btn {
  min-height: 50px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
}

.cookie-banner {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 1600;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  max-width: min(820px, calc(100% - 36px));
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(13, 19, 25, 0.96);
  color: white;
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(14px);
}
.cookie-banner h2 {
  margin: 0 0 8px;
  font-family: "Barlow Condensed";
  font-size: 1.8rem;
  line-height: 1;
  text-transform: uppercase;
}
.cookie-banner p {
  max-width: 560px;
  margin: 0 0 10px;
  color: #d5dbe0;
  font-size: 0.88rem;
}
.cookie-banner a {
  color: var(--amber);
  font-size: 0.86rem;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.cookie-banner__actions {
  display: flex;
  align-items: end;
  gap: 10px;
}
.cookie-banner__actions .btn {
  min-height: 46px;
  white-space: nowrap;
}

.back-to-top {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 1190;
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: var(--amber);
  color: var(--ink);
  font-size: 1.25rem;
  font-weight: 900;
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.26);
  opacity: 0;
  pointer-events: none;
  transform: translateY(10px);
  transition:
    opacity 0.2s ease,
    transform 0.2s ease,
    background 0.2s ease;
}
.back-to-top.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}
.back-to-top:hover {
  background: #ff7b2b;
}

[data-reveal] {
  opacity: 1;
  transform: none;
}
html.js [data-reveal] {
  opacity: 0;
  transform: translateY(18px);
  transition:
    opacity 0.55s ease,
    transform 0.55s ease;
}
html.js [data-reveal].is-visible {
  opacity: 1;
  transform: none;
}
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
  }
  [data-reveal],
  html.js [data-reveal] {
    opacity: 1;
    transform: none;
    transition: none !important;
  }
}

@media (max-width: 1050px) {
  .topbar {
    display: none;
  }
  .header {
    z-index: 1400;
    backdrop-filter: none;
  }
  .header__inner {
    min-height: 70px;
  }
  .nav-toggle {
    display: block;
  }
  .nav {
    position: fixed;
    top: 70px;
    right: 0;
    bottom: auto;
    z-index: 1;
    width: min(390px, 90vw);
    height: calc(100dvh - 70px);
    display: flex;
    align-items: stretch;
    flex-direction: column;
    gap: 0;
    padding: 30px;
    background: var(--anthracite);
    transform: translateX(105%);
    transition: transform 0.3s;
    box-shadow: -20px 30px 50px rgba(0, 0, 0, 0.25);
  }
  .nav.is-open {
    transform: none;
  }
  .nav > a {
    padding: 15px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 1rem;
  }
  .nav .btn {
    margin-top: 18px;
    border-bottom: 0;
  }
  .hero {
    min-height: 680px;
  }
  .trust__grid {
    grid-template-columns: 1fr 1fr;
  }
  .trust__item:nth-child(2) {
    border-right: 0;
  }
  .trust__item:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }
  .cards {
    grid-template-columns: 1fr 1fr;
  }
  .footer__grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 760px) {
  :root {
    --container: min(100% - 24px, 1180px);
  }
  body {
    padding-bottom: 68px;
  }
  .logo {
    width: 170px;
  }
  .mobile-actions {
    display: grid;
  }
  .cookie-banner {
    right: 10px;
    bottom: 132px;
    left: 10px;
    grid-template-columns: 1fr;
    max-width: none;
    padding: 18px;
  }
  .cookie-banner__actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .cookie-banner__actions .btn {
    width: 100%;
  }
  .back-to-top {
    right: 14px;
    bottom: 78px;
    width: 42px;
    height: 42px;
  }
  .section {
    padding: 68px 0;
  }
  .section-head--row {
    align-items: start;
    flex-direction: column;
  }
  .hero {
    min-height: 690px;
  }
  .hero__bg {
    object-position: 62% center;
  }
  .hero::after {
    background:
      linear-gradient(90deg, rgba(8, 13, 18, 0.94), rgba(8, 13, 18, 0.64)),
      linear-gradient(0deg, rgba(8, 12, 16, 0.8), transparent);
  }
  .hero {
    min-height: 0;
  }
  .hero__content {
    padding: 64px 0 82px;
  }
  h1 {
    font-size: clamp(2.75rem, 13vw, 3.8rem);
  }
  .hero__content p {
    font-size: 1rem;
    line-height: 1.6;
  }
  .hero__meta {
    gap: 8px 16px;
    margin-top: 22px;
  }
  .hero__meta span:last-child {
    display: none;
  }
  .hero .btn {
    width: 100%;
  }
  .trust {
    margin-top: -35px;
  }
  .trust__grid {
    grid-template-columns: 1fr;
  }
  .trust__item {
    min-height: 86px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
  .cards,
  .feature-grid,
  .content-grid {
    grid-template-columns: 1fr;
  }
  .service-card {
    min-height: 265px;
  }
  .split,
  .form-layout,
  .reviews,
  .area {
    grid-template-columns: 1fr;
  }
  .reviews-panel {
    align-items: stretch;
    flex-direction: column;
  }
  .reviews-panel .btn {
    width: 100%;
  }
  .google-reviews--elfsight {
    padding: 18px;
  }
  .elfsight-widget-wrap {
    min-height: 260px;
  }
  .split__media {
    order: -1;
  }
  .split__media img {
    min-height: 350px;
  }
  .split__badge {
    right: 12px;
    bottom: 12px;
  }
  .gallery {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding-bottom: 14px;
  }
  .gallery-card,
  .gallery-card--wide {
    flex: 0 0 88%;
    min-height: 330px;
    scroll-snap-align: center;
  }
  .compare,
  .compare > img {
    min-height: 360px;
  }
  .process {
    grid-template-columns: 1fr;
  }
  .process__item,
  .process__item:nth-child(3n + 2),
  .process__item:nth-child(3n + 3) {
    min-height: 0;
    padding: 28px 0;
    border-left: 0;
  }
  .form {
    grid-template-columns: 1fr;
  }
  .field--full {
    grid-column: auto;
  }
  .area__content {
    padding: 46px 24px;
  }
  .map-card,
  .map-embed {
    min-height: 360px;
  }
  .map-card__overlay {
    position: relative;
    right: auto;
    bottom: auto;
    max-width: none;
    border-left: 0;
    border-top: 4px solid var(--amber);
  }
  .cta-band__inner {
    align-items: stretch;
    flex-direction: column;
  }
  .cta-band .actions {
    display: grid;
  }
  .page-hero {
    min-height: 360px;
  }
  .page-hero h1 {
    font-size: clamp(2.35rem, 11vw, 3.2rem);
    line-height: 1.02;
  }
  .page-hero p {
    font-size: 1rem;
    line-height: 1.55;
  }
  .page-hero__content {
    padding: 52px 0 40px;
  }
  .page-hero .actions {
    display: grid;
  }
  .footer__grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .footer__bottom {
    flex-direction: column;
  }
}
