*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:#fbfbfb;color:#141414;font-family:Manrope,system-ui,sans-serif;-webkit-font-smoothing:antialiased;min-width:320px}
a{color:#141414;text-decoration:none;transition:color .2s ease,background .2s ease,border-color .2s ease,transform .2s ease}
a:hover{color:#E1251B}
input,button,select,textarea{font-family:inherit}
::selection{background:#E1251B;color:#fff}
.home-skip{position:fixed;top:-80px;left:20px;z-index:999;background:#141414;color:#fff;padding:10px 14px}.home-skip:focus{top:20px}
.home-directory-card{border:1px solid #e6e6e6;background:#fff;padding:22px;display:flex;flex-direction:column;gap:14px;border-radius:2px;min-height:235px;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease}.home-directory-card:hover{border-color:#141414;box-shadow:0 10px 30px rgba(0,0,0,.06);color:#141414;transform:translateY(-2px)}
.home-card-head{display:flex;justify-content:space-between;align-items:flex-start;gap:12px}.home-card-logo{width:44px;height:44px;background:repeating-linear-gradient(135deg,#ededed 0 6px,#f7f7f7 6px 12px);border:1px solid #e6e6e6;flex:0 0 auto}.home-card-head>span{font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#E1251B}.home-card-title{font-size:17px;font-weight:700;letter-spacing:-.01em;margin-bottom:4px}.home-card-desc{font-size:13.5px;color:#6d6d6d;line-height:1.5}.home-card-meta{margin-top:auto;padding-top:12px;border-top:1px solid #f0f0f0;display:flex;justify-content:space-between;gap:12px;font-size:13px;color:#4a4a4a}.home-card-meta span{color:#8a8a8a;text-align:right}
[data-home-categories] button:not(.is-active){border:1px solid #dcdcdc;background:#fff;color:#4a4a4a;padding:9px 16px;font-size:13px;font-weight:600;border-radius:100px;cursor:pointer}[data-home-categories] button:not(.is-active):hover{border-color:#141414;color:#141414}[data-home-categories] button.is-active{border-color:#141414!important;background:#141414!important;color:#fff!important}
.home-unit-card{background:#1d1d1d;border:1px solid #2c2c2c;border-radius:2px;overflow:hidden;display:flex;flex-direction:column}.home-unit-media{aspect-ratio:16/10;background:repeating-linear-gradient(135deg,#242424 0 10px,#2b2b2b 10px 20px);display:flex;align-items:flex-end;padding:14px;position:relative}.home-unit-media>span{font-family:ui-monospace,Menlo,monospace;font-size:10.5px;color:#8d8d8d;border:1px solid #333;padding:5px 8px}.home-unit-media>b{position:absolute;top:14px;left:14px;background:#E1251B;color:#fff;font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:6px 10px}.home-unit-body{padding:20px;display:flex;flex-direction:column;gap:14px;flex:1}.home-unit-title{font-size:18px;font-weight:700;letter-spacing:-.01em}.home-unit-facts{display:flex;gap:22px;flex-wrap:wrap;font-size:13px;color:#a5a5a5}.home-unit-bottom{margin-top:auto;padding-top:14px;border-top:1px solid #2c2c2c;display:flex;justify-content:space-between;align-items:center;gap:12px}.home-unit-bottom>span{font-family:Newsreader,Georgia,serif;font-size:24px}.home-unit-bottom>a{color:#fff;border:1px solid #444;padding:9px 14px;font-size:13px;font-weight:600}.home-unit-bottom>a:hover{background:#E1251B;border-color:#E1251B;color:#fff}
.home-service{background:#fff;padding:32px 26px;display:flex;flex-direction:column;gap:10px;min-height:190px}.home-service>span{font-family:Newsreader,Georgia,serif;font-size:15px;color:#E1251B}.home-service>strong{font-size:18px;font-weight:700;letter-spacing:-.01em}.home-service>p{font-size:14px;line-height:1.55;color:#6d6d6d;margin:0}
.home-access-row{display:grid;grid-template-columns:130px 1fr;gap:20px;padding:16px 0;border-bottom:1px solid #e6e6e6;font-size:14.5px}.home-access-row span{color:#5a5a5a;line-height:1.5}
.home-label{display:flex;flex-direction:column;gap:7px;font-size:12.5px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:#6d6d6d}.home-label input,.home-label select,.home-label textarea{border:1px solid #dcdcdc;padding:13px;font-size:15px;font-weight:400;color:#141414;text-transform:none;letter-spacing:0;border-radius:2px;outline:0;background:#fff}.home-label input:focus,.home-label select:focus,.home-label textarea:focus{border-color:#141414}.home-label textarea{resize:vertical}
.home-footer-title{color:#fff;font-size:13px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;margin-bottom:16px}.home-footer-links{display:flex;flex-direction:column;gap:10px;font-size:14px}.home-footer-links a{color:#9a9a9a}.home-footer-links a:hover{color:#E1251B}
.cookie-banner{position:fixed;left:18px;right:18px;bottom:18px;z-index:2000;display:none}.cookie-banner.is-visible{display:block}.cookie-inner{max-width:900px;margin:auto;background:#fff;border:1px solid #dedede;box-shadow:0 18px 55px rgba(0,0,0,.18);padding:16px 18px;display:flex;gap:18px;align-items:center;justify-content:space-between}.cookie-inner p{margin:0;font-size:13px;color:#555}.cookie-actions{display:flex;gap:8px}.home-cookie-btn{border:1px solid #d6d6d6;background:#fff;padding:9px 12px;font-weight:700;cursor:pointer}.home-cookie-primary{background:#E1251B;color:#fff;border-color:#E1251B}
.toast{position:fixed;left:50%;bottom:28px;z-index:3000;transform:translate(-50%,20px);opacity:0;pointer-events:none;background:#141414;color:#fff;padding:12px 16px;box-shadow:0 10px 28px rgba(0,0,0,.2);transition:.25s}.toast.show{opacity:1;transform:translate(-50%,0)}
@media(max-width:760px){.home-nav{width:100%;justify-content:center;border-top:1px solid #e6e6e6;padding-top:12px}.home-slider{min-height:650px!important}.home-card-meta{flex-direction:column}.home-card-meta span{text-align:left}.home-access-row{grid-template-columns:1fr;gap:5px}.cookie-inner{align-items:flex-start;flex-direction:column}.cookie-actions{width:100%}.cookie-actions button{flex:1}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{transition:none!important;animation:none!important}}

.home-filter-pill{
  appearance:none;
  -webkit-appearance:none;
  border:1px solid #dcdcdc;
  background:#fff;
  color:#4a4a4a;
  padding:9px 16px;
  font-size:13px;
  font-weight:600;
  border-radius:999px;
  cursor:pointer;
  line-height:1.2;
  transition:border-color .2s ease, background .2s ease, color .2s ease, transform .2s ease;
}
.home-filter-pill:hover,
.home-filter-pill:focus-visible{
  border-color:#141414;
  color:#141414;
  border-radius:999px;
}
.home-filter-pill.is-active{
  border-color:#141414 !important;
  background:#141414 !important;
  color:#fff !important;
  border-radius:999px !important;
}
.home-filter-pill:active{transform:translateY(1px)}

.home-card-logo{display:grid;place-items:center;background:#141414;color:#fff;font-size:13px;font-weight:800;letter-spacing:.04em;overflow:hidden}.home-card-logo.has-logo{background:#fff;border-color:#d8d8d8}.home-card-logo img{width:100%;height:100%;object-fit:contain;display:block;padding:6px}


/* V8: photographic cards and reliable filters */
.home-directory-card.is-filtered-out{display:none!important}
.home-card-image{margin:-22px -22px 2px;aspect-ratio:16/7;overflow:hidden;background:#e8e8e8}
.home-card-image img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s ease}
.home-directory-card:hover .home-card-image img{transform:scale(1.035)}
.home-unit-media{padding:0;overflow:hidden}
.home-unit-media>img{width:100%;height:100%;object-fit:cover;display:block;filter:saturate(.9) contrast(1.02)}
.home-unit-media>b{z-index:2}
.home-unit-contact{font-family:Manrope,system-ui,sans-serif!important;font-size:13px!important;color:#b8b8b8;font-weight:600}
.home-service-photo{margin:0;aspect-ratio:1/1;overflow:hidden;border:1px solid #e2e2e2;background:#eee}
.home-service-photo img{width:100%;height:100%;object-fit:cover;display:block}

.home-properties-empty{grid-column:1/-1;color:#bcbcbc;border:1px dashed #404040;padding:32px;text-align:center}.is-filtered-out{display:none!important}

/* La fotografía panorámica se muestra completa en escritorio para que la torre sea reconocible. */
.home-slide-tower-photo{object-fit:contain;object-position:right center}
@media(max-width:760px){.home-slide-tower-photo{object-fit:cover;object-position:45% center}}
