/* Minification failed. Returning unminified contents.
(19,17): run-time error CSS1039: Token not allowed after unary operator: '-moss'
(34,21): run-time error CSS1039: Token not allowed after unary operator: '-pine-deeper'
(39,46): run-time error CSS1039: Token not allowed after unary operator: '-pine-dark'
(39,64): run-time error CSS1039: Token not allowed after unary operator: '-pine-deeper'
(51,21): run-time error CSS1039: Token not allowed after unary operator: '-gold-light'
(62,27): run-time error CSS1039: Token not allowed after unary operator: '-font-display'
(83,17): run-time error CSS1039: Token not allowed after unary operator: '-moss-light'
(89,23): run-time error CSS1039: Token not allowed after unary operator: '-font-display'
(91,17): run-time error CSS1039: Token not allowed after unary operator: '-pine-deeper'
(106,32): run-time error CSS1039: Token not allowed after unary operator: '-border-light'
(109,27): run-time error CSS1039: Token not allowed after unary operator: '-font-body'
(111,21): run-time error CSS1039: Token not allowed after unary operator: '-pine-dark'
(117,32): run-time error CSS1039: Token not allowed after unary operator: '-moss-light'
(128,22): run-time error CSS1039: Token not allowed after unary operator: '-muted'
(133,17): run-time error CSS1039: Token not allowed after unary operator: '-muted'
(147,21): run-time error CSS1039: Token not allowed after unary operator: '-moss'
(159,30): run-time error CSS1039: Token not allowed after unary operator: '-moss-light'
(170,28): run-time error CSS1039: Token not allowed after unary operator: '-border-light'
(171,17): run-time error CSS1039: Token not allowed after unary operator: '-pine-deeper'
(180,17): run-time error CSS1039: Token not allowed after unary operator: '-muted'
(196,21): run-time error CSS1039: Token not allowed after unary operator: '-pine-dark'
(208,25): run-time error CSS1039: Token not allowed after unary operator: '-pine-dark'
(254,22): run-time error CSS1039: Token not allowed after unary operator: '-moss-light'
(259,28): run-time error CSS1039: Token not allowed after unary operator: '-moss-light'
(264,26): run-time error CSS1039: Token not allowed after unary operator: '-gold-light'
(270,17): run-time error CSS1039: Token not allowed after unary operator: '-muted'
(303,30): run-time error CSS1039: Token not allowed after unary operator: '-gold'
(349,22): run-time error CSS1039: Token not allowed after unary operator: '-pine-deeper'
(407,26): run-time error CSS1039: Token not allowed after unary operator: '-moss-light'
 */
/* ============================================================
   VENDOR DETAIL PAGE  (Views/Vendors/Detail.cshtml)
   Feature stylesheet. Reuses tokens from base-home.css / home.css
   (--pine-*, --moss*, --gold*, --muted, --border*, --font-*).
   No :root redefinitions. .cta-primary is the global button.
   ============================================================ */

.vd-wrap {
    max-width: 1280px;
    margin: 0 auto;
    padding: 110px 24px 70px;
}

/* ── BACK LINK ──────────────────────────────────────────── */
.vd-back {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    color: var(--moss);
    font-size: 0.875rem;
    font-weight: 600;
    text-decoration: none;
    margin-bottom: 1.5rem;
    transition: color 0.18s;
}

    .vd-back svg {
        width: 15px;
        height: 15px;
        stroke: currentColor;
    }

    .vd-back:hover {
        color: var(--pine-deeper);
    }

