:root {
  --ink: #1f2a24;
  --muted: #5f6b63;
  --paper: #fbfaf5;
  --white: #ffffff;
  --line: #d9dfd4;
  --green: #3f7f52;
  --green-dark: #24583a;
  --blue: #2d5f8b;
  --blue-soft: #dce8f3;
  --coral: #b95a4c;
  --gold: #c49a3b;
  --sage: #e7efe2;
  --lavender: #e8e1ee;
  --radius: 8px;
  --shadow: 0 18px 48px rgba(34, 49, 42, 0.14);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  color: var(--ink);
  background: var(--paper);
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-size: 17px;
  line-height: 1.65;
  overflow-x: hidden;
}

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

a {
  color: inherit;
}

.site-header {
  position: relative;
  z-index: 20;
  border-bottom: 1px solid rgba(31, 42, 36, 0.12);
  background: rgba(251, 250, 245, 0.94);
  backdrop-filter: blur(14px);
}

.nav {
  width: min(1160px, calc(100vw - 32px));
  min-height: 76px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  font-weight: 800;
  line-height: 1.15;
}

.brand img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
}

.brand small {
  display: block;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 650;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 18px;
  font-size: 0.92rem;
  font-weight: 700;
  min-width: 0;
}

.nav-links a {
  min-width: 0;
  text-decoration: none;
}

.nav-links a:not(.button):hover,
.nav-links a:not(.button)[aria-current="page"] {
  color: var(--green-dark);
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
}

.mobile-menu {
  display: none;
}

.mobile-menu summary {
  display: flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(36, 88, 58, 0.32);
  border-radius: var(--radius);
  padding: 12px 18px;
  color: var(--green-dark);
  cursor: pointer;
  font-weight: 900;
  list-style: none;
}

.mobile-menu summary::-webkit-details-marker {
  display: none;
}

.mobile-menu-panel {
  display: grid;
  gap: 8px;
  margin-top: 10px;
  border: 1px solid rgba(31, 42, 36, 0.12);
  border-radius: var(--radius);
  padding: 10px;
  background: #fff;
  box-shadow: 0 12px 32px rgba(34, 49, 42, 0.08);
}

.mobile-menu-panel a {
  display: flex;
  min-height: 42px;
  align-items: center;
  border-radius: var(--radius);
  padding: 9px 10px;
  font-weight: 850;
  text-decoration: none;
}

.button,
.button-secondary {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: var(--radius);
  padding: 12px 18px;
  border: 1px solid transparent;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none;
  white-space: nowrap;
  max-width: 100%;
}

.button {
  color: #fff;
  background: var(--green-dark);
}

.button-secondary {
  color: var(--green-dark);
  background: transparent;
  border-color: rgba(36, 88, 58, 0.32);
}

.section {
  padding: 84px 0;
}

.wrap {
  width: calc(100% - 32px);
  max-width: 1160px;
  margin: 0 auto;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--green-dark);
  font-size: 0.86rem;
  font-weight: 850;
  text-transform: uppercase;
}

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

h1 {
  width: 100%;
  max-width: 850px;
  margin-bottom: 22px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 3.45rem;
  line-height: 1.05;
  letter-spacing: 0;
  overflow-wrap: break-word;
}

h2 {
  max-width: 760px;
  margin-bottom: 18px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2.15rem;
  line-height: 1.12;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 10px;
  font-size: 1.12rem;
  line-height: 1.25;
}

.lead {
  max-width: 720px;
  color: #37463c;
  font-size: 1.18rem;
}

.muted {
  color: var(--muted);
}

.hero-grid,
.split {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(320px, 0.88fr);
  gap: 56px;
  align-items: center;
}

.hero-grid > *,
.split > *,
.portrait-lockup > * {
  min-width: 0;
}

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

.proof-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.pill {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  border: 1px solid rgba(31, 42, 36, 0.14);
  border-radius: 999px;
  padding: 6px 12px;
  background: rgba(255, 255, 255, 0.68);
  color: #33433a;
  font-size: 0.86rem;
  font-weight: 800;
}

.media-frame {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  background: #d7e1d4;
}

.media-frame img {
  width: 100%;
  height: 100%;
  min-height: 430px;
  object-fit: cover;
}

.logo-mark {
  width: 92px;
  height: 92px;
  border-radius: 50%;
  object-fit: cover;
}

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

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

.service-card,
.quote-card,
.fact-card,
.step-card {
  border: 1px solid rgba(31, 42, 36, 0.12);
  border-radius: var(--radius);
  padding: 24px;
  background: var(--white);
}

