:root {
  --bg: #f3f0e9;
  --ink: #121713;
  --muted: #5f655f;
  --line: #d7d4cc;
  --dark: #101512;
  --dark-2: #182019;
  --accent: #d8ff47;
  --white: #fff;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: "Inter", sans-serif;
  line-height: 1.6;
}
a { color: inherit; text-decoration: none; }

.container {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}
.narrow { max-width: 850px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  background: rgba(243, 240, 233, 0.9);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(18, 23, 19, 0.08);
}
.nav {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: "Manrope", sans-serif;
  font-weight: 800;
}
.brand-mark {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 1.5px solid var(--ink);
  border-radius: 999px;
  font-size: 13px;
  letter-spacing: -0.04em;
}
.nav nav {
  display: flex;
  gap: 28px;
  font-size: 14px;
  font-weight: 600;
}
.nav nav a:hover { opacity: .55; }
.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 10px;
  border: 0;
  background: transparent;
  color: var(--ink);
  cursor: pointer;
}
.menu-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  margin: 5px 0;
  background: currentColor;
  transition: transform .2s ease, opacity .2s ease;
}
.menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.hero {
  min-height: 720px;
  display: grid;
  align-items: center;
  padding: 92px 0 72px;
  background:
    radial-gradient(circle at 88% 18%, rgba(216, 255, 71, 0.20), transparent 26%),
    linear-gradient(180deg, #f5f2eb 0%, #eeeae0 100%);
}
.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(300px, .6fr);
  gap: 72px;
  align-items: end;
}
.eyebrow {
  margin: 0 0 22px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .17em;
}
h1, h2, h3 {
  margin-top: 0;
  font-family: "Manrope", sans-serif;
  line-height: 1;
  letter-spacing: -0.05em;
}
h1 {
  max-width: 760px;
  margin-bottom: 32px;
  font-size: clamp(64px, 10vw, 132px);
  font-weight: 800;
}
.hero-lead {
  max-width: 760px;
  font-size: clamp(19px, 2vw, 25px);
  line-height: 1.45;
  color: #343a35;
}
.hero-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 38px;
}
.button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  border: 1px solid var(--ink);
  border-radius: 3px;
  font-size: 14px;
  font-weight: 700;
}
.button.primary {
  background: var(--ink);
  color: var(--white);
}
.button.secondary:hover { background: rgba(18,23,19,.05); }

.hero-card {
  background: var(--dark);
  color: var(--white);
  padding: 34px;
  min-height: 340px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.card-label {
  color: var(--accent);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .18em;
}
.distance {
  font-family: "Manrope", sans-serif;
  font-weight: 800;
  font-size: 78px;
  letter-spacing: -0.07em;
}
.hero-card p {
  max-width: 240px;
  color: #cad0cb;
}
.terrain {
  display: grid;
  grid-template-columns: 1.6fr .6fr 1.2fr .45fr 1fr;
  gap: 6px;
  align-items: end;
  height: 58px;
}
.terrain span {
  display: block;
  background: var(--accent);
}
.terrain span:nth-child(1) { height: 22%; }
.terrain span:nth-child(2) { height: 55%; }
.terrain span:nth-child(3) { height: 88%; }
.terrain span:nth-child(4) { height: 43%; }
.terrain span:nth-child(5) { height: 100%; }

.statement {
  padding: 140px 0;
  border-top: 1px solid var(--line);
}
.statement h2,
.section h2 {
  margin-bottom: 30px;
  font-size: clamp(42px, 6vw, 76px);
}
.statement p:last-child,
.body-copy,
.contact-copy {
  font-size: 18px;
  color: var(--muted);
}
.dark-section {
  background: var(--dark);
  color: var(--white);
}
.section {
  padding: 120px 0;
}
.section-heading { max-width: 780px; margin-bottom: 64px; }
.dark-section .eyebrow { color: var(--accent); }

.cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid #364039;
}
.service-card {
  min-height: 320px;
  padding: 32px 32px 12px 0;
  border-right: 1px solid #364039;
}
.service-card + .service-card { padding-left: 32px; }
.service-card:last-child { border-right: 0; }
.number {
  color: var(--accent);
  font-size: 12px;
  font-weight: 800;
}
.service-card h3 {
  margin: 84px 0 22px;
  font-size: 30px;
}
.service-card p {
  color: #b9c0bb;
  font-size: 15px;
}

.split {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: 90px;
}
.body-copy p:first-child { margin-top: 0; }
.body-copy p { margin-bottom: 24px; }

.focus-section { padding-top: 30px; }
.focus-panel {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 70px;
  background: #dfe5d9;
  padding: 64px;
}
.focus-panel h2 { max-width: 470px; }
.focus-list > div {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px 0;
  border-top: 1px solid rgba(18, 23, 19, .18);
  font-weight: 700;
}
.focus-list > div:last-child { border-bottom: 1px solid rgba(18,23,19,.18); }
.focus-list span {
  min-width: 34px;
  font-size: 11px;
  letter-spacing: .12em;
  color: var(--muted);
}

.contact-section {
  background: #e8e5dd;
  border-top: 1px solid var(--line);
}
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 90px;
}
.company-details {
  border-top: 1px solid var(--ink);
}
.detail {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 24px;
  padding: 22px 0;
  border-bottom: 1px solid var(--line);
}
.detail span {
  font-size: 12px;
  font-weight: 700;
  color: var(--muted);
}
.detail strong {
  font-size: 14px;
  line-height: 1.55;
}

