.season-archive{max-width: 1216px;margin: 0 auto;}
.season-archive h1{text-align: center;font-family: Geologica, Sans-serif;font-size: 72px;font-weight: 600;line-height: 72px;letter-spacing: -.32px;color: #251a2b;margin-bottom: 80px;}
.filters-wrapper{display: flex;flex-wrap: wrap;gap: 50px;margin-bottom: 70px;justify-content: center;}
.jet-filter { display: flex;flex-direction: column;gap: 0;min-width: 250px;}
.jet-filter-label {font-weight: 600;color: #333;margin-bottom: 5px;}
.filter-button-group {display: flex;flex-wrap: wrap;gap: 0;}
.filter-btn {padding: 6px 14px;background: #f1f1f1;border: 1px solid #ccc;cursor: pointer;transition: all 0.2s ease;font-size: 14px;border-radius: 0;}
.filter-btn:hover{background-color: #e2e2e2;}
.filter-btn.active {color: #fff;}
.filter-btn:first.active{border-radius: 10px 0 0 10px;}
.jet-filter select {padding: 6px 10px;border: 1px solid #ccc;border-radius: 4px;height: 53px;}
.filters-wrapper .jet-smart-filters-select.jet-filter:nth-child(2){display: block!important;}
.filters-wrapper .jet-smart-filters-select.jet-filter:nth-child(3){order: initial!important;}

#residency-map{height: 500px;margin: 80px 0;border-radius: 20px;}

.residency-list{display: grid;grid-template-columns: repeat(auto-fill, 384px);justify-content: start; gap: 30px;margin-bottom: 80px;color: #67576F;}
.residency-card{background-color: #F3EFF5;border-radius: 20px;}
.residency-card h2{font-family: "Geologica", Sans-serif;font-size: 20px;font-weight: 600;line-height: 25px;letter-spacing: -0.32px;color: #251A2B;}
.residency-thumbnail{height: 240px;}
.residency-thumbnail img{width: 100%;height: 100%;border-radius: 20px 20px 0 0;object-fit: cover;}
.residency-card-content{padding: 40px;}
.residency-content{border-top: 1px solid #7F705F33;padding-top: 20px;margin-top: 20px;font-size: 14px;font-weight: 500;line-height: 22.4px;}

#load-more-wrapper{margin: 80px 0;text-align: center;}
#load-more-btn{background-color: #e14e2d;font-size: 16px;font-weight: 600;line-height: 24px;fill: #FFFFFF;color: #fff;border-style: solid;border-width: 1px 1px 1px 1px;   border-color: #e14e2d;border-radius: 999px 999px 999px 999px;padding: 16px 40px 16px 40px;}
#load-more-btn:hover{background-color: #02010100;color: #e14e2d;}

@media (max-width:480px){
.filters-wrapper{display: grid;gap: 30px;}
.season-archive h1{font-size: 50px;line-height: 52px;}
#residency-map{height: 350px;}
.season-archive{width: 85%;}
.residency-list{grid-template-columns: auto;}
.residency-card-content{padding: 30px;}
}