/* ====================================
   Additional Styles for PDF-inspired Design
==================================== */

/* Container Wide */
.container-wide {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
}

/* Section Numbers */
.section-number {
    font-family: var(--font-heading);
    font-size: 120px;
    font-weight: 900;
    color: rgba(201, 168, 96, 0.08);
    line-height: 1;
    margin-bottom: -60px;
}

/* Section Header Large */
.section-header-large {
    margin-bottom: 80px;
}

.section-title-large {
    font-family: var(--font-heading);
    font-size: 56px;
    font-weight: 900;
    color: var(--text-dark);
    margin-bottom: 20px;
    line-height: 1.2;
}

.section-lead {
    font-size: 22px;
    color: var(--text-medium);
    line-height: 1.8;
    font-weight: 400;
}

/* ====================================
   Hero Section - Modern
==================================== */

.hero-image-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
}

.hero-image {
    width: 100%;
    height: 100%;
}

.hero-brand {
    margin-bottom: 60px;
}

.hero-logo {
    font-family: var(--font-heading);
    font-size: 72px;
    font-weight: 900;
    color: white;
    margin-bottom: 10px;
    letter-spacing: 2px;
}

.hero-name {
    font-size: 24px;
    color: rgba(255, 255, 255, 0.9);
    font-weight: 300;
    letter-spacing: 4px;
    text-transform: uppercase;
}

/* ====================================
   About Section - Modern
==================================== */

.about-section {
    padding: 150px 0;
    background: #FDFCF8;
}

.mission-section-modern {
    padding: 150px 0;
    background: #F5F1E8;
}

.about-grid {
    display: grid;
    gap: 60px;
}

.mission-cards-modern {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: -100px;
    position: relative;
    z-index: 10;
}

.mission-card-modern {
    background: white;
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease;
}

.mission-card-modern:hover {
    transform: translateY(-10px);
}

.mission-number {
    font-family: var(--font-heading);
    font-size: 48px;
    font-weight: 900;
    color: rgba(201, 168, 96, 0.2);
    margin-bottom: 20px;
}

.mission-card-modern h3 {
    font-size: 28px;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 15px;
}

.mission-card-modern p {
    font-size: 16px;
    color: var(--text-medium);
    line-height: 1.8;
}

/* ====================================
   Profile Section - Modern
==================================== */

.profile-section-modern {
    padding: 150px 0;
    background: #F5F1E8;
}

.profile-hero {
    position: relative;
    margin-bottom: 80px;
}

.profile-hero-image {
    width: 100%;
    position: relative;
}

.profile-hero-info {
    opacity: 0.85;
    position: absolute;
    bottom: 40px;
    left: 40px;
    right: 40px;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    padding: 40px 50px;
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}

.profile-hero-name {
    font-family: var(--font-heading);
    font-size: 32px;
    font-weight: 900;
    color: var(--text-dark);
    margin-bottom: 15px;
    line-height: 1.2;
}

.profile-hero-title {
    font-size: 20px;
    font-weight: 600;
    color: #C9A860;
    margin-bottom: 5px;
}

.profile-details-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    margin-bottom: 80px;
}

.profile-detail-card {
    background: white;
    padding: 50px;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
}

.profile-detail-card h4 {
    font-size: 24px;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    gap: 15px;
}

.profile-detail-card h4 i {
    color: #C9A860;
    font-size: 28px;
}

.profile-detail-card ul {
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding-left: 0;
    list-style: none;
}

.profile-detail-card ul li {
    font-size: 18px;
    color: var(--text-medium);
    padding-left: 20px;
    position: relative;
}

.profile-detail-card ul li::before {
    content: "•";
    color: #C9A860;
    position: absolute;
    left: 0;
    font-weight: bold;
}

/* ====================================
   Role Title Highlighting & Mobile Optimization
==================================== */

/* PC Defaults */
.highlight-role {
    font-size: 1.1rem;
    font-weight: 700;
    color: #2C2C2C;
}

.profile-hero-subtitle {
    font-size: 1.35rem;
    font-weight: 700;
    color: #2C2C2C;
    margin-top: 8px;
}

/* Mobile Adjustments (Smartphone Specific) */
@media screen and (max-width: 768px) {
    /* Hero Section - Profile Card */

    .profile-hero-title {
        font-size: 18px;
        font-weight: 600;
        color: #C9A860;
        margin-bottom: 5px;
    }

    .highlight-role {
        font-size: 1.25rem !important; /* スマホで見やすく強調 */
        display: inline-block;
        margin-top: 4px;
        color: #000; /* より濃く */
    }

    /* Profile Section - Main Title */
    .profile-hero-subtitle {
        font-size: 1.2rem !important; /* スマホでかなり大きく */
        line-height: 1.4;
        margin-top: 12px;
        color: #000; /* より濃く */
    }
    
    /* Ensure container padding fits larger text */
    .profile-hero-info {
        padding: 30px 25px !important;
    }
    
    .profile-hero-name {
        font-size: 24px !important;
    }
    
    /* Stack grid items on mobile */
    .mission-cards-modern,
    .profile-details-grid {
        grid-template-columns: 1fr !important;
    }
    
    .section-title-large {
        font-size: 42px !important;
    }
    
    .container-wide {
        padding: 0 20px !important;
    }
}
