﻿.wpe-header {
    padding-top: 14px;
}

.wpe-site-frame {
    position: fixed;
    inset: 10px;
    border: 1px solid rgba(207,199,189,0.24);
    border-radius: 24px;
    pointer-events: none;
    z-index: 0;
}

.wpe-navbar-premium {
    min-height: 72px;
    background: rgba(248, 245, 240, 0.92);
    border: 1px solid rgba(207, 199, 189, 0.42);
    border-radius: 18px;
    box-shadow: 0 6px 18px rgba(17, 17, 17, 0.04);
    backdrop-filter: blur(12px);
    padding: 0.55rem 0.95rem;
}

.wpe-brand-text {
    display: inline-flex;
    align-items: center;
    gap: 0.9rem;
    color: var(--wpe-black) !important;
}

.wpe-brand-mark {
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: linear-gradient(180deg, rgba(198,169,107,0.22), rgba(198,169,107,0.08));
    border: 1px solid rgba(198,169,107,0.26);
    box-shadow: 0 8px 20px rgba(198,169,107,0.10);
    font-family: 'Playfair Display', serif;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    color: #8D6E3C;
    flex: 0 0 auto;
}

.wpe-brand-copy {
    display: flex;
    flex-direction: column;
    gap: 0.05rem;
    min-width: 0;
}

.wpe-brand-name {
    font-family: 'Playfair Display', serif;
    font-weight: 600;
    letter-spacing: -0.01em;
    font-size: 1.18rem;
    line-height: 1.1;
}

.wpe-brand-tag {
    color: var(--wpe-gray-elegant);
    font-size: 0.77rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    line-height: 1;
}

.wpe-nav-links .nav-link,
.navbar .nav-link {
    color: var(--wpe-black-soft) !important;
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.12rem;
    font-weight: 700;
    margin-right: 0.1rem;
    padding: 0.45rem 0.7rem !important;
    transition: color 200ms ease, transform 200ms ease;
}

    .wpe-nav-links .nav-link:hover,
    .navbar .nav-link:hover,
    .wpe-nav-links .nav-link.active,
    .navbar .nav-link.active {
        color: var(--wpe-gold) !important;
        transform: translateY(-1px);
    }

.wpe-nav-actions {
    row-gap: 0.7rem;
}

.wpe-nav-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--wpe-gold);
    color: #fff !important;
    border-radius: 8px;
    min-height: 44px;
    padding: 0.8rem 1.15rem;
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.05rem;
    font-weight: 700;
    line-height: 1;
    transition: background 200ms ease, transform 200ms ease, box-shadow 200ms ease;
    box-shadow: 0 8px 18px rgba(198, 169, 107, 0.14);
}

    .wpe-nav-cta:hover {
        background: var(--wpe-gold-dark);
        color: #fff !important;
        transform: translateY(-1px);
    }

.wpe-cart-link {
    position: relative;
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    color: var(--wpe-black-soft);
    background: rgba(255,255,255,0.55);
    border: 1px solid rgba(207, 199, 189, 0.5);
    transition: transform 200ms ease, color 200ms ease, border-color 200ms ease, background 200ms ease;
}

    .wpe-cart-link:hover {
        color: var(--wpe-gold-dark);
        border-color: rgba(198,169,107,0.6);
        background: rgba(255,255,255,0.82);
        transform: translateY(-1px);
    }

.wpe-cart-icon,
.wpe-cart-icon svg {
    width: 18px;
    height: 18px;
    display: inline-flex;
}

.wpe-cart-badge {
    position: absolute;
    top: -5px;
    right: -5px;
    min-width: 18px;
    height: 18px;
    padding: 0 4px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: var(--wpe-gold);
    color: #fff;
    font-size: 0.68rem;
    font-weight: 700;
    line-height: 1;
    box-shadow: 0 6px 12px rgba(198,169,107,0.2);
}

