
body {
    font-family: 'Montserrat', sans-serif !important;
    background-color: #ffffff !important;
    color: #1a1a1a !important;
    margin: 0;
    padding: 0;
    line-height: 1.6;
}



/* Enforces perfect browser screen centering for the site layout components */
.site-center-container {
    width: 1140px !important;       /* Reduced from 1200px to guarantee a white border on phones */
    max-width: 1140px !important;   
    margin: 0 auto !important;      /* Automatically pushes equal white space to both sides */
    padding: 0 !important;          /* Keeps elements inside perfectly aligned */
    box-sizing: border-box !important;
}



.menu-wrapper {
    margin-top: 40px !important; 
    margin-bottom: 25px !important;
    width: 100% !important;
}

.gallery-nav-links {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 50px !important; 
    flex-wrap: wrap !important; 
    width: 100% !important;
}

.menu-wrapper a, 
.menu-wrapper a:link, 
.menu-wrapper a:visited {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 0.82rem !important;
    font-weight: 700 !important;
    text-transform: uppercase !important; 
    letter-spacing: 1.5px !important;    
    color: #555555 !important;           
    text-decoration: none !important;
    transition: color 0.3s ease !important;
    white-space: nowrap !important;       
}


.menu-wrapper a:hover, 
.menu-wrapper a:active {
    color: #111111 !important;           
    text-decoration: none !important;
}


/* 
   ROTATING BANNER BLOCK OVERRIDES
    */
.site-header {
    background-color: #666666 !important;
    margin-top: 10px !important; 
    margin-bottom: 40px !important;
    width: 100% !important;            
    max-width: 1140px !important;       /* Locks header to the new narrower grid width */
    box-sizing: border-box !important;  
    display: flex !important;          
    align-items: center !important;    
    overflow: hidden !important;
    border: none !important;
}



.header-logo-box {
    flex-shrink: 0 !important;         
    display: block !important;
}

.header-logo-box img {
    display: block !important;
    width: auto !important;
    height: 250px !important;          
}

#banner {
    flex-grow: 1 !important;           
    display: block !important;
    line-height: 0 !important;   
    font-size: 0 !important;      
    background: transparent !important;
    border: none !important;
    margin-left: 20px !important;      
}

#banner img, 
#banner a img {
    display: block !important;
    width: 100% !important;            
    height: 250px !important;          
    object-fit: cover !important;      
    border: none !important;       
    border-bottom: none !important;
    outline: none !important;
    box-shadow: none !important;   
    margin: 0 !important;
    padding: 0 !important;
}


/* 
   BODY LAYOUT COMPONENTS
    */
.hero-section {
    text-align: center !important;
    padding: 40px 0 !important; 
    background-color: #ffffff !important;
    clear: both !important;
}

.hero-title {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 2.5rem !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
    letter-spacing: 2px !important;
    color: #111111 !important;
    margin: 0 !important;
}

.intro-grid {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important; 
    gap: 30px 60px !important; 
    padding: 0 20px 40px 20px !important; 
    box-sizing: border-box !important;
    width: 100% !important;
}


.intro-column {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 1rem !important;
    font-weight: 400 !important;
    color: #444444 !important;
    text-align: justify !important;
}

.intro-column.highlight {
    font-weight: 500 !important;
    color: #111111 !important;
    font-size: 1.1rem !important;
}

/* 
   LOOKBOOK CATALOG GRID
    */
.product-grid {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 60px 40px !important; 
    padding: 40px 20px 80px 20px !important; 
    box-sizing: border-box !important;
    width: 100% !important;
}


.product-card {
    text-align: center !important;
}

.product-card a {
    text-decoration: none !important;
    color: #1a1a1a !important;
    display: block !important; 
}

.product-title {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 0.95rem !important; 
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    margin: 0 0 15px 0 !important;
    color: #111111 !important;
    white-space: nowrap !important; 
    overflow: hidden !important;
    text-overflow: ellipsis !important; 
    display: block !important;
}

.product-image-box {
    width: 100% !important;
    aspect-ratio: 4 / 3 !important; 
    overflow: hidden !important;
    margin-bottom: 15px !important;
    background-color: #f7f7f7 !important; 
}

.product-image-box img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important; 
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1) !important;
    display: block !important;
    border: none !important;
}

.product-card:hover .product-image-box img {
    transform: scale(1.05) !important;
}

.product-meta {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 0.85rem !important;
    font-weight: 400 !important;
    color: #666666 !important;
    margin: 0 !important;
    display: block !important;
}

.site-footer {
    padding: 0 !important; 
    border-top: 1px solid #eaeaea !important;
    margin-top: 40px !important;
    clear: both !important;
    width: 100% !important;             
    max-width: 1140px !important;       /* Locks footer to the new narrower grid width */
}


.footer-container {
    background-color: #666666 !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    padding: 20px !important;
    box-sizing: border-box !important;
    width: 100% !important;
}

.footer-logo img {
    display: block !important;
    width: auto !important;          
    height: 180px !important;        
    max-width: 100% !important;      
    margin-left: -20px !important;   /* <--- ADD THIS LINE: Pulls the logo further left to halve the gap */
}

.footer-info {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 1.5rem !important;
    color: #ffffff !important;
    text-align: right !important;
    line-height: 1.0 !important;
}

.footer-info a img {
    display: inline-block !important;
    vertical-align: middle !important;
    border: none !important;
    margin-top: 10px !important;
}

