/* 
 * Skin Trust Premium Stylesheet - TOTAL RECONSTRUCTION
 */

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

:root {
    --st-primary: #B69A4C;
    --st-primary-hover: #9E8640;
    --st-dark: #1A1A1A;
    --st-black: #111111;
    --st-cream: #FDFCFB;
    --st-white: #ffffff;
    --st-max-width: 1400px;
}

/* 
 * TWENTY TWENTY KILLER - NUCLEAR OVERRIDES
 * Force everything inside our wrapper to follow Skin Trust rules
 */

#st-premium-site,
#st-premium-site section,
#st-premium-site .header-footer-group,
#st-premium-site .footer-nav-widgets-wrapper,
#st-premium-site #site-footer,
#st-premium-site .menu-modal,
#st-premium-site .active-the-button,
#st-premium-site .wp-block-button__link,
#st-premium-site .button {
    background-color: transparent !important;
    background: none !important;
    color: inherit !important;
    box-shadow: none !important;
    border: none !important;
}

#st-premium-site {
    background-color: var(--st-cream) !important;
    display: block !important;
    width: 100% !important;
}

/* Fix Header Logo & Centering */
#st-premium-site .logo img {
    height: 90px !important; /* Made even bigger as requested */
    width: auto !important;
    display: block !important;
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
    box-shadow: none !important;
}

#st-premium-site .nav-container {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    width: 100% !important;
}

#st-premium-site .desktop-nav {
    position: absolute !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: auto !important;
    display: flex !important;
    justify-content: center !important;
}

#st-premium-site .desktop-nav .nav-links {
    display: flex !important;
    gap: 3rem !important;
    margin: 0 !important;
    padding: 0 !important;
}

#st-premium-site .nav-links li a {
    color: var(--st-white) !important;
}

#st-premium-site #site-header.scrolled .nav-links li a {
    color: var(--st-dark) !important;
}

/* Services Centering Fix */
#st-premium-site .services {
    background-color: var(--st-white) !important;
    padding: 100px 0 !important;
}

#st-premium-site .section-title {
    text-align: center !important;
    width: 100% !important;
    margin-bottom: 5rem !important;
}

#st-premium-site .section-title h2 {
    font-size: 3.5rem !important;
    margin-bottom: 1rem !important;
}

#st-premium-site .section-title p {
    max-width: 700px !important;
    margin: 0 auto !important;
}

#st-premium-site .services-grid {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 2.5rem !important;
    max-width: 1200px !important;
    margin: 0 auto !important;
    text-align: center !important;
}

#st-premium-site .service-card {
    padding: 3.5rem 2rem !important;
    background: var(--st-white) !important;
    border: 1px solid rgba(0,0,0,0.05) !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    transition: all 0.4s ease !important;
}

#st-premium-site .service-card:hover {
    transform: translateY(-8px) !important;
    border-color: var(--st-primary) !important;
    box-shadow: 0 15px 35px rgba(0,0,0,0.05) !important;
}

#st-premium-site .service-card h3 {
    font-size: 1.5rem !important;
    margin-bottom: 1rem !important;
}

#st-premium-site .service-card p {
    font-size: 0.95rem !important;
    opacity: 0.8 !important;
}

/* Footer Font Fix */
#st-premium-site #site-footer {
    font-family: 'Inter', sans-serif !important;
}

#st-premium-site .footer-logo-area .footer-title {
    font-family: 'Playfair Display', serif !important;
    font-size: 2.2rem !important;
}

#st-premium-site .footer-col h4 {
    font-family: 'Playfair Display', serif !important;
}