:root {
  --ink: #10201b;
  --muted: #48605a;
  --line: #dbe4df;
  --paper: #f8fbf8;
  --wash: #e6f5ec;
  --green: #245f52;
  --green-dark: #173f37;
  --warning: #9f3847;
  --white: #ffffff;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
}

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

svg {
  width: 1.2em;
  height: 1.2em;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
  min-height: 66px;
  padding: 10px clamp(16px, 4vw, 40px);
  border-bottom: 1px solid var(--line);
  background: rgba(248, 251, 248, 0.94);
  backdrop-filter: blur(16px);
}

.brand,
.header-actions,
.button-row,
.link-band {
  display: flex;
  align-items: center;
}

.brand {
  gap: 10px;
  font-weight: 800;
  font-size: 1.08rem;
}

.brand-mark {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 8px;
  background: #dff3e8;
  color: var(--green);
}

.nav {
  display: flex;
  justify-content: center;
  gap: clamp(12px, 2.2vw, 28px);
  color: #263a35;
  font-weight: 650;
  font-size: 0.94rem;
}

.nav a:hover,
.site-footer a:hover,
.link-band a:hover {
  color: var(--green);
}

.header-actions {
  gap: 8px;
}

.solid-button,
.ghost-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 43px;
  padding: 0 18px;
  border: 1px solid var(--line);
  border-radius: 7px;
  font-weight: 800;
  line-height: 1;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

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

.ghost-button {
  background: var(--white);
  color: var(--ink);
}

.solid-button:hover,
.ghost-button:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 24px rgba(13, 54, 45, 0.14);
}

.large {
  min-height: 44px;
  padding-inline: 20px;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 0.9fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
  padding: clamp(42px, 7vw, 78px) clamp(16px, 4vw, 40px);
  background: linear-gradient(90deg, var(--wash), #f4fbf6 72%, #f8fbf8);
}

.hero-copy {
  max-width: 720px;
}

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

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

h1 {
  max-width: 700px;
  margin-bottom: 24px;
  font-size: clamp(3.2rem, 6vw, 5.6rem);
  line-height: 0.98;
  letter-spacing: 0;
}

.lead {
  max-width: 760px;
  margin-bottom: 30px;
  color: #2f4641;
  font-size: clamp(1.08rem, 2vw, 1.45rem);
  line-height: 1.55;
}

.button-row {
  flex-wrap: wrap;
  gap: 12px;
}

.map-panel {
  position: relative;
  min-height: 360px;
  overflow: hidden;
  border: 1px solid #c9d9d0;
  border-radius: 8px;
  background: #dce9de;
  box-shadow: 0 18px 44px rgba(26, 70, 58, 0.18);
}

.map-tiles {
  position: absolute;
  inset: 0;
  background-image:
    url("https://a.tile.openstreetmap.org/13/4037/2725.png"),
    url("https://b.tile.openstreetmap.org/13/4036/2726.png");
  background-position: left top, 256px 128px;
  background-size: 320px 320px;
  filter: saturate(0.88) contrast(0.98);
  transform: scale(1.08);
}

.map-panel::after {
  position: absolute;
  inset: 0;
  content: "";
  background: radial-gradient(circle at 45% 45%, transparent 0 28%, rgba(248, 251, 248, 0.18) 62%);
  pointer-events: none;
}

.zoom-controls {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 1;
  display: grid;
  width: 35px;
  overflow: hidden;
  border: 1px solid #b9c7c0;
  border-radius: 5px;
  background: var(--white);
  font-size: 1.45rem;
  font-weight: 800;
  text-align: center;
}

.zoom-controls span {
  display: grid;
  height: 35px;
  place-items: center;
}

.zoom-controls span + span {
  border-top: 1px solid #cfdad4;
}

.pin {
  position: absolute;
  z-index: 2;
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 50% 50% 50% 8px;
  background: var(--warning);
  box-shadow: 0 5px 14px rgba(70, 16, 24, 0.28);
  transform: rotate(-45deg);
}

.pin::after {
  position: absolute;
  inset: 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  content: "";
}

.pin-one {
  top: 42%;
  left: 44%;
}

.pin-two {
  top: 58%;
  left: 34%;
}

.map-label {
  position: absolute;
  right: 14px;
  bottom: 14px;
  z-index: 2;
  padding: 8px 10px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.88);
  color: #29413b;
  font-size: 0.82rem;
  font-weight: 750;
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  padding: clamp(28px, 5vw, 42px) clamp(16px, 4vw, 40px);
}

.trust-grid article {
  min-height: 164px;
  padding: 24px 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 8px 22px rgba(23, 57, 49, 0.06);
}

