:root {
  --ink: #15231f;
  --ink-soft: #40514b;
  --sage: #85998d;
  --sage-pale: #e7ece8;
  --paper: #f7f4ee;
  --paper-deep: #eee9df;
  --white: #fffdf8;
  --line: rgba(21, 35, 31, .16);
  --serif: "Libre Caslon Display", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); line-height: 1.65; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
.wrap { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.site-header { position: sticky; top: 0; z-index: 20; background: rgba(247,244,238,.93); backdrop-filter: blur(14px); border-bottom: 1px solid var(--line); }
.nav-wrap { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 10px; letter-spacing: .12em; }
.brand-mark { width: 39px; height: 39px; display: inline-flex; color: var(--ink); }
.brand-copy { display: grid; line-height: 1; gap: 3px; }
.brand-copy strong { font-size: 15px; letter-spacing: .19em; }
.brand-copy small { font-size: 8px; font-weight: 700; letter-spacing: .36em; padding-left: 1px; }
.nav-links { display: flex; align-items: center; gap: 28px; font-size: 13px; font-weight: 600; }
.nav-links > a:not(.button) { border-bottom: 1px solid transparent; }
.nav-links > a:not(.button):hover { border-bottom-color: var(--ink); }
.menu-toggle { display: none; border: 0; background: transparent; padding: 8px; }
.menu-toggle span { width: 23px; height: 1px; background: var(--ink); display: block; margin: 6px 0; }
.button { display: inline-flex; align-items: center; justify-content: center; padding: 15px 22px; background: var(--ink); color: var(--white); border: 1px solid var(--ink); font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; transition: .2s ease; }
.button:hover { background: transparent; color: var(--ink); }
.button-small { padding: 11px 16px; }
.hero { min-height: 700px; display: flex; align-items: center; padding: 88px 0 92px; position: relative; overflow: hidden; }
.hero:after { content: ""; width: 520px; height: 520px; position: absolute; right: -160px; top: 90px; border-radius: 50%; border: 1px solid rgba(21,35,31,.09); box-shadow: 0 0 0 80px rgba(21,35,31,.02), 0 0 0 160px rgba(21,35,31,.018); }
.hero-grid { display: grid; grid-template-columns: 1.45fr .75fr; gap: 90px; align-items: center; position: relative; z-index: 1; }
.eyebrow, .section-label, .panel-kicker, .fit-card-label { margin: 0 0 18px; font-size: 11px; letter-spacing: .18em; font-weight: 700; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--serif); font-weight: 400; line-height: 1.05; letter-spacing: -.025em; }
h1 { font-size: clamp(54px, 6.4vw, 88px); max-width: 900px; margin-bottom: 26px; }
h2 { font-size: clamp(39px, 4.5vw, 61px); margin-bottom: 22px; }
h3 { font-size: 20px; line-height: 1.3; }
.hero-lede { max-width: 700px; font-size: 18px; color: var(--ink-soft); }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 36px; flex-wrap: wrap; }
.text-link { font-size: 13px; font-weight: 700; border-bottom: 1px solid var(--ink); padding-bottom: 4px; }
.hero-panel { background: var(--ink); color: var(--paper); padding: 38px; min-height: 460px; display: flex; flex-direction: column; justify-content: flex-start; box-shadow: 0 24px 70px rgba(21,35,31,.12); }
.panel-kicker { color: #c8d2cb; }
.panel-quote { font-family: var(--serif); font-size: 31px; line-height: 1.24; margin: 24px 0 26px; }
.panel-rule { height: 1px; background: rgba(255,255,255,.22); margin-bottom: 10px; }
.panel-stat { display: grid; grid-template-columns: 100px 1fr; align-items: baseline; gap: 12px; padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,.13); }
.panel-stat span { font-family: var(--serif); font-size: 26px; }
.panel-stat small { color: #cad4ce; font-size: 12px; }
.intro-band { background: var(--paper-deep); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 84px 0; }
.intro-grid { display: grid; grid-template-columns: .42fr 1.58fr; gap: 80px; }
.intro-grid h2 { max-width: 800px; }
.intro-grid p:last-child { max-width: 800px; color: var(--ink-soft); font-size: 17px; }
.section { padding: 112px 0; }
.section-heading { max-width: 780px; margin-bottom: 54px; }
.section-heading.narrow { max-width: 680px; }
.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-card { min-height: 285px; padding: 30px 28px 34px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.18); }
.service-card:hover { background: var(--white); }
.card-num { font-family: var(--serif); font-size: 19px; color: var(--sage); display: block; margin-bottom: 42px; }
.service-card h3 { max-width: 250px; }
.service-card p { color: var(--ink-soft); font-size: 14px; }
.fit { background: var(--ink); color: var(--paper); }
.fit-grid { display: grid; grid-template-columns: 1fr .82fr; gap: 100px; align-items: start; }
.fit-copy > p:not(.section-label) { color: #c6d0ca; max-width: 630px; }
.check-list { list-style: none; padding: 0; margin: 35px 0 0; display: grid; gap: 14px; }
.check-list li { padding-left: 27px; position: relative; }
.check-list li:before { content: "—"; position: absolute; left: 0; color: #9fb0a6; }
.fit-card { background: var(--paper); color: var(--ink); padding: 38px 40px; }
.fit-card-label { color: var(--sage); }
.fit-card ul { padding-left: 20px; margin: 28px 0 0; }
.fit-card li { margin: 0 0 18px; color: var(--ink-soft); }
.about { background: var(--white); }
.about-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 110px; align-items: center; }
.about-mark { color: var(--ink); display: flex; justify-content: center; }
.about-mark svg { width: min(360px, 100%); }
.about-copy p:not(.section-label) { color: var(--ink-soft); max-width: 680px; font-size: 16px; }
.about-copy .text-link { display: inline-block; margin-top: 10px; }
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; border-top: 1px solid var(--line); }
.steps article { padding: 32px 28px 10px 0; border-right: 1px solid var(--line); margin-right: 28px; }
.steps article:last-child { border-right: 0; margin-right: 0; }
.steps span { color: var(--sage); font-family: var(--serif); font-size: 20px; }
.steps h3 { margin-top: 32px; }
.steps p { color: var(--ink-soft); font-size: 14px; }
.cta { padding-top: 20px; }
.cta-box { background: var(--ink); color: var(--paper); padding: 64px 68px; display: grid; grid-template-columns: 1.5fr .7fr; gap: 70px; align-items: center; }
.cta-box h2 { max-width: 720px; font-size: clamp(40px, 4vw, 56px); }
.cta-box p:not(.section-label) { color: #c8d2cc; max-width: 690px; }
.section-label.light { color: #aebdb4; }
.cta-actions { display: grid; gap: 16px; justify-items: stretch; }
.button-light { background: var(--paper); color: var(--ink); border-color: var(--paper); }
.button-light:hover { background: transparent; color: var(--paper); }
.contact-line { font-size: 13px; color: #d5ddd8; text-align: center; }
.site-footer { padding: 42px 0; border-top: 1px solid var(--line); }
.footer-grid { display: grid; grid-template-columns: 1fr 1fr 1.5fr; gap: 30px; align-items: center; font-size: 12px; color: var(--ink-soft); }
.footer-grid p { margin: 0; }
.footer-grid p:last-child { text-align: right; }
.footer-brand .brand-copy strong { font-size: 13px; }
.footer-brand .brand-copy small { font-size: 7px; }
@media (max-width: 900px) {
  .wrap { width: min(100% - 34px, 720px); }
  .menu-toggle { display: block; }
  .nav-links { display: none; position: absolute; left: 0; right: 0; top: 82px; background: var(--paper); border-bottom: 1px solid var(--line); padding: 24px; flex-direction: column; align-items: stretch; }
  .nav-links.open { display: flex; }
  .nav-links .button { text-align: center; }
  .hero { padding: 62px 0 70px; min-height: auto; }
  .hero-grid, .fit-grid, .about-grid, .cta-box { grid-template-columns: 1fr; gap: 50px; }
  .hero-panel { min-height: auto; }
  .intro-grid { grid-template-columns: 1fr; gap: 18px; }
  .card-grid { grid-template-columns: 1fr 1fr; }
  .steps { grid-template-columns: 1fr 1fr; }
  .steps article { border-bottom: 1px solid var(--line); margin-right: 18px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid p:last-child { text-align: left; }
}
@media (max-width: 590px) {
  .wrap { width: min(100% - 28px, 520px); }
  .nav-wrap { min-height: 72px; }
  .nav-links { top: 72px; }
  .brand-mark { width: 34px; height: 34px; }
  h1 { font-size: 50px; }
  .section { padding: 82px 0; }
  .card-grid, .steps { grid-template-columns: 1fr; }
  .service-card { min-height: auto; }
  .cta-box { padding: 45px 28px; }
  .hero-panel { padding: 30px; }
  .panel-quote { font-size: 26px; }
  .panel-stat { grid-template-columns: 85px 1fr; }
}

/* Compass brand assets */
.brand-logo { width: 190px; height: 58px; object-fit: contain; object-position: left center; display:block; }
.footer-logo { width: 190px; height: 64px; object-fit: contain; object-position:left center; display:block; }
.firms { background: var(--paper); }
.firms-grid { display:grid; grid-template-columns: .9fr 1.1fr; gap: clamp(3rem,7vw,7rem); align-items:start; }
.firms-copy h2 { max-width: 680px; }
.firms-copy p:not(.section-label) { max-width: 680px; }
.firms-card { background: var(--ink); color: var(--paper); padding: clamp(2rem,4vw,3.5rem); }
.firms-card .fit-card-label { color: var(--gold); }
.firms-card ul { list-style:none; padding:0; margin:1.5rem 0 0; }
.firms-card li { padding:1rem 0; border-bottom:1px solid rgba(255,255,255,.14); line-height:1.55; }
.firms-note { margin-top:1.75rem; padding-top:1.5rem; line-height:1.6; color:rgba(255,255,255,.82); }
@media (max-width: 800px) {
  .firms-grid { grid-template-columns:1fr; gap:2rem; }
  .brand-logo { width:155px; height:48px; }
  .footer-logo { width:165px; }
}

.about-mark img { width:100%; max-width:240px; height:auto; display:block; margin:auto; }
