:root {
  --ink: #10231d;
  --deep: #0f4f3b;
  --green: #1d7b5a;
  --mint: #bfead7;
  --soft: #effaf4;
  --line: #c8dfd3;
  --white: #ffffff;
  --muted: #5d7168;
  --warning: #8a4b0f;
  --error: #8f1d1d;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--ink);
  background: var(--white);
  line-height: 1.5;
  overflow-x: hidden;
}

a {
  color: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 14px clamp(18px, 5vw, 64px);
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid var(--line);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  min-width: 0;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  color: var(--white);
  background: var(--deep);
  font-weight: 800;
}

.brand strong,
.brand small {
  display: block;
  overflow-wrap: anywhere;
}

.brand small {
  color: var(--muted);
  font-size: 12px;
}

nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  flex-wrap: wrap;
}

nav a {
  padding: 9px 11px;
  text-decoration: none;
  font-weight: 800;
  color: var(--deep);
}

.call-link {
  color: var(--white);
  background: var(--green);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 500px);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
  min-height: 660px;
  padding: clamp(42px, 7vw, 86px) clamp(18px, 5vw, 64px);
  background: linear-gradient(90deg, #ffffff 0%, #f0fbf5 100%);
}

.hero-copy {
  max-width: 740px;
  min-width: 0;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--green);
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  margin: 0;
  color: var(--deep);
  line-height: 1.08;
  letter-spacing: 0;
}

h1 {
  font-size: clamp(40px, 6vw, 78px);
  overflow-wrap: break-word;
}

h2 {
  font-size: clamp(30px, 4.5vw, 52px);
}

h3 {
  font-size: 20px;
}

.lead,
.section p,
.contact-section p,
.form-intro p,
.admin-heading p {
  max-width: 720px;
  color: #294238;
  font-size: 18px;
}

.lead {
  margin: 22px 0 0;
  font-size: 20px;
}

.hero-actions,
.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.button,
.contact-card {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 18px;
  border: 2px solid var(--deep);
  text-align: center;
  text-decoration: none;
  font-weight: 800;
}

.primary {
  color: var(--white);
  background: var(--deep);
}

.secondary {
  color: var(--deep);
  background: var(--white);
}

.hero-image {
  margin: 0;
  position: relative;
}

.hero-image::before {
  content: "";
  position: absolute;
  inset: 26px -20px -20px 26px;
  background: var(--mint);
}

.hero-image img,
.image-panel img {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid var(--line);
}

.trust-band {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  padding: 18px clamp(18px, 5vw, 64px);
  color: var(--white);
  background: var(--deep);
  font-weight: 800;
  text-align: center;
}

.section,
.form-page,
.admin-main {
  padding: clamp(48px, 7vw, 88px) clamp(18px, 5vw, 64px);
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 500px);
  gap: clamp(28px, 5vw, 64px);
  align-items: center;
}

.check-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  padding: 0;
  margin: 28px 0 0;
  list-style: none;
}

.check-list li {
  padding: 14px 16px;
  border-left: 5px solid var(--green);
  background: var(--soft);
  font-weight: 800;
}

.about-band {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 360px);
  gap: 28px;
  align-items: center;
  background: var(--soft);
}

.service-area {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 1.1fr);
  gap: 28px;
  align-items: center;
  padding: clamp(38px, 6vw, 70px) clamp(18px, 5vw, 64px);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: #f8fffb;
}

.service-area p {
  margin: 0;
  max-width: 720px;
  color: #294238;
  font-size: 20px;
}

.quick-card {
  padding: 24px;
  border: 1px solid var(--line);
  background: var(--white);
}

.quick-card span,
.contact-card span,
.request-card span {
  display: block;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.quick-card strong,
.contact-card strong {
  display: block;
  margin: 8px 0 18px;
  color: var(--deep);
  font-size: 24px;
}

.steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 28px;
}

.steps article {
  padding: 22px;
  border: 1px solid var(--line);
  background: var(--white);
}

.steps span {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  margin-bottom: 14px;
  color: var(--white);
  background: var(--green);
  font-weight: 800;
}

.contact-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 440px);
  gap: 28px;
  align-items: center;
  padding: clamp(44px, 7vw, 78px) clamp(18px, 5vw, 64px);
  color: var(--white);
  background: var(--deep);
}

.contact-section h2,
.contact-section .eyebrow,
.contact-section p {
  color: var(--white);
}

.contact-card {
  display: block;
  width: 100%;
  color: var(--deep);
  background: var(--white);
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 22px clamp(18px, 5vw, 64px);
  border-top: 1px solid var(--line);
  color: var(--muted);
}

.form-page {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: start;
  background: var(--soft);
}

.request-form {
  display: grid;
  gap: 16px;
  padding: clamp(18px, 4vw, 30px);
  border: 1px solid var(--line);
  background: var(--white);
}

label {
  display: grid;
  gap: 7px;
  font-weight: 800;
}

input,
select,
textarea {
  width: 100%;
  min-height: 46px;
  padding: 11px 12px;
  border: 1px solid var(--line);
  color: var(--ink);
  background: var(--white);
  font: inherit;
}

textarea {
  resize: vertical;
}

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

.option-row {
  display: grid;
  gap: 10px;
  padding: 14px;
  background: var(--soft);
}

.option-row label {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-weight: 700;
}

.option-row input {
  width: auto;
  min-height: 0;
  margin-top: 5px;
}

.hidden-field {
  position: absolute;
  left: -9999px;
}

.form-status {
  padding: 14px 16px;
  font-weight: 800;
}

.success {
  color: var(--deep);
  background: var(--mint);
}

.error {
  color: var(--error);
  background: #fff0f0;
}

.admin-heading {
  margin-bottom: 24px;
}

.request-list {
  display: grid;
  gap: 18px;
}

.request-card {
  padding: 20px;
  border: 1px solid var(--line);
  background: var(--white);
}

.request-card-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--line);
}

.request-card-head strong {
  padding: 6px 10px;
  color: var(--white);
  background: var(--green);
}

dl {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 16px 0;
}

dt {
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

dd {
  margin: 0;
  overflow-wrap: anywhere;
}

@media (max-width: 860px) {
  .site-header,
  .site-footer,
  .contact-section {
    display: block;
  }

  nav {
    justify-content: flex-start;
    margin-top: 12px;
  }

  .hero,
  .split,
  .about-band,
  .form-page,
  .service-area {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: 0;
  }

  .trust-band,
  .steps,
  .check-list,
  .form-grid,
  dl {
    grid-template-columns: 1fr;
  }

  h1 {
    font-size: 40px;
  }

  h2 {
    font-size: 32px;
  }
}
