/* Site-wide luxurious atmosphere — not flat white */
body.hera-branded,
body.hera-experience,
body {
    background-color: #f3ebe3 !important;
    background-image:
        radial-gradient(ellipse 900px 520px at 8% -10%, rgba(183, 137, 79, .16), transparent 55%),
        radial-gradient(ellipse 800px 480px at 96% 4%, rgba(100, 40, 63, .12), transparent 50%),
        radial-gradient(ellipse 700px 500px at 50% 110%, rgba(183, 137, 79, .1), transparent 55%),
        linear-gradient(180deg, #f7f1ea 0%, #efe6db 42%, #f5efe7 100%) !important;
    background-attachment: fixed;
}

#page-container,
#et-main-area,
#main-content,
.et_pb_section.et_pb_section_0,
body.woocommerce #main-content,
body.archive #main-content,
body.single-product #main-content,
body.page #main-content {
    background: transparent !important;
}

#main-content .container:before {
    background: transparent !important;
}

/* Soft paper grain overlay */
body.hera-branded::before,
body.hera-experience::before {
    content: "";
    pointer-events: none;
    position: fixed;
    inset: 0;
    z-index: 0;
    opacity: .045;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

#page-container,
#et-main-area,
#main-header,
#main-footer {
    position: relative;
    z-index: 1;
}

#main-header {
    background: rgba(255, 252, 248, .92) !important;
    backdrop-filter: blur(10px);
    box-shadow: 0 1px 0 rgba(33, 25, 22, .06);
}

#main-footer {
    background:
        linear-gradient(180deg, rgba(41, 27, 23, .96), #1d1411) !important;
}

/* Product / shop cards lift off the atmosphere */
body.woocommerce ul.products li.product,
body.single-product .summary,
body.woocommerce-page .woocommerce-MyAccount-content,
body.woocommerce-page .woocommerce-MyAccount-navigation {
    background: rgba(255, 253, 249, .88);
}

body.archive .et_pb_post,
body.blog .et_pb_post {
    background: rgba(255, 253, 249, .9);
}

/* MoMo fields */
.hera-momo-fields {
    margin: 12px 0 0;
    padding: 14px 16px;
    border: 1px solid rgba(183, 137, 79, .28);
    background: rgba(247, 241, 234, .85);
}

.hera-momo-number {
    color: #64283f;
    font-weight: 700;
    letter-spacing: .04em;
}

.hera-momo-hint {
    margin: 8px 0 0 !important;
    color: #726760;
    font-size: 12px;
}

.hera-momo-instructions {
    margin: 24px 0;
    padding: 22px;
    border: 1px solid rgba(183, 137, 79, .35);
    background: #fffaf4;
}

.hera-momo-instructions h3 {
    margin: 0 0 12px;
    font-family: Georgia, "Times New Roman", serif;
    font-weight: 400;
}

.hera-momo-instructions ul {
    margin: 0;
    padding-left: 18px;
}

@media (prefers-reduced-motion: reduce) {
    body {
        background-attachment: scroll !important;
    }
}
