/* Modern Font - Binks Studio */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&family=Playfair+Display:wght@400;500;600;700&family=Raleway:wght@100;200;300;400;500;600;700&display=swap');

/* Header Background Bar */
.header,
header,
.site-header,
#masthead {
    background-color: rgba(0, 0, 0, 0.6) !important;
}

/* Site Title - Binks Studio */
.header__brand,
.header .header__brand,
a.header__brand,
.site-title,
.site-title a {
    font-family: 'Raleway', sans-serif !important;
    font-weight: 200 !important;
    letter-spacing: 0.3em !important;
    text-transform: uppercase !important;
    color: #cccccc !important;
}

body,
p,
.entry-content,
.widget {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 300;
}

h1, h2, h3, h4, h5, h6,
.entry-title {
    font-family: 'Playfair Display', serif !important;
    font-weight: 500;
}

/* Transparent Section Backgrounds */
.wp-block-group,
.wp-block-cover,
.wp-block-columns,
.wp-block-column,
.entry-content > *,
section,
.wp-block-group__inner-container,
article,
.hentry,
.site-main,
main,
.content-area,
.widget-area,
.site-content {
    background-color: transparent !important;
}

/* Remove any white/colored backgrounds from blocks */
.has-background {
    background-color: transparent !important;
}

.wp-block-group.has-background,
.wp-block-cover.has-background {
    background-color: transparent !important;
}

/* Button Styles */
button,
input[type=button],
input[type=submit],
.wp-block-button__link,
.button,
a.button,
.wp-element-button {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 500 !important;
    background-color: transparent !important;
    color: #cccccc !important;
    border: 1px solid #cccccc !important;
}

button:hover,
button:active,
button:focus,
input[type=button]:hover,
input[type=button]:active,
input[type=submit]:hover,
input[type=submit]:active,
.wp-block-button__link:hover,
.wp-block-button__link:active,
.wp-block-button__link:focus,
.button:hover,
.button:active,
a.button:hover,
a.button:active,
.wp-element-button:hover,
.wp-element-button:active {
    background-color: #000000 !important;
    color: #87CEEB !important;
    border-color: #87CEEB !important;
}

/* Navigation font */
.main-navigation,
.menu,
nav {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 400;
}

/* Footer Styles */
.footer,
footer,
.site-footer,
#colophon {
    background-color: rgba(0, 0, 0, 0.6) !important;
    color: #cccccc !important;
    padding: 10px 0 !important;
}

.footer-content {
    text-align: center;
    padding: 10px 0;
}

.footer-content p {
    color: #cccccc !important;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 14px;
}

.social-links {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

.social-links a {
    color: #cccccc !important;
    transition: color 0.3s ease, transform 0.3s ease;
    display: inline-flex;
}

.social-links a:hover {
    color: #87CEEB !important;
    transform: scale(1.1);
}

.social-links svg {
    width: 28px;
    height: 28px;
}

/* Navigation Menu Styles */
.main-navigation,
.menu,
nav,
.primary-menu,
.nav-menu,
#site-navigation {
    font-family: 'Raleway', sans-serif !important;
    font-weight: 200 !important;
    font-size: 14px !important;
    letter-spacing: 0.15em !important;
    text-transform: uppercase !important;
}

.main-navigation a,
.menu a,
nav a,
.primary-menu a,
.nav-menu a,
#site-navigation a {
    font-family: 'Raleway', sans-serif !important;
    font-weight: 200 !important;
    font-size: 14px !important;
    letter-spacing: 0.15em !important;
    text-transform: uppercase !important;
    color: #cccccc !important;
}

.main-navigation a:hover,
.menu a:hover,
nav a:hover,
.nav-menu a:hover {
    color: #87CEEB !important;
}

/* Align header content - title left, menu bottom right */
.header,
header,
.site-header,
#masthead {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: flex-end !important;
    justify-content: space-between !important;
    padding-bottom: 10px !important;
}

.header__inner,
.header-inner {
    display: flex !important;
    width: 100% !important;
    align-items: flex-end !important;
    justify-content: space-between !important;
}

/* Welcome Section - Semi-transparent background */
.welcome-section {
    background-color: rgba(0, 0, 0, 0.6) !important;
    max-width: 800px !important;
    margin: 60px auto !important;
    border-radius: 4px;
}

