:root {
  --ink: #17211f;
  --muted: #5c6965;
  --paper: #fbfaf7;
  --panel: #ffffff;
  --line: #d8ded9;
  --green: #2f6657;
  --green-dark: #21493e;
  --gold: #b9863a;
  --mist: #edf4f1;
  --blue: #27475f;
  --shadow: 0 16px 40px rgba(23, 33, 31, 0.09);
}

[data-tone="evergreen"] {
  --ink: #17211f;
  --muted: #5c6965;
  --paper: #fbfaf7;
  --panel: #ffffff;
  --line: #d8ded9;
  --green: #2f6657;
  --green-dark: #21493e;
  --gold: #b9863a;
  --mist: #edf4f1;
  --blue: #27475f;
  --shadow: 0 16px 40px rgba(23, 33, 31, 0.09);
}

[data-tone="navy"] {
  --ink: #18212d;
  --muted: #5e6875;
  --paper: #f8fafb;
  --panel: #ffffff;
  --line: #d7dde5;
  --green: #2d5278;
  --green-dark: #203d5c;
  --gold: #b17a37;
  --mist: #edf3f8;
  --blue: #3b5f82;
  --shadow: 0 16px 40px rgba(24, 33, 45, 0.1);
}

[data-tone="graphite"] {
  --ink: #191b1d;
  --muted: #61666b;
  --paper: #faf9f6;
  --panel: #ffffff;
  --line: #dcddd9;
  --green: #4b555f;
  --green-dark: #2f363d;
  --gold: #a9783e;
  --mist: #f0f1ef;
  --blue: #626b73;
  --shadow: 0 16px 40px rgba(25, 27, 29, 0.1);
}

[data-tone="coastal"] {
  --ink: #172323;
  --muted: #5d6d6b;
  --paper: #f7fbfa;
  --panel: #ffffff;
  --line: #d4e1df;
  --green: #2e6b70;
  --green-dark: #204c50;
  --gold: #9f7b42;
  --mist: #eaf5f4;
  --blue: #315e76;
  --shadow: 0 16px 40px rgba(23, 35, 35, 0.09);
}

[data-tone="plum"] {
  --ink: #241b21;
  --muted: #6a6067;
  --paper: #fbf8f7;
  --panel: #ffffff;
  --line: #e1d8dc;
  --green: #6a3e55;
  --green-dark: #4b2c3d;
  --gold: #a8783e;
  --mist: #f4edf0;
  --blue: #5a4c62;
  --shadow: 0 16px 40px rgba(36, 27, 33, 0.1);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
}

a {
  color: inherit;
}

.site-header {
  background: rgba(251, 250, 247, 0.96);
  border-bottom: 1px solid var(--line);
  position: sticky;
  top: 0;
  z-index: 10;
}

.nav {
  align-items: center;
  display: flex;
  gap: 24px;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1120px;
  min-height: 74px;
  padding: 0 24px;
}

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

.brand-mark {
  align-items: center;
  background: var(--green);
  border-radius: 8px;
  color: white;
  display: inline-flex;
  font-size: 0.68rem;
  height: 38px;
  justify-content: center;
  letter-spacing: 0;
  min-width: 76px;
  padding: 0 10px;
}

.brand-text {
  display: grid;
  gap: 1px;
}

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

.brand-text span:last-child {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 600;
}

.nav-links {
  align-items: center;
  display: flex;
  gap: 20px;
}

.nav-links a {
  color: var(--muted);
  font-size: 0.94rem;
  font-weight: 650;
  text-decoration: none;
}

.nav-links a[aria-current="page"],
.nav-links a:hover {
  color: var(--ink);
}

.header-cta {
  align-items: center;
  display: flex;
  gap: 12px;
}

.phone-link {
  color: var(--green-dark);
  font-weight: 760;
  text-decoration: none;
  white-space: nowrap;
}

.button {
  align-items: center;
  background: var(--green);
  border: 1px solid var(--green);
  border-radius: 8px;
  color: white;
  display: inline-flex;
  font-weight: 760;
  justify-content: center;
  min-height: 44px;
  padding: 10px 16px;
  text-decoration: none;
}

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

.button.secondary {
  background: transparent;
  color: var(--green-dark);
}

.button.secondary:hover {
  background: var(--mist);
}

main {
  overflow: hidden;
}

