:root {
  --ink: #101820;
  --paper: #f7fbfb;
  --white: #ffffff;
  --teal: #047c84;
  --teal-dark: #07545c;
  --amber: #f2a93b;
  --steel: #5d6b77;
  --line: #dbe7e8;
  --shadow: 0 18px 50px rgba(11, 34, 43, 0.14);
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.6;
}

a {
  color: var(--teal-dark);
  font-weight: 700;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 14px clamp(18px, 4vw, 56px);
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(12px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--ink);
  text-decoration: none;
  font-size: 1rem;
  line-height: 1.2;
}

.brand-mark {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 8px;
  color: var(--white);
  background: linear-gradient(135deg, var(--teal), var(--ink));
  font-size: 0.82rem;
  letter-spacing: 0;
}

.nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
}

.nav a {
  padding: 8px 10px;
  border-radius: 6px;
  color: var(--ink);
  text-decoration: none;
  font-size: 0.95rem;
}

.nav a:hover,
.nav a.active {
  color: var(--teal-dark);
  background: #e9f5f5;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr);
  min-height: 650px;
  background: var(--ink);
}

.hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(44px, 7vw, 92px);
  color: var(--white);
}

.hero-copy h1,
.page-hero h1 {
  margin: 0;
  max-width: 820px;
  font-size: clamp(2.1rem, 5vw, 4.8rem);
  line-height: 1;
  letter-spacing: 0;
}

.hero-text,
.page-hero p {
  max-width: 690px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(1.05rem, 2vw, 1.25rem);
}

.hero-media {
  min-height: 420px;
  background-image: linear-gradient(90deg, rgba(16, 24, 32, 0.74), rgba(16, 24, 32, 0.1)), url("assets/repair-hero.png");
  background-position: center;
  background-size: cover;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--amber);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

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

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 20px;
  border-radius: 7px;
  text-decoration: none;
  font-weight: 800;
  line-height: 1.2;
}

.button.primary {
  color: var(--ink);
  background: var(--amber);
}

.button.secondary {
  color: var(--white);
  background: var(--teal);
}

.trust-strip {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  padding: 16px clamp(18px, 4vw, 56px);
  background: var(--white);
  border-bottom: 1px solid var(--line);
}

.trust-strip span {
  padding: 7px 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--steel);
  font-size: 0.92rem;
  font-weight: 700;
}

.section {
  padding: clamp(48px, 7vw, 92px) clamp(18px, 4vw, 56px);
}

.section-heading {
  max-width: 780px;
  margin-bottom: 28px;
}

.section h2,
.cta-band h2 {
  margin: 0;
  font-size: clamp(1.8rem, 3vw, 3rem);
  line-height: 1.08;
  letter-spacing: 0;
}

.section-heading p,
.split p,
.service-card p,
.contact-card p {
  color: var(--steel);
}

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

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

.service-card,
.contact-card {
  min-height: 260px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.service-card h3,
.contact-card h2 {
  margin: 0 0 12px;
  font-size: 1.35rem;
  line-height: 1.15;
}

.page-hero {
  padding: clamp(62px, 8vw, 110px) clamp(18px, 4vw, 56px);
  color: var(--white);
  background:
    linear-gradient(110deg, rgba(16, 24, 32, 0.95), rgba(4, 124, 132, 0.82)),
    url("assets/repair-hero.png") center/cover;
}

.page-hero.accent {
  background:
    linear-gradient(110deg, rgba(7, 84, 92, 0.94), rgba(16, 24, 32, 0.72)),
    url("assets/repair-hero.png") center/cover;
}

.page-hero.dark {
  background:
    linear-gradient(110deg, rgba(16, 24, 32, 0.96), rgba(16, 24, 32, 0.78)),
    url("assets/repair-hero.png") center/cover;
}

.contact-hero {
  background:
    linear-gradient(110deg, rgba(16, 24, 32, 0.95), rgba(242, 169, 59, 0.62)),
    url("assets/repair-hero.png") center/cover;
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 1.1fr);
  gap: 34px;
  align-items: start;
}

.check-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding: 14px 16px 14px 44px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.check-list li::before {
  content: "";
  position: absolute;
  left: 17px;
  top: 19px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: var(--amber);
  box-shadow: 0 0 0 5px rgba(242, 169, 59, 0.18);
}

.cta-band {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin: 0 clamp(18px, 4vw, 56px) clamp(48px, 7vw, 92px);
  padding: clamp(28px, 4vw, 48px);
  border-radius: 8px;
  color: var(--white);
  background: linear-gradient(135deg, var(--ink), var(--teal-dark));
}

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

.muted {
  color: var(--steel);
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 28px clamp(18px, 4vw, 56px);
  color: rgba(255, 255, 255, 0.82);
  background: var(--ink);
}

.site-footer a {
  color: var(--white);
}

.site-footer p {
  margin: 6px 0 0;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px 16px;
}

@media (max-width: 860px) {
  .site-header,
  .site-footer,
  .cta-band {
    align-items: flex-start;
    flex-direction: column;
  }

  .nav {
    justify-content: flex-start;
  }

  .hero,
  .split,
  .service-grid,
  .service-grid.two,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: 0;
  }

  .hero-media {
    min-height: 330px;
    order: -1;
  }

  .hero-copy {
    padding: 34px 20px 48px;
  }

  .cta-band {
    margin-inline: 18px;
  }
}

@media (max-width: 520px) {
  .brand {
    font-size: 0.92rem;
  }

  .brand-mark {
    width: 38px;
    height: 38px;
  }

  .nav a {
    padding: 7px 8px;
    font-size: 0.9rem;
  }

  .button {
    width: 100%;
  }

  .service-card,
  .contact-card {
    min-height: 0;
  }
}
