.home-listing{min-height:570px;padding:92px clamp(24px,11vw,176px) 82px;background:#e7e9df;display:grid;grid-template-columns:.8fr 1.2fr;gap:8vw;align-items:center}
.home-listing h1{font-size:clamp(44px,5vw,66px);margin:0 0 22px}
.home-listing h1 em{color:#789251}
.home-listing-main .eyebrow{color:#617a4c}
.home-lead{color:#68766d;font-size:14px}
.venture-list{border-top:1px solid #c5cdc2}
.venture-list>div,.venture-list>a{min-height:57px;display:grid;grid-template-columns:48px 1fr 23px;gap:12px;align-items:center;border-bottom:1px solid #c5cdc2;font-family:var(--display);font-size:14px;font-weight:600}
.venture-list>div{grid-template-columns:48px 1fr}
.venture-number{font-family:var(--sans);font-size:9px;letter-spacing:.1em;color:#83936e}
.venture-arrow{color:#75944c;transition:transform .2s}
.venture-list>a:hover .venture-arrow{transform:translate(3px,-3px)}
.home-contact{min-height:126px;padding:25px clamp(24px,11vw,176px);background:white;display:flex;align-items:center;justify-content:space-between;gap:24px}
.home-contact p{font-family:var(--display);font-weight:600;margin:0;font-size:16px}
@media(max-width:800px){.home-listing{min-height:0;padding-top:72px;padding-bottom:72px;grid-template-columns:1fr;gap:26px}.home-listing h1{font-size:50px}.home-contact{padding-top:28px;padding-bottom:28px}}
@media(max-width:480px){.home-contact{align-items:flex-start;flex-direction:column}.venture-list>div,.venture-list>a{font-size:12px;min-height:54px}}