footer {
  padding: 38px 0;
  background: var(--dark);
  color: var(--white);
}
.footer-grid {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
}
.footer-brand .brand-mark { border-color: var(--white); }
.fine-print {
  margin: 10px 0 0;
  color: #9ca49e;
  font-size: 12px;
}

@media (max-width: 820px) {
  .nav { position: relative; }
  .menu-toggle { display: block; }
  .nav nav {
    position: absolute;
    top: 100%;
    left: -20px;
    right: -20px;
    display: none;
    flex-direction: column;
    gap: 0;
    padding: 10px 20px 20px;
    background: rgba(243, 240, 233, .98);
    border-bottom: 1px solid rgba(18, 23, 19, .12);
    box-shadow: 0 14px 24px rgba(18, 23, 19, .08);
  }
  .nav nav.is-open { display: flex; }
  .nav nav a {
    padding: 14px 0;
    border-bottom: 1px solid rgba(18, 23, 19, .1);
    font-size: 16px;
  }
  .nav nav a:last-child { border-bottom: 0; }
  .hero { min-height: auto; }
  .hero-grid, .split, .contact-grid, .focus-panel {
    grid-template-columns: 1fr;
    gap: 48px;
  }
  .hero-card { min-height: 280px; }
  .cards { grid-template-columns: 1fr; }
  .service-card,
  .service-card + .service-card {
    padding: 28px 0;
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid #364039;
  }
  .service-card h3 { margin-top: 42px; }
  .section, .statement { padding: 84px 0; }
  .focus-panel { padding: 38px 26px; }
  .detail { grid-template-columns: 1fr; gap: 5px; }
  .footer-grid { align-items: flex-start; flex-direction: column; }
}


.page-hero {
  padding: 120px 0 90px;
  background:
    radial-gradient(circle at 88% 18%, rgba(216, 255, 71, 0.16), transparent 24%),
    linear-gradient(180deg, #f5f2eb 0%, #eeeae0 100%);
  border-bottom: 1px solid var(--line);
}
.page-hero h1 {
  max-width: 900px;
  font-size: clamp(58px, 8vw, 105px);
  margin-bottom: 24px;
}
.page-hero p:last-child {
  max-width: 760px;
  font-size: 20px;
  color: var(--muted);
}
.content-section {
  padding: 100px 0;
}
.content-grid {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 90px;
}
.content-grid + .content-grid {
  margin-top: 80px;
}
.content-grid h2 {
  font-size: clamp(38px, 5vw, 62px);
}
.content-copy {
  font-size: 18px;
  color: var(--muted);
}
.content-copy p:first-child {
  margin-top: 0;
}
.content-copy ul {
  padding-left: 20px;
}
.service-stack {
  display: grid;
  gap: 0;
  border-top: 1px solid var(--line);
}
.service-row {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 28px;
  padding: 34px 0;
  border-bottom: 1px solid var(--line);
}
.service-row .number {
  color: var(--ink);
}
.service-row h3 {
  font-size: 30px;
  margin-bottom: 14px;
}
.service-row p {
  margin: 0;
  color: var(--muted);
}
.contact-card {
  background: var(--dark);
  color: var(--white);
  padding: 44px;
}
.contact-card .detail {
  border-color: #313a33;
}
.contact-card .detail span {
  color: #aab2ac;
}
.contact-card .detail strong {
  color: var(--white);
}
.nav a[aria-current="page"] {
  opacity: .45;
}
@media (max-width: 820px) {
  .content-grid,
  .service-row {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .page-hero,
  .content-section {
    padding: 76px 0;
  }
}


.editorial-image {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #d9ddd8;
}
.editorial-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.home-photo {
  height: clamp(360px, 52vw, 720px);
}
.services-photo {
  height: clamp(340px, 46vw, 650px);
}
.contact-photo {
  height: clamp(320px, 42vw, 600px);
}
.image-break {
  padding: 0;
}
.image-break .container {
  width: min(1180px, calc(100% - 40px));
}
@media (max-width: 820px) {
  .image-break .container {
    width: 100%;
  }
  .home-photo,
  .services-photo,
  .contact-photo {
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 5;
  }
  .home-photo img { object-position: 50% 48%; }
  .services-photo img { object-position: 50% 42%; }
  .contact-photo img { object-position: 50% 40%; }
}

.about-photo {
  height: clamp(340px, 48vw, 680px);
}
@media (max-width: 820px) {
  .about-photo {
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 5;
  }
  .about-photo img { object-position: 50% 42%; }
}

@media (max-width: 480px) {
  .home-photo,
  .about-photo,
  .services-photo,
  .contact-photo {
    aspect-ratio: 3 / 4;
  }
}


.contact-form-section {
  padding: 20px 0 120px;
  background: var(--bg);
}
.contact-form-heading {
  max-width: 760px;
  margin-bottom: 42px;
}
.contact-form-heading h2 {
  margin-bottom: 22px;
  font-size: clamp(38px, 5vw, 62px);
}
.contact-form-heading p:last-child {
  max-width: 650px;
  color: var(--muted);
  font-size: 17px;
}
.google-form-shell {
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
}
.google-form-shell iframe {
  display: block;
  width: 100%;
  min-height: 980px;
  border: 0;
}
@media (max-width: 820px) {
  .contact-form-section {
    padding: 0 0 84px;
  }
  .google-form-shell iframe {
    min-height: 1100px;
  }
}
