:root {
  --ink: #13271f;
  --forest: #254c3b;
  --forest-dark: #173529;
  --sage: #78947f;
  --sand: #e9dfcc;
  --cream: #f7f3e9;
  --white: #fffdf8;
  --line: rgba(19, 39, 31, .15);
  --shadow: 0 20px 60px rgba(19, 39, 31, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
}
a { color: inherit; }
.wrap { width: min(1140px, calc(100% - 40px)); margin: 0 auto; }

header {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid var(--line);
  background: rgba(23, 53, 41, .97);
  backdrop-filter: blur(14px);
}
.nav { min-height: 68px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; font-weight: 850; letter-spacing: .04em; }
.mark { width: 37px; height: 37px; display: grid; place-items: center; border-radius: 50%; background: var(--forest); color: var(--sand); font-family: Georgia, serif; font-size: 21px; }
img.logo { display: block; width: 238px; height: auto; }
nav { display: flex; align-items: center; gap: 22px; }
nav a { color: white; text-decoration: none; font-weight: 650; }
nav a:hover, nav a[aria-current="page"] { color: var(--sand); text-decoration: underline; text-underline-offset: 7px; }
header .button { background: var(--sand); border-color: var(--sand); color: var(--ink); }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 22px; border: 1px solid var(--forest); border-radius: 999px; background: var(--forest); color: white; text-decoration: none; font-weight: 750; transition: .2s ease; }
.button:hover { transform: translateY(-2px); background: var(--forest-dark); box-shadow: 0 12px 25px rgba(19, 39, 31, .18); }
.button.light { background: transparent; color: var(--forest); }

.hero { position: relative; overflow: hidden; padding: 78px 0 70px; background: var(--forest-dark); color: var(--white); }
.hero:after { content: ""; position: absolute; width: 460px; height: 460px; right: -90px; top: -180px; border: 90px solid rgba(233, 223, 204, .1); border-radius: 50%; }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.2fr .8fr; gap: 54px; align-items: end; }
.eyebrow { margin: 0 0 18px; color: #c9d7cd; font-size: .8rem; font-weight: 850; letter-spacing: .15em; text-transform: uppercase; }
h1, h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 500; line-height: 1.02; letter-spacing: -.035em; }
h1 { margin: 0; font-size: clamp(3.15rem, 6.4vw, 5.7rem); max-width: 820px; }
h2 { margin: 0 0 20px; font-size: clamp(2.2rem, 4vw, 4rem); }
h3 { margin: 0 0 10px; font-size: 1.1rem; }
.hero-copy { font-size: 1.2rem; max-width: 560px; color: #dbe4de; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 30px; }
.hero .button { background: var(--sand); border-color: var(--sand); color: var(--ink); }
.hero .button.light { background: transparent; color: white; border-color: rgba(255,255,255,.5); }
.signal { border-top: 1px solid rgba(255,255,255,.3); padding-top: 22px; display: grid; gap: 18px; }
.signal div { display: flex; justify-content: space-between; gap: 20px; color: #dbe4de; }
.signal strong { color: white; }

.section { padding: 68px 0; }
.section.sand { background: var(--sand); }
.section-head { display: grid; grid-template-columns: .8fr 1.2fr; gap: 52px; align-items: start; margin-bottom: 34px; }
.lead { margin: 0; font-size: 1.18rem; color: #42554c; max-width: 680px; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.card { min-height: 190px; padding: 26px; border: 1px solid var(--line); border-radius: 20px; background: var(--white); box-shadow: 0 1px 0 rgba(255,255,255,.5); }
.num { display: block; margin-bottom: 28px; color: var(--sage); font-family: Georgia, serif; font-size: 1.3rem; }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.panel { padding: 36px; border-radius: 24px; background: var(--forest); color: white; }
.panel.alt { background: var(--white); color: var(--ink); border: 1px solid var(--line); }
.panel p { color: inherit; opacity: .82; }
.list { padding: 0; list-style: none; }
.list li { padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,.2); }
.alt .list li { border-color: var(--line); }

.page-hero { padding: 66px 0 42px; }
.page-hero h1 { color: var(--forest-dark); font-size: clamp(3rem, 6vw, 5.4rem); }
.team { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.person { padding: 24px; border: 1px solid var(--line); border-radius: 18px; background: var(--white); }
.initials { width: 62px; height: 62px; display: grid; place-items: center; margin-bottom: 30px; border-radius: 50%; background: var(--sand); color: var(--forest); font-family: Georgia, serif; font-size: 1.4rem; }
.person p { margin: 0; color: #596b62; }
.contact-band { padding: 42px; border-radius: 24px; background: var(--forest-dark); color: white; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.contact-band h2 { font-size: clamp(2rem, 4vw, 3.5rem); }

footer { padding: 60px 0 35px; background: #10251c; color: #d7e0da; }
footer img.logo { width: 265px; margin-bottom: 16px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr .7fr .7fr; gap: 40px; }
footer a { color: #d7e0da; text-decoration: none; }
footer a:hover { text-decoration: underline; }
.legal { margin-top: 45px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.14); font-size: .9rem; color: #aebdb4; }

@media (max-width: 800px) {
  .nav { min-height: 64px; }
  img.logo { width: 205px; }
  nav a:not(.button) { display: none; }
  .hero { padding: 78px 0 65px; }
  .hero-grid, .section-head, .split { grid-template-columns: 1fr; gap: 35px; }
  .grid-3, .team { grid-template-columns: 1fr; }
  .section { padding: 65px 0; }
  .contact-band { padding: 34px; align-items: flex-start; flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr; }
}
