:root{
  --navy:#123b54;--navy-2:#0d2c40;--blue:#2563eb;--cyan:#0ea5b7;--ink:#152433;--muted:#667788;
  --bg:#f6f8fb;--surface:#fff;--line:#e3e9ef;--soft:#eef4f7;--success:#0f766e;--radius:18px;
  --shadow:0 14px 40px rgba(17,46,66,.08);--font-main:"Nian",Tahoma,Arial,sans-serif;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--bg);color:var(--ink);font-family:var(--font-main);font-size:17px;line-height:1.9;overflow-x:hidden;font-synthesis:none}
a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.container{width:min(1180px,calc(100% - 40px));margin-inline:auto}.ui-icon{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;flex:none}
.skip-link{position:fixed;top:10px;right:10px;z-index:1000;padding:10px 14px;border-radius:10px;background:#fff;transform:translateY(-160%)}.skip-link:focus{transform:none}
.utility-bar{background:var(--navy-2);color:#dce9ef;font-size:14px}.utility-inner{min-height:38px;display:flex;justify-content:space-between;align-items:center;gap:20px}.utility-date{direction:rtl;color:#aac2ce}
.site-header{position:sticky;top:0;z-index:80;background:#fff;border-bottom:1px solid rgba(227,233,239,.9)}.header-main{min-height:86px;display:flex;align-items:center;gap:28px}.brand{display:flex;align-items:center;gap:12px;min-width:max-content}.brand-logo{width:56px;height:56px;border-radius:16px;background:#fff;border:1px solid var(--line);display:grid;place-items:center;overflow:hidden}.brand-logo img{width:46px;height:46px;object-fit:contain}.brand-copy{display:flex;flex-direction:column;line-height:1.45}.brand-copy strong{font-size:20px;color:var(--navy)}.brand-copy small{font-size:13px;color:var(--muted)}.main-nav{margin-right:auto;display:flex;align-items:center;gap:4px}.main-nav a{padding:10px 11px;border-radius:10px;font-size:15px;color:#415261;white-space:nowrap}.main-nav a:hover,.main-nav a.active{background:var(--soft);color:var(--navy)}.main-nav .nav-admin{margin-right:8px;background:var(--navy);color:#fff}.main-nav .nav-admin:hover{background:var(--navy-2);color:#fff}.nav-toggle{display:none;align-items:center;gap:7px;border:1px solid var(--line);background:#fff;color:var(--navy);border-radius:12px;padding:10px 13px;font:inherit;cursor:pointer}
.start-hero{padding:46px 0 34px;background:linear-gradient(180deg,#f8fbfd 0,#eef4f8 100%);border-bottom:1px solid var(--line)}.start-hero-grid{display:grid;grid-template-columns:minmax(0,.95fr) minmax(420px,1.05fr);gap:54px;align-items:center}.start-hero-copy{padding:20px 0}.eyebrow{display:inline-flex;align-items:center;gap:8px;color:var(--cyan);font-weight:700;font-size:14px;letter-spacing:.01em}.eyebrow:before{content:"";width:26px;height:3px;border-radius:9px;background:currentColor}.start-hero h1{font-size:clamp(38px,5vw,66px);line-height:1.25;margin:14px 0 18px;color:var(--navy-2);letter-spacing:-.02em}.start-hero p{font-size:19px;color:#526776;max-width:660px;margin:0 0 28px}.hero-actions{display:flex;flex-wrap:wrap;gap:12px}.button{min-height:50px;padding:10px 18px;border-radius:13px;display:inline-flex;align-items:center;justify-content:center;gap:9px;border:1px solid transparent;font:inherit;font-weight:700;cursor:pointer}.button-primary,.button-dark{background:var(--navy);color:#fff}.button-primary:hover,.button-dark:hover{background:var(--navy-2)}.button-secondary,.button-ghost{background:#fff;border-color:var(--line);color:var(--navy)}.button-secondary:hover,.button-ghost:hover{border-color:#c7d5df;background:#fdfefe}.button-light{background:#fff;color:var(--navy)}.button-gold{background:#f2b84b;color:#382400}.button-outline-light{border-color:rgba(255,255,255,.4);color:#fff}.hero-meta{display:flex;gap:18px;flex-wrap:wrap;margin-top:24px;color:#6b7d88;font-size:14px}.hero-meta span{display:flex;align-items:center;gap:7px}.hero-meta span:before{content:"";width:7px;height:7px;border-radius:50%;background:var(--cyan)}.start-hero-media{position:relative;min-height:430px}.start-hero-media>picture{display:block;height:430px}.start-hero-media>picture img{width:100%;height:100%;object-fit:cover;border-radius:28px;box-shadow:0 30px 70px rgba(12,44,64,.16)}.hero-city-chip{position:absolute;right:22px;bottom:22px;display:flex;flex-direction:column;min-width:210px;padding:16px 18px;border-radius:16px;background:rgba(255,255,255,.95);box-shadow:var(--shadow)}.hero-city-chip span{font-size:13px;color:var(--muted)}.hero-city-chip strong{color:var(--navy);font-size:18px}
.section{padding:76px 0}.section-quick{padding-top:52px}.section-heading{margin-bottom:28px}.section-heading h2,.page-hero h1{font-size:clamp(29px,4vw,43px);line-height:1.35;margin:8px 0;color:var(--navy-2)}.section-heading p,.page-hero p{margin:0;color:var(--muted)}.section-heading-inline{display:flex;justify-content:space-between;align-items:end;gap:22px}.quick-access-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:15px}.quick-access{display:flex;flex-direction:column;min-height:190px;padding:22px;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);transition:.2s ease}.quick-access:hover{transform:translateY(-3px);box-shadow:var(--shadow);border-color:#cad8e1}.quick-access-icon{width:46px;height:46px;border-radius:14px;display:grid;place-items:center;background:#eef6f8;color:var(--cyan);margin-bottom:18px}.quick-access-copy{display:flex;flex-direction:column}.quick-access-copy strong{font-size:18px;color:var(--navy)}.quick-access-copy span{font-size:14px;color:var(--muted);margin-top:3px}.quick-access-arrow{margin-top:auto;color:#93a5b0;display:flex;justify-content:flex-end}
.section-about-soft{background:#fff;border-block:1px solid var(--line)}.intro-layout{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center}.intro-copy h2{font-size:38px;margin:9px 0 16px;color:var(--navy)}.intro-copy p{color:#526776;margin:0 0 12px}.intro-visual img{width:100%;height:390px;object-fit:cover;border-radius:24px}.text-link{display:inline-flex;align-items:center;gap:8px;color:var(--blue);font-weight:700;margin-top:10px}.text-link-light{color:#d5f3f7}.text-link:hover{gap:12px}
.mayor-clean{padding:58px 0;background:linear-gradient(135deg,var(--navy-2),#164f68);color:#fff}.mayor-clean-grid{display:grid;grid-template-columns:280px 1fr;gap:42px;align-items:center}.mayor-clean-photo img{width:260px;height:310px;object-fit:cover;border-radius:24px;border:4px solid rgba(255,255,255,.15)}.mayor-clean-copy .eyebrow{color:#7fe0e7}.mayor-clean-copy h2{font-size:38px;margin:6px 0 10px}.mayor-clean-copy blockquote{margin:0 0 22px;color:#d9e7ec;font-size:19px;max-width:760px;border-right:3px solid #4fc2cc;padding-right:18px}
.news-editorial-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.news-editorial-card{background:#fff;border:1px solid var(--line);border-radius:20px;overflow:hidden;display:flex;flex-direction:column}.news-editorial-media{display:block;height:215px;background:#edf2f5}.news-editorial-media img{width:100%;height:100%;object-fit:cover}.news-editorial-copy{padding:20px;display:flex;flex-direction:column;flex:1}.news-editorial-copy .meta{display:flex;align-items:center;justify-content:space-between;gap:10px}.news-editorial-copy h3{font-size:21px;line-height:1.55;margin:10px 0;color:var(--navy)}.news-editorial-copy p{font-size:15px;color:var(--muted);margin:0}.news-editorial-copy .text-link{margin-top:auto;padding-top:15px}.badge{display:inline-flex;width:max-content;padding:4px 9px;border-radius:999px;background:#e9f6f7;color:#087782;font-size:12px;font-weight:700}.badge-blue{background:#eef3ff;color:#335cc5}.badge-gold{background:#fff5dc;color:#8a5a00}.meta{font-size:13px;color:#71818d}.placeholder-media{height:100%;min-height:180px;display:grid;place-items:center;background:linear-gradient(135deg,#eef4f7,#dfe8ed);color:#71818d}
.section-projects{background:var(--navy-2);color:#fff}.section-projects .section-heading h2{color:#fff}.section-projects .section-heading p{color:#b7c9d2}.project-cinema-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.project-cinema-card{border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.06);border-radius:20px;overflow:hidden}.project-cinema-media{height:205px}.project-cinema-media img{width:100%;height:100%;object-fit:cover}.project-cinema-copy{padding:20px}.project-cinema-copy .meta{display:flex;justify-content:space-between;color:#b9d0da}.project-cinema-copy h3{font-size:21px;margin:10px 0}.project-cinema-copy p{font-size:15px;color:#c9d9df}.progress{height:8px;border-radius:999px;overflow:hidden;background:rgba(255,255,255,.14);margin-top:18px}.progress span{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#0fb4c3,#54d3da)}
.stats-strip{padding:30px 0;background:#fff;border-bottom:1px solid var(--line)}.stats-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--line);border:1px solid var(--line);border-radius:18px;overflow:hidden}.stats-grid>div{background:#fff;padding:24px;text-align:center}.stats-grid strong{display:block;font-size:32px;color:var(--navy)}.stats-grid span{color:var(--muted);font-size:14px}
.page-hero{padding:54px 0 42px;background:linear-gradient(180deg,#eff5f8,#f6f8fb);border-bottom:1px solid var(--line)}.content-wrap{padding:52px 0 78px}.grid{display:grid;gap:20px}.grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.card{background:#fff;border:1px solid var(--line);border-radius:18px;padding:22px;box-shadow:0 7px 24px rgba(26,54,70,.04)}.card h2,.card h3{color:var(--navy);margin-top:0}.card p{color:var(--muted)}.card-link{transition:.2s ease}.card-link:hover{transform:translateY(-2px);border-color:#c8d7e1;box-shadow:var(--shadow)}.service-card .quick-access-icon{margin-bottom:14px}.filters-card{margin-bottom:24px}.filters-row{display:grid;grid-template-columns:minmax(200px,2fr) minmax(170px,1fr) auto;align-items:end;gap:14px}.field{display:flex;flex-direction:column;gap:6px}.field label{font-weight:700;color:#344b5b}.field input,.field select,.field textarea{width:100%;min-height:48px;border:1px solid #cfdbe3;background:#fff;border-radius:11px;padding:10px 12px;font:inherit;color:var(--ink)}.field textarea{min-height:150px}.field input:focus,.field select:focus,.field textarea:focus{outline:3px solid rgba(14,165,183,.13);border-color:#64bdc7}.field-full{grid-column:1/-1}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.alert-box,.notice{padding:14px 16px;border-radius:12px;background:#fff6db;border:1px solid #f0d790;color:#6f5500;margin-bottom:18px}.empty-state{padding:34px;border:1px dashed #cbd8e0;background:#fff;border-radius:18px;text-align:center;color:var(--muted);display:flex;flex-direction:column;gap:3px}.empty-state strong{color:var(--navy)}.empty-state-dark{background:rgba(255,255,255,.05);border-color:rgba(255,255,255,.18);color:#bfd0d8}.empty-state-dark strong{color:#fff}.content-list{display:flex;flex-direction:column;gap:12px}.list-item{display:block;background:#fff;border:1px solid var(--line);border-radius:16px;padding:18px}.list-item:hover{border-color:#bdced9}.detail-layout{display:grid;grid-template-columns:minmax(0,1fr) 310px;gap:26px}.detail-body,.detail-sidebar{background:#fff;border:1px solid var(--line);border-radius:18px;padding:24px}.detail-body img,.item-image,.project-image,.news-detail-image{border-radius:16px;width:100%;height:auto}.detail-row{padding:12px 0;border-bottom:1px solid var(--line)}.detail-row:last-child{border-bottom:0}.file-download{display:inline-flex;align-items:center;gap:8px;padding:10px 14px;border-radius:10px;background:#eef4f7;color:var(--navy);font-weight:700}.member-card{text-align:center}.members-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.about-feature,.council-feature{display:grid;grid-template-columns:1fr 1fr;gap:30px;align-items:center}.contact-summary-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.contact-card{background:#fff;border:1px solid var(--line);border-radius:18px;padding:24px}.contact-card>.ui-icon{width:30px;height:30px;color:var(--cyan)}.contact-card h2{font-size:20px;margin:12px 0 6px;color:var(--navy)}.contact-card p,.contact-card span{color:var(--muted)}.contact-phone{font-size:24px;font-weight:700;color:var(--blue)}.map-card{margin-top:20px;padding:18px;border-radius:16px;background:#eef4f7;display:flex;flex-wrap:wrap;gap:14px;align-items:center}.map-card p{width:100%;margin:0;color:var(--muted)}
/* Legacy news listing classes retained for compatibility */
.news-filter-card{margin-bottom:24px;padding:20px;border:1px solid var(--line);border-radius:16px;background:#fff}.news-filters{display:grid;grid-template-columns:minmax(220px,2fr) minmax(170px,1fr) auto auto;gap:12px;align-items:end}.news-field label{display:block;margin-bottom:6px;font-weight:700}.news-field input,.news-field select{width:100%;min-height:48px;padding:10px 12px;border:1px solid #cfdbe3;border-radius:10px;background:#fff;font:inherit}.news-filter-button,.news-clear-button{min-height:48px;padding:10px 17px;border:0;border-radius:10px;font:inherit;font-weight:700}.news-filter-button{background:var(--navy);color:#fff}.news-clear-button{display:inline-flex;align-items:center;justify-content:center;background:#edf3f6;color:var(--navy)}.news-result-text{color:var(--muted)}.news-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.news-card{display:flex;flex-direction:column;overflow:hidden;background:#fff;border:1px solid var(--line);border-radius:18px}.news-card-image{width:100%;height:210px;object-fit:cover}.news-card-placeholder{height:210px;display:grid;place-items:center;background:#edf2f5}.news-card-content{padding:18px;display:flex;flex-direction:column;flex:1}.news-card-content h2,.news-card-content h3{font-size:20px;line-height:1.55;color:var(--navy)}.news-card-content p{font-size:15px;color:var(--muted)}.news-card-meta,.news-detail-meta{font-size:13px;color:var(--muted)}.news-detail{max-width:900px;margin:auto}.news-detail-summary{font-size:19px;color:#4d6170}.news-detail-body{font-size:18px}.news-back-link{margin-top:22px}
.site-footer{background:#0b2b3d;color:#dce7ec;padding:52px 0 20px}.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:44px}.footer-grid h2{font-size:16px;color:#fff;margin:0 0 12px}.footer-grid>div{display:flex;flex-direction:column;gap:7px}.footer-grid a,.footer-grid span,.footer-brand p{color:#afc2cc;font-size:14px}.footer-brand strong{font-size:23px;color:#fff}.footer-brand p{margin:4px 0;max-width:420px}.footer-bottom{margin-top:34px;padding-top:18px;border-top:1px solid rgba(255,255,255,.1);display:flex;justify-content:space-between;gap:20px;color:#89a4b0;font-size:13px}
@media(max-width:1040px){.main-nav a{padding:9px 8px;font-size:14px}.start-hero-grid{gap:34px}.quick-access-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:860px){body{font-size:16px}.utility-bar{display:none}.header-main{min-height:72px}.brand-logo{width:48px;height:48px}.brand-logo img{width:40px;height:40px}.brand-copy strong{font-size:18px}.nav-toggle{display:inline-flex;margin-right:auto}.main-nav{display:none;position:absolute;top:72px;right:20px;left:20px;padding:10px;background:#fff;border:1px solid var(--line);border-radius:16px;box-shadow:var(--shadow);flex-direction:column;align-items:stretch}.main-nav.is-open{display:flex}.main-nav a{padding:11px 13px}.main-nav .nav-admin{margin:4px 0 0}.start-hero{padding-top:24px}.start-hero-grid,.intro-layout,.mayor-clean-grid,.detail-layout,.about-feature,.council-feature{grid-template-columns:1fr}.start-hero-media{min-height:auto;order:-1}.start-hero-media>picture{height:310px}.start-hero-media>picture img{border-radius:22px}.start-hero-copy{padding:0}.start-hero h1{font-size:39px}.start-hero p{font-size:17px}.hero-city-chip{right:14px;bottom:14px;min-width:180px}.mayor-clean-grid{grid-template-columns:160px 1fr}.mayor-clean-photo img{width:150px;height:190px;border-radius:18px}.mayor-clean-copy h2{font-size:29px}.news-editorial-grid,.project-cinema-grid,.news-grid,.grid-3,.members-grid,.contact-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.footer-grid{grid-template-columns:1fr 1fr}.footer-brand{grid-column:1/-1}.news-filters{grid-template-columns:1fr 1fr}.filters-row{grid-template-columns:1fr 1fr}.section{padding:58px 0}}
@media(max-width:600px){.container{width:min(100% - 28px,1180px)}.start-hero-media>picture{height:245px}.start-hero h1{font-size:33px}.hero-actions .button{flex:1}.hero-meta{gap:10px;flex-direction:column}.section{padding:46px 0}.section-heading-inline{align-items:flex-start;flex-direction:column}.quick-access-grid,.news-editorial-grid,.project-cinema-grid,.news-grid,.grid-2,.grid-3,.members-grid,.contact-summary-grid,.stats-grid{grid-template-columns:1fr}.quick-access{min-height:155px}.intro-visual img{height:260px}.mayor-clean-grid{grid-template-columns:1fr}.mayor-clean-photo img{width:190px;height:230px}.footer-grid{grid-template-columns:1fr}.footer-brand{grid-column:auto}.footer-bottom{flex-direction:column}.news-filters,.filters-row,.form-grid{grid-template-columns:1fr}.news-filter-button,.news-clear-button{width:100%}.page-hero{padding:38px 0 30px}.content-wrap{padding:36px 0 56px}.card{padding:18px}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important;animation:none!important}}

/* Shared content states and detail components */
.card-actions{display:flex;flex-wrap:wrap;gap:10px;align-items:center;margin-top:14px}
.section-title{display:flex;align-items:end;justify-content:space-between;gap:18px;margin-bottom:18px}.section-title h2{margin:0;color:var(--navy);font-size:28px}.section-title p{margin:3px 0 0;color:var(--muted)}
.contact-strip>div{display:flex;flex-direction:column;gap:4px}.contact-strip strong{color:var(--navy)}.contact-strip span,.contact-strip a{color:var(--muted)}
.news-type,.news-detail-type{display:inline-flex;width:max-content;padding:4px 10px;border-radius:999px;background:#e9f6f7;color:#087782;font-size:12px;font-weight:700}.news-summary{margin:0 0 16px;color:var(--muted);font-size:15px}.news-link,.news-back-link{display:inline-flex;margin-top:auto;color:var(--blue);font-weight:700}.news-link:hover,.news-back-link:hover{text-decoration:underline}.news-empty,.news-not-found{padding:34px;border:1px dashed #cbd8e0;background:#fff;border-radius:18px;text-align:center;color:var(--muted)}.news-empty strong{display:block;color:var(--navy);margin-bottom:4px}.news-error{margin-bottom:18px;padding:14px 16px;border:1px solid #efc3bf;border-radius:12px;background:#fff0ef;color:#8c2821}.news-detail{max-width:900px;margin:0 auto;padding:28px;border:1px solid var(--line);border-radius:20px;background:#fff}.news-detail-meta{display:flex;align-items:center;justify-content:space-between;gap:15px;margin-bottom:18px;color:var(--muted);font-size:13px}.news-detail h1{margin:0 0 16px;color:var(--navy);font-size:clamp(27px,4vw,38px);line-height:1.55}.news-detail-summary{margin:0 0 24px;padding:17px 18px;border-right:4px solid var(--cyan);border-radius:10px;background:#f1f7f9;color:#405666;font-size:18px;line-height:2}.news-detail-image{display:block;width:100%;max-height:520px;margin-bottom:24px;border-radius:16px;object-fit:cover}.news-detail-body{color:#334b5b;font-size:17px;line-height:2.2;overflow-wrap:anywhere}.news-not-found{max-width:700px;margin:0 auto;border-style:solid;border-color:#efc3bf;background:#fff8f7;color:#8c2821}
@media(max-width:650px){.section-title{align-items:flex-start;flex-direction:column}.contact-strip{grid-template-columns:1fr!important}.news-detail{padding:19px}.news-detail-meta{align-items:flex-start;flex-direction:column}.news-detail-summary{font-size:16px}}

/* Ravar Start 1.1.2 — municipality-specific information architecture */
.ravar-start-hero{background:radial-gradient(circle at 10% 15%,rgba(14,165,183,.10),transparent 34%),linear-gradient(180deg,#f9fbfc 0,#edf4f7 100%)}
.ravar-facts-section{padding:54px 0;background:#f2f7f9;border-block:1px solid var(--line)}
.ravar-facts-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(430px,.95fr);gap:48px;align-items:center}
.ravar-facts-copy h2{font-size:38px;line-height:1.35;margin:8px 0 14px;color:var(--navy-2)}.ravar-facts-copy p{margin:0;color:#536877}
.ravar-facts-cards{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.ravar-facts-cards article{min-height:138px;padding:20px;border:1px solid #dce8ed;border-radius:18px;background:#fff;display:flex;flex-direction:column;justify-content:center}.ravar-facts-cards span{font-size:13px;color:var(--muted)}.ravar-facts-cards strong{font-size:31px;line-height:1.35;color:var(--navy);margin-top:4px}.ravar-facts-cards small{font-size:13px;color:#7b8c97}
.ravar-identity-section{background:#fff;border-top:1px solid var(--line)}.ravar-identity-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:38px;align-items:center}.ravar-identity-grid h2{font-size:36px;line-height:1.4;margin:8px 0;color:var(--navy)}.ravar-identity-grid p{color:var(--muted);margin:0 0 20px}.ravar-carpet-strip{display:grid;grid-template-columns:1.25fr .8fr .8fr;gap:10px;min-height:320px}.ravar-carpet-strip img{width:100%;height:100%;max-height:340px;object-fit:cover;border-radius:18px}.ravar-carpet-strip img:first-child{grid-row:span 2}
.heritage-intro-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:26px;align-items:stretch;margin-bottom:38px}.heritage-gallery{display:grid;grid-template-columns:1.2fr .8fr;grid-template-rows:1fr 1fr;gap:10px}.heritage-gallery img{width:100%;height:100%;min-height:160px;object-fit:cover;border-radius:18px}.heritage-gallery img:first-child{grid-row:1/3}.heritage-note{margin-top:22px}.heritage-note strong{color:var(--navy)}.heritage-note p{margin:5px 0 0}
.footer-social{display:flex!important;flex-direction:row!important;gap:8px!important;margin-top:6px}.footer-social a{display:inline-flex;padding:4px 9px;border:1px solid rgba(255,255,255,.15);border-radius:999px;color:#d7e6eb!important}
@media(max-width:860px){.ravar-facts-grid,.ravar-identity-grid,.heritage-intro-grid{grid-template-columns:1fr}.ravar-carpet-strip{min-height:260px}}
@media(max-width:600px){.ravar-facts-cards{grid-template-columns:1fr 1fr}.ravar-facts-cards article{min-height:116px;padding:15px}.ravar-facts-cards strong{font-size:25px}.ravar-carpet-strip{grid-template-columns:1fr 1fr;min-height:0}.ravar-carpet-strip img{height:170px}.ravar-carpet-strip img:first-child{grid-row:auto;grid-column:1/-1;height:220px}.heritage-gallery{grid-template-columns:1fr 1fr}.heritage-gallery img{min-height:130px}.heritage-gallery img:first-child{grid-column:1/-1;grid-row:auto;height:220px}}

/* Ravar Start 1.1.2 — organizational units */
.unit-card{display:flex;flex-direction:column;gap:14px;min-height:100%;padding:22px;border-color:#dbe6ec;background:linear-gradient(180deg,#fff 0,#fbfdfe 100%)}
.unit-card-head{display:flex;align-items:center;gap:13px}.unit-card-head h3{margin:2px 0 0;color:var(--navy);font-size:21px;line-height:1.45}.unit-card-mark{width:46px;height:46px;border-radius:14px;display:grid;place-items:center;background:#eaf6f7;color:#087782;font-size:21px;font-weight:900;flex:none}.unit-card-mark .ui-icon{width:24px;height:24px}.unit-kicker{display:block;color:#748794;font-size:12px;font-weight:700}.unit-manager{padding:11px 13px;border:1px solid #dbe9ee;border-radius:13px;background:#f3f8fa;display:flex;flex-direction:column;gap:2px}.unit-manager span{font-size:12px;color:#70828e}.unit-manager strong{font-size:16px;color:var(--navy-2)}.unit-card>p{margin:0;color:#5c6f7d;font-size:15px;line-height:1.9}.unit-card .card-actions{margin-top:auto;padding-top:4px}.unit-card .text-link{margin-top:0}
@media(max-width:600px){.unit-card{padding:17px}.unit-card-head h3{font-size:19px}.unit-manager strong{font-size:15px}}


/* Ravar Start 1.2.0 — verified profile, council and heritage checkpoint */
.member-card small{display:block;margin-top:6px;color:var(--muted);font-size:.9rem;font-weight:700}
.contact-card small{display:block;margin-top:8px;color:var(--muted);line-height:1.7}
.heritage-hero{background:linear-gradient(135deg,#123b54 0%,#176d73 58%,#0f8190 100%)}
.heritage-statline{display:flex;gap:10px;flex-wrap:wrap;margin-top:18px}.heritage-statline span{display:inline-flex;align-items:baseline;gap:6px;padding:7px 12px;border:1px solid rgba(255,255,255,.2);background:rgba(255,255,255,.09);border-radius:999px}.heritage-statline strong{font-size:1.15rem}
.heritage-lead{padding:28px}.heritage-lead h2{font-size:clamp(1.6rem,4vw,2.3rem);margin:.4rem 0 1rem}.heritage-lead p{max-width:85ch}
.heritage-topic-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.heritage-topic-card{display:flex;flex-direction:column;min-height:220px;padding:20px;border:1px solid var(--line);border-radius:18px;background:#fff;color:inherit;text-decoration:none;box-shadow:0 10px 28px rgba(18,59,84,.05);transition:transform .18s ease,border-color .18s ease}.heritage-topic-card:hover{transform:translateY(-2px);border-color:#9fc7cc}.heritage-topic-index{width:max-content;padding:3px 9px;border-radius:999px;background:#e8f5f4;color:#176d73;font-weight:900;font-size:.78rem}.heritage-topic-card strong{font-size:1.08rem;margin:10px 0 6px}.heritage-topic-card p{color:var(--muted);font-size:.92rem;line-height:1.85;flex:1}.heritage-attraction-grid{margin-top:8px}.heritage-attraction{position:relative;overflow:hidden}.heritage-attraction-mark{width:46px;height:46px;border-radius:14px;display:grid;place-items:center;background:#eef7f8;color:#176d73;margin-bottom:12px}.heritage-attraction .badge{display:inline-flex;margin-bottom:8px}.heritage-verification{margin-top:24px;border-right:4px solid #d29c31;background:#fffbef}.heritage-verification p{margin-bottom:0}.heritage-detail-hero .heritage-back{display:inline-flex;color:#d9f2f1;text-decoration:none;margin-bottom:10px;font-weight:800}.heritage-detail-layout{display:grid;grid-template-columns:minmax(0,1fr) 280px;gap:20px;align-items:start}.heritage-article{padding:clamp(20px,4vw,38px);line-height:2.05}.heritage-article h1{font-size:clamp(1.65rem,4vw,2.35rem);margin:0 0 1.1rem}.heritage-article h2{font-size:1.35rem;margin:2rem 0 .7rem;padding-bottom:.45rem;border-bottom:1px solid var(--line)}.heritage-article h3{font-size:1.1rem;margin:1.5rem 0 .55rem}.heritage-article p{max-width:82ch}.heritage-article code{direction:ltr;display:inline-block;background:#f3f6f8;padding:2px 6px;border-radius:6px;font-family:ui-monospace,monospace;font-size:.82em}.heritage-side{position:sticky;top:110px}.heritage-side p{color:var(--muted)}
@media(max-width:1000px){.heritage-topic-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.heritage-detail-layout{grid-template-columns:1fr}.heritage-side{position:static}}
@media(max-width:620px){.heritage-topic-grid{grid-template-columns:1fr}.heritage-topic-card{min-height:auto}.heritage-statline{display:grid;grid-template-columns:1fr 1fr}.heritage-statline span{border-radius:14px;display:grid;gap:1px}.heritage-detail-hero p{font-size:.95rem}}

/* Ravar Start 1.3.0 — Nian, larger typography, two-color civic identity */
:root{
  --navy:#123b54;--navy-2:#0a2b3d;--blue:#0e928d;--cyan:#0e928d;--success:#0e928d;
  --ink:#152433;--muted:#586d7a;--bg:#f1f7f7;--surface:#fff;--line:#d8e6e8;--soft:#e7f4f3;
  --shadow:0 16px 42px rgba(14,54,72,.11);--font-main:"Nian",Tahoma,Arial,sans-serif;
}
body{font-size:20px;line-height:1.95;background:linear-gradient(180deg,#f2f8f8 0%,#f6f9fa 45%,#eff6f6 100%);font-weight:400}
strong,b,h1,h2,h3,h4,h5,h6{font-family:var(--font-main)}
h1{font-weight:800}h2,h3{font-weight:700}.eyebrow,.button,.main-nav a,.text-link{font-weight:600}
.utility-bar{font-size:17px;background:linear-gradient(90deg,var(--navy-2),var(--navy))}.utility-date{color:#c8dedf}
.site-header{background:rgba(255,255,255,.94);box-shadow:0 6px 24px rgba(18,59,84,.06);backdrop-filter:saturate(130%) blur(10px)}
.brand-copy strong{font-size:25px}.brand-copy small{font-size:16px}.main-nav a{font-size:18px}.nav-toggle{font-size:18px}
.ravar-start-hero{position:relative;overflow:hidden;background:radial-gradient(circle at 8% 12%,rgba(14,146,141,.20),transparent 31%),radial-gradient(circle at 82% 18%,rgba(18,59,84,.15),transparent 36%),linear-gradient(135deg,#eef8f7 0%,#e7f0f3 100%)}
.ravar-start-hero:before{content:"";position:absolute;inset:auto -10% -65% auto;width:540px;height:540px;border-radius:50%;border:70px solid rgba(14,146,141,.07);pointer-events:none}
.eyebrow{font-size:17px}.start-hero h1{font-size:clamp(43px,5vw,71px);font-weight:800}.start-hero p{font-size:22px}.hero-meta{font-size:17px}.hero-city-chip span{font-size:16px}.hero-city-chip strong{font-size:23px}
.hero-actions{gap:14px;perspective:900px}.hero-glass-action{position:relative;overflow:hidden;isolation:isolate;min-height:56px;padding:12px 22px;border-radius:16px;border:1px solid rgba(255,255,255,.75);box-shadow:0 14px 32px rgba(18,59,84,.14),inset 0 1px 0 rgba(255,255,255,.74);backdrop-filter:blur(12px) saturate(125%);transition:transform .24s ease,box-shadow .24s ease,border-color .24s ease,background .24s ease}
.hero-glass-action:before{content:"";position:absolute;z-index:-1;inset:0;background:linear-gradient(115deg,transparent 15%,rgba(255,255,255,.45) 45%,transparent 75%);transform:translateX(115%);transition:transform .58s cubic-bezier(.22,.61,.36,1)}
.hero-glass-primary{color:#fff;background:linear-gradient(135deg,rgba(18,59,84,.92),rgba(14,146,141,.78));border-color:rgba(255,255,255,.24)}
.hero-glass-secondary{color:var(--navy-2);background:linear-gradient(135deg,rgba(255,255,255,.72),rgba(225,245,243,.56))}
.hero-glass-action:hover,.hero-glass-action:focus-visible{transform:translateY(-3px);box-shadow:0 18px 38px rgba(18,59,84,.18);border-color:rgba(255,255,255,.95)}
.hero-glass-action:hover:before,.hero-glass-action:focus-visible:before{transform:translateX(-130%)}
.hero-glass-action .ui-icon{transition:transform .24s ease}.hero-glass-action:hover .ui-icon{transform:translateX(-4px)}
.section{padding:80px 0}.section-heading h2,.page-hero h1{font-size:clamp(34px,4vw,48px);font-weight:800}.section-heading p,.page-hero p{font-size:20px}.section-quick{background:linear-gradient(135deg,rgba(14,146,141,.08),rgba(18,59,84,.055));border-bottom:1px solid var(--line)}
.quick-access-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.quick-access{min-height:200px;border-color:#cde0e2;background:linear-gradient(160deg,rgba(255,255,255,.96),rgba(234,247,246,.74));box-shadow:0 10px 30px rgba(18,59,84,.05)}.quick-access:hover{border-color:rgba(14,146,141,.5);box-shadow:0 16px 36px rgba(18,59,84,.12)}
.quick-access-icon{background:linear-gradient(135deg,rgba(14,146,141,.14),rgba(18,59,84,.09));color:var(--cyan)}.quick-access-copy strong{font-size:23px}.quick-access-copy span{font-size:17px}.quick-access-arrow{color:var(--cyan)}
.ravar-facts-section{background:linear-gradient(135deg,#e6f4f3 0%,#eaf1f4 100%)}.ravar-facts-copy h2{font-size:43px}.ravar-facts-copy p{font-size:20px}.ravar-facts-cards article{background:rgba(255,255,255,.82);border-color:#c9dfe1;box-shadow:0 10px 26px rgba(18,59,84,.06)}.ravar-facts-cards span{font-size:16px}.ravar-facts-cards strong{font-size:36px}.ravar-facts-cards small{font-size:16px}
.section-about-soft{background:linear-gradient(135deg,#f6fbfb,#eaf3f4);border-block-color:#d6e5e7}.intro-copy h2{font-size:43px}.intro-copy p{font-size:20px}.intro-visual img{box-shadow:0 22px 48px rgba(18,59,84,.14)}
.mayor-clean{background:linear-gradient(135deg,var(--navy-2) 0%,var(--navy) 62%,#0f6f70 100%)}.mayor-clean-copy h2{font-size:43px}.mayor-clean-copy blockquote{font-size:22px}
.section-news-tinted{background:linear-gradient(180deg,#edf8f7 0%,#f4f9f9 100%);border-block:1px solid #d8e8e9}.news-editorial-card{border-color:#cfe1e2;box-shadow:0 10px 28px rgba(18,59,84,.06)}.news-editorial-copy h3{font-size:26px}.news-editorial-copy p{font-size:18px}.news-editorial-copy .meta,.meta{font-size:16px}.badge,.news-type,.news-detail-type{font-size:15px}
.section-projects{background:linear-gradient(135deg,var(--navy-2),var(--navy))}.project-cinema-card{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.17);box-shadow:0 16px 34px rgba(0,0,0,.10)}.project-cinema-copy h3{font-size:26px}.project-cinema-copy p{font-size:18px}.progress span{background:linear-gradient(90deg,#62d0c9,#0e928d)}
.stats-grid strong{font-size:37px}.stats-grid span{font-size:17px}.card{border-color:#d1e1e3;box-shadow:0 9px 28px rgba(18,59,84,.055)}.card p{font-size:20px}.card h2{font-size:33px}.card h3{font-size:26px}
.page-hero{background:radial-gradient(circle at 12% 10%,rgba(14,146,141,.16),transparent 34%),linear-gradient(135deg,#e7f4f3,#e9f0f3)}
.section-title h2{font-size:33px}.section-title p{font-size:20px}.contact-card h2{font-size:25px}.contact-card p,.contact-card span{font-size:20px}.contact-phone{font-size:27px}
.news-summary{font-size:18px}.news-detail h1{font-size:clamp(32px,4vw,43px)}.news-detail-summary{font-size:21px}.news-detail-body{font-size:20px}.unit-card-head h3{font-size:26px}.unit-kicker{font-size:15px}.unit-manager span{font-size:15px}.unit-manager strong{font-size:19px}.unit-card>p{font-size:18px}
.ravar-identity-section{position:relative;overflow:hidden;background:linear-gradient(135deg,#e1f3f1 0%,#e5eef2 100%);border-top:1px solid #cfe1e3}.ravar-identity-section:before{content:"";position:absolute;left:-90px;top:-140px;width:330px;height:330px;border-radius:50%;border:56px solid rgba(14,146,141,.08)}.ravar-identity-grid{position:relative;grid-template-columns:.9fr 1.1fr;gap:42px}.ravar-identity-grid h2{font-size:41px;color:var(--navy-2)}.ravar-identity-grid p{font-size:20px;color:#4e6673}.identity-links{display:flex;flex-wrap:wrap;gap:9px;margin:18px 0}.identity-links a{padding:8px 13px;border-radius:999px;background:rgba(255,255,255,.72);border:1px solid rgba(14,146,141,.24);color:var(--navy);font-size:17px;font-weight:600;transition:.2s ease}.identity-links a:hover{background:#fff;border-color:var(--cyan);transform:translateY(-2px)}.identity-main-action{background:var(--navy);color:#fff;border-color:transparent}.identity-main-action:hover{background:var(--navy-2)}.ravar-carpet-strip img{box-shadow:0 14px 34px rgba(18,59,84,.12);border:1px solid rgba(255,255,255,.75)}
.heritage-hero{background:linear-gradient(135deg,var(--navy-2) 0%,var(--navy) 58%,#0e7e7a 100%)}.heritage-topic-card{border-color:#cfe1e3;background:linear-gradient(155deg,#fff,#f1f8f7)}.heritage-topic-card strong{font-size:23px}.heritage-topic-card p{font-size:18px}.heritage-topic-index{font-size:15px}.heritage-article{font-size:20px}.heritage-article h1{font-size:clamp(31px,4vw,43px)}.heritage-article h2{font-size:30px}.heritage-article h3{font-size:25px}
@media(max-width:1040px){.main-nav a{font-size:17px}.quick-access-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:600px){body{font-size:20px}.container{width:min(100% - 26px,1180px)}.brand-copy strong{font-size:22px}.brand-copy small{font-size:15px}.start-hero h1{font-size:43px;line-height:1.34}.start-hero p{font-size:21px}.hero-actions{display:grid;grid-template-columns:1fr 1fr}.hero-glass-action{min-height:58px;padding-inline:12px;font-size:17px}.section-heading h2,.page-hero h1{font-size:36px}.section-heading p,.page-hero p{font-size:19px}.quick-access-copy strong{font-size:22px}.quick-access-copy span{font-size:17px}.ravar-facts-copy h2{font-size:38px}.ravar-facts-cards strong{font-size:31px}.intro-copy h2,.mayor-clean-copy h2{font-size:38px}.news-editorial-copy h3,.project-cinema-copy h3,.unit-card-head h3{font-size:24px}.ravar-identity-grid h2{font-size:37px}.identity-links a{font-size:16px}}
@media(prefers-reduced-motion:reduce){.hero-glass-action,.hero-glass-action:before{animation:none!important}.hero-glass-action:hover{transform:none!important}}

/* 1.3.0 typography finishing */
.footer-grid h2{font-size:21px}.footer-grid a,.footer-grid span,.footer-brand p{font-size:17px}.footer-brand strong{font-size:28px}.footer-bottom{font-size:16px}
@media(max-width:860px){.brand-copy strong{font-size:22px}.brand-copy small{font-size:15px}.main-nav a{font-size:17px}}
@media(max-width:600px){.quick-access-grid{grid-template-columns:1fr}.footer-grid h2{font-size:20px}.footer-grid a,.footer-grid span,.footer-brand p{font-size:17px}}

/* Ravar Start 1.3.1 — dark identity hero contrast hotfix */
.heritage-hero,
.heritage-detail-hero{
  color:#f7fcfd;
  background:linear-gradient(135deg,var(--navy-2) 0%,var(--navy) 58%,#0e7e7a 100%);
}
.heritage-hero .eyebrow,
.heritage-detail-hero .eyebrow{color:#7ee2dc}
.heritage-hero h1,
.heritage-detail-hero h1{color:#fff;text-shadow:0 2px 18px rgba(0,0,0,.16)}
.heritage-hero p,
.heritage-detail-hero p{color:#d9ecee}
.heritage-statline span{color:#eaf7f8;border-color:rgba(255,255,255,.30);background:rgba(255,255,255,.10)}
.heritage-statline strong{color:#fff}
.heritage-detail-hero .heritage-back{color:#9de8e3}

/* Ravar Start 1.3.2 — attention pulse for population / city-area stats */
.heritage-statline span{
  position:relative;
  isolation:isolate;
  overflow:hidden;
  animation:heritageStatPulse 2.8s ease-in-out infinite;
  will-change:transform,box-shadow,background-color;
}
.heritage-statline span:nth-child(2){animation-delay:.45s}
.heritage-statline span::after{
  content:"";
  position:absolute;
  inset:-40% -30%;
  z-index:-1;
  background:radial-gradient(circle,rgba(126,226,220,.22),transparent 58%);
  opacity:.18;
  transform:scale(.72);
  animation:heritageStatHalo 2.8s ease-in-out infinite;
}
.heritage-statline span:nth-child(2)::after{animation-delay:.45s}
.heritage-statline strong{
  font-size:1.32rem;
  letter-spacing:.01em;
  text-shadow:0 0 0 rgba(126,226,220,0);
  animation:heritageNumberGlow 2.8s ease-in-out infinite;
}
.heritage-statline span:nth-child(2) strong{animation-delay:.45s}
@keyframes heritageStatPulse{
  0%,100%{transform:translateY(0) scale(1);box-shadow:0 0 0 0 rgba(126,226,220,0);background:rgba(255,255,255,.10)}
  48%,52%{transform:translateY(-2px) scale(1.035);box-shadow:0 8px 28px rgba(28,203,190,.24),0 0 0 3px rgba(126,226,220,.10);background:rgba(255,255,255,.16)}
}
@keyframes heritageStatHalo{
  0%,100%{opacity:.12;transform:scale(.72)}
  50%{opacity:.72;transform:scale(1.06)}
}
@keyframes heritageNumberGlow{
  0%,100%{opacity:1;text-shadow:0 0 0 rgba(126,226,220,0)}
  50%{opacity:.82;text-shadow:0 0 9px rgba(126,226,220,.95),0 0 20px rgba(126,226,220,.42)}
}
.heritage-statline span:hover{
  animation-play-state:paused;
  transform:translateY(-2px) scale(1.04);
  box-shadow:0 10px 30px rgba(28,203,190,.28),0 0 0 3px rgba(126,226,220,.12);
}
@media(prefers-reduced-motion:reduce){
  .heritage-statline span,
  .heritage-statline span::after,
  .heritage-statline strong{animation:none!important}
}

/* Ravar Start 1.3.5 — header cleanup, image-based identity section, subtle admin entry */
.footer-bottom{
  align-items:center;
}
.footer-bottom-meta{
  display:flex;
  align-items:center;
  gap:18px;
  flex-wrap:wrap;
}
.footer-admin-link{
  color:rgba(220,231,236,.72);
  font-size:.9em;
  padding:5px 10px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.10);
  background:rgba(255,255,255,.03);
  transition:all .18s ease;
}
.footer-admin-link:hover{
  color:#fff;
  background:rgba(255,255,255,.08);
  border-color:rgba(255,255,255,.18);
}
.ravar-identity-grid{
  grid-template-columns:.92fr 1.08fr;
  gap:44px;
  align-items:start;
}
.identity-card-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:16px;
}
.identity-photo-card{
  position:relative;
  min-height:230px;
  border-radius:24px;
  overflow:hidden;
  isolation:isolate;
  box-shadow:0 16px 34px rgba(18,59,84,.12);
  transform:translateY(0);
  transition:transform .22s ease,box-shadow .22s ease;
}
.identity-photo-card:hover{
  transform:translateY(-4px);
  box-shadow:0 24px 42px rgba(18,59,84,.16);
}
.identity-photo-card img{
  width:100%;
  height:100%;
  min-height:230px;
  object-fit:cover;
}
.identity-photo-overlay{
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,rgba(7,24,35,.08),rgba(7,24,35,.72));
}
.identity-photo-copy{
  position:absolute;
  inset:auto 16px 16px 16px;
  display:grid;
  gap:6px;
  color:#fff;
  z-index:2;
}
.identity-photo-copy strong{
  font-size:22px;
  line-height:1.35;
}
.identity-photo-copy small{
  font-size:15px;
  line-height:1.8;
  color:#e2edf2;
}
.identity-photo-icon{
  width:44px;
  height:44px;
  border-radius:14px;
  display:grid;
  place-items:center;
  background:rgba(255,255,255,.14);
  backdrop-filter:blur(8px);
  margin-bottom:2px;
}
.identity-photo-icon .ui-icon{
  width:22px;
  height:22px;
}
.heritage-topic-card-media{
  overflow:hidden;
  padding:0;
}
.heritage-topic-media{
  height:205px;
  background:#e9f0f3;
}
.heritage-topic-media img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.heritage-topic-body{
  padding:18px 18px 20px;
  display:flex;
  flex-direction:column;
  min-height:205px;
}
.heritage-topic-body .text-link{
  margin-top:auto;
}
.heritage-detail-cover{
  margin:0 0 24px;
  border-radius:22px;
  overflow:hidden;
  border:1px solid #d4e3e6;
  box-shadow:0 16px 36px rgba(18,59,84,.10);
}
.heritage-detail-cover img{
  width:100%;
  height:min(42vw,430px);
  min-height:240px;
  object-fit:cover;
}
@media(max-width:1000px){
  .ravar-identity-grid{grid-template-columns:1fr}
}
@media(max-width:860px){
  .footer-bottom-meta{gap:12px}
  .identity-card-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:620px){
  .identity-card-grid{grid-template-columns:1fr}
  .identity-photo-card,
  .identity-photo-card img{min-height:220px}
  .identity-photo-copy strong{font-size:20px}
  .identity-photo-copy small{font-size:14px}
}


/* Ravar Start 1.3.6 — clearer official logo and decorative-number cleanup */
.brand-logo{
  width:68px;
  height:68px;
  border-radius:15px;
  padding:4px;
  background:#fff;
  border:1px solid #d7e2e8;
}
.brand-logo img{
  width:60px;
  height:60px;
  object-fit:contain;
}
.heritage-topic-index{display:none!important}
@media(max-width:860px){
  .brand-logo{width:56px;height:56px;padding:3px}
  .brand-logo img{width:50px;height:50px}
}

/* Ravar Start 1.3.8 — exact heritage media placement */
.heritage-topic-card-no-media{
  padding:0;
  overflow:hidden;
}
.heritage-topic-placeholder{
  min-height:170px;
  display:grid;
  place-items:center;
  background:linear-gradient(135deg,#edf5f5,#e5eef1);
  color:#6b8793;
}
.heritage-topic-placeholder .ui-icon{width:42px;height:42px}
.heritage-attraction-with-image{padding:0}
.heritage-attraction-with-image .badge,
.heritage-attraction-with-image h3,
.heritage-attraction-with-image p,
.heritage-attraction-with-image .meta{margin-left:18px;margin-right:18px}
.heritage-attraction-with-image .meta:last-child{margin-bottom:18px}
.heritage-attraction-media{height:190px;margin-bottom:16px;overflow:hidden;background:#eaf1f3}
.heritage-attraction-media img{width:100%;height:100%;object-fit:cover}
.heritage-detail-single{max-width:1120px}
.heritage-section-gallery{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin:0 0 30px}
.heritage-section-gallery-single{grid-template-columns:1fr}
.heritage-section-photo{margin:0;border-radius:20px;overflow:hidden;background:#eef4f5;border:1px solid #d6e4e6;box-shadow:0 10px 26px rgba(18,59,84,.07)}
.heritage-section-photo img{width:100%;height:340px;object-fit:cover}
.heritage-section-gallery-single .heritage-section-photo img{height:min(50vw,520px)}
.heritage-section-photo figcaption{padding:9px 13px;background:#fff;color:#536976;font-size:15px;line-height:1.75}
.heritage-detail-actions{margin-top:30px;padding-top:22px;border-top:1px solid var(--line)}
@media(max-width:760px){
  .heritage-section-gallery{grid-template-columns:1fr}
  .heritage-section-photo img,
  .heritage-section-gallery-single .heritage-section-photo img{height:260px}
  .heritage-attraction-media{height:210px}
}

/* Ravar Start 1.4.0 — production rendering optimization */
.section-news-tinted,
.section-projects,
.ravar-identity-section{
  content-visibility:auto;
  contain-intrinsic-size:1px 720px;
}
.heritage-section-photo figcaption{display:grid;gap:2px}.heritage-photo-credit{font-size:12px;color:#7b8d98;direction:ltr;text-align:right}

/* Shahreman Digital 2.0.0 — citizen services and optional managed slider */
.digital-services-grid{margin-bottom:14px}.digital-service-card{position:relative;overflow:hidden}.digital-service-card:before{content:"";position:absolute;inset-inline-start:0;top:0;bottom:0;width:4px;background:var(--accent,#0f8894)}.digital-public-access{padding-top:0}.digital-service-layout{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(260px,.7fr);gap:22px;align-items:start}.digital-form-card,.digital-track-card,.digital-side-card{padding:22px}.digital-public-form{display:grid;gap:16px}.digital-public-form .form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.digital-public-form .full{grid-column:1/-1}.digital-public-form label{display:grid;gap:7px;font-weight:700;color:#29485a}.digital-public-form input,.digital-public-form select,.digital-public-form textarea{width:100%;min-height:48px;border:1px solid #c9d9df;border-radius:11px;padding:10px 12px;background:#fff;color:#183847;font:inherit}.digital-public-form textarea{min-height:150px;resize:vertical}.digital-public-form input:focus,.digital-public-form select:focus,.digital-public-form textarea:focus{outline:3px solid rgba(15,136,148,.12);border-color:#64b9c1}.digital-alert,.digital-success{padding:12px 14px;border-radius:11px;margin-bottom:14px}.digital-alert-error{background:#fff0ef;border:1px solid #efc3bf;color:#8c2821}.digital-success{background:#edf9f5;border:1px solid #b8e3d4;color:#176c51}.digital-success strong{display:block;font-size:18px;margin-bottom:4px}.digital-hp{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;overflow:hidden!important}.digital-status-row{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:10px;padding:12px 0;border-bottom:1px solid var(--line,#dce7ea)}.digital-status-row strong{font-size:18px}.digital-result{display:grid;gap:16px}.digital-result .muted{color:#6c818d}.digital-timeline{display:grid;gap:10px;margin-top:12px}.digital-timeline article{padding:12px 14px;border:1px solid var(--line,#dce7ea);border-radius:12px;background:#f8fbfc}.digital-timeline small{display:block;color:#718792;margin-top:5px}.digital-appointment-time{padding:12px 14px;border-radius:12px;background:#eef7f8;border:1px solid #cce2e5}.digital-slider-section{padding-top:30px;padding-bottom:8px}.digital-slider-track{display:grid;grid-auto-flow:column;grid-auto-columns:min(86vw,900px);gap:16px;overflow-x:auto;overscroll-behavior-inline:contain;scroll-snap-type:inline mandatory;padding:4px 2px 12px}.digital-slider-track::-webkit-scrollbar{height:8px}.digital-slide{scroll-snap-align:start;position:relative;min-height:310px;border-radius:22px;overflow:hidden;background:#123b54;box-shadow:0 14px 32px rgba(18,59,84,.12)}.digital-slide>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.digital-slide:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(11,41,58,.2),rgba(11,41,58,.78))}.digital-slide-overlay{position:relative;z-index:1;min-height:310px;padding:34px;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-end;color:#fff;max-width:600px}.digital-slide-overlay strong{font-size:28px;line-height:1.5}.digital-slide-overlay p{margin:5px 0 14px;color:rgba(255,255,255,.9)}
@media(max-width:760px){.digital-service-layout{grid-template-columns:1fr}.digital-public-form .form-grid{grid-template-columns:1fr}.digital-public-form .full{grid-column:auto}.digital-form-card,.digital-track-card,.digital-side-card{padding:17px}.digital-slider-track{grid-auto-columns:92vw}.digital-slide,.digital-slide-overlay{min-height:260px}.digital-slide-overlay{padding:22px}.digital-slide-overlay strong{font-size:22px}}

/* Shahreman Digital Demo 2.1.0 */
.demo-notice-bar{display:flex;align-items:center;justify-content:center;gap:10px;padding:8px 16px;background:#fff4cc;color:#684d00;border-bottom:1px solid #ead27a;font-size:12px;line-height:1.7;text-align:center}.demo-notice-bar strong{display:inline-flex;align-items:center;white-space:nowrap;background:#684d00;color:#fff;border-radius:999px;padding:2px 9px;font-size:11px}.demo-test-box{margin:18px 0;padding:14px 16px;border:1px dashed #8fb8b1;background:#f0f8f6;border-radius:14px}.demo-test-box strong{display:block;margin-bottom:6px}.demo-test-box code{direction:ltr;unicode-bidi:isolate;display:inline-block;background:#fff;border:1px solid #d7e6e2;border-radius:7px;padding:2px 7px;margin:2px 4px;font-family:monospace;font-size:12px}.demo-test-box p{margin:6px 0 0;color:#4d6963;font-size:12px}@media(max-width:700px){.demo-notice-bar{align-items:flex-start;flex-direction:column;gap:4px;padding:8px 12px}.demo-notice-bar strong{font-size:10px}}

/* Shahreman PRO 3.1 public media/performance/project dossier */
.pro-public-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.pro-public-card{display:flex;flex-direction:column;gap:10px}.pro-public-card .text-link{margin-top:auto}.pro-meta-line{display:flex;flex-wrap:wrap;gap:16px;margin-bottom:20px;color:#637783}.pro-gallery-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.pro-gallery-grid figure{margin:0;overflow:hidden}.pro-gallery-grid img,.pro-gallery-grid video,.pro-before-after img,.pro-video-wrap video{width:100%;display:block;max-height:520px;object-fit:cover;border-radius:10px}.pro-gallery-grid figcaption,.pro-before-after figcaption{padding:10px 4px;color:#617783}.pro-kpi-public{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.pro-kpi-public article{display:grid;gap:8px}.pro-kpi-public strong{font-size:30px}.pro-kpi-public strong em{font-size:14px;font-style:normal;font-weight:500}.pro-case-flow{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-bottom:20px}.pro-case-flow article>span{display:inline-grid;place-items:center;width:34px;height:34px;border-radius:50%;background:#e8f4f8;font-weight:800}.pro-results-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin:20px 0}.pro-before-after{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.pro-project-section{margin-top:34px}.pro-timeline-public{position:relative;display:grid;gap:0}.pro-timeline-public article{display:grid;grid-template-columns:140px 1fr;gap:18px;padding:16px 0;border-bottom:1px solid #e3eaee}.pro-timeline-public time{color:#607785}.pro-video-wrap{max-width:900px}.pro-related-project{margin:24px 0}
@media(max-width:1000px){.pro-public-grid,.pro-gallery-grid{grid-template-columns:repeat(2,1fr)}.pro-kpi-public,.pro-case-flow,.pro-results-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:650px){.pro-public-grid,.pro-gallery-grid,.pro-kpi-public,.pro-case-flow,.pro-results-grid,.pro-before-after{grid-template-columns:1fr}.pro-timeline-public article{grid-template-columns:1fr;gap:6px}}

/* Mayor appointment calendar — PRO 3.2.2 */
.appointment-calendar-head,.appointment-step-title{display:flex;align-items:center;justify-content:space-between;gap:14px;margin:4px 0 14px}.appointment-calendar-head h2,.appointment-step-title h2{margin:0;color:#173b72}.appointment-duration{padding:7px 11px;border-radius:999px;background:#eaf2ff;border:1px solid #bdd3ff;color:#1d4ed8;font-weight:800;font-size:13px}.appointment-calendar-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;max-height:430px;overflow:auto;padding:2px;margin-bottom:24px}.appointment-day{display:grid;gap:3px;padding:12px;border:1px solid #d9e5f7;border-radius:14px;background:#fff;color:#173b72;text-decoration:none;transition:.18s}.appointment-day:hover{border-color:#8eb4f4;transform:translateY(-1px);box-shadow:0 8px 18px rgba(29,78,216,.08)}.appointment-day small{color:#68809c}.appointment-day strong{font-size:14px}.appointment-day em{font-style:normal;color:#1d4ed8;font-size:12px;font-weight:700}.appointment-day.is-active{background:#1d4ed8;border-color:#1d4ed8;color:#fff;box-shadow:0 10px 22px rgba(29,78,216,.2)}.appointment-day.is-active small,.appointment-day.is-active em{color:#dce9ff}.appointment-day.is-closed{opacity:.55;background:#f6f8fb}.appointment-day.is-closed em{color:#8b97a7}.appointment-slots{padding:18px;border-radius:16px;background:#f6f9ff;border:1px solid #dce8fa;margin-bottom:20px}.appointment-slot-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:9px}.appointment-slot{position:relative;display:grid;gap:2px;padding:11px 8px;border:1px solid #ccdbef;border-radius:12px;background:#fff;text-align:center;cursor:pointer}.appointment-slot input{position:absolute;opacity:0;pointer-events:none}.appointment-slot strong{color:#173b72}.appointment-slot small{color:#4d7a67}.appointment-slot:has(input:checked){border-color:#1d4ed8;background:#eaf2ff;box-shadow:0 0 0 2px rgba(29,78,216,.12)}.appointment-slot.is-full{opacity:.48;cursor:not-allowed}.appointment-slot.is-full small{color:#9c5b5b}.appointment-booking-form{border-top:1px solid #e2eaf5;padding-top:20px}.appointment-booking-form button:disabled{opacity:.55;cursor:not-allowed}
@media(max-width:900px){.appointment-calendar-grid,.appointment-slot-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:620px){.appointment-calendar-head,.appointment-step-title{align-items:flex-start;flex-direction:column}.appointment-calendar-grid{grid-template-columns:repeat(2,minmax(0,1fr));max-height:360px}.appointment-slot-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
/* PRO 3.5.0 — Smart Citizen Services */
.digital-smart-help{border:1px solid #cfe0ff;background:#f7faff;border-radius:14px;padding:14px;display:grid;gap:8px}.digital-smart-help>strong{color:#173b73}.digital-smart-help [data-smart-results]{display:grid;gap:10px}.smart-answer{background:#fff;border:1px solid #dce8f7;border-radius:12px;padding:12px;box-shadow:0 5px 16px rgba(29,78,216,.06)}.smart-answer p{margin:6px 0 9px;color:#4c6170}.smart-answer button{min-height:44px;border:1px solid #b9cbe6;background:#fff;border-radius:10px;padding:8px 12px;color:#1d4ed8;font:inherit;font-weight:700;cursor:pointer}.smart-answer button:disabled{opacity:.72;color:#176c51}.fee-calculator{display:grid;gap:16px}.fee-summary{border:1px solid #dce8f7;border-radius:14px;padding:16px;background:#f8fbff}.fee-amount{font-size:clamp(24px,5vw,38px);font-weight:900;color:#1747a6}.fee-status{display:inline-flex;align-items:center;min-height:34px;padding:5px 10px;border-radius:999px;background:#eef4ff;color:#1d4ed8;font-weight:800}.fee-demo-note{padding:12px 14px;border:1px solid #f1d5a6;background:#fff8e9;border-radius:12px;color:#74521c}


/* Shahreman Public Civic Motion 3.5.1 — restrained glass, light-line and reveal system */
:root{
  --civic-glass-border:rgba(255,255,255,.62);
  --civic-glass-shadow:0 14px 34px rgba(18,59,84,.13);
  --civic-lightline:linear-gradient(90deg,transparent,rgba(14,165,183,.15) 12%,rgba(14,165,183,.82) 50%,rgba(37,99,235,.22) 88%,transparent);
}
.civic-glass-cta{
  position:relative;
  overflow:hidden;
  isolation:isolate;
  border-color:var(--civic-glass-border);
  background:linear-gradient(135deg,rgba(255,255,255,.78),rgba(232,246,247,.58));
  color:var(--navy-2);
  box-shadow:var(--civic-glass-shadow),inset 0 1px 0 rgba(255,255,255,.72);
  -webkit-backdrop-filter:blur(12px) saturate(125%);
  backdrop-filter:blur(12px) saturate(125%);
  transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease,background .2s ease;
}
.civic-glass-cta::after{
  content:"";
  position:absolute;
  z-index:-1;
  inset:0;
  background:linear-gradient(110deg,transparent 18%,rgba(255,255,255,.5) 48%,transparent 78%);
  transform:translateX(118%);
  transition:transform .52s cubic-bezier(.22,.61,.36,1);
  pointer-events:none;
}
.civic-glass-cta.button-primary,
.civic-glass-cta.button-dark,
.civic-glass-cta.hero-glass-primary,
.civic-glass-cta.identity-main-action{
  color:#fff;
  background:linear-gradient(135deg,rgba(18,59,84,.94),rgba(14,146,141,.8));
  border-color:rgba(255,255,255,.24);
}
.civic-glass-cta:hover,
.civic-glass-cta:focus-visible{
  transform:translateY(-2px);
  box-shadow:0 18px 38px rgba(18,59,84,.18),inset 0 1px 0 rgba(255,255,255,.78);
  border-color:rgba(105,205,211,.72);
}
.civic-glass-cta:hover::after,
.civic-glass-cta:focus-visible::after{transform:translateX(-118%)}
.civic-glass-cta:focus-visible{outline:3px solid rgba(14,165,183,.18);outline-offset:3px}
.civic-glass-cta:disabled{opacity:.58;cursor:not-allowed;transform:none!important;box-shadow:none}
.civic-glass-cta:disabled::after{display:none}
.civic-glass-cta .ui-icon{transition:transform .2s ease}
.civic-glass-cta:hover .ui-icon,
.civic-glass-cta:focus-visible .ui-icon{transform:translateX(-3px)}

.civic-lightline-card{
  position:relative;
  overflow:hidden;
  isolation:isolate;
  transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease,background .22s ease;
}
.civic-lightline-card::after{
  content:"";
  position:absolute;
  z-index:3;
  inset:0 0 auto 0;
  height:2px;
  background:var(--civic-lightline);
  transform:scaleX(0);
  transform-origin:right center;
  opacity:.82;
  transition:transform .44s cubic-bezier(.22,.61,.36,1);
  pointer-events:none;
}
.civic-lightline-card:hover::after,
.civic-lightline-card:focus-visible::after,
.civic-lightline-card:focus-within::after{
  transform:scaleX(1);
  transform-origin:left center;
}
.civic-lightline-card:hover,
.civic-lightline-card:focus-visible{
  transform:translateY(-2px);
  border-color:rgba(14,146,141,.42);
  box-shadow:0 16px 34px rgba(18,59,84,.11);
}
.section-projects .civic-lightline-card::after{
  background:linear-gradient(90deg,transparent,rgba(126,226,220,.18) 12%,rgba(126,226,220,.9) 50%,rgba(255,255,255,.14) 88%,transparent);
}

.civic-reveal{
  opacity:0;
  transform:translateY(12px);
  transition:opacity .48s ease var(--civic-delay,0ms),transform .48s cubic-bezier(.22,.61,.36,1) var(--civic-delay,0ms);
}
.civic-reveal.is-civic-visible{opacity:1;transform:none}

@media(max-width:600px){
  .civic-glass-cta:hover,.civic-glass-cta:focus-visible,
  .civic-lightline-card:hover,.civic-lightline-card:focus-visible{transform:none}
}
@media(prefers-reduced-motion:reduce){
  .civic-reveal{opacity:1!important;transform:none!important}
  .civic-glass-cta::after,.civic-lightline-card::after{transition:none!important}
  .civic-glass-cta:hover,.civic-glass-cta:focus-visible,
  .civic-lightline-card:hover,.civic-lightline-card:focus-visible{transform:none!important}
}


/* 3.5.0 quality hardening — public header shell */
.pro-site .header-main{position:relative;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px 22px;padding-block:11px;min-height:92px}
.pro-site .brand{min-width:0;max-width:100%;overflow:hidden}
.pro-site .brand-copy{min-width:0}
.pro-site .brand-copy strong,.pro-site .brand-copy small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.pro-site .main-nav{grid-column:1/-1;width:100%;margin:0;padding-top:7px;border-top:1px solid rgba(227,233,239,.72);justify-content:center;gap:2px;flex-wrap:wrap}
.pro-site .main-nav a{padding:7px 8px;font-size:15px}
.pro-site .main-nav a:focus-visible,.pro-site .nav-toggle:focus-visible{outline:3px solid rgba(14,146,141,.24);outline-offset:2px}
@media(max-width:1120px){
  .pro-site .header-main{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;padding-block:9px;min-height:78px}
  .pro-site .nav-toggle{display:inline-flex;margin-right:0}
  .pro-site .main-nav{display:none;position:absolute;z-index:90;top:calc(100% + 6px);right:0;left:0;width:auto;max-height:min(70vh,560px);overflow:auto;margin:0;padding:10px;border:1px solid var(--line);border-radius:16px;background:#fff;box-shadow:var(--shadow);flex-direction:column;align-items:stretch;flex-wrap:nowrap}
  .pro-site .main-nav.is-open{display:flex}
  .pro-site .main-nav a{padding:11px 13px;font-size:16px}
  .pro-site .main-nav .nav-admin{margin:4px 0 0}
}
@media(max-width:700px){
  .pro-site .pro-product-badge{display:none}
  .pro-site .brand{gap:8px}
  .pro-site .brand-logo{flex:0 0 auto}
  .pro-site .brand-copy strong{font-size:20px}
  .pro-site .brand-copy small{font-size:13px}
}
@media(max-width:420px){
  .pro-site .header-main{gap:8px}
  .pro-site .brand-logo{width:43px;height:43px;border-radius:13px}
  .pro-site .brand-logo img{width:36px;height:36px}
  .pro-site .nav-toggle{padding:9px 10px;font-size:16px}
  .pro-site .nav-toggle span{display:none}
}

/* Premium Plus navigation shell — collapse early on dense desktop widths */
@media(max-width:1720px){
  .pro-site .header-main{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;padding-block:9px;min-height:78px}
  .pro-site .nav-toggle{display:inline-flex;margin-right:0}
  .pro-site .main-nav{display:none;position:absolute;z-index:90;top:calc(100% + 6px);right:0;left:0;width:auto;max-height:min(72vh,620px);overflow:auto;margin:0;padding:12px;border:1px solid var(--line);border-radius:18px;background:rgba(255,255,255,.97);box-shadow:0 24px 60px rgba(15,45,105,.18);backdrop-filter:blur(16px);flex-direction:column;align-items:stretch;flex-wrap:nowrap}
  .pro-site .main-nav.is-open{display:flex}
  .pro-site .main-nav a{padding:11px 13px;font-size:16px}
  .pro-site .main-nav .nav-admin{margin:4px 0 0}
}

/* Public readability + bidi-safe Persian percentages — 3.5.4 */
.fa-percent{display:inline-flex;flex-direction:row;direction:rtl;unicode-bidi:isolate;align-items:baseline;gap:0;white-space:nowrap;font-variant-numeric:tabular-nums}
.fa-percent-number{display:inline-block;direction:rtl;unicode-bidi:isolate}
.fa-percent-sign{display:inline-block;margin:0 .04em 0 0}
body.pro-site{font-size:18px}
.pro-site .main-nav a{font-size:16px}
.pro-site .section-heading p,.pro-site .page-hero p{font-size:17px;line-height:2}
.pro-site .meta{font-size:14px;line-height:1.85}
.pro-site .text-link{font-size:15px}
.pro-site .footer-grid a,.pro-site .footer-grid span,.pro-site .footer-brand p{font-size:15px;line-height:1.95}

/* Dense desktop navigation must never crowd the viewport. */
@media(max-width:1720px){
  .pro-site .header-main{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;padding-block:9px;min-height:78px}
  .pro-site .nav-toggle{display:inline-flex;margin-right:0}
  .pro-site .main-nav{display:none;position:absolute;z-index:90;top:calc(100% + 6px);right:0;left:0;width:auto;max-height:min(72vh,620px);overflow:auto;margin:0;padding:12px;border:1px solid var(--line);border-radius:18px;background:rgba(255,255,255,.97);box-shadow:0 24px 60px rgba(15,45,105,.18);backdrop-filter:blur(16px);flex-direction:column;align-items:stretch;flex-wrap:nowrap}
  .pro-site .main-nav.is-open{display:flex}
  .pro-site .main-nav a{padding:12px 14px;font-size:17px}
  .pro-site .main-nav .nav-admin{margin:4px 0 0}
}
