/* Reset and Base Styles */
* {
    box-sizing: border-box;
}

body {
    font-family: 'Noto Sans JP', sans-serif;
    line-height: 1.6;
    color: #4B2E2B;
    margin: 0;
    padding: 0;
    background-color: #F3EDE7;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

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

/* Typography */
h1, h2, h3, h4 {
    font-family: 'Noto Serif JP', serif;
    font-weight: 500;
    margin-bottom: 1rem;
    color: #4B2E2B;
}

h1 {
    font-size: 2rem;
    line-height: 1.2;
}

h2 {
    font-size: 1.75rem;
    line-height: 1.3;
}

h3 {
    font-size: 1.5rem;
    line-height: 1.3;
}

h4 {
    font-size: 1.25rem;
    line-height: 1.3;
}

p {
    margin-bottom: 1rem;
    font-weight: 400;
    line-height: 1.8;
    font-size: 1.125rem;
}

/* Header */
.header {
    background-color: #F3EDE7;
    padding: 1.5rem 0;
    border-bottom: 1px solid rgba(139, 139, 139, 0.2);
}

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

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

.logo {
    width: 48px;
    height: 48px;
}

.brand-name {
    font-family: 'Noto Serif JP', serif;
    font-size: 2rem;
    font-weight: 700;
    color: #4B2E2B;
    margin: 0;
}

.nav a {
    color: #4B2E2B;
    text-decoration: none;
    font-weight: 500;
    padding: 0.5rem 1rem;
    border-radius: 6px;
    transition: all 0.3s ease;
}

.nav a:hover {
    background-color: #3A5A40;
    color: white;
}

/* Main Content */
.main {
    flex: 1;
    padding: 4rem 0;
}

.page-title {
    text-align: center;
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 3rem;
    color: #4B2E2B;
}

/* About Page Specific Styles */
.company-intro,
.company-vision,
.company-services {
    background-color: white;
    padding: 2.5rem;
    margin-bottom: 2rem;
    border-radius: 8px;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
    margin-top: 2rem;
}

.service-item {
    background-color: #F3EDE7;
    padding: 1.5rem;
    border-radius: 8px;
    border-left: 4px solid #3A5A40;
}

.service-item h3 {
    color: #3A5A40;
    margin-bottom: 1rem;
}

/* Content Placeholder for Policy Pages */
.policy-content {
    background-color: white;
    padding: 3rem;
    border-radius: 8px;
}

.policy-section {
    margin-bottom: 2.5rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid rgba(139, 139, 139, 0.2);
}

.policy-section:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.policy-section h2 {
    color: #3A5A40;
    font-size: 1.5rem;
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #F3EDE7;
}

.policy-section p {
    line-height: 1.8;
    margin-bottom: 1rem;
}

/* About Page Enhancements */
.centered-content {
    text-align: center;
}

.intro-content,
.vision-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: center;
    text-align: left;
}

.vision-content {
    grid-template-columns: 1fr 1fr;
}

.services-intro {
    text-align: center;
    margin-bottom: 3rem;
}

.services-icon {
    margin-bottom: 1rem;
}

.services-intro p {
    font-size: 1.25rem;
    color: #8C8C8C;
    max-width: 600px;
    margin: 0 auto;
}

.service-item {
    text-align: center;
}

.service-icon {
    margin-bottom: 1rem;
}

.company-approach {
    background-color: #F3EDE7;
    padding: 2.5rem;
    margin-bottom: 2rem;
    border-radius: 8px;
}

.approach-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-top: 2rem;
}

.approach-item {
    text-align: center;
    padding: 1.5rem;
    background-color: white;
    border-radius: 8px;
}

.approach-icon {
    margin-bottom: 1rem;
}

/* Footer */
.footer {
    background-color: #4B2E2B;
    color: #F3EDE7;
    padding: 3rem 0 1rem;
    margin-top: auto;
}

.footer-main {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 2rem;
    gap: 2rem;
}

.footer-section {
    flex: 1;
}

.footer-brand-section {
    flex: 2;
    gap: 2rem;
}

.footer-section {
    flex: 1;
}

.footer-brand-section {
    flex: 2;
    gap: 2rem;
}

.footer-section {
    flex: 1;
}

.footer-brand-section {
    flex: 2;
}

.footer-logo {
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 1rem;
    margin-bottom: 1rem;
    margin-bottom: 1rem;
}

.footer-logo .logo {
    width: 32px;
    height: 32px;
}

.footer-brand {
    font-family: 'Noto Serif JP', serif;
    font-size: 1.25rem;
    font-weight: 500;
}

.footer-description {
    color: rgba(243, 237, 231, 0.8);
    font-size: 0.9rem;
    line-height: 1.6;
    margin: 0;
}

.footer-title {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: #F3EDE7;
}

.footer-description {
    color: rgba(243, 237, 231, 0.8);
    font-size: 0.9rem;
    line-height: 1.6;
    margin: 0;
}

.footer-title {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: #F3EDE7;
}

.footer-description {
    color: rgba(243, 237, 231, 0.8);
    font-size: 0.9rem;
    line-height: 1.6;
    margin: 0;
}

.footer-title {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: #F3EDE7;
}

.footer-nav {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    gap: 0.5rem;
    gap: 0.5rem;
}

.footer-nav a {
    color: #F3EDE7;
    text-decoration: none;
    font-size: 0.9rem;
    font-size: 0.9rem;
    font-size: 0.9rem;
    transition: color 0.3s ease;
}

.footer-nav a:hover {
    color: #D94C3A;
}

.footer-contact {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.footer-contact p {
    margin: 0;
    font-size: 0.9rem;
    color: rgba(243, 237, 231, 0.9);
}

.footer-contact {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.footer-contact p {
    margin: 0;
    font-size: 0.9rem;
    color: rgba(243, 237, 231, 0.9);
}

.footer-contact {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.footer-contact p {
    margin: 0;
    font-size: 0.9rem;
    color: rgba(243, 237, 231, 0.9);
}

.footer-bottom {
    text-align: center;
    padding-top: 2rem;
    border-top: 1px solid rgba(243, 237, 231, 0.2);
}

/* Image Styles */
.intro-img,
.vision-img {
    width: 100%;
    height: auto;
    max-height: 300px;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(75, 46, 43, 0.1);
}

/* Image Styles */
.intro-img,
.vision-img {
    width: 100%;
    height: auto;
    max-height: 300px;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(75, 46, 43, 0.1);
}

/* Image Styles */
.intro-img,
.vision-img {
    width: 100%;
    height: auto;
    max-height: 300px;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(75, 46, 43, 0.1);
}

/* Responsive Design */
@media (max-width: 768px) {
    .header-content {
        flex-direction: column;
        gap: 1rem;
        text-align: center;
    }
    
    .page-title {
        font-size: 2rem;
    }
    
    .company-intro,
    .company-vision,
    .company-services {
        padding: 1.5rem;
    }
    
    .services-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .intro-content,
    .vision-content {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .footer-main,
    .vision-content {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .footer-main,
    .vision-content {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .footer-main {
        flex-direction: column;
        gap: 2rem;
    }
    .footer-nav {
        flex-direction: column;
        gap: 0.5rem;
    }
}
@media (max-width: 480px) {
    .container {
        padding: 0 15px;
    }
    
    .main {
        padding: 2rem 0;
    }
    
    .brand-name {
        font-size: 1.5rem;
    }
    
    .content-placeholder {
        padding: 2rem;
        min-height: 200px;
    }
}