.service-card a {
  color: var(--green-dark);
  font-weight: 850;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.fact-card strong {
  display: block;
  margin-bottom: 6px;
  color: var(--green-dark);
}

.quote-card p {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.12rem;
  line-height: 1.55;
}

.band {
  background: var(--sage);
}

.band-blue {
  background: #eef4f7;
}

.band-white {
  background: var(--white);
}

.cta-band {
  padding: 72px 0;
  color: #fff;
  background: #234a3a;
}

.cta-band h2,
.cta-band p {
  color: #fff;
}

.footer {
  padding: 28px 0;
  border-top: 1px solid rgba(31, 42, 36, 0.12);
  color: var(--muted);
  font-size: 0.92rem;
}

.footer .wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 16px;
}

.page-hero {
  padding: 76px 0 64px;
  background: linear-gradient(180deg, #fbfaf5 0%, #f3f7ef 100%);
}

.page-hero .lead {
  max-width: 820px;
}

.breadcrumb {
  display: flex;
  gap: 8px;
  margin-bottom: 22px;
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 750;
}

.breadcrumb a {
  color: var(--green-dark);
}

.content {
  width: 100%;
  max-width: 860px;
  margin: 0;
}

.content h2 {
  margin-top: 42px;
}

.content h2:first-child {
  margin-top: 0;
}

.content h3 {
  margin-top: 28px;
}

.content ul,
.content ol {
  margin: 0 0 24px;
  padding-left: 24px;
}

.content li {
  margin-bottom: 8px;
}

.content a {
  color: var(--green-dark);
  font-weight: 800;
  text-underline-offset: 4px;
}

.page-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 48px;
  align-items: start;
}

.price {
  display: inline-flex;
  align-items: baseline;
  gap: 8px;
  margin: 10px 0 16px;
  color: var(--green-dark);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2rem;
  font-weight: 900;
}

.price span {
  color: var(--muted);
  font-family: inherit;
  font-size: 1rem;
  font-weight: 700;
}

.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  gap: 36px;
  align-items: start;
}

.booking-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 24px;
}

.booking-option {
  border: 1px solid rgba(31, 42, 36, 0.12);
  border-radius: var(--radius);
  padding: 18px;
  background: #fff;
}

.booking-option strong {
  display: block;
  margin-bottom: 6px;
  color: var(--green-dark);
}

.form-card {
  border: 1px solid rgba(31, 42, 36, 0.12);
  border-radius: var(--radius);
  padding: 28px;
  background: #fff;
  box-shadow: var(--shadow);
}

.field {
  display: grid;
  gap: 7px;
  margin-bottom: 16px;
  font-weight: 800;
}

.field input,
.field textarea,
.field select {
  width: 100%;
  border: 1px solid rgba(31, 42, 36, 0.22);
  border-radius: var(--radius);
  padding: 12px;
  color: var(--ink);
  background: #fff;
  font: inherit;
}

.field textarea {
  min-height: 150px;
  resize: vertical;
}

.blog-list {
  display: grid;
  gap: 20px;
}

.post-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  border: 1px solid rgba(31, 42, 36, 0.12);
  border-radius: var(--radius);
  padding: 24px;
  background: #fff;
}

.post-card h2 {
  margin: 0 0 8px;
  font-size: 1.45rem;
}

.article-meta {
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 800;
}

.article {
  padding: 64px 0;
}

.article .content {
  width: min(860px, calc(100% - 32px));
  margin-left: max(16px, calc((100vw - 1160px) / 2));
  margin-right: 16px;
  font-size: 1.06rem;
}

.toc {
  display: grid;
  gap: 8px;
  margin: 18px 0 0;
}

.toc a {
  color: var(--green-dark);
  font-weight: 850;
}

.chooser {
  min-height: 100vh;
  padding: 48px 0;
}

.chooser-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(220px, 1fr));
  gap: 18px;
  margin-top: 28px;
}

.chooser-card {
  border: 1px solid rgba(31, 42, 36, 0.14);
  border-radius: var(--radius);
  background: #fff;
  overflow: hidden;
}

.chooser-card iframe {
  width: 100%;
  height: 280px;
  border: 0;
  transform: scale(0.7);
  transform-origin: 0 0;
  width: 142.857%;
  pointer-events: none;
}

.chooser-card div {
  padding: 18px;
  border-top: 1px solid rgba(31, 42, 36, 0.12);
}

.chooser-card a {
  font-weight: 850;
  color: var(--green-dark);
}

