/* Shared public-profile details, contact routes, and press resources. */
.press-photos { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:24px; margin:24px 0; }
.press-photos figure { margin:0; } .press-photos img { width:100%; height:280px; object-fit:cover; object-position:top; border-radius:4px; }
.press-photos figcaption { margin-top:12px; } .media-records { list-style:none; padding-left:0; }
.media-records li { border-bottom:1px solid #cbd5df; padding:16px 0; } .media-records h3 { margin:0 0 8px; }
.media-records p { margin:6px 0; } main section { scroll-margin-top:90px; }
.action-link { display:inline-block; padding:10px 0; font-weight:600; }
details > summary { cursor:pointer; font-weight:600; padding:16px 0; } main a { overflow-wrap:anywhere; }
@media(max-width:600px) { .press-photos { grid-template-columns:1fr; } .press-photos img { height:320px; } }
