:root {
  color-scheme: light;
  --ink: #16252c;
  --muted: #5c696f;
  --line: #d5dfe2;
  --paper: #f8f7f2;
  --paper-rgb: 248, 247, 242;
  --soft: #edf2f0;
  --white: #ffffff;
  --teal: #186f73;
  --teal-dark: #114f56;
  --forest: #1f3d48;
  --gold: #b9822f;
  --clay: #8a5a3c;
  --shadow: 0 18px 50px rgba(20, 37, 44, 0.12);
  --soft-shadow: 0 12px 34px rgba(20, 37, 44, 0.08);
  --radius: 14px;
  --serif:
    "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Charter, Georgia, "Times New Roman", serif;
  --sans:
    "Avenir Next", "Segoe UI", Inter, -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 94px;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 18% 16%, rgba(185, 130, 47, 0.1), transparent 24rem),
    radial-gradient(circle at 84% 24%, rgba(24, 111, 115, 0.08), transparent 28rem),
    linear-gradient(180deg, #fbfaf6 0%, var(--paper) 48%, #eef4f2 100%);
  color: var(--ink);
  font-family: var(--serif);
  line-height: 1.62;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 3px solid rgba(183, 122, 37, 0.38);
  outline-offset: 3px;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 30;
  transform: translateY(-140%);
  padding: 10px 14px;
  border-radius: 8px;
  background: var(--forest);
  color: var(--white);
  font-family: var(--sans);
  font-weight: 800;
  text-decoration: none;
  transition: transform 160ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 84px;
  padding: 14px clamp(18px, 5vw, 64px);
  background: rgba(var(--paper-rgb), 0.94);
  border-bottom: 1px solid rgba(216, 223, 220, 0.8);
  backdrop-filter: blur(10px);
}

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

.brand-mark {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border-radius: 10px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), transparent 42%),
    var(--forest);
  color: var(--white);
  font-family: var(--sans);
  font-weight: 800;
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  font-family: var(--sans);
}

.brand small {
  color: var(--muted);
  font-family: var(--sans);
  font-size: 0.78rem;
}

nav,
.button,
.eyebrow,
.hero-meta,
.trust-strip,
.panel-number,
label,
.optional,
.checkbox,
.site-footer,
.footer-links {
  font-family: var(--sans);
}

nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px 22px;
  color: var(--muted);
  font-size: 0.95rem;
}

nav a {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  text-decoration: none;
}

nav a:hover {
  color: var(--teal-dark);
}

.nav-cta {
  padding: 8px 12px;
  border: 1px solid rgba(29, 51, 45, 0.16);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.68);
  color: var(--forest);
  font-weight: 800;
}

.hero {
  position: relative;
  min-height: min(820px, calc(100svh - 84px));
  display: grid;
  align-items: end;
  overflow: hidden;
  background: var(--forest);
}

.hero-media {
  position: absolute;
  inset: 0;
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-media::before {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(270deg, rgba(10, 28, 33, 0.9) 0%, rgba(10, 28, 33, 0.72) 38%, rgba(10, 28, 33, 0.18) 100%),
    linear-gradient(180deg, rgba(10, 28, 33, 0.08) 0%, rgba(10, 28, 33, 0.46) 100%);
  content: "";
}

.hero-media::after {
  position: absolute;
  inset: auto 0 0;
  height: 28%;
  background: linear-gradient(180deg, transparent, rgba(251, 250, 246, 0.2));
  content: "";
}

.hero-content {
  position: relative;
  width: min(780px, calc(100% - 36px));
  margin: 0 auto clamp(42px, 10vh, 96px) clamp(18px, 7vw, 88px);
  color: var(--white);
  text-align: left;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  text-wrap: pretty;
}

h1 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(2.8rem, 7vw, 5.2rem);
  line-height: 0.98;
}

h2 {
  margin: 0;
  font-size: clamp(2.1rem, 5vw, 3.35rem);
  line-height: 1.05;
}

h3 {
  margin: 0;
  font-size: 1.22rem;
  line-height: 1.24;
}

p {
  font-size: 1.05rem;
}

.hero-copy {
  max-width: 650px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(1.08rem, 2.2vw, 1.24rem);
}

.hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
  justify-content: flex-start;
}

.hero-meta a {
  display: inline-flex;
  align-items: center;
  padding: 7px 10px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.9rem;
  font-weight: 750;
  text-decoration: none;
}

.hero-meta a:hover {
  background: rgba(255, 255, 255, 0.18);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
  justify-content: flex-start;
}

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 18px;
  border: 1px solid transparent;
  border-radius: 10px;
  font: inherit;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
  transition:
    background-color 160ms ease,
    border-color 160ms ease,
    color 160ms ease,
    transform 160ms ease;
}

.button:hover {
  transform: translateY(-1px);
}

.button.primary {
  background: var(--teal);
  color: var(--white);
  box-shadow: 0 10px 24px rgba(15, 118, 110, 0.18);
}

.button.primary:hover {
  background: var(--teal-dark);
}

