:root{
  --wine:#760037;--wine-dark:#4b0025;--wine-soft:#f5e8ee;
  --gold:#d1a447;--gold-dark:#9b7122;--gold-soft:#f7f1e5;
  --teal:#00685a;--teal-dark:#004c42;--teal-soft:#e7f2ef;
  --ink:#261f22;--muted:#686467;--line:#e5dedf;--line-strong:#d5cacc;
  --surface:#fff;--background:#faf9f7;--max:1180px;
  --shadow-sm:0 8px 24px rgba(55,18,36,.06);--shadow-md:0 20px 55px rgba(55,18,36,.11);
  --serif:Iowan Old Style,Palatino Linotype,Book Antiqua,Georgia,serif;
  --sans:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif
}
*{box-sizing:border-box}
html{overflow-x:clip;scroll-behavior:smooth;color-scheme:light;font-size:100%}
html[data-text-size="small"]{font-size:95%}
html[data-text-size="normal"]{font-size:100%}
html[data-text-size="large"]{font-size:110%}
html[data-text-size="x-large"]{font-size:120%}
body{overflow-x:clip;margin:0;color:var(--ink);background:var(--background);font-family:var(--sans);font-size:1rem;line-height:1.68;-webkit-font-smoothing:antialiased}
body::before{content:"";display:block;height:4px;background:linear-gradient(90deg,var(--wine) 0 52%,var(--gold) 52% 66%,var(--teal) 66%)}
a{color:var(--teal-dark);text-underline-offset:3px}
a:hover{color:var(--wine)}
img{display:block;max-width:100%;height:auto}
button,input{font:inherit}
.wrap{width:min(calc(100% - 40px),var(--max));margin-inline:auto}
.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}
.skip-link{position:fixed;left:18px;top:-80px;z-index:100;padding:11px 16px;border-radius:0 0 8px 8px;background:var(--wine);color:#fff;font-weight:800;text-decoration:none}.skip-link:focus{top:0}
:focus-visible{outline:3px solid rgba(209,164,71,.75);outline-offset:3px}

.notice{border-bottom:1px solid #dfd2bd;background:linear-gradient(90deg,#fbf8f2,#f5eee2);color:#4b3b25;font-size:0.8125rem}
.notice-inner{display:grid;min-height:50px;grid-template-columns:1fr auto 1fr;align-items:center;gap:28px}
.topbar-brand{display:grid;width:30px;height:30px;place-items:center;justify-self:start;text-decoration:none}.topbar-brand img{width:24px;height:24px;transition:transform .2s ease}.topbar-brand:hover img{transform:translateY(-1px)}
.topbar-note{display:inline-flex;align-items:center;gap:9px;color:var(--wine-dark);font-size:.75rem;font-weight:850;letter-spacing:.15px;text-align:center;text-decoration:none}.topbar-note span{color:var(--gold-dark);font-size:1rem;transition:transform .2s ease}.topbar-note:hover{color:var(--teal)}.topbar-note:hover span{transform:translateX(3px)}
.topbar-controls{display:flex;align-items:center;justify-self:end;gap:14px;padding-left:14px;border-left:1px solid #d8cbb5}.text-size-controls{display:inline-flex;min-height:38px;align-items:center;background:transparent}.text-size-button{display:grid;min-width:38px;min-height:38px;place-items:center;padding:4px 8px;border:0;background:transparent;color:var(--wine-dark);font-size:.75rem;font-weight:850;cursor:pointer}.text-size-button:hover{background:rgba(118,0,55,.07);color:var(--wine)}.text-size-button:disabled{cursor:not-allowed;opacity:.38}.text-size-reset{min-width:52px;border-inline:1px solid #d8cbb5}.text-size-value{font-variant-numeric:tabular-nums}.theme-toggle{display:inline-flex;min-height:38px;align-items:center;gap:8px;padding:5px 4px 5px 15px;border:0;border-left:1px solid #d8cbb5;background:transparent;color:var(--wine-dark);font-size:.75rem;font-weight:800;cursor:pointer}.theme-toggle:hover{color:var(--teal)}.theme-icon{display:grid;width:20px;height:20px;place-items:center;color:var(--wine);font-size:1.0625rem;line-height:1}
.site-header{position:sticky;z-index:20;top:0;border-bottom:1px solid rgba(118,0,55,.1);background:rgba(255,255,255,.96);box-shadow:0 5px 20px rgba(55,18,36,.035);backdrop-filter:blur(12px)}
.header-inner{display:grid;min-height:88px;grid-template-columns:auto minmax(220px,300px) auto;align-items:center;justify-content:space-between;gap:16px}
.brand{flex:0 0 auto;text-decoration:none}.brand img{width:230px;height:auto}.logo-dark{display:none}
.site-search{display:grid;width:100%;min-width:0;grid-template-columns:minmax(0,1fr) 44px;border:1px solid var(--line-strong);background:var(--background)}.site-search input{width:100%;min-width:0;min-height:44px;padding:9px 13px;border:0;background:transparent;color:var(--ink);font-size:0.8125rem;outline:0}.site-search input::placeholder{color:#766d71}.site-search:focus-within{border-color:var(--teal);box-shadow:0 0 0 3px rgba(0,104,90,.1)}.site-search button{display:grid;min-width:44px;place-items:center;padding:0;border:0;border-left:1px solid var(--line-strong);background:var(--wine);color:#fff;line-height:1;cursor:pointer}.site-search button svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round}.site-search button:hover{background:var(--wine-dark)}.menu-search{display:none}
.nav{display:flex;align-items:center;justify-self:end;gap:0}.nav a{position:relative;padding:12px 10px;border-radius:9px;color:#42393d;font-size:0.875rem;font-weight:750;text-decoration:none;transition:.2s ease}.nav a:hover{color:var(--wine);background:var(--wine-soft)}.nav a.active{color:var(--wine);background:var(--wine-soft)}.nav a.active::after{content:"";position:absolute;right:10px;bottom:5px;left:10px;height:2px;border-radius:2px;background:var(--gold)}
.menu-button{display:none;width:44px;height:42px;border:1px solid var(--line-strong);border-radius:10px;background:#fff;color:var(--wine);font-size:1.3125rem;cursor:pointer}

.site-main{padding-block:48px 88px}
h1,h2,h3{color:var(--wine-dark);font-family:var(--serif);font-weight:700;text-wrap:balance}
h1,h2,h3,.module-card,.municipality-directory a>span,.municipality-hero>*,.municipality-category-heading>*{min-width:0}
.module-card h2,.module-card h3,.municipality-directory strong{overflow-wrap:anywhere}
h1{margin:12px 0 22px;font-size:clamp(2.5rem,5vw,4.125rem);line-height:1.02;letter-spacing:-2.1px}
h2{margin:52px 0 18px;font-size:clamp(1.8125rem,3.3vw,2.5rem);line-height:1.14;letter-spacing:-1px}
h3{font-size:1.375rem}
p{margin:0 0 18px}
.lead{max-width:780px;color:#51494d;font-size:1.25rem;line-height:1.6}
.eyebrow{display:inline-flex;align-items:center;gap:8px;color:var(--teal);font-size:0.75rem;font-weight:850;letter-spacing:1.6px;text-transform:uppercase}.eyebrow i{display:inline-block;width:22px;height:2px;background:var(--gold)}
.breadcrumbs{margin-bottom:28px;color:#80777b;font-size:0.8125rem;font-weight:650}.breadcrumbs a{color:#675d61;text-decoration:none}.breadcrumbs a:hover{text-decoration:underline}
.article{max-width:960px;margin-inline:auto}.article>h1{font-size:clamp(2.4375rem,5vw,3.625rem)}.article>ul,.article>ol{padding-left:24px}.article li{margin-bottom:9px}

.hero{position:relative;display:grid;grid-template-columns:minmax(0,1.12fr) minmax(370px,.78fr);gap:70px;align-items:center;margin-top:-48px;padding:92px 0 86px}
.hero::before{content:"";position:absolute;z-index:-2;top:0;right:calc(50% - 50vw);bottom:0;left:calc(50% - 50vw);background:radial-gradient(ellipse at 12% 8%,rgba(209,164,71,.12),transparent 34%),radial-gradient(ellipse at 92% 80%,rgba(0,104,90,.09),transparent 35%),linear-gradient(120deg,#fff 0%,#fbf8f5 60%,#f6f2ef 100%)}
.hero::after{content:"";position:absolute;z-index:-1;right:calc(50% - 50vw);bottom:0;width:52vw;height:100%;opacity:.42;background:radial-gradient(ellipse at 100% 0,transparent 0 41%,rgba(118,0,55,.08) 41.5% 42.5%,transparent 43% 54%,rgba(209,164,71,.11) 54.5% 55.5%,transparent 56%),radial-gradient(ellipse at 92% 100%,transparent 0 38%,rgba(0,104,90,.1) 38.5% 39.5%,transparent 40%)}
.hero-copy .lead{max-width:680px;font-size:1.3125rem}.hero-copy h1{max-width:760px}
.actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:30px}
.button{display:inline-flex;min-height:48px;align-items:center;justify-content:center;gap:12px;padding:11px 20px;border:1px solid var(--line-strong);border-radius:10px;background:#fff;color:var(--wine);font-size:0.875rem;font-weight:800;text-decoration:none;box-shadow:0 3px 8px rgba(55,18,36,.035);transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.button:hover{transform:translateY(-2px);color:var(--wine);box-shadow:var(--shadow-sm)}.button.primary{border-color:var(--wine);background:var(--wine);color:#fff}.button.primary:hover{background:var(--wine-dark);color:#fff}.button.secondary{border-color:rgba(118,0,55,.25);background:#fff}
.hero-note{display:flex;align-items:center;gap:8px;margin-top:20px;color:var(--muted);font-size:0.8125rem;font-weight:650}.hero-note span{display:grid;width:20px;height:20px;place-items:center;border-radius:50%;background:var(--teal-soft);color:var(--teal);font-weight:900}
.hero-card{position:relative;overflow:hidden;border:1px solid rgba(118,0,55,.14);border-radius:24px;background:#fff;box-shadow:var(--shadow-md)}
.credential-visual{position:relative;height:215px;overflow:hidden;padding:26px;background:linear-gradient(145deg,var(--wine-dark),var(--wine) 58%,#920d4d);color:#fff}
.credential-visual::after{content:"";position:absolute;right:-50px;bottom:-70px;width:260px;height:260px;border:1px solid rgba(255,255,255,.17);border-radius:50%;box-shadow:0 0 0 32px rgba(255,255,255,.045),0 0 0 70px rgba(255,255,255,.035)}
.credential-label{position:relative;z-index:1;font-size:0.6875rem;font-weight:850;letter-spacing:1.6px}.credential-mark{position:absolute;z-index:1;top:66px;left:28px;color:var(--gold);font-family:var(--serif);font-size:4.0625rem;font-weight:700;line-height:1}.credential-lines{position:absolute;top:90px;right:29px;width:100px;height:7px;border-radius:8px;background:rgba(255,255,255,.65);box-shadow:0 18px 0 rgba(255,255,255,.38),0 36px 0 rgba(255,255,255,.24)}.credential-chip{position:absolute;right:30px;bottom:25px;width:37px;height:27px;border:1px solid rgba(75,0,37,.25);border-radius:5px;background:linear-gradient(135deg,#e4bd69,#b8892b)}
.hero-card-content{padding:26px 28px 25px}.card-kicker{display:block;margin-bottom:5px;color:var(--gold-dark);font-size:0.6875rem;font-weight:850;letter-spacing:1.3px;text-transform:uppercase}.hero-card-content>strong{display:block;color:var(--wine-dark);font-family:var(--serif);font-size:1.5rem}.check-list{margin:15px 0 0;padding:0;list-style:none}.check-list li{position:relative;margin:8px 0;padding-left:26px;color:#5d5559;font-size:0.875rem}.check-list li::before{content:"✓";position:absolute;left:0;color:var(--teal);font-weight:900}

.stats{display:grid;grid-template-columns:repeat(3,1fr);margin:0 0 88px;border:1px solid var(--line);border-radius:16px;background:#fff;box-shadow:var(--shadow-sm)}.stats div{display:flex;min-height:110px;flex-direction:column;justify-content:center;padding:23px 32px}.stats div+div{border-left:1px solid var(--line)}.stats strong{color:var(--wine);font-family:var(--serif);font-size:2.125rem;line-height:1.1}.stats span{color:var(--muted);font-size:0.8125rem;font-weight:650}
.section-block{margin:88px 0}.section-block:first-of-type{margin-top:0}.section-tinted{position:relative;padding:62px 0}.section-tinted::before{content:"";position:absolute;z-index:-1;inset:0 calc(50% - 50vw);border-block:1px solid #e8dfd5;background:linear-gradient(135deg,#f8f1eb,#fbfaf8 55%,#eef5f3)}
.section-heading{display:flex;align-items:end;justify-content:space-between;gap:35px;margin-bottom:30px}.section-heading h2{margin:7px 0 0}.section-heading>p{max-width:400px;margin:0;color:var(--muted)}.text-link{flex:0 0 auto;color:var(--wine);font-size:0.875rem;font-weight:850;text-decoration:none}.text-link span{color:var(--gold-dark)}

.cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.card{position:relative;display:flex;min-height:180px;flex-direction:column;gap:8px;padding:26px;border:1px solid var(--line);border-radius:16px;background:#fff;color:var(--ink);text-decoration:none;box-shadow:0 4px 14px rgba(55,18,36,.025);transition:border-color .2s ease,transform .2s ease,box-shadow .2s ease}.card:hover{transform:translateY(-4px);border-color:rgba(118,0,55,.28);color:var(--ink);box-shadow:var(--shadow-md)}.card strong{color:var(--wine-dark);font-family:var(--serif);font-size:1.4375rem;line-height:1.22}.card>span:not(.card-number):not(.category-icon){color:var(--muted);font-size:0.875rem}.card small{margin-top:auto;color:var(--teal);font-size:0.75rem;font-weight:800}.card b{display:flex;align-items:center;gap:8px;margin-top:auto;color:var(--wine);font-size:0.8125rem}.card b i{color:var(--gold-dark);font-style:normal;transition:transform .2s}.card:hover b i{transform:translateX(4px)}.card-number{display:grid;width:43px;height:43px;place-items:center;margin-bottom:14px;border-radius:12px;background:var(--wine-soft);color:var(--wine);font-family:var(--serif);font-size:1.0625rem;font-weight:800}.feature-cards .card:first-child{border-top:3px solid var(--wine)}.feature-cards .card:nth-child(2){border-top:3px solid var(--teal)}.feature-cards .card:nth-child(3){border-top:3px solid var(--gold)}
.category-icon{display:grid;width:48px;height:48px;place-items:center;margin-bottom:10px;border-radius:14px;background:var(--wine-soft);color:var(--wine);font-family:var(--serif);font-size:1.3125rem;font-weight:900}.category-icon.health,.category-icon.transport{background:var(--teal-soft);color:var(--teal)}.category-icon.food,.category-icon.legal{background:var(--gold-soft);color:var(--gold-dark)}.category-icon.water{background:#eaf2f6;color:#336c82}.category-icon.education{background:#eeeaf5;color:#65508b}.benefit-preview .card{min-height:205px}.category-cards{grid-template-columns:repeat(2,minmax(0,1fr));margin-top:35px}.category-cards .card{min-height:245px}.category-cards .card:last-child{grid-column:1/-1;max-width:calc(50% - 9px)}

.state-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:11px}.state-grid a{display:flex;min-height:54px;align-items:center;justify-content:space-between;gap:10px;padding:13px 15px;border:1px solid var(--line);border-radius:10px;background:#fff;color:#42393d;font-size:0.875rem;font-weight:750;text-decoration:none;transition:.2s ease}.state-grid a:hover{transform:translateY(-2px);border-color:rgba(118,0,55,.25);color:var(--wine);box-shadow:var(--shadow-sm)}.state-grid a i{color:var(--gold-dark);font-size:1.25rem;font-style:normal}.state-grid a small{display:block;color:var(--muted);font-size:0.625rem;font-weight:650}.state-grid.compact a{min-height:48px;padding:10px 14px}

.highlight,.source-box,.trust-panel{border-radius:16px}.highlight{position:relative;margin:30px 0;padding:26px 28px 26px 32px;border:1px solid #e7d7dc;background:linear-gradient(135deg,#fff,var(--wine-soft))}.highlight::before{content:"";position:absolute;top:20px;bottom:20px;left:0;width:4px;border-radius:0 4px 4px 0;background:var(--wine)}.highlight>strong{color:var(--wine-dark);font-family:var(--serif);font-size:1.375rem}.highlight p:last-child{margin-bottom:0}.source-box{margin-top:36px;padding:24px 26px;border:1px solid #cfe2dd;background:linear-gradient(135deg,#f4faf8,var(--teal-soft))}.source-box>strong{display:block;margin-bottom:6px;color:var(--teal-dark);font-size:0.8125rem;letter-spacing:.8px;text-transform:uppercase}.source-box p:last-child{margin-bottom:0}.source-box a{font-weight:750}
.trust-panel{display:grid;grid-template-columns:auto 1fr auto;gap:25px;align-items:center;margin-top:90px;padding:35px 38px;border:1px solid #e3d6bb;background:linear-gradient(120deg,var(--gold-soft),#fff);box-shadow:var(--shadow-sm)}.trust-panel h2{margin:4px 0 8px;font-size:1.8125rem}.trust-panel p{max-width:690px;margin:0;color:var(--muted)}.trust-icon{display:grid;width:58px;height:58px;place-items:center;border-radius:50%;background:var(--wine);color:#fff;font-size:1.5rem;font-weight:900;box-shadow:0 0 0 7px rgba(118,0,55,.08)}

.module-list{display:grid;gap:15px;margin-top:24px}.module-card{position:relative;padding:24px 26px;border:1px solid var(--line);border-radius:14px;background:#fff;box-shadow:0 4px 14px rgba(55,18,36,.025)}.module-card::before{content:"";position:absolute;top:22px;bottom:22px;left:0;width:3px;border-radius:0 3px 3px 0;background:var(--gold)}.module-card h2{margin:0 0 13px;color:var(--wine-dark);font-family:var(--serif);font-size:1.4375rem;letter-spacing:-.3px}.module-card p{margin:7px 0;font-size:0.875rem}.module-card .muted{margin-top:13px}
.finder{margin:32px 0;padding:24px;border:1px solid var(--line);border-radius:14px;background:#fff;box-shadow:var(--shadow-sm)}.finder label{display:block;margin-bottom:9px;color:var(--wine-dark);font-size:0.875rem;font-weight:800}.finder input{width:100%;min-height:50px;padding:12px 15px;border:1px solid var(--line-strong);border-radius:9px;background:#fff;color:var(--ink);font-size:1rem}.finder input:focus{border-color:var(--teal);outline:3px solid rgba(0,104,90,.12)}.finder .muted{margin:10px 0 0}.search-row{display:flex;gap:10px;align-items:stretch}.search-row .button{flex:0 0 auto}.pagination{display:flex;align-items:center;justify-content:space-between;gap:16px;margin:30px 0}.pagination a{padding:8px 0;color:var(--wine);font-size:0.875rem;font-weight:800;text-decoration:none}.pagination span{color:var(--muted);font-size:0.8125rem;font-weight:650}
.muted{color:var(--muted);font-size:0.75rem}
details{margin:11px 0;padding:17px 20px;border:1px solid var(--line);border-radius:11px;background:#fff}summary{color:var(--wine-dark);font-weight:800;cursor:pointer}details p{margin:12px 0 0;color:var(--muted)}
code{padding:2px 6px;border-radius:5px;background:#efe9eb;color:var(--wine);font-size:.9em}

.footer{position:relative;overflow:hidden;padding:60px 0 24px;background:var(--wine-dark);color:#f7f1f4}.footer::after{content:"";position:absolute;right:-170px;bottom:-240px;width:520px;height:520px;border:1px solid rgba(209,164,71,.16);border-radius:50%;box-shadow:0 0 0 55px rgba(209,164,71,.035),0 0 0 110px rgba(209,164,71,.025)}.footer-grid{position:relative;z-index:1;display:grid;grid-template-columns:1.25fr 1fr 1fr;gap:60px}.footer-logo{width:250px;height:auto;margin-bottom:18px}.footer-about p{max-width:460px}.footer-title{display:block;margin:14px 0 18px;color:var(--gold);font-size:0.75rem;letter-spacing:1.2px;text-transform:uppercase}.footer p{margin:0 0 11px;color:#d8cbd1;font-size:0.8125rem}.footer a{color:#fff;text-decoration:none}.footer a:hover{text-decoration:underline}.footer-bottom{position:relative;z-index:1;display:flex;justify-content:space-between;gap:20px;margin-top:44px;padding-top:20px;border-top:1px solid rgba(255,255,255,.13);color:#bdaeb5;font-size:0.6875rem}

@media(max-width:1120px){
  .header-inner{display:flex;min-height:78px;gap:24px}.brand img{width:220px}.desktop-search{display:none}.menu-button{display:block}.nav{display:none;position:absolute;top:78px;right:0;left:0;flex-direction:column;align-items:stretch;padding:18px 20px 24px;border-bottom:1px solid var(--line);background:#fff;box-shadow:var(--shadow-md)}.nav.open{display:flex}.nav .menu-search{display:grid;margin-bottom:9px}.nav a{padding:13px 15px}.nav a.active::after{display:none}
}
@media(max-width:960px){
  .notice-inner{grid-template-columns:1fr auto}.topbar-note{display:none}
  .hero{grid-template-columns:1fr;gap:42px;padding:70px 0}.hero-copy{max-width:760px}.hero-card{display:grid;grid-template-columns:.8fr 1.1fr}.credential-visual{height:100%;min-height:255px}.hero-card-content{display:flex;flex-direction:column;justify-content:center}
  .cards{grid-template-columns:repeat(2,minmax(0,1fr))}.feature-cards .card:last-child,.benefit-preview .card:last-child{grid-column:1/-1}.category-cards .card:last-child{max-width:none}.state-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.footer-grid{grid-template-columns:1.3fr 1fr;gap:40px}.footer-grid>div:last-child{grid-column:1/-1}.trust-panel{grid-template-columns:auto 1fr}.trust-panel .button{grid-column:2;justify-self:start}
}
@media(max-width:680px){
  body{font-size:1rem}.wrap{width:min(calc(100% - 28px),var(--max))}.notice-inner{min-height:46px;grid-template-columns:1fr auto;gap:10px}.topbar-note{display:none}.topbar-brand span{display:none}.theme-label{font-size:0.75rem}.brand img{width:194px}.header-inner{min-height:72px}.nav{top:72px}
  .site-main{padding-block:34px 64px}h1{font-size:2.5625rem;letter-spacing:-1.3px}.article>h1{font-size:2.4375rem}.lead,.hero-copy .lead{font-size:1.125rem}
  .hero{margin-top:-34px;padding:58px 0 60px}.hero-card{display:block}.credential-visual{height:190px;min-height:0}.credential-mark{font-size:3.625rem}.hero-card-content{padding:23px}.actions{flex-direction:column}.actions .button{width:100%}
  .stats{grid-template-columns:1fr}.stats div{min-height:86px;padding:18px 25px}.stats div+div{border-top:1px solid var(--line);border-left:0}.stats strong{font-size:1.8125rem}
  .section-block{margin:65px 0}.section-tinted{padding:50px 0}.section-heading{align-items:start;flex-direction:column;gap:14px}.section-heading h2{font-size:2rem}.section-heading>p{max-width:none}
  .cards,.category-cards{grid-template-columns:1fr}.feature-cards .card:last-child,.benefit-preview .card:last-child,.category-cards .card:last-child{grid-column:auto}.card,.category-cards .card{min-height:0}.state-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.state-grid a{font-size:0.75rem}
  .trust-panel{grid-template-columns:1fr;padding:28px}.trust-panel .button{grid-column:auto;justify-self:stretch}.trust-icon{width:48px;height:48px}.search-row{align-items:stretch;flex-direction:column}.pagination{font-size:0.8125rem}.pagination span{text-align:center}
  .finder{padding:19px}.module-card{padding:21px}.footer{padding-top:48px}.footer-grid{grid-template-columns:1fr;gap:28px}.footer-grid>div:last-child{grid-column:auto}.footer-bottom{align-items:start;flex-direction:column}.footer-logo{width:230px}
}

/* Editorial direction: fewer containers, stronger composition and photographic rhythm. */
.editorial-cut{clip-path:polygon(7% 0,100% 0,100% 91%,0 100%,0 8%)}
.button{border-radius:2px;box-shadow:none}.button:hover{box-shadow:none}.button.text-button{min-height:auto;padding:10px 2px;border:0;border-bottom:1px solid var(--wine);background:transparent}.button.light{border-color:#fff;background:#fff;color:var(--wine)}
.hero-editorial{grid-template-columns:minmax(0,.88fr) minmax(500px,1.12fr);gap:34px;min-height:590px;margin-top:-48px;padding:0}.hero-editorial::before{background:linear-gradient(90deg,#f8f3ee 0 53%,#f1ebe5 53%)}.hero-editorial::after{display:none}.hero-editorial .hero-copy{position:relative;z-index:2;padding:85px 36px 80px 0}.hero-editorial .hero-copy::after{content:"";position:absolute;right:0;bottom:55px;width:90px;height:8px;background:linear-gradient(90deg,var(--gold) 0 32%,var(--teal) 32% 65%,var(--wine) 65%)}.hero-photo{position:relative;align-self:center;aspect-ratio:4/3;margin:0;overflow:hidden}.hero-photo img{width:100%;height:100%;min-height:0;object-fit:cover;object-position:50% center}.hero-photo::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(75,0,37,.08),transparent 35%)}.hero-photo figcaption{position:absolute;z-index:2;right:0;bottom:0;display:flex;width:min(390px,72%);flex-direction:column;padding:22px 30px;background:var(--wine);color:#fff}.hero-photo figcaption strong{font-family:var(--serif);font-size:1.25rem}.hero-photo figcaption span{color:#e7d8df;font-size:0.75rem}
.stats{position:relative;display:grid;margin:0 0 100px;border:0;border-bottom:1px solid var(--line-strong);border-radius:0;background:transparent;box-shadow:none}.stats::before{content:"EN CIFRAS";position:absolute;top:-9px;left:0;padding-right:14px;background:var(--background);color:var(--gold-dark);font-size:0.625rem;font-weight:900;letter-spacing:1.8px}.stats div{min-height:126px;padding:38px 0}.stats div+div{border-left:0}.stats div:not(:first-child){padding-left:52px}.stats strong{font-size:2.8125rem}.stats span{font-size:0.75rem;letter-spacing:.3px;text-transform:uppercase}
.section-heading{align-items:start}.journey-section .section-heading{padding-bottom:28px;border-bottom:1px solid var(--line-strong)}.feature-cards{gap:0}.feature-cards .card{min-height:280px;padding:38px 42px;border:0!important;border-radius:0;background:transparent;box-shadow:none}.feature-cards .card+.card{border-left:1px solid var(--line)!important}.feature-cards .card:hover{transform:none;background:#f6f0eb;box-shadow:none}.feature-cards .card-number{display:block;width:auto;height:auto;margin-bottom:30px;border-radius:0;background:transparent;color:var(--gold-dark);font-size:0.8125rem;letter-spacing:1px}.feature-cards .card strong{font-size:1.6875rem}.feature-cards .card b{margin-top:24px}
.states-section{padding:75px 0}.states-section::before{border:0;background:var(--wine-dark)}.states-section .eyebrow,.states-section .text-link{color:var(--gold)}.states-section h2{color:#fff}.states-section .text-link span{color:#fff}.states-section .state-grid{gap:0 34px}.states-section .state-grid a{min-height:48px;padding:10px 0;border:0;border-bottom:1px solid rgba(255,255,255,.15);border-radius:0;background:transparent;color:#f5ebef}.states-section .state-grid a:hover{transform:none;border-bottom-color:var(--gold);color:#fff;box-shadow:none}.states-section .state-grid a i{color:var(--gold);font-size:0.8125rem}
.benefits-showcase{display:grid;grid-template-columns:1.08fr .92fr;min-height:590px}.benefits-photo{min-height:590px;margin:0;overflow:hidden;clip-path:polygon(0 0,94% 0,100% 100%,0 92%)}.benefits-photo img{width:100%;height:100%;object-fit:cover}.benefits-copy{display:flex;flex-direction:column;justify-content:center;padding:65px 18px 65px 75px}.benefits-copy h2{margin:8px 0 18px}.benefits-copy>p{color:var(--muted)}.benefit-links{margin:18px 0 30px;border-top:1px solid var(--line-strong)}.benefit-links a{display:flex;align-items:center;justify-content:space-between;padding:15px 0;border-bottom:1px solid var(--line);color:var(--wine-dark);font-family:var(--serif);font-size:1.1875rem;text-decoration:none}.benefit-links a:hover{padding-left:8px;color:var(--teal)}.benefit-links strong{color:var(--teal);font-family:var(--sans);font-size:0.75rem}
.trust-panel{grid-template-columns:90px 1fr auto;gap:35px;margin-top:100px;padding:55px 60px;border:0;border-radius:0;background:var(--teal-dark);box-shadow:none}.trust-panel h2{color:#fff}.trust-panel p{color:#d5e6e2}.trust-panel .eyebrow{color:var(--gold)}.trust-index{align-self:start;color:rgba(255,255,255,.18);font-family:var(--serif);font-size:4.5rem;line-height:1}
.action-cta{margin-top:78px}
.article-wide{max-width:none}.editorial-intro{display:grid;grid-template-columns:.88fr 1.12fr;gap:75px;align-items:center;margin-bottom:80px}.editorial-intro>div{padding:45px 0}.editorial-intro h1{font-size:clamp(2.6875rem,5vw,4.125rem)}.editorial-intro figure{height:460px;margin:0;overflow:hidden;clip-path:polygon(7% 0,100% 0,100% 92%,0 100%,0 9%)}.editorial-intro figure img{width:100%;height:100%;object-fit:cover}.editorial-intro.reverse{grid-template-columns:1fr 1fr}.editorial-intro.reverse figure{grid-column:2;grid-row:1}.editorial-intro.reverse>div{grid-column:1;grid-row:1}
.category-cards{grid-template-columns:repeat(2,minmax(0,1fr));gap:0 60px}.category-cards .card,.category-cards .card:last-child{display:grid;grid-template-columns:54px 1fr auto;grid-template-rows:auto auto auto;gap:3px 18px;width:auto;max-width:none;min-height:155px;padding:28px 0;border:0;border-top:1px solid var(--line-strong);border-radius:0;background:transparent;box-shadow:none}.category-cards .card:hover{transform:none;padding-left:10px;background:transparent;box-shadow:none}.category-cards .category-icon{grid-row:1/4;width:auto;height:auto;margin:0;border-radius:0;background:transparent;font-size:1.75rem}.category-cards .card strong{font-size:1.5rem}.category-cards .card small{margin:3px 0 0}.category-cards .card b{grid-column:3;grid-row:1/4;align-self:center;margin:0}.category-cards .card>span:not(.category-icon){grid-column:2}
.benefit-category-heading{margin-top:0}
.state-grid{gap:0 30px}.state-grid a{min-height:49px;padding:10px 0;border:0;border-bottom:1px solid var(--line);border-radius:0;background:transparent}.state-grid a:hover{transform:none;padding-left:6px;border-bottom-color:var(--wine);box-shadow:none}
.state-directory{grid-template-columns:repeat(4,minmax(0,1fr));gap:0 34px;margin-top:28px;border-top:1px solid var(--line-strong)}
.state-directory a{display:grid;min-height:72px;grid-template-columns:35px minmax(0,1fr) 20px;gap:10px;align-items:center;padding:14px 2px;border-bottom:1px solid var(--line);color:var(--ink)}
.state-directory a:hover{padding-left:2px;border-bottom-color:var(--gold);color:var(--wine)}
.state-number{color:var(--gold-dark);font-family:var(--serif);font-size:0.8125rem;font-weight:800}
.state-name{font-family:var(--serif);font-size:1.125rem;font-weight:700;line-height:1.18}
.state-arrow{color:var(--teal);font-size:1.0625rem;transition:transform .2s ease}.state-directory a:hover .state-arrow{transform:translate(3px,-3px)}
.finder{padding:26px 28px;border:0;border-top:4px solid var(--wine);border-radius:0;background:var(--gold-soft);box-shadow:none}.finder input{border:0;border-bottom:2px solid var(--line-strong);border-radius:0;background:rgba(255,255,255,.72)}.module-card{padding:26px 28px 26px 32px;border:0;border-radius:0;background:#fff;box-shadow:0 8px 25px rgba(55,18,36,.045)}.module-card::before{top:0;bottom:0;width:4px;border-radius:0}.highlight{border:0;border-radius:0}.source-box{border:0;border-left:5px solid var(--teal);border-radius:0}.card{border-radius:0}details{border:0;border-bottom:1px solid var(--line);border-radius:0;background:transparent}

@media(max-width:960px){
  .hero-editorial{grid-template-columns:1fr;gap:0;min-height:0}.hero-editorial::before{background:#f8f3ee}.hero-editorial .hero-copy{padding:70px 0 60px}.hero-photo{width:100%;height:auto;aspect-ratio:3/2}.hero-photo img{min-height:0}.feature-cards{grid-template-columns:1fr}.feature-cards .card{min-height:0;padding:32px 0}.feature-cards .card+.card{border-top:1px solid var(--line)!important;border-left:0!important}.benefits-showcase{grid-template-columns:1fr}.benefits-photo{min-height:470px;clip-path:polygon(0 0,100% 5%,100% 95%,0 100%)}.benefits-copy{padding:55px 0}.editorial-intro,.editorial-intro.reverse{grid-template-columns:1fr;gap:30px}.editorial-intro.reverse figure,.editorial-intro.reverse>div{grid-column:1}.editorial-intro.reverse>div{grid-row:1}.editorial-intro.reverse figure{grid-row:2}.category-cards{gap:0 35px}.trust-panel{grid-template-columns:70px 1fr}.trust-panel .button{grid-column:2}.state-directory{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:680px){
  .hero-editorial .hero-copy{padding:55px 0 45px}.hero-editorial .hero-copy::after{display:none}.hero-photo{height:auto}.hero-photo figcaption{width:88%;padding:17px 20px}.stats{margin-bottom:70px}.stats div{min-height:82px;padding:20px 0}.stats div:not(:first-child){padding-left:0}.stats strong{font-size:2.125rem}.journey-section .section-heading{padding-bottom:18px}.feature-cards .card{padding:28px 0}.states-section{padding:55px 0}.states-section .state-grid{grid-template-columns:1fr;gap:0}.benefits-photo{min-height:360px}.benefits-copy{padding:42px 0}.trust-panel{grid-template-columns:1fr;padding:38px 26px}.trust-index{font-size:3.125rem}.trust-panel .button{grid-column:1}.editorial-intro{margin-bottom:55px}.editorial-intro>div{padding:15px 0}.editorial-intro figure{height:350px}.category-cards{grid-template-columns:1fr}.category-cards .card,.category-cards .card:last-child{grid-template-columns:44px 1fr;min-height:140px}.category-cards .card b{grid-column:2;grid-row:auto;align-self:auto}.category-cards .category-icon{font-size:1.4375rem}.article-wide .state-grid{grid-template-columns:1fr}.state-directory a{min-height:64px}
}
.hero-photo figcaption{bottom:10%}
.module-list{gap:0;border-top:1px solid var(--line-strong)}
.module-card{padding:32px 0;border:0;border-bottom:1px solid var(--line-strong);border-radius:0;background:transparent;box-shadow:none}
.module-card::before{top:0;bottom:auto;width:52px;height:3px;border-radius:0}
.module-card h2,.module-card h3{padding-right:20px}

@media(min-width:901px){
  .benefit-results{grid-template-columns:repeat(2,minmax(0,1fr));column-gap:52px;align-items:stretch}
  .benefit-results .module-card{height:100%}
}
.about-home{display:grid;grid-template-columns:260px minmax(0,700px);gap:80px;align-items:center;justify-content:center;padding:85px 0;border-top:1px solid var(--line-strong)}
.about-home h2{margin:8px 0 20px}.about-home p{color:var(--muted)}
.about-monogram{display:flex;width:250px;height:250px;flex-direction:column;align-items:center;justify-content:center;clip-path:polygon(50% 0,93% 25%,93% 75%,50% 100%,7% 75%,7% 25%);background:var(--gold-soft);color:var(--wine)}
.about-monogram strong{font-family:var(--serif);font-size:4.375rem;line-height:.9}.about-monogram span{margin-top:12px;color:var(--teal);font-size:0.75rem;font-weight:900;letter-spacing:2px;text-transform:uppercase}

.article-meta{margin:22px 0 34px;padding-bottom:13px;border-bottom:1px solid var(--line-strong);color:var(--muted);font-size:0.8125rem;font-weight:700}
.search-page-form{margin:38px 0 24px;padding:28px 0;border-block:1px solid var(--line-strong)}.search-page-form>label{display:block;margin-bottom:9px;color:var(--teal-dark);font-size:0.75rem;font-weight:850;letter-spacing:.8px;text-transform:uppercase}.search-page-form>div{display:grid;grid-template-columns:minmax(0,1fr) auto}.search-page-form input{min-width:0;min-height:56px;padding:12px 16px;border:1px solid var(--line-strong);border-right:0;background:var(--surface);color:var(--ink);font-size:1rem}.search-page-form input:focus{position:relative;z-index:1;outline:3px solid rgba(209,164,71,.5);outline-offset:0}.search-page-form button{min-width:105px;padding:10px 20px;border:1px solid var(--wine);background:var(--wine);color:#fff;font-weight:850;cursor:pointer}.search-page-form button:hover{background:var(--wine-dark)}.search-summary{margin:28px 0 50px;color:var(--muted)}.search-summary strong{color:var(--ink)}.search-results>section{margin-top:58px}.search-results h2{display:flex;align-items:baseline;justify-content:space-between;gap:20px;margin-bottom:0}.search-results h2 span{color:var(--gold-dark);font-family:var(--sans);font-size:0.75rem}.search-result-list{border-top:1px solid var(--line-strong)}.search-result-list a{display:grid;min-height:120px;grid-template-columns:minmax(0,1fr) 30px;grid-template-rows:auto auto auto;align-content:center;gap:3px 20px;padding:22px 2px;border-bottom:1px solid var(--line);color:var(--ink);text-decoration:none}.search-result-list a:hover{border-bottom-color:var(--gold);color:var(--wine)}.search-result-list small,.search-result-list strong,.search-result-list span{grid-column:1}.search-result-list small{color:var(--teal);font-size:0.625rem;font-weight:900;letter-spacing:1px;text-transform:uppercase}.search-result-list strong{font-family:var(--serif);font-size:1.3125rem;line-height:1.25}.search-result-list span{color:var(--muted);font-size:0.8125rem}.search-result-list i{grid-column:2;grid-row:1/4;align-self:center;color:var(--wine);font-size:1.25rem;font-style:normal}.search-empty{margin-top:45px;padding:30px 0;border-block:1px solid var(--line-strong)}.search-empty h2{margin-top:0}.search-guidance{margin-top:25px;color:var(--muted)}
.article-photo{width:min(100%,820px);margin:38px auto 56px}.article-photo img{width:100%;height:auto;aspect-ratio:3/2;object-fit:cover;object-position:center}.article-photo figcaption{max-width:680px;margin:10px 0 0;color:var(--muted);font-size:0.75rem;line-height:1.5}
.credential-guide{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,1fr);gap:52px;align-items:center;margin:48px 0 64px;padding:36px 0;border-block:1px solid var(--line-strong)}.credential-guide figure{min-width:0;margin:0}.credential-guide figure img{width:100%;height:auto;aspect-ratio:3/2;object-fit:cover;object-position:center}.credential-guide figcaption{margin-top:10px;color:var(--muted);font-size:0.6875rem;line-height:1.45}.credential-guide h2{margin:7px 0 16px;font-size:2rem}.credential-guide p{color:var(--muted)}.credential-guide strong{color:var(--ink)}
.plain-checklist{margin:25px 0;padding:0;list-style:none}.plain-checklist li{position:relative;padding:7px 0 7px 32px;border-bottom:1px solid var(--line)}.plain-checklist li::before{content:"✓";position:absolute;left:4px;color:var(--teal);font-weight:900}
.module-actions{display:flex;flex-wrap:wrap;gap:11px 24px;margin-top:20px}.module-actions a{font-weight:800}
.module-guidance{margin:55px 0;padding:36px 0;border-block:1px solid var(--line-strong)}.module-guidance h2{margin-top:0}.guidance-columns{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:55px}.guidance-columns h3{margin-top:0}.guidance-columns ul{padding-left:21px}
.local-benefit-link{margin-top:22px!important}.local-benefit-link a{display:inline-flex;min-height:40px;align-items:center;gap:8px;padding:7px 0 5px;border-bottom:1px solid var(--gold);color:var(--wine);font-size:0.9375rem;font-weight:850;text-decoration:none}.local-benefit-link a:hover{border-color:var(--teal);color:var(--teal)}
.sources-page{max-width:980px}.source-section{scroll-margin-top:150px}.source-list{margin:0;padding:0;border-top:1px solid var(--line-strong);list-style:none}.source-list li{display:grid;grid-template-columns:minmax(270px,.9fr) minmax(0,1.1fr);gap:35px;padding:22px 0;border-bottom:1px solid var(--line)}.source-list a{font-weight:850}.source-list span{color:var(--muted);font-size:0.875rem}.source-updated{margin-top:55px;padding:20px 0;border-block:1px solid var(--line-strong);color:var(--muted);font-size:0.8125rem}

html[data-theme="dark"]{
  --wine:#e07aa6;--wine-dark:#ffe4ef;--wine-soft:#3b1b2a;
  --gold:#e5c36e;--gold-dark:#f1d58b;--gold-soft:#2d281d;
  --teal:#65cabb;--teal-dark:#8eddd1;--teal-soft:#17322f;
  --ink:#f4eef1;--muted:#c7bbc0;--line:#3e3037;--line-strong:#5a444e;
  --surface:#21181d;--background:#151013;--shadow-sm:none;--shadow-md:none;
  color-scheme:dark
}
html[data-theme="dark"] body{background:var(--background);color:var(--ink)}
html[data-theme="dark"] .notice{border-color:#483640;background:linear-gradient(90deg,#1d161a,#241b20);color:#f1e4e9}
html[data-theme="dark"] .topbar-brand{color:#f6e9ee}
html[data-theme="dark"] .topbar-brand:hover{color:#8eddd1}
html[data-theme="dark"] .topbar-note{color:#d9c995}
html[data-theme="dark"] .topbar-note:hover{color:#8eddd1}
html[data-theme="dark"] .topbar-controls,html[data-theme="dark"] .theme-toggle,html[data-theme="dark"] .text-size-reset{border-color:#59454e}
html[data-theme="dark"] .theme-toggle{background:transparent;color:#f3dca1}
html[data-theme="dark"] .theme-toggle:hover{color:#8eddd1}
html[data-theme="dark"] .theme-icon{color:#f1d58b}
html[data-theme="dark"] .text-size-controls{background:transparent}
html[data-theme="dark"] .text-size-button{color:#f1dfae}
html[data-theme="dark"] .text-size-button:hover{background:#34242c;color:#fff}
html[data-theme="dark"] .site-header{border-color:#3d2e35;background:rgba(21,16,19,.96);box-shadow:none}
html[data-theme="dark"] .logo-light{display:none}
html[data-theme="dark"] .logo-dark{display:block}
html[data-theme="dark"] .nav a{color:#e8dee2}
html[data-theme="dark"] .nav a:hover,html[data-theme="dark"] .nav a.active{color:#fff;background:#3b1b2a}
html[data-theme="dark"] .menu-button{border-color:#59434d;background:#21181d;color:#f0aac7}
html[data-theme="dark"] .nav.open{border-color:#4a3941;background:#1b1418}
html[data-theme="dark"] .site-search{border-color:#59434d;background:#21181d}html[data-theme="dark"] .site-search input{color:var(--ink)}html[data-theme="dark"] .site-search input::placeholder{color:#b6a9ae}html[data-theme="dark"] .site-search button{border-color:#8c174c;background:#8c174c}
html[data-theme="dark"] .hero-editorial::before{background:linear-gradient(90deg,#1b1518 0 53%,#20181c 53%)}
html[data-theme="dark"] .lead{color:var(--muted)}
html[data-theme="dark"] .hero-photo img,html[data-theme="dark"] .editorial-intro figure img,html[data-theme="dark"] .benefits-photo img,html[data-theme="dark"] .credential-guide img,html[data-theme="dark"] .article-photo img{filter:brightness(.78) saturate(.86)}
html[data-theme="dark"] .hero-photo figcaption{background:#750035}
html[data-theme="dark"] .button{border-color:#5a444e;background:#21181d;color:#f3c3d7}
html[data-theme="dark"] .button.primary{border-color:#8c174c;background:#8c174c;color:#fff}
html[data-theme="dark"] .button.primary:hover{background:#a7215d;color:#fff}
html[data-theme="dark"] .button.text-button{background:transparent}
html[data-theme="dark"] .button.light{border-color:#f4eef1;background:#f4eef1;color:#5b002b}
html[data-theme="dark"] .hero-note span{background:#17322f;color:#77d7c8}
html[data-theme="dark"] .stats::before{background:var(--background)}
html[data-theme="dark"] .feature-cards .card:hover{background:#21181d}
html[data-theme="dark"] .feature-cards .card strong,html[data-theme="dark"] .card strong{color:var(--wine-dark)}
html[data-theme="dark"] .states-section::before{background:#260d19}
html[data-theme="dark"] .states-section .state-grid a{color:#f4e9ee}
html[data-theme="dark"] .section-tinted::before{border-color:#3c2c33;background:#21181d}
html[data-theme="dark"] .benefit-links a{color:var(--wine-dark)}
html[data-theme="dark"] .trust-panel{background:#0e302c}
html[data-theme="dark"] .trust-panel p{color:#c9dfdb}
html[data-theme="dark"] .editorial-intro figure{background:#21181d}
html[data-theme="dark"] .finder{background:#282318}
html[data-theme="dark"] .finder input{border-color:#685748;background:#1d1714;color:#f4eef1}
html[data-theme="dark"] .finder input::placeholder{color:#a99ca1}
html[data-theme="dark"] .module-card{background:transparent}
html[data-theme="dark"] .module-card h2,html[data-theme="dark"] .module-card h3{color:var(--wine-dark)}
html[data-theme="dark"] .highlight{background:linear-gradient(135deg,#21181d,#3b1b2a)}
html[data-theme="dark"] .source-box{background:#17322f}
html[data-theme="dark"] details{background:transparent}
html[data-theme="dark"] .footer{background:#0d090b}
html[data-theme="dark"] .footer p{color:#cfc1c7}
html[data-theme="dark"] .about-monogram{background:#2d281d;color:#f1b7d0}
html[data-theme="dark"] .about-home p{color:var(--muted)}

@media(max-width:840px){
  .credential-guide{grid-template-columns:1fr;gap:32px}.credential-guide figure{width:100%;max-width:720px}
}

@media(max-width:680px){
  .about-home{grid-template-columns:1fr;gap:36px;padding:60px 0}.about-monogram{width:180px;height:180px;justify-self:center}.about-monogram strong{font-size:3.25rem}.guidance-columns{grid-template-columns:1fr;gap:22px}.source-list li{grid-template-columns:1fr;gap:7px}.search-page-form>div{grid-template-columns:minmax(0,1fr) 86px}.search-page-form button{min-width:0;padding-inline:12px}.search-result-list a{min-height:108px}.article-photo{margin:30px auto 44px}.credential-guide{grid-template-columns:1fr;gap:28px;margin:38px 0 54px;padding:28px 0}.credential-guide h2{font-size:1.875rem}
}

/* Directorios municipales: composición editorial, sin tarjetas decorativas. */
.municipality-directory-section{padding-top:88px;border-top:1px solid var(--line-strong)}
.municipality-directory{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:0 34px;border-top:1px solid var(--line-strong)}
.municipality-directory a{display:flex;min-height:74px;align-items:center;justify-content:space-between;gap:15px;padding:13px 2px;border-bottom:1px solid var(--line);color:var(--ink);text-decoration:none}
.municipality-directory a:hover{border-bottom-color:var(--gold);color:var(--wine)}
.municipality-directory a>span{display:flex;min-width:0;flex-direction:column}
.municipality-directory strong{font-family:var(--serif);font-size:1.125rem;line-height:1.16}
.municipality-directory small{margin-top:4px;color:var(--muted);font-size:0.6875rem;letter-spacing:.45px;text-transform:uppercase}
.municipality-directory b{flex:none;color:var(--teal);font-size:0.75rem}

.municipality-page{max-width:none}
.municipality-hero{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(350px,.75fr);gap:80px;align-items:end;padding:34px 0 55px;border-bottom:1px solid var(--line-strong)}
.municipality-hero h1{max-width:850px;margin:10px 0 18px}
.municipality-hero .lead{max-width:780px;margin-bottom:0}
.municipality-summary{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));margin:0}
.municipality-summary div{padding:18px 0;border-top:1px solid var(--line)}
.municipality-summary div:nth-child(even){padding-left:26px;border-left:1px solid var(--line)}
.municipality-summary div:last-child{grid-column:1/-1;padding-left:0;border-left:0}
.municipality-summary dt{color:var(--muted);font-size:0.625rem;font-weight:900;letter-spacing:1.4px;text-transform:uppercase}
.municipality-summary dd{margin:5px 0 0;color:var(--wine);font-family:var(--serif);font-size:1.6875rem;font-weight:800}
.category-jump{display:flex;flex-wrap:wrap;gap:0;margin:38px 0 80px;border-block:1px solid var(--line-strong)}
.category-jump a{padding:15px 22px 15px 0;margin-right:22px;color:var(--ink);font-size:0.8125rem;font-weight:800;text-decoration:none}
.category-jump a:hover{color:var(--wine)}
.category-jump span{color:var(--teal)}
.municipality-category{content-visibility:auto;contain-intrinsic-size:auto 1600px;scroll-margin-top:150px;margin:0 0 95px}
.municipality-category-heading{display:grid;grid-template-columns:68px minmax(0,850px);gap:25px;align-items:start;margin-bottom:12px}
.municipality-category-heading>span{padding-top:9px;color:var(--gold-dark);font-family:var(--serif);font-size:1.0625rem;font-weight:800}
.municipality-category-heading h2{margin:0}
.municipality-category-heading p{margin:8px 0 0;color:var(--muted)}
.municipality-results{margin-left:93px}
.municipality-results .module-card h3{font-family:var(--serif);font-size:1.4375rem}
.category-more{margin:23px 0 0 93px}
.municipality-sources{margin:55px 0 0;padding:20px 0;border-block:1px solid var(--line-strong);color:var(--muted);font-size:0.875rem}

html[data-theme="dark"] .municipality-directory a{color:var(--ink)}
html[data-theme="dark"] .municipality-summary dd{color:var(--wine-dark)}
html[data-theme="dark"] .category-jump a{color:var(--ink)}
html[data-theme="dark"] .category-jump a:hover{color:var(--wine)}
html[data-theme="dark"] .local-benefit-link a{color:var(--wine-dark)}

@media(max-width:960px){
  .municipality-directory{grid-template-columns:repeat(2,minmax(0,1fr))}
  .municipality-hero{grid-template-columns:1fr;gap:35px}.municipality-summary{max-width:600px}
  .municipality-results{margin-left:0}.category-more{margin-left:0}
}
@media(max-width:680px){
  .municipality-directory-section{padding-top:62px}.municipality-directory{grid-template-columns:1fr}
  .municipality-hero{padding-top:18px}.municipality-summary{grid-template-columns:1fr}
  .municipality-summary div,.municipality-summary div:nth-child(even),.municipality-summary div:last-child{grid-column:auto;padding:14px 0;border-left:0}
  .category-jump{display:grid;margin-bottom:60px}.category-jump a{margin:0;padding:13px 0;border-bottom:1px solid var(--line)}.category-jump a:last-child{border-bottom:0}
  .municipality-category{margin-bottom:70px}.municipality-category-heading{grid-template-columns:42px 1fr;gap:10px}.municipality-category-heading h2{font-size:1.75rem}
}
@media(max-width:420px){
  .theme-label{display:none}.theme-toggle{width:38px;padding-inline:8px;justify-content:center}.text-size-button{min-width:34px;padding-inline:6px}.text-size-reset{min-width:44px}
  h1{font-size:2.25rem;line-height:1.06;letter-spacing:-1px}.article>h1{font-size:2.1875rem}.municipality-hero h1{font-size:2.125rem}
  .municipality-category-heading{grid-template-columns:34px 1fr}.municipality-category-heading h2{font-size:1.625rem}
}
@media(prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}*,*::before,*::after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}
}
@media(prefers-contrast:more){
  :root{--line:#b9adaf;--line-strong:#8e7e82}.button,.theme-toggle,.text-size-controls,.finder input{border-width:2px}.breadcrumbs a,.local-benefit-link a{text-decoration:underline}
  html[data-theme="dark"]{--line:#76616b;--line-strong:#a18290}
}
