:root {
  --navy: #20252b;
  --blue: #3f4a55;
  --green: #d86f24;
  --orange: #d86f24;
  --orange-dark: #a94f16;
  --steel: #58616c;
  --ink: #15191e;
  --muted: #5e6771;
  --line: #cfd4d8;
  --paper: #ffffff;
  --soft: #f0f1f2;
  --shadow: 0 18px 45px rgba(14, 18, 23, 0.18);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

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

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

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

.sr-only,
.skip-link {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.skip-link:focus {
  z-index: 999;
  width: auto;
  height: auto;
  margin: 0;
  padding: 12px 16px;
  clip: auto;
  color: #fff;
  background: var(--navy);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(247, 248, 248, 0.97);
  border-bottom: 3px solid var(--orange);
  backdrop-filter: blur(10px);
}

.header-inner {
  width: min(1180px, calc(100% - 32px));
  min-height: 92px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
}

.brand,
.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-family: "Raleway", Arial, sans-serif;
  font-weight: 700;
  color: var(--navy);
  text-transform: uppercase;
  letter-spacing: 0;
}

.brand-mark {
  width: 58px;
  height: 58px;
  object-fit: contain;
}

.brand-name {
  font-size: 18px;
  line-height: 1.1;
}

.site-nav {
  display: flex;
  justify-content: center;
  gap: 24px;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--ink);
}

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

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

.header-actions {
  display: flex;
  align-items: center;
  gap: 14px;
  white-space: nowrap;
}

.phone {
  font-weight: 700;
  color: var(--navy);
}

.small-button,
.button {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  font-weight: 700;
  border-radius: 2px;
  transition: transform 160ms ease, background 160ms ease, color 160ms ease;
}

.small-button {
  padding: 0 16px;
  color: #fff;
  background: var(--navy);
  font-size: 13px;
}

.button {
  min-width: 180px;
  padding: 0 22px;
}

.button.primary {
  color: #fff;
  background: var(--navy);
  border-color: var(--navy);
}

.button.secondary {
  color: #fff;
  background: transparent;
  border-color: rgba(255, 255, 255, 0.76);
}

.button:hover,
.small-button:hover {
  transform: translateY(-2px);
}

.button.primary:hover,
.small-button:hover {
  background: var(--orange);
  border-color: var(--orange);
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 10px;
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 2px;
}

.menu-toggle span:not(.sr-only) {
  display: block;
  height: 2px;
  margin: 5px 0;
  background: var(--navy);
}

.hero {
  position: relative;
  min-height: calc(100vh - 92px);
  display: grid;
  align-content: center;
  padding: 86px 24px 44px;
  overflow: hidden;
  color: #fff;
}

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

.hero-media {
  background: url("assets/banner-1.jpg") center top / cover no-repeat;
  transform: scale(1.02);
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(16, 18, 21, 0.94), rgba(29, 34, 39, 0.76) 48%, rgba(51, 58, 66, 0.5)),
    linear-gradient(0deg, rgba(13, 17, 22, 0.72), rgba(13, 17, 22, 0.12));
}

.hero-content {
  position: relative;
  width: min(1180px, 100%);
  margin: 0 auto;
}

.eyebrow {
  margin: 0 0 16px;
  color: #f0a05a;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.eyebrow.dark {
  color: var(--orange-dark);
}

h1,
h2 {
  font-family: "Raleway", Arial, sans-serif;
  line-height: 1.02;
  letter-spacing: 0;
}

h1 {
  max-width: 820px;
  margin: 0;
  font-size: 82px;
  text-transform: uppercase;
}

h2 {
  margin: 0 0 24px;
  font-size: 56px;
  text-transform: uppercase;
}

.hero-copy {
  max-width: 690px;
  margin: 24px 0 0;
  font-size: 19px;
  color: rgba(255, 255, 255, 0.9);
}

.hero-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.hero-cards {
  position: relative;
  width: min(1060px, 100%);
  margin: 56px auto 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.service-circle {
  aspect-ratio: 1.08;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 18px;
  color: #fff;
  background: rgba(21, 25, 30, 0.9);
  border: 2px solid rgba(255, 255, 255, 0.42);
  border-radius: 6px;
  clip-path: polygon(10px 0, 100% 0, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0 100%, 0 10px);
  text-align: center;
  box-shadow: var(--shadow);
}

.circle-icon {
  width: 54px;
  height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  background: var(--orange);
  font-weight: 800;
}

.service-circle strong {
  line-height: 1.12;
  text-transform: uppercase;
}

.split-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 620px;
}

