/* ============================================================
   founder.css — AUREA SOL LEVANS
   Fondatore / 代表者・想いページ専用スタイル
   ============================================================ */

/* ----------------------------------------------------------
   ページヘッダー
   ---------------------------------------------------------- */
.page-header {
    background:
            linear-gradient(rgba(20, 16, 10, 0.7), rgba(20, 16, 10, 0.7)),
            var(--asl-page-header-bg) center / cover no-repeat;
    padding: 8rem 2rem 4rem;
    text-align: center;
    border-bottom: 1px solid rgba(184, 151, 58, 0.2);
}
.page-header-label {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.62rem;
    font-weight: 400;
    letter-spacing: 0.35em;
    color: var(--gold);
    text-transform: uppercase;
    margin-bottom: 1rem;
}
.page-header-title {
    font-size: clamp(1.8rem, 4vw, 3rem);
    font-weight: 300;
    color: var(--on-dark);
    letter-spacing: 0.05em;
    line-height: 1.3;
    margin-bottom: 0.4rem;
}
.page-header-title.ja {
    font-family: 'Noto Serif JP', serif;
    font-size: clamp(1.4rem, 3vw, 2.3rem);
    letter-spacing: 0.12em;
}
.page-header-sub {
    font-family: 'Noto Serif JP', serif;
    font-size: clamp(0.9rem, 1.6vw, 1.1rem);
    font-weight: 300;
    color: var(--warm-gray);
    letter-spacing: 0.15em;
}
.page-header-rule {
    width: 48px;
    height: 1px;
    background: var(--gold);
    margin: 1.5rem auto 0;
}

/* ----------------------------------------------------------
   PENSIERO セクション背景
   ---------------------------------------------------------- */
.pensiero-part-a {
    background: var(--charcoal-mid);
    padding: 5rem 2rem 4rem;
}
.pensiero-part-b {
    background: var(--charcoal);
    padding: 4rem 2rem;
}
.pensiero-part-c {
    background: var(--charcoal-mid);
    padding: 4rem 2rem 5rem;
}

/* ----------------------------------------------------------
   インタールード
   ---------------------------------------------------------- */
