/* City page styles */
*{margin:0;padding:0;box-sizing:border-box}
body{font-family:'Quicksand',sans-serif;background:#FAF8F5;color:#1C2421;line-height:1.7;font-size:15px}
.wrap{max-width:760px;margin:0 auto;padding:48px 24px 80px}
.eyebrow{font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.14em;color:#3D6B5E;margin-bottom:10px}
h1{font-family:'Quicksand',sans-serif;font-size:2rem;font-weight:600;line-height:1.2;color:#1C2421;margin-bottom:18px}
h2{font-family:'Quicksand',sans-serif;font-size:1.25rem;font-weight:600;color:#1C2421;margin:36px 0 10px;border-bottom:1px solid #E8E3DC;padding-bottom:6px}
h3{font-family:'Quicksand',sans-serif;font-size:1rem;font-weight:600;color:#3D6B5E;margin:22px 0 6px}
p{margin-bottom:16px;color:#3a4440;line-height:1.8}
ul,ol{margin:0 0 16px 22px;color:#3a4440}
li{margin-bottom:8px;line-height:1.7}
.highlight{background:#F2EDE7;border-left:3px solid #3D6B5E;padding:16px 20px;border-radius:0 8px 8px 0;margin:28px 0}
.highlight strong{color:#1C2421}
.cta-box{background:#1C2421;color:#FAF8F5;padding:36px;border-radius:14px;text-align:center;margin:48px 0}
.cta-box h2{color:#FAF8F5;margin:0 0 10px;border:none;padding:0;font-weight:400;font-size:1.4rem}
.cta-box p{color:rgba(250,248,245,.5);margin-bottom:22px}
.cta-btn{display:inline-block;background:#3D6B5E;color:#FAF8F5;padding:14px 32px;border-radius:6px;text-decoration:none;font-weight:600;font-size:.95rem}
.breadcrumb{font-size:.78rem;color:#5A6460;margin-bottom:28px}
.breadcrumb a{color:#3D6B5E;text-decoration:none}
details summary{list-style:none}
details summary::-webkit-details-marker{display:none}