@import"https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&family=Manrope:wght@400;500;600;700&family=Playfair+Display:ital,wght@0,600;1,600;1,700&display=swap";:root{--green:#244d38;--red:#c9343a;--cream:#f5ebdd;--pink:#eca5a4;--ink:#20231f;--line:rgba(32,35,31,.16)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--cream);color:var(--ink);font-family:Manrope,sans-serif}a{color:inherit;text-decoration:none}button{font:inherit}.section{padding:clamp(4.5rem,10vw,9rem) clamp(1.25rem,7vw,7rem);max-width:1500px;margin:auto}.section-kicker,.eyebrow{font:500 .7rem DM Mono,monospace;text-transform:uppercase;letter-spacing:.15em}.section-kicker{color:var(--red);margin-bottom:3rem}.section-kicker.light{color:#d8e4cf}.brand{display:flex;gap:.55rem;align-items:center;font-weight:700;letter-spacing:-.04em;font-size:1.5rem}.brand-mark{color:var(--red);font-size:1.2em}.site-header{height:5.5rem;display:flex;align-items:center;justify-content:space-between;padding:0 clamp(1.25rem,7vw,7rem);position:absolute;z-index:5;top:0;width:100%}.site-header nav{display:flex;gap:2rem;align-items:center;font-size:.8rem}.nav-cta{background:var(--green);color:#fff;padding:.8rem 1.1rem;border-radius:2rem}.menu-button{display:none;background:none;border:0}.hero{min-height:clamp(42rem,58vw,56rem);padding:10rem clamp(1.25rem,7vw,7rem) 5rem;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;max-width:1500px;margin:auto}.hero-copy{max-width:650px}.eyebrow{color:var(--red);margin-bottom:2rem}.hero h1,h2{font-size:clamp(3rem,6.5vw,7rem);line-height:.96;letter-spacing:-.07em;margin:0 0 2rem;font-weight:600}.hero h1 em,h2 em{font-family:Playfair Display,serif;font-weight:600}.hero-lede{font-size:1.1rem;line-height:1.7;max-width:30rem;color:#555c52}.hero-actions{display:flex;align-items:center;gap:1.5rem;margin-top:2.5rem}.button{display:inline-flex;align-items:center;gap:1rem;padding:1rem 1.3rem;border-radius:2rem;font-size:.8rem;font-weight:700}.button-primary{background:var(--red);color:#fff}.button-light{background:var(--cream);color:var(--green)}.text-link{font-size:.8rem;text-decoration:underline;text-underline-offset:5px}.hero-visual{position:relative}.hero-visual img{width:100%;aspect-ratio:4/5;object-fit:cover;border-radius:48% 48% 8px 8px;filter:saturate(.92)}.hero-stamp{position:absolute;bottom:4%;left:-7%;width:7.5rem;height:7.5rem;border-radius:50%;background:var(--pink);display:grid;place-content:center;text-align:center;transform:rotate(-12deg);font-family:DM Mono,monospace}.hero-stamp span{font-size:.6rem}.hero-stamp strong{font-size:1.2rem;line-height:1}.origin{background:#fffaf4}.origin-grid,.faq-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:8vw}.origin h2,.faq h2{font-size:clamp(2.8rem,5vw,5.5rem)}.origin p,.order p{line-height:1.8;color:#596057;max-width:36rem}.lead{font-size:1.25rem!important}.origin-note{border:1px solid var(--line);padding:3rem;align-self:center;transform:rotate(2deg)}.note-symbol{font-size:2rem;color:var(--red)}.origin-note p{font-family:Playfair Display,serif;font-size:1.8rem;line-height:1.2;color:var(--ink)}.note-caption{font:500 .65rem DM Mono,monospace;text-transform:uppercase;letter-spacing:.1em}.origin-points{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line);margin-top:6rem;padding-top:1.3rem;gap:1rem}.origin-points span{font-size:.8rem}.origin-points b{color:var(--red);font:500 .65rem DM Mono,monospace;margin-right:1rem}.harvest,.order{background:var(--green);color:#fff}.harvest-heading{display:flex;justify-content:space-between;gap:3rem;align-items:end}.harvest h2{font-size:clamp(3rem,6vw,6rem)}.harvest-heading p{max-width:22rem;line-height:1.7;color:#cedbc8}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:#ffffff40;margin-top:6rem}.steps button{background:var(--green);border:0;color:#fff;text-align:left;padding:2rem;min-height:13rem;cursor:pointer;transition:.2s}.steps button.active,.steps button:hover{background:#316345}.steps span{font:500 .7rem DM Mono,monospace;color:#a8c49f}.steps strong{display:block;font-size:1.6rem;margin:2rem 0 .7rem}.steps small{color:#c5d5bf;line-height:1.5}.gallery{background:#fffaf4}.gallery-heading{display:flex;justify-content:space-between;align-items:end;gap:3rem}.gallery h2{font-size:clamp(3rem,6vw,6rem)}.gallery-heading p{max-width:24rem;line-height:1.7;color:#596057}.gallery-grid{display:grid;grid-template-columns:1.2fr .8fr .8fr;gap:1rem;margin-top:4rem}.gallery-item{padding:0;border:0;background:none;position:relative;cursor:pointer;overflow:hidden}.gallery-item:first-child{grid-row:span 2}.gallery-item img{width:100%;height:100%;min-height:14rem;object-fit:cover;display:block;transition:transform .5s}.gallery-item:hover img{transform:scale(1.04)}.gallery-item span{position:absolute;bottom:1rem;left:1rem;color:#fff;font:500 .65rem DM Mono,monospace;text-transform:uppercase;text-shadow:0 1px 5px #000}.lightbox{position:fixed;top:0;right:0;bottom:0;left:0;background:#111b13e6;z-index:20;display:grid;place-items:center;padding:2rem}.lightbox img{max-width:90vw;max-height:85vh;object-fit:contain}.lightbox button{position:absolute;right:2rem;top:1rem;color:#fff;background:none;border:0;font-size:2.5rem;cursor:pointer}.order{display:grid;grid-template-columns:1fr 1fr;gap:8vw}.order h2{font-size:clamp(3rem,6vw,6rem)}.order-card p{color:#c9d8c4;margin-bottom:2rem}.order-process{border-top:1px solid rgba(255,255,255,.3);display:grid;grid-template-columns:auto 1fr;align-content:start;gap:1.5rem 2rem;padding-top:1rem}.order-process span{font:500 .7rem DM Mono,monospace;color:#a8c49f}.order-process p{margin:0;padding-bottom:1.5rem;border-bottom:1px solid rgba(255,255,255,.2)}.order-process strong{color:#fff}.faq{background:#fffaf4}.faq h2{font-size:clamp(3rem,6vw,6rem)}.faq-list{border-top:1px solid var(--line)}.faq-list article{border-bottom:1px solid var(--line)}.faq-list button{width:100%;border:0;background:none;display:flex;justify-content:space-between;text-align:left;padding:1.4rem 0;cursor:pointer;font-weight:600}.faq-list button b{font-size:1.3rem;color:var(--red)}.faq-list p{line-height:1.6;color:#596057;max-width:38rem;margin:0 0 1.5rem}.footer{background:#fffaf4;border-top:1px solid var(--line);padding:4rem clamp(1.25rem,7vw,7rem) 2rem;display:grid;grid-template-columns:1fr 1fr;gap:4rem}.footer-brand p{color:#596057;line-height:1.6;font-size:.8rem}.footer-links{display:flex;gap:1.5rem;justify-content:flex-end;font-size:.8rem}.footer-bottom{grid-column:1/-1;border-top:1px solid var(--line);padding-top:1rem;display:flex;justify-content:space-between;font:500 .65rem DM Mono,monospace;text-transform:uppercase;letter-spacing:.06em;color:#596057}@media(max-width:760px){.site-header{height:4.5rem}.menu-button{display:block;color:var(--ink);font-size:.75rem;z-index:6}.site-header nav{position:fixed;top:0;right:0;bottom:0;left:0;background:var(--cream);display:none;flex-direction:column;justify-content:center;font-size:1.3rem}.site-header nav.open{display:flex}.nav-cta{font-size:.8rem}.hero{grid-template-columns:1fr;padding-top:8rem;gap:3rem}.hero h1{font-size:clamp(3.2rem,15vw,5rem)}.hero-visual{max-width:27rem;margin:auto}.hero-stamp{left:-2%}.origin-grid,.faq-grid,.order{grid-template-columns:1fr;gap:3rem}.origin-points,.steps,.gallery-grid{grid-template-columns:1fr}.origin-points{gap:1rem;margin-top:4rem}.gallery-item:first-child{grid-row:auto}.gallery-item img{min-height:18rem}.harvest-heading,.gallery-heading{display:block}.harvest-heading p,.gallery-heading p{margin-top:2rem}.steps{margin-top:3rem}.steps button{min-height:unset}.footer{grid-template-columns:1fr;gap:2rem}.footer-links{justify-content:flex-start;flex-wrap:wrap}.footer-bottom{grid-column:auto;gap:1rem;flex-direction:column}}
