/* =============================================
   page-project.css
   ============================================= */

/* ── Hero ── */
.pj-hero {
    width: 100%;
    line-height: 0;
}
.pj-hero img {
    width: 100%;
    height: 440px;
    object-fit: cover;
    object-position: center;
    display: block;
}

/* ── Title ── */
.pj-title-wrap {
    text-align: center;
    padding: 80px 20px 72px;
}
.pj-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(48px, 7vw, 96px);
    font-weight: 400;
    color: #2a2018;
    letter-spacing: 0.08em;
    line-height: 1;
}

/* ── Intro ── */
.pj-intro {
    padding: 0 0 72px;
}
.pj-intro-inner {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 48px;
}
.pj-catch {
    font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Noto Serif JP", serif;
    font-size: clamp(16px, 2vw, 22px);
    font-weight: 400;
    color: #2a2018;
    letter-spacing: 0.08em;
    line-height: 1.9;
    margin-bottom: 48px;
}
.pj-intro-text {
    font-size: 15px;
    line-height: 2.4;
    color: #555;
    letter-spacing: 0.04em;
}
.pj-intro-text p + p {
    margin-top: 20px;
}

/* ── Portrait ── */
.pj-portrait {
    padding: 16px 0 72px;
}
.pj-portrait-inner {
    max-width: 480px;
    margin: 0 auto;
    padding: 0 48px;
    text-align: center;
}
.pj-portrait-inner img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    object-position: center top;
    display: block;
}
.pj-portrait-caption {
    font-size: 12px;
    color: #888;
    letter-spacing: 0.06em;
    margin-top: 12px;
    text-align: right;
}

/* ── Our Story ── */
.pj-story {
    padding: 16px 0 72px;
}
.pj-story-inner {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 48px;
}
.pj-story-heading {
    margin-bottom: 36px;
}
.pj-story-en {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(32px, 4vw, 48px);
    font-style: normal;
    font-weight: 400;
    color: #2a2018;
    letter-spacing: 0.04em;
    line-height: 1.1;
    margin-bottom: 6px;
}
.pj-story-ja {
    font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Noto Serif JP", serif;
    font-size: clamp(16px, 2vw, 22px);
    font-weight: 400;
    color: #2a2018;
    letter-spacing: 0.08em;
    line-height: 1.9;
}
.pj-story-text {
    font-size: 15px;
    line-height: 2.4;
    color: #555;
    letter-spacing: 0.04em;
    margin-bottom: 48px;
}
.pj-story-text p + p {
    margin-top: 20px;
}
.pj-story-sign {
    font-size: 13px;
    color: #666;
    letter-spacing: 0.06em;
    line-height: 2;
    text-align: right;
}

/* ── Business ── */
.pj-business {
    padding: 16px 0 80px;
}
.pj-business-inner {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 48px;
}
.pj-business-heading {
    font-size: 15px;
    font-weight: 400;
    color: #2a2018;
    letter-spacing: 0.08em;
    margin-bottom: 24px;
}
.pj-business-list {
    list-style: none;
    padding: 0;
    margin: 0 0 0 24px;
}
.pj-business-list li {
    font-size: 15px;
    line-height: 1;
    color: #555;
    letter-spacing: 0.04em;
    padding: 14px 0;
    border-bottom: 1px solid #e8e4de;
    position: relative;
}
.pj-business-list li:first-child {
    border-top: 1px solid #e8e4de;
}

/* ── Bottom Photos ── */
.pj-photos {
    display: flex;
    flex-direction: column;
    gap: 100px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 72px 40px 80px;
    overflow: hidden;
}
.pj-photo--left {
    width: 66%;
    margin-left: 0;
    margin-right: auto;
}
.pj-photo--right {
    width: 66%;
    margin-left: auto;
    margin-right: 0;
    margin-top: -60px;
}
.pj-photo img {
    width: 100%;
    height: 380px;
    object-fit: cover;
    display: block;
}

/* ── Banners ── */
.pj-banners {
    background: #FCFAF2;
    display: flex;
    gap: 48px;
    justify-content: center;
    padding: 72px 60px 80px;
}
.pj-banner-item {
    flex: none;
    width: 320px;
    display: block;
    line-height: 0;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.pj-banner-item:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.14);
}
.pj-banner-item img {
    width: 100%;
    display: block;
}

/* ── Responsive ── */
@media (max-width: 767px) {
    .pj-hero img { height: 240px; }
    .pj-title-wrap { padding: 56px 20px 48px; }
    .pj-intro-inner { padding: 0 20px; }
    .pj-catch { margin-bottom: 32px; }
    .pj-portrait-inner { padding: 0 20px; }
    .pj-portrait-inner img { height: 320px; }
    .pj-story-inner { padding: 0 20px; }
    .pj-business-inner { padding: 0 20px; }
    .pj-business-list { margin-left: 8px; }
    .pj-photos { padding: 48px 0 56px; gap: 67px; }
    .pj-photo--left { width: 82%; }
    .pj-photo--left img { height: 240px; }
    .pj-photo--right { width: 82%; margin-top: -36px; }
    .pj-photo--right img { height: 220px; }
    .pj-banners { flex-direction: column; padding: 48px 20px 56px; gap: 20px; align-items: center; }
    .pj-banner-item { width: 100%; max-width: 320px; }
}
