@import "https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Newsreader:opsz,wght@6..72,500;6..72,600&display=swap";:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;color:#17332c;font-synthesis:none;text-rendering:optimizelegibility;--ink:#17332c;--forest:#173f35;--forest-light:#235849;--cream:#fbfaf6;--paper:#fff;--sage:#dce9df;--sage-light:#eef4ef;--gold:#f2b84b;--muted:#5b6b65;--line:#cad8cf;--font-display:"Newsreader", Georgia, serif;--shadow:0 18px 50px #173f351a;background:#fbfaf6;font-family:DM Sans,system-ui,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--cream);min-width:320px;min-height:100vh;margin:0}body,button{font-family:inherit}a{color:inherit}img{max-width:100%;display:block}h1,h2,h3,p{margin-top:0}h1,h2,h3{color:var(--ink)}h1,h2{font-family:var(--font-display);letter-spacing:-.025em;font-weight:600;line-height:.98}h1{max-width:13ch;font-size:clamp(3rem,7vw,6.8rem)}h2{max-width:17ch;font-size:clamp(2.3rem,4.5vw,4.5rem)}h3{font-size:1.25rem;line-height:1.25}p{color:var(--muted);line-height:1.75}.container{width:min(1180px,100% - 3rem);margin-inline:auto}.narrow{max-width:820px}.site-shell{flex-direction:column;min-height:100vh;display:flex}main{flex:1}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.skip-link{z-index:100;background:var(--paper);border:2px solid var(--forest);padding:.75rem 1rem;position:fixed;top:.75rem;left:.75rem;transform:translateY(-200%)}.skip-link:focus{transform:translateY(0)}.site-header{z-index:20;background:#fbfaf6f2;border-bottom:1px solid #173f351f;position:relative}.header-inner{justify-content:space-between;align-items:center;gap:2rem;min-height:84px;display:flex}.brand{color:var(--forest);align-items:center;gap:.75rem;font-size:.95rem;font-weight:700;text-decoration:none;display:inline-flex}.brand-mark{width:2.25rem;height:2.25rem;color:var(--gold);background:var(--forest);border-radius:50%;place-items:center;font-size:2rem;line-height:0;display:grid}.primary-navigation{align-items:center;gap:1.75rem;display:flex}.primary-navigation>a:not(.button){font-size:.9rem;font-weight:600;text-decoration:none;position:relative}.primary-navigation>a.active:not(.button):after{content:"";background:var(--gold);height:2px;position:absolute;bottom:-.55rem;left:0;right:0}.menu-button{color:var(--forest);background:0 0;border:0;font-weight:700;display:none}.button{border:2px solid var(--forest);color:#fff;background:var(--forest);border-radius:999px;justify-content:center;align-items:center;min-height:50px;padding:.8rem 1.4rem;font-size:.9rem;font-weight:700;text-decoration:none;transition:background .2s,color .2s,transform .2s;display:inline-flex}.button:hover{background:var(--forest-light);transform:translateY(-2px)}.button-small{min-height:42px;padding:.6rem 1.1rem}.button-light{border-color:var(--cream);color:var(--forest);background:var(--cream)}.button-light:hover{color:var(--forest);background:#fff}.text-link{color:var(--forest);text-underline-offset:.3rem;gap:.45rem;font-weight:700;display:inline-flex}.button:focus-visible,.text-link:focus-visible,a:focus-visible,button:focus-visible{outline:3px solid var(--gold);outline-offset:4px}.button-row{flex-wrap:wrap;align-items:center;gap:1.5rem;display:flex}.hero{padding:clamp(4rem,8vw,7rem) 0;overflow:hidden}.hero-grid{grid-template-columns:1.1fr .9fr;align-items:center;gap:clamp(3rem,7vw,7rem);display:grid}.hero-copy h1{margin-bottom:1.75rem}.hero-lead{max-width:55ch;font-size:1.15rem}.eyebrow{color:var(--forest-light);letter-spacing:.16em;text-transform:uppercase;margin-bottom:1rem;font-size:.76rem;font-weight:700}.hero-art{position:relative}.hero-art:before{content:"";aspect-ratio:1;background:var(--gold);opacity:.25;border-radius:50%;width:65%;position:absolute;top:-16%;right:-18%}.image-placeholder{min-height:520px;color:var(--forest);background:linear-gradient(150deg, var(--sage), #b9d3c1);box-shadow:var(--shadow);border-radius:45% 45% 1rem 1rem;flex-direction:column;justify-content:end;padding:2rem;display:flex;position:relative}.image-placeholder span{font-family:var(--font-display);font-size:1.65rem}.image-placeholder small{margin-top:.4rem}.section{padding:clamp(5rem,9vw,8rem) 0}.section-tinted{background:var(--sage-light)}.split-heading,.content-grid{grid-template-columns:1fr 1fr;gap:clamp(3rem,9vw,9rem);display:grid}.split-heading>div:last-child{padding-top:2.5rem}.split-heading p{font-size:1.1rem}.section-heading-row{justify-content:space-between;align-items:end;gap:2rem;margin-bottom:3rem;display:flex}.section-heading-row h2{margin-bottom:0}.card-grid{grid-template-columns:repeat(3,1fr);gap:1.25rem;display:grid}.feature-card{border:1px solid var(--line);background:var(--paper);border-radius:1rem;min-height:275px;padding:2rem}.feature-card h3{margin-top:3rem}.card-number,.project-index{color:var(--forest-light);letter-spacing:.12em;font-size:.8rem;font-weight:700}.value-grid{margin-top:3rem}.value-grid .feature-card h3{margin-top:0}.page-intro{color:#fff;background:var(--forest);padding:clamp(5rem,10vw,9rem) 0}.page-intro h1{color:#fff;max-width:14ch}.page-intro .eyebrow{color:var(--gold)}.page-intro-copy{max-width:60ch}.page-intro-copy p{color:#dce8e2;font-size:1.15rem}.prose p{font-size:1.05rem}.callout{color:#fff;background:var(--forest)}.callout h2,.callout .eyebrow{color:#fff}.callout p{color:#dce8e2}.callout-inner{grid-template-columns:1.2fr .8fr;align-items:center;gap:4rem;display:grid}.callout-inner h2{margin-bottom:0}.project-list{border-top:1px solid var(--line)}.project-row{border-bottom:1px solid var(--line);grid-template-columns:80px 1fr;gap:2rem;padding:3rem 0;display:grid}.project-row h2{font-size:clamp(2rem,4vw,3.5rem)}.project-row p{max-width:65ch}.placeholder-note{font-size:.82rem}.contact-grid{grid-template-columns:1fr 1fr;gap:5rem;display:grid}.contact-grid h2{overflow-wrap:anywhere;font-size:clamp(2rem,3.5vw,3.25rem)}.notice-card{border-left:5px solid var(--gold);background:var(--sage-light);padding:2.25rem}.notice-card h2{font-size:2rem}.not-found{align-items:center;min-height:65vh;padding:5rem 0;display:grid}.site-footer{color:#fff;background:#0f2b24;padding-top:5rem}.site-footer p{color:#bfcfc8}.brand-light{color:#fff}.brand-light .brand-mark{color:var(--forest);background:var(--gold)}.footer-grid{grid-template-columns:2fr 1fr 1fr;gap:4rem;padding-bottom:4rem;display:grid}.footer-description{max-width:43ch;margin-top:1.5rem}.footer-heading{color:#fff;letter-spacing:.14em;text-transform:uppercase;font-family:inherit;font-size:.8rem}.footer-links{padding:0;list-style:none}.footer-links li{margin-bottom:.8rem}.footer-links a{color:#dce8e2;text-underline-offset:.25rem}.footer-bottom{border-top:1px solid #ffffff24;justify-content:space-between;gap:2rem;padding-top:1.5rem;padding-bottom:1.5rem;display:flex}.footer-bottom p{margin:0;font-size:.72rem}@media (width<=800px){.container{width:min(100% - 2rem,680px)}.menu-button{display:block}.primary-navigation{border-bottom:1px solid var(--line);background:var(--cream);box-shadow:var(--shadow);flex-direction:column;align-items:stretch;gap:0;padding:1rem;display:none;position:absolute;top:84px;left:0;right:0}.primary-navigation.is-open{display:flex}.primary-navigation>a:not(.button){padding:1rem}.primary-navigation>a.active:not(.button):after{display:none}.primary-navigation .button{margin-top:.75rem}.hero-grid,.split-heading,.content-grid,.callout-inner,.contact-grid{grid-template-columns:1fr}.hero-art{max-width:500px}.image-placeholder{min-height:420px}.split-heading>div:last-child{padding-top:0}.card-grid{grid-template-columns:1fr}.feature-card{min-height:auto}.section-heading-row{flex-direction:column;align-items:start}.footer-grid{grid-template-columns:1fr 1fr}.footer-grid>div:first-child{grid-column:1/-1}.footer-bottom{flex-direction:column}}@media (width<=480px){h1{font-size:clamp(2.75rem,14vw,4rem)}.brand>span:last-child{max-width:170px}.project-row{grid-template-columns:1fr;gap:1rem}.footer-grid{grid-template-columns:1fr}.footer-grid>div:first-child{grid-column:auto}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important}}
