/* ====================================
   CEO Page Styles - REBUILT
   ==================================== */

/* Reset for CEO page */
body {
    background: #0F1214;
    margin: 0;
    padding: 0;
}

/* Particles Canvas */
.particles-canvas {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    pointer-events: none;
    z-index: 1;
    opacity: 1;
    display: block;
}

/* Custom Cursor */
.cursor,
.cursor-follower {
    position: fixed;
    border-radius: 50%;
    pointer-events: none;
    z-index: 9999;
    transition: transform 0.2s ease, opacity 0.3s ease;
    opacity: 0;
}

.cursor {
    width: 10px;
    height: 10px;
    background: rgba(20, 184, 166, 0.8);
    transform: translate(-50%, -50%);
}

.cursor-follower {
    width: 30px;
    height: 30px;
    border: 2px solid rgba(20, 184, 166, 0.4);
    transform: translate(-50%, -50%);
}

/* Z-index Management */
.header {
    position: relative;
    z-index: 1000 !important;
}

section {
    position: relative;
}

/* Content elements above particles */
section:not(.ceo-hero) .container > * {
    position: relative;
    z-index: 10;
}

/* Hero Section - Simple and Direct */
.ceo-hero {
    background: linear-gradient(135deg, #0F1214 0%, #111418 50%, #0F1720 100%);
    padding-top: 100px;
    padding-bottom: 80px;
    min-height: 100vh;
    position: relative;
}

.ceo-hero .container,
.ceo-hero .ceo-hero-grid,
.ceo-hero .ceo-photo-wrapper,
.ceo-hero .ceo-info,
.ceo-hero h1,
.ceo-hero p,
.ceo-hero .btn {
    position: relative;
    z-index: 10;
}

.ceo-hero .container {
    max-width: 1000px;
    padding-top: 20px;
}

.ceo-hero-grid {
    display: grid;
    grid-template-columns: 42% 58%;
    gap: 80px;
    align-items: start;
}

/* Photo */
.ceo-photo-wrapper {
    position: relative;
}

.ceo-photo-glass {
    border-radius: 20px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
}

.ceo-photo {
    width: 100%;
    height: auto;
    max-height: 600px;
    object-fit: cover;
    display: block;
}

.photo-rim-light {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 20px;
    background: linear-gradient(135deg, transparent 0%, rgba(17, 229, 193, 0.1) 30%, transparent 60%);
    pointer-events: none;
}

.photo-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, transparent 0%, rgba(15, 18, 20, 0.3) 100%);
    pointer-events: none;
}

/* Glass Wireframes */
.glass-wireframe {
    position: absolute;
    border: 1px solid rgba(17, 229, 193, 0.2);
    border-radius: 12px;
    pointer-events: none;
}

.glass-wireframe-1 {
    top: -20px;
    right: -20px;
    width: 150px;
    height: 150px;
}

.glass-wireframe-2 {
    bottom: -30px;
    left: -30px;
    width: 200px;
    height: 100px;
}

/* Hero Content - Always visible */
.ceo-photo-wrapper,
.ceo-hero-content {
    opacity: 1 !important;
    transform: none !important;
    animation: none !important;
}

.ceo-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 20px;
    background: rgba(17, 229, 193, 0.1);
    border: 1px solid #14B8A6;
    border-radius: 50px;
    color: #14B8A6;
    font-size: 0.875rem;
    font-weight: 500;
    margin-bottom: 30px;
}

.badge-dot {
    width: 6px;
    height: 6px;
    background: #14B8A6;
    border-radius: 50%;
}

.ceo-name {
    font-family: 'Noto Serif JP', serif;
    font-size: 3.5rem;
    font-weight: 700;
    color: #F7F7F7;
    margin-bottom: 15px;
    line-height: 1.2;
}

.ceo-name-en {
    display: block;
    font-family: 'Poppins', sans-serif;
    font-size: 1.5rem;
    font-weight: 400;
    color: #14B8A6;
    margin-top: 10px;
    letter-spacing: 2px;
}

.ceo-catch {
    font-family: 'Noto Serif JP', serif;
    font-size: 1.5rem;
    font-weight: 500;
    color: #F7F7F7;
    line-height: 1.8;
    margin-bottom: 30px;
}

.ceo-intro {
    font-size: 1.05rem;
    color: #ECECEC;
    line-height: 1.9;
    margin-bottom: 40px;
    max-width: 700px;
}

.ceo-intro .intro-line {
    display: inline;
}

.intro-pc {
    display: inline;
}

.intro-sp {
    display: none;
}

.ceo-hero-cta {
    display: flex;
    gap: 20px;
}

/* Light Lines - Hidden */
.hero-light-line {
    display: none;
}

/* Career Section */
.ceo-career {
    padding: 120px 0;
    background: #F5F7FA;
}

.section-header {
    text-align: center;
    margin-bottom: 60px;
}

.section-title {
    font-family: 'Noto Serif JP', serif;
    font-size: 2.5rem;
    font-weight: 700;
    color: #0F1214;
    margin-bottom: 20px;
}

