:root {
  --navy: #0b1320;
  --navy-soft: #101828;
  --green: #2f4f3a;
  --green-light: #8fa98b;
  --white: #f7f8f5;
  --muted: #cdd5cf;
  --line: rgba(247, 248, 245, 0.16);
  --paper: #f4f1ea;
  --ink: #172016;
  --gold: #c0a15d;
  --shadow: 0 24px 80px rgba(11, 19, 32, 0.22);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
}

img,
svg {
  display: block;
}

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

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 20;
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: center;
  gap: 28px;
  padding: 16px clamp(18px, 4vw, 54px);
  color: var(--white);
  background: rgba(11, 19, 32, 0.84);
  border-bottom: 1px solid rgba(247, 248, 245, 0.1);
  backdrop-filter: blur(18px);
}

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

.brand-emblem {
  width: 64px;
  height: 64px;
  object-fit: contain;
  mix-blend-mode: screen;
}

.brand-text {
  display: grid;
  gap: 6px;
  color: var(--white);
  text-transform: uppercase;
}

.brand-text strong {
  display: block;
  font-size: clamp(1.15rem, 2.1vw, 1.82rem);
  font-weight: 950;
  line-height: 0.92;
  letter-spacing: 0.02em;
}

.brand-text small {
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(247, 248, 245, 0.9);
  font-size: clamp(0.72rem, 1.05vw, 1rem);
  font-weight: 500;
  letter-spacing: 0.42em;
  line-height: 1;
  white-space: nowrap;
}

.brand-text small span {
  display: block;
  width: 36px;
  height: 1px;
  background: rgba(247, 248, 245, 0.62);
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 24px;
  color: rgba(247, 248, 245, 0.86);
  font-size: 0.94rem;
}

.site-nav a {
  padding: 8px 0;
}

.site-nav a:hover,
.header-call:hover {
  color: #ffffff;
}

.header-call,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 12px 18px;
  font-weight: 750;
  line-height: 1;
  border-radius: 6px;
}

.header-call {
  color: var(--navy);
  background: var(--white);
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 0;
  color: var(--white);
  border: 1px solid rgba(247, 248, 245, 0.18);
  border-radius: 6px;
  background: transparent;
}

.nav-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: currentColor;
}

.hero {
  position: relative;
  min-height: 92vh;
  display: grid;
  align-items: end;
  overflow: hidden;
  color: var(--white);
  background: var(--navy);
}

.split-image {
  background-image: url("https://commons.wikimedia.org/wiki/Special:Redirect/file/Tree_Climbing_Arborist.jpg?width=1800");
  background-position: center;
  background-size: cover;
}

.hero-media {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  overflow: hidden;
  color: rgba(247, 248, 245, 0.16);
  background:
    radial-gradient(circle at 76% 18%, rgba(47, 79, 58, 0.68), transparent 34%),
    radial-gradient(circle at 14% 84%, rgba(192, 161, 93, 0.18), transparent 30%),
    linear-gradient(135deg, var(--navy) 0%, #102336 46%, #0a111d 100%);
}

.hero-media img {
  width: min(70vw, 660px);
  height: auto;
  opacity: 0.26;
  transform: translate(32%, -4%) scale(1.2);
  filter: drop-shadow(0 24px 70px rgba(0, 0, 0, 0.28));
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(11, 19, 32, 0.98) 0%, rgba(11, 19, 32, 0.82) 44%, rgba(11, 19, 32, 0.44) 100%),
    linear-gradient(0deg, rgba(11, 19, 32, 0.95) 0%, rgba(11, 19, 32, 0) 38%);
}

.hero-content {
  position: relative;
  z-index: 1;
  width: min(900px, 100%);
  padding: 170px clamp(18px, 6vw, 76px) 72px;
}

.eyebrow,
.section-kicker {
  margin: 0 0 14px;
  color: var(--gold);
  font-weight: 800;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

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

h1 {
  max-width: 850px;
  margin-bottom: 24px;
  font-size: clamp(3rem, 7vw, 6.6rem);
  line-height: 0.95;
  letter-spacing: 0;
}

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

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

.hero-copy {
  max-width: 660px;
  color: rgba(247, 248, 245, 0.82);
  font-size: clamp(1.05rem, 2vw, 1.32rem);
  line-height: 1.55;
}

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

.button.primary {
  color: var(--white);
  background: var(--green);
}

.button.primary:hover {
  background: #3d654b;
}

.button.ghost {
  color: var(--white);
  border: 1px solid rgba(247, 248, 245, 0.42);
  background: rgba(247, 248, 245, 0.08);
}

.button.light {
  color: var(--navy);
  background: var(--white);
}

.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 34px;
}

.trust-row span {
  padding: 9px 12px;
  color: rgba(247, 248, 245, 0.88);
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(247, 248, 245, 0.08);
}

.intro-section,
.services-section,
.process-section,
.quote-section {
  padding: 88px clamp(18px, 6vw, 76px);
}

.intro-section {
  display: grid;
  grid-template-columns: minmax(260px, 0.92fr) minmax(280px, 1fr);
  gap: 44px;
  color: var(--white);
  background: var(--navy);
}

