/**
 * Palmerio 1932 — Coming Soon (WooCommerce sito intero).
 */

@font-face {
    font-family: "Cormorant";
    src: url("../fonts/Cormorant-VariableFont_wght.ttf") format("truetype");
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}

html,
body.palmerio-coming-soon-body {
    margin: 0;
    padding: 0;
    min-height: 100%;
    overflow-x: hidden;
}

body.palmerio-coming-soon-body {
    background: #0a0a0a;
}

.palmerio-coming-soon {
    position: relative;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    min-height: 100dvh;
    padding: 2rem 1.5rem;
    background-color: #0a0a0a;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.palmerio-coming-soon__logo {
    position: absolute;
    top: clamp(2.5rem, 8vh, 6rem);
    left: 50%;
    transform: translateX(-50%);
    display: block;
    width: min(240px, 60vw);
    height: auto;
}

.palmerio-coming-soon__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    max-width: 36rem;
}

.palmerio-coming-soon__title {
    position: relative;
    margin: 0;
    font-family: "Cormorant", Georgia, "Times New Roman", serif;
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0.02em;
    color: #ffffff;
    text-shadow: 0 1px 12px rgba(0, 0, 0, 0.45);
}

.palmerio-coming-soon__title::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 160%;
    height: 320%;
    background: radial-gradient(
        ellipse at center,
        rgba(0, 0, 0, 0.35) 0%,
        rgba(0, 0, 0, 0) 70%
    );
    z-index: -1;
    pointer-events: none;
}
