:root {
  --sage: #8f9a80;
  --sage-dark: #6f7963;
  --sage-light: #e7e9e1;
  --sage-pale: #f3f4f0;
  --ink: #11151d;
  --muted: #5f665f;
  --white: #ffffff;
  --line: #dfe3da;
  --shadow: 0 18px 50px rgba(30, 35, 28, .09);
  --radius: 20px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Aptos, "Segoe UI", Arial, sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
img, svg { display: block; max-width: 100%; }
.container { width: min(calc(100% - 40px), var(--container)); margin: 0 auto; }
.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}
.skip-link {
  position: fixed; z-index: 999; top: 12px; left: 12px; padding: 10px 14px;
  background: var(--ink); color: white; transform: translateY(-150%);
}
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255,255,255,.9);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(223,227,218,.8);
}
.nav-wrap { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand {
  text-decoration: none; font-size: 30px; line-height: 1;
  letter-spacing: -1.7px; font-weight: 400;
}
.brand-mark { color: var(--sage); }
.main-nav { display: flex; align-items: center; gap: 28px; }
.main-nav a { text-decoration: none; font-size: 15px; font-weight: 600; }
.main-nav a:hover { color: var(--sage-dark); }
.nav-cta { padding: 10px 18px; border: 1px solid var(--sage); border-radius: 999px; }
.nav-toggle { display: none; border: 0; background: transparent; padding: 8px; }
.nav-toggle span:not(.sr-only) { display: block; width: 24px; height: 2px; margin: 5px 0; background: var(--ink); }

.hero { overflow: hidden; padding: 112px 0 120px; background: linear-gradient(180deg, #fff 0%, var(--sage-pale) 100%); }
.hero-grid { display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 80px; }
.eyebrow {
  margin: 0 0 14px; color: var(--sage-dark); text-transform: uppercase;
  letter-spacing: .14em; font-size: 13px; font-weight: 800;
}
h1, h2, h3 { margin-top: 0; line-height: 1.08; }
h1 { margin-bottom: 26px; font-size: clamp(48px, 6vw, 82px); letter-spacing: -.055em; font-weight: 650; }
h1 span { color: var(--sage-dark); }
h2 { margin-bottom: 20px; font-size: clamp(36px, 4.5vw, 58px); letter-spacing: -.045em; }
h3 { margin-bottom: 12px; font-size: 22px; letter-spacing: -.02em; }
.hero-lead { max-width: 720px; margin: 0 0 34px; color: var(--muted); font-size: 21px; line-height: 1.55; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.button {
  display: inline-flex; justify-content: center; align-items: center; min-height: 50px;
  padding: 0 22px; border-radius: 999px; text-decoration: none; font-weight: 750;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary { color: white; background: var(--sage-dark); box-shadow: 0 12px 25px rgba(111,121,99,.25); }
.button-primary:hover { background: #606a55; }
.button-secondary { border: 1px solid var(--line); background: white; }
.button-light { margin-top: 24px; color: var(--sage-dark); background: white; }
.hero-points { display: flex; flex-wrap: wrap; gap: 18px; margin: 34px 0 0; padding: 0; list-style: none; color: var(--muted); font-size: 14px; }
.hero-points li::before { content: "—"; margin-right: 8px; color: var(--sage); }

.hero-visual { position: relative; min-height: 490px; }
.visual-panel {
  position: absolute; inset: 0 0 0 70px; border-radius: 30px;
  background: linear-gradient(145deg, #a4ad99 0%, #e8eae3 72%);
  box-shadow: var(--shadow); overflow: hidden;
}
.visual-panel::after {
  content: ""; position: absolute; width: 520px; height: 160px; left: -100px; bottom: -70px;
  border: 1px solid rgba(255,255,255,.55); border-radius: 50%;
  box-shadow: 0 -18px 0 rgba(255,255,255,.12), 0 -36px 0 rgba(255,255,255,.10), 0 -54px 0 rgba(255,255,255,.08);
  transform: rotate(-6deg);
}
.monogram {
  position: absolute; inset: 0; display: grid; place-items: center;
  color: rgba(255,255,255,.88); font-size: clamp(110px, 15vw, 190px); font-weight: 400; letter-spacing: -.09em;
}
.metric {
  position: absolute; min-width: 205px; padding: 18px 20px; border-radius: 16px;
  background: rgba(255,255,255,.94); box-shadow: var(--shadow); backdrop-filter: blur(12px);
}
.metric-one { left: 0; top: 70px; }
.metric-two { right: -25px; bottom: 55px; }
.metric-label { display: block; color: var(--sage-dark); font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.metric strong { display: block; margin-top: 2px; font-size: 18px; }

.section { padding: 110px 0; }
.section-heading { max-width: 760px; margin-bottom: 52px; }
.section-heading > p:last-child, .approach-intro > p:last-child { color: var(--muted); font-size: 19px; }

.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.service-card {
  min-height: 315px; padding: 34px; border: 1px solid var(--line);
  border-radius: var(--radius); background: white; transition: transform .2s ease, box-shadow .2s ease;
}
.service-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.service-card p { color: var(--muted); }
.icon {
  width: 58px; height: 58px; margin-bottom: 30px; padding: 14px;
  border-radius: 16px; color: var(--sage-dark); background: var(--sage-pale);
}
.icon svg { fill: none; stroke: currentColor; stroke-width: 2.5; stroke-linecap: round; stroke-linejoin: round; }

.approach { background: var(--ink); color: white; }
.approach-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; align-items: start; }
.approach .eyebrow { color: #b7c0aa; }
.approach-intro p:last-child { color: #c2c7c0; }
.steps { margin: 0; padding: 0; list-style: none; }
.steps li { display: grid; grid-template-columns: 70px 1fr; gap: 24px; padding: 28px 0; border-top: 1px solid rgba(255,255,255,.16); }
.steps li:last-child { border-bottom: 1px solid rgba(255,255,255,.16); }
.steps > li > span { color: #b7c0aa; font-size: 14px; font-weight: 800; }
.steps h3 { margin-bottom: 6px; }
.steps p { margin: 0; color: #bfc5bd; }

.about-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 80px; align-items: center; }
.about-mark {
  min-height: 360px; display: grid; place-items: center; border-radius: 28px;
  background: linear-gradient(145deg, #a4ad99, #e8eae3); color: rgba(255,255,255,.9);
  font-size: clamp(100px, 15vw, 180px); letter-spacing: -.08em; box-shadow: var(--shadow);
}
.about-lead { margin-top: 0; color: var(--ink); font-size: 22px; line-height: 1.5; }
.about p:last-child { color: var(--muted); font-size: 18px; }

.contact { padding-top: 60px; }
.contact-card {
  display: grid; grid-template-columns: 1.25fr .75fr; gap: 80px;
  padding: 64px; border-radius: 28px; color: white; background: var(--sage-dark);
}
.contact-card .eyebrow { color: #e1e7da; }
.contact-card h2 { max-width: 720px; }
.contact-card p { max-width: 650px; color: #edf0e9; font-size: 18px; }
.contact-details { display: flex; flex-direction: column; justify-content: center; gap: 12px; font-style: normal; }
.contact-details strong { font-size: 24px; }
.contact-details span { margin-bottom: 6px; color: #eef1ea; }
.contact-details a { width: fit-content; color: white; text-underline-offset: 4px; }

.site-footer { padding: 42px 0; }
.footer-grid { display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 30px; }
.footer-brand > span { display: block; font-size: 25px; letter-spacing: -1px; }
.footer-brand > span span { color: var(--sage); }
.footer-brand small { color: var(--muted); }
.footer-links { display: flex; gap: 20px; }
.footer-links a { color: var(--muted); font-size: 14px; }
.footer-grid > p { margin: 0; color: var(--muted); font-size: 14px; }

.legal { min-height: 70vh; padding: 100px 0; }
.legal article { max-width: 780px; }
.legal h1 { font-size: clamp(44px, 6vw, 70px); }
.legal h2 { margin-top: 44px; font-size: 28px; }
.legal p, .legal li { color: var(--muted); }
.notice { padding: 18px 20px; border-left: 4px solid var(--sage); background: var(--sage-pale); }

@media (max-width: 900px) {
  .hero { padding-top: 80px; }
  .hero-grid, .approach-grid, .about-grid, .contact-card { grid-template-columns: 1fr; }
  .hero-visual { min-height: 430px; margin-top: 10px; }
  .cards { grid-template-columns: 1fr; }
  .service-card { min-height: auto; }
  .approach-grid, .about-grid, .contact-card { gap: 48px; }
  .about-mark { min-height: 300px; }
  .footer-grid { grid-template-columns: 1fr; }
}

@media (max-width: 700px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .nav-toggle { display: block; }
  .main-nav {
    position: absolute; top: 78px; left: 0; right: 0; display: none;
    flex-direction: column; align-items: stretch; padding: 22px;
    background: white; border-bottom: 1px solid var(--line); box-shadow: var(--shadow);
  }
  .main-nav.open { display: flex; }
  .nav-cta { text-align: center; }
  .hero { padding: 72px 0 88px; }
  .hero-grid { gap: 44px; }
  .hero-lead { font-size: 18px; }
  .hero-visual { min-height: 360px; }
  .visual-panel { left: 28px; }
  .metric { min-width: 175px; padding: 14px 16px; }
  .metric-one { top: 35px; }
  .metric-two { right: 0; bottom: 30px; }
  .section { padding: 82px 0; }
  .service-card { padding: 28px; }
  .contact-card { padding: 38px 26px; }
}