/* ── VENDOR HERO ────────────────────────────────────────── */
.vendor-hero {
    background: linear-gradient(135deg, var(--pine-dark), var(--pine-deeper));
    color: #fff;
    border-radius: 16px;
    padding: 2rem 2rem 1.75rem;
    margin-bottom: 2.25rem;
    box-shadow: 0 8px 40px rgba(26, 48, 34, 0.18);
    overflow: visible;
}

    .vendor-hero .type-tag {
        display: inline-block;
        background: rgba(255, 255, 255, 0.12);
        color: var(--gold-light);
        font-size: 0.72rem;
        font-weight: 600;
        letter-spacing: 0.04em;
        text-transform: uppercase;
        padding: 0.28rem 0.7rem;
        border-radius: 6px;
        margin-bottom: 0.9rem;
    }

    .vendor-hero h1 {
        font-family: var(--font-display);
        font-size: clamp(1.7rem, 3.5vw, 2.2rem);
        font-weight: 600;
        line-height: 1.2;
        margin-bottom: 1.4rem;
    }

.contact-link {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    text-decoration: none;
    color: rgba(255, 255, 255, 0.85);
    transition: color 0.18s;
}

    .contact-link:hover {
        color: #fff;
    }

.vd-state {
    color: var(--moss-light);
    font-weight: 600;
}

/* ── SECTION TITLE ──────────────────────────────────────── */
.section-title {
    font-family: var(--font-display);
    font-size: 1.5rem;
    color: var(--pine-deeper);
    font-weight: 600;
    margin-bottom: 1.25rem;
}

/* ── PRODUCT SEARCH ─────────────────────────────────────── */
.vd-search {
    position: relative;
    max-width: 380px;
    margin-bottom: 0.75rem;
}

    .vd-search input {
        width: 100%;
        padding: 0.7rem 1rem 0.7rem 2.6rem;
        border: 1px solid var(--border-light);
        border-radius: 10px;
        background: #fff;
        font-family: var(--font-body);
        font-size: 0.95rem;
        color: var(--pine-dark);
        transition: border-color 0.2s, box-shadow 0.2s;
    }

        .vd-search input:focus {
            outline: none;
            border-color: var(--moss-light);
            box-shadow: 0 0 0 3px rgba(74, 124, 53, 0.15);
        }

    .vd-search svg {
        position: absolute;
        left: 0.9rem;
        top: 50%;
        transform: translateY(-50%);
        width: 18px;
        height: 18px;
        stroke: var(--muted);
    }

.vd-result-count {
    font-size: 0.85rem;
    color: var(--muted);
    margin-bottom: 1.75rem;
}

/* ── PRODUCT GROUPS ─────────────────────────────────────── */
.cat-group {
    margin-bottom: 2rem;
}

    .cat-group > h3 {
        font-size: 0.85rem;
        font-weight: 700;
        letter-spacing: 0.05em;
        text-transform: uppercase;
        color: var(--moss);
        margin-bottom: 0.85rem;
        display: flex;
        align-items: center;
        gap: 0.5rem;
    }

        .cat-group > h3::before {
            content: "";
            width: 9px;
            height: 9px;
            border-radius: 2px;
            background: var(--moss-light);
        }

.product-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.product-item {
    background: #fff;
    border: 1px solid var(--border-light);
    color: var(--pine-deeper);
    font-size: 0.9rem;
    font-weight: 500;
    padding: 0.5rem 0.9rem;
    border-radius: 9px;
    box-shadow: 0 2px 20px rgba(26, 48, 34, 0.06);
}

.no-products {
    color: var(--muted);
    font-size: 0.95rem;
    padding: 1.5rem 0 2.5rem;
}

/* ── CTA BAR ────────────────────────────────────────────── */
.cta-bar {
    background: rgba(201, 151, 58, 0.08);
    border: 1px solid rgba(201, 151, 58, 0.3);
    border-radius: 14px;
    padding: 3rem;
    text-align: center;
    margin-top: 2.5rem;
}

    .cta-bar p {
        color: var(--pine-dark);
        margin-bottom: 2rem;
    }

/* ── RESPONSIVE ─────────────────────────────────────────── */
@media (max-width: 600px) {

    .cta-bar {
        padding: 1.2rem;
    }

        .cta-bar p {
            color: var(--pine-dark);
            margin-bottom: 1rem;
        }

    .cta-primary {
        padding: 12px 14px;
        display: inline-block;
    }

    .vendor-hero {
        padding: 1.6rem 1.4rem 1.4rem;
    }

    .contact-row {
        flex-direction: column;
        gap: 1rem;
    }
}

