:root {
  --ink: #071625;
  --ink-2: #10283e;
  --orange: #f36f16;
  --orange-dark: #c94f05;
  --paper: #ffffff;
  --soft: #f4f7fa;
  --line: #dbe3eb;
  --muted: #5b6a78;
  --shadow: 0 18px 45px rgba(7, 22, 37, 0.13);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

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

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

a {
  color: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: minmax(150px, 230px) 1fr auto;
  align-items: center;
  gap: 24px;
  min-height: 82px;
  padding: 12px clamp(18px, 4vw, 64px);
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid rgba(219, 227, 235, 0.9);
  backdrop-filter: blur(12px);
}

.brand img {
  width: 210px;
}

.main-nav {
  display: flex;
  justify-content: center;
  gap: 28px;
  font-weight: 800;
  font-size: 0.82rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.main-nav a,
.header-call,
.contact-methods a {
  text-decoration: none;
}

.main-nav a:hover,
.contact-methods a:hover {
  color: var(--orange);
}

.header-call {
  min-width: 142px;
  padding: 12px 16px;
  border: 2px solid var(--orange);
  color: var(--ink);
  font-weight: 900;
  text-align: center;
}

.hero {
  position: relative;
  min-height: calc(100vh - 82px);
  display: grid;
  align-items: center;
  overflow: hidden;
  isolation: isolate;
  background: var(--ink);
}

.hero-media {
  position: absolute;
  inset: 0;
  z-index: -2;
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(7, 22, 37, 0.96) 0%, rgba(7, 22, 37, 0.9) 38%, rgba(7, 22, 37, 0.42) 69%, rgba(7, 22, 37, 0.18) 100%),
    linear-gradient(0deg, rgba(7, 22, 37, 0.54), rgba(7, 22, 37, 0.1));
}

.hero-content {
  width: min(720px, calc(100% - 36px));
  margin-left: clamp(18px, 6vw, 88px);
  padding: 72px 0 104px;
  color: white;
}

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

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1 {
  margin: 0;
  max-width: 690px;
  font-size: clamp(2.35rem, 6vw, 5.6rem);
  line-height: 0.95;
  letter-spacing: 0;
}

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

h3 {
  margin: 0 0 10px;
  font-size: 1.12rem;
  line-height: 1.2;
}

.hero-copy {
  max-width: 620px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(1.05rem, 2vw, 1.28rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 34px 0 0;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 14px 20px;
  border: 0;
  border-radius: 6px;
  font-weight: 900;
  text-decoration: none;
  cursor: pointer;
}

.button.primary {
  background: var(--orange);
  color: white;
  box-shadow: 0 14px 28px rgba(243, 111, 22, 0.28);
}

.button.primary:hover {
  background: var(--orange-dark);
}

.button.secondary {
  background: rgba(255, 255, 255, 0.1);
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.42);
}

.hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 34px;
}

.hero-proof span {
  padding: 9px 12px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.88rem;
  font-weight: 800;
}

.section {
  padding: clamp(58px, 9vw, 112px) clamp(18px, 4vw, 64px);
}

.section-inner {
  width: min(1160px, 100%);
  margin: 0 auto;
}

.intro {
  background: var(--paper);
}

.intro-grid,
.local-grid,
.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 1fr);
  gap: clamp(28px, 6vw, 76px);
  align-items: center;
}

.intro-grid > p,
.local-list,
.contact-copy > p {
  margin: 0;
  color: var(--muted);
  font-size: 1.1rem;
}

.services,
.process {
  background: var(--soft);
}

.section-heading {
  max-width: 760px;
  margin-bottom: 34px;
}

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

.service-card,
.steps article,
.lead-form {
  background: white;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

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

.service-card p,
.steps p {
  margin: 0;
  color: var(--muted);
}

.icon {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: 22px;
  border-radius: 6px;
  background: var(--ink);
  color: var(--orange);
  font-size: 1.55rem;
  font-weight: 900;
}

.local-band {
  background: var(--ink);
  color: white;
}

.local-band h2 {
  max-width: 680px;
}

.local-list {
  color: rgba(255, 255, 255, 0.78);
}

.local-list p {
  margin: 0 0 18px;
}

.local-list p:last-child {
  margin-bottom: 0;
}

.local-list strong {
  color: white;
}

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

.steps article {
  padding: 28px;
}

.steps span {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 20px;
  border-radius: 50%;
  background: var(--orange);
  color: white;
  font-weight: 900;
}

.contact-section {
  background: linear-gradient(180deg, #ffffff 0%, #eef3f7 100%);
}

.contact-copy {
  align-self: start;
  padding-top: 12px;
}

.contact-copy h2 {
  margin-bottom: 18px;
}

.contact-methods {
  display: grid;
  gap: 12px;
  margin-top: 26px;
  font-size: 1.06rem;
  font-weight: 900;
}

.lead-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  padding: clamp(22px, 4vw, 34px);
}

.lead-form label {
  display: grid;
  gap: 7px;
  color: var(--ink);
  font-size: 0.86rem;
  font-weight: 900;
}

.lead-form .full,
.form-button,
.form-note {
  grid-column: 1 / -1;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid #c9d3dd;
  border-radius: 6px;
  padding: 13px 12px;
  color: var(--ink);
  background: white;
  font: inherit;
}

input:focus,
select:focus,
textarea:focus {
  outline: 3px solid rgba(243, 111, 22, 0.26);
  border-color: var(--orange);
}

textarea {
  resize: vertical;
}

.form-button {
  width: 100%;
  margin-top: 2px;
}

.form-note {
  margin: 0;
  color: var(--muted);
  font-size: 0.88rem;
  text-align: center;
}

.hidden {
  display: none;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 28px clamp(18px, 4vw, 64px);
  color: white;
  background: var(--ink);
}

.site-footer div {
  display: flex;
  align-items: center;
  gap: 16px;
}

.site-footer img {
  width: 118px;
  background: white;
  border-radius: 4px;
}

.site-footer p {
  margin: 0;
  font-weight: 800;
}

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

  .main-nav {
    display: none;
  }

  .hero::after {
    background: linear-gradient(90deg, rgba(7, 22, 37, 0.96), rgba(7, 22, 37, 0.62));
  }

  .intro-grid,
  .local-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 640px) {
  .site-header {
    min-height: 72px;
    gap: 12px;
    padding: 10px 16px;
  }

  .brand img {
    width: 156px;
  }

  .header-call {
    min-width: 112px;
    padding: 10px 11px;
    font-size: 0.84rem;
  }

  .hero {
    min-height: auto;
  }

  .hero-content {
    width: calc(100% - 32px);
    margin: 0 auto;
    padding: 62px 0 76px;
  }

  .hero-actions,
  .hero-actions .button {
    width: 100%;
  }

  .service-grid,
  .steps,
  .lead-form {
    grid-template-columns: 1fr;
  }

  .service-card {
    min-height: auto;
  }

  .site-footer,
  .site-footer div {
    align-items: flex-start;
    flex-direction: column;
  }
}
