/*
 * LXE Site Experience v0.2.1 — sitewide shell
 * Replaces the visual presentation of Divi's default header/footer without deleting them.
 */
:root {
    --lxe-shell-green: #071710;
    --lxe-shell-green-2: #0d241a;
    --lxe-shell-gold: #c7a85b;
    --lxe-shell-gold-bright: #e1c879;
    --lxe-shell-cream: #f6f0df;
    --lxe-shell-muted: #b9b5a7;
    --lxe-shell-header-height: 80px;
    --lxe-shell-ease: cubic-bezier(.22,.75,.22,1);
}

body.lxe-site-shell {
    overflow-x: clip;
}

/* Divi defaults stay installed for rollback but are visually retired. */
body.lxe-site-shell #top-header,
body.lxe-site-shell #main-header,
body.lxe-site-shell #main-footer {
    display: none !important;
}

body.lxe-site-shell #page-container {
    padding-top: 0 !important;
}

.lxe-site-header {
    position: sticky;
    z-index: 100001;
    top: 0;
    min-height: var(--lxe-shell-header-height);
    color: var(--lxe-shell-cream);
    background: linear-gradient(180deg, rgba(4,14,9,.90), rgba(5,17,11,.72));
    border-bottom: 1px solid rgba(199,168,91,.24);
    box-shadow: 0 10px 34px rgba(0,0,0,.08);
    backdrop-filter: blur(16px) saturate(120%);
    -webkit-backdrop-filter: blur(16px) saturate(120%);
    transition: background .35s ease, box-shadow .35s ease, border-color .35s ease;
}
body.home .lxe-site-header:not(.is-scrolled) {
    background: linear-gradient(180deg, rgba(3,12,8,.78), rgba(4,14,9,.34));
    box-shadow: none;
    border-bottom-color: rgba(199,168,91,.14);
}
.lxe-site-header.is-scrolled {
    background: rgba(5,18,12,.95);
    border-bottom-color: rgba(199,168,91,.38);
    box-shadow: 0 12px 34px rgba(0,0,0,.24);
}
body.admin-bar .lxe-site-header { top: 32px; }

.lxe-site-header__inner {
    width: min(92%, 1180px);
    min-height: var(--lxe-shell-header-height);
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(90px, 1fr) auto minmax(180px, 1fr);
    align-items: center;
    gap: 30px;
}

.lxe-site-brand {
    justify-self: start;
    display: inline-flex;
    align-items: center;
    min-height: 48px;
    text-decoration: none !important;
}
.lxe-site-brand img {
    display: block;
    width: auto;
    height: 42px;
    max-width: 88px;
    object-fit: contain;
    filter: drop-shadow(0 0 14px rgba(225,200,121,.11));
    transition: transform .35s var(--lxe-shell-ease), filter .35s ease;
}
.lxe-site-brand:hover img,
.lxe-site-brand:focus-visible img {
    transform: translateY(-1px) scale(1.035);
    filter: drop-shadow(0 0 18px rgba(225,200,121,.24));
}
.lxe-site-brand:focus-visible,
.lxe-site-nav a:focus-visible,
.lxe-shell-icon:focus-visible,
.lxe-mobile-toggle:focus-visible,
.lxe-mobile-panel a:focus-visible,
.lxe-site-footer a:focus-visible {
    outline: 2px solid var(--lxe-shell-gold-bright);
    outline-offset: 4px;
}

.lxe-site-nav ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(22px, 2.2vw, 36px);
    list-style: none;
    margin: 0;
    padding: 0;
}
.lxe-site-nav a {
    position: relative;
    display: inline-flex;
    align-items: center;
    min-height: 48px;
    color: rgba(246,240,223,.90) !important;
    font-family: Cinzel, Georgia, serif;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .075em;
    line-height: 1;
    text-transform: uppercase;
    text-decoration: none !important;
    transition: color .25s ease;
}
.lxe-site-nav a::after {
    content: "";
    position: absolute;
    left: 50%;
    right: 50%;
    bottom: 8px;
    height: 1px;
    background: var(--lxe-shell-gold-bright);
    box-shadow: 0 0 9px rgba(225,200,121,.25);
    transition: left .3s var(--lxe-shell-ease), right .3s var(--lxe-shell-ease);
}
.lxe-site-nav a:hover,
.lxe-site-nav a:focus-visible { color: var(--lxe-shell-gold-bright) !important; }
.lxe-site-nav a:hover::after,
.lxe-site-nav a:focus-visible::after { left: 0; right: 0; }