.split-section.reverse .split-image {
  order: 2;
}

.split-image img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
}

.split-copy {
  width: min(560px, calc(100% - 48px));
  margin: auto;
  padding: 72px 0;
}

.split-copy p {
  color: var(--muted);
  font-size: 17px;
}

.services-band {
  padding: 86px 24px;
  background: #1f2429;
  color: #fff;
}

.section-heading {
  width: min(830px, 100%);
  margin: 0 auto 42px;
  text-align: center;
}

.section-heading p:last-child {
  color: rgba(255, 255, 255, 0.82);
  font-size: 18px;
}

.service-grid {
  width: min(1180px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: rgba(255, 255, 255, 0.2);
}

.service-grid article {
  min-height: 250px;
  padding: 30px;
  background: #f6f6f5;
  color: var(--ink);
  border-top: 5px solid var(--orange);
}

.service-grid h3,
.contact-form h3 {
  margin: 0 0 16px;
  color: var(--navy);
  font-family: "Raleway", Arial, sans-serif;
  font-size: 24px;
  text-transform: uppercase;
}

.service-grid p {
  margin: 0;
  color: var(--muted);
}

.land-management-feature {
  width: min(1180px, 100%);
  margin: 46px auto 0;
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 34px;
  align-items: stretch;
}

.land-copy {
  padding: 34px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-left: 5px solid var(--orange);
}

.land-copy h3 {
  margin: 0 0 18px;
  color: #fff;
  font-family: "Raleway", Arial, sans-serif;
  font-size: 30px;
  line-height: 1.08;
  text-transform: uppercase;
}

.land-copy p {
  color: rgba(255, 255, 255, 0.82);
}

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

.land-services li {
  position: relative;
  padding-left: 28px;
  color: #fff;
  font-weight: 700;
}

.land-services li::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 12px;
  height: 12px;
  border-radius: 1px;
  background: var(--orange);
}

.land-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.land-gallery figure {
  position: relative;
  min-height: 220px;
  margin: 0;
  overflow: hidden;
  background: #15191e;
}

.land-gallery img {
  width: 100%;
  height: 100%;
  min-height: 220px;
  object-fit: cover;
  transition: transform 260ms ease;
}

.land-gallery figcaption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 16px;
  color: #fff;
  background: linear-gradient(0deg, rgba(18, 21, 25, 0.94), rgba(18, 21, 25, 0));
  font-weight: 800;
  text-transform: uppercase;
}

.land-gallery figure:hover img {
  transform: scale(1.04);
}

.landscaping-feature {
  margin-top: 52px;
}

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

.landscaping-gallery figure.wide {
  grid-column: span 2;
}

.landscaping-gallery figure {
  min-height: 205px;
}

.landscaping-gallery img {
  min-height: 205px;
}

.testimonial-band {
  padding: 82px 24px;
  background: #e7e8e8;
}

.testimonial-inner {
  width: min(1080px, 100%);
  margin: 0 auto;
  text-align: center;
}

.quote-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 36px;
  margin-top: 28px;
  text-align: left;
}

blockquote {
  margin: 0;
  padding-left: 28px;
  border-left: 6px solid var(--orange);
  color: var(--muted);
  font-size: 18px;
}

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

.cta-images a {
  position: relative;
  min-height: 360px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  color: #fff;
}

.cta-images img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 250ms ease;
}

.cta-images a::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(21, 25, 30, 0.68);
}

.cta-images span {
  position: relative;
  z-index: 1;
  font-family: "Raleway", Arial, sans-serif;
  font-size: 34px;
  font-weight: 700;
  text-transform: uppercase;
}

.cta-images a:hover img {
  transform: scale(1.06);
}

.analysis-section {
  display: grid;
  grid-template-columns: 1fr minmax(320px, 470px);
  gap: 48px;
  padding: 86px max(24px, calc((100vw - 1180px) / 2));
  background: #ecebe8;
}

.analysis-content {
  align-self: center;
}

.checks {
  padding: 0;
  margin: 30px 0 0;
  list-style: none;
}

.checks li {
  position: relative;
  padding-left: 34px;
  margin: 16px 0;
  color: var(--muted);
  font-size: 17px;
}

.checks li::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 14px;
  height: 14px;
  border-radius: 1px;
  background: var(--orange);
  box-shadow: 0 0 0 5px rgba(216, 111, 36, 0.14);
}

.contact-form {
  padding: 32px;
  background: #fff;
  box-shadow: var(--shadow);
}

