:root {
  --ink: #11271f;
  --ink-soft: #355248;
  --forest: #0b3d2e;
  --emerald: #146c50;
  --mint: #dff3e9;
  --paper: #f7f8f3;
  --white: #ffffff;
  --gold: #d6a94c;
  --line: rgba(17, 39, 31, 0.14);
  --shadow: 0 24px 70px rgba(7, 36, 27, 0.12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
}
a { color: inherit; }
.shell { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.site-header { position: sticky; top: 0; z-index: 20; background: rgba(247,248,243,.92); backdrop-filter: blur(14px); border-bottom: 1px solid var(--line); }
.nav { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; font-weight: 800; letter-spacing: -.02em; }
.brand-mark { width: 40px; height: 40px; display: grid; place-items: center; background: var(--forest); color: var(--white); border-radius: 50%; font-family: Georgia, serif; font-size: 17px; }
.nav-links { display: flex; align-items: center; gap: 8px; }
.nav-links a { padding: 10px 15px; border-radius: 999px; text-decoration: none; font-weight: 650; font-size: .94rem; color: var(--ink-soft); }
.nav-links a:hover, .nav-links a[aria-current="page"] { background: var(--mint); color: var(--forest); }
.hero { padding: 88px 0 70px; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(320px, .8fr); align-items: center; gap: 70px; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; color: var(--emerald); font-weight: 800; letter-spacing: .12em; text-transform: uppercase; font-size: .78rem; }
.eyebrow::before { content: ""; width: 32px; height: 2px; background: var(--gold); }
h1, h2, h3 { font-family: Georgia, "Times New Roman", serif; line-height: 1.08; letter-spacing: -.025em; margin-top: 0; }
h1 { font-size: clamp(3.1rem, 7vw, 6.5rem); max-width: 900px; margin: 22px 0 26px; font-weight: 500; }
.hero-copy { max-width: 690px; font-size: 1.16rem; color: var(--ink-soft); }
.actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 22px; border-radius: 4px; text-decoration: none; font-weight: 750; }
.button.primary { background: var(--forest); color: var(--white); box-shadow: 0 10px 30px rgba(11,61,46,.2); }
.button.secondary { border: 1px solid var(--forest); color: var(--forest); }
.hero-card { position: relative; min-height: 420px; background: var(--forest); color: var(--white); padding: 40px; border-radius: 2px 70px 2px 2px; box-shadow: var(--shadow); display: flex; flex-direction: column; justify-content: space-between; }
.hero-card::after { content: "KP"; position: absolute; right: 22px; bottom: -34px; font-family: Georgia, serif; font-size: 11rem; line-height: 1; color: rgba(255,255,255,.055); }
.card-label { color: #a8d8c6; font-weight: 750; text-transform: uppercase; letter-spacing: .12em; font-size: .76rem; }
.hero-card blockquote { margin: 0; font: 400 2.05rem/1.2 Georgia, serif; max-width: 360px; }
.principles { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); margin-top: 50px; }
.principle { background: var(--white); padding: 28px; }
.principle strong { display: block; color: var(--forest); font-size: 1.04rem; margin-bottom: 4px; }
.principle span { color: var(--ink-soft); }
.section { padding: 88px 0; }
.section.alt { background: var(--white); }
.section-head { display: grid; grid-template-columns: .7fr 1.3fr; gap: 60px; margin-bottom: 42px; align-items: start; }
.section-head h2, .page-title { font-size: clamp(2.45rem, 5vw, 4.65rem); margin-bottom: 0; font-weight: 500; }
.section-head p { margin: 7px 0 0; color: var(--ink-soft); font-size: 1.08rem; max-width: 660px; }
.service-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.service-card { padding: 34px; border: 1px solid var(--line); background: var(--paper); min-height: 230px; }
.service-card .number { color: var(--gold); font: 700 1rem Georgia, serif; }
.service-card h3 { font-size: 1.75rem; margin: 42px 0 10px; }
.service-card p { color: var(--ink-soft); margin: 0; }
.statement { padding: 85px 0; background: var(--forest); color: var(--white); }
.statement .shell { display: grid; grid-template-columns: 1.3fr .7fr; gap: 70px; align-items: end; }
.statement h2 { font-size: clamp(2.5rem, 5vw, 4.8rem); margin-bottom: 0; font-weight: 500; }
.statement p { margin: 0; color: #cfe7de; }
.page-hero { padding: 92px 0 64px; border-bottom: 1px solid var(--line); }
.page-hero p { max-width: 750px; color: var(--ink-soft); font-size: 1.18rem; }
.profile { display: grid; grid-template-columns: .7fr 1.3fr; gap: 70px; align-items: start; }
.profile-photo { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; object-position: 50% 54%; border-radius: 2px 70px 2px 2px; position: sticky; top: 110px; box-shadow: var(--shadow); }
.profile-copy h2 { font-size: clamp(2.3rem, 4vw, 4rem); font-weight: 500; margin-bottom: 24px; }
.profile-copy p { color: var(--ink-soft); font-size: 1.06rem; }
.values { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; margin-top: 36px; }
.value { padding: 24px; background: var(--white); border-left: 3px solid var(--gold); }
.value strong { display: block; margin-bottom: 6px; }
.service-detail { display: grid; grid-template-columns: 70px 1fr; gap: 26px; padding: 38px 0; border-bottom: 1px solid var(--line); }
.service-detail:first-child { border-top: 1px solid var(--line); }
.service-detail .index { font: 600 1.2rem Georgia, serif; color: var(--gold); }
.service-detail h2 { font-size: 2.1rem; margin-bottom: 12px; font-weight: 500; }
.service-detail p { color: var(--ink-soft); max-width: 750px; margin: 0; }
.service-detail ul { margin: 18px 0 0; padding-left: 20px; color: var(--ink-soft); columns: 2; column-gap: 40px; }
.footer { padding: 36px 0; background: #082d22; color: #cfe7de; }
.footer-row { display: flex; justify-content: space-between; align-items: center; gap: 30px; }
.footer strong { color: var(--white); }
.contact-links { display: flex; flex-wrap: wrap; gap: 10px 22px; }
.contact-links a { color: #eaf7f2; text-decoration: none; font-weight: 650; }
.contact-links a:hover { color: var(--gold); text-decoration: underline; text-underline-offset: 4px; }
.footer small { display: block; max-width: 720px; margin-top: 14px; color: #9fc7b8; font-size: .78rem; line-height: 1.5; }

@media (max-width: 820px) {
  .shell { width: min(100% - 28px, 720px); }
  .nav { min-height: auto; padding: 14px 0; align-items: flex-start; }
  .brand span:last-child { max-width: 140px; line-height: 1.1; }
  .nav-links { gap: 1px; }
  .nav-links a { padding: 9px 8px; font-size: .82rem; }
  .hero, .page-hero { padding-top: 62px; }
  .hero-grid, .section-head, .statement .shell, .profile { grid-template-columns: 1fr; gap: 38px; }
  .hero-card { min-height: 330px; }
  .principles, .service-grid { grid-template-columns: 1fr; }
  .profile-photo { position: static; max-height: 620px; }
  .service-detail ul { columns: 1; }
}

@media (max-width: 520px) {
  .nav { flex-direction: column; }
  .nav-links { width: 100%; justify-content: space-between; }
  .nav-links a { flex: 1; text-align: center; }
  h1 { font-size: 3.2rem; }
  .section { padding: 66px 0; }
  .values { grid-template-columns: 1fr; }
  .footer-row { flex-direction: column; align-items: flex-start; }
}
