:root {
  --bg: #f4f1e8;
  --paper: #fbf9f4;
  --ink: #1c1e20;
  --muted: #595d61;
  --line: #d6d0c3;
  --accent: #24574a;
  --accent-soft: #dce6df;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Manrope", "Segoe UI", sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at 15% 10%, #ece6d8 0%, transparent 42%),
    radial-gradient(circle at 80% 85%, #e3e9dd 0%, transparent 38%),
    var(--bg);
}

.skip-link {
  position: absolute;
  left: -9999px;
  top: auto;
}

.skip-link:focus {
  left: 1rem;
  top: 1rem;
  z-index: 1000;
  background: #fffef9;
  color: var(--ink);
  border: 1px solid var(--line);
  border-radius: 0.6rem;
  padding: 0.4rem 0.7rem;
}

.page-shell {
  width: min(1040px, 92vw);
  margin: 1.5rem auto 2.5rem;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 1.25rem;
  box-shadow: 0 14px 40px rgba(35, 37, 39, 0.08);
  overflow: hidden;
}

.site-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.25rem 1.5rem;
  border-bottom: 1px solid var(--line);
}

.brand {
  margin: 0;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--muted);
}

.header-link {
  color: var(--ink);
  text-decoration: none;
  font-size: 0.95rem;
}

.header-link:hover {
  text-decoration: underline;
  text-underline-offset: 0.2rem;
}

main {
  padding: 2rem 1.5rem 2.5rem;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  gap: 1.4rem;
  align-items: center;
  padding: 0.25rem 0 2rem;
  border-bottom: 1px solid var(--line);
}

.hero-content {
  min-width: 0;
}

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

h1,
h2,
h3 {
  font-family: "Fraunces", Georgia, serif;
  font-weight: 600;
  letter-spacing: 0.01em;
}

h1 {
  margin: 0.6rem 0 0.75rem;
  max-width: 16ch;
  font-size: clamp(2rem, 5.4vw, 4rem);
  line-height: 1.02;
}

.hero-copy {
  max-width: 60ch;
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

.hero-points {
  margin: 0.7rem 0 0;
  padding-left: 1.1rem;
  color: var(--muted);
  display: grid;
  gap: 0.2rem;
}

.hero-actions {
  display: flex;
  gap: 0.8rem;
  flex-wrap: wrap;
  margin-top: 1.4rem;
  align-items: center;
}

.hero-image {
  width: 100%;
  height: auto;
  border: 1px solid var(--line);
  border-radius: 0.9rem;
  display: block;
  background: #fffef9;
}

.btn {
  display: inline-block;
  padding: 0.7rem 1rem;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 500;
  font-size: 0.95rem;
}

.btn-primary {
  background: var(--accent);
  color: #f6f8f5;
}

.btn-secondary {
  color: var(--ink);
  background: transparent;
  border: 1px solid var(--line);
}

.text-link {
  color: var(--muted);
  text-decoration: none;
  border-bottom: 1px solid var(--line);
  padding-bottom: 0.1rem;
}

.text-link:hover {
  color: var(--ink);
  border-bottom-color: var(--ink);
}

a:focus-visible,
button:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 3px;
}

.trust-line {
  margin: 0.8rem 0 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.results {
  display: grid;
  gap: 0.9rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding: 1.6rem 0;
  border-bottom: 1px solid var(--line);
}

.metric {
  border: 1px solid var(--line);
  border-radius: 0.9rem;
  padding: 0.9rem;
  background: #fffef9;
}

.metric-number {
  margin: 0;
  font-family: "Fraunces", Georgia, serif;
  font-size: 2rem;
}

.metric-label {
  margin: 0.3rem 0 0;
  font-size: 0.95rem;
  color: var(--muted);
}

.services,
.proof,
.approach,
.contact {
  padding-top: 1.7rem;
}

h2 {
  margin: 0 0 0.8rem;
  font-size: clamp(1.4rem, 3.2vw, 2rem);
}

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

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

.proof-card {
  border: 1px solid var(--line);
  border-radius: 0.9rem;
  padding: 1rem;
  background: #fffef9;
}

.card {
  border: 1px solid var(--line);
  border-radius: 0.9rem;
  padding: 1rem;
  background: linear-gradient(140deg, #fffef9, var(--accent-soft));
}

h3 {
  margin: 0 0 0.45rem;
  font-size: 1.2rem;
}

.card p,
.proof-card p,
.approach li,
.contact p {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.approach ol {
  margin: 0;
  padding-left: 1.1rem;
  display: grid;
  gap: 0.45rem;
}

.small-note {
  margin-top: 0.8rem;
  font-size: 0.92rem;
  color: var(--muted);
}

.contact {
  border-top: 1px solid var(--line);
  margin-top: 1.8rem;
  padding-top: 1.8rem;
}

.lead-form {
  display: grid;
  gap: 0.55rem;
  max-width: 560px;
  margin-top: 0.8rem;
}

.lead-form label {
  font-size: 0.9rem;
  color: var(--ink);
}

.lead-form input,
.lead-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 0.55rem;
  padding: 0.65rem 0.7rem;
  font: inherit;
  color: var(--ink);
  background: #fffef9;
}

.lead-form textarea {
  resize: vertical;
}

.lead-form .btn {
  width: fit-content;
  margin-top: 0.35rem;
  border: 0;
  cursor: pointer;
}

.privacy-line {
  margin-top: 0.8rem;
  font-size: 0.9rem;
}

.privacy-details {
  margin-top: 0.8rem;
  max-width: 560px;
}

.privacy-details summary {
  cursor: pointer;
  color: var(--muted);
  font-size: 0.9rem;
}

.privacy-details p {
  margin-top: 0.45rem;
}

.site-footer {
  border-top: 1px solid var(--line);
  padding: 1rem 1.5rem 1.4rem;
}

.site-footer p {
  margin: 0;
  color: var(--muted);
  font-size: 0.84rem;
  line-height: 1.4;
}

.sep {
  margin: 0 0.35rem;
}

.contact a {
  color: var(--accent);
  text-decoration: none;
  border-bottom: 1px solid currentColor;
}

.contact a:hover {
  border-bottom-color: transparent;
}

@media (max-width: 820px) {
  .hero {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .results,
  .proof-grid,
  .service-grid {
    grid-template-columns: 1fr;
  }

  .page-shell {
    margin: 0;
    width: 100vw;
    border-radius: 0;
    border-left: none;
    border-right: none;
  }

  main {
    padding: 1.6rem 1rem 2rem;
  }
}