.pensiero-interlude {
    min-height: 260px;
    background-attachment: scroll;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.pensiero-interlude-quote {
    max-width: 820px;
    margin: 0 auto;
    padding: 5rem 2rem 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pensiero-sign-wrap {
    max-width: 820px;
    margin: 0 auto;
    padding: 0 2rem 5rem;
    text-align: right;
}

/* ----------------------------------------------------------
   プルクォート
   ---------------------------------------------------------- */
.pensiero-pull {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(1.2rem, 2.4vw, 1.8rem);
    font-weight: 300;
    font-style: italic;
    color: var(--on-dark);
    line-height: 1.6;
    letter-spacing: 0.04em;
    text-align: center;
    text-shadow: 0 1px 8px rgba(0, 0, 0, 0.7);
}
.pensiero-pull.ja {
    font-family: 'Noto Serif JP', serif;
    font-size: clamp(1rem, 1.8vw, 1.4rem);
    font-style: normal;
    letter-spacing: 0.1em;
    line-height: 1.9;
}

/* ----------------------------------------------------------
   PENSIERO 本文レイアウト
   ---------------------------------------------------------- */
.pensiero-wrap {
    max-width: 820px;
    margin: 0 auto;
}
.pensiero-intro {
    display: flex;
    gap: 3rem;
    align-items: flex-start;
    margin-bottom: 3rem;
}
.pensiero-photo {
    flex-shrink: 0;
    width: 180px;
}
.pensiero-photo img {
    width: 100%;
    display: block;
    border: 1px solid rgba(184, 151, 58, 0.2);
}
.pensiero-h1-it {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(1.6rem, 3vw, 2.4rem);
    font-weight: 300;
    color: var(--on-dark);
    letter-spacing: 0.04em;
    margin-bottom: 1rem;
}
.pensiero-h1-ja {
    font-family: 'Noto Serif JP', serif;
    font-size: clamp(1.3rem, 2.5vw, 2rem);
    font-weight: 300;
    color: var(--on-dark);
    letter-spacing: 0.1em;
    margin-bottom: 1rem;
}

/* ----------------------------------------------------------
   本文・署名
   ---------------------------------------------------------- */
.p-it {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(1rem, 1.6vw, 1.15rem);
    font-weight: 300;
    color: var(--on-dark-sub);
    line-height: 1.95;
    letter-spacing: 0.02em;
    margin-bottom: 1.8rem;
}
.p-ja {
    font-family: 'Noto Serif JP', serif;
    font-size: clamp(0.88rem, 1.4vw, 1rem);
    font-weight: 300;
    color: var(--on-dark-sub);
    line-height: 2.2;
    letter-spacing: 0.07em;
    margin-bottom: 2.8rem;
}
.p-sign {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.2rem;
    font-weight: 300;
    color: var(--gold);
    letter-spacing: 0.12em;
    text-align: right;
    margin-top: 1rem;
    text-shadow: 0 1px 6px rgba(0, 0, 0, 0.8);
}
.p-sign.ja {
    font-family: 'Noto Serif JP', serif;
    font-size: 1rem;
    letter-spacing: 0.18em;
}

/* ----------------------------------------------------------
   GUIDE VOICE
   ---------------------------------------------------------- */
#guide-voice {
    background:
            linear-gradient(rgba(20, 16, 10, 0.92), rgba(20, 16, 10, 0.72)),
            var(--asl-guide-voice-bg) center 40% / cover no-repeat;
    padding: 6rem 2rem;
}
.gv-wrap {
    max-width: 720px;
    margin: 0 auto;
}
.gv-label {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.62rem;
    font-weight: 400;
    letter-spacing: 0.35em;
    color: var(--gold);
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 1.2rem;
}
.gv-rule {
    width: 48px;
    height: 1px;
    background: var(--gold);
    margin: 0 auto 3.5rem;
}
.gv-card {
    border: 1px solid rgba(184, 151, 58, 0.18);
    padding: 2.5rem;
    position: relative;
    margin-bottom: 2.5rem;
}
.gv-card:last-child {
    margin-bottom: 0;
}
.gv-card::before {
    content: '\201C';
    position: absolute;
    top: 1.2rem;
    left: 1.8rem;
    font-family: 'Cormorant Garamond', serif;
    font-size: 3.5rem;
    font-weight: 300;
    color: rgba(184, 151, 58, 0.2);
    line-height: 1;
}
.gv-body {
    font-size: clamp(0.95rem, 1.5vw, 1.1rem);
    font-weight: 300;
    font-style: italic;
    color: var(--on-dark-sub);
    line-height: 1.85;
    letter-spacing: 0.02em;
    margin-top: 1.2rem;
}
.gv-body.ja {
    font-family: 'Noto Serif JP', serif;
    font-size: 0.9rem;
    letter-spacing: 0.06em;
    line-height: 2.1;
    font-style: normal;
    color: var(--on-dark-sub);
}
.gv-theme {
    margin-top: 1.5rem;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.6rem;
    font-weight: 500;
    letter-spacing: 0.25em;
    color: var(--gold);
    text-transform: uppercase;
}
.gv-theme.ja {
    font-family: 'Noto Serif JP', serif;
    letter-spacing: 0.1em;
    text-transform: none;
}

/* ----------------------------------------------------------
   BIOGRAFIA 経歴年表
   ---------------------------------------------------------- */
#biografia {
    background: var(--charcoal);
    padding: 6rem 2rem;
}
.bio-wrap {
    max-width: 820px;
    margin: 0 auto;
}
.bio-header {
    text-align: center;
    margin-bottom: 4rem;
}
.bio-label {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.62rem;
    font-weight: 400;
    letter-spacing: 0.35em;
    color: var(--gold);
    text-transform: uppercase;
    margin-bottom: 1rem;
}
.bio-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(1.6rem, 3vw, 2.4rem);
    font-weight: 300;
    color: var(--on-dark);
    letter-spacing: 0.06em;
    margin-bottom: 0.4rem;
}
.bio-title.ja {
    font-family: 'Noto Serif JP', serif;
    font-size: clamp(1.2rem, 2.5vw, 1.9rem);
    letter-spacing: 0.12em;
}
.bio-rule {
    width: 48px;
    height: 1px;
    background: var(--gold);
    margin: 1.5rem auto 0;
}
.bio-timeline {
    position: relative;
    padding-left: 0;
}
.bio-timeline::before {
    content: '';
    position: absolute;
    left: 88px;
    top: 0;
    bottom: 0;
    width: 1px;
    background: linear-gradient(
            to bottom,
            transparent,
            rgba(184, 151, 58, 0.25) 5%,
            rgba(184, 151, 58, 0.25) 95%,
            transparent
    );
}
.bio-entry {
    display: grid;
    grid-template-columns: 88px 1fr;
    gap: 0 2.5rem;
    margin-bottom: 1.8rem;
    position: relative;
}
.bio-entry:last-child {
    margin-bottom: 0;
}
.bio-year-col {
    text-align: right;
    padding-top: 0.1rem;
    padding-right: 0.5rem;
    flex-shrink: 0;
}
.bio-year {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.15rem;
    font-weight: 400;
    color: var(--gold);
    letter-spacing: 0.08em;
    line-height: 1.3;
}
.bio-dot {
    position: absolute;
    left: 88px;
    top: 0.45rem;
    width: 7px;
    height: 7px;
    background: var(--gold);
    border-radius: 50%;
    transform: translateX(-50%);
    box-shadow: 0 0 8px rgba(184, 151, 58, 0.4);
}
.bio-content {
    padding-left: 0;
}
.bio-text {
    margin-bottom: 1.2rem;
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(0.95rem, 1.5vw, 1.1rem);
    font-weight: 300;
    color: var(--on-dark-sub);
    line-height: 1.9;
    letter-spacing: 0.02em;
}
.bio-text.ja {
    font-family: 'Noto Serif JP', serif;
    font-size: clamp(0.82rem, 1.3vw, 0.96rem);
    line-height: 2.2;
    letter-spacing: 0.06em;
}

/* ----------------------------------------------------------
   レスポンシブ
   ---------------------------------------------------------- */
@media (max-width: 768px) {
    .pensiero-intro {
        flex-direction: column;
        gap: 2rem;
    }
    .pensiero-photo {
        width: 140px;
    }
    .bio-timeline::before {
        left: 56px;
    }
    .bio-entry {
        grid-template-columns: 56px 1fr;
        gap: 0 1.5rem;
    }
    .bio-dot {
        left: 56px;
    }
    .bio-year {
        font-size: 0.95rem;
    }
}