/* ------------------------------------------------
   2.5 プロフィールページ (Profile Page)
   ------------------------------------------------ */

/* 共通レイアウト */
.mv-profile__section {
    margin-top: 40px!important;
    padding-bottom: 0;
}

.mv-profile__container {
    width: 100%;
}

/* Page Header */
.mv-profile__heading-wrapper {
    padding: 60px 0 0;
    text-align: center;
}

.mv-profile__heading-sub {
    color: var(--theme-primary);
    margin-bottom: 12px;
    letter-spacing: 0.1em;
}

.mv-profile__heading {
    font-size: clamp(24px, 5vw, 32px);
    color: #1a1a1a;
    line-height: 1.4;
}

/* Typography */
body .mv-profile__section .mv-text {
    font-size: 1rem;
    line-height: 1.75;
    color: #333;
    margin: 0 0 12px 0;
}
@media (max-width: 840px) {
    body .mv-profile__section .mv-text {
        text-align: left;
    }
}

.mv-profile__section .mv-text:last-child {
    margin-bottom: 0;
}

/* ヒーローセクション (施術者プロフィール) */

.mv-profile-hero {
    background: linear-gradient(135deg, rgba(201, 169, 97, 0.03) 0%, rgba(255, 255, 255, 1) 100%);
    padding: 80px 0;
}

.mv-profile-hero__container {
    max-width: 1200px;
    margin: 0 auto;
}

.mv-profile-hero__content {
    display: grid;
    grid-template-columns: 380px 1fr;
    gap: 60px;
    align-items: start;
}

.mv-profile-hero__photo {
    position: relative;
}

.mv-profile-hero__photo-frame {
    position: relative;
    width: 100%;
    aspect-ratio: 3 / 4;
    overflow: hidden;
    border-radius: 12px;
}

.mv-profile-hero__photo-frame::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 3px solid var(--theme-primary);
    border-radius: 12px;
    z-index: 1;
    opacity: 0.3;
}

.mv-profile-hero__photo-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    background: #f5f5f5;
}

.mv-profile-hero__info {
    padding-top: 20px;
}

.mv-profile-hero__name {
    font-size: 2rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 8px;
    line-height: 1.3;
}

.mv-profile-hero__name-reading {
    font-size: 1rem;
    font-weight: 400;
    color: #666;
    margin-left: 16px;
}

.mv-profile-hero__title {
    font-size: 1.15rem;
    font-weight: 600;
    color: var(--theme-primary);
    margin-bottom: 12px;
}

.mv-profile-hero__qualification {
    font-size: 0.95rem;
    color: #666;
    margin-bottom: 4px;
    line-height: 1.55;
}

.mv-profile-hero__experience {
    font-size: 0.9rem;
    color: #999;
    margin-bottom: 32px;
}

.mv-profile-hero__intro {
    padding: 28px 32px;
    background: linear-gradient(135deg, rgba(201, 169, 97, 0.15) 0%, rgba(201, 169, 97, 0.05) 100%);
    border-radius: 12px;
}
/* .mv-feature-card {
    flex: 1;
    min-width: 200px;
    max-width: 250px;
    background: linear-gradient(135deg, rgba(201, 169, 97, 0.15) 0%, rgba(201, 169, 97, 0.15) 100%);
    border-radius: 12px;
    padding: 25px 20px;
    text-align: center;
    border: 1px solid rgba(201, 169, 97, 0.2);
    transition: transform 0.3s ease;
} */

.mv-profile-hero__intro .mv-text {
    line-height: 1.75;
    margin-bottom: 10px;
}

.mv-profile-hero__intro .mv-text:last-child {
    margin-bottom: 0;
}

/* 認定資格セクション */

.mv-profile-certification {
    padding: 60px 0 80px;
    background: linear-gradient(135deg, rgba(201, 169, 97, 0.12) 0%, rgba(201, 169, 97, 0.05) 100%);
}

.mv-profile-certification__container {
    max-width: 1200px;
    margin: 0 auto;
}

.mv-profile-certification__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 32px;
    max-width: 700px;
    margin: 0 auto;
}

