/*
Theme Name: Model Agency Theme
Theme URI: https://example.com/
Author: GitHub Copilot
Author URI: https://github.com/
Description: A lightweight theme for a model agency. Registers a `model` CPT with meta fields and gallery, plus shortcodes usable inside Elementor.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: model-agency-theme
*/

/* === Global Styles === */
* { box-sizing: border-box; }
body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    color: #1a1a1a;
    line-height: 1.6;
    margin: 0;
    background: #F4F0E8;
}

/* === Gallery Hero Section === */
.model-gallery-hero {
    background: #000000;
    padding: 80px 0 80px;
    position: relative;
    overflow: hidden;
}

.model-gallery-hero-inner {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}

.model-gallery-hero .model-gallery {
    position: relative;
}

.model-gallery-hero .main-swiper {
    border-radius: 0;
    padding: 0 60px;
    overflow: hidden;
}

.model-gallery-hero .main-swiper .swiper-wrapper {
    align-items: center;
    overflow: visible !important;
}

.model-gallery-hero .main-swiper .swiper-slide {
    opacity: 0.5;
    transition: all 0.4s ease;
    transform: scale(0.85);
    height: 550px;
}

.model-gallery-hero .main-swiper .swiper-slide-active {
    opacity: 1;
    transform: scale(1);
    z-index: 2;
}

.model-gallery-hero .main-swiper .swiper-slide-active img {
    border: 8px solid #fff;
    box-shadow: 0 20px 60px rgba(59, 74, 53, 0.3);
    border-radius: 20px;
}

.model-gallery-hero .main-swiper .swiper-slide img {
    border-radius: 20px;
    transition: all 0.4s ease;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.model-gallery-hero .thumbs {
    position: relative;
    margin-top: -60px;
    z-index: 10;
    padding: 0 80px;
}

.model-gallery-hero .thumbs .swiper-wrapper {
    justify-content: center;
}

.model-gallery-hero .thumbs .swiper-slide {
    width: 120px !important;
    height: 120px;
    border: 4px solid #fff;
    box-shadow: 0 4px 20px rgba(59, 74, 53, 0.3);
    border-radius: 16px;
    overflow: hidden;
}

.model-gallery-hero .thumbs .swiper-slide-thumb-active {
    border-color: #000000;
    box-shadow: 0 0 0 2px #000000, 0 4px 20px rgba(59, 74, 53, 0.4);
}

.model-gallery-hero .thumbs .swiper-slide img {
    border-radius: 12px;
}

/* === Content Wrapper === */
.model-content-wrap {
    background: #141414;
    padding: 60px 0;
}

.model-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* === Stats Grid === */
.model-stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    margin-bottom: 60px;
}

.model-stat-card {
    background: #fff;
    padding: 30px 24px;
    border-radius: 12px;
    box-shadow: 0 4px 16px rgba(59, 74, 53, 0.1);
    text-align: center;
    transition: all 0.3s ease;
    border: 2px solid #F4F0E8;
}

.model-stat-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(59, 74, 53, 0.15);
    border-color: #000000;
}

.model-stat-icon {
    width: 48px;
    height: 48px;
    margin: 0 auto 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000000;
    border-radius: 12px;
    color: #fff;
}

.model-stat-icon svg {
    width: 24px;
    height: 24px;
}

.model-stat-label {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #6b7280;
    margin-bottom: 8px;
}

.model-stat-value {
    font-size: 22px;
    font-weight: 700;
    color: #1a1a1a;
}

/* === Two Column Layout === */
.model-two-column {
    display: grid;
    grid-template-columns: 1fr 380px;
    gap: 40px;
    align-items: start;
}

@media (max-width: 968px) {
    .model-two-column {
        grid-template-columns: 1fr;
    }
    .model-sidebar-column {
        order: -1;
    }
}

/* === Main Column === */
.model-main-column {
    min-width: 0;
}

.single .model-main-title {
    font-size: clamp(36px, 5vw, 48px);
    font-weight: 700;
    margin: 0 0 16px;
    color: #000000;
    letter-spacing: -0.5px;
}

.model-excerpt {
    font-size: 18px;
    line-height: 1.7;
    color: #6b7280;
    margin: 0 0 24px;
}