.intro-section p:last-child,
.split-copy p,
.quote-copy p {
  color: rgba(23, 32, 22, 0.72);
  font-size: 1.08rem;
  line-height: 1.7;
}

.intro-section p:last-child {
  color: rgba(247, 248, 245, 0.76);
}

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

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

.service-grid article,
.process-grid article,
.quote-form {
  border: 1px solid rgba(11, 19, 32, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.58);
  box-shadow: 0 12px 38px rgba(11, 19, 32, 0.06);
}

.service-grid article,
.process-grid article {
  min-height: 250px;
  padding: 24px;
}

.service-grid p,
.process-grid p {
  color: rgba(23, 32, 22, 0.68);
  line-height: 1.58;
}

.service-icon {
  display: inline-flex;
  margin-bottom: 32px;
  color: var(--green);
  font-weight: 900;
  font-size: 0.86rem;
}

.split-section {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 1fr);
  min-height: 660px;
  background: #ffffff;
}

.split-image {
  min-height: 420px;
}

.split-copy {
  align-self: center;
  padding: 72px clamp(18px, 6vw, 76px);
}

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

.check-list li {
  position: relative;
  padding-left: 32px;
  color: rgba(23, 32, 22, 0.82);
  font-weight: 700;
}

.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.2em;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: inset 0 0 0 5px #ffffff;
  border: 2px solid var(--green);
}

.process-section {
  background: #e8e2d7;
}

.process-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.process-grid article {
  min-height: 220px;
  background: rgba(255, 255, 255, 0.42);
}

.reputation-band {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 42px clamp(18px, 6vw, 76px);
  color: var(--white);
  background: linear-gradient(135deg, var(--green), var(--navy-soft));
}

.reputation-band strong,
.reputation-band span {
  display: block;
}

.reputation-band strong {
  margin-bottom: 6px;
  font-size: clamp(1.5rem, 3vw, 2.6rem);
  line-height: 1.08;
}

.reputation-band span {
  color: rgba(247, 248, 245, 0.76);
}

.quote-section {
  display: grid;
  grid-template-columns: minmax(260px, 0.8fr) minmax(320px, 1fr);
  gap: 44px;
  align-items: start;
}

.quote-form {
  display: grid;
  gap: 18px;
  padding: 26px;
}

label {
  display: grid;
  gap: 8px;
  color: rgba(23, 32, 22, 0.78);
  font-weight: 800;
  font-size: 0.92rem;
}

input,
select,
textarea {
  width: 100%;
  min-height: 48px;
  padding: 13px 14px;
  color: var(--ink);
  font: inherit;
  border: 1px solid rgba(11, 19, 32, 0.18);
  border-radius: 6px;
  background: #ffffff;
}

textarea {
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  outline: 3px solid rgba(47, 79, 58, 0.22);
  border-color: var(--green);
}

.form-note {
  min-height: 22px;
  margin: -4px 0 0;
  color: var(--green);
  font-weight: 700;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 32px clamp(18px, 6vw, 76px);
  color: rgba(247, 248, 245, 0.78);
  background: var(--navy);
}

.site-footer strong,
.site-footer span,
.site-footer small {
  display: block;
}

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

.site-footer span {
  margin-top: 4px;
}

.site-footer small {
  margin-top: 10px;
  color: rgba(247, 248, 245, 0.5);
  font-size: 0.76rem;
}

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

  .nav-toggle {
    display: block;
  }

  .header-call {
    display: none;
  }

  .site-nav {
    position: absolute;
    top: 100%;
    left: 18px;
    right: 18px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 10px;
    color: var(--white);
    border: 1px solid rgba(247, 248, 245, 0.16);
    border-radius: 8px;
    background: var(--navy);
    box-shadow: var(--shadow);
  }

  .site-nav.is-open {
    display: flex;
  }

  .site-nav a {
    padding: 14px;
    border-radius: 6px;
  }

  .site-nav a:hover {
    background: rgba(247, 248, 245, 0.08);
  }

  .intro-section,
  .split-section,
  .quote-section {
    grid-template-columns: 1fr;
  }

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

  .process-grid {
    grid-template-columns: 1fr;
  }

  .split-section {
    min-height: 0;
  }

  .split-copy {
    padding-top: 56px;
    padding-bottom: 64px;
  }
}

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

  .brand {
    gap: 10px;
  }

  .brand-emblem {
    width: 52px;
    height: 52px;
  }

  .brand-text strong {
    font-size: clamp(1rem, 5vw, 1.3rem);
  }

  .brand-text small {
    gap: 7px;
    font-size: 0.68rem;
    letter-spacing: 0.22em;
  }

  .brand-text small span {
    width: 22px;
  }

  .hero {
    min-height: 88vh;
  }

  .hero-content {
    padding: 142px 18px 52px;
  }

  h1 {
    font-size: clamp(2.65rem, 15vw, 4.5rem);
  }

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

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

  .hero-actions .button,
  .reputation-band .button,
  .quote-form .button {
    width: 100%;
  }
}
