﻿    /* ===========================
       BASE
    =========================== */
    body

{
    background: #F4F1EC;
}

.find-page-wrapper {
    max-width: 1320px;
    margin: 0 auto;
    padding: 24px 16px 60px;
}

@media (min-width: 768px) {
    .find-page-wrapper {
        padding: 28px 24px 60px;
    }
}

@media (min-width: 1200px) {
    .find-page-wrapper {
        padding: 0 40px 80px;
    }
}

/* ===========================
       DESKTOP TITLE BAR
    =========================== */
.desktop-title-bar {
    display: none;
}

@media (min-width: 1200px) {
    .desktop-title-bar {
        display: block;
        background: white;
        border-bottom: 1px solid #E2DDD6;
        padding: 20px 0 24px;
        margin-bottom: 32px;
    }
}

.dt-inner {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 40px;
}

.dt-breadcrumb {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    color: #7A7268;
    margin-bottom: 12px;
}

    .dt-breadcrumb a {
        color: #7A7268;
        text-decoration: none;
    }

        .dt-breadcrumb a:hover {
            color: #2D5A27;
        }

.dt-title-row {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.dt-heading-wrap {
    display: flex;
    align-items: center;
    gap: 16px;
}

.dt-heading {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 26px;
    font-weight: 700;
    color: #1A1A1A;
    margin: 0;
}

    .dt-heading span {
        color: #7A7268;
        font-weight: 400;
    }

/* ===========================
       MOBILE PAGE HEADER
    =========================== */
.mobile-page-header {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 20px;
}

.mobile-header-icon {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    background: #1E3A1E;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #C9A84C;
    font-size: 22px;
    flex-shrink: 0;
}

.mobile-page-title {
    font-size: 22px;
    font-weight: 700;
    color: #1E3A1E;
    margin: 0 0 2px;
    font-family: Georgia, serif;
}

.mobile-page-sub {
    font-size: 13px;
    color: #7A7268;
    margin: 0;
}

@media (min-width: 1200px) {
    .mobile-page-header {
        display: none;
    }
}

/* ===========================
       HERO SEARCH
    =========================== */
.hero-search {
    background: #1E3A1E;
    background-image: radial-gradient(rgba(201,168,76,0.10) 1px, transparent 1px);
    background-size: 22px 22px;
    border-radius: 24px;
    padding: 40px 24px;
    overflow: hidden;
}

@media (min-width: 768px) {
    .hero-search {
        padding: 48px 40px;
    }
}

.hero-inner {
    max-width: 820px;
    margin: 0 auto;
    text-align: center;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #2D5A27;
    color: #C9A84C;
    font-size: 12px;
    font-weight: 600;
    padding: 6px 16px;
    border-radius: 999px;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin-bottom: 18px;
}

.hero-title {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 30px;
    font-weight: 700;
    color: #F4F1EC;
    line-height: 1.2;
    margin: 0;
}

@media (min-width: 768px) {
    .hero-title {
        font-size: 42px;
    }
}

.hero-sub {
    color: #C7D4C2;
    font-size: 14px;
    margin: 12px 0 28px;
}

@media (min-width: 768px) {
    .hero-sub {
        font-size: 15px;
    }
}

/* Search bar */
.hero-searchbar {
    background: white;
    border-radius: 16px;
    padding: 8px;
    display: flex;
    align-items: center;
    gap: 8px;
    box-shadow: 0 12px 30px rgba(0,0,0,0.18);
}

.hero-search-input-wrap {
    position: relative;
    flex: 1;
    display: flex;
    align-items: center;
}

    .hero-search-input-wrap > i {
        position: absolute;
        left: 16px;
        color: #7A7268;
        font-size: 15px;
        pointer-events: none;
    }

    .hero-search-input-wrap input {
        width: 100%;
        border: none;
        outline: none;
        background: transparent;
        padding: 14px 12px 14px 42px;
        font-size: 15px;
        color: #1A1A1A;
    }

        .hero-search-input-wrap input::placeholder {
            color: #AAA49D;
        }

.hero-search-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #C9A84C;
    color: #1E3A1E;
    border: none;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    padding: 14px 26px;
    border-radius: 12px;
    transition: background 0.15s;
    white-space: nowrap;
}

    .hero-search-btn:hover {
        background: #d8b65a;
    }

