@import url("https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed:wght@500;600;700&family=Source+Sans+3:wght@400;600;700&display=swap");:root{--navy:#18324A;--teal:#1F8A8A;--sand:#F4E8D0;--coral:#E8785D;--white:#fff}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#fff;color:var(--navy);font-family:"Source Sans 3",Arial,sans-serif;line-height:1.65}h1,h2,h3{font-family:"Barlow Semi Condensed",Arial,sans-serif;line-height:1.05;margin:0 0 1rem}h1{font-size:clamp(2.7rem,7vw,5.8rem);max-width:780px}h2{font-size:clamp(2rem,4vw,3.2rem)}h3{font-size:1.55rem}a{color:var(--teal);font-weight:700}a:focus,button:focus,input:focus,textarea:focus{outline:3px solid var(--coral);outline-offset:3px}.skip{position:absolute;left:-9999px}.skip:focus{left:1rem;top:1rem;background:#fff;padding:.6rem;z-index:9}.top{background:var(--navy);color:#fff;padding:.45rem 5vw;text-align:right;font-size:.95rem}.top a{color:#fff}.header{display:flex;align-items:center;justify-content:space-between;padding:1rem 5vw;background:#fff;position:sticky;top:0;z-index:5;border-bottom:1px solid #dbe5e2}.brand{display:flex;gap:.7rem;align-items:center;text-decoration:none;color:var(--navy);font-family:"Barlow Semi Condensed";font-size:1.45rem}.brand img{width:48px;height:48px}.menu{display:flex;gap:1rem;flex-wrap:wrap;align-items:center}.menu a{text-decoration:none;font-size:.95rem}.menu-toggle{display:none;background:var(--teal);color:#fff;border:0;padding:.7rem;border-radius:6px}.hero{background:var(--sand);padding:5rem 5vw 4rem;display:grid;grid-template-columns:1.1fr .9fr;gap:3rem;align-items:center}.hero p{font-size:1.25rem;max-width:650px}.hero-art{width:100%;border-radius:28px;box-shadow:18px 18px 0 var(--teal)}.btn{display:inline-block;background:var(--coral);color:#fff;padding:.9rem 1.3rem;border-radius:4px;text-decoration:none;margin:.4rem .5rem .4rem 0}.btn.alt{background:var(--teal)}main{max-width:1180px;margin:auto}.section{padding:4rem 5vw}.tint{background:#eef5f1;max-width:none;padding-left:calc((100% - 1080px)/2);padding-right:calc((100% - 1080px)/2)}.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.card{padding:1.5rem;background:#fff;border-left:5px solid var(--teal);box-shadow:0 8px 24px #18324a12}.prose{max-width:850px;margin:auto;padding:4rem 5vw}.prose h1{font-size:clamp(2.8rem,6vw,5rem)}.prose h2{margin-top:2.5rem}.prose h3{margin-top:1.8rem}.prose li{margin:.4rem 0}.art-row{display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:center}.art-row img{width:100%;border-radius:22px}.quote{background:var(--navy);color:#fff;padding:3rem 5vw;max-width:none}.quote-inner{max-width:760px;margin:auto}.quote label{display:block;margin:.8rem 0 .25rem;font-weight:700}.quote input,.quote textarea{width:100%;padding:.8rem;border-radius:4px;border:2px solid #b7d6d0;font:inherit}.quote textarea{min-height:120px}.footer{background:var(--navy);color:#fff;padding:3rem 5vw;display:grid;grid-template-columns:1.3fr 1fr 1fr;gap:2rem}.footer a{color:#d5f4eb}.sticky-call{display:none}@media(max-width:800px){.menu-toggle{display:block}.menu{display:none;position:absolute;left:0;right:0;top:80px;background:#fff;padding:1rem 5vw;box-shadow:0 8px 15px #0002}.menu.open{display:grid}.hero{grid-template-columns:1fr;padding-top:3rem}.grid,.footer,.art-row{grid-template-columns:1fr}.hero-art{box-shadow:10px 10px 0 var(--teal)}.sticky-call{display:block;position:fixed;bottom:0;left:0;right:0;background:var(--coral);color:#fff;text-align:center;padding:.8rem;z-index:8;text-decoration:none}.top{text-align:center}.footer{padding-bottom:5rem}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}