
.home-loop { max-width:1180px; margin:0 auto 4rem; display:grid; grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr); background:var(--ut-forest,#063f39); color:#fffaf0; overflow:hidden; }
.home-loop-copy { padding:clamp(1.7rem,4vw,3.2rem); position:relative; }
.home-loop-copy::after { content:""; position:absolute; right:-4rem; bottom:-5rem; width:18rem; height:18rem; background:url('/assets/brand/stripe-field-orange.svg') center/contain no-repeat; opacity:.13; }
.home-loop h2,.home-loop p { color:inherit; position:relative; z-index:1; }
.home-loop .button { position:relative; z-index:1; }
.home-loop ol { list-style:none; margin:0; padding:0; display:grid; grid-template-columns:1fr 1fr; background:#f5efe3; color:#152326; }
.home-loop li { padding:clamp(1.3rem,3vw,2.2rem); border-left:1px solid #c9bda9; border-bottom:1px solid #c9bda9; display:grid; grid-template-columns:auto 1fr; gap:.2rem .75rem; align-content:center; }
.home-loop li:nth-child(3),.home-loop li:nth-child(4){ border-bottom:0; }
.home-loop li span { grid-row:1/3; display:grid; place-items:center; width:2.3rem; height:2.3rem; border-radius:50%; background:#d85b18; color:white; font-weight:800; }
.home-loop li strong,.home-loop li small { display:block; }
@media(max-width:760px){ .home-loop { grid-template-columns:1fr; margin-inline:1rem; } .home-loop ol { grid-template-columns:1fr; } .home-loop li { border-left:0; border-bottom:1px solid #c9bda9 !important; } .home-loop li:last-child { border-bottom:0 !important; } }