.lxe-site-actions {
    justify-self: end;
    display: flex;
    align-items: center;
    gap: 5px;
}
.lxe-shell-icon,
.lxe-mobile-toggle {
    position: relative;
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 999px;
    color: rgba(246,240,223,.88) !important;
    background: transparent;
    text-decoration: none !important;
    transition: color .25s ease, background .25s ease, transform .25s var(--lxe-shell-ease);
}
.lxe-shell-icon:hover,
.lxe-shell-icon:focus-visible,
.lxe-mobile-toggle:hover,
.lxe-mobile-toggle:focus-visible {
    color: var(--lxe-shell-gold-bright) !important;
    background: rgba(199,168,91,.095);
    transform: translateY(-1px);
}
.lxe-shell-icon svg,
.lxe-mobile-toggle svg {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.65;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.lxe-shell-icon svg .lxe-icon-fill { fill: currentColor; stroke: none; }

.lxe-shell-cart__count {
    position: absolute;
    right: 1px;
    top: 1px;
    min-width: 17px;
    height: 17px;
    padding: 0 4px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    color: var(--lxe-shell-green);
    background: var(--lxe-shell-gold-bright);
    font-family: Arial, sans-serif;
    font-size: 10px;
    font-weight: 700;
    line-height: 1;
    box-shadow: 0 0 0 2px rgba(5,18,12,.84);
}

.lxe-mobile-toggle { display: none; cursor: pointer; }
.lxe-mobile-toggle__close { display: none; }
.lxe-mobile-toggle[aria-expanded="true"] .lxe-mobile-toggle__open { display: none; }
.lxe-mobile-toggle[aria-expanded="true"] .lxe-mobile-toggle__close { display: inline-flex; }

.lxe-mobile-panel {
    border-top: 1px solid rgba(199,168,91,.2);
    background: rgba(5,18,12,.985);
    box-shadow: 0 20px 34px rgba(0,0,0,.28);
}
.lxe-mobile-panel[hidden] { display: none !important; }
.lxe-mobile-panel nav,
.lxe-mobile-social {
    width: min(92%, 720px);
    margin: 0 auto;
}
.lxe-mobile-panel nav {
    display: grid;
    padding: 18px 0 10px;
}
.lxe-mobile-panel nav a {
    min-height: 50px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(199,168,91,.12);
    color: var(--lxe-shell-cream) !important;
    font-family: Cinzel, Georgia, serif;
    font-size: 15px;
    letter-spacing: .045em;
    text-decoration: none !important;
}
.lxe-mobile-panel nav a:hover,
.lxe-mobile-panel nav a:focus-visible { color: var(--lxe-shell-gold-bright) !important; }
.lxe-mobile-social {
    display: flex;
    gap: 18px;
    padding: 12px 0 22px;
}
.lxe-mobile-social a {
    color: var(--lxe-shell-gold-bright) !important;
    font-size: 13px;
    text-decoration: none !important;
}

/* ---------- FOOTER ---------- */
.lxe-site-footer {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    color: var(--lxe-shell-cream);
    background:
        linear-gradient(180deg, #071710 0%, #04100b 58%, #020806 100%);
    border-top: 1px solid rgba(199,168,91,.42);
}
.lxe-site-footer__ambient {
    position: absolute;
    inset: 0;
    z-index: -1;
    pointer-events: none;
    background:
        radial-gradient(circle at 16% 34%, rgba(45,118,82,.16), transparent 27%),
        radial-gradient(circle at 84% 18%, rgba(199,168,91,.09), transparent 25%);
}
.lxe-site-footer__inner {
    width: min(90%, 1180px);
    margin: 0 auto;
    padding: clamp(52px, 6vw, 82px) 0 clamp(38px, 4.5vw, 58px);
    display: grid;
    grid-template-columns: minmax(240px, 1.55fr) repeat(3, minmax(135px, .65fr));
    gap: clamp(32px, 4vw, 64px);
}
.lxe-footer-brand img {
    display: block;
    width: min(100%, 220px);
    height: auto;
    filter: drop-shadow(0 14px 28px rgba(0,0,0,.3));
}
.lxe-footer-brand p {
    margin: 16px 0 0;
    color: rgba(246,240,223,.72);
    font-family: "Fauna One", Georgia, serif;
    font-size: 14px;
    letter-spacing: .035em;
}
.lxe-footer-group {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}
.lxe-footer-group h2 {
    margin: 3px 0 9px;
    color: var(--lxe-shell-gold-bright);
    font-family: Cinzel, Georgia, serif;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .11em;
    line-height: 1.3;
    text-transform: uppercase;
}
.lxe-footer-group a,
.lxe-site-footer__bottom a {
    color: rgba(246,240,223,.76) !important;
    font-size: 14px;
    line-height: 1.55;
    text-decoration: none !important;
    transition: color .22s ease, transform .22s var(--lxe-shell-ease);
}
.lxe-footer-group a:hover,
.lxe-footer-group a:focus-visible,
.lxe-site-footer__bottom a:hover,
.lxe-site-footer__bottom a:focus-visible {
    color: var(--lxe-shell-gold-bright) !important;
    transform: translateX(2px);
}
.lxe-site-footer__bottom {
    width: min(90%, 1180px);
    margin: 0 auto;
    min-height: 66px;
    padding: 16px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    border-top: 1px solid rgba(199,168,91,.16);
}
.lxe-site-footer__bottom p {
    margin: 0;
    color: rgba(246,240,223,.52);
    font-size: 12px;
    line-height: 1.5;
}
.lxe-site-footer__bottom nav { display: flex; flex-wrap: wrap; gap: 18px; }
.lxe-site-footer__bottom a { font-size: 12px; }

@media (max-width: 980px) {
    :root { --lxe-shell-header-height: 72px; }
    .lxe-site-header__inner {
        min-height: var(--lxe-shell-header-height);
        grid-template-columns: 1fr auto;
        gap: 14px;
    }
    .lxe-site-nav { display: none; }
    .lxe-site-actions .lxe-shell-icon { display: none; }
    .lxe-mobile-toggle { display: inline-flex; }
    .lxe-site-brand img { height: 38px; max-width: 80px; }
    .lxe-site-footer__inner { grid-template-columns: 1.2fr 1fr 1fr; }
    .lxe-footer-connect { grid-column: 2 / -1; }
}

@media (max-width: 782px) {
    body.admin-bar .lxe-site-header { top: 46px; }
}

@media (max-width: 640px) {
    .lxe-site-footer__inner {
        grid-template-columns: 1fr 1fr;
        padding-top: 46px;
        gap: 34px 28px;
    }
    .lxe-footer-brand { grid-column: 1 / -1; }
    .lxe-footer-brand img { width: 180px; }
    .lxe-footer-connect { grid-column: auto; }
    .lxe-site-footer__bottom {
        align-items: flex-start;
        flex-direction: column;
        gap: 8px;
        padding: 18px 0 24px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .lxe-site-header *,
    .lxe-site-footer * {
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
    }
}


/* ---------- v0.2.1 POLICY / VENDOR / LOGIN ---------- */
.lxe-policy,
.lxe-vendors-info {
    width: min(88%, 980px);
    margin: clamp(48px, 7vw, 92px) auto;
    padding: clamp(34px, 5vw, 64px);
    border: 1px solid rgba(199,168,91,.32);
    border-radius: 24px;
    background: linear-gradient(145deg, rgba(255,253,247,.98), rgba(246,240,223,.95));
    box-shadow: 0 24px 54px rgba(20,34,27,.10);
    color: #183026;
}
.lxe-policy h1,.lxe-vendors-info h1,.lxe-policy h2,.lxe-vendors-info h2 { color:#0d241a; font-family:Cinzel,Georgia,serif; }
.lxe-policy h1,.lxe-vendors-info h1 { font-size:clamp(36px,5vw,58px); line-height:1.05; margin:0 0 28px; }
.lxe-policy h2,.lxe-vendors-info h2 { font-size:clamp(21px,2.4vw,29px); margin:36px 0 10px; }
.lxe-policy p,.lxe-vendors-info p { font-family:"Fauna One",Georgia,serif; font-size:16px; line-height:1.8; }
.lxe-policy a,.lxe-vendors-info a { color:#315f47 !important; text-decoration-color:#c7a85b !important; text-underline-offset:3px; }
.lxe-policy-kicker,.lxe-vendors-kicker { margin:0 0 12px!important; color:#8c7134!important; font-family:Cinzel,Georgia,serif!important; font-size:12px!important; font-weight:700; letter-spacing:.12em; text-transform:uppercase; }
.lxe-vendors-lead { font-size:clamp(18px,2vw,22px)!important; max-width:760px; }
.lxe-vendors-grid { display:grid; grid-template-columns:1fr 1fr; gap:clamp(24px,4vw,54px); margin-top:22px; }
.lxe-vendors-cta-wrap { margin-top:34px; }
.lxe-vendors-cta { display:inline-flex; align-items:center; justify-content:center; min-height:48px; padding:12px 24px; border:1px solid #9d813d; border-radius:999px; background:#0d241a; color:#f6f0df!important; font-family:Cinzel,Georgia,serif!important; font-size:13px; letter-spacing:.07em; text-decoration:none!important; text-transform:uppercase; }
.lxe-vendors-cta:hover,.lxe-vendors-cta:focus-visible { background:#17392a; color:#e1c879!important; }

/* Front-end EventPrime login page. Keep shortcode/auth behavior intact. */
body.page-id-132 #main-content { min-height:70vh; background:radial-gradient(circle at 24% 10%,#123426 0,#071710 42%,#020806 100%); padding:clamp(56px,8vw,100px) 20px; }
body.page-id-132 #main-content .container,
body.page-id-132 #main-content .et_pb_row { width:min(92%,520px)!important; max-width:520px!important; margin:auto!important; padding:0!important; }
body.page-id-132 #main-content form { padding:clamp(26px,5vw,42px)!important; border:1px solid rgba(199,168,91,.38)!important; border-radius:20px!important; background:rgba(5,18,12,.92)!important; box-shadow:0 26px 60px rgba(0,0,0,.35)!important; color:#f6f0df!important; }
body.page-id-132 #main-content label { color:#f6f0df!important; }
body.page-id-132 #main-content input[type=text],body.page-id-132 #main-content input[type=email],body.page-id-132 #main-content input[type=password] { min-height:48px!important; border:1px solid rgba(199,168,91,.5)!important; border-radius:8px!important; background:#f6f0df!important; color:#071710!important; }
body.page-id-132 #main-content button,body.page-id-132 #main-content input[type=submit] { min-height:48px!important; border:1px solid #e1c879!important; border-radius:999px!important; background:#e1c879!important; color:#071710!important; font-family:Cinzel,Georgia,serif!important; text-transform:uppercase; letter-spacing:.06em; }
body.page-id-132 #main-content a { color:#e1c879!important; }

/* ---------- COOKIE CONTROLS ---------- */
.lxe-cookie-settings-link { padding:0; border:0; background:transparent; color:rgba(246,240,223,.76); font:inherit; font-size:12px; line-height:1.55; cursor:pointer; }
.lxe-cookie-settings-link:hover,.lxe-cookie-settings-link:focus-visible { color:#e1c879; outline:2px solid #e1c879; outline-offset:4px; }
.lxe-cookie-banner { position:fixed; z-index:100010; left:18px; right:18px; bottom:18px; color:#f6f0df; }
.lxe-cookie-banner[hidden]{display:none!important}
.lxe-cookie-banner__inner { width:min(100%,1100px); margin:auto; padding:18px 20px; display:flex; align-items:center; justify-content:space-between; gap:24px; border:1px solid rgba(225,200,121,.42); border-radius:18px; background:rgba(5,18,12,.97); box-shadow:0 24px 60px rgba(0,0,0,.35); backdrop-filter:blur(16px); }
.lxe-cookie-banner strong { display:block; color:#e1c879; font-family:Cinzel,Georgia,serif; font-size:15px; letter-spacing:.035em; }
.lxe-cookie-banner p { max-width:720px; margin:5px 0 0; color:rgba(246,240,223,.78); font-size:13px; line-height:1.55; }
.lxe-cookie-actions { display:flex; flex-wrap:wrap; gap:8px; justify-content:flex-end; }
.lxe-cookie-btn { min-height:44px; padding:9px 16px; border:1px solid rgba(225,200,121,.55); border-radius:999px; background:transparent; color:#f6f0df; font-family:Cinzel,Georgia,serif; font-size:11px; font-weight:700; letter-spacing:.06em; text-transform:uppercase; cursor:pointer; }
.lxe-cookie-btn:hover,.lxe-cookie-btn:focus-visible { border-color:#e1c879; color:#e1c879; outline:none; box-shadow:0 0 0 2px rgba(225,200,121,.18); }
.lxe-cookie-btn--primary { background:#e1c879; color:#071710; }
.lxe-cookie-btn--primary:hover,.lxe-cookie-btn--primary:focus-visible { color:#071710; background:#f0db91; }
.lxe-cookie-modal[hidden]{display:none!important}
.lxe-cookie-modal { position:fixed; z-index:100020; inset:0; display:grid; place-items:center; padding:20px; }
.lxe-cookie-modal__backdrop { position:absolute; inset:0; background:rgba(0,0,0,.72); backdrop-filter:blur(7px); }
.lxe-cookie-modal__panel { position:relative; width:min(100%,640px); max-height:min(86vh,760px); overflow:auto; padding:clamp(26px,5vw,44px); border:1px solid rgba(225,200,121,.42); border-radius:22px; background:#071710; box-shadow:0 30px 80px rgba(0,0,0,.5); color:#f6f0df; }
.lxe-cookie-modal__panel h2 { margin:0 0 24px; color:#f6f0df; font-family:Cinzel,Georgia,serif; font-size:clamp(26px,4vw,36px); }
.lxe-cookie-modal__close { position:absolute; top:14px; right:16px; width:44px; height:44px; border:0; border-radius:999px; background:transparent; color:#e1c879; font-size:30px; cursor:pointer; }
.lxe-cookie-choice { display:grid; grid-template-columns:1fr auto; gap:20px; align-items:center; padding:18px 0; border-top:1px solid rgba(199,168,91,.18); }
.lxe-cookie-choice strong { color:#e1c879; font-family:Cinzel,Georgia,serif; }
.lxe-cookie-choice p { margin:4px 0 0; color:rgba(246,240,223,.72); font-size:13px; line-height:1.5; }
.lxe-cookie-choice input { width:24px; height:24px; accent-color:#e1c879; }
.lxe-cookie-choice>span { color:rgba(246,240,223,.58); font-size:12px; }
.lxe-cookie-modal__footer { display:flex; align-items:center; justify-content:space-between; gap:18px; padding-top:22px; border-top:1px solid rgba(199,168,91,.18); }
.lxe-cookie-modal__footer a { color:#e1c879!important; }
body.lxe-cookie-modal-open { overflow:hidden; }

@media(max-width:760px){
  .lxe-vendors-grid{grid-template-columns:1fr}
  .lxe-cookie-banner{left:10px;right:10px;bottom:10px}
  .lxe-cookie-banner__inner{align-items:flex-start;flex-direction:column}
  .lxe-cookie-actions{width:100%;justify-content:flex-start}
  .lxe-cookie-modal__footer{align-items:flex-start;flex-direction:column}
}
