.results-section{padding:clamp(40px,4.6vw,74px) var(--page-gutter) clamp(56px,6vw,96px);background:#fff;color:var(--black);text-align:center}.results-section__title{max-width:900px;margin:0 auto clamp(30px,3.4vw,52px);font-family:var(--font-display);font-size:calc(clamp(34px, 3.75vw, 58px) - 4px);font-weight:500;letter-spacing:-.02em;line-height:1}.results-section__grid{display:grid;width:min(100%,1320px);grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:clamp(16px,1.8vw,28px);gap:clamp(16px,1.8vw,28px);margin-inline:auto}.result-card{display:flex;flex-direction:column;align-items:flex-start;padding:clamp(20px,1.9vw,28px);border-radius:clamp(16px,1.5vw,22px);background:var(--regen-sky);text-align:left;box-shadow:0 1px 2px rgba(5,5,5,.05),0 14px 34px rgba(5,5,5,.12)}.result-card__headline{margin:0;font-family:var(--font-editorial);font-size:clamp(21px,1.85vw,29px);font-style:italic;font-weight:600;letter-spacing:-.025em;line-height:1.14}.result-card__label{max-width:30ch;color:rgba(5,5,5,.6);font-family:var(--font-helv);font-size:clamp(13px,.95vw,15px);font-weight:500;line-height:1.45;margin:clamp(12px,1.2vw,18px) 0 clamp(18px,1.8vw,26px)}.result-card__label b{color:var(--black);font-weight:inherit}.result-card__logo{display:flex;height:40px;align-items:center;margin-top:auto}.result-card__logo img{width:auto;max-width:200px;height:100%;object-fit:contain;object-position:left center;transform:scale(var(--result-logo-scale,1));transform-origin:left center}.results-section__link{display:inline-flex;align-items:center;gap:8px;margin-top:clamp(30px,3.2vw,48px);color:var(--blue);font-family:var(--font-helv);font-size:clamp(14px,1.05vw,16px);font-weight:600;text-decoration:none;transition:opacity .25s ease}.results-section__link:focus-visible,.results-section__link:hover{opacity:.68}@media (max-width:900px){.results-section__grid{grid-template-columns:1fr;gap:16px}.result-card__label{max-width:none}.result-card__logo{margin-top:clamp(20px,4vw,28px)}}