.model-about-section {
    background: #fff;
    padding: 48px;
    border-radius: 12px;
    box-shadow: 0 4px 16px rgba(59, 74, 53, 0.1);
    margin-bottom: 40px;
}

.model-about-content {
    font-size: 16px;
    line-height: 1.8;
    color: #4b5563;
}

.model-about-content p {
    margin: 0 0 16px;
}

.model-about-content p:last-child {
    margin-bottom: 0;
}

/* === Gallery Section === */
.model-gallery {
    width: 100%;
    margin: 0;
}

.model-gallery .swiper-container {
    width: 100%;
    border-radius: 0;
    overflow: hidden;
    position: relative;
}

.model-gallery .main-swiper {
    margin-bottom: 16px;
}

.model-gallery .swiper-slide img {
    width: 100%;
    height: auto;
    display: block;
}

.model-gallery .main-swiper .swiper-slide {
    background: #F4F0E8;
}

.model-gallery .swiper-button-next,
.model-gallery .swiper-button-prev {
    background: rgba(59, 74, 53, 0.9);
    width: 44px;
    height: 44px;
    border-radius: 50%;
    box-shadow: 0 4px 12px rgba(59, 74, 53, 0.3);
}

.model-gallery .swiper-button-next::after,
.model-gallery .swiper-button-prev::after {
    font-size: 18px;
    color: #fff;
    font-weight: 700;
}

.model-gallery .thumbs .swiper-slide {
    width: 100px;
    height: 100px;
    opacity: 0.6;
    cursor: pointer;
    transition: all 0.3s ease;
    overflow: hidden;
}

.model-gallery .thumbs .swiper-slide:hover {
    opacity: 0.85;
}

.model-gallery .thumbs .swiper-slide-thumb-active {
    opacity: 1;
}

.model-gallery .thumbs .swiper-slide img {
    object-fit: cover;
    height: 100%;
}

/* === Sidebar Column === */
.model-sidebar-column {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.model-info-card {
    background: #fff;
    padding: 32px;
    border-radius: 12px;
    box-shadow: 0 4px 16px rgba(59, 74, 53, 0.1);
}

.single-model .model-card-title {
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 20px;
    color: #000000;
}

/* === Availability === */
.model-availability p {
    margin: 0;
    font-size: 16px;
    line-height: 1.6;
    color: #000000;
    font-weight: 600;
    text-align: center;
    padding: 12px;
    background: #F4F0E8;
    border-radius: 8px;
}

/* === Measurements === */
.model-measurements {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.model-measurement-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 16px;
    background: #F4F0E8;
    border-radius: 8px;
    transition: all 0.2s ease;
}

.model-measurement-item:hover {
    background: #000000;
}

.model-measurement-item:hover .model-measurement-label,
.model-measurement-item:hover .model-measurement-value {
    color: #fff;
}

.model-measurement-label {
    font-size: 14px;
    font-weight: 500;
    color: #6b7280;
    transition: color 0.2s ease;
}

.model-measurement-value {
    font-size: 15px;
    font-weight: 700;
    color: #000000;
    transition: color 0.2s ease;
}

/* === Interests === */
.model-interests p {
    margin: 0;
    font-size: 15px;
    line-height: 1.7;
    color: #4b5563;
}

/* === Pricing === */
.model-pricing-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.model-pricing-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 16px;
    background: #000000;
    color: #fff;
    border-radius: 8px;
}

.model-pricing-time {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.model-pricing-amount {
    font-size: 20px;
    font-weight: 700;
}

.model-ter-id p {
    margin: 0;
    font-size: 15px;
    color: #4b5563;
}

/* === CTA Card === */
.model-cta-card {
    background: #000000;
    color: #fff;
}

.model-cta-card .model-card-title {
    color: #fff;
}

.model-cta-text {
    margin: 0 0 20px;
    font-size: 15px;
    opacity: 0.95;
}

.model-cta-button {
    display: inline-block;
    padding: 14px 32px;
    background: #F4F0E8;
    color: #000000!important;
    border: 2px solid #000000;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 600;
    font-size: 15px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.model-cta-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.25);
    background: #fff;
}