.button.secondary {
  border-color: rgba(255, 255, 255, 0.45);
  color: var(--white);
}

.button.secondary:hover {
  background: rgba(255, 255, 255, 0.12);
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.9);
}

.trust-strip div {
  padding: 24px clamp(18px, 4vw, 48px);
  border-right: 1px solid var(--line);
  text-align: left;
}

.trust-strip div:last-child {
  border-right: 0;
}

.trust-strip strong,
.trust-strip span {
  display: block;
}

.trust-strip strong {
  margin-bottom: 4px;
}

.trust-strip span {
  color: var(--muted);
}

.section {
  position: relative;
  isolation: isolate;
  padding: clamp(58px, 9vw, 110px) clamp(18px, 6vw, 80px);
}

.section > * {
  width: 100%;
  max-width: 1240px;
  margin-inline: auto;
}

.section::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    linear-gradient(120deg, rgba(31, 61, 72, 0.05), transparent 42%),
    radial-gradient(circle at 84% 18%, rgba(138, 90, 60, 0.08), transparent 20rem);
  content: "";
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: clamp(32px, 6vw, 72px);
  align-items: start;
}

.split > div:first-child,
.request-intro {
  justify-self: start;
  text-align: left;
}

.split > div:first-child p:not(.eyebrow),
.request-intro p {
  max-width: 620px;
  margin-left: 0;
  color: var(--muted);
}

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

.service-grid article {
  min-height: 220px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.88)),
    radial-gradient(circle at 100% 0%, rgba(24, 111, 115, 0.16), transparent 13rem);
  box-shadow: var(--soft-shadow);
}

.service-grid span {
  display: inline-flex;
  margin-bottom: 34px;
  color: var(--clay);
  font-weight: 900;
}

.service-grid p,
.process-list p,
.benefits-grid p,
.evidence-grid p,
.faq-list p {
  margin-bottom: 0;
  color: var(--muted);
}

.benefits-section {
  background:
    linear-gradient(180deg, rgba(248, 247, 242, 0.98), rgba(241, 246, 244, 0.96)),
    radial-gradient(circle at 14% 22%, rgba(185, 130, 47, 0.12), transparent 22rem);
}

.benefits-grid,
.evidence-grid,
.faq-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.benefits-grid article,
.evidence-grid article,
.faq-list article {
  min-height: 210px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: var(--soft-shadow);
}

.value-section {
  background:
    linear-gradient(180deg, rgba(248, 247, 242, 0.95), rgba(236, 243, 241, 0.93)),
    url("/assets/charnwood-forest-surreal-hero.jpg");
  background-position: center;
  background-size: cover;
}

.security-section {
  background:
    linear-gradient(180deg, rgba(20, 47, 56, 0.95), rgba(16, 35, 41, 0.95)),
    url("/assets/charnwood-forest-surreal-hero.jpg");
  background-position: center;
  background-size: cover;
  color: var(--white);
}

.security-section .eyebrow,
.security-section .section-summary,
.security-section .evidence-grid p {
  color: rgba(255, 255, 255, 0.8);
}

.security-section .evidence-grid article {
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.08);
}

.security-section .evidence-grid strong {
  display: block;
  margin-bottom: 42px;
  color: var(--gold);
  font-size: 2.4rem;
  line-height: 1;
}

.section-heading {
  display: grid;
  grid-template-columns: 0.35fr 0.65fr;
  gap: 32px;
  align-items: start;
  margin-bottom: 38px;
}

.section-heading .eyebrow {
  justify-self: start;
  max-width: 18ch;
  margin-top: 8px;
  text-align: left;
}

.section-summary {
  max-width: 720px;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 1.08rem;
}

.process-band {
  background:
    linear-gradient(180deg, rgba(235, 243, 241, 0.96), rgba(223, 235, 232, 0.95)),
    url("/assets/charnwood-forest-surreal-hero.jpg");
  background-position: center;
  background-size: cover;
}

.process-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  padding: 0;
  margin: 0;
  list-style: none;
  background: var(--line);
  border: 1px solid var(--line);
}

.process-list li {
  min-height: 280px;
  padding: 26px;
  background: rgba(251, 250, 246, 0.92);
}

.process-list span {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  margin-bottom: 60px;
  border-radius: 10px;
  background: var(--forest);
  color: var(--white);
  font-family: var(--sans);
  font-weight: 900;
}

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

.complaint-panel {
  display: grid;
  align-content: start;
  gap: 18px;
  min-height: 250px;
  padding: clamp(22px, 4vw, 32px);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.9)),
    radial-gradient(circle at 100% 0%, rgba(24, 111, 115, 0.12), transparent 14rem);
  box-shadow: var(--soft-shadow);
}

.complaint-panel p {
  max-width: 54ch;
  margin: 0;
  color: var(--muted);
}

.text-link {
  color: var(--teal-dark);
  font-family: var(--sans);
  font-size: 0.95rem;
  font-weight: 800;
  text-decoration: none;
}

