:root{--brand:#004c8c;--brand-dark:#004c8c;--ink:#000;--muted:#000;--line:#e5e5ea;--soft:#f7f7f9;--radius:16px;--call:#97003c;--wa:#075b20;--tg:#0c4f73}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;color:#000;background:#fafafa;line-height:1.55}a{color:var(--brand);text-decoration:none}img{display:block;max-width:100%}.container{width:min(1180px,calc(100% - 32px));margin-inline:auto}.icon{width:20px;height:20px;display:inline-flex;align-items:center;justify-content:center;flex:0 0 20px}.icon svg{width:100%;height:100%;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.site-header{background:#fff;border-bottom:1px solid var(--line)}.topbar{min-height:76px;display:flex;align-items:center;gap:22px}.brand{display:flex;align-items:center;gap:10px;font-weight:800;font-size:21px;color:#000;white-space:nowrap}.brand-logo{width:36px;height:36px;flex:0 0 36px;object-fit:contain;border-radius:10px}.brand-mark{width:36px;height:36px;display:grid;place-items:center;border-radius:12px;background:var(--brand);color:#fff}.header-actions{display:flex;align-items:center;gap:12px;margin-left:auto}.icon-link{display:flex;align-items:center;gap:7px;font-weight:700;font-size:14px;color:var(--brand)}.btn{min-height:42px;padding:0 18px;border:1px solid transparent;border-radius:11px;display:inline-flex;align-items:center;justify-content:center;gap:8px;font:700 14px system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;cursor:pointer}.btn-primary{background:var(--brand);border-color:var(--brand-dark);color:#fff}.btn-primary:hover,.btn-primary:focus-visible{background:var(--brand-dark)}.btn-light{background:#fff;border-color:var(--line);color:#000}.alert{padding:13px 16px;border-radius:11px;margin:16px 0;font-weight:700;font-size:14px}.alert-success{background:#e9f8f0;color:#087144}.alert-warning{background:#fff6da;color:#765500}.alert-error{background:#ffe9ee;color:#a30f35}.post-title-bar{background:#fff;border-bottom:1px solid var(--line);padding:10px 0 12px}.breadcrumbs{display:flex;gap:7px;align-items:center;color:#000;font-size:12px}.post-breadcrumbs{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin:0 0 6px}.post-breadcrumbs a,.post-breadcrumbs span{display:inline}.post-title-bar h1{margin:0;text-align:center;font-size:18px;line-height:1.3;color:#000;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.location-finder-strip{background:#f8fafc;border-bottom:1px solid var(--line);padding:10px 0}.location-finder-box{display:grid;grid-template-columns:minmax(190px,.85fr) minmax(180px,1fr) minmax(180px,1fr) auto;align-items:end;gap:10px;padding:11px;background:#fff;border:1px solid var(--line);border-radius:14px}.location-finder-heading{align-self:center}.location-finder-heading strong{display:block;font-size:15px;line-height:1.2}.location-finder-heading span{display:block;margin-top:3px;font-size:11px}.location-finder-field>span{display:block;margin:0 0 5px;font-size:11px;font-weight:800}.form-control{width:100%;min-height:42px;border:1px solid var(--line);border-radius:10px;padding:9px 11px;font:inherit;background:#fff;color:#000}.form-control:focus{outline:2px solid #c7e1f5;border-color:var(--brand)}.location-finder-submit{white-space:nowrap}.post-detail-wrap{padding:18px 0 26px}.post-detail-main{width:100%;max-width:950px;margin-inline:auto;background:#fff;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden}.post-detail-slider.single-post-image{position:relative;width:min(560px,calc(100% - 48px));height:auto;aspect-ratio:auto;margin:18px auto 0;overflow:visible;background:transparent;border:0;border-radius:12px}.post-detail-slider.single-post-image>img{display:block;width:100%;height:auto;object-fit:contain;border-radius:12px}.badge{position:absolute;top:12px;left:12px;padding:6px 9px;border-radius:8px;font-weight:800;font-size:11px;background:#eaf4fb;color:var(--brand);border:1px solid #e8b7ca}.post-facts{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;padding:18px 24px;background:#fff}.post-fact{min-width:0;display:flex;align-items:center;gap:11px;padding:11px 12px;border:1px solid var(--line);border-radius:12px;background:var(--soft)}.post-fact>.icon{width:34px;height:34px;flex:0 0 34px;padding:7px;border:1px solid #d9d9df;border-radius:10px;color:var(--brand);background:#fff}.post-fact>div{min-width:0}.post-fact strong{display:block;font-size:12px;line-height:1.25;margin-bottom:2px}.post-fact span,.post-fact a{display:block;font-size:13px;line-height:1.35;color:#000;overflow-wrap:anywhere}.post-fact a{color:var(--brand);font-weight:800}.post-detail-content{width:100%;margin:20px 0 0;padding:24px;background:#fff;border:1px solid var(--line);border-radius:var(--radius)}.detail-description{font-size:15px;line-height:1.62;color:#000;white-space:pre-line;overflow-wrap:anywhere}.location-footer-links-section{padding:18px 0 28px;background:#f6f6f8;border-top:1px solid var(--line)}.location-footer-links-head{text-align:center;margin:0 0 10px}.location-footer-links-head h2{margin:0;color:#000;font-size:20px;line-height:1.25}.location-footer-links-head p{margin:3px 0 0;color:#000;font-size:13px}.location-footer-links{display:flex;flex-wrap:wrap;justify-content:center;gap:8px}.location-footer-button{min-height:40px;display:inline-flex;align-items:center;justify-content:center;gap:7px;padding:8px 13px;border:1px solid var(--brand);border-radius:10px;background:#fff;color:var(--brand);font-size:13px;line-height:1.2;font-weight:800}.location-footer-button .icon{width:15px;height:15px;flex-basis:15px}.location-footer-button.is-current{background:var(--brand);color:#fff}.post-areas-load{font:inherit;cursor:pointer}.site-footer.simple-footer{background:#111!important;color:#fff!important;padding:24px 0 18px}.simple-footer .footer-links{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:10px 20px;text-align:center}.simple-footer .footer-links a{color:#fff!important;font-size:14px;font-weight:750}.simple-footer .copyright{border-top:1px solid #34343a;margin-top:18px;padding-top:15px;color:#fff!important;font-size:13px;text-align:center}.age-gate[hidden]{display:none!important}.age-gate{position:fixed;inset:0;z-index:99999;display:grid;place-items:center;padding:20px;background:rgba(10,10,14,.86)}.age-gate-card{width:min(430px,100%);padding:28px;background:#fff;color:#000;border-radius:20px;text-align:center;box-shadow:0 24px 70px rgba(0,0,0,.32)}.age-gate-badge{width:68px;height:68px;margin:0 auto 14px;display:grid;place-items:center;border-radius:50%;background:var(--brand);color:#fff;font-size:23px;font-weight:900}.age-gate-card h2{margin:0 0 8px}.age-gate-card p{margin:0;color:#000}.age-gate-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:20px}body.age-gate-open{overflow:hidden}body.has-state-contact-bar,body.has-post-contact-bar{padding-bottom:60px}.state-contact-fixed,.post-floating-contacts{position:fixed!important;z-index:1200!important;left:0!important;right:0!important;bottom:0!important;width:100%!important;min-height:60px!important;display:flex!important;align-items:stretch!important;gap:0!important;padding:0!important;background:#000!important}.state-contact-fixed-button,.post-floating-contact{flex:1 1 0!important;min-width:0!important;min-height:60px!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:9px!important;padding:9px 10px!important;border:0!important;border-right:1px solid rgba(255,255,255,.12)!important;border-radius:0!important;color:#fff!important;text-decoration:none!important;box-shadow:none!important}.state-contact-fixed-button:last-child,.post-floating-contact:last-child{border-right:0!important}.state-contact-phone,.post-floating-phone{background:var(--call)!important}.state-contact-whatsapp,.post-floating-whatsapp{background:var(--wa)!important}.state-contact-telegram,.post-floating-telegram{background:var(--tg)!important}.post-floating-label{position:static!important;display:inline!important;padding:0!important;background:transparent!important;color:#fff!important;font-size:16px!important;font-weight:800!important;opacity:1!important;visibility:visible!important;transform:none!important}.contact-svg{display:block!important;width:24px!important;height:24px!important;flex:0 0 24px!important;color:#fff!important}.contact-svg path{fill:currentColor!important;stroke:none!important}.state-contact-count-1 .state-contact-fixed-button,.post-contact-count-1 .post-floating-contact{flex-basis:100%!important}.state-contact-count-2 .state-contact-fixed-button,.post-contact-count-2 .post-floating-contact{flex-basis:50%!important}.state-contact-count-3 .state-contact-fixed-button,.post-contact-count-3 .post-floating-contact{flex-basis:33.3333%!important}.btn:focus-visible,.icon-link:focus-visible,.location-footer-button:focus-visible,.state-contact-fixed-button:focus-visible,.post-floating-contact:focus-visible,a:focus-visible{outline:3px solid #000;outline-offset:2px}.site-footer a:focus-visible,.state-contact-fixed-button:focus-visible,.post-floating-contact:focus-visible{outline-color:#fff;outline-offset:-3px}@media(max-width:900px){.location-finder-box{grid-template-columns:1fr 1fr auto}.location-finder-heading{grid-column:1/-1}}@media(max-width:640px){.container{width:min(100% - 22px,1180px)}.topbar{min-height:64px}.brand{font-size:17px}.brand-logo,.brand-mark{width:32px;height:32px;flex-basis:32px}.header-actions{gap:8px}.header-actions .icon-link span{display:none}.header-actions .btn{min-height:38px;padding:0 11px;font-size:12px}.post-title-bar{padding:8px 0 10px}.post-title-bar h1{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;white-space:normal;overflow:hidden;max-height:2.4em;font-size:16px;line-height:1.2}.post-breadcrumbs{font-size:10px;margin-bottom:4px}.location-finder-strip{padding:7px 0}.location-finder-box{grid-template-columns:1fr 1fr;padding:8px;gap:7px;border-radius:11px}.location-finder-heading{grid-column:1/-1}.location-finder-heading span{display:none}.location-finder-field .form-control{min-height:39px;font-size:12px;padding:8px}.location-finder-submit{grid-column:1/-1;width:100%;min-height:39px}.post-detail-wrap{width:100%;padding:10px 0 22px}.post-detail-main{width:calc(100% - 22px);max-width:480px}.post-detail-slider.single-post-image{width:100%;max-width:none;margin:0;height:auto;aspect-ratio:auto;border-radius:0}.post-detail-slider.single-post-image>img{width:100%;height:auto;border-radius:0}.post-facts{grid-template-columns:1fr;padding:10px;gap:7px}.post-fact{padding:9px 10px}.post-detail-content{width:calc(100% - 22px);margin:14px auto 0;padding:16px}.detail-description{font-size:15px;line-height:1.56}.location-footer-links-section{padding:14px 0 22px}.location-footer-links-head h2{font-size:18px}.location-footer-links{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}.location-footer-button{width:100%;min-width:0;padding:8px 9px}.simple-footer .footer-links{gap:9px 14px}.simple-footer .footer-links a{font-size:13px}.simple-footer .copyright{font-size:12px}.age-gate-actions{grid-template-columns:1fr}body.has-state-contact-bar,body.has-post-contact-bar{padding-bottom:58px}.state-contact-fixed,.post-floating-contacts{min-height:58px!important}.state-contact-fixed-button,.post-floating-contact{min-height:58px!important;padding:7px 5px!important;gap:6px!important}.contact-svg{width:21px!important;height:21px!important;flex-basis:21px!important}.post-floating-label,.state-contact-fixed-button span{font-size:13px!important}}

/* v-next: post-page brand uses the site accent, not black. */
.site-header .brand>span{color:#004c8c!important}

/* v-next: reusable site identity on login/register/dashboards/age gate. */
.site-identity-block{display:flex;align-items:center;justify-content:center;gap:11px;margin:0 0 16px;color:#004c8c!important;text-align:left}
.site-identity-logo{display:block;width:48px!important;height:48px!important;flex:0 0 48px;object-fit:contain;border-radius:12px;background:#fff}
.site-identity-fallback{width:48px;height:48px;flex:0 0 48px;display:grid;place-items:center;border-radius:12px;background:#004c8c;color:#fff;font-size:22px;font-weight:900}
.site-identity-name{color:#004c8c!important;font-size:20px;font-weight:900;line-height:1.15;letter-spacing:-.01em;overflow-wrap:anywhere}
.auth-site-identity{margin-bottom:18px}
.dashboard-site-identity{justify-content:flex-start;margin:0 0 16px}
.age-gate-site-identity{margin-bottom:14px}
.age-gate-site-identity .site-identity-logo,.age-gate-site-identity .site-identity-fallback{width:42px!important;height:42px!important;flex-basis:42px}
.age-gate-site-identity .site-identity-name{font-size:18px}
@media(max-width:640px){.site-identity-logo,.site-identity-fallback{width:42px!important;height:42px!important;flex-basis:42px}.site-identity-name{font-size:18px}.dashboard-site-identity{justify-content:center;margin-bottom:13px}.age-gate-site-identity{margin-bottom:12px}.age-gate-site-identity .site-identity-logo,.age-gate-site-identity .site-identity-fallback{width:38px!important;height:38px!important;flex-basis:38px}.age-gate-site-identity .site-identity-name{font-size:17px}}


/* v-next: global footer contrast + custom 404 page. */
html body .site-footer,
html body .site-footer.simple-footer{
  background:#111!important;
  color:#fff!important;
}
html body .site-footer .footer-links,
html body .site-footer .footer-links a,
html body .site-footer .copyright,
html body .site-footer p,
html body .site-footer span,
html body .site-footer small,
html body .site-footer strong{
  color:#fff!important;
  opacity:1!important;
  text-decoration:none!important;
}
html body .site-footer .footer-links a:hover,
html body .site-footer .footer-links a:focus-visible{
  color:#fff!important;
  text-decoration:underline!important;
  text-underline-offset:3px!important;
}
.error-page-section{padding:54px 0 70px;background:#f7f7f9;min-height:58vh;display:flex;align-items:center}
.error-page-shell{display:flex;justify-content:center}
.error-page-card{width:min(620px,100%);background:#fff;border:1px solid var(--line);border-radius:20px;padding:38px 28px;text-align:center;box-shadow:0 12px 40px rgba(20,22,30,.08)}
.error-page-card .site-identity{justify-content:center;margin-bottom:18px}
.error-code{font-size:clamp(64px,12vw,112px);font-weight:900;line-height:.95;letter-spacing:-.06em;color:var(--brand);margin:8px 0 14px}
.error-page-card h1{margin:0 0 10px;font-size:30px;line-height:1.2}
.error-page-card p{margin:0 auto 24px;max-width:470px;color:#3f424b!important}
.error-page-actions{display:flex;justify-content:center;gap:10px;flex-wrap:wrap}
@media(max-width:640px){.error-page-section{padding:32px 0 46px}.error-page-card{padding:30px 18px;border-radius:16px}.error-page-card h1{font-size:25px}.error-page-actions .btn{flex:1 1 150px}}

/* Final footer color lock: must beat global brand-link !important rules on every page. */
html body footer.site-footer.simple-footer,html body footer.site-footer.simple-footer *{color:#fff!important}
html body footer.site-footer.simple-footer{background:#111!important}
html body footer.site-footer.simple-footer nav.footer-links>a,html body footer.site-footer.simple-footer nav.footer-links>a:visited,html body footer.site-footer.simple-footer nav.footer-links>a:hover,html body footer.site-footer.simple-footer nav.footer-links>a:focus-visible{color:#fff!important}

/* Top/bottom dynamic content + post similar cards */
.city-top-content-section,.city-bottom-content-section{padding:24px 0}.city-top-content-section{padding-bottom:8px}.city-bottom-content-section{padding-top:8px;padding-bottom:28px}.city-top-dynamic-content,.city-bottom-dynamic-content{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:22px}.post-city-context-link{margin:20px 0 0}.post-city-context-link a{color:var(--brand);font-weight:800;text-decoration:underline;text-underline-offset:3px}.similar-posts-section{padding:8px 0 44px}.similar-posts-head{display:flex;align-items:end;justify-content:space-between;gap:16px;margin-bottom:16px}.similar-posts-head h2{margin:0;font-size:26px}.similar-post-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.similar-post-card{background:#fff;border:1px solid var(--line);border-radius:14px;overflow:hidden}.similar-post-image{display:block;aspect-ratio:4/3;background:#eee;overflow:hidden}.similar-post-image img{width:100%;height:100%;object-fit:cover}.similar-post-body{padding:12px}.similar-post-body h3{margin:0 0 7px;font-size:15px;line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.similar-post-body p{margin:0;color:var(--muted);font-size:13px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}@media(max-width:900px){.similar-post-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:640px){.city-top-content-section,.city-bottom-content-section{padding:14px 0}.city-top-content-section{padding-bottom:4px}.city-bottom-content-section{padding-top:4px;padding-bottom:20px}.city-top-dynamic-content,.city-bottom-dynamic-content{padding:16px}.similar-posts-section{padding:4px 0 28px}.similar-posts-head h2{font-size:21px}.similar-post-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.similar-post-body{padding:10px}.similar-post-body h3{font-size:14px}.similar-post-body p{display:none}}
/* Similar post full-image fix */.similar-post-grid .similar-post-image,.similar-post-image{aspect-ratio:auto!important;height:auto!important;min-height:0!important;overflow:hidden;background:#f2f2f4}.similar-post-grid .similar-post-image img,.similar-post-image img{display:block!important;width:100%!important;height:auto!important;max-width:100%!important;object-fit:contain!important;object-position:center!important}

/* v-hover-lock: keep all interactive hover states on the approved #004c8c accent. */
:root{--brand:#004c8c!important;--brand-dark:#004c8c!important;--primary:#004c8c!important}
html body .btn-primary:hover,
html body .btn-primary:focus-visible,
html body .btn-primary:active,
html body .btn-dark:hover,
html body .btn-dark:focus-visible,
html body .btn-dark:active,
html body .age-gate .btn-primary:hover,
html body .age-gate .btn-primary:focus-visible,
html body .age-gate .btn-primary:active,
html body .site-header .btn-primary:hover,
html body .site-header .btn-primary:focus-visible,
html body .site-header .btn-primary:active{
  background:#004c8c!important;
  border-color:#004c8c!important;
  color:#fff!important;
  filter:none!important;
}
html body .category-card:hover{border-color:#004c8c!important}
html body .city-pill:hover,
html body .city-pill:focus-visible,
html body .card-title-link:hover h2,
html body .card-title-link:hover h3,
html body .card-location-link:hover,
html body .card-location-link:focus-visible{
  border-color:#004c8c!important;
  color:#004c8c!important;
}
html body .location-footer-button:hover,
html body .location-footer-button:focus-visible,
html body .location-footer-button:active{
  background:#004c8c!important;
  border-color:#004c8c!important;
  color:#fff!important;
  filter:none!important;
}
html body .location-footer-button:hover .icon,
html body .location-footer-button:focus-visible .icon,
html body .location-footer-button:active .icon{color:#fff!important}
html body .post-page-pagination-link:hover,
html body .post-page-pagination-link:focus-visible{
  border-color:#004c8c!important;
}
html body .dashboard-nav a:hover,
html body .dashboard-nav a.active,
html body .state-contact-state-list a:hover,
html body .state-contact-state-list a.active,
html body .custom-contact-list>a:hover,
html body .custom-contact-list>a.active{
  background:#004c8c!important;
  border-color:#004c8c!important;
  color:#fff!important;
}
/* Fixed contact buttons keep their own normal channel color; hovering must not brighten/change it. */
html body .state-contact-fixed-button:hover,
html body .state-contact-fixed-button:focus-visible,
html body .post-floating-contact:hover,
html body .post-floating-contact:focus-visible,
html body .state-contact-shortcode-button:hover,
html body .state-contact-shortcode-button:focus-visible{
  filter:none!important;
  transform:none!important;
}
html body .site-footer .footer-links a:hover,
html body .site-footer .footer-links a:focus-visible{
  color:#fff!important;
}

/* v53: Former inline styles moved here so View Source contains no CSS rules. */
html body .site-footer.simple-footer{background:#111!important;color:#fff!important}
html body .site-footer.simple-footer .footer-links,
html body .site-footer.simple-footer .footer-links a,
html body .site-footer.simple-footer .copyright{color:#fff!important}
html body .dashboard .dashboard-nav a{color:#17171c!important}
html body .dashboard .dashboard-nav a:hover,
html body .dashboard .dashboard-nav a:focus-visible,
html body .dashboard .dashboard-nav a:active,
html body .dashboard .dashboard-nav a.active,
html body .dashboard .dashboard-nav a.active:hover,
html body .dashboard .dashboard-nav a.active:focus-visible{background:#004c8c!important;border-color:#004c8c!important;color:#fff!important;-webkit-text-fill-color:#fff!important;opacity:1!important;filter:none!important}
html body .dashboard .dashboard-nav a:hover *,
html body .dashboard .dashboard-nav a:focus-visible *,
html body .dashboard .dashboard-nav a.active *{color:#fff!important;-webkit-text-fill-color:#fff!important;opacity:1!important}


/* v54: Similar-post heading centered everywhere; mobile cards show centered title + four-line excerpt. */
.similar-posts-head{justify-content:center!important;text-align:center!important}
.similar-posts-head h2{width:100%;text-align:center!important}
@media(max-width:640px){
  .similar-post-body h3{text-align:center!important}
  .similar-post-body p{display:-webkit-box!important;-webkit-box-orient:vertical!important;-webkit-line-clamp:4!important;overflow:hidden!important;line-height:1.45!important}
}
