:root {
  color-scheme: dark;
  --bg: #070809;
  --panel: #111316;
  --panel-soft: #181b20;
  --text: #f6f7f8;
  --muted: #b9c0c8;
  --line: rgba(255, 255, 255, 0.14);
  --silver: #d7dde5;
  --steel: #7d8793;
  --accent: #ffffff;
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.45);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}

body.menu-open {
  overflow: hidden;
}

img {
  display: block;
  width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

.site-header {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: center;
  gap: 24px;
  padding: 18px clamp(18px, 4vw, 56px);
  background: rgba(7, 8, 9, 0.78);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  min-width: 0;
  text-align: center;
}

.brand strong,
.site-footer strong {
  display: block;
  font-size: 0.98rem;
  letter-spacing: 0;
}

.brand small {
  display: block;
  color: var(--muted);
  font-size: 0.75rem;
  text-align: center;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 24px;
  color: var(--muted);
  font-size: 0.9rem;
}

.site-nav a:hover {
  color: var(--text);
}

.header-call,
.button,
.mobile-call {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border: 1px solid transparent;
  font-weight: 800;
  font-size: 0.92rem;
}

.header-call,
.button.primary,
.mobile-call {
  background: var(--accent);
  color: #090a0c;
}

.button.secondary {
  border-color: rgba(255, 255, 255, 0.34);
  color: var(--text);
  background: rgba(255, 255, 255, 0.06);
}

.menu-toggle {
  display: none;
}

.hero {
  position: relative;
  min-height: 94vh;
  display: grid;
  align-items: end;
  padding: 140px clamp(18px, 5vw, 72px) 72px;
  overflow: hidden;
}

.hero-media,
.hero-shade {
  position: absolute;
  inset: 0;
}

.hero-media {
  background-image: url("https://images.unsplash.com/photo-1542362567-b07e54358753?auto=format&fit=crop&w=2200&q=86");
  background-size: cover;
  background-position: center;
  transform: scale(1.02);
}

.hero-shade {
  background:
    linear-gradient(90deg, rgba(7, 8, 9, 0.95) 0%, rgba(7, 8, 9, 0.72) 42%, rgba(7, 8, 9, 0.18) 100%),
    linear-gradient(0deg, rgba(7, 8, 9, 0.95) 0%, rgba(7, 8, 9, 0.12) 46%);
}

.hero-content {
  position: relative;
  max-width: 780px;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--silver);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 20px;
  font-size: clamp(3.1rem, 7vw, 6.8rem);
  line-height: 0.96;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 0;
  font-size: clamp(2rem, 4vw, 4rem);
  line-height: 1.02;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 10px;
  font-size: 1.08rem;
}

.hero-copy {
  max-width: 680px;
  color: var(--muted);
  font-size: 1.1rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.section {
  padding: 86px clamp(18px, 5vw, 72px);
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.4fr);
  gap: 28px;
  align-items: end;
  margin-bottom: 34px;
}

.service-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  padding-top: 0;
  padding-bottom: 0;
  background: var(--line);
}

.service-strip div {
  padding: 26px;
  background: #0b0d10;
}

.service-strip span,
.pricing-list span,
.area-list,
.quote-copy p,
.service-card p,
.why p,
blockquote p,
.site-footer p {
  color: var(--muted);
}

.service-strip strong {
  display: block;
  margin-top: 4px;
  font-size: 1.15rem;
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.service-card,
blockquote,
.why-grid div {
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.025));
  box-shadow: var(--shadow);
}

.service-card {
  min-height: 260px;
  padding: 24px;
}

.service-card span {
  display: block;
  margin-bottom: 74px;
  color: var(--steel);
  font-weight: 900;
}

.gallery {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
  gap: 34px;
  align-items: center;
  background: #0c0e11;
}

.gallery-copy p:last-child {
  margin-top: 18px;
  color: var(--muted);
}

.gallery-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  grid-template-rows: repeat(2, minmax(190px, 1fr));
  gap: 12px;
}

.gallery-item {
  margin: 0;
  overflow: hidden;
  background: var(--panel);
}

.gallery-item.large {
  grid-row: span 2;
}

.gallery-item img {
  height: 100%;
  min-height: 100%;
  object-fit: cover;
  filter: saturate(0.88) contrast(1.06);
}

