/* WCellar Seasonal Notice — Popup Modal */
.wcellar-seasonal-popup {
    position: fixed;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    z-index: 999998;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    padding: 20px;
}
.wcellar-seasonal-popup[hidden] { display: none; }

.wcsp-overlay {
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    background: rgba(26, 21, 18, 0.65);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    animation: wcspFadeIn 0.3s ease;
}

.wcsp-content {
    position: relative;
    z-index: 2;
    background: linear-gradient(180deg, #fffdf8 0%, #faf8f3 100%);
    width: 100%;
    max-width: 480px;
    padding: 48px 44px 32px;
    text-align: center;
    border: 1px solid rgba(184, 153, 104, 0.35);
    box-shadow: 0 30px 80px rgba(26, 21, 18, 0.4);
    animation: wcspSlideUp 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
    max-height: 90vh;
    overflow-y: auto;
}
.wcsp-content::before,
.wcsp-content::after {
    content: '';
    position: absolute;
    width: 22px; height: 22px;
    border: 1px solid #b89968;
}
.wcsp-content::before {
    top: -1px; left: -1px;
    border-right: none; border-bottom: none;
}
.wcsp-content::after {
    bottom: -1px; right: -1px;
    border-left: none; border-top: none;
}

@keyframes wcspFadeIn {
    from { opacity: 0; }
    to   { opacity: 1; }
}
@keyframes wcspSlideUp {
    from { opacity: 0; transform: translateY(16px); }
    to   { opacity: 1; transform: translateY(0); }
}

.wcsp-close {
    position: absolute;
    top: 14px; right: 14px;
    width: 30px; height: 30px;
    background: transparent;
    border: 1px solid rgba(184, 153, 104, 0.3);
    color: #8a817a;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    transition: all 0.2s ease;
}
.wcsp-close:hover {
    border-color: #b89968;
    color: #1a1512;
    background: rgba(184, 153, 104, 0.08);
}

.wcsp-brand {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 0.875rem;
    color: #a08050;
    letter-spacing: 0.35em;
    font-weight: 400;
    margin-bottom: 24px;
}

.wcsp-eyebrow {
    font-size: 0.625rem;
    letter-spacing: 0.4em;
    color: #b89968;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 12px;
}

.wcsp-title {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 2rem;
    font-weight: 300;
    color: #1a1512;
    letter-spacing: 0.01em;
    line-height: 1.2;
    margin-bottom: 20px;
}
.wcsp-title em {
    font-style: italic;
    color: #a08050;
}

.wcsp-divider {
    width: 40px;
    height: 1px;
    background: #b89968;
    margin: 0 auto 24px;
}

.wcsp-lead {
    font-size: 0.9375rem;
    color: #44403a;
    line-height: 1.75;
    margin-bottom: 22px;
}
.wcsp-lead strong {
    color: #a08050;
    font-weight: 600;
}

.wcsp-highlight {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 18px;
    background: rgba(184, 153, 104, 0.1);
    border: 1px solid rgba(184, 153, 104, 0.35);
    color: #44403a;
    font-size: 0.8125rem;
    margin-bottom: 26px;
    line-height: 1.4;
}
.wcsp-highlight svg {
    color: #a08050;
    flex-shrink: 0;
}
.wcsp-highlight strong {
    color: #1a1512;
    font-weight: 600;
}

.wcsp-facts {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    background: rgba(184, 153, 104, 0.25);
    border: 1px solid rgba(184, 153, 104, 0.25);
    margin-bottom: 28px;
}
.wcsp-fact {
    background: #fffdf8;
    padding: 14px 8px;
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.wcsp-fact-num {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 1.25rem;
    font-weight: 500;
    color: #1a1512;
    letter-spacing: 0.02em;
}
.wcsp-fact-label {
    font-size: 0.625rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #8a817a;
    font-weight: 500;
}

.wcsp-actions {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 20px;
}

.wcsp-btn {
    width: 100%;
    padding: 14px 20px;
    font-size: 0.75rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    font-weight: 600;
    cursor: pointer;
    border: 1px solid transparent;
    text-decoration: none !important;
    display: inline-block;
    text-align: center;
    transition: all 0.25s ease;
    font-family: inherit;
}
.wcsp-btn-primary {
    background: #1a1512;
    color: #fffdf8 !important;
    border-color: #1a1512;
}
.wcsp-btn-primary:hover {
    background: #a08050;
    border-color: #a08050;
    color: #fff !important;
}
.wcsp-btn-ghost {
    background: transparent;
    color: #6b6560 !important;
    border-color: rgba(184, 153, 104, 0.4);
}
.wcsp-btn-ghost:hover {
    border-color: #b89968;
    color: #1a1512 !important;
    background: rgba(184, 153, 104, 0.05);
}

.wcsp-footer {
    padding-top: 16px;
    border-top: 1px solid rgba(184, 153, 104, 0.15);
}
.wcsp-suppress {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 0.75rem;
    color: #8a817a;
    cursor: pointer;
    user-select: none;
}
.wcsp-suppress input {
    width: 14px;
    height: 14px;
    accent-color: #b89968;
    cursor: pointer;
}
.wcsp-suppress:hover { color: #1a1512; }

/* RESPONSIVE */
@media (max-width: 520px) {
    .wcsp-content {
        padding: 36px 24px 24px;
    }
    .wcsp-brand { margin-bottom: 18px; }
    .wcsp-title { font-size: 1.625rem; }
    .wcsp-lead { font-size: 0.875rem; }
    .wcsp-fact-num { font-size: 1.0625rem; }
    .wcsp-fact { padding: 12px 6px; }
}