.mv-profile-certification__image {
    flex-shrink: 0;
    max-width: 700px;
    width: 100%;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.mv-profile-certification__img {
    width: 100%;
    height: auto;
    display: block;
    background: #f5f5f5;
}

body .mv-profile-certification__text {
    text-align: center;
}

body .mv-profile-certification__text .mv-text {
    font-size: 1.2rem;
    line-height: 2;
    color: #333;
    text-align: center;
}

.mv-profile-certification__text .mv-text strong {
    font-size: 1.4rem;
    color: var(--theme-primary);
    font-weight: 700;
}

@media (max-width: 840px) {
    body .mv-profile-certification {
        padding: 40px 0 48px;
        margin-top: 40px;
    }

    body .mv-profile-certification__content {
        flex-direction: column;
        gap: 16px;
    }

    body .mv-profile-certification__text .mv-text {
        font-size: 1.1rem;
        line-height: 1.6;
    }

    .mv-profile-certification__text .mv-text strong {
        font-size: 1.25rem;
    }
}

/* 施術への思いセクション */

.mv-profile-philosophy {
    padding: 80px 0 100px;
    background: white;
}

.mv-profile-philosophy__container {
    max-width: 1200px;
    margin: 0 auto;
}

.mv-profile-philosophy__heading {
    font-size: 2rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 60px;
    text-align: center;
    position: relative;
    padding-bottom: 20px;
}

.mv-profile-philosophy__heading::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: var(--theme-primary);
}

.mv-profile-philosophy__content {
    display: grid;
    grid-template-columns: 1fr 480px;
    gap: 60px;
    align-items: center;
    margin-bottom: 60px;
}

.mv-profile-philosophy__text {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.mv-profile-philosophy__image {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
}

.mv-profile-philosophy__img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    display: block;
    background: #f5f5f5;
}

.mv-profile-philosophy__mission {
    padding: 50px 60px;
    background: linear-gradient(135deg, rgba(201, 169, 97, 0.05) 0%, rgba(201, 169, 97, 0.02) 100%);
    border-radius: 12px;
    margin-bottom: 60px;
}

.mv-profile-philosophy__mission .mv-text {
    line-height: 1.75;
    margin-bottom: 10px;
}

.mv-profile-philosophy__mission .mv-text:last-child {
    margin-bottom: 0;
}

.mv-profile-philosophy__values {
    margin-bottom: 60px;
}

.mv-profile-philosophy__values-heading {
    font-size: 1.3rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 40px;
    text-align: center;
}

.mv-profile-values-grid {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 24px;
}

.mv-profile-values-grid__item {
    padding: 32px 28px;
    background: white;
    border-radius: 12px;
    border: 1px solid #e5e5e5;
    text-align: center;
    transition: all 0.3s ease;
    grid-column: span 2;
}

.mv-profile-values-grid__item:nth-child(4) {
    grid-column: 2 / 4;
}

.mv-profile-values-grid__item:nth-child(5) {
    grid-column: 4 / 6;
}

.mv-profile-values-grid__item:hover {
    transform: translateY(-4px);
    border-color: var(--theme-primary);
}

.mv-profile-values-grid__icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
    background: linear-gradient(135deg, rgba(201, 169, 97, 0.15) 0%, rgba(201, 169, 97, 0.05) 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: var(--theme-primary);
}

.mv-profile-values-grid__icon img {
    width: 48px;
    height: 48px;
    object-fit: contain;
}

.mv-profile-values-grid__text {
    font-size: 1rem;
    font-weight: 600;
    color: #333;
    line-height: 1.6;
}

.mv-profile-philosophy__message {
    text-align: center;
}

.mv-profile-philosophy__message .mv-text {
    line-height: 1.75;
    margin-bottom: 10px;
}

.mv-profile-philosophy__message .mv-text:last-child {
    margin-bottom: 0;
}

