.psa-feed{--psa-navy:#082844;--psa-copper:#9a642c;--psa-text:#26394b;--psa-muted:#667788;--psa-line:#dfe6eb;max-width:1120px;margin:0 auto;padding:56px 20px;font-family:inherit;color:var(--psa-text)}.psa-feed,.psa-feed *{box-sizing:border-box}.psa-feed__header{margin-bottom:30px}.psa-feed__eyebrow{display:block;margin-bottom:7px;color:var(--psa-copper);font-size:12px;font-weight:800;letter-spacing:1.5px;hyphens:none;-webkit-hyphens:none;word-break:normal;overflow-wrap:normal}.psa-feed__header h2{margin:0;color:var(--psa-navy);font-size:clamp(30px,4vw,46px);line-height:1.12;hyphens:none;-webkit-hyphens:none;word-break:normal;overflow-wrap:normal}.psa-feed__header p{max-width:720px;margin:12px 0 0;color:var(--psa-muted);font-size:16px;line-height:1.7}.psa-feed__list{display:flex;flex-direction:column;gap:20px}.psa-item{display:grid;grid-template-columns:1fr;overflow:hidden;background:#fff;border:1px solid var(--psa-line);border-left:5px solid var(--psa-copper);border-radius:8px;box-shadow:0 10px 30px rgba(8,40,68,.07)}.psa-item--featured{background:linear-gradient(135deg,#fff 0%,#faf6f1 100%);box-shadow:0 14px 38px rgba(8,40,68,.11)}.psa-item--has-image{grid-template-columns:minmax(220px,32%) 1fr}.psa-item__poster{display:block;width:100%;min-height:100%;padding:0;border:0;background:#eef1f3;cursor:zoom-in;overflow:hidden}.psa-item__poster img{display:block;width:100%;height:100%;max-height:430px;object-fit:cover;transition:transform .3s ease}.psa-item__poster:hover img{transform:scale(1.025)}.psa-item__content{padding:28px 30px}.psa-item__meta{display:flex;align-items:center;flex-wrap:wrap;gap:10px 14px;margin-bottom:10px;color:var(--psa-copper);font-size:13px;font-weight:800}.psa-item__meta span{padding:5px 9px;background:rgba(154,100,44,.1);border-radius:50px;font-size:11px;letter-spacing:.5px;text-transform:uppercase;hyphens:none;-webkit-hyphens:none;word-break:normal;overflow-wrap:normal}.psa-item h3{margin:0 0 14px;color:var(--psa-navy);font-size:clamp(21px,2.4vw,29px);line-height:1.25;hyphens:none!important;-webkit-hyphens:none!important;word-break:normal!important;overflow-wrap:normal!important}.psa-item__text{font-size:16px;line-height:1.75;color:var(--psa-text);hyphens:none;-webkit-hyphens:none;word-break:normal;overflow-wrap:break-word}.psa-item__text p{margin:0 0 14px}.psa-item__text p:last-child{margin-bottom:0}.psa-item__button{display:inline-flex;align-items:center;gap:9px;margin-top:20px;padding:11px 16px;background:var(--psa-navy);color:#fff!important;border-radius:4px;font-size:14px;font-weight:800;text-decoration:none!important}.psa-item__button:hover{background:var(--psa-copper);color:#fff!important}.psa-empty{padding:24px;background:#fff;border:1px solid var(--psa-line);border-radius:8px;text-align:center}.psa-lightbox[hidden]{display:none}.psa-lightbox{position:fixed;z-index:999999;inset:0;display:flex;align-items:center;justify-content:center;padding:30px;background:rgba(0,18,34,.88)}.psa-lightbox img{max-width:min(100%,1100px);max-height:90vh;width:auto;height:auto;box-shadow:0 20px 70px rgba(0,0,0,.45)}.psa-lightbox__close{position:fixed;top:18px;right:22px;width:46px;height:46px;border:0;border-radius:50%;background:#fff;color:#082844;font-size:32px;line-height:1;cursor:pointer}.psa-no-scroll{overflow:hidden}@media(max-width:760px){.psa-feed{padding:40px 15px}.psa-item--has-image{grid-template-columns:1fr}.psa-item__poster img{height:auto;max-height:520px;object-fit:contain}.psa-item__content{padding:23px 21px}.psa-item h3{font-size:22px}.psa-item__text{font-size:15px}.psa-lightbox{padding:15px}}

/* Search */
.psa-search{margin:0 0 24px;padding:18px 20px;background:#f5f7f9;border:1px solid var(--psa-line);border-radius:8px}.psa-search label{display:block;margin-bottom:8px;color:var(--psa-navy);font-size:14px;font-weight:800;hyphens:none;-webkit-hyphens:none;word-break:normal}.psa-search__box{display:flex;align-items:center;gap:10px;background:#fff;border:1px solid #cfd8df;border-radius:6px;padding:0 14px}.psa-search__box span{font-size:22px;color:var(--psa-copper)}.psa-search__input{width:100%;height:48px;padding:0;border:0!important;outline:0!important;box-shadow:none!important;background:transparent;font:inherit;color:var(--psa-text)}.psa-search__count{min-height:20px;margin:8px 0 0;color:var(--psa-muted);font-size:13px}.psa-item[hidden]{display:none!important}.psa-no-results{margin-top:0}

/* Newspaper library */
.psn-library{--psa-navy:#082844;--psa-copper:#9a642c;--psa-text:#26394b;--psa-muted:#667788;--psa-line:#dfe6eb;max-width:1120px;margin:0 auto;padding:56px 20px;font-family:inherit;color:var(--psa-text)}.psn-library,.psn-library *{box-sizing:border-box}.psn-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.psn-card{display:flex;flex-direction:column;overflow:hidden;background:#fff;border:1px solid var(--psa-line);border-radius:10px;box-shadow:0 12px 32px rgba(8,40,68,.08);transition:transform .25s ease,box-shadow .25s ease}.psn-card:hover{transform:translateY(-5px);box-shadow:0 18px 42px rgba(8,40,68,.14)}.psn-card__cover{position:relative;display:block;aspect-ratio:4/5;background:linear-gradient(145deg,#0a2b48,#154a70);overflow:hidden;text-decoration:none!important}.psn-card__cover img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.psn-card:hover .psn-card__cover img{transform:scale(1.025)}.psn-card__placeholder{display:flex;height:100%;align-items:center;justify-content:center;flex-direction:column;gap:14px;color:#fff;background:radial-gradient(circle at top right,rgba(154,100,44,.55),transparent 38%),linear-gradient(145deg,#082844,#174b70)}.psn-card__placeholder span{display:inline-flex;align-items:center;justify-content:center;width:76px;height:76px;border:2px solid rgba(255,255,255,.8);border-radius:50%;font-size:24px;font-weight:900}.psn-card__placeholder strong{font-size:17px;letter-spacing:1.7px;hyphens:none;-webkit-hyphens:none;word-break:normal}.psn-card__open{position:absolute;left:14px;right:14px;bottom:14px;padding:11px 14px;background:rgba(8,40,68,.92);color:#fff;border-radius:5px;font-size:13px;font-weight:800;text-align:center;opacity:0;transform:translateY(8px);transition:.25s ease;hyphens:none;-webkit-hyphens:none;word-break:normal}.psn-card:hover .psn-card__open,.psn-card__cover:focus .psn-card__open{opacity:1;transform:none}.psn-card__body{display:flex;flex:1;flex-direction:column;padding:22px}.psn-card__issue{align-self:flex-start;margin-bottom:10px;padding:5px 9px;background:rgba(154,100,44,.1);color:var(--psa-copper);border-radius:50px;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.4px;hyphens:none;-webkit-hyphens:none;word-break:normal}.psn-card h3{margin:0 0 9px;color:var(--psa-navy);font-size:21px;line-height:1.28;hyphens:none!important;-webkit-hyphens:none!important;word-break:normal!important;overflow-wrap:normal!important}.psn-card h3 a{color:inherit;text-decoration:none!important}.psn-card time{color:var(--psa-copper);font-size:13px;font-weight:800}.psn-card__text{margin-top:13px;color:var(--psa-muted);font-size:14px;line-height:1.65}.psn-card__text p{margin:0}.psn-card__button{display:inline-flex;align-items:center;justify-content:space-between;gap:10px;margin-top:auto;padding-top:18px;color:var(--psa-navy)!important;font-size:14px;font-weight:800;text-decoration:none!important;border-top:1px solid var(--psa-line)}.psn-card__button:hover{color:var(--psa-copper)!important}

@media(max-width:900px){.psn-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:600px){.psn-library{padding:40px 15px}.psn-grid{grid-template-columns:1fr}.psn-card__cover{aspect-ratio:4/4.6}.psn-card__open{opacity:1;transform:none}}

/* Mobile-first refinements – v2.1 */
@media(max-width:760px){
  .psa-feed,.psn-library{width:100%;max-width:100%;padding:32px 12px;overflow:hidden}
  .psa-feed__header{margin-bottom:22px}
  .psa-feed__eyebrow{font-size:11px;line-height:1.35;letter-spacing:1.1px}
  .psa-feed__header h2{font-size:clamp(27px,8vw,36px);line-height:1.12;letter-spacing:-.35px;overflow-wrap:normal!important;word-break:keep-all!important;hyphens:none!important;-webkit-hyphens:none!important}
  .psa-feed__header p{margin-top:10px;font-size:14.5px;line-height:1.62}
  .psa-feed__list{gap:15px}
  .psa-item{width:100%;border-left-width:4px;border-radius:7px;box-shadow:0 7px 22px rgba(8,40,68,.07)}
  .psa-item--has-image{display:flex;flex-direction:column}
  .psa-item__poster{min-height:0;max-height:none;background:#f3f5f6;touch-action:manipulation}
  .psa-item__poster img{width:100%;height:auto;max-height:none;object-fit:contain}
  .psa-item__content{min-width:0;padding:19px 17px 20px}
  .psa-item__meta{align-items:flex-start;gap:8px 10px;margin-bottom:10px;font-size:12px;line-height:1.4}
  .psa-item__meta time{padding-top:4px}
  .psa-item__meta span{max-width:100%;padding:4px 8px;font-size:10px;line-height:1.35;white-space:normal;word-break:keep-all!important;overflow-wrap:normal!important}
  .psa-item h3{margin-bottom:11px;font-size:clamp(20px,6vw,24px);line-height:1.25;letter-spacing:-.2px;word-break:keep-all!important;overflow-wrap:normal!important;hyphens:none!important;-webkit-hyphens:none!important}
  .psa-item__text{font-size:15px;line-height:1.65;word-break:normal;overflow-wrap:break-word}
  .psa-item__text p{margin-bottom:11px}
  .psa-item__text img,.psa-item__text iframe,.psa-item__text video{max-width:100%;height:auto}
  .psa-item__button{display:flex;width:100%;min-height:46px;justify-content:center;margin-top:17px;padding:11px 14px;text-align:center;line-height:1.35;white-space:normal;touch-action:manipulation}
  .psa-search{margin-bottom:17px;padding:14px 13px;border-radius:7px}
  .psa-search label{font-size:13px;line-height:1.4}
  .psa-search__box{gap:7px;padding:0 11px}
  .psa-search__box span{font-size:19px}
  .psa-search__input{height:46px;min-width:0;font-size:16px!important}
  .psa-search__count{margin-top:7px;font-size:12px;line-height:1.4}
  .psa-lightbox{align-items:center;padding:12px}
  .psa-lightbox img{max-width:100%;max-height:82vh;object-fit:contain}
  .psa-lightbox__close{top:10px;right:10px;width:42px;height:42px;font-size:29px;box-shadow:0 4px 16px rgba(0,0,0,.22)}

  .psn-grid{grid-template-columns:minmax(0,1fr);gap:16px}
  .psn-card{width:100%;border-radius:8px;box-shadow:0 8px 24px rgba(8,40,68,.08)}
  .psn-card:hover{transform:none}
  .psn-card__cover{aspect-ratio:auto;min-height:260px;max-height:520px}
  .psn-card__cover img{width:100%;height:100%;min-height:260px;max-height:520px;object-fit:contain;background:#eef2f4}
  .psn-card__placeholder{min-height:300px}
  .psn-card__open{left:10px;right:10px;bottom:10px;padding:10px 11px;font-size:12px;opacity:1;transform:none}
  .psn-card__body{min-width:0;padding:18px 17px 19px}
  .psn-card__issue{max-width:100%;margin-bottom:8px;font-size:10px;line-height:1.35;white-space:normal;word-break:keep-all!important;overflow-wrap:normal!important}
  .psn-card h3{font-size:20px;line-height:1.26;word-break:keep-all!important;overflow-wrap:normal!important;hyphens:none!important;-webkit-hyphens:none!important}
  .psn-card time{font-size:12px}
  .psn-card__text{margin-top:10px;font-size:14px;line-height:1.6}
  .psn-card__button{min-height:45px;padding-top:15px;line-height:1.35;word-break:keep-all!important;hyphens:none!important}
}

@media(max-width:380px){
  .psa-feed,.psn-library{padding-left:10px;padding-right:10px}
  .psa-item__content,.psn-card__body{padding-left:14px;padding-right:14px}
  .psa-feed__header h2{font-size:26px}
  .psa-item h3,.psn-card h3{font-size:19px}
}

@media(hover:none){
  .psa-item__poster:hover img,.psn-card:hover .psn-card__cover img{transform:none}
}

/* Branded visual refresh – v2.2 */
.psa-feed,
.psn-library{
  --psa-navy:#001d39;
  --psa-navy-2:#073252;
  --psa-copper:#985e23;
  --psa-copper-soft:#c79a68;
  --psa-text:#324252;
  --psa-muted:#71808d;
  --psa-line:#e2e8ec;
  position:relative;
  width:min(100%,1180px);
  margin:32px auto;
  padding:44px clamp(18px,4vw,46px);
  overflow:hidden;
  background:
    radial-gradient(circle at 100% 0,rgba(152,94,35,.11),transparent 30%),
    linear-gradient(180deg,#fff 0%,#fbfcfd 100%);
  border:1px solid #e4e9ed;
  border-radius:16px;
  box-shadow:0 16px 45px rgba(0,29,57,.08);
}
.psa-feed::before,
.psn-library::before{
  content:"";
  position:absolute;
  top:0;left:0;right:0;
  height:5px;
  background:linear-gradient(90deg,var(--psa-copper),#c49a6c 40%,var(--psa-navy));
}
.psa-feed__header{position:relative;margin:0 0 28px;padding:0 0 24px;border-bottom:1px solid var(--psa-line)}
.psa-feed__eyebrow{
  display:inline-flex;
  align-items:center;
  gap:10px;
  margin:0 0 10px;
  color:var(--psa-copper);
  font-size:12px;
  font-weight:800;
  line-height:1.4;
  letter-spacing:1.35px;
  text-transform:uppercase;
}
.psa-feed__eyebrow::before{content:"";width:28px;height:2px;background:var(--psa-copper)}
.psa-feed__header h2{
  margin:0;
  color:var(--psa-navy)!important;
  font-size:clamp(32px,4.4vw,52px)!important;
  font-weight:800!important;
  line-height:1.04!important;
  letter-spacing:-1.2px;
  text-transform:none;
  hyphens:none!important;
  -webkit-hyphens:none!important;
  word-break:keep-all!important;
}
.psa-feed__header p{max-width:790px;margin:13px 0 0;color:var(--psa-muted)!important;font-size:16px;line-height:1.7}
.psa-search{
  margin:0 0 24px;
  padding:16px;
  background:#f5f7f8;
  border:1px solid #e0e6ea;
  border-radius:10px;
}
.psa-search label{margin:0 0 9px;color:var(--psa-navy)!important;font-size:14px;font-weight:800}
.psa-search__box{
  display:flex;
  align-items:center;
  gap:10px;
  min-height:50px;
  padding:0 15px;
  background:#fff;
  border:1px solid #cdd7df;
  border-radius:7px;
  box-shadow:0 3px 10px rgba(0,29,57,.035);
}
.psa-search__box:focus-within{border-color:var(--psa-copper);box-shadow:0 0 0 3px rgba(152,94,35,.13)}
.psa-search__icon{display:flex;flex:0 0 21px;color:var(--psa-copper)}
.psa-search__icon svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round}
.psa-search__input{height:48px!important;font-size:16px!important;color:var(--psa-text)!important}
.psa-search__input::placeholder{color:#8d979f}
.psa-feed__list{display:grid;gap:18px}
.psa-item{
  overflow:hidden;
  background:#fff;
  border:1px solid var(--psa-line);
  border-left:5px solid var(--psa-copper);
  border-radius:10px;
  box-shadow:0 8px 24px rgba(0,29,57,.06);
}
.psa-item--featured{border-left-color:var(--psa-navy);box-shadow:0 11px 30px rgba(0,29,57,.1)}
.psa-item__content{padding:25px 28px}
.psa-item__meta time{color:var(--psa-copper);font-weight:800}
.psa-item__meta span{color:var(--psa-navy);background:rgba(152,94,35,.11);font-weight:800}
.psa-item h3{color:var(--psa-navy)!important;font-weight:800!important}
.psa-item__text{color:var(--psa-text)!important}
.psa-item__button{border-radius:6px;background:var(--psa-navy)}
.psa-empty{
  position:relative;
  padding:34px 22px 34px 72px;
  color:var(--psa-text);
  background:#fff;
  border:1px solid var(--psa-line);
  border-radius:10px;
  box-shadow:0 7px 20px rgba(0,29,57,.05);
  text-align:left;
  font-size:15px;
  line-height:1.55;
}
.psa-empty::before{
  content:"i";
  position:absolute;
  left:22px;top:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  width:32px;height:32px;
  transform:translateY(-50%);
  color:#fff;
  background:var(--psa-copper);
  border-radius:50%;
  font-family:Georgia,serif;
  font-weight:700;
}
.psn-grid{gap:22px}
.psn-card{border-radius:12px;border-color:var(--psa-line)}
.psn-card__cover{background:linear-gradient(145deg,var(--psa-navy),var(--psa-navy-2))}
.psn-card__body{padding:22px}
.psn-card h3{color:var(--psa-navy)!important}

@media(max-width:760px){
  .psa-feed,.psn-library{margin:18px auto;padding:31px 14px 20px;border-radius:10px}
  .psa-feed::before,.psn-library::before{height:4px}
  .psa-feed__header{margin-bottom:19px;padding-bottom:18px}
  .psa-feed__eyebrow{font-size:10.5px;letter-spacing:.95px;gap:8px}
  .psa-feed__eyebrow::before{width:21px}
  .psa-feed__header h2{font-size:clamp(28px,9vw,38px)!important;line-height:1.08!important;letter-spacing:-.6px}
  .psa-feed__header p{font-size:14.5px;line-height:1.6}
  .psa-search{padding:12px;margin-bottom:16px}
  .psa-search__box{min-height:48px;padding:0 12px}
  .psa-item__content{padding:19px 17px}
  .psa-empty{padding:23px 16px 23px 57px;font-size:14px}
  .psa-empty::before{left:16px;width:28px;height:28px}
}

/* Integrated compact announcement feed – v2.4 */
.psa-feed--compact{
  width:100%;
  max-width:1180px;
  margin:0 auto;
  padding:18px 0;
  overflow:visible;
  background:transparent;
  border:0;
  border-radius:0;
  box-shadow:none;
}
.psa-feed--compact::before{display:none}
.psa-feed--compact .psa-feed__header{
  margin:0 0 18px;
  padding:0;
  border:0;
}
.psa-feed--compact .psa-feed__eyebrow{
  margin-bottom:5px;
  color:var(--psa-copper);
  font-size:11px;
}
.psa-feed--compact .psa-feed__header h2{
  font-size:clamp(28px,3.6vw,43px)!important;
  line-height:1.08!important;
  letter-spacing:-.7px;
}
.psa-feed--compact .psa-feed__header p{
  margin-top:7px;
  font-size:15px;
}
.psa-feed--compact .psa-search{
  max-width:560px;
  margin:0 0 18px;
  padding:0;
  background:transparent;
  border:0;
}
.psa-feed--compact .psa-search__box{
  min-height:46px;
  background:#fff;
  border-color:#d9e0e5;
  border-radius:4px;
  box-shadow:none;
}
.psa-feed--compact .psa-search__input{height:44px!important}
.psa-feed--compact .psa-feed__list{gap:12px}
.psa-item--preview{
  display:block;
  overflow:hidden;
  background:#fff;
  border:1px solid #e1e6ea;
  border-left:3px solid var(--psa-copper);
  border-radius:5px;
  box-shadow:0 3px 13px rgba(0,29,57,.045);
  transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease;
}
.psa-item--preview:hover{
  border-color:#d5dde3;
  border-left-color:var(--psa-copper);
  box-shadow:0 7px 22px rgba(0,29,57,.075);
  transform:translateY(-1px);
}
.psa-item--preview[open]{
  border-left-color:var(--psa-navy);
  box-shadow:0 8px 26px rgba(0,29,57,.08);
}
.psa-item--preview > summary{
  list-style:none;
}
.psa-item--preview > summary::-webkit-details-marker{display:none}
.psa-item__summary{
  display:grid;
  grid-template-columns:1fr auto;
  min-height:132px;
  cursor:pointer;
  outline:none;
}
.psa-item--has-image .psa-item__summary{
  grid-template-columns:185px minmax(0,1fr) auto;
}
.psa-item__summary:focus-visible{
  box-shadow:inset 0 0 0 3px rgba(152,94,35,.25);
}
.psa-item__thumb{
  display:block;
  width:100%;
  min-height:132px;
  max-height:172px;
  overflow:hidden;
  background:#eef1f3;
}
.psa-item__thumb img{
  display:block;
  width:100%;
  height:100%;
  min-height:132px;
  max-height:172px;
  object-fit:cover;
}
.psa-item__preview-content{
  display:flex;
  min-width:0;
  flex-direction:column;
  justify-content:center;
  padding:20px 22px;
}
.psa-item--preview .psa-item__meta{
  display:flex;
  align-items:center;
  gap:8px 12px;
  margin:0 0 7px;
  color:var(--psa-copper);
  font-size:12px;
  font-weight:800;
}
.psa-item--preview .psa-item__label{
  display:inline-flex;
  padding:3px 8px;
  color:var(--psa-navy);
  background:rgba(152,94,35,.10);
  border-radius:30px;
  font-size:10px;
  letter-spacing:.35px;
  text-transform:uppercase;
}
.psa-item__title{
  display:block;
  margin:0 0 7px;
  color:var(--psa-navy);
  font-size:clamp(20px,2.2vw,27px);
  font-weight:800;
  line-height:1.2;
  letter-spacing:-.25px;
  hyphens:none!important;
  -webkit-hyphens:none!important;
  word-break:normal!important;
  overflow-wrap:normal!important;
}
.psa-item__excerpt{
  display:-webkit-box;
  overflow:hidden;
  color:#5d6c78;
  font-size:14.5px;
  line-height:1.55;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
}
.psa-item__toggle{
  display:flex;
  min-width:92px;
  align-items:center;
  justify-content:center;
  gap:7px;
  padding:16px;
  color:var(--psa-navy);
  border-left:1px solid #edf0f2;
  font-size:12px;
  font-weight:800;
  white-space:nowrap;
}
.psa-item__toggle svg{
  width:17px;
  height:17px;
  fill:none;
  stroke:currentColor;
  stroke-width:2;
  stroke-linecap:round;
  stroke-linejoin:round;
  transition:transform .2s ease;
}
.psa-item__toggle-text--open{display:none}
.psa-item--preview[open] .psa-item__toggle-text--closed{display:none}
.psa-item--preview[open] .psa-item__toggle-text--open{display:inline}
.psa-item--preview[open] .psa-item__toggle svg{transform:rotate(180deg)}
.psa-item__expanded{
  padding:24px 26px 26px;
  border-top:1px solid #e9edef;
  background:#fcfdfd;
}
.psa-item__full-text{
  max-width:860px;
  color:var(--psa-text);
  font-size:15.5px;
  line-height:1.75;
}
.psa-item__full-text p{margin:0 0 14px}
.psa-item__full-text p:last-child{margin-bottom:0}
.psa-item__actions{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:20px;
}
.psa-item__poster--inline{
  display:inline-flex;
  width:auto;
  min-height:42px;
  align-items:center;
  justify-content:center;
  padding:10px 15px;
  color:var(--psa-navy);
  background:#fff;
  border:1px solid #ced8df;
  border-radius:4px;
  cursor:pointer;
  font:inherit;
  font-size:13px;
  font-weight:800;
}
.psa-item__poster--inline:hover{border-color:var(--psa-copper);color:var(--psa-copper)}
.psa-feed--compact .psa-empty{border-radius:5px;box-shadow:none}

@media(max-width:760px){
  .psa-feed--compact{margin:0;padding:12px 0;overflow:visible}
  .psa-feed--compact .psa-feed__header h2{font-size:30px!important}
  .psa-feed--compact .psa-search{max-width:none}
  .psa-item--preview,.psa-item--preview:hover{transform:none}
  .psa-item__summary,
  .psa-item--has-image .psa-item__summary{
    grid-template-columns:96px minmax(0,1fr);
    min-height:116px;
  }
  .psa-item--preview:not(.psa-item--has-image) .psa-item__summary{grid-template-columns:minmax(0,1fr)}
  .psa-item__thumb,.psa-item__thumb img{
    min-height:116px;
    max-height:150px;
  }
  .psa-item__preview-content{padding:15px 14px}
  .psa-item--preview .psa-item__meta{gap:6px 8px;margin-bottom:5px;font-size:10.5px}
  .psa-item__title{margin-bottom:5px;font-size:18px;line-height:1.22}
  .psa-item__excerpt{font-size:13px;line-height:1.45;-webkit-line-clamp:2}
  .psa-item__toggle{
    grid-column:1/-1;
    min-width:0;
    justify-content:flex-end;
    padding:8px 13px;
    border-top:1px solid #edf0f2;
    border-left:0;
    font-size:11px;
  }
  .psa-item__expanded{padding:19px 16px 21px}
  .psa-item__full-text{font-size:15px;line-height:1.68}
  .psa-item__actions{display:grid;grid-template-columns:1fr}
  .psa-item__poster--inline,.psa-item__button{width:100%;margin-top:0}
}

@media(max-width:420px){
  .psa-item__summary,
  .psa-item--has-image .psa-item__summary{grid-template-columns:82px minmax(0,1fr)}
  .psa-item__thumb,.psa-item__thumb img{min-height:112px}
  .psa-item__preview-content{padding:13px 11px}
  .psa-item__title{font-size:17px}
}

/* =========================================================
   v2.5 — integrated cards, clean wrappers, full announcement
   ========================================================= */
.psa-feed--compact,
.psn-library{
  max-width:1120px!important;
  margin:0 auto!important;
  padding:0!important;
  background:transparent!important;
  border:0!important;
  border-radius:0!important;
  box-shadow:none!important;
  overflow:visible!important;
}
.psa-feed--compact::before,
.psn-library::before{display:none!important}
.psa-feed--compact .psa-feed__header,
.psn-library .psa-feed__header{margin:0 0 24px!important;padding:0!important;border:0!important}

.psa-item--preview{
  display:block!important;
  overflow:hidden;
  border:1px solid rgba(8,40,68,.13)!important;
  border-left:3px solid var(--psa-copper)!important;
  border-radius:7px!important;
  background:#fff!important;
  box-shadow:0 5px 18px rgba(8,40,68,.055)!important;
  transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease!important;
}
.psa-item--preview:hover{
  transform:translateY(-2px)!important;
  border-color:rgba(154,100,44,.32)!important;
  box-shadow:0 10px 25px rgba(8,40,68,.09)!important;
}
.psa-item__card-link{
  display:grid;
  grid-template-columns:minmax(150px,220px) minmax(0,1fr);
  min-height:155px;
  color:inherit!important;
  text-decoration:none!important;
}
.psa-item--preview:not(.psa-item--has-image) .psa-item__card-link{grid-template-columns:minmax(0,1fr)}
.psa-item__card-link:focus-visible{outline:3px solid rgba(154,100,44,.3);outline-offset:2px}
.psa-item__thumb{width:100%!important;height:100%!important;min-height:155px!important;border-radius:0!important;background:#eef2f4!important}
.psa-item__thumb img{display:block;width:100%!important;height:100%!important;min-height:155px!important;object-fit:cover!important}
.psa-item__preview-content{display:flex!important;flex-direction:column!important;justify-content:center!important;padding:22px 25px!important;min-width:0}
.psa-item__title{font-size:clamp(20px,2.1vw,27px)!important;line-height:1.2!important;margin:2px 0 8px!important;color:var(--psa-navy)!important;font-weight:800!important}
.psa-item__excerpt{display:-webkit-box!important;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;max-width:850px;color:var(--psa-text)!important;font-size:15px!important;line-height:1.55!important}
.psa-item__read-more{display:inline-flex;align-items:center;gap:7px;margin-top:11px;color:var(--psa-copper);font-size:13px;font-weight:800}

.psn-library .psn-grid{gap:20px}
.psn-library .psn-card{box-shadow:0 5px 18px rgba(8,40,68,.055);border-color:rgba(8,40,68,.13);border-radius:7px}
.psn-library .psn-card:hover{transform:translateY(-3px);box-shadow:0 10px 26px rgba(8,40,68,.09)}

.psa-single{--psa-navy:#082844;--psa-copper:#9a642c;--psa-text:#26394b;--psa-muted:#667788;--psa-line:#dfe6eb;width:100%;padding:55px 20px 75px;color:var(--psa-text);font-family:inherit}
.psa-single *{box-sizing:border-box}
.psa-single__article{max-width:940px;margin:0 auto}
.psa-single__back{display:inline-flex;margin:0 0 28px;color:var(--psa-copper)!important;font-size:14px;font-weight:800;text-decoration:none!important}
.psa-single__header{padding-bottom:22px;border-bottom:1px solid var(--psa-line)}
.psa-single__meta{display:flex;flex-wrap:wrap;align-items:center;gap:10px 14px;margin-bottom:11px;color:var(--psa-copper);font-size:13px;font-weight:800}
.psa-single__meta span{padding:5px 9px;border-radius:30px;background:rgba(154,100,44,.1);color:var(--psa-navy);font-size:11px;letter-spacing:.35px;text-transform:uppercase}
.psa-single h1{margin:0;color:var(--psa-navy)!important;font-size:clamp(34px,5vw,56px)!important;line-height:1.08!important;font-weight:800!important;hyphens:none!important;-webkit-hyphens:none!important;word-break:normal!important;overflow-wrap:normal!important}
.psa-single__poster{margin:30px 0 0;text-align:center}
.psa-single__poster img{display:block;max-width:100%;width:auto;height:auto;max-height:780px;margin:0 auto;object-fit:contain;border-radius:7px;box-shadow:0 10px 35px rgba(8,40,68,.1)}
.psa-single__content{margin-top:31px;font-size:17px;line-height:1.8;color:var(--psa-text)}
.psa-single__content p{margin:0 0 18px}
.psa-single__content img,.psa-single__content iframe,.psa-single__content video{max-width:100%;height:auto}
.psa-single__actions{margin-top:30px;padding-top:24px;border-top:1px solid var(--psa-line)}
.psa-single__button{display:inline-flex;align-items:center;gap:9px;padding:12px 18px;border-radius:5px;background:var(--psa-navy);color:#fff!important;font-size:14px;font-weight:800;text-decoration:none!important}
.psa-single__button:hover{background:var(--psa-copper);color:#fff!important}

@media(max-width:700px){
  .psa-feed--compact,.psn-library{padding:0!important}
  .psa-item__card-link{grid-template-columns:105px minmax(0,1fr);min-height:128px}
  .psa-item--preview:not(.psa-item--has-image) .psa-item__card-link{grid-template-columns:minmax(0,1fr)}
  .psa-item__thumb,.psa-item__thumb img{min-height:128px!important;height:100%!important}
  .psa-item__preview-content{padding:14px 14px!important}
  .psa-item__title{font-size:19px!important;line-height:1.22!important;margin-bottom:6px!important}
  .psa-item__excerpt{-webkit-line-clamp:2;font-size:13.5px!important;line-height:1.45!important}
  .psa-item__read-more{margin-top:8px;font-size:12px}
  .psa-item--preview .psa-item__meta{margin-bottom:5px!important;font-size:10.5px!important}
  .psn-library .psn-grid{gap:15px}
  .psa-single{padding:36px 15px 55px}
  .psa-single h1{font-size:clamp(29px,9vw,40px)!important}
  .psa-single__content{font-size:16px;line-height:1.72}
}
@media(max-width:430px){
  .psa-item__card-link{grid-template-columns:86px minmax(0,1fr);min-height:118px}
  .psa-item__thumb,.psa-item__thumb img{min-height:118px!important}
  .psa-item__preview-content{padding:12px!important}
  .psa-item__title{font-size:17px!important}
  .psa-item__excerpt{font-size:12.8px!important}
  .psa-item__read-more{font-size:11.5px}
}

/* v2.6 refined search + events */
.psa-feed--compact .psa-search{
  width:min(100%,390px)!important;
  margin:0 0 22px auto!important;
  padding:0!important;
  background:transparent!important;
  border:0!important;
  border-radius:0!important;
}
.psa-feed--compact .psa-search__box{
  min-height:44px!important;
  padding:0 15px!important;
  background:rgba(255,255,255,.86)!important;
  border:1px solid rgba(8,40,68,.18)!important;
  border-radius:999px!important;
  box-shadow:0 4px 14px rgba(8,40,68,.045)!important;
  transition:border-color .2s ease,box-shadow .2s ease,background .2s ease;
}
.psa-feed--compact .psa-search__box:focus-within{
  background:#fff!important;
  border-color:rgba(154,100,44,.72)!important;
  box-shadow:0 0 0 3px rgba(154,100,44,.10),0 6px 18px rgba(8,40,68,.07)!important;
}
.psa-feed--compact .psa-search__icon{color:#8b6339!important;opacity:.9}
.psa-feed--compact .psa-search__input{height:42px!important;font-size:14px!important}
.psa-feed--compact .psa-search__count{text-align:right;margin:6px 8px 0 0!important}

.pse-events{--psa-navy:#082844;--psa-copper:#9a642c;--psa-text:#26394b;--psa-muted:#667788;--psa-line:#dfe6eb;max-width:1120px;margin:0 auto;padding:0 20px;font-family:inherit;color:var(--psa-text)}
.pse-events,.pse-events *{box-sizing:border-box}
.pse-events__list{display:flex;flex-direction:column;gap:24px}
.pse-event-card{overflow:hidden;background:#fff;border:1px solid rgba(8,40,68,.13);border-radius:8px;box-shadow:0 6px 20px rgba(8,40,68,.06);transition:transform .22s ease,box-shadow .22s ease}
.pse-event-card:hover{transform:translateY(-3px);box-shadow:0 12px 30px rgba(8,40,68,.10)}
.pse-event-card__link{display:grid;grid-template-columns:minmax(280px,38%) 1fr;min-height:310px;color:inherit!important;text-decoration:none!important}
.pse-event-card--reverse .pse-event-card__media{order:2}
.pse-event-card--reverse .pse-event-card__content{order:1}
.pse-event-card__media{display:block;min-height:310px;overflow:hidden;background:#eef2f5}
.pse-event-card__media img{display:block;width:100%;height:100%;min-height:310px;max-height:390px;object-fit:cover;transition:transform .3s ease}
.pse-event-card:hover .pse-event-card__media img{transform:scale(1.025)}
.pse-event-card__placeholder{display:flex;align-items:center;justify-content:center;width:100%;height:100%;min-height:310px;background:linear-gradient(145deg,#082844,#174b70);color:#fff;font-weight:900;letter-spacing:1.4px}
.pse-event-card__content{display:flex;flex-direction:column;justify-content:center;padding:34px 38px}
.pse-event-card__meta{display:flex;flex-wrap:wrap;gap:8px 14px;margin-bottom:12px;color:var(--psa-copper);font-size:13px;font-weight:800}
.pse-event-card__title{display:block;margin-bottom:11px;color:var(--psa-navy);font-size:clamp(25px,3vw,35px);font-weight:850;line-height:1.15;hyphens:none!important;-webkit-hyphens:none!important;word-break:normal!important;overflow-wrap:normal!important}
.pse-event-card__location{display:block;margin-bottom:14px;color:var(--psa-navy);font-size:14px;font-weight:750}
.pse-event-card__summary{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:4;color:var(--psa-muted);font-size:15.5px;line-height:1.72}
.pse-event-card__more{display:inline-flex;align-items:center;gap:9px;margin-top:22px;color:var(--psa-navy);font-size:14px;font-weight:850}
.pse-event-card:hover .pse-event-card__more{color:var(--psa-copper)}
.pse-single__poster img{max-height:760px;object-fit:contain;background:#f4f6f7}

@media(max-width:760px){
  .psa-feed--compact .psa-search{width:100%!important;margin:0 0 18px!important}
  .psa-feed--compact .psa-search__count{text-align:left;margin-left:8px!important}
  .pse-events{padding:0 12px}
  .pse-events__list{gap:17px}
  .pse-event-card__link{grid-template-columns:1fr;min-height:0}
  .pse-event-card--reverse .pse-event-card__media,.pse-event-card--reverse .pse-event-card__content{order:initial}
  .pse-event-card__media,.pse-event-card__media img,.pse-event-card__placeholder{min-height:0;height:auto}
  .pse-event-card__media img{width:100%;height:auto;max-height:520px;object-fit:cover}
  .pse-event-card__placeholder{height:230px}
  .pse-event-card__content{padding:23px 21px 25px}
  .pse-event-card__title{font-size:25px}
  .pse-event-card__summary{-webkit-line-clamp:3;font-size:14.5px}
}
