/* Staff Page Specific Styles */

/* Philosophy Section */
.philosophy-section {
     width: 100%;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-image: url(../images/intro_bg.jpg);
    mix-blend-mode: multiply;
    display: flex;
    flex-direction: column;
    gap: 40px;
    align-items: center;
    background-size: 100% auto;
	margin: 0 0 100px 0;
}

.philosophy-container {
    max-width: 1170px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 40px;
    align-items: center;
    text-align: center;
}

.philosophy-container h2 {
    font-family: 'Zen Old Mincho', serif;
    font-size: 38px;
    font-weight: 500;
    color: var(--text-color);
    line-height: 1.4;
    margin: 0;
}

.philosophy-subtitle {
    font-family: 'Zen Old Mincho', serif;
    font-size: 28px;
    font-weight: 500;
    color: var(--text-color);
    line-height: 1.4;
}

.philosophy-subtitle p {
    margin: 0;
}

/* Staff Introduction Section */
.staff-intro-section {
    width: 100%;
    margin: 0 0 100px;
}

.staff-intro-container {
    display: flex;
    flex-direction: column;
    gap: 50px;
    align-items: center;
	margin: 0 auto;
	padding: 0 30px;
	max-width: 1170px;

}

.intro-text {
    width: 100%;
    text-align: center;
    font-family: 'Zen Old Mincho', serif;
    font-size: 18px;
    color: var(--text-color);
    line-height: 1.8;
}

.intro-text p {
    margin: 0;
}

.staff-group-photo {
    width: 100%;
}

.staff-profile {
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: flex-start;
    display: table;
}

.staff-name-title {
    display: flex;
    align-items: baseline;
    gap: 10px;
    width: 100%;
    white-space: nowrap;
}

.staff-name {
    font-family: 'Zen Old Mincho', serif;
    font-size: 28px;
    font-weight: 500;
    color: var(--text-color);
    line-height: 1.4;
}

.staff-title {
    font-family: 'Zen Old Mincho', serif;
    font-size: 22px;
    color: var(--text-color);
    line-height: 1.8;
}

.staff-description {
    font-family: 'Zen Old Mincho', serif;
    font-size: 18px;
    color: var(--text-color);
    line-height: 1.8;
    width: 100%;
	
}

.staff-description p {
    margin: 0 0 1em;
}

/* Recruitment Section */
.recruitment-section {
    width: 100%;
    background: rgba(254, 169, 111, 0.1);
    padding: 100px 0;
}

.recruitment-container {
    max-width: 1170px;
    width: 100%;
    margin: 0 auto;
    padding: 0 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}
.recruitment-container.reverse {
    flex-direction: row-reverse;
}
.recruitment-image {
    max-width: 540px;
    mix-blend-mode: multiply;
}

.recruitment-content {
    width: 536px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: flex-start;
    flex-shrink: 0;
}

.recruitment-content h2 {
    font-family: 'Zen Old Mincho', serif;
    font-size: 32px;
    font-weight: 500;
    color: var(--primary-brown);
    line-height: 1.4;
    margin: 0;
    white-space: nowrap;
}

.recruitment-content h3 {
    font-family: 'Zen Old Mincho', serif;
    font-size: 28px;
    font-weight: 500;
    color: var(--text-color);
    line-height: 1.4;
    margin: 0;
    white-space: nowrap;
}

.recruitment-description {
    font-family: 'Zen Old Mincho', serif;
    font-size: 18px;
    color: var(--text-color);
    line-height: 1.8;
    width: 100%;
}

.recruitment-description p {
    margin: 0;
}

.recruitment-image,
    .recruitment-content {
        width: 50%;
    }

/* Staff Page Responsive Design */
@media (max-width: 1200px) {
    
  
    
    .recruitment-container {
        flex-direction: column;
        gap: 30px;
    }
    
    
}

@media (max-width: 768px) {
    .philosophy-container h2 {
        font-size: 28px;
    }
    
    .philosophy-subtitle {
        font-size: 22px;
    }
    
    .staff-name-title {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    
    .staff-name {
        font-size: 24px;
    }
    
    .staff-title {
        font-size: 18px;
    }
    
    .recruitment-content h2 {
        font-size: 24px;
        white-space: normal;
    }
    
    .recruitment-content h3 {
        font-size: 22px;
        white-space: normal;
    }
    
    .email-button span {
        font-size: 18px;
    }
	.recruitment-image,
    .recruitment-content {
        width: 100%;
    }

	.recruitment-container.reverse {
  flex-direction: column;
}
}

@media (max-width: 480px) {
	.page-header-content,.philosophy-container,.staff-intro-container{
  padding: 0 20px;
}
.staff-intro-section,.philosophy-section,.staff-intro-section {
  margin: 0 0 60px;
}
	.recruitment-section {
  padding: 60px 0;
}
    .philosophy-container h2 {
        font-size: 24px;
    }
    
    .philosophy-subtitle {
        font-size: 18px;
		text-align: left;
    }
     .philosophy-subtitle br {
        display: none;
    }
	.intro-text {
		text-align: left;
    }
    .staff-name {
        font-size: 20px;
    }
    
    .staff-title {
        font-size: 16px;
    }
    
    .recruitment-content h2 {
        font-size: 20px;
    }
    
    .recruitment-content h3 {
        font-size: 18px;
    }
    
    .contact-text-content h3 {
        font-size: 28px;
    }
    
    .contact-details .phone-contact .phone-number {
        font-size: 28px;
    }
    
    .email-button span {
        font-size: 16px;
        white-space: normal;
    }
}
@media (min-width: 769px) {
	.lg-br{
		display: none;
	}
	}
@media (min-width: 481px) {
	.md-br{
		display: none;
	}
	}