.site-shell{min-height:100vh;display:flex;flex-direction:column}.site-main{flex:1 1}.container{width:min(1120px,100% - 2rem);margin:0 auto}.narrow-container{width:min(760px,100%)}.content-section{padding:4rem 0}.content-section--muted{background:#f1fbf5}.content-section--compact{padding:0 0 3rem}.grid{display:grid;grid-gap:1.5rem;gap:1.5rem}.grid-2,.grid-3{grid-template-columns:1fr}@media(min-width:900px){.grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}}:root{color:#1b2230;background:#fffdfb;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.6;font-weight:400;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*,:after,:before{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px;background:radial-gradient(circle at top left,rgba(18,135,86,.12),transparent 28%),radial-gradient(circle at bottom right,rgba(228,31,26,.1),transparent 24%),linear-gradient(180deg,#fff9f7,#fffdfb 30%,#f1fbf5);color:#1b2230}img{max-width:100%;display:block}a{color:inherit}a,button{transition:color .2s ease,background-color .2s ease,border-color .2s ease,transform .2s ease}button{font:inherit}.eyebrow{margin:0 0 .75rem;color:#128756;font-size:.875rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.button{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;min-height:48px;padding:.85rem 1.35rem;border:1px solid rgba(0,0,0,0);border-radius:999px;background:#128756;color:#fff;font-weight:700;text-decoration:none}.button:focus-visible,.button:hover{background:#0b5f3c;transform:translateY(-1px)}.button-secondary{background:rgba(0,0,0,0);color:#e41f1a;border-color:#e41f1a}.button-secondary:focus-visible,.button-secondary:hover{background:rgba(178,13,23,.08)}.section-title{max-width:720px;margin-bottom:2rem}.section-title h1{margin:0 0 1rem;font-family:Georgia,Times New Roman,serif;font-size:clamp(2rem,4vw,3rem);line-height:1.15;color:#0b5f3c}.section-title p:last-child{margin:0;color:#58665f;font-size:1.125rem}.section-title:after{content:"";display:block;width:84px;height:3px;margin-top:1rem;border-radius:999px;background:linear-gradient(90deg,#128756,#e41f1a)}.section-actions{display:flex;flex-wrap:wrap;gap:.75rem;margin:-.75rem 0 2rem}.site-header{position:-webkit-sticky;position:sticky;top:0;z-index:20;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:rgba(248,250,252,.94);border-bottom:1px solid rgba(213,221,232,.88)}.header-inner{display:flex;justify-content:space-between;padding:1rem 0}.brand,.header-inner{align-items:center;gap:1rem}.brand{display:inline-flex;min-width:0;text-decoration:none}.brand small,.brand strong{display:block}.brand strong{color:#0b5f3c;font-size:1.05rem}.brand small{color:#58665f}.brand-logo{width:3.5rem;height:3.5rem;flex-shrink:0;border-radius:999px;object-fit:cover;background:#fff;border:2px solid rgba(22,59,115,.18);box-shadow:0 18px 40px rgba(11,95,60,.11)}.menu-toggle{display:inline-flex;flex-direction:column;gap:.3rem;padding:.4rem;border:0;background:rgba(0,0,0,0)}.menu-toggle span{display:block;width:1.6rem;height:2px;background:#0b5f3c;border-radius:999px}.main-nav{position:absolute;top:calc(100% + 1px);left:0;right:0;z-index:25;display:none;flex-direction:column;gap:.75rem;padding:1rem;background:#fffdfb;border-bottom:1px solid #cce8d8}.main-nav.is-open{display:flex}.main-nav a{display:inline-flex;align-items:center;min-height:2.25rem;padding:.5rem 0;color:#58665f;font-weight:600;text-decoration:none}.main-nav a.active,.main-nav a:focus-visible,.main-nav a:hover{color:#128756}.hero-section{padding:4rem 0 3rem}.hero-grid{align-items:start}.hero-grid,.hero-main{display:grid;grid-gap:2rem;gap:2rem}.hero-section h1{margin:0;font-family:Georgia,Times New Roman,serif;font-size:clamp(2.25rem,6vw,4rem);line-height:1;color:#0b5f3c}.hero-lead{max-width:700px;margin:1.5rem 0 0;color:#58665f;font-size:clamp(1.05rem,2.5vw,1.25rem)}.hero-actions{display:flex;flex-direction:column;gap:1rem;margin-top:2rem}.hero-highlight{display:grid;grid-gap:1rem;gap:1rem;max-width:27rem;justify-self:end;padding:1.1rem 1.15rem;border:1px solid rgba(213,221,232,.9);border-radius:1.5rem;background:linear-gradient(180deg,rgba(255,255,255,.98),rgba(226,232,240,.92));box-shadow:0 18px 40px rgba(11,95,60,.11)}.hero-highlight__header{display:grid;grid-gap:.75rem;gap:.75rem;align-items:center}.hero-highlight__logo{width:4.5rem;height:4.5rem;object-fit:cover;border-radius:999px;border:2px solid rgba(22,59,115,.14);background:#fff;box-shadow:0 18px 40px rgba(11,95,60,.11)}.hero-highlight h2{margin:0 0 .5rem;color:#0b5f3c;font-family:Georgia,Times New Roman,serif;font-size:clamp(1.45rem,3vw,1.9rem)}.hero-highlight__tagline{margin:0;color:#58665f;font-size:.92rem}.hero-priorities{display:grid;grid-gap:.7rem;gap:.7rem}.hero-priority{padding:.7rem .85rem;border-radius:1rem;background:hsla(0,0%,100%,.72);border-left:4px solid #128756}.hero-priority strong{display:block;margin-bottom:.2rem;color:#0b5f3c;font-size:.94rem}.hero-priority span{color:#58665f;font-size:.9rem}.hero-priority--blue{border-left-color:#128756}.hero-priority--green{border-left-color:#27c978}.hero-priority--red{border-left-color:#e41f1a}.mayor-feature{display:grid;grid-gap:0;gap:0;overflow:hidden;border:1px solid rgba(76,127,194,.32);border-radius:1.5rem;background:linear-gradient(135deg,#0b5f3c,#128756 58%,#27c978);box-shadow:0 18px 40px rgba(11,95,60,.11);color:#fff}.mayor-feature__content{display:flex;flex-direction:column;justify-content:center;padding:2rem}.mayor-feature__content h2{margin:0 0 .75rem;color:#fff;font-family:Georgia,Times New Roman,serif;font-size:clamp(1.8rem,4vw,2.4rem)}.mayor-feature .eyebrow{color:hsla(0,0%,100%,.82)}.mayor-feature__content p{color:rgba(245,248,252,.92)}.mayor-feature__content p:last-child{margin-bottom:0;color:hsla(0,0%,100%,.78)}.mayor-feature__media{min-height:320px;background:hsla(0,0%,100%,.08)}.mayor-feature__image,.mayor-feature__image-link{display:block;width:100%;height:100%}.mayor-feature__image{min-height:320px;object-fit:cover;object-position:center 22%;background:#fff}.mayor-detail{display:grid;grid-gap:2rem;gap:2rem;align-items:center;margin-bottom:2rem}.mayor-detail__media{min-width:0}.mayor-detail__image{width:100%;max-height:680px;aspect-ratio:4/5;object-fit:cover;object-position:center top;border-radius:1.5rem;border:1px solid rgba(213,221,232,.9);box-shadow:0 18px 40px rgba(11,95,60,.11);background:#fff}.mayor-detail__content{min-width:0}.mayor-detail__actions{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1.5rem}.mayor-detail__grid{align-items:stretch}.mayor-hero{padding:3rem 0;background:linear-gradient(135deg,rgba(241,251,245,.96),rgba(255,253,251,.98)),#fffdfb}.mayor-hero__grid{display:grid;grid-gap:2rem;gap:2rem;align-items:center}.mayor-hero__content h1{margin:0;font-family:Georgia,Times New Roman,serif;font-size:clamp(2.4rem,7vw,4.8rem);color:#0b5f3c}.mayor-hero__lead{max-width:720px;margin:1.5rem 0 0;color:#58665f;font-size:clamp(1.08rem,2vw,1.35rem)}.mayor-closing__actions,.mayor-hero__actions{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1.5rem}.mayor-portrait{margin:0;border-radius:1.5rem;overflow:hidden;background:#fff;border:1px solid rgba(204,232,216,.95);box-shadow:0 18px 40px rgba(11,95,60,.11)}.mayor-portrait__image{width:100%;aspect-ratio:4/5;object-fit:cover;object-position:center top;display:block}.mayor-portrait figcaption{padding:1rem;display:grid;grid-gap:.2rem;gap:.2rem}.mayor-portrait strong{color:#0b5f3c;font-size:1.15rem}.mayor-portrait span{color:#58665f}.mayor-profile-grid{display:grid;grid-gap:1.5rem;gap:1.5rem}.mayor-closing,.mayor-profile,.mayor-profile-card,.mayor-timeline__item{border:1px solid rgba(204,232,216,.95);border-radius:1.5rem;background:hsla(0,0%,100%,.96);box-shadow:0 18px 40px rgba(11,95,60,.11)}.mayor-closing,.mayor-profile,.mayor-profile-card{padding:1.5rem}.mayor-closing h2,.mayor-profile h2,.mayor-section-heading h2{margin:0 0 1rem;font-family:Georgia,Times New Roman,serif;color:#0b5f3c}.mayor-profile-card ul{margin:0 0 1.5rem;padding-left:1.2rem;color:#1b2230}.mayor-profile-card li+li{margin-top:.75rem}.mayor-section-heading{max-width:760px;margin-bottom:1.5rem}.mayor-timeline{display:grid;grid-gap:1rem;gap:1rem}.mayor-timeline__item{padding:1.5rem;border-left:4px solid #128756}.mayor-timeline__item span{display:inline-flex;margin-bottom:.75rem;color:#e41f1a;font-weight:700;text-transform:uppercase;letter-spacing:.04em;font-size:.78rem}.mayor-timeline__item h3{margin:0 0 .75rem;color:#0b5f3c}.mayor-closing p,.mayor-timeline__item p{margin-bottom:0;color:#58665f}.mayor-closing{display:grid;grid-gap:1.5rem;gap:1.5rem;align-items:center}.info-card{height:100%;padding:1.5rem;border:1px solid rgba(213,221,232,.9);border-radius:1rem;background:hsla(0,0%,100%,.96);box-shadow:0 18px 40px rgba(11,95,60,.11)}.info-card:hover{border-color:rgba(148,163,184,.55)}.info-card h3{margin-top:0;margin-bottom:.75rem;font-size:1.3rem;color:#0b5f3c}.info-card p:last-child{margin-bottom:0}.candidate-card{display:flex;flex-direction:column;overflow:hidden;padding:0}.candidate-card__image{width:100%;aspect-ratio:4/3;object-fit:cover;border-bottom:1px solid rgba(213,221,232,.9);background:linear-gradient(180deg,#dce5f3,#bccbe4)}.candidate-card__content{flex:1 1;padding:1.5rem;display:flex;flex-direction:column;gap:1rem}.candidate-card__content p{margin:0}.candidate-card__actions{margin-top:auto;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:.75rem;gap:.75rem}.candidate-card__action{width:100%;min-height:2.45rem;justify-content:center;padding:.62rem .8rem;border-radius:999px;font-size:.92rem;line-height:1.1;text-align:center;box-shadow:none}.candidate-card__action--profile{grid-column:1/-1;background:#128756;border-color:#128756;color:#fff}.candidate-card__action--profile:focus-visible,.candidate-card__action--profile:hover{background:#0b5f3c;border-color:#0b5f3c;color:#fff}.candidate-card__action--cv{background:rgba(18,135,86,.1);border-color:rgba(18,135,86,.32);color:#0b5f3c}.candidate-card__action--cv:focus-visible,.candidate-card__action--cv:hover{background:rgba(18,135,86,.18);color:#0b5f3c}.candidate-card__action--record{background:rgba(228,31,26,.08);border-color:rgba(228,31,26,.28);color:#e41f1a}.candidate-card__action--record:focus-visible,.candidate-card__action--record:hover{background:rgba(228,31,26,.15);color:#e41f1a}.document-card{display:flex;flex-direction:column;justify-content:space-between;gap:1.5rem;background:linear-gradient(180deg,rgba(255,255,255,.98),rgba(248,250,252,.98)),#fffdfb}.program-card{position:relative;overflow:hidden;display:flex;flex-direction:column}.program-card__index{display:inline-flex;align-items:center;justify-content:center;width:2.75rem;height:2.75rem;margin-bottom:1rem;border-radius:999px;background:rgba(178,13,23,.1);color:#e41f1a;font-weight:700}.program-card:before{content:"";position:absolute;inset:0 auto 0 0;width:6px;background:#e41f1a}.program-card__button{align-self:flex-start;margin-top:auto}body.modal-open{overflow:hidden}.program-modal{position:fixed;inset:0;z-index:40;display:grid;place-items:center;padding:1rem;background:rgba(11,95,60,.36);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.program-modal__dialog{position:relative;width:min(760px,100%);max-height:min(84vh,760px);overflow:auto;padding:2rem;border:1px solid rgba(204,232,216,.92);border-radius:1.5rem;background:#fff;box-shadow:0 28px 70px rgba(11,95,60,.24)}.program-modal__dialog h2{margin:0 0 1rem;color:#0b5f3c;font-family:Georgia,Times New Roman,serif;font-size:clamp(1.65rem,4vw,2.35rem);line-height:1.15}.program-modal__dialog p{color:#58665f}.program-modal__close{position:absolute;top:1rem;right:1rem;display:inline-grid;place-items:center;width:2.5rem;height:2.5rem;border:1px solid #cce8d8;border-radius:999px;background:#f1fbf5;color:#0b5f3c;font-size:1.2rem;font-weight:800;line-height:1;cursor:pointer}.program-modal__close:focus-visible,.program-modal__close:hover{background:#fde1dd}.program-modal__list{display:grid;grid-gap:.75rem;gap:.75rem;margin:1.5rem 0 0;padding:0;list-style:none}.program-modal__list li{position:relative;padding:.85rem 1rem .85rem 2.35rem;border:1px solid #cce8d8;border-radius:.75rem;background:#f1fbf5;color:#1b2230}.program-modal__list li:before{content:"";position:absolute;top:1.25rem;left:1rem;width:.55rem;height:.55rem;border-radius:999px;background:#e41f1a}.program-modal__actions{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:2rem}.content-list{margin:0;padding-left:1.2rem}.content-list li+li{margin-top:.75rem}.back-link{display:inline-flex;margin-bottom:1.5rem;color:#128756;font-weight:700;text-decoration:none}.back-link:focus-visible,.back-link:hover{color:#a91414}.candidate-detail,.candidate-detail__hero{display:grid;grid-gap:1.5rem;gap:1.5rem}.candidate-detail__hero{align-items:center}.candidate-detail__hero .section-title{margin-bottom:0;max-width:none}.candidate-detail__image{width:100%;max-width:420px;aspect-ratio:4/3;object-fit:cover;border-radius:1rem;background:linear-gradient(180deg,#dce5f3,#bccbe4)}.document-downloads,.download-item{display:grid;grid-gap:1rem;gap:1rem}.download-item{padding:1rem;border:1px solid #cce8d8;border-radius:.75rem;background:linear-gradient(180deg,#f1fbf5,#fde1dd)}.download-item h3{margin-bottom:.5rem}.download-item p{margin:0;color:#58665f}.notice-card,.prose-card{margin-top:1.5rem}.cta-banner{display:grid;grid-gap:1.5rem;gap:1.5rem;padding:2rem;border-radius:1.5rem;background:linear-gradient(135deg,#0b5f3c,#128756 58%,#27c978);color:#fff}.cta-banner h2{margin:0 0 .75rem;font-family:Georgia,Times New Roman,serif;font-size:clamp(1.8rem,4vw,2.6rem)}.cta-banner p{margin:0;color:rgba(245,248,252,.9)}.cta-banner__actions{display:flex;flex-direction:column;gap:.75rem;align-items:flex-end;justify-self:end;align-self:end;margin-top:1rem;padding-top:1rem;border-top:1px solid hsla(0,0%,100%,.18)}.cta-banner .button{background:#fff;color:#128756;box-shadow:none}.cta-banner .button,.cta-banner .button-secondary{min-height:42px;padding:.7rem 1.1rem;font-size:.95rem}.cta-banner .button-secondary{background:rgba(0,0,0,0);color:#fff;border-color:hsla(0,0%,100%,.7)}.site-footer:before{content:"";display:block;height:6px;background:#e41f1a;margin:-3rem 0 3rem}.site-footer{padding:3rem 0 1.5rem;background:#0b5f3c;color:hsla(0,0%,100%,.88)}.footer-grid{display:grid;grid-gap:2rem;gap:2rem}.footer-grid h3{margin-top:0;color:#fff}.footer-logo{width:4.5rem;height:4.5rem;margin-bottom:1rem;border-radius:999px;object-fit:cover;border:2px solid hsla(0,0%,100%,.16);background:#fff}.footer-links{margin:0;padding:0;list-style:none}.footer-links li+li{margin-top:.75rem}.footer-links a{color:hsla(0,0%,100%,.88);text-decoration:none}.footer-bottom{display:flex;flex-direction:column;gap:1rem;margin-top:2rem;padding-top:1.5rem;border-top:1px solid hsla(0,0%,100%,.16)}.footer-bottom p{margin:0}.footer-policy-links{display:flex;flex-wrap:wrap;gap:1rem}.footer-policy-links a{color:hsla(0,0%,100%,.88);text-decoration:none}@media(min-width:640px){.cta-banner__actions,.hero-actions{flex-direction:row;flex-wrap:wrap}.cta-banner__actions{justify-content:flex-end}}@media(min-width:900px){.menu-toggle{display:none}.main-nav{position:static;display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:.75rem 1rem;flex:1 1 auto;min-width:0;padding:0;background:rgba(0,0,0,0);border:0}.main-nav a{padding:.25rem 0;white-space:nowrap}.footer-bottom,.hero-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.cta-banner{grid-template-columns:1fr}.cta-banner__actions{width:100%}.footer-grid{grid-template-columns:1.25fr .8fr 1fr;align-items:start}.hero-grid{grid-template-columns:minmax(0,1.35fr) minmax(18rem,.82fr)}.hero-highlight__header{grid-template-columns:auto minmax(0,1fr)}.mayor-feature{grid-template-columns:minmax(0,1.05fr) minmax(320px,.72fr);align-items:stretch}.mayor-feature__content{padding:3rem}.mayor-detail{grid-template-columns:minmax(280px,.72fr) minmax(0,1fr)}.mayor-hero__grid{grid-template-columns:minmax(0,1.2fr) minmax(280px,.72fr)}.mayor-profile-grid{grid-template-columns:minmax(0,1.35fr) minmax(260px,.65fr);align-items:start}.mayor-timeline{grid-template-columns:repeat(2,minmax(0,1fr))}.mayor-closing{grid-template-columns:minmax(0,1fr) auto}.candidate-detail__hero{grid-template-columns:minmax(280px,360px) minmax(0,1fr)}.download-item{grid-template-columns:minmax(0,1fr) auto;align-items:center}.footer-bottom{display:grid;align-items:center}.footer-policy-links{justify-content:flex-end}}