.variant-2 {
  --green: #4f7f69;
  --green-dark: #284f46;
  --sage: #f0e9db;
  --paper: #fffdf8;
}

.variant-2 .site-header {
  background: rgba(255, 253, 248, 0.95);
}

.variant-2 .hero-grid {
  grid-template-columns: minmax(320px, 0.86fr) minmax(0, 1.14fr);
}

.decision-list {
  display: grid;
  gap: 14px;
  margin-top: 28px;
}

.decision-row {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
}

.decision-row span {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--green-dark);
  font-weight: 900;
}

.variant-3 {
  --green: #3d716d;
  --green-dark: #1e5552;
  --sage: #e4f0ed;
  --paper: #f9fbf8;
  --coral: #a8584d;
}

.local-map {
  min-height: 430px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background:
    linear-gradient(rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0.72)),
    url("assets/assessment.jpg") center / cover;
}

.area-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.area-tags span {
  border-radius: 999px;
  padding: 8px 12px;
  background: #fff;
  font-weight: 850;
}

.variant-4 {
  --green: #47663d;
  --green-dark: #2f4c30;
  --sage: #f3f0e6;
  --paper: #f7f7f2;
}

.assessment-panel {
  border-left: 8px solid var(--gold);
  border-radius: var(--radius);
  padding: 28px;
  background: #fff;
  box-shadow: var(--shadow);
}

.check-list {
  padding: 0;
  margin: 22px 0 0;
  list-style: none;
}

.check-list li {
  position: relative;
  margin: 0 0 12px;
  padding-left: 28px;
}

.check-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--green-dark);
  font-weight: 900;
}

.variant-5 {
  --green: #56744d;
  --green-dark: #315b42;
  --sage: #edf3e5;
  --paper: #fbf7f1;
  --coral: #aa6156;
}

.portrait-lockup {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 22px;
  align-items: end;
}

.portrait-lockup .media-frame img {
  min-height: 560px;
}

.note {
  border-radius: var(--radius);
  padding: 24px;
  background: #fff;
  box-shadow: var(--shadow);
}

@media (max-width: 980px) {
  .hero-grid,
  .split,
  .variant-2 .hero-grid,
  .portrait-lockup {
    grid-template-columns: 1fr;
  }

  .grid-3,
  .grid-2,
  .chooser-grid,
  .page-layout,
  .contact-grid,
  .post-card,
  .booking-options {
    grid-template-columns: 1fr;
  }

  h1 {
    max-width: 900px;
    font-size: 2.55rem;
  }

  h2 {
    font-size: 1.85rem;
  }

  .section {
    padding: 56px 0;
  }

  .media-frame img,
  .portrait-lockup .media-frame img {
    min-height: 320px;
  }
}

@media (max-width: 700px) {
  body {
    font-size: 16px;
  }

  .nav {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: start;
    gap: 12px;
    width: calc(100% - 32px);
    max-width: calc(100vw - 32px);
    min-height: 0;
    padding: 14px 0;
    overflow: visible;
  }

  .nav-links {
    display: none;
  }

  .mobile-menu {
    display: block;
    width: 88px;
  }

  .mobile-menu[open] {
    grid-column: 1 / -1;
    width: 100%;
  }

  .page-hero {
    padding: 52px 0 48px;
  }

  .section {
    padding: 46px 0;
  }

  .brand {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    overflow: hidden;
  }

  .brand img {
    width: 42px;
    height: 42px;
  }

  .brand span {
    min-width: 0;
    overflow: hidden;
  }

  .brand small {
    font-size: 0.74rem;
  }

  .button,
  .button-secondary {
    width: 100%;
    white-space: normal;
  }

  .wrap,
  .content,
  .hero-grid,
  .split,
  .page-layout,
  .contact-grid,
  .grid-2,
  .grid-3,
  .booking-options,
  .form-card,
  .service-card,
  .quote-card,
  .fact-card,
  .step-card,
  .booking-option,
  .media-frame {
    max-width: 100%;
  }

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

  .proof-row {
    overflow: hidden;
  }

  .pill {
    max-width: 100%;
    white-space: normal;
  }

  h1 {
    max-width: none;
    font-size: 2.12rem;
    line-height: 1.12;
    overflow-wrap: anywhere;
  }

  h2 {
    font-size: 1.52rem;
    line-height: 1.18;
  }

  .lead {
    max-width: 24em;
    font-size: 1rem;
    line-height: 1.58;
  }

  .lead,
  p {
    overflow-wrap: anywhere;
  }
}