.mv-profile-philosophy__quote {
    margin-top: 40px;
    padding: 40px 60px;
    background: linear-gradient(135deg, rgba(201, 169, 97, 0.08) 0%, rgba(201, 169, 97, 0.03) 100%);
    border-left: 6px solid var(--theme-primary);
    border-radius: 12px;
    position: relative;
}

.mv-profile-philosophy__quote .mv-text {
    font-size: 1.15rem;
    font-style: italic;
    color: #555;
    line-height: 1.75;
    margin-bottom: 8px;
}

.mv-profile-philosophy__quote .mv-text:last-child {
    margin-bottom: 0;
}

/* 得意な施術・専門分野セクション */

.mv-profile-specialty-section {
    padding: 100px 0 0;
    background: linear-gradient(180deg, #fafafa 0%, #ffffff 100%);
}

.mv-profile-specialty-section__container {
    max-width: 1200px;
    margin: 0 auto;
}

.mv-profile-specialty-section__heading {
    font-size: 2rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 60px;
    text-align: center;
    position: relative;
    padding-bottom: 20px;
}

.mv-profile-specialty-section__heading::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: var(--theme-primary);
}

.mv-profile-specialty-cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
}

.mv-profile-specialty-cards__item {
    background: white;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #e5e5e5;
    transition: all 0.3s ease;
}

.mv-profile-specialty-cards__item:hover {
    transform: translateY(-6px);
    border-color: var(--theme-primary);
}

.mv-profile-specialty-cards__image {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: linear-gradient(135deg, rgba(201, 169, 97, 0.1) 0%, rgba(201, 169, 97, 0.05) 100%);
}

.mv-profile-specialty-cards__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
}

.mv-profile-specialty-cards__item:hover .mv-profile-specialty-cards__img {
    transform: scale(1.05);
}

.mv-profile-specialty-cards__content {
    padding: 28px 24px;
}

.mv-profile-specialty-cards__title {
    font-size: 1.2rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 10px;
}

.mv-profile-specialty-cards__content .mv-text {
    font-size: 0.95rem;
    color: #666;
    line-height: 1.65;
    margin-bottom: 8px;
}

.mv-profile-specialty-cards__content .mv-text:last-child {
    margin-bottom: 0;
}

/* 店舗情報・アクセスセクション */

.mv-profile-access-section {
    padding: 100px 0;
    background: white;
}

.mv-profile-access-section__container {
    max-width: 1200px;
    margin: 0 auto;
}

.mv-profile-access-section__heading {
    font-size: 2rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 60px;
    text-align: center;
    position: relative;
    padding-bottom: 20px;
}

.mv-profile-access-section__heading::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: var(--theme-primary);
}

/* Store Gallery */
.mv-profile-store-gallery {
    margin-bottom: 80px;
}

.mv-profile-store-gallery__main {
    margin-bottom: 20px;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #e5e5e5;
}

.mv-profile-store-gallery__main .mv-profile-store-gallery__img {
    width: 100%;
    aspect-ratio: 21 / 9;
    object-fit: cover;
    display: block;
    background: #f5f5f5;
}

.mv-profile-store-gallery__sub {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.mv-profile-store-gallery__sub-item {
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #e5e5e5;
}

.mv-profile-store-gallery__sub .mv-profile-store-gallery__img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    display: block;
    background: #f5f5f5;
}

/* Access Info */
.mv-profile-access-info {
    max-width: 900px;
    margin: 0 auto;
}

.mv-profile-access-info__heading {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1a1a1a;
    margin: 60px 0 32px;
    padding-bottom: 12px;
    border-bottom: 2px solid #e5e5e5;
}

/* Info Table */
.mv-profile-info-table {
    background: white;
    border-radius: 12px;
    border: 1px solid #e5e5e5;
    overflow: hidden;
    margin-bottom: 60px;
}

.mv-profile-info-table__row {
    display: grid;
    grid-template-columns: 140px 1fr;
    gap: 24px;
    padding: 20px 28px;
    border-bottom: 1px solid #f0f0f0;
}

.mv-profile-info-table__row:last-child {
    border-bottom: none;
}

.mv-profile-info-table__label {
    font-weight: 600;
    color: #1a1a1a;
    font-size: 0.95rem;
}

