/* Gut Rechetsberg — social & review footer extension */
.footer-top{grid-template-columns:1.05fr .92fr .82fr 1.18fr;gap:clamp(34px,4.7vw,78px)}
.footer-social-column{min-width:0}
.footer-social-intro{margin:-5px 0 19px;max-width:310px;font-size:13px;line-height:1.7;font-weight:300;letter-spacing:.055em;color:rgba(32,32,32,.72)}
.footer-social-icons{display:flex;align-items:center;gap:10px;margin:0 0 22px}
.footer-social-link{display:inline-flex;align-items:center;justify-content:center;width:43px;height:43px;border:1px solid rgba(32,32,32,.22);border-radius:50%;color:#202020;text-decoration:none;transition:transform .25s ease,background-color .25s ease,border-color .25s ease,color .25s ease}
.footer-social-link:hover,.footer-social-link:focus-visible{transform:translateY(-2px);background:#202020;color:#f4efeb;border-color:#202020;outline:none}
.footer-social-link:focus-visible{box-shadow:0 0 0 3px rgba(32,32,32,.13)}
.footer-social-link svg{width:18px;height:18px;display:block;fill:currentColor}
.footer-review-card{display:flex;align-items:center;justify-content:space-between;gap:18px;width:min(100%,355px);padding:16px 17px;border:1px solid rgba(32,32,32,.18);background:rgba(255,255,255,.23);color:#202020;text-decoration:none;transition:background-color .25s ease,border-color .25s ease,transform .25s ease}
.footer-review-card:hover,.footer-review-card:focus-visible{background:rgba(255,255,255,.55);border-color:rgba(32,32,32,.4);transform:translateY(-2px);outline:none}
.footer-review-card:focus-visible{box-shadow:0 0 0 3px rgba(32,32,32,.12)}
.footer-review-copy{display:grid;gap:5px;min-width:0}
.footer-review-eyebrow{font-size:10px;line-height:1.2;text-transform:uppercase;letter-spacing:.15em;color:rgba(32,32,32,.57)}
.footer-review-title{font-size:14px;line-height:1.35;font-weight:400;letter-spacing:.055em}
.footer-review-stars{display:flex;gap:2px;color:#6d5c43;margin-top:1px}
.footer-review-stars svg{width:12px;height:12px;fill:currentColor}
.footer-review-arrow{flex:0 0 auto;width:31px;height:31px;border:1px solid rgba(32,32,32,.18);border-radius:50%;display:grid;place-items:center;font-size:17px;line-height:1;transition:transform .25s ease}
.footer-review-card:hover .footer-review-arrow{transform:translate(2px,-2px)}
@media(max-width:1040px) and (min-width:761px){.footer-top{grid-template-columns:1fr 1fr;gap:50px 70px}.footer-social-intro{max-width:380px}.footer-review-card{width:min(100%,390px)}}
@media(max-width: 700px){.footer-top{grid-template-columns:1fr;gap:38px}.footer-social-icons{margin-bottom:18px}.footer-social-link{width:46px;height:46px}.footer-review-card{width:100%;max-width:440px}.footer-social-intro{max-width:420px}}
@media(prefers-reduced-motion:reduce){.footer-social-link,.footer-review-card,.footer-review-arrow{transition:none}}
