.process-grid{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid var(--line)}
.process-grid article{min-height:265px;padding:30px;border-right:1px solid var(--line);background:#0d1012}
.process-grid article:last-child{border-right:0}
.process-grid b{color:var(--gold);font:16px Georgia,serif}
.process-grid h3{margin:42px 0 12px;font:23px Georgia,serif}
.process-grid p{margin:0;color:#979894;font-size:14px}
.trust-facts{display:grid;grid-template-columns:repeat(4,1fr);margin-top:20px;border:1px solid var(--line)}
.trust-facts span{padding:16px;text-align:center;color:#b8b7b1;font-size:11px;letter-spacing:.1em;text-transform:uppercase;border-right:1px solid var(--line)}
.trust-facts span:last-child{border-right:0}
.reviews-section{padding-block:105px;background:var(--paper);color:#151619}
.reviews-section .eyebrow{color:#87682f}
.reviews-section .section-head>p{color:#565750}
.google-link{align-self:end}
.review-grid{display:grid;grid-template-columns:1fr 1fr;border:1px solid rgba(15,16,18,.18)}
.review-grid blockquote{margin:0;padding:44px;border-right:1px solid rgba(15,16,18,.18)}
.review-grid blockquote:last-child{border-right:0}
.review-grid blockquote p{margin:0 0 30px;font:26px/1.45 Georgia,serif}
.review-grid footer{font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}
.review-grid footer span{display:block;margin-top:5px;color:#7a6a4d;font-size:10px;font-weight:600}
.review-note{margin:18px 0 0;color:#77766e;font-size:11px}
.bio-facts{display:flex;flex-wrap:wrap;gap:8px;margin:32px 0 52px}
.bio-facts span{padding:8px 11px;border:1px solid var(--line);color:var(--gold2);font-size:10px;letter-spacing:.09em;text-transform:uppercase}
@media(max-width:850px){.process-grid{grid-template-columns:1fr 1fr}.process-grid article:nth-child(2){border-right:0}.process-grid article:nth-child(-n+2){border-bottom:1px solid var(--line)}.trust-facts{grid-template-columns:1fr 1fr}.trust-facts span:nth-child(2){border-right:0}.trust-facts span:nth-child(-n+2){border-bottom:1px solid var(--line)}}
@media(max-width:560px){.process-grid,.review-grid,.trust-facts{grid-template-columns:1fr}.process-grid article,.process-grid article:nth-child(2),.review-grid blockquote,.trust-facts span{border-right:0;border-bottom:1px solid var(--line)}.process-grid article:last-child,.review-grid blockquote:last-child,.trust-facts span:last-child{border-bottom:0}.reviews-section{padding-block:75px}.review-grid blockquote{padding:30px}.review-grid blockquote p{font-size:22px}}