@media (max-width: 520px) {
    .hero-search-btn span {
        display: none;
    }

    .hero-search-btn {
        padding: 14px 18px;
    }
}

/* Combos */
.hero-combos {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 12px;
}

@media (min-width: 640px) {
    .hero-combos {
        grid-template-columns: 1fr 1fr;
    }
}

.hero-combo {
    position: relative;
}

    .hero-combo .combo-lead {
        position: absolute;
        left: 16px;
        top: 50%;
        transform: translateY(-50%);
        color: #7A7268;
        font-size: 14px;
        pointer-events: none;
        z-index: 1;
    }

    .hero-combo .combo-chevron {
        position: absolute;
        right: 16px;
        top: 50%;
        transform: translateY(-50%);
        color: #7A7268;
        font-size: 11px;
        pointer-events: none;
    }

    .hero-combo select {
        width: 100%;
        appearance: none;
        -webkit-appearance: none;
        background: white;
        border: 1px solid #E2DDD6;
        border-radius: 12px;
        padding: 14px 40px 14px 42px;
        font-size: 14px;
        color: #1A1A1A;
        cursor: pointer;
        outline: none;
        text-overflow: ellipsis;
        transition: border-color 0.15s, box-shadow 0.15s;
    }

        .hero-combo select:focus {
            border-color: #2D5A27;
            box-shadow: 0 0 0 3px rgba(45,90,39,0.12);
        }

/* ===========================
       SECTIONS (shared)
    =========================== */
.find-section {
    margin-top: 36px;
}

.find-section-head {
    display: flex;
    align-items: baseline;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 16px;
}

.find-section-title {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 20px;
    font-weight: 700;
    color: #1A1A1A;
    margin: 0;
}

.find-section-hint {
    font-size: 13px;
    color: #7A7268;
}

.find-section-link {
    margin-left: auto;
    color: #2D5A27;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: gap 0.15s;
}

    .find-section-link:hover {
        gap: 10px;
        color: #1E3A1E;
    }

.find-empty {
    color: #7A7268;
    font-size: 14px;
}

/* ===========================
       FILTER CARDS
    =========================== */
.filter-card-row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
}

@media (min-width: 640px) {
    .filter-card-row {
        grid-template-columns: repeat(4, 1fr);
    }
}

.filter-card {
    display: flex;
    align-items: center;
    gap: 14px;
    background: white;
    border: 1px solid #E2DDD6;
    border-radius: 16px;
    padding: 16px 18px;
    text-decoration: none;
    box-shadow: 0 2px 8px rgba(30,58,30,0.05);
    transition: transform 0.15s, box-shadow 0.15s, border-color 0.15s;
}

    .filter-card:hover {
        transform: translateY(-3px);
        box-shadow: 0 10px 24px rgba(30,58,30,0.12);
        border-color: #C9A84C;
    }

.filter-card-icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

    .filter-card-icon.gold {
        background: #F6EFD8;
        color: #C9A84C;
    }

    .filter-card-icon.green {
        background: #EAF1E8;
        color: #2D5A27;
    }

.filter-card-text {
    display: flex;
    flex-direction: column;
    flex: 1;
    min-width: 0;
}

.filter-card-label {
    font-size: 15px;
    font-weight: 700;
    color: #1A1A1A;
}

.filter-card-sub {
    font-size: 12px;
    color: #7A7268;
    margin-top: 2px;
}

.filter-card-arrow {
    color: #C2BBB0;
    font-size: 13px;
}

/* ===========================
       CONTINENT GRID
    =========================== */
.continent-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
}

