:root {
  --ink: #15342d;
  --forest: #173f35;
  --forest-2: #22594a;
  --paper: #f3f0e7;
  --cream: #fffdf7;
  --muted: #5f6d67;
  --line: #d8d8cc;
  --accent: #f18f65;
  --radius: 18px;
  --shell: min(1180px, calc(100% - 44px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
}
a { color: inherit; text-decoration: none; }
.shell { width: var(--shell); margin: 0 auto; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 20; background: var(--cream); padding: 10px 14px; }
.skip-link:focus { top: 12px; }

.site-header {
  position: absolute;
  z-index: 10;
  inset: 0 0 auto;
  border-bottom: 1px solid rgba(23, 63, 53, .13);
}
.nav-wrap { min-height: 88px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 760; font-size: 20px; letter-spacing: -.04em; }
.brand-mark { display: grid; place-items: center; width: 32px; height: 32px; border-radius: 50% 50% 50% 10%; background: var(--forest); color: white; font-family: Georgia, serif; font-size: 21px; transform: rotate(-5deg); }
nav { display: flex; align-items: center; gap: 34px; font-size: 14px; font-weight: 650; }
nav a { transition: opacity .2s ease; }
nav a:hover { opacity: .62; }
.nav-cta { border: 1px solid var(--forest); border-radius: 999px; padding: 10px 17px; }

.hero { position: relative; overflow: hidden; padding: 172px 0 92px; min-height: 760px; }
.hero::after { content: ""; position: absolute; z-index: -1; width: 620px; height: 620px; right: -230px; top: -220px; border: 1px solid rgba(23, 63, 53, .16); border-radius: 50%; box-shadow: 0 0 0 90px rgba(23, 63, 53, .025), 0 0 0 180px rgba(23, 63, 53, .025); }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(360px, .75fr); align-items: center; gap: 84px; }
.eyebrow { margin: 0 0 23px; display: flex; align-items: center; gap: 9px; color: var(--forest-2); text-transform: uppercase; letter-spacing: .16em; font-size: 11px; font-weight: 800; }
.eyebrow span { width: 25px; height: 1px; background: currentColor; }
h1, h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-weight: 400; line-height: 1.02; letter-spacing: -.045em; }
h1 { max-width: 780px; font-size: clamp(55px, 7.1vw, 93px); }
h1 em { color: var(--forest-2); font-weight: 400; }
.hero-lead { max-width: 650px; margin: 30px 0 0; color: var(--muted); font-size: clamp(17px, 1.7vw, 21px); line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 30px; margin-top: 39px; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 24px; border-radius: 999px; padding: 14px 22px; font-size: 14px; font-weight: 750; transition: transform .2s ease, background-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--forest); color: white; }
.text-link { font-size: 14px; font-weight: 750; border-bottom: 1px solid var(--ink); padding-bottom: 2px; }
.trust-line { display: flex; flex-wrap: wrap; gap: 10px 24px; margin-top: 58px; color: var(--muted); font-size: 12px; }
.trust-line span { display: flex; align-items: center; gap: 8px; }
.trust-line span::before { content: "✓"; color: var(--forest-2); font-weight: 800; }

