/* Interview Detail Page Styles */

.interview-detail-page {
    background: linear-gradient(180deg, #fff 0%, #efefef 100%);
    min-height: 100vh;
}

/* Page Header */
.interview-detail-header {
    padding: 120px 60px 0;
}

.interview-detail-header__inner {
    max-width: 1161px;
    margin: 0 auto;
}

.interview-detail-header__title {
    font-family: 'Futura', 'Noto Sans', sans-serif;
    font-weight: 500;
    font-size: 35px;
    letter-spacing: 0;
    background: linear-gradient(90deg, #492b91 0%, #e70769 19.34%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 75px;
    margin: 0;
}

/* Article Header (above hero) */
.interview-detail-article-header {
    padding: 10px 60px 0;
}

.interview-detail-article-header__inner {
    max-width: 1161px;
    margin: 0 auto;
}

.interview-detail-article-header__title {
    font-family: 'A-OTF Gothic MB101 Pr6N', 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 35px;
    line-height: 50px;
    background: linear-gradient(94.38deg, #322e95 0.32%, #fe0161 41.31%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    letter-spacing: 2.4px;
    font-feature-settings: 'pkna' 1, 'palt' 1;
    margin: 0 0 10px 0;
}

.interview-detail-article-header__subtitle {
    font-family: 'A-OTF Gothic MB101 Pr6N', 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 32px;
    line-height: 30px;
    letter-spacing: 2px;
    background: linear-gradient(94.38deg, #322e95 0.32%, #fe0161 41.31%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-feature-settings: 'pkna' 1, 'palt' 1;
    margin: 0 0 10px 0;
}

.interview-detail-article-header__position {
    font-family: 'A-OTF Gothic MB101 Pr6N', 'Noto Sans JP', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 32px;
    color: #666;
    margin: 0;
}

/* Hero Image Section */
.interview-detail-hero {
    padding: 10px 60px;
}

.interview-detail-hero__inner {
    max-width: 600px;
    margin: 0 auto;
}

.interview-detail-hero__image-wrapper {
    position: relative;
    width: 100%;
    height: 400px;
    background: #fff;
    overflow: hidden;
}

.interview-detail-hero__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.interview-detail-hero__logo {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 128px;
    height: 121px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.interview-detail-hero__logo::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 4px;
}

.interview-detail-hero__logo img {
    position: relative;
    z-index: 1;
    max-width: 80%;
    max-height: 80%;
    object-fit: contain;
}

/* Content Section */
.interview-detail-content {
    padding: 0 60px 80px;
}

.interview-detail-container {
    max-width: 1161px;
    margin: 0 auto;
}

/* Article */
.interview-detail-article {
    padding: 0;
}

.interview-detail-article__body {
    max-width: 1056px;
    margin: 0 auto;
    font-family: 'A-OTF Gothic MB101 Pr6N', 'Noto Sans JP', sans-serif;
    font-size: 16px;
    line-height: 30px;
    color: #0f2459;
}

.interview-detail-article__body p {
    margin-bottom: 0;
}

/* Q&A Style Headings */
.interview-detail-article__body h3,
.interview-detail-article__body h4 {
    font-family: 'A-OTF Gothic MB101 Pr6N', 'Noto Sans JP', sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #0f2459;
    line-height: 36px;
    margin: 10px 0 10px 0;
    padding: 0;
    border: none;
}

/* Inline images in content */
.interview-detail-article__body .interview-content-image {
    width: 100%;
    max-width: 600px;
    height: 400px;
    margin: 20px auto;
    position: relative;
    background: #fff;
    overflow: hidden;
}

.interview-detail-article__body .interview-content-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.interview-detail-article__body ul,
.interview-detail-article__body ol {
    margin: 1.5em 0;
    padding-left: 2em;
}

.interview-detail-article__body li {
    margin-bottom: 0.5em;
}

.interview-detail-article__body img {
    max-width: 100%;
    height: auto;
}

.interview-detail-article__body a {
    color: #312D96;
    text-decoration: underline;
}

.interview-detail-article__body a:hover {
    text-decoration: none;
}

/* PEOPLE Section */
.interview-detail-people {
    padding: 60px 60px 80px;
}

.interview-detail-people__inner {
    max-width: 1220px;
    margin: 0 auto;
}

.interview-detail-people__title {
    font-family: 'Futura', 'Noto Sans', sans-serif;
    font-weight: 500;
    font-size: 35px;
    background: linear-gradient(90deg, #452b92 0%, #f00466 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 75px;
    margin: 0 0 19px 0;
}

.interview-detail-people__slider {
    display: flex;
    gap: 17px;
    overflow-x: auto;
    padding-bottom: 20px;
}

.interview-detail-people__slider::-webkit-scrollbar {
    height: 6px;
}

.interview-detail-people__slider::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 3px;
}

.interview-detail-people__slider::-webkit-scrollbar-thumb {
    background: #312d96;
    border-radius: 3px;
}

/* People Card */
.interview-people-card {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    width: 407px;
    height: 166px;
    background: #fff;
    border-radius: 6px;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.interview-people-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.interview-people-card__image {
    width: 131px;
    height: 100%;
    flex-shrink: 0;
    overflow: hidden;
    border-radius: 6px 0 0 6px;
}

.interview-people-card__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.interview-people-card__content {
    flex: 1;
    padding: 16px 12px;
}

.interview-people-card__name {
    font-family: 'Hiragino Kaku Gothic Pro', sans-serif;
    font-weight: 600;
    font-size: 20px;
    color: #000;
    margin: 0 0 4px 0;
}

.interview-people-card__role {
    font-family: 'Hiragino Kaku Gothic Pro', sans-serif;
    font-weight: 600;
    font-size: 12px;
    color: #000;
    margin: 0;
}

.interview-people-card__divider {
    width: 100%;
    height: 1px;
    background: #ddd;
    margin: 12px 0;
}

.interview-people-card__join-date {
    font-family: 'Hiragino Kaku Gothic Pro', sans-serif;
    font-weight: 300;
    font-size: 14px;
    color: #666;
    line-height: 1.5;
    margin: 0;
}

/* Careers CTA Section */
.interview-detail-careers {
    background: linear-gradient(90deg, #2e2e97 0%, #ff0061 146.21%);
    padding: 30px 60px 60px;
}

.interview-detail-careers__inner {
    max-width: 1160px;
    margin: 0 auto;
}

.interview-detail-careers__header {
    display: flex;
    align-items: baseline;
    gap: 15px;
    margin-bottom: 0;
}

.interview-detail-careers__label {
    font-family: 'Futura', 'Noto Sans', sans-serif;
    font-weight: 500;
    font-size: 35px;
    color: #fff;
    letter-spacing: -0.7px;
}

.interview-detail-careers__sub {
    font-family: 'Hiragino Kaku Gothic Pro', sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #fff;
}

.interview-detail-careers__title {
    font-family: 'Hiragino Kaku Gothic Pro', sans-serif;
    font-weight: 600;
    font-size: 60px;
    color: #fff;
    margin: 0;
    line-height: 1.2;
}

.interview-detail-careers__subtitle {
    font-family: 'Hiragino Kaku Gothic Pro', sans-serif;
    font-weight: 600;
    font-size: 20px;
    color: #fff;
    margin: 10px 0 20px;
}

.interview-detail-careers__btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    border: 1px solid #fff;
    border-radius: 6px;
    color: #fff;
    text-decoration: none;
    font-family: 'Hiragino Kaku Gothic Pro', sans-serif;
    font-size: 16px;
    transition: background-color 0.3s ease;
}

.interview-detail-careers__btn:hover {
    background: rgba(255, 255, 255, 0.1);
}

.interview-detail-careers__btn svg {
    transform: rotate(180deg);
}

/* Not Found */
.interview-detail-notfound {
    text-align: center;
    padding: 150px 20px;
}

.interview-detail-notfound p {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 18px;
    color: #666;
    margin-bottom: 40px;
}

.interview-detail-back__btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #312D96;
    text-decoration: none;
    padding: 16px 32px;
    border: 2px solid #312D96;
    border-radius: 50px;
    transition: all 0.3s ease;
}

.interview-detail-back__btn:hover {
    background-color: #312D96;
    color: #fff;
}

/* ========================================
   Responsive - Tablet
======================================== */
@media screen and (max-width: 1024px) {
    .interview-detail-header {
        padding: 118px 40px 0;
    }

    .interview-detail-article-header {
        padding: 10px 40px 0;
    }

    .interview-detail-article-header__title {
        font-size: 30px;
        line-height: 40px;
    }

    .interview-detail-hero {
        padding: 15px 40px;
    }

    .interview-detail-hero__image-wrapper {
        height: 300px;
    }

    .interview-detail-content {
        padding: 0 40px 60px;
    }

    .interview-detail-article__body .interview-content-image {
        height: 300px;
    }

    .interview-detail-people {
        padding: 40px 40px 60px;
    }

    .interview-detail-careers {
        padding: 30px 40px 50px;
    }

    .interview-detail-careers__title {
        font-size: 45px;
    }
}

/* ========================================
   Responsive - Mobile (375px base)
======================================== */
@media screen and (max-width: 768px) {
    .interview-detail-header {
        padding: 111px 16px 0;
    }

    .interview-detail-header__title {
        font-size: 30px;
        line-height: 50px;
    }

    .interview-detail-article-header {
        padding: 10px 16px 0;
    }

    .interview-detail-article-header__title {
        font-size: 20px;
        line-height: 30px;
        letter-spacing: 1.32px;
        margin-bottom: 8px;
    }

    .interview-detail-article-header__subtitle {
        font-size: 14px;
        line-height: 25px;
    }

    .interview-detail-article-header__position {
        font-size: 12px;
        line-height: 24px;
    }

    .interview-detail-hero {
        padding: 20px 16px;
    }

    .interview-detail-hero__image-wrapper {
        height: 200px;
    }

    .interview-detail-hero__logo {
        width: 40px;
        height: 50px;
        top: 0px;
        right: 5px;
    }

    .interview-detail-content {
        padding: 20px 16px 40px;
    }

    .interview-detail-article__body {
        font-size: 16px;
        line-height: 36px;
    }

    .interview-detail-article__body h3,
    .interview-detail-article__body h4 {
        font-size: 20px;
        line-height: 32px;
        margin: 20px 0 20px 0;
    }

    .interview-detail-article__body .interview-content-image {
        height: 180px;
        margin: 15px auto;
    }

    .interview-detail-people {
        padding: 40px 16px 50px;
    }

    .interview-detail-people__title {
        font-size: 28px;
        line-height: 50px;
    }

    .interview-people-card {
        width: 300px;
        height: 140px;
    }

    .interview-people-card__image {
        width: 100px;
    }

    .interview-people-card__name {
        font-size: 16px;
    }

    .interview-people-card__role {
        font-size: 11px;
    }

    .interview-people-card__join-date {
        font-size: 12px;
    }

    .interview-detail-careers {
        padding: 30px 16px 50px;
    }

    .interview-detail-careers__label {
        font-size: 24px;
    }

    .interview-detail-careers__sub {
        font-size: 12px;
    }

    .interview-detail-careers__title {
        font-size: 32px;
    }

    .interview-detail-careers__subtitle {
        font-size: 16px;
    }

    .interview-detail-careers__btn {
        font-size: 14px;
        padding: 10px 16px;
    }

    .interview-detail-back__btn {
        font-size: 14px;
        padding: 12px 24px;
    }
}
