.hero{width:min(1120px,calc(100% - 40px));margin:24px auto 0;min-height:480px;border-radius:28px;overflow:hidden;display:grid;grid-template-columns:1.2fr .8fr;background:var(--paper);box-shadow:var(--shadow)}.hero-copy{padding:clamp(36px,7vw,78px);align-self:center}.hero h1{font-size:clamp(2.5rem,5vw,4.5rem);line-height:1.03;letter-spacing:-.065em;margin:0;max-width:660px}.hero h1 em{font-family:Georgia,serif;color:var(--green);font-weight:400}.lead{color:var(--muted);font-size:1.05rem;max-width:550px;margin:23px 0 28px}.hero-actions{display:grid;gap:11px;max-width:535px}.action-card{background:var(--surface);border:1px solid var(--line);border-radius:15px;padding:14px 16px;display:flex;align-items:center;gap:12px;color:var(--ink);text-decoration:none;transition:.2s}.action-card:hover{transform:translateY(-2px);box-shadow:var(--shadow)}.primary-action{background:var(--green);color:#fff;border-color:var(--green)}.action-icon{font-size:1.4rem}.action-card strong,.action-card small{display:block}.action-card small{font-size:.77rem;opacity:.72}.arrow{margin-left:auto;font-size:1.3rem}.hero-visual{position:relative;background:linear-gradient(#d9eddd 0 58%,#a1ca83 58%);overflow:hidden}.hero-visual p{position:absolute;left:13%;top:10%;color:var(--green-dark);font-size:clamp(1.3rem,2vw,1.9rem);font-family:Georgia,serif;font-style:italic;line-height:1.15}.sun{position:absolute;width:92px;height:92px;border-radius:50%;background:#f5d874;right:15%;top:12%;box-shadow:0 0 0 12px rgba(245,216,116,.22)}.hill{position:absolute;border-radius:50% 50% 0 0;bottom:-90px}.hill-back{width:150%;height:210px;left:-20%;background:#6ba768}.hill-front{width:140%;height:165px;right:-25%;background:var(--green)}.crop{position:absolute;bottom:45px;font-size:54px;z-index:2}.crop-one{left:12%}.crop-two{left:48%;bottom:90px}.crop-three{right:10%;font-size:68px}.harvests{padding-top:54px}.harvest-list{display:grid;gap:13px;margin-top:28px}.harvest-card{display:flex;justify-content:space-between;align-items:center;gap:20px;padding:22px;background:var(--paper);border:1px solid var(--line);border-radius:17px}.harvest-card h3{margin:5px 0;font-size:1.25rem}.harvest-card p:not(.eyebrow){margin:0;color:var(--muted)}.harvest-card small{display:block;margin-top:10px;color:var(--muted)}.harvest-card-actions{text-align:right}.harvest-card-actions .status-pill{display:inline-block;margin-bottom:12px}.harvest-card-actions div{display:flex;gap:8px}.harvest-card-actions a,.harvest-card-actions button{border:1px solid var(--line);border-radius:8px;background:#fff;color:var(--green-dark);padding:9px 11px;font:inherit;font-size:.78rem;font-weight:750;text-decoration:none;cursor:pointer}.harvest-card-actions a:first-child{background:var(--green);border-color:var(--green);color:#fff}.harvest-card-actions button{color:#9b3a36}.empty-harvests{padding:23px;border:1px dashed var(--line);border-radius:14px;color:var(--muted);background:var(--paper)}.features{padding-top:78px;padding-bottom:78px}.feature-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-top:28px}.feature-card{background:var(--paper);border:1px solid var(--line);border-radius:17px;padding:23px;min-height:180px}.feature-icon{display:grid;place-items:center;width:36px;height:36px;border-radius:10px;background:var(--green-pale);color:var(--green);font-weight:bold}.feature-card h3{font-size:1rem;margin:17px 0 6px}.feature-card p{color:var(--muted);font-size:.87rem;margin:0}@media(max-width:760px){.hero{grid-template-columns:1fr;margin-top:8px}.hero-visual{min-height:220px;grid-row:1}.hero-copy{padding:36px 26px}.feature-grid{grid-template-columns:repeat(2,1fr)}.features{padding-top:52px}}@media(max-width:600px){.harvest-card{align-items:flex-start;flex-direction:column}.harvest-card-actions{text-align:left}.harvest-card-actions div{flex-wrap:wrap}}@media(max-width:420px){.feature-grid{grid-template-columns:1fr}}
