/* ==========================================
   Profile 共通
========================================== */

.profile-section {
    padding: 55px 0;
    text-align: center;
}

/* 見出しと本文の間隔を統一 */
.profile-section .section-heading {
    margin-bottom: 28px;
}


/* ==========================================
   Profile Hero
========================================== */

.profile-hero {
    padding-top: 70px;
    padding-bottom: 35px;
}

.profile-lead {
    margin-top: 22px;
    color: #666;
    line-height: 2.2;
}


/* ==========================================
   Greeting
========================================== */

.greeting {
    padding-top: 35px;
    padding-bottom: 55px;
}

.greeting-text {
    max-width: 760px;
    margin: 0 auto;
}

.greeting-text p {
    margin-bottom: 18px;
    color: #666;
    line-height: 2.2;
}

.greeting-text p:last-child {
    margin-bottom: 0;
}


/* ==========================================
   Story
========================================== */

.profile-story {
    padding-top: 35px;
    padding-bottom: 55px;
}

.story-text {
    max-width: 760px;
    margin: 0 auto;
}

.story-text p {
    margin-bottom: 20px;
    color: #666;
    line-height: 2.2;
}

.story-text p:last-child {
    margin-bottom: 0;
}


/* ==========================================
   Values
========================================== */

.profile-values {
    padding-top: 35px;
    padding-bottom: 55px;
}

.value-list {
    max-width: 760px;
    margin: 0 auto;
}

.value-item {
    padding: 32px 0;
}

.value-number {
    display: block;
    margin-bottom: 12px;
    color: #c2a15c;
    font-size: 0.9rem;
    letter-spacing: 0.15em;
}

.value-item h3 {
    margin-bottom: 16px;
    color: #6d5b47;
    font-size: 1.4rem;
    font-weight: 500;
}

.value-item p {
    max-width: 620px;
    margin: 0 auto;
    color: #666;
    line-height: 2.1;
}


/* ==========================================
   Divider
========================================== */

.section-divider {
    width: 320px;
    height: 1px;
    margin: 45px auto 0;
    background: #d8c59a;
    opacity: 0.7;
}


/* ==========================================
   Closing
========================================== */

.closing-message {
    padding-top: 35px;
    padding-bottom: 80px;
}

.closing-inner {
    max-width: 700px;
    margin: 0 auto;
}

.closing-inner p {
    margin-bottom: 35px;
    color: #666;
    font-size: 1.05rem;
    line-height: 2.2;
}