body.elementor-page-39:not(.elementor-motion-effects-element-type-background), body.elementor-page-39 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#131313;}/* Start custom CSS *//* ===== CONCIERGE PAGE ===== */

.elementor-element-ct-hero::before {
    content: "" !important;
    position: absolute !important;
    inset: 0 !important;
    background-image: url("https://autographexecutive.com/wp-content/uploads/2026/05/hf_20260502_233741_12544d47-82ff-43d3-a93a-c3e06ef190f1-optimised-scaled.png") !important;
    background-size: cover !important;
    background-position: center !important;
    filter: grayscale(100%) !important;
    opacity: 0.3 !important;
    z-index: 0 !important;
}
.elementor-element-ct-hero::after {
    content: "" !important;
    position: absolute !important;
    inset: 0 !important;
    background: linear-gradient(to bottom, rgba(19,19,19,0.3) 0%, rgba(19,19,19,0.9) 100%) !important;
    z-index: 1 !important;
    pointer-events: none !important;
}
.elementor-element-ct-hero > * {
    position: relative !important;
    z-index: 2 !important;
}

/* Sticky sidebar */
.elementor-element-cn-sidebar {
    position: sticky !important;
    top: 120px !important;
}

/* Make cn-left a 2-col grid so bar items sit side by side */
.elementor-element-cn-left {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    align-items: start !important;
    column-gap: 16px !important;
    row-gap: 4px !important;
}
.elementor-element-cn-left > * {
    grid-column: 1 / -1 !important;
}
/* Bar items each take one column */
.elementor-element-cn-item-champ,
.elementor-element-cn-item-wine {
    grid-column: span 1 !important;
}

/* Premium bar image-card shared styles */
.elementor-element-cn-item-champ,
.elementor-element-cn-item-wine {
    flex-direction: column !important;
    justify-content: flex-end !important;
    align-items: flex-start !important;
    background-size: cover !important;
    background-position: center !important;
    position: relative !important;
    overflow: hidden !important;
    min-height: 200px !important;
    transition: border-color 0.3s ease !important;
}
.elementor-element-cn-item-champ {
    background-image: url("https://autographexecutive.com/wp-content/uploads/2026/05/ae-concierge-champagne.png") !important;
}
.elementor-element-cn-item-wine {
    background-image: url("https://autographexecutive.com/wp-content/uploads/2026/05/ae-concierge-wine-beer.png") !important;
}
/* Gradient overlay via ::before */
.elementor-element-cn-item-champ::before,
.elementor-element-cn-item-wine::before {
    content: "" !important;
    position: absolute !important;
    inset: 0 !important;
    background: linear-gradient(to top, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.15) 100%) !important;
    z-index: 0 !important;
    pointer-events: none !important;
}
/* Content above gradient */
.elementor-element-cn-item-champ > *,
.elementor-element-cn-item-wine > * {
    position: relative !important;
    z-index: 1 !important;
}
/* Gold border on hover */
.elementor-element-cn-item-champ:hover,
.elementor-element-cn-item-wine:hover {
    border-color: rgba(233,195,73,0.5) !important;
}

/* ===== CONCIERGE - TYPOGRAPHY CLASS DEFINITIONS ===== */
/* Category labels are left-aligned unlike hero kicker */
.s-sv-kicker {
    font-family: Inter, sans-serif !important;
    font-weight: 600 !important;
    font-size: 12px !important;
    color: #e9c349 !important;
    letter-spacing: 0.15em !important;
    text-transform: uppercase !important;
    text-align: left !important;
    line-height: 1.2 !important;
}
.s-sv-card-h3 {
    font-family: "Noto Serif", serif !important;
    font-weight: 400 !important;
    font-size: 32px !important;
    color: #e5e2e1 !important;
    line-height: 1.3 !important;
}
.s-sv-card-para {
    font-family: Inter, sans-serif !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    color: #c4c7c7 !important;
    line-height: 1.5 !important;
}
/* Concierge h1 should be display-lg (64px) not headline-xl */
.s-cn-h1 {
    font-size: 64px !important;
    font-weight: 300 !important;
    letter-spacing: -0.02em !important;
    line-height: 1.1 !important;
}

/* Concierge sidebar value text and price fixes */
.s-sv-bullet {
    font-family: Inter, sans-serif !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    color: #e5e2e1 !important;
    line-height: 1.5 !important;
}
/* Price elements - Inter not Noto Serif, 16px */
.s-cn-price {
    font-family: Inter, sans-serif !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #c6c6c6 !important;
    line-height: 1.5 !important;
}/* End custom CSS */