/* ===== FONT FACE DEFINITIONS ===== */

/* Brandon Grotesque - Main Font */
@font-face {
    font-family: 'Brandon Grotesque';
    src: url('/wp-content/themes/astra-2blumoons/assets/fonts/BrandonGrotesque-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Brandon Grotesque';
    src: url('/wp-content/themes/astra-2blumoons/assets/fonts/BrandonGrotesque-Bold.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

/* Apple Gothic */
/* Define AppleGothic font */
@font-face {
    font-family: 'AppleGothic';
    src: url('wp-content/themes/astra-2blumoons/assets/fonts/AppleGothic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap; /* Optional: controls how font loads */
}

/* If you have different weights, define them separately */
@font-face {
    font-family: 'AppleGothic';
    src: url('wp-content/themes/astra-2blumoons/assets/fonts/AppleGothic-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

/* Charm - Script Font */
@font-face {
    font-family: 'Charm';
    src: url('/wp-content/themes/astra-2blumoons/assets/fonts/Charm-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Charm';
    src: url('/wp-content/themes/astra-2blumoons/assets/fonts/Charm-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

/* Tokyo Dreams - Decorative Font */
@font-face {
    font-family: 'Tokyo Dreams';
    src: url('/wp-content/themes/astra-2blumoons/assets/fonts/TokyoDreams.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* ===== FONT CLASSES FOR EASY USE ===== */

/* Brandon Grotesque Classes */
.brandon-regular {
    font-family: 'Brandon Grotesque', sans-serif;
    font-weight: normal;
}

.brandon-bold {
    font-family: 'Brandon Grotesque', sans-serif;
    font-weight: bold;
}

/* Apple Gothic Classes */
.apple-gothic {
    font-family: 'Apple Gothic', sans-serif;
}

/* Charm Script Classes */
.charm-regular {
    font-family: 'Charm', cursive;
    font-weight: normal;
}

.charm-bold {
    font-family: 'Charm', cursive;
    font-weight: bold;
}

/* Tokyo Dreams Classes */
.tokyo-dreams {
    font-family: 'Tokyo Dreams', cursive;
}

/* ===== GLOBAL FONT APPLICATIONS ===== */

/* Apply Brandon Grotesque as default body font */
body {
    font-family: 'Brandon Grotesque', sans-serif;
}

/* Apply to headings */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Brandon Grotesque', sans-serif;
    font-weight: bold;
}

/* Specific class for your hotel name */
.hotel-title {
    font-family: 'Brandon Grotesque', sans-serif;
    font-weight: bold;
    font-size: 2.5rem;
    letter-spacing: 0.05em;
}

/* Use Charm for decorative elements */
.decorative-text {
    font-family: 'Charm', cursive;
    font-size: 1.5rem;
}

/* Use Tokyo Dreams for special headings */
.special-heading {
    font-family: 'Tokyo Dreams', cursive;
    font-size: 2rem;
}

/* ===================== */
/* FORCED FOOTER STYLES  */
/* ===================== */

/* Base Styles */
body #colophon.blumoon-footer {
    background-color: #000000 !important;
    padding: 60px 0 !important;
    margin-top: 0 !important;
    clear: both !important;
    position: relative !important;
    z-index: 1 !important;
}

body .blumoon-footer .footer-container {
    max-width: 1200px !important;
    width: 100% !important;
    margin: 0 auto !important;
    padding: 0 20px !important;
    box-sizing: border-box !important;
}

body .blumoon-footer .footer-heading {
    text-align: center !important;
    color: #ffffff !important;
    font-family: 'Playfair Display', serif !important;
    font-size: 28px !important;
    margin-bottom: 40px !important;
    text-transform: none !important;
    letter-spacing: normal !important;
    line-height: 1.3 !important;
}

/* Columns Layout */
body .blumoon-footer .footer-columns {
    display: flex !important;
    justify-content: space-between !important;
    flex-wrap: wrap !important;
    gap: 30px !important;
    width: 100% !important;
}

body .blumoon-footer .footer-column {
    flex: 1 !important;
    min-width: 200px !important;
    box-sizing: border-box !important;
}

/* Column Titles */
body .blumoon-footer .column-title {
    color: #ffffff !important;
    font-family: 'Playfair Display', serif !important;
    font-size: 18px !important;
    margin-bottom: 20px !important;
    padding-bottom: 10px !important;
    
    line-height: 1.4 !important;
}

/* Links List */
body .blumoon-footer .footer-links {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

body .blumoon-footer .footer-links li {
    margin-bottom: 12px !important;
    line-height: 1.6 !important;
}

body .blumoon-footer .footer-links a {
    color: #ffffff !important;
    text-decoration: none !important;
    transition: color 0.3s ease !important;
}

body .blumoon-footer .footer-links a:hover {
    color: #ffffff !important;
}

/* Address Styling */
body .blumoon-footer address {
    font-style: normal !important;
    margin: 0 !important;
}

/* Custom Header Styles - Black Background */
.custom-header {
    background: #000000;
    border-bottom: none;
    padding: 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    transition: all 0.3s ease;
}

.custom-header .header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    min-height: 70px;
}

/* Site Branding */
.site-branding .site-title {
    font-family: 'Playfair Display', serif;
    font-size: 1.8rem;
    font-weight: 700;
    color: #ffffff;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.site-branding .site-title a {
    color: #ffffff;
    text-decoration: none;
    transition: color 0.3s ease;
}

.site-branding .site-title a:hover {
    color: #3498db;
}

/* Main Navigation */
.main-navigation .primary-menu {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 2.5rem;
    align-items: center;
}

.main-navigation .primary-menu li a {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 0.85rem;
    letter-spacing: 1.5px;
    transition: all 0.3s ease;
    padding: 0.5rem 0;
    position: relative;
}

.main-navigation .primary-menu li a:hover {
    color: #3498db;
}

.main-navigation .primary-menu li.current-menu-item a {
    color: #3498db;
    font-weight: 600;
}

/* Book Now Button */
.book-now-button {
    background: #3498db;
    color: white;
    padding: 12px 25px;
    border-radius: 0;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 0.85rem;
    letter-spacing: 1.5px;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    display: inline-block;
}

.book-now-button:hover {
    background: #2980b9;
    color: white;
    transform: translateY(-2px);
}

/* Mobile Menu Toggle */
.menu-toggle {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0.5rem;
    flex-direction: column;
    gap: 4px;
    margin-left: 1rem;
}

.menu-toggle-bar {
    width: 25px;
    height: 2px;
    background: #ffffff;
    transition: all 0.3s ease;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .custom-header .header-inner {
        padding: 0 15px;
    }
    
    .menu-toggle {
        display: flex;
        order: 3;
    }

    .main-navigation {
        position: absolute;
        top: 54%;
        left: 0;
        right: 0;
        background: #000000;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
        display: none;
        border-top: 1px solid #333;
    }

    .main-navigation.active {
        display: block;
    }

    .main-navigation .primary-menu {
        flex-direction: column;
        padding: 1rem 0;
        gap: 0;
    }

    .main-navigation .primary-menu li {
        border-bottom: 1px solid #333;
        width: 100%;
        text-align: center;
    }

    .main-navigation .primary-menu li:last-child {
        border-bottom: none;
    }

    .main-navigation .primary-menu li a {
        display: block;
        padding: 1rem 0;
        font-size: 1rem;
    }

    .header-actions {
        order: 2;
        margin-left: auto;
        margin-right: 1rem;
    }

    .site-branding {
        order: 1;
    }
    
    .book-now-button {
        padding: 10px 20px;
        font-size: 0.8rem;
    }
}

/* Ensure content doesn't hide behind fixed header */
.site-content {
    margin-top: 70px;
}

/* Tablet Responsive */
@media (max-width: 1024px) and (min-width: 769px) {
    .main-navigation .primary-menu {
        gap: 1.5rem;
    }
    
    .site-branding .site-title {
        font-size: 1.6rem;
    }
}

/* ===================== */
/* RESPONSIVE ADJUSTMENTS */
/* ===================== */
@media (max-width: 768px) {
    body .blumoon-footer .footer-column {
        flex: 100% !important;
        margin-bottom: 30px !important;
    }
    
    body .blumoon-footer .footer-column:last-child {
        margin-bottom: 0 !important;
    }
    
    body .blumoon-footer {
        padding: 40px 0 !important;
    }
}