/* ── SOCIAL ROW ──────────────────────────────────────────── */
.social-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
    margin-top: 1.4rem;
    padding-top: 1.4rem;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.social-icon {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.45rem 0.85rem;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 999px;
    color: rgba(255, 255, 255, 0.85);
    font-size: 0.85rem;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.18s;
}

    .social-icon svg {
        width: 16px;
        height: 16px;
        stroke: var(--moss-light);
    }

    .social-icon:hover {
        background: rgba(255, 255, 255, 0.1);
        border-color: var(--moss-light);
        color: #fff;
    }

        .social-icon:hover svg {
            stroke: var(--gold-light);
        }

.search-tag-wrap {
    margin-bottom: 1.5rem;
    font-size: 0.9rem;
    color: var(--muted);
}

.search-tag {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: rgba(201, 151, 58, 0.14);
    border: 1px solid rgba(201, 151, 58, 0.35);
    color: #7a5a1f;
    font-size: 0.85rem;
    font-weight: 600;
    padding: 0.35rem 0.4rem 0.35rem 0.8rem;
    border-radius: 999px;
    margin-left: 0.4rem;
}

    .search-tag .close {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        background: rgba(201, 151, 58, 0.3);
        color: #7a5a1f;
        font-size: 0.95rem;
        line-height: 1;
        text-decoration: none;
        transition: background 0.18s, color 0.18s;
    }

        .search-tag .close:hover {
            background: var(--gold);
            color: #fff;
        }

.vendor-hero .gsap-fade,
.vendor-hero .gsap-up,
.section-title.gsap-fade,
.cat-group.gsap-fade,
.vd-search.gsap-fade {
    opacity: 0;
}

.vendor-hero .gsap-up {
    transform: translateY(20px);
}

.contact-row {
    display: flex;
    flex-direction: column; /* stacked vertically */
    gap: 0.85rem;
}

.show-more-nums {
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.75rem;
    font-weight: 600;
    padding: 2px 8px;
    border-radius: 999px;
    cursor: pointer;
    white-space: nowrap;
    transition: background 0.18s, color 0.18s;
    flex-shrink: 0;
}

    .show-more-nums:hover {
        background: rgba(255, 255, 255, 0.25);
        color: #fff;
    }

.extra-numbers-popover {
    display: none;
    position: absolute;
    left: 0;
    top: calc(100% + 0.5rem);
    background: var(--pine-deeper);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 10px;
    padding: 0.6rem 0.85rem;
    flex-direction: column;
    gap: 0.35rem;
    z-index: 20;
    white-space: nowrap;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
    min-width: 160px;
}

    .extra-numbers-popover.open {
        display: flex;
    }

    .extra-numbers-popover span {
        font-size: 0.85rem;
        color: rgba(255, 255, 255, 0.8);
        cursor: default; /* clearly not clickable */
        user-select: text; /* allow copy */
    }

.extra-num-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    /* isolates each row so long-press/triple-tap selection on mobile
       can't bleed into the next number */
    isolation: isolate;
}

    .extra-num-row + .extra-num-row {
        margin-top: 0.1rem;
    }

.copy-num-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    border: none;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.75);
    cursor: pointer;
    transition: background 0.18s, color 0.18s;
}

    .copy-num-btn:hover {
        background: rgba(255, 255, 255, 0.22);
        color: #fff;
    }

    .copy-num-btn.copied {
        background: var(--moss-light);
        color: #fff;
    }

@media (max-width: 600px) {
    .extra-numbers-popover {
        left: 0;
        top: calc(100% + 0.4rem);
        transform: none;
    }
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.85);
    position: relative;
}

.contact-numbers {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: nowrap;
    position: relative; /* moved here */
}

.contact-item svg {
    width: 17px;
    height: 17px;
    flex-shrink: 0;
    margin-top: 0.2rem;
}
