:root{--ink:#161616;--muted:#5c5a55;--paper:#fbfaf7;--white:#fff;--line:#ded8ce;--forest:#124738;--leaf:#1f8a63;--gold:#d99b2b;--coral:#c95d4f;--blue:#2f6f8f}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--paper);color:var(--ink);margin:0;font-family:Arial,Helvetica,sans-serif}a{color:inherit}.site-header{z-index:20;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#fbfaf7eb;border-bottom:1px solid #16161614;justify-content:space-between;align-items:center;gap:1rem;padding:.9rem clamp(1rem,4vw,3.5rem);display:flex;position:sticky;top:0}.brand-link,.nav-links,.footer-links{align-items:center;gap:.85rem;display:flex}.brand-link,.nav-links a,.footer-links a{text-decoration:none}.brand-link{min-width:0;font-weight:800}.brand-mark{background:var(--forest);width:2.25rem;height:2.25rem;color:var(--white);letter-spacing:0;border-radius:.45rem;flex:none;place-items:center;font-size:.78rem;display:grid}.nav-links{flex-wrap:wrap;justify-content:flex-end}.nav-links a,.footer-links a{color:var(--muted);font-size:.92rem;font-weight:700}.hero{min-height:min(760px,92svh);color:var(--white);background:#101915;align-items:end;display:grid;position:relative;overflow:hidden}.hero img{object-fit:cover;opacity:.86;width:100%;height:100%;position:absolute;inset:0}.hero:after{content:"";background:linear-gradient(90deg,#0d1814f5,#0d1814b8 48%,#0d18142e),linear-gradient(#0000 58%,#0d1814db);position:absolute;inset:0}.hero-content{z-index:1;width:min(1180px,100% - 2rem);margin:0 auto;padding:6rem 0 5rem;position:relative}.eyebrow{color:var(--gold);letter-spacing:.16em;text-transform:uppercase;margin:0 0 .8rem;font-size:.78rem;font-weight:800}h1,h2,h3,p{overflow-wrap:anywhere}h1{max-width:760px;margin:0;font-size:clamp(2.6rem,6vw,5.4rem);line-height:.98}.hero h1{font-size:clamp(3.25rem,8vw,7.5rem);line-height:.92}.hero-copy{color:#ffffffd6;max-width:680px;margin:1.5rem 0 0;font-size:clamp(1.05rem,1.8vw,1.35rem);line-height:1.65}.cta-row{flex-wrap:wrap;gap:.8rem;margin-top:2rem;display:flex}.button{border-radius:.45rem;align-items:center;min-height:2.9rem;padding:.85rem 1rem;font-weight:800;text-decoration:none;display:inline-flex}.button.primary{background:var(--gold);color:#15120b}.button.secondary{border:1px solid var(--line);color:var(--ink)}.hero .button.secondary,.dark .button.secondary{color:var(--white);border-color:#ffffff59}.section{padding:clamp(3rem,7vw,6.5rem) clamp(1rem,4vw,3.5rem)}.section.white{background:var(--white)}.section.dark{background:var(--forest);color:var(--white)}.section-inner{width:min(1180px,100%);margin:0 auto}.section-heading{max-width:760px;margin-bottom:2rem}.section-heading h2,.compact-heading{margin:0;font-size:clamp(2rem,4vw,4rem);line-height:1}.section-heading p:not(.eyebrow){color:var(--muted);line-height:1.7}.dark .section-heading p:not(.eyebrow){color:#ffffffc2}.grid{gap:1rem;display:grid}.grid.three{grid-template-columns:repeat(3,minmax(0,1fr))}.grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}.card{border:1px solid var(--line);background:var(--white);border-radius:.5rem;padding:1.4rem}.service-card{flex-direction:column;justify-content:space-between;min-height:100%;display:flex}.service-card h3,.leader-card h3,.check-card h3{margin:0 0 .75rem;font-size:1.25rem}.service-card p,.leader-card p,.check-card p,.contact-panel p{color:var(--muted);line-height:1.65}.tag-list{flex-wrap:wrap;gap:.5rem;margin-top:1rem;display:flex}.tag{color:var(--forest);background:#edf4ef;border-radius:999px;padding:.45rem .65rem;font-size:.78rem;font-weight:800}.leader-card{background:#ffffff14;border:1px solid #ffffff2e;border-radius:.5rem;grid-template-columns:96px 1fr;align-items:center;gap:1.2rem;padding:1.4rem;display:grid}.leader-avatar{background:var(--gold);color:#211909;border-radius:.5rem;place-items:center;width:96px;height:96px;font-size:1.35rem;font-weight:900;display:grid}.leader-card p,.leader-card .role{color:#ffffffc7}.role{margin:0 0 .65rem;font-weight:800}.check-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:.75rem;display:grid}.check-card{background:#f3fbf6;border:1px solid #b8ddc9;border-radius:.45rem;min-height:8rem;padding:.95rem}.check-icon{background:var(--leaf);color:#fff;border-radius:999px;place-items:center;width:1.6rem;height:1.6rem;margin-bottom:.8rem;font-weight:900;display:grid}.check-card p{margin:0;font-size:.92rem;font-weight:800}.contact-panel{grid-template-columns:1.1fr .9fr;align-items:stretch;gap:1rem;display:grid}.contact-box{border:1px solid var(--line);background:var(--white);border-radius:.5rem;padding:1.5rem}.fact-list{gap:.75rem;margin:0;padding:0;list-style:none;display:grid}.fact-list li{border-bottom:1px solid var(--line);justify-content:space-between;gap:1rem;padding-bottom:.75rem;display:flex}.fact-list strong{color:var(--muted)}.site-footer{border-top:1px solid var(--line);background:var(--white);color:var(--muted);justify-content:space-between;align-items:flex-start;gap:1rem;padding:2rem clamp(1rem,4vw,3.5rem);display:flex}.footer-brand{color:var(--ink);margin:0 0 .35rem;font-weight:900}@media (max-width:900px){.site-header,.site-footer,.contact-panel,.leader-card{flex-direction:column;align-items:flex-start}.grid.three,.grid.two,.contact-panel,.check-grid{grid-template-columns:1fr}.leader-card{display:flex}.hero{min-height:82svh}}