.welcome-section h1 {
    font-family: 'Raleway', sans-serif !important;
    font-weight: 200 !important;
    letter-spacing: 0.2em !important;
    text-transform: uppercase !important;
    color: #cccccc !important;
}

.welcome-section p {
    color: #cccccc !important;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 300 !important;
    line-height: 1.8 !important;
}

.welcome-section em {
    font-family: 'Playfair Display', serif !important;
    font-style: italic !important;
}

/* Hide empty entry footer on pages */
.entry-footer:empty,
footer.entry-footer {
    display: none !important;
}

/* Remove extra spacing from article/main */
article.page,
article.post,
.hentry {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.site-main,
main#main {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}

/* Global Page Content Styling */
.entry-content {
    background-color: rgba(0, 0, 0, 0.6) !important;
    max-width: 900px !important;
    margin: 40px auto !important;
    padding: 40px !important;
    border-radius: 4px;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4 {
    font-family: 'Raleway', sans-serif !important;
    font-weight: 200 !important;
    letter-spacing: 0.15em !important;
    text-transform: uppercase !important;
    color: #cccccc !important;
}

.entry-content p,
.entry-content li {
    color: #cccccc !important;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 300 !important;
    line-height: 1.8 !important;
}

.entry-content a {
    color: #87CEEB !important;
    text-decoration: none !important;
}

.entry-content a:hover {
    color: #ffffff !important;
    text-decoration: underline !important;
}

.entry-content ul {
    color: #cccccc !important;
}

.entry-content strong {
    font-weight: 500 !important;
    color: #ffffff !important;
}

/* Columns styling */
.entry-content .wp-block-columns {
    margin-bottom: 30px !important;
}

.entry-content .wp-block-column {
    background-color: rgba(0, 0, 0, 0.4) !important;
    padding: 20px !important;
    border-radius: 4px;
    margin: 5px !important;
}

/* Smaller H1 headings */
.entry-content h1,
.welcome-section h1,
h1.wp-block-heading {
    font-size: 1.8rem !important;
}

/* Smaller H2 headings */
.entry-content h2,
.welcome-section h2,
h2.wp-block-heading {
    font-size: 1.4rem !important;
}

}

/* Mobile Menu - Black Background */
@media (max-width: 992px) {
    .mobile-nav,
    .mobile-menu,
    .menu-toggle + .nav-menu,
    .toggled .nav-menu,
    .main-navigation.toggled ul,
    .main-navigation ul.nav-menu,
    .header__menu,
    nav.mobile,
    #mobile-menu,
    .menu-container,
    .menu-main-menu-container {
        background-color: #000000 !important;
    }
    
    .main-navigation.toggled,
    .main-navigation.toggled ul,
    .main-navigation.toggled li,
    .nav-menu.toggled,
    #site-navigation.toggled ul {
        background-color: #000000 !important;
    }
    
    /* Ensure menu items have black background */
    .main-navigation ul li,
    .nav-menu li,
    .menu li {
        background-color: #000000 !important;
    }
    
    .main-navigation a,
    .nav-menu a,
    .menu a {
        background-color: #000000 !important;
        color: #cccccc !important;
    }
}

/* Mobile Menu - Override white background with black */
#mobilemenu,
#mobilemenu.mobile-menu,
.mobile-menu,
.mobile-menu.right-wrapper,
div.mobile-menu {
    background-color: #000000 !important;
}

#mobilemenu .mobile-menu__logo-wrap,
.mobile-menu .mobile-menu__logo-wrap,
.mobile-menu__logo-wrap {
    background-color: #000000 !important;
}

#mobilemenu .mobile-menu__container,
.mobile-menu .mobile-menu__container,
.mobile-menu__container {
    background-color: #000000 !important;
}

#mobilemenu .mobile-menu__menu,
.mobile-menu .mobile-menu__menu,
.mobile-menu__menu {
    background-color: #000000 !important;
}

#mobilemenu .mobile-menu__item,
.mobile-menu .mobile-menu__item,
.mobile-menu__item {
    background-color: #000000 !important;
}

#mobilemenu .mobile-menu__link,
.mobile-menu .mobile-menu__link,
.mobile-menu__link {
    background-color: #000000 !important;
    color: #cccccc !important;
}

#mobilemenu .mobile-menu__link:hover,
.mobile-menu .mobile-menu__link:hover,
.mobile-menu__link:hover {
    color: #87CEEB !important;
}

/* Override Tailwind bg-white class */
.bg-white {
    background-color: #000000 !important;
}