.mv-profile-info-table__value {
    font-size: 1rem;
    color: #333;
    line-height: 1.65;
}

/* Access Methods */
.mv-profile-access-methods {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 24px;
    margin-bottom: 60px;
}

.mv-profile-access-methods__item {
    display: flex;
    gap: 20px;
    padding: 32px;
    background: white;
    border-radius: 12px;
    border: 1px solid #e5e5e5;
    transition: all 0.3s ease;
}

.mv-profile-access-methods__item:hover {
    border-color: var(--theme-primary);
}

.mv-profile-access-methods__icon {
    width: 60px;
    height: 60px;
    flex-shrink: 0;
    background: linear-gradient(135deg, rgba(201, 169, 97, 0.15) 0%, rgba(201, 169, 97, 0.05) 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    color: var(--theme-primary);
}

.mv-profile-access-methods__icon img {
    width: 36px;
    height: 36px;
    object-fit: contain;
    filter: invert(63%) sepia(16%) saturate(871%) hue-rotate(3deg) brightness(91%) contrast(89%);
}

.mv-profile-access-methods__content {
    flex: 1;
}

.mv-profile-access-methods__title {
    font-size: 1.1rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 6px;
}

.mv-profile-access-methods__content .mv-text {
    font-size: 0.95rem;
    color: #666;
    line-height: 1.65;
    margin-bottom: 8px;
}

.mv-profile-access-methods__content .mv-text:last-child {
    margin-bottom: 0;
}

/* Reservation Cards */
.mv-profile-reservation-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 32px;
    margin-top: 40px;
}

.mv-profile-reservation-cards__item {
    position: relative;
    padding: 40px 32px;
    background: white;
    border-radius: 16px;
    border: 2px solid #e5e5e5;
    text-align: center;
    transition: all 0.3s ease;
}

.mv-profile-reservation-cards__item:hover {
    transform: translateY(-4px);
    border-color: var(--theme-primary);
}

.mv-profile-reservation-cards__item--line {
    border-color: rgba(201, 169, 97, 0.3);
}

.mv-profile-reservation-cards__item--phone {
    border-color: #e5e5e5;
}

.mv-profile-reservation-cards__badge {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    padding: 6px 20px;
    background: var(--theme-primary);
    color: white;
    font-size: 0.85rem;
    font-weight: 700;
    border-radius: 20px;
}