@media (min-width: 768px) {
    .continent-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (min-width: 1200px) {
    .continent-grid {
        grid-template-columns: repeat(6, 1fr);
    }
}

.continent-card {
    background: white;
    border: 1px solid #E2DDD6;
    border-radius: 16px;
    overflow: hidden;
    text-decoration: none;
    box-shadow: 0 2px 8px rgba(30,58,30,0.05);
    transition: transform 0.15s, box-shadow 0.15s, border-color 0.15s;
}

    .continent-card:hover {
        transform: translateY(-3px);
        box-shadow: 0 10px 24px rgba(30,58,30,0.12);
        border-color: #C9A84C;
    }

.continent-img-wrap {
    height: 92px; /* background: #F8F5EF; */
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px;
}

    .continent-img-wrap img {
        max-width: 100%;
        max-height: 100%;
        object-fit: contain;
    }

.continent-info {
    padding: 12px 14px 14px;
}

.continent-name {
    font-size: 14px;
    font-weight: 700;
    color: #1A1A1A;
    margin: 0;
}

.continent-count {
    font-size: 12px;
    color: #7A7268;
    margin: 3px 0 0;
}

/* ===========================
       POPULAR FAMILIES
    =========================== */
.family-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
}

@media (min-width: 768px) {
    .family-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (min-width: 1200px) {
    .family-grid {
        grid-template-columns: repeat(6, 1fr);
    }
}

.family-card {
    background: white;
    border: 1px solid #E2DDD6;
    border-radius: 16px;
    overflow: hidden;
    text-decoration: none;
    box-shadow: 0 2px 8px rgba(30,58,30,0.05);
    transition: transform 0.15s, box-shadow 0.15s, border-color 0.15s;
}

    .family-card:hover {
        transform: translateY(-3px);
        box-shadow: 0 10px 24px rgba(30,58,30,0.12);
        border-color: #C9A84C;
    }

.family-img-wrap {
    height: 110px; /* background: #F8F5EF; */
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}

    .family-img-wrap img {
        max-width: 100%;
        max-height: 100%;
        object-fit: contain;
    }

.family-info {
    padding: 12px 14px 14px;
}

.family-name {
    font-size: 14px;
    font-weight: 700;
    color: #1A1A1A;
    margin: 0 0 8px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.family-meta {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

    .family-meta span {
        display: inline-flex;
        align-items: center;
        gap: 6px;
        font-size: 12px;
        color: #7A7268;
    }

    .family-meta i {
        color: #C9A84C;
        font-size: 11px;
    }

/* ===========================
       RECENTLY ADDED
    =========================== */
.recent-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
}

@media (min-width: 640px) {
    .recent-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (min-width: 992px) {
    .recent-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (min-width: 1200px) {
    .recent-grid {
        grid-template-columns: repeat(8, 1fr);
    }
}

.recent-card {
    background: white;
    border: 1px solid #E2DDD6;
    border-radius: 14px;
    overflow: hidden;
    text-decoration: none;
    transition: transform 0.15s, box-shadow 0.15s;
}

    .recent-card:hover {
        transform: translateY(-3px);
        box-shadow: 0 8px 18px rgba(30,58,30,0.10);
    }

.recent-thumb {
    position: relative;
    height: 96px; /* background: #F8F5EF; */
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px;
}

    .recent-thumb img {
        max-width: 100%;
        max-height: 100%;
        object-fit: contain;
    }

.recent-rare {
    position: absolute;
    top: 6px;
    left: 6px;
    background: #C9A84C;
    color: #1E3A1E;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.04em;
    padding: 2px 7px;
    border-radius: 999px;
}

.recent-info {
    padding: 10px 11px 12px;
}

.recent-name {
    font-size: 12.5px;
    font-weight: 700;
    color: #1A1A1A;
    margin: 0;
    line-height: 1.3;
    min-height: 32px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.recent-family {
    font-size: 11px;
    color: #2D5A27;
    font-weight: 600;
    margin: 4px 0 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.recent-date {
    font-size: 11px;
    color: #7A7268;
    margin: 6px 0 0;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

    .recent-date i {
        color: #C9A84C;
        font-size: 10px;
    }

/* ===========================
       LAST UPDATED BAR
    =========================== */
.last-updated-bar {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 36px;
    padding: 14px 18px;
    background: #F8F5EF;
    border: 1px solid #E2DDD6;
    border-radius: 14px;
    color: #7A7268;
    font-size: 13px;
}

    .last-updated-bar i {
        color: #C9A84C;
        font-size: 14px;
        flex-shrink: 0;
    }

    .last-updated-bar strong {
        color: #1A1A1A;
    }