.wpe-toggler {
    border: 1px solid rgba(198, 169, 107, 0.38);
    padding: 0.35rem 0.55rem;
    border-radius: 10px;
}

    .wpe-toggler:focus {
        box-shadow: 0 0 0 .2rem rgba(198,169,107,0.14);
    }

    .wpe-toggler .navbar-toggler-icon {
        filter: invert(0.15);
        width: 1.05em;
        height: 1.05em;
    }

.wpe-footer {
    background: transparent;
    padding-bottom: 28px;
}

.wpe-footer-card {
    background: rgba(255,255,255,0.62);
    border: 1px solid rgba(207,199,189,0.36);
    border-radius: 18px;
    box-shadow: var(--wpe-shadow-soft);
    padding: clamp(22px, 3vw, 34px);
}

.wpe-footer-kicker,
.wpe-footer-col-title {
    margin-bottom: 10px;
    font-family: 'Cormorant Garamond', serif;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #A48756;
}

.wpe-footer-title {
    margin: 0 0 12px;
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(2rem, 3vw, 3rem);
    line-height: 1.05;
    font-weight: 500;
    color: var(--wpe-black-soft);
}

.wpe-footer-text {
    margin: 0;
    color: var(--wpe-gray-elegant);
    max-width: 520px;
}

.wpe-footer-links {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
}

    .wpe-footer-links a,
    .wpe-footer-links span {
        color: var(--wpe-black-soft);
        transition: color 180ms ease;
    }

        .wpe-footer-links a:hover {
            color: var(--wpe-gold-dark);
        }

.wpe-footer-bottom {
    margin-top: 24px;
    padding-top: 18px;
    border-top: 1px solid rgba(207,199,189,0.45);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
}

@media (max-width: 991.98px) {
    .wpe-header {
        padding-top: 10px;
    }

    .wpe-site-frame {
        inset: 6px;
        border-radius: 18px;
    }

    .wpe-navbar-premium {
        min-height: 62px;
        border-radius: 14px;
        padding: 0.6rem 0.75rem;
    }

    .wpe-brand-mark {
        width: 40px;
        height: 40px;
    }

    .wpe-brand-name {
        font-size: 1.05rem;
    }

    .wpe-nav-links .nav-link,
    .navbar .nav-link {
        font-size: 1.2rem;
        padding: 0.45rem 0 !important;
    }

    .navbar-collapse {
        margin-top: 12px;
        padding-top: 10px;
        border-top: 1px solid rgba(207,199,189,0.42);
    }

    .wpe-nav-actions {
        align-items: stretch !important;
    }

    .wpe-cart-link {
        width: 40px;
        height: 40px;
        margin-top: 6px;
    }

    .wpe-nav-cta {
        margin-top: 6px;
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 767.98px) {
    .wpe-site-frame {
        display: none;
    }

    .wpe-navbar-premium {
        border-radius: 12px;
    }

    .wpe-brand-text {
        gap: 0.7rem;
        max-width: calc(100% - 56px);
    }

    .wpe-brand-mark {
        width: 36px;
        height: 36px;
        font-size: 0.9rem;
    }

    .wpe-brand-name {
        font-size: 0.98rem;
    }

    .wpe-brand-tag {
        font-size: 0.69rem;
    }

    .wpe-footer-card {
        border-radius: 14px;
        padding: 18px 16px;
    }

    .wpe-footer-bottom {
        margin-top: 18px;
        padding-top: 14px;
    }
}

@media (max-width: 575.98px) {
    .wpe-navbar-premium {
        padding: 0.55rem 0.65rem;
    }

    .wpe-brand-text {
        gap: 0.6rem;
    }

    .wpe-brand-mark {
        width: 34px;
        height: 34px;
    }

    .wpe-brand-name {
        font-size: 0.92rem;
    }

    .wpe-brand-tag {
        font-size: 0.64rem;
        letter-spacing: 0.06em;
    }

    .wpe-footer-bottom {
        flex-direction: column;
        align-items: flex-start;
    }
}

.wpe-body-sticky-header .wpe-header {
    position: sticky;
    top: 0;
    z-index: 1030;
    background: rgba(248, 245, 240, 0.96);
}

.wpe-body-sticky-header .wpe-main {
    padding-top: 2rem;
}
