@charset "UTF-8";
:root{--green:#174a38;--green-dark:#0e3428;--green-soft:#dfe9df;--gold:#c69a46;--cream:#f6f1e7;--sand:#e8dcc5;--ink:#1d2923;--muted:#5d6a63;--white:#fff;--line:#d8dfda;--shadow:0 18px 55px rgba(14,52,40,.12);--radius:22px;--wrap:min(1180px,calc(100% - 40px))}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:#fff;font:400 17px/1.7 Arial,Helvetica,sans-serif;-webkit-font-smoothing:antialiased}img{display:block;max-width:100%}a{color:inherit}h1,h2,h3{font-family:Georgia,"Times New Roman",serif;font-weight:500;line-height:1.12;margin:0 0 .7em;color:var(--green-dark)}h1{font-size:clamp(2.8rem,6vw,5.8rem)}h2{font-size:clamp(2rem,4vw,3.5rem)}h3{font-size:1.55rem}p{margin:0 0 1.2em}.wrap{width:var(--wrap);margin-inline:auto}.narrow{max-width:900px}.skip-link{position:fixed;z-index:1000;left:16px;top:-80px;background:#fff;padding:12px 18px}.skip-link:focus{top:12px}.site-header{position:relative;z-index:50;background:#fff;border-bottom:1px solid rgba(23,74,56,.12)}.header-inner{min-height:96px;display:flex;align-items:center;justify-content:space-between;gap:28px}.brand{display:inline-flex;align-items:center;gap:12px;text-decoration:none;color:var(--green)}.brand>span:last-child{display:flex;flex-direction:column}.brand strong{font:700 1.45rem/1 Arial,sans-serif;letter-spacing:.18em}.brand small{margin-top:5px;font-size:.63rem;letter-spacing:.05em}.brand-mark{position:relative;display:inline-block;width:48px;height:48px}.brand-mark i{position:absolute;display:block;background:var(--green);border-radius:100% 0 100% 0;transform:rotate(-45deg)}.brand-mark i:nth-child(1){width:17px;height:29px;left:15px;top:2px}.brand-mark i:nth-child(2){width:14px;height:23px;left:4px;top:18px;transform:rotate(-74deg)}.brand-mark i:nth-child(3){width:14px;height:23px;right:4px;top:18px;transform:rotate(-16deg)}.main-nav{display:flex;align-items:center;gap:22px}.main-nav a{text-decoration:none;color:#32443b;font-size:.92rem;font-weight:700;padding:36px 0 32px;border-bottom:3px solid transparent;white-space:nowrap}.main-nav a:hover,.main-nav a[aria-current=page]{color:var(--green);border-color:var(--gold)}.menu-button{display:none}.home-visual{position:relative;height:min(64vw,720px);min-height:430px;overflow:hidden}.home-visual img{width:100%;height:100%;object-fit:cover}.home-visual:after{content:"";position:absolute;inset:auto 0 0;height:35%;background:linear-gradient(transparent,rgba(14,52,40,.42))}.home-visual span{position:absolute;z-index:2;right:22px;bottom:15px;color:#fff;font-size:.72rem}.home-intro{padding:82px 0 100px;background:#fff}.intro-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:80px;align-items:center}.home-intro h1{font-size:clamp(3rem,5.5vw,5.4rem)}.home-intro h1 em{color:var(--gold);font-style:normal}.lead{font:500 clamp(1.35rem,2.3vw,2rem)/1.5 Georgia,serif;color:var(--green-dark)}.eyebrow{text-transform:uppercase;letter-spacing:.18em;font-size:.75rem;font-weight:800;color:var(--green);margin-bottom:18px}.eyebrow.light{color:#d9c18e}.button-row{display:flex;flex-wrap:wrap;gap:14px;margin-top:30px}.button{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:12px 23px;border:2px solid var(--green);border-radius:999px;background:var(--green);color:#fff;text-decoration:none;font-weight:700;line-height:1.25;cursor:pointer}.button:hover{background:var(--green-dark);border-color:var(--green-dark)}.button--ghost{background:transparent;color:var(--green)}.button--light{background:#fff;border-color:#fff;color:var(--green)}.section{padding:105px 0}.warm{background:var(--cream)}.section-heading{display:grid;grid-template-columns:1.2fr .8fr;gap:70px;align-items:end;margin-bottom:50px}.section-heading p{font-size:1.15rem;color:var(--muted)}.project-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:28px}.project-card{background:#fff;border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow);display:flex;flex-direction:column}.project-card--feature{grid-column:span 2;display:grid;grid-template-columns:1.2fr .8fr}.project-card img{width:100%;height:300px;object-fit:cover}.project-card--feature img{height:100%;min-height:430px}.project-card__body{padding:32px}.status{display:inline-flex;padding:7px 12px;margin-bottom:18px;border-radius:999px;background:#fff1cf;color:#6f5011;font-size:.72rem;font-weight:800;text-transform:uppercase;letter-spacing:.1em}.status--done{background:var(--green-soft);color:var(--green)}.status--soon{background:#edf0ee;color:#5e6862}.text-link{color:var(--green);font-weight:800;text-decoration:none}.text-link span{display:inline-block;transition:transform .2s}.text-link:hover span{transform:translateX(5px)}.project-card--neutral{background:#e7ece9}.neutral-graphic{height:300px;display:flex;align-items:end;justify-content:center;gap:18px;padding:55px;background:linear-gradient(150deg,#eef3f0,#cedbd3)}.neutral-graphic span{display:block;width:22%;background:var(--green);opacity:.18;border-radius:6px 6px 0 0}.neutral-graphic span:nth-child(1){height:50%}.neutral-graphic span:nth-child(2){height:80%}.neutral-graphic span:nth-child(3){height:62%}.neutral-graphic--large{width:100%;height:360px;border-radius:var(--radius);margin-bottom:50px}.values-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.value-card{padding:30px;border:1px solid var(--line);border-radius:var(--radius)}.value-card .icon{width:48px;height:48px;margin-bottom:28px;color:var(--green)}.icon svg{width:100%;height:100%;fill:none;stroke:currentColor;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}.value-card p{color:var(--muted)}.split-callout{display:grid;grid-template-columns:1.15fr .85fr;background:var(--green-dark);color:#fff}.split-callout__image img{width:100%;height:100%;min-height:600px;object-fit:cover}.split-callout__content{padding:90px clamp(40px,7vw,110px);display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.split-callout h2,.split-callout p{color:#fff}.call-to-action__inner{display:flex;align-items:center;justify-content:space-between;gap:50px}.call-to-action__inner>div{max-width:740px}.page-hero{position:relative;min-height:470px;background:var(--green-dark);display:flex;align-items:end;overflow:hidden}.page-hero img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.page-hero__overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(9,40,30,.86) 0%,rgba(9,40,30,.58) 55%,rgba(9,40,30,.18))}.page-hero__content{position:relative;z-index:2;padding-top:120px;padding-bottom:70px;color:#fff}.page-hero h1{max-width:900px;color:#fff;font-size:clamp(2.8rem,5vw,5rem)}.page-hero p:not(.eyebrow){max-width:720px;font-size:1.3rem}.two-col,.feature-columns{display:grid;grid-template-columns:1fr 1fr;gap:70px}.info-panel{padding:38px;background:#fff;border-radius:var(--radius);box-shadow:var(--shadow)}.fact-table{margin:50px 0;border-top:2px solid var(--green)}.fact-row{display:grid;grid-template-columns:220px 1fr;border-bottom:1px solid var(--line);padding:16px 10px;gap:25px}.image-feature{position:relative;min-height:650px;display:flex;align-items:end;overflow:hidden}.image-feature>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.image-feature:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(9,40,30,.85),transparent 70%)}.image-feature__content{position:relative;z-index:2;width:min(700px,calc(100% - 40px));margin:0 auto 60px;color:#fff}.image-feature h2{color:#fff}.check-list{list-style:none;padding:0}.check-list li{position:relative;padding:10px 0 10px 34px;border-bottom:1px solid var(--line)}.check-list li:before{content:"✓";position:absolute;left:4px;color:var(--gold);font-weight:900}.two-column-list{columns:2;column-gap:50px}.two-column-list li{break-inside:avoid}.content-stack{margin-top:65px}.content-stack article{display:grid;grid-template-columns:80px 1fr;gap:30px;padding:35px 0;border-top:1px solid var(--line)}.content-stack article>span{font:400 2rem Georgia,serif;color:var(--gold)}.team-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.team-grid article{padding:32px;background:#fff;border-radius:var(--radius)}.team-grid article>span{display:grid;place-items:center;width:60px;height:60px;margin-bottom:24px;border-radius:50%;background:var(--green-soft);color:var(--green);font-weight:800}.team-grid strong{display:block;color:var(--green);margin-bottom:12px}.event-grid{display:grid;gap:28px}.event-card{display:grid;grid-template-columns:170px 1fr;gap:45px;padding:40px;border:1px solid var(--line);border-radius:var(--radius)}.event-card time{display:flex;align-items:flex-start;gap:15px;color:var(--green)}.event-card time strong{font:400 4.5rem/1 Georgia,serif}.event-card time span{font-size:.78rem;line-height:1.4;text-transform:uppercase;letter-spacing:.12em}.contact-overview{display:grid;grid-template-columns:1.2fr repeat(3,1fr);gap:25px}.contact-overview>div{display:flex;flex-direction:column}.contact-overview strong{color:var(--green);margin-bottom:8px}.contact-overview a{text-decoration:none}.form-layout{display:grid;grid-template-columns:.65fr 1.35fr;gap:75px;align-items:start}.contact-form{padding:38px;background:#fff;border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow)}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.contact-form label{display:flex;flex-direction:column;gap:7px;font-weight:700;font-size:.9rem;margin-bottom:20px}.contact-form input,.contact-form select,.contact-form textarea{width:100%;padding:13px 14px;border:1px solid #aebbb4;border-radius:9px;background:#fff;color:var(--ink);font:inherit}.contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus{outline:3px solid rgba(198,154,70,.35);border-color:var(--gold)}.contact-form .check{display:grid;grid-template-columns:22px 1fr;gap:12px;font-weight:400}.check input{width:20px;height:20px;margin-top:3px}.honey{position:absolute!important;left:-10000px!important}.form-status{margin-top:18px;font-weight:700}.form-status.success{color:#126431}.form-status.error{color:#a12626}.legal h2{font-size:1.55rem;margin-top:2.3em}.legal li{margin-bottom:9px}.site-footer{padding:75px 0 25px;background:var(--green-dark);color:#dfe8e3}.footer-grid{display:grid;grid-template-columns:1.4fr repeat(3,1fr);gap:50px}.site-footer h2{font:700 .78rem Arial,sans-serif;color:#d9c18e;text-transform:uppercase;letter-spacing:.14em}.site-footer a{display:block;margin-bottom:8px;text-decoration:none}.site-footer address{font-style:normal;margin-bottom:12px}.brand--footer{color:#fff;margin-bottom:20px}.brand--footer .brand-mark i{background:#fff}.footer-bottom{display:flex;justify-content:space-between;border-top:1px solid rgba(255,255,255,.15);margin-top:50px;padding-top:22px;font-size:.75rem;color:#aabbb2}
@media(max-width:1020px){.main-nav{position:absolute;display:none;top:96px;left:0;right:0;padding:18px 20px 30px;background:#fff;box-shadow:0 20px 40px rgba(14,52,40,.15);flex-direction:column;align-items:stretch;gap:0}.main-nav.open{display:flex}.main-nav a{padding:13px 0;border-bottom:1px solid var(--line)}.menu-button{display:flex;align-items:center;flex-direction:column;gap:5px;border:0;background:transparent;color:var(--green);cursor:pointer}.menu-button span{display:block;width:28px;height:2px;background:currentColor}.menu-button b{font-size:.65rem}.values-grid{grid-template-columns:repeat(2,1fr)}.contact-overview{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:760px){:root{--wrap:min(100% - 28px,1180px)}body{font-size:16px}.header-inner{min-height:80px}.main-nav{top:80px}.brand strong{font-size:1.2rem}.brand small{font-size:.55rem}.brand-mark{width:40px;height:40px}.home-visual{height:55vh;min-height:390px}.home-intro,.section{padding:68px 0}.intro-grid,.section-heading,.two-col,.feature-columns,.form-layout{grid-template-columns:1fr;gap:35px}.project-grid{grid-template-columns:1fr}.project-card--feature{grid-column:auto;display:flex}.project-card--feature img{min-height:0;height:280px}.values-grid,.team-grid{grid-template-columns:1fr}.split-callout{grid-template-columns:1fr}.split-callout__image img{min-height:0;height:430px}.split-callout__content{padding:60px 28px}.call-to-action__inner{align-items:flex-start;flex-direction:column}.page-hero{min-height:430px}.page-hero__content{padding-bottom:45px}.fact-row{grid-template-columns:1fr;gap:4px}.image-feature{min-height:570px}.two-column-list{columns:1}.event-card{grid-template-columns:1fr;gap:20px;padding:28px}.contact-overview,.form-grid,.footer-grid{grid-template-columns:1fr}.footer-bottom{flex-direction:column;gap:6px}.content-stack article{grid-template-columns:50px 1fr;gap:15px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}
