/* Company Page Sections - Unified Design */

/* Overview Section */
.company-overview {
    background: white;
    display: flex;
}

.company-overview .block-label {
    width: 100px;
    padding: 80px 20px;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border-right: 1px solid #e5e5e5;
}

.company-overview .block-label label {
    transform: rotate(180deg);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.2em;
    color: #999;
    text-transform: uppercase;
}

.company-overview .block-content {
    flex: 1;
    padding: 80px 40px 100px 40px;
}

.company-overview h2 {
    font-size: 5rem;
    font-weight: 700;
    color: #252525;
    line-height: 1.4;
    margin-bottom: 60px;
}

.company-overview .description {
    max-width: 90%;
}

.company-overview p {
    font-size: 22px;
    color: #252525;
    line-height: 1.9;
    margin-bottom: 30px;
}

/* Message Section - Modern Design */
.company-message {
    background: white;
    display: flex;
}

.company-message .block-label {
    width: 100px;
    padding: 80px 20px;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border-right: 1px solid #e5e5e5;
}

.company-message .block-label label {
    transform: rotate(180deg);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.2em;
    color: #999;
    text-transform: uppercase;
}

.company-message .block-content {
    flex: 1;
    padding: 80px 40px 100px 40px;
}

.company-message h2 {
    font-size: 5rem;
    font-weight: 700;
    color: #252525;
    line-height: 1.4;
    margin-bottom: 60px;
}

.message-content {
    display: grid;
    grid-template-columns: 420px 1fr;
    gap: 80px;
    align-items: start;
    max-width: 90%;
}

.message-image {
    position: relative;
    width: 100%;
    height: 520px;
    border: 1px solid #252525;
    overflow: hidden;
    background: #f8f8f8;
}

