
/* V123 — Resources directory/blog system */
.resources-page-v123{background:#f4f4f2;color:#25272a}
.resources-page-v123 .page-hero{padding:30px 0 25px!important;background:#fff!important;border-bottom:1px solid #e2e2df}
.resources-page-v123 .page-hero h1{margin:2px 0 9px!important;font:650 clamp(2rem,2.5vw,2.5rem)/1.07 Inter,"Segoe UI",Arial,sans-serif!important;letter-spacing:-.035em;color:#242629!important}
.resources-page-v123 .page-hero p{max-width:900px;margin:0;color:#626568;font-size:1rem;line-height:1.5}
.resources-page-v123 .resource-section{padding:24px 0 44px}
.resource-page-grid-v123{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}
.resource-card-v123{display:flex;flex-direction:column;min-height:188px;padding:18px 18px 17px;border:1px solid #d9d9d7;background:#fff;text-decoration:none;color:#25272a;transition:.16s ease}
.resource-card-v123:hover{transform:translateY(-2px);box-shadow:0 10px 25px rgba(0,0,0,.06);border-color:#c6c6c3}
.resource-card-v123>span{font-size:.68rem;font-weight:850;letter-spacing:.08em;text-transform:uppercase;color:#b51f27}
.resource-card-v123 h2{font:650 1.18rem/1.18 Inter,"Segoe UI",Arial,sans-serif!important;margin:7px 0 7px;color:#25272a!important}
.resource-card-v123 p{margin:0 0 12px;color:#626568;line-height:1.42;font-size:.9rem;flex:1}
.resource-card-v123 b{font-size:.78rem;color:#b51f27}
.resources-section-nav a[aria-current="page"]{background:#c3c6c8;color:#25282b;border-bottom:3px solid #d22630}
.resource-directory-head{display:flex;justify-content:space-between;gap:24px;align-items:end;margin-bottom:18px}
.resource-directory-head h2{font:650 clamp(1.4rem,2vw,1.9rem)/1.12 Inter,"Segoe UI",Arial,sans-serif!important;color:#25272a!important;margin:4px 0}
.resource-directory-head p{margin:0;color:#6d7073;max-width:700px}
.resource-professional-grid,.resource-post-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
.resource-professional,.resource-post{background:#fff;border:1px solid #d9d9d7;padding:20px;min-height:180px}
.resource-professional h3,.resource-post h3{font:650 1.14rem/1.25 Inter,"Segoe UI",Arial,sans-serif!important;color:#25272a!important;margin:5px 0 8px}
.resource-professional .resource-role,.resource-post .resource-byline{color:#73767a;font-size:.8rem;margin-bottom:10px}
.resource-professional p,.resource-post p{color:#5c6064;line-height:1.5;margin:8px 0;font-size:.9rem}
.resource-contact{display:flex;flex-wrap:wrap;gap:8px 13px;margin-top:13px;font-size:.8rem;font-weight:700}.resource-contact a{color:#b51f27}
.resource-post a.resource-read{display:inline-block;margin-top:8px;color:#b51f27;font-size:.8rem;font-weight:800}
.resource-empty{grid-column:1/-1;padding:26px;background:#fff;border:1px solid #d9d9d7;color:#666}
.resource-loading{color:#696c70}
@media(max-width:1200px){.resources-section-nav{overflow-x:auto;-webkit-overflow-scrolling:touch}.resources-section-nav .container{width:max-content;min-width:100%;justify-content:flex-start}.resources-section-nav a{padding-inline:16px;font-size:.68rem}.resource-page-grid-v123{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:900px){.resource-page-grid-v123{grid-template-columns:repeat(2,minmax(0,1fr))}.resource-professional-grid,.resource-post-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:620px){.resources-page-v123 .page-hero{padding:24px 0 21px!important}.resources-page-v123 .resource-section{padding:18px 0 34px}.resource-page-grid-v123,.resource-professional-grid,.resource-post-grid{grid-template-columns:1fr}.resource-card-v123{min-height:0}.resource-directory-head{display:block}.resource-directory-head p{margin-top:6px}}

/* V123 blog archive controls — compact mobile-first layout */
.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
.resource-blog-controls{max-width:760px;margin:0 auto 26px}
.resource-blog-filter-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.resource-blog-select{position:relative;display:block}
.resource-blog-select select{appearance:none;-webkit-appearance:none;width:100%;height:56px;padding:0 54px 0 18px;border:1px solid #9a9b9d;border-radius:3px;background:#fff;color:#202d4a;font:700 1rem/1 Inter,"Segoe UI",Arial,sans-serif;letter-spacing:.01em;cursor:pointer}
.resource-blog-select:after{content:"";position:absolute;right:19px;top:23px;border-left:6px solid transparent;border-right:6px solid transparent;border-top:7px solid #202d4a;pointer-events:none}
.resource-audience-filters{display:flex;flex-wrap:wrap;justify-content:center;gap:7px;margin-top:12px}
.resource-audience-filters button{border:1px solid #c8c9cb;background:#fff;color:#4b4e53;border-radius:999px;padding:8px 13px;font:700 .73rem/1 Inter,"Segoe UI",Arial,sans-serif;cursor:pointer}
.resource-audience-filters button.is-active{border-color:#b51f27;color:#b51f27;background:#fff}
.resource-audience-filters.has-no-tags{display:none}
.resource-post-tags{display:flex;flex-wrap:wrap;gap:6px;margin:8px 0 9px}
.resource-post-tags span{display:inline-block;padding:5px 8px;border-radius:999px;background:#f1f1ef;color:#4c5054;font-size:.67rem;font-weight:750;line-height:1}
.resource-older-wrap{text-align:center;margin-top:24px}
.resource-older{min-width:310px;max-width:100%;border:1px solid #8d8f92;border-radius:999px;background:#fff;color:#777b7f;padding:15px 26px;font:650 .94rem/1 Inter,"Segoe UI",Arial,sans-serif;cursor:pointer}
.resource-older:hover{border-color:#b51f27;color:#b51f27}
@media(max-width:620px){
  .resource-blog-controls{margin:0 0 22px}
  .resource-blog-filter-row{grid-template-columns:1fr;gap:12px}
  .resource-blog-select select{height:55px;font-size:1rem;padding-left:16px}
  .resource-audience-filters{justify-content:flex-start;gap:6px;margin-top:11px}
  .resource-audience-filters button{font-size:.7rem;padding:8px 11px}
  .resource-directory-head{margin-bottom:13px}
  .resource-professional,.resource-post{padding:17px;min-height:0}
  .resource-professional h3,.resource-post h3{font-size:1.06rem;line-height:1.24}
  .resource-professional p,.resource-post p{font-size:.9rem;line-height:1.48}
  .resource-older{min-width:0;width:100%;font-size:.94rem;padding:15px 20px}
}
