/* Shared news and article layout. */
.pgs-news, .pgs-article { color:#0c314f; font-family:"Barlow",sans-serif; }
.pgs-news *, .pgs-article * { box-sizing:border-box; min-width:0; }
.pgs-news { max-width:1200px; margin:auto; padding:64px 24px 80px; }
.pgs-news h1, .pgs-article h1 { font-family:"Barlow Condensed",sans-serif; font-weight:600; font-size:clamp(36px,4vw,56px); line-height:1.12; text-transform:uppercase; margin:16px 0 24px; }
.pgs-news h2, .pgs-article h2 { font-family:"Barlow Condensed",sans-serif; font-size:32px; line-height:1.2; margin:36px 0 20px; }
.pgs-news-filters { display:flex; flex-wrap:wrap; gap:12px; margin:28px 0; }
.pgs-news-filters button { border:1px solid #0c314f; border-radius:99px; color:#0c314f; background:white; padding:10px 20px; font:600 17px "Barlow",sans-serif; cursor:pointer; }
.pgs-news-filters button[aria-pressed="true"] { background:#0c314f; color:white; }
.pgs-news-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:36px 24px; align-items:stretch; }
.pgs-news-card { display:flex; flex-direction:column; border-bottom:1px solid #dce5e8; padding-bottom:24px; }
.pgs-news-card[hidden] { display:none; }
.pgs-news-card-media { display:block; aspect-ratio:16/10; overflow:hidden; background:#f1f5f5; border-radius:16px; }
.pgs-news-card-media img { display:block; width:100%; height:100%; object-fit:cover; }
.pgs-news-card-copy { display:flex; flex-direction:column; flex:1; padding-top:18px; }
.pgs-news-card time { display:block; font-size:14px; color:#536670; margin-bottom:10px; }
.pgs-news-card h3 { font:600 25px/1.24 "Barlow Condensed",sans-serif; margin:0 0 18px; overflow-wrap:anywhere; }
.pgs-news-card h3 a { color:inherit; text-decoration:none; }
.pgs-news-card p { font-size:17px; line-height:1.55; margin:0 0 20px; }
.pgs-news-card .pgs-read-more { margin-top:auto; font-weight:600; padding-top:10px; color:#0c645e; }
.pgs-facebook-updates { margin-top:64px; }
.pgs-facebook-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:24px; }
.pgs-facebook-panel { border:1px solid #dce5e8; padding:16px; border-radius:12px; background:#f8fafb; }
.pgs-facebook-panel iframe { display:block; border:0; width:100%; height:580px; background:white; }
.pgs-facebook-panel > a { display:block; padding-top:14px; font-weight:600; color:#0c645e; }
.pgs-article { max-width:1100px; margin:auto; padding:48px 24px 80px; }
.pgs-article-heading { max-width:820px; margin:0 auto 32px; }
.pgs-article-heading time { color:#536670; font-size:16px; }
.pgs-article-back { display:inline-block; color:#0c645e; font-weight:600; margin-bottom:24px; }
.pgs-article-hero { aspect-ratio:16/9; margin:0 0 40px; background:#f1f5f5; border-radius:16px; overflow:hidden; }
.pgs-article-hero img { display:block; width:100%; height:100%; object-fit:contain; }
.pgs-article-body { max-width:760px; margin:auto; font-size:19px; line-height:1.75; overflow-wrap:anywhere; }
.pgs-article-body p, .pgs-article-body ul, .pgs-article-body ol { margin:0 0 24px; }
.pgs-article-body img { display:block; max-width:100%; height:auto; margin:auto; }
.pgs-article-body figure { margin:28px 0; }
.pgs-article-body figcaption { font-size:15px; line-height:1.5; color:#536670; margin-top:10px; }
.pgs-article-gallery { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:16px; margin:28px 0; }
.pgs-article-gallery a { display:flex; align-items:center; justify-content:center; background:#f1f5f5; border-radius:12px; overflow:hidden; aspect-ratio:1; }
.pgs-article-gallery img { width:100%; height:100%; object-fit:contain; }
.pgs-article-source { border-top:1px solid #dce5e8; margin-top:40px; padding-top:20px; }
.pgs-article-related { border-top:1px solid #dce5e8; margin-top:56px; padding-top:8px; }
.pgs-news a:focus-visible,.pgs-news button:focus-visible,.pgs-article a:focus-visible { outline:3px solid #209e96; outline-offset:4px; }
@media(max-width:1000px) { .pgs-news-grid,.pgs-facebook-grid { grid-template-columns:repeat(2,minmax(0,1fr)); } }
@media(max-width:640px) { .pgs-news,.pgs-article { padding:32px 20px 56px; } .pgs-news-grid,.pgs-facebook-grid { grid-template-columns:1fr; } .pgs-article-body { font-size:18px; line-height:1.7; } .pgs-article-gallery { gap:10px; } .pgs-facebook-panel { padding:8px; } .pgs-facebook-panel iframe { height:540px; } }