.text-link:hover {
  text-decoration: underline;
}

.panel-number {
  color: var(--clay);
  font-weight: 900;
  text-transform: uppercase;
}

.faq-section {
  background:
    linear-gradient(180deg, rgba(248, 247, 242, 0.98), rgba(243, 247, 245, 0.96)),
    radial-gradient(circle at 85% 10%, rgba(24, 111, 115, 0.08), transparent 22rem);
}

.request-section {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(320px, 1.15fr);
  gap: clamp(32px, 6vw, 72px);
  align-items: start;
  background:
    linear-gradient(90deg, rgba(248, 247, 242, 0.98), rgba(248, 247, 242, 0.92)),
    url("/assets/charnwood-forest-surreal-hero.jpg");
  background-position: center;
  background-size: cover;
}

.contact-note {
  display: flex;
  flex-direction: column;
  gap: 4px;
  max-width: 420px;
  margin-left: 0;
  margin-top: 28px;
  padding: 18px;
  border-left: 4px solid var(--gold);
  background: rgba(237, 243, 239, 0.9);
}

.contact-note span {
  color: var(--muted);
}

.request-form {
  display: grid;
  gap: 18px;
  padding: clamp(20px, 4vw, 34px);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.95);
  box-shadow: var(--shadow);
}

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

label {
  display: grid;
  gap: 8px;
  margin: 0;
  color: var(--ink);
  font-weight: 750;
}

.optional {
  color: var(--muted);
  font-size: 0.85rem;
  font-weight: 650;
}

.field-hint {
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.45;
}

.checkbox {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  color: var(--muted);
  font-weight: 650;
}

input,
select,
textarea {
  width: 100%;
  min-height: 48px;
  padding: 11px 12px;
  border: 1px solid #c7d1cd;
  border-radius: 10px;
  background: rgba(var(--paper-rgb), 0.9);
  color: var(--ink);
  font: inherit;
}

textarea {
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  outline: 3px solid rgba(15, 118, 110, 0.16);
  outline-offset: 0;
  border-color: var(--teal);
}

input[aria-invalid="true"] {
  border-color: #b33c28;
  background: #fff8f6;
}

input[type="checkbox"] {
  width: 18px;
  min-height: 18px;
  margin-top: 3px;
  accent-color: var(--teal);
}

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

.form-status {
  display: none;
  padding: 12px 14px;
  border-radius: 10px;
  font-family: var(--sans);
  font-weight: 750;
}

.form-status.visible {
  display: block;
}

.form-status.success {
  background: #e3f5ec;
  color: #155d3f;
}

.form-status.error {
  background: #fdecea;
  color: #8f241b;
}

.submit-button {
  width: 100%;
}

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

.site-footer p {
  margin: 0;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.legal-section {
  min-height: calc(100svh - 84px);
  background:
    linear-gradient(90deg, rgba(251, 250, 246, 0.98), rgba(251, 250, 246, 0.94)),
    url("/assets/charnwood-forest-surreal-hero.jpg");
  background-position: center;
  background-size: cover;
}

.legal-content {
  max-width: 840px;
  padding: clamp(20px, 4vw, 36px);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.95);
  box-shadow: var(--shadow);
}

.legal-content h1 {
  font-size: clamp(2.2rem, 5vw, 3.4rem);
}

.legal-content h2 {
  margin-top: 34px;
  font-size: 1.45rem;
  line-height: 1.18;
}

.legal-content p,
.legal-content li {
  color: var(--muted);
}

@media (max-width: 920px) {
  .site-header,
  .site-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .hero {
    min-height: 720px;
  }

  .split,
  .section-heading,
  .request-section,
  .benefits-grid,
  .evidence-grid,
  .complaints-grid,
  .process-list,
  .service-grid,
  .faq-list {
    grid-template-columns: 1fr;
  }

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

  .trust-strip div {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .trust-strip div:last-child {
    border-bottom: 0;
  }

  .trust-strip div {
    text-align: left;
  }
}

@media (max-width: 640px) {
  html {
    scroll-padding-top: 0;
  }

  .site-header {
    position: static;
    gap: 16px;
  }

  .brand {
    align-items: flex-start;
  }

  .brand strong {
    font-size: 0.98rem;
  }

  nav {
    width: 100%;
    justify-content: flex-start;
    gap: 8px 12px;
  }

  nav a {
    min-height: 40px;
    padding: 0 2px;
  }

  .hero {
    min-height: 620px;
  }

  .hero-content {
    width: calc(100% - 32px);
    margin: 0 auto 36px 16px;
  }

  .contact-note {
    border-left: 4px solid var(--gold);
  }

  .hero-actions,
  .hero-actions .button,
  .form-row {
    width: 100%;
  }

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

  .process-list li,
  .benefits-grid article,
  .evidence-grid article,
  .faq-list article,
  .complaint-panel,
  .service-grid article {
    min-height: auto;
  }

  .process-list span {
    margin-bottom: 32px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
  }

  .button:hover {
    transform: none;
  }
}
