:root { --forest:#0c4938; --forest-deep:#073328; --sand:#e3a325; --rust:#c94f22; --ink:#16211d; --cream:#f4f0e6; }
* { box-sizing:border-box; }
html,body { margin:0; width:100%; min-height:100%; background:var(--ink); }
body { color:white; font-family:Arial,Helvetica,sans-serif; }
button,a { font:inherit; } a { color:inherit; text-decoration:none; } button { color:inherit; }
.home-shell { position:relative; width:100%; height:100svh; min-height:660px; overflow:hidden; isolation:isolate; background:#1c2823; }
.hero-layers,.hero-image,.hero-shade,.grain { position:absolute; inset:0; }
.hero-layers { z-index:-2; }
.hero-image { opacity:0; background-position:center; background-size:cover; transform:scale(1.04); transition:opacity 1s ease,transform 7s ease; }
.hero-image.is-active { opacity:1; transform:scale(1); }
.hero-shade { background:linear-gradient(90deg,rgba(4,20,16,.82) 0%,rgba(4,20,16,.48) 44%,rgba(4,20,16,.08) 73%),linear-gradient(180deg,rgba(4,15,12,.52) 0%,transparent 24%,transparent 66%,rgba(4,15,12,.62) 100%); }
.grain { opacity:.12; background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.35'/%3E%3C/svg%3E"); }
.site-header { position:absolute; top:0; left:0; right:0; z-index:20; height:118px; display:grid; grid-template-columns:minmax(250px,1fr) auto minmax(170px,1fr); align-items:center; padding:0 clamp(28px,4.5vw,76px); border-bottom:1px solid rgba(255,255,255,.22); }
.brand { display:flex; align-items:center; gap:13px; width:max-content; }
.brand-mark { width:62px; height:62px; overflow:hidden; border-radius:50%; background:rgba(248,245,237,.94); display:grid; place-items:center; box-shadow:0 3px 20px rgba(0,0,0,.18); }
.brand-mark img { width:76px; height:76px; object-fit:cover; object-position:50% 22%; }
.brand-type { display:flex; flex-direction:column; letter-spacing:.12em; }
.brand-type strong { font-family:Georgia,'Times New Roman',serif; font-size:14px; letter-spacing:.075em; }
.brand-type small { margin-top:4px; font-size:8px; text-transform:uppercase; opacity:.74; }
.desktop-nav { display:flex; gap:clamp(22px,2.5vw,42px); align-items:center; }
.desktop-nav button,.desktop-nav a { position:relative; border:0; background:none; padding:10px 0; cursor:pointer; text-transform:uppercase; font-size:11px; font-weight:700; letter-spacing:.16em; opacity:.78; transition:opacity .2s; white-space:nowrap; }
.desktop-nav button:hover,.desktop-nav a:hover,.desktop-nav .active { opacity:1; }
.desktop-nav button::after,.desktop-nav a::after { content:''; position:absolute; height:2px; left:0; right:100%; bottom:2px; background:var(--sand); transition:right .2s; }
.desktop-nav button:hover::after,.desktop-nav a:hover::after,.desktop-nav .active::after { right:0; }
.desktop-nav a span { display:inline-grid; place-items:center; width:20px; height:20px; margin-left:4px; border-radius:50%; background:var(--sand); color:#14231d; font-size:8px; letter-spacing:0; }
.header-action { justify-self:end; display:flex; align-items:center; gap:14px; text-transform:uppercase; font-size:10px; font-weight:700; letter-spacing:.18em; }
.header-action i { display:block; width:44px; height:44px; border:1px solid rgba(255,255,255,.6); border-radius:50%; position:relative; }
.header-action i::before,.header-action i::after { content:''; position:absolute; left:13px; right:13px; height:1px; background:white; }
.header-action i::before { top:17px; box-shadow:0 5px 0 white; }
.hero-content { position:absolute; left:clamp(28px,8vw,130px); top:50%; width:min(720px,58vw); transform:translateY(-43%); }
.eyebrow,.panel-kicker { display:flex; align-items:center; gap:12px; margin:0 0 22px; text-transform:uppercase; font-size:10px; font-weight:700; letter-spacing:.26em; }
.eyebrow span { width:36px; height:1px; background:var(--sand); }
.hero-content h1 { margin:0; font-family:Georgia,'Times New Roman',serif; font-weight:400; font-size:clamp(64px,7.4vw,118px); line-height:.82; letter-spacing:-.055em; text-shadow:0 8px 35px rgba(0,0,0,.25); }
.hero-content h1 span { display:block; }
.hero-copy { width:min(580px,82%); margin:28px 0 0; font-size:16px; line-height:1.65; color:rgba(255,255,255,.82); }
.hero-actions { display:flex; align-items:center; gap:30px; margin-top:32px; }
.primary-cta { display:inline-flex; align-items:center; gap:22px; min-width:210px; justify-content:space-between; padding:17px 20px; color:#13261f; background:var(--sand); text-transform:uppercase; letter-spacing:.12em; font-size:10px; font-weight:800; transition:transform .2s,background .2s; }
.primary-cta:hover { transform:translateY(-2px); background:#f1b63c; }
.primary-cta b,.text-cta b { font-size:16px; }
.text-cta { display:inline-flex; align-items:center; gap:15px; padding:12px 0; border-bottom:1px solid rgba(255,255,255,.52); text-transform:uppercase; letter-spacing:.14em; font-size:10px; font-weight:700; }
.slide-controls { position:absolute; right:clamp(28px,5vw,80px); bottom:60px; display:flex; align-items:center; gap:25px; }
.slide-count { display:flex; align-items:baseline; gap:7px; font-family:Georgia,serif; }
.slide-count strong { font-size:27px; font-weight:400; }.slide-count span,.slide-count small { opacity:.55; }
.slide-dots { display:flex; gap:7px; }.slide-dots button { width:48px; height:18px; border:0; padding:8px 0; background:transparent; cursor:pointer; }.slide-dots button span { display:block; width:100%; height:1px; background:rgba(255,255,255,.38); }.slide-dots button.active span { height:2px; background:var(--sand); }
.hero-note { position:absolute; left:clamp(28px,4.5vw,76px); bottom:35px; display:flex; gap:28px; font-size:9px; letter-spacing:.13em; text-transform:uppercase; color:rgba(255,255,255,.58); }
.info-panel { position:absolute; inset:0; z-index:15; padding:150px clamp(28px,7vw,110px) 55px; background:rgba(6,43,32,.97); backdrop-filter:blur(16px); transform:translateY(-101%); transition:transform .55s cubic-bezier(.72,0,.18,1); overflow:auto; }
.info-panel.is-open { transform:translateY(0); }
.panel-close { position:absolute; right:clamp(28px,4.5vw,76px); top:145px; width:48px; height:48px; border:1px solid rgba(255,255,255,.36); border-radius:50%; background:transparent; font-size:28px; font-weight:200; cursor:pointer; }
.panel-inner { max-width:1180px; margin:0 auto; }.panel-kicker { color:#e9b34b; }.panel-inner h2 { margin:0; font-family:Georgia,serif; font-size:clamp(52px,6vw,92px); font-weight:400; line-height:.94; letter-spacing:-.04em; }
.experience-grid { display:grid; grid-template-columns:repeat(4,1fr); margin-top:48px; border-top:1px solid rgba(255,255,255,.22); }
.experience-grid a { position:relative; min-height:210px; padding:26px 24px; border-right:1px solid rgba(255,255,255,.22); transition:background .2s; }.experience-grid a:first-child { border-left:1px solid rgba(255,255,255,.22); }.experience-grid a:hover { background:rgba(255,255,255,.08); }.experience-grid small,.experience-grid strong,.experience-grid span { display:block; }.experience-grid small { color:var(--sand); letter-spacing:.15em; }.experience-grid strong { margin-top:42px; font-family:Georgia,serif; font-size:24px; font-weight:400; }.experience-grid span { margin-top:12px; font-size:12px; color:rgba(255,255,255,.62); line-height:1.5; }.experience-grid b { position:absolute; right:22px; top:24px; }
.panel-split { display:grid; grid-template-columns:1fr 1fr; gap:90px; align-items:end; min-height:55vh; }.agenda-list article { display:grid; grid-template-columns:110px 1fr; gap:8px 20px; padding:23px 0; border-top:1px solid rgba(255,255,255,.2); }.agenda-list time { grid-row:span 2; color:var(--sand); font-size:10px; letter-spacing:.16em; }.agenda-list strong { font-family:Georgia,serif; font-size:22px; font-weight:400; }.agenda-list span { opacity:.6; font-size:11px; text-transform:uppercase; letter-spacing:.12em; }.council-copy { max-width:520px; padding-bottom:10px; }.council-copy p { font-family:Georgia,serif; font-size:clamp(21px,2vw,31px); line-height:1.35; color:rgba(255,255,255,.78); }.council-copy a { display:inline-flex; gap:18px; margin-top:22px; padding-bottom:9px; border-bottom:1px solid var(--sand); text-transform:uppercase; letter-spacing:.15em; font-size:10px; font-weight:800; }
@media (max-width:1050px) { .site-header { grid-template-columns:1fr auto; }.desktop-nav { display:none; }.brand-type { display:none; }.hero-content { width:75vw; }.panel-split { gap:40px; }.experience-grid { grid-template-columns:repeat(2,1fr); } }
@media (max-width:700px) { .home-shell { min-height:600px; }.site-header { height:88px; padding:0 20px; }.brand-mark { width:52px; height:52px; }.brand-mark img { width:66px; height:66px; }.header-action span { display:none; }.header-action i { width:42px; height:42px; }.hero-shade { background:linear-gradient(90deg,rgba(4,20,16,.78),rgba(4,20,16,.2)),linear-gradient(0deg,rgba(4,15,12,.77),transparent 64%); }.hero-content { left:22px; top:47%; width:calc(100vw - 44px); transform:translateY(-44%); }.hero-content h1 { font-size:clamp(54px,18vw,76px); line-height:.88; }.hero-copy { width:100%; margin-top:22px; font-size:13px; line-height:1.55; }.eyebrow { font-size:8px; letter-spacing:.18em; margin-bottom:17px; }.hero-actions { align-items:flex-start; flex-direction:column; gap:10px; margin-top:24px; }.primary-cta { padding:14px 16px; min-width:196px; }.text-cta { padding:9px 0; }.slide-controls { right:20px; bottom:31px; }.slide-dots button { width:25px; }.hero-note { display:none; }.info-panel { padding:118px 22px 30px; }.panel-close { right:20px; top:104px; width:42px; height:42px; }.panel-inner h2 { font-size:49px; }.experience-grid { grid-template-columns:1fr 1fr; margin-top:34px; }.experience-grid a { min-height:165px; padding:18px 14px; }.experience-grid strong { margin-top:28px; font-size:18px; }.experience-grid span { font-size:10px; }.panel-split { display:block; }.agenda-list { margin-top:36px; }.agenda-list article { grid-template-columns:80px 1fr; }.council-copy { margin-top:35px; }.council-copy p { font-size:21px; } }
@media (prefers-reduced-motion:reduce) { *,*::before,*::after { scroll-behavior:auto!important; transition-duration:.01ms!important; animation-duration:.01ms!important; } }

/* Interior navigation */
.portal-header { height:104px; display:grid; grid-template-columns:1fr auto 1fr; align-items:center; padding:0 clamp(24px,4vw,66px); border-bottom:1px solid rgba(20,35,29,.17); color:var(--ink); }
.portal-header-dark { background:var(--cream); }
.portal-brand,.profile-brand { display:flex; align-items:center; gap:12px; width:max-content; }
.portal-brand>span,.profile-brand>span { width:54px; height:54px; display:grid; place-items:center; border-radius:50%; overflow:hidden; background:#f9f6ef; }
.portal-brand img,.profile-brand img { width:68px; height:68px; object-fit:cover; object-position:50% 22%; }
.portal-brand strong,.profile-brand strong { display:flex; flex-direction:column; font-family:Georgia,serif; letter-spacing:.08em; font-size:13px; }
.portal-brand small,.profile-brand small { margin-top:4px; font-family:Arial,sans-serif; font-size:7px; text-transform:uppercase; letter-spacing:.13em; font-weight:400; opacity:.62; }
.portal-header nav { display:flex; gap:34px; align-items:center; }.portal-header nav a { position:relative; padding:12px 0; text-transform:uppercase; font-size:10px; letter-spacing:.16em; font-weight:700; }.portal-header nav a.current::after { content:''; position:absolute; left:0; right:0; bottom:3px; height:2px; background:var(--rust); }.portal-header nav b { display:inline-grid; place-items:center; width:20px; height:20px; margin-left:4px; border-radius:50%; background:var(--sand); font-size:8px; letter-spacing:0; }
.portal-close { justify-self:end; width:44px; height:44px; display:grid; place-items:center; border:1px solid rgba(20,35,29,.28); border-radius:50%; font-size:25px; font-weight:200; }

/* Municipality directory */
.directory-shell { width:100%; height:100svh; min-height:650px; overflow:hidden; background:var(--cream); color:var(--ink); }
.directory-content { display:grid; grid-template-columns:35% 65%; height:calc(100svh - 104px); min-height:546px; }
.directory-intro { position:relative; padding:clamp(42px,5vh,76px) clamp(34px,5vw,82px); background:var(--forest-deep); color:white; overflow:hidden; }
.directory-intro::after { content:'67'; position:absolute; right:-32px; bottom:-72px; font-family:Georgia,serif; font-size:260px; line-height:1; color:rgba(255,255,255,.035); }
.directory-kicker { margin:0 0 23px; color:var(--sand); text-transform:uppercase; letter-spacing:.24em; font-size:9px; font-weight:800; }
.directory-intro h1 { margin:0; font-family:Georgia,serif; font-size:clamp(48px,5vw,78px); line-height:.96; font-weight:400; letter-spacing:-.045em; }.directory-intro h1 em { color:#e9b34b; font-weight:400; }.directory-intro>p:not(.directory-kicker) { max-width:380px; margin:29px 0 0; color:rgba(255,255,255,.67); font-size:14px; line-height:1.7; }
.directory-stat { position:absolute; left:clamp(34px,5vw,82px); bottom:48px; display:flex; align-items:center; gap:16px; z-index:1; }.directory-stat strong { font-family:Georgia,serif; font-size:51px; color:var(--sand); font-weight:400; line-height:1; }.directory-stat span { padding-left:16px; border-left:1px solid rgba(255,255,255,.28); font-size:9px; line-height:1.5; letter-spacing:.13em; text-transform:uppercase; }
.directory-browser { display:grid; grid-template-rows:auto auto 1fr; min-width:0; padding:clamp(28px,4vh,50px) clamp(28px,4vw,62px) 0; }
.directory-toolbar { display:flex; align-items:flex-end; justify-content:space-between; gap:30px; }.directory-toolbar label { position:relative; display:block; width:min(460px,75%); }.directory-toolbar label span { display:block; margin-bottom:9px; text-transform:uppercase; letter-spacing:.16em; font-size:8px; font-weight:800; opacity:.54; }.directory-toolbar input { width:100%; border:0; border-bottom:1px solid rgba(20,35,29,.36); padding:7px 30px 12px 0; outline:none; background:transparent; color:var(--ink); font-family:Georgia,serif; font-size:22px; }.directory-toolbar input:focus { border-color:var(--rust); }.directory-toolbar label b { position:absolute; right:2px; bottom:10px; font-size:20px; }.directory-toolbar>p { margin:0 0 11px; text-transform:uppercase; letter-spacing:.13em; font-size:8px; opacity:.5; }.directory-toolbar>p strong { font-size:12px; color:var(--rust); }
.region-filters { display:flex; flex-wrap:wrap; gap:6px; padding:24px 0 18px; border-bottom:1px solid rgba(20,35,29,.15); }.region-filters button { border:1px solid rgba(20,35,29,.2); border-radius:99px; background:transparent; color:var(--ink); padding:7px 12px; cursor:pointer; text-transform:uppercase; letter-spacing:.1em; font-size:7px; font-weight:800; }.region-filters button.active { background:var(--forest); border-color:var(--forest); color:white; }
.municipality-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); align-content:start; overflow-y:auto; scrollbar-width:thin; scrollbar-color:var(--sand) transparent; padding:10px 6px 40px 0; }
.municipality-grid>a { position:relative; display:grid; grid-template-columns:30px 1fr 20px; align-items:center; gap:9px; min-height:70px; padding:11px 12px; border-bottom:1px solid rgba(20,35,29,.12); transition:background .18s,color .18s; }.municipality-grid>a:nth-child(3n+2) { border-left:1px solid rgba(20,35,29,.12); border-right:1px solid rgba(20,35,29,.12); }.municipality-grid>a:hover { background:#fff; color:var(--rust); }.municipality-grid>a.featured { background:#e8ad38; color:#13251e; }.municipality-grid>a>small { font-family:Georgia,serif; font-size:11px; opacity:.45; }.municipality-grid>a>span { min-width:0; }.municipality-grid>a strong,.municipality-grid>a em { display:block; }.municipality-grid>a strong { font-family:Georgia,serif; font-size:15px; font-weight:400; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }.municipality-grid>a em { margin-top:5px; text-transform:uppercase; font-style:normal; letter-spacing:.12em; font-size:7px; opacity:.48; }.municipality-grid>a>b { justify-self:end; font-size:12px; }.municipality-grid>a>i { position:absolute; right:8px; top:4px; text-transform:uppercase; font-style:normal; font-size:6px; font-weight:800; letter-spacing:.1em; }

/* Municipality profile */
.profile-shell { position:relative; width:100%; height:100svh; min-height:680px; overflow:hidden; isolation:isolate; background:#17251f; }
.profile-backdrop,.profile-overlay { position:absolute; inset:0; z-index:-2; }.profile-backdrop { background-image:var(--profile-image); background-size:cover; background-position:center; }.profile-overlay { z-index:-1; background:linear-gradient(90deg,rgba(5,24,18,.87) 0%,rgba(5,24,18,.45) 48%,rgba(5,24,18,.14) 76%),linear-gradient(0deg,rgba(4,15,12,.7),transparent 54%,rgba(4,15,12,.4)); }
.profile-header { height:98px; display:flex; align-items:center; justify-content:space-between; padding:0 clamp(24px,4.5vw,72px); border-bottom:1px solid rgba(255,255,255,.22); }.profile-brand>span { background:rgba(249,246,239,.94); }.profile-index { display:flex; align-items:center; gap:13px; text-transform:uppercase; letter-spacing:.16em; font-size:9px; font-weight:800; }.profile-index b { display:grid; place-items:center; width:38px; height:38px; border:1px solid rgba(255,255,255,.45); border-radius:50%; }
.profile-title { position:absolute; left:clamp(28px,7vw,110px); top:29%; max-width:950px; }.profile-title>p { display:flex; gap:20px; margin:0 0 18px; text-transform:uppercase; font-size:9px; letter-spacing:.2em; font-weight:800; }.profile-title>p span { color:var(--sand); }.profile-title h1 { margin:0; font-family:Georgia,serif; font-size:clamp(56px,7.2vw,112px); line-height:.88; font-weight:400; letter-spacing:-.055em; text-shadow:0 7px 25px rgba(0,0,0,.25); }.profile-title>em { display:block; max-width:780px; margin-top:20px; font-family:Georgia,serif; font-size:clamp(18px,2vw,29px); line-height:1.25; font-style:italic; color:rgba(255,255,255,.78); }
.strategy-drawer { position:absolute; z-index:3; left:clamp(28px,4.5vw,72px); right:clamp(28px,4.5vw,72px); bottom:40px; height:260px; display:grid; grid-template-columns:150px 1fr; background:rgba(244,240,230,.97); color:var(--ink); box-shadow:0 16px 50px rgba(0,0,0,.23); }.strategy-tabs { display:flex; flex-direction:column; border-right:1px solid rgba(20,35,29,.16); }.strategy-tabs button { position:relative; flex:1; border:0; border-bottom:1px solid rgba(20,35,29,.13); background:transparent; color:var(--ink); padding:0 20px; text-align:left; text-transform:uppercase; font-size:8px; letter-spacing:.16em; font-weight:800; cursor:pointer; }.strategy-tabs button:last-child { border-bottom:0; }.strategy-tabs button.active { background:var(--forest); color:white; }.strategy-tabs button.active::after { content:'→'; position:absolute; right:16px; }
.strategy-content { min-width:0; overflow:hidden; }.capital-vision,.generic-plan { display:grid; grid-template-columns:1.08fr .92fr; gap:50px; align-items:center; height:100%; padding:28px 40px; }.capital-vision p,.generic-plan p { margin:0; font-size:12px; line-height:1.55; color:rgba(20,35,29,.67); }.capital-vision>div:first-child>p,.generic-plan>div>p { margin-bottom:10px; color:var(--rust); text-transform:uppercase; font-size:8px; font-weight:800; letter-spacing:.17em; }.capital-vision h2,.generic-plan h2 { margin:0; font-family:Georgia,serif; font-size:clamp(23px,2.2vw,35px); line-height:1.06; font-weight:400; letter-spacing:-.025em; }.vision-metrics { display:flex; gap:26px; margin-top:25px; }.vision-metrics span { display:flex; flex-direction:column; text-transform:uppercase; letter-spacing:.1em; font-size:7px; color:rgba(20,35,29,.56); }.vision-metrics strong { font-family:Georgia,serif; font-size:25px; font-weight:400; line-height:1; color:var(--forest); }
.capital-cards,.generic-pillars { display:grid; grid-template-columns:repeat(4,1fr); height:100%; }.generic-pillars { grid-template-columns:repeat(3,1fr); }.capital-cards article,.generic-pillars article { position:relative; padding:27px 25px; border-right:1px solid rgba(20,35,29,.15); }.capital-cards article:last-child,.generic-pillars article:last-child { border:0; }.capital-cards small,.generic-pillars small,.axis-list small { color:var(--rust); font-size:8px; font-weight:800; letter-spacing:.14em; }.capital-cards strong,.generic-pillars strong { display:block; margin-top:42px; font-family:Georgia,serif; font-size:21px; font-weight:400; }.capital-cards p,.generic-pillars p { margin:9px 0 0; font-size:10px; line-height:1.45; color:rgba(20,35,29,.62); }
.axis-list { height:100%; overflow-y:auto; padding:12px 32px 20px; }.axis-list article { display:grid; grid-template-columns:35px 190px 1fr; gap:18px; align-items:center; min-height:55px; border-bottom:1px solid rgba(20,35,29,.14); }.axis-list strong { font-family:Georgia,serif; font-size:17px; font-weight:400; }.axis-list p { margin:0; font-size:10px; line-height:1.4; color:rgba(20,35,29,.62); }
.profile-pager { position:absolute; right:clamp(28px,4.5vw,72px); top:118px; display:flex; gap:34px; }.profile-pager a { min-width:128px; text-align:right; }.profile-pager a:first-child { text-align:left; }.profile-pager small,.profile-pager span { display:block; }.profile-pager small { margin-bottom:5px; text-transform:uppercase; font-size:7px; letter-spacing:.15em; opacity:.5; }.profile-pager span { font-family:Georgia,serif; font-size:13px; }

@media (max-width:1000px) { .directory-content { grid-template-columns:31% 69%; }.directory-intro { padding-left:30px; padding-right:30px; }.directory-stat { left:30px; }.municipality-grid { grid-template-columns:repeat(2,1fr); }.municipality-grid>a:nth-child(3n+2) { border-left:0; border-right:0; }.municipality-grid>a:nth-child(even) { border-left:1px solid rgba(20,35,29,.12); }.strategy-drawer { grid-template-columns:120px 1fr; }.capital-vision,.generic-plan { gap:25px; padding:25px; }.capital-cards article,.generic-pillars article { padding:22px 16px; }.capital-cards strong,.generic-pillars strong { margin-top:34px; font-size:18px; } }
@media (max-width:700px) { .portal-header { height:82px; padding:0 18px; grid-template-columns:1fr auto; }.portal-brand strong,.profile-brand strong,.portal-header nav { display:none; }.portal-brand>span,.profile-brand>span { width:50px; height:50px; }.directory-shell { min-height:600px; }.directory-content { display:block; height:calc(100svh - 82px); }.directory-intro { height:195px; padding:25px 22px; }.directory-intro h1 { font-size:40px; }.directory-intro>p:not(.directory-kicker),.directory-stat { display:none; }.directory-browser { height:calc(100% - 195px); padding:22px 18px 0; }.directory-toolbar input { font-size:18px; }.directory-toolbar>p { display:none; }.region-filters { flex-wrap:nowrap; overflow-x:auto; padding:16px 0 12px; }.region-filters button { flex:0 0 auto; }.municipality-grid { grid-template-columns:1fr 1fr; }.municipality-grid>a { min-height:62px; padding:8px; grid-template-columns:24px 1fr 12px; }.municipality-grid>a strong { font-size:13px; }.profile-shell { min-height:620px; overflow-y:auto; }.profile-header { height:78px; padding:0 20px; }.profile-title { position:relative; left:auto; top:auto; margin:70px 22px 0; }.profile-title h1 { font-size:51px; }.profile-title>em { font-size:17px; }.profile-index { font-size:0; }.profile-index b { font-size:14px; }.profile-pager { display:none; }.strategy-drawer { position:relative; left:auto; right:auto; bottom:auto; width:calc(100% - 28px); height:410px; margin:52px 14px 14px; display:block; }.strategy-tabs { height:56px; flex-direction:row; border-right:0; border-bottom:1px solid rgba(20,35,29,.14); }.strategy-tabs button { border-bottom:0; border-right:1px solid rgba(20,35,29,.12); text-align:center; padding:0 8px; }.strategy-tabs button.active::after { display:none; }.strategy-content { height:354px; overflow-y:auto; }.capital-vision,.generic-plan { display:block; padding:22px; }.capital-vision>div+div,.generic-plan>p { margin-top:20px; }.vision-metrics { gap:18px; }.capital-cards,.generic-pillars { grid-template-columns:1fr; height:auto; }.capital-cards article,.generic-pillars article { min-height:135px; border-right:0; border-bottom:1px solid rgba(20,35,29,.14); }.capital-cards strong,.generic-pillars strong { margin-top:17px; }.axis-list { padding:10px 20px; }.axis-list article { grid-template-columns:28px 1fr; padding:12px 0; }.axis-list p { grid-column:2; }.profile-backdrop,.profile-overlay { position:fixed; } }

/* Brand correction: complete one-ink lockup, recolored through its alpha mask */
.brand>.brand-logo-full,.portal-brand>.brand-logo-full,.profile-brand>.brand-logo-full {
  display:block;
  width:178px;
  height:92px;
  flex:0 0 auto;
  border-radius:0;
  background:currentColor;
  box-shadow:none;
  -webkit-mask:url('/assets/consejo-logo-monocromo.png') center/contain no-repeat;
  mask:url('/assets/consejo-logo-monocromo.png') center/contain no-repeat;
}
.brand,.profile-brand { color:#fff; }
.portal-brand { color:var(--forest-deep); }

/* Photographic panels with brand-color gradients */
.info-panel {
  background:
    linear-gradient(100deg,rgba(4,45,33,.98) 0%,rgba(8,70,52,.93) 45%,rgba(7,51,39,.76) 100%),
    url('/assets/destinos/cascada.jpg') center/cover no-repeat;
}
.directory-intro {
  background:
    linear-gradient(135deg,rgba(3,43,32,.97) 0%,rgba(8,79,58,.86) 52%,rgba(9,58,45,.58) 100%),
    url('/assets/destinos/sierra.jpg') center/cover no-repeat;
}
.municipality-grid>a.featured {
  background:
    linear-gradient(125deg,rgba(245,195,55,.97) 0%,rgba(230,157,24,.85) 58%,rgba(215,128,18,.60) 100%),
    url('/assets/destinos/chihuahua.jpg') center 48%/cover no-repeat;
  color:#10251d;
  text-shadow:0 1px 10px rgba(255,225,139,.35);
}
.strategy-content {
  background:
    linear-gradient(90deg,rgba(244,240,230,.98) 0%,rgba(244,240,230,.94) 58%,rgba(244,240,230,.78) 100%),
    url('/assets/destinos/chihuahua.jpg') center/cover no-repeat;
}

/* The list owns the remaining viewport and always exposes its vertical control */
.directory-content,.directory-browser { min-height:0; }
.directory-browser { overflow:hidden; }
.municipality-list-frame { position:relative; min-width:0; min-height:0; overflow:hidden; }
.municipality-list-frame::after { content:''; position:absolute; z-index:2; left:0; right:0; bottom:0; height:78px; pointer-events:none; opacity:0; background:linear-gradient(0deg,var(--cream) 12%,rgba(244,240,230,0)); transition:opacity .2s; }
.municipality-list-frame.has-more::after { opacity:1; }
.municipality-grid { height:100%; min-height:0; overscroll-behavior:contain; }
.municipality-grid::-webkit-scrollbar { width:9px; }
.municipality-grid::-webkit-scrollbar-track { background:rgba(12,73,56,.08); }
.municipality-grid::-webkit-scrollbar-thumb { background:linear-gradient(var(--sand),var(--rust)); border:2px solid var(--cream); border-radius:10px; }
.scroll-more { position:absolute; z-index:4; left:50%; bottom:14px; transform:translateX(-50%); display:flex; align-items:center; gap:12px; min-width:176px; justify-content:center; padding:10px 16px; border:1px solid rgba(12,73,56,.22); border-radius:99px; background:rgba(255,252,245,.96); color:var(--forest-deep); box-shadow:0 7px 24px rgba(15,42,32,.16); cursor:pointer; text-transform:uppercase; font-size:7px; font-weight:800; letter-spacing:.13em; }
.scroll-more b { display:grid; place-items:center; width:22px; height:22px; border-radius:50%; background:linear-gradient(180deg,var(--sand),#cf7119); color:#fff; font-size:13px; }
.scroll-more:hover { background:#fff; transform:translate(-50%,-2px); }

@media (max-width:1050px) {
  .brand>.brand-logo-full,.portal-brand>.brand-logo-full,.profile-brand>.brand-logo-full { width:150px; height:82px; }
}
@media (max-width:700px) {
  .brand>.brand-logo-full,.portal-brand>.brand-logo-full,.profile-brand>.brand-logo-full { width:112px; height:64px; }
  .municipality-list-frame { min-height:0; }
  .scroll-more { min-width:154px; bottom:9px; padding:8px 12px; }
}

/* Ajustes de la edición estática */
.eyebrow i,.primary-cta i{font-style:normal}
[data-tab-content]{height:100%}
[hidden]{display:none!important}
.not-found{min-height:100svh;display:grid;place-items:center;padding:30px;background:linear-gradient(rgba(4,45,33,.88),rgba(4,45,33,.88)),url('/assets/destinos/sierra.jpg') center/cover;color:#fff;text-align:center}
.not-found h1{margin:0;font:400 clamp(70px,14vw,170px)/.8 Georgia,serif;color:var(--sand)}
.not-found h2{font:400 clamp(30px,5vw,65px)/1 Georgia,serif;margin:24px 0 12px}
.not-found p{max-width:550px;line-height:1.6;color:rgba(255,255,255,.72)}
.not-found a{display:inline-block;margin-top:20px;padding:15px 22px;background:var(--sand);color:var(--forest-deep);font-size:10px;font-weight:800;letter-spacing:.14em;text-transform:uppercase}
