.founder-message {
    background: transparent;
}

.founder-message__container {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

.founder-message__card {
    margin-top: 48px;
    padding: 48px 40px;
    text-align: left;
    border-radius: 24px;
    background: linear-gradient(135deg, rgba(255, 245, 247, 0.96) 0%, rgba(255, 255, 255, 0.9) 100%);
    border: 1px solid rgba(217, 134, 149, 0.18);
    box-shadow: 0 20px 50px rgba(112, 72, 84, 0.08);
}

.founder-message__profile {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px;
}

.founder-message__avatar {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    object-fit: cover;
    border: 5px solid #fff;
    box-shadow: 0 12px 40px rgba(217, 134, 149, 0.4);
    margin-bottom: 24px;
}

.founder-message__profile-copy {
    text-align: center;
}

.founder-message__name {
    font-size: 20px;
    font-weight: 700;
    color: var(--site-ink);
    margin-bottom: 8px;
}

.founder-message__meta {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
}

.founder-message__title {
    display: inline-block;
    white-space: nowrap;
    font-size: clamp(11px, 3.2vw, 14px);
    letter-spacing: -0.01em;
}

.founder-message__role {
    color: var(--site-accent);
    font-weight: 600;
}

.founder-message__instagram {
    margin-top: 14px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 8px 14px;
    border-radius: 999px;
    text-decoration: none;
    color: #fff;
    background: linear-gradient(135deg, #f58529 0%, #dd2a7b 55%, #8134af 100%);
    box-shadow: 0 6px 16px rgba(221, 42, 123, 0.28);
    font-size: 13px;
    font-weight: 700;
}

.founder-message__body p {
    font-size: 17px;
    line-height: 1.9;
    color: var(--site-ink);
    margin-bottom: 24px;
}

.founder-message__body p:last-child {
    margin-bottom: 0;
}

.founder-message__closing {
    border-top: 2px solid rgba(217, 134, 149, 0.2);
    padding-top: 24px;
    text-align: center;
}

.founder-message__closing p {
    font-size: 15px;
    color: #666;
    line-height: 1.8;
    margin-bottom: 0;
}

.founder-message__closing strong {
    color: var(--site-ink);
}

.salons-entry {
    background: linear-gradient(135deg, var(--site-surface-tint) 0%, #fffdf9 100%);
    padding-bottom: 32px;
}

.salons-entry .salons-image-guide {
    width: min(100%, 864px);
    margin: 0 auto;
}

.salons-entry .salons-image-guide__stage {
    position: relative;
}

.salons-entry .salons-image-guide__image {
    display: block;
    width: 100%;
    height: auto;
}

.salons-entry .salons-image-guide__hotspots {
    position: absolute;
    inset: 0;
}

.salons-entry .salons-image-guide__hotspot {
    position: absolute;
    display: block;
    border-radius: 26px;
    background: rgba(255, 255, 255, 0);
}

.salons-entry .salons-image-guide__hotspot:focus-visible {
    outline: 3px solid rgba(217, 134, 149, 0.9);
    outline-offset: 2px;
}

.salons-entry .salons-image-guide__hotspot--nail {
    left: 2.2%;
    top: 34.0%;
    width: 46.0%;
    height: 22.0%;
}

.salons-entry .salons-image-guide__hotspot--esthe {
    left: 50.0%;
    top: 34.0%;
    width: 47.0%;
    height: 22.0%;
}

.salons-entry .salons-image-guide__hotspot--eyelash {
    left: 2.2%;
    top: 57.4%;
    width: 46.0%;
    height: 22.0%;
}

.salons-entry .salons-image-guide__hotspot--hair {
    left: 50.0%;
    top: 57.4%;
    width: 47.0%;
    height: 22.0%;
}

.salons-entry .salons-image-guide__hotspot--relaxation {
    left: 2.2%;
    top: 80.7%;
    width: 46.0%;
    height: 16.9%;
}

.salons-entry .salons-image-guide__hotspot--other {
    left: 50.0%;
    top: 80.7%;
    width: 47.0%;
    height: 16.9%;
}

@media (max-width: 759px) {
    .founder-message__card {
        padding: 32px 20px;
        margin-top: 32px;
    }

    .founder-message__avatar {
        width: 160px;
        height: 160px;
    }

    .salons-entry {
        padding-bottom: 24px;
    }

    .salons-entry .salons-image-guide__hotspot {
        border-radius: 18px;
    }
}