/* === Animations === */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* === Model Carousel Widget === */
.mat-model-carousel-wrapper {
    width: 100%;
    margin: 40px 0;
}

/* Filter Buttons */
.mat-carousel-filter {
    margin-bottom: 30px;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.mat-filter-btn {
    padding: 10px 24px;
    border: 2px solid #F4F0E8;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    background-color: #fff;
    color: #000000;
}

.mat-filter-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(59, 74, 53, 0.15);
    border-color: #000000;
}

.mat-filter-btn.active {
    background-color: #000000;
    color: #ffffff;
    border-color: #000000;
}

/* Carousel Cards */
.mat-carousel-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(59, 74, 53, 0.1);
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    border: 2px solid #fff;
}

.mat-carousel-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 28px rgba(59, 74, 53, 0.2);
    border-color: #000000;
}

/* Image Container */
.mat-carousel-image {
    position: relative;
    display: block;
    overflow: hidden;
    aspect-ratio: 3/4;
    background: #f3f4f6;
}

.mat-carousel-image::after {
    content: '';
    position: absolute;
    inset: 0;
    background-color: rgba(0,0,0,0);
    transition: background-color 0.3s ease;
    z-index: 1;
}

.mat-carousel-card:hover .mat-carousel-image::after {
    background-color: rgba(0,0,0,0.3);
}

.mat-carousel-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

/* Hover Animations */
.hover-zoom .mat-carousel-image img {
    transition: transform 0.5s ease;
}

.hover-zoom:hover .mat-carousel-image img {
    transform: scale(1.1);
}

.hover-zoom-out .mat-carousel-image img {
    transform: scale(1.1);
}

.hover-zoom-out:hover .mat-carousel-image img {
    transform: scale(1);
}

.hover-slide:hover .mat-carousel-image img {
    transform: translateX(10px);
}

.hover-rotate:hover .mat-carousel-image img {
    transform: rotate(3deg) scale(1.05);
}

/* Card Content */
.mat-carousel-content {
    padding: 20px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.mat-carousel-title {
    margin: 0 0 8px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
}

.mat-carousel-title a {
    color: #1a1a1a;
    text-decoration: none;
    transition: color 0.3s ease;
}

.mat-carousel-title a:hover {
    color: #000000;
}

.mat-carousel-meta {
    font-size: 14px;
    color: #6b7280;
    margin: 0;
}

/* Swiper Navigation */
.mat-model-carousel-wrapper .swiper-button-next,
.mat-model-carousel-wrapper .swiper-button-prev {
    background: rgba(59, 74, 53, 0.9);
    width: 44px;
    height: 44px;
    border-radius: 50%;
    box-shadow: 0 4px 12px rgba(59, 74, 53, 0.3);
}

.mat-model-carousel-wrapper .swiper-button-next::after,
.mat-model-carousel-wrapper .swiper-button-prev::after {
    font-size: 18px;
    color: #ffffff;
    font-weight: 700;
}

.mat-model-carousel-wrapper .swiper-button-next:hover,
.mat-model-carousel-wrapper .swiper-button-prev:hover {
    background: #000000;
}

.mat-model-carousel-wrapper .swiper-button-next:hover::after,
.mat-model-carousel-wrapper .swiper-button-prev:hover::after {
    color: #ffffff;
}

/* Swiper Pagination */
.mat-model-carousel-wrapper .swiper-pagination {
    bottom: -40px !important;
}

.mat-model-carousel-wrapper .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #d1d5db;
    opacity: 1;
    transition: all 0.3s ease;
}

.mat-model-carousel-wrapper .swiper-pagination-bullet-active {
    background: #000000;
    width: 24px;
    border-radius: 5px;
}

/* === Archive Page === */
.archive-header {
    background: #000000;
    color: #fff;
    padding: 80px 20px 60px;
    text-align: center;
}

.archive-title {
    font-size: clamp(36px, 6vw, 56px);
    font-weight: 700;
    margin: 0 0 12px;
    letter-spacing: -1px;
}

.archive-subtitle {
    font-size: 18px;
    font-weight: 300;
    margin: 0;
    opacity: 0.95;
}

.archive-content-wrap {
    background: #141414;
    padding: 60px 0;
    min-height: 60vh;
}