.mv-profile-reservation-cards__icon {
    width: 64px;
    height: 64px;
    margin: 0 auto 20px;
    background: linear-gradient(135deg, rgba(201, 169, 97, 0.15) 0%, rgba(201, 169, 97, 0.05) 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    color: var(--theme-primary);
}

.mv-profile-reservation-cards__title {
    font-size: 1.3rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 12px;
}

.mv-profile-reservation-cards__item .mv-text {
    font-size: 0.95rem;
    color: #666;
    line-height: 1.65;
    text-align: left;
    margin-bottom: 8px;
}

.mv-profile-reservation-cards__item .mv-text:last-child {
    margin-bottom: 0;
}



/* ================================================
   3. レスポンシブデザイン (Responsive Design)
   ================================================ */

/* ------------------------------------------------
   3.1 プロフィールページレスポンシブ
   ------------------------------------------------ */

@media (max-width: 1024px) {
    .mv-profile-hero__content {
        grid-template-columns: 320px 1fr;
        gap: 40px;
    }

    .mv-profile-philosophy__content {
        grid-template-columns: 1fr 400px;
        gap: 40px;
    }

    .mv-profile-values-grid {
        gap: 20px;
    }
}

@media (max-width: 840px) {
    /* Header */
    .mv-profile__heading-wrapper {
        padding: 40px 0 0;
    }

    .mv-profile__heading {
        font-size: clamp(24px, 5vw, 32px);
    }

    /* Hero Section */
    .mv-profile-hero {
        padding: 60px 0 0;
    }

    .mv-profile-hero__content {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .mv-profile-hero__photo {
        max-width: 280px;
        margin: 0 auto;
    }

    .mv-profile-hero__info {
        padding-top: 0;
    }

    .mv-profile-hero__name {
        font-size: 1.6rem;
    }

    .mv-profile-hero__name-reading {
        font-size: 0.9rem;
        margin-left: 12px;
    }

    .mv-profile-hero__title {
        font-size: 1.05rem;
    }

    .mv-profile-hero__intro {
        padding: 24px;
    }

    /* Philosophy Section */
    .mv-profile-philosophy {
        padding:  48px 0 0;
    }

    .mv-profile-philosophy__heading {
        font-size: 1.6rem;
        margin-bottom: 50px;
    }

    .mv-profile-philosophy__content {
        grid-template-columns: 1fr;
        gap: 40px;
        margin-bottom: 50px;
    }

    .mv-profile-philosophy__mission {
        padding: 36px 32px;
        margin-bottom: 50px;
    }

    .mv-profile-philosophy__values {
        margin-bottom: 50px;
    }

    .mv-profile-philosophy__values-heading {
        font-size: 1.15rem;
        margin-bottom: 32px;
    }

    .mv-profile-values-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .mv-profile-values-grid__item {
        padding: 20px 20px;
        grid-column: auto;
        display: flex;
        align-items: center;
        gap: 16px;
        text-align: left;
    }

    .mv-profile-values-grid__item:nth-child(4),
    .mv-profile-values-grid__item:nth-child(5) {
        grid-column: auto;
    }

    .mv-profile-values-grid__icon {
        width: 60px;
        height: 60px;
        margin: 0;
        font-size: 1.3rem;
        flex-shrink: 0;
    }

    .mv-profile-values-grid__icon img {
        width: 36px;
        height: 36px;
    }

    .mv-profile-values-grid__text {
        font-size: 0.95rem;
        flex: 1;
    }

    .mv-profile-philosophy__quote {
        padding: 32px 28px;
    }

    .mv-profile-philosophy__quote .mv-text {
        font-size: 1.05rem;
    }

    /* Specialty Section */
    .mv-profile-specialty-section {
        padding: 80px 0 0;
    }

    .mv-profile-specialty-section__heading {
        font-size: 1.6rem;
        margin-bottom: 50px;
    }

    .mv-profile-specialty-cards {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .mv-profile-specialty-cards__content {
        padding: 24px 20px;
    }

    .mv-profile-specialty-cards__title {
        font-size: 1.15rem;
    }

    /* Access Section */
    .mv-profile-access-section {
        padding: 80px 0;
    }

    .mv-profile-access-section__heading {
        font-size: 1.6rem;
        margin-bottom: 50px;
    }

    .mv-profile-store-gallery {
        margin-bottom: 60px;
    }

    .mv-profile-store-gallery__sub {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .mv-profile-access-info__heading {
        font-size: 1.3rem;
        margin: 50px 0 28px;
    }

    .mv-profile-info-table__row {
        grid-template-columns: 1fr;
        gap: 8px;
        padding: 16px 20px;
    }

    .mv-profile-info-table__label {
        font-size: 0.9rem;
    }

    .mv-profile-info-table__value {
        font-size: 0.95rem;
        padding-left: 12px;
    }

    .mv-profile-access-methods {
        grid-template-columns: 1fr;
        gap: 20px;
        margin-bottom: 50px;
    }

    .mv-profile-access-methods__item {
        padding: 28px 24px;
    }

    .mv-profile-access-methods__icon {
        width: 44px;
        height: 44px;
        font-size: 1.2rem;
    }

    .mv-profile-access-methods__icon img {
        width: 26px;
        height: 26px;
    }

    .mv-profile-access-methods__title {
        font-size: 1.05rem;
    }

    .mv-profile-reservation-cards {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .mv-profile-reservation-cards__item {
        padding: 36px 28px;
    }

    .mv-profile-reservation-cards__icon {
        width: 56px;
        height: 56px;
        font-size: 1.6rem;
    }

    .mv-profile-reservation-cards__title {
        font-size: 1.2rem;
    }
}
