@font-face {
  font-family: "Libre Franklin";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("/libre-franklin-latin.woff2") format("woff2");
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: #f4f6f3;
  color: #1b2420;
  font-family: "Libre Franklin", "Helvetica Neue", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

a {
  color: #1e4d3e;
}

a:hover {
  color: #123d30;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible {
  outline: 3px solid #1e4d3e;
  outline-offset: 3px;
}

.site-shell {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}

.topbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 24px;
  background: #1b2420;
  color: #f4f6f3;
}

.brand {
  font-size: 18px;
  font-weight: 800;
  letter-spacing: .01em;
}

.topbar-phone {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 6px 10px;
  border-radius: 6px;
  color: #f4f6f3;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
}

.topbar-phone:hover,
footer a:hover {
  color: #d8e6de;
}

.wide-container {
  max-width: 860px;
  margin: 0 auto;
}

.hero {
  padding: clamp(48px, 8vw, 96px) 24px;
  border-bottom: 3px solid #1b2420;
  background: #eaf0ea;
}

.eyebrow {
  margin: 0 0 16px;
  color: #1e4d3e;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

h1 {
  margin: 0 0 20px;
  color: #1b2420;
  font-size: clamp(34px, 5.5vw, 58px);
  font-weight: 900;
  letter-spacing: -.01em;
  line-height: 1.12;
  text-wrap: pretty;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
}

.hero-call {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 18px 30px;
  border-radius: 10px;
  background: #1e4d3e;
  box-shadow: 0 2px 0 #123d30;
  color: #fff;
  font-size: clamp(24px, 3.4vw, 34px);
  font-weight: 800;
  text-decoration: none;
}

.hero-call:hover {
  background: #123d30;
  color: #fff;
}

.hero-text {
  padding: 12px 8px;
  color: #1b2420;
  font-size: 18px;
  font-weight: 600;
  text-decoration-thickness: auto;
  text-underline-offset: 4px;
}

.hero-note {
  margin: 28px 0 0;
  color: #33403a;
  font-size: 16px;
  font-weight: 600;
}

.services,
.service-area {
  padding: clamp(48px, 7vw, 88px) 24px;
  background: #f4f6f3;
}

h2 {
  margin: 0;
  color: #1b2420;
  font-size: clamp(26px, 3.5vw, 36px);
  font-weight: 800;
}

.section-intro {
  max-width: 560px;
  margin: 8px 0 32px;
  color: #33403a;
  font-size: 18px;
  line-height: 1.6;
}

.service-list {
  display: flex;
  flex-direction: column;
  border-top: 3px solid #1b2420;
}

.service-row {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 8px 20px;
  padding: 18px 0;
  border-bottom: 1px solid #c6d0c8;
  color: #1b2420;
  font-size: 20px;
  font-weight: 700;
}

.service-row > div {
  flex: 1 1 320px;
  min-width: 240px;
}

.service-row span {
  color: #4a574f;
  font-size: 16px;
  font-weight: 500;
}

.service-row strong {
  color: #1e4d3e;
  font-size: 22px;
  font-weight: 800;
  white-space: nowrap;
}

.about,
.contact {
  padding: clamp(48px, 7vw, 88px) 24px;
  border-top: 3px solid #1b2420;
  background: #eaf0ea;
}

.about-copy p:not(.trust-line) {
  max-width: 680px;
  margin: 16px 0 24px;
  color: #33403a;
  font-size: 18px;
  line-height: 1.65;
}

.trust-line {
  max-width: 680px;
  margin: 0;
  padding: 14px 0;
  border-top: 1px solid #c6d0c8;
  border-bottom: 1px solid #c6d0c8;
  color: #1b2420;
  font-size: 17px;
  font-weight: 700;
}

.service-area h2 {
  margin-bottom: 16px;
}

.service-area p {
  margin: 0;
  color: #33403a;
  font-size: clamp(19px, 2.4vw, 24px);
  font-weight: 600;
}

.form-container {
  max-width: 620px;
  margin: 0 auto;
}

.contact h2 {
  margin-bottom: 28px;
}

form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

label {
  color: #1b2420;
  font-size: 17px;
  font-weight: 700;
}

input,
textarea {
  padding: 14px 16px;
  border: 2px solid #1b2420;
  border-radius: 8px;
  background: #fff;
  color: #1b2420;
  font: inherit;
  font-size: 18px;
}

textarea {
  line-height: 1.5;
  resize: vertical;
}

.honeypot {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
}

button {
  align-self: flex-start;
  min-height: 56px;
  padding: 16px 24px;
  border: 0;
  border-radius: 8px;
  background: #1b2420;
  color: #f4f6f3;
  cursor: pointer;
  font: inherit;
  font-size: 19px;
  font-weight: 800;
}

button:hover {
  background: #33403a;
}

button:disabled {
  cursor: wait;
  opacity: .7;
}

.form-status {
  margin: 0;
  color: #33403a;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
}

.form-status:empty {
  display: none;
}

.form-status.success {
  color: #1e4d3e;
}

.form-status.error {
  color: #8b1e1e;
}

footer {
  margin-top: auto;
  padding: 40px 24px 48px;
  background: #1b2420;
  color: #c6d0c8;
}

.footer-content {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 16px;
  line-height: 1.6;
}

.footer-heading {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 6px 14px;
}

.footer-heading span {
  color: #f4f6f3;
  font-size: 19px;
  font-weight: 800;
}

.footer-heading a {
  padding: 4px 0;
  color: #f4f6f3;
  font-size: 18px;
  font-weight: 700;
  text-underline-offset: 4px;
}

.callbar {
  position: fixed;
  z-index: 50;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  gap: 12px;
  padding: 12px 16px calc(12px + env(safe-area-inset-bottom));
  border-top: 2px solid #123d30;
  background: #1e4d3e;
}

.callbar a {
  display: flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 14px 12px;
  border-radius: 8px;
  font-weight: 800;
  text-decoration: none;
}

.callbar-call {
  flex: 2 1 auto;
  gap: 10px;
  background: #fff;
  color: #1e4d3e;
  font-size: 20px;
}

.callbar-text {
  flex: 1 1 auto;
  border: 2px solid #fff;
  color: #fff;
  font-size: 18px;
}

@media (max-width: 759px) {
  body {
    padding-bottom: 84px;
  }

  .hero-call {
    display: none;
  }

  .callbar {
    display: flex;
  }
}

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