@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap');
:root{--paper:#faf9f2;--ink:#142f21;--green:#005524;--lime:#e9efad;--orange:#f18543;--line:#d4d8ca;--font:'Manrope',Arial,sans-serif}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:100px}body{margin:0;background:var(--paper);color:var(--ink);font-family:var(--font);font-size:16px;line-height:1.55}body.menu-open{overflow:hidden}button,a{-webkit-tap-highlight-color:transparent}button{font:inherit;color:inherit}a{color:inherit;text-decoration:none}button{cursor:pointer}img{display:block;max-width:100%}button:focus-visible,a:focus-visible,summary:focus-visible{outline:3px solid var(--orange);outline-offset:5px}[hidden]{display:none!important}h1,h2,h3,p{margin:0}button{border:0;background:none}::selection{background:var(--lime);color:var(--green)}.skip-link{position:fixed;left:16px;top:-100px;z-index:200;background:white;padding:12px}.skip-link:focus{top:16px}
.header{height:102px;padding:0 4.2%;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);position:sticky;top:0;z-index:50;background:var(--paper)}.brand{display:block;width:210px}.brand img{width:100%;height:auto}.desktop-nav{display:flex;align-items:center;gap:34px;font-size:14px;font-weight:700}.desktop-nav>span{cursor:default}.nav-toggle{padding:14px 0}.nav-toggle span{margin-left:8px}.header-actions{display:flex;align-items:center;gap:28px}.language{font-size:13px;font-weight:800}.menu-toggle{display:flex;gap:14px;align-items:center;padding:13px 0}.menu-label{font-size:14px;font-weight:700}.menu-icon{display:block;width:27px;height:20px;position:relative}.menu-icon i{position:absolute;left:0;width:27px;height:2px;background:var(--ink);top:5px;transition:transform .2s,top .2s}.menu-icon i+ i{top:14px}.menu-open .menu-icon i{top:10px;transform:rotate(45deg)}.menu-open .menu-icon i+i{transform:rotate(-45deg)}
.mega-menu{position:fixed;z-index:40;inset:102px 0 0;background:var(--green);color:var(--paper);padding:60px 6%;display:grid;grid-template-columns:1.2fr 1fr 1fr;gap:60px;align-content:start;overflow:auto}.menu-intro h2{font-size:clamp(32px,4vw,58px);line-height:1.1;letter-spacing:-.05em;margin:30px 0 20px}.menu-intro p{opacity:.75}.menu-group h3{font-size:14px;color:var(--lime);margin-bottom:24px}.menu-group span{display:block;font-size:clamp(18px,1.6vw,24px);padding:10px 0;cursor:default}.menu-foot{grid-column:1/-1;border-top:1px solid #ffffff40;padding-top:25px;font-size:13px;opacity:.65}.eyebrow{font-size:12px;font-weight:800;letter-spacing:.14em;display:flex;align-items:center;gap:12px}.small-sun{font-size:28px;line-height:1;color:var(--green)}
.home-hero{padding:30px 4.2% 0;display:grid;grid-template-columns:1fr 1fr;gap:0 4%;min-height:calc(100svh - 102px)}.hero-copy{padding:22px 0 20px}.hero-copy h1{font-size:clamp(62px,7.3vw,118px);font-weight:800;letter-spacing:-.072em;line-height:.97;margin:25px 0 25px}.hero-copy h1>span{color:var(--green);font-size:.76em;letter-spacing:-.06em;white-space:nowrap}.hero-description{font-size:18px;line-height:1.65;margin-bottom:30px}.pill{display:inline-flex;align-items:center;justify-content:space-between;gap:22px;padding:18px 25px;border-radius:100px;font-size:14px;font-weight:700;line-height:1.3;transition:transform .2s,background .2s}.pill:hover{transform:translateY(-3px)}.pill.dark{background:var(--green);color:white}.pill>span{font-size:22px}.hero-visual{position:relative;min-height:580px;background:var(--lime);overflow:hidden;border-radius:2px 100px 2px 2px}.hero-landscape{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;filter:saturate(.85);opacity:.68}.hero-photo-shade{position:absolute;inset:0;background:linear-gradient(180deg,#e9efad12 0%,#20441e30 45%,#0b3b23ba 100%)}.hero-product{position:absolute;height:76%;width:auto;max-width:77%;object-fit:contain;left:18%;bottom:9%;transform:rotate(-9deg);filter:drop-shadow(15px 25px 22px #193d3340)}.hero-stamp{position:absolute;top:30px;left:30px;z-index:2;background:var(--orange);color:#2c2f18;width:140px;height:140px;border-radius:50%;display:flex;flex-direction:column;justify-content:center;text-align:center;font-size:14px;line-height:1.4;transform:rotate(-13deg)}.hero-stamp strong{font-size:15px}.hero-caption{position:absolute;bottom:24px;left:26px;right:26px;display:flex;justify-content:space-between;align-items:center;color:white;font-size:15px;font-weight:600}.hero-caption a{width:44px;height:44px;display:grid;place-items:center;border:1px solid #ffffff70;border-radius:50%;font-size:24px}.hero-bottom{grid-column:1/-1;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;padding:25px 0;font-size:13px}.hero-bottom span:nth-child(2){font-size:10px;letter-spacing:.16em;font-weight:800}
@media(min-width:1700px){.header,.home-hero{padding-left:max(4.2%,calc((100vw - 1580px)/2));padding-right:max(4.2%,calc((100vw - 1580px)/2))}}
@media(max-width:1050px){.desktop-nav{gap:20px}.desktop-nav>span:nth-of-type(2),.desktop-nav>span:nth-of-type(3){display:none}.brand{width:185px}.hero-visual{min-height:520px}.hero-copy h1{font-size:clamp(62px,7.5vw,95px)}.pill{font-size:13px;padding:17px 20px;gap:14px}.hero-stamp{width:120px;height:120px;left:20px;top:20px}.mega-menu{gap:30px}}
@media(max-width:700px){.header{height:80px;padding:0 6%}.brand{width:168px}.desktop-nav,.language,.menu-label{display:none}.header-actions{gap:0}.menu-toggle{padding:15px 0 15px 15px}.home-hero{padding:20px 6% 0;grid-template-columns:1fr;min-height:auto;gap:20px}.hero-copy{padding:12px 0 0}.eyebrow{font-size:10px;letter-spacing:.11em}.hero-copy h1{font-size:clamp(60px,15.5vw,92px);margin:20px 0;line-height:.98}.hero-copy h1>span{font-size:.77em}.hero-description{font-size:16px;margin-bottom:23px}.hero-visual{width:100%;min-width:0;min-height:450px;max-height:580px;aspect-ratio:4/5;border-top-right-radius:70px}.hero-product{height:80%;max-width:82%;left:16%;bottom:7%}.hero-stamp{width:112px;height:112px;font-size:12px;top:18px;left:18px}.hero-stamp strong{font-size:13px}.hero-caption{font-size:13px;left:20px;bottom:18px;right:20px}.hero-bottom{padding:5px 0 23px;font-size:12px}.hero-bottom span:nth-child(2){display:none}.pill{font-size:13px;padding:17px 22px}.mega-menu{inset:80px 0 0;grid-template-columns:1fr;padding:30px 7%;gap:32px}.menu-intro h2{font-size:38px;margin:16px 0}.menu-intro p{display:none}.menu-group h3{margin-bottom:10px}.menu-group span{font-size:20px;padding:8px 0}.menu-foot{font-size:12px;padding-top:20px}}
.hero-bio{width:44px;height:44px;display:grid;place-items:center;border:1px solid #ffffff90;border-radius:50%;font-size:12px;letter-spacing:.04em}.section-pad{padding:100px 4.2%}.manifesto>.eyebrow{margin-bottom:35px}.manifesto-content{display:grid;grid-template-columns:1.4fr 1fr;gap:9%;align-items:start}.manifesto h2{font-size:clamp(32px,3.6vw,56px);line-height:1.14;letter-spacing:-.05em;font-weight:800}.manifesto h2 span{color:#789078}.manifesto-content>p{font-size:18px;line-height:1.8;padding-top:4px;max-width:440px}.value-row{display:grid;grid-template-columns:repeat(3,1fr);gap:6%;margin-top:65px}.value-row>div{border-top:1px solid var(--line);padding-top:22px}.value-number{font-size:12px;color:#75866f}.value-row h3{font-size:20px;letter-spacing:-.03em;margin:14px 0 8px}.value-row p{font-size:15px;line-height:1.8;color:#59675a;max-width:310px}.products-section{background:#eef1e5;padding-top:85px;padding-bottom:55px}.section-heading{display:flex;justify-content:space-between;align-items:end;gap:30px;margin-bottom:45px}.section-heading h2{font-size:clamp(44px,5vw,74px);font-weight:800;line-height:1.04;letter-spacing:-.065em;margin-top:22px}.section-heading>p{font-size:16px;line-height:1.8;padding-bottom:4px}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.product-picture{height:360px;position:relative;display:flex;align-items:center;justify-content:center;overflow:hidden}.yogurt-card{background:#e0e9bd}.kefir-card{background:#e4e4f1}.wafer-card{background:#f3d7bc}.tahini-card{background:#e1e3d8}.product-picture img{height:76%;max-width:78%;width:auto;object-fit:contain;filter:drop-shadow(5px 12px 9px #2332251a);transition:transform .4s}.product-picture:hover img{transform:translateY(-7px) rotate(-3deg)}.product-tag{position:absolute;top:19px;left:19px;font-size:10px;letter-spacing:.1em;font-weight:800;z-index:1}.product-title{padding:20px 0 0}.product-title h3{font-size:18px;line-height:1.4;letter-spacing:-.025em}.product-title p{font-size:13px;color:#65725f;margin-top:5px}.category-line{display:flex;gap:14px 32px;flex-wrap:wrap;border-top:1px solid #ccd3bf;margin-top:45px;padding-top:26px;font-size:13px;font-weight:700}.category-line span{cursor:default}.farm-story{display:grid;grid-template-columns:1fr 1fr;min-height:610px}.farm-picture{position:relative;min-height:480px;overflow:hidden}.farm-picture img{height:100%;width:100%;object-fit:cover;position:absolute}.photo-label{position:absolute;bottom:28px;left:30px;font-size:10px;letter-spacing:.16em;color:white;background:#12351a70;padding:8px 12px}.farm-copy{background:var(--lime);padding:75px 12%;position:relative;overflow:hidden}.farm-copy h2{font-size:clamp(42px,4.5vw,65px);line-height:1.06;letter-spacing:-.055em;margin:32px 0 28px}.farm-copy>p:not(.eyebrow){font-size:16px;line-height:1.85;max-width:400px}.farm-copy .farm-signature{margin-top:32px;font-size:14px!important}.sun-mark{position:absolute;right:30px;bottom:10px;font-size:130px;line-height:1;color:var(--green);opacity:.2}.journal-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}.journal-image{height:350px;overflow:hidden}.journal-image img{width:100%;height:100%;object-fit:cover}.journal-card>.eyebrow{font-size:10px;margin:24px 0 12px;color:#6b7b64}.journal-card h3{font-size:25px;line-height:1.25;font-weight:700;letter-spacing:-.04em;max-width:380px}.journal-card>p:last-child{font-size:14px;color:#6b7668;margin-top:12px}.cause-section{position:relative;min-height:660px;display:flex;align-items:center;color:#fff}.cause-section>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.cause-shade{position:absolute;inset:0;background:linear-gradient(90deg,#062518ed,#08291ac0 45%,#08291a20)}.cause-copy{min-width:0;width:100%;position:relative;padding:75px 6%;max-width:830px}.cause-copy h2{font-size:clamp(54px,5.8vw,88px);line-height:1;letter-spacing:-.055em;margin:30px 0}.cause-copy>p:not(.eyebrow){font-size:17px;line-height:1.8;max-width:470px}.cause-label{display:block;font-size:11px;letter-spacing:.13em;font-weight:800;margin-top:34px;color:var(--lime)}.closing-note{display:flex;justify-content:center;align-items:center;gap:40px;padding-top:65px;padding-bottom:65px}.closing-note>span{font-size:85px;line-height:1;color:var(--orange)}.closing-note p{font-size:30px;line-height:1.4;letter-spacing:-.04em}.closing-note strong{font-weight:800}.footer{background:var(--green);color:var(--paper);padding:75px 4.2% 24px}.footer-top{display:grid;grid-template-columns:1.6fr 1fr 1fr 1fr;gap:40px}.footer-message .eyebrow{font-size:10px;color:var(--lime)}.footer-message h2{font-size:42px;line-height:1.1;letter-spacing:-.05em;margin:25px 0}.footer-email{font-size:17px;border-bottom:1px solid #ffffff66;padding-bottom:4px}.footer-group h3{font-size:12px;letter-spacing:.04em;color:var(--lime);margin-bottom:22px}.footer-group span{display:block;font-size:13px;padding:6px 0;opacity:.85;cursor:default}.footer-logo{width:100%;height:auto;margin-top:85px;filter:brightness(0) invert(1);opacity:.92}.footer-bottom{display:flex;align-items:center;justify-content:space-between;gap:20px;border-top:1px solid #ffffff36;margin-top:35px;padding-top:23px;font-size:11px;color:#cee0c8}.footer-bottom span:last-child{font-size:10px}
@media(min-width:1700px){.section-pad,.footer{padding-left:max(4.2%,calc((100vw - 1580px)/2));padding-right:max(4.2%,calc((100vw - 1580px)/2))}}
@media(max-width:1050px){.product-picture{height:280px}.product-title h3{font-size:16px}.product-grid{gap:14px}.farm-copy{padding:55px 9%}.journal-image{height:290px}.journal-grid{gap:20px}.journal-card h3{font-size:22px}.footer-top{grid-template-columns:1.4fr 1fr 1fr;gap:35px}.footer-group:last-child{grid-column:2/4;display:flex;gap:18px;flex-wrap:wrap}.footer-group:last-child h3{width:100%;margin-bottom:0}.footer-message h2{font-size:36px}}
@media(max-width:700px){.section-pad{padding:60px 6%}.manifesto>.eyebrow{margin-bottom:24px}.manifesto-content{grid-template-columns:1fr;gap:25px}.manifesto h2{font-size:34px}.manifesto-content>p{font-size:16px;line-height:1.75}.value-row{grid-template-columns:1fr;gap:25px;margin-top:35px}.value-row>div{display:grid;grid-template-columns:35px 1fr;column-gap:15px;padding-top:18px}.value-number{padding-top:4px}.value-row h3{margin:0 0 8px;font-size:19px}.value-row p{grid-column:2;font-size:14px;max-width:none}.section-heading{align-items:start;flex-direction:column;gap:20px;margin-bottom:30px}.section-heading h2{font-size:46px;margin-top:18px}.section-heading>p{font-size:15px}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:28px 13px}.product-picture{height:230px}.product-tag{font-size:8px;left:12px;top:13px}.product-picture img{height:73%;max-width:82%;margin-top:14px}.product-title{padding-top:13px}.product-title h3{font-size:15px;line-height:1.4}.product-title p{font-size:12px;line-height:1.6}.category-line{gap:14px 20px;font-size:11px;margin-top:30px;padding-top:25px}.farm-story{grid-template-columns:1fr}.farm-picture{min-height:350px}.farm-copy{padding:45px 7% 55px}.farm-copy h2{font-size:44px;margin:25px 0}.farm-copy>p:not(.eyebrow){font-size:16px}.sun-mark{font-size:100px;bottom:20px;right:20px}.journal-grid{grid-template-columns:1fr;gap:38px}.journal-image{height:350px}.journal-card h3{font-size:26px;max-width:none}.journal-card>.eyebrow{margin-top:20px}.journal-card>p:last-child{font-size:14px}.cause-section{min-height:620px}.cause-copy{padding:55px 7%}.cause-copy .eyebrow{font-size:9px}.cause-copy h2{font-size:clamp(45px,15vw,61px);margin:30px 0}.cause-copy>p:not(.eyebrow){font-size:16px}.cause-shade{background:linear-gradient(90deg,#062518ed,#08291a65)}.closing-note{padding:45px 6%;gap:20px}.closing-note>span{font-size:60px}.closing-note p{font-size:22px}.footer{padding:50px 6% 22px}.footer-top{grid-template-columns:repeat(2,minmax(0,1fr));gap:35px 24px}.footer-message{grid-column:1/-1;padding-bottom:5px}.footer-message h2{font-size:45px;margin:20px 0}.footer-group h3{font-size:12px;margin-bottom:13px}.footer-group span{font-size:13px}.footer-group:last-child{grid-column:1/-1;gap:10px 25px}.footer-logo{margin-top:48px}.footer-bottom{flex-wrap:wrap;gap:12px 30px;margin-top:25px;font-size:10px}.footer-bottom span:last-child{width:100%;font-size:10px;line-height:1.6}}
@media(max-width:380px){.hero-visual{min-height:390px}.hero-copy h1{font-size:57px}.product-picture{height:200px}.product-title h3{font-size:14px}.closing-note p{font-size:19px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{transition:none!important;animation:none!important}}
