.features{padding:3rem 6rem}.features__header{margin:0 auto 3rem;text-align:center;display:flex;flex-direction:column;gap:.75rem}.features__eyebrow{font-family:host grotesk,sans-serif;font-size:.72rem;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:var(--color-gold);margin:0}.features__header h2{margin:0}.features__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:0}.feature{position:relative;text-align:center;padding:2.5rem}.feature:not(:first-child)::before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:1px;height:55%;background:linear-gradient( to bottom,transparent,rgba(200,162,74,.3),transparent );pointer-events:none}.feature__icon{width:68px;height:68px;margin:0 auto 1.75rem;display:grid;place-items:center;border-radius:50%;background:rgba(200,162,74,8%);border:1px solid rgba(200,162,74,.2);color:var(--color-gold)}.feature__icon svg{width:32px;height:32px;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;fill:none}.feature h3{color:#fff;margin:0 0 .75rem;font-size:1.1rem;font-family:host grotesk,sans-serif}.feature p{margin:0;font-size:.97rem;line-height:1.75;opacity:.6}@media(max-width:992px){.features{padding:2.5rem 3rem}.features__grid{grid-template-columns:repeat(2,1fr);gap:0}.feature:nth-child(odd)::before{display:none}.feature:nth-child(3),.feature:nth-child(4){border-top:1px solid rgba(200,162,74,.15)}}@media(max-width:768px){.features{padding:2rem}.feature::before{display:none}}@media(max-width:520px){.features{padding:2rem 1.25rem}.features__grid{grid-template-columns:1fr}.feature{padding:2rem 1.5rem}.feature:not(:first-child){border-top:1px solid rgba(200,162,74,.12)}.feature:not(:first-child)::before{display:none}}