.title-line {
    width: 60px;
    height: 3px;
    background: #14B8A6;
    margin: 0 auto;
    border-radius: 2px;
}

.career-glass-card {
    position: relative;
    max-width: 900px;
    margin: 0 auto;
    padding: 60px;
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.8);
    border-radius: 24px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
}

.career-accent-line {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background: linear-gradient(180deg, transparent 0%, #14B8A6 50%, transparent 100%);
    border-radius: 2px;
}

.career-lead {
    font-size: 1.375rem;
    font-weight: 500;
    color: #0F1214;
    line-height: 1.9;
    margin-bottom: 30px;
}

.career-description {
    font-size: 1.125rem;
    color: #111418;
    line-height: 1.9;
    margin-bottom: 40px;
}

.career-pc {
    display: inline;
}

.career-sp {
    display: none;
}

.career-subtitle {
    font-size: 1.125rem;
    font-weight: 600;
    color: #0F1214;
    margin-bottom: 20px;
}

.industry-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px 20px;
    font-size: 1rem;
    color: #111418;
    line-height: 1.8;
}

.career-specialty {
    margin: 40px 0;
}

.specialty-list {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 1rem;
    color: #111418;
    line-height: 1.8;
}

.specialty-list li {
    margin-bottom: 8px;
}

.career-philosophy {
    font-size: 1.125rem;
    color: #111418;
    line-height: 1.9;
    margin-top: 40px;
}

.career-philosophy strong {
    color: #11B897;
    font-weight: 600;
}

.philosophy-pc {
    display: inline;
}

.philosophy-sp {
    display: none;
}

/* Philosophy Section */
.ceo-philosophy {
    padding: 80px 0 0 0;
    background: #FFFFFF;
    position: relative;
    z-index: 10;
}

.philosophy-main {
    text-align: center;
    padding: 60px 40px;
    max-width: 800px;
    margin: 0 auto;
}

.philosophy-headline {
    font-family: 'Noto Serif JP', serif;
    font-size: 2rem;
    font-weight: 600;
    color: #0F1214;
    line-height: 1.8;
    margin-bottom: 40px;
}

.philosophy-text {
    font-size: 1.125rem;
    color: #111418;
    line-height: 2;
}

.philosophy-text p {
    margin-bottom: 24px;
}

.philosophy-text strong {
    color: #11B897;
    font-weight: 600;
}

.philosophy-text-pc {
    display: block;
}

.philosophy-text-sp {
    display: none;
}

/* Message Section */
.ceo-message {
    padding: 120px 0;
    background: linear-gradient(135deg, #0F1214 0%, #0F1720 100%);
}

.ceo-message .section-title {
    color: #FFFFFF !important;
}

.ceo-message .title-line {
    background: #14B8A6;
}

.message-glass-card {
    position: relative;
    max-width: 900px;
    margin: 0 auto;
    padding: 80px 60px;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 32px;
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.4);
    overflow: hidden;
}

.message-gradient-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at top right, rgba(17, 229, 193, 0.1) 0%, transparent 60%);
    pointer-events: none;
}

.message-text {
    position: relative;
    z-index: 2;
    font-size: 1.125rem;
    color: #FFFFFF;
    line-height: 2;
}

.message-text p {
    margin-bottom: 28px;
}

.message-text strong {
    color: #14B8A6;
    font-weight: 600;
}

.message-signature {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 50px;
    position: relative;
    z-index: 2;
}

