:root {
  color-scheme: light;
  --ink: #172d2a;
  --muted: #60736e;
  --mint: #d9eee4;
  --lime: #c7ef88;
  --line: #cbd9d3;
  --paper: #f4f7f3;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); }
a { color: inherit; text-decoration: none; }
.section-wrap { width: min(100% - 3rem, 76rem); margin: 0 auto; }
.site-header { display: flex; align-items: center; justify-content: space-between; width: min(100% - 3rem, 76rem); margin: 0 auto; padding: 1.4rem 0; }
.brand { display: inline-flex; align-items: center; gap: .7rem; font-size: 1.05rem; font-weight: 800; letter-spacing: -.03em; }
.brand em { color: #6a8479; font-style: normal; font-weight: 500; }
.brand-mark { display: grid; width: 2rem; height: 2rem; place-items: center; border-radius: .7rem; background: var(--ink); color: var(--lime); font-family: Georgia, serif; font-size: 1.2rem; }
nav { display: flex; align-items: center; gap: 1.7rem; color: var(--muted); font-size: .88rem; }
nav a:hover, .text-link:hover { color: var(--ink); }
.nav-cta { padding: .7rem 1rem; border: 1px solid var(--line); border-radius: 999px; color: var(--ink); }
.hero { display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 4rem; min-height: 38rem; padding-top: 4rem; padding-bottom: 5rem; }
.kicker { margin: 0 0 1.3rem; color: #678178; font-size: .72rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 42rem; margin-bottom: 1.5rem; font-size: clamp(3.3rem, 7vw, 6.5rem); line-height: .93; letter-spacing: -.075em; }
h1 span, h2 span { color: #799d46; }
.hero-text { max-width: 31rem; color: var(--muted); font-size: 1.12rem; line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 1.4rem; margin-top: 2rem; }
.button { display: inline-flex; align-items: center; gap: .8rem; border-radius: 999px; padding: .9rem 1.25rem; font-size: .88rem; font-weight: 750; }
.button span { font-size: 1rem; }
.button-dark { background: var(--ink); color: white; }
.button-dark:hover { background: #2c4e46; }
.text-link { color: var(--muted); font-size: .88rem; font-weight: 700; }
.peak-art { position: relative; min-height: 27rem; overflow: hidden; border-radius: 2rem; background: #b9ded1; }
.sun { position: absolute; top: 12%; right: 17%; width: 8rem; height: 8rem; border-radius: 50%; background: #f2f5d4; opacity: .85; }
.peak { position: absolute; bottom: -4%; width: 0; height: 0; border-right: 18rem solid transparent; border-bottom: 27rem solid #5d8a78; border-left: 18rem solid transparent; }
.peak-back { left: -9rem; border-bottom-color: #8fc1ab; transform: scale(.9); transform-origin: bottom; }
.peak-front { right: -8rem; border-right-width: 22rem; border-bottom-width: 31rem; border-left-width: 22rem; border-bottom-color: var(--ink); }
.path { position: absolute; right: 32%; bottom: 0; width: 5rem; height: 58%; background: #b7d1c4; clip-path: polygon(52% 0, 70% 0, 100% 100%, 0 100%); opacity: .85; }
.peak-art p { position: absolute; left: 2rem; bottom: 1.8rem; margin: 0; color: white; font-size: .8rem; line-height: 1.5; letter-spacing: .04em; text-transform: uppercase; }
.peak-art strong { color: var(--lime); font-size: 1rem; text-transform: none; }
.services { display: grid; grid-template-columns: .7fr 1.3fr; gap: 4rem; padding: 5rem 0; border-top: 1px solid var(--line); }
h2 { margin-bottom: 1.2rem; font-size: clamp(2.1rem, 4vw, 4rem); line-height: .98; letter-spacing: -.06em; }
.section-intro > p:last-child { max-width: 19rem; color: var(--muted); line-height: 1.65; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; align-self: end; }
.service-card { min-height: 16rem; padding: 1.3rem; border: 1px solid var(--line); border-radius: 1.2rem; background: #fff; }
.service-card-dark { background: var(--ink); color: white; }
.service-number { color: #799d46; font-size: .8rem; font-weight: 800; }
.service-card h3 { margin-top: 3.5rem; margin-bottom: .7rem; font-size: 1.12rem; letter-spacing: -.03em; }
.service-card p { min-height: 4.5rem; color: var(--muted); font-size: .86rem; line-height: 1.5; }
.service-card-dark p { color: #c4d4ce; }
.service-card a { font-size: .78rem; font-weight: 800; }
.approach { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; padding: 5rem 0; border-top: 1px solid var(--line); }
.approach-copy > p { max-width: 30rem; color: var(--muted); font-size: 1.1rem; line-height: 1.65; }
.principles { margin-top: 2rem; border-top: 1px solid var(--line); }
.principles div { display: flex; gap: 1.5rem; padding: 1rem 0; border-bottom: 1px solid var(--line); font-size: .9rem; }
.principles strong { color: #799d46; }
.contact { padding: 5rem 3rem; border-radius: 2rem; background: var(--ink); color: white; text-align: center; }
.contact .kicker { color: var(--lime); }
.contact h2 { margin-bottom: 2rem; }
.button-light { background: var(--lime); color: var(--ink); }
.site-footer { display: flex; justify-content: space-between; padding: 2rem 0; color: #72877f; font-size: .75rem; }
@media (max-width: 800px) {
  .site-header nav a:not(.nav-cta) { display: none; }
  .hero, .services, .approach { grid-template-columns: 1fr; gap: 2.5rem; }
  .hero { padding-top: 2rem; }
  .peak-art { min-height: 20rem; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: auto; }
  .service-card h3 { margin-top: 2rem; }
  .site-footer { flex-direction: column; gap: .7rem; }
}
