/* Cookie consent banner — public site only */
.cookie-consent {
    position: fixed !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    z-index: 2147483000 !important;
    padding: 12px;
    pointer-events: auto !important;
    touch-action: manipulation;
    font-family: "Outfit", system-ui, sans-serif;
    color: #f2efe8;
}
.cookie-consent[hidden],
html.cp-cookies-ok #cookie-consent { display: none !important; }
.cookie-consent__panel {
    pointer-events: auto !important;
    max-width: 720px;
    margin: 0 auto;
    padding: 18px 20px;
    border: 1px solid rgba(201, 162, 72, 0.28);
    border-radius: 12px;
    background: rgba(12, 12, 18, 0.98);
    box-shadow: 0 -8px 40px rgba(0, 0, 0, 0.55);
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.cookie-consent .kicker {
    margin: 0 0 8px;
    font: 700 0.8rem/1 "Outfit", system-ui, sans-serif;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #efd7a0;
}
.cookie-consent__copy h2 {
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 1.35rem;
    font-weight: 700;
    margin: 0 0 6px;
}
.cookie-consent__copy p {
    margin: 0;
    color: #a09a90;
    font-size: 0.92rem;
    line-height: 1.5;
}
.cookie-consent__copy a {
    color: #efd7a0;
    text-decoration: underline;
    text-underline-offset: 2px;
}
.cookie-consent__details {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid rgba(201, 162, 72, 0.28);
}
.cookie-consent__details[hidden] { display: none !important; }
.cookie-consent__details ul {
    margin: 0;
    padding-left: 1.1rem;
    color: #a09a90;
    font-size: 0.86rem;
}
.cookie-consent__details li + li { margin-top: 6px; }
.cookie-consent__details code {
    font-size: 0.8em;
    color: #efd7a0;
}
.cookie-consent__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.cookie-btn {
    flex: 1 1 auto;
    min-width: 120px;
    min-height: 44px;
    padding: 0 16px;
    border-radius: 8px;
    border: 1px solid transparent;
    font: 650 0.82rem/1 "Outfit", system-ui, sans-serif;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    cursor: pointer;
    pointer-events: auto !important;
    position: relative;
    z-index: 2;
}
.cookie-btn--gold {
    background: linear-gradient(180deg, #efd7a0, #b8892b);
    color: #1a1408;
}
.cookie-btn--ghost {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(201, 162, 72, 0.35);
    color: #f2efe8;
}