.signature-line {
    flex: 1;
    height: 1px;
    background: linear-gradient(90deg, transparent 0%, #14B8A6 100%);
}

.signature-name {
    font-family: 'Noto Serif JP', serif;
    font-size: 1.25rem;
    font-weight: 500;
    color: #14B8A6;
    letter-spacing: 1px;
}

/* Contact Section */
.ceo-contact {
    padding: 120px 0;
    background: #F5F7FA;
}

.contact-content {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

.contact-title {
    font-family: 'Noto Serif JP', serif;
    font-size: 2.5rem;
    font-weight: 700;
    color: #0F1214;
    margin-bottom: 20px;
}

.contact-subtitle {
    font-size: 1.125rem;
    color: #111418;
    opacity: 0.8;
    margin-bottom: 60px;
}

.contact-topics {
    max-width: 600px;
    margin: 0 auto 50px;
    padding: 40px;
    background: white;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.contact-topics-title {
    font-size: 1.25rem;
    font-weight: 600;
    color: #0F1214;
    margin-bottom: 24px;
}

.contact-topics-list {
    list-style: none;
    text-align: left;
}

.contact-topics-list li {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 16px;
    margin-bottom: 12px;
    background: rgba(17, 184, 166, 0.05);
    border-radius: 12px;
    font-size: 1rem;
    color: #111418;
}

.topic-icon {
    flex-shrink: 0;
    color: #14B8A6;
    display: flex;
    align-items: center;
    justify-content: center;
}

.topic-icon svg {
    width: 24px;
    height: 24px;
}

.contact-cta {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.btn-large {
    padding: 18px 40px;
    font-size: 1.125rem;
}

/* Button Styles */
.btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.btn-glass {
    background: rgba(255, 255, 255, 0.05);
    border: 2px solid rgba(20, 184, 166, 0.5);
    color: #FFFFFF;
    backdrop-filter: blur(10px);
    box-shadow: 0 4px 15px rgba(20, 184, 166, 0.2);
    transition: all 0.3s ease;
}

.btn-glass:hover {
    background: rgba(20, 184, 166, 0.1);
    border-color: #14B8A6;
    transform: translateY(-2px);
    box-shadow: 0 6px 25px rgba(20, 184, 166, 0.4);
}

/* Contact Section Button Override */
.ceo-contact .btn-glass {
    background: rgba(255, 255, 255, 0.9);
    border: 2px solid #14B8A6;
    color: #0F1214;
}

.ceo-contact .btn-glass:hover {
    background: #FFFFFF;
    border-color: #11B897;
}

.contact-note {
    font-size: 1rem;
    color: #111418;
    opacity: 0.7;
}

.contact-note a {
    color: #11B897;
    text-decoration: none;
    font-weight: 600;
}

/* No animations - keep it simple */

/* Responsive */
@media (max-width: 1024px) {
    .ceo-hero-grid {
        grid-template-columns: 1fr;
        gap: 60px;
        text-align: center;
    }
    
    .ceo-photo-wrapper {
        max-width: 500px;
        margin: 0 auto;
    }
    
    .ceo-hero-cta {
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .ceo-hero .hero-content {
        display: flex;
        flex-direction: column;
    }
    
    .ceo-hero .hero-title {
        order: 1;
    }
    
    .ceo-hero .hero-line {
        order: 2;
        margin: 1.5rem 0;
    }
    
    .ceo-hero .hero-subtitle {
        order: 3;
    }
    
    .ceo-hero {
        padding: 80px 0 60px;
    }
    
    .ceo-name {
        font-size: 2.5rem;
    }
    
    .ceo-catch {
        font-size: 1.125rem;
    }
    
    /* SP版のみテキストを縦並びに */
    .ceo-intro .intro-line {
        display: block;
    }
    
    .intro-pc {
        display: none;
    }
    
    .intro-sp {
        display: inline;
    }
    
    /* SP版で代表経歴のテキストサイズ調整 */
    .career-lead {
        font-size: 1.05rem;
        line-height: 1.8;
    }
    
    .career-description {
        font-size: 0.95rem;
        line-height: 1.8;
    }
    
    .career-pc {
        display: none;
    }
    
    .career-sp {
        display: inline;
    }
    
    .philosophy-pc {
        display: none;
    }
    
    .philosophy-sp {
        display: inline;
    }
    
    .career-philosophy {
        font-size: 0.9rem;
        line-height: 1.8;
    }
    
    .philosophy-highlight {
        font-size: 1rem;
    }
    
    .philosophy-detail {
        font-size: 0.9rem;
    }
    
    /* SP版でセクションタイトルのサイズ調整 */
    .section-title {
        font-size: 1.8rem;
        word-break: keep-all;
    }
    
    /* SP版でセクションの間隔を調整 */
    .section-header {
        margin-bottom: 30px;
    }
    
    /* SP版で哲学セクション調整 */
    .ceo-philosophy {
        padding-bottom: 40px;
    }
    
    .philosophy-main {
        padding: 40px 20px 20px;
        text-align: center;
    }
    
    /* SP版で哲学のヘッドラインを調整 */
    .philosophy-headline {
        font-size: 1.5rem;
        line-height: 1.7;
        margin-top: -10px;
        margin-bottom: 40px;
    }
    
    .philosophy-text-pc {
        display: none;
    }
    
    .philosophy-text-sp {
        display: block;
    }
    
    .philosophy-text {
        font-size: 1.1rem;
        line-height: 2;
    }
    
    .philosophy-text-sp {
        font-size: 1.1rem;
        line-height: 2;
    }
    
    /* SP版CTAボタンの余白を狭める */
    .ceo-hero-cta .btn {
        padding: 0.8rem 1.2rem;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    /* SP版で担当領域を2列に */
    .industry-list {
        grid-template-columns: repeat(2, 1fr);
        gap: 8px 16px;
    }
    
    .industry-list span {
        white-space: nowrap;
    }
    
    /* SP版でもCEO写真を表示 */
    .ceo-hero-grid {
        grid-template-columns: 1fr;
        gap: 40px;
        text-align: center;
    }
    
    .ceo-photo-wrapper {
        max-width: 350px;
        margin: 0 auto 30px;
        order: -1;
    }
    
    .ceo-hero-cta {
        justify-content: center;
    }
    
    .career-glass-card,
    .message-glass-card,
    .contact-topics {
        padding: 40px 25px;
    }
    
    .message-text {
        font-size: 1rem;
        line-height: 1.9;
        word-break: break-word;
        overflow-wrap: break-word;
    }
    
    .message-text p {
        margin-bottom: 20px;
    }
}
