/*
 * Frontend Styles for Meson Sant Pau
 * Orange theme color: #e47225
 */

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,700;1,400&family=Inter:wght@400;600&display=swap');

/* --- CARTA SHORTCODE --- */
.santpau-carta-container {
    max-width: 900px;
    margin: 0 auto;
    font-family: 'Inter', sans-serif;
    color: #333;
    padding: 20px;
}

.santpau-category-block {
    margin-bottom: 40px;
}

.santpau-cat-title {
    font-family: 'Playfair Display', serif;
    font-size: clamp(22px, 4vw, 32px);
    font-weight: 400;
    margin-bottom: 25px;
    color: #1a1a1a;
    letter-spacing: 0.5px;
}

.santpau-item-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.santpau-item-row {
    display: flex;
    align-items: baseline;
    margin-bottom: 15px;
}

.santpau-item-name {
    font-size: 16px;
    font-weight: 400;
    /* Allow wrapping on medium screens; dots hide on small screens */
    white-space: normal;
    word-break: break-word;
}

.santpau-item-dots {
    flex-shrink: 0;
    flex-grow: 1;
    border-bottom: 2px solid #e47225;
    margin: 0 15px;
    opacity: 0.8;
    position: relative;
    top: -4px;
    min-width: 20px;
}

.santpau-item-price {
    font-size: 15px;
    color: #555;
    white-space: nowrap;
    flex-shrink: 0;
}


/* --- MENU DEL DIA SHORTCODE --- */
.santpau-menu-dia-container {
    max-width: 600px;
    margin: 0 auto;
    padding: 40px 20px;
    text-align: center;
    font-family: 'Inter', sans-serif;
    background-color: #fff;
}

.santpau-menu-date {
    font-family: 'Playfair Display', serif;
    font-size: clamp(28px, 6vw, 44px);
    font-weight: 400;
    color: #222;
    margin-bottom: 10px;
}

.santpau-menu-separator {
    margin-bottom: 30px;
}

.santpau-menu-separator .diamond {
    display: inline-block;
    width: 6px;
    height: 6px;
    background-color: #ccc;
    transform: rotate(45deg);
    margin: 0 4px;
}

.santpau-menu-section {
    margin-bottom: 35px;
}

.santpau-menu-section-title {
    color: #e47225;
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 15px;
}

.santpau-menu-items-center {
    list-style: none;
    padding: 0;
    margin: 0;
}

.santpau-menu-items-center li {
    font-size: 19px;
    color: #444;
    margin-bottom: 10px;
    line-height: 1.4;
}

.santpau-menu-price {
    font-size: clamp(28px, 8vw, 40px);
    font-weight: 700;
    color: #e47225;
    margin-top: 40px;
}

/* --- Responsive --- */
@media (max-width: 600px) {
    .santpau-item-row {
        flex-direction: column;
        margin-bottom: 22px;
    }

    .santpau-item-dots {
        display: none;
    }

    .santpau-item-name {
        margin-bottom: 4px;
        font-weight: 600;
    }

    .santpau-item-price {
        color: #e47225;
        white-space: normal;
    }

    .santpau-menu-dia-container {
        padding: 24px 16px;
    }

    .santpau-menu-section-title {
        font-size: 18px;
    }

    .santpau-menu-items-center li {
        font-size: 17px;
    }
}
