/* Real social feeds, kept within the original homepage's visual language. */
.social-journal{background:var(--white);border-top:1px solid var(--hair)}
.social-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:32px;margin-bottom:36px}
.social-heading .body{max-width:520px;margin-top:20px;color:var(--grey);font-size:16px}
.social-profile{display:flex;align-items:center;gap:14px;padding:14px 0;text-decoration:none;color:var(--ink);flex-shrink:0;min-height:48px}
.social-profile>svg{width:30px;height:30px;color:var(--accent-text)}
.social-profile strong{display:block;font-size:17px;font-weight:550}
.social-profile small{display:block;font-size:14px;color:var(--grey);margin-top:5px}
.social-profile>span:last-child{font-size:22px;margin-left:14px;color:var(--accent-text)}
.social-feed{min-width:0;border-radius:20px;overflow:hidden}
.social-feed behold-widget{display:block}
.social-journal .cc-ph{margin:0;border:1px solid var(--hair);border-radius:20px;background:var(--grey-bg);color:var(--ink);min-height:270px;font-size:18px;font-weight:550;gap:14px}
.social-journal .cc-ph span{font-size:14px;line-height:1.6;max-width:410px;opacity:1;color:var(--grey);font-weight:400}
.social-journal .cc-ph:hover{border-color:var(--accent-text)}
.social-journal .cc-ph:focus-visible{outline:3px solid var(--accent-text);outline-offset:4px}
.social-fallback{font-size:14px;color:var(--grey);margin:18px 0 0}
.social-fallback a,.social-video-caption a{color:var(--accent-text);text-decoration:none}
.social-youtube{display:grid;grid-template-columns:minmax(0,.7fr) minmax(0,1.3fr);gap:clamp(28px,5vw,64px);align-items:center;margin-top:52px;padding-top:52px;border-top:1px solid var(--hair)}
.social-youtube-copy .h3{font-size:clamp(28px,3vw,38px);line-height:1.15;letter-spacing:-.03em;font-weight:600}
.social-youtube-copy .body{font-size:16px;line-height:1.75;color:var(--grey);margin:20px 0 24px}
.social-video{aspect-ratio:16/9;position:relative;overflow:hidden;border-radius:22px;background:var(--grey-bg);border:1px solid var(--hair)}
.social-video iframe{display:block;width:100%;height:100%;border:0}
.social-video .cc-ph{position:absolute;inset:0;width:100%;height:100%;min-height:0;border:0;border-radius:0;padding:24px}
.social-video .cc-ph::before{content:'▶';display:grid;place-items:center;width:52px;height:52px;border:1px solid var(--hair);background:var(--white);color:var(--accent-text);border-radius:50%;font-size:18px;padding-left:3px}
.social-video-caption{display:flex;justify-content:space-between;gap:12px;flex-wrap:wrap;font-size:14px;color:var(--grey);margin-top:14px}
.social-journal noscript p{padding:24px;font-size:16px;line-height:1.6}
@media(max-width:760px){.social-heading{align-items:flex-start;flex-direction:column;gap:16px}.social-youtube{grid-template-columns:1fr;gap:24px;margin-top:36px;padding-top:36px}.social-youtube-copy .body{max-width:520px}.social-video{min-height:245px;aspect-ratio:16/9}.social-profile{padding:0}.social-feed{border-radius:16px}}