.message-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.message-text {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.message-text p {
    font-size: 22px;
    color: #252525;
    line-height: 1.9;
    margin-bottom: 30px;
}

.message-text p:first-child {
    font-size: 22px;
    font-weight: 500;
    color: #252525;
    margin-bottom: 40px;
}

.ceo-info {
    margin-top: 60px;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.ceo-title {
    font-size: 14px;
    color: #999;
    margin-bottom: 15px;
    letter-spacing: 0.1em;
    font-weight: 500;
}

.ceo-name {
    font-size: 36px;
    font-weight: 900;
    color: #252525;
    letter-spacing: 0.02em;
}

.ceo-signature {
    height: 240px;
    width: auto;
    display: block;
}

/* Company Info Section */
.company-info {
    background: white;
    display: flex;
}

.company-info .block-label {
    width: 100px;
    padding: 80px 20px;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border-right: 1px solid #e5e5e5;
}

.company-info .block-label label {
    transform: rotate(180deg);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.2em;
    color: #999;
    text-transform: uppercase;
}

.company-info .block-content {
    flex: 1;
    padding: 80px 40px 100px 40px;
}

.company-info h2 {
    font-size: 5rem;
    font-weight: 700;
    color: #252525;
    line-height: 1.4;
    margin-bottom: 60px;
}

.company-info-table {
    width: 100%;
    border-collapse: collapse;
}

.company-info-table tr {
    border-bottom: 1px solid #e0e0e0;
}

.company-info-table tr:last-child {
    border-bottom: none;
}

.company-info-table th,
.company-info-table td {
    padding: 25px 0;
    text-align: left;
    vertical-align: top;
}

.company-info-table th {
    width: 200px;
    font-weight: 700;
    font-size: 14px;
    color: #252525;
}

.company-info-table td {
    color: #636363;
    font-size: 18px;
    line-height: 1.9;
}

/* History Section */
.company-history {
    background: white;
    display: flex;
}

.company-history .block-label {
    width: 100px;
    padding: 80px 20px;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border-right: 1px solid #e5e5e5;
}

.company-history .block-label label {
    transform: rotate(180deg);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.2em;
    color: #999;
    text-transform: uppercase;
}

.company-history .block-content {
    flex: 1;
    padding: 80px 40px 100px 40px;
}

.company-history h2 {
    font-size: 5rem;
    font-weight: 700;
    color: #252525;
    line-height: 1.4;
    margin-bottom: 60px;
}

.history-timeline {
    margin-top: 0;
}

.timeline-item {
    display: flex;
    gap: 50px;
    margin-bottom: 50px;
    padding-bottom: 50px;
    border-bottom: 1px solid #e0e0e0;
}

.timeline-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.timeline-year {
    flex: 0 0 120px;
    font-size: 48px;
    font-weight: 900;
    color: #252525;
    line-height: 1;
}

.timeline-content h4 {
    font-size: 18px;
    font-weight: 700;
    color: #252525;
    margin-bottom: 15px;
}

.timeline-content p {
    font-size: 18px;
    color: #636363;
    line-height: 1.9;
    margin: 0;
}

/* Access Section */
.company-access {
    background: white;
    display: flex;
}

.company-access .block-label {
    width: 100px;
    padding: 80px 20px;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border-right: 1px solid #e5e5e5;
}

.company-access .block-label label {
    transform: rotate(180deg);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.2em;
    color: #999;
    text-transform: uppercase;
}

.company-access .block-content {
    flex: 1;
    padding: 80px 40px 100px 40px;
}

.company-access h2 {
    font-size: 5rem;
    font-weight: 700;
    color: #252525;
    line-height: 1.4;
    margin-bottom: 60px;
}

.access-info {
    border: 1px solid #e0e0e0;
    padding: 40px;
}

.access-info h4 {
    font-size: 20px;
    font-weight: 700;
    color: #252525;
    margin-bottom: 30px;
}

.access-info p {
    font-size: 18px;
    color: #636363;
    line-height: 1.9;
    margin-bottom: 12px;
}

.access-info p:last-of-type {
    margin-bottom: 0;
}

.map-container {
    margin-top: 40px;
    width: 100%;
    height: auto;
    border: 1px solid #e0e0e0;
    overflow: hidden;
}

.map-container iframe {
    display: block;
    width: 100%;
}

/* Responsive */
@media (max-width: 768px) {
    .company-overview,
    .company-message,
    .company-info,
    .company-history,
    .company-access {
        flex-direction: column;
    }

    .company-overview .block-label,
    .company-message .block-label,
    .company-info .block-label,
    .company-history .block-label,
    .company-access .block-label {
        width: 100%;
        padding: 20px;
        writing-mode: horizontal-tb;
        border-right: none;
        border-bottom: 1px solid #e5e5e5;
    }

    .company-overview .block-label label,
    .company-message .block-label label,
    .company-info .block-label label,
    .company-history .block-label label,
    .company-access .block-label label {
        transform: none;
    }

    .company-overview .block-content,
    .company-message .block-content,
    .company-info .block-content,
    .company-history .block-content,
    .company-access .block-content {
        padding: 60px 20px;
    }

    .company-overview .description {
        max-width: 100%;
    }

    .company-overview h2,
    .company-message h2,
    .company-info h2,
    .company-history h2,
    .company-access h2 {
        font-size: 32px;
        margin-bottom: 40px;
    }

    .message-content {
        grid-template-columns: 1fr;
        gap: 40px;
        max-width: 100%;
    }

    .message-image {
        width: 100%;
        height: 400px;
    }

    .message-text p {
        font-size: 18px;
    }

    .message-text p:first-child {
        font-size: 18px;
        margin-bottom: 30px;
    }

    .ceo-info {
        margin-top: 40px;
        padding: 0;
        align-items: center;
        text-align: center;
    }

    .ceo-title {
        font-size: 13px;
        margin-bottom: 12px;
    }

    .ceo-name {
        font-size: 28px;
    }

    .ceo-signature {
        height: 160px;
        margin: 0 auto;
    }

    .company-info-table th,
    .company-info-table td {
        display: block;
        width: 100%;
        padding: 15px 0;
    }

    .company-info-table th {
        padding-bottom: 8px;
    }

    .company-info-table td {
        padding-top: 0;
    }

    .timeline-item {
        flex-direction: column;
        gap: 20px;
        margin-bottom: 40px;
        padding-bottom: 40px;
    }

    .timeline-year {
        font-size: 36px;
    }

    .access-info {
        padding: 30px 20px;
    }

    .map-container iframe {
        height: 300px;
    }
}
