:root{--cream:#f9f7f2;--green:#1a4d2e;--rust:#be6140;--sage:#e6ebdd;--ink:#153c25;--line:rgba(26,77,46,.2);--shadow:0 18px 42px rgba(20,54,34,.17);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--green);background:var(--cream);font-synthesis:none}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--cream);line-height:1.55;font-size:16px}
.svg-defs{position:absolute;width:0;height:0;overflow:hidden}
.shell{width:min(1200px,calc(100% - 192px));margin-inline:auto}
.skip-link{position:fixed;z-index:100;top:8px;left:8px;padding:10px 14px;background:var(--green);color:var(--cream);transform:translateY(-200%);transition:transform .18s}
.skip-link:focus{transform:translateY(0)}
a{color:inherit;text-decoration-thickness:1px;text-underline-offset:3px}
button{font:inherit;color:inherit}
a:focus-visible,button:focus-visible,[tabindex]:focus-visible{outline:3px solid var(--rust);outline-offset:4px}
.site-header{height:76px;border-bottom:1px solid var(--line);position:relative;z-index:20;background:var(--cream)}
.header-row{height:100%;display:flex;align-items:center;justify-content:space-between}
.brand{display:inline-flex;align-items:center;gap:9px;text-decoration:none;font-weight:800;font-size:20px;letter-spacing:-.04em}
.brand img{display:block;width:38px;height:38px}
.desktop-nav{display:flex;align-items:center;gap:28px;font-size:14px;font-weight:650}
.desktop-nav a{text-decoration:none}
.desktop-nav a[aria-current]{color:var(--rust)}
.nav-status{font-size:12px;font-weight:650;color:#57705d;border-left:1px solid var(--line);padding-left:20px}
.menu-button,.mobile-menu,.menu-backdrop{display:none}
.hero{position:relative;min-height:600px;overflow:hidden}
.hero-grid{display:grid;grid-template-columns:44% 56%;min-height:600px;align-items:center}
.hero-copy{position:relative;z-index:3;padding:50px 0 55px}
.kicker{margin:0 0 14px;text-transform:uppercase;font-size:11px;font-weight:800;letter-spacing:.1em;color:var(--rust)}
h1,h2,h3,p{margin-top:0}
h1{font-size:clamp(4.25rem,6vw,5rem);line-height:.94;letter-spacing:-.07em;margin:0 0 27px;font-weight:850}
h1 span,h1 em{display:block}
h1 em{color:var(--rust);font-style:normal}
.lede{font-size:19px;line-height:1.45;max-width:460px;margin-bottom:27px}
.hero-actions{display:flex;align-items:center;gap:20px;flex-wrap:wrap}
.button{min-height:48px;display:inline-flex;align-items:center;gap:10px;padding:12px 16px;border-radius:14px;background:var(--green);color:var(--cream);font-weight:750;text-decoration:none;box-shadow:none;transition:transform .2s,background .2s}
.button:hover{transform:translateY(-2px);background:#123c22}
.button svg,.text-action svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.text-action{display:inline-flex;align-items:center;gap:6px;font-size:14px;font-weight:750;text-decoration:none;border-bottom:1px solid currentColor;padding-bottom:2px}
.status-line{font-size:13px;color:#58705f;margin:20px 0 0}
.hero-art{position:relative;height:100%;min-height:580px}
.hero-main-image,.hero-small-image,.process-image{margin:0;overflow:hidden}
.hero-main-image{position:absolute;z-index:2;width:395px;height:492px;right:30px;top:53px;border-radius:25px;box-shadow:var(--shadow)}
.hero-small-image{position:absolute;z-index:3;width:250px;height:176px;left:10px;bottom:52px;border:5px solid var(--cream);border-radius:21px;box-shadow:var(--shadow)}
.hero-main-image img,.hero-small-image img,.producer-tile img,.process-image img,.video-placeholder img,.mobile-collage img{display:block;width:100%;height:100%;object-fit:cover}
.hero-main-image img{object-position:center}
.hero-small-image img{object-position:center}
.blob{fill:currentColor}
.hero-blob{position:absolute;z-index:1;width:285px;right:-90px;top:-13px;color:var(--green)}
.hero-rust{position:absolute;z-index:1;width:150px;left:54px;bottom:4px;color:var(--rust);transform:rotate(24deg)}
.section{padding:96px 0}
.people-section{border-top:1px solid var(--line)}
.people-grid{display:grid;grid-template-columns:36% 64%;gap:5%}
.section-intro h2,h2{font-size:clamp(2.5rem,4vw,3rem);line-height:1.03;letter-spacing:-.055em;margin-bottom:20px;font-weight:850}
.section-intro p:not(.kicker){max-width:350px}
.tile-area{min-width:0}
.tile-controls{display:flex;justify-content:flex-end;gap:8px;margin:0 0 14px}
.tile-control{width:38px;height:38px;border:1px solid var(--line);border-radius:50%;background:transparent;display:inline-grid;place-items:center;cursor:pointer}
.tile-control:hover{background:var(--sage)}
.tile-control svg{width:18px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.producer-tiles{display:grid;grid-template-columns:repeat(3,1fr);gap:13px}
.producer-tile{margin:0;min-height:300px;position:relative;overflow:hidden;border-radius:20px;background:var(--green)}
.producer-tile img{position:absolute;inset:0;transition:transform .4s}
.producer-tile::after{content:"";position:absolute;inset:45% 0 0;background:linear-gradient(transparent,rgba(10,33,18,.77))}
.producer-tile h3{position:absolute;z-index:1;left:16px;bottom:14px;margin:0;color:var(--cream);font-size:20px;letter-spacing:-.04em}
.producer-tile:hover img{transform:scale(1.04)}
.tile-oven img{object-position:62% center}
.tile-craft img{object-position:24% center}
.shorter-section{background:var(--sage);position:relative;overflow:hidden}
.shorter-grid{display:grid;grid-template-columns:48% 44%;gap:8%;align-items:center}
.process-image{height:485px;border-radius:25px}
.process-image img{object-position:29% center}
.principles{border-top:1px solid var(--line);margin:28px 0 27px}
.principles article{padding:13px 0 12px;border-bottom:1px solid var(--line);display:grid;grid-template-columns:42% 58%;gap:16px}
.principles h3{font-size:15px;margin:0;font-weight:800}
.principles p{font-size:14px;line-height:1.43;margin:0}
.dark-action{margin-top:4px}
.together-section{padding-bottom:104px}
.together-grid{display:grid;grid-template-columns:57% 35%;gap:8%;align-items:end}
.producer-contact{position:relative;overflow:hidden;background:var(--green);color:var(--cream);padding:48px 52px;border-radius:25px;min-height:340px}
.producer-contact .kicker{color:#d9c7aa}
.producer-contact h2{max-width:410px}
.producer-contact p:not(.kicker){max-width:450px}
.button-light{background:var(--cream);color:var(--green);margin-top:7px}
.button-light:hover{background:#fff}
.mascot{position:absolute;width:128px;right:18px;bottom:-9px;transform:rotate(-6deg);transform-origin:50% 80%}
.mascot.is-blinking #mascot-eye{transform:scaleY(.12);transform-origin:center}
.consumer-copy{padding-bottom:10px}
.consumer-copy p:not(.kicker){max-width:350px}
.consumer-copy h2{margin-bottom:14px}
footer{position:relative;overflow:hidden;background:var(--green);color:var(--cream);padding:31px 0}
.footer-row{position:relative;z-index:1;display:flex;align-items:center;gap:32px;font-size:14px}
.footer-row p{margin:0;color:#cbd7c8}
.footer-row>a:last-child{margin-left:auto}
.brand-footer img{filter:none}
.footer-blob{position:absolute;width:165px;right:-40px;bottom:-108px;color:var(--rust);opacity:.9}
.about-intro{padding:89px 0 54px;max-width:min(1200px,calc(100% - 192px))}
.about-intro .lede{max-width:620px}
.film-section{padding-bottom:96px}
.video-placeholder{position:relative;overflow:hidden;height:auto;aspect-ratio:16/9;border-radius:26px;background:var(--green)}
.video-placeholder img{filter:brightness(.72);object-position:center}
.video-placeholder span,.mobile-collage>span{position:absolute;left:20px;bottom:18px;color:var(--cream);font-size:14px;font-weight:700}
.mobile-collage{display:none}
.why-section{border-top:1px solid var(--line)}
.why-grid{display:grid;grid-template-columns:42% 48%;gap:10%}
.why-grid>div:last-child{font-size:18px;line-height:1.52;max-width:550px}
.values-section{background:var(--sage)}
.values-wrap h2{max-width:560px}
.contact-section{padding:84px 0}
.contact-row{display:flex;align-items:end;justify-content:space-between}
.contact-row h2{margin:0}
.rise{animation:rise .62s both}
.hero-art.rise{animation-delay:.08s}
.reveal{opacity:1;transform:none}
.js .reveal{opacity:0;transform:translateY(15px);transition:opacity .55s ease,transform .55s ease}
.js .reveal.is-visible{opacity:1;transform:none}
@keyframes rise{from{opacity:0;transform:translateY(16px)}
to{opacity:1;transform:none}
}
@media(max-width:900px){.shell{width:min(100% - 48px,700px)}
.desktop-nav{gap:17px}
.nav-status{display:none}
.hero-grid{grid-template-columns:43% 57%}
.hero-copy h1{font-size:54px}
.hero-main-image{right:0;width:min(94%,360px)}
.hero-small-image{left:-20px}
.people-grid{grid-template-columns:31% 65%;gap:4%}
.producer-tile{min-height:260px}
.about-intro{width:min(100% - 48px,700px)}
}
@media(max-width:680px){.shell{width:calc(100% - 40px)}
.site-header{height:64px}
.desktop-nav{display:none}
.menu-button{width:43px;height:43px;padding:10px;background:transparent;border:1px solid var(--line);border-radius:50%;display:flex;flex-direction:column;justify-content:center;gap:6px;cursor:pointer}
.menu-button span{display:block;width:20px;height:1.5px;background:var(--green);transition:transform .2s}
.menu-button[aria-expanded="true"] span:first-child{transform:translateY(3.75px) rotate(45deg)}
.menu-button[aria-expanded="true"] span:last-child{transform:translateY(-3.75px) rotate(-45deg)}
.mobile-menu{position:absolute;z-index:2;top:64px;left:0;right:0;padding:19px 20px 25px;background:var(--cream);border-bottom:1px solid var(--line);transform:translateY(-130%);transition:transform .25s ease;display:block}
.mobile-menu[data-open]{transform:none}
.mobile-menu a{display:block;padding:10px 0;text-decoration:none;font-size:18px;font-weight:750}
.mobile-menu p{margin:13px 0 0;color:#58705f;font-size:13px}
.menu-backdrop{position:fixed;z-index:1;inset:64px 0 0;width:100%;border:0;background:rgba(9,35,19,.2)}
.menu-backdrop[data-open]{display:block}
.hero{min-height:0}
.hero-grid{display:block;min-height:0}
.hero-copy{padding:56px 0 0}
h1{font-size:clamp(2.65rem,12vw,2.9rem);margin-bottom:21px}
.lede{font-size:17px;max-width:360px;margin-bottom:23px}
.hero-actions{align-items:flex-start;gap:15px;flex-direction:column}
.status-line{margin-top:18px}
.hero-art{height:306px;min-height:0;margin:32px -20px 0}
.hero-main-image{width:216px;height:270px;right:20px;top:0;border-radius:20px}
.hero-small-image{width:158px;height:116px;left:20px;bottom:0;border:4px solid var(--cream);border-radius:16px}
.hero-blob{width:185px;right:-66px;top:-35px}
.hero-rust{width:88px;left:30px;bottom:-9px}
.section{padding:60px 0}
.people-grid,.shorter-grid,.together-grid,.why-grid{display:block}
.section-intro{margin-bottom:25px}
.section-intro h2,h2{font-size:32px}
.tile-controls{justify-content:flex-start}
.producer-tiles{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;margin-right:-20px;padding-right:20px;gap:12px;scrollbar-width:none}
.producer-tiles::-webkit-scrollbar{display:none}
.producer-tile{flex:0 0 79%;min-height:284px;scroll-snap-align:start}
.shorter-section{padding:60px 0}
.process-image{height:300px;border-radius:20px;margin-bottom:29px}
.principles{margin-top:24px}
.principles article{display:block;padding:14px 0}
.principles h3{margin-bottom:4px}
.together-section{padding-bottom:64px}
.producer-contact{padding:31px 27px 105px;min-height:0;border-radius:22px}
.producer-contact h2{font-size:33px}
.mascot{width:112px;right:13px;bottom:-4px}
.consumer-copy{padding:42px 0 0}
.footer-row{align-items:flex-start;flex-direction:column;gap:9px}
.footer-row>a:last-child{margin-left:0}
.about-intro{width:calc(100% - 40px);max-width:none;padding:59px 0 36px}
.film-section{padding-bottom:60px}
.video-placeholder{display:none}
.mobile-collage{position:relative;display:block;height:282px;overflow:hidden;border-radius:21px;background:var(--green)}
.mobile-collage img{position:absolute;inset:0;opacity:0;transition:opacity .8s ease}
.mobile-collage img.is-active{opacity:1}
.mobile-collage>span{z-index:2;max-width:190px}
.pause-collage{position:absolute;z-index:3;right:12px;bottom:12px;border:1px solid rgba(249,247,242,.8);border-radius:10px;background:rgba(26,77,46,.84);color:var(--cream);padding:7px 9px;font-size:12px;font-weight:700}
.why-section{padding-top:60px}
.why-grid>div:last-child{font-size:17px}
.why-grid>div:last-child p:last-child{margin-bottom:0}
.contact-section{padding:63px 0}
.contact-row{display:block}
.contact-row .button{margin-top:22px}
.about-page .principles{margin-bottom:0}
}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}
.rise{animation:none}
.js .reveal{opacity:1;transform:none;transition:none}
.producer-tile img,.mobile-collage img{transition:none}
}