.trust-grid svg {
  margin-bottom: 20px;
  color: var(--green);
}

.trust-grid h2,
.workspace h2 {
  margin-bottom: 12px;
  font-size: clamp(1.28rem, 2vw, 1.9rem);
  line-height: 1.1;
}

.trust-grid p,
.workspace p,
.useful-info p,
.site-footer {
  color: var(--muted);
  line-height: 1.65;
}

.useful-info {
  padding: clamp(34px, 6vw, 62px) clamp(16px, 4vw, 40px);
  border-top: 1px solid var(--line);
  background: #f3faf6;
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.7fr) minmax(280px, 0.48fr);
  gap: 18px clamp(24px, 5vw, 70px);
  align-items: end;
  margin-bottom: 22px;
}

.section-heading .eyebrow {
  grid-column: 1 / -1;
  margin-bottom: 0;
}

.section-heading h2 {
  margin-bottom: 0;
  font-size: clamp(2rem, 4vw, 3.5rem);
  line-height: 1;
}

.section-heading p:last-child {
  margin-bottom: 0;
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.blog-card {
  display: grid;
  align-content: start;
  min-height: 230px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 8px 22px rgba(23, 57, 49, 0.06);
}

.blog-card.featured {
  border-color: #bad3c7;
  background: #e8f6ee;
}

.blog-meta {
  margin-bottom: 18px;
  color: var(--green);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.blog-card h3 {
  margin: 0 0 12px;
  font-size: clamp(1.2rem, 2vw, 1.55rem);
  line-height: 1.14;
}

.blog-card p:not(.blog-meta) {
  margin-bottom: 20px;
}

.blog-card a {
  align-self: end;
  color: var(--green-dark);
  font-weight: 900;
}

.workspace {
  display: grid;
  grid-template-columns: minmax(0, 0.75fr) minmax(360px, 1fr);
  gap: clamp(24px, 5vw, 64px);
  padding: clamp(36px, 7vw, 74px) clamp(16px, 4vw, 40px);
  background: #ffffff;
  border-block: 1px solid var(--line);
}

.report-copy {
  max-width: 520px;
}

.report-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #f9fcfa;
}

label {
  display: grid;
  gap: 8px;
  color: #223831;
  font-size: 0.9rem;
  font-weight: 800;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid #cfdcd5;
  border-radius: 7px;
  background: var(--white);
  color: var(--ink);
  font: inherit;
  font-weight: 600;
}

input,
select {
  min-height: 44px;
  padding: 0 12px;
}

textarea {
  resize: vertical;
  min-height: 110px;
  padding: 12px;
}

.full {
  grid-column: 1 / -1;
}

.form-status {
  grid-column: 1 / -1;
  min-height: 24px;
  margin: 0;
  color: var(--green);
  font-weight: 800;
}

.link-band {
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  padding: 28px 16px;
}

.link-band a {
  min-height: 42px;
  padding: 11px 16px;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: var(--white);
  font-weight: 800;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 26px clamp(16px, 4vw, 40px) 34px;
}

.site-footer p {
  max-width: 680px;
  margin-bottom: 0;
}

.site-footer a {
  color: var(--ink);
  font-weight: 800;
}

.article-page {
  width: min(860px, calc(100% - 32px));
  margin: 0 auto;
  padding: clamp(42px, 7vw, 78px) 0;
}

.article-page h1 {
  max-width: 820px;
  font-size: clamp(2.6rem, 6vw, 4.8rem);
}

.article-content {
  color: #263a35;
  font-size: 1.08rem;
  line-height: 1.75;
}

.article-content h2,
.article-content h3 {
  margin-top: 1.8em;
  color: var(--ink);
  line-height: 1.15;
}

.article-content a {
  color: var(--green-dark);
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

.article-content img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

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

  .nav {
    display: none;
  }

  .hero,
  .workspace,
  .section-heading {
    grid-template-columns: 1fr;
  }

  .map-panel {
    min-height: 310px;
  }

  .trust-grid,
  .blog-grid {
    grid-template-columns: 1fr;
  }
}

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

  .header-actions .ghost-button {
    display: none;
  }

  .brand span:last-child {
    font-size: 1rem;
  }

  .hero {
    padding-top: 34px;
  }

  h1 {
    font-size: clamp(2.7rem, 14vw, 4.2rem);
  }

  .button-row .large,
  .header-actions .solid-button {
    width: 100%;
  }

  .header-actions {
    width: 112px;
  }

  .report-form {
    grid-template-columns: 1fr;
  }

  .site-footer {
    display: block;
  }
}