.contact-form label {
  display: grid;
  gap: 7px;
  margin-bottom: 16px;
  color: var(--navy);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  padding: 13px 14px;
  color: var(--ink);
  font: inherit;
  border-radius: 3px;
  background: #fff;
}

.contact-form textarea {
  resize: vertical;
}

.contact-form .button {
  width: 100%;
  cursor: pointer;
}

.form-note {
  min-height: 24px;
  margin: 16px 0 0;
  color: var(--orange-dark);
  font-weight: 700;
}

.blog-section {
  width: min(1180px, calc(100% - 48px));
  margin: 86px auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 54px;
  align-items: center;
}

.blog-image img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.blog-copy p {
  color: var(--muted);
  font-size: 17px;
}

.read-more {
  color: var(--navy);
  font-weight: 800;
  text-transform: uppercase;
}

.site-footer {
  padding: 64px 24px 28px;
  color: #fff;
  background: #171a1e;
}

.footer-inner {
  width: min(1180px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr;
  gap: 42px;
}

.footer-brand {
  color: #fff;
}

.footer-brand img {
  width: 54px;
  height: 54px;
  filter: brightness(0) invert(1);
}

.site-footer h2 {
  margin-bottom: 14px;
  font-size: 18px;
}

.site-footer p,
.site-footer li {
  color: rgba(255, 255, 255, 0.78);
}

.site-footer ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.site-footer li {
  margin: 8px 0;
}

.copyright {
  width: min(1180px, 100%);
  margin: 42px auto 0;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
  font-size: 14px;
}

@media (max-width: 1040px) {
  .header-inner {
    grid-template-columns: auto auto;
  }

  .menu-toggle {
    display: block;
    justify-self: end;
  }

  .site-nav,
  .header-actions {
    grid-column: 1 / -1;
    display: none;
  }

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

  .site-nav {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    padding-bottom: 14px;
  }

  .header-actions {
    padding-bottom: 20px;
  }

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

  h1 {
    font-size: 58px;
  }

  h2 {
    font-size: 44px;
  }
}

@media (max-width: 760px) {
  .header-inner {
    width: min(100% - 24px, 1180px);
    min-height: 76px;
  }

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

  .brand-name {
    font-size: 15px;
  }

  .hero {
    min-height: auto;
    padding: 64px 18px 32px;
  }

  .hero-content {
    width: min(100%, 350px);
    margin-left: 0;
  }

  h1 {
    font-size: 34px;
  }

  h2 {
    font-size: 30px;
  }

  .hero-copy {
    font-size: 17px;
  }

  .hero-buttons {
    flex-direction: column;
    align-items: stretch;
  }

  .hero-buttons .button {
    width: 100%;
  }

  .hero-cards {
    grid-template-columns: repeat(2, minmax(0, 140px));
    justify-content: center;
    gap: 14px;
  }

  .service-circle {
    gap: 10px;
    font-size: 13px;
  }

  .circle-icon {
    width: 42px;
    height: 42px;
  }

  .split-section,
  .split-section.reverse,
  .analysis-section,
  .blog-section,
  .footer-inner {
    grid-template-columns: 1fr;
  }

  .split-section.reverse .split-image {
    order: 0;
  }

  .split-image img {
    min-height: 340px;
  }

  .split-copy {
    width: min(350px, calc(100% - 36px));
    padding: 46px 0;
  }

  .services-band,
  .testimonial-band,
  .analysis-section {
    padding-top: 58px;
    padding-bottom: 58px;
  }

  .service-grid,
  .land-management-feature,
  .quote-grid,
  .cta-images {
    grid-template-columns: 1fr;
  }

  .service-grid article {
    min-height: auto;
  }

  .land-copy {
    padding: 28px;
  }

  .land-copy h3 {
    font-size: 26px;
  }

  .land-gallery {
    grid-template-columns: 1fr;
  }

  .landscaping-gallery figure.wide {
    grid-column: auto;
  }

  .cta-images a {
    min-height: 260px;
  }

  .cta-images span {
    font-size: 28px;
  }

  .blog-section {
    width: min(100% - 36px, 1180px);
    margin: 58px auto;
  }
}

@media (max-width: 420px) {
  .hero-buttons,
  .header-actions.is-open {
    flex-direction: column;
    align-items: stretch;
  }

  .button,
  .small-button {
    width: 100%;
  }

  .hero-cards {
    grid-template-columns: repeat(2, minmax(0, 136px));
  }

  .contact-form {
    padding: 24px;
  }
}
