@import url("/section-base.css");


.state-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1rem;margin:1.75rem 0 0.5rem;}
.state-stat{background:var(--cream);border-left:3px solid var(--gold);padding:0.95rem 1.1rem;border-radius:0 3px 3px 0;}
.state-stat-label{font-family:var(--mono);font-size:0.56rem;letter-spacing:0.14em;text-transform:uppercase;color:var(--slate);margin-bottom:0.35rem;}
.state-stat-value{font-family:var(--serif);font-size:1.25rem;font-weight:700;color:var(--navy);line-height:1.1;}
.state-stat-sub{font-size:0.78rem;color:var(--slate);margin-top:0.25rem;line-height:1.4;}

/* === STATE-PAGE PROSE TYPOGRAPHY (added by audit fix) === */
.narrow-content{max-width:760px;margin:0 auto;}
.narrow-content h2{font-family:'Libre Baskerville',serif;font-size:1.4rem;font-weight:700;color:#0B1D35;margin:2.5rem 0 0.85rem;line-height:1.25;padding-top:1.25rem;border-top:1px solid rgba(11,29,53,0.08);}
.narrow-content > h2:first-child,
.narrow-content h2:first-of-type{border-top:none;margin-top:0.5rem;padding-top:0;}
.narrow-content h3{font-family:'Libre Baskerville',serif;font-size:1.08rem;font-weight:700;color:#0B1D35;margin:1.5rem 0 0.5rem;}
.narrow-content p{font-family:'DM Sans',sans-serif;font-size:0.94rem;color:#3a4a5c;line-height:1.78;margin-bottom:1rem;}
.narrow-content strong{color:#0B1D35;font-weight:600;}
.narrow-content em{font-style:italic;color:#3a4a5c;}
.narrow-content a{color:#0B1D35;border-bottom:1px solid rgba(200,168,75,0.4);transition:color 0.15s;}
.narrow-content a:hover{color:#C8A84B;border-bottom-color:#C8A84B;}
.narrow-content ul,.narrow-content ol{margin:0.4rem 0 1.25rem;display:flex;flex-direction:column;gap:0.45rem;padding-left:0;list-style:none;}
.narrow-content ul li,.narrow-content ol li{font-family:'DM Sans',sans-serif;font-size:0.94rem;color:#3a4a5c;line-height:1.7;padding-left:1.25rem;position:relative;}
.narrow-content ul li::before{content:'';position:absolute;left:0.15rem;top:0.65rem;width:0.45rem;height:1px;background:#C8A84B;}
.narrow-content ol{counter-reset:item;}
.narrow-content ol li{counter-increment:item;}
.narrow-content ol li::before{content:counter(item)'.';position:absolute;left:0;color:#C8A84B;font-family:'DM Mono',monospace;font-size:0.82rem;font-weight:500;top:0.05rem;}
.narrow-content blockquote{border-left:3px solid #C8A84B;padding:0.5rem 0 0.5rem 1.25rem;margin:1.25rem 0;color:#3a4a5c;font-style:italic;}
.narrow-content .callout{background:#F5F0E8;border-left:3px solid #C8A84B;padding:1rem 1.25rem;border-radius:0 3px 3px 0;margin:1.25rem 0;}
.narrow-content .callout-label{font-family:'DM Mono',monospace;font-size:0.6rem;letter-spacing:0.12em;text-transform:uppercase;color:#C8A84B;margin-bottom:0.35rem;font-weight:500;}
.narrow-content .callout p{margin-bottom:0;font-size:0.9rem;}
.narrow-content table{width:100%;border-collapse:collapse;font-size:0.88rem;margin:1.25rem 0;}
.narrow-content table th{background:#F5F0E8;padding:0.6rem 0.85rem;border-bottom:2px solid rgba(11,29,53,0.15);text-align:left;font-family:'DM Mono',monospace;font-size:0.65rem;color:#5C6B80;text-transform:uppercase;letter-spacing:0.08em;}
.narrow-content table td{padding:0.55rem 0.85rem;border-bottom:1px solid rgba(11,29,53,0.06);color:#3a4a5c;}
/* === end prose typography === */


/* === STATE-PAGE SIDEBAR LAYOUT (added by audit fix) === */
.state-content-wrap{display:grid;grid-template-columns:1fr 280px;gap:3rem;align-items:start;padding:2rem 0 5rem;max-width:1140px;margin:0 auto;}
.state-content-wrap .content-main{min-width:0;max-width:none;}
.state-content-wrap .sidebar{position:sticky;top:84px;display:flex;flex-direction:column;gap:1rem;}
.sidebar-card{background:#F5F0E8;border:1px solid rgba(11,29,53,0.08);border-radius:3px;padding:1.25rem 1.4rem;}
.sidebar-card.dark{background:#0B1D35;border-color:rgba(200,168,75,0.2);color:rgba(255,255,255,0.85);}
.sidebar-label{font-family:'DM Mono',monospace;font-size:0.58rem;letter-spacing:0.12em;text-transform:uppercase;color:#8899AA;margin-bottom:0.75rem;font-weight:500;}
.sidebar-card.dark .sidebar-label{color:rgba(255,255,255,0.4);}
.sidebar-card h3{font-family:'Libre Baskerville',serif;font-size:1rem;color:#0B1D35;margin:0 0 0.5rem;font-weight:700;line-height:1.25;}
.sidebar-card.dark h4{color:#fff;}
.sidebar-card p{font-size:0.78rem;color:#5C6B80;line-height:1.55;margin:0 0 0.5rem;}
.sidebar-card.dark p{color:rgba(255,255,255,0.7);}
.sidebar-card p:last-child{margin-bottom:0;}
.toc-link{display:flex;align-items:flex-start;gap:0.5rem;font-size:0.78rem;color:#5C6B80;padding:0.4rem 0;border-bottom:1px solid rgba(11,29,53,0.06);transition:color 0.15s;line-height:1.4;text-decoration:none;}
.toc-link:last-of-type{border-bottom:none;}
.toc-link:hover{color:#0B1D35;}
.toc-arrow{color:#C8A84B;font-size:0.7rem;flex-shrink:0;margin-top:1px;}
.sidebar-card .btn-gold,.sidebar-card .btn-outline-light{display:inline-block;padding:0.55rem 1rem;font-size:0.78rem;border-radius:3px;text-decoration:none;font-weight:500;font-family:'DM Sans',sans-serif;margin-top:0.5rem;}
.sidebar-card .btn-gold{background:#C8A84B;color:#0B1D35;border:1px solid #C8A84B;}
.sidebar-card .btn-outline-light{background:transparent;color:#fff;border:1px solid rgba(200,168,75,0.5);}
.sidebar-card .btn-outline-light:hover{background:rgba(200,168,75,0.1);}
.status-badge{display:inline-block;font-family:'DM Mono',monospace;font-size:0.56rem;letter-spacing:0.08em;text-transform:uppercase;background:rgba(39,80,10,0.1);color:#27500A;padding:0.18rem 0.55rem;border-radius:2px;margin-bottom:0.65rem;font-weight:500;}
.sidebar-related a{display:block;font-size:0.78rem;color:#0B1D35;padding:0.4rem 0;border-bottom:1px solid rgba(11,29,53,0.06);text-decoration:none;line-height:1.4;transition:color 0.15s;}
.sidebar-related a:last-child{border-bottom:none;}
.sidebar-related a:hover{color:#C8A84B;}
.sidebar-related .related-eyebrow{font-family:'DM Mono',monospace;font-size:0.55rem;letter-spacing:0.08em;color:#C8A84B;text-transform:uppercase;display:block;margin-bottom:0.15rem;font-weight:500;}
@media (max-width:960px){.state-content-wrap{grid-template-columns:1fr;gap:1.5rem;}.state-content-wrap .sidebar{position:static;}}
/* Also style prose inside content-main same as we did for narrow-content */
.content-main.prose{max-width:none;}
.content-main.prose h2{font-family:'Libre Baskerville',serif;font-size:1.4rem;font-weight:700;color:#0B1D35;margin:2.5rem 0 0.85rem;line-height:1.25;padding-top:1.25rem;border-top:1px solid rgba(11,29,53,0.08);scroll-margin-top:88px;}
.content-main.prose > h2:first-child,.content-main.prose h2:first-of-type{border-top:none;margin-top:0.5rem;padding-top:0;}
.content-main.prose h3{font-family:'Libre Baskerville',serif;font-size:1.08rem;font-weight:700;color:#0B1D35;margin:1.5rem 0 0.5rem;}
.content-main.prose p{font-family:'DM Sans',sans-serif;font-size:0.94rem;color:#3a4a5c;line-height:1.78;margin-bottom:1rem;}
.content-main.prose strong{color:#0B1D35;font-weight:600;}
.content-main.prose em{font-style:italic;color:#3a4a5c;}
.content-main.prose a{color:#0B1D35;border-bottom:1px solid rgba(200,168,75,0.4);transition:color 0.15s;text-decoration:none;}
.content-main.prose a:hover{color:#C8A84B;border-bottom-color:#C8A84B;}
.content-main.prose ul,.content-main.prose ol{margin:0.4rem 0 1.25rem;display:flex;flex-direction:column;gap:0.45rem;padding-left:0;list-style:none;}
.content-main.prose ul li,.content-main.prose ol li{font-family:'DM Sans',sans-serif;font-size:0.94rem;color:#3a4a5c;line-height:1.7;padding-left:1.25rem;position:relative;}
.content-main.prose ul li::before{content:'';position:absolute;left:0.15rem;top:0.65rem;width:0.45rem;height:1px;background:#C8A84B;}
.content-main.prose .callout{background:#F5F0E8;border-left:3px solid #C8A84B;padding:1rem 1.25rem;border-radius:0 3px 3px 0;margin:1.25rem 0;}
.content-main.prose .callout-label{font-family:'DM Mono',monospace;font-size:0.6rem;letter-spacing:0.12em;text-transform:uppercase;color:#C8A84B;margin-bottom:0.35rem;font-weight:500;}
.content-main.prose .callout p{margin-bottom:0;font-size:0.9rem;}
/* === end sidebar layout === */


/* === STATE-PAGE PROGRAM DIRECTORY (NJ prototype) === */
.agency-section{margin:2.5rem 0;padding-top:1.5rem;border-top:2px solid rgba(11,29,53,0.08);}
.agency-section:first-of-type{border-top:none;padding-top:0;}
.agency-header{margin-bottom:1.25rem;}
.agency-name{font-family:'Libre Baskerville',serif;font-size:1.5rem;color:#0B1D35;margin:0 0 0.35rem;font-weight:700;line-height:1.2;border-top:none!important;padding-top:0!important;}
.agency-eyebrow{font-family:'DM Mono',monospace;font-size:0.62rem;letter-spacing:0.12em;color:#C8A84B;text-transform:uppercase;margin-bottom:0.5rem;font-weight:500;}
.agency-intro{font-size:0.95rem;color:#3a4a5c;line-height:1.7;margin-bottom:1.25rem;}
.program-entry{background:#fff;border:1px solid rgba(11,29,53,0.08);border-left:3px solid #C8A84B;border-radius:0 3px 3px 0;padding:1.1rem 1.35rem;margin-bottom:0.85rem;transition:box-shadow 0.15s;}
.program-entry:hover{box-shadow:0 4px 12px rgba(11,29,53,0.06);}
.program-entry h3{font-family:'Libre Baskerville',serif;font-size:1.02rem;color:#0B1D35;margin:0 0 0.2rem;font-weight:700;line-height:1.3;border-top:none!important;padding-top:0!important;}
.program-entry .program-tag{font-family:'DM Mono',monospace;font-size:0.58rem;letter-spacing:0.1em;color:#5C6B80;text-transform:uppercase;margin-bottom:0.55rem;display:block;font-weight:500;}
.program-entry p{font-size:0.88rem;color:#3a4a5c;line-height:1.65;margin:0.35rem 0 0.75rem!important;}
.program-meta{display:flex;flex-wrap:wrap;gap:0.4rem 1.1rem;font-family:'DM Mono',monospace;font-size:0.68rem;color:#5C6B80;letter-spacing:0.02em;align-items:center;margin-top:0.55rem;}
.program-meta .program-link{color:#0B1D35;border-bottom:1px solid #C8A84B;text-decoration:none;font-weight:500;transition:color 0.15s;margin-left:auto;font-size:0.72rem;}
.program-meta .program-link:hover{color:#C8A84B;}
.program-meta .coming-soon{font-family:'DM Mono',monospace;font-size:0.58rem;letter-spacing:0.1em;color:#8B6E1A;background:rgba(200,168,75,0.12);padding:0.18rem 0.5rem;border-radius:2px;text-transform:uppercase;}
/* === end program directory === */