.why-grid,
.review-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.why-grid div,
blockquote {
  padding: 26px;
}

.pricing {
  background: radial-gradient(circle at 12% 12%, rgba(255, 255, 255, 0.1), transparent 30%), #08090b;
}

.pricing-list {
  border-top: 1px solid var(--line);
}

.pricing-list div {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 24px 0;
  border-bottom: 1px solid var(--line);
  font-size: clamp(1.15rem, 2vw, 1.65rem);
}

.pricing-list strong {
  white-space: nowrap;
}

blockquote {
  margin: 0;
}

blockquote p {
  font-size: 1.05rem;
}

cite {
  color: var(--silver);
  font-style: normal;
  font-weight: 800;
}

.area {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
  gap: 30px;
  background: var(--panel);
}

.area-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  align-content: start;
  margin: 0;
  padding: 0;
  list-style: none;
}

.area-list li {
  border: 1px solid var(--line);
  padding: 14px 16px;
  background: rgba(255, 255, 255, 0.04);
}

.quote {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: 44px;
  align-items: start;
}

.quote-form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  padding: 24px;
  border: 1px solid var(--line);
  background: var(--panel-soft);
}

label {
  display: grid;
  gap: 8px;
  color: var(--silver);
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: #0a0c0e;
  color: var(--text);
  padding: 13px 14px;
  font: inherit;
}

textarea {
  resize: vertical;
}

.wide {
  grid-column: 1 / -1;
}

.form-note {
  grid-column: 1 / -1;
  margin: 0;
  color: var(--silver);
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  padding: 32px clamp(18px, 5vw, 72px) 92px;
  border-top: 1px solid var(--line);
  background: #050607;
}

.site-footer p {
  margin-bottom: 0;
}

.mobile-call {
  display: none;
  position: fixed;
  z-index: 30;
  left: 14px;
  right: 14px;
  bottom: 14px;
  min-height: 54px;
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.5);
}

@media (max-width: 980px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .site-nav,
  .header-call {
    display: none;
  }

  .menu-toggle {
    display: grid;
    gap: 7px;
    width: 44px;
    height: 44px;
    padding: 12px;
    border: 1px solid var(--line);
    background: rgba(255, 255, 255, 0.06);
  }

  .menu-toggle span {
    display: block;
    height: 2px;
    background: var(--text);
  }

  body.menu-open .site-nav {
    position: fixed;
    top: 79px;
    left: 14px;
    right: 14px;
    display: grid;
    gap: 0;
    padding: 8px;
    background: #0d0f12;
    border: 1px solid var(--line);
    box-shadow: var(--shadow);
  }

  body.menu-open .site-nav a {
    padding: 16px;
  }

  .card-grid,
  .why-grid,
  .review-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .gallery,
  .area,
  .quote,
  .section-heading {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .site-header {
    padding: 14px;
  }

  .brand small {
    display: none;
  }

  .hero {
    min-height: 88vh;
    padding: 118px 18px 48px;
  }

  .hero-media {
    background-position: 64% center;
  }

  .hero-shade {
    background:
      linear-gradient(90deg, rgba(7, 8, 9, 0.92), rgba(7, 8, 9, 0.42)),
      linear-gradient(0deg, rgba(7, 8, 9, 0.97), rgba(7, 8, 9, 0.12));
  }

  h1 {
    font-size: clamp(2.55rem, 14vw, 4.4rem);
  }

  .hero-copy {
    font-size: 1rem;
  }

  .section {
    padding: 58px 18px;
  }

  .service-strip,
  .card-grid,
  .why-grid,
  .review-grid,
  .quote-form,
  .gallery-grid {
    grid-template-columns: 1fr;
  }

  .gallery-grid {
    grid-template-rows: none;
  }

  .gallery-item,
  .gallery-item.large {
    grid-row: auto;
    aspect-ratio: 1.18;
  }

  .service-card {
    min-height: 220px;
  }

  .service-card span {
    margin-bottom: 46px;
  }

  .pricing-list div,
  .site-footer {
    display: grid;
  }

  .area-list {
    grid-template-columns: 1fr;
  }

  .mobile-call {
    display: flex;
  }
}
