body.bulletins-page{background:var(--cream);color:var(--ink)}
body.bulletins-page .bulletins-site-header{position:relative;background:linear-gradient(135deg,var(--deepest),var(--deep));padding:20px 0;box-shadow:none}
.bulletins-header-inner{max-width:var(--maxw);margin:0 auto;padding:0 28px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.bulletins-brand{display:flex;align-items:center;gap:14px;color:#fff}
.bulletins-brand img{width:50px;height:50px;border-radius:12px;background:#fff}
.bulletins-brand-name{display:flex;flex-direction:column;font-size:19px;font-weight:700;line-height:1.05}
.bulletins-brand-name small{margin-top:5px;color:#b9dfe4;font-size:9px;font-weight:500;letter-spacing:.34em}
.bulletins-home-link{color:#fff;text-decoration:underline;text-underline-offset:4px;font-size:14px;font-weight:600}
.bulletins-home-link:hover{color:#FFD9A8}
.bulletins-main{min-height:70vh}
.bulletins-hero{background:#fff;padding:clamp(56px,8vw,90px) 0}
.bulletins-hero-grid{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(280px,.85fr);gap:52px;align-items:center}
.bulletins-hero h1{font-size:clamp(36px,5.5vw,64px);margin:10px 0 18px}
.bulletins-hero .lead{max-width:670px}
.bulletin-current{position:relative;overflow:hidden;background:linear-gradient(145deg,var(--deepest),var(--deep));color:#fff;border-radius:24px;padding:34px;box-shadow:var(--shadow)}
.bulletin-current::before{content:"";position:absolute;inset:auto -65px -80px auto;width:210px;height:210px;border-radius:50%;background:rgba(233,151,63,.18)}
.bulletin-current>*{position:relative;z-index:1}
.bulletin-current-label{font-size:11px;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:#FFD9A8}
.bulletin-current h2{color:#fff;font-size:clamp(24px,3vw,34px);margin:10px 0 7px}
.bulletin-current-date{font-size:14px;font-weight:600;color:#b9dfe4}
.bulletin-current-meta{margin-top:16px;font-size:14px;color:#e4f1f3}
.bulletin-current-file{margin-top:6px;font-size:12px;color:#a9cbd0}
.bulletin-current-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:24px}
.bulletin-current .btn{font-size:13px;padding:10px 18px}
.bulletin-current .btn-white{color:var(--deepest)}
.bulletin-current .btn-ghost{color:#fff}
.bulletin-archive{padding:clamp(60px,8vw,96px) 0}
.bulletin-archive-head{max-width:760px;margin-bottom:36px}
.bulletin-archive-head h2{font-size:clamp(30px,4vw,44px);margin:9px 0 14px}
.bulletin-archive-note{margin-top:15px;padding:13px 16px;background:#fff;border-left:3px solid var(--amber);border-radius:0 10px 10px 0;font-size:13px;color:var(--body)}
.bulletin-year{font-size:18px;color:var(--teal);margin:36px 0 14px}
.bulletin-archive-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}
.bulletin-card{background:#fff;border:1px solid var(--line);border-radius:18px;padding:26px;box-shadow:var(--shadow-sm);min-width:0}
.bulletin-card h3{font-size:20px;display:flex;align-items:center;gap:8px;flex-wrap:wrap}
.bulletin-card-title{text-decoration:underline;text-decoration-color:transparent;text-underline-offset:3px}
.bulletin-card-title:hover{text-decoration-color:var(--teal);color:var(--teal)}
.bulletin-current-badge{display:inline-flex;align-items:center;border-radius:999px;background:var(--tint);color:var(--teal);padding:4px 9px;font-size:9px;font-weight:700;letter-spacing:.12em;text-transform:uppercase}
.bulletin-card-date{margin-top:8px;font-size:13px;font-weight:600;color:var(--ember)}
.bulletin-card-meta{margin-top:13px;font-size:14px;color:var(--body)}
.bulletin-card-file{margin-top:6px;font-size:12px;color:var(--mute)}
.bulletin-card-actions{display:flex;gap:18px;margin-top:18px;flex-wrap:wrap}
.bulletin-text-link{color:var(--teal);font-size:13px;font-weight:700;text-decoration:underline;text-underline-offset:3px}
.bulletin-text-link:hover{color:var(--deepest)}
.bulletins-footer{padding:38px 0 28px}
.bulletins-footer-inner{display:flex;align-items:flex-start;justify-content:space-between;gap:32px;font-size:13px}
.bulletins-footer p{max-width:none;color:#b9d0d4}
.bulletins-footer a{text-decoration:underline;text-underline-offset:3px}
.bulletins-footer a:hover{color:#fff}
@media(max-width:800px){
  .bulletins-hero-grid{grid-template-columns:1fr;gap:36px}
  .bulletin-archive-grid{grid-template-columns:1fr}
}
@media(max-width:560px){
  .bulletins-header-inner{padding:0 20px}
  .bulletins-brand img{width:42px;height:42px}
  .bulletins-brand-name{font-size:15px}
  .bulletins-brand-name small{font-size:7.5px;letter-spacing:.25em}
  .bulletins-home-link{font-size:12px}
  .bulletin-current{padding:26px 22px;border-radius:20px}
  .bulletin-current-actions .btn{width:100%;justify-content:center}
  .bulletins-footer-inner{flex-direction:column;gap:14px}
}
@media print{
  .bulletins-site-header,.bulletins-footer,.bulletin-current-actions,.bulletin-card-actions{display:none}
  .bulletins-hero,.bulletin-archive{padding:24px 0}
  .bulletin-current{background:#fff!important;color:#000;border:1px solid #999;box-shadow:none}
  .bulletin-current h2,.bulletin-current p,.bulletin-current span{color:#000!important}
  .bulletin-card{box-shadow:none;break-inside:avoid}
}