.section {
  padding: 72px 24px;
}

.section.compact {
  padding: 52px 24px;
}

.section.mist {
  background: var(--mist);
}

.wrap {
  margin: 0 auto;
  max-width: 1120px;
}

.hero {
  padding: 86px 24px 72px;
}

.hero-grid {
  align-items: center;
  display: grid;
  gap: 44px;
  grid-template-columns: minmax(0, 1.04fr) minmax(320px, 0.96fr);
}

.eyebrow {
  color: var(--green-dark);
  font-size: 0.82rem;
  font-weight: 820;
  letter-spacing: 0;
  margin: 0 0 14px;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  line-height: 1.08;
  margin: 0;
}

h1 {
  font-size: 4.05rem;
  max-width: 860px;
}

h2 {
  font-size: 2.8rem;
}

h3 {
  font-size: 1.2rem;
}

.lead {
  color: var(--muted);
  font-size: 1.16rem;
  margin: 22px 0 0;
  max-width: 650px;
}

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

.hero-note {
  color: var(--muted);
  font-size: 0.94rem;
  margin-top: 18px;
}

.hero-contact-card {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
  padding: 26px;
}

.hero-contact-card h2 {
  font-size: 1.65rem;
}

.hero-contact-card p {
  color: var(--muted);
  margin: 10px 0 0;
}

.contact-actions {
  display: grid;
  gap: 10px;
  margin-top: 22px;
}

.contact-actions a,
.contact-actions span {
  align-items: center;
  background: var(--mist);
  border-radius: 8px;
  color: var(--green-dark);
  display: flex;
  font-weight: 760;
  min-height: 44px;
  padding: 10px 12px;
  text-decoration: none;
}

.proof-list {
  border-top: 1px solid var(--line);
  display: grid;
  gap: 12px;
  list-style: none;
  margin: 22px 0 0;
  padding: 20px 0 0;
}

.proof-list li {
  color: var(--muted);
  display: grid;
  gap: 2px;
}

.proof-list strong {
  color: var(--ink);
}

.ledger-panel {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
  overflow: hidden;
}

.ledger-top {
  align-items: center;
  background: var(--green);
  color: white;
  display: flex;
  justify-content: space-between;
  padding: 18px 20px;
}

.ledger-top strong {
  display: block;
  font-size: 1.04rem;
}

.ledger-top span {
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.88rem;
}

.status-dot {
  background: #d5ef84;
  border-radius: 999px;
  height: 12px;
  width: 12px;
}

.ledger-body {
  display: grid;
  gap: 14px;
  padding: 22px;
}

.ledger-row {
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 8px;
  display: grid;
  gap: 14px;
  grid-template-columns: 1fr auto;
  padding: 15px;
}

.ledger-row span {
  color: var(--muted);
  display: block;
  font-size: 0.86rem;
}

.ledger-row strong {
  font-size: 1rem;
}

.ledger-amount {
  color: var(--green-dark);
  font-weight: 820;
}

.trust-strip {
  background: var(--green-dark);
  color: white;
}

.trust-grid {
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(4, 1fr);
}

.trust-item {
  border-left: 1px solid rgba(255, 255, 255, 0.16);
  padding: 24px;
}

.trust-item:first-child {
  border-left: 0;
}

.trust-item strong {
  display: block;
  font-size: 1rem;
}

.trust-item span {
  color: rgba(255, 255, 255, 0.74);
  display: block;
  font-size: 0.9rem;
  margin-top: 4px;
}

.section-head {
  display: flex;
  gap: 24px;
  justify-content: space-between;
  margin-bottom: 32px;
}

.section-head p {
  color: var(--muted);
  margin: 8px 0 0;
  max-width: 520px;
}

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

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

.card {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 24px;
}

.card p,
.feature-list p {
  color: var(--muted);
  margin: 10px 0 0;
}

