:root {
  --ink: #162124;
  --muted: #5d676a;
  --line: #dfe4e3;
  --paper: #fbfaf7;
  --white: #ffffff;
  --green: #18534f;
  --green-dark: #103b38;
  --copper: #a85f2a;
  --blue: #324f7c;
  --shadow: 0 24px 70px rgba(16, 34, 35, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, Arial, sans-serif;
  line-height: 1.6;
}

a {
  color: inherit;
}

.skip-link {
  position: absolute;
  left: 16px;
  top: -80px;
  z-index: 100;
  padding: 10px 14px;
  background: var(--ink);
  color: var(--white);
  border-radius: 4px;
  font-weight: 800;
  text-decoration: none;
}

.skip-link:focus {
  top: 16px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px clamp(20px, 5vw, 72px);
  background: rgba(251, 250, 247, 0.92);
  border-bottom: 1px solid rgba(223, 228, 227, 0.88);
  backdrop-filter: blur(14px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--green-dark);
  font-weight: 800;
  text-decoration: none;
}

.brand-logo {
  display: block;
  width: 46px;
  height: 46px;
  object-fit: contain;
}

nav {
  display: flex;
  align-items: center;
  gap: 18px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
}

nav a {
  text-decoration: none;
}

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

main {
  overflow: hidden;
}

.hero {
  display: block;
  min-height: auto;
  padding: clamp(44px, 7vw, 74px) clamp(20px, 5vw, 72px) 48px;
  border-bottom: 1px solid var(--line);
}

.hero-copy {
  max-width: 920px;
}

.eyebrow,
.section-kicker {
  margin: 0 0 12px;
  color: var(--copper);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

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

h1 {
  max-width: 920px;
  margin-bottom: 22px;
  color: var(--green-dark);
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: clamp(56px, 10vw, 126px);
  line-height: 0.95;
  letter-spacing: 0;
}

h2 {
  color: var(--green-dark);
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: clamp(31px, 4.6vw, 58px);
  line-height: 1.08;
  letter-spacing: 0;
}

h3 {
  color: var(--green-dark);
  font-size: 20px;
  line-height: 1.25;
}

.lede {
  max-width: 780px;
  color: #334044;
  font-size: clamp(19px, 2.1vw, 27px);
  line-height: 1.42;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 34px 0;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 20px;
  border: 1px solid var(--green);
  border-radius: 4px;
  font-weight: 800;
  text-decoration: none;
}

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

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

.quick-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  max-width: 920px;
  margin: 0;
  background: var(--line);
  border: 1px solid var(--line);
}

.quick-facts div {
  min-height: 128px;
  padding: 20px;
  background: var(--white);
}

.quick-facts dt {
  margin-bottom: 8px;
  color: var(--green-dark);
  font-weight: 800;
}

.quick-facts dd {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.portrait-panel {
  margin: 0 auto 28px 0;
  width: clamp(180px, 24vw, 260px);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 4px;
  box-shadow: 0 12px 30px rgba(16, 34, 35, 0.08);
  overflow: hidden;
}

.portrait-panel img {
  display: block;
  width: 100%;
  height: auto;
}

.intro-section,
.services-section,
.seo-section,
.focus-section,
.process-section,
.faq-section,
.contact-section {
  padding: clamp(58px, 8vw, 104px) clamp(20px, 5vw, 72px);
  border-bottom: 1px solid var(--line);
}

.intro-section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.62fr);
  gap: clamp(28px, 5vw, 76px);
  align-items: start;
  background: var(--white);
}

.intro-section p:last-child {
  color: #3c484b;
  font-size: 20px;
}

.section-heading {
  max-width: 920px;
  margin-bottom: 34px;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}

.service-grid article {
  min-height: 310px;
  padding: 30px;
  background: var(--white);
}

.service-grid span {
  display: block;
  margin-bottom: 28px;
  color: var(--blue);
  font-weight: 800;
}

.service-grid p,
.seo-copy p,
.focus-list p,
.faq-list p,
.process-list,
.contact-section p {
  color: var(--muted);
}

.seo-section {
  background: var(--white);
}

.seo-copy {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  max-width: 1120px;
}

.seo-copy p {
  margin: 0;
  padding: 28px;
  background: var(--paper);
  border: 1px solid var(--line);
  font-size: 18px;
}

.focus-section {
  background: #eef3f1;
}

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

.focus-list div {
  padding: 28px;
  background: var(--paper);
  border-left: 5px solid var(--green);
}

.process-section {
  background: var(--green-dark);
}

.process-section .section-kicker,
.process-section h2 {
  color: var(--white);
}

.process-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin: 0;
  padding: 0;
  list-style: none;
  background: rgba(255, 255, 255, 0.25);
}

.process-list li {
  min-height: 230px;
  padding: 28px;
  background: #173f3c;
  color: #dbe7e4;
}

.process-list strong {
  display: block;
  margin-bottom: 10px;
  color: var(--white);
  font-size: 20px;
}

.faq-section {
  background: var(--paper);
}

.faq-list {
  display: grid;
  gap: 12px;
  max-width: 980px;
}

.faq-list details {
  background: var(--white);
  border: 1px solid var(--line);
}

.faq-list summary {
  cursor: pointer;
  padding: 20px 24px;
  color: var(--green-dark);
  font-weight: 800;
}

.faq-list summary:focus-visible {
  outline: 3px solid rgba(168, 95, 42, 0.45);
  outline-offset: 2px;
}

.faq-list p {
  margin: 0;
  padding: 0 24px 22px;
}

.contact-section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.5fr);
  gap: clamp(28px, 6vw, 86px);
  align-items: center;
  background: var(--white);
}

.contact-section address {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 28px;
  background: var(--paper);
  border: 1px solid var(--line);
  font-style: normal;
  font-weight: 800;
}

.contact-section address a {
  color: var(--green-dark);
  text-decoration-color: var(--copper);
  text-underline-offset: 5px;
}

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

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 24px clamp(20px, 5vw, 72px);
  background: var(--ink);
  color: #d8dfdd;
  font-size: 13px;
}

.site-footer p {
  max-width: 620px;
  margin: 0;
}

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

  nav {
    flex-wrap: wrap;
  }

  .hero,
  .intro-section,
  .contact-section {
    grid-template-columns: 1fr;
  }

  .quick-facts,
  .service-grid,
  .seo-copy,
  .focus-list,
  .process-list {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .brand span:last-child {
    font-size: 15px;
  }

  nav {
    gap: 12px;
  }

  .hero {
    min-height: auto;
  }

  .hero-actions {
    display: grid;
  }

  .button {
    width: 100%;
  }

  .service-grid article,
  .focus-list div,
  .process-list li {
    min-height: auto;
    padding: 24px;
  }

  .site-footer {
    flex-direction: column;
  }
}
