@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;450;500;550;600;650;700&family=Playfair+Display:ital,wght@0,400;0,500;0,600;1,400;1,500&display=swap');
:root{--green:#173f35;--dark:#153b32;--cream:#f8f6ef;--gold:#e9c579;--ink:#203c33;--muted:#6c746b;--line:#dcded2}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:100px}body{margin:0;background:var(--cream);color:var(--ink);font-family:'DM Sans',Arial,sans-serif;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}button,a,input,textarea,select{-webkit-tap-highlight-color:transparent}button{cursor:pointer}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,summary:focus-visible{outline:3px solid #bf8d32;outline-offset:5px}img{display:block;width:100%;height:100%;object-fit:cover}p{line-height:1.75}h1,h2,h3,p{margin-top:0}h1,h2{font-family:'Playfair Display',Georgia,serif;font-weight:400;letter-spacing:-1.7px;line-height:1.14}h2{font-size:clamp(36px,3.6vw,54px);margin-bottom:25px}em{font-weight:400}header{height:100px;display:flex;align-items:center;justify-content:space-between;padding:0 5.5%;background:var(--cream);position:sticky;top:0;z-index:10;border-bottom:1px solid #203c330c}.brand{display:flex;align-items:center;gap:11px;flex-shrink:0}.brand svg{width:42px;height:48px;stroke:var(--green);fill:none;stroke-width:1.7}.brand>span{font-family:Georgia,serif;font-size:21px;font-weight:bold;letter-spacing:1px}.brand small{display:block;font-family:'DM Sans',sans-serif;font-size:8px;letter-spacing:2.3px;margin-top:6px}nav{display:flex;gap:29px;align-items:center;font-size:13px;font-weight:500}nav>a:not(.button){padding:10px 0}nav>a:hover{color:#aa7c28}.button{display:inline-flex;align-items:center;justify-content:space-between;gap:30px;background:var(--green);color:white;padding:18px 24px;font-size:13px;font-weight:600;border:1px solid transparent;border-radius:3px;transition:background .2s,transform .2s}.button:hover{background:#29594b;transform:translateY(-2px)}.button span{font-size:20px;font-weight:400}.button.small{padding:12px 19px;gap:22px}.button.gold{background:var(--gold);color:#223a30}.button.gold:hover{background:#f3dba7}.menu-toggle{display:none}.hero{position:relative;min-height:660px;height:calc(100svh - 100px);max-height:840px;color:white}.hero-image{position:absolute;object-position:center 45%}.hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(6,31,28,.88),rgba(8,36,31,.58) 40%,rgba(8,30,25,.05) 75%),linear-gradient(0deg,rgba(5,28,24,.65),transparent 35%)}.hero-content{position:relative;padding:90px 6.5% 110px;max-width:870px}.eyebrow{font-size:10px;letter-spacing:2.1px;font-weight:650;margin-bottom:25px;display:flex;align-items:center;gap:12px}.eyebrow.light{color:#ebd9af}.eyebrow>span{width:25px;height:1px;background:var(--gold)}h1{font-size:clamp(52px,5.7vw,84px);line-height:1.07;margin-bottom:28px;letter-spacing:-2.7px}h1 em{color:#ead4a3}.hero-description{max-width:380px;font-size:15px;color:#e0e4dc;line-height:1.8;margin-bottom:30px}.hero-actions{display:flex;align-items:center;gap:32px}.text-link{display:inline-flex;align-items:center;gap:28px;padding:11px 0;border-bottom:1px solid #8d9a85;font-size:13px;font-weight:600}.text-link span,.text-link b{font-size:20px;font-weight:400}.text-link:hover{color:#ac802f}.white{color:white;border-color:#ffffff60}.hero-bottom{position:absolute;bottom:27px;left:6.5%;right:6.5%;display:flex;justify-content:space-between;font-size:9px;letter-spacing:1.7px;color:#e0e5da}.hero-bottom i{display:inline-block;width:6px;height:6px;background:var(--gold);border-radius:50%;margin-right:8px}.values-strip{padding:32px 6.5%;display:flex;align-items:center;justify-content:center;gap:50px;border-bottom:1px solid var(--line)}.values-strip>span{font-size:11px;color:var(--muted)}.values-strip p{font-family:Georgia,serif;font-size:23px;margin:0}.values-strip b{font-family:Arial;font-size:18px;color:#a7915a;margin:0 30px;font-weight:400}.section{padding:105px 7.5%}.about{display:grid;grid-template-columns:1fr 1fr;gap:10%;align-items:center}.about-visual{position:relative;height:550px;padding-right:35px;padding-bottom:35px}.about-visual>img{object-position:center 40%}.image-note{position:absolute;right:0;bottom:0;background:#eaeadd;padding:27px 34px;width:290px}.image-note>span{font-size:9px;letter-spacing:1.8px}.image-note p{font:27px/1.3 Georgia,serif;margin:13px 0 0}.image-note svg{width:45px;position:absolute;right:24px;bottom:22px;stroke:#617750;stroke-width:1;fill:none}.about-copy>p:not(.eyebrow){font-size:14px;color:var(--muted)}.about-copy .lead{font-size:17px!important;color:var(--ink)!important}.about-copy .text-link{margin-top:9px}.programs{background:#eeefe6}.section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:30px;margin-bottom:38px}.section-heading h2{margin-bottom:0}.section-heading>p{font-size:13px;color:var(--muted);margin-bottom:5px}.filters{display:flex;gap:12px;margin-bottom:30px;flex-wrap:wrap}.filters button{border:1px solid #d4d8cb;background:transparent;color:#566251;padding:11px 18px;border-radius:30px;font-size:12px}.filters button.active{background:var(--green);color:white;border-color:var(--green)}sup{font-size:8px;margin-left:4px}.program-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:25px}.program-card{background:var(--cream);display:flex;flex-direction:column}.program-card[hidden]{display:none}.card-image{height:230px;overflow:hidden;position:relative}.card-image img{transition:transform .6s}.program-card:hover img{transform:scale(1.04)}.card-tag{position:absolute;bottom:15px;left:18px;padding:7px 10px;background:var(--cream);font-size:8px;letter-spacing:1px}.card-body{padding:25px;display:flex;flex-direction:column;flex:1}.card-body h3{font:26px Georgia,serif;letter-spacing:-.4px;margin-bottom:12px}.card-body p{font-size:13px;color:var(--muted);margin-bottom:20px}.card-body a{display:flex;justify-content:space-between;align-items:center;width:100%;border:0;border-top:1px solid var(--line);background:none;padding:16px 0 0;font-size:11px;color:var(--green);text-align:left;margin-top:auto}.card-body a span{font-size:20px}.program-card.compact .card-body{padding-top:27px}.feature{display:grid;grid-template-columns:1fr 1fr;background:var(--green);color:var(--cream)}.feature-image{position:relative;min-height:630px}.feature-image img{position:absolute;object-position:center 30%}.image-label{position:absolute;bottom:25px;left:35px;font-size:9px;letter-spacing:1.4px;background:#173f35db;padding:12px 16px}.feature-copy{padding:75px 15% 70px 13%}.feature-copy h2{font-size:clamp(42px,4.5vw,66px)}.feature-copy h2 em{color:#e6cd9e}.feature-copy>p:not(.eyebrow){font-size:14px;color:#c9d7cc}.feature-copy .text-link{margin-top:14px}.steps{display:grid;grid-template-columns:repeat(5,1fr);margin-top:65px}.steps article{padding:0 24px;border-left:1px solid var(--line)}.steps article:first-child{padding-left:0;border-left:0}.steps article>span{display:flex;justify-content:space-between;align-items:center;font-family:Georgia;font-size:30px;color:#9b9d81;margin-bottom:26px}.steps b{font-size:20px;font-weight:400;color:#748065}.steps h3{font:24px Georgia,serif;margin-bottom:13px}.steps p{font-size:12px;color:var(--muted);margin-bottom:0}.community-section{margin:0 7.5% 100px;display:grid;grid-template-columns:1fr 1fr;background:#eaeadd}.community-copy{padding:55px}.community-copy h2{font-size:40px}.community-copy>p:not(.eyebrow){font-size:13px;color:var(--muted)}.community-section>img{min-height:560px}.community-copy details{border-top:1px solid #cad0bf}.community-copy details:last-child{border-bottom:1px solid #cad0bf}summary{list-style:none;cursor:pointer;padding:18px 0;display:flex;justify-content:space-between;font-size:14px}summary::-webkit-details-marker{display:none}summary span{font-size:18px}details[open] summary span{transform:rotate(45deg)}details p{font-size:12px;color:#646d60;padding-right:20px;margin-bottom:20px}.involved{padding-top:0;text-align:center}.involved>.eyebrow{justify-content:center}.involved-grid{display:grid;grid-template-columns:repeat(3,1fr);text-align:left;margin-top:48px;border:1px solid var(--line)}.involved-grid>a{padding:35px;border-right:1px solid var(--line);transition:background .2s}.involved-grid>a:hover{background:#eeefe6}.involved-grid>a:last-child{border:0}.involved-icon{font-size:34px;display:block;margin-bottom:25px;color:#7a895e}.involved-grid h3{font:27px Georgia,serif;margin-bottom:15px}.involved-grid p{font-size:13px;color:var(--muted)}.involved-grid .text-link{width:100%;justify-content:space-between;font-size:11px;border:0}.contact{background:var(--green);color:var(--cream);display:grid;grid-template-columns:1.2fr 1fr;gap:12%;position:relative}.contact h2{font-size:clamp(38px,4vw,58px)}.contact h2 em{color:#e6cd9e}.contact p{font-size:13px;color:#c1d0c2}.contact-email{display:block;font-size:13px;margin-top:30px;overflow-wrap:anywhere}.phone{display:inline-block;font-size:13px;margin-top:15px;color:#c1d0c2}.contact form{display:flex;flex-direction:column}.contact label{font-size:11px;margin-bottom:9px}.contact input,.contact select,.contact textarea{width:100%;background:#ffffff08;color:white;border:1px solid #ffffff35;border-radius:2px;padding:13px;margin-bottom:19px;font-size:12px}.contact select option{color:var(--ink);background:var(--cream)}.contact input::placeholder,.contact textarea::placeholder{color:#b6c5b9}.contact textarea{resize:vertical;min-height:95px}.form-note{font-size:10px!important;margin:13px 0 0}footer{padding:50px 7.5% 23px}.footer-top{display:flex;justify-content:space-between;align-items:center;gap:20px;padding-bottom:40px}.footer-top p{font-size:11px;color:var(--muted);margin:0}.footer-top>a:not(.brand){font-size:11px}.footer-bottom{padding-top:22px;border-top:1px solid var(--line);display:flex;justify-content:space-between;font-size:10px;color:var(--muted)}dialog{border:0;border-radius:5px;padding:55px;max-width:600px;width:calc(100% - 36px);background:var(--cream);color:var(--ink)}dialog::backdrop{background:#09271fbb;backdrop-filter:blur(5px)}dialog h2{font-size:40px}dialog>p:not(.eyebrow){color:var(--muted);font-size:15px}.dialog-close{position:absolute;right:16px;top:12px;background:none;border:0;font-size:30px;color:var(--green)}.sr-only,.skip-link:not(:focus){position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip-link:focus{position:fixed;top:10px;left:10px;padding:15px;background:white;z-index:100}
@media(min-width:1600px){.section{padding-left:max(7.5%,calc((100vw - 1360px)/2));padding-right:max(7.5%,calc((100vw - 1360px)/2))}.hero-content{margin-left:3%}}
@media(max-width:1050px){header{padding:0 4%;height:85px}nav{gap:17px;font-size:11px}.brand>span{font-size:18px}.brand svg{width:34px}.hero{height:740px;min-height:0}.hero-content{padding-top:110px}.section{padding:80px 6%}.about{gap:6%}.about-visual{height:490px}.values-strip{gap:25px}.values-strip b{margin:0 16px}.card-image{height:190px}.card-body{padding:21px}.feature-copy{padding:65px 10%}.community-section{margin:0 6% 80px}.community-copy{padding:35px}.community-copy h2{font-size:35px}.involved{padding-top:0}.involved-grid>a{padding:25px}.contact{gap:7%}.footer-top{flex-wrap:wrap}.steps article{padding:0 15px}}
@media(max-width:760px){html{scroll-padding-top:77px}header{height:77px;padding:0 6%}.menu-toggle{display:flex;align-items:center;gap:12px;border:0;background:none;font-size:12px;color:var(--green);padding:12px 0}.menu-toggle span{font-size:19px}nav{display:none;position:absolute;top:77px;left:0;right:0;padding:20px 6% 28px;background:var(--cream);box-shadow:0 12px 20px #173f3515;align-items:stretch;font-size:14px}nav.open{display:flex;flex-direction:column;gap:10px}nav .button{margin-top:5px}.hero{height:740px;max-height:none}.hero-image{object-position:65% center}.hero-shade{background:linear-gradient(90deg,#08291ed9,#0a2b2190 60%,#0a2b2130),linear-gradient(0deg,#092920d9,transparent 70%)}.hero-content{padding:95px 7% 110px}h1{font-size:58px;letter-spacing:-2px}.hero-description{font-size:14px;max-width:330px}.eyebrow{font-size:8px;letter-spacing:1.6px}.hero-actions{gap:23px;align-items:flex-start;flex-direction:column}.hero-actions .text-link{padding:5px 0}.hero-bottom{left:7%;right:7%;gap:15px;flex-direction:column;font-size:8px}.values-strip{padding:26px 5%;gap:14px;flex-direction:column}.values-strip p{font-size:18px}.values-strip b{margin:0 8px;font-size:12px}.section{padding:65px 7%}h2{font-size:39px}.about{grid-template-columns:1fr;gap:40px}.about-visual{height:430px;padding-right:22px;padding-bottom:25px}.image-note{width:260px;padding:25px}.about-copy .lead{font-size:16px!important}.section-heading{align-items:flex-start;flex-direction:column;gap:20px}.section-heading>p br{display:none}.filters{gap:8px}.filters button{font-size:10px;padding:10px 13px}.program-grid{grid-template-columns:1fr;gap:20px}.card-image{height:250px}.card-body{padding:25px}.feature{grid-template-columns:1fr}.feature-image{min-height:440px;max-height:500px}.feature-image img{object-position:center 35%}.feature-copy{padding:55px 7%}.feature-copy h2{font-size:49px}.steps{grid-template-columns:1fr;gap:23px;margin-top:35px}.steps article,.steps article:first-child{border-left:0;border-top:1px solid var(--line);padding:22px 0 0;display:grid;grid-template-columns:55px 1fr;column-gap:18px}.steps article>span{grid-row:span 2;font-size:27px;align-items:flex-start;gap:10px;margin:0}.steps b{display:none}.steps h3{margin:0 0 8px}.steps p{font-size:13px}.community-section{margin:0 7% 65px;grid-template-columns:1fr}.community-copy{padding:30px 25px}.community-copy h2{font-size:34px}.community-section>img{min-height:0;height:330px}.involved{padding-top:0}.involved-grid{grid-template-columns:1fr;margin-top:30px}.involved-grid>a{padding:30px;border-right:0;border-bottom:1px solid var(--line)}.involved-icon{margin-bottom:17px}.contact{grid-template-columns:1fr;gap:40px}.contact h2{font-size:40px}.contact-email{font-size:12px}footer{padding:40px 7% 25px}.footer-top{align-items:flex-start;gap:25px}.footer-top .brand{width:100%}.footer-top p{width:100%}.footer-bottom{gap:15px;flex-direction:column}.back-top{margin-left:auto}dialog{padding:45px 27px 30px}dialog h2{font-size:33px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{transition:none!important;animation:none!important}}
/* Compact identity and navigation */
.header{height:78px;padding-inline:6%;gap:24px}.brand{gap:10px}.brand-logo{width:52px;height:52px;object-fit:contain;border-radius:50%;flex-shrink:0}.brand>span{font-size:18px}.brand small{font-size:7px;letter-spacing:2px}nav{gap:24px}.hero{height:calc(100svh - 78px)}html{scroll-padding-top:94px}.about-visual>img{object-position:55% center}.feature-image img{object-position:center 32%}.filters[hidden]{display:none}.card-body a{min-height:44px}.program-card:last-child{grid-column:1 / -1;display:grid;grid-template-columns:1fr 2fr}.program-card:last-child .card-image{height:100%;min-height:220px;max-height:290px}.program-card:last-child .card-image img{object-position:center 35%}.program-card:last-child .card-body{justify-content:center;padding:32px}.program-card:last-child .card-body a{margin-top:0}footer{padding:28px 6% 18px}.footer-top{padding-bottom:22px;gap:24px}.footer-top .brand-logo{width:46px;height:46px}.footer-top>a:not(.brand){display:inline-flex;align-items:center;min-height:44px}.footer-bottom{padding-top:14px;align-items:center;gap:16px}.footer-links{display:flex;align-items:center;gap:22px}.footer-links a{display:inline-flex;align-items:center;min-height:32px}.footer-links a:hover{text-decoration:underline}.menu-toggle{min-height:44px;min-width:60px}.dialog-close{min-width:44px;min-height:44px}.contact input,.contact select,.contact textarea{font-size:16px}.filters button{min-height:44px}
@media(min-width:761px) and (max-width:1050px){.header{padding-inline:4%;gap:15px}nav{gap:14px}.brand>span{font-size:16px}.brand-logo{width:46px;height:46px}.program-grid{grid-template-columns:repeat(2,1fr)}.program-card:last-child{grid-template-columns:1fr 1fr}.footer-top{display:grid;grid-template-columns:1fr 1fr;gap:12px}.footer-top .back-top{justify-self:end}}
@media(max-width:760px){.header{height:68px;padding-inline:6%}.brand-logo{width:46px;height:46px}.brand>span{font-size:16px}.brand small{font-size:6px}.header nav{top:68px}.header nav>a{min-height:44px;display:flex;align-items:center}.hero{height:740px}html{scroll-padding-top:84px}.program-card:last-child{display:flex;grid-column:auto}.program-card:last-child .card-image{height:250px;min-height:0}.program-card:last-child .card-body{padding:25px}.about-visual>img{object-position:58% center}.feature-image{min-height:490px}.feature-image img{object-position:center 35%}footer{padding:25px 7% 16px}.footer-top{display:grid;grid-template-columns:1fr auto;gap:10px 16px;padding-bottom:16px}.footer-top .brand{grid-column:1 / -1;width:auto}.footer-top p{grid-column:1 / -1;margin:2px 0 4px}.footer-top .back-top{margin:0;justify-self:end}.footer-top>a:not(.brand){font-size:10px}.footer-bottom{align-items:flex-start;gap:5px}.footer-links{flex-wrap:wrap;gap:4px 18px}.footer-links span{flex-basis:100%;margin-top:3px}.text-link{min-height:44px}.contact .phone,.contact-email{min-height:44px;display:flex;align-items:center;margin-top:10px}}
@media(max-width:360px){h1{font-size:49px}.hero-content{padding-top:80px}.values-strip p{font-size:16px}.values-strip b{margin:0 5px}.brand>span{font-size:14px}.contact h2{font-size:35px}.footer-top{grid-template-columns:1fr}.footer-top .back-top{justify-self:start}.footer-top .brand,.footer-top p{grid-column:auto}}
.program-card[hidden]{display:none}
