@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Playfair+Display:ital,wght@0,500;0,600;1,500;1,600&display=swap");

:root {
  --paper: #f4f1e9;
  --paper-dark: #e7e3d8;
  --ink: #1f332d;
  --muted: #617069;
  --green: #31584c;
  --green-dark: #24463c;
  --mint: #d9e3d5;
  --line: rgba(31, 51, 45, .16);
  --white: #fbfaf6;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { background: var(--paper); color: var(--ink); font-family: "DM Sans", sans-serif; line-height: 1.6; }
a { color: inherit; }
.container { margin: 0 auto; max-width: 1180px; padding-left: 32px; padding-right: 32px; }
.site-header { border-bottom: 1px solid var(--line); }
.nav { align-items: center; display: flex; justify-content: space-between; min-height: 86px; }
.brand { align-items: center; display: inline-flex; text-decoration: none; }
.brand-logo { display: block; height: 54px; object-fit: contain; width: 176px; }
.brand strong { font-weight: 700; }
.brand-mark { align-items: center; background: var(--green); border-radius: 50%; color: var(--paper); display: inline-flex; font-family: Georgia, serif; font-size: 1.15rem; height: 34px; justify-content: center; width: 34px; }
.nav-links { align-items: center; display: flex; gap: 34px; list-style: none; }
.nav-links a { color: var(--muted); font-size: .85rem; text-decoration: none; }
.nav-links a:hover, .text-link:hover { color: var(--green); }
.nav-cta { border: 1px solid var(--green); border-radius: 30px; color: var(--green) !important; padding: 11px 17px; }
.nav-cta span, .button span { margin-left: 8px; }
.menu-toggle { display: none; }
.hero { align-items: center; display: grid; gap: 70px; grid-template-columns: 1.03fr .97fr; min-height: 610px; padding-bottom: 70px; padding-top: 62px; }
.eyebrow, .section-label { color: var(--muted); font-size: .7rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow { align-items: center; display: flex; gap: 11px; }
.eyebrow-line { background: var(--green); display: inline-block; height: 1px; width: 31px; }
h1, h2 { font-weight: 500; letter-spacing: -.045em; line-height: 1.08; }
h1 { font-size: clamp(3.6rem, 6.7vw, 6.1rem); margin: 27px 0; max-width: 680px; }
h1 em, h2 em { color: var(--green); font-family: "Playfair Display", serif; font-weight: 500; }
.hero-text { color: var(--muted); font-size: 1.06rem; max-width: 490px; }
.hero-actions { align-items: center; display: flex; gap: 28px; margin-top: 37px; }
.button { border-radius: 28px; display: inline-flex; font-size: .85rem; font-weight: 700; padding: 15px 21px; text-decoration: none; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--green); color: var(--white); }
.button-primary:hover { background: var(--green-dark); }
.text-link { color: var(--green); font-size: .82rem; font-weight: 700; text-decoration: none; }
.text-link span { font-size: 1.1rem; margin-left: 8px; }
.hero-art { height: 445px; overflow: hidden; position: relative; }
.hero-image { border-radius: 28px; height: 100%; inset: 0; object-fit: cover; position: absolute; transform: none; width: 100%; }
.section { padding-bottom: 110px; padding-top: 110px; }
.intro { border-top: 1px solid var(--line); }
.intro-content { display: grid; gap: 100px; grid-template-columns: .9fr 1fr; margin-top: 42px; }
h2 { font-size: clamp(2.5rem, 4.2vw, 4rem); }
.intro-content p { color: var(--muted); font-size: .97rem; margin-bottom: 18px; max-width: 520px; }
.intro-content .lead { color: var(--ink); font-size: 1.17rem; line-height: 1.5; }
.section-heading { align-items: end; display: flex; justify-content: space-between; margin-bottom: 48px; }
.section-heading h2 { max-width: 475px; text-align: right; }
.value-section { background: var(--green); color: var(--white); }
.value-heading { max-width: 680px; }
.value-section .section-label { color: #b6c9bd; }
.value-heading h2 { margin: 22px 0 18px; }
.value-heading h2 em { color: #bfd2bc; }
.value-heading > p { color: #dbe4d9; font-size: 1.2rem; font-weight: 500; max-width: 540px; }
.value-grid { display: grid; gap: 18px; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); margin-top: 48px; }
.value-card { align-items: center; background: var(--paper); border: 1px solid rgba(255,255,255,.4); border-radius: 20px; color: var(--ink); display: flex; justify-content: center; min-height: 150px; padding: 28px 20px; text-align: center; }
.value-card h3 { font-size: clamp(.92rem, 1.2vw, 1.08rem); hyphens: auto; line-height: 1.35; overflow-wrap: break-word; }
.service-grid { display: grid; gap: 15px; grid-template-columns: repeat(3, 1fr); }
.service-card { background: var(--paper-dark); display: flex; flex-direction: column; min-height: 325px; padding: 28px; position: relative; }
.service-card:nth-child(odd) { background: var(--green); color: var(--white); }
.service-card-featured { background: var(--green); color: var(--white); }
.service-icon {
  align-items: center;
  background: var(--mint);
  border-radius: 12px;
  color: var(--green);
  display: flex;
  height: 42px;
  justify-content: center;
  margin: 0 0 20px;
  width: 42px;
}
.service-icon svg { fill: none; height: 22px; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.7; width: 22px; }
.service-card h3 { font-size: 1.23rem; letter-spacing: -.02em; margin-bottom: 10px; }
.service-card p { color: var(--muted); font-size: .86rem; max-width: 240px; }
.service-card-note {
  border-top: 1px solid var(--line);
  color: var(--ink) !important;
  font-size: .74rem !important;
  font-weight: 600;
  margin-top: auto;
  max-width: none !important;
  padding-top: 16px;
}
.service-card:nth-child(odd) p { color: #dbe4d9; }
.service-card:nth-child(odd) .service-card-note { border-color: rgba(255,255,255,.25); color: var(--white) !important; }
.experience { background: var(--green); color: var(--white); }
.experience-inner { display: grid; gap: 100px; grid-template-columns: .9fr 1fr; }
.experience .section-label { color: #b6c9bd; }
.experience h2 { margin-bottom: 30px; }
.experience h2 em { color: #bfd2bc; }
.experience p { color: #dbe4d9; font-size: .98rem; max-width: 500px; }
.stats { border-top: 1px solid rgba(255,255,255,.25); display: flex; gap: 55px; margin-top: 45px; padding-top: 20px; }
.stats div { display: flex; flex-direction: column; }
.stats strong { font-family: "Playfair Display", serif; font-size: 2.2rem; font-weight: 500; }
.stats span { color: #b6c9bd; font-size: .7rem; text-transform: uppercase; }
.contact { padding-bottom: 120px; padding-top: 120px; }
.contact-card { align-items: start; background: #c6d6c2; display: grid; gap: 70px; grid-template-columns: 1fr 1fr; padding: 58px 65px; }
.contact-card h2 { margin-top: 24px; }
.contact-copy { padding-bottom: 5px; }
.contact-copy p { color: var(--green); font-size: 1rem; margin-bottom: 28px; max-width: 290px; }
.contact-links { align-items: flex-start; display: flex; flex-direction: column; gap: 14px; }
.contact-links > a:not(.button) { color: var(--green); font-size: .86rem; font-weight: 700; text-decoration: none; }
.contact-links > a:not(.button):hover { text-decoration: underline; }
.button-light { background: var(--paper); color: var(--green); }
.site-footer { border-top: 1px solid var(--line); padding: 28px 0; }
.footer-inner { align-items: center; display: flex; justify-content: space-between; }
.footer-inner p { color: var(--muted); font-size: .7rem; }
.sr-only { height: 1px; margin: -1px; overflow: hidden; position: absolute; width: 1px; clip: rect(0, 0, 0, 0); }

@media (max-width: 760px) {
  .container { padding-left: 22px; padding-right: 22px; }
  .nav { min-height: 72px; position: relative; }
  .brand-logo { height: 46px; width: 150px; }
  .menu-toggle { background: none; border: 0; cursor: pointer; display: flex; flex-direction: column; gap: 5px; padding: 8px; }
  .menu-toggle > span:not(.sr-only) { background: var(--green); display: block; height: 1px; width: 23px; }
  .nav-links { background: var(--paper); border-bottom: 1px solid var(--line); display: none; flex-direction: column; gap: 20px; left: -22px; padding: 24px 22px 28px; position: absolute; right: -22px; top: 72px; z-index: 2; }
  .nav-links.is-open { display: flex; }
  .hero { display: block; min-height: auto; padding-bottom: 65px; padding-top: 55px; }
  h1 { font-size: clamp(2.4rem, 12vw, 4.2rem); }
  .hero-art { height: 300px; margin-top: 55px; }
  .hero-image { height: 100%; inset: 0; width: 100%; }
  .section { padding-bottom: 75px; padding-top: 75px; }
  .intro-content, .experience-inner, .contact-card { display: block; }
  .intro-content { margin-top: 28px; }
  .intro-content > div { margin-top: 30px; }
  .section-heading { align-items: start; display: block; }
  .section-heading h2 { margin-top: 25px; text-align: left; }
  .value-heading h2 { margin-top: 25px; }
  .value-grid { grid-template-columns: 1fr; margin-top: 34px; }
  .value-card { min-height: auto; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 280px; }
  .experience h2 { margin-top: 25px; }
  .stats { gap: 20px; justify-content: space-between; }
  .stats strong { font-size: 1.7rem; }
  .contact-card { padding: 38px 28px; }
  .contact-copy { margin-top: 38px; }
  .footer-inner { align-items: center; flex-direction: column; gap: 12px; text-align: center; }
}
