/* Theme Name: Stigmova Theme
   Author: Stigmova
   Version: 1.0
   Description: O temă custom elegantă pentru Digital Hostess.
*/

@keyframes fadeIn { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } }
.animate-fadeIn { animation: fadeIn 0.4s ease-out forwards; }

@keyframes slideDown { from { opacity: 0; transform: translateY(-10px); } to { opacity: 1; transform: translateY(0); } }
.animate-slideDown { animation: slideDown 0.3s ease-out forwards; }

/* WordPress Menu Overrides */
.desktop-menu > ul { display: flex !important; flex-direction: row !important; gap: 1.5rem !important; font-size: 10px !important; font-weight: bold !important; text-transform: uppercase !important; letter-spacing: 0.1em !important; color: #6b7280 !important; margin: 0 !important; padding: 0 !important; list-style: none !important; align-items: center !important; }
.desktop-menu > ul > li { margin: 0 !important; padding: 0 !important; position: relative !important; display: block !important; }
.desktop-menu > ul > li > a { transition: color 0.3s !important; display: block !important; padding: 0.5rem 0 !important; }
.desktop-menu > ul > li > a:hover { color: #E89C82 !important; }

/* Sub-menu styling for desktop */
.desktop-menu ul ul { display: none !important; position: absolute !important; top: 100% !important; left: 0 !important; background: white !important; padding: 1rem !important; box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1) !important; min-width: 200px !important; z-index: 50 !important; flex-direction: column !important; gap: 0.5rem !important; border-radius: 0.25rem !important; }
.desktop-menu ul li:hover > ul { display: flex !important; }
.desktop-menu ul ul li { margin: 0 !important; padding: 0 !important; display: block !important; }
.desktop-menu ul ul li a { color: #374151 !important; font-size: 10px !important; padding: 0.5rem 0 !important; display: block !important; text-transform: uppercase !important; }
.desktop-menu ul ul li a:hover { color: #E89C82 !important; }

.mobile-menu-list > ul { display: flex; flex-direction: column; gap: 1rem; text-align: center; font-size: 0.875rem; font-weight: bold; text-transform: uppercase; letter-spacing: 0.1em; color: #1f2937; margin: 0; padding: 0; list-style: none; }
.mobile-menu-list > ul > li { border-bottom: 1px solid #f9fafb; padding-bottom: 0.75rem; margin: 0; }
.mobile-menu-list > ul > li > a { display: block; transition: color 0.3s; }
.mobile-menu-list > ul > li > a:hover { color: #E89C82; }

/* Sub-menu styling for mobile */
.mobile-menu-list ul ul { display: flex; flex-direction: column; gap: 0.5rem; margin-top: 0.5rem; padding-top: 0.5rem; border-top: 1px dashed #e5e7eb; }
.mobile-menu-list ul ul li { border: none; padding: 0; }
.mobile-menu-list ul ul li a { font-size: 0.75rem; color: #6b7280; }

.aligncenter { display: block; margin: 0 auto; }
.alignright { float: right; margin-left: 1rem; }
.alignleft { float: left; margin-right: 1rem; }

/* Content Styles */
.wp-content p { margin-bottom: 1rem; }
.wp-content h2 { font-family: "Playfair Display", "Georgia", serif; font-size: 2rem; margin-top: 2rem; margin-bottom: 1rem; }
.wp-content h3 { font-family: "Playfair Display", "Georgia", serif; font-size: 1.5rem; margin-top: 1.5rem; margin-bottom: 1rem; }
.wp-content ul { list-style: disc; padding-left: 1.5rem; margin-bottom: 1rem; }
.wp-content ol { list-style: decimal; padding-left: 1.5rem; margin-bottom: 1rem; }
.wp-content a { color: #E89C82; text-decoration: underline; }

/* Footer Big Type */
.footer-big-type {
    font-family: "Playfair Display", "Georgia", serif;
    font-size: 20vw;
    font-weight: 300;
    color: #d1d5db;
    text-align: center;
    line-height: 0.8;
    position: relative;
    margin-bottom: -0.2em;
    display: block;
    width: 100%;
    pointer-events: none;
    user-select: none;
    z-index: 0;
    background-color: #f9fafb;
    padding-top: 0.5rem;
    text-transform: uppercase;
    letter-spacing: -0.02em;
}
@media (min-width: 768px) {
    .footer-big-type {
        font-size: 11vw;
    }
}
