.locate-showroom-section {
    background: linear-gradient(135deg, #efe3d2 0%, #f8f4ee 48%, #ffffff 100%);
}

.locate-showroom-shell {
    padding: 0 1rem;
}

.locate-copy {
    padding: 1rem 0;
}

.locate-kicker {
    display: inline-block;
    margin-bottom: 14px;
    color: #8a6333;
    font-size: 0.88rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.locate-heading {
    margin: 0;
    color: #0a2463;
    font-size: clamp(2.2rem, 4vw, 4.2rem);
    line-height: 1.05;
    /* font-weight: 800; */
}

.locate-summary {
    max-width: 620px;
    margin: 20px 0 0;
    color: #5f6778;
    /* font-size: 1rem; */
    line-height: 1.8;
}

.locate-divider {
    width: min(100%, 560px);
    height: 1px;
    margin: 28px 0 24px;
    background: linear-gradient(90deg, rgba(10, 36, 99, 0.35), rgba(10, 36, 99, 0));
}

.locate-stat-card {
    height: 100%;
}

.locate-stat-value {
    color: #0a2463;
    font-size: clamp(1.8rem, 3vw, 3rem);
    /* font-weight: 800; */
    line-height: 1;
}

.locate-stat-card h4 {
    margin: 10px 0 0;
    color: #2c3650;
    font-size: 1rem;
    line-height: 1.4;
    font-weight: 600;
}

.locate-cta {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 0.95rem 1.5rem;
    border-radius: 999px;
    background: #0a2463;
    color: #fff;
    text-decoration: none;
    /* font-weight: 700; */
    box-shadow: 0 14px 28px rgba(10, 36, 99, 0.18);
}

.locate-cta:hover {
    color: #fff;
}

.locate-image-wrap {
    position: relative;
    padding: 18px;
}

.locate-image-wrap::before {
    content: "";
    position: absolute;
    inset: 0 0 26px 26px;
    border-radius: 34px;
    background: rgba(255, 255, 255, 0.45);
}

.locate-image {
    position: relative;
    width: 100%;
    height: 520px;
    object-fit: cover;
    border-radius: 34px;
    box-shadow: 0 26px 48px rgba(30, 32, 52, 0.18);
}

.home-contact-section {
    background: #f8f9fa;
}

.home-contact-copy {
    padding: 2rem;
    border-radius: 28px;
    background: #0a2463;
    color: #fff;
}

.home-contact-kicker {
    display: inline-block;
    margin-bottom: 14px;
    color: rgba(255, 255, 255, 0.76);
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.home-contact-title {
    margin: 0 0 14px;
    font-size: clamp(2rem, 3.2vw, 3rem);
    line-height: 1.1;
    /* font-weight: 800; */
    color: #d7d9df;
}

.home-contact-text {
    margin: 0;
    color: #fff;
    /* color: rgba(255, 255, 255, 0.84); */
    line-height: 1.8;
}

.home-contact-form-wrap {
    height: 100%;
    padding: 2rem;
}

.home-contact-form-wrap .form-label {
    color: #1f2937;
    font-weight: 600;
}

.home-contact-form-wrap .form-control {
    min-height: 50px;
    border: 1px solid #d8dee8;
    border-radius: 16px;
    padding: 0.8rem 1rem;
    box-shadow: none;
}

.home-contact-form-wrap textarea.form-control {
    min-height: 140px;
    resize: vertical;
}

.home-contact-submit {
    border: 0;
    border-radius: 999px;
    padding: 0.95rem 1.5rem;
    background: #0A2463;
    color: #fff;
    font-weight: 700;
}

.tiles-category-section {
    background: linear-gradient(180deg, #f7f4ef 0%, #ffffff 100%);
}

.tiles-category-section .heading,
.tiles-section-title {
    color: #0a2463;
    /* font-weight: 700; */
}

.filter-btn {
    cursor: pointer;
    user-select: none;
    border: 1px solid #d7d9df;
    background: #fff;
    color: #25324a;
    font-weight: 600;
}

.filter-btn:hover,
.filter-btn.active {
    background-color: #0A2463;
    border-color: #0A2463;
}

.filter-btn:hover span,
.filter-btn.active span {
    color: #fff !important;
}

.tiles-category-tile {
    display: block;
    text-decoration: none;
}

.tiles-category-thumb {
    overflow: hidden;
    border: 1px solid #e7e1d8;
    background: #fff;
    box-shadow: 0 14px 30px rgba(19, 30, 51, 0.08);
}

.tiles-category-thumb img {
    height: 300px;
    object-fit: cover;
    transition: transform 0.35s ease;
}

.tiles-category-tile:hover .tiles-category-thumb img {
    transform: scale(1.05);
}

.tiles-category-tile-title {
    margin: 14px 0 0;
    color: #1f2937;
    font-size: 1.1rem;
    font-weight: 700;
    text-align: center;
}

.tile-category-card {
    height: 100%;
    border: 1px solid #e7e1d8;
    border-radius: 26px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 18px 40px rgba(19, 30, 51, 0.08);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.tile-category-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 24px 48px rgba(19, 30, 51, 0.14);
}

.tile-category-media {
    position: relative;
    overflow: hidden;
}

.tile-category-image {
    height: 290px;
    object-fit: cover;
    transition: transform 0.35s ease;
}

.tile-category-card:hover .tile-category-image {
    transform: scale(1.05);
}

.tile-category-actions {
    position: absolute;
    top: 16px;
    right: 16px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.tile-category-actions .btn {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12);
}

.tile-category-content {
    padding: 22px 22px 24px;
}

.tile-category-label {
    display: inline-block;
    margin-bottom: 10px;
    color: #8a6333;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    text-decoration: none;
}

.tile-category-name {
    display: block;
    margin-bottom: 12px;
    color: #1f2937;
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 1.3;
    text-decoration: none;
}

.tile-category-meta {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    color: #5b6578;
    font-size: 0.92rem;
}

.tiles-discover-more {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 0.9rem 1.5rem;
    border-radius: 999px;
    background: #0A2463;
    color: #fff;
    text-decoration: none;
    /* font-weight: 700; */
}

.tiles-discover-more:hover {
    color: #fff;
}

.home-seo-section {
    padding: 58px 0;
    background: #fff;
}

.home-seo-panel {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 380px;
    gap: 28px;
    align-items: stretch;
    padding: 34px;
    border: 1px solid #e4d8c8;
    border-radius: 8px;
    background: linear-gradient(180deg, #fff 0%, #faf7f2 100%);
}

.home-seo-content {
    max-width: 820px;
}

.home-seo-kicker {
    display: inline-flex;
    margin-bottom: 12px;
    color: #8a6333;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.home-seo-content h2 {
    margin-bottom: 14px;
    color: #0A2463;
    font-size: 2rem;
    /* font-weight: 800; */
    line-height: 1.25;
}

.home-seo-content p {
    margin-bottom: 24px;
    color: #5f5a53;
    /* font-size: 1rem; */
    line-height: 1.8;
}

.home-seo-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.home-seo-actions a {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
    padding: 0.7rem 1.15rem;
    border: 1px solid #d8c8b4;
    border-radius: 999px;
    background: #fff;
    color: #0A2463;
    /* font-weight: 800; */
    text-decoration: none;
}

.home-seo-actions a:hover,
.home-seo-actions a:last-child {
    background: #0A2463;
    border-color: #0A2463;
    color: #fff;
}

.home-seo-card {
    padding: 24px;
    border-radius: 8px;
    background: #0A2463;
    color: #fff;
}

.home-seo-card h3 {
    margin-bottom: 18px;
    color: #fff;
    font-size: 1.08rem;
    font-weight: 800;
}

.home-seo-feature {
    display: flex;
    gap: 12px;
    padding: 14px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.16);
    color: rgba(255, 255, 255, 0.86);
    line-height: 1.55;
}

.home-seo-feature i {
    width: 34px;
    height: 34px;
    flex: 0 0 34px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.12);
    color: #f3d6a9;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 767.98px) {
    .home-contact-copy,
    .home-contact-form-wrap {
        padding: 1.4rem;
        border-radius: 22px;
    }

    .locate-heading {
        font-size: 2.3rem;
    }

    .locate-summary {
        font-size: 0.95rem;
    }

    .locate-stat-card h4 {
        font-size: 0.86rem;
    }

    .locate-image-wrap {
        padding: 10px 0 0;
    }

    .locate-image-wrap::before {
        inset: 8px 0 12px 12px;
    }

    .locate-image {
        height: 320px;
        border-radius: 24px;
    }

    .tile-category-image {
        height: 230px;
    }

    .tiles-category-thumb img {
        height: 180px;
    }

    .tile-category-content {
        padding: 18px;
    }

    .tile-category-name {
        font-size: 1.1rem;
    }

    .tile-category-meta {
        flex-direction: column;
        gap: 4px;
    }

    .home-seo-panel {
        grid-template-columns: 1fr;
        padding: 22px;
    }

    .home-seo-content h2 {
        font-size: 1.5rem;
    }

    .home-seo-card {
        padding: 20px;
    }
}
