 .friends-page{padding:clamp(3rem,7vw,6rem) 0;min-height:60vh}.friends-intro{margin-bottom:clamp(2rem,5vw,4rem)}.friends-intro h1{font-family:"Archivo Black",sans-serif;font-size:clamp(2rem,6vw,4rem);overflow-wrap:anywhere}.friends-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 3rem}.friend{display:flex;align-items:flex-start;gap:1.5rem;min-width:0;padding:2rem 0;border-top:1px solid #303030}.friend-copy{min-width:0}.friend h2{font-size:clamp(1.25rem,2vw,1.65rem);margin:0 0 .8rem;overflow-wrap:anywhere}.friend a{color:#ff9900;text-decoration:none;display:inline-block;padding:.25rem 0}.friend a:hover{text-decoration:underline;text-underline-offset:.2em}.friend a:focus-visible{outline:2px solid #ff9900;outline-offset:5px}.friend p{color:#bcbcbc;line-height:1.75;white-space:pre-wrap;overflow-wrap:anywhere;margin:0}.friend-image{width:100px;max-height:120px;object-fit:contain;height:auto;flex:none}@media(max-width:767px){.friends-list{grid-template-columns:minmax(0,1fr)}.friend{gap:1rem}.friend-image{width:72px;max-height:90px}}
