/* Auxiliary Pages Styles */

/* Reset and Base Styles for Auxiliary Pages */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Inter', sans-serif;
    line-height: 1.6;
    color: #2D3748;
    background-color: #FFFFFF;
}

.container {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Typography */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Crimson Text', serif;
    line-height: 1.2;
    margin-bottom: 1rem;
    color: #1A202C;
}

h1 {
    font-size: 2.5rem;
    font-weight: 600;
    text-align: center;
    color: #4A6741;
    margin-bottom: 2rem;
}

h2 {
    font-size: 1.875rem;
    font-weight: 600;
    color: #4A6741;
    margin-bottom: 1.5rem;
    margin-top: 2rem;
}

h3 {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 0.75rem;
    color: #4A6741;
}

p {
    margin-bottom: 1rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #4A5568;
}

/* Header for Auxiliary Pages */
.header {
    background-color: #FFFFFF;
    padding: 2rem 0;
    border-bottom: 1px solid #E2E8F0;
}

.header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo-section {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.brand-name {
    font-size: 1.5rem;
    font-weight: 600;
    color: #4A6741;
    margin: 0;
}

.brand-tagline {
    font-size: 0.875rem;
    color: #718096;
    margin: 0;
    font-style: italic;
}

.nav-link {
    color: #4A6741;
    text-decoration: none;
    font-weight: 500;
    padding: 0.5rem 1rem;
    border-radius: 6px;
    transition: background-color 0.2s ease;
}

.nav-link:hover {
    background-color: #F7F5F0;
}

/* Main Content */
.main-content {
    padding: 3rem 0;
    min-height: 60vh;
}

.content-section {
    margin-bottom: 3rem;
}

.content-section:last-child {
    margin-bottom: 0;
}

.about-image {
    margin: 2rem 0;
}

.about-image-photo {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 12px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.about-illustration {
    margin: 2rem 0;
    display: flex;
    justify-content: center;
}

.about-illustration svg {
    max-width: 100%;
    height: auto;
}

.empty-content {
    background-color: #F8F9FA;
    border: 2px dashed #CBD5E0;
    padding: 4rem 2rem;
    text-align: center;
    border-radius: 8px;
    margin: 2rem 0;
}

.empty-content p {
    color: #718096;
    font-style: italic;
    font-size: 1.125rem;
    margin: 0;
}

/* Lists */
ul, ol {
    margin-bottom: 1rem;
    padding-left: 2rem;
}

li {
    margin-bottom: 0.5rem;
    color: #4A5568;
}

/* Links */
a {
    color: #4A6741;
    text-decoration: underline;
}

a:hover {
    color: #3A5233;
}

/* Footer for Auxiliary Pages */
.footer {
    background-color: #4A6741;
    color: white;
    padding: 2rem 0 1rem;
    margin-top: 4rem;
}

.footer-content {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 2rem;
    margin-bottom: 2rem;
    align-items: start;
}

.footer-logo {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.footer-logo h3 {
    color: #E8DCC0;
    margin: 0;
    font-size: 1.125rem;
}

.footer-logo p {
    color: #CBD5E0;
    margin: 0;
    font-size: 0.875rem;
}

.footer-links {
    display: flex;
    gap: 1.5rem;
}

.footer-links h3 {
    color: #E8DCC0;
    margin-bottom: 1rem;
    font-size: 1.125rem;
}

.footer-links ul {
    list-style: none;
    padding: 0;
}

.footer-links li {
    margin-bottom: 0.5rem;
}

.footer-links a {
    color: #CBD5E0;
    text-decoration: none;
    font-size: 0.875rem;
    transition: color 0.2s ease;
}

.footer-links a:hover {
    color: #E8DCC0;
}

.footer-contact h3 {
    color: #E8DCC0;
    margin-bottom: 1rem;
    font-size: 1.125rem;
}

.footer-contact p {
    color: #CBD5E0;
    margin-bottom: 0.5rem;
    font-size: 0.875rem;
    line-height: 1.4;
}

.footer-bottom {
    border-top: 1px solid #5A7F50;
    padding-top: 1rem;
    text-align: center;
}

.footer-bottom p {
    color: #CBD5E0;
    margin: 0;
    font-size: 0.875rem;
}

/* New Footer Styles for Auxiliary Pages */
.new-footer {
    background-color: #4A6741;
    color: white;
    padding: 2rem 0 1rem;
    margin-top: 3rem;
}

.new-footer-content {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 2rem;
    margin-bottom: 1.5rem;
    align-items: start;
}

.new-footer-brand .logo-section {
    align-items: flex-start;
    gap: 1rem;
}

.new-footer-brand .logo-section h3 {
    color: #E8DCC0;
    margin: 0;
    font-size: 1.25rem;
}

.new-footer-brand .logo-section p {
    color: #CBD5E0;
    margin: 0;
    font-size: 0.9rem;
}

.new-footer-links h3 {
    color: #E8DCC0;
    margin-bottom: 1rem;
    font-size: 1.125rem;
}

.new-footer-links ul {
    list-style: none;
    padding: 0;
}

.new-footer-links li {
    margin-bottom: 0.5rem;
}

.new-footer-links a {
    color: #F7FAFC;
    text-decoration: none;
    transition: color 0.2s ease;
    font-size: 0.95rem;
}

.new-footer-links a:hover {
    color: #E8DCC0;
    text-decoration: underline;
}

.new-footer-contact h3 {
    color: #E8DCC0;
    margin-bottom: 1rem;
    font-size: 1.125rem;
}

.new-footer-contact p {
    color: #CBD5E0;
    margin-bottom: 0.5rem;
    line-height: 1.4;
    font-size: 0.9rem;
}

.new-footer-bottom {
    border-top: 1px solid #5A7F50;
    padding-top: 1rem;
    text-align: center;
}

.new-footer-bottom p {
    color: #CBD5E0;
    margin: 0;
    font-size: 0.85rem;
}

/* Breadcrumbs */
.breadcrumbs {
    padding: 1rem 0;
    background-color: #F8F9FA;
    border-bottom: 1px solid #E2E8F0;
}

.breadcrumbs-list {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin: 0;
    padding: 0;
}

.breadcrumbs-list li {
    margin: 0;
}

.breadcrumbs-list a {
    color: #4A6741;
    text-decoration: none;
}

.breadcrumbs-list a:hover {
    text-decoration: underline;
}

.breadcrumbs-separator {
    color: #718096;
    margin: 0 0.5rem;
}

/* Responsive Design */
@media (max-width: 768px) {
    .container {
        padding: 0 15px;
    }
    
    .header-content {
        flex-direction: column;
        gap: 1rem;
        text-align: center;
    }
    
    .logo-section {
        justify-content: center;
    }
    
    .brand-name {
        font-size: 1.25rem;
    }
    
    h1 {
        font-size: 2rem;
    }
    
    h2 {
        font-size: 1.5rem;
    }
    
    .footer-content {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 2rem;
    }
    
    .footer-brand .logo-section {
        justify-content: center;
        align-items: center;
    }
    
    .footer-links {
        justify-content: center;
    }
    
    .new-footer-content {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 2rem;
    }
    
    .new-footer-brand .logo-section {
        justify-content: center;
        align-items: center;
    }
    
    .main-content {
        padding: 2rem 0;
    }
    
    .breadcrumbs-list {
        flex-wrap: wrap;
        justify-content: center;
    }
}