:root {
  --ink: #171b1c;
  --ink-soft: #2b3031;
  --stone: #d6b46d;
  --stone-light: #ead8ae;
  --paper: #f3f1eb;
  --white: #fff;
  --muted: #656a68;
  --line: rgba(23, 27, 28, .15);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
.container, .nav-shell, .hero-inner {
  width: min(100%, 1280px);
  margin-inline: auto;
  padding-inline: 24px;
}
.section { padding-block: 80px; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 {
  font-family: "Arial Narrow", "Roboto Condensed", Arial, sans-serif;
  line-height: 1.04;
  letter-spacing: -.035em;
}
h1 { max-width: 780px; margin-bottom: 24px; font-size: clamp(3rem, 11vw, 7.5rem); text-transform: uppercase; }
h2 { margin-bottom: 22px; font-size: clamp(2.35rem, 7vw, 4.6rem); text-transform: uppercase; }
h3 { margin-bottom: 14px; font-size: 1.65rem; }
.site-header {
  position: sticky;
  z-index: 20;
  top: 0;
  border-bottom: 1px solid rgba(255,255,255,.12);
  color: var(--white);
  background: var(--ink);
}
.nav-shell { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.logo { display: inline-flex; align-items: center; gap: 12px; font-weight: 900; letter-spacing: .05em; }
.logo svg { width: 34px; fill: var(--stone); }
.menu-toggle { padding: 9px 14px; border: 1px solid rgba(255,255,255,.35); color: var(--white); background: transparent; cursor: pointer; }
nav {
  position: absolute;
  display: none;
  top: 76px;
  right: 0;
  left: 0;
  padding: 18px 24px 26px;
  background: var(--ink);
}
nav.open { display: grid; }
nav a { padding: 12px 0; color: rgba(255,255,255,.78); }
.nav-cta { color: var(--ink); font-weight: 800; }
.hero { position: relative; min-height: calc(100svh - 76px); overflow: hidden; color: var(--white); background: var(--ink); }
.hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(11,14,14,.93) 0%, rgba(11,14,14,.69) 55%, rgba(11,14,14,.12) 100%); }
.hero-inner { position: relative; min-height: calc(100svh - 76px); display: flex; flex-direction: column; justify-content: flex-end; padding-top: 90px; padding-bottom: 48px; }
.hero-copy p { max-width: 590px; margin-bottom: 30px; font-size: clamp(1.1rem, 2vw, 1.35rem); color: rgba(255,255,255,.82); }
.hero-buttons { display: flex; flex-direction: column; gap: 12px; }
.button { display: inline-flex; min-height: 54px; align-items: center; justify-content: center; padding: 14px 22px; border: 1px solid transparent; font-weight: 800; cursor: pointer; }
.primary { color: var(--ink); background: var(--stone); }
.primary:hover { background: var(--stone-light); }
.ghost { border-color: rgba(255,255,255,.45); color: var(--white); }
.hero-fact { margin-top: 52px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.34); }
.hero-fact span, .contact-note span { display: block; margin-bottom: 3px; color: rgba(255,255,255,.6); font-size: .8rem; text-transform: uppercase; letter-spacing: .09em; }
.hero-fact strong { font-size: 1.1rem; }
.intro { background: var(--paper); }
.intro-grid p { max-width: 650px; color: var(--muted); font-size: 1.1rem; }
.text-link { display: inline-flex; gap: 10px; align-items: center; margin-top: 8px; padding-bottom: 5px; border-bottom: 2px solid var(--stone); font-weight: 800; }
.services { color: var(--white); background: var(--ink); }
.section-heading { max-width: 780px; margin-bottom: 42px; }
.section-heading p { color: rgba(255,255,255,.62); font-size: 1.1rem; }
.service-grid { display: grid; gap: 1px; background: rgba(255,255,255,.14); }
.service-card { position: relative; min-height: 340px; padding: 28px; background: var(--ink-soft); }
.service-card.featured { color: var(--ink); background: var(--stone); }
.service-card .number { position: absolute; top: 25px; right: 25px; color: rgba(255,255,255,.4); font-size: .8rem; }
.featured .number { color: rgba(23,27,28,.55); }
.line-icon { width: 64px; height: 64px; margin: 40px 0 50px; border: 2px solid currentColor; opacity: .85; }
.line-icon.paving { background: linear-gradient(90deg, transparent 47%, currentColor 48%, currentColor 51%, transparent 52%), linear-gradient(0deg, transparent 47%, currentColor 48%, currentColor 51%, transparent 52%); }
.line-icon.road { border-width: 0 12px; transform: perspective(30px) rotateX(12deg); }
.line-icon.grass { border: 0; background: repeating-linear-gradient(105deg, transparent 0 9px, currentColor 10px 12px); }
.line-icon.asphalt { border-radius: 50%; background: radial-gradient(circle, currentColor 1px, transparent 2px); background-size: 9px 9px; }
.service-card p { margin-bottom: 0; color: rgba(255,255,255,.66); }
.featured p { color: rgba(23,27,28,.72); }
.uses { background: var(--stone); }
.uses-title p { max-width: 520px; color: rgba(23,27,28,.68); }
.use-list { margin-top: 40px; border-top: 1px solid rgba(23,27,28,.3); }
.use-list div { display: grid; grid-template-columns: 48px 1fr; gap: 12px; align-items: center; padding: 20px 0; border-bottom: 1px solid rgba(23,27,28,.3); }
.use-list span { font-size: .75rem; opacity: .55; }
.use-list p { margin: 0; font-weight: 800; font-size: 1.08rem; }
.season { background: var(--paper); }
.season-card { display: grid; gap: 30px; }
.season-symbol { width: 100px; height: 100px; display: grid; place-items: center; border-radius: 50%; color: var(--stone); background: var(--ink); }
.season-symbol svg { width: 64px; fill: none; stroke: currentColor; stroke-width: 3; }
.season-card p { max-width: 720px; color: var(--muted); font-size: 1.08rem; }
.area { color: var(--white); background: #202526; }
.area-grid p { max-width: 580px; color: rgba(255,255,255,.66); }
.area-map { position: relative; min-height: 330px; margin-top: 42px; overflow: hidden; border: 1px solid rgba(255,255,255,.15); background: radial-gradient(circle at 20% 20%, rgba(214,180,109,.13), transparent 40%); }
.map-line { position: absolute; border: 1px solid rgba(255,255,255,.12); border-radius: 45% 55% 40% 60%; }
.map-line.one { inset: 28px 38px 120px 28px; transform: rotate(-7deg); }
.map-line.two { inset: 130px 50px 25px 70px; transform: rotate(8deg); }
.map-line.three { inset: 70px 140px 80px 10px; transform: rotate(18deg); }
.pin { position: absolute; padding-left: 22px; font-weight: 800; }
.pin::before { content: ""; position: absolute; top: 7px; left: 0; width: 10px; height: 10px; border: 3px solid var(--ink); border-radius: 50%; background: var(--stone); box-shadow: 0 0 0 4px var(--stone); }
.pin.harju { top: 85px; left: 22%; }
.pin.rapla { right: 12%; bottom: 78px; }
.contact { color: var(--white); background: var(--ink); }
.contact-copy > p { max-width: 570px; color: rgba(255,255,255,.66); font-size: 1.08rem; }
.contact-note { margin: 36px 0; padding: 20px 0; border-top: 1px solid rgba(255,255,255,.16); border-bottom: 1px solid rgba(255,255,255,.16); }
.contact-form { padding: 28px; color: var(--ink); background: var(--white); }
.contact-form label { display: block; margin-bottom: 18px; font-weight: 800; }
.contact-form input, .contact-form select, .contact-form textarea {
  width: 100%;
  margin-top: 7px;
  padding: 13px 14px;
  border: 1px solid #c9cac6;
  border-radius: 0;
  color: var(--ink);
  background: #f7f6f2;
}
.contact-form textarea { resize: vertical; }
.contact-form .button { width: 100%; border: 0; }
.form-status { min-height: 24px; margin: 14px 0 0; color: var(--muted); font-size: .9rem; }
footer { padding-block: 38px; color: rgba(255,255,255,.58); background: #101314; }
.footer-inner { display: grid; gap: 18px; }
.footer-inner p { margin: 0; }
.footer-logo { color: var(--white); }

@media (min-width: 720px) {
  .container, .nav-shell, .hero-inner { padding-inline: 48px; }
  .section { padding-block: 112px; }
  .hero-buttons { flex-direction: row; }
  .intro-grid, .uses-layout, .area-grid, .contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8vw; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .season-card { grid-template-columns: 130px 1fr; align-items: center; }
  .area-map { margin-top: 0; }
  .field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
  .footer-inner { grid-template-columns: 1fr auto auto; align-items: center; gap: 28px; }
}

@media (min-width: 980px) {
  .menu-toggle { display: none; }
  nav { position: static; display: flex; align-items: center; gap: 34px; padding: 0; background: none; }
  nav a { padding: 8px 0; }
  .nav-cta { padding: 12px 18px; color: var(--ink); background: var(--stone); }
  .hero-inner { flex-direction: row; align-items: flex-end; justify-content: space-between; gap: 40px; padding-bottom: 72px; }
  .hero-fact { width: 270px; flex: 0 0 auto; }
  .service-grid { grid-template-columns: repeat(4, 1fr); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}