/* Archive Filter */
.archive-filter {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 50px;
}

.archive-filter .archive-filter-btn {
    padding: 12px 28px;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    background: #fff;
    color: #000000;
    border: 2px solid #F4F0E8;
}

.archive-filter .archive-filter-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(59, 74, 53, 0.15);
    border-color: #000000;
}

.archive-filter  .archive-filter-btn.active {
    background: #000000;
    color: #fff;
    border-color: #000000;
}

/* Archive Grid */
.archive-models-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 30px;
    margin-bottom: 60px;
}

.archive-model-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(59, 74, 53, 0.1);
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    border: 2px solid #ffffff;
}

.archive-model-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 28px rgba(59, 74, 53, 0.2);
    border-color: #000000;
}

.archive-model-image {
    position: relative;
    display: block;
    aspect-ratio: 3/4;
    overflow: hidden;
    background: #f3f4f6;
}

.archive-model-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.archive-model-card:hover .archive-model-image img {
    transform: scale(1.05);
}

.archive-model-badge {
    position: absolute;
    top: 12px;
    right: 12px;
    padding: 6px 14px;
    background: #000000;
    backdrop-filter: blur(10px);
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    border-radius: 20px;
    z-index: 1;
}

.archive-model-content {
    padding: 24px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.archive-models-grid .archive-model-title {
    margin: 0 0 8px;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.3;
}

.archive-models-grid .archive-model-title a {
    color: #1a1a1a;
    text-decoration: none;
    transition: color 0.3s ease;
}

.archive-models-grid .archive-model-title a:hover {
    color: #000000;
}

.archive-models-grid .archive-model-meta {
    font-size: 14px;
    color: #6b7280;
    margin-bottom: 12px;
}

.archive-models-grid .archive-model-excerpt {
    font-size: 14px;
    line-height: 1.6;
    color: #6b7280;
    margin: 0 0 16px;
}

.archive-models-grid .archive-model-cats {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 16px;
}

.archive-models-grid .archive-model-cat-tag {
    padding: 4px 12px;
    background: #F4F0E8;
    color: #000000;
    font-size: 12px;
    font-weight: 600;
    border-radius: 15px;
    text-decoration: none;
    transition: all 0.2s ease;
}

.archive-models-grid .archive-model-cat-tag:hover {
    background: #000000;
    color: #fff;
}

.archive-models-grid .archive-model-link {
    display: inline-flex;
    align-items: center;
    color: #000000;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    margin-top: auto;
    transition: transform 0.2s ease;
}

.archive-models-grid .archive-model-link:hover {
    transform: translateX(4px);
}

.archive-models-grid .archive-no-results {
    grid-column: 1 / -1;
    text-align: center;
    padding: 60px 20px;
}

.archive-models-grid .archive-no-results p {
    font-size: 18px;
    color: #6b7280;
    margin-bottom: 20px;
}

/* Pagination */
.pagination {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 40px;
}

.pagination .page-numbers {
    padding: 10px 16px;
    background: #fff;
    color: #000000;
    border: 2px solid #F4F0E8;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}

.pagination .page-numbers:hover,
.pagination .page-numbers.current {
    background: #000000;
    color: #fff;
    border-color: #000000;
}

h3.gsection_title {
    font-size: 26px;
    margin-bottom: 5px;
}

.gform_button.button {
    background: #000 !important;
    border-radius: 30px !important;
    width: 100% !important;
    padding: 16px !important;
    font-size: 18px !important;
}
.elementor-widget-mat_model_carousel{
    overflow-x: hidden;
}
.review-section{
	margin-bottom: 30px;
}
.review-section .review-added{
	border: 1px solid #5d6a59;
    padding: 30px;
    border-radius: 11px;
    margin-top: 30px;
	gap:20px
}
.review-section .review-added .glsr-review{
	border-bottom: 1px solid #5d6a59;
    margin-bottom: 0;
    padding-bottom: 30px;
}

.review-section .review-added .glsr-review:last-child{
	border-bottom: none;
}

.review-form-section .review-form .glsr-button{
	border: 1px solid #eee;
    padding: 12px 35px;
    margin-top: 20px!important;
    font-size: 18px;
}

/* Label & Input Styling */
.model-login-box label {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.model-login-box input[type="text"], 
.model-login-box input[type="password"] {
    width: 100%;
    padding: 14px;
    border: 1.5px solid #d1d5db;
    border-radius: 8px;
    font-size: 16px;
    background-color: #f9faf9;
    transition: all 0.3s ease;
    margin-bottom: 5px;
}

/* Focused Input state using your color */
.model-login-box input:focus {
    outline: none;
    border-color: #000000;
    background-color: #fff;
    box-shadow: 0 0 0 4px rgba(59, 74, 53, 0.1);
}

/* The Primary Button */
.model-login-box input[type="submit"] {
    width: 100%;
    background-color: #000000; /* Your Scheme */
    color: #ffffff;
    border: none;
    padding: 14px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 8px;
    cursor: pointer;
    transition: transform 0.2s, background 0.3s;
    margin-top: 10px;
}

.model-login-box input[type="submit"]:hover {
    background-color: #2d3828; /* Darker shade for hover */
    transform: translateY(-1px);
}

.model-login-box input[type="submit"]:active {
    transform: translateY(0);
}

/* Remember Me & Extras */
.login-remember {
    margin-top: 10px;
}

.login-signup-link a {
    color: #000000;
}

.uxd-auth-btn .uxd-icon {
    align-items: center;
    display: flex;
}

/* Registration Form */
.elementor-element .gform-theme--foundation .gform_fields{
	row-gap: 20px
}
.elementor-element .gform-theme--foundation .gform_fields h3 {
    margin: 10px 0 2px;
    font-size: 20px;
}
.elementor-element .gform-theme--foundation .gform_fields h4 {
    margin: 10px 0;
    font-size: 18px;
}

.uxd-login-btn-wrapper {
    display: inline-block;
}

.uxd-login-btn, 
.uxd-register-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    background: linear-gradient(135deg, #B9975B 0%, #B9975B 100%);
    color: #fff;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 500;
    font-size: 14px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3);
}

.uxd-login-btn:hover, 
.uxd-register-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(102, 126, 234, 0.4);
    color: #fff;
}

.uxd-user-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.uxd-user-icon svg {
    width: 18px;
    height: 18px;
}

/* Logged in state - different color */
.uxd-login-btn-wrapper.logged-in .uxd-login-btn {
    background: linear-gradient(135deg, #B9975B 0%, #B9975B 100%);
    box-shadow: 0 4px 15px rgb(212 202 187 / 38%);
}

.uxd-login-btn-wrapper.logged-in .uxd-login-btn:hover {
    box-shadow: 0 6px 20px rgb(212 202 187 / 38%);
}
/* === Responsive Design === */
@media (max-width: 768px) {
    .model-gallery-hero {
        padding: 40px 0 0;
    }

    .model-gallery-hero .main-swiper {
        padding: 0 20px;
    }

    .model-gallery-hero .main-swiper .swiper-slide {
        height: 400px;
    }

    .model-gallery-hero .main-swiper .swiper-slide-active img {
        border: 4px solid #fff;
        border-radius: 12px;
    }

    .model-gallery-hero .main-swiper .swiper-slide img {
        border-radius: 12px;
    }

    .model-gallery-hero .thumbs {
        padding: 0 40px;
        margin-top: -40px;
    }

    .model-gallery-hero .thumbs .swiper-slide {
        width: 80px !important;
        height: 80px;
        border-radius: 12px;
    }

    .model-stats-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
        margin-bottom: 40px;
    }

    .model-about-section {
        padding: 32px 24px;
    }

    .model-info-card {
        padding: 24px;
    }

    .model-content-wrap {
        padding: 40px 0;
    }

    /* Carousel Responsive */
    .mat-carousel-filter {
        justify-content: center;
    }

    .mat-carousel-title {
        font-size: 18px;
    }

    /* Archive Responsive */
    .archive-header {
        padding: 60px 20px 40px;
    }

    .archive-models-grid {
        grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
        gap: 20px;
    }

    .archive-filter {
        margin-bottom: 40px;
    }

    .archive-model-content {
        padding: 20px;
    }
}