@import url('https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&family=DM+Sans:wght@400;500;600;700&family=Playfair+Display:ital,wght@0,500;0,600;1,500;1,600&display=swap');
:root{--ink:#15251f;--muted:#637069;--cream:#f5f3ed;--paper:#fffdf8;--green:#2f6b4d;--lime:#c7dc63;--line:#d8ddd4}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--cream);color:var(--ink);font-family:'DM Sans',sans-serif}a{color:inherit;text-decoration:none}.site-header{height:84px;display:flex;align-items:center;justify-content:space-between;padding:0 clamp(24px,5vw,80px);background:var(--paper);border-bottom:1px solid var(--line);position:relative;z-index:2}.brand{display:flex;align-items:center;gap:10px;font-size:20px;font-weight:700;letter-spacing:-.06em}.brand>span:last-child>span{color:var(--green)}.brand-mark{width:27px;height:27px;display:grid;place-items:center;border-radius:50%;background:var(--lime);font-size:14px;color:var(--green);letter-spacing:0}.site-nav{display:flex;align-items:center;gap:29px;font-size:14px}.site-nav a:not(.nav-cta){color:#59655e}.site-nav a:hover,.text-link:hover{color:var(--green)}.nav-cta{border:1px solid var(--ink);padding:11px 18px;border-radius:100px}.menu-toggle{display:none;border:1px solid var(--line);background:transparent;border-radius:999px;padding:9px 15px}.hero{display:grid;grid-template-columns:43% 57%;min-height:calc(100vh - 84px);background:var(--paper)}.hero-copy{display:flex;flex-direction:column;justify-content:center;padding:80px clamp(24px,6.5vw,108px);position:relative;z-index:1}.eyebrow{font-family:'DM Mono',monospace;text-transform:uppercase;letter-spacing:.12em;font-size:10px;color:var(--green);margin:0 0 18px}.hero h1{font-size:clamp(44px,5.2vw,76px);line-height:.98;letter-spacing:-.07em;margin:0 0 25px;font-weight:600}.hero h1 em,h2 em{font-family:'Playfair Display',serif;font-weight:500;color:var(--green);letter-spacing:-.05em}.hero-lede{font-size:18px;line-height:1.55;color:var(--muted);max-width:425px;margin:0 0 34px}.hero-actions{display:flex;align-items:center;gap:25px}.button{display:inline-flex;align-items:center;gap:22px;padding:15px 20px;border-radius:100px;font-size:13px;font-weight:600}.button-dark{background:var(--ink);color:#fff}.button-dark:hover{background:var(--green)}.button-outline{border:1px solid var(--ink)}.button-outline:hover{background:var(--ink);color:#fff}.text-link{font-size:13px;font-weight:600}.text-link span{font-size:18px;margin-left:4px}.hero-note{display:flex;gap:10px;align-items:center;font-family:'DM Mono',monospace;color:#819087;font-size:10px;margin-top:70px}.note-line{width:40px;height:1px;background:var(--lime)}.hero-media{overflow:hidden;min-height:570px}.hero-media img{width:100%;height:100%;object-fit:cover;object-position:center top;display:block}.intro-band{display:grid;grid-template-columns:1fr 1fr;gap:10%;padding:clamp(65px,9vw,140px) clamp(24px,9vw,145px);background:var(--green);color:#f4f5ec}.intro-band h2,.feature-row h2{font-size:clamp(38px,4.5vw,63px);line-height:1;letter-spacing:-.07em;margin:0}.intro-band h2 em{color:var(--lime)}.intro-band>p{font-size:20px;line-height:1.55;max-width:515px;align-self:end;margin:0;color:#d7e0d5}.topic-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;padding:12px;background:var(--cream)}.topic-card{min-height:330px;padding:22px;display:flex;flex-direction:column;justify-content:space-between;position:relative;overflow:hidden}.topic-card:after{content:'';position:absolute;width:170px;height:170px;border-radius:50%;right:-48px;bottom:-70px;background:rgba(255,255,255,.22)}.topic-grow{background:#dce99a}.topic-farm{background:#d2e2dc}.topic-kitchen{background:#f3dcae}.topic-projects{background:#d9d6eb}.card-index{font-family:'DM Mono',monospace;font-size:11px}.topic-card h3{font-size:34px;letter-spacing:-.06em;margin:0 0 8px}.topic-card p:not(.eyebrow){font-size:14px;line-height:1.45;max-width:200px;color:#53635a}.card-arrow{font-size:25px;position:absolute;right:23px;bottom:20px}.feature-row{display:grid;grid-template-columns:1.1fr .9fr;gap:12px;padding:clamp(70px,10vw,150px) clamp(24px,9vw,145px);background:var(--paper)}.feature-copy{color:var(--muted);max-width:425px;line-height:1.6;margin:25px 0 28px}.quote-card{background:var(--lime);padding:45px;min-height:300px;display:flex;flex-direction:column;justify-content:center}.quote-mark{font-family:'Playfair Display';font-size:78px;line-height:.5}.quote-card blockquote{font-family:'Playfair Display',serif;font-size:clamp(32px,4vw,56px);line-height:1.05;margin:15px 0;color:var(--green)}.quote-card p{font-family:'DM Mono',monospace;font-size:10px;text-transform:uppercase;letter-spacing:.1em}.site-footer{background:var(--ink);color:#e9eee7;padding:55px clamp(24px,6vw,90px) 25px;display:grid;grid-template-columns:1fr 1fr;gap:55px}.footer-brand p{font-family:'DM Mono',monospace;font-size:10px;color:#8e9b91;margin-top:16px}.footer-links{display:flex;gap:100px}.footer-links div{display:flex;flex-direction:column;gap:9px}.footer-links .eyebrow{color:var(--lime);margin-bottom:4px}.footer-links a{font-size:13px;color:#b9c5bc}.copyright{grid-column:1/-1;border-top:1px solid #33443a;padding-top:18px;margin:15px 0 0;font-size:11px;color:#819087}
@media(max-width:800px){.site-header{height:72px}.menu-toggle{display:block}.site-nav{display:none;position:absolute;top:72px;left:0;right:0;background:var(--paper);padding:20px 24px 25px;flex-direction:column;align-items:flex-start;border-bottom:1px solid var(--line)}.site-nav.is-open{display:flex}.hero{display:flex;flex-direction:column-reverse;min-height:0}.hero-media{height:min(116vw,630px);min-height:0}.hero-media img{object-position:center top}.hero-copy{padding:48px 24px 55px}.hero h1{font-size:clamp(42px,12vw,65px)}.hero-lede{font-size:16px}.hero-note{margin-top:43px}.intro-band{display:block;padding:72px 24px}.intro-band>p{font-size:17px;margin-top:28px}.topic-grid{grid-template-columns:1fr 1fr}.topic-card{min-height:260px;padding:18px}.topic-card h3{font-size:28px}.feature-row{display:block;padding:75px 24px}.quote-card{margin-top:45px;min-height:270px;padding:32px}.site-footer{display:block}.footer-links{margin-top:44px;gap:80px}.copyright{margin-top:50px}}
@media(max-width:420px){.hero-actions{align-items:flex-start;flex-direction:column;gap:18px}.topic-grid{grid-template-columns:1fr}.topic-card{min-height:220px}}
