:root {
  --ink: #17211e;
  --muted: #68736e;
  --paper: #f3f0e8;
  --surface: #fffdf8;
  --forest: #123e34;
  --forest-light: #246653;
  --lime: #c8ef77;
  --orange: #ef7d4b;
  --line: #d9d6cc;
  --shadow: 0 24px 70px rgba(19, 43, 35, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
a { color: inherit; }
.skip-link { position: fixed; top: -60px; left: 20px; z-index: 100; padding: 12px 18px; color: white; background: var(--forest); border-radius: 8px; }
.skip-link:focus { top: 20px; }
.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; }

.site-header { position: sticky; top: 0; z-index: 20; height: 82px; display: flex; align-items: center; justify-content: space-between; padding: 0 clamp(22px, 6vw, 90px); border-bottom: 1px solid rgba(23, 33, 30, .12); background: rgba(243, 240, 232, .92); backdrop-filter: blur(18px); }
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.brand-mark { width: 40px; height: 40px; display: grid; place-items: center; color: var(--lime); background: var(--forest); border-radius: 12px; font: 700 24px Georgia, serif; }
.brand-copy strong, .brand-copy small { display: block; }
.brand-copy strong { letter-spacing: -.02em; }
.brand-copy small { margin-top: 2px; color: var(--muted); font-size: 10px; letter-spacing: .13em; text-transform: uppercase; }
.site-nav { display: flex; align-items: center; gap: 28px; }
.site-nav a { text-decoration: none; font-size: 13px; font-weight: 750; }
.site-nav a:not(.nav-cta):hover { color: var(--forest-light); }
.nav-cta { padding: 11px 16px; color: white; background: var(--forest); border-radius: 9px; }
.menu-button { display: none; width: 42px; height: 42px; padding: 10px; background: transparent; border: 1px solid var(--line); border-radius: 9px; }
.menu-button > span:not(.sr-only) { display: block; height: 2px; margin: 4px 0; background: var(--ink); }

.hero { min-height: calc(100vh - 82px); display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(380px, .95fr); align-items: center; gap: clamp(40px, 8vw, 130px); padding: 80px clamp(24px, 8vw, 130px); overflow: hidden; background: radial-gradient(circle at 13% 17%, rgba(200, 239, 119, .33), transparent 27%), linear-gradient(135deg, var(--paper) 0 64%, #e5e1d5 64%); }
.eyebrow { margin: 0 0 18px; color: var(--forest-light); font-size: 11px; font-weight: 850; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow.light { color: var(--lime); }
h1, h2, blockquote { font-family: Georgia, "Times New Roman", serif; }
.hero h1 { margin: 0; font-size: clamp(55px, 7.5vw, 108px); line-height: .91; letter-spacing: -.052em; }
.hero h1 em { color: var(--forest-light); font-weight: 400; }
.hero-lede { max-width: 650px; margin: 30px 0; color: #53605a; font-size: clamp(17px, 1.7vw, 21px); line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 48px; padding: 0 20px; border-radius: 10px; text-decoration: none; font-size: 13px; font-weight: 850; }
.button.primary { color: white; background: var(--forest); }
.button.primary:hover { background: var(--forest-light); }
.button.secondary { border: 1px solid #adb5b0; }
.button.secondary:hover { background: var(--surface); }
.button.lime { color: var(--forest); background: var(--lime); }

.hero-visual { position: relative; min-height: 560px; }
.visual-grid { position: absolute; inset: 0; opacity: .28; background-image: linear-gradient(rgba(18,62,52,.18) 1px, transparent 1px), linear-gradient(90deg, rgba(18,62,52,.18) 1px, transparent 1px); background-size: 42px 42px; mask-image: linear-gradient(to bottom, black, transparent); }
.visual-card { position: absolute; z-index: 2; background: var(--surface); border: 1px solid rgba(18, 62, 52, .13); border-radius: 20px; box-shadow: var(--shadow); }
.main-card { top: 72px; left: 0; right: 35px; padding: 32px; transform: rotate(-2deg); }
.visual-label, .visual-meta { display: flex; align-items: center; justify-content: space-between; }
.visual-label span, .visual-meta span, .floating-card span, .floating-card small { color: var(--muted); font-size: 12px; }
.visual-label strong { color: var(--forest-light); font-size: 13px; }
.bars { height: 230px; display: flex; align-items: end; gap: 14px; margin: 35px 0 24px; padding: 0 15px; border-bottom: 1px solid var(--line); }
.bars i { flex: 1; min-width: 20px; border-radius: 7px 7px 0 0; background: var(--forest); }
.bars i:nth-child(1) { height: 38%; opacity: .5; }.bars i:nth-child(2) { height: 52%; opacity: .6; }.bars i:nth-child(3) { height: 47%; opacity: .68; }.bars i:nth-child(4) { height: 69%; opacity: .78; }.bars i:nth-child(5) { height: 78%; opacity: .88; }.bars i:nth-child(6) { height: 94%; background: var(--forest-light); }
.visual-meta strong { font: 700 34px Georgia, serif; }
.floating-card { right: 0; bottom: 52px; width: 220px; padding: 22px; transform: rotate(3deg); }
.floating-card span, .floating-card strong, .floating-card small { display: block; }
.floating-card strong { margin: 7px 0; font: 700 30px Georgia, serif; }
.seal { position: absolute; left: -30px; bottom: 15px; width: 108px; height: 108px; display: grid; place-items: center; color: var(--forest); background: var(--lime); border-radius: 50%; font: 700 32px Georgia, serif; box-shadow: 0 18px 45px rgba(18,62,52,.2); }

.proof-strip { display: grid; grid-template-columns: repeat(3, 140px) 1fr; gap: 30px; align-items: center; padding: 28px clamp(24px, 8vw, 130px); color: white; background: var(--forest); }
.proof-strip div { border-right: 1px solid rgba(255,255,255,.19); }
.proof-strip strong { display: block; color: var(--lime); font: 700 27px Georgia, serif; }
.proof-strip span { color: #b7cec5; font-size: 11px; text-transform: uppercase; letter-spacing: .1em; }
.proof-strip p { margin: 0; text-align: right; color: #d3e0da; }

.section { padding: 110px clamp(24px, 8vw, 130px); }
.section-heading { max-width: 730px; margin-bottom: 48px; }
.section h2 { margin: 0; font-size: clamp(43px, 5vw, 70px); line-height: 1; letter-spacing: -.04em; }
.section-heading > p:last-child, .trust-copy > p:last-child, .approach-intro > p:last-child { color: var(--muted); font-size: 17px; line-height: 1.65; }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.service-card { min-height: 325px; display: flex; flex-direction: column; padding: 26px; background: var(--surface); border: 1px solid var(--line); border-radius: 16px; transition: transform .2s, box-shadow .2s; }
.service-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.service-card > span { color: var(--orange); font-size: 11px; font-weight: 850; }
.service-card h3 { margin: 48px 0 12px; font: 700 25px Georgia, serif; }
.service-card p { color: var(--muted); font-size: 14px; line-height: 1.6; }
.service-card a { margin-top: auto; color: var(--forest-light); text-decoration: none; font-size: 13px; font-weight: 800; }

.approach { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(50px, 9vw, 130px); color: white; background: var(--forest); }
.approach-intro { position: sticky; top: 130px; align-self: start; }
.approach-intro > p:last-child { color: #b8cec6; }
.steps { margin: 0; padding: 0; list-style: none; }
.steps li { display: grid; grid-template-columns: 70px 1fr; gap: 20px; padding: 30px 0; border-top: 1px solid rgba(255,255,255,.17); }
.steps li:last-child { border-bottom: 1px solid rgba(255,255,255,.17); }
.steps li > span { color: var(--lime); font-size: 12px; font-weight: 850; }
.steps h3 { margin: 0 0 9px; font: 700 26px Georgia, serif; }
.steps p { margin: 0; color: #b8cec6; line-height: 1.6; }

.trust { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(50px, 9vw, 130px); }
.trust-copy { align-self: center; }
.trust-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.trust-card { min-height: 210px; padding: 24px; background: var(--surface); border: 1px solid var(--line); border-radius: 16px; }
.trust-card .icon { width: 42px; height: 42px; display: grid; place-items: center; color: var(--forest); background: var(--lime); border-radius: 12px; font-size: 22px; }
.trust-card h3 { margin: 30px 0 8px; font: 700 22px Georgia, serif; }
.trust-card p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.55; }

.perspective { position: relative; padding-top: 80px; padding-bottom: 80px; text-align: center; background: #e5e1d5; overflow: hidden; }
.quote-mark { position: absolute; top: -95px; left: 50%; transform: translateX(-50%); color: rgba(18,62,52,.08); font: 300 300px Georgia, serif; }
blockquote { position: relative; max-width: 960px; margin: 0 auto; font-size: clamp(38px, 5vw, 68px); line-height: 1.05; letter-spacing: -.035em; }
.perspective p { margin-top: 25px; color: var(--muted); font-size: 12px; text-transform: uppercase; letter-spacing: .12em; }

.contact { display: grid; grid-template-columns: 1fr .75fr; gap: 60px; align-items: center; color: white; background: var(--forest); }
.contact-card { padding: 30px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.15); border-radius: 18px; }
.contact-card p { margin: 0 0 25px; color: #c2d5cd; line-height: 1.6; }
.contact-card .button { width: 100%; overflow-wrap: anywhere; }
.contact-card small { display: block; margin-top: 16px; color: #92aea2; }

footer { min-height: 110px; display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 25px clamp(24px, 6vw, 90px); background: #0b2b24; color: white; }
.footer-brand .brand-copy small { color: #8ba79b; }
footer > p { color: #8ba79b; font-size: 12px; }
footer > div { display: flex; gap: 18px; color: #b9cbc3; font-size: 12px; }

.legal-page { background: var(--paper); }
.legal-content { max-width: 840px; min-height: calc(100vh - 192px); padding: 90px 24px; margin: auto; }
.legal-content h1 { margin: 0 0 45px; font-size: clamp(50px, 7vw, 80px); letter-spacing: -.04em; }
.legal-content h2 { margin: 38px 0 10px; font: 700 25px Georgia, serif; }
.legal-content p { color: var(--muted); line-height: 1.75; }
.legal-content .button { margin-top: 35px; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .reveal { opacity: 1; transform: none; transition: none; } }
@media (max-width: 1000px) {
  .hero { grid-template-columns: 1fr; }
  .hero-visual { min-height: 500px; }
  .proof-strip { grid-template-columns: repeat(3, 1fr); }
  .proof-strip p { display: none; }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .approach, .trust, .contact { grid-template-columns: 1fr; }
  .approach-intro { position: static; }
}
@media (max-width: 720px) {
  .site-header { height: 72px; padding: 0 18px; }
  .menu-button { display: block; }
  .site-nav { position: absolute; top: 71px; left: 0; right: 0; display: none; align-items: stretch; flex-direction: column; gap: 0; padding: 12px 18px 20px; background: var(--paper); border-bottom: 1px solid var(--line); box-shadow: 0 18px 30px rgba(20,40,34,.1); }
  .site-nav.open { display: flex; }
  .site-nav a { padding: 13px 10px; }
  .nav-cta { margin-top: 6px; text-align: center; }
  .hero { min-height: auto; padding: 65px 20px; }
  .hero-visual { min-height: 430px; }
  .main-card { top: 50px; right: 15px; padding: 22px; }
  .bars { height: 180px; gap: 8px; }
  .floating-card { width: 185px; bottom: 22px; }
  .seal { left: -8px; width: 82px; height: 82px; }
  .proof-strip { gap: 12px; padding: 22px 20px; }
  .proof-strip div { text-align: center; }
  .proof-strip strong { font-size: 23px; }
  .section { padding: 80px 20px; }
  .service-grid, .trust-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 260px; }
  footer { align-items: flex-start; flex-direction: column; }
  footer > p { display: none; }
}

