:root{--green:#073f2c;--green-2:#0b5b3d;--gold:#c7912d;--gold-light:#e7c477;--cream:#f8f4e9;--ink:#173b2d;--muted:#65736b;--white:#fffdf7;--line:#d9d8c8;--shadow:0 24px 65px rgba(15,54,38,.12)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--cream);color:var(--ink);font-family:'DM Sans',sans-serif;font-size:16px;line-height:1.6}.container{width:min(1140px,calc(100% - 48px));margin:auto}.site-header{position:sticky;top:0;z-index:20;background:rgba(248,244,233,.94);backdrop-filter:blur(14px);border-bottom:1px solid rgba(7,63,44,.08)}.nav-wrap{height:78px;display:flex;align-items:center;justify-content:space-between}.brand{display:flex;gap:10px;align-items:center;color:var(--green);text-decoration:none;line-height:1}.brand strong{font-family:'Playfair Display',serif;display:block;font-size:18px;letter-spacing:.02em}.brand small{display:block;font-size:10px;text-transform:uppercase;letter-spacing:.2em;color:var(--gold);margin-top:5px}.brand-mark{width:35px;height:35px;border-radius:50%;display:grid;place-items:center;background:var(--green);color:var(--gold-light);font-size:21px}.site-nav{display:flex;align-items:center;gap:29px}.site-nav a,.text-link,.arrow-link{color:var(--ink);text-decoration:none;font-weight:600;font-size:14px}.site-nav a:hover,.text-link:hover,.arrow-link:hover{color:var(--gold)}.nav-cta{background:var(--green);color:#fff!important;padding:11px 17px;border-radius:3px}.nav-cta span{color:var(--gold-light);margin-left:9px}.menu-toggle{display:none;border:0;background:none;color:var(--green);font-weight:700}.hero{background:radial-gradient(circle at 12% 25%,rgba(231,196,119,.23),transparent 26%),var(--cream);padding:94px 0 108px;overflow:hidden}.hero-grid{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:80px}.eyebrow{color:var(--gold);font-weight:700;letter-spacing:.16em;text-transform:uppercase;font-size:11px;margin:0 0 18px}.hero h1{font-family:'Playfair Display',serif;font-size:clamp(44px,5.5vw,78px);line-height:1.05;letter-spacing:-.04em;margin:0 0 26px;color:var(--green)}h1 em{color:var(--gold);font-style:normal}.hero-lede{font-size:18px;max-width:500px;color:var(--muted)}.hero-actions{display:flex;align-items:center;gap:26px;margin:35px 0}.button{display:inline-flex;align-items:center;gap:20px;text-decoration:none;font-weight:700;padding:15px 21px;border-radius:3px;transition:transform .2s,background .2s}.button:hover{transform:translateY(-2px)}.button-primary{background:var(--green);color:#fff}.button-primary span,.button-gold span{color:var(--gold-light)}.text-link span{color:var(--gold);margin-left:8px}.hero-note{border-top:1px solid var(--line);padding-top:18px;color:var(--green);font-family:'Playfair Display',serif;font-size:15px;max-width:430px}.tiny-heart{color:var(--gold);margin-right:9px}.hero-visual{position:relative}.hero-image-wrap{height:610px;border-radius:180px 180px 5px 5px;overflow:hidden;box-shadow:var(--shadow);border:10px solid rgba(255,253,247,.7)}.hero-image-wrap img{width:100%;height:100%;object-fit:cover;object-position:center}.hero-stamp{position:absolute;left:-54px;bottom:43px;background:var(--green);color:var(--gold-light);padding:18px 21px;display:flex;flex-direction:column;text-align:center;box-shadow:var(--shadow);font-family:'Playfair Display',serif;font-size:17px}.hero-badge{position:absolute;right:-26px;top:54px;width:125px;height:125px;border-radius:50%;display:grid;place-items:center;text-align:center;background:var(--gold);color:var(--green);transform:rotate(8deg);font-size:12px;line-height:1.2;box-shadow:0 12px 30px rgba(199,145,45,.3)}.hero-badge span{font-size:24px}.section{padding:110px 0}.split-grid{display:grid;grid-template-columns:.9fr 1fr;gap:120px}.section-heading h2,.center-heading h2,.split-heading h2,.mission-copy h2,.join h2{font-family:'Playfair Display',serif;font-size:clamp(36px,4vw,58px);line-height:1.08;letter-spacing:-.035em;color:var(--green);margin:0}.intro{background:var(--white)}.intro-copy{font-size:20px;color:var(--muted);max-width:550px}.intro-copy strong{color:var(--green)}.arrow-link{display:inline-block;color:var(--green);border-bottom:1px solid var(--gold);padding-bottom:5px;margin-top:14px}.arrow-link span{color:var(--gold);padding-left:15px}.mission{background:var(--green);color:#eef0e3}.mission-grid{display:grid;grid-template-columns:1fr 1fr;gap:100px;align-items:center}.mission-visual{position:relative}.mission-visual img{width:100%;height:550px;object-fit:cover;border-radius:4px 100px 4px 4px}.photo-caption{position:absolute;bottom:22px;right:-24px;background:var(--gold);color:var(--green);padding:16px 20px;font-family:'Playfair Display',serif;font-size:15px;max-width:220px}.mission-copy h2{color:var(--white);margin-bottom:22px}.mission-copy>p:not(.eyebrow){color:#b9c9bc;max-width:530px}.mission-rule{height:1px;background:rgba(231,196,119,.5);margin:32px 0}.mission-copy h3{font-family:'Playfair Display',serif;font-size:23px;color:var(--gold-light);margin:0 0 17px}.check-list{list-style:none;padding:0;margin:0;color:#dce7da}.check-list li{margin:9px 0}.check-list li:before{content:'♥';color:var(--gold-light);margin-right:12px;font-size:12px}.values{background:var(--white)}.center-heading{text-align:center;max-width:600px;margin:0 auto 47px}.center-heading>p:last-child{color:var(--muted)}.values-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:13px}.value-card{padding:27px 19px;border-top:3px solid var(--gold-light);background:var(--cream)}.value-icon{color:var(--green);font-size:34px;display:block;margin-bottom:12px}.value-card h3{font-family:'Playfair Display',serif;color:var(--green);margin:0 0 7px;font-size:20px}.value-card p{color:var(--muted);font-size:13px;line-height:1.5;margin:0}.programs{background:var(--cream)}.split-heading{display:flex;justify-content:space-between;gap:40px;align-items:end;margin-bottom:45px}.split-heading>p{max-width:360px;color:var(--muted);margin:0}.program-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.program-card{background:var(--white);box-shadow:0 10px 28px rgba(15,54,38,.07)}.program-image{height:240px;position:relative;overflow:hidden}.program-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s}.program-card:hover .program-image img{transform:scale(1.04)}.program-number{position:absolute;top:15px;right:15px;background:var(--gold);color:var(--green);padding:4px 8px;font-size:12px;font-weight:700}.program-content{padding:22px 25px 28px}.program-icon{color:var(--gold);font-size:27px}.program-content h3{font-family:'Playfair Display',serif;color:var(--green);font-size:24px;margin:5px 0 8px}.program-content p{color:var(--muted);font-size:14px;margin:0}.join{background:var(--gold-light)}.join-grid{display:grid;grid-template-columns:1fr 1fr;gap:100px;align-items:center}.join h2{margin-bottom:18px}.join-copy>p:not(.eyebrow){max-width:520px;color:var(--green)}.join-actions{display:flex;gap:12px;margin-top:29px}.button-gold{background:var(--green);color:var(--white)}.button-outline{border:1px solid var(--green);color:var(--green)}.support-list{border-top:1px solid rgba(7,63,44,.35)}.support-list a{display:flex;align-items:center;padding:18px 0;border-bottom:1px solid rgba(7,63,44,.35);color:var(--green);text-decoration:none}.support-list span{font-size:11px;color:#54705c;width:48px}.support-list b{font-family:'Playfair Display',serif;font-size:21px;font-weight:600}.support-list i{font-style:normal;margin-left:auto;font-size:22px}.contact-bar{background:var(--green);color:var(--white);padding:32px 0}.contact-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:25px}.contact-grid>div{display:flex;flex-direction:column;gap:3px}.contact-label{text-transform:uppercase;letter-spacing:.16em;color:var(--gold-light);font-size:10px;font-weight:700}.contact-grid a,.contact-grid>div>span:last-child{color:var(--white);text-decoration:none;font-size:14px}footer{background:#042d20;color:#9db2a2;padding:23px 0}.footer-wrap{display:flex;align-items:center;justify-content:space-between;gap:20px;font-size:12px}.footer-wrap .brand{color:var(--white)}.footer-wrap p{margin:0;font-family:'Playfair Display',serif;font-size:15px;color:var(--gold-light)}.reveal{opacity:0;transform:translateY(16px);transition:opacity .7s ease,transform .7s ease}.reveal.is-visible{opacity:1;transform:none}@media(max-width:850px){.container{width:min(100% - 36px,620px)}.menu-toggle{display:block}.site-nav{display:none;position:absolute;top:78px;left:0;right:0;background:var(--cream);padding:20px 18px;flex-direction:column;align-items:stretch;gap:13px;border-bottom:1px solid var(--line)}.site-nav.open{display:flex}.site-nav a{padding:8px}.hero{padding:62px 0 80px}.hero-grid,.mission-grid,.join-grid{grid-template-columns:1fr;gap:45px}.hero h1{font-size:49px}.hero-image-wrap{height:500px}.hero-stamp{left:-10px}.hero-badge{right:-4px}.split-grid{grid-template-columns:1fr;gap:30px}.section{padding:75px 0}.values-grid{grid-template-columns:repeat(2,1fr)}.program-grid{grid-template-columns:1fr}.program-image{height:280px}.split-heading{display:block}.split-heading>p{margin-top:18px}.contact-grid{grid-template-columns:repeat(2,1fr)}.footer-wrap{flex-wrap:wrap}.footer-wrap p{order:3;width:100%}}
@media(max-width:480px){.hero h1{font-size:43px}.hero-actions,.join-actions{align-items:stretch;flex-direction:column}.hero-image-wrap{height:430px;border-radius:130px 130px 4px 4px}.hero-stamp{font-size:14px}.hero-badge{width:104px;height:104px;font-size:10px}.values-grid{grid-template-columns:1fr}.contact-grid{grid-template-columns:1fr}.mission-visual img{height:400px}.photo-caption{right:10px}.footer-wrap{align-items:flex-start;flex-direction:column}}
.qr-note{display:flex;align-items:center;gap:14px;margin-top:30px;color:var(--green)}.qr-note img{width:76px;height:76px;object-fit:cover;border:5px solid var(--white)}.qr-note strong,.qr-note small{display:block}.qr-note strong{font-family:'Playfair Display',serif;font-size:17px}.qr-note small{font-size:12px;max-width:230px;margin-top:3px}
body{font-family:'Inter',Arial,sans-serif}
.hero-image-wrap{aspect-ratio:3 / 2;height:auto;max-height:none}.hero-image-wrap img{object-position:72% center}.mission-visual img{height:auto;aspect-ratio:3 / 2;object-fit:cover;object-position:center}.program-image{height:auto;aspect-ratio:3 / 2}.program-image img{object-position:center}.hero h1,.section-heading h2,.center-heading h2,.split-heading h2,.mission-copy h2,.join h2,.brand strong,.hero-note,.photo-caption,.support-list b,.footer-wrap p,.program-content h3,.mission-copy h3,.value-card h3{font-family:'Merriweather',Georgia,serif}.hero h1{font-weight:900}.hero-lede,.intro-copy,.program-content p,.mission-copy>p:not(.eyebrow),.join-copy>p:not(.eyebrow),.value-card p,.split-heading>p{font-family:'Lato',Arial,sans-serif}body{font-family:'Lato',Arial,sans-serif}
@media(max-width:850px){.hero-image-wrap{height:auto;aspect-ratio:3 / 2}.mission-visual img{height:auto;aspect-ratio:3 / 2}.program-image{height:auto;aspect-ratio:3 / 2}}
@media(max-width:480px){.hero-image-wrap{height:auto;aspect-ratio:4 / 3}.mission-visual img{height:auto;aspect-ratio:4 / 3}.program-image{height:auto;aspect-ratio:4 / 3}}
.hero-image-wrap,.mission-visual img,.program-image{height:auto;aspect-ratio:auto}.hero-image-wrap img,.mission-visual img,.program-image img{display:block;width:100%;height:auto;aspect-ratio:auto;object-fit:contain}.hero-image-wrap img{object-position:center}.hero-image-wrap{overflow:hidden}.program-image{overflow:hidden}
body,.hero-lede,.intro-copy,.program-content p,.mission-copy>p:not(.eyebrow),.join-copy>p:not(.eyebrow),.value-card p,.split-heading>p{font-family:'Inter',Arial,sans-serif}.hero h1,.section-heading h2,.center-heading h2,.split-heading h2,.mission-copy h2,.join h2,.brand strong,.hero-note,.photo-caption,.support-list b,.footer-wrap p,.program-content h3,.mission-copy h3,.value-card h3{font-family:'Lora',Georgia,serif}
/* Deployed-safe overrides: keep the site on Inter and fix mobile layout. */
body,body *{font-family:'Inter',Arial,sans-serif!important}.hero h1,.section-heading h2,.center-heading h2,.split-heading h2,.mission-copy h2,.join h2,.brand strong,.hero-note,.photo-caption,.support-list b,.footer-wrap p,.program-content h3,.mission-copy h3,.value-card h3,.food-story-copy h2{font-family:'Inter',Arial,sans-serif!important}.hero h1{font-size:clamp(52px,5.1vw,68px);line-height:1.08;text-wrap:balance}.hero-image-wrap{width:min(100%,640px);height:auto;aspect-ratio:auto}.hero-image-wrap img,.mission-visual img,.program-image img{width:100%;height:auto;aspect-ratio:auto;object-fit:contain}.food-carousel{position:relative;display:flex;align-items:center;gap:12px;min-width:0}.food-track{display:flex;gap:14px;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;scrollbar-width:none;min-width:0;padding:4px 2px 12px}.food-track::-webkit-scrollbar{display:none}.food-track figure{flex:0 0 clamp(150px,21vw,235px);margin:0;background:#f1eee3;border-radius:12px;overflow:hidden;scroll-snap-align:start}.food-track .photo-open{display:block;width:100%;padding:0;border:0;background:none;cursor:zoom-in}.food-track img{display:block;width:100%;height:auto;aspect-ratio:4 / 3;object-fit:contain}.food-track figcaption{padding:10px 12px;color:#102f25;font-size:12px;font-weight:700}.carousel-control{flex:0 0 38px;width:38px;height:38px;border:1px solid var(--line);border-radius:50%;background:var(--white);color:var(--green);font-size:20px;cursor:pointer}.carousel-control:hover{background:var(--green);color:var(--white)}.photo-lightbox{position:fixed;inset:0;z-index:100;background:rgba(2,24,17,.92);display:grid;place-items:center;padding:30px}.photo-lightbox[hidden]{display:none}.photo-lightbox img{max-width:min(1200px,94vw);max-height:88vh;width:auto;height:auto;object-fit:contain;box-shadow:0 20px 70px rgba(0,0,0,.35)}.lightbox-close{position:absolute;top:18px;right:24px;border:0;background:none;color:white;font-size:42px;line-height:1;cursor:pointer}
@media(max-width:850px){.hero-grid,.mission-grid,.join-grid{grid-template-columns:1fr!important}.hero{padding:56px 0 64px}.hero h1{font-size:clamp(40px,10vw,56px)}.hero-image-wrap{width:100%;border-radius:22px}.hero-stamp{left:14px;bottom:14px}.hero-badge{right:10px;top:12px}.food-story-grid{grid-template-columns:1fr}.food-carousel{gap:8px}.food-track{gap:10px}.food-track figure{flex-basis:220px}.carousel-control{flex-basis:34px;width:34px;height:34px}}
@media(max-width:480px){.hero h1{font-size:clamp(38px,11vw,48px)}.hero-image-wrap{aspect-ratio:auto}.food-track figure{flex-basis:calc(100vw - 92px)}.food-track img{aspect-ratio:auto}.carousel-control{font-size:17px}}
@media(min-width:851px){.hero-grid{grid-template-columns:minmax(0,.82fr) minmax(0,1.18fr);gap:50px}.hero h1{font-size:clamp(44px,4.2vw,58px);line-height:1.1;max-width:580px}.hero-image-wrap{width:100%;max-width:760px}.hero-visual{width:100%}}