.service-tag {
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 820;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.owner-block {
  align-items: center;
  display: grid;
  gap: 34px;
  grid-template-columns: 0.82fr 1.18fr;
}

.owner-card {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
  padding: 28px;
}

.portrait {
  align-items: center;
  background: linear-gradient(135deg, var(--green), var(--blue));
  border-radius: 8px;
  color: white;
  display: flex;
  font-size: 2rem;
  font-weight: 820;
  height: 220px;
  justify-content: center;
  margin-bottom: 20px;
}

.owner-card h3 {
  font-size: 1.35rem;
}

.owner-card p {
  color: var(--muted);
  margin: 8px 0 0;
}

.check-list {
  display: grid;
  gap: 12px;
  list-style: none;
  margin: 22px 0 0;
  padding: 0;
}

.check-list li {
  align-items: flex-start;
  display: flex;
  gap: 10px;
}

.check-list li::before {
  color: var(--gold);
  content: "✓";
  font-weight: 900;
}

.process {
  counter-reset: step;
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, 1fr);
}

.process .card {
  counter-increment: step;
}

.process .card::before {
  align-items: center;
  background: var(--green);
  border-radius: 999px;
  color: white;
  content: counter(step);
  display: inline-flex;
  font-weight: 800;
  height: 34px;
  justify-content: center;
  margin-bottom: 18px;
  width: 34px;
}

.quote {
  background: var(--panel);
  border-left: 5px solid var(--gold);
  box-shadow: var(--shadow);
  padding: 28px;
}

.quote blockquote {
  font-size: 1.35rem;
  line-height: 1.35;
  margin: 0;
}

.quote figcaption {
  color: var(--muted);
  margin-top: 14px;
}

.page-hero {
  background: var(--mist);
  padding: 72px 24px;
}

.page-hero p {
  color: var(--muted);
  font-size: 1.1rem;
  max-width: 680px;
}

.service-list {
  display: grid;
  gap: 16px;
}

.service-row {
  align-items: start;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
  display: grid;
  gap: 20px;
  grid-template-columns: 0.8fr 1.2fr;
  padding: 24px;
}

.service-row p {
  color: var(--muted);
  margin: 0;
}

.contact-panel {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
  padding: 28px;
}

.contact-grid {
  display: grid;
  gap: 30px;
  grid-template-columns: 0.82fr 1.18fr;
}

.contact-list {
  display: grid;
  gap: 14px;
  margin-top: 22px;
}

.contact-list a,
.contact-list span {
  color: var(--green-dark);
  font-weight: 720;
}

form {
  display: grid;
  gap: 16px;
}

label {
  color: var(--ink);
  display: grid;
  font-size: 0.92rem;
  font-weight: 720;
  gap: 7px;
}

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

textarea {
  min-height: 130px;
  resize: vertical;
}

.form-note {
  color: var(--muted);
  font-size: 0.9rem;
  margin: 0;
}

.cta-band {
  background: var(--green-dark);
  color: white;
  padding: 54px 24px;
}

.cta-band .wrap {
  align-items: center;
  display: flex;
  gap: 24px;
  justify-content: space-between;
}

.cta-band p {
  color: rgba(255, 255, 255, 0.78);
  margin: 8px 0 0;
}

.cta-band .button {
  background: white;
  border-color: white;
  color: var(--green-dark);
}

.site-footer {
  background: #111816;
  color: white;
  padding: 38px 24px;
}

.footer-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: 1.3fr 0.7fr 0.7fr;
}

.site-footer a {
  color: rgba(255, 255, 255, 0.78);
  text-decoration: none;
}

.site-footer p {
  color: rgba(255, 255, 255, 0.68);
  margin: 8px 0 0;
}

.footer-links {
  display: grid;
  gap: 8px;
}

@media (max-width: 880px) {
  .nav {
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
    padding-bottom: 16px;
    padding-top: 16px;
  }

  .nav-links,
  .header-cta {
    flex-wrap: wrap;
  }

  .hero-grid,
  .owner-block,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .grid-3,
  .grid-2,
  .process,
  .trust-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .trust-item {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.16);
  }

  .trust-item:first-child {
    border-top: 0;
  }

  .section-head,
  .cta-band .wrap {
    display: block;
  }

  .cta-band .button {
    margin-top: 20px;
  }

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

  h1 {
    font-size: 3.05rem;
  }

  h2 {
    font-size: 2.25rem;
  }
}

@media (max-width: 560px) {
  .section,
  .hero,
  .page-hero {
    padding-left: 18px;
    padding-right: 18px;
  }

  .nav-links {
    gap: 12px;
  }

  .phone-link {
    white-space: normal;
  }

  h1 {
    font-size: 2.35rem;
  }

  h2 {
    font-size: 1.9rem;
  }
}
