@import url("https://fonts.googleapis.com/css2?family=Archivo+Narrow:wght@500;600;700&family=Source+Sans+3:wght@400;600;700&display=swap");:root{--ink:#17324D;--green:#4D7355;--limestone:#F3EFE6;--clay:#B96E4B;--gold:#D6A629}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--limestone);color:var(--ink);font:18px/1.58 'Source Sans 3',Arial,sans-serif}h1,h2,h3{font-family:'Archivo Narrow',Arial,sans-serif;line-height:1.05;margin:0 0 1rem}h1{font-size:clamp(3rem,7vw,6.3rem);max-width:850px}h2{font-size:clamp(2rem,4vw,3.2rem)}h3{font-size:1.65rem}a{color:var(--ink);font-weight:700}a:focus,button:focus,input:focus,textarea:focus{outline:4px solid var(--gold);outline-offset:3px}.skip{position:absolute;left:-999px}.skip:focus{left:1rem;top:1rem;background:#fff;padding:.7rem;z-index:10}.wrap{max-width:1160px;margin:auto;padding:0 1.25rem}.top{background:var(--ink);color:#fff;padding:.55rem 0;font-size:.95rem}.top a{color:#fff}.header{background:var(--limestone);border-bottom:1px solid #d9d2c4;position:sticky;top:0;z-index:4}.head{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 1.25rem}.brand{display:flex;align-items:center;gap:.7rem;text-decoration:none}.brand img{width:48px;height:48px}.brand span{font:700 1.35rem/1 'Archivo Narrow';max-width:180px}.menu{display:flex;gap:1rem;flex-wrap:wrap;justify-content:flex-end}.menu a{text-decoration:none;font-size:.95rem}.menu-toggle{display:none;background:var(--green);color:#fff;border:0;padding:.7rem}.hero{padding:5rem 0 4rem;background:linear-gradient(115deg,#f3efe6 0 58%,#dfe8d9 58%)}.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:3rem;align-items:center}.kicker{color:var(--clay);font-weight:700;text-transform:uppercase;letter-spacing:.12em}.hero img{width:100%;display:block}.button{display:inline-block;background:var(--gold);color:var(--ink);padding:.85rem 1.15rem;text-decoration:none;border-radius:2px;margin:.4rem .5rem .4rem 0}.button.alt{background:var(--green);color:#fff}.section{padding:4rem 0}.tint{background:#dfe8d9}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.card{background:#fff;padding:1.4rem;border-top:6px solid var(--green);box-shadow:0 8px 18px #17324d12}.card a{display:inline-block;margin-top:.5rem}.content{max-width:820px}.content p{max-width:760px}.content ul{padding-left:1.2rem}.art{max-width:600px;margin:1rem auto}.quote{background:var(--ink);color:#fff;padding:2rem}.quote h2,.quote label{color:#fff}.form{display:grid;gap:.8rem}.form input,.form textarea{font:inherit;padding:.75rem;border:2px solid #cfc8bb}.form textarea{min-height:130px}.footer{background:var(--ink);color:#fff;padding:3rem 0}.footer a{color:#fff}.footer-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem}.mobile-call{display:none}@media(max-width:800px){.hero-grid,.footer-grid{grid-template-columns:1fr}.cards{grid-template-columns:1fr}.menu-toggle{display:block}.menu{display:none}.menu.open{display:flex;flex-direction:column;position:absolute;left:0;right:0;top:100%;background:var(--limestone);padding:1rem 1.25rem;border-bottom:1px solid #d9d2c4}.hero{padding:3rem 0}.mobile-call{display:block;position:fixed;bottom:1rem;right:1rem;z-index:5;background:var(--gold);padding:.8rem 1rem;text-decoration:none;box-shadow:0 4px 12px #0003}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}