:root {
  --ink: #15201d;
  --muted: #5d6965;
  --paper: #f7f5ef;
  --white: #ffffff;
  --forest: #102e27;
  --forest-2: #17463a;
  --copper: #d47b32;
  --copper-dark: #aa571f;
  --line: rgba(21, 32, 29, 0.13);
  --shadow: 0 20px 55px rgba(22, 35, 31, 0.12);
  --radius: 20px;
  --container: min(1180px, calc(100% - 40px));
}

* { 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;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
}
img { max-width: 100%; display: block; }
a { color: inherit; }
button, input, textarea { font: inherit; }
.container { width: var(--container); margin-inline: auto; }
.skip-link { position: fixed; top: -80px; left: 16px; z-index: 9999; padding: 12px 18px; color: #fff; background: var(--forest); border-radius: 8px; }
.skip-link:focus { top: 16px; }

.topbar { color: rgba(255,255,255,.8); background: #0a1e19; font-size: .82rem; }
.topbar-inner { min-height: 38px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.topbar p { margin: 0; }
.topbar-links { display: flex; gap: 24px; }
.topbar a { text-decoration: none; }
.topbar a:hover { color: #fff; }

.site-header { position: relative; z-index: 50; }
.navbar { background: rgba(255,255,255,.96); border-bottom: 1px solid rgba(21,32,29,.07); backdrop-filter: blur(15px); }
.navbar.is-sticky { position: fixed; inset: 0 0 auto; box-shadow: 0 12px 35px rgba(12,25,21,.1); animation: slideDown .35s ease; }
@keyframes slideDown { from { transform: translateY(-100%); } }
.nav-inner { min-height: 112px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { flex: 0 0 auto; }
.brand img { height: 92px; width: auto; border-radius: 8px; box-shadow: 0 10px 28px rgba(12,25,21,.10); }
.nav-menu { display: flex; align-items: center; gap: 30px; }
.nav-menu > a:not(.button) { position: relative; text-decoration: none; font-size: .93rem; font-weight: 700; }
.nav-menu > a:not(.button)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 2px; background: var(--copper); transition: right .25s ease; }
.nav-menu > a:not(.button):hover::after, .nav-menu > a.active::after { right: 0; }
.nav-toggle { display: none; width: 44px; height: 44px; padding: 10px; border: 0; background: transparent; cursor: pointer; }
.nav-toggle span { display: block; height: 2px; margin: 6px 0; background: var(--ink); transition: .25s ease; }

.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 13px 22px; border: 1px solid var(--copper); border-radius: 999px; color: #fff; background: var(--copper); box-shadow: 0 12px 28px rgba(212,123,50,.22); text-decoration: none; font-weight: 800; line-height: 1.2; cursor: pointer; transition: transform .25s ease, background .25s ease, box-shadow .25s ease; }
.button:hover { transform: translateY(-2px); background: var(--copper-dark); box-shadow: 0 16px 35px rgba(212,123,50,.3); }
.button-small { min-height: 42px; padding: 10px 18px; font-size: .88rem; }
.button-ghost { border-color: rgba(255,255,255,.55); background: rgba(255,255,255,.08); box-shadow: none; backdrop-filter: blur(5px); }
.button-ghost:hover { background: rgba(255,255,255,.16); }
.button-dark { border-color: var(--forest); background: var(--forest); box-shadow: none; }

.hero { position: relative; min-height: 680px; display: grid; align-items: center; overflow: hidden; color: #fff; background: var(--forest); }
.hero-image, .hero-overlay { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-image { object-fit: cover; object-position: center; transform: scale(1.03); }
.hero-overlay { background: linear-gradient(90deg, rgba(6,23,18,.96) 0%, rgba(9,30,24,.84) 48%, rgba(9,30,24,.42) 100%), linear-gradient(0deg, rgba(6,22,17,.35), transparent 40%); }
.hero-content { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, 1fr) 340px; align-items: end; gap: 70px; padding-block: 105px; }
.hero-copy { max-width: 760px; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 15px; color: var(--copper-dark); font-size: .74rem; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 34px; height: 2px; background: currentColor; }
.eyebrow.light { color: #f5a963; }
.hero h1 { max-width: 860px; margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(3rem, 5.8vw, 5.7rem); font-weight: 500; line-height: .98; letter-spacing: -.045em; }
.hero-lead { max-width: 710px; margin: 28px 0 0; color: rgba(255,255,255,.82); font-size: clamp(1.05rem, 1.7vw, 1.25rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.impact-card { padding: 28px; border: 1px solid rgba(255,255,255,.22); border-radius: var(--radius); background: rgba(255,255,255,.11); box-shadow: 0 25px 70px rgba(0,0,0,.22); backdrop-filter: blur(14px); }
.impact-label { color: rgba(255,255,255,.65); font-size: .72rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.impact-card strong { display: block; margin-top: 12px; color: #f4a15a; font-family: Georgia, serif; font-size: 4.5rem; font-weight: 500; line-height: 1; }
.impact-card p { margin: 10px 0 0; color: rgba(255,255,255,.82); font-size: .9rem; }
.impact-line { height: 1px; margin: 22px 0; background: rgba(255,255,255,.2); }
.impact-card ul { margin: 0; padding: 0; list-style: none; }
.impact-card li { position: relative; padding: 5px 0 5px 20px; font-size: .88rem; }
.impact-card li::before { content: ""; position: absolute; left: 0; top: 13px; width: 7px; height: 7px; border-radius: 50%; background: #f4a15a; }

.trust-strip { color: #fff; background: var(--forest); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-grid div { min-height: 100px; display: flex; align-items: center; gap: 17px; padding: 20px 30px; border-right: 1px solid rgba(255,255,255,.12); }
.trust-grid div:first-child { border-left: 1px solid rgba(255,255,255,.12); }
.trust-grid span { color: #f4a15a; font-family: Georgia, serif; font-size: 1.8rem; }
.trust-grid p { margin: 0; font-size: .88rem; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }

.section { padding: 112px 0; }
.section-heading { max-width: 730px; }
.section-heading.centered { margin-inline: auto; text-align: center; }
.section-heading.centered .eyebrow::before { display: none; }
.section-heading h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.25rem, 4vw, 4.2rem); font-weight: 500; line-height: 1.08; letter-spacing: -.035em; }
.section-heading > p { margin: 22px 0 0; color: var(--muted); font-size: 1.05rem; }
.lead { font-size: 1.32rem; line-height: 1.55; }

.about { background: #fff; }
.about-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; align-items: start; }
.about-copy > p { margin: 0 0 20px; color: var(--muted); }
.about-copy .lead { color: var(--ink); }
.vision-note { margin-top: 32px; padding: 26px 28px; border-left: 4px solid var(--copper); background: #f7f3ea; }
.vision-note span { color: var(--copper-dark); font-size: .73rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.vision-note p { margin: 8px 0 0; color: var(--ink); }

.services { position: relative; overflow: hidden; background: var(--paper); }
.services::before { content: ""; position: absolute; top: 180px; right: -250px; width: 600px; height: 600px; border: 1px solid rgba(212,123,50,.18); border-radius: 50%; box-shadow: 0 0 0 80px rgba(212,123,50,.035), 0 0 0 160px rgba(212,123,50,.025); pointer-events: none; }
.services-grid { position: relative; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 30px; margin-top: 62px; }
.service-card { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: 0 5px 0 rgba(19,47,39,.04); transition: transform .28s ease, box-shadow .28s ease; }
.service-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.service-card > img { width: 100%; height: 255px; object-fit: cover; background: #e8e6df; }
.service-card-featured { grid-column: 1 / -1; display: grid; grid-template-columns: .95fr 1.05fr; }
.service-card-featured > img { height: 100%; min-height: 470px; }
.service-body { position: relative; padding: 34px 36px 38px; }
.service-number { color: var(--copper); font-family: Georgia, serif; font-size: 1.08rem; }
.service-body h3 { margin: 8px 0 13px; font-family: Georgia, serif; font-size: clamp(1.5rem, 2.5vw, 2.15rem); font-weight: 500; line-height: 1.16; }
.service-body > p { color: var(--muted); }
.service-body ul, .service-body ol { padding-left: 21px; }
.service-body li { margin: 8px 0; color: #3f4c48; }
.service-body li::marker { color: var(--copper); }
.card-actions { display: flex; flex-wrap: wrap; gap: 24px; margin-top: 24px; padding-top: 22px; border-top: 1px solid var(--line); }
.card-actions a { color: var(--forest-2); text-decoration: none; font-weight: 900; }
.card-actions a:hover { color: var(--copper-dark); }
details { margin-top: 20px; }
summary { color: var(--forest-2); font-weight: 900; cursor: pointer; }

.approach { color: #fff; background: var(--forest); }
.approach .section-heading > p { color: rgba(255,255,255,.65); }
.approach-grid { display: grid; grid-template-columns: repeat(5, 1fr); margin-top: 65px; border-top: 1px solid rgba(255,255,255,.16); border-bottom: 1px solid rgba(255,255,255,.16); }
.approach-grid article { min-height: 290px; padding: 34px 25px; border-right: 1px solid rgba(255,255,255,.16); }
.approach-grid article:first-child { border-left: 1px solid rgba(255,255,255,.16); }
.approach-grid span { color: #f4a15a; font-family: Georgia, serif; font-size: 2.1rem; }
.approach-grid h3 { margin: 35px 0 9px; font-family: Georgia, serif; font-size: 1.55rem; font-weight: 500; }
.approach-grid p { margin: 0; color: rgba(255,255,255,.65); font-size: .91rem; }

.leadership { background: #fff; }
.leader-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 30px; margin-top: 60px; }
.leader-card { display: grid; grid-template-columns: 104px 1fr; gap: 28px; padding: 38px; border: 1px solid var(--line); border-radius: var(--radius); background: #fbfaf6; }
.leader-monogram { width: 104px; height: 104px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: linear-gradient(135deg, var(--forest-2), var(--forest)); font-family: Georgia, serif; font-size: 2rem; box-shadow: inset 0 0 0 7px rgba(255,255,255,.08); }
.role { color: var(--copper-dark); font-size: .72rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.leader-card h3 { margin: 6px 0 4px; font-family: Georgia, serif; font-size: 2rem; font-weight: 500; }
.credential { margin: 0 0 17px; font-weight: 800; }
.leader-card p:not(.credential) { color: var(--muted); }
.leader-links { display: grid; gap: 7px; margin-top: 19px; }
.leader-links a { color: var(--forest-2); font-weight: 800; text-decoration: none; overflow-wrap: anywhere; }
.leader-links a:hover { color: var(--copper-dark); }
.expert-panel { display: flex; align-items: center; justify-content: space-between; gap: 40px; margin-top: 30px; padding: 40px; border-radius: var(--radius); background: #eee9dd; }
.expert-panel h3 { margin: 2px 0 7px; font-family: Georgia, serif; font-size: 2rem; font-weight: 500; }
.expert-panel p { margin: 0; color: var(--muted); }

.contact { color: #fff; background: #0a1e19; }
.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 85px; }
.contact-copy h2 { margin: 0; font-family: Georgia, serif; font-size: clamp(2.5rem, 4vw, 4.2rem); font-weight: 500; line-height: 1.07; }
.contact-copy > p { max-width: 540px; color: rgba(255,255,255,.66); }
.contact-methods { display: grid; gap: 12px; margin-top: 40px; }
.contact-methods a { padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,.14); text-decoration: none; }
.contact-methods span { display: block; color: rgba(255,255,255,.52); font-size: .75rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.contact-methods strong { display: block; margin-top: 3px; font-size: 1.05rem; }
.contact-form { padding: 38px; border: 1px solid rgba(255,255,255,.16); border-radius: var(--radius); background: rgba(255,255,255,.065); }
.form-row { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 18px; }
.contact-form label { display: grid; gap: 8px; margin-bottom: 17px; color: rgba(255,255,255,.85); font-size: .83rem; font-weight: 800; }
.contact-form input, .contact-form textarea { width: 100%; border: 1px solid rgba(255,255,255,.17); border-radius: 10px; outline: none; color: #fff; background: rgba(255,255,255,.07); padding: 13px 14px; transition: border .2s ease, background .2s ease; }
.contact-form input:focus, .contact-form textarea:focus { border-color: #f4a15a; background: rgba(255,255,255,.1); }
.contact-form textarea { resize: vertical; }
.form-note { margin: 15px 0 0; color: rgba(255,255,255,.47); font-size: .76rem; }

.site-footer { padding-top: 70px; color: rgba(255,255,255,.67); background: #071511; }
.footer-grid { display: grid; grid-template-columns: 1.7fr repeat(3, 1fr); gap: 55px; padding-bottom: 60px; }
.footer-brand img { width: 150px; border-radius: 8px; box-shadow: 0 10px 24px rgba(0,0,0,.18); }
.footer-brand p { max-width: 470px; }
.footer-grid h3 { margin: 0 0 18px; color: #fff; font-size: .82rem; letter-spacing: .12em; text-transform: uppercase; }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; gap: 10px; }
.footer-grid a { text-decoration: none; }
.footer-grid a:hover { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding: 23px 0 30px; border-top: 1px solid rgba(255,255,255,.1); font-size: .82rem; }
.footer-bottom p { margin: 0; }
.footer-bottom a { text-decoration: none; }

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

@media (max-width: 1050px) {
  .hero-content { grid-template-columns: 1fr; gap: 40px; align-items: center; }
  .impact-card { max-width: 480px; }
  .about-grid { gap: 55px; }
  .approach-grid { grid-template-columns: repeat(3, 1fr); }
  .approach-grid article:nth-child(4) { border-left: 1px solid rgba(255,255,255,.16); }
  .leader-grid { grid-template-columns: 1fr; }
  .contact-grid { gap: 50px; }
  .footer-grid { grid-template-columns: 1.5fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 2; }
}

@media (max-width: 820px) {
  :root { --container: min(100% - 30px, 720px); }
  .topbar p { display: none; }
  .topbar-inner { justify-content: flex-end; }
  .topbar-links { width: 100%; justify-content: space-between; gap: 12px; }
  .nav-toggle { display: block; }
  .nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
  .nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }
  .nav-menu { position: absolute; top: 100%; left: 0; right: 0; display: grid; gap: 0; max-height: 0; overflow: hidden; background: #fff; box-shadow: 0 20px 35px rgba(15,32,26,.12); transition: max-height .35s ease; }
  .nav-menu.open { max-height: 420px; }
  .nav-menu > a { padding: 16px 22px; border-top: 1px solid var(--line); }
  .nav-menu > a:not(.button)::after { display: none; }
  .nav-menu .button { margin: 12px 18px 20px; }
  .hero { min-height: auto; }
  .hero-content { padding-block: 85px; }
  .hero h1 { font-size: clamp(2.85rem, 10vw, 4.7rem); }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-grid div:nth-child(3) { border-left: 1px solid rgba(255,255,255,.12); }
  .section { padding: 85px 0; }
  .about-grid, .contact-grid { grid-template-columns: 1fr; }
  .services-grid { grid-template-columns: 1fr; }
  .service-card-featured { grid-column: auto; display: block; }
  .service-card-featured > img { height: 255px; min-height: 0; }
  .approach-grid { grid-template-columns: repeat(2, 1fr); }
  .approach-grid article:nth-child(odd) { border-left: 1px solid rgba(255,255,255,.16); }
  .leader-card { grid-template-columns: 85px 1fr; padding: 28px; }
  .leader-monogram { width: 85px; height: 85px; }
  .expert-panel { align-items: flex-start; flex-direction: column; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-brand { grid-column: 1 / -1; }
  .footer-grid > div:last-child { grid-column: auto; }
}

@media (max-width: 560px) {
  .topbar-links a:first-child { display: none; }
  .topbar-inner { justify-content: center; }
  .brand img { height: 78px; width: auto; }
  .hero-content { padding-block: 70px; }
  .hero-actions, .hero-actions .button { width: 100%; }
  .impact-card { padding: 23px; }
  .impact-card strong { font-size: 3.8rem; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-grid div, .trust-grid div:first-child, .trust-grid div:nth-child(3) { border-left: 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.12); }
  .services-grid { gap: 20px; }
  .service-card > img, .service-card-featured > img { height: 210px; }
  .service-body { padding: 28px 24px 30px; }
  .approach-grid { grid-template-columns: 1fr; }
  .approach-grid article, .approach-grid article:first-child, .approach-grid article:nth-child(odd), .approach-grid article:nth-child(4) { min-height: auto; border-left: 1px solid rgba(255,255,255,.16); }
  .leader-card { grid-template-columns: 1fr; }
  .leader-monogram { width: 78px; height: 78px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .contact-form { padding: 27px 22px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
