.socials { padding: 100px 0; background: var(--cream); }
.social-inner { display: grid; grid-template-columns: .8fr 1.2fr; gap: 9%; align-items: center; }
.socials h2 { margin: 0; font-size: clamp(42px, 5vw, 71px); line-height: .9; letter-spacing: -.065em; }
.socials h2 span { color: #0b9561; }
.social-links { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.social-link { min-height: 148px; padding: 22px; display: flex; align-items: center; gap: 16px; background: #fff; border: 1px solid #dce1dc; border-radius: 12px; color: var(--ink); text-decoration: none; transition: transform .2s ease, border-color .2s ease; }
.social-link:hover { transform: translateY(-4px); border-color: #72dba0; }
.social-icon { width: 43px; height: 43px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 50%; color: #fff; background: #0a66c2; }
.social-icon svg { width: 25px; height: 25px; fill: currentColor; }
.meetup .social-icon { background: #ed1c40; }
.social-link small, .social-link strong { display: block; }
.social-link small { margin-bottom: 4px; color: #697670; font: 700 9px "DM Mono", monospace; letter-spacing: .04em; text-transform: uppercase; }
.social-link strong { font-size: 22px; letter-spacing: -.045em; }
.social-link b { margin-left: auto; align-self: flex-start; font-size: 18px; }
@media (max-width: 800px) { .socials { padding: 75px 0; } .social-inner { grid-template-columns: 1fr; gap: 35px; } }
@media (max-width: 440px) { .socials { padding: 64px 0; } .social-links { grid-template-columns: 1fr; } .social-link { min-height: 105px; } }