.signal-card { position: relative; background: var(--cream); border: 1px solid rgba(23, 63, 53, .14); border-radius: 26px; padding: 27px; box-shadow: 22px 28px 0 rgba(23, 63, 53, .07); transform: rotate(1.5deg); }
.signal-card::before { content: ""; position: absolute; width: 42px; height: 42px; left: -20px; bottom: 82px; background: var(--accent); border-radius: 50%; }
.signal-top { display: flex; justify-content: space-between; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 10px; letter-spacing: .09em; color: var(--muted); }
.status { display: flex; align-items: center; gap: 6px; }
.status i { width: 7px; height: 7px; border-radius: 50%; background: #42a46e; box-shadow: 0 0 0 3px rgba(66,164,110,.14); }
.signal-main { padding: 58px 0 45px; }
.signal-main p { margin: 0 0 9px; color: var(--muted); font-size: 13px; }
.signal-main strong { font-family: Georgia, serif; font-weight: 400; font-size: 40px; line-height: 1.05; letter-spacing: -.035em; }
.signal-progress { display: grid; grid-template-columns: repeat(5, 1fr); gap: 6px; }
.signal-progress span { height: 7px; background: #e4e4d9; border-radius: 99px; }
.signal-progress span:nth-child(-n+4) { background: var(--forest-2); }
.signal-card dl { margin: 26px 0 0; display: grid; gap: 0; }
.signal-card dl div { display: flex; justify-content: space-between; padding: 13px 0; border-top: 1px solid var(--line); font-size: 12px; }
.signal-card dt { font-weight: 760; }
.signal-card dd { margin: 0; color: var(--muted); }

.section { padding: 110px 0; }
.services { background: var(--cream); }
.section-heading { display: grid; grid-template-columns: 1fr 1.7fr 1fr; gap: 60px; align-items: end; }
.section-heading .eyebrow { align-self: start; }
h2 { font-size: clamp(43px, 5vw, 66px); }
.section-heading > p:last-child { margin: 0; color: var(--muted); }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 75px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.service-grid article { position: relative; padding: 40px 34px 43px; border-right: 1px solid var(--line); }
.service-grid article:first-child { padding-left: 0; }
.service-grid article:last-child { border-right: 0; padding-right: 0; }
.service-no { position: absolute; right: 30px; top: 43px; color: #89948f; font-family: ui-monospace, monospace; font-size: 11px; }
.service-grid article:last-child .service-no { right: 0; }
.service-icon { width: 48px; height: 48px; display: grid; place-items: center; background: var(--paper); color: var(--forest-2); border-radius: 14px; font-size: 25px; }
.service-grid h3, .proof-points h3, .steps h3 { margin: 25px 0 10px; font-size: 21px; line-height: 1.2; letter-spacing: -.02em; }
.service-grid p { color: var(--muted); min-height: 82px; }
.service-grid ul { list-style: none; padding: 19px 0 0; margin: 25px 0 0; border-top: 1px solid var(--line); color: var(--forest-2); font-size: 13px; }
.service-grid li { margin-top: 7px; }
.service-grid li::before { content: "—"; margin-right: 8px; }

.approach { background: var(--forest); color: #f6f3e9; }
.approach-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 120px; }
.eyebrow.light { color: #c6d7cf; }
.approach-copy > p:not(.eyebrow) { color: #bed0c8; max-width: 510px; margin: 30px 0 35px; font-size: 17px; }
.button-light { border: 1px solid rgba(255,255,255,.5); }
.steps { list-style: none; margin: 0; padding: 0; border-top: 1px solid rgba(255,255,255,.18); }
.steps li { display: grid; grid-template-columns: 52px 1fr; gap: 20px; border-bottom: 1px solid rgba(255,255,255,.18); padding: 27px 0; }
.steps li > span { font-family: ui-monospace, monospace; color: #9cb7ab; font-size: 11px; padding-top: 5px; }
.steps h3 { margin: 0 0 7px; }
.steps p { margin: 0; color: #a9c0b6; font-size: 14px; }

.proof-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 120px; }
.proof-points { border-top: 1px solid var(--line); }
.proof-points article { display: grid; grid-template-columns: 50px 1fr; gap: 20px; padding: 28px 0; border-bottom: 1px solid var(--line); }
.proof-points strong { font-family: ui-monospace, monospace; font-size: 11px; color: #829089; }
.proof-points h3 { margin: 0 0 7px; }
.proof-points p { color: var(--muted); margin: 0; }

.contact { padding-top: 30px; }
.contact-card { display: grid; grid-template-columns: 1.2fr .8fr; gap: 80px; align-items: end; background: #244e43; color: white; border-radius: 30px; padding: clamp(38px, 6vw, 74px); overflow: hidden; position: relative; }
.contact-card::after { content: "e"; position: absolute; right: -20px; top: -100px; color: rgba(255,255,255,.04); font: 330px/1 Georgia, serif; transform: rotate(-10deg); }
.contact-card > * { position: relative; z-index: 1; }
.contact-action p { color: #c9d8d2; margin: 0 0 27px; }
.button-accent { background: var(--accent); color: #243c35; }

footer { padding: 46px 0; }
.footer-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; color: var(--muted); font-size: 12px; }
.footer-grid p:nth-child(2) { text-align: center; }
.footer-grid p:last-child { text-align: right; }
.footer-brand { color: var(--ink); }

@media (max-width: 920px) {
  nav a:not(.nav-cta) { display: none; }
  .hero-grid, .approach-grid, .proof-grid, .contact-card { grid-template-columns: 1fr; }
  .hero-grid { gap: 55px; }
  .signal-card { max-width: 520px; }
  .section-heading { grid-template-columns: 1fr; gap: 18px; }
  .section-heading .eyebrow { margin-bottom: 6px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-grid article { border-right: 0; border-bottom: 1px solid var(--line); padding-left: 0; padding-right: 0; }
  .service-grid article:last-child { border-bottom: 0; }
  .service-grid article .service-no, .service-grid article:last-child .service-no { right: 0; }
  .service-grid p { min-height: auto; }
  .approach-grid, .proof-grid { gap: 65px; }
  .contact-card { gap: 35px; }
}

@media (max-width: 600px) {
  :root { --shell: min(100% - 30px, 1180px); }
  .site-header { position: absolute; }
  .nav-wrap { min-height: 72px; }
  .nav-cta { padding: 8px 13px; font-size: 12px; }
  .hero { padding: 128px 0 75px; }
  h1 { font-size: clamp(46px, 15vw, 65px); }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 19px; }
  .trust-line { margin-top: 42px; flex-direction: column; }
  .signal-card { padding: 22px; margin-right: 9px; }
  .signal-main { padding: 45px 0 35px; }
  .signal-main strong { font-size: 33px; }
  .section { padding: 78px 0; }
  .service-grid { margin-top: 48px; }
  .contact { padding-top: 16px; }
  .contact-card { border-radius: 22px; padding: 34px 26px; }
  .contact-action .button { width: 100%; }
  .footer-grid { grid-template-columns: 1fr; gap: 7px; }
  .footer-grid p, .footer-grid p:nth-child(2), .footer-grid p:last-child { text-align: left; margin: 0; }
  .footer-brand { margin-bottom: